diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index ae2e03501a..d27f66173c 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -20,18 +20,18 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up QEMU - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -39,7 +39,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: ghcr.io/${{ github.repository }} tags: | @@ -50,7 +50,7 @@ jobs: type=ref,event=branch,enable=${{ github.event.repository.default_branch != github.ref }} - name: Build and push Docker images - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . file: ./Dockerfile diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e938284a9b..4a03c0d5fd 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -48,7 +48,7 @@ jobs: services: postgres: - image: 'postgres:15-alpine' + image: 'postgres:16-alpine' env: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres @@ -63,7 +63,7 @@ jobs: - 5432:5432 redis: - image: 'redis:7.2.0' + image: 'redis:7.2.2' # Set health checks to wait until redis has started options: >- --health-cmd "redis-cli ping" @@ -81,12 +81,12 @@ jobs: - 27017:27017 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - run: cp install/package.json package.json - name: Install Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} @@ -192,7 +192,7 @@ jobs: run: npm run coverage - name: Test coverage - uses: coverallsapp/github-action@3b7078ee895f74fc267b7b267c88211df59fa816 # v2.2.2 + uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # v2.2.3 if: matrix.coverage with: github-token: ${{ secrets.GITHUB_TOKEN }} @@ -206,7 +206,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Coveralls Finished - uses: coverallsapp/github-action@3b7078ee895f74fc267b7b267c88211df59fa816 # v2.2.2 + uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # v2.2.3 with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel-finished: true diff --git a/.tx/config b/.tx/config index 7c8a5f5a8a..a6bcb48d72 100644 --- a/.tx/config +++ b/.tx/config @@ -3380,6 +3380,58 @@ trans.pl = public/language/pl/reset_password.json trans.sl = public/language/sl/reset_password.json trans.th = public/language/th/reset_password.json +[o:nodebb:p:nodebb:r:rewards] +file_filter = public/language//rewards.json +source_file = public/language/en-GB/rewards.json +source_lang = en_GB +type = KEYVALUEJSON +trans.bg = public/language/bg/rewards.json +trans.fr = public/language/fr/rewards.json +trans.hr = public/language/hr/rewards.json +trans.hy = public/language/hy/rewards.json +trans.ja = public/language/ja/rewards.json +trans.pt_PT = public/language/pt-PT/rewards.json +trans.zh_CN = public/language/zh-CN/rewards.json +trans.sv = public/language/sv/rewards.json +trans.de = public/language/de/rewards.json +trans.fa_IR = public/language/fa-IR/rewards.json +trans.gl = public/language/gl/rewards.json +trans.hu = public/language/hu/rewards.json +trans.id = public/language/id/rewards.json +trans.rw = public/language/rw/rewards.json +trans.sc = public/language/sc/rewards.json +trans.vi = public/language/vi/rewards.json +trans.bn = public/language/bn/rewards.json +trans.he = public/language/he/rewards.json +trans.ro = public/language/ro/rewards.json +trans.sq_AL = public/language/sq-AL/rewards.json +trans.ar = public/language/ar/rewards.json +trans.cs = public/language/cs/rewards.json +trans.ko = public/language/ko/rewards.json +trans.ms = public/language/ms/rewards.json +trans.pt_BR = public/language/pt-BR/rewards.json +trans.sr = public/language/sr/rewards.json +trans.tr = public/language/tr/rewards.json +trans.ru = public/language/ru/rewards.json +trans.zh_TW = public/language/zh-TW/rewards.json +trans.da = public/language/da/rewards.json +trans.en@pirate = public/language/en-x-pirate/rewards.json +trans.en_US = public/language/en-US/rewards.json +trans.lt = public/language/lt/rewards.json +trans.lv = public/language/lv/rewards.json +trans.nb = public/language/nb/rewards.json +trans.sk = public/language/sk/rewards.json +trans.el = public/language/el/rewards.json +trans.es = public/language/es/rewards.json +trans.et = public/language/et/rewards.json +trans.uk = public/language/uk/rewards.json +trans.fi = public/language/fi/rewards.json +trans.it = public/language/it/rewards.json +trans.nl = public/language/nl/rewards.json +trans.pl = public/language/pl/rewards.json +trans.sl = public/language/sl/rewards.json +trans.th = public/language/th/rewards.json + [o:nodebb:p:nodebb:r:search] file_filter = public/language//search.json source_file = public/language/en-GB/search.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 82097ed85b..3fc1496142 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,47 @@ +#### v3.4.3 (2023-09-27) + +##### Chores + +* incrementing version number - v3.4.2 (3f0dac38) +* update changelog for v3.4.2 (f9323de6) +* incrementing version number - v3.4.1 (01e69574) +* incrementing version number - v3.4.0 (fd9247c5) +* incrementing version number - v3.3.9 (5805e770) +* incrementing version number - v3.3.8 (a5603565) +* incrementing version number - v3.3.7 (b26f1744) +* incrementing version number - v3.3.6 (7fb38792) +* incrementing version number - v3.3.4 (a67f84ea) +* incrementing version number - v3.3.3 (f94d239b) +* incrementing version number - v3.3.2 (ec9dac97) +* incrementing version number - v3.3.1 (151cc68f) +* incrementing version number - v3.3.0 (fc1ad70f) +* incrementing version number - v3.2.3 (b06d3e63) +* incrementing version number - v3.2.2 (758ecfcd) +* incrementing version number - v3.2.1 (20145074) +* incrementing version number - v3.2.0 (9ecac38e) +* incrementing version number - v3.1.7 (0b4e81ab) +* incrementing version number - v3.1.6 (b3a3b130) +* incrementing version number - v3.1.5 (ec19343a) +* incrementing version number - v3.1.4 (2452783c) +* incrementing version number - v3.1.3 (3b4e9d3f) +* incrementing version number - v3.1.2 (40fa3489) +* incrementing version number - v3.1.1 (40250733) +* incrementing version number - v3.1.0 (0cb386bd) +* incrementing version number - v3.0.1 (26f6ea49) +* incrementing version number - v3.0.0 (224e08cd) + +##### Bug Fixes + +* change priv to topics:read (cddac03a) +* #12035, filter tids in mark all read (77d6d0ab) +* properly wrap promise to callback-style function (#12030) (aff19a6c) +* #12009, check if suggested/current versions are valid (7ca37bd6) +* **deps:** update dependency nodebb-plugin-2factor to v7.3.0 (#12021) (c805824f) + +##### Refactors + +* remove nested promise (379ed0e2) + #### v3.4.2 (2023-09-12) ##### Chores diff --git a/install/data/defaults.json b/install/data/defaults.json index e32f98fd27..92bac0b2b7 100644 --- a/install/data/defaults.json +++ b/install/data/defaults.json @@ -20,7 +20,8 @@ "disableChat": 0, "chatEditDuration": 0, "chatDeleteDuration": 0, - "chatMessageDelay": 200, + "chatMessageDelay": 2000, + "newbieChatMessageDelay": 120000, "notificationSendDelay": 60, "newbiePostDelayThreshold": 3, "postQueue": 0, diff --git a/install/package.json b/install/package.json index eea063f2cf..86fb694c8a 100644 --- a/install/package.json +++ b/install/package.json @@ -29,41 +29,41 @@ }, "dependencies": { "@adactive/bootstrap-tagsinput": "0.8.2", - "@fontsource/inter": "5.0.8", + "@fontsource/inter": "5.0.15", "@fontsource/poppins": "5.0.8", "@fortawesome/fontawesome-free": "6.4.2", "@isaacs/ttlcache": "1.4.1", "@popperjs/core": "2.11.8", - "ace-builds": "1.24.1", + "ace-builds": "1.31.0", "archiver": "6.0.1", "async": "3.2.4", - "autoprefixer": "10.4.15", + "autoprefixer": "10.4.16", "bcryptjs": "2.4.3", "benchpressjs": "2.5.1", "body-parser": "1.20.2", "bootbox": "6.0.0", - "bootstrap": "5.3.1", - "bootswatch": "5.3.1", + "bootstrap": "5.3.2", + "bootswatch": "5.3.2", "chalk": "4.1.2", - "chart.js": "2.9.4", + "chart.js": "4.4.0", "cli-graph": "3.2.2", "clipboard": "2.0.11", "colors": "1.4.0", - "commander": "11.0.0", + "commander": "11.1.0", "compare-versions": "6.1.0", "compression": "1.7.4", "connect-flash": "0.1.1", - "connect-mongo": "5.0.0", + "connect-mongo": "5.1.0", "connect-multiparty": "2.2.0", "connect-pg-simple": "9.0.0", "connect-redis": "7.1.0", "cookie-parser": "1.4.6", - "cron": "2.4.3", - "cropperjs": "1.6.0", + "cron": "3.1.4", + "cropperjs": "1.6.1", "csrf-sync": "4.0.1", "daemon": "1.1.0", "diff": "5.1.0", - "esbuild": "0.19.2", + "esbuild": "0.19.5", "express": "4.18.2", "express-session": "1.17.3", "express-useragent": "1.0.15", @@ -87,48 +87,48 @@ "lru-cache": "10.0.1", "mime": "3.0.0", "mkdirp": "3.0.1", - "mongodb": "5.8.1", + "mongodb": "6.2.0", "morgan": "1.10.0", "mousetrap": "1.6.5", "multiparty": "4.2.3", - "nconf": "0.12.0", - "nodebb-plugin-2factor": "7.3.0", - "nodebb-plugin-composer-default": "10.2.20", + "nconf": "0.12.1", + "nodebb-plugin-2factor": "7.4.0", + "nodebb-plugin-composer-default": "10.2.24", "nodebb-plugin-dbsearch": "6.2.2", - "nodebb-plugin-emoji": "5.1.5", + "nodebb-plugin-emoji": "5.1.13", "nodebb-plugin-emoji-android": "4.0.0", - "nodebb-plugin-markdown": "12.2.3", - "nodebb-plugin-mentions": "4.3.5", - "nodebb-plugin-ntfy": "1.6.1", - "nodebb-plugin-spam-be-gone": "2.1.1", - "nodebb-rewards-essentials": "0.2.3", - "nodebb-theme-harmony": "1.1.60", - "nodebb-theme-lavender": "7.1.3", - "nodebb-theme-peace": "2.1.18", - "nodebb-theme-persona": "13.2.29", - "nodebb-widget-essentials": "7.0.13", - "nodemailer": "6.9.5", + "nodebb-plugin-markdown": "12.2.5", + "nodebb-plugin-mentions": "4.3.6", + "nodebb-plugin-ntfy": "1.7.3", + "nodebb-plugin-spam-be-gone": "2.2.0", + "nodebb-rewards-essentials": "1.0.0", + "nodebb-theme-harmony": "1.1.90", + "nodebb-theme-lavender": "7.1.5", + "nodebb-theme-peace": "2.1.23", + "nodebb-theme-persona": "13.2.42", + "nodebb-widget-essentials": "7.0.14", + "nodemailer": "6.9.7", "nprogress": "0.2.0", "passport": "0.6.0", "passport-http-bearer": "1.0.1", "passport-local": "1.0.0", "pg": "8.11.3", "pg-cursor": "2.10.3", - "postcss": "8.4.29", + "postcss": "8.4.31", "postcss-clean": "1.2.0", "progress-webpack-plugin": "1.0.16", "prompt": "1.3.0", "ioredis": "5.3.2", "request": "2.88.2", "request-promise-native": "1.0.9", - "rimraf": "5.0.1", + "rimraf": "5.0.5", "rss": "1.2.2", - "rtlcss": "4.1.0", + "rtlcss": "4.1.1", "sanitize-html": "2.11.0", - "sass": "1.66.1", + "sass": "1.69.4", "semver": "7.5.4", "serve-favicon": "2.5.0", - "sharp": "0.32.5", + "sharp": "0.32.6", "sitemap": "7.1.1", "socket.io": "4.7.2", "socket.io-client": "4.7.2", @@ -143,9 +143,10 @@ "tinycon": "0.6.8", "toobusy-js": "0.5.1", "validator": "13.11.0", - "webpack": "5.88.2", - "webpack-merge": "5.9.0", - "winston": "3.10.0", + "webpack": "5.89.0", + "webpack-merge": "5.10.0", + "winston": "3.11.0", + "workerpool": "6.5.1", "xml": "1.0.1", "xregexp": "5.1.1", "yargs": "17.7.2", @@ -153,17 +154,17 @@ }, "devDependencies": { "@apidevtools/swagger-parser": "10.1.0", - "@commitlint/cli": "17.7.1", - "@commitlint/config-angular": "17.7.0", + "@commitlint/cli": "17.8.1", + "@commitlint/config-angular": "17.8.1", "coveralls": "3.1.1", - "eslint": "8.48.0", + "eslint": "8.52.0", "eslint-config-nodebb": "0.2.1", - "eslint-plugin-import": "2.28.1", + "eslint-plugin-import": "2.29.0", "grunt": "1.6.1", "grunt-contrib-watch": "1.1.0", "husky": "8.0.3", "jsdom": "22.1.0", - "lint-staged": "14.0.1", + "lint-staged": "15.0.2", "mocha": "10.2.0", "mocha-lcov-reporter": "1.3.0", "mockdate": "3.0.5", @@ -171,7 +172,7 @@ "smtp-server": "3.13.0" }, "optionalDependencies": { - "sass-embedded": "1.66.1" + "sass-embedded": "1.69.4" }, "resolutions": { "*/jquery": "3.7.1" @@ -180,7 +181,7 @@ "url": "https://github.com/NodeBB/NodeBB/issues" }, "engines": { - "node": ">=12" + "node": ">=16" }, "maintainers": [ { diff --git a/public/language/ar/admin/advanced/database.json b/public/language/ar/admin/advanced/database.json index c36173ff40..3207adc91c 100644 --- a/public/language/ar/admin/advanced/database.json +++ b/public/language/ar/admin/advanced/database.json @@ -17,7 +17,7 @@ "mongo.file-size": "حجم الملف", "mongo.resident-memory": "الذاكرة الساكنة", "mongo.virtual-memory": "الذاكرة الإفتراضية", - "mongo.mapped-memory": "الذاكرة المعينة", + "mongo.mapped-memory": "Mapped Memory", "mongo.bytes-in": "البايتات الواردة", "mongo.bytes-out": "البايتات الصادرة", "mongo.num-requests": "عدد الطلبات", diff --git a/public/language/ar/admin/advanced/events.json b/public/language/ar/admin/advanced/events.json index 263dd0e062..0b785ae80c 100644 --- a/public/language/ar/admin/advanced/events.json +++ b/public/language/ar/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "نوع الحدث", "filter-start": "تاريخ البدء", "filter-end": "تاريخ الانتهاء", - "filter-perPage": "لكل صفحة" + "filter-per-page": "لكل صفحة" } \ No newline at end of file diff --git a/public/language/ar/admin/extend/widgets.json b/public/language/ar/admin/extend/widgets.json index ab3a4b11d2..5d2832feed 100644 --- a/public/language/ar/admin/extend/widgets.json +++ b/public/language/ar/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "No widgets found! Activate the widget essentials plugin in the plugins control panel.", "clone-from": "Clone widgets from", "containers.available": "Available Containers", - "containers.explanation": "Drag and drop on top of any active widget", + "containers.explanation": "Drag and drop on top of any widget", "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", @@ -29,5 +29,7 @@ "hide-from-groups": "Hide from groups", "start-date": "Start date", "end-date": "End date", - "hide-on-mobile": "Hide on mobile" + "hide-on-mobile": "Hide on mobile", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/ar/admin/manage/privileges.json b/public/language/ar/admin/manage/privileges.json index 9af075bcfa..240cff6aa5 100644 --- a/public/language/ar/admin/manage/privileges.json +++ b/public/language/ar/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "Edit Privileges", "select-clear-all": "Select/Clear All", "chat": "Chat", + "chat-with-privileged": "Chat with Privileged", "upload-images": "Upload Images", "upload-files": "Upload Files", "signature": "Signature", @@ -33,7 +34,7 @@ "edit-posts": "Edit Posts", "view-edit-history": "View Edit History", "delete-posts": "Delete Posts", - "view_deleted": "View Deleted Posts", + "view-deleted": "View Deleted Posts", "upvote-posts": "Upvote Posts", "downvote-posts": "Downvote Posts", "delete-topics": "Delete Topics", diff --git a/public/language/ar/admin/manage/users.json b/public/language/ar/admin/manage/users.json index 58ec6cb0d4..73d5632016 100644 --- a/public/language/ar/admin/manage/users.json +++ b/public/language/ar/admin/manage/users.json @@ -4,16 +4,21 @@ "edit": "Actions", "make-admin": "Make Admin", "remove-admin": "Remove Admin", + "change-email": "Change Email", + "new-email": "New Email", "validate-email": "Validate Email", "send-validation-email": "Send Validation Email", + "change-password": "Change Password", "password-reset-email": "Send Password Reset Email", "force-password-reset": "Force Password Reset & Log User Out", - "ban": "Ban User(s)", + "ban": "Ban", + "ban-users": "Ban User(s)", "temp-ban": "Ban User(s) Temporarily", "unban": "Unban User(s)", "reset-lockout": "Reset Lockout", "reset-flags": "Reset Flags", - "delete": "Delete User(s)", + "delete": "Delete", + "delete-users": "Delete User(s)", "delete-content": "Delete User(s) Content", "purge": "Delete User(s) and Content", "download-csv": "Download CSV", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "Ban %1 user(s)", "alerts.unban-success": "User(s) unbanned!", "alerts.lockout-reset-success": "Lockout(s) reset!", + "alerts.password-change-success": "Password(s) changed!", "alerts.flag-reset-success": "Flags(s) reset!", "alerts.no-remove-yourself-admin": "You can't remove yourself as Administrator!", "alerts.make-admin-success": "User is now administrator.", @@ -106,6 +112,7 @@ "alerts.create": "Create User", "alerts.button-create": "Create", "alerts.button-cancel": "Cancel", + "alerts.button-change": "Change", "alerts.error-passwords-different": "Passwords must match!", "alerts.error-x": "Error

%1

", "alerts.create-success": "User created!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "Emails: ", "alerts.email-sent-to": "An invitation email has been sent to %1", "alerts.x-users-found": "%1 user(s) found, (%2 seconds)", + "alerts.select-a-single-user-to-change-email": "Select a single user to change email", "export-users-started": "Exporting users as csv, this might take a while. You will receive a notification when it is complete.", - "export-users-completed": "Users exported as csv, click here to download." + "export-users-completed": "Users exported as csv, click here to download.", + "email": "Email", + "password": "Password", + "manage": "Manage" } \ No newline at end of file diff --git a/public/language/ar/admin/settings/chat.json b/public/language/ar/admin/settings/chat.json index e4946458bd..86360a34ee 100644 --- a/public/language/ar/admin/settings/chat.json +++ b/public/language/ar/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "Enter 0 to disable this restriction", "chat-settings": "Chat Settings", "disable": "Disable chat", "disable-editing": "Disable chat message editing/deletion", @@ -6,8 +7,10 @@ "max-length": "Maximum length of chat messages", "max-chat-room-name-length": "Maximum length of chat room names", "max-room-size": "Maximum number of users in chat rooms", - "delay": "Time between chat messages in milliseconds", - "notification-delay": "Notification delay for chat messages. (0 for no delay)", - "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable. (0 disabled)", - "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable. (0 disabled)" + "delay": "Time between chat messages (ms)", + "newbieDelay": "... for new users (ms)", + "notification-delay": "Notification delay for chat messages", + "notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.", + "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.", + "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable." } \ No newline at end of file diff --git a/public/language/ar/admin/settings/post.json b/public/language/ar/admin/settings/post.json index 9dc61afe57..9de7dc76fa 100644 --- a/public/language/ar/admin/settings/post.json +++ b/public/language/ar/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "Title Length", "restrictions.post-length": "Post Length", "restrictions.days-until-stale": "Days until topic is considered stale", - "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic.", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "Timestamp", "timestamp.cut-off": "Date cut-off (in days)", "timestamp.cut-off-help": "Dates & times will be shown in a relative manner (e.g. \"3 hours ago\" / \"5 days ago\"), and localised into various\n\t\t\t\t\tlanguages. After a certain point, this text can be switched to display the localised date itself\n\t\t\t\t\t(e.g. 5 Nov 2016 15:30).
(Default: 30, or one month). Set to 0 to always display dates, leave blank to always display relative times.", diff --git a/public/language/ar/admin/settings/user.json b/public/language/ar/admin/settings/user.json index eec5a2d289..c4a57b64ce 100644 --- a/public/language/ar/admin/settings/user.json +++ b/public/language/ar/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "اسم المستخدم أو البريد الالكتروني", "allow-login-with.username": "اسم المستخدم فقط", "account-settings": "إعدادت الحساب", - "gdpr_enabled": "Enable GDPR consent collection", - "gdpr_enabled_help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", + "gdpr-enabled": "Enable GDPR consent collection", + "gdpr-enabled-help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", "disable-username-changes": "عدم السماح بتغيير اسم المستخدم", "disable-email-changes": "عدم السماح بتغيير البريد الالكتروني", "disable-password-changes": "عدم السماح بتغيير كلمة المرور", diff --git a/public/language/ar/category.json b/public/language/ar/category.json index 412a7ea191..0a7345879d 100644 --- a/public/language/ar/category.json +++ b/public/language/ar/category.json @@ -1,12 +1,12 @@ { "category": "قسم", "subcategories": "قسم فرعي", - "new_topic_button": "موضوع جديد", + "new-topic-button": "موضوع جديد", "guest-login-post": "سجل الدخول للمشاركة", - "no_topics": "لا توجد مواضيع في هذه القسملم لا تحاول إنشاء موضوع؟
", + "no-topics": "لا توجد مواضيع في هذه القسملم لا تحاول إنشاء موضوع؟
", "browsing": "تصفح", - "no_replies": "لم يرد أحد", - "no_new_posts": "لا توجد مشاركات جديدة.", + "no-replies": "لم يرد أحد", + "no-new-posts": "لا توجد مشاركات جديدة.", "watch": "تابع", "ignore": "تجاهل", "watching": "متابع", diff --git a/public/language/ar/email.json b/public/language/ar/email.json index 4ae1a4220c..c897f18001 100644 --- a/public/language/ar/email.json +++ b/public/language/ar/email.json @@ -3,8 +3,8 @@ "password-reset-requested": "Password Reset Requested!", "welcome-to": "مرحبًا بك في %1", "invite": "دعوة من %1", - "greeting_no_name": "مرحبًا", - "greeting_with_name": "مرحبًا بك يا %1", + "greeting-no-name": "مرحبًا", + "greeting-with-name": "مرحبًا بك يا %1", "email.verify-your-email.subject": "Please verify your email", "email.verify.text1": "You've requested that we change or confirm your email address", "email.verify.text2": "For security purposes, we only change or confirm the email address on file once its ownership has been confirmed via email. If you did not request this, no action is required on your part.", @@ -24,7 +24,7 @@ "reset.notify.text2": "إن لم يكن لديك علم بهذا، المرجو إشعار مدبر النظام بأسرع مايمكن.", "digest.unread-rooms": "Unread rooms", "digest.room-name-unreadcount": "%1 (%2 unread)", - "digest.latest_topics": "آخر المستجدات من %1", + "digest.latest-topics": "آخر المستجدات من %1", "digest.top-topics": "Top topics from %1", "digest.popular-topics": "Popular topics from %1", "digest.cta": "انقر هنا لمشاهدة %1", @@ -36,8 +36,8 @@ "digest.title.day": "Your Daily Digest", "digest.title.week": "Your Weekly Digest", "digest.title.month": "Your Monthly Digest", - "notif.chat.subject": "هناك محادثة جديدة من %1", - "notif.chat.public-chat-subject": "New message from %1 in room %2", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "انقر هنا لمتابعة المحادثة", "notif.chat.unsub.info": "تم إرسال هذا الإشعار بوجودة محادثة جديدة وفقا لخيارات تسجيلك.", "notif.post.unsub.info": "تم إشعارك بهذه المشاركة بناءً على الخيارات التي سبق وأن حددتها.", diff --git a/public/language/ar/error.json b/public/language/ar/error.json index 5c464e8e0a..5459769ed7 100644 --- a/public/language/ar/error.json +++ b/public/language/ar/error.json @@ -47,16 +47,16 @@ "digest-not-enabled": "This user does not have digests enabled, or the system default is not configured to send digests", "username-too-short": "اسم المستخدم قصير.", "username-too-long": "اسم المستخدم طويل", - "password-too-long": "كلمة السر طويلة ", + "password-too-long": "كلمة السر طويلة", "reset-rate-limited": "Too many password reset requests (rate limited)", "reset-same-password": "Please use a password that is different from your current one", "user-banned": "المستخدم محظور", "user-banned-reason": "Sorry, this account has been banned (Reason: %1)", "user-banned-reason-until": "Sorry, this account has been banned until %1 (Reason: %2)", "user-too-new": "عذرا, يجب أن تنتظر 1% ثواني قبل قيامك بأول مشاركة", - "blacklisted-ip": "نأسف، لقد تم حظرك من استخدام وتصفح المنتدى. إذا كنت تعتقد أن هذا خطأ رجاءًا اتصل بالإدارة. ", + "blacklisted-ip": "نأسف، لقد تم حظرك من استخدام وتصفح المنتدى. إذا كنت تعتقد أن هذا خطأ رجاءًا اتصل بالإدارة.", "cant-blacklist-self-ip": "You can't blacklist your own IP", - "ban-expiry-missing": "رجاءًا ضع تاريخ نهاية الحظر. ", + "ban-expiry-missing": "رجاءًا ضع تاريخ نهاية الحظر.", "no-category": "قائمة غير موجودة", "no-topic": "موضوع غير موجود", "no-post": "رد غير موجود", @@ -120,7 +120,7 @@ "cant-make-banned-users-admin": "You can't make banned users admin.", "cant-remove-last-admin": "رجاءًا ، أضف مدير أخر قبل حذف صلاحيات الإدارة من حسابك.", "account-deletion-disabled": "Account deletion is disabled", - "cant-delete-admin": "رجاءًا أزل صلاحيات الإدارة قبل حذف الحساب. ", + "cant-delete-admin": "رجاءًا أزل صلاحيات الإدارة قبل حذف الحساب.", "already-deleting": "Already deleting", "invalid-image": "Invalid image", "invalid-image-type": "نوع الصورة غير مدعوم. الأنواع المدعومة هي : %1", @@ -149,7 +149,7 @@ "invalid-file": "ملف غير مقبول", "uploads-are-disabled": "رفع الملفات غير مفعل", "signature-too-long": "عذرا، توقيعك يجب ألا يتجاوز %1 حرفًا.", - "about-me-too-long": "نأسف، ( عني ) لا يمكن أن يكون أكثر من %1 حرف. ", + "about-me-too-long": "نأسف، ( عني ) لا يمكن أن يكون أكثر من %1 حرف.", "cant-chat-with-yourself": "لايمكنك فتح محادثة مع نفسك", "chat-restricted": "هذا المستخدم عطل المحادثات الواردة عليه. يجب أن يتبعك حتى تتمكن من فتح محادثة معه.", "chat-disabled": "نظام المحادثة معطل.", @@ -184,6 +184,7 @@ "post-flagged-too-many-times": "This post has been flagged by others already", "user-flagged-too-many-times": "This user has been flagged by others already", "cant-flag-privileged": "You are not allowed to flag the profiles or content of privileged users (moderators/global moderators/admins)", + "cant-locate-flag-report": "Cannot locate flag report", "self-vote": "You cannot vote on your own post", "too-many-upvotes-today": "You can only upvote %1 times a day", "too-many-upvotes-today-user": "You can only upvote a user %1 times a day", diff --git a/public/language/ar/flags.json b/public/language/ar/flags.json index 1611570340..68de95b4e4 100644 --- a/public/language/ar/flags.json +++ b/public/language/ar/flags.json @@ -1,5 +1,6 @@ { "state": "الحالة", + "report": "Report", "reports": "Reports", "first-reported": "First Reported", "no-flags": "Hooray! No flags found.", @@ -8,6 +9,8 @@ "update": "تحديث", "updated": "تم التحديث", "resolved": "Resolved", + "report-added": "Added", + "report-rescinded": "Rescinded", "target-purged": "The content this flag referred to has been purged and is no longer available.", "target-aboutme-empty": "This user has no "About Me" set.", diff --git a/public/language/ar/global.json b/public/language/ar/global.json index abeee6f705..9d7c10b985 100644 --- a/public/language/ar/global.json +++ b/public/language/ar/global.json @@ -13,19 +13,19 @@ "400.message": "It looks like this link is malformed, please double-check and try again.
Return to the home page.
", "register": "تسجيل", "login": "دخول", - "please_log_in": "الرجاء تسجيل الدخول", + "please-log-in": "الرجاء تسجيل الدخول", "logout": "تسجيل الخروج", - "posting_restriction_info": "إضافة مشاركات جديد حكر على الأعضاء المسجلين، انقر هنا لتسجيل الدخول.", - "welcome_back": "مرحبًا بعودتك", - "you_have_successfully_logged_in": "تم سجيل الدخول بنجاح", - "save_changes": "حفظ التغييرات", + "posting-restriction-info": "إضافة مشاركات جديد حكر على الأعضاء المسجلين، انقر هنا لتسجيل الدخول.", + "welcome-back": "مرحبًا بعودتك", + "you-have-successfully-logged-in": "تم سجيل الدخول بنجاح", + "save-changes": "حفظ التغييرات", "save": "حفظ", "create": "Create", "cancel": "Cancel", "close": "أغلق", "pagination": "الصفحات", - "pagination.out_of": "%1 من %2", - "pagination.enter_index": "Go to post index", + "pagination.out-of": "%1 من %2", + "pagination.enter-index": "Go to post index", "header.admin": "مدير النظام", "header.categories": "الأقسام", "header.recent": "حديث", @@ -80,25 +80,25 @@ "lastpost": "Last post", "firstpost": "First post", "about": "About", - "read_more": "اقرأ المزيد", + "read-more": "اقرأ المزيد", "more": "المزيد", "none": "None", - "posted_ago_by_guest": "كتب %1 بواسطة زائر", - "posted_ago_by": "كتب %1 بواسطة %2", - "posted_ago": "كتب %1", - "posted_in": "كتب في %1", - "posted_in_by": "كتب في 1% بواسطة %2", - "posted_in_ago": "كتب في %1 %2", - "posted_in_ago_by": "كتب في %1 %2 من طرف %3", - "user_posted_ago": "%1 كتب %2", - "guest_posted_ago": "كتب زائر %1", - "last_edited_by": "اخر تحرير بواسطة 1%", + "posted-ago-by-guest": "كتب %1 بواسطة زائر", + "posted-ago-by": "كتب %1 بواسطة %2", + "posted-ago": "كتب %1", + "posted-in": "كتب في %1", + "posted-in-by": "كتب في 1% بواسطة %2", + "posted-in-ago": "كتب في %1 %2", + "posted-in-ago-by": "كتب في %1 %2 من طرف %3", + "user-posted-ago": "%1 كتب %2", + "guest-posted-ago": "كتب زائر %1", + "last-edited-by": "اخر تحرير بواسطة 1%", "edited-timestamp": "Edited %1", "norecentposts": "لاوجود لمشاركات جديدة", "norecenttopics": "لاوجود لمواضيع جديدة", "recentposts": "آخر المشاركات", "recentips": "آخر عناوين ال IP التي سجلت الدخول", - "moderator_tools": "أدوات المشرف", + "moderator-tools": "أدوات المشرف", "status": "Status", "online": "المتواجدون حاليًّا", "away": "غير متواجد", @@ -109,7 +109,7 @@ "language": "اللغة", "guest": "زائر", "guests": "الزوار", - "former_user": "A Former User", + "former-user": "A Former User", "system-user": "System", "unknown-user": "Unknown user", "updated.title": "تم تحديث المنتدى", @@ -117,12 +117,12 @@ "privacy": "الخصوصية", "follow": "متابعة", "unfollow": "إلغاء المتابعة", - "delete_all": "حذف الكل", + "delete-all": "حذف الكل", "map": "خريطة", "sessions": "الجلسة", - "ip_address": "عنوان الآي بي", - "enter_page_number": "ادخل رقم الصفحة", - "upload_file": "ارفع ملف", + "ip-address": "عنوان الآي بي", + "enter-page-number": "ادخل رقم الصفحة", + "upload-file": "ارفع ملف", "upload": "ارفع", "uploads": "Uploads", "allowed-file-types": "صيغ الملفات المدعومة هي 1%", @@ -131,7 +131,7 @@ "play": "تشغيل", "cookies.message": "هذا الموقع يستخدم ملفات تعريف الارتباط لضمان حصولك على أفضل تجربة على موقعنا.", "cookies.accept": "فهمت الأمر!", - "cookies.learn_more": "أعرف المزيد", + "cookies.learn-more": "أعرف المزيد", "edited": "حُرِر", "disabled": "معطل", "select": "تحديد", diff --git a/public/language/ar/groups.json b/public/language/ar/groups.json index bf72cb5a57..1e7554fc79 100644 --- a/public/language/ar/groups.json +++ b/public/language/ar/groups.json @@ -2,65 +2,65 @@ "all-groups": "All groups", "groups": "المجموعات", "members": "Members", - "view_group": "معاينة المجموعة", + "view-group": "معاينة المجموعة", "owner": "مالك المجموعة", - "new_group": "أنشئ مجموعة جديدة", - "no_groups_found": "لاوجدود لمجموعات يمكن معاينتها", + "new-group": "أنشئ مجموعة جديدة", + "no-groups-found": "لاوجدود لمجموعات يمكن معاينتها", "pending.accept": "موافق", "pending.reject": "رفض", - "pending.accept_all": "قبول الكل", - "pending.reject_all": "رفض الكل", + "pending.accept-all": "قبول الكل", + "pending.reject-all": "رفض الكل", "pending.none": "لايوجد أعضاء ينتظرون التفعيل حالياً", "invited.none": "لايوجد أعضاء مدعوون في حالياً", "invited.uninvite": "إلغ الدعوة", "invited.search": "ابحث عن أعضاء لدعوتهم للمجموعة", - "invited.notification_title": "You have been invited to join %1", - "request.notification_title": "Group Membership Request from %1", - "request.notification_text": "%1 has requested to become a member of %2", + "invited.notification-title": "You have been invited to join %1", + "request.notification-title": "Group Membership Request from %1", + "request.notification-text": "%1 has requested to become a member of %2", "cover-save": "حفظ", "cover-saving": "جاري الحفظ", "details.title": "تفاصيل المجموعة", "details.members": "لائحة الأعضاء", "details.pending": "المستخدمون في الانتظار", "details.invited": "اﻷعضار المدعوون", - "details.has_no_posts": "أعضاء هذه المجموعة لم يضيفوا أية مشاركة", - "details.latest_posts": "آخر المشاركات", + "details.has-no-posts": "أعضاء هذه المجموعة لم يضيفوا أية مشاركة", + "details.latest-posts": "آخر المشاركات", "details.private": "خاص", "details.disableJoinRequests": "Disable join requests", "details.disableLeave": "Disallow users from leaving the group", "details.grant": "منح/سحب المِلكية", "details.kick": "طرد", - "details.kick_confirm": "Are you sure you want to remove this member from the group?", + "details.kick-confirm": "Are you sure you want to remove this member from the group?", "details.add-member": "Add Member", - "details.owner_options": "إدارة المجموعة", - "details.group_name": "اسم المجموعة", - "details.member_count": "عدد اﻷعضاء", - "details.creation_date": "تاريخ الإنشاء", + "details.owner-options": "إدارة المجموعة", + "details.group-name": "اسم المجموعة", + "details.member-count": "عدد اﻷعضاء", + "details.creation-date": "تاريخ الإنشاء", "details.description": "الوصف", "details.member-post-cids": "Category IDs to display posts from", - "details.badge_preview": "معاينة الوسام", - "details.change_icon": "تغيير الأيقونة", - "details.change_label_colour": "Change Label Colour", - "details.change_text_colour": "Change Text Colour", - "details.badge_text": "نص الوسام", + "details.badge-preview": "معاينة الوسام", + "details.change-icon": "تغيير الأيقونة", + "details.change-label-colour": "Change Label Colour", + "details.change-text-colour": "Change Text Colour", + "details.badge-text": "نص الوسام", "details.userTitleEnabled": "إظهار الوسام", - "details.private_help": "في حالة تفعيل الخيار، الانضمام إلى المجموعة يستلزم قبول مالكها", + "details.private-help": "في حالة تفعيل الخيار، الانضمام إلى المجموعة يستلزم قبول مالكها", "details.hidden": "مخفي", - "details.hidden_help": "في حالة تفعيل الخيار، لن تظهر المجموعة للعموم والإنضمام إليها سيتلزم دعوة.", - "details.delete_group": "حذف المجموعة", - "details.private_system_help": "Private groups is disabled at system level, this option does not do anything", + "details.hidden-help": "في حالة تفعيل الخيار، لن تظهر المجموعة للعموم والإنضمام إليها سيتلزم دعوة.", + "details.delete-group": "حذف المجموعة", + "details.private-system-help": "Private groups is disabled at system level, this option does not do anything", "event.updated": "تم تحديث بيانات المجموعة", "event.deleted": "تم حذف المجموعة %1", "membership.accept-invitation": "اقبل الدعوة", - "membership.accept.notification_title": "You are now a member of %1", + "membership.accept.notification-title": "You are now a member of %1", "membership.invitation-pending": "الدعوة بانتظار القبول", "membership.join-group": "انظم للمجموعة", "membership.leave-group": "غادر المجموعة", - "membership.leave.notification_title": "%1 has left group %2", + "membership.leave.notification-title": "%1 has left group %2", "membership.reject": "رفض", - "new-group.group_name": "اسم المجموعة", + "new-group.group-name": "اسم المجموعة", "upload-group-cover": "Upload group cover", "bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group", "bulk-invite": "Bulk Invite", - "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" + "remove-group-cover-confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/ar/login.json b/public/language/ar/login.json index 2912e45b88..9f0c6a611d 100644 --- a/public/language/ar/login.json +++ b/public/language/ar/login.json @@ -1,12 +1,12 @@ { "username-email": "اسم المستخدم / البريد الإلكتروني", "username": "اسم المستخدم", - "remember_me": "تذكرني؟", - "forgot_password": "نسيت كلمة المرور؟", - "alternative_logins": "تسجيلات الدخول البديلة", - "failed_login_attempt": "تسجيل الدخول غير ناجح", - "login_successful": "قمت بتسجيل الدخول بنجاح!", - "dont_have_account": "لا تملك حساب؟", + "remember-me": "تذكرني؟", + "forgot-password": "نسيت كلمة المرور؟", + "alternative-logins": "تسجيلات الدخول البديلة", + "failed-login-attempt": "تسجيل الدخول غير ناجح", + "login-successful": "قمت بتسجيل الدخول بنجاح!", + "dont-have-account": "لا تملك حساب؟", "logged-out-due-to-inactivity": "لقد تم تسجيل خروجك من لوحة تحكم بسبب عدم نشاطك", "caps-lock-enabled": "Caps Lock is enabled" } \ No newline at end of file diff --git a/public/language/ar/modules.json b/public/language/ar/modules.json index 4eb3cf0089..68cedc6c3f 100644 --- a/public/language/ar/modules.json +++ b/public/language/ar/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "Room %1", - "chat.chatting_with": "Chat with", + "chat.chatting-with": "Chat with", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Go to most recent message", @@ -8,12 +8,15 @@ "chat.chat-with-usernames": "Chat with %1", "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "أرسل", - "chat.no_active": "لا يوجد لديك دردشات نشطة.", - "chat.user_typing": "%1 يكتب رسالة...", - "chat.user_has_messaged_you": "%1 أرسل لك رسالة.", + "chat.no-active": "لا يوجد لديك دردشات نشطة.", + "chat.user-typing-1": "%1 is typing ...", + "chat.user-typing-2": "%1 and %2 are typing ...", + "chat.user-typing-3": "%1, %2 and %3 are typing ...", + "chat.user-typing-n": "%1, %2 and %3 others are typing ...", + "chat.user-has-messaged-you": "%1 أرسل لك رسالة.", "chat.replying-to": "Replying to %1", - "chat.see_all": "All chats", - "chat.mark_all_read": "Mark all read", + "chat.see-all": "All chats", + "chat.mark-all-read": "Mark all read", "chat.no-messages": "المرجو اختيار مرسل إليه لمعاينة تاريخ الدردشات", "chat.no-users-in-room": "No users in this room", "chat.recent-chats": "آخر الدردشات", @@ -24,12 +27,16 @@ "chat.pop-out": "افتح الدردشة في نافذة خاصة", "chat.minimize": "Minimize", "chat.maximize": "تكبير", - "chat.seven_days": "7 أيام", - "chat.thirty_days": "30 يومًا", - "chat.three_months": "3 أشهر", - "chat.delete_message_confirm": "هل أنت متأكد من أنك تريد حذف هذه الرسالة؟", + "chat.seven-days": "7 أيام", + "chat.thirty-days": "30 يومًا", + "chat.three-months": "3 أشهر", + "chat.delete-message-confirm": "هل أنت متأكد من أنك تريد حذف هذه الرسالة؟", "chat.retrieving-users": "Retrieving users...", "chat.view-users-list": "View users list", + "chat.pinned-messages": "Pinned Messages", + "chat.no-pinned-messages": "There are no pinned messages", + "chat.pin-message": "Pin Message", + "chat.unpin-message": "Unpin Message", "chat.public-rooms": "Public Rooms (%1)", "chat.private-rooms": "Private Rooms (%1)", "chat.create-room": "Create Chat Room", @@ -67,17 +74,24 @@ "chat.system.user-leave": "%1 has left the room ", "chat.system.room-rename": "%2 has renamed this room to \"%1\" ", "composer.compose": "اكتب", - "composer.show_preview": "عرض المعاينة", - "composer.hide_preview": "إخفاء المعاينة", + "composer.show-preview": "عرض المعاينة", + "composer.hide-preview": "إخفاء المعاينة", "composer.help": "Help", - "composer.user_said_in": "%1 كتب في %2", - "composer.user_said": "%1 كتب:", + "composer.user-said-in": "%1 كتب في %2", + "composer.user-said": "%1 كتب:", "composer.discard": "هل أنت متأكد أنك تريد التخلي عن التغييرات؟", - "composer.submit_and_lock": "Submit and Lock", - "composer.toggle_dropdown": "Toggle Dropdown", + "composer.submit-and-lock": "Submit and Lock", + "composer.toggle-dropdown": "Toggle Dropdown", "composer.uploading": "Uploading %1", "composer.formatting.bold": "Bold", "composer.formatting.italic": "Italic", + "composer.formatting.heading": "Heading", + "composer.formatting.heading1": "Heading 1", + "composer.formatting.heading2": "Heading 2", + "composer.formatting.heading3": "Heading 3", + "composer.formatting.heading4": "Heading 4", + "composer.formatting.heading5": "Heading 5", + "composer.formatting.heading6": "Heading 6", "composer.formatting.list": "List", "composer.formatting.strikethrough": "Strikethrough", "composer.formatting.code": "Code", @@ -85,9 +99,10 @@ "composer.formatting.picture": "Image Link", "composer.upload-picture": "Upload Image", "composer.upload-file": "Upload File", - "composer.zen_mode": "Zen Mode", - "composer.select_category": "Select a category", + "composer.zen-mode": "Zen Mode", + "composer.select-category": "Select a category", "composer.textarea.placeholder": "Enter your post content here, drag and drop images", + "composer.post-queue-alert": "Hello👋!
This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.", "composer.schedule-for": "Schedule topic for", "composer.schedule-date": "Date", "composer.schedule-time": "Time", @@ -102,8 +117,8 @@ "bootbox.confirm": "تأكيد", "bootbox.submit": "Submit", "bootbox.send": "Send", - "cover.dragging_title": "Cover Photo Positioning", - "cover.dragging_message": "Drag the cover photo to the desired position and click \"Save\"", + "cover.dragging-title": "Cover Photo Positioning", + "cover.dragging-message": "Drag the cover photo to the desired position and click \"Save\"", "cover.saved": "Cover photo image and position saved", "thumbs.modal.title": "Manage topic thumbnails", "thumbs.modal.no-thumbs": "No thumbnails found.", diff --git a/public/language/ar/notifications.json b/public/language/ar/notifications.json index 520c62c76d..4e5512f94b 100644 --- a/public/language/ar/notifications.json +++ b/public/language/ar/notifications.json @@ -1,59 +1,68 @@ { "title": "التنبيهات", - "no_notifs": "ليس لديك أية تنبيهات جديدة", - "see_all": "All notifications", - "mark_all_read": "Mark all read", - "back_to_home": "عودة إلى %1", - "outgoing_link": "رابط خارجي", - "outgoing_link_message": "أنت تغادر اﻻن %1", - "continue_to": "استمر إلى %1", - "return_to": "عودة إى %1", - "new_notification": "لديك تنبيه جديد", - "you_have_unread_notifications": "لديك تنبيهات غير مقروءة.", + "no-notifs": "ليس لديك أية تنبيهات جديدة", + "see-all": "All notifications", + "mark-all-read": "Mark all read", + "back-to-home": "عودة إلى %1", + "outgoing-link": "رابط خارجي", + "outgoing-link-message": "أنت تغادر اﻻن %1", + "continue-to": "استمر إلى %1", + "return-to": "عودة إى %1", + "new-notification": "لديك تنبيه جديد", + "you-have-unread-notifications": "لديك تنبيهات غير مقروءة.", "all": "الكل", "topics": "مواضيع", + "tags": "Tags", "replies": "ردود", "chat": "محادثات", "group-chat": "Group Chats", "public-chat": "Public Chats", "follows": "متابعون", "upvote": "الموافقين", + "awards": "Awards", "new-flags": "New Flags", "my-flags": "Flags assigned to me", "bans": "الحظر", - "new_message_from": "رسالة جديدة من %1", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1 أضاف صوتًا إيجابيا إلى مشاركتك في %2.", - "upvoted_your_post_in_dual": "%1 and %2 have upvoted your post in %3.", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "%1 has moved your post to %2", - "moved_your_topic": "%1 has moved %2", - "user_flagged_post_in": "%1 أشعَرَ بمشاركة مخلة في %2", - "user_flagged_post_in_dual": "%1 and %2 flagged a post in %3", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1 flagged a user profile (%2)", - "user_flagged_user_dual": "%1 and %2 flagged a user profile (%3)", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "%1 أضاف ردا إلى: %2", - "user_posted_to_dual": "%1 and %2 have posted replies to: %3", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1 أنشأ موضوعًا جديدًا: %2", - "user_edited_post": "%1 has edited a post in %2", - "user_started_following_you": "%1 صار يتابعك.", - "user_started_following_you_dual": "%1 and %2 started following you.", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1 sent a registration request.", - "new_register_multiple": "There are %1 registration requests awaiting review.", - "flag_assigned_to_you": "تم تخصيص العلامة 1% لك", - "post_awaiting_review": "Post awaiting review", + "new-message-from": "رسالة جديدة من %1", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 wrote in %3", + "user-posted-in-public-room-dual": "%1 and %2 wrote in %4", + "user-posted-in-public-room-triple": "%1, %2 and %3 wrote in %5", + "user-posted-in-public-room-multiple": "%1, %2 and %3 others wrote in %5", + "upvoted-your-post-in": "%1 أضاف صوتًا إيجابيا إلى مشاركتك في %2.", + "upvoted-your-post-in-dual": "%1 and %2 have upvoted your post in %3.", + "upvoted-your-post-in-triple": "%1, %2 and %3 have upvoted your post in %4.", + "upvoted-your-post-in-multiple": "%1, %2 and %3 others have upvoted your post in %4.", + "moved-your-post": "%1 has moved your post to %2", + "moved-your-topic": "%1 has moved %2", + "user-flagged-post-in": "%1 أشعَرَ بمشاركة مخلة في %2", + "user-flagged-post-in-dual": "%1 and %2 flagged a post in %3", + "user-flagged-post-in-triple": "%1, %2 and %3 flagged a post in %4", + "user-flagged-post-in-multiple": "%1, %2 and %3 others flagged a post in %4", + "user-flagged-user": "%1 flagged a user profile (%2)", + "user-flagged-user-dual": "%1 and %2 flagged a user profile (%3)", + "user-flagged-user-triple": "%1, %2 and %3 flagged a user profile (%4)", + "user-flagged-user-multiple": "%1, %2 and %3 others flagged a user profile (%4)", + "user-posted-to": "%1 أضاف ردا إلى: %2", + "user-posted-to-dual": "%1 and %2 have posted replies to: %3", + "user-posted-to-triple": "%1, %2 and %3 have posted replies to: %4", + "user-posted-to-multiple": "%1, %2 and %3 others have posted replies to: %4", + "user-posted-topic": "%1 أنشأ موضوعًا جديدًا: %2", + "user-edited-post": "%1 has edited a post in %2", + "user-posted-topic-with-tag": "%1 has posted a new topic with tag %2", + "user-posted-topic-with-tag-dual": "%1 has posted a new topic with tags %2 and %3", + "user-posted-topic-with-tag-triple": "%1 has posted a new topic with tags %2, %3 and %4", + "user-posted-topic-with-tag-multiple": "%1 has posted a new topic with tags %2", + "user-started-following-you": "%1 صار يتابعك.", + "user-started-following-you-dual": "%1 and %2 started following you.", + "user-started-following-you-triple": "%1, %2 and %3 started following you.", + "user-started-following-you-multiple": "%1, %2 and %3 others started following you.", + "new-register": "%1 sent a registration request.", + "new-register-multiple": "There are %1 registration requests awaiting review.", + "flag-assigned-to-you": "تم تخصيص العلامة 1% لك", + "post-awaiting-review": "Post awaiting review", "profile-exported": "%1 profile exported, click to download", "posts-exported": "%1 posts exported, click to download", "uploads-exported": "%1 uploads exported, click to download", @@ -66,22 +75,24 @@ "email-confirm-error-message": "حدث خطأ أثناء التحقق من عنوان بريدك الإلكتروني. ربما رمز التفعيل خاطئ أو انتهت صلاحيته.", "email-confirm-sent": "تم إرسال بريد التفعيل.", "none": "None", - "notification_only": "التنبيهات فقط", - "email_only": "البريد الالكتروني فقط", - "notification_and_email": "التنبيهات والبريد اﻻلكتروني", - "notificationType_upvote": "عندما يوافقك احدهم على منشورك", - "notificationType_new-topic": "When someone you follow posts a topic", - "notificationType_new-reply": "When a new reply is posted in a topic you are watching", - "notificationType_post-edit": "When a post is edited in a topic you are watching", - "notificationType_follow": "When someone starts following you", - "notificationType_new-chat": "When you receive a chat message", - "notificationType_new-group-chat": "When you receive a group chat message", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "When you receive a group invite", - "notificationType_group-leave": "When a user leaves your group", - "notificationType_group-request-membership": "When someone requests to join a group you own", - "notificationType_new-register": "When someone gets added to registration queue", - "notificationType_post-queue": "When a new post is queued", - "notificationType_new-post-flag": "When a post is flagged", - "notificationType_new-user-flag": "When a user is flagged" + "notification-only": "التنبيهات فقط", + "email-only": "البريد الالكتروني فقط", + "notification-and-email": "التنبيهات والبريد اﻻلكتروني", + "notificationType-upvote": "عندما يوافقك احدهم على منشورك", + "notificationType-new-topic": "When someone you follow posts a topic", + "notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow", + "notificationType-new-reply": "When a new reply is posted in a topic you are watching", + "notificationType-post-edit": "When a post is edited in a topic you are watching", + "notificationType-follow": "When someone starts following you", + "notificationType-new-chat": "When you receive a chat message", + "notificationType-new-group-chat": "When you receive a group chat message", + "notificationType-new-public-chat": "When you receive a public group chat message", + "notificationType-group-invite": "When you receive a group invite", + "notificationType-group-leave": "When a user leaves your group", + "notificationType-group-request-membership": "When someone requests to join a group you own", + "notificationType-new-register": "When someone gets added to registration queue", + "notificationType-post-queue": "When a new post is queued", + "notificationType-new-post-flag": "When a post is flagged", + "notificationType-new-user-flag": "When a user is flagged", + "notificationType-new-reward": "When you earn a new reward" } \ No newline at end of file diff --git a/public/language/ar/pages.json b/public/language/ar/pages.json index 37f507800d..b3992c564f 100644 --- a/public/language/ar/pages.json +++ b/public/language/ar/pages.json @@ -47,7 +47,8 @@ "account/latest-posts": "Latest posts made by %1", "account/topics": "Topics created by %1", "account/groups": "%1's Groups", - "account/watched_categories": "%1's Watched Categories", + "account/watched-categories": "%1's Watched Categories", + "account/watched-tags": "%1's Watched Tags", "account/bookmarks": "%1's Bookmarked Posts", "account/settings": "خيارات المستخدم", "account/settings-of": "Changing settings of %1", diff --git a/public/language/ar/recent.json b/public/language/ar/recent.json index b6ff5506e6..08a241b128 100644 --- a/public/language/ar/recent.json +++ b/public/language/ar/recent.json @@ -5,7 +5,7 @@ "month": "شهر", "year": "سنة", "alltime": "دائمًا", - "no_recent_topics": "لايوجد مواضيع جديدة", - "no_popular_topics": "لا يوجد مواضيع شائعة", + "no-recent-topics": "لايوجد مواضيع جديدة", + "no-popular-topics": "لا يوجد مواضيع شائعة", "load-new-posts": "Load new posts" } \ No newline at end of file diff --git a/public/language/ar/register.json b/public/language/ar/register.json index 2421cbc46b..0e4a5a88ad 100644 --- a/public/language/ar/register.json +++ b/public/language/ar/register.json @@ -1,32 +1,32 @@ { "register": "تسجيل", "already-have-account": "Already have an account?", - "cancel_registration": "إلغاء التسجيل", + "cancel-registration": "إلغاء التسجيل", "help.email": "افتراضيا، سيتم إخفاء بريدك الإلكتروني من العامة.", - "help.username_restrictions": "اسم مستخدم فريدة من نوعها بين 1% و 2% حرفا. بإمكان الآخرين مناداتك بـ @اسم المستخدم.", - "help.minimum_password_length": "كلمة المرور يجب أن تتكون على الأقل من 1% أحرف/حروف", - "email_address": "عنوان البريد الإلكتروني", - "email_address_placeholder": "ادخل عنوان البريد الإلكتروني", + "help.username-restrictions": "اسم مستخدم فريدة من نوعها بين 1% و 2% حرفا. بإمكان الآخرين مناداتك بـ @اسم المستخدم.", + "help.minimum-password-length": "كلمة المرور يجب أن تتكون على الأقل من 1% أحرف/حروف", + "email-address": "عنوان البريد الإلكتروني", + "email-address-placeholder": "ادخل عنوان البريد الإلكتروني", "username": "اسم المستخدم", - "username_placeholder": "أدخل اسم المستخدم", + "username-placeholder": "أدخل اسم المستخدم", "password": "كلمة المرور", - "password_placeholder": "أدخل كلمة المرور", - "confirm_password": "تأكيد كلمة المرور", - "confirm_password_placeholder": "تأكيد كلمة المرور", - "register_now_button": "قم بالتسجيل الآن", - "alternative_registration": "طريقة تسجيل بديلة", - "terms_of_use": "شروط الاستخدام", - "agree_to_terms_of_use": "أوافق على شروط الاستخدام", - "terms_of_use_error": "يجب عليك الموافقة على شروط الاستخدام", + "password-placeholder": "أدخل كلمة المرور", + "confirm-password": "تأكيد كلمة المرور", + "confirm-password-placeholder": "تأكيد كلمة المرور", + "register-now-button": "قم بالتسجيل الآن", + "alternative-registration": "طريقة تسجيل بديلة", + "terms-of-use": "شروط الاستخدام", + "agree-to-terms-of-use": "أوافق على شروط الاستخدام", + "terms-of-use-error": "يجب عليك الموافقة على شروط الاستخدام", "registration-added-to-queue": "تمت إضافتك في قائمة الإنتضار. ستتلقى رسالة إلكترونية عند الموافقة على تسجيلك من قبل الإدارة.", "registration-queue-average-time": "Our average time for approving memberships is %1 hours %2 minutes.", "registration-queue-auto-approve-time": "Your membership to this forum will be fully activated in up to %1 hours.", "interstitial.intro": "We'd like some additional information in order to update your account…", "interstitial.intro-new": "We'd like some additional information before we can create your account…", "interstitial.errors-found": "Please review the entered information:", - "gdpr_agree_data": "I consent to the collection and processing of my personal information on this website.", - "gdpr_agree_email": "I consent to receive digest and notification emails from this website.", - "gdpr_consent_denied": "You must give consent to this site to collect/process your information, and to send you emails.", + "gdpr-agree-data": "I consent to the collection and processing of my personal information on this website.", + "gdpr-agree-email": "I consent to receive digest and notification emails from this website.", + "gdpr-consent-denied": "You must give consent to this site to collect/process your information, and to send you emails.", "invite.error-admin-only": "Direct user registration has been disabled. Please contact an administrator for more details.", "invite.error-invite-only": "Direct user registration has been disabled. You must be invited by an existing user in order to access this forum.", "invite.error-invalid-data": "The registration data received does not correspond to our records. Please contact an administrator for more details" diff --git a/public/language/ar/reset_password.json b/public/language/ar/reset_password.json index 326e396955..46deeb535f 100644 --- a/public/language/ar/reset_password.json +++ b/public/language/ar/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "إعادة تعيين كلمة المرور", - "update_password": "تحديث كلمة المرور", - "password_changed.title": "تم تغير كلمة المرور", - "password_changed.message": "

تم تغير كلمة المرور بنجاح، الرجاء إعادة الدخول

", - "wrong_reset_code.title": "رمز إعادة التعيين غير صحيح", - "wrong_reset_code.message": "رمز إعادة التعين غير صحيح، يرجى المحاولة مرة أخرى أو اطلب رمزا جديدا", - "new_password": "كلمة المرور الجديدة", - "repeat_password": "تأكيد كلمة المرور", - "changing_password": "Changing Password", - "enter_email": "يرجى إدخال عنوان البريد الإلكتروني الخاص بك وسوف نرسل لك رسالة بالبريد الالكتروني مع تعليمات حول كيفية إستعادة حسابك.", - "enter_email_address": "ادخل عنوان البريد الإلكتروني", - "password_reset_sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", - "invalid_email": "بريد إلكتروني غير صالح أو غير موجود", - "password_too_short": "كلمة المرور التي أدخلتها قصيرة، الرجاء اختر كلمة مرور مختلفة", - "passwords_do_not_match": "كلمتا السر التي أدخلتهما غير متطابقتان", - "password_expired": "لقد انتهت صلاحية كلمة المرور الخاصة بك، الرجاء اختيار كلمة مرور جديدة" + "reset-password": "إعادة تعيين كلمة المرور", + "update-password": "تحديث كلمة المرور", + "password-changed.title": "تم تغير كلمة المرور", + "password-changed.message": "

تم تغير كلمة المرور بنجاح، الرجاء إعادة الدخول

", + "wrong-reset-code.title": "رمز إعادة التعيين غير صحيح", + "wrong-reset-code.message": "رمز إعادة التعين غير صحيح، يرجى المحاولة مرة أخرى أو اطلب رمزا جديدا", + "new-password": "كلمة المرور الجديدة", + "repeat-password": "تأكيد كلمة المرور", + "changing-password": "Changing Password", + "enter-email": "يرجى إدخال عنوان البريد الإلكتروني الخاص بك وسوف نرسل لك رسالة بالبريد الالكتروني مع تعليمات حول كيفية إستعادة حسابك.", + "enter-email-address": "ادخل عنوان البريد الإلكتروني", + "password-reset-sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", + "invalid-email": "بريد إلكتروني غير صالح أو غير موجود", + "password-too-short": "كلمة المرور التي أدخلتها قصيرة، الرجاء اختر كلمة مرور مختلفة", + "passwords-do-not-match": "كلمتا السر التي أدخلتهما غير متطابقتان", + "password-expired": "لقد انتهت صلاحية كلمة المرور الخاصة بك، الرجاء اختيار كلمة مرور جديدة" } \ No newline at end of file diff --git a/public/language/ar/rewards.json b/public/language/ar/rewards.json new file mode 100644 index 0000000000..f923cf1500 --- /dev/null +++ b/public/language/ar/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "You have been awarded %1 reputation", + "awarded-group-membership": "You have been added to the group %1", + + "essentials/user.reputation-conditional-value": "(Reputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Post Count %1 %2)", + "essentials/user.lastonline-conditional-value": "(Last Online %1 %2)", + "essentials/user.joindate-conditional-value": "(Join Date %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Days Registered %1 %2)" +} \ No newline at end of file diff --git a/public/language/ar/search.json b/public/language/ar/search.json index bcb297763d..d00f8548f9 100644 --- a/public/language/ar/search.json +++ b/public/language/ar/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Type to search", - "results_matching": "%1 نتيجة (نتائج) موافقة لـ \"%2\", (%3 ثواني)", + "results-matching": "%1 نتيجة (نتائج) موافقة لـ \"%2\", (%3 ثواني)", "no-matches": "لم يتم العثور على نتائج.", "advanced-search": "بحث متقدم", "in": "في", diff --git a/public/language/ar/tags.json b/public/language/ar/tags.json index 635e3249f5..765bb3c8ac 100644 --- a/public/language/ar/tags.json +++ b/public/language/ar/tags.json @@ -1,11 +1,17 @@ { "all-tags": "All tags", - "no_tag_topics": "لا يوجد مواضيع بهذه الكلمة الدلالية.", + "no-tag-topics": "لا يوجد مواضيع بهذه الكلمة الدلالية.", "no-tags-found": "No tags found", "tags": "الكلمات الدلالية", - "enter_tags_here": "Enter tags here, between %1 and %2 characters each.", - "enter_tags_here_short": "أدخل الكلمات الدلالية...", - "no_tags": "لا يوجد كلمات دلالية بعد.", - "select_tags": "Select Tags", - "tag-whitelist": "Tag Whitelist" + "enter-tags-here": "Enter tags here, between %1 and %2 characters each.", + "enter-tags-here-short": "أدخل الكلمات الدلالية...", + "no-tags": "لا يوجد كلمات دلالية بعد.", + "select-tags": "Select Tags", + "tag-whitelist": "Tag Whitelist", + "watching": "Watching", + "not-watching": "Not Watching", + "watching.description": "Notify me of new topics.", + "not-watching.description": "Do not notify me of new topics.", + "following-tag.message": "You will now be receiving notifications when somebody posts a topic with this tag.", + "not-following-tag.message": "You will not receive notifications when somebody posts a topic with this tag." } \ No newline at end of file diff --git a/public/language/ar/themes/harmony.json b/public/language/ar/themes/harmony.json index f915155306..5e0a65f946 100644 --- a/public/language/ar/themes/harmony.json +++ b/public/language/ar/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page", "settings.autohideBottombar": "Auto hide bottom bar", "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down", + "settings.openSidebars": "Open sidebars", "settings.chatModals": "Enable chat modals" } \ No newline at end of file diff --git a/public/language/ar/top.json b/public/language/ar/top.json index b8a05bfa5f..6e1e05674e 100644 --- a/public/language/ar/top.json +++ b/public/language/ar/top.json @@ -1,4 +1,4 @@ { "title": "Top", - "no_top_topics": "No top topics" + "no-top-topics": "No top topics" } \ No newline at end of file diff --git a/public/language/ar/topic.json b/public/language/ar/topic.json index 44e149abdf..3a17d0cac9 100644 --- a/public/language/ar/topic.json +++ b/public/language/ar/topic.json @@ -1,20 +1,20 @@ { "topic": "موضوع", "title": "العنوان", - "no_topics_found": "لا توجد مواضيع !", - "no_posts_found": "لا توجد مشاركات!", - "post_is_deleted": "هذه المشاركة محذوفة!", - "topic_is_deleted": "هذا الموضوع محذوف", + "no-topics-found": "لا توجد مواضيع !", + "no-posts-found": "لا توجد مشاركات!", + "post-is-deleted": "هذه المشاركة محذوفة!", + "topic-is-deleted": "هذا الموضوع محذوف", "profile": "الملف الشخصي", - "posted_by": "كتب من طرف %1", - "posted_by_guest": "كتب من طرف زائر", + "posted-by": "كتب من طرف %1", + "posted-by-guest": "كتب من طرف زائر", "chat": "دردشة", - "notify_me": "تلق تنبيهات بالردود الجديدة في هذا الموضوع", + "notify-me": "تلق تنبيهات بالردود الجديدة في هذا الموضوع", "quote": "اقتبس", "reply": "رد", - "replies_to_this_post": "%1 الردود", - "one_reply_to_this_post": "1 رد", - "last_reply_time": "آخر رد", + "replies-to-this-post": "%1 الردود", + "one-reply-to-this-post": "1 رد", + "last-reply-time": "آخر رد", "reply-as-topic": "رد بموضوع", "guest-login-reply": "يجب عليك تسجيل الدخول للرد", "login-to-view": "سجل الدخول للمشاهدة", @@ -64,129 +64,130 @@ "user-referenced-topic-on": "%1 referenced this topic on %3", "user-forked-topic-ago": "%1 forked this topic %3", "user-forked-topic-on": "%1 forked this topic on %3", - "bookmark_instructions": "اضغط هنا للعودة لأخر مشاركة مقروءة في الموضوع", + "bookmark-instructions": "اضغط هنا للعودة لأخر مشاركة مقروءة في الموضوع", "flag-post": "Flag this post", "flag-user": "Flag this user", "already-flagged": "Already Flagged", "view-flag-report": "View Flag Report", "resolve-flag": "Resolve Flag", - "merged_message": "This topic has been merged into %2", - "deleted_message": "هذه المشاركة محذوفة. فقط من لهم صلاحية الإشراف على ا لمشاركات يمكنهم معاينتها.", - "following_topic.message": "ستستلم تنبيها عند كل مشاركة جديدة في هذا الموضوع.", - "not_following_topic.message": "You will see this topic in the unread topics list, but you will not receive notifications when somebody posts to this topic.", - "ignoring_topic.message": "You will no longer see this topic in the unread topics list. You will be notified when you are mentioned or your post is up voted.", - "login_to_subscribe": "المرجو إنشاء حساب أو تسجيل الدخول حتى يمكنك متابعة هذا الموضوع.", + "merged-message": "This topic has been merged into %2", + "forked-message": "This topic was forked from %2", + "deleted-message": "هذه المشاركة محذوفة. فقط من لهم صلاحية الإشراف على ا لمشاركات يمكنهم معاينتها.", + "following-topic.message": "ستستلم تنبيها عند كل مشاركة جديدة في هذا الموضوع.", + "not-following-topic.message": "You will see this topic in the unread topics list, but you will not receive notifications when somebody posts to this topic.", + "ignoring-topic.message": "You will no longer see this topic in the unread topics list. You will be notified when you are mentioned or your post is up voted.", + "login-to-subscribe": "المرجو إنشاء حساب أو تسجيل الدخول حتى يمكنك متابعة هذا الموضوع.", "markAsUnreadForAll.success": "تم تحديد الموضوع على أنه غير مقروء.", - "mark_unread": "حدده كغير مقروء", - "mark_unread.success": "الموضوع حدد على أنه غير مقروء", + "mark-unread": "حدده كغير مقروء", + "mark-unread.success": "الموضوع حدد على أنه غير مقروء", "watch": "مراقبة", "unwatch": "الغاء المراقبة", "watch.title": "استلم تنبيها بالردود الجديدة في هذا الموضوع", "unwatch.title": "ألغ مراقبة هذا الموضوع", - "share_this_post": "انشر هذا الموضوع", + "share-this-post": "انشر هذا الموضوع", "watching": "مراقبة", "not-watching": "غير مراقب", "ignoring": "تجاهل", "watching.description": "بلغني بالردود الجديدة
\nاظهر الموضوع في غير مقروء", "not-watching.description": "Do not notify me of new replies.
Show topic in unread if category is not ignored.", "ignoring.description": "Do not notify me of new replies.
Do not show topic in unread.", - "thread_tools.title": "أدوات الموضوع", - "thread_tools.markAsUnreadForAll": "Mark Unread For All", - "thread_tools.pin": "علق الموضوع", - "thread_tools.unpin": "إلغاء تعليق الموضوع", - "thread_tools.lock": "أقفل الموضوع", - "thread_tools.unlock": "إلغاء إقفال الموضوع", - "thread_tools.move": "نقل الموضوع", - "thread_tools.move-posts": "Move Posts", - "thread_tools.move_all": "نقل الكل", - "thread_tools.change_owner": "Change Owner", - "thread_tools.select_category": "Select Category", - "thread_tools.fork": "إنشاء فرع الموضوع", - "thread_tools.tag": "Tag Topic", - "thread_tools.delete": "حذف الموضوع", - "thread_tools.delete-posts": "مشاركات محذوفة", - "thread_tools.delete_confirm": "هل أنت متأكد أنك تريد حذف هذا الموضوع؟", - "thread_tools.restore": "استعادة الموضوع", - "thread_tools.restore_confirm": "هل أنت متأكد أنك تريد استعادة هذا الموضوع؟", - "thread_tools.purge": "تطهير الموضوع", - "thread_tools.purge_confirm": "هل أنت متأكد أنك تريد تطهير هذا الموضوع؟", - "thread_tools.merge_topics": "Merge Topics", - "thread_tools.merge": "Merge Topic", - "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_undone": "Topic move undone", - "topic_move_posts_success": "Posts will be moved shortly. Click here to undo.", - "topic_move_posts_undone": "Post move undone", - "post_delete_confirm": "هل أنت متأكد أنك تريد حذف هذه المشاركة؟", - "post_restore_confirm": "هل أنت متأكد أنك تريد استعادة هذه المشاركة؟", - "post_purge_confirm": "هل أنت متأكد أنك تريد تطهير هذه المشاركة؟", + "thread-tools.title": "أدوات الموضوع", + "thread-tools.markAsUnreadForAll": "Mark Unread For All", + "thread-tools.pin": "علق الموضوع", + "thread-tools.unpin": "إلغاء تعليق الموضوع", + "thread-tools.lock": "أقفل الموضوع", + "thread-tools.unlock": "إلغاء إقفال الموضوع", + "thread-tools.move": "نقل الموضوع", + "thread-tools.move-posts": "Move Posts", + "thread-tools.move-all": "نقل الكل", + "thread-tools.change-owner": "Change Owner", + "thread-tools.select-category": "Select Category", + "thread-tools.fork": "إنشاء فرع الموضوع", + "thread-tools.tag": "Tag Topic", + "thread-tools.delete": "حذف الموضوع", + "thread-tools.delete-posts": "مشاركات محذوفة", + "thread-tools.delete-confirm": "هل أنت متأكد أنك تريد حذف هذا الموضوع؟", + "thread-tools.restore": "استعادة الموضوع", + "thread-tools.restore-confirm": "هل أنت متأكد أنك تريد استعادة هذا الموضوع؟", + "thread-tools.purge": "تطهير الموضوع", + "thread-tools.purge-confirm": "هل أنت متأكد أنك تريد تطهير هذا الموضوع؟", + "thread-tools.merge-topics": "Merge Topics", + "thread-tools.merge": "Merge Topic", + "topic-move-success": "This topic will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-multiple-success": "These topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-all-success": "All topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-undone": "Topic move undone", + "topic-move-posts-success": "Posts will be moved shortly. Click here to undo.", + "topic-move-posts-undone": "Post move undone", + "post-delete-confirm": "هل أنت متأكد أنك تريد حذف هذه المشاركة؟", + "post-restore-confirm": "هل أنت متأكد أنك تريد استعادة هذه المشاركة؟", + "post-purge-confirm": "هل أنت متأكد أنك تريد تطهير هذه المشاركة؟", "pin-modal-expiry": "Expiration Date", "pin-modal-help": "You can optionally set an expiration date for the pinned topic(s) here. Alternatively, you can leave this field blank to have the topic stay pinned until it is manually unpinned.", - "load_categories": "تحميل الفئات", - "confirm_move": "انقل", - "confirm_fork": "فرع", + "load-categories": "تحميل الفئات", + "confirm-move": "انقل", + "confirm-fork": "فرع", "bookmark": "Bookmark", "bookmarks": "Bookmarks", - "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.", + "bookmarks.has-no-bookmarks": "You haven't bookmarked any posts yet.", "copy-permalink": "Copy Permalink", - "loading_more_posts": "تحميل المزيد من المشاركات", - "move_topic": "نقل الموضوع", - "move_topics": "نقل المواضيع", - "move_post": "نقل المشاركة", - "post_moved": "تم نقل المشاركة", - "fork_topic": "فرع الموضوع", + "loading-more-posts": "تحميل المزيد من المشاركات", + "move-topic": "نقل الموضوع", + "move-topics": "نقل المواضيع", + "move-post": "نقل المشاركة", + "post-moved": "تم نقل المشاركة", + "fork-topic": "فرع الموضوع", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", - "fork_no_pids": "لم تختر أي مشاركة", + "fork-topic-instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", + "fork-no-pids": "لم تختر أي مشاركة", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", "x-posts-will-be-moved-to-y": "%1 post(s) will be moved to \"%2\"", - "fork_pid_count": "1% مشاركة محددة", - "fork_success": "تم إنشاء فرع للموضوع بنجاح! إضغط هنا لمعاينة الفرع.", - "delete_posts_instruction": "Click the posts you want to delete/purge", - "merge_topics_instruction": "Click the topics you want to merge or search for them", + "fork-pid-count": "1% مشاركة محددة", + "fork-success": "تم إنشاء فرع للموضوع بنجاح! إضغط هنا لمعاينة الفرع.", + "delete-posts-instruction": "Click the posts you want to delete/purge", + "merge-topics-instruction": "Click the topics you want to merge or search for them", "merge-topic-list-title": "List of topics to be merged", "merge-options": "Merge options", "merge-select-main-topic": "Select the main topic", "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", - "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", - "move_topic_instruction": "Select the target category and then click move", - "change_owner_instruction": "Click the posts you want to assign to another user", - "composer.title_placeholder": "أدخل عنوان موضوعك هنا...", - "composer.handle_placeholder": "Enter your name/handle here", + "move-posts-instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move-topic-instruction": "Select the target category and then click move", + "change-owner-instruction": "Click the posts you want to assign to another user", + "composer.title-placeholder": "أدخل عنوان موضوعك هنا...", + "composer.handle-placeholder": "Enter your name/handle here", "composer.hide": "Hide", "composer.discard": "نبذ التغييرات", "composer.submit": "حفظ", "composer.additional-options": "Additional Options", "composer.post-later": "Post Later", "composer.schedule": "Schedule", - "composer.replying_to": "الرد على %1", - "composer.new_topic": "موضوع جديد", + "composer.replying-to": "الرد على %1", + "composer.new-topic": "موضوع جديد", "composer.editing-in": "Editing post in %1", "composer.uploading": "جاري الرفع", - "composer.thumb_url_label": "ألصق رابط الصورة المصغرة للموضوع", - "composer.thumb_title": "إضافة صورة مصغرة للموضوع", - "composer.thumb_url_placeholder": "http://example.com/thumb.png", - "composer.thumb_file_label": "أو قم برفع ملف", - "composer.thumb_remove": "تفريغ الخانات", - "composer.drag_and_drop_images": "اسحب وأسقص الصور هنا", - "more_users_and_guests": "%1 مستخدم(ين) و %2 زائر(ين)", - "more_users": "%1 مستخدم(ين)", - "more_guests": "%1 زائر(ين)", - "users_and_others": "%1 و %2 آخرين", - "sort_by": "ترتيب حسب", - "oldest_to_newest": "من الأقدم إلى الأحدث", - "newest_to_oldest": "من الأحدث إلى الأقدم", - "most_votes": "Most Votes", - "most_posts": "Most Posts", - "most_views": "Most Views", + "composer.thumb-url-label": "ألصق رابط الصورة المصغرة للموضوع", + "composer.thumb-title": "إضافة صورة مصغرة للموضوع", + "composer.thumb-url-placeholder": "http://example.com/thumb.png", + "composer.thumb-file-label": "أو قم برفع ملف", + "composer.thumb-remove": "تفريغ الخانات", + "composer.drag-and-drop-images": "اسحب وأسقص الصور هنا", + "more-users-and-guests": "%1 مستخدم(ين) و %2 زائر(ين)", + "more-users": "%1 مستخدم(ين)", + "more-guests": "%1 زائر(ين)", + "users-and-others": "%1 و %2 آخرين", + "sort-by": "ترتيب حسب", + "oldest-to-newest": "من الأقدم إلى الأحدث", + "newest-to-oldest": "من الأحدث إلى الأقدم", + "most-votes": "Most Votes", + "most-posts": "Most Posts", + "most-views": "Most Views", "stale.title": "Create new topic instead?", "stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?", "stale.create": "موضوع جديد", - "stale.reply_anyway": "الرد على هذا الموضوع ", - "link_back": "رد: [%1](%2)", + "stale.reply-anyway": "الرد على هذا الموضوع", + "link-back": "رد: [%1](%2)", "diffs.title": "Post Edit History", "diffs.description": "This post has %1 revisions. Click one of the revisions below to see the post content at that point in time.", "diffs.no-revisions-description": "This post has %1 revisions.", @@ -197,8 +198,8 @@ "diffs.post-restored": "Post successfully restored to earlier revision", "diffs.delete": "Delete this revision", "diffs.deleted": "Revision deleted", - "timeago_later": "%1 later", - "timeago_earlier": "%1 earlier", + "timeago-later": "%1 later", + "timeago-earlier": "%1 earlier", "first-post": "First post", "last-post": "Last post", "go-to-my-next-post": "Go to my next post", diff --git a/public/language/ar/unread.json b/public/language/ar/unread.json index 54471cd600..4f309e0b87 100644 --- a/public/language/ar/unread.json +++ b/public/language/ar/unread.json @@ -1,12 +1,12 @@ { "title": "غير مقروء", - "no_unread_topics": "ليس هناك أي موضوع غير مقروء", - "load_more": "حمل المزيد", - "mark_as_read": "حدد غير مقروء", + "no-unread-topics": "ليس هناك أي موضوع غير مقروء", + "load-more": "حمل المزيد", + "mark-as-read": "حدد غير مقروء", "selected": "المحددة", "all": "الكل", - "all_categories": "كل الفئات", - "topics_marked_as_read.success": "تم تحديد المواضيع على أنها مقروءة!", + "all-categories": "كل الفئات", + "topics-marked-as-read.success": "تم تحديد المواضيع على أنها مقروءة!", "all-topics": "كل المواضيع", "new-topics": "مواضيع جديدة", "watched-topics": "المواضيع المتابعة", diff --git a/public/language/ar/user.json b/public/language/ar/user.json index 946dff3958..e4b6fa87df 100644 --- a/public/language/ar/user.json +++ b/public/language/ar/user.json @@ -1,28 +1,28 @@ { "banned": "محظور", - "muted": "كتم ", + "muted": "كتم", "offline": "غير متصل", "deleted": "محذوف", "username": "إسم المستخدم", "joindate": "تاريخ الإنضمام", "postcount": "عدد المشاركات", "email": "البريد الإلكتروني", - "confirm_email": "تأكيد عنوان البريد الإلكتروني", - "account_info": "معلومات الحساب", - "admin_actions_label": "الإجراءات الإدارية", - "ban_account": "حظر الحساب", - "ban_account_confirm": "هل تريد حقاً حظر هاذا العضو؟", - "unban_account": "إزالة حظر الحساب", - "mute_account": "Mute Account", - "unmute_account": "Unmute Account", - "delete_account": "حذف الحساب", - "delete_account_as_admin": "Delete Account", - "delete_content": "Delete Account Content", - "delete_all": "Delete Account and Content", - "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", - "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", - "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", - "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "confirm-email": "تأكيد عنوان البريد الإلكتروني", + "account-info": "معلومات الحساب", + "admin-actions-label": "الإجراءات الإدارية", + "ban-account": "حظر الحساب", + "ban-account-confirm": "هل تريد حقاً حظر هاذا العضو؟", + "unban-account": "إزالة حظر الحساب", + "mute-account": "Mute Account", + "unmute-account": "Unmute Account", + "delete-account": "حذف الحساب", + "delete-account-as-admin": "Delete Account", + "delete-content": "Delete Account Content", + "delete-all": "Delete Account and Content", + "delete-account-confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", + "delete-this-account-confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", + "delete-account-content-confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "delete-all-confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", "account-deleted": "تم حذف الحساب", "account-content-deleted": "تم حذف محتوى حساب", "fullname": "الاسم الكامل", @@ -32,11 +32,12 @@ "joined": "تاريخ التسجيل", "lastonline": "تاريخ آخر دخول", "profile": "الملف الشخصي", - "profile_views": "عدد المشاهدات", + "profile-views": "عدد المشاهدات", "reputation": "السمعة", "bookmarks": "المفضلات", - "watched_categories": "الأقسام المُتابعة", - "change_all": "غير الكل", + "watched-categories": "الأقسام المُتابعة", + "watched-tags": "Watched tags", + "change-all": "غير الكل", "watched": "متابع", "ignored": "تم تجاهله", "default-category-watch-state": "حالة مشاهدة اﻻقسام الافتراضية", @@ -44,83 +45,84 @@ "following": "يتابع", "blocks": "الكتل", "blocked-users": "Blocked users", - "block_toggle": "تبديل الكتلة", - "block_user": "أحظر المستخدم", - "unblock_user": "ألغ حظر المستخدم", + "block-toggle": "تبديل الكتلة", + "block-user": "أحظر المستخدم", + "unblock-user": "ألغ حظر المستخدم", "aboutme": "معلومة عنك او السيرة الذاتية", "signature": "توقيع", "birthday": "عيد ميلاد", "chat": "محادثة", - "chat_with": "متابعة الدردشة مع %1", - "new_chat_with": "بدء دردشة جديدة مع %1", + "chat-with": "متابعة الدردشة مع %1", + "new-chat-with": "بدء دردشة جديدة مع %1", "flag-profile": "ضع علامة على الملف الشخصي", "follow": "تابع", "unfollow": "إلغاء المتابعة", "more": "المزيد", - "profile_update_success": "تم تحديث الملف الشخصي بنجاح", - "change_picture": "تغيير الصورة", - "change_username": "تغيير اسم المستخدم", - "change_email": "تغيير البريد اﻹلكتروني", - "email_same_as_password": "Please enter your current password to continue – you've entered your new email again", + "profile-update-success": "تم تحديث الملف الشخصي بنجاح", + "change-picture": "تغيير الصورة", + "change-username": "تغيير اسم المستخدم", + "change-email": "تغيير البريد اﻹلكتروني", + "email-updated": "Email Updated", + "email-same-as-password": "Please enter your current password to continue – you've entered your new email again", "edit": "تعديل", "edit-profile": "تعديل الملف الشخصي", - "default_picture": "أيقونة افتراضية", - "uploaded_picture": "الصورة المرفوعة", - "upload_new_picture": "رفع صورة جديدة", - "upload_new_picture_from_url": "رفع صورة جديدة من رابط", - "current_password": "كلمة السر الحالية", - "new_password": "New Password", - "change_password": "تغيير كلمة السر", - "change_password_error": "كلمة سر غير صحيحة", - "change_password_error_wrong_current": "كلمة السر الحالية ليست صحيحة", - "change_password_error_match": "كلمة السر غير مطابقة لتأكيد كلمة السر", - "change_password_error_privileges": "ليس لديك الصلاحيات الكافية لتغيير كلمة السر هذه.", - "change_password_success": "تم تحديث كلمة السر خاصتك.", - "confirm_password": "تأكيد كلمة السر", + "default-picture": "أيقونة افتراضية", + "uploaded-picture": "الصورة المرفوعة", + "upload-new-picture": "رفع صورة جديدة", + "upload-new-picture-from-url": "رفع صورة جديدة من رابط", + "current-password": "كلمة السر الحالية", + "new-password": "New Password", + "change-password": "تغيير كلمة السر", + "change-password-error": "كلمة سر غير صحيحة", + "change-password-error-wrong-current": "كلمة السر الحالية ليست صحيحة", + "change-password-error-match": "كلمة السر غير مطابقة لتأكيد كلمة السر", + "change-password-error-privileges": "ليس لديك الصلاحيات الكافية لتغيير كلمة السر هذه.", + "change-password-success": "تم تحديث كلمة السر خاصتك.", + "confirm-password": "تأكيد كلمة السر", "password": "كلمة السر", - "username_taken_workaround": "اسم المستخدم الذي اخترته مستخدم سابقا، لذلك قمنا بتغييره لك قليلا. أنت الآن مسجل بالاسم %1", - "password_same_as_username": "كلمة المرور مطابقة لاسم المستخدم الخاص بك، يرجى تحديد كلمة مرور أخرى.", - "password_same_as_email": "كلمة المرور مطابقة لبريدك الإلكتروني، يرجى تحديد كلمة مرور أخرى.", - "weak_password": "كلمة مرور ضعيفة.", - "upload_picture": "ارفع الصورة", - "upload_a_picture": "رفع صورة", - "remove_uploaded_picture": "إزالة الصورة المرفوعة", - "upload_cover_picture": "رفع صورة الغلاف", - "remove_cover_picture_confirm": "هل تريد بالتأكيد إزالة صورة الغلاف؟", - "crop_picture": "إقتصاص الصورة", - "upload_cropped_picture": "إقتصاص ورفع", + "username-taken-workaround": "اسم المستخدم الذي اخترته مستخدم سابقا، لذلك قمنا بتغييره لك قليلا. أنت الآن مسجل بالاسم %1", + "password-same-as-username": "كلمة المرور مطابقة لاسم المستخدم الخاص بك، يرجى تحديد كلمة مرور أخرى.", + "password-same-as-email": "كلمة المرور مطابقة لبريدك الإلكتروني، يرجى تحديد كلمة مرور أخرى.", + "weak-password": "كلمة مرور ضعيفة.", + "upload-picture": "ارفع الصورة", + "upload-a-picture": "رفع صورة", + "remove-uploaded-picture": "إزالة الصورة المرفوعة", + "upload-cover-picture": "رفع صورة الغلاف", + "remove-cover-picture-confirm": "هل تريد بالتأكيد إزالة صورة الغلاف؟", + "crop-picture": "إقتصاص الصورة", + "upload-cropped-picture": "إقتصاص ورفع", "avatar-background-colour": "لون الخلفية للصورة الرمزية", "settings": "خيارات", - "show_email": "أظهر بريدي الإلكتروني", - "show_fullname": "أظهر اسمي الكامل", - "restrict_chats": "لاتسمح بورود محادثات إلا من طرف المستخدمين الذين أتابعهم.", - "digest_label": "اشترك في النشرة الدورية", - "digest_description": "استلام اشعارات بآخر مستجدات هذا القسم (التنبيهات والمواضيع الجديدة) عبر البريد الإلكتروني وفقا لجدول زمني محدد.", - "digest_off": "غير مفعل", - "digest_daily": "يوميا", - "digest_weekly": "أسبوعيًّا", - "digest_biweekly": "Bi-Weekly", - "digest_monthly": "شهريًّا", - "has_no_follower": "هذا المستخدم ليس لديه أية متابعين :(", - "follows_no_one": "هذا المستخدم لا يتابع أحد :(", - "has_no_posts": "هذا المستخدم لم يشارك حتى الآن.", - "has_no_best_posts": "This user does not have any upvoted posts yet.", - "has_no_topics": "هذا المستخدم لم يكتب أي موضوع حتى الآن.", - "has_no_watched_topics": "هذا المستخدم لم يقم بمراقبة اية مواضيع حتى الآن.", - "has_no_ignored_topics": "هذا المستخدم لم يقم بتجاهل اية مواضيع حتى الآن.", - "has_no_upvoted_posts": "هذا المستخدم لم يقم بالتصويت للأعلى لأي مشاركة حتى الآن.", - "has_no_downvoted_posts": "هذا المستخدم لم يقم بالتصويت للأسفل لأي مشاركة حتى الآن.", - "has_no_controversial_posts": "هذا المستخدم ﻻيمتلك تصويت للأسفل لأي مشاركة حتى الآن.", - "has_no_blocks": "أنت لم تحظر اي مستخدم", - "email_hidden": "البريد الإلكتروني مخفي", + "show-email": "أظهر بريدي الإلكتروني", + "show-fullname": "أظهر اسمي الكامل", + "restrict-chats": "لاتسمح بورود محادثات إلا من طرف المستخدمين الذين أتابعهم.", + "digest-label": "اشترك في النشرة الدورية", + "digest-description": "استلام اشعارات بآخر مستجدات هذا القسم (التنبيهات والمواضيع الجديدة) عبر البريد الإلكتروني وفقا لجدول زمني محدد.", + "digest-off": "غير مفعل", + "digest-daily": "يوميا", + "digest-weekly": "أسبوعيًّا", + "digest-biweekly": "Bi-Weekly", + "digest-monthly": "شهريًّا", + "has-no-follower": "هذا المستخدم ليس لديه أية متابعين :(", + "follows-no-one": "هذا المستخدم لا يتابع أحد :(", + "has-no-posts": "هذا المستخدم لم يشارك حتى الآن.", + "has-no-best-posts": "This user does not have any upvoted posts yet.", + "has-no-topics": "هذا المستخدم لم يكتب أي موضوع حتى الآن.", + "has-no-watched-topics": "هذا المستخدم لم يقم بمراقبة اية مواضيع حتى الآن.", + "has-no-ignored-topics": "هذا المستخدم لم يقم بتجاهل اية مواضيع حتى الآن.", + "has-no-upvoted-posts": "هذا المستخدم لم يقم بالتصويت للأعلى لأي مشاركة حتى الآن.", + "has-no-downvoted-posts": "هذا المستخدم لم يقم بالتصويت للأسفل لأي مشاركة حتى الآن.", + "has-no-controversial-posts": "هذا المستخدم ﻻيمتلك تصويت للأسفل لأي مشاركة حتى الآن.", + "has-no-blocks": "أنت لم تحظر اي مستخدم", + "email-hidden": "البريد الإلكتروني مخفي", "hidden": "مخفي", - "paginate_description": "عرض المواضيع والردود موزعة على صفحات عوضاً عن التمرير اللانهائي.", - "topics_per_page": "المواضيع في كل صفحة", - "posts_per_page": "الردود في كل صفحة", + "paginate-description": "عرض المواضيع والردود موزعة على صفحات عوضاً عن التمرير اللانهائي.", + "topics-per-page": "المواضيع في كل صفحة", + "posts-per-page": "الردود في كل صفحة", "category-topic-sort": "Category topic sort", "topic-post-sort": "Topic post sort", - "max_items_per_page": "أقصى %1", - "acp_language": "لغة صفحة اﻻدارة", + "max-items-per-page": "أقصى %1", + "acp-language": "لغة صفحة اﻻدارة", "notifications": "التنبيهات", "upvote-notif-freq": "معدل تكرار تنبيهات التصويت للأعلى", "upvote-notif-freq.all": "كل التصويتات للأعلى", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "On 10, 100, 1000...", "upvote-notif-freq.disabled": "معطل", "browsing": "خيارات التصفح", - "open_links_in_new_tab": "فتح الروابط الخارجية في نافدة جديدة", - "enable_topic_searching": "تفعيل خاصية البحث داخل المواضيع", - "topic_search_help": "إذا قمت بتفعيل ميزة البحث في-الموضوع، سيتم تجاوز الخيار الافتراضي للمتصفح مما يؤدي للبحث بكامل الموضوع بدلا عن البحث في الجزء الظاهر في الشاشة.", - "update_url_with_post_index": "Update url with post index while browsing topics", - "scroll_to_my_post": "بعد اضافة رد على المشاركة, قم بإظهار المشاركة", - "follow_topics_you_reply_to": "متابعة المواضيع التي تقوم بالرد عليها", - "follow_topics_you_create": "متابعة المواضيع التي تقوم بإنشائها", + "open-links-in-new-tab": "فتح الروابط الخارجية في نافدة جديدة", + "enable-topic-searching": "تفعيل خاصية البحث داخل المواضيع", + "topic-search-help": "إذا قمت بتفعيل ميزة البحث في-الموضوع، سيتم تجاوز الخيار الافتراضي للمتصفح مما يؤدي للبحث بكامل الموضوع بدلا عن البحث في الجزء الظاهر في الشاشة.", + "update-url-with-post-index": "Update url with post index while browsing topics", + "scroll-to-my-post": "بعد اضافة رد على المشاركة, قم بإظهار المشاركة", + "follow-topics-you-reply-to": "متابعة المواضيع التي تقوم بالرد عليها", + "follow-topics-you-create": "متابعة المواضيع التي تقوم بإنشائها", "grouptitle": "عنوان المجموعة", "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "لا يوجد عنوان للمجموعة", @@ -145,9 +147,9 @@ "no-skin": "No Skin", "select-homepage": "إختر الصفحة الرئيسية", "homepage": "الصفحة الرئيسية", - "homepage_description": "حدد صفحة لاستخدامها كصفحة رئيسية للمنتدى أو \"لا شيء\" لاستخدام الصفحة الرئيسية الافتراضية.", - "custom_route": "مسار الصفحة الرئيسية المخصصة", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", + "homepage-description": "حدد صفحة لاستخدامها كصفحة رئيسية للمنتدى أو \"لا شيء\" لاستخدام الصفحة الرئيسية الافتراضية.", + "custom-route": "مسار الصفحة الرئيسية المخصصة", + "custom-route-help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "خدمات تسجيل الدخول الموحد", "sso.associated": "مرتبط مع", "sso.not-associated": "انقر هنا لربط مع", @@ -179,25 +181,25 @@ "consent.title": "Your Rights & Consent", "consent.lead": "This community forum collects and processes your personal information.", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", - "consent.email_intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", - "consent.digest_frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", - "consent.digest_off": "Unless explicitly changed in your user settings, this community does not send out email digests", + "consent.email-intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", + "consent.digest-frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", + "consent.digest-off": "Unless explicitly changed in your user settings, this community does not send out email digests", "consent.received": "You have provided consent for this website to collect and process your information. No additional action is required.", - "consent.not_received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", + "consent.not-received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", "consent.give": "Give consent", - "consent.right_of_access": "You have the Right of Access", - "consent.right_of_access_description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", - "consent.right_to_rectification": "You have the Right to Rectification", - "consent.right_to_rectification_description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", - "consent.right_to_erasure": "You have the Right to Erasure", - "consent.right_to_erasure_description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", - "consent.right_to_data_portability": "You have the Right to Data Portability", - "consent.right_to_data_portability_description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", - "consent.export_profile": "Export Profile (.json)", + "consent.right-of-access": "You have the Right of Access", + "consent.right-of-access-description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", + "consent.right-to-rectification": "You have the Right to Rectification", + "consent.right-to-rectification-description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", + "consent.right-to-erasure": "You have the Right to Erasure", + "consent.right-to-erasure-description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", + "consent.right-to-data-portability": "You have the Right to Data Portability", + "consent.right-to-data-portability-description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", + "consent.export-profile": "Export Profile (.json)", "consent.export-profile-success": "Exporting profile, you will get a notification when it is complete.", - "consent.export_uploads": "Export Uploaded Content (.zip)", + "consent.export-uploads": "Export Uploaded Content (.zip)", "consent.export-uploads-success": "Exporting uploads, you will get a notification when it is complete.", - "consent.export_posts": "Export Posts (.csv)", + "consent.export-posts": "Export Posts (.csv)", "consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.", "emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.", "emailUpdate.optional": "This field is optional. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.", diff --git a/public/language/ar/users.json b/public/language/ar/users.json index f4a3b1724b..b34cb35a49 100644 --- a/public/language/ar/users.json +++ b/public/language/ar/users.json @@ -1,13 +1,13 @@ { "all-users": "All Users", - "latest_users": "أحدث الأعضاء", - "top_posters": "اﻷكثر مشاركة", - "most_reputation": "أعلى سمعة", - "most_flags": "معظم الأعلام", + "latest-users": "أحدث الأعضاء", + "top-posters": "اﻷكثر مشاركة", + "most-reputation": "أعلى سمعة", + "most-flags": "معظم الأعلام", "search": "بحث", - "enter_username": "أدخل اسم مستخدم للبحث", + "enter-username": "أدخل اسم مستخدم للبحث", "search-user-for-chat": "Search for a user to start chat", - "load_more": "حمل المزيد", + "load-more": "حمل المزيد", "users-found-search-took": "تم إيجاد %1 مستخدمـ(ين)! استغرق البحث %2 ثانية.", "filter-by": "تصفية بحسب", "online-only": "المتصلون فقط", @@ -15,10 +15,10 @@ "prompt-email": "البريد الإلكتروني:", "groups-to-join": "المجموعات التي سيتم الانضمام إليها عند قبول الدعوة:", "invitation-email-sent": "تم إرسال دعوة بالبريد الإلكتروني إلى %1", - "user_list": "قائمة اﻷعضاء", - "recent_topics": "أحدث المواضيع", - "popular_topics": "المواضيع الأكثر شهرة", - "unread_topics": "المواضيع الغير مقروءة", + "user-list": "قائمة اﻷعضاء", + "recent-topics": "أحدث المواضيع", + "popular-topics": "المواضيع الأكثر شهرة", + "unread-topics": "المواضيع الغير مقروءة", "categories": "الأقسام", "tags": "الوسوم", "no-users-found": "لم يتم العثور على مستخدمين!" diff --git a/public/language/bg/admin/advanced/events.json b/public/language/bg/admin/advanced/events.json index 30175ef9a8..9cfaddd583 100644 --- a/public/language/bg/admin/advanced/events.json +++ b/public/language/bg/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "Вид събитие", "filter-start": "Начална дата", "filter-end": "Крайна дата", - "filter-perPage": "На страница" + "filter-per-page": "На страница" } \ No newline at end of file diff --git a/public/language/bg/admin/extend/widgets.json b/public/language/bg/admin/extend/widgets.json index 0068ab288c..839138cef2 100644 --- a/public/language/bg/admin/extend/widgets.json +++ b/public/language/bg/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "Няма намерени джаджи! Включете добавката с основните джаджи в контролния панел за добавките.", "clone-from": "Клониране на джаджите от", "containers.available": "Налични контейнери", - "containers.explanation": "Завлачете и пуснете върху някоя активна джаджа", + "containers.explanation": "Завлачете и пуснете върху някоя джаджа", "containers.none": "Няма", "container.well": "Кладенец", "container.jumbotron": "Джъмботрон", @@ -29,5 +29,7 @@ "hide-from-groups": "Скриване от групите", "start-date": "Начална дата", "end-date": "Крайна дата", - "hide-on-mobile": "Скриване на мобилни устройства" + "hide-on-mobile": "Скриване на мобилни устройства", + "hide-drafts": "Скриване на черновите", + "show-drafts": "Показване на черновите" } \ No newline at end of file diff --git a/public/language/bg/admin/manage/privileges.json b/public/language/bg/admin/manage/privileges.json index b32c81b302..008017eea5 100644 --- a/public/language/bg/admin/manage/privileges.json +++ b/public/language/bg/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "Редактиране на правомощията", "select-clear-all": "Избиране/изчистване на всичко", "chat": "Разговор", + "chat-with-privileged": "Разговор с някого с по-високи правомощия", "upload-images": "Качване на изображения", "upload-files": "Качване на файлове", "signature": "Подпис", @@ -33,7 +34,7 @@ "edit-posts": "Редактиране на публикации", "view-edit-history": "Преглед на историята на редакциите", "delete-posts": "Изтриване на публикации", - "view_deleted": "Преглед на изтритите публикации", + "view-deleted": "Преглед на изтритите публикации", "upvote-posts": "Положително гласуване за публикации", "downvote-posts": "Отрицателно гласуване за публикации", "delete-topics": "Изтриване на теми", diff --git a/public/language/bg/admin/manage/users.json b/public/language/bg/admin/manage/users.json index 03bc24b017..f5b049a406 100644 --- a/public/language/bg/admin/manage/users.json +++ b/public/language/bg/admin/manage/users.json @@ -4,16 +4,21 @@ "edit": "Действия", "make-admin": "Даване на администраторски права", "remove-admin": "Отнемане на администраторски права", + "change-email": "Промяна на е-пощата", + "new-email": "Нова е-поща", "validate-email": "Проверка на е-пощата", "send-validation-email": "Изпращане на е-писмо за потвърждение", + "change-password": "Промяна на паролата", "password-reset-email": "Изпращане на е-писмо за възстановяване на паролата", "force-password-reset": "Принудително подновяване на паролата и отписване на потребителя", - "ban": "Блокиране на потребителя/ите", + "ban": "Блокиране", + "ban-users": "Блокиране на потребителя/ите", "temp-ban": "Блокиране на потребителя/ите временно", "unban": "Деблокиране на потребителя/ите", "reset-lockout": "Нулиране на заключването", "reset-flags": "Анулиране на докладите", - "delete": "Изтриване на потребителя/ите", + "delete": "Изтриване", + "delete-users": "Изтриване на потребителя/ите", "delete-content": "Изтриване на съдържанието на потребителя/ите", "purge": "Изтриване на потребителя/ите и съдържанието", "download-csv": "Сваляне във формат „CSV“", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "Блокиране на %1 потребител(и)", "alerts.unban-success": "Потребителят/ите е/са деблокиран(и)!", "alerts.lockout-reset-success": "Заключването/ията е/са нулирано/и!", + "alerts.password-change-success": "Паролата/ите е/са променени!", "alerts.flag-reset-success": "Докладът/ите е/са анулиран(и)!", "alerts.no-remove-yourself-admin": "Не можете да отнемете собствените си права на администратор!", "alerts.make-admin-success": "Потребителят вече ще бъде администратор.", @@ -106,6 +112,7 @@ "alerts.create": "Създаване на потребител", "alerts.button-create": "Създаване", "alerts.button-cancel": "Отказ", + "alerts.button-change": "Промяна", "alerts.error-passwords-different": "Паролите са различни!", "alerts.error-x": "Грешка

%1

", "alerts.create-success": "Потребителят е създаден!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "Е-пощи: ", "alerts.email-sent-to": "Беше изпратено е-писмо за потвърждение до %1", "alerts.x-users-found": "Намерени потребители: %1 (%2 секунди)", + "alerts.select-a-single-user-to-change-email": "Изберете един потребител, чиято е-поща да промените", "export-users-started": "Изнасяне на потребителите във формат „csv“… Това може да отнеме известно време. Ще получите известие, когато е готово.", - "export-users-completed": "Потребителите са изнесени във формат „csv“, щракнете за сваляне." + "export-users-completed": "Потребителите са изнесени във формат „csv“, щракнете за сваляне.", + "email": "Е-поща", + "password": "Парола", + "manage": "Управление" } \ No newline at end of file diff --git a/public/language/bg/admin/settings/chat.json b/public/language/bg/admin/settings/chat.json index 0c87d9d35d..0b653316df 100644 --- a/public/language/bg/admin/settings/chat.json +++ b/public/language/bg/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "Въведете 0, за да изключите това ограничение", "chat-settings": "Настройки на разговорите", "disable": "Изключване на разговорите", "disable-editing": "Изключване на редактирането и изтриването на съобщения в разговорите", @@ -6,8 +7,10 @@ "max-length": "Максимална дължина на съобщенията в разговорите", "max-chat-room-name-length": "Максимална дължина на имената на стаи за разговори", "max-room-size": "Максимален брой потребители в стая за разговор", - "delay": "Време между съобщенията в разговорите (в милисекунди)", - "notification-delay": "Забавяне преди известяване за съобщения в разговорите. (0 – без забавяне)", - "restrictions.seconds-edit-after": "Брой секунди, през които съобщенията в разговор могат да бъдат редактирани. (0 = изключено)", - "restrictions.seconds-delete-after": "Брой секунди, през които съобщенията в разговор могат да бъдат изтривани. (0 = изключено)" + "delay": "Време между съобщенията в разговорите (мсек)", + "newbieDelay": "…за нови потребители (мсек)", + "notification-delay": "Забавяне преди известяване за съобщения в разговорите", + "notification-delay-help": "Допълнителните съобщения, изпратени в рамките на това време, се комбинират, и потребителят получава по едно известие за всеки такъв период на забавяне. Задайте стойност 0, за да изключите забавянето.", + "restrictions.seconds-edit-after": "Брой секунди, през които съобщенията в разговор могат да бъдат редактирани.", + "restrictions.seconds-delete-after": "Брой секунди, през които съобщенията в разговор могат да бъдат изтрити." } \ No newline at end of file diff --git a/public/language/bg/admin/settings/post.json b/public/language/bg/admin/settings/post.json index b031527799..1e12db43b9 100644 --- a/public/language/bg/admin/settings/post.json +++ b/public/language/bg/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "Дължина на заглавието", "restrictions.post-length": "Дължина на публикациите", "restrictions.days-until-stale": "Брой дни, след които темата се смята за стара", - "restrictions.stale-help": "Ако дадена тема е определена като „стара“, то потребителите, които се опитат да пишат в нея, ще получат предупредително съобщение.", + "restrictions.stale-help": "Ако дадена тема е определена като „стара“, то потребителите, които се опитат да пишат в нея, ще получат предупредително съобщение. (0 = изключено)", "timestamp": "Време", "timestamp.cut-off": "Използване на дата след (в брой дни)", "timestamp.cut-off-help": "Датите и времената ще бъдат показвани относително (напр. „преди 3 часа“ или „преди 5 дни“), и преведени на множество\n\\t\\t\\t\\t\\tезици. След определено време, този текст ще започне да показва самите дата и час, според езика на потребителя\n\\t\\t\\t\\t\\t(напр. „5 ноември 2016 15:30“).
(По подразбиране: 30, тоест един месец). Ако зададете 0, винаги ще се изписват дати, а ако оставите полето празно, времето ще бъде винаги относително.", diff --git a/public/language/bg/admin/settings/user.json b/public/language/bg/admin/settings/user.json index 5de68540c5..1cf5236a6c 100644 --- a/public/language/bg/admin/settings/user.json +++ b/public/language/bg/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "Потребителско име или е-поща", "allow-login-with.username": "Само потребителско име", "account-settings": "Настройки на акаунта", - "gdpr_enabled": "Включване на искането за съгласие с ОРЗД", - "gdpr_enabled_help": "Ако това е включено, всички новорегистрирани потребители ще бъдат задължени изрично да дадат съгласието си за събирането на данни и статистики за потреблението според Общия регламент относно защитата на данните (ОРЗД). Забележка: Включването на ОРЗД не задължава съществуващите потребители да дадат съгласието си. Ако искате това, ще трябва да инсталирате добавката за ОРЗД (GDPR).", + "gdpr-enabled": "Включване на искането за съгласие с ОРЗД", + "gdpr-enabled-help": "Ако това е включено, всички новорегистрирани потребители ще бъдат задължени изрично да дадат съгласието си за събирането на данни и статистики за потреблението според Общия регламент относно защитата на данните (ОРЗД). Забележка: Включването на ОРЗД не задължава съществуващите потребители да дадат съгласието си. Ако искате това, ще трябва да инсталирате добавката за ОРЗД (GDPR).", "disable-username-changes": "Забраняване на промяната на потребителското име", "disable-email-changes": "Забраняване на промяната на е-пощата", "disable-password-changes": "Забраняване на промяната на паролата", diff --git a/public/language/bg/category.json b/public/language/bg/category.json index e20b4094d5..a3a26eb40d 100644 --- a/public/language/bg/category.json +++ b/public/language/bg/category.json @@ -1,12 +1,12 @@ { "category": "Категория", "subcategories": "Подкатегории", - "new_topic_button": "Нова тема", + "new-topic-button": "Нова тема", "guest-login-post": "Впишете се, за да можете да публикувате", - "no_topics": "Все още няма теми в тази категория.
Защо не създадете някоя?", + "no-topics": "Все още няма теми в тази категория.
Защо не създадете някоя?", "browsing": "разглежда", - "no_replies": "Няма отговори", - "no_new_posts": "Няма нови публикации.", + "no-replies": "Няма отговори", + "no-new-posts": "Няма нови публикации.", "watch": "Следене", "ignore": "Пренебрегване", "watching": "Следите", diff --git a/public/language/bg/email.json b/public/language/bg/email.json index 0cc27fde43..905c7ea5aa 100644 --- a/public/language/bg/email.json +++ b/public/language/bg/email.json @@ -3,8 +3,8 @@ "password-reset-requested": "Изпратена е заявка за подновяване на паролата!", "welcome-to": "Добре дошли в %1", "invite": "Покана от %1", - "greeting_no_name": "Здравейте", - "greeting_with_name": "Здравейте, %1", + "greeting-no-name": "Здравейте", + "greeting-with-name": "Здравейте, %1", "email.verify-your-email.subject": "Моля, потвърдете е-пощата си", "email.verify.text1": "Вие поискахте да променим или потвърдим адреса на е-пощата Ви", "email.verify.text2": "Поради причини, свързани със сигурността, можем да променим или потвърдим адреса на е-поща, само когато притежанието ѝ вече е било установено чрез е-писмо. Ако не сте поискали това, няма нужда да правите нищо.", @@ -24,7 +24,7 @@ "reset.notify.text2": "Ако не сте поискали това, моля, свържете се незабавно с администратор.", "digest.unread-rooms": "Непрочетени стаи", "digest.room-name-unreadcount": "%1 (%2 непрочетени)", - "digest.latest_topics": "Последни теми от %1", + "digest.latest-topics": "Последни теми от %1", "digest.top-topics": "Най-интересните теми от %1", "digest.popular-topics": "Популярни теми от %1", "digest.cta": "Натиснете тук, за да посетите %1", @@ -36,8 +36,8 @@ "digest.title.day": "Дневното Ви резюме", "digest.title.week": "Седмичното Ви резюме", "digest.title.month": "Месечното Ви резюме", - "notif.chat.subject": "Получено е ново съобщение от %1", - "notif.chat.public-chat-subject": "Ново съобщение от %1 в стая %2", + "notif.chat.new-message-from-user": "Ново съобщение от „%1“", + "notif.chat.new-message-from-user-in-room": "Ново съобщение от %1 в стая %2", "notif.chat.cta": "Натиснете тук, за да продължите дискусията", "notif.chat.unsub.info": "Това известие за разговор беше изпратено до Вас поради настройките Ви за абонаментите.", "notif.post.unsub.info": "Това известие за публикация беше изпратено до Вас поради настройките Ви за абонаментите.", diff --git a/public/language/bg/error.json b/public/language/bg/error.json index 9a73a61078..6074275791 100644 --- a/public/language/bg/error.json +++ b/public/language/bg/error.json @@ -184,6 +184,7 @@ "post-flagged-too-many-times": "Тази публикация вече е докладвана от други хора", "user-flagged-too-many-times": "Този потребител вече е докладван от други хора", "cant-flag-privileged": "Не можете да докладвате профилите или съдържанието от потребители с по-високи правомощия (модератори, глобални модератори, администратори)", + "cant-locate-flag-report": "Докладът не може да бъде намерен", "self-vote": "Не можете да гласувате за собствената си публикация", "too-many-upvotes-today": "Можете да гласувате положително не повече от %1 пъти на ден", "too-many-upvotes-today-user": "Можете да гласувате положително за потребител не повече от %1 пъти на ден", diff --git a/public/language/bg/flags.json b/public/language/bg/flags.json index ad6b4573a1..4f5cf13bf6 100644 --- a/public/language/bg/flags.json +++ b/public/language/bg/flags.json @@ -1,5 +1,6 @@ { "state": "Състояние", + "report": "Доклад", "reports": "Доклади", "first-reported": "Първо докладване", "no-flags": "Ура! Няма намерени доклади.", @@ -8,6 +9,8 @@ "update": "Обновяване", "updated": "Обновено", "resolved": "Разрешен", + "report-added": "Добавен", + "report-rescinded": "Отменен", "target-purged": "Съдържанието, за което се отнася този доклад, е било изтрито и вече не е налично.", "target-aboutme-empty": "Този потребител не е попълнил нищо в секцията за себе си.", diff --git a/public/language/bg/global.json b/public/language/bg/global.json index b8f2f1e085..d585ac0b00 100644 --- a/public/language/bg/global.json +++ b/public/language/bg/global.json @@ -13,19 +13,19 @@ "400.message": "Тази връзка изглежда повредена. Моля, проверете я и опитайте отново.
Или се върнете към началната страница.
", "register": "Регистрация", "login": "Вписване", - "please_log_in": "Моля, впишете се", + "please-log-in": "Моля, впишете се", "logout": "Изход", - "posting_restriction_info": "Публикуването в момента е позволено само за регистрираните потребители. Натиснете тук, за да се впишете.", - "welcome_back": "Добре дошли отново", - "you_have_successfully_logged_in": "Вие влязохте успешно", - "save_changes": "Запазване на промените", + "posting-restriction-info": "Публикуването в момента е позволено само за регистрираните потребители. Натиснете тук, за да се впишете.", + "welcome-back": "Добре дошли отново", + "you-have-successfully-logged-in": "Вие влязохте успешно", + "save-changes": "Запазване на промените", "save": "Запазване", "create": "Създаване", "cancel": "Отказ", "close": "Затваряне", "pagination": "Странициране", - "pagination.out_of": "%1 от %2", - "pagination.enter_index": "Към публикация номер", + "pagination.out-of": "%1 от %2", + "pagination.enter-index": "Към публикация номер", "header.admin": "Администратор", "header.categories": "Категории", "header.recent": "Скорошни", @@ -80,25 +80,25 @@ "lastpost": "Последна публикация", "firstpost": "Първа публикация", "about": "Относно", - "read_more": "още", + "read-more": "още", "more": "Още", "none": "Нищо", - "posted_ago_by_guest": "публикувано %1 от гост", - "posted_ago_by": "публикувано %1 от %2", - "posted_ago": "публикувано %1", - "posted_in": "публикувано в %1", - "posted_in_by": "публикувано в %1 от %2", - "posted_in_ago": "публикувано в %1 %2", - "posted_in_ago_by": "публикувано в %1 %2 от %3", - "user_posted_ago": "%1 публикува %2", - "guest_posted_ago": "гост публикува %1", - "last_edited_by": "последно редактирано от %1", + "posted-ago-by-guest": "публикувано %1 от гост", + "posted-ago-by": "публикувано %1 от %2", + "posted-ago": "публикувано %1", + "posted-in": "публикувано в %1", + "posted-in-by": "публикувано в %1 от %2", + "posted-in-ago": "публикувано в %1 %2", + "posted-in-ago-by": "публикувано в %1 %2 от %3", + "user-posted-ago": "%1 публикува %2", + "guest-posted-ago": "гост публикува %1", + "last-edited-by": "последно редактирано от %1", "edited-timestamp": "Редактирано %1", "norecentposts": "Няма скорошни публикации", "norecenttopics": "Няма скорошни теми", "recentposts": "Скорошни публикации", "recentips": "Наскоро ползвани IP адреси", - "moderator_tools": "Модераторски инструменти", + "moderator-tools": "Модераторски инструменти", "status": "Състояние", "online": "На линия", "away": "Отсъстващ", @@ -109,7 +109,7 @@ "language": "Език", "guest": "Гост", "guests": "Гости", - "former_user": "Бивш потребител", + "former-user": "Бивш потребител", "system-user": "Системен", "unknown-user": "Непознат потребител", "updated.title": "Форумът е актуализиран", @@ -117,12 +117,12 @@ "privacy": "Поверителност", "follow": "Следване", "unfollow": "Прекратяване на следването", - "delete_all": "Изтриване на всичко", + "delete-all": "Изтриване на всичко", "map": "Карта", "sessions": "Сесии на вписване", - "ip_address": "IP адрес", - "enter_page_number": "Въведете номер на страница", - "upload_file": "Качване на файл", + "ip-address": "IP адрес", + "enter-page-number": "Въведете номер на страница", + "upload-file": "Качване на файл", "upload": "Качване", "uploads": "Качвания", "allowed-file-types": "Разрешените файлови типове са: %1", @@ -131,7 +131,7 @@ "play": "Пускане", "cookies.message": "Този уеб сайт използва бисквитки, за да предостави услугите си по възможно най-добрия начин.", "cookies.accept": "Разбрано!", - "cookies.learn_more": "Научете повече", + "cookies.learn-more": "Научете повече", "edited": "Редактирано", "disabled": "Изключено", "select": "Избиране", diff --git a/public/language/bg/groups.json b/public/language/bg/groups.json index 7fadf95b13..8a9b3e675f 100644 --- a/public/language/bg/groups.json +++ b/public/language/bg/groups.json @@ -2,65 +2,65 @@ "all-groups": "Всички групи", "groups": "Групи", "members": "Членове", - "view_group": "Преглед на групата", + "view-group": "Преглед на групата", "owner": "Собственик на групата", - "new_group": "Създаване на нова група", - "no_groups_found": "Няма групи", + "new-group": "Създаване на нова група", + "no-groups-found": "Няма групи", "pending.accept": "Приемане", "pending.reject": "Отхвърляне", - "pending.accept_all": "Приемане на всички", - "pending.reject_all": "Отхвърляне на всички", + "pending.accept-all": "Приемане на всички", + "pending.reject-all": "Отхвърляне на всички", "pending.none": "В момента няма чакащи членове", "invited.none": "В момента няма поканени членове", "invited.uninvite": "Отмяна на поканата", "invited.search": "Потърсете потребител, когото да поканите в тази група", - "invited.notification_title": "Вие бяхте поканен/а да се присъедините към %1", - "request.notification_title": "Заявка за членство в групата от %1", - "request.notification_text": "%1 поиска да стане член на %2", + "invited.notification-title": "Вие бяхте поканен/а да се присъедините към %1", + "request.notification-title": "Заявка за членство в групата от %1", + "request.notification-text": "%1 поиска да стане член на %2", "cover-save": "Запазване", "cover-saving": "Запазване", "details.title": "Подробности за групата", "details.members": "Списък на членовете", "details.pending": "Кандидатстващи членове", "details.invited": "Поканени членове", - "details.has_no_posts": "Членовете на тази група не са публикували нищо.", - "details.latest_posts": "Скорошни публикации", + "details.has-no-posts": "Членовете на тази група не са публикували нищо.", + "details.latest-posts": "Скорошни публикации", "details.private": "Частна", "details.disableJoinRequests": "Забраняване на заявките за присъединяване", "details.disableLeave": "Забраняване на потребители да напускат групата", "details.grant": "Даване/отнемане на собственост", "details.kick": "Изгонване", - "details.kick_confirm": "Наистина ли искате да премахнете този член на групата?", + "details.kick-confirm": "Наистина ли искате да премахнете този член на групата?", "details.add-member": "Добавяне на член", - "details.owner_options": "Администрация на групата", - "details.group_name": "Име на групата", - "details.member_count": "Брой на членовете", - "details.creation_date": "Дата на създаване", + "details.owner-options": "Администрация на групата", + "details.group-name": "Име на групата", + "details.member-count": "Брой на членовете", + "details.creation-date": "Дата на създаване", "details.description": "Описание", "details.member-post-cids": "Идентификатори на категории, от които да се показват публикации", - "details.badge_preview": "Преглед на емблемата", - "details.change_icon": "Промяна на иконката", - "details.change_label_colour": "Промяна на цвета на етикета", - "details.change_text_colour": "Промяна на цвета на текста", - "details.badge_text": "Текст на емблемата", + "details.badge-preview": "Преглед на емблемата", + "details.change-icon": "Промяна на иконката", + "details.change-label-colour": "Промяна на цвета на етикета", + "details.change-text-colour": "Промяна на цвета на текста", + "details.badge-text": "Текст на емблемата", "details.userTitleEnabled": "Показване на емблемата", - "details.private_help": "Ако е включено, присъединяването към група ще изисква одобрение от собственик на групата.", + "details.private-help": "Ако е включено, присъединяването към група ще изисква одобрение от собственик на групата.", "details.hidden": "Скрита", - "details.hidden_help": "Ако е включено, групата няма да е видима в списъка с групи и ще трябва потребителите да бъдат поканени специално.", - "details.delete_group": "Изтриване на групата", - "details.private_system_help": "Частните групи са забранени на системно ниво; тази възможност не върши нищо", + "details.hidden-help": "Ако е включено, групата няма да е видима в списъка с групи и ще трябва потребителите да бъдат поканени специално.", + "details.delete-group": "Изтриване на групата", + "details.private-system-help": "Частните групи са забранени на системно ниво; тази възможност не върши нищо", "event.updated": "Подробностите за групата бяха обновени", "event.deleted": "Групата „%1“ е изтрита", "membership.accept-invitation": "Приемане на поканата", - "membership.accept.notification_title": "В момента сте член на %1", + "membership.accept.notification-title": "В момента сте член на %1", "membership.invitation-pending": "Чакаща покана", "membership.join-group": "Присъединяване към групата", "membership.leave-group": "Напускане на групата", - "membership.leave.notification_title": "%1 напусна групата %2", + "membership.leave.notification-title": "%1 напусна групата %2", "membership.reject": "Отхвърляне", - "new-group.group_name": "Име на групата:", + "new-group.group-name": "Име на групата:", "upload-group-cover": "Качване на снимка за показване на групата", "bulk-invite-instructions": "Въведете списък от потребителски имена, разделени със запетаи", "bulk-invite": "Масова покана", - "remove_group_cover_confirm": "Наистина ли искате да премахнете снимката на корицата?" + "remove-group-cover-confirm": "Наистина ли искате да премахнете снимката на корицата?" } \ No newline at end of file diff --git a/public/language/bg/login.json b/public/language/bg/login.json index efe62d3a5c..4914291c5c 100644 --- a/public/language/bg/login.json +++ b/public/language/bg/login.json @@ -1,12 +1,12 @@ { "username-email": "Потребителско име / е-поща", "username": "Потребителско име", - "remember_me": "Запомнете ме?", - "forgot_password": "Забравена парола?", - "alternative_logins": "Други начини за вписване", - "failed_login_attempt": "Неуспешно вписване", - "login_successful": "Вие влязохте успешно!", - "dont_have_account": "Нямате регистрация?", + "remember-me": "Запомнете ме?", + "forgot-password": "Забравена парола?", + "alternative-logins": "Други начини за вписване", + "failed-login-attempt": "Неуспешно вписване", + "login-successful": "Вие влязохте успешно!", + "dont-have-account": "Нямате регистрация?", "logged-out-due-to-inactivity": "Вие излязохте автоматично от администраторския контролен панел, поради бездействие.", "caps-lock-enabled": "Главните букви са включени" } \ No newline at end of file diff --git a/public/language/bg/modules.json b/public/language/bg/modules.json index 2efe1733da..715ec35e02 100644 --- a/public/language/bg/modules.json +++ b/public/language/bg/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "Стая %1", - "chat.chatting_with": "Разговор с", + "chat.chatting-with": "Разговор с", "chat.placeholder": "Въведете съобщение тук или пуснете снимки и натиснете Ентер за изпращане", "chat.placeholder.mobile": "Въведете съобщение тук", "chat.scroll-up-alert": "Към последните съобщения", @@ -8,12 +8,15 @@ "chat.chat-with-usernames": "Разговор с %1", "chat.chat-with-usernames-and-x-others": "Разговор с %1 и %2 други", "chat.send": "Изпращане", - "chat.no_active": "Нямате текущи разговори.", - "chat.user_typing": "%1 пише...", - "chat.user_has_messaged_you": "%1 Ви написа съобщение.", + "chat.no-active": "Нямате текущи разговори.", + "chat.user-typing-1": "%1 пише…", + "chat.user-typing-2": "%1 и %2 пишат…", + "chat.user-typing-3": "%1, %2 и %3 пишат…", + "chat.user-typing-n": "%1, %2 и %3 други пишат…", + "chat.user-has-messaged-you": "%1 Ви написа съобщение.", "chat.replying-to": "Отговор до %1", - "chat.see_all": "Всички разговори", - "chat.mark_all_read": "Отбелязване на всички като прочетени", + "chat.see-all": "Всички разговори", + "chat.mark-all-read": "Отбелязване на всички като прочетени", "chat.no-messages": "Моля, изберете получател, за да видите историята на съобщенията", "chat.no-users-in-room": "Няма потребители в тази стая", "chat.recent-chats": "Скорошни разговори", @@ -24,12 +27,16 @@ "chat.pop-out": "Отделяне на разговора в прозорец", "chat.minimize": "Намаляване", "chat.maximize": "Уголемяване", - "chat.seven_days": "7 дни", - "chat.thirty_days": "30 дни", - "chat.three_months": "3 месеца", - "chat.delete_message_confirm": "Наистина ли искате да изтриете това съобщение?", + "chat.seven-days": "7 дни", + "chat.thirty-days": "30 дни", + "chat.three-months": "3 месеца", + "chat.delete-message-confirm": "Наистина ли искате да изтриете това съобщение?", "chat.retrieving-users": "Получаване на потребителите…", "chat.view-users-list": "Преглед на списъка с потребители", + "chat.pinned-messages": "Закачени съобщения", + "chat.no-pinned-messages": "Няма закачени съобщения", + "chat.pin-message": "Закачане на съобщението", + "chat.unpin-message": "Откачане на съобщението", "chat.public-rooms": "Публични стаи (%1)", "chat.private-rooms": "Частни стаи (%1)", "chat.create-room": "Създаване на стая за разговор", @@ -67,17 +74,24 @@ "chat.system.user-leave": "%1 напусна стаята ", "chat.system.room-rename": "%2 преименува тази стая на „%1“ ", "composer.compose": "Писане", - "composer.show_preview": "Показване на прегледа", - "composer.hide_preview": "Скриване на прегледа", + "composer.show-preview": "Показване на прегледа", + "composer.hide-preview": "Скриване на прегледа", "composer.help": "Помощ", - "composer.user_said_in": "%1 каза в %2:", - "composer.user_said": "%1 каза:", + "composer.user-said-in": "%1 каза в %2:", + "composer.user-said": "%1 каза:", "composer.discard": "Наистина ли искате да отхвърлите тази публикация?", - "composer.submit_and_lock": "Публикуване и заключване", - "composer.toggle_dropdown": "Превключване на падащото меню", + "composer.submit-and-lock": "Публикуване и заключване", + "composer.toggle-dropdown": "Превключване на падащото меню", "composer.uploading": "Качване на %1", "composer.formatting.bold": "Получер", "composer.formatting.italic": "Курсив", + "composer.formatting.heading": "Заглавие", + "composer.formatting.heading1": "Заглавие 1", + "composer.formatting.heading2": "Заглавие 2", + "composer.formatting.heading3": "Заглавие 3", + "composer.formatting.heading4": "Заглавие 4", + "composer.formatting.heading5": "Заглавие 5", + "composer.formatting.heading6": "Заглавие 6", "composer.formatting.list": "Списък", "composer.formatting.strikethrough": "Зачертан", "composer.formatting.code": "Код", @@ -85,9 +99,10 @@ "composer.formatting.picture": "Връзка към изображение", "composer.upload-picture": "Качване на изображение", "composer.upload-file": "Качване на файл", - "composer.zen_mode": "Режим Дзен", - "composer.select_category": "Изберете категория", + "composer.zen-mode": "Режим Дзен", + "composer.select-category": "Изберете категория", "composer.textarea.placeholder": "Въведете съдържанието на публикацията си тук. Можете също да влачите и пускате снимки.", + "composer.post-queue-alert": "Здравейте👋!
Този форум използва система, при която публикациите се добавят в опашка. Тъй като сте нов потребител, публикацията Ви ще бъде скрита, докато не бъде одобрена от модератор.", "composer.schedule-for": "Насрочване на тема за", "composer.schedule-date": "Дата", "composer.schedule-time": "Час", @@ -102,8 +117,8 @@ "bootbox.confirm": "Потвърждаване", "bootbox.submit": "Публикуване", "bootbox.send": "Изпращане", - "cover.dragging_title": "Наместване на снимката", - "cover.dragging_message": "Преместете снимката на желаното положение и натиснете „Запазване“", + "cover.dragging-title": "Наместване на снимката", + "cover.dragging-message": "Преместете снимката на желаното положение и натиснете „Запазване“", "cover.saved": "Снимката и мястото ѝ бяха запазени", "thumbs.modal.title": "Управление на иконките на темите", "thumbs.modal.no-thumbs": "Няма намерени иконки.", diff --git a/public/language/bg/notifications.json b/public/language/bg/notifications.json index 67b9ca8072..2ffa11d10b 100644 --- a/public/language/bg/notifications.json +++ b/public/language/bg/notifications.json @@ -1,59 +1,68 @@ { "title": "Известия", - "no_notifs": "Нямате нови известия", - "see_all": "Всички известия", - "mark_all_read": "Отбелязване на всички като прочетени", - "back_to_home": "Назад към %1", - "outgoing_link": "Външна връзка", - "outgoing_link_message": "Напускате %1", - "continue_to": "Продължаване към %1", - "return_to": "Връщане към %1", - "new_notification": "Имате ново известие", - "you_have_unread_notifications": "Имате непрочетени известия", + "no-notifs": "Нямате нови известия", + "see-all": "Всички известия", + "mark-all-read": "Отбелязване на всички като прочетени", + "back-to-home": "Назад към %1", + "outgoing-link": "Външна връзка", + "outgoing-link-message": "Напускате %1", + "continue-to": "Продължаване към %1", + "return-to": "Връщане към %1", + "new-notification": "Имате ново известие", + "you-have-unread-notifications": "Имате непрочетени известия", "all": "Всички", "topics": "Теми", + "tags": "Етикети", "replies": "Отговори", "chat": "Разговори", "group-chat": "Групови разговори", "public-chat": "Публични разговори", "follows": "Следвания", "upvote": "Положителни гласове", + "awards": "Награди", "new-flags": "Нови докладвания", "my-flags": "Докладвания, назначени на мен", "bans": "Блокирания", - "new_message_from": "Ново съобщение от %1", - "user_posted_in_public_room": "%1 писа в %3", - "user_posted_in_public_room_dual": "%1 и %2 писаха в %4", - "user_posted_in_public_room_triple": "%1, %2 и %3 писаха в %5", - "user_posted_in_public_room_multiple": "%1, %2 и %3 други писаха в %5", - "upvoted_your_post_in": "%1 гласува положително за Ваша публикация в %2.", - "upvoted_your_post_in_dual": "%1 и %2 гласуваха положително за Ваша публикация в %3.", - "upvoted_your_post_in_triple": "%1, %2 и %3 гласуваха положително за Ваша публикация в %4.", - "upvoted_your_post_in_multiple": "%1, %2 и %3 други гласуваха положително за Ваша публикация в %4.", - "moved_your_post": "%1 премести публикацията Ви в %2", - "moved_your_topic": "%1 премести %2", - "user_flagged_post_in": "%1 докладва публикация в %2", - "user_flagged_post_in_dual": "%1 и %2 докладваха публикация в %3", - "user_flagged_post_in_triple": "%1, %2 и %3 докладваха публикация в %4", - "user_flagged_post_in_multiple": "%1, %2 и %3 други докладваха публикация в %4", - "user_flagged_user": "%1 докладва потребителски профил (%2)", - "user_flagged_user_dual": "%1 и %2 докладваха потребителски профил (%3)", - "user_flagged_user_triple": "%1, %2 и %3 докладваха потребителски профил (%4)", - "user_flagged_user_multiple": "%1, %2 и %3 други докладваха потребителски профил (%4)", - "user_posted_to": "%1 публикува отговор на: %2", - "user_posted_to_dual": "%1 и %2 публикуваха отговори на: %3", - "user_posted_to_triple": "%1, %2 и %3 публикуваха отговори на: %4", - "user_posted_to_multiple": "%1, %2 и %3 други публикуваха отговори на: %4", - "user_posted_topic": "%1 публикува нова тема: %2", - "user_edited_post": "%1 редактира публикация в %2", - "user_started_following_you": "%1 започна да Ви следва.", - "user_started_following_you_dual": "%1 и %2 започнаха да Ви следват.", - "user_started_following_you_triple": "%1, %2 и %3 започнаха да Ви следват.", - "user_started_following_you_multiple": "%1, %2 и %3 други започнаха да Ви следват.", - "new_register": "%1 изпрати заявка за регистрация.", - "new_register_multiple": "Има %1 заявки за регистрация, които очакват да бъдат прегледани.", - "flag_assigned_to_you": "Докладът %1 беше назначен на Вас", - "post_awaiting_review": "Публикацията чака да бъде прегледана", + "new-message-from": "Ново съобщение от %1", + "new-messages-from": "%1 нови съобщения от %2", + "new-message-in": "Ново съобщение в %1", + "new-messages-in": "%1 нови съобщения в %2", + "user-posted-in-public-room": "%1 писа в %3", + "user-posted-in-public-room-dual": "%1 и %2 писаха в %4", + "user-posted-in-public-room-triple": "%1, %2 и %3 писаха в %5", + "user-posted-in-public-room-multiple": "%1, %2 и %3 други писаха в %5", + "upvoted-your-post-in": "%1 гласува положително за Ваша публикация в %2.", + "upvoted-your-post-in-dual": "%1 и %2 гласуваха положително за Ваша публикация в %3.", + "upvoted-your-post-in-triple": "%1, %2 и %3 гласуваха положително за Ваша публикация в %4.", + "upvoted-your-post-in-multiple": "%1, %2 и %3 други гласуваха положително за Ваша публикация в %4.", + "moved-your-post": "%1 премести публикацията Ви в %2", + "moved-your-topic": "%1 премести %2", + "user-flagged-post-in": "%1 докладва публикация в %2", + "user-flagged-post-in-dual": "%1 и %2 докладваха публикация в %3", + "user-flagged-post-in-triple": "%1, %2 и %3 докладваха публикация в %4", + "user-flagged-post-in-multiple": "%1, %2 и %3 други докладваха публикация в %4", + "user-flagged-user": "%1 докладва потребителски профил (%2)", + "user-flagged-user-dual": "%1 и %2 докладваха потребителски профил (%3)", + "user-flagged-user-triple": "%1, %2 и %3 докладваха потребителски профил (%4)", + "user-flagged-user-multiple": "%1, %2 и %3 други докладваха потребителски профил (%4)", + "user-posted-to": "%1 публикува отговор на: %2", + "user-posted-to-dual": "%1 и %2 публикуваха отговори на: %3", + "user-posted-to-triple": "%1, %2 и %3 публикуваха отговори на: %4", + "user-posted-to-multiple": "%1, %2 и %3 други публикуваха отговори на: %4", + "user-posted-topic": "%1 публикува нова тема: %2", + "user-edited-post": "%1 редактира публикация в %2", + "user-posted-topic-with-tag": "%1 публикува нова тема с етикет %2", + "user-posted-topic-with-tag-dual": "%1 публикува нова тема с етикети %2 и %3", + "user-posted-topic-with-tag-triple": "%1 публикува нова тема с етикети %2, %3 и %4", + "user-posted-topic-with-tag-multiple": "%1 публикува нова тема с етикети %2", + "user-started-following-you": "%1 започна да Ви следва.", + "user-started-following-you-dual": "%1 и %2 започнаха да Ви следват.", + "user-started-following-you-triple": "%1, %2 и %3 започнаха да Ви следват.", + "user-started-following-you-multiple": "%1, %2 и %3 други започнаха да Ви следват.", + "new-register": "%1 изпрати заявка за регистрация.", + "new-register-multiple": "Има %1 заявки за регистрация, които очакват да бъдат прегледани.", + "flag-assigned-to-you": "Докладът %1 беше назначен на Вас", + "post-awaiting-review": "Публикацията чака да бъде прегледана", "profile-exported": "Профилът на %1 е изнесен, щракнете за сваляне", "posts-exported": "Публикациите на %1 са изнесени, щракнете за сваляне", "uploads-exported": "Качванията на %1 са изнесени, щракнете за сваляне", @@ -66,22 +75,24 @@ "email-confirm-error-message": "Възникна проблем при потвърждаването на е-пощата Ви. Може кодът да е грешен или давността му да е изтекла.", "email-confirm-sent": "Изпратено е е-писмо за потвърждение.", "none": "Нищо", - "notification_only": "Само известие", - "email_only": "Само е-писмо", - "notification_and_email": "Известие и е-писмо", - "notificationType_upvote": "Когато някой гласува положително за Ваша публикация", - "notificationType_new-topic": "Когато някой, когото следвате, публикува тема", - "notificationType_new-reply": "Когато бъде публикуван нов отговор в тема, която следвате", - "notificationType_post-edit": "Когато бъде редактирана публикация в тема, която следите", - "notificationType_follow": "Когато някой започне да Ви следва", - "notificationType_new-chat": "Когато получите съобщение в разговор", - "notificationType_new-group-chat": "Когато получите съобщение в групов разговор", - "notificationType_new-public-chat": "Когато получите съобщение в публичен групов разговор", - "notificationType_group-invite": "Когато получите покана за група", - "notificationType_group-leave": "Когато потребител напусне групата Ви", - "notificationType_group-request-membership": "Когато някой поиска да се включи в група, на която Вие сте собственик", - "notificationType_new-register": "Когато някой бъде добавен в опашката за регистрация", - "notificationType_post-queue": "Когато бъде добавена нова публикация в опашката", - "notificationType_new-post-flag": "Когато публикация бъде докладвана", - "notificationType_new-user-flag": "Когато потребител бъде докладван" + "notification-only": "Само известие", + "email-only": "Само е-писмо", + "notification-and-email": "Известие и е-писмо", + "notificationType-upvote": "Когато някой гласува положително за Ваша публикация", + "notificationType-new-topic": "Когато някой, когото следвате, публикува тема", + "notificationType-new-topic-with-tag": "Когато бъде публикувана нова тема с етикет, който следвате", + "notificationType-new-reply": "Когато бъде публикуван нов отговор в тема, която следвате", + "notificationType-post-edit": "Когато бъде редактирана публикация в тема, която следите", + "notificationType-follow": "Когато някой започне да Ви следва", + "notificationType-new-chat": "Когато получите съобщение в разговор", + "notificationType-new-group-chat": "Когато получите съобщение в групов разговор", + "notificationType-new-public-chat": "Когато получите съобщение в публичен групов разговор", + "notificationType-group-invite": "Когато получите покана за група", + "notificationType-group-leave": "Когато потребител напусне групата Ви", + "notificationType-group-request-membership": "Когато някой поиска да се включи в група, на която Вие сте собственик", + "notificationType-new-register": "Когато някой бъде добавен в опашката за регистрация", + "notificationType-post-queue": "Когато бъде добавена нова публикация в опашката", + "notificationType-new-post-flag": "Когато публикация бъде докладвана", + "notificationType-new-user-flag": "Когато потребител бъде докладван", + "notificationType-new-reward": "Когато получите нова награда" } \ No newline at end of file diff --git a/public/language/bg/pages.json b/public/language/bg/pages.json index fff997d182..8a0d1c7d10 100644 --- a/public/language/bg/pages.json +++ b/public/language/bg/pages.json @@ -47,7 +47,8 @@ "account/latest-posts": "Последни публикации от %1", "account/topics": "Теми, създадени от %1", "account/groups": "Групите на %1", - "account/watched_categories": "Следените категории на %1", + "account/watched-categories": "Следените категории на %1", + "account/watched-tags": "Следените етикети на %1", "account/bookmarks": "Отметнатите публикации на %1", "account/settings": "Потребителски настройки", "account/settings-of": "Променят се настройките на %1", diff --git a/public/language/bg/recent.json b/public/language/bg/recent.json index 568c7a14e2..507aeb5262 100644 --- a/public/language/bg/recent.json +++ b/public/language/bg/recent.json @@ -5,7 +5,7 @@ "month": "Месец", "year": "Година", "alltime": "Цялото време", - "no_recent_topics": "Няма скорошни теми.", - "no_popular_topics": "Няма популярни теми.", + "no-recent-topics": "Няма скорошни теми.", + "no-popular-topics": "Няма популярни теми.", "load-new-posts": "Зареждане на новите публикации" } \ No newline at end of file diff --git a/public/language/bg/register.json b/public/language/bg/register.json index 20647751d7..7e3bd35bbc 100644 --- a/public/language/bg/register.json +++ b/public/language/bg/register.json @@ -1,32 +1,32 @@ { "register": "Регистрация", "already-have-account": "Вече имате акаунт?", - "cancel_registration": "Отказ от регистриране", + "cancel-registration": "Отказ от регистриране", "help.email": "По подразбиране, Вашата е-поща ще бъде скрита за останалите.", - "help.username_restrictions": "Уникално потребителско име с дължина между %1 и %2 символа. Другите ще могат да Ви споменават чрез @потребител.", - "help.minimum_password_length": "Дължината на паролата Ви трябва да е поне %1 символа.", - "email_address": "Е-поща", - "email_address_placeholder": "Въведете адрес на е-поща", + "help.username-restrictions": "Уникално потребителско име с дължина между %1 и %2 символа. Другите ще могат да Ви споменават чрез @потребител.", + "help.minimum-password-length": "Дължината на паролата Ви трябва да е поне %1 символа.", + "email-address": "Е-поща", + "email-address-placeholder": "Въведете адрес на е-поща", "username": "Потребителско име", - "username_placeholder": "Въведете потребителско име", + "username-placeholder": "Въведете потребителско име", "password": "Парола", - "password_placeholder": "Въведете парола", - "confirm_password": "Потвърдете паролата", - "confirm_password_placeholder": "Потвърдете паролата", - "register_now_button": "Регистриране", - "alternative_registration": "Друг начин за регистриране", - "terms_of_use": "Условия за ползване", - "agree_to_terms_of_use": "Съгласен съм с условията за ползване", - "terms_of_use_error": "Трябва да се съгласите с условията за ползване", + "password-placeholder": "Въведете парола", + "confirm-password": "Потвърдете паролата", + "confirm-password-placeholder": "Потвърдете паролата", + "register-now-button": "Регистриране", + "alternative-registration": "Друг начин за регистриране", + "terms-of-use": "Условия за ползване", + "agree-to-terms-of-use": "Съгласен съм с условията за ползване", + "terms-of-use-error": "Трябва да се съгласите с условията за ползване", "registration-added-to-queue": "Вашата регистрация беше добавена в опашката за одобрение. Ще получите е-писмо, когато тя бъде одобрена от администратор.", "registration-queue-average-time": "Средното време за одобрение на нови членове е %1 часа и %2 минути.", "registration-queue-auto-approve-time": "Членството Ви в този форум ще бъде напълно активирано след около %1 часа.", "interstitial.intro": "Нуждаем се от малко допълнителна информация, преди да можем да актуализираме акаунта Ви…", "interstitial.intro-new": "Нуждаем се от малко допълнителна информация, преди да можем да създадем акаунта Ви…", "interstitial.errors-found": "Моля, прегледайте въведената информация:", - "gdpr_agree_data": "Съгласявам се това личната ми информация да се съхранява и обработва от този уеб сайт.", - "gdpr_agree_email": "Съгласявам се да получавам е-писма с резюмета и известия от този уеб сайт.", - "gdpr_consent_denied": "Трябва да се съгласите с това уеб сайтът да събира/обработва информацията Ви, и да Ви изпраща е-писма.", + "gdpr-agree-data": "Съгласявам се това личната ми информация да се съхранява и обработва от този уеб сайт.", + "gdpr-agree-email": "Съгласявам се да получавам е-писма с резюмета и известия от този уеб сайт.", + "gdpr-consent-denied": "Трябва да се съгласите с това уеб сайтът да събира/обработва информацията Ви, и да Ви изпраща е-писма.", "invite.error-admin-only": "Директното регистриране е изключено. Моля, свържете се с администратор за повече подробности.", "invite.error-invite-only": "Директното регистриране е изключено. Трябва да получите покана от вече регистриран потребител, за да имате достъп до този форум.", "invite.error-invalid-data": "Получените данни за регистрация не съответстват на нашите записи. Моля, свържете се с администратор за повече подробности." diff --git a/public/language/bg/reset_password.json b/public/language/bg/reset_password.json index 86a103fd21..3f34d86693 100644 --- a/public/language/bg/reset_password.json +++ b/public/language/bg/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "Подновяване на паролата", - "update_password": "Промяна на паролата", - "password_changed.title": "Паролата беше променена", - "password_changed.message": "

Паролата е нулирана успешно. Моля, впишете се отново.", - "wrong_reset_code.title": "Грешен код за подновяване", - "wrong_reset_code.message": "Полученият код за подновяване беше грешен. Моля, опитайте отново или поискайте нов код за подновяване.", - "new_password": "Нова парола", - "repeat_password": "Потвърдете паролата", - "changing_password": "Промяна на паролата…", - "enter_email": "Моля, въведете адреса на е-пощата си и ще Ви изпратим е-писмо с инструкции за това как да достъпите акаунта си.", - "enter_email_address": "Въведете адрес на е-поща", - "password_reset_sent": "Ако посоченият адрес съответства на съществуващ потребителски акаунт, то вече му е изпратено е-писмо за подновяване на паролата. Имайте предвид, че може да бъде изпращано само по едно е-писмо на минута.", - "invalid_email": "Грешна е-поща / е-пощата не съществува!", - "password_too_short": "Паролата е твърде кратка. Моля, изберете друга парола.", - "passwords_do_not_match": "Двете пароли, които въведохте, са различни.", - "password_expired": "Паролата Ви е с изтекла давност. Моля, изберете нова парола" + "reset-password": "Подновяване на паролата", + "update-password": "Промяна на паролата", + "password-changed.title": "Паролата беше променена", + "password-changed.message": "

Паролата е нулирана успешно. Моля, впишете се отново.", + "wrong-reset-code.title": "Грешен код за подновяване", + "wrong-reset-code.message": "Полученият код за подновяване беше грешен. Моля, опитайте отново или поискайте нов код за подновяване.", + "new-password": "Нова парола", + "repeat-password": "Потвърдете паролата", + "changing-password": "Промяна на паролата…", + "enter-email": "Моля, въведете адреса на е-пощата си и ще Ви изпратим е-писмо с инструкции за това как да достъпите акаунта си.", + "enter-email-address": "Въведете адрес на е-поща", + "password-reset-sent": "Ако посоченият адрес съответства на съществуващ потребителски акаунт, то вече му е изпратено е-писмо за подновяване на паролата. Имайте предвид, че може да бъде изпращано само по едно е-писмо на минута.", + "invalid-email": "Грешна е-поща / е-пощата не съществува!", + "password-too-short": "Паролата е твърде кратка. Моля, изберете друга парола.", + "passwords-do-not-match": "Двете пароли, които въведохте, са различни.", + "password-expired": "Паролата Ви е с изтекла давност. Моля, изберете нова парола" } \ No newline at end of file diff --git a/public/language/bg/rewards.json b/public/language/bg/rewards.json new file mode 100644 index 0000000000..56ff7d25bb --- /dev/null +++ b/public/language/bg/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "Получихте %1 точки репутация", + "awarded-group-membership": "Бяхте добавен/а в групата %1", + + "essentials/user.reputation-conditional-value": "(Репутация %1 %2)", + "essentials/user.postcount-conditional-value": "(Брой публикации %1 %2)", + "essentials/user.lastonline-conditional-value": "(Последно на линия %1 %2)", + "essentials/user.joindate-conditional-value": "(Дата на присъединяване %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Брой дни с регистрация %1 %2)" +} \ No newline at end of file diff --git a/public/language/bg/search.json b/public/language/bg/search.json index 8cee80531d..85b4201bb9 100644 --- a/public/language/bg/search.json +++ b/public/language/bg/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Пишете тук за търсене", - "results_matching": "%1 резултат(а), отговарящи на „%2“, (%3 секунди)", + "results-matching": "%1 резултат(а), отговарящи на „%2“, (%3 секунди)", "no-matches": "Няма съвпадения", "advanced-search": "Разширено търсене", "in": "В", diff --git a/public/language/bg/tags.json b/public/language/bg/tags.json index c7617fe056..0ef3141a68 100644 --- a/public/language/bg/tags.json +++ b/public/language/bg/tags.json @@ -1,11 +1,17 @@ { "all-tags": "Всички етикети", - "no_tag_topics": "Няма теми с този етикет.", + "no-tag-topics": "Няма теми с този етикет.", "no-tags-found": "Няма намерени етикети", "tags": "Етикети", - "enter_tags_here": "Тук въведете етикети, всеки между %1 и %2 знака.", - "enter_tags_here_short": "Въведете етикети...", - "no_tags": "Все още няма етикети.", - "select_tags": "Изберете етикети", - "tag-whitelist": "Списък от разрешени етикети" + "enter-tags-here": "Тук въведете етикети, всеки между %1 и %2 знака.", + "enter-tags-here-short": "Въведете етикети...", + "no-tags": "Все още няма етикети.", + "select-tags": "Изберете етикети", + "tag-whitelist": "Списък от разрешени етикети", + "watching": "Следите", + "not-watching": "Не следите", + "watching.description": "Искам да получавам известия за нови теми.", + "not-watching.description": "Не искам да получавам известия за нови теми.", + "following-tag.message": "Вече ще получавате известия, когато някой публикува тема с този етикет.", + "not-following-tag.message": "Няма да получавате известия, когато някой публикува тема с този етикет." } \ No newline at end of file diff --git a/public/language/bg/themes/harmony.json b/public/language/bg/themes/harmony.json index 2987104697..237127f721 100644 --- a/public/language/bg/themes/harmony.json +++ b/public/language/bg/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "Лентата с инструменти в страниците с теми и категории ще стои винаги в горния край на страницата", "settings.autohideBottombar": "Автоматично скриване на долната лента", "settings.autohideBottombar.help": "В изгледа за мобилни устройства долната лента ще се скрива, когато страницата се превърта надолу", + "settings.openSidebars": "Отваряне на страничните ленти", "settings.chatModals": "Включване на прозорците за разговори" } \ No newline at end of file diff --git a/public/language/bg/top.json b/public/language/bg/top.json index 54b8374e26..e833eed968 100644 --- a/public/language/bg/top.json +++ b/public/language/bg/top.json @@ -1,4 +1,4 @@ { "title": "Най-популярни", - "no_top_topics": "Няма най-популярни теми" + "no-top-topics": "Няма най-популярни теми" } \ No newline at end of file diff --git a/public/language/bg/topic.json b/public/language/bg/topic.json index 156670b1aa..37addfe20f 100644 --- a/public/language/bg/topic.json +++ b/public/language/bg/topic.json @@ -1,20 +1,20 @@ { "topic": "Тема", "title": "Заглавие", - "no_topics_found": "Няма намерени теми!", - "no_posts_found": "Няма намерени публикации!", - "post_is_deleted": "Публикацията е изтрита!", - "topic_is_deleted": "Темата е изтрита!", + "no-topics-found": "Няма намерени теми!", + "no-posts-found": "Няма намерени публикации!", + "post-is-deleted": "Публикацията е изтрита!", + "topic-is-deleted": "Темата е изтрита!", "profile": "Профил", - "posted_by": "Публикувано от %1", - "posted_by_guest": "Публикувано от гост", + "posted-by": "Публикувано от %1", + "posted-by-guest": "Публикувано от гост", "chat": "Разговор", - "notify_me": "Получавайте известия за новите отговори в тази тема", + "notify-me": "Получавайте известия за новите отговори в тази тема", "quote": "Цитат", "reply": "Отговор", - "replies_to_this_post": "%1 отговора", - "one_reply_to_this_post": "1 отговор", - "last_reply_time": "Последен отговор", + "replies-to-this-post": "%1 отговора", + "one-reply-to-this-post": "1 отговор", + "last-reply-time": "Последен отговор", "reply-as-topic": "Отговор в нова тема", "guest-login-reply": "Впишете се, за да отговорите", "login-to-view": "🔒 Впишете се, за да видите това", @@ -64,129 +64,130 @@ "user-referenced-topic-on": "%1 направи препратка към тази тема на %3", "user-forked-topic-ago": "%1 раздели тази тема %3", "user-forked-topic-on": "%1 раздели тази тема на %3", - "bookmark_instructions": "Щракнете тук, за да се върнете към последно прочетената публикация в тази тема.", + "bookmark-instructions": "Щракнете тук, за да се върнете към последно прочетената публикация в тази тема.", "flag-post": "Докладване на тази публикация", "flag-user": "Докладване на този потребител", "already-flagged": "Вече е докладвано", "view-flag-report": "Преглед на доклада", "resolve-flag": "Разрешаване на доклада", - "merged_message": "Тази тема беше слята в %2", - "deleted_message": "Темата е изтрита. Само потребители с права за управление на темите могат да я видят.", - "following_topic.message": "Вече ще получавате известия когато някой публикува коментар в тази тема.", - "not_following_topic.message": "Ще виждате тази тема в списъка с непрочетени теми, но няма да получавате известия, когато хората публикуват нещо в нея.", - "ignoring_topic.message": "Вече няма да виждате тази тема в списъка с непрочетени теми. Ще получите известие, когато някой Ви спомене или гласува положително за Ваша публикация.", - "login_to_subscribe": "Моля, регистрирайте се или се впишете, за да се абонирате за тази тема.", + "merged-message": "Тази тема беше слята в %2", + "forked-message": "Тази тема беше отделена от %2", + "deleted-message": "Темата е изтрита. Само потребители с права за управление на темите могат да я видят.", + "following-topic.message": "Вече ще получавате известия когато някой публикува коментар в тази тема.", + "not-following-topic.message": "Ще виждате тази тема в списъка с непрочетени теми, но няма да получавате известия, когато хората публикуват нещо в нея.", + "ignoring-topic.message": "Вече няма да виждате тази тема в списъка с непрочетени теми. Ще получите известие, когато някой Ви спомене или гласува положително за Ваша публикация.", + "login-to-subscribe": "Моля, регистрирайте се или се впишете, за да се абонирате за тази тема.", "markAsUnreadForAll.success": "Темата е отбелязана като непрочетена за всички.", - "mark_unread": "Отбелязване като непрочетена", - "mark_unread.success": "Темата е отбелязана като непрочетена.", + "mark-unread": "Отбелязване като непрочетена", + "mark-unread.success": "Темата е отбелязана като непрочетена.", "watch": "Следене", "unwatch": "Спиране на следенето", "watch.title": "Получавайте известия за новите отговори в тази тема", "unwatch.title": "Спрете да следите тази тема", - "share_this_post": "Споделете тази публикация", + "share-this-post": "Споделете тази публикация", "watching": "Следите", "not-watching": "Не следите", "ignoring": "Пренебрегвате", "watching.description": "Искам да получавам известия за новите отговори.
Искам темата да се показва в списъка с непрочетени.", "not-watching.description": "Не искам да получавам известия за новите отговори.
Темата да се показва в списъка с непрочетени, само ако категорията не се пренебрегва.", "ignoring.description": "Не искам да получавам известия за новите отговори.
Не искам темата да се показва в списъка с непрочетени.", - "thread_tools.title": "Инструменти за темата", - "thread_tools.markAsUnreadForAll": "Отбелязване на всички като непрочетени", - "thread_tools.pin": "Закачане на темата", - "thread_tools.unpin": "Откачане на темата", - "thread_tools.lock": "Заключване на темата", - "thread_tools.unlock": "Отключване на темата", - "thread_tools.move": "Преместване на темата", - "thread_tools.move-posts": "Преместване на публикациите", - "thread_tools.move_all": "Преместване на всички", - "thread_tools.change_owner": "Промяна на собственика", - "thread_tools.select_category": "Избиране на категория", - "thread_tools.fork": "Разделяне на темата", - "thread_tools.tag": "Поставяне на етикет на темата", - "thread_tools.delete": "Изтриване на темата", - "thread_tools.delete-posts": "Изтриване на публикациите", - "thread_tools.delete_confirm": "Наистина ли искате да изтриете тази тема?", - "thread_tools.restore": "Възстановяване на темата", - "thread_tools.restore_confirm": "Наистина ли искате да възстановите тази тема?", - "thread_tools.purge": "Изчистване на темата", - "thread_tools.purge_confirm": "Наистина ли искате да изчистите тази тема?", - "thread_tools.merge_topics": "Сливане на темите", - "thread_tools.merge": "Сливане на темата", - "topic_move_success": "Темата ще бъде преместена в „%1“ след малко. Натиснете тук, за да отмените преместването.", - "topic_move_multiple_success": "Темите ще бъдат преместени в „%1“ след малко. Натиснете тук, за да отмените преместването.", - "topic_move_all_success": "Всички теми ще бъдат преместени в „%1“ след малко. Натиснете тук, за да отмените преместването.", - "topic_move_undone": "Преместването на темата беше отменено", - "topic_move_posts_success": "Публикациите ще бъдат преместени след малко. Натиснете тук, за да отмените преместването.", - "topic_move_posts_undone": "Преместването на публикациите беше отменено", - "post_delete_confirm": "Наистина ли искате да изтриете тази публикация?", - "post_restore_confirm": "Наистина ли искате да възстановите тази публикация?", - "post_purge_confirm": "Наистина ли искате да изчистите тази публикация?", + "thread-tools.title": "Инструменти за темата", + "thread-tools.markAsUnreadForAll": "Отбелязване на всички като непрочетени", + "thread-tools.pin": "Закачане на темата", + "thread-tools.unpin": "Откачане на темата", + "thread-tools.lock": "Заключване на темата", + "thread-tools.unlock": "Отключване на темата", + "thread-tools.move": "Преместване на темата", + "thread-tools.move-posts": "Преместване на публикациите", + "thread-tools.move-all": "Преместване на всички", + "thread-tools.change-owner": "Промяна на собственика", + "thread-tools.select-category": "Избиране на категория", + "thread-tools.fork": "Разделяне на темата", + "thread-tools.tag": "Поставяне на етикет на темата", + "thread-tools.delete": "Изтриване на темата", + "thread-tools.delete-posts": "Изтриване на публикациите", + "thread-tools.delete-confirm": "Наистина ли искате да изтриете тази тема?", + "thread-tools.restore": "Възстановяване на темата", + "thread-tools.restore-confirm": "Наистина ли искате да възстановите тази тема?", + "thread-tools.purge": "Изчистване на темата", + "thread-tools.purge-confirm": "Наистина ли искате да изчистите тази тема?", + "thread-tools.merge-topics": "Сливане на темите", + "thread-tools.merge": "Сливане на темата", + "topic-move-success": "Темата ще бъде преместена в „%1“ след малко. Натиснете тук, за да отмените преместването.", + "topic-move-multiple-success": "Темите ще бъдат преместени в „%1“ след малко. Натиснете тук, за да отмените преместването.", + "topic-move-all-success": "Всички теми ще бъдат преместени в „%1“ след малко. Натиснете тук, за да отмените преместването.", + "topic-move-undone": "Преместването на темата беше отменено", + "topic-move-posts-success": "Публикациите ще бъдат преместени след малко. Натиснете тук, за да отмените преместването.", + "topic-move-posts-undone": "Преместването на публикациите беше отменено", + "post-delete-confirm": "Наистина ли искате да изтриете тази публикация?", + "post-restore-confirm": "Наистина ли искате да възстановите тази публикация?", + "post-purge-confirm": "Наистина ли искате да изчистите тази публикация?", "pin-modal-expiry": "Дата на давност", "pin-modal-help": "Ако желаете, тук можете да посочите дата на давност за закачените теми. Можете и да оставите полето празно, при което темата ще остане закачена, докато не бъде откачена ръчно.", - "load_categories": "Зареждане на категориите", - "confirm_move": "Преместване", - "confirm_fork": "Разделяне", + "load-categories": "Зареждане на категориите", + "confirm-move": "Преместване", + "confirm-fork": "Разделяне", "bookmark": "Отметка", "bookmarks": "Отметки", - "bookmarks.has_no_bookmarks": "Все още не сте си запазвали отметки към никакви публикации.", + "bookmarks.has-no-bookmarks": "Все още не сте си запазвали отметки към никакви публикации.", "copy-permalink": "Копиране на постоянна връзка", - "loading_more_posts": "Зареждане на още публикации", - "move_topic": "Преместване на темата", - "move_topics": "Преместване на темите", - "move_post": "Преместване на публикацията", - "post_moved": "Публикацията беше преместена!", - "fork_topic": "Разделяне на темата", + "loading-more-posts": "Зареждане на още публикации", + "move-topic": "Преместване на темата", + "move-topics": "Преместване на темите", + "move-post": "Преместване на публикацията", + "post-moved": "Публикацията беше преместена!", + "fork-topic": "Разделяне на темата", "enter-new-topic-title": "Въведете заглавието на новата тема", - "fork_topic_instruction": "Щракнете върху публикациите, които искате да разделите, въведете име за новата тема, и натиснете „Разделяне на темата“", - "fork_no_pids": "Няма избрани публикации!", + "fork-topic-instruction": "Щракнете върху публикациите, които искате да разделите, въведете име за новата тема, и натиснете „Разделяне на темата“", + "fork-no-pids": "Няма избрани публикации!", "no-posts-selected": "Няма избрани публикации!", "x-posts-selected": "Избрани публикации: %1", "x-posts-will-be-moved-to-y": "%1 публикации ще бъдат преместени в „%2“", - "fork_pid_count": "Избрани публикации: %1", - "fork_success": "Темата е разделена успешно! Натиснете тук, за да преминете към отделената тема.", - "delete_posts_instruction": "Натиснете публикациите, които искате да изтриете/изчистите", - "merge_topics_instruction": "Щракнете върху темите, които искате да слеете, или ги потърсете", + "fork-pid-count": "Избрани публикации: %1", + "fork-success": "Темата е разделена успешно! Натиснете тук, за да преминете към отделената тема.", + "delete-posts-instruction": "Натиснете публикациите, които искате да изтриете/изчистите", + "merge-topics-instruction": "Щракнете върху темите, които искате да слеете, или ги потърсете", "merge-topic-list-title": "Списък от темите, които ще бъдат слети", "merge-options": "Настройки за сливането", "merge-select-main-topic": "Изберете основната тема", "merge-new-title-for-topic": "Ново заглавие за темата", "topic-id": "Ид. на темата", - "move_posts_instruction": "Щракнете върху публикациите, които искате да преместите, а след това въведете ид. на тема или отидете в целевата тема", - "move_topic_instruction": "Изберете целевата категория и натиснете „Преместване“", - "change_owner_instruction": "Натиснете публикациите, които искате да прехвърлите на друг потребител", - "composer.title_placeholder": "Въведете заглавието на темата си тук...", - "composer.handle_placeholder": "Въведете името тук", + "move-posts-instruction": "Щракнете върху публикациите, които искате да преместите, а след това въведете ид. на тема или отидете в целевата тема", + "move-topic-instruction": "Изберете целевата категория и натиснете „Преместване“", + "change-owner-instruction": "Натиснете публикациите, които искате да прехвърлите на друг потребител", + "composer.title-placeholder": "Въведете заглавието на темата си тук...", + "composer.handle-placeholder": "Въведете името тук", "composer.hide": "Скриване", "composer.discard": "Отхвърляне", "composer.submit": "Публикуване", "composer.additional-options": "Допълнителни настройки", "composer.post-later": "Публикуване по-късно", "composer.schedule": "Насрочване", - "composer.replying_to": "Отговор на %1", - "composer.new_topic": "Нова тема", + "composer.replying-to": "Отговор на %1", + "composer.new-topic": "Нова тема", "composer.editing-in": "Редактиране на публикация в %1", "composer.uploading": "качване...", - "composer.thumb_url_label": "Поставете адреса на иконка за темата", - "composer.thumb_title": "Добавете иконка към тази тема", - "composer.thumb_url_placeholder": "http://example.com/thumb.png", - "composer.thumb_file_label": "Или качете файл", - "composer.thumb_remove": "Изчистване на полетата", - "composer.drag_and_drop_images": "Плъзнете снимките тук", - "more_users_and_guests": "Още %1 потребител(и) и %2 гост(и)", - "more_users": "Още %1 потребител(и)", - "more_guests": "Още %1 гост(и)", - "users_and_others": "%1 и %2 други", - "sort_by": "Подреждане по", - "oldest_to_newest": "Първо най-старите", - "newest_to_oldest": "Първо най-новите", - "most_votes": "Първо тези с най-много гласове", - "most_posts": "Първо тези с най-много публикации", - "most_views": "Първо тези с най-много преглеждания", + "composer.thumb-url-label": "Поставете адреса на иконка за темата", + "composer.thumb-title": "Добавете иконка към тази тема", + "composer.thumb-url-placeholder": "http://example.com/thumb.png", + "composer.thumb-file-label": "Или качете файл", + "composer.thumb-remove": "Изчистване на полетата", + "composer.drag-and-drop-images": "Плъзнете снимките тук", + "more-users-and-guests": "Още %1 потребител(и) и %2 гост(и)", + "more-users": "Още %1 потребител(и)", + "more-guests": "Още %1 гост(и)", + "users-and-others": "%1 и %2 други", + "sort-by": "Подреждане по", + "oldest-to-newest": "Първо най-старите", + "newest-to-oldest": "Първо най-новите", + "most-votes": "Първо тези с най-много гласове", + "most-posts": "Първо тези с най-много публикации", + "most-views": "Първо тези с най-много преглеждания", "stale.title": "Създаване на нова тема вместо това?", "stale.warning": "Темата, в която отговаряте, е доста стара. Искате ли вместо това да създадете нова и да направите препратка към тази в отговора си?", "stale.create": "Създаване на нова тема", - "stale.reply_anyway": "Отговаряне в тази тема въпреки това", - "link_back": "Отговор: [%1](%2)", + "stale.reply-anyway": "Отговаряне в тази тема въпреки това", + "link-back": "Отговор: [%1](%2)", "diffs.title": "История на редакциите", "diffs.description": "Тази публикация има %1 версии. Щракнете върху някоя от версиите по-долу, за да видите съдържанието ѝ в съответния момент.", "diffs.no-revisions-description": "Тази публикация има %1 версии.", @@ -195,10 +196,10 @@ "diffs.restore": "Възстановяване на тази версия", "diffs.restore-description": "След възстановяването към историята на редакциите на тази публикация ще бъде добавена нова версия.", "diffs.post-restored": "Публикацията е възстановена успешно до по-ранна версия", - "diffs.delete": "Изтриване на тази версия ", + "diffs.delete": "Изтриване на тази версия", "diffs.deleted": "Версията е изтрита", - "timeago_later": "%1 по-късно", - "timeago_earlier": "%1 по-рано", + "timeago-later": "%1 по-късно", + "timeago-earlier": "%1 по-рано", "first-post": "Първа публикация", "last-post": "Последна публикация", "go-to-my-next-post": "Към следващата ми публикация", diff --git a/public/language/bg/unread.json b/public/language/bg/unread.json index 56aa07a052..8bb274ddec 100644 --- a/public/language/bg/unread.json +++ b/public/language/bg/unread.json @@ -1,12 +1,12 @@ { "title": "Непрочетени", - "no_unread_topics": "Няма непрочетени теми.", - "load_more": "Зареждане на още", - "mark_as_read": "Отбелязване като прочетени", + "no-unread-topics": "Няма непрочетени теми.", + "load-more": "Зареждане на още", + "mark-as-read": "Отбелязване като прочетени", "selected": "Избраните", "all": "Всички", - "all_categories": "Всички категории", - "topics_marked_as_read.success": "Темите бяха отбелязани като прочетени!", + "all-categories": "Всички категории", + "topics-marked-as-read.success": "Темите бяха отбелязани като прочетени!", "all-topics": "Всички теми", "new-topics": "Нови теми", "watched-topics": "Следени теми", diff --git a/public/language/bg/user.json b/public/language/bg/user.json index b17ec5cf02..503aa429ec 100644 --- a/public/language/bg/user.json +++ b/public/language/bg/user.json @@ -7,22 +7,22 @@ "joindate": "Дата на присъединяване", "postcount": "Брой публикации", "email": "Е-поща", - "confirm_email": "Потвърдете е-пощата", - "account_info": "Информация за акаунта", - "admin_actions_label": "Административни действия", - "ban_account": "Блокиране на акаунта", - "ban_account_confirm": "Наистина ли искате да блокирате този потребител?", - "unban_account": "Деблокиране на акаунта", - "mute_account": "Заглушаване на акаунта", - "unmute_account": "Премахване на заглушаването на акаунта", - "delete_account": "Изтриване на акаунта", - "delete_account_as_admin": "Изтриване на акаунта", - "delete_content": "Изтриване на съдържанието на акаунта", - "delete_all": "Изтриване на акаунта и съдържанието", - "delete_account_confirm": "Наистина ли искате да направите публикациите си анонимни и да изтриете акаунта си?
Това действие е необратимо и няма да можете да възстановите нищо от данните си.

Въведете паролата си, за да потвърдите, че искате да унищожите този акаунт.", - "delete_this_account_confirm": "Наистина ли искате да изтриете този акаунт, но да оставите съдържанието му?
Това действие е необратимо. Публикациите ще бъдат превърнати в анонимни и вече няма да можете да възстановите връзката между публикациите и изтрития акаунт

", - "delete_account_content_confirm": "Наистина ли искате да изтриете съдържанието (публикации/теми/качвания) на този акаунт?
Това действие е необратимо и няма да можете да възстановите нищо от данните.

", - "delete_all_confirm": "Наистина ли искате да изтриете този акаунт и цялото му съдържание (публикации/теми/качвания)?
Това действие е необратимо и няма да можете да възстановите нищо от данните.

", + "confirm-email": "Потвърдете е-пощата", + "account-info": "Информация за акаунта", + "admin-actions-label": "Административни действия", + "ban-account": "Блокиране на акаунта", + "ban-account-confirm": "Наистина ли искате да блокирате този потребител?", + "unban-account": "Деблокиране на акаунта", + "mute-account": "Заглушаване на акаунта", + "unmute-account": "Премахване на заглушаването на акаунта", + "delete-account": "Изтриване на акаунта", + "delete-account-as-admin": "Изтриване на акаунта", + "delete-content": "Изтриване на съдържанието на акаунта", + "delete-all": "Изтриване на акаунта и съдържанието", + "delete-account-confirm": "Наистина ли искате да направите публикациите си анонимни и да изтриете акаунта си?
Това действие е необратимо и няма да можете да възстановите нищо от данните си.

Въведете паролата си, за да потвърдите, че искате да унищожите този акаунт.", + "delete-this-account-confirm": "Наистина ли искате да изтриете този акаунт, но да оставите съдържанието му?
Това действие е необратимо. Публикациите ще бъдат превърнати в анонимни и вече няма да можете да възстановите връзката между публикациите и изтрития акаунт

", + "delete-account-content-confirm": "Наистина ли искате да изтриете съдържанието (публикации/теми/качвания) на този акаунт?
Това действие е необратимо и няма да можете да възстановите нищо от данните.

", + "delete-all-confirm": "Наистина ли искате да изтриете този акаунт и цялото му съдържание (публикации/теми/качвания)?
Това действие е необратимо и няма да можете да възстановите нищо от данните.

", "account-deleted": "Акаунтът е изтрит", "account-content-deleted": "Съдържанието на акаунта е изтрито", "fullname": "Пълно име", @@ -32,11 +32,12 @@ "joined": "Присъединил се", "lastonline": "Последно на линия", "profile": "Профил", - "profile_views": "Преглеждания на профила", + "profile-views": "Преглеждания на профила", "reputation": "Репутация", "bookmarks": "Отметки", - "watched_categories": "Следени категории", - "change_all": "Промяна на всички", + "watched-categories": "Следени категории", + "watched-tags": "Следени етикети", + "change-all": "Промяна на всички", "watched": "Следени", "ignored": "Пренебрегвани", "default-category-watch-state": "Състояние по подразбиране за следенето на категории", @@ -44,83 +45,84 @@ "following": "Следва", "blocks": "Блокира", "blocked-users": "Блокирани потребители", - "block_toggle": "Превключване на блокирането", - "block_user": "Блокиране на потребителя", - "unblock_user": "Отблокиране на потребителя", + "block-toggle": "Превключване на блокирането", + "block-user": "Блокиране на потребителя", + "unblock-user": "Отблокиране на потребителя", "aboutme": "За мен", "signature": "Подпис", "birthday": "Рождена дата", "chat": "Разговор", - "chat_with": "Продължаване на разговора с %1", - "new_chat_with": "Започване на нов разговор с %1", + "chat-with": "Продължаване на разговора с %1", + "new-chat-with": "Започване на нов разговор с %1", "flag-profile": "Докладване на профила", "follow": "Следване", "unfollow": "Спиране на следването", "more": "Още", - "profile_update_success": "Профилът беше обновен успешно!", - "change_picture": "Промяна на снимката", - "change_username": "Промяна на потребителското име", - "change_email": "Промяна на е-пощата", - "email_same_as_password": "Моля, въведете текущата си парола, за да продължите – Вие въведохте новата си е-поща отново", + "profile-update-success": "Профилът беше обновен успешно!", + "change-picture": "Промяна на снимката", + "change-username": "Промяна на потребителското име", + "change-email": "Промяна на е-пощата", + "email-updated": "Е-пощата е променена", + "email-same-as-password": "Моля, въведете текущата си парола, за да продължите – Вие въведохте новата си е-поща отново", "edit": "Редактиране", "edit-profile": "Редактиране на профила", - "default_picture": "Иконка по подразбиране", - "uploaded_picture": "Качена снимка", - "upload_new_picture": "Качване на нова снимка", - "upload_new_picture_from_url": "Качване на нова снимка от адрес", - "current_password": "Текуща парола", - "new_password": "Нова парола", - "change_password": "Промяна на паролата", - "change_password_error": "Грешна парола!", - "change_password_error_wrong_current": "Текущата Ви парола е грешна!", - "change_password_error_match": "Паролите са различни!", - "change_password_error_privileges": "Нямате права да промените тази парола.", - "change_password_success": "Паролата ви е обновена!", - "confirm_password": "Потвърдете паролата", + "default-picture": "Иконка по подразбиране", + "uploaded-picture": "Качена снимка", + "upload-new-picture": "Качване на нова снимка", + "upload-new-picture-from-url": "Качване на нова снимка от адрес", + "current-password": "Текуща парола", + "new-password": "Нова парола", + "change-password": "Промяна на паролата", + "change-password-error": "Грешна парола!", + "change-password-error-wrong-current": "Текущата Ви парола е грешна!", + "change-password-error-match": "Паролите са различни!", + "change-password-error-privileges": "Нямате права да промените тази парола.", + "change-password-success": "Паролата ви е обновена!", + "confirm-password": "Потвърдете паролата", "password": "Парола", - "username_taken_workaround": "Потребителското име, което искате, е заето и затова ние го променихме малко. Вие ще се наричате %1", - "password_same_as_username": "Паролата е същата като потребителското Ви име. Моля, изберете друга парола.", - "password_same_as_email": "Паролата е същата като е-пощата Ви. Моля, изберете друга парола.", - "weak_password": "Проста парола.", - "upload_picture": "Качване на снимка", - "upload_a_picture": "Качване на снимка", - "remove_uploaded_picture": "Премахване на качената снимка", - "upload_cover_picture": "Качване на снимка на корицата", - "remove_cover_picture_confirm": "Наистина ли искате да премахнете снимката на корицата?", - "crop_picture": "Орязване на снимката", - "upload_cropped_picture": "Орязване и качване", + "username-taken-workaround": "Потребителското име, което искате, е заето и затова ние го променихме малко. Вие ще се наричате %1", + "password-same-as-username": "Паролата е същата като потребителското Ви име. Моля, изберете друга парола.", + "password-same-as-email": "Паролата е същата като е-пощата Ви. Моля, изберете друга парола.", + "weak-password": "Проста парола.", + "upload-picture": "Качване на снимка", + "upload-a-picture": "Качване на снимка", + "remove-uploaded-picture": "Премахване на качената снимка", + "upload-cover-picture": "Качване на снимка на корицата", + "remove-cover-picture-confirm": "Наистина ли искате да премахнете снимката на корицата?", + "crop-picture": "Орязване на снимката", + "upload-cropped-picture": "Орязване и качване", "avatar-background-colour": "Фонов цвят за изображението", "settings": "Настройки", - "show_email": "Да се показва е-пощата ми", - "show_fullname": "Да се показва цялото ми име", - "restrict_chats": "Разрешаване на съобщенията само от потребители, които следвам", - "digest_label": "Абониране за резюмета", - "digest_description": "Абониране за новини по е-пощата относно този форум (нови известия и теми) според избрания график", - "digest_off": "Изключено", - "digest_daily": "Ежедневно", - "digest_weekly": "Ежеседмично", - "digest_biweekly": "На всеки две седмици", - "digest_monthly": "Ежемесечно", - "has_no_follower": "Този потребител няма последователи :(", - "follows_no_one": "Този потребител не следва никого :(", - "has_no_posts": "Този потребител не е публикувал нищо досега.", - "has_no_best_posts": "Този потребител не е получавал положителни гласове за публикациите си досега.", - "has_no_topics": "Този потребител не е създавал теми досега.", - "has_no_watched_topics": "Този потребител не е следил нито една тема досега.", - "has_no_ignored_topics": "Този потребител не е пренебрегнал нито една тема досега.", - "has_no_upvoted_posts": "Този потребител не е гласувал положително досега.", - "has_no_downvoted_posts": "Този потребител не е гласувал отрицателно досега.", - "has_no_controversial_posts": "Този потребител няма публикации с отрицателни гласове засега.", - "has_no_blocks": "Не сте блокирали никого.", - "email_hidden": "Е-пощата е скрита", + "show-email": "Да се показва е-пощата ми", + "show-fullname": "Да се показва цялото ми име", + "restrict-chats": "Разрешаване на съобщенията само от потребители, които следвам", + "digest-label": "Абониране за резюмета", + "digest-description": "Абониране за новини по е-пощата относно този форум (нови известия и теми) според избрания график", + "digest-off": "Изключено", + "digest-daily": "Ежедневно", + "digest-weekly": "Ежеседмично", + "digest-biweekly": "На всеки две седмици", + "digest-monthly": "Ежемесечно", + "has-no-follower": "Този потребител няма последователи :(", + "follows-no-one": "Този потребител не следва никого :(", + "has-no-posts": "Този потребител не е публикувал нищо досега.", + "has-no-best-posts": "Този потребител не е получавал положителни гласове за публикациите си досега.", + "has-no-topics": "Този потребител не е създавал теми досега.", + "has-no-watched-topics": "Този потребител не е следил нито една тема досега.", + "has-no-ignored-topics": "Този потребител не е пренебрегнал нито една тема досега.", + "has-no-upvoted-posts": "Този потребител не е гласувал положително досега.", + "has-no-downvoted-posts": "Този потребител не е гласувал отрицателно досега.", + "has-no-controversial-posts": "Този потребител няма публикации с отрицателни гласове засега.", + "has-no-blocks": "Не сте блокирали никого.", + "email-hidden": "Е-пощата е скрита", "hidden": "скрито", - "paginate_description": "Разделяне на темите и публикациите на страници, вместо да се превърта безкрайно", - "topics_per_page": "Теми на страница", - "posts_per_page": "Публикации на страница", + "paginate-description": "Разделяне на темите и публикациите на страници, вместо да се превърта безкрайно", + "topics-per-page": "Теми на страница", + "posts-per-page": "Публикации на страница", "category-topic-sort": "Подреждане на темите в категория", "topic-post-sort": "Подреждане на публикациите в тема", - "max_items_per_page": "Най-много %1", - "acp_language": "Език на администраторската страница", + "max-items-per-page": "Най-много %1", + "acp-language": "Език на администраторската страница", "notifications": "Известия", "upvote-notif-freq": "Честота на известията за положителни гласове", "upvote-notif-freq.all": "Всички положителни гласове", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "На 10, 100, 1000…", "upvote-notif-freq.disabled": "Изключено", "browsing": "Настройки за страниците", - "open_links_in_new_tab": "Отваряне на външните връзки в нов подпрозорец", - "enable_topic_searching": "Включване на търсенето в темите", - "topic_search_help": "Ако е включено, търсенето в темата ще замени стандартното поведение на браузъра при търсене в страницата и ще Ви позволи да претърсвате цялата тема, а не само това, което се вижда на екрана", - "update_url_with_post_index": "Обновяване на адресната лента с номера на публикацията по време на разглеждане на темите", - "scroll_to_my_post": "След публикуване на отговор, да се показва новата публикация", - "follow_topics_you_reply_to": "Следене на темите, в които отговаряте", - "follow_topics_you_create": "Следене на темите, които създавате", + "open-links-in-new-tab": "Отваряне на външните връзки в нов подпрозорец", + "enable-topic-searching": "Включване на търсенето в темите", + "topic-search-help": "Ако е включено, търсенето в темата ще замени стандартното поведение на браузъра при търсене в страницата и ще Ви позволи да претърсвате цялата тема, а не само това, което се вижда на екрана", + "update-url-with-post-index": "Обновяване на адресната лента с номера на публикацията по време на разглеждане на темите", + "scroll-to-my-post": "След публикуване на отговор, да се показва новата публикация", + "follow-topics-you-reply-to": "Следене на темите, в които отговаряте", + "follow-topics-you-create": "Следене на темите, които създавате", "grouptitle": "Заглавие на групата", "group-order-help": "Изберете група и използвайте стрелките, за да пренаредите заглавията", "no-group-title": "Няма заглавие на група", @@ -145,9 +147,9 @@ "no-skin": "Без облик", "select-homepage": "Изберете начална страница", "homepage": "Начална страница", - "homepage_description": "Изберете страница, която да използвате като начална за форума, или „Нищо“, за да използвате тази по подразбиране.", - "custom_route": "Път до персонализираната начална страница", - "custom_route_help": "Въведете името на пътя тук, без наклонена черта пред него (пример: „recent“ или \"category/2/general-discussion\")", + "homepage-description": "Изберете страница, която да използвате като начална за форума, или „Нищо“, за да използвате тази по подразбиране.", + "custom-route": "Път до персонализираната начална страница", + "custom-route-help": "Въведете името на пътя тук, без наклонена черта пред него (пример: „recent“ или \"category/2/general-discussion\")", "sso.title": "Услуги за еднократно вписване", "sso.associated": "Свързан с", "sso.not-associated": "Натиснете тук, за да свържете с", @@ -179,25 +181,25 @@ "consent.title": "Вашите права и съгласие", "consent.lead": "Този обществен форум събира и обработва лична информация.", "consent.intro": "Използваме тази информация, само за да персонализираме взаимодействието Ви с форума, както и за да свържем публикациите Ви с Вашия потребителски акаунт. По време на регистрацията ще трябва да въведете потребителско име и е-поща, но ако искате, можете да предоставите и допълнителна информация, за да завършите потребителския си профил в уеб сайта.

Ние съхраняваме тази информация докато съществува потребителският Ви акаунт. Във всеки един момент можете да оттеглите съгласието си за това, като изтриете акаунта си. Във всеки един момент можете да изискате копие на въведеното от Вас в уеб сайт, чрез страницата за „Права и съгласие“.

Ако имате въпроси или притеснения, можете да се свържете с екипа от администратори на форума.", - "consent.email_intro": "Понякога може да изпращаме е-писма на регистрираната Ви е-поща, за да Ви кажем какво се случва, или да Ви уведомим, че има нещо ново, което Ви засяга. Можете да персонализирате честотата на резюметата (както и да ги изключите), както и да изберете какви известия да получавате по е-поща, чрез страницата с потребителските настройки.", - "consent.digest_frequency": "Освен ако не промените това в потребителските си настройки, тази общност ще Ви изпраща резюмета по е-поща на всеки %1.", - "consent.digest_off": "Освен ако не промените това в потребителските си настройки, тази общност няма да Ви изпраща резюмета по е-поща.", + "consent.email-intro": "Понякога може да изпращаме е-писма на регистрираната Ви е-поща, за да Ви кажем какво се случва, или да Ви уведомим, че има нещо ново, което Ви засяга. Можете да персонализирате честотата на резюметата (както и да ги изключите), както и да изберете какви известия да получавате по е-поща, чрез страницата с потребителските настройки.", + "consent.digest-frequency": "Освен ако не промените това в потребителските си настройки, тази общност ще Ви изпраща резюмета по е-поща на всеки %1.", + "consent.digest-off": "Освен ако не промените това в потребителските си настройки, тази общност няма да Ви изпраща резюмета по е-поща.", "consent.received": "Вие сте се съгласили с това уеб сайтът да събира и обработва личната Ви информация. Не се изискват допълнителни действия.", - "consent.not_received": "Вие не сте се съгласили със събирането и обработването на Ваши данни. Администрацията на уеб сайта може по всяко време да изтрие акаунта Ви, за да спази изискванията за защита на данните.", + "consent.not-received": "Вие не сте се съгласили със събирането и обработването на Ваши данни. Администрацията на уеб сайта може по всяко време да изтрие акаунта Ви, за да спази изискванията за защита на данните.", "consent.give": "Даване на съгласие", - "consent.right_of_access": "Имате право на достъп", - "consent.right_of_access_description": "Имате право на достъп до всички данни, събирани от този уеб сайт, при заявяване. Можете да получите копие от данните, като натиснете бутона по-долу.", - "consent.right_to_rectification": "Имате право на поправка", - "consent.right_to_rectification_description": "Имате право да промените или поправите всички неточни данни, които сте ни предоставили. Профилът Ви може да бъде променен като го редактирате, а съдържанието на публикациите може да бъде редактирано по всяко време. Ако имате по-различно изискване, моля, свържете се с администраторския екип", - "consent.right_to_erasure": "Имате право на изтриване", - "consent.right_to_erasure_description": "Във всеки един момент можете да оттеглите съгласието си за събиране и/или обработка на данни, като изтриете акаунта си. Вашият профил може да бъде изтрит, но публикуваното от Вас съдържание ще остане. Ако искате да изтриете както акаунта, така и съдържанието, публикувано от Вас, моля, свържете се с администрационния екип на уеб сайта.", - "consent.right_to_data_portability": "Имате право на пренос на данни", - "consent.right_to_data_portability_description": "Можете да изискате от нас всички събрани за Вас и акаунта Ви данни в машинен формат. Можете да направите това като натиснете съответния бутон по-долу.", - "consent.export_profile": "Изнасяне на профила (.json)", + "consent.right-of-access": "Имате право на достъп", + "consent.right-of-access-description": "Имате право на достъп до всички данни, събирани от този уеб сайт, при заявяване. Можете да получите копие от данните, като натиснете бутона по-долу.", + "consent.right-to-rectification": "Имате право на поправка", + "consent.right-to-rectification-description": "Имате право да промените или поправите всички неточни данни, които сте ни предоставили. Профилът Ви може да бъде променен като го редактирате, а съдържанието на публикациите може да бъде редактирано по всяко време. Ако имате по-различно изискване, моля, свържете се с администраторския екип", + "consent.right-to-erasure": "Имате право на изтриване", + "consent.right-to-erasure-description": "Във всеки един момент можете да оттеглите съгласието си за събиране и/или обработка на данни, като изтриете акаунта си. Вашият профил може да бъде изтрит, но публикуваното от Вас съдържание ще остане. Ако искате да изтриете както акаунта, така и съдържанието, публикувано от Вас, моля, свържете се с администрационния екип на уеб сайта.", + "consent.right-to-data-portability": "Имате право на пренос на данни", + "consent.right-to-data-portability-description": "Можете да изискате от нас всички събрани за Вас и акаунта Ви данни в машинен формат. Можете да направите това като натиснете съответния бутон по-долу.", + "consent.export-profile": "Изнасяне на профила (.json)", "consent.export-profile-success": "Изнасяне на профила… Ще получите известие, когато е готово.", - "consent.export_uploads": "Изнасяне на каченото съдържание (.zip)", + "consent.export-uploads": "Изнасяне на каченото съдържание (.zip)", "consent.export-uploads-success": "Изнасяне на каченото съдържание… Ще получите известие, когато е готово.", - "consent.export_posts": "Изнасяне на публикациите (.csv)", + "consent.export-posts": "Изнасяне на публикациите (.csv)", "consent.export-posts-success": "Изнасяне на публикациите… Ще получите известие, когато е готово.", "emailUpdate.intro": "Въведете е-пощата си по-долу. Този форум използва е-пощата за планирани резюмета и известия, както и за възстановяване на акаунта, в случай на забравена парола.", "emailUpdate.optional": "Това поле не е задължително. Не сте длъжен/на да предоставяте адрес на е-поща, но без проверена е-поща, няма да можете да възстановите акаунта си в случай на проблем, нито ще можете да се вписвате с е-пощата си.", diff --git a/public/language/bg/users.json b/public/language/bg/users.json index d51834cf1d..a716af22d4 100644 --- a/public/language/bg/users.json +++ b/public/language/bg/users.json @@ -1,13 +1,13 @@ { "all-users": "Всички потребители", - "latest_users": "Последни потребители", - "top_posters": "С най-много публикации", - "most_reputation": "С най-много репутация", - "most_flags": "С най-много доклади", + "latest-users": "Последни потребители", + "top-posters": "С най-много публикации", + "most-reputation": "С най-много репутация", + "most-flags": "С най-много доклади", "search": "Търсене", - "enter_username": "Въведете потребителско име, което да потърсите", + "enter-username": "Въведете потребителско име, което да потърсите", "search-user-for-chat": "Потърсете потребител, с когото да започнете разговор", - "load_more": "Зареждане на още", + "load-more": "Зареждане на още", "users-found-search-took": "Намерени са %1 потребител(и)! Търсенето отне %2 секунди.", "filter-by": "Филтриране", "online-only": "Само тези на линия", @@ -15,10 +15,10 @@ "prompt-email": "Е-пощи:", "groups-to-join": "Групи, в които да се присъедини след приемане на поканата:", "invitation-email-sent": "Беше изпратено е-писмо за потвърждение до %1", - "user_list": "Списък от потребители", - "recent_topics": "Скорошни теми", - "popular_topics": "Популярни теми", - "unread_topics": "Непрочетени теми", + "user-list": "Списък от потребители", + "recent-topics": "Скорошни теми", + "popular-topics": "Популярни теми", + "unread-topics": "Непрочетени теми", "categories": "Категории", "tags": "Етикети", "no-users-found": "Няма намерени потребители!" diff --git a/public/language/bn/admin/advanced/events.json b/public/language/bn/admin/advanced/events.json index b2c2033fb5..9327eef8d3 100644 --- a/public/language/bn/admin/advanced/events.json +++ b/public/language/bn/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "Event Type", "filter-start": "Start Date", "filter-end": "End Date", - "filter-perPage": "Per Page" + "filter-per-page": "Per Page" } \ No newline at end of file diff --git a/public/language/bn/admin/extend/widgets.json b/public/language/bn/admin/extend/widgets.json index ab3a4b11d2..5d2832feed 100644 --- a/public/language/bn/admin/extend/widgets.json +++ b/public/language/bn/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "No widgets found! Activate the widget essentials plugin in the plugins control panel.", "clone-from": "Clone widgets from", "containers.available": "Available Containers", - "containers.explanation": "Drag and drop on top of any active widget", + "containers.explanation": "Drag and drop on top of any widget", "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", @@ -29,5 +29,7 @@ "hide-from-groups": "Hide from groups", "start-date": "Start date", "end-date": "End date", - "hide-on-mobile": "Hide on mobile" + "hide-on-mobile": "Hide on mobile", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/bn/admin/manage/privileges.json b/public/language/bn/admin/manage/privileges.json index 9af075bcfa..240cff6aa5 100644 --- a/public/language/bn/admin/manage/privileges.json +++ b/public/language/bn/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "Edit Privileges", "select-clear-all": "Select/Clear All", "chat": "Chat", + "chat-with-privileged": "Chat with Privileged", "upload-images": "Upload Images", "upload-files": "Upload Files", "signature": "Signature", @@ -33,7 +34,7 @@ "edit-posts": "Edit Posts", "view-edit-history": "View Edit History", "delete-posts": "Delete Posts", - "view_deleted": "View Deleted Posts", + "view-deleted": "View Deleted Posts", "upvote-posts": "Upvote Posts", "downvote-posts": "Downvote Posts", "delete-topics": "Delete Topics", diff --git a/public/language/bn/admin/manage/users.json b/public/language/bn/admin/manage/users.json index 1fef96f56d..08e5701f40 100644 --- a/public/language/bn/admin/manage/users.json +++ b/public/language/bn/admin/manage/users.json @@ -4,16 +4,21 @@ "edit": "Actions", "make-admin": "Make Admin", "remove-admin": "Remove Admin", + "change-email": "Change Email", + "new-email": "New Email", "validate-email": "Validate Email", "send-validation-email": "Send Validation Email", + "change-password": "Change Password", "password-reset-email": "Send Password Reset Email", "force-password-reset": "Force Password Reset & Log User Out", - "ban": "Ban User(s)", + "ban": "Ban", + "ban-users": "Ban User(s)", "temp-ban": "Ban User(s) Temporarily", "unban": "Unban User(s)", "reset-lockout": "Reset Lockout", "reset-flags": "Reset Flags", - "delete": "Delete User(s)", + "delete": "Delete", + "delete-users": "Delete User(s)", "delete-content": "Delete User(s) Content", "purge": "Delete User(s) and Content", "download-csv": "Download CSV", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "Ban %1 user(s)", "alerts.unban-success": "User(s) unbanned!", "alerts.lockout-reset-success": "Lockout(s) reset!", + "alerts.password-change-success": "Password(s) changed!", "alerts.flag-reset-success": "Flags(s) reset!", "alerts.no-remove-yourself-admin": "You can't remove yourself as Administrator!", "alerts.make-admin-success": "User is now administrator.", @@ -106,6 +112,7 @@ "alerts.create": "Create User", "alerts.button-create": "Create", "alerts.button-cancel": "Cancel", + "alerts.button-change": "Change", "alerts.error-passwords-different": "Passwords must match!", "alerts.error-x": "Error

%1

", "alerts.create-success": "User created!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "Emails: ", "alerts.email-sent-to": "An invitation email has been sent to %1", "alerts.x-users-found": "%1 user(s) found, (%2 seconds)", + "alerts.select-a-single-user-to-change-email": "Select a single user to change email", "export-users-started": "Exporting users as csv, this might take a while. You will receive a notification when it is complete.", - "export-users-completed": "Users exported as csv, click here to download." + "export-users-completed": "Users exported as csv, click here to download.", + "email": "Email", + "password": "Password", + "manage": "Manage" } \ No newline at end of file diff --git a/public/language/bn/admin/settings/chat.json b/public/language/bn/admin/settings/chat.json index e4946458bd..86360a34ee 100644 --- a/public/language/bn/admin/settings/chat.json +++ b/public/language/bn/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "Enter 0 to disable this restriction", "chat-settings": "Chat Settings", "disable": "Disable chat", "disable-editing": "Disable chat message editing/deletion", @@ -6,8 +7,10 @@ "max-length": "Maximum length of chat messages", "max-chat-room-name-length": "Maximum length of chat room names", "max-room-size": "Maximum number of users in chat rooms", - "delay": "Time between chat messages in milliseconds", - "notification-delay": "Notification delay for chat messages. (0 for no delay)", - "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable. (0 disabled)", - "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable. (0 disabled)" + "delay": "Time between chat messages (ms)", + "newbieDelay": "... for new users (ms)", + "notification-delay": "Notification delay for chat messages", + "notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.", + "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.", + "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable." } \ No newline at end of file diff --git a/public/language/bn/admin/settings/post.json b/public/language/bn/admin/settings/post.json index 9dc61afe57..9de7dc76fa 100644 --- a/public/language/bn/admin/settings/post.json +++ b/public/language/bn/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "Title Length", "restrictions.post-length": "Post Length", "restrictions.days-until-stale": "Days until topic is considered stale", - "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic.", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "Timestamp", "timestamp.cut-off": "Date cut-off (in days)", "timestamp.cut-off-help": "Dates & times will be shown in a relative manner (e.g. \"3 hours ago\" / \"5 days ago\"), and localised into various\n\t\t\t\t\tlanguages. After a certain point, this text can be switched to display the localised date itself\n\t\t\t\t\t(e.g. 5 Nov 2016 15:30).
(Default: 30, or one month). Set to 0 to always display dates, leave blank to always display relative times.", diff --git a/public/language/bn/admin/settings/user.json b/public/language/bn/admin/settings/user.json index 368548ba74..816bdfc150 100644 --- a/public/language/bn/admin/settings/user.json +++ b/public/language/bn/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "Username or Email", "allow-login-with.username": "Username Only", "account-settings": "Account Settings", - "gdpr_enabled": "Enable GDPR consent collection", - "gdpr_enabled_help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", + "gdpr-enabled": "Enable GDPR consent collection", + "gdpr-enabled-help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", "disable-username-changes": "Disable username changes", "disable-email-changes": "Disable email changes", "disable-password-changes": "Disable password changes", diff --git a/public/language/bn/category.json b/public/language/bn/category.json index cf9e1640f7..67b4f3c5d6 100644 --- a/public/language/bn/category.json +++ b/public/language/bn/category.json @@ -1,12 +1,12 @@ { "category": "বিভাগ", "subcategories": "উপবিভাগ", - "new_topic_button": "নতুন টপিক", + "new-topic-button": "নতুন টপিক", "guest-login-post": "উত্তর দিতে লগিন করুন", - "no_topics": "এই বিভাগে কোন আলোচনা নেই!
আপনি চাইলে নতুন আলোচনা শুরু করতে পারেন।", + "no-topics": "এই বিভাগে কোন আলোচনা নেই!
আপনি চাইলে নতুন আলোচনা শুরু করতে পারেন।", "browsing": "ব্রাউজিং", - "no_replies": "কোন রিপ্লাই নেই", - "no_new_posts": "নতুন কোন পোস্ট নাই", + "no-replies": "কোন রিপ্লাই নেই", + "no-new-posts": "নতুন কোন পোস্ট নাই", "watch": "নজর রাখুন", "ignore": "উপেক্ষা করুন", "watching": "দৃশ্যমান", diff --git a/public/language/bn/email.json b/public/language/bn/email.json index 7bba25659a..b32eb6fa28 100644 --- a/public/language/bn/email.json +++ b/public/language/bn/email.json @@ -3,8 +3,8 @@ "password-reset-requested": "নতুন পাসওয়ার্ডের জন্য অনুরোধ করা হয়েছে!", "welcome-to": "%1 এ স্বাগতম", "invite": "%1 থেকে আমন্ত্রণ", - "greeting_no_name": "স্বাগতম", - "greeting_with_name": "স্বাগতম %1", + "greeting-no-name": "স্বাগতম", + "greeting-with-name": "স্বাগতম %1", "email.verify-your-email.subject": "দয়া করে ইমেইল যাচাই করুন", "email.verify.text1": "You've requested that we change or confirm your email address", "email.verify.text2": "For security purposes, we only change or confirm the email address on file once its ownership has been confirmed via email. If you did not request this, no action is required on your part.", @@ -13,7 +13,7 @@ "welcome.text2": "আপনার একাউন্ট এ্যাক্টিভেট করার জন্য, আপনি যে ইমেইল এড্রেস ব্যাবহার করে নিবন্ধন করেছেন তা যাচাই করতে হবে", "welcome.text3": "An administrator has accepted your registration application. You can login with your username/password now.", "welcome.cta": "আপনার ইমেইল এড্রেস নিশ্চিত করার জন্য এখানে ক্লিক করুন", - "invitation.text1": "%1 আপনাকে %2 তে যোগ দিতে আমন্ত্রণ জানিয়েছেন ", + "invitation.text1": "%1 আপনাকে %2 তে যোগ দিতে আমন্ত্রণ জানিয়েছেন", "invitation.text2": "আপনার আমন্ত্রন পত্র %1 দিন পর বাতিল হয়ে যাবে", "invitation.cta": "Click here to create your account.", "reset.text1": "আমরা আপনার পাসওয়ার্ড রিসেট করার অনুরোধ পেয়েছি, সম্ভবত আপনি আপনার পাসওয়ার্ড ভুলে গিয়েছেন বলেই। তবে যদি তা না হয়ে থাকে, তাহলে এই মেইলকে উপেক্ষা করতে পারেন।", @@ -24,7 +24,7 @@ "reset.notify.text2": "এটা আপনার অজান্তে হলে এখনই প্রশাসককে আবহিত করুন", "digest.unread-rooms": "Unread rooms", "digest.room-name-unreadcount": "%1 (%2 unread)", - "digest.latest_topics": "%1 এর সর্বশেষ টপিকসমূহ", + "digest.latest-topics": "%1 এর সর্বশেষ টপিকসমূহ", "digest.top-topics": "Top topics from %1", "digest.popular-topics": "Popular topics from %1", "digest.cta": "%1 ভিজিট করতে এখানে ক্লিক করুন", @@ -36,8 +36,8 @@ "digest.title.day": "Your Daily Digest", "digest.title.week": "Your Weekly Digest", "digest.title.month": "Your Monthly Digest", - "notif.chat.subject": "%1 এর থেকে নতুন মেসেজ এসেছে।", - "notif.chat.public-chat-subject": "New message from %1 in room %2", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "কথপোকথন চালিয়ে যেতে এখানে ক্লিক করুন", "notif.chat.unsub.info": "আপনার সাবস্ক্রীপশন সেটিংসের কারনে আপনার এই নোটিফিকেশন পাঠানো হয়েছে", "notif.post.unsub.info": "আপনার সাবস্ক্রিপশন সেটিংসের কারনে আপনার এই বার্তাটি পাঠানো হয়েছে", diff --git a/public/language/bn/error.json b/public/language/bn/error.json index fce2615174..c2e704fb2d 100644 --- a/public/language/bn/error.json +++ b/public/language/bn/error.json @@ -145,7 +145,7 @@ "topic-already-deleted": "এই টপিকটি ইতিমধ্যে ডিলিট করা হয়েছে", "topic-already-restored": "এই টপিকটি ইতিমধ্যে পুনরোদ্ধার করা হয়েছে", "cant-purge-main-post": "You can't purge the main post, please delete the topic instead", - "topic-thumbnails-are-disabled": "টপিক থাম্বনেল নিষ্ক্রিয় করা। ", + "topic-thumbnails-are-disabled": "টপিক থাম্বনেল নিষ্ক্রিয় করা।", "invalid-file": "ভুল ফাইল", "uploads-are-disabled": "আপলোড নিষ্ক্রিয় করা", "signature-too-long": "Sorry, your signature cannot be longer than %1 character(s).", @@ -184,12 +184,13 @@ "post-flagged-too-many-times": "This post has been flagged by others already", "user-flagged-too-many-times": "This user has been flagged by others already", "cant-flag-privileged": "You are not allowed to flag the profiles or content of privileged users (moderators/global moderators/admins)", + "cant-locate-flag-report": "Cannot locate flag report", "self-vote": "You cannot vote on your own post", "too-many-upvotes-today": "You can only upvote %1 times a day", "too-many-upvotes-today-user": "You can only upvote a user %1 times a day", "too-many-downvotes-today": "You can only downvote %1 times a day", "too-many-downvotes-today-user": "You can only downvote a user %1 times a day", - "reload-failed": "\"%1\" রিলোড করতে সমস্যা হয়েছে। রিলোডের পূর্বে যা করা হয়েছিল সেটি আনডু করা সমীচীন। ", + "reload-failed": "\"%1\" রিলোড করতে সমস্যা হয়েছে। রিলোডের পূর্বে যা করা হয়েছিল সেটি আনডু করা সমীচীন।", "registration-error": "নিবন্ধন এরর!", "parse-error": "Something went wrong while parsing server response", "wrong-login-type-email": "Please use your email to login", diff --git a/public/language/bn/flags.json b/public/language/bn/flags.json index f12aaae53d..996e027833 100644 --- a/public/language/bn/flags.json +++ b/public/language/bn/flags.json @@ -1,5 +1,6 @@ { "state": "State", + "report": "Report", "reports": "Reports", "first-reported": "First Reported", "no-flags": "Hooray! No flags found.", @@ -8,6 +9,8 @@ "update": "Update", "updated": "Updated", "resolved": "Resolved", + "report-added": "Added", + "report-rescinded": "Rescinded", "target-purged": "The content this flag referred to has been purged and is no longer available.", "target-aboutme-empty": "This user has no "About Me" set.", diff --git a/public/language/bn/global.json b/public/language/bn/global.json index 5398406fb6..1b9aa0166e 100644 --- a/public/language/bn/global.json +++ b/public/language/bn/global.json @@ -13,19 +13,19 @@ "400.message": "It looks like this link is malformed, please double-check and try again.
Return to the home page.
", "register": "নিবন্ধন", "login": "প্রবেশ", - "please_log_in": "অনুগ্রহ করে প্রবেশ করুন", + "please-log-in": "অনুগ্রহ করে প্রবেশ করুন", "logout": "প্রস্থান", - "posting_restriction_info": "বর্তমানে নিবন্ধিত সদস্যরাই কেবল পোস্ট করতে পারেন, লগ ইন করতে এখানে ক্লিক করুন।", - "welcome_back": "আপনাকে স্বাগতম", - "you_have_successfully_logged_in": "আপনি সফলভাবে প্রবেশ করেছেন", - "save_changes": "পরিবর্তনগুলি সঞ্চয় করুন", + "posting-restriction-info": "বর্তমানে নিবন্ধিত সদস্যরাই কেবল পোস্ট করতে পারেন, লগ ইন করতে এখানে ক্লিক করুন।", + "welcome-back": "আপনাকে স্বাগতম", + "you-have-successfully-logged-in": "আপনি সফলভাবে প্রবেশ করেছেন", + "save-changes": "পরিবর্তনগুলি সঞ্চয় করুন", "save": "Save", "create": "Create", "cancel": "Cancel", "close": "বন্ধ", "pagination": "পাতা নং", - "pagination.out_of": "%2 এর মাঝে %1", - "pagination.enter_index": "Go to post index", + "pagination.out-of": "%2 এর মাঝে %1", + "pagination.enter-index": "Go to post index", "header.admin": "অ্যাডমিন", "header.categories": "বিভাগ", "header.recent": "সাম্প্রতিক", @@ -44,7 +44,7 @@ "header.manage": "Manage", "header.drafts": "Drafts", "notifications.loading": "বিজ্ঞপ্তিগুলি লোড হচ্ছে", - "chats.loading": "কথোপকথনগুলি লোড হচ্ছে ", + "chats.loading": "কথোপকথনগুলি লোড হচ্ছে", "drafts.loading": "Loading Drafts", "motd.welcome": "ভবিষ্যতের আলোচনার প্লাটফর্ম, NodeBB তে স্বাগতম।", "previouspage": "আগের পাতা", @@ -80,25 +80,25 @@ "lastpost": "Last post", "firstpost": "First post", "about": "About", - "read_more": "আরো পড়ুন", + "read-more": "আরো পড়ুন", "more": "আরো...", "none": "None", - "posted_ago_by_guest": "অতিথি পোস্ট করেছেন %1", - "posted_ago_by": " %1 %2 দ্বারা পোস্টকৃত", - "posted_ago": "পোস্ট করেছেন %1", - "posted_in": "posted in %1", - "posted_in_by": "posted in %1 by %2", - "posted_in_ago": "%1 বিভাগে পোস্ট করা হয়েছে %2 আগে", - "posted_in_ago_by": "%3 %1 বিভাগে পোস্ট করেছেন %2", - "user_posted_ago": "%1 পোস্ট করেছেন %2", - "guest_posted_ago": "অতিথি পোস্ট করেছেন %1", - "last_edited_by": "last edited by %1", + "posted-ago-by-guest": "অতিথি পোস্ট করেছেন %1", + "posted-ago-by": "%1 %2 দ্বারা পোস্টকৃত", + "posted-ago": "পোস্ট করেছেন %1", + "posted-in": "posted in %1", + "posted-in-by": "posted in %1 by %2", + "posted-in-ago": "%1 বিভাগে পোস্ট করা হয়েছে %2 আগে", + "posted-in-ago-by": "%3 %1 বিভাগে পোস্ট করেছেন %2", + "user-posted-ago": "%1 পোস্ট করেছেন %2", + "guest-posted-ago": "অতিথি পোস্ট করেছেন %1", + "last-edited-by": "last edited by %1", "edited-timestamp": "Edited %1", "norecentposts": "কোনও সাম্প্রতিক পোস্ট নেই", "norecenttopics": "কোনও সাম্প্রতিক টপিক নেই", "recentposts": "সাম্প্রতিক পোস্ট", "recentips": "সাম্প্রতিক প্রবেশকৃত আইপি সমুহ", - "moderator_tools": "Moderator Tools", + "moderator-tools": "Moderator Tools", "status": "Status", "online": "অনলাইন", "away": "দূরে", @@ -109,7 +109,7 @@ "language": "ভাষা", "guest": "অতিথি", "guests": "অতিথি", - "former_user": "A Former User", + "former-user": "A Former User", "system-user": "System", "unknown-user": "Unknown user", "updated.title": "ফোরাম আপডেট করা হয়েছে", @@ -117,12 +117,12 @@ "privacy": "নিরাপত্তা", "follow": "Follow", "unfollow": "Unfollow", - "delete_all": "সব মুছে ফেলুন", + "delete-all": "সব মুছে ফেলুন", "map": "ম্যাপ", "sessions": "Login Sessions", - "ip_address": "IP Address", - "enter_page_number": "Enter page number", - "upload_file": "Upload file", + "ip-address": "IP Address", + "enter-page-number": "Enter page number", + "upload-file": "Upload file", "upload": "Upload", "uploads": "Uploads", "allowed-file-types": "Allowed file types are %1", @@ -131,7 +131,7 @@ "play": "Play", "cookies.message": "This website uses cookies to ensure you get the best experience on our website.", "cookies.accept": "Got it!", - "cookies.learn_more": "Learn More", + "cookies.learn-more": "Learn More", "edited": "Edited", "disabled": "Disabled", "select": "Select", diff --git a/public/language/bn/groups.json b/public/language/bn/groups.json index 89c21c1762..a9da47caac 100644 --- a/public/language/bn/groups.json +++ b/public/language/bn/groups.json @@ -2,65 +2,65 @@ "all-groups": "All groups", "groups": "গ্রুপসমূহ", "members": "Members", - "view_group": "গ্রুপ দেখুন", + "view-group": "গ্রুপ দেখুন", "owner": "Group Owner", - "new_group": "Create New Group", - "no_groups_found": "There are no groups to see", + "new-group": "Create New Group", + "no-groups-found": "There are no groups to see", "pending.accept": "Accept", "pending.reject": "Reject", - "pending.accept_all": "Accept All", - "pending.reject_all": "Reject All", + "pending.accept-all": "Accept All", + "pending.reject-all": "Reject All", "pending.none": "There are no pending members at this time", "invited.none": "There are no invited members at this time", "invited.uninvite": "Rescind Invitation", "invited.search": "Search for a user to invite to this group", - "invited.notification_title": "You have been invited to join %1", - "request.notification_title": "Group Membership Request from %1", - "request.notification_text": "%1 has requested to become a member of %2", + "invited.notification-title": "You have been invited to join %1", + "request.notification-title": "Group Membership Request from %1", + "request.notification-text": "%1 has requested to become a member of %2", "cover-save": "Save", "cover-saving": "Saving", "details.title": "গ্রুপের বিস্তারিত", "details.members": "সদস্য তালিকা", "details.pending": "Pending Members", "details.invited": "Invited Members", - "details.has_no_posts": "এই গ্রুপের সদস্যরা এখনো কোন পোষ্ট করেন নি", - "details.latest_posts": "সর্বশেষ পোষ্টসমূহ", + "details.has-no-posts": "এই গ্রুপের সদস্যরা এখনো কোন পোষ্ট করেন নি", + "details.latest-posts": "সর্বশেষ পোষ্টসমূহ", "details.private": "Private", "details.disableJoinRequests": "Disable join requests", "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Grant/Rescind Ownership", "details.kick": "Kick", - "details.kick_confirm": "Are you sure you want to remove this member from the group?", + "details.kick-confirm": "Are you sure you want to remove this member from the group?", "details.add-member": "Add Member", - "details.owner_options": "Group Administration", - "details.group_name": "Group Name", - "details.member_count": "Member Count", - "details.creation_date": "Creation Date", + "details.owner-options": "Group Administration", + "details.group-name": "Group Name", + "details.member-count": "Member Count", + "details.creation-date": "Creation Date", "details.description": "Description", "details.member-post-cids": "Category IDs to display posts from", - "details.badge_preview": "Badge Preview", - "details.change_icon": "Change Icon", - "details.change_label_colour": "Change Label Colour", - "details.change_text_colour": "Change Text Colour", - "details.badge_text": "Badge Text", + "details.badge-preview": "Badge Preview", + "details.change-icon": "Change Icon", + "details.change-label-colour": "Change Label Colour", + "details.change-text-colour": "Change Text Colour", + "details.badge-text": "Badge Text", "details.userTitleEnabled": "Show Badge", - "details.private_help": "If enabled, joining of groups requires approval from a group owner", + "details.private-help": "If enabled, joining of groups requires approval from a group owner", "details.hidden": "Hidden", - "details.hidden_help": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", - "details.delete_group": "Delete Group", - "details.private_system_help": "Private groups is disabled at system level, this option does not do anything", + "details.hidden-help": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", + "details.delete-group": "Delete Group", + "details.private-system-help": "Private groups is disabled at system level, this option does not do anything", "event.updated": "Group details have been updated", "event.deleted": "The group \"%1\" has been deleted", "membership.accept-invitation": "Accept Invitation", - "membership.accept.notification_title": "You are now a member of %1", + "membership.accept.notification-title": "You are now a member of %1", "membership.invitation-pending": "Invitation Pending", "membership.join-group": "Join Group", "membership.leave-group": "Leave Group", - "membership.leave.notification_title": "%1 has left group %2", + "membership.leave.notification-title": "%1 has left group %2", "membership.reject": "Reject", - "new-group.group_name": "Group Name:", + "new-group.group-name": "Group Name:", "upload-group-cover": "Upload group cover", "bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group", "bulk-invite": "Bulk Invite", - "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" + "remove-group-cover-confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/bn/login.json b/public/language/bn/login.json index b3d7c945d6..b2e1379e13 100644 --- a/public/language/bn/login.json +++ b/public/language/bn/login.json @@ -1,12 +1,12 @@ { "username-email": "ইউজারনেম / ইমেইল", "username": "ইউজারনেম", - "remember_me": "মনে রাখুন", - "forgot_password": "পাসওয়ার্ড ভুলে গিয়েছেন?", - "alternative_logins": "বিকল্প প্রবেশ", - "failed_login_attempt": "Login Unsuccessful", - "login_successful": "আপনি সফলভাবে প্রবেশ করেছেন!", - "dont_have_account": "কোন একাউন্ট নেই?", + "remember-me": "মনে রাখুন", + "forgot-password": "পাসওয়ার্ড ভুলে গিয়েছেন?", + "alternative-logins": "বিকল্প প্রবেশ", + "failed-login-attempt": "Login Unsuccessful", + "login-successful": "আপনি সফলভাবে প্রবেশ করেছেন!", + "dont-have-account": "কোন একাউন্ট নেই?", "logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity", "caps-lock-enabled": "Caps Lock is enabled" } \ No newline at end of file diff --git a/public/language/bn/modules.json b/public/language/bn/modules.json index 228f7dc89b..0acbf5265d 100644 --- a/public/language/bn/modules.json +++ b/public/language/bn/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "Room %1", - "chat.chatting_with": "Chat with", + "chat.chatting-with": "Chat with", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Go to most recent message", @@ -8,12 +8,15 @@ "chat.chat-with-usernames": "Chat with %1", "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "প্রেরন করুন", - "chat.no_active": "আপনার কোন সচল কথোপকথন নেই", - "chat.user_typing": "%1 লিখছেন", - "chat.user_has_messaged_you": "%1 আপনাকে বার্তা পাঠিয়েছেন", + "chat.no-active": "আপনার কোন সচল কথোপকথন নেই", + "chat.user-typing-1": "%1 is typing ...", + "chat.user-typing-2": "%1 and %2 are typing ...", + "chat.user-typing-3": "%1, %2 and %3 are typing ...", + "chat.user-typing-n": "%1, %2 and %3 others are typing ...", + "chat.user-has-messaged-you": "%1 আপনাকে বার্তা পাঠিয়েছেন", "chat.replying-to": "Replying to %1", - "chat.see_all": "All chats", - "chat.mark_all_read": "Mark all read", + "chat.see-all": "All chats", + "chat.mark-all-read": "Mark all read", "chat.no-messages": "মেসেজ হিস্টোরী দেখতে প্রাপক নির্বাচন করুন", "chat.no-users-in-room": "No users in this room", "chat.recent-chats": "সাম্প্রতিক চ্যাটসমূহ", @@ -24,12 +27,16 @@ "chat.pop-out": "চ্যাট উইন্ডো আলাদা করুন", "chat.minimize": "Minimize", "chat.maximize": "ম্যাক্সিমাইজ", - "chat.seven_days": "৭ দিন", - "chat.thirty_days": "৩০ দিন", - "chat.three_months": "৩ মাস", - "chat.delete_message_confirm": "Are you sure you wish to delete this message?", + "chat.seven-days": "৭ দিন", + "chat.thirty-days": "৩০ দিন", + "chat.three-months": "৩ মাস", + "chat.delete-message-confirm": "Are you sure you wish to delete this message?", "chat.retrieving-users": "Retrieving users...", "chat.view-users-list": "View users list", + "chat.pinned-messages": "Pinned Messages", + "chat.no-pinned-messages": "There are no pinned messages", + "chat.pin-message": "Pin Message", + "chat.unpin-message": "Unpin Message", "chat.public-rooms": "Public Rooms (%1)", "chat.private-rooms": "Private Rooms (%1)", "chat.create-room": "Create Chat Room", @@ -67,17 +74,24 @@ "chat.system.user-leave": "%1 has left the room ", "chat.system.room-rename": "%2 has renamed this room to \"%1\" ", "composer.compose": "Compose", - "composer.show_preview": "Show Preview", - "composer.hide_preview": "Hide Preview", + "composer.show-preview": "Show Preview", + "composer.hide-preview": "Hide Preview", "composer.help": "Help", - "composer.user_said_in": "%1 বলেছেন %2:", - "composer.user_said": "%1 বলেছেনঃ", + "composer.user-said-in": "%1 বলেছেন %2:", + "composer.user-said": "%1 বলেছেনঃ", "composer.discard": "আপনি কি নিশ্চিত যে আপনি এই পোস্ট বাতিল করতে ইচ্ছুক?", - "composer.submit_and_lock": "Submit and Lock", - "composer.toggle_dropdown": "Toggle Dropdown", + "composer.submit-and-lock": "Submit and Lock", + "composer.toggle-dropdown": "Toggle Dropdown", "composer.uploading": "Uploading %1", "composer.formatting.bold": "Bold", "composer.formatting.italic": "Italic", + "composer.formatting.heading": "Heading", + "composer.formatting.heading1": "Heading 1", + "composer.formatting.heading2": "Heading 2", + "composer.formatting.heading3": "Heading 3", + "composer.formatting.heading4": "Heading 4", + "composer.formatting.heading5": "Heading 5", + "composer.formatting.heading6": "Heading 6", "composer.formatting.list": "List", "composer.formatting.strikethrough": "Strikethrough", "composer.formatting.code": "Code", @@ -85,9 +99,10 @@ "composer.formatting.picture": "Image Link", "composer.upload-picture": "Upload Image", "composer.upload-file": "Upload File", - "composer.zen_mode": "Zen Mode", - "composer.select_category": "Select a category", + "composer.zen-mode": "Zen Mode", + "composer.select-category": "Select a category", "composer.textarea.placeholder": "Enter your post content here, drag and drop images", + "composer.post-queue-alert": "Hello👋!
This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.", "composer.schedule-for": "Schedule topic for", "composer.schedule-date": "Date", "composer.schedule-time": "Time", @@ -102,8 +117,8 @@ "bootbox.confirm": "Confirm", "bootbox.submit": "Submit", "bootbox.send": "Send", - "cover.dragging_title": "Cover Photo Positioning", - "cover.dragging_message": "Drag the cover photo to the desired position and click \"Save\"", + "cover.dragging-title": "Cover Photo Positioning", + "cover.dragging-message": "Drag the cover photo to the desired position and click \"Save\"", "cover.saved": "Cover photo image and position saved", "thumbs.modal.title": "Manage topic thumbnails", "thumbs.modal.no-thumbs": "No thumbnails found.", diff --git a/public/language/bn/notifications.json b/public/language/bn/notifications.json index 1af531bfa8..5921660630 100644 --- a/public/language/bn/notifications.json +++ b/public/language/bn/notifications.json @@ -1,59 +1,68 @@ { "title": "বিজ্ঞপ্তিগুলো", - "no_notifs": "আপনার নতুন কোন বিজ্ঞপ্তি নেই", - "see_all": "All notifications", - "mark_all_read": "Mark all read", - "back_to_home": "ফিরুন %1", - "outgoing_link": "বহির্গামী লিঙ্ক", - "outgoing_link_message": "You are now leaving %1", - "continue_to": "%1 তে আগান", - "return_to": "%1 এ ফেরত যান", - "new_notification": "You have a new notification", - "you_have_unread_notifications": "আপনার অপঠিত বিজ্ঞপ্তি আছে।", + "no-notifs": "আপনার নতুন কোন বিজ্ঞপ্তি নেই", + "see-all": "All notifications", + "mark-all-read": "Mark all read", + "back-to-home": "ফিরুন %1", + "outgoing-link": "বহির্গামী লিঙ্ক", + "outgoing-link-message": "You are now leaving %1", + "continue-to": "%1 তে আগান", + "return-to": "%1 এ ফেরত যান", + "new-notification": "You have a new notification", + "you-have-unread-notifications": "আপনার অপঠিত বিজ্ঞপ্তি আছে।", "all": "All", "topics": "Topics", + "tags": "Tags", "replies": "Replies", "chat": "Chats", "group-chat": "Group Chats", "public-chat": "Public Chats", "follows": "Follows", "upvote": "Upvotes", + "awards": "Awards", "new-flags": "New Flags", "my-flags": "Flags assigned to me", "bans": "Bans", - "new_message_from": "%1 থেকে নতুন বার্তা", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1 , %2 এ আপানার পোষ্টকে আপভোট করেছেন। ", - "upvoted_your_post_in_dual": "%1 and %2 have upvoted your post in %3.", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "%1 has moved your post to %2", - "moved_your_topic": "%1 has moved %2", - "user_flagged_post_in": "%1 flagged a post in %2", - "user_flagged_post_in_dual": "%1 and %2 flagged a post in %3", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1 flagged a user profile (%2)", - "user_flagged_user_dual": "%1 and %2 flagged a user profile (%3)", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "%1 একটি উত্তর দিয়েছেন: %2", - "user_posted_to_dual": "%1 and %2 have posted replies to: %3", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1 has posted a new topic: %2", - "user_edited_post": "%1 has edited a post in %2", - "user_started_following_you": "%1 আপনাকে অনুসরন করা শুরু করেছেন।", - "user_started_following_you_dual": "%1 and %2 started following you.", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1 sent a registration request.", - "new_register_multiple": "There are %1 registration requests awaiting review.", - "flag_assigned_to_you": "Flag %1 has been assigned to you", - "post_awaiting_review": "Post awaiting review", + "new-message-from": "%1 থেকে নতুন বার্তা", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 wrote in %3", + "user-posted-in-public-room-dual": "%1 and %2 wrote in %4", + "user-posted-in-public-room-triple": "%1, %2 and %3 wrote in %5", + "user-posted-in-public-room-multiple": "%1, %2 and %3 others wrote in %5", + "upvoted-your-post-in": "%1 , %2 এ আপানার পোষ্টকে আপভোট করেছেন।", + "upvoted-your-post-in-dual": "%1 and %2 have upvoted your post in %3.", + "upvoted-your-post-in-triple": "%1, %2 and %3 have upvoted your post in %4.", + "upvoted-your-post-in-multiple": "%1, %2 and %3 others have upvoted your post in %4.", + "moved-your-post": "%1 has moved your post to %2", + "moved-your-topic": "%1 has moved %2", + "user-flagged-post-in": "%1 flagged a post in %2", + "user-flagged-post-in-dual": "%1 and %2 flagged a post in %3", + "user-flagged-post-in-triple": "%1, %2 and %3 flagged a post in %4", + "user-flagged-post-in-multiple": "%1, %2 and %3 others flagged a post in %4", + "user-flagged-user": "%1 flagged a user profile (%2)", + "user-flagged-user-dual": "%1 and %2 flagged a user profile (%3)", + "user-flagged-user-triple": "%1, %2 and %3 flagged a user profile (%4)", + "user-flagged-user-multiple": "%1, %2 and %3 others flagged a user profile (%4)", + "user-posted-to": "%1 একটি উত্তর দিয়েছেন: %2", + "user-posted-to-dual": "%1 and %2 have posted replies to: %3", + "user-posted-to-triple": "%1, %2 and %3 have posted replies to: %4", + "user-posted-to-multiple": "%1, %2 and %3 others have posted replies to: %4", + "user-posted-topic": "%1 has posted a new topic: %2", + "user-edited-post": "%1 has edited a post in %2", + "user-posted-topic-with-tag": "%1 has posted a new topic with tag %2", + "user-posted-topic-with-tag-dual": "%1 has posted a new topic with tags %2 and %3", + "user-posted-topic-with-tag-triple": "%1 has posted a new topic with tags %2, %3 and %4", + "user-posted-topic-with-tag-multiple": "%1 has posted a new topic with tags %2", + "user-started-following-you": "%1 আপনাকে অনুসরন করা শুরু করেছেন।", + "user-started-following-you-dual": "%1 and %2 started following you.", + "user-started-following-you-triple": "%1, %2 and %3 started following you.", + "user-started-following-you-multiple": "%1, %2 and %3 others started following you.", + "new-register": "%1 sent a registration request.", + "new-register-multiple": "There are %1 registration requests awaiting review.", + "flag-assigned-to-you": "Flag %1 has been assigned to you", + "post-awaiting-review": "Post awaiting review", "profile-exported": "%1 profile exported, click to download", "posts-exported": "%1 posts exported, click to download", "uploads-exported": "%1 uploads exported, click to download", @@ -66,22 +75,24 @@ "email-confirm-error-message": "আপনার ইমেল ঠিকানার বৈধতা যাচাইয়ে একটি সমস্যা হয়েছে। সম্ভবত কোডটি ভুল ছিল অথবা কোডের মেয়াদ শেষ হয়ে গিয়েছে।", "email-confirm-sent": "নিশ্চিতকরণ ইমেইল পাঠানো হয়েছে।", "none": "None", - "notification_only": "Notification Only", - "email_only": "Email Only", - "notification_and_email": "Notification & Email", - "notificationType_upvote": "When someone upvotes your post", - "notificationType_new-topic": "When someone you follow posts a topic", - "notificationType_new-reply": "When a new reply is posted in a topic you are watching", - "notificationType_post-edit": "When a post is edited in a topic you are watching", - "notificationType_follow": "When someone starts following you", - "notificationType_new-chat": "When you receive a chat message", - "notificationType_new-group-chat": "When you receive a group chat message", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "When you receive a group invite", - "notificationType_group-leave": "When a user leaves your group", - "notificationType_group-request-membership": "When someone requests to join a group you own", - "notificationType_new-register": "When someone gets added to registration queue", - "notificationType_post-queue": "When a new post is queued", - "notificationType_new-post-flag": "When a post is flagged", - "notificationType_new-user-flag": "When a user is flagged" + "notification-only": "Notification Only", + "email-only": "Email Only", + "notification-and-email": "Notification & Email", + "notificationType-upvote": "When someone upvotes your post", + "notificationType-new-topic": "When someone you follow posts a topic", + "notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow", + "notificationType-new-reply": "When a new reply is posted in a topic you are watching", + "notificationType-post-edit": "When a post is edited in a topic you are watching", + "notificationType-follow": "When someone starts following you", + "notificationType-new-chat": "When you receive a chat message", + "notificationType-new-group-chat": "When you receive a group chat message", + "notificationType-new-public-chat": "When you receive a public group chat message", + "notificationType-group-invite": "When you receive a group invite", + "notificationType-group-leave": "When a user leaves your group", + "notificationType-group-request-membership": "When someone requests to join a group you own", + "notificationType-new-register": "When someone gets added to registration queue", + "notificationType-post-queue": "When a new post is queued", + "notificationType-new-post-flag": "When a post is flagged", + "notificationType-new-user-flag": "When a user is flagged", + "notificationType-new-reward": "When you earn a new reward" } \ No newline at end of file diff --git a/public/language/bn/pages.json b/public/language/bn/pages.json index 7ae4b12b33..3dfa2775d7 100644 --- a/public/language/bn/pages.json +++ b/public/language/bn/pages.json @@ -47,7 +47,8 @@ "account/latest-posts": "Latest posts made by %1", "account/topics": "Topics created by %1", "account/groups": "%1's Groups", - "account/watched_categories": "%1's Watched Categories", + "account/watched-categories": "%1's Watched Categories", + "account/watched-tags": "%1's Watched Tags", "account/bookmarks": "%1's Bookmarked Posts", "account/settings": "User Settings", "account/settings-of": "Changing settings of %1", diff --git a/public/language/bn/recent.json b/public/language/bn/recent.json index 7df8276012..f70b795c7b 100644 --- a/public/language/bn/recent.json +++ b/public/language/bn/recent.json @@ -4,8 +4,8 @@ "week": "সপ্তাহ", "month": "মাস", "year": "বছর", - "alltime": "সবসময় ", - "no_recent_topics": "কোন সাম্প্রতিক টপিক নেই। ", - "no_popular_topics": "There are no popular topics.", + "alltime": "সবসময়", + "no-recent-topics": "কোন সাম্প্রতিক টপিক নেই।", + "no-popular-topics": "There are no popular topics.", "load-new-posts": "Load new posts" } \ No newline at end of file diff --git a/public/language/bn/register.json b/public/language/bn/register.json index 39d4e7fff4..85e64a6174 100644 --- a/public/language/bn/register.json +++ b/public/language/bn/register.json @@ -1,32 +1,32 @@ { "register": "নিবন্ধন", "already-have-account": "Already have an account?", - "cancel_registration": "নিবন্ধন বাতিল", + "cancel-registration": "নিবন্ধন বাতিল", "help.email": "ডিফল্টভাবে, আপনার ইমেইল সর্বসাধারণ থেকে লুকানো থাকবে।", - "help.username_restrictions": "%1 এবং %2 অক্ষরের মাঝে একটি অনন্য সদস্য নাম। বাকিরা আপনাকে @নাম দিয়ে উল্লেখ করতে পারবেন।", - "help.minimum_password_length": "আপনার পাসওয়ার্ড এর দৈর্ঘ্য অন্তত %1 অক্ষরের হতে হবে।", - "email_address": "ইমেইল অ্যাড্রেস", - "email_address_placeholder": "ইমেইল অ্যাড্রেস লিখুন", + "help.username-restrictions": "%1 এবং %2 অক্ষরের মাঝে একটি অনন্য সদস্য নাম। বাকিরা আপনাকে @নাম দিয়ে উল্লেখ করতে পারবেন।", + "help.minimum-password-length": "আপনার পাসওয়ার্ড এর দৈর্ঘ্য অন্তত %1 অক্ষরের হতে হবে।", + "email-address": "ইমেইল অ্যাড্রেস", + "email-address-placeholder": "ইমেইল অ্যাড্রেস লিখুন", "username": "ইউজারনেম", - "username_placeholder": "ইউজারনেম লিখুন", + "username-placeholder": "ইউজারনেম লিখুন", "password": "পাসওয়ার্ড", - "password_placeholder": "পাসওয়ার্ড লিখুন", - "confirm_password": "পাসওয়ার্ড নিশ্চিত করুন", - "confirm_password_placeholder": "পাসওয়ার্ড নিশ্চিত করুন", - "register_now_button": "নিবন্ধন করুন", - "alternative_registration": "বিকল্প নিবন্ধন", - "terms_of_use": "নিয়মাবলী", - "agree_to_terms_of_use": "আমি নিয়মাবলী মেনে চলতে সম্মতি জানালাম", - "terms_of_use_error": "আপনাকে অবশ্যই ব্যাবহার নীতিমালায় সম্মত হতে হবে।", - "registration-added-to-queue": "আপনার নিবন্ধনটি এ্যাপ্লুভাল তালিকায় যুক্ত হয়েছে। একজন এডমিনিস্ট্রেটর কর্তৃক নিবন্ধন গৃহীত হলে আপনি একটি মেইল পাবেন। ", + "password-placeholder": "পাসওয়ার্ড লিখুন", + "confirm-password": "পাসওয়ার্ড নিশ্চিত করুন", + "confirm-password-placeholder": "পাসওয়ার্ড নিশ্চিত করুন", + "register-now-button": "নিবন্ধন করুন", + "alternative-registration": "বিকল্প নিবন্ধন", + "terms-of-use": "নিয়মাবলী", + "agree-to-terms-of-use": "আমি নিয়মাবলী মেনে চলতে সম্মতি জানালাম", + "terms-of-use-error": "আপনাকে অবশ্যই ব্যাবহার নীতিমালায় সম্মত হতে হবে।", + "registration-added-to-queue": "আপনার নিবন্ধনটি এ্যাপ্লুভাল তালিকায় যুক্ত হয়েছে। একজন এডমিনিস্ট্রেটর কর্তৃক নিবন্ধন গৃহীত হলে আপনি একটি মেইল পাবেন।", "registration-queue-average-time": "Our average time for approving memberships is %1 hours %2 minutes.", "registration-queue-auto-approve-time": "Your membership to this forum will be fully activated in up to %1 hours.", "interstitial.intro": "We'd like some additional information in order to update your account…", "interstitial.intro-new": "We'd like some additional information before we can create your account…", "interstitial.errors-found": "Please review the entered information:", - "gdpr_agree_data": "I consent to the collection and processing of my personal information on this website.", - "gdpr_agree_email": "I consent to receive digest and notification emails from this website.", - "gdpr_consent_denied": "You must give consent to this site to collect/process your information, and to send you emails.", + "gdpr-agree-data": "I consent to the collection and processing of my personal information on this website.", + "gdpr-agree-email": "I consent to receive digest and notification emails from this website.", + "gdpr-consent-denied": "You must give consent to this site to collect/process your information, and to send you emails.", "invite.error-admin-only": "Direct user registration has been disabled. Please contact an administrator for more details.", "invite.error-invite-only": "Direct user registration has been disabled. You must be invited by an existing user in order to access this forum.", "invite.error-invalid-data": "The registration data received does not correspond to our records. Please contact an administrator for more details" diff --git a/public/language/bn/reset_password.json b/public/language/bn/reset_password.json index 6d37d943a5..edaac83020 100644 --- a/public/language/bn/reset_password.json +++ b/public/language/bn/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "পাসওয়ার্ড রিসেট", - "update_password": "পাসওয়ার্ড হালনাগাদ", - "password_changed.title": "পাসওয়ার্ড পরিবর্তন করা হয়েছে", - "password_changed.message": "

পাসওয়ার্ড সফলভাবে রিসেট করা হয়েছে, পুনরায় প্রবেশ করুন।", - "wrong_reset_code.title": "ভুল রিসেট কোড", - "wrong_reset_code.message": "প্রাপ্ত রিসেট কোডটি ভুল ছিল। আবার চেষ্টা করুন, অথবা একটি নতুন রিসেট কোড অনুরোধ করুন।", - "new_password": "নতুন পাসওয়ার্ড", - "repeat_password": "পাসওয়ার্ড নিশ্চিত করুন", - "changing_password": "Changing Password", - "enter_email": "অনুগ্রহপূর্বক আপনার ইমেইল এড্রেস প্রদান করুন, আমরা আপনাকে আপনার পাসওয়ার্ড রিসেট সম্পর্কিত তথ্যাবলী ইমেইলে পাঠিয়ে দিবো। ", - "enter_email_address": "আপনার ইমেইল এড্রেস", - "password_reset_sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", - "invalid_email": "ভুল ইমেইল / ইমেইল ডেটাবেইজে নেই", - "password_too_short": "The password entered is too short, please pick a different password.", - "passwords_do_not_match": "The two passwords you've entered do not match.", - "password_expired": "Your password has expired, please choose a new password" + "reset-password": "পাসওয়ার্ড রিসেট", + "update-password": "পাসওয়ার্ড হালনাগাদ", + "password-changed.title": "পাসওয়ার্ড পরিবর্তন করা হয়েছে", + "password-changed.message": "

পাসওয়ার্ড সফলভাবে রিসেট করা হয়েছে, পুনরায় প্রবেশ করুন।", + "wrong-reset-code.title": "ভুল রিসেট কোড", + "wrong-reset-code.message": "প্রাপ্ত রিসেট কোডটি ভুল ছিল। আবার চেষ্টা করুন, অথবা একটি নতুন রিসেট কোড অনুরোধ করুন।", + "new-password": "নতুন পাসওয়ার্ড", + "repeat-password": "পাসওয়ার্ড নিশ্চিত করুন", + "changing-password": "Changing Password", + "enter-email": "অনুগ্রহপূর্বক আপনার ইমেইল এড্রেস প্রদান করুন, আমরা আপনাকে আপনার পাসওয়ার্ড রিসেট সম্পর্কিত তথ্যাবলী ইমেইলে পাঠিয়ে দিবো।", + "enter-email-address": "আপনার ইমেইল এড্রেস", + "password-reset-sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", + "invalid-email": "ভুল ইমেইল / ইমেইল ডেটাবেইজে নেই", + "password-too-short": "The password entered is too short, please pick a different password.", + "passwords-do-not-match": "The two passwords you've entered do not match.", + "password-expired": "Your password has expired, please choose a new password" } \ No newline at end of file diff --git a/public/language/bn/rewards.json b/public/language/bn/rewards.json new file mode 100644 index 0000000000..f923cf1500 --- /dev/null +++ b/public/language/bn/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "You have been awarded %1 reputation", + "awarded-group-membership": "You have been added to the group %1", + + "essentials/user.reputation-conditional-value": "(Reputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Post Count %1 %2)", + "essentials/user.lastonline-conditional-value": "(Last Online %1 %2)", + "essentials/user.joindate-conditional-value": "(Join Date %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Days Registered %1 %2)" +} \ No newline at end of file diff --git a/public/language/bn/search.json b/public/language/bn/search.json index e75eafe6e3..4b9b3b9899 100644 --- a/public/language/bn/search.json +++ b/public/language/bn/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Type to search", - "results_matching": "\"%2\" এর সাথে মিলিয়ে %1 ফলাফল পাওয়া গেছে, ( %3 seconds সময় লেগেছে )", + "results-matching": "\"%2\" এর সাথে মিলিয়ে %1 ফলাফল পাওয়া গেছে, ( %3 seconds সময় লেগেছে )", "no-matches": "কোন মিল খুঁজে পাওয়া যায় নি", "advanced-search": "এডভান্সড সার্চ", "in": "এর মধ্যে", @@ -101,7 +101,7 @@ "clear-preferences": "Clear preferences", "search-preferences-saved": "Search preferences saved", "search-preferences-cleared": "Search preferences cleared", - "show-results-as": "ফলাফল দেখানো হোক : ", + "show-results-as": "ফলাফল দেখানো হোক :", "show-results-as-topics": "Show results as topics", "show-results-as-posts": "Show results as posts", "see-more-results": "See more results (%1)", diff --git a/public/language/bn/success.json b/public/language/bn/success.json index 7e8f468f6a..cc1f45d874 100644 --- a/public/language/bn/success.json +++ b/public/language/bn/success.json @@ -1,7 +1,7 @@ { "success": "সফল হয়েছে", - "topic-post": "আপনি সফলভাবে পোষ্ট করেছেন। ", + "topic-post": "আপনি সফলভাবে পোষ্ট করেছেন।", "post-queued": "Your post is queued for approval. You will get a notification when it is accepted or rejected.", "authentication-successful": "অথেন্টিকেশন সফল হয়েছে", - "settings-saved": "সেটিংস সেভ করা হয়েছে। " + "settings-saved": "সেটিংস সেভ করা হয়েছে।" } \ No newline at end of file diff --git a/public/language/bn/tags.json b/public/language/bn/tags.json index af42dd9385..727096a6ba 100644 --- a/public/language/bn/tags.json +++ b/public/language/bn/tags.json @@ -1,11 +1,17 @@ { "all-tags": "All tags", - "no_tag_topics": "এই ট্যাগ সম্বলিত কোন টপিক নেই", + "no-tag-topics": "এই ট্যাগ সম্বলিত কোন টপিক নেই", "no-tags-found": "No tags found", "tags": "ট্যাগসমূহ", - "enter_tags_here": "Enter tags here, between %1 and %2 characters each.", - "enter_tags_here_short": "ট্যাগ বসান", - "no_tags": "এখন পর্যন্ত কোন ট্যাগ নেই", - "select_tags": "Select Tags", - "tag-whitelist": "Tag Whitelist" + "enter-tags-here": "Enter tags here, between %1 and %2 characters each.", + "enter-tags-here-short": "ট্যাগ বসান", + "no-tags": "এখন পর্যন্ত কোন ট্যাগ নেই", + "select-tags": "Select Tags", + "tag-whitelist": "Tag Whitelist", + "watching": "Watching", + "not-watching": "Not Watching", + "watching.description": "Notify me of new topics.", + "not-watching.description": "Do not notify me of new topics.", + "following-tag.message": "You will now be receiving notifications when somebody posts a topic with this tag.", + "not-following-tag.message": "You will not receive notifications when somebody posts a topic with this tag." } \ No newline at end of file diff --git a/public/language/bn/themes/harmony.json b/public/language/bn/themes/harmony.json index f915155306..5e0a65f946 100644 --- a/public/language/bn/themes/harmony.json +++ b/public/language/bn/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page", "settings.autohideBottombar": "Auto hide bottom bar", "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down", + "settings.openSidebars": "Open sidebars", "settings.chatModals": "Enable chat modals" } \ No newline at end of file diff --git a/public/language/bn/top.json b/public/language/bn/top.json index b8a05bfa5f..6e1e05674e 100644 --- a/public/language/bn/top.json +++ b/public/language/bn/top.json @@ -1,4 +1,4 @@ { "title": "Top", - "no_top_topics": "No top topics" + "no-top-topics": "No top topics" } \ No newline at end of file diff --git a/public/language/bn/topic.json b/public/language/bn/topic.json index 2d59e3907c..13bc1c8500 100644 --- a/public/language/bn/topic.json +++ b/public/language/bn/topic.json @@ -1,20 +1,20 @@ { "topic": "টপিক", "title": "Title", - "no_topics_found": "কোন টপিক পাওয়া যায়নি!", - "no_posts_found": "কোন পোস্ট পাওয়া যায়নি", - "post_is_deleted": "এই পোস্টটি মুছে ফেলা হয়েছে!", - "topic_is_deleted": "This topic is deleted!", - "profile": "প্রোফাইল ", - "posted_by": "পোস্ট করেছেন %1", - "posted_by_guest": "অতিথি পোস্ট ", + "no-topics-found": "কোন টপিক পাওয়া যায়নি!", + "no-posts-found": "কোন পোস্ট পাওয়া যায়নি", + "post-is-deleted": "এই পোস্টটি মুছে ফেলা হয়েছে!", + "topic-is-deleted": "This topic is deleted!", + "profile": "প্রোফাইল", + "posted-by": "পোস্ট করেছেন %1", + "posted-by-guest": "অতিথি পোস্ট", "chat": "আলাপচারি", - "notify_me": "এই টপিকে নতুন উত্তর আসলে জানুন", + "notify-me": "এই টপিকে নতুন উত্তর আসলে জানুন", "quote": "উদ্ধৃতি", "reply": "উত্তর", - "replies_to_this_post": "%1 Replies", - "one_reply_to_this_post": "1 Reply", - "last_reply_time": "Last reply", + "replies-to-this-post": "%1 Replies", + "one-reply-to-this-post": "1 Reply", + "last-reply-time": "Last reply", "reply-as-topic": "Reply as topic", "guest-login-reply": "Log in to reply", "login-to-view": "🔒 Log in to view", @@ -64,129 +64,130 @@ "user-referenced-topic-on": "%1 referenced this topic on %3", "user-forked-topic-ago": "%1 forked this topic %3", "user-forked-topic-on": "%1 forked this topic on %3", - "bookmark_instructions": "Click here to return to the last read post in this thread.", + "bookmark-instructions": "Click here to return to the last read post in this thread.", "flag-post": "Flag this post", "flag-user": "Flag this user", "already-flagged": "Already Flagged", "view-flag-report": "View Flag Report", "resolve-flag": "Resolve Flag", - "merged_message": "This topic has been merged into %2", - "deleted_message": "এই টপিকটি মুছে ফেলা হয়েছে। শুধুমাত্র টপিক ব্যবস্থাপনার ক্ষমতাপ্রাপ্ত সদস্যগণ এটি দেখতে পারবেন।", - "following_topic.message": "এখন থেকে এই টপিকে অন্যকেউ পোস্ট করলে আপনি নোটিফিকেশন পাবেন।", - "not_following_topic.message": "You will see this topic in the unread topics list, but you will not receive notifications when somebody posts to this topic.", - "ignoring_topic.message": "You will no longer see this topic in the unread topics list. You will be notified when you are mentioned or your post is up voted.", - "login_to_subscribe": "এই টপিকে সাবস্ক্রাইব করতে চাইলে অনুগ্রহ করে নিবন্ধণ করুন অথবা প্রবেশ করুন।", + "merged-message": "This topic has been merged into %2", + "forked-message": "This topic was forked from %2", + "deleted-message": "এই টপিকটি মুছে ফেলা হয়েছে। শুধুমাত্র টপিক ব্যবস্থাপনার ক্ষমতাপ্রাপ্ত সদস্যগণ এটি দেখতে পারবেন।", + "following-topic.message": "এখন থেকে এই টপিকে অন্যকেউ পোস্ট করলে আপনি নোটিফিকেশন পাবেন।", + "not-following-topic.message": "You will see this topic in the unread topics list, but you will not receive notifications when somebody posts to this topic.", + "ignoring-topic.message": "You will no longer see this topic in the unread topics list. You will be notified when you are mentioned or your post is up voted.", + "login-to-subscribe": "এই টপিকে সাবস্ক্রাইব করতে চাইলে অনুগ্রহ করে নিবন্ধণ করুন অথবা প্রবেশ করুন।", "markAsUnreadForAll.success": "টপিকটি সবার জন্য অপঠিত হিসাবে মার্ক করুন।", - "mark_unread": "Mark unread", - "mark_unread.success": "Topic marked as unread.", + "mark-unread": "Mark unread", + "mark-unread.success": "Topic marked as unread.", "watch": "দেখা", "unwatch": "অদেখা", "watch.title": "এই টপিকে নতুন উত্তর এলে বিজ্ঞাপণের মাধ্যমে জানুন।", "unwatch.title": "এই টপিক দেখা বন্ধ করুন", - "share_this_post": "এই পোষ্টটি শেয়ার করুন", + "share-this-post": "এই পোষ্টটি শেয়ার করুন", "watching": "Watching", "not-watching": "Not Watching", "ignoring": "Ignoring", "watching.description": "Notify me of new replies.
Show topic in unread.", "not-watching.description": "Do not notify me of new replies.
Show topic in unread if category is not ignored.", "ignoring.description": "Do not notify me of new replies.
Do not show topic in unread.", - "thread_tools.title": "টপিক সম্পর্কিত টুলস", - "thread_tools.markAsUnreadForAll": "Mark Unread For All", - "thread_tools.pin": "টপিক পিন করুন", - "thread_tools.unpin": "টপিক আনপিন করুন", - "thread_tools.lock": "টপিক বন্ধ করুন", - "thread_tools.unlock": "টপিক খুলে দিন", - "thread_tools.move": "টপিক সরান", - "thread_tools.move-posts": "Move Posts", - "thread_tools.move_all": "সমস্ত টপিক সরান", - "thread_tools.change_owner": "Change Owner", - "thread_tools.select_category": "Select Category", - "thread_tools.fork": "টপিক ফর্ক করুন", - "thread_tools.tag": "Tag Topic", - "thread_tools.delete": "টপিক মুছে ফেলুন", - "thread_tools.delete-posts": "Delete Posts", - "thread_tools.delete_confirm": "আপনি নিশ্চিত যে আপনি এই টপিকটি মুছে ফেলতে চান?", - "thread_tools.restore": "টপিক পুনরূদ্ধার করুন", - "thread_tools.restore_confirm": "আপনি নিশ্চিত যে আপনি টপিকটি পুনরূদ্ধার করতে চান?", - "thread_tools.purge": "টপিক পার্জ করুন", - "thread_tools.purge_confirm": "আপনি নিশ্চিত যে আপনি টপিকটি পার্জ করতে চাচ্ছেন ? ", - "thread_tools.merge_topics": "Merge Topics", - "thread_tools.merge": "Merge Topic", - "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_undone": "Topic move undone", - "topic_move_posts_success": "Posts will be moved shortly. Click here to undo.", - "topic_move_posts_undone": "Post move undone", - "post_delete_confirm": "আপনি নিশ্চিত যে আপনি এই পোষ্টটি মুছে ফেলতে চান ?", - "post_restore_confirm": "আপনি নিশ্চিত যে আপনি এই পোষ্টটি পুনরূূদ্ধার করতে চান ? ", - "post_purge_confirm": "আপনি নিশ্চিত যে আপনি এই পোষ্টটি পার্জ করতে চান ? ", + "thread-tools.title": "টপিক সম্পর্কিত টুলস", + "thread-tools.markAsUnreadForAll": "Mark Unread For All", + "thread-tools.pin": "টপিক পিন করুন", + "thread-tools.unpin": "টপিক আনপিন করুন", + "thread-tools.lock": "টপিক বন্ধ করুন", + "thread-tools.unlock": "টপিক খুলে দিন", + "thread-tools.move": "টপিক সরান", + "thread-tools.move-posts": "Move Posts", + "thread-tools.move-all": "সমস্ত টপিক সরান", + "thread-tools.change-owner": "Change Owner", + "thread-tools.select-category": "Select Category", + "thread-tools.fork": "টপিক ফর্ক করুন", + "thread-tools.tag": "Tag Topic", + "thread-tools.delete": "টপিক মুছে ফেলুন", + "thread-tools.delete-posts": "Delete Posts", + "thread-tools.delete-confirm": "আপনি নিশ্চিত যে আপনি এই টপিকটি মুছে ফেলতে চান?", + "thread-tools.restore": "টপিক পুনরূদ্ধার করুন", + "thread-tools.restore-confirm": "আপনি নিশ্চিত যে আপনি টপিকটি পুনরূদ্ধার করতে চান?", + "thread-tools.purge": "টপিক পার্জ করুন", + "thread-tools.purge-confirm": "আপনি নিশ্চিত যে আপনি টপিকটি পার্জ করতে চাচ্ছেন ?", + "thread-tools.merge-topics": "Merge Topics", + "thread-tools.merge": "Merge Topic", + "topic-move-success": "This topic will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-multiple-success": "These topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-all-success": "All topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-undone": "Topic move undone", + "topic-move-posts-success": "Posts will be moved shortly. Click here to undo.", + "topic-move-posts-undone": "Post move undone", + "post-delete-confirm": "আপনি নিশ্চিত যে আপনি এই পোষ্টটি মুছে ফেলতে চান ?", + "post-restore-confirm": "আপনি নিশ্চিত যে আপনি এই পোষ্টটি পুনরূূদ্ধার করতে চান ?", + "post-purge-confirm": "আপনি নিশ্চিত যে আপনি এই পোষ্টটি পার্জ করতে চান ?", "pin-modal-expiry": "Expiration Date", "pin-modal-help": "You can optionally set an expiration date for the pinned topic(s) here. Alternatively, you can leave this field blank to have the topic stay pinned until it is manually unpinned.", - "load_categories": "ক্যাটাগরী লোড করা হচ্ছে", - "confirm_move": "সরান", - "confirm_fork": "ফর্ক", + "load-categories": "ক্যাটাগরী লোড করা হচ্ছে", + "confirm-move": "সরান", + "confirm-fork": "ফর্ক", "bookmark": "Bookmark", "bookmarks": "Bookmarks", - "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.", + "bookmarks.has-no-bookmarks": "You haven't bookmarked any posts yet.", "copy-permalink": "Copy Permalink", - "loading_more_posts": "আরো পোষ্ট লোড করা হচ্ছে", - "move_topic": "টপিক সরান", - "move_topics": "টপিক সমূহ সরান", - "move_post": "পোষ্ট সরান", - "post_moved": "পোষ্ট সরানো হয়েছে", - "fork_topic": "টপিক ফর্ক করুন", + "loading-more-posts": "আরো পোষ্ট লোড করা হচ্ছে", + "move-topic": "টপিক সরান", + "move-topics": "টপিক সমূহ সরান", + "move-post": "পোষ্ট সরান", + "post-moved": "পোষ্ট সরানো হয়েছে", + "fork-topic": "টপিক ফর্ক করুন", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", - "fork_no_pids": "কোন পোষ্ট সিলেক্ট করা হয় নি", + "fork-topic-instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", + "fork-no-pids": "কোন পোষ্ট সিলেক্ট করা হয় নি", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", "x-posts-will-be-moved-to-y": "%1 post(s) will be moved to \"%2\"", - "fork_pid_count": "%1 post(s) selected", - "fork_success": "টপিক ফর্ক করা হয়েছে। ফর্ক করা টপিকে যেতে এখানে ক্লিক করুন", - "delete_posts_instruction": "Click the posts you want to delete/purge", - "merge_topics_instruction": "Click the topics you want to merge or search for them", + "fork-pid-count": "%1 post(s) selected", + "fork-success": "টপিক ফর্ক করা হয়েছে। ফর্ক করা টপিকে যেতে এখানে ক্লিক করুন", + "delete-posts-instruction": "Click the posts you want to delete/purge", + "merge-topics-instruction": "Click the topics you want to merge or search for them", "merge-topic-list-title": "List of topics to be merged", "merge-options": "Merge options", "merge-select-main-topic": "Select the main topic", "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", - "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", - "move_topic_instruction": "Select the target category and then click move", - "change_owner_instruction": "Click the posts you want to assign to another user", - "composer.title_placeholder": "আপনার টপিকের শিরোনাম দিন", - "composer.handle_placeholder": "Enter your name/handle here", + "move-posts-instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move-topic-instruction": "Select the target category and then click move", + "change-owner-instruction": "Click the posts you want to assign to another user", + "composer.title-placeholder": "আপনার টপিকের শিরোনাম দিন", + "composer.handle-placeholder": "Enter your name/handle here", "composer.hide": "Hide", "composer.discard": "বাতিল", "composer.submit": "সাবমিট", "composer.additional-options": "Additional Options", "composer.post-later": "Post Later", "composer.schedule": "Schedule", - "composer.replying_to": "%1 এর উত্তরে:", - "composer.new_topic": "নতুন টপিক", + "composer.replying-to": "%1 এর উত্তরে:", + "composer.new-topic": "নতুন টপিক", "composer.editing-in": "Editing post in %1", "composer.uploading": "আপলোডিং", - "composer.thumb_url_label": "টপিকে থাম্বনেইল URL পেষ্ট করুন", - "composer.thumb_title": "এই টপিকে থাম্বনেইল যোগ করুন", - "composer.thumb_url_placeholder": "http://example.com/thumb.png", - "composer.thumb_file_label": "অথবা একটি ফাইল আপলোড করুন", - "composer.thumb_remove": "ফিল্ড ক্লিয়ার করুন", - "composer.drag_and_drop_images": "ছবি এখানে ড্র্যাগ করে এনে ছেড়ে দিন", - "more_users_and_guests": "%1 more user(s) and %2 guest(s)", - "more_users": "%1 more user(s)", - "more_guests": "%1 more guest(s)", - "users_and_others": "%1 and %2 others", - "sort_by": "সাজানোর ভিত্তি:", - "oldest_to_newest": "পুরাতন থেকে নতুন", - "newest_to_oldest": "নতুন থেকে পুরাতন", - "most_votes": "Most Votes", - "most_posts": "Most Posts", - "most_views": "Most Views", + "composer.thumb-url-label": "টপিকে থাম্বনেইল URL পেষ্ট করুন", + "composer.thumb-title": "এই টপিকে থাম্বনেইল যোগ করুন", + "composer.thumb-url-placeholder": "http://example.com/thumb.png", + "composer.thumb-file-label": "অথবা একটি ফাইল আপলোড করুন", + "composer.thumb-remove": "ফিল্ড ক্লিয়ার করুন", + "composer.drag-and-drop-images": "ছবি এখানে ড্র্যাগ করে এনে ছেড়ে দিন", + "more-users-and-guests": "%1 more user(s) and %2 guest(s)", + "more-users": "%1 more user(s)", + "more-guests": "%1 more guest(s)", + "users-and-others": "%1 and %2 others", + "sort-by": "সাজানোর ভিত্তি:", + "oldest-to-newest": "পুরাতন থেকে নতুন", + "newest-to-oldest": "নতুন থেকে পুরাতন", + "most-votes": "Most Votes", + "most-posts": "Most Posts", + "most-views": "Most Views", "stale.title": "Create new topic instead?", "stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?", "stale.create": "Create a new topic", - "stale.reply_anyway": "Reply to this topic anyway", - "link_back": "Re: [%1](%2)", + "stale.reply-anyway": "Reply to this topic anyway", + "link-back": "Re: [%1](%2)", "diffs.title": "Post Edit History", "diffs.description": "This post has %1 revisions. Click one of the revisions below to see the post content at that point in time.", "diffs.no-revisions-description": "This post has %1 revisions.", @@ -197,8 +198,8 @@ "diffs.post-restored": "Post successfully restored to earlier revision", "diffs.delete": "Delete this revision", "diffs.deleted": "Revision deleted", - "timeago_later": "%1 later", - "timeago_earlier": "%1 earlier", + "timeago-later": "%1 later", + "timeago-earlier": "%1 earlier", "first-post": "First post", "last-post": "Last post", "go-to-my-next-post": "Go to my next post", diff --git a/public/language/bn/unread.json b/public/language/bn/unread.json index 96d8b7b4c1..d43ad38b49 100644 --- a/public/language/bn/unread.json +++ b/public/language/bn/unread.json @@ -1,12 +1,12 @@ { "title": "অপঠিত", - "no_unread_topics": "কোন অপঠিত টপিক নেই", - "load_more": "আরো লোড করুন", - "mark_as_read": "পঠিত হিসেবে চিহ্নিত করুন", + "no-unread-topics": "কোন অপঠিত টপিক নেই", + "load-more": "আরো লোড করুন", + "mark-as-read": "পঠিত হিসেবে চিহ্নিত করুন", "selected": "নির্বাচিত", "all": "সবগুলো", - "all_categories": "All categories", - "topics_marked_as_read.success": "পঠিত হিসেবে চিহ্নিত টপিকসমূহ", + "all-categories": "All categories", + "topics-marked-as-read.success": "পঠিত হিসেবে চিহ্নিত টপিকসমূহ", "all-topics": "All Topics", "new-topics": "New Topics", "watched-topics": "Watched Topics", diff --git a/public/language/bn/user.json b/public/language/bn/user.json index 8a44310913..af41374c3c 100644 --- a/public/language/bn/user.json +++ b/public/language/bn/user.json @@ -7,22 +7,22 @@ "joindate": "নিবন্ধন তারিখ", "postcount": "সর্বমোট পোষ্ট", "email": "ইমেইল", - "confirm_email": "ইমেইল নিশ্চিত করুন", - "account_info": "Account Info", - "admin_actions_label": "Administrative Actions", - "ban_account": "একাউন্ট নিষিদ্ধ করুন", - "ban_account_confirm": "আপনি কি নিশ্চিত যে এই সদস্যকে নিষিদ্ধ করতে চান ?", - "unban_account": "নিষেদ্ধাজ্ঞা তুলে নিন", - "mute_account": "Mute Account", - "unmute_account": "Unmute Account", - "delete_account": "একাউন্ট মুছে ফেলুন", - "delete_account_as_admin": "Delete Account", - "delete_content": "Delete Account Content", - "delete_all": "Delete Account and Content", - "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", - "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", - "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", - "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "confirm-email": "ইমেইল নিশ্চিত করুন", + "account-info": "Account Info", + "admin-actions-label": "Administrative Actions", + "ban-account": "একাউন্ট নিষিদ্ধ করুন", + "ban-account-confirm": "আপনি কি নিশ্চিত যে এই সদস্যকে নিষিদ্ধ করতে চান ?", + "unban-account": "নিষেদ্ধাজ্ঞা তুলে নিন", + "mute-account": "Mute Account", + "unmute-account": "Unmute Account", + "delete-account": "একাউন্ট মুছে ফেলুন", + "delete-account-as-admin": "Delete Account", + "delete-content": "Delete Account Content", + "delete-all": "Delete Account and Content", + "delete-account-confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", + "delete-this-account-confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", + "delete-account-content-confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "delete-all-confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", "account-deleted": "একাউন্ট মুছে ফেলা হয়েছে", "account-content-deleted": "Account content deleted", "fullname": "পুর্ণ নাম", @@ -32,11 +32,12 @@ "joined": "যোগদান করেছেন", "lastonline": "সর্বশেষ অনলাইনে ছিলেন", "profile": "প্রোফাইল", - "profile_views": "প্রোফাইল দেখেছেন", + "profile-views": "প্রোফাইল দেখেছেন", "reputation": "সন্মাননা", "bookmarks": "Bookmarks", - "watched_categories": "Watched categories", - "change_all": "Change All", + "watched-categories": "Watched categories", + "watched-tags": "Watched tags", + "change-all": "Change All", "watched": "দেখা হয়েছে", "ignored": "Ignored", "default-category-watch-state": "Default category watch state", @@ -44,83 +45,84 @@ "following": "যারা আপনাকে অনুসরণ করছে", "blocks": "Blocks", "blocked-users": "Blocked users", - "block_toggle": "Toggle Block", - "block_user": "Block User", - "unblock_user": "Unblock User", - "aboutme": "আমার সম্পর্কে: ", + "block-toggle": "Toggle Block", + "block-user": "Block User", + "unblock-user": "Unblock User", + "aboutme": "আমার সম্পর্কে:", "signature": "স্বাক্ষর", "birthday": "জন্মদিন", "chat": "বার্তালাপ", - "chat_with": "Continue chat with %1", - "new_chat_with": "Start new chat with %1", + "chat-with": "Continue chat with %1", + "new-chat-with": "Start new chat with %1", "flag-profile": "Flag Profile", "follow": "অনুসরন করুন", "unfollow": "অনুসরন করা থেকে বিরত থাকুন", "more": "আরো...", - "profile_update_success": "প্রোফাইল আপডেট সফল হয়েছে", - "change_picture": "ছবি পরিবর্তন", - "change_username": "ইউজারনেম পরিবর্তন করুন", - "change_email": "ইমেইল পরিবর্তন করুন", - "email_same_as_password": "Please enter your current password to continue – you've entered your new email again", + "profile-update-success": "প্রোফাইল আপডেট সফল হয়েছে", + "change-picture": "ছবি পরিবর্তন", + "change-username": "ইউজারনেম পরিবর্তন করুন", + "change-email": "ইমেইল পরিবর্তন করুন", + "email-updated": "Email Updated", + "email-same-as-password": "Please enter your current password to continue – you've entered your new email again", "edit": "সম্পাদনা", "edit-profile": "Edit Profile", - "default_picture": "ডিফল্ট আইকন", - "uploaded_picture": "ছবি আপলোড করুন", - "upload_new_picture": "নতুন ছবি আপলোড করুন", - "upload_new_picture_from_url": "URL থেকে নতুন ছবি আপলোড করুন", - "current_password": "বর্তমান পাসওয়ার্ড", - "new_password": "New Password", - "change_password": "পাসওয়ার্ড পরিবর্তন", - "change_password_error": "অগ্রহনযোগ্য পাসওয়ার্ড", - "change_password_error_wrong_current": "আপনার পাসওয়ার্ড সঠিক নয়", - "change_password_error_match": "পাসওয়ার্ড অবশ্যই একই হতে হবে", - "change_password_error_privileges": "আপনার পাসওয়ার্ড পরিবর্তন করার অনুমতি নেই", - "change_password_success": "আপনার পাসওয়ার্ড আপডেট করা হয়েছে", - "confirm_password": "পাসওয়ার্ড নিশ্চিত করুন", + "default-picture": "ডিফল্ট আইকন", + "uploaded-picture": "ছবি আপলোড করুন", + "upload-new-picture": "নতুন ছবি আপলোড করুন", + "upload-new-picture-from-url": "URL থেকে নতুন ছবি আপলোড করুন", + "current-password": "বর্তমান পাসওয়ার্ড", + "new-password": "New Password", + "change-password": "পাসওয়ার্ড পরিবর্তন", + "change-password-error": "অগ্রহনযোগ্য পাসওয়ার্ড", + "change-password-error-wrong-current": "আপনার পাসওয়ার্ড সঠিক নয়", + "change-password-error-match": "পাসওয়ার্ড অবশ্যই একই হতে হবে", + "change-password-error-privileges": "আপনার পাসওয়ার্ড পরিবর্তন করার অনুমতি নেই", + "change-password-success": "আপনার পাসওয়ার্ড আপডেট করা হয়েছে", + "confirm-password": "পাসওয়ার্ড নিশ্চিত করুন", "password": "পাসওয়ার্ড", - "username_taken_workaround": "আপনি যে ইউজারনেম চাচ্ছিলেন সেটি ইতিমধ্যে নেয়া হয়ে গেছে, কাজেই আমরা এটি কিঞ্চিং পরিবর্তন করেছি। আপনি এখন %1 হিসেবে পরিচিত", - "password_same_as_username": "Your password is the same as your username, please select another password.", - "password_same_as_email": "Your password is the same as your email, please select another password.", - "weak_password": "Weak password.", - "upload_picture": "ছবি আপলোড করুন", - "upload_a_picture": "ছবি (একটি) আপলোড করুন", - "remove_uploaded_picture": "আপলোড করা ছবিটি সরিয়ে নাও", - "upload_cover_picture": "Upload cover picture", - "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", - "crop_picture": "Crop picture", - "upload_cropped_picture": "Crop and upload", + "username-taken-workaround": "আপনি যে ইউজারনেম চাচ্ছিলেন সেটি ইতিমধ্যে নেয়া হয়ে গেছে, কাজেই আমরা এটি কিঞ্চিং পরিবর্তন করেছি। আপনি এখন %1 হিসেবে পরিচিত", + "password-same-as-username": "Your password is the same as your username, please select another password.", + "password-same-as-email": "Your password is the same as your email, please select another password.", + "weak-password": "Weak password.", + "upload-picture": "ছবি আপলোড করুন", + "upload-a-picture": "ছবি (একটি) আপলোড করুন", + "remove-uploaded-picture": "আপলোড করা ছবিটি সরিয়ে নাও", + "upload-cover-picture": "Upload cover picture", + "remove-cover-picture-confirm": "Are you sure you want to remove the cover picture?", + "crop-picture": "Crop picture", + "upload-cropped-picture": "Crop and upload", "avatar-background-colour": "Avatar background colour", "settings": "সেটিংস", - "show_email": "আমার ইমেইল দেখাও", - "show_fullname": "আমার সম্পূর্ণ নাম দেখাও", - "restrict_chats": "আমি যাদের ফলো করি কেবলমাত্র তাদের থেকে বার্তা গ্রহন করা হোক", - "digest_label": "ডাইজেষ্টে সাবস্ক্রাইব করুন", - "digest_description": "শিডিউল অনূযায়ী এই ফোরামের ইমেইল আপডেটের জন্য সাবস্ক্রাইব করুন (নতুন নোটিফিকেশন এবং টপিকসমূহ )", - "digest_off": "বন্ধ", - "digest_daily": "দৈনিক", - "digest_weekly": "সাপ্তাহিক", - "digest_biweekly": "Bi-Weekly", - "digest_monthly": "মাসিক", - "has_no_follower": "এই সদস্যের কোন ফলোয়ার নেই :(", - "follows_no_one": "এই সদস্য কাউকে ফলো করছেন না :(", - "has_no_posts": "এই সদস্য এখন পর্যন্ত কোন পোস্ট করেন নি", - "has_no_best_posts": "This user does not have any upvoted posts yet.", - "has_no_topics": "এই সদস্য এখনো কোন টপিক করেন নি", - "has_no_watched_topics": "এই সদস্য এখনো কোন টপিক দেখেন নি", - "has_no_ignored_topics": "This user hasn't ignored any topics yet.", - "has_no_upvoted_posts": "This user hasn't upvoted any posts yet.", - "has_no_downvoted_posts": "This user hasn't downvoted any posts yet.", - "has_no_controversial_posts": "This user does not have any downvoted posts yet.", - "has_no_blocks": "You have blocked no users.", - "email_hidden": "ইমেইল গোপন রাখা হয়েছে", + "show-email": "আমার ইমেইল দেখাও", + "show-fullname": "আমার সম্পূর্ণ নাম দেখাও", + "restrict-chats": "আমি যাদের ফলো করি কেবলমাত্র তাদের থেকে বার্তা গ্রহন করা হোক", + "digest-label": "ডাইজেষ্টে সাবস্ক্রাইব করুন", + "digest-description": "শিডিউল অনূযায়ী এই ফোরামের ইমেইল আপডেটের জন্য সাবস্ক্রাইব করুন (নতুন নোটিফিকেশন এবং টপিকসমূহ )", + "digest-off": "বন্ধ", + "digest-daily": "দৈনিক", + "digest-weekly": "সাপ্তাহিক", + "digest-biweekly": "Bi-Weekly", + "digest-monthly": "মাসিক", + "has-no-follower": "এই সদস্যের কোন ফলোয়ার নেই :(", + "follows-no-one": "এই সদস্য কাউকে ফলো করছেন না :(", + "has-no-posts": "এই সদস্য এখন পর্যন্ত কোন পোস্ট করেন নি", + "has-no-best-posts": "This user does not have any upvoted posts yet.", + "has-no-topics": "এই সদস্য এখনো কোন টপিক করেন নি", + "has-no-watched-topics": "এই সদস্য এখনো কোন টপিক দেখেন নি", + "has-no-ignored-topics": "This user hasn't ignored any topics yet.", + "has-no-upvoted-posts": "This user hasn't upvoted any posts yet.", + "has-no-downvoted-posts": "This user hasn't downvoted any posts yet.", + "has-no-controversial-posts": "This user does not have any downvoted posts yet.", + "has-no-blocks": "You have blocked no users.", + "email-hidden": "ইমেইল গোপন রাখা হয়েছে", "hidden": "গোপন করা হয়েছে", - "paginate_description": "ইনফাইনাইট স্ক্রলের বদলে টপিক ও পোস্টের জন্য পেজিনেশন ব্যাবহার করা হোক", - "topics_per_page": "প্রতি পেজে কতগুলো টপিক থাকবে", - "posts_per_page": "প্রতি পেইজে কতগুলো পোষ্ট থাকবে", + "paginate-description": "ইনফাইনাইট স্ক্রলের বদলে টপিক ও পোস্টের জন্য পেজিনেশন ব্যাবহার করা হোক", + "topics-per-page": "প্রতি পেজে কতগুলো টপিক থাকবে", + "posts-per-page": "প্রতি পেইজে কতগুলো পোষ্ট থাকবে", "category-topic-sort": "Category topic sort", "topic-post-sort": "Topic post sort", - "max_items_per_page": "Maximum %1", - "acp_language": "Admin Page Language", + "max-items-per-page": "Maximum %1", + "acp-language": "Admin Page Language", "notifications": "Notifications", "upvote-notif-freq": "Upvote Notification Frequency", "upvote-notif-freq.all": "All Upvotes", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "On 10, 100, 1000...", "upvote-notif-freq.disabled": "Disabled", "browsing": "Browsing সেটিংস", - "open_links_in_new_tab": "আউটগোয়িং লিংকগুলো নতুন ট্যাবে খুলুন", - "enable_topic_searching": "In-Topic সার্চ সক্রীয় করো", - "topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen", - "update_url_with_post_index": "Update url with post index while browsing topics", - "scroll_to_my_post": "After posting a reply, show the new post", - "follow_topics_you_reply_to": "Watch topics that you reply to", - "follow_topics_you_create": "Watch topics you create", + "open-links-in-new-tab": "আউটগোয়িং লিংকগুলো নতুন ট্যাবে খুলুন", + "enable-topic-searching": "In-Topic সার্চ সক্রীয় করো", + "topic-search-help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen", + "update-url-with-post-index": "Update url with post index while browsing topics", + "scroll-to-my-post": "After posting a reply, show the new post", + "follow-topics-you-reply-to": "Watch topics that you reply to", + "follow-topics-you-create": "Watch topics you create", "grouptitle": "Group Title", "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "No group title", @@ -145,9 +147,9 @@ "no-skin": "No Skin", "select-homepage": "Select a Homepage", "homepage": "Homepage", - "homepage_description": "Select a page to use as the forum homepage or 'None' to use the default homepage.", - "custom_route": "Custom Homepage Route", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", + "homepage-description": "Select a page to use as the forum homepage or 'None' to use the default homepage.", + "custom-route": "Custom Homepage Route", + "custom-route-help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Single Sign-on Services", "sso.associated": "Associated with", "sso.not-associated": "Click here to associate with", @@ -179,25 +181,25 @@ "consent.title": "Your Rights & Consent", "consent.lead": "This community forum collects and processes your personal information.", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", - "consent.email_intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", - "consent.digest_frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", - "consent.digest_off": "Unless explicitly changed in your user settings, this community does not send out email digests", + "consent.email-intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", + "consent.digest-frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", + "consent.digest-off": "Unless explicitly changed in your user settings, this community does not send out email digests", "consent.received": "You have provided consent for this website to collect and process your information. No additional action is required.", - "consent.not_received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", + "consent.not-received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", "consent.give": "Give consent", - "consent.right_of_access": "You have the Right of Access", - "consent.right_of_access_description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", - "consent.right_to_rectification": "You have the Right to Rectification", - "consent.right_to_rectification_description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", - "consent.right_to_erasure": "You have the Right to Erasure", - "consent.right_to_erasure_description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", - "consent.right_to_data_portability": "You have the Right to Data Portability", - "consent.right_to_data_portability_description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", - "consent.export_profile": "Export Profile (.json)", + "consent.right-of-access": "You have the Right of Access", + "consent.right-of-access-description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", + "consent.right-to-rectification": "You have the Right to Rectification", + "consent.right-to-rectification-description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", + "consent.right-to-erasure": "You have the Right to Erasure", + "consent.right-to-erasure-description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", + "consent.right-to-data-portability": "You have the Right to Data Portability", + "consent.right-to-data-portability-description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", + "consent.export-profile": "Export Profile (.json)", "consent.export-profile-success": "Exporting profile, you will get a notification when it is complete.", - "consent.export_uploads": "Export Uploaded Content (.zip)", + "consent.export-uploads": "Export Uploaded Content (.zip)", "consent.export-uploads-success": "Exporting uploads, you will get a notification when it is complete.", - "consent.export_posts": "Export Posts (.csv)", + "consent.export-posts": "Export Posts (.csv)", "consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.", "emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.", "emailUpdate.optional": "This field is optional. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.", diff --git a/public/language/bn/users.json b/public/language/bn/users.json index ad97bdf86a..faca07fbbb 100644 --- a/public/language/bn/users.json +++ b/public/language/bn/users.json @@ -1,24 +1,24 @@ { "all-users": "All Users", - "latest_users": "সর্বশেষ নিবন্ধিত সদস্যরা:", - "top_posters": "সর্বোচ্চ পোষ্টকারী", - "most_reputation": "সর্বোচ্চ সম্মাননাধারী", - "most_flags": "সর্বোচ্চ অভিযোগ", + "latest-users": "সর্বশেষ নিবন্ধিত সদস্যরা:", + "top-posters": "সর্বোচ্চ পোষ্টকারী", + "most-reputation": "সর্বোচ্চ সম্মাননাধারী", + "most-flags": "সর্বোচ্চ অভিযোগ", "search": "খুঁজুন", - "enter_username": "ইউজারনেম এর ভিত্তিতে সার্চ করুন", + "enter-username": "ইউজারনেম এর ভিত্তিতে সার্চ করুন", "search-user-for-chat": "Search for a user to start chat", - "load_more": "আরো লোড করুন", - "users-found-search-took": "%1 জন সদস্য(দের) খুঁজে পাওয়া গেছে। খুঁজতে সময় লেগেছে %2 সেকেন্ড ", + "load-more": "আরো লোড করুন", + "users-found-search-took": "%1 জন সদস্য(দের) খুঁজে পাওয়া গেছে। খুঁজতে সময় লেগেছে %2 সেকেন্ড", "filter-by": "ফিল্টার করার ধরন", "online-only": "শুধুমাত্র অনলাইন", "invite": "ইনভাইট", "prompt-email": "ইমেইল", "groups-to-join": "সদস্য অনুরোধ স্বীকৃত হলে যেসব সম্প্রদায়ে যোগ দিতে হবে", "invitation-email-sent": "%1 কে একটি ইনভাইটেশন ইমেইল পাঠানো হয়েছে", - "user_list": "সদস্য তালিকা", - "recent_topics": "সাম্প্রতিক টপিক", - "popular_topics": "জনপ্রিয় টপিক", - "unread_topics": "অপঠিত টপিক", + "user-list": "সদস্য তালিকা", + "recent-topics": "সাম্প্রতিক টপিক", + "popular-topics": "জনপ্রিয় টপিক", + "unread-topics": "অপঠিত টপিক", "categories": "বিভাগ", "tags": "ট্যাগসমূহ", "no-users-found": "কোন সদস্য পাওয়া যায় নি" diff --git a/public/language/cs/admin/advanced/events.json b/public/language/cs/admin/advanced/events.json index 327b32d858..2ac368b809 100644 --- a/public/language/cs/admin/advanced/events.json +++ b/public/language/cs/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "Typ události", "filter-start": "Datum začátku", "filter-end": "Datum konce", - "filter-perPage": "Na stránku" + "filter-per-page": "Na stránku" } \ No newline at end of file diff --git a/public/language/cs/admin/extend/widgets.json b/public/language/cs/admin/extend/widgets.json index e6f0d62750..a90d25c403 100644 --- a/public/language/cs/admin/extend/widgets.json +++ b/public/language/cs/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "Nebyly nalezeny žádné miniaplikace! Aktivujte zásuvný modul miniaplikace v ovládacím panelu zásuvné moduly.", "clone-from": "Klonovat miniaplikaci z", "containers.available": "Dostupné moduly", - "containers.explanation": "Přetáhněte na jakoukoliv aktivní miniaplikaci", + "containers.explanation": "Přetáhněte a pusťte na libovolnou miniaplikaci", "containers.none": "Nic", "container.well": "Well", "container.jumbotron": "Jumbotron", @@ -29,5 +29,7 @@ "hide-from-groups": "Skrýt ve skupinách", "start-date": "Start date", "end-date": "End date", - "hide-on-mobile": "Skrýt na mobilu" + "hide-on-mobile": "Skrýt na mobilu", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/cs/admin/manage/privileges.json b/public/language/cs/admin/manage/privileges.json index 59c427a8f4..46ac974a28 100644 --- a/public/language/cs/admin/manage/privileges.json +++ b/public/language/cs/admin/manage/privileges.json @@ -6,8 +6,9 @@ "group-privileges": "Oprávnění skupiny", "user-privileges": "Oprávnění uživatele", "edit-privileges": "Upravit oprávnění", - "select-clear-all": "Select/Clear All", + "select-clear-all": "Vybrat/vymazat vše", "chat": "Konverzace", + "chat-with-privileged": "Konverzace s privilegovanými", "upload-images": "Nahrát obrázky", "upload-files": "Náhrát soubory", "signature": "Podpis", @@ -33,7 +34,7 @@ "edit-posts": "Upravit příspěvek", "view-edit-history": "Zobrazit historii editace", "delete-posts": "Odstranit příspěvky", - "view_deleted": "Zobrazit odstraněné příspěvky", + "view-deleted": "Zobrazit odstraněné příspěvky", "upvote-posts": "Souhlasné příspěvky", "downvote-posts": "Nesouhlasné příspěvky", "delete-topics": "Odstranit témata", @@ -48,7 +49,7 @@ "admin-tags": "Tags", "admin-settings": "Nastavení", - "alert.confirm-moderate": "Are you sure you wish to grant the moderation privilege to this user group? This group is public, and any users can join at will.", + "alert.confirm-moderate": "Jste si jisti, že chcete této skupině uživatelů udělit oprávnění k moderování? Tato skupina je veřejná a každý uživatel se do ní může libovolně připojit.", "alert.confirm-admins-mods": "Are you sure you wish to grant the "Admins & Mods" privilege to this user/group? Users with this privilege are able to promote and demote other users into privileged positions, including super administrator", "alert.confirm-save": "Please confirm your intention to save these privileges", "alert.confirm-discard": "Are you sure you wish to discard your privilege changes?", diff --git a/public/language/cs/admin/manage/users.json b/public/language/cs/admin/manage/users.json index 4fbf8835ea..1a3676012e 100644 --- a/public/language/cs/admin/manage/users.json +++ b/public/language/cs/admin/manage/users.json @@ -4,16 +4,21 @@ "edit": "Actions", "make-admin": "Učinit správcem", "remove-admin": "Odebrat správce", + "change-email": "Change Email", + "new-email": "New Email", "validate-email": "Ověřit e-mail", "send-validation-email": "Poslat ověřovací e-mail", + "change-password": "Change Password", "password-reset-email": "Poslat e-mail pro resetování hesla", "force-password-reset": "Vynutit reset hesla a odhlášení uživatele", - "ban": "Zakázat uživatele", + "ban": "Ban", + "ban-users": "Ban User(s)", "temp-ban": "Dočasně zakázat uživatele", "unban": "Zrušit zákaz uživatele", "reset-lockout": "Obnovit uzamčení", "reset-flags": "Obnovit označení", - "delete": "Odstranit Uživatele", + "delete": "Delete", + "delete-users": "Delete User(s)", "delete-content": "Odstranit Obsah uživatele", "purge": "Odstranit uživatele a obsah", "download-csv": "Stáhnout jako CSV", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "Zakázat %1 uživatele.", "alerts.unban-success": "Zákaz uživatele byl zrušen.", "alerts.lockout-reset-success": "Uzamčení bylo obnoveno.", + "alerts.password-change-success": "Password(s) changed!", "alerts.flag-reset-success": "Označení bylo obnoveno.", "alerts.no-remove-yourself-admin": "Sebe jako správce nemůžete vyjmout.", "alerts.make-admin-success": "Uživatel je nyní správcem", @@ -106,6 +112,7 @@ "alerts.create": "Vytvořit uživatele", "alerts.button-create": "Vytvořit", "alerts.button-cancel": "Zrušit", + "alerts.button-change": "Change", "alerts.error-passwords-different": "Hesla musí souhlasit.", "alerts.error-x": "Chyba

%1

", "alerts.create-success": "Uživatel byl vytvořen.", @@ -113,6 +120,10 @@ "alerts.prompt-email": "E-maily:", "alerts.email-sent-to": "E-mail s pozvánkou byl odeslán na %1", "alerts.x-users-found": "%1 user(s) found, (%2 seconds)", + "alerts.select-a-single-user-to-change-email": "Select a single user to change email", "export-users-started": "Exporting users as csv, this might take a while. You will receive a notification when it is complete.", - "export-users-completed": "Users exported as csv, click here to download." + "export-users-completed": "Users exported as csv, click here to download.", + "email": "Email", + "password": "Password", + "manage": "Manage" } \ No newline at end of file diff --git a/public/language/cs/admin/settings/chat.json b/public/language/cs/admin/settings/chat.json index d2873a58db..7238e340ee 100644 --- a/public/language/cs/admin/settings/chat.json +++ b/public/language/cs/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "Enter 0 to disable this restriction", "chat-settings": "Nastavení konverzace", "disable": "Zakázat konverzaci", "disable-editing": "Zakázat upravení/odstranění konverzační zprávy", @@ -6,8 +7,10 @@ "max-length": "Maximální délka konverzační zprávy", "max-chat-room-name-length": "Maximum length of chat room names", "max-room-size": "Maximální počet uživatelů v konverzační místnosti", - "delay": "Čas mezi konverzačními zprávami v milisekundách", - "notification-delay": "Notification delay for chat messages. (0 for no delay)", - "restrictions.seconds-edit-after": "Počet sekund, kdy může být ještě konverzační zpráva upravena (pro zakázání - 0)", - "restrictions.seconds-delete-after": "Počet sekund, kdy může být ještě konverzační zpráva odstraněna (pro zakázání - 0)" + "delay": "Time between chat messages (ms)", + "newbieDelay": "... for new users (ms)", + "notification-delay": "Notification delay for chat messages", + "notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.", + "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.", + "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable." } \ No newline at end of file diff --git a/public/language/cs/admin/settings/post.json b/public/language/cs/admin/settings/post.json index 8ba1e96151..02d7a148bb 100644 --- a/public/language/cs/admin/settings/post.json +++ b/public/language/cs/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "Title Length", "restrictions.post-length": "Post Length", "restrictions.days-until-stale": "Počet dnů, než je téma považováno za neaktuální", - "restrictions.stale-help": "Je-li téma považováno za „staré”, uživateli se zobrazí oznámení při pokusu o přidání odpovědi.", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "Časový otisk", "timestamp.cut-off": "Datum ukončení (ve dnech)", "timestamp.cut-off-help": "Datum a čas bude zobrazen relativně (tj. „před 3 hodinami” / „před 5 dny”), a dle toho lokalizován do různých\n\t\t\t\t\tjazyků. Za určitých okolností, může tento text být přepnut na lokalizované datum\n\t\t\t\t\t(tj. 5 Led 2017 15:30)
(výchozí: 30,nebo měsíc). Nastavte na 0, pro zobrazení datumů, zanecháte-li prázdné, bude vždy zobrazen relativní čas.", diff --git a/public/language/cs/admin/settings/user.json b/public/language/cs/admin/settings/user.json index a4987307e0..a35dddd470 100644 --- a/public/language/cs/admin/settings/user.json +++ b/public/language/cs/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "Uživatelské jméno nebo e-mail", "allow-login-with.username": "Pouze uživatelské jméno", "account-settings": "Nastavení účtu", - "gdpr_enabled": "Povolit souhlas s GDPR", - "gdpr_enabled_help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", + "gdpr-enabled": "Povolit souhlas s GDPR", + "gdpr-enabled-help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", "disable-username-changes": "Zakázat změnu uživatelského jména", "disable-email-changes": "Zakázat změnu e-mailu", "disable-password-changes": "Zakázat změnu hesla", diff --git a/public/language/cs/category.json b/public/language/cs/category.json index 4952cd6b1f..c4837b6795 100644 --- a/public/language/cs/category.json +++ b/public/language/cs/category.json @@ -1,12 +1,12 @@ { "category": "Kategorie", "subcategories": "Podkategorie", - "new_topic_button": "Nové téma", + "new-topic-button": "Nové téma", "guest-login-post": "Přihlásit se pro přispívání", - "no_topics": "V této kategorii zatím nejsou žádné příspěvky.
Můžeš být první.", + "no-topics": "V této kategorii zatím nejsou žádné příspěvky.
Můžeš být první.", "browsing": "prohlíží", - "no_replies": "Nikdo ještě neodpověděl", - "no_new_posts": "Žádné nové příspěvky", + "no-replies": "Nikdo ještě neodpověděl", + "no-new-posts": "Žádné nové příspěvky", "watch": "Sledovat", "ignore": "Ignorovat", "watching": "Sledováno", diff --git a/public/language/cs/email.json b/public/language/cs/email.json index 626d9f8a00..58905248b9 100644 --- a/public/language/cs/email.json +++ b/public/language/cs/email.json @@ -3,8 +3,8 @@ "password-reset-requested": "Vyžádáno resetování hesla!", "welcome-to": "Vítejte v %1", "invite": "Pozvánka od %1", - "greeting_no_name": "Dobrý den", - "greeting_with_name": "Dobrý den %1", + "greeting-no-name": "Dobrý den", + "greeting-with-name": "Dobrý den %1", "email.verify-your-email.subject": "Ověřte prosím vaší e-mailovou adresu", "email.verify.text1": "Požádali jste o změnu nebo potvrzení Vaší emailové adresy", "email.verify.text2": "Z bezpečnostních důvodů potvrzujeme emailové adresy až ve chvíli, kdy potvrdíte jejich vlastnictví. Pokud jste toto nevyžádali, není třeba na Vaší straně žádné další akce.", @@ -24,7 +24,7 @@ "reset.notify.text2": "Pokud jste to neschválil, prosíme neprodleně kontaktujte správce.", "digest.unread-rooms": "Unread rooms", "digest.room-name-unreadcount": "%1 (%2 unread)", - "digest.latest_topics": "Nejnovější témata od %1", + "digest.latest-topics": "Nejnovější témata od %1", "digest.top-topics": "Nejlepší témata od %1", "digest.popular-topics": "Oblíbená témata od %1", "digest.cta": "Kliknutím zde navštívíte %1", @@ -36,8 +36,8 @@ "digest.title.day": "Váš denní přehled", "digest.title.week": "Váš týdenní přehled", "digest.title.month": "Váš měsíční přehled", - "notif.chat.subject": "Nová zpráva z chatu od %1", - "notif.chat.public-chat-subject": "New message from %1 in room %2", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "Chcete-li pokračovat v konverzaci, klikněte zde.", "notif.chat.unsub.info": "Toto upozornění na chat vám bylo odesláno na základě vašeho nastavení odběru.", "notif.post.unsub.info": "Toto upozornění na příspěvek vám bylo odesláno na základě vašeho nastavení odběru.", diff --git a/public/language/cs/error.json b/public/language/cs/error.json index a328f7bbe5..711b99ee13 100644 --- a/public/language/cs/error.json +++ b/public/language/cs/error.json @@ -184,6 +184,7 @@ "post-flagged-too-many-times": "This post has been flagged by others already", "user-flagged-too-many-times": "This user has been flagged by others already", "cant-flag-privileged": "You are not allowed to flag the profiles or content of privileged users (moderators/global moderators/admins)", + "cant-locate-flag-report": "Cannot locate flag report", "self-vote": "U svého vlastního příspěvku nemůžete hlasovat", "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", diff --git a/public/language/cs/flags.json b/public/language/cs/flags.json index f518a282d5..04f13634b9 100644 --- a/public/language/cs/flags.json +++ b/public/language/cs/flags.json @@ -1,5 +1,6 @@ { "state": "Stav", + "report": "Report", "reports": "Reports", "first-reported": "First Reported", "no-flags": "Hurá, žádné označení.", @@ -8,6 +9,8 @@ "update": "Aktualizovat", "updated": "Aktualizováno", "resolved": "Resolved", + "report-added": "Added", + "report-rescinded": "Rescinded", "target-purged": "Obsah, na který se toto označení vztahuje, byl vymazán a již není k dispozici.", "target-aboutme-empty": "This user has no "About Me" set.", diff --git a/public/language/cs/global.json b/public/language/cs/global.json index f483d3f446..c1cb1ec8e0 100644 --- a/public/language/cs/global.json +++ b/public/language/cs/global.json @@ -13,19 +13,19 @@ "400.message": "It looks like this link is malformed, please double-check and try again.
Return to the home page.
", "register": "Registrovat", "login": "Přihlásit se", - "please_log_in": "Přihlašte se, prosím", + "please-log-in": "Přihlašte se, prosím", "logout": "Odhlásit se", - "posting_restriction_info": "V současné době je zasílání příspěvků povoleno pouze registrovaným členům, klikněte zde a přihlašte se.", - "welcome_back": "Vítejte zpět", - "you_have_successfully_logged_in": "Vaše přihlášení proběhlo úspěšně", - "save_changes": "Uložit změny", + "posting-restriction-info": "V současné době je zasílání příspěvků povoleno pouze registrovaným členům, klikněte zde a přihlašte se.", + "welcome-back": "Vítejte zpět", + "you-have-successfully-logged-in": "Vaše přihlášení proběhlo úspěšně", + "save-changes": "Uložit změny", "save": "Uložit", "create": "Create", "cancel": "Cancel", "close": "Zrušit", "pagination": "Stránkování", - "pagination.out_of": "%1 z %2", - "pagination.enter_index": "Přejít na n-tý příspěvek", + "pagination.out-of": "%1 z %2", + "pagination.enter-index": "Přejít na n-tý příspěvek", "header.admin": "Administrace", "header.categories": "Kategorie", "header.recent": "Nejnovější", @@ -80,25 +80,25 @@ "lastpost": "Poslední příspěvek", "firstpost": "První příspěvek", "about": "About", - "read_more": "čtěte více", + "read-more": "čtěte více", "more": "Více", "none": "Žádné", - "posted_ago_by_guest": "přispěl %1 host", - "posted_ago_by": "přispěl %1 od %2", - "posted_ago": "přispěl %1", - "posted_in": "přispěno v %1", - "posted_in_by": "přispěno v %1 od %2", - "posted_in_ago": "přispěno v %1 %2", - "posted_in_ago_by": "přispěl v %1 %2 od %3", - "user_posted_ago": "%1 přispěl %2", - "guest_posted_ago": "Host přispěl %1", - "last_edited_by": "naposledy upravil %1", + "posted-ago-by-guest": "přispěl %1 host", + "posted-ago-by": "přispěl %1 od %2", + "posted-ago": "přispěl %1", + "posted-in": "přispěno v %1", + "posted-in-by": "přispěno v %1 od %2", + "posted-in-ago": "přispěno v %1 %2", + "posted-in-ago-by": "přispěl v %1 %2 od %3", + "user-posted-ago": "%1 přispěl %2", + "guest-posted-ago": "Host přispěl %1", + "last-edited-by": "naposledy upravil %1", "edited-timestamp": "Edited %1", "norecentposts": "Žádné nedávné příspěvky", "norecenttopics": "Žádné nedávné témata", "recentposts": "Nedávné příspěvky", "recentips": "Naposledy zaznamenané IP adresy", - "moderator_tools": "Nástroje moderátora", + "moderator-tools": "Nástroje moderátora", "status": "Status", "online": "Online", "away": "Pryč", @@ -109,7 +109,7 @@ "language": "Jazyk", "guest": "Host", "guests": "Hosté", - "former_user": "Bývalý uživatel", + "former-user": "Bývalý uživatel", "system-user": "Systém", "unknown-user": "Neznámý uživatel", "updated.title": "Fórum bylo zaktualizováno", @@ -117,12 +117,12 @@ "privacy": "Soukromí", "follow": "Sledovat", "unfollow": "Prestat sledovat", - "delete_all": "Vymazat vše", + "delete-all": "Vymazat vše", "map": "Mapa", "sessions": "Relace přihlášení", - "ip_address": "IP adresa", - "enter_page_number": "Zadejte číslo stránky", - "upload_file": "Nahrár soubor", + "ip-address": "IP adresa", + "enter-page-number": "Zadejte číslo stránky", + "upload-file": "Nahrár soubor", "upload": "Nahrát", "uploads": "Náhráno", "allowed-file-types": "Povolené typy souborů jsou %1", @@ -131,7 +131,7 @@ "play": "Přehrát", "cookies.message": "Pro využití plné funkčnosti stránek, jsou použity „cookies”.", "cookies.accept": "Rozumím.", - "cookies.learn_more": "Zjistit více", + "cookies.learn-more": "Zjistit více", "edited": "Upraveno", "disabled": "Nepovoleno", "select": "Vyberte", diff --git a/public/language/cs/groups.json b/public/language/cs/groups.json index 4e5be081cf..2854f1a7d7 100644 --- a/public/language/cs/groups.json +++ b/public/language/cs/groups.json @@ -2,65 +2,65 @@ "all-groups": "All groups", "groups": "Skupiny", "members": "Members", - "view_group": "Zobrazit skupinu", + "view-group": "Zobrazit skupinu", "owner": "Vlastník skupiny", - "new_group": "Vytvořit novou skupinu", - "no_groups_found": "Žádné skupiny k prohlížení", + "new-group": "Vytvořit novou skupinu", + "no-groups-found": "Žádné skupiny k prohlížení", "pending.accept": "Přijmout", "pending.reject": "Odmítnout", - "pending.accept_all": "Přijmout vše", - "pending.reject_all": "Odmítnout vše", + "pending.accept-all": "Přijmout vše", + "pending.reject-all": "Odmítnout vše", "pending.none": "Žádní čekající členové v tuto chvíli", "invited.none": "Žádní pozvaní členové v tuto chvíli", "invited.uninvite": "Zrušit pozvánku", "invited.search": "Hledat uživatele k pozvání do této skupiny", - "invited.notification_title": "Byl jste pozván abyste se připojil/a k %1", - "request.notification_title": "Požadavek na členství ve skupině od %1", - "request.notification_text": "%1 požádál o členství v %2", + "invited.notification-title": "Byl jste pozván abyste se připojil/a k %1", + "request.notification-title": "Požadavek na členství ve skupině od %1", + "request.notification-text": "%1 požádál o členství v %2", "cover-save": "Uložit", "cover-saving": "Ukládám", "details.title": "Podrobnosti skupiny", "details.members": "Seznam členů", "details.pending": "Čekající členové", "details.invited": "Pozvaní členové", - "details.has_no_posts": "Členové této skupiny dosud neodeslali ani jeden příspěvek.", - "details.latest_posts": "Nejnovější příspěvky", + "details.has-no-posts": "Členové této skupiny dosud neodeslali ani jeden příspěvek.", + "details.latest-posts": "Nejnovější příspěvky", "details.private": "Soukromé", "details.disableJoinRequests": "Zakázat žádosti o připojení", "details.disableLeave": "Nedovolit uživatelům upustit skupinu", "details.grant": "Přidat/Zrušit vlastnictví", "details.kick": "Vyhodit", - "details.kick_confirm": "Jste si jist/a, že chcete vyjmout tohoto uživatele ze skupiny?", + "details.kick-confirm": "Jste si jist/a, že chcete vyjmout tohoto uživatele ze skupiny?", "details.add-member": "Přidat uživatele", - "details.owner_options": "Správa skupiny", - "details.group_name": "Název skupiny", - "details.member_count": "Počet členů", - "details.creation_date": "Datum vytvoření", + "details.owner-options": "Správa skupiny", + "details.group-name": "Název skupiny", + "details.member-count": "Počet členů", + "details.creation-date": "Datum vytvoření", "details.description": "Popis", "details.member-post-cids": "Category IDs to display posts from", - "details.badge_preview": "Náhled symbolu", - "details.change_icon": "Změnit ikonu", - "details.change_label_colour": "Změnit barvu popisu", - "details.change_text_colour": "Změnit barvu textu", - "details.badge_text": "Text odznaku", + "details.badge-preview": "Náhled symbolu", + "details.change-icon": "Změnit ikonu", + "details.change-label-colour": "Změnit barvu popisu", + "details.change-text-colour": "Změnit barvu textu", + "details.badge-text": "Text odznaku", "details.userTitleEnabled": "Zobrazit odznak", - "details.private_help": "Je-li povoleno, připojování do skupin vyžaduje schválení od vlastníka skupiny", + "details.private-help": "Je-li povoleno, připojování do skupin vyžaduje schválení od vlastníka skupiny", "details.hidden": "Skrytý", - "details.hidden_help": "Je-li povoleno, tato skupina nebude zobrazena v seznamu skupin, uživatelé budou muset být pozváni ručně", - "details.delete_group": "Odstranit skupinu", - "details.private_system_help": "Soukromé skupiny jsou zakázány na systémové úrovni, tato možnost nebude mít žádný vliv", + "details.hidden-help": "Je-li povoleno, tato skupina nebude zobrazena v seznamu skupin, uživatelé budou muset být pozváni ručně", + "details.delete-group": "Odstranit skupinu", + "details.private-system-help": "Soukromé skupiny jsou zakázány na systémové úrovni, tato možnost nebude mít žádný vliv", "event.updated": "Podrobnosti skupiny byly aktualizovány", "event.deleted": "Skupina \"%1\" byla odstraněna", "membership.accept-invitation": "Přijmout pozvání", - "membership.accept.notification_title": "Nyní jste členem %1", + "membership.accept.notification-title": "Nyní jste členem %1", "membership.invitation-pending": "Čekající pozvání", "membership.join-group": "Vstoupit do skupiny", "membership.leave-group": "Opustit skupinu", - "membership.leave.notification_title": "%1 opustit skupinu %2", + "membership.leave.notification-title": "%1 opustit skupinu %2", "membership.reject": "Odmítnout", - "new-group.group_name": "Název skupiny:", + "new-group.group-name": "Název skupiny:", "upload-group-cover": "Nahrát titulní obrázek skupiny", "bulk-invite-instructions": "Pro pozvání do skupiny, zadejte jména uživatelů oddělených čárkou", "bulk-invite": "Hromadná pozvánka", - "remove_group_cover_confirm": "Jste si jist/a, že chcete smazat obrázek?" + "remove-group-cover-confirm": "Jste si jist/a, že chcete smazat obrázek?" } \ No newline at end of file diff --git a/public/language/cs/login.json b/public/language/cs/login.json index dabe2b9412..9cbd314017 100644 --- a/public/language/cs/login.json +++ b/public/language/cs/login.json @@ -1,12 +1,12 @@ { "username-email": "Uživatelské jméno / e-mail", "username": "Uživatel", - "remember_me": "Zapamatovat si mě?", - "forgot_password": "Zapomněli jste heslo?", - "alternative_logins": "Další způsoby přihlášení", - "failed_login_attempt": "Přihlášení neúspěšné", - "login_successful": "Přihlášení proběhlo úspěšně!", - "dont_have_account": "Nemáte účet?", + "remember-me": "Zapamatovat si mě?", + "forgot-password": "Zapomněli jste heslo?", + "alternative-logins": "Další způsoby přihlášení", + "failed-login-attempt": "Přihlášení neúspěšné", + "login-successful": "Přihlášení proběhlo úspěšně!", + "dont-have-account": "Nemáte účet?", "logged-out-due-to-inactivity": "Z důvodu nečinnosti jste byl odhlášen z ovládacího panelu administrátora", "caps-lock-enabled": "Máte zapnutý Caps Lock" } \ No newline at end of file diff --git a/public/language/cs/modules.json b/public/language/cs/modules.json index 18fa01ea6f..08bcc63390 100644 --- a/public/language/cs/modules.json +++ b/public/language/cs/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "Room %1", - "chat.chatting_with": "Konverzace s", + "chat.chatting-with": "Konverzace s", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Go to most recent message", @@ -8,12 +8,15 @@ "chat.chat-with-usernames": "Chat with %1", "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Odeslat", - "chat.no_active": "Nemáte žádné aktivní konverzace.", - "chat.user_typing": "%1 píše…", - "chat.user_has_messaged_you": "%1 Vám napsal.", + "chat.no-active": "Nemáte žádné aktivní konverzace.", + "chat.user-typing-1": "%1 is typing ...", + "chat.user-typing-2": "%1 and %2 are typing ...", + "chat.user-typing-3": "%1, %2 and %3 are typing ...", + "chat.user-typing-n": "%1, %2 and %3 others are typing ...", + "chat.user-has-messaged-you": "%1 Vám napsal.", "chat.replying-to": "Replying to %1", - "chat.see_all": "All chats", - "chat.mark_all_read": "Mark all read", + "chat.see-all": "All chats", + "chat.mark-all-read": "Mark all read", "chat.no-messages": "Vyberte příjemce k prohlédnutí historie zpráv.", "chat.no-users-in-room": "Žádní uživatelé v místnosti.", "chat.recent-chats": "Aktuální konverzace", @@ -24,12 +27,16 @@ "chat.pop-out": "Skrýt konverzaci", "chat.minimize": "Minimalizovat", "chat.maximize": "Maximalizovat", - "chat.seven_days": "7 dní", - "chat.thirty_days": "30 dní", - "chat.three_months": "3 měsíce", - "chat.delete_message_confirm": "Jste si jist/a, že chcete odstranit tuto zprávu?", + "chat.seven-days": "7 dní", + "chat.thirty-days": "30 dní", + "chat.three-months": "3 měsíce", + "chat.delete-message-confirm": "Jste si jist/a, že chcete odstranit tuto zprávu?", "chat.retrieving-users": "Získávání seznamu uživatelů...", "chat.view-users-list": "View users list", + "chat.pinned-messages": "Pinned Messages", + "chat.no-pinned-messages": "There are no pinned messages", + "chat.pin-message": "Pin Message", + "chat.unpin-message": "Unpin Message", "chat.public-rooms": "Public Rooms (%1)", "chat.private-rooms": "Private Rooms (%1)", "chat.create-room": "Create Chat Room", @@ -67,17 +74,24 @@ "chat.system.user-leave": "%1 has left the room ", "chat.system.room-rename": "%2 has renamed this room to \"%1\" ", "composer.compose": "Napsat", - "composer.show_preview": "Ukázat náhled", - "composer.hide_preview": "Skrýt náhled", + "composer.show-preview": "Ukázat náhled", + "composer.hide-preview": "Skrýt náhled", "composer.help": "Help", - "composer.user_said_in": "%1 řekl v %2:", - "composer.user_said": "%1 řekl:", + "composer.user-said-in": "%1 řekl v %2:", + "composer.user-said": "%1 řekl:", "composer.discard": "Jste si jisti, že chcete zrušit tento příspěvek?", - "composer.submit_and_lock": "Potvrdit a uzamknout", - "composer.toggle_dropdown": "Rozbalovací nabídka", + "composer.submit-and-lock": "Potvrdit a uzamknout", + "composer.toggle-dropdown": "Rozbalovací nabídka", "composer.uploading": "Nahrávám %1", "composer.formatting.bold": "Tučné", "composer.formatting.italic": "Kurzíva", + "composer.formatting.heading": "Heading", + "composer.formatting.heading1": "Heading 1", + "composer.formatting.heading2": "Heading 2", + "composer.formatting.heading3": "Heading 3", + "composer.formatting.heading4": "Heading 4", + "composer.formatting.heading5": "Heading 5", + "composer.formatting.heading6": "Heading 6", "composer.formatting.list": "Seznam", "composer.formatting.strikethrough": "Přeškrtnutí", "composer.formatting.code": "Kód", @@ -85,9 +99,10 @@ "composer.formatting.picture": "Image Link", "composer.upload-picture": "Nahrát obrázek", "composer.upload-file": "Nahrát soubor", - "composer.zen_mode": "Režim Zem", - "composer.select_category": "Vyberte kategorii", + "composer.zen-mode": "Režim Zem", + "composer.select-category": "Vyberte kategorii", "composer.textarea.placeholder": "Enter your post content here, drag and drop images", + "composer.post-queue-alert": "Hello👋!
This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.", "composer.schedule-for": "Schedule topic for", "composer.schedule-date": "Date", "composer.schedule-time": "Time", @@ -102,8 +117,8 @@ "bootbox.confirm": "Potvrdit", "bootbox.submit": "Submit", "bootbox.send": "Send", - "cover.dragging_title": "Umístění fotografie", - "cover.dragging_message": "Přesuňte fotku na požadovanou pozici a klikněte na „Uložit”", + "cover.dragging-title": "Umístění fotografie", + "cover.dragging-message": "Přesuňte fotku na požadovanou pozici a klikněte na „Uložit”", "cover.saved": "Fotografie a její umístění uloženo", "thumbs.modal.title": "Manage topic thumbnails", "thumbs.modal.no-thumbs": "No thumbnails found.", diff --git a/public/language/cs/notifications.json b/public/language/cs/notifications.json index 943998ccb7..da8fc30c1a 100644 --- a/public/language/cs/notifications.json +++ b/public/language/cs/notifications.json @@ -1,59 +1,68 @@ { "title": "Upozornění", - "no_notifs": "Nemáte žádná nová upozornění.", - "see_all": "Všechna upozornění", - "mark_all_read": "Označit vše jako přečtené", - "back_to_home": "Zpět na %1", - "outgoing_link": "Odkaz mimo fórum", - "outgoing_link_message": "Opouštíte %1", - "continue_to": "Pokračovat na %1", - "return_to": "Vrátit se na %1", - "new_notification": "Máte nové upozornění", - "you_have_unread_notifications": "Máte nepřečtená upozornění.", + "no-notifs": "Nemáte žádná nová upozornění.", + "see-all": "Všechna upozornění", + "mark-all-read": "Označit vše jako přečtené", + "back-to-home": "Zpět na %1", + "outgoing-link": "Odkaz mimo fórum", + "outgoing-link-message": "Opouštíte %1", + "continue-to": "Pokračovat na %1", + "return-to": "Vrátit se na %1", + "new-notification": "Máte nové upozornění", + "you-have-unread-notifications": "Máte nepřečtená upozornění.", "all": "Vše", "topics": "Témata", + "tags": "Tags", "replies": "Odpovědi", "chat": "Konverzace", "group-chat": "Skupinová konverzace", "public-chat": "Public Chats", "follows": "Sledování", "upvote": "Souhlasy", + "awards": "Awards", "new-flags": "Nové označení", "my-flags": "Označení přiřazené mě", "bans": "Blokace", - "new_message_from": "Nová zpráva od %1", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1 souhlasil s vaším příspěvkem v %2.", - "upvoted_your_post_in_dual": "%1 a %2 souhlasili s vaším příspěvkem v %3.", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "%1 přesunul váš příspěvek do %2", - "moved_your_topic": "%1 přesunul %2", - "user_flagged_post_in": "%1 označil příspěvek v %2", - "user_flagged_post_in_dual": "%1 a %2 označil příspěvek v %3", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1 označil uživatelský profil (%2)", - "user_flagged_user_dual": "%1 a %2 označili uživatelský profil (%3)", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "%1 odpověděl na: %2", - "user_posted_to_dual": "%1%2 odpověděli na: %3", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1 založil nové téma: %2", - "user_edited_post": "Příspěvek %2 byl upraven uživatelem %1 ", - "user_started_following_you": "%1 vás začal sledovat.", - "user_started_following_you_dual": "%1 a %2 vás začali sledovat.", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1 odeslal registrační požadavek.", - "new_register_multiple": "Je zde %1 registračních požadavků čeká na vyřízení.", - "flag_assigned_to_you": "Označení %1 vám bylo přiřazeno", - "post_awaiting_review": "Příspěvek na schválení", + "new-message-from": "Nová zpráva od %1", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 wrote in %3", + "user-posted-in-public-room-dual": "%1 and %2 wrote in %4", + "user-posted-in-public-room-triple": "%1, %2 and %3 wrote in %5", + "user-posted-in-public-room-multiple": "%1, %2 and %3 others wrote in %5", + "upvoted-your-post-in": "%1 souhlasil s vaším příspěvkem v %2.", + "upvoted-your-post-in-dual": "%1 a %2 souhlasili s vaším příspěvkem v %3.", + "upvoted-your-post-in-triple": "%1, %2 and %3 have upvoted your post in %4.", + "upvoted-your-post-in-multiple": "%1, %2 and %3 others have upvoted your post in %4.", + "moved-your-post": "%1 přesunul váš příspěvek do %2", + "moved-your-topic": "%1 přesunul %2", + "user-flagged-post-in": "%1 označil příspěvek v %2", + "user-flagged-post-in-dual": "%1 a %2 označil příspěvek v %3", + "user-flagged-post-in-triple": "%1, %2 and %3 flagged a post in %4", + "user-flagged-post-in-multiple": "%1, %2 and %3 others flagged a post in %4", + "user-flagged-user": "%1 označil uživatelský profil (%2)", + "user-flagged-user-dual": "%1 a %2 označili uživatelský profil (%3)", + "user-flagged-user-triple": "%1, %2 and %3 flagged a user profile (%4)", + "user-flagged-user-multiple": "%1, %2 and %3 others flagged a user profile (%4)", + "user-posted-to": "%1 odpověděl na: %2", + "user-posted-to-dual": "%1%2 odpověděli na: %3", + "user-posted-to-triple": "%1, %2 and %3 have posted replies to: %4", + "user-posted-to-multiple": "%1, %2 and %3 others have posted replies to: %4", + "user-posted-topic": "%1 založil nové téma: %2", + "user-edited-post": "Příspěvek %2 byl upraven uživatelem %1", + "user-posted-topic-with-tag": "%1 has posted a new topic with tag %2", + "user-posted-topic-with-tag-dual": "%1 has posted a new topic with tags %2 and %3", + "user-posted-topic-with-tag-triple": "%1 has posted a new topic with tags %2, %3 and %4", + "user-posted-topic-with-tag-multiple": "%1 has posted a new topic with tags %2", + "user-started-following-you": "%1 vás začal sledovat.", + "user-started-following-you-dual": "%1 a %2 vás začali sledovat.", + "user-started-following-you-triple": "%1, %2 and %3 started following you.", + "user-started-following-you-multiple": "%1, %2 and %3 others started following you.", + "new-register": "%1 odeslal registrační požadavek.", + "new-register-multiple": "Je zde %1 registračních požadavků čeká na vyřízení.", + "flag-assigned-to-you": "Označení %1 vám bylo přiřazeno", + "post-awaiting-review": "Příspěvek na schválení", "profile-exported": "%1 profil byl exportován, klikněte pro jeho stažení", "posts-exported": "%1 příspěvků bylo exportováno, klikněte pro jejich stažení", "uploads-exported": "%1 nahraných souborů bylo exportováno, klikněte pro jejich stažení", @@ -66,22 +75,24 @@ "email-confirm-error-message": "Nastal problém s ověřením vaší e-mailové adresy. Kód je pravděpodobně neplatný nebo jeho platnost vypršela.", "email-confirm-sent": "Ověřovací e-mail odeslán.", "none": "Nic", - "notification_only": "Jen oznámení", - "email_only": "Jen e-mail", - "notification_and_email": "Oznámení a e-mail", - "notificationType_upvote": "Jakmile někdo vyjádří souhlas s vaším příspěvkem", - "notificationType_new-topic": "Jakmile někdo koho sledujete vytvoří nové téma", - "notificationType_new-reply": "Jakmile je přidán nový příspěvek v tématu, které sledujete", - "notificationType_post-edit": "Jakmile je upraven příspěvek v tématu, které sledujete", - "notificationType_follow": "Jakmile vás někdo začne sledovat", - "notificationType_new-chat": "Obdržíte-li novou konverzační zprávu", - "notificationType_new-group-chat": "Když obdržíte zprávu ve skupinové konverzaci", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "Obdržíte-li pozvání ke skupině", - "notificationType_group-leave": "Když uživatel opustí Vaši skupinu", - "notificationType_group-request-membership": "Jakmile někdo pošle žádost o připojení se do vaší skupiny", - "notificationType_new-register": "Jakmile je někdo přidán do registrační fronty", - "notificationType_post-queue": "Bude-li přidán nový příspěvek do fronty", - "notificationType_new-post-flag": "Bude-li příspěvek označen", - "notificationType_new-user-flag": "Bude-li uživatel označen" + "notification-only": "Jen oznámení", + "email-only": "Jen e-mail", + "notification-and-email": "Oznámení a e-mail", + "notificationType-upvote": "Jakmile někdo vyjádří souhlas s vaším příspěvkem", + "notificationType-new-topic": "Jakmile někdo koho sledujete vytvoří nové téma", + "notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow", + "notificationType-new-reply": "Jakmile je přidán nový příspěvek v tématu, které sledujete", + "notificationType-post-edit": "Jakmile je upraven příspěvek v tématu, které sledujete", + "notificationType-follow": "Jakmile vás někdo začne sledovat", + "notificationType-new-chat": "Obdržíte-li novou konverzační zprávu", + "notificationType-new-group-chat": "Když obdržíte zprávu ve skupinové konverzaci", + "notificationType-new-public-chat": "When you receive a public group chat message", + "notificationType-group-invite": "Obdržíte-li pozvání ke skupině", + "notificationType-group-leave": "Když uživatel opustí Vaši skupinu", + "notificationType-group-request-membership": "Jakmile někdo pošle žádost o připojení se do vaší skupiny", + "notificationType-new-register": "Jakmile je někdo přidán do registrační fronty", + "notificationType-post-queue": "Bude-li přidán nový příspěvek do fronty", + "notificationType-new-post-flag": "Bude-li příspěvek označen", + "notificationType-new-user-flag": "Bude-li uživatel označen", + "notificationType-new-reward": "When you earn a new reward" } \ No newline at end of file diff --git a/public/language/cs/pages.json b/public/language/cs/pages.json index 54237bb782..55a567d2b5 100644 --- a/public/language/cs/pages.json +++ b/public/language/cs/pages.json @@ -47,7 +47,8 @@ "account/latest-posts": "Poslední příspěvek od %1", "account/topics": "Příspěvky vytvořeny uživatelem %1", "account/groups": "%1's skupiny", - "account/watched_categories": "%1's sledovaných kategorii", + "account/watched-categories": "%1's sledovaných kategorii", + "account/watched-tags": "%1's Watched Tags", "account/bookmarks": "%1's zazáložkované příspěvky", "account/settings": "Uživatelské nastavení", "account/settings-of": "Changing settings of %1", diff --git a/public/language/cs/recent.json b/public/language/cs/recent.json index a0005c381a..ab713d0689 100644 --- a/public/language/cs/recent.json +++ b/public/language/cs/recent.json @@ -5,7 +5,7 @@ "month": "Měsíc", "year": "Rok", "alltime": "Pořád", - "no_recent_topics": "Nebyly nalezeny žádné nové téma.", - "no_popular_topics": "Žádná oblíbená téma.", + "no-recent-topics": "Nebyly nalezeny žádné nové téma.", + "no-popular-topics": "Žádná oblíbená téma.", "load-new-posts": "Load new posts" } \ No newline at end of file diff --git a/public/language/cs/register.json b/public/language/cs/register.json index a9d59692ac..356bcc7f2b 100644 --- a/public/language/cs/register.json +++ b/public/language/cs/register.json @@ -1,32 +1,32 @@ { "register": "Registrace", "already-have-account": "Already have an account?", - "cancel_registration": "Zrušit registraci", + "cancel-registration": "Zrušit registraci", "help.email": "Ve výchozím nastavení bude váš e-mail skrytý.", - "help.username_restrictions": "Jedinečné uživatelské jméno dlouhé %1 až %2 znaků. Ostatní uživatelé Vás mohou zmínit jako @uživatelské jméno.", - "help.minimum_password_length": "Délka vašeho hesla musí být alespoň %1 znaků.", - "email_address": "E-mailová adresa", - "email_address_placeholder": "Zadejte e-mailovou adresu", + "help.username-restrictions": "Jedinečné uživatelské jméno dlouhé %1 až %2 znaků. Ostatní uživatelé Vás mohou zmínit jako @uživatelské jméno.", + "help.minimum-password-length": "Délka vašeho hesla musí být alespoň %1 znaků.", + "email-address": "E-mailová adresa", + "email-address-placeholder": "Zadejte e-mailovou adresu", "username": "Uživatelské jméno", - "username_placeholder": "Zadejte uživatelské jméno", + "username-placeholder": "Zadejte uživatelské jméno", "password": "Heslo", - "password_placeholder": "Zadejte heslo", - "confirm_password": "Potvrzení hesla", - "confirm_password_placeholder": "Potvrďte heslo", - "register_now_button": "Zaregistrovat se", - "alternative_registration": "Jiný způsob registrace", - "terms_of_use": "Podmínky", - "agree_to_terms_of_use": "Souhlasím s Podmínkami", - "terms_of_use_error": "Musíte souhlasit s podmínkami.", + "password-placeholder": "Zadejte heslo", + "confirm-password": "Potvrzení hesla", + "confirm-password-placeholder": "Potvrďte heslo", + "register-now-button": "Zaregistrovat se", + "alternative-registration": "Jiný způsob registrace", + "terms-of-use": "Podmínky", + "agree-to-terms-of-use": "Souhlasím s Podmínkami", + "terms-of-use-error": "Musíte souhlasit s podmínkami.", "registration-added-to-queue": "Vaše registrace byla přidána do fronty. Obdržíte e-mail až ji správce schválí.", "registration-queue-average-time": "Our average time for approving memberships is %1 hours %2 minutes.", "registration-queue-auto-approve-time": "Your membership to this forum will be fully activated in up to %1 hours.", "interstitial.intro": "We'd like some additional information in order to update your account…", "interstitial.intro-new": "We'd like some additional information before we can create your account…", "interstitial.errors-found": "Please review the entered information:", - "gdpr_agree_data": "Dávám souhlas se sběrem a zpracováním mých osobních údajů na této webové stránce.", - "gdpr_agree_email": "Dávám souhlas k dostávání e-mailových přehledů a oznámení z týkající se této webové stránky.", - "gdpr_consent_denied": "Musíte dát souhlas této stránce sbírat/zpracovávat informace o vaší činnosti a odesílat vám e-maily.", + "gdpr-agree-data": "Dávám souhlas se sběrem a zpracováním mých osobních údajů na této webové stránce.", + "gdpr-agree-email": "Dávám souhlas k dostávání e-mailových přehledů a oznámení z týkající se této webové stránky.", + "gdpr-consent-denied": "Musíte dát souhlas této stránce sbírat/zpracovávat informace o vaší činnosti a odesílat vám e-maily.", "invite.error-admin-only": "Direct user registration has been disabled. Please contact an administrator for more details.", "invite.error-invite-only": "Direct user registration has been disabled. You must be invited by an existing user in order to access this forum.", "invite.error-invalid-data": "The registration data received does not correspond to our records. Please contact an administrator for more details" diff --git a/public/language/cs/reset_password.json b/public/language/cs/reset_password.json index 4ac7bf3446..9f1fb41ba9 100644 --- a/public/language/cs/reset_password.json +++ b/public/language/cs/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "Obnovit heslo", - "update_password": "Upravit heslo", - "password_changed.title": "Heslo změněno", - "password_changed.message": "

Heslo bylo úspěšně změněno, přihlaste se znovu.", - "wrong_reset_code.title": "Špatný kód", - "wrong_reset_code.message": "Byl zadán špatný kód. Zadejte ho prosím znovu, nebo si nechte poslat nový.", - "new_password": "Nové heslo", - "repeat_password": "Potvrzení hesla", - "changing_password": "Changing Password", - "enter_email": "Zadejte svou e-mailovou adresu a my vám pošleme informace, jak můžete obnovit svůj účet.", - "enter_email_address": "Zadejte e-mailovou adresu", - "password_reset_sent": "Odpovídá-li zadaná adresa existujícímu uživatelskému účtu, byl odeslát e-mail s resetovaným heslem.\nMějte na paměti, že může být odeslán pouze jeden e-mail/minutu.", - "invalid_email": "Neplatný e-mail / E-mail neexistuje.", - "password_too_short": "Zadané heslo je příliš krátké, zvolte si prosím jiné.", - "passwords_do_not_match": "Vámi zadaná hesla se neshodují.", - "password_expired": "Platnost Vašeho hesla vypršela, zvolte si prosím nové." + "reset-password": "Obnovit heslo", + "update-password": "Upravit heslo", + "password-changed.title": "Heslo změněno", + "password-changed.message": "

Heslo bylo úspěšně změněno, přihlaste se znovu.", + "wrong-reset-code.title": "Špatný kód", + "wrong-reset-code.message": "Byl zadán špatný kód. Zadejte ho prosím znovu, nebo si nechte poslat nový.", + "new-password": "Nové heslo", + "repeat-password": "Potvrzení hesla", + "changing-password": "Changing Password", + "enter-email": "Zadejte svou e-mailovou adresu a my vám pošleme informace, jak můžete obnovit svůj účet.", + "enter-email-address": "Zadejte e-mailovou adresu", + "password-reset-sent": "Odpovídá-li zadaná adresa existujícímu uživatelskému účtu, byl odeslát e-mail s resetovaným heslem.\nMějte na paměti, že může být odeslán pouze jeden e-mail/minutu.", + "invalid-email": "Neplatný e-mail / E-mail neexistuje.", + "password-too-short": "Zadané heslo je příliš krátké, zvolte si prosím jiné.", + "passwords-do-not-match": "Vámi zadaná hesla se neshodují.", + "password-expired": "Platnost Vašeho hesla vypršela, zvolte si prosím nové." } \ No newline at end of file diff --git a/public/language/cs/rewards.json b/public/language/cs/rewards.json new file mode 100644 index 0000000000..f923cf1500 --- /dev/null +++ b/public/language/cs/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "You have been awarded %1 reputation", + "awarded-group-membership": "You have been added to the group %1", + + "essentials/user.reputation-conditional-value": "(Reputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Post Count %1 %2)", + "essentials/user.lastonline-conditional-value": "(Last Online %1 %2)", + "essentials/user.joindate-conditional-value": "(Join Date %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Days Registered %1 %2)" +} \ No newline at end of file diff --git a/public/language/cs/search.json b/public/language/cs/search.json index 4fba4f629e..0406cbbabd 100644 --- a/public/language/cs/search.json +++ b/public/language/cs/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Type to search", - "results_matching": "Počet výsledků pro „%2“: %1, (%3 sekund)", + "results-matching": "Počet výsledků pro „%2“: %1, (%3 sekund)", "no-matches": "Nic nebylo nalezeno", "advanced-search": "Pokročilé hledání", "in": "v", diff --git a/public/language/cs/tags.json b/public/language/cs/tags.json index 756a1a1be4..d466105703 100644 --- a/public/language/cs/tags.json +++ b/public/language/cs/tags.json @@ -1,11 +1,17 @@ { "all-tags": "All tags", - "no_tag_topics": "Není zde žádné téma s tímto označením.", + "no-tag-topics": "Není zde žádné téma s tímto označením.", "no-tags-found": "No tags found", "tags": "Označení", - "enter_tags_here": "Zde vložte označení, každé o délce %1 až %2 znaků.", - "enter_tags_here_short": "Zadejte označení…", - "no_tags": "Zatím tu není žádné označení.", - "select_tags": "Select Tags", - "tag-whitelist": "Tag Whitelist" + "enter-tags-here": "Zde vložte označení, každé o délce %1 až %2 znaků.", + "enter-tags-here-short": "Zadejte označení…", + "no-tags": "Zatím tu není žádné označení.", + "select-tags": "Select Tags", + "tag-whitelist": "Tag Whitelist", + "watching": "Watching", + "not-watching": "Not Watching", + "watching.description": "Notify me of new topics.", + "not-watching.description": "Do not notify me of new topics.", + "following-tag.message": "You will now be receiving notifications when somebody posts a topic with this tag.", + "not-following-tag.message": "You will not receive notifications when somebody posts a topic with this tag." } \ No newline at end of file diff --git a/public/language/cs/themes/harmony.json b/public/language/cs/themes/harmony.json index f915155306..5e0a65f946 100644 --- a/public/language/cs/themes/harmony.json +++ b/public/language/cs/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page", "settings.autohideBottombar": "Auto hide bottom bar", "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down", + "settings.openSidebars": "Open sidebars", "settings.chatModals": "Enable chat modals" } \ No newline at end of file diff --git a/public/language/cs/top.json b/public/language/cs/top.json index b8a05bfa5f..6e1e05674e 100644 --- a/public/language/cs/top.json +++ b/public/language/cs/top.json @@ -1,4 +1,4 @@ { "title": "Top", - "no_top_topics": "No top topics" + "no-top-topics": "No top topics" } \ No newline at end of file diff --git a/public/language/cs/topic.json b/public/language/cs/topic.json index 4198b2384f..ea809a3133 100644 --- a/public/language/cs/topic.json +++ b/public/language/cs/topic.json @@ -1,20 +1,20 @@ { "topic": "Téma", "title": "Title", - "no_topics_found": "Nebyla nalezena žádná témata.", - "no_posts_found": "Nebyly nalezeny žádné příspěvky.", - "post_is_deleted": "Tento příspěvek je vymazán.", - "topic_is_deleted": "Toto téma je odstraněno.", + "no-topics-found": "Nebyla nalezena žádná témata.", + "no-posts-found": "Nebyly nalezeny žádné příspěvky.", + "post-is-deleted": "Tento příspěvek je vymazán.", + "topic-is-deleted": "Toto téma je odstraněno.", "profile": "Profil", - "posted_by": "Přidal %1", - "posted_by_guest": "Přidal Host", + "posted-by": "Přidal %1", + "posted-by-guest": "Přidal Host", "chat": "Konverzace", - "notify_me": "Dostávat upozornění na nové odpovědi", + "notify-me": "Dostávat upozornění na nové odpovědi", "quote": "Citovat", "reply": "Odpovědět", - "replies_to_this_post": "%1 odpovědí", - "one_reply_to_this_post": "1 odpověď", - "last_reply_time": "Poslední odpověď", + "replies-to-this-post": "%1 odpovědí", + "one-reply-to-this-post": "1 odpověď", + "last-reply-time": "Poslední odpověď", "reply-as-topic": "Odpovědět jako Téma", "guest-login-reply": "Přihlásit se pro odpověď", "login-to-view": "Přihlásit se pro zobrazení", @@ -64,129 +64,130 @@ "user-referenced-topic-on": "%1 referenced this topic on %3", "user-forked-topic-ago": "%1 forked this topic %3", "user-forked-topic-on": "%1 forked this topic on %3", - "bookmark_instructions": "Pro návrat k poslednímu čtenému příspěvku v tématu, klikněte zde.", + "bookmark-instructions": "Pro návrat k poslednímu čtenému příspěvku v tématu, klikněte zde.", "flag-post": "Flag this post", "flag-user": "Flag this user", "already-flagged": "Already Flagged", "view-flag-report": "View Flag Report", "resolve-flag": "Resolve Flag", - "merged_message": "This topic has been merged into %2", - "deleted_message": "Toto téma bylo odstraněno. Jen uživatelé s oprávněním správy témat ho mohou vidět.", - "following_topic.message": "Nyní budete dostávat upozornění, jakmile někdo přidá příspěvek do tohoto tématu.", - "not_following_topic.message": " Toto téma uvidíte v seznamu nepřečtených témat, ale neobdržíte upozornění, přidá-li někdo nový příspěvek.", - "ignoring_topic.message": "Již nadále neuvidíte toto téma v seznamu nepřečtených témat. Budete upozorněn, jakmile se někdo o vás zmíní nebo bude vyjádřen souhlas s příspěvkem.", - "login_to_subscribe": "Pro sledování tohoto tématu se prosím přihlaste nebo zaregistrujte.", + "merged-message": "This topic has been merged into %2", + "forked-message": "This topic was forked from %2", + "deleted-message": "Toto téma bylo odstraněno. Jen uživatelé s oprávněním správy témat ho mohou vidět.", + "following-topic.message": "Nyní budete dostávat upozornění, jakmile někdo přidá příspěvek do tohoto tématu.", + "not-following-topic.message": "Toto téma uvidíte v seznamu nepřečtených témat, ale neobdržíte upozornění, přidá-li někdo nový příspěvek.", + "ignoring-topic.message": "Již nadále neuvidíte toto téma v seznamu nepřečtených témat. Budete upozorněn, jakmile se někdo o vás zmíní nebo bude vyjádřen souhlas s příspěvkem.", + "login-to-subscribe": "Pro sledování tohoto tématu se prosím přihlaste nebo zaregistrujte.", "markAsUnreadForAll.success": "Téma označeno jako nepřečtené pro všechny.", - "mark_unread": "Označ jako nepřečtené", - "mark_unread.success": "Téma označeno jako nepřečtené", + "mark-unread": "Označ jako nepřečtené", + "mark-unread.success": "Téma označeno jako nepřečtené", "watch": "Sledovat", "unwatch": "Přestat sledovat", "watch.title": "Být upozorněn u nových odpovědí v tomto tématu", "unwatch.title": "Přestat sledovat toto téma", - "share_this_post": "Sdílet toto téma", + "share-this-post": "Sdílet toto téma", "watching": "Sledováno", "not-watching": "Nesledováno", "ignoring": "Ignorování", "watching.description": "Upozornit mě na nové odpovědi.
Zobrazit téma v nepřečtených.", "not-watching.description": "Neupozorňovat na nové odpovědi.
Zobrazit téma v nepřečtených, není-li tato kategorie ignorována", "ignoring.description": "Neupozorňovat na nové odpovědi.
Nezobrazovat téma v nepřečtených.", - "thread_tools.title": "Nástroje tématu", - "thread_tools.markAsUnreadForAll": "Označit nepřečtené pro všechny", - "thread_tools.pin": "Připnout téma", - "thread_tools.unpin": "Odepnout téma", - "thread_tools.lock": "Zamknout téma", - "thread_tools.unlock": "Odemknout téma", - "thread_tools.move": "Přesunout téma", - "thread_tools.move-posts": "Přesunout příspěvky", - "thread_tools.move_all": "Přesunout vše", - "thread_tools.change_owner": "Změnit vlastníka", - "thread_tools.select_category": "Vybrat kategorii", - "thread_tools.fork": "Větvit téma", - "thread_tools.tag": "Tag Topic", - "thread_tools.delete": "Odstranit téma", - "thread_tools.delete-posts": "Odstranit přispěvky", - "thread_tools.delete_confirm": "Jste si jist/a, že chcete toto téma smazat.", - "thread_tools.restore": "Obnovit téma", - "thread_tools.restore_confirm": "Jste si jist/a, že chcete toto téma obnovit?", - "thread_tools.purge": "Vyčistit téma", - "thread_tools.purge_confirm": "Jste si jist/a, že chcete vyčistit toto téma?", - "thread_tools.merge_topics": "Sloučit témata", - "thread_tools.merge": "Merge Topic", - "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_undone": "Topic move undone", - "topic_move_posts_success": "Posts will be moved shortly. Click here to undo.", - "topic_move_posts_undone": "Post move undone", - "post_delete_confirm": "Jste si jist/a, že chcete odstranit tento příspěvek?", - "post_restore_confirm": "Jste si jist/a, že chcete obnovit tento příspěvek?", - "post_purge_confirm": "Jste si jist/a, že chcete tento příspěvek vyčistit?", + "thread-tools.title": "Nástroje tématu", + "thread-tools.markAsUnreadForAll": "Označit nepřečtené pro všechny", + "thread-tools.pin": "Připnout téma", + "thread-tools.unpin": "Odepnout téma", + "thread-tools.lock": "Zamknout téma", + "thread-tools.unlock": "Odemknout téma", + "thread-tools.move": "Přesunout téma", + "thread-tools.move-posts": "Přesunout příspěvky", + "thread-tools.move-all": "Přesunout vše", + "thread-tools.change-owner": "Změnit vlastníka", + "thread-tools.select-category": "Vybrat kategorii", + "thread-tools.fork": "Větvit téma", + "thread-tools.tag": "Tag Topic", + "thread-tools.delete": "Odstranit téma", + "thread-tools.delete-posts": "Odstranit přispěvky", + "thread-tools.delete-confirm": "Jste si jist/a, že chcete toto téma smazat.", + "thread-tools.restore": "Obnovit téma", + "thread-tools.restore-confirm": "Jste si jist/a, že chcete toto téma obnovit?", + "thread-tools.purge": "Vyčistit téma", + "thread-tools.purge-confirm": "Jste si jist/a, že chcete vyčistit toto téma?", + "thread-tools.merge-topics": "Sloučit témata", + "thread-tools.merge": "Merge Topic", + "topic-move-success": "This topic will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-multiple-success": "These topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-all-success": "All topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-undone": "Topic move undone", + "topic-move-posts-success": "Posts will be moved shortly. Click here to undo.", + "topic-move-posts-undone": "Post move undone", + "post-delete-confirm": "Jste si jist/a, že chcete odstranit tento příspěvek?", + "post-restore-confirm": "Jste si jist/a, že chcete obnovit tento příspěvek?", + "post-purge-confirm": "Jste si jist/a, že chcete tento příspěvek vyčistit?", "pin-modal-expiry": "Expiration Date", "pin-modal-help": "You can optionally set an expiration date for the pinned topic(s) here. Alternatively, you can leave this field blank to have the topic stay pinned until it is manually unpinned.", - "load_categories": "Načítání kategorií", - "confirm_move": "Přesunout", - "confirm_fork": "Rozdělit", + "load-categories": "Načítání kategorií", + "confirm-move": "Přesunout", + "confirm-fork": "Rozdělit", "bookmark": "Záložka", "bookmarks": "Záložky", - "bookmarks.has_no_bookmarks": "Ještě jste nezazáložkoval žádný příspěvek.", + "bookmarks.has-no-bookmarks": "Ještě jste nezazáložkoval žádný příspěvek.", "copy-permalink": "Copy Permalink", - "loading_more_posts": "Načítání více příspěvků", - "move_topic": "Přesunout téma", - "move_topics": "Přesunout témata", - "move_post": "Přesunout příspěvek", - "post_moved": "Příspěvek přesunut.", - "fork_topic": "Rozdělit příspěvek", + "loading-more-posts": "Načítání více příspěvků", + "move-topic": "Přesunout téma", + "move-topics": "Přesunout témata", + "move-post": "Přesunout příspěvek", + "post-moved": "Příspěvek přesunut.", + "fork-topic": "Rozdělit příspěvek", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", - "fork_no_pids": "Nebyly vybrány žádné příspěvky.", + "fork-topic-instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", + "fork-no-pids": "Nebyly vybrány žádné příspěvky.", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", "x-posts-will-be-moved-to-y": "%1 post(s) will be moved to \"%2\"", - "fork_pid_count": "Vybráno %1 příspěvek/ů", - "fork_success": "Téma úspěšně rozděleno. Pro přejití na rozdělené téma, zde klikněte.", - "delete_posts_instruction": "Klikněte na příspěvek, který chcete odstranit/vyčistit", - "merge_topics_instruction": "Click the topics you want to merge or search for them", + "fork-pid-count": "Vybráno %1 příspěvek/ů", + "fork-success": "Téma úspěšně rozděleno. Pro přejití na rozdělené téma, zde klikněte.", + "delete-posts-instruction": "Klikněte na příspěvek, který chcete odstranit/vyčistit", + "merge-topics-instruction": "Click the topics you want to merge or search for them", "merge-topic-list-title": "List of topics to be merged", "merge-options": "Merge options", "merge-select-main-topic": "Select the main topic", "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", - "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", - "move_topic_instruction": "Select the target category and then click move", - "change_owner_instruction": "Klikněte na příspěvek u kterého chcete změnit vlastníka", - "composer.title_placeholder": "Zadejte název tématu…", - "composer.handle_placeholder": "Enter your name/handle here", + "move-posts-instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move-topic-instruction": "Select the target category and then click move", + "change-owner-instruction": "Klikněte na příspěvek u kterého chcete změnit vlastníka", + "composer.title-placeholder": "Zadejte název tématu…", + "composer.handle-placeholder": "Enter your name/handle here", "composer.hide": "Hide", "composer.discard": "Zrušit", "composer.submit": "Odeslat", "composer.additional-options": "Additional Options", "composer.post-later": "Post Later", "composer.schedule": "Schedule", - "composer.replying_to": "Odpovídání na %1", - "composer.new_topic": "Nové téma", + "composer.replying-to": "Odpovídání na %1", + "composer.new-topic": "Nové téma", "composer.editing-in": "Editing post in %1", "composer.uploading": "nahrávání…", - "composer.thumb_url_label": "Vložit URL náhledu tématu", - "composer.thumb_title": "Přidat k tématu náhled", - "composer.thumb_url_placeholder": "http://example.com/thumb.png", - "composer.thumb_file_label": "Nebo nahrajte soubor", - "composer.thumb_remove": "Vymazat pole", - "composer.drag_and_drop_images": "Přetáhněte sem obrázek", - "more_users_and_guests": "%1 další/ch uživatel/é/ů a %2 host/i/ů", - "more_users": "%1 další/ch uživatel/ů", - "more_guests": "%1 další/ch host/ů", - "users_and_others": "%1 a %2 jiných", - "sort_by": "Seřadit dle", - "oldest_to_newest": "Od nejstarších po nejnovější", - "newest_to_oldest": "Od nejnovějších po nejstarší", - "most_votes": "S nejvíce hlasy", - "most_posts": "S nejvíce příspěvky", - "most_views": "Most Views", + "composer.thumb-url-label": "Vložit URL náhledu tématu", + "composer.thumb-title": "Přidat k tématu náhled", + "composer.thumb-url-placeholder": "http://example.com/thumb.png", + "composer.thumb-file-label": "Nebo nahrajte soubor", + "composer.thumb-remove": "Vymazat pole", + "composer.drag-and-drop-images": "Přetáhněte sem obrázek", + "more-users-and-guests": "%1 další/ch uživatel/é/ů a %2 host/i/ů", + "more-users": "%1 další/ch uživatel/ů", + "more-guests": "%1 další/ch host/ů", + "users-and-others": "%1 a %2 jiných", + "sort-by": "Seřadit dle", + "oldest-to-newest": "Od nejstarších po nejnovější", + "newest-to-oldest": "Od nejnovějších po nejstarší", + "most-votes": "S nejvíce hlasy", + "most-posts": "S nejvíce příspěvky", + "most-views": "Most Views", "stale.title": "Raději vytvořit nové téma?", "stale.warning": "Reagujete na starší téma. Nechcete raději vytvořit nové téma a na původní v něm odkázat?", "stale.create": "Vytvořit nové téma", - "stale.reply_anyway": "Přesto reagovat na toto téma", - "link_back": "Odpověď: [%1](%2)", + "stale.reply-anyway": "Přesto reagovat na toto téma", + "link-back": "Odpověď: [%1](%2)", "diffs.title": "Historie úpravy příspěvku", "diffs.description": "Tento příspěvek má %1 změn. Pro zobrazení obsahu příspěvku platného v daný čas, klikněte níže na jednu ze změn.", "diffs.no-revisions-description": "Tento příspěvek má %1 změn.", @@ -197,8 +198,8 @@ "diffs.post-restored": "Post successfully restored to earlier revision", "diffs.delete": "Delete this revision", "diffs.deleted": "Revision deleted", - "timeago_later": "%1 později", - "timeago_earlier": "%1 dříve", + "timeago-later": "%1 později", + "timeago-earlier": "%1 dříve", "first-post": "First post", "last-post": "Last post", "go-to-my-next-post": "Go to my next post", diff --git a/public/language/cs/unread.json b/public/language/cs/unread.json index 35035c5cb0..8d6387ce59 100644 --- a/public/language/cs/unread.json +++ b/public/language/cs/unread.json @@ -1,12 +1,12 @@ { "title": "Nepřečtené", - "no_unread_topics": "Nejsou zde žádné nepřečtené témata.", - "load_more": "Načíst další", - "mark_as_read": "Označit jako přečtené", + "no-unread-topics": "Nejsou zde žádné nepřečtené témata.", + "load-more": "Načíst další", + "mark-as-read": "Označit jako přečtené", "selected": "Vybrané", "all": "Vše", - "all_categories": "Všechny kategorie", - "topics_marked_as_read.success": "Téma bylo označeno jako přečtené.", + "all-categories": "Všechny kategorie", + "topics-marked-as-read.success": "Téma bylo označeno jako přečtené.", "all-topics": "Všechna témata", "new-topics": "Nová témata", "watched-topics": "Sledovaná témata", diff --git a/public/language/cs/user.json b/public/language/cs/user.json index a819de178f..9406c9e20d 100644 --- a/public/language/cs/user.json +++ b/public/language/cs/user.json @@ -7,22 +7,22 @@ "joindate": "Datum registrace", "postcount": "Počet příspěvků", "email": "E-mail", - "confirm_email": "Potvrdit e-mail", - "account_info": "Informace o účtu", - "admin_actions_label": "Administrative Actions", - "ban_account": "Zablokovat účet", - "ban_account_confirm": "Opravdu chcete zablokovat tohoto uživatele?", - "unban_account": "Odblokovat účet", - "mute_account": "Ztlumit účet", - "unmute_account": "Zrušit ztlumení účtu", - "delete_account": "Odstranit účet", - "delete_account_as_admin": "Delete Account", - "delete_content": "Delete Account Content", - "delete_all": "Delete Account and Content", - "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", - "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", - "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", - "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "confirm-email": "Potvrdit e-mail", + "account-info": "Informace o účtu", + "admin-actions-label": "Administrative Actions", + "ban-account": "Zablokovat účet", + "ban-account-confirm": "Opravdu chcete zablokovat tohoto uživatele?", + "unban-account": "Odblokovat účet", + "mute-account": "Ztlumit účet", + "unmute-account": "Zrušit ztlumení účtu", + "delete-account": "Odstranit účet", + "delete-account-as-admin": "Delete Account", + "delete-content": "Delete Account Content", + "delete-all": "Delete Account and Content", + "delete-account-confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", + "delete-this-account-confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", + "delete-account-content-confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "delete-all-confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", "account-deleted": "Účet odstraněn", "account-content-deleted": "Account content deleted", "fullname": "Jméno a příjmení", @@ -32,11 +32,12 @@ "joined": "Registrován", "lastonline": "Naposledy připojen", "profile": "Profil", - "profile_views": "Zobrazení profilu", + "profile-views": "Zobrazení profilu", "reputation": "Reputace", "bookmarks": "Záložky", - "watched_categories": "Sledované kategorie", - "change_all": "Změnit vše", + "watched-categories": "Sledované kategorie", + "watched-tags": "Watched tags", + "change-all": "Změnit vše", "watched": "Sledován", "ignored": "Ignorován", "default-category-watch-state": "Výchozí stav sledované kategorie", @@ -44,83 +45,84 @@ "following": "Sleduje", "blocks": "Zablokováni", "blocked-users": "Blocked users", - "block_toggle": "Přepnout zablokování", - "block_user": "Zablokovat uživatele", - "unblock_user": "Odblokovat uživatele", + "block-toggle": "Přepnout zablokování", + "block-user": "Zablokovat uživatele", + "unblock-user": "Odblokovat uživatele", "aboutme": "O mně", "signature": "Podpis", "birthday": "Datum narození", "chat": "Konverzace", - "chat_with": "Pokračovat v konverzaci s %1", - "new_chat_with": "Začít novou konverzaci s %1", + "chat-with": "Pokračovat v konverzaci s %1", + "new-chat-with": "Začít novou konverzaci s %1", "flag-profile": "Označit profil", "follow": "Sledovat", "unfollow": "Nesledovat", "more": "Více", - "profile_update_success": "Profil byl úspěšně aktualizován.", - "change_picture": "Změnit obrázek", - "change_username": "Změnit uživatelské jméno", - "change_email": "Změnit e-mail", - "email_same_as_password": "Chcete-li pokračovat, zadejte své aktuální heslo. – znovu jste zadal/a vaši novou e-mailovou adresu", + "profile-update-success": "Profil byl úspěšně aktualizován.", + "change-picture": "Změnit obrázek", + "change-username": "Změnit uživatelské jméno", + "change-email": "Změnit e-mail", + "email-updated": "Email Updated", + "email-same-as-password": "Chcete-li pokračovat, zadejte své aktuální heslo. – znovu jste zadal/a vaši novou e-mailovou adresu", "edit": "Upravit", "edit-profile": "Upravit profil", - "default_picture": "Výchozí ikonka", - "uploaded_picture": "Nahraný obrázek", - "upload_new_picture": "Nahrát nový obrázek", - "upload_new_picture_from_url": "Nahrát nový obrázek z URL", - "current_password": "Aktuální heslo", - "new_password": "New Password", - "change_password": "Změnit heslo", - "change_password_error": "Neplatné heslo.", - "change_password_error_wrong_current": "Aktuální heslo není správně.", - "change_password_error_match": "Hesla se neshodují.", - "change_password_error_privileges": "Nemáte oprávnění změnit heslo.", - "change_password_success": "Heslo bylo aktualizováno.", - "confirm_password": "Potvrdit heslo", + "default-picture": "Výchozí ikonka", + "uploaded-picture": "Nahraný obrázek", + "upload-new-picture": "Nahrát nový obrázek", + "upload-new-picture-from-url": "Nahrát nový obrázek z URL", + "current-password": "Aktuální heslo", + "new-password": "New Password", + "change-password": "Změnit heslo", + "change-password-error": "Neplatné heslo.", + "change-password-error-wrong-current": "Aktuální heslo není správně.", + "change-password-error-match": "Hesla se neshodují.", + "change-password-error-privileges": "Nemáte oprávnění změnit heslo.", + "change-password-success": "Heslo bylo aktualizováno.", + "confirm-password": "Potvrdit heslo", "password": "Heslo", - "username_taken_workaround": "Zvolené uživatelské jméno již někdo používá, takže jsme ho trochu upravili. Nyní jste znám jako %1", - "password_same_as_username": "Vaše heslo je stejné jako vaše přihlašovací jméno. Zvolte si prosím jiné heslo.", - "password_same_as_email": "Vaše heslo je stejné jako váš e-mail. Zvolte si prosím jiné heslo.", - "weak_password": "Slabé heslo.", - "upload_picture": "Nahrát obrázek", - "upload_a_picture": "Nahrát obrázek", - "remove_uploaded_picture": "Odstranit nahraný obrázek", - "upload_cover_picture": "Náhrát titulní obrázek", - "remove_cover_picture_confirm": "Jste si jist/a, že chcete smazat obrázek?", - "crop_picture": "Oříznout obrázek", - "upload_cropped_picture": "Oříznout a nahrát", + "username-taken-workaround": "Zvolené uživatelské jméno již někdo používá, takže jsme ho trochu upravili. Nyní jste znám jako %1", + "password-same-as-username": "Vaše heslo je stejné jako vaše přihlašovací jméno. Zvolte si prosím jiné heslo.", + "password-same-as-email": "Vaše heslo je stejné jako váš e-mail. Zvolte si prosím jiné heslo.", + "weak-password": "Slabé heslo.", + "upload-picture": "Nahrát obrázek", + "upload-a-picture": "Nahrát obrázek", + "remove-uploaded-picture": "Odstranit nahraný obrázek", + "upload-cover-picture": "Náhrát titulní obrázek", + "remove-cover-picture-confirm": "Jste si jist/a, že chcete smazat obrázek?", + "crop-picture": "Oříznout obrázek", + "upload-cropped-picture": "Oříznout a nahrát", "avatar-background-colour": "Avatar background colour", "settings": "Nastavení", - "show_email": "Zobrazovat můj e-mail", - "show_fullname": "Zobrazovat celé jméno", - "restrict_chats": "Povolit konverzační zprávy pouze od uživatelů, které sleduji.", - "digest_label": "Odebírat přehled", - "digest_description": "Přihlásit se k odběru e-mailových aktualizací pro toto fórum (nová oznámení a témata), dle stanoveného plánu", - "digest_off": "Vypnuto", - "digest_daily": "Denně", - "digest_weekly": "Týdně", - "digest_biweekly": "Každý druhý týden", - "digest_monthly": "Měsíčně", - "has_no_follower": "Tohoto uživatele nikdo nesleduje :(", - "follows_no_one": "Tento uživatel nikoho nesleduje :(", - "has_no_posts": "Tento uživatel ještě nic nenapsal.", - "has_no_best_posts": "This user does not have any upvoted posts yet.", - "has_no_topics": "Tento uživatel ještě nezaložil žádné téma.", - "has_no_watched_topics": "Tento uživatel zatím nesleduje žádná témata.", - "has_no_ignored_topics": "Tento uživatel ještě neignoruje žádné témata.", - "has_no_upvoted_posts": "Tento uživatel zatím nevyjádřil souhlas u žádného příspěvku.", - "has_no_downvoted_posts": "Tento uživatel zatím nevyjádřil nesouhlas u žádného příspěvku.", - "has_no_controversial_posts": "This user does not have any downvoted posts yet.", - "has_no_blocks": "Nezablokoval/a jste žádné uživatele.", - "email_hidden": "E-mail je skryt", + "show-email": "Zobrazovat můj e-mail", + "show-fullname": "Zobrazovat celé jméno", + "restrict-chats": "Povolit konverzační zprávy pouze od uživatelů, které sleduji.", + "digest-label": "Odebírat přehled", + "digest-description": "Přihlásit se k odběru e-mailových aktualizací pro toto fórum (nová oznámení a témata), dle stanoveného plánu", + "digest-off": "Vypnuto", + "digest-daily": "Denně", + "digest-weekly": "Týdně", + "digest-biweekly": "Každý druhý týden", + "digest-monthly": "Měsíčně", + "has-no-follower": "Tohoto uživatele nikdo nesleduje :(", + "follows-no-one": "Tento uživatel nikoho nesleduje :(", + "has-no-posts": "Tento uživatel ještě nic nenapsal.", + "has-no-best-posts": "This user does not have any upvoted posts yet.", + "has-no-topics": "Tento uživatel ještě nezaložil žádné téma.", + "has-no-watched-topics": "Tento uživatel zatím nesleduje žádná témata.", + "has-no-ignored-topics": "Tento uživatel ještě neignoruje žádné témata.", + "has-no-upvoted-posts": "Tento uživatel zatím nevyjádřil souhlas u žádného příspěvku.", + "has-no-downvoted-posts": "Tento uživatel zatím nevyjádřil nesouhlas u žádného příspěvku.", + "has-no-controversial-posts": "This user does not have any downvoted posts yet.", + "has-no-blocks": "Nezablokoval/a jste žádné uživatele.", + "email-hidden": "E-mail je skryt", "hidden": "skrytý", - "paginate_description": "Stránkovat témata a příspěvky místo použití nekonečného posunování", - "topics_per_page": "Témat na stránce", - "posts_per_page": "Příspěvků na stránce", + "paginate-description": "Stránkovat témata a příspěvky místo použití nekonečného posunování", + "topics-per-page": "Témat na stránce", + "posts-per-page": "Příspěvků na stránce", "category-topic-sort": "Category topic sort", "topic-post-sort": "Topic post sort", - "max_items_per_page": "Maximum %1", - "acp_language": "Jazyk stránky správce", + "max-items-per-page": "Maximum %1", + "acp-language": "Jazyk stránky správce", "notifications": "Oznámení", "upvote-notif-freq": "Frekvence upozornění na souhlasy", "upvote-notif-freq.all": "Všechny souhlasy", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "Dle 10, 100, 1000...", "upvote-notif-freq.disabled": "Zakázáno", "browsing": "Nastavení prohlížení", - "open_links_in_new_tab": "Otevřít odchozí odkaz v nové záložce", - "enable_topic_searching": "Povolit vyhledávání v tématu", - "topic_search_help": "Je-li povoleno, hledání v tématu přepíše výchozí chování vyhledávání v prohlížeči a umožní vám prohledávat celé téma, namísto pouze toho, co je zobrazeno na obrazovce", - "update_url_with_post_index": "Update url with post index while browsing topics", - "scroll_to_my_post": "Po odeslání odpovědi, zobrazit nový příspěvek", - "follow_topics_you_reply_to": "Sledovat témata, do kterých přispějete", - "follow_topics_you_create": "Sledovat témata, která vytvoříte", + "open-links-in-new-tab": "Otevřít odchozí odkaz v nové záložce", + "enable-topic-searching": "Povolit vyhledávání v tématu", + "topic-search-help": "Je-li povoleno, hledání v tématu přepíše výchozí chování vyhledávání v prohlížeči a umožní vám prohledávat celé téma, namísto pouze toho, co je zobrazeno na obrazovce", + "update-url-with-post-index": "Update url with post index while browsing topics", + "scroll-to-my-post": "Po odeslání odpovědi, zobrazit nový příspěvek", + "follow-topics-you-reply-to": "Sledovat témata, do kterých přispějete", + "follow-topics-you-create": "Sledovat témata, která vytvoříte", "grouptitle": "Nadpis skupiny", "group-order-help": "Vyberte si skupiny a použijte šipky pro seřazení titulů", "no-group-title": "Žádný nadpis skupiny", @@ -145,9 +147,9 @@ "no-skin": "No Skin", "select-homepage": "Vybrat domovskou stránku", "homepage": "Domovská stránka", - "homepage_description": "Vyberte stránku, která má být domovskou stránkou fóra nebo vyberte „Nic” a bude použita výchozí domovská stránka.", - "custom_route": "Cesta k uživatelské domovské stránce", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", + "homepage-description": "Vyberte stránku, která má být domovskou stránkou fóra nebo vyberte „Nic” a bude použita výchozí domovská stránka.", + "custom-route": "Cesta k uživatelské domovské stránce", + "custom-route-help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Služby jednotného přihlášení", "sso.associated": "Přiřazeno k", "sso.not-associated": "Zde klikněte pro přiřazení k", @@ -173,31 +175,31 @@ "info.moderation-note": "Poznámka moderace", "info.moderation-note.success": "Poznámka moderace byla uložena", "info.moderation-note.add": "Přidat poznámku", - "sessions.description": "Tato stránka vám zobrazuje aktivní relace na tomto fóru a umožňuje vám je zrušit. Můžete tak i zrušit vlastní relaci svým odhlášením. ", + "sessions.description": "Tato stránka vám zobrazuje aktivní relace na tomto fóru a umožňuje vám je zrušit. Můžete tak i zrušit vlastní relaci svým odhlášením.", "revoke-session": "Revoke Session", "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Váš právní souhlas", "consent.lead": "Toto komunitní fórum sbírá zpracovává vaše osobní údaje.", "consent.intro": "Tyto informace používáme pouze pro peronizaci vašich zkušeností v této komunitě, stejně tak k rozpoznání příspěvků, které jste pod uživatelským účtem vytvořil. Během jednotlivých registračních kroků budete požádán/a o zadání Vašeho uživatelského jména a e-mailové adresy. Můžete také dobrovolně poskytnout některé dodatečné informace do vašeho profilu na webové stránce.Tyto informace uchováváme po dobu životnosti vašeho uživatelského účtu a Vy můžete kdykoliv zrušit tento svůj souhlas smazáním vašeho účtu. Kdykoli můžete požadovat kopii svých příspěvků na této webové stránce pomocí stránky „Práva a souhlas”

Máte-li nějaké otázky nebo obavy, obraťte se na tým správců fóra.", - "consent.email_intro": "Občas Vám zašleme zprávu na vaši registrovanou e-mailovou schránku za účelem poskytnutí přehledu novinek a/nebo Vám oznámíme o nových příspěvcích, které jsou pro vás relevantní. Časový přehled novinek si můžete kdykoliv upravit (popřípadě ho zakázat), stejně tak vybrat, které typy oznámení chcete dostávat na e-mail. Docílíte toho v uživatelském nastavení.", - "consent.digest_frequency": "Není-li ve vašem uživatelském nastavení uvedeno jinak, tato komunita rozesílá e-mailový přehled každých %1.", - "consent.digest_off": "Není-li ve vašem uživatelském nastavení uvedeno jinak, tato komunita nerozesílá e-mailové přehledy", + "consent.email-intro": "Občas Vám zašleme zprávu na vaši registrovanou e-mailovou schránku za účelem poskytnutí přehledu novinek a/nebo Vám oznámíme o nových příspěvcích, které jsou pro vás relevantní. Časový přehled novinek si můžete kdykoliv upravit (popřípadě ho zakázat), stejně tak vybrat, které typy oznámení chcete dostávat na e-mail. Docílíte toho v uživatelském nastavení.", + "consent.digest-frequency": "Není-li ve vašem uživatelském nastavení uvedeno jinak, tato komunita rozesílá e-mailový přehled každých %1.", + "consent.digest-off": "Není-li ve vašem uživatelském nastavení uvedeno jinak, tato komunita nerozesílá e-mailové přehledy", "consent.received": "Souhlasil/a jste, že tato stránka může shromažďovat a zpracovávat informace o Vás. Žádný dodatečný úkon není třeba.", - "consent.not_received": "Neposkytl/a jste souhlas se sběrem a zpracováním dat. V tuto chvíly tato webová stránka a její tým správců může smazat váš účet za účelem naplnění zákona „Obecné nařízení o ochraně osobních údajů (GDPR)”.", + "consent.not-received": "Neposkytl/a jste souhlas se sběrem a zpracováním dat. V tuto chvíly tato webová stránka a její tým správců může smazat váš účet za účelem naplnění zákona „Obecné nařízení o ochraně osobních údajů (GDPR)”.", "consent.give": "Dát souhlas", - "consent.right_of_access": "Můžete se k nám přidat", - "consent.right_of_access_description": "Máte právo ověřit si data sesbírané touto stránkou. Takovouto kopii dat získáte kliknutím na vhodné tlačítko níže.", - "consent.right_to_rectification": "Máte právo zrušit svůj souhlas", - "consent.right_to_rectification_description": "Máte právo změnit nebo aktualizovat nepřesná data, která jste nám poskytl/a. Váš profil může být aktualizován, pouhou jeho editací a obsah příspěvků může být kdykoliv upraven. Pokud Vám v tuto chvíli jde o něco jiného, kontaktujte tým správců této stránky.", - "consent.right_to_erasure": "Máte právo být smazán", - "consent.right_to_erasure_description": "Kdykoliv můžete změnit svůj souhlas se shromažďováním dat a/nebo zpracování odstraněním vašeho účtu. Váš profil bude odstraněn, ačkoliv vaše příspěvky budou zachovány. Pokud si přejete odstranění jak účtu tak i obsahu, prosím kontaktujte správce této stránky.", - "consent.right_to_data_portability": "Máte právo na přenositelnost dat", - "consent.right_to_data_portability_description": "Můžete od nás požadovat strojně čitelné data, která byla sesbírána o Vás a vašem účtu. Učiníte tak kliknutím na tlačítka zobrazená níže.", - "consent.export_profile": "Export Profile (.json)", + "consent.right-of-access": "Můžete se k nám přidat", + "consent.right-of-access-description": "Máte právo ověřit si data sesbírané touto stránkou. Takovouto kopii dat získáte kliknutím na vhodné tlačítko níže.", + "consent.right-to-rectification": "Máte právo zrušit svůj souhlas", + "consent.right-to-rectification-description": "Máte právo změnit nebo aktualizovat nepřesná data, která jste nám poskytl/a. Váš profil může být aktualizován, pouhou jeho editací a obsah příspěvků může být kdykoliv upraven. Pokud Vám v tuto chvíli jde o něco jiného, kontaktujte tým správců této stránky.", + "consent.right-to-erasure": "Máte právo být smazán", + "consent.right-to-erasure-description": "Kdykoliv můžete změnit svůj souhlas se shromažďováním dat a/nebo zpracování odstraněním vašeho účtu. Váš profil bude odstraněn, ačkoliv vaše příspěvky budou zachovány. Pokud si přejete odstranění jak účtu tak i obsahu, prosím kontaktujte správce této stránky.", + "consent.right-to-data-portability": "Máte právo na přenositelnost dat", + "consent.right-to-data-portability-description": "Můžete od nás požadovat strojně čitelné data, která byla sesbírána o Vás a vašem účtu. Učiníte tak kliknutím na tlačítka zobrazená níže.", + "consent.export-profile": "Export Profile (.json)", "consent.export-profile-success": "Exporting profile, you will get a notification when it is complete.", - "consent.export_uploads": "Exportovat nahraný obsah (*.zip)", + "consent.export-uploads": "Exportovat nahraný obsah (*.zip)", "consent.export-uploads-success": "Exporting uploads, you will get a notification when it is complete.", - "consent.export_posts": "Exportovat příspěvky (*.csv)", + "consent.export-posts": "Exportovat příspěvky (*.csv)", "consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.", "emailUpdate.intro": "Prosíme vložte svou emailovou adresu. Toto fórum používá Vaši emailovou adresu pro zasílání pravidelných přehledů a oznámení. Emailová adresa je také použita pro obnovení přístupu v případě ztráty hesla.", "emailUpdate.optional": "This field is optional. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.", diff --git a/public/language/cs/users.json b/public/language/cs/users.json index f2a6b4ca1e..5947554536 100644 --- a/public/language/cs/users.json +++ b/public/language/cs/users.json @@ -1,24 +1,24 @@ { - "all-users": "All Users", - "latest_users": "Nejnovější uživatelé", - "top_posters": "Nejaktivnější", - "most_reputation": "Nejváženější", - "most_flags": "Nejoznačovanější", + "all-users": "Všichni uživatelé", + "latest-users": "Nejnovější uživatelé", + "top-posters": "Nejaktivnější", + "most-reputation": "Nejváženější", + "most-flags": "Nejoznačovanější", "search": "Hledat", - "enter_username": "Zadej uživatelské jméno k hledání", - "search-user-for-chat": "Search for a user to start chat", - "load_more": "Načíst další", + "enter-username": "Zadej uživatelské jméno k hledání", + "search-user-for-chat": "Hledání uživatele pro zahájení konverzace", + "load-more": "Načíst další", "users-found-search-took": "Nalezeno %1 uživatel(ů) za %2 vteřiny.", "filter-by": "Filtrovat dle", "online-only": "Pouze připojené", "invite": "Pozvat", "prompt-email": "E-maily:", - "groups-to-join": "Groups to be joined when invite is accepted:", + "groups-to-join": "Skupiny, ke kterým se připojíte po přijetí pozvánky:", "invitation-email-sent": "E-mailová pozvánka byla odeslána na adresu %1", - "user_list": "Seznam uživatelů", - "recent_topics": "Poslední témata", - "popular_topics": "Oblíbená témata", - "unread_topics": "Nepřečtená témata", + "user-list": "Seznam uživatelů", + "recent-topics": "Poslední témata", + "popular-topics": "Oblíbená témata", + "unread-topics": "Nepřečtená témata", "categories": "Kategorie", "tags": "Značky", "no-users-found": "Nebyly nalezeny žádní uživatelé." diff --git a/public/language/da/admin/advanced/database.json b/public/language/da/admin/advanced/database.json index aa0edc2684..8dd344dcc8 100644 --- a/public/language/da/admin/advanced/database.json +++ b/public/language/da/admin/advanced/database.json @@ -17,7 +17,7 @@ "mongo.file-size": "Fil Størrelse", "mongo.resident-memory": "Resident Hukommelse", "mongo.virtual-memory": "Virtuel Hukommelse", - "mongo.mapped-memory": "Kortlagt Hukommelse", + "mongo.mapped-memory": "Mapped Memory", "mongo.bytes-in": "Bytes In", "mongo.bytes-out": "Bytes Out", "mongo.num-requests": "Number of Requests", diff --git a/public/language/da/admin/advanced/events.json b/public/language/da/admin/advanced/events.json index dcdb6608c1..ab141028f4 100644 --- a/public/language/da/admin/advanced/events.json +++ b/public/language/da/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "Event Type", "filter-start": "Start Date", "filter-end": "End Date", - "filter-perPage": "Per Page" + "filter-per-page": "Per Page" } \ No newline at end of file diff --git a/public/language/da/admin/extend/widgets.json b/public/language/da/admin/extend/widgets.json index ab3a4b11d2..5d2832feed 100644 --- a/public/language/da/admin/extend/widgets.json +++ b/public/language/da/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "No widgets found! Activate the widget essentials plugin in the plugins control panel.", "clone-from": "Clone widgets from", "containers.available": "Available Containers", - "containers.explanation": "Drag and drop on top of any active widget", + "containers.explanation": "Drag and drop on top of any widget", "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", @@ -29,5 +29,7 @@ "hide-from-groups": "Hide from groups", "start-date": "Start date", "end-date": "End date", - "hide-on-mobile": "Hide on mobile" + "hide-on-mobile": "Hide on mobile", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/da/admin/manage/privileges.json b/public/language/da/admin/manage/privileges.json index 9af075bcfa..240cff6aa5 100644 --- a/public/language/da/admin/manage/privileges.json +++ b/public/language/da/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "Edit Privileges", "select-clear-all": "Select/Clear All", "chat": "Chat", + "chat-with-privileged": "Chat with Privileged", "upload-images": "Upload Images", "upload-files": "Upload Files", "signature": "Signature", @@ -33,7 +34,7 @@ "edit-posts": "Edit Posts", "view-edit-history": "View Edit History", "delete-posts": "Delete Posts", - "view_deleted": "View Deleted Posts", + "view-deleted": "View Deleted Posts", "upvote-posts": "Upvote Posts", "downvote-posts": "Downvote Posts", "delete-topics": "Delete Topics", diff --git a/public/language/da/admin/manage/users.json b/public/language/da/admin/manage/users.json index 1fef96f56d..08e5701f40 100644 --- a/public/language/da/admin/manage/users.json +++ b/public/language/da/admin/manage/users.json @@ -4,16 +4,21 @@ "edit": "Actions", "make-admin": "Make Admin", "remove-admin": "Remove Admin", + "change-email": "Change Email", + "new-email": "New Email", "validate-email": "Validate Email", "send-validation-email": "Send Validation Email", + "change-password": "Change Password", "password-reset-email": "Send Password Reset Email", "force-password-reset": "Force Password Reset & Log User Out", - "ban": "Ban User(s)", + "ban": "Ban", + "ban-users": "Ban User(s)", "temp-ban": "Ban User(s) Temporarily", "unban": "Unban User(s)", "reset-lockout": "Reset Lockout", "reset-flags": "Reset Flags", - "delete": "Delete User(s)", + "delete": "Delete", + "delete-users": "Delete User(s)", "delete-content": "Delete User(s) Content", "purge": "Delete User(s) and Content", "download-csv": "Download CSV", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "Ban %1 user(s)", "alerts.unban-success": "User(s) unbanned!", "alerts.lockout-reset-success": "Lockout(s) reset!", + "alerts.password-change-success": "Password(s) changed!", "alerts.flag-reset-success": "Flags(s) reset!", "alerts.no-remove-yourself-admin": "You can't remove yourself as Administrator!", "alerts.make-admin-success": "User is now administrator.", @@ -106,6 +112,7 @@ "alerts.create": "Create User", "alerts.button-create": "Create", "alerts.button-cancel": "Cancel", + "alerts.button-change": "Change", "alerts.error-passwords-different": "Passwords must match!", "alerts.error-x": "Error

%1

", "alerts.create-success": "User created!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "Emails: ", "alerts.email-sent-to": "An invitation email has been sent to %1", "alerts.x-users-found": "%1 user(s) found, (%2 seconds)", + "alerts.select-a-single-user-to-change-email": "Select a single user to change email", "export-users-started": "Exporting users as csv, this might take a while. You will receive a notification when it is complete.", - "export-users-completed": "Users exported as csv, click here to download." + "export-users-completed": "Users exported as csv, click here to download.", + "email": "Email", + "password": "Password", + "manage": "Manage" } \ No newline at end of file diff --git a/public/language/da/admin/settings/chat.json b/public/language/da/admin/settings/chat.json index e4946458bd..86360a34ee 100644 --- a/public/language/da/admin/settings/chat.json +++ b/public/language/da/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "Enter 0 to disable this restriction", "chat-settings": "Chat Settings", "disable": "Disable chat", "disable-editing": "Disable chat message editing/deletion", @@ -6,8 +7,10 @@ "max-length": "Maximum length of chat messages", "max-chat-room-name-length": "Maximum length of chat room names", "max-room-size": "Maximum number of users in chat rooms", - "delay": "Time between chat messages in milliseconds", - "notification-delay": "Notification delay for chat messages. (0 for no delay)", - "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable. (0 disabled)", - "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable. (0 disabled)" + "delay": "Time between chat messages (ms)", + "newbieDelay": "... for new users (ms)", + "notification-delay": "Notification delay for chat messages", + "notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.", + "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.", + "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable." } \ No newline at end of file diff --git a/public/language/da/admin/settings/post.json b/public/language/da/admin/settings/post.json index 9dc61afe57..9de7dc76fa 100644 --- a/public/language/da/admin/settings/post.json +++ b/public/language/da/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "Title Length", "restrictions.post-length": "Post Length", "restrictions.days-until-stale": "Days until topic is considered stale", - "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic.", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "Timestamp", "timestamp.cut-off": "Date cut-off (in days)", "timestamp.cut-off-help": "Dates & times will be shown in a relative manner (e.g. \"3 hours ago\" / \"5 days ago\"), and localised into various\n\t\t\t\t\tlanguages. After a certain point, this text can be switched to display the localised date itself\n\t\t\t\t\t(e.g. 5 Nov 2016 15:30).
(Default: 30, or one month). Set to 0 to always display dates, leave blank to always display relative times.", diff --git a/public/language/da/admin/settings/user.json b/public/language/da/admin/settings/user.json index 368548ba74..816bdfc150 100644 --- a/public/language/da/admin/settings/user.json +++ b/public/language/da/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "Username or Email", "allow-login-with.username": "Username Only", "account-settings": "Account Settings", - "gdpr_enabled": "Enable GDPR consent collection", - "gdpr_enabled_help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", + "gdpr-enabled": "Enable GDPR consent collection", + "gdpr-enabled-help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", "disable-username-changes": "Disable username changes", "disable-email-changes": "Disable email changes", "disable-password-changes": "Disable password changes", diff --git a/public/language/da/category.json b/public/language/da/category.json index 2e8c100ec9..7af45d9980 100644 --- a/public/language/da/category.json +++ b/public/language/da/category.json @@ -1,12 +1,12 @@ { "category": "Kategori", "subcategories": "Underkategorier", - "new_topic_button": "Nyt emne", + "new-topic-button": "Nyt emne", "guest-login-post": "Log ind", - "no_topics": "Der er ikke nogen nye emner i denne kategori.
Hvorfor prøver du ikke at lave et?", + "no-topics": "Der er ikke nogen nye emner i denne kategori.
Hvorfor prøver du ikke at lave et?", "browsing": "browse", - "no_replies": "Ingen har svaret", - "no_new_posts": "Ingen nye indlæg", + "no-replies": "Ingen har svaret", + "no-new-posts": "Ingen nye indlæg", "watch": "Overvåg", "ignore": "Ignorer", "watching": "Watching", diff --git a/public/language/da/email.json b/public/language/da/email.json index 7e52e35724..0e31d9701a 100644 --- a/public/language/da/email.json +++ b/public/language/da/email.json @@ -3,8 +3,8 @@ "password-reset-requested": "Password Reset Requested!", "welcome-to": "Velkommen til %1", "invite": "Invitation fra %1", - "greeting_no_name": "Hej", - "greeting_with_name": "Hej %1", + "greeting-no-name": "Hej", + "greeting-with-name": "Hej %1", "email.verify-your-email.subject": "Please verify your email", "email.verify.text1": "You've requested that we change or confirm your email address", "email.verify.text2": "For security purposes, we only change or confirm the email address on file once its ownership has been confirmed via email. If you did not request this, no action is required on your part.", @@ -18,13 +18,13 @@ "invitation.cta": "Click here to create your account.", "reset.text1": "Vi har modtaget en anmodning om at nulstille dit kodeord, måske fordi du har glemt det. Hvis det ikke er tilfældet, venligst ignorer denne email.", "reset.text2": "For at fortsætte med at nulstille kodeordet, venligst klik på dette link:", - "reset.cta": "Klik her for at nulstille dit kodeord. ", + "reset.cta": "Klik her for at nulstille dit kodeord.", "reset.notify.subject": "Dit kodeord er nu ændret", "reset.notify.text1": "Bemærk: %1 gang blev dit kodeord ændret.", "reset.notify.text2": "Hvis du ikke godkendte dette, kontakt straks en administrator.", "digest.unread-rooms": "Unread rooms", "digest.room-name-unreadcount": "%1 (%2 unread)", - "digest.latest_topics": "Nyeste emne fra %1", + "digest.latest-topics": "Nyeste emne fra %1", "digest.top-topics": "Top topics from %1", "digest.popular-topics": "Popular topics from %1", "digest.cta": "Klik her for at gå til %1", @@ -36,8 +36,8 @@ "digest.title.day": "Your Daily Digest", "digest.title.week": "Your Weekly Digest", "digest.title.month": "Your Monthly Digest", - "notif.chat.subject": "Ny chat besked modtaget fra %1", - "notif.chat.public-chat-subject": "New message from %1 in room %2", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "Klik her for at forsætte med samtalen", "notif.chat.unsub.info": "Denne chat notifikation blev sendt til dig pga. indstillingerne i dit abonnement.", "notif.post.unsub.info": "Denne indlægs notifikation var sendt pga. dine abonnering indstillinger.", diff --git a/public/language/da/error.json b/public/language/da/error.json index 9ec2f6ea65..a84a6bb169 100644 --- a/public/language/da/error.json +++ b/public/language/da/error.json @@ -184,6 +184,7 @@ "post-flagged-too-many-times": "This post has been flagged by others already", "user-flagged-too-many-times": "This user has been flagged by others already", "cant-flag-privileged": "You are not allowed to flag the profiles or content of privileged users (moderators/global moderators/admins)", + "cant-locate-flag-report": "Cannot locate flag report", "self-vote": "You cannot vote on your own post", "too-many-upvotes-today": "You can only upvote %1 times a day", "too-many-upvotes-today-user": "You can only upvote a user %1 times a day", diff --git a/public/language/da/flags.json b/public/language/da/flags.json index f12aaae53d..996e027833 100644 --- a/public/language/da/flags.json +++ b/public/language/da/flags.json @@ -1,5 +1,6 @@ { "state": "State", + "report": "Report", "reports": "Reports", "first-reported": "First Reported", "no-flags": "Hooray! No flags found.", @@ -8,6 +9,8 @@ "update": "Update", "updated": "Updated", "resolved": "Resolved", + "report-added": "Added", + "report-rescinded": "Rescinded", "target-purged": "The content this flag referred to has been purged and is no longer available.", "target-aboutme-empty": "This user has no "About Me" set.", diff --git a/public/language/da/global.json b/public/language/da/global.json index b719cb368d..55b17a7d75 100644 --- a/public/language/da/global.json +++ b/public/language/da/global.json @@ -13,19 +13,19 @@ "400.message": "It looks like this link is malformed, please double-check and try again.
Return to the home page.
", "register": "Tilmeld", "login": "Log ind", - "please_log_in": "Venligst log ind", + "please-log-in": "Venligst log ind", "logout": "Log ud", - "posting_restriction_info": "Det er i øjeblikket kun muligt at skrive indlæg som registeret medlem, klik her for at logge ind.", - "welcome_back": "Velkommen tilbage", - "you_have_successfully_logged_in": "Du er nu logget ind", - "save_changes": "Gem ændringer", + "posting-restriction-info": "Det er i øjeblikket kun muligt at skrive indlæg som registeret medlem, klik her for at logge ind.", + "welcome-back": "Velkommen tilbage", + "you-have-successfully-logged-in": "Du er nu logget ind", + "save-changes": "Gem ændringer", "save": "Save", "create": "Create", "cancel": "Cancel", "close": "Luk", "pagination": "Sidetal", - "pagination.out_of": "%1 ud af %2", - "pagination.enter_index": "Go to post index", + "pagination.out-of": "%1 ud af %2", + "pagination.enter-index": "Go to post index", "header.admin": "Administrator", "header.categories": "Kategorier", "header.recent": "Seneste", @@ -46,7 +46,7 @@ "notifications.loading": "Indlæser notifikationer", "chats.loading": "Indlæser chats", "drafts.loading": "Loading Drafts", - "motd.welcome": "Velkommen til NodeBB, fremtidens diskussion platform. ", + "motd.welcome": "Velkommen til NodeBB, fremtidens diskussion platform.", "previouspage": "Forrige side", "nextpage": "Næste side", "alert.success": "Succes", @@ -80,25 +80,25 @@ "lastpost": "Last post", "firstpost": "First post", "about": "About", - "read_more": "læs mere", + "read-more": "læs mere", "more": "Mere", "none": "None", - "posted_ago_by_guest": "indsendt %1 af gæst", - "posted_ago_by": "indsendt %1 siden af %2", - "posted_ago": "Indsendt %1 siden", - "posted_in": "skrevet i %1", - "posted_in_by": "skrevet i %1 af %2", - "posted_in_ago": "skrivet i %1 %2", - "posted_in_ago_by": "skrevet i %1 %2 af %3", - "user_posted_ago": "%1 skrev for %2", - "guest_posted_ago": "Gæst skrev for %1", - "last_edited_by": "sidst redigeret af %1", + "posted-ago-by-guest": "indsendt %1 af gæst", + "posted-ago-by": "indsendt %1 siden af %2", + "posted-ago": "Indsendt %1 siden", + "posted-in": "skrevet i %1", + "posted-in-by": "skrevet i %1 af %2", + "posted-in-ago": "skrivet i %1 %2", + "posted-in-ago-by": "skrevet i %1 %2 af %3", + "user-posted-ago": "%1 skrev for %2", + "guest-posted-ago": "Gæst skrev for %1", + "last-edited-by": "sidst redigeret af %1", "edited-timestamp": "Edited %1", "norecentposts": "Ingen seneste indlæg", "norecenttopics": "Ingen seneste tråde", "recentposts": "Seneste indlæg", "recentips": "Seneste loggede ind IPer", - "moderator_tools": "Moderator Tools", + "moderator-tools": "Moderator Tools", "status": "Status", "online": "Online", "away": "Væk", @@ -109,7 +109,7 @@ "language": "Sprog", "guest": "Gæst", "guests": "Gæster", - "former_user": "A Former User", + "former-user": "A Former User", "system-user": "System", "unknown-user": "Unknown user", "updated.title": "Forum opdateret", @@ -117,12 +117,12 @@ "privacy": "Privatliv", "follow": "Følg", "unfollow": "Følg ikke længere", - "delete_all": "Slet alt", + "delete-all": "Slet alt", "map": "Kort", "sessions": "Login Sessioner", - "ip_address": "IP-adresse", - "enter_page_number": "Indsæt sideantal", - "upload_file": "Upload fil", + "ip-address": "IP-adresse", + "enter-page-number": "Indsæt sideantal", + "upload-file": "Upload fil", "upload": "Upload", "uploads": "Uploads", "allowed-file-types": "Tilladte filtyper er %1", @@ -131,7 +131,7 @@ "play": "Play", "cookies.message": "This website uses cookies to ensure you get the best experience on our website.", "cookies.accept": "Got it!", - "cookies.learn_more": "Learn More", + "cookies.learn-more": "Learn More", "edited": "Edited", "disabled": "Disabled", "select": "Select", diff --git a/public/language/da/groups.json b/public/language/da/groups.json index 5e9d0d6bc8..f5bc3a47cb 100644 --- a/public/language/da/groups.json +++ b/public/language/da/groups.json @@ -2,65 +2,65 @@ "all-groups": "All groups", "groups": "grupper", "members": "Members", - "view_group": "se gruppe", + "view-group": "se gruppe", "owner": "Gruppe ejer", - "new_group": "Opret ny gruppe", - "no_groups_found": "Der er ingen grupper at se", + "new-group": "Opret ny gruppe", + "no-groups-found": "Der er ingen grupper at se", "pending.accept": "Accepter", "pending.reject": "Afvis", - "pending.accept_all": "Acceptér Alle", - "pending.reject_all": "Afvis Alle", + "pending.accept-all": "Acceptér Alle", + "pending.reject-all": "Afvis Alle", "pending.none": "Der er ikke nogen afventene medlemmer i øjeblikket", "invited.none": "Der er ingen inviterede medlemmer i øjeblikket", "invited.uninvite": "Tilbagetræk invitation", "invited.search": "Søg efter en bruger at invitere til denne gruppe", - "invited.notification_title": "Du er blevet inviteret til at blive medlem af %1", - "request.notification_title": "Gruppe medlemskab anmodning fra %1", - "request.notification_text": "%1 har anmodet om at blive medlem af %2", + "invited.notification-title": "Du er blevet inviteret til at blive medlem af %1", + "request.notification-title": "Gruppe medlemskab anmodning fra %1", + "request.notification-text": "%1 har anmodet om at blive medlem af %2", "cover-save": "Gem", "cover-saving": "Gemmer", "details.title": "gruppe detaljer", "details.members": "liste over medlemmer", "details.pending": "Verserende medlemmer", "details.invited": "Inviterede Medlemmer", - "details.has_no_posts": "Medlemmer af denne gruppe har ikke oprettet indlæg.", - "details.latest_posts": "seneste indlæg", + "details.has-no-posts": "Medlemmer af denne gruppe har ikke oprettet indlæg.", + "details.latest-posts": "seneste indlæg", "details.private": "Privat", "details.disableJoinRequests": "Deaktiver Anmodninger", "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Giv/ophæv ejerskab", "details.kick": "Spark", - "details.kick_confirm": "Are you sure you want to remove this member from the group?", + "details.kick-confirm": "Are you sure you want to remove this member from the group?", "details.add-member": "Add Member", - "details.owner_options": "Gruppe administration", - "details.group_name": "Gruppe navn", - "details.member_count": "Medlemsantal", - "details.creation_date": "Oprettelsesdato", + "details.owner-options": "Gruppe administration", + "details.group-name": "Gruppe navn", + "details.member-count": "Medlemsantal", + "details.creation-date": "Oprettelsesdato", "details.description": "Beskrivelse", "details.member-post-cids": "Category IDs to display posts from", - "details.badge_preview": "Mærke forhåndsvisning", - "details.change_icon": "Skift ikon", - "details.change_label_colour": "Change Label Colour", - "details.change_text_colour": "Change Text Colour", - "details.badge_text": "Mærke tekst", + "details.badge-preview": "Mærke forhåndsvisning", + "details.change-icon": "Skift ikon", + "details.change-label-colour": "Change Label Colour", + "details.change-text-colour": "Change Text Colour", + "details.badge-text": "Mærke tekst", "details.userTitleEnabled": "Vis mærke", - "details.private_help": "Hvis aktiveret, så vil det kræve godkendelse af gruppe ejeren for at tilslutte sig en gruppe", + "details.private-help": "Hvis aktiveret, så vil det kræve godkendelse af gruppe ejeren for at tilslutte sig en gruppe", "details.hidden": "Skjult", - "details.hidden_help": "Hvis aktiveret, så vil denne gruppe ikke kunne ses i gruppelisten og bruhere skal inviteres manuelt", - "details.delete_group": "Slet Gruppe", - "details.private_system_help": "Private groups is disabled at system level, this option does not do anything", + "details.hidden-help": "Hvis aktiveret, så vil denne gruppe ikke kunne ses i gruppelisten og bruhere skal inviteres manuelt", + "details.delete-group": "Slet Gruppe", + "details.private-system-help": "Private groups is disabled at system level, this option does not do anything", "event.updated": "Gruppe detaljer er blevet opdateret", "event.deleted": "Gruppen \"%1\" er blevet slettet", "membership.accept-invitation": "Acceptér Invitation", - "membership.accept.notification_title": "You are now a member of %1", + "membership.accept.notification-title": "You are now a member of %1", "membership.invitation-pending": "Afventende Invitationer", "membership.join-group": "Bliv medlem af gruppe", "membership.leave-group": "Forlad Gruppe", - "membership.leave.notification_title": "%1 has left group %2", + "membership.leave.notification-title": "%1 has left group %2", "membership.reject": "Afvis", - "new-group.group_name": "Gruppe Navn:", + "new-group.group-name": "Gruppe Navn:", "upload-group-cover": "Upload Gruppe coverbillede", "bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group", "bulk-invite": "Bulk Invite", - "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" + "remove-group-cover-confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/da/login.json b/public/language/da/login.json index 26d4ad2143..65cc033f41 100644 --- a/public/language/da/login.json +++ b/public/language/da/login.json @@ -1,12 +1,12 @@ { "username-email": "Brugernavn / Email", "username": "Brugernavn", - "remember_me": "Husk mig?", - "forgot_password": "Glemt kodeord?", - "alternative_logins": "alternative logins", - "failed_login_attempt": "Log Ind Mislykkedes", - "login_successful": "Du har successfuldt logged in!", - "dont_have_account": "Har du ikke en konto?", + "remember-me": "Husk mig?", + "forgot-password": "Glemt kodeord?", + "alternative-logins": "alternative logins", + "failed-login-attempt": "Log Ind Mislykkedes", + "login-successful": "Du har successfuldt logged in!", + "dont-have-account": "Har du ikke en konto?", "logged-out-due-to-inactivity": "Du er blevet logged af Admin Kontrol Panelet, på grund af din inaktiviet.", "caps-lock-enabled": "Caps Lock is enabled" } \ No newline at end of file diff --git a/public/language/da/modules.json b/public/language/da/modules.json index 0951dc43a5..4639c9f1ab 100644 --- a/public/language/da/modules.json +++ b/public/language/da/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "Room %1", - "chat.chatting_with": "Chat with", + "chat.chatting-with": "Chat with", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Go to most recent message", @@ -8,12 +8,15 @@ "chat.chat-with-usernames": "Chat with %1", "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Send", - "chat.no_active": "Du har ingen aktive chats.", - "chat.user_typing": "%1 skriver ...", - "chat.user_has_messaged_you": "%1 har skrevet til dig.", + "chat.no-active": "Du har ingen aktive chats.", + "chat.user-typing-1": "%1 is typing ...", + "chat.user-typing-2": "%1 and %2 are typing ...", + "chat.user-typing-3": "%1, %2 and %3 are typing ...", + "chat.user-typing-n": "%1, %2 and %3 others are typing ...", + "chat.user-has-messaged-you": "%1 har skrevet til dig.", "chat.replying-to": "Replying to %1", - "chat.see_all": "All chats", - "chat.mark_all_read": "Mark all read", + "chat.see-all": "All chats", + "chat.mark-all-read": "Mark all read", "chat.no-messages": "Vælg en modtager for at se beskedhistorikken", "chat.no-users-in-room": "Ingen brugere i rummet", "chat.recent-chats": "Seneste chats", @@ -24,12 +27,16 @@ "chat.pop-out": "Pop ud chatten", "chat.minimize": "Minimize", "chat.maximize": "Maximer", - "chat.seven_days": "7 dage", - "chat.thirty_days": "30 dage", - "chat.three_months": "3 måneder", - "chat.delete_message_confirm": "Er du sikker på at du vil slette denne besked?", + "chat.seven-days": "7 dage", + "chat.thirty-days": "30 dage", + "chat.three-months": "3 måneder", + "chat.delete-message-confirm": "Er du sikker på at du vil slette denne besked?", "chat.retrieving-users": "Retrieving users...", "chat.view-users-list": "View users list", + "chat.pinned-messages": "Pinned Messages", + "chat.no-pinned-messages": "There are no pinned messages", + "chat.pin-message": "Pin Message", + "chat.unpin-message": "Unpin Message", "chat.public-rooms": "Public Rooms (%1)", "chat.private-rooms": "Private Rooms (%1)", "chat.create-room": "Create Chat Room", @@ -67,17 +74,24 @@ "chat.system.user-leave": "%1 has left the room ", "chat.system.room-rename": "%2 has renamed this room to \"%1\" ", "composer.compose": "Skriv", - "composer.show_preview": "Vis forhåndsvisning", - "composer.hide_preview": "Fjern forhåndsvisning", + "composer.show-preview": "Vis forhåndsvisning", + "composer.hide-preview": "Fjern forhåndsvisning", "composer.help": "Help", - "composer.user_said_in": "%1 sagde i %2:", - "composer.user_said": "%1 sagde:", + "composer.user-said-in": "%1 sagde i %2:", + "composer.user-said": "%1 sagde:", "composer.discard": "Er du sikker på at du vil kassere dette indlæg?", - "composer.submit_and_lock": "Send og lås", - "composer.toggle_dropdown": "Skift mellem dropdown", + "composer.submit-and-lock": "Send og lås", + "composer.toggle-dropdown": "Skift mellem dropdown", "composer.uploading": "Uploader %1", "composer.formatting.bold": "Bold", "composer.formatting.italic": "Italic", + "composer.formatting.heading": "Heading", + "composer.formatting.heading1": "Heading 1", + "composer.formatting.heading2": "Heading 2", + "composer.formatting.heading3": "Heading 3", + "composer.formatting.heading4": "Heading 4", + "composer.formatting.heading5": "Heading 5", + "composer.formatting.heading6": "Heading 6", "composer.formatting.list": "List", "composer.formatting.strikethrough": "Strikethrough", "composer.formatting.code": "Code", @@ -85,9 +99,10 @@ "composer.formatting.picture": "Image Link", "composer.upload-picture": "Upload Image", "composer.upload-file": "Upload File", - "composer.zen_mode": "Zen Mode", - "composer.select_category": "Select a category", + "composer.zen-mode": "Zen Mode", + "composer.select-category": "Select a category", "composer.textarea.placeholder": "Enter your post content here, drag and drop images", + "composer.post-queue-alert": "Hello👋!
This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.", "composer.schedule-for": "Schedule topic for", "composer.schedule-date": "Date", "composer.schedule-time": "Time", @@ -102,8 +117,8 @@ "bootbox.confirm": "Bekræft", "bootbox.submit": "Submit", "bootbox.send": "Send", - "cover.dragging_title": "Coverbillede positionering", - "cover.dragging_message": "Træk coverbilledet til den ønskede position og klik \"Gem\"", + "cover.dragging-title": "Coverbillede positionering", + "cover.dragging-message": "Træk coverbilledet til den ønskede position og klik \"Gem\"", "cover.saved": "Coverbillede og position gemt", "thumbs.modal.title": "Manage topic thumbnails", "thumbs.modal.no-thumbs": "No thumbnails found.", diff --git a/public/language/da/notifications.json b/public/language/da/notifications.json index 0451ef8fb6..1efb8708d2 100644 --- a/public/language/da/notifications.json +++ b/public/language/da/notifications.json @@ -1,59 +1,68 @@ { "title": "Notifikationer", - "no_notifs": "Du har ingen nye notifkationer", - "see_all": "All notifications", - "mark_all_read": "Mark all read", - "back_to_home": "Tilbage til %1", - "outgoing_link": "Udgående link", - "outgoing_link_message": "Du forlader nu %1", - "continue_to": "Fortsæt til %1", - "return_to": "Returnere til %t", - "new_notification": "You have a new notification", - "you_have_unread_notifications": "Du har ulæste notifikationer.", + "no-notifs": "Du har ingen nye notifkationer", + "see-all": "All notifications", + "mark-all-read": "Mark all read", + "back-to-home": "Tilbage til %1", + "outgoing-link": "Udgående link", + "outgoing-link-message": "Du forlader nu %1", + "continue-to": "Fortsæt til %1", + "return-to": "Returnere til %t", + "new-notification": "You have a new notification", + "you-have-unread-notifications": "Du har ulæste notifikationer.", "all": "All", "topics": "Topics", + "tags": "Tags", "replies": "Replies", "chat": "Chats", "group-chat": "Group Chats", "public-chat": "Public Chats", "follows": "Follows", "upvote": "Upvotes", + "awards": "Awards", "new-flags": "New Flags", "my-flags": "Flags assigned to me", "bans": "Bans", - "new_message_from": "Ny besked fra %1", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1 har upvotet dit indlæg i %2.", - "upvoted_your_post_in_dual": "%1 og %2 har syntes godt om dit indlæg i %3.", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "%1 har flyttet dit indlæg til %2", - "moved_your_topic": "%1 har flyttet %2", - "user_flagged_post_in": "%1 har anmeldt et indlæg i %2", - "user_flagged_post_in_dual": "%1 og %2 har anmeldt et indlæg i %3", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1 flagged a user profile (%2)", - "user_flagged_user_dual": "%1 and %2 flagged a user profile (%3)", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "%1 har skrevet et svar til: %2", - "user_posted_to_dual": "%1 og %2 har skrevet svar til: %3", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1 har oprettet en ny tråd: %2", - "user_edited_post": "%1 has edited a post in %2", - "user_started_following_you": "%1 har valgt at følge dig.", - "user_started_following_you_dual": "%1 og %2 har valgt at følge dig.", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1 har sendt en registrerings anmodning.", - "new_register_multiple": "There are %1 registration requests awaiting review.", - "flag_assigned_to_you": "Flag %1 has been assigned to you", - "post_awaiting_review": "Post awaiting review", + "new-message-from": "Ny besked fra %1", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 wrote in %3", + "user-posted-in-public-room-dual": "%1 and %2 wrote in %4", + "user-posted-in-public-room-triple": "%1, %2 and %3 wrote in %5", + "user-posted-in-public-room-multiple": "%1, %2 and %3 others wrote in %5", + "upvoted-your-post-in": "%1 har upvotet dit indlæg i %2.", + "upvoted-your-post-in-dual": "%1 og %2 har syntes godt om dit indlæg i %3.", + "upvoted-your-post-in-triple": "%1, %2 and %3 have upvoted your post in %4.", + "upvoted-your-post-in-multiple": "%1, %2 and %3 others have upvoted your post in %4.", + "moved-your-post": "%1 har flyttet dit indlæg til %2", + "moved-your-topic": "%1 har flyttet %2", + "user-flagged-post-in": "%1 har anmeldt et indlæg i %2", + "user-flagged-post-in-dual": "%1 og %2 har anmeldt et indlæg i %3", + "user-flagged-post-in-triple": "%1, %2 and %3 flagged a post in %4", + "user-flagged-post-in-multiple": "%1, %2 and %3 others flagged a post in %4", + "user-flagged-user": "%1 flagged a user profile (%2)", + "user-flagged-user-dual": "%1 and %2 flagged a user profile (%3)", + "user-flagged-user-triple": "%1, %2 and %3 flagged a user profile (%4)", + "user-flagged-user-multiple": "%1, %2 and %3 others flagged a user profile (%4)", + "user-posted-to": "%1 har skrevet et svar til: %2", + "user-posted-to-dual": "%1 og %2 har skrevet svar til: %3", + "user-posted-to-triple": "%1, %2 and %3 have posted replies to: %4", + "user-posted-to-multiple": "%1, %2 and %3 others have posted replies to: %4", + "user-posted-topic": "%1 har oprettet en ny tråd: %2", + "user-edited-post": "%1 has edited a post in %2", + "user-posted-topic-with-tag": "%1 has posted a new topic with tag %2", + "user-posted-topic-with-tag-dual": "%1 has posted a new topic with tags %2 and %3", + "user-posted-topic-with-tag-triple": "%1 has posted a new topic with tags %2, %3 and %4", + "user-posted-topic-with-tag-multiple": "%1 has posted a new topic with tags %2", + "user-started-following-you": "%1 har valgt at følge dig.", + "user-started-following-you-dual": "%1 og %2 har valgt at følge dig.", + "user-started-following-you-triple": "%1, %2 and %3 started following you.", + "user-started-following-you-multiple": "%1, %2 and %3 others started following you.", + "new-register": "%1 har sendt en registrerings anmodning.", + "new-register-multiple": "There are %1 registration requests awaiting review.", + "flag-assigned-to-you": "Flag %1 has been assigned to you", + "post-awaiting-review": "Post awaiting review", "profile-exported": "%1 profile exported, click to download", "posts-exported": "%1 posts exported, click to download", "uploads-exported": "%1 uploads exported, click to download", @@ -66,22 +75,24 @@ "email-confirm-error-message": "Der var et problem med valideringen af din emailadresse. Bekræftelses koden var muligvis forkert eller udløbet.", "email-confirm-sent": "Bekræftelses email afsendt.", "none": "None", - "notification_only": "Notification Only", - "email_only": "Email Only", - "notification_and_email": "Notification & Email", - "notificationType_upvote": "When someone upvotes your post", - "notificationType_new-topic": "When someone you follow posts a topic", - "notificationType_new-reply": "When a new reply is posted in a topic you are watching", - "notificationType_post-edit": "When a post is edited in a topic you are watching", - "notificationType_follow": "When someone starts following you", - "notificationType_new-chat": "When you receive a chat message", - "notificationType_new-group-chat": "When you receive a group chat message", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "When you receive a group invite", - "notificationType_group-leave": "When a user leaves your group", - "notificationType_group-request-membership": "When someone requests to join a group you own", - "notificationType_new-register": "When someone gets added to registration queue", - "notificationType_post-queue": "When a new post is queued", - "notificationType_new-post-flag": "When a post is flagged", - "notificationType_new-user-flag": "When a user is flagged" + "notification-only": "Notification Only", + "email-only": "Email Only", + "notification-and-email": "Notification & Email", + "notificationType-upvote": "When someone upvotes your post", + "notificationType-new-topic": "When someone you follow posts a topic", + "notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow", + "notificationType-new-reply": "When a new reply is posted in a topic you are watching", + "notificationType-post-edit": "When a post is edited in a topic you are watching", + "notificationType-follow": "When someone starts following you", + "notificationType-new-chat": "When you receive a chat message", + "notificationType-new-group-chat": "When you receive a group chat message", + "notificationType-new-public-chat": "When you receive a public group chat message", + "notificationType-group-invite": "When you receive a group invite", + "notificationType-group-leave": "When a user leaves your group", + "notificationType-group-request-membership": "When someone requests to join a group you own", + "notificationType-new-register": "When someone gets added to registration queue", + "notificationType-post-queue": "When a new post is queued", + "notificationType-new-post-flag": "When a post is flagged", + "notificationType-new-user-flag": "When a user is flagged", + "notificationType-new-reward": "When you earn a new reward" } \ No newline at end of file diff --git a/public/language/da/pages.json b/public/language/da/pages.json index 942e192c1f..e3ecb424c4 100644 --- a/public/language/da/pages.json +++ b/public/language/da/pages.json @@ -47,7 +47,8 @@ "account/latest-posts": "Latest posts made by %1", "account/topics": "Tråde lavet af %1", "account/groups": "%1s grupper", - "account/watched_categories": "%1's Watched Categories", + "account/watched-categories": "%1's Watched Categories", + "account/watched-tags": "%1's Watched Tags", "account/bookmarks": "%1's Bookmarked Posts", "account/settings": "Bruger instillinger", "account/settings-of": "Changing settings of %1", diff --git a/public/language/da/recent.json b/public/language/da/recent.json index 4d05391442..4df00c6473 100644 --- a/public/language/da/recent.json +++ b/public/language/da/recent.json @@ -5,7 +5,7 @@ "month": "Måned", "year": "År", "alltime": "Al tid", - "no_recent_topics": "Der er ingen seneste tråde", - "no_popular_topics": "Der er ingen populære tråde.", + "no-recent-topics": "Der er ingen seneste tråde", + "no-popular-topics": "Der er ingen populære tråde.", "load-new-posts": "Load new posts" } \ No newline at end of file diff --git a/public/language/da/register.json b/public/language/da/register.json index 7874d4bf04..85733542b6 100644 --- a/public/language/da/register.json +++ b/public/language/da/register.json @@ -1,32 +1,32 @@ { "register": "Tilmeld", "already-have-account": "Already have an account?", - "cancel_registration": "Cancel Registration", + "cancel-registration": "Cancel Registration", "help.email": "Den email er skjult som standard.", - "help.username_restrictions": "Et unikt brugernavn mellem %1 og %2 karakterer. Andre kan nævne dig med @brugernavn.", - "help.minimum_password_length": "Din adgangskode skal være på mindst %1 karakterer.", - "email_address": "Emailadresse", - "email_address_placeholder": "Indtast emailadresse", + "help.username-restrictions": "Et unikt brugernavn mellem %1 og %2 karakterer. Andre kan nævne dig med @brugernavn.", + "help.minimum-password-length": "Din adgangskode skal være på mindst %1 karakterer.", + "email-address": "Emailadresse", + "email-address-placeholder": "Indtast emailadresse", "username": "Brugernavn", - "username_placeholder": "Indtast brugernavn", + "username-placeholder": "Indtast brugernavn", "password": "Adgangskode", - "password_placeholder": "Indtast adgangskode", - "confirm_password": "Bekræft adgangskode", - "confirm_password_placeholder": "Bekræft adgangskode", - "register_now_button": "Registrer nu", - "alternative_registration": "Alternativ registrering", - "terms_of_use": "Betingelser for brug", - "agree_to_terms_of_use": "Jeg acceptere betingelserne for brug", - "terms_of_use_error": "You must agree to the Terms of Use", + "password-placeholder": "Indtast adgangskode", + "confirm-password": "Bekræft adgangskode", + "confirm-password-placeholder": "Bekræft adgangskode", + "register-now-button": "Registrer nu", + "alternative-registration": "Alternativ registrering", + "terms-of-use": "Betingelser for brug", + "agree-to-terms-of-use": "Jeg acceptere betingelserne for brug", + "terms-of-use-error": "You must agree to the Terms of Use", "registration-added-to-queue": "Din registrering er blevet tilføjet til godkendelses køen. Du vil mostage en email når du er blevet accepteret af en administrator.", "registration-queue-average-time": "Our average time for approving memberships is %1 hours %2 minutes.", "registration-queue-auto-approve-time": "Your membership to this forum will be fully activated in up to %1 hours.", "interstitial.intro": "We'd like some additional information in order to update your account…", "interstitial.intro-new": "We'd like some additional information before we can create your account…", "interstitial.errors-found": "Please review the entered information:", - "gdpr_agree_data": "I consent to the collection and processing of my personal information on this website.", - "gdpr_agree_email": "I consent to receive digest and notification emails from this website.", - "gdpr_consent_denied": "You must give consent to this site to collect/process your information, and to send you emails.", + "gdpr-agree-data": "I consent to the collection and processing of my personal information on this website.", + "gdpr-agree-email": "I consent to receive digest and notification emails from this website.", + "gdpr-consent-denied": "You must give consent to this site to collect/process your information, and to send you emails.", "invite.error-admin-only": "Direct user registration has been disabled. Please contact an administrator for more details.", "invite.error-invite-only": "Direct user registration has been disabled. You must be invited by an existing user in order to access this forum.", "invite.error-invalid-data": "The registration data received does not correspond to our records. Please contact an administrator for more details" diff --git a/public/language/da/reset_password.json b/public/language/da/reset_password.json index 1403ffb5a1..d7f1a8aee0 100644 --- a/public/language/da/reset_password.json +++ b/public/language/da/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "Nulstil adgangskode", - "update_password": "Opdater adgangskode", - "password_changed.title": "Adgangskode ændret", - "password_changed.message": "

Adgangskode er blevet ændret, log venligt ind igen.", - "wrong_reset_code.title": "Forkert nulstillingskode", - "wrong_reset_code.message": "Nulstillingskoden var forkert. Prøv venligst igen, eller anmod om en ny nultillingskode.", - "new_password": "Ny adgangskode", - "repeat_password": "Bekræft adgangskode", - "changing_password": "Changing Password", - "enter_email": "Indtast venligst din emailadresse så vi kan sende dig instrukser til at nulstille din konto.", - "enter_email_address": "Indtast emailadresse", - "password_reset_sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", - "invalid_email": "Ugyldig emailadresse / Emailadresse findes ikke", - "password_too_short": "Den indtastede adgangskode er for kort, vælg venligt en anden adgangskode.", - "passwords_do_not_match": "De to indtastede adgangskoder er ikke ens.", - "password_expired": "Din adgangskode er udløbet, vælg venligst en ny adgangskode" + "reset-password": "Nulstil adgangskode", + "update-password": "Opdater adgangskode", + "password-changed.title": "Adgangskode ændret", + "password-changed.message": "

Adgangskode er blevet ændret, log venligt ind igen.", + "wrong-reset-code.title": "Forkert nulstillingskode", + "wrong-reset-code.message": "Nulstillingskoden var forkert. Prøv venligst igen, eller anmod om en ny nultillingskode.", + "new-password": "Ny adgangskode", + "repeat-password": "Bekræft adgangskode", + "changing-password": "Changing Password", + "enter-email": "Indtast venligst din emailadresse så vi kan sende dig instrukser til at nulstille din konto.", + "enter-email-address": "Indtast emailadresse", + "password-reset-sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", + "invalid-email": "Ugyldig emailadresse / Emailadresse findes ikke", + "password-too-short": "Den indtastede adgangskode er for kort, vælg venligt en anden adgangskode.", + "passwords-do-not-match": "De to indtastede adgangskoder er ikke ens.", + "password-expired": "Din adgangskode er udløbet, vælg venligst en ny adgangskode" } \ No newline at end of file diff --git a/public/language/da/rewards.json b/public/language/da/rewards.json new file mode 100644 index 0000000000..f923cf1500 --- /dev/null +++ b/public/language/da/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "You have been awarded %1 reputation", + "awarded-group-membership": "You have been added to the group %1", + + "essentials/user.reputation-conditional-value": "(Reputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Post Count %1 %2)", + "essentials/user.lastonline-conditional-value": "(Last Online %1 %2)", + "essentials/user.joindate-conditional-value": "(Join Date %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Days Registered %1 %2)" +} \ No newline at end of file diff --git a/public/language/da/search.json b/public/language/da/search.json index 34ea5ae016..054c12a9a9 100644 --- a/public/language/da/search.json +++ b/public/language/da/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Type to search", - "results_matching": "%1 resultat(er) matcher \"%2\", (%3 sekunder)", + "results-matching": "%1 resultat(er) matcher \"%2\", (%3 sekunder)", "no-matches": "Ingen resultatet fundet", "advanced-search": "Advanceret søgning", "in": "I", diff --git a/public/language/da/tags.json b/public/language/da/tags.json index b72f18ad8c..a65e817731 100644 --- a/public/language/da/tags.json +++ b/public/language/da/tags.json @@ -1,11 +1,17 @@ { "all-tags": "All tags", - "no_tag_topics": "Der er ikke indlæg med dette tag.", + "no-tag-topics": "Der er ikke indlæg med dette tag.", "no-tags-found": "No tags found", "tags": "Tags", - "enter_tags_here": "Indsæt tags her, hver på mellem %1 og %2 karakterer.", - "enter_tags_here_short": "Skriv tags", - "no_tags": "Der er ingen tags endnu.", - "select_tags": "Select Tags", - "tag-whitelist": "Tag Whitelist" + "enter-tags-here": "Indsæt tags her, hver på mellem %1 og %2 karakterer.", + "enter-tags-here-short": "Skriv tags", + "no-tags": "Der er ingen tags endnu.", + "select-tags": "Select Tags", + "tag-whitelist": "Tag Whitelist", + "watching": "Watching", + "not-watching": "Not Watching", + "watching.description": "Notify me of new topics.", + "not-watching.description": "Do not notify me of new topics.", + "following-tag.message": "You will now be receiving notifications when somebody posts a topic with this tag.", + "not-following-tag.message": "You will not receive notifications when somebody posts a topic with this tag." } \ No newline at end of file diff --git a/public/language/da/themes/harmony.json b/public/language/da/themes/harmony.json index f915155306..5e0a65f946 100644 --- a/public/language/da/themes/harmony.json +++ b/public/language/da/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page", "settings.autohideBottombar": "Auto hide bottom bar", "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down", + "settings.openSidebars": "Open sidebars", "settings.chatModals": "Enable chat modals" } \ No newline at end of file diff --git a/public/language/da/top.json b/public/language/da/top.json index b8a05bfa5f..6e1e05674e 100644 --- a/public/language/da/top.json +++ b/public/language/da/top.json @@ -1,4 +1,4 @@ { "title": "Top", - "no_top_topics": "No top topics" + "no-top-topics": "No top topics" } \ No newline at end of file diff --git a/public/language/da/topic.json b/public/language/da/topic.json index dab738c0a5..6448d99de6 100644 --- a/public/language/da/topic.json +++ b/public/language/da/topic.json @@ -1,20 +1,20 @@ { "topic": "Tråd", "title": "Title", - "no_topics_found": "Ingen tråde fundet", - "no_posts_found": "Ingen indlæg fundet!", - "post_is_deleted": "Dette indlæg er slettet!", - "topic_is_deleted": "Denne tråd er blevet slettet!", + "no-topics-found": "Ingen tråde fundet", + "no-posts-found": "Ingen indlæg fundet!", + "post-is-deleted": "Dette indlæg er slettet!", + "topic-is-deleted": "Denne tråd er blevet slettet!", "profile": "Profil", - "posted_by": "Skrevet af %1", - "posted_by_guest": "Skrevet af Gæst", + "posted-by": "Skrevet af %1", + "posted-by-guest": "Skrevet af Gæst", "chat": "Chat", - "notify_me": "Bliv notificeret ved nye svar i dette emne", + "notify-me": "Bliv notificeret ved nye svar i dette emne", "quote": "Citer", "reply": "Svar", - "replies_to_this_post": "%1 Replies", - "one_reply_to_this_post": "1 Reply", - "last_reply_time": "Last reply", + "replies-to-this-post": "%1 Replies", + "one-reply-to-this-post": "1 Reply", + "last-reply-time": "Last reply", "reply-as-topic": "Svar som emne", "guest-login-reply": "Login for at svare", "login-to-view": "🔒 Log in to view", @@ -64,129 +64,130 @@ "user-referenced-topic-on": "%1 referenced this topic on %3", "user-forked-topic-ago": "%1 forked this topic %3", "user-forked-topic-on": "%1 forked this topic on %3", - "bookmark_instructions": "Klik her for at vende tilbage til den sidst læste indlæg i denne tråd.", + "bookmark-instructions": "Klik her for at vende tilbage til den sidst læste indlæg i denne tråd.", "flag-post": "Flag this post", "flag-user": "Flag this user", "already-flagged": "Already Flagged", "view-flag-report": "View Flag Report", "resolve-flag": "Resolve Flag", - "merged_message": "This topic has been merged into %2", - "deleted_message": "Denne tråd er blevet slettet. Kun brugere med emne behandlings privilegier kan se den.", - "following_topic.message": "Du vil nu modtage notifikationer når nogle skriver et indlæg i dette emne.", - "not_following_topic.message": "You will see this topic in the unread topics list, but you will not receive notifications when somebody posts to this topic.", - "ignoring_topic.message": "You will no longer see this topic in the unread topics list. You will be notified when you are mentioned or your post is up voted.", - "login_to_subscribe": "Venligt registrer eller login for at abbonere på dette emne.", + "merged-message": "This topic has been merged into %2", + "forked-message": "This topic was forked from %2", + "deleted-message": "Denne tråd er blevet slettet. Kun brugere med emne behandlings privilegier kan se den.", + "following-topic.message": "Du vil nu modtage notifikationer når nogle skriver et indlæg i dette emne.", + "not-following-topic.message": "You will see this topic in the unread topics list, but you will not receive notifications when somebody posts to this topic.", + "ignoring-topic.message": "You will no longer see this topic in the unread topics list. You will be notified when you are mentioned or your post is up voted.", + "login-to-subscribe": "Venligt registrer eller login for at abbonere på dette emne.", "markAsUnreadForAll.success": "Emnet er market ulæst for alle.", - "mark_unread": "Marker ulæste", - "mark_unread.success": "Emne markeret som ulæst.", + "mark-unread": "Marker ulæste", + "mark-unread.success": "Emne markeret som ulæst.", "watch": "Overvåg", "unwatch": "Fjern overvågning", "watch.title": "Bliv notificeret ved nye indlæg i dette emne", "unwatch.title": "Fjern overvågning af dette emne", - "share_this_post": "Del dette indlæg", + "share-this-post": "Del dette indlæg", "watching": "Watching", "not-watching": "Not Watching", "ignoring": "Ignoring", "watching.description": "Notify me of new replies.
Show topic in unread.", "not-watching.description": "Do not notify me of new replies.
Show topic in unread if category is not ignored.", "ignoring.description": "Do not notify me of new replies.
Do not show topic in unread.", - "thread_tools.title": "Emne værktøjer", - "thread_tools.markAsUnreadForAll": "Mark Unread For All", - "thread_tools.pin": "Fastgør tråd", - "thread_tools.unpin": "Frigør tråd", - "thread_tools.lock": "Lås tråd", - "thread_tools.unlock": "Lås tråd op", - "thread_tools.move": "Flyt tråd", - "thread_tools.move-posts": "Move Posts", - "thread_tools.move_all": "Flyt alt", - "thread_tools.change_owner": "Change Owner", - "thread_tools.select_category": "Select Category", - "thread_tools.fork": "Fraskil tråd", - "thread_tools.tag": "Tag Topic", - "thread_tools.delete": "Slet tråd", - "thread_tools.delete-posts": "Slet Indlæg", - "thread_tools.delete_confirm": "Er du sikker på at du vil slette dette emne?", - "thread_tools.restore": "Gendan tråd", - "thread_tools.restore_confirm": "Er du sikker på at du ønsker at genoprette denne tråd?", - "thread_tools.purge": "Udrader tråd", - "thread_tools.purge_confirm": "Er du sikker på at du vil udrense denne tråd?", - "thread_tools.merge_topics": "Merge Topics", - "thread_tools.merge": "Merge Topic", - "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_undone": "Topic move undone", - "topic_move_posts_success": "Posts will be moved shortly. Click here to undo.", - "topic_move_posts_undone": "Post move undone", - "post_delete_confirm": "Er du sikker på at du vil slette dette indlæg?", - "post_restore_confirm": "Er du sikker på at du vil gendanne dette indlæg?", - "post_purge_confirm": "Er du sikker på at du vil udradere dette indlæg?", + "thread-tools.title": "Emne værktøjer", + "thread-tools.markAsUnreadForAll": "Mark Unread For All", + "thread-tools.pin": "Fastgør tråd", + "thread-tools.unpin": "Frigør tråd", + "thread-tools.lock": "Lås tråd", + "thread-tools.unlock": "Lås tråd op", + "thread-tools.move": "Flyt tråd", + "thread-tools.move-posts": "Move Posts", + "thread-tools.move-all": "Flyt alt", + "thread-tools.change-owner": "Change Owner", + "thread-tools.select-category": "Select Category", + "thread-tools.fork": "Fraskil tråd", + "thread-tools.tag": "Tag Topic", + "thread-tools.delete": "Slet tråd", + "thread-tools.delete-posts": "Slet Indlæg", + "thread-tools.delete-confirm": "Er du sikker på at du vil slette dette emne?", + "thread-tools.restore": "Gendan tråd", + "thread-tools.restore-confirm": "Er du sikker på at du ønsker at genoprette denne tråd?", + "thread-tools.purge": "Udrader tråd", + "thread-tools.purge-confirm": "Er du sikker på at du vil udrense denne tråd?", + "thread-tools.merge-topics": "Merge Topics", + "thread-tools.merge": "Merge Topic", + "topic-move-success": "This topic will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-multiple-success": "These topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-all-success": "All topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-undone": "Topic move undone", + "topic-move-posts-success": "Posts will be moved shortly. Click here to undo.", + "topic-move-posts-undone": "Post move undone", + "post-delete-confirm": "Er du sikker på at du vil slette dette indlæg?", + "post-restore-confirm": "Er du sikker på at du vil gendanne dette indlæg?", + "post-purge-confirm": "Er du sikker på at du vil udradere dette indlæg?", "pin-modal-expiry": "Expiration Date", "pin-modal-help": "You can optionally set an expiration date for the pinned topic(s) here. Alternatively, you can leave this field blank to have the topic stay pinned until it is manually unpinned.", - "load_categories": "Indlæser kategorier", - "confirm_move": "Flyt", - "confirm_fork": "Fraskil", + "load-categories": "Indlæser kategorier", + "confirm-move": "Flyt", + "confirm-fork": "Fraskil", "bookmark": "Bogmærke", "bookmarks": "Bogmærker", - "bookmarks.has_no_bookmarks": "Du har ikke bookmarked nogen indlæg.", + "bookmarks.has-no-bookmarks": "Du har ikke bookmarked nogen indlæg.", "copy-permalink": "Copy Permalink", - "loading_more_posts": "Indlæser flere indlæg", - "move_topic": "Flyt tråd", - "move_topics": "Flyt tråde", - "move_post": "Flyt indlæg", - "post_moved": "Indlæg flyttet!", - "fork_topic": "Fraskil tråd", + "loading-more-posts": "Indlæser flere indlæg", + "move-topic": "Flyt tråd", + "move-topics": "Flyt tråde", + "move-post": "Flyt indlæg", + "post-moved": "Indlæg flyttet!", + "fork-topic": "Fraskil tråd", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", - "fork_no_pids": "Ingen indlæg valgt", + "fork-topic-instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", + "fork-no-pids": "Ingen indlæg valgt", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", "x-posts-will-be-moved-to-y": "%1 post(s) will be moved to \"%2\"", - "fork_pid_count": "%1 post(s) selected", - "fork_success": "Tråden blev fraskilt! Klik her for at gå til den fraskilte tråd.", - "delete_posts_instruction": "Klik på de indlæg du vil slette/rense", - "merge_topics_instruction": "Click the topics you want to merge or search for them", + "fork-pid-count": "%1 post(s) selected", + "fork-success": "Tråden blev fraskilt! Klik her for at gå til den fraskilte tråd.", + "delete-posts-instruction": "Klik på de indlæg du vil slette/rense", + "merge-topics-instruction": "Click the topics you want to merge or search for them", "merge-topic-list-title": "List of topics to be merged", "merge-options": "Merge options", "merge-select-main-topic": "Select the main topic", "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", - "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", - "move_topic_instruction": "Select the target category and then click move", - "change_owner_instruction": "Click the posts you want to assign to another user", - "composer.title_placeholder": "Angiv din trådtittel her ...", - "composer.handle_placeholder": "Enter your name/handle here", + "move-posts-instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move-topic-instruction": "Select the target category and then click move", + "change-owner-instruction": "Click the posts you want to assign to another user", + "composer.title-placeholder": "Angiv din trådtittel her ...", + "composer.handle-placeholder": "Enter your name/handle here", "composer.hide": "Hide", "composer.discard": "Fortryd", "composer.submit": "Send", "composer.additional-options": "Additional Options", "composer.post-later": "Post Later", "composer.schedule": "Schedule", - "composer.replying_to": "Svare til %1", - "composer.new_topic": "Ny tråd", + "composer.replying-to": "Svare til %1", + "composer.new-topic": "Ny tråd", "composer.editing-in": "Editing post in %1", "composer.uploading": "uploader...", - "composer.thumb_url_label": "Indsæt en tråd miniature URL", - "composer.thumb_title": "Tilføj en miniature til denne tråd", - "composer.thumb_url_placeholder": "http://example.com/thumb.png", - "composer.thumb_file_label": "Eller upload en fil", - "composer.thumb_remove": "Slet felter", - "composer.drag_and_drop_images": "Træk og slip billeder her", - "more_users_and_guests": "%1 flere bruger(e) og %2 gæst(er)", - "more_users": "%1 flere bruger(e)", - "more_guests": "%1 flere gæst(er)", - "users_and_others": "%1 og %2 andre", - "sort_by": "Sorter efter", - "oldest_to_newest": "Ældste til nyeste", - "newest_to_oldest": "Nyeste til ældste", - "most_votes": "Most Votes", - "most_posts": "Most Posts", - "most_views": "Most Views", + "composer.thumb-url-label": "Indsæt en tråd miniature URL", + "composer.thumb-title": "Tilføj en miniature til denne tråd", + "composer.thumb-url-placeholder": "http://example.com/thumb.png", + "composer.thumb-file-label": "Eller upload en fil", + "composer.thumb-remove": "Slet felter", + "composer.drag-and-drop-images": "Træk og slip billeder her", + "more-users-and-guests": "%1 flere bruger(e) og %2 gæst(er)", + "more-users": "%1 flere bruger(e)", + "more-guests": "%1 flere gæst(er)", + "users-and-others": "%1 og %2 andre", + "sort-by": "Sorter efter", + "oldest-to-newest": "Ældste til nyeste", + "newest-to-oldest": "Nyeste til ældste", + "most-votes": "Most Votes", + "most-posts": "Most Posts", + "most-views": "Most Views", "stale.title": "Opret nyt emne istedet?", "stale.warning": "Emnet du svarer på er ret gammelt. Vil du oprette et nyt emne istedet og referere dette indlæg i dit svar?", "stale.create": "Opret nyt emne", - "stale.reply_anyway": "Svar dette emne alligevel", - "link_back": "Svar: [%1](%2)", + "stale.reply-anyway": "Svar dette emne alligevel", + "link-back": "Svar: [%1](%2)", "diffs.title": "Post Edit History", "diffs.description": "This post has %1 revisions. Click one of the revisions below to see the post content at that point in time.", "diffs.no-revisions-description": "This post has %1 revisions.", @@ -197,8 +198,8 @@ "diffs.post-restored": "Post successfully restored to earlier revision", "diffs.delete": "Delete this revision", "diffs.deleted": "Revision deleted", - "timeago_later": "%1 later", - "timeago_earlier": "%1 earlier", + "timeago-later": "%1 later", + "timeago-earlier": "%1 earlier", "first-post": "First post", "last-post": "Last post", "go-to-my-next-post": "Go to my next post", diff --git a/public/language/da/unread.json b/public/language/da/unread.json index c06180cdff..f10972be09 100644 --- a/public/language/da/unread.json +++ b/public/language/da/unread.json @@ -1,12 +1,12 @@ { "title": "Ulæst", - "no_unread_topics": "Der er ingen ulæste emner.", - "load_more": "Indlæs mere", - "mark_as_read": "Marker som læst", + "no-unread-topics": "Der er ingen ulæste emner.", + "load-more": "Indlæs mere", + "mark-as-read": "Marker som læst", "selected": "Valgte", "all": "Alle", - "all_categories": "Alle kategorier", - "topics_marked_as_read.success": "Emner markeret som læst!", + "all-categories": "Alle kategorier", + "topics-marked-as-read.success": "Emner markeret som læst!", "all-topics": "Alle Emner", "new-topics": "Nyt Emner", "watched-topics": "Watched Topics", diff --git a/public/language/da/user.json b/public/language/da/user.json index 20a72b1dfd..003a484c8b 100644 --- a/public/language/da/user.json +++ b/public/language/da/user.json @@ -7,22 +7,22 @@ "joindate": "Oprettet", "postcount": "Antal indlæg", "email": "Email", - "confirm_email": "Bekræft email", - "account_info": "Konto Info", - "admin_actions_label": "Administrative Actions", - "ban_account": "Ban Konto", - "ban_account_confirm": "Ønsker du virkelig at banne denne konto?", - "unban_account": "Afban Konto", - "mute_account": "Mute Account", - "unmute_account": "Unmute Account", - "delete_account": "Slet konto", - "delete_account_as_admin": "Delete Account", - "delete_content": "Delete Account Content", - "delete_all": "Delete Account and Content", - "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", - "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", - "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", - "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "confirm-email": "Bekræft email", + "account-info": "Konto Info", + "admin-actions-label": "Administrative Actions", + "ban-account": "Ban Konto", + "ban-account-confirm": "Ønsker du virkelig at banne denne konto?", + "unban-account": "Afban Konto", + "mute-account": "Mute Account", + "unmute-account": "Unmute Account", + "delete-account": "Slet konto", + "delete-account-as-admin": "Delete Account", + "delete-content": "Delete Account Content", + "delete-all": "Delete Account and Content", + "delete-account-confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", + "delete-this-account-confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", + "delete-account-content-confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "delete-all-confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", "account-deleted": "Konto slettet", "account-content-deleted": "Account content deleted", "fullname": "Fulde navn", @@ -32,11 +32,12 @@ "joined": "Oprettet", "lastonline": "Sidst online", "profile": "Profil", - "profile_views": "Profil visninger", + "profile-views": "Profil visninger", "reputation": "Omdømme", "bookmarks": "Bogmærker", - "watched_categories": "Watched categories", - "change_all": "Change All", + "watched-categories": "Watched categories", + "watched-tags": "Watched tags", + "change-all": "Change All", "watched": "Set", "ignored": "Ignored", "default-category-watch-state": "Default category watch state", @@ -44,83 +45,84 @@ "following": "Følger", "blocks": "Blocks", "blocked-users": "Blocked users", - "block_toggle": "Toggle Block", - "block_user": "Block User", - "unblock_user": "Unblock User", + "block-toggle": "Toggle Block", + "block-user": "Block User", + "unblock-user": "Unblock User", "aboutme": "Om mig", "signature": "Signatur", "birthday": "Fødselsdag", "chat": "Chat", - "chat_with": "Fortsæt chatte med %1", - "new_chat_with": "Start en ny chat med %1", + "chat-with": "Fortsæt chatte med %1", + "new-chat-with": "Start en ny chat med %1", "flag-profile": "Flag Profile", "follow": "Følg", "unfollow": "Følg ikke", "more": "Mere", - "profile_update_success": "Din profil blev opdateret", - "change_picture": "Skift billede", - "change_username": "Ændre brugernavn", - "change_email": "Ændre email", - "email_same_as_password": "Please enter your current password to continue – you've entered your new email again", + "profile-update-success": "Din profil blev opdateret", + "change-picture": "Skift billede", + "change-username": "Ændre brugernavn", + "change-email": "Ændre email", + "email-updated": "Email Updated", + "email-same-as-password": "Please enter your current password to continue – you've entered your new email again", "edit": "Rediger", "edit-profile": "Rediger Profil", - "default_picture": "Standard ikon", - "uploaded_picture": "Upload billede", - "upload_new_picture": "Upload nyt billede", - "upload_new_picture_from_url": "Upload nyt billede fra URL", - "current_password": "Nuværende kodeord", - "new_password": "New Password", - "change_password": "Skift kodeord", - "change_password_error": "Ukorrekt kodeord", - "change_password_error_wrong_current": "Nuværende kodeord er ikke korrekt", - "change_password_error_match": "Passwords matcher ikke!", - "change_password_error_privileges": "Du har ikke rettigheder til at ændre dette password.", - "change_password_success": "Dit password er opdateret!", - "confirm_password": "Bekræft kodeord", + "default-picture": "Standard ikon", + "uploaded-picture": "Upload billede", + "upload-new-picture": "Upload nyt billede", + "upload-new-picture-from-url": "Upload nyt billede fra URL", + "current-password": "Nuværende kodeord", + "new-password": "New Password", + "change-password": "Skift kodeord", + "change-password-error": "Ukorrekt kodeord", + "change-password-error-wrong-current": "Nuværende kodeord er ikke korrekt", + "change-password-error-match": "Passwords matcher ikke!", + "change-password-error-privileges": "Du har ikke rettigheder til at ændre dette password.", + "change-password-success": "Dit password er opdateret!", + "confirm-password": "Bekræft kodeord", "password": "Kodeord", - "username_taken_workaround": "Det valgte brugernavn er allerede taget, så vi har ændret det en smule. Du hedder nu %1", - "password_same_as_username": "Din adgangskode er det samme som dit brugernavn, vælg venligst en anden adgangskode.", - "password_same_as_email": "Dit kodeord er det samme som din email, venligst vælg et andet kodeord", - "weak_password": "Weak password.", - "upload_picture": "Upload billede", - "upload_a_picture": "Upload et billede", - "remove_uploaded_picture": "Fjern uploaded billede", - "upload_cover_picture": "Upload coverbillede", - "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", - "crop_picture": "Crop picture", - "upload_cropped_picture": "Crop and upload", + "username-taken-workaround": "Det valgte brugernavn er allerede taget, så vi har ændret det en smule. Du hedder nu %1", + "password-same-as-username": "Din adgangskode er det samme som dit brugernavn, vælg venligst en anden adgangskode.", + "password-same-as-email": "Dit kodeord er det samme som din email, venligst vælg et andet kodeord", + "weak-password": "Weak password.", + "upload-picture": "Upload billede", + "upload-a-picture": "Upload et billede", + "remove-uploaded-picture": "Fjern uploaded billede", + "upload-cover-picture": "Upload coverbillede", + "remove-cover-picture-confirm": "Are you sure you want to remove the cover picture?", + "crop-picture": "Crop picture", + "upload-cropped-picture": "Crop and upload", "avatar-background-colour": "Avatar background colour", "settings": "Indstillinger", - "show_email": "Vis min emailaddresse", - "show_fullname": "Vis mit fulde navn", - "restrict_chats": "Tillad kun chat beskeder fra brugere jeg følger", - "digest_label": "Abonner på sammendrag", - "digest_description": "Abonner på email opdateringer for detta forum (nye notifikationer og indlæg) efter en bestemt køreplan", - "digest_off": "Slukket", - "digest_daily": "Daglig", - "digest_weekly": "Ugentlig", - "digest_biweekly": "Bi-Weekly", - "digest_monthly": "Månedlig", - "has_no_follower": "Denne bruger har ingen følgere :(", - "follows_no_one": "Denne bruger følger ikke nogen :(", - "has_no_posts": "Denne bruger har ikke skrevet noget endnu.", - "has_no_best_posts": "This user does not have any upvoted posts yet.", - "has_no_topics": "Denne bruger har ikke skrævet nogle tråde endnu.", - "has_no_watched_topics": "Denne bruger har ikke fulgt nogle tråde endnu.", - "has_no_ignored_topics": "This user hasn't ignored any topics yet.", - "has_no_upvoted_posts": "Denne bruger har ikke syntes godt om nogle indlæg endnu.", - "has_no_downvoted_posts": "Denne bruger har ikke, syntes ikke godt om nogle indlæg endnu.", - "has_no_controversial_posts": "This user does not have any downvoted posts yet.", - "has_no_blocks": "You have blocked no users.", - "email_hidden": "Email Skjult", + "show-email": "Vis min emailaddresse", + "show-fullname": "Vis mit fulde navn", + "restrict-chats": "Tillad kun chat beskeder fra brugere jeg følger", + "digest-label": "Abonner på sammendrag", + "digest-description": "Abonner på email opdateringer for detta forum (nye notifikationer og indlæg) efter en bestemt køreplan", + "digest-off": "Slukket", + "digest-daily": "Daglig", + "digest-weekly": "Ugentlig", + "digest-biweekly": "Bi-Weekly", + "digest-monthly": "Månedlig", + "has-no-follower": "Denne bruger har ingen følgere :(", + "follows-no-one": "Denne bruger følger ikke nogen :(", + "has-no-posts": "Denne bruger har ikke skrevet noget endnu.", + "has-no-best-posts": "This user does not have any upvoted posts yet.", + "has-no-topics": "Denne bruger har ikke skrævet nogle tråde endnu.", + "has-no-watched-topics": "Denne bruger har ikke fulgt nogle tråde endnu.", + "has-no-ignored-topics": "This user hasn't ignored any topics yet.", + "has-no-upvoted-posts": "Denne bruger har ikke syntes godt om nogle indlæg endnu.", + "has-no-downvoted-posts": "Denne bruger har ikke, syntes ikke godt om nogle indlæg endnu.", + "has-no-controversial-posts": "This user does not have any downvoted posts yet.", + "has-no-blocks": "You have blocked no users.", + "email-hidden": "Email Skjult", "hidden": "skjult", - "paginate_description": "Sideinddel emner og indlæg istedet for uendeligt rul", - "topics_per_page": "Emner per side", - "posts_per_page": "Indlæg per side", + "paginate-description": "Sideinddel emner og indlæg istedet for uendeligt rul", + "topics-per-page": "Emner per side", + "posts-per-page": "Indlæg per side", "category-topic-sort": "Category topic sort", "topic-post-sort": "Topic post sort", - "max_items_per_page": "Maximum %1", - "acp_language": "Admin Page Language", + "max-items-per-page": "Maximum %1", + "acp-language": "Admin Page Language", "notifications": "Notifications", "upvote-notif-freq": "Upvote Notification Frequency", "upvote-notif-freq.all": "All Upvotes", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "On 10, 100, 1000...", "upvote-notif-freq.disabled": "Disabled", "browsing": "Gennemsenings indstillinger", - "open_links_in_new_tab": "Åben udgående link i en ny tab", - "enable_topic_searching": "Slå In-Topic søgning til", - "topic_search_help": "Hvis slået til, så vil in-topic søgning overskrive browserens almindelige søge function og tillade dig at søge hele emnet, istedet for kun det der er vist på skærmen", - "update_url_with_post_index": "Update url with post index while browsing topics", - "scroll_to_my_post": "After posting a reply, show the new post", - "follow_topics_you_reply_to": "Watch topics that you reply to", - "follow_topics_you_create": "Vis emner du har oprettet", + "open-links-in-new-tab": "Åben udgående link i en ny tab", + "enable-topic-searching": "Slå In-Topic søgning til", + "topic-search-help": "Hvis slået til, så vil in-topic søgning overskrive browserens almindelige søge function og tillade dig at søge hele emnet, istedet for kun det der er vist på skærmen", + "update-url-with-post-index": "Update url with post index while browsing topics", + "scroll-to-my-post": "After posting a reply, show the new post", + "follow-topics-you-reply-to": "Watch topics that you reply to", + "follow-topics-you-create": "Vis emner du har oprettet", "grouptitle": "Gruppe Title", "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "Ingen gruppe titel", @@ -145,9 +147,9 @@ "no-skin": "No Skin", "select-homepage": "Vælg en hjemmeside", "homepage": "Hjemmeside", - "homepage_description": "Vælg en side som forummets hjemmeside, eller 'Ingen' for at bruge standard hjemmesiden.", - "custom_route": "Brugerdefinerede hjemme rute", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", + "homepage-description": "Vælg en side som forummets hjemmeside, eller 'Ingen' for at bruge standard hjemmesiden.", + "custom-route": "Brugerdefinerede hjemme rute", + "custom-route-help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Enkeltgangs Sign-on Servicer", "sso.associated": "Forbundet med", "sso.not-associated": "Klik her for at forbinde med", @@ -179,25 +181,25 @@ "consent.title": "Your Rights & Consent", "consent.lead": "This community forum collects and processes your personal information.", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", - "consent.email_intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", - "consent.digest_frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", - "consent.digest_off": "Unless explicitly changed in your user settings, this community does not send out email digests", + "consent.email-intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", + "consent.digest-frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", + "consent.digest-off": "Unless explicitly changed in your user settings, this community does not send out email digests", "consent.received": "You have provided consent for this website to collect and process your information. No additional action is required.", - "consent.not_received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", + "consent.not-received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", "consent.give": "Give consent", - "consent.right_of_access": "You have the Right of Access", - "consent.right_of_access_description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", - "consent.right_to_rectification": "You have the Right to Rectification", - "consent.right_to_rectification_description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", - "consent.right_to_erasure": "You have the Right to Erasure", - "consent.right_to_erasure_description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", - "consent.right_to_data_portability": "You have the Right to Data Portability", - "consent.right_to_data_portability_description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", - "consent.export_profile": "Export Profile (.json)", + "consent.right-of-access": "You have the Right of Access", + "consent.right-of-access-description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", + "consent.right-to-rectification": "You have the Right to Rectification", + "consent.right-to-rectification-description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", + "consent.right-to-erasure": "You have the Right to Erasure", + "consent.right-to-erasure-description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", + "consent.right-to-data-portability": "You have the Right to Data Portability", + "consent.right-to-data-portability-description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", + "consent.export-profile": "Export Profile (.json)", "consent.export-profile-success": "Exporting profile, you will get a notification when it is complete.", - "consent.export_uploads": "Export Uploaded Content (.zip)", + "consent.export-uploads": "Export Uploaded Content (.zip)", "consent.export-uploads-success": "Exporting uploads, you will get a notification when it is complete.", - "consent.export_posts": "Export Posts (.csv)", + "consent.export-posts": "Export Posts (.csv)", "consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.", "emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.", "emailUpdate.optional": "This field is optional. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.", diff --git a/public/language/da/users.json b/public/language/da/users.json index b4a4e371fa..c753726891 100644 --- a/public/language/da/users.json +++ b/public/language/da/users.json @@ -1,13 +1,13 @@ { "all-users": "All Users", - "latest_users": "Seneste brugere", - "top_posters": "Top Postere", - "most_reputation": "Mest Omdømme", - "most_flags": "Most Flags", + "latest-users": "Seneste brugere", + "top-posters": "Top Postere", + "most-reputation": "Mest Omdømme", + "most-flags": "Most Flags", "search": "Søg", - "enter_username": "Indtast brugernavn for at søge", + "enter-username": "Indtast brugernavn for at søge", "search-user-for-chat": "Search for a user to start chat", - "load_more": "Indlæs mere", + "load-more": "Indlæs mere", "users-found-search-took": "%1 bruger(e) fundet! Søgning tog %2 sekunder.", "filter-by": "Filtre Efter", "online-only": "Kun online", @@ -15,10 +15,10 @@ "prompt-email": "Emails:", "groups-to-join": "Groups to be joined when invite is accepted:", "invitation-email-sent": "En invitations email er blevet sendt til %1", - "user_list": "Bruger Liste", - "recent_topics": "Seneste Tråde", - "popular_topics": "Populærer Tråde", - "unread_topics": "Ulæste Tråde", + "user-list": "Bruger Liste", + "recent-topics": "Seneste Tråde", + "popular-topics": "Populærer Tråde", + "unread-topics": "Ulæste Tråde", "categories": "Kategorier", "tags": "Tags", "no-users-found": "Ingen brugere fundet!" diff --git a/public/language/de/admin/admin.json b/public/language/de/admin/admin.json index d4211ebc5f..19cd8d83f4 100644 --- a/public/language/de/admin/admin.json +++ b/public/language/de/admin/admin.json @@ -14,5 +14,5 @@ "view": "Anzeigen", "edit": "Bearbeiten", "add": "Hinzufügen", - "select-icon": "Select Icon" + "select-icon": "Icon auswählen" } \ No newline at end of file diff --git a/public/language/de/admin/advanced/events.json b/public/language/de/admin/advanced/events.json index a0760a44eb..70f60c38dc 100644 --- a/public/language/de/admin/advanced/events.json +++ b/public/language/de/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "Ereignistyp", "filter-start": "Anfangsdatum", "filter-end": "Enddatum", - "filter-perPage": "Pro Seite" + "filter-per-page": "Pro Seite" } \ No newline at end of file diff --git a/public/language/de/admin/dashboard.json b/public/language/de/admin/dashboard.json index 6e3fe813fc..9037ec9ce5 100644 --- a/public/language/de/admin/dashboard.json +++ b/public/language/de/admin/dashboard.json @@ -48,7 +48,7 @@ "restart-disabled": "Das Regenerieren und Neustarten von NodeBB wurde deaktiviert, da es nicht so aussieht als ob es über einem kompatiblem daemon läuft.", "maintenance-mode": "Wartungsmodus", "maintenance-mode-title": "Hier klicken um NodeBB in den Wartungsmodus zu versetzen", - "dark-mode": "Dark Mode", + "dark-mode": "Dunkel-Modus", "realtime-chart-updates": "Echtzeit Chartaktualisierung", "active-users": "Aktive Benutzer", @@ -91,8 +91,8 @@ "start": "Start", "end": "Ende", "filter": "Filter", - "view-as-json": "View as JSON", - "expand-analytics": "Expand analytics", - "clear-search-history": "Clear Search History", - "clear-search-history-confirm": "Are you sure you want to clear entire search history?" + "view-as-json": "Als JSON anzeigen", + "expand-analytics": "Analytik erweitern", + "clear-search-history": "Suchverlauf löschen", + "clear-search-history-confirm": "Bist du dir sicher, dass du den gesamten Suchverlauf löschen möchten?" } diff --git a/public/language/de/admin/extend/widgets.json b/public/language/de/admin/extend/widgets.json index 7aeab42f52..8e92c632be 100644 --- a/public/language/de/admin/extend/widgets.json +++ b/public/language/de/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "Keine Widgets gefunden! Aktiviere das Widget Essentials-Plugin in der Plugin-Systemsteuerung.", "clone-from": "Klone Widget von", "containers.available": "Verfügbare Container", - "containers.explanation": "Per Drag-and-Drop auf ein beliebiges aktives Widget ziehen", + "containers.explanation": "Drag and Drop auf ein beliebiges Widget", "containers.none": "Nichts", "container.well": "Well", "container.jumbotron": "Jumbotron", @@ -29,5 +29,7 @@ "hide-from-groups": "Vor Gruppen verstecken", "start-date": "Anfangsdatum", "end-date": "Enddatum", - "hide-on-mobile": "Auf dem Handy verstecken" + "hide-on-mobile": "Auf dem Handy verstecken", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/de/admin/manage/privileges.json b/public/language/de/admin/manage/privileges.json index a651c1320d..622895fa73 100644 --- a/public/language/de/admin/manage/privileges.json +++ b/public/language/de/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "Rechte bearbeiten", "select-clear-all": "Alle Aus-/Abwählen", "chat": "Chat", + "chat-with-privileged": "Chat mit Privilegierten", "upload-images": "Bilder hochladen", "upload-files": "Dateien hochladen", "signature": "Signatur", @@ -33,7 +34,7 @@ "edit-posts": "Beiträge editieren", "view-edit-history": "Beitragsänderungsverlauf ansehen", "delete-posts": "Beiträge entfernen", - "view_deleted": "Sehen gelöschter Beiträge", + "view-deleted": "Sehen gelöschter Beiträge", "upvote-posts": "Beiträge positiv bewerten", "downvote-posts": "Beiträge negativ bewerten", "delete-topics": "Themen entfernen", diff --git a/public/language/de/admin/manage/users.json b/public/language/de/admin/manage/users.json index 5a990efdf7..f8aa4fc9cf 100644 --- a/public/language/de/admin/manage/users.json +++ b/public/language/de/admin/manage/users.json @@ -4,21 +4,26 @@ "edit": "Aktionen", "make-admin": "Zum Administrator befördern", "remove-admin": "Adminstatus entfernen", + "change-email": "E-Mail ändern", + "new-email": "Neue E-Mail", "validate-email": "E-Mail bestätigen", "send-validation-email": "Bestätigungs E-Mail senden", + "change-password": "Passwort ändern", "password-reset-email": "Passwort-Reset E-Mail senden", "force-password-reset": "Zurücksetzen des Passworts erzwingen und Benutzer abmelden", - "ban": "Benutzer verbannen", + "ban": "Sperren", + "ban-users": "Benutzer sperren", "temp-ban": "Benutzer temporär verbannen", "unban": "Benutzer entbannen", "reset-lockout": "Ausschließungen zurücksetzen", "reset-flags": "Meldungen zurücksetzen", - "delete": "Benutzer löschen", + "delete": "Löschen", + "delete-users": "Benutzer löschen", "delete-content": "Benutzer-Inhalte löschen", "purge": "Benutzer und Benutzer-Inhalte löschen", "download-csv": "CSV herunterladen", "manage-groups": "Gruppen verwalten", - "set-reputation": "Set Reputation", + "set-reputation": "Ansehen festlegen", "add-group": "Gruppe hinzufügen", "create": "Benutzer erstellen", "invite": "Einladung per E-Mail", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "%1 Nutzer bannen", "alerts.unban-success": "Benutzer entbannt!", "alerts.lockout-reset-success": "Ausschlüsse zurückgesetzt", + "alerts.password-change-success": "Passwort geändert!", "alerts.flag-reset-success": "Meldung(en) zurückgesetzt!", "alerts.no-remove-yourself-admin": "Du kannst dich nicht selbst als Administrator degradieren!", "alerts.make-admin-success": "Der Benutzer ist nun ein Administrator", @@ -106,6 +112,7 @@ "alerts.create": "Benutzer erstellen", "alerts.button-create": "Erstellen", "alerts.button-cancel": "Abbrechen", + "alerts.button-change": "Ändern", "alerts.error-passwords-different": "Die Passwörter müssen übereinstimmen", "alerts.error-x": "Fehler

%1

", "alerts.create-success": "Benutzer erstellt!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "E-Mails:", "alerts.email-sent-to": "Eine Einladungsemail wurde an %1 gesendet", "alerts.x-users-found": "%1 Benutzer gefunden, (%2 Sekunden)", + "alerts.select-a-single-user-to-change-email": "Wähle einen einzelnen Benutzer zum Ändern der E-Mail", "export-users-started": "Der Export von Benutzern als CSV kann eine Weile dauern. Sie erhalten eine Benachrichtigung, wenn es abgeschlossen ist.", - "export-users-completed": "Benutzer wurden als CSV exportiert, klicke hier, um sie herunterzuladen." + "export-users-completed": "Benutzer wurden als CSV exportiert, klicke hier, um sie herunterzuladen.", + "email": "E-Mail", + "password": "Passwort", + "manage": "Verwalten" } \ No newline at end of file diff --git a/public/language/de/admin/menu.json b/public/language/de/admin/menu.json index a36d520ff1..73f9b303aa 100644 --- a/public/language/de/admin/menu.json +++ b/public/language/de/admin/menu.json @@ -14,7 +14,7 @@ "manage/users": "Benutzer", "manage/admins-mods": "Admins & Mods", "manage/registration": "Warteliste", - "manage/flagged-content": "Flagged Content", + "manage/flagged-content": "Gemeldeter Inhalt", "manage/post-queue": "Beitragswarteschlange", "manage/groups": "Gruppen", "manage/ip-blacklist": "IP Blacklist", diff --git a/public/language/de/admin/settings/chat.json b/public/language/de/admin/settings/chat.json index 17ae89bc7a..7e89c35603 100644 --- a/public/language/de/admin/settings/chat.json +++ b/public/language/de/admin/settings/chat.json @@ -1,13 +1,16 @@ { + "zero-is-disabled": "Gebe 0 ein, um diese Einschränkung zu deaktivieren.", "chat-settings": "Chateinstellungen", "disable": "Chat deaktivieren", "disable-editing": "Chatnachrichtenbearbeitung/löschung deaktivieren", "disable-editing-help": "Administratoren und globale Moderatoren sind von dieser Einschränkung ausgenommen", "max-length": "Maximale Länge von Chatnachrichten", - "max-chat-room-name-length": "Maximum length of chat room names", + "max-chat-room-name-length": "Maximale Länge der Namen von Chaträumen", "max-room-size": "Maximale Anzahl von Benutzern in Chatrooms", - "delay": "Zeit zwischen Chatnachrichten in Millisekunden", - "notification-delay": "Benachrichtigungsverzögerung für Chatnachrichten. (0 für keine Verzögerung)", - "restrictions.seconds-edit-after": "Anzahl der Sekunden, die eine Chat-Nachricht bearbeitet werden kann. (0 deaktiviert)", - "restrictions.seconds-delete-after": "Anzahl der Sekunden, die eine Chat-Nachricht löschbar bleibt. (0 deaktiviert)" + "delay": "Zeit zwischen Chat-Nachrichten (ms)", + "newbieDelay": "... für neue Benutzer (ms)", + "notification-delay": "Benachrichtigungsverzögerung für Chat-Nachrichten", + "notification-delay-help": "Zusätzliche Nachrichten, die zwischen dieser Zeit gesendet werden, werden gesammelt, und der Benutzer wird einmal pro Verzögerungszeitraum benachrichtigt. Setze diesen Wert auf 0, um die Verzögerung zu deaktivieren.", + "restrictions.seconds-edit-after": "Anzahl der Sekunden, die eine Chat-Nachricht bearbeitbar bleibt.", + "restrictions.seconds-delete-after": "Anzahl der Sekunden, die eine Chat-Nachricht löschbar bleibt." } \ No newline at end of file diff --git a/public/language/de/admin/settings/group.json b/public/language/de/admin/settings/group.json index 7100499aba..d3d26bfffd 100644 --- a/public/language/de/admin/settings/group.json +++ b/public/language/de/admin/settings/group.json @@ -4,7 +4,7 @@ "private-groups.help": "Wenn aktiviert, erfordert das Beitreten einer Gruppe die Bestätigung des jeweiligen Besitzers(Standard: aktiviert)", "private-groups.warning": "Vorsicht! Wenn diese Option deaktiviert ist, werden private Gruppen automatisch öffentlich.", "allow-multiple-badges": "Mehrere Abzeichen erlauben", - "allow-multiple-badges-help": "Diese Eintellung kann verwendet werden um Benutzern zu erlauben mehrere Gruppen abzeichen auszuwählen, benötigt Theme unterstützung.", + "allow-multiple-badges-help": "Diese Einstellung kann verwendet werden um Benutzern zu erlauben mehrere Gruppenabzeichen auszuwählen, benötigt Theme unterstützung.", "max-name-length": "Maximale Länge von Gruppennamen", "max-title-length": "Maximale Gruppentitellänge", "cover-image": "Titelbild der Gruppe", diff --git a/public/language/de/admin/settings/guest.json b/public/language/de/admin/settings/guest.json index e8e26b311b..0007092f0b 100644 --- a/public/language/de/admin/settings/guest.json +++ b/public/language/de/admin/settings/guest.json @@ -1,6 +1,6 @@ { "settings": "Einstellungen", - "guest-settings": "Guest Settings", + "guest-settings": "Gasteinstellungen", "handles.enabled": "Gastzugänge erlauben", "handles.enabled-help": "Diese Option zeigt ein neues Feld an, in dem Gäste einen Namen auswählen können, der jedem von ihnen erstellten Beitrag zugeordnet werden soll. Wenn sie deaktiviert sind, werden sie einfach „Gast“ genannt.", "topic-views.enabled": "Gästen erlauben, die gezählte Anzahl der Themenaufrufe zu erhöhen", diff --git a/public/language/de/admin/settings/post.json b/public/language/de/admin/settings/post.json index 3e96171244..ad7975d46e 100644 --- a/public/language/de/admin/settings/post.json +++ b/public/language/de/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "Titellänge", "restrictions.post-length": "Beitragslänge", "restrictions.days-until-stale": "Tage bis ein Thema als alt angesehen wird", - "restrictions.stale-help": "Wenn ein Thema als \"veraltet\" angesehen wird, wird Nutzern die versuchen diesem Thema zu antworten eine Warnung gezeigt", + "restrictions.stale-help": "Wenn ein Thema als \"veraltet\" angesehen wird, wird Benutzern, die versuchen, auf dieses Thema zu antworten, eine Warnung angezeigt. (zum Deaktivieren auf 0 setzen)", "timestamp": "Zeitstempel", "timestamp.cut-off": "Tageslimit für Relative Zeitangaben (in Tagen)", "timestamp.cut-off-help": "Tage & Zeiten werden relativ angezeigt (z.B. \"vor 3 Stunden\" / \"vor 5 Tagen\"), und in viele Sprachen übersetzt. Nach einem bestimmten Zeitpunkt, kann dieses Text durch das übersetzte Datum selbst ersetzt werden (z.B. 5 Nov 2016 15:30).
(Standard: 30, oder ein Monat). Auf 0 setzen um immer Daten anzuzeigen, leer lassung um immer relative Zeiten anzuzeigen.", diff --git a/public/language/de/admin/settings/reputation.json b/public/language/de/admin/settings/reputation.json index c37ae02282..b387554653 100644 --- a/public/language/de/admin/settings/reputation.json +++ b/public/language/de/admin/settings/reputation.json @@ -11,7 +11,7 @@ "downvotes-per-day": "Runtervoten pro Tag (auf 0 gesetzt für unbegrenzte Runtervotes)", "downvotes-per-user-per-day": "Runtervoten pro Benutzer pro Tag (auf 0 gesetzt für unbegrenzte Runtervotes)", "min-rep-chat": "Mindestreputation zum Senden von Chatnachrichten", - "min-rep-post-links": "Minimum reputation to post links", + "min-rep-post-links": "Mindestansehen, um Links zu posten", "min-rep-flag": "Minimales Ansehen und Beiträge zu melden", "min-rep-website": "Erforderliche Reputation um eine \"Website\" zum Benutzerprofil hinzuzufügen", "min-rep-aboutme": "Erforderliche Reputation um eine \"Über mich\"-Sektion zum Benutzerprofil hinzuzufügen", @@ -19,11 +19,11 @@ "min-rep-profile-picture": "Minimale Reputation um ein Profilbild hinzuzufügen", "min-rep-cover-picture": "Minimale Reputation um ein Deckbild hinzuzufügen", - "flags": "Merkmal-Einstellung", - "flags.limit-per-target": "Maximale Häufigkeit, mit der etwas markiert werden kann", + "flags": "Meldung-Einstellungen", + "flags.limit-per-target": "Maximale Häufigkeit, mit der etwas gemeldet werden kann", "flags.limit-per-target-placeholder": "Standardwert: 0", - "flags.limit-per-target-help": "Wenn ein Beitrag oder ein Benutzer mehrfach markiert wird, wird jede zusätzliche Markierung als "Nachricht" betrachtet und zur ursprünglichen Markierung hinzugezählt. Setzen Sie diese Option auf eine andere Zahl als Null, um die Anzahl der Nachricht, die ein Artikel erhalten kann, zu begrenzen.", - "flags.auto-flag-on-downvote-threshold": "Anzahl der Downvotes für Posts mit automatischer Markierung (zum Deaktivieren auf 0 setzen, Standard: 0)", + "flags.limit-per-target-help": "Wenn ein Beitrag oder ein Benutzer mehrfach gemeldet wird, wird jede zusätzliche Meldung als "Report" betrachtet und zur ursprünglichen Meldung hinzugezählt. Setzen Sie diese Option auf eine andere Zahl als Null, um die Anzahl der Meldungen, die ein Report erhalten kann, zu begrenzen.", + "flags.auto-flag-on-downvote-threshold": "Anzahl der Downvotes für Posts mit automatischer Meldung (zum Deaktivieren auf 0 setzen, Standard: 0)", "flags.auto-resolve-on-ban": "Automatisches Beenden aller Tickets eines Benutzers, wenn dieser gesperrt wird", "flags.action-on-resolve": "Führe Folgendes aus, wenn eine Flagge aufgelöst wird", "flags.action-on-reject": "Gehe folgendermaßen vor, wenn eine Flagge abgelehnt wird", diff --git a/public/language/de/admin/settings/user.json b/public/language/de/admin/settings/user.json index fe6e9590c1..7610a312eb 100644 --- a/public/language/de/admin/settings/user.json +++ b/public/language/de/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "Benutzername oder E-Mail", "allow-login-with.username": "Nur Benutzername", "account-settings": "Kontoeinstellungen", - "gdpr_enabled": "Aktivieren Sie die DSGVO-Zustimmungserfassung", - "gdpr_enabled_help": "Wenn diese Option aktiviert ist, müssen alle neuen Registranten ausdrücklich der Datenerhebung und -nutzung gemäß der Datenschutz-Grundverordnung (DSGVO) zustimmen. Hinweis: Durch die Aktivierung der DSGVO werden bereits vorhandene Benutzer nicht gezwungen, ihre Zustimmung zu erteilen. Dazu müssen Sie das GDPR-Plugin installieren.", + "gdpr-enabled": "Aktivieren Sie die DSGVO-Zustimmungserfassung", + "gdpr-enabled-help": "Wenn diese Option aktiviert ist, müssen alle neuen Registranten ausdrücklich der Datenerhebung und -nutzung gemäß der Datenschutz-Grundverordnung (DSGVO) zustimmen. Hinweis: Durch die Aktivierung der DSGVO werden bereits vorhandene Benutzer nicht gezwungen, ihre Zustimmung zu erteilen. Dazu müssen Sie das GDPR-Plugin installieren.", "disable-username-changes": "Deaktiviere Änderungen des Benutzernames", "disable-email-changes": "Deaktiviere Änderungen der E-Mail Adresse", "disable-password-changes": "Deaktiviere Änderungen des Passwortes", diff --git a/public/language/de/category.json b/public/language/de/category.json index 08465287d9..9ac3360370 100644 --- a/public/language/de/category.json +++ b/public/language/de/category.json @@ -1,12 +1,12 @@ { "category": "Kategorie", "subcategories": "Unterkategorien", - "new_topic_button": "Neues Thema", + "new-topic-button": "Neues Thema", "guest-login-post": "Melde dich an, um einen Beitrag zu erstellen", - "no_topics": "Es gibt noch keine Themen in dieser Kategorie.
Warum beginnst du nicht eins?", + "no-topics": "Es gibt noch keine Themen in dieser Kategorie.
Warum beginnst du nicht eins?", "browsing": "Aktiv", - "no_replies": "Niemand hat geantwortet", - "no_new_posts": "Keine neuen Beiträge.", + "no-replies": "Niemand hat geantwortet", + "no-new-posts": "Keine neuen Beiträge.", "watch": "Beobachten", "ignore": "Ignorieren", "watching": "Beobachte", diff --git a/public/language/de/email.json b/public/language/de/email.json index a7625b2b4a..348383fe42 100644 --- a/public/language/de/email.json +++ b/public/language/de/email.json @@ -3,8 +3,8 @@ "password-reset-requested": "Zurücksetzung des Passworts beantragt!", "welcome-to": "Willkommen bei %1", "invite": "Einladung von %1", - "greeting_no_name": "Hallo", - "greeting_with_name": "Hallo %1", + "greeting-no-name": "Hallo", + "greeting-with-name": "Hallo %1", "email.verify-your-email.subject": "Bitte bestätige deine Email-Adresse", "email.verify.text1": "Sie haben angefordert, dass wir Ihre E-Mail-Adresse ändern oder bestätigen", "email.verify.text2": "Aus Sicherheitsgründen ändern oder bestätigen wir die hinterlegte E-Mail-Adresse erst, nachdem ihr Eigentum per E-Mail bestätigt wurde. Wenn Sie dies nicht angefordert haben, müssen Sie nichts unternehmen.", @@ -22,9 +22,9 @@ "reset.notify.subject": "Passwort erfolgreich geändert", "reset.notify.text1": "Wir benachrichtigen dich, dass dein Passwort am %1 erfolgreich geändert wurde.", "reset.notify.text2": "Bitte benachrichtige umgehend einen Administrator, wenn du dies nicht autorisiert hast.", - "digest.unread-rooms": "Unread rooms", - "digest.room-name-unreadcount": "%1 (%2 unread)", - "digest.latest_topics": "Neueste Themen auf %1", + "digest.unread-rooms": "Ungelesene Räume", + "digest.room-name-unreadcount": "%1 (%2 ungelesen)", + "digest.latest-topics": "Neueste Themen auf %1", "digest.top-topics": "Top-Themen von %1", "digest.popular-topics": "Beliebte Themen von %1", "digest.cta": "Klicke hier, um %1 zu besuchen", @@ -36,8 +36,8 @@ "digest.title.day": "Deine tägliche Zusammenfassung", "digest.title.week": "Deine wöchentliche Zusammenfassung", "digest.title.month": "Deine monatliche Zusammenfassung", - "notif.chat.subject": "Neue Chatnachricht von %1 erhalten", - "notif.chat.public-chat-subject": "New message from %1 in room %2", + "notif.chat.new-message-from-user": "Neue Nachricht von \"%1\"", + "notif.chat.new-message-from-user-in-room": "Neue Nachricht von %1 in Raum %2", "notif.chat.cta": "Klicke hier, um die Unterhaltung fortzusetzen", "notif.chat.unsub.info": "Diese Chat-Benachrichtigung wurde dir aufgrund deiner Abonnement-Einstellungen gesendet.", "notif.post.unsub.info": "Diese Mitteilung wurde dir aufgrund deiner Abonnement-Einstellungen gesendet.", diff --git a/public/language/de/error.json b/public/language/de/error.json index e08073effe..bfc79125c4 100644 --- a/public/language/de/error.json +++ b/public/language/de/error.json @@ -55,7 +55,7 @@ "user-banned-reason-until": "Entschuldigung, dieses Konto wurde bis %1 (Reason: %2) gesperrt.", "user-too-new": "Entschuldigung, du musst %1 Sekunde(n) warten, bevor du deinen ersten Beitrag schreiben kannst.", "blacklisted-ip": "Deine IP-Adresse ist für dieses Forum gesperrt. Sollte dies ein Irrtum sein, dann kontaktiere bitte einen Administrator.", - "cant-blacklist-self-ip": "You can't blacklist your own IP", + "cant-blacklist-self-ip": "Du kannst deine eigene IP nicht blacklisten", "ban-expiry-missing": "Bitte gib ein Enddatum für diese Sperrung an", "no-category": "Die Kategorie existiert nicht", "no-topic": "Das Thema existiert nicht", @@ -165,14 +165,14 @@ "chat-room-does-not-exist": "Der Chatroom existiert nicht.", "cant-add-users-to-chat-room": "Kann Benutzer nicht zu Chatroom hinzufügen", "cant-remove-users-from-chat-room": "Kann Benutzer nicht aus Chatroom entfernen.", - "chat-room-name-too-long": "Chat room name too long. Names can't be longer than %1 characters.", + "chat-room-name-too-long": "Der Name des Chat-Raums ist zu lang. Die Namen dürfen nicht länger als %1 Zeichen sein.", "already-voting-for-this-post": "Du hast diesen Beitrag bereits bewertet.", "reputation-system-disabled": "Das Reputationssystem ist deaktiviert.", "downvoting-disabled": "Downvotes sind deaktiviert.", "not-enough-reputation-to-chat": "Du benötigst %1 Ruf zum Chatten", "not-enough-reputation-to-upvote": "Du benötigst %1 Ruf, um upvoten zu können", "not-enough-reputation-to-downvote": "Du benötigst %1 Ruf, um abzustimmen", - "not-enough-reputation-to-post-links": "You need %1 reputation to post links", + "not-enough-reputation-to-post-links": "Du benötigst %1 Ansehen um Links zu posten", "not-enough-reputation-to-flag": "Du benötigst %1 Ruf, um diesen Beitrag zu melden", "not-enough-reputation-min-rep-website": "Du benötigst %1 Ruf, um eine Website hinzuzufügen", "not-enough-reputation-min-rep-aboutme": "Du benötigst %1 Ruf, um eine Über mich hinzuzufügen", @@ -184,6 +184,7 @@ "post-flagged-too-many-times": "Dieser Beitrag wurde bereits von anderen Benutzern gemeldet", "user-flagged-too-many-times": "Dieser Benutzer wurde bereits von anderen Benutzern gemeldet", "cant-flag-privileged": "Sie dürfen die Profile oder Inhalte von privilegierten Benutzern (Moderatoren/Globalmoderatoren/Admins) nicht kennzeichnen.", + "cant-locate-flag-report": "Meldung-Report kann nicht gefunden werden", "self-vote": "Du kannst deine eigenen Beiträge nicht bewerten", "too-many-upvotes-today": "Du kannst nur %1 Mal pro Tag upvoten", "too-many-upvotes-today-user": "Du kannst einen Benutzer nur %1 Mal am Tag positiv bewerten", @@ -201,7 +202,7 @@ "not-in-room": "Benutzer nicht im Raum", "cant-kick-self": "Du kannst dich nicht selber aus der Gruppe entfernen.", "no-users-selected": "Kein(e) Benutzer ausgewählt", - "no-groups-selected": "No group(s) selected", + "no-groups-selected": "Keine Gruppe(n) ausgewählt", "invalid-home-page-route": "Ungültiger Startseitenpfad", "invalid-session": "Ungültige Session", "invalid-session-text": "Es scheint als wäre deine Login-Sitzung nicht mehr aktiv. Bitte aktualisiere diese Seite.", diff --git a/public/language/de/flags.json b/public/language/de/flags.json index 8c8d5eda3b..4c2f29fca6 100644 --- a/public/language/de/flags.json +++ b/public/language/de/flags.json @@ -1,13 +1,16 @@ { "state": "Zustand", + "report": "Report", "reports": "Reports", "first-reported": "Zuerst gemeldet", "no-flags": "Hurra! Keine Meldungen gefunden.", - "x-flags-found": "%1 Flags gefunden.", + "x-flags-found": "%1 Meldung(en) gefunden.", "assignee": "Zugeordneter Benutzer", "update": "Aktualisieren", "updated": "Aktualisiert", "resolved": "Gelöst", + "report-added": "Hinzugefügt", + "report-rescinded": "Zurückgezogen", "target-purged": "Der Inhalt auf den diese Meldung hingewiesen hat, wurde gelöscht und ist nicht mehr verfügbar.", "target-aboutme-empty": "Dieser Benutzer hat kein \"Über mich\" gesetzt.", @@ -40,7 +43,7 @@ "delete-post": "Post löschen", "purge-post": "Post bereiningen", "restore-post": "Post wiederherstellen", - "delete": "Markierung löschen", + "delete": "Meldung löschen", "user-view": "Profil ansehen", "user-edit": "Profil bearbeiten", @@ -50,10 +53,10 @@ "edit-note": "Notiz bearbeiten", "no-notes": "Keine geteilten Notizen", "delete-note-confirm": "Bist du sicher, dass du diese Notiz löschen möchtest?", - "delete-flag-confirm": "Möchtest Du diese Markierung wirklich löschen?", + "delete-flag-confirm": "Bist du dir sicher, dass du diese Meldung löschen möchtest?", "note-added": "Notiz hinzugefügt", "note-deleted": "Notiz gelöscht", - "flag-deleted": "Markierung gelöscht", + "flag-deleted": "Meldung gelöscht", "history": "Konto & Markierungsverlauf", "no-history": "Kein Meldungsverlauf", @@ -69,7 +72,7 @@ "sort-newest": "Neuste zuerst", "sort-oldest": "Älteste zuerst", "sort-reports": "Meiste Meldungen", - "sort-all": "Alle Markierungstypen ...", + "sort-all": "Alle Meldungstypen ...", "sort-posts-only": "Nur Beiträge ...", "sort-downvotes": "Meiste negativen Bewertungen", "sort-upvotes": "Meiste positive Bewertungen", @@ -85,8 +88,8 @@ "modal-submit-success": "Der Inhalt wurde gemeldet.", "bulk-actions": "Massenaktionen", - "bulk-resolve": "Meldungen bereiningen", + "bulk-resolve": "Meldung(en) bereiningen", "bulk-success": "%1 Meldungen aktualisiert", - "flagged-timeago-readable": "Markiert (%2)", - "auto-flagged": "[Automatisch markiert] %1 Abwertungen erhalten." + "flagged-timeago-readable": "Gemeldet (%2)", + "auto-flagged": "[Automatisch gemeldet] %1 Abwertungen erhalten." } \ No newline at end of file diff --git a/public/language/de/global.json b/public/language/de/global.json index 68bae68ffd..4d574b550c 100644 --- a/public/language/de/global.json +++ b/public/language/de/global.json @@ -5,27 +5,27 @@ "403.title": "Zugriff verweigert", "403.message": "Du hast keine Zugriffsberechtigung für diese Seite.", "403.login": "Du solltest Dich anmelden.", - "404.title": " Nicht Gefunden", - "404.message": "Du bist über eine nicht vorhandene Seite gestolpert.
Zur Startseite zurückkehren.
", + "404.title": "Nicht Gefunden", + "404.message": "Du bist über eine nicht vorhandene Seite gestolpert.
Zur Startseite zurückkehren.
", "500.title": "Interner Fehler.", "500.message": "Ups! Scheint als wäre etwas schief gelaufen!", "400.title": "Ungültige Anforderung", "400.message": "Es scheint als wäre dieser Link fehlerhaft, bitte überprüfe ihn und versuche es erneut.
Gehe zurück zur Startseite.
", "register": "Registrieren", "login": "Anmelden", - "please_log_in": "Bitte anmelden", + "please-log-in": "Bitte anmelden", "logout": "Abmelden", - "posting_restriction_info": "Nur registrierte Mitglieder dürfen Beiträge verfassen. Hier klicken zum Anmelden.", - "welcome_back": "Willkommen zurück", - "you_have_successfully_logged_in": "Du hast dich erfolgreich angemeldet", - "save_changes": "Änderungen speichern", + "posting-restriction-info": "Nur registrierte Mitglieder dürfen Beiträge verfassen. Hier klicken zum Anmelden.", + "welcome-back": "Willkommen zurück", + "you-have-successfully-logged-in": "Du hast dich erfolgreich angemeldet", + "save-changes": "Änderungen speichern", "save": "Speichern", "create": "Erstellen", "cancel": "Abbrechen", "close": "Schließen", "pagination": "Seitennummerierung", - "pagination.out_of": "%1 von %2", - "pagination.enter_index": "Zum Beitragsindex gehen", + "pagination.out-of": "%1 von %2", + "pagination.enter-index": "Zum Beitragsindex gehen", "header.admin": "Admin", "header.categories": "Kategorien", "header.recent": "Aktuell", @@ -51,7 +51,7 @@ "nextpage": "Nächste Seite", "alert.success": "Erfolg", "alert.error": "Fehler", - "alert.warning": "Warning", + "alert.warning": "Warnung", "alert.info": "Info", "alert.banned": "Gesperrt", "alert.banned.message": "Sie wurden gerade gesperrt, Ihr Zugang ist jetzt eingeschränkt.", @@ -80,25 +80,25 @@ "lastpost": "Letzter Beitrag", "firstpost": "Erster Beitrag", "about": "Über", - "read_more": "weiterlesen", + "read-more": "weiterlesen", "more": "Mehr", "none": "Nichts", - "posted_ago_by_guest": "%1 von einem Gast geschrieben", - "posted_ago_by": "%1 von %2 geschrieben", - "posted_ago": "%1 geschrieben", - "posted_in": "Verfasst in %1", - "posted_in_by": "verfasst in %1 von %2", - "posted_in_ago": "Verfasst in %1 %2", - "posted_in_ago_by": "Verfasst in %1 %2 von %3", - "user_posted_ago": "%1 schrieb %2", - "guest_posted_ago": "Gast schrieb %1", - "last_edited_by": "zuletzt editiert von %1", + "posted-ago-by-guest": "%1 von einem Gast geschrieben", + "posted-ago-by": "%1 von %2 geschrieben", + "posted-ago": "%1 geschrieben", + "posted-in": "Verfasst in %1", + "posted-in-by": "verfasst in %1 von %2", + "posted-in-ago": "Verfasst in %1 %2", + "posted-in-ago-by": "Verfasst in %1 %2 von %3", + "user-posted-ago": "%1 schrieb %2", + "guest-posted-ago": "Gast schrieb %1", + "last-edited-by": "zuletzt editiert von %1", "edited-timestamp": "Bearbeitet %1", "norecentposts": "Keine aktuellen Beiträge", "norecenttopics": "Keine aktuellen Themen", "recentposts": "Aktuelle Beiträge", "recentips": "Zuletzt angemeldete IPs", - "moderator_tools": "Moderatorenwerkzeuge", + "moderator-tools": "Moderatorenwerkzeuge", "status": "Status", "online": "Online", "away": "Abwesend", @@ -109,7 +109,7 @@ "language": "Sprache", "guest": "Gast", "guests": "Gäste", - "former_user": "Ein ehemaliger Benutzer", + "former-user": "Ein ehemaliger Benutzer", "system-user": "System", "unknown-user": "Unbekannter Benutzer", "updated.title": "Forum aktualisiert", @@ -117,12 +117,12 @@ "privacy": "Privatsphäre", "follow": "Folgen", "unfollow": "Entfolgen", - "delete_all": "Alles löschen", + "delete-all": "Alles löschen", "map": "Karte", "sessions": "Login-Sitzungen", - "ip_address": "IP-Adresse", - "enter_page_number": "Seitennummer eingeben", - "upload_file": "Datei hochladen", + "ip-address": "IP-Adresse", + "enter-page-number": "Seitennummer eingeben", + "upload-file": "Datei hochladen", "upload": "Hochladen", "uploads": "Uploads", "allowed-file-types": "Erlaubte Dateitypen sind %1", @@ -131,7 +131,7 @@ "play": "Play", "cookies.message": "Diese Website verwendet Cookies, um sicherzustellen, dass du die besten Erfahrungen auf unserer Website machst.", "cookies.accept": "Verstanden!", - "cookies.learn_more": "Erfahre mehr", + "cookies.learn-more": "Erfahre mehr", "edited": "Bearbeitet", "disabled": "Deaktiviert", "select": "Auswählen", diff --git a/public/language/de/groups.json b/public/language/de/groups.json index 1a0457258a..fc270d3858 100644 --- a/public/language/de/groups.json +++ b/public/language/de/groups.json @@ -2,65 +2,65 @@ "all-groups": "Alle Gruppen", "groups": "Gruppen", "members": "Mitglieder", - "view_group": "Gruppe zeigen", + "view-group": "Gruppe zeigen", "owner": "Gruppenbesitzer", - "new_group": "Neue Gruppe erstellen", - "no_groups_found": "Es sind keine Gruppen vorhanden", + "new-group": "Neue Gruppe erstellen", + "no-groups-found": "Es sind keine Gruppen vorhanden", "pending.accept": "Annehmen", "pending.reject": "Abweisen", - "pending.accept_all": "Alle annehmen", - "pending.reject_all": "Alle ablehnen", + "pending.accept-all": "Alle annehmen", + "pending.reject-all": "Alle ablehnen", "pending.none": "Es gibt zur Zeit keine ausstehende Mitglieder", "invited.none": "Es sind zur Zeit keine weiteren Mitglieder eingeladen", "invited.uninvite": "Einladung zurücknehmen", "invited.search": "Suche nach einem Benutzer um ihn in diese Gruppe aufzunehmen", - "invited.notification_title": "Du wurdest eingeladen %1 beizutreten.", - "request.notification_title": "Mitgliedsanfrage von %1.", - "request.notification_text": "%1 möchte Mitglied von %2 werden.", + "invited.notification-title": "Du wurdest eingeladen %1 beizutreten.", + "request.notification-title": "Mitgliedsanfrage von %1.", + "request.notification-text": "%1 möchte Mitglied von %2 werden.", "cover-save": "Speichern", "cover-saving": "Speicherung läuft", "details.title": "Gruppendetails", "details.members": "Mitgliederliste", "details.pending": "Mitglieder in Schwebe", "details.invited": "Eingeladene Mitglieder", - "details.has_no_posts": "Die Mitglieder dieser Gruppe haben keine Beiträge verfasst.", - "details.latest_posts": "Neueste Beiträge", + "details.has-no-posts": "Die Mitglieder dieser Gruppe haben keine Beiträge verfasst.", + "details.latest-posts": "Neueste Beiträge", "details.private": "Privat", "details.disableJoinRequests": "Deaktiviere Beitrittsanfragen", "details.disableLeave": "Benutzer daran hindern die Gruppe zu verlassen", "details.grant": "Gewähre/widerrufe Besitz", "details.kick": "Kick", - "details.kick_confirm": "Sind Sie sicher, dass Sie dieses Mitglied aus der Gruppe entfernen möchten?", + "details.kick-confirm": "Sind Sie sicher, dass Sie dieses Mitglied aus der Gruppe entfernen möchten?", "details.add-member": "Mitglied hinzufügen", - "details.owner_options": "Gruppenadministration", - "details.group_name": "Gruppenname", - "details.member_count": "Mitgliederanzahl", - "details.creation_date": "Erstelldatum", + "details.owner-options": "Gruppenadministration", + "details.group-name": "Gruppenname", + "details.member-count": "Mitgliederanzahl", + "details.creation-date": "Erstelldatum", "details.description": "Beschreibung", "details.member-post-cids": "Kategorie-IDs, aus denen Beiträge angezeigt werden sollen", - "details.badge_preview": "Abzeichenvorschau", - "details.change_icon": "Symbol ändern", - "details.change_label_colour": "Label-Farbe ändern", - "details.change_text_colour": "Text-Farbe ändern", - "details.badge_text": "Text für das Abzeichen", + "details.badge-preview": "Abzeichenvorschau", + "details.change-icon": "Symbol ändern", + "details.change-label-colour": "Label-Farbe ändern", + "details.change-text-colour": "Text-Farbe ändern", + "details.badge-text": "Text für das Abzeichen", "details.userTitleEnabled": "Abzeichen anzeigen", - "details.private_help": "Wenn aktiviert, setzt ein Gruppenbeitritt die Zustimmung eines Gruppenbesitzers voraus", + "details.private-help": "Wenn aktiviert, setzt ein Gruppenbeitritt die Zustimmung eines Gruppenbesitzers voraus", "details.hidden": "Versteckt", - "details.hidden_help": "Wenn aktiviert, wird diese Gruppe in der Gruppenliste nicht zu finden sein, und Benutzer werden manuell eingeladen werden müssen.", - "details.delete_group": "Gruppe löschen", - "details.private_system_help": "Private Gruppen wurden systemweit deaktiviert. Diese Einstellung hat keine Funktion.", + "details.hidden-help": "Wenn aktiviert, wird diese Gruppe in der Gruppenliste nicht zu finden sein, und Benutzer werden manuell eingeladen werden müssen.", + "details.delete-group": "Gruppe löschen", + "details.private-system-help": "Private Gruppen wurden systemweit deaktiviert. Diese Einstellung hat keine Funktion.", "event.updated": "Gruppendetails wurden aktualisiert", "event.deleted": "Die Gruppe \"%1\" wurde gelöscht.", "membership.accept-invitation": "Einladung akzeptieren", - "membership.accept.notification_title": "Du bist nun Mitglied von %1", + "membership.accept.notification-title": "Du bist nun Mitglied von %1", "membership.invitation-pending": "Einladung ausstehend", "membership.join-group": "Gruppe beitreten", "membership.leave-group": "Gruppe verlassen", - "membership.leave.notification_title": "%1 hat die Gruppe %2 verlassen", + "membership.leave.notification-title": "%1 hat die Gruppe %2 verlassen", "membership.reject": "Ablehnen", - "new-group.group_name": "Gruppenname:", + "new-group.group-name": "Gruppenname:", "upload-group-cover": "Gruppentitelbild hochladen", "bulk-invite-instructions": "Gib eine mit Kommata getrennte Liste von Benutzernamen ein, um sie in diese Gruppe aufzunehmen", "bulk-invite": "Mehrere einladen", - "remove_group_cover_confirm": "Bist du sicher, dass du dein Titelbild entfernen möchtest?" + "remove-group-cover-confirm": "Bist du sicher, dass du dein Titelbild entfernen möchtest?" } \ No newline at end of file diff --git a/public/language/de/login.json b/public/language/de/login.json index b3c87e732d..5ddc438c75 100644 --- a/public/language/de/login.json +++ b/public/language/de/login.json @@ -1,12 +1,12 @@ { "username-email": "Benutzername / E-Mail-Adresse", "username": "Benutzername", - "remember_me": "Eingeloggt bleiben?", - "forgot_password": "Passwort vergessen?", - "alternative_logins": "Alternative Logins", - "failed_login_attempt": "Login fehlgeschlagen", - "login_successful": "Du hast dich erfolgreich eingeloggt!", - "dont_have_account": "Du hast noch kein Konto?", + "remember-me": "Eingeloggt bleiben?", + "forgot-password": "Passwort vergessen?", + "alternative-logins": "Alternative Logins", + "failed-login-attempt": "Login fehlgeschlagen", + "login-successful": "Du hast dich erfolgreich eingeloggt!", + "dont-have-account": "Du hast noch kein Konto?", "logged-out-due-to-inactivity": "Du wurdest aufgrund von Inaktivität aus dem Adminbereich ausgeloggt", "caps-lock-enabled": "Die Feststelltaste ist aktiviert" } \ No newline at end of file diff --git a/public/language/de/modules.json b/public/language/de/modules.json index 7a1ee2f416..2e88897593 100644 --- a/public/language/de/modules.json +++ b/public/language/de/modules.json @@ -1,6 +1,6 @@ { - "chat.room-id": "Room %1", - "chat.chatting_with": "Chatte mit", + "chat.room-id": "Raum %1", + "chat.chatting-with": "Chatte mit", "chat.placeholder": "Gebe hier eine Chatnachricht ein, ziehe Bilder per Drag & Drop und drücke die Eingabetaste, um sie zu senden", "chat.placeholder.mobile": "Hier Chatnachricht eingeben", "chat.scroll-up-alert": "Zur neuesten Nachricht gehen", @@ -8,12 +8,15 @@ "chat.chat-with-usernames": "Chatte mit %1", "chat.chat-with-usernames-and-x-others": "Chatte mit %1 & %2 anderen", "chat.send": "Senden", - "chat.no_active": "Du hast keine aktiven Chats.", - "chat.user_typing": "%1 tippt gerade ...", - "chat.user_has_messaged_you": "%1 hat dir geschrieben.", - "chat.replying-to": "Replying to %1", - "chat.see_all": "Alle Chats", - "chat.mark_all_read": "Alle als gelesen markieren", + "chat.no-active": "Du hast keine aktiven Chats.", + "chat.user-typing-1": "%1 schreibt gerade ...", + "chat.user-typing-2": "%1 und %2 sind gerade am schreiben ...", + "chat.user-typing-3": "%1, %2 und %3 schreiben gerade ...", + "chat.user-typing-n": "%1, %2 und %3 andere schreiben gerade ...", + "chat.user-has-messaged-you": "%1 hat dir geschrieben.", + "chat.replying-to": "Antworte auf %1", + "chat.see-all": "Alle Chats", + "chat.mark-all-read": "Alle als gelesen markieren", "chat.no-messages": "Bitte wähle einen Empfänger, um den jeweiligen Nachrichtenverlauf anzuzeigen.", "chat.no-users-in-room": "In diesem Raum befinden sich keine Benutzer.", "chat.recent-chats": "Aktuelle Chats", @@ -24,60 +27,71 @@ "chat.pop-out": "Chat als Pop-out anzeigen", "chat.minimize": "Minimieren", "chat.maximize": "Maximieren", - "chat.seven_days": "7 Tage", - "chat.thirty_days": "30 Tage", - "chat.three_months": "3 Monate", - "chat.delete_message_confirm": "Bist du sicher, dass du diese Nachricht löschen möchtest?", + "chat.seven-days": "7 Tage", + "chat.thirty-days": "30 Tage", + "chat.three-months": "3 Monate", + "chat.delete-message-confirm": "Bist du sicher, dass du diese Nachricht löschen möchtest?", "chat.retrieving-users": "Rufe Benutzer ab", - "chat.view-users-list": "View users list", - "chat.public-rooms": "Public Rooms (%1)", - "chat.private-rooms": "Private Rooms (%1)", - "chat.create-room": "Create Chat Room", - "chat.private.option": "Private (Only visible to users added to room)", - "chat.public.option": "Public (Visible to every user in selected groups)", - "chat.public.groups-help": "To create a chat room that is visible to all users select registered-users from the group list.", + "chat.view-users-list": "Benutzerliste anzeigen", + "chat.pinned-messages": "Angeheftete Nachrichten", + "chat.no-pinned-messages": "Es gibt keine angehefteten Nachrichten", + "chat.pin-message": "Nachricht anheften", + "chat.unpin-message": "Nachricht nicht mehr anheften", + "chat.public-rooms": "Öffentliche Räume (%1)", + "chat.private-rooms": "Private Räume (%1)", + "chat.create-room": "Chat-Raum erstellen", + "chat.private.option": "Privat (Nur sichtbar für Benutzer, die dem Raum hinzugefügt wurden)", + "chat.public.option": "Öffentlich (Sichtbar für alle Benutzer in ausgewählten Gruppen)", + "chat.public.groups-help": "Um einen Chat-Raum zu erstellen, der für alle Benutzer sichtbar ist, wähle registered-users in der Gruppenliste.", "chat.manage-room": "Chatroom managen", - "chat.add-user": "Add User", - "chat.notification-settings": "Notification Settings", - "chat.default-notification-setting": "Default Notification Setting", - "chat.notification-setting-room-default": "Room Default", - "chat.notification-setting-none": "No notifications", - "chat.notification-setting-at-mention-only": "@mention only", - "chat.notification-setting-all-messages": "All messages", - "chat.select-groups": "Select Groups", + "chat.add-user": "Benutzer hinzufügen", + "chat.notification-settings": "Benachrichtigungseinstellungen", + "chat.default-notification-setting": "Standardeinstellung für die Benachrichtigung", + "chat.notification-setting-room-default": "Raum Standard", + "chat.notification-setting-none": "Keine Benachrichtigungen", + "chat.notification-setting-at-mention-only": "@nur Erwähnung", + "chat.notification-setting-all-messages": "Alle Nachrichten", + "chat.select-groups": "Gruppen auswählen", "chat.add-user-help": "Suche hier nach Usern. Auswählen fügt den User hinzu. Der neue User wird nicht in der Lage sein Chat Nachrichten zu lesen, die geschrieben wurden bevor er der Konversation hinzugefügt wurde. Ausschließlich Raumbesitzer () können User von Chat Rooms entfernen.", "chat.confirm-chat-with-dnd-user": "Dieser Benutzer hat seinen Status auf DnD (Bitte nicht stören) gesetzt. Möchtest du dennoch mit ihm chatten?", - "chat.room-name-optional": "Room Name (Optional)", + "chat.room-name-optional": "Raumname (optional)", "chat.rename-room": "Raum umbenennen", "chat.rename-placeholder": "Gib deinen Chatraumnamen hier ein", "chat.rename-help": "Den Namen des Chatraums den du hier setzt, wird für alle Teilnehmer sichtbar sein.", - "chat.leave": "Leave", - "chat.leave-room": "Leave Room", + "chat.leave": "Verlassen", + "chat.leave-room": "Raum verlassen", "chat.leave-prompt": "Bist du sicher, dass du diesen Chat verlassen willst?", "chat.leave-help": "Den Chat zu verlassen wird dich von weiterem Schriftverkehr in diesem Chat entfernen. Solltest du in der Zukunft wieder hinzugefügt werden, würdest du keinen Chatverlauf sehen können, der in der Zwischenzeit geschrieben wurde.", - "chat.delete": "Delete", - "chat.delete-room": "Delete Room", - "chat.delete-prompt": "Are you sure you wish to delete this chat room?", + "chat.delete": "Löschen", + "chat.delete-room": "Raum löschen", + "chat.delete-prompt": "Bist du dir sicher, dass du diesen Chat löschen möchtest?", "chat.in-room": "In diesem Chat-Room", "chat.kick": "Rauswerfen", "chat.show-ip": "IP anzeigen", "chat.owner": "Raumbesitzer", - "chat.grant-rescind-ownership": "Grant/Rescind Ownership", - "chat.system.user-join": "%1 has joined the room ", - "chat.system.user-leave": "%1 has left the room ", - "chat.system.room-rename": "%2 has renamed this room to \"%1\" ", + "chat.grant-rescind-ownership": "Erteilung/Aufhebung des Eigentums", + "chat.system.user-join": "%1 hat den Raum betreten ", + "chat.system.user-leave": "%1 hat den Raum verlassen ", + "chat.system.room-rename": "%2 hat diesen Raum umbenannt in \"%1\" ", "composer.compose": "Verfassen", - "composer.show_preview": "Vorschau zeigen", - "composer.hide_preview": "Vorschau ausblenden", + "composer.show-preview": "Vorschau zeigen", + "composer.hide-preview": "Vorschau ausblenden", "composer.help": "Hilfe", - "composer.user_said_in": "%1 sagte in %2:", - "composer.user_said": "%1 sagte:", + "composer.user-said-in": "%1 sagte in %2:", + "composer.user-said": "%1 sagte:", "composer.discard": "Bist du sicher, dass du diesen Beitrag verwerfen möchtest?", - "composer.submit_and_lock": "Einreichen und Sperren", - "composer.toggle_dropdown": "Menu aus-/einblenden", + "composer.submit-and-lock": "Einreichen und Sperren", + "composer.toggle-dropdown": "Menu aus-/einblenden", "composer.uploading": "Lade %1 hoch", "composer.formatting.bold": "Fett", "composer.formatting.italic": "Kursiv", + "composer.formatting.heading": "Überschrift", + "composer.formatting.heading1": "Überschrift 1", + "composer.formatting.heading2": "Überschrift 2", + "composer.formatting.heading3": "Überschrift 3", + "composer.formatting.heading4": "Überschrift 4", + "composer.formatting.heading5": "Überschrift 5", + "composer.formatting.heading6": "Überschrift 6", "composer.formatting.list": "Liste", "composer.formatting.strikethrough": "Durchstreichen", "composer.formatting.code": "Code", @@ -85,9 +99,10 @@ "composer.formatting.picture": "Bildlink", "composer.upload-picture": "Bild hochladen", "composer.upload-file": "Datei hochladen", - "composer.zen_mode": "Zen Modus", - "composer.select_category": "Wähle eine Kategorie", + "composer.zen-mode": "Zen Modus", + "composer.select-category": "Wähle eine Kategorie", "composer.textarea.placeholder": "Schreibe hier deinen Beitrag, füge Bilder mit Drag and Drop hinzu", + "composer.post-queue-alert": "Hallo👋!
Da du ein neuer Benutzer bist, wird dein Beitrag ausgeblendet, bis er von unserem Moderationsteam freigegeben wurde.", "composer.schedule-for": "Thema einplanen für", "composer.schedule-date": "Datum", "composer.schedule-time": "Zeit", @@ -102,8 +117,8 @@ "bootbox.confirm": "Bestätigen", "bootbox.submit": "Absenden", "bootbox.send": "Senden", - "cover.dragging_title": "Titelbildpositionierung", - "cover.dragging_message": "Ziehe das Titelbild an die gewünschte Position und klicke auf \"Speichern\"", + "cover.dragging-title": "Titelbildpositionierung", + "cover.dragging-message": "Ziehe das Titelbild an die gewünschte Position und klicke auf \"Speichern\"", "cover.saved": "Titelbild und -position gespeichert", "thumbs.modal.title": "Themen-Vorschaubilder verwalten", "thumbs.modal.no-thumbs": "Keine Vorschaubilder gefunden.", diff --git a/public/language/de/notifications.json b/public/language/de/notifications.json index 34437ab9e1..c032f0e955 100644 --- a/public/language/de/notifications.json +++ b/public/language/de/notifications.json @@ -1,59 +1,68 @@ { "title": "Benachrichtigungen", - "no_notifs": "Keine neuen Benachrichtigungen", - "see_all": "Alle Benachrichtigungen", - "mark_all_read": "Alle als gelesen markieren", - "back_to_home": "Zurück zu %1", - "outgoing_link": "Externer Link", - "outgoing_link_message": "Du verlässt nun %1", - "continue_to": "Fortfahren zu %1", - "return_to": "Kehre zurück zu %1", - "new_notification": "Du hast eine neue Benachrichtigung", - "you_have_unread_notifications": "Du hast ungelesene Benachrichtigungen.", + "no-notifs": "Keine neuen Benachrichtigungen", + "see-all": "Alle Benachrichtigungen", + "mark-all-read": "Alle als gelesen markieren", + "back-to-home": "Zurück zu %1", + "outgoing-link": "Externer Link", + "outgoing-link-message": "Du verlässt nun %1", + "continue-to": "Fortfahren zu %1", + "return-to": "Kehre zurück zu %1", + "new-notification": "Du hast eine neue Benachrichtigung", + "you-have-unread-notifications": "Du hast ungelesene Benachrichtigungen.", "all": "Alle", "topics": "Themen", + "tags": "Tags", "replies": "Antworten", "chat": "Chats", "group-chat": "Gruppenchats", - "public-chat": "Public Chats", + "public-chat": "Öffentliche Chats", "follows": "Folgt", "upvote": "Positive Bewertungen", - "new-flags": "Neue Markierungen", + "awards": "Auszeichnungen", + "new-flags": "Neue Meldungen", "my-flags": "Mir zugewiesene Markierungen", "bans": "Verbannungen", - "new_message_from": "Neue Nachricht von %1", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1 hat deinen Beitrag in %2 positiv bewertet.", - "upvoted_your_post_in_dual": "%1 und %2 haben deinen Beitrag in %3 positiv bewertet.", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "%1 hat deinen Beitrag nach %2 verschoben.", - "moved_your_topic": "%1 hat %2 verschoben.", - "user_flagged_post_in": "%1 hat einen Beitrag in %2 gemeldet", - "user_flagged_post_in_dual": "%1 und %2 haben einen Beitrag in %3 gemeldet", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1 meldete ein Nutzerprofil (%2)", - "user_flagged_user_dual": "%1 und %2 meldeten ein Nutzerprofil (%3)", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "%1 hat auf %2 geantwortet.", - "user_posted_to_dual": "%1 und %2 haben auf %3 geantwortet.", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1 hat ein neues Thema erstellt: %2", - "user_edited_post": "%1 hat einen Post in %2 bearbeitet", - "user_started_following_you": "%1 folgt dir jetzt.", - "user_started_following_you_dual": "%1 und %2 folgen dir jetzt.", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1 hat eine Registrationsanfrage geschickt.", - "new_register_multiple": "Es erwarten %1 Registrierungsanfragen eine Überprüfung.", - "flag_assigned_to_you": "Markierung %1 wurde Ihnen zugewiesen", - "post_awaiting_review": "Beitrag noch nicht Überprüft", + "new-message-from": "Neue Nachricht von %1", + "new-messages-from": "%1 neue Nachrichten von %2", + "new-message-in": "Neue Nachricht in %1", + "new-messages-in": "%1 neue Nachrichten in %2", + "user-posted-in-public-room": "%1 schrieb in %3", + "user-posted-in-public-room-dual": "%1 und %2 schrieben in %4", + "user-posted-in-public-room-triple": "%1, %2 und %3 schrieben in %5", + "user-posted-in-public-room-multiple": "%1, %2 und %3 andere schrieben in %5", + "upvoted-your-post-in": "%1 hat deinen Beitrag in %2 positiv bewertet.", + "upvoted-your-post-in-dual": "%1 und %2 haben deinen Beitrag in %3 positiv bewertet.", + "upvoted-your-post-in-triple": "%1, %2 und %3 haben deinen Beitrag in %4 positiv bewertet.", + "upvoted-your-post-in-multiple": "%1, %2 und %3 andere haben deinen Beitrag in %4 positiv bewertet.", + "moved-your-post": "%1 hat deinen Beitrag nach %2 verschoben.", + "moved-your-topic": "%1 hat %2 verschoben.", + "user-flagged-post-in": "%1 hat einen Beitrag in %2 gemeldet", + "user-flagged-post-in-dual": "%1 und %2 haben einen Beitrag in %3 gemeldet", + "user-flagged-post-in-triple": "%1, %2 und %3 meldeten einen Beitrag in %4", + "user-flagged-post-in-multiple": "%1, %2 und %3 andere meldeten einen Beitrag in %4", + "user-flagged-user": "%1 meldete ein Nutzerprofil (%2)", + "user-flagged-user-dual": "%1 und %2 meldeten ein Nutzerprofil (%3)", + "user-flagged-user-triple": "%1, %2 und %3 meldeten ein Benutzerprofil (%4)", + "user-flagged-user-multiple": "%1, %2 und %3 andere meldeten ein Benutzerprofil (%4)", + "user-posted-to": "%1 hat auf %2 geantwortet.", + "user-posted-to-dual": "%1 und %2 haben auf %3 geantwortet.", + "user-posted-to-triple": "%1, %2 und %3 haben geantwortet auf: %4", + "user-posted-to-multiple": "%1, %2 und %3 andere haben geantwortet auf :%4", + "user-posted-topic": "%1 hat ein neues Thema erstellt: %2", + "user-edited-post": "%1 hat einen Post in %2 bearbeitet", + "user-posted-topic-with-tag": "%1 hat ein neues Thema mit dem Tag %2 erstellt", + "user-posted-topic-with-tag-dual": "%1 hat ein neues Thema mit den Tags %2 and %3 erstellt", + "user-posted-topic-with-tag-triple": "%1 hat ein neues Thema mit den Tags %2, %3 und %4 erstellt", + "user-posted-topic-with-tag-multiple": "%1 hat ein neues Thema mit den Tags %2 erstellt", + "user-started-following-you": "%1 folgt dir jetzt.", + "user-started-following-you-dual": "%1 und %2 folgen dir jetzt.", + "user-started-following-you-triple": "%1, %2 und %3 folgen dir jetzt.", + "user-started-following-you-multiple": "%1, %2 und %3 andere folgen dir jetzt.", + "new-register": "%1 hat eine Registrationsanfrage geschickt.", + "new-register-multiple": "Es erwarten %1 Registrierungsanfragen eine Überprüfung.", + "flag-assigned-to-you": "Markierung %1 wurde Ihnen zugewiesen", + "post-awaiting-review": "Beitrag noch nicht Überprüft", "profile-exported": "%1 Profil exportiert, klicke zum downloaden", "posts-exported": "%1 Posts exportiert, klicke zum downloaden", "uploads-exported": "%1 Uploads exportiert, klicke zum downloaden", @@ -66,22 +75,24 @@ "email-confirm-error-message": "Es gab ein Problem bei der Validierung Ihrer E-Mail-Adresse. Möglicherweise ist der Code ungültig oder abgelaufen.", "email-confirm-sent": "Bestätigungs-E-Mail gesendet.", "none": "Nichts", - "notification_only": "Nur Benachrichtigungen", - "email_only": "Nur Emails", - "notification_and_email": "Benachrichtigungen & Emails", - "notificationType_upvote": "Wenn jemand deinen beitrag positiv bewertet", - "notificationType_new-topic": "Wenn jemand, dem du folgst, einen Beitrag erstellt", - "notificationType_new-reply": "Wenn es eine neue Antwort auf ein Thema das du beobachtest gibt", - "notificationType_post-edit": "Wenn ein Post bearbeitet wurde, in einem Thema welches du beobachtest", - "notificationType_follow": "Wenn dir jemand neues folgt", - "notificationType_new-chat": "Wenn du eine Chat Nachricht erhältst", - "notificationType_new-group-chat": "Wenn Du eine Gruppen-Chat-Nachricht erhalten hast", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "Wenn du eine Gruppeneinladung erhältst", - "notificationType_group-leave": "Wenn ein Benutzer Ihre Gruppe verlässt", - "notificationType_group-request-membership": "Wenn jemand einer Gruppe beitreten möchte, die dir gehört", - "notificationType_new-register": "Wenn jemand der Registrierungswarteschlange hinzugefügt wird", - "notificationType_post-queue": "Wenn ein neuer Beitrag eingereiht wird", - "notificationType_new-post-flag": "Wenn ein Beitrag gemeldet wird", - "notificationType_new-user-flag": "Wenn ein Benutzer gemeldet wird" + "notification-only": "Nur Benachrichtigungen", + "email-only": "Nur Emails", + "notification-and-email": "Benachrichtigungen & Emails", + "notificationType-upvote": "Wenn jemand deinen beitrag positiv bewertet", + "notificationType-new-topic": "Wenn jemand, dem du folgst, einen Beitrag erstellt", + "notificationType-new-topic-with-tag": "Wenn ein Thema mit einem Tag gepostet wird, dem du folgst", + "notificationType-new-reply": "Wenn es eine neue Antwort auf ein Thema das du beobachtest gibt", + "notificationType-post-edit": "Wenn ein Post bearbeitet wurde, in einem Thema welches du beobachtest", + "notificationType-follow": "Wenn dir jemand neues folgt", + "notificationType-new-chat": "Wenn du eine Chat Nachricht erhältst", + "notificationType-new-group-chat": "Wenn Du eine Gruppen-Chat-Nachricht erhalten hast", + "notificationType-new-public-chat": "Wenn du eine öffentliche Gruppenchat-Nachricht erhältst", + "notificationType-group-invite": "Wenn du eine Gruppeneinladung erhältst", + "notificationType-group-leave": "Wenn ein Benutzer Ihre Gruppe verlässt", + "notificationType-group-request-membership": "Wenn jemand einer Gruppe beitreten möchte, die dir gehört", + "notificationType-new-register": "Wenn jemand der Registrierungswarteschlange hinzugefügt wird", + "notificationType-post-queue": "Wenn ein neuer Beitrag eingereiht wird", + "notificationType-new-post-flag": "Wenn ein Beitrag gemeldet wird", + "notificationType-new-user-flag": "Wenn ein Benutzer gemeldet wird", + "notificationType-new-reward": "Wenn du eine neue Auszeichnung erhältst" } \ No newline at end of file diff --git a/public/language/de/pages.json b/public/language/de/pages.json index 07d2c7e72c..544fa3e49d 100644 --- a/public/language/de/pages.json +++ b/public/language/de/pages.json @@ -47,7 +47,8 @@ "account/latest-posts": "Neuster Beitrag von %1", "account/topics": "Von %1 verfasste Themen", "account/groups": "Gruppen von %1", - "account/watched_categories": "Beobachtete Kategorien von %1", + "account/watched-categories": "Beobachtete Kategorien von %1", + "account/watched-tags": "%1's Beobachtete Tags", "account/bookmarks": "Lesezeichen von %1", "account/settings": "Benutzer-Einstellungen", "account/settings-of": "Einstellungen von %1 ändern", diff --git a/public/language/de/recent.json b/public/language/de/recent.json index 8305fdd38b..2f7616f06f 100644 --- a/public/language/de/recent.json +++ b/public/language/de/recent.json @@ -5,7 +5,7 @@ "month": "Monat", "year": "Jahr", "alltime": "Gesamter Zeitraum", - "no_recent_topics": "Es gibt keine aktuellen Themen.", - "no_popular_topics": "Es gibt keine beliebten Themen.", + "no-recent-topics": "Es gibt keine aktuellen Themen.", + "no-popular-topics": "Es gibt keine beliebten Themen.", "load-new-posts": "Neue Beiträge laden" } \ No newline at end of file diff --git a/public/language/de/register.json b/public/language/de/register.json index c82ce59f50..081e3faba1 100644 --- a/public/language/de/register.json +++ b/public/language/de/register.json @@ -1,32 +1,32 @@ { "register": "Registrieren", "already-have-account": "Du hast bereits ein Konto?", - "cancel_registration": "Registrierungsvorgang abbrechen", + "cancel-registration": "Registrierungsvorgang abbrechen", "help.email": "Deine E-Mail Adresse ist standardmäßig nicht öffentlich sichtbar.", - "help.username_restrictions": "Einen einmaligen Benutzernamen. %1-%2 Zeichen. Andere Benutzer können dich mit @Benutzername anschreiben.", - "help.minimum_password_length": "Dein Passwort muss mindestens %1 Zeichen lang sein.", - "email_address": "E-Mail-Adresse", - "email_address_placeholder": "E-Mail Adresse eingeben", + "help.username-restrictions": "Einen einmaligen Benutzernamen. %1-%2 Zeichen. Andere Benutzer können dich mit @Benutzername anschreiben.", + "help.minimum-password-length": "Dein Passwort muss mindestens %1 Zeichen lang sein.", + "email-address": "E-Mail-Adresse", + "email-address-placeholder": "E-Mail Adresse eingeben", "username": "Benutzername", - "username_placeholder": "Benutzernamen eingeben", + "username-placeholder": "Benutzernamen eingeben", "password": "Passwort", - "password_placeholder": "Passwort eingeben", - "confirm_password": "Passwort bestätigen", - "confirm_password_placeholder": "Passwort zur Bestätigung erneut eingeben", - "register_now_button": "Jetzt registrieren", - "alternative_registration": "Alternative Registrierung", - "terms_of_use": "Nutzungsbedingungen", - "agree_to_terms_of_use": "Ich stimme den Nutzungsbedingungen zu", - "terms_of_use_error": "Du musst den Nutzungsbedingungen zustimmen", + "password-placeholder": "Passwort eingeben", + "confirm-password": "Passwort bestätigen", + "confirm-password-placeholder": "Passwort zur Bestätigung erneut eingeben", + "register-now-button": "Jetzt registrieren", + "alternative-registration": "Alternative Registrierung", + "terms-of-use": "Nutzungsbedingungen", + "agree-to-terms-of-use": "Ich stimme den Nutzungsbedingungen zu", + "terms-of-use-error": "Du musst den Nutzungsbedingungen zustimmen", "registration-added-to-queue": "Deine Registration wurde abgeschickt. Du wirst eine E-Mail erhalten, sobald sie von einem Administrator akzeptiert wird.", "registration-queue-average-time": "Unsere durchschnittliche Zeit für die Genehmigung von Mitgliedschaften beträgt %1 Stunden %2 Minuten.", "registration-queue-auto-approve-time": "Ihre Mitgliedschaft in diesem Forum wird in bis zu %1 Stunden vollständig aktiviert sein.", "interstitial.intro": "Wir benötigen einige zusätzliche Informationen, um Ihr Konto zu aktualisieren…", "interstitial.intro-new": "Wir benötigen einige zusätzliche Informationen, bevor wir Ihr Konto erstellen können…", "interstitial.errors-found": "Bitte überprüfen Sie die eingegebenen Informationen:", - "gdpr_agree_data": "Ich stimme der Sammlung und Verarbeitung meiner Persönlichen Daten auf dieser Website zu.", - "gdpr_agree_email": "Ich bin damit einverstanden, dass ich Informations und Benachrichtigungs-E-Mails von dieser Website erhalte.", - "gdpr_consent_denied": "Du musst zustimmen, dass diese Seite deine Daten sammeln und verarbeiten darf, und dir Emails senden darf.", + "gdpr-agree-data": "Ich stimme der Sammlung und Verarbeitung meiner Persönlichen Daten auf dieser Website zu.", + "gdpr-agree-email": "Ich bin damit einverstanden, dass ich Informations und Benachrichtigungs-E-Mails von dieser Website erhalte.", + "gdpr-consent-denied": "Du musst zustimmen, dass diese Seite deine Daten sammeln und verarbeiten darf, und dir Emails senden darf.", "invite.error-admin-only": "Die direkte Benutzerregistrierung wurde deaktiviert. Bitte kontaktieren Sie einen Administrator für weitere Details.", "invite.error-invite-only": "Die direkte Benutzerregistrierung wurde deaktiviert. Sie müssen von einem bestehenden Benutzer eingeladen werden, um Zugang zu diesem Forum zu erhalten.", "invite.error-invalid-data": "Die erhaltenen Registrierungsdaten stimmen nicht mit unseren Aufzeichnungen überein. Bitte kontaktieren Sie einen Administrator für weitere Details" diff --git a/public/language/de/reset_password.json b/public/language/de/reset_password.json index efbe70f757..7fbcdc41dd 100644 --- a/public/language/de/reset_password.json +++ b/public/language/de/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "Passwort zurücksetzen", - "update_password": "Password aktualisieren", - "password_changed.title": "Passwort geändert", - "password_changed.message": "

Passwort erfolgreich zurückgesetzt. Bitte logge dich erneut ein.", - "wrong_reset_code.title": "Falscher Reset-Code", - "wrong_reset_code.message": "Der empfangene Reset-Code war falsch. Bitte versuche es erneut oder fordere einen neuen Code an.", - "new_password": "Neues Passwort", - "repeat_password": "Passwort bestätigen", - "changing_password": "Passwort ändern", - "enter_email": "Bitte gebe deine E-Mail-Adresse ein und wir senden dir eine E-Mail mit Anweisungen zum Zurücksetzen deines Kontos.", - "enter_email_address": "E-Mail Adresse eingeben", - "password_reset_sent": "Wenn die angegebene Adresse einem bestehenden Benutzerkonto entspricht, wurde eine E-Mail zum Zurücksetzen des Passworts gesendet. Bitte beachte, dass nur eine E-Mail pro Minute versendet wird.", - "invalid_email": "Ungültige E-Mail / Adresse existiert nicht!", - "password_too_short": "Das eingegebene Passwort ist zu kurz, bitte wähle ein anderes Passwort.", - "passwords_do_not_match": "Die eingegebenen Passwörter stimmen nicht überein.", - "password_expired": "Dein Passwort ist abgelaufen, bitte wähle ein neues Passwort" + "reset-password": "Passwort zurücksetzen", + "update-password": "Password aktualisieren", + "password-changed.title": "Passwort geändert", + "password-changed.message": "

Passwort erfolgreich zurückgesetzt. Bitte logge dich erneut ein.", + "wrong-reset-code.title": "Falscher Reset-Code", + "wrong-reset-code.message": "Der empfangene Reset-Code war falsch. Bitte versuche es erneut oder fordere einen neuen Code an.", + "new-password": "Neues Passwort", + "repeat-password": "Passwort bestätigen", + "changing-password": "Passwort ändern", + "enter-email": "Bitte gebe deine E-Mail-Adresse ein und wir senden dir eine E-Mail mit Anweisungen zum Zurücksetzen deines Kontos.", + "enter-email-address": "E-Mail Adresse eingeben", + "password-reset-sent": "Wenn die angegebene Adresse einem bestehenden Benutzerkonto entspricht, wurde eine E-Mail zum Zurücksetzen des Passworts gesendet. Bitte beachte, dass nur eine E-Mail pro Minute versendet wird.", + "invalid-email": "Ungültige E-Mail / Adresse existiert nicht!", + "password-too-short": "Das eingegebene Passwort ist zu kurz, bitte wähle ein anderes Passwort.", + "passwords-do-not-match": "Die eingegebenen Passwörter stimmen nicht überein.", + "password-expired": "Dein Passwort ist abgelaufen, bitte wähle ein neues Passwort" } \ No newline at end of file diff --git a/public/language/de/rewards.json b/public/language/de/rewards.json new file mode 100644 index 0000000000..110e740c40 --- /dev/null +++ b/public/language/de/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "Du hast %1 Ansehen erhalten", + "awarded-group-membership": "Du bist zur Gruppe %1 hinzugefügt worden", + + "essentials/user.reputation-conditional-value": "(Ansehen %1 %2)", + "essentials/user.postcount-conditional-value": "(Anzahl der Beiträge %1 %2)", + "essentials/user.lastonline-conditional-value": "(Zuletzt online %1 %2)", + "essentials/user.joindate-conditional-value": "(Beitrittsdatum %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Tage registriert %1 %2)" +} \ No newline at end of file diff --git a/public/language/de/search.json b/public/language/de/search.json index 2dc958f823..77ea332310 100644 --- a/public/language/de/search.json +++ b/public/language/de/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Tippen, um zu suchen", - "results_matching": "%1 Ergebnis(se) stimmen mit \"%2\" überein, (%3 Sekunden)", + "results-matching": "%1 Ergebnis(se) stimmen mit \"%2\" überein, (%3 Sekunden)", "no-matches": "Keine Ergebnisse gefunden", "advanced-search": "Erweiterte Suche", "in": "In", diff --git a/public/language/de/tags.json b/public/language/de/tags.json index 2f309b93f3..f5cfad87c7 100644 --- a/public/language/de/tags.json +++ b/public/language/de/tags.json @@ -1,11 +1,17 @@ { "all-tags": "Alle Tags", - "no_tag_topics": "Es gibt keine Themen mit diesem Schlagwort.", + "no-tag-topics": "Es gibt keine Themen mit diesem Schlagwort.", "no-tags-found": "Keine Tags gefunden", "tags": "Schlagworte", - "enter_tags_here": "Hier Schlagworte eingeben. Jeweils %1 bis %2 Zeichen.", - "enter_tags_here_short": "Schlagworte eingeben...", - "no_tags": "Es gibt noch keine Schlagworte.", - "select_tags": "Schlagworte auswählen", - "tag-whitelist": "Tag Whitelist" + "enter-tags-here": "Hier Schlagworte eingeben. Jeweils %1 bis %2 Zeichen.", + "enter-tags-here-short": "Schlagworte eingeben...", + "no-tags": "Es gibt noch keine Schlagworte.", + "select-tags": "Schlagworte auswählen", + "tag-whitelist": "Tag Whitelist", + "watching": "Beobachtet", + "not-watching": "Nicht Beobachtet", + "watching.description": "Benachrichtige mich über neuen Themen.", + "not-watching.description": "Benachrichtige mich nicht über neuen Themen", + "following-tag.message": "Du wirst nun benachrichtigt, wenn jemand ein Thema mit diesem Tag veröffentlicht.", + "not-following-tag.message": "Du wirst nicht benachrichtigt, wenn jemand ein Thema mit diesem Tag veröffentlicht." } \ No newline at end of file diff --git a/public/language/de/themes/harmony.json b/public/language/de/themes/harmony.json index 041c938859..33afbf9563 100644 --- a/public/language/de/themes/harmony.json +++ b/public/language/de/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "Die Toolbar auf Themen- und Kategorieseiten bleibt oben an der Seite kleben", "settings.autohideBottombar": "Fußzeile automatisch verbergen", "settings.autohideBottombar.help": "Die Fußzeile wird auf Mobilgeräten versteckt, sobald nach unten gescrollt wird", + "settings.openSidebars": "Seitennavigation öffnen", "settings.chatModals": "Chatfenster aktivieren" } \ No newline at end of file diff --git a/public/language/de/top.json b/public/language/de/top.json index 5cbcfc49de..f3ddac03e3 100644 --- a/public/language/de/top.json +++ b/public/language/de/top.json @@ -1,4 +1,4 @@ { "title": "Top-Themen", - "no_top_topics": "Keine Top-Themen" + "no-top-topics": "Keine Top-Themen" } \ No newline at end of file diff --git a/public/language/de/topic.json b/public/language/de/topic.json index a00bd53389..2e5324409b 100644 --- a/public/language/de/topic.json +++ b/public/language/de/topic.json @@ -1,20 +1,20 @@ { "topic": "Thema", "title": "Titel", - "no_topics_found": "Keine passenden Themen gefunden!", - "no_posts_found": "Keine Beiträge gefunden!", - "post_is_deleted": "Dieser Beitrag wurde gelöscht!", - "topic_is_deleted": "Dieses Thema wurde gelöscht!", + "no-topics-found": "Keine passenden Themen gefunden!", + "no-posts-found": "Keine Beiträge gefunden!", + "post-is-deleted": "Dieser Beitrag wurde gelöscht!", + "topic-is-deleted": "Dieses Thema wurde gelöscht!", "profile": "Profil", - "posted_by": "Verfasst von %1", - "posted_by_guest": "Verfasst von einem Gast", + "posted-by": "Verfasst von %1", + "posted-by-guest": "Verfasst von einem Gast", "chat": "Chat", - "notify_me": "Erhalte eine Benachrichtigung bei neuen Antworten zu diesem Thema.", + "notify-me": "Erhalte eine Benachrichtigung bei neuen Antworten zu diesem Thema.", "quote": "Zitieren", "reply": "Antworten", - "replies_to_this_post": "%1 Antworten", - "one_reply_to_this_post": "1 Antwort", - "last_reply_time": "Letzte Antwort", + "replies-to-this-post": "%1 Antworten", + "one-reply-to-this-post": "1 Antwort", + "last-reply-time": "Letzte Antwort", "reply-as-topic": "In einem neuen Thema antworten", "guest-login-reply": "Anmelden zum Antworten", "login-to-view": "🔒 Zum ansehen einloggen", @@ -43,7 +43,7 @@ "wrote-ago": "schrieb ", "wrote-on": "schrieb am ", "replied-to-user-ago": "antwortete an %3 ", - "replied-to-user-on": "replied to %3 on ", + "replied-to-user-on": "antwortete auf %3 am ", "user-locked-topic-ago": "%1 sperrte dieses Thema %2", "user-locked-topic-on": "%1 sperrte dieses Thema am %2", "user-unlocked-topic-ago": "%1 entsperrte dieses Thema %2", @@ -64,129 +64,130 @@ "user-referenced-topic-on": "%1 hat am %3 auf dieses Thema verwiesen", "user-forked-topic-ago": "%1 hat dieses Thema aufgespalten %3", "user-forked-topic-on": "%1 hat dieses Thema am %3 aufgespalten", - "bookmark_instructions": "Klicke hier, um zum letzten gelesenen Beitrag des Themas zurückzukehren.", + "bookmark-instructions": "Klicke hier, um zum letzten gelesenen Beitrag des Themas zurückzukehren.", "flag-post": "Diesen Post melden", "flag-user": "Diesen Benutzer melden", "already-flagged": "Bereits gemeldet", - "view-flag-report": "Meldungs-Report anzeigen", + "view-flag-report": "Meldungs-Bericht anzeigen", "resolve-flag": "Als Gelöst markiert", - "merged_message": "Diese Thema wurde mit %2 fusioniert", - "deleted_message": "Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.", - "following_topic.message": "Du erhältst nun eine Benachrichtigung, wenn jemand einen Beitrag zu diesem Thema verfasst.", - "not_following_topic.message": "Ungelesene Beiträge in diesem Thema werden angezeigt, aber du erhältst keine Benachrichtigung wenn jemand einen Beitrag zu diesem Thema verfasst.", - "ignoring_topic.message": "Ungelesene Beiträge in diesem Thema werden nicht mehr angezeigt. Du erhältst eine Benachrichtigung, wenn du in diesem Thema erwähnt wirst oder deine Beiträge positiv bewertet werden.", - "login_to_subscribe": "Bitte registrieren oder einloggen um dieses Thema zu abonnieren", + "merged-message": "Diese Thema wurde mit %2 fusioniert", + "forked-message": "Dieses Thema wurde aufgespalten von %2", + "deleted-message": "Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.", + "following-topic.message": "Du erhältst nun eine Benachrichtigung, wenn jemand einen Beitrag zu diesem Thema verfasst.", + "not-following-topic.message": "Ungelesene Beiträge in diesem Thema werden angezeigt, aber du erhältst keine Benachrichtigung wenn jemand einen Beitrag zu diesem Thema verfasst.", + "ignoring-topic.message": "Ungelesene Beiträge in diesem Thema werden nicht mehr angezeigt. Du erhältst eine Benachrichtigung, wenn du in diesem Thema erwähnt wirst oder deine Beiträge positiv bewertet werden.", + "login-to-subscribe": "Bitte registrieren oder einloggen um dieses Thema zu abonnieren", "markAsUnreadForAll.success": "Thema für alle als ungelesen markiert.", - "mark_unread": "Als ungelesen markieren", - "mark_unread.success": "Thema als ungelesen markiert.", + "mark-unread": "Als ungelesen markieren", + "mark-unread.success": "Thema als ungelesen markiert.", "watch": "Beobachten", "unwatch": "Nicht mehr beobachten", "watch.title": "Bei neuen Antworten benachrichtigen", "unwatch.title": "Dieses Thema nicht mehr beobachten", - "share_this_post": "Diesen Beitrag teilen", + "share-this-post": "Diesen Beitrag teilen", "watching": "Beobachtet", "not-watching": "Nicht beobachtet", "ignoring": "Ignoriert", "watching.description": "Benachrichtigung bei neuen Beiträgen.
Ungelesen Beiträge anzeigen.", "not-watching.description": "Keine Benachrichtigung bei neuen Beiträgen.
Ungelesen Beiträge anzeigen wenn die Kategorie nicht ignoriert wird.", "ignoring.description": "Keine Benachrichtigung bei neuen Beiträgen.
Ungelesene Beiträge nicht anzeigen.", - "thread_tools.title": "Themen-Werkzeuge", - "thread_tools.markAsUnreadForAll": "Für alle als ungelesen markieren", - "thread_tools.pin": "Thema anheften", - "thread_tools.unpin": "Thema nicht mehr anheften", - "thread_tools.lock": "Thema schließen", - "thread_tools.unlock": "Thema öffnen", - "thread_tools.move": "Thema verschieben", - "thread_tools.move-posts": "Beiträge verschieben", - "thread_tools.move_all": "Alle verschieben", - "thread_tools.change_owner": "Besitzer ändern", - "thread_tools.select_category": "Kategorie auswählen", - "thread_tools.fork": "Thema aufspalten", - "thread_tools.tag": "Thema taggen", - "thread_tools.delete": "Thema löschen", - "thread_tools.delete-posts": "Beiträge entfernen", - "thread_tools.delete_confirm": "Bist du sicher, dass du dieses Thema löschen möchtest?", - "thread_tools.restore": "Thema wiederherstellen", - "thread_tools.restore_confirm": "Bist du sicher, dass du dieses Thema wiederherstellen möchtest?", - "thread_tools.purge": "Thema endgültig löschen", - "thread_tools.purge_confirm": "Bist du sicher, dass du dieses Thema endgültig löschen möchtest?", - "thread_tools.merge_topics": "Themen vereinen", - "thread_tools.merge": "Themen zusammenführen", - "topic_move_success": "Dieses Thema wird in Kürze nach \"%1\" verschoben. Klicken Sie hier, um den Vorgang rückgängig zu machen.", - "topic_move_multiple_success": "Diese Themen werden in Kürze nach \"%1\" verschoben. Klicken Sie hier, um den Vorgang rückgängig zu machen.", - "topic_move_all_success": "Alle Themen werden in Kürze nach \"%1\" verschoben. Klicken Sie hier, um den Vorgang rückgängig zu machen.", - "topic_move_undone": "Thema verschieben zurückgenommen", - "topic_move_posts_success": "Beiträge werden in Kürze verschoben. Klicken Sie hier, um den Vorgang rückgängig zu machen.", - "topic_move_posts_undone": "Beitragsverschiebung rückgängig machen", - "post_delete_confirm": "Sind Sie sicher, dass Sie diesen Beitrag löschen möchten?", - "post_restore_confirm": "Sind Sie sicher, dass Sie diesen Beitrag wiederherstellen möchten?", - "post_purge_confirm": "Sind Sie sicher, dass Sie diesen Beitrag endgültig löschen möchten?", + "thread-tools.title": "Themen-Werkzeuge", + "thread-tools.markAsUnreadForAll": "Für alle als ungelesen markieren", + "thread-tools.pin": "Thema anheften", + "thread-tools.unpin": "Thema nicht mehr anheften", + "thread-tools.lock": "Thema schließen", + "thread-tools.unlock": "Thema öffnen", + "thread-tools.move": "Thema verschieben", + "thread-tools.move-posts": "Beiträge verschieben", + "thread-tools.move-all": "Alle verschieben", + "thread-tools.change-owner": "Besitzer ändern", + "thread-tools.select-category": "Kategorie auswählen", + "thread-tools.fork": "Thema aufspalten", + "thread-tools.tag": "Thema taggen", + "thread-tools.delete": "Thema löschen", + "thread-tools.delete-posts": "Beiträge entfernen", + "thread-tools.delete-confirm": "Bist du sicher, dass du dieses Thema löschen möchtest?", + "thread-tools.restore": "Thema wiederherstellen", + "thread-tools.restore-confirm": "Bist du sicher, dass du dieses Thema wiederherstellen möchtest?", + "thread-tools.purge": "Thema endgültig löschen", + "thread-tools.purge-confirm": "Bist du sicher, dass du dieses Thema endgültig löschen möchtest?", + "thread-tools.merge-topics": "Themen vereinen", + "thread-tools.merge": "Themen zusammenführen", + "topic-move-success": "Dieses Thema wird in Kürze nach \"%1\" verschoben. Klicken Sie hier, um den Vorgang rückgängig zu machen.", + "topic-move-multiple-success": "Diese Themen werden in Kürze nach \"%1\" verschoben. Klicken Sie hier, um den Vorgang rückgängig zu machen.", + "topic-move-all-success": "Alle Themen werden in Kürze nach \"%1\" verschoben. Klicken Sie hier, um den Vorgang rückgängig zu machen.", + "topic-move-undone": "Thema verschieben zurückgenommen", + "topic-move-posts-success": "Beiträge werden in Kürze verschoben. Klicken Sie hier, um den Vorgang rückgängig zu machen.", + "topic-move-posts-undone": "Beitragsverschiebung rückgängig machen", + "post-delete-confirm": "Sind Sie sicher, dass Sie diesen Beitrag löschen möchten?", + "post-restore-confirm": "Sind Sie sicher, dass Sie diesen Beitrag wiederherstellen möchten?", + "post-purge-confirm": "Sind Sie sicher, dass Sie diesen Beitrag endgültig löschen möchten?", "pin-modal-expiry": "Ablaufdatum", "pin-modal-help": "Optional können Sie hier ein Ablaufdatum für das gepinnte Thema (die gepinnten Themen) festlegen. Alternativ können Sie dieses Feld leer lassen, damit das Thema fixiert bleibt, bis es manuell gelöst wird.", - "load_categories": "Kategorien laden", - "confirm_move": "Verschieben", - "confirm_fork": "Aufspalten", + "load-categories": "Kategorien laden", + "confirm-move": "Verschieben", + "confirm-fork": "Aufspalten", "bookmark": "Lesezeichen", "bookmarks": "Lesezeichen", - "bookmarks.has_no_bookmarks": "Du hast noch keine Beiträge mit Lesezeichen markiert.", + "bookmarks.has-no-bookmarks": "Du hast noch keine Beiträge mit Lesezeichen markiert.", "copy-permalink": "Permalink kopieren", - "loading_more_posts": "Lade mehr Beiträge", - "move_topic": "Thema verschieben", - "move_topics": "Themen verschieben", - "move_post": "Beitrag verschieben", - "post_moved": "Beitrag wurde verschoben!", - "fork_topic": "Thema aufspalten", + "loading-more-posts": "Lade mehr Beiträge", + "move-topic": "Thema verschieben", + "move-topics": "Themen verschieben", + "move-post": "Beitrag verschieben", + "post-moved": "Beitrag wurde verschoben!", + "fork-topic": "Thema aufspalten", "enter-new-topic-title": "Neuen Thementitel eingeben", - "fork_topic_instruction": "Klicke auf die Beiträge, die aufgespalten werden sollen, gib einen Namen für das neue Thema an und klicke auf \"Thema aufspalten\"", - "fork_no_pids": "Keine Beiträge ausgewählt!", + "fork-topic-instruction": "Klicke auf die Beiträge, die aufgespalten werden sollen, gib einen Namen für das neue Thema an und klicke auf \"Thema aufspalten\"", + "fork-no-pids": "Keine Beiträge ausgewählt!", "no-posts-selected": "Keine Beiträge ausgewählt!", "x-posts-selected": "%1 Beitrag(Beiträge) ausgewählt", "x-posts-will-be-moved-to-y": "%1 Beitrag(Beiträge) werden nach \"%2\" verschoben", - "fork_pid_count": "%1 Beiträge ausgewählt", - "fork_success": "Thema erfolgreich aufgespalten! Klicke hier, um zum abgespaltenen Thema zu gelangen.", - "delete_posts_instruction": "Wähle die zu löschenden Beiträge aus", - "merge_topics_instruction": "Klicke auf die Themen, die fusioniert werden sollen oder suche nach ihnen", + "fork-pid-count": "%1 Beiträge ausgewählt", + "fork-success": "Thema erfolgreich aufgespalten! Klicke hier, um zum abgespaltenen Thema zu gelangen.", + "delete-posts-instruction": "Wähle die zu löschenden Beiträge aus", + "merge-topics-instruction": "Klicke auf die Themen, die fusioniert werden sollen oder suche nach ihnen", "merge-topic-list-title": "Liste der zu fusionierenden Themen", "merge-options": "Fusionseinstellungen", "merge-select-main-topic": "Wähle das Hauptthema aus", "merge-new-title-for-topic": "Neuer Titel für das Thema", "topic-id": "Themen-ID", - "move_posts_instruction": "Klicken Sie auf die Beiträge, die Sie verschieben möchten, und geben Sie dann eine Themen-ID ein oder gehen Sie zum Zielthema", - "move_topic_instruction": "Wähle die Ziel-Kategorie und klicke \"Verschieben\"", - "change_owner_instruction": "Klicke auf die Beiträge, die einem anderen Benutzer zugeordnet werden sollen", - "composer.title_placeholder": "Hier den Titel des Themas eingeben...", - "composer.handle_placeholder": "Gib deinen Namen/Nick hier ein", + "move-posts-instruction": "Klicken Sie auf die Beiträge, die Sie verschieben möchten, und geben Sie dann eine Themen-ID ein oder gehen Sie zum Zielthema", + "move-topic-instruction": "Wähle die Ziel-Kategorie und klicke \"Verschieben\"", + "change-owner-instruction": "Klicke auf die Beiträge, die einem anderen Benutzer zugeordnet werden sollen", + "composer.title-placeholder": "Hier den Titel des Themas eingeben...", + "composer.handle-placeholder": "Gib deinen Namen/Nick hier ein", "composer.hide": "Verstecken", "composer.discard": "Verwerfen", "composer.submit": "Absenden", "composer.additional-options": "Zusätzliche Optionen", "composer.post-later": "Später posten", "composer.schedule": "Zeitplan", - "composer.replying_to": "Antworte auf %1", - "composer.new_topic": "Neues Thema", + "composer.replying-to": "Antworte auf %1", + "composer.new-topic": "Neues Thema", "composer.editing-in": "Bearbeite Beitrag in %1", "composer.uploading": "Lade hoch...", - "composer.thumb_url_label": "Vorschaubild-URL hier einfügen", - "composer.thumb_title": "Vorschaubild zu diesem Thema hinzufügen", - "composer.thumb_url_placeholder": "http://example.com/thumb.png", - "composer.thumb_file_label": "Oder eine Datei hochladen", - "composer.thumb_remove": "Felder leeren", - "composer.drag_and_drop_images": "Bilder hierher ziehen", - "more_users_and_guests": "%1 weitere(r) Nutzer und %2 Gäste", - "more_users": "%1 weitere(r) Nutzer", - "more_guests": "%1 weitere Gäste", - "users_and_others": "%1 und %2 andere", - "sort_by": "Sortieren nach", - "oldest_to_newest": "Älteste zuerst", - "newest_to_oldest": "Neuste zuerst", - "most_votes": "Meiste Stimmen", - "most_posts": "Meiste Beiträge", - "most_views": "Die meisten Ansichten", + "composer.thumb-url-label": "Vorschaubild-URL hier einfügen", + "composer.thumb-title": "Vorschaubild zu diesem Thema hinzufügen", + "composer.thumb-url-placeholder": "http://example.com/thumb.png", + "composer.thumb-file-label": "Oder eine Datei hochladen", + "composer.thumb-remove": "Felder leeren", + "composer.drag-and-drop-images": "Bilder hierher ziehen", + "more-users-and-guests": "%1 weitere(r) Nutzer und %2 Gäste", + "more-users": "%1 weitere(r) Nutzer", + "more-guests": "%1 weitere Gäste", + "users-and-others": "%1 und %2 andere", + "sort-by": "Sortieren nach", + "oldest-to-newest": "Älteste zuerst", + "newest-to-oldest": "Neuste zuerst", + "most-votes": "Meiste Stimmen", + "most-posts": "Meiste Beiträge", + "most-views": "Die meisten Ansichten", "stale.title": "Stattdessen ein neues Thema erstellen?", "stale.warning": "Das Thema auf das du antworten willst ist ziemlich alt. Möchtest du stattdessen ein neues Thema erstellen und auf dieses in deiner Antwort hinweisen?", "stale.create": "Ein neues Thema erstellen", - "stale.reply_anyway": "Auf dieses Thema trotzdem antworten", - "link_back": "Re: [%1](%2)", + "stale.reply-anyway": "Auf dieses Thema trotzdem antworten", + "link-back": "Re: [%1](%2)", "diffs.title": "Beitragsänderungsverlauf", "diffs.description": "Dieser Beitrag hat %1 Revisionen. Klicke unten auf eine dieser Revisionen um den Inhalt zu diesem Zeitpunkt zu sehen.", "diffs.no-revisions-description": "Dieser Beitrag hat %1 Revisionen.", @@ -197,8 +198,8 @@ "diffs.post-restored": "Post erfolgreich auf eine frühere Version zurückgesetzt", "diffs.delete": "Löschen Sie diese Überarbeitung", "diffs.deleted": "Überarbeitung gelöscht", - "timeago_later": "%1 später", - "timeago_earlier": "%1 früher", + "timeago-later": "%1 später", + "timeago-earlier": "%1 früher", "first-post": "Erster Beitrag", "last-post": "Letzter Beitrag", "go-to-my-next-post": "Zu meinem nächsten Beitrag gehen", diff --git a/public/language/de/unread.json b/public/language/de/unread.json index 1d32c7d727..b895a41db7 100644 --- a/public/language/de/unread.json +++ b/public/language/de/unread.json @@ -1,12 +1,12 @@ { "title": "Ungelesen", - "no_unread_topics": "Es gibt keine ungelesenen Themen.", - "load_more": "Mehr laden", - "mark_as_read": "Als gelesen markieren", + "no-unread-topics": "Es gibt keine ungelesenen Themen.", + "load-more": "Mehr laden", + "mark-as-read": "Als gelesen markieren", "selected": "Ausgewählt", "all": "Alle", - "all_categories": "Alle Kategorien", - "topics_marked_as_read.success": "Themen als gelesen markiert!", + "all-categories": "Alle Kategorien", + "topics-marked-as-read.success": "Themen als gelesen markiert!", "all-topics": "Alle Themen", "new-topics": "Neue Themen", "watched-topics": "Beobachtete Themen", diff --git a/public/language/de/user.json b/public/language/de/user.json index a570dded91..df7050fbf3 100644 --- a/public/language/de/user.json +++ b/public/language/de/user.json @@ -7,22 +7,22 @@ "joindate": "Registriert am", "postcount": "Beiträge", "email": "E-Mail", - "confirm_email": "E-Mail bestätigen", - "account_info": "Kontoinformationen", - "admin_actions_label": "Administrative Aktionen", - "ban_account": "Konto sperren", - "ban_account_confirm": "Bist du sicher, dass du diesen Benutzer sperren möchtest?", - "unban_account": "Konto entsperren", - "mute_account": "Konto stummschalten", - "unmute_account": "Konto entstummen", - "delete_account": "Konto löschen", - "delete_account_as_admin": "Konto löschen", - "delete_content": "Konto-Inhalt löschen", - "delete_all": "Konto und Inhalt löschen", - "delete_account_confirm": "Bist du sicher, dass du Deinen Account löschen und Deine Beiträge anonymisieren möchtest?
Diese Aktion kann nicht rückgängig gemacht werden und die Daten können nicht wiederhergestellt werden.

Gib dein Passwort ein, um das Löschen des Accounts zu bestätigen.", - "delete_this_account_confirm": "Bist du sicher, dass du diesen Account löschen und seine Inhalte beibehalten möchstest?
Diese Aktion kann nicht rückgängig gemacht werden. Beiträge werden anonymisiert und können nicht wieder mit dem gelöschten Account verknüpft werden.

", - "delete_account_content_confirm": "Bist du sicher, dass du die Inhalte dieses Accounts (Beiträge/Themen/Uploads) löschen möchtest?
Diese Aktion ist irreversibel und die Daten können nicht wiederhergestellt werden.

", - "delete_all_confirm": "Bist du sicher, dass du diesen Account und seinen gesamten Inhalt (Beiträge/Themen/Uploads) löschen möchtest?
Diese Aktion ist irreversibel und die Daten können nicht wiederhergestellt werden.

", + "confirm-email": "E-Mail bestätigen", + "account-info": "Kontoinformationen", + "admin-actions-label": "Administrative Aktionen", + "ban-account": "Konto sperren", + "ban-account-confirm": "Bist du sicher, dass du diesen Benutzer sperren möchtest?", + "unban-account": "Konto entsperren", + "mute-account": "Konto stummschalten", + "unmute-account": "Konto entstummen", + "delete-account": "Konto löschen", + "delete-account-as-admin": "Konto löschen", + "delete-content": "Konto-Inhalt löschen", + "delete-all": "Konto und Inhalt löschen", + "delete-account-confirm": "Bist du sicher, dass du Deinen Account löschen und Deine Beiträge anonymisieren möchtest?
Diese Aktion kann nicht rückgängig gemacht werden und die Daten können nicht wiederhergestellt werden.

Gib dein Passwort ein, um das Löschen des Accounts zu bestätigen.", + "delete-this-account-confirm": "Bist du sicher, dass du diesen Account löschen und seine Inhalte beibehalten möchstest?
Diese Aktion kann nicht rückgängig gemacht werden. Beiträge werden anonymisiert und können nicht wieder mit dem gelöschten Account verknüpft werden.

", + "delete-account-content-confirm": "Bist du sicher, dass du die Inhalte dieses Accounts (Beiträge/Themen/Uploads) löschen möchtest?
Diese Aktion ist irreversibel und die Daten können nicht wiederhergestellt werden.

", + "delete-all-confirm": "Bist du sicher, dass du diesen Account und seinen gesamten Inhalt (Beiträge/Themen/Uploads) löschen möchtest?
Diese Aktion ist irreversibel und die Daten können nicht wiederhergestellt werden.

", "account-deleted": "Konto gelöscht", "account-content-deleted": "Inhalt des Kontos gelöscht", "fullname": "Kompletter Name", @@ -32,11 +32,12 @@ "joined": "Beigetreten", "lastonline": "Zuletzt online", "profile": "Profil", - "profile_views": "Profilaufrufe", + "profile-views": "Profilaufrufe", "reputation": "Ansehen", "bookmarks": "Lesezeichen", - "watched_categories": "Beobachtete Kategorien", - "change_all": "Alle ändern", + "watched-categories": "Beobachtete Kategorien", + "watched-tags": "Beobachtete tags", + "change-all": "Alle ändern", "watched": "Beobachtet", "ignored": "Ignoriert", "default-category-watch-state": "Standardmäßige Beobachtung", @@ -44,83 +45,84 @@ "following": "Folge ich", "blocks": "Blockiert", "blocked-users": "Blockierte Benutzer", - "block_toggle": "Ent-/Blocken", - "block_user": "User blockieren", - "unblock_user": "User entblocken", + "block-toggle": "Ent-/Blocken", + "block-user": "User blockieren", + "unblock-user": "User entblocken", "aboutme": "Über mich", "signature": "Signatur", "birthday": "Geburtstag", "chat": "Chat", - "chat_with": "Führe deinen Chat mit %1 fort", - "new_chat_with": "Beginne einen neuen Chat mit %1", + "chat-with": "Führe deinen Chat mit %1 fort", + "new-chat-with": "Beginne einen neuen Chat mit %1", "flag-profile": "Profil Melden", "follow": "Folgen", "unfollow": "Nicht mehr folgen", "more": "Mehr", - "profile_update_success": "Profil erfolgreich aktualisiert!", - "change_picture": "Profilbild ändern", - "change_username": "Benutzernamen ändern", - "change_email": "E-Mail ändern", - "email_same_as_password": "Gebe bitte dein aktuelles Passwort ein um fortzufahren – Du hast deine neue E-Mail erneut eingegeben", + "profile-update-success": "Profil erfolgreich aktualisiert!", + "change-picture": "Profilbild ändern", + "change-username": "Benutzernamen ändern", + "change-email": "E-Mail ändern", + "email-updated": "E-Mail aktualisiert", + "email-same-as-password": "Gebe bitte dein aktuelles Passwort ein um fortzufahren – Du hast deine neue E-Mail erneut eingegeben", "edit": "Ändern", "edit-profile": "Profil ändern", - "default_picture": "Standardsymbol", - "uploaded_picture": "Hochgeladene Bilder", - "upload_new_picture": "Neues Bild hochladen", - "upload_new_picture_from_url": "Neues Bild von URL hochladen", - "current_password": "Aktuelles Passwort", - "new_password": "Neues Passwort", - "change_password": "Passwort ändern", - "change_password_error": "Ungültiges Passwort!", - "change_password_error_wrong_current": "Ihr derzeitiges Passwort ist ungültig!", - "change_password_error_match": "Passwörter müssen übereinstimmen!", - "change_password_error_privileges": "Deine Berechtigungen reichen nicht aus, um dieses Passwort zu ändern.", - "change_password_success": "Ihr Passwort wurde aktualisiert!", - "confirm_password": "Passwort wiederholen", + "default-picture": "Standardsymbol", + "uploaded-picture": "Hochgeladene Bilder", + "upload-new-picture": "Neues Bild hochladen", + "upload-new-picture-from-url": "Neues Bild von URL hochladen", + "current-password": "Aktuelles Passwort", + "new-password": "Neues Passwort", + "change-password": "Passwort ändern", + "change-password-error": "Ungültiges Passwort!", + "change-password-error-wrong-current": "Ihr derzeitiges Passwort ist ungültig!", + "change-password-error-match": "Passwörter müssen übereinstimmen!", + "change-password-error-privileges": "Deine Berechtigungen reichen nicht aus, um dieses Passwort zu ändern.", + "change-password-success": "Ihr Passwort wurde aktualisiert!", + "confirm-password": "Passwort wiederholen", "password": "Passwort", - "username_taken_workaround": "Der gewünschte Benutzername ist bereits vergeben, deshalb haben wir ihn ein wenig verändert. Du bist jetzt unter dem Namen %1 bekannt.", - "password_same_as_username": "Dein Passwort entspricht deinem Benutzernamen, bitte wähle ein anderes Passwort.", - "password_same_as_email": "Dein Passwort entspricht deiner E-Mail-Adresse, bitte wähle ein anderes Passwort.", - "weak_password": "Schwaches Passwort.", - "upload_picture": "Bild hochladen", - "upload_a_picture": "Ein Bild hochladen", - "remove_uploaded_picture": "Hochgeladenes Bild entfernen", - "upload_cover_picture": "Titelbild hochladen", - "remove_cover_picture_confirm": "Bist du sicher, dass du dein Titelbild entfernen möchtest?", - "crop_picture": "Bild zuschneiden", - "upload_cropped_picture": "Zuschneiden und Hochladen", + "username-taken-workaround": "Der gewünschte Benutzername ist bereits vergeben, deshalb haben wir ihn ein wenig verändert. Du bist jetzt unter dem Namen %1 bekannt.", + "password-same-as-username": "Dein Passwort entspricht deinem Benutzernamen, bitte wähle ein anderes Passwort.", + "password-same-as-email": "Dein Passwort entspricht deiner E-Mail-Adresse, bitte wähle ein anderes Passwort.", + "weak-password": "Schwaches Passwort.", + "upload-picture": "Bild hochladen", + "upload-a-picture": "Ein Bild hochladen", + "remove-uploaded-picture": "Hochgeladenes Bild entfernen", + "upload-cover-picture": "Titelbild hochladen", + "remove-cover-picture-confirm": "Bist du sicher, dass du dein Titelbild entfernen möchtest?", + "crop-picture": "Bild zuschneiden", + "upload-cropped-picture": "Zuschneiden und Hochladen", "avatar-background-colour": "Hintergrundfarbe des Avatars", "settings": "Einstellungen", - "show_email": "Meine E-Mail anzeigen", - "show_fullname": "Zeige meinen kompletten Namen an", - "restrict_chats": "Erlaube Chatnachrichten nur von Benutzern, denen ich folge.", - "digest_label": "Zusammenfassung abonnieren", - "digest_description": "Abonniere E-Mail-Benachrichtigungen für dieses Forum (neue Benachrichtigungen und Themen) nach einem festen Zeitplan.", - "digest_off": "Aus", - "digest_daily": "Täglich", - "digest_weekly": "Wöchentlich", - "digest_biweekly": "Zweiwöchentlich", - "digest_monthly": "Monatlich", - "has_no_follower": "Diesem Benutzer folgt noch niemand. :(", - "follows_no_one": "Dieser Benutzer folgt noch niemandem. :(", - "has_no_posts": "Dieser Benutzer hat noch nichts geschrieben.", - "has_no_best_posts": "Dieser Benutzer hat noch keine positiv bewerteten Beiträge.", - "has_no_topics": "Dieser Benutzer hat noch keine Themen erstellt.", - "has_no_watched_topics": "Dieser Benutzer beobachtet keine Themen.", - "has_no_ignored_topics": "Dieser Benutzer ignoriert bisher keine Themen.", - "has_no_upvoted_posts": "Dieser Benutzer hat bisher keine Beiträge positiv bewertet.", - "has_no_downvoted_posts": "Dieser Benutzer hat bisher keine Beiträge negativ bewertet.", - "has_no_controversial_posts": "Dieser Benutzer hat noch keine herabgestuften Beiträge.", - "has_no_blocks": "Du hast keine Benutzer geblockt", - "email_hidden": "E-Mail Adresse versteckt", + "show-email": "Meine E-Mail anzeigen", + "show-fullname": "Zeige meinen kompletten Namen an", + "restrict-chats": "Erlaube Chatnachrichten nur von Benutzern, denen ich folge.", + "digest-label": "Zusammenfassung abonnieren", + "digest-description": "Abonniere E-Mail-Benachrichtigungen für dieses Forum (neue Benachrichtigungen und Themen) nach einem festen Zeitplan.", + "digest-off": "Aus", + "digest-daily": "Täglich", + "digest-weekly": "Wöchentlich", + "digest-biweekly": "Zweiwöchentlich", + "digest-monthly": "Monatlich", + "has-no-follower": "Diesem Benutzer folgt noch niemand. :(", + "follows-no-one": "Dieser Benutzer folgt noch niemandem. :(", + "has-no-posts": "Dieser Benutzer hat noch nichts geschrieben.", + "has-no-best-posts": "Dieser Benutzer hat noch keine positiv bewerteten Beiträge.", + "has-no-topics": "Dieser Benutzer hat noch keine Themen erstellt.", + "has-no-watched-topics": "Dieser Benutzer beobachtet keine Themen.", + "has-no-ignored-topics": "Dieser Benutzer ignoriert bisher keine Themen.", + "has-no-upvoted-posts": "Dieser Benutzer hat bisher keine Beiträge positiv bewertet.", + "has-no-downvoted-posts": "Dieser Benutzer hat bisher keine Beiträge negativ bewertet.", + "has-no-controversial-posts": "Dieser Benutzer hat noch keine herabgestuften Beiträge.", + "has-no-blocks": "Du hast keine Benutzer geblockt", + "email-hidden": "E-Mail Adresse versteckt", "hidden": "versteckt", - "paginate_description": "Themen und Beiträge in Seiten aufteilen, anstatt unendlich zu scrollen", - "topics_per_page": "Themen pro Seite", - "posts_per_page": "Beiträge pro Seite", + "paginate-description": "Themen und Beiträge in Seiten aufteilen, anstatt unendlich zu scrollen", + "topics-per-page": "Themen pro Seite", + "posts-per-page": "Beiträge pro Seite", "category-topic-sort": "Sortierung nach Kategorie", "topic-post-sort": "Sortierung nach Thema", - "max_items_per_page": "Maximal %1", - "acp_language": "Sprache der Admin Seiten", + "max-items-per-page": "Maximal %1", + "acp-language": "Sprache der Admin Seiten", "notifications": "Benachrichtigungen", "upvote-notif-freq": "Benachrichtigungshäufigkeit für positive Bewertungen", "upvote-notif-freq.all": "Alle positiven Bewertungen", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "Bei 10, 100, 1000...", "upvote-notif-freq.disabled": "Deaktiviert", "browsing": "Browsing", - "open_links_in_new_tab": "Ausgehende Links in neuem Tab öffnen", - "enable_topic_searching": "Suchen innerhalb von Themen aktivieren", - "topic_search_help": "Wenn aktiviert, ersetzt die im-Thema-Suche die Standardsuche des Browsers. Dadurch kannst du im ganzen Thema suchen, nicht nur im sichtbaren Abschnitt.", - "update_url_with_post_index": "Aktualisieren Sie die URL mit dem Beitragsindex, während Sie Themen durchsuchen", - "scroll_to_my_post": "Zeige eigene Antwort nach dem Erstellen im Thema an", - "follow_topics_you_reply_to": "Themen folgen, in denen du geantwortet hast", - "follow_topics_you_create": "Themen folgen, die du erstellst", + "open-links-in-new-tab": "Ausgehende Links in neuem Tab öffnen", + "enable-topic-searching": "Suchen innerhalb von Themen aktivieren", + "topic-search-help": "Wenn aktiviert, ersetzt die im-Thema-Suche die Standardsuche des Browsers. Dadurch kannst du im ganzen Thema suchen, nicht nur im sichtbaren Abschnitt.", + "update-url-with-post-index": "Aktualisieren Sie die URL mit dem Beitragsindex, während Sie Themen durchsuchen", + "scroll-to-my-post": "Zeige eigene Antwort nach dem Erstellen im Thema an", + "follow-topics-you-reply-to": "Themen folgen, in denen du geantwortet hast", + "follow-topics-you-create": "Themen folgen, die du erstellst", "grouptitle": "Gruppentitel", "group-order-help": "Wähle eine Gruppe und ordne die Titel mit den Pfeiltasten", "no-group-title": "Kein Gruppentitel", @@ -145,9 +147,9 @@ "no-skin": "Kein Skin", "select-homepage": "Startseite", "homepage": "Startseite", - "homepage_description": "Wähle eine Seite, die als Forumstartseite verwendet werden soll, aus oder 'Keine' um die Standardstartseite zu verwenden.", - "custom_route": "Eigener Startseitenpfad", - "custom_route_help": "Gebe hier einen Routennamen ohne vorangestellten Schrägstrich ein (z. B. 'aktuell' oder 'Kategorie/2/allgemeine-Diskussion')", + "homepage-description": "Wähle eine Seite, die als Forumstartseite verwendet werden soll, aus oder 'Keine' um die Standardstartseite zu verwenden.", + "custom-route": "Eigener Startseitenpfad", + "custom-route-help": "Gebe hier einen Routennamen ohne vorangestellten Schrägstrich ein (z. B. 'aktuell' oder 'Kategorie/2/allgemeine-Diskussion')", "sso.title": "Single Sign-on Dienste", "sso.associated": "Verbunden mit", "sso.not-associated": "Verbinde dich mit", @@ -179,25 +181,25 @@ "consent.title": "Deine Rechte & Zustimmungen", "consent.lead": "Dieses Community-Forum sammelt und verarbeitet deine persönlichen Daten.", "consent.intro": "Wir verwenden diese Informationen ausschließlich, um Deine Erfahrungen in dieser Community zu personalisieren und Deine Beiträge dem Benutzerkonto zuzuordnen.

Wir bewahren diese Informationen für die Dauer Deines Benutzerkontos auf. Du kannst die Einwilligung jederzeit widerrufen, indem Du Dein Konto löschst.

Wenn Du Fragen oder Bedenken hast, empfehlen wir, dich an das Adminteam dieses Forums zu wenden.", - "consent.email_intro": "Gelegentlich senden wir E-Mails an Deine E-Mail-Adresse um Updates bereitzustellen und/oder Dich über neue Aktivitäten zu informieren.", - "consent.digest_frequency": "Sofern nicht explizit in Ihren Benutzereinstellungen geändert, werden alle %1 Zusammenfassungen per E-Mail versandt.", - "consent.digest_off": "Sofern in Ihren Benutzereinstellungen nicht explizit geändert, werden keine Zusammenfassungen per E-Mail versandt.", + "consent.email-intro": "Gelegentlich senden wir E-Mails an Deine E-Mail-Adresse um Updates bereitzustellen und/oder Dich über neue Aktivitäten zu informieren.", + "consent.digest-frequency": "Sofern nicht explizit in Ihren Benutzereinstellungen geändert, werden alle %1 Zusammenfassungen per E-Mail versandt.", + "consent.digest-off": "Sofern in Ihren Benutzereinstellungen nicht explizit geändert, werden keine Zusammenfassungen per E-Mail versandt.", "consent.received": "Du hast zugestimmt, dass diese Website deine Persönlichen Daten sammeln und verarbeiten darf. Es ist keine weitere Aktion erforderlich.", - "consent.not_received": "Du hast der Sammlung und Verarbeitung von Daten nicht zugestimmt. Diese Website-Administration behält sich vor dein Konto jederzeit zu löschen um die GDPR einzuhalten.", + "consent.not-received": "Du hast der Sammlung und Verarbeitung von Daten nicht zugestimmt. Diese Website-Administration behält sich vor dein Konto jederzeit zu löschen um die GDPR einzuhalten.", "consent.give": "Zustimmen", - "consent.right_of_access": "Du hast das Recht auf Zugriff", - "consent.right_of_access_description": "Du hast das Recht deine Daten die von dieser Website gesammelt wurden auf anfrage einsehen zu können. Du kannst eine kopie bekommen, indem du unten auf den entsprechenden Knopf drückst.", - "consent.right_to_rectification": "Du hast das Recht auf Korrektur", - "consent.right_to_rectification_description": "Du hast das Recht ungenaue Daten die an uns übermittelt wurden zu ändern oder zu aktualisieren. Dein Profil kann aktualisiert werden, in dem du dein Profil bearbeitest, Beiträge können immer bearbeitet werden. Sollte dies nicht der Fall sein, melde dich bitte bei den Administratoren dieser Website.", - "consent.right_to_erasure": "Du hast das Recht auf Löschung", - "consent.right_to_erasure_description": "Du kannst deine Zustimmung zur Datensammlung und/oder Verarbeitung von Daten jederzeit widerrufen, indem du dein Konto löschst. Dein Individuelles Profil kann gelöscht werden, jedoch blieben deine Beiträge und sonstigen Inhalte. Wenn du sowohl dein Konto sowie auch deine Inhalten löschen willst, kontaktiere bitte die Administratoren dieser Seite.", - "consent.right_to_data_portability": "Du hast das Recht auf Datenportabilität", - "consent.right_to_data_portability_description": "Du kannst von uns eine Maschinen-Lesbare Datei von jeglichen gesammelten Daten von dir und deinem Konto anfordern, indem du unten auf den entsprechenden Knopf drückst. ", - "consent.export_profile": "Profil exportieren (.json)", + "consent.right-of-access": "Du hast das Recht auf Zugriff", + "consent.right-of-access-description": "Du hast das Recht deine Daten die von dieser Website gesammelt wurden auf anfrage einsehen zu können. Du kannst eine kopie bekommen, indem du unten auf den entsprechenden Knopf drückst.", + "consent.right-to-rectification": "Du hast das Recht auf Korrektur", + "consent.right-to-rectification-description": "Du hast das Recht ungenaue Daten die an uns übermittelt wurden zu ändern oder zu aktualisieren. Dein Profil kann aktualisiert werden, in dem du dein Profil bearbeitest, Beiträge können immer bearbeitet werden. Sollte dies nicht der Fall sein, melde dich bitte bei den Administratoren dieser Website.", + "consent.right-to-erasure": "Du hast das Recht auf Löschung", + "consent.right-to-erasure-description": "Du kannst deine Zustimmung zur Datensammlung und/oder Verarbeitung von Daten jederzeit widerrufen, indem du dein Konto löschst. Dein Individuelles Profil kann gelöscht werden, jedoch blieben deine Beiträge und sonstigen Inhalte. Wenn du sowohl dein Konto sowie auch deine Inhalten löschen willst, kontaktiere bitte die Administratoren dieser Seite.", + "consent.right-to-data-portability": "Du hast das Recht auf Datenportabilität", + "consent.right-to-data-portability-description": "Du kannst von uns eine Maschinen-Lesbare Datei von jeglichen gesammelten Daten von dir und deinem Konto anfordern, indem du unten auf den entsprechenden Knopf drückst.", + "consent.export-profile": "Profil exportieren (.json)", "consent.export-profile-success": "Profil wird exportiert, du bekommst eine Benachrichtigung sobald der Vorgang abgeschlossen ist.", - "consent.export_uploads": "Hochgeladene Dateien exportieren (.zip)", + "consent.export-uploads": "Hochgeladene Dateien exportieren (.zip)", "consent.export-uploads-success": "Uploads werden exportiert, du bekommst eine Benachrichtigung sobald der Vorgang abgeschlossen ist.", - "consent.export_posts": "Beiträge exportieren (.csv)", + "consent.export-posts": "Beiträge exportieren (.csv)", "consent.export-posts-success": "Beiträge werden exportiert, du bekommst eine Benachrichtigung sobald der Vorgang abgeschlossen ist.", "emailUpdate.intro": "Bitte gib unten deine E-Mail-Adresse ein. Dieses Forum verwendet deine E-Mail-Adresse für die geplante Zusammenfassung und diverse Benachrichtigungen sowie für die Konto-Wiederherstellung im Falle eines verlorenen Passworts.", "emailUpdate.optional": "Dieses Feld ist optional. Du bist nicht verpflichtet, deine E-Mail-Adresse anzugeben, doch ohne eine validierte E-Mail-Adresse kannst du dein Konto nicht wiederherstellen oder dich mit deiner E-Mail-Adresse anmelden.", diff --git a/public/language/de/users.json b/public/language/de/users.json index d88f941a9b..bd842c76f4 100644 --- a/public/language/de/users.json +++ b/public/language/de/users.json @@ -1,13 +1,13 @@ { "all-users": "Alle Benutzer", - "latest_users": "Neuste Benutzer", - "top_posters": "Meiste Beiträge", - "most_reputation": "Höchstes Ansehen", - "most_flags": "Meiste Meldungen", + "latest-users": "Neuste Benutzer", + "top-posters": "Meiste Beiträge", + "most-reputation": "Höchstes Ansehen", + "most-flags": "Meiste Meldungen", "search": "Suchen", - "enter_username": "Benutzer durchsuchen", + "enter-username": "Benutzer durchsuchen", "search-user-for-chat": "Suche nach einem Benutzer, um den Chat zu starten", - "load_more": "Mehr laden", + "load-more": "Mehr laden", "users-found-search-took": "%1 Benutzer gefunden! Die Suche dauerte %2 s.", "filter-by": "Filtern nach", "online-only": "Nur Online", @@ -15,10 +15,10 @@ "prompt-email": "E-Mails:", "groups-to-join": "Gruppen, denen beigetreten wird, wenn die Einladung angenommen wird:", "invitation-email-sent": "Eine Einladungsemail wurde an %1 verschickt", - "user_list": "Nutzerliste", - "recent_topics": "Neueste Themen", - "popular_topics": "Beliebte Themen", - "unread_topics": "Ungelesen Themen", + "user-list": "Nutzerliste", + "recent-topics": "Neueste Themen", + "popular-topics": "Beliebte Themen", + "unread-topics": "Ungelesen Themen", "categories": "Kategorien", "tags": "Schlagworte", "no-users-found": "Keine Benutzer gefunden!" diff --git a/public/language/el/admin/advanced/database.json b/public/language/el/admin/advanced/database.json index abb9437424..91afe0ea6f 100644 --- a/public/language/el/admin/advanced/database.json +++ b/public/language/el/admin/advanced/database.json @@ -17,7 +17,7 @@ "mongo.file-size": "Μέγεθος αρχείου", "mongo.resident-memory": "Μόνιμη μνήμη", "mongo.virtual-memory": "Εικονική μνήμη", - "mongo.mapped-memory": "Καταχωρισμένη μνήμη", + "mongo.mapped-memory": "Mapped Memory", "mongo.bytes-in": "Bytes εντός", "mongo.bytes-out": "Bytes εκτός", "mongo.num-requests": "Αριθμός αιτημάτων", diff --git a/public/language/el/admin/advanced/events.json b/public/language/el/admin/advanced/events.json index b2c2033fb5..9327eef8d3 100644 --- a/public/language/el/admin/advanced/events.json +++ b/public/language/el/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "Event Type", "filter-start": "Start Date", "filter-end": "End Date", - "filter-perPage": "Per Page" + "filter-per-page": "Per Page" } \ No newline at end of file diff --git a/public/language/el/admin/extend/widgets.json b/public/language/el/admin/extend/widgets.json index ab3a4b11d2..5d2832feed 100644 --- a/public/language/el/admin/extend/widgets.json +++ b/public/language/el/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "No widgets found! Activate the widget essentials plugin in the plugins control panel.", "clone-from": "Clone widgets from", "containers.available": "Available Containers", - "containers.explanation": "Drag and drop on top of any active widget", + "containers.explanation": "Drag and drop on top of any widget", "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", @@ -29,5 +29,7 @@ "hide-from-groups": "Hide from groups", "start-date": "Start date", "end-date": "End date", - "hide-on-mobile": "Hide on mobile" + "hide-on-mobile": "Hide on mobile", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/el/admin/manage/privileges.json b/public/language/el/admin/manage/privileges.json index 9af075bcfa..240cff6aa5 100644 --- a/public/language/el/admin/manage/privileges.json +++ b/public/language/el/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "Edit Privileges", "select-clear-all": "Select/Clear All", "chat": "Chat", + "chat-with-privileged": "Chat with Privileged", "upload-images": "Upload Images", "upload-files": "Upload Files", "signature": "Signature", @@ -33,7 +34,7 @@ "edit-posts": "Edit Posts", "view-edit-history": "View Edit History", "delete-posts": "Delete Posts", - "view_deleted": "View Deleted Posts", + "view-deleted": "View Deleted Posts", "upvote-posts": "Upvote Posts", "downvote-posts": "Downvote Posts", "delete-topics": "Delete Topics", diff --git a/public/language/el/admin/manage/users.json b/public/language/el/admin/manage/users.json index 1fef96f56d..08e5701f40 100644 --- a/public/language/el/admin/manage/users.json +++ b/public/language/el/admin/manage/users.json @@ -4,16 +4,21 @@ "edit": "Actions", "make-admin": "Make Admin", "remove-admin": "Remove Admin", + "change-email": "Change Email", + "new-email": "New Email", "validate-email": "Validate Email", "send-validation-email": "Send Validation Email", + "change-password": "Change Password", "password-reset-email": "Send Password Reset Email", "force-password-reset": "Force Password Reset & Log User Out", - "ban": "Ban User(s)", + "ban": "Ban", + "ban-users": "Ban User(s)", "temp-ban": "Ban User(s) Temporarily", "unban": "Unban User(s)", "reset-lockout": "Reset Lockout", "reset-flags": "Reset Flags", - "delete": "Delete User(s)", + "delete": "Delete", + "delete-users": "Delete User(s)", "delete-content": "Delete User(s) Content", "purge": "Delete User(s) and Content", "download-csv": "Download CSV", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "Ban %1 user(s)", "alerts.unban-success": "User(s) unbanned!", "alerts.lockout-reset-success": "Lockout(s) reset!", + "alerts.password-change-success": "Password(s) changed!", "alerts.flag-reset-success": "Flags(s) reset!", "alerts.no-remove-yourself-admin": "You can't remove yourself as Administrator!", "alerts.make-admin-success": "User is now administrator.", @@ -106,6 +112,7 @@ "alerts.create": "Create User", "alerts.button-create": "Create", "alerts.button-cancel": "Cancel", + "alerts.button-change": "Change", "alerts.error-passwords-different": "Passwords must match!", "alerts.error-x": "Error

%1

", "alerts.create-success": "User created!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "Emails: ", "alerts.email-sent-to": "An invitation email has been sent to %1", "alerts.x-users-found": "%1 user(s) found, (%2 seconds)", + "alerts.select-a-single-user-to-change-email": "Select a single user to change email", "export-users-started": "Exporting users as csv, this might take a while. You will receive a notification when it is complete.", - "export-users-completed": "Users exported as csv, click here to download." + "export-users-completed": "Users exported as csv, click here to download.", + "email": "Email", + "password": "Password", + "manage": "Manage" } \ No newline at end of file diff --git a/public/language/el/admin/settings/chat.json b/public/language/el/admin/settings/chat.json index e4946458bd..86360a34ee 100644 --- a/public/language/el/admin/settings/chat.json +++ b/public/language/el/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "Enter 0 to disable this restriction", "chat-settings": "Chat Settings", "disable": "Disable chat", "disable-editing": "Disable chat message editing/deletion", @@ -6,8 +7,10 @@ "max-length": "Maximum length of chat messages", "max-chat-room-name-length": "Maximum length of chat room names", "max-room-size": "Maximum number of users in chat rooms", - "delay": "Time between chat messages in milliseconds", - "notification-delay": "Notification delay for chat messages. (0 for no delay)", - "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable. (0 disabled)", - "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable. (0 disabled)" + "delay": "Time between chat messages (ms)", + "newbieDelay": "... for new users (ms)", + "notification-delay": "Notification delay for chat messages", + "notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.", + "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.", + "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable." } \ No newline at end of file diff --git a/public/language/el/admin/settings/post.json b/public/language/el/admin/settings/post.json index 9dc61afe57..9de7dc76fa 100644 --- a/public/language/el/admin/settings/post.json +++ b/public/language/el/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "Title Length", "restrictions.post-length": "Post Length", "restrictions.days-until-stale": "Days until topic is considered stale", - "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic.", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "Timestamp", "timestamp.cut-off": "Date cut-off (in days)", "timestamp.cut-off-help": "Dates & times will be shown in a relative manner (e.g. \"3 hours ago\" / \"5 days ago\"), and localised into various\n\t\t\t\t\tlanguages. After a certain point, this text can be switched to display the localised date itself\n\t\t\t\t\t(e.g. 5 Nov 2016 15:30).
(Default: 30, or one month). Set to 0 to always display dates, leave blank to always display relative times.", diff --git a/public/language/el/admin/settings/user.json b/public/language/el/admin/settings/user.json index 368548ba74..816bdfc150 100644 --- a/public/language/el/admin/settings/user.json +++ b/public/language/el/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "Username or Email", "allow-login-with.username": "Username Only", "account-settings": "Account Settings", - "gdpr_enabled": "Enable GDPR consent collection", - "gdpr_enabled_help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", + "gdpr-enabled": "Enable GDPR consent collection", + "gdpr-enabled-help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", "disable-username-changes": "Disable username changes", "disable-email-changes": "Disable email changes", "disable-password-changes": "Disable password changes", diff --git a/public/language/el/category.json b/public/language/el/category.json index fd58099f47..eacdb65d4c 100644 --- a/public/language/el/category.json +++ b/public/language/el/category.json @@ -1,12 +1,12 @@ { "category": "Κατηγορία", "subcategories": "Υποκατηγορίες", - "new_topic_button": "Νέο Θέμα", + "new-topic-button": "Νέο Θέμα", "guest-login-post": "Συνδέσου για να δημοσιεύσεις", - "no_topics": "Δεν υπάρχουν θέματα σε αυτή την κατηγορία.
Γιατί δεν δοκιμάζεις να δημοσιεύσεις ένα εσύ;", + "no-topics": "Δεν υπάρχουν θέματα σε αυτή την κατηγορία.
Γιατί δεν δοκιμάζεις να δημοσιεύσεις ένα εσύ;", "browsing": "περιηγούνται", - "no_replies": "Κανείς δεν έχει απαντήσει", - "no_new_posts": "Δεν υπάρχουν νέες δημοσιεύσεις", + "no-replies": "Κανείς δεν έχει απαντήσει", + "no-new-posts": "Δεν υπάρχουν νέες δημοσιεύσεις", "watch": "Παρακολουθήστε", "ignore": "Αγνόηση", "watching": "Παρακολουθώ", diff --git a/public/language/el/email.json b/public/language/el/email.json index 19b7847147..97ed2a90ec 100644 --- a/public/language/el/email.json +++ b/public/language/el/email.json @@ -3,8 +3,8 @@ "password-reset-requested": "Password Reset Requested!", "welcome-to": "Καλωσόρισες στο %1", "invite": "Invitation from %1", - "greeting_no_name": "Γειά σου", - "greeting_with_name": "Γειά σου %1", + "greeting-no-name": "Γειά σου", + "greeting-with-name": "Γειά σου %1", "email.verify-your-email.subject": "Please verify your email", "email.verify.text1": "You've requested that we change or confirm your email address", "email.verify.text2": "For security purposes, we only change or confirm the email address on file once its ownership has been confirmed via email. If you did not request this, no action is required on your part.", @@ -24,7 +24,7 @@ "reset.notify.text2": "If you did not authorise this, please notify an administrator immediately.", "digest.unread-rooms": "Unread rooms", "digest.room-name-unreadcount": "%1 (%2 unread)", - "digest.latest_topics": "Πρόσφατα θέματα στο %1", + "digest.latest-topics": "Πρόσφατα θέματα στο %1", "digest.top-topics": "Top topics from %1", "digest.popular-topics": "Popular topics from %1", "digest.cta": "Κάνε κλικ εδώ για να επισκεφτείς το %1", @@ -36,10 +36,10 @@ "digest.title.day": "Your Daily Digest", "digest.title.week": "Your Weekly Digest", "digest.title.month": "Your Monthly Digest", - "notif.chat.subject": "Νέο μήνυμα συνομιλίας από τον/την %1", - "notif.chat.public-chat-subject": "New message from %1 in room %2", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "Κάνε κλικ εδώ για να πας στην συνομιλία", - "notif.chat.unsub.info": "Αυτή η ειδοποίηση για συνομιλία σου στάλθηκε λόγω των ρυθμίσεών σου. ", + "notif.chat.unsub.info": "Αυτή η ειδοποίηση για συνομιλία σου στάλθηκε λόγω των ρυθμίσεών σου.", "notif.post.unsub.info": "This post notification was sent to you due to your subscription settings.", "notif.post.unsub.one-click": "Alternatively, unsubscribe from future emails like this, by clicking", "notif.cta": "To the forum", diff --git a/public/language/el/error.json b/public/language/el/error.json index cc68d2bc2a..1ada023f90 100644 --- a/public/language/el/error.json +++ b/public/language/el/error.json @@ -184,6 +184,7 @@ "post-flagged-too-many-times": "This post has been flagged by others already", "user-flagged-too-many-times": "This user has been flagged by others already", "cant-flag-privileged": "You are not allowed to flag the profiles or content of privileged users (moderators/global moderators/admins)", + "cant-locate-flag-report": "Cannot locate flag report", "self-vote": "You cannot vote on your own post", "too-many-upvotes-today": "You can only upvote %1 times a day", "too-many-upvotes-today-user": "You can only upvote a user %1 times a day", diff --git a/public/language/el/flags.json b/public/language/el/flags.json index f12aaae53d..996e027833 100644 --- a/public/language/el/flags.json +++ b/public/language/el/flags.json @@ -1,5 +1,6 @@ { "state": "State", + "report": "Report", "reports": "Reports", "first-reported": "First Reported", "no-flags": "Hooray! No flags found.", @@ -8,6 +9,8 @@ "update": "Update", "updated": "Updated", "resolved": "Resolved", + "report-added": "Added", + "report-rescinded": "Rescinded", "target-purged": "The content this flag referred to has been purged and is no longer available.", "target-aboutme-empty": "This user has no "About Me" set.", diff --git a/public/language/el/global.json b/public/language/el/global.json index 5b4c1031ae..ecbe7394c7 100644 --- a/public/language/el/global.json +++ b/public/language/el/global.json @@ -13,19 +13,19 @@ "400.message": "It looks like this link is malformed, please double-check and try again.
Return to the home page.
", "register": "Εγγραφή", "login": "Σύνδεση", - "please_log_in": "Παρακαλώ Συνδέσου", + "please-log-in": "Παρακαλώ Συνδέσου", "logout": "Αποσύνδεση", - "posting_restriction_info": "Η δημοσίευση είναι περιορισμένη μόνο για εγγεγραμμένα μέλη, κάνε κλικ εδώ για να συνδεθείς.", - "welcome_back": "Καλωσόρισες Πάλι", - "you_have_successfully_logged_in": "Συνδέθηκες με επιτυχία", - "save_changes": "Αποθήκευση Αλλαγών", + "posting-restriction-info": "Η δημοσίευση είναι περιορισμένη μόνο για εγγεγραμμένα μέλη, κάνε κλικ εδώ για να συνδεθείς.", + "welcome-back": "Καλωσόρισες Πάλι", + "you-have-successfully-logged-in": "Συνδέθηκες με επιτυχία", + "save-changes": "Αποθήκευση Αλλαγών", "save": "Αποθήκευση", "create": "Create", "cancel": "Cancel", "close": "Κλείσιμο", "pagination": "Σελιδοποίηση", - "pagination.out_of": "%1 από %2", - "pagination.enter_index": "Go to post index", + "pagination.out-of": "%1 από %2", + "pagination.enter-index": "Go to post index", "header.admin": "Διαχειριστής", "header.categories": "Κατηγορίες", "header.recent": "Πρόσφατα", @@ -80,25 +80,25 @@ "lastpost": "Last post", "firstpost": "First post", "about": "About", - "read_more": "διάβασε περισσότερα", + "read-more": "διάβασε περισσότερα", "more": "Περισσότερα", "none": "None", - "posted_ago_by_guest": "δημοσιεύτηκε πριν από %1 από Επισκέπτη", - "posted_ago_by": "δημοσιεύτηκε πριν από %1 από τον/την %2", - "posted_ago": "δημοσιεύτηκε πρίν από %1", - "posted_in": "posted in %1", - "posted_in_by": "posted in %1 by %2", - "posted_in_ago": "δημοσιεύτηκε στο %1 πριν από %2", - "posted_in_ago_by": "δημοσιεύτηκε στο %1 πριν από %2 από τον/την %3", - "user_posted_ago": "Ο/Η %1 δημοσίευσε πριν από %2", - "guest_posted_ago": "Επισκέπτης δημοσίευσε πριν από %1", - "last_edited_by": "last edited by %1", + "posted-ago-by-guest": "δημοσιεύτηκε πριν από %1 από Επισκέπτη", + "posted-ago-by": "δημοσιεύτηκε πριν από %1 από τον/την %2", + "posted-ago": "δημοσιεύτηκε πρίν από %1", + "posted-in": "posted in %1", + "posted-in-by": "posted in %1 by %2", + "posted-in-ago": "δημοσιεύτηκε στο %1 πριν από %2", + "posted-in-ago-by": "δημοσιεύτηκε στο %1 πριν από %2 από τον/την %3", + "user-posted-ago": "Ο/Η %1 δημοσίευσε πριν από %2", + "guest-posted-ago": "Επισκέπτης δημοσίευσε πριν από %1", + "last-edited-by": "last edited by %1", "edited-timestamp": "Edited %1", "norecentposts": "Δεν υπάρχουν πρόσφατες δημοσιεύσεις", "norecenttopics": "Δεν υπάρχουν πρόσφατα θέματα", "recentposts": "Πρόσφατες Δημοσιεύσεις", "recentips": "Πρόσφατη IP Σύνδεσης", - "moderator_tools": "Moderator Tools", + "moderator-tools": "Moderator Tools", "status": "Status", "online": "Συνδεδεμένος", "away": "Απών/ούσα", @@ -109,7 +109,7 @@ "language": "Γλώσσα", "guest": "Επισκέπτης", "guests": "Επισκέπτες", - "former_user": "A Former User", + "former-user": "A Former User", "system-user": "System", "unknown-user": "Unknown user", "updated.title": "Το φόρουμ αναβαθμίστηκε", @@ -117,12 +117,12 @@ "privacy": "Privacy", "follow": "Follow", "unfollow": "Unfollow", - "delete_all": "Διαγραφή Όλων", + "delete-all": "Διαγραφή Όλων", "map": "Map", "sessions": "Login Sessions", - "ip_address": "Διεύθυνση IP", - "enter_page_number": "Enter page number", - "upload_file": "Ανέβασμα αρχείου", + "ip-address": "Διεύθυνση IP", + "enter-page-number": "Enter page number", + "upload-file": "Ανέβασμα αρχείου", "upload": "Ανέβασμα", "uploads": "Uploads", "allowed-file-types": "Allowed file types are %1", @@ -131,7 +131,7 @@ "play": "Play", "cookies.message": "This website uses cookies to ensure you get the best experience on our website.", "cookies.accept": "Got it!", - "cookies.learn_more": "Μάθε Περισσότερα", + "cookies.learn-more": "Μάθε Περισσότερα", "edited": "Edited", "disabled": "Disabled", "select": "Select", diff --git a/public/language/el/groups.json b/public/language/el/groups.json index 7542b5a303..483a72fccb 100644 --- a/public/language/el/groups.json +++ b/public/language/el/groups.json @@ -2,65 +2,65 @@ "all-groups": "All groups", "groups": "Ομάδες", "members": "Members", - "view_group": "Προβολή Ομάδας", + "view-group": "Προβολή Ομάδας", "owner": "Κάτοχος Ομάδας", - "new_group": "Δημιουργία Νέας Ομάδας", - "no_groups_found": "There are no groups to see", + "new-group": "Δημιουργία Νέας Ομάδας", + "no-groups-found": "There are no groups to see", "pending.accept": "Αποδοχή", "pending.reject": "Απόρριψη", - "pending.accept_all": "Αποδοχή Όλων", - "pending.reject_all": "Απόρριψη Όλων", + "pending.accept-all": "Αποδοχή Όλων", + "pending.reject-all": "Απόρριψη Όλων", "pending.none": "There are no pending members at this time", "invited.none": "There are no invited members at this time", "invited.uninvite": "Rescind Invitation", "invited.search": "Search for a user to invite to this group", - "invited.notification_title": "You have been invited to join %1", - "request.notification_title": "Group Membership Request from %1", - "request.notification_text": "%1 has requested to become a member of %2", + "invited.notification-title": "You have been invited to join %1", + "request.notification-title": "Group Membership Request from %1", + "request.notification-text": "%1 has requested to become a member of %2", "cover-save": "Αποθήκευση", "cover-saving": "Saving", "details.title": "Λεπτομέρειες Ομάδας", "details.members": "Λίστα Μελών", "details.pending": "Pending Members", "details.invited": "Invited Members", - "details.has_no_posts": "Τα μέλη αυτής της ομάδας δεν έχουν δημοσιεύσει τίποτα.", - "details.latest_posts": "Τελευταίες δημοσιεύσεις.", + "details.has-no-posts": "Τα μέλη αυτής της ομάδας δεν έχουν δημοσιεύσει τίποτα.", + "details.latest-posts": "Τελευταίες δημοσιεύσεις.", "details.private": "Private", "details.disableJoinRequests": "Disable join requests", "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Grant/Rescind Ownership", "details.kick": "Kick", - "details.kick_confirm": "Are you sure you want to remove this member from the group?", + "details.kick-confirm": "Are you sure you want to remove this member from the group?", "details.add-member": "Add Member", - "details.owner_options": "Group Administration", - "details.group_name": "Group Name", - "details.member_count": "Member Count", - "details.creation_date": "Ημερομηνία Δημιουργίας", + "details.owner-options": "Group Administration", + "details.group-name": "Group Name", + "details.member-count": "Member Count", + "details.creation-date": "Ημερομηνία Δημιουργίας", "details.description": "Περιγραφή", "details.member-post-cids": "Category IDs to display posts from", - "details.badge_preview": "Badge Preview", - "details.change_icon": "Change Icon", - "details.change_label_colour": "Change Label Colour", - "details.change_text_colour": "Change Text Colour", - "details.badge_text": "Badge Text", + "details.badge-preview": "Badge Preview", + "details.change-icon": "Change Icon", + "details.change-label-colour": "Change Label Colour", + "details.change-text-colour": "Change Text Colour", + "details.badge-text": "Badge Text", "details.userTitleEnabled": "Show Badge", - "details.private_help": "If enabled, joining of groups requires approval from a group owner", + "details.private-help": "If enabled, joining of groups requires approval from a group owner", "details.hidden": "Hidden", - "details.hidden_help": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", - "details.delete_group": "Διαγραφή Ομάδας", - "details.private_system_help": "Private groups is disabled at system level, this option does not do anything", + "details.hidden-help": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", + "details.delete-group": "Διαγραφή Ομάδας", + "details.private-system-help": "Private groups is disabled at system level, this option does not do anything", "event.updated": "Group details have been updated", "event.deleted": "The group \"%1\" has been deleted", "membership.accept-invitation": "Accept Invitation", - "membership.accept.notification_title": "You are now a member of %1", + "membership.accept.notification-title": "You are now a member of %1", "membership.invitation-pending": "Invitation Pending", "membership.join-group": "Join Group", "membership.leave-group": "Leave Group", - "membership.leave.notification_title": "%1 has left group %2", + "membership.leave.notification-title": "%1 has left group %2", "membership.reject": "Reject", - "new-group.group_name": "Group Name:", + "new-group.group-name": "Group Name:", "upload-group-cover": "Upload group cover", "bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group", "bulk-invite": "Bulk Invite", - "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" + "remove-group-cover-confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/el/login.json b/public/language/el/login.json index fd1297f017..accc80b916 100644 --- a/public/language/el/login.json +++ b/public/language/el/login.json @@ -1,12 +1,12 @@ { "username-email": "Όνομα χρήστη / Email", "username": "Όνομα Χρήστη", - "remember_me": "Απομνημόνευση;", - "forgot_password": "Ξέχασες τον κωδικό σου;", - "alternative_logins": "Εναλλακτικά Login", - "failed_login_attempt": "Login Unsuccessful", - "login_successful": "Συνδέθηκες επιτυχώς!", - "dont_have_account": "Δεν έχεις λογαριασμό;", + "remember-me": "Απομνημόνευση;", + "forgot-password": "Ξέχασες τον κωδικό σου;", + "alternative-logins": "Εναλλακτικά Login", + "failed-login-attempt": "Login Unsuccessful", + "login-successful": "Συνδέθηκες επιτυχώς!", + "dont-have-account": "Δεν έχεις λογαριασμό;", "logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity", "caps-lock-enabled": "Caps Lock is enabled" } \ No newline at end of file diff --git a/public/language/el/modules.json b/public/language/el/modules.json index 0069418878..98a6041312 100644 --- a/public/language/el/modules.json +++ b/public/language/el/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "Room %1", - "chat.chatting_with": "Chat with", + "chat.chatting-with": "Chat with", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Go to most recent message", @@ -8,12 +8,15 @@ "chat.chat-with-usernames": "Chat with %1", "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Send", - "chat.no_active": "You have no active chats.", - "chat.user_typing": "%1 is typing ...", - "chat.user_has_messaged_you": "%1 has messaged you.", + "chat.no-active": "You have no active chats.", + "chat.user-typing-1": "%1 is typing ...", + "chat.user-typing-2": "%1 and %2 are typing ...", + "chat.user-typing-3": "%1, %2 and %3 are typing ...", + "chat.user-typing-n": "%1, %2 and %3 others are typing ...", + "chat.user-has-messaged-you": "%1 has messaged you.", "chat.replying-to": "Replying to %1", - "chat.see_all": "All chats", - "chat.mark_all_read": "Mark all read", + "chat.see-all": "All chats", + "chat.mark-all-read": "Mark all read", "chat.no-messages": "Please select a recipient to view chat message history", "chat.no-users-in-room": "No users in this room", "chat.recent-chats": "Recent Chats", @@ -24,12 +27,16 @@ "chat.pop-out": "Pop out chat", "chat.minimize": "Minimize", "chat.maximize": "Maximize", - "chat.seven_days": "7 Days", - "chat.thirty_days": "30 Days", - "chat.three_months": "3 Months", - "chat.delete_message_confirm": "Are you sure you wish to delete this message?", + "chat.seven-days": "7 Days", + "chat.thirty-days": "30 Days", + "chat.three-months": "3 Months", + "chat.delete-message-confirm": "Are you sure you wish to delete this message?", "chat.retrieving-users": "Retrieving users...", "chat.view-users-list": "View users list", + "chat.pinned-messages": "Pinned Messages", + "chat.no-pinned-messages": "There are no pinned messages", + "chat.pin-message": "Pin Message", + "chat.unpin-message": "Unpin Message", "chat.public-rooms": "Public Rooms (%1)", "chat.private-rooms": "Private Rooms (%1)", "chat.create-room": "Create Chat Room", @@ -67,17 +74,24 @@ "chat.system.user-leave": "%1 has left the room ", "chat.system.room-rename": "%2 has renamed this room to \"%1\" ", "composer.compose": "Compose", - "composer.show_preview": "Show Preview", - "composer.hide_preview": "Hide Preview", + "composer.show-preview": "Show Preview", + "composer.hide-preview": "Hide Preview", "composer.help": "Help", - "composer.user_said_in": "%1 said in %2:", - "composer.user_said": "%1 said:", + "composer.user-said-in": "%1 said in %2:", + "composer.user-said": "%1 said:", "composer.discard": "Are you sure you wish to discard this post?", - "composer.submit_and_lock": "Submit and Lock", - "composer.toggle_dropdown": "Toggle Dropdown", + "composer.submit-and-lock": "Submit and Lock", + "composer.toggle-dropdown": "Toggle Dropdown", "composer.uploading": "Uploading %1", "composer.formatting.bold": "Bold", "composer.formatting.italic": "Italic", + "composer.formatting.heading": "Heading", + "composer.formatting.heading1": "Heading 1", + "composer.formatting.heading2": "Heading 2", + "composer.formatting.heading3": "Heading 3", + "composer.formatting.heading4": "Heading 4", + "composer.formatting.heading5": "Heading 5", + "composer.formatting.heading6": "Heading 6", "composer.formatting.list": "List", "composer.formatting.strikethrough": "Strikethrough", "composer.formatting.code": "Code", @@ -85,9 +99,10 @@ "composer.formatting.picture": "Image Link", "composer.upload-picture": "Upload Image", "composer.upload-file": "Upload File", - "composer.zen_mode": "Zen Mode", - "composer.select_category": "Select a category", + "composer.zen-mode": "Zen Mode", + "composer.select-category": "Select a category", "composer.textarea.placeholder": "Enter your post content here, drag and drop images", + "composer.post-queue-alert": "Hello👋!
This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.", "composer.schedule-for": "Schedule topic for", "composer.schedule-date": "Date", "composer.schedule-time": "Time", @@ -102,8 +117,8 @@ "bootbox.confirm": "Confirm", "bootbox.submit": "Submit", "bootbox.send": "Send", - "cover.dragging_title": "Cover Photo Positioning", - "cover.dragging_message": "Drag the cover photo to the desired position and click \"Save\"", + "cover.dragging-title": "Cover Photo Positioning", + "cover.dragging-message": "Drag the cover photo to the desired position and click \"Save\"", "cover.saved": "Cover photo image and position saved", "thumbs.modal.title": "Manage topic thumbnails", "thumbs.modal.no-thumbs": "No thumbnails found.", diff --git a/public/language/el/notifications.json b/public/language/el/notifications.json index 35f03d4cfc..e2b5a4f89a 100644 --- a/public/language/el/notifications.json +++ b/public/language/el/notifications.json @@ -1,59 +1,68 @@ { "title": "Notifications", - "no_notifs": "You have no new notifications", - "see_all": "All notifications", - "mark_all_read": "Mark all read", - "back_to_home": "Back to %1", - "outgoing_link": "Outgoing Link", - "outgoing_link_message": "You are now leaving %1", - "continue_to": "Continue to %1", - "return_to": "Return to %1", - "new_notification": "You have a new notification", - "you_have_unread_notifications": "You have unread notifications.", + "no-notifs": "You have no new notifications", + "see-all": "All notifications", + "mark-all-read": "Mark all read", + "back-to-home": "Back to %1", + "outgoing-link": "Outgoing Link", + "outgoing-link-message": "You are now leaving %1", + "continue-to": "Continue to %1", + "return-to": "Return to %1", + "new-notification": "You have a new notification", + "you-have-unread-notifications": "You have unread notifications.", "all": "All", "topics": "Topics", + "tags": "Tags", "replies": "Replies", "chat": "Chats", "group-chat": "Group Chats", "public-chat": "Public Chats", "follows": "Follows", "upvote": "Upvotes", + "awards": "Awards", "new-flags": "New Flags", "my-flags": "Flags assigned to me", "bans": "Bans", - "new_message_from": "New message from %1", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1 has upvoted your post in %2.", - "upvoted_your_post_in_dual": "%1 and %2 have upvoted your post in %3.", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "%1 has moved your post to %2", - "moved_your_topic": "%1 has moved %2", - "user_flagged_post_in": "%1 flagged a post in %2", - "user_flagged_post_in_dual": "%1 and %2 flagged a post in %3", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1 flagged a user profile (%2)", - "user_flagged_user_dual": "%1 and %2 flagged a user profile (%3)", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "%1 has posted a reply to: %2", - "user_posted_to_dual": "%1 and %2 have posted replies to: %3", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1 has posted a new topic: %2", - "user_edited_post": "%1 has edited a post in %2", - "user_started_following_you": "%1 started following you.", - "user_started_following_you_dual": "%1 and %2 started following you.", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1 sent a registration request.", - "new_register_multiple": "There are %1 registration requests awaiting review.", - "flag_assigned_to_you": "Flag %1 has been assigned to you", - "post_awaiting_review": "Post awaiting review", + "new-message-from": "New message from %1", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 wrote in %3", + "user-posted-in-public-room-dual": "%1 and %2 wrote in %4", + "user-posted-in-public-room-triple": "%1, %2 and %3 wrote in %5", + "user-posted-in-public-room-multiple": "%1, %2 and %3 others wrote in %5", + "upvoted-your-post-in": "%1 has upvoted your post in %2.", + "upvoted-your-post-in-dual": "%1 and %2 have upvoted your post in %3.", + "upvoted-your-post-in-triple": "%1, %2 and %3 have upvoted your post in %4.", + "upvoted-your-post-in-multiple": "%1, %2 and %3 others have upvoted your post in %4.", + "moved-your-post": "%1 has moved your post to %2", + "moved-your-topic": "%1 has moved %2", + "user-flagged-post-in": "%1 flagged a post in %2", + "user-flagged-post-in-dual": "%1 and %2 flagged a post in %3", + "user-flagged-post-in-triple": "%1, %2 and %3 flagged a post in %4", + "user-flagged-post-in-multiple": "%1, %2 and %3 others flagged a post in %4", + "user-flagged-user": "%1 flagged a user profile (%2)", + "user-flagged-user-dual": "%1 and %2 flagged a user profile (%3)", + "user-flagged-user-triple": "%1, %2 and %3 flagged a user profile (%4)", + "user-flagged-user-multiple": "%1, %2 and %3 others flagged a user profile (%4)", + "user-posted-to": "%1 has posted a reply to: %2", + "user-posted-to-dual": "%1 and %2 have posted replies to: %3", + "user-posted-to-triple": "%1, %2 and %3 have posted replies to: %4", + "user-posted-to-multiple": "%1, %2 and %3 others have posted replies to: %4", + "user-posted-topic": "%1 has posted a new topic: %2", + "user-edited-post": "%1 has edited a post in %2", + "user-posted-topic-with-tag": "%1 has posted a new topic with tag %2", + "user-posted-topic-with-tag-dual": "%1 has posted a new topic with tags %2 and %3", + "user-posted-topic-with-tag-triple": "%1 has posted a new topic with tags %2, %3 and %4", + "user-posted-topic-with-tag-multiple": "%1 has posted a new topic with tags %2", + "user-started-following-you": "%1 started following you.", + "user-started-following-you-dual": "%1 and %2 started following you.", + "user-started-following-you-triple": "%1, %2 and %3 started following you.", + "user-started-following-you-multiple": "%1, %2 and %3 others started following you.", + "new-register": "%1 sent a registration request.", + "new-register-multiple": "There are %1 registration requests awaiting review.", + "flag-assigned-to-you": "Flag %1 has been assigned to you", + "post-awaiting-review": "Post awaiting review", "profile-exported": "%1 profile exported, click to download", "posts-exported": "%1 posts exported, click to download", "uploads-exported": "%1 uploads exported, click to download", @@ -66,22 +75,24 @@ "email-confirm-error-message": "There was a problem validating your email address. Perhaps the code was invalid or has expired.", "email-confirm-sent": "Στάλθηκε email επιβεβαίωσης.", "none": "None", - "notification_only": "Notification Only", - "email_only": "Email Only", - "notification_and_email": "Notification & Email", - "notificationType_upvote": "When someone upvotes your post", - "notificationType_new-topic": "When someone you follow posts a topic", - "notificationType_new-reply": "When a new reply is posted in a topic you are watching", - "notificationType_post-edit": "When a post is edited in a topic you are watching", - "notificationType_follow": "When someone starts following you", - "notificationType_new-chat": "When you receive a chat message", - "notificationType_new-group-chat": "When you receive a group chat message", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "When you receive a group invite", - "notificationType_group-leave": "When a user leaves your group", - "notificationType_group-request-membership": "When someone requests to join a group you own", - "notificationType_new-register": "When someone gets added to registration queue", - "notificationType_post-queue": "When a new post is queued", - "notificationType_new-post-flag": "When a post is flagged", - "notificationType_new-user-flag": "When a user is flagged" + "notification-only": "Notification Only", + "email-only": "Email Only", + "notification-and-email": "Notification & Email", + "notificationType-upvote": "When someone upvotes your post", + "notificationType-new-topic": "When someone you follow posts a topic", + "notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow", + "notificationType-new-reply": "When a new reply is posted in a topic you are watching", + "notificationType-post-edit": "When a post is edited in a topic you are watching", + "notificationType-follow": "When someone starts following you", + "notificationType-new-chat": "When you receive a chat message", + "notificationType-new-group-chat": "When you receive a group chat message", + "notificationType-new-public-chat": "When you receive a public group chat message", + "notificationType-group-invite": "When you receive a group invite", + "notificationType-group-leave": "When a user leaves your group", + "notificationType-group-request-membership": "When someone requests to join a group you own", + "notificationType-new-register": "When someone gets added to registration queue", + "notificationType-post-queue": "When a new post is queued", + "notificationType-new-post-flag": "When a post is flagged", + "notificationType-new-user-flag": "When a user is flagged", + "notificationType-new-reward": "When you earn a new reward" } \ No newline at end of file diff --git a/public/language/el/pages.json b/public/language/el/pages.json index be37254b9f..3619fe30be 100644 --- a/public/language/el/pages.json +++ b/public/language/el/pages.json @@ -47,7 +47,8 @@ "account/latest-posts": "Latest posts made by %1", "account/topics": "Topics created by %1", "account/groups": "%1's Groups", - "account/watched_categories": "%1's Watched Categories", + "account/watched-categories": "%1's Watched Categories", + "account/watched-tags": "%1's Watched Tags", "account/bookmarks": "%1's Bookmarked Posts", "account/settings": "Επιλογές Χρήστη", "account/settings-of": "Changing settings of %1", diff --git a/public/language/el/recent.json b/public/language/el/recent.json index 32321d5110..9a8e779431 100644 --- a/public/language/el/recent.json +++ b/public/language/el/recent.json @@ -5,7 +5,7 @@ "month": "Μήνας", "year": "Έτος", "alltime": "Όλο το Ιστορικό", - "no_recent_topics": "Δεν υπάρχουν πρόσφατα θέματα.", - "no_popular_topics": "Δεν υπάρχουν δημοφιλή θέματα.", + "no-recent-topics": "Δεν υπάρχουν πρόσφατα θέματα.", + "no-popular-topics": "Δεν υπάρχουν δημοφιλή θέματα.", "load-new-posts": "Load new posts" } \ No newline at end of file diff --git a/public/language/el/register.json b/public/language/el/register.json index 47b1404f9d..530d00681e 100644 --- a/public/language/el/register.json +++ b/public/language/el/register.json @@ -1,32 +1,32 @@ { "register": "Εγγραφή", "already-have-account": "Already have an account?", - "cancel_registration": "Cancel Registration", + "cancel-registration": "Cancel Registration", "help.email": "Από προεπιλογή, το email σου θα είναι κρυμμένο από την κοινή θέα.", - "help.username_restrictions": "Ένα μοναδικό όνομα χρήστη μεταξύ %1 και %2 χαρακτήρων. Άλλα άτομα μπορούν να σε αναφέρουν με το @username σου.", - "help.minimum_password_length": "Το μήκος του κωδικού σου πρέπει να είναι τουλάχιστον %1 χαρακτήρες.", - "email_address": "Διεύθυνση Email", - "email_address_placeholder": "Εισαγωγή Διεύθυνσης Email", + "help.username-restrictions": "Ένα μοναδικό όνομα χρήστη μεταξύ %1 και %2 χαρακτήρων. Άλλα άτομα μπορούν να σε αναφέρουν με το @username σου.", + "help.minimum-password-length": "Το μήκος του κωδικού σου πρέπει να είναι τουλάχιστον %1 χαρακτήρες.", + "email-address": "Διεύθυνση Email", + "email-address-placeholder": "Εισαγωγή Διεύθυνσης Email", "username": "Όνομα Χρήστη", - "username_placeholder": "Εισαγωγή Ονόματος Χρήστη", + "username-placeholder": "Εισαγωγή Ονόματος Χρήστη", "password": "Κωδικός", - "password_placeholder": "Εισαγωγή Κωδικού", - "confirm_password": "Επιβεβαίωση Κωδικού", - "confirm_password_placeholder": "Επιβεβαίωση Κωδικού", - "register_now_button": "Εγγραφή Τώρα", - "alternative_registration": "Εναλλακτική Εγγραφή", - "terms_of_use": "Όροι Χρήσης", - "agree_to_terms_of_use": "Συμφωνώ με τους Όρους Χρήσης", - "terms_of_use_error": "You must agree to the Terms of Use", + "password-placeholder": "Εισαγωγή Κωδικού", + "confirm-password": "Επιβεβαίωση Κωδικού", + "confirm-password-placeholder": "Επιβεβαίωση Κωδικού", + "register-now-button": "Εγγραφή Τώρα", + "alternative-registration": "Εναλλακτική Εγγραφή", + "terms-of-use": "Όροι Χρήσης", + "agree-to-terms-of-use": "Συμφωνώ με τους Όρους Χρήσης", + "terms-of-use-error": "You must agree to the Terms of Use", "registration-added-to-queue": "Your registration has been added to the approval queue. You will receive an email when it is accepted by an administrator.", "registration-queue-average-time": "Our average time for approving memberships is %1 hours %2 minutes.", "registration-queue-auto-approve-time": "Your membership to this forum will be fully activated in up to %1 hours.", "interstitial.intro": "We'd like some additional information in order to update your account…", "interstitial.intro-new": "We'd like some additional information before we can create your account…", "interstitial.errors-found": "Please review the entered information:", - "gdpr_agree_data": "I consent to the collection and processing of my personal information on this website.", - "gdpr_agree_email": "I consent to receive digest and notification emails from this website.", - "gdpr_consent_denied": "You must give consent to this site to collect/process your information, and to send you emails.", + "gdpr-agree-data": "I consent to the collection and processing of my personal information on this website.", + "gdpr-agree-email": "I consent to receive digest and notification emails from this website.", + "gdpr-consent-denied": "You must give consent to this site to collect/process your information, and to send you emails.", "invite.error-admin-only": "Direct user registration has been disabled. Please contact an administrator for more details.", "invite.error-invite-only": "Direct user registration has been disabled. You must be invited by an existing user in order to access this forum.", "invite.error-invalid-data": "The registration data received does not correspond to our records. Please contact an administrator for more details" diff --git a/public/language/el/reset_password.json b/public/language/el/reset_password.json index 19b4079251..b27092a34c 100644 --- a/public/language/el/reset_password.json +++ b/public/language/el/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "Επαναφορά Κωδικού", - "update_password": "Ενημέρωση Κωδικού", - "password_changed.title": "Ο Κωδικός Άλλαξε", - "password_changed.message": "

Ο κωδικός επαναφέρθηκε με επιτυχία, παρακαλώ συνδέσου ξανά.", - "wrong_reset_code.title": "Λάθος Κώδικας Επαναφοράς", - "wrong_reset_code.message": "Ο κώδικας επαναφοράς που λήφθηκε ήταν λανθασμένος. Παρακαλώ δοκίμασε ξανά ή ζήτησε ένα νέο κώδικα επαναφοράς.", - "new_password": "Νέος Κωδικός", - "repeat_password": "Επιβεβαίωση Κωδικού", - "changing_password": "Changing Password", - "enter_email": "Παρακαλώ γράψε την διεύθυνση email σου και θα σου στείλουμε ένα email με οδηγίες για το πως να επαναφέρεις τον λογαριασμό σου.", - "enter_email_address": "Εισαγωγή Διεύθυνσης Email", - "password_reset_sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", - "invalid_email": "Λάθος Email ή το Email δεν υπάρχει!", - "password_too_short": "Ο κωδικός είναι πολύ μικρός, παρακαλώ επέλεξε διαφορετικό.", - "passwords_do_not_match": "Οι κωδικοί δεν ταιριάζουν μεταξύ τους.", - "password_expired": "Ο κωδικός έληξε, παρακαλώ επίλεξε νέο κωδικό" + "reset-password": "Επαναφορά Κωδικού", + "update-password": "Ενημέρωση Κωδικού", + "password-changed.title": "Ο Κωδικός Άλλαξε", + "password-changed.message": "

Ο κωδικός επαναφέρθηκε με επιτυχία, παρακαλώ συνδέσου ξανά.", + "wrong-reset-code.title": "Λάθος Κώδικας Επαναφοράς", + "wrong-reset-code.message": "Ο κώδικας επαναφοράς που λήφθηκε ήταν λανθασμένος. Παρακαλώ δοκίμασε ξανά ή ζήτησε ένα νέο κώδικα επαναφοράς.", + "new-password": "Νέος Κωδικός", + "repeat-password": "Επιβεβαίωση Κωδικού", + "changing-password": "Changing Password", + "enter-email": "Παρακαλώ γράψε την διεύθυνση email σου και θα σου στείλουμε ένα email με οδηγίες για το πως να επαναφέρεις τον λογαριασμό σου.", + "enter-email-address": "Εισαγωγή Διεύθυνσης Email", + "password-reset-sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", + "invalid-email": "Λάθος Email ή το Email δεν υπάρχει!", + "password-too-short": "Ο κωδικός είναι πολύ μικρός, παρακαλώ επέλεξε διαφορετικό.", + "passwords-do-not-match": "Οι κωδικοί δεν ταιριάζουν μεταξύ τους.", + "password-expired": "Ο κωδικός έληξε, παρακαλώ επίλεξε νέο κωδικό" } \ No newline at end of file diff --git a/public/language/el/rewards.json b/public/language/el/rewards.json new file mode 100644 index 0000000000..f923cf1500 --- /dev/null +++ b/public/language/el/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "You have been awarded %1 reputation", + "awarded-group-membership": "You have been added to the group %1", + + "essentials/user.reputation-conditional-value": "(Reputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Post Count %1 %2)", + "essentials/user.lastonline-conditional-value": "(Last Online %1 %2)", + "essentials/user.joindate-conditional-value": "(Join Date %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Days Registered %1 %2)" +} \ No newline at end of file diff --git a/public/language/el/search.json b/public/language/el/search.json index 01579af7d0..374d720463 100644 --- a/public/language/el/search.json +++ b/public/language/el/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Type to search", - "results_matching": "%1 αποτελεσμα(τα) για \"%2\", (%3 δευτερόλεπτα)", + "results-matching": "%1 αποτελεσμα(τα) για \"%2\", (%3 δευτερόλεπτα)", "no-matches": "No matches found", "advanced-search": "Advanced Search", "in": "In", diff --git a/public/language/el/tags.json b/public/language/el/tags.json index 70140a814d..a9da78523a 100644 --- a/public/language/el/tags.json +++ b/public/language/el/tags.json @@ -1,11 +1,17 @@ { "all-tags": "All tags", - "no_tag_topics": "Δεν υπάρχουν θέματα με αυτή την ετικέτα.", + "no-tag-topics": "Δεν υπάρχουν θέματα με αυτή την ετικέτα.", "no-tags-found": "No tags found", "tags": "Ετικέτες", - "enter_tags_here": "Enter tags here, between %1 and %2 characters each.", - "enter_tags_here_short": "Εισαγωγή ετικετών...", - "no_tags": "Δεν υπάρχουν ακόμα ετικέτες.", - "select_tags": "Select Tags", - "tag-whitelist": "Tag Whitelist" + "enter-tags-here": "Enter tags here, between %1 and %2 characters each.", + "enter-tags-here-short": "Εισαγωγή ετικετών...", + "no-tags": "Δεν υπάρχουν ακόμα ετικέτες.", + "select-tags": "Select Tags", + "tag-whitelist": "Tag Whitelist", + "watching": "Watching", + "not-watching": "Not Watching", + "watching.description": "Notify me of new topics.", + "not-watching.description": "Do not notify me of new topics.", + "following-tag.message": "You will now be receiving notifications when somebody posts a topic with this tag.", + "not-following-tag.message": "You will not receive notifications when somebody posts a topic with this tag." } \ No newline at end of file diff --git a/public/language/el/themes/harmony.json b/public/language/el/themes/harmony.json index f915155306..5e0a65f946 100644 --- a/public/language/el/themes/harmony.json +++ b/public/language/el/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page", "settings.autohideBottombar": "Auto hide bottom bar", "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down", + "settings.openSidebars": "Open sidebars", "settings.chatModals": "Enable chat modals" } \ No newline at end of file diff --git a/public/language/el/top.json b/public/language/el/top.json index b8a05bfa5f..6e1e05674e 100644 --- a/public/language/el/top.json +++ b/public/language/el/top.json @@ -1,4 +1,4 @@ { "title": "Top", - "no_top_topics": "No top topics" + "no-top-topics": "No top topics" } \ No newline at end of file diff --git a/public/language/el/topic.json b/public/language/el/topic.json index e360ec36f6..873cb57d59 100644 --- a/public/language/el/topic.json +++ b/public/language/el/topic.json @@ -1,20 +1,20 @@ { "topic": "Θέμα", "title": "Title", - "no_topics_found": "Δεν βρέθηκαν θέματα!", - "no_posts_found": "Δεν βρέθηκαν δημοσιεύσεις!", - "post_is_deleted": "Αυτή η δημοσίευση έχει διαγραφεί!", - "topic_is_deleted": "This topic is deleted!", + "no-topics-found": "Δεν βρέθηκαν θέματα!", + "no-posts-found": "Δεν βρέθηκαν δημοσιεύσεις!", + "post-is-deleted": "Αυτή η δημοσίευση έχει διαγραφεί!", + "topic-is-deleted": "This topic is deleted!", "profile": "Προφίλ", - "posted_by": "Δημοσιεύτηκε από τον/την %1", - "posted_by_guest": "Δημοσιεύτηκε από Επισκέπτη", + "posted-by": "Δημοσιεύτηκε από τον/την %1", + "posted-by-guest": "Δημοσιεύτηκε από Επισκέπτη", "chat": "Συνομιλία", - "notify_me": "Να ειδοποιούμαι για νέες απαντήσεις σε αυτό το θέμα", + "notify-me": "Να ειδοποιούμαι για νέες απαντήσεις σε αυτό το θέμα", "quote": "Παράθεση", "reply": "Απάντηση", - "replies_to_this_post": "%1 Replies", - "one_reply_to_this_post": "1 Reply", - "last_reply_time": "Last reply", + "replies-to-this-post": "%1 Replies", + "one-reply-to-this-post": "1 Reply", + "last-reply-time": "Last reply", "reply-as-topic": "Reply as topic", "guest-login-reply": "Log in to reply", "login-to-view": "🔒 Log in to view", @@ -64,129 +64,130 @@ "user-referenced-topic-on": "%1 referenced this topic on %3", "user-forked-topic-ago": "%1 forked this topic %3", "user-forked-topic-on": "%1 forked this topic on %3", - "bookmark_instructions": "Click here to return to the last read post in this thread.", + "bookmark-instructions": "Click here to return to the last read post in this thread.", "flag-post": "Flag this post", "flag-user": "Flag this user", "already-flagged": "Already Flagged", "view-flag-report": "View Flag Report", "resolve-flag": "Resolve Flag", - "merged_message": "This topic has been merged into %2", - "deleted_message": "Το θέμα αυτό έχει διαγραφεί. Μόνο οι χρήστες με δικαιώματα διαχειριστή θεμάτων μπορούν να το δουν.", - "following_topic.message": "Θα λαμβάνεις ειδοποιήσεις όποτε κάποιος δημοσιεύει κάτι σε αυτό το θέμα.", - "not_following_topic.message": "You will see this topic in the unread topics list, but you will not receive notifications when somebody posts to this topic.", - "ignoring_topic.message": "You will no longer see this topic in the unread topics list. You will be notified when you are mentioned or your post is up voted.", - "login_to_subscribe": "Παρακαλώ εγγράψου ή συνδέσου για για γραφτείς σε αυτό το θέμα.", + "merged-message": "This topic has been merged into %2", + "forked-message": "This topic was forked from %2", + "deleted-message": "Το θέμα αυτό έχει διαγραφεί. Μόνο οι χρήστες με δικαιώματα διαχειριστή θεμάτων μπορούν να το δουν.", + "following-topic.message": "Θα λαμβάνεις ειδοποιήσεις όποτε κάποιος δημοσιεύει κάτι σε αυτό το θέμα.", + "not-following-topic.message": "You will see this topic in the unread topics list, but you will not receive notifications when somebody posts to this topic.", + "ignoring-topic.message": "You will no longer see this topic in the unread topics list. You will be notified when you are mentioned or your post is up voted.", + "login-to-subscribe": "Παρακαλώ εγγράψου ή συνδέσου για για γραφτείς σε αυτό το θέμα.", "markAsUnreadForAll.success": "Το θέμα σημειώθηκε ως μη αναγνωσμένο για όλους.", - "mark_unread": "Mark unread", - "mark_unread.success": "Topic marked as unread.", + "mark-unread": "Mark unread", + "mark-unread.success": "Topic marked as unread.", "watch": "Παρακολούθηση", "unwatch": "Ξεπαρακολούθηση", "watch.title": "Να ειδοποιούμαι για νέες απαντήσεις σε αυτό το θέμα", "unwatch.title": "Να μην παρακολουθώ αυτό το θέμα", - "share_this_post": "Μοιράσου αυτή την Δημοσίευση", + "share-this-post": "Μοιράσου αυτή την Δημοσίευση", "watching": "Watching", "not-watching": "Not Watching", "ignoring": "Ignoring", "watching.description": "Notify me of new replies.
Show topic in unread.", "not-watching.description": "Do not notify me of new replies.
Show topic in unread if category is not ignored.", "ignoring.description": "Do not notify me of new replies.
Do not show topic in unread.", - "thread_tools.title": "Εργαλεία Θέματος", - "thread_tools.markAsUnreadForAll": "Mark Unread For All", - "thread_tools.pin": "Καρφίτσωμα Θέματος", - "thread_tools.unpin": "Ξεκαρφίτσωμα Θέματος", - "thread_tools.lock": "Κλείδωμα Θέματος", - "thread_tools.unlock": "Ξεκλείδωμα Θέματος", - "thread_tools.move": "Μετακίνηση Θέματος", - "thread_tools.move-posts": "Move Posts", - "thread_tools.move_all": "Μετακίνηση Όλων", - "thread_tools.change_owner": "Change Owner", - "thread_tools.select_category": "Select Category", - "thread_tools.fork": "Διαχωρισμός Θέματος", - "thread_tools.tag": "Tag Topic", - "thread_tools.delete": "Διαγραφή Θέματος", - "thread_tools.delete-posts": "Delete Posts", - "thread_tools.delete_confirm": "Είσαι σίγουρος/η πως θέλεις να διαγράψεις αυτό το θέμα;", - "thread_tools.restore": "Επαναφορά Θέματος", - "thread_tools.restore_confirm": "Είσαι σίγουρος/η πως θέλεις να επαναφέρεις αυτό το θέμα;", - "thread_tools.purge": "Εκκαθάριση Θέματος", - "thread_tools.purge_confirm": "Είσαι σίγουρος/η πως θέλεις να εκκαθαρίσεις αυτό το θέμα;", - "thread_tools.merge_topics": "Merge Topics", - "thread_tools.merge": "Merge Topic", - "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_undone": "Topic move undone", - "topic_move_posts_success": "Posts will be moved shortly. Click here to undo.", - "topic_move_posts_undone": "Post move undone", - "post_delete_confirm": "Είσαι σίγουρος/η πως θέλεις να διαγράψεις αυτή την δημοσίευση;", - "post_restore_confirm": "Είσαι σίγουρος/η πως θέλεις να επαναφέρεις αυτή την δημοσίευση;", - "post_purge_confirm": "Είσαι σίγουρος/η πως θέλεις να εκκαθαρίσεις αυτή την δημοσίευση;", + "thread-tools.title": "Εργαλεία Θέματος", + "thread-tools.markAsUnreadForAll": "Mark Unread For All", + "thread-tools.pin": "Καρφίτσωμα Θέματος", + "thread-tools.unpin": "Ξεκαρφίτσωμα Θέματος", + "thread-tools.lock": "Κλείδωμα Θέματος", + "thread-tools.unlock": "Ξεκλείδωμα Θέματος", + "thread-tools.move": "Μετακίνηση Θέματος", + "thread-tools.move-posts": "Move Posts", + "thread-tools.move-all": "Μετακίνηση Όλων", + "thread-tools.change-owner": "Change Owner", + "thread-tools.select-category": "Select Category", + "thread-tools.fork": "Διαχωρισμός Θέματος", + "thread-tools.tag": "Tag Topic", + "thread-tools.delete": "Διαγραφή Θέματος", + "thread-tools.delete-posts": "Delete Posts", + "thread-tools.delete-confirm": "Είσαι σίγουρος/η πως θέλεις να διαγράψεις αυτό το θέμα;", + "thread-tools.restore": "Επαναφορά Θέματος", + "thread-tools.restore-confirm": "Είσαι σίγουρος/η πως θέλεις να επαναφέρεις αυτό το θέμα;", + "thread-tools.purge": "Εκκαθάριση Θέματος", + "thread-tools.purge-confirm": "Είσαι σίγουρος/η πως θέλεις να εκκαθαρίσεις αυτό το θέμα;", + "thread-tools.merge-topics": "Merge Topics", + "thread-tools.merge": "Merge Topic", + "topic-move-success": "This topic will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-multiple-success": "These topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-all-success": "All topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-undone": "Topic move undone", + "topic-move-posts-success": "Posts will be moved shortly. Click here to undo.", + "topic-move-posts-undone": "Post move undone", + "post-delete-confirm": "Είσαι σίγουρος/η πως θέλεις να διαγράψεις αυτή την δημοσίευση;", + "post-restore-confirm": "Είσαι σίγουρος/η πως θέλεις να επαναφέρεις αυτή την δημοσίευση;", + "post-purge-confirm": "Είσαι σίγουρος/η πως θέλεις να εκκαθαρίσεις αυτή την δημοσίευση;", "pin-modal-expiry": "Expiration Date", "pin-modal-help": "You can optionally set an expiration date for the pinned topic(s) here. Alternatively, you can leave this field blank to have the topic stay pinned until it is manually unpinned.", - "load_categories": "Οι Κατηγορίες Φορτώνουν", - "confirm_move": "Μετακίνηση", - "confirm_fork": "Διαχωρισμός", + "load-categories": "Οι Κατηγορίες Φορτώνουν", + "confirm-move": "Μετακίνηση", + "confirm-fork": "Διαχωρισμός", "bookmark": "Bookmark", "bookmarks": "Bookmarks", - "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.", + "bookmarks.has-no-bookmarks": "You haven't bookmarked any posts yet.", "copy-permalink": "Copy Permalink", - "loading_more_posts": "Φόρτωση περισσότερων δημοσιεύσεων", - "move_topic": "Μετακίνηση Θέματος", - "move_topics": "Μετακίνηση Θεμάτων", - "move_post": "Μετακίνηση Δημοσίευσης", - "post_moved": "Η δημοσίευση μετακινήθηκε!", - "fork_topic": "Διαχωρισμός Θέματος", + "loading-more-posts": "Φόρτωση περισσότερων δημοσιεύσεων", + "move-topic": "Μετακίνηση Θέματος", + "move-topics": "Μετακίνηση Θεμάτων", + "move-post": "Μετακίνηση Δημοσίευσης", + "post-moved": "Η δημοσίευση μετακινήθηκε!", + "fork-topic": "Διαχωρισμός Θέματος", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", - "fork_no_pids": "Δεν έχουν επιλεχθεί δημοσιεύσεις!", + "fork-topic-instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", + "fork-no-pids": "Δεν έχουν επιλεχθεί δημοσιεύσεις!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", "x-posts-will-be-moved-to-y": "%1 post(s) will be moved to \"%2\"", - "fork_pid_count": "%1 post(s) selected", - "fork_success": "Successfully forked topic! Click here to go to the forked topic.", - "delete_posts_instruction": "Click the posts you want to delete/purge", - "merge_topics_instruction": "Click the topics you want to merge or search for them", + "fork-pid-count": "%1 post(s) selected", + "fork-success": "Successfully forked topic! Click here to go to the forked topic.", + "delete-posts-instruction": "Click the posts you want to delete/purge", + "merge-topics-instruction": "Click the topics you want to merge or search for them", "merge-topic-list-title": "List of topics to be merged", "merge-options": "Merge options", "merge-select-main-topic": "Select the main topic", "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", - "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", - "move_topic_instruction": "Select the target category and then click move", - "change_owner_instruction": "Click the posts you want to assign to another user", - "composer.title_placeholder": "Εισαγωγή του τίτλου του θέματος εδώ...", - "composer.handle_placeholder": "Enter your name/handle here", + "move-posts-instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move-topic-instruction": "Select the target category and then click move", + "change-owner-instruction": "Click the posts you want to assign to another user", + "composer.title-placeholder": "Εισαγωγή του τίτλου του θέματος εδώ...", + "composer.handle-placeholder": "Enter your name/handle here", "composer.hide": "Hide", "composer.discard": "Πέταγμα", "composer.submit": "Υποβολή", "composer.additional-options": "Additional Options", "composer.post-later": "Post Later", "composer.schedule": "Schedule", - "composer.replying_to": "Απάντηση στο %1", - "composer.new_topic": "Νέο Θέμα", + "composer.replying-to": "Απάντηση στο %1", + "composer.new-topic": "Νέο Θέμα", "composer.editing-in": "Editing post in %1", "composer.uploading": "ανέβασμα...", - "composer.thumb_url_label": "Επικόλληση του URL της εικόνας του θέματος", - "composer.thumb_title": "Προσθήκη μιας εικόνας στο θέμα", - "composer.thumb_url_placeholder": "http://example.com/thumb.png", - "composer.thumb_file_label": "Ή ανέβασε ένα αρχείο", - "composer.thumb_remove": "Καθαρισμός Πεδίων", - "composer.drag_and_drop_images": "Σύρε εικόνες εδώ", - "more_users_and_guests": "%1 επιπλέον χρήστης(ες) και %2 επισκέπτης(ες)", - "more_users": "%1 επιπλέον χρήστης(ες)", - "more_guests": "%1 επιπλέον επισκέπτης(ες)", - "users_and_others": "%1 και %2 άλλοι", - "sort_by": "Ταξινόμηση κατά", - "oldest_to_newest": "Παλαιότερο προς Νεότερο", - "newest_to_oldest": "Νεότερο προς Παλαιότερο", - "most_votes": "Most Votes", - "most_posts": "Most Posts", - "most_views": "Most Views", + "composer.thumb-url-label": "Επικόλληση του URL της εικόνας του θέματος", + "composer.thumb-title": "Προσθήκη μιας εικόνας στο θέμα", + "composer.thumb-url-placeholder": "http://example.com/thumb.png", + "composer.thumb-file-label": "Ή ανέβασε ένα αρχείο", + "composer.thumb-remove": "Καθαρισμός Πεδίων", + "composer.drag-and-drop-images": "Σύρε εικόνες εδώ", + "more-users-and-guests": "%1 επιπλέον χρήστης(ες) και %2 επισκέπτης(ες)", + "more-users": "%1 επιπλέον χρήστης(ες)", + "more-guests": "%1 επιπλέον επισκέπτης(ες)", + "users-and-others": "%1 και %2 άλλοι", + "sort-by": "Ταξινόμηση κατά", + "oldest-to-newest": "Παλαιότερο προς Νεότερο", + "newest-to-oldest": "Νεότερο προς Παλαιότερο", + "most-votes": "Most Votes", + "most-posts": "Most Posts", + "most-views": "Most Views", "stale.title": "Create new topic instead?", "stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?", "stale.create": "Create a new topic", - "stale.reply_anyway": "Reply to this topic anyway", - "link_back": "Re: [%1](%2)", + "stale.reply-anyway": "Reply to this topic anyway", + "link-back": "Re: [%1](%2)", "diffs.title": "Post Edit History", "diffs.description": "This post has %1 revisions. Click one of the revisions below to see the post content at that point in time.", "diffs.no-revisions-description": "This post has %1 revisions.", @@ -197,8 +198,8 @@ "diffs.post-restored": "Post successfully restored to earlier revision", "diffs.delete": "Delete this revision", "diffs.deleted": "Revision deleted", - "timeago_later": "%1 later", - "timeago_earlier": "%1 earlier", + "timeago-later": "%1 later", + "timeago-earlier": "%1 earlier", "first-post": "First post", "last-post": "Last post", "go-to-my-next-post": "Go to my next post", diff --git a/public/language/el/unread.json b/public/language/el/unread.json index 3b94a4e306..1e1bd5a51c 100644 --- a/public/language/el/unread.json +++ b/public/language/el/unread.json @@ -1,12 +1,12 @@ { "title": "Μη αναγνωσμένα", - "no_unread_topics": "Δεν υπάρχουν μη αναγνωσμένα θέματα.", - "load_more": "Φόρτωση Περισσότερων", - "mark_as_read": "Σημείωση ώς Αναγνωσμένα", + "no-unread-topics": "Δεν υπάρχουν μη αναγνωσμένα θέματα.", + "load-more": "Φόρτωση Περισσότερων", + "mark-as-read": "Σημείωση ώς Αναγνωσμένα", "selected": "Επιλεγμένα", "all": "Όλα", - "all_categories": "Όλες οι κατηγορίες", - "topics_marked_as_read.success": "Τα θέματα σημειώθηκαν ως αναγνωσμένα!", + "all-categories": "Όλες οι κατηγορίες", + "topics-marked-as-read.success": "Τα θέματα σημειώθηκαν ως αναγνωσμένα!", "all-topics": "Όλα τα θέματα", "new-topics": "Νέα Θέματα", "watched-topics": "Watched Topics", diff --git a/public/language/el/user.json b/public/language/el/user.json index 0a77de8cfe..bb7302bb7d 100644 --- a/public/language/el/user.json +++ b/public/language/el/user.json @@ -7,22 +7,22 @@ "joindate": "Join Date", "postcount": "Post Count", "email": "Emai", - "confirm_email": "Επιβεβαίωση Email", - "account_info": "Account Info", - "admin_actions_label": "Administrative Actions", - "ban_account": "Ban Account", - "ban_account_confirm": "Do you really want to ban this user?", - "unban_account": "Unban Account", - "mute_account": "Mute Account", - "unmute_account": "Unmute Account", - "delete_account": "Διαγραφή Λογαριασμού", - "delete_account_as_admin": "Delete Account", - "delete_content": "Delete Account Content", - "delete_all": "Delete Account and Content", - "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", - "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", - "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", - "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "confirm-email": "Επιβεβαίωση Email", + "account-info": "Account Info", + "admin-actions-label": "Administrative Actions", + "ban-account": "Ban Account", + "ban-account-confirm": "Do you really want to ban this user?", + "unban-account": "Unban Account", + "mute-account": "Mute Account", + "unmute-account": "Unmute Account", + "delete-account": "Διαγραφή Λογαριασμού", + "delete-account-as-admin": "Delete Account", + "delete-content": "Delete Account Content", + "delete-all": "Delete Account and Content", + "delete-account-confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", + "delete-this-account-confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", + "delete-account-content-confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "delete-all-confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", "account-deleted": "Account deleted", "account-content-deleted": "Account content deleted", "fullname": "Πλήρες Όνομα", @@ -32,11 +32,12 @@ "joined": "Έγινε μέλος στις", "lastonline": "Τελευταία φορά συνδέθηκε στις", "profile": "Προφίλ", - "profile_views": "Views του προφίλ", + "profile-views": "Views του προφίλ", "reputation": "Φήμη", "bookmarks": "Bookmarks", - "watched_categories": "Watched categories", - "change_all": "Change All", + "watched-categories": "Watched categories", + "watched-tags": "Watched tags", + "change-all": "Change All", "watched": "Watched", "ignored": "Ignored", "default-category-watch-state": "Default category watch state", @@ -44,83 +45,84 @@ "following": "Ακολουθά", "blocks": "Blocks", "blocked-users": "Blocked users", - "block_toggle": "Toggle Block", - "block_user": "Block User", - "unblock_user": "Unblock User", + "block-toggle": "Toggle Block", + "block-user": "Block User", + "unblock-user": "Unblock User", "aboutme": "About me", "signature": "Υπογραφή", "birthday": "Γενέθλια", "chat": "Συνομιλία", - "chat_with": "Continue chat with %1", - "new_chat_with": "Start new chat with %1", + "chat-with": "Continue chat with %1", + "new-chat-with": "Start new chat with %1", "flag-profile": "Flag Profile", "follow": "Ακολούθησε", "unfollow": "Μην Ακολουθείς", "more": "More", - "profile_update_success": "Το προφίλ ανανεώθηκε επιτυχώς!", - "change_picture": "Αλλαγή Φωτογραφίας", - "change_username": "Change Username", - "change_email": "Change Email", - "email_same_as_password": "Please enter your current password to continue – you've entered your new email again", + "profile-update-success": "Το προφίλ ανανεώθηκε επιτυχώς!", + "change-picture": "Αλλαγή Φωτογραφίας", + "change-username": "Change Username", + "change-email": "Change Email", + "email-updated": "Email Updated", + "email-same-as-password": "Please enter your current password to continue – you've entered your new email again", "edit": "Επεξεργασία", "edit-profile": "Edit Profile", - "default_picture": "Default Icon", - "uploaded_picture": "Ανεβασμένη Φωτογραφία", - "upload_new_picture": "Ανέβασμα Νέας Φωτογραφίας", - "upload_new_picture_from_url": "Ανέβασμα Νέας Φωτογραφίας από URL", - "current_password": "Τωρινός Κωδικός", - "new_password": "New Password", - "change_password": "Αλλαγή Κωδικού", - "change_password_error": "Άκυρος Κωδικός!", - "change_password_error_wrong_current": "Ο τωρινός σου κωδικός δεν είναι σωστός!", - "change_password_error_match": "Οι κωδικοί πρέπει να είναι οι ίδιοι!", - "change_password_error_privileges": "Δεν έχεις δικαιώματα για να αλλάξεις αυτόν τον κωδικό.", - "change_password_success": "Ο κωδικός σου ανανεώθηκε!", - "confirm_password": "Επιβεβαίωση Κωδικού", + "default-picture": "Default Icon", + "uploaded-picture": "Ανεβασμένη Φωτογραφία", + "upload-new-picture": "Ανέβασμα Νέας Φωτογραφίας", + "upload-new-picture-from-url": "Ανέβασμα Νέας Φωτογραφίας από URL", + "current-password": "Τωρινός Κωδικός", + "new-password": "New Password", + "change-password": "Αλλαγή Κωδικού", + "change-password-error": "Άκυρος Κωδικός!", + "change-password-error-wrong-current": "Ο τωρινός σου κωδικός δεν είναι σωστός!", + "change-password-error-match": "Οι κωδικοί πρέπει να είναι οι ίδιοι!", + "change-password-error-privileges": "Δεν έχεις δικαιώματα για να αλλάξεις αυτόν τον κωδικό.", + "change-password-success": "Ο κωδικός σου ανανεώθηκε!", + "confirm-password": "Επιβεβαίωση Κωδικού", "password": "Κωδικός", - "username_taken_workaround": "Το όνομα χρήστη που ζήτησες χρησιμοποιείται ήδη, οπότε το τροποποιήσαμε λίγο. Πλέον είσαι γνωστός/ή ώς %1", - "password_same_as_username": "Your password is the same as your username, please select another password.", - "password_same_as_email": "Your password is the same as your email, please select another password.", - "weak_password": "Weak password.", - "upload_picture": "Ανέβασμα φωτογραφίας", - "upload_a_picture": "Ανέβασε μια φωτογραφία", - "remove_uploaded_picture": "Remove Uploaded Picture", - "upload_cover_picture": "Upload cover picture", - "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", - "crop_picture": "Crop picture", - "upload_cropped_picture": "Crop and upload", + "username-taken-workaround": "Το όνομα χρήστη που ζήτησες χρησιμοποιείται ήδη, οπότε το τροποποιήσαμε λίγο. Πλέον είσαι γνωστός/ή ώς %1", + "password-same-as-username": "Your password is the same as your username, please select another password.", + "password-same-as-email": "Your password is the same as your email, please select another password.", + "weak-password": "Weak password.", + "upload-picture": "Ανέβασμα φωτογραφίας", + "upload-a-picture": "Ανέβασε μια φωτογραφία", + "remove-uploaded-picture": "Remove Uploaded Picture", + "upload-cover-picture": "Upload cover picture", + "remove-cover-picture-confirm": "Are you sure you want to remove the cover picture?", + "crop-picture": "Crop picture", + "upload-cropped-picture": "Crop and upload", "avatar-background-colour": "Avatar background colour", "settings": "Επιλογές", - "show_email": "Εμφάνιση του email μου", - "show_fullname": "Show My Full Name", - "restrict_chats": "Only allow chat messages from users I follow", - "digest_label": "Εγγραφή στην Σύνοψη", - "digest_description": "Εγγράψου σε ενημερώσεις με email για αυτό το φόρουμ (νεες ειδοποιήσεις και θέματα), βάσει του επιλεγμένου προγράμματος", - "digest_off": "Off", - "digest_daily": "Ημερήσια", - "digest_weekly": "Εβδομαδιαίως", - "digest_biweekly": "Bi-Weekly", - "digest_monthly": "Μηνιαία", - "has_no_follower": "Αυτός ο χρήστης δεν έχει κανέναν ακόλουθο :(", - "follows_no_one": "Αυτός ο χρήστης δεν ακολουθεί κανέναν :(", - "has_no_posts": "This user hasn't posted anything yet.", - "has_no_best_posts": "This user does not have any upvoted posts yet.", - "has_no_topics": "This user hasn't posted any topics yet.", - "has_no_watched_topics": "This user hasn't watched any topics yet.", - "has_no_ignored_topics": "This user hasn't ignored any topics yet.", - "has_no_upvoted_posts": "This user hasn't upvoted any posts yet.", - "has_no_downvoted_posts": "This user hasn't downvoted any posts yet.", - "has_no_controversial_posts": "This user does not have any downvoted posts yet.", - "has_no_blocks": "You have blocked no users.", - "email_hidden": "Κρυμμένο Emai", + "show-email": "Εμφάνιση του email μου", + "show-fullname": "Show My Full Name", + "restrict-chats": "Only allow chat messages from users I follow", + "digest-label": "Εγγραφή στην Σύνοψη", + "digest-description": "Εγγράψου σε ενημερώσεις με email για αυτό το φόρουμ (νεες ειδοποιήσεις και θέματα), βάσει του επιλεγμένου προγράμματος", + "digest-off": "Off", + "digest-daily": "Ημερήσια", + "digest-weekly": "Εβδομαδιαίως", + "digest-biweekly": "Bi-Weekly", + "digest-monthly": "Μηνιαία", + "has-no-follower": "Αυτός ο χρήστης δεν έχει κανέναν ακόλουθο :(", + "follows-no-one": "Αυτός ο χρήστης δεν ακολουθεί κανέναν :(", + "has-no-posts": "This user hasn't posted anything yet.", + "has-no-best-posts": "This user does not have any upvoted posts yet.", + "has-no-topics": "This user hasn't posted any topics yet.", + "has-no-watched-topics": "This user hasn't watched any topics yet.", + "has-no-ignored-topics": "This user hasn't ignored any topics yet.", + "has-no-upvoted-posts": "This user hasn't upvoted any posts yet.", + "has-no-downvoted-posts": "This user hasn't downvoted any posts yet.", + "has-no-controversial-posts": "This user does not have any downvoted posts yet.", + "has-no-blocks": "You have blocked no users.", + "email-hidden": "Κρυμμένο Emai", "hidden": "κρυμμένο", - "paginate_description": "Paginate topics and posts instead of using infinite scroll", - "topics_per_page": "Θέματα ανά σελίδα", - "posts_per_page": "Δημοσιεύσεις ανά σελίδα", + "paginate-description": "Paginate topics and posts instead of using infinite scroll", + "topics-per-page": "Θέματα ανά σελίδα", + "posts-per-page": "Δημοσιεύσεις ανά σελίδα", "category-topic-sort": "Category topic sort", "topic-post-sort": "Topic post sort", - "max_items_per_page": "Maximum %1", - "acp_language": "Admin Page Language", + "max-items-per-page": "Maximum %1", + "acp-language": "Admin Page Language", "notifications": "Notifications", "upvote-notif-freq": "Upvote Notification Frequency", "upvote-notif-freq.all": "All Upvotes", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "On 10, 100, 1000...", "upvote-notif-freq.disabled": "Disabled", "browsing": "Επιλογές Περιήγησης", - "open_links_in_new_tab": "Open outgoing links in new tab", - "enable_topic_searching": "Enable In-Topic Searching", - "topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen", - "update_url_with_post_index": "Update url with post index while browsing topics", - "scroll_to_my_post": "After posting a reply, show the new post", - "follow_topics_you_reply_to": "Watch topics that you reply to", - "follow_topics_you_create": "Watch topics you create", + "open-links-in-new-tab": "Open outgoing links in new tab", + "enable-topic-searching": "Enable In-Topic Searching", + "topic-search-help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen", + "update-url-with-post-index": "Update url with post index while browsing topics", + "scroll-to-my-post": "After posting a reply, show the new post", + "follow-topics-you-reply-to": "Watch topics that you reply to", + "follow-topics-you-create": "Watch topics you create", "grouptitle": "Group Title", "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "No group title", @@ -145,9 +147,9 @@ "no-skin": "No Skin", "select-homepage": "Select a Homepage", "homepage": "Homepage", - "homepage_description": "Select a page to use as the forum homepage or 'None' to use the default homepage.", - "custom_route": "Custom Homepage Route", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", + "homepage-description": "Select a page to use as the forum homepage or 'None' to use the default homepage.", + "custom-route": "Custom Homepage Route", + "custom-route-help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Single Sign-on Services", "sso.associated": "Associated with", "sso.not-associated": "Click here to associate with", @@ -179,25 +181,25 @@ "consent.title": "Your Rights & Consent", "consent.lead": "This community forum collects and processes your personal information.", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", - "consent.email_intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", - "consent.digest_frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", - "consent.digest_off": "Unless explicitly changed in your user settings, this community does not send out email digests", + "consent.email-intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", + "consent.digest-frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", + "consent.digest-off": "Unless explicitly changed in your user settings, this community does not send out email digests", "consent.received": "You have provided consent for this website to collect and process your information. No additional action is required.", - "consent.not_received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", + "consent.not-received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", "consent.give": "Give consent", - "consent.right_of_access": "You have the Right of Access", - "consent.right_of_access_description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", - "consent.right_to_rectification": "You have the Right to Rectification", - "consent.right_to_rectification_description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", - "consent.right_to_erasure": "You have the Right to Erasure", - "consent.right_to_erasure_description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", - "consent.right_to_data_portability": "You have the Right to Data Portability", - "consent.right_to_data_portability_description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", - "consent.export_profile": "Export Profile (.json)", + "consent.right-of-access": "You have the Right of Access", + "consent.right-of-access-description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", + "consent.right-to-rectification": "You have the Right to Rectification", + "consent.right-to-rectification-description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", + "consent.right-to-erasure": "You have the Right to Erasure", + "consent.right-to-erasure-description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", + "consent.right-to-data-portability": "You have the Right to Data Portability", + "consent.right-to-data-portability-description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", + "consent.export-profile": "Export Profile (.json)", "consent.export-profile-success": "Exporting profile, you will get a notification when it is complete.", - "consent.export_uploads": "Export Uploaded Content (.zip)", + "consent.export-uploads": "Export Uploaded Content (.zip)", "consent.export-uploads-success": "Exporting uploads, you will get a notification when it is complete.", - "consent.export_posts": "Export Posts (.csv)", + "consent.export-posts": "Export Posts (.csv)", "consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.", "emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.", "emailUpdate.optional": "This field is optional. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.", diff --git a/public/language/el/users.json b/public/language/el/users.json index 0d5e93f395..2688ff4ae2 100644 --- a/public/language/el/users.json +++ b/public/language/el/users.json @@ -1,13 +1,13 @@ { "all-users": "All Users", - "latest_users": "Πρόσφατοι Χρήστες", - "top_posters": "Top Δημοσιεύοντες", - "most_reputation": "Υψηλότερη Φήμη", - "most_flags": "Most Flags", + "latest-users": "Πρόσφατοι Χρήστες", + "top-posters": "Top Δημοσιεύοντες", + "most-reputation": "Υψηλότερη Φήμη", + "most-flags": "Most Flags", "search": "Αναζήτηση", - "enter_username": "Γράψε ένα όνομα χρήστη προς αναζήτηση", + "enter-username": "Γράψε ένα όνομα χρήστη προς αναζήτηση", "search-user-for-chat": "Search for a user to start chat", - "load_more": "Φόρτωση περισσότερων", + "load-more": "Φόρτωση περισσότερων", "users-found-search-took": "%1 user(s) found! Search took %2 seconds.", "filter-by": "Filter By", "online-only": "Μόνο Συνδεδεμένοι", @@ -15,10 +15,10 @@ "prompt-email": "Emails:", "groups-to-join": "Groups to be joined when invite is accepted:", "invitation-email-sent": "An invitation email has been sent to %1", - "user_list": "Λίστα Χρηστών", - "recent_topics": "Πρόσφατα Θέματα", - "popular_topics": "Δημοφιλή Θέματα", - "unread_topics": "Μη αναγνωσμένα Θέματα", + "user-list": "Λίστα Χρηστών", + "recent-topics": "Πρόσφατα Θέματα", + "popular-topics": "Δημοφιλή Θέματα", + "unread-topics": "Μη αναγνωσμένα Θέματα", "categories": "Κατηγορίες", "tags": "Ετικέτες", "no-users-found": "Δε βρέθηκαν χρήστες!" diff --git a/public/language/en-GB/admin/advanced/events.json b/public/language/en-GB/admin/advanced/events.json index b2c2033fb5..9327eef8d3 100644 --- a/public/language/en-GB/admin/advanced/events.json +++ b/public/language/en-GB/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "Event Type", "filter-start": "Start Date", "filter-end": "End Date", - "filter-perPage": "Per Page" + "filter-per-page": "Per Page" } \ No newline at end of file diff --git a/public/language/en-GB/admin/extend/widgets.json b/public/language/en-GB/admin/extend/widgets.json index ab3a4b11d2..5d2832feed 100644 --- a/public/language/en-GB/admin/extend/widgets.json +++ b/public/language/en-GB/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "No widgets found! Activate the widget essentials plugin in the plugins control panel.", "clone-from": "Clone widgets from", "containers.available": "Available Containers", - "containers.explanation": "Drag and drop on top of any active widget", + "containers.explanation": "Drag and drop on top of any widget", "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", @@ -29,5 +29,7 @@ "hide-from-groups": "Hide from groups", "start-date": "Start date", "end-date": "End date", - "hide-on-mobile": "Hide on mobile" + "hide-on-mobile": "Hide on mobile", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/en-GB/admin/manage/privileges.json b/public/language/en-GB/admin/manage/privileges.json index 9af075bcfa..240cff6aa5 100644 --- a/public/language/en-GB/admin/manage/privileges.json +++ b/public/language/en-GB/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "Edit Privileges", "select-clear-all": "Select/Clear All", "chat": "Chat", + "chat-with-privileged": "Chat with Privileged", "upload-images": "Upload Images", "upload-files": "Upload Files", "signature": "Signature", @@ -33,7 +34,7 @@ "edit-posts": "Edit Posts", "view-edit-history": "View Edit History", "delete-posts": "Delete Posts", - "view_deleted": "View Deleted Posts", + "view-deleted": "View Deleted Posts", "upvote-posts": "Upvote Posts", "downvote-posts": "Downvote Posts", "delete-topics": "Delete Topics", diff --git a/public/language/en-GB/admin/settings/chat.json b/public/language/en-GB/admin/settings/chat.json index e4946458bd..86360a34ee 100644 --- a/public/language/en-GB/admin/settings/chat.json +++ b/public/language/en-GB/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "Enter 0 to disable this restriction", "chat-settings": "Chat Settings", "disable": "Disable chat", "disable-editing": "Disable chat message editing/deletion", @@ -6,8 +7,10 @@ "max-length": "Maximum length of chat messages", "max-chat-room-name-length": "Maximum length of chat room names", "max-room-size": "Maximum number of users in chat rooms", - "delay": "Time between chat messages in milliseconds", - "notification-delay": "Notification delay for chat messages. (0 for no delay)", - "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable. (0 disabled)", - "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable. (0 disabled)" + "delay": "Time between chat messages (ms)", + "newbieDelay": "... for new users (ms)", + "notification-delay": "Notification delay for chat messages", + "notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.", + "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.", + "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable." } \ No newline at end of file diff --git a/public/language/en-GB/admin/settings/post.json b/public/language/en-GB/admin/settings/post.json index 9dc61afe57..9de7dc76fa 100644 --- a/public/language/en-GB/admin/settings/post.json +++ b/public/language/en-GB/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "Title Length", "restrictions.post-length": "Post Length", "restrictions.days-until-stale": "Days until topic is considered stale", - "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic.", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "Timestamp", "timestamp.cut-off": "Date cut-off (in days)", "timestamp.cut-off-help": "Dates & times will be shown in a relative manner (e.g. \"3 hours ago\" / \"5 days ago\"), and localised into various\n\t\t\t\t\tlanguages. After a certain point, this text can be switched to display the localised date itself\n\t\t\t\t\t(e.g. 5 Nov 2016 15:30).
(Default: 30, or one month). Set to 0 to always display dates, leave blank to always display relative times.", diff --git a/public/language/en-GB/admin/settings/user.json b/public/language/en-GB/admin/settings/user.json index 368548ba74..816bdfc150 100644 --- a/public/language/en-GB/admin/settings/user.json +++ b/public/language/en-GB/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "Username or Email", "allow-login-with.username": "Username Only", "account-settings": "Account Settings", - "gdpr_enabled": "Enable GDPR consent collection", - "gdpr_enabled_help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", + "gdpr-enabled": "Enable GDPR consent collection", + "gdpr-enabled-help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", "disable-username-changes": "Disable username changes", "disable-email-changes": "Disable email changes", "disable-password-changes": "Disable password changes", diff --git a/public/language/en-GB/category.json b/public/language/en-GB/category.json index ef2c4beec5..968d3d218d 100644 --- a/public/language/en-GB/category.json +++ b/public/language/en-GB/category.json @@ -2,13 +2,13 @@ "category": "Category", "subcategories": "Subcategories", - "new_topic_button": "New Topic", + "new-topic-button": "New Topic", "guest-login-post": "Log in to post", - "no_topics": "There are no topics in this category.
Why don't you try posting one?", + "no-topics": "There are no topics in this category.
Why don't you try posting one?", "browsing": "browsing", - "no_replies": "No one has replied", - "no_new_posts": "No new posts.", + "no-replies": "No one has replied", + "no-new-posts": "No new posts.", "watch": "Watch", "ignore": "Ignore", diff --git a/public/language/en-GB/email.json b/public/language/en-GB/email.json index 3b6709697e..6c2d1597b8 100644 --- a/public/language/en-GB/email.json +++ b/public/language/en-GB/email.json @@ -5,8 +5,8 @@ "invite": "Invitation from %1", - "greeting_no_name": "Hello", - "greeting_with_name": "Hello %1", + "greeting-no-name": "Hello", + "greeting-with-name": "Hello %1", "email.verify-your-email.subject": "Please verify your email", "email.verify.text1": "You've requested that we change or confirm your email address", @@ -32,7 +32,7 @@ "digest.unread-rooms": "Unread rooms", "digest.room-name-unreadcount": "%1 (%2 unread)", - "digest.latest_topics": "Latest topics from %1", + "digest.latest-topics": "Latest topics from %1", "digest.top-topics": "Top topics from %1", "digest.popular-topics": "Popular topics from %1", "digest.cta": "Click here to visit %1", @@ -45,8 +45,8 @@ "digest.title.week": "Your Weekly Digest", "digest.title.month": "Your Monthly Digest", - "notif.chat.subject": "New chat message received from %1", - "notif.chat.public-chat-subject": "New message from %1 in room %2", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "Click here to continue the conversation", "notif.chat.unsub.info": "This chat notification was sent to you due to your subscription settings.", diff --git a/public/language/en-GB/error.json b/public/language/en-GB/error.json index af0b72e990..a01bdb473a 100644 --- a/public/language/en-GB/error.json +++ b/public/language/en-GB/error.json @@ -211,6 +211,7 @@ "post-flagged-too-many-times": "This post has been flagged by others already", "user-flagged-too-many-times": "This user has been flagged by others already", "cant-flag-privileged": "You are not allowed to flag the profiles or content of privileged users (moderators/global moderators/admins)", + "cant-locate-flag-report": "Cannot locate flag report", "self-vote": "You cannot vote on your own post", "too-many-upvotes-today": "You can only upvote %1 times a day", "too-many-upvotes-today-user": "You can only upvote a user %1 times a day", diff --git a/public/language/en-GB/flags.json b/public/language/en-GB/flags.json index f12aaae53d..996e027833 100644 --- a/public/language/en-GB/flags.json +++ b/public/language/en-GB/flags.json @@ -1,5 +1,6 @@ { "state": "State", + "report": "Report", "reports": "Reports", "first-reported": "First Reported", "no-flags": "Hooray! No flags found.", @@ -8,6 +9,8 @@ "update": "Update", "updated": "Updated", "resolved": "Resolved", + "report-added": "Added", + "report-rescinded": "Rescinded", "target-purged": "The content this flag referred to has been purged and is no longer available.", "target-aboutme-empty": "This user has no "About Me" set.", diff --git a/public/language/en-GB/global.json b/public/language/en-GB/global.json index 635b52a6e7..bebd1b4054 100644 --- a/public/language/en-GB/global.json +++ b/public/language/en-GB/global.json @@ -14,23 +14,23 @@ "register": "Register", "login": "Login", - "please_log_in": "Please Log In", + "please-log-in": "Please Log In", "logout": "Logout", - "posting_restriction_info": "Posting is currently restricted to registered members only, click here to log in.", + "posting-restriction-info": "Posting is currently restricted to registered members only, click here to log in.", - "welcome_back": "Welcome Back ", - "you_have_successfully_logged_in": "You have successfully logged in", + "welcome-back": "Welcome Back ", + "you-have-successfully-logged-in": "You have successfully logged in", - "save_changes": "Save Changes", + "save-changes": "Save Changes", "save": "Save", "create": "Create", "cancel": "Cancel", "close": "Close", "pagination": "Pagination", - "pagination.out_of": "%1 out of %2", - "pagination.enter_index": "Go to post index", + "pagination.out-of": "%1 out of %2", + "pagination.enter-index": "Go to post index", "header.admin": "Admin", "header.categories": "Categories", @@ -95,22 +95,22 @@ "firstpost": "First post", "about": "About", - "read_more": "read more", + "read-more": "read more", "more": "More", "none": "None", - "posted_ago_by_guest": "posted %1 by Guest", - "posted_ago_by": "posted %1 by %2", - "posted_ago": "posted %1", + "posted-ago-by-guest": "posted %1 by Guest", + "posted-ago-by": "posted %1 by %2", + "posted-ago": "posted %1", - "posted_in": "posted in %1", - "posted_in_by": "posted in %1 by %2", - "posted_in_ago": "posted in %1 %2", - "posted_in_ago_by": "posted in %1 %2 by %3", + "posted-in": "posted in %1", + "posted-in-by": "posted in %1 by %2", + "posted-in-ago": "posted in %1 %2", + "posted-in-ago-by": "posted in %1 %2 by %3", - "user_posted_ago": "%1 posted %2", - "guest_posted_ago": "Guest posted %1", - "last_edited_by": "last edited by %1", + "user-posted-ago": "%1 posted %2", + "guest-posted-ago": "Guest posted %1", + "last-edited-by": "last edited by %1", "edited-timestamp": "Edited %1", "norecentposts": "No Recent Posts", @@ -118,7 +118,7 @@ "recentposts": "Recent Posts", "recentips": "Recently Logged In IPs", - "moderator_tools": "Moderator Tools", + "moderator-tools": "Moderator Tools", "status": "Status", "online": "Online", @@ -132,7 +132,7 @@ "guest": "Guest", "guests": "Guests", - "former_user": "A Former User", + "former-user": "A Former User", "system-user": "System", "unknown-user": "Unknown user", @@ -142,12 +142,12 @@ "privacy": "Privacy", "follow": "Follow", "unfollow": "Unfollow", - "delete_all": "Delete All", + "delete-all": "Delete All", "map": "Map", "sessions": "Login Sessions", - "ip_address": "IP Address", - "enter_page_number": "Enter page number", - "upload_file": "Upload file", + "ip-address": "IP Address", + "enter-page-number": "Enter page number", + "upload-file": "Upload file", "upload": "Upload", "uploads": "Uploads", "allowed-file-types": "Allowed file types are %1", @@ -158,7 +158,7 @@ "cookies.message": "This website uses cookies to ensure you get the best experience on our website.", "cookies.accept": "Got it!", - "cookies.learn_more": "Learn More", + "cookies.learn-more": "Learn More", "edited": "Edited", "disabled": "Disabled", diff --git a/public/language/en-GB/groups.json b/public/language/en-GB/groups.json index 09b105abda..ccf1590eff 100644 --- a/public/language/en-GB/groups.json +++ b/public/language/en-GB/groups.json @@ -2,24 +2,24 @@ "all-groups": "All groups", "groups": "Groups", "members": "Members", - "view_group": "View Group", + "view-group": "View Group", "owner": "Group Owner", - "new_group": "Create New Group", - "no_groups_found": "There are no groups to see", + "new-group": "Create New Group", + "no-groups-found": "There are no groups to see", "pending.accept": "Accept", "pending.reject": "Reject", - "pending.accept_all": "Accept All", - "pending.reject_all": "Reject All", + "pending.accept-all": "Accept All", + "pending.reject-all": "Reject All", "pending.none": "There are no pending members at this time", "invited.none": "There are no invited members at this time", "invited.uninvite": "Rescind Invitation", "invited.search": "Search for a user to invite to this group", - "invited.notification_title": "You have been invited to join %1", + "invited.notification-title": "You have been invited to join %1", - "request.notification_title": "Group Membership Request from %1", - "request.notification_text": "%1 has requested to become a member of %2", + "request.notification-title": "Group Membership Request from %1", + "request.notification-text": "%1 has requested to become a member of %2", "cover-save": "Save", "cover-saving": "Saving", @@ -28,47 +28,47 @@ "details.members": "Member List", "details.pending": "Pending Members", "details.invited": "Invited Members", - "details.has_no_posts": "This group's members have not made any posts.", - "details.latest_posts": "Latest Posts", + "details.has-no-posts": "This group's members have not made any posts.", + "details.latest-posts": "Latest Posts", "details.private": "Private", "details.disableJoinRequests": "Disable join requests", "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Grant/Rescind Ownership", "details.kick": "Kick", - "details.kick_confirm": "Are you sure you want to remove this member from the group?", + "details.kick-confirm": "Are you sure you want to remove this member from the group?", "details.add-member": "Add Member", - "details.owner_options": "Group Administration", - "details.group_name": "Group Name", - "details.member_count": "Member Count", - "details.creation_date": "Creation Date", + "details.owner-options": "Group Administration", + "details.group-name": "Group Name", + "details.member-count": "Member Count", + "details.creation-date": "Creation Date", "details.description": "Description", "details.member-post-cids": "Category IDs to display posts from", - "details.badge_preview": "Badge Preview", - "details.change_icon": "Change Icon", - "details.change_label_colour": "Change Label Colour", - "details.change_text_colour": "Change Text Colour", - "details.badge_text": "Badge Text", + "details.badge-preview": "Badge Preview", + "details.change-icon": "Change Icon", + "details.change-label-colour": "Change Label Colour", + "details.change-text-colour": "Change Text Colour", + "details.badge-text": "Badge Text", "details.userTitleEnabled": "Show Badge", - "details.private_help": "If enabled, joining of groups requires approval from a group owner", + "details.private-help": "If enabled, joining of groups requires approval from a group owner", "details.hidden": "Hidden", - "details.hidden_help": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", - "details.delete_group": "Delete Group", - "details.private_system_help": "Private groups is disabled at system level, this option does not do anything", + "details.hidden-help": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", + "details.delete-group": "Delete Group", + "details.private-system-help": "Private groups is disabled at system level, this option does not do anything", "event.updated": "Group details have been updated", "event.deleted": "The group \"%1\" has been deleted", "membership.accept-invitation": "Accept Invitation", - "membership.accept.notification_title": "You are now a member of %1", + "membership.accept.notification-title": "You are now a member of %1", "membership.invitation-pending": "Invitation Pending", "membership.join-group": "Join Group", "membership.leave-group": "Leave Group", - "membership.leave.notification_title": "%1 has left group %2", + "membership.leave.notification-title": "%1 has left group %2", "membership.reject": "Reject", - "new-group.group_name": "Group Name:", + "new-group.group-name": "Group Name:", "upload-group-cover": "Upload group cover", "bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group", "bulk-invite": "Bulk Invite", - "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" + "remove-group-cover-confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/en-GB/login.json b/public/language/en-GB/login.json index 5421ccc307..c82659ae4c 100644 --- a/public/language/en-GB/login.json +++ b/public/language/en-GB/login.json @@ -1,12 +1,12 @@ { "username-email": "Username / Email", "username": "Username", - "remember_me": "Remember Me?", - "forgot_password": "Forgot Password?", - "alternative_logins": "Alternative Logins", - "failed_login_attempt": "Login Unsuccessful", - "login_successful": "You have successfully logged in!", - "dont_have_account": "Don't have an account?", + "remember-me": "Remember Me?", + "forgot-password": "Forgot Password?", + "alternative-logins": "Alternative Logins", + "failed-login-attempt": "Login Unsuccessful", + "login-successful": "You have successfully logged in!", + "dont-have-account": "Don't have an account?", "logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity", "caps-lock-enabled": "Caps Lock is enabled" } diff --git a/public/language/en-GB/modules.json b/public/language/en-GB/modules.json index d348e75e7c..72fac9447f 100644 --- a/public/language/en-GB/modules.json +++ b/public/language/en-GB/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "Room %1", - "chat.chatting_with": "Chat with", + "chat.chatting-with": "Chat with", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Go to most recent message", @@ -8,15 +8,15 @@ "chat.chat-with-usernames": "Chat with %1", "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Send", - "chat.no_active": "You have no active chats.", - "chat.user_typing_1": "%1 is typing ...", - "chat.user_typing_2": "%1 and %2 are typing ...", - "chat.user_typing_3": "%1, %2 and %3 are typing ...", - "chat.user_typing_n": "%1, %2 and %3 others are typing ...", - "chat.user_has_messaged_you": "%1 has messaged you.", + "chat.no-active": "You have no active chats.", + "chat.user-typing-1": "%1 is typing ...", + "chat.user-typing-2": "%1 and %2 are typing ...", + "chat.user-typing-3": "%1, %2 and %3 are typing ...", + "chat.user-typing-n": "%1, %2 and %3 others are typing ...", + "chat.user-has-messaged-you": "%1 has messaged you.", "chat.replying-to": "Replying to %1", - "chat.see_all": "All chats", - "chat.mark_all_read": "Mark all read", + "chat.see-all": "All chats", + "chat.mark-all-read": "Mark all read", "chat.no-messages": "Please select a recipient to view chat message history", "chat.no-users-in-room": "No users in this room", "chat.recent-chats": "Recent Chats", @@ -27,10 +27,10 @@ "chat.pop-out": "Pop out chat", "chat.minimize": "Minimize", "chat.maximize": "Maximize", - "chat.seven_days": "7 Days", - "chat.thirty_days": "30 Days", - "chat.three_months": "3 Months", - "chat.delete_message_confirm": "Are you sure you wish to delete this message?", + "chat.seven-days": "7 Days", + "chat.thirty-days": "30 Days", + "chat.three-months": "3 Months", + "chat.delete-message-confirm": "Are you sure you wish to delete this message?", "chat.retrieving-users": "Retrieving users...", "chat.view-users-list": "View users list", "chat.pinned-messages": "Pinned Messages", @@ -76,17 +76,24 @@ "chat.system.room-rename": "%2 has renamed this room to \"%1\" ", "composer.compose": "Compose", - "composer.show_preview": "Show Preview", - "composer.hide_preview": "Hide Preview", + "composer.show-preview": "Show Preview", + "composer.hide-preview": "Hide Preview", "composer.help": "Help", - "composer.user_said_in": "%1 said in %2:", - "composer.user_said": "%1 said:", + "composer.user-said-in": "%1 said in %2:", + "composer.user-said": "%1 said:", "composer.discard": "Are you sure you wish to discard this post?", - "composer.submit_and_lock": "Submit and Lock", - "composer.toggle_dropdown": "Toggle Dropdown", + "composer.submit-and-lock": "Submit and Lock", + "composer.toggle-dropdown": "Toggle Dropdown", "composer.uploading": "Uploading %1", "composer.formatting.bold": "Bold", "composer.formatting.italic": "Italic", + "composer.formatting.heading": "Heading", + "composer.formatting.heading1": "Heading 1", + "composer.formatting.heading2": "Heading 2", + "composer.formatting.heading3": "Heading 3", + "composer.formatting.heading4": "Heading 4", + "composer.formatting.heading5": "Heading 5", + "composer.formatting.heading6": "Heading 6", "composer.formatting.list": "List", "composer.formatting.strikethrough": "Strikethrough", "composer.formatting.code": "Code", @@ -94,8 +101,8 @@ "composer.formatting.picture": "Image Link", "composer.upload-picture": "Upload Image", "composer.upload-file": "Upload File", - "composer.zen_mode": "Zen Mode", - "composer.select_category": "Select a category", + "composer.zen-mode": "Zen Mode", + "composer.select-category": "Select a category", "composer.textarea.placeholder": "Enter your post content here, drag and drop images", "composer.post-queue-alert": "Hello👋!
This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.", "composer.schedule-for": "Schedule topic for", @@ -114,8 +121,8 @@ "bootbox.submit": "Submit", "bootbox.send": "Send", - "cover.dragging_title": "Cover Photo Positioning", - "cover.dragging_message": "Drag the cover photo to the desired position and click \"Save\"", + "cover.dragging-title": "Cover Photo Positioning", + "cover.dragging-message": "Drag the cover photo to the desired position and click \"Save\"", "cover.saved": "Cover photo image and position saved", "thumbs.modal.title": "Manage topic thumbnails", diff --git a/public/language/en-GB/notifications.json b/public/language/en-GB/notifications.json index 040117fcd0..8670874814 100644 --- a/public/language/en-GB/notifications.json +++ b/public/language/en-GB/notifications.json @@ -1,63 +1,74 @@ { "title": "Notifications", - "no_notifs": "You have no new notifications", - "see_all": "All notifications", - "mark_all_read": "Mark all read", + "no-notifs": "You have no new notifications", + "see-all": "All notifications", + "mark-all-read": "Mark all read", - "back_to_home": "Back to %1", - "outgoing_link": "Outgoing Link", - "outgoing_link_message": "You are now leaving %1", - "continue_to": "Continue to %1", - "return_to": "Return to %1", - "new_notification": "You have a new notification", - "you_have_unread_notifications": "You have unread notifications.", + "back-to-home": "Back to %1", + "outgoing-link": "Outgoing Link", + "outgoing-link-message": "You are now leaving %1", + "continue-to": "Continue to %1", + "return-to": "Return to %1", + "new-notification": "You have a new notification", + "you-have-unread-notifications": "You have unread notifications.", "all": "All", "topics": "Topics", + "tags": "Tags", "replies": "Replies", "chat": "Chats", "group-chat": "Group Chats", "public-chat": "Public Chats", "follows": "Follows", "upvote": "Upvotes", + "awards": "Awards", "new-flags": "New Flags", "my-flags": "Flags assigned to me", "bans": "Bans", - "new_message_from": "New message from %1", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1 has upvoted your post in %2.", - "upvoted_your_post_in_dual": "%1 and %2 have upvoted your post in %3.", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "%1 has moved your post to %2", - "moved_your_topic": "%1 has moved %2", - "user_flagged_post_in": "%1 flagged a post in %2", - "user_flagged_post_in_dual": "%1 and %2 flagged a post in %3", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1 flagged a user profile (%2)", - "user_flagged_user_dual": "%1 and %2 flagged a user profile (%3)", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to" : "%1 has posted a reply to: %2", - "user_posted_to_dual" : "%1 and %2 have posted replies to: %3", - "user_posted_to_triple" : "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple" : "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1 has posted a new topic: %2", - "user_edited_post" : "%1 has edited a post in %2", - "user_started_following_you": "%1 started following you.", - "user_started_following_you_dual": "%1 and %2 started following you.", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1 sent a registration request.", - "new_register_multiple": "There are %1 registration requests awaiting review.", - "flag_assigned_to_you": "Flag %1 has been assigned to you", - "post_awaiting_review": "Post awaiting review", + "new-message-from": "New message from %1", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 wrote in %3", + "user-posted-in-public-room-dual": "%1 and %2 wrote in %4", + "user-posted-in-public-room-triple": "%1, %2 and %3 wrote in %5", + "user-posted-in-public-room-multiple": "%1, %2 and %3 others wrote in %5", + "upvoted-your-post-in": "%1 has upvoted your post in %2.", + "upvoted-your-post-in-dual": "%1 and %2 have upvoted your post in %3.", + "upvoted-your-post-in-triple": "%1, %2 and %3 have upvoted your post in %4.", + "upvoted-your-post-in-multiple": "%1, %2 and %3 others have upvoted your post in %4.", + "moved-your-post": "%1 has moved your post to %2", + "moved-your-topic": "%1 has moved %2", + "user-flagged-post-in": "%1 flagged a post in %2", + "user-flagged-post-in-dual": "%1 and %2 flagged a post in %3", + "user-flagged-post-in-triple": "%1, %2 and %3 flagged a post in %4", + "user-flagged-post-in-multiple": "%1, %2 and %3 others flagged a post in %4", + "user-flagged-user": "%1 flagged a user profile (%2)", + "user-flagged-user-dual": "%1 and %2 flagged a user profile (%3)", + "user-flagged-user-triple": "%1, %2 and %3 flagged a user profile (%4)", + "user-flagged-user-multiple": "%1, %2 and %3 others flagged a user profile (%4)", + "user-posted-to" : "%1 has posted a reply to: %2", + "user-posted-to-dual" : "%1 and %2 have posted replies to: %3", + "user-posted-to-triple" : "%1, %2 and %3 have posted replies to: %4", + "user-posted-to-multiple" : "%1, %2 and %3 others have posted replies to: %4", + "user-posted-topic": "%1 has posted a new topic: %2", + "user-edited-post" : "%1 has edited a post in %2", + + "user-posted-topic-with-tag": "%1 has posted a new topic with tag %2", + "user-posted-topic-with-tag-dual": "%1 has posted a new topic with tags %2 and %3", + "user-posted-topic-with-tag-triple": "%1 has posted a new topic with tags %2, %3 and %4", + "user-posted-topic-with-tag-multiple": "%1 has posted a new topic with tags %2", + + "user-started-following-you": "%1 started following you.", + "user-started-following-you-dual": "%1 and %2 started following you.", + "user-started-following-you-triple": "%1, %2 and %3 started following you.", + "user-started-following-you-multiple": "%1, %2 and %3 others started following you.", + "new-register": "%1 sent a registration request.", + "new-register-multiple": "There are %1 registration requests awaiting review.", + "flag-assigned-to-you": "Flag %1 has been assigned to you", + "post-awaiting-review": "Post awaiting review", "profile-exported": "%1 profile exported, click to download", "posts-exported": "%1 posts exported, click to download", "uploads-exported": "%1 uploads exported, click to download", @@ -72,22 +83,24 @@ "email-confirm-sent": "Confirmation email sent.", "none": "None", - "notification_only": "Notification Only", - "email_only": "Email Only", - "notification_and_email": "Notification & Email", - "notificationType_upvote": "When someone upvotes your post", - "notificationType_new-topic": "When someone you follow posts a topic", - "notificationType_new-reply": "When a new reply is posted in a topic you are watching", - "notificationType_post-edit": "When a post is edited in a topic you are watching", - "notificationType_follow": "When someone starts following you", - "notificationType_new-chat": "When you receive a chat message", - "notificationType_new-group-chat": "When you receive a group chat message", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "When you receive a group invite", - "notificationType_group-leave": "When a user leaves your group", - "notificationType_group-request-membership": "When someone requests to join a group you own", - "notificationType_new-register": "When someone gets added to registration queue", - "notificationType_post-queue": "When a new post is queued", - "notificationType_new-post-flag": "When a post is flagged", - "notificationType_new-user-flag": "When a user is flagged" + "notification-only": "Notification Only", + "email-only": "Email Only", + "notification-and-email": "Notification & Email", + "notificationType-upvote": "When someone upvotes your post", + "notificationType-new-topic": "When someone you follow posts a topic", + "notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow", + "notificationType-new-reply": "When a new reply is posted in a topic you are watching", + "notificationType-post-edit": "When a post is edited in a topic you are watching", + "notificationType-follow": "When someone starts following you", + "notificationType-new-chat": "When you receive a chat message", + "notificationType-new-group-chat": "When you receive a group chat message", + "notificationType-new-public-chat": "When you receive a public group chat message", + "notificationType-group-invite": "When you receive a group invite", + "notificationType-group-leave": "When a user leaves your group", + "notificationType-group-request-membership": "When someone requests to join a group you own", + "notificationType-new-register": "When someone gets added to registration queue", + "notificationType-post-queue": "When a new post is queued", + "notificationType-new-post-flag": "When a post is flagged", + "notificationType-new-user-flag": "When a user is flagged", + "notificationType-new-reward": "When you earn a new reward" } diff --git a/public/language/en-GB/pages.json b/public/language/en-GB/pages.json index aebfd7f1fb..81cf369c5e 100644 --- a/public/language/en-GB/pages.json +++ b/public/language/en-GB/pages.json @@ -53,7 +53,8 @@ "account/latest-posts": "Latest posts made by %1", "account/topics": "Topics created by %1", "account/groups": "%1's Groups", - "account/watched_categories": "%1's Watched Categories", + "account/watched-categories": "%1's Watched Categories", + "account/watched-tags": "%1's Watched Tags", "account/bookmarks": "%1's Bookmarked Posts", "account/settings": "User Settings", "account/settings-of": "Changing settings of %1", diff --git a/public/language/en-GB/recent.json b/public/language/en-GB/recent.json index c7642ab40b..c511b69299 100644 --- a/public/language/en-GB/recent.json +++ b/public/language/en-GB/recent.json @@ -5,7 +5,7 @@ "month": "Month", "year": "Year", "alltime": "All Time", - "no_recent_topics": "There are no recent topics.", - "no_popular_topics": "There are no popular topics.", + "no-recent-topics": "There are no recent topics.", + "no-popular-topics": "There are no popular topics.", "load-new-posts": "Load new posts" } \ No newline at end of file diff --git a/public/language/en-GB/register.json b/public/language/en-GB/register.json index 3faeaf408b..16b5183fab 100644 --- a/public/language/en-GB/register.json +++ b/public/language/en-GB/register.json @@ -1,32 +1,32 @@ { "register": "Register", "already-have-account": "Already have an account?", - "cancel_registration": "Cancel Registration", + "cancel-registration": "Cancel Registration", "help.email": "By default, your email will be hidden from the public.", - "help.username_restrictions": "A unique username between %1 and %2 characters. Others can mention you with @username.", - "help.minimum_password_length": "Your password's length must be at least %1 characters.", - "email_address": "Email Address", - "email_address_placeholder": "Enter Email Address", + "help.username-restrictions": "A unique username between %1 and %2 characters. Others can mention you with @username.", + "help.minimum-password-length": "Your password's length must be at least %1 characters.", + "email-address": "Email Address", + "email-address-placeholder": "Enter Email Address", "username": "Username", - "username_placeholder": "Enter Username", + "username-placeholder": "Enter Username", "password": "Password", - "password_placeholder": "Enter Password", - "confirm_password": "Confirm Password", - "confirm_password_placeholder": "Confirm Password", - "register_now_button": "Register Now", - "alternative_registration": "Alternative Registration", - "terms_of_use": "Terms of Use", - "agree_to_terms_of_use": "I agree to the Terms of Use", - "terms_of_use_error": "You must agree to the Terms of Use", + "password-placeholder": "Enter Password", + "confirm-password": "Confirm Password", + "confirm-password-placeholder": "Confirm Password", + "register-now-button": "Register Now", + "alternative-registration": "Alternative Registration", + "terms-of-use": "Terms of Use", + "agree-to-terms-of-use": "I agree to the Terms of Use", + "terms-of-use-error": "You must agree to the Terms of Use", "registration-added-to-queue": "Your registration has been added to the approval queue. You will receive an email when it is accepted by an administrator.", "registration-queue-average-time": "Our average time for approving memberships is %1 hours %2 minutes.", "registration-queue-auto-approve-time": "Your membership to this forum will be fully activated in up to %1 hours.", "interstitial.intro": "We'd like some additional information in order to update your account…", "interstitial.intro-new": "We'd like some additional information before we can create your account…", "interstitial.errors-found": "Please review the entered information:", - "gdpr_agree_data": "I consent to the collection and processing of my personal information on this website.", - "gdpr_agree_email": "I consent to receive digest and notification emails from this website.", - "gdpr_consent_denied": "You must give consent to this site to collect/process your information, and to send you emails.", + "gdpr-agree-data": "I consent to the collection and processing of my personal information on this website.", + "gdpr-agree-email": "I consent to receive digest and notification emails from this website.", + "gdpr-consent-denied": "You must give consent to this site to collect/process your information, and to send you emails.", "invite.error-admin-only": "Direct user registration has been disabled. Please contact an administrator for more details.", "invite.error-invite-only": "Direct user registration has been disabled. You must be invited by an existing user in order to access this forum.", diff --git a/public/language/en-GB/reset_password.json b/public/language/en-GB/reset_password.json index d02a9bfd3f..1376545467 100644 --- a/public/language/en-GB/reset_password.json +++ b/public/language/en-GB/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "Reset Password", - "update_password": "Update Password", - "password_changed.title": "Password Changed", - "password_changed.message": "

Password successfully reset, please log in again.", - "wrong_reset_code.title": "Incorrect Reset Code", - "wrong_reset_code.message": "The reset code received was incorrect. Please try again, or request a new reset code.", - "new_password": "New Password", - "repeat_password": "Confirm Password", - "changing_password": "Changing Password", - "enter_email": "Please enter your email address and we will send you an email with instructions on how to reset your account.", - "enter_email_address": "Enter Email Address", - "password_reset_sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", - "invalid_email": "Invalid Email / Email does not exist!", - "password_too_short": "The password entered is too short, please pick a different password.", - "passwords_do_not_match": "The two passwords you've entered do not match.", - "password_expired": "Your password has expired, please choose a new password" + "reset-password": "Reset Password", + "update-password": "Update Password", + "password-changed.title": "Password Changed", + "password-changed.message": "

Password successfully reset, please log in again.", + "wrong-reset-code.title": "Incorrect Reset Code", + "wrong-reset-code.message": "The reset code received was incorrect. Please try again, or request a new reset code.", + "new-password": "New Password", + "repeat-password": "Confirm Password", + "changing-password": "Changing Password", + "enter-email": "Please enter your email address and we will send you an email with instructions on how to reset your account.", + "enter-email-address": "Enter Email Address", + "password-reset-sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", + "invalid-email": "Invalid Email / Email does not exist!", + "password-too-short": "The password entered is too short, please pick a different password.", + "passwords-do-not-match": "The two passwords you've entered do not match.", + "password-expired": "Your password has expired, please choose a new password" } \ No newline at end of file diff --git a/public/language/en-GB/rewards.json b/public/language/en-GB/rewards.json new file mode 100644 index 0000000000..f923cf1500 --- /dev/null +++ b/public/language/en-GB/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "You have been awarded %1 reputation", + "awarded-group-membership": "You have been added to the group %1", + + "essentials/user.reputation-conditional-value": "(Reputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Post Count %1 %2)", + "essentials/user.lastonline-conditional-value": "(Last Online %1 %2)", + "essentials/user.joindate-conditional-value": "(Join Date %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Days Registered %1 %2)" +} \ No newline at end of file diff --git a/public/language/en-GB/search.json b/public/language/en-GB/search.json index b0cd49ef5d..0a9201e00e 100644 --- a/public/language/en-GB/search.json +++ b/public/language/en-GB/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Type to search", - "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)", + "results-matching": "%1 result(s) matching \"%2\", (%3 seconds)", "no-matches": "No matches found", "advanced-search": "Advanced Search", "in": "In", diff --git a/public/language/en-GB/tags.json b/public/language/en-GB/tags.json index 7159d4f542..3865a4e5a9 100644 --- a/public/language/en-GB/tags.json +++ b/public/language/en-GB/tags.json @@ -1,11 +1,17 @@ { "all-tags": "All tags", - "no_tag_topics": "There are no topics with this tag.", + "no-tag-topics": "There are no topics with this tag.", "no-tags-found": "No tags found", "tags": "Tags", - "enter_tags_here": "Enter tags here, between %1 and %2 characters each.", - "enter_tags_here_short": "Enter tags...", - "no_tags": "There are no tags yet.", - "select_tags": "Select Tags", - "tag-whitelist": "Tag Whitelist" + "enter-tags-here": "Enter tags here, between %1 and %2 characters each.", + "enter-tags-here-short": "Enter tags...", + "no-tags": "There are no tags yet.", + "select-tags": "Select Tags", + "tag-whitelist": "Tag Whitelist", + "watching": "Watching", + "not-watching": "Not Watching", + "watching.description": "Notify me of new topics.", + "not-watching.description": "Do not notify me of new topics.", + "following-tag.message": "You will now be receiving notifications when somebody posts a topic with this tag.", + "not-following-tag.message": "You will not receive notifications when somebody posts a topic with this tag." } \ No newline at end of file diff --git a/public/language/en-GB/themes/harmony.json b/public/language/en-GB/themes/harmony.json index f915155306..5e0a65f946 100644 --- a/public/language/en-GB/themes/harmony.json +++ b/public/language/en-GB/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page", "settings.autohideBottombar": "Auto hide bottom bar", "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down", + "settings.openSidebars": "Open sidebars", "settings.chatModals": "Enable chat modals" } \ No newline at end of file diff --git a/public/language/en-GB/top.json b/public/language/en-GB/top.json index b8a05bfa5f..6e1e05674e 100644 --- a/public/language/en-GB/top.json +++ b/public/language/en-GB/top.json @@ -1,4 +1,4 @@ { "title": "Top", - "no_top_topics": "No top topics" + "no-top-topics": "No top topics" } \ No newline at end of file diff --git a/public/language/en-GB/topic.json b/public/language/en-GB/topic.json index 162307c5b3..01e92a1cb6 100644 --- a/public/language/en-GB/topic.json +++ b/public/language/en-GB/topic.json @@ -2,22 +2,22 @@ "topic": "Topic", "title": "Title", - "no_topics_found": "No topics found!", - "no_posts_found": "No posts found!", + "no-topics-found": "No topics found!", + "no-posts-found": "No posts found!", - "post_is_deleted": "This post is deleted!", - "topic_is_deleted": "This topic is deleted!", + "post-is-deleted": "This post is deleted!", + "topic-is-deleted": "This topic is deleted!", "profile": "Profile", - "posted_by": "Posted by %1", - "posted_by_guest": "Posted by Guest", + "posted-by": "Posted by %1", + "posted-by-guest": "Posted by Guest", "chat": "Chat", - "notify_me": "Be notified of new replies in this topic", + "notify-me": "Be notified of new replies in this topic", "quote": "Quote", "reply": "Reply", - "replies_to_this_post": "%1 Replies", - "one_reply_to_this_post": "1 Reply", - "last_reply_time": "Last reply", + "replies-to-this-post": "%1 Replies", + "one-reply-to-this-post": "1 Reply", + "last-reply-time": "Last reply", "reply-as-topic": "Reply as topic", "guest-login-reply": "Log in to reply", "login-to-view": "🔒 Log in to view", @@ -70,7 +70,7 @@ "user-forked-topic-ago": "%1 forked this topic %3", "user-forked-topic-on": "%1 forked this topic on %3", - "bookmark_instructions" : "Click here to return to the last read post in this thread.", + "bookmark-instructions" : "Click here to return to the last read post in this thread.", "flag-post": "Flag this post", "flag-user": "Flag this user", @@ -78,24 +78,25 @@ "view-flag-report": "View Flag Report", "resolve-flag": "Resolve Flag", - "merged_message": "This topic has been merged into %2", - "deleted_message": "This topic has been deleted. Only users with topic management privileges can see it.", + "merged-message": "This topic has been merged into %2", + "forked-message": "This topic was forked from %2", + "deleted-message": "This topic has been deleted. Only users with topic management privileges can see it.", - "following_topic.message": "You will now be receiving notifications when somebody posts to this topic.", - "not_following_topic.message": "You will see this topic in the unread topics list, but you will not receive notifications when somebody posts to this topic.", - "ignoring_topic.message": "You will no longer see this topic in the unread topics list. You will be notified when you are mentioned or your post is up voted.", + "following-topic.message": "You will now be receiving notifications when somebody posts to this topic.", + "not-following-topic.message": "You will see this topic in the unread topics list, but you will not receive notifications when somebody posts to this topic.", + "ignoring-topic.message": "You will no longer see this topic in the unread topics list. You will be notified when you are mentioned or your post is up voted.", - "login_to_subscribe": "Please register or log in in order to subscribe to this topic.", + "login-to-subscribe": "Please register or log in in order to subscribe to this topic.", "markAsUnreadForAll.success" : "Topic marked as unread for all.", - "mark_unread": "Mark unread", - "mark_unread.success": "Topic marked as unread.", + "mark-unread": "Mark unread", + "mark-unread.success": "Topic marked as unread.", "watch": "Watch", "unwatch": "Unwatch", "watch.title": "Be notified of new replies in this topic", "unwatch.title": "Stop watching this topic", - "share_this_post": "Share this Post", + "share-this-post": "Share this Post", "watching": "Watching", "not-watching": "Not Watching", "ignoring": "Ignoring", @@ -103,116 +104,116 @@ "not-watching.description": "Do not notify me of new replies.
Show topic in unread if category is not ignored.", "ignoring.description": "Do not notify me of new replies.
Do not show topic in unread.", - "thread_tools.title": "Topic Tools", - "thread_tools.markAsUnreadForAll": "Mark Unread For All", - "thread_tools.pin": "Pin Topic", - "thread_tools.unpin": "Unpin Topic", - "thread_tools.lock": "Lock Topic", - "thread_tools.unlock": "Unlock Topic", - "thread_tools.move": "Move Topic", - "thread_tools.move-posts": "Move Posts", - "thread_tools.move_all": "Move All", - "thread_tools.change_owner": "Change Owner", - "thread_tools.select_category": "Select Category", - "thread_tools.fork": "Fork Topic", - "thread_tools.tag": "Tag Topic", - "thread_tools.delete": "Delete Topic", - "thread_tools.delete-posts": "Delete Posts", - "thread_tools.delete_confirm": "Are you sure you want to delete this topic?", - "thread_tools.restore": "Restore Topic", - "thread_tools.restore_confirm": "Are you sure you want to restore this topic?", - "thread_tools.purge": "Purge Topic", - "thread_tools.purge_confirm" : "Are you sure you want to purge this topic?", - "thread_tools.merge_topics": "Merge Topics", - "thread_tools.merge": "Merge Topic", + "thread-tools.title": "Topic Tools", + "thread-tools.markAsUnreadForAll": "Mark Unread For All", + "thread-tools.pin": "Pin Topic", + "thread-tools.unpin": "Unpin Topic", + "thread-tools.lock": "Lock Topic", + "thread-tools.unlock": "Unlock Topic", + "thread-tools.move": "Move Topic", + "thread-tools.move-posts": "Move Posts", + "thread-tools.move-all": "Move All", + "thread-tools.change-owner": "Change Owner", + "thread-tools.select-category": "Select Category", + "thread-tools.fork": "Fork Topic", + "thread-tools.tag": "Tag Topic", + "thread-tools.delete": "Delete Topic", + "thread-tools.delete-posts": "Delete Posts", + "thread-tools.delete-confirm": "Are you sure you want to delete this topic?", + "thread-tools.restore": "Restore Topic", + "thread-tools.restore-confirm": "Are you sure you want to restore this topic?", + "thread-tools.purge": "Purge Topic", + "thread-tools.purge-confirm" : "Are you sure you want to purge this topic?", + "thread-tools.merge-topics": "Merge Topics", + "thread-tools.merge": "Merge Topic", - "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_undone": "Topic move undone", - "topic_move_posts_success": "Posts will be moved shortly. Click here to undo.", - "topic_move_posts_undone": "Post move undone", + "topic-move-success": "This topic will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-multiple-success": "These topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-all-success": "All topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-undone": "Topic move undone", + "topic-move-posts-success": "Posts will be moved shortly. Click here to undo.", + "topic-move-posts-undone": "Post move undone", - "post_delete_confirm": "Are you sure you want to delete this post?", - "post_restore_confirm": "Are you sure you want to restore this post?", - "post_purge_confirm": "Are you sure you want to purge this post?", + "post-delete-confirm": "Are you sure you want to delete this post?", + "post-restore-confirm": "Are you sure you want to restore this post?", + "post-purge-confirm": "Are you sure you want to purge this post?", "pin-modal-expiry": "Expiration Date", "pin-modal-help": "You can optionally set an expiration date for the pinned topic(s) here. Alternatively, you can leave this field blank to have the topic stay pinned until it is manually unpinned.", - "load_categories": "Loading Categories", - "confirm_move": "Move", - "confirm_fork": "Fork", + "load-categories": "Loading Categories", + "confirm-move": "Move", + "confirm-fork": "Fork", "bookmark": "Bookmark", "bookmarks": "Bookmarks", - "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.", + "bookmarks.has-no-bookmarks": "You haven't bookmarked any posts yet.", "copy-permalink": "Copy Permalink", - "loading_more_posts": "Loading More Posts", - "move_topic": "Move Topic", - "move_topics": "Move Topics", - "move_post": "Move Post", - "post_moved": "Post moved!", - "fork_topic": "Fork Topic", + "loading-more-posts": "Loading More Posts", + "move-topic": "Move Topic", + "move-topics": "Move Topics", + "move-post": "Move Post", + "post-moved": "Post moved!", + "fork-topic": "Fork Topic", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", - "fork_no_pids": "No posts selected!", + "fork-topic-instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", + "fork-no-pids": "No posts selected!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", "x-posts-will-be-moved-to-y": "%1 post(s) will be moved to \"%2\"", - "fork_pid_count": "%1 post(s) selected", - "fork_success": "Successfully forked topic! Click here to go to the forked topic.", - "delete_posts_instruction": "Click the posts you want to delete/purge", - "merge_topics_instruction": "Click the topics you want to merge or search for them", + "fork-pid-count": "%1 post(s) selected", + "fork-success": "Successfully forked topic! Click here to go to the forked topic.", + "delete-posts-instruction": "Click the posts you want to delete/purge", + "merge-topics-instruction": "Click the topics you want to merge or search for them", "merge-topic-list-title": "List of topics to be merged", "merge-options": "Merge options", "merge-select-main-topic": "Select the main topic", "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", - "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", - "move_topic_instruction": "Select the target category and then click move", - "change_owner_instruction": "Click the posts you want to assign to another user", + "move-posts-instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move-topic-instruction": "Select the target category and then click move", + "change-owner-instruction": "Click the posts you want to assign to another user", - "composer.title_placeholder": "Enter your topic title here...", - "composer.handle_placeholder": "Enter your name/handle here", + "composer.title-placeholder": "Enter your topic title here...", + "composer.handle-placeholder": "Enter your name/handle here", "composer.hide": "Hide", "composer.discard": "Discard", "composer.submit": "Submit", "composer.additional-options": "Additional Options", "composer.post-later": "Post Later", "composer.schedule": "Schedule", - "composer.replying_to": "Replying to %1", - "composer.new_topic": "New Topic", + "composer.replying-to": "Replying to %1", + "composer.new-topic": "New Topic", "composer.editing-in": "Editing post in %1", "composer.uploading": "uploading...", - "composer.thumb_url_label": "Paste a topic thumbnail URL", - "composer.thumb_title": "Add a thumbnail to this topic", - "composer.thumb_url_placeholder": "http://example.com/thumb.png", - "composer.thumb_file_label": "Or upload a file", - "composer.thumb_remove": "Clear fields", - "composer.drag_and_drop_images": "Drag and Drop Images Here", + "composer.thumb-url-label": "Paste a topic thumbnail URL", + "composer.thumb-title": "Add a thumbnail to this topic", + "composer.thumb-url-placeholder": "http://example.com/thumb.png", + "composer.thumb-file-label": "Or upload a file", + "composer.thumb-remove": "Clear fields", + "composer.drag-and-drop-images": "Drag and Drop Images Here", - "more_users_and_guests": "%1 more user(s) and %2 guest(s)", - "more_users": "%1 more user(s)", - "more_guests": "%1 more guest(s)", - "users_and_others": "%1 and %2 others", + "more-users-and-guests": "%1 more user(s) and %2 guest(s)", + "more-users": "%1 more user(s)", + "more-guests": "%1 more guest(s)", + "users-and-others": "%1 and %2 others", - "sort_by": "Sort by", - "oldest_to_newest": "Oldest to Newest", - "newest_to_oldest": "Newest to Oldest", - "most_votes": "Most Votes", - "most_posts": "Most Posts", - "most_views": "Most Views", + "sort-by": "Sort by", + "oldest-to-newest": "Oldest to Newest", + "newest-to-oldest": "Newest to Oldest", + "most-votes": "Most Votes", + "most-posts": "Most Posts", + "most-views": "Most Views", "stale.title": "Create new topic instead?", "stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?", "stale.create": "Create a new topic", - "stale.reply_anyway": "Reply to this topic anyway", + "stale.reply-anyway": "Reply to this topic anyway", - "link_back": "Re: [%1](%2)\n\n", + "link-back": "Re: [%1](%2)\n\n", "diffs.title": "Post Edit History", "diffs.description": "This post has %1 revisions. Click one of the revisions below to see the post content at that point in time.", @@ -225,8 +226,8 @@ "diffs.delete": "Delete this revision", "diffs.deleted": "Revision deleted", - "timeago_later": "%1 later", - "timeago_earlier": "%1 earlier", + "timeago-later": "%1 later", + "timeago-earlier": "%1 earlier", "first-post": "First post", "last-post": "Last post", "go-to-my-next-post": "Go to my next post", diff --git a/public/language/en-GB/unread.json b/public/language/en-GB/unread.json index 625852d998..8b3c03e1bd 100644 --- a/public/language/en-GB/unread.json +++ b/public/language/en-GB/unread.json @@ -1,12 +1,12 @@ { "title": "Unread", - "no_unread_topics": "There are no unread topics.", - "load_more": "Load More", - "mark_as_read": "Mark as Read", + "no-unread-topics": "There are no unread topics.", + "load-more": "Load More", + "mark-as-read": "Mark as Read", "selected": "Selected", "all": "All", - "all_categories": "All categories", - "topics_marked_as_read.success": "Topics marked as read!", + "all-categories": "All categories", + "topics-marked-as-read.success": "Topics marked as read!", "all-topics": "All Topics", "new-topics": "New Topics", "watched-topics": "Watched Topics", diff --git a/public/language/en-GB/user.json b/public/language/en-GB/user.json index e56cdfd4c1..91375011d4 100644 --- a/public/language/en-GB/user.json +++ b/public/language/en-GB/user.json @@ -8,22 +8,22 @@ "postcount": "Post Count", "email": "Email", - "confirm_email": "Confirm Email", - "account_info": "Account Info", - "admin_actions_label": "Administrative Actions", - "ban_account": "Ban Account", - "ban_account_confirm": "Do you really want to ban this user?", - "unban_account": "Unban Account", - "mute_account": "Mute Account", - "unmute_account": "Unmute Account", - "delete_account": "Delete Account", - "delete_account_as_admin": "Delete Account", - "delete_content": "Delete Account Content", - "delete_all": "Delete Account and Content", - "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", - "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", - "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", - "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "confirm-email": "Confirm Email", + "account-info": "Account Info", + "admin-actions-label": "Administrative Actions", + "ban-account": "Ban Account", + "ban-account-confirm": "Do you really want to ban this user?", + "unban-account": "Unban Account", + "mute-account": "Mute Account", + "unmute-account": "Unmute Account", + "delete-account": "Delete Account", + "delete-account-as-admin": "Delete Account", + "delete-content": "Delete Account Content", + "delete-all": "Delete Account and Content", + "delete-account-confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", + "delete-this-account-confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", + "delete-account-content-confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "delete-all-confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", "account-deleted": "Account deleted", "account-content-deleted": "Account content deleted", @@ -34,11 +34,12 @@ "joined": "Joined", "lastonline": "Last Online", "profile": "Profile", - "profile_views": "Profile views", + "profile-views": "Profile views", "reputation": "Reputation", "bookmarks":"Bookmarks", - "watched_categories": "Watched categories", - "change_all": "Change All", + "watched-categories": "Watched categories", + "watched-tags": "Watched tags", + "change-all": "Change All", "watched": "Watched", "ignored": "Ignored", "default-category-watch-state": "Default category watch state", @@ -46,91 +47,91 @@ "following": "Following", "blocks": "Blocks", "blocked-users": "Blocked users", - "block_toggle": "Toggle Block", - "block_user": "Block User", - "unblock_user": "Unblock User", + "block-toggle": "Toggle Block", + "block-user": "Block User", + "unblock-user": "Unblock User", "aboutme": "About me", "signature": "Signature", "birthday": "Birthday", "chat": "Chat", - "chat_with": "Continue chat with %1", - "new_chat_with": "Start new chat with %1", + "chat-with": "Continue chat with %1", + "new-chat-with": "Start new chat with %1", "flag-profile": "Flag Profile", "follow": "Follow", "unfollow": "Unfollow", "more": "More", - "profile_update_success": "Profile has been updated successfully!", - "change_picture": "Change Picture", - "change_username": "Change Username", - "change_email": "Change Email", + "profile-update-success": "Profile has been updated successfully!", + "change-picture": "Change Picture", + "change-username": "Change Username", + "change-email": "Change Email", "email-updated": "Email Updated", - "email_same_as_password": "Please enter your current password to continue – you've entered your new email again", + "email-same-as-password": "Please enter your current password to continue – you've entered your new email again", "edit": "Edit", "edit-profile": "Edit Profile", - "default_picture": "Default Icon", - "uploaded_picture": "Uploaded Picture", - "upload_new_picture": "Upload New Picture", - "upload_new_picture_from_url": "Upload New Picture From URL", - "current_password": "Current Password", - "new_password": "New Password", - "change_password": "Change Password", - "change_password_error": "Invalid Password!", - "change_password_error_wrong_current": "Your current password is not correct!", - "change_password_error_match": "Passwords must match!", - "change_password_error_privileges": "You do not have the rights to change this password.", - "change_password_success": "Your password is updated!", - "confirm_password": "Confirm Password", + "default-picture": "Default Icon", + "uploaded-picture": "Uploaded Picture", + "upload-new-picture": "Upload New Picture", + "upload-new-picture-from-url": "Upload New Picture From URL", + "current-password": "Current Password", + "new-password": "New Password", + "change-password": "Change Password", + "change-password-error": "Invalid Password!", + "change-password-error-wrong-current": "Your current password is not correct!", + "change-password-error-match": "Passwords must match!", + "change-password-error-privileges": "You do not have the rights to change this password.", + "change-password-success": "Your password is updated!", + "confirm-password": "Confirm Password", "password": "Password", - "username_taken_workaround": "The username you requested was already taken, so we have altered it slightly. You are now known as %1", - "password_same_as_username": "Your password is the same as your username, please select another password.", - "password_same_as_email": "Your password is the same as your email, please select another password.", - "weak_password": "Weak password.", + "username-taken-workaround": "The username you requested was already taken, so we have altered it slightly. You are now known as %1", + "password-same-as-username": "Your password is the same as your username, please select another password.", + "password-same-as-email": "Your password is the same as your email, please select another password.", + "weak-password": "Weak password.", - "upload_picture": "Upload picture", - "upload_a_picture": "Upload a picture", - "remove_uploaded_picture" : "Remove Uploaded Picture", - "upload_cover_picture": "Upload cover picture", - "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", - "crop_picture": "Crop picture", - "upload_cropped_picture": "Crop and upload", + "upload-picture": "Upload picture", + "upload-a-picture": "Upload a picture", + "remove-uploaded-picture" : "Remove Uploaded Picture", + "upload-cover-picture": "Upload cover picture", + "remove-cover-picture-confirm": "Are you sure you want to remove the cover picture?", + "crop-picture": "Crop picture", + "upload-cropped-picture": "Crop and upload", "avatar-background-colour": "Avatar background colour", "settings": "Settings", - "show_email": "Show My Email", - "show_fullname": "Show My Full Name", - "restrict_chats": "Only allow chat messages from users I follow", - "digest_label": "Subscribe to Digest", - "digest_description": "Subscribe to email updates for this forum (new notifications and topics) according to a set schedule", - "digest_off": "Off", - "digest_daily": "Daily", - "digest_weekly": "Weekly", - "digest_biweekly": "Bi-Weekly", - "digest_monthly": "Monthly", + "show-email": "Show My Email", + "show-fullname": "Show My Full Name", + "restrict-chats": "Only allow chat messages from users I follow", + "digest-label": "Subscribe to Digest", + "digest-description": "Subscribe to email updates for this forum (new notifications and topics) according to a set schedule", + "digest-off": "Off", + "digest-daily": "Daily", + "digest-weekly": "Weekly", + "digest-biweekly": "Bi-Weekly", + "digest-monthly": "Monthly", - "has_no_follower": "This user doesn't have any followers :(", - "follows_no_one": "This user isn't following anyone :(", - "has_no_posts": "This user hasn't posted anything yet.", - "has_no_best_posts": "This user does not have any upvoted posts yet.", - "has_no_topics": "This user hasn't posted any topics yet.", - "has_no_watched_topics": "This user hasn't watched any topics yet.", - "has_no_ignored_topics": "This user hasn't ignored any topics yet.", - "has_no_upvoted_posts": "This user hasn't upvoted any posts yet.", - "has_no_downvoted_posts": "This user hasn't downvoted any posts yet.", - "has_no_controversial_posts": "This user does not have any downvoted posts yet.", - "has_no_blocks": "You have blocked no users.", + "has-no-follower": "This user doesn't have any followers :(", + "follows-no-one": "This user isn't following anyone :(", + "has-no-posts": "This user hasn't posted anything yet.", + "has-no-best-posts": "This user does not have any upvoted posts yet.", + "has-no-topics": "This user hasn't posted any topics yet.", + "has-no-watched-topics": "This user hasn't watched any topics yet.", + "has-no-ignored-topics": "This user hasn't ignored any topics yet.", + "has-no-upvoted-posts": "This user hasn't upvoted any posts yet.", + "has-no-downvoted-posts": "This user hasn't downvoted any posts yet.", + "has-no-controversial-posts": "This user does not have any downvoted posts yet.", + "has-no-blocks": "You have blocked no users.", - "email_hidden": "Email Hidden", + "email-hidden": "Email Hidden", "hidden": "hidden", - "paginate_description" : "Paginate topics and posts instead of using infinite scroll", - "topics_per_page": "Topics per Page", - "posts_per_page": "Posts per Page", + "paginate-description" : "Paginate topics and posts instead of using infinite scroll", + "topics-per-page": "Topics per Page", + "posts-per-page": "Posts per Page", "category-topic-sort": "Category topic sort", "topic-post-sort": "Topic post sort", - "max_items_per_page": "Maximum %1", - "acp_language": "Admin Page Language", + "max-items-per-page": "Maximum %1", + "acp-language": "Admin Page Language", "notifications": "Notifications", "upvote-notif-freq": "Upvote Notification Frequency", "upvote-notif-freq.all": "All Upvotes", @@ -141,15 +142,15 @@ "upvote-notif-freq.disabled": "Disabled", "browsing": "Browsing Settings", - "open_links_in_new_tab": "Open outgoing links in new tab", + "open-links-in-new-tab": "Open outgoing links in new tab", - "enable_topic_searching": "Enable In-Topic Searching", - "topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen", - "update_url_with_post_index": "Update url with post index while browsing topics", - "scroll_to_my_post": "After posting a reply, show the new post", + "enable-topic-searching": "Enable In-Topic Searching", + "topic-search-help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen", + "update-url-with-post-index": "Update url with post index while browsing topics", + "scroll-to-my-post": "After posting a reply, show the new post", - "follow_topics_you_reply_to": "Watch topics that you reply to", - "follow_topics_you_create": "Watch topics you create", + "follow-topics-you-reply-to": "Watch topics that you reply to", + "follow-topics-you-create": "Watch topics you create", "grouptitle": "Group Title", "group-order-help": "Select a group and use the arrows to order titles", @@ -161,9 +162,9 @@ "select-homepage": "Select a Homepage", "homepage": "Homepage", - "homepage_description": "Select a page to use as the forum homepage or 'None' to use the default homepage.", - "custom_route": "Custom Homepage Route", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", + "homepage-description": "Select a page to use as the forum homepage or 'None' to use the default homepage.", + "custom-route": "Custom Homepage Route", + "custom-route-help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Single Sign-on Services", "sso.associated": "Associated with", @@ -199,27 +200,27 @@ "consent.title": "Your Rights & Consent", "consent.lead": "This community forum collects and processes your personal information.", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", - "consent.email_intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", - "consent.digest_frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", - "consent.digest_off": "Unless explicitly changed in your user settings, this community does not send out email digests", + "consent.email-intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", + "consent.digest-frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", + "consent.digest-off": "Unless explicitly changed in your user settings, this community does not send out email digests", "consent.received": "You have provided consent for this website to collect and process your information. No additional action is required.", - "consent.not_received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", + "consent.not-received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", "consent.give": "Give consent", - "consent.right_of_access": "You have the Right of Access", - "consent.right_of_access_description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", - "consent.right_to_rectification": "You have the Right to Rectification", - "consent.right_to_rectification_description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", - "consent.right_to_erasure": "You have the Right to Erasure", - "consent.right_to_erasure_description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", - "consent.right_to_data_portability": "You have the Right to Data Portability", - "consent.right_to_data_portability_description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", + "consent.right-of-access": "You have the Right of Access", + "consent.right-of-access-description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", + "consent.right-to-rectification": "You have the Right to Rectification", + "consent.right-to-rectification-description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", + "consent.right-to-erasure": "You have the Right to Erasure", + "consent.right-to-erasure-description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", + "consent.right-to-data-portability": "You have the Right to Data Portability", + "consent.right-to-data-portability-description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", - "consent.export_profile": "Export Profile (.json)", + "consent.export-profile": "Export Profile (.json)", "consent.export-profile-success": "Exporting profile, you will get a notification when it is complete.", - "consent.export_uploads": "Export Uploaded Content (.zip)", + "consent.export-uploads": "Export Uploaded Content (.zip)", "consent.export-uploads-success": "Exporting uploads, you will get a notification when it is complete.", - "consent.export_posts": "Export Posts (.csv)", + "consent.export-posts": "Export Posts (.csv)", "consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.", "emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.", diff --git a/public/language/en-GB/users.json b/public/language/en-GB/users.json index 9f1674c699..9e29aecf63 100644 --- a/public/language/en-GB/users.json +++ b/public/language/en-GB/users.json @@ -1,13 +1,13 @@ { "all-users": "All Users", - "latest_users": "Latest Users", - "top_posters": "Top Posters", - "most_reputation": "Most Reputation", - "most_flags": "Most Flags", + "latest-users": "Latest Users", + "top-posters": "Top Posters", + "most-reputation": "Most Reputation", + "most-flags": "Most Flags", "search": "Search", - "enter_username": "Enter a username to search", + "enter-username": "Enter a username to search", "search-user-for-chat": "Search for a user to start chat", - "load_more": "Load More", + "load-more": "Load More", "users-found-search-took": "%1 user(s) found! Search took %2 seconds.", "filter-by": "Filter By", "online-only": "Online only", @@ -15,10 +15,10 @@ "prompt-email": "Emails:", "groups-to-join": "Groups to be joined when invite is accepted:", "invitation-email-sent": "An invitation email has been sent to %1", - "user_list": "User List", - "recent_topics": "Recent Topics", - "popular_topics": "Popular Topics", - "unread_topics": "Unread Topics", + "user-list": "User List", + "recent-topics": "Recent Topics", + "popular-topics": "Popular Topics", + "unread-topics": "Unread Topics", "categories": "Categories", "tags": "Tags", "no-users-found": "No users found!" diff --git a/public/language/en-US/admin/advanced/events.json b/public/language/en-US/admin/advanced/events.json index b2c2033fb5..9327eef8d3 100644 --- a/public/language/en-US/admin/advanced/events.json +++ b/public/language/en-US/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "Event Type", "filter-start": "Start Date", "filter-end": "End Date", - "filter-perPage": "Per Page" + "filter-per-page": "Per Page" } \ No newline at end of file diff --git a/public/language/en-US/admin/extend/widgets.json b/public/language/en-US/admin/extend/widgets.json index ab3a4b11d2..5d2832feed 100644 --- a/public/language/en-US/admin/extend/widgets.json +++ b/public/language/en-US/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "No widgets found! Activate the widget essentials plugin in the plugins control panel.", "clone-from": "Clone widgets from", "containers.available": "Available Containers", - "containers.explanation": "Drag and drop on top of any active widget", + "containers.explanation": "Drag and drop on top of any widget", "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", @@ -29,5 +29,7 @@ "hide-from-groups": "Hide from groups", "start-date": "Start date", "end-date": "End date", - "hide-on-mobile": "Hide on mobile" + "hide-on-mobile": "Hide on mobile", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/en-US/admin/manage/privileges.json b/public/language/en-US/admin/manage/privileges.json index 9af075bcfa..240cff6aa5 100644 --- a/public/language/en-US/admin/manage/privileges.json +++ b/public/language/en-US/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "Edit Privileges", "select-clear-all": "Select/Clear All", "chat": "Chat", + "chat-with-privileged": "Chat with Privileged", "upload-images": "Upload Images", "upload-files": "Upload Files", "signature": "Signature", @@ -33,7 +34,7 @@ "edit-posts": "Edit Posts", "view-edit-history": "View Edit History", "delete-posts": "Delete Posts", - "view_deleted": "View Deleted Posts", + "view-deleted": "View Deleted Posts", "upvote-posts": "Upvote Posts", "downvote-posts": "Downvote Posts", "delete-topics": "Delete Topics", diff --git a/public/language/en-US/admin/manage/users.json b/public/language/en-US/admin/manage/users.json index 1fef96f56d..08e5701f40 100644 --- a/public/language/en-US/admin/manage/users.json +++ b/public/language/en-US/admin/manage/users.json @@ -4,16 +4,21 @@ "edit": "Actions", "make-admin": "Make Admin", "remove-admin": "Remove Admin", + "change-email": "Change Email", + "new-email": "New Email", "validate-email": "Validate Email", "send-validation-email": "Send Validation Email", + "change-password": "Change Password", "password-reset-email": "Send Password Reset Email", "force-password-reset": "Force Password Reset & Log User Out", - "ban": "Ban User(s)", + "ban": "Ban", + "ban-users": "Ban User(s)", "temp-ban": "Ban User(s) Temporarily", "unban": "Unban User(s)", "reset-lockout": "Reset Lockout", "reset-flags": "Reset Flags", - "delete": "Delete User(s)", + "delete": "Delete", + "delete-users": "Delete User(s)", "delete-content": "Delete User(s) Content", "purge": "Delete User(s) and Content", "download-csv": "Download CSV", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "Ban %1 user(s)", "alerts.unban-success": "User(s) unbanned!", "alerts.lockout-reset-success": "Lockout(s) reset!", + "alerts.password-change-success": "Password(s) changed!", "alerts.flag-reset-success": "Flags(s) reset!", "alerts.no-remove-yourself-admin": "You can't remove yourself as Administrator!", "alerts.make-admin-success": "User is now administrator.", @@ -106,6 +112,7 @@ "alerts.create": "Create User", "alerts.button-create": "Create", "alerts.button-cancel": "Cancel", + "alerts.button-change": "Change", "alerts.error-passwords-different": "Passwords must match!", "alerts.error-x": "Error

%1

", "alerts.create-success": "User created!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "Emails: ", "alerts.email-sent-to": "An invitation email has been sent to %1", "alerts.x-users-found": "%1 user(s) found, (%2 seconds)", + "alerts.select-a-single-user-to-change-email": "Select a single user to change email", "export-users-started": "Exporting users as csv, this might take a while. You will receive a notification when it is complete.", - "export-users-completed": "Users exported as csv, click here to download." + "export-users-completed": "Users exported as csv, click here to download.", + "email": "Email", + "password": "Password", + "manage": "Manage" } \ No newline at end of file diff --git a/public/language/en-US/admin/settings/chat.json b/public/language/en-US/admin/settings/chat.json index e4946458bd..86360a34ee 100644 --- a/public/language/en-US/admin/settings/chat.json +++ b/public/language/en-US/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "Enter 0 to disable this restriction", "chat-settings": "Chat Settings", "disable": "Disable chat", "disable-editing": "Disable chat message editing/deletion", @@ -6,8 +7,10 @@ "max-length": "Maximum length of chat messages", "max-chat-room-name-length": "Maximum length of chat room names", "max-room-size": "Maximum number of users in chat rooms", - "delay": "Time between chat messages in milliseconds", - "notification-delay": "Notification delay for chat messages. (0 for no delay)", - "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable. (0 disabled)", - "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable. (0 disabled)" + "delay": "Time between chat messages (ms)", + "newbieDelay": "... for new users (ms)", + "notification-delay": "Notification delay for chat messages", + "notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.", + "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.", + "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable." } \ No newline at end of file diff --git a/public/language/en-US/admin/settings/post.json b/public/language/en-US/admin/settings/post.json index 8d5c890f4d..d7a782babb 100644 --- a/public/language/en-US/admin/settings/post.json +++ b/public/language/en-US/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "Title Length", "restrictions.post-length": "Post Length", "restrictions.days-until-stale": "Days until topic is considered stale", - "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic.", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "Timestamp", "timestamp.cut-off": "Date cut-off (in days)", "timestamp.cut-off-help": "Dates & times will be shown in a relative manner (e.g. \"3 hours ago\" / \"5 days ago\"), and localised into various\n\\t\\t\\t\\t\\tlanguages. After a certain point, this text can be switched to display the localised date itself\n\\t\\t\\t\\t\\t(e.g. 5 Nov 2016 15:30).
(Default: 30, or one month). Set to 0 to always display dates, leave blank to always display relative times.", diff --git a/public/language/en-US/admin/settings/user.json b/public/language/en-US/admin/settings/user.json index 368548ba74..816bdfc150 100644 --- a/public/language/en-US/admin/settings/user.json +++ b/public/language/en-US/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "Username or Email", "allow-login-with.username": "Username Only", "account-settings": "Account Settings", - "gdpr_enabled": "Enable GDPR consent collection", - "gdpr_enabled_help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", + "gdpr-enabled": "Enable GDPR consent collection", + "gdpr-enabled-help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", "disable-username-changes": "Disable username changes", "disable-email-changes": "Disable email changes", "disable-password-changes": "Disable password changes", diff --git a/public/language/en-US/category.json b/public/language/en-US/category.json index 2f9aed9cee..37480c3507 100644 --- a/public/language/en-US/category.json +++ b/public/language/en-US/category.json @@ -1,12 +1,12 @@ { "category": "Category", "subcategories": "Subcategories", - "new_topic_button": "New Topic", + "new-topic-button": "New Topic", "guest-login-post": "Log in to post", - "no_topics": "There are no topics in this category.
Why don't you try posting one?", + "no-topics": "There are no topics in this category.
Why don't you try posting one?", "browsing": "browsing", - "no_replies": "No one has replied", - "no_new_posts": "No new posts.", + "no-replies": "No one has replied", + "no-new-posts": "No new posts.", "watch": "Watch", "ignore": "Ignore", "watching": "Watching", diff --git a/public/language/en-US/email.json b/public/language/en-US/email.json index 0e5e1b8afe..1f760f8227 100644 --- a/public/language/en-US/email.json +++ b/public/language/en-US/email.json @@ -3,8 +3,8 @@ "password-reset-requested": "Password Reset Requested!", "welcome-to": "Welcome to %1", "invite": "Invitation from %1", - "greeting_no_name": "Hello", - "greeting_with_name": "Hello %1", + "greeting-no-name": "Hello", + "greeting-with-name": "Hello %1", "email.verify-your-email.subject": "Please verify your email", "email.verify.text1": "You've requested that we change or confirm your email address", "email.verify.text2": "For security purposes, we only change or confirm the email address on file once its ownership has been confirmed via email. If you did not request this, no action is required on your part.", @@ -24,7 +24,7 @@ "reset.notify.text2": "If you did not authorise this, please notify an administrator immediately.", "digest.unread-rooms": "Unread rooms", "digest.room-name-unreadcount": "%1 (%2 unread)", - "digest.latest_topics": "Latest topics from %1", + "digest.latest-topics": "Latest topics from %1", "digest.top-topics": "Top topics from %1", "digest.popular-topics": "Popular topics from %1", "digest.cta": "Click here to visit %1", @@ -36,8 +36,8 @@ "digest.title.day": "Your Daily Digest", "digest.title.week": "Your Weekly Digest", "digest.title.month": "Your Monthly Digest", - "notif.chat.subject": "New chat message received from %1", - "notif.chat.public-chat-subject": "New message from %1 in room %2", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "Click here to continue the conversation", "notif.chat.unsub.info": "This chat notification was sent to you due to your subscription settings.", "notif.post.unsub.info": "This post notification was sent to you due to your subscription settings.", diff --git a/public/language/en-US/error.json b/public/language/en-US/error.json index f19e8ad0fa..9836084180 100644 --- a/public/language/en-US/error.json +++ b/public/language/en-US/error.json @@ -184,6 +184,7 @@ "post-flagged-too-many-times": "This post has been flagged by others already", "user-flagged-too-many-times": "This user has been flagged by others already", "cant-flag-privileged": "You are not allowed to flag the profiles or content of privileged users (moderators/global moderators/admins)", + "cant-locate-flag-report": "Cannot locate flag report", "self-vote": "You cannot vote on your own post", "too-many-upvotes-today": "You can only upvote %1 times a day", "too-many-upvotes-today-user": "You can only upvote a user %1 times a day", diff --git a/public/language/en-US/flags.json b/public/language/en-US/flags.json index f12aaae53d..996e027833 100644 --- a/public/language/en-US/flags.json +++ b/public/language/en-US/flags.json @@ -1,5 +1,6 @@ { "state": "State", + "report": "Report", "reports": "Reports", "first-reported": "First Reported", "no-flags": "Hooray! No flags found.", @@ -8,6 +9,8 @@ "update": "Update", "updated": "Updated", "resolved": "Resolved", + "report-added": "Added", + "report-rescinded": "Rescinded", "target-purged": "The content this flag referred to has been purged and is no longer available.", "target-aboutme-empty": "This user has no "About Me" set.", diff --git a/public/language/en-US/global.json b/public/language/en-US/global.json index 938e1d04a8..47cd1ec2ac 100644 --- a/public/language/en-US/global.json +++ b/public/language/en-US/global.json @@ -13,19 +13,19 @@ "400.message": "It looks like this link is malformed, please double-check and try again.
Return to the home page.
", "register": "Register", "login": "Login", - "please_log_in": "Please Log In", + "please-log-in": "Please Log In", "logout": "Logout", - "posting_restriction_info": "Posting is currently restricted to registered members only, click here to log in.", - "welcome_back": "Welcome Back", - "you_have_successfully_logged_in": "You have successfully logged in", - "save_changes": "Save Changes", + "posting-restriction-info": "Posting is currently restricted to registered members only, click here to log in.", + "welcome-back": "Welcome Back", + "you-have-successfully-logged-in": "You have successfully logged in", + "save-changes": "Save Changes", "save": "Save", "create": "Create", "cancel": "Cancel", "close": "Close", "pagination": "Pagination", - "pagination.out_of": "%1 out of %2", - "pagination.enter_index": "Go to post index", + "pagination.out-of": "%1 out of %2", + "pagination.enter-index": "Go to post index", "header.admin": "Admin", "header.categories": "Categories", "header.recent": "Recent", @@ -80,25 +80,25 @@ "lastpost": "Last post", "firstpost": "First post", "about": "About", - "read_more": "read more", + "read-more": "read more", "more": "More", "none": "None", - "posted_ago_by_guest": "posted %1 by Guest", - "posted_ago_by": "posted %1 by %2", - "posted_ago": "posted %1", - "posted_in": "posted in %1", - "posted_in_by": "posted in %1 by %2", - "posted_in_ago": "posted in %1 %2", - "posted_in_ago_by": "posted in %1 %2 by %3", - "user_posted_ago": "%1 posted %2", - "guest_posted_ago": "Guest posted %1", - "last_edited_by": "last edited by %1", + "posted-ago-by-guest": "posted %1 by Guest", + "posted-ago-by": "posted %1 by %2", + "posted-ago": "posted %1", + "posted-in": "posted in %1", + "posted-in-by": "posted in %1 by %2", + "posted-in-ago": "posted in %1 %2", + "posted-in-ago-by": "posted in %1 %2 by %3", + "user-posted-ago": "%1 posted %2", + "guest-posted-ago": "Guest posted %1", + "last-edited-by": "last edited by %1", "edited-timestamp": "Edited %1", "norecentposts": "No Recent Posts", "norecenttopics": "No Recent Topics", "recentposts": "Recent Posts", "recentips": "Recently Logged In IPs", - "moderator_tools": "Moderator Tools", + "moderator-tools": "Moderator Tools", "status": "Status", "online": "Online", "away": "Away", @@ -109,7 +109,7 @@ "language": "Language", "guest": "Guest", "guests": "Guests", - "former_user": "A Former User", + "former-user": "A Former User", "system-user": "System", "unknown-user": "Unknown user", "updated.title": "Forum Updated", @@ -117,12 +117,12 @@ "privacy": "Privacy", "follow": "Follow", "unfollow": "Unfollow", - "delete_all": "Delete All", + "delete-all": "Delete All", "map": "Map", "sessions": "Login Sessions", - "ip_address": "IP Address", - "enter_page_number": "Enter page number", - "upload_file": "Upload file", + "ip-address": "IP Address", + "enter-page-number": "Enter page number", + "upload-file": "Upload file", "upload": "Upload", "uploads": "Uploads", "allowed-file-types": "Allowed file types are %1", @@ -131,7 +131,7 @@ "play": "Play", "cookies.message": "This website uses cookies to ensure you get the best experience on our website.", "cookies.accept": "Got it!", - "cookies.learn_more": "Learn More", + "cookies.learn-more": "Learn More", "edited": "Edited", "disabled": "Disabled", "select": "Select", diff --git a/public/language/en-US/groups.json b/public/language/en-US/groups.json index 94902e965d..25fe9c75e6 100644 --- a/public/language/en-US/groups.json +++ b/public/language/en-US/groups.json @@ -2,65 +2,65 @@ "all-groups": "All groups", "groups": "Groups", "members": "Members", - "view_group": "View Group", + "view-group": "View Group", "owner": "Group Owner", - "new_group": "Create New Group", - "no_groups_found": "There are no groups to see", + "new-group": "Create New Group", + "no-groups-found": "There are no groups to see", "pending.accept": "Accept", "pending.reject": "Reject", - "pending.accept_all": "Accept All", - "pending.reject_all": "Reject All", + "pending.accept-all": "Accept All", + "pending.reject-all": "Reject All", "pending.none": "There are no pending members at this time", "invited.none": "There are no invited members at this time", "invited.uninvite": "Rescind Invitation", "invited.search": "Search for a user to invite to this group", - "invited.notification_title": "You have been invited to join %1", - "request.notification_title": "Group Membership Request from %1", - "request.notification_text": "%1 has requested to become a member of %2", + "invited.notification-title": "You have been invited to join %1", + "request.notification-title": "Group Membership Request from %1", + "request.notification-text": "%1 has requested to become a member of %2", "cover-save": "Save", "cover-saving": "Saving", "details.title": "Group Details", "details.members": "Member List", "details.pending": "Pending Members", "details.invited": "Invited Members", - "details.has_no_posts": "This group's members have not made any posts.", - "details.latest_posts": "Latest Posts", + "details.has-no-posts": "This group's members have not made any posts.", + "details.latest-posts": "Latest Posts", "details.private": "Private", "details.disableJoinRequests": "Disable join requests", "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Grant/Rescind Ownership", "details.kick": "Kick", - "details.kick_confirm": "Are you sure you want to remove this member from the group?", + "details.kick-confirm": "Are you sure you want to remove this member from the group?", "details.add-member": "Add Member", - "details.owner_options": "Group Administration", - "details.group_name": "Group Name", - "details.member_count": "Member Count", - "details.creation_date": "Creation Date", + "details.owner-options": "Group Administration", + "details.group-name": "Group Name", + "details.member-count": "Member Count", + "details.creation-date": "Creation Date", "details.description": "Description", "details.member-post-cids": "Category IDs to display posts from", - "details.badge_preview": "Badge Preview", - "details.change_icon": "Change Icon", - "details.change_label_colour": "Change Label Colour", - "details.change_text_colour": "Change Text Colour", - "details.badge_text": "Badge Text", + "details.badge-preview": "Badge Preview", + "details.change-icon": "Change Icon", + "details.change-label-colour": "Change Label Colour", + "details.change-text-colour": "Change Text Colour", + "details.badge-text": "Badge Text", "details.userTitleEnabled": "Show Badge", - "details.private_help": "If enabled, joining of groups requires approval from a group owner", + "details.private-help": "If enabled, joining of groups requires approval from a group owner", "details.hidden": "Hidden", - "details.hidden_help": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", - "details.delete_group": "Delete Group", - "details.private_system_help": "Private groups is disabled at system level, this option does not do anything", + "details.hidden-help": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", + "details.delete-group": "Delete Group", + "details.private-system-help": "Private groups is disabled at system level, this option does not do anything", "event.updated": "Group details have been updated", "event.deleted": "The group \"%1\" has been deleted", "membership.accept-invitation": "Accept Invitation", - "membership.accept.notification_title": "You are now a member of %1", + "membership.accept.notification-title": "You are now a member of %1", "membership.invitation-pending": "Invitation Pending", "membership.join-group": "Join Group", "membership.leave-group": "Leave Group", - "membership.leave.notification_title": "%1 has left group %2", + "membership.leave.notification-title": "%1 has left group %2", "membership.reject": "Reject", - "new-group.group_name": "Group Name:", + "new-group.group-name": "Group Name:", "upload-group-cover": "Upload group cover", "bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group", "bulk-invite": "Bulk Invite", - "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" + "remove-group-cover-confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/en-US/login.json b/public/language/en-US/login.json index 161982bdfa..1f95cc5f8a 100644 --- a/public/language/en-US/login.json +++ b/public/language/en-US/login.json @@ -1,12 +1,12 @@ { "username-email": "Username / Email", "username": "Username", - "remember_me": "Remember Me?", - "forgot_password": "Forgot Password?", - "alternative_logins": "Alternative Logins", - "failed_login_attempt": "Login Unsuccessful", - "login_successful": "You have successfully logged in!", - "dont_have_account": "Don't have an account?", + "remember-me": "Remember Me?", + "forgot-password": "Forgot Password?", + "alternative-logins": "Alternative Logins", + "failed-login-attempt": "Login Unsuccessful", + "login-successful": "You have successfully logged in!", + "dont-have-account": "Don't have an account?", "logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity", "caps-lock-enabled": "Caps Lock is enabled" } \ No newline at end of file diff --git a/public/language/en-US/modules.json b/public/language/en-US/modules.json index 0069418878..98a6041312 100644 --- a/public/language/en-US/modules.json +++ b/public/language/en-US/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "Room %1", - "chat.chatting_with": "Chat with", + "chat.chatting-with": "Chat with", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Go to most recent message", @@ -8,12 +8,15 @@ "chat.chat-with-usernames": "Chat with %1", "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Send", - "chat.no_active": "You have no active chats.", - "chat.user_typing": "%1 is typing ...", - "chat.user_has_messaged_you": "%1 has messaged you.", + "chat.no-active": "You have no active chats.", + "chat.user-typing-1": "%1 is typing ...", + "chat.user-typing-2": "%1 and %2 are typing ...", + "chat.user-typing-3": "%1, %2 and %3 are typing ...", + "chat.user-typing-n": "%1, %2 and %3 others are typing ...", + "chat.user-has-messaged-you": "%1 has messaged you.", "chat.replying-to": "Replying to %1", - "chat.see_all": "All chats", - "chat.mark_all_read": "Mark all read", + "chat.see-all": "All chats", + "chat.mark-all-read": "Mark all read", "chat.no-messages": "Please select a recipient to view chat message history", "chat.no-users-in-room": "No users in this room", "chat.recent-chats": "Recent Chats", @@ -24,12 +27,16 @@ "chat.pop-out": "Pop out chat", "chat.minimize": "Minimize", "chat.maximize": "Maximize", - "chat.seven_days": "7 Days", - "chat.thirty_days": "30 Days", - "chat.three_months": "3 Months", - "chat.delete_message_confirm": "Are you sure you wish to delete this message?", + "chat.seven-days": "7 Days", + "chat.thirty-days": "30 Days", + "chat.three-months": "3 Months", + "chat.delete-message-confirm": "Are you sure you wish to delete this message?", "chat.retrieving-users": "Retrieving users...", "chat.view-users-list": "View users list", + "chat.pinned-messages": "Pinned Messages", + "chat.no-pinned-messages": "There are no pinned messages", + "chat.pin-message": "Pin Message", + "chat.unpin-message": "Unpin Message", "chat.public-rooms": "Public Rooms (%1)", "chat.private-rooms": "Private Rooms (%1)", "chat.create-room": "Create Chat Room", @@ -67,17 +74,24 @@ "chat.system.user-leave": "%1 has left the room ", "chat.system.room-rename": "%2 has renamed this room to \"%1\" ", "composer.compose": "Compose", - "composer.show_preview": "Show Preview", - "composer.hide_preview": "Hide Preview", + "composer.show-preview": "Show Preview", + "composer.hide-preview": "Hide Preview", "composer.help": "Help", - "composer.user_said_in": "%1 said in %2:", - "composer.user_said": "%1 said:", + "composer.user-said-in": "%1 said in %2:", + "composer.user-said": "%1 said:", "composer.discard": "Are you sure you wish to discard this post?", - "composer.submit_and_lock": "Submit and Lock", - "composer.toggle_dropdown": "Toggle Dropdown", + "composer.submit-and-lock": "Submit and Lock", + "composer.toggle-dropdown": "Toggle Dropdown", "composer.uploading": "Uploading %1", "composer.formatting.bold": "Bold", "composer.formatting.italic": "Italic", + "composer.formatting.heading": "Heading", + "composer.formatting.heading1": "Heading 1", + "composer.formatting.heading2": "Heading 2", + "composer.formatting.heading3": "Heading 3", + "composer.formatting.heading4": "Heading 4", + "composer.formatting.heading5": "Heading 5", + "composer.formatting.heading6": "Heading 6", "composer.formatting.list": "List", "composer.formatting.strikethrough": "Strikethrough", "composer.formatting.code": "Code", @@ -85,9 +99,10 @@ "composer.formatting.picture": "Image Link", "composer.upload-picture": "Upload Image", "composer.upload-file": "Upload File", - "composer.zen_mode": "Zen Mode", - "composer.select_category": "Select a category", + "composer.zen-mode": "Zen Mode", + "composer.select-category": "Select a category", "composer.textarea.placeholder": "Enter your post content here, drag and drop images", + "composer.post-queue-alert": "Hello👋!
This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.", "composer.schedule-for": "Schedule topic for", "composer.schedule-date": "Date", "composer.schedule-time": "Time", @@ -102,8 +117,8 @@ "bootbox.confirm": "Confirm", "bootbox.submit": "Submit", "bootbox.send": "Send", - "cover.dragging_title": "Cover Photo Positioning", - "cover.dragging_message": "Drag the cover photo to the desired position and click \"Save\"", + "cover.dragging-title": "Cover Photo Positioning", + "cover.dragging-message": "Drag the cover photo to the desired position and click \"Save\"", "cover.saved": "Cover photo image and position saved", "thumbs.modal.title": "Manage topic thumbnails", "thumbs.modal.no-thumbs": "No thumbnails found.", diff --git a/public/language/en-US/notifications.json b/public/language/en-US/notifications.json index 584927194b..04414a883a 100644 --- a/public/language/en-US/notifications.json +++ b/public/language/en-US/notifications.json @@ -1,59 +1,68 @@ { "title": "Notifications", - "no_notifs": "You have no new notifications", - "see_all": "All notifications", - "mark_all_read": "Mark all read", - "back_to_home": "Back to %1", - "outgoing_link": "Outgoing Link", - "outgoing_link_message": "You are now leaving %1", - "continue_to": "Continue to %1", - "return_to": "Return to %1", - "new_notification": "You have a new notification", - "you_have_unread_notifications": "You have unread notifications.", + "no-notifs": "You have no new notifications", + "see-all": "All notifications", + "mark-all-read": "Mark all read", + "back-to-home": "Back to %1", + "outgoing-link": "Outgoing Link", + "outgoing-link-message": "You are now leaving %1", + "continue-to": "Continue to %1", + "return-to": "Return to %1", + "new-notification": "You have a new notification", + "you-have-unread-notifications": "You have unread notifications.", "all": "All", "topics": "Topics", + "tags": "Tags", "replies": "Replies", "chat": "Chats", "group-chat": "Group Chats", "public-chat": "Public Chats", "follows": "Follows", "upvote": "Upvotes", + "awards": "Awards", "new-flags": "New Flags", "my-flags": "Flags assigned to me", "bans": "Bans", - "new_message_from": "New message from %1", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1 has upvoted your post in %2.", - "upvoted_your_post_in_dual": "%1 and %2 have upvoted your post in %3.", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "%1 has moved your post to %2", - "moved_your_topic": "%1 has moved %2", - "user_flagged_post_in": "%1 flagged a post in %2", - "user_flagged_post_in_dual": "%1 and %2 flagged a post in %3", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1 flagged a user profile (%2)", - "user_flagged_user_dual": "%1 and %2 flagged a user profile (%3)", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "%1 has posted a reply to: %2", - "user_posted_to_dual": "%1 and %2 have posted replies to: %3", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1 has posted a new topic: %2", - "user_edited_post": "%1 has edited a post in %2", - "user_started_following_you": "%1 started following you.", - "user_started_following_you_dual": "%1 and %2 started following you.", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1 sent a registration request.", - "new_register_multiple": "There are %1 registration requests awaiting review.", - "flag_assigned_to_you": "Flag %1 has been assigned to you", - "post_awaiting_review": "Post awaiting review", + "new-message-from": "New message from %1", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 wrote in %3", + "user-posted-in-public-room-dual": "%1 and %2 wrote in %4", + "user-posted-in-public-room-triple": "%1, %2 and %3 wrote in %5", + "user-posted-in-public-room-multiple": "%1, %2 and %3 others wrote in %5", + "upvoted-your-post-in": "%1 has upvoted your post in %2.", + "upvoted-your-post-in-dual": "%1 and %2 have upvoted your post in %3.", + "upvoted-your-post-in-triple": "%1, %2 and %3 have upvoted your post in %4.", + "upvoted-your-post-in-multiple": "%1, %2 and %3 others have upvoted your post in %4.", + "moved-your-post": "%1 has moved your post to %2", + "moved-your-topic": "%1 has moved %2", + "user-flagged-post-in": "%1 flagged a post in %2", + "user-flagged-post-in-dual": "%1 and %2 flagged a post in %3", + "user-flagged-post-in-triple": "%1, %2 and %3 flagged a post in %4", + "user-flagged-post-in-multiple": "%1, %2 and %3 others flagged a post in %4", + "user-flagged-user": "%1 flagged a user profile (%2)", + "user-flagged-user-dual": "%1 and %2 flagged a user profile (%3)", + "user-flagged-user-triple": "%1, %2 and %3 flagged a user profile (%4)", + "user-flagged-user-multiple": "%1, %2 and %3 others flagged a user profile (%4)", + "user-posted-to": "%1 has posted a reply to: %2", + "user-posted-to-dual": "%1 and %2 have posted replies to: %3", + "user-posted-to-triple": "%1, %2 and %3 have posted replies to: %4", + "user-posted-to-multiple": "%1, %2 and %3 others have posted replies to: %4", + "user-posted-topic": "%1 has posted a new topic: %2", + "user-edited-post": "%1 has edited a post in %2", + "user-posted-topic-with-tag": "%1 has posted a new topic with tag %2", + "user-posted-topic-with-tag-dual": "%1 has posted a new topic with tags %2 and %3", + "user-posted-topic-with-tag-triple": "%1 has posted a new topic with tags %2, %3 and %4", + "user-posted-topic-with-tag-multiple": "%1 has posted a new topic with tags %2", + "user-started-following-you": "%1 started following you.", + "user-started-following-you-dual": "%1 and %2 started following you.", + "user-started-following-you-triple": "%1, %2 and %3 started following you.", + "user-started-following-you-multiple": "%1, %2 and %3 others started following you.", + "new-register": "%1 sent a registration request.", + "new-register-multiple": "There are %1 registration requests awaiting review.", + "flag-assigned-to-you": "Flag %1 has been assigned to you", + "post-awaiting-review": "Post awaiting review", "profile-exported": "%1 profile exported, click to download", "posts-exported": "%1 posts exported, click to download", "uploads-exported": "%1 uploads exported, click to download", @@ -66,22 +75,24 @@ "email-confirm-error-message": "There was a problem validating your email address. Perhaps the code was invalid or has expired.", "email-confirm-sent": "Confirmation email sent.", "none": "None", - "notification_only": "Notification Only", - "email_only": "Email Only", - "notification_and_email": "Notification & Email", - "notificationType_upvote": "When someone upvotes your post", - "notificationType_new-topic": "When someone you follow posts a topic", - "notificationType_new-reply": "When a new reply is posted in a topic you are watching", - "notificationType_post-edit": "When a post is edited in a topic you are watching", - "notificationType_follow": "When someone starts following you", - "notificationType_new-chat": "When you receive a chat message", - "notificationType_new-group-chat": "When you receive a group chat message", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "When you receive a group invite", - "notificationType_group-leave": "When a user leaves your group", - "notificationType_group-request-membership": "When someone requests to join a group you own", - "notificationType_new-register": "When someone gets added to registration queue", - "notificationType_post-queue": "When a new post is queued", - "notificationType_new-post-flag": "When a post is flagged", - "notificationType_new-user-flag": "When a user is flagged" + "notification-only": "Notification Only", + "email-only": "Email Only", + "notification-and-email": "Notification & Email", + "notificationType-upvote": "When someone upvotes your post", + "notificationType-new-topic": "When someone you follow posts a topic", + "notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow", + "notificationType-new-reply": "When a new reply is posted in a topic you are watching", + "notificationType-post-edit": "When a post is edited in a topic you are watching", + "notificationType-follow": "When someone starts following you", + "notificationType-new-chat": "When you receive a chat message", + "notificationType-new-group-chat": "When you receive a group chat message", + "notificationType-new-public-chat": "When you receive a public group chat message", + "notificationType-group-invite": "When you receive a group invite", + "notificationType-group-leave": "When a user leaves your group", + "notificationType-group-request-membership": "When someone requests to join a group you own", + "notificationType-new-register": "When someone gets added to registration queue", + "notificationType-post-queue": "When a new post is queued", + "notificationType-new-post-flag": "When a post is flagged", + "notificationType-new-user-flag": "When a user is flagged", + "notificationType-new-reward": "When you earn a new reward" } \ No newline at end of file diff --git a/public/language/en-US/pages.json b/public/language/en-US/pages.json index d8ad0278c5..01abf0b23a 100644 --- a/public/language/en-US/pages.json +++ b/public/language/en-US/pages.json @@ -47,7 +47,8 @@ "account/latest-posts": "Latest posts made by %1", "account/topics": "Topics created by %1", "account/groups": "%1's Groups", - "account/watched_categories": "%1's Watched Categories", + "account/watched-categories": "%1's Watched Categories", + "account/watched-tags": "%1's Watched Tags", "account/bookmarks": "%1's Bookmarked Posts", "account/settings": "User Settings", "account/settings-of": "Changing settings of %1", diff --git a/public/language/en-US/recent.json b/public/language/en-US/recent.json index 247055c38d..ef49aa5562 100644 --- a/public/language/en-US/recent.json +++ b/public/language/en-US/recent.json @@ -5,7 +5,7 @@ "month": "Month", "year": "Year", "alltime": "All Time", - "no_recent_topics": "There are no recent topics.", - "no_popular_topics": "There are no popular topics.", + "no-recent-topics": "There are no recent topics.", + "no-popular-topics": "There are no popular topics.", "load-new-posts": "Load new posts" } \ No newline at end of file diff --git a/public/language/en-US/register.json b/public/language/en-US/register.json index 2faf1d4806..768cc9f510 100644 --- a/public/language/en-US/register.json +++ b/public/language/en-US/register.json @@ -1,32 +1,32 @@ { "register": "Register", "already-have-account": "Already have an account?", - "cancel_registration": "Cancel Registration", + "cancel-registration": "Cancel Registration", "help.email": "By default, your email will be hidden from the public.", - "help.username_restrictions": "A unique username between %1 and %2 characters. Others can mention you with @username.", - "help.minimum_password_length": "Your password's length must be at least %1 characters.", - "email_address": "Email Address", - "email_address_placeholder": "Enter Email Address", + "help.username-restrictions": "A unique username between %1 and %2 characters. Others can mention you with @username.", + "help.minimum-password-length": "Your password's length must be at least %1 characters.", + "email-address": "Email Address", + "email-address-placeholder": "Enter Email Address", "username": "Username", - "username_placeholder": "Enter Username", + "username-placeholder": "Enter Username", "password": "Password", - "password_placeholder": "Enter Password", - "confirm_password": "Confirm Password", - "confirm_password_placeholder": "Confirm Password", - "register_now_button": "Register Now", - "alternative_registration": "Alternative Registration", - "terms_of_use": "Terms of Use", - "agree_to_terms_of_use": "I agree to the Terms of Use", - "terms_of_use_error": "You must agree to the Terms of Use", + "password-placeholder": "Enter Password", + "confirm-password": "Confirm Password", + "confirm-password-placeholder": "Confirm Password", + "register-now-button": "Register Now", + "alternative-registration": "Alternative Registration", + "terms-of-use": "Terms of Use", + "agree-to-terms-of-use": "I agree to the Terms of Use", + "terms-of-use-error": "You must agree to the Terms of Use", "registration-added-to-queue": "Your registration has been added to the approval queue. You will receive an email when it is accepted by an administrator.", "registration-queue-average-time": "Our average time for approving memberships is %1 hours %2 minutes.", "registration-queue-auto-approve-time": "Your membership to this forum will be fully activated in up to %1 hours.", "interstitial.intro": "We'd like some additional information in order to update your account…", "interstitial.intro-new": "We'd like some additional information before we can create your account…", "interstitial.errors-found": "Please review the entered information:", - "gdpr_agree_data": "I consent to the collection and processing of my personal information on this website.", - "gdpr_agree_email": "I consent to receive digest and notification emails from this website.", - "gdpr_consent_denied": "You must give consent to this site to collect/process your information, and to send you emails.", + "gdpr-agree-data": "I consent to the collection and processing of my personal information on this website.", + "gdpr-agree-email": "I consent to receive digest and notification emails from this website.", + "gdpr-consent-denied": "You must give consent to this site to collect/process your information, and to send you emails.", "invite.error-admin-only": "Direct user registration has been disabled. Please contact an administrator for more details.", "invite.error-invite-only": "Direct user registration has been disabled. You must be invited by an existing user in order to access this forum.", "invite.error-invalid-data": "The registration data received does not correspond to our records. Please contact an administrator for more details" diff --git a/public/language/en-US/reset_password.json b/public/language/en-US/reset_password.json index 8643f923bc..d82a1809bd 100644 --- a/public/language/en-US/reset_password.json +++ b/public/language/en-US/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "Reset Password", - "update_password": "Update Password", - "password_changed.title": "Password Changed", - "password_changed.message": "

Password successfully reset, please log in again.", - "wrong_reset_code.title": "Incorrect Reset Code", - "wrong_reset_code.message": "The reset code received was incorrect. Please try again, or request a new reset code.", - "new_password": "New Password", - "repeat_password": "Confirm Password", - "changing_password": "Changing Password", - "enter_email": "Please enter your email address and we will send you an email with instructions on how to reset your account.", - "enter_email_address": "Enter Email Address", - "password_reset_sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", - "invalid_email": "Invalid Email / Email does not exist!", - "password_too_short": "The password entered is too short, please pick a different password.", - "passwords_do_not_match": "The two passwords you've entered do not match.", - "password_expired": "Your password has expired, please choose a new password" + "reset-password": "Reset Password", + "update-password": "Update Password", + "password-changed.title": "Password Changed", + "password-changed.message": "

Password successfully reset, please log in again.", + "wrong-reset-code.title": "Incorrect Reset Code", + "wrong-reset-code.message": "The reset code received was incorrect. Please try again, or request a new reset code.", + "new-password": "New Password", + "repeat-password": "Confirm Password", + "changing-password": "Changing Password", + "enter-email": "Please enter your email address and we will send you an email with instructions on how to reset your account.", + "enter-email-address": "Enter Email Address", + "password-reset-sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", + "invalid-email": "Invalid Email / Email does not exist!", + "password-too-short": "The password entered is too short, please pick a different password.", + "passwords-do-not-match": "The two passwords you've entered do not match.", + "password-expired": "Your password has expired, please choose a new password" } \ No newline at end of file diff --git a/public/language/en-US/rewards.json b/public/language/en-US/rewards.json new file mode 100644 index 0000000000..f923cf1500 --- /dev/null +++ b/public/language/en-US/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "You have been awarded %1 reputation", + "awarded-group-membership": "You have been added to the group %1", + + "essentials/user.reputation-conditional-value": "(Reputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Post Count %1 %2)", + "essentials/user.lastonline-conditional-value": "(Last Online %1 %2)", + "essentials/user.joindate-conditional-value": "(Join Date %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Days Registered %1 %2)" +} \ No newline at end of file diff --git a/public/language/en-US/search.json b/public/language/en-US/search.json index 158a2d8d4c..aba25b2345 100644 --- a/public/language/en-US/search.json +++ b/public/language/en-US/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Type to search", - "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)", + "results-matching": "%1 result(s) matching \"%2\", (%3 seconds)", "no-matches": "No matches found", "advanced-search": "Advanced Search", "in": "In", diff --git a/public/language/en-US/tags.json b/public/language/en-US/tags.json index 9412cca1b4..90ad7bb354 100644 --- a/public/language/en-US/tags.json +++ b/public/language/en-US/tags.json @@ -1,11 +1,17 @@ { "all-tags": "All tags", - "no_tag_topics": "There are no topics with this tag.", + "no-tag-topics": "There are no topics with this tag.", "no-tags-found": "No tags found", "tags": "Tags", - "enter_tags_here": "Enter tags here, between %1 and %2 characters each.", - "enter_tags_here_short": "Enter tags...", - "no_tags": "There are no tags yet.", - "select_tags": "Select Tags", - "tag-whitelist": "Tag Whitelist" + "enter-tags-here": "Enter tags here, between %1 and %2 characters each.", + "enter-tags-here-short": "Enter tags...", + "no-tags": "There are no tags yet.", + "select-tags": "Select Tags", + "tag-whitelist": "Tag Whitelist", + "watching": "Watching", + "not-watching": "Not Watching", + "watching.description": "Notify me of new topics.", + "not-watching.description": "Do not notify me of new topics.", + "following-tag.message": "You will now be receiving notifications when somebody posts a topic with this tag.", + "not-following-tag.message": "You will not receive notifications when somebody posts a topic with this tag." } \ No newline at end of file diff --git a/public/language/en-US/themes/harmony.json b/public/language/en-US/themes/harmony.json index f915155306..5e0a65f946 100644 --- a/public/language/en-US/themes/harmony.json +++ b/public/language/en-US/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page", "settings.autohideBottombar": "Auto hide bottom bar", "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down", + "settings.openSidebars": "Open sidebars", "settings.chatModals": "Enable chat modals" } \ No newline at end of file diff --git a/public/language/en-US/top.json b/public/language/en-US/top.json index b8a05bfa5f..6e1e05674e 100644 --- a/public/language/en-US/top.json +++ b/public/language/en-US/top.json @@ -1,4 +1,4 @@ { "title": "Top", - "no_top_topics": "No top topics" + "no-top-topics": "No top topics" } \ No newline at end of file diff --git a/public/language/en-US/topic.json b/public/language/en-US/topic.json index 30bbd10cd7..3af5a1128a 100644 --- a/public/language/en-US/topic.json +++ b/public/language/en-US/topic.json @@ -1,20 +1,20 @@ { "topic": "Topic", "title": "Title", - "no_topics_found": "No topics found!", - "no_posts_found": "No posts found!", - "post_is_deleted": "This post is deleted!", - "topic_is_deleted": "This topic is deleted!", + "no-topics-found": "No topics found!", + "no-posts-found": "No posts found!", + "post-is-deleted": "This post is deleted!", + "topic-is-deleted": "This topic is deleted!", "profile": "Profile", - "posted_by": "Posted by %1", - "posted_by_guest": "Posted by Guest", + "posted-by": "Posted by %1", + "posted-by-guest": "Posted by Guest", "chat": "Chat", - "notify_me": "Be notified of new replies in this topic", + "notify-me": "Be notified of new replies in this topic", "quote": "Quote", "reply": "Reply", - "replies_to_this_post": "%1 Replies", - "one_reply_to_this_post": "1 Reply", - "last_reply_time": "Last reply", + "replies-to-this-post": "%1 Replies", + "one-reply-to-this-post": "1 Reply", + "last-reply-time": "Last reply", "reply-as-topic": "Reply as topic", "guest-login-reply": "Log in to reply", "login-to-view": "🔒 Log in to view", @@ -64,129 +64,130 @@ "user-referenced-topic-on": "%1 referenced this topic on %3", "user-forked-topic-ago": "%1 forked this topic %3", "user-forked-topic-on": "%1 forked this topic on %3", - "bookmark_instructions": "Click here to return to the last read post in this thread.", + "bookmark-instructions": "Click here to return to the last read post in this thread.", "flag-post": "Flag this post", "flag-user": "Flag this user", "already-flagged": "Already Flagged", "view-flag-report": "View Flag Report", "resolve-flag": "Resolve Flag", - "merged_message": "This topic has been merged into %2", - "deleted_message": "This topic has been deleted. Only users with topic management privileges can see it.", - "following_topic.message": "You will now be receiving notifications when somebody posts to this topic.", - "not_following_topic.message": "You will see this topic in the unread topics list, but you will not receive notifications when somebody posts to this topic.", - "ignoring_topic.message": "You will no longer see this topic in the unread topics list. You will be notified when you are mentioned or your post is up voted.", - "login_to_subscribe": "Please register or log in in order to subscribe to this topic.", + "merged-message": "This topic has been merged into %2", + "forked-message": "This topic was forked from %2", + "deleted-message": "This topic has been deleted. Only users with topic management privileges can see it.", + "following-topic.message": "You will now be receiving notifications when somebody posts to this topic.", + "not-following-topic.message": "You will see this topic in the unread topics list, but you will not receive notifications when somebody posts to this topic.", + "ignoring-topic.message": "You will no longer see this topic in the unread topics list. You will be notified when you are mentioned or your post is up voted.", + "login-to-subscribe": "Please register or log in in order to subscribe to this topic.", "markAsUnreadForAll.success": "Topic marked as unread for all.", - "mark_unread": "Mark unread", - "mark_unread.success": "Topic marked as unread.", + "mark-unread": "Mark unread", + "mark-unread.success": "Topic marked as unread.", "watch": "Watch", "unwatch": "Unwatch", "watch.title": "Be notified of new replies in this topic", "unwatch.title": "Stop watching this topic", - "share_this_post": "Share this Post", + "share-this-post": "Share this Post", "watching": "Watching", "not-watching": "Not Watching", "ignoring": "Ignoring", "watching.description": "Notify me of new replies.
Show topic in unread.", "not-watching.description": "Do not notify me of new replies.
Show topic in unread if category is not ignored.", "ignoring.description": "Do not notify me of new replies.
Do not show topic in unread.", - "thread_tools.title": "Topic Tools", - "thread_tools.markAsUnreadForAll": "Mark Unread For All", - "thread_tools.pin": "Pin Topic", - "thread_tools.unpin": "Unpin Topic", - "thread_tools.lock": "Lock Topic", - "thread_tools.unlock": "Unlock Topic", - "thread_tools.move": "Move Topic", - "thread_tools.move-posts": "Move Posts", - "thread_tools.move_all": "Move All", - "thread_tools.change_owner": "Change Owner", - "thread_tools.select_category": "Select Category", - "thread_tools.fork": "Fork Topic", - "thread_tools.tag": "Tag Topic", - "thread_tools.delete": "Delete Topic", - "thread_tools.delete-posts": "Delete Posts", - "thread_tools.delete_confirm": "Are you sure you want to delete this topic?", - "thread_tools.restore": "Restore Topic", - "thread_tools.restore_confirm": "Are you sure you want to restore this topic?", - "thread_tools.purge": "Purge Topic", - "thread_tools.purge_confirm": "Are you sure you want to purge this topic?", - "thread_tools.merge_topics": "Merge Topics", - "thread_tools.merge": "Merge Topic", - "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_undone": "Topic move undone", - "topic_move_posts_success": "Posts will be moved shortly. Click here to undo.", - "topic_move_posts_undone": "Post move undone", - "post_delete_confirm": "Are you sure you want to delete this post?", - "post_restore_confirm": "Are you sure you want to restore this post?", - "post_purge_confirm": "Are you sure you want to purge this post?", + "thread-tools.title": "Topic Tools", + "thread-tools.markAsUnreadForAll": "Mark Unread For All", + "thread-tools.pin": "Pin Topic", + "thread-tools.unpin": "Unpin Topic", + "thread-tools.lock": "Lock Topic", + "thread-tools.unlock": "Unlock Topic", + "thread-tools.move": "Move Topic", + "thread-tools.move-posts": "Move Posts", + "thread-tools.move-all": "Move All", + "thread-tools.change-owner": "Change Owner", + "thread-tools.select-category": "Select Category", + "thread-tools.fork": "Fork Topic", + "thread-tools.tag": "Tag Topic", + "thread-tools.delete": "Delete Topic", + "thread-tools.delete-posts": "Delete Posts", + "thread-tools.delete-confirm": "Are you sure you want to delete this topic?", + "thread-tools.restore": "Restore Topic", + "thread-tools.restore-confirm": "Are you sure you want to restore this topic?", + "thread-tools.purge": "Purge Topic", + "thread-tools.purge-confirm": "Are you sure you want to purge this topic?", + "thread-tools.merge-topics": "Merge Topics", + "thread-tools.merge": "Merge Topic", + "topic-move-success": "This topic will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-multiple-success": "These topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-all-success": "All topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-undone": "Topic move undone", + "topic-move-posts-success": "Posts will be moved shortly. Click here to undo.", + "topic-move-posts-undone": "Post move undone", + "post-delete-confirm": "Are you sure you want to delete this post?", + "post-restore-confirm": "Are you sure you want to restore this post?", + "post-purge-confirm": "Are you sure you want to purge this post?", "pin-modal-expiry": "Expiration Date", "pin-modal-help": "You can optionally set an expiration date for the pinned topic(s) here. Alternatively, you can leave this field blank to have the topic stay pinned until it is manually unpinned.", - "load_categories": "Loading Categories", - "confirm_move": "Move", - "confirm_fork": "Fork", + "load-categories": "Loading Categories", + "confirm-move": "Move", + "confirm-fork": "Fork", "bookmark": "Bookmark", "bookmarks": "Bookmarks", - "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.", + "bookmarks.has-no-bookmarks": "You haven't bookmarked any posts yet.", "copy-permalink": "Copy Permalink", - "loading_more_posts": "Loading More Posts", - "move_topic": "Move Topic", - "move_topics": "Move Topics", - "move_post": "Move Post", - "post_moved": "Post moved!", - "fork_topic": "Fork Topic", + "loading-more-posts": "Loading More Posts", + "move-topic": "Move Topic", + "move-topics": "Move Topics", + "move-post": "Move Post", + "post-moved": "Post moved!", + "fork-topic": "Fork Topic", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", - "fork_no_pids": "No posts selected!", + "fork-topic-instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", + "fork-no-pids": "No posts selected!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", "x-posts-will-be-moved-to-y": "%1 post(s) will be moved to \"%2\"", - "fork_pid_count": "%1 post(s) selected", - "fork_success": "Successfully forked topic! Click here to go to the forked topic.", - "delete_posts_instruction": "Click the posts you want to delete/purge", - "merge_topics_instruction": "Click the topics you want to merge or search for them", + "fork-pid-count": "%1 post(s) selected", + "fork-success": "Successfully forked topic! Click here to go to the forked topic.", + "delete-posts-instruction": "Click the posts you want to delete/purge", + "merge-topics-instruction": "Click the topics you want to merge or search for them", "merge-topic-list-title": "List of topics to be merged", "merge-options": "Merge options", "merge-select-main-topic": "Select the main topic", "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", - "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", - "move_topic_instruction": "Select the target category and then click move", - "change_owner_instruction": "Click the posts you want to assign to another user", - "composer.title_placeholder": "Enter your topic title here...", - "composer.handle_placeholder": "Enter your name/handle here", + "move-posts-instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move-topic-instruction": "Select the target category and then click move", + "change-owner-instruction": "Click the posts you want to assign to another user", + "composer.title-placeholder": "Enter your topic title here...", + "composer.handle-placeholder": "Enter your name/handle here", "composer.hide": "Hide", "composer.discard": "Discard", "composer.submit": "Submit", "composer.additional-options": "Additional Options", "composer.post-later": "Post Later", "composer.schedule": "Schedule", - "composer.replying_to": "Replying to %1", - "composer.new_topic": "New Topic", + "composer.replying-to": "Replying to %1", + "composer.new-topic": "New Topic", "composer.editing-in": "Editing post in %1", "composer.uploading": "uploading...", - "composer.thumb_url_label": "Paste a topic thumbnail URL", - "composer.thumb_title": "Add a thumbnail to this topic", - "composer.thumb_url_placeholder": "http://example.com/thumb.png", - "composer.thumb_file_label": "Or upload a file", - "composer.thumb_remove": "Clear fields", - "composer.drag_and_drop_images": "Drag and Drop Images Here", - "more_users_and_guests": "%1 more user(s) and %2 guest(s)", - "more_users": "%1 more user(s)", - "more_guests": "%1 more guest(s)", - "users_and_others": "%1 and %2 others", - "sort_by": "Sort by", - "oldest_to_newest": "Oldest to Newest", - "newest_to_oldest": "Newest to Oldest", - "most_votes": "Most Votes", - "most_posts": "Most Posts", - "most_views": "Most Views", + "composer.thumb-url-label": "Paste a topic thumbnail URL", + "composer.thumb-title": "Add a thumbnail to this topic", + "composer.thumb-url-placeholder": "http://example.com/thumb.png", + "composer.thumb-file-label": "Or upload a file", + "composer.thumb-remove": "Clear fields", + "composer.drag-and-drop-images": "Drag and Drop Images Here", + "more-users-and-guests": "%1 more user(s) and %2 guest(s)", + "more-users": "%1 more user(s)", + "more-guests": "%1 more guest(s)", + "users-and-others": "%1 and %2 others", + "sort-by": "Sort by", + "oldest-to-newest": "Oldest to Newest", + "newest-to-oldest": "Newest to Oldest", + "most-votes": "Most Votes", + "most-posts": "Most Posts", + "most-views": "Most Views", "stale.title": "Create new topic instead?", "stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?", "stale.create": "Create a new topic", - "stale.reply_anyway": "Reply to this topic anyway", - "link_back": "Re: [%1](%2)", + "stale.reply-anyway": "Reply to this topic anyway", + "link-back": "Re: [%1](%2)", "diffs.title": "Post Edit History", "diffs.description": "This post has %1 revisions. Click one of the revisions below to see the post content at that point in time.", "diffs.no-revisions-description": "This post has %1 revisions.", @@ -197,8 +198,8 @@ "diffs.post-restored": "Post successfully restored to earlier revision", "diffs.delete": "Delete this revision", "diffs.deleted": "Revision deleted", - "timeago_later": "%1 later", - "timeago_earlier": "%1 earlier", + "timeago-later": "%1 later", + "timeago-earlier": "%1 earlier", "first-post": "First post", "last-post": "Last post", "go-to-my-next-post": "Go to my next post", diff --git a/public/language/en-US/unread.json b/public/language/en-US/unread.json index e7aff0b4aa..00f5eb5b1d 100644 --- a/public/language/en-US/unread.json +++ b/public/language/en-US/unread.json @@ -1,12 +1,12 @@ { "title": "Unread", - "no_unread_topics": "There are no unread topics.", - "load_more": "Load More", - "mark_as_read": "Mark as Read", + "no-unread-topics": "There are no unread topics.", + "load-more": "Load More", + "mark-as-read": "Mark as Read", "selected": "Selected", "all": "All", - "all_categories": "All categories", - "topics_marked_as_read.success": "Topics marked as read!", + "all-categories": "All categories", + "topics-marked-as-read.success": "Topics marked as read!", "all-topics": "All Topics", "new-topics": "New Topics", "watched-topics": "Watched Topics", diff --git a/public/language/en-US/user.json b/public/language/en-US/user.json index 95c660f170..a69ebca01d 100644 --- a/public/language/en-US/user.json +++ b/public/language/en-US/user.json @@ -7,22 +7,22 @@ "joindate": "Join Date", "postcount": "Post Count", "email": "Email", - "confirm_email": "Confirm Email", - "account_info": "Account Info", - "admin_actions_label": "Administrative Actions", - "ban_account": "Ban Account", - "ban_account_confirm": "Do you really want to ban this user?", - "unban_account": "Unban Account", - "mute_account": "Mute Account", - "unmute_account": "Unmute Account", - "delete_account": "Delete Account", - "delete_account_as_admin": "Delete Account", - "delete_content": "Delete Account Content", - "delete_all": "Delete Account and Content", - "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", - "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", - "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", - "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "confirm-email": "Confirm Email", + "account-info": "Account Info", + "admin-actions-label": "Administrative Actions", + "ban-account": "Ban Account", + "ban-account-confirm": "Do you really want to ban this user?", + "unban-account": "Unban Account", + "mute-account": "Mute Account", + "unmute-account": "Unmute Account", + "delete-account": "Delete Account", + "delete-account-as-admin": "Delete Account", + "delete-content": "Delete Account Content", + "delete-all": "Delete Account and Content", + "delete-account-confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", + "delete-this-account-confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", + "delete-account-content-confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "delete-all-confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", "account-deleted": "Account deleted", "account-content-deleted": "Account content deleted", "fullname": "Full Name", @@ -32,11 +32,12 @@ "joined": "Joined", "lastonline": "Last Online", "profile": "Profile", - "profile_views": "Profile views", + "profile-views": "Profile views", "reputation": "Reputation", "bookmarks": "Bookmarks", - "watched_categories": "Watched categories", - "change_all": "Change All", + "watched-categories": "Watched categories", + "watched-tags": "Watched tags", + "change-all": "Change All", "watched": "Watched", "ignored": "Ignored", "default-category-watch-state": "Default category watch state", @@ -44,83 +45,84 @@ "following": "Following", "blocks": "Blocks", "blocked-users": "Blocked users", - "block_toggle": "Toggle Block", - "block_user": "Block User", - "unblock_user": "Unblock User", + "block-toggle": "Toggle Block", + "block-user": "Block User", + "unblock-user": "Unblock User", "aboutme": "About me", "signature": "Signature", "birthday": "Birthday", "chat": "Chat", - "chat_with": "Continue chat with %1", - "new_chat_with": "Start new chat with %1", + "chat-with": "Continue chat with %1", + "new-chat-with": "Start new chat with %1", "flag-profile": "Flag Profile", "follow": "Follow", "unfollow": "Unfollow", "more": "More", - "profile_update_success": "Profile has been updated successfully!", - "change_picture": "Change Picture", - "change_username": "Change Username", - "change_email": "Change Email", - "email_same_as_password": "Please enter your current password to continue – you've entered your new email again", + "profile-update-success": "Profile has been updated successfully!", + "change-picture": "Change Picture", + "change-username": "Change Username", + "change-email": "Change Email", + "email-updated": "Email Updated", + "email-same-as-password": "Please enter your current password to continue – you've entered your new email again", "edit": "Edit", "edit-profile": "Edit Profile", - "default_picture": "Default Icon", - "uploaded_picture": "Uploaded Picture", - "upload_new_picture": "Upload New Picture", - "upload_new_picture_from_url": "Upload New Picture From URL", - "current_password": "Current Password", - "new_password": "New Password", - "change_password": "Change Password", - "change_password_error": "Invalid Password!", - "change_password_error_wrong_current": "Your current password is not correct!", - "change_password_error_match": "Passwords must match!", - "change_password_error_privileges": "You do not have the rights to change this password.", - "change_password_success": "Your password is updated!", - "confirm_password": "Confirm Password", + "default-picture": "Default Icon", + "uploaded-picture": "Uploaded Picture", + "upload-new-picture": "Upload New Picture", + "upload-new-picture-from-url": "Upload New Picture From URL", + "current-password": "Current Password", + "new-password": "New Password", + "change-password": "Change Password", + "change-password-error": "Invalid Password!", + "change-password-error-wrong-current": "Your current password is not correct!", + "change-password-error-match": "Passwords must match!", + "change-password-error-privileges": "You do not have the rights to change this password.", + "change-password-success": "Your password is updated!", + "confirm-password": "Confirm Password", "password": "Password", - "username_taken_workaround": "The username you requested was already taken, so we have altered it slightly. You are now known as %1", - "password_same_as_username": "Your password is the same as your username, please select another password.", - "password_same_as_email": "Your password is the same as your email, please select another password.", - "weak_password": "Weak password.", - "upload_picture": "Upload picture", - "upload_a_picture": "Upload a picture", - "remove_uploaded_picture": "Remove Uploaded Picture", - "upload_cover_picture": "Upload cover picture", - "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", - "crop_picture": "Crop picture", - "upload_cropped_picture": "Crop and upload", + "username-taken-workaround": "The username you requested was already taken, so we have altered it slightly. You are now known as %1", + "password-same-as-username": "Your password is the same as your username, please select another password.", + "password-same-as-email": "Your password is the same as your email, please select another password.", + "weak-password": "Weak password.", + "upload-picture": "Upload picture", + "upload-a-picture": "Upload a picture", + "remove-uploaded-picture": "Remove Uploaded Picture", + "upload-cover-picture": "Upload cover picture", + "remove-cover-picture-confirm": "Are you sure you want to remove the cover picture?", + "crop-picture": "Crop picture", + "upload-cropped-picture": "Crop and upload", "avatar-background-colour": "Avatar background colour", "settings": "Settings", - "show_email": "Show My Email", - "show_fullname": "Show My Full Name", - "restrict_chats": "Only allow chat messages from users I follow", - "digest_label": "Subscribe to Digest", - "digest_description": "Subscribe to email updates for this forum (new notifications and topics) according to a set schedule", - "digest_off": "Off", - "digest_daily": "Daily", - "digest_weekly": "Weekly", - "digest_biweekly": "Bi-Weekly", - "digest_monthly": "Monthly", - "has_no_follower": "This user doesn't have any followers :(", - "follows_no_one": "This user isn't following anyone :(", - "has_no_posts": "This user hasn't posted anything yet.", - "has_no_best_posts": "This user does not have any upvoted posts yet.", - "has_no_topics": "This user hasn't posted any topics yet.", - "has_no_watched_topics": "This user hasn't watched any topics yet.", - "has_no_ignored_topics": "This user hasn't ignored any topics yet.", - "has_no_upvoted_posts": "This user hasn't upvoted any posts yet.", - "has_no_downvoted_posts": "This user hasn't downvoted any posts yet.", - "has_no_controversial_posts": "This user does not have any downvoted posts yet.", - "has_no_blocks": "You have blocked no users.", - "email_hidden": "Email Hidden", + "show-email": "Show My Email", + "show-fullname": "Show My Full Name", + "restrict-chats": "Only allow chat messages from users I follow", + "digest-label": "Subscribe to Digest", + "digest-description": "Subscribe to email updates for this forum (new notifications and topics) according to a set schedule", + "digest-off": "Off", + "digest-daily": "Daily", + "digest-weekly": "Weekly", + "digest-biweekly": "Bi-Weekly", + "digest-monthly": "Monthly", + "has-no-follower": "This user doesn't have any followers :(", + "follows-no-one": "This user isn't following anyone :(", + "has-no-posts": "This user hasn't posted anything yet.", + "has-no-best-posts": "This user does not have any upvoted posts yet.", + "has-no-topics": "This user hasn't posted any topics yet.", + "has-no-watched-topics": "This user hasn't watched any topics yet.", + "has-no-ignored-topics": "This user hasn't ignored any topics yet.", + "has-no-upvoted-posts": "This user hasn't upvoted any posts yet.", + "has-no-downvoted-posts": "This user hasn't downvoted any posts yet.", + "has-no-controversial-posts": "This user does not have any downvoted posts yet.", + "has-no-blocks": "You have blocked no users.", + "email-hidden": "Email Hidden", "hidden": "hidden", - "paginate_description": "Paginate topics and posts instead of using infinite scroll", - "topics_per_page": "Topics per Page", - "posts_per_page": "Posts per Page", + "paginate-description": "Paginate topics and posts instead of using infinite scroll", + "topics-per-page": "Topics per Page", + "posts-per-page": "Posts per Page", "category-topic-sort": "Category topic sort", "topic-post-sort": "Topic post sort", - "max_items_per_page": "Maximum %1", - "acp_language": "Admin Page Language", + "max-items-per-page": "Maximum %1", + "acp-language": "Admin Page Language", "notifications": "Notifications", "upvote-notif-freq": "Upvote Notification Frequency", "upvote-notif-freq.all": "All Upvotes", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "On 10, 100, 1000...", "upvote-notif-freq.disabled": "Disabled", "browsing": "Browsing Settings", - "open_links_in_new_tab": "Open outgoing links in new tab", - "enable_topic_searching": "Enable In-Topic Searching", - "topic_search_help": "If enabled, in-topic searching will override the browser's default page search behavior and allow you to search through the entire topic, instead of what is only shown on screen", - "update_url_with_post_index": "Update url with post index while browsing topics", - "scroll_to_my_post": "After posting a reply, show the new post", - "follow_topics_you_reply_to": "Watch topics that you reply to", - "follow_topics_you_create": "Watch topics you create", + "open-links-in-new-tab": "Open outgoing links in new tab", + "enable-topic-searching": "Enable In-Topic Searching", + "topic-search-help": "If enabled, in-topic searching will override the browser's default page search behavior and allow you to search through the entire topic, instead of what is only shown on screen", + "update-url-with-post-index": "Update url with post index while browsing topics", + "scroll-to-my-post": "After posting a reply, show the new post", + "follow-topics-you-reply-to": "Watch topics that you reply to", + "follow-topics-you-create": "Watch topics you create", "grouptitle": "Group Title", "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "No group title", @@ -145,9 +147,9 @@ "no-skin": "No Skin", "select-homepage": "Select a Homepage", "homepage": "Homepage", - "homepage_description": "Select a page to use as the forum homepage or 'None' to use the default homepage.", - "custom_route": "Custom Homepage Route", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", + "homepage-description": "Select a page to use as the forum homepage or 'None' to use the default homepage.", + "custom-route": "Custom Homepage Route", + "custom-route-help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Single Sign-on Services", "sso.associated": "Associated with", "sso.not-associated": "Click here to associate with", @@ -179,25 +181,25 @@ "consent.title": "Your Rights & Consent", "consent.lead": "This community forum collects and processes your personal information.", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", - "consent.email_intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", - "consent.digest_frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", - "consent.digest_off": "Unless explicitly changed in your user settings, this community does not send out email digests", + "consent.email-intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", + "consent.digest-frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", + "consent.digest-off": "Unless explicitly changed in your user settings, this community does not send out email digests", "consent.received": "You have provided consent for this website to collect and process your information. No additional action is required.", - "consent.not_received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", + "consent.not-received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", "consent.give": "Give consent", - "consent.right_of_access": "You have the Right of Access", - "consent.right_of_access_description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", - "consent.right_to_rectification": "You have the Right to Rectification", - "consent.right_to_rectification_description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", - "consent.right_to_erasure": "You have the Right to Erasure", - "consent.right_to_erasure_description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", - "consent.right_to_data_portability": "You have the Right to Data Portability", - "consent.right_to_data_portability_description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", - "consent.export_profile": "Export Profile (.json)", + "consent.right-of-access": "You have the Right of Access", + "consent.right-of-access-description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", + "consent.right-to-rectification": "You have the Right to Rectification", + "consent.right-to-rectification-description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", + "consent.right-to-erasure": "You have the Right to Erasure", + "consent.right-to-erasure-description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", + "consent.right-to-data-portability": "You have the Right to Data Portability", + "consent.right-to-data-portability-description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", + "consent.export-profile": "Export Profile (.json)", "consent.export-profile-success": "Exporting profile, you will get a notification when it is complete.", - "consent.export_uploads": "Export Uploaded Content (.zip)", + "consent.export-uploads": "Export Uploaded Content (.zip)", "consent.export-uploads-success": "Exporting uploads, you will get a notification when it is complete.", - "consent.export_posts": "Export Posts (.csv)", + "consent.export-posts": "Export Posts (.csv)", "consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.", "emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.", "emailUpdate.optional": "This field is optional. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.", diff --git a/public/language/en-US/users.json b/public/language/en-US/users.json index 26ac2c001f..18882fa619 100644 --- a/public/language/en-US/users.json +++ b/public/language/en-US/users.json @@ -1,13 +1,13 @@ { "all-users": "All Users", - "latest_users": "Latest Users", - "top_posters": "Top Posters", - "most_reputation": "Most Reputation", - "most_flags": "Most Flags", + "latest-users": "Latest Users", + "top-posters": "Top Posters", + "most-reputation": "Most Reputation", + "most-flags": "Most Flags", "search": "Search", - "enter_username": "Enter a username to search", + "enter-username": "Enter a username to search", "search-user-for-chat": "Search for a user to start chat", - "load_more": "Load More", + "load-more": "Load More", "users-found-search-took": "%1 user(s) found! Search took %2 seconds.", "filter-by": "Filter By", "online-only": "Online only", @@ -15,10 +15,10 @@ "prompt-email": "Emails:", "groups-to-join": "Groups to be joined when invite is accepted:", "invitation-email-sent": "An invitation email has been sent to %1", - "user_list": "User List", - "recent_topics": "Recent Topics", - "popular_topics": "Popular Topics", - "unread_topics": "Unread Topics", + "user-list": "User List", + "recent-topics": "Recent Topics", + "popular-topics": "Popular Topics", + "unread-topics": "Unread Topics", "categories": "Categories", "tags": "Tags", "no-users-found": "No users found!" diff --git a/public/language/en-x-pirate/admin/advanced/events.json b/public/language/en-x-pirate/admin/advanced/events.json index b2c2033fb5..9327eef8d3 100644 --- a/public/language/en-x-pirate/admin/advanced/events.json +++ b/public/language/en-x-pirate/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "Event Type", "filter-start": "Start Date", "filter-end": "End Date", - "filter-perPage": "Per Page" + "filter-per-page": "Per Page" } \ No newline at end of file diff --git a/public/language/en-x-pirate/admin/extend/widgets.json b/public/language/en-x-pirate/admin/extend/widgets.json index ab3a4b11d2..5d2832feed 100644 --- a/public/language/en-x-pirate/admin/extend/widgets.json +++ b/public/language/en-x-pirate/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "No widgets found! Activate the widget essentials plugin in the plugins control panel.", "clone-from": "Clone widgets from", "containers.available": "Available Containers", - "containers.explanation": "Drag and drop on top of any active widget", + "containers.explanation": "Drag and drop on top of any widget", "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", @@ -29,5 +29,7 @@ "hide-from-groups": "Hide from groups", "start-date": "Start date", "end-date": "End date", - "hide-on-mobile": "Hide on mobile" + "hide-on-mobile": "Hide on mobile", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/en-x-pirate/admin/manage/privileges.json b/public/language/en-x-pirate/admin/manage/privileges.json index 9af075bcfa..240cff6aa5 100644 --- a/public/language/en-x-pirate/admin/manage/privileges.json +++ b/public/language/en-x-pirate/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "Edit Privileges", "select-clear-all": "Select/Clear All", "chat": "Chat", + "chat-with-privileged": "Chat with Privileged", "upload-images": "Upload Images", "upload-files": "Upload Files", "signature": "Signature", @@ -33,7 +34,7 @@ "edit-posts": "Edit Posts", "view-edit-history": "View Edit History", "delete-posts": "Delete Posts", - "view_deleted": "View Deleted Posts", + "view-deleted": "View Deleted Posts", "upvote-posts": "Upvote Posts", "downvote-posts": "Downvote Posts", "delete-topics": "Delete Topics", diff --git a/public/language/en-x-pirate/admin/manage/users.json b/public/language/en-x-pirate/admin/manage/users.json index 1fef96f56d..08e5701f40 100644 --- a/public/language/en-x-pirate/admin/manage/users.json +++ b/public/language/en-x-pirate/admin/manage/users.json @@ -4,16 +4,21 @@ "edit": "Actions", "make-admin": "Make Admin", "remove-admin": "Remove Admin", + "change-email": "Change Email", + "new-email": "New Email", "validate-email": "Validate Email", "send-validation-email": "Send Validation Email", + "change-password": "Change Password", "password-reset-email": "Send Password Reset Email", "force-password-reset": "Force Password Reset & Log User Out", - "ban": "Ban User(s)", + "ban": "Ban", + "ban-users": "Ban User(s)", "temp-ban": "Ban User(s) Temporarily", "unban": "Unban User(s)", "reset-lockout": "Reset Lockout", "reset-flags": "Reset Flags", - "delete": "Delete User(s)", + "delete": "Delete", + "delete-users": "Delete User(s)", "delete-content": "Delete User(s) Content", "purge": "Delete User(s) and Content", "download-csv": "Download CSV", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "Ban %1 user(s)", "alerts.unban-success": "User(s) unbanned!", "alerts.lockout-reset-success": "Lockout(s) reset!", + "alerts.password-change-success": "Password(s) changed!", "alerts.flag-reset-success": "Flags(s) reset!", "alerts.no-remove-yourself-admin": "You can't remove yourself as Administrator!", "alerts.make-admin-success": "User is now administrator.", @@ -106,6 +112,7 @@ "alerts.create": "Create User", "alerts.button-create": "Create", "alerts.button-cancel": "Cancel", + "alerts.button-change": "Change", "alerts.error-passwords-different": "Passwords must match!", "alerts.error-x": "Error

%1

", "alerts.create-success": "User created!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "Emails: ", "alerts.email-sent-to": "An invitation email has been sent to %1", "alerts.x-users-found": "%1 user(s) found, (%2 seconds)", + "alerts.select-a-single-user-to-change-email": "Select a single user to change email", "export-users-started": "Exporting users as csv, this might take a while. You will receive a notification when it is complete.", - "export-users-completed": "Users exported as csv, click here to download." + "export-users-completed": "Users exported as csv, click here to download.", + "email": "Email", + "password": "Password", + "manage": "Manage" } \ No newline at end of file diff --git a/public/language/en-x-pirate/admin/settings/chat.json b/public/language/en-x-pirate/admin/settings/chat.json index e4946458bd..86360a34ee 100644 --- a/public/language/en-x-pirate/admin/settings/chat.json +++ b/public/language/en-x-pirate/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "Enter 0 to disable this restriction", "chat-settings": "Chat Settings", "disable": "Disable chat", "disable-editing": "Disable chat message editing/deletion", @@ -6,8 +7,10 @@ "max-length": "Maximum length of chat messages", "max-chat-room-name-length": "Maximum length of chat room names", "max-room-size": "Maximum number of users in chat rooms", - "delay": "Time between chat messages in milliseconds", - "notification-delay": "Notification delay for chat messages. (0 for no delay)", - "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable. (0 disabled)", - "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable. (0 disabled)" + "delay": "Time between chat messages (ms)", + "newbieDelay": "... for new users (ms)", + "notification-delay": "Notification delay for chat messages", + "notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.", + "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.", + "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable." } \ No newline at end of file diff --git a/public/language/en-x-pirate/admin/settings/post.json b/public/language/en-x-pirate/admin/settings/post.json index 9dc61afe57..9de7dc76fa 100644 --- a/public/language/en-x-pirate/admin/settings/post.json +++ b/public/language/en-x-pirate/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "Title Length", "restrictions.post-length": "Post Length", "restrictions.days-until-stale": "Days until topic is considered stale", - "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic.", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "Timestamp", "timestamp.cut-off": "Date cut-off (in days)", "timestamp.cut-off-help": "Dates & times will be shown in a relative manner (e.g. \"3 hours ago\" / \"5 days ago\"), and localised into various\n\t\t\t\t\tlanguages. After a certain point, this text can be switched to display the localised date itself\n\t\t\t\t\t(e.g. 5 Nov 2016 15:30).
(Default: 30, or one month). Set to 0 to always display dates, leave blank to always display relative times.", diff --git a/public/language/en-x-pirate/admin/settings/user.json b/public/language/en-x-pirate/admin/settings/user.json index 368548ba74..816bdfc150 100644 --- a/public/language/en-x-pirate/admin/settings/user.json +++ b/public/language/en-x-pirate/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "Username or Email", "allow-login-with.username": "Username Only", "account-settings": "Account Settings", - "gdpr_enabled": "Enable GDPR consent collection", - "gdpr_enabled_help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", + "gdpr-enabled": "Enable GDPR consent collection", + "gdpr-enabled-help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", "disable-username-changes": "Disable username changes", "disable-email-changes": "Disable email changes", "disable-password-changes": "Disable password changes", diff --git a/public/language/en-x-pirate/category.json b/public/language/en-x-pirate/category.json index 6691e3e56f..0d41a99de2 100644 --- a/public/language/en-x-pirate/category.json +++ b/public/language/en-x-pirate/category.json @@ -1,12 +1,12 @@ { "category": "Category", "subcategories": "Subcategories", - "new_topic_button": "New Topic", + "new-topic-button": "New Topic", "guest-login-post": "Log in to post", - "no_topics": "Thar be no topics in 'tis category.
Why don't ye give a go' postin' one?", + "no-topics": "Thar be no topics in 'tis category.
Why don't ye give a go' postin' one?", "browsing": "browsin'", - "no_replies": "No one has replied to ye message", - "no_new_posts": "Thar be no new posts.", + "no-replies": "No one has replied to ye message", + "no-new-posts": "Thar be no new posts.", "watch": "Be watchin'", "ignore": "Be ignorin'", "watching": "Watching", diff --git a/public/language/en-x-pirate/email.json b/public/language/en-x-pirate/email.json index 23f1be0c52..9546ecd2df 100644 --- a/public/language/en-x-pirate/email.json +++ b/public/language/en-x-pirate/email.json @@ -3,8 +3,8 @@ "password-reset-requested": "Password Reset Requested!", "welcome-to": "Ahoy thar %1!", "invite": "Ye be invited by %1", - "greeting_no_name": "Hello", - "greeting_with_name": "Hello %1", + "greeting-no-name": "Hello", + "greeting-with-name": "Hello %1", "email.verify-your-email.subject": "Please verify your email", "email.verify.text1": "You've requested that we change or confirm your email address", "email.verify.text2": "For security purposes, we only change or confirm the email address on file once its ownership has been confirmed via email. If you did not request this, no action is required on your part.", @@ -24,7 +24,7 @@ "reset.notify.text2": "If you did not authorise this, please notify an administrator immediately.", "digest.unread-rooms": "Unread rooms", "digest.room-name-unreadcount": "%1 (%2 unread)", - "digest.latest_topics": "Latest topics from %1", + "digest.latest-topics": "Latest topics from %1", "digest.top-topics": "Top topics from %1", "digest.popular-topics": "Popular topics from %1", "digest.cta": "Click here to visit %1", @@ -36,8 +36,8 @@ "digest.title.day": "Your Daily Digest", "digest.title.week": "Your Weekly Digest", "digest.title.month": "Your Monthly Digest", - "notif.chat.subject": "New chat message received from %1", - "notif.chat.public-chat-subject": "New message from %1 in room %2", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "Click here to continue the conversation", "notif.chat.unsub.info": "This chat notification was sent to you due to your subscription settings.", "notif.post.unsub.info": "This post notification was sent to you due to your subscription settings.", diff --git a/public/language/en-x-pirate/error.json b/public/language/en-x-pirate/error.json index f19e8ad0fa..9836084180 100644 --- a/public/language/en-x-pirate/error.json +++ b/public/language/en-x-pirate/error.json @@ -184,6 +184,7 @@ "post-flagged-too-many-times": "This post has been flagged by others already", "user-flagged-too-many-times": "This user has been flagged by others already", "cant-flag-privileged": "You are not allowed to flag the profiles or content of privileged users (moderators/global moderators/admins)", + "cant-locate-flag-report": "Cannot locate flag report", "self-vote": "You cannot vote on your own post", "too-many-upvotes-today": "You can only upvote %1 times a day", "too-many-upvotes-today-user": "You can only upvote a user %1 times a day", diff --git a/public/language/en-x-pirate/flags.json b/public/language/en-x-pirate/flags.json index f12aaae53d..996e027833 100644 --- a/public/language/en-x-pirate/flags.json +++ b/public/language/en-x-pirate/flags.json @@ -1,5 +1,6 @@ { "state": "State", + "report": "Report", "reports": "Reports", "first-reported": "First Reported", "no-flags": "Hooray! No flags found.", @@ -8,6 +9,8 @@ "update": "Update", "updated": "Updated", "resolved": "Resolved", + "report-added": "Added", + "report-rescinded": "Rescinded", "target-purged": "The content this flag referred to has been purged and is no longer available.", "target-aboutme-empty": "This user has no "About Me" set.", diff --git a/public/language/en-x-pirate/global.json b/public/language/en-x-pirate/global.json index 6d01b5d682..ce4c269fcf 100644 --- a/public/language/en-x-pirate/global.json +++ b/public/language/en-x-pirate/global.json @@ -13,19 +13,19 @@ "400.message": "It looks like this link is malformed, please double-check and try again.
Return to the home page.
", "register": "Register", "login": "Login", - "please_log_in": "Please Log In", + "please-log-in": "Please Log In", "logout": "Logout", - "posting_restriction_info": "Postin' be currently restricted to registered members only, click here to log in.", - "welcome_back": "Welcome Back", - "you_have_successfully_logged_in": "Ye have successfully logged in", - "save_changes": "Save yer Changes", + "posting-restriction-info": "Postin' be currently restricted to registered members only, click here to log in.", + "welcome-back": "Welcome Back", + "you-have-successfully-logged-in": "Ye have successfully logged in", + "save-changes": "Save yer Changes", "save": "Save", "create": "Create", "cancel": "Cancel", "close": "Shoot down", "pagination": "Pagination", - "pagination.out_of": "%1 out of %2", - "pagination.enter_index": "Go to post index", + "pagination.out-of": "%1 out of %2", + "pagination.enter-index": "Go to post index", "header.admin": "Captains only", "header.categories": "Categories", "header.recent": "Recent", @@ -80,25 +80,25 @@ "lastpost": "Last post", "firstpost": "First post", "about": "About", - "read_more": "read more", + "read-more": "read more", "more": "More", "none": "None", - "posted_ago_by_guest": "posted %1 by Guest", - "posted_ago_by": "posted %1 by %2", - "posted_ago": "posted %1", - "posted_in": "posted in %1", - "posted_in_by": "posted in %1 by %2", - "posted_in_ago": "posted in %1 %2", - "posted_in_ago_by": "posted in %1 %2 by %3", - "user_posted_ago": "%1 posted %2", - "guest_posted_ago": "Guest posted %1", - "last_edited_by": "last edited by %1", + "posted-ago-by-guest": "posted %1 by Guest", + "posted-ago-by": "posted %1 by %2", + "posted-ago": "posted %1", + "posted-in": "posted in %1", + "posted-in-by": "posted in %1 by %2", + "posted-in-ago": "posted in %1 %2", + "posted-in-ago-by": "posted in %1 %2 by %3", + "user-posted-ago": "%1 posted %2", + "guest-posted-ago": "Guest posted %1", + "last-edited-by": "last edited by %1", "edited-timestamp": "Edited %1", "norecentposts": "No Recent Posts", "norecenttopics": "No Recent Topics", "recentposts": "Recent Messages", "recentips": "Recently Logged In IPs", - "moderator_tools": "Moderator Tools", + "moderator-tools": "Moderator Tools", "status": "Status", "online": "Available", "away": "Out to sea", @@ -109,7 +109,7 @@ "language": "Language", "guest": "Guest", "guests": "Guests", - "former_user": "A Former User", + "former-user": "A Former User", "system-user": "System", "unknown-user": "Unknown user", "updated.title": "Forum Updated", @@ -117,12 +117,12 @@ "privacy": "Privacy", "follow": "Follow", "unfollow": "Unfollow", - "delete_all": "Delete All", + "delete-all": "Delete All", "map": "Map", "sessions": "Login Sessions", - "ip_address": "IP Address", - "enter_page_number": "Enter page number", - "upload_file": "Upload file", + "ip-address": "IP Address", + "enter-page-number": "Enter page number", + "upload-file": "Upload file", "upload": "Upload", "uploads": "Uploads", "allowed-file-types": "Allowed file types are %1", @@ -131,7 +131,7 @@ "play": "Play", "cookies.message": "This website uses cookies to ensure you get the best experience on our website.", "cookies.accept": "Got it!", - "cookies.learn_more": "Learn More", + "cookies.learn-more": "Learn More", "edited": "Edited", "disabled": "Disabled", "select": "Select", diff --git a/public/language/en-x-pirate/groups.json b/public/language/en-x-pirate/groups.json index 94902e965d..25fe9c75e6 100644 --- a/public/language/en-x-pirate/groups.json +++ b/public/language/en-x-pirate/groups.json @@ -2,65 +2,65 @@ "all-groups": "All groups", "groups": "Groups", "members": "Members", - "view_group": "View Group", + "view-group": "View Group", "owner": "Group Owner", - "new_group": "Create New Group", - "no_groups_found": "There are no groups to see", + "new-group": "Create New Group", + "no-groups-found": "There are no groups to see", "pending.accept": "Accept", "pending.reject": "Reject", - "pending.accept_all": "Accept All", - "pending.reject_all": "Reject All", + "pending.accept-all": "Accept All", + "pending.reject-all": "Reject All", "pending.none": "There are no pending members at this time", "invited.none": "There are no invited members at this time", "invited.uninvite": "Rescind Invitation", "invited.search": "Search for a user to invite to this group", - "invited.notification_title": "You have been invited to join %1", - "request.notification_title": "Group Membership Request from %1", - "request.notification_text": "%1 has requested to become a member of %2", + "invited.notification-title": "You have been invited to join %1", + "request.notification-title": "Group Membership Request from %1", + "request.notification-text": "%1 has requested to become a member of %2", "cover-save": "Save", "cover-saving": "Saving", "details.title": "Group Details", "details.members": "Member List", "details.pending": "Pending Members", "details.invited": "Invited Members", - "details.has_no_posts": "This group's members have not made any posts.", - "details.latest_posts": "Latest Posts", + "details.has-no-posts": "This group's members have not made any posts.", + "details.latest-posts": "Latest Posts", "details.private": "Private", "details.disableJoinRequests": "Disable join requests", "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Grant/Rescind Ownership", "details.kick": "Kick", - "details.kick_confirm": "Are you sure you want to remove this member from the group?", + "details.kick-confirm": "Are you sure you want to remove this member from the group?", "details.add-member": "Add Member", - "details.owner_options": "Group Administration", - "details.group_name": "Group Name", - "details.member_count": "Member Count", - "details.creation_date": "Creation Date", + "details.owner-options": "Group Administration", + "details.group-name": "Group Name", + "details.member-count": "Member Count", + "details.creation-date": "Creation Date", "details.description": "Description", "details.member-post-cids": "Category IDs to display posts from", - "details.badge_preview": "Badge Preview", - "details.change_icon": "Change Icon", - "details.change_label_colour": "Change Label Colour", - "details.change_text_colour": "Change Text Colour", - "details.badge_text": "Badge Text", + "details.badge-preview": "Badge Preview", + "details.change-icon": "Change Icon", + "details.change-label-colour": "Change Label Colour", + "details.change-text-colour": "Change Text Colour", + "details.badge-text": "Badge Text", "details.userTitleEnabled": "Show Badge", - "details.private_help": "If enabled, joining of groups requires approval from a group owner", + "details.private-help": "If enabled, joining of groups requires approval from a group owner", "details.hidden": "Hidden", - "details.hidden_help": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", - "details.delete_group": "Delete Group", - "details.private_system_help": "Private groups is disabled at system level, this option does not do anything", + "details.hidden-help": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", + "details.delete-group": "Delete Group", + "details.private-system-help": "Private groups is disabled at system level, this option does not do anything", "event.updated": "Group details have been updated", "event.deleted": "The group \"%1\" has been deleted", "membership.accept-invitation": "Accept Invitation", - "membership.accept.notification_title": "You are now a member of %1", + "membership.accept.notification-title": "You are now a member of %1", "membership.invitation-pending": "Invitation Pending", "membership.join-group": "Join Group", "membership.leave-group": "Leave Group", - "membership.leave.notification_title": "%1 has left group %2", + "membership.leave.notification-title": "%1 has left group %2", "membership.reject": "Reject", - "new-group.group_name": "Group Name:", + "new-group.group-name": "Group Name:", "upload-group-cover": "Upload group cover", "bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group", "bulk-invite": "Bulk Invite", - "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" + "remove-group-cover-confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/en-x-pirate/login.json b/public/language/en-x-pirate/login.json index 6327a0b815..4ed0c76e4c 100644 --- a/public/language/en-x-pirate/login.json +++ b/public/language/en-x-pirate/login.json @@ -1,12 +1,12 @@ { "username-email": "Username / Email", "username": "Username", - "remember_me": "Remember Me?", - "forgot_password": "My mind be a scatt'rbrain, help a matey out!", - "alternative_logins": "Oth'r gangplanks", - "failed_login_attempt": "Ye be refused boardin'", - "login_successful": "Welcome on board, matey!", - "dont_have_account": "Don't have an account?", + "remember-me": "Remember Me?", + "forgot-password": "My mind be a scatt'rbrain, help a matey out!", + "alternative-logins": "Oth'r gangplanks", + "failed-login-attempt": "Ye be refused boardin'", + "login-successful": "Welcome on board, matey!", + "dont-have-account": "Don't have an account?", "logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity", "caps-lock-enabled": "Caps Lock is enabled" } \ No newline at end of file diff --git a/public/language/en-x-pirate/modules.json b/public/language/en-x-pirate/modules.json index d59feeb295..b2ce6a6339 100644 --- a/public/language/en-x-pirate/modules.json +++ b/public/language/en-x-pirate/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "Room %1", - "chat.chatting_with": "Chat with", + "chat.chatting-with": "Chat with", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Go to most recent message", @@ -8,12 +8,15 @@ "chat.chat-with-usernames": "Chat with %1", "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Send Parrot", - "chat.no_active": "Ye be a lonely sailor.", - "chat.user_typing": "%1 is typing ...", - "chat.user_has_messaged_you": "%1 has messaged you.", + "chat.no-active": "Ye be a lonely sailor.", + "chat.user-typing-1": "%1 is typing ...", + "chat.user-typing-2": "%1 and %2 are typing ...", + "chat.user-typing-3": "%1, %2 and %3 are typing ...", + "chat.user-typing-n": "%1, %2 and %3 others are typing ...", + "chat.user-has-messaged-you": "%1 has messaged you.", "chat.replying-to": "Replying to %1", - "chat.see_all": "All chats", - "chat.mark_all_read": "Mark all read", + "chat.see-all": "All chats", + "chat.mark-all-read": "Mark all read", "chat.no-messages": "Please select a recipient to view chat message history", "chat.no-users-in-room": "No users in this room", "chat.recent-chats": "Recent Chats", @@ -24,12 +27,16 @@ "chat.pop-out": "Pop out chat", "chat.minimize": "Minimize", "chat.maximize": "Maximize", - "chat.seven_days": "7 Days", - "chat.thirty_days": "30 Days", - "chat.three_months": "3 Months", - "chat.delete_message_confirm": "Are you sure you wish to delete this message?", + "chat.seven-days": "7 Days", + "chat.thirty-days": "30 Days", + "chat.three-months": "3 Months", + "chat.delete-message-confirm": "Are you sure you wish to delete this message?", "chat.retrieving-users": "Retrieving users...", "chat.view-users-list": "View users list", + "chat.pinned-messages": "Pinned Messages", + "chat.no-pinned-messages": "There are no pinned messages", + "chat.pin-message": "Pin Message", + "chat.unpin-message": "Unpin Message", "chat.public-rooms": "Public Rooms (%1)", "chat.private-rooms": "Private Rooms (%1)", "chat.create-room": "Create Chat Room", @@ -67,17 +74,24 @@ "chat.system.user-leave": "%1 has left the room ", "chat.system.room-rename": "%2 has renamed this room to \"%1\" ", "composer.compose": "Compose", - "composer.show_preview": "Show Preview", - "composer.hide_preview": "Hide Preview", + "composer.show-preview": "Show Preview", + "composer.hide-preview": "Hide Preview", "composer.help": "Help", - "composer.user_said_in": "%1 said in %2:", - "composer.user_said": "%1 said:", + "composer.user-said-in": "%1 said in %2:", + "composer.user-said": "%1 said:", "composer.discard": "Are you sure you wish to discard this post?", - "composer.submit_and_lock": "Submit and Lock", - "composer.toggle_dropdown": "Toggle Dropdown", + "composer.submit-and-lock": "Submit and Lock", + "composer.toggle-dropdown": "Toggle Dropdown", "composer.uploading": "Uploading %1", "composer.formatting.bold": "Bold", "composer.formatting.italic": "Italic", + "composer.formatting.heading": "Heading", + "composer.formatting.heading1": "Heading 1", + "composer.formatting.heading2": "Heading 2", + "composer.formatting.heading3": "Heading 3", + "composer.formatting.heading4": "Heading 4", + "composer.formatting.heading5": "Heading 5", + "composer.formatting.heading6": "Heading 6", "composer.formatting.list": "List", "composer.formatting.strikethrough": "Strikethrough", "composer.formatting.code": "Code", @@ -85,9 +99,10 @@ "composer.formatting.picture": "Image Link", "composer.upload-picture": "Upload Image", "composer.upload-file": "Upload File", - "composer.zen_mode": "Zen Mode", - "composer.select_category": "Select a category", + "composer.zen-mode": "Zen Mode", + "composer.select-category": "Select a category", "composer.textarea.placeholder": "Enter your post content here, drag and drop images", + "composer.post-queue-alert": "Hello👋!
This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.", "composer.schedule-for": "Schedule topic for", "composer.schedule-date": "Date", "composer.schedule-time": "Time", @@ -102,8 +117,8 @@ "bootbox.confirm": "Confirm", "bootbox.submit": "Submit", "bootbox.send": "Send", - "cover.dragging_title": "Cover Photo Positioning", - "cover.dragging_message": "Drag the cover photo to the desired position and click \"Save\"", + "cover.dragging-title": "Cover Photo Positioning", + "cover.dragging-message": "Drag the cover photo to the desired position and click \"Save\"", "cover.saved": "Cover photo image and position saved", "thumbs.modal.title": "Manage topic thumbnails", "thumbs.modal.no-thumbs": "No thumbnails found.", diff --git a/public/language/en-x-pirate/notifications.json b/public/language/en-x-pirate/notifications.json index ce989c11a8..9e636088a6 100644 --- a/public/language/en-x-pirate/notifications.json +++ b/public/language/en-x-pirate/notifications.json @@ -1,59 +1,68 @@ { "title": "Notifications", - "no_notifs": "You have no new notifications", - "see_all": "All notifications", - "mark_all_read": "Mark all read", - "back_to_home": "Back to %1", - "outgoing_link": "Go offshore", - "outgoing_link_message": "You are now leaving %1", - "continue_to": "Continue to %1", - "return_to": "Return to %1", - "new_notification": "You have a new notification", - "you_have_unread_notifications": "You have unread notifications.", + "no-notifs": "You have no new notifications", + "see-all": "All notifications", + "mark-all-read": "Mark all read", + "back-to-home": "Back to %1", + "outgoing-link": "Go offshore", + "outgoing-link-message": "You are now leaving %1", + "continue-to": "Continue to %1", + "return-to": "Return to %1", + "new-notification": "You have a new notification", + "you-have-unread-notifications": "You have unread notifications.", "all": "All", "topics": "Topics", + "tags": "Tags", "replies": "Replies", "chat": "Chats", "group-chat": "Group Chats", "public-chat": "Public Chats", "follows": "Follows", "upvote": "Upvotes", + "awards": "Awards", "new-flags": "New Flags", "my-flags": "Flags assigned to me", "bans": "Bans", - "new_message_from": "New message from %1", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1 has upvoted your post in %2.", - "upvoted_your_post_in_dual": "%1 and %2 have upvoted your post in %3.", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "%1 has moved your post to %2", - "moved_your_topic": "%1 has moved %2", - "user_flagged_post_in": "%1 flagged a post in %2", - "user_flagged_post_in_dual": "%1 and %2 flagged a post in %3", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1 flagged a user profile (%2)", - "user_flagged_user_dual": "%1 and %2 flagged a user profile (%3)", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "%1 has posted a reply to: %2", - "user_posted_to_dual": "%1 and %2 have posted replies to: %3", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1 has posted a new topic: %2", - "user_edited_post": "%1 has edited a post in %2", - "user_started_following_you": "%1 started following you.", - "user_started_following_you_dual": "%1 and %2 started following you.", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1 sent a registration request.", - "new_register_multiple": "There are %1 registration requests awaiting review.", - "flag_assigned_to_you": "Flag %1 has been assigned to you", - "post_awaiting_review": "Post awaiting review", + "new-message-from": "New message from %1", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 wrote in %3", + "user-posted-in-public-room-dual": "%1 and %2 wrote in %4", + "user-posted-in-public-room-triple": "%1, %2 and %3 wrote in %5", + "user-posted-in-public-room-multiple": "%1, %2 and %3 others wrote in %5", + "upvoted-your-post-in": "%1 has upvoted your post in %2.", + "upvoted-your-post-in-dual": "%1 and %2 have upvoted your post in %3.", + "upvoted-your-post-in-triple": "%1, %2 and %3 have upvoted your post in %4.", + "upvoted-your-post-in-multiple": "%1, %2 and %3 others have upvoted your post in %4.", + "moved-your-post": "%1 has moved your post to %2", + "moved-your-topic": "%1 has moved %2", + "user-flagged-post-in": "%1 flagged a post in %2", + "user-flagged-post-in-dual": "%1 and %2 flagged a post in %3", + "user-flagged-post-in-triple": "%1, %2 and %3 flagged a post in %4", + "user-flagged-post-in-multiple": "%1, %2 and %3 others flagged a post in %4", + "user-flagged-user": "%1 flagged a user profile (%2)", + "user-flagged-user-dual": "%1 and %2 flagged a user profile (%3)", + "user-flagged-user-triple": "%1, %2 and %3 flagged a user profile (%4)", + "user-flagged-user-multiple": "%1, %2 and %3 others flagged a user profile (%4)", + "user-posted-to": "%1 has posted a reply to: %2", + "user-posted-to-dual": "%1 and %2 have posted replies to: %3", + "user-posted-to-triple": "%1, %2 and %3 have posted replies to: %4", + "user-posted-to-multiple": "%1, %2 and %3 others have posted replies to: %4", + "user-posted-topic": "%1 has posted a new topic: %2", + "user-edited-post": "%1 has edited a post in %2", + "user-posted-topic-with-tag": "%1 has posted a new topic with tag %2", + "user-posted-topic-with-tag-dual": "%1 has posted a new topic with tags %2 and %3", + "user-posted-topic-with-tag-triple": "%1 has posted a new topic with tags %2, %3 and %4", + "user-posted-topic-with-tag-multiple": "%1 has posted a new topic with tags %2", + "user-started-following-you": "%1 started following you.", + "user-started-following-you-dual": "%1 and %2 started following you.", + "user-started-following-you-triple": "%1, %2 and %3 started following you.", + "user-started-following-you-multiple": "%1, %2 and %3 others started following you.", + "new-register": "%1 sent a registration request.", + "new-register-multiple": "There are %1 registration requests awaiting review.", + "flag-assigned-to-you": "Flag %1 has been assigned to you", + "post-awaiting-review": "Post awaiting review", "profile-exported": "%1 profile exported, click to download", "posts-exported": "%1 posts exported, click to download", "uploads-exported": "%1 uploads exported, click to download", @@ -66,22 +75,24 @@ "email-confirm-error-message": "There was a problem validating your email address. Perhaps the code was invalid or has expired.", "email-confirm-sent": "Confirmation email sent.", "none": "None", - "notification_only": "Notification Only", - "email_only": "Email Only", - "notification_and_email": "Notification & Email", - "notificationType_upvote": "When someone upvotes your post", - "notificationType_new-topic": "When someone you follow posts a topic", - "notificationType_new-reply": "When a new reply is posted in a topic you are watching", - "notificationType_post-edit": "When a post is edited in a topic you are watching", - "notificationType_follow": "When someone starts following you", - "notificationType_new-chat": "When you receive a chat message", - "notificationType_new-group-chat": "When you receive a group chat message", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "When you receive a group invite", - "notificationType_group-leave": "When a user leaves your group", - "notificationType_group-request-membership": "When someone requests to join a group you own", - "notificationType_new-register": "When someone gets added to registration queue", - "notificationType_post-queue": "When a new post is queued", - "notificationType_new-post-flag": "When a post is flagged", - "notificationType_new-user-flag": "When a user is flagged" + "notification-only": "Notification Only", + "email-only": "Email Only", + "notification-and-email": "Notification & Email", + "notificationType-upvote": "When someone upvotes your post", + "notificationType-new-topic": "When someone you follow posts a topic", + "notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow", + "notificationType-new-reply": "When a new reply is posted in a topic you are watching", + "notificationType-post-edit": "When a post is edited in a topic you are watching", + "notificationType-follow": "When someone starts following you", + "notificationType-new-chat": "When you receive a chat message", + "notificationType-new-group-chat": "When you receive a group chat message", + "notificationType-new-public-chat": "When you receive a public group chat message", + "notificationType-group-invite": "When you receive a group invite", + "notificationType-group-leave": "When a user leaves your group", + "notificationType-group-request-membership": "When someone requests to join a group you own", + "notificationType-new-register": "When someone gets added to registration queue", + "notificationType-post-queue": "When a new post is queued", + "notificationType-new-post-flag": "When a post is flagged", + "notificationType-new-user-flag": "When a user is flagged", + "notificationType-new-reward": "When you earn a new reward" } \ No newline at end of file diff --git a/public/language/en-x-pirate/pages.json b/public/language/en-x-pirate/pages.json index d8ad0278c5..01abf0b23a 100644 --- a/public/language/en-x-pirate/pages.json +++ b/public/language/en-x-pirate/pages.json @@ -47,7 +47,8 @@ "account/latest-posts": "Latest posts made by %1", "account/topics": "Topics created by %1", "account/groups": "%1's Groups", - "account/watched_categories": "%1's Watched Categories", + "account/watched-categories": "%1's Watched Categories", + "account/watched-tags": "%1's Watched Tags", "account/bookmarks": "%1's Bookmarked Posts", "account/settings": "User Settings", "account/settings-of": "Changing settings of %1", diff --git a/public/language/en-x-pirate/recent.json b/public/language/en-x-pirate/recent.json index 4f60e125fc..d5a45a0b82 100644 --- a/public/language/en-x-pirate/recent.json +++ b/public/language/en-x-pirate/recent.json @@ -5,7 +5,7 @@ "month": "Month", "year": "Year", "alltime": "All Time", - "no_recent_topics": "There be no recent topics.", - "no_popular_topics": "There are no popular topics.", + "no-recent-topics": "There be no recent topics.", + "no-popular-topics": "There are no popular topics.", "load-new-posts": "Load new posts" } \ No newline at end of file diff --git a/public/language/en-x-pirate/register.json b/public/language/en-x-pirate/register.json index 42f892518f..56d82e094f 100644 --- a/public/language/en-x-pirate/register.json +++ b/public/language/en-x-pirate/register.json @@ -1,32 +1,32 @@ { "register": "Board the ship", "already-have-account": "Already have an account?", - "cancel_registration": "Cancel Registration", + "cancel-registration": "Cancel Registration", "help.email": "By default, your email will be hidden from the public.", - "help.username_restrictions": "A unique username between %1 and %2 characters. Others can mention you with @username.", - "help.minimum_password_length": "Your password's length must be at least %1 characters.", - "email_address": "Email Address", - "email_address_placeholder": "Enter Email Address", + "help.username-restrictions": "A unique username between %1 and %2 characters. Others can mention you with @username.", + "help.minimum-password-length": "Your password's length must be at least %1 characters.", + "email-address": "Email Address", + "email-address-placeholder": "Enter Email Address", "username": "Username", - "username_placeholder": "Enter Username", + "username-placeholder": "Enter Username", "password": "Password", - "password_placeholder": "Enter Password", - "confirm_password": "Confirm Password", - "confirm_password_placeholder": "Confirm Password", - "register_now_button": "Register Now", - "alternative_registration": "Alternative Registration", - "terms_of_use": "Terms of Use", - "agree_to_terms_of_use": "I agree to the Terms of Use", - "terms_of_use_error": "You must agree to the Terms of Use", + "password-placeholder": "Enter Password", + "confirm-password": "Confirm Password", + "confirm-password-placeholder": "Confirm Password", + "register-now-button": "Register Now", + "alternative-registration": "Alternative Registration", + "terms-of-use": "Terms of Use", + "agree-to-terms-of-use": "I agree to the Terms of Use", + "terms-of-use-error": "You must agree to the Terms of Use", "registration-added-to-queue": "Your registration has been added to the approval queue. You will receive an email when it is accepted by an administrator.", "registration-queue-average-time": "Our average time for approving memberships is %1 hours %2 minutes.", "registration-queue-auto-approve-time": "Your membership to this forum will be fully activated in up to %1 hours.", "interstitial.intro": "We'd like some additional information in order to update your account…", "interstitial.intro-new": "We'd like some additional information before we can create your account…", "interstitial.errors-found": "Please review the entered information:", - "gdpr_agree_data": "I consent to the collection and processing of my personal information on this website.", - "gdpr_agree_email": "I consent to receive digest and notification emails from this website.", - "gdpr_consent_denied": "You must give consent to this site to collect/process your information, and to send you emails.", + "gdpr-agree-data": "I consent to the collection and processing of my personal information on this website.", + "gdpr-agree-email": "I consent to receive digest and notification emails from this website.", + "gdpr-consent-denied": "You must give consent to this site to collect/process your information, and to send you emails.", "invite.error-admin-only": "Direct user registration has been disabled. Please contact an administrator for more details.", "invite.error-invite-only": "Direct user registration has been disabled. You must be invited by an existing user in order to access this forum.", "invite.error-invalid-data": "The registration data received does not correspond to our records. Please contact an administrator for more details" diff --git a/public/language/en-x-pirate/reset_password.json b/public/language/en-x-pirate/reset_password.json index 8643f923bc..d82a1809bd 100644 --- a/public/language/en-x-pirate/reset_password.json +++ b/public/language/en-x-pirate/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "Reset Password", - "update_password": "Update Password", - "password_changed.title": "Password Changed", - "password_changed.message": "

Password successfully reset, please log in again.", - "wrong_reset_code.title": "Incorrect Reset Code", - "wrong_reset_code.message": "The reset code received was incorrect. Please try again, or request a new reset code.", - "new_password": "New Password", - "repeat_password": "Confirm Password", - "changing_password": "Changing Password", - "enter_email": "Please enter your email address and we will send you an email with instructions on how to reset your account.", - "enter_email_address": "Enter Email Address", - "password_reset_sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", - "invalid_email": "Invalid Email / Email does not exist!", - "password_too_short": "The password entered is too short, please pick a different password.", - "passwords_do_not_match": "The two passwords you've entered do not match.", - "password_expired": "Your password has expired, please choose a new password" + "reset-password": "Reset Password", + "update-password": "Update Password", + "password-changed.title": "Password Changed", + "password-changed.message": "

Password successfully reset, please log in again.", + "wrong-reset-code.title": "Incorrect Reset Code", + "wrong-reset-code.message": "The reset code received was incorrect. Please try again, or request a new reset code.", + "new-password": "New Password", + "repeat-password": "Confirm Password", + "changing-password": "Changing Password", + "enter-email": "Please enter your email address and we will send you an email with instructions on how to reset your account.", + "enter-email-address": "Enter Email Address", + "password-reset-sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", + "invalid-email": "Invalid Email / Email does not exist!", + "password-too-short": "The password entered is too short, please pick a different password.", + "passwords-do-not-match": "The two passwords you've entered do not match.", + "password-expired": "Your password has expired, please choose a new password" } \ No newline at end of file diff --git a/public/language/en-x-pirate/rewards.json b/public/language/en-x-pirate/rewards.json new file mode 100644 index 0000000000..f923cf1500 --- /dev/null +++ b/public/language/en-x-pirate/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "You have been awarded %1 reputation", + "awarded-group-membership": "You have been added to the group %1", + + "essentials/user.reputation-conditional-value": "(Reputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Post Count %1 %2)", + "essentials/user.lastonline-conditional-value": "(Last Online %1 %2)", + "essentials/user.joindate-conditional-value": "(Join Date %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Days Registered %1 %2)" +} \ No newline at end of file diff --git a/public/language/en-x-pirate/search.json b/public/language/en-x-pirate/search.json index 158a2d8d4c..aba25b2345 100644 --- a/public/language/en-x-pirate/search.json +++ b/public/language/en-x-pirate/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Type to search", - "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)", + "results-matching": "%1 result(s) matching \"%2\", (%3 seconds)", "no-matches": "No matches found", "advanced-search": "Advanced Search", "in": "In", diff --git a/public/language/en-x-pirate/tags.json b/public/language/en-x-pirate/tags.json index 9412cca1b4..90ad7bb354 100644 --- a/public/language/en-x-pirate/tags.json +++ b/public/language/en-x-pirate/tags.json @@ -1,11 +1,17 @@ { "all-tags": "All tags", - "no_tag_topics": "There are no topics with this tag.", + "no-tag-topics": "There are no topics with this tag.", "no-tags-found": "No tags found", "tags": "Tags", - "enter_tags_here": "Enter tags here, between %1 and %2 characters each.", - "enter_tags_here_short": "Enter tags...", - "no_tags": "There are no tags yet.", - "select_tags": "Select Tags", - "tag-whitelist": "Tag Whitelist" + "enter-tags-here": "Enter tags here, between %1 and %2 characters each.", + "enter-tags-here-short": "Enter tags...", + "no-tags": "There are no tags yet.", + "select-tags": "Select Tags", + "tag-whitelist": "Tag Whitelist", + "watching": "Watching", + "not-watching": "Not Watching", + "watching.description": "Notify me of new topics.", + "not-watching.description": "Do not notify me of new topics.", + "following-tag.message": "You will now be receiving notifications when somebody posts a topic with this tag.", + "not-following-tag.message": "You will not receive notifications when somebody posts a topic with this tag." } \ No newline at end of file diff --git a/public/language/en-x-pirate/themes/harmony.json b/public/language/en-x-pirate/themes/harmony.json index f915155306..5e0a65f946 100644 --- a/public/language/en-x-pirate/themes/harmony.json +++ b/public/language/en-x-pirate/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page", "settings.autohideBottombar": "Auto hide bottom bar", "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down", + "settings.openSidebars": "Open sidebars", "settings.chatModals": "Enable chat modals" } \ No newline at end of file diff --git a/public/language/en-x-pirate/top.json b/public/language/en-x-pirate/top.json index b8a05bfa5f..6e1e05674e 100644 --- a/public/language/en-x-pirate/top.json +++ b/public/language/en-x-pirate/top.json @@ -1,4 +1,4 @@ { "title": "Top", - "no_top_topics": "No top topics" + "no-top-topics": "No top topics" } \ No newline at end of file diff --git a/public/language/en-x-pirate/topic.json b/public/language/en-x-pirate/topic.json index 30bbd10cd7..3af5a1128a 100644 --- a/public/language/en-x-pirate/topic.json +++ b/public/language/en-x-pirate/topic.json @@ -1,20 +1,20 @@ { "topic": "Topic", "title": "Title", - "no_topics_found": "No topics found!", - "no_posts_found": "No posts found!", - "post_is_deleted": "This post is deleted!", - "topic_is_deleted": "This topic is deleted!", + "no-topics-found": "No topics found!", + "no-posts-found": "No posts found!", + "post-is-deleted": "This post is deleted!", + "topic-is-deleted": "This topic is deleted!", "profile": "Profile", - "posted_by": "Posted by %1", - "posted_by_guest": "Posted by Guest", + "posted-by": "Posted by %1", + "posted-by-guest": "Posted by Guest", "chat": "Chat", - "notify_me": "Be notified of new replies in this topic", + "notify-me": "Be notified of new replies in this topic", "quote": "Quote", "reply": "Reply", - "replies_to_this_post": "%1 Replies", - "one_reply_to_this_post": "1 Reply", - "last_reply_time": "Last reply", + "replies-to-this-post": "%1 Replies", + "one-reply-to-this-post": "1 Reply", + "last-reply-time": "Last reply", "reply-as-topic": "Reply as topic", "guest-login-reply": "Log in to reply", "login-to-view": "🔒 Log in to view", @@ -64,129 +64,130 @@ "user-referenced-topic-on": "%1 referenced this topic on %3", "user-forked-topic-ago": "%1 forked this topic %3", "user-forked-topic-on": "%1 forked this topic on %3", - "bookmark_instructions": "Click here to return to the last read post in this thread.", + "bookmark-instructions": "Click here to return to the last read post in this thread.", "flag-post": "Flag this post", "flag-user": "Flag this user", "already-flagged": "Already Flagged", "view-flag-report": "View Flag Report", "resolve-flag": "Resolve Flag", - "merged_message": "This topic has been merged into %2", - "deleted_message": "This topic has been deleted. Only users with topic management privileges can see it.", - "following_topic.message": "You will now be receiving notifications when somebody posts to this topic.", - "not_following_topic.message": "You will see this topic in the unread topics list, but you will not receive notifications when somebody posts to this topic.", - "ignoring_topic.message": "You will no longer see this topic in the unread topics list. You will be notified when you are mentioned or your post is up voted.", - "login_to_subscribe": "Please register or log in in order to subscribe to this topic.", + "merged-message": "This topic has been merged into %2", + "forked-message": "This topic was forked from %2", + "deleted-message": "This topic has been deleted. Only users with topic management privileges can see it.", + "following-topic.message": "You will now be receiving notifications when somebody posts to this topic.", + "not-following-topic.message": "You will see this topic in the unread topics list, but you will not receive notifications when somebody posts to this topic.", + "ignoring-topic.message": "You will no longer see this topic in the unread topics list. You will be notified when you are mentioned or your post is up voted.", + "login-to-subscribe": "Please register or log in in order to subscribe to this topic.", "markAsUnreadForAll.success": "Topic marked as unread for all.", - "mark_unread": "Mark unread", - "mark_unread.success": "Topic marked as unread.", + "mark-unread": "Mark unread", + "mark-unread.success": "Topic marked as unread.", "watch": "Watch", "unwatch": "Unwatch", "watch.title": "Be notified of new replies in this topic", "unwatch.title": "Stop watching this topic", - "share_this_post": "Share this Post", + "share-this-post": "Share this Post", "watching": "Watching", "not-watching": "Not Watching", "ignoring": "Ignoring", "watching.description": "Notify me of new replies.
Show topic in unread.", "not-watching.description": "Do not notify me of new replies.
Show topic in unread if category is not ignored.", "ignoring.description": "Do not notify me of new replies.
Do not show topic in unread.", - "thread_tools.title": "Topic Tools", - "thread_tools.markAsUnreadForAll": "Mark Unread For All", - "thread_tools.pin": "Pin Topic", - "thread_tools.unpin": "Unpin Topic", - "thread_tools.lock": "Lock Topic", - "thread_tools.unlock": "Unlock Topic", - "thread_tools.move": "Move Topic", - "thread_tools.move-posts": "Move Posts", - "thread_tools.move_all": "Move All", - "thread_tools.change_owner": "Change Owner", - "thread_tools.select_category": "Select Category", - "thread_tools.fork": "Fork Topic", - "thread_tools.tag": "Tag Topic", - "thread_tools.delete": "Delete Topic", - "thread_tools.delete-posts": "Delete Posts", - "thread_tools.delete_confirm": "Are you sure you want to delete this topic?", - "thread_tools.restore": "Restore Topic", - "thread_tools.restore_confirm": "Are you sure you want to restore this topic?", - "thread_tools.purge": "Purge Topic", - "thread_tools.purge_confirm": "Are you sure you want to purge this topic?", - "thread_tools.merge_topics": "Merge Topics", - "thread_tools.merge": "Merge Topic", - "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_undone": "Topic move undone", - "topic_move_posts_success": "Posts will be moved shortly. Click here to undo.", - "topic_move_posts_undone": "Post move undone", - "post_delete_confirm": "Are you sure you want to delete this post?", - "post_restore_confirm": "Are you sure you want to restore this post?", - "post_purge_confirm": "Are you sure you want to purge this post?", + "thread-tools.title": "Topic Tools", + "thread-tools.markAsUnreadForAll": "Mark Unread For All", + "thread-tools.pin": "Pin Topic", + "thread-tools.unpin": "Unpin Topic", + "thread-tools.lock": "Lock Topic", + "thread-tools.unlock": "Unlock Topic", + "thread-tools.move": "Move Topic", + "thread-tools.move-posts": "Move Posts", + "thread-tools.move-all": "Move All", + "thread-tools.change-owner": "Change Owner", + "thread-tools.select-category": "Select Category", + "thread-tools.fork": "Fork Topic", + "thread-tools.tag": "Tag Topic", + "thread-tools.delete": "Delete Topic", + "thread-tools.delete-posts": "Delete Posts", + "thread-tools.delete-confirm": "Are you sure you want to delete this topic?", + "thread-tools.restore": "Restore Topic", + "thread-tools.restore-confirm": "Are you sure you want to restore this topic?", + "thread-tools.purge": "Purge Topic", + "thread-tools.purge-confirm": "Are you sure you want to purge this topic?", + "thread-tools.merge-topics": "Merge Topics", + "thread-tools.merge": "Merge Topic", + "topic-move-success": "This topic will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-multiple-success": "These topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-all-success": "All topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-undone": "Topic move undone", + "topic-move-posts-success": "Posts will be moved shortly. Click here to undo.", + "topic-move-posts-undone": "Post move undone", + "post-delete-confirm": "Are you sure you want to delete this post?", + "post-restore-confirm": "Are you sure you want to restore this post?", + "post-purge-confirm": "Are you sure you want to purge this post?", "pin-modal-expiry": "Expiration Date", "pin-modal-help": "You can optionally set an expiration date for the pinned topic(s) here. Alternatively, you can leave this field blank to have the topic stay pinned until it is manually unpinned.", - "load_categories": "Loading Categories", - "confirm_move": "Move", - "confirm_fork": "Fork", + "load-categories": "Loading Categories", + "confirm-move": "Move", + "confirm-fork": "Fork", "bookmark": "Bookmark", "bookmarks": "Bookmarks", - "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.", + "bookmarks.has-no-bookmarks": "You haven't bookmarked any posts yet.", "copy-permalink": "Copy Permalink", - "loading_more_posts": "Loading More Posts", - "move_topic": "Move Topic", - "move_topics": "Move Topics", - "move_post": "Move Post", - "post_moved": "Post moved!", - "fork_topic": "Fork Topic", + "loading-more-posts": "Loading More Posts", + "move-topic": "Move Topic", + "move-topics": "Move Topics", + "move-post": "Move Post", + "post-moved": "Post moved!", + "fork-topic": "Fork Topic", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", - "fork_no_pids": "No posts selected!", + "fork-topic-instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", + "fork-no-pids": "No posts selected!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", "x-posts-will-be-moved-to-y": "%1 post(s) will be moved to \"%2\"", - "fork_pid_count": "%1 post(s) selected", - "fork_success": "Successfully forked topic! Click here to go to the forked topic.", - "delete_posts_instruction": "Click the posts you want to delete/purge", - "merge_topics_instruction": "Click the topics you want to merge or search for them", + "fork-pid-count": "%1 post(s) selected", + "fork-success": "Successfully forked topic! Click here to go to the forked topic.", + "delete-posts-instruction": "Click the posts you want to delete/purge", + "merge-topics-instruction": "Click the topics you want to merge or search for them", "merge-topic-list-title": "List of topics to be merged", "merge-options": "Merge options", "merge-select-main-topic": "Select the main topic", "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", - "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", - "move_topic_instruction": "Select the target category and then click move", - "change_owner_instruction": "Click the posts you want to assign to another user", - "composer.title_placeholder": "Enter your topic title here...", - "composer.handle_placeholder": "Enter your name/handle here", + "move-posts-instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move-topic-instruction": "Select the target category and then click move", + "change-owner-instruction": "Click the posts you want to assign to another user", + "composer.title-placeholder": "Enter your topic title here...", + "composer.handle-placeholder": "Enter your name/handle here", "composer.hide": "Hide", "composer.discard": "Discard", "composer.submit": "Submit", "composer.additional-options": "Additional Options", "composer.post-later": "Post Later", "composer.schedule": "Schedule", - "composer.replying_to": "Replying to %1", - "composer.new_topic": "New Topic", + "composer.replying-to": "Replying to %1", + "composer.new-topic": "New Topic", "composer.editing-in": "Editing post in %1", "composer.uploading": "uploading...", - "composer.thumb_url_label": "Paste a topic thumbnail URL", - "composer.thumb_title": "Add a thumbnail to this topic", - "composer.thumb_url_placeholder": "http://example.com/thumb.png", - "composer.thumb_file_label": "Or upload a file", - "composer.thumb_remove": "Clear fields", - "composer.drag_and_drop_images": "Drag and Drop Images Here", - "more_users_and_guests": "%1 more user(s) and %2 guest(s)", - "more_users": "%1 more user(s)", - "more_guests": "%1 more guest(s)", - "users_and_others": "%1 and %2 others", - "sort_by": "Sort by", - "oldest_to_newest": "Oldest to Newest", - "newest_to_oldest": "Newest to Oldest", - "most_votes": "Most Votes", - "most_posts": "Most Posts", - "most_views": "Most Views", + "composer.thumb-url-label": "Paste a topic thumbnail URL", + "composer.thumb-title": "Add a thumbnail to this topic", + "composer.thumb-url-placeholder": "http://example.com/thumb.png", + "composer.thumb-file-label": "Or upload a file", + "composer.thumb-remove": "Clear fields", + "composer.drag-and-drop-images": "Drag and Drop Images Here", + "more-users-and-guests": "%1 more user(s) and %2 guest(s)", + "more-users": "%1 more user(s)", + "more-guests": "%1 more guest(s)", + "users-and-others": "%1 and %2 others", + "sort-by": "Sort by", + "oldest-to-newest": "Oldest to Newest", + "newest-to-oldest": "Newest to Oldest", + "most-votes": "Most Votes", + "most-posts": "Most Posts", + "most-views": "Most Views", "stale.title": "Create new topic instead?", "stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?", "stale.create": "Create a new topic", - "stale.reply_anyway": "Reply to this topic anyway", - "link_back": "Re: [%1](%2)", + "stale.reply-anyway": "Reply to this topic anyway", + "link-back": "Re: [%1](%2)", "diffs.title": "Post Edit History", "diffs.description": "This post has %1 revisions. Click one of the revisions below to see the post content at that point in time.", "diffs.no-revisions-description": "This post has %1 revisions.", @@ -197,8 +198,8 @@ "diffs.post-restored": "Post successfully restored to earlier revision", "diffs.delete": "Delete this revision", "diffs.deleted": "Revision deleted", - "timeago_later": "%1 later", - "timeago_earlier": "%1 earlier", + "timeago-later": "%1 later", + "timeago-earlier": "%1 earlier", "first-post": "First post", "last-post": "Last post", "go-to-my-next-post": "Go to my next post", diff --git a/public/language/en-x-pirate/unread.json b/public/language/en-x-pirate/unread.json index 8f28de6b68..53751bd7d5 100644 --- a/public/language/en-x-pirate/unread.json +++ b/public/language/en-x-pirate/unread.json @@ -1,12 +1,12 @@ { "title": "Unread", - "no_unread_topics": "There be no unread topics.", - "load_more": "Giv'er more", - "mark_as_read": "Mark as Read", + "no-unread-topics": "There be no unread topics.", + "load-more": "Giv'er more", + "mark-as-read": "Mark as Read", "selected": "Selected", "all": "All", - "all_categories": "All categories", - "topics_marked_as_read.success": "Topics marked as read!", + "all-categories": "All categories", + "topics-marked-as-read.success": "Topics marked as read!", "all-topics": "All Topics", "new-topics": "New Topics", "watched-topics": "Watched Topics", diff --git a/public/language/en-x-pirate/user.json b/public/language/en-x-pirate/user.json index 8736927dcd..02a2e7be67 100644 --- a/public/language/en-x-pirate/user.json +++ b/public/language/en-x-pirate/user.json @@ -7,22 +7,22 @@ "joindate": "Join Date", "postcount": "Post Count", "email": "Email", - "confirm_email": "Confirm Email", - "account_info": "Account Info", - "admin_actions_label": "Administrative Actions", - "ban_account": "Ban Account", - "ban_account_confirm": "Do you really want to ban this user?", - "unban_account": "Unban Account", - "mute_account": "Mute Account", - "unmute_account": "Unmute Account", - "delete_account": "Delete Account", - "delete_account_as_admin": "Delete Account", - "delete_content": "Delete Account Content", - "delete_all": "Delete Account and Content", - "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", - "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", - "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", - "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "confirm-email": "Confirm Email", + "account-info": "Account Info", + "admin-actions-label": "Administrative Actions", + "ban-account": "Ban Account", + "ban-account-confirm": "Do you really want to ban this user?", + "unban-account": "Unban Account", + "mute-account": "Mute Account", + "unmute-account": "Unmute Account", + "delete-account": "Delete Account", + "delete-account-as-admin": "Delete Account", + "delete-content": "Delete Account Content", + "delete-all": "Delete Account and Content", + "delete-account-confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", + "delete-this-account-confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", + "delete-account-content-confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "delete-all-confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", "account-deleted": "Account deleted", "account-content-deleted": "Account content deleted", "fullname": "Full Name", @@ -32,11 +32,12 @@ "joined": "Joined", "lastonline": "Last Online", "profile": "Profile", - "profile_views": "Profile views", + "profile-views": "Profile views", "reputation": "Reputation", "bookmarks": "Bookmarks", - "watched_categories": "Watched categories", - "change_all": "Change All", + "watched-categories": "Watched categories", + "watched-tags": "Watched tags", + "change-all": "Change All", "watched": "Watched", "ignored": "Ignored", "default-category-watch-state": "Default category watch state", @@ -44,83 +45,84 @@ "following": "Following", "blocks": "Blocks", "blocked-users": "Blocked users", - "block_toggle": "Toggle Block", - "block_user": "Block User", - "unblock_user": "Unblock User", + "block-toggle": "Toggle Block", + "block-user": "Block User", + "unblock-user": "Unblock User", "aboutme": "About me", "signature": "Signature", "birthday": "Birthday", "chat": "Chat", - "chat_with": "Continue chat with %1", - "new_chat_with": "Start new chat with %1", + "chat-with": "Continue chat with %1", + "new-chat-with": "Start new chat with %1", "flag-profile": "Flag Profile", "follow": "Follow", "unfollow": "Unfollow", "more": "More", - "profile_update_success": "Profile has been updated successfully!", - "change_picture": "Change Picture", - "change_username": "Change Username", - "change_email": "Change Email", - "email_same_as_password": "Please enter your current password to continue – you've entered your new email again", + "profile-update-success": "Profile has been updated successfully!", + "change-picture": "Change Picture", + "change-username": "Change Username", + "change-email": "Change Email", + "email-updated": "Email Updated", + "email-same-as-password": "Please enter your current password to continue – you've entered your new email again", "edit": "Edit", "edit-profile": "Edit Profile", - "default_picture": "Default Icon", - "uploaded_picture": "Uploaded Picture", - "upload_new_picture": "Upload New Picture", - "upload_new_picture_from_url": "Upload New Picture From URL", - "current_password": "Current Password", - "new_password": "New Password", - "change_password": "Change Password", - "change_password_error": "Invalid Password!", - "change_password_error_wrong_current": "Your current password is not correct!", - "change_password_error_match": "Passwords must match!", - "change_password_error_privileges": "You do not have the rights to change this password.", - "change_password_success": "Your password is updated!", - "confirm_password": "Confirm Password", + "default-picture": "Default Icon", + "uploaded-picture": "Uploaded Picture", + "upload-new-picture": "Upload New Picture", + "upload-new-picture-from-url": "Upload New Picture From URL", + "current-password": "Current Password", + "new-password": "New Password", + "change-password": "Change Password", + "change-password-error": "Invalid Password!", + "change-password-error-wrong-current": "Your current password is not correct!", + "change-password-error-match": "Passwords must match!", + "change-password-error-privileges": "You do not have the rights to change this password.", + "change-password-success": "Your password is updated!", + "confirm-password": "Confirm Password", "password": "Password", - "username_taken_workaround": "The username you requested was already taken, so we have altered it slightly. You are now known as %1", - "password_same_as_username": "Your password is the same as your username, please select another password.", - "password_same_as_email": "Your password is the same as your email, please select another password.", - "weak_password": "Weak password.", - "upload_picture": "Upload picture", - "upload_a_picture": "Upload a picture", - "remove_uploaded_picture": "Remove Uploaded Picture", - "upload_cover_picture": "Upload cover picture", - "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", - "crop_picture": "Crop picture", - "upload_cropped_picture": "Crop and upload", + "username-taken-workaround": "The username you requested was already taken, so we have altered it slightly. You are now known as %1", + "password-same-as-username": "Your password is the same as your username, please select another password.", + "password-same-as-email": "Your password is the same as your email, please select another password.", + "weak-password": "Weak password.", + "upload-picture": "Upload picture", + "upload-a-picture": "Upload a picture", + "remove-uploaded-picture": "Remove Uploaded Picture", + "upload-cover-picture": "Upload cover picture", + "remove-cover-picture-confirm": "Are you sure you want to remove the cover picture?", + "crop-picture": "Crop picture", + "upload-cropped-picture": "Crop and upload", "avatar-background-colour": "Avatar background colour", "settings": "Settings", - "show_email": "Show My Email", - "show_fullname": "Show My Full Name", - "restrict_chats": "Only allow chat messages from users I follow", - "digest_label": "Subscribe to Digest", - "digest_description": "Subscribe to email updates for this forum (new notifications and topics) according to a set schedule", - "digest_off": "Off", - "digest_daily": "Daily", - "digest_weekly": "Weekly", - "digest_biweekly": "Bi-Weekly", - "digest_monthly": "Monthly", - "has_no_follower": "This user doesn't have any followers :(", - "follows_no_one": "This user isn't following anyone :(", - "has_no_posts": "This user hasn't posted anything yet.", - "has_no_best_posts": "This user does not have any upvoted posts yet.", - "has_no_topics": "This user hasn't posted any topics yet.", - "has_no_watched_topics": "This user hasn't watched any topics yet.", - "has_no_ignored_topics": "This user hasn't ignored any topics yet.", - "has_no_upvoted_posts": "This user hasn't upvoted any posts yet.", - "has_no_downvoted_posts": "This user hasn't downvoted any posts yet.", - "has_no_controversial_posts": "This user does not have any downvoted posts yet.", - "has_no_blocks": "You have blocked no users.", - "email_hidden": "Email Hidden", + "show-email": "Show My Email", + "show-fullname": "Show My Full Name", + "restrict-chats": "Only allow chat messages from users I follow", + "digest-label": "Subscribe to Digest", + "digest-description": "Subscribe to email updates for this forum (new notifications and topics) according to a set schedule", + "digest-off": "Off", + "digest-daily": "Daily", + "digest-weekly": "Weekly", + "digest-biweekly": "Bi-Weekly", + "digest-monthly": "Monthly", + "has-no-follower": "This user doesn't have any followers :(", + "follows-no-one": "This user isn't following anyone :(", + "has-no-posts": "This user hasn't posted anything yet.", + "has-no-best-posts": "This user does not have any upvoted posts yet.", + "has-no-topics": "This user hasn't posted any topics yet.", + "has-no-watched-topics": "This user hasn't watched any topics yet.", + "has-no-ignored-topics": "This user hasn't ignored any topics yet.", + "has-no-upvoted-posts": "This user hasn't upvoted any posts yet.", + "has-no-downvoted-posts": "This user hasn't downvoted any posts yet.", + "has-no-controversial-posts": "This user does not have any downvoted posts yet.", + "has-no-blocks": "You have blocked no users.", + "email-hidden": "Email Hidden", "hidden": "hidden", - "paginate_description": "Paginate topics and posts instead of using infinite scroll", - "topics_per_page": "Topics per Page", - "posts_per_page": "Posts per Page", + "paginate-description": "Paginate topics and posts instead of using infinite scroll", + "topics-per-page": "Topics per Page", + "posts-per-page": "Posts per Page", "category-topic-sort": "Category topic sort", "topic-post-sort": "Topic post sort", - "max_items_per_page": "Maximum %1", - "acp_language": "Admin Page Language", + "max-items-per-page": "Maximum %1", + "acp-language": "Admin Page Language", "notifications": "Notifications", "upvote-notif-freq": "Upvote Notification Frequency", "upvote-notif-freq.all": "All Upvotes", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "On 10, 100, 1000...", "upvote-notif-freq.disabled": "Disabled", "browsing": "Browsing Settings", - "open_links_in_new_tab": "Open outgoing links in new tab", - "enable_topic_searching": "Enable In-Topic Searching", - "topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen", - "update_url_with_post_index": "Update url with post index while browsing topics", - "scroll_to_my_post": "After posting a reply, show the new post", - "follow_topics_you_reply_to": "Watch topics that you reply to", - "follow_topics_you_create": "Watch topics you create", + "open-links-in-new-tab": "Open outgoing links in new tab", + "enable-topic-searching": "Enable In-Topic Searching", + "topic-search-help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen", + "update-url-with-post-index": "Update url with post index while browsing topics", + "scroll-to-my-post": "After posting a reply, show the new post", + "follow-topics-you-reply-to": "Watch topics that you reply to", + "follow-topics-you-create": "Watch topics you create", "grouptitle": "Group Title", "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "No group title", @@ -145,9 +147,9 @@ "no-skin": "No Skin", "select-homepage": "Select a Homepage", "homepage": "Homepage", - "homepage_description": "Select a page to use as the forum homepage or 'None' to use the default homepage.", - "custom_route": "Custom Homepage Route", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", + "homepage-description": "Select a page to use as the forum homepage or 'None' to use the default homepage.", + "custom-route": "Custom Homepage Route", + "custom-route-help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Single Sign-on Services", "sso.associated": "Associated with", "sso.not-associated": "Click here to associate with", @@ -179,25 +181,25 @@ "consent.title": "Your Rights & Consent", "consent.lead": "This community forum collects and processes your personal information.", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", - "consent.email_intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", - "consent.digest_frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", - "consent.digest_off": "Unless explicitly changed in your user settings, this community does not send out email digests", + "consent.email-intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", + "consent.digest-frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", + "consent.digest-off": "Unless explicitly changed in your user settings, this community does not send out email digests", "consent.received": "You have provided consent for this website to collect and process your information. No additional action is required.", - "consent.not_received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", + "consent.not-received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", "consent.give": "Give consent", - "consent.right_of_access": "You have the Right of Access", - "consent.right_of_access_description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", - "consent.right_to_rectification": "You have the Right to Rectification", - "consent.right_to_rectification_description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", - "consent.right_to_erasure": "You have the Right to Erasure", - "consent.right_to_erasure_description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", - "consent.right_to_data_portability": "You have the Right to Data Portability", - "consent.right_to_data_portability_description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", - "consent.export_profile": "Export Profile (.json)", + "consent.right-of-access": "You have the Right of Access", + "consent.right-of-access-description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", + "consent.right-to-rectification": "You have the Right to Rectification", + "consent.right-to-rectification-description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", + "consent.right-to-erasure": "You have the Right to Erasure", + "consent.right-to-erasure-description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", + "consent.right-to-data-portability": "You have the Right to Data Portability", + "consent.right-to-data-portability-description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", + "consent.export-profile": "Export Profile (.json)", "consent.export-profile-success": "Exporting profile, you will get a notification when it is complete.", - "consent.export_uploads": "Export Uploaded Content (.zip)", + "consent.export-uploads": "Export Uploaded Content (.zip)", "consent.export-uploads-success": "Exporting uploads, you will get a notification when it is complete.", - "consent.export_posts": "Export Posts (.csv)", + "consent.export-posts": "Export Posts (.csv)", "consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.", "emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.", "emailUpdate.optional": "This field is optional. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.", diff --git a/public/language/en-x-pirate/users.json b/public/language/en-x-pirate/users.json index 0daa1591f3..435f4d2652 100644 --- a/public/language/en-x-pirate/users.json +++ b/public/language/en-x-pirate/users.json @@ -1,13 +1,13 @@ { "all-users": "All Users", - "latest_users": "Land lubbers", - "top_posters": "Top mateys", - "most_reputation": "Most Reputation", - "most_flags": "Most Flags", + "latest-users": "Land lubbers", + "top-posters": "Top mateys", + "most-reputation": "Most Reputation", + "most-flags": "Most Flags", "search": "Search", - "enter_username": "Gimme y'er handle", + "enter-username": "Gimme y'er handle", "search-user-for-chat": "Search for a user to start chat", - "load_more": "Load More", + "load-more": "Load More", "users-found-search-took": "%1 user(s) found! Search took %2 seconds.", "filter-by": "Filter By", "online-only": "Online only", @@ -15,10 +15,10 @@ "prompt-email": "Emails:", "groups-to-join": "Groups to be joined when invite is accepted:", "invitation-email-sent": "An invitation email has been sent to %1", - "user_list": "User List", - "recent_topics": "Recent Topics", - "popular_topics": "Popular Topics", - "unread_topics": "Unread Topics", + "user-list": "User List", + "recent-topics": "Recent Topics", + "popular-topics": "Popular Topics", + "unread-topics": "Unread Topics", "categories": "Categories", "tags": "Tags", "no-users-found": "No users found!" diff --git a/public/language/es/admin/advanced/database.json b/public/language/es/admin/advanced/database.json index 67175daea5..c550c54ed1 100644 --- a/public/language/es/admin/advanced/database.json +++ b/public/language/es/admin/advanced/database.json @@ -17,7 +17,7 @@ "mongo.file-size": "Tamaño del fichero", "mongo.resident-memory": "Memoria Residente", "mongo.virtual-memory": "Memoria Virtual", - "mongo.mapped-memory": "Memoria Mapeada", + "mongo.mapped-memory": "Mapped Memory", "mongo.bytes-in": "Entradas de Bytes", "mongo.bytes-out": "Salidas de Bytes", "mongo.num-requests": "Número de solicitudes", diff --git a/public/language/es/admin/advanced/events.json b/public/language/es/admin/advanced/events.json index 3ab62431bc..cd9474c5a5 100644 --- a/public/language/es/admin/advanced/events.json +++ b/public/language/es/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "Tipo de evento", "filter-start": "Fecha de inicio", "filter-end": "Fecha fin", - "filter-perPage": "por página" + "filter-per-page": "por página" } \ No newline at end of file diff --git a/public/language/es/admin/extend/widgets.json b/public/language/es/admin/extend/widgets.json index ba881fb381..02774f78f3 100644 --- a/public/language/es/admin/extend/widgets.json +++ b/public/language/es/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "No widgets found! Activate the widget essentials plugin in the plugins control panel.", "clone-from": "Clonar widgets de", "containers.available": "Contenedores Disponibles", - "containers.explanation": "Arrastra y suelta sobre cualquier widget activo", + "containers.explanation": "Drag and drop on top of any widget", "containers.none": "Ninguno", "container.well": "Bien", "container.jumbotron": "Jumbotron", @@ -29,5 +29,7 @@ "hide-from-groups": "Hide from groups", "start-date": "Start date", "end-date": "End date", - "hide-on-mobile": "Ocultar en móviles" + "hide-on-mobile": "Ocultar en móviles", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/es/admin/manage/privileges.json b/public/language/es/admin/manage/privileges.json index a398cd444d..7b66aea753 100644 --- a/public/language/es/admin/manage/privileges.json +++ b/public/language/es/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "Edit Privileges", "select-clear-all": "Select/Clear All", "chat": "Chat", + "chat-with-privileged": "Chat with Privileged", "upload-images": "Subir imágenes", "upload-files": "Subir Archivos", "signature": "Firma", @@ -33,7 +34,7 @@ "edit-posts": "Editar Entradas", "view-edit-history": "Ver Historial de Ediciones", "delete-posts": "Borrar Entradas", - "view_deleted": "Ver Mensajes Eliminados", + "view-deleted": "Ver Mensajes Eliminados", "upvote-posts": "Votar Positivo en Entradas", "downvote-posts": "Votar Negativo en Entradas", "delete-topics": "Borrar Temas", diff --git a/public/language/es/admin/manage/users.json b/public/language/es/admin/manage/users.json index 8c138a43ed..786cb6113b 100644 --- a/public/language/es/admin/manage/users.json +++ b/public/language/es/admin/manage/users.json @@ -4,16 +4,21 @@ "edit": "Actions", "make-admin": "Hacer Administrador", "remove-admin": "Eliminar Administrador", + "change-email": "Change Email", + "new-email": "New Email", "validate-email": "Validar Email", "send-validation-email": "Enviar Email de Validación", + "change-password": "Change Password", "password-reset-email": "Enviar Email para Recuperar la Contraseña", "force-password-reset": "Force Password Reset & Log User Out", - "ban": "Expulsar Usuario(s)", + "ban": "Ban", + "ban-users": "Ban User(s)", "temp-ban": "Expulsar Usuario(s) Temporalmente", "unban": "Eliminar Expulsión del Usuario(s)", "reset-lockout": "Reiniciar Bloqueo", "reset-flags": "Reiniciar Reportes", - "delete": "Delete User(s)", + "delete": "Delete", + "delete-users": "Delete User(s)", "delete-content": "Delete User(s) Content", "purge": "Delete User(s) and Content", "download-csv": "Descargar CSV", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "Expulsar %1 usuario(s)", "alerts.unban-success": "¡Usuario(s) desbaneados!", "alerts.lockout-reset-success": "¡Bloqueo(s) reseteado(s)!", + "alerts.password-change-success": "Password(s) changed!", "alerts.flag-reset-success": "¡Reporte(s) reseteado(s)!", "alerts.no-remove-yourself-admin": "¡No puedes eliminarte a ti mismo como Administrador!", "alerts.make-admin-success": "El usuario es ahora administrador.", @@ -106,6 +112,7 @@ "alerts.create": "Crear Usuario", "alerts.button-create": "Crear", "alerts.button-cancel": "Cancelar", + "alerts.button-change": "Change", "alerts.error-passwords-different": "¡Las contraseñas deben coincidir!", "alerts.error-x": "Error

%1

", "alerts.create-success": "¡Usuario creado!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "Correos electrónico:", "alerts.email-sent-to": "Un email de invitación ha sido enviado a %1", "alerts.x-users-found": "%1 user(s) found, (%2 seconds)", + "alerts.select-a-single-user-to-change-email": "Select a single user to change email", "export-users-started": "Exporting users as csv, this might take a while. You will receive a notification when it is complete.", - "export-users-completed": "Users exported as csv, click here to download." + "export-users-completed": "Users exported as csv, click here to download.", + "email": "Email", + "password": "Password", + "manage": "Manage" } \ No newline at end of file diff --git a/public/language/es/admin/settings/chat.json b/public/language/es/admin/settings/chat.json index 7afc3f0342..048be4c445 100644 --- a/public/language/es/admin/settings/chat.json +++ b/public/language/es/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "Enter 0 to disable this restriction", "chat-settings": "Ajustes de Chat", "disable": "Deshabilitar chat", "disable-editing": "Deshabilitar edición y borrado de mensajes de chat", @@ -6,8 +7,10 @@ "max-length": "Maxima longitud de mensajes de chat", "max-chat-room-name-length": "Maximum length of chat room names", "max-room-size": "Máximo numero de usuarios en las salas de chat", - "delay": "Tiempo entre envío de mensajes de chat en milisegundos", - "notification-delay": "Notification delay for chat messages. (0 for no delay)", - "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable. (0 disabled)", - "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable. (0 disabled)" + "delay": "Time between chat messages (ms)", + "newbieDelay": "... for new users (ms)", + "notification-delay": "Notification delay for chat messages", + "notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.", + "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.", + "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable." } \ No newline at end of file diff --git a/public/language/es/admin/settings/post.json b/public/language/es/admin/settings/post.json index a7d71bcb98..322eb8ef19 100644 --- a/public/language/es/admin/settings/post.json +++ b/public/language/es/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "Title Length", "restrictions.post-length": "Post Length", "restrictions.days-until-stale": "Días hasta que el tema se considera antiguo", - "restrictions.stale-help": "Si un tema es considerado \"antiguo\", se mostrará un aviso a los usuarios que quieran responder a ese tema.", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "Indicación de fecha y hora", "timestamp.cut-off": "Fecha límite (en días)", "timestamp.cut-off-help": "Las fechas & horas serán mostradas de una forma relativa (e.g. \"hace 3 horas\"/\"hace 5 días\"), y localizadas en varios\n\t\t\t\t\tlenguajes. Después de cierto punto, este texto puede ser cambiado para mostrar la propia fecha localizada\n\t\t\t\t\t\t(e.g. 5 Nov 2016 15:30).
(Por defecto: 30, o un mes). Ponla a 0 para mostrar siempre las fechas exactas. Déjala en blanco para siempre mostrar las fechas relativas.", diff --git a/public/language/es/admin/settings/user.json b/public/language/es/admin/settings/user.json index 27491ada7d..1c23a2102c 100644 --- a/public/language/es/admin/settings/user.json +++ b/public/language/es/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "Nombre de usuario o Email", "allow-login-with.username": "Solo Nombre de Usuario", "account-settings": "Configuración de la Cuenta", - "gdpr_enabled": "Habilitar la recolección del consentimiento GDPR", - "gdpr_enabled_help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", + "gdpr-enabled": "Habilitar la recolección del consentimiento GDPR", + "gdpr-enabled-help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", "disable-username-changes": "Desactivar cambios de nombre de usuario", "disable-email-changes": "Desactivar cambios de email", "disable-password-changes": "Desactivar cambios de contraseña", diff --git a/public/language/es/category.json b/public/language/es/category.json index 2990332fbd..d2ef1e57a4 100644 --- a/public/language/es/category.json +++ b/public/language/es/category.json @@ -1,12 +1,12 @@ { "category": "Categoría", "subcategories": "Subcategorías", - "new_topic_button": "Nuevo tema", + "new-topic-button": "Nuevo tema", "guest-login-post": "Accede para escribir", - "no_topics": "No hay temas en esta categoría.
¿Por qué no te animas y publicas uno?", + "no-topics": "No hay temas en esta categoría.
¿Por qué no te animas y publicas uno?", "browsing": "viendo ahora", - "no_replies": "Nadie ha respondido aún", - "no_new_posts": "No hay mensajes nuevos.", + "no-replies": "Nadie ha respondido aún", + "no-new-posts": "No hay mensajes nuevos.", "watch": "Seguir", "ignore": "Ignorar", "watching": "Siguiendo", diff --git a/public/language/es/email.json b/public/language/es/email.json index 89ba509a41..d015cf7d4d 100644 --- a/public/language/es/email.json +++ b/public/language/es/email.json @@ -3,8 +3,8 @@ "password-reset-requested": "¡Restablecimiento de contraseña solicitada!", "welcome-to": "Bienvenido a %1", "invite": "Invitación de %1", - "greeting_no_name": "Hola", - "greeting_with_name": "Hola %1", + "greeting-no-name": "Hola", + "greeting-with-name": "Hola %1", "email.verify-your-email.subject": "Favor de verificar su correo", "email.verify.text1": "You've requested that we change or confirm your email address", "email.verify.text2": "For security purposes, we only change or confirm the email address on file once its ownership has been confirmed via email. If you did not request this, no action is required on your part.", @@ -24,7 +24,7 @@ "reset.notify.text2": "Si no has sido tú, por favor notifica al administrador inmediatamente.", "digest.unread-rooms": "Unread rooms", "digest.room-name-unreadcount": "%1 (%2 unread)", - "digest.latest_topics": "Últimos temas de %1", + "digest.latest-topics": "Últimos temas de %1", "digest.top-topics": "Top topics from %1", "digest.popular-topics": "Popular topics from %1", "digest.cta": "Cliquea aquí para visitar %1", @@ -36,8 +36,8 @@ "digest.title.day": "Your Daily Digest", "digest.title.week": "Your Weekly Digest", "digest.title.month": "Your Monthly Digest", - "notif.chat.subject": "Nuevo mensaje de chat recibido de %1", - "notif.chat.public-chat-subject": "New message from %1 in room %2", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "Haz click aquí para continuar la conversación", "notif.chat.unsub.info": "Esta notificación de chat se te envió debido a tus ajustes de suscripción.", "notif.post.unsub.info": "La notificación de este mensaje se te ha enviado debido a tus ajustes de subscripción.", @@ -56,6 +56,6 @@ "banned.subject": "Has sido baneado de %1", "banned.text1": "El usuario %1 ha sido baneado de %2.", "banned.text2": "Este ban dura hasta %1.", - "banned.text3": "La razón por la que has sido baneado: ", + "banned.text3": "La razón por la que has sido baneado:", "closing": "¡Gracias!" } \ No newline at end of file diff --git a/public/language/es/error.json b/public/language/es/error.json index 9f08e04050..b6a00299a1 100644 --- a/public/language/es/error.json +++ b/public/language/es/error.json @@ -43,7 +43,7 @@ "email-confirm-failed": "No se ha podido confirmar su email, por favor inténtelo de nuevo más tarde.", "confirm-email-already-sent": "El email de confirmación ya ha sido enviado, por favor espera %1 minuto(s) para enviar otro.", "confirm-email-expired": "Confirmation email expired", - "sendmail-not-found": "El ejecutable \"sendmail\" no ha sido encontrado, por favor asegúrate de que esta instalado en tu sistema y es accesible por el usuario que ejecuta NodeBB. ", + "sendmail-not-found": "El ejecutable \"sendmail\" no ha sido encontrado, por favor asegúrate de que esta instalado en tu sistema y es accesible por el usuario que ejecuta NodeBB.", "digest-not-enabled": "This user does not have digests enabled, or the system default is not configured to send digests", "username-too-short": "Nombre de usuario es demasiado corto", "username-too-long": "Nombre de usuario demasiado largo", @@ -184,6 +184,7 @@ "post-flagged-too-many-times": "This post has been flagged by others already", "user-flagged-too-many-times": "This user has been flagged by others already", "cant-flag-privileged": "You are not allowed to flag the profiles or content of privileged users (moderators/global moderators/admins)", + "cant-locate-flag-report": "Cannot locate flag report", "self-vote": "No puedes votar en tu propio mensaje", "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", diff --git a/public/language/es/flags.json b/public/language/es/flags.json index 513512cf2c..7abed4fbf4 100644 --- a/public/language/es/flags.json +++ b/public/language/es/flags.json @@ -1,5 +1,6 @@ { "state": "Estado", + "report": "Report", "reports": "Reports", "first-reported": "First Reported", "no-flags": "Yeah! No se encontraron indicadores", @@ -8,6 +9,8 @@ "update": "Actualizar", "updated": "Actualizado", "resolved": "Resolved", + "report-added": "Added", + "report-rescinded": "Rescinded", "target-purged": "El contenido al que se refiere este indicador ha sido purgado y ya no está disponible.", "target-aboutme-empty": "This user has no "About Me" set.", diff --git a/public/language/es/global.json b/public/language/es/global.json index 4e43821ee4..1cb70a3530 100644 --- a/public/language/es/global.json +++ b/public/language/es/global.json @@ -13,19 +13,19 @@ "400.message": "It looks like this link is malformed, please double-check and try again.
Return to the home page.
", "register": "Registrarse", "login": "Conectarse", - "please_log_in": "Por favor, identifíquese.", + "please-log-in": "Por favor, identifíquese.", "logout": "Salir", - "posting_restriction_info": "Para publicar se requiere ser usuario registrado, conéctate o regístrate.", - "welcome_back": "¡Bienvenido de nuevo!", - "you_have_successfully_logged_in": "Identificado satisfactoriamente", - "save_changes": "Guardar cambios", + "posting-restriction-info": "Para publicar se requiere ser usuario registrado, conéctate o regístrate.", + "welcome-back": "¡Bienvenido de nuevo!", + "you-have-successfully-logged-in": "Identificado satisfactoriamente", + "save-changes": "Guardar cambios", "save": "Guardar", "create": "Create", "cancel": "Cancel", "close": "Cerrar", "pagination": "Paginación", - "pagination.out_of": "%1 de %2", - "pagination.enter_index": "Go to post index", + "pagination.out-of": "%1 de %2", + "pagination.enter-index": "Go to post index", "header.admin": "Administración", "header.categories": "Categorías", "header.recent": "Recientes", @@ -80,25 +80,25 @@ "lastpost": "Last post", "firstpost": "First post", "about": "About", - "read_more": "leer más", + "read-more": "leer más", "more": "Más", "none": "None", - "posted_ago_by_guest": "publicado %1 por Invitado", - "posted_ago_by": "publicado %1 por %2", - "posted_ago": "publicado %1", - "posted_in": "publicado en %1", - "posted_in_by": "publicado en %1 por %2", - "posted_in_ago": "publicado en %1 %2", - "posted_in_ago_by": "publicado en %1 %2 por %3", - "user_posted_ago": "%1 publicó %2", - "guest_posted_ago": "Invitado publicó %1", - "last_edited_by": "Última edición por %1", + "posted-ago-by-guest": "publicado %1 por Invitado", + "posted-ago-by": "publicado %1 por %2", + "posted-ago": "publicado %1", + "posted-in": "publicado en %1", + "posted-in-by": "publicado en %1 por %2", + "posted-in-ago": "publicado en %1 %2", + "posted-in-ago-by": "publicado en %1 %2 por %3", + "user-posted-ago": "%1 publicó %2", + "guest-posted-ago": "Invitado publicó %1", + "last-edited-by": "Última edición por %1", "edited-timestamp": "Edited %1", "norecentposts": "No hay publicaciones recientes", "norecenttopics": "No hay temas recientes", "recentposts": "Publicaciones recientes", "recentips": "IP's conectadas recientemente", - "moderator_tools": "Herramientas de Moderación", + "moderator-tools": "Herramientas de Moderación", "status": "Status", "online": "Conectado", "away": "Ausente", @@ -109,7 +109,7 @@ "language": "Idioma", "guest": "Invitado", "guests": "Invitados", - "former_user": "A Former User", + "former-user": "A Former User", "system-user": "System", "unknown-user": "Unknown user", "updated.title": "Foro actualizado", @@ -117,12 +117,12 @@ "privacy": "Privacidad", "follow": "Seguir", "unfollow": "Dejar de Seguir", - "delete_all": "Eliminar todo", + "delete-all": "Eliminar todo", "map": "Mapa", "sessions": "Inicios de sesión", - "ip_address": "Direcciones IP", - "enter_page_number": "Escribe el número de página", - "upload_file": "Subir archivo", + "ip-address": "Direcciones IP", + "enter-page-number": "Escribe el número de página", + "upload-file": "Subir archivo", "upload": "Subir", "uploads": "Subidas", "allowed-file-types": "Los tipos de archivos permitidos son: %1", @@ -131,7 +131,7 @@ "play": "Reproducir", "cookies.message": "Esta web usa cookies para asegurar que usted recibe la mejor experiencia de navegación.", "cookies.accept": "De Acuerdo!", - "cookies.learn_more": "Quiero saber más", + "cookies.learn-more": "Quiero saber más", "edited": "Editado", "disabled": "Desahabilitado", "select": "Seleccionar", diff --git a/public/language/es/groups.json b/public/language/es/groups.json index 75a2d878f6..29b65f2d00 100644 --- a/public/language/es/groups.json +++ b/public/language/es/groups.json @@ -2,65 +2,65 @@ "all-groups": "All groups", "groups": "Grupos", "members": "Members", - "view_group": "Ver Grupo", + "view-group": "Ver Grupo", "owner": "Propietario del Grupo", - "new_group": "Crear Nuevo Grupo", - "no_groups_found": "No hay grupos que ver", + "new-group": "Crear Nuevo Grupo", + "no-groups-found": "No hay grupos que ver", "pending.accept": "Aceptar", "pending.reject": "Rechazar", - "pending.accept_all": "Aceptar todo", - "pending.reject_all": "Rechazar todo", + "pending.accept-all": "Aceptar todo", + "pending.reject-all": "Rechazar todo", "pending.none": "No hay miembros pendientes en este momento", "invited.none": "No hay miembros invitados en este momento", "invited.uninvite": "Cancelar invitación", "invited.search": "Buscar un usuario para invitar a este grupo", - "invited.notification_title": "Te han invitado a unirte a %1", - "request.notification_title": "Petición de Membresía de Grupo de %1", - "request.notification_text": "%1 a pedido volverse miembro de %2", + "invited.notification-title": "Te han invitado a unirte a %1", + "request.notification-title": "Petición de Membresía de Grupo de %1", + "request.notification-text": "%1 a pedido volverse miembro de %2", "cover-save": "Guardar", "cover-saving": "Guardando", "details.title": "Detalles de Grupo", "details.members": "Lista de Miembros", "details.pending": "Miembros Pendientes", "details.invited": "Miembros Invitados", - "details.has_no_posts": "Los miembros de este grupo no han hecho ninguna publicación.", - "details.latest_posts": "Últimas Publicaciones", + "details.has-no-posts": "Los miembros de este grupo no han hecho ninguna publicación.", + "details.latest-posts": "Últimas Publicaciones", "details.private": "Privado", "details.disableJoinRequests": "Desactivar las peticiones de unión", "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Conceder/Rescindir Propiedad", "details.kick": "Expulsar", - "details.kick_confirm": "¿ Estás seguro de que quieres eliminar a este miembro del grupo ?", + "details.kick-confirm": "¿ Estás seguro de que quieres eliminar a este miembro del grupo ?", "details.add-member": "Agregar miembro", - "details.owner_options": "Administración De Grupo", - "details.group_name": "Nombre de Grupo", - "details.member_count": "Numero de Miembros", - "details.creation_date": "Fecha de Creacion", + "details.owner-options": "Administración De Grupo", + "details.group-name": "Nombre de Grupo", + "details.member-count": "Numero de Miembros", + "details.creation-date": "Fecha de Creacion", "details.description": "Descripción", "details.member-post-cids": "Category IDs to display posts from", - "details.badge_preview": "Previsualización de Insignia", - "details.change_icon": "Cambiar Icono", - "details.change_label_colour": "Change Label Colour", - "details.change_text_colour": "Change Text Colour", - "details.badge_text": "Texto de Insignia", + "details.badge-preview": "Previsualización de Insignia", + "details.change-icon": "Cambiar Icono", + "details.change-label-colour": "Change Label Colour", + "details.change-text-colour": "Change Text Colour", + "details.badge-text": "Texto de Insignia", "details.userTitleEnabled": "Mostrar Insignia", - "details.private_help": "Si está habilitado, entrar en los grupos requiere aprobación de sus propietarios", + "details.private-help": "Si está habilitado, entrar en los grupos requiere aprobación de sus propietarios", "details.hidden": "Oculto", - "details.hidden_help": "Si está habilitado, este grupo no aparecerá en los listados de grupos, y los usuarios tendrán que ser invitados manualmente", - "details.delete_group": "Eliminar grupo", - "details.private_system_help": "Los grupos privados están desactivados a nivel de sistema, esta opción no cambiará nada.", + "details.hidden-help": "Si está habilitado, este grupo no aparecerá en los listados de grupos, y los usuarios tendrán que ser invitados manualmente", + "details.delete-group": "Eliminar grupo", + "details.private-system-help": "Los grupos privados están desactivados a nivel de sistema, esta opción no cambiará nada.", "event.updated": "Los detalles del grupo han sido actualizados", "event.deleted": "El grupo \"%1\" ha sido eliminado", "membership.accept-invitation": "Aceptar Invitación", - "membership.accept.notification_title": "You are now a member of %1", + "membership.accept.notification-title": "You are now a member of %1", "membership.invitation-pending": "Invitación Pendiente", "membership.join-group": "Unirse al grupo", "membership.leave-group": "Dejar el grupo", - "membership.leave.notification_title": "%1 has left group %2", + "membership.leave.notification-title": "%1 has left group %2", "membership.reject": "Rechazar", - "new-group.group_name": "Nombre de Grupo:", + "new-group.group-name": "Nombre de Grupo:", "upload-group-cover": "Cargar foto para el grupo", "bulk-invite-instructions": "Escribe una lista de nombres de usuario separados por comas a invitar a este grupo", "bulk-invite": "Invitación multiple", - "remove_group_cover_confirm": "¿ Estás seguro de que quieres eliminar la imagen de portada?" + "remove-group-cover-confirm": "¿ Estás seguro de que quieres eliminar la imagen de portada?" } \ No newline at end of file diff --git a/public/language/es/login.json b/public/language/es/login.json index 6596ea35f0..cce91f2fc2 100644 --- a/public/language/es/login.json +++ b/public/language/es/login.json @@ -1,12 +1,12 @@ { "username-email": "Usuario / Email", "username": "Usuario", - "remember_me": "¿Recordarme?", - "forgot_password": "¿Olvidaste tu contraseña?", - "alternative_logins": "Accesos alternativos", - "failed_login_attempt": "Error al iniciar sesión", - "login_successful": "¡Identificado satisfactoriamente!", - "dont_have_account": "¿Aún no tienes cuenta?", + "remember-me": "¿Recordarme?", + "forgot-password": "¿Olvidaste tu contraseña?", + "alternative-logins": "Accesos alternativos", + "failed-login-attempt": "Error al iniciar sesión", + "login-successful": "¡Identificado satisfactoriamente!", + "dont-have-account": "¿Aún no tienes cuenta?", "logged-out-due-to-inactivity": "Debido a la inactividad has sido deslogueado del Panel de Control de Administradores", "caps-lock-enabled": "Caps Lock is enabled" } \ No newline at end of file diff --git a/public/language/es/modules.json b/public/language/es/modules.json index 2126720b1d..22ded29cc9 100644 --- a/public/language/es/modules.json +++ b/public/language/es/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "Room %1", - "chat.chatting_with": "Chatear con", + "chat.chatting-with": "Chatear con", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Go to most recent message", @@ -8,12 +8,15 @@ "chat.chat-with-usernames": "Chat with %1", "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Enviar", - "chat.no_active": "No tiene conversaciones activas.", - "chat.user_typing": "%1 está escribiendo...", - "chat.user_has_messaged_you": "%1 te ha enviado un mensaje.", + "chat.no-active": "No tiene conversaciones activas.", + "chat.user-typing-1": "%1 is typing ...", + "chat.user-typing-2": "%1 and %2 are typing ...", + "chat.user-typing-3": "%1, %2 and %3 are typing ...", + "chat.user-typing-n": "%1, %2 and %3 others are typing ...", + "chat.user-has-messaged-you": "%1 te ha enviado un mensaje.", "chat.replying-to": "Replying to %1", - "chat.see_all": "All chats", - "chat.mark_all_read": "Mark all read", + "chat.see-all": "All chats", + "chat.mark-all-read": "Mark all read", "chat.no-messages": "Por favor, selecciona un contacto para ver el historial de mensajes", "chat.no-users-in-room": "No hay usuarios en esta sala", "chat.recent-chats": "Chats recientes", @@ -24,12 +27,16 @@ "chat.pop-out": "Mostrar en ventana independiente", "chat.minimize": "Minimizar", "chat.maximize": "Maximizar", - "chat.seven_days": "7 días", - "chat.thirty_days": "30 días", - "chat.three_months": "3 meses", - "chat.delete_message_confirm": "¿Estás seguro de que deseas eliminar este mensaje?", + "chat.seven-days": "7 días", + "chat.thirty-days": "30 días", + "chat.three-months": "3 meses", + "chat.delete-message-confirm": "¿Estás seguro de que deseas eliminar este mensaje?", "chat.retrieving-users": "Cargando usuarios...", "chat.view-users-list": "View users list", + "chat.pinned-messages": "Pinned Messages", + "chat.no-pinned-messages": "There are no pinned messages", + "chat.pin-message": "Pin Message", + "chat.unpin-message": "Unpin Message", "chat.public-rooms": "Public Rooms (%1)", "chat.private-rooms": "Private Rooms (%1)", "chat.create-room": "Create Chat Room", @@ -67,17 +74,24 @@ "chat.system.user-leave": "%1 has left the room ", "chat.system.room-rename": "%2 has renamed this room to \"%1\" ", "composer.compose": "Crear", - "composer.show_preview": "Ver Previsualización", - "composer.hide_preview": "Ocultar Previsualización", + "composer.show-preview": "Ver Previsualización", + "composer.hide-preview": "Ocultar Previsualización", "composer.help": "Help", - "composer.user_said_in": "%1 dijo en %2:", - "composer.user_said": "%1 dijo:", + "composer.user-said-in": "%1 dijo en %2:", + "composer.user-said": "%1 dijo:", "composer.discard": "¿Estás seguro de que deseas descartar este mensaje?", - "composer.submit_and_lock": "Enviar y Bloquear", - "composer.toggle_dropdown": "Alternar desplegable", + "composer.submit-and-lock": "Enviar y Bloquear", + "composer.toggle-dropdown": "Alternar desplegable", "composer.uploading": "Subiendo %1", "composer.formatting.bold": "Negrita", "composer.formatting.italic": "Itálica", + "composer.formatting.heading": "Heading", + "composer.formatting.heading1": "Heading 1", + "composer.formatting.heading2": "Heading 2", + "composer.formatting.heading3": "Heading 3", + "composer.formatting.heading4": "Heading 4", + "composer.formatting.heading5": "Heading 5", + "composer.formatting.heading6": "Heading 6", "composer.formatting.list": "Lista", "composer.formatting.strikethrough": "Tachado", "composer.formatting.code": "Código", @@ -85,9 +99,10 @@ "composer.formatting.picture": "Image Link", "composer.upload-picture": "Subir foto", "composer.upload-file": "Subir archivo", - "composer.zen_mode": "Modo Zen", - "composer.select_category": "Selecciona una categoría", + "composer.zen-mode": "Modo Zen", + "composer.select-category": "Selecciona una categoría", "composer.textarea.placeholder": "Enter your post content here, drag and drop images", + "composer.post-queue-alert": "Hello👋!
This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.", "composer.schedule-for": "Schedule topic for", "composer.schedule-date": "Date", "composer.schedule-time": "Time", @@ -102,8 +117,8 @@ "bootbox.confirm": "Confirmar", "bootbox.submit": "Submit", "bootbox.send": "Send", - "cover.dragging_title": "Colocar la foto de portada", - "cover.dragging_message": "Arrastra la foto de portada al lugar que quieras y haz click en \"Guardar\"", + "cover.dragging-title": "Colocar la foto de portada", + "cover.dragging-message": "Arrastra la foto de portada al lugar que quieras y haz click en \"Guardar\"", "cover.saved": "Imagen y posición de la foto de portada guardadas.", "thumbs.modal.title": "Manage topic thumbnails", "thumbs.modal.no-thumbs": "No thumbnails found.", diff --git a/public/language/es/notifications.json b/public/language/es/notifications.json index 8fb125804e..23badc8831 100644 --- a/public/language/es/notifications.json +++ b/public/language/es/notifications.json @@ -1,59 +1,68 @@ { "title": "Notificaciones", - "no_notifs": "No tienes nuevas notificaciones", - "see_all": "All notifications", - "mark_all_read": "Mark all read", - "back_to_home": "Volver a %1", - "outgoing_link": "Enlace externo", - "outgoing_link_message": "Ahora estás saliendo %1", - "continue_to": "Continuar a %1", - "return_to": "Regresar a %1", - "new_notification": "Tú tienes una nueva notificación ", - "you_have_unread_notifications": "Tienes notificaciones sin leer.", + "no-notifs": "No tienes nuevas notificaciones", + "see-all": "All notifications", + "mark-all-read": "Mark all read", + "back-to-home": "Volver a %1", + "outgoing-link": "Enlace externo", + "outgoing-link-message": "Ahora estás saliendo %1", + "continue-to": "Continuar a %1", + "return-to": "Regresar a %1", + "new-notification": "Tú tienes una nueva notificación", + "you-have-unread-notifications": "Tienes notificaciones sin leer.", "all": "Todo", "topics": "Temas", + "tags": "Tags", "replies": "Respuestas", "chat": "Chats", "group-chat": "Group Chats", "public-chat": "Public Chats", "follows": "Seguidores", "upvote": "Votos positivos", + "awards": "Awards", "new-flags": "Nuevos reportes", "my-flags": "Reportado asignado a mí", "bans": "Baneos", - "new_message_from": "Nuevo mensaje de %1", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1 ha votado positivamente tu respuesta en %2.", - "upvoted_your_post_in_dual": "%1 y %2 han votado positivamente tu respuesta en %3.", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "%1 su tema ha sido movido a %2", - "moved_your_topic": "%1 ha movido %2", - "user_flagged_post_in": "%1 ha reportado una respuesta en %2", - "user_flagged_post_in_dual": "%1 y %2 han reportado un post en %3", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1 reportó el perfil (%2) ", - "user_flagged_user_dual": "%1 y %2 reportaron el perfil (%3)", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "%1 ha respondido a: %2", - "user_posted_to_dual": "%1 y %2 han respondido a %3", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1 ha publicado un nuevo tema: %2", - "user_edited_post": "%1 has edited a post in %2", - "user_started_following_you": "%1 comenzó a seguirte.", - "user_started_following_you_dual": "%1 y %2 comenzaron a seguirte.", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1 envió una solicitud de registro.", - "new_register_multiple": "Hay %1 peticiones de registros pendientes de revisión", - "flag_assigned_to_you": "Reporte %1 te ha sido asignado.", - "post_awaiting_review": "Entrada esperando revisión", + "new-message-from": "Nuevo mensaje de %1", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 wrote in %3", + "user-posted-in-public-room-dual": "%1 and %2 wrote in %4", + "user-posted-in-public-room-triple": "%1, %2 and %3 wrote in %5", + "user-posted-in-public-room-multiple": "%1, %2 and %3 others wrote in %5", + "upvoted-your-post-in": "%1 ha votado positivamente tu respuesta en %2.", + "upvoted-your-post-in-dual": "%1 y %2 han votado positivamente tu respuesta en %3.", + "upvoted-your-post-in-triple": "%1, %2 and %3 have upvoted your post in %4.", + "upvoted-your-post-in-multiple": "%1, %2 and %3 others have upvoted your post in %4.", + "moved-your-post": "%1 su tema ha sido movido a %2", + "moved-your-topic": "%1 ha movido %2", + "user-flagged-post-in": "%1 ha reportado una respuesta en %2", + "user-flagged-post-in-dual": "%1 y %2 han reportado un post en %3", + "user-flagged-post-in-triple": "%1, %2 and %3 flagged a post in %4", + "user-flagged-post-in-multiple": "%1, %2 and %3 others flagged a post in %4", + "user-flagged-user": "%1 reportó el perfil (%2)", + "user-flagged-user-dual": "%1 y %2 reportaron el perfil (%3)", + "user-flagged-user-triple": "%1, %2 and %3 flagged a user profile (%4)", + "user-flagged-user-multiple": "%1, %2 and %3 others flagged a user profile (%4)", + "user-posted-to": "%1 ha respondido a: %2", + "user-posted-to-dual": "%1 y %2 han respondido a %3", + "user-posted-to-triple": "%1, %2 and %3 have posted replies to: %4", + "user-posted-to-multiple": "%1, %2 and %3 others have posted replies to: %4", + "user-posted-topic": "%1 ha publicado un nuevo tema: %2", + "user-edited-post": "%1 has edited a post in %2", + "user-posted-topic-with-tag": "%1 has posted a new topic with tag %2", + "user-posted-topic-with-tag-dual": "%1 has posted a new topic with tags %2 and %3", + "user-posted-topic-with-tag-triple": "%1 has posted a new topic with tags %2, %3 and %4", + "user-posted-topic-with-tag-multiple": "%1 has posted a new topic with tags %2", + "user-started-following-you": "%1 comenzó a seguirte.", + "user-started-following-you-dual": "%1 y %2 comenzaron a seguirte.", + "user-started-following-you-triple": "%1, %2 and %3 started following you.", + "user-started-following-you-multiple": "%1, %2 and %3 others started following you.", + "new-register": "%1 envió una solicitud de registro.", + "new-register-multiple": "Hay %1 peticiones de registros pendientes de revisión", + "flag-assigned-to-you": "Reporte %1 te ha sido asignado.", + "post-awaiting-review": "Entrada esperando revisión", "profile-exported": "%1 profile exported, click to download", "posts-exported": "%1 posts exported, click to download", "uploads-exported": "%1 uploads exported, click to download", @@ -66,22 +75,24 @@ "email-confirm-error-message": "Hubo un problema al validar tu cuenta de correo electrónico. Quizá el código era erróneo o expiró...", "email-confirm-sent": "Correo de confirmación enviado.", "none": "Ninguno/a", - "notification_only": "Solo Notificación", - "email_only": "Solo Email", - "notification_and_email": "Notificación & Email", - "notificationType_upvote": "Cuando alguien vota positivamente en tu entrada", - "notificationType_new-topic": "Cuando alguien a quien sigues comenta en un tema", - "notificationType_new-reply": "Cuando hay una respuesta nueva en un tema que estás viendo", - "notificationType_post-edit": "When a post is edited in a topic you are watching", - "notificationType_follow": "Cuando alguien comienza a seguirte", - "notificationType_new-chat": "Cuando recibes un mensaje de chat", - "notificationType_new-group-chat": "When you receive a group chat message", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "Cuando recibes una invitación a un grupo", - "notificationType_group-leave": "When a user leaves your group", - "notificationType_group-request-membership": "When someone requests to join a group you own", - "notificationType_new-register": "Cuando alguien es añadido a una cola de registro", - "notificationType_post-queue": "Cuando un mensaje nuevo entra en la cola", - "notificationType_new-post-flag": "Cuando un mensaje es denunciado", - "notificationType_new-user-flag": "Cuando un usuario es denunciado" + "notification-only": "Solo Notificación", + "email-only": "Solo Email", + "notification-and-email": "Notificación & Email", + "notificationType-upvote": "Cuando alguien vota positivamente en tu entrada", + "notificationType-new-topic": "Cuando alguien a quien sigues comenta en un tema", + "notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow", + "notificationType-new-reply": "Cuando hay una respuesta nueva en un tema que estás viendo", + "notificationType-post-edit": "When a post is edited in a topic you are watching", + "notificationType-follow": "Cuando alguien comienza a seguirte", + "notificationType-new-chat": "Cuando recibes un mensaje de chat", + "notificationType-new-group-chat": "When you receive a group chat message", + "notificationType-new-public-chat": "When you receive a public group chat message", + "notificationType-group-invite": "Cuando recibes una invitación a un grupo", + "notificationType-group-leave": "When a user leaves your group", + "notificationType-group-request-membership": "When someone requests to join a group you own", + "notificationType-new-register": "Cuando alguien es añadido a una cola de registro", + "notificationType-post-queue": "Cuando un mensaje nuevo entra en la cola", + "notificationType-new-post-flag": "Cuando un mensaje es denunciado", + "notificationType-new-user-flag": "Cuando un usuario es denunciado", + "notificationType-new-reward": "When you earn a new reward" } \ No newline at end of file diff --git a/public/language/es/pages.json b/public/language/es/pages.json index caf8655898..2e60c9368d 100644 --- a/public/language/es/pages.json +++ b/public/language/es/pages.json @@ -47,7 +47,8 @@ "account/latest-posts": "Latest posts made by %1", "account/topics": "Temas creados por %1", "account/groups": "Grupos de %1", - "account/watched_categories": "%1 Categorías seguidas", + "account/watched-categories": "%1 Categorías seguidas", + "account/watched-tags": "%1's Watched Tags", "account/bookmarks": "%1's Mensajes marcados", "account/settings": "Preferencias", "account/settings-of": "Changing settings of %1", diff --git a/public/language/es/recent.json b/public/language/es/recent.json index ccf74c3688..49ea275ec6 100644 --- a/public/language/es/recent.json +++ b/public/language/es/recent.json @@ -5,7 +5,7 @@ "month": "Mes", "year": "Año", "alltime": "Siempre", - "no_recent_topics": "No hay publicaciones recientes.", - "no_popular_topics": "No hay publicaciones populares", + "no-recent-topics": "No hay publicaciones recientes.", + "no-popular-topics": "No hay publicaciones populares", "load-new-posts": "Load new posts" } \ No newline at end of file diff --git a/public/language/es/register.json b/public/language/es/register.json index 7efebd1ba5..a4f2afccb8 100644 --- a/public/language/es/register.json +++ b/public/language/es/register.json @@ -1,32 +1,32 @@ { "register": "Registrarse", "already-have-account": "Already have an account?", - "cancel_registration": "Cancelar registro", + "cancel-registration": "Cancelar registro", "help.email": "Por defecto, tu cuenta de correo electrónico estará oculta al publico.", - "help.username_restrictions": "El nombre de usuario debe tener entre %1 y %2 carácteres. Los miembros pueden responderte escribiendo @usuario.", - "help.minimum_password_length": "Tu contraseña debe tener al menos %1 carácteres.", - "email_address": "Correo electrónico", - "email_address_placeholder": "Escribe tu correo electrónico", + "help.username-restrictions": "El nombre de usuario debe tener entre %1 y %2 carácteres. Los miembros pueden responderte escribiendo @usuario.", + "help.minimum-password-length": "Tu contraseña debe tener al menos %1 carácteres.", + "email-address": "Correo electrónico", + "email-address-placeholder": "Escribe tu correo electrónico", "username": "Nombre de usuario", - "username_placeholder": "Introduce tu nombre de usuario", + "username-placeholder": "Introduce tu nombre de usuario", "password": "Contraseña", - "password_placeholder": "Introduce tu contraseña", - "confirm_password": "Confirmar contraseña", - "confirm_password_placeholder": "Confirmar contraseña", - "register_now_button": "Registrarse ahora", - "alternative_registration": "Métodos de registro alternativos", - "terms_of_use": "Términos y Condiciones de uso", - "agree_to_terms_of_use": "Acepto los Términos y Condiciones de uso", - "terms_of_use_error": "Debes aceptar los términos de uso", - "registration-added-to-queue": "Tu registro se ha añadido a la cola de aprobación,. Recibirás un correo cuando este sea aceptado por un administrador. ", + "password-placeholder": "Introduce tu contraseña", + "confirm-password": "Confirmar contraseña", + "confirm-password-placeholder": "Confirmar contraseña", + "register-now-button": "Registrarse ahora", + "alternative-registration": "Métodos de registro alternativos", + "terms-of-use": "Términos y Condiciones de uso", + "agree-to-terms-of-use": "Acepto los Términos y Condiciones de uso", + "terms-of-use-error": "Debes aceptar los términos de uso", + "registration-added-to-queue": "Tu registro se ha añadido a la cola de aprobación,. Recibirás un correo cuando este sea aceptado por un administrador.", "registration-queue-average-time": "Our average time for approving memberships is %1 hours %2 minutes.", "registration-queue-auto-approve-time": "Your membership to this forum will be fully activated in up to %1 hours.", "interstitial.intro": "We'd like some additional information in order to update your account…", "interstitial.intro-new": "Quisiéramos solicitar alguna información adicional antes de poder crear tu cuenta...", "interstitial.errors-found": "Please review the entered information:", - "gdpr_agree_data": "Consiento la recolección y el procesamiento de mi información personal en este sitio web", - "gdpr_agree_email": "Consiento en recibir correos de informes y notificaciones de este sitio web.", - "gdpr_consent_denied": "Usted debe dar consentimiento a este sitio para recolectar/procesar su información, así como enviarle correos electrónicos.", + "gdpr-agree-data": "Consiento la recolección y el procesamiento de mi información personal en este sitio web", + "gdpr-agree-email": "Consiento en recibir correos de informes y notificaciones de este sitio web.", + "gdpr-consent-denied": "Usted debe dar consentimiento a este sitio para recolectar/procesar su información, así como enviarle correos electrónicos.", "invite.error-admin-only": "Direct user registration has been disabled. Please contact an administrator for more details.", "invite.error-invite-only": "Direct user registration has been disabled. You must be invited by an existing user in order to access this forum.", "invite.error-invalid-data": "The registration data received does not correspond to our records. Please contact an administrator for more details" diff --git a/public/language/es/reset_password.json b/public/language/es/reset_password.json index bb42f9cdee..a93de3fb4e 100644 --- a/public/language/es/reset_password.json +++ b/public/language/es/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "Restablecer contraseña", - "update_password": "Actualizar contraseña", - "password_changed.title": "Contraseña cambiada", - "password_changed.message": "

La contraseña fue modificada con éxito, por favor inicia sesión de nuevo.", - "wrong_reset_code.title": "Código de restablecimiento incorrecto", - "wrong_reset_code.message": "El código de restablecimiento ingresado no es correcto. Por favor inténtalo de nuevo o solicita un nuevo código.", - "new_password": "Nueva contraseña", - "repeat_password": "Confirmar contraseña", - "changing_password": "Changing Password", - "enter_email": "Por favor ingresa tu correo electrónico y te enviaremos un mensaje con indicaciones para restablecer tu cuenta.", - "enter_email_address": "Introduce tu correo electrónico", - "password_reset_sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", - "invalid_email": "¡Correo electrónico no válido o inexistente!", - "password_too_short": "La contraseña introducida es demasiado corta, por favor introduzca una contraseña diferente.", - "passwords_do_not_match": "Las dos contraseñas introducidas no concuerdan.", - "password_expired": "Tu contraseña ha caducado, por favor elige una contraseña nueva" + "reset-password": "Restablecer contraseña", + "update-password": "Actualizar contraseña", + "password-changed.title": "Contraseña cambiada", + "password-changed.message": "

La contraseña fue modificada con éxito, por favor inicia sesión de nuevo.", + "wrong-reset-code.title": "Código de restablecimiento incorrecto", + "wrong-reset-code.message": "El código de restablecimiento ingresado no es correcto. Por favor inténtalo de nuevo o solicita un nuevo código.", + "new-password": "Nueva contraseña", + "repeat-password": "Confirmar contraseña", + "changing-password": "Changing Password", + "enter-email": "Por favor ingresa tu correo electrónico y te enviaremos un mensaje con indicaciones para restablecer tu cuenta.", + "enter-email-address": "Introduce tu correo electrónico", + "password-reset-sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", + "invalid-email": "¡Correo electrónico no válido o inexistente!", + "password-too-short": "La contraseña introducida es demasiado corta, por favor introduzca una contraseña diferente.", + "passwords-do-not-match": "Las dos contraseñas introducidas no concuerdan.", + "password-expired": "Tu contraseña ha caducado, por favor elige una contraseña nueva" } \ No newline at end of file diff --git a/public/language/es/rewards.json b/public/language/es/rewards.json new file mode 100644 index 0000000000..f923cf1500 --- /dev/null +++ b/public/language/es/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "You have been awarded %1 reputation", + "awarded-group-membership": "You have been added to the group %1", + + "essentials/user.reputation-conditional-value": "(Reputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Post Count %1 %2)", + "essentials/user.lastonline-conditional-value": "(Last Online %1 %2)", + "essentials/user.joindate-conditional-value": "(Join Date %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Days Registered %1 %2)" +} \ No newline at end of file diff --git a/public/language/es/search.json b/public/language/es/search.json index c76b2afd53..b2d3c9e432 100644 --- a/public/language/es/search.json +++ b/public/language/es/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Escribe aquí para buscar", - "results_matching": "%1 resultado(s) coinciden con \"%2\". (%3 segundos)", + "results-matching": "%1 resultado(s) coinciden con \"%2\". (%3 segundos)", "no-matches": "No se encontraron coincidencias", "advanced-search": "Búsqueda Avanzada", "in": "En", diff --git a/public/language/es/tags.json b/public/language/es/tags.json index bc28f0381a..3838138a8d 100644 --- a/public/language/es/tags.json +++ b/public/language/es/tags.json @@ -1,11 +1,17 @@ { "all-tags": "All tags", - "no_tag_topics": "No hay temas con esta etiqueta.", + "no-tag-topics": "No hay temas con esta etiqueta.", "no-tags-found": "No tags found", "tags": "Etiquetas", - "enter_tags_here": "Introduce aquí las etiquetas, entre %1 y %2 caracteres cada una.", - "enter_tags_here_short": "Introduzca las etiquetas...", - "no_tags": "Aún no hay etiquetas.", - "select_tags": "Seleccionar Etiquetas", - "tag-whitelist": "Tag Whitelist" + "enter-tags-here": "Introduce aquí las etiquetas, entre %1 y %2 caracteres cada una.", + "enter-tags-here-short": "Introduzca las etiquetas...", + "no-tags": "Aún no hay etiquetas.", + "select-tags": "Seleccionar Etiquetas", + "tag-whitelist": "Tag Whitelist", + "watching": "Watching", + "not-watching": "Not Watching", + "watching.description": "Notify me of new topics.", + "not-watching.description": "Do not notify me of new topics.", + "following-tag.message": "You will now be receiving notifications when somebody posts a topic with this tag.", + "not-following-tag.message": "You will not receive notifications when somebody posts a topic with this tag." } \ No newline at end of file diff --git a/public/language/es/themes/harmony.json b/public/language/es/themes/harmony.json index f915155306..5e0a65f946 100644 --- a/public/language/es/themes/harmony.json +++ b/public/language/es/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page", "settings.autohideBottombar": "Auto hide bottom bar", "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down", + "settings.openSidebars": "Open sidebars", "settings.chatModals": "Enable chat modals" } \ No newline at end of file diff --git a/public/language/es/top.json b/public/language/es/top.json index 5f90396949..3fae3d74ef 100644 --- a/public/language/es/top.json +++ b/public/language/es/top.json @@ -1,4 +1,4 @@ { "title": "Top", - "no_top_topics": "Sin temas top" + "no-top-topics": "Sin temas top" } \ No newline at end of file diff --git a/public/language/es/topic.json b/public/language/es/topic.json index 477dc3a6c5..01a1176118 100644 --- a/public/language/es/topic.json +++ b/public/language/es/topic.json @@ -1,20 +1,20 @@ { "topic": "Tema", "title": "Título", - "no_topics_found": "¡No se encontraron temas!", - "no_posts_found": "¡No se encontraron publicaciones!", - "post_is_deleted": "¡Esta publicación está eliminada!", - "topic_is_deleted": "¡Este tema ha sido eliminado!", + "no-topics-found": "¡No se encontraron temas!", + "no-posts-found": "¡No se encontraron publicaciones!", + "post-is-deleted": "¡Esta publicación está eliminada!", + "topic-is-deleted": "¡Este tema ha sido eliminado!", "profile": "Perfil", - "posted_by": "Publicado por %1", - "posted_by_guest": "Publicado por Invitado", + "posted-by": "Publicado por %1", + "posted-by-guest": "Publicado por Invitado", "chat": "Chat", - "notify_me": "Serás notificado cuando haya nuevas respuestas en este tema", + "notify-me": "Serás notificado cuando haya nuevas respuestas en este tema", "quote": "Citar", "reply": "Responder", - "replies_to_this_post": "%1 Respuestas", - "one_reply_to_this_post": "1 Respuesta", - "last_reply_time": "Última respuesta", + "replies-to-this-post": "%1 Respuestas", + "one-reply-to-this-post": "1 Respuesta", + "last-reply-time": "Última respuesta", "reply-as-topic": "Responder como tema", "guest-login-reply": "Accede para responder", "login-to-view": "🔒 Inicie sesión para ver", @@ -64,129 +64,130 @@ "user-referenced-topic-on": "%1 referenced this topic on %3", "user-forked-topic-ago": "%1 forked this topic %3", "user-forked-topic-on": "%1 forked this topic on %3", - "bookmark_instructions": "Haz click aquí para volver a tu último mensaje leído en este tema", + "bookmark-instructions": "Haz click aquí para volver a tu último mensaje leído en este tema", "flag-post": "Flag this post", "flag-user": "Flag this user", "already-flagged": "Already Flagged", "view-flag-report": "View Flag Report", "resolve-flag": "Resolve Flag", - "merged_message": "This topic has been merged into %2", - "deleted_message": "Este tema ha sido borrado. Solo los usuarios que tengan privilegios de administración de temas pueden verlo.", - "following_topic.message": "Ahora recibiras notificaciones cuando alguien publique en este tema.", - "not_following_topic.message": "Podras ver este tema en la lista de no leidos, pero no recibirás notificaciones cuando alguien escriba en él.", - "ignoring_topic.message": "Ya no verás este tema en no leídos. Serás notificado si te mencionan o te votan.", - "login_to_subscribe": "Por favor, conéctate para subscribirte a este tema.", + "merged-message": "This topic has been merged into %2", + "forked-message": "This topic was forked from %2", + "deleted-message": "Este tema ha sido borrado. Solo los usuarios que tengan privilegios de administración de temas pueden verlo.", + "following-topic.message": "Ahora recibiras notificaciones cuando alguien publique en este tema.", + "not-following-topic.message": "Podras ver este tema en la lista de no leidos, pero no recibirás notificaciones cuando alguien escriba en él.", + "ignoring-topic.message": "Ya no verás este tema en no leídos. Serás notificado si te mencionan o te votan.", + "login-to-subscribe": "Por favor, conéctate para subscribirte a este tema.", "markAsUnreadForAll.success": "Tema marcado como no leído para todos.", - "mark_unread": "Marcar no leído", - "mark_unread.success": "Tema marcado como no leído.", + "mark-unread": "Marcar no leído", + "mark-unread.success": "Tema marcado como no leído.", "watch": "Seguir", "unwatch": "Dejar de seguir", "watch.title": "Serás notificado cuando haya nuevas respuestas en este tema", "unwatch.title": "Dejar de seguir este tema", - "share_this_post": "Compartir este mensaje", + "share-this-post": "Compartir este mensaje", "watching": "Siguiendo", "not-watching": "No siguiendo", "ignoring": "Ignorando", - "watching.description": "Notificarme de nuevas respuestas.
Mostrar tema en no leídos. ", - "not-watching.description": "No notificarme de nuevas respuestas.
No mostrar tema en no leídos. ", - "ignoring.description": "No notificarme de nuevas respuestas.
No mostrar tema en no leídos. ", - "thread_tools.title": "Herramientas", - "thread_tools.markAsUnreadForAll": "Marcar todo como no leído", - "thread_tools.pin": "Adherir tema", - "thread_tools.unpin": "Despegar tema", - "thread_tools.lock": "Cerrar tema", - "thread_tools.unlock": "Reabrir tema", - "thread_tools.move": "Mover tema", - "thread_tools.move-posts": "Mover mensajes", - "thread_tools.move_all": "Mover todo", - "thread_tools.change_owner": "Cambiar propietario", - "thread_tools.select_category": "Seleccionar categoría", - "thread_tools.fork": "Dividir tema", - "thread_tools.tag": "Tag Topic", - "thread_tools.delete": "Borrar tema", - "thread_tools.delete-posts": "Eliminar mensajes", - "thread_tools.delete_confirm": "¿Estás seguro que deseas eliminar este tema?", - "thread_tools.restore": "Restaurar tema", - "thread_tools.restore_confirm": "¿Estás seguro que deseas restaurar este tema?", - "thread_tools.purge": "Purgar tema", - "thread_tools.purge_confirm": "¿Está seguro que desea eliminar definitivamente (purgar) este tema?", - "thread_tools.merge_topics": "Fusionar temas", - "thread_tools.merge": "Merge Topic", - "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_undone": "Topic move undone", - "topic_move_posts_success": "Posts will be moved shortly. Click here to undo.", - "topic_move_posts_undone": "Post move undone", - "post_delete_confirm": "¿Estás seguro de que quieres eliminar este mensaje?", - "post_restore_confirm": "¿Estás seguro de que quieres restaurar este mensaje?", - "post_purge_confirm": "¡Estás seguro de que quieres purgar esta publicación?", + "watching.description": "Notificarme de nuevas respuestas.
Mostrar tema en no leídos.", + "not-watching.description": "No notificarme de nuevas respuestas.
No mostrar tema en no leídos.", + "ignoring.description": "No notificarme de nuevas respuestas.
No mostrar tema en no leídos.", + "thread-tools.title": "Herramientas", + "thread-tools.markAsUnreadForAll": "Marcar todo como no leído", + "thread-tools.pin": "Adherir tema", + "thread-tools.unpin": "Despegar tema", + "thread-tools.lock": "Cerrar tema", + "thread-tools.unlock": "Reabrir tema", + "thread-tools.move": "Mover tema", + "thread-tools.move-posts": "Mover mensajes", + "thread-tools.move-all": "Mover todo", + "thread-tools.change-owner": "Cambiar propietario", + "thread-tools.select-category": "Seleccionar categoría", + "thread-tools.fork": "Dividir tema", + "thread-tools.tag": "Tag Topic", + "thread-tools.delete": "Borrar tema", + "thread-tools.delete-posts": "Eliminar mensajes", + "thread-tools.delete-confirm": "¿Estás seguro que deseas eliminar este tema?", + "thread-tools.restore": "Restaurar tema", + "thread-tools.restore-confirm": "¿Estás seguro que deseas restaurar este tema?", + "thread-tools.purge": "Purgar tema", + "thread-tools.purge-confirm": "¿Está seguro que desea eliminar definitivamente (purgar) este tema?", + "thread-tools.merge-topics": "Fusionar temas", + "thread-tools.merge": "Merge Topic", + "topic-move-success": "This topic will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-multiple-success": "These topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-all-success": "All topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-undone": "Topic move undone", + "topic-move-posts-success": "Posts will be moved shortly. Click here to undo.", + "topic-move-posts-undone": "Post move undone", + "post-delete-confirm": "¿Estás seguro de que quieres eliminar este mensaje?", + "post-restore-confirm": "¿Estás seguro de que quieres restaurar este mensaje?", + "post-purge-confirm": "¡Estás seguro de que quieres purgar esta publicación?", "pin-modal-expiry": "Expiration Date", "pin-modal-help": "You can optionally set an expiration date for the pinned topic(s) here. Alternatively, you can leave this field blank to have the topic stay pinned until it is manually unpinned.", - "load_categories": "Cargando categorías", - "confirm_move": "Mover", - "confirm_fork": "Dividir", + "load-categories": "Cargando categorías", + "confirm-move": "Mover", + "confirm-fork": "Dividir", "bookmark": "Marcador", "bookmarks": "Marcadores", - "bookmarks.has_no_bookmarks": "No tienes ningún marcador aun.", + "bookmarks.has-no-bookmarks": "No tienes ningún marcador aun.", "copy-permalink": "Copy Permalink", - "loading_more_posts": "Cargando más mensajes", - "move_topic": "Mover tema", - "move_topics": "Mover temas", - "move_post": "Mover mensaje", - "post_moved": "¡Mensaje movido!", - "fork_topic": "Dividir tema", + "loading-more-posts": "Cargando más mensajes", + "move-topic": "Mover tema", + "move-topics": "Mover temas", + "move-post": "Mover mensaje", + "post-moved": "¡Mensaje movido!", + "fork-topic": "Dividir tema", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", - "fork_no_pids": "¡No has seleccionado ningún mensaje!", + "fork-topic-instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", + "fork-no-pids": "¡No has seleccionado ningún mensaje!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", "x-posts-will-be-moved-to-y": "%1 post(s) will be moved to \"%2\"", - "fork_pid_count": "%1 mensaje(s) seleccionados", - "fork_success": "¡Se ha creado un nuevo tema a partir del original! Haz click aquí para ir al nuevo tema.", - "delete_posts_instruction": "Haz click en los mensajes que quieres eliminar/limpiar", - "merge_topics_instruction": "Click the topics you want to merge or search for them", + "fork-pid-count": "%1 mensaje(s) seleccionados", + "fork-success": "¡Se ha creado un nuevo tema a partir del original! Haz click aquí para ir al nuevo tema.", + "delete-posts-instruction": "Haz click en los mensajes que quieres eliminar/limpiar", + "merge-topics-instruction": "Click the topics you want to merge or search for them", "merge-topic-list-title": "List of topics to be merged", "merge-options": "Merge options", "merge-select-main-topic": "Select the main topic", "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", - "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", - "move_topic_instruction": "Select the target category and then click move", - "change_owner_instruction": "Haz click en los mensajes que quieres asignar a otro usuario", - "composer.title_placeholder": "Ingresa el título de tu tema...", - "composer.handle_placeholder": "Enter your name/handle here", + "move-posts-instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move-topic-instruction": "Select the target category and then click move", + "change-owner-instruction": "Haz click en los mensajes que quieres asignar a otro usuario", + "composer.title-placeholder": "Ingresa el título de tu tema...", + "composer.handle-placeholder": "Enter your name/handle here", "composer.hide": "Hide", "composer.discard": "Descartar", "composer.submit": "Enviar", "composer.additional-options": "Additional Options", "composer.post-later": "Post Later", "composer.schedule": "Schedule", - "composer.replying_to": "En respuesta a %1", - "composer.new_topic": "Nuevo tema", + "composer.replying-to": "En respuesta a %1", + "composer.new-topic": "Nuevo tema", "composer.editing-in": "Editing post in %1", "composer.uploading": "subiendo...", - "composer.thumb_url_label": "Agrega una URL de miniatura para el hilo", - "composer.thumb_title": "Agregar miniatura a este tema", - "composer.thumb_url_placeholder": "http://example.com/thumb.png", - "composer.thumb_file_label": "O subir un fichero", - "composer.thumb_remove": "Limpiar campos", - "composer.drag_and_drop_images": "Arrastra las imagenes aqui", - "more_users_and_guests": "%1 usuario(s) y %2 invitado(s) más", - "more_users": "%1 usuario(s) más", - "more_guests": "%1 invitado(s) más", - "users_and_others": "%1 y otros %2", - "sort_by": "Ordenar", - "oldest_to_newest": "Más antiguo a más nuevo", - "newest_to_oldest": "Más nuevo a más antiguo", - "most_votes": "Mayor número de Votos", - "most_posts": "Mayor número de Posts", - "most_views": "Most Views", + "composer.thumb-url-label": "Agrega una URL de miniatura para el hilo", + "composer.thumb-title": "Agregar miniatura a este tema", + "composer.thumb-url-placeholder": "http://example.com/thumb.png", + "composer.thumb-file-label": "O subir un fichero", + "composer.thumb-remove": "Limpiar campos", + "composer.drag-and-drop-images": "Arrastra las imagenes aqui", + "more-users-and-guests": "%1 usuario(s) y %2 invitado(s) más", + "more-users": "%1 usuario(s) más", + "more-guests": "%1 invitado(s) más", + "users-and-others": "%1 y otros %2", + "sort-by": "Ordenar", + "oldest-to-newest": "Más antiguo a más nuevo", + "newest-to-oldest": "Más nuevo a más antiguo", + "most-votes": "Mayor número de Votos", + "most-posts": "Mayor número de Posts", + "most-views": "Most Views", "stale.title": "¿Crear un nuevo hilo en su lugar?", "stale.warning": "El hilo al que estás respondiendo es muy antiguo. ¿Quieres crear un nuevo hilo en su lugar y añadir una referencia a este en tu mensaje?", "stale.create": "Crear un nuevo hilo", - "stale.reply_anyway": "Publicar este hilo de todos modos.", - "link_back": "Re: [%1](%2)", + "stale.reply-anyway": "Publicar este hilo de todos modos.", + "link-back": "Re: [%1](%2)", "diffs.title": "Historial de Ediciones", "diffs.description": "Este post ha tenido %1 revisión(es). Pulsa una de ellas para ver el contenido del post en ese momento.", "diffs.no-revisions-description": "Este post ha tenido %1 revisión(es).", @@ -197,8 +198,8 @@ "diffs.post-restored": "Post successfully restored to earlier revision", "diffs.delete": "Delete this revision", "diffs.deleted": "Revision deleted", - "timeago_later": "%1 después", - "timeago_earlier": "%1 antes", + "timeago-later": "%1 después", + "timeago-earlier": "%1 antes", "first-post": "First post", "last-post": "Last post", "go-to-my-next-post": "Go to my next post", diff --git a/public/language/es/unread.json b/public/language/es/unread.json index eb34ac660b..eded6f457e 100644 --- a/public/language/es/unread.json +++ b/public/language/es/unread.json @@ -1,12 +1,12 @@ { "title": "No leído", - "no_unread_topics": "No hay temas nuevos para leer.", - "load_more": "Cargar más", - "mark_as_read": "Marcar como leído", + "no-unread-topics": "No hay temas nuevos para leer.", + "load-more": "Cargar más", + "mark-as-read": "Marcar como leído", "selected": "Seleccionados", "all": "Todos", - "all_categories": "Todos los foros", - "topics_marked_as_read.success": "¡Temas marcados como leídos!", + "all-categories": "Todos los foros", + "topics-marked-as-read.success": "¡Temas marcados como leídos!", "all-topics": "Todos los Temas", "new-topics": "Temas Nuevos", "watched-topics": "Temas Suscritos", diff --git a/public/language/es/user.json b/public/language/es/user.json index ac3977c5a0..7d8d9c7d47 100644 --- a/public/language/es/user.json +++ b/public/language/es/user.json @@ -7,22 +7,22 @@ "joindate": "Fecha de registro", "postcount": "Número De Publicaciones", "email": "Correo electrónico", - "confirm_email": "Confirmar correo electrónico", - "account_info": "Información de cuenta", - "admin_actions_label": "Administrative Actions", - "ban_account": "Banear cuenta", - "ban_account_confirm": "Quieres confirmar el baneo de este usuario?", - "unban_account": "Desbanear cuenta", - "mute_account": "Mute Account", - "unmute_account": "Unmute Account", - "delete_account": "Eliminar cuenta", - "delete_account_as_admin": "Delete Account", - "delete_content": "Delete Account Content", - "delete_all": "Delete Account and Content", - "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", - "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", - "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", - "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "confirm-email": "Confirmar correo electrónico", + "account-info": "Información de cuenta", + "admin-actions-label": "Administrative Actions", + "ban-account": "Banear cuenta", + "ban-account-confirm": "Quieres confirmar el baneo de este usuario?", + "unban-account": "Desbanear cuenta", + "mute-account": "Mute Account", + "unmute-account": "Unmute Account", + "delete-account": "Eliminar cuenta", + "delete-account-as-admin": "Delete Account", + "delete-content": "Delete Account Content", + "delete-all": "Delete Account and Content", + "delete-account-confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", + "delete-this-account-confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", + "delete-account-content-confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "delete-all-confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", "account-deleted": "Cuenta borrada", "account-content-deleted": "Account content deleted", "fullname": "Nombre completo", @@ -32,11 +32,12 @@ "joined": "Registrado", "lastonline": "Última vez conectado", "profile": "Perfil", - "profile_views": "Visitas", + "profile-views": "Visitas", "reputation": "Reputación", "bookmarks": "Marcadores", - "watched_categories": "Categorías seguidas", - "change_all": "Change All", + "watched-categories": "Categorías seguidas", + "watched-tags": "Watched tags", + "change-all": "Change All", "watched": "Suscritos", "ignored": "Ignorado", "default-category-watch-state": "Estado default de vista de categoría", @@ -44,83 +45,84 @@ "following": "Siguiendo", "blocks": "Bloqueos", "blocked-users": "Blocked users", - "block_toggle": "Cambiar Bloqueo", - "block_user": "Bloquear usuario", - "unblock_user": "Desbloquear usuario", + "block-toggle": "Cambiar Bloqueo", + "block-user": "Bloquear usuario", + "unblock-user": "Desbloquear usuario", "aboutme": "Sobre mí", "signature": "Firma", "birthday": "Cumpleaños", "chat": "Chat", - "chat_with": "Continuar chat con %1", - "new_chat_with": "Empezar chat con %1", + "chat-with": "Continuar chat con %1", + "new-chat-with": "Empezar chat con %1", "flag-profile": "Perfil de reporte", "follow": "Seguir", "unfollow": "Dejar de seguir", "more": "Más", - "profile_update_success": "¡El perfil ha sido actualizado correctamente!", - "change_picture": "Cambiar imagen", - "change_username": "Cambiar nombre de usuario", - "change_email": "Cambiar email", - "email_same_as_password": "Por favor ingrese su contraseña actual para continuar – tú has introducido tu nuevo correo electrónico de nuevo", + "profile-update-success": "¡El perfil ha sido actualizado correctamente!", + "change-picture": "Cambiar imagen", + "change-username": "Cambiar nombre de usuario", + "change-email": "Cambiar email", + "email-updated": "Email Updated", + "email-same-as-password": "Por favor ingrese su contraseña actual para continuar – tú has introducido tu nuevo correo electrónico de nuevo", "edit": "Editar", "edit-profile": "Editar Perfil", - "default_picture": "Icono por defecto", - "uploaded_picture": "Imagen subida", - "upload_new_picture": "Subir nueva imagen", - "upload_new_picture_from_url": "Cargar desde URL", - "current_password": "Contraseña actual", - "new_password": "New Password", - "change_password": "Cambiar contraseña", - "change_password_error": "¡Contraseña no válida!", - "change_password_error_wrong_current": "¡Su contraseña actual no es correcta!", - "change_password_error_match": "¡Las contraseñas deben coincidir!", - "change_password_error_privileges": "No tienes los permisos suficientes para cambiar esta contraseña.", - "change_password_success": "¡Tu contraseña ha sido actualizada!", - "confirm_password": "Confirmar contraseña", + "default-picture": "Icono por defecto", + "uploaded-picture": "Imagen subida", + "upload-new-picture": "Subir nueva imagen", + "upload-new-picture-from-url": "Cargar desde URL", + "current-password": "Contraseña actual", + "new-password": "New Password", + "change-password": "Cambiar contraseña", + "change-password-error": "¡Contraseña no válida!", + "change-password-error-wrong-current": "¡Su contraseña actual no es correcta!", + "change-password-error-match": "¡Las contraseñas deben coincidir!", + "change-password-error-privileges": "No tienes los permisos suficientes para cambiar esta contraseña.", + "change-password-success": "¡Tu contraseña ha sido actualizada!", + "confirm-password": "Confirmar contraseña", "password": "Contraseña", - "username_taken_workaround": "El nombre de usuario que has solicitada ya está siendo usado, por tanto lo hemos alterado ligeramente. Ahora eres conocido como %1.", - "password_same_as_username": "Tu Constraseña es igual al nombre de Usuario, por favor seleccione otra Constraseña.", - "password_same_as_email": "Tu contraseña es igual que tu dirección de correo, por favor elige otra contraseña.", - "weak_password": "Clase débil", - "upload_picture": "Subir foto", - "upload_a_picture": "Subir una foto", - "remove_uploaded_picture": "Borrar Imagen subida", - "upload_cover_picture": "Subir imagen de portada", - "remove_cover_picture_confirm": "¿ Estás seguro de borrar la imágen de portada ?", - "crop_picture": "Recortar imágen", - "upload_cropped_picture": "Recortar y subir", + "username-taken-workaround": "El nombre de usuario que has solicitada ya está siendo usado, por tanto lo hemos alterado ligeramente. Ahora eres conocido como %1.", + "password-same-as-username": "Tu Constraseña es igual al nombre de Usuario, por favor seleccione otra Constraseña.", + "password-same-as-email": "Tu contraseña es igual que tu dirección de correo, por favor elige otra contraseña.", + "weak-password": "Clase débil", + "upload-picture": "Subir foto", + "upload-a-picture": "Subir una foto", + "remove-uploaded-picture": "Borrar Imagen subida", + "upload-cover-picture": "Subir imagen de portada", + "remove-cover-picture-confirm": "¿ Estás seguro de borrar la imágen de portada ?", + "crop-picture": "Recortar imágen", + "upload-cropped-picture": "Recortar y subir", "avatar-background-colour": "Avatar background colour", "settings": "Opciones", - "show_email": "Mostrar mi correo electrónico", - "show_fullname": "Mostrar mi nombre completo", - "restrict_chats": "Solo permitir mensajes de chat de usuarios a los que sigo", - "digest_label": "Suscribirse al resumen", - "digest_description": "Suscribirse a actualizaciones por correo electrónico a este foro (nuevas notificaciones y temas) de acuerdo a una recurrencia definida", - "digest_off": "Apagado", - "digest_daily": "Diariamente", - "digest_weekly": "Semanalmente", - "digest_biweekly": "Bi-Weekly", - "digest_monthly": "Mensualmente", - "has_no_follower": "Este usuario no tiene seguidores :(", - "follows_no_one": "Este miembro no sigue a nadie :(", - "has_no_posts": "Este usuario no ha publicado nada aún.", - "has_no_best_posts": "This user does not have any upvoted posts yet.", - "has_no_topics": "Este usuario no ha publicado ninguna tema todavía.", - "has_no_watched_topics": "Este usuario no esta suscrito a ningún tema aún.", - "has_no_ignored_topics": "Este usuario no ha ignorado ningún tema aun.", - "has_no_upvoted_posts": "Este usuario todavía no ha votado ninguna publicación positivamente.", - "has_no_downvoted_posts": "Este usuario todavía no ha votado ninguna publicación negativamente.", - "has_no_controversial_posts": "This user does not have any downvoted posts yet.", - "has_no_blocks": "No tienes usuarios bloqueados.", - "email_hidden": "Correo electrónico oculto", + "show-email": "Mostrar mi correo electrónico", + "show-fullname": "Mostrar mi nombre completo", + "restrict-chats": "Solo permitir mensajes de chat de usuarios a los que sigo", + "digest-label": "Suscribirse al resumen", + "digest-description": "Suscribirse a actualizaciones por correo electrónico a este foro (nuevas notificaciones y temas) de acuerdo a una recurrencia definida", + "digest-off": "Apagado", + "digest-daily": "Diariamente", + "digest-weekly": "Semanalmente", + "digest-biweekly": "Bi-Weekly", + "digest-monthly": "Mensualmente", + "has-no-follower": "Este usuario no tiene seguidores :(", + "follows-no-one": "Este miembro no sigue a nadie :(", + "has-no-posts": "Este usuario no ha publicado nada aún.", + "has-no-best-posts": "This user does not have any upvoted posts yet.", + "has-no-topics": "Este usuario no ha publicado ninguna tema todavía.", + "has-no-watched-topics": "Este usuario no esta suscrito a ningún tema aún.", + "has-no-ignored-topics": "Este usuario no ha ignorado ningún tema aun.", + "has-no-upvoted-posts": "Este usuario todavía no ha votado ninguna publicación positivamente.", + "has-no-downvoted-posts": "Este usuario todavía no ha votado ninguna publicación negativamente.", + "has-no-controversial-posts": "This user does not have any downvoted posts yet.", + "has-no-blocks": "No tienes usuarios bloqueados.", + "email-hidden": "Correo electrónico oculto", "hidden": "oculto", - "paginate_description": "Paginar hilos y mensajes en lugar de usar desplazamiento infinito", - "topics_per_page": "Temas por página", - "posts_per_page": "Post por página", + "paginate-description": "Paginar hilos y mensajes en lugar de usar desplazamiento infinito", + "topics-per-page": "Temas por página", + "posts-per-page": "Post por página", "category-topic-sort": "Category topic sort", "topic-post-sort": "Topic post sort", - "max_items_per_page": "Máximo %1", - "acp_language": "Página de Lenguage del Administrador", + "max-items-per-page": "Máximo %1", + "acp-language": "Página de Lenguage del Administrador", "notifications": "Notifications", "upvote-notif-freq": "Frecuencia de notificación de votos positivos", "upvote-notif-freq.all": "Todos los Votos Positivos", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "A los 10, 100, 1000...", "upvote-notif-freq.disabled": "Desactivado", "browsing": "Preferencias de navegación.", - "open_links_in_new_tab": "Abrir los enlaces externos en una nueva pestaña", - "enable_topic_searching": "Activar la búsqueda \"dentro del tema\"", - "topic_search_help": "Si está activada, la búsqueda 'dentro del tema' al usar el buscador de la barra de navegación automáticamente buscaras solo en el tema actual.", - "update_url_with_post_index": "Update url with post index while browsing topics", - "scroll_to_my_post": "Luego de enviar una respuesta, mostrar el nuevo mensaje", - "follow_topics_you_reply_to": "Seguir temas a los que respondes", - "follow_topics_you_create": "Seguir temas creados por ti", + "open-links-in-new-tab": "Abrir los enlaces externos en una nueva pestaña", + "enable-topic-searching": "Activar la búsqueda \"dentro del tema\"", + "topic-search-help": "Si está activada, la búsqueda 'dentro del tema' al usar el buscador de la barra de navegación automáticamente buscaras solo en el tema actual.", + "update-url-with-post-index": "Update url with post index while browsing topics", + "scroll-to-my-post": "Luego de enviar una respuesta, mostrar el nuevo mensaje", + "follow-topics-you-reply-to": "Seguir temas a los que respondes", + "follow-topics-you-create": "Seguir temas creados por ti", "grouptitle": "Título del grupo", "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "Sin título de grupo", @@ -145,9 +147,9 @@ "no-skin": "No Skin", "select-homepage": "Seleccione una página de inicio", "homepage": "Página de inicio", - "homepage_description": "Seleccione una página para su uso habitual como la página principal del foro o 'Ninguno' para utilizar la página de inicio.", - "custom_route": "Pagina de inicio personalizada", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", + "homepage-description": "Seleccione una página para su uso habitual como la página principal del foro o 'Ninguno' para utilizar la página de inicio.", + "custom-route": "Pagina de inicio personalizada", + "custom-route-help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Servicios de Inicio de sesión Único", "sso.associated": "Asociado con", "sso.not-associated": "Da clic aquí para asociarse con", @@ -179,25 +181,25 @@ "consent.title": "Tus derechos & Consentimiento", "consent.lead": "Este foro recolecta y procesa su información personal", "consent.intro": "Usamos esta información estrictamente para personalizar su experiencia en esta comunidad, así como para asociar los mensajes que haga con su cuenta de usuario. Durante el registro se le pidió que proporcionara un nombre de usuario y dirección de correo electrónico, puede también proveer información adicional para completar su perfil en esta web.

Conservamos esta información mientras su cuenta de usuario exista, y podrá retirar su consentimiento en cualquier momento borrando esta cuenta de usuario. A su vez, puede pedir una copia de su contribución a este sitio través de la página de Derechos & Consentimiento.

Si tiene cualquier pregunta o preocupación, le animamos a dirigirse al equipo de administración de este foro.", - "consent.email_intro": "Ocasionalmente, puede que enviemos correos electrónicos a su dirección de correo electrónico para informarle de actualizaciones y/o de actividad pertinente a usted. Puede personalizar la frecuencia del informe de la comunidad (incluso deshabilitarlo directamente), así como seleccionar que tipos de notificaciones recibir por correo electrónico, a través de propia página de configuración de usuario.", - "consent.digest_frequency": "A no ser que lo cambie expresamente en su configuración de usuario, esta comunidad envía informes por correo electrónico cada %1.", - "consent.digest_off": "A no ser que lo cambie expresamente en su configuración de usuario, esta comunidad no envía informes por correo electrónico.", + "consent.email-intro": "Ocasionalmente, puede que enviemos correos electrónicos a su dirección de correo electrónico para informarle de actualizaciones y/o de actividad pertinente a usted. Puede personalizar la frecuencia del informe de la comunidad (incluso deshabilitarlo directamente), así como seleccionar que tipos de notificaciones recibir por correo electrónico, a través de propia página de configuración de usuario.", + "consent.digest-frequency": "A no ser que lo cambie expresamente en su configuración de usuario, esta comunidad envía informes por correo electrónico cada %1.", + "consent.digest-off": "A no ser que lo cambie expresamente en su configuración de usuario, esta comunidad no envía informes por correo electrónico.", "consent.received": "Usted ha dado consentimiento a este sitio web para recolectar y procesar su información. No se requieren acciones adicionales.", - "consent.not_received": "Usted no ha dado consentimiento para la recolección y procesamiento. En cualquier momento la administración de este sitio web puede elegir eliminar su cuenta para cumplir con la Regulación General de Protección de Datos.", + "consent.not-received": "Usted no ha dado consentimiento para la recolección y procesamiento. En cualquier momento la administración de este sitio web puede elegir eliminar su cuenta para cumplir con la Regulación General de Protección de Datos.", "consent.give": "Dar consentimiento", - "consent.right_of_access": "Usted tiene Derecho de Acceso", - "consent.right_of_access_description": "Usted tiene derecho a acceder a cualquier dato recolectado por este sitio si lo pide. Puede recuperar una copia de estos datos haciendo click en el botón apropiado abajo.", - "consent.right_to_rectification": "Usted tiene el Derecho a Rectificación", - "consent.right_to_rectification_description": "Usted tiene el derecho a cambiar o actualizar cualquier dato impreciso que se nos haya proporcionado. Su perfil puede ser actualizado editando su perfil, y el contenido de sus respuestas y entradas puede ser siempre editado. Si este no es el caso, por favor contacte con el equipo administrativo de este sitio.", - "consent.right_to_erasure": "Usted tiene derecho de supresión y derecho al olvido.", - "consent.right_to_erasure_description": "En cualquier momento, usted puede revocar su consentimiento a la recolección y/o procesado de datos mediante el borrado de su cuenta. Su perfil individual puede ser borrado, aunque sus respuestas y entradas permanecerán. Si desea borrar su cuenta y el contenido (entradas, temas, respuestas...), por favor contacte el equipo administrativo de este sitio web.", - "consent.right_to_data_portability": "Usted tiene el Derecho a la Portabilidad de Datos", - "consent.right_to_data_portability_description": "Puede pedir de nosotros una exportación legible por máquinas de cualquier dato recolectado sobre usted y su cuenta. Puede hacerlo haciendo click en el botón apropiado abajo.", - "consent.export_profile": "Export Profile (.json)", + "consent.right-of-access": "Usted tiene Derecho de Acceso", + "consent.right-of-access-description": "Usted tiene derecho a acceder a cualquier dato recolectado por este sitio si lo pide. Puede recuperar una copia de estos datos haciendo click en el botón apropiado abajo.", + "consent.right-to-rectification": "Usted tiene el Derecho a Rectificación", + "consent.right-to-rectification-description": "Usted tiene el derecho a cambiar o actualizar cualquier dato impreciso que se nos haya proporcionado. Su perfil puede ser actualizado editando su perfil, y el contenido de sus respuestas y entradas puede ser siempre editado. Si este no es el caso, por favor contacte con el equipo administrativo de este sitio.", + "consent.right-to-erasure": "Usted tiene derecho de supresión y derecho al olvido.", + "consent.right-to-erasure-description": "En cualquier momento, usted puede revocar su consentimiento a la recolección y/o procesado de datos mediante el borrado de su cuenta. Su perfil individual puede ser borrado, aunque sus respuestas y entradas permanecerán. Si desea borrar su cuenta y el contenido (entradas, temas, respuestas...), por favor contacte el equipo administrativo de este sitio web.", + "consent.right-to-data-portability": "Usted tiene el Derecho a la Portabilidad de Datos", + "consent.right-to-data-portability-description": "Puede pedir de nosotros una exportación legible por máquinas de cualquier dato recolectado sobre usted y su cuenta. Puede hacerlo haciendo click en el botón apropiado abajo.", + "consent.export-profile": "Export Profile (.json)", "consent.export-profile-success": "Exporting profile, you will get a notification when it is complete.", - "consent.export_uploads": "Exportar Contenido Subido (.zip)", + "consent.export-uploads": "Exportar Contenido Subido (.zip)", "consent.export-uploads-success": "Exporting uploads, you will get a notification when it is complete.", - "consent.export_posts": "Exportar Entradas y Respuestas (.csv)", + "consent.export-posts": "Exportar Entradas y Respuestas (.csv)", "consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.", "emailUpdate.intro": "Por favor ingresa tu dirección de email abajo. Este foro utiliza tu cuenta de email para resúmenes programados y notificaciones, así como para recuperar la cuenta en casa de olvidar tu contraseña.", "emailUpdate.optional": "This field is optional. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.", diff --git a/public/language/es/users.json b/public/language/es/users.json index 40df84108b..b5e67ca5dc 100644 --- a/public/language/es/users.json +++ b/public/language/es/users.json @@ -1,13 +1,13 @@ { "all-users": "All Users", - "latest_users": "Últimos usuarios", - "top_posters": "Top por mensajes", - "most_reputation": "Más reputados", - "most_flags": "Más Reportados", + "latest-users": "Últimos usuarios", + "top-posters": "Top por mensajes", + "most-reputation": "Más reputados", + "most-flags": "Más Reportados", "search": "Buscar", - "enter_username": "Ingresa el nombre de usuario que quieres buscar", + "enter-username": "Ingresa el nombre de usuario que quieres buscar", "search-user-for-chat": "Search for a user to start chat", - "load_more": "Cargar más", + "load-more": "Cargar más", "users-found-search-took": "¡%1 usuario(s) encontrado! La búsqueda ha llevado %2 segundos.", "filter-by": "Filtrar Por", "online-only": "Sólo en línea", @@ -15,11 +15,11 @@ "prompt-email": "Correos electrónico:", "groups-to-join": "Groups to be joined when invite is accepted:", "invitation-email-sent": "Un correo de invitación ha sido enviado a %1", - "user_list": "Lista de Usuarios", - "recent_topics": "Temas Recientes", - "popular_topics": "Temas Populares", - "unread_topics": "Temas no leídos", - "categories": "Categorías ", + "user-list": "Lista de Usuarios", + "recent-topics": "Temas Recientes", + "popular-topics": "Temas Populares", + "unread-topics": "Temas no leídos", + "categories": "Categorías", "tags": "Etiquetas", "no-users-found": "¡No se encontraron usuarios!" } \ No newline at end of file diff --git a/public/language/et/admin/advanced/events.json b/public/language/et/admin/advanced/events.json index 2b0df63877..912b9e8e4d 100644 --- a/public/language/et/admin/advanced/events.json +++ b/public/language/et/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "Event Type", "filter-start": "Start Date", "filter-end": "End Date", - "filter-perPage": "Per Page" + "filter-per-page": "Per Page" } \ No newline at end of file diff --git a/public/language/et/admin/extend/widgets.json b/public/language/et/admin/extend/widgets.json index ab3a4b11d2..5d2832feed 100644 --- a/public/language/et/admin/extend/widgets.json +++ b/public/language/et/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "No widgets found! Activate the widget essentials plugin in the plugins control panel.", "clone-from": "Clone widgets from", "containers.available": "Available Containers", - "containers.explanation": "Drag and drop on top of any active widget", + "containers.explanation": "Drag and drop on top of any widget", "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", @@ -29,5 +29,7 @@ "hide-from-groups": "Hide from groups", "start-date": "Start date", "end-date": "End date", - "hide-on-mobile": "Hide on mobile" + "hide-on-mobile": "Hide on mobile", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/et/admin/manage/privileges.json b/public/language/et/admin/manage/privileges.json index 9af075bcfa..240cff6aa5 100644 --- a/public/language/et/admin/manage/privileges.json +++ b/public/language/et/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "Edit Privileges", "select-clear-all": "Select/Clear All", "chat": "Chat", + "chat-with-privileged": "Chat with Privileged", "upload-images": "Upload Images", "upload-files": "Upload Files", "signature": "Signature", @@ -33,7 +34,7 @@ "edit-posts": "Edit Posts", "view-edit-history": "View Edit History", "delete-posts": "Delete Posts", - "view_deleted": "View Deleted Posts", + "view-deleted": "View Deleted Posts", "upvote-posts": "Upvote Posts", "downvote-posts": "Downvote Posts", "delete-topics": "Delete Topics", diff --git a/public/language/et/admin/manage/users.json b/public/language/et/admin/manage/users.json index 8e2d9da587..ffe0a8c960 100644 --- a/public/language/et/admin/manage/users.json +++ b/public/language/et/admin/manage/users.json @@ -4,16 +4,21 @@ "edit": "Actions", "make-admin": "Ülenda administraatoriks", "remove-admin": "Eemalda administraator", + "change-email": "Change Email", + "new-email": "New Email", "validate-email": "Kinnita email", "send-validation-email": "Saada kinnituskiri", + "change-password": "Change Password", "password-reset-email": "Saada parooli taastamise email", "force-password-reset": "Force Password Reset & Log User Out", - "ban": "Keelusta Kasutaja(d)", + "ban": "Ban", + "ban-users": "Ban User(s)", "temp-ban": "Keelusta Kasutaja(d) ajutiselt", "unban": "Tühista keeld Kasutaja(tel)", "reset-lockout": "Taaslae blokeering", "reset-flags": "Taasta raporteerimised", - "delete": "Delete User(s)", + "delete": "Delete", + "delete-users": "Delete User(s)", "delete-content": "Delete User(s) Content", "purge": "Delete User(s) and Content", "download-csv": "Lae alla CSV", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "Keelusta %1 kasutaja(d)", "alerts.unban-success": "Kasutaja(te) keelustus eemaldatud", "alerts.lockout-reset-success": "Lockout(s) reset!", + "alerts.password-change-success": "Password(s) changed!", "alerts.flag-reset-success": "Märgistuse(te) taaslaadimine", "alerts.no-remove-yourself-admin": "Te ei saa ennast Administraatorina eemaldada", "alerts.make-admin-success": "User is now administrator.", @@ -106,6 +112,7 @@ "alerts.create": "Loo Kasutaja", "alerts.button-create": "Loo", "alerts.button-cancel": "Tühista", + "alerts.button-change": "Change", "alerts.error-passwords-different": "Paroolid peavad kattuma!", "alerts.error-x": "Viga

%1

", "alerts.create-success": "Kasutaja tehtud!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "Emails: ", "alerts.email-sent-to": "Kutse on saadetud %1", "alerts.x-users-found": "%1 user(s) found, (%2 seconds)", + "alerts.select-a-single-user-to-change-email": "Select a single user to change email", "export-users-started": "Exporting users as csv, this might take a while. You will receive a notification when it is complete.", - "export-users-completed": "Users exported as csv, click here to download." + "export-users-completed": "Users exported as csv, click here to download.", + "email": "Email", + "password": "Password", + "manage": "Manage" } \ No newline at end of file diff --git a/public/language/et/admin/settings/chat.json b/public/language/et/admin/settings/chat.json index e4946458bd..86360a34ee 100644 --- a/public/language/et/admin/settings/chat.json +++ b/public/language/et/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "Enter 0 to disable this restriction", "chat-settings": "Chat Settings", "disable": "Disable chat", "disable-editing": "Disable chat message editing/deletion", @@ -6,8 +7,10 @@ "max-length": "Maximum length of chat messages", "max-chat-room-name-length": "Maximum length of chat room names", "max-room-size": "Maximum number of users in chat rooms", - "delay": "Time between chat messages in milliseconds", - "notification-delay": "Notification delay for chat messages. (0 for no delay)", - "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable. (0 disabled)", - "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable. (0 disabled)" + "delay": "Time between chat messages (ms)", + "newbieDelay": "... for new users (ms)", + "notification-delay": "Notification delay for chat messages", + "notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.", + "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.", + "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable." } \ No newline at end of file diff --git a/public/language/et/admin/settings/post.json b/public/language/et/admin/settings/post.json index 9dc61afe57..9de7dc76fa 100644 --- a/public/language/et/admin/settings/post.json +++ b/public/language/et/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "Title Length", "restrictions.post-length": "Post Length", "restrictions.days-until-stale": "Days until topic is considered stale", - "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic.", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "Timestamp", "timestamp.cut-off": "Date cut-off (in days)", "timestamp.cut-off-help": "Dates & times will be shown in a relative manner (e.g. \"3 hours ago\" / \"5 days ago\"), and localised into various\n\t\t\t\t\tlanguages. After a certain point, this text can be switched to display the localised date itself\n\t\t\t\t\t(e.g. 5 Nov 2016 15:30).
(Default: 30, or one month). Set to 0 to always display dates, leave blank to always display relative times.", diff --git a/public/language/et/admin/settings/user.json b/public/language/et/admin/settings/user.json index 368548ba74..816bdfc150 100644 --- a/public/language/et/admin/settings/user.json +++ b/public/language/et/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "Username or Email", "allow-login-with.username": "Username Only", "account-settings": "Account Settings", - "gdpr_enabled": "Enable GDPR consent collection", - "gdpr_enabled_help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", + "gdpr-enabled": "Enable GDPR consent collection", + "gdpr-enabled-help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", "disable-username-changes": "Disable username changes", "disable-email-changes": "Disable email changes", "disable-password-changes": "Disable password changes", diff --git a/public/language/et/category.json b/public/language/et/category.json index dfbc02431f..66b46ad60d 100644 --- a/public/language/et/category.json +++ b/public/language/et/category.json @@ -1,12 +1,12 @@ { "category": "Kategooria", "subcategories": "Alamkategooriad", - "new_topic_button": "Uus teema", + "new-topic-button": "Uus teema", "guest-login-post": "Postitamiseks logi sisse", - "no_topics": "Kahjuks ei leidu siin kategoorias ühtegi teemat.
Soovid postitada?", + "no-topics": "Kahjuks ei leidu siin kategoorias ühtegi teemat.
Soovid postitada?", "browsing": "vaatab", - "no_replies": "Keegi pole vastanud", - "no_new_posts": "Uusi postitusi pole", + "no-replies": "Keegi pole vastanud", + "no-new-posts": "Uusi postitusi pole", "watch": "Vaata", "ignore": "Ignoreeri", "watching": "Vaatab", diff --git a/public/language/et/email.json b/public/language/et/email.json index 3f58b29d91..997ba2a7a2 100644 --- a/public/language/et/email.json +++ b/public/language/et/email.json @@ -3,8 +3,8 @@ "password-reset-requested": "Password Reset Requested!", "welcome-to": "Tere tulemast %1 foorumisse", "invite": "Kutse %1-lt", - "greeting_no_name": "Tere", - "greeting_with_name": "Tere %1", + "greeting-no-name": "Tere", + "greeting-with-name": "Tere %1", "email.verify-your-email.subject": "Please verify your email", "email.verify.text1": "You've requested that we change or confirm your email address", "email.verify.text2": "For security purposes, we only change or confirm the email address on file once its ownership has been confirmed via email. If you did not request this, no action is required on your part.", @@ -24,7 +24,7 @@ "reset.notify.text2": "Kui te ei ole lubanud seda, siis teavitage koheselt administraatorit.", "digest.unread-rooms": "Unread rooms", "digest.room-name-unreadcount": "%1 (%2 unread)", - "digest.latest_topics": "Viimased teemad %1 poolt", + "digest.latest-topics": "Viimased teemad %1 poolt", "digest.top-topics": "Top topics from %1", "digest.popular-topics": "Popular topics from %1", "digest.cta": "Vajuta siia et külastada %1", @@ -36,8 +36,8 @@ "digest.title.day": "Your Daily Digest", "digest.title.week": "Your Weekly Digest", "digest.title.month": "Your Monthly Digest", - "notif.chat.subject": "Sulle on saabunud uus sõnum kasutajalt %1", - "notif.chat.public-chat-subject": "New message from %1 in room %2", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "Vajuta siia, et jätkata vestlusega", "notif.chat.unsub.info": "See chat teavitus on saadetud teile tellimuse seadistuse tõttu.", "notif.post.unsub.info": "See postituse teavitus on saadetud teile tellimuse seadistuse tõttu.", diff --git a/public/language/et/error.json b/public/language/et/error.json index d2197b6a5b..92b414b328 100644 --- a/public/language/et/error.json +++ b/public/language/et/error.json @@ -184,6 +184,7 @@ "post-flagged-too-many-times": "This post has been flagged by others already", "user-flagged-too-many-times": "This user has been flagged by others already", "cant-flag-privileged": "You are not allowed to flag the profiles or content of privileged users (moderators/global moderators/admins)", + "cant-locate-flag-report": "Cannot locate flag report", "self-vote": "You cannot vote on your own post", "too-many-upvotes-today": "You can only upvote %1 times a day", "too-many-upvotes-today-user": "You can only upvote a user %1 times a day", diff --git a/public/language/et/flags.json b/public/language/et/flags.json index f12aaae53d..996e027833 100644 --- a/public/language/et/flags.json +++ b/public/language/et/flags.json @@ -1,5 +1,6 @@ { "state": "State", + "report": "Report", "reports": "Reports", "first-reported": "First Reported", "no-flags": "Hooray! No flags found.", @@ -8,6 +9,8 @@ "update": "Update", "updated": "Updated", "resolved": "Resolved", + "report-added": "Added", + "report-rescinded": "Rescinded", "target-purged": "The content this flag referred to has been purged and is no longer available.", "target-aboutme-empty": "This user has no "About Me" set.", diff --git a/public/language/et/global.json b/public/language/et/global.json index caf350fec8..00a4157786 100644 --- a/public/language/et/global.json +++ b/public/language/et/global.json @@ -3,7 +3,7 @@ "search": "Otsi", "buttons.close": "Sulge", "403.title": "Ligipääs puudub", - "403.message": "Tundub, et sul pole piisvalt õigusi selle lehe vaatamiseks. ", + "403.message": "Tundub, et sul pole piisvalt õigusi selle lehe vaatamiseks.", "403.login": "Perhaps you should try logging in?", "404.title": "Ei leitud", "404.message": "You seem to have stumbled upon a page that does not exist.
Return to the home page.
", @@ -13,19 +13,19 @@ "400.message": "It looks like this link is malformed, please double-check and try again.
Return to the home page.
", "register": "Registreeri", "login": "Logi sisse", - "please_log_in": "Palun logi sisse", + "please-log-in": "Palun logi sisse", "logout": "Logi välja", - "posting_restriction_info": "Siin foorumis on postitamine lubatud ainult registreeritud kasutajatel, palun logi sisse.", - "welcome_back": "Tere tulemast tagasi!", - "you_have_successfully_logged_in": "Edukalt sisse logitud", - "save_changes": "Salvesta muudatused", + "posting-restriction-info": "Siin foorumis on postitamine lubatud ainult registreeritud kasutajatel, palun logi sisse.", + "welcome-back": "Tere tulemast tagasi!", + "you-have-successfully-logged-in": "Edukalt sisse logitud", + "save-changes": "Salvesta muudatused", "save": "Save", "create": "Create", "cancel": "Cancel", "close": "Sulge", "pagination": "Lehekülgede numeratsioon", - "pagination.out_of": "%1 kõigist %2-st", - "pagination.enter_index": "Go to post index", + "pagination.out-of": "%1 kõigist %2-st", + "pagination.enter-index": "Go to post index", "header.admin": "Admin", "header.categories": "Kategooriad", "header.recent": "Hiljutised", @@ -80,25 +80,25 @@ "lastpost": "Last post", "firstpost": "First post", "about": "About", - "read_more": "loe veel", + "read-more": "loe veel", "more": "Veel", "none": "None", - "posted_ago_by_guest": "postitas %1 külaline", - "posted_ago_by": "postitas %1 kasutaja %2", - "posted_ago": "postitatud %1", - "posted_in": "postitas %1 'sse", - "posted_in_by": "postitati: %1 %2 poolt", - "posted_in_ago": "postitas kategooriasse %1 %2", - "posted_in_ago_by": "%3 postitas %2 kategooriasse %1", - "user_posted_ago": "%1 postitas %2", - "guest_posted_ago": "Külaline postitas %1", - "last_edited_by": "viimati muudetud %1 poolt", + "posted-ago-by-guest": "postitas %1 külaline", + "posted-ago-by": "postitas %1 kasutaja %2", + "posted-ago": "postitatud %1", + "posted-in": "postitas %1 'sse", + "posted-in-by": "postitati: %1 %2 poolt", + "posted-in-ago": "postitas kategooriasse %1 %2", + "posted-in-ago-by": "%3 postitas %2 kategooriasse %1", + "user-posted-ago": "%1 postitas %2", + "guest-posted-ago": "Külaline postitas %1", + "last-edited-by": "viimati muudetud %1 poolt", "edited-timestamp": "Edited %1", "norecentposts": "Hiljutisi postitusi ei ole", "norecenttopics": "Hiljutisi teemasid ei ole", "recentposts": "Hiljutised postitused", "recentips": "Hiljutised IP'd, millelt sisse logitud", - "moderator_tools": "Moderator Tools", + "moderator-tools": "Moderator Tools", "status": "Status", "online": "Sees", "away": "Eemal", @@ -109,7 +109,7 @@ "language": "Keel", "guest": "Külaline", "guests": "Külalised", - "former_user": "A Former User", + "former-user": "A Former User", "system-user": "System", "unknown-user": "Unknown user", "updated.title": "Foorum on uuendatud", @@ -117,12 +117,12 @@ "privacy": "Privaatsus", "follow": "Jälgi", "unfollow": "Ära jälgi", - "delete_all": "Kustuta kõik", + "delete-all": "Kustuta kõik", "map": "Kaart", "sessions": "Logitud Sessioonid", - "ip_address": "IP Aadress", - "enter_page_number": "Sisesta lehekülje number", - "upload_file": "Lae fail üles", + "ip-address": "IP Aadress", + "enter-page-number": "Sisesta lehekülje number", + "upload-file": "Lae fail üles", "upload": "Lae üles", "uploads": "Uploads", "allowed-file-types": "Lubatud faili formaadid on %1", @@ -131,7 +131,7 @@ "play": "Play", "cookies.message": "This website uses cookies to ensure you get the best experience on our website.", "cookies.accept": "Got it!", - "cookies.learn_more": "Learn More", + "cookies.learn-more": "Learn More", "edited": "Edited", "disabled": "Disabled", "select": "Select", diff --git a/public/language/et/groups.json b/public/language/et/groups.json index 713769c7cb..25267ffd46 100644 --- a/public/language/et/groups.json +++ b/public/language/et/groups.json @@ -2,65 +2,65 @@ "all-groups": "All groups", "groups": "Grupid", "members": "Members", - "view_group": "Vaata gruppi", + "view-group": "Vaata gruppi", "owner": "Grupi omanik", - "new_group": "Loo uus grupp", - "no_groups_found": "Ei ole ühtegi gruppi", + "new-group": "Loo uus grupp", + "no-groups-found": "Ei ole ühtegi gruppi", "pending.accept": "Aktsepteeri", "pending.reject": "Lükka tagasi", - "pending.accept_all": "Nõustu kõigega", - "pending.reject_all": "Lükka kõik tagasi", + "pending.accept-all": "Nõustu kõigega", + "pending.reject-all": "Lükka kõik tagasi", "pending.none": "Hetkel ei ole ootel kasutajaid", "invited.none": "Hetkel ei ole kutsutud kasutajaid", "invited.uninvite": "Tühistage kutse", "invited.search": "Otsige kasutajat, keda kutsuda antud gruppi.", - "invited.notification_title": "Sind on kutsutud liituma grupiga %1", - "request.notification_title": "Grupiga liitumise taotlus kasutajalt %1", - "request.notification_text": "%1 on avaldanud soovi liituda grupiga %2", + "invited.notification-title": "Sind on kutsutud liituma grupiga %1", + "request.notification-title": "Grupiga liitumise taotlus kasutajalt %1", + "request.notification-text": "%1 on avaldanud soovi liituda grupiga %2", "cover-save": "Salvesta", "cover-saving": "Salvestamine", "details.title": "Grupi detailid", "details.members": "Liikmete nimekiri", "details.pending": "Otsust ootavad liikmed", "details.invited": "Kutsutud liikmed", - "details.has_no_posts": "Selle grupi liikmed ei ole teinud ühtegi postitust.", - "details.latest_posts": "Viimased postitused", + "details.has-no-posts": "Selle grupi liikmed ei ole teinud ühtegi postitust.", + "details.latest-posts": "Viimased postitused", "details.private": "Privaatne", "details.disableJoinRequests": "Keela ühinemis taotlused", "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Anna/võta omanikuõigused", "details.kick": "Viska välja", - "details.kick_confirm": "Are you sure you want to remove this member from the group?", + "details.kick-confirm": "Are you sure you want to remove this member from the group?", "details.add-member": "Add Member", - "details.owner_options": "Grupi haldamine", - "details.group_name": "Grupi nimi", - "details.member_count": "Liikmete arv", - "details.creation_date": "Algatamise kuupäev", + "details.owner-options": "Grupi haldamine", + "details.group-name": "Grupi nimi", + "details.member-count": "Liikmete arv", + "details.creation-date": "Algatamise kuupäev", "details.description": "Kirjeldus", "details.member-post-cids": "Category IDs to display posts from", - "details.badge_preview": "Embleemi eelvaade", - "details.change_icon": "Vaheta ikooni", - "details.change_label_colour": "Change Label Colour", - "details.change_text_colour": "Change Text Colour", - "details.badge_text": "Embleemi kiri", + "details.badge-preview": "Embleemi eelvaade", + "details.change-icon": "Vaheta ikooni", + "details.change-label-colour": "Change Label Colour", + "details.change-text-colour": "Change Text Colour", + "details.badge-text": "Embleemi kiri", "details.userTitleEnabled": "Näita embleemi", - "details.private_help": "Kui sisse lülitatud, siis grupiga liitumine nõuab grupi omaniku nõusolekut", + "details.private-help": "Kui sisse lülitatud, siis grupiga liitumine nõuab grupi omaniku nõusolekut", "details.hidden": "Peidetud", - "details.hidden_help": "Kui sisse lülitatud, siis seda gruppi ei kuvata gruppide nimekirjas ning liikmed tuleb lisada manuaalselt", - "details.delete_group": "Kustuta grupp", - "details.private_system_help": "Privaatset gruppid on keelatud sellel süsteemi tasemel, see sätte ei tee midagi", + "details.hidden-help": "Kui sisse lülitatud, siis seda gruppi ei kuvata gruppide nimekirjas ning liikmed tuleb lisada manuaalselt", + "details.delete-group": "Kustuta grupp", + "details.private-system-help": "Privaatset gruppid on keelatud sellel süsteemi tasemel, see sätte ei tee midagi", "event.updated": "Grupi lisainformatsiooni on uuendatud", "event.deleted": "Grupp \"%1\" on kustutatud", "membership.accept-invitation": "Võta kutse vastu", - "membership.accept.notification_title": "You are now a member of %1", + "membership.accept.notification-title": "You are now a member of %1", "membership.invitation-pending": "Kutse ootel", "membership.join-group": "Liitu grupiga", "membership.leave-group": "Lahku grupist", - "membership.leave.notification_title": "%1 has left group %2", + "membership.leave.notification-title": "%1 has left group %2", "membership.reject": "Lükka tagasi", - "new-group.group_name": "Grupi nimi:", + "new-group.group-name": "Grupi nimi:", "upload-group-cover": "Lae gruppi pilt üles", "bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group", "bulk-invite": "Bulk Invite", - "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" + "remove-group-cover-confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/et/login.json b/public/language/et/login.json index 331701929b..95d31ded42 100644 --- a/public/language/et/login.json +++ b/public/language/et/login.json @@ -1,12 +1,12 @@ { "username-email": "Kasutajanimi / E-mail", "username": "Kasutajanimi", - "remember_me": "Mäleta mind?", - "forgot_password": "Unustasid parooli?", - "alternative_logins": "Alternatiivsed sisse logimise võimalused", - "failed_login_attempt": "Sisselogimine ebaõnnestus", - "login_successful": "Edukalt sisse logitud!", - "dont_have_account": "Pole veel kasutajat?", + "remember-me": "Mäleta mind?", + "forgot-password": "Unustasid parooli?", + "alternative-logins": "Alternatiivsed sisse logimise võimalused", + "failed-login-attempt": "Sisselogimine ebaõnnestus", + "login-successful": "Edukalt sisse logitud!", + "dont-have-account": "Pole veel kasutajat?", "logged-out-due-to-inactivity": "Sind on Administraatori Juhtpaneelist ebaaktiivsuse tõttu välja logitud", "caps-lock-enabled": "Caps Lock is enabled" } \ No newline at end of file diff --git a/public/language/et/modules.json b/public/language/et/modules.json index a3c2db24bc..d50f5ea9c2 100644 --- a/public/language/et/modules.json +++ b/public/language/et/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "Room %1", - "chat.chatting_with": "Chat with", + "chat.chatting-with": "Chat with", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Go to most recent message", @@ -8,12 +8,15 @@ "chat.chat-with-usernames": "Chat with %1", "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Saada", - "chat.no_active": "Sul ei ole hetkel aktiivseid vestlusi.", - "chat.user_typing": "%1 kirjutab sõnumit...", - "chat.user_has_messaged_you": "%1 saatis sulle sõnumi.", + "chat.no-active": "Sul ei ole hetkel aktiivseid vestlusi.", + "chat.user-typing-1": "%1 is typing ...", + "chat.user-typing-2": "%1 and %2 are typing ...", + "chat.user-typing-3": "%1, %2 and %3 are typing ...", + "chat.user-typing-n": "%1, %2 and %3 others are typing ...", + "chat.user-has-messaged-you": "%1 saatis sulle sõnumi.", "chat.replying-to": "Replying to %1", - "chat.see_all": "All chats", - "chat.mark_all_read": "Mark all read", + "chat.see-all": "All chats", + "chat.mark-all-read": "Mark all read", "chat.no-messages": "Vali sõnumisaaja, et vaadata sõnumite ajalugu.", "chat.no-users-in-room": "Ühtki kasutajat selles ruumis", "chat.recent-chats": "Hiljutised vestlused", @@ -24,12 +27,16 @@ "chat.pop-out": "Pop-out vestlus", "chat.minimize": "Minimize", "chat.maximize": "Suurenda", - "chat.seven_days": "7 Päeva", - "chat.thirty_days": "30 Päeva", - "chat.three_months": "3 Kuud", - "chat.delete_message_confirm": "Oled kindel, et soovid selle sõnumi kustutada?", + "chat.seven-days": "7 Päeva", + "chat.thirty-days": "30 Päeva", + "chat.three-months": "3 Kuud", + "chat.delete-message-confirm": "Oled kindel, et soovid selle sõnumi kustutada?", "chat.retrieving-users": "Retrieving users...", "chat.view-users-list": "View users list", + "chat.pinned-messages": "Pinned Messages", + "chat.no-pinned-messages": "There are no pinned messages", + "chat.pin-message": "Pin Message", + "chat.unpin-message": "Unpin Message", "chat.public-rooms": "Public Rooms (%1)", "chat.private-rooms": "Private Rooms (%1)", "chat.create-room": "Create Chat Room", @@ -67,17 +74,24 @@ "chat.system.user-leave": "%1 has left the room ", "chat.system.room-rename": "%2 has renamed this room to \"%1\" ", "composer.compose": "Koosta", - "composer.show_preview": "Kuva eelvaadet", - "composer.hide_preview": "Peida eelvaade", + "composer.show-preview": "Kuva eelvaadet", + "composer.hide-preview": "Peida eelvaade", "composer.help": "Help", - "composer.user_said_in": "%1 ütles %2:", - "composer.user_said": "%1 ütles:", + "composer.user-said-in": "%1 ütles %2:", + "composer.user-said": "%1 ütles:", "composer.discard": "Oled kindel, et soovid selle postituse tühistada?", - "composer.submit_and_lock": "Kinnita ja Lukusta", - "composer.toggle_dropdown": "Aktiveeri rippmenüü", + "composer.submit-and-lock": "Kinnita ja Lukusta", + "composer.toggle-dropdown": "Aktiveeri rippmenüü", "composer.uploading": "%1 Üleslaadimine", "composer.formatting.bold": "Paksult", "composer.formatting.italic": "Kaldkiri", + "composer.formatting.heading": "Heading", + "composer.formatting.heading1": "Heading 1", + "composer.formatting.heading2": "Heading 2", + "composer.formatting.heading3": "Heading 3", + "composer.formatting.heading4": "Heading 4", + "composer.formatting.heading5": "Heading 5", + "composer.formatting.heading6": "Heading 6", "composer.formatting.list": "Nimekiri", "composer.formatting.strikethrough": "Läbitõmmatud", "composer.formatting.code": "Code", @@ -85,9 +99,10 @@ "composer.formatting.picture": "Image Link", "composer.upload-picture": "Lae pilt üles", "composer.upload-file": "Lae fail üles", - "composer.zen_mode": "Zen Mode", - "composer.select_category": "Select a category", + "composer.zen-mode": "Zen Mode", + "composer.select-category": "Select a category", "composer.textarea.placeholder": "Enter your post content here, drag and drop images", + "composer.post-queue-alert": "Hello👋!
This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.", "composer.schedule-for": "Schedule topic for", "composer.schedule-date": "Date", "composer.schedule-time": "Time", @@ -102,8 +117,8 @@ "bootbox.confirm": "Kinnita", "bootbox.submit": "Submit", "bootbox.send": "Send", - "cover.dragging_title": "Kaanefoto Positsioneerimine", - "cover.dragging_message": "Vea kaanefoto soovitud kohta ja klikka \"Salvesta\"", + "cover.dragging-title": "Kaanefoto Positsioneerimine", + "cover.dragging-message": "Vea kaanefoto soovitud kohta ja klikka \"Salvesta\"", "cover.saved": "Kaanefoto ja paiknemine salvestatud", "thumbs.modal.title": "Manage topic thumbnails", "thumbs.modal.no-thumbs": "No thumbnails found.", diff --git a/public/language/et/notifications.json b/public/language/et/notifications.json index c44319acce..e75f9507c3 100644 --- a/public/language/et/notifications.json +++ b/public/language/et/notifications.json @@ -1,59 +1,68 @@ { "title": "Teated", - "no_notifs": "Sul pole uusi teateid", - "see_all": "All notifications", - "mark_all_read": "Mark all read", - "back_to_home": "Tagasi %1", - "outgoing_link": "Väljaminev link", - "outgoing_link_message": "Lahkud %1", - "continue_to": "Jätka %1", - "return_to": "Pöördu tagasi %1", - "new_notification": "You have a new notification", - "you_have_unread_notifications": "Sul ei ole lugemata teateid.", + "no-notifs": "Sul pole uusi teateid", + "see-all": "All notifications", + "mark-all-read": "Mark all read", + "back-to-home": "Tagasi %1", + "outgoing-link": "Väljaminev link", + "outgoing-link-message": "Lahkud %1", + "continue-to": "Jätka %1", + "return-to": "Pöördu tagasi %1", + "new-notification": "You have a new notification", + "you-have-unread-notifications": "Sul ei ole lugemata teateid.", "all": "All", "topics": "Topics", + "tags": "Tags", "replies": "Replies", "chat": "Chats", "group-chat": "Group Chats", "public-chat": "Public Chats", "follows": "Follows", "upvote": "Upvotes", + "awards": "Awards", "new-flags": "New Flags", "my-flags": "Flags assigned to me", "bans": "Bans", - "new_message_from": "Uus sõnum kasutajalt %1", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1 hääletas sinu postituse poolt teemas %2.", - "upvoted_your_post_in_dual": "%1 ja %2 kiitsid sinu postituse heaks: %3.", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "%1 liigutas sinu postituse %2 'sse", - "moved_your_topic": "%1 liigutas %2", - "user_flagged_post_in": "%1 raporteeris postitust %2", - "user_flagged_post_in_dual": "%1 ja %2 märgistasid postituse: %3", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1 flagged a user profile (%2)", - "user_flagged_user_dual": "%1 and %2 flagged a user profile (%3)", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "Kasutaja %1 postitas vastuse teemasse %2", - "user_posted_to_dual": "%1 ja %2 on postitanud vastused: %3", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1 on postitanud uue teema: %2", - "user_edited_post": "%1 has edited a post in %2", - "user_started_following_you": "%1 hakkas sind jälgima.", - "user_started_following_you_dual": "%1 ja %2 hakkasid sind jälgima.", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1 saatis registreerimistaotluse.", - "new_register_multiple": "%1 registreerimistaotlust ootavad ülevaadet.", - "flag_assigned_to_you": "Flag %1 has been assigned to you", - "post_awaiting_review": "Post awaiting review", + "new-message-from": "Uus sõnum kasutajalt %1", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 wrote in %3", + "user-posted-in-public-room-dual": "%1 and %2 wrote in %4", + "user-posted-in-public-room-triple": "%1, %2 and %3 wrote in %5", + "user-posted-in-public-room-multiple": "%1, %2 and %3 others wrote in %5", + "upvoted-your-post-in": "%1 hääletas sinu postituse poolt teemas %2.", + "upvoted-your-post-in-dual": "%1 ja %2 kiitsid sinu postituse heaks: %3.", + "upvoted-your-post-in-triple": "%1, %2 and %3 have upvoted your post in %4.", + "upvoted-your-post-in-multiple": "%1, %2 and %3 others have upvoted your post in %4.", + "moved-your-post": "%1 liigutas sinu postituse %2 'sse", + "moved-your-topic": "%1 liigutas %2", + "user-flagged-post-in": "%1 raporteeris postitust %2", + "user-flagged-post-in-dual": "%1 ja %2 märgistasid postituse: %3", + "user-flagged-post-in-triple": "%1, %2 and %3 flagged a post in %4", + "user-flagged-post-in-multiple": "%1, %2 and %3 others flagged a post in %4", + "user-flagged-user": "%1 flagged a user profile (%2)", + "user-flagged-user-dual": "%1 and %2 flagged a user profile (%3)", + "user-flagged-user-triple": "%1, %2 and %3 flagged a user profile (%4)", + "user-flagged-user-multiple": "%1, %2 and %3 others flagged a user profile (%4)", + "user-posted-to": "Kasutaja %1 postitas vastuse teemasse %2", + "user-posted-to-dual": "%1 ja %2 on postitanud vastused: %3", + "user-posted-to-triple": "%1, %2 and %3 have posted replies to: %4", + "user-posted-to-multiple": "%1, %2 and %3 others have posted replies to: %4", + "user-posted-topic": "%1 on postitanud uue teema: %2", + "user-edited-post": "%1 has edited a post in %2", + "user-posted-topic-with-tag": "%1 has posted a new topic with tag %2", + "user-posted-topic-with-tag-dual": "%1 has posted a new topic with tags %2 and %3", + "user-posted-topic-with-tag-triple": "%1 has posted a new topic with tags %2, %3 and %4", + "user-posted-topic-with-tag-multiple": "%1 has posted a new topic with tags %2", + "user-started-following-you": "%1 hakkas sind jälgima.", + "user-started-following-you-dual": "%1 ja %2 hakkasid sind jälgima.", + "user-started-following-you-triple": "%1, %2 and %3 started following you.", + "user-started-following-you-multiple": "%1, %2 and %3 others started following you.", + "new-register": "%1 saatis registreerimistaotluse.", + "new-register-multiple": "%1 registreerimistaotlust ootavad ülevaadet.", + "flag-assigned-to-you": "Flag %1 has been assigned to you", + "post-awaiting-review": "Post awaiting review", "profile-exported": "%1 profile exported, click to download", "posts-exported": "%1 posts exported, click to download", "uploads-exported": "%1 uploads exported, click to download", @@ -66,22 +75,24 @@ "email-confirm-error-message": "Emaili aadressi kinnitamisel tekkis viga. Võibolla kinnituskood oli vale või aegunud.", "email-confirm-sent": "Kinnituskiri on saadetud.", "none": "None", - "notification_only": "Notification Only", - "email_only": "Email Only", - "notification_and_email": "Notification & Email", - "notificationType_upvote": "When someone upvotes your post", - "notificationType_new-topic": "When someone you follow posts a topic", - "notificationType_new-reply": "When a new reply is posted in a topic you are watching", - "notificationType_post-edit": "When a post is edited in a topic you are watching", - "notificationType_follow": "When someone starts following you", - "notificationType_new-chat": "When you receive a chat message", - "notificationType_new-group-chat": "When you receive a group chat message", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "When you receive a group invite", - "notificationType_group-leave": "When a user leaves your group", - "notificationType_group-request-membership": "When someone requests to join a group you own", - "notificationType_new-register": "When someone gets added to registration queue", - "notificationType_post-queue": "When a new post is queued", - "notificationType_new-post-flag": "When a post is flagged", - "notificationType_new-user-flag": "When a user is flagged" + "notification-only": "Notification Only", + "email-only": "Email Only", + "notification-and-email": "Notification & Email", + "notificationType-upvote": "When someone upvotes your post", + "notificationType-new-topic": "When someone you follow posts a topic", + "notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow", + "notificationType-new-reply": "When a new reply is posted in a topic you are watching", + "notificationType-post-edit": "When a post is edited in a topic you are watching", + "notificationType-follow": "When someone starts following you", + "notificationType-new-chat": "When you receive a chat message", + "notificationType-new-group-chat": "When you receive a group chat message", + "notificationType-new-public-chat": "When you receive a public group chat message", + "notificationType-group-invite": "When you receive a group invite", + "notificationType-group-leave": "When a user leaves your group", + "notificationType-group-request-membership": "When someone requests to join a group you own", + "notificationType-new-register": "When someone gets added to registration queue", + "notificationType-post-queue": "When a new post is queued", + "notificationType-new-post-flag": "When a post is flagged", + "notificationType-new-user-flag": "When a user is flagged", + "notificationType-new-reward": "When you earn a new reward" } \ No newline at end of file diff --git a/public/language/et/pages.json b/public/language/et/pages.json index c82767d3c1..32f8ee2999 100644 --- a/public/language/et/pages.json +++ b/public/language/et/pages.json @@ -47,7 +47,8 @@ "account/latest-posts": "Latest posts made by %1", "account/topics": "Teemad on kirjutanud %1", "account/groups": "Kasutaja %1 grupid", - "account/watched_categories": "%1's Watched Categories", + "account/watched-categories": "%1's Watched Categories", + "account/watched-tags": "%1's Watched Tags", "account/bookmarks": "%1's Bookmarked Posts", "account/settings": "Kasutaja sätted", "account/settings-of": "Changing settings of %1", diff --git a/public/language/et/recent.json b/public/language/et/recent.json index 6cdeffa87f..f4c68ffc31 100644 --- a/public/language/et/recent.json +++ b/public/language/et/recent.json @@ -5,7 +5,7 @@ "month": "Kuu", "year": "Aasta", "alltime": "Kogu aja vältel", - "no_recent_topics": "Hetkel ei ole hiljutisi teemasid.", - "no_popular_topics": "Ühtegi populaarset teemat ei leidu.", + "no-recent-topics": "Hetkel ei ole hiljutisi teemasid.", + "no-popular-topics": "Ühtegi populaarset teemat ei leidu.", "load-new-posts": "Load new posts" } \ No newline at end of file diff --git a/public/language/et/register.json b/public/language/et/register.json index d56c60f503..5794e3da86 100644 --- a/public/language/et/register.json +++ b/public/language/et/register.json @@ -1,32 +1,32 @@ { "register": "Registreeri", "already-have-account": "Already have an account?", - "cancel_registration": "Katkesta registreerimine", + "cancel-registration": "Katkesta registreerimine", "help.email": "Algsättena peidetakse sinu e-mail avalikuse eest.", - "help.username_restrictions": "Unikaalne kasutajanimi, mis on %1 - %2 tähemärki pikk. Teised saavad sind postitustes mainida kasutades @kasutajanime.", - "help.minimum_password_length": "Sinu parooli pikkus peab olema vähemalt %1 tähemärki pikk.", - "email_address": "Emaili aadress", - "email_address_placeholder": "Sisesta emaili aadress", + "help.username-restrictions": "Unikaalne kasutajanimi, mis on %1 - %2 tähemärki pikk. Teised saavad sind postitustes mainida kasutades @kasutajanime.", + "help.minimum-password-length": "Sinu parooli pikkus peab olema vähemalt %1 tähemärki pikk.", + "email-address": "Emaili aadress", + "email-address-placeholder": "Sisesta emaili aadress", "username": "Kasutajanimi", - "username_placeholder": "Sisesta kasutajanimi", + "username-placeholder": "Sisesta kasutajanimi", "password": "Parool", - "password_placeholder": "Sisesta parool", - "confirm_password": "Kinnita parool", - "confirm_password_placeholder": "Kinnita parool", - "register_now_button": "Registreeri", - "alternative_registration": "Alternatiivne registreerimismeetod", - "terms_of_use": "Foorumi reeglid", - "agree_to_terms_of_use": "Nõustun foorumi reeglitega", - "terms_of_use_error": "Sa pead nõustuma Tingimustega", + "password-placeholder": "Sisesta parool", + "confirm-password": "Kinnita parool", + "confirm-password-placeholder": "Kinnita parool", + "register-now-button": "Registreeri", + "alternative-registration": "Alternatiivne registreerimismeetod", + "terms-of-use": "Foorumi reeglid", + "agree-to-terms-of-use": "Nõustun foorumi reeglitega", + "terms-of-use-error": "Sa pead nõustuma Tingimustega", "registration-added-to-queue": "Teie registreerimine vaadatakse üle. Te saate e-kirja kui administraator on aktsepteerinud registreermimise.", "registration-queue-average-time": "Our average time for approving memberships is %1 hours %2 minutes.", "registration-queue-auto-approve-time": "Your membership to this forum will be fully activated in up to %1 hours.", "interstitial.intro": "We'd like some additional information in order to update your account…", "interstitial.intro-new": "We'd like some additional information before we can create your account…", "interstitial.errors-found": "Please review the entered information:", - "gdpr_agree_data": "I consent to the collection and processing of my personal information on this website.", - "gdpr_agree_email": "I consent to receive digest and notification emails from this website.", - "gdpr_consent_denied": "You must give consent to this site to collect/process your information, and to send you emails.", + "gdpr-agree-data": "I consent to the collection and processing of my personal information on this website.", + "gdpr-agree-email": "I consent to receive digest and notification emails from this website.", + "gdpr-consent-denied": "You must give consent to this site to collect/process your information, and to send you emails.", "invite.error-admin-only": "Direct user registration has been disabled. Please contact an administrator for more details.", "invite.error-invite-only": "Direct user registration has been disabled. You must be invited by an existing user in order to access this forum.", "invite.error-invalid-data": "The registration data received does not correspond to our records. Please contact an administrator for more details" diff --git a/public/language/et/reset_password.json b/public/language/et/reset_password.json index 08eec7a8fb..0a41389024 100644 --- a/public/language/et/reset_password.json +++ b/public/language/et/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "Lähtesta parool", - "update_password": "Uuenda parooli", - "password_changed.title": "Parool muudetud", - "password_changed.message": "

Parool edukalt lähtestatud, palun logi uuesti sisse.", - "wrong_reset_code.title": "Vale kood", - "wrong_reset_code.message": "Sisestatud kood oil vale. Palun proovi uuesti või genereeri uus kood.", - "new_password": "Uus parool", - "repeat_password": "Kinnita parool", - "changing_password": "Changing Password", - "enter_email": "Palun sisesta oma emaili aadress ja me saadame sulle emaili koos õpetusega, kuidas oma parooli vahetada.", - "enter_email_address": "Sisesta emaili aadress", - "password_reset_sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", - "invalid_email": "Vigane emaili aadress / emaili aadressi ei ekisteeri!", - "password_too_short": "Sisestatud parool on liiga lühike, palun vali teine parool.", - "passwords_do_not_match": "Sisestatud paroolid ei ühti.", - "password_expired": "Sinu parool on aegunud, palun vali uus parool" + "reset-password": "Lähtesta parool", + "update-password": "Uuenda parooli", + "password-changed.title": "Parool muudetud", + "password-changed.message": "

Parool edukalt lähtestatud, palun logi uuesti sisse.", + "wrong-reset-code.title": "Vale kood", + "wrong-reset-code.message": "Sisestatud kood oil vale. Palun proovi uuesti või genereeri uus kood.", + "new-password": "Uus parool", + "repeat-password": "Kinnita parool", + "changing-password": "Changing Password", + "enter-email": "Palun sisesta oma emaili aadress ja me saadame sulle emaili koos õpetusega, kuidas oma parooli vahetada.", + "enter-email-address": "Sisesta emaili aadress", + "password-reset-sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", + "invalid-email": "Vigane emaili aadress / emaili aadressi ei ekisteeri!", + "password-too-short": "Sisestatud parool on liiga lühike, palun vali teine parool.", + "passwords-do-not-match": "Sisestatud paroolid ei ühti.", + "password-expired": "Sinu parool on aegunud, palun vali uus parool" } \ No newline at end of file diff --git a/public/language/et/rewards.json b/public/language/et/rewards.json new file mode 100644 index 0000000000..f923cf1500 --- /dev/null +++ b/public/language/et/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "You have been awarded %1 reputation", + "awarded-group-membership": "You have been added to the group %1", + + "essentials/user.reputation-conditional-value": "(Reputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Post Count %1 %2)", + "essentials/user.lastonline-conditional-value": "(Last Online %1 %2)", + "essentials/user.joindate-conditional-value": "(Join Date %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Days Registered %1 %2)" +} \ No newline at end of file diff --git a/public/language/et/search.json b/public/language/et/search.json index b386a43bbc..4505b99df7 100644 --- a/public/language/et/search.json +++ b/public/language/et/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Type to search", - "results_matching": "%1 tulemus(t) mis vastavad otsingule \"%2\", (%3 sekundit)", + "results-matching": "%1 tulemus(t) mis vastavad otsingule \"%2\", (%3 sekundit)", "no-matches": "Vasteid ei leitud", "advanced-search": "Täpsem otsing", "in": "Kus kohast", diff --git a/public/language/et/tags.json b/public/language/et/tags.json index 58f900808e..a6b8ece32e 100644 --- a/public/language/et/tags.json +++ b/public/language/et/tags.json @@ -1,11 +1,17 @@ { "all-tags": "All tags", - "no_tag_topics": "Teemasid, mis sisaldaksid seda märksõna, ei eksisteeri.", + "no-tag-topics": "Teemasid, mis sisaldaksid seda märksõna, ei eksisteeri.", "no-tags-found": "No tags found", "tags": "Märksõnad", - "enter_tags_here": "Sisesta märksõnad siia, %1 kuni %2 tähemärki märksõna kohta.", - "enter_tags_here_short": "Sisesta märksõnu...", - "no_tags": "Siin ei ole veel ühtegi märksõna.", - "select_tags": "Select Tags", - "tag-whitelist": "Tag Whitelist" + "enter-tags-here": "Sisesta märksõnad siia, %1 kuni %2 tähemärki märksõna kohta.", + "enter-tags-here-short": "Sisesta märksõnu...", + "no-tags": "Siin ei ole veel ühtegi märksõna.", + "select-tags": "Select Tags", + "tag-whitelist": "Tag Whitelist", + "watching": "Watching", + "not-watching": "Not Watching", + "watching.description": "Notify me of new topics.", + "not-watching.description": "Do not notify me of new topics.", + "following-tag.message": "You will now be receiving notifications when somebody posts a topic with this tag.", + "not-following-tag.message": "You will not receive notifications when somebody posts a topic with this tag." } \ No newline at end of file diff --git a/public/language/et/themes/harmony.json b/public/language/et/themes/harmony.json index f915155306..5e0a65f946 100644 --- a/public/language/et/themes/harmony.json +++ b/public/language/et/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page", "settings.autohideBottombar": "Auto hide bottom bar", "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down", + "settings.openSidebars": "Open sidebars", "settings.chatModals": "Enable chat modals" } \ No newline at end of file diff --git a/public/language/et/top.json b/public/language/et/top.json index b8a05bfa5f..6e1e05674e 100644 --- a/public/language/et/top.json +++ b/public/language/et/top.json @@ -1,4 +1,4 @@ { "title": "Top", - "no_top_topics": "No top topics" + "no-top-topics": "No top topics" } \ No newline at end of file diff --git a/public/language/et/topic.json b/public/language/et/topic.json index 1fb9c80cdf..60bf706717 100644 --- a/public/language/et/topic.json +++ b/public/language/et/topic.json @@ -1,20 +1,20 @@ { "topic": "Teema", "title": "Title", - "no_topics_found": "Teemasid ei leitud!", - "no_posts_found": "Postitusi ei leitud!", - "post_is_deleted": "See postitus on kustutatud!", - "topic_is_deleted": "Antud teema on kustutatud!", + "no-topics-found": "Teemasid ei leitud!", + "no-posts-found": "Postitusi ei leitud!", + "post-is-deleted": "See postitus on kustutatud!", + "topic-is-deleted": "Antud teema on kustutatud!", "profile": "Profiil", - "posted_by": "Postitas %1", - "posted_by_guest": "Postitatud külalise ppolt", + "posted-by": "Postitas %1", + "posted-by-guest": "Postitatud külalise ppolt", "chat": "Vestlus", - "notify_me": "Saa teateid uutest postitustest selles teemas", + "notify-me": "Saa teateid uutest postitustest selles teemas", "quote": "Tsiteeri", "reply": "Vasta", - "replies_to_this_post": "%1 Replies", - "one_reply_to_this_post": "1 Reply", - "last_reply_time": "Last reply", + "replies-to-this-post": "%1 Replies", + "one-reply-to-this-post": "1 Reply", + "last-reply-time": "Last reply", "reply-as-topic": "Vasta teemana", "guest-login-reply": "Logi sisse, et vastata", "login-to-view": "🔒 Log in to view", @@ -64,129 +64,130 @@ "user-referenced-topic-on": "%1 referenced this topic on %3", "user-forked-topic-ago": "%1 forked this topic %3", "user-forked-topic-on": "%1 forked this topic on %3", - "bookmark_instructions": "Vajuta siia, et tagasi minna viimati loetud postituse juurde siin teemas.", + "bookmark-instructions": "Vajuta siia, et tagasi minna viimati loetud postituse juurde siin teemas.", "flag-post": "Flag this post", "flag-user": "Flag this user", "already-flagged": "Already Flagged", "view-flag-report": "View Flag Report", "resolve-flag": "Resolve Flag", - "merged_message": "This topic has been merged into %2", - "deleted_message": "See teema on kustutatud. Ainult kasutajad kellel on piisavalt õigusi saavad seda näha.", - "following_topic.message": "Sulle ei edastata enam teateid uutest postitustest kui keegi postitab siia teemasse.", - "not_following_topic.message": "Sa näed seda postitust lugemata postituste nimekirjas, kuid sa ei näe selle kohta teateid, kui keegi sinna postitab.", - "ignoring_topic.message": "Sa ei näe seda teemat enam lugemata teemade nimekirjas. Sind teavitatakse, kui Sind mainitakse või Sinu postitust kiidetakse heaks.", - "login_to_subscribe": "Palun registreeru kasutajaks või logi sisse, et tellida teateid selle postituse kohta.", + "merged-message": "This topic has been merged into %2", + "forked-message": "This topic was forked from %2", + "deleted-message": "See teema on kustutatud. Ainult kasutajad kellel on piisavalt õigusi saavad seda näha.", + "following-topic.message": "Sulle ei edastata enam teateid uutest postitustest kui keegi postitab siia teemasse.", + "not-following-topic.message": "Sa näed seda postitust lugemata postituste nimekirjas, kuid sa ei näe selle kohta teateid, kui keegi sinna postitab.", + "ignoring-topic.message": "Sa ei näe seda teemat enam lugemata teemade nimekirjas. Sind teavitatakse, kui Sind mainitakse või Sinu postitust kiidetakse heaks.", + "login-to-subscribe": "Palun registreeru kasutajaks või logi sisse, et tellida teateid selle postituse kohta.", "markAsUnreadForAll.success": "Teema märgitud mitte-loetuks kõikidele.", - "mark_unread": "Märgi lugematuks", - "mark_unread.success": "Teema märgitud mitteloetuks.", + "mark-unread": "Märgi lugematuks", + "mark-unread.success": "Teema märgitud mitteloetuks.", "watch": "Vaata", "unwatch": "Ära järgi", "watch.title": "Saa teateid uutest postitustest siin teemas", "unwatch.title": "Ära järgi enam seda teemat", - "share_this_post": "Jaga seda postitust", + "share-this-post": "Jaga seda postitust", "watching": "Vaatan", "not-watching": "Ei vaata", "ignoring": "Ignoreerin", "watching.description": "Teavita mind uutest vastustest.
Näita teemat lugemata teemade hulgas.", "not-watching.description": "Ära teavita mind uutest vastustest.
Näita teemat lugemata teemade hulgas, kui kategooria on ignoreeritud.", "ignoring.description": "Ära teavita mind uutest vastustest.
Ära näita teemat lugemata teemade hulgas.", - "thread_tools.title": "Teema tööriistad", - "thread_tools.markAsUnreadForAll": "Mark Unread For All", - "thread_tools.pin": "Tõsta esile teema", - "thread_tools.unpin": "Märgista teema", - "thread_tools.lock": "Lukusta teema", - "thread_tools.unlock": "Taasava teema", - "thread_tools.move": "Liiguta teema", - "thread_tools.move-posts": "Move Posts", - "thread_tools.move_all": "Liiguta kõik", - "thread_tools.change_owner": "Change Owner", - "thread_tools.select_category": "Select Category", - "thread_tools.fork": "Fork Topic", - "thread_tools.tag": "Tag Topic", - "thread_tools.delete": "Kustuta teema", - "thread_tools.delete-posts": "Kustuta Postitusi", - "thread_tools.delete_confirm": "Oled kindel, et soovid selle teema kustutada?", - "thread_tools.restore": "Taasta teema", - "thread_tools.restore_confirm": "Oled kindel, et soovid selle teema taastada?", - "thread_tools.purge": "Kustuta teema täielikult", - "thread_tools.purge_confirm": "Oled kindel, et soovid puhastada selle teema?", - "thread_tools.merge_topics": "Merge Topics", - "thread_tools.merge": "Merge Topic", - "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_undone": "Topic move undone", - "topic_move_posts_success": "Posts will be moved shortly. Click here to undo.", - "topic_move_posts_undone": "Post move undone", - "post_delete_confirm": "Oled kindel, et soovid kustutada selle postituse?", - "post_restore_confirm": "Oled kindel, et soovid taastada antud postituse?", - "post_purge_confirm": "Oled kindel, et soovid täielikult selle teema kustutada?", + "thread-tools.title": "Teema tööriistad", + "thread-tools.markAsUnreadForAll": "Mark Unread For All", + "thread-tools.pin": "Tõsta esile teema", + "thread-tools.unpin": "Märgista teema", + "thread-tools.lock": "Lukusta teema", + "thread-tools.unlock": "Taasava teema", + "thread-tools.move": "Liiguta teema", + "thread-tools.move-posts": "Move Posts", + "thread-tools.move-all": "Liiguta kõik", + "thread-tools.change-owner": "Change Owner", + "thread-tools.select-category": "Select Category", + "thread-tools.fork": "Fork Topic", + "thread-tools.tag": "Tag Topic", + "thread-tools.delete": "Kustuta teema", + "thread-tools.delete-posts": "Kustuta Postitusi", + "thread-tools.delete-confirm": "Oled kindel, et soovid selle teema kustutada?", + "thread-tools.restore": "Taasta teema", + "thread-tools.restore-confirm": "Oled kindel, et soovid selle teema taastada?", + "thread-tools.purge": "Kustuta teema täielikult", + "thread-tools.purge-confirm": "Oled kindel, et soovid puhastada selle teema?", + "thread-tools.merge-topics": "Merge Topics", + "thread-tools.merge": "Merge Topic", + "topic-move-success": "This topic will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-multiple-success": "These topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-all-success": "All topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-undone": "Topic move undone", + "topic-move-posts-success": "Posts will be moved shortly. Click here to undo.", + "topic-move-posts-undone": "Post move undone", + "post-delete-confirm": "Oled kindel, et soovid kustutada selle postituse?", + "post-restore-confirm": "Oled kindel, et soovid taastada antud postituse?", + "post-purge-confirm": "Oled kindel, et soovid täielikult selle teema kustutada?", "pin-modal-expiry": "Expiration Date", "pin-modal-help": "You can optionally set an expiration date for the pinned topic(s) here. Alternatively, you can leave this field blank to have the topic stay pinned until it is manually unpinned.", - "load_categories": "Laen kategooriaid", - "confirm_move": "Liiguta", - "confirm_fork": "Fork", + "load-categories": "Laen kategooriaid", + "confirm-move": "Liiguta", + "confirm-fork": "Fork", "bookmark": "Bookmark", "bookmarks": "Bookmarks", - "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.", + "bookmarks.has-no-bookmarks": "You haven't bookmarked any posts yet.", "copy-permalink": "Copy Permalink", - "loading_more_posts": "Laen postitusi", - "move_topic": "Liiguta teemat", - "move_topics": "Liiguta teemasi", - "move_post": "Liiguta postitust", - "post_moved": "Postitus liigutatud!", - "fork_topic": "Fork Topic", + "loading-more-posts": "Laen postitusi", + "move-topic": "Liiguta teemat", + "move-topics": "Liiguta teemasi", + "move-post": "Liiguta postitust", + "post-moved": "Postitus liigutatud!", + "fork-topic": "Fork Topic", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", - "fork_no_pids": "Sa ei ole postitusi valinud!", + "fork-topic-instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", + "fork-no-pids": "Sa ei ole postitusi valinud!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", "x-posts-will-be-moved-to-y": "%1 post(s) will be moved to \"%2\"", - "fork_pid_count": "%1 postitus(t) valitud", - "fork_success": "Edukalt ''forkisid'' teema! Vajuta siia, et vaadata loodud teemat.", - "delete_posts_instruction": "Klikka postitustel, mida tahad kustutada/puhastada", - "merge_topics_instruction": "Click the topics you want to merge or search for them", + "fork-pid-count": "%1 postitus(t) valitud", + "fork-success": "Edukalt ''forkisid'' teema! Vajuta siia, et vaadata loodud teemat.", + "delete-posts-instruction": "Klikka postitustel, mida tahad kustutada/puhastada", + "merge-topics-instruction": "Click the topics you want to merge or search for them", "merge-topic-list-title": "List of topics to be merged", "merge-options": "Merge options", "merge-select-main-topic": "Select the main topic", "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", - "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", - "move_topic_instruction": "Select the target category and then click move", - "change_owner_instruction": "Click the posts you want to assign to another user", - "composer.title_placeholder": "Sisesta teema pealkiri siia...", - "composer.handle_placeholder": "Enter your name/handle here", + "move-posts-instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move-topic-instruction": "Select the target category and then click move", + "change-owner-instruction": "Click the posts you want to assign to another user", + "composer.title-placeholder": "Sisesta teema pealkiri siia...", + "composer.handle-placeholder": "Enter your name/handle here", "composer.hide": "Hide", "composer.discard": "Katkesta", "composer.submit": "Postita", "composer.additional-options": "Additional Options", "composer.post-later": "Post Later", "composer.schedule": "Schedule", - "composer.replying_to": "Vastad %1'le", - "composer.new_topic": "Uus teema", + "composer.replying-to": "Vastad %1'le", + "composer.new-topic": "Uus teema", "composer.editing-in": "Editing post in %1", "composer.uploading": "laen üles...", - "composer.thumb_url_label": "Kleebi teema marge.", - "composer.thumb_title": "Lisa märge sellele teemale", - "composer.thumb_url_placeholder": "http://example.com/thumb.png", - "composer.thumb_file_label": "Või lae üles üks fail", - "composer.thumb_remove": "Puhasta väljad", - "composer.drag_and_drop_images": "Lohista pildid siia", - "more_users_and_guests": "%1 kasutaja(t) ja %2 külalist", - "more_users": "veel %1 kasutaja(t)", - "more_guests": "veel %1 külalist", - "users_and_others": "%1 ja %2 teist", - "sort_by": "Sorteeri", - "oldest_to_newest": "Vanematest uuemateni", - "newest_to_oldest": "Uuematest vanemateni", - "most_votes": "Most Votes", - "most_posts": "Most Posts", - "most_views": "Most Views", + "composer.thumb-url-label": "Kleebi teema marge.", + "composer.thumb-title": "Lisa märge sellele teemale", + "composer.thumb-url-placeholder": "http://example.com/thumb.png", + "composer.thumb-file-label": "Või lae üles üks fail", + "composer.thumb-remove": "Puhasta väljad", + "composer.drag-and-drop-images": "Lohista pildid siia", + "more-users-and-guests": "%1 kasutaja(t) ja %2 külalist", + "more-users": "veel %1 kasutaja(t)", + "more-guests": "veel %1 külalist", + "users-and-others": "%1 ja %2 teist", + "sort-by": "Sorteeri", + "oldest-to-newest": "Vanematest uuemateni", + "newest-to-oldest": "Uuematest vanemateni", + "most-votes": "Most Votes", + "most-posts": "Most Posts", + "most-views": "Most Views", "stale.title": "Loo uus teema selle asemel?", "stale.warning": "Teema, millele vastad on küllaltki vana. Kas sooviksid hoopiski uue teema luua ning viidata sellele sinu vastuses?", "stale.create": "Loo uus teema/alapealkiri", - "stale.reply_anyway": "Vasta sellele teemale siiski", - "link_back": "Re: [%1](%2)", + "stale.reply-anyway": "Vasta sellele teemale siiski", + "link-back": "Re: [%1](%2)", "diffs.title": "Post Edit History", "diffs.description": "This post has %1 revisions. Click one of the revisions below to see the post content at that point in time.", "diffs.no-revisions-description": "This post has %1 revisions.", @@ -197,8 +198,8 @@ "diffs.post-restored": "Post successfully restored to earlier revision", "diffs.delete": "Delete this revision", "diffs.deleted": "Revision deleted", - "timeago_later": "%1 later", - "timeago_earlier": "%1 earlier", + "timeago-later": "%1 later", + "timeago-earlier": "%1 earlier", "first-post": "First post", "last-post": "Last post", "go-to-my-next-post": "Go to my next post", diff --git a/public/language/et/unread.json b/public/language/et/unread.json index 037f49ea6d..9ec7694233 100644 --- a/public/language/et/unread.json +++ b/public/language/et/unread.json @@ -1,12 +1,12 @@ { "title": "Lugemata", - "no_unread_topics": "Siin ei ole lugemata teemasi.", - "load_more": "Lae rohkem", - "mark_as_read": "Märgi loetuks", + "no-unread-topics": "Siin ei ole lugemata teemasi.", + "load-more": "Lae rohkem", + "mark-as-read": "Märgi loetuks", "selected": "Valitud", "all": "Kõik", - "all_categories": "Kõik kategooriad", - "topics_marked_as_read.success": "Teemad märgitud loetuks!", + "all-categories": "Kõik kategooriad", + "topics-marked-as-read.success": "Teemad märgitud loetuks!", "all-topics": "Kõik teemad", "new-topics": "Uued teemad", "watched-topics": "Vaadatud teemad", diff --git a/public/language/et/user.json b/public/language/et/user.json index 8c2e13adc3..f29b9d0c42 100644 --- a/public/language/et/user.json +++ b/public/language/et/user.json @@ -7,22 +7,22 @@ "joindate": "Liitumiskuupäev", "postcount": "Postitusi", "email": "Email", - "confirm_email": "Kinnita email", - "account_info": "Kasutaja info", - "admin_actions_label": "Administrative Actions", - "ban_account": "Bannige kasutaja", - "ban_account_confirm": "Kas te tõesti soovite antud kasutajat bannida?", - "unban_account": "Eemaldage kontolt ban", - "mute_account": "Mute Account", - "unmute_account": "Unmute Account", - "delete_account": "Kustuta kasutaja", - "delete_account_as_admin": "Delete Account", - "delete_content": "Delete Account Content", - "delete_all": "Delete Account and Content", - "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", - "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", - "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", - "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "confirm-email": "Kinnita email", + "account-info": "Kasutaja info", + "admin-actions-label": "Administrative Actions", + "ban-account": "Bannige kasutaja", + "ban-account-confirm": "Kas te tõesti soovite antud kasutajat bannida?", + "unban-account": "Eemaldage kontolt ban", + "mute-account": "Mute Account", + "unmute-account": "Unmute Account", + "delete-account": "Kustuta kasutaja", + "delete-account-as-admin": "Delete Account", + "delete-content": "Delete Account Content", + "delete-all": "Delete Account and Content", + "delete-account-confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", + "delete-this-account-confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", + "delete-account-content-confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "delete-all-confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", "account-deleted": "Kasutaja kustutatud", "account-content-deleted": "Account content deleted", "fullname": "Täisnimi", @@ -32,11 +32,12 @@ "joined": "Liitunud", "lastonline": "Viimati online", "profile": "Profiil", - "profile_views": "Vaatamisi", + "profile-views": "Vaatamisi", "reputation": "Reputatsioon", "bookmarks": "Bookmarks", - "watched_categories": "Watched categories", - "change_all": "Change All", + "watched-categories": "Watched categories", + "watched-tags": "Watched tags", + "change-all": "Change All", "watched": "Vaadatud", "ignored": "Ignored", "default-category-watch-state": "Default category watch state", @@ -44,83 +45,84 @@ "following": "Jälgimised", "blocks": "Blocks", "blocked-users": "Blocked users", - "block_toggle": "Toggle Block", - "block_user": "Block User", - "unblock_user": "Unblock User", + "block-toggle": "Toggle Block", + "block-user": "Block User", + "unblock-user": "Unblock User", "aboutme": "Minust", "signature": "Allkiri", "birthday": "Sünnipäev", "chat": "Vestlus", - "chat_with": "Continue chat with %1", - "new_chat_with": "Start new chat with %1", + "chat-with": "Continue chat with %1", + "new-chat-with": "Start new chat with %1", "flag-profile": "Flag Profile", "follow": "Jälgi", "unfollow": "Ära jälgi enam", "more": "Rohkem", - "profile_update_success": "Profiil edukalt uuendatud!", - "change_picture": "Vaheta pilti", - "change_username": "Vaheta kasutajanime", - "change_email": "Vaheta emaili", - "email_same_as_password": "Please enter your current password to continue – you've entered your new email again", + "profile-update-success": "Profiil edukalt uuendatud!", + "change-picture": "Vaheta pilti", + "change-username": "Vaheta kasutajanime", + "change-email": "Vaheta emaili", + "email-updated": "Email Updated", + "email-same-as-password": "Please enter your current password to continue – you've entered your new email again", "edit": "Muuda", "edit-profile": "Redigeeri profiili", - "default_picture": "Algne ikoon", - "uploaded_picture": "Üleslaetud pilt", - "upload_new_picture": "Laadi uus pilt", - "upload_new_picture_from_url": "Lae uus pilt üles URL'ilt", - "current_password": "Praegune parool", - "new_password": "New Password", - "change_password": "Vaheta parooli", - "change_password_error": "Vigane parool!", - "change_password_error_wrong_current": "Su praegune parool on vale!", - "change_password_error_match": "Paroolid peavad kattuma!", - "change_password_error_privileges": "Sul ei ole piisavalt õigusi, et vahetada seda parooli.", - "change_password_success": "Sinu parool on uuendatud!", - "confirm_password": "Kinnita parool", + "default-picture": "Algne ikoon", + "uploaded-picture": "Üleslaetud pilt", + "upload-new-picture": "Laadi uus pilt", + "upload-new-picture-from-url": "Lae uus pilt üles URL'ilt", + "current-password": "Praegune parool", + "new-password": "New Password", + "change-password": "Vaheta parooli", + "change-password-error": "Vigane parool!", + "change-password-error-wrong-current": "Su praegune parool on vale!", + "change-password-error-match": "Paroolid peavad kattuma!", + "change-password-error-privileges": "Sul ei ole piisavalt õigusi, et vahetada seda parooli.", + "change-password-success": "Sinu parool on uuendatud!", + "confirm-password": "Kinnita parool", "password": "Parool", - "username_taken_workaround": "Kasutajanimi mida soovisid, ei olnud saadaval, seeg muutsime seda natukene. Sinu uus kasutajanimi on nüüd: %1", - "password_same_as_username": "Su parool kattub su kasutajanimega, palun vali mõni muu parool.", - "password_same_as_email": "Su parool kattub su e-mailiga, palun vali mõni muu parool.", - "weak_password": "Weak password.", - "upload_picture": "Laadi pilt", - "upload_a_picture": "Lae pilt üles", - "remove_uploaded_picture": "Eemalda üleslaetud pilt", - "upload_cover_picture": "Lae üles katte pilt", - "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", - "crop_picture": "Crop picture", - "upload_cropped_picture": "Crop and upload", + "username-taken-workaround": "Kasutajanimi mida soovisid, ei olnud saadaval, seeg muutsime seda natukene. Sinu uus kasutajanimi on nüüd: %1", + "password-same-as-username": "Su parool kattub su kasutajanimega, palun vali mõni muu parool.", + "password-same-as-email": "Su parool kattub su e-mailiga, palun vali mõni muu parool.", + "weak-password": "Weak password.", + "upload-picture": "Laadi pilt", + "upload-a-picture": "Lae pilt üles", + "remove-uploaded-picture": "Eemalda üleslaetud pilt", + "upload-cover-picture": "Lae üles katte pilt", + "remove-cover-picture-confirm": "Are you sure you want to remove the cover picture?", + "crop-picture": "Crop picture", + "upload-cropped-picture": "Crop and upload", "avatar-background-colour": "Avatar background colour", "settings": "Seaded", - "show_email": "Näita minu emaili", - "show_fullname": "Näita minu täisnime", - "restrict_chats": "Luba sõnumeid ainult kasutajatelt, keda järgin", - "digest_label": "Telli", - "digest_description": "Telli kõik teated emaili teel (uued teated ja teemad).", - "digest_off": "Väljas", - "digest_daily": "Igapäevaselt", - "digest_weekly": "Iga nädal", - "digest_biweekly": "Bi-Weekly", - "digest_monthly": "Iga kuu", - "has_no_follower": "Sellel kasutajal pole ühtegi jälgijat :(", - "follows_no_one": "See kasutaja ei jälgi kedagi :(", - "has_no_posts": "Antud kasutaja pole veel midagi postitanud.", - "has_no_best_posts": "This user does not have any upvoted posts yet.", - "has_no_topics": "Antud kasutaja pole veel ühtegi teemat postitanud.", - "has_no_watched_topics": "Antud kasutaja pole veel ühtegi teemat vaadanud.", - "has_no_ignored_topics": "This user hasn't ignored any topics yet.", - "has_no_upvoted_posts": "Antud kasutaja pole veel ühtegi postitust kiitnud.", - "has_no_downvoted_posts": "Antud kasutaja pole veel ühtegi postitust laitnud.", - "has_no_controversial_posts": "This user does not have any downvoted posts yet.", - "has_no_blocks": "You have blocked no users.", - "email_hidden": "Peidetud email", + "show-email": "Näita minu emaili", + "show-fullname": "Näita minu täisnime", + "restrict-chats": "Luba sõnumeid ainult kasutajatelt, keda järgin", + "digest-label": "Telli", + "digest-description": "Telli kõik teated emaili teel (uued teated ja teemad).", + "digest-off": "Väljas", + "digest-daily": "Igapäevaselt", + "digest-weekly": "Iga nädal", + "digest-biweekly": "Bi-Weekly", + "digest-monthly": "Iga kuu", + "has-no-follower": "Sellel kasutajal pole ühtegi jälgijat :(", + "follows-no-one": "See kasutaja ei jälgi kedagi :(", + "has-no-posts": "Antud kasutaja pole veel midagi postitanud.", + "has-no-best-posts": "This user does not have any upvoted posts yet.", + "has-no-topics": "Antud kasutaja pole veel ühtegi teemat postitanud.", + "has-no-watched-topics": "Antud kasutaja pole veel ühtegi teemat vaadanud.", + "has-no-ignored-topics": "This user hasn't ignored any topics yet.", + "has-no-upvoted-posts": "Antud kasutaja pole veel ühtegi postitust kiitnud.", + "has-no-downvoted-posts": "Antud kasutaja pole veel ühtegi postitust laitnud.", + "has-no-controversial-posts": "This user does not have any downvoted posts yet.", + "has-no-blocks": "You have blocked no users.", + "email-hidden": "Peidetud email", "hidden": "peidetud", - "paginate_description": "Nummerda leheküljed ja postitused ning ära kasuta lõputut kerimist", - "topics_per_page": "Teemasi ühe lehekülje kohta", - "posts_per_page": "Postitusi ühe lehekülje kohta", + "paginate-description": "Nummerda leheküljed ja postitused ning ära kasuta lõputut kerimist", + "topics-per-page": "Teemasi ühe lehekülje kohta", + "posts-per-page": "Postitusi ühe lehekülje kohta", "category-topic-sort": "Category topic sort", "topic-post-sort": "Topic post sort", - "max_items_per_page": "Maximum %1", - "acp_language": "Admin Page Language", + "max-items-per-page": "Maximum %1", + "acp-language": "Admin Page Language", "notifications": "Notifications", "upvote-notif-freq": "Upvote Notification Frequency", "upvote-notif-freq.all": "All Upvotes", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "On 10, 100, 1000...", "upvote-notif-freq.disabled": "Disabled", "browsing": "Sirvimis sätted", - "open_links_in_new_tab": "Ava väljaminevad lingid uues aknas", - "enable_topic_searching": "Võimalda teemasisene otsing", - "topic_search_help": "Kui see on sisse lükatud, siis teemasisene otsing võtab üle brauseri tavapärase otsingu ning võimaldab otsida ainult ekraanile mahtuva teema asemel terve teema ulatuses.", - "update_url_with_post_index": "Update url with post index while browsing topics", - "scroll_to_my_post": "Pärast vastuse postitamist, näita uut postitust", - "follow_topics_you_reply_to": "Jälgi teemasid, millele vastad", - "follow_topics_you_create": "Jälgi teemasid, mille lood", + "open-links-in-new-tab": "Ava väljaminevad lingid uues aknas", + "enable-topic-searching": "Võimalda teemasisene otsing", + "topic-search-help": "Kui see on sisse lükatud, siis teemasisene otsing võtab üle brauseri tavapärase otsingu ning võimaldab otsida ainult ekraanile mahtuva teema asemel terve teema ulatuses.", + "update-url-with-post-index": "Update url with post index while browsing topics", + "scroll-to-my-post": "Pärast vastuse postitamist, näita uut postitust", + "follow-topics-you-reply-to": "Jälgi teemasid, millele vastad", + "follow-topics-you-create": "Jälgi teemasid, mille lood", "grouptitle": "Grupi tiitel", "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "Grupi tiitel puudub", @@ -145,9 +147,9 @@ "no-skin": "No Skin", "select-homepage": "Vali avaleht", "homepage": "Avaleht", - "homepage_description": "Valige leht, mida kasutada foorumi esilehena või 'None', et kasutada vaikimisi esilehte.", - "custom_route": "Kohandatud Esilehe Teekond", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", + "homepage-description": "Valige leht, mida kasutada foorumi esilehena või 'None', et kasutada vaikimisi esilehte.", + "custom-route": "Kohandatud Esilehe Teekond", + "custom-route-help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Ühekordse sisselogimisega teenused", "sso.associated": "Seotud koos", "sso.not-associated": "Kliki siia, et siduda koos", @@ -179,25 +181,25 @@ "consent.title": "Your Rights & Consent", "consent.lead": "This community forum collects and processes your personal information.", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", - "consent.email_intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", - "consent.digest_frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", - "consent.digest_off": "Unless explicitly changed in your user settings, this community does not send out email digests", + "consent.email-intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", + "consent.digest-frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", + "consent.digest-off": "Unless explicitly changed in your user settings, this community does not send out email digests", "consent.received": "You have provided consent for this website to collect and process your information. No additional action is required.", - "consent.not_received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", + "consent.not-received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", "consent.give": "Give consent", - "consent.right_of_access": "You have the Right of Access", - "consent.right_of_access_description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", - "consent.right_to_rectification": "You have the Right to Rectification", - "consent.right_to_rectification_description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", - "consent.right_to_erasure": "You have the Right to Erasure", - "consent.right_to_erasure_description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", - "consent.right_to_data_portability": "You have the Right to Data Portability", - "consent.right_to_data_portability_description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", - "consent.export_profile": "Export Profile (.json)", + "consent.right-of-access": "You have the Right of Access", + "consent.right-of-access-description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", + "consent.right-to-rectification": "You have the Right to Rectification", + "consent.right-to-rectification-description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", + "consent.right-to-erasure": "You have the Right to Erasure", + "consent.right-to-erasure-description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", + "consent.right-to-data-portability": "You have the Right to Data Portability", + "consent.right-to-data-portability-description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", + "consent.export-profile": "Export Profile (.json)", "consent.export-profile-success": "Exporting profile, you will get a notification when it is complete.", - "consent.export_uploads": "Export Uploaded Content (.zip)", + "consent.export-uploads": "Export Uploaded Content (.zip)", "consent.export-uploads-success": "Exporting uploads, you will get a notification when it is complete.", - "consent.export_posts": "Export Posts (.csv)", + "consent.export-posts": "Export Posts (.csv)", "consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.", "emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.", "emailUpdate.optional": "This field is optional. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.", diff --git a/public/language/et/users.json b/public/language/et/users.json index a798aca008..88cc5df4fa 100644 --- a/public/language/et/users.json +++ b/public/language/et/users.json @@ -1,13 +1,13 @@ { "all-users": "All Users", - "latest_users": "Hilised kasutajad", - "top_posters": "Top postitajad", - "most_reputation": "Kõige rohkem reputatsiooni", - "most_flags": "Enim raporteerimisi", + "latest-users": "Hilised kasutajad", + "top-posters": "Top postitajad", + "most-reputation": "Kõige rohkem reputatsiooni", + "most-flags": "Enim raporteerimisi", "search": "Otsi", - "enter_username": "Sisesta kasutajanimi, keda soovid otsida", + "enter-username": "Sisesta kasutajanimi, keda soovid otsida", "search-user-for-chat": "Search for a user to start chat", - "load_more": "Lae veel", + "load-more": "Lae veel", "users-found-search-took": "%1 kasutaja(t) leiti! Otsing kestis %2 sekundit.", "filter-by": "Filtreeri", "online-only": "Ainult seesolevad", @@ -15,10 +15,10 @@ "prompt-email": "Emails:", "groups-to-join": "Groups to be joined when invite is accepted:", "invitation-email-sent": "Kutse on saadetud e-mailile %1", - "user_list": "Kasutajate list", - "recent_topics": "Viimased teemad", - "popular_topics": "Populaarsed teemad", - "unread_topics": "Lugemata teemad", + "user-list": "Kasutajate list", + "recent-topics": "Viimased teemad", + "popular-topics": "Populaarsed teemad", + "unread-topics": "Lugemata teemad", "categories": "Kategooriad", "tags": "Märksõnad", "no-users-found": "Ühtki kasutajat ei leitud!" diff --git a/public/language/fa-IR/admin/advanced/database.json b/public/language/fa-IR/admin/advanced/database.json index f6a31864e0..7d609b872c 100644 --- a/public/language/fa-IR/admin/advanced/database.json +++ b/public/language/fa-IR/admin/advanced/database.json @@ -17,7 +17,7 @@ "mongo.file-size": "اندازه فایل", "mongo.resident-memory": "حافظه مقیم", "mongo.virtual-memory": "حافظۀ مجازی", - "mongo.mapped-memory": "حافظه نقشه شده", + "mongo.mapped-memory": "Mapped Memory", "mongo.bytes-in": "بایت های ورودی", "mongo.bytes-out": "بایت های خروجی", "mongo.num-requests": "تعداد درخواست ها", diff --git a/public/language/fa-IR/admin/advanced/events.json b/public/language/fa-IR/admin/advanced/events.json index 71fc64b667..98f7b5c69a 100644 --- a/public/language/fa-IR/admin/advanced/events.json +++ b/public/language/fa-IR/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "Event Type", "filter-start": "Start Date", "filter-end": "End Date", - "filter-perPage": "Per Page" + "filter-per-page": "Per Page" } \ No newline at end of file diff --git a/public/language/fa-IR/admin/extend/widgets.json b/public/language/fa-IR/admin/extend/widgets.json index ab3a4b11d2..5d2832feed 100644 --- a/public/language/fa-IR/admin/extend/widgets.json +++ b/public/language/fa-IR/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "No widgets found! Activate the widget essentials plugin in the plugins control panel.", "clone-from": "Clone widgets from", "containers.available": "Available Containers", - "containers.explanation": "Drag and drop on top of any active widget", + "containers.explanation": "Drag and drop on top of any widget", "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", @@ -29,5 +29,7 @@ "hide-from-groups": "Hide from groups", "start-date": "Start date", "end-date": "End date", - "hide-on-mobile": "Hide on mobile" + "hide-on-mobile": "Hide on mobile", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/fa-IR/admin/manage/privileges.json b/public/language/fa-IR/admin/manage/privileges.json index 1ade003697..8ca227bb46 100644 --- a/public/language/fa-IR/admin/manage/privileges.json +++ b/public/language/fa-IR/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "Edit Privileges", "select-clear-all": "انتخاب/ حذف همه ", "chat": "چت", + "chat-with-privileged": "Chat with Privileged", "upload-images": "Upload Images", "upload-files": "Upload Files", "signature": "Signature", @@ -33,7 +34,7 @@ "edit-posts": "Edit Posts", "view-edit-history": "View Edit History", "delete-posts": "Delete Posts", - "view_deleted": "View Deleted Posts", + "view-deleted": "View Deleted Posts", "upvote-posts": "Upvote Posts", "downvote-posts": "Downvote Posts", "delete-topics": "حذف موضوع‌ها", diff --git a/public/language/fa-IR/admin/manage/users.json b/public/language/fa-IR/admin/manage/users.json index e7ad339098..f5f3218558 100644 --- a/public/language/fa-IR/admin/manage/users.json +++ b/public/language/fa-IR/admin/manage/users.json @@ -4,16 +4,21 @@ "edit": "Actions", "make-admin": "Make Admin", "remove-admin": "Remove Admin", + "change-email": "Change Email", + "new-email": "New Email", "validate-email": "Validate Email", "send-validation-email": "Send Validation Email", + "change-password": "Change Password", "password-reset-email": "Send Password Reset Email", "force-password-reset": "Force Password Reset & Log User Out", - "ban": "Ban User(s)", + "ban": "Ban", + "ban-users": "Ban User(s)", "temp-ban": "Ban User(s) Temporarily", "unban": "Unban User(s)", "reset-lockout": "Reset Lockout", "reset-flags": "Reset Flags", - "delete": "Delete User(s)", + "delete": "Delete", + "delete-users": "Delete User(s)", "delete-content": "Delete User(s) Content", "purge": "Delete User(s) and Content", "download-csv": "Download CSV", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "Ban %1 user(s)", "alerts.unban-success": "User(s) unbanned!", "alerts.lockout-reset-success": "Lockout(s) reset!", + "alerts.password-change-success": "Password(s) changed!", "alerts.flag-reset-success": "Flags(s) reset!", "alerts.no-remove-yourself-admin": "You can't remove yourself as Administrator!", "alerts.make-admin-success": "User is now administrator.", @@ -106,6 +112,7 @@ "alerts.create": "Create User", "alerts.button-create": "Create", "alerts.button-cancel": "Cancel", + "alerts.button-change": "Change", "alerts.error-passwords-different": "Passwords must match!", "alerts.error-x": "Error

%1

", "alerts.create-success": "User created!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "Emails: ", "alerts.email-sent-to": "An invitation email has been sent to %1", "alerts.x-users-found": "%1 user(s) found, (%2 seconds)", + "alerts.select-a-single-user-to-change-email": "Select a single user to change email", "export-users-started": "Exporting users as csv, this might take a while. You will receive a notification when it is complete.", - "export-users-completed": "Users exported as csv, click here to download." + "export-users-completed": "Users exported as csv, click here to download.", + "email": "Email", + "password": "Password", + "manage": "Manage" } \ No newline at end of file diff --git a/public/language/fa-IR/admin/settings/chat.json b/public/language/fa-IR/admin/settings/chat.json index a5544ca116..a150d404fe 100644 --- a/public/language/fa-IR/admin/settings/chat.json +++ b/public/language/fa-IR/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "Enter 0 to disable this restriction", "chat-settings": "Chat Settings", "disable": "Disable chat", "disable-editing": "Disable chat message editing/deletion", @@ -6,8 +7,10 @@ "max-length": "بیشترین طول پیام‌های چت ", "max-chat-room-name-length": "Maximum length of chat room names", "max-room-size": "بیشترین تعداد کاربران در چت‌روم ", - "delay": "زمان بین پیام های چت به میلی ثانیه", - "notification-delay": "Notification delay for chat messages. (0 for no delay)", - "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable. (0 disabled)", - "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable. (0 disabled)" + "delay": "Time between chat messages (ms)", + "newbieDelay": "... for new users (ms)", + "notification-delay": "Notification delay for chat messages", + "notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.", + "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.", + "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable." } \ No newline at end of file diff --git a/public/language/fa-IR/admin/settings/post.json b/public/language/fa-IR/admin/settings/post.json index 251e60f49b..d6b516463a 100644 --- a/public/language/fa-IR/admin/settings/post.json +++ b/public/language/fa-IR/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "Title Length", "restrictions.post-length": "Post Length", "restrictions.days-until-stale": "Days until topic is considered stale", - "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic.", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "Timestamp", "timestamp.cut-off": "Date cut-off (in days)", "timestamp.cut-off-help": "Dates & times will be shown in a relative manner (e.g. \"3 hours ago\" / \"5 days ago\"), and localised into various\n\t\t\t\t\tlanguages. After a certain point, this text can be switched to display the localised date itself\n\t\t\t\t\t(e.g. 5 Nov 2016 15:30).
(Default: 30, or one month). Set to 0 to always display dates, leave blank to always display relative times.", diff --git a/public/language/fa-IR/admin/settings/user.json b/public/language/fa-IR/admin/settings/user.json index dd55d3fc75..def56feb2e 100644 --- a/public/language/fa-IR/admin/settings/user.json +++ b/public/language/fa-IR/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "Username or Email", "allow-login-with.username": "Username Only", "account-settings": "Account Settings", - "gdpr_enabled": "Enable GDPR consent collection", - "gdpr_enabled_help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", + "gdpr-enabled": "Enable GDPR consent collection", + "gdpr-enabled-help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", "disable-username-changes": "Disable username changes", "disable-email-changes": "Disable email changes", "disable-password-changes": "Disable password changes", diff --git a/public/language/fa-IR/category.json b/public/language/fa-IR/category.json index aa9ad42f11..da2638fb2f 100644 --- a/public/language/fa-IR/category.json +++ b/public/language/fa-IR/category.json @@ -1,12 +1,12 @@ { "category": "دسته‌بندی", "subcategories": "زیر دسته‌بندی‌", - "new_topic_button": "موضوع تازه", + "new-topic-button": "موضوع تازه", "guest-login-post": "برای ارسال پست وارد شوید", - "no_topics": "هیچ پستی در این دسته‌بندی نیست.
چرا شما یکی نمی‌فرستید؟", + "no-topics": "هیچ پستی در این دسته‌بندی نیست.
چرا شما یکی نمی‌فرستید؟", "browsing": "بیننده‌ها", - "no_replies": "هیچ کسی پاسخ نداده است.", - "no_new_posts": "هیچ پست جدیدی وجود ندارد.", + "no-replies": "هیچ کسی پاسخ نداده است.", + "no-new-posts": "هیچ پست جدیدی وجود ندارد.", "watch": "پیگیری", "ignore": "نادیده گرفتن", "watching": "درحال پیگیری", @@ -16,8 +16,8 @@ "not-watching.description": "موضوع ها را در بخش نخوانده ها نمایش نده و در بخش تازه ها نشان بده", "ignoring.description": "موضوع ها را در بخش نخوانده ها و تازه ها نمایش نده", "watching.message": "اکنون شما به‌روزرسانی‌های این دسته و تمام زیر دسته‌هایش را پیگیری می‌کنید", - "notwatching.message": "اکنون شما به‌روزرسانی‌های این دسته و همه‌ی زیر دسته‌هایش را پیگیری نمی کنید ", - "ignoring.message": "اکنون شما به‌روزرسانی‌های این دسته و همه‌ی زیر دسته‌هایش را نادیده گرفته‌اید ", + "notwatching.message": "اکنون شما به‌روزرسانی‌های این دسته و همه‌ی زیر دسته‌هایش را پیگیری نمی کنید", + "ignoring.message": "اکنون شما به‌روزرسانی‌های این دسته و همه‌ی زیر دسته‌هایش را نادیده گرفته‌اید", "watched-categories": "دسته بندی های پیگیری شده", - "x-more-categories": "1% دسته‌های بیشتر " + "x-more-categories": "1% دسته‌های بیشتر" } \ No newline at end of file diff --git a/public/language/fa-IR/email.json b/public/language/fa-IR/email.json index 60762c8997..49e5104f58 100644 --- a/public/language/fa-IR/email.json +++ b/public/language/fa-IR/email.json @@ -3,8 +3,8 @@ "password-reset-requested": "Password Reset Requested!", "welcome-to": "به %1 خوش آمدید", "invite": "دعوتنامه از %1", - "greeting_no_name": "سلام", - "greeting_with_name": "سلام %1", + "greeting-no-name": "سلام", + "greeting-with-name": "سلام %1", "email.verify-your-email.subject": "لطفا ایمیل خود را تأیید کنید", "email.verify.text1": "You've requested that we change or confirm your email address", "email.verify.text2": "For security purposes, we only change or confirm the email address on file once its ownership has been confirmed via email. If you did not request this, no action is required on your part.", @@ -24,7 +24,7 @@ "reset.notify.text2": "اگر این را تایید نمیکنید، لطفا بلافاصله به یک مدیر اطلاع دهید.", "digest.unread-rooms": "Unread rooms", "digest.room-name-unreadcount": "%1 (%2 unread)", - "digest.latest_topics": "آخرین پست های %1:", + "digest.latest-topics": "آخرین پست های %1:", "digest.top-topics": "Top topics from %1", "digest.popular-topics": "Popular topics from %1", "digest.cta": "برای دیدن %1 اینجا کلیک کنید", @@ -36,8 +36,8 @@ "digest.title.day": "Your Daily Digest", "digest.title.week": "Your Weekly Digest", "digest.title.month": "Your Monthly Digest", - "notif.chat.subject": "پیام چتی جدیدی از %1 دریافت شد", - "notif.chat.public-chat-subject": "New message from %1 in room %2", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "برای ادامه‌ی چت اینجا کلیک کنید", "notif.chat.unsub.info": "این اطلاعیه ی چتیی که برای شما فرستاده شده به علت تنظیمات اشترک شماست.", "notif.post.unsub.info": "این اطلاعیه ی پستی که برای شما فرستاده شده به علت تنظیمات اشترک شماست.", diff --git a/public/language/fa-IR/error.json b/public/language/fa-IR/error.json index 8d41ac6902..582befbbd0 100644 --- a/public/language/fa-IR/error.json +++ b/public/language/fa-IR/error.json @@ -15,9 +15,9 @@ "invalid-date": "یک تاریخ معتبر باید ارائه شود", "invalid-username": "نام کاربری نامعتبر است.", "invalid-email": "ایمیل نامعتبر است.", - "invalid-fullname": "نام و نام‌خانوادگی نامعتبر ", + "invalid-fullname": "نام و نام‌خانوادگی نامعتبر", "invalid-location": "مکان نامعتبر", - "invalid-birthday": "تاریخ تولد نامعتبر ", + "invalid-birthday": "تاریخ تولد نامعتبر", "invalid-title": "عنوان نامعتبر", "invalid-user-data": "داده‌های کاربر نامعتبر است.", "invalid-password": "کلمه عبور نامعتبر است.", @@ -25,7 +25,7 @@ "invalid-username-or-password": "لطفا هم نام کاربری و هم کلمه عبور را مشخص کنید", "invalid-search-term": "کلمه جستجو نامعتبر است", "invalid-url": "URL نامعتبر", - "invalid-event": "رویداد: %1 نامعتبر ", + "invalid-event": "رویداد: %1 نامعتبر", "local-login-disabled": "Local login system has been disabled for non-privileged accounts.", "csrf-invalid": "اجازه ورود شما تمام شده است، لطفا دوباره وارد شوید.", "invalid-path": "مسیر نامعتبر", @@ -34,7 +34,7 @@ "username-taken": "این نام کاربری گرفته شده است.", "email-taken": "این ایمیل گرفته شده است.", "email-nochange": "The email entered is the same as the email already on file.", - "email-invited": "ایمیل قبلا دعوت شده‌است ", + "email-invited": "ایمیل قبلا دعوت شده‌است", "email-not-confirmed": "پس از تایید ایمیل شما، ارسال در برخی دسته ها یا موضوعات فعال می شود، لطفاً برای ارسال ایمیل تایید اینجا را کلیک کنید.", "email-not-confirmed-chat": "شما تا قبل از تایید ایمیل قادر به چت نیستید، لطفا برای تایید ایمیل خود اینجا کلیک کنید", "email-not-confirmed-email-sent": "ایمیل شما هنوز تایید نشده است، لطفا صندوق ورودی خود را برای ایمیل تایید بررسی کنید. ممکن است تا زمانی که ایمیل شما تایید نشود، نتوانید در برخی از دسته ها پست ارسال کنید یا چت کنید.", @@ -63,7 +63,7 @@ "no-group": "گروه وجود ندارد", "no-user": "کاربر وجود ندارد", "no-teaser": "تیزر وجود ندارد", - "no-flag": "گزارش وجود ندارد ", + "no-flag": "گزارش وجود ندارد", "no-chat-room": "این چت روم وجود ندارد", "no-privileges": "شما دسترسی کافی برای این کار را ندارید", "category-disabled": "دسته غیر‌فعال شد.", @@ -91,7 +91,7 @@ "category-not-selected": "هیچ دسته‌بندی انتخاب نشده.", "too-many-posts": "شما می توانید هر %1 ثانیه یک پست ایجاد کنید - لطفا قبل از ارسال پست جدید صبر کنید", "too-many-posts-newbie": "به عنوان یک کاربر جدید ، تا زمانی که شما %2 اعتبار کسب کنید می توانید هر %1 ثانیه یک پست ایجاد کنید - لطفا قبل از ایجاد پست جدید صبر کنید .", - "already-posting": "قبلا ارسال کرده‌اید ", + "already-posting": "قبلا ارسال کرده‌اید", "tag-too-short": "لطفا برچسب بلندتری وارد کنید. برچسبها باید حداقل %1 کاراکتر داشته باشند.", "tag-too-long": "لطفا برچسب کوتاه تری وارد کنید . برچسب ها نباید بیشتر از %1 کاراکتر داشته باشند", "tag-not-allowed": "برچسب مجاز نیست", @@ -163,13 +163,13 @@ "chat-deleted-already": "این پیام قبلا حذف شده است", "chat-restored-already": "این پیام چت قبلاً بازیابی شده است", "chat-room-does-not-exist": "چت روم وجود ندارد", - "cant-add-users-to-chat-room": "نمی‌توانید کاربری به چت‌روم اضافه کنید ", - "cant-remove-users-from-chat-room": "نمی‌توانید کاربران را از چت‌روم حذف کنید ", + "cant-add-users-to-chat-room": "نمی‌توانید کاربری به چت‌روم اضافه کنید", + "cant-remove-users-from-chat-room": "نمی‌توانید کاربران را از چت‌روم حذف کنید", "chat-room-name-too-long": "Chat room name too long. Names can't be longer than %1 characters.", "already-voting-for-this-post": "شما قبلا به این پست رای داده اید.", "reputation-system-disabled": "سیستم اعتبار غیر فعال شده است", "downvoting-disabled": "رأی منفی غیر فعال شده است", - "not-enough-reputation-to-chat": "شما به %1 اعتبار برای چت نیاز دارید ", + "not-enough-reputation-to-chat": "شما به %1 اعتبار برای چت نیاز دارید", "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-post-links": "You need %1 reputation to post links", @@ -184,9 +184,10 @@ "post-flagged-too-many-times": "این پست قبلا توسط دیگر کاربران گزارش شده", "user-flagged-too-many-times": "این کاربر توسط دیگر کاربران گزارش شده", "cant-flag-privileged": "You are not allowed to flag the profiles or content of privileged users (moderators/global moderators/admins)", + "cant-locate-flag-report": "Cannot locate flag report", "self-vote": "شما نمی توانید به پست خود رای بدهید", "too-many-upvotes-today": "شما فقط می توانید %1 بار در روز رأی مثبت بدهید", - "too-many-upvotes-today-user": " به هر کاربر فقط %1 بار در روز می‌تولنید رأی مثبت بدهید", + "too-many-upvotes-today-user": "به هر کاربر فقط %1 بار در روز می‌تولنید رأی مثبت بدهید", "too-many-downvotes-today": "فقط می توانید %1 بار در روز رأی منفی بدهید", "too-many-downvotes-today-user": "شما فقط می توانید %1 بار در روز رأی منفی بدهید", "reload-failed": "NodeBB در هنگام بارگذاری مجدد با یک مشکل مواجه شده است: \"%1\". NodeBB سرویس رسانی به کلاینت های سرویس گیرنده را ادامه خواهد داد، اگرچه شما کاری را قبل از بارگیری مجدد انجام دادید بازگردانی کنید", @@ -203,7 +204,7 @@ "no-users-selected": "هیچ کاربر(های) انتخاب نشده", "no-groups-selected": "No group(s) selected", "invalid-home-page-route": "مسیر صفحه اصلی نامعتبر است", - "invalid-session": "seesion نامعتبر، دوباره وارد حساب کاربری خود شوید ", + "invalid-session": "seesion نامعتبر، دوباره وارد حساب کاربری خود شوید", "invalid-session-text": "به نظر می رسد این جلسه برای ورود شما دیگر فعال نیست. لطفا این صفحه را رفرش کنید", "session-mismatch": "Session Mismatch", "session-mismatch-text": "It looks like your login session no longer matches with the server. Please refresh this page.", diff --git a/public/language/fa-IR/flags.json b/public/language/fa-IR/flags.json index 8281f06b07..0ad056c4c8 100644 --- a/public/language/fa-IR/flags.json +++ b/public/language/fa-IR/flags.json @@ -1,5 +1,6 @@ { "state": "وضعیت", + "report": "Report", "reports": "گزارش ها", "first-reported": "اولین گزارش", "no-flags": "هووووورا ! هیچ گزارشی یافت نشد.", @@ -8,6 +9,8 @@ "update": "به روزرسانی", "updated": "به روز رسانی شد", "resolved": "حل‌شده ", + "report-added": "Added", + "report-rescinded": "Rescinded", "target-purged": "محتوای این گزارش حذف شده است و در دسترس نیست.", "target-aboutme-empty": "این کاربر هیچ "About Me" ننوشته ", diff --git a/public/language/fa-IR/global.json b/public/language/fa-IR/global.json index 159936e3b8..be9bad17a7 100644 --- a/public/language/fa-IR/global.json +++ b/public/language/fa-IR/global.json @@ -13,19 +13,19 @@ "400.message": "It looks like this link is malformed, please double-check and try again.
Return to the home page.
", "register": "نام‌نویسی", "login": "درون آمدن", - "please_log_in": "لطفا به درون بیایید", + "please-log-in": "لطفا به درون بیایید", "logout": "بیرون رفتن", - "posting_restriction_info": "دیدگاه گذاستن هم‌اکنون به اعضا محدود شده است، برای درون آمدن اینجا را بفشارید.", - "welcome_back": "خوش آمدید", - "you_have_successfully_logged_in": "با موفقیت درون آمده‌اید", - "save_changes": "اندوختن تغییرها", + "posting-restriction-info": "دیدگاه گذاستن هم‌اکنون به اعضا محدود شده است، برای درون آمدن اینجا را بفشارید.", + "welcome-back": "خوش آمدید", + "you-have-successfully-logged-in": "با موفقیت درون آمده‌اید", + "save-changes": "اندوختن تغییرها", "save": "ذخیره", "create": "Create", "cancel": "Cancel", "close": "بستن", "pagination": "صفحه‌بندی", - "pagination.out_of": "%1 از %2", - "pagination.enter_index": "Go to post index", + "pagination.out-of": "%1 از %2", + "pagination.enter-index": "Go to post index", "header.admin": "مدیر", "header.categories": "دسته‌بندی‌ها", "header.recent": "تازه‌ها", @@ -79,26 +79,26 @@ "reputation": "اعتبار", "lastpost": "آخرین پست", "firstpost": "اولین پست", - "about": "درباره‌‌ی من ", - "read_more": "بیشتر بخوانید", + "about": "درباره‌‌ی من", + "read-more": "بیشتر بخوانید", "more": "بیشتر", "none": "None", - "posted_ago_by_guest": "ارسال شده در %1 توسط مهمان", - "posted_ago_by": "ارسال شده در %1 توسط %2", - "posted_ago": "ارسال شده در %1", - "posted_in": "پست شده در %1", - "posted_in_by": "پست شده در %1 توسط %2", - "posted_in_ago": "ارسال شده در %1 %2", - "posted_in_ago_by": "ارسال شده در %1 %2 توسط %3", - "user_posted_ago": "%1 در %2 ارسال کرده است", - "guest_posted_ago": "مهمان در %1 ارسال کرده است", - "last_edited_by": "آخرین ویرایش توسط %1 انجام شده", + "posted-ago-by-guest": "ارسال شده در %1 توسط مهمان", + "posted-ago-by": "ارسال شده در %1 توسط %2", + "posted-ago": "ارسال شده در %1", + "posted-in": "پست شده در %1", + "posted-in-by": "پست شده در %1 توسط %2", + "posted-in-ago": "ارسال شده در %1 %2", + "posted-in-ago-by": "ارسال شده در %1 %2 توسط %3", + "user-posted-ago": "%1 در %2 ارسال کرده است", + "guest-posted-ago": "مهمان در %1 ارسال کرده است", + "last-edited-by": "آخرین ویرایش توسط %1 انجام شده", "edited-timestamp": "Edited %1", "norecentposts": "هیچ دیدگاه تازه‌ای نیست", "norecenttopics": "هیچ جستار تازه‌ای نیست", "recentposts": "دیدگاه‌های تازه", "recentips": "آخرین آی‌پی وارد شده", - "moderator_tools": "ابزار‌های مدیر", + "moderator-tools": "ابزار‌های مدیر", "status": "Status", "online": "آنلاین", "away": "دور از دسترس", @@ -109,7 +109,7 @@ "language": "زبان", "guest": "مهمان", "guests": "مهمان‌", - "former_user": "A Former User", + "former-user": "A Former User", "system-user": "System", "unknown-user": "Unknown user", "updated.title": "انجمن بروزرسانی شد", @@ -117,12 +117,12 @@ "privacy": "حریم خصوصی", "follow": "دنبال کن", "unfollow": "دنبال نکن", - "delete_all": "حذف همه", + "delete-all": "حذف همه", "map": "نقشه", "sessions": "Session های ورود", - "ip_address": "آدرس IP", - "enter_page_number": "شماره صفحه را وارد کنید", - "upload_file": "بارگذاری فایل", + "ip-address": "آدرس IP", + "enter-page-number": "شماره صفحه را وارد کنید", + "upload-file": "بارگذاری فایل", "upload": "بارگذاری", "uploads": "آپلود ها", "allowed-file-types": "فایل قابل قبول اینها هستند %1", @@ -131,7 +131,7 @@ "play": "پخش", "cookies.message": "این وب‌سایت از کوکی شما برای اطمینان و تجربه استفاده بهتر از وب‌سایت ما استفاده می‌کند.", "cookies.accept": "فهمیدم!", - "cookies.learn_more": "بیشتر بدانید", + "cookies.learn-more": "بیشتر بدانید", "edited": "Edited", "disabled": "Disabled", "select": "انتخاب", diff --git a/public/language/fa-IR/groups.json b/public/language/fa-IR/groups.json index de58d8bc5b..40d7f83cbf 100644 --- a/public/language/fa-IR/groups.json +++ b/public/language/fa-IR/groups.json @@ -2,65 +2,65 @@ "all-groups": "همه‌ی گروه‌ها", "groups": "گروه‌ها", "members": "اعضا", - "view_group": "مشاهده گروه", + "view-group": "مشاهده گروه", "owner": "مالک گروه", - "new_group": "ساخت گروه جدید", - "no_groups_found": "گروهی برای دیدن وجود ندارد", + "new-group": "ساخت گروه جدید", + "no-groups-found": "گروهی برای دیدن وجود ندارد", "pending.accept": "قبول", "pending.reject": "رد", - "pending.accept_all": "پذیرش همه", - "pending.reject_all": "رد همه", + "pending.accept-all": "پذیرش همه", + "pending.reject-all": "رد همه", "pending.none": "در حال حاضر هیچ عضوی در انتظار تایید نیست", "invited.none": "در حال حاضر هیچ کسی دعوت نشده است", "invited.uninvite": "لغو دعوت", "invited.search": "جستجو به دنبال کاربرانی به جهت دعوت به این گروه", - "invited.notification_title": "شما برای پیوستن به %1 دعوت شده اید", - "request.notification_title": "درخواست عضویت در گروه از طرف %1", - "request.notification_text": "%1 درخواست عضویت در %2 را دارد", + "invited.notification-title": "شما برای پیوستن به %1 دعوت شده اید", + "request.notification-title": "درخواست عضویت در گروه از طرف %1", + "request.notification-text": "%1 درخواست عضویت در %2 را دارد", "cover-save": "ذخیره", "cover-saving": "در حال ذخیره کردن", "details.title": "جزئیات گروه", "details.members": "فهرست اعضا", "details.pending": "اعضای در انتظار", "details.invited": "اعضای دعوت شده", - "details.has_no_posts": "اعضای این گروه هیچ پستی ایجاد نکرده اند", - "details.latest_posts": "آخرین پست ها", + "details.has-no-posts": "اعضای این گروه هیچ پستی ایجاد نکرده اند", + "details.latest-posts": "آخرین پست ها", "details.private": "خصوصی", "details.disableJoinRequests": "غیر فعال کردن درخواستهای عضویت", "details.disableLeave": "به کاربران اجازه خروج از این گروه را نده", "details.grant": "اعطاء/خلع مالکیت", "details.kick": "بیرون انداختن", - "details.kick_confirm": "آیا شما مطمئن هستید که می خواهید این عضو از گروه را حذف کنید؟", + "details.kick-confirm": "آیا شما مطمئن هستید که می خواهید این عضو از گروه را حذف کنید؟", "details.add-member": "اضافه کردن عضو", - "details.owner_options": "مدیر گروه", - "details.group_name": "نام گروه", - "details.member_count": "تعداد اعضا", - "details.creation_date": "زمان ساخته شدن", + "details.owner-options": "مدیر گروه", + "details.group-name": "نام گروه", + "details.member-count": "تعداد اعضا", + "details.creation-date": "زمان ساخته شدن", "details.description": "توضیحات", - "details.member-post-cids": "شناسه‌ی دسته برای نمایش پست‌ها ", - "details.badge_preview": "پیش نمایشِ نشان", - "details.change_icon": "تغییر آیکن", - "details.change_label_colour": "تغییر رنگ لیبل", - "details.change_text_colour": "تغییر رنگ متن", - "details.badge_text": "نوشته ای نشان", + "details.member-post-cids": "شناسه‌ی دسته برای نمایش پست‌ها", + "details.badge-preview": "پیش نمایشِ نشان", + "details.change-icon": "تغییر آیکن", + "details.change-label-colour": "تغییر رنگ لیبل", + "details.change-text-colour": "تغییر رنگ متن", + "details.badge-text": "نوشته ای نشان", "details.userTitleEnabled": "نمایش نشان", - "details.private_help": "اگر فعال باشد، پیوستن به گروه مستلزم موافقت مالک گروه است", + "details.private-help": "اگر فعال باشد، پیوستن به گروه مستلزم موافقت مالک گروه است", "details.hidden": "پنهان", - "details.hidden_help": "اگر فعال باشد، این گروه در فهرست گروه‌ها پیدا نمی‌شود و کاربران باید دستی فراخوانده شوند", - "details.delete_group": "حذف گروه", - "details.private_system_help": "گروه های خصوصی در این سطح سیستم غیر فعال هستند، این گزینه هیچ کاری انجام نمی دهد", + "details.hidden-help": "اگر فعال باشد، این گروه در فهرست گروه‌ها پیدا نمی‌شود و کاربران باید دستی فراخوانده شوند", + "details.delete-group": "حذف گروه", + "details.private-system-help": "گروه های خصوصی در این سطح سیستم غیر فعال هستند، این گزینه هیچ کاری انجام نمی دهد", "event.updated": "جزییات گروه با موفقیت به روز شد", "event.deleted": "گروه \"%1\" حدف شد", "membership.accept-invitation": "دعوت را قبول میکنم", - "membership.accept.notification_title": "شما عضوی از 1% هستین", + "membership.accept.notification-title": "شما عضوی از 1% هستین", "membership.invitation-pending": "در انتظار تایید", "membership.join-group": "ورود به گروه", "membership.leave-group": "خروج از گروه", - "membership.leave.notification_title": "1%گروه 2% را ترک کرد", + "membership.leave.notification-title": "1%گروه 2% را ترک کرد", "membership.reject": "رد", - "new-group.group_name": "نام گروه:", + "new-group.group-name": "نام گروه:", "upload-group-cover": "آپلود کاور گروه", "bulk-invite-instructions": "برای دعوت به این گروه فهرستی از نام‌کاربری که با کاما جدا کنید را وارد کنید", "bulk-invite": "دعوت گروهی", - "remove_group_cover_confirm": "آیا شما مطمئن هستید که می خواهید عکس کاور را حذف کنید؟" + "remove-group-cover-confirm": "آیا شما مطمئن هستید که می خواهید عکس کاور را حذف کنید؟" } \ No newline at end of file diff --git a/public/language/fa-IR/login.json b/public/language/fa-IR/login.json index 50a0d06f2a..750e6ac7fd 100644 --- a/public/language/fa-IR/login.json +++ b/public/language/fa-IR/login.json @@ -1,12 +1,12 @@ { "username-email": "نام کاربری / ایمیل", "username": "نام کاربری", - "remember_me": "مرا به یاد بسپار؟", - "forgot_password": "رمز عبور را فراموش کرده‌اید؟", - "alternative_logins": "روش‌های ثبت نام جایگزین", - "failed_login_attempt": "ورود ناموفق", - "login_successful": "شما با موفقیت وارد شده‌اید!", - "dont_have_account": "حساب کاربری ندارید؟", - "logged-out-due-to-inactivity": "شما به علت عدم فعالیت از کنترل پنل مدیر کل خارج شده اید ", + "remember-me": "مرا به یاد بسپار؟", + "forgot-password": "رمز عبور را فراموش کرده‌اید؟", + "alternative-logins": "روش‌های ثبت نام جایگزین", + "failed-login-attempt": "ورود ناموفق", + "login-successful": "شما با موفقیت وارد شده‌اید!", + "dont-have-account": "حساب کاربری ندارید؟", + "logged-out-due-to-inactivity": "شما به علت عدم فعالیت از کنترل پنل مدیر کل خارج شده اید", "caps-lock-enabled": "کلید Caps Lock فعال است" } \ No newline at end of file diff --git a/public/language/fa-IR/modules.json b/public/language/fa-IR/modules.json index 40735545a6..32fb993062 100644 --- a/public/language/fa-IR/modules.json +++ b/public/language/fa-IR/modules.json @@ -1,19 +1,22 @@ { "chat.room-id": "Room %1", - "chat.chatting_with": "چت با", + "chat.chatting-with": "چت با", "chat.placeholder": "پیام چت را اینجا بنویس، عکس‌ها را اینجا درگ و دراپ کن، برای ارسال دکمه Enter را بزن", "chat.placeholder.mobile": "پیام چت را اینجا بنویس", "chat.scroll-up-alert": "Go to most recent message", "chat.usernames-and-x-others": "%1 & %2 others", "chat.chat-with-usernames": "چت با %1", - "chat.chat-with-usernames-and-x-others": "چت با %1 و %2 دیگر ", + "chat.chat-with-usernames-and-x-others": "چت با %1 و %2 دیگر", "chat.send": "ارسال", - "chat.no_active": "شما هیچ گفتگوی فعالی ندارید.", - "chat.user_typing": "%1 در حال نوشتن است...", - "chat.user_has_messaged_you": "%1 به شما پیام داده است.", + "chat.no-active": "شما هیچ گفتگوی فعالی ندارید.", + "chat.user-typing-1": "%1 is typing ...", + "chat.user-typing-2": "%1 and %2 are typing ...", + "chat.user-typing-3": "%1, %2 and %3 are typing ...", + "chat.user-typing-n": "%1, %2 and %3 others are typing ...", + "chat.user-has-messaged-you": "%1 به شما پیام داده است.", "chat.replying-to": "Replying to %1", - "chat.see_all": "همه‌ی چت‌ها", - "chat.mark_all_read": "همه را خوانده‌شده بگیر", + "chat.see-all": "همه‌ی چت‌ها", + "chat.mark-all-read": "همه را خوانده‌شده بگیر", "chat.no-messages": "مشخص کنید تاریخچه گفتگوها با چه کاربری را می‌خواهید ببینید", "chat.no-users-in-room": "هیچ کاربری در این گفتگو نیست", "chat.recent-chats": "گفتگو های اخیر", @@ -24,12 +27,16 @@ "chat.pop-out": "پاپ آپ گفتگو", "chat.minimize": "کوچک کردن", "chat.maximize": "تمام صفحه", - "chat.seven_days": "7 روز", - "chat.thirty_days": "30 روز", - "chat.three_months": "3 ماه", - "chat.delete_message_confirm": "آیا مطمئن هستید که می خواهید این پیام را حذف کنید؟", + "chat.seven-days": "7 روز", + "chat.thirty-days": "30 روز", + "chat.three-months": "3 ماه", + "chat.delete-message-confirm": "آیا مطمئن هستید که می خواهید این پیام را حذف کنید؟", "chat.retrieving-users": "Retrieving users...", "chat.view-users-list": "View users list", + "chat.pinned-messages": "Pinned Messages", + "chat.no-pinned-messages": "There are no pinned messages", + "chat.pin-message": "Pin Message", + "chat.unpin-message": "Unpin Message", "chat.public-rooms": "Public Rooms (%1)", "chat.private-rooms": "Private Rooms (%1)", "chat.create-room": "Create Chat Room", @@ -67,17 +74,24 @@ "chat.system.user-leave": "%1 has left the room ", "chat.system.room-rename": "%2 has renamed this room to \"%1\" ", "composer.compose": "ارسال", - "composer.show_preview": "نمایش پیش‌نمایش", - "composer.hide_preview": "مخفی کردن پیش‌نمایش", + "composer.show-preview": "نمایش پیش‌نمایش", + "composer.hide-preview": "مخفی کردن پیش‌نمایش", "composer.help": "Help", - "composer.user_said_in": "%1 در %2 گفته است:", - "composer.user_said": "%1 گفته است:", + "composer.user-said-in": "%1 در %2 گفته است:", + "composer.user-said": "%1 گفته است:", "composer.discard": "آیا از دور انداختن این پست اطمینان دارید؟", - "composer.submit_and_lock": "ارسال و قفل", - "composer.toggle_dropdown": "باز و بسته کردن کرکره", + "composer.submit-and-lock": "ارسال و قفل", + "composer.toggle-dropdown": "باز و بسته کردن کرکره", "composer.uploading": "در حال بارگذاری %1", "composer.formatting.bold": "توپر", "composer.formatting.italic": "کج", + "composer.formatting.heading": "Heading", + "composer.formatting.heading1": "Heading 1", + "composer.formatting.heading2": "Heading 2", + "composer.formatting.heading3": "Heading 3", + "composer.formatting.heading4": "Heading 4", + "composer.formatting.heading5": "Heading 5", + "composer.formatting.heading6": "Heading 6", "composer.formatting.list": "فهرست", "composer.formatting.strikethrough": "خط خورده", "composer.formatting.code": "کد", @@ -85,16 +99,17 @@ "composer.formatting.picture": "لینک تصویر", "composer.upload-picture": "بارگذاری عکس", "composer.upload-file": "بارگذاری فایل", - "composer.zen_mode": "حالت ذن", - "composer.select_category": "یک دسته‌بندی انتخاب کنید", + "composer.zen-mode": "حالت ذن", + "composer.select-category": "یک دسته‌بندی انتخاب کنید", "composer.textarea.placeholder": "محتوای پست خود را اینجا وارد کنید یا تصاویر را به اینجا بکشید و رها کنید", + "composer.post-queue-alert": "Hello👋!
This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.", "composer.schedule-for": "Schedule topic for", "composer.schedule-date": "Date", "composer.schedule-time": "Time", "composer.cancel-scheduling": "Cancel Scheduling", "composer.change-schedule-date": "Change Date", "composer.set-schedule-date": "Set Date", - "composer.discard-all-drafts": "لغو همه پیش‌نویس‌ها ", + "composer.discard-all-drafts": "لغو همه پیش‌نویس‌ها", "composer.no-drafts": "You have no drafts", "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "باشه", @@ -102,8 +117,8 @@ "bootbox.confirm": "تایید", "bootbox.submit": "Submit", "bootbox.send": "Send", - "cover.dragging_title": "تنظیم مکان عکس کاور", - "cover.dragging_message": "عکس کاور با کلیک موس گرفته و در مکان دلخواه رها کنید و بر روی \"ذخیره\" کلیک کنید", + "cover.dragging-title": "تنظیم مکان عکس کاور", + "cover.dragging-message": "عکس کاور با کلیک موس گرفته و در مکان دلخواه رها کنید و بر روی \"ذخیره\" کلیک کنید", "cover.saved": "عکس کاور و مکان آن ذخیره شد", "thumbs.modal.title": "Manage topic thumbnails", "thumbs.modal.no-thumbs": "No thumbnails found.", diff --git a/public/language/fa-IR/notifications.json b/public/language/fa-IR/notifications.json index 980484e1b4..43402f0703 100644 --- a/public/language/fa-IR/notifications.json +++ b/public/language/fa-IR/notifications.json @@ -1,59 +1,68 @@ { "title": "آگاه‌سازی‌ها", - "no_notifs": "هیچ آگاه‌سازی تازه‌ای ندارید", - "see_all": "همه‌ی اعلان‌ها", - "mark_all_read": "همه را خوانده‌شده علامت بزن ", - "back_to_home": "بازگشت به %1", - "outgoing_link": "پیوند برون‌رو", - "outgoing_link_message": "شما در حال ترک %1 هستید", - "continue_to": "ادامه به %1", - "return_to": "بازگشت به %1", - "new_notification": "شما یک آگاه‌سازی تازه دارید", - "you_have_unread_notifications": "شما آگاه‌سازی‌‌های نخوانده دارید.", + "no-notifs": "هیچ آگاه‌سازی تازه‌ای ندارید", + "see-all": "همه‌ی اعلان‌ها", + "mark-all-read": "همه را خوانده‌شده علامت بزن", + "back-to-home": "بازگشت به %1", + "outgoing-link": "پیوند برون‌رو", + "outgoing-link-message": "شما در حال ترک %1 هستید", + "continue-to": "ادامه به %1", + "return-to": "بازگشت به %1", + "new-notification": "شما یک آگاه‌سازی تازه دارید", + "you-have-unread-notifications": "شما آگاه‌سازی‌‌های نخوانده دارید.", "all": "همه", "topics": "موضوع ها", + "tags": "Tags", "replies": "پاسخ ها", "chat": "گفتگو ها", "group-chat": "چت‌های گروهی", "public-chat": "Public Chats", "follows": "دنبال کننده ها", "upvote": "رای های مثبت", + "awards": "Awards", "new-flags": "گزارش های جدید", "my-flags": "گزارش های اختصاص یافته به من", "bans": "اخراجی ها", - "new_message_from": "پیام تازه از %1", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1 امتیاز مثبت به پست شما در %2 داده", - "upvoted_your_post_in_dual": "%1 و %2 رای مثبت به پست شما در\n %3.", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "%1 پست شما را به %2 انتقال داده است", - "moved_your_topic": "%2 %1 را منتقل کرده است", - "user_flagged_post_in": "%1 پستی را در %2 گزارش کرده", - "user_flagged_post_in_dual": "%1 و %2 پستی را در %3 گزارش کرده اند", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1کاربری را برای بررسی گزارش کرد (%2)", - "user_flagged_user_dual": "%1و %2کاربری را برای بررسی گزارش کردند (%3)", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "پاسخ دادن به %2 از سوی %1", - "user_posted_to_dual": "%1 و %2 پاسخ به پست دادند در: %3", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1 یک موضوع جدید ارسال کرده: %2", - "user_edited_post": "%1 پستی را در %2 ویرایش کرد", - "user_started_following_you": "%1 شروع به دنبال کردن شما کرده", - "user_started_following_you_dual": "%1 و %2 شروع به دنبال کردن شما کرده.", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1 یک درخواست ثبت نام ارسال کرده است", - "new_register_multiple": "تعداد %1 درخواست عضویت برای بررسی وجود دارد.", - "flag_assigned_to_you": "گزارش %1به شما تعلق گرفت", - "post_awaiting_review": "Post awaiting review", + "new-message-from": "پیام تازه از %1", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 wrote in %3", + "user-posted-in-public-room-dual": "%1 and %2 wrote in %4", + "user-posted-in-public-room-triple": "%1, %2 and %3 wrote in %5", + "user-posted-in-public-room-multiple": "%1, %2 and %3 others wrote in %5", + "upvoted-your-post-in": "%1 امتیاز مثبت به پست شما در %2 داده", + "upvoted-your-post-in-dual": "%1 و %2 رای مثبت به پست شما در\n %3.", + "upvoted-your-post-in-triple": "%1, %2 and %3 have upvoted your post in %4.", + "upvoted-your-post-in-multiple": "%1, %2 and %3 others have upvoted your post in %4.", + "moved-your-post": "%1 پست شما را به %2 انتقال داده است", + "moved-your-topic": "%2 %1 را منتقل کرده است", + "user-flagged-post-in": "%1 پستی را در %2 گزارش کرده", + "user-flagged-post-in-dual": "%1 و %2 پستی را در %3 گزارش کرده اند", + "user-flagged-post-in-triple": "%1, %2 and %3 flagged a post in %4", + "user-flagged-post-in-multiple": "%1, %2 and %3 others flagged a post in %4", + "user-flagged-user": "%1کاربری را برای بررسی گزارش کرد (%2)", + "user-flagged-user-dual": "%1و %2کاربری را برای بررسی گزارش کردند (%3)", + "user-flagged-user-triple": "%1, %2 and %3 flagged a user profile (%4)", + "user-flagged-user-multiple": "%1, %2 and %3 others flagged a user profile (%4)", + "user-posted-to": "پاسخ دادن به %2 از سوی %1", + "user-posted-to-dual": "%1 و %2 پاسخ به پست دادند در: %3", + "user-posted-to-triple": "%1, %2 and %3 have posted replies to: %4", + "user-posted-to-multiple": "%1, %2 and %3 others have posted replies to: %4", + "user-posted-topic": "%1 یک موضوع جدید ارسال کرده: %2", + "user-edited-post": "%1 پستی را در %2 ویرایش کرد", + "user-posted-topic-with-tag": "%1 has posted a new topic with tag %2", + "user-posted-topic-with-tag-dual": "%1 has posted a new topic with tags %2 and %3", + "user-posted-topic-with-tag-triple": "%1 has posted a new topic with tags %2, %3 and %4", + "user-posted-topic-with-tag-multiple": "%1 has posted a new topic with tags %2", + "user-started-following-you": "%1 شروع به دنبال کردن شما کرده", + "user-started-following-you-dual": "%1 و %2 شروع به دنبال کردن شما کرده.", + "user-started-following-you-triple": "%1, %2 and %3 started following you.", + "user-started-following-you-multiple": "%1, %2 and %3 others started following you.", + "new-register": "%1 یک درخواست ثبت نام ارسال کرده است", + "new-register-multiple": "تعداد %1 درخواست عضویت برای بررسی وجود دارد.", + "flag-assigned-to-you": "گزارش %1به شما تعلق گرفت", + "post-awaiting-review": "Post awaiting review", "profile-exported": "%1 profile exported, click to download", "posts-exported": "%1 posts exported, click to download", "uploads-exported": "%1 uploads exported, click to download", @@ -66,22 +75,24 @@ "email-confirm-error-message": "خطایی در تایید آدرس ایمیل شما پیش آمده است. ممکن است کد نا‌معتبر و یا منقضی شده باشد.", "email-confirm-sent": "ایمیل تایید ارسال شد.", "none": "هیچکدام", - "notification_only": "فقط اعلان", - "email_only": "فقط ایمیل", - "notification_and_email": "اعلان و ایمیل", - "notificationType_upvote": "هنگامی که شخصی به پست شما رای مثبت می دهد", - "notificationType_new-topic": "هنگامی که شخصی که شما دنبال می کنید موضوعی ایجاد نماید", - "notificationType_new-reply": "هنگامی که پاسخ جدید در موضوعی که شما پیگیری می کنید فرستاده می شود", - "notificationType_post-edit": "وقتی در موضوعی که شما پیگیری می کنید پستی ویرایش می شود", - "notificationType_follow": "هنگامی که کسی شما را دنبال می کند", - "notificationType_new-chat": "هنگامی که شما پیام خصوصی دریافت می کنید", - "notificationType_new-group-chat": "هنگامی که شما پیام چت گروهی دریافت می کنید", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "هنگامی که شما دعوتنامه گروه دریافت می کنید", - "notificationType_group-leave": "هنگامی که کاربری گروه شما را ترک می کند", - "notificationType_group-request-membership": "هنگامی که کسی درخواست ملحق شدن به گروه شما را می دهد", - "notificationType_new-register": "وقتی کسی به صف ثبت نام اضافه می شود", - "notificationType_post-queue": "هنگامی که پست جدیدی در صف قرار می گیرد", - "notificationType_new-post-flag": "هنگامی که پستی گزارش می شود", - "notificationType_new-user-flag": "هنگامی که کاربری گزارش می شود" + "notification-only": "فقط اعلان", + "email-only": "فقط ایمیل", + "notification-and-email": "اعلان و ایمیل", + "notificationType-upvote": "هنگامی که شخصی به پست شما رای مثبت می دهد", + "notificationType-new-topic": "هنگامی که شخصی که شما دنبال می کنید موضوعی ایجاد نماید", + "notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow", + "notificationType-new-reply": "هنگامی که پاسخ جدید در موضوعی که شما پیگیری می کنید فرستاده می شود", + "notificationType-post-edit": "وقتی در موضوعی که شما پیگیری می کنید پستی ویرایش می شود", + "notificationType-follow": "هنگامی که کسی شما را دنبال می کند", + "notificationType-new-chat": "هنگامی که شما پیام خصوصی دریافت می کنید", + "notificationType-new-group-chat": "هنگامی که شما پیام چت گروهی دریافت می کنید", + "notificationType-new-public-chat": "When you receive a public group chat message", + "notificationType-group-invite": "هنگامی که شما دعوتنامه گروه دریافت می کنید", + "notificationType-group-leave": "هنگامی که کاربری گروه شما را ترک می کند", + "notificationType-group-request-membership": "هنگامی که کسی درخواست ملحق شدن به گروه شما را می دهد", + "notificationType-new-register": "وقتی کسی به صف ثبت نام اضافه می شود", + "notificationType-post-queue": "هنگامی که پست جدیدی در صف قرار می گیرد", + "notificationType-new-post-flag": "هنگامی که پستی گزارش می شود", + "notificationType-new-user-flag": "هنگامی که کاربری گزارش می شود", + "notificationType-new-reward": "When you earn a new reward" } \ No newline at end of file diff --git a/public/language/fa-IR/pages.json b/public/language/fa-IR/pages.json index 88d7fe8ea5..6f2548861a 100644 --- a/public/language/fa-IR/pages.json +++ b/public/language/fa-IR/pages.json @@ -7,7 +7,7 @@ "popular-alltime": "پربازدیدترین موضوعات", "recent": "موضوع‌های تازه", "top-day": "موضوعاتی که امروز بیشترین رای را داشتند", - "top-week": "موضوعاتی که این هفته بیشترین رای را داشتن ", + "top-week": "موضوعاتی که این هفته بیشترین رای را داشتن", "top-month": "موضوعاتی که این ماه بیشترین رای را داشتند", "top-alltime": "موضوع‌هایی که بیشترین رای را دارند", "moderator-tools": "ابزار مدیران", @@ -47,7 +47,8 @@ "account/latest-posts": "آخرین پست های %1", "account/topics": "موضوع های %1", "account/groups": "گروه‌های %1", - "account/watched_categories": "دسته بندی های پیگیری شده %1", + "account/watched-categories": "دسته بندی های پیگیری شده %1", + "account/watched-tags": "%1's Watched Tags", "account/bookmarks": "%1 پست نشانک گذاری شده است", "account/settings": "تنظیمات کاربر", "account/settings-of": "تغییر تنظیمات از %1", diff --git a/public/language/fa-IR/recent.json b/public/language/fa-IR/recent.json index 440772713e..dcf34eb8bd 100644 --- a/public/language/fa-IR/recent.json +++ b/public/language/fa-IR/recent.json @@ -5,7 +5,7 @@ "month": "ماه", "year": "سال", "alltime": "همه زمانها", - "no_recent_topics": "هیچ موضوع تازه‌ای نیست.", - "no_popular_topics": "هیچ موضوع پربازدیدی وجود ندارد", + "no-recent-topics": "هیچ موضوع تازه‌ای نیست.", + "no-popular-topics": "هیچ موضوع پربازدیدی وجود ندارد", "load-new-posts": "بارگذاری پست‌های جدید" } \ No newline at end of file diff --git a/public/language/fa-IR/register.json b/public/language/fa-IR/register.json index 4807dc5ad0..1c4489e7fe 100644 --- a/public/language/fa-IR/register.json +++ b/public/language/fa-IR/register.json @@ -1,32 +1,32 @@ { "register": "نام‌نویسی", "already-have-account": "Already have an account?", - "cancel_registration": "انصراف ثبت نام", + "cancel-registration": "انصراف ثبت نام", "help.email": "به طور پیش‌فرض، ایمیل‌ی شما از دید همگان پنهان می‌شود.", - "help.username_restrictions": "یک نام کاربری یکتا بین %1 و %2 نویسه. دیگران می‌توانند با @نام‌کاربری به شما اشاره کنند.", - "help.minimum_password_length": "کلمه عبور شما باید دست‌کم %1 کاراکتر داشته باشد.", - "email_address": "نشانی رایانامه", - "email_address_placeholder": "نوشتن نشانی رایانامه", + "help.username-restrictions": "یک نام کاربری یکتا بین %1 و %2 نویسه. دیگران می‌توانند با @نام‌کاربری به شما اشاره کنند.", + "help.minimum-password-length": "کلمه عبور شما باید دست‌کم %1 کاراکتر داشته باشد.", + "email-address": "نشانی رایانامه", + "email-address-placeholder": "نوشتن نشانی رایانامه", "username": "نام کاربری", - "username_placeholder": "نوشتن نام کاربری", + "username-placeholder": "نوشتن نام کاربری", "password": "گذرواژه", - "password_placeholder": "نوشتن گذرواژه", - "confirm_password": "تأیید گذرواژه", - "confirm_password_placeholder": "تکرار گذرواژه", - "register_now_button": "اکنون نام‌نویسی کنید", - "alternative_registration": "روش ثبت نام جایگزین", - "terms_of_use": "شرایط استفاده", - "agree_to_terms_of_use": "با شرایط استفاده موافقم", - "terms_of_use_error": "شما باید با شرایط انجمن موافقت کنید", + "password-placeholder": "نوشتن گذرواژه", + "confirm-password": "تأیید گذرواژه", + "confirm-password-placeholder": "تکرار گذرواژه", + "register-now-button": "اکنون نام‌نویسی کنید", + "alternative-registration": "روش ثبت نام جایگزین", + "terms-of-use": "شرایط استفاده", + "agree-to-terms-of-use": "با شرایط استفاده موافقم", + "terms-of-use-error": "شما باید با شرایط انجمن موافقت کنید", "registration-added-to-queue": "ثبت نام شما به صف تایید اضافه شد. وقتی توسط یک مدیر تایید شد شما ایمیلی دریافت خواهید کرد.", "registration-queue-average-time": "Our average time for approving memberships is %1 hours %2 minutes.", "registration-queue-auto-approve-time": "Your membership to this forum will be fully activated in up to %1 hours.", "interstitial.intro": "We'd like some additional information in order to update your account…", "interstitial.intro-new": "We'd like some additional information before we can create your account…", "interstitial.errors-found": "Please review the entered information:", - "gdpr_agree_data": "من با جمع آوری و پرداز اطلاعات شخصی در این وبسایت موافقم.", - "gdpr_agree_email": "من با دریافت ایمیل ها و خلاصه ها از این وبسایت موافقم.", - "gdpr_consent_denied": "شما باید رضایت خود را برای جمع آوری/پردازش اطلاعاتتان و دریافت ایمیل را اعلام کنید.", + "gdpr-agree-data": "من با جمع آوری و پرداز اطلاعات شخصی در این وبسایت موافقم.", + "gdpr-agree-email": "من با دریافت ایمیل ها و خلاصه ها از این وبسایت موافقم.", + "gdpr-consent-denied": "شما باید رضایت خود را برای جمع آوری/پردازش اطلاعاتتان و دریافت ایمیل را اعلام کنید.", "invite.error-admin-only": "Direct user registration has been disabled. Please contact an administrator for more details.", "invite.error-invite-only": "Direct user registration has been disabled. You must be invited by an existing user in order to access this forum.", "invite.error-invalid-data": "The registration data received does not correspond to our records. Please contact an administrator for more details" diff --git a/public/language/fa-IR/reset_password.json b/public/language/fa-IR/reset_password.json index 3bc66b1940..dc2e7bb8f1 100644 --- a/public/language/fa-IR/reset_password.json +++ b/public/language/fa-IR/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "بازیابی گذرواژه", - "update_password": "تازه‌سازی گذرواژه", - "password_changed.title": "گذرواژه تغییر کرد", - "password_changed.message": "

گذرواژه با موفقیت بازیابی شد، لطفا دوباره درون بیایید.", - "wrong_reset_code.title": "کد بازیابی نادرست است", - "wrong_reset_code.message": "کد بازیابی که دریافت شد، نادرست بود. لطفا دوباره تلاش کنید یا یک کد بازیابی تازه درخواست کنید.", - "new_password": "گذرواژهٔ تازه", - "repeat_password": "تکرار گذرواژه", - "changing_password": "Changing Password", - "enter_email": "لطفا نشانی رایانامهٔ خود را بنویسید و ما دستورکار بازیابی شناسه‌تان را به این رایانامه می‌فرستیم.", - "enter_email_address": "نوشتن نشانی رایانامه", - "password_reset_sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", - "invalid_email": "رایانامهٔ نامعتبر / رایانامه وجود ندارد!", - "password_too_short": "کلمه عبور وارد شده خیلی کوتاه است، لطفا یک گذر واژه طولانی تر انتخاب کنید.", - "passwords_do_not_match": "دو کلمه عبوری که وارد کرده اید مطابقت ندارند.", - "password_expired": "کلمه عبور شما منقضی شده، لطفا کلمه عبور جدیدی انتخاب کنید" + "reset-password": "بازیابی گذرواژه", + "update-password": "تازه‌سازی گذرواژه", + "password-changed.title": "گذرواژه تغییر کرد", + "password-changed.message": "

گذرواژه با موفقیت بازیابی شد، لطفا دوباره درون بیایید.", + "wrong-reset-code.title": "کد بازیابی نادرست است", + "wrong-reset-code.message": "کد بازیابی که دریافت شد، نادرست بود. لطفا دوباره تلاش کنید یا یک کد بازیابی تازه درخواست کنید.", + "new-password": "گذرواژهٔ تازه", + "repeat-password": "تکرار گذرواژه", + "changing-password": "Changing Password", + "enter-email": "لطفا نشانی رایانامهٔ خود را بنویسید و ما دستورکار بازیابی شناسه‌تان را به این رایانامه می‌فرستیم.", + "enter-email-address": "نوشتن نشانی رایانامه", + "password-reset-sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", + "invalid-email": "رایانامهٔ نامعتبر / رایانامه وجود ندارد!", + "password-too-short": "کلمه عبور وارد شده خیلی کوتاه است، لطفا یک گذر واژه طولانی تر انتخاب کنید.", + "passwords-do-not-match": "دو کلمه عبوری که وارد کرده اید مطابقت ندارند.", + "password-expired": "کلمه عبور شما منقضی شده، لطفا کلمه عبور جدیدی انتخاب کنید" } \ No newline at end of file diff --git a/public/language/fa-IR/rewards.json b/public/language/fa-IR/rewards.json new file mode 100644 index 0000000000..f923cf1500 --- /dev/null +++ b/public/language/fa-IR/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "You have been awarded %1 reputation", + "awarded-group-membership": "You have been added to the group %1", + + "essentials/user.reputation-conditional-value": "(Reputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Post Count %1 %2)", + "essentials/user.lastonline-conditional-value": "(Last Online %1 %2)", + "essentials/user.joindate-conditional-value": "(Join Date %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Days Registered %1 %2)" +} \ No newline at end of file diff --git a/public/language/fa-IR/search.json b/public/language/fa-IR/search.json index 9476764872..3ff16b9203 100644 --- a/public/language/fa-IR/search.json +++ b/public/language/fa-IR/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Type to search", - "results_matching": "%1 نتیجهٔ هم‌خوان با \"%2\"، (%3 ثانیه)", + "results-matching": "%1 نتیجهٔ هم‌خوان با \"%2\"، (%3 ثانیه)", "no-matches": "هیچ موردی یافت نشد", "advanced-search": "جستجوی پیشرفته", "in": "در", @@ -11,7 +11,7 @@ "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", diff --git a/public/language/fa-IR/tags.json b/public/language/fa-IR/tags.json index 36f7bd8100..6a11edcae2 100644 --- a/public/language/fa-IR/tags.json +++ b/public/language/fa-IR/tags.json @@ -1,11 +1,17 @@ { "all-tags": "همه‌ی برچسب‌ها", - "no_tag_topics": "جُستاری با این برچسب وجود ندارد.", + "no-tag-topics": "جُستاری با این برچسب وجود ندارد.", "no-tags-found": "برچسبی پیدا نشد", "tags": "برچسب‌ها", - "enter_tags_here": "برچسب‌ها را اینجا وارد کنید، هر کدام بین %1 و %2 کاراکتر.", - "enter_tags_here_short": "برچسب‌ها را وارد کنید...", - "no_tags": "هنوز برچسبی وجود ندارد.", - "select_tags": "انتخاب برچسب ها", - "tag-whitelist": "Tag Whitelist" + "enter-tags-here": "برچسب‌ها را اینجا وارد کنید، هر کدام بین %1 و %2 کاراکتر.", + "enter-tags-here-short": "برچسب‌ها را وارد کنید...", + "no-tags": "هنوز برچسبی وجود ندارد.", + "select-tags": "انتخاب برچسب ها", + "tag-whitelist": "Tag Whitelist", + "watching": "Watching", + "not-watching": "Not Watching", + "watching.description": "Notify me of new topics.", + "not-watching.description": "Do not notify me of new topics.", + "following-tag.message": "You will now be receiving notifications when somebody posts a topic with this tag.", + "not-following-tag.message": "You will not receive notifications when somebody posts a topic with this tag." } \ No newline at end of file diff --git a/public/language/fa-IR/themes/harmony.json b/public/language/fa-IR/themes/harmony.json index 2f5a48079f..c64a1836f3 100644 --- a/public/language/fa-IR/themes/harmony.json +++ b/public/language/fa-IR/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "نوار ابزار در تاپیک و صفحه دسته بدی ها در بالای صفحه ثابت می‌ماند", "settings.autohideBottombar": "مخفی کردن اتوماتیک منوی پایینی ", "settings.autohideBottombar.help": "وقتی صفحه به پایین اسکرول می شود، منوی پایین در نمایش گوشی مخفی خواهد شد ", + "settings.openSidebars": "Open sidebars", "settings.chatModals": "فعال کردن پنجره کوچک برای چت " } \ No newline at end of file diff --git a/public/language/fa-IR/top.json b/public/language/fa-IR/top.json index 5f9e03d373..74b175fa53 100644 --- a/public/language/fa-IR/top.json +++ b/public/language/fa-IR/top.json @@ -1,4 +1,4 @@ { "title": "برترین", - "no_top_topics": "No top topics" + "no-top-topics": "No top topics" } \ No newline at end of file diff --git a/public/language/fa-IR/topic.json b/public/language/fa-IR/topic.json index d7dfe75444..8b0e0f5094 100644 --- a/public/language/fa-IR/topic.json +++ b/public/language/fa-IR/topic.json @@ -1,23 +1,23 @@ { "topic": "جُستار", "title": "عنوان", - "no_topics_found": "هیچ موضوعی یافت نشد!", - "no_posts_found": "پستی یافت نشد!", - "post_is_deleted": "این پست پاک شده!", - "topic_is_deleted": "موضوع حذف شده است!", + "no-topics-found": "هیچ موضوعی یافت نشد!", + "no-posts-found": "پستی یافت نشد!", + "post-is-deleted": "این پست پاک شده!", + "topic-is-deleted": "موضوع حذف شده است!", "profile": "پروفایل", - "posted_by": "ارسال شده توسط %1", - "posted_by_guest": "ارسال شده توسط مهمان", + "posted-by": "ارسال شده توسط %1", + "posted-by-guest": "ارسال شده توسط مهمان", "chat": "چت", - "notify_me": "از پاسخ‌های تازه در موضوع آگاه شوید", + "notify-me": "از پاسخ‌های تازه در موضوع آگاه شوید", "quote": "نقل قول", "reply": "پاسخ", - "replies_to_this_post": "%1 پاسخ", - "one_reply_to_this_post": "1 پاسخ", - "last_reply_time": "آخرین پاسخ", + "replies-to-this-post": "1% پاسخ", + "one-reply-to-this-post": "1 پاسخ", + "last-reply-time": "آخرین پاسخ", "reply-as-topic": "پاسخ به عنوان موضوع", "guest-login-reply": "وارد شوید تا پست بفرستید", - "login-to-view": "🔒 برای مشاهده وارد شوید ", + "login-to-view": "🔒 برای مشاهده وارد شوید", "edit": "ویرایش", "delete": "حذف", "delete-event": "پاک کردن ایونت", @@ -36,7 +36,7 @@ "scheduled": "زمان بندی شده", "moved": "منتقل شده", "moved-from": "جابه‌جا شده از %1", - "copy-code": "کپی کردن کد ", + "copy-code": "کپی کردن کد", "copy-ip": "کپی IP", "ban-ip": "مسدود کردن IP", "view-history": "تاریخچه ویرایش", @@ -44,149 +44,150 @@ "wrote-on": "نوشته‌شده در ", "replied-to-user-ago": "پاسخ داده شده به %3 در", "replied-to-user-on": "replied to %3 on ", - "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-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-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% صف شده پست برای تایید کردن %3", "user-queued-post-on": "%1 queued post for approval on %3", - "user-referenced-topic-ago": "1% این تاپیک را ارجاع داد %3", - "user-referenced-topic-on": "1% این تاپیک را در %3 ارجاع داد", + "user-referenced-topic-ago": "%1 این تاپیک را ارجاع داد %3", + "user-referenced-topic-on": "%1 این تاپیک را در %3 ارجاع داد", "user-forked-topic-ago": "%1 forked this topic %3", "user-forked-topic-on": "%1 forked this topic on %3", - "bookmark_instructions": "برای بازگشت به آخرین پست در این موضوع اینجا را کلیک کنید.", + "bookmark-instructions": "برای بازگشت به آخرین پست در این موضوع اینجا را کلیک کنید.", "flag-post": "گزارش این پست", "flag-user": "گزارش این کاربر", "already-flagged": "قبلا گزارش شده", "view-flag-report": "View Flag Report", "resolve-flag": "Resolve Flag", - "merged_message": "این تاپیک با %2 ادغام شد ", - "deleted_message": "این موضوع پاک شده است. تنها کاربرانِ با حق مدیریت موضوع می‌توانند آن را ببینند.", - "following_topic.message": "زمانی که کسی پست جدیدی در این تاپیک بفرستد شما نوتیفیکشن دریافت خواهید کرد.", - "not_following_topic.message": "شما این تاپیک را در لیست تاپیک‌های خوانده‌نشده می‌بینید، اما وقتی پست جدیدی ارسال می‌شود نوتیفیکشن دریافت نمی‌کنید.", - "ignoring_topic.message": "شما دیگر نمی‌خواهید این موضوع را در فهرست تاپیک‌های خوانده نشده ببینید. وقتی کسی شما را منشن کند و یا به پست شما امتیاز مثبت دهد نوتیفیکشن ارسال می‌شود.", - "login_to_subscribe": "برای دنبال کردن این موضوع، لطفا ثبت نام کنید و یا با نام کاربری خود وارد شوید", + "merged-message": "این تاپیک با %2 ادغام شد", + "forked-message": "This topic was forked from %2", + "deleted-message": "این موضوع پاک شده است. تنها کاربرانِ با حق مدیریت موضوع می‌توانند آن را ببینند.", + "following-topic.message": "زمانی که کسی پست جدیدی در این تاپیک بفرستد شما نوتیفیکشن دریافت خواهید کرد.", + "not-following-topic.message": "شما این تاپیک را در لیست تاپیک‌های خوانده‌نشده می‌بینید، اما وقتی پست جدیدی ارسال می‌شود نوتیفیکشن دریافت نمی‌کنید.", + "ignoring-topic.message": "شما دیگر نمی‌خواهید این موضوع را در فهرست تاپیک‌های خوانده نشده ببینید. وقتی کسی شما را منشن کند و یا به پست شما امتیاز مثبت دهد نوتیفیکشن ارسال می‌شود.", + "login-to-subscribe": "برای دنبال کردن این موضوع، لطفا ثبت نام کنید و یا با نام کاربری خود وارد شوید", "markAsUnreadForAll.success": "موضوع برای همگان نخوانده در نظر گرفته شد.", - "mark_unread": "علامت بزن به عنوان خوانده نشده", - "mark_unread.success": "موضوع را به عنوان خوانده نشده علامت بزن", + "mark-unread": "علامت بزن به عنوان خوانده نشده", + "mark-unread.success": "موضوع را به عنوان خوانده نشده علامت بزن", "watch": "پیگیری", "unwatch": "عدم پیگیری", "watch.title": "از پاسخ‌های تازه به این موضوع آگاه شوید.", "unwatch.title": "توقف پیگیری این موضوع", - "share_this_post": "به اشتراک‌گذاری این موضوع", + "share-this-post": "به اشتراک‌گذاری این موضوع", "watching": "درحال پیگیری", "not-watching": "درحال پیگیری نیستید", "ignoring": "نادیده گرفتن", - "watching.description": " برای پست های جدید نوتیفیکشن ارسال شود.
تاپیک را در صفحه نخوانده‌ها نشان بده.", + "watching.description": "برای پست های جدید نوتیفیکشن ارسال شود.
تاپیک را در صفحه نخوانده‌ها نشان بده.", "not-watching.description": "برای هر پاسخ جدید نوتیفیکشن ارسال نشود.
اگر دسته بندی نادیده نگرفته شده تاپیک را در صفحه نخوانده ها نشان بده", - "ignoring.description": " برای پاسخ های جدید نوتیفیکشن ارسال نشود.
تاپیک را در صفحه نخوانده‌ها نشان نده.", - "thread_tools.title": "ابزارهای موضوع", - "thread_tools.markAsUnreadForAll": "برای همه کاربران نخوانده شده علامت بزن", - "thread_tools.pin": "سنجاق زدن موضوع", - "thread_tools.unpin": "برداشتن سنجاق موضوع", - "thread_tools.lock": "قفل کردن موضوع", - "thread_tools.unlock": "باز کردن موضوع", - "thread_tools.move": "جابجا کردن موضوع", - "thread_tools.move-posts": "انتقال پست ها", - "thread_tools.move_all": "جابجایی همه", - "thread_tools.change_owner": "تغییر مالک پست", - "thread_tools.select_category": "انتخاب دسته", - "thread_tools.fork": "شاخه ساختن از موضوع", - "thread_tools.tag": "برچسب تاپیک", - "thread_tools.delete": "پاک کردن موضوع", - "thread_tools.delete-posts": "حذف پست ها", - "thread_tools.delete_confirm": "آیا مطمئنید می خواهید این موضوع را حذف کنید؟", - "thread_tools.restore": "برگرداندن موضوع", - "thread_tools.restore_confirm": "آیا مطمئنید که می خواهید این موضوع را بازگردانی کنید؟", - "thread_tools.purge": "پاک کردن موضوع", - "thread_tools.purge_confirm": "آیا مطمئنید که میمید این موضوع را پاکسازی کنید؟", - "thread_tools.merge_topics": "ادغام موضوع ها", - "thread_tools.merge": "ادغام موضوع", - "topic_move_success": "موضوع به \"%1\" منتقل خواهد شد. برای جلوگیری از انتقال کلیک کنید.", - "topic_move_multiple_success": "موضوع ها به \"%1\" منتقل خواهد شد. برای جلوگیری از انتقال کلیک کنید.", - "topic_move_all_success": "تمام موضوع ها به \"%1\" منتقل خواهند شد. برای جلوگیری از انتقال کلیک کنید.", - "topic_move_undone": "جابه‌جا کردن تاپیک لغو شد ", - "topic_move_posts_success": "پست ها منتقل خواهند شد. برای جلوگیری از انتقال کلیک کنید.", - "topic_move_posts_undone": "انتقال پست لغو شد ", - "post_delete_confirm": "آیا از پاک کردن این پست اطمینان دارید؟", - "post_restore_confirm": "آیا از بازگردانی این پست اطمینان دارید؟", - "post_purge_confirm": "آیا از پاک کردن این پست اطمینان دارید؟", + "ignoring.description": "برای پاسخ های جدید نوتیفیکشن ارسال نشود.
تاپیک را در صفحه نخوانده‌ها نشان نده.", + "thread-tools.title": "ابزارهای موضوع", + "thread-tools.markAsUnreadForAll": "برای همه کاربران نخوانده شده علامت بزن", + "thread-tools.pin": "سنجاق زدن موضوع", + "thread-tools.unpin": "برداشتن سنجاق موضوع", + "thread-tools.lock": "قفل کردن موضوع", + "thread-tools.unlock": "باز کردن موضوع", + "thread-tools.move": "جابجا کردن موضوع", + "thread-tools.move-posts": "انتقال پست ها", + "thread-tools.move-all": "جابجایی همه", + "thread-tools.change-owner": "تغییر مالک پست", + "thread-tools.select-category": "انتخاب دسته", + "thread-tools.fork": "شاخه ساختن از موضوع", + "thread-tools.tag": "برچسب تاپیک", + "thread-tools.delete": "پاک کردن موضوع", + "thread-tools.delete-posts": "حذف پست ها", + "thread-tools.delete-confirm": "آیا مطمئنید می خواهید این موضوع را حذف کنید؟", + "thread-tools.restore": "برگرداندن موضوع", + "thread-tools.restore-confirm": "آیا مطمئنید که می خواهید این موضوع را بازگردانی کنید؟", + "thread-tools.purge": "پاک کردن موضوع", + "thread-tools.purge-confirm": "آیا مطمئنید که میمید این موضوع را پاکسازی کنید؟", + "thread-tools.merge-topics": "ادغام موضوع ها", + "thread-tools.merge": "ادغام موضوع", + "topic-move-success": "موضوع به \"%1\" منتقل خواهد شد. برای جلوگیری از انتقال کلیک کنید.", + "topic-move-multiple-success": "موضوع ها به \"%1\" منتقل خواهد شد. برای جلوگیری از انتقال کلیک کنید.", + "topic-move-all-success": "تمام موضوع ها به \"%1\" منتقل خواهند شد. برای جلوگیری از انتقال کلیک کنید.", + "topic-move-undone": "جابه‌جا کردن تاپیک لغو شد", + "topic-move-posts-success": "پست ها منتقل خواهند شد. برای جلوگیری از انتقال کلیک کنید.", + "topic-move-posts-undone": "انتقال پست لغو شد", + "post-delete-confirm": "آیا از پاک کردن این پست اطمینان دارید؟", + "post-restore-confirm": "آیا از بازگردانی این پست اطمینان دارید؟", + "post-purge-confirm": "آیا از پاک کردن این پست اطمینان دارید؟", "pin-modal-expiry": "تاریخ انقضا", "pin-modal-help": "You can optionally set an expiration date for the pinned topic(s) here. Alternatively, you can leave this field blank to have the topic stay pinned until it is manually unpinned.", - "load_categories": "بارگذاری دسته‌ها", - "confirm_move": "جابه‌جا کردن", - "confirm_fork": "شاخه ساختن", + "load-categories": "بارگذاری دسته‌ها", + "confirm-move": "جابه‌جا کردن", + "confirm-fork": "شاخه ساختن", "bookmark": "نشانک", "bookmarks": "نشانک‌ها", - "bookmarks.has_no_bookmarks": "شما هیچ پستی را نشانک نکردید", - "copy-permalink": "کپی لینک ثابت ", - "loading_more_posts": "بارگذاری پست‌های بیش‌تر", - "move_topic": "جابه‌جایی موضوع", - "move_topics": "انتقال موضوع", - "move_post": "جابه‌جایی موضوع", - "post_moved": "پست جابه‌جا شد!", - "fork_topic": "شاخه ساختن از موضوع", + "bookmarks.has-no-bookmarks": "شما هیچ پستی را نشانک نکردید", + "copy-permalink": "کپی لینک ثابت", + "loading-more-posts": "بارگذاری پست‌های بیش‌تر", + "move-topic": "جابه‌جایی موضوع", + "move-topics": "انتقال موضوع", + "move-post": "جابه‌جایی موضوع", + "post-moved": "پست جابه‌جا شد!", + "fork-topic": "شاخه ساختن از موضوع", "enter-new-topic-title": "عنوان جدید موضوع را وارد کن", - "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", - "fork_no_pids": "هیچ پستی انتخاب نشده!", + "fork-topic-instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", + "fork-no-pids": "هیچ پستی انتخاب نشده!", "no-posts-selected": "هیچ پستی انتخاب نشده!", "x-posts-selected": "%1 پست انتخاب شده", "x-posts-will-be-moved-to-y": "1% پست به \"%2\" منتقل خواهد شد", - "fork_pid_count": "%1 پست انتخاب شده", - "fork_success": "موضوع با موفقیت منشعب شد! برای رفتن به موضوع انشعابی اینجا را کلیک کنید.", - "delete_posts_instruction": "با کلیک بر روی پست شما می خواهید به حذف/پاکسازی", - "merge_topics_instruction": "موضوع های مورد نظر برای ادغام را انتخاب کنید یا آن ها را جستجو کنید", + "fork-pid-count": "%1 پست انتخاب شده", + "fork-success": "موضوع با موفقیت منشعب شد! برای رفتن به موضوع انشعابی اینجا را کلیک کنید.", + "delete-posts-instruction": "با کلیک بر روی پست شما می خواهید به حذف/پاکسازی", + "merge-topics-instruction": "موضوع های مورد نظر برای ادغام را انتخاب کنید یا آن ها را جستجو کنید", "merge-topic-list-title": "لیست موضوع هایی که با هم ادغام می شوند", "merge-options": "تنظیمات ادغام", "merge-select-main-topic": "موضوع اصلی را انتخاب کنید", "merge-new-title-for-topic": "عنوان جدید برای موضوع", "topic-id": "شناسه موضوع", - "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", - "move_topic_instruction": "دسته مقصد را انتخاب کنید و سپس روی جابه‌جا کردن کلیک کنید", - "change_owner_instruction": "Click the posts you want to assign to another user", - "composer.title_placeholder": "عنوان موضوعتان را اینجا بنویسید...", - "composer.handle_placeholder": "نام خود را اینجا وارد کنید", + "move-posts-instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move-topic-instruction": "دسته مقصد را انتخاب کنید و سپس روی جابه‌جا کردن کلیک کنید", + "change-owner-instruction": "Click the posts you want to assign to another user", + "composer.title-placeholder": "عنوان موضوعتان را اینجا بنویسید...", + "composer.handle-placeholder": "نام خود را اینجا وارد کنید", "composer.hide": "پیش نویس", "composer.discard": "انصراف", "composer.submit": "ارسال", "composer.additional-options": "Additional Options", "composer.post-later": "Post Later", "composer.schedule": "Schedule", - "composer.replying_to": "پاسخ به %1", - "composer.new_topic": "موضوع تازه", + "composer.replying-to": "پاسخ به %1", + "composer.new-topic": "موضوع تازه", "composer.editing-in": "Editing post in %1", "composer.uploading": "بارگذاری...", - "composer.thumb_url_label": "چسباندن نشانی چهرک یک موضوع", - "composer.thumb_title": "افزودن یک چهرک به این موضوع", - "composer.thumb_url_placeholder": "http://example.com/thumb.png", - "composer.thumb_file_label": "یا بارگذاری یک پرونده", - "composer.thumb_remove": "پاک کردن جعبه‌ها", - "composer.drag_and_drop_images": "تصویرها را به اینجا بکشید و رها کنید", - "more_users_and_guests": "%1 کاربر() و %2 مهمان()", - "more_users": "%1 کاربر()", - "more_guests": "%1 مهمان()", - "users_and_others": "%1 و %2 دیگر", - "sort_by": "مرتب‌سازی بر اساس", - "oldest_to_newest": "قدیمی‌ترین به جدید‌ترین", - "newest_to_oldest": "جدید‌ترین به قدیمی‌ترین", - "most_votes": "بیشترین رای ها", - "most_posts": "بیشترین پست", - "most_views": "بیشترین بازدید‌ها", + "composer.thumb-url-label": "چسباندن نشانی چهرک یک موضوع", + "composer.thumb-title": "افزودن یک چهرک به این موضوع", + "composer.thumb-url-placeholder": "http://example.com/thumb.png", + "composer.thumb-file-label": "یا بارگذاری یک پرونده", + "composer.thumb-remove": "پاک کردن جعبه‌ها", + "composer.drag-and-drop-images": "تصویرها را به اینجا بکشید و رها کنید", + "more-users-and-guests": "%1 کاربر() و %2 مهمان()", + "more-users": "%1 کاربر()", + "more-guests": "%1 مهمان()", + "users-and-others": "%1 و %2 دیگر", + "sort-by": "مرتب‌سازی بر اساس", + "oldest-to-newest": "قدیمی‌ترین به جدید‌ترین", + "newest-to-oldest": "جدید‌ترین به قدیمی‌ترین", + "most-votes": "بیشترین رای ها", + "most-posts": "بیشترین پست", + "most-views": "بیشترین بازدید‌ها", "stale.title": "آیا مایلید به جای آن یک موضوع جدید ایجاد کنید؟", "stale.warning": "موضوعی که شما در حال پاسخگویی به آن هستید قدیمی می باشد. آیا میلید به جای آن یک موضوع جدید ایجاد کنید و در آن به این موضوع ارجاع دهید؟", "stale.create": "ایجاد یک موضوع جدید", - "stale.reply_anyway": "در هر صورت می خواهم به این موضوع پاسخ دهم", - "link_back": "پاسخ: [%1](%2)", + "stale.reply-anyway": "در هر صورت می خواهم به این موضوع پاسخ دهم", + "link-back": "پاسخ: [%1](%2)", "diffs.title": "تاریخچه ویرایش پست", "diffs.description": "این پست %1 نسخه دارد. بر روی یکی از نسخه ها کلیک کنید تا محتوای پست در آن زمان را ببینید.", "diffs.no-revisions-description": "این پست %1 نسخه دارد.", @@ -197,13 +198,13 @@ "diffs.post-restored": "پست با موفقیت به نسخه قبلی برگردانده شد", "diffs.delete": "Delete this revision", "diffs.deleted": "Revision deleted", - "timeago_later": "1% بعد", - "timeago_earlier": "%1 قبل", + "timeago-later": "1% بعد", + "timeago-earlier": "%1 قبل", "first-post": "اولین پست", "last-post": "آخرین پست", - "go-to-my-next-post": "برو به پست بعدی من ", + "go-to-my-next-post": "برو به پست بعدی من", "no-more-next-post": "شما پست بیشتری در این تاپیک ندارید", "post-quick-reply": "پاسخ سریع", "navigator.index": "پست %1 از %2", - "navigator.unread": "%1 خوانده نشده " + "navigator.unread": "%1 خوانده نشده" } \ No newline at end of file diff --git a/public/language/fa-IR/unread.json b/public/language/fa-IR/unread.json index 6dbfa319f1..ad43179de0 100644 --- a/public/language/fa-IR/unread.json +++ b/public/language/fa-IR/unread.json @@ -1,12 +1,12 @@ { "title": "نخوانده‌ها", - "no_unread_topics": "جستار خوانده نشده‌ای وجود ندارد.", - "load_more": "بارگذاری بیش‌تر", - "mark_as_read": "خوانده شده بگیر", + "no-unread-topics": "جستار خوانده نشده‌ای وجود ندارد.", + "load-more": "بارگذاری بیش‌تر", + "mark-as-read": "خوانده شده بگیر", "selected": "برگزیده", "all": "همه", - "all_categories": "تمام دسته ها", - "topics_marked_as_read.success": "همه موضوع ها خوانده شدند", + "all-categories": "تمام دسته ها", + "topics-marked-as-read.success": "همه موضوع ها خوانده شدند", "all-topics": "همه موضوع ها", "new-topics": "موضوع های جدید", "watched-topics": "موضوع های پیگیری شده", diff --git a/public/language/fa-IR/user.json b/public/language/fa-IR/user.json index b63f4bfb88..3c5fb4b396 100644 --- a/public/language/fa-IR/user.json +++ b/public/language/fa-IR/user.json @@ -7,22 +7,22 @@ "joindate": "تاریخ عضویت", "postcount": "تعداد پست‌ها", "email": "رایانامه", - "confirm_email": "تأیید ایمیل", - "account_info": "اطلاعات شناسه کاربری", - "admin_actions_label": "اقدامات مدیریتی", - "ban_account": "اخراج کاربر", - "ban_account_confirm": "از مسدود کردن این کاربر اطمینان دارید؟", - "unban_account": "آزاد کردن حساب کاربری", - "mute_account": "Mute Account", - "unmute_account": "Unmute Account", - "delete_account": "حذف حساب کاربری", - "delete_account_as_admin": "Delete Account", - "delete_content": "Delete Account Content", - "delete_all": "Delete Account and Content", - "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", - "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", - "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", - "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "confirm-email": "تأیید ایمیل", + "account-info": "اطلاعات شناسه کاربری", + "admin-actions-label": "اقدامات مدیریتی", + "ban-account": "اخراج کاربر", + "ban-account-confirm": "از مسدود کردن این کاربر اطمینان دارید؟", + "unban-account": "آزاد کردن حساب کاربری", + "mute-account": "Mute Account", + "unmute-account": "Unmute Account", + "delete-account": "حذف حساب کاربری", + "delete-account-as-admin": "Delete Account", + "delete-content": "Delete Account Content", + "delete-all": "Delete Account and Content", + "delete-account-confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", + "delete-this-account-confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", + "delete-account-content-confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "delete-all-confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", "account-deleted": "حساب کاربری پاک شد", "account-content-deleted": "Account content deleted", "fullname": "نام و نام‌ خانوادگی", @@ -32,95 +32,97 @@ "joined": "عضو شده", "lastonline": "آخرین حضور", "profile": "پروفایل", - "profile_views": "بازدیدهای نمایه", + "profile-views": "بازدیدهای نمایه", "reputation": "اعتبار", "bookmarks": "نشانک‌ها", - "watched_categories": "دسته بندی های پیگیری شده", - "change_all": "تغییر همه", + "watched-categories": "دسته بندی های پیگیری شده", + "watched-tags": "Watched tags", + "change-all": "تغییر همه", "watched": "موضوع های پیگیری شده", "ignored": "نادیده گرفته شده", "default-category-watch-state": "حالت پیشفرض مشاهده دسته بندی", "followers": "دنبال‌کننده‌ها", "following": "دنبال‌شونده‌ها", "blocks": "کاربران مسدود شده", - "blocked-users": "کاربران مسدود شده ", - "block_toggle": "مسدود کردن", - "block_user": "مسدود کردن کاربر", - "unblock_user": "رفع مسدودی کاربر", + "blocked-users": "کاربران مسدود شده", + "block-toggle": "مسدود کردن", + "block-user": "مسدود کردن کاربر", + "unblock-user": "رفع مسدودی کاربر", "aboutme": "درباره ی من", "signature": "امضا", "birthday": "روز تولد", "chat": "چت", - "chat_with": "ادامه چت با %1", - "new_chat_with": "شروع چت جدید با %1", + "chat-with": "ادامه چت با %1", + "new-chat-with": "شروع چت جدید با %1", "flag-profile": "گزارش پروفایل", "follow": "دنبال کن", "unfollow": "دنبال نکن", "more": "بیشتر", - "profile_update_success": "پروفایل باموفقیت به روز شده است!", - "change_picture": "تغییر تصویر", - "change_username": "تغییر نام کاربری", - "change_email": "تغییر ایمیل", - "email_same_as_password": "Please enter your current password to continue – you've entered your new email again", + "profile-update-success": "پروفایل باموفقیت به روز شده است!", + "change-picture": "تغییر تصویر", + "change-username": "تغییر نام کاربری", + "change-email": "تغییر ایمیل", + "email-updated": "Email Updated", + "email-same-as-password": "Please enter your current password to continue – you've entered your new email again", "edit": "ویرایش", "edit-profile": "ویرایش پروفایل", - "default_picture": "آیکون پیش فرض", - "uploaded_picture": "تصویر بارشده", - "upload_new_picture": "بارگذاری تصویر تازه", - "upload_new_picture_from_url": "بارگذاری تصویر جدید از نشانی وب", - "current_password": "کلمه عبور کنونی", - "new_password": "New Password", - "change_password": "تغیر کلمه عبور", - "change_password_error": "کلمه عبور نامعتبر!", - "change_password_error_wrong_current": "این کلمه عبورٔ شما نادرست است.", - "change_password_error_match": "کلمه عبور‌ها باید یکسان باشند.", - "change_password_error_privileges": "شما اجازه تغییر این کلمه عبور را ندارید.", - "change_password_success": "کلمه عبور‌تان تازه شد.", - "confirm_password": "تکرار کلمه عبور", + "default-picture": "آیکون پیش فرض", + "uploaded-picture": "تصویر بارشده", + "upload-new-picture": "بارگذاری تصویر تازه", + "upload-new-picture-from-url": "بارگذاری تصویر جدید از نشانی وب", + "current-password": "کلمه عبور کنونی", + "new-password": "New Password", + "change-password": "تغیر کلمه عبور", + "change-password-error": "کلمه عبور نامعتبر!", + "change-password-error-wrong-current": "این کلمه عبورٔ شما نادرست است.", + "change-password-error-match": "کلمه عبور‌ها باید یکسان باشند.", + "change-password-error-privileges": "شما اجازه تغییر این کلمه عبور را ندارید.", + "change-password-success": "کلمه عبور‌تان تازه شد.", + "confirm-password": "تکرار کلمه عبور", "password": "گذرواژه", - "username_taken_workaround": "نام کاربری که درخواست کردید قبلاً گرفته شده است، بنابراین ما آن را تغییر داده ایم. شما هم‌اکنون با نام %1 شناخته می‌شوید.", - "password_same_as_username": "کلمه ی عبور شما با نام کاربری شما یکسان می باشند ، لطفا کلمه ی عبور دیگری را انتخاب کنید", - "password_same_as_email": "کلمه ی عبور شما با ایمیل شما یکسان است، لطفا کلمه عبور دیگری را انتخاب کنید.", - "weak_password": "گذرواژه ضعیف", - "upload_picture": "بارگذاری تصویر", - "upload_a_picture": "یک تصویر بارگذاری کنید", - "remove_uploaded_picture": "پاک کردن عکس بارگذاری شده", - "upload_cover_picture": "بارگذاری عکس کاور", - "remove_cover_picture_confirm": "آیا شما مطمئنید که می خواهید عکس کاور را حذف کنید؟", - "crop_picture": "برش عکس", - "upload_cropped_picture": "برش و بارگذاری", + "username-taken-workaround": "نام کاربری که درخواست کردید قبلاً گرفته شده است، بنابراین ما آن را تغییر داده ایم. شما هم‌اکنون با نام %1 شناخته می‌شوید.", + "password-same-as-username": "کلمه ی عبور شما با نام کاربری شما یکسان می باشند ، لطفا کلمه ی عبور دیگری را انتخاب کنید", + "password-same-as-email": "کلمه ی عبور شما با ایمیل شما یکسان است، لطفا کلمه عبور دیگری را انتخاب کنید.", + "weak-password": "گذرواژه ضعیف", + "upload-picture": "بارگذاری تصویر", + "upload-a-picture": "یک تصویر بارگذاری کنید", + "remove-uploaded-picture": "پاک کردن عکس بارگذاری شده", + "upload-cover-picture": "بارگذاری عکس کاور", + "remove-cover-picture-confirm": "آیا شما مطمئنید که می خواهید عکس کاور را حذف کنید؟", + "crop-picture": "برش عکس", + "upload-cropped-picture": "برش و بارگذاری", "avatar-background-colour": "Avatar background colour", "settings": "تنظیمات", - "show_email": "نمایش ایمیل‌های من", - "show_fullname": "نمایش نام کامل من (نام و نام خانوادگی)", - "restrict_chats": "فقط از کاربرانی که دنبال می کنم پیام خصوصی دریافت کنم", - "digest_label": "مشترک شدن در چکیده", - "digest_description": "مشترک شدن برای دریافت جدیدترین‌های این انجمن (موضوع ها و آکاه‌سازی‌های تازه) با ایمیل روی یک برنامه زمان‌بندی", - "digest_off": "خاموش", - "digest_daily": "روزانه", - "digest_weekly": "هفتگی", - "digest_biweekly": "Bi-Weekly", - "digest_monthly": "ماهانه", - "has_no_follower": "این کاربر هیچ دنبال‌کننده‌ای ندارد :(", - "follows_no_one": "این کاربر هیچ کسی را دنبال نمی‌کند :(", - "has_no_posts": "این کاربر تا به حال هیچ چیزی ارسال نکرده است.", - "has_no_best_posts": "This user does not have any upvoted posts yet.", - "has_no_topics": "این کاربر تا به حال هیچ موضوعی ارسال نکرده است", - "has_no_watched_topics": "این کاربر تا به حال هیچ موضوعی را پیگیری نکرده است", - "has_no_ignored_topics": "این کاربر هیچ موضوعی را نادیده نگرفته است", - "has_no_upvoted_posts": "این کاربر به هیچ پستی امتیاز نداده است.", - "has_no_downvoted_posts": "این کاربر به هیچ پستی رای منفی نداده است.", - "has_no_controversial_posts": "This user does not have any downvoted posts yet.", - "has_no_blocks": "شما هیچ کاربر مسدود شده ای ندارید.", - "email_hidden": "ایمیل پنهان شده", + "show-email": "نمایش ایمیل‌های من", + "show-fullname": "نمایش نام کامل من (نام و نام خانوادگی)", + "restrict-chats": "فقط از کاربرانی که دنبال می کنم پیام خصوصی دریافت کنم", + "digest-label": "مشترک شدن در چکیده", + "digest-description": "مشترک شدن برای دریافت جدیدترین‌های این انجمن (موضوع ها و آکاه‌سازی‌های تازه) با ایمیل روی یک برنامه زمان‌بندی", + "digest-off": "خاموش", + "digest-daily": "روزانه", + "digest-weekly": "هفتگی", + "digest-biweekly": "Bi-Weekly", + "digest-monthly": "ماهانه", + "has-no-follower": "این کاربر هیچ دنبال‌کننده‌ای ندارد :(", + "follows-no-one": "این کاربر هیچ کسی را دنبال نمی‌کند :(", + "has-no-posts": "این کاربر تا به حال هیچ چیزی ارسال نکرده است.", + "has-no-best-posts": "This user does not have any upvoted posts yet.", + "has-no-topics": "این کاربر تا به حال هیچ موضوعی ارسال نکرده است", + "has-no-watched-topics": "این کاربر تا به حال هیچ موضوعی را پیگیری نکرده است", + "has-no-ignored-topics": "این کاربر هیچ موضوعی را نادیده نگرفته است", + "has-no-upvoted-posts": "این کاربر به هیچ پستی امتیاز نداده است.", + "has-no-downvoted-posts": "این کاربر به هیچ پستی رای منفی نداده است.", + "has-no-controversial-posts": "This user does not have any downvoted posts yet.", + "has-no-blocks": "شما هیچ کاربر مسدود شده ای ندارید.", + "email-hidden": "ایمیل پنهان شده", "hidden": "پنهان", - "paginate_description": "صفحه بندی و نمایش موضوع ها و پست‌ها به جای نمایش بر اساس اسکرول موس", - "topics_per_page": "شمار موضوع ها در هر برگه", - "posts_per_page": "شمار پست‌ها در هر برگه", + "paginate-description": "صفحه بندی و نمایش موضوع ها و پست‌ها به جای نمایش بر اساس اسکرول موس", + "topics-per-page": "شمار موضوع ها در هر برگه", + "posts-per-page": "شمار پست‌ها در هر برگه", "category-topic-sort": "مرتب‌ سازی دسته موضوع", "topic-post-sort": "مرتب سازی پست‌های تاپیک", - "max_items_per_page": "حداکثر %1", - "acp_language": "زبان پنل ادمین", + "max-items-per-page": "حداکثر %1", + "acp-language": "زبان پنل ادمین", "notifications": "آگاه‌سازی‌ها", "upvote-notif-freq": "تنظیمات اعلان امتیاز مثبت", "upvote-notif-freq.all": "همه امتیاز های مثبت", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "هر 10، 10، 1000 ...", "upvote-notif-freq.disabled": "غیر فعال شده", "browsing": "تنظیمات مرور", - "open_links_in_new_tab": "پیوندهای به بیرون را در برگ جدید باز کن", - "enable_topic_searching": "فعال کردن جستجوی درون موضوعی", - "topic_search_help": "اگر فعال باشد، \"جستجوی درون موضوعی\" جایگزین قابلیت جستجوی پیشفرض مرورگر خواهد شد و این امکان را خواهید داشت که بجای جستجوی آنچه که در صفحه نمایش می بینید، در سرتاسر موضوع جستجو کنید", - "update_url_with_post_index": "بروزرسانی آدرس پست در مرورگر هنگام گشت و گذار در موضوعات", - "scroll_to_my_post": "پس از ارسال پست، اولین پست جدید نشان بده", - "follow_topics_you_reply_to": "پیگیری موضوع هایی که شما به آن ها پاسخ دادید", - "follow_topics_you_create": "پیگیری موضوع هایی که شما ایجاد کردید", + "open-links-in-new-tab": "پیوندهای به بیرون را در برگ جدید باز کن", + "enable-topic-searching": "فعال کردن جستجوی درون موضوعی", + "topic-search-help": "اگر فعال باشد، \"جستجوی درون موضوعی\" جایگزین قابلیت جستجوی پیشفرض مرورگر خواهد شد و این امکان را خواهید داشت که بجای جستجوی آنچه که در صفحه نمایش می بینید، در سرتاسر موضوع جستجو کنید", + "update-url-with-post-index": "بروزرسانی آدرس پست در مرورگر هنگام گشت و گذار در موضوعات", + "scroll-to-my-post": "پس از ارسال پست، اولین پست جدید نشان بده", + "follow-topics-you-reply-to": "پیگیری موضوع هایی که شما به آن ها پاسخ دادید", + "follow-topics-you-create": "پیگیری موضوع هایی که شما ایجاد کردید", "grouptitle": "عنوان گروه", "group-order-help": "گروهی را انتخاب کرده و با استفاده از پیکان ها ترتیب عنوان ها را جابه‌جا کنید", "no-group-title": "عنوان گروهی نیست", @@ -145,9 +147,9 @@ "no-skin": "No Skin", "select-homepage": "انتخاب صفحه اصلی", "homepage": "صفحه اصلی", - "homepage_description": "یک صفحه را به عنوان خانه انتخاب کنید یا با انتخاب \"هیچکدام\" صفحه‌ی پیش فرض برای شما انتخاب می‌شود. ", - "custom_route": "مسیر صفحه‌ی اختصاصی", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", + "homepage-description": "یک صفحه را به عنوان خانه انتخاب کنید یا با انتخاب \"هیچکدام\" صفحه‌ی پیش فرض برای شما انتخاب می‌شود.", + "custom-route": "مسیر صفحه‌ی اختصاصی", + "custom-route-help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Single Sign-on Services", "sso.associated": "متصل شده به", "sso.not-associated": "اتصال حساب به", @@ -179,25 +181,25 @@ "consent.title": "Your Rights & Consent", "consent.lead": "این انجمن اطلاعات شخصی شما را جمع‌آوری و پردازش می‌کند", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", - "consent.email_intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", - "consent.digest_frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", - "consent.digest_off": "Unless explicitly changed in your user settings, this community does not send out email digests", + "consent.email-intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", + "consent.digest-frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", + "consent.digest-off": "Unless explicitly changed in your user settings, this community does not send out email digests", "consent.received": "You have provided consent for this website to collect and process your information. No additional action is required.", - "consent.not_received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", + "consent.not-received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", "consent.give": "Give consent", - "consent.right_of_access": "You have the Right of Access", - "consent.right_of_access_description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", - "consent.right_to_rectification": "You have the Right to Rectification", - "consent.right_to_rectification_description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", - "consent.right_to_erasure": "You have the Right to Erasure", - "consent.right_to_erasure_description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", - "consent.right_to_data_portability": "You have the Right to Data Portability", - "consent.right_to_data_portability_description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", - "consent.export_profile": "Export Profile (.json)", + "consent.right-of-access": "You have the Right of Access", + "consent.right-of-access-description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", + "consent.right-to-rectification": "You have the Right to Rectification", + "consent.right-to-rectification-description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", + "consent.right-to-erasure": "You have the Right to Erasure", + "consent.right-to-erasure-description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", + "consent.right-to-data-portability": "You have the Right to Data Portability", + "consent.right-to-data-portability-description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", + "consent.export-profile": "Export Profile (.json)", "consent.export-profile-success": "Exporting profile, you will get a notification when it is complete.", - "consent.export_uploads": "Export Uploaded Content (.zip)", + "consent.export-uploads": "Export Uploaded Content (.zip)", "consent.export-uploads-success": "Exporting uploads, you will get a notification when it is complete.", - "consent.export_posts": "Export Posts (.csv)", + "consent.export-posts": "Export Posts (.csv)", "consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.", "emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.", "emailUpdate.optional": "This field is optional. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.", diff --git a/public/language/fa-IR/users.json b/public/language/fa-IR/users.json index 8310af4027..650db59e09 100644 --- a/public/language/fa-IR/users.json +++ b/public/language/fa-IR/users.json @@ -1,13 +1,13 @@ { "all-users": "همه کاربران", - "latest_users": "آخرین کاربران", - "top_posters": "برترین فرستنده‌ها", - "most_reputation": "بیشترین اعتبار", - "most_flags": "بیشترین پرچم‌ها", + "latest-users": "آخرین کاربران", + "top-posters": "برترین فرستنده‌ها", + "most-reputation": "بیشترین اعتبار", + "most-flags": "بیشترین پرچم‌ها", "search": "جستجو", - "enter_username": "یک نام کاربری برای جستجو وارد کنید", + "enter-username": "یک نام کاربری برای جستجو وارد کنید", "search-user-for-chat": "Search for a user to start chat", - "load_more": "بارگذاری بیش‌تر", + "load-more": "بارگذاری بیش‌تر", "users-found-search-took": "%1 کاربر(ها) یافت شد! جستجو %2 ثانیه زمان گرفت.", "filter-by": "فیلتر با", "online-only": "فقط آنلاین", @@ -15,10 +15,10 @@ "prompt-email": "ایمیل‌ها:", "groups-to-join": "گروه هایی که باید در صورت پذیرفته شدن دعوت به آنها ملحق شوند:", "invitation-email-sent": "رایانامه دعوت‌نامه برای %1 ارسال شد", - "user_list": "فهرست کاربران", - "recent_topics": "موضوع‌های اخیر", - "popular_topics": "موضوع‌های پربازدید", - "unread_topics": "موضوع‌های خوانده نشده", + "user-list": "فهرست کاربران", + "recent-topics": "موضوع‌های اخیر", + "popular-topics": "موضوع‌های پربازدید", + "unread-topics": "موضوع‌های خوانده نشده", "categories": "دسته‌بندی‌ها", "tags": "برچسب‌ها", "no-users-found": "کاربری پیدا نشد!" diff --git a/public/language/fi/admin/advanced/events.json b/public/language/fi/admin/advanced/events.json index 472c08b024..11e45c5889 100644 --- a/public/language/fi/admin/advanced/events.json +++ b/public/language/fi/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "Tapahtuman tyyppi", "filter-start": "Aloituspäivä", "filter-end": "Lopetuspäivä", - "filter-perPage": "Per Sivu" + "filter-per-page": "Per Sivu" } \ No newline at end of file diff --git a/public/language/fi/admin/extend/widgets.json b/public/language/fi/admin/extend/widgets.json index ab3a4b11d2..5d2832feed 100644 --- a/public/language/fi/admin/extend/widgets.json +++ b/public/language/fi/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "No widgets found! Activate the widget essentials plugin in the plugins control panel.", "clone-from": "Clone widgets from", "containers.available": "Available Containers", - "containers.explanation": "Drag and drop on top of any active widget", + "containers.explanation": "Drag and drop on top of any widget", "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", @@ -29,5 +29,7 @@ "hide-from-groups": "Hide from groups", "start-date": "Start date", "end-date": "End date", - "hide-on-mobile": "Hide on mobile" + "hide-on-mobile": "Hide on mobile", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/fi/admin/manage/privileges.json b/public/language/fi/admin/manage/privileges.json index 9af075bcfa..240cff6aa5 100644 --- a/public/language/fi/admin/manage/privileges.json +++ b/public/language/fi/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "Edit Privileges", "select-clear-all": "Select/Clear All", "chat": "Chat", + "chat-with-privileged": "Chat with Privileged", "upload-images": "Upload Images", "upload-files": "Upload Files", "signature": "Signature", @@ -33,7 +34,7 @@ "edit-posts": "Edit Posts", "view-edit-history": "View Edit History", "delete-posts": "Delete Posts", - "view_deleted": "View Deleted Posts", + "view-deleted": "View Deleted Posts", "upvote-posts": "Upvote Posts", "downvote-posts": "Downvote Posts", "delete-topics": "Delete Topics", diff --git a/public/language/fi/admin/manage/users.json b/public/language/fi/admin/manage/users.json index 1fef96f56d..08e5701f40 100644 --- a/public/language/fi/admin/manage/users.json +++ b/public/language/fi/admin/manage/users.json @@ -4,16 +4,21 @@ "edit": "Actions", "make-admin": "Make Admin", "remove-admin": "Remove Admin", + "change-email": "Change Email", + "new-email": "New Email", "validate-email": "Validate Email", "send-validation-email": "Send Validation Email", + "change-password": "Change Password", "password-reset-email": "Send Password Reset Email", "force-password-reset": "Force Password Reset & Log User Out", - "ban": "Ban User(s)", + "ban": "Ban", + "ban-users": "Ban User(s)", "temp-ban": "Ban User(s) Temporarily", "unban": "Unban User(s)", "reset-lockout": "Reset Lockout", "reset-flags": "Reset Flags", - "delete": "Delete User(s)", + "delete": "Delete", + "delete-users": "Delete User(s)", "delete-content": "Delete User(s) Content", "purge": "Delete User(s) and Content", "download-csv": "Download CSV", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "Ban %1 user(s)", "alerts.unban-success": "User(s) unbanned!", "alerts.lockout-reset-success": "Lockout(s) reset!", + "alerts.password-change-success": "Password(s) changed!", "alerts.flag-reset-success": "Flags(s) reset!", "alerts.no-remove-yourself-admin": "You can't remove yourself as Administrator!", "alerts.make-admin-success": "User is now administrator.", @@ -106,6 +112,7 @@ "alerts.create": "Create User", "alerts.button-create": "Create", "alerts.button-cancel": "Cancel", + "alerts.button-change": "Change", "alerts.error-passwords-different": "Passwords must match!", "alerts.error-x": "Error

%1

", "alerts.create-success": "User created!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "Emails: ", "alerts.email-sent-to": "An invitation email has been sent to %1", "alerts.x-users-found": "%1 user(s) found, (%2 seconds)", + "alerts.select-a-single-user-to-change-email": "Select a single user to change email", "export-users-started": "Exporting users as csv, this might take a while. You will receive a notification when it is complete.", - "export-users-completed": "Users exported as csv, click here to download." + "export-users-completed": "Users exported as csv, click here to download.", + "email": "Email", + "password": "Password", + "manage": "Manage" } \ No newline at end of file diff --git a/public/language/fi/admin/settings/chat.json b/public/language/fi/admin/settings/chat.json index e4946458bd..86360a34ee 100644 --- a/public/language/fi/admin/settings/chat.json +++ b/public/language/fi/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "Enter 0 to disable this restriction", "chat-settings": "Chat Settings", "disable": "Disable chat", "disable-editing": "Disable chat message editing/deletion", @@ -6,8 +7,10 @@ "max-length": "Maximum length of chat messages", "max-chat-room-name-length": "Maximum length of chat room names", "max-room-size": "Maximum number of users in chat rooms", - "delay": "Time between chat messages in milliseconds", - "notification-delay": "Notification delay for chat messages. (0 for no delay)", - "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable. (0 disabled)", - "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable. (0 disabled)" + "delay": "Time between chat messages (ms)", + "newbieDelay": "... for new users (ms)", + "notification-delay": "Notification delay for chat messages", + "notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.", + "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.", + "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable." } \ No newline at end of file diff --git a/public/language/fi/admin/settings/post.json b/public/language/fi/admin/settings/post.json index 9dc61afe57..9de7dc76fa 100644 --- a/public/language/fi/admin/settings/post.json +++ b/public/language/fi/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "Title Length", "restrictions.post-length": "Post Length", "restrictions.days-until-stale": "Days until topic is considered stale", - "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic.", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "Timestamp", "timestamp.cut-off": "Date cut-off (in days)", "timestamp.cut-off-help": "Dates & times will be shown in a relative manner (e.g. \"3 hours ago\" / \"5 days ago\"), and localised into various\n\t\t\t\t\tlanguages. After a certain point, this text can be switched to display the localised date itself\n\t\t\t\t\t(e.g. 5 Nov 2016 15:30).
(Default: 30, or one month). Set to 0 to always display dates, leave blank to always display relative times.", diff --git a/public/language/fi/admin/settings/user.json b/public/language/fi/admin/settings/user.json index 368548ba74..816bdfc150 100644 --- a/public/language/fi/admin/settings/user.json +++ b/public/language/fi/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "Username or Email", "allow-login-with.username": "Username Only", "account-settings": "Account Settings", - "gdpr_enabled": "Enable GDPR consent collection", - "gdpr_enabled_help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", + "gdpr-enabled": "Enable GDPR consent collection", + "gdpr-enabled-help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", "disable-username-changes": "Disable username changes", "disable-email-changes": "Disable email changes", "disable-password-changes": "Disable password changes", diff --git a/public/language/fi/category.json b/public/language/fi/category.json index 7c46d01b8e..243574e35f 100644 --- a/public/language/fi/category.json +++ b/public/language/fi/category.json @@ -1,12 +1,12 @@ { "category": "Kategoria", "subcategories": "Alikategoria", - "new_topic_button": "Uusi aihe", + "new-topic-button": "Uusi aihe", "guest-login-post": "Kirjaudu sisään voidaksesi kirjoittaa viesti", - "no_topics": "Tässä kategoriassa ei ole yhtään aihetta.
Miksi et aloittaisi uutta?", + "no-topics": "Tässä kategoriassa ei ole yhtään aihetta.
Miksi et aloittaisi uutta?", "browsing": "selaamassa", - "no_replies": "Kukaan ei ole vastannut", - "no_new_posts": "Ei uusia viestejä", + "no-replies": "Kukaan ei ole vastannut", + "no-new-posts": "Ei uusia viestejä", "watch": "Seuraa", "ignore": "Sivuuta", "watching": "Seurataan", diff --git a/public/language/fi/email.json b/public/language/fi/email.json index 934d86ce37..cc35d38098 100644 --- a/public/language/fi/email.json +++ b/public/language/fi/email.json @@ -3,8 +3,8 @@ "password-reset-requested": "Salasanan nollaus pyydetty!", "welcome-to": "%1 - Tervetuloa", "invite": "Kutsu henkilöltä %1", - "greeting_no_name": "Hei", - "greeting_with_name": "Hei %1", + "greeting-no-name": "Hei", + "greeting-with-name": "Hei %1", "email.verify-your-email.subject": "Tarkista sähköpostisi", "email.verify.text1": "You've requested that we change or confirm your email address", "email.verify.text2": "For security purposes, we only change or confirm the email address on file once its ownership has been confirmed via email. If you did not request this, no action is required on your part.", @@ -24,7 +24,7 @@ "reset.notify.text2": "Jos et tunnista tätä toimintoa, ilmoita välittömästi ylläpitäjälle.", "digest.unread-rooms": "Unread rooms", "digest.room-name-unreadcount": "%1 (%2 unread)", - "digest.latest_topics": "Viimeisimmät viestiketjut henkilöltä %1", + "digest.latest-topics": "Viimeisimmät viestiketjut henkilöltä %1", "digest.top-topics": "Top topics from %1", "digest.popular-topics": "Popular topics from %1", "digest.cta": "Click here to visit %1", @@ -36,8 +36,8 @@ "digest.title.day": "Päivittäinen koosteesi", "digest.title.week": "Viikottainen koosteesi", "digest.title.month": "Kuukausittainen koosteesi", - "notif.chat.subject": "Uusi chatviesti henkilöltä %1", - "notif.chat.public-chat-subject": "New message from %1 in room %2", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "Klikkaa tästä jatkaaksesi keskustelua", "notif.chat.unsub.info": "Tämä keskustelun ilmoitus on lähetettty viestiasetuksiesi johdosta", "notif.post.unsub.info": "Tämä ilmoitus viestistä lähetettiin sinulle viestiasetuksistasi johtuen", diff --git a/public/language/fi/error.json b/public/language/fi/error.json index 77063a8a29..84ff43c2a3 100644 --- a/public/language/fi/error.json +++ b/public/language/fi/error.json @@ -184,6 +184,7 @@ "post-flagged-too-many-times": "This post has been flagged by others already", "user-flagged-too-many-times": "This user has been flagged by others already", "cant-flag-privileged": "You are not allowed to flag the profiles or content of privileged users (moderators/global moderators/admins)", + "cant-locate-flag-report": "Cannot locate flag report", "self-vote": "You cannot vote on your own post", "too-many-upvotes-today": "You can only upvote %1 times a day", "too-many-upvotes-today-user": "You can only upvote a user %1 times a day", diff --git a/public/language/fi/flags.json b/public/language/fi/flags.json index f12aaae53d..996e027833 100644 --- a/public/language/fi/flags.json +++ b/public/language/fi/flags.json @@ -1,5 +1,6 @@ { "state": "State", + "report": "Report", "reports": "Reports", "first-reported": "First Reported", "no-flags": "Hooray! No flags found.", @@ -8,6 +9,8 @@ "update": "Update", "updated": "Updated", "resolved": "Resolved", + "report-added": "Added", + "report-rescinded": "Rescinded", "target-purged": "The content this flag referred to has been purged and is no longer available.", "target-aboutme-empty": "This user has no "About Me" set.", diff --git a/public/language/fi/global.json b/public/language/fi/global.json index 2181b0d3ee..ee0f9a6942 100644 --- a/public/language/fi/global.json +++ b/public/language/fi/global.json @@ -13,19 +13,19 @@ "400.message": "It looks like this link is malformed, please double-check and try again.
Return to the home page.
", "register": "Rekisteröidy", "login": "Kirjaudu", - "please_log_in": "Kirjaudu, ole hyvä", + "please-log-in": "Kirjaudu, ole hyvä", "logout": "Kirjaudu ulos", - "posting_restriction_info": "Kirjoittaminen on tällä hetkellä rajattu vain rekisteröityneille käyttäjille. Napsauta tätä kirjautuaksesi.", - "welcome_back": "Tervetuloa takaisin", - "you_have_successfully_logged_in": "Olet onnistuneesti kirjautunut sisään", - "save_changes": "Tallenna muutokset", + "posting-restriction-info": "Kirjoittaminen on tällä hetkellä rajattu vain rekisteröityneille käyttäjille. Napsauta tätä kirjautuaksesi.", + "welcome-back": "Tervetuloa takaisin", + "you-have-successfully-logged-in": "Olet onnistuneesti kirjautunut sisään", + "save-changes": "Tallenna muutokset", "save": "Tallenna", "create": "Create", "cancel": "Cancel", "close": "Sulje", "pagination": "Sivutus", - "pagination.out_of": "%1/%2", - "pagination.enter_index": "Go to post index", + "pagination.out-of": "%1/%2", + "pagination.enter-index": "Go to post index", "header.admin": "Ylläpitäjä", "header.categories": "Kategoriat", "header.recent": "Viimeisimmät", @@ -80,25 +80,25 @@ "lastpost": "Viimeisin viesti", "firstpost": "Ensimmäinen viesti", "about": "About", - "read_more": "lue lisää", + "read-more": "lue lisää", "more": "Lisää", "none": "None", - "posted_ago_by_guest": "Vierailija lähettänyt %1", - "posted_ago_by": "posted %1 by %2", - "posted_ago": "lähetetty %1", - "posted_in": "posted in %1", - "posted_in_by": "posted in %1 by %2", - "posted_in_ago": "posted in %1 %2", - "posted_in_ago_by": "posted in %1 %2 by %3", - "user_posted_ago": "%1 lähetti %2", - "guest_posted_ago": "Vieras kirjoitti %1", - "last_edited_by": "Viimeksi muokannut %1", + "posted-ago-by-guest": "Vierailija lähettänyt %1", + "posted-ago-by": "posted %1 by %2", + "posted-ago": "lähetetty %1", + "posted-in": "posted in %1", + "posted-in-by": "posted in %1 by %2", + "posted-in-ago": "posted in %1 %2", + "posted-in-ago-by": "posted in %1 %2 by %3", + "user-posted-ago": "%1 lähetti %2", + "guest-posted-ago": "Vieras kirjoitti %1", + "last-edited-by": "Viimeksi muokannut %1", "edited-timestamp": "Edited %1", "norecentposts": "Ei viimeaikaisia viestejä", "norecenttopics": "Ei viimeaikaisia aiheita", "recentposts": "Viimeisimmät viestit", "recentips": "Äskettäin kirjautuneet IP-osoitteet", - "moderator_tools": "Ylläpidon työkalut", + "moderator-tools": "Ylläpidon työkalut", "status": "Status", "online": "Online", "away": "Poissa", @@ -109,7 +109,7 @@ "language": "Kieli", "guest": "Vieras", "guests": "Vieraat", - "former_user": "Entinen käyttäjä", + "former-user": "Entinen käyttäjä", "system-user": "System", "unknown-user": "Unknown user", "updated.title": "Foorumi päivitetty", @@ -117,12 +117,12 @@ "privacy": "Yksityisyys", "follow": "Seuraa", "unfollow": "Älä seuraa", - "delete_all": "Poista kaikki", + "delete-all": "Poista kaikki", "map": "Kartta", "sessions": "Login Sessions", - "ip_address": "IP osoite", - "enter_page_number": "Syötä sivunumero", - "upload_file": "Lähetä tiedosto", + "ip-address": "IP osoite", + "enter-page-number": "Syötä sivunumero", + "upload-file": "Lähetä tiedosto", "upload": "Lähetä", "uploads": "Lähetykset", "allowed-file-types": "Sallitut tiedostotyypit ovat %1", @@ -131,7 +131,7 @@ "play": "Toista", "cookies.message": "This website uses cookies to ensure you get the best experience on our website.", "cookies.accept": "Got it!", - "cookies.learn_more": "Learn More", + "cookies.learn-more": "Learn More", "edited": "Muokattu", "disabled": "Disabled", "select": "Valitse", diff --git a/public/language/fi/groups.json b/public/language/fi/groups.json index 669d11f2dc..0dcbb6e323 100644 --- a/public/language/fi/groups.json +++ b/public/language/fi/groups.json @@ -2,65 +2,65 @@ "all-groups": "All groups", "groups": "Ryhmät", "members": "Members", - "view_group": "Tarkaste ryhmää", + "view-group": "Tarkaste ryhmää", "owner": "Ryhmän omistaja", - "new_group": "Luo uusi ryhmä", - "no_groups_found": "Ei ryhmiä", + "new-group": "Luo uusi ryhmä", + "no-groups-found": "Ei ryhmiä", "pending.accept": "Hyväksy", "pending.reject": "Hylkää", - "pending.accept_all": "Hyväksy kaikki", - "pending.reject_all": "Hylkää kaikki", + "pending.accept-all": "Hyväksy kaikki", + "pending.reject-all": "Hylkää kaikki", "pending.none": "There are no pending members at this time", "invited.none": "There are no invited members at this time", "invited.uninvite": "Rescind Invitation", "invited.search": "Search for a user to invite to this group", - "invited.notification_title": "You have been invited to join %1", - "request.notification_title": "Group Membership Request from %1", - "request.notification_text": "%1 has requested to become a member of %2", + "invited.notification-title": "You have been invited to join %1", + "request.notification-title": "Group Membership Request from %1", + "request.notification-text": "%1 has requested to become a member of %2", "cover-save": "Tallenna", "cover-saving": "Tallennetaan", "details.title": "Ryhmän tiedot", "details.members": "Jäsenluettelo", "details.pending": "Odottavat jäsenet", "details.invited": "Kutsutut jäsenet", - "details.has_no_posts": "Tämän ryhmän jäsenet eivät ole luoneet vielä yhtään viestiä.", - "details.latest_posts": "Uusimmat viestit", + "details.has-no-posts": "Tämän ryhmän jäsenet eivät ole luoneet vielä yhtään viestiä.", + "details.latest-posts": "Uusimmat viestit", "details.private": "Yksityinen", "details.disableJoinRequests": "Poista liittymispyynnöt", "details.disableLeave": "Estä käyttäjiä poistumasta ryhmästä", "details.grant": "Grant/Rescind Ownership", "details.kick": "Potkaise", - "details.kick_confirm": "Oletko varma, että haluat poistaa käyttäjän ryhmästä?", + "details.kick-confirm": "Oletko varma, että haluat poistaa käyttäjän ryhmästä?", "details.add-member": "Lisää jäsen", - "details.owner_options": "Ryhmän ylläpito", - "details.group_name": "Ryhmän nimi", - "details.member_count": "Jäsenmäärä", - "details.creation_date": "Luontipäivämäärä", + "details.owner-options": "Ryhmän ylläpito", + "details.group-name": "Ryhmän nimi", + "details.member-count": "Jäsenmäärä", + "details.creation-date": "Luontipäivämäärä", "details.description": "Kuvaus", "details.member-post-cids": "Category IDs to display posts from", - "details.badge_preview": "Merkin esikatselu", - "details.change_icon": "Vaihda kuvake", - "details.change_label_colour": "Vaihda merkin väriä", - "details.change_text_colour": "Vaihda tekstin väriä", - "details.badge_text": "Merkin teksti", + "details.badge-preview": "Merkin esikatselu", + "details.change-icon": "Vaihda kuvake", + "details.change-label-colour": "Vaihda merkin väriä", + "details.change-text-colour": "Vaihda tekstin väriä", + "details.badge-text": "Merkin teksti", "details.userTitleEnabled": "Näytä merkki", - "details.private_help": "Jos päällä, ryhmään liittyminen vaattii hyväksynnän ryhmän omistajalta.", + "details.private-help": "Jos päällä, ryhmään liittyminen vaattii hyväksynnän ryhmän omistajalta.", "details.hidden": "Piilotettu", - "details.hidden_help": "Jos päällä, niin ryhmä ei ole näkyvissä ryhmälistauksissa ja käyttäjät tulee lisätä ryhmään käsin.", - "details.delete_group": "Poista ryhmä", - "details.private_system_help": "Yksityiset ryhmät on poistettu käytöstä järjestelmän tasolla ja tämä valinta ei tee mitään.", + "details.hidden-help": "Jos päällä, niin ryhmä ei ole näkyvissä ryhmälistauksissa ja käyttäjät tulee lisätä ryhmään käsin.", + "details.delete-group": "Poista ryhmä", + "details.private-system-help": "Yksityiset ryhmät on poistettu käytöstä järjestelmän tasolla ja tämä valinta ei tee mitään.", "event.updated": "Ryhmän tiedot on jo päivitetty", "event.deleted": "Ryhmä \"%1\" on jo poistettu", "membership.accept-invitation": "Hyväksy kutsu", - "membership.accept.notification_title": "Olet nyt %1 ryhmän jäsen", + "membership.accept.notification-title": "Olet nyt %1 ryhmän jäsen", "membership.invitation-pending": "Odottavat kutsut", "membership.join-group": "Liity ryhmään", "membership.leave-group": "Poistu ryhmästä", - "membership.leave.notification_title": "%1 on lähtenyt %2 ryhmästä", + "membership.leave.notification-title": "%1 on lähtenyt %2 ryhmästä", "membership.reject": "Hylkää", - "new-group.group_name": "Ryhmän nimi", + "new-group.group-name": "Ryhmän nimi", "upload-group-cover": "Upload group cover", "bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group", "bulk-invite": "Massa kutsu", - "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" + "remove-group-cover-confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/fi/login.json b/public/language/fi/login.json index ac5163d08f..b9d627a91d 100644 --- a/public/language/fi/login.json +++ b/public/language/fi/login.json @@ -1,12 +1,12 @@ { "username-email": "Käyttäjätunnus / Sähköposti", "username": "Käyttäjätunnus", - "remember_me": "Muista minut?", - "forgot_password": "Unohditko salasanasi?", - "alternative_logins": "Vaihtoehtoiset kirjautumistavat", - "failed_login_attempt": "Kirjautuminen epäonnistui", - "login_successful": "Olet onnistuneesti kirjautunut sisään!", - "dont_have_account": "Ei käyttäjätunnusta?", + "remember-me": "Muista minut?", + "forgot-password": "Unohditko salasanasi?", + "alternative-logins": "Vaihtoehtoiset kirjautumistavat", + "failed-login-attempt": "Kirjautuminen epäonnistui", + "login-successful": "Olet onnistuneesti kirjautunut sisään!", + "dont-have-account": "Ei käyttäjätunnusta?", "logged-out-due-to-inactivity": "Sinut on kirjattu ulos hallintapaneelista liian pitkän toimettomuuden takia.", "caps-lock-enabled": "Caps Lock is enabled" } \ No newline at end of file diff --git a/public/language/fi/modules.json b/public/language/fi/modules.json index 8bdf711dae..802e6f4036 100644 --- a/public/language/fi/modules.json +++ b/public/language/fi/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "Room %1", - "chat.chatting_with": "Chat with", + "chat.chatting-with": "Chat with", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Go to most recent message", @@ -8,12 +8,15 @@ "chat.chat-with-usernames": "Chat with %1", "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Lähetä", - "chat.no_active": "Sinulla ei ole aktiivisia keskusteluita.", - "chat.user_typing": "%1 kirjoittaa ...", - "chat.user_has_messaged_you": "%1 lähetti sinulle viestin.", + "chat.no-active": "Sinulla ei ole aktiivisia keskusteluita.", + "chat.user-typing-1": "%1 is typing ...", + "chat.user-typing-2": "%1 and %2 are typing ...", + "chat.user-typing-3": "%1, %2 and %3 are typing ...", + "chat.user-typing-n": "%1, %2 and %3 others are typing ...", + "chat.user-has-messaged-you": "%1 lähetti sinulle viestin.", "chat.replying-to": "Replying to %1", - "chat.see_all": "All chats", - "chat.mark_all_read": "Mark all read", + "chat.see-all": "All chats", + "chat.mark-all-read": "Mark all read", "chat.no-messages": "Valitse vastaanottaja katsellaksesi keskusteluhistoriaa", "chat.no-users-in-room": "Ei käyttäjiä tässä huoneessa", "chat.recent-chats": "Viimeisimmät keskustelut", @@ -24,12 +27,16 @@ "chat.pop-out": "Pop out chat", "chat.minimize": "Minimize", "chat.maximize": "Suurenna", - "chat.seven_days": "7 päivää", - "chat.thirty_days": "30 päivää", - "chat.three_months": "3 kuukautta", - "chat.delete_message_confirm": "Are you sure you wish to delete this message?", + "chat.seven-days": "7 päivää", + "chat.thirty-days": "30 päivää", + "chat.three-months": "3 kuukautta", + "chat.delete-message-confirm": "Are you sure you wish to delete this message?", "chat.retrieving-users": "Retrieving users...", "chat.view-users-list": "View users list", + "chat.pinned-messages": "Pinned Messages", + "chat.no-pinned-messages": "There are no pinned messages", + "chat.pin-message": "Pin Message", + "chat.unpin-message": "Unpin Message", "chat.public-rooms": "Public Rooms (%1)", "chat.private-rooms": "Private Rooms (%1)", "chat.create-room": "Create Chat Room", @@ -67,17 +74,24 @@ "chat.system.user-leave": "%1 has left the room ", "chat.system.room-rename": "%2 has renamed this room to \"%1\" ", "composer.compose": "Compose", - "composer.show_preview": "Show Preview", - "composer.hide_preview": "Hide Preview", + "composer.show-preview": "Show Preview", + "composer.hide-preview": "Hide Preview", "composer.help": "Help", - "composer.user_said_in": "%1 said in %2:", - "composer.user_said": "%1 sanoi:", + "composer.user-said-in": "%1 said in %2:", + "composer.user-said": "%1 sanoi:", "composer.discard": "Oletko varma, että haluat hylätä viestin?", - "composer.submit_and_lock": "Submit and Lock", - "composer.toggle_dropdown": "Toggle Dropdown", + "composer.submit-and-lock": "Submit and Lock", + "composer.toggle-dropdown": "Toggle Dropdown", "composer.uploading": "Uploading %1", "composer.formatting.bold": "Bold", "composer.formatting.italic": "Italic", + "composer.formatting.heading": "Heading", + "composer.formatting.heading1": "Heading 1", + "composer.formatting.heading2": "Heading 2", + "composer.formatting.heading3": "Heading 3", + "composer.formatting.heading4": "Heading 4", + "composer.formatting.heading5": "Heading 5", + "composer.formatting.heading6": "Heading 6", "composer.formatting.list": "List", "composer.formatting.strikethrough": "Strikethrough", "composer.formatting.code": "Code", @@ -85,9 +99,10 @@ "composer.formatting.picture": "Image Link", "composer.upload-picture": "Upload Image", "composer.upload-file": "Upload File", - "composer.zen_mode": "Zen Mode", - "composer.select_category": "Select a category", + "composer.zen-mode": "Zen Mode", + "composer.select-category": "Select a category", "composer.textarea.placeholder": "Enter your post content here, drag and drop images", + "composer.post-queue-alert": "Hello👋!
This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.", "composer.schedule-for": "Schedule topic for", "composer.schedule-date": "Date", "composer.schedule-time": "Time", @@ -102,8 +117,8 @@ "bootbox.confirm": "Confirm", "bootbox.submit": "Submit", "bootbox.send": "Send", - "cover.dragging_title": "Cover Photo Positioning", - "cover.dragging_message": "Drag the cover photo to the desired position and click \"Save\"", + "cover.dragging-title": "Cover Photo Positioning", + "cover.dragging-message": "Drag the cover photo to the desired position and click \"Save\"", "cover.saved": "Cover photo image and position saved", "thumbs.modal.title": "Manage topic thumbnails", "thumbs.modal.no-thumbs": "No thumbnails found.", diff --git a/public/language/fi/notifications.json b/public/language/fi/notifications.json index bbd4bae857..44879cb6c4 100644 --- a/public/language/fi/notifications.json +++ b/public/language/fi/notifications.json @@ -1,59 +1,68 @@ { "title": "Ilmoitukset", - "no_notifs": "Sinulla ei ole uusia ilmoituksia", - "see_all": "All notifications", - "mark_all_read": "Mark all read", - "back_to_home": "Palaa takaisin %1", - "outgoing_link": "Ulkopuolinen linkki", - "outgoing_link_message": "Olet nyt poistumassa %1", - "continue_to": "Jatka %1", - "return_to": "Palaa %1", - "new_notification": "Sinulle ei ole uusia ilmoituksia", - "you_have_unread_notifications": "Sinulla on lukemattomia ilmoituksia.", + "no-notifs": "Sinulla ei ole uusia ilmoituksia", + "see-all": "All notifications", + "mark-all-read": "Mark all read", + "back-to-home": "Palaa takaisin %1", + "outgoing-link": "Ulkopuolinen linkki", + "outgoing-link-message": "Olet nyt poistumassa %1", + "continue-to": "Jatka %1", + "return-to": "Palaa %1", + "new-notification": "Sinulle ei ole uusia ilmoituksia", + "you-have-unread-notifications": "Sinulla on lukemattomia ilmoituksia.", "all": "Kaikki", "topics": "Aiheet", + "tags": "Tags", "replies": "Vastaukset", "chat": "Keskustelut", "group-chat": "Group Chats", "public-chat": "Public Chats", "follows": "Seuratut", "upvote": "Tykkäykset", + "awards": "Awards", "new-flags": "New Flags", "my-flags": "Flags assigned to me", "bans": "Bans", - "new_message_from": "Uusi viesti käyttäjältä %1", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1 käyttäjä tykkäsi viestistäsi aiheessa %2 ", - "upvoted_your_post_in_dual": "%1 ja %2 tykkäsivät viestistäsi aiheesssa %3", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "%1 on siirtänyt viestisi %2", - "moved_your_topic": "%1 on siirtänyt %2 alueelle", - "user_flagged_post_in": "%1 flagged a post in %2", - "user_flagged_post_in_dual": "%1 and %2 flagged a post in %3", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1 flagged a user profile (%2)", - "user_flagged_user_dual": "%1 and %2 flagged a user profile (%3)", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "%1 on vastannut viestiin: %2", - "user_posted_to_dual": "%1 ja %2 ovat vastanneet viestiin: %3", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1 on kirjoittanut uuden aiheen: %2", - "user_edited_post": "%1 has edited a post in %2", - "user_started_following_you": "%1 alkoi seurata sinua.", - "user_started_following_you_dual": "%1 ja %2 alkoivat seurata sinua", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1 lähetti rekisteröitymispyynnön", - "new_register_multiple": "%1 rekisteröintipyyntöä odottaa katselmointia", - "flag_assigned_to_you": "Flag %1 has been assigned to you", - "post_awaiting_review": "Viesti odottaa katselmointia", + "new-message-from": "Uusi viesti käyttäjältä %1", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 wrote in %3", + "user-posted-in-public-room-dual": "%1 and %2 wrote in %4", + "user-posted-in-public-room-triple": "%1, %2 and %3 wrote in %5", + "user-posted-in-public-room-multiple": "%1, %2 and %3 others wrote in %5", + "upvoted-your-post-in": "%1 käyttäjä tykkäsi viestistäsi aiheessa %2 ", + "upvoted-your-post-in-dual": "%1 ja %2 tykkäsivät viestistäsi aiheesssa %3", + "upvoted-your-post-in-triple": "%1, %2 and %3 have upvoted your post in %4.", + "upvoted-your-post-in-multiple": "%1, %2 and %3 others have upvoted your post in %4.", + "moved-your-post": "%1 on siirtänyt viestisi %2", + "moved-your-topic": "%1 on siirtänyt %2 alueelle", + "user-flagged-post-in": "%1 flagged a post in %2", + "user-flagged-post-in-dual": "%1 and %2 flagged a post in %3", + "user-flagged-post-in-triple": "%1, %2 and %3 flagged a post in %4", + "user-flagged-post-in-multiple": "%1, %2 and %3 others flagged a post in %4", + "user-flagged-user": "%1 flagged a user profile (%2)", + "user-flagged-user-dual": "%1 and %2 flagged a user profile (%3)", + "user-flagged-user-triple": "%1, %2 and %3 flagged a user profile (%4)", + "user-flagged-user-multiple": "%1, %2 and %3 others flagged a user profile (%4)", + "user-posted-to": "%1 on vastannut viestiin: %2", + "user-posted-to-dual": "%1 ja %2 ovat vastanneet viestiin: %3", + "user-posted-to-triple": "%1, %2 and %3 have posted replies to: %4", + "user-posted-to-multiple": "%1, %2 and %3 others have posted replies to: %4", + "user-posted-topic": "%1 on kirjoittanut uuden aiheen: %2", + "user-edited-post": "%1 has edited a post in %2", + "user-posted-topic-with-tag": "%1 has posted a new topic with tag %2", + "user-posted-topic-with-tag-dual": "%1 has posted a new topic with tags %2 and %3", + "user-posted-topic-with-tag-triple": "%1 has posted a new topic with tags %2, %3 and %4", + "user-posted-topic-with-tag-multiple": "%1 has posted a new topic with tags %2", + "user-started-following-you": "%1 alkoi seurata sinua.", + "user-started-following-you-dual": "%1 ja %2 alkoivat seurata sinua", + "user-started-following-you-triple": "%1, %2 and %3 started following you.", + "user-started-following-you-multiple": "%1, %2 and %3 others started following you.", + "new-register": "%1 lähetti rekisteröitymispyynnön", + "new-register-multiple": "%1 rekisteröintipyyntöä odottaa katselmointia", + "flag-assigned-to-you": "Flag %1 has been assigned to you", + "post-awaiting-review": "Viesti odottaa katselmointia", "profile-exported": "%1 profile exported, click to download", "posts-exported": "%1 posts exported, click to download", "uploads-exported": "%1 uploads exported, click to download", @@ -66,22 +75,24 @@ "email-confirm-error-message": "Ongelma sähköpostiosoitteen vahvistamisessa. Ehkäpä koodi oli virheellinen tai vanhentunut.", "email-confirm-sent": "Vahvistussähköposti lähetetty.", "none": "Ei mitään", - "notification_only": "Vain ilmoitukset", - "email_only": "Vain sähköposti", - "notification_and_email": "Ilmoitukset & Sähköposti", - "notificationType_upvote": "Kun joku tykkää viestistäsi", - "notificationType_new-topic": "Kun joku seuraa viestejäsi aiheessa", - "notificationType_new-reply": "Kun uusi vastaus on lähetetty aiheeseen, jota seuraat", - "notificationType_post-edit": "When a post is edited in a topic you are watching", - "notificationType_follow": "Kun joku alkaa seurata sinua", - "notificationType_new-chat": "Kun saat viestin keskusteluun", - "notificationType_new-group-chat": "When you receive a group chat message", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "Kun saat kutsun ryhmään", - "notificationType_group-leave": "When a user leaves your group", - "notificationType_group-request-membership": "Kun joku pyytää lupaa liittyä ryhmään, jonka omistaja olet", - "notificationType_new-register": "Kun joku lisätään rekisteröintijonoon", - "notificationType_post-queue": "Kun uusi viesti tulee jonoon", - "notificationType_new-post-flag": "When a post is flagged", - "notificationType_new-user-flag": "When a user is flagged" + "notification-only": "Vain ilmoitukset", + "email-only": "Vain sähköposti", + "notification-and-email": "Ilmoitukset & Sähköposti", + "notificationType-upvote": "Kun joku tykkää viestistäsi", + "notificationType-new-topic": "Kun joku seuraa viestejäsi aiheessa", + "notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow", + "notificationType-new-reply": "Kun uusi vastaus on lähetetty aiheeseen, jota seuraat", + "notificationType-post-edit": "When a post is edited in a topic you are watching", + "notificationType-follow": "Kun joku alkaa seurata sinua", + "notificationType-new-chat": "Kun saat viestin keskusteluun", + "notificationType-new-group-chat": "When you receive a group chat message", + "notificationType-new-public-chat": "When you receive a public group chat message", + "notificationType-group-invite": "Kun saat kutsun ryhmään", + "notificationType-group-leave": "When a user leaves your group", + "notificationType-group-request-membership": "Kun joku pyytää lupaa liittyä ryhmään, jonka omistaja olet", + "notificationType-new-register": "Kun joku lisätään rekisteröintijonoon", + "notificationType-post-queue": "Kun uusi viesti tulee jonoon", + "notificationType-new-post-flag": "When a post is flagged", + "notificationType-new-user-flag": "When a user is flagged", + "notificationType-new-reward": "When you earn a new reward" } \ No newline at end of file diff --git a/public/language/fi/pages.json b/public/language/fi/pages.json index 365df06a07..c3dcd5bbf7 100644 --- a/public/language/fi/pages.json +++ b/public/language/fi/pages.json @@ -47,7 +47,8 @@ "account/latest-posts": "%1 viimeisimmät viestit", "account/topics": "%1 luomat aiheet", "account/groups": "%1 ryhmät", - "account/watched_categories": "%1's Watched Categories", + "account/watched-categories": "%1's Watched Categories", + "account/watched-tags": "%1's Watched Tags", "account/bookmarks": "%1's Bookmarked Posts", "account/settings": "Käyttäjän asetukset", "account/settings-of": "Changing settings of %1", diff --git a/public/language/fi/recent.json b/public/language/fi/recent.json index 6e19cd0832..645a1274b6 100644 --- a/public/language/fi/recent.json +++ b/public/language/fi/recent.json @@ -5,7 +5,7 @@ "month": "Kuukausi", "year": "Vuosi", "alltime": "Alusta lähtien", - "no_recent_topics": "Ei viimeisimpiä aiheita.", - "no_popular_topics": "Ei päivityksiä suosituimmissa aiheissa", + "no-recent-topics": "Ei viimeisimpiä aiheita.", + "no-popular-topics": "Ei päivityksiä suosituimmissa aiheissa", "load-new-posts": "Load new posts" } \ No newline at end of file diff --git a/public/language/fi/register.json b/public/language/fi/register.json index 0ebe0f8e0f..08a49cffc8 100644 --- a/public/language/fi/register.json +++ b/public/language/fi/register.json @@ -1,32 +1,32 @@ { "register": "Rekisteröidy", "already-have-account": "Already have an account?", - "cancel_registration": "Peruuta rekisteröinti", + "cancel-registration": "Peruuta rekisteröinti", "help.email": "Oletuksena sähköpostiosoitettasi ei näytetä muille.", - "help.username_restrictions": "Yksilöllisen käyttäjätunnuksen pitää olla %1-%2 merkkiä pitkä. Toiset voivat mainita sinut @username.", - "help.minimum_password_length": "Salasanasi pitää olla vähintään %1 merkin mittainen.", - "email_address": "Sähköpostiosoite", - "email_address_placeholder": "Syötä sähköpostiosoitteesi", + "help.username-restrictions": "Yksilöllisen käyttäjätunnuksen pitää olla %1-%2 merkkiä pitkä. Toiset voivat mainita sinut @username.", + "help.minimum-password-length": "Salasanasi pitää olla vähintään %1 merkin mittainen.", + "email-address": "Sähköpostiosoite", + "email-address-placeholder": "Syötä sähköpostiosoitteesi", "username": "Käyttäjätunnus", - "username_placeholder": "Syötä käyttäjätunnuksesi", + "username-placeholder": "Syötä käyttäjätunnuksesi", "password": "Salasana", - "password_placeholder": "Syötä salasanasi", - "confirm_password": "Vahvista salasanasi", - "confirm_password_placeholder": "Vahvista salasanasi", - "register_now_button": "Rekisteröidy nyt", - "alternative_registration": "Vaihtoehtoiset rekisteröitymistavat", - "terms_of_use": "Käyttöehdot", - "agree_to_terms_of_use": "Hyväksyn käyttöehdot", - "terms_of_use_error": "Sinun täytyy hyväksyä sopimusehdot", + "password-placeholder": "Syötä salasanasi", + "confirm-password": "Vahvista salasanasi", + "confirm-password-placeholder": "Vahvista salasanasi", + "register-now-button": "Rekisteröidy nyt", + "alternative-registration": "Vaihtoehtoiset rekisteröitymistavat", + "terms-of-use": "Käyttöehdot", + "agree-to-terms-of-use": "Hyväksyn käyttöehdot", + "terms-of-use-error": "Sinun täytyy hyväksyä sopimusehdot", "registration-added-to-queue": "Rekisteröintisi on lisätty listalle odottamaan hyväksyntää. Saat ilmoituksen sähköpostiisi, kun ylläpitäjä on hyväksynyt rekisteröitymisesin.", "registration-queue-average-time": "Our average time for approving memberships is %1 hours %2 minutes.", "registration-queue-auto-approve-time": "Your membership to this forum will be fully activated in up to %1 hours.", "interstitial.intro": "We'd like some additional information in order to update your account…", "interstitial.intro-new": "We'd like some additional information before we can create your account…", "interstitial.errors-found": "Please review the entered information:", - "gdpr_agree_data": "Annan hyväksyntäni henkilökohtaisten tietojen keräämiseen ja prosessointiin tälle verkkosivulle.", - "gdpr_agree_email": "Haluan vastaanottaa viestikoosteita ja ilmoituksia tältä verkkosivulta", - "gdpr_consent_denied": "Sinun täytyy antaa suostumus sivustolle, jotta se voi kerätä ja tallentaa tietosi ja lähettää sinulle tarvittaessa sähköpostia.", + "gdpr-agree-data": "Annan hyväksyntäni henkilökohtaisten tietojen keräämiseen ja prosessointiin tälle verkkosivulle.", + "gdpr-agree-email": "Haluan vastaanottaa viestikoosteita ja ilmoituksia tältä verkkosivulta", + "gdpr-consent-denied": "Sinun täytyy antaa suostumus sivustolle, jotta se voi kerätä ja tallentaa tietosi ja lähettää sinulle tarvittaessa sähköpostia.", "invite.error-admin-only": "Direct user registration has been disabled. Please contact an administrator for more details.", "invite.error-invite-only": "Direct user registration has been disabled. You must be invited by an existing user in order to access this forum.", "invite.error-invalid-data": "The registration data received does not correspond to our records. Please contact an administrator for more details" diff --git a/public/language/fi/reset_password.json b/public/language/fi/reset_password.json index 391fdc5700..bda1f9fd51 100644 --- a/public/language/fi/reset_password.json +++ b/public/language/fi/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "Palauta salasana", - "update_password": "Päivitä salasana", - "password_changed.title": "Salasana muutettu", - "password_changed.message": "

Salasanasi on palautettu onnistuneesti, ole hyvä ja kirjaudu uudestaan.", - "wrong_reset_code.title": "Väärä palautuskoodi", - "wrong_reset_code.message": "Annettu palautuskoodi oli väärä. Ole hyvä ja yritä uudelleen tai pyydä uutta palautuskoodia.", - "new_password": "Uusi salasana", - "repeat_password": "Vahvista salasana", - "changing_password": "Changing Password", - "enter_email": "Syötä sähköpostiosoitteesi, niin me lähetämme sinulle sähköpostilla ohjeet käyttäjätilisi palauttamiseksi.", - "enter_email_address": "Syötä sähköpostiosoite", - "password_reset_sent": "Salasanan nollaus viesti on lähetetty annettuun osoitteeseen, jos osoite löytyy järjestelmän kannasta. Huomaa, että on mahdollista lähettää vain yksi palautusviesti minuutissa.", - "invalid_email": "Virheellinen sähköpostiosoite / Sähköpostiosoitetta ei ole olemassa!", - "password_too_short": "Salasana on liian lyhyt, käytä pidempää salasanaa.", - "passwords_do_not_match": "Salasana ja sen vahvistus eivät täsmää.", - "password_expired": "Salasanasi on vanhentunut. Luo uusi salasana." + "reset-password": "Palauta salasana", + "update-password": "Päivitä salasana", + "password-changed.title": "Salasana muutettu", + "password-changed.message": "

Salasanasi on palautettu onnistuneesti, ole hyvä ja kirjaudu uudestaan.", + "wrong-reset-code.title": "Väärä palautuskoodi", + "wrong-reset-code.message": "Annettu palautuskoodi oli väärä. Ole hyvä ja yritä uudelleen tai pyydä uutta palautuskoodia.", + "new-password": "Uusi salasana", + "repeat-password": "Vahvista salasana", + "changing-password": "Changing Password", + "enter-email": "Syötä sähköpostiosoitteesi, niin me lähetämme sinulle sähköpostilla ohjeet käyttäjätilisi palauttamiseksi.", + "enter-email-address": "Syötä sähköpostiosoite", + "password-reset-sent": "Salasanan nollaus viesti on lähetetty annettuun osoitteeseen, jos osoite löytyy järjestelmän kannasta. Huomaa, että on mahdollista lähettää vain yksi palautusviesti minuutissa.", + "invalid-email": "Virheellinen sähköpostiosoite / Sähköpostiosoitetta ei ole olemassa!", + "password-too-short": "Salasana on liian lyhyt, käytä pidempää salasanaa.", + "passwords-do-not-match": "Salasana ja sen vahvistus eivät täsmää.", + "password-expired": "Salasanasi on vanhentunut. Luo uusi salasana." } \ No newline at end of file diff --git a/public/language/fi/rewards.json b/public/language/fi/rewards.json new file mode 100644 index 0000000000..f923cf1500 --- /dev/null +++ b/public/language/fi/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "You have been awarded %1 reputation", + "awarded-group-membership": "You have been added to the group %1", + + "essentials/user.reputation-conditional-value": "(Reputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Post Count %1 %2)", + "essentials/user.lastonline-conditional-value": "(Last Online %1 %2)", + "essentials/user.joindate-conditional-value": "(Join Date %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Days Registered %1 %2)" +} \ No newline at end of file diff --git a/public/language/fi/search.json b/public/language/fi/search.json index efc54344c0..7c28699640 100644 --- a/public/language/fi/search.json +++ b/public/language/fi/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Type to search", - "results_matching": "%1 tulosta löytyi hakusanalla \"%2\" (%3 sekunnissa).", + "results-matching": "%1 tulosta löytyi hakusanalla \"%2\" (%3 sekunnissa).", "no-matches": "Ei hakuosumia", "advanced-search": "Laajennettu haku", "in": "In", diff --git a/public/language/fi/tags.json b/public/language/fi/tags.json index aa3dc2efc8..56106c972d 100644 --- a/public/language/fi/tags.json +++ b/public/language/fi/tags.json @@ -1,11 +1,17 @@ { "all-tags": "All tags", - "no_tag_topics": "Ei viimeisimpiä aiheita tällä tagilla.", + "no-tag-topics": "Ei viimeisimpiä aiheita tällä tagilla.", "no-tags-found": "No tags found", "tags": "Tagit", - "enter_tags_here": "Syötä tagit tähän merkkien %1 ja %2 väliin.", - "enter_tags_here_short": "Syötä tagit...", - "no_tags": "Ei vielä yhtään tagia.", - "select_tags": "Select Tags", - "tag-whitelist": "Tag Whitelist" + "enter-tags-here": "Syötä tagit tähän merkkien %1 ja %2 väliin.", + "enter-tags-here-short": "Syötä tagit...", + "no-tags": "Ei vielä yhtään tagia.", + "select-tags": "Select Tags", + "tag-whitelist": "Tag Whitelist", + "watching": "Watching", + "not-watching": "Not Watching", + "watching.description": "Notify me of new topics.", + "not-watching.description": "Do not notify me of new topics.", + "following-tag.message": "You will now be receiving notifications when somebody posts a topic with this tag.", + "not-following-tag.message": "You will not receive notifications when somebody posts a topic with this tag." } \ No newline at end of file diff --git a/public/language/fi/themes/harmony.json b/public/language/fi/themes/harmony.json index f915155306..5e0a65f946 100644 --- a/public/language/fi/themes/harmony.json +++ b/public/language/fi/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page", "settings.autohideBottombar": "Auto hide bottom bar", "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down", + "settings.openSidebars": "Open sidebars", "settings.chatModals": "Enable chat modals" } \ No newline at end of file diff --git a/public/language/fi/top.json b/public/language/fi/top.json index b8a05bfa5f..6e1e05674e 100644 --- a/public/language/fi/top.json +++ b/public/language/fi/top.json @@ -1,4 +1,4 @@ { "title": "Top", - "no_top_topics": "No top topics" + "no-top-topics": "No top topics" } \ No newline at end of file diff --git a/public/language/fi/topic.json b/public/language/fi/topic.json index b882d88949..59d07bb5d9 100644 --- a/public/language/fi/topic.json +++ b/public/language/fi/topic.json @@ -1,20 +1,20 @@ { "topic": "Aihe", "title": "Title", - "no_topics_found": "Aiheita ei löytynyt!", - "no_posts_found": "Viestejä ei löytynyt!", - "post_is_deleted": "Tämä viesti poistettiin!", - "topic_is_deleted": "Tämä aihe on poistettu!", + "no-topics-found": "Aiheita ei löytynyt!", + "no-posts-found": "Viestejä ei löytynyt!", + "post-is-deleted": "Tämä viesti poistettiin!", + "topic-is-deleted": "Tämä aihe on poistettu!", "profile": "Profiili", - "posted_by": "%1 kirjoitti", - "posted_by_guest": "Vieras kirjoitti", + "posted-by": "%1 kirjoitti", + "posted-by-guest": "Vieras kirjoitti", "chat": "Keskustele", - "notify_me": "Ilmoita, kun tähän keskusteluun tulee uusia viestejä", + "notify-me": "Ilmoita, kun tähän keskusteluun tulee uusia viestejä", "quote": "Lainaa", "reply": "Vastaa", - "replies_to_this_post": "%1 vastauksia", - "one_reply_to_this_post": "1 vastaus", - "last_reply_time": "Viimeisin vastaus", + "replies-to-this-post": "%1 vastauksia", + "one-reply-to-this-post": "1 vastaus", + "last-reply-time": "Viimeisin vastaus", "reply-as-topic": "Vastaa aiheeseen", "guest-login-reply": "Kirjaudu sisään voidaksesi vastata", "login-to-view": "Kirjaudu sisään", @@ -64,129 +64,130 @@ "user-referenced-topic-on": "%1 referenced this topic on %3", "user-forked-topic-ago": "%1 forked this topic %3", "user-forked-topic-on": "%1 forked this topic on %3", - "bookmark_instructions": "Klikkaa tästä palataksesi viimeisimpään luettuun viestiin tässä aiheessa", + "bookmark-instructions": "Klikkaa tästä palataksesi viimeisimpään luettuun viestiin tässä aiheessa", "flag-post": "Flag this post", "flag-user": "Flag this user", "already-flagged": "Already Flagged", "view-flag-report": "View Flag Report", "resolve-flag": "Resolve Flag", - "merged_message": "This topic has been merged into %2", - "deleted_message": "Tämä aihe on poistettu. Vain käyttäjät, joilla on aiheen hallintaoikeudet, voivat nähdä sen.", - "following_topic.message": "Saat nyt ilmoituksen, kun joku kirjoittaa tähän aiheeseen.", - "not_following_topic.message": "Et näe tätä aihetta lukemattomissa aiheissa, mutta saat ilmoituksen kun joku lähettää viestin tähän aiheeseen.", - "ignoring_topic.message": "Et enää näe tätä aihetta lukemattomat aiheet listauksessa. Saat ilmoituksen, kun joku mainitsee sinut tai viestistäsi tykätään.", - "login_to_subscribe": "Ole hyvä ja rekisteröidy tai kirjaudu sisään tilataksesi tämän aiheen.", + "merged-message": "This topic has been merged into %2", + "forked-message": "This topic was forked from %2", + "deleted-message": "Tämä aihe on poistettu. Vain käyttäjät, joilla on aiheen hallintaoikeudet, voivat nähdä sen.", + "following-topic.message": "Saat nyt ilmoituksen, kun joku kirjoittaa tähän aiheeseen.", + "not-following-topic.message": "Et näe tätä aihetta lukemattomissa aiheissa, mutta saat ilmoituksen kun joku lähettää viestin tähän aiheeseen.", + "ignoring-topic.message": "Et enää näe tätä aihetta lukemattomat aiheet listauksessa. Saat ilmoituksen, kun joku mainitsee sinut tai viestistäsi tykätään.", + "login-to-subscribe": "Ole hyvä ja rekisteröidy tai kirjaudu sisään tilataksesi tämän aiheen.", "markAsUnreadForAll.success": "Aihe merkitty lukemattomaksi kaikille.", - "mark_unread": "Merkitse lukemattomaksi", - "mark_unread.success": "Aihe on merkitty lukemattomaksi", + "mark-unread": "Merkitse lukemattomaksi", + "mark-unread.success": "Aihe on merkitty lukemattomaksi", "watch": "Seuraa", "unwatch": "Älä seuraa", "watch.title": "Ilmoita, kun tähän keskusteluun tulee uusia viestejä", "unwatch.title": "Lopeta tämän aiheen seuraaminen", - "share_this_post": "Jaa tämä viesti", + "share-this-post": "Jaa tämä viesti", "watching": "Seurataan", "not-watching": "Ei seurannassa", "ignoring": "Sivuutettu", "watching.description": "Ilmoita minulle uusista vastauksista.
Näytä aiheet lukemattomissa.", "not-watching.description": "Älä ilmoita minulle uusista vastauksista.
Näytä aihe lukemattomissa jos kategoriaa ei ole sivuutettu.", "ignoring.description": "Älä ilmoita minulle uusista vastauksista.", - "thread_tools.title": "Aiheen työkalut", - "thread_tools.markAsUnreadForAll": "Merkitse lukemattomaksi kaikille", - "thread_tools.pin": "Kiinnitä aihe", - "thread_tools.unpin": "Poista aiheen kiinnitys", - "thread_tools.lock": "Lukitse aihe", - "thread_tools.unlock": "Poista aiheen lukitus", - "thread_tools.move": "Siirrä aihe", - "thread_tools.move-posts": "Siirrä viestit", - "thread_tools.move_all": "Siirrä kaikki", - "thread_tools.change_owner": "Vaihda omistaja", - "thread_tools.select_category": "Valitse kategoria", - "thread_tools.fork": "Haaroita aihe", - "thread_tools.tag": "Tag Topic", - "thread_tools.delete": "Poista aihe", - "thread_tools.delete-posts": "Poista viestit", - "thread_tools.delete_confirm": "Haluatko varmasti poistaa tämän aiheen?", - "thread_tools.restore": "Palauta aihe", - "thread_tools.restore_confirm": "Haluatko varmasti palauttaa tämän aiheen?", - "thread_tools.purge": "Poista aihe pysyvästi", - "thread_tools.purge_confirm": "Oletko varma, että haluat poistaa pysyvästi tämän aiheen?", - "thread_tools.merge_topics": "Sulauta aiheet", - "thread_tools.merge": "Merge Topic", - "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_undone": "Topic move undone", - "topic_move_posts_success": "Posts will be moved shortly. Click here to undo.", - "topic_move_posts_undone": "Post move undone", - "post_delete_confirm": "Haluatko varmasti poistaa tämän viestin?", - "post_restore_confirm": "Haluatko varmasti palauttaa tämän viestin?", - "post_purge_confirm": "Oletko varma, että haluat poistaa pysyvästi tämän viestin?", + "thread-tools.title": "Aiheen työkalut", + "thread-tools.markAsUnreadForAll": "Merkitse lukemattomaksi kaikille", + "thread-tools.pin": "Kiinnitä aihe", + "thread-tools.unpin": "Poista aiheen kiinnitys", + "thread-tools.lock": "Lukitse aihe", + "thread-tools.unlock": "Poista aiheen lukitus", + "thread-tools.move": "Siirrä aihe", + "thread-tools.move-posts": "Siirrä viestit", + "thread-tools.move-all": "Siirrä kaikki", + "thread-tools.change-owner": "Vaihda omistaja", + "thread-tools.select-category": "Valitse kategoria", + "thread-tools.fork": "Haaroita aihe", + "thread-tools.tag": "Tag Topic", + "thread-tools.delete": "Poista aihe", + "thread-tools.delete-posts": "Poista viestit", + "thread-tools.delete-confirm": "Haluatko varmasti poistaa tämän aiheen?", + "thread-tools.restore": "Palauta aihe", + "thread-tools.restore-confirm": "Haluatko varmasti palauttaa tämän aiheen?", + "thread-tools.purge": "Poista aihe pysyvästi", + "thread-tools.purge-confirm": "Oletko varma, että haluat poistaa pysyvästi tämän aiheen?", + "thread-tools.merge-topics": "Sulauta aiheet", + "thread-tools.merge": "Merge Topic", + "topic-move-success": "This topic will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-multiple-success": "These topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-all-success": "All topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-undone": "Topic move undone", + "topic-move-posts-success": "Posts will be moved shortly. Click here to undo.", + "topic-move-posts-undone": "Post move undone", + "post-delete-confirm": "Haluatko varmasti poistaa tämän viestin?", + "post-restore-confirm": "Haluatko varmasti palauttaa tämän viestin?", + "post-purge-confirm": "Oletko varma, että haluat poistaa pysyvästi tämän viestin?", "pin-modal-expiry": "Expiration Date", "pin-modal-help": "You can optionally set an expiration date for the pinned topic(s) here. Alternatively, you can leave this field blank to have the topic stay pinned until it is manually unpinned.", - "load_categories": "Ladataan aihealueita", - "confirm_move": "Siirrä", - "confirm_fork": "Haaroita", + "load-categories": "Ladataan aihealueita", + "confirm-move": "Siirrä", + "confirm-fork": "Haaroita", "bookmark": "Kirjanmerkki", "bookmarks": "Kirjanmerkit", - "bookmarks.has_no_bookmarks": "Et ole kirjanmerkinnyt yhtään viestiä vielä.", + "bookmarks.has-no-bookmarks": "Et ole kirjanmerkinnyt yhtään viestiä vielä.", "copy-permalink": "Copy Permalink", - "loading_more_posts": "Ladataan lisää viestejä", - "move_topic": "Siirrä aihe", - "move_topics": "Siirrä aiheet", - "move_post": "Siirrä viesti", - "post_moved": "Viestit siirretty!", - "fork_topic": "Haaroita keskustelu", + "loading-more-posts": "Ladataan lisää viestejä", + "move-topic": "Siirrä aihe", + "move-topics": "Siirrä aiheet", + "move-post": "Siirrä viesti", + "post-moved": "Viestit siirretty!", + "fork-topic": "Haaroita keskustelu", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", - "fork_no_pids": "Ei valittuja viestejä!", + "fork-topic-instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", + "fork-no-pids": "Ei valittuja viestejä!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", "x-posts-will-be-moved-to-y": "%1 post(s) will be moved to \"%2\"", - "fork_pid_count": "%1 viesti(ä) valittuna", - "fork_success": "Aihe eriytetty onnistuneesti! Klikkaa täältä mennäkseksi uuteen aiheeseen.", - "delete_posts_instruction": "Valitse viestit jotka haluat poistaa (pysyvästi)", - "merge_topics_instruction": "Click the topics you want to merge or search for them", + "fork-pid-count": "%1 viesti(ä) valittuna", + "fork-success": "Aihe eriytetty onnistuneesti! Klikkaa täältä mennäkseksi uuteen aiheeseen.", + "delete-posts-instruction": "Valitse viestit jotka haluat poistaa (pysyvästi)", + "merge-topics-instruction": "Click the topics you want to merge or search for them", "merge-topic-list-title": "List of topics to be merged", "merge-options": "Merge options", "merge-select-main-topic": "Select the main topic", "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", - "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", - "move_topic_instruction": "Select the target category and then click move", - "change_owner_instruction": "Valitse viestit jotka haluat siirtää toiselle henkilölle", - "composer.title_placeholder": "Syötä aiheesi otsikko tähän...", - "composer.handle_placeholder": "Enter your name/handle here", + "move-posts-instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move-topic-instruction": "Select the target category and then click move", + "change-owner-instruction": "Valitse viestit jotka haluat siirtää toiselle henkilölle", + "composer.title-placeholder": "Syötä aiheesi otsikko tähän...", + "composer.handle-placeholder": "Enter your name/handle here", "composer.hide": "Hide", "composer.discard": "Hylkää", "composer.submit": "Lähetä", "composer.additional-options": "Additional Options", "composer.post-later": "Post Later", "composer.schedule": "Schedule", - "composer.replying_to": "Vastaus viestiin %1", - "composer.new_topic": "Uusi aihe", + "composer.replying-to": "Vastaus viestiin %1", + "composer.new-topic": "Uusi aihe", "composer.editing-in": "Editing post in %1", "composer.uploading": "ladataan palvelimelle...", - "composer.thumb_url_label": "Liitä aiheen aiheen kuvakkeen URL", - "composer.thumb_title": "Lisää kuvake tähän aiheeseen", - "composer.thumb_url_placeholder": "http://example.com/thumb.png", - "composer.thumb_file_label": "Tai lataa tiedosto palvelimelle", - "composer.thumb_remove": "Tyhjennä kentät", - "composer.drag_and_drop_images": "Vedä ja pudota kuvat tähän", - "more_users_and_guests": "%1 käyttäjä(ä) ja %2 vieras(sta)", - "more_users": "%1 more user(s)", - "more_guests": "%1 more guest(s)", - "users_and_others": "%1 and %2 others", - "sort_by": "Lajittele", - "oldest_to_newest": "Vanhimmasta uusimpaan", - "newest_to_oldest": "Uusimmasta vanhimpaan", - "most_votes": "Eniten ääniä", - "most_posts": "Eniten viestejä", - "most_views": "Most Views", + "composer.thumb-url-label": "Liitä aiheen aiheen kuvakkeen URL", + "composer.thumb-title": "Lisää kuvake tähän aiheeseen", + "composer.thumb-url-placeholder": "http://example.com/thumb.png", + "composer.thumb-file-label": "Tai lataa tiedosto palvelimelle", + "composer.thumb-remove": "Tyhjennä kentät", + "composer.drag-and-drop-images": "Vedä ja pudota kuvat tähän", + "more-users-and-guests": "%1 käyttäjä(ä) ja %2 vieras(sta)", + "more-users": "%1 more user(s)", + "more-guests": "%1 more guest(s)", + "users-and-others": "%1 and %2 others", + "sort-by": "Lajittele", + "oldest-to-newest": "Vanhimmasta uusimpaan", + "newest-to-oldest": "Uusimmasta vanhimpaan", + "most-votes": "Eniten ääniä", + "most-posts": "Eniten viestejä", + "most-views": "Most Views", "stale.title": "Create new topic instead?", "stale.warning": "Aihe johon olet vastaamassa on melko vanha. Haluaisitko luoda mieluummin uuden aiheen ja viitata siitä tähän viestissäsi?", "stale.create": "Luo uusi aihe", - "stale.reply_anyway": "Vastaa kuitenkin tähän aiheeseen", - "link_back": "Vs: [%1] (%2)", + "stale.reply-anyway": "Vastaa kuitenkin tähän aiheeseen", + "link-back": "Vs: [%1] (%2)", "diffs.title": "Viestin muokkaushistoria", "diffs.description": "Tästä viestistä on %1 versiota. Klikkaa alempaa viestiä haluttua viestiä, jonka sisällön haluat nähdä.", "diffs.no-revisions-description": "Tästä viestistä on %1 versiota", @@ -197,8 +198,8 @@ "diffs.post-restored": "Post successfully restored to earlier revision", "diffs.delete": "Delete this revision", "diffs.deleted": "Revision deleted", - "timeago_later": "%1 myöhempi", - "timeago_earlier": "%1 aiempi", + "timeago-later": "%1 myöhempi", + "timeago-earlier": "%1 aiempi", "first-post": "First post", "last-post": "Last post", "go-to-my-next-post": "Go to my next post", diff --git a/public/language/fi/unread.json b/public/language/fi/unread.json index 63b6b4b1be..30d651e76b 100644 --- a/public/language/fi/unread.json +++ b/public/language/fi/unread.json @@ -1,12 +1,12 @@ { "title": "Lukematon", - "no_unread_topics": "Ei lukemattomia aiheita.", - "load_more": "Lataa lisää", - "mark_as_read": "Merkitse luetuksi", + "no-unread-topics": "Ei lukemattomia aiheita.", + "load-more": "Lataa lisää", + "mark-as-read": "Merkitse luetuksi", "selected": "Valitut", "all": "Kaikki", - "all_categories": "Kaikki kategoriat", - "topics_marked_as_read.success": "Aihe merkitty luetuksi!", + "all-categories": "Kaikki kategoriat", + "topics-marked-as-read.success": "Aihe merkitty luetuksi!", "all-topics": "Kaikki aiheet", "new-topics": "Uudet aiheet", "watched-topics": "Seuratut aiheet", diff --git a/public/language/fi/user.json b/public/language/fi/user.json index f714020dde..71cff6485d 100644 --- a/public/language/fi/user.json +++ b/public/language/fi/user.json @@ -7,22 +7,22 @@ "joindate": "Liittymispäivä", "postcount": "Viestien määrä", "email": "Sähköposti", - "confirm_email": "Vahvista sähköpostiosoite", - "account_info": "Tilin tiedot", - "admin_actions_label": "Administrative Actions", - "ban_account": "Bannaa käyttäjätili", - "ban_account_confirm": "Haluatko varmasti bannata käyttäjän?", - "unban_account": "Peru käyttäjätilin banni", - "mute_account": "Mute Account", - "unmute_account": "Unmute Account", - "delete_account": "Poista käyttäjätili", - "delete_account_as_admin": "Delete Account", - "delete_content": "Delete Account Content", - "delete_all": "Delete Account and Content", - "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", - "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", - "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", - "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "confirm-email": "Vahvista sähköpostiosoite", + "account-info": "Tilin tiedot", + "admin-actions-label": "Administrative Actions", + "ban-account": "Bannaa käyttäjätili", + "ban-account-confirm": "Haluatko varmasti bannata käyttäjän?", + "unban-account": "Peru käyttäjätilin banni", + "mute-account": "Mute Account", + "unmute-account": "Unmute Account", + "delete-account": "Poista käyttäjätili", + "delete-account-as-admin": "Delete Account", + "delete-content": "Delete Account Content", + "delete-all": "Delete Account and Content", + "delete-account-confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", + "delete-this-account-confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", + "delete-account-content-confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "delete-all-confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", "account-deleted": "Tili poistettu", "account-content-deleted": "Account content deleted", "fullname": "Koko nimi", @@ -32,11 +32,12 @@ "joined": "Liittynyt", "lastonline": "Viimeksi online", "profile": "Profiili", - "profile_views": "Profiilia katsottu", + "profile-views": "Profiilia katsottu", "reputation": "Maine", "bookmarks": "Kirjanmerkit", - "watched_categories": "Seuratut kategoriat", - "change_all": "Muuta kaikki", + "watched-categories": "Seuratut kategoriat", + "watched-tags": "Watched tags", + "change-all": "Muuta kaikki", "watched": "Seurattu", "ignored": "Ohitetut", "default-category-watch-state": "Default category watch state", @@ -44,83 +45,84 @@ "following": "Seuratut", "blocks": "Blocks", "blocked-users": "Blocked users", - "block_toggle": "Toggle Block", - "block_user": "Block User", - "unblock_user": "Unblock User", + "block-toggle": "Toggle Block", + "block-user": "Block User", + "unblock-user": "Unblock User", "aboutme": "Tietoja minusta", "signature": "Allekirjoitus", "birthday": "Syntymäpäivä", "chat": "Keskustele", - "chat_with": "Jatka keskustelua %1 kanssa", - "new_chat_with": "Aloita keskutelu %1 kanssa", + "chat-with": "Jatka keskustelua %1 kanssa", + "new-chat-with": "Aloita keskutelu %1 kanssa", "flag-profile": "Flag Profile", "follow": "Seuraa", "unfollow": "Älä seuraa", "more": "Lisää", - "profile_update_success": "Profiili päivitettiin onnistuneesti!", - "change_picture": "Vaihda kuva", - "change_username": "Vaihda käyttäjänimi", - "change_email": "Vaihda sähköpostiosoite", - "email_same_as_password": "Please enter your current password to continue – you've entered your new email again", + "profile-update-success": "Profiili päivitettiin onnistuneesti!", + "change-picture": "Vaihda kuva", + "change-username": "Vaihda käyttäjänimi", + "change-email": "Vaihda sähköpostiosoite", + "email-updated": "Email Updated", + "email-same-as-password": "Please enter your current password to continue – you've entered your new email again", "edit": "Muokkaa", "edit-profile": "Muokkaa profiiliasi", - "default_picture": "Oletus kuvake", - "uploaded_picture": "Ladattu kuva", - "upload_new_picture": "Lataa uusi kuva", - "upload_new_picture_from_url": "Lataa uusi kuva URL-osoitteesta", - "current_password": "Nykyinen salasana", - "new_password": "New Password", - "change_password": "Vaihda salasana", - "change_password_error": "Virheellinen salasana", - "change_password_error_wrong_current": "Nykyinen salasanasi ei ole oikein!", - "change_password_error_match": "Salasanojen täytyy olla samat!", - "change_password_error_privileges": "Sinulla ei ole oikeuksia vaihtaa tätä salasanaa.", - "change_password_success": "Salasanasi on päivitetty!", - "confirm_password": "Vahvista salasana", + "default-picture": "Oletus kuvake", + "uploaded-picture": "Ladattu kuva", + "upload-new-picture": "Lataa uusi kuva", + "upload-new-picture-from-url": "Lataa uusi kuva URL-osoitteesta", + "current-password": "Nykyinen salasana", + "new-password": "New Password", + "change-password": "Vaihda salasana", + "change-password-error": "Virheellinen salasana", + "change-password-error-wrong-current": "Nykyinen salasanasi ei ole oikein!", + "change-password-error-match": "Salasanojen täytyy olla samat!", + "change-password-error-privileges": "Sinulla ei ole oikeuksia vaihtaa tätä salasanaa.", + "change-password-success": "Salasanasi on päivitetty!", + "confirm-password": "Vahvista salasana", "password": "Salasana", - "username_taken_workaround": "Pyytämäsi käyttäjänimi oli jo varattu, joten muutimme sitä hieman. Käyttäjänimesi on siis nyt %1", - "password_same_as_username": "Salasanasi on sama kuin käytttänimesi. Valitse joku toinen salasana.", - "password_same_as_email": "Salasanasi on sama kuin sähköpostiosoitteesi. Valitse joku toinen salasana.", - "weak_password": "Heikko salasana", - "upload_picture": "Lataa kuva", - "upload_a_picture": "Lataa kuva", - "remove_uploaded_picture": "Poista lisätty kuva", - "upload_cover_picture": "Upload cover picture", - "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", - "crop_picture": "Rajaa kuvaa", - "upload_cropped_picture": "Rajaa ja lähetä", + "username-taken-workaround": "Pyytämäsi käyttäjänimi oli jo varattu, joten muutimme sitä hieman. Käyttäjänimesi on siis nyt %1", + "password-same-as-username": "Salasanasi on sama kuin käytttänimesi. Valitse joku toinen salasana.", + "password-same-as-email": "Salasanasi on sama kuin sähköpostiosoitteesi. Valitse joku toinen salasana.", + "weak-password": "Heikko salasana", + "upload-picture": "Lataa kuva", + "upload-a-picture": "Lataa kuva", + "remove-uploaded-picture": "Poista lisätty kuva", + "upload-cover-picture": "Upload cover picture", + "remove-cover-picture-confirm": "Are you sure you want to remove the cover picture?", + "crop-picture": "Rajaa kuvaa", + "upload-cropped-picture": "Rajaa ja lähetä", "avatar-background-colour": "Avatar background colour", "settings": "Asetukset", - "show_email": "Näytä sähköpostiosoitteeni", - "show_fullname": "Näytä koko nimeni", - "restrict_chats": "Salli pikaviestit vain seuraamiltani käyttäjiltä", - "digest_label": "Tilaa kooste", - "digest_description": "Tilaa päivitykset sähköpostilla tästä foorumista (uudet ilmoitukset ja aiheet) asetetun ajastuksen mukaan", - "digest_off": "Pois päältä", - "digest_daily": "Päivittäin", - "digest_weekly": "Viikottain", - "digest_biweekly": "Bi-Weekly", - "digest_monthly": "Kuukausittain", - "has_no_follower": "Kukaan ei seuraa tätä käyttäjää :(", - "follows_no_one": "Tämä käyttäjä ei seuraa ketään :(", - "has_no_posts": "Käyttäjä ei ole vielä lähettänyt viestejä ", - "has_no_best_posts": "This user does not have any upvoted posts yet.", - "has_no_topics": "Käyttäjä ei ole lähettänyt viestiä yhteenkään aiheeseen vielä.", - "has_no_watched_topics": "Käyttäjä ei seuraa mitään aihetta vielä.", - "has_no_ignored_topics": "Käyttäjä ei ole merkannut sivuutettavaksi yhtään aihetta.", - "has_no_upvoted_posts": "Käyttäjä ei ole tykännyt yhdestäkään viestistä vielä.", - "has_no_downvoted_posts": "This user hasn't downvoted any posts yet.", - "has_no_controversial_posts": "This user does not have any downvoted posts yet.", - "has_no_blocks": "Käyttäjä ei ole estänyt käyttäjiä", - "email_hidden": "Sähköposti piilotettu", + "show-email": "Näytä sähköpostiosoitteeni", + "show-fullname": "Näytä koko nimeni", + "restrict-chats": "Salli pikaviestit vain seuraamiltani käyttäjiltä", + "digest-label": "Tilaa kooste", + "digest-description": "Tilaa päivitykset sähköpostilla tästä foorumista (uudet ilmoitukset ja aiheet) asetetun ajastuksen mukaan", + "digest-off": "Pois päältä", + "digest-daily": "Päivittäin", + "digest-weekly": "Viikottain", + "digest-biweekly": "Bi-Weekly", + "digest-monthly": "Kuukausittain", + "has-no-follower": "Kukaan ei seuraa tätä käyttäjää :(", + "follows-no-one": "Tämä käyttäjä ei seuraa ketään :(", + "has-no-posts": "Käyttäjä ei ole vielä lähettänyt viestejä", + "has-no-best-posts": "This user does not have any upvoted posts yet.", + "has-no-topics": "Käyttäjä ei ole lähettänyt viestiä yhteenkään aiheeseen vielä.", + "has-no-watched-topics": "Käyttäjä ei seuraa mitään aihetta vielä.", + "has-no-ignored-topics": "Käyttäjä ei ole merkannut sivuutettavaksi yhtään aihetta.", + "has-no-upvoted-posts": "Käyttäjä ei ole tykännyt yhdestäkään viestistä vielä.", + "has-no-downvoted-posts": "This user hasn't downvoted any posts yet.", + "has-no-controversial-posts": "This user does not have any downvoted posts yet.", + "has-no-blocks": "Käyttäjä ei ole estänyt käyttäjiä", + "email-hidden": "Sähköposti piilotettu", "hidden": "piilotettu", - "paginate_description": "Paginate topics and posts instead of using infinite scroll", - "topics_per_page": "Aihetta per sivu", - "posts_per_page": "Viestiä per sivu", + "paginate-description": "Paginate topics and posts instead of using infinite scroll", + "topics-per-page": "Aihetta per sivu", + "posts-per-page": "Viestiä per sivu", "category-topic-sort": "Category topic sort", "topic-post-sort": "Topic post sort", - "max_items_per_page": "Maximum %1", - "acp_language": "Admin Page Language", + "max-items-per-page": "Maximum %1", + "acp-language": "Admin Page Language", "notifications": "Notifications", "upvote-notif-freq": "Upvote Notification Frequency", "upvote-notif-freq.all": "Kaikki tykkäykset", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "On 10, 100, 1000...", "upvote-notif-freq.disabled": "Poistettu käytöstä", "browsing": "Selataan asetuksia", - "open_links_in_new_tab": "Avaa palvelunulkopuoliset linkit uuteen ikkunaan", - "enable_topic_searching": "Salli aiheen sisäiset haut", - "topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen", - "update_url_with_post_index": "Update url with post index while browsing topics", - "scroll_to_my_post": "After posting a reply, show the new post", - "follow_topics_you_reply_to": "Watch topics that you reply to", - "follow_topics_you_create": "Watch topics you create", + "open-links-in-new-tab": "Avaa palvelunulkopuoliset linkit uuteen ikkunaan", + "enable-topic-searching": "Salli aiheen sisäiset haut", + "topic-search-help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen", + "update-url-with-post-index": "Update url with post index while browsing topics", + "scroll-to-my-post": "After posting a reply, show the new post", + "follow-topics-you-reply-to": "Watch topics that you reply to", + "follow-topics-you-create": "Watch topics you create", "grouptitle": "Ryhmän nimi", "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "Ei ryhmän nimeä", @@ -145,9 +147,9 @@ "no-skin": "No Skin", "select-homepage": "Valitse kotisivu", "homepage": "Kotisivu", - "homepage_description": "Select a page to use as the forum homepage or 'None' to use the default homepage.", - "custom_route": "Custom Homepage Route", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", + "homepage-description": "Select a page to use as the forum homepage or 'None' to use the default homepage.", + "custom-route": "Custom Homepage Route", + "custom-route-help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Single Sign-on Services", "sso.associated": "Associated with", "sso.not-associated": "Click here to associate with", @@ -161,7 +163,7 @@ "info.banned-until": "Banned until %1", "info.banned-expiry": "Expiry", "info.banned-permanently": "Banned permanently", - "info.banned-reason-label": "Syy ", + "info.banned-reason-label": "Syy", "info.banned-no-reason": "Syytä ei ole annettu", "info.mute-history": "Recent Mute History", "info.no-mute-history": "This user has never been muted", @@ -179,25 +181,25 @@ "consent.title": "Your Rights & Consent", "consent.lead": "This community forum collects and processes your personal information.", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", - "consent.email_intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", - "consent.digest_frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", - "consent.digest_off": "Unless explicitly changed in your user settings, this community does not send out email digests", + "consent.email-intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", + "consent.digest-frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", + "consent.digest-off": "Unless explicitly changed in your user settings, this community does not send out email digests", "consent.received": "You have provided consent for this website to collect and process your information. No additional action is required.", - "consent.not_received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", + "consent.not-received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", "consent.give": "Anna suostumus", - "consent.right_of_access": "You have the Right of Access", - "consent.right_of_access_description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", - "consent.right_to_rectification": "You have the Right to Rectification", - "consent.right_to_rectification_description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", - "consent.right_to_erasure": "You have the Right to Erasure", - "consent.right_to_erasure_description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", - "consent.right_to_data_portability": "You have the Right to Data Portability", - "consent.right_to_data_portability_description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", - "consent.export_profile": "Export Profile (.json)", + "consent.right-of-access": "You have the Right of Access", + "consent.right-of-access-description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", + "consent.right-to-rectification": "You have the Right to Rectification", + "consent.right-to-rectification-description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", + "consent.right-to-erasure": "You have the Right to Erasure", + "consent.right-to-erasure-description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", + "consent.right-to-data-portability": "You have the Right to Data Portability", + "consent.right-to-data-portability-description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", + "consent.export-profile": "Export Profile (.json)", "consent.export-profile-success": "Exporting profile, you will get a notification when it is complete.", - "consent.export_uploads": "Export Uploaded Content (.zip)", + "consent.export-uploads": "Export Uploaded Content (.zip)", "consent.export-uploads-success": "Exporting uploads, you will get a notification when it is complete.", - "consent.export_posts": "Export Posts (.csv)", + "consent.export-posts": "Export Posts (.csv)", "consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.", "emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.", "emailUpdate.optional": "This field is optional. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.", diff --git a/public/language/fi/users.json b/public/language/fi/users.json index db92349085..08364b6bb3 100644 --- a/public/language/fi/users.json +++ b/public/language/fi/users.json @@ -1,13 +1,13 @@ { "all-users": "Kaikki käyttäjät", - "latest_users": "Viimeisimmät käyttäjät", - "top_posters": "Aktiivisimmat viestittelijät", - "most_reputation": "Eniten mainetta", - "most_flags": "Eniten ", + "latest-users": "Viimeisimmät käyttäjät", + "top-posters": "Aktiivisimmat viestittelijät", + "most-reputation": "Eniten mainetta", + "most-flags": "Eniten", "search": "Hae", - "enter_username": "Syötä käyttäjätunnus hakeaksesi", + "enter-username": "Syötä käyttäjätunnus hakeaksesi", "search-user-for-chat": "Search for a user to start chat", - "load_more": "Lataa lisää", + "load-more": "Lataa lisää", "users-found-search-took": "%1 käyttäjä(ä) löytyi! Haku kesti %2 sekuntia.", "filter-by": "Suodata", "online-only": "Vain verkossa olevat", @@ -15,10 +15,10 @@ "prompt-email": "Sähköpostit:", "groups-to-join": "Groups to be joined when invite is accepted:", "invitation-email-sent": "Kutsusähköposti on lähetetty %1", - "user_list": "Käyttäjälista", - "recent_topics": "Viimeisimmät aiheet", - "popular_topics": "Suositut aiheet", - "unread_topics": "Lukemattomat aiheet", + "user-list": "Käyttäjälista", + "recent-topics": "Viimeisimmät aiheet", + "popular-topics": "Suositut aiheet", + "unread-topics": "Lukemattomat aiheet", "categories": "Kategoriat", "tags": "Tagit", "no-users-found": "Ei käyttäjiä!" diff --git a/public/language/fr/admin/admin.json b/public/language/fr/admin/admin.json index 30e90b3093..7a1e3d8e1d 100644 --- a/public/language/fr/admin/admin.json +++ b/public/language/fr/admin/admin.json @@ -4,15 +4,15 @@ "acp-title": "%1 | Panneau d'administration NodeBB", "settings-header-contents": "Contenus", - "changes-saved": "Changements sauvegardés", + "changes-saved": "Modifications enregistrées", "changes-saved-message": "Vos modifications de la configuration NodeBB ont été enregistrées.", - "changes-not-saved": "Changements non sauvegardés !", + "changes-not-saved": "Modifications non enregistrées !", "changes-not-saved-message": "NodeBB a rencontré un problème lors de l'enregistrement de vos modifications ! (%1)", - "save-changes": "Enregistrer les changements", - "min": "Min:", - "max": "Max:", + "save-changes": "Enregistrer les modifications", + "min": "Min :", + "max": "Max :", "view": "Voir", - "edit": "Éditer ", + "edit": "Modifier", "add": "Ajouter", - "select-icon": "Sélectionner un icône" + "select-icon": "Sélectionner une icône" } \ No newline at end of file diff --git a/public/language/fr/admin/advanced/database.json b/public/language/fr/admin/advanced/database.json index 7d83d83fa2..d8ed6fc1b0 100644 --- a/public/language/fr/admin/advanced/database.json +++ b/public/language/fr/admin/advanced/database.json @@ -22,7 +22,7 @@ "mongo.bytes-out": "Données sorties", "mongo.num-requests": "Nombre de requêtes", "mongo.raw-info": "Informations brutes MongoDB", - "mongo.unauthorized": "NodeBB n'a pas pu interroger la base de données MongoDB pour obtenir des statistiques pertinentes. Assurez-vous que l'utilisateur utilisé par NodeBB contient le message "clusterMonitor" pour le rôle "admin" des bases de données.", + "mongo.unauthorized": "NodeBB n'a pas pu interroger la base de données MongoDB pour obtenir des statistiques pertinentes. Assurez-vous que l'utilisateur utilisé par NodeBB contient le message \"clusterMonitor\" pour le rôle \"admin\" des bases de données.", "redis": "Redis", "redis.version": "Version de Redis", diff --git a/public/language/fr/admin/advanced/errors.json b/public/language/fr/admin/advanced/errors.json index 419e896306..6070619ca1 100644 --- a/public/language/fr/admin/advanced/errors.json +++ b/public/language/fr/admin/advanced/errors.json @@ -2,14 +2,14 @@ "errors": "Erreurs", "figure-x": "Graphe %1", "error-events-per-day": "Évènements %1 par jour", - "error.404": "404 Introuvable", + "error.404": "404 non trouvé", "error.503": "503 Service indisponible", "manage-error-log": "Gestion des journaux d'erreurs", "export-error-log": "Exporter les journaux d'erreurs (CSV)", "clear-error-log": "Effacer les journaux d'erreurs", "route": "Chemin", "count": "Nombre", - "no-routes-not-found": "Hourrah ! Aucune erreur 404 !", + "no-routes-not-found": "Hourra ! Aucune erreur 404 !", "clear404-confirm": "Êtes-vous sûr de vouloir effacer les journaux d'erreurs 404 ?", "clear404-success": "Erreurs \"404 non trouvé\" effacées" } \ No newline at end of file diff --git a/public/language/fr/admin/advanced/events.json b/public/language/fr/admin/advanced/events.json index 3514894bce..65af7c70a8 100644 --- a/public/language/fr/admin/advanced/events.json +++ b/public/language/fr/admin/advanced/events.json @@ -3,11 +3,11 @@ "no-events": "Il n'y a aucun évènement.", "control-panel": "Panneau de contrôle des évènements", "delete-events": "Supprimer les évènements", - "confirm-delete-all-events": "Êtes-vous sûr de vouloir supprimer tous les événements enregistrés ?", + "confirm-delete-all-events": "Êtes-vous sûr de vouloir supprimer tous les évènements enregistrés ?", "filters": "Filtres", "filters-apply": "Appliquer", "filter-type": "Évènements", "filter-start": "Date de début", "filter-end": "Date de fin", - "filter-perPage": "Par page" + "filter-per-page": "Par page" } \ No newline at end of file diff --git a/public/language/fr/admin/appearance/customise.json b/public/language/fr/admin/appearance/customise.json index 52942da8a3..b948e3b53e 100644 --- a/public/language/fr/admin/appearance/customise.json +++ b/public/language/fr/admin/appearance/customise.json @@ -1,20 +1,20 @@ { "customise": "Personnaliser", "custom-css": "CSS/SASS personnalisé", - "custom-css.description": "Entrez vos propres déclarations CSS/SASS ici, qui seront appliquées après tous les autres styles.", + "custom-css.description": "Entrer vos propres déclarations CSS/SASS ici, qui seront appliquées après tous les autres styles.", "custom-css.enable": "Activer le CSS/SASS personnalisé", "custom-js": "Javascript personnalisé", - "custom-js.description": "Entrez votre Javascript ici. Celui-ci sera exécuté après le chargement complet de la page.", + "custom-js.description": "Entrer votre Javascript ici. Celui-ci sera exécuté après le chargement complet de la page.", "custom-js.enable": "Activer le Javascript personnalisé", "custom-header": "En-tête personnalisé", - "custom-header.description": "Saisissez votre code HTML personnalisé ici (par exemple, les balises Meta, etc.), qui sera ajouté au section <head> du balisage de votre forum. Les mots clés sont autorisés, mais sont déconseillés, dans la mesure où le Javascript personnalisé est disponible.", + "custom-header.description": "Saisir du code HTML personnalisé ici (par exemple, les balises Meta, etc.), qui sera ajouté à la section du balisage de votre forum. Les mots clés sont autorisés, mais sont déconseillés, dans la mesure où le Javascript personnalisé est disponible.", "custom-header.enable": "Activer les en-têtes personnalisés", "custom-css.livereload": "Activer le rechargement en direct", - "custom-css.livereload.description": "Activez cette option pour forcer toutes les sessions sur chaque appareil connecté à votre compte à se rafraichir lorsque vous cliquez sur Enregistrer.", + "custom-css.livereload.description": "Activer cette option pour forcer toutes les sessions sur chaque appareil connecté à votre compte à se rafraichir lorsque vous cliquez sur Enregistrer.", "bsvariables": "_variables.scss", - "bsvariables.description": "Remplacez les variables de lancement ici. Vous pouvez également utiliser un outil comme bootstrap.build et copier coller le code ici.
Les modifications nécessitent une reconstruction et un redémarrage.", + "bsvariables.description": "Remplacer les variables de lancement ici. Vous pouvez également utiliser un outil comme bootstrap.build et copier coller le code ici.
Les modifications nécessitent une régénération et un redémarrage.", "bsvariables.enable": "Activer _variables.scss" } \ No newline at end of file diff --git a/public/language/fr/admin/appearance/skins.json b/public/language/fr/admin/appearance/skins.json index 0f3e380e01..f9f3098d5e 100644 --- a/public/language/fr/admin/appearance/skins.json +++ b/public/language/fr/admin/appearance/skins.json @@ -1,18 +1,18 @@ { - "skins": "Skins", - "bootswatch-skins": "Skins de lancement", - "custom-skins": "Skins personnalisé", - "add-skin": "Ajouter un Skin", - "save-custom-skins": "Sauvegarder le Skin personnalisé", - "save-custom-skins-success": "Sauvegardé avec succès", - "custom-skin-name": "Nom du Skin personnalisé", - "custom-skin-variables": "Variables du Skin personnalisé", - "loading": "Chargements des skins…", + "skins": "Habillages", + "bootswatch-skins": "Habillages de lancement", + "custom-skins": "Habillages personnalisés", + "add-skin": "Ajouter un habillage", + "save-custom-skins": "Sauvegarder les habillages personnalisés", + "save-custom-skins-success": "Habillages personnalisés sauvegardé avec succès", + "custom-skin-name": "Nom de l'habillage personnalisé", + "custom-skin-variables": "Variables de l'habillage personnalisé", + "loading": "Chargements des habillages…", "homepage": "Page d'accueil", - "select-skin": "Sélectionner le skin", - "revert-skin": "Rétablir le Skin", - "current-skin": "Skin actuel", - "skin-updated": "Skin mis à jour", - "applied-success": "Le skin %1 a été appliqué avec succès.", - "revert-success": "Couleurs du skin remises par défaut" + "select-skin": "Sélectionner l'habillage", + "revert-skin": "Rétablir l'habillage", + "current-skin": "Habillage actuel", + "skin-updated": "Habillage mis à jour", + "applied-success": "L'habillage %1 a été appliqué avec succès.", + "revert-success": "Couleurs de l'habillage remises par défaut" } \ No newline at end of file diff --git a/public/language/fr/admin/dashboard.json b/public/language/fr/admin/dashboard.json index df6995a46f..dfa794d085 100644 --- a/public/language/fr/admin/dashboard.json +++ b/public/language/fr/admin/dashboard.json @@ -3,7 +3,7 @@ "page-views": "Pages vues", "unique-visitors": "Visiteurs uniques", "logins": "Connexions", - "new-users": "Nouvel utilisateur", + "new-users": "Nouveaux utilisateurs", "posts": "Messages", "topics": "Sujets", "page-views-seven": "7 derniers jours", @@ -12,8 +12,8 @@ "page-views-custom": "Dates personnalisées", "page-views-custom-start": "Début", "page-views-custom-end": "Fin", - "page-views-custom-help": "Entrez une plage de date pour les vues que vous souhaitez afficher. Si aucun sélecteur de date n'est disponible, le format de date accepté est YYYY-MM-DD.", - "page-views-custom-error": "Veuillez entrer une plage de date valide dans le format suivant : YYYY-MM-DD", + "page-views-custom-help": "Entrer une plage de date pour les vues que vous souhaitez afficher. Si aucun sélecteur de date n'est disponible, le format de date accepté est JJ-MM-AAAA.", + "page-views-custom-error": "Veuillez entrer une plage de date valide dans le format suivant : JJ-MM-AAAA", "stats.yesterday": "Hier", "stats.today": "Aujourd'hui", @@ -21,16 +21,16 @@ "stats.this-week": "Cette semaine", "stats.last-month": "Mois dernier", "stats.this-month": "Ce mois", - "stats.all": "Tous les temps", + "stats.all": "Tout le temps", "updates": "Mises à jour", "running-version": "NodeBB v%1 est actuellement installé.", "keep-updated": "Assurez-vous que votre version de NodeBB est à jour pour les derniers patchs de sécurité et correctifs de bugs.", - "up-to-date": "

Votre version est à jour

", + "up-to-date": "Votre version est à jour ", "upgrade-available": "

Une nouvelle version (v%1) est disponible. Veuillez mettre à jour NodeBB.

", - "prerelease-upgrade-available": "

Votre version est dépassée. Une nouvelle version (v%1) est disponible. Veuillez mettre à jour NodeBB.

", - "prerelease-warning": "

Ceci est une version préliminaire de NodeBB. Des bugs inattendus peuvent se produire.

", - "fallback-emailer-not-found": "Email de secours introuvable!", + "prerelease-upgrade-available": "Votre version est dépassée. Une nouvelle version (v%1) est disponible. Veuillez mettre à jour NodeBB.", + "prerelease-warning": "Ceci est une pré-version de NodeBB. Des bugs inattendus peuvent se produire. ", + "fallback-emailer-not-found": "E-mail de secours introuvable !", "running-in-development": "Le forum est en mode développement. Il peut être sujet à certaines vulnérabilités, veuillez contacter votre administrateur système.", "latest-lookup-failed": "Erreur de vérification de la dernière version disponible de NodeBB", @@ -42,12 +42,12 @@ "search-plugin-tooltip": "Installer un plugin de recherche depuis la page des plugins pour activer la fonctionnalité de recherche", "control-panel": "Contrôle du système", - "rebuild-and-restart": "Régénérer & Redémarrer", + "rebuild-and-restart": "Régénérer & Redémarrer", "restart": "Redémarrer", "restart-warning": "Régénérer ou redémarrer NodeBB coupera toutes les connexions existantes pendant quelques secondes. ", "restart-disabled": "La régénération et le redémarrage de votre forum ont été désactivés car vous ne semblez pas les exécuter à l'aide du serveur approprié.", "maintenance-mode": "Mode maintenance", - "maintenance-mode-title": "Cliquez ici pour passer NodeBB en mode maintenance", + "maintenance-mode-title": "Cliquer ici pour passer NodeBB en mode maintenance", "dark-mode": "Mode sombre", "realtime-chart-updates": "Mises à jour des graphiques en temps réel", @@ -58,7 +58,7 @@ "active-users.connections": "Connexions", "guest-registered-users": "Utilisateurs invités vs enregistrés", - "guest": "Invité", + "guest": "Invités", "registered": "Enregistrés", "user-presence": "Présence des utilisateurs", @@ -82,16 +82,16 @@ "no-users-browsing": "Aucun utilisateur connecté", "back-to-dashboard": "Retour au Tableau de bord", - "details.no-users": "Aucun utilisateur ne s'est joint dans le délai sélectionné", + "details.no-users": "Aucun utilisateur ne s'est joint dans la période sélectionnée", "details.no-topics": "Aucun sujet n'a été publié dans la période sélectionnée", "details.no-searches": "Aucune recherche n'a été effectuée dans la période sélectionnée", - "details.no-logins": "Aucune connexion n'a été enregistrée dans le délai sélectionné", - "details.logins-static": "NodeBB n'enregistre que les données de session pendant %1 jours, et le tableau ci-dessous n'affichera donc que les dernières sessions actives", + "details.no-logins": "Aucune connexion n'a été enregistrée dans la période sélectionnée", + "details.logins-static": "NodeBB n'enregistre que les données de session pendant %1 jours, le tableau ci-dessous n'affichera donc que les dernières sessions actives", "details.logins-login-time": "Heure de connexion", "start": "Début", "end": "Fin", "filter": "Filtre", - "view-as-json": "Voir le JSON", + "view-as-json": "Afficher en JSON", "expand-analytics": "Développer les statistiques", "clear-search-history": "Effacer l'historique", "clear-search-history-confirm": "Êtes-vous sûr de vouloir effacer tout l'historique de recherche ?" diff --git a/public/language/fr/admin/development/info.json b/public/language/fr/admin/development/info.json index 2b20a90ad6..b33bf0a4fa 100644 --- a/public/language/fr/admin/development/info.json +++ b/public/language/fr/admin/development/info.json @@ -8,8 +8,8 @@ "nodejs": "nodejs", "online": "en ligne", "git": "git", - "process-memory": "mémoire de processus", - "system-memory": "mémoire système", + "process-memory": "Mémoire de processus", + "system-memory": "Mémoire système", "used-memory-process": "Mémoire utilisée par processus", "used-memory-os": "Mémoire système utilisée", "total-memory-os": "Mémoire système totale", diff --git a/public/language/fr/admin/development/logger.json b/public/language/fr/admin/development/logger.json index 9f5d977514..32b55ae84d 100644 --- a/public/language/fr/admin/development/logger.json +++ b/public/language/fr/admin/development/logger.json @@ -1,12 +1,12 @@ { - "logger": "Réglages journalisation", + "logger": "Journaliseur", "logger-settings": "Réglages de la journalisation", - "description": "En activant les cases, vous recevrez des journaux dans votre terminal. Si vous spécifiez un chemin, les journaux y seront sauvegardés. La journalisation HTTP est utile pour collecter des statistiques sur les personnes qui accèdent à votre forum. En plus de la journalisation des requêtes HTTP, nous pouvons également journaliser les évènements socket.io. La journalisation socket.io, associée au monitoring redis-cli, peut être très utile pour apprendre les rouages de NodeBB.", + "description": "En activant les cases, vous recevrez des journaux dans votre terminal. Si vous spécifiez un chemin, les journaux y seront sauvegardés. La journalisation HTTP est utile pour collecter des statistiques sur les personnes qui accèdent à votre forum. En plus de la journalisation des requêtes HTTP, nous pouvons également journaliser les évènements socket.io. La journalisation socket.io, associée au monitoring redis-cli, peut-être très utile pour apprendre les rouages de NodeBB.", "explanation": "Cochez ou décochez simplement les réglages de la journalisation pour l'activer ou la désactiver. Aucun redémarrage n'est nécessaire.", "enable-http": "Activer la journalisation HTTP", "enable-socket": "Activer la journalisation des événements socket.io", "file-path": "Chemin vers les fichiers journaux", - "file-path-placeholder": "/path/to/log/file.log ::: laissez vide pour journaliser vers votre terminal", + "file-path-placeholder": "/path/to/log/file.log ::: laisser vide pour journaliser vers votre terminal", "control-panel": "Panneau de contrôle de la journalisation", "update-settings": "Mettre à jour la configuration" diff --git a/public/language/fr/admin/extend/plugins.json b/public/language/fr/admin/extend/plugins.json index acd679dc03..ee8e3b5083 100644 --- a/public/language/fr/admin/extend/plugins.json +++ b/public/language/fr/admin/extend/plugins.json @@ -1,10 +1,10 @@ { "plugins": "Plugins", "trending": "Tendance", - "installed": "Installé", - "active": "Actif", - "inactive": "Inactif", - "out-of-date": "Obsolète", + "installed": "Installés", + "active": "Actifs", + "inactive": "Inactifs", + "out-of-date": "Obsolètes", "none-found": "Aucun plugin trouvé", "none-active": "Aucun plugin actif", "find-plugins": "Chercher des plugins", @@ -27,7 +27,7 @@ "plugin-item.uninstall": "Désinstaller", "plugin-item.settings": "Réglages", "plugin-item.installed": "Installé", - "plugin-item.latest": "Derniers", + "plugin-item.latest": "Dernier", "plugin-item.upgrade": "Mettre à jour", "plugin-item.more-info": "Pour plus d'informations :", "plugin-item.unknown": "Inconnu", diff --git a/public/language/fr/admin/extend/rewards.json b/public/language/fr/admin/extend/rewards.json index 49973403a5..16bf505433 100644 --- a/public/language/fr/admin/extend/rewards.json +++ b/public/language/fr/admin/extend/rewards.json @@ -4,7 +4,7 @@ "condition-if-users": "Si la propriété de l'utilisateur", "condition-is": "Est :", "condition-then": "Alors :", - "max-claims": "Nombre de fois que la récompense peut être obtenue", + "max-claims": "Nombre de fois que la récompense peut-être obtenue", "zero-infinite": "Entrez 0 pour infini", "select-reward": "Sélectionner une récompense", "delete": "Supprimer", diff --git a/public/language/fr/admin/extend/widgets.json b/public/language/fr/admin/extend/widgets.json index d8b8fa5088..351ca4632a 100644 --- a/public/language/fr/admin/extend/widgets.json +++ b/public/language/fr/admin/extend/widgets.json @@ -1,11 +1,11 @@ { "widgets": "Widgets", "available": "Widgets disponibles", - "explanation": "Sélectionnez un widget depuis le menu puis glissez-déposez le dans une zone template du widget à gauche.", + "explanation": "Sélectionner un widget depuis le menu puis glissez & déposez-le dans une zone template du widget à gauche.", "none-installed": "Aucun widget trouvé ! Activez le plugin Widget Essentials dans le panneau de configuration des plugins.", "clone-from": "Cloner le widget", "containers.available": "Conteneurs disponibles", - "containers.explanation": "Glissez-déposez sur n'importe quel widget actif", + "containers.explanation": "Glisser et déposer sur n'importe quel widget", "containers.none": "Aucun", "container.well": "Well", "container.jumbotron": "Jombotron", @@ -24,10 +24,12 @@ "title": "Titre", "title.placeholder": "Titre (indiqué uniquement sur certains blocs)", "container": "Bloc", - "container.placeholder": "Glissez et déposez un bloc ou entrez HTML ici.", + "container.placeholder": "Glisser & déposer un bloc ou entrer HTML ici.", "show-to-groups": "Visible pour les groupes", "hide-from-groups": "Masquer pour les groupes", "start-date": "Date de début", "end-date": "Date de fin", - "hide-on-mobile": "Masquer sur mobile" + "hide-on-mobile": "Masquer sur mobile", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/fr/admin/manage/admins-mods.json b/public/language/fr/admin/manage/admins-mods.json index 35579e669b..8130f0e7e4 100644 --- a/public/language/fr/admin/manage/admins-mods.json +++ b/public/language/fr/admin/manage/admins-mods.json @@ -1,10 +1,10 @@ { - "manage-admins-and-mods": "Gérer les admins et les modos", + "manage-admins-and-mods": "Gérer les Admins & les Modos", "administrators": "Administrateurs", "global-moderators": "Modérateurs Globaux", "moderators": "Modérateurs", "no-global-moderators": "Aucun Modérateur Global ", - "no-sub-categories": "Aucunes sous-catégories", + "no-sub-categories": "Aucune sous-catégorie", "view-children": "Afficher les enfants (%1)", "no-moderators": "Aucun Modérateur", "add-administrator": "Ajouter un Administrateur", diff --git a/public/language/fr/admin/manage/categories.json b/public/language/fr/admin/manage/categories.json index 28e32bd26d..f349bdda06 100644 --- a/public/language/fr/admin/manage/categories.json +++ b/public/language/fr/admin/manage/categories.json @@ -3,7 +3,7 @@ "add-category": "Ajouter une catégorie", "jump-to": "Aller à...", "settings": "Paramètres de la catégorie", - "edit-category": "Retour aux catégories", + "edit-category": "Modifier les catégories", "privileges": "Privilèges", "back-to-categories": "Retour aux catégories", "name": "Nom de la catégorie", @@ -22,7 +22,7 @@ "upload": "Envoi", "delete-image": "Enlever", "category-image": "Image de la catégorie", - "image-and-icon": "Image et icône", + "image-and-icon": "Image & Icône", "parent-category": "Catégorie parente", "optional-parent-category": "Catégorie parente (optionnel)", "top-level": "Vers le haut", @@ -43,13 +43,13 @@ "set-order-help": "Configuration des catégories. Vous pouvez déplacer vos catégories dans l'ordre que vous le souhaitez. La commande minimum est de 1, ce qui place la catégorie au sommet.", "select-category": "Sélectionner une catégorie", - "set-parent-category": "Définissez une catégorie parente", + "set-parent-category": "Définir une catégorie parente", "privileges.description": "Vous pouvez configurer les privilèges d'accès pour des sections du site. Les privilèges peuvent être accordés par utilisateur ou par groupe. Sélectionnez les droits d'accès dans le menu déroulant ci-dessous.", "privileges.category-selector": "Configuration des privilèges pour", "privileges.warning": "Note: Les paramètres de privilège prennent effet instantanément . Il n'est pas nécessaire de sauvegarder la catégorie après avoir ajusté ces paramètres.", - "privileges.section-viewing": "Afficher les Privilèges", - "privileges.section-posting": "Privilège de posting", + "privileges.section-viewing": "Afficher les privilèges", + "privileges.section-posting": "Privilège de message", "privileges.section-moderation": "Privilèges de modération", "privileges.section-other": "Autres", "privileges.section-user": "Utilisateur", @@ -63,24 +63,24 @@ "privileges.copy-to-children": "Copier aux enfants", "privileges.copy-from-category": "Copier depuis une catégorie", "privileges.copy-privileges-to-all-categories": "Copier dans toutes les catégories", - "privileges.copy-group-privileges-to-children": "Copiez les privilèges de ce groupe de cette catégorie.", - "privileges.copy-group-privileges-to-all-categories": "Copiez les privilèges de ce groupe dans toutes les catégories.", + "privileges.copy-group-privileges-to-children": "Copier les privilèges de ce groupe aux enfants de cette catégorie.", + "privileges.copy-group-privileges-to-all-categories": "Copier les privilèges de ce groupe dans toutes les catégories.", "privileges.copy-group-privileges-from": "Copiez les privilèges de ce groupe à partir d'une autre catégorie.", "privileges.inherit": "Si le groupe utilisateurs enregistrés bénéficie d'un privilège supplémentaire, tous les autres groupes recevront un privilège implicite, même s'ils ne sont pas explicitement définis. Ce privilège implicite vous est montré car tous les utilisateurs font partie du groupe utilisateurs enregistrés ainsi, les privilèges accordés aux autres groupes ne doivent pas nécessairement être explicitement accordés.", "privileges.copy-success": "Privilèges copiés !", "analytics.back": "Revenir à la liste des catégories", - "analytics.title": "Analytique pour la catégorie \"%1\"", - "analytics.pageviews-hourly": "Image 1 – Pages vues par heure pour cette catégorie", - "analytics.pageviews-daily": "Image 2 – Pages vues par jour pour cette catégorie", - "analytics.topics-daily": "Image 3 – Sujets créés par jour dans catégorie", - "analytics.posts-daily": "Image 4 – Messages par jours postés dans cette catégorie", + "analytics.title": "Statistiques pour la catégorie \"%1\"", + "analytics.pageviews-hourly": "Image 1 - Pages vues par heure pour cette catégorie", + "analytics.pageviews-daily": "Image 2 - Pages vues par jour pour cette catégorie", + "analytics.topics-daily": "Image 3 - Sujets créés par jour dans catégorie", + "analytics.posts-daily": "Image 4 - Messages par jour postés dans cette catégorie", "alert.created": "Créée", "alert.create-success": "Catégorie créée avec succès !", "alert.none-active": "Vous n'avez aucune catégorie active.", "alert.create": "Créer une catégorie", - "alert.confirm-purge": "

Voulez-vous vraiment purger cette catégorie \"%1\"?

Attention!Tous les sujets et posts dans cette catégorie vont être supprimés

Purger une catégorie va enlever tous les sujets et les posts, et supprimer la catégorie de la base de données. Si vous voulez seulement enlevez une catégorietemporairement, il faut plutôt \"désactiver\" la catégorie.", + "alert.confirm-purge": "

Voulez-vous vraiment purger cette catégorie \"%1\" ?

Attentionc!Tous les sujets et messages dans cette catégorie vont être supprimés

Purger une catégorie va enlever tous les sujets et messages en supprimant la catégorie de la base de données. Si vous voulez seulement enlevez une catégorietemporairement, il faut plutôt \"désactiver\" la catégorie.", "alert.purge-success": "Catégorie purgée !", "alert.copy-success": "Paramètres copiés !", "alert.set-parent-category": "Définir une catégorie parent", @@ -91,7 +91,7 @@ "alert.user-search": "Chercher un utilisateur ici...", "alert.find-group": "Trouver un groupe", "alert.group-search": "Chercher un groupe ici...", - "alert.not-enough-whitelisted-tags": "Vous devez ajouter plus de mot-clés dans votre liste blanche ! Le nombre minimal requis est inférieur à ceux de votre liste blanche", + "alert.not-enough-whitelisted-tags": "Vous devez ajouter plus de mots-clés dans votre liste blanche ! Le nombre minimal requis est inférieur à ceux de votre liste blanche.", "collapse-all": "Tout réduire", "expand-all": "Tout développer", "disable-on-create": "Désactiver lors de la création", diff --git a/public/language/fr/admin/manage/digest.json b/public/language/fr/admin/manage/digest.json index 2512debb1f..d3fd7a9e92 100644 --- a/public/language/fr/admin/manage/digest.json +++ b/public/language/fr/admin/manage/digest.json @@ -1,22 +1,22 @@ { "lead": "Une liste des statistiques des lettres d'activités envoyées est affichée ci-dessous.", - "disclaimer": "Veuillez noter que l'envoi par email n'est pas garantie en raison de la nature de la technologie de votre serveur de messagerie. De nombreuses variables déterminent si un email envoyé au serveur destinataire arrive dans la boîte de réception de l'utilisateur, y compris la réputation du serveur, les adresses IP figurant sur la liste noire et si les DKIM / SPF / DMARC sont configurés.", - "disclaimer-continued": "Un envoi réussie signifie que le message a été envoyé avec succès par NodeBB et acquitté par le serveur destinataire. Cela ne signifie pas que l'e-mail a atterri dans la boîte de réception. Pour de meilleurs résultats, nous vous recommandons d'utiliser un service de messagerie tiers, tel que SendGrid.", + "disclaimer": "Veuillez noter que l'envoi par e-mail n'est pas garanti en raison de la nature de la technologie de votre serveur de messagerie. De nombreuses variables déterminent si un e-mail envoyé au serveur destinataire arrive dans la boîte de réception de l'utilisateur, y compris la réputation du serveur, les adresses IP figurant sur la liste noire et si les DKIM / SPF / DMARC sont configurés.", + "disclaimer-continued": "Un envoi réussi signifie que le message a été envoyé avec succès par NodeBB et acquitté par le serveur destinataire. Cela ne signifie pas que l'e-mail a atterri dans la boîte de réception. Pour de meilleurs résultats, nous vous recommandons d'utiliser un service de messagerie tiers, tel que SendGrid.", "user": "Utilisateur", "subscription": "Type d'abonnement", "last-delivery": "Dernier envoi réussi", "default": "Valeur par défaut", - "default-help": "La valeur par défaut signifie que l'utilisateur n'a pas explicitement modifié ses paramètres pour les lettres d'activités, qui sont : "%1"", + "default-help": "La valeur par défaut signifie que l'utilisateur n'a pas explicitement modifié les paramètres pour les lettres d'activités, qui sont : \"%1\"", "resend": "Renvoi", - "resend-all-confirm": "Voulez-vous vraiment exécuter manuellement cette envoi ?", - "resent-single": "Lettre d'activité envoyée", + "resend-all-confirm": "Voulez-vous vraiment exécuter manuellement cet envoi ?", + "resent-single": "Lettre d'activités envoyée", "resent-day": "Lettre d'activités quotidienne envoyée", - "resent-week": "Lettre d'activité hebdomadaire envoyée", - "resent-biweek": "Lettre d'activité envoyée deux fois par semaine", - "resent-month": "Lettre d'activité mensuel envoyé", + "resent-week": "Lettre d'activités hebdomadaire envoyée", + "resent-biweek": "Lettre d'activités bihebdomadaire envoyée", + "resent-month": "Lettre d'activités mensuelle envoyée", "null": "Jamais", - "manual-run": "Lancer manuellement l'envoi:", + "manual-run": "Lancer manuellement l'envoi :", "no-delivery-data": "Aucune donnée d'envoi trouvée" } diff --git a/public/language/fr/admin/manage/groups.json b/public/language/fr/admin/manage/groups.json index b8159c5705..4dc13f6cbf 100644 --- a/public/language/fr/admin/manage/groups.json +++ b/public/language/fr/admin/manage/groups.json @@ -1,13 +1,13 @@ { "manage-groups": "Gérer les groupes", "add-group": "Ajouter un groupe", - "edit-group": "Éditer un groupe", + "edit-group": "modifier un groupe", "back-to-groups": "Retour aux groupes", "view-group": "Voir le groupe", - "icon-and-title": "Icône & titre", + "icon-and-title": "Icône & Titre", "name": "Nom du groupe", "badge": "Badge", - "properties": "Propriétées", + "properties": "Propriétés", "description": "Description du groupe", "member-count": "Nombre de membres", "system": "Système", @@ -29,8 +29,8 @@ "edit.description": "Description", "edit.user-title": "Titre des membres", "edit.icon": "Icône du groupe", - "edit.label-color": "Couleur du groupe", - "edit.text-color": "Couleur du groupe", + "edit.label-color": "Couleur de l'étiquette du groupe", + "edit.text-color": "Couleur du nom du groupe", "edit.show-badge": "Afficher le badge", "edit.private-details": "Si activé, rejoindre les groupes nécessitera l'approbation de l'un de leurs propriétaires.", "edit.private-override": "Attention : Les groupes privés sont désactivés au niveau du système, ce qui annule cette option.", diff --git a/public/language/fr/admin/manage/privileges.json b/public/language/fr/admin/manage/privileges.json index c8ddcfed56..6cfde4e79d 100644 --- a/public/language/fr/admin/manage/privileges.json +++ b/public/language/fr/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "Éditer les privilèges", "select-clear-all": "Tout Sélectionner / Tout effacer", "chat": "Chat", + "chat-with-privileged": "Discussion avec privilèges", "upload-images": "Images envoyées", "upload-files": "Fichiers envoyés", "signature": "Signature", @@ -17,12 +18,12 @@ "search-content": "Rechercher un contenu", "search-users": "Rechercher des utilisateurs", "search-tags": "Rechercher les tags", - "view-users": "Afficher les Utilisateurs", - "view-tags": "Afficher les Tags", + "view-users": "Afficher les utilisateurs", + "view-tags": "Afficher les mots-clés", "view-groups": "Afficher les Groupes", "allow-local-login": "Identifiant local", - "allow-group-creation": "Groupe Créer", - "view-users-info": "Afficher les Utilisateurs", + "allow-group-creation": "Groupe créé", + "view-users-info": "Afficher les infos utilisateurs", "find-category": "Rechercher une catégorie", "access-category": "Droits des catégories", "access-topics": "Droits des sujets", @@ -33,7 +34,7 @@ "edit-posts": "Modifier les messages", "view-edit-history": "Historique des modifications", "delete-posts": "Supprimer les messages", - "view_deleted": "Voir les messages supprimés", + "view-deleted": "Voir les messages supprimés", "upvote-posts": "Messages positifs", "downvote-posts": "Messages négatifs", "delete-topics": "Supprimer les sujets", @@ -43,20 +44,20 @@ "admin-categories": "Catégories", "admin-privileges": "Privilèges", "admin-users": "Utilisateurs", - "admin-admins-mods": "Admin & Modo", + "admin-admins-mods": "Admins & Modos", "admin-groups": "Groupes", - "admin-tags": "Mots Clés", + "admin-tags": "Mots-clés", "admin-settings": "Paramètres", - "alert.confirm-moderate": "Voulez-vous vraiment accorder le privilège de modération à ce groupe d'utilisateurs ? Ce groupe est public et tous les utilisateurs peuvent le rejoindre à volonté.", - "alert.confirm-admins-mods": "Voulez-vous vraiment attribuer les droits aux & quot; d'Administrations & amp; Modérations & quot; à cet utilisateur / groupe? Les utilisateurs disposant de ce privilège peuvent promouvoir et rétrograder d'autres utilisateurs à des postes privilégiés, y compris le super administrateur", + "alert.confirm-moderate": "Voulez-vous vraiment accorder le privilège de modération à ce groupe d'utilisateurs ? Ce groupe est public et tous les utilisateurs peuvent le rejoindre.", + "alert.confirm-admins-mods": "Voulez-vous vraiment attribuer les droits d'administration et de modération à cet utilisateur ou ce groupe ? Les utilisateurs disposant de ce privilège peuvent promouvoir et rétrograder d'autres utilisateurs à des rôles privilégiés, y compris le super administrateur", "alert.confirm-save": "Veuillez confirmer votre intention de sauvegarder ces privilèges", "alert.confirm-discard": "Êtes-vous sûr de vouloir annuler vos modifications de privilèges ?", - "alert.discarded": "Modifications de privilèges annulés", + "alert.discarded": "Modification des privilèges annulée", "alert.confirm-copyToAll": "Voulez-vous vraiment appliquer cet ensemble de %1 à toutes les catégories?", "alert.confirm-copyToAllGroup": "Voulez-vous vraiment appliquer l'ensemble de %1 de ce groupe à toutes les catégories?", - "alert.confirm-copyToChildren": "Voulez-vous vraiment appliquer cet ensemble de %1 à toutes les catégories incluses (enfants)?", - "alert.confirm-copyToChildrenGroup": "Voulez-vous vraiment appliquer l'ensemble de %1 de ce groupe à toutes les catégories incluses (enfants)?", + "alert.confirm-copyToChildren": "Voulez-vous vraiment appliquer cet ensemble de %1 à toutes les catégories enfants incluses?", + "alert.confirm-copyToChildrenGroup": "Voulez-vous vraiment appliquer l'ensemble de %1 de ce groupe à toutes les catégories enfants incluses?", "alert.no-undo": "Cette action ne peut pas être annulée.", "alert.admin-warning": "Les administrateurs obtiennent implicitement tous les privilèges", "alert.copyPrivilegesFrom-title": "Sélectionnez une catégorie à copier", diff --git a/public/language/fr/admin/manage/registration.json b/public/language/fr/admin/manage/registration.json index e4937da15c..718881118f 100644 --- a/public/language/fr/admin/manage/registration.json +++ b/public/language/fr/admin/manage/registration.json @@ -1,6 +1,6 @@ { "queue": "File d'attente", - "description": "Il n'y a aucun utilisateur dans la file d'inscription.
Pour activer cette fonctionnalité, allez dans Paramètres → Utilisateurs → inscription des utilisateurs et définissez Type d'inscription en \"Approbation par l'administrateur\".", + "description": "Il n'y a aucun utilisateur dans la file d'inscription.
Pour activer cette fonctionnalité, allez dans Réglages → Utilisateurs → Inscription des utilisateurs et définissez Type d'approbation d'inscription sur \"Approbation par l'administrateur\".", "list.name": "Nom", "list.email": "E-mail", @@ -11,9 +11,9 @@ "list.ip-spam": "Fréquence : %1 Apparait : %2", "invitations": "Invitations", - "invitations.description": "Ci-dessous se trouve une liste complète des invitations envoyées. Utilisez CTRL + F pour rechercher un email ou nom d'utilisateur dans la liste.
\n
Le nom d'utilisateur sera affiché à droite des emails pour les utilisateurs qui ont accepté leur invitation.", - "invitations.inviter-username": "Invité par l'utilisateur", - "invitations.invitee-email": "Email invité", + "invitations.description": "Ci-dessous se trouve une liste complète des invitations envoyées. Utilisez CTRL + F pour rechercher un e-mail ou nom d'utilisateur dans la liste.
\n
Le nom d'utilisateur sera affiché à droite des e-mails pour les utilisateurs qui ont accepté leur invitation.", + "invitations.inviter-username": "Nom d’utilisateur de l’invité", + "invitations.invitee-email": "E-mail de l'invité", "invitations.invitee-username": "Nom d'utilisateur de l'invité (si inscrit)", "invitations.confirm-delete": "Êtes-vous sûr de vouloir supprimer l'invitation ?" diff --git a/public/language/fr/admin/manage/tags.json b/public/language/fr/admin/manage/tags.json index f7fc238bfd..cd560e278f 100644 --- a/public/language/fr/admin/manage/tags.json +++ b/public/language/fr/admin/manage/tags.json @@ -3,18 +3,18 @@ "none": "Votre forum n'a pour l'instant aucun sujet avec mots-clés.", "bg-color": "Couleur d'arrière plan", "text-color": "Couleur du texte", - "description": "Pour une sélection multiple :\nSélectionnez des mots-clés en cliquant ou en sélectionnant avec votre souris ou utilisez la touche CTRL .", - "create": "Créer le mot-clés", - "add-tag": "Ajouter un mots-clés", + "description": "Pour une sélection multiple :\nSélectionner des mots-clés en les sélectionnant avec votre souris ou utilisez la touche CTRL .", + "create": "Créer le mot-clé", + "add-tag": "Ajouter un mot-clé", "modify": "Modifier les mots-clés", "rename": "Renommer les mots-clés", "delete": "Supprimer la sélection", "search": "Chercher des mots-clés...", "settings": "Paramètres", - "name": "Nom du mot-clés", + "name": "Nom du mot-clé", "alerts.editing": "Édition des mots-clés", "alerts.confirm-delete": "Vous-voulez réellement supprimer les mots-clés sélectionnés ?", - "alerts.update-success": "Mot-clés mis à jour !", + "alerts.update-success": "Mot-clé mis à jour !", "reset-colors": "Réinitialiser les couleurs" } \ No newline at end of file diff --git a/public/language/fr/admin/manage/uploads.json b/public/language/fr/admin/manage/uploads.json index 4edb3d8152..772c68f52a 100644 --- a/public/language/fr/admin/manage/uploads.json +++ b/public/language/fr/admin/manage/uploads.json @@ -4,9 +4,9 @@ "filename": "Nom du fichier", "usage": "Utilisé dans le message", "orphaned": "Orphelin", - "size/filecount": "Taille / nombre de fichiers", - "confirm-delete": "Voulez-vous vraiment supprimer ce fichier?", + "size/filecount": "Taille / Nombre de fichiers", + "confirm-delete": "Voulez-vous vraiment supprimer ce fichier ?", "filecount": "%1 fichiers", "new-folder": "Nouveau Dossier", - "name-new-folder": "Entrez un nom pour le nouveau dossier" + "name-new-folder": "Entrer un nom pour le nouveau dossier" } \ No newline at end of file diff --git a/public/language/fr/admin/manage/users.json b/public/language/fr/admin/manage/users.json index 3d55eb623a..c6e7f02a12 100644 --- a/public/language/fr/admin/manage/users.json +++ b/public/language/fr/admin/manage/users.json @@ -3,28 +3,33 @@ "users": "Utilisateurs", "edit": "Actions", "make-admin": "Promouvoir Admin", - "remove-admin": "Retirer des Admins", + "remove-admin": "Retirer le rôle admin", + "change-email": "Modifier l'adresse e-mail", + "new-email": "Nouvel e-mail", "validate-email": "Vérifier l'adresse e-mail", "send-validation-email": "Envoyer un e-mail de vérification", + "change-password": "Modifier le mot de passe", "password-reset-email": "Envoyer un e-mail de réinitialisation du mot de passe", "force-password-reset": "Forcer la réinitialisation du mot de passe et déconnecter l'utilisateur", - "ban": "Utilisateur(s) banni(s)", - "temp-ban": "Utilisateur(s) temporairement banni(s)", - "unban": "Dé-bannir le(s) utilisateur(s)", + "ban": "Bannir", + "ban-users": "Bannir l'utilisateur", + "temp-ban": "Bannir l'utilisateur temporairement", + "unban": "Débannir l'utilisateur", "reset-lockout": "Supprimer le blocage", "reset-flags": "Supprimer les signalements", - "delete": "Supprimer le(s) utilisateur(s)", + "delete": "Supprimer", + "delete-users": "Supprimer Utilisateur(s)", "delete-content": "Supprimer le contenu du compte", - "purge": "Supprimer le(s) compte(s) et le contenu", + "purge": "Supprimer le compte et le contenu", "download-csv": "Exporter en CSV", "manage-groups": "Gérer les groupes", "set-reputation": "Définir une réputation", "add-group": "Ajouter un groupe", "create": "Créer un utilisateur", - "invite": "Inviter par mail", + "invite": "Inviter par e-mail", "new": "Nouvel utilisateur", "filter-by": "Filtrer par", - "pills.unvalidated": "Non vérifié", + "pills.unvalidated": "Non validé", "pills.validated": "Validé", "pills.banned": "Banni", @@ -40,7 +45,7 @@ "search.email": "Par adresse e-mail", "search.email-placeholder": "Entrez une adresse e-mail à rechercher", "search.ip": "Par adresse IP", - "search.ip-placeholder": "Entrez une adresse IP à rechercher", + "search.ip-placeholder": "Entrer une adresse IP à rechercher", "search.not-found": "Utilisateur introuvable !", "inactive.3-months": "3 mois", @@ -50,7 +55,7 @@ "users.uid": "uid", "users.username": "nom d'utilisateur", "users.email": "e-mail", - "users.no-email": "(pas e-mail)", + "users.no-email": "(pas d'e-mail)", "users.validated": "Validé", "users.not-validated": "Non validé", "users.validation-pending": "Validation en attente", @@ -73,46 +78,52 @@ "temp-ban.reason": "Raison (Optionel)", "temp-ban.hours": "Heures", "temp-ban.days": "Jours", - "temp-ban.explanation": "Entrez la durée du bannissement. Notez qu'une durée de 0 sera considérée comme un bannissement définitif.", + "temp-ban.explanation": "Entrer la durée du bannissement. Notez qu'une durée de 0 sera considérée comme un bannissement définitif.", "alerts.confirm-ban": "Voulez-vous réellement bannir définitivement cet utilisateur ?", "alerts.confirm-ban-multi": "Voulez-vous réellement bannir définitivement ces utilisateurs ?", "alerts.ban-success": "Utilisateur(s) banni(s)", "alerts.button-ban-x": "Bannir %1 utilisateur(s)", - "alerts.unban-success": "Utilisateur(s) dé-banni(s) !", - "alerts.lockout-reset-success": "Blocage supprimé", + "alerts.unban-success": "Utilisateur(s) débanni(s) !", + "alerts.lockout-reset-success": "Blocage(s) supprimé(s)", + "alerts.password-change-success": "Mot(s) de passe modifié(s) !", "alerts.flag-reset-success": "Signalement(s) réinitialisé(s) !", "alerts.no-remove-yourself-admin": "Vous ne pouvez pas vous retirer vous-même des administrateurs !", "alerts.make-admin-success": "L'utilisateur est maintenant administrateur.", "alerts.confirm-remove-admin": "Voulez-vous vraiment supprimer cet administrateur?", - "alerts.remove-admin-success": "L'utilisateur n'est plus administrateur", - "alerts.make-global-mod-success": "L'utilisateur est maintenant modérateur global", - "alerts.confirm-remove-global-mod": "Voulez-vous vraiment supprimer ce modérateur global?", + "alerts.remove-admin-success": "L'utilisateur n'est plus administrateur.", + "alerts.make-global-mod-success": "L'utilisateur est maintenant modérateur global.", + "alerts.confirm-remove-global-mod": "Voulez-vous vraiment supprimer ce modérateur global ?", "alerts.remove-global-mod-success": "L'utilisateur n'est plus un modérateur global.", - "alerts.make-moderator-success": "L'utilisateur est maintenant modérateur", - "alerts.confirm-remove-moderator": "Voulez-vous vraiment supprimer ce modérateur?", - "alerts.remove-moderator-success": "L'utilisateur n'est plus modérateur", - "alerts.confirm-validate-email": "Voulez-vous réellement vérifier les adresses e-mail de ces utilisateurs ?", - "alerts.confirm-force-password-reset": "Êtes-vous sûr de vouloir forcer la réinitialisation du mot de passe et déconnecter ces utilisateur(s) ?", - "alerts.validate-email-success": "Adresse e-mail vérifiée", + "alerts.make-moderator-success": "L'utilisateur est maintenant modérateur.", + "alerts.confirm-remove-moderator": "Voulez-vous vraiment supprimer ce modérateur ?", + "alerts.remove-moderator-success": "L'utilisateur n'est plus modérateur.", + "alerts.confirm-validate-email": "Voulez-vous réellement valider les adresses e-mails de ces utilisateurs ?", + "alerts.confirm-force-password-reset": "Êtes-vous sûr de vouloir forcer la réinitialisation du mot de passe et déconnecter cet (ces) utilisateur(s) ?", + "alerts.validate-email-success": "Adresse e-mail validée", "alerts.validate-force-password-reset-success": "Les mots de passe des utilisateurs ont été réinitialisés et leurs sessions existantes ont été révoquées.", - "alerts.password-reset-confirm": "Voulez-vous réellement envoyer un e-mail de réinitialisation de mot de passe à ces utilisateurs ?", - "alerts.password-reset-email-sent": "Le mail pour réinitialiser votre mot de passe a était envoyer.", - "alerts.confirm-delete": "Attention !

Voulez-vous réellement supprimer le(s) utilisateur(s) ?

Cette action est irréversible ! Toutes les données de ces utilisateurs seront effacées !

", - "alerts.delete-success": "Utilisateur(s) supprimé(s) !", - "alerts.confirm-delete-content": "Attention !

Voulez-vous réellement supprimer le contenu de ces utilisateurs ?

Cette action est irréversible ! Toutes les données de ces utilisateurs seront effacées !

", - "alerts.delete-content-success": "Contenu utilisateur(s) supprimé(s) !", - "alerts.confirm-purge": "Attention !

Voulez-vous réellement supprimer ces utilisateurs ainsi que leurs contenus ?

Cette action est irréversible ! Toutes les données de ces utilisateurs seront effacées !

", + "alerts.password-reset-confirm": "Voulez-vous réellement envoyer un e-mail de réinitialisation de mot de passe à cet utilisateur ?", + "alerts.password-reset-email-sent": "Réinitialisation de mot de passe envoyée", + "alerts.confirm-delete": "Attention !

Voulez-vous réellement supprimer cet utilisateur ?

Cette action est irréversible ! Seul le compte sera supprimé, ses sujets et ses messages seront conservés

", + "alerts.delete-success": "Utilisateur supprimé !", + "alerts.confirm-delete-content": "Attention !

Voulez-vous réellement supprimer le contenu de cet utilisateur ?

Cette action est irréversible ! Toutes les données de cet utilisateur seront effacées !

", + "alerts.delete-content-success": "Contenu de l'utilisateur supprimé !", + "alerts.confirm-purge": "Attention !

Voulez-vous réellement supprimer cet utilisateur ainsi que son contenu ?

Cette action est irréversible ! Le compte de l'utilisateur ainsi que tout son contenu seront effacées !

", "alerts.create": "Créer un utilisateur", "alerts.button-create": "Créer", "alerts.button-cancel": "Annuler", + "alerts.button-change": "Modifier", "alerts.error-passwords-different": "Les mots de passe doivent correspondre !", "alerts.error-x": "Erreur

%1

", "alerts.create-success": "Utilisateur créé !", - "alerts.prompt-email": "Emails: ", + "alerts.prompt-email": "E-mails : ", "alerts.email-sent-to": "Un e-mail d'invitation a été envoyé à %1", "alerts.x-users-found": "%1 utilisateur(s) trouvé(s), (%2 secondes)", + "alerts.select-a-single-user-to-change-email": "Sélectionner un utilisateur pour modifier l'adresse e-mail", "export-users-started": "L'exportation d'utilisateurs au format CSV peut prendre un certain temps. Vous recevrez une notification lorsqu'elle sera terminée.", - "export-users-completed": "Utilisateurs exportés au format CSV, cliquez ici pour télécharger." + "export-users-completed": "Utilisateurs exportés au format CSV, cliquer ici pour télécharger.", + "email": "e-mail", + "password": "Mot de passe", + "manage": "Gérer" } \ No newline at end of file diff --git a/public/language/fr/admin/menu.json b/public/language/fr/admin/menu.json index e6af9b58c5..a3b607115b 100644 --- a/public/language/fr/admin/menu.json +++ b/public/language/fr/admin/menu.json @@ -1,5 +1,5 @@ { - "section-dashboard": "Tableau de bord", + "section-dashboard": "Tableaux de bord", "dashboard/overview": "Aperçu", "dashboard/logins": "Connexions", "dashboard/users": "Utilisateurs", @@ -12,7 +12,7 @@ "manage/privileges": "Privilèges", "manage/tags": "Mots-clés", "manage/users": "Utilisateurs", - "manage/admins-mods": "Modération", + "manage/admins-mods": "Admins & Modos", "manage/registration": "File d'inscription", "manage/flagged-content": "Contenu signalé", "manage/post-queue": "File d’attente des messages", @@ -25,7 +25,7 @@ "settings/general": "Général", "settings/homepage": "Page d'accueil", "settings/navigation": "Navigation", - "settings/reputation": "Réputation", + "settings/reputation": "Réputation & Signalements", "settings/email": "Email", "settings/user": "Utilisateurs", "settings/group": "Groupes", @@ -49,7 +49,7 @@ "section-appearance": "Apparence", "appearance/themes": "Thèmes", - "appearance/skins": "Apparence", + "appearance/skins": "habillages", "appearance/customise": "Contenu personnalisé (HTML/JS/CSS)", "section-extend": "Extensions", diff --git a/public/language/fr/admin/settings/advanced.json b/public/language/fr/admin/settings/advanced.json index 149196b62e..d63cdbc243 100644 --- a/public/language/fr/admin/settings/advanced.json +++ b/public/language/fr/admin/settings/advanced.json @@ -7,34 +7,34 @@ "headers": "En-têtes", "headers.allow-from": "Définissez ALLOW-FROM pour afficher NodeBB dans un iFrame", "headers.csp-frame-ancestors": "Définir la politique de sécurité pour pouvoir intégrer des iframes", - "headers.csp-frame-ancestors-help": "'none', 'self' (par défaut) ou liste d'UrIs à autoriser.", + "headers.csp-frame-ancestors-help": "'none', 'self' (par défaut) ou liste d'URL à autoriser.", "headers.powered-by": "Personnaliser l'en-tête \"Propulsé par\" envoyé par NodeBB", "headers.acao": "Access-Control-Allow-Origin", "headers.acao-regex": "Access-Control-Allow-Origin Expression régulière", "headers.acao-help": "Pour refuser l'accès à tous les sites, laissez vide", - "headers.acao-regex-help": "Entrez une expression régulière pour autoriser les pages de manière dynamique. Pour interdire l'accès à toutes les pages, laissez vide.", + "headers.acao-regex-help": "Entrer une expression régulière pour autoriser les pages de manière dynamique. Pour interdire l'accès à toutes les pages, laissez vide.", "headers.acac": "Access-Control-Allow-Credentials", "headers.acam": "\nAccess-Control-Allow-Methods", "headers.acah": "\nAccess-Control-Allow-Headers", "headers.coep": "Cross-Origin-Embedder-Policy", - "headers.coep-help": "Lorsqu'il est activé (par défaut), définira l'en-tête sur require-corp", + "headers.coep-help": "Lorsqu'il est activé (par défaut), cela définira l'en-tête sur require-corp", "headers.coop": "Cross-Origin-Opener-Policy", "headers.corp": "Cross-Origin-Resource-Policy", - "headers.permissions-policy": "En-tête HTTP de sécurité", - "headers.permissions-policy-help": "Permet de définir l'en-tête HTTP de sécurité, par exemple \"geolocation=*, camera=()\", voir ceci pour plus d'informations.", + "headers.permissions-policy": "Stratégie de permissions", + "headers.permissions-policy-help": "Permet de définir la stratégie de permissions de l'en-tête, par exemple \"geolocation=*, camera=()\", voir ceci pour plus d'informations.", "hsts": "Strict Transport Security", "hsts.enabled": "Activer HSTS (recommandé)", - "hsts.maxAge": "HSTS Age Max", + "hsts.maxAge": "Age max HSTS", "hsts.subdomains": "Inclure les sous-domaines dans l'en-tête HSTS", "hsts.preload": "Autoriser le préchargement de l'en-tête HSTS", "hsts.help": "Si activé, un en-tête HSTS sera défini pour ce site. Vous pouvez choisir d'inclure des sous-domaines et des indicateurs de préchargement dans votre en-tête. En cas de doute, ne cochez pas l'option. Plus d'informations", "traffic-management": "Gestion du trafic", "traffic.help": "NodeBB utilise un module qui refuse automatiquement les demandes dans les situations de fort trafic. Vous pouvez régler ces paramètres ici, bien que les valeurs par défaut soient un bon point de départ.", - "traffic.enable": "Activé la gestion du trafic", + "traffic.enable": "Activer la gestion du trafic", "traffic.event-lag": "Seuil de lag des boucles d'événements (en millisecondes) ", - "traffic.event-lag-help": "Descendre cette valeur réduit le temps d'attente pour le chargement de s pages, mais montrera le message \"charge excessive\" à plus d'utilisateurs. (redémarrage requis)", + "traffic.event-lag-help": "Descendre cette valeur réduit le temps d'attente pour le chargement des pages, mais montrera le message \"charge excessive\" à plus d'utilisateurs. (redémarrage requis)", "traffic.lag-check-interval": "Vérifier l’intervalle (en millisecondes)", - "traffic.lag-check-interval-help": "Descendre cette valeur rend NodeBB plus sensible aux pics dans le chargement, mais rend aussi le contrôle trop sensible. (redémarrage requis)", + "traffic.lag-check-interval-help": "Descendre cette valeur rend NodeBB plus sensible aux pics de chargement, mais rend aussi le contrôle trop sensible. (redémarrage requis)", "sockets.settings": "Configuration WebSocket", "sockets.max-attempts": "Nombre maximum de tentatives de reconnexion", diff --git a/public/language/fr/admin/settings/api.json b/public/language/fr/admin/settings/api.json index fad2658239..bc0c4987c0 100644 --- a/public/language/fr/admin/settings/api.json +++ b/public/language/fr/admin/settings/api.json @@ -1,5 +1,5 @@ { - "tokens": "Tokens", + "tokens": "Jetons", "settings": "Paramètres", "lead-text": "À partir de cette page, vous pouvez paramétrer l'accès à l'API dans NodeBB.", "intro": "Par défaut, l'API authentifie les utilisateurs en fonction de leur cookie de session, mais NodeBB prend également en charge l'authentification du porteur via des tokens générés via cette page.", @@ -7,22 +7,22 @@ "docs": "Cliquez ici pour accéder à la documentation de l'API", "require-https": "Forcer l'utilisation de l'API via HTTPS uniquement", - "require-https-caveat": "Remarque: certaines installations impliquant des load balancer peuvent transmettre leurs requêtes à NodeBB via HTTP, auquel cas cette option doit rester désactivée.", + "require-https-caveat": "Remarque: certaines installations impliquant de l'équilibrage de charge peuvent transmettre leurs requêtes à NodeBB via HTTP, auquel cas cette option doit rester désactivée.", "uid": "ID Utilisateur", "token": "Jeton", - "uid-help-text": "Spécifiez un ID utilisateur à associer à ce token. Si l'ID utilisateur est 0, il sera considéré comme un token maître, qui peut prendre l'identité d'autres utilisateurs en fonction du paramètre _uid", + "uid-help-text": "Spécifier un ID utilisateur à associer à ce jeton. Si l'ID utilisateur est 0, il sera considéré comme un token maître, qui peut prendre l'identité d'autres utilisateurs en fonction du paramètre _uid", "description": "Description", "last-seen": "Vu pour la dernière fois", - "created": "Créée", + "created": "Créé", "create-token": "Créer un Jeton", "update-token": "Mettre à jour le Jeton", "master-token": "Jeton maître", "last-seen-never": "Cette clé n'a jamais été utilisée.", "no-description": "Aucune description spécifiée.", "actions": "Actions", - "edit": "Éditer ", - "roll": "Jeter", + "edit": "Modifier", + "roll": "Lancer", "delete-confirm": "Voulez-vous vraiment supprimer ce jeton ? Il ne sera pas récupérable.", "roll-confirm": "Voulez-vous vraiment régénérer ce jeton ? L'ancien jeton sera immédiatement révoqué et ne sera pas récupérable." diff --git a/public/language/fr/admin/settings/chat.json b/public/language/fr/admin/settings/chat.json index 0cd3d8201f..56f57672b0 100644 --- a/public/language/fr/admin/settings/chat.json +++ b/public/language/fr/admin/settings/chat.json @@ -1,13 +1,16 @@ { + "zero-is-disabled": "Entrez 0 pour désactiver cette restriction", "chat-settings": "Paramètres des discussions", "disable": "Désactiver les discussions", "disable-editing": "Désactiver l'édition/la suppression des messages des discussions", "disable-editing-help": "Les administrateurs et modérateurs globaux sont dispensés de cette restriction", - "max-length": "Longueur maximales des messages de discussion", + "max-length": "Longueur maximale des messages de discussion", "max-chat-room-name-length": "Longueur maximale des noms de salons", "max-room-size": "Nombre maximum d'utilisateurs dans une même discussion", - "delay": "Temps entre chaque message de discussion (en millisecondes)", - "notification-delay": "Délai de notification pour les messages de chat. (0 pour aucun délai)", - "restrictions.seconds-edit-after": "Nombre de secondes pendant lesquelles un message de discussion reste modifiable. (0 désactivé)", - "restrictions.seconds-delete-after": "Nombre de secondes pendant lesquelles un message de discussion reste supprimable. (0 désactivé)" + "delay": "Temps entre les messages de chat (ms)", + "newbieDelay": "... pour les nouveaux utilisateurs (ms)", + "notification-delay": "Délai de notification pour les messages de chat", + "notification-delay-help": "Les messages supplémentaires envoyés pendant cette période sont regroupés et l’utilisateur est averti pendant ce délai. Définissez cette valeur sur 0 pour désactiver le délai.", + "restrictions.seconds-edit-after": "Nombre de secondes pendant lesquelles un message de discussion restera modifiable.", + "restrictions.seconds-delete-after": "Nombre de secondes pendant lesquelles un message de discussion reste supprimable." } \ No newline at end of file diff --git a/public/language/fr/admin/settings/cookies.json b/public/language/fr/admin/settings/cookies.json index b337057dfc..4473a402d1 100644 --- a/public/language/fr/admin/settings/cookies.json +++ b/public/language/fr/admin/settings/cookies.json @@ -4,10 +4,10 @@ "consent.message": "Message de notification", "consent.acceptance": "Message d'acceptation", "consent.link-text": "Texte du lien vers la politique de confidentialité", - "consent.link-url": "URL du lien Policy", + "consent.link-url": "URL du lien vers la politique", "consent.blank-localised-default": "Laisser vide pour utiliser les textes localisés par défaut de NodeBB", "settings": "Réglages", "cookie-domain": "Domaine de session du cookie", "max-user-sessions": "Nombre maximum de sessions actives par utilisateur", - "blank-default": "Laissez vide pour utiliser les réglages par défaut" + "blank-default": "Laisser vide pour utiliser les réglages par défaut" } \ No newline at end of file diff --git a/public/language/fr/admin/settings/email.json b/public/language/fr/admin/settings/email.json index 2d1e56a0db..d0e4c85f22 100644 --- a/public/language/fr/admin/settings/email.json +++ b/public/language/fr/admin/settings/email.json @@ -6,21 +6,21 @@ "from-help": "Le nom de l’expéditeur à afficher dans l'e-mail", "confirmation-settings": "Confirmation", - "confirmation.expiry": "Heures de validité du lien de confirmation par e-mail", + "confirmation.expiry": "Durée de validité (en heures) du lien de confirmation par e-mail", "smtp-transport": "Protocole SMTP", "smtp-transport.enabled": "Activer l'envoi via SMTP", "smtp-transport-help": "Vous pouvez sélectionner depuis une liste de services ou entrer un service personnalisé.", "smtp-transport.service": "Sélectionner un service", "smtp-transport.service-custom": "Service personnalisé", - "smtp-transport.service-help": "Sélectionnez un nom de service ci-dessus afin d'utiliser les informations connues à son sujet. Vous pouvez également sélectionner "Service personnalisé" et entrez les détails ci-dessous.", - "smtp-transport.gmail-warning1": "Si vous utilisez GMail comme fournisseur de messagerie, vous devrez générer un "mot de passe d'application" afin que NodeBB s'authentifie avec succès. Vous pouvez en générer un sur la page Mots de passe .", - "smtp-transport.gmail-warning2": "Pour plus d'informations sur cette solution de contournement, veuillez consulter cet article de NodeMailer sur le problème. Une alternative serait d'utiliser un plug-in tiers d'e-mail tel que SendGrid, Mailgun, etc. Parcourez les plug-ins disponibles ici.", - "smtp-transport.auto-enable-toast": "Il semble que vous configuriez un serveur SMTP. Nous avons activé l'option \" SMTP\" pour vous.", + "smtp-transport.service-help": "Sélectionnez un nom de service ci-dessus afin d'utiliser les informations connues à son sujet. Vous pouvez également sélectionner un \"Service personnalisé\" et entrer les détails ci-dessous.", + "smtp-transport.gmail-warning1": "Si vous utilisez Gmail comme fournisseur de messagerie, vous devrez générer un \"Mot de passe d'application\" afin que NodeBB s'authentifie avec succès. Vous pouvez en générer un sur la page Mots de passe .", + "smtp-transport.gmail-warning2": "Pour plus d'information sur cette solution de contournement, veuillez consulter cet article de NodeMailer sur le problème. Une alternative serait d'utiliser un plugin tiers d'envoi d'e-mail tel que SendGrid, Mailgun, etc. Parcourez les plugins disponibles ici.", + "smtp-transport.auto-enable-toast": "Il semble que vous configurez un serveur SMTP. Nous avons activé l'option \" SMTP\" pour vous.", "smtp-transport.host": "Host SMTP", "smtp-transport.port": "Port SMTP", "smtp-transport.security": "Accès sécurisé", - "smtp-transport.security-encrypted": "Cryptage", + "smtp-transport.security-encrypted": "Chiffrage", "smtp-transport.security-starttls": "StartTLS", "smtp-transport.security-none": "Aucun", "smtp-transport.username": "Nom d'utilisateur", @@ -35,18 +35,18 @@ "testing": "Test d'e-mail", "testing.select": "Sélectionner un modèle d'e-mail ", "testing.send": "Envoyer un e-mail de test", - "testing.send-help": "Le test d'e-mail sera envoyé à l'adresse e-mail de l'utilisateur actuellement connecté.", + "testing.send-help": "Le test d'envoi sera envoyé à l'adresse e-mail de l'utilisateur actuellement connecté.", "subscriptions": "Actualités du forum ", "subscriptions.disable": "Désactiver les actualités du forum ", "subscriptions.hour": "Heure d'envoi", - "subscriptions.hour-help": "Veuillez entrer un nombre représentant l'heure à laquelle envoyer les lettres d'activités (c'est à dire 0 pour minuit, 17 pour 5:00 pm). Gardez à l'esprit qu'il s'agit de l'heure du serveur, et peut ne pas correspondre à votre heure locale.
L'heure du serveur est :
La prochaine lettre d'activités sera envoyée à ", + "subscriptions.hour-help": "Veuillez entrer un nombre pour l'heure à laquelle envoyer les lettres d'activités (c'est à dire 0 pour minuit, 17 pour 5:00 pm). Gardez à l'esprit qu'il s'agit de l'heure du serveur, elle peut ne pas correspondre à votre heure locale.
L'heure du serveur est :
La prochaine lettre d'activités sera envoyée à ", "notifications.remove-images": "Supprimer les images des notifications par e-mail", "require-email-address": "Exiger une adresse e-mail aux nouveaux utilisateurs ", - "require-email-address-warning": "Par défaut, les utilisateurs peuvent refuser de saisir une adresse e-mail en laissant le champ vide. L'activation de cette option signifie que les nouveaux utilisateurs devront entrer et confirmer une adresse e-mail afin de procéder à l'inscription et à l'accès ultérieur au forum. Cela ne garantit pas que l'utilisateur saisira une véritable adresse e-mail, ni même une adresse qu'il possède.", + "require-email-address-warning": "Par défaut, les utilisateurs peuvent refuser de saisir une adresse e-mail en laissant le champ vide. L'activation de cette option signifie que les nouveaux utilisateurs devront entrer et confirmer une adresse e-mail afin de procéder à l'inscription et avoir ultérieurement accès au forum. Cela ne garantit pas que l'utilisateur saisira une véritable adresse e-mail, ni même une adresse qu'il possède.", "send-validation-email": "Envoyer une confirmation de validation lorsqu'un e-mail est ajouté ou modifié", - "include-unverified-emails": "Envoyer des mails aux destinataires qui n'ont pas explicitement confirmé leurs mails", - "include-unverified-warning": "Par défaut, les utilisateurs dont les mails sont associés à leur compte ont déjà été vérifiés, mais il existe des situations où ce n'est pas le cas (par exemple, les connexions SSO, les utilisateurs bénéficiant de droits acquis, etc.). Activez ce paramètre à vos risques et périls – l'envoi de mails à des adresses non vérifiées peut constituer une violation des lois anti-spam régionales.", - "prompt": "Inviter les utilisateurs à saisir ou à confirmer leurs emails", - "prompt-help": "Si un utilisateur n'a pas défini d'email ou si son email n'est pas confirmé, un avertissement s'affichera à l'écran.", + "include-unverified-emails": "Envoyer des e-mails aux destinataires qui n'ont pas explicitement confirmé leurs adresses", + "include-unverified-warning": "Par défaut, les utilisateurs dont les mails sont associés à leur compte ont déjà été vérifiés, mais il existe des situations où ce n'est pas le cas (par exemple, les connexions SSO, les utilisateurs bénéficiant de droits acquis, etc.). Activer ce paramètre est à vos risques et périls l'envoi d e-mails à des adresses non vérifiées peut constituer une violation des lois anti-spam régionales.", + "prompt": "Inviter les utilisateurs à saisir ou à confirmer leur e-mail", + "prompt-help": "Si un utilisateur n'a pas défini d'e-mail ou si son e-mail n'est pas confirmé, un avertissement s'affichera à l'écran.", "sendEmailToBanned": "Envoyer des e-mails aux utilisateurs même s'ils ont été bannis" } diff --git a/public/language/fr/admin/settings/general.json b/public/language/fr/admin/settings/general.json index 47dcf81c8c..522ce1e182 100644 --- a/public/language/fr/admin/settings/general.json +++ b/public/language/fr/admin/settings/general.json @@ -1,52 +1,52 @@ { - "general-settings": "Réglages Principaux", - "on-this-page": "Sur cette page:", + "general-settings": "Réglages Généraux", + "on-this-page": "Sur cette page :", "site-settings": "Réglages du site", "title": "Titre du site", "title.short": "Titre court", "title.short-placeholder": "Si aucun titre court n'est spécifié, le titre du site sera utilisé", "title.url": "URL du lien du titre", "title.url-placeholder": "URL du titre du site", - "title.url-help": "Lorsque le titre est cliqué, il renvoi les utilisateurs à cette adresse. Si laissé vide, l'utilisateur sera envoyé à l'index du forum. Remarque : il ne s'agit pas de l'URL externe utilisée dans les e-mails, etc. Elle est définie par la propriété url dans config.json", + "title.url-help": "Lorsque le titre est cliqué, il renvoie les utilisateurs à cette adresse. Si laissé vide, l'utilisateur sera envoyé à l'index du forum. Remarque : il ne s'agit pas de l'URL externe utilisée dans les e-mails, etc. Elle est définie par la propriété url dans config.json", "title.name": "Nom de votre communauté", "title.show-in-header": "Afficher le titre du site dans l'en-tête", "browser-title": "Titre dans le navigateur", "browser-title-help": "Si aucun titre dans le navigateur n'est spécifié, le titre du site sera utilisé", "title-layout": "Disposition du titre", - "title-layout-help": "Définissez la manière dont le titre est structuré dans le navigateur ex: { pageTitle} | {browserTitle}", + "title-layout-help": "Définir la manière dont le titre est structuré dans le navigateur ex : {pageTitle} | {browserTitle}", "description.placeholder": "Une courte description de votre communauté", "description": "Description du site", "keywords": "Mots-clés du site", "keywords-placeholder": "Mots-clés décrivant votre communauté, séparés par des virgules", - "logo-and-icons": "Logo et icônes du site", + "logo-and-icons": "Logo & Icônes du site", "logo.image": "Image", - "logo.image-placeholder": "Chemin vers un logo à afficher dans l'en-tête du site", - "logo.upload": "Télécharger", + "logo.image-placeholder": "Chemin vers un logo à afficher dans l'en-tête du forum", + "logo.upload": "Téléverser", "logo.url": "URL du lien du logo", - "logo.url-placeholder": "L'URL du logo du site", - "logo.url-help": "Lorsque le logo est cliqué, il renvoi les utilisateurs à cette adresse. Si laissé vide, l'utilisateur sera envoyé à l'index du forum.
Remarque : il ne s'agit pas de l'URL externe utilisée dans les e-mails, etc. Elle est définie par la propriété url dans config.json", - "logo.alt-text": "Texte alternatif (alt)", + "logo.url-placeholder": "URL du logo du site", + "logo.url-help": "Lorsque le logo est cliqué, il renvoie les utilisateurs à cette adresse. Si laissé vide, l'utilisateur sera envoyé à l'index du forum.
Remarque : il ne s'agit pas de l'URL externe utilisée dans les e-mails, etc. Elle est définie par la propriété url dans config.json", + "logo.alt-text": "Texte alternatif", "log.alt-text-placeholder": "Texte alternatif pour l'accessibilité", "favicon": "Favicon", - "favicon.upload": "Télécharger", + "favicon.upload": "Téléverser", "pwa": "Progressive Web App", "touch-icon": "Icône d'accueil", - "touch-icon.upload": "Télécharger", - "touch-icon.help": "Taille et format recommandés: 512x512, format PNG uniquement. Si aucun Icône d'accueil n'est spécifiée, le favicon NodeBB sera visible.", + "touch-icon.upload": "Téléverser", + "touch-icon.help": "Taille et format recommandés : 512x512, format PNG uniquement. Si aucune icône d'accueil n'est spécifiée, le favicon NodeBB sera visible.", "maskable-icon": "Icône masquable (écran d'accueil)", - "maskable-icon.help": "Taille et format recommandés: 512x512, format PNG uniquement. Si aucune icône masquable n'est spécifiée, le favicon NodeBB sera visible.", + "maskable-icon.help": "Taille et format recommandés : 512x512, format PNG uniquement. Si aucune icône masquable n'est spécifiée, le favicon NodeBB sera visible.", "outgoing-links": "Liens sortants", "outgoing-links.warning-page": "Utiliser la page d'avertissement pour liens sortants", "search": "Rechercher", "search-default-in": "Rechercher dans", "search-default-in-quick": "Recherche rapide dans", "search-default-sort-by": "Trier par", - "outgoing-links.whitelist": "Domaines à inclure dans la liste blanche pour passer la page d'avertissement.", + "outgoing-links.whitelist": "Domaines à inclure dans la liste blanche pour passer la page d'avertissement", "site-colors": "Métadonnées des couleurs du site", "theme-color": "Couleur du thème", "background-color": "Couleur de l'arrière plan", "background-color-help": "Couleur utilisée pour l'arrière-plan de l'écran de démarrage lorsque le site Web est installé en tant que PWA", "undo-timeout": "Annuler le délai d'attente", - "undo-timeout-help": "Certaines opérations telles que le déplacement de sujets permettront au modérateur d'annuler son action dans un certain délai. Réglez sur 0 pour désactiver complètement l'annulation.", - "topic-tools": "Outils pour sujets" + "undo-timeout-help": "Certaines opérations telles que le déplacement de sujets permettront au modérateur d'annuler son action dans un certain délai. Régler sur 0 pour désactiver complètement l'annulation.", + "topic-tools": "Outils pour les sujets" } diff --git a/public/language/fr/admin/settings/group.json b/public/language/fr/admin/settings/group.json index c32ecfb66f..85d7ca3c06 100644 --- a/public/language/fr/admin/settings/group.json +++ b/public/language/fr/admin/settings/group.json @@ -3,11 +3,11 @@ "private-groups": "Groupes privés", "private-groups.help": "Si cette case est cochée, rejoindre un groupe nécessitera l'accord d'un propriétaire du groupe (Par défaut : activé)", "private-groups.warning": "Attention ! Si cette option est désactivée et que vous avez des groupes privés, ils deviendront automatiquement publics.", - "allow-multiple-badges": "Autoriser de multiple badges", + "allow-multiple-badges": "Autoriser les badges multiples", "allow-multiple-badges-help": "Cet affichage peut être utilisé pour permettre aux utilisateurs de sélectionner plusieurs badges de groupe, nécessite que votre thème le supporte.", - "max-name-length": "Longueur maximum des noms de groupes", + "max-name-length": "Longueur maximale du nom de groupe", "max-title-length": "Longueur maximale du titre de groupe", "cover-image": "Image de couverture du groupe", "default-cover": "Images de couverture par défaut", - "default-cover-help": "Ajouter des images de couvertures par défaut séparées par des virgules pour les groupes n'ayant pas téléchargé d'image de couverture" + "default-cover-help": "Ajouter des images de couvertures par défaut séparées par des virgules pour les groupes n'ayant pas téléversé d'image de couverture" } \ No newline at end of file diff --git a/public/language/fr/admin/settings/homepage.json b/public/language/fr/admin/settings/homepage.json index 3efe41fe65..92811ef4ed 100644 --- a/public/language/fr/admin/settings/homepage.json +++ b/public/language/fr/admin/settings/homepage.json @@ -1,6 +1,6 @@ { "home-page": "Page d'accueil", - "description": "Choisissez la page affichée lorsque les utilisateurs naviguent à la racine de votre forum.", + "description": "Choisir la page affichée lorsque les utilisateurs naviguent à la racine de votre forum.", "home-page-route": "Route de la page d'accueil", "custom-route": "Route personnalisée", "allow-user-home-pages": "Permettre aux utilisateurs de choisir une page d'accueil personnalisée", diff --git a/public/language/fr/admin/settings/languages.json b/public/language/fr/admin/settings/languages.json index 51ee9f7f01..b3a2738c07 100644 --- a/public/language/fr/admin/settings/languages.json +++ b/public/language/fr/admin/settings/languages.json @@ -1,6 +1,6 @@ { - "language-settings": "Réglages linguistiques", - "description": "La langue par défaut détermine les réglages pour tous les utilisateurs qui visitent votre forum.
Les utilisateurs peuvent ensuite modifier la langue par défaut sur leur page de réglages.", + "language-settings": "Paramètres linguistiques", + "description": "La langue par défaut détermine les réglages pour tous les utilisateurs qui visitent votre forum.
Chaque utilisateur peut ensuite modifier la langue par défaut sur sa page de paramètres.", "default-language": "Langue par défaut", "auto-detect": "Détection automatique de la langue pour les invités" } \ No newline at end of file diff --git a/public/language/fr/admin/settings/navigation.json b/public/language/fr/admin/settings/navigation.json index e7f338f81c..a3da06fe34 100644 --- a/public/language/fr/admin/settings/navigation.json +++ b/public/language/fr/admin/settings/navigation.json @@ -6,14 +6,14 @@ "tooltip": "Info-bulle :", "text": "Texte :", "text-class": "Classe de texte : optionnel", - "class": "Classe: facultatif", + "class": "Classe : facultatif", "id": "ID : optionnel", "properties": "Propriétés :", - "groups": "Groupes:", + "groups": "Groupes :", "open-new-window": "Ouvrir dans une nouvelle fenêtre", "dropdown": "Menu déroulant", - "dropdown-placeholder": "Placez vos éléments de menu déroulant ci-dessous, par exemple:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Placer vos éléments de menu déroulant ci-dessous, par exemple :
https://myforum.com", "btn.delete": "Supprimer", "btn.disable": "Désactiver", diff --git a/public/language/fr/admin/settings/notifications.json b/public/language/fr/admin/settings/notifications.json index 9a0978d167..c80b6b87da 100644 --- a/public/language/fr/admin/settings/notifications.json +++ b/public/language/fr/admin/settings/notifications.json @@ -3,5 +3,5 @@ "welcome-notification": "Notification de bienvenue", "welcome-notification-link": "Lien de notification de bienvenue", "welcome-notification-uid": "Notification de bienvenue de l'utilisateur (UID)", - "post-queue-notification-uid": "File d'attente d l'Utilisateur (UID)" + "post-queue-notification-uid": "File d'attente utilisateur (UID)" } \ No newline at end of file diff --git a/public/language/fr/admin/settings/pagination.json b/public/language/fr/admin/settings/pagination.json index 512f4471b1..c239131ff1 100644 --- a/public/language/fr/admin/settings/pagination.json +++ b/public/language/fr/admin/settings/pagination.json @@ -1,12 +1,12 @@ { "pagination": "Paramètres de pagination", - "enable": "Utiliser la pagination des sujets et messages au lieu du défilement infini", + "enable": "Utiliser la pagination des sujets et messages au lieu du défilement infini.", "posts": "Pagination des messages", "topics": "Pagination des sujets", "posts-per-page": "Messages par page", "max-posts-per-page": "Messages maximum par page", "categories": "Pagination des categories", "topics-per-page": "Sujets par page", - "max-topics-per-page": "Sujets maximum par page", + "max-topics-per-page": "Maximum de sujets par page", "categories-per-page": "Catégories par page" } \ No newline at end of file diff --git a/public/language/fr/admin/settings/post.json b/public/language/fr/admin/settings/post.json index 41b9ea9b66..56e77f6d81 100644 --- a/public/language/fr/admin/settings/post.json +++ b/public/language/fr/admin/settings/post.json @@ -14,49 +14,49 @@ "restrictions.post-queue": "Activer la file d'attente des messages", "restrictions.post-queue-rep-threshold": "Réputation requise pour contourner la file d'attente de publication", "restrictions.groups-exempt-from-post-queue": "Sélectionnez les groupes qui devraient être exemptés de la file d'attente de publication", - "restrictions-new.post-queue": "Activer la restriction", - "restrictions.post-queue-help": "L'activation de la file d'attente de publication placera les messages de nouveaux utilisateurs dans une file d'attente pour approbation.", - "restrictions-new.post-queue-help": "L'activation de restrictions des nouveaux utilisateurs définira des restrictions sur les messages créées par de nouveaux utilisateurs.", + "restrictions-new.post-queue": "Activer les restrictions aux nouveaux utilisateurs", + "restrictions.post-queue-help": "L'activation de la file d'attente de publication placera les messages des nouveaux utilisateurs dans une file d'attente pour approbation.", + "restrictions-new.post-queue-help": "L'activation de restrictions aux nouveaux utilisateurs définira des restrictions sur les messages créés par les nouveaux utilisateurs.", "restrictions.seconds-between": "Nombre de secondes entre les messages", "restrictions.seconds-between-new": "Secondes entre les messages pour les nouveaux utilisateurs", "restrictions.rep-threshold": "Seuil de réputation avant que ces restrictions ne soient levées", "restrictions.seconds-before-new": "Secondes avant qu'un nouvel utilisateur puisse publier son premier message", "restrictions.seconds-edit-after": "Nombre de secondes pendant lesquelles une publication reste modifiable (définissez la valeur sur 0 pour la désactiver)", - "restrictions.seconds-delete-after": "Nombre de secondes pendant lesquelles un message reste supprimable (définissez la valeur sur 0 pour la désactiver)", - "restrictions.replies-no-delete": "Nombre de réponses avant que les utilisateurs soient pas autorisés à supprimer leurs propres sujets (définissez la valeur sur 0 pour la désactiver)", + "restrictions.seconds-delete-after": "Nombre de secondes pendant lesquelles un message reste supprimable (définissez la valeur sur 0 pour désactiver)", + "restrictions.replies-no-delete": "Nombre de réponses avant que les utilisateurs soient interdits de supprimer leurs propres sujets (définissez la valeur sur 0 pour désactiver)", "restrictions.title-length": "Longueur du titre", "restrictions.post-length": "Longueur du message", "restrictions.days-until-stale": "Jours jusqu'à ce que le sujet soit considéré comme périmé", - "restrictions.stale-help": "Si un sujet est considéré comme \"périmé\", un message sera affiché aux utilisateurs tentant de répondre au sujet", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "Horodatage", "timestamp.cut-off": "Date de coupure (en jours)", - "timestamp.cut-off-help": "Les dates et heures seront affichées de façon relative (par exemple \"il y a 3 heures\", \"il y a 5 jours\"), et localisées. Après un certain point, le texte peut afficher la date emlle-même (par exemple 5 Novembre 2016, 15:30).
(Défaut : 30, ou un mois). Régler à 0 pour toujours afficher des dates, laisser vide pour toujours afficher des dates relatives.", + "timestamp.cut-off-help": "Dates & heures seront affichées de façon relative (par exemple \"il y a 3 heures\", \"il y a 5 jours\"), et localisées. Après un certain temps, le texte peut afficher la date elle-même (par exemple 5 Novembre 2016, 15:30).
(Défaut : 30, ou un mois). Régler à 0 pour toujours afficher des dates, laisser vide pour toujours afficher des dates relatives.", "timestamp.necro-threshold": "Seuil d'archivage (en jours)", - "timestamp.necro-threshold-help": "Un message sera affiché entre les messages si le temps qui les sépare est plus long que le seuil d'archivage. (Par défaut: 7 ou une semaine). Définissez sur 0 pour désactiver.", - "timestamp.topic-views-interval": "Incrémenter l'intervalle de consultation du sujet (en minutes)", - "timestamp.topic-views-interval-help": "Les conseultations de sujet ne s'incrémenteront qu'une fois toutes les X minutes, comme défini par ce paramètre.", + "timestamp.necro-threshold-help": "Un message sera affiché entre les messages si le temps qui les sépare est plus long que le seuil d'archivage. (Par défaut : 7 ou une semaine). Définissez sur 0 pour désactiver.", + "timestamp.topic-views-interval": "Incrément du nombre de vues du sujet (en minutes)", + "timestamp.topic-views-interval-help": "Les consultations de sujet ne s'incrémenteront qu'une fois toutes les X minutes, comme défini par ce paramètre.", "teaser": "Message d'aperçu", - "teaser.last-post": "Dernier – Affiche le dernier message, ou celui d'origine, si il n'y a pas de réponse", - "teaser.last-reply": "Dernier – Affiche le dernier message, ou \"Aucune réponse\" si il n'y a pas de réponse", + "teaser.last-post": "Dernier - Affiche le dernier message, ou celui d'origine, si il n'y a pas de réponse", + "teaser.last-reply": "Dernier - Affiche le dernier message, ou \"Aucune réponse\" si il n'y a pas de réponse", "teaser.first": "Premier", - "showPostPreviewsOnHover": "Afficher un aperçu des messages au survol des liens", - "unread-and-recent": "Paramètres non lus et récents", + "showPostPreviewsOnHover": "Afficher un aperçu des messages au survol de la souris", + "unread-and-recent": "Paramètres Non lus & Récents", "unread.cutoff": "Nombre de jours pour les messages non-lus", "unread.min-track-last": "Nombre minimum de messages dans le sujet avant de garder en mémoire le dernier message lu", - "recent.max-topics": "Maximum de sujets récents", - "recent.categoryFilter.disable": "Désactiver le filtrage des sujets dans les catégories ignorées sur la page /recent", + "recent.max-topics": "Maximum de sujets sur la page /Récents", + "recent.categoryFilter.disable": "Désactiver le filtrage des sujets dans les catégories ignorées sur la page /Récents", "signature": "Paramètres de signature", "signature.disable": "Désactiver les signatures", "signature.no-links": "Désactiver les liens en signature", "signature.no-images": "Désactiver les images en signature ", "signature.hide-duplicates": "Masquer les signatures en double dans les sujets", "signature.max-length": "Longueur maximum des signatures", - "composer": "Paramètres Composer", - "composer-help": "Les réglages suivants permettent de choisir les fonctionnalités et/ou l'apparence du composeur de message affiché\n\t\t\t\ttaux utilisateurs quand ils créent de nouveaux sujets ou répondent à des sujets existants.", + "composer": "Paramètres de l'éditeur", + "composer-help": "Les réglages suivants permettent de choisir les fonctionnalités et/ou l'apparence de l'éditeur de message affiché\n\t\t\t\taux utilisateurs quand ils créent de nouveaux sujets ou répondent à des sujets existants.", "composer.show-help": "Afficher l'onglet \"Aide\"", "composer.enable-plugin-help": "Autoriser les plugins à modifier l'onglet d'aide", "composer.custom-help": "Message d'aide personnalisé", - "backlinks": "Backlinks", + "backlinks": "Backlinks (liens entrants)", "backlinks.enabled": "Activer les backlinks de sujet", "backlinks.help": "Si un message fait référence à un autre sujet, un lien vers le message sera inséré dans le sujet référencé.", "ip-tracking": "Suivi d'IP", diff --git a/public/language/fr/admin/settings/reputation.json b/public/language/fr/admin/settings/reputation.json index d2a97f3652..163266002d 100644 --- a/public/language/fr/admin/settings/reputation.json +++ b/public/language/fr/admin/settings/reputation.json @@ -1,32 +1,32 @@ { - "reputation": "Paramètre de réputation", + "reputation": "Paramètres de réputation", "disable": "Désactiver le système de réputation", "disable-down-voting": "Désactiver les votes négatifs", "votes-are-public": "Tous les votes sont publics", "thresholds": "Seuils d'activité", "min-rep-upvote": "Réputation minimale pour voter pour les publications", - "upvotes-per-day": "Votes positifs par jour (0 pour un nombre illimité)", - "upvotes-per-user-per-day": "Votes positifs par utilisateur et par jour (0 pour un nombre illimité)", - "min-rep-downvote": "Réputation minimum pour les votes négatifs", - "downvotes-per-day": "Votes négatif par jour (0 = illimités)", - "downvotes-per-user-per-day": "Votes négatif pour un utilisateur par jour (0 = illimités)", - "min-rep-chat": "Réputation minimum pour écrire un message", + "upvotes-per-day": "Votes positifs par jour (0 = illimité)", + "upvotes-per-user-per-day": "Votes positifs par utilisateur et par jour (0 = illimité)", + "min-rep-downvote": "Réputation minimale pour les votes négatifs", + "downvotes-per-day": "Votes négatifs par jour (0 = illimité)", + "downvotes-per-user-per-day": "Votes négatifs pour un utilisateur par jour (0 = illimité)", + "min-rep-chat": "Réputation minimale pour utiliser les conversations privées", "min-rep-post-links": "Réputation minimale pour publier des liens", - "min-rep-flag": "Réputation minimum pour signaler un message", - "min-rep-website": "Réputation minimum pour ajouter \"Site internet\" au profil utilisateur", - "min-rep-aboutme": "Réputation minimum pour ajouter \"À propos\" au profil utilisateur", - "min-rep-signature": "Réputation minimum pour ajouter \"Signature\" au profil utilisateur", + "min-rep-flag": "Réputation minimale pour signaler un message", + "min-rep-website": "Réputation minimale pour ajouter \"Site internet\" au profil utilisateur", + "min-rep-aboutme": "Réputation minimale pour ajouter \"À propos\" au profil utilisateur", + "min-rep-signature": "Réputation minimale pour ajouter \"Signature\" au profil utilisateur", "min-rep-profile-picture": "Réputation minimale pour ajouter une photo de profil", "min-rep-cover-picture": "Réputation minimale pour ajouter une photo de couverture", "flags": "Paramètres de signalement", "flags.limit-per-target": "Nombre maximum de fois qu'un élément peut être signalé", - "flags.limit-per-target-placeholder": "Défaut: 0", - "flags.limit-per-target-help": "Lorsqu'un message ou un utilisateur a été signalé plusieurs fois, chaque indicateur supplémentaire est considéré comme un \"rapport\". et ajouté au signalement d'origine. Définissez cette option sur un nombre autre que zéro pour limiter le nombre de rapports qu'un signalement peut admettre.", - "flags.auto-flag-on-downvote-threshold": "Nombre de votes négatifs pour les signalements (0 pour désactiver, par défaut : 0)", + "flags.limit-per-target-placeholder": "Défaut : 0", + "flags.limit-per-target-help": "Lorsqu'un message ou un utilisateur a été signalé plusieurs fois, chaque indicateur supplémentaire est considéré comme un \"rapport\" et est ajouté au signalement d'origine. Définir cette option sur un nombre autre que zéro pour limiter le nombre de rapports qu'un signalement peut admettre.", + "flags.auto-flag-on-downvote-threshold": "Nombre de votes négatifs pour les signalements automatiques (0 pour désactiver, par défaut : 0)", "flags.auto-resolve-on-ban": "Résoudre automatiquement tous les tickets d'un utilisateur lorsqu'il est banni", - "flags.action-on-resolve": "Procédez comme suit lorsqu'un signalement est résolu", - "flags.action-on-reject": "Procédez comme suit lorsqu'un signalement est rejeté", + "flags.action-on-resolve": "Procéder comme suit lorsqu'un signalement est résolu", + "flags.action-on-reject": "Procéder comme suit lorsqu'un signalement est rejeté", "flags.action.nothing": "Ne rien faire", "flags.action.rescind": "Annuler la notification envoyée aux modérateurs/administrateurs" } \ No newline at end of file diff --git a/public/language/fr/admin/settings/tags.json b/public/language/fr/admin/settings/tags.json index a2667cfd62..c617f9c843 100644 --- a/public/language/fr/admin/settings/tags.json +++ b/public/language/fr/admin/settings/tags.json @@ -3,11 +3,11 @@ "link-to-manage": "Gérer les mots-clés", "system-tags": "Gestion des mots-clés", "system-tags-help": "Seuls les utilisateurs privilégiés pourront utiliser ces mots-clés.", - "tags-per-topic": "Tags par sujet", - "min-per-topic": "Nombre minimum de mots-clés par sujet", - "max-per-topic": "Nombre maximum de mots-clés par sujet", - "min-length": "Longueur minimum des mots-clés", - "max-length": "Longueur maximum des mots-clés", + "tags-per-topic": "Mots-clés par sujet", + "min-per-topic": "Nombre minimale de mots-clés par sujet", + "max-per-topic": "Nombre maximale de mots-clés par sujet", + "min-length": "Longueur minimale des mots-clés", + "max-length": "Longueur maximale des mots-clés", "related-topics": "Sujets connexes", "max-related-topics": "Nombre maximum de sujets connexes à afficher (si supporté par le thème)" } \ No newline at end of file diff --git a/public/language/fr/admin/settings/uploads.json b/public/language/fr/admin/settings/uploads.json index 86384a3acc..1b0ef38326 100644 --- a/public/language/fr/admin/settings/uploads.json +++ b/public/language/fr/admin/settings/uploads.json @@ -1,45 +1,45 @@ { "posts": "Sujets", "orphans": "Fichiers orphelins", - "private": "Rendre privés les fichiers téléchargés", + "private": "Rendre privés les fichiers téléversés", "strip-exif-data": "Supprimer les données EXIF", - "preserve-orphaned-uploads": "Conserver les fichiers téléchargés après la suppression d'une publication.", - "orphanExpiryDays": "Jours pour garder les fichiers orphelins", + "preserve-orphaned-uploads": "Conserver les fichiers téléversés après la suppression d'une publication", + "orphanExpiryDays": "Durée (en jours) de conservation des fichiers orphelins", "orphanExpiryDays-help": "Les téléchargements orphelins seront supprimés du système de fichiers après ce délai :
Changer 0 Laissez vide pour désactiver.", - "private-extensions": "Rendre privé des extensions de fichier.", - "private-uploads-extensions-help": "Renseignez ici une liste d'extensions de fichiers séparées par des virgules pour les rendre privées (par exemple : pdf, xls, doc). Une liste vide signifie que tous les fichiers sont privés.", - "resize-image-width-threshold": "Redimensionner les images si elles sont plus larges que la largeur spécifiée", - "resize-image-width-threshold-help": "(En pixels, valeur par défaut: 1520 pixels, mettez 0 pour désactiver)", + "private-extensions": "Rendre privé des extensions de fichier", + "private-uploads-extensions-help": "Renseigner ici une liste d'extensions de fichiers séparées par des virgules pour les rendre privées (par exemple : pdf, xls, doc). Une liste vide signifie que tous les fichiers sont privés.", + "resize-image-width-threshold": "Redimensionner les images si elles sont plus larges que la valeur spécifiée", + "resize-image-width-threshold-help": "(en pixels, valeur par défaut : 1520 pixels, mettez 0 pour désactiver)", "resize-image-width": "Redimensionner les images à la largeur spécifiée", - "resize-image-width-help": "(En pixels, valeur par défaut: 760 pixels, mettez 0 pour désactiver)", - "resize-image-quality": "Qualité utilisée des images redimensionnées", + "resize-image-width-help": "(en pixels, valeur par défaut : 760 pixels, mettez 0 pour désactiver)", + "resize-image-quality": "Qualité des images redimensionnées", "resize-image-quality-help": "Diminuer la qualité des images redimensionnées pour réduire leur taille.", - "max-file-size": "Taille maximum d'un fichier (en Ko)", + "max-file-size": "Taille maximale d'un fichier (en Kio)", "max-file-size-help": "(en kibioctets, défaut : 2048 Kio)", "reject-image-width": "Largeur maximale des images (en pixels)", "reject-image-width-help": "Les images plus larges que cette valeur seront rejetées.", "reject-image-height": "Hauteur maximale des images (en pixels)", - "reject-image-height-help": "Les images plus hautes que cette valeur seront rejetées.", - "allow-topic-thumbnails": "Autoriser les utilisateurs à télécharger des miniatures de sujet", + "reject-image-height-help": "Les images plus grandes que cette valeur seront rejetées.", + "allow-topic-thumbnails": "Autoriser les utilisateurs à téléverser des miniatures de sujet", "topic-thumb-size": "Miniature du sujet", - "allowed-file-extensions": "Extensions de fichier autorisés", - "allowed-file-extensions-help": "Entrer une liste d’extensions de fichier séparés par une virgule (ex : pdf,xls,doc). Une liste vide signifie que toutes les extensions sont autorisées.", - "upload-limit-threshold": "Limite d'envoi de fichiers par utilisateurs:", + "allowed-file-extensions": "Extensions de fichiers autorisées", + "allowed-file-extensions-help": "Entrer une liste d’extensions de fichier séparées par une virgule (ex : pdf,xls,doc). Une liste vide signifie que toutes les extensions sont autorisées.", + "upload-limit-threshold": "Limite d'envoi de fichiers par utilisateurs :", "upload-limit-threshold-per-minute": "Par %1 Minute", "upload-limit-threshold-per-minutes": "Par %1 Minutes", "profile-avatars": "Avatar", - "allow-profile-image-uploads": "Autoriser les utilisateurs à télécharger des avatars", - "convert-profile-image-png": "Convertir les avatars téléchargés au format PNG", + "allow-profile-image-uploads": "Autoriser les utilisateurs à téléverser des avatars", + "convert-profile-image-png": "Convertir les avatars téléversés au format PNG", "default-avatar": "Modifier l'avatar par défaut", - "upload": "Télécharger", + "upload": "Téléverser", "profile-image-dimension": "Dimensions de l'avatar", - "profile-image-dimension-help": "(En pixel, par défaut : 128 pixels)", - "max-profile-image-size": "Taille maximum des avatars", + "profile-image-dimension-help": "(En pixels, par défaut : 128 pixels)", + "max-profile-image-size": "Taille maximale des avatars", "max-profile-image-size-help": "(en kibioctets, défaut : 256 Kio)", - "max-cover-image-size": "Taille maximum des images de couverture", + "max-cover-image-size": "Taille maximale des images de couverture", "max-cover-image-size-help": "(en kibioctets, défaut : 2048 Kio)", "keep-all-user-images": "Garder les anciennes versions d'avatars et d'images de couverture sur le serveur", - "profile-covers": "Image de couverture", - "default-covers": "Image de couverture par défaut", - "default-covers-help": "Ajouter des images de couvertures par défaut séparées par des virgules pour les comptes n'ayant pas téléchargé d'image de couverture" + "profile-covers": "Images de profil", + "default-covers": "Images de couverture par défaut", + "default-covers-help": "Ajouter des images de couverture par défaut séparées par des virgules pour les comptes n'ayant pas téléchargé d'image de couverture" } diff --git a/public/language/fr/admin/settings/user.json b/public/language/fr/admin/settings/user.json index e1648547fe..b49f53701e 100644 --- a/public/language/fr/admin/settings/user.json +++ b/public/language/fr/admin/settings/user.json @@ -6,32 +6,32 @@ "allow-login-with.username-email": "Nom d'utilisateur ou e-mail", "allow-login-with.username": "Nom d'utilisateur uniquement", "account-settings": "Paramètres du compte", - "gdpr_enabled": "Activer le consentement GRPD", - "gdpr_enabled_help": "Une fois activé, tous les nouveaux inscrits seront tenus de donner explicitement leur consentement pour la collecte et l'utilisation des données en vertu du Règlement Général sur la Protection des Données (RGPD). Remarque: l'activation du RGPD n'oblige pas les utilisateurs préexistants à donner leur consentement. Pour ce faire, vous devrez installer le plugin GDPR.", + "gdpr-enabled": "Activer le consentement RGPD", + "gdpr-enabled-help": "Une fois activé, tous les nouveaux inscrits seront tenus de donner explicitement leur consentement pour la collecte et l'utilisation des données en vertu du Règlement Général sur la Protection des Données (RGPD). Remarque: l'activation du RGPD n'oblige pas les utilisateurs préexistants à donner leur consentement. Pour ce faire, vous devrez installer le plugin RGPD.", "disable-username-changes": "Désactiver le changement de nom d'utilisateur", "disable-email-changes": "Désactiver le changement d'adresse e-mail", "disable-password-changes": "Désactiver le changement de mot de passe", "allow-account-deletion": "Autoriser la suppression des comptes", "hide-fullname": "Masquer le nom complet aux utilisateurs", - "hide-email": "Masquer les emails aux utilisateurs", + "hide-email": "Masquer les e-mails aux utilisateurs", "show-fullname-as-displayname": "Afficher le nom complet de l'utilisateur en tant que nom d'affichage si disponible", "themes": "Thèmes", - "disable-user-skins": "Empêcher les utilisateurs de choisir un skin personnalisé", + "disable-user-skins": "Empêcher les utilisateurs de choisir un habillage personnalisé", "account-protection": "Protection du compte", "admin-relogin-duration": "Temps de reconnexion pour le compte administrateur (en minutes)", - "admin-relogin-duration-help": "Après un certain temps, l'accessibilité à la section d'administration nécessitera une reconnexion ; fixer le nombre à 0 pour désactiver cet effet.", + "admin-relogin-duration-help": "Après un certain temps, l'accessibilité à la section d'administration nécessitera une reconnexion, fixer le nombre à 0 pour désactiver cet effet.", "login-attempts": "Tentatives de connexions par heure", "login-attempts-help": "Si le nombre de tentatives de connexion à un compte dépasse ce seuil, le compte sera bloqué pour une durée pré-configurée", "lockout-duration": "Durée du blocage (minutes)", - "login-days": "Nombre de jour pendant lesquels se souvenir des sessions d'identification utilisateurs", + "login-days": "Nombre de jours pendant lesquels se souvenir des sessions d'identification utilisateurs", "password-expiry-days": "Imposer un changement de mot de passe après un certain nombre de jours", "session-time": "Temps de session", "session-time-days": "Jours", "session-time-seconds": "Secondes", - "session-time-help": "Ces valeurs permettent de définir la durée pendant laquelle un utilisateur reste connecté lorsqu'il consulte le lien \"Se souvenir de moi\". Notez que seulement une de ces valeurs sera utilisée. S'il n'y a pas de valeur en secondes, la valeur sera en jours. S'il n'y a pas de valeur en jours, la valeur sera par défaut est 14 jours.", + "session-time-help": "Ces valeurs permettent de définir la durée pendant laquelle un utilisateur reste connecté lorsqu'il coche l'option \"Se souvenir de moi\". Notez que seulement une de ces valeurs sera utilisée. S'il n'y a pas de valeur en secondes, la valeur sera de jours. S'il n'y a pas de valeur en jours, la valeur sera par défaut est 14 jours.", "session-duration": "Durée de la session si \"Se souvenir de moi\" n'est pas coché (en secondes)", - "session-duration-help": "Par défaut - ou s'il est défini sur 0 - un utilisateur restera connecté pendant toute la durée de la session (par exemple, aussi longtemps que la fenêtre/l'onglet du navigateur reste ouvert). Définissez cette valeur pour invalider explicitement la session après le nombre de secondes spécifié.", - "online-cutoff": "Minutes après que l'utilisateur soit considéré comme inactif", + "session-duration-help": "Par défaut — ou s'il est défini sur 0 — un utilisateur restera connecté pendant toute la durée de la session (par exemple, aussi longtemps que la fenêtre/l'onglet du navigateur reste ouvert(e)). Définir cette valeur pour invalider explicitement la session après le nombre de secondes spécifiées.", + "online-cutoff": "Minutes après lesquelles l'utilisateur est considéré comme inactif", "online-cutoff-help": "Si l'utilisateur n'effectue aucune action pendant cette durée, il est considéré comme inactif et ne reçoit pas de mises à jour en temps réel.", "registration": "Inscription des utilisateurs", "registration-type": "Type d'inscription", @@ -42,9 +42,9 @@ "registration-type.invite-only": "Uniquement sur invitation", "registration-type.admin-invite-only": "Uniquement sur invitation d'un admin", "registration-type.disabled": "Pas d'inscription", - "registration-type.help": "Normal - Les utilisateurs peuvent s'inscrire à partir de la page d'inscription.
\nInvitation uniquement - Les utilisateurs peuvent inviter d'autres personnes à partir de la page des utilisateurs.
\nInvitation administrateur uniquement - Seuls les administrateurs peuvent inviter d'autres personnes à partir des pages des utilisateurs et des pages d'administration.
\nAucune inscription - Aucune inscription d'utilisateur.
", + "registration-type.help": "Normal - Les utilisateurs peuvent s'inscrire à partir de la page d'inscription.
\nUniquement sur invitation - Les utilisateurs peuvent inviter d'autres personnes à partir de la page des utilisateurs.
\nInvitation administrateur uniquement - Seuls les administrateurs peuvent inviter d'autres personnes à partir des pages des utilisateurs et des pages d'administration.
\nAucune inscription - Aucune inscription d'utilisateur.
", "registration-approval-type.help": "Normal - Les utilisateurs sont enregistrés immédiatement.
\nApprobation de l'administrateur - Les inscriptions des utilisateurs sont placées dans une file d'attente d'approbation pour les administrateurs.
\nApprobation par adresses IP pour les nouveaux utilisateurs, Approbation de l'administrateur pour les adresses IP ayant déjà un compte.
", - "registration-queue-auto-approve-time": "Durée d'approbation automatique", + "registration-queue-auto-approve-time": "Délai d'approbation automatique", "registration-queue-auto-approve-time-help": "Heures avant l'approbation automatique de l'utilisateur. 0 pour désactiver.", "registration-queue-show-average-time": "Afficher aux utilisateurs le temps moyen nécessaire d'approbation", "registration.max-invites": "Nombre maximum d'invitations par utilisateur", @@ -52,11 +52,11 @@ "max-invites-help": "0 pour supprimer cette restriction. Les admins n'ont aucune restriction
Valable uniquement pour \"Uniquement sur invitation\"", "invite-expiration": "Expiration des invitations", "invite-expiration-help": "nombre de jours avant que l'invitation n'expire.", - "min-username-length": "Longueur minimum du nom d'utilisateur", - "max-username-length": "Longueur maxmum du nom d'utilisateur", - "min-password-length": "Longueur minimum du mot de passe", + "min-username-length": "Longueur minimale du nom d'utilisateur", + "max-username-length": "Longueur maximale du nom d'utilisateur", + "min-password-length": "Longueur minimale du mot de passe", "min-password-strength": "Sécurité minimale du mot de passe", - "max-about-me-length": "Longueur maximum du À propos de moi", + "max-about-me-length": "Longueur maximale du À propos de moi", "terms-of-use": "Conditions générales d'utilisation du forum (Laisser vide pour désactiver)", "user-search": "Rechercher un utilisateur", "user-search-results-per-page": "Nombre d'utilisateurs à afficher dans les résultats de recherche", @@ -67,14 +67,14 @@ "outgoing-new-tab": "Ouvrir les liens sortants dans un nouvel onglet", "topic-search": "Activer la recherche au sein des sujets", "update-url-with-post-index": "Mettre à jour l'URL avec l'index des articles", - "digest-freq": "S'inscrire aux compte rendus", + "digest-freq": "S'inscrire aux comptes rendus d'activités", "digest-freq.off": "Désactivé", "digest-freq.daily": "Quotidien", "digest-freq.weekly": "Hebdomadaire", - "digest-freq.biweekly": "Deux fois par semaine", + "digest-freq.biweekly": "Bihebdomadaire", "digest-freq.monthly": "Mensuel", "email-chat-notifs": "Envoyer un e-mail si un nouveau message de chat arrive lorsque je ne suis pas en ligne", - "email-post-notif": "Envoyer un email lors de réponses envoyées aux sujets auxquels que je suis", + "email-post-notif": "Envoyer un e-mail lorsque de nouvelles réponses sont ajoutées aux sujets que je suis", "follow-created-topics": "S'abonner aux sujets que vous créez", "follow-replied-topics": "S'abonner aux sujets auxquels vous répondez", "default-notification-settings": "Paramètres des notifications par défaut", diff --git a/public/language/fr/admin/settings/web-crawler.json b/public/language/fr/admin/settings/web-crawler.json index 2c8c2fa771..e002970e53 100644 --- a/public/language/fr/admin/settings/web-crawler.json +++ b/public/language/fr/admin/settings/web-crawler.json @@ -1,7 +1,7 @@ { "crawlability-settings": "Réglages de navigation", "robots-txt": "Fichier Robots.txt personnalisé Laissez vide pour utiliser le fichier par défaut", - "sitemap-feed-settings": "Réglages du sitemap et du flux", + "sitemap-feed-settings": "Réglages du Sitemap & du flux", "disable-rss-feeds": "Désactiver les flux RSS", "disable-sitemap-xml": "Désactiver le fichier sitemap.xml", "sitemap-topics": "Nombre de sujets à afficher dans le sitemap", diff --git a/public/language/fr/category.json b/public/language/fr/category.json index d32a2a0f0c..8dcf7f570d 100644 --- a/public/language/fr/category.json +++ b/public/language/fr/category.json @@ -1,12 +1,12 @@ { "category": "Catégorie", "subcategories": "Sous-catégories", - "new_topic_button": "Nouveau sujet", + "new-topic-button": "Nouveau sujet", "guest-login-post": "Se connecter pour poster", - "no_topics": "Il n'y a aucun sujet dans cette catégorie.
Pourquoi ne pas en créer un ?", + "no-topics": "Il n'y a aucun sujet dans cette catégorie.
Pourquoi ne pas en créer un ?", "browsing": "parcouru par", - "no_replies": "Personne n'a répondu", - "no_new_posts": "Pas de nouveau message", + "no-replies": "Personne n'a répondu", + "no-new-posts": "Pas de nouveau message", "watch": "S'abonner", "ignore": "Ne plus surveiller", "watching": "Suivi", @@ -15,9 +15,9 @@ "watching.description": "Afficher les sujets non lus et récents", "not-watching.description": "Ne pas afficher les sujets non lus, afficher les récents", "ignoring.description": "Ne pas afficher les sujets non lus et récents", - "watching.message": "Vous suivez les mises à jour de cette catégorie et de ses sous-catégories. ", - "notwatching.message": "Vous ne suivez aucunes mises à jour de cette catégorie et de ses sous-catégories.", - "ignoring.message": "Vous ignorez maintenant les mises à jour de cette catégorie et de toutes les sous-catégories.", + "watching.message": "Vous suivez maintenant les mises à jour de cette catégorie et de ses sous-catégories", + "notwatching.message": "Vous ne suivez aucune mise à jour de cette catégorie et de ses sous-catégories.", + "ignoring.message": "Vous ignorez maintenant les mises à jour de cette catégorie et de ses sous-catégories.", "watched-categories": "Catégories surveillées", "x-more-categories": "%1 plus de catégories" } \ No newline at end of file diff --git a/public/language/fr/email.json b/public/language/fr/email.json index f19ff31fbd..ca8884aaf8 100644 --- a/public/language/fr/email.json +++ b/public/language/fr/email.json @@ -1,34 +1,34 @@ { - "test-email.subject": "Email Test", + "test-email.subject": "Test e-mail", "password-reset-requested": "Demande de réinitialisation de mot de passe !", "welcome-to": "Bienvenue sur %1", "invite": "Invitation de %1", - "greeting_no_name": "Bonjour", - "greeting_with_name": "Bonjour %1", - "email.verify-your-email.subject": "Veuillez vérifier votre Email", - "email.verify.text1": "Vous avez demandé que nous modifiions ou confirmions votre adresse mail", - "email.verify.text2": "Pour des raisons de sécurité, nous ne modifions ou ne confirmons l'adresse mail enregistrée qu'une fois que sa propriété soit confirmée. Si vous ne l'avez pas demandé, aucune action n'est requise de votre part.", - "email.verify.text3": "Une fois que vous aurez confirmé ce mail, nous remplacerons votre adresse e-mail actuelle par celle-ci (%1).", + "greeting-no-name": "Bonjour", + "greeting-with-name": "Bonjour %1", + "email.verify-your-email.subject": "Veuillez vérifier votre e-mail", + "email.verify.text1": "Vous avez demandé que nous modifions ou confirmions votre adresse mail", + "email.verify.text2": "Pour des raisons de sécurité, nous ne modifions ou ne confirmons l'adresse mail enregistrée que lorsque son propriétaire l'a confirmée. Si vous ne l'avez pas demandé, aucune action n'est requise de votre part.", + "email.verify.text3": "Une fois que vous aurez confirmé cette adresse, nous remplacerons votre adresse e-mail actuelle par celle-ci (%1).", "welcome.text1": "Merci de vous être inscrit sur %1!", - "welcome.text2": "Pour activer totalement votre compte, nous devons vérifier que vous êtes bien propriétaire de l'adresse email que vous avez utilisé pour vous inscrire.", + "welcome.text2": "Pour activer totalement votre compte, nous devons vérifier que vous êtes bien propriétaire de l'adresse email que vous avez utilisée pour vous inscrire.", "welcome.text3": "Un administrateur a accepté votre demande d'inscription. Vous pouvez maintenant vous connecter avec vos identifiants/mots de passe.", - "welcome.cta": "Cliquez ici pour confirmer votre adresse e-mail", + "welcome.cta": "Cliquer ici pour confirmer votre adresse e-mail", "invitation.text1": "%1 vous a invité à rejoindre %2", "invitation.text2": "Votre invitation va expirer dans %1 jours.", - "invitation.cta": "Cliquez ici pour créer votre compte.", - "reset.text1": "Nous avons reçu une demande de réinitialisation de votre mot de passe, probablement parce que vous l'avez oublié. Si ce n'est pas le cas, veuillez ignorer cet email.", + "invitation.cta": "Cliquer ici pour créer votre compte.", + "reset.text1": "Nous avons reçu une demande de réinitialisation de votre mot de passe, probablement parce que vous l'avez oublié. Si ce n'est pas le cas, veuillez ignorer cet e-mail.", "reset.text2": "Pour confirmer la réinitialisation de votre mot de passe, veuillez cliquer sur le lien suivant :", - "reset.cta": "Cliquez ici pour réinitialiser votre mot de passe", + "reset.cta": "Cliquer ici pour réinitialiser votre mot de passe", "reset.notify.subject": "Mot de passe modifié", "reset.notify.text1": "Nous vous informons que le %1, votre mot de passe a été modifié.", "reset.notify.text2": "Si vous n'avez pas autorisé ceci, veuillez contacter immédiatement un administrateur.", - "digest.unread-rooms": "Discussions Non-Lus", + "digest.unread-rooms": "Discussions non lues", "digest.room-name-unreadcount": "%1 (%2 non lu)", - "digest.latest_topics": "Derniers sujets de %1 :", + "digest.latest-topics": "Derniers sujets de %1 :", "digest.top-topics": "Meilleurs sujets de %1", "digest.popular-topics": "Sujets populaires de %1", - "digest.cta": "Cliquez ici pour aller sur %1", - "digest.unsub.info": "Ce message vous a été envoyé en raison de vos paramètres d'abonnement.", + "digest.cta": "Cliquer ici pour aller sur %1", + "digest.unsub.info": "Cette lettre d'activités vous a été envoyée en raison de vos paramètres d'abonnement.", "digest.day": "jour", "digest.week": "semaine", "digest.month": "mois", @@ -36,26 +36,26 @@ "digest.title.day": "Votre lettre d'activités quotidienne", "digest.title.week": "Votre lettre d'activités hebdomadaire", "digest.title.month": "Votre lettre d'activités mensuel", - "notif.chat.subject": "Nouveau message de chat reçu de %1", - "notif.chat.public-chat-subject": "Nouveau message de %1 dans la discussion %2", - "notif.chat.cta": "Cliquez ici pour continuer la conversation", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", + "notif.chat.cta": "Cliquer ici pour continuer la conversation", "notif.chat.unsub.info": "Cette notification de chat a été envoyé en raison de vos paramètres d'abonnement.", "notif.post.unsub.info": "La notification de ce message vous a été envoyé en raison de vos paramètres d'abonnement.", - "notif.post.unsub.one-click": "Vous pouvez également vous désabonner des lettres d'activités, en cliquant sur", + "notif.post.unsub.one-click": "Vous pouvez également vous désabonner des lettres d'activités en cliquant sur", "notif.cta": "Sur le forum", "notif.cta-new-reply": "Voir les messages", "notif.cta-new-chat": "Voir les discussions", - "notif.test.short": "Test des notifications", - "notif.test.long": "Ceci est un test de notifications de mail. Envoyez de l'aide!", - "test.text1": "Ceci est un e-mail de test pour vérifier que l'e-mailer est correctement configuré pour NodeBB.", - "unsub.cta": "Cliquez ici pour modifier ces paramètres", + "notif.test.short": "Tester les notifications", + "notif.test.long": "Ceci est un test de notifications de mail. Envoyez de l'aide !", + "test.text1": "Ceci est un e-mail de test pour vérifier que leur envoi est correctement configuré pour NodeBB.", + "unsub.cta": "Cliquer ici pour modifier ces paramètres", "unsubscribe": "Se désinscrire", "unsub.success": "Vous ne recevrez plus d'e-mails de la liste de diffusion %1", "unsub.failure.title": "Impossible de se désinscrire", - "unsub.failure.message": "Malheureusement, nous n'avons pas pu vous désinscrire de la liste de diffusion, car il y avait un problème avec le lien. Cependant, vous pouvez modifier vos préférences de messagerie en accédant à vos paramètres utilisateur.

(erreur: %1)", + "unsub.failure.message": "Malheureusement, nous n'avons pas pu vous désinscrire de la liste de diffusion, car il y avait un problème avec le lien. Cependant, vous pouvez modifier vos préférences de messagerie en accédant à vos paramètres utilisateur.

(erreur : %1)", "banned.subject": "Vous avez été banni de %1", "banned.text1": "L'utilisateur %1 a été banni de %2.", "banned.text2": "Ce ban est effectif jusqu'au %1.", - "banned.text3": "Voici la raison pour laquelle vous avez été banni : ", + "banned.text3": "Voici la raison pour laquelle vous avez été banni :", "closing": "Merci !" } \ No newline at end of file diff --git a/public/language/fr/error.json b/public/language/fr/error.json index a29abd42bc..99c0132942 100644 --- a/public/language/fr/error.json +++ b/public/language/fr/error.json @@ -1,7 +1,7 @@ { "invalid-data": "Données invalides", "invalid-json": "JSON invalide", - "wrong-parameter-type": "Une valeur de type %3 était attendue pour la propriété `%1`, mais %2 a été reçue à la place", + "wrong-parameter-type": "Une valeur de type %3 était attendue pour la propriété `%1`, mais %2 a été reçu à la place", "required-parameters-missing": "Les paramètres requis étaient manquants dans cet appel d'API : %1", "not-logged-in": "Vous ne semblez pas être connecté.", "account-locked": "Votre compte a été temporairement suspendu", @@ -14,9 +14,9 @@ "invalid-mid": "ID de message de discussion invalide", "invalid-date": "Une date valide doit être fournie", "invalid-username": "Nom d'utilisateur invalide", - "invalid-email": "Email invalide", - "invalid-fullname": "Nom erroné ", - "invalid-location": "Localisation erronée ", + "invalid-email": "E-mail invalide", + "invalid-fullname": "Nom erroné", + "invalid-location": "Localisation erronée", "invalid-birthday": "Date d'anniversaire erronée", "invalid-title": "Titre invalide", "invalid-user-data": "Données utilisateur invalides", @@ -26,25 +26,25 @@ "invalid-search-term": "Données de recherche invalides", "invalid-url": "URL invalide", "invalid-event": "Événement non valide: %1", - "local-login-disabled": "Le système de connexion local a été désactivé pour les comptes sans privilèges.", + "local-login-disabled": "Le système de connexion locale a été désactivé pour les comptes sans privilèges.", "csrf-invalid": "Nous ne pouvons pas vous connectez, probablement car votre session a expiré. Merci de réessayer.", "invalid-path": "Chemin invalide", "folder-exists": "Le dossier existe", "invalid-pagination-value": "Valeur de pagination invalide. Celle-ci doit être comprise entre %1 et %2.", - "username-taken": "Nom d’utilisateur déjà utilisé", - "email-taken": "Email déjà utilisé", + "username-taken": "Ce nom d'utilisateur est déjà pris", + "email-taken": "E-mail déjà utilisé", "email-nochange": "Le mail saisi est déjà enregistré.", "email-invited": "Cet utilisateur a déjà été invité.", - "email-not-confirmed": "La publication dans certaines catégories ou sujets sera activée après confirmation de e-mail, veuillez cliquer ici pour envoyer un e-mail de confirmation.", + "email-not-confirmed": "La publication dans certaines catégories ou sujets sera activée après confirmation de l'e-mail, veuillez cliquer ici pour envoyer un e-mail de confirmation.", "email-not-confirmed-chat": "Il ne vous est pas possible d'utiliser le chat tant que votre adresse email n'a pas été vérifiée. Veuillez cliquer ici pour confirmer votre adresse email.", - "email-not-confirmed-email-sent": "Votre email n'a pas encore été confirmé, veuillez vérifier votre boîte mail. Vous ne pourrez pas poster ou discuter avant que votre email ne soit confirmé.", - "no-email-to-confirm": "Votre compte n'a pas d'adresse mail définie. Un mail est nécessaire pour la récupération du compte. Veuillez cliquer ici pour entrer un courriel.", + "email-not-confirmed-email-sent": "Votre e-mail n'a pas encore été confirmé, veuillez vérifier votre boîte mail. Vous ne pourrez pas poster ou discuter avant que votre e-mail ne soit confirmé.", + "no-email-to-confirm": "Votre compte n'a pas d'adresse mail définie. Un e-mail est nécessaire pour la récupération du compte. Veuillez cliquer ici pour entrer un courriel.", "user-doesnt-have-email": "L'utilisateur « %1 » n'a pas d'adresse e-mail.", "email-confirm-failed": "Votre adresse email n'a pas pu être vérifiée. Veuillez ré-essayer plus tard.", "confirm-email-already-sent": "L'email de confirmation a déjà été envoyé. Veuillez attendre %1 minute(s) avant de redemander un nouvel envoi.", - "confirm-email-expired": "Email de confirmation expiré.", + "confirm-email-expired": "E-mail de confirmation expiré", "sendmail-not-found": "L'application d'envoi de mail est introuvable, assurez-vous qu'elle est installée et que l'utilisateur ayant démarré NodeBB ait des droits suffisants.", - "digest-not-enabled": "Les lettres d'activités de cet utilisateur ne sont pas activés ou la configuration système par défaut n’est pas configurée", + "digest-not-enabled": "Les lettres d'activités de cet utilisateur ne sont pas activées ou la configuration système par défaut n’est pas configurée", "username-too-short": "Nom d'utilisateur trop court", "username-too-long": "Nom d'utilisateur trop long", "password-too-long": "Mot de passe trop long", @@ -106,17 +106,17 @@ "upload-ratelimit-reached": "Vous avez envoyé trop de fichiers à la fois. Veuillez réessayer plus tard.", "upload-error-fallback": "Impossible de téléverser l'image — %1", "scheduling-to-past": "Veuillez sélectionner une date ultérieure.", - "invalid-schedule-date": "Veuillez saisir une date et une heure valide.", - "cant-pin-scheduled": "Les sujets planifiés ne peuvent pas être (dé)épinglés.", + "invalid-schedule-date": "Veuillez saisir une date et une heure valides.", + "cant-pin-scheduled": "Les sujets planifiés ne peuvent pas être (dés)épinglés.", "cant-merge-scheduled": "Les sujets planifiés ne peuvent pas être fusionnés.", "cant-move-posts-to-scheduled": "Impossible de déplacer les messages vers un sujet planifié.", "cant-move-from-scheduled-to-existing": "Impossible de déplacer les publications d'un sujet planifié vers un sujet existant.", "already-bookmarked": "Vous avez déjà mis un marque-page", "already-unbookmarked": "Vous avez déjà retiré un marque-page", "cant-ban-other-admins": "Vous ne pouvez pas bannir les autres administrateurs !", - "cant-mute-other-admins": "Vous ne pouvez pas désactiver les autres administrateurs !", - "user-muted-for-hours": "Vous avez été mis en silencieux, vous pourrez publier dans %1 heure(s)", - "user-muted-for-minutes": "Vous avez été mis en silencieux, vous pourrez publier dans %1 minute(s)", + "cant-mute-other-admins": "Vous ne pouvez pas mettre en sourdine les autres administrateurs !", + "user-muted-for-hours": "Vous avez été mis en sourdine, vous pourrez publier dans %1 heure(s)", + "user-muted-for-minutes": "Vous avez été mis en sourdine, vous pourrez publier dans %1 minute(s)", "cant-make-banned-users-admin": "Vous ne pouvez pas mettre des utilisateurs bannis en administrateur.", "cant-remove-last-admin": "Vous êtes le seul administrateur. Ajoutez un autre utilisateur en tant qu'administrateur avant de vous retirer.", "account-deletion-disabled": "La suppression du compte est désactivée", @@ -165,7 +165,7 @@ "chat-room-does-not-exist": "Le salon de discussion n'existe pas.", "cant-add-users-to-chat-room": "Impossible d'ajouter des utilisateurs au salon.", "cant-remove-users-from-chat-room": "Impossible de supprimer des utilisateurs du salon.", - "chat-room-name-too-long": "Le nom de la salon est trop long. Les noms ne peuvent pas contenir plus de %1 caractères.", + "chat-room-name-too-long": "Le nom du salon est trop long. Les noms ne peuvent pas contenir plus de %1 caractères.", "already-voting-for-this-post": "Vous avez déjà voté pour ce message.", "reputation-system-disabled": "Le système de réputation est désactivé", "downvoting-disabled": "Les votes négatifs ne sont pas autorisés", @@ -184,6 +184,7 @@ "post-flagged-too-many-times": "Ce message a déjà été signalé par d'autres", "user-flagged-too-many-times": "Cet utilisateur a déjà été signalé par d'autres", "cant-flag-privileged": "Vous n'êtes pas autorisé à signaler les profils ou le contenu des utilisateurs privilégiés (modérateurs / modérateurs globaux / administrateurs)", + "cant-locate-flag-report": "Impossible de trouver le signalement", "self-vote": "Vous ne pouvez pas voter sur votre propre message", "too-many-upvotes-today": "Vous ne pouvez voter %1 fois par jour", "too-many-upvotes-today-user": "Vous ne pouvez voter pour un utilisateur %1 fois par jour", @@ -201,25 +202,25 @@ "not-in-room": "L'utilisateur n'est pas dans cette salle", "cant-kick-self": "Vous ne pouvez pas vous exclure vous-même du groupe", "no-users-selected": "Aucun utilisateur sélectionné", - "no-groups-selected": "Aucun groupe(s) sélectionné", + "no-groups-selected": "Aucun groupe sélectionné", "invalid-home-page-route": "Chemin vers la page d'accueil invalide", "invalid-session": "Session Invalide", "invalid-session-text": "Il semblerait que votre session de connexion ne soit plus active. Merci de rafraîchir cette page.", "session-mismatch": "Session Interrompue", - "session-mismatch-text": "Il semble que votre session ne soit plus active, ou que le serveur ne la reconnaisse plus. Merci de rafraîchir cette page.", + "session-mismatch-text": "Il semble que votre session ne soit plus active ou que le serveur ne la reconnaisse plus. Merci de rafraîchir cette page.", "no-topics-selected": "Aucun sujet sélectionné !", "cant-move-to-same-topic": "Impossible de déplacer le message dans le même sujet !", "cant-move-topic-to-same-category": "Impossible de déplacer le sujet dans la même catégorie !", "cannot-block-self": "Vous ne pouvez pas vous bloquer !", - "cannot-block-privileged": "Vous ne pouvez pas bloquer les administrateurs ou les modérateurs global", + "cannot-block-privileged": "Vous ne pouvez pas bloquer les administrateurs ou les modérateurs globaux", "cannot-block-guest": "Les Invités ne peuvent pas bloquer d'autres utilisateurs", "already-blocked": "Cet utilisateur est déjà bloqué", "already-unblocked": "Cet utilisateur est déjà débloqué", - "no-connection": "Il semble y avoir un problème avec votre connexion Internet", + "no-connection": "Il semble y avoir un problème avec votre connexion internet", "socket-reconnect-failed": "Serveur inaccessible pour le moment. Cliquez ici pour réessayer ou réessayez plus tard", - "plugin-not-whitelisted": "Impossible d'installer le plug-in – seuls les plugins mis en liste blanche dans le gestionnaire de packages NodeBB peuvent être installés via l'ACP", + "plugin-not-whitelisted": "Impossible d'installer le plugin, seuls les plugins mis en liste blanche dans le gestionnaire de packages NodeBB peuvent être installés via l'ACP", "plugins-set-in-configuration": "Vous n'êtes pas autorisé à modifier l'état des plugins car ils sont définis au moment de l'exécution (config.json, variables d'environnement ou arguments de terminal), veuillez plutôt modifier la configuration.", - "theme-not-set-in-configuration": "Lors de la définition des plugins actifs, le changement de thèmes nécessite d'ajouter le nouveau thème à la liste des plugins actifs avant de le mettre à jour dans l'ACP", + "theme-not-set-in-configuration": "Lors de la définition des plugins actifs, le changement de thème nécessite d'ajouter le nouveau thème à la liste des plugins actifs avant de le mettre à jour dans l'ACP", "topic-event-unrecognized": "Événement du sujet '%1' non reconnu", "cant-set-child-as-parent": "Cette catégorie ne peut être une catégorie principale", "cant-set-self-as-parent": "Ne peut être définie comme catégorie principale", @@ -232,6 +233,6 @@ "api.429": "Vous avez fait trop de demandes, veuillez réessayer plus tard", "api.500": "Une erreur inattendue s'est produite lors de la tentative de traitement de votre demande.", "api.501": "L'accès n'est pas encore fonctionnel, veuillez réessayer demain", - "api.503": "L'accès n'est pas disponible actuellement en raison d'une configuration de serveur", - "api.reauth-required": "La ressource à laquelle vous tentez d'accéder nécessite une (ré)authentification." + "api.503": "L'accès n'est pas disponible actuellement en raison de la configuration du serveur", + "api.reauth-required": "La ressource à laquelle vous tentez d'accéder nécessite une (ré-)authentification." } \ No newline at end of file diff --git a/public/language/fr/flags.json b/public/language/fr/flags.json index 0576b7f107..beb5e3046f 100644 --- a/public/language/fr/flags.json +++ b/public/language/fr/flags.json @@ -1,5 +1,6 @@ { "state": "Etat", + "report": "Rapport", "reports": "Rapports", "first-reported": "Premier rapport", "no-flags": "Excellent ! Aucun signalement trouvé.", @@ -8,8 +9,10 @@ "update": "Mettre à jour", "updated": "Mis à jour", "resolved": "Résolu", + "report-added": "Ajouté", + "report-rescinded": "Résilié", "target-purged": "Le rapport pour ce signalement a été supprimé et n'est plus accessible", - "target-aboutme-empty": "Cet utilisateur n'a pas de "À propos de moi".", + "target-aboutme-empty": "Cet utilisateur n'a pas de \"À propos de moi\".", "graph-label": "Signalements du jour", "quick-filters": "Filtres rapides", @@ -48,14 +51,14 @@ "notes": "Notes de signalement", "add-note": "Ajouter une note", "edit-note": "Editer la Note", - "no-notes": "aucune note partagée", + "no-notes": "Aucune note partagée.", "delete-note-confirm": "Êtes-vous sûr de bien vouloir supprimer cette note de signalement ?", "delete-flag-confirm": "Êtes-vous sûr de bien vouloir supprimer ce signalement ?", "note-added": "Note ajoutée", "note-deleted": "Note supprimée", "flag-deleted": "Signalement supprimé", - "history": "Compte & Historique des signalements", + "history": "Compte & Historique des signalements", "no-history": "Aucun historique de signalements", "state-all": "Tous les états", @@ -71,8 +74,8 @@ "sort-reports": "Rapports", "sort-all": "Tous les signalements...", "sort-posts-only": "Messages seulement...", - "sort-downvotes": "Demandes négatives", - "sort-upvotes": "Demandes positives", + "sort-downvotes": "Votes négatifs maximum", + "sort-upvotes": "Votes positifs maximum", "sort-replies": "Réponses", "modal-title": "Contenu du rapport", @@ -84,9 +87,9 @@ "modal-submit": "Soumettre", "modal-submit-success": "Le contenu a été soumis pour examen.", - "bulk-actions": "Actions", + "bulk-actions": "Actions en vrac", "bulk-resolve": "Signalement(s) résolu(s)", - "bulk-success": "%1 signalement mis à jour", + "bulk-success": "%1 signalements mis à jour", "flagged-timeago-readable": "Signalé (%2)", "auto-flagged": "[Auto Signalement] A reçu %1 votes négatifs." } \ No newline at end of file diff --git a/public/language/fr/global.json b/public/language/fr/global.json index fbd61b0d5f..91e097cd9c 100644 --- a/public/language/fr/global.json +++ b/public/language/fr/global.json @@ -6,26 +6,26 @@ "403.message": "Il semble que vous ayez atteint une page à laquelle vous n'avez pas accès.", "403.login": "Peut-être devriez-vous essayer de vous connecter ?", "404.title": "Introuvable", - "404.message": "Désolé la page demandée n'existe pas.
Retournez à la page d'accueil.
", + "404.message": "Désolé la page demandée n'existe pas.
Retourner à la page d'accueil.
", "500.title": "Erreur Interne.", "500.message": "Oops ! Il semblerait que quelque chose se soit mal passé !", "400.title": "Requête erronée.", "400.message": "Lien incorrect, veuillez revérifier et réessayer.
Retournez à la page d'accueil.
", "register": "S'inscrire", "login": "Se connecter", - "please_log_in": "Veuillez vous connecter", + "please-log-in": "Veuillez vous connecter", "logout": "Déconnexion", - "posting_restriction_info": "L'envoi de messages est réservé aux membres inscrits, cliquez ici pour vous connecter.", - "welcome_back": "Bienvenue", - "you_have_successfully_logged_in": "Vous vous êtes bien connecté", - "save_changes": "Enregistrer les changements", + "posting-restriction-info": "L'envoi de messages est réservé aux membres inscrits, cliquez ici pour vous connecter.", + "welcome-back": "Bienvenue", + "you-have-successfully-logged-in": "Vous vous êtes bien connecté", + "save-changes": "Enregistrer les changements", "save": "Enregistrer", "create": "Créer", "cancel": "Annuler", "close": "Fermer", "pagination": "Pagination", - "pagination.out_of": "%1 sur %2", - "pagination.enter_index": "Aller à l'index des messages", + "pagination.out-of": "%1 sur %2", + "pagination.enter-index": "Aller à l'index des messages", "header.admin": "Admin", "header.categories": "Catégories", "header.recent": "Récent", @@ -72,7 +72,7 @@ "voters": "Votants", "upvoters": "Votes positifs", "upvoted": "Vote(s) positif(s)", - "downvoters": "Votes contre", + "downvoters": "Votes négatifs", "downvoted": "Vote(s) négatif(s)", "views": "Vues", "posters": "Publieurs", @@ -80,26 +80,26 @@ "lastpost": "Dernier message", "firstpost": "Premier message", "about": "À propos", - "read_more": "En lire plus", + "read-more": "En lire plus", "more": "Plus", "none": "Aucun", - "posted_ago_by_guest": "posté %1 par un invité", - "posted_ago_by": "posté %1 par %2", - "posted_ago": "posté %1", - "posted_in": "posté dans %1", - "posted_in_by": "posté dans %1 par %2", - "posted_in_ago": "posté dans %1 %2", - "posted_in_ago_by": "posté dans %1 %2 par %3", - "user_posted_ago": "%1 a posté %2", - "guest_posted_ago": "Un invité a posté %1", - "last_edited_by": "dernière édition par %1", + "posted-ago-by-guest": "posté %1 par un invité", + "posted-ago-by": "posté %1 par %2", + "posted-ago": "posté %1", + "posted-in": "posté dans %1", + "posted-in-by": "posté dans %1 par %2", + "posted-in-ago": "posté dans %1 %2", + "posted-in-ago-by": "posté dans %1 %2 par %3", + "user-posted-ago": "%1 a posté %2", + "guest-posted-ago": "Un invité a posté %1", + "last-edited-by": "dernière édition par %1", "edited-timestamp": "Modifié %1", "norecentposts": "Aucun message récent", "norecenttopics": "Aucun sujet récent", "recentposts": "Messages récents", "recentips": "Adresses IP récemment enregistées", - "moderator_tools": "Outils de modération", - "status": "Statuts", + "moderator-tools": "Outils de modération", + "status": "Statut", "online": "En ligne", "away": "Absent", "dnd": "Occupé", @@ -109,7 +109,7 @@ "language": "Langue", "guest": "Invité", "guests": "Invités", - "former_user": "Un Ancien Utilisateur", + "former-user": "Un Ancien Utilisateur", "system-user": "Système", "unknown-user": "Utilisateur Inconnu", "updated.title": "Forum mis à jour", @@ -117,21 +117,21 @@ "privacy": "Vie privée", "follow": "S'abonner", "unfollow": "Se désabonner", - "delete_all": "Tout supprimer", + "delete-all": "Tout supprimer", "map": "Carte", "sessions": "Sessions de connexion", - "ip_address": "Adresse IP", - "enter_page_number": "Entrer un numéro de page", - "upload_file": "Envoyer un fichier", + "ip-address": "Adresse IP", + "enter-page-number": "Entrer un numéro de page", + "upload-file": "Envoyer un fichier", "upload": "Envoyer", "uploads": "Fichiers envoyés", "allowed-file-types": "Les types de fichiers autorisés sont : %1", "unsaved-changes": "Vous avez des modifications non sauvegardées. Êtes-vous sûr de vouloir naviguer tout de même ?", - "reconnecting-message": "Il semble que votre connexion ait été perdue, veuillez patienter pendant que nous vous re-connectons.", + "reconnecting-message": "Il semble que votre connexion à %1 ait été perdue, veuillez patienter pendant que nous vous reconnectons.", "play": "Lire", "cookies.message": "Ce site utilise des cookies pour vous permettre d'avoir la meilleure expérience possible.", "cookies.accept": "Compris !", - "cookies.learn_more": "En savoir plus", + "cookies.learn-more": "En savoir plus", "edited": "Modifié", "disabled": "Désactivé", "select": "Sélectionner", diff --git a/public/language/fr/groups.json b/public/language/fr/groups.json index d4a9899b7f..e9a0f931e1 100644 --- a/public/language/fr/groups.json +++ b/public/language/fr/groups.json @@ -2,65 +2,65 @@ "all-groups": "Tous les groupes", "groups": "Groupes", "members": "Membres", - "view_group": "Voir le groupe", + "view-group": "Voir le groupe", "owner": "Propriétaire du groupe", - "new_group": "Créer un nouveau groupe", - "no_groups_found": "Il n'y a aucun groupe", + "new-group": "Créer un nouveau groupe", + "no-groups-found": "Il n'y a aucun groupe", "pending.accept": "Accepter", "pending.reject": "Refuser", - "pending.accept_all": "Tout accepter", - "pending.reject_all": "Tout rejeter", + "pending.accept-all": "Tout accepter", + "pending.reject-all": "Tout rejeter", "pending.none": "Il n'y a aucun membre en attente pour le moment", "invited.none": "Il n'y a aucun membre invité pour le moment", "invited.uninvite": "Résilier l'invitation", "invited.search": "Chercher un utilisateur a inviter dans ce groupe", - "invited.notification_title": "Vous avez été invité à rejoindre %1", - "request.notification_title": "Requête d'Adhésion au Groupe de %1", - "request.notification_text": "%1 a demandé à devenir membre de %2", + "invited.notification-title": "Vous avez été invité à rejoindre %1", + "request.notification-title": "Requête d'adhésion au Groupe de %1", + "request.notification-text": "%1 a demandé à devenir membre de %2", "cover-save": "Enregistrer", "cover-saving": "Enregistrement", "details.title": "Informations du groupe", "details.members": "Liste des membres", "details.pending": "Membres en attente", "details.invited": "Inviter des Membres", - "details.has_no_posts": "Les membres de ce groupe n'ont envoyé aucun message.", - "details.latest_posts": "Derniers messages", + "details.has-no-posts": "Les membres de ce groupe n'ont envoyé aucun message.", + "details.latest-posts": "Derniers messages", "details.private": "Privé", "details.disableJoinRequests": "Désactiver les demandes d'adhésion", "details.disableLeave": "Interdire aux utilisateurs de quitter le groupe", "details.grant": "Promouvoir/rétrograder comme propriétaire", "details.kick": "Exclure", - "details.kick_confirm": "Voulez-vous vraiment supprimer ce membre du groupe ?", + "details.kick-confirm": "Voulez-vous vraiment supprimer ce membre du groupe ?", "details.add-member": "Ajouter un membre", - "details.owner_options": "Administration du groupe", - "details.group_name": "Nom du groupe", - "details.member_count": "Nombre de membres", - "details.creation_date": "Date de création", + "details.owner-options": "Administration du groupe", + "details.group-name": "Nom du groupe", + "details.member-count": "Nombre de membres", + "details.creation-date": "Date de création", "details.description": "Description", "details.member-post-cids": "ID de la catégorie à partir de laquelle seront affichées les publications", - "details.badge_preview": "Aperçu du badge", - "details.change_icon": "Modifier l'icône", - "details.change_label_colour": "Changer la couleur de l'étiquette", - "details.change_text_colour": "Changer la couleur du texte", - "details.badge_text": "Texte du badge", + "details.badge-preview": "Aperçu du badge", + "details.change-icon": "Modifier l'icône", + "details.change-label-colour": "Changer la couleur de l'étiquette", + "details.change-text-colour": "Changer la couleur du texte", + "details.badge-text": "Texte du badge", "details.userTitleEnabled": "Afficher le badge", - "details.private_help": "Si cette case est cochée, rejoindre un groupe nécessite l'accord d'un propriétaire du groupe.", + "details.private-help": "Si cette case est cochée, rejoindre un groupe nécessite l'accord d'un propriétaire du groupe.", "details.hidden": "Masqué", - "details.hidden_help": "Si cette case est cochée, ce groupe n'est pas affiché dans la liste des groupes, et les utilisateurs devront être invités manuellement.", - "details.delete_group": "Supprimer le groupe", - "details.private_system_help": "Les groupes privés sont désactivés au niveau du système, cette option ne déclenche rien", + "details.hidden-help": "Si cette case est cochée, ce groupe n'est pas affiché dans la liste des groupes, et les utilisateurs devront être invités manuellement.", + "details.delete-group": "Supprimer le groupe", + "details.private-system-help": "Les groupes privés sont désactivés au niveau du système, cette option ne déclenche rien", "event.updated": "Les détails du groupe ont été mis à jour", "event.deleted": "Le groupe \"%1\" a été supprimé", "membership.accept-invitation": "Accepter l'invitation", - "membership.accept.notification_title": "Vous êtes maintenant membre de %1", + "membership.accept.notification-title": "Vous êtes maintenant membre de %1", "membership.invitation-pending": "Invitation en attente", "membership.join-group": "Rejoindre le groupe", "membership.leave-group": "Quitter le groupe", - "membership.leave.notification_title": "%1 a quitté le groupe %2", + "membership.leave.notification-title": "%1 a quitté le groupe %2", "membership.reject": "Refuser", - "new-group.group_name": "Nom du groupe :", + "new-group.group-name": "Nom du groupe :", "upload-group-cover": "Envoyer une image de groupe", - "bulk-invite-instructions": "Entrez une liste de nom d'utilisateurs séparés par des virgules pour les inviter à rejoindre ce groupe.", + "bulk-invite-instructions": "Entrer une liste de nom d'utilisateurs séparés par des virgules pour les inviter à rejoindre ce groupe.", "bulk-invite": "Invitation multiple", - "remove_group_cover_confirm": "Êtes-vous sûr de vouloir supprimer l'image de couverture ?" + "remove-group-cover-confirm": "Êtes-vous sûr de vouloir supprimer l'image de couverture ?" } \ No newline at end of file diff --git a/public/language/fr/ip-blacklist.json b/public/language/fr/ip-blacklist.json index bf87222b0c..e2602158d6 100644 --- a/public/language/fr/ip-blacklist.json +++ b/public/language/fr/ip-blacklist.json @@ -6,14 +6,14 @@ "apply": "Appliquer la liste noire", "hints": "Astuces de syntaxe", "hint-1": "Définissez une seule adresse IP par ligne. Vous pouvez ajouter des blocs IP, du moment qu'ils respectent le format CIDR (par ex. 192.168.100.0/22).", - "hint-2": "Vous pouvez ajouter en commentaire en commençant la ligne par le symbole #.", + "hint-2": "Vous pouvez ajouter un commentaire en commençant la ligne par le symbole #.", "validate.x-valid": "%1 sur %2 règle(s) valide(s).", - "validate.x-invalid": "Les règles suivantes %1 sont invalides:", + "validate.x-invalid": "Les règles suivantes %1 sont invalides :", "alerts.applied-success": "Liste noire appliquée", - "analytics.blacklist-hourly": "Image 1 – Nombre de visites de la liste noire par heure", - "analytics.blacklist-daily": "Image 2 – Nombre de visites de la liste noire par jour", + "analytics.blacklist-hourly": "Image 1 - Nombre de visites de la liste noire par heure", + "analytics.blacklist-daily": "Image 2 - Nombre de visites de la liste noire par jour", "ip-banned": "IP bannies" } \ No newline at end of file diff --git a/public/language/fr/login.json b/public/language/fr/login.json index 330bba51ed..4adff02738 100644 --- a/public/language/fr/login.json +++ b/public/language/fr/login.json @@ -1,12 +1,12 @@ { "username-email": "Identifiant ou email", "username": "Identifiant", - "remember_me": "Se souvenir de moi ?", - "forgot_password": "Mot de passe oublié ?", - "alternative_logins": "Autres méthodes de connexion", - "failed_login_attempt": "Identification échouée", - "login_successful": "Vous êtes maintenant connecté !", - "dont_have_account": "Vous n'avez pas de compte ?", + "remember-me": "Se souvenir de moi ?", + "forgot-password": "Mot de passe oublié ?", + "alternative-logins": "Autres méthodes de connexion", + "failed-login-attempt": "Identification échouée", + "login-successful": "Vous êtes maintenant connecté !", + "dont-have-account": "Vous n'avez pas de compte ?", "logged-out-due-to-inactivity": "Vous avez été déconnecté du Tableau de bord en raison de votre inactivité", "caps-lock-enabled": "Le verrouillage des majuscules est activé" } \ No newline at end of file diff --git a/public/language/fr/modules.json b/public/language/fr/modules.json index 154f2556c2..e9356d7081 100644 --- a/public/language/fr/modules.json +++ b/public/language/fr/modules.json @@ -1,62 +1,69 @@ { "chat.room-id": "Discussion %1", - "chat.chatting_with": "Discuter avec", - "chat.placeholder": "Écrivez vos message ici, faites glisser / déposez les images, validez sur entrée pour envoyer", - "chat.placeholder.mobile": "Tapez le message ici", + "chat.chatting-with": "Discuter avec", + "chat.placeholder": "Écrire vos message ici, glisser & déposer les images, valider sur entrée pour envoyer", + "chat.placeholder.mobile": "Saisir ici le message", "chat.scroll-up-alert": "Aller au message le plus récent", "chat.usernames-and-x-others": "%1 & %2 autres", "chat.chat-with-usernames": "Discuter avec %1", "chat.chat-with-usernames-and-x-others": "Discuter avec %1 & %2 autres", "chat.send": "Envoyer", - "chat.no_active": "Vous n'avez aucune discussion en cours.", - "chat.user_typing": "%1 est en train d'écrire ...", - "chat.user_has_messaged_you": "%1 vous a envoyé un message.", + "chat.no-active": "Vous n'avez aucune discussion en cours.", + "chat.user-typing-1": "%1 est en train d'écrire...", + "chat.user-typing-2": "%1 et %2 sont en train d'écrire...", + "chat.user-typing-3": "%1, %2 et %3 sont en train d'écrire...", + "chat.user-typing-n": "%1, %2 et %3 autres sont en train d'écrire...", + "chat.user-has-messaged-you": "%1 vous a envoyé un message.", "chat.replying-to": "En réponse à %1", - "chat.see_all": "Tous les chats", - "chat.mark_all_read": "Marquez tous comme lu", + "chat.see-all": "Tous les salons", + "chat.mark-all-read": "Marquer tout comme lu", "chat.no-messages": "Veuillez sélectionner un destinataire pour voir l'historique des discussions", "chat.no-users-in-room": "Aucun participant à cette discussion", "chat.recent-chats": "Discussions récentes", "chat.contacts": "Contacts", "chat.message-history": "Historique des messages", "chat.message-deleted": "Message supprimé", - "chat.options": "Options", + "chat.options": "Options de discussion", "chat.pop-out": "Afficher la discussion", "chat.minimize": "Réduire", "chat.maximize": "Agrandir", - "chat.seven_days": "7 Jours", - "chat.thirty_days": "30 Jours", - "chat.three_months": "3 Mois", - "chat.delete_message_confirm": "Êtes-vous sûr de vouloir supprimer ce message ?", - "chat.retrieving-users": "Ajouter des utilisateurs ...", - "chat.view-users-list": "Afficher la liste de utilisateurs", - "chat.public-rooms": "Salon Publique (ù1)", - "chat.private-rooms": "Salon Privé (%1)", - "chat.create-room": "Créer une salon de discussion", - "chat.private.option": "Privé (uniquement visible pour les utilisateurs ajoutés au salon)", - "chat.public.option": "Public (Visible par tous les utilisateurs des groupes sélectionnés)", - "chat.public.groups-help": "Pour créer une salon de discussion visible par tous les utilisateurs, sélectionnez les utilisateurs enregistrés dans la liste des groupes.", + "chat.seven-days": "7 Jours", + "chat.thirty-days": "30 Jours", + "chat.three-months": "3 Mois", + "chat.delete-message-confirm": "Êtes-vous sûr de vouloir supprimer ce message ?", + "chat.retrieving-users": "Ajouter des utilisateurs...", + "chat.view-users-list": "Afficher la liste d'utilisateurs", + "chat.pinned-messages": "Messages épinglés", + "chat.no-pinned-messages": "Il n'y a aucun message épinglé", + "chat.pin-message": "Épingler un message", + "chat.unpin-message": "Désépingler un message", + "chat.public-rooms": "Salons Publics (%1)", + "chat.private-rooms": "Salons Privés (%1)", + "chat.create-room": "Créer un salon de discussion", + "chat.private.option": "Privé (visible uniquement pour les utilisateurs ajoutés au salon)", + "chat.public.option": "Public (visible par tous les utilisateurs des groupes sélectionnés)", + "chat.public.groups-help": "Pour créer un salon de discussion visible par tous les utilisateurs, sélectionnez les utilisateurs enregistrés dans la liste des groupes.", "chat.manage-room": "Gérer l'espace de discussion", "chat.add-user": "Ajouter un utilisateur", "chat.notification-settings": "Paramètres de notification", - "chat.default-notification-setting": "Paramètres des notifications par défaut", + "chat.default-notification-setting": "Paramètres de notification par défaut", "chat.notification-setting-room-default": "Salon par défaut", - "chat.notification-setting-none": "Aucunes notifications", + "chat.notification-setting-none": "Aucune notification", "chat.notification-setting-at-mention-only": "@mention seulement", "chat.notification-setting-all-messages": "Tous les messages", "chat.select-groups": "Sélectionner des groupes", - "chat.add-user-help": "Rechercher des utilisateurs ici. Lorsque cette option est sélectionnée, l'utilisateur sera ajouté à l'espace de discussion. Le nouvel utilisateur ne pourra pas visualiser les échanges avant d'être ajoutés à la conversation. Seuls les propriétaires de l'espace de discussion () peuvent supprimer des utilisateurs.", + "chat.add-user-help": "Rechercher des utilisateurs ici. Lorsque cette option est sélectionnée, l'utilisateur sera ajouté à l'espace de discussion. Le nouvel utilisateur ne pourra pas visualiser les échanges avant d'être ajouté à la conversation. Seuls les propriétaires de l'espace de discussion () peuvent supprimer des utilisateurs.", "chat.confirm-chat-with-dnd-user": "Cet utilisateur a son statut en mode \"Ne pas déranger\". Voulez-vous quand même discuter avec lui ?", - "chat.room-name-optional": "Renommer l'espace de discussion (optionnel)", - "chat.rename-room": "Renommer l'espace de discussion ", - "chat.rename-placeholder": "Entrer le nom ici ", + "chat.room-name-optional": "Nommer l'espace de discussion (optionnel)", + "chat.rename-room": "Renommer le salon", + "chat.rename-placeholder": "Entrer le nom ici", "chat.rename-help": "Le nom de l'espace de discussion défini ici sera visible par tous les participants à la discussion.", "chat.leave": "Partir", "chat.leave-room": "Quitter l'espace de discussion", "chat.leave-prompt": "Êtes-vous sûr de vouloir quitter la discussion ?", "chat.leave-help": "Si vous quittez vous ne pourrez plus suivre la discussion. Si vous êtes de nouveau ajouté, vous ne verrez aucun historique de la discussion avant votre réintégration.", "chat.delete": "Supprimer", - "chat.delete-room": "Supprimer l'espace de discussion ", + "chat.delete-room": "Supprimer le salon", "chat.delete-prompt": "Êtes-vous sûr de vouloir supprimer cet espace de discussion ?", "chat.in-room": "Dans cet espace de discussion", "chat.kick": "Exclure", @@ -67,17 +74,24 @@ "chat.system.user-leave": "%1 a quitté la discussion ", "chat.system.room-rename": "%2 a renommé cette discussion en \"%1\" ", "composer.compose": "Écrire", - "composer.show_preview": "Afficher l'aperçu", - "composer.hide_preview": "Masquer l'aperçu", + "composer.show-preview": "Afficher l'aperçu", + "composer.hide-preview": "Masquer l'aperçu", "composer.help": "Aide", - "composer.user_said_in": "%1 a dit dans %2 :", - "composer.user_said": "%1 a dit :", + "composer.user-said-in": "%1 a dit dans %2 :", + "composer.user-said": "%1 a dit :", "composer.discard": "Êtes-vous sûr de bien vouloir supprimer ce message ?", - "composer.submit_and_lock": "Envoyer et verrouiller", - "composer.toggle_dropdown": "Afficher/masquer le menu", + "composer.submit-and-lock": "Envoyer et verrouiller", + "composer.toggle-dropdown": "Afficher/masquer le menu", "composer.uploading": "Envoi en cours %1", "composer.formatting.bold": "Gras", "composer.formatting.italic": "Italique", + "composer.formatting.heading": "Titre", + "composer.formatting.heading1": "Titre 1", + "composer.formatting.heading2": "Titre 2", + "composer.formatting.heading3": "Titre 3", + "composer.formatting.heading4": "Titre 4", + "composer.formatting.heading5": "Titre 5", + "composer.formatting.heading6": "Titre 6", "composer.formatting.list": "Liste", "composer.formatting.strikethrough": "Barré", "composer.formatting.code": "Code", @@ -85,9 +99,10 @@ "composer.formatting.picture": "Lien d'image", "composer.upload-picture": "Envoyer une image", "composer.upload-file": "Envoyer un fichier", - "composer.zen_mode": "Mode Zen", - "composer.select_category": "Sélectionnez une catégorie", - "composer.textarea.placeholder": "Saisissez le contenu de votre message ici, faites glisser et déposez les images", + "composer.zen-mode": "Mode Zen", + "composer.select-category": "Sélectionner une catégorie", + "composer.textarea.placeholder": "Saisir le contenu de votre message ici, glisser & déposer des images", + "composer.post-queue-alert": "Bonjour👋 ! Ce forum utilise un système de file d'attente des publications, puisque vous êtes un nouvel utilisateur, votre message sera masqué jusqu'à ce qu'il soit approuvé par notre équipe de modération.", "composer.schedule-for": "Planifier le sujet pour", "composer.schedule-date": "Date", "composer.schedule-time": "Heure", @@ -102,9 +117,9 @@ "bootbox.confirm": "Confirmer", "bootbox.submit": "Envoyer", "bootbox.send": "Envoyer", - "cover.dragging_title": "Positionnement de la photo de couverture", - "cover.dragging_message": "Déplacez la photo de couverture à la position désiré et cliquez sur \"Enregistrer\"", - "cover.saved": "Photo de couverture et position sauvegardé. ", + "cover.dragging-title": "Positionnement de la photo de couverture", + "cover.dragging-message": "Déplacez la photo de couverture à la position désirée et cliquez sur \"Enregistrer\"", + "cover.saved": "Photo de couverture et position sauvegardées.", "thumbs.modal.title": "Gérer les vignettes des sujets", "thumbs.modal.no-thumbs": "Aucune vignette trouvée.", "thumbs.modal.resize-note": "Remarque: ce forum est configuré pour redimensionner les vignettes des sujets jusqu'à une largeur maximale de %1px", diff --git a/public/language/fr/notifications.json b/public/language/fr/notifications.json index 69d2056b2f..086f5be176 100644 --- a/public/language/fr/notifications.json +++ b/public/language/fr/notifications.json @@ -1,87 +1,98 @@ { "title": "Notifications", - "no_notifs": "Vous n'avez aucune notification", - "see_all": "Toutes vos notifications", - "mark_all_read": "Marquez tous comme lu", - "back_to_home": "Revenir à %1", - "outgoing_link": "Lien sortant", - "outgoing_link_message": "Vous quittez %1", - "continue_to": "Continuer vers %1", - "return_to": "Revenir à %1", - "new_notification": "Vous avez une nouvelle notification", - "you_have_unread_notifications": "Vous avez des notifications non-lues", + "no-notifs": "Vous n'avez aucune notification", + "see-all": "Toutes les notifications", + "mark-all-read": "Marquer tout comme lu", + "back-to-home": "Revenir à %1", + "outgoing-link": "Lien sortant", + "outgoing-link-message": "Vous quittez %1", + "continue-to": "Continuer vers %1", + "return-to": "Revenir à %1", + "new-notification": "Vous avez une nouvelle notification", + "you-have-unread-notifications": "Vous avez des notifications non-lues", "all": "Tout", "topics": "Sujets", + "tags": "Mots-clés", "replies": "Réponses", "chat": "Discussions", "group-chat": "Groupe de discussions", - "public-chat": "Discussions plubiques", + "public-chat": "Discussions publiques", "follows": "Suivis", "upvote": "Votes positifs", - "new-flags": "Nouveaux drapeaux", - "my-flags": "Drapeaux assignés à moi", + "awards": "Récompenses", + "new-flags": "Nouveaux signalements", + "my-flags": "Signalements qui me sont assignés", "bans": "Bannissements", - "new_message_from": "Nouveau message de %1", - "user_posted_in_public_room": "%1 à écrit dans %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1 a voté pour votre message dans %2.", - "upvoted_your_post_in_dual": "%1 et %2 ont voté pour votre message dans %3.", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "%1 a déplacé votre message vers %2", - "moved_your_topic": "%1 a déplacé %2.", - "user_flagged_post_in": "%1 a signalé un message dans %2.", - "user_flagged_post_in_dual": "%1 et %2 ont signalé un message dans %3", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1 a signalé un profil utilisateur (%2)", - "user_flagged_user_dual": "%1 et %2 ont signalé un profil utilisateur (%3)", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "%1 a répondu à : %2", - "user_posted_to_dual": "%1 et %2 ont posté une réponse à : %3", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1 a posté un nouveau sujet: %2.", - "user_edited_post": "%1 a édité un message dans %2", - "user_started_following_you": "%1 vous suit.", - "user_started_following_you_dual": "%1 et %2 se sont abonnés à votre compte.", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1 a envoyé une demande d'incription.", - "new_register_multiple": "%1 inscription(s) est en attente de validation.", - "flag_assigned_to_you": "Drapeau %1 vous a été assigné", - "post_awaiting_review": "Message en attente de validation", + "new-message-from": "Nouveau message de %1", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 a écrit dans %3", + "user-posted-in-public-room-dual": "%1 et %2 ont écrit dans %4", + "user-posted-in-public-room-triple": "%1, %2 et %3 ont écris dans %5", + "user-posted-in-public-room-multiple": "%1, %2 et %3 d'autres ont écrit dans %5", + "upvoted-your-post-in": "%1 a voté pour votre message dans %2.", + "upvoted-your-post-in-dual": "%1 et %2 ont voté pour votre message dans %3.", + "upvoted-your-post-in-triple": "%1, %2 et %3 ont voté pour votre message dans %4.", + "upvoted-your-post-in-multiple": "%1, %2 et %3 autres ont voté positivement pour votre message dans %4.", + "moved-your-post": "%1 a déplacé votre message vers %2", + "moved-your-topic": "%1 a déplacé %2.", + "user-flagged-post-in": "%1 a signalé un message dans %2.", + "user-flagged-post-in-dual": "%1 et %2 ont signalé un message dans %3", + "user-flagged-post-in-triple": "%1, %2 et %3 ont signalé un message dans %4", + "user-flagged-post-in-multiple": "%1, %2 et %3 autres ont signalé un message dans %4", + "user-flagged-user": "%1 a signalé un profil utilisateur (%2)", + "user-flagged-user-dual": "%1 et %2 ont signalé un profil utilisateur (%3)", + "user-flagged-user-triple": "%1, %2 et %3 ont signalé un profil utilisateur (%4)", + "user-flagged-user-multiple": "%1, %2 et %3 autres ont signalé un profil utilisateur (%4)", + "user-posted-to": "%1 a répondu à : %2", + "user-posted-to-dual": "%1 et %2 ont posté une réponse à : %3", + "user-posted-to-triple": "%1, %2 et %3 ont publié des réponses à : %4", + "user-posted-to-multiple": "%1, %2 et %3 autres ont posté des réponses dans : %4", + "user-posted-topic": "%1 a posté un nouveau sujet: %2", + "user-edited-post": "%1 a édité un message dans %2", + "user-posted-topic-with-tag": "%1 a posté un nouveau sujet avec le mot-clé %2", + "user-posted-topic-with-tag-dual": "%1 a posté un nouveau sujet avec le mot-clé %2 et %3", + "user-posted-topic-with-tag-triple": "%1 a posté un nouveau sujet avec les mot-clés %2, %3 et %4", + "user-posted-topic-with-tag-multiple": "%1 a posté un nouveau sujet avec les mot-clés %2", + "user-started-following-you": "%1 vous suit.", + "user-started-following-you-dual": "%1 et %2 se sont abonnés à votre compte.", + "user-started-following-you-triple": "%1, %2 et %3 ont commencé à vous suivre.", + "user-started-following-you-multiple": "%1, %2 et %3 autres ont commencé à vous suivre.", + "new-register": "%1 a envoyé une demande d'incription.", + "new-register-multiple": "%1 inscription(s) est en attente de validation.", + "flag-assigned-to-you": "Signalement %1 vous a été assigné", + "post-awaiting-review": "Message en attente de validation", "profile-exported": "%1 profil exporté, cliquez pour le télécharger", "posts-exported": "%1 messages exportés, cliquez pour les télécharger", "uploads-exported": "%1 envois exportés, cliquez pour les télécharger", - "users-csv-exported": "Utilisateurs exportés en CSV, cliquez pour télécharger", - "post-queue-accepted": "Votre message a été accepté. Cliquez ici pour voir votre message.", + "users-csv-exported": "Utilisateurs exportés en CSV, cliquer pour télécharger", + "post-queue-accepted": "Votre message a été accepté. Cliquez ici pour l'afficher.", "post-queue-rejected": "Votre message a été rejeté.", "post-queue-notify": "Vous avez reçu une notification:
\"%1\"", - "email-confirmed": "Email vérifié", - "email-confirmed-message": "Merci pour la validation de votre adresse email. Votre compte est désormais activé.", - "email-confirm-error-message": "Il y a un un problème dans la vérification de votre adresse email. Le code est peut être invalide ou a expiré.", - "email-confirm-sent": "Email de vérification envoyé.", + "email-confirmed": "E-mail vérifié", + "email-confirmed-message": "Merci pour la validation de votre adresse e-mail. Votre compte est désormais activé.", + "email-confirm-error-message": "Il y a un un problème dans la vérification de votre adresse e-mail. Le code est peut être invalide ou a expiré.", + "email-confirm-sent": "E-mail de vérification envoyé.", "none": "aucun", - "notification_only": "Seulement une notification", - "email_only": "Seulement un email", - "notification_and_email": "Notification et email", - "notificationType_upvote": "Lorsque quelqu'un a voté pour un de vos messages", - "notificationType_new-topic": "Lorsque quelqu'un que vous suivez publie un sujet", - "notificationType_new-reply": "Lorsqu'une nouvelle réponse est ajoutée dans un sujet que vous suivez", - "notificationType_post-edit": "Lorsqu'un article est modifié dans un sujet que vous regardez", - "notificationType_follow": "Lorsque quelqu'un commence à vous suivre", - "notificationType_new-chat": "Lorsque vous recevez un message du chat ", - "notificationType_new-group-chat": "Lorsque vous recevez un message de discussion de groupe", - "notificationType_new-public-chat": "Lorsque vous recevez un message du groupe de discussion publique", - "notificationType_group-invite": "Lorsque vous recevez une invitation d'un groupe", - "notificationType_group-leave": "Lorsqu'un utilisateur quitte votre groupe", - "notificationType_group-request-membership": "Quand quelqu'un demande à rejoindre un groupe que vous administrez", - "notificationType_new-register": "Lorsque quelqu'un est ajouté à la file d'attente d'inscription", - "notificationType_post-queue": "Lorsque un nouveau message est mis en file d'attente", - "notificationType_new-post-flag": "Lorsque un message est marqué", - "notificationType_new-user-flag": "Lorsque un utilisateur est marqué" + "notification-only": "Seulement une notification", + "email-only": "Seulement un e-mail", + "notification-and-email": "Notification & E-mail", + "notificationType-upvote": "Lorsque quelqu'un a voté pour un de vos messages", + "notificationType-new-topic": "Lorsque quelqu'un que vous suivez publie un sujet", + "notificationType-new-topic-with-tag": "Lorsqu'un sujet est publié avec un mot-clé que vous suivez", + "notificationType-new-reply": "Lorsqu'une nouvelle réponse est ajoutée dans un sujet que vous suivez", + "notificationType-post-edit": "Lorsqu'un article est modifié dans un sujet que vous regardez", + "notificationType-follow": "Lorsque quelqu'un commence à vous suivre", + "notificationType-new-chat": "Lorsque vous recevez un message du chat", + "notificationType-new-group-chat": "Lorsque vous recevez un message de discussion de groupe", + "notificationType-new-public-chat": "Lorsque vous recevez un message du groupe de discussion publique", + "notificationType-group-invite": "Lorsque vous recevez une invitation d'un groupe", + "notificationType-group-leave": "Lorsqu'un utilisateur quitte votre groupe", + "notificationType-group-request-membership": "Quand quelqu'un demande à rejoindre un groupe que vous administrez", + "notificationType-new-register": "Lorsque quelqu'un est ajouté à la file d'attente d'inscription", + "notificationType-post-queue": "Lorsque un nouveau message est mis en file d'attente", + "notificationType-new-post-flag": "Lorsque un message est marqué", + "notificationType-new-user-flag": "Lorsque un utilisateur est marqué", + "notificationType-new-reward": "Lorsque vous gagnez une nouvelle récompense" } \ No newline at end of file diff --git a/public/language/fr/pages.json b/public/language/fr/pages.json index 6a079c1818..dfbc58615f 100644 --- a/public/language/fr/pages.json +++ b/public/language/fr/pages.json @@ -28,7 +28,7 @@ "register": "Créer un compte", "registration-complete": "Inscription terminée", "login": "Connectez-vous à votre compte", - "reset": "Remettez à zéro votre mot de passe", + "reset": "Réinitialiser votre mot de passe", "categories": "Catégories", "groups": "Groupes", "group": "%1 groupe", @@ -41,13 +41,14 @@ "account/edit/username": "Édition du nom d'utilisateur de \"%1\"", "account/edit/email": "Édition de l'e-mail de \"%1\"", "account/info": "Informations du compte", - "account/following": "Les personnes auxquelles %1 est abonné", - "account/followers": "Les personnes abonnées à %1", + "account/following": "Personnes auxquelles %1 est abonné(e)", + "account/followers": "Personnes abonnées à %1", "account/posts": "Messages postés par %1", "account/latest-posts": "Derniers messages publiés par %1", "account/topics": "Sujets créés par %1", "account/groups": "Groupes auxquels appartient %1", - "account/watched_categories": "%1's Catégories surveillées", + "account/watched-categories": "%1's Catégories surveillées", + "account/watched-tags": "%1's Mot-clés surveillés", "account/bookmarks": "Marque-pages de %1", "account/settings": "Paramètres d'utilisateur", "account/settings-of": "Modifier les paramètres de %1", @@ -60,7 +61,7 @@ "account/blocks": "Utilisateurs bloqués pour %1", "account/uploads": "Envoyé par %1", "account/sessions": "Sessions des connexions", - "confirm": "Email vérifié", + "confirm": "E-mail vérifié", "maintenance.text": "%1 est actuellement en cours de maintenance.
Veuillez revenir ultérieurement.", "maintenance.messageIntro": "De plus, l'administrateur a laissé ce message :", "throttled.text": "%1 est actuellement indisponible en raison d'une charge excessive. Merci de réessayer plus tard." diff --git a/public/language/fr/post-queue.json b/public/language/fr/post-queue.json index 9ba7dbd67f..1ec28108fe 100644 --- a/public/language/fr/post-queue.json +++ b/public/language/fr/post-queue.json @@ -3,7 +3,7 @@ "post-queue": "File d’attente des messages", "no-queued-posts": "Il n'y a pas de messages dans la file d'attente des messages.", "no-single-post": "Le sujet ou le message que vous recherchez n'est plus dans la file d'attente. Il a probablement déjà été approuvé ou supprimé.", - "enabling-help": "Pour activer cette fonctionnalité, accédez à Paramètres → Message → File d'attente et activez la file d'attente.", + "enabling-help": "Pour activer cette fonctionnalité, accédez à Paramètres → Message → File d'attente et activez la file d'attente.", "back-to-list": "Retour à la file d'attente", "user": "Utilisateur", "when": "Quand", @@ -12,9 +12,9 @@ "content": "Contenu", "posted": "Posté", "reply-to": "Répondre à \"%1\"", - "content-editable": "Cliquez sur le contenu pour modifier", - "category-editable": "Cliquez sur la catégorie pour modifier", - "title-editable": "Cliquez sur le titre pour modifier", + "content-editable": "Cliquer sur le contenu pour modifier", + "category-editable": "Cliquer sur la catégorie pour modifier", + "title-editable": "Cliquer sur le titre pour modifier", "reply": "Répondre", "topic": "Sujet", "accept": "Accepter", @@ -24,12 +24,12 @@ "notify-user": "Notifier l'utilisateur", "confirm-reject": "Voulez vous réellement rejeter ce message ?", "confirm-remove": "Voulez-vous supprimer ce message ?", - "bulk-actions": "Actions", + "bulk-actions": "Actions en vrac", "accept-all": "Tout accepter", - "accept-selected": "Acceptation sélectionné", + "accept-selected": "Acceptation sélectionnée", "reject-all": "Tout rejeter", "reject-all-confirm": "Voulez vous réellement rejeter tous ces messages ?", - "reject-selected": "Rejets sélectionnés", + "reject-selected": "Rejet sélectionné", "reject-selected-confirm": "Voulez vous réellement rejeter ces %1 messages ?", "remove-all": "Supprimer tout", "remove-all-confirm": "Voulez-vous supprimer tous les messages ?", diff --git a/public/language/fr/recent.json b/public/language/fr/recent.json index 9c3c461811..78cd114438 100644 --- a/public/language/fr/recent.json +++ b/public/language/fr/recent.json @@ -5,7 +5,7 @@ "month": "Mois", "year": "An", "alltime": "Toujours", - "no_recent_topics": "Il n'y a aucun sujet récent.", - "no_popular_topics": "Il n'y a pas de sujet populaire.", + "no-recent-topics": "Il n'y a aucun sujet récent.", + "no-popular-topics": "Il n'y a pas de sujet populaire.", "load-new-posts": "Charger les nouveaux messages" } \ No newline at end of file diff --git a/public/language/fr/register.json b/public/language/fr/register.json index 06da648470..486368957f 100644 --- a/public/language/fr/register.json +++ b/public/language/fr/register.json @@ -1,33 +1,33 @@ { "register": "S'inscrire", "already-have-account": "Vous avez déjà un compte ?", - "cancel_registration": "Annuler l'inscription", + "cancel-registration": "Annuler l'inscription", "help.email": "Par défaut, votre adresse e-mail est masquée au public.", - "help.username_restrictions": "Un nom d'utilisateur unique entre %1 et %2 caractères. Les autres utilisateurs peuvent vous mentionner avec @nom-d'utilisateur.", - "help.minimum_password_length": "Votre mot de passe doit avoir au moins %1 caractères.", - "email_address": "Adresse e-mail", - "email_address_placeholder": "Entrer votre adresse e-mail", + "help.username-restrictions": "Un nom d'utilisateur unique entre %1 et %2 caractères. Les autres utilisateurs peuvent vous mentionner avec @nom-d'utilisateur.", + "help.minimum-password-length": "Votre mot de passe doit avoir au moins %1 caractères.", + "email-address": "Adresse e-mail", + "email-address-placeholder": "Entrer votre adresse e-mail", "username": "Nom d'utilisateur", - "username_placeholder": "Entrer votre nom d'utilisateur", + "username-placeholder": "Entrer votre nom d'utilisateur", "password": "Mot de passe", - "password_placeholder": "Entrer votre mot de passe", - "confirm_password": "Confirmer le mot de passe", - "confirm_password_placeholder": "Confirmer votre mot de passe", - "register_now_button": "S'inscrire", - "alternative_registration": "Autres méthodes d'inscription", - "terms_of_use": "Conditions générales d'utilisation", - "agree_to_terms_of_use": "J'accepte les conditions générales d'utilisation", - "terms_of_use_error": "Vous devez accepter les conditions générales d'utilisation", - "registration-added-to-queue": "Votre inscription a été ajoutée à la liste d'approbation. Vous recevrez un email quand celle-ci sera acceptée par un administrateur.", - "registration-queue-average-time": "Temps moyen d'approbation des adhésions est de %1 heures %2 minutes.", - "registration-queue-auto-approve-time": "Votre adhésion à ce forum sera entièrement activée dans un maximum de %1 heures.", - "interstitial.intro": "Nous aimerions avoir des informations supplémentaires afin de mettre à jour votre compte…", - "interstitial.intro-new": "Nous aimerions avoir des informations supplémentaires avant de pouvoir créer votre compte…", + "password-placeholder": "Entrer votre mot de passe", + "confirm-password": "Confirmer le mot de passe", + "confirm-password-placeholder": "Confirmer votre mot de passe", + "register-now-button": "S'inscrire", + "alternative-registration": "Autres méthodes d'inscription", + "terms-of-use": "Conditions générales d'utilisation", + "agree-to-terms-of-use": "J'accepte les conditions générales d'utilisation", + "terms-of-use-error": "Vous devez accepter les conditions générales d'utilisation", + "registration-added-to-queue": "Votre inscription a été ajoutée à la liste d'approbation. Vous recevrez un e-mail quand celle-ci sera acceptée par un administrateur.", + "registration-queue-average-time": "Le temps moyen d'approbation des adhésions est de %1 heures %2 minutes.", + "registration-queue-auto-approve-time": "Votre adhésion à ce forum sera entièrement activée dans un délai maximum de %1 heures.", + "interstitial.intro": "Nous aimerions avoir des informations supplémentaires afin de mettre à jour votre compte...", + "interstitial.intro-new": "Nous aimerions avoir des informations supplémentaires avant de pouvoir créer votre compte...", "interstitial.errors-found": "Veuillez vérifier les informations saisies :", - "gdpr_agree_data": "J'accepte la collecte et le traitement de mes données personnelles sur ce site.", - "gdpr_agree_email": "J'accepte de recevoir des courriels et des notifications de ce site Web.", - "gdpr_consent_denied": "Vous devez accepter que ce site puisse collecter et traiter vos données, et pour vous envoyer des courriels.", + "gdpr-agree-data": "J'accepte la collecte et le traitement de mes données personnelles sur ce site.", + "gdpr-agree-email": "J'accepte de recevoir des courriels et des notifications de ce site Web.", + "gdpr-consent-denied": "Vous devez accepter que ce site puisse collecter et traiter vos données et vous envoyer des courriels.", "invite.error-admin-only": "Les inscriptions sont désactivés. Veuillez contacter un administrateur pour plus de détails.", - "invite.error-invite-only": "Les inscriptions sont désactivés. Seules les invitations sont acceptés pour accéder au forum.", - "invite.error-invalid-data": "Renseignements erronées. Veuillez contacter un administrateur pour plus de détails" + "invite.error-invite-only": "Les inscriptions sont désactivées. Seules les invitations sont acceptées pour accéder au forum.", + "invite.error-invalid-data": "Renseignements erronés. Veuillez contacter un administrateur pour plus de détails" } \ No newline at end of file diff --git a/public/language/fr/reset_password.json b/public/language/fr/reset_password.json index c0ec57af7b..3494215840 100644 --- a/public/language/fr/reset_password.json +++ b/public/language/fr/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "Réinitialiser votre mot de passe", - "update_password": "Mettre à jour votre mot de passe", - "password_changed.title": "Mot de passe modifié", - "password_changed.message": "

Votre mot de passe a bien été réinitialisé, veuillez vous reconnecter.", - "wrong_reset_code.title": "Code de réinitialisation incorrect", - "wrong_reset_code.message": "Le code de réinitialisation est incorrect. Veuillez réessayer, ou demander un nouveau code de réinitialisation.", - "new_password": "Nouveau mot de passe", - "repeat_password": "Confirmer le mot de passe", - "changing_password": "Changer le mot de passe", - "enter_email": "Veuillez entrer votre adresse email pour recevoir un email contenant les instructions permettant de réinitialiser votre compte.", - "enter_email_address": "Entrer votre adresse email", - "password_reset_sent": "Si l'adresse spécifiée correspond à un compte d'utilisateur existant, un email de réinitialisation de mot de passe va être envoyé. Veuillez noter qu'un seul email sera envoyé par minute.", - "invalid_email": "Email invalide / L'email n'existe pas !", - "password_too_short": "Le mot de passe est trop court, veuillez entrer un mot de passe différent.", - "passwords_do_not_match": "Les deux mots de passe saisis ne correspondent pas.", - "password_expired": "Votre mot de passe a expiré, veuillez choisir un nouveau mot de passe." + "reset-password": "Réinitialiser votre mot de passe", + "update-password": "Mettre à jour votre mot de passe", + "password-changed.title": "Mot de passe modifié", + "password-changed.message": "

Votre mot de passe a bien été réinitialisé, veuillez vous reconnecter.", + "wrong-reset-code.title": "Code de réinitialisation incorrect", + "wrong-reset-code.message": "Le code de réinitialisation est incorrect. Veuillez réessayer ou demander un nouveau code de réinitialisation.", + "new-password": "Nouveau mot de passe", + "repeat-password": "Confirmer le mot de passe", + "changing-password": "Changer le mot de passe", + "enter-email": "Veuillez entrer votre adresse e-mail pour recevoir un e-mail contenant les instructions permettant de réinitialiser votre compte.", + "enter-email-address": "Entrer votre adresse e-mail", + "password-reset-sent": "Si l'adresse spécifiée correspond à un compte d'utilisateur existant, un e-mail de réinitialisation de mot de passe va être envoyé. Veuillez noter qu'un seul e-mail sera envoyé par minute.", + "invalid-email": "E-mail invalide / L'e-mail n'existe pas !", + "password-too-short": "Le mot de passe est trop court, veuillez entrer un mot de passe différent.", + "passwords-do-not-match": "Les deux mots de passe saisis ne correspondent pas.", + "password-expired": "Votre mot de passe a expiré, veuillez choisir un nouveau mot de passe." } \ No newline at end of file diff --git a/public/language/fr/rewards.json b/public/language/fr/rewards.json new file mode 100644 index 0000000000..ba016eba4b --- /dev/null +++ b/public/language/fr/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "Vous avez obtenu %1 de réputation", + "awarded-group-membership": "Vous avez été ajouté au groupe %1", + + "essentials/user.reputation-conditional-value": "(Réputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Nombre de messages %1 %2)", + "essentials/user.lastonline-conditional-value": "(Dernière connexion %1 %2)", + "essentials/user.joindate-conditional-value": "(Date d'inscription %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Jours enregistrés %1 %2)" +} \ No newline at end of file diff --git a/public/language/fr/search.json b/public/language/fr/search.json index 25b237aa25..e98a78f6cb 100644 --- a/public/language/fr/search.json +++ b/public/language/fr/search.json @@ -1,6 +1,6 @@ { - "type-to-search": "Ecrivez votre recherche", - "results_matching": "%1 résultat(s) correspondant(s) à \"%2\", (%3 secondes)", + "type-to-search": "Écrivez votre recherche", + "results-matching": "%1 résultat(s) correspondant(s) à \"%2\", (%3 secondes)", "no-matches": "Aucune réponse trouvée", "advanced-search": "Recherche avancée", "in": "Dans", @@ -12,12 +12,12 @@ "in-tags": "Dans les mots-clés", "categories": "Catégories", "all-categories": "Toutes Catégories", - "categories-x": "Catégories: %1", + "categories-x": "Catégories : %1", "categories-watched-categories": "Catégories : Catégories surveillées", "type-a-category": "Ecrivez une catégorie", "tags": "Mots-clés", - "tags-x": "Mots-clés: %1", - "type-a-tag": "Ecrivez un mot-clés", + "tags-x": "Mots-clés : %1", + "type-a-tag": "Écrivez un mot-clé", "match-words": "Correspondance", "match-all-words": "Tous les mots", "match-any-word": "N'importe quel mot", @@ -30,8 +30,8 @@ "has-tags": "Contient les mots-clés", "reply-count": "Nombre de réponses", "replies": "Réponses", - "replies-atleast-count": "Réponses: au moins %1", - "replies-atmost-count": "Réponses: au plus %1", + "replies-atleast-count": "Réponses : au moins %1", + "replies-atmost-count": "Réponses : au plus %1", "at-least": "Au moins", "at-most": "Au plus", "relevance": "Pertinence", @@ -48,20 +48,20 @@ "three-months": "Trois mois", "six-months": "Six mois", "one-year": "Un an", - "time-newer-than-86400": "Date: Plus récent qu'hier", - "time-older-than-86400": "Date: Plus ancien qu'hier", - "time-newer-than-604800": "Date: Moins d'une semaine", - "time-older-than-604800": "Date: Plus d'une semaine", - "time-newer-than-1209600": "Date: Moins de deux semaines", - "time-older-than-1209600": "Date: Plus de deux semaines", - "time-newer-than-2592000": "Date: Moins d'un mois", - "time-older-than-2592000": "Date: Plus d'un mois", - "time-newer-than-7776000": "Date: Moins de trois mois", - "time-older-than-7776000": "Date: Moins de trois mois", - "time-newer-than-15552000": "Date: Moins de six mois", - "time-older-than-15552000": "Date: Plus de six mois", - "time-newer-than-31104000": "Date: Moins d'un an", - "time-older-than-31104000": "Date: Plus d'un an", + "time-newer-than-86400": "Date : Plus récent qu'hier", + "time-older-than-86400": "Date : Plus ancien qu'hier", + "time-newer-than-604800": "Date : Moins d'une semaine", + "time-older-than-604800": "Date : Plus d'une semaine", + "time-newer-than-1209600": "Date : Moins de deux semaines", + "time-older-than-1209600": "Date : Plus de deux semaines", + "time-newer-than-2592000": "Date : Moins d'un mois", + "time-older-than-2592000": "Date : Plus d'un mois", + "time-newer-than-7776000": "Date : Moins de trois mois", + "time-older-than-7776000": "Date : Moins de trois mois", + "time-newer-than-15552000": "Date : Moins de six mois", + "time-older-than-15552000": "Date : Plus de six mois", + "time-newer-than-31104000": "Date : Moins d'un an", + "time-older-than-31104000": "Date : Plus d'un an", "sort-by": "Trier par", "sort": "Trier", "last-reply-time": "Date de dernière réponse", @@ -76,8 +76,8 @@ "ascending": "Par ordre croissant", "sort-by-relevance-desc": "Trier par : Pertinence par ordre décroissant", "sort-by-relevance-asc": "Trier par : Pertinence par ordre croissant", - "sort-by-timestamp-desc": "Trier par: Date par ordre décroissant", - "sort-by-timestamp-asc": "Trier par: Date par ordre croissant", + "sort-by-timestamp-desc": "Trier par : Date par ordre décroissant", + "sort-by-timestamp-asc": "Trier par : Date par ordre croissant", "sort-by-votes-desc": "Trier par : Votes par ordre décroissant", "sort-by-votes-asc": "Trier par : Votes par ordre croissant", "sort-by-topic.lastposttime-desc": "Trier par : Date de dernière réponse par ordre décroissant", diff --git a/public/language/fr/tags.json b/public/language/fr/tags.json index 0171ee5090..b559a63ec7 100644 --- a/public/language/fr/tags.json +++ b/public/language/fr/tags.json @@ -1,11 +1,17 @@ { "all-tags": "Tous les mots-clés", - "no_tag_topics": "Il n'y a aucun sujet ayant ce mot-clé", - "no-tags-found": "Aucun mots-clés trouvés", + "no-tag-topics": "Il n'y a aucun sujet ayant ce mot-clé", + "no-tags-found": "Aucun mot-clé trouvé", "tags": "Mots-clés", - "enter_tags_here": "Entrez les mots-clés ici. Chaque mot doit faire entre %1 et %2 caractères.", - "enter_tags_here_short": "Entrez des mots-clés...", - "no_tags": "Il n'y a pas encore de mots-clés.", - "select_tags": "Sélectionner les mots-clés", - "tag-whitelist": "Liste blanche de mots clés" + "enter-tags-here": "Entrez les mots-clés ici. Chaque mot doit faire entre %1 et %2 caractères.", + "enter-tags-here-short": "Entrez des mots-clés...", + "no-tags": "Il n'y a pas encore de mots-clés.", + "select-tags": "Sélectionner les mots-clés", + "tag-whitelist": "Liste blanche de mots-clés", + "watching": "Abonné", + "not-watching": "Ne plus suivre", + "watching.description": "Être notifier des nouveaux sujets.", + "not-watching.description": "Ne pas être notifier des nouveaux sujets.", + "following-tag.message": "Vous recevrez désormais des notifications lorsque quelqu'un publiera un sujet avec ce mot-clés.", + "not-following-tag.message": "Vous ne recevrez plus de notifications lorsque quelqu'un publiera un sujet avec ce mot-clés." } \ No newline at end of file diff --git a/public/language/fr/themes/harmony.json b/public/language/fr/themes/harmony.json index 9c6527fee9..f8e1bd0316 100644 --- a/public/language/fr/themes/harmony.json +++ b/public/language/fr/themes/harmony.json @@ -1,16 +1,17 @@ { "theme-name": "Thème Harmony", - "skins": "Apparence", + "skins": "Habillages", "collapse": "Réduire", "expand": "Développer", "login-register-to-search": "Connectez-vous ou inscrivez-vous pour faire une recherche.", "settings.title": "Configuration du thème", - "settings.enableQuickReply": "Activer les réponses rapide", + "settings.enableQuickReply": "Activer les réponses rapides", "settings.centerHeaderElements": "Centrer les éléments d'en-tête", "settings.mobileTopicTeasers": "Afficher les teasers de sujet sur mobile", "settings.stickyToolbar": "Barre d'outils", "settings.stickyToolbar.help": "La barre d'outils sur les pages de sujets et de catégories restera en haut de la page", "settings.autohideBottombar": "Masquer automatiquement la barre inférieure", - "settings.autohideBottombar.help": "La barre inférieure de la vue mobile sera masquée lorsque la page défilera vers le bas", + "settings.autohideBottombar.help": "La barre inférieure sur mobile sera masquée lorsque la page défilera vers le bas", + "settings.openSidebars": "Barres latérales ouvertes", "settings.chatModals": "Activer les discussions" } \ No newline at end of file diff --git a/public/language/fr/themes/persona.json b/public/language/fr/themes/persona.json index f0cc2ac77a..af2d3f93a7 100644 --- a/public/language/fr/themes/persona.json +++ b/public/language/fr/themes/persona.json @@ -1,10 +1,10 @@ { "settings.title": "Configuration du thème", - "settings.intro": "Vous pouvez personnaliser les paramètres de votre thème ici. Les paramètres sont stockés sur une base par appareil, vous pouvez donc avoir différents paramètres sur différents appareils (téléphone, tablette, ordinateur de bureau, etc.)", - "settings.mobile-menu-side": "Changer la position du menu en version mobiles", + "settings.intro": "Vous pouvez personnaliser les paramètres de votre thème ici. Les paramètres sont stockés sur une base par appareil, vous pouvez donc avoir différents paramètres sur chacun de vos appareils (téléphone, tablette, ordinateur de bureau, etc)", + "settings.mobile-menu-side": "Changer la position du menu en version mobile", "settings.autoHidingNavbar": "Masquer automatiquement la barre de navigation lors du défilement", - "settings.autoHidingNavbar-xs": "Très petits écrans (par exemple, téléphones en mode portrait)", - "settings.autoHidingNavbar-sm": "Petits écrans (par exemple, téléphones, certaines tablettes)", - "settings.autoHidingNavbar-md": "Moyen écrans (ex. tablettes en mode paysage)", - "settings.autoHidingNavbar-lg": "Grands écrans (par exemple, ordinateurs de bureau)" + "settings.autoHidingNavbar-xs": "Très petits écrans (ex : téléphones en mode portrait, etc)", + "settings.autoHidingNavbar-sm": "Petits écrans (ex : téléphones, certaines tablettes, etc)", + "settings.autoHidingNavbar-md": "Écrans moyens (ex : tablettes en mode paysage, etc)", + "settings.autoHidingNavbar-lg": "Grands écrans (ex : ordinateurs de bureau, etc)" } \ No newline at end of file diff --git a/public/language/fr/top.json b/public/language/fr/top.json index b182f2d4e9..9b330bb23b 100644 --- a/public/language/fr/top.json +++ b/public/language/fr/top.json @@ -1,4 +1,4 @@ { "title": "Haut", - "no_top_topics": "Aucun sujet principal" + "no-top-topics": "Aucun sujet principal" } \ No newline at end of file diff --git a/public/language/fr/topic.json b/public/language/fr/topic.json index 582860ef1c..e1ac6b0965 100644 --- a/public/language/fr/topic.json +++ b/public/language/fr/topic.json @@ -1,23 +1,23 @@ { "topic": "Sujet", "title": "Titre", - "no_topics_found": "Aucun sujet n'a été trouvé !", - "no_posts_found": "Aucun message trouvé !", - "post_is_deleted": "Ce message a été supprimé !", - "topic_is_deleted": "Ce sujet a été supprimé !", + "no-topics-found": "Aucun sujet n'a été trouvé !", + "no-posts-found": "Aucun message trouvé !", + "post-is-deleted": "Ce message a été supprimé !", + "topic-is-deleted": "Ce sujet a été supprimé !", "profile": "Profil", - "posted_by": "Posté par %1", - "posted_by_guest": "Posté par un invité", + "posted-by": "Posté par %1", + "posted-by-guest": "Posté par un invité", "chat": "Chat", - "notify_me": "Être notifié des réponses dans ce sujet", + "notify-me": "Être notifié des réponses dans ce sujet", "quote": "Citer", "reply": "Répondre", - "replies_to_this_post": "%1 réponses", - "one_reply_to_this_post": "1 réponse", - "last_reply_time": "Dernière réponse", + "replies-to-this-post": "%1 réponses", + "one-reply-to-this-post": "1 réponse", + "last-reply-time": "Dernière réponse", "reply-as-topic": "Répondre à l'aide d'un nouveau sujet", "guest-login-reply": "Se connecter pour répondre", - "login-to-view": "🔒 Se connectez-vous pour voir", + "login-to-view": "🔒 Se connecter pour voir", "edit": "Éditer", "delete": "Supprimer", "delete-event": "Supprimer l'événement", @@ -62,133 +62,134 @@ "user-queued-post-on": "%1 message En attente pour approbation sur %3", "user-referenced-topic-ago": "%1 a fait référence à ce sujet %3", "user-referenced-topic-on": "%1 a fait référence à ce sujet sur %3", - "user-forked-topic-ago": "%1 a dupliqué ce sujet %3", - "user-forked-topic-on": "%1 a dupliqué ce sujet sur %3", - "bookmark_instructions": "Cliquez ici pour aller au dernier message lu de ce fil.", + "user-forked-topic-ago": "%1 a scindé ce sujet %3", + "user-forked-topic-on": "%1 a scindé ce sujet sur %3", + "bookmark-instructions": "Cliquer ici pour aller au dernier message lu de ce fil.", "flag-post": "Signaler ce message", "flag-user": "Signaler cet utilisateur", "already-flagged": "Déjà signalé", "view-flag-report": "Voir le rapport de signalement", "resolve-flag": "Signalement résolu", - "merged_message": "Ce sujet a été fusionné dans %2", - "deleted_message": "Ce sujet a été supprimé. Seuls les utilisateurs avec les droits d'administration peuvent le voir.", - "following_topic.message": "Vous recevrez désormais des notifications lorsque quelqu'un postera dans ce sujet.", - "not_following_topic.message": "Vous verrez ce sujet dans la liste des sujets non-lus, mais vous ne recevrez pas de notification lorsque quelqu'un postera dans ce sujet.", - "ignoring_topic.message": "Vous ne verrez plus ce sujet dans la liste des sujets non lus. Vous serez notifié lorsque vous serez mentionné ou que quelqu'un votera pour votre message.", - "login_to_subscribe": "Veuillez vous enregistrer ou vous connecter afin de vous abonner à ce sujet.", + "merged-message": "Ce sujet a été fusionné dans %2", + "forked-message": "Ce sujet a été scindé de %2", + "deleted-message": "Ce sujet a été supprimé. Seuls les utilisateurs avec les droits d'administration peuvent le voir.", + "following-topic.message": "Vous recevrez désormais des notifications lorsque quelqu'un postera dans ce sujet.", + "not-following-topic.message": "Vous verrez ce sujet dans la liste des sujets non-lus, mais vous ne recevrez pas de notification lorsque quelqu'un postera dans ce sujet.", + "ignoring-topic.message": "Vous ne verrez plus ce sujet dans la liste des sujets non lus. Vous serez notifié lorsque vous serez mentionné ou que quelqu'un votera pour votre message.", + "login-to-subscribe": "Veuillez vous enregistrer ou vous connecter afin de vous abonner à ce sujet.", "markAsUnreadForAll.success": "Sujet marqué comme non lu pour tout le monde.", - "mark_unread": "Marquer comme non-lu", - "mark_unread.success": "Sujet marqué comme non lu.", + "mark-unread": "Marquer comme non lu", + "mark-unread.success": "Sujet marqué comme non lu.", "watch": "Suivre", "unwatch": "Cesser de suivre", "watch.title": "Être notifié des nouvelles réponses dans ce sujet", "unwatch.title": "Cesser de suivre ce sujet", - "share_this_post": "Partager ce message", + "share-this-post": "Partager ce message", "watching": "Suivi", "not-watching": "Suivre", "ignoring": "Ignoré", "watching.description": "Me notifier les nouvelles réponses.
Afficher le sujet dans l'onglet \"Non lu\".", "not-watching.description": "Ne pas me notifier les nouvelles réponses.
Afficher le sujet dans l'onglet \"Non lu\" si la catégorie n'est pas ignorée.", "ignoring.description": "Ne pas me notifier les nouvelles réponses.
Ne pas afficher ce sujet dans l'onglet \"Non lu\".", - "thread_tools.title": "Outils pour sujets", - "thread_tools.markAsUnreadForAll": "Marquer non lu pour tous", - "thread_tools.pin": "Épingler le sujet", - "thread_tools.unpin": "Désépingler le sujet", - "thread_tools.lock": "Verrouiller le sujet", - "thread_tools.unlock": "Déverouiller le sujet", - "thread_tools.move": "Déplacer le sujet", - "thread_tools.move-posts": "Déplacer les messages", - "thread_tools.move_all": "Déplacer tout", - "thread_tools.change_owner": "Changer de propriétaire", - "thread_tools.select_category": "Sélectionner une catégorie", - "thread_tools.fork": "Scinder le sujet", - "thread_tools.tag": "Mots-clé de sujet", - "thread_tools.delete": "Supprimer le sujet", - "thread_tools.delete-posts": "Supprimer les messages", - "thread_tools.delete_confirm": "Êtes-vous sûr de bien vouloir supprimer ce sujet ?", - "thread_tools.restore": "Restaurer le sujet", - "thread_tools.restore_confirm": "Êtes-vous sûr de bien vouloir restaurer ce sujet ?", - "thread_tools.purge": "Supprimer définitivement le(s) sujet(s)", - "thread_tools.purge_confirm": "Êtes-vous sûr de bien vouloir supprimer définitivement ce sujet ?", - "thread_tools.merge_topics": "Fusionner les Sujets", - "thread_tools.merge": "Fusionner le sujet", - "topic_move_success": "Ce sujet sera bientôt déplacé vers \"%1\". Cliquez ici pour annuler.", - "topic_move_multiple_success": "Ces sujets seront bientôt déplacés vers \"%1\". Cliquez ici pour annuler.", - "topic_move_all_success": "Tous les sujets seront déplacés vers \"%1\". Cliquez ici pour annuler.", - "topic_move_undone": "Déplacement de sujet annulé", - "topic_move_posts_success": "Les messages vont être déplacés. Cliquez ici pour annuler.", - "topic_move_posts_undone": "Déplacement annulé", - "post_delete_confirm": "Êtes-vous sûr de bien vouloir supprimer ce message ?", - "post_restore_confirm": "Êtes-vous sûr de bien vouloir restaurer ce message ?", - "post_purge_confirm": "Êtes-vous sûr de bien vouloir supprimer définitivement ce sujet ?", + "thread-tools.title": "Outils pour sujets", + "thread-tools.markAsUnreadForAll": "Marquer non lu pour tous", + "thread-tools.pin": "Épingler le sujet", + "thread-tools.unpin": "Désépingler le sujet", + "thread-tools.lock": "Verrouiller le sujet", + "thread-tools.unlock": "Déverouiller le sujet", + "thread-tools.move": "Déplacer le sujet", + "thread-tools.move-posts": "Déplacer les messages", + "thread-tools.move-all": "Déplacer tout", + "thread-tools.change-owner": "Changer de propriétaire", + "thread-tools.select-category": "Sélectionner une catégorie", + "thread-tools.fork": "Scinder le sujet", + "thread-tools.tag": "Mot-clé de sujet", + "thread-tools.delete": "Supprimer le sujet", + "thread-tools.delete-posts": "Supprimer les messages", + "thread-tools.delete-confirm": "Êtes-vous sûr de bien vouloir supprimer ce sujet ?", + "thread-tools.restore": "Restaurer le sujet", + "thread-tools.restore-confirm": "Êtes-vous sûr de bien vouloir restaurer ce sujet ?", + "thread-tools.purge": "Supprimer définitivement le(s) sujet(s)", + "thread-tools.purge-confirm": "Êtes-vous sûr de bien vouloir supprimer définitivement ce sujet ?", + "thread-tools.merge-topics": "Fusionner les Sujets", + "thread-tools.merge": "Fusionner le sujet", + "topic-move-success": "Ce sujet sera bientôt déplacé vers \"%1\". Cliquez ici pour annuler.", + "topic-move-multiple-success": "Ces sujets seront bientôt déplacés vers \"%1\". Cliquer ici pour annuler.", + "topic-move-all-success": "Tous les sujets seront déplacés vers \"%1\". Cliquer ici pour annuler.", + "topic-move-undone": "Déplacement de sujet annulé", + "topic-move-posts-success": "Les messages vont être déplacés. Cliquer ici pour annuler.", + "topic-move-posts-undone": "Déplacement annulé", + "post-delete-confirm": "Êtes-vous sûr de bien vouloir supprimer ce message ?", + "post-restore-confirm": "Êtes-vous sûr de bien vouloir restaurer ce message ?", + "post-purge-confirm": "Êtes-vous sûr de bien vouloir supprimer définitivement ce sujet ?", "pin-modal-expiry": "Date d'expiration", "pin-modal-help": "Vous pouvez éventuellement définir une date d'expiration pour le(s) sujet(s) épinglé(s) ici. Vous pouvez également laisser ce champ vide pour que le sujet reste épinglé jusqu'à ce qu'il soit supprimé manuellement.", - "load_categories": "Chargement des catégories en cours", - "confirm_move": "Déplacer", - "confirm_fork": "Scinder", + "load-categories": "Chargement des catégories en cours", + "confirm-move": "Déplacer", + "confirm-fork": "Scinder", "bookmark": "Marque-page", "bookmarks": "Marque-pages", - "bookmarks.has_no_bookmarks": "Vous n'avez encore aucun marque-page.", + "bookmarks.has-no-bookmarks": "Vous n'avez encore aucun marque-page.", "copy-permalink": "Copier le permalien", - "loading_more_posts": "Charger plus de messages", - "move_topic": "Déplacer le sujet", - "move_topics": "Déplacer des sujets", - "move_post": "Déplacer", - "post_moved": "Message déplacé !", - "fork_topic": "Scinder le sujet", - "enter-new-topic-title": "Entrez un nouveau titre de sujet", - "fork_topic_instruction": "Cliquez sur les messages que vous souhaitez dupliquer, entrez un titre pour le nouveau sujet et cliquez sur dupliquer", - "fork_no_pids": "Aucun post sélectionné !", - "no-posts-selected": "Aucun(s) message(s) sélectionné(s) !", + "loading-more-posts": "Charger plus de messages", + "move-topic": "Déplacer le sujet", + "move-topics": "Déplacer les sujets", + "move-post": "Déplacer", + "post-moved": "Message déplacé !", + "fork-topic": "Scinder le sujet", + "enter-new-topic-title": "Entrer un nouveau titre de sujet", + "fork-topic-instruction": "Cliquer sur les messages que vous souhaitez scinder, entrer un titre pour le nouveau sujet et cliquer sur scinder", + "fork-no-pids": "Aucun post sélectionné !", + "no-posts-selected": "Aucun message sélectionné !", "x-posts-selected": "%1 message(s) sélectionné(s)", "x-posts-will-be-moved-to-y": "%1 message(s) seront déplacés vers \"%2\"", - "fork_pid_count": "%1 message(s) sélectionné(s)", - "fork_success": "Sujet copié avec succès ! Cliquez ici pour aller au sujet copié.", - "delete_posts_instruction": "Sélectionnez les messages que vous souhaitez supprimer/vider", - "merge_topics_instruction": "Cliquez sur les sujets que vous voulez fusionner", + "fork-pid-count": "%1 message(s) sélectionné(s)", + "fork-success": "Sujet scindé avec succès ! Cliquez ici pour aller au sujet scindé.", + "delete-posts-instruction": "Sélectionner les messages que vous souhaitez supprimer/vider", + "merge-topics-instruction": "Cliquer sur les sujets que vous voulez fusionner", "merge-topic-list-title": "Liste des sujets à fusionner", "merge-options": "Options de fusion", - "merge-select-main-topic": "Sélectionnez le sujet principal", + "merge-select-main-topic": "Sélectionner le sujet principal", "merge-new-title-for-topic": "Nouveau titre pour le sujet", "topic-id": "Sujet ID", - "move_posts_instruction": "Cliquez sur les articles que vous souhaitez déplacer, puis entrez un ID de sujet ou accédez au sujet cible", - "move_topic_instruction": "Sélectionnez la catégorie cible, puis cliquez sur déplacer", - "change_owner_instruction": "Cliquez sur les messages que vous souhaitez attribuer à un autre utilisateur.", - "composer.title_placeholder": "Entrer le titre du sujet ici…", - "composer.handle_placeholder": "Entrez votre nom/identifiant ici", + "move-posts-instruction": "Cliquer sur les articles que vous souhaitez déplacer, puis entrez un ID de sujet ou accédez au sujet cible", + "move-topic-instruction": "Sélectionner la catégorie cible puis cliquer sur déplacer", + "change-owner-instruction": "Cliquer sur les messages que vous souhaitez attribuer à un autre utilisateur.", + "composer.title-placeholder": "Entrer le titre du sujet ici…", + "composer.handle-placeholder": "Entrez votre nom/identifiant ici", "composer.hide": "Cacher", "composer.discard": "Abandonner", "composer.submit": "Envoyer", "composer.additional-options": "Options additionnelles", "composer.post-later": "Publier plus tard", "composer.schedule": "Planification", - "composer.replying_to": "En réponse à %1", - "composer.new_topic": "Nouveau sujet", + "composer.replying-to": "En réponse à %1", + "composer.new-topic": "Nouveau sujet", "composer.editing-in": "Modification du message dans %1", "composer.uploading": "envoi en cours…", - "composer.thumb_url_label": "Coller une URL de vignette du sujet", - "composer.thumb_title": "Ajouter une vignette à ce sujet", - "composer.thumb_url_placeholder": "http://exemple.com/vignette.png", - "composer.thumb_file_label": "Ou envoyer un fichier", - "composer.thumb_remove": "Effacer les champs", - "composer.drag_and_drop_images": "Glissez-déposez les images ici", - "more_users_and_guests": "%1 autre(s) utilisateur(s) et %2 invité(s)", - "more_users": "%1 autre(s) utilisateur(s)", - "more_guests": "%1 autre(s) invité(s)", - "users_and_others": "%1 et %2 autres", - "sort_by": "Trier", - "oldest_to_newest": "Du plus ancien au plus récent", - "newest_to_oldest": "Du plus récent au plus ancien", - "most_votes": "Les plus votés", - "most_posts": "Meilleurs messages", - "most_views": "Les plus vues", + "composer.thumb-url-label": "Coller une URL de vignette du sujet", + "composer.thumb-title": "Ajouter une vignette à ce sujet", + "composer.thumb-url-placeholder": "http://exemple.com/vignette.png", + "composer.thumb-file-label": "Ou envoyer un fichier", + "composer.thumb-remove": "Effacer les champs", + "composer.drag-and-drop-images": "Glisser & déposer les images ici", + "more-users-and-guests": "%1 autre(s) utilisateur(s) et %2 invité(s)", + "more-users": "%1 autre(s) utilisateur(s)", + "more-guests": "%1 autre(s) invité(s)", + "users-and-others": "%1 et %2 autres", + "sort-by": "Trier", + "oldest-to-newest": "Du plus ancien au plus récent", + "newest-to-oldest": "Du plus récent au plus ancien", + "most-votes": "Les plus votés", + "most-posts": "Meilleurs messages", + "most-views": "Les plus vus", "stale.title": "Créer un nouveau sujet à la place ?", "stale.warning": "Le sujet auquel vous répondez est assez ancien. Ne voudriez-vous pas créer un nouveau sujet à la place et placer une référence vers celui-ci dans votre réponse ?", "stale.create": "Créer un nouveau sujet", - "stale.reply_anyway": "Répondre à ce sujet quand même", - "link_back": "Re : [%1](%2)", + "stale.reply-anyway": "Répondre à ce sujet quand même", + "link-back": "Re : [%1](%2)", "diffs.title": "Historique", - "diffs.description": "Cet article a %1 révisions. Cliquez sur l'une des révisions ci-dessous pour voir le contenu du message.", + "diffs.description": "Cet article a %1 révisions. Cliquer sur l'une des révisions ci-dessous pour voir le contenu du message.", "diffs.no-revisions-description": "Cet article a %1 révisions.", "diffs.current-revision": "Révision en cours", "diffs.original-revision": "Révision originale", @@ -196,9 +197,9 @@ "diffs.restore-description": "Une nouvelle révision sera ajoutée à l'historique des modifications de ce message après la restauration.", "diffs.post-restored": "Restauration avec succès dans une révision antérieure", "diffs.delete": "Supprimer cette révision", - "diffs.deleted": "Révision supprimé", - "timeago_later": "%1", - "timeago_earlier": "il y a %1", + "diffs.deleted": "Révision supprimée", + "timeago-later": "%1 après", + "timeago-earlier": "il y a %1", "first-post": "Premier message", "last-post": "Dernier message", "go-to-my-next-post": "Aller à mon prochain message", diff --git a/public/language/fr/unread.json b/public/language/fr/unread.json index 445e8aaf20..eb3277d81f 100644 --- a/public/language/fr/unread.json +++ b/public/language/fr/unread.json @@ -1,12 +1,12 @@ { "title": "Non lu", - "no_unread_topics": "Aucun sujet non lu.", - "load_more": "Charger la suite", - "mark_as_read": "Marquer comme lu", + "no-unread-topics": "Aucun sujet non lu.", + "load-more": "Charger la suite", + "mark-as-read": "Marquer comme lu", "selected": "Sélectionnés", "all": "Tous", - "all_categories": "Toutes Catégories", - "topics_marked_as_read.success": "Sujets marqués comme lus !", + "all-categories": "Toutes les catégories", + "topics-marked-as-read.success": "Sujets marqués comme lus !", "all-topics": "Tous les sujets", "new-topics": "Nouveau sujet", "watched-topics": "Sujets surveillés", diff --git a/public/language/fr/uploads.json b/public/language/fr/uploads.json index 43f9e8f4b3..bf73de69db 100644 --- a/public/language/fr/uploads.json +++ b/public/language/fr/uploads.json @@ -1,9 +1,9 @@ { "uploading-file": "Envoi d'un fichier…", - "select-file-to-upload": "Sélectionnez un ficher à envoyer", + "select-file-to-upload": "Sélectionner un ficher à envoyer", "upload-success": "Fichier envoyé", - "maximum-file-size": "%1 Ko maximum", - "no-uploads-found": "Aucun fichiers envoyés", + "maximum-file-size": "%1 ko maximum", + "no-uploads-found": "Aucun fichier envoyé", "public-uploads-info": "Les téléchargements sont publics, tous les visiteurs peuvent les voir.", "private-uploads-info": "Les envois sont privés, seuls les utilisateurs connectés peuvent les voir." } \ No newline at end of file diff --git a/public/language/fr/user.json b/public/language/fr/user.json index e532394189..0a2c9afe7e 100644 --- a/public/language/fr/user.json +++ b/public/language/fr/user.json @@ -6,23 +6,23 @@ "username": "Nom d'utilisateur", "joindate": "Date d'inscription", "postcount": "Nombre de messages", - "email": "Email", - "confirm_email": "Confirmer l'adresse email", - "account_info": "Informations du compte", - "admin_actions_label": "Modération", - "ban_account": "Bannir le compte", - "ban_account_confirm": "Êtes-vous sûr de bien vouloir bannir cet utilisateur ?", - "unban_account": "Rétablir le compte", - "mute_account": "Compte muet", - "unmute_account": "Compte actif", - "delete_account": "Supprimer le compte", - "delete_account_as_admin": "Supprimer le compte", - "delete_content": "Supprimer le contenu du compte", - "delete_all": "Supprimer le compte et le contenu", - "delete_account_confirm": "Êtes-vous sûr de vouloir supprimer votre compte?
Cette action est irréversible et vous ne pourrez récupérer aucune de vos données

Entrez votre mot de passe pour confirmer que vous souhaitez détruire ce compte.", - "delete_this_account_confirm": "Êtes-vous sûr de vouloir supprimer ce compte?
Cette action est irréversible, les messages deviendront anonymes et vous ne pourrez pas restaurer les messages associés avec le compte supprimé.

", - "delete_account_content_confirm": "Êtes-vous sûr de vouloir supprimer le contenu de ce compte (messages / sujets / fichiers envoyés)?
Cette action est irréversible et vous ne pourrez récupérer aucune donnée.

", - "delete_all_confirm": "Êtes-vous sûr de vouloir supprimer ce compte et tout son contenu (messages / sujets / fichiers envoyés)?
Cette action est irréversible et vous ne pourrez récupérer aucune donnée.

", + "email": "E-mail", + "confirm-email": "Confirmer l'adresse e-mail", + "account-info": "Informations du compte", + "admin-actions-label": "Modération", + "ban-account": "Bannir le compte", + "ban-account-confirm": "Êtes-vous sûr de bien vouloir bannir cet utilisateur ?", + "unban-account": "Rétablir le compte", + "mute-account": "Compte muet", + "unmute-account": "Compte actif", + "delete-account": "Supprimer le compte", + "delete-account-as-admin": "Supprimer le compte", + "delete-content": "Supprimer le contenu du compte", + "delete-all": "Supprimer le compte et le contenu", + "delete-account-confirm": "Êtes-vous sûr de vouloir supprimer votre compte ?
Cette action est irréversible et vous ne pourrez récupérer aucune de vos données

Entrez votre mot de passe pour confirmer que vous souhaitez détruire ce compte.", + "delete-this-account-confirm": "Êtes-vous sûr de vouloir supprimer ce compte ?
Cette action est irréversible, les messages deviendront anonymes et vous ne pourrez pas restaurer les messages associés avec le compte supprimé.

", + "delete-account-content-confirm": "Êtes-vous sûr de vouloir supprimer le contenu de ce compte (messages / sujets / fichiers envoyés) ?
Cette action est irréversible et vous ne pourrez récupérer aucune donnée.

", + "delete-all-confirm": "Êtes-vous sûr de vouloir supprimer ce compte et tout son contenu (messages / sujets / fichiers envoyés) ?
Cette action est irréversible et vous ne pourrez récupérer aucune donnée.

", "account-deleted": "Compte supprimé", "account-content-deleted": "Contenu du compte supprimé", "fullname": "Nom", @@ -32,11 +32,12 @@ "joined": "Inscrit", "lastonline": "Dernière connexion", "profile": "Profil", - "profile_views": "Vues", + "profile-views": "Vues", "reputation": "Réputation", "bookmarks": "Marque-pages", - "watched_categories": "Catégories surveillées", - "change_all": "Tout changer", + "watched-categories": "Catégories surveillées", + "watched-tags": "Mot-clés surveillés", + "change-all": "Tout changer", "watched": "Abonnements", "ignored": "Ignorés", "default-category-watch-state": "Abonnement par défaut des catégories", @@ -44,83 +45,84 @@ "following": "Abonnements", "blocks": "Bloqués", "blocked-users": "Utilisateurs bloqués", - "block_toggle": "Débloquer", - "block_user": "Bloquer l'utilisateur", - "unblock_user": "Débloquer l'utilisateur", + "block-toggle": "Débloquer", + "block-user": "Bloquer l'utilisateur", + "unblock-user": "Débloquer l'utilisateur", "aboutme": "À propos de moi", "signature": "Signature", "birthday": "Anniversaire", "chat": "Discussion", - "chat_with": "Continuer la discussion avec %1", - "new_chat_with": "Commencer une nouvelle discussion avec %1", + "chat-with": "Continuer la discussion avec %1", + "new-chat-with": "Commencer une nouvelle discussion avec %1", "flag-profile": "Signaler le profil", "follow": "S'abonner", "unfollow": "Se désabonner", "more": "Plus", - "profile_update_success": "Le profil a bien été mis à jour !", - "change_picture": "Changer l'image", - "change_username": "Changer le nom d'utilisateur", - "change_email": "Changer l'e-mail", - "email_same_as_password": "Veuillez entrer votre mot de passe actuel pour continuer – vous devez saisir à nouveau votre email", + "profile-update-success": "Le profil a bien été mis à jour !", + "change-picture": "Changer l'image", + "change-username": "Changer le nom d'utilisateur", + "change-email": "Changer l'e-mail", + "email-updated": "E-mail mis à jour", + "email-same-as-password": "Veuillez entrer votre mot de passe actuel pour continuer - vous devez saisir à nouveau votre e-mail", "edit": "Éditer", "edit-profile": "Éditer le profil", - "default_picture": "Icône par défaut", - "uploaded_picture": "Image envoyée", - "upload_new_picture": "Envoyer une nouvelle image", - "upload_new_picture_from_url": "Envoyer une nouvelle image depuis un URL", - "current_password": "Mot de passe actuel", - "new_password": "Nouveau mot de passe", - "change_password": "Changer le mot de passe", - "change_password_error": "Mot de passe invalide !", - "change_password_error_wrong_current": "Votre mot de passe est incorrect !", - "change_password_error_match": "Les mots de passe doivent être identiques !", - "change_password_error_privileges": "Vous n'avez pas les droits de changer ce mot de passe.", - "change_password_success": "Votre mot de passe a été mis à jour.", - "confirm_password": "Confirmer le mot de passe", + "default-picture": "Icône par défaut", + "uploaded-picture": "Image envoyée", + "upload-new-picture": "Envoyer une nouvelle image", + "upload-new-picture-from-url": "Envoyer une nouvelle image depuis un URL", + "current-password": "Mot de passe actuel", + "new-password": "Nouveau mot de passe", + "change-password": "Changer le mot de passe", + "change-password-error": "Mot de passe invalide !", + "change-password-error-wrong-current": "Votre mot de passe est incorrect !", + "change-password-error-match": "Les mots de passe doivent être identiques !", + "change-password-error-privileges": "Vous n'avez pas les droits de changer ce mot de passe.", + "change-password-success": "Votre mot de passe a été mis à jour.", + "confirm-password": "Confirmer le mot de passe", "password": "Mot de passe", - "username_taken_workaround": "Le nom d'utilisateur souhaité est déjà utilisé, nous l'avons donc légèrement modifié. Vous êtes maintenant connu comme %1", - "password_same_as_username": "Votre mot de passe est identique à votre nom d'utilisateur. Veuillez en choisir un autre.", - "password_same_as_email": "Votre mot de passe est identique à votre adresse email. Veuillez en choisir un autre.", - "weak_password": "Sécurité du mot de passe faible.", - "upload_picture": "Envoyer l'image", - "upload_a_picture": "Envoyer une image", - "remove_uploaded_picture": "Supprimer l'image envoyée", - "upload_cover_picture": "Envoyer une image de couverture", - "remove_cover_picture_confirm": "Êtes-vous sûr de vouloir supprimer l'image de couverture ?", - "crop_picture": "Découper l’image", - "upload_cropped_picture": "Découper et envoyer", + "username-taken-workaround": "Le nom d'utilisateur souhaité est déjà utilisé, nous l'avons donc légèrement modifié. Vous êtes maintenant connu comme %1", + "password-same-as-username": "Votre mot de passe est identique à votre nom d'utilisateur. Veuillez en choisir un autre.", + "password-same-as-email": "Votre mot de passe est identique à votre adresse e-mail. Veuillez en choisir un autre.", + "weak-password": "Sécurité du mot de passe faible.", + "upload-picture": "Envoyer l'image", + "upload-a-picture": "Envoyer une image", + "remove-uploaded-picture": "Supprimer l'image envoyée", + "upload-cover-picture": "Envoyer une image de couverture", + "remove-cover-picture-confirm": "Êtes-vous sûr(e) de vouloir supprimer l'image de couverture ?", + "crop-picture": "Découper l’image", + "upload-cropped-picture": "Découper et envoyer", "avatar-background-colour": "Couleur d'arrière plan", "settings": "Paramètres", - "show_email": "Afficher mon email", - "show_fullname": "Afficher mon nom complet", - "restrict_chats": "Autoriser la réception de messages ne provenant que des personnes auxquelles je suis abonné", - "digest_label": "S’inscrire aux lettres de suivi d'activités", - "digest_description": "S'abonner par email aux mises à jours de ce forum (nouvelles notifications et nouveaux sujets) selon le planning sélectionné.", - "digest_off": "Désactivé", - "digest_daily": "Quotidien", - "digest_weekly": "Hebdomadaire", - "digest_biweekly": "Deux fois par semaine", - "digest_monthly": "Mensuel", - "has_no_follower": "Cet utilisateur n'a pas encore d'abonné :(", - "follows_no_one": "Cet utilisateur n'est abonné à personne :(", - "has_no_posts": "Cet utilisateur n'a encore rien posté.", - "has_no_best_posts": "Cet utilisateur n'a pas encore d'avis positifs", - "has_no_topics": "Cet utilisateur n'a encore créé aucun sujet.", - "has_no_watched_topics": "Cet utilisateur ne s'est encore abonné à aucun sujet.", - "has_no_ignored_topics": "Cet utilisateur n'a encore ignoré aucun sujet.", - "has_no_upvoted_posts": "Cet utilisateur n'a donné d'avis positifs", - "has_no_downvoted_posts": "Cet utilisateur n'a pas donné d'avis négatifs", - "has_no_controversial_posts": "Cet utilisateur n'a pas encore d'avis négatifs.", - "has_no_blocks": "Vous n'avez bloqué aucun utilisateur.", - "email_hidden": "Email masqué", + "show-email": "Afficher mon e-mail", + "show-fullname": "Afficher mon nom complet", + "restrict-chats": "Autoriser la réception de messages ne provenant que des personnes auxquelles je suis abonné", + "digest-label": "S’inscrire aux lettres de suivi d'activités", + "digest-description": "S'abonner par e-mail aux mises à jour de ce forum (nouvelles notifications et nouveaux sujets) selon le planning sélectionné.", + "digest-off": "Désactivé", + "digest-daily": "Quotidien", + "digest-weekly": "Hebdomadaire", + "digest-biweekly": "Bihebdomadaire ", + "digest-monthly": "Mensuel", + "has-no-follower": "Cet utilisateur n'a pas encore d'abonné :(", + "follows-no-one": "Cet utilisateur n'est abonné à personne :(", + "has-no-posts": "Cet utilisateur n'a encore rien posté.", + "has-no-best-posts": "Cet utilisateur n'a pas encore d'avis positif.", + "has-no-topics": "Cet utilisateur n'a encore créé aucun sujet.", + "has-no-watched-topics": "Cet utilisateur ne s'est encore abonné à aucun sujet.", + "has-no-ignored-topics": "Cet utilisateur n'a encore ignoré aucun sujet.", + "has-no-upvoted-posts": "Cet utilisateur n'a pas encore donné d'avis positif.", + "has-no-downvoted-posts": "Cet utilisateur n'a pas donné d'avis négatif.", + "has-no-controversial-posts": "Cet utilisateur n'a pas encore d'avis négatif.", + "has-no-blocks": "Vous n'avez bloqué aucun utilisateur.", + "email-hidden": "E-mail masqué", "hidden": "masqué", - "paginate_description": "Utiliser la pagination des sujets et des messages à la place du défilement infini", - "topics_per_page": "Sujets par page", - "posts_per_page": "Messages par page", + "paginate-description": "Utiliser la pagination des sujets et des messages à la place du défilement infini", + "topics-per-page": "Sujets par page", + "posts-per-page": "Messages par page", "category-topic-sort": "Tri des sujets par catégorie", "topic-post-sort": "Tri des articles par sujet", - "max_items_per_page": "Maximum %1", - "acp_language": "Page de gestion des langues", + "max-items-per-page": "Maximum %1", + "acp-language": "Page de gestion des langues", "notifications": "Notifications", "upvote-notif-freq": "Fréquence de notification des votes positif", "upvote-notif-freq.all": "Tout les votes positif", @@ -130,27 +132,27 @@ "upvote-notif-freq.logarithmic": "Les 10, 100, 1000...", "upvote-notif-freq.disabled": "Désactivé", "browsing": "Paramètres de navigation", - "open_links_in_new_tab": "Ouvrir les liens externes dans un nouvel onglet", - "enable_topic_searching": "Activer la recherche dans les sujets", - "topic_search_help": "Une fois activé, la recherche dans les sujets va remplacer la recherche de page du navigateur et vous permettra de rechercher dans l'intégralité d'un sujet au lieu des seuls posts affichés à l'écran.", - "update_url_with_post_index": "Mettre à jour l'URL avec l'index des articles", - "scroll_to_my_post": "Après avoir répondu, montrer le nouveau message", - "follow_topics_you_reply_to": "S'abonner aux sujets auxquels vous répondez", - "follow_topics_you_create": "S'abonner aux sujets que vous créez", + "open-links-in-new-tab": "Ouvrir les liens externes dans un nouvel onglet", + "enable-topic-searching": "Activer la recherche dans les sujets", + "topic-search-help": "Une fois activé, la recherche dans les sujets va remplacer la recherche de page du navigateur et vous permettra de rechercher dans l'intégralité d'un sujet au lieu des seuls posts affichés à l'écran.", + "update-url-with-post-index": "Mettre à jour l'URL avec l'index des articles", + "scroll-to-my-post": "Après avoir répondu, montrer le nouveau message", + "follow-topics-you-reply-to": "S'abonner aux sujets auxquels vous répondez", + "follow-topics-you-create": "S'abonner aux sujets que vous créez", "grouptitle": "Nom du groupe", - "group-order-help": "Sélectionnez un groupe et utilisez les flèches pour organiser les titres", + "group-order-help": "Sélectionner un groupe et utiliser les flèches pour organiser les titres", "no-group-title": "Aucun titre de groupe", - "select-skin": "Sélectionner une apparence", + "select-skin": "Sélectionner un habillage", "default": "Défaut (%1)", - "no-skin": "Aucun Skin", + "no-skin": "Aucun habillage", "select-homepage": "Sélectionner une page d'accueil", "homepage": "Page d'accueil", - "homepage_description": "Sélectionnez une page à utiliser comme page d'accueil du forum, ou \"Aucune\" pour utiliser la page d'accueil par défaut.", - "custom_route": "Chemin personnalisé de la page d'accueil", - "custom_route_help": "Saisissez un nom de chemin ici, sans barre oblique précédente (par exemple, \"récent\" ou \"catégorie/2/discussion-générale\")", + "homepage-description": "Sélectionner une page à utiliser comme page d'accueil du forum, ou \"Aucune\" pour utiliser la page d'accueil par défaut.", + "custom-route": "Chemin personnalisé de la page d'accueil", + "custom-route-help": "Saisir un nom de chemin ici, sans barre oblique précédente (par exemple, \"récent\" ou \"catégorie/2/discussion-générale\")", "sso.title": "Services d'authentification unique", "sso.associated": "Associé avec", - "sso.not-associated": "Cliquez ici pour associer", + "sso.not-associated": "Cliquer ici pour associer", "sso.dissociate": "Dissocier", "sso.dissociate-confirm-title": "Confirmer la dissociation", "sso.dissociate-confirm": "Êtes-vous sûr de vouloir dissocier votre compte de %1 ?", @@ -163,9 +165,9 @@ "info.banned-permanently": "Banni de façon permanente", "info.banned-reason-label": "Raison", "info.banned-no-reason": "Aucune raison donnée", - "info.mute-history": "Historique de mise en sourdine récent", - "info.no-mute-history": "Cette utilisateur n'a jamais était muet", - "info.muted-until": "Muet jusqu'à %1", + "info.mute-history": "Historique de mise en sourdine récente", + "info.no-mute-history": "Cet utilisateur n'a jamais été mis en sourdine", + "info.muted-until": "Mis en sourdine jusqu'à %1", "info.muted-expiry": "Date d'expiration", "info.muted-no-reason": "Aucune raison donnée.", "info.username-history": "Historique des noms d'utilisateur", @@ -178,31 +180,31 @@ "browser-version-on-platform": "%1 %2 sur %3", "consent.title": "Vos données personnelles", "consent.lead": "Ce forum collecte et traite vos informations personnelles.", - "consent.intro": "Nous utilisons ces informations strictement pour personnaliser votre expérience dans cette communauté, ainsi que pour associer les messages que vous publiez à votre compte utilisateur. Lors de l'étape d'enregistrement, vous avez été invité à fournir un nom d'utilisateur et une adresse e-mail. Vous pouvez également fournir des informations supplémentaires pour compléter votre profil.

Nous conservons ces informations durant la durée de vie de votre compte utilisateur. À tout moment vous pouvez supprimer votre compte. À tout moment, vous pouvez demander une copie de vos contributions, via la page de vos données personnelles.

Si vous avez des questions ou préoccupations, nous vous encourageons à contacter l'équipe d'administration de ce forum.", - "consent.email_intro": "Occasionnellement, nous pouvons envoyer des courriels afin de fournir des mises à jour et / ou de vous informer de toute nouvelle activité qui vous concerne. Vous pouvez personnaliser la fréquence d'envoi (y compris la désactiver), ainsi que sélectionner les types de notifications à recevoir, via vos paramètres utilisateur.", - "consent.digest_frequency": "Par défaut, ce forum délivre des lettres d'activités tous les %1.", - "consent.digest_off": "Actuellement, ce forum n'envoi pas de lettre d'activités", + "consent.intro": "Nous utilisons ces informations strictement pour personnaliser votre expérience dans cette communauté, ainsi que pour associer les messages que vous publiez à votre compte utilisateur. Lors de l'étape d'enregistrement, vous avez été invité à fournir un nom d'utilisateur et une adresse e-mail. Vous pouvez également fournir des informations supplémentaires pour compléter votre profil.

Nous conservons ces informations durant la durée de vie de votre compte utilisateur. À tout moment vous pouvez supprimer votre compte. À tout moment, vous pouvez demander une copie de vos contributions, via la page de \"Vos données personnelles\".

Si vous avez des questions ou préoccupations, nous vous encourageons à contacter l'équipe d'administration de ce forum.", + "consent.email-intro": "Occasionnellement, nous pouvons envoyer des courriels afin de fournir des mises à jour et / ou de vous informer de toute nouvelle activité qui vous concerne. Vous pouvez personnaliser la fréquence d'envoi (y compris la désactiver), ainsi que sélectionner les types de notifications à recevoir, via vos paramètres utilisateur.", + "consent.digest-frequency": "Par défaut, ce forum délivre des lettres d'activités tous les %1.", + "consent.digest-off": "Actuellement, ce forum n’envoie pas de lettre d'activités", "consent.received": "Vous avez donné votre accord pour que ce site collecte et traite vos informations. Aucune action supplémentaire n'est requise.", - "consent.not_received": "Vous n'avez pas donné votre accord pour la collecte et le traitement des données. A tout moment, l'équipe d'administration de ce site peut choisir de supprimer votre compte afin de se conformer au règlement général sur la protection des données.", + "consent.not-received": "Vous n'avez pas donné votre accord pour la collecte et le traitement des données. A tout moment, l'équipe d'administration de ce site peut choisir de supprimer votre compte afin de se conformer au règlement général sur la protection des données.", "consent.give": "Donner son accord", - "consent.right_of_access": "Vous avez le droit d'accès", - "consent.right_of_access_description": "Vous avez la possibilité d'accéder à toutes les données collectées par ce site sur demande. Vous pouvez récupérer une copie de ces données en cliquant sur le bouton ci-dessous.", - "consent.right_to_rectification": "Vous avez le droit de rectification", - "consent.right_to_rectification_description": "Vous avez la possibilité de modifier ou de mettre à jour les données inexactes qui nous sont fournies. Votre profil peut être mis à jour en modifiant votre profil, et le contenu de l'article peut toujours être modifié. Si ce n'est pas le cas, veuillez contacter l'équipe d'administration.", - "consent.right_to_erasure": "Vous avez le droit d'effacer", - "consent.right_to_erasure_description": "Vous pouvez à tout moment révoquer votre accord à la collecte et/ou aux traitements de données en supprimant votre compte. Votre profil individuel peut être supprimé, bien que le contenu que vous avez publié restera affiché. Si vous souhaitez supprimer à la fois votre compte et votre contenu, veuillez contacter l'équipe administrative pour ce site.", - "consent.right_to_data_portability": "Vous avez la possibilité de portabilité des données.", - "consent.right_to_data_portability_description": "Vous pouvez exporter de toutes vos données collectées. Vous pouvez le faire en cliquant sur le bouton ci-dessous.", - "consent.export_profile": "Exporter Profile (.json)", + "consent.right-of-access": "Vous disposez d'un droit d’accès", + "consent.right-of-access-description": "Vous avez la possibilité d'accéder à toutes les données collectées par ce site sur demande. Vous pouvez récupérer une copie de ces données en cliquant sur le bouton ci-dessous.", + "consent.right-to-rectification": "Vous disposez d’un droit de rectification", + "consent.right-to-rectification-description": "Vous avez la possibilité de modifier ou de mettre à jour les données inexactes qui nous sont fournies. Votre profil peut être mis à jour en modifiant votre profil, et le contenu de l'article peut toujours être modifié. Si ce n'est pas le cas, veuillez contacter l'équipe d'administration.", + "consent.right-to-erasure": "Vous disposez du droit d'effacer", + "consent.right-to-erasure-description": "Vous pouvez à tout moment révoquer votre accord à la collecte et/ou aux traitements de données en supprimant votre compte. Votre profil individuel peut être supprimé, bien que le contenu que vous avez publié restera affiché. Si vous souhaitez supprimer à la fois votre compte et votre contenu, veuillez contacter l'équipe administrative pour ce site.", + "consent.right-to-data-portability": "Vous disposez du droit de portabilité des données", + "consent.right-to-data-portability-description": "Vous pouvez exporter de toutes vos données collectées. Vous pouvez le faire en cliquant sur le bouton ci-dessous.", + "consent.export-profile": "Exporter Profile (.json)", "consent.export-profile-success": "Exportation du profil, vous recevrez une notification lorsqu'elle sera terminée.", - "consent.export_uploads": "Exporter vos fichiers envoyés (.zip)", + "consent.export-uploads": "Exporter vos fichiers envoyés (.zip)", "consent.export-uploads-success": "Exportation des envois, vous recevrez une notification lorsqu'elle sera terminée.", - "consent.export_posts": "Exporter vos messages (.csv)", + "consent.export-posts": "Exporter vos messages (.csv)", "consent.export-posts-success": "Exportation des messages, vous recevrez une notification lorsqu'elle sera terminée.", - "emailUpdate.intro": "Veuillez renseigner votre adresse mails. Ce forum utilise votre adresse mail pour suivre l'activité et les notifications programmés, ainsi que pour la récupération de compte en cas de perte de mot de passe.", + "emailUpdate.intro": "Veuillez renseigner votre adresse mail. Ce forum utilise votre adresse mail pour suivre l'activité et les notifications programmées, ainsi que pour la récupération de compte en cas de perte de mot de passe.", "emailUpdate.optional": "Ce champ est facultatif. Vous n'êtes pas obligé de fournir votre adresse e-mail, mais sans e-mail validé, vous ne pourrez pas récupérer votre compte ou vous connecter avec votre e-mail.", "emailUpdate.required": "Ce champ est requis.", - "emailUpdate.change-instructions": "Un mail de confirmation sera envoyé à l'adresse mail saisie avec un lien unique. L'accès à ce lien confirmera votre propriété de mail et elle deviendra active sur votre compte. À tout moment, vous pouvez mettre à jour votre mail enregistré depuis la page de votre compte.", + "emailUpdate.change-instructions": "Un e-mail de confirmation avec un lien unique sera envoyé à l'adresse mail saisie. L'accès à ce lien confirmera qu'il s'agit bien de votre e-mail et celui-ci deviendra actif sur votre compte. À tout moment, vous pouvez mettre à jour votre e-mail enregistré depuis la page de votre compte.", "emailUpdate.password-challenge": "Veuillez entrer votre mot de passe pour confirmer la propriété du compte.", "emailUpdate.pending": "Votre adresse e-mail n'a pas encore été confirmée, mais un e-mail a été envoyé pour demander une confirmation. Si vous souhaitez annuler cette demande et renvoyer une demande de confirmation, veuillez remplir le formulaire ci-dessous." } \ No newline at end of file diff --git a/public/language/fr/users.json b/public/language/fr/users.json index 36b9dd9a45..e0417609bb 100644 --- a/public/language/fr/users.json +++ b/public/language/fr/users.json @@ -1,24 +1,24 @@ { "all-users": "Tous les utilisateurs", - "latest_users": "Derniers inscrits", - "top_posters": "Utilisateurs les plus actifs", - "most_reputation": "Meilleur Réputation", - "most_flags": "Les plus signalés", + "latest-users": "Derniers inscrits", + "top-posters": "Utilisateurs les plus actifs", + "most-reputation": "Meilleur Réputation", + "most-flags": "Les plus signalés", "search": "Rechercher", - "enter_username": "Entrez le nom d'un utilisateur", + "enter-username": "Entrer le nom d'un utilisateur", "search-user-for-chat": "Rechercher un utilisateur pour démarrer la discussion", - "load_more": "Charger la suite", + "load-more": "Charger la suite", "users-found-search-took": "%1 utilisateur(s) trouvé(s)! La recherche a pris %2 secondes.", "filter-by": "Filtrer par", "online-only": "En ligne uniquement", "invite": "Invitation", - "prompt-email": "Emails:", - "groups-to-join": "Groupes à rejoindre lorsque l'invitation est acceptée:", - "invitation-email-sent": "Un email d'invitation a été envoyé à %1", - "user_list": "Liste d'utilisateurs", - "recent_topics": "Sujets Récents", - "popular_topics": "Sujets Populaires", - "unread_topics": "Sujets Non-Lus", + "prompt-email": "E-mails :", + "groups-to-join": "Groupes à rejoindre lorsque l'invitation est acceptée :", + "invitation-email-sent": "Un e-mail d'invitation a été envoyé à %1", + "user-list": "Liste d'utilisateurs", + "recent-topics": "Sujets Récents", + "popular-topics": "Sujets Populaires", + "unread-topics": "Sujets Non-Lus", "categories": "Catégories", "tags": "Mots-clés", "no-users-found": "Aucun utilisateur trouvé !" diff --git a/public/language/gl/admin/advanced/events.json b/public/language/gl/admin/advanced/events.json index b2c2033fb5..9327eef8d3 100644 --- a/public/language/gl/admin/advanced/events.json +++ b/public/language/gl/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "Event Type", "filter-start": "Start Date", "filter-end": "End Date", - "filter-perPage": "Per Page" + "filter-per-page": "Per Page" } \ No newline at end of file diff --git a/public/language/gl/admin/extend/widgets.json b/public/language/gl/admin/extend/widgets.json index ab3a4b11d2..5d2832feed 100644 --- a/public/language/gl/admin/extend/widgets.json +++ b/public/language/gl/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "No widgets found! Activate the widget essentials plugin in the plugins control panel.", "clone-from": "Clone widgets from", "containers.available": "Available Containers", - "containers.explanation": "Drag and drop on top of any active widget", + "containers.explanation": "Drag and drop on top of any widget", "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", @@ -29,5 +29,7 @@ "hide-from-groups": "Hide from groups", "start-date": "Start date", "end-date": "End date", - "hide-on-mobile": "Hide on mobile" + "hide-on-mobile": "Hide on mobile", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/gl/admin/manage/privileges.json b/public/language/gl/admin/manage/privileges.json index 9af075bcfa..240cff6aa5 100644 --- a/public/language/gl/admin/manage/privileges.json +++ b/public/language/gl/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "Edit Privileges", "select-clear-all": "Select/Clear All", "chat": "Chat", + "chat-with-privileged": "Chat with Privileged", "upload-images": "Upload Images", "upload-files": "Upload Files", "signature": "Signature", @@ -33,7 +34,7 @@ "edit-posts": "Edit Posts", "view-edit-history": "View Edit History", "delete-posts": "Delete Posts", - "view_deleted": "View Deleted Posts", + "view-deleted": "View Deleted Posts", "upvote-posts": "Upvote Posts", "downvote-posts": "Downvote Posts", "delete-topics": "Delete Topics", diff --git a/public/language/gl/admin/manage/users.json b/public/language/gl/admin/manage/users.json index 1fef96f56d..08e5701f40 100644 --- a/public/language/gl/admin/manage/users.json +++ b/public/language/gl/admin/manage/users.json @@ -4,16 +4,21 @@ "edit": "Actions", "make-admin": "Make Admin", "remove-admin": "Remove Admin", + "change-email": "Change Email", + "new-email": "New Email", "validate-email": "Validate Email", "send-validation-email": "Send Validation Email", + "change-password": "Change Password", "password-reset-email": "Send Password Reset Email", "force-password-reset": "Force Password Reset & Log User Out", - "ban": "Ban User(s)", + "ban": "Ban", + "ban-users": "Ban User(s)", "temp-ban": "Ban User(s) Temporarily", "unban": "Unban User(s)", "reset-lockout": "Reset Lockout", "reset-flags": "Reset Flags", - "delete": "Delete User(s)", + "delete": "Delete", + "delete-users": "Delete User(s)", "delete-content": "Delete User(s) Content", "purge": "Delete User(s) and Content", "download-csv": "Download CSV", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "Ban %1 user(s)", "alerts.unban-success": "User(s) unbanned!", "alerts.lockout-reset-success": "Lockout(s) reset!", + "alerts.password-change-success": "Password(s) changed!", "alerts.flag-reset-success": "Flags(s) reset!", "alerts.no-remove-yourself-admin": "You can't remove yourself as Administrator!", "alerts.make-admin-success": "User is now administrator.", @@ -106,6 +112,7 @@ "alerts.create": "Create User", "alerts.button-create": "Create", "alerts.button-cancel": "Cancel", + "alerts.button-change": "Change", "alerts.error-passwords-different": "Passwords must match!", "alerts.error-x": "Error

%1

", "alerts.create-success": "User created!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "Emails: ", "alerts.email-sent-to": "An invitation email has been sent to %1", "alerts.x-users-found": "%1 user(s) found, (%2 seconds)", + "alerts.select-a-single-user-to-change-email": "Select a single user to change email", "export-users-started": "Exporting users as csv, this might take a while. You will receive a notification when it is complete.", - "export-users-completed": "Users exported as csv, click here to download." + "export-users-completed": "Users exported as csv, click here to download.", + "email": "Email", + "password": "Password", + "manage": "Manage" } \ No newline at end of file diff --git a/public/language/gl/admin/settings/chat.json b/public/language/gl/admin/settings/chat.json index e4946458bd..86360a34ee 100644 --- a/public/language/gl/admin/settings/chat.json +++ b/public/language/gl/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "Enter 0 to disable this restriction", "chat-settings": "Chat Settings", "disable": "Disable chat", "disable-editing": "Disable chat message editing/deletion", @@ -6,8 +7,10 @@ "max-length": "Maximum length of chat messages", "max-chat-room-name-length": "Maximum length of chat room names", "max-room-size": "Maximum number of users in chat rooms", - "delay": "Time between chat messages in milliseconds", - "notification-delay": "Notification delay for chat messages. (0 for no delay)", - "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable. (0 disabled)", - "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable. (0 disabled)" + "delay": "Time between chat messages (ms)", + "newbieDelay": "... for new users (ms)", + "notification-delay": "Notification delay for chat messages", + "notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.", + "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.", + "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable." } \ No newline at end of file diff --git a/public/language/gl/admin/settings/post.json b/public/language/gl/admin/settings/post.json index 9dc61afe57..9de7dc76fa 100644 --- a/public/language/gl/admin/settings/post.json +++ b/public/language/gl/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "Title Length", "restrictions.post-length": "Post Length", "restrictions.days-until-stale": "Days until topic is considered stale", - "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic.", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "Timestamp", "timestamp.cut-off": "Date cut-off (in days)", "timestamp.cut-off-help": "Dates & times will be shown in a relative manner (e.g. \"3 hours ago\" / \"5 days ago\"), and localised into various\n\t\t\t\t\tlanguages. After a certain point, this text can be switched to display the localised date itself\n\t\t\t\t\t(e.g. 5 Nov 2016 15:30).
(Default: 30, or one month). Set to 0 to always display dates, leave blank to always display relative times.", diff --git a/public/language/gl/admin/settings/user.json b/public/language/gl/admin/settings/user.json index 368548ba74..816bdfc150 100644 --- a/public/language/gl/admin/settings/user.json +++ b/public/language/gl/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "Username or Email", "allow-login-with.username": "Username Only", "account-settings": "Account Settings", - "gdpr_enabled": "Enable GDPR consent collection", - "gdpr_enabled_help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", + "gdpr-enabled": "Enable GDPR consent collection", + "gdpr-enabled-help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", "disable-username-changes": "Disable username changes", "disable-email-changes": "Disable email changes", "disable-password-changes": "Disable password changes", diff --git a/public/language/gl/category.json b/public/language/gl/category.json index 0318f2cab3..962fcac276 100644 --- a/public/language/gl/category.json +++ b/public/language/gl/category.json @@ -1,12 +1,12 @@ { "category": "Categoría", "subcategories": "Subcategoría", - "new_topic_button": "Novo tema", + "new-topic-button": "Novo tema", "guest-login-post": "Inicia sesión para poder escribir mensaxes", - "no_topics": "Non hai temas nesta categoría.
Por que non abres un?", + "no-topics": "Non hai temas nesta categoría.
Por que non abres un?", "browsing": "vendo agora", - "no_replies": "Ninguén respondeu", - "no_new_posts": "Non hai publicacións novas.", + "no-replies": "Ninguén respondeu", + "no-new-posts": "Non hai publicacións novas.", "watch": "Vixiar", "ignore": "Ignorar", "watching": "Seguindo", diff --git a/public/language/gl/email.json b/public/language/gl/email.json index 18ffdece58..5a976e66f6 100644 --- a/public/language/gl/email.json +++ b/public/language/gl/email.json @@ -3,8 +3,8 @@ "password-reset-requested": "Password Reset Requested!", "welcome-to": "Benvido a %1", "invite": "Invitación de %1", - "greeting_no_name": "Ola", - "greeting_with_name": "Ola %1", + "greeting-no-name": "Ola", + "greeting-with-name": "Ola %1", "email.verify-your-email.subject": "Please verify your email", "email.verify.text1": "You've requested that we change or confirm your email address", "email.verify.text2": "For security purposes, we only change or confirm the email address on file once its ownership has been confirmed via email. If you did not request this, no action is required on your part.", @@ -24,7 +24,7 @@ "reset.notify.text2": "Se ti non autorizache isto, por favor notifica inmediatamente a un administrador.", "digest.unread-rooms": "Unread rooms", "digest.room-name-unreadcount": "%1 (%2 unread)", - "digest.latest_topics": "Últimos temas de %1", + "digest.latest-topics": "Últimos temas de %1", "digest.top-topics": "Top topics from %1", "digest.popular-topics": "Popular topics from %1", "digest.cta": "Pica aquí para ir %1", @@ -36,8 +36,8 @@ "digest.title.day": "Your Daily Digest", "digest.title.week": "Your Weekly Digest", "digest.title.month": "Your Monthly Digest", - "notif.chat.subject": "Nova charla recibida de %1", - "notif.chat.public-chat-subject": "New message from %1 in room %2", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "Pica aquí para continuar a conversación", "notif.chat.unsub.info": "Esta notificación de charla foiche enviada polas túas opcións de subscrición.", "notif.post.unsub.info": "Esta notificación de mensaxe foiche enviada polas túas opcións de subscrición.", diff --git a/public/language/gl/error.json b/public/language/gl/error.json index 055c6d132e..03b15269b2 100644 --- a/public/language/gl/error.json +++ b/public/language/gl/error.json @@ -7,7 +7,7 @@ "account-locked": "A túa conta foi bloqueada temporalmente.", "search-requires-login": "As buscas requiren unha conta. Por favor inicia sesión ou rexístrate.", "goback": "Press back to return to the previous page", - "invalid-cid": "Identificador de Categoría Inválido ", + "invalid-cid": "Identificador de Categoría Inválido", "invalid-tid": "Identificador de Tema Inválido", "invalid-pid": "Identificador de Publicación Inválido", "invalid-uid": "Identificador de Usuario Inválido", @@ -43,7 +43,7 @@ "email-confirm-failed": "Non podemos confirmar o teu enderezo, por favor téntao de novo máis tarde.", "confirm-email-already-sent": "O correo de confirmación foi enviado, agarda %1 minute(s) para enviar outro.", "confirm-email-expired": "Confirmation email expired", - "sendmail-not-found": "Non se atopa o executable \"sendmail\", por favor, asegúrate de que está instalado no teu sistema e que é accesible polo usuario que executa NodeBB. ", + "sendmail-not-found": "Non se atopa o executable \"sendmail\", por favor, asegúrate de que está instalado no teu sistema e que é accesible polo usuario que executa NodeBB.", "digest-not-enabled": "This user does not have digests enabled, or the system default is not configured to send digests", "username-too-short": "Nome de usuario demasiado curto", "username-too-long": "Nome de usuario demasiado longo.", @@ -68,13 +68,13 @@ "no-privileges": "Non tes privilexios dabondo para ver este tema.", "category-disabled": "Categoría deshabilitada", "topic-locked": "Tema Pechado", - "post-edit-duration-expired": "Só podes editar as publicacións %1 segundo(s) despois de envialas. ", - "post-edit-duration-expired-minutes": "Só podes editar as publicacións %1 segundo(s) despois de envialas. ", - "post-edit-duration-expired-minutes-seconds": "Só podes editar as publicacións %1 minuto(s) %2 segundo(s) despois de envialas. ", - "post-edit-duration-expired-hours": "Só podes editar as publicacións %1 hora(s) despois de envialas. ", - "post-edit-duration-expired-hours-minutes": "Só podes editar as publicacións %1 hora(s) %2 segundo(s) despois de envialas. ", - "post-edit-duration-expired-days": "Só podes editar as publicacións %1 día(s) despois de envialas. ", - "post-edit-duration-expired-days-hours": "Só podes editar as publicacións %1 día(s) %2 hora(s) despois de envialas. ", + "post-edit-duration-expired": "Só podes editar as publicacións %1 segundo(s) despois de envialas.", + "post-edit-duration-expired-minutes": "Só podes editar as publicacións %1 segundo(s) despois de envialas.", + "post-edit-duration-expired-minutes-seconds": "Só podes editar as publicacións %1 minuto(s) %2 segundo(s) despois de envialas.", + "post-edit-duration-expired-hours": "Só podes editar as publicacións %1 hora(s) despois de envialas.", + "post-edit-duration-expired-hours-minutes": "Só podes editar as publicacións %1 hora(s) %2 segundo(s) despois de envialas.", + "post-edit-duration-expired-days": "Só podes editar as publicacións %1 día(s) despois de envialas.", + "post-edit-duration-expired-days-hours": "Só podes editar as publicacións %1 día(s) %2 hora(s) despois de envialas.", "post-delete-duration-expired": "Só podes borrar mensaxes %1 segundo(s) despois de escribilos.", "post-delete-duration-expired-minutes": "Só podes borrar mensaxes %1 minuto(s) despois de escribilos.", "post-delete-duration-expired-minutes-seconds": "Só podes borrar mensaxes %1 minuto(s) e 2% segundo(s) despois de escribilos.", @@ -151,9 +151,9 @@ "signature-too-long": "Desculpa, a firma non pode ser maior de %1 carácter(es).", "about-me-too-long": "Desculpa, o teu \"sobre min\" non pode supera-los %1 caracteres,", "cant-chat-with-yourself": "Non podes falar contigo mesmo!", - "chat-restricted": "Este usuario restrinxiu as charlas. Debedes seguirvos antes de que poidas falar con el. ", + "chat-restricted": "Este usuario restrinxiu as charlas. Debedes seguirvos antes de que poidas falar con el.", "chat-disabled": "Charlas desactivadas", - "too-many-messages": "Estás a enviar moitas mensaxes, por favor, agarda un anaco. ", + "too-many-messages": "Estás a enviar moitas mensaxes, por favor, agarda un anaco.", "invalid-chat-message": "Mensaxe inválida", "chat-message-too-long": "Chat messages can not be longer than %1 characters.", "cant-edit-chat-message": "Non tes permitido editar esta mensaxe.", @@ -184,6 +184,7 @@ "post-flagged-too-many-times": "This post has been flagged by others already", "user-flagged-too-many-times": "This user has been flagged by others already", "cant-flag-privileged": "You are not allowed to flag the profiles or content of privileged users (moderators/global moderators/admins)", + "cant-locate-flag-report": "Cannot locate flag report", "self-vote": "You cannot vote on your own post", "too-many-upvotes-today": "You can only upvote %1 times a day", "too-many-upvotes-today-user": "You can only upvote a user %1 times a day", diff --git a/public/language/gl/flags.json b/public/language/gl/flags.json index 1277ad5095..295e7a1f1a 100644 --- a/public/language/gl/flags.json +++ b/public/language/gl/flags.json @@ -1,5 +1,6 @@ { "state": "Estado", + "report": "Report", "reports": "Reports", "first-reported": "First Reported", "no-flags": "Un licorca, que non hai nada marcado para revisión.", @@ -8,6 +9,8 @@ "update": "Actualizar", "updated": "Actualizado", "resolved": "Resolved", + "report-added": "Added", + "report-rescinded": "Rescinded", "target-purged": "O contido marcado foi purgado e xa non está dispoñible", "target-aboutme-empty": "This user has no "About Me" set.", diff --git a/public/language/gl/global.json b/public/language/gl/global.json index d3d1bfdfe6..37aa8f5885 100644 --- a/public/language/gl/global.json +++ b/public/language/gl/global.json @@ -13,19 +13,19 @@ "400.message": "It looks like this link is malformed, please double-check and try again.
Return to the home page.
", "register": "Rexistrarse", "login": "Conectarse", - "please_log_in": "Por favor, conéctate", + "please-log-in": "Por favor, conéctate", "logout": "Desconectarse", - "posting_restriction_info": "As publicacións están restrinxidas a membros rexistrados, pica aquí para rexistrarte.", - "welcome_back": "Benvido de novo!", - "you_have_successfully_logged_in": "Sentidiño!", - "save_changes": "Gardar Cambios", + "posting-restriction-info": "As publicacións están restrinxidas a membros rexistrados, pica aquí para rexistrarte.", + "welcome-back": "Benvido de novo!", + "you-have-successfully-logged-in": "Sentidiño!", + "save-changes": "Gardar Cambios", "save": "Gardar", "create": "Create", "cancel": "Cancel", - "close": "Pechar ", + "close": "Pechar", "pagination": "Paxinación", - "pagination.out_of": "%1 de %2", - "pagination.enter_index": "Go to post index", + "pagination.out-of": "%1 de %2", + "pagination.enter-index": "Go to post index", "header.admin": "Admin", "header.categories": "Categorías", "header.recent": "Recentes", @@ -37,7 +37,7 @@ "header.groups": "Grupos", "header.chats": "Charlas", "header.notifications": "Notificacións", - "header.search": "Búsqueda ", + "header.search": "Búsqueda", "header.profile": "Perfil", "header.account": "Account", "header.navigation": "Navegación", @@ -59,7 +59,7 @@ "alert.unbanned.message": "Your ban has been lifted.", "alert.unfollow": "Xa non sigues a %1!", "alert.follow": "Agora sigues a %1!", - "users": "Usuarios ", + "users": "Usuarios", "topics": "Temas", "posts": "Publicacións", "x-posts": "%1 posts", @@ -80,25 +80,25 @@ "lastpost": "Last post", "firstpost": "First post", "about": "About", - "read_more": "ler máis", + "read-more": "ler máis", "more": "Máis", "none": "None", - "posted_ago_by_guest": "Publicado %1 por Invitado", - "posted_ago_by": "Publicado %1 por %2", - "posted_ago": "Publicado %1", - "posted_in": "publicado en %1", - "posted_in_by": "publicado en %1 por %2", - "posted_in_ago": "Publicado en %1 %2", - "posted_in_ago_by": "Publicado en %1 %2 por %3", - "user_posted_ago": "%1 publicado %2", - "guest_posted_ago": "Invitado publicou %1", - "last_edited_by": "última edición por %1", + "posted-ago-by-guest": "Publicado %1 por Invitado", + "posted-ago-by": "Publicado %1 por %2", + "posted-ago": "Publicado %1", + "posted-in": "publicado en %1", + "posted-in-by": "publicado en %1 por %2", + "posted-in-ago": "Publicado en %1 %2", + "posted-in-ago-by": "Publicado en %1 %2 por %3", + "user-posted-ago": "%1 publicado %2", + "guest-posted-ago": "Invitado publicou %1", + "last-edited-by": "última edición por %1", "edited-timestamp": "Edited %1", "norecentposts": "Non hai mensaxes recentes", "norecenttopics": "Non hai temas recentes", "recentposts": "Mensaxes recentes", "recentips": "Conectado recentemente en IPs", - "moderator_tools": "Ferramentas de Moderación", + "moderator-tools": "Ferramentas de Moderación", "status": "Status", "online": "En línea", "away": "Fóra", @@ -109,7 +109,7 @@ "language": "Idioma", "guest": "Invitado", "guests": "Invitados", - "former_user": "A Former User", + "former-user": "A Former User", "system-user": "System", "unknown-user": "Unknown user", "updated.title": "Foro Actualizado", @@ -117,12 +117,12 @@ "privacy": "Privacidad", "follow": "Seguir", "unfollow": "Deixar de seguir", - "delete_all": "Borrar todo", + "delete-all": "Borrar todo", "map": "Mapa", "sessions": "Inicios de sesión", - "ip_address": "Enderezo IP", - "enter_page_number": "Escribe o número da páxina", - "upload_file": "Subir arquivo ", + "ip-address": "Enderezo IP", + "enter-page-number": "Escribe o número da páxina", + "upload-file": "Subir arquivo", "upload": "Subir", "uploads": "Uploads", "allowed-file-types": "Os tipos de arquivos permitidos son: %1", @@ -131,7 +131,7 @@ "play": "Reproducir", "cookies.message": "Esta web emprega cookies para asegurar que recibes unha mellor experiencia de navegación.", "cookies.accept": "De Acordo!", - "cookies.learn_more": "Saber máis", + "cookies.learn-more": "Saber máis", "edited": "Edited", "disabled": "Disabled", "select": "Select", diff --git a/public/language/gl/groups.json b/public/language/gl/groups.json index 9393a22b03..b283020ee6 100644 --- a/public/language/gl/groups.json +++ b/public/language/gl/groups.json @@ -2,65 +2,65 @@ "all-groups": "All groups", "groups": "Grupos", "members": "Members", - "view_group": "Ver grupo", + "view-group": "Ver grupo", "owner": "Dono do grupo", - "new_group": "Crear un novo grupo", - "no_groups_found": "Non hai grupos que ver", + "new-group": "Crear un novo grupo", + "no-groups-found": "Non hai grupos que ver", "pending.accept": "Aceptar", "pending.reject": "Rexeitar", - "pending.accept_all": "Aceptar todo", - "pending.reject_all": "Rexeitar todo", + "pending.accept-all": "Aceptar todo", + "pending.reject-all": "Rexeitar todo", "pending.none": "Non hai membros pendentes", "invited.none": "Non hai convidados pendentes", "invited.uninvite": "Rexeitar invitación", "invited.search": "Procurar un usuario para convidar ao grupo", - "invited.notification_title": "Fuches convidado a unirte%1", - "request.notification_title": "Petición de membresía ao grupo de %1", - "request.notification_text": "%1 convidoute a facerte membro de %2", + "invited.notification-title": "Fuches convidado a unirte%1", + "request.notification-title": "Petición de membresía ao grupo de %1", + "request.notification-text": "%1 convidoute a facerte membro de %2", "cover-save": "Gardar", "cover-saving": "Gardando", "details.title": "Detalles do grupo", "details.members": "Lista de membros", "details.pending": "Membros Pendentes", "details.invited": "Membros convidados", - "details.has_no_posts": "Non hai publicacións neste grupo", - "details.latest_posts": "Últimas Publicacións", + "details.has-no-posts": "Non hai publicacións neste grupo", + "details.latest-posts": "Últimas Publicacións", "details.private": "Privado", "details.disableJoinRequests": "Desactivar as peticións de unión", "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Outorgar/Rescindir propiedade", "details.kick": "Expulsar", - "details.kick_confirm": "Are you sure you want to remove this member from the group?", + "details.kick-confirm": "Are you sure you want to remove this member from the group?", "details.add-member": "Add Member", - "details.owner_options": "Administración do Grupo", - "details.group_name": "Nome do Grupo", - "details.member_count": "Conta de Membros", - "details.creation_date": "Data de Creación", + "details.owner-options": "Administración do Grupo", + "details.group-name": "Nome do Grupo", + "details.member-count": "Conta de Membros", + "details.creation-date": "Data de Creación", "details.description": "Descripción", "details.member-post-cids": "Category IDs to display posts from", - "details.badge_preview": "Vista Previa da Insignia", - "details.change_icon": "Cambiar Icona", - "details.change_label_colour": "Change Label Colour", - "details.change_text_colour": "Change Text Colour", - "details.badge_text": "Texto da Insignia", + "details.badge-preview": "Vista Previa da Insignia", + "details.change-icon": "Cambiar Icona", + "details.change-label-colour": "Change Label Colour", + "details.change-text-colour": "Change Text Colour", + "details.badge-text": "Texto da Insignia", "details.userTitleEnabled": "Amosar Insignia", - "details.private_help": "Se está habilitado, a unión de grupos require da aprobación do dono dun deles.", + "details.private-help": "Se está habilitado, a unión de grupos require da aprobación do dono dun deles.", "details.hidden": "Oculto", - "details.hidden_help": "Se está habilitado, este grupo non se poderá atopar na listaxe de grupos e os usuarios deberán ser convidados manualmente.", - "details.delete_group": "Eliminar Grupo", - "details.private_system_help": "Os grupos privados están desactivados ao nivel do sistema, esta opción non trocará nada.", + "details.hidden-help": "Se está habilitado, este grupo non se poderá atopar na listaxe de grupos e os usuarios deberán ser convidados manualmente.", + "details.delete-group": "Eliminar Grupo", + "details.private-system-help": "Os grupos privados están desactivados ao nivel do sistema, esta opción non trocará nada.", "event.updated": "Os detalles do grupo foron actualizados", "event.deleted": "O grupo \"%1\" foi borrado.", - "membership.accept-invitation": "Aceptar ", - "membership.accept.notification_title": "You are now a member of %1", + "membership.accept-invitation": "Aceptar", + "membership.accept.notification-title": "You are now a member of %1", "membership.invitation-pending": "Invitación Pendente", "membership.join-group": "Unirse ao grupo", "membership.leave-group": "Marchar do grupo", - "membership.leave.notification_title": "%1 has left group %2", + "membership.leave.notification-title": "%1 has left group %2", "membership.reject": "Rexeitar", - "new-group.group_name": "Nome do grupo:", + "new-group.group-name": "Nome do grupo:", "upload-group-cover": "Cargar foto para o grupo", "bulk-invite-instructions": "Escribe unha lista de nomes de usuario a convidar a este grupo separados por comas", "bulk-invite": "Convite múltiple", - "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" + "remove-group-cover-confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/gl/login.json b/public/language/gl/login.json index b1508c9cda..d9abadf84a 100644 --- a/public/language/gl/login.json +++ b/public/language/gl/login.json @@ -1,12 +1,12 @@ { "username-email": "Usuario / Correo electrónico", "username": "Usuario", - "remember_me": "Lembrarme?", - "forgot_password": "Esqueciches o teu contrasinal?", - "alternative_logins": "Métodos alternativos", - "failed_login_attempt": "Erro ao iniciar sesión", - "login_successful": "Sesión iniciada con éxito!", - "dont_have_account": "Aínda non tes conta?", + "remember-me": "Lembrarme?", + "forgot-password": "Esqueciches o teu contrasinal?", + "alternative-logins": "Métodos alternativos", + "failed-login-attempt": "Erro ao iniciar sesión", + "login-successful": "Sesión iniciada con éxito!", + "dont-have-account": "Aínda non tes conta?", "logged-out-due-to-inactivity": "Debido a inactividade fuches desconectado do Panel de Control de Administradores", "caps-lock-enabled": "Caps Lock is enabled" } \ No newline at end of file diff --git a/public/language/gl/modules.json b/public/language/gl/modules.json index 5f029bf2d6..dfbbaf172e 100644 --- a/public/language/gl/modules.json +++ b/public/language/gl/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "Room %1", - "chat.chatting_with": "Chat with", + "chat.chatting-with": "Chat with", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Go to most recent message", @@ -8,13 +8,16 @@ "chat.chat-with-usernames": "Chat with %1", "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Enviar", - "chat.no_active": "Non tes charlas activas.", - "chat.user_typing": "%1 está a escribir...", - "chat.user_has_messaged_you": "%1 enviouche unha mensaxe.", + "chat.no-active": "Non tes charlas activas.", + "chat.user-typing-1": "%1 is typing ...", + "chat.user-typing-2": "%1 and %2 are typing ...", + "chat.user-typing-3": "%1, %2 and %3 are typing ...", + "chat.user-typing-n": "%1, %2 and %3 others are typing ...", + "chat.user-has-messaged-you": "%1 enviouche unha mensaxe.", "chat.replying-to": "Replying to %1", - "chat.see_all": "All chats", - "chat.mark_all_read": "Mark all read", - "chat.no-messages": "Por favor, seleccione un destinatario para ver o historial das mensaxes ", + "chat.see-all": "All chats", + "chat.mark-all-read": "Mark all read", + "chat.no-messages": "Por favor, seleccione un destinatario para ver o historial das mensaxes", "chat.no-users-in-room": "Non hai usuarios nesta sala", "chat.recent-chats": "Charlas Recentes", "chat.contacts": "Contactos", @@ -24,12 +27,16 @@ "chat.pop-out": "Marchar do chat", "chat.minimize": "Minimize", "chat.maximize": "Agrandar", - "chat.seven_days": "7 Días", - "chat.thirty_days": "30 Días", - "chat.three_months": "3 Meses", - "chat.delete_message_confirm": "Estás seguro de que desexas eliminar esta mensaxe?", + "chat.seven-days": "7 Días", + "chat.thirty-days": "30 Días", + "chat.three-months": "3 Meses", + "chat.delete-message-confirm": "Estás seguro de que desexas eliminar esta mensaxe?", "chat.retrieving-users": "Retrieving users...", "chat.view-users-list": "View users list", + "chat.pinned-messages": "Pinned Messages", + "chat.no-pinned-messages": "There are no pinned messages", + "chat.pin-message": "Pin Message", + "chat.unpin-message": "Unpin Message", "chat.public-rooms": "Public Rooms (%1)", "chat.private-rooms": "Private Rooms (%1)", "chat.create-room": "Create Chat Room", @@ -67,17 +74,24 @@ "chat.system.user-leave": "%1 has left the room ", "chat.system.room-rename": "%2 has renamed this room to \"%1\" ", "composer.compose": "Elaborar", - "composer.show_preview": "Amosar vista previa", - "composer.hide_preview": "Agochar vista previa", + "composer.show-preview": "Amosar vista previa", + "composer.hide-preview": "Agochar vista previa", "composer.help": "Help", - "composer.user_said_in": "%1 dixo en %2", - "composer.user_said": "%1 dixo:", + "composer.user-said-in": "%1 dixo en %2", + "composer.user-said": "%1 dixo:", "composer.discard": "Estás seguro de que queres desfacer esta publicación?", - "composer.submit_and_lock": "Enviar e bloquear", - "composer.toggle_dropdown": "Alternar despregable", + "composer.submit-and-lock": "Enviar e bloquear", + "composer.toggle-dropdown": "Alternar despregable", "composer.uploading": "Subindo %1", "composer.formatting.bold": "Negriña", "composer.formatting.italic": "Itálica", + "composer.formatting.heading": "Heading", + "composer.formatting.heading1": "Heading 1", + "composer.formatting.heading2": "Heading 2", + "composer.formatting.heading3": "Heading 3", + "composer.formatting.heading4": "Heading 4", + "composer.formatting.heading5": "Heading 5", + "composer.formatting.heading6": "Heading 6", "composer.formatting.list": "Lista", "composer.formatting.strikethrough": "Tachado", "composer.formatting.code": "Code", @@ -85,9 +99,10 @@ "composer.formatting.picture": "Image Link", "composer.upload-picture": "Subir foto", "composer.upload-file": "Subir arquivo", - "composer.zen_mode": "Modo Zen", - "composer.select_category": "Selecciona unha categoría", + "composer.zen-mode": "Modo Zen", + "composer.select-category": "Selecciona unha categoría", "composer.textarea.placeholder": "Enter your post content here, drag and drop images", + "composer.post-queue-alert": "Hello👋!
This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.", "composer.schedule-for": "Schedule topic for", "composer.schedule-date": "Date", "composer.schedule-time": "Time", @@ -102,8 +117,8 @@ "bootbox.confirm": "Confirmar", "bootbox.submit": "Submit", "bootbox.send": "Send", - "cover.dragging_title": "Colocar foto de portada", - "cover.dragging_message": "Arrastra a foto d portada ó lugar que desexes e fai clic en \"Gardar\"", + "cover.dragging-title": "Colocar foto de portada", + "cover.dragging-message": "Arrastra a foto d portada ó lugar que desexes e fai clic en \"Gardar\"", "cover.saved": "Imaxe e posición da foto de portada gardadas.", "thumbs.modal.title": "Manage topic thumbnails", "thumbs.modal.no-thumbs": "No thumbnails found.", diff --git a/public/language/gl/notifications.json b/public/language/gl/notifications.json index 1ebe787f85..d9400e534f 100644 --- a/public/language/gl/notifications.json +++ b/public/language/gl/notifications.json @@ -1,59 +1,68 @@ { "title": "Notificacións", - "no_notifs": "Non tes notificacións novas", - "see_all": "All notifications", - "mark_all_read": "Mark all read", - "back_to_home": "Volver ao %1", - "outgoing_link": "Ligazón saínte", - "outgoing_link_message": "Estás saíndo %1", - "continue_to": "Continuar a %1", - "return_to": "Volver a %1", - "new_notification": "You have a new notification", - "you_have_unread_notifications": "Tes notificacións non lidas", + "no-notifs": "Non tes notificacións novas", + "see-all": "All notifications", + "mark-all-read": "Mark all read", + "back-to-home": "Volver ao %1", + "outgoing-link": "Ligazón saínte", + "outgoing-link-message": "Estás saíndo %1", + "continue-to": "Continuar a %1", + "return-to": "Volver a %1", + "new-notification": "You have a new notification", + "you-have-unread-notifications": "Tes notificacións non lidas", "all": "All", "topics": "Topics", + "tags": "Tags", "replies": "Replies", "chat": "Chats", "group-chat": "Group Chats", "public-chat": "Public Chats", "follows": "Follows", "upvote": "Upvotes", + "awards": "Awards", "new-flags": "New Flags", "my-flags": "Flags assigned to me", "bans": "Bans", - "new_message_from": "Nova mensaxe de %1", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1 votoute positivo en %2.", - "upvoted_your_post_in_dual": "%1 e %2 votaron positivamente a túa mensaxe en %3.", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "%1 moveu a túa publicación a%2", - "moved_your_topic": "%1 moveu %2", - "user_flagged_post_in": "%1 reportou unha mensaxe en %2", - "user_flagged_post_in_dual": "%1 e %2 reportaron a túa mensaxe en %3", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1 flagged a user profile (%2)", - "user_flagged_user_dual": "%1 and %2 flagged a user profile (%3)", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "%1 publicou unha resposta en: %2", - "user_posted_to_dual": "%1 e %2 responderon a %3", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1 publicou un novo tema: %2", - "user_edited_post": "%1 has edited a post in %2", - "user_started_following_you": "%1 comezou a seguirte.", - "user_started_following_you_dual": "%1 e %2 comezaron a seguirte.", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1 enviou unha petición de rexistro.", - "new_register_multiple": "Hai %1 peticións de rexistros pendentes de revisión", - "flag_assigned_to_you": "Flag %1 has been assigned to you", - "post_awaiting_review": "Post awaiting review", + "new-message-from": "Nova mensaxe de %1", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 wrote in %3", + "user-posted-in-public-room-dual": "%1 and %2 wrote in %4", + "user-posted-in-public-room-triple": "%1, %2 and %3 wrote in %5", + "user-posted-in-public-room-multiple": "%1, %2 and %3 others wrote in %5", + "upvoted-your-post-in": "%1 votoute positivo en %2.", + "upvoted-your-post-in-dual": "%1 e %2 votaron positivamente a túa mensaxe en %3.", + "upvoted-your-post-in-triple": "%1, %2 and %3 have upvoted your post in %4.", + "upvoted-your-post-in-multiple": "%1, %2 and %3 others have upvoted your post in %4.", + "moved-your-post": "%1 moveu a túa publicación a%2", + "moved-your-topic": "%1 moveu %2", + "user-flagged-post-in": "%1 reportou unha mensaxe en %2", + "user-flagged-post-in-dual": "%1 e %2 reportaron a túa mensaxe en %3", + "user-flagged-post-in-triple": "%1, %2 and %3 flagged a post in %4", + "user-flagged-post-in-multiple": "%1, %2 and %3 others flagged a post in %4", + "user-flagged-user": "%1 flagged a user profile (%2)", + "user-flagged-user-dual": "%1 and %2 flagged a user profile (%3)", + "user-flagged-user-triple": "%1, %2 and %3 flagged a user profile (%4)", + "user-flagged-user-multiple": "%1, %2 and %3 others flagged a user profile (%4)", + "user-posted-to": "%1 publicou unha resposta en: %2", + "user-posted-to-dual": "%1 e %2 responderon a %3", + "user-posted-to-triple": "%1, %2 and %3 have posted replies to: %4", + "user-posted-to-multiple": "%1, %2 and %3 others have posted replies to: %4", + "user-posted-topic": "%1 publicou un novo tema: %2", + "user-edited-post": "%1 has edited a post in %2", + "user-posted-topic-with-tag": "%1 has posted a new topic with tag %2", + "user-posted-topic-with-tag-dual": "%1 has posted a new topic with tags %2 and %3", + "user-posted-topic-with-tag-triple": "%1 has posted a new topic with tags %2, %3 and %4", + "user-posted-topic-with-tag-multiple": "%1 has posted a new topic with tags %2", + "user-started-following-you": "%1 comezou a seguirte.", + "user-started-following-you-dual": "%1 e %2 comezaron a seguirte.", + "user-started-following-you-triple": "%1, %2 and %3 started following you.", + "user-started-following-you-multiple": "%1, %2 and %3 others started following you.", + "new-register": "%1 enviou unha petición de rexistro.", + "new-register-multiple": "Hai %1 peticións de rexistros pendentes de revisión", + "flag-assigned-to-you": "Flag %1 has been assigned to you", + "post-awaiting-review": "Post awaiting review", "profile-exported": "%1 profile exported, click to download", "posts-exported": "%1 posts exported, click to download", "uploads-exported": "%1 uploads exported, click to download", @@ -63,25 +72,27 @@ "post-queue-notify": "Queued post received a notification:
\"%1\"", "email-confirmed": "Correo confirmado", "email-confirmed-message": "Grazas por validar o teu correo. A túa conta agora está activada.", - "email-confirm-error-message": "Houbo un problema validando o teu correo. Poida que o código fose inválido ou expirase. ", + "email-confirm-error-message": "Houbo un problema validando o teu correo. Poida que o código fose inválido ou expirase.", "email-confirm-sent": "Correo de confirmación enviado.", "none": "None", - "notification_only": "Notification Only", - "email_only": "Email Only", - "notification_and_email": "Notification & Email", - "notificationType_upvote": "When someone upvotes your post", - "notificationType_new-topic": "When someone you follow posts a topic", - "notificationType_new-reply": "When a new reply is posted in a topic you are watching", - "notificationType_post-edit": "When a post is edited in a topic you are watching", - "notificationType_follow": "When someone starts following you", - "notificationType_new-chat": "When you receive a chat message", - "notificationType_new-group-chat": "When you receive a group chat message", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "When you receive a group invite", - "notificationType_group-leave": "When a user leaves your group", - "notificationType_group-request-membership": "When someone requests to join a group you own", - "notificationType_new-register": "When someone gets added to registration queue", - "notificationType_post-queue": "When a new post is queued", - "notificationType_new-post-flag": "When a post is flagged", - "notificationType_new-user-flag": "When a user is flagged" + "notification-only": "Notification Only", + "email-only": "Email Only", + "notification-and-email": "Notification & Email", + "notificationType-upvote": "When someone upvotes your post", + "notificationType-new-topic": "When someone you follow posts a topic", + "notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow", + "notificationType-new-reply": "When a new reply is posted in a topic you are watching", + "notificationType-post-edit": "When a post is edited in a topic you are watching", + "notificationType-follow": "When someone starts following you", + "notificationType-new-chat": "When you receive a chat message", + "notificationType-new-group-chat": "When you receive a group chat message", + "notificationType-new-public-chat": "When you receive a public group chat message", + "notificationType-group-invite": "When you receive a group invite", + "notificationType-group-leave": "When a user leaves your group", + "notificationType-group-request-membership": "When someone requests to join a group you own", + "notificationType-new-register": "When someone gets added to registration queue", + "notificationType-post-queue": "When a new post is queued", + "notificationType-new-post-flag": "When a post is flagged", + "notificationType-new-user-flag": "When a user is flagged", + "notificationType-new-reward": "When you earn a new reward" } \ No newline at end of file diff --git a/public/language/gl/pages.json b/public/language/gl/pages.json index d501ec2ec0..80ea8508a4 100644 --- a/public/language/gl/pages.json +++ b/public/language/gl/pages.json @@ -47,7 +47,8 @@ "account/latest-posts": "Latest posts made by %1", "account/topics": "Temas de %1", "account/groups": "%1's Grupos", - "account/watched_categories": "%1's Watched Categories", + "account/watched-categories": "%1's Watched Categories", + "account/watched-tags": "%1's Watched Tags", "account/bookmarks": "%1's Mensaxes marcadas", "account/settings": "Opcións de Usuario", "account/settings-of": "Changing settings of %1", @@ -62,6 +63,6 @@ "account/sessions": "Login Sessions", "confirm": "Enderezo electrónico confirmado", "maintenance.text": "%1 is currently undergoing maintenance.
Please come back another time.", - "maintenance.messageIntro": "A máis, o administrador deixou esta mensaxe: ", + "maintenance.messageIntro": "A máis, o administrador deixou esta mensaxe:", "throttled.text": "&1 non está dispoñible debido a unha carga excesiva. Por favor, volva noutro momento" } \ No newline at end of file diff --git a/public/language/gl/recent.json b/public/language/gl/recent.json index bacee8ba01..d85fa882f3 100644 --- a/public/language/gl/recent.json +++ b/public/language/gl/recent.json @@ -5,7 +5,7 @@ "month": "Mes", "year": "Ano", "alltime": "Dende o principio", - "no_recent_topics": "Non hai temas recentes", - "no_popular_topics": "Non hai temas populares", + "no-recent-topics": "Non hai temas recentes", + "no-popular-topics": "Non hai temas populares", "load-new-posts": "Load new posts" } \ No newline at end of file diff --git a/public/language/gl/register.json b/public/language/gl/register.json index b0f4a0d90e..8b8721273e 100644 --- a/public/language/gl/register.json +++ b/public/language/gl/register.json @@ -1,32 +1,32 @@ { "register": "Rexistrarse", "already-have-account": "Already have an account?", - "cancel_registration": "Cancelar rexistro", + "cancel-registration": "Cancelar rexistro", "help.email": "Por defecto, o teu correo electrónico está oculto ao público.", - "help.username_restrictions": "O nome de usuario debe ter entre %1 e %2 caracteres. Os outros usuarios poden mencionarte escribindo @usuario.", - "help.minimum_password_length": "O teu contrasinal debe ter polo menos %1 caracteres.", - "email_address": "Correo electrónico", - "email_address_placeholder": "Introduce o teu correo electrónico", + "help.username-restrictions": "O nome de usuario debe ter entre %1 e %2 caracteres. Os outros usuarios poden mencionarte escribindo @usuario.", + "help.minimum-password-length": "O teu contrasinal debe ter polo menos %1 caracteres.", + "email-address": "Correo electrónico", + "email-address-placeholder": "Introduce o teu correo electrónico", "username": "Nome de Usuario", - "username_placeholder": "Introduce o teu nome de usuario", + "username-placeholder": "Introduce o teu nome de usuario", "password": "Contrasinal", - "password_placeholder": "Introduce o teu contrasinal", - "confirm_password": "Confirma o teu contrasinal", - "confirm_password_placeholder": "Confirma o teu contrasinal", - "register_now_button": "Rexistrarse agora", - "alternative_registration": "Métodos de rexistro alternativos", - "terms_of_use": "Termos e Condicións de Uso", - "agree_to_terms_of_use": "Acepto os Termos e Condicións de Uso", - "terms_of_use_error": "Debes acepta-los termos de uso", + "password-placeholder": "Introduce o teu contrasinal", + "confirm-password": "Confirma o teu contrasinal", + "confirm-password-placeholder": "Confirma o teu contrasinal", + "register-now-button": "Rexistrarse agora", + "alternative-registration": "Métodos de rexistro alternativos", + "terms-of-use": "Termos e Condicións de Uso", + "agree-to-terms-of-use": "Acepto os Termos e Condicións de Uso", + "terms-of-use-error": "Debes acepta-los termos de uso", "registration-added-to-queue": "O teu rexistro foi engadido á cola de aprobación. Recibirás un correo electrónico cando sexa aceptado por un administrador.", "registration-queue-average-time": "Our average time for approving memberships is %1 hours %2 minutes.", "registration-queue-auto-approve-time": "Your membership to this forum will be fully activated in up to %1 hours.", "interstitial.intro": "We'd like some additional information in order to update your account…", "interstitial.intro-new": "We'd like some additional information before we can create your account…", "interstitial.errors-found": "Please review the entered information:", - "gdpr_agree_data": "I consent to the collection and processing of my personal information on this website.", - "gdpr_agree_email": "I consent to receive digest and notification emails from this website.", - "gdpr_consent_denied": "You must give consent to this site to collect/process your information, and to send you emails.", + "gdpr-agree-data": "I consent to the collection and processing of my personal information on this website.", + "gdpr-agree-email": "I consent to receive digest and notification emails from this website.", + "gdpr-consent-denied": "You must give consent to this site to collect/process your information, and to send you emails.", "invite.error-admin-only": "Direct user registration has been disabled. Please contact an administrator for more details.", "invite.error-invite-only": "Direct user registration has been disabled. You must be invited by an existing user in order to access this forum.", "invite.error-invalid-data": "The registration data received does not correspond to our records. Please contact an administrator for more details" diff --git a/public/language/gl/reset_password.json b/public/language/gl/reset_password.json index ef1f8ff742..66dfe2416c 100644 --- a/public/language/gl/reset_password.json +++ b/public/language/gl/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "Restaurar contrasinal", - "update_password": "Actualiza o contrasinal", - "password_changed.title": "Contrasinal modificado", - "password_changed.message": "

Contrasinal modificado, por favor inicia sesión de novo.", - "wrong_reset_code.title": "Código incorrecto", - "wrong_reset_code.message": "O código de reinicio do contrasinal é incorrecto. Por favor, téntao de novo ou pide un novo código.", - "new_password": "Novo Contrasinal", - "repeat_password": "Confirma o teu contrasinal", - "changing_password": "Changing Password", - "enter_email": "Por favor, introduce o teucorreo electrónico e enviarémosche un correo coas instruccóns para restaurar a túa conta", - "enter_email_address": "Introduce o teu correo electrónico", - "password_reset_sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", - "invalid_email": "Correo inválido / O correo non existe!", - "password_too_short": "O contrasinal é moi curto, por favor, escolle outro.", - "passwords_do_not_match": "Os contrasinais non coinciden.", - "password_expired": "O teu contrasinal expirou, por favor, escolle un novo." + "reset-password": "Restaurar contrasinal", + "update-password": "Actualiza o contrasinal", + "password-changed.title": "Contrasinal modificado", + "password-changed.message": "

Contrasinal modificado, por favor inicia sesión de novo.", + "wrong-reset-code.title": "Código incorrecto", + "wrong-reset-code.message": "O código de reinicio do contrasinal é incorrecto. Por favor, téntao de novo ou pide un novo código.", + "new-password": "Novo Contrasinal", + "repeat-password": "Confirma o teu contrasinal", + "changing-password": "Changing Password", + "enter-email": "Por favor, introduce o teucorreo electrónico e enviarémosche un correo coas instruccóns para restaurar a túa conta", + "enter-email-address": "Introduce o teu correo electrónico", + "password-reset-sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", + "invalid-email": "Correo inválido / O correo non existe!", + "password-too-short": "O contrasinal é moi curto, por favor, escolle outro.", + "passwords-do-not-match": "Os contrasinais non coinciden.", + "password-expired": "O teu contrasinal expirou, por favor, escolle un novo." } \ No newline at end of file diff --git a/public/language/gl/rewards.json b/public/language/gl/rewards.json new file mode 100644 index 0000000000..f923cf1500 --- /dev/null +++ b/public/language/gl/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "You have been awarded %1 reputation", + "awarded-group-membership": "You have been added to the group %1", + + "essentials/user.reputation-conditional-value": "(Reputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Post Count %1 %2)", + "essentials/user.lastonline-conditional-value": "(Last Online %1 %2)", + "essentials/user.joindate-conditional-value": "(Join Date %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Days Registered %1 %2)" +} \ No newline at end of file diff --git a/public/language/gl/search.json b/public/language/gl/search.json index 5ffbbb2072..902d37e96e 100644 --- a/public/language/gl/search.json +++ b/public/language/gl/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Type to search", - "results_matching": "%1 resultado(s) coincide(n) con \"%2\", (%3 segundos)", + "results-matching": "%1 resultado(s) coincide(n) con \"%2\", (%3 segundos)", "no-matches": "Non se atoparon coincidencias", "advanced-search": "Busca Avanzada", "in": "En", diff --git a/public/language/gl/tags.json b/public/language/gl/tags.json index 83c7c74cdc..f2374e3473 100644 --- a/public/language/gl/tags.json +++ b/public/language/gl/tags.json @@ -1,11 +1,17 @@ { "all-tags": "All tags", - "no_tag_topics": "Non hai temas con esa etiqueta.", + "no-tag-topics": "Non hai temas con esa etiqueta.", "no-tags-found": "No tags found", "tags": "Etiquetas", - "enter_tags_here": "Pon as etiquetas aquí, entre %1 e %2 caracteres cada unha.", - "enter_tags_here_short": "Introduce as etiquetas", - "no_tags": "Non hai etiquetas todavía.", - "select_tags": "Select Tags", - "tag-whitelist": "Tag Whitelist" + "enter-tags-here": "Pon as etiquetas aquí, entre %1 e %2 caracteres cada unha.", + "enter-tags-here-short": "Introduce as etiquetas", + "no-tags": "Non hai etiquetas todavía.", + "select-tags": "Select Tags", + "tag-whitelist": "Tag Whitelist", + "watching": "Watching", + "not-watching": "Not Watching", + "watching.description": "Notify me of new topics.", + "not-watching.description": "Do not notify me of new topics.", + "following-tag.message": "You will now be receiving notifications when somebody posts a topic with this tag.", + "not-following-tag.message": "You will not receive notifications when somebody posts a topic with this tag." } \ No newline at end of file diff --git a/public/language/gl/themes/harmony.json b/public/language/gl/themes/harmony.json index f915155306..5e0a65f946 100644 --- a/public/language/gl/themes/harmony.json +++ b/public/language/gl/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page", "settings.autohideBottombar": "Auto hide bottom bar", "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down", + "settings.openSidebars": "Open sidebars", "settings.chatModals": "Enable chat modals" } \ No newline at end of file diff --git a/public/language/gl/top.json b/public/language/gl/top.json index b8a05bfa5f..6e1e05674e 100644 --- a/public/language/gl/top.json +++ b/public/language/gl/top.json @@ -1,4 +1,4 @@ { "title": "Top", - "no_top_topics": "No top topics" + "no-top-topics": "No top topics" } \ No newline at end of file diff --git a/public/language/gl/topic.json b/public/language/gl/topic.json index e3e1c1d0fd..2448f0aee1 100644 --- a/public/language/gl/topic.json +++ b/public/language/gl/topic.json @@ -1,20 +1,20 @@ { "topic": "Tema", "title": "Title", - "no_topics_found": "Non se atoparon temas!", - "no_posts_found": "Non se atoparon publicacións!", - "post_is_deleted": "Esta publicación foi eliminada!", - "topic_is_deleted": "Este tema foi eliminado!", + "no-topics-found": "Non se atoparon temas!", + "no-posts-found": "Non se atoparon publicacións!", + "post-is-deleted": "Esta publicación foi eliminada!", + "topic-is-deleted": "Este tema foi eliminado!", "profile": "Perfil", - "posted_by": "Publicado por %1", - "posted_by_guest": "Publicado por Invitado", + "posted-by": "Publicado por %1", + "posted-by-guest": "Publicado por Invitado", "chat": "Chat", - "notify_me": "Serás notificado canto haxa novas respostas neste tema", + "notify-me": "Serás notificado canto haxa novas respostas neste tema", "quote": "Citar", "reply": "Responder", - "replies_to_this_post": "%1 Replies", - "one_reply_to_this_post": "1 Reply", - "last_reply_time": "Last reply", + "replies-to-this-post": "%1 Replies", + "one-reply-to-this-post": "1 Reply", + "last-reply-time": "Last reply", "reply-as-topic": "Responder como tema", "guest-login-reply": "Identifícate para responder", "login-to-view": "🔒 Log in to view", @@ -64,129 +64,130 @@ "user-referenced-topic-on": "%1 referenced this topic on %3", "user-forked-topic-ago": "%1 forked this topic %3", "user-forked-topic-on": "%1 forked this topic on %3", - "bookmark_instructions": "Pica aquí para volver á última mensaxe lida neste tema ", + "bookmark-instructions": "Pica aquí para volver á última mensaxe lida neste tema", "flag-post": "Flag this post", "flag-user": "Flag this user", "already-flagged": "Already Flagged", "view-flag-report": "View Flag Report", "resolve-flag": "Resolve Flag", - "merged_message": "This topic has been merged into %2", - "deleted_message": "Este tema foi borrado. Só os usuarios con privilexios administrativos poden velo.", - "following_topic.message": "Agora recibirás notificacións cando alguén publique neste tema.", - "not_following_topic.message": "Poderás ver este tema na lista de No Lidos, pero non recibirás notificacións cando alguén escriba nel.", - "ignoring_topic.message": "Xa non verás este fío na lista de fíos non lidos. Serás notificado cando sexas mencionado ou a túa publicación sexa votada.", - "login_to_subscribe": "Por favor, identifícate para subscribirte a este tema.", + "merged-message": "This topic has been merged into %2", + "forked-message": "This topic was forked from %2", + "deleted-message": "Este tema foi borrado. Só os usuarios con privilexios administrativos poden velo.", + "following-topic.message": "Agora recibirás notificacións cando alguén publique neste tema.", + "not-following-topic.message": "Poderás ver este tema na lista de No Lidos, pero non recibirás notificacións cando alguén escriba nel.", + "ignoring-topic.message": "Xa non verás este fío na lista de fíos non lidos. Serás notificado cando sexas mencionado ou a túa publicación sexa votada.", + "login-to-subscribe": "Por favor, identifícate para subscribirte a este tema.", "markAsUnreadForAll.success": "Publicación marcada como non lida para todos.", - "mark_unread": "Marcar coma non lido", - "mark_unread.success": "Tema marcado como non lido", + "mark-unread": "Marcar coma non lido", + "mark-unread.success": "Tema marcado como non lido", "watch": "Vixiar", "unwatch": "Deixar de vixiar", "watch.title": "Serás notificado canto haxa novas respostas neste tema", "unwatch.title": "Deixar de seguir este tema", - "share_this_post": "Compartir esta publicación", + "share-this-post": "Compartir esta publicación", "watching": "Seguindo", "not-watching": "Non seguindo", "ignoring": "Ignorar", "watching.description": "Notificádeme das novas repostas.
Amosa-lo fío nos non lidos.", "not-watching.description": "Non me notifiquedes as novas respostas.
Amosa-lo fío en non lidos se a categoría non está ignorada.", "ignoring.description": "Non me notifiquedes as novas respostas.
Non amosa-lo fío en non lidos.", - "thread_tools.title": "Ferramentas do tema", - "thread_tools.markAsUnreadForAll": "Mark Unread For All", - "thread_tools.pin": "Fixar Tema", - "thread_tools.unpin": "Despegar Tema", - "thread_tools.lock": "Pechar Tema", - "thread_tools.unlock": "Reabrir Tema", - "thread_tools.move": "Mover Tema", - "thread_tools.move-posts": "Move Posts", - "thread_tools.move_all": "Mover todo", - "thread_tools.change_owner": "Change Owner", - "thread_tools.select_category": "Select Category", - "thread_tools.fork": "Dividir Tema", - "thread_tools.tag": "Tag Topic", - "thread_tools.delete": "Borrar Tema", - "thread_tools.delete-posts": "Eliminar publicacións", - "thread_tools.delete_confirm": "Estás seguro de que desexas eliminar este tema?", - "thread_tools.restore": "Restaurar Tema", - "thread_tools.restore_confirm": "Estás seguro de que desexas restaurar este tema?", - "thread_tools.purge": "Purgar Tema", - "thread_tools.purge_confirm": "Estás seguro de que desexas eliminar definitivamente (purgar) este tema?", - "thread_tools.merge_topics": "Merge Topics", - "thread_tools.merge": "Merge Topic", - "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_undone": "Topic move undone", - "topic_move_posts_success": "Posts will be moved shortly. Click here to undo.", - "topic_move_posts_undone": "Post move undone", - "post_delete_confirm": "Estás seguro de que desexas eliminar esta publicación?", - "post_restore_confirm": "Estás seguro de que desexas restaurar esta publicación?", - "post_purge_confirm": "Estás seguro de que desexas purgar esta publicación??", + "thread-tools.title": "Ferramentas do tema", + "thread-tools.markAsUnreadForAll": "Mark Unread For All", + "thread-tools.pin": "Fixar Tema", + "thread-tools.unpin": "Despegar Tema", + "thread-tools.lock": "Pechar Tema", + "thread-tools.unlock": "Reabrir Tema", + "thread-tools.move": "Mover Tema", + "thread-tools.move-posts": "Move Posts", + "thread-tools.move-all": "Mover todo", + "thread-tools.change-owner": "Change Owner", + "thread-tools.select-category": "Select Category", + "thread-tools.fork": "Dividir Tema", + "thread-tools.tag": "Tag Topic", + "thread-tools.delete": "Borrar Tema", + "thread-tools.delete-posts": "Eliminar publicacións", + "thread-tools.delete-confirm": "Estás seguro de que desexas eliminar este tema?", + "thread-tools.restore": "Restaurar Tema", + "thread-tools.restore-confirm": "Estás seguro de que desexas restaurar este tema?", + "thread-tools.purge": "Purgar Tema", + "thread-tools.purge-confirm": "Estás seguro de que desexas eliminar definitivamente (purgar) este tema?", + "thread-tools.merge-topics": "Merge Topics", + "thread-tools.merge": "Merge Topic", + "topic-move-success": "This topic will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-multiple-success": "These topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-all-success": "All topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-undone": "Topic move undone", + "topic-move-posts-success": "Posts will be moved shortly. Click here to undo.", + "topic-move-posts-undone": "Post move undone", + "post-delete-confirm": "Estás seguro de que desexas eliminar esta publicación?", + "post-restore-confirm": "Estás seguro de que desexas restaurar esta publicación?", + "post-purge-confirm": "Estás seguro de que desexas purgar esta publicación??", "pin-modal-expiry": "Expiration Date", "pin-modal-help": "You can optionally set an expiration date for the pinned topic(s) here. Alternatively, you can leave this field blank to have the topic stay pinned until it is manually unpinned.", - "load_categories": "Cargando categorías", - "confirm_move": "Mover", - "confirm_fork": "Dividir", + "load-categories": "Cargando categorías", + "confirm-move": "Mover", + "confirm-fork": "Dividir", "bookmark": "Marcador", "bookmarks": "Marcadores", - "bookmarks.has_no_bookmarks": "Aínda non ten marcadores", + "bookmarks.has-no-bookmarks": "Aínda non ten marcadores", "copy-permalink": "Copy Permalink", - "loading_more_posts": "Cargando máis publicacións", - "move_topic": "Mover Tema", - "move_topics": "Mover Temas", - "move_post": "Mover publicación", - "post_moved": "Publicación movida correctamente!", - "fork_topic": "Dividir Tema", + "loading-more-posts": "Cargando máis publicacións", + "move-topic": "Mover Tema", + "move-topics": "Mover Temas", + "move-post": "Mover publicación", + "post-moved": "Publicación movida correctamente!", + "fork-topic": "Dividir Tema", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", - "fork_no_pids": "Non seleccionaches ninguna publicación!", + "fork-topic-instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", + "fork-no-pids": "Non seleccionaches ninguna publicación!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", "x-posts-will-be-moved-to-y": "%1 post(s) will be moved to \"%2\"", - "fork_pid_count": "%1 mensaxe(s) seleccionada(s)", - "fork_success": "Creouse un novo tema a partir do orixinal! Fai clic aquí para ir ó novo tema.", - "delete_posts_instruction": "Fai clic nas mensaxes que queres eliminar/limpar", - "merge_topics_instruction": "Click the topics you want to merge or search for them", + "fork-pid-count": "%1 mensaxe(s) seleccionada(s)", + "fork-success": "Creouse un novo tema a partir do orixinal! Fai clic aquí para ir ó novo tema.", + "delete-posts-instruction": "Fai clic nas mensaxes que queres eliminar/limpar", + "merge-topics-instruction": "Click the topics you want to merge or search for them", "merge-topic-list-title": "List of topics to be merged", "merge-options": "Merge options", "merge-select-main-topic": "Select the main topic", "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", - "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", - "move_topic_instruction": "Select the target category and then click move", - "change_owner_instruction": "Click the posts you want to assign to another user", - "composer.title_placeholder": "Introduce o título do teu tema", - "composer.handle_placeholder": "Enter your name/handle here", + "move-posts-instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move-topic-instruction": "Select the target category and then click move", + "change-owner-instruction": "Click the posts you want to assign to another user", + "composer.title-placeholder": "Introduce o título do teu tema", + "composer.handle-placeholder": "Enter your name/handle here", "composer.hide": "Hide", "composer.discard": "Descartar", "composer.submit": "Enviar", "composer.additional-options": "Additional Options", "composer.post-later": "Post Later", "composer.schedule": "Schedule", - "composer.replying_to": "En resposta a %1", - "composer.new_topic": "Novo tema", + "composer.replying-to": "En resposta a %1", + "composer.new-topic": "Novo tema", "composer.editing-in": "Editing post in %1", "composer.uploading": "subindo...", - "composer.thumb_url_label": "Agrega unha URL de miniatura para o tema", - "composer.thumb_title": "Agregar miniatura a este tema", - "composer.thumb_url_placeholder": "http://example.com/thumb.png", - "composer.thumb_file_label": "Ou subir un arquivo", - "composer.thumb_remove": "Limpar campos", - "composer.drag_and_drop_images": "Arrastra as imaxes aquí", - "more_users_and_guests": "%1 usuario(s) e %2 invitado(s) máis", - "more_users": "%1 usuario(s) máis", - "more_guests": "%1 invitado(s) máis", - "users_and_others": "%1 e outros %2", - "sort_by": "Ordenar por", - "oldest_to_newest": "Máis antigo a máis novo", - "newest_to_oldest": "Máis novo a máis antigo", - "most_votes": "Most Votes", - "most_posts": "Most Posts", - "most_views": "Most Views", + "composer.thumb-url-label": "Agrega unha URL de miniatura para o tema", + "composer.thumb-title": "Agregar miniatura a este tema", + "composer.thumb-url-placeholder": "http://example.com/thumb.png", + "composer.thumb-file-label": "Ou subir un arquivo", + "composer.thumb-remove": "Limpar campos", + "composer.drag-and-drop-images": "Arrastra as imaxes aquí", + "more-users-and-guests": "%1 usuario(s) e %2 invitado(s) máis", + "more-users": "%1 usuario(s) máis", + "more-guests": "%1 invitado(s) máis", + "users-and-others": "%1 e outros %2", + "sort-by": "Ordenar por", + "oldest-to-newest": "Máis antigo a máis novo", + "newest-to-oldest": "Máis novo a máis antigo", + "most-votes": "Most Votes", + "most-posts": "Most Posts", + "most-views": "Most Views", "stale.title": "Crear un novo tema no seu lugar?", "stale.warning": "O tema no que queres publicar é bastante vello. Queres crear un novo tema no seu lugar e incluir unha referencia a este na túa mensaxe?", "stale.create": "Crear un novo tema", - "stale.reply_anyway": "Publicar neste tema de tódolos xeitos", - "link_back": "Re: [%1](%2)", + "stale.reply-anyway": "Publicar neste tema de tódolos xeitos", + "link-back": "Re: [%1](%2)", "diffs.title": "Post Edit History", "diffs.description": "This post has %1 revisions. Click one of the revisions below to see the post content at that point in time.", "diffs.no-revisions-description": "This post has %1 revisions.", @@ -197,8 +198,8 @@ "diffs.post-restored": "Post successfully restored to earlier revision", "diffs.delete": "Delete this revision", "diffs.deleted": "Revision deleted", - "timeago_later": "%1 later", - "timeago_earlier": "%1 earlier", + "timeago-later": "%1 later", + "timeago-earlier": "%1 earlier", "first-post": "First post", "last-post": "Last post", "go-to-my-next-post": "Go to my next post", diff --git a/public/language/gl/unread.json b/public/language/gl/unread.json index 60179e9afa..4060ad138b 100644 --- a/public/language/gl/unread.json +++ b/public/language/gl/unread.json @@ -1,12 +1,12 @@ { "title": "Non lidas", - "no_unread_topics": "Non hai temas non lidos", - "load_more": "Cargar máis", - "mark_as_read": "Marcar como lido", + "no-unread-topics": "Non hai temas non lidos", + "load-more": "Cargar máis", + "mark-as-read": "Marcar como lido", "selected": "Seleccionado", "all": "Todos", - "all_categories": "Tódalas categorías", - "topics_marked_as_read.success": "Temas marcados como lidos", + "all-categories": "Tódalas categorías", + "topics-marked-as-read.success": "Temas marcados como lidos", "all-topics": "Tódolos Temas", "new-topics": "Temas Novos", "watched-topics": "Temas Suscritos", diff --git a/public/language/gl/user.json b/public/language/gl/user.json index 040fa36f3d..067889a343 100644 --- a/public/language/gl/user.json +++ b/public/language/gl/user.json @@ -7,22 +7,22 @@ "joindate": "Data de ingreso", "postcount": "Reconto de mensaxes", "email": "Enderezo Electrónico", - "confirm_email": "Confirma o teu enderezo electrónico", - "account_info": "Información da conta", - "admin_actions_label": "Administrative Actions", - "ban_account": "Suspender conta", - "ban_account_confirm": "Estás seguro de que desexas expulsar a este usuario?", - "unban_account": "Readmitir conta", - "mute_account": "Mute Account", - "unmute_account": "Unmute Account", - "delete_account": "Borrar conta.", - "delete_account_as_admin": "Delete Account", - "delete_content": "Delete Account Content", - "delete_all": "Delete Account and Content", - "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", - "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", - "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", - "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "confirm-email": "Confirma o teu enderezo electrónico", + "account-info": "Información da conta", + "admin-actions-label": "Administrative Actions", + "ban-account": "Suspender conta", + "ban-account-confirm": "Estás seguro de que desexas expulsar a este usuario?", + "unban-account": "Readmitir conta", + "mute-account": "Mute Account", + "unmute-account": "Unmute Account", + "delete-account": "Borrar conta.", + "delete-account-as-admin": "Delete Account", + "delete-content": "Delete Account Content", + "delete-all": "Delete Account and Content", + "delete-account-confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", + "delete-this-account-confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", + "delete-account-content-confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "delete-all-confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", "account-deleted": "Conta borrada", "account-content-deleted": "Account content deleted", "fullname": "Nome completo", @@ -32,11 +32,12 @@ "joined": "Unido", "lastonline": "Última conexión:", "profile": "Perfil", - "profile_views": "Visitas ao perfil:", + "profile-views": "Visitas ao perfil:", "reputation": "Reputación", "bookmarks": "Marcadores", - "watched_categories": "Watched categories", - "change_all": "Change All", + "watched-categories": "Watched categories", + "watched-tags": "Watched tags", + "change-all": "Change All", "watched": "Visto", "ignored": "Ignored", "default-category-watch-state": "Default category watch state", @@ -44,83 +45,84 @@ "following": "Seguindo", "blocks": "Blocks", "blocked-users": "Blocked users", - "block_toggle": "Toggle Block", - "block_user": "Block User", - "unblock_user": "Unblock User", + "block-toggle": "Toggle Block", + "block-user": "Block User", + "unblock-user": "Unblock User", "aboutme": "Sobre min", "signature": "Firma", "birthday": "Aniversario", "chat": "Chat", - "chat_with": "Continuar a falar con %1", - "new_chat_with": "Comezar a falar con %1", + "chat-with": "Continuar a falar con %1", + "new-chat-with": "Comezar a falar con %1", "flag-profile": "Flag Profile", "follow": "Seguir", "unfollow": "Deixar de seguir", "more": "máis", - "profile_update_success": "O perfil foi actualizado correctamente!", - "change_picture": "Cambia-la foto", - "change_username": "Cambia-lo nome de usuario", - "change_email": "Cambia-lo correo", - "email_same_as_password": "Please enter your current password to continue – you've entered your new email again", + "profile-update-success": "O perfil foi actualizado correctamente!", + "change-picture": "Cambia-la foto", + "change-username": "Cambia-lo nome de usuario", + "change-email": "Cambia-lo correo", + "email-updated": "Email Updated", + "email-same-as-password": "Please enter your current password to continue – you've entered your new email again", "edit": "Editar", "edit-profile": "Editar Perfil", - "default_picture": "Icona por defecto.", - "uploaded_picture": "Foto subida", - "upload_new_picture": "Subir unha nova foto", - "upload_new_picture_from_url": "Subir unha nova foto dende un ligazón", - "current_password": "Contrasinal actual", - "new_password": "New Password", - "change_password": "Cambia-lo contrasinal", - "change_password_error": "Contrasinal inválido", - "change_password_error_wrong_current": "O contrasinal actual é incorrecto!", - "change_password_error_match": "Os contrasinais teñen que coincidir!", - "change_password_error_privileges": "Non tes autorización para cambia-lo contrasinal", - "change_password_success": "O teu contrasinal foi actualizado!", - "confirm_password": "Confirma o teu contrasinal", + "default-picture": "Icona por defecto.", + "uploaded-picture": "Foto subida", + "upload-new-picture": "Subir unha nova foto", + "upload-new-picture-from-url": "Subir unha nova foto dende un ligazón", + "current-password": "Contrasinal actual", + "new-password": "New Password", + "change-password": "Cambia-lo contrasinal", + "change-password-error": "Contrasinal inválido", + "change-password-error-wrong-current": "O contrasinal actual é incorrecto!", + "change-password-error-match": "Os contrasinais teñen que coincidir!", + "change-password-error-privileges": "Non tes autorización para cambia-lo contrasinal", + "change-password-success": "O teu contrasinal foi actualizado!", + "confirm-password": "Confirma o teu contrasinal", "password": "Contrasinal", - "username_taken_workaround": "Ese nome de usuario xa estaba collido, así que o modificamos lixeiramente. Agora o teu nome é %1", - "password_same_as_username": "O teu contrasinal e o teu nome de usuario son os mesmos, por favor, escolle outro contrasinal.", - "password_same_as_email": "O teu contrasinal é igual que o teu enderezo electrónico, por favor, escolle outro contrasinal.", - "weak_password": "Weak password.", - "upload_picture": "Subir foto", - "upload_a_picture": "Subir unha foto", - "remove_uploaded_picture": "Borrar unha foto subida", - "upload_cover_picture": "Subir imaxen de portada", - "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", - "crop_picture": "Crop picture", - "upload_cropped_picture": "Crop and upload", + "username-taken-workaround": "Ese nome de usuario xa estaba collido, así que o modificamos lixeiramente. Agora o teu nome é %1", + "password-same-as-username": "O teu contrasinal e o teu nome de usuario son os mesmos, por favor, escolle outro contrasinal.", + "password-same-as-email": "O teu contrasinal é igual que o teu enderezo electrónico, por favor, escolle outro contrasinal.", + "weak-password": "Weak password.", + "upload-picture": "Subir foto", + "upload-a-picture": "Subir unha foto", + "remove-uploaded-picture": "Borrar unha foto subida", + "upload-cover-picture": "Subir imaxen de portada", + "remove-cover-picture-confirm": "Are you sure you want to remove the cover picture?", + "crop-picture": "Crop picture", + "upload-cropped-picture": "Crop and upload", "avatar-background-colour": "Avatar background colour", "settings": "Opcións", - "show_email": "Amosa-lo meu Email", - "show_fullname": "Amosa-lo meu Nome Completo", - "restrict_chats": "Permiti-lo chat só con usuarios aos que sigo.", - "digest_label": "Subscribirse ao resumo", - "digest_description": "Subscribirse as actualizacións por correo deste foro (novas notificacións e temas), segundo un calendario prefixado.", - "digest_off": "Desactivado", - "digest_daily": "Diariamente", - "digest_weekly": "Semanalmente", - "digest_biweekly": "Bi-Weekly", - "digest_monthly": "Mensualmente", - "has_no_follower": "Ninguén segue a este usuario :(", - "follows_no_one": "Este usuario non sigue a ninguén :(", - "has_no_posts": "Este usuario aínda non posteu.", - "has_no_best_posts": "This user does not have any upvoted posts yet.", - "has_no_topics": "Este usuario aínda non publicou ningún tema.", - "has_no_watched_topics": "Este usuario aínda non viu ningún tema.", - "has_no_ignored_topics": "This user hasn't ignored any topics yet.", - "has_no_upvoted_posts": "Este usuario aínda non votou positivamente ningunha mensaxe.", - "has_no_downvoted_posts": "Este usuario aínda non votou negativamente ninguna mensaxe.", - "has_no_controversial_posts": "This user does not have any downvoted posts yet.", - "has_no_blocks": "You have blocked no users.", - "email_hidden": "Correo Agochado", + "show-email": "Amosa-lo meu Email", + "show-fullname": "Amosa-lo meu Nome Completo", + "restrict-chats": "Permiti-lo chat só con usuarios aos que sigo.", + "digest-label": "Subscribirse ao resumo", + "digest-description": "Subscribirse as actualizacións por correo deste foro (novas notificacións e temas), segundo un calendario prefixado.", + "digest-off": "Desactivado", + "digest-daily": "Diariamente", + "digest-weekly": "Semanalmente", + "digest-biweekly": "Bi-Weekly", + "digest-monthly": "Mensualmente", + "has-no-follower": "Ninguén segue a este usuario :(", + "follows-no-one": "Este usuario non sigue a ninguén :(", + "has-no-posts": "Este usuario aínda non posteu.", + "has-no-best-posts": "This user does not have any upvoted posts yet.", + "has-no-topics": "Este usuario aínda non publicou ningún tema.", + "has-no-watched-topics": "Este usuario aínda non viu ningún tema.", + "has-no-ignored-topics": "This user hasn't ignored any topics yet.", + "has-no-upvoted-posts": "Este usuario aínda non votou positivamente ningunha mensaxe.", + "has-no-downvoted-posts": "Este usuario aínda non votou negativamente ninguna mensaxe.", + "has-no-controversial-posts": "This user does not have any downvoted posts yet.", + "has-no-blocks": "You have blocked no users.", + "email-hidden": "Correo Agochado", "hidden": "Agochado", - "paginate_description": "Paxinar temas e publicacións no canto de usar scroll infinito", - "topics_per_page": "Temas por páxina", - "posts_per_page": "Mensaxes por páxina", + "paginate-description": "Paxinar temas e publicacións no canto de usar scroll infinito", + "topics-per-page": "Temas por páxina", + "posts-per-page": "Mensaxes por páxina", "category-topic-sort": "Category topic sort", "topic-post-sort": "Topic post sort", - "max_items_per_page": "Maximum %1", - "acp_language": "Admin Page Language", + "max-items-per-page": "Maximum %1", + "acp-language": "Admin Page Language", "notifications": "Notifications", "upvote-notif-freq": "Upvote Notification Frequency", "upvote-notif-freq.all": "All Upvotes", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "On 10, 100, 1000...", "upvote-notif-freq.disabled": "Disabled", "browsing": "Opcións de busca", - "open_links_in_new_tab": "Abrir ligazóns externos nunca nova pestaña", - "enable_topic_searching": "Permitir buscar dentro dun tema", - "topic_search_help": "Se se activa, o buscador do NodeBB superporase ao propio do navegador dentro de cada tema, permitindo buscar en todo o tema e non só naquilo que se presenta na pantalla.", - "update_url_with_post_index": "Update url with post index while browsing topics", - "scroll_to_my_post": "Logo de enviar unha resposta, mostrar a nova mensaxe", - "follow_topics_you_reply_to": "Segui-los temas aos que respondes", - "follow_topics_you_create": "Segui-los temas que creaches ti", + "open-links-in-new-tab": "Abrir ligazóns externos nunca nova pestaña", + "enable-topic-searching": "Permitir buscar dentro dun tema", + "topic-search-help": "Se se activa, o buscador do NodeBB superporase ao propio do navegador dentro de cada tema, permitindo buscar en todo o tema e non só naquilo que se presenta na pantalla.", + "update-url-with-post-index": "Update url with post index while browsing topics", + "scroll-to-my-post": "Logo de enviar unha resposta, mostrar a nova mensaxe", + "follow-topics-you-reply-to": "Segui-los temas aos que respondes", + "follow-topics-you-create": "Segui-los temas que creaches ti", "grouptitle": "Título do Grupo", "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "Sen titulo de grupo", @@ -145,9 +147,9 @@ "no-skin": "No Skin", "select-homepage": "Escolla unha páxina de inicio", "homepage": "Páxina de inicio", - "homepage_description": "Escolla unha páxina para o seu uso habitual como a páxina principal do foro ou \"Ningún\" para empregar a páxina de inicio", - "custom_route": "Modificar páxina de ruta", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", + "homepage-description": "Escolla unha páxina para o seu uso habitual como a páxina principal do foro ou \"Ningún\" para empregar a páxina de inicio", + "custom-route": "Modificar páxina de ruta", + "custom-route-help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Servizos de Inicio de Sesión Único", "sso.associated": "Asociado con", "sso.not-associated": "Pica aquí para asociarte con", @@ -179,25 +181,25 @@ "consent.title": "Your Rights & Consent", "consent.lead": "This community forum collects and processes your personal information.", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", - "consent.email_intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", - "consent.digest_frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", - "consent.digest_off": "Unless explicitly changed in your user settings, this community does not send out email digests", + "consent.email-intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", + "consent.digest-frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", + "consent.digest-off": "Unless explicitly changed in your user settings, this community does not send out email digests", "consent.received": "You have provided consent for this website to collect and process your information. No additional action is required.", - "consent.not_received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", + "consent.not-received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", "consent.give": "Give consent", - "consent.right_of_access": "You have the Right of Access", - "consent.right_of_access_description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", - "consent.right_to_rectification": "You have the Right to Rectification", - "consent.right_to_rectification_description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", - "consent.right_to_erasure": "You have the Right to Erasure", - "consent.right_to_erasure_description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", - "consent.right_to_data_portability": "You have the Right to Data Portability", - "consent.right_to_data_portability_description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", - "consent.export_profile": "Export Profile (.json)", + "consent.right-of-access": "You have the Right of Access", + "consent.right-of-access-description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", + "consent.right-to-rectification": "You have the Right to Rectification", + "consent.right-to-rectification-description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", + "consent.right-to-erasure": "You have the Right to Erasure", + "consent.right-to-erasure-description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", + "consent.right-to-data-portability": "You have the Right to Data Portability", + "consent.right-to-data-portability-description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", + "consent.export-profile": "Export Profile (.json)", "consent.export-profile-success": "Exporting profile, you will get a notification when it is complete.", - "consent.export_uploads": "Export Uploaded Content (.zip)", + "consent.export-uploads": "Export Uploaded Content (.zip)", "consent.export-uploads-success": "Exporting uploads, you will get a notification when it is complete.", - "consent.export_posts": "Export Posts (.csv)", + "consent.export-posts": "Export Posts (.csv)", "consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.", "emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.", "emailUpdate.optional": "This field is optional. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.", diff --git a/public/language/gl/users.json b/public/language/gl/users.json index d12fdfa7e2..d5690a4258 100644 --- a/public/language/gl/users.json +++ b/public/language/gl/users.json @@ -1,13 +1,13 @@ { "all-users": "All Users", - "latest_users": "Últimos usuarios", - "top_posters": "Maiores Publicadores", - "most_reputation": "Máis Reputados", - "most_flags": "Máis reportados", + "latest-users": "Últimos usuarios", + "top-posters": "Maiores Publicadores", + "most-reputation": "Máis Reputados", + "most-flags": "Máis reportados", "search": "Busca", - "enter_username": "Introduce o nome de usuario a procurar", + "enter-username": "Introduce o nome de usuario a procurar", "search-user-for-chat": "Search for a user to start chat", - "load_more": "Cargar máis", + "load-more": "Cargar máis", "users-found-search-took": "%1 usuario(s) atopado! A procura tomou %2 segundos.", "filter-by": "Filtrar por", "online-only": "Só conectados", @@ -15,10 +15,10 @@ "prompt-email": "Emails:", "groups-to-join": "Groups to be joined when invite is accepted:", "invitation-email-sent": "A invitación foi enviada a %1", - "user_list": "Lista de Usuarios", - "recent_topics": "Temas recentes", - "popular_topics": "Temas Populares", - "unread_topics": "Temas non lidos", + "user-list": "Lista de Usuarios", + "recent-topics": "Temas recentes", + "popular-topics": "Temas Populares", + "unread-topics": "Temas non lidos", "categories": "Categorías", "tags": "Etiquetas", "no-users-found": "Non se atoparon usuarios!" diff --git a/public/language/he/admin/advanced/events.json b/public/language/he/admin/advanced/events.json index 757d5ae8a8..baac86f2d6 100644 --- a/public/language/he/admin/advanced/events.json +++ b/public/language/he/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "סוג אירוע", "filter-start": "מתאריך", "filter-end": "עד תאריך", - "filter-perPage": "פריטים בכל דף" + "filter-per-page": "פריטים בכל דף" } \ No newline at end of file diff --git a/public/language/he/admin/extend/widgets.json b/public/language/he/admin/extend/widgets.json index 949e80ad0c..11643eecd6 100644 --- a/public/language/he/admin/extend/widgets.json +++ b/public/language/he/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "לא נמצאו ווידג'טים! הפעל את תוספי הווידג'טים ב תוספים בלוח הבקרה.", "clone-from": "שיבוט ווידג'טים מ", "containers.available": "גורמים מכילים זמינים", - "containers.explanation": "גרור ושחרר מעל כל ווידג'ט פעיל", + "containers.explanation": "גרור ושחרר על גבי כל ווידג'ט", "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", @@ -29,5 +29,7 @@ "hide-from-groups": "יוסתר מקבוצות", "start-date": "תאריך התחלה", "end-date": "תאריך סיום", - "hide-on-mobile": "הסתר במובייל" + "hide-on-mobile": "הסתר במובייל", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/he/admin/manage/privileges.json b/public/language/he/admin/manage/privileges.json index 3ec92f2515..e6d107c3b1 100644 --- a/public/language/he/admin/manage/privileges.json +++ b/public/language/he/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "עריכת הרשאות", "select-clear-all": "בחר/נקה הכל", "chat": "צ'אט", + "chat-with-privileged": "צ'אט עם מורשים", "upload-images": "העלאת תמונות", "upload-files": "העלאת קבצים", "signature": "חתימה", @@ -33,7 +34,7 @@ "edit-posts": "עריכת פוסטים", "view-edit-history": "הצגת היסטוריית עריכות", "delete-posts": "מחיקת פוסטים", - "view_deleted": "הצגת פוסטים מחוקים", + "view-deleted": "הצגת פוסטים מחוקים", "upvote-posts": "הצבעה לפוסטים", "downvote-posts": "הצבעה נגד פוסטים", "delete-topics": "מחיקת נושא", diff --git a/public/language/he/admin/manage/users.json b/public/language/he/admin/manage/users.json index 847a9b871b..a2edf09079 100644 --- a/public/language/he/admin/manage/users.json +++ b/public/language/he/admin/manage/users.json @@ -4,16 +4,21 @@ "edit": "פעולות", "make-admin": "הפוך למנהל", "remove-admin": "הסר הרשאת מנהל", + "change-email": "שינוי אימייל", + "new-email": "הגדר אימייל", "validate-email": "סמן את דוא\"ל המשתמש/ים כמאומת", "send-validation-email": "שלח בקשת אימות דוא\"ל למשתמש/ים", + "change-password": "שינוי סיסמה", "password-reset-email": "שלח דוא\"ל לאיפוס סיסמה", "force-password-reset": "כפה איפוס סיסמה ונתק את המשתמש", - "ban": "הרחק משתמש(ים)", + "ban": "Ban", + "ban-users": "הרחקת משתמש(ים)", "temp-ban": "הרחק משתמש(ים) באופן זמני", "unban": "בטל הרחקת משתמש(ים)", "reset-lockout": "שחרר נעילת חשבון", "reset-flags": "אפס דגלים", - "delete": "מחק משתמש(ים)", + "delete": "Delete", + "delete-users": "מחיקת משתמש(ים)", "delete-content": "מחק תוכן משתמש(ים)", "purge": "מחק משתמש(ים) ותוכן", "download-csv": "ייצא משתמשים כ-CSV", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "הרחק %1 משתמש(ים)", "alerts.unban-success": "משתמש(ים) הוחזר/ו!", "alerts.lockout-reset-success": "נעילת חשבון שוחרר!", + "alerts.password-change-success": "הסיסמא(ות) השתנו בהצלחה!", "alerts.flag-reset-success": "דגלים אופסו!", "alerts.no-remove-yourself-admin": "אינך יכול להסיר את עצמך כמנהל!", "alerts.make-admin-success": "המשתמש הינו מנהל עכשיו.", @@ -106,6 +112,7 @@ "alerts.create": "צור משתמש", "alerts.button-create": "צור", "alerts.button-cancel": "בטל", + "alerts.button-change": "שינוי", "alerts.error-passwords-different": "הסיסמאות אינן תואמות!", "alerts.error-x": "שגיאה

%1

", "alerts.create-success": "משתמש נוצר!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "מיילים: ", "alerts.email-sent-to": "מייל הזמנה נשלח ל-%1", "alerts.x-users-found": "%1 משתמש(ים) נמצאו, (%2 שניות)", + "alerts.select-a-single-user-to-change-email": "בחר משתמש בודד כדי לשנות את האימייל", "export-users-started": "מייצא משתמשים כ-csv, הדבר עשוי להימשך זמן מה. תקבל הודעה עם השלמתה.", - "export-users-completed": "משתמשים יוצאו כ-csv, לחץ כאן להורדה." + "export-users-completed": "משתמשים יוצאו כ-csv, לחץ כאן להורדה.", + "email": "אימייל", + "password": "סיסמה", + "manage": "ניהול" } \ No newline at end of file diff --git a/public/language/he/admin/settings/chat.json b/public/language/he/admin/settings/chat.json index 27a5f0e69d..0767ca5cf7 100644 --- a/public/language/he/admin/settings/chat.json +++ b/public/language/he/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "הזן 0 כדי לבטל את ההגבלה הזו", "chat-settings": "הגדרות צ'אט", "disable": "השבת צ'אט", "disable-editing": "השבת עריכה/מחיקה של הודעות צ'אט", @@ -6,8 +7,10 @@ "max-length": "אורך מקסימלי של הודעת צ'אט", "max-chat-room-name-length": "אורך מקסימלי של שם חדר צ'אט", "max-room-size": "מספר המשתמשים המרבי בחדרי צ'אט", - "delay": "זמן המתנה בין הודעות צ'אט - באלפיות שניה", - "notification-delay": "עיכוב התראות להודעות צ'אט. (0 ללא עיכוב)", - "restrictions.seconds-edit-after": "מספר השניות בה ניתן לערוך הודעת צ'אט מרגע פרסומו (כתבו 0 להפוך ללא זמין)", - "restrictions.seconds-delete-after": "מספר השניות בה ניתן למחוק הודעת צ'אט מרגע פרסומו (כתבו 0 להפוך ללא זמין)" + "delay": "זמן בין הודעות צ'אט (ms)", + "newbieDelay": "...עבור משתמשים חדשים (במילישניות)", + "notification-delay": "עיכוב התראה עבור הודעות צ'אט", + "notification-delay-help": "הודעות נוספות שנשלחות בין הזמן הזה נאספות, והמשתמש מקבל הודעה פעם אחת בכל תקופת עיכוב. הגדר ל-0 כדי לבטל את ההשהיה.", + "restrictions.seconds-edit-after": "מספר השניות שהודעת צ'אט תישאר ניתנת לעריכה.", + "restrictions.seconds-delete-after": "מספר השניות שהודעת צ'אט תישאר ניתנת למחיקה." } \ No newline at end of file diff --git a/public/language/he/admin/settings/post.json b/public/language/he/admin/settings/post.json index b4447d1364..e4dee08403 100644 --- a/public/language/he/admin/settings/post.json +++ b/public/language/he/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "אורך כותרת", "restrictions.post-length": "אורך פוסט", "restrictions.days-until-stale": "ימים עד שנושא נחשב ישן", - "restrictions.stale-help": "אם נושא נחשב \"ישן\", תוצג אזהרה למשתמשים המנסים להשיב לנושא זה.", + "restrictions.stale-help": "אם נושא נחשב \"ישן\", אזהרה תוצג למשתמשים שינסו להשיב לנושא זה. (הגדר ל-0 כדי להשבית)", "timestamp": "חותמת זמן", "timestamp.cut-off": "תאריך ניתוק (בימים)", "timestamp.cut-off-help": "Dates & הזמנים יוצגו באופן יחסי (למשל \"לפני 3 שעות\" / \"לפני 5 ימים\"), לפי שעה ושפה מקומית. לאחר זמן זה, יוצג התאריך המקומי עצמו\n\t\t\t\t\t(לדוגמא, 5 בנובמבר 2016, 15:30).
(ברירת מחדל: 30, או חודש אחד). הגדר ל 0 כדי להציג תמיד תאריכים, השאר ריק כדי להציג תמיד זמנים יחסית.", diff --git a/public/language/he/admin/settings/user.json b/public/language/he/admin/settings/user.json index 419f1ebbe8..10dfebbca3 100644 --- a/public/language/he/admin/settings/user.json +++ b/public/language/he/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "שם משתמש או סיסמא", "allow-login-with.username": "שם משתמש בלבד", "account-settings": "הגדרות חשבון", - "gdpr_enabled": "אפשר הסכמת איסוף נתונים GDPR", - "gdpr_enabled_help": "כאשר תאפשר, כל המשתמשים החדשים יידרשו לתת הסכמה באופן מפורש לאיסוף ושימוש בנתונים תחת ה התקנה הכללית להגנת נתונים (GDPR). הערה: הפעלת GDPR לא יכריח משתמשים קיימים לאשר הסכמה. כדי לעשות זאת, תצטרכו להתקין את התוסף GDPR.", + "gdpr-enabled": "אפשר הסכמת איסוף נתונים GDPR", + "gdpr-enabled-help": "כאשר תאפשר, כל המשתמשים החדשים יידרשו לתת הסכמה באופן מפורש לאיסוף ושימוש בנתונים תחת ה התקנה הכללית להגנת נתונים (GDPR). הערה: הפעלת GDPR לא יכריח משתמשים קיימים לאשר הסכמה. כדי לעשות זאת, תצטרכו להתקין את התוסף GDPR.", "disable-username-changes": "בטל שינויי שם משתמש", "disable-email-changes": "בטל שינויי כתובת מייל", "disable-password-changes": "בטל שינויי סיסמא", diff --git a/public/language/he/category.json b/public/language/he/category.json index 53a5e01974..93209bc7c7 100644 --- a/public/language/he/category.json +++ b/public/language/he/category.json @@ -1,12 +1,12 @@ { "category": "קטגוריה", "subcategories": "קטגוריות משנה", - "new_topic_button": "נושא חדש", + "new-topic-button": "נושא חדש", "guest-login-post": "התחבר כדי לפרסם", - "no_topics": "קטגוריה זו ריקה מנושאים.
למה שלא תנסה להוסיף נושא חדש?", + "no-topics": "קטגוריה זו ריקה מנושאים.
למה שלא תנסה להוסיף נושא חדש?", "browsing": "צופים בנושא זה כעת", - "no_replies": "אין תגובות", - "no_new_posts": "אין פוסטים חדשים.", + "no-replies": "אין תגובות", + "no-new-posts": "אין פוסטים חדשים.", "watch": "עקוב", "ignore": "התעלם", "watching": "עוקב", diff --git a/public/language/he/email.json b/public/language/he/email.json index 29f9e2962c..48b1b41c7b 100644 --- a/public/language/he/email.json +++ b/public/language/he/email.json @@ -3,8 +3,8 @@ "password-reset-requested": "נדרש איפוס סיסמה!", "welcome-to": "ברוכים הבאים ל%1", "invite": "הזמנה מ%1", - "greeting_no_name": "שלום", - "greeting_with_name": "שלום %1", + "greeting-no-name": "שלום", + "greeting-with-name": "שלום %1", "email.verify-your-email.subject": "בבקשה אמת את המייל שלך.", "email.verify.text1": "ביקשת לשנות או לאמת את כתובת הדוא\"ל שלך", "email.verify.text2": "לצורכי אבטחה, אנו משנים או מאמתים את כתובת הדוא\"ל רק לאחר שבעלותך מאומת ע\"י דוא\"ל. אם לא אתה ביקשת זאת, תוכל להתעלם ממייל זו.", @@ -24,7 +24,7 @@ "reset.notify.text2": "אם לא אישרת בקשה זו, אנא הודע למנהל מיד.", "digest.unread-rooms": "חדרים שלא נקראו", "digest.room-name-unreadcount": "%1 (%2 לא נקראו)", - "digest.latest_topics": "נושאים אחרונים מ%1", + "digest.latest-topics": "נושאים אחרונים מ%1", "digest.top-topics": "נושאים עם הכי הרבה הצבעות מ-%1", "digest.popular-topics": "הנושאים הכי פופולריים מ-%1", "digest.cta": "לחץ כאן כדי לבקר ב %1", @@ -36,8 +36,8 @@ "digest.title.day": "התקציר היומי שלך", "digest.title.week": "התקציר השבועי שלך", "digest.title.month": "התקציר החודשי שלך", - "notif.chat.subject": "הודעת צ'אט חדשה התקבלה מ%1", - "notif.chat.public-chat-subject": "הודעה חדשה מאת %1 בחדר %2", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "לחץ כאן כדי להמשיך את השיחה", "notif.chat.unsub.info": "התראה הצ'אט הזו נשלחה אליך על-פי הגדרות החשבון שלך.", "notif.post.unsub.info": "התראת הפוסט הזו נשלחה אליך על-פי הגדרות החשבון שלך.", diff --git a/public/language/he/error.json b/public/language/he/error.json index 74445a55b1..beb845cd4a 100644 --- a/public/language/he/error.json +++ b/public/language/he/error.json @@ -184,6 +184,7 @@ "post-flagged-too-many-times": "התקבל כבר דיווח על פוסט זה.", "user-flagged-too-many-times": "התקבל דיווח על משתמש זה.", "cant-flag-privileged": "לא ניתן לדווח על מנהלים או על תוכן שנכתב על ידי מנהלים.", + "cant-locate-flag-report": "Cannot locate flag report", "self-vote": "אי אפשר להצביע על פוסט שיצרתם", "too-many-upvotes-today": "ביכולתכם להצביע בעד רק %1 פעמים ביום", "too-many-upvotes-today-user": "ביכולתכם להצביע בעד משתמש מסוים רק %1 פעמים ביום", diff --git a/public/language/he/flags.json b/public/language/he/flags.json index 2cf36fcbe5..d6a8a8e9c5 100644 --- a/public/language/he/flags.json +++ b/public/language/he/flags.json @@ -1,5 +1,6 @@ { "state": "מצב", + "report": "דיווח", "reports": "דיווחים", "first-reported": "דיווח ראשון", "no-flags": "הידד! לא נמצאו דיווחים.", @@ -8,6 +9,8 @@ "update": "עדכון", "updated": "עודכן", "resolved": "הושלם", + "report-added": "נוסף", + "report-rescinded": "בוטל", "target-purged": "התוכן שסומן נוקה ולא קיים יותר.", "target-aboutme-empty": "למשתמש זה אין \"אודות\" מוגדר.", diff --git a/public/language/he/global.json b/public/language/he/global.json index 7dd51cee85..75a25016b4 100644 --- a/public/language/he/global.json +++ b/public/language/he/global.json @@ -13,19 +13,19 @@ "400.message": "נראה שהקישור הזה פגום, אנא בדוק שוב ונסה שוב.
חזור לדף הבית.
", "register": "הרשמה", "login": "התחברות", - "please_log_in": "נא להתחבר", + "please-log-in": "נא להתחבר", "logout": "יציאה", - "posting_restriction_info": "כתיבת פוסטים מאופשר למשתמשים רשומים בלבד, לחצו כאן כדי להתחבר.", - "welcome_back": "ברוך שובך", - "you_have_successfully_logged_in": "התחברתם בהצלחה", - "save_changes": "שמור שינויים", + "posting-restriction-info": "כתיבת פוסטים מאופשר למשתמשים רשומים בלבד, לחצו כאן כדי להתחבר.", + "welcome-back": "ברוך שובך", + "you-have-successfully-logged-in": "התחברתם בהצלחה", + "save-changes": "שמור שינויים", "save": "שמור", "create": "יצירה", "cancel": "ביטול", "close": "סגור", "pagination": "הגדרות עמוד", - "pagination.out_of": "%1 מתוך %2", - "pagination.enter_index": "עבור למיקום פוסט", + "pagination.out-of": "%1 מתוך %2", + "pagination.enter-index": "עבור למיקום פוסט", "header.admin": "ניהול", "header.categories": "קטגוריות", "header.recent": "פוסטים אחרונים", @@ -80,25 +80,25 @@ "lastpost": "פוסט אחרון", "firstpost": "פוסט ראשון", "about": "אודות", - "read_more": "קרא עוד", + "read-more": "קרא עוד", "more": "עוד", "none": "ללא", - "posted_ago_by_guest": "הפוסט הועלה ב%1 על ידי אורח", - "posted_ago_by": "הפוסט עלה ב %1 על ידי %2", - "posted_ago": "הפוסט הועלה ב %1", - "posted_in": "פורסם ב%1", - "posted_in_by": "פורסם ב%1 על ידי %2", - "posted_in_ago": "הפוסט הועלה ב %1 %2", - "posted_in_ago_by": "הפוסט הועלה ב %1 %2 על ידי %3", - "user_posted_ago": "%1 העלה פוסט %2", - "guest_posted_ago": "אורח העלה פוסט %1", - "last_edited_by": "נערך לאחרונה על ידי %1", + "posted-ago-by-guest": "הפוסט הועלה ב%1 על ידי אורח", + "posted-ago-by": "הפוסט עלה ב %1 על ידי %2", + "posted-ago": "הפוסט הועלה ב %1", + "posted-in": "פורסם ב%1", + "posted-in-by": "פורסם ב%1 על ידי %2", + "posted-in-ago": "הפוסט הועלה ב %1 %2", + "posted-in-ago-by": "הפוסט הועלה ב %1 %2 על ידי %3", + "user-posted-ago": "%1 העלה פוסט %2", + "guest-posted-ago": "אורח העלה פוסט %1", + "last-edited-by": "נערך לאחרונה על ידי %1", "edited-timestamp": "נערך %1", "norecentposts": "אין פוסטים מהזמן האחרון", "norecenttopics": "אין נושאים מהזמן החרון", "recentposts": "פוסטים אחרונים", "recentips": "כתובות IP שהתחברו למערכת לאחרונה", - "moderator_tools": "כלי מנחה", + "moderator-tools": "כלי מנחה", "status": "סטטוס", "online": "מחובר", "away": "לא נמצא", @@ -109,7 +109,7 @@ "language": "שפה", "guest": "אורח", "guests": "אורחים", - "former_user": "משתמש שנמחק", + "former-user": "משתמש שנמחק", "system-user": "מערכת", "unknown-user": "משתמש לא ידוע", "updated.title": "הפורום עודכן", @@ -117,12 +117,12 @@ "privacy": "פרטיות", "follow": "עקוב", "unfollow": "הפסק לעקוב", - "delete_all": "מחק הכל", + "delete-all": "מחק הכל", "map": "מפה", "sessions": "סשני התחברות", - "ip_address": "כתובת IP", - "enter_page_number": "הכנס מספר עמוד", - "upload_file": "העלה קובץ", + "ip-address": "כתובת IP", + "enter-page-number": "הכנס מספר עמוד", + "upload-file": "העלה קובץ", "upload": "העלה", "uploads": "העלאות", "allowed-file-types": "פורמטי הקבצים המורשים הם %1", @@ -131,7 +131,7 @@ "play": "נגן", "cookies.message": "אתר זה משתמש ב cookies על מנת לשפר את חוויות המשתמש.", "cookies.accept": "קיבלתי!", - "cookies.learn_more": "למד עוד", + "cookies.learn-more": "למד עוד", "edited": "נערך", "disabled": "מושבת", "select": "בחר", diff --git a/public/language/he/groups.json b/public/language/he/groups.json index 54f0633427..c3eab1da5f 100644 --- a/public/language/he/groups.json +++ b/public/language/he/groups.json @@ -2,65 +2,65 @@ "all-groups": "כל הקבוצות", "groups": "קבוצות", "members": "חברים", - "view_group": "הצג קבוצה", + "view-group": "הצג קבוצה", "owner": "מנהל קבוצה", - "new_group": "צור קבוצה חדשה", - "no_groups_found": "אין קבוצות להצגה", + "new-group": "צור קבוצה חדשה", + "no-groups-found": "אין קבוצות להצגה", "pending.accept": "אשר", "pending.reject": "דחה", - "pending.accept_all": "אשר הכל", - "pending.reject_all": "דחה הכל", + "pending.accept-all": "אשר הכל", + "pending.reject-all": "דחה הכל", "pending.none": "אין משתמשים בהמתנה כרגע", "invited.none": "אין משתמשים מוזמנים כרגע", "invited.uninvite": "בטל הזמנה", "invited.search": "חפש משתמש להזמנה לקבוצה זו", - "invited.notification_title": "הוזמנת להצטרף ל%1", - "request.notification_title": "בקשת חברות בקבוצה מאת %1", - "request.notification_text": "%1 ביקש להיות חבר ב%2", + "invited.notification-title": "הוזמנת להצטרף ל%1", + "request.notification-title": "בקשת חברות בקבוצה מאת %1", + "request.notification-text": "%1 ביקש להיות חבר ב%2", "cover-save": "שמור", "cover-saving": "שומר", "details.title": "פרטי קבוצה", "details.members": "רשימת חברי הקבוצה", "details.pending": "חברי קבוצה הממתינים לאישור", "details.invited": "חברים מוזמנים", - "details.has_no_posts": "חברי הקבוצה הזו לא העלו אף פוסט.", - "details.latest_posts": "פוסטים אחרונים", + "details.has-no-posts": "חברי הקבוצה הזו לא העלו אף פוסט.", + "details.latest-posts": "פוסטים אחרונים", "details.private": "פרטי", "details.disableJoinRequests": "השבת בקשות הצטרפות", "details.disableLeave": "אל תאפשר למשתמשים לעזוב את הקבוצה", "details.grant": "הענק/בטל בעלות", "details.kick": "גרש", - "details.kick_confirm": "האם אתה בטוח שאתה רוצה להסיר משתמש זה מהקבוצה?", + "details.kick-confirm": "האם אתה בטוח שאתה רוצה להסיר משתמש זה מהקבוצה?", "details.add-member": "הוסף משתמש", - "details.owner_options": "ניהול קבוצה", - "details.group_name": "שם קבוצה", - "details.member_count": "מספר חברים", - "details.creation_date": "תאריך יצירה", + "details.owner-options": "ניהול קבוצה", + "details.group-name": "שם קבוצה", + "details.member-count": "מספר חברים", + "details.creation-date": "תאריך יצירה", "details.description": "תיאור", "details.member-post-cids": "מזהי קטגוריות להצגת פוסטים מהם", - "details.badge_preview": "תצוגה מקדימה של התג", - "details.change_icon": "שנה אייקון", - "details.change_label_colour": "שנה צבע תווית", - "details.change_text_colour": "שנה צבע טקסט", - "details.badge_text": "טקסט תגית", + "details.badge-preview": "תצוגה מקדימה של התג", + "details.change-icon": "שנה אייקון", + "details.change-label-colour": "שנה צבע תווית", + "details.change-text-colour": "שנה צבע טקסט", + "details.badge-text": "טקסט תגית", "details.userTitleEnabled": "הצג תגית", - "details.private_help": "אם אפשרות זו מופעלת, הצטרפות לקבוצות ידרוש אישור מבעל הקבוצה.", + "details.private-help": "אם אפשרות זו מופעלת, הצטרפות לקבוצות ידרוש אישור מבעל הקבוצה.", "details.hidden": "מוסתר", - "details.hidden_help": "אם אפשרות זו מופעלת, קבוצה זו לא תימצא ברשימת הקבוצות, יהיה ניתן להזמין משתמשים רק באופן ידני", - "details.delete_group": "מחק קבוצה", - "details.private_system_help": "קבוצות פרטיות מושבתות ברמת המערכת, אפשרות זו אינה עושה דבר", + "details.hidden-help": "אם אפשרות זו מופעלת, קבוצה זו לא תימצא ברשימת הקבוצות, יהיה ניתן להזמין משתמשים רק באופן ידני", + "details.delete-group": "מחק קבוצה", + "details.private-system-help": "קבוצות פרטיות מושבתות ברמת המערכת, אפשרות זו אינה עושה דבר", "event.updated": "פרטי הקבוצה עודכנו", "event.deleted": "קבוצת \"%1\" נמחקה", "membership.accept-invitation": "קבל הזמנה", - "membership.accept.notification_title": "אתה עכשיו חבר ב%1", + "membership.accept.notification-title": "אתה עכשיו חבר ב%1", "membership.invitation-pending": "הזמנה ממתינה", "membership.join-group": "הצטרף לקבוצה", "membership.leave-group": "עזוב קבוצה", - "membership.leave.notification_title": "%1 עזב את קבוצת %2", + "membership.leave.notification-title": "%1 עזב את קבוצת %2", "membership.reject": "דחה", - "new-group.group_name": "שם קבוצה", + "new-group.group-name": "שם קבוצה", "upload-group-cover": "העלה תמונת נושא לקבוצה", "bulk-invite-instructions": "הזן רשימה מופרדת בפסיק של משתמשים אותם תרצה להזמין לקבוצה זו.", "bulk-invite": "הזמן מספר משתמשים", - "remove_group_cover_confirm": "האם אתה בטוח שאתה רוצה להסיר תמונת נושא?" + "remove-group-cover-confirm": "האם אתה בטוח שאתה רוצה להסיר תמונת נושא?" } \ No newline at end of file diff --git a/public/language/he/login.json b/public/language/he/login.json index f8b86ca460..8ce6aa9e4c 100644 --- a/public/language/he/login.json +++ b/public/language/he/login.json @@ -1,12 +1,12 @@ { "username-email": "שם משתמש/אימייל", "username": "שם משתמש", - "remember_me": "זכור אותי?", - "forgot_password": "שכחת סיסמתך?", - "alternative_logins": "התחבר באמצעות...", - "failed_login_attempt": "ההתחברות נכשלה", - "login_successful": "התחברת בהצלחה!", - "dont_have_account": "אין לך חשבון עדיין?", + "remember-me": "זכור אותי?", + "forgot-password": "שכחת סיסמתך?", + "alternative-logins": "התחבר באמצעות...", + "failed-login-attempt": "ההתחברות נכשלה", + "login-successful": "התחברת בהצלחה!", + "dont-have-account": "אין לך חשבון עדיין?", "logged-out-due-to-inactivity": "התנתקת מפאנל האדמין בגלל חוסר אקטיביות", "caps-lock-enabled": "Caps Lock מופעל" } \ No newline at end of file diff --git a/public/language/he/modules.json b/public/language/he/modules.json index 02a60be83d..06c6e81045 100644 --- a/public/language/he/modules.json +++ b/public/language/he/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "חדר %1", - "chat.chatting_with": "שוחחו בצ'אט עם", + "chat.chatting-with": "שוחחו בצ'אט עם", "chat.placeholder": "כתבו תוכן הודעת הצ'אט כאן, ניתן לגרור ולשחרר כאן תמונות, הקישו אנטר לשליחה.", "chat.placeholder.mobile": "הקלד הודעת צ'אט כאן", "chat.scroll-up-alert": "עבור להודעה האחרונה", @@ -8,12 +8,15 @@ "chat.chat-with-usernames": "צ'אט עם %1", "chat.chat-with-usernames-and-x-others": "צ'אט עם %1 ו-%2 אחרים", "chat.send": "שליחה", - "chat.no_active": "אין לכם צ'אטים פעילים.", - "chat.user_typing": "%1 מקליד...", - "chat.user_has_messaged_you": "ל%1 יש הודעה עבורכם.", + "chat.no-active": "אין לכם צ'אטים פעילים.", + "chat.user-typing-1": "%1 מקליד...", + "chat.user-typing-2": "%1 ו%2 מקלידים...", + "chat.user-typing-3": "%1, %2 ו%3 מקלידים...", + "chat.user-typing-n": "%1, %2 ו%3 אחרים מקלידים...", + "chat.user-has-messaged-you": "ל%1 יש הודעה עבורכם.", "chat.replying-to": "מגיב ל%1", - "chat.see_all": "צפו בכל הצ'אטים", - "chat.mark_all_read": "סמנו את כל הצ'אטים כ'נקראו'", + "chat.see-all": "צפו בכל הצ'אטים", + "chat.mark-all-read": "סמנו את כל הצ'אטים כ'נקראו'", "chat.no-messages": "בחרו משתמש על מנת לראות את שיחות הצ'אט ביניכם", "chat.no-users-in-room": "אין משתמשים בחדר הזה", "chat.recent-chats": "צ'אטים אחרונים", @@ -24,12 +27,16 @@ "chat.pop-out": "מזעור חלונית צ'אט", "chat.minimize": "צמצום", "chat.maximize": "הרחבה", - "chat.seven_days": "7 ימים", - "chat.thirty_days": "30 ימים", - "chat.three_months": "3 חודשים", - "chat.delete_message_confirm": "האם למחוק הודעה זו?", + "chat.seven-days": "7 ימים", + "chat.thirty-days": "30 ימים", + "chat.three-months": "3 חודשים", + "chat.delete-message-confirm": "האם למחוק הודעה זו?", "chat.retrieving-users": "מאחזר משתמשים...", "chat.view-users-list": "הצג רשימת משתמשים", + "chat.pinned-messages": "הודעות מוצמדות", + "chat.no-pinned-messages": "אין הודעות מוצמדות", + "chat.pin-message": "הצמד הודעה", + "chat.unpin-message": "בטל את הצמדת ההודעה", "chat.public-rooms": "חדרים ציבוריים (%1)", "chat.private-rooms": "חדרים פרטיים (%1)", "chat.create-room": "צור חדר צ'אט", @@ -67,17 +74,24 @@ "chat.system.user-leave": "%1 עזב את החדר ", "chat.system.room-rename": "%2 שינה את שם החדר הזה ל \"%1\" ", "composer.compose": "יצירה", - "composer.show_preview": "הצגת תצוגה מקדימה", - "composer.hide_preview": "הסתרת תצוגה מקדימה", + "composer.show-preview": "הצגת תצוגה מקדימה", + "composer.hide-preview": "הסתרת תצוגה מקדימה", "composer.help": "עזרה", - "composer.user_said_in": "%1 כתב ב%2:", - "composer.user_said": "%1 כתב:", + "composer.user-said-in": "%1 כתב ב%2:", + "composer.user-said": "%1 כתב:", "composer.discard": "האם לבטל את השינויים שנעשו בפוסט זה?", - "composer.submit_and_lock": "אשרו ונעלו", - "composer.toggle_dropdown": "הדליקו / כבו את התפריט הנפתח", + "composer.submit-and-lock": "אשרו ונעלו", + "composer.toggle-dropdown": "הדליקו / כבו את התפריט הנפתח", "composer.uploading": "העלאה %1", "composer.formatting.bold": "מודגש", "composer.formatting.italic": "נטוי", + "composer.formatting.heading": "כותרת", + "composer.formatting.heading1": "כותרת 1", + "composer.formatting.heading2": "כותרת 2", + "composer.formatting.heading3": "כותרת 3", + "composer.formatting.heading4": "כותרת 4", + "composer.formatting.heading5": "כותרת 5", + "composer.formatting.heading6": "כותרת 6", "composer.formatting.list": "רשימה", "composer.formatting.strikethrough": "קו פוסל", "composer.formatting.code": "קוד", @@ -85,9 +99,10 @@ "composer.formatting.picture": "קישור תמונה", "composer.upload-picture": "העלאת תמונה", "composer.upload-file": "העלאת קובץ", - "composer.zen_mode": "מסך מלא", - "composer.select_category": "בחירת קטגוריה", + "composer.zen-mode": "מסך מלא", + "composer.select-category": "בחירת קטגוריה", "composer.textarea.placeholder": "כתבו את תוכן הפוסט כאן. ניתן גם לגרור ולשחרר כאן תמונות.", + "composer.post-queue-alert": "היי 👋! פורום זה משתמש במערכת אישור פוסטים. מכיוון שאתה משתמש חדש הפוסט שלך יוסתר עד שהוא יאושר על ידי צוות הניהול של הפורום.", "composer.schedule-for": "תזמון נושא ל", "composer.schedule-date": "תאריך", "composer.schedule-time": "שעה", @@ -102,8 +117,8 @@ "bootbox.confirm": "אישור", "bootbox.submit": "שליחה", "bootbox.send": "שליחה", - "cover.dragging_title": "מיקום תמונת נושא", - "cover.dragging_message": "גררו תמונת נושא למיקום הרצוי ולחצו על \"שמירה\"", + "cover.dragging-title": "מיקום תמונת נושא", + "cover.dragging-message": "גררו תמונת נושא למיקום הרצוי ולחצו על \"שמירה\"", "cover.saved": "תמונת הנושא והמיקום שלה נשמרו", "thumbs.modal.title": "ניהול תמונה ממוזערת של הנושא", "thumbs.modal.no-thumbs": "לא נמצאו תמונות ממוזערות", diff --git a/public/language/he/notifications.json b/public/language/he/notifications.json index 425c9377bb..189bbf9c7e 100644 --- a/public/language/he/notifications.json +++ b/public/language/he/notifications.json @@ -1,59 +1,68 @@ { "title": "התראות", - "no_notifs": "אין התראות", - "see_all": "כל ההתראות", - "mark_all_read": "סמן הכל כנקרא", - "back_to_home": "חזרה ל%1", - "outgoing_link": "קישור יוצא", - "outgoing_link_message": "אתה עוזב עכשיו את %1", - "continue_to": "המשך ל %1", - "return_to": "חזור ל %1", - "new_notification": "יש לך התראה חדשה", - "you_have_unread_notifications": "יש לך התראות שלא נקראו.", + "no-notifs": "אין התראות", + "see-all": "כל ההתראות", + "mark-all-read": "סמן הכל כנקרא", + "back-to-home": "חזרה ל%1", + "outgoing-link": "קישור יוצא", + "outgoing-link-message": "אתה עוזב עכשיו את %1", + "continue-to": "המשך ל %1", + "return-to": "חזור ל %1", + "new-notification": "יש לך התראה חדשה", + "you-have-unread-notifications": "יש לך התראות שלא נקראו.", "all": "הכל", "topics": "נושאים", + "tags": "תגיות", "replies": "תגובות", "chat": "צ'אטים", "group-chat": "צ'אט קבוצתי", "public-chat": "צ'אטים ציבוריים", "follows": "עוקבים", "upvote": "הצבעות בעד", + "awards": "פרסים", "new-flags": "דיווחים חדשים", "my-flags": "דיווחים שהוקצו עבורי", "bans": "הרחקות", - "new_message_from": "הודעה חדשה מ %1", - "user_posted_in_public_room": "%1 כתבו ב-%3", - "user_posted_in_public_room_dual": "%1 ו%2 כתבו ב-%4", - "user_posted_in_public_room_triple": "%1, %2 ו%3 כתבו ב-%5", - "user_posted_in_public_room_multiple": "%1, %2 ו-%3 אחרים כתבו ב-%5", - "upvoted_your_post_in": "%1 הצביע בעד הפוסט שלך ב %2", - "upvoted_your_post_in_dual": "%1 ו%2 הצביעו בעד הפוסט שלך ב%3", - "upvoted_your_post_in_triple": "%1, %2 ו%3 הצביעו בעד הפוסט שלך ב-%4.", - "upvoted_your_post_in_multiple": "%1, %2 ו-%3 אחרים הצביעו בעד הפוסט שלך ב-%4.", - "moved_your_post": "%1 העביר את הפוסט שלך ל%2", - "moved_your_topic": "%1 הזיז את %2", - "user_flagged_post_in": "%1 דיווח על פוסט ב %2", - "user_flagged_post_in_dual": "%1 ו%2 סימנו פוסט ב%3", - "user_flagged_post_in_triple": "%1, %2 ו%3 דיווחו על פוסט ב-%4", - "user_flagged_post_in_multiple": "%1, %2 ו-%3 אחרים דיווחו על פוסט ב-%4", - "user_flagged_user": "%1 דיווח על משתמש (%2)", - "user_flagged_user_dual": "%1 ו - %2 דיווחו על משתמש (%3)", - "user_flagged_user_triple": "%1, %2 ו%3 דיווחו על פרופיל משתמש (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "%1 פרסם תגובה ל: %2", - "user_posted_to_dual": "%1 ו%2 הגיבו ל: %3", - "user_posted_to_triple": "%1, %2 ו3% הגיבו ל: %4", - "user_posted_to_multiple": "%1, %2 ו-%3 אחרים הגיבו ל: %4", - "user_posted_topic": "%1 העלה נושא חדש: %2", - "user_edited_post": "%1 ערך פוסט ב: %2", - "user_started_following_you": "%1 התחיל לעקוב אחריך.", - "user_started_following_you_dual": "%1 ו-%2 התחילו לעקוב אחריך.", - "user_started_following_you_triple": "%1, %2 ו3% התחילו לעקוב אחריך.", - "user_started_following_you_multiple": "%1, %2 ו-%3 אחרים התחילו לעקוב אחריך.", - "new_register": "%1 שלח בקשת הרשמה.", - "new_register_multiple": "ישנן %1 בקשות הרשמה שמחכות לבדיקה.", - "flag_assigned_to_you": "דיווח %1 הוקצה עבורך", - "post_awaiting_review": "הפוסט ממתין לאישור", + "new-message-from": "הודעה חדשה מ %1", + "new-messages-from": "%1 הודעות חדשות מאת %2", + "new-message-in": "הודעה חדשה ב%1", + "new-messages-in": "%1 הודעות חדשות ב%2", + "user-posted-in-public-room": "%1 כתב ב%3", + "user-posted-in-public-room-dual": "%1 ו%2 כתבו ב%4", + "user-posted-in-public-room-triple": "%1, %2 ו%3 כתבו ב%5", + "user-posted-in-public-room-multiple": "%1, %2 ו-%3 אחרים כתבו ב%5", + "upvoted-your-post-in": "%1 הצביע בעד הפוסט שלך ב %2", + "upvoted-your-post-in-dual": "%1 ו%2 הצביעו בעד הפוסט שלך ב%3", + "upvoted-your-post-in-triple": "%1, %2 ו%3 הצביעו בעד הפוסט שלך ב-%4.", + "upvoted-your-post-in-multiple": "%1, %2 ו-%3 אחרים הצביעו בעד הפוסט שלך ב-%4.", + "moved-your-post": "%1 העביר את הפוסט שלך ל%2", + "moved-your-topic": "%1 הזיז את %2", + "user-flagged-post-in": "%1 דיווח על פוסט ב %2", + "user-flagged-post-in-dual": "%1 ו%2 סימנו פוסט ב%3", + "user-flagged-post-in-triple": "%1, %2 ו%3 דיווחו על פוסט ב-%4", + "user-flagged-post-in-multiple": "%1, %2 ו-%3 אחרים דיווחו על פוסט ב-%4", + "user-flagged-user": "%1 דיווח על משתמש (%2)", + "user-flagged-user-dual": "%1 ו - %2 דיווחו על משתמש (%3)", + "user-flagged-user-triple": "%1, %2 ו%3 דיווחו על פרופיל משתמש (%4)", + "user-flagged-user-multiple": "%1, %2 ו-%3 אחרים דיווחו על פרופיל משתמש (%4)", + "user-posted-to": "%1 פרסם תגובה ל: %2", + "user-posted-to-dual": "%1 ו%2 הגיבו ל: %3", + "user-posted-to-triple": "%1, %2 ו3% הגיבו ל: %4", + "user-posted-to-multiple": "%1, %2 ו-%3 אחרים הגיבו ל: %4", + "user-posted-topic": "%1 העלה נושא חדש: %2", + "user-edited-post": "%1 ערך פוסט ב: %2", + "user-posted-topic-with-tag": "%1 פרסם נושא חדש עם התגית %2", + "user-posted-topic-with-tag-dual": "%1 פרסם נושא חדש עם התגיות %1 ו-%3", + "user-posted-topic-with-tag-triple": "%1 פרסם נושא חדש עם התגיות %2, %3 ו-%4", + "user-posted-topic-with-tag-multiple": "%1 פרסם נושא חדש עם התגיות %2", + "user-started-following-you": "%1 התחיל לעקוב אחריך.", + "user-started-following-you-dual": "%1 ו-%2 התחילו לעקוב אחריך.", + "user-started-following-you-triple": "%1, %2 ו3% התחילו לעקוב אחריך.", + "user-started-following-you-multiple": "%1, %2 ו-%3 אחרים התחילו לעקוב אחריך.", + "new-register": "%1 שלח בקשת הרשמה.", + "new-register-multiple": "ישנן %1 בקשות הרשמה שמחכות לבדיקה.", + "flag-assigned-to-you": "דיווח %1 הוקצה עבורך", + "post-awaiting-review": "הפוסט ממתין לאישור", "profile-exported": "%1 פרופיל יוצא, לחץ כדי להוריד.", "posts-exported": "%1 פוסטים יוצאו, לחץ כדי להוריד.", "uploads-exported": "%1 העלאות יוצאו, לחץ כדי להוריד.", @@ -66,22 +75,24 @@ "email-confirm-error-message": "אירעה שגיאה בעת אישור המייל שלך. ייתכן כי הקוד היה שגוי או פג תוקף.", "email-confirm-sent": "מייל אישור נשלח.", "none": "אף אחד", - "notification_only": "התראות בלבד", - "email_only": "דוא\"ל בלבד", - "notification_and_email": "התראות & דוא\"ל", - "notificationType_upvote": "כאשר מישהו מצביע בעד הפוסט שלך", - "notificationType_new-topic": "כשמישהו שאתה עוקב אחריו פרסם נושא", - "notificationType_new-reply": "כשתגובה חדשה מפורסמת בנושא שאתה עוקב אחריו", - "notificationType_post-edit": "כשפוסט נערך בנושא שאתה עוקב אחריו", - "notificationType_follow": "כשמישהו מתחיל לעקוב אחריך", - "notificationType_new-chat": "כשאתה מקבל הודעת צאט", - "notificationType_new-group-chat": "כשאתה מקבל הודעת צ'אט קבוצתית", - "notificationType_new-public-chat": "כאשר מתקבלת הודעה בקבוצת צ'אט ציבורית", - "notificationType_group-invite": "כשאתה מקבל הזמנה מקבוצה", - "notificationType_group-leave": "כאשר משתמש עוזב את הקבוצה שלך", - "notificationType_group-request-membership": "כשמישהו מבקש להירשם לקבוצה שאתה מנהל", - "notificationType_new-register": "כאשר מישהו מתווסף לתור הרישום", - "notificationType_post-queue": "כאשר פוסט חדש נכנס לתור", - "notificationType_new-post-flag": "כאשר פוסט מדווח", - "notificationType_new-user-flag": "כאשר מדווחים על משתמש" + "notification-only": "התראות בלבד", + "email-only": "דוא\"ל בלבד", + "notification-and-email": "התראות & דוא\"ל", + "notificationType-upvote": "כאשר מישהו מצביע בעד הפוסט שלך", + "notificationType-new-topic": "כשמישהו שאתה עוקב אחריו פרסם נושא", + "notificationType-new-topic-with-tag": "כאשר נושא מתפרסם עם תג שאתה עוקב אחריו", + "notificationType-new-reply": "כשתגובה חדשה מפורסמת בנושא שאתה עוקב אחריו", + "notificationType-post-edit": "כשפוסט נערך בנושא שאתה עוקב אחריו", + "notificationType-follow": "כשמישהו מתחיל לעקוב אחריך", + "notificationType-new-chat": "כשאתה מקבל הודעת צאט", + "notificationType-new-group-chat": "כשאתה מקבל הודעת צ'אט קבוצתית", + "notificationType-new-public-chat": "כאשר מתקבלת הודעה בקבוצת צ'אט ציבורית", + "notificationType-group-invite": "כשאתה מקבל הזמנה מקבוצה", + "notificationType-group-leave": "כאשר משתמש עוזב את הקבוצה שלך", + "notificationType-group-request-membership": "כשמישהו מבקש להירשם לקבוצה שאתה מנהל", + "notificationType-new-register": "כאשר מישהו מתווסף לתור הרישום", + "notificationType-post-queue": "כאשר פוסט חדש נכנס לתור", + "notificationType-new-post-flag": "כאשר פוסט מדווח", + "notificationType-new-user-flag": "כאשר מדווחים על משתמש", + "notificationType-new-reward": "כאשר אתה מרוויח פרס חדש" } \ No newline at end of file diff --git a/public/language/he/pages.json b/public/language/he/pages.json index 7101f0912e..c2e2e39766 100644 --- a/public/language/he/pages.json +++ b/public/language/he/pages.json @@ -47,7 +47,8 @@ "account/latest-posts": "פוסטים אחרונים שנוצרו על ידי %1", "account/topics": "נושאים שנוצרו על ידי %1", "account/groups": "הקבוצות של %1", - "account/watched_categories": "הקטגוריות ש-%1 עוקב אחריהם", + "account/watched-categories": "הקטגוריות ש-%1 עוקב אחריהם", + "account/watched-tags": "%1's Watched Tags", "account/bookmarks": "הפוסטים המועדפים של %1", "account/settings": "הגדרות משתמש", "account/settings-of": "שינוי הגדרות של %1", diff --git a/public/language/he/recent.json b/public/language/he/recent.json index 3656f447ec..7c266850a2 100644 --- a/public/language/he/recent.json +++ b/public/language/he/recent.json @@ -5,7 +5,7 @@ "month": "חודש", "year": "שנה", "alltime": "תמיד", - "no_recent_topics": "אין נושאים חדשים.", - "no_popular_topics": "אין נושאים פופולריים.", + "no-recent-topics": "אין נושאים חדשים.", + "no-popular-topics": "אין נושאים פופולריים.", "load-new-posts": "טעינת פוסטים חדשים" } \ No newline at end of file diff --git a/public/language/he/register.json b/public/language/he/register.json index d94fb780d0..5f6560f19d 100644 --- a/public/language/he/register.json +++ b/public/language/he/register.json @@ -1,32 +1,32 @@ { "register": "הרשמה", "already-have-account": "כבר יש לך חשבון?", - "cancel_registration": "בטל רישום", + "cancel-registration": "בטל רישום", "help.email": "כברירת מחדל, כתובת האימייל שלך לא גלויה למשתמשים אחרים", - "help.username_restrictions": "שם משתמש ייחודי בין %1 ל %2 תווים. משתמשים אחרים יכולים לציין את שמך באמצעות @שם המשתמש שלך", - "help.minimum_password_length": "הסיסמה שלך חייבת להיות לפחות באורך של %1 תווים.", - "email_address": "כתובת אימייל", - "email_address_placeholder": "הכנס כתובת אימייל", + "help.username-restrictions": "שם משתמש ייחודי בין %1 ל %2 תווים. משתמשים אחרים יכולים לציין את שמך באמצעות @שם המשתמש שלך", + "help.minimum-password-length": "הסיסמה שלך חייבת להיות לפחות באורך של %1 תווים.", + "email-address": "כתובת אימייל", + "email-address-placeholder": "הכנס כתובת אימייל", "username": "שם משתמש", - "username_placeholder": "הכנס שם משתמש", + "username-placeholder": "הכנס שם משתמש", "password": "סיסמה", - "password_placeholder": "הכנס סיסמה", - "confirm_password": "אמת סיסמה", - "confirm_password_placeholder": "אמת סיסמה", - "register_now_button": "הרשם עכשיו", - "alternative_registration": "הרשם באמצעות...", - "terms_of_use": "תנאי שימוש", - "agree_to_terms_of_use": "אני מסכים לתנאי השימוש", - "terms_of_use_error": "אתה מוכרח להסכים לתנאי השימוש", + "password-placeholder": "הכנס סיסמה", + "confirm-password": "אמת סיסמה", + "confirm-password-placeholder": "אמת סיסמה", + "register-now-button": "הרשם עכשיו", + "alternative-registration": "הרשם באמצעות...", + "terms-of-use": "תנאי שימוש", + "agree-to-terms-of-use": "אני מסכים לתנאי השימוש", + "terms-of-use-error": "אתה מוכרח להסכים לתנאי השימוש", "registration-added-to-queue": "בקשתך להרשמה נשלחה. במידה ובקשתך יאושר, יישלח אישור לכתובת האימייל שהכנסת.", "registration-queue-average-time": "הזמן הממוצע לאישור משתמשים הוא %1 שעות ו-%2 דקות.", "registration-queue-auto-approve-time": "חשבונך יאושר תוך %1 שעות.", "interstitial.intro": "אנו מבקשים עוד מידע כדי לעדכן את חשבונך…", "interstitial.intro-new": "אנו מבקשים עוד מידע לפני שנוכל ליצור את חשבונך…", "interstitial.errors-found": "אנא בדוק את המידע שהוזן:", - "gdpr_agree_data": "אני מסכים שפורום זה יאגור ויעבד את נתוני האישיים", - "gdpr_agree_email": "אני מסכים לקבל מדי פעם מיילים מפורום זה עם סיכום נושאים מעניינים שפורסמו", - "gdpr_consent_denied": "אין אפשרות להירשם ללא אישור הסכמה על תנאים אלו.", + "gdpr-agree-data": "אני מסכים שפורום זה יאגור ויעבד את נתוני האישיים", + "gdpr-agree-email": "אני מסכים לקבל מדי פעם מיילים מפורום זה עם סיכום נושאים מעניינים שפורסמו", + "gdpr-consent-denied": "אין אפשרות להירשם ללא אישור הסכמה על תנאים אלו.", "invite.error-admin-only": "רישום משתמשים ישיר הושבת. אנא פנה למנהל לקבלת פרטים נוספים.", "invite.error-invite-only": "רישום משתמשים ישיר הושבת. עליך להיות מוזמן על ידי משתמש קיים על מנת לגשת לפורום זה.", "invite.error-invalid-data": "נתוני הרישום שהתקבלו אינם תואמים את הרשומות שלנו. אנא פנה למנהל לקבלת פרטים נוספים." diff --git a/public/language/he/reset_password.json b/public/language/he/reset_password.json index 38f8fa4b3e..0efa8980c8 100644 --- a/public/language/he/reset_password.json +++ b/public/language/he/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "אפס סיסמה", - "update_password": "עדכן סיסמה", - "password_changed.title": "סיסמתך שונתה", - "password_changed.message": "

סיסמתך שונתה בהצלחה, אנא התחבר שוב.", - "wrong_reset_code.title": "קוד איפוס שגוי", - "wrong_reset_code.message": "קוד האיפוס שקבלנו שגוי. אנא נסה שוב, או בקש קוד איפוס חדש.", - "new_password": "סיסמה חדשה", - "repeat_password": "אמת סיסמה", - "changing_password": "משנה סיסמה", - "enter_email": "אנא הקלד את כתובת האימייל שלך ואנו נשלח לך הוראות כיצד לאפס את חשבונך", - "enter_email_address": "הכנס כתובת אימייל", - "password_reset_sent": "אם כתובת המייל משוייכת לחשבון קיים, לכתובת המוגדרת נשלח מייל לשחזור חשבון. שים לב שרק מייל שחזור אחד ישלח כל דקה.", - "invalid_email": "מייל שגוי / כתובת מייל לא נמצאה", - "password_too_short": "הסיסמה שבחרת קצרה מדי, אנא בחר סיסמה שונה.", - "passwords_do_not_match": "הסיסמאות שהזנת אינן תואמות.", - "password_expired": "הסיסמא שבחרת פגת תוקף, אנא בחר סיסמא חדשה." + "reset-password": "אפס סיסמה", + "update-password": "עדכן סיסמה", + "password-changed.title": "סיסמתך שונתה", + "password-changed.message": "

סיסמתך שונתה בהצלחה, אנא התחבר שוב.", + "wrong-reset-code.title": "קוד איפוס שגוי", + "wrong-reset-code.message": "קוד האיפוס שקבלנו שגוי. אנא נסה שוב, או בקש קוד איפוס חדש.", + "new-password": "סיסמה חדשה", + "repeat-password": "אמת סיסמה", + "changing-password": "משנה סיסמה", + "enter-email": "אנא הקלד את כתובת האימייל שלך ואנו נשלח לך הוראות כיצד לאפס את חשבונך", + "enter-email-address": "הכנס כתובת אימייל", + "password-reset-sent": "אם כתובת המייל משוייכת לחשבון קיים, לכתובת המוגדרת נשלח מייל לשחזור חשבון. שים לב שרק מייל שחזור אחד ישלח כל דקה.", + "invalid-email": "מייל שגוי / כתובת מייל לא נמצאה", + "password-too-short": "הסיסמה שבחרת קצרה מדי, אנא בחר סיסמה שונה.", + "passwords-do-not-match": "הסיסמאות שהזנת אינן תואמות.", + "password-expired": "הסיסמא שבחרת פגת תוקף, אנא בחר סיסמא חדשה." } \ No newline at end of file diff --git a/public/language/he/rewards.json b/public/language/he/rewards.json new file mode 100644 index 0000000000..e8759e5697 --- /dev/null +++ b/public/language/he/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "הוענק לך %1 מוניטין", + "awarded-group-membership": "נוספת לקבוצה %1", + + "essentials/user.reputation-conditional-value": "(מוניטין %1 %2)", + "essentials/user.postcount-conditional-value": "(כמות פוסטים %1 %2)", + "essentials/user.lastonline-conditional-value": "(מקוון לאחרונה %1 %2)", + "essentials/user.joindate-conditional-value": "(תאריך הצטרפות %1 %2)", + "essentials/user.daysregistered-conditional-value": "(ימי ותק %1 %2)" +} \ No newline at end of file diff --git a/public/language/he/search.json b/public/language/he/search.json index ed846e4fa4..f4ba259dee 100644 --- a/public/language/he/search.json +++ b/public/language/he/search.json @@ -1,6 +1,6 @@ { "type-to-search": "הקלידו כדי לחפש", - "results_matching": "נמצאו %1 תוצאות עבור החיפוש \"%2\", (%3 שניות)", + "results-matching": "נמצאו %1 תוצאות עבור החיפוש \"%2\", (%3 שניות)", "no-matches": "לא נמצאו תוצאות", "advanced-search": "חיפוש מתקדם", "in": "ב", diff --git a/public/language/he/tags.json b/public/language/he/tags.json index 0870f9c7bb..5027812f22 100644 --- a/public/language/he/tags.json +++ b/public/language/he/tags.json @@ -1,11 +1,17 @@ { "all-tags": "כל התגיות", - "no_tag_topics": "אין פוסטים עם תגית זו.", + "no-tag-topics": "אין פוסטים עם תגית זו.", "no-tags-found": "לא נמצאו תגיות", "tags": "תגיות", - "enter_tags_here": "הכנס תגיות כאן, כאשר כל אחת בין %1 ל%2 תווים.", - "enter_tags_here_short": "הזן תגיות...", - "no_tags": "אין עדיין תגיות.", - "select_tags": "בחר תגיות", - "tag-whitelist": "רשימה לבנה של תגיות" + "enter-tags-here": "הכנס תגיות כאן, כאשר כל אחת בין %1 ל%2 תווים.", + "enter-tags-here-short": "הזן תגיות...", + "no-tags": "אין עדיין תגיות.", + "select-tags": "בחר תגיות", + "tag-whitelist": "רשימה לבנה של תגיות", + "watching": "עוקב", + "not-watching": "לא עוקב", + "watching.description": "הודע לי על נושאים חדשים.", + "not-watching.description": "אל תודיע לי על נושאים חדשים.", + "following-tag.message": "מעכשיו תקבל התראה כאשר מישהו יפרסם נושא עם התג הזה.", + "not-following-tag.message": "לא תקבל התראות כאשר מישהו יפרסם נושא עם התג הזה." } \ No newline at end of file diff --git a/public/language/he/themes/harmony.json b/public/language/he/themes/harmony.json index 2f460ac2c7..dce74de9fe 100644 --- a/public/language/he/themes/harmony.json +++ b/public/language/he/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "סרגל הכלים בדפי נושאים וקטגוריות ייצמד לראש העמוד בעת גלילה", "settings.autohideBottombar": "הסתרה אוטומטית של סרגל תחתון", "settings.autohideBottombar.help": "הסרגל התחתון בתצוגת הנייד יוסתר כאשר הדף ייגלל מטה", + "settings.openSidebars": "פתח סרגלי צד", "settings.chatModals": "הפעלת צ'אט בחלונית מוקטנת" } \ No newline at end of file diff --git a/public/language/he/top.json b/public/language/he/top.json index c942bb51a7..d20892b609 100644 --- a/public/language/he/top.json +++ b/public/language/he/top.json @@ -1,4 +1,4 @@ { "title": "הכי פופולארי", - "no_top_topics": "אין כותרות פופולאריות" + "no-top-topics": "אין כותרות פופולאריות" } \ No newline at end of file diff --git a/public/language/he/topic.json b/public/language/he/topic.json index 9efe2423e4..be477b77e4 100644 --- a/public/language/he/topic.json +++ b/public/language/he/topic.json @@ -1,20 +1,20 @@ { "topic": "נושא", "title": "כותרת", - "no_topics_found": "לא נמצאו נושאים!", - "no_posts_found": "לא נמצאו פוסטים!", - "post_is_deleted": "פוסט זה נמחק!", - "topic_is_deleted": "נושא זה נמחק!", + "no-topics-found": "לא נמצאו נושאים!", + "no-posts-found": "לא נמצאו פוסטים!", + "post-is-deleted": "פוסט זה נמחק!", + "topic-is-deleted": "נושא זה נמחק!", "profile": "פרופיל", - "posted_by": "פורסם על ידי %1", - "posted_by_guest": "פורסם על ידי אורח", + "posted-by": "פורסם על ידי %1", + "posted-by-guest": "פורסם על ידי אורח", "chat": "צ'אט", - "notify_me": "קבלת התראה כאשר יש תגובות חדשות בנושא זה", + "notify-me": "קבלת התראה כאשר יש תגובות חדשות בנושא זה", "quote": "ציטוט", "reply": "תגובה", - "replies_to_this_post": "%1 תגובות", - "one_reply_to_this_post": "תגובה 1", - "last_reply_time": "תגובה אחרונה", + "replies-to-this-post": "%1 תגובות", + "one-reply-to-this-post": "תגובה 1", + "last-reply-time": "תגובה אחרונה", "reply-as-topic": "תגובה כנושא", "guest-login-reply": "התחברו כדי לפרסם תגובה", "login-to-view": "🔒 יש להתחבר כדי לצפות", @@ -64,129 +64,130 @@ "user-referenced-topic-on": "%1 התייחס לנושא זה ב%3", "user-forked-topic-ago": "%1 פיצל נושא זה %3", "user-forked-topic-on": "%1 פיצל נושא זה ב%3", - "bookmark_instructions": "לחצו כאן כדי לחזור לפוסט האחרון שקראתם בנושא זה.", + "bookmark-instructions": "לחצו כאן כדי לחזור לפוסט האחרון שקראתם בנושא זה.", "flag-post": "דיווח על פוסט זה", "flag-user": "דיווח על משתמש זה", "already-flagged": "דווח כבר", "view-flag-report": "הצגת דוח דיווחים", "resolve-flag": "השלמת דיווח", - "merged_message": "נושא זה מוזג בתוך %2", - "deleted_message": "נושא זה נמחק. רק משתמשים עם הרשאות מתאימות יוכלו לצפות בו.", - "following_topic.message": "תקבלו התראות כאשר יפורסם פוסט חדש בנושא זה.", - "not_following_topic.message": "נושא זה יופיע ברשימת הנושאים שלא נקראו, אולם לא תקבלו התראה כשיפורסם פוסט בנושא זה.", - "ignoring_topic.message": "נושא זה לא יופיע יותר ברשימת הנושאים שלא נקראו. תקבלו הודעה כשיזכירו אתכם או כשהפוסט שלכם יקבל הצבעה חיובית", - "login_to_subscribe": "הירשמו או התחברו כדי לעקוב אחר נושא זה.", + "merged-message": "נושא זה מוזג בתוך %2", + "forked-message": "נושא זה פוצל מתוך הנושא %2", + "deleted-message": "נושא זה נמחק. רק משתמשים עם הרשאות מתאימות יוכלו לצפות בו.", + "following-topic.message": "תקבלו התראות כאשר יפורסם פוסט חדש בנושא זה.", + "not-following-topic.message": "נושא זה יופיע ברשימת הנושאים שלא נקראו, אולם לא תקבלו התראה כשיפורסם פוסט בנושא זה.", + "ignoring-topic.message": "נושא זה לא יופיע יותר ברשימת הנושאים שלא נקראו. תקבלו הודעה כשיזכירו אתכם או כשהפוסט שלכם יקבל הצבעה חיובית", + "login-to-subscribe": "הירשמו או התחברו כדי לעקוב אחר נושא זה.", "markAsUnreadForAll.success": "נושא זה סומן כלא נקרא לכולם.", - "mark_unread": "סימון כלא נקרא", - "mark_unread.success": "הנושא סומן כלא נקרא.", + "mark-unread": "סימון כלא נקרא", + "mark-unread.success": "הנושא סומן כלא נקרא.", "watch": "מעקב", "unwatch": "הפסקת מעקב", "watch.title": "קבלת התראה כאשר יש תגובות חדשות בנושא זה", "unwatch.title": "הפסקת מעקב אחר נושא זה", - "share_this_post": "שיתוף פוסט זה", + "share-this-post": "שיתוף פוסט זה", "watching": "במעקב", "not-watching": "לא במעקב", "ignoring": "התעלמות", "watching.description": "עדכנו אותי על תגובות חדשות.
הצגת נושא ברשימת לא נקראו.", "not-watching.description": "אל תעדכנו אותי על תגובות חדשות.
הצגת נושא ברשימת לא נקראו במידה ובחרתי לא להתעלם מקטגוריה זו", - "ignoring.description": "אל תעדכנו אותי על תגובות חדשות.
אל תציגו את הנושא ברשימת לא נקראו ", - "thread_tools.title": "כלי נושא", - "thread_tools.markAsUnreadForAll": "סימון לכולם כלא נקרא", - "thread_tools.pin": "נעיצת נושא", - "thread_tools.unpin": "הסרת נעיצה", - "thread_tools.lock": "נעילת נושא", - "thread_tools.unlock": "הסרת נעילה", - "thread_tools.move": "הזזת נושא", - "thread_tools.move-posts": "הזזת פוסטים", - "thread_tools.move_all": "הזזת הכל", - "thread_tools.change_owner": "שינוי שם כותב הפוסט", - "thread_tools.select_category": "בחירת קטגוריה", - "thread_tools.fork": "פיצול נושא", - "thread_tools.tag": "תיוג נושא", - "thread_tools.delete": "מחיקת נושא", - "thread_tools.delete-posts": "מחיקת פוסטים", - "thread_tools.delete_confirm": "האם למחוק נושא זה?", - "thread_tools.restore": "שחזור נושא", - "thread_tools.restore_confirm": "האם לשחזר נושא זה?", - "thread_tools.purge": "מחיקת נושא לצמיתות", - "thread_tools.purge_confirm": "האם למחוק נושא זה לצמיתות?", - "thread_tools.merge_topics": "מיזוג נושאים", - "thread_tools.merge": "מזג נושא", - "topic_move_success": "נושא זה יועבר ל\"%1\". לחצו כאן לביטול.", - "topic_move_multiple_success": "נושאים אלו יועברו ל\"%1\" . לחצו כאן לביטול.", - "topic_move_all_success": "כל הנושאים יועברו ל\"%1\". לחצו כאן לביטול.", - "topic_move_undone": "העברת הנושא בוטלה", - "topic_move_posts_success": "הפוסטים יועברו מיד. לחצו כאן לביטול.", - "topic_move_posts_undone": "העברת הפוסט בוטלה", - "post_delete_confirm": "האם למחוק פוסט זה?", - "post_restore_confirm": "האם לשחזר פוסט זה?", - "post_purge_confirm": "האם למחוק לצמיתות פוסט זה?", + "ignoring.description": "אל תעדכנו אותי על תגובות חדשות.
אל תציגו את הנושא ברשימת לא נקראו", + "thread-tools.title": "כלי נושא", + "thread-tools.markAsUnreadForAll": "סימון לכולם כלא נקרא", + "thread-tools.pin": "נעיצת נושא", + "thread-tools.unpin": "הסרת נעיצה", + "thread-tools.lock": "נעילת נושא", + "thread-tools.unlock": "הסרת נעילה", + "thread-tools.move": "הזזת נושא", + "thread-tools.move-posts": "הזזת פוסטים", + "thread-tools.move-all": "הזזת הכל", + "thread-tools.change-owner": "שינוי שם כותב הפוסט", + "thread-tools.select-category": "בחירת קטגוריה", + "thread-tools.fork": "פיצול נושא", + "thread-tools.tag": "תיוג נושא", + "thread-tools.delete": "מחיקת נושא", + "thread-tools.delete-posts": "מחיקת פוסטים", + "thread-tools.delete-confirm": "האם למחוק נושא זה?", + "thread-tools.restore": "שחזור נושא", + "thread-tools.restore-confirm": "האם לשחזר נושא זה?", + "thread-tools.purge": "מחיקת נושא לצמיתות", + "thread-tools.purge-confirm": "האם למחוק נושא זה לצמיתות?", + "thread-tools.merge-topics": "מיזוג נושאים", + "thread-tools.merge": "מזג נושא", + "topic-move-success": "נושא זה יועבר ל\"%1\". לחצו כאן לביטול.", + "topic-move-multiple-success": "נושאים אלו יועברו ל\"%1\" . לחצו כאן לביטול.", + "topic-move-all-success": "כל הנושאים יועברו ל\"%1\". לחצו כאן לביטול.", + "topic-move-undone": "העברת הנושא בוטלה", + "topic-move-posts-success": "הפוסטים יועברו מיד. לחצו כאן לביטול.", + "topic-move-posts-undone": "העברת הפוסט בוטלה", + "post-delete-confirm": "האם למחוק פוסט זה?", + "post-restore-confirm": "האם לשחזר פוסט זה?", + "post-purge-confirm": "האם למחוק לצמיתות פוסט זה?", "pin-modal-expiry": "תאריך תפוגה", "pin-modal-help": "באפשרותכם להגדיר כאן תאריך תפוגה לנושאים המוצמדים. לחלופין, ביכולתכם להשאיר שדה זו ריקה, כדי שהנושא יישאר נעוץ עד לביטול ההצמדה ידנית.", - "load_categories": "טוען קטגוריות", - "confirm_move": "העברה", - "confirm_fork": "פיצול", + "load-categories": "טוען קטגוריות", + "confirm-move": "העברה", + "confirm-fork": "פיצול", "bookmark": "הוספה למועדפים", "bookmarks": "מועדפים", - "bookmarks.has_no_bookmarks": "לא צירפתם פוסט למועדפים עדיין", + "bookmarks.has-no-bookmarks": "לא צירפתם פוסט למועדפים עדיין", "copy-permalink": "העתקת קישור לפוסט", - "loading_more_posts": "טוען פוסטים נוספים", - "move_topic": "העברת נושא", - "move_topics": "העברת נושאים", - "move_post": "העבר פוסט", - "post_moved": "הפוסט הועבר!", - "fork_topic": "פיצול נושא", + "loading-more-posts": "טוען פוסטים נוספים", + "move-topic": "העברת נושא", + "move-topics": "העברת נושאים", + "move-post": "העבר פוסט", + "post-moved": "הפוסט הועבר!", + "fork-topic": "פיצול נושא", "enter-new-topic-title": "הכניסו כותרת נושא חדשה", - "fork_topic_instruction": "לחצו על הפוסטים שברצונך לפצל, הזינו כותרת לנושא החדש ולחצו על פיצול נושא", - "fork_no_pids": "לא נבחרו פוסטים!", + "fork-topic-instruction": "לחצו על הפוסטים שברצונך לפצל, הזינו כותרת לנושא החדש ולחצו על פיצול נושא", + "fork-no-pids": "לא נבחרו פוסטים!", "no-posts-selected": "לא נבחרו פוסטים!", "x-posts-selected": "%1 פוסטים נבחרו", "x-posts-will-be-moved-to-y": "%1 פוסטים יועברו ל-\"%2\"", - "fork_pid_count": "%1 פוסטים נבחרו", - "fork_success": "הפוסט פוצל בהצלחה! לחצו כאן כדי לעבור לפוסט המפוצל.", - "delete_posts_instruction": "לחצו על הפוסטים שברצונכם למחוק", - "merge_topics_instruction": "לחצו על הנושאים שברצונכם למזג או חפשו אותם", + "fork-pid-count": "%1 פוסטים נבחרו", + "fork-success": "הפוסט פוצל בהצלחה! לחצו כאן כדי לעבור לפוסט המפוצל.", + "delete-posts-instruction": "לחצו על הפוסטים שברצונכם למחוק", + "merge-topics-instruction": "לחצו על הנושאים שברצונכם למזג או חפשו אותם", "merge-topic-list-title": "רשימת הנושאים למיזוג", "merge-options": "אפשרויות מיזוג", "merge-select-main-topic": "בחרו את הנושא הראשי", "merge-new-title-for-topic": "כותרת חדשה לנושא", "topic-id": "מזהה נושא", - "move_posts_instruction": "לחצו על הפוסטים שברצונכם להסיר ואז הכניסו מזהה נושא או עברו לנושא היעד", - "move_topic_instruction": "בחרו את קטגוריית היעד ולאחר מכן לחצו על העברה", - "change_owner_instruction": "לחצו על הפוסטים בהם תרצו לשנות את שם כותב ההודעה", - "composer.title_placeholder": "הכניסו את כותרת הנושא כאן...", - "composer.handle_placeholder": "הזינו שם / כינוי שלכם כאן", + "move-posts-instruction": "לחצו על הפוסטים שברצונכם להסיר ואז הכניסו מזהה נושא או עברו לנושא היעד", + "move-topic-instruction": "בחרו את קטגוריית היעד ולאחר מכן לחצו על העברה", + "change-owner-instruction": "לחצו על הפוסטים בהם תרצו לשנות את שם כותב ההודעה", + "composer.title-placeholder": "הכניסו את כותרת הנושא כאן...", + "composer.handle-placeholder": "הזינו שם / כינוי שלכם כאן", "composer.hide": "הסתרה", "composer.discard": "ביטול", "composer.submit": "שליחה", "composer.additional-options": "אפשרויות נוספות", "composer.post-later": "פרסום מאוחר יותר", "composer.schedule": "תיזמון", - "composer.replying_to": "תגובה ל%1", - "composer.new_topic": "נושא חדש", + "composer.replying-to": "תגובה ל%1", + "composer.new-topic": "נושא חדש", "composer.editing-in": "עריכת פוסט ב-%1", "composer.uploading": "מעלה...", - "composer.thumb_url_label": "הדביקו את כתובת ה-URL לתמונה מוקטנת עבור הנושא", - "composer.thumb_title": "הוסיפו תמונה מוקטנת לנושא זה", - "composer.thumb_url_placeholder": "http://example.com/thumb.png", - "composer.thumb_file_label": "או העלו קובץ", - "composer.thumb_remove": "ניקוי שדות", - "composer.drag_and_drop_images": "גררו תמונות לכאן", - "more_users_and_guests": "%1 משתמשים נוספים ו-%2 אורחים", - "more_users": "%1 משתמשים נוספים", - "more_guests": "%1 אורחים נוספים", - "users_and_others": "%1 ו-%2 אחרים", - "sort_by": "מיון לפי", - "oldest_to_newest": "מהישן לחדש", - "newest_to_oldest": "מהחדש לישן", - "most_votes": "הכי הרבה הצבעות", - "most_posts": "הכי הרבה פוסטים", - "most_views": "הכי הרבה צפיות", + "composer.thumb-url-label": "הדביקו את כתובת ה-URL לתמונה מוקטנת עבור הנושא", + "composer.thumb-title": "הוסיפו תמונה מוקטנת לנושא זה", + "composer.thumb-url-placeholder": "http://example.com/thumb.png", + "composer.thumb-file-label": "או העלו קובץ", + "composer.thumb-remove": "ניקוי שדות", + "composer.drag-and-drop-images": "גררו תמונות לכאן", + "more-users-and-guests": "%1 משתמשים נוספים ו-%2 אורחים", + "more-users": "%1 משתמשים נוספים", + "more-guests": "%1 אורחים נוספים", + "users-and-others": "%1 ו-%2 אחרים", + "sort-by": "מיון לפי", + "oldest-to-newest": "מהישן לחדש", + "newest-to-oldest": "מהחדש לישן", + "most-votes": "הכי הרבה הצבעות", + "most-posts": "הכי הרבה פוסטים", + "most-views": "הכי הרבה צפיות", "stale.title": "ליצור נושא חדש במקום זאת?", "stale.warning": "הנושא בו אתם מגיבים הוא די ישן. האם ברצונכם לפתוח נושא חדש, ולהזכיר נושא זה בתגובתכם?", "stale.create": "יצירת נושא חדש", - "stale.reply_anyway": "שליחת תגובה לנושא זה בכל זאת", - "link_back": "תגובה: [%1](%2)", + "stale.reply-anyway": "שליחת תגובה לנושא זה בכל זאת", + "link-back": "תגובה: [%1](%2)", "diffs.title": "היסטוריית עריכת הפוסט", "diffs.description": "להודעה זו יש %1 גרסאות. לחצו על אחת מהגרסאות להלן כדי לראות את תוכן ההודעה בנקודת זמן זו.", "diffs.no-revisions-description": "לפוסט זה יש %1גרסאות", @@ -197,8 +198,8 @@ "diffs.post-restored": "הפוסט שוחזר בהצלחה לגרסה קודמת", "diffs.delete": "מחיקת גרסה זו", "diffs.deleted": "גרסה זו נמחקה", - "timeago_later": "אחרי %1", - "timeago_earlier": "לפני %1 ", + "timeago-later": "אחרי %1", + "timeago-earlier": "לפני %1", "first-post": "פוסט ראשון", "last-post": "פוסט אחרון", "go-to-my-next-post": "מעבר לפוסט הבא שלי", diff --git a/public/language/he/unread.json b/public/language/he/unread.json index 4735920e80..97a84c4ceb 100644 --- a/public/language/he/unread.json +++ b/public/language/he/unread.json @@ -1,12 +1,12 @@ { "title": "לא נקרא", - "no_unread_topics": "אין נושאים שלא נקראו", - "load_more": "טען עוד", - "mark_as_read": "סמן כנקרא", + "no-unread-topics": "אין נושאים שלא נקראו", + "load-more": "טען עוד", + "mark-as-read": "סמן כנקרא", "selected": "נבחר", "all": "הכל", - "all_categories": "כל הקטגוריות", - "topics_marked_as_read.success": "הנושאים שבחרת סומנו כנקרא!", + "all-categories": "כל הקטגוריות", + "topics-marked-as-read.success": "הנושאים שבחרת סומנו כנקרא!", "all-topics": "כל הנושאים", "new-topics": "נושאים חדשים", "watched-topics": "נושאים שאתה עוקב אחריהם", diff --git a/public/language/he/user.json b/public/language/he/user.json index fde17c1370..1f177fba17 100644 --- a/public/language/he/user.json +++ b/public/language/he/user.json @@ -7,22 +7,22 @@ "joindate": "תאריך הצטרפות", "postcount": "כמות פוסטים", "email": "כתובת אימייל", - "confirm_email": "אשר מייל", - "account_info": "פרטי חשבון", - "admin_actions_label": "פעולות ניהול", - "ban_account": "הרחק חשבון", - "ban_account_confirm": "האם אתה בטוח שאתה רוצה להרחיק משתמש זה?", - "unban_account": "בטל את הרחקת החשבון", - "mute_account": "השתק חשבון", - "unmute_account": "בטל השתקת חשבון", - "delete_account": "מחק חשבון", - "delete_account_as_admin": "מחק חשבון", - "delete_content": "מחק תוכן חשבון", - "delete_all": "מחק חשבון ותוכן", - "delete_account_confirm": "האם אתה בטוח שברצונך להפוך את הפוסטים שלך לאנונימיים ולמחוק את החשבון שלך?
פעולה זו היא בלתי הפיכה ולא תוכל לשחזר את הנתונים שלך

הזן את הסיסמה שלך על מנת לאשר שברצונך להשמיד חשבון זה.", - "delete_this_account_confirm": "האם אתה בטוח שברצונך למחוק חשבון זה תוך השארת התוכן שלו?
פעולה זו היא בלתי הפיכה, הפוסטים יהפכו לאנונימיים, ולא תוכל לשחזר שיוכי הפוסטים עם החשבון שנמחק

", - "delete_account_content_confirm": "האם אתה בטוח שברצונך למחוק את התוכן של חשבון זה (פוסטים/נושאים/העלאות)?
פעולה זו היא בלתי הפיכה ולא תוכל לשחזר שום נתונים

", - "delete_all_confirm": "האם אתה בטוח שברצונך למחוק חשבון זה ואת כל התוכן שלו (פוסטים/נושאים/העלאות)?
פעולה זו היא בלתי הפיכה ולא תוכל לשחזר שום נתונים

", + "confirm-email": "אשר מייל", + "account-info": "פרטי חשבון", + "admin-actions-label": "פעולות ניהול", + "ban-account": "הרחק חשבון", + "ban-account-confirm": "האם אתה בטוח שאתה רוצה להרחיק משתמש זה?", + "unban-account": "בטל את הרחקת החשבון", + "mute-account": "השתק חשבון", + "unmute-account": "בטל השתקת חשבון", + "delete-account": "מחק חשבון", + "delete-account-as-admin": "מחק חשבון", + "delete-content": "מחק תוכן חשבון", + "delete-all": "מחק חשבון ותוכן", + "delete-account-confirm": "האם אתה בטוח שברצונך להפוך את הפוסטים שלך לאנונימיים ולמחוק את החשבון שלך?
פעולה זו היא בלתי הפיכה ולא תוכל לשחזר את הנתונים שלך

הזן את הסיסמה שלך על מנת לאשר שברצונך להשמיד חשבון זה.", + "delete-this-account-confirm": "האם אתה בטוח שברצונך למחוק חשבון זה תוך השארת התוכן שלו?
פעולה זו היא בלתי הפיכה, הפוסטים יהפכו לאנונימיים, ולא תוכל לשחזר שיוכי הפוסטים עם החשבון שנמחק

", + "delete-account-content-confirm": "האם אתה בטוח שברצונך למחוק את התוכן של חשבון זה (פוסטים/נושאים/העלאות)?
פעולה זו היא בלתי הפיכה ולא תוכל לשחזר שום נתונים

", + "delete-all-confirm": "האם אתה בטוח שברצונך למחוק חשבון זה ואת כל התוכן שלו (פוסטים/נושאים/העלאות)?
פעולה זו היא בלתי הפיכה ולא תוכל לשחזר שום נתונים

", "account-deleted": "החשבון נמחק", "account-content-deleted": "תוכן החשבון נמחק", "fullname": "שם מלא", @@ -32,11 +32,12 @@ "joined": "הצטרף ב-", "lastonline": "התחבר לאחרונה", "profile": "פרופיל", - "profile_views": "צפיות בפרופיל", + "profile-views": "צפיות בפרופיל", "reputation": "מוניטין", "bookmarks": "מועדפים", - "watched_categories": "קטגוריות במעקב", - "change_all": "שנה הכל", + "watched-categories": "קטגוריות במעקב", + "watched-tags": "תגיות שבמעקב", + "change-all": "שנה הכל", "watched": "נצפה", "ignored": "התעלם", "default-category-watch-state": "מצב מעקב על קטגוריה בברירת מחדל", @@ -44,83 +45,84 @@ "following": "עוקב אחרי", "blocks": "חסימות", "blocked-users": "משתמשים חסומים", - "block_toggle": " חסום/בטל חסימה", - "block_user": "חסום משתמש", - "unblock_user": "בטל חסימת משתמש", + "block-toggle": "חסום/בטל חסימה", + "block-user": "חסום משתמש", + "unblock-user": "בטל חסימת משתמש", "aboutme": "אודותי", "signature": "חתימה", "birthday": "יום הולדת", "chat": "צ'אט", - "chat_with": "המשך צ'אט עם %1", - "new_chat_with": "התחל צ'אט עם %1", + "chat-with": "המשך צ'אט עם %1", + "new-chat-with": "התחל צ'אט עם %1", "flag-profile": "דווח על משתמש", "follow": "עקוב", "unfollow": "הפסק לעקוב", "more": "עוד", - "profile_update_success": "הפרופיל עודכן בהצלחה!", - "change_picture": "שנה תמונה", - "change_username": "שנה שם משתמש", - "change_email": "שנה מייל", - "email_same_as_password": "הכנס את הסיסמא הנוכחית שלך על מנת להמשיך – כתבת את כתובת המייל החדשה במקום.", + "profile-update-success": "הפרופיל עודכן בהצלחה!", + "change-picture": "שנה תמונה", + "change-username": "שנה שם משתמש", + "change-email": "שנה מייל", + "email-updated": "האימייל עודכן", + "email-same-as-password": "הכנס את הסיסמא הנוכחית שלך על מנת להמשיך – כתבת את כתובת המייל החדשה במקום.", "edit": "ערוך", "edit-profile": "ערוך פרופיל", - "default_picture": "אייקון ברירת מחדל", - "uploaded_picture": "התמונה הועלתה", - "upload_new_picture": "העלה תמונה חדשה", - "upload_new_picture_from_url": "העלה תמונה חדשה מ-URL", - "current_password": "סיסמה נוכחית", - "new_password": "סיסמה חדשה", - "change_password": "שנה סיסמה", - "change_password_error": "סיסמה לא תקינה!", - "change_password_error_wrong_current": "סיסמתך הנוכחית אינה נכונה!", - "change_password_error_match": "הסיסמאות לא תואמות!", - "change_password_error_privileges": "אין לך את ההרשאות המתאימות לשנות סיסמה זו.", - "change_password_success": "הסיסמה שלך עודכנה!", - "confirm_password": "אימות סיסמה", + "default-picture": "אייקון ברירת מחדל", + "uploaded-picture": "התמונה הועלתה", + "upload-new-picture": "העלה תמונה חדשה", + "upload-new-picture-from-url": "העלה תמונה חדשה מ-URL", + "current-password": "סיסמה נוכחית", + "new-password": "סיסמה חדשה", + "change-password": "שנה סיסמה", + "change-password-error": "סיסמה לא תקינה!", + "change-password-error-wrong-current": "סיסמתך הנוכחית אינה נכונה!", + "change-password-error-match": "הסיסמאות לא תואמות!", + "change-password-error-privileges": "אין לך את ההרשאות המתאימות לשנות סיסמה זו.", + "change-password-success": "הסיסמה שלך עודכנה!", + "confirm-password": "אימות סיסמה", "password": "סיסמה", - "username_taken_workaround": "שם המשתמש שבחרת כבר תפוס, ולכן שינינו אותו מעט. שם המשתמש שלך כעת הוא: %1", - "password_same_as_username": "הסיסמה שלך זהה לשם המשתמש, בחר סיסמה שונה.", - "password_same_as_email": "הסיסמה שלך זהה לכתובת המייל שלך, בחר סיסמה שונה.", - "weak_password": "סיסמה חלשה.", - "upload_picture": "העלה תמונה", - "upload_a_picture": "העלה תמונה", - "remove_uploaded_picture": "מחק את התמונה שהועלתה", - "upload_cover_picture": "העלה תמונת נושא", - "remove_cover_picture_confirm": "האם אתה בטוח שאתה רוצה למחוק את תמונת נושא?", - "crop_picture": "חתוך תמונה", - "upload_cropped_picture": "חתוך והעלה", + "username-taken-workaround": "שם המשתמש שבחרת כבר תפוס, ולכן שינינו אותו מעט. שם המשתמש שלך כעת הוא: %1", + "password-same-as-username": "הסיסמה שלך זהה לשם המשתמש, בחר סיסמה שונה.", + "password-same-as-email": "הסיסמה שלך זהה לכתובת המייל שלך, בחר סיסמה שונה.", + "weak-password": "סיסמה חלשה.", + "upload-picture": "העלה תמונה", + "upload-a-picture": "העלה תמונה", + "remove-uploaded-picture": "מחק את התמונה שהועלתה", + "upload-cover-picture": "העלה תמונת נושא", + "remove-cover-picture-confirm": "האם אתה בטוח שאתה רוצה למחוק את תמונת נושא?", + "crop-picture": "חתוך תמונה", + "upload-cropped-picture": "חתוך והעלה", "avatar-background-colour": "צבע רקע של תמונת נושא", "settings": "הגדרות", - "show_email": "הצג את כתובת האימייל שלי", - "show_fullname": "הצג את שמי המלא", - "restrict_chats": "אשר הודעות צ'אט ממשתמשים שאני עוקב אחריהם בלבד", - "digest_label": "הרשמה לקבלת תקציר", - "digest_description": "הרשמה לקבלת עדכונים בדואר אלקטרוני מפורום זה (הודעות ונושאים חדשים) בהתאם ללוח זמנים מוגדר מראש", - "digest_off": "כבוי", - "digest_daily": "יומי", - "digest_weekly": "שבועי", - "digest_biweekly": "דו שבועי", - "digest_monthly": "חודשי", - "has_no_follower": "למשתמש זה אין עוקבים :(", - "follows_no_one": "משתמש זה אינו עוקב אחרי אחרים", - "has_no_posts": "משתמש זה טרם יצר פוסטים כלשהם.", - "has_no_best_posts": "למשתמש זה אין עדיין פוסטים עם הצבעה בעד.", - "has_no_topics": "המשתמש טרם יצר נושאים כלשהם.", - "has_no_watched_topics": "המשתמש טרם צפה בנושאים כלשהם.", - "has_no_ignored_topics": "המשתמש הזה טרם התעלם מנושאים.", - "has_no_upvoted_posts": "המשתמש טרם הצביע בעד פוסטים כלשהם.", - "has_no_downvoted_posts": "המשתמש טרם הצביע נגד פוסטים כלשהם.", - "has_no_controversial_posts": "למשתמש זה אין עדיין פוסטים עם הצבעה למטה.", - "has_no_blocks": "לא חסמתם אף משתמש.", - "email_hidden": "כתובת אימייל מוסתרת", + "show-email": "הצג את כתובת האימייל שלי", + "show-fullname": "הצג את שמי המלא", + "restrict-chats": "אשר הודעות צ'אט ממשתמשים שאני עוקב אחריהם בלבד", + "digest-label": "הרשמה לקבלת תקציר", + "digest-description": "הרשמה לקבלת עדכונים בדואר אלקטרוני מפורום זה (הודעות ונושאים חדשים) בהתאם ללוח זמנים מוגדר מראש", + "digest-off": "כבוי", + "digest-daily": "יומי", + "digest-weekly": "שבועי", + "digest-biweekly": "דו שבועי", + "digest-monthly": "חודשי", + "has-no-follower": "למשתמש זה אין עוקבים :(", + "follows-no-one": "משתמש זה אינו עוקב אחרי אחרים", + "has-no-posts": "משתמש זה טרם יצר פוסטים כלשהם.", + "has-no-best-posts": "למשתמש זה אין עדיין פוסטים עם הצבעה בעד.", + "has-no-topics": "המשתמש טרם יצר נושאים כלשהם.", + "has-no-watched-topics": "המשתמש טרם צפה בנושאים כלשהם.", + "has-no-ignored-topics": "המשתמש הזה טרם התעלם מנושאים.", + "has-no-upvoted-posts": "המשתמש טרם הצביע בעד פוסטים כלשהם.", + "has-no-downvoted-posts": "המשתמש טרם הצביע נגד פוסטים כלשהם.", + "has-no-controversial-posts": "למשתמש זה אין עדיין פוסטים עם הצבעה למטה.", + "has-no-blocks": "לא חסמתם אף משתמש.", + "email-hidden": "כתובת אימייל מוסתרת", "hidden": "מוסתר", - "paginate_description": "הצגת נושאים ופוסטים בעמודים במקום כרשימת גלילה אין-סופית", - "topics_per_page": "כמות נושאים בעמוד", - "posts_per_page": "כמות פוסטים בעמוד", + "paginate-description": "הצגת נושאים ופוסטים בעמודים במקום כרשימת גלילה אין-סופית", + "topics-per-page": "כמות נושאים בעמוד", + "posts-per-page": "כמות פוסטים בעמוד", "category-topic-sort": "מיון נושאים בקטגוריה", "topic-post-sort": "מיון פוסטים בנושא", - "max_items_per_page": "מקסימום %1", - "acp_language": "שפת עמוד הניהול", + "max-items-per-page": "מקסימום %1", + "acp-language": "שפת עמוד הניהול", "notifications": "התראות", "upvote-notif-freq": "תדירות התראת הצבעה חיובית", "upvote-notif-freq.all": "כל ההצבעות החיוביות", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "ב-10, 100, 1000...", "upvote-notif-freq.disabled": "מושבת", "browsing": "הגדרות ניווט", - "open_links_in_new_tab": "פתח קישורים חיצוניים בכרטיסייה חדשה", - "enable_topic_searching": "הפעל חיפוש בתוך נושא", - "topic_search_help": "החיפוש בתוך הנושא יעקוף את שיטת החיפוש של הדפדפן, ויאפשר לכם לחפש בכל הנושא - ולא רק במה שמוצג על המסך, עם זאת בלחיצה נוספת על Ctrl+F ייפתח לכם החיפוש הרגיל של הדפדפן", - "update_url_with_post_index": "עדכון כתובת ה-URL עם אינדקס הפוסט בעת גלישה בנושאים", - "scroll_to_my_post": "הצג את הפוסט לאחר פרסום התגובה", - "follow_topics_you_reply_to": "עקוב אחר נושאים שהגבת עליהם", - "follow_topics_you_create": "עקוב אחר נושאים שייצרת", + "open-links-in-new-tab": "פתח קישורים חיצוניים בכרטיסייה חדשה", + "enable-topic-searching": "הפעל חיפוש בתוך נושא", + "topic-search-help": "החיפוש בתוך הנושא יעקוף את שיטת החיפוש של הדפדפן, ויאפשר לכם לחפש בכל הנושא - ולא רק במה שמוצג על המסך, עם זאת בלחיצה נוספת על Ctrl+F ייפתח לכם החיפוש הרגיל של הדפדפן", + "update-url-with-post-index": "עדכון כתובת ה-URL עם אינדקס הפוסט בעת גלישה בנושאים", + "scroll-to-my-post": "הצג את הפוסט לאחר פרסום התגובה", + "follow-topics-you-reply-to": "עקוב אחר נושאים שהגבת עליהם", + "follow-topics-you-create": "עקוב אחר נושאים שייצרת", "grouptitle": "כותרת הקבוצה", "group-order-help": "בחר קבוצה והשתמש בחצים על מנת לארגן כותרות", "no-group-title": "ללא כותרת לקבוצה", @@ -145,9 +147,9 @@ "no-skin": "ללא עיצוב (ברירת מחדל)", "select-homepage": "בחר דף בית", "homepage": "דף הבית", - "homepage_description": "בחר דף שיוגדר כדף הבית של הפורום או בחר ב\"כלום\" על מנת להשתמש בדף הבית הברירת מחדל.", - "custom_route": "נתיב דף הבית המותאם-אישית", - "custom_route_help": "הזן שם נתיב כאן ללא קו נטוי לפני (לדוגמה \"recent\" או \"category/2/general-discussion\")", + "homepage-description": "בחר דף שיוגדר כדף הבית של הפורום או בחר ב\"כלום\" על מנת להשתמש בדף הבית הברירת מחדל.", + "custom-route": "נתיב דף הבית המותאם-אישית", + "custom-route-help": "הזן שם נתיב כאן ללא קו נטוי לפני (לדוגמה \"recent\" או \"category/2/general-discussion\")", "sso.title": "Single Sign-on Services", "sso.associated": "משוייך עם", "sso.not-associated": "לחץ כאן כדי לשייך", @@ -179,25 +181,25 @@ "consent.title": "תנאי השימוש באתר", "consent.lead": "אתר זה אוסף ומעבד נתונים הכוללים בחלקם את המידע האישי שלך.", "consent.intro": "אנו משתמשים במידע שנאסף כדי להתאים אישית את החוויה שלך, וכן לקשר את ההודעות שאתה מבצע לחשבון המשתמש שלך. במהלך שלב ההרשמה התבקשת לספק שם משתמש וכתובת דוא\"ל, תוכל גם לספק מידע נוסף כדי להשלים את פרופיל המשתמש שלך באתר זה.

אנו שומרים ומעבדים מידע זה. אתה יכול לבטל את הסכמתך בכל עת על ידי מחיקת החשבון שלך. בכל עת תוכל לבקש עותק של חשבונך לאתר זה, באמצעות דף זה.

אם יש לך שאלות או חששות, אנו ממליצים לך ליצור קשר עם צוות הניהול של האתר.", - "consent.email_intro": "אנו עשויים מדי פעם לשלוח הודעות לכתובת הדוא\"ל שלך על מנת לספק לך עדכונים ו/או להודיע ​​לך על פעילות חדשה הרלוונטית עבורך. ניתן להתאים אישית את התדירות של העדכונים (כולל השבתתם), וכן לבחור אילו סוגי הודעות לקבל באמצעות הדוא\"ל דרך דף הגדרות המשתמש שלך.", - "consent.digest_frequency": " אתר זה מספק עדכוני דוא\"ל בכל %1. אם תשבית את האפשרות הזאת בהגדרות המשתמש שלך לא תקבל עדכונים אלו.", - "consent.digest_off": "האתר לא ישלח הודעות תקציר, אלא אם כן תשנה זאת במפורש בהגדרות המשתמש שלך.", + "consent.email-intro": "אנו עשויים מדי פעם לשלוח הודעות לכתובת הדוא\"ל שלך על מנת לספק לך עדכונים ו/או להודיע ​​לך על פעילות חדשה הרלוונטית עבורך. ניתן להתאים אישית את התדירות של העדכונים (כולל השבתתם), וכן לבחור אילו סוגי הודעות לקבל באמצעות הדוא\"ל דרך דף הגדרות המשתמש שלך.", + "consent.digest-frequency": "אתר זה מספק עדכוני דוא\"ל בכל %1. אם תשבית את האפשרות הזאת בהגדרות המשתמש שלך לא תקבל עדכונים אלו.", + "consent.digest-off": "האתר לא ישלח הודעות תקציר, אלא אם כן תשנה זאת במפורש בהגדרות המשתמש שלך.", "consent.received": "הסכמתך לאפשר לאתר לאסוף ולעבד את המידע שלך התקבלה. אין צורך בפעולה נוספת.", - "consent.not_received": "לא נתת הסכמה לאיסוף ועיבוד נתונים. בכל עת עשויה הנהלת אתר זה לבחור למחוק את חשבונך על מנת לעמוד בתקנות הגנת המידע הכלליות.", + "consent.not-received": "לא נתת הסכמה לאיסוף ועיבוד נתונים. בכל עת עשויה הנהלת אתר זה לבחור למחוק את חשבונך על מנת לעמוד בתקנות הגנת המידע הכלליות.", "consent.give": "הסכם", - "consent.right_of_access": "זכותך לנגישות", - "consent.right_of_access_description": "שמורה לך הזכות לגשת לנתונים שנאספו על ידי האתר. תוכל לאחזר עותק של נתונים אלה על ידי לחיצה על הלחצן מטה.", - "consent.right_to_rectification": "זכותך לתקן טעויות", - "consent.right_to_rectification_description": "יש לך זכות לשנות או לעדכן נתונים שנאספו. ניתן לעדכן את הפרופיל שלך וכן לערוך כל תוכן שפורסם. במידת הצורך, אנא צור קשר עם צוות ניהול האתר.", - "consent.right_to_erasure": "זכותך למחוק את חשבונך", - "consent.right_to_erasure_description": "בכל עת תוכל לבטל את הסכמתך לאיסוף נתונים ו/או עיבודם על ידי מחיקת חשבונך. מחיקת הפרופיל שלך לא תגרום למחיקת התוכנים שפרסמת. על מנת למחוק את חשבונך ואת התוכן המקושר לו צור קשר עם צוות הניהול של האתר.", - "consent.right_to_data_portability": "זכותך לניוד הנתונים", - "consent.right_to_data_portability_description": "באפרותך לבקש ייצוא של כל הנתונים שנאספו מחשבונך אודותיך. תוכל לעשות זאת על ידי לחיצה על הלחצן המתאים מטה.", - "consent.export_profile": "יצוא פרופיל (json.)", + "consent.right-of-access": "זכותך לנגישות", + "consent.right-of-access-description": "שמורה לך הזכות לגשת לנתונים שנאספו על ידי האתר. תוכל לאחזר עותק של נתונים אלה על ידי לחיצה על הלחצן מטה.", + "consent.right-to-rectification": "זכותך לתקן טעויות", + "consent.right-to-rectification-description": "יש לך זכות לשנות או לעדכן נתונים שנאספו. ניתן לעדכן את הפרופיל שלך וכן לערוך כל תוכן שפורסם. במידת הצורך, אנא צור קשר עם צוות ניהול האתר.", + "consent.right-to-erasure": "זכותך למחוק את חשבונך", + "consent.right-to-erasure-description": "בכל עת תוכל לבטל את הסכמתך לאיסוף נתונים ו/או עיבודם על ידי מחיקת חשבונך. מחיקת הפרופיל שלך לא תגרום למחיקת התוכנים שפרסמת. על מנת למחוק את חשבונך ואת התוכן המקושר לו צור קשר עם צוות הניהול של האתר.", + "consent.right-to-data-portability": "זכותך לניוד הנתונים", + "consent.right-to-data-portability-description": "באפרותך לבקש ייצוא של כל הנתונים שנאספו מחשבונך אודותיך. תוכל לעשות זאת על ידי לחיצה על הלחצן המתאים מטה.", + "consent.export-profile": "יצוא פרופיל (json.)", "consent.export-profile-success": "ייצוא הפרופיל מתבצע כעת. תקבל התראה כאשר הייצוא יסתיים.", - "consent.export_uploads": "יצוא תוכן שהועלה (ZIP.)", + "consent.export-uploads": "יצוא תוכן שהועלה (ZIP.)", "consent.export-uploads-success": "ייצוא ההעלאות מתבצע כעת. תקבל התראה כאשר הייצוא יסתיים.", - "consent.export_posts": "יצוא פוסטים (CVS.)", + "consent.export-posts": "יצוא פוסטים (CVS.)", "consent.export-posts-success": "ייצוא הפוסטים מתבצע כעת. תקבל התראה כאשר הייצוא יסתיים.", "emailUpdate.intro": "אנא הכנס את כתובת הדוא\"ל שלך. הפורום משתמש בדוא\"ל שלך לשליחת תקציר מתוזמן והתראות, כמו כן לשחזור חשבון במקרה ששוכחים את הסיסמה.", "emailUpdate.optional": "שדה זה הוא אופציונלי. אינך מחויב לספק את כתובת הדוא\"ל שלך, אך ללא דוא\"ל מאומת לא תוכל לשחזר את חשבונך או להתחבר באמצעות הדוא\"ל שלך.", diff --git a/public/language/he/users.json b/public/language/he/users.json index dc6faf7bd7..3d8f2d90af 100644 --- a/public/language/he/users.json +++ b/public/language/he/users.json @@ -1,13 +1,13 @@ { "all-users": "כל המשתמשים", - "latest_users": "משתמשים אחרונים", - "top_posters": "מפרסמים הכי הרבה", - "most_reputation": "המוניטין הגבוה ביותר", - "most_flags": "הכי הרבה דיווחי משתמשים", + "latest-users": "משתמשים אחרונים", + "top-posters": "מפרסמים הכי הרבה", + "most-reputation": "המוניטין הגבוה ביותר", + "most-flags": "הכי הרבה דיווחי משתמשים", "search": "חיפוש", - "enter_username": "הכנס שם משתמש לחיפוש", + "enter-username": "הכנס שם משתמש לחיפוש", "search-user-for-chat": "חפש משתמש כדי להתחיל צ'אט", - "load_more": "טען עוד", + "load-more": "טען עוד", "users-found-search-took": "%1 משתמשים נמצאו! החיפוש ערך %2 שניות.", "filter-by": "פלטר על-פי", "online-only": "אונליין בלבד", @@ -15,10 +15,10 @@ "prompt-email": "מיילים:", "groups-to-join": "קבוצות שתירשם אליהם כאשר ההזמנה תאושר:", "invitation-email-sent": "מייל הזמנה נשלח ל%1", - "user_list": "רשימת משתמשים", - "recent_topics": "נושאים אחרונים", - "popular_topics": "נושאים פופולריים", - "unread_topics": "נושאים שלא נקראו", + "user-list": "רשימת משתמשים", + "recent-topics": "נושאים אחרונים", + "popular-topics": "נושאים פופולריים", + "unread-topics": "נושאים שלא נקראו", "categories": "קטגוריות", "tags": "תגיות", "no-users-found": "לא נמצאו משתמשים!" diff --git a/public/language/hr/admin/advanced/database.json b/public/language/hr/admin/advanced/database.json index 80df48e8ed..2b37f119cd 100644 --- a/public/language/hr/admin/advanced/database.json +++ b/public/language/hr/admin/advanced/database.json @@ -17,7 +17,7 @@ "mongo.file-size": "Veličina datoteke", "mongo.resident-memory": "Rezidentna memorija", "mongo.virtual-memory": "Virtualna memorija", - "mongo.mapped-memory": "Mapirana memorija", + "mongo.mapped-memory": "Mapped Memory", "mongo.bytes-in": "Ulaz u bajtovima", "mongo.bytes-out": "Izlaz u bajtovima", "mongo.num-requests": "Broj zahtjeva", diff --git a/public/language/hr/admin/advanced/events.json b/public/language/hr/admin/advanced/events.json index f648110f4d..a6896562b3 100644 --- a/public/language/hr/admin/advanced/events.json +++ b/public/language/hr/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "Event Type", "filter-start": "Start Date", "filter-end": "End Date", - "filter-perPage": "Per Page" + "filter-per-page": "Per Page" } \ No newline at end of file diff --git a/public/language/hr/admin/extend/widgets.json b/public/language/hr/admin/extend/widgets.json index bc87f4ac64..03f5265acb 100644 --- a/public/language/hr/admin/extend/widgets.json +++ b/public/language/hr/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "No widgets found! Activate the widget essentials plugin in the plugins control panel.", "clone-from": "Clone widgets from", "containers.available": "Dostupni kontejneri", - "containers.explanation": "Povucite i ispustite na vrhu bilo kojeg aktivnog widgeta", + "containers.explanation": "Drag and drop on top of any widget", "containers.none": "Ništa", "container.well": "`", "container.jumbotron": "Jumbotron", @@ -29,5 +29,7 @@ "hide-from-groups": "Hide from groups", "start-date": "Start date", "end-date": "End date", - "hide-on-mobile": "Hide on mobile" + "hide-on-mobile": "Hide on mobile", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/hr/admin/manage/privileges.json b/public/language/hr/admin/manage/privileges.json index 9af075bcfa..240cff6aa5 100644 --- a/public/language/hr/admin/manage/privileges.json +++ b/public/language/hr/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "Edit Privileges", "select-clear-all": "Select/Clear All", "chat": "Chat", + "chat-with-privileged": "Chat with Privileged", "upload-images": "Upload Images", "upload-files": "Upload Files", "signature": "Signature", @@ -33,7 +34,7 @@ "edit-posts": "Edit Posts", "view-edit-history": "View Edit History", "delete-posts": "Delete Posts", - "view_deleted": "View Deleted Posts", + "view-deleted": "View Deleted Posts", "upvote-posts": "Upvote Posts", "downvote-posts": "Downvote Posts", "delete-topics": "Delete Topics", diff --git a/public/language/hr/admin/manage/users.json b/public/language/hr/admin/manage/users.json index 93f1e680df..e6ed69a613 100644 --- a/public/language/hr/admin/manage/users.json +++ b/public/language/hr/admin/manage/users.json @@ -4,16 +4,21 @@ "edit": "Actions", "make-admin": "Dodaj administratora", "remove-admin": "Makni administratora", + "change-email": "Change Email", + "new-email": "New Email", "validate-email": "Potvrdite email", "send-validation-email": "Pošalji email potvrde", + "change-password": "Change Password", "password-reset-email": "Poslan email zahtjev za resetiranje lozinke", "force-password-reset": "Force Password Reset & Log User Out", - "ban": "Blokiraj korisnika", + "ban": "Ban", + "ban-users": "Ban User(s)", "temp-ban": "Blokiraj korisnika privremeno", "unban": "Odblokiraj korisnika", "reset-lockout": "Resetiraj zaključavanje", "reset-flags": "Resetiraj zastave", - "delete": "Delete User(s)", + "delete": "Delete", + "delete-users": "Delete User(s)", "delete-content": "Delete User(s) Content", "purge": "Delete User(s) and Content", "download-csv": "Preuzmi CSV", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "Blokiraj %1 korisnika", "alerts.unban-success": "Korisnik odblokiran!", "alerts.lockout-reset-success": "Zaključavanje resetirano!", + "alerts.password-change-success": "Password(s) changed!", "alerts.flag-reset-success": "Flags(s) reset!", "alerts.no-remove-yourself-admin": "Nemoguće je maknuti samog sebe iz administracije!", "alerts.make-admin-success": "User is now administrator.", @@ -106,6 +112,7 @@ "alerts.create": "Napravi korisnika", "alerts.button-create": "Napravi", "alerts.button-cancel": "Odustani", + "alerts.button-change": "Change", "alerts.error-passwords-different": "Lozinke se moraju podudarati!", "alerts.error-x": "Greška

%1

", "alerts.create-success": "Korisnik kreiran!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "Emails: ", "alerts.email-sent-to": "Email pozivnica je poslana %1", "alerts.x-users-found": "%1 user(s) found, (%2 seconds)", + "alerts.select-a-single-user-to-change-email": "Select a single user to change email", "export-users-started": "Exporting users as csv, this might take a while. You will receive a notification when it is complete.", - "export-users-completed": "Users exported as csv, click here to download." + "export-users-completed": "Users exported as csv, click here to download.", + "email": "Email", + "password": "Password", + "manage": "Manage" } \ No newline at end of file diff --git a/public/language/hr/admin/settings/chat.json b/public/language/hr/admin/settings/chat.json index 225b829618..9a54a27c29 100644 --- a/public/language/hr/admin/settings/chat.json +++ b/public/language/hr/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "Enter 0 to disable this restriction", "chat-settings": "Postavke razgovora", "disable": "Onemogući razgovor", "disable-editing": "Onemogući uređivanje/brisanje poruka razgovora", @@ -6,8 +7,10 @@ "max-length": "Maksimalna dužina poruka u razgovoru", "max-chat-room-name-length": "Maximum length of chat room names", "max-room-size": "Maksimalan broj korisnika u sobama za razgovor", - "delay": "Vrijeme između poruka razgovora u milisekundama", - "notification-delay": "Notification delay for chat messages. (0 for no delay)", - "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable. (0 disabled)", - "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable. (0 disabled)" + "delay": "Time between chat messages (ms)", + "newbieDelay": "... for new users (ms)", + "notification-delay": "Notification delay for chat messages", + "notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.", + "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.", + "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable." } \ No newline at end of file diff --git a/public/language/hr/admin/settings/post.json b/public/language/hr/admin/settings/post.json index bfec5f5045..c0edcb6157 100644 --- a/public/language/hr/admin/settings/post.json +++ b/public/language/hr/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "Title Length", "restrictions.post-length": "Post Length", "restrictions.days-until-stale": "Days until topic is considered stale", - "restrictions.stale-help": "Ako je tema smatran neaktivnim,upozorenje će biti prikazano svim korisnicima koji pokušaju odgovoriti na temu", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "Vremenska oznaka", "timestamp.cut-off": "Datum prekida (u danima)", "timestamp.cut-off-help": "Dates & times will be shown in a relative manner (e.g. \"3 hours ago\" / \"5 days ago\"), and localised into various\n\t\t\t\t\tlanguages. After a certain point, this text can be switched to display the localised date itself\n\t\t\t\t\t(e.g. 5 Nov 2016 15:30).
(Default: 30, or one month). Set to 0 to always display dates, leave blank to always display relative times.", diff --git a/public/language/hr/admin/settings/user.json b/public/language/hr/admin/settings/user.json index 217a53fe64..46e92a6fb5 100644 --- a/public/language/hr/admin/settings/user.json +++ b/public/language/hr/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "Korisničko ime ili Email", "allow-login-with.username": "Korisničko ime", "account-settings": "Postavke računa", - "gdpr_enabled": "Enable GDPR consent collection", - "gdpr_enabled_help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", + "gdpr-enabled": "Enable GDPR consent collection", + "gdpr-enabled-help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", "disable-username-changes": "onemogući promjenu korisničkog imena", "disable-email-changes": "Onemogući promjenu emaila", "disable-password-changes": "Onemogući promjenu lozinke", diff --git a/public/language/hr/category.json b/public/language/hr/category.json index c87d3e2507..c82ef101b4 100644 --- a/public/language/hr/category.json +++ b/public/language/hr/category.json @@ -1,12 +1,12 @@ { "category": "Kategorija", "subcategories": "Podkategorije", - "new_topic_button": "Nova Tema", + "new-topic-button": "Nova Tema", "guest-login-post": "Prijavi se za objavu", - "no_topics": "Nema tema u ovoj kategoriji.
Zašto ne probate napisati novu?", + "no-topics": "Nema tema u ovoj kategoriji.
Zašto ne probate napisati novu?", "browsing": "pregledavanje", - "no_replies": "Nema odgovora", - "no_new_posts": "Nema novih tema.", + "no-replies": "Nema odgovora", + "no-new-posts": "Nema novih tema.", "watch": "Prati", "ignore": "Ignoriraj", "watching": "Pratim", diff --git a/public/language/hr/email.json b/public/language/hr/email.json index 38aa6f2ba7..f057f28357 100644 --- a/public/language/hr/email.json +++ b/public/language/hr/email.json @@ -3,8 +3,8 @@ "password-reset-requested": "Password Reset Requested!", "welcome-to": "Dobrodošli na %1", "invite": "Poziv s %1", - "greeting_no_name": "Zdravo", - "greeting_with_name": "Zdravo %1", + "greeting-no-name": "Zdravo", + "greeting-with-name": "Zdravo %1", "email.verify-your-email.subject": "Please verify your email", "email.verify.text1": "You've requested that we change or confirm your email address", "email.verify.text2": "For security purposes, we only change or confirm the email address on file once its ownership has been confirmed via email. If you did not request this, no action is required on your part.", @@ -24,7 +24,7 @@ "reset.notify.text2": "Ako niste ovo odobrili, molimo vas obavijestite administratora.", "digest.unread-rooms": "Unread rooms", "digest.room-name-unreadcount": "%1 (%2 unread)", - "digest.latest_topics": "Posljednje teme s %1", + "digest.latest-topics": "Posljednje teme s %1", "digest.top-topics": "Top topics from %1", "digest.popular-topics": "Popular topics from %1", "digest.cta": "Kliknite ovdje kako biste posjetili %1", @@ -36,9 +36,9 @@ "digest.title.day": "Your Daily Digest", "digest.title.week": "Your Weekly Digest", "digest.title.month": "Your Monthly Digest", - "notif.chat.subject": "Nova poruka od %1", - "notif.chat.public-chat-subject": "New message from %1 in room %2", - "notif.chat.cta": "Klikni ovdje za nastavak razgovora ", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", + "notif.chat.cta": "Klikni ovdje za nastavak razgovora", "notif.chat.unsub.info": "Ova obavijest razgovora Vam je poslana na temelju vaših postavki pretplate.", "notif.post.unsub.info": "Ova objava Vam je poslana na temelju vaših postavki pretplate.", "notif.post.unsub.one-click": "Alternatively, unsubscribe from future emails like this, by clicking", diff --git a/public/language/hr/error.json b/public/language/hr/error.json index 7fdf7d7f4d..84af5d8b50 100644 --- a/public/language/hr/error.json +++ b/public/language/hr/error.json @@ -84,7 +84,7 @@ "post-delete-duration-expired-days-hours": "Dozvoljeno vam je brisanje %1 dan %2 sata nakon objave", "cant-delete-topic-has-reply": "Ne možete obrisati svoju temu nakon primljenog odgovora", "cant-delete-topic-has-replies": "Ne možete obrisati svoju temu nakon što ima %1 odgovora", - "content-too-short": "Unesite dužu objavu. Objava mora sadržavati bar %1 znak(ova). ", + "content-too-short": "Unesite dužu objavu. Objava mora sadržavati bar %1 znak(ova).", "content-too-long": "Unestie kraću objavu. Objave ne mogu biti duže od %1 znak(ova).", "title-too-short": "Unesite duži naslov. Naslovi moraju imati najmanje %1 znak(ova).", "title-too-long": "Unesite kraći naslov. Naslovi ne mogu imati više od %1 znak(ova).", @@ -184,6 +184,7 @@ "post-flagged-too-many-times": "This post has been flagged by others already", "user-flagged-too-many-times": "This user has been flagged by others already", "cant-flag-privileged": "You are not allowed to flag the profiles or content of privileged users (moderators/global moderators/admins)", + "cant-locate-flag-report": "Cannot locate flag report", "self-vote": "You cannot vote on your own post", "too-many-upvotes-today": "You can only upvote %1 times a day", "too-many-upvotes-today-user": "You can only upvote a user %1 times a day", diff --git a/public/language/hr/flags.json b/public/language/hr/flags.json index e2bee66e5c..467feb9f00 100644 --- a/public/language/hr/flags.json +++ b/public/language/hr/flags.json @@ -1,5 +1,6 @@ { "state": "Stanje", + "report": "Report", "reports": "Reports", "first-reported": "First Reported", "no-flags": "Huura! Nema pronađenih zastavica.", @@ -8,6 +9,8 @@ "update": "Nadogradnja", "updated": "Nadograđeno", "resolved": "Resolved", + "report-added": "Added", + "report-rescinded": "Rescinded", "target-purged": "Sadržaj koji je označen zastavom je odbačen i više nije dostupan.", "target-aboutme-empty": "This user has no "About Me" set.", diff --git a/public/language/hr/global.json b/public/language/hr/global.json index a07f41cb0f..c3b8de2c12 100644 --- a/public/language/hr/global.json +++ b/public/language/hr/global.json @@ -13,19 +13,19 @@ "400.message": "It looks like this link is malformed, please double-check and try again.
Return to the home page.
", "register": "Registracija", "login": "Prijava", - "please_log_in": "Molimo prijavite se.", + "please-log-in": "Molimo prijavite se.", "logout": "Odjava", - "posting_restriction_info": "Objave su trenutačno omogućene samo registriranim korisnicima,kliknite ovdje za prijavu.", - "welcome_back": "Dobrodošli natrag", - "you_have_successfully_logged_in": "Uspješno ste se prijavili", - "save_changes": "Spremi promjene", + "posting-restriction-info": "Objave su trenutačno omogućene samo registriranim korisnicima,kliknite ovdje za prijavu.", + "welcome-back": "Dobrodošli natrag", + "you-have-successfully-logged-in": "Uspješno ste se prijavili", + "save-changes": "Spremi promjene", "save": "Spremi", "create": "Create", "cancel": "Cancel", "close": "Zatvori", "pagination": "Stranice", - "pagination.out_of": "%1 od %2", - "pagination.enter_index": "Go to post index", + "pagination.out-of": "%1 od %2", + "pagination.enter-index": "Go to post index", "header.admin": "Admin", "header.categories": "Kategorije", "header.recent": "Posljednje", @@ -80,25 +80,25 @@ "lastpost": "Last post", "firstpost": "First post", "about": "About", - "read_more": "pročitaj više", + "read-more": "pročitaj više", "more": "Više", "none": "None", - "posted_ago_by_guest": "postao gost prije %1", - "posted_ago_by": "postao %2 prije %1 ", - "posted_ago": "Objavljeno prije %1", - "posted_in": "Objavljeno u %1", - "posted_in_by": "Objavljeno u %1 od &2", - "posted_in_ago": "Objavljeno u %1 %2", - "posted_in_ago_by": "Objavljeno u %1 &2 od %3", - "user_posted_ago": "%1 je objavio %2", - "guest_posted_ago": "Gost je objavio %1", - "last_edited_by": "Zadnji put uređeno &1", + "posted-ago-by-guest": "postao gost prije %1", + "posted-ago-by": "postao %2 prije %1", + "posted-ago": "Objavljeno prije %1", + "posted-in": "Objavljeno u %1", + "posted-in-by": "Objavljeno u %1 od &2", + "posted-in-ago": "Objavljeno u %1 %2", + "posted-in-ago-by": "Objavljeno u %1 &2 od %3", + "user-posted-ago": "%1 je objavio %2", + "guest-posted-ago": "Gost je objavio %1", + "last-edited-by": "Zadnji put uređeno &1", "edited-timestamp": "Edited %1", "norecentposts": "Nema nedavnih objava", "norecenttopics": "Nema nedavnih tema", "recentposts": "Posljednji postovi", "recentips": "Posljednje prijavljeni IPovi", - "moderator_tools": "Moderatorski alati", + "moderator-tools": "Moderatorski alati", "status": "Status", "online": "Na mreži", "away": "Odustan", @@ -109,7 +109,7 @@ "language": "Jezik", "guest": "Gost", "guests": "Gosti", - "former_user": "A Former User", + "former-user": "A Former User", "system-user": "System", "unknown-user": "Unknown user", "updated.title": "Forum je nadograđen", @@ -117,12 +117,12 @@ "privacy": "Privatnost", "follow": "Prati", "unfollow": "Prestani pratiti", - "delete_all": "Obriši sve", + "delete-all": "Obriši sve", "map": "Mapa", "sessions": "Prijavljene sesije", - "ip_address": "IP adresa", - "enter_page_number": "Unesi broj stranice", - "upload_file": "Učitaj datoteku", + "ip-address": "IP adresa", + "enter-page-number": "Unesi broj stranice", + "upload-file": "Učitaj datoteku", "upload": "Učitavanje", "uploads": "Uploads", "allowed-file-types": "Dozvoljeni tipovi datoteke su %1", @@ -131,7 +131,7 @@ "play": "Pokreni", "cookies.message": "Ova stranica koristi kolačiće kako bi osigurala najbolje korisničko iskustvo.", "cookies.accept": "Shvaćam!", - "cookies.learn_more": "Saznaj više", + "cookies.learn-more": "Saznaj više", "edited": "Uređeno", "disabled": "Disabled", "select": "Select", diff --git a/public/language/hr/groups.json b/public/language/hr/groups.json index b24393484d..2e9fa5d694 100644 --- a/public/language/hr/groups.json +++ b/public/language/hr/groups.json @@ -2,65 +2,65 @@ "all-groups": "All groups", "groups": "Grupe", "members": "Members", - "view_group": "Pogledaj grupu", + "view-group": "Pogledaj grupu", "owner": "Vlasnik grupe", - "new_group": "Napravi novu grupu", - "no_groups_found": "Nema grupa za pregled", + "new-group": "Napravi novu grupu", + "no-groups-found": "Nema grupa za pregled", "pending.accept": "Prihvaćam", "pending.reject": "Odbij", - "pending.accept_all": "Prihvati sve", - "pending.reject_all": "Odbij sve", + "pending.accept-all": "Prihvati sve", + "pending.reject-all": "Odbij sve", "pending.none": "Trenutno nema korisnika na čekanju", "invited.none": "Trenutno nema pozvanih članova", "invited.uninvite": "Povuci pozivnicu", "invited.search": "Pretraži korisnike za poziv u grupu", - "invited.notification_title": "Pozvani ste da se pridružite%1", - "request.notification_title": "Zahtjev za pristup grupi od %1", - "request.notification_text": "%1 je poslao zahtjev da postane član %2", + "invited.notification-title": "Pozvani ste da se pridružite%1", + "request.notification-title": "Zahtjev za pristup grupi od %1", + "request.notification-text": "%1 je poslao zahtjev da postane član %2", "cover-save": "Spremi", "cover-saving": "Spremanje", "details.title": "Detalji Grupe", "details.members": "Popis članova", "details.pending": "Korisnici na čekanju", "details.invited": "Pozvani korisnici", - "details.has_no_posts": "Članovi ove grupe nisu objavljivali.", - "details.latest_posts": "Zadnje objave", + "details.has-no-posts": "Članovi ove grupe nisu objavljivali.", + "details.latest-posts": "Zadnje objave", "details.private": "Privatno", "details.disableJoinRequests": "Onemogući zahtjeve za pristup", "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Dozvoli/Ukini vlasništvo", "details.kick": "Izbaci", - "details.kick_confirm": "Jeste li sigurni da želite izbaciti ovog člana iz grupe?", + "details.kick-confirm": "Jeste li sigurni da želite izbaciti ovog člana iz grupe?", "details.add-member": "Add Member", - "details.owner_options": "\"Administracija grupe", - "details.group_name": "Ime grupe", - "details.member_count": "Broj članova", - "details.creation_date": "Kreirano", + "details.owner-options": "\"Administracija grupe", + "details.group-name": "Ime grupe", + "details.member-count": "Broj članova", + "details.creation-date": "Kreirano", "details.description": "Opis", "details.member-post-cids": "Category IDs to display posts from", - "details.badge_preview": "Prikaz značke", - "details.change_icon": "Promjeni ikonu", - "details.change_label_colour": "Change Label Colour", - "details.change_text_colour": "Change Text Colour", - "details.badge_text": "Tekst značke", + "details.badge-preview": "Prikaz značke", + "details.change-icon": "Promjeni ikonu", + "details.change-label-colour": "Change Label Colour", + "details.change-text-colour": "Change Text Colour", + "details.badge-text": "Tekst značke", "details.userTitleEnabled": "Pokaži značku", - "details.private_help": "Ako je uključeno, ulazak korisnika u grupu zahtjeva odobrenje vlasnika grupe", + "details.private-help": "Ako je uključeno, ulazak korisnika u grupu zahtjeva odobrenje vlasnika grupe", "details.hidden": "Sakriveno", - "details.hidden_help": "Ako je uključeno, ova grupa neće biti na popisu grupa i korisnici će morati biti pozvani ručno", - "details.delete_group": "Obriši ovu grupu", - "details.private_system_help": "Privatne grupe su isključene na sistemskoj razini", + "details.hidden-help": "Ako je uključeno, ova grupa neće biti na popisu grupa i korisnici će morati biti pozvani ručno", + "details.delete-group": "Obriši ovu grupu", + "details.private-system-help": "Privatne grupe su isključene na sistemskoj razini", "event.updated": "Detalji grupe su promjenjeni", "event.deleted": "Grupa \\\"%1\\\" je obrisana", "membership.accept-invitation": "Prihvati pozivnicu", - "membership.accept.notification_title": "You are now a member of %1", + "membership.accept.notification-title": "You are now a member of %1", "membership.invitation-pending": "Pozivnica na čekanju", "membership.join-group": "Priključi se u grupu", "membership.leave-group": "Izađi iz grupe", - "membership.leave.notification_title": "%1 has left group %2", + "membership.leave.notification-title": "%1 has left group %2", "membership.reject": "Odbij", - "new-group.group_name": "Ime grupe:", + "new-group.group-name": "Ime grupe:", "upload-group-cover": "Promjeni naslovnicu grupe", "bulk-invite-instructions": "Unesi popis korisnika sa zarezima između korisničkih imena za poziv u ovu grupu", "bulk-invite": "Masovni poziv", - "remove_group_cover_confirm": "Jeste li sigurni da želite obrisati sliku naslovnice?" + "remove-group-cover-confirm": "Jeste li sigurni da želite obrisati sliku naslovnice?" } \ No newline at end of file diff --git a/public/language/hr/login.json b/public/language/hr/login.json index 46d817fdb4..f6fba37094 100644 --- a/public/language/hr/login.json +++ b/public/language/hr/login.json @@ -1,12 +1,12 @@ { "username-email": "Korisničko ime / Email", "username": "Korisničko ime", - "remember_me": "Zapamti me?", - "forgot_password": "Zaboravljena lozinka?", - "alternative_logins": "Alternativne prijave", - "failed_login_attempt": "Neuspješna prijava", - "login_successful": "Uspješno ste prijavljeni!", - "dont_have_account": "Nemate korisnički račun?", + "remember-me": "Zapamti me?", + "forgot-password": "Zaboravljena lozinka?", + "alternative-logins": "Alternativne prijave", + "failed-login-attempt": "Neuspješna prijava", + "login-successful": "Uspješno ste prijavljeni!", + "dont-have-account": "Nemate korisnički račun?", "logged-out-due-to-inactivity": "Odjavljeni ste iz administratorske kontrolne ploče zbog neaktivnosti.", "caps-lock-enabled": "Caps Lock is enabled" } \ No newline at end of file diff --git a/public/language/hr/modules.json b/public/language/hr/modules.json index 6a2ce294a5..758078f326 100644 --- a/public/language/hr/modules.json +++ b/public/language/hr/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "Room %1", - "chat.chatting_with": "Razgovaraj s", + "chat.chatting-with": "Razgovaraj s", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Go to most recent message", @@ -8,12 +8,15 @@ "chat.chat-with-usernames": "Chat with %1", "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Pošalji", - "chat.no_active": "Nemate aktivnih razgovora.", - "chat.user_typing": "%1 piše poruku ...", - "chat.user_has_messaged_you": "%1 vam je poslao poruku.", + "chat.no-active": "Nemate aktivnih razgovora.", + "chat.user-typing-1": "%1 is typing ...", + "chat.user-typing-2": "%1 and %2 are typing ...", + "chat.user-typing-3": "%1, %2 and %3 are typing ...", + "chat.user-typing-n": "%1, %2 and %3 others are typing ...", + "chat.user-has-messaged-you": "%1 vam je poslao poruku.", "chat.replying-to": "Replying to %1", - "chat.see_all": "All chats", - "chat.mark_all_read": "Mark all read", + "chat.see-all": "All chats", + "chat.mark-all-read": "Mark all read", "chat.no-messages": "Odaberite primatelja da vidite povijest razgovora", "chat.no-users-in-room": "Nema korisnika u ovoj sobi", "chat.recent-chats": "Nedavni razgovori", @@ -24,12 +27,16 @@ "chat.pop-out": "Pop out razgovor", "chat.minimize": "Smanji", "chat.maximize": "Povećaj", - "chat.seven_days": "7 Dana", - "chat.thirty_days": "30 Dana", - "chat.three_months": "3 Mjeseca", - "chat.delete_message_confirm": "Sigurni ste da želite izbrisati ovu poruku?", + "chat.seven-days": "7 Dana", + "chat.thirty-days": "30 Dana", + "chat.three-months": "3 Mjeseca", + "chat.delete-message-confirm": "Sigurni ste da želite izbrisati ovu poruku?", "chat.retrieving-users": "Retrieving users...", "chat.view-users-list": "View users list", + "chat.pinned-messages": "Pinned Messages", + "chat.no-pinned-messages": "There are no pinned messages", + "chat.pin-message": "Pin Message", + "chat.unpin-message": "Unpin Message", "chat.public-rooms": "Public Rooms (%1)", "chat.private-rooms": "Private Rooms (%1)", "chat.create-room": "Create Chat Room", @@ -67,17 +74,24 @@ "chat.system.user-leave": "%1 has left the room ", "chat.system.room-rename": "%2 has renamed this room to \"%1\" ", "composer.compose": "Sastavi", - "composer.show_preview": "Prikaz", - "composer.hide_preview": "Sakrij prikaz", + "composer.show-preview": "Prikaz", + "composer.hide-preview": "Sakrij prikaz", "composer.help": "Help", - "composer.user_said_in": "%1 je rekao u %2:", - "composer.user_said": "%1 je rekao:", + "composer.user-said-in": "%1 je rekao u %2:", + "composer.user-said": "%1 je rekao:", "composer.discard": "Sigurni ste da želite odbaciti ovu objavu?", - "composer.submit_and_lock": "Objavi i zaključaj", - "composer.toggle_dropdown": "Promjeni padajuće", + "composer.submit-and-lock": "Objavi i zaključaj", + "composer.toggle-dropdown": "Promjeni padajuće", "composer.uploading": "Šaljem %1", "composer.formatting.bold": "Bold", "composer.formatting.italic": "Italic", + "composer.formatting.heading": "Heading", + "composer.formatting.heading1": "Heading 1", + "composer.formatting.heading2": "Heading 2", + "composer.formatting.heading3": "Heading 3", + "composer.formatting.heading4": "Heading 4", + "composer.formatting.heading5": "Heading 5", + "composer.formatting.heading6": "Heading 6", "composer.formatting.list": "Popis", "composer.formatting.strikethrough": "Precrtano", "composer.formatting.code": "Code", @@ -85,9 +99,10 @@ "composer.formatting.picture": "Image Link", "composer.upload-picture": "Učitaj sliku", "composer.upload-file": "Učitaj datoteku", - "composer.zen_mode": "Zen", - "composer.select_category": "Odaberi kategoriju", + "composer.zen-mode": "Zen", + "composer.select-category": "Odaberi kategoriju", "composer.textarea.placeholder": "Enter your post content here, drag and drop images", + "composer.post-queue-alert": "Hello👋!
This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.", "composer.schedule-for": "Schedule topic for", "composer.schedule-date": "Date", "composer.schedule-time": "Time", @@ -102,8 +117,8 @@ "bootbox.confirm": "Potvrdi", "bootbox.submit": "Submit", "bootbox.send": "Send", - "cover.dragging_title": "Pozicija naslovne slike", - "cover.dragging_message": "Povucite sliku na željenu poziciju i spremite \\\"Save\\\"", + "cover.dragging-title": "Pozicija naslovne slike", + "cover.dragging-message": "Povucite sliku na željenu poziciju i spremite \\\"Save\\\"", "cover.saved": "Spremljeno", "thumbs.modal.title": "Manage topic thumbnails", "thumbs.modal.no-thumbs": "No thumbnails found.", diff --git a/public/language/hr/notifications.json b/public/language/hr/notifications.json index 64d3b78e4f..fbe22b2ece 100644 --- a/public/language/hr/notifications.json +++ b/public/language/hr/notifications.json @@ -1,59 +1,68 @@ { "title": "Obavijesti", - "no_notifs": "Nema novih obavijesti", - "see_all": "All notifications", - "mark_all_read": "Mark all read", - "back_to_home": "Povratak na %1", - "outgoing_link": "Odlazna poveznica", - "outgoing_link_message": "Napuštate %1", - "continue_to": "Nastavite na %1", - "return_to": "Vratite se na %1", - "new_notification": "You have a new notification", - "you_have_unread_notifications": "Nepročitane obavijesti.", + "no-notifs": "Nema novih obavijesti", + "see-all": "All notifications", + "mark-all-read": "Mark all read", + "back-to-home": "Povratak na %1", + "outgoing-link": "Odlazna poveznica", + "outgoing-link-message": "Napuštate %1", + "continue-to": "Nastavite na %1", + "return-to": "Vratite se na %1", + "new-notification": "You have a new notification", + "you-have-unread-notifications": "Nepročitane obavijesti.", "all": "Sve", "topics": "Teme", + "tags": "Tags", "replies": "Odgovori", "chat": "Razgovori", "group-chat": "Grupni Chat", "public-chat": "Public Chats", "follows": "Pratitelji", "upvote": "Glasači za", + "awards": "Awards", "new-flags": "Nove zastave", "my-flags": "Zastave označene na mene", "bans": "Blokirani", - "new_message_from": "Poruka od %1", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1 je glasao za u %2.", - "upvoted_your_post_in_dual": "%1 i %2 Glasalo je za Vašu objavu in %3.", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "%1 je premjestio Vašu objavu u %2", - "moved_your_topic": "%1 je premjestio %2", - "user_flagged_post_in": "%1 je označio objavu u %2", - "user_flagged_post_in_dual": "%1 i %2 označio objavu u %3", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1 označio je profil (%2)", - "user_flagged_user_dual": "%1 i %2su označili profil (%3)", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "%1 je odgovorio/la na: %2", - "user_posted_to_dual": "%1 i %2 ostalih su odgovorili na objavu u: %3", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1 je otvorio novu temu: %2", - "user_edited_post": "%1 has edited a post in %2", - "user_started_following_you": "%1 Vas sada prati.", - "user_started_following_you_dual": "%1 i %2 vas sada prate.", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1 je poslao zahtjev za registraciju.", - "new_register_multiple": "%1 registracija čeka odobrenje.", - "flag_assigned_to_you": "Zastava%1 je dodijeljena vama.", - "post_awaiting_review": "Objava čeka pregled", + "new-message-from": "Poruka od %1", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 wrote in %3", + "user-posted-in-public-room-dual": "%1 and %2 wrote in %4", + "user-posted-in-public-room-triple": "%1, %2 and %3 wrote in %5", + "user-posted-in-public-room-multiple": "%1, %2 and %3 others wrote in %5", + "upvoted-your-post-in": "%1 je glasao za u %2.", + "upvoted-your-post-in-dual": "%1 i %2 Glasalo je za Vašu objavu in %3.", + "upvoted-your-post-in-triple": "%1, %2 and %3 have upvoted your post in %4.", + "upvoted-your-post-in-multiple": "%1, %2 and %3 others have upvoted your post in %4.", + "moved-your-post": "%1 je premjestio Vašu objavu u %2", + "moved-your-topic": "%1 je premjestio %2", + "user-flagged-post-in": "%1 je označio objavu u %2", + "user-flagged-post-in-dual": "%1 i %2 označio objavu u %3", + "user-flagged-post-in-triple": "%1, %2 and %3 flagged a post in %4", + "user-flagged-post-in-multiple": "%1, %2 and %3 others flagged a post in %4", + "user-flagged-user": "%1 označio je profil (%2)", + "user-flagged-user-dual": "%1 i %2su označili profil (%3)", + "user-flagged-user-triple": "%1, %2 and %3 flagged a user profile (%4)", + "user-flagged-user-multiple": "%1, %2 and %3 others flagged a user profile (%4)", + "user-posted-to": "%1 je odgovorio/la na: %2", + "user-posted-to-dual": "%1 i %2 ostalih su odgovorili na objavu u: %3", + "user-posted-to-triple": "%1, %2 and %3 have posted replies to: %4", + "user-posted-to-multiple": "%1, %2 and %3 others have posted replies to: %4", + "user-posted-topic": "%1 je otvorio novu temu: %2", + "user-edited-post": "%1 has edited a post in %2", + "user-posted-topic-with-tag": "%1 has posted a new topic with tag %2", + "user-posted-topic-with-tag-dual": "%1 has posted a new topic with tags %2 and %3", + "user-posted-topic-with-tag-triple": "%1 has posted a new topic with tags %2, %3 and %4", + "user-posted-topic-with-tag-multiple": "%1 has posted a new topic with tags %2", + "user-started-following-you": "%1 Vas sada prati.", + "user-started-following-you-dual": "%1 i %2 vas sada prate.", + "user-started-following-you-triple": "%1, %2 and %3 started following you.", + "user-started-following-you-multiple": "%1, %2 and %3 others started following you.", + "new-register": "%1 je poslao zahtjev za registraciju.", + "new-register-multiple": "%1 registracija čeka odobrenje.", + "flag-assigned-to-you": "Zastava%1 je dodijeljena vama.", + "post-awaiting-review": "Objava čeka pregled", "profile-exported": "%1 profil izvezen, klikni za preuzimanje", "posts-exported": "%1 posts exported, click to download", "uploads-exported": "%1 uploads exported, click to download", @@ -66,22 +75,24 @@ "email-confirm-error-message": "Nastao je problem pri potvrdi Vaše email adrese. Provjerite kod ili zatražite novi.", "email-confirm-sent": "Provjera korisničkog emaila poslana.", "none": "None", - "notification_only": "Obavijest samo", - "email_only": "Email samo", - "notification_and_email": "Obavijest i Email", - "notificationType_upvote": "Kada netko ocijeni vašu objavi", - "notificationType_new-topic": "When someone you follow posts a topic", - "notificationType_new-reply": "When a new reply is posted in a topic you are watching", - "notificationType_post-edit": "When a post is edited in a topic you are watching", - "notificationType_follow": "When someone starts following you", - "notificationType_new-chat": "When you receive a chat message", - "notificationType_new-group-chat": "When you receive a group chat message", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "When you receive a group invite", - "notificationType_group-leave": "When a user leaves your group", - "notificationType_group-request-membership": "When someone requests to join a group you own", - "notificationType_new-register": "When someone gets added to registration queue", - "notificationType_post-queue": "When a new post is queued", - "notificationType_new-post-flag": "When a post is flagged", - "notificationType_new-user-flag": "When a user is flagged" + "notification-only": "Obavijest samo", + "email-only": "Email samo", + "notification-and-email": "Obavijest i Email", + "notificationType-upvote": "Kada netko ocijeni vašu objavi", + "notificationType-new-topic": "When someone you follow posts a topic", + "notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow", + "notificationType-new-reply": "When a new reply is posted in a topic you are watching", + "notificationType-post-edit": "When a post is edited in a topic you are watching", + "notificationType-follow": "When someone starts following you", + "notificationType-new-chat": "When you receive a chat message", + "notificationType-new-group-chat": "When you receive a group chat message", + "notificationType-new-public-chat": "When you receive a public group chat message", + "notificationType-group-invite": "When you receive a group invite", + "notificationType-group-leave": "When a user leaves your group", + "notificationType-group-request-membership": "When someone requests to join a group you own", + "notificationType-new-register": "When someone gets added to registration queue", + "notificationType-post-queue": "When a new post is queued", + "notificationType-new-post-flag": "When a post is flagged", + "notificationType-new-user-flag": "When a user is flagged", + "notificationType-new-reward": "When you earn a new reward" } \ No newline at end of file diff --git a/public/language/hr/pages.json b/public/language/hr/pages.json index b96c2aa5b1..c54951e825 100644 --- a/public/language/hr/pages.json +++ b/public/language/hr/pages.json @@ -4,7 +4,7 @@ "popular-day": "Popularne teme danas", "popular-week": "Popularne teme ovaj tjedan", "popular-month": "Popularne teme ovaj mjesec", - "popular-alltime": "Najpopularnije teme ", + "popular-alltime": "Najpopularnije teme", "recent": "Nedavne teme", "top-day": "Top voted topics today", "top-week": "Top voted topics this week", @@ -47,7 +47,8 @@ "account/latest-posts": "Latest posts made by %1", "account/topics": "Teme od %1", "account/groups": "%1 grupe", - "account/watched_categories": "%1's Watched Categories", + "account/watched-categories": "%1's Watched Categories", + "account/watched-tags": "%1's Watched Tags", "account/bookmarks": "%1 zabilježene objave", "account/settings": "Korisničke postavke", "account/settings-of": "Changing settings of %1", diff --git a/public/language/hr/recent.json b/public/language/hr/recent.json index d831229fb1..b643dca359 100644 --- a/public/language/hr/recent.json +++ b/public/language/hr/recent.json @@ -5,7 +5,7 @@ "month": "Mjesec", "year": "Godina", "alltime": "Sve vrijeme", - "no_recent_topics": "Nema nedavnih tema.", - "no_popular_topics": "Nema popularnih tema.", + "no-recent-topics": "Nema nedavnih tema.", + "no-popular-topics": "Nema popularnih tema.", "load-new-posts": "Load new posts" } \ No newline at end of file diff --git a/public/language/hr/register.json b/public/language/hr/register.json index d9f54ca513..4d52f4ea15 100644 --- a/public/language/hr/register.json +++ b/public/language/hr/register.json @@ -1,32 +1,32 @@ { "register": "Registracija", "already-have-account": "Already have an account?", - "cancel_registration": "Obustavi registraciju", + "cancel-registration": "Obustavi registraciju", "help.email": "Vaš email će biti skriven od javnosti.", - "help.username_restrictions": "Unikatno korisničko ime između %1 i %2 znaka. Ostali Vas mogu spomenuti sa @username.", - "help.minimum_password_length": "Dužina lozinke mora biti %1 znakova.", - "email_address": "Email adresa", - "email_address_placeholder": "Unesite email adresu", + "help.username-restrictions": "Unikatno korisničko ime između %1 i %2 znaka. Ostali Vas mogu spomenuti sa @username.", + "help.minimum-password-length": "Dužina lozinke mora biti %1 znakova.", + "email-address": "Email adresa", + "email-address-placeholder": "Unesite email adresu", "username": "Korisničko ime", - "username_placeholder": "Unesite korisničko ime", + "username-placeholder": "Unesite korisničko ime", "password": "Lozinka", - "password_placeholder": "Unesite lozinku", - "confirm_password": "Potvrdite lozinku", - "confirm_password_placeholder": "Potvrdite lozinku", - "register_now_button": "Registrirajte se", - "alternative_registration": "Alternativna registracija:", - "terms_of_use": "Uvjeti korištenja", - "agree_to_terms_of_use": "Prihvaćam uvjete korištenja", - "terms_of_use_error": "Morate prihvatiti uvjete korištenja", + "password-placeholder": "Unesite lozinku", + "confirm-password": "Potvrdite lozinku", + "confirm-password-placeholder": "Potvrdite lozinku", + "register-now-button": "Registrirajte se", + "alternative-registration": "Alternativna registracija:", + "terms-of-use": "Uvjeti korištenja", + "agree-to-terms-of-use": "Prihvaćam uvjete korištenja", + "terms-of-use-error": "Morate prihvatiti uvjete korištenja", "registration-added-to-queue": "Vaša registracija je dodana u listu zahtjeva za registraciju. Biti ćete obaviješteni kad Vas administrator prihvati.", "registration-queue-average-time": "Our average time for approving memberships is %1 hours %2 minutes.", "registration-queue-auto-approve-time": "Your membership to this forum will be fully activated in up to %1 hours.", "interstitial.intro": "We'd like some additional information in order to update your account…", "interstitial.intro-new": "We'd like some additional information before we can create your account…", "interstitial.errors-found": "Please review the entered information:", - "gdpr_agree_data": "I consent to the collection and processing of my personal information on this website.", - "gdpr_agree_email": "I consent to receive digest and notification emails from this website.", - "gdpr_consent_denied": "You must give consent to this site to collect/process your information, and to send you emails.", + "gdpr-agree-data": "I consent to the collection and processing of my personal information on this website.", + "gdpr-agree-email": "I consent to receive digest and notification emails from this website.", + "gdpr-consent-denied": "You must give consent to this site to collect/process your information, and to send you emails.", "invite.error-admin-only": "Direct user registration has been disabled. Please contact an administrator for more details.", "invite.error-invite-only": "Direct user registration has been disabled. You must be invited by an existing user in order to access this forum.", "invite.error-invalid-data": "The registration data received does not correspond to our records. Please contact an administrator for more details" diff --git a/public/language/hr/reset_password.json b/public/language/hr/reset_password.json index 5fa64ff81a..994d90e5db 100644 --- a/public/language/hr/reset_password.json +++ b/public/language/hr/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "Resetiranje lozinke", - "update_password": "Promjeni lozinku", - "password_changed.title": "Lozinka promijenjena", - "password_changed.message": "

Lozink uspješno promijenjena, prijavite se ponovno!.", - "wrong_reset_code.title": "Netočan kod za resetiranje", - "wrong_reset_code.message": "Netočan kod za resetiranje. Probaj ponovno ili zatraži novi kod.", - "new_password": "Nova lozinka", - "repeat_password": "Potvrdi lozinku", - "changing_password": "Changing Password", - "enter_email": "Unesite Vašu email adresu i poslati ćemo Vam email sa uputstvima kako resetirati lozinku.", - "enter_email_address": "Unesite email adresu", - "password_reset_sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", - "invalid_email": "Netočan email / email ne postoji!", - "password_too_short": "Lozinka koju ste unijeli je prekratka, izaberite drugu lozinku.", - "passwords_do_not_match": "Lozinke se ne podudaraju!", - "password_expired": "Vaša lozinka je istekla, izaberite novu lozinku" + "reset-password": "Resetiranje lozinke", + "update-password": "Promjeni lozinku", + "password-changed.title": "Lozinka promijenjena", + "password-changed.message": "

Lozink uspješno promijenjena, prijavite se ponovno!.", + "wrong-reset-code.title": "Netočan kod za resetiranje", + "wrong-reset-code.message": "Netočan kod za resetiranje. Probaj ponovno ili zatraži novi kod.", + "new-password": "Nova lozinka", + "repeat-password": "Potvrdi lozinku", + "changing-password": "Changing Password", + "enter-email": "Unesite Vašu email adresu i poslati ćemo Vam email sa uputstvima kako resetirati lozinku.", + "enter-email-address": "Unesite email adresu", + "password-reset-sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", + "invalid-email": "Netočan email / email ne postoji!", + "password-too-short": "Lozinka koju ste unijeli je prekratka, izaberite drugu lozinku.", + "passwords-do-not-match": "Lozinke se ne podudaraju!", + "password-expired": "Vaša lozinka je istekla, izaberite novu lozinku" } \ No newline at end of file diff --git a/public/language/hr/rewards.json b/public/language/hr/rewards.json new file mode 100644 index 0000000000..f923cf1500 --- /dev/null +++ b/public/language/hr/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "You have been awarded %1 reputation", + "awarded-group-membership": "You have been added to the group %1", + + "essentials/user.reputation-conditional-value": "(Reputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Post Count %1 %2)", + "essentials/user.lastonline-conditional-value": "(Last Online %1 %2)", + "essentials/user.joindate-conditional-value": "(Join Date %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Days Registered %1 %2)" +} \ No newline at end of file diff --git a/public/language/hr/search.json b/public/language/hr/search.json index fcc935ab6b..aadbe80d42 100644 --- a/public/language/hr/search.json +++ b/public/language/hr/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Type to search", - "results_matching": "%1 rezultat odgovara \"%2\", (%3 sekunde)", + "results-matching": "%1 rezultat odgovara \"%2\", (%3 sekunde)", "no-matches": "Nema rezultata", "advanced-search": "Napredna pretraga", "in": "U", @@ -100,7 +100,7 @@ "save-preferences": "Spremi postavke", "clear-preferences": "Očisti postavke", "search-preferences-saved": "Postavke pretraživanja spremljene", - "search-preferences-cleared": "Postavke pretraživanja očišćene ", + "search-preferences-cleared": "Postavke pretraživanja očišćene", "show-results-as": "Prikaži rezultate kao", "show-results-as-topics": "Show results as topics", "show-results-as-posts": "Show results as posts", diff --git a/public/language/hr/tags.json b/public/language/hr/tags.json index 4aa7e1d89f..17d7a06573 100644 --- a/public/language/hr/tags.json +++ b/public/language/hr/tags.json @@ -1,11 +1,17 @@ { "all-tags": "All tags", - "no_tag_topics": "Nema tema sa ovom oznakom", + "no-tag-topics": "Nema tema sa ovom oznakom", "no-tags-found": "No tags found", "tags": "Oznake", - "enter_tags_here": "Unesite oznake, između %1 i %2 znaka.", - "enter_tags_here_short": "Unestie oznake ...", - "no_tags": "Još nema oznaka.", - "select_tags": "Select Tags", - "tag-whitelist": "Tag Whitelist" + "enter-tags-here": "Unesite oznake, između %1 i %2 znaka.", + "enter-tags-here-short": "Unestie oznake ...", + "no-tags": "Još nema oznaka.", + "select-tags": "Select Tags", + "tag-whitelist": "Tag Whitelist", + "watching": "Watching", + "not-watching": "Not Watching", + "watching.description": "Notify me of new topics.", + "not-watching.description": "Do not notify me of new topics.", + "following-tag.message": "You will now be receiving notifications when somebody posts a topic with this tag.", + "not-following-tag.message": "You will not receive notifications when somebody posts a topic with this tag." } \ No newline at end of file diff --git a/public/language/hr/themes/harmony.json b/public/language/hr/themes/harmony.json index f915155306..5e0a65f946 100644 --- a/public/language/hr/themes/harmony.json +++ b/public/language/hr/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page", "settings.autohideBottombar": "Auto hide bottom bar", "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down", + "settings.openSidebars": "Open sidebars", "settings.chatModals": "Enable chat modals" } \ No newline at end of file diff --git a/public/language/hr/top.json b/public/language/hr/top.json index b8a05bfa5f..6e1e05674e 100644 --- a/public/language/hr/top.json +++ b/public/language/hr/top.json @@ -1,4 +1,4 @@ { "title": "Top", - "no_top_topics": "No top topics" + "no-top-topics": "No top topics" } \ No newline at end of file diff --git a/public/language/hr/topic.json b/public/language/hr/topic.json index 7c21cd9d3f..d6d47ba1df 100644 --- a/public/language/hr/topic.json +++ b/public/language/hr/topic.json @@ -1,20 +1,20 @@ { "topic": "Tema", "title": "Title", - "no_topics_found": "Tema nije pronađena!", - "no_posts_found": "Objave nisu pronađene!", - "post_is_deleted": "Ova objava je obrisana!", - "topic_is_deleted": "Ova tema je obrisana!", + "no-topics-found": "Tema nije pronađena!", + "no-posts-found": "Objave nisu pronađene!", + "post-is-deleted": "Ova objava je obrisana!", + "topic-is-deleted": "Ova tema je obrisana!", "profile": "Profil", - "posted_by": "Objavio %1", - "posted_by_guest": "Objavio gost", + "posted-by": "Objavio %1", + "posted-by-guest": "Objavio gost", "chat": "Razgovor", - "notify_me": "Budi obavješten o novim odgovorima na ovu temu", + "notify-me": "Budi obavješten o novim odgovorima na ovu temu", "quote": "Citat", "reply": "Odgovor", - "replies_to_this_post": "%1 je odgovorio", - "one_reply_to_this_post": "1 Reply", - "last_reply_time": "Zadnji odgovor", + "replies-to-this-post": "%1 je odgovorio", + "one-reply-to-this-post": "1 Reply", + "last-reply-time": "Zadnji odgovor", "reply-as-topic": "Odgovori kao temu", "guest-login-reply": "Prijavi se za objavu", "login-to-view": "🔒 Log in to view", @@ -64,129 +64,130 @@ "user-referenced-topic-on": "%1 referenced this topic on %3", "user-forked-topic-ago": "%1 forked this topic %3", "user-forked-topic-on": "%1 forked this topic on %3", - "bookmark_instructions": "Klikni ovdje za povratak na zadnji pročitani post.", + "bookmark-instructions": "Klikni ovdje za povratak na zadnji pročitani post.", "flag-post": "Flag this post", "flag-user": "Flag this user", "already-flagged": "Already Flagged", "view-flag-report": "View Flag Report", "resolve-flag": "Resolve Flag", - "merged_message": "This topic has been merged into %2", - "deleted_message": "Ova tema je obrisana. Samo korisnici sa privilegijom upravljanja tema je mogu vidjeti.", - "following_topic.message": "Od sada ćete primati obavijesti kada netko objavi objavu u ovoj temi.", - "not_following_topic.message": "Od sada ćete vidjeti ovu temu u popisu nepročitanih tema,ali nećete dobivati obavijesti kada netko objavi objavu u temi.", - "ignoring_topic.message": "Od sada više nećete vidjeti ovu temu u popisu nepročitanih tema.Bit će te obaviješteni kada ste spomenuti ili je netko glasao za vašu objavu.", - "login_to_subscribe": "Registriraj se ili prijavi kako bi se mogao pretplatit na ovu temu.", + "merged-message": "This topic has been merged into %2", + "forked-message": "This topic was forked from %2", + "deleted-message": "Ova tema je obrisana. Samo korisnici sa privilegijom upravljanja tema je mogu vidjeti.", + "following-topic.message": "Od sada ćete primati obavijesti kada netko objavi objavu u ovoj temi.", + "not-following-topic.message": "Od sada ćete vidjeti ovu temu u popisu nepročitanih tema,ali nećete dobivati obavijesti kada netko objavi objavu u temi.", + "ignoring-topic.message": "Od sada više nećete vidjeti ovu temu u popisu nepročitanih tema.Bit će te obaviješteni kada ste spomenuti ili je netko glasao za vašu objavu.", + "login-to-subscribe": "Registriraj se ili prijavi kako bi se mogao pretplatit na ovu temu.", "markAsUnreadForAll.success": "Tema označena kao nepročitana za sve.", - "mark_unread": "Označi kao nepročitano", - "mark_unread.success": "Tema označena kao nepročitana", + "mark-unread": "Označi kao nepročitano", + "mark-unread.success": "Tema označena kao nepročitana", "watch": "Prati", "unwatch": "Prestani pratiti", "watch.title": "Budi obaviješten o novim objavama u ovoj temi", "unwatch.title": "Prestani pratiti ovu temu", - "share_this_post": "Podijeli ovu objavu", + "share-this-post": "Podijeli ovu objavu", "watching": "Prati", "not-watching": "Ne pratiš", "ignoring": "Ignoriraš", "watching.description": "Obavijesti me o novim odgovorima .
Prikaži temu u nepročitanim ako kategorija nije ignorirana.", "ignoring.description": "Nemoj slati obavijesti o novim odgovorima.
Ne prikazuj temu u nepročitanom.", - "thread_tools.title": "Alati teme", - "thread_tools.markAsUnreadForAll": "Mark Unread For All", - "thread_tools.pin": "Zakači temu", - "thread_tools.unpin": "Otkači temu", - "thread_tools.lock": "Zaključaj temu", - "thread_tools.unlock": "Odključaj temu", - "thread_tools.move": "Premjesti temu", - "thread_tools.move-posts": "Move Posts", - "thread_tools.move_all": "Premjesti sve", - "thread_tools.change_owner": "Change Owner", - "thread_tools.select_category": "Select Category", - "thread_tools.fork": "Dupliraj temu", - "thread_tools.tag": "Tag Topic", - "thread_tools.delete": "Obriši temu", - "thread_tools.delete-posts": "Obriši objavu", - "thread_tools.delete_confirm": "Sigurni ste da želite obrisati ovu temu?", - "thread_tools.restore": "Povrati temu", - "thread_tools.restore_confirm": "Sigurni ste da želite povratiti ovu temu?", - "thread_tools.purge": "Odbaci temu", - "thread_tools.purge_confirm": "Sigurni ste da želite odbaciti ovu temu?", - "thread_tools.merge_topics": "Merge Topics", - "thread_tools.merge": "Merge Topic", - "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_undone": "Topic move undone", - "topic_move_posts_success": "Posts will be moved shortly. Click here to undo.", - "topic_move_posts_undone": "Post move undone", - "post_delete_confirm": "Sigurni ste da želite obrisati ovu objavu?", - "post_restore_confirm": "Sigurni ste da želite povratiti ovu objavu?", - "post_purge_confirm": "Sigurni ste da želite odbaciti ovu objavu?", + "thread-tools.title": "Alati teme", + "thread-tools.markAsUnreadForAll": "Mark Unread For All", + "thread-tools.pin": "Zakači temu", + "thread-tools.unpin": "Otkači temu", + "thread-tools.lock": "Zaključaj temu", + "thread-tools.unlock": "Odključaj temu", + "thread-tools.move": "Premjesti temu", + "thread-tools.move-posts": "Move Posts", + "thread-tools.move-all": "Premjesti sve", + "thread-tools.change-owner": "Change Owner", + "thread-tools.select-category": "Select Category", + "thread-tools.fork": "Dupliraj temu", + "thread-tools.tag": "Tag Topic", + "thread-tools.delete": "Obriši temu", + "thread-tools.delete-posts": "Obriši objavu", + "thread-tools.delete-confirm": "Sigurni ste da želite obrisati ovu temu?", + "thread-tools.restore": "Povrati temu", + "thread-tools.restore-confirm": "Sigurni ste da želite povratiti ovu temu?", + "thread-tools.purge": "Odbaci temu", + "thread-tools.purge-confirm": "Sigurni ste da želite odbaciti ovu temu?", + "thread-tools.merge-topics": "Merge Topics", + "thread-tools.merge": "Merge Topic", + "topic-move-success": "This topic will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-multiple-success": "These topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-all-success": "All topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-undone": "Topic move undone", + "topic-move-posts-success": "Posts will be moved shortly. Click here to undo.", + "topic-move-posts-undone": "Post move undone", + "post-delete-confirm": "Sigurni ste da želite obrisati ovu objavu?", + "post-restore-confirm": "Sigurni ste da želite povratiti ovu objavu?", + "post-purge-confirm": "Sigurni ste da želite odbaciti ovu objavu?", "pin-modal-expiry": "Expiration Date", "pin-modal-help": "You can optionally set an expiration date for the pinned topic(s) here. Alternatively, you can leave this field blank to have the topic stay pinned until it is manually unpinned.", - "load_categories": "Učitavam kategorije", - "confirm_move": "Pomakni", - "confirm_fork": "Dupliraj", + "load-categories": "Učitavam kategorije", + "confirm-move": "Pomakni", + "confirm-fork": "Dupliraj", "bookmark": "Zabilježi", "bookmarks": "Zabilješke", - "bookmarks.has_no_bookmarks": "Nemate zabiježenih objava.", + "bookmarks.has-no-bookmarks": "Nemate zabiježenih objava.", "copy-permalink": "Copy Permalink", - "loading_more_posts": "Učitavam više objava", - "move_topic": "Pomakni temu", - "move_topics": "Pomakni teme", - "move_post": "Pomakni objavu", - "post_moved": "Objava pomaknuta!", - "fork_topic": "Dupliraj temu", + "loading-more-posts": "Učitavam više objava", + "move-topic": "Pomakni temu", + "move-topics": "Pomakni teme", + "move-post": "Pomakni objavu", + "post-moved": "Objava pomaknuta!", + "fork-topic": "Dupliraj temu", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", - "fork_no_pids": "Objave nisu odabrane!", + "fork-topic-instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", + "fork-no-pids": "Objave nisu odabrane!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", "x-posts-will-be-moved-to-y": "%1 post(s) will be moved to \"%2\"", - "fork_pid_count": "%1 objava odabrana", - "fork_success": "Uspješno duplirana tema. Kliknite ovdje za dupliranu temu.", - "delete_posts_instruction": "Označite objave koje želite obrisati/odbaciti", - "merge_topics_instruction": "Click the topics you want to merge or search for them", + "fork-pid-count": "%1 objava odabrana", + "fork-success": "Uspješno duplirana tema. Kliknite ovdje za dupliranu temu.", + "delete-posts-instruction": "Označite objave koje želite obrisati/odbaciti", + "merge-topics-instruction": "Click the topics you want to merge or search for them", "merge-topic-list-title": "List of topics to be merged", "merge-options": "Merge options", "merge-select-main-topic": "Select the main topic", "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", - "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", - "move_topic_instruction": "Select the target category and then click move", - "change_owner_instruction": "Click the posts you want to assign to another user", - "composer.title_placeholder": "Unesite naslov teme ovdje ...", - "composer.handle_placeholder": "Enter your name/handle here", + "move-posts-instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move-topic-instruction": "Select the target category and then click move", + "change-owner-instruction": "Click the posts you want to assign to another user", + "composer.title-placeholder": "Unesite naslov teme ovdje ...", + "composer.handle-placeholder": "Enter your name/handle here", "composer.hide": "Hide", "composer.discard": "Odbaci", "composer.submit": "Podnesi", "composer.additional-options": "Additional Options", "composer.post-later": "Post Later", "composer.schedule": "Schedule", - "composer.replying_to": "Odgovori na %1", - "composer.new_topic": "Nova tema", + "composer.replying-to": "Odgovori na %1", + "composer.new-topic": "Nova tema", "composer.editing-in": "Editing post in %1", "composer.uploading": "slanje...", - "composer.thumb_url_label": "Zaljepite URL slike za temu", - "composer.thumb_title": "Dodajte slike ovoj temi", - "composer.thumb_url_placeholder": "http://example.com/thumb.png", - "composer.thumb_file_label": "Ili učitajte datoteku", - "composer.thumb_remove": "Očisti polja", - "composer.drag_and_drop_images": "Dovuci i pusti sliku ovdje", - "more_users_and_guests": "%1 korisnik i %2 gosta", - "more_users": "%1 korisnik", - "more_guests": "%1 gost", - "users_and_others": "%1 i %2 druga", - "sort_by": "Sortitaj po", - "oldest_to_newest": "Starije prema Novom", - "newest_to_oldest": "Novije prema Starom", - "most_votes": "Most Votes", - "most_posts": "Most Posts", - "most_views": "Most Views", + "composer.thumb-url-label": "Zaljepite URL slike za temu", + "composer.thumb-title": "Dodajte slike ovoj temi", + "composer.thumb-url-placeholder": "http://example.com/thumb.png", + "composer.thumb-file-label": "Ili učitajte datoteku", + "composer.thumb-remove": "Očisti polja", + "composer.drag-and-drop-images": "Dovuci i pusti sliku ovdje", + "more-users-and-guests": "%1 korisnik i %2 gosta", + "more-users": "%1 korisnik", + "more-guests": "%1 gost", + "users-and-others": "%1 i %2 druga", + "sort-by": "Sortitaj po", + "oldest-to-newest": "Starije prema Novom", + "newest-to-oldest": "Novije prema Starom", + "most-votes": "Most Votes", + "most-posts": "Most Posts", + "most-views": "Most Views", "stale.title": "Otvori novu temu?", "stale.warning": "Tema na koju odgovarate je stara. Želite li otvoriti novu temu i postaviti referencu u vašem odgovoru?", "stale.create": "Otvori novu temu", - "stale.reply_anyway": "Odgovori na ovu temu svejedno", - "link_back": "Re: [%1](%2)", + "stale.reply-anyway": "Odgovori na ovu temu svejedno", + "link-back": "Re: [%1](%2)", "diffs.title": "Post Edit History", "diffs.description": "This post has %1 revisions. Click one of the revisions below to see the post content at that point in time.", "diffs.no-revisions-description": "This post has %1 revisions.", @@ -197,8 +198,8 @@ "diffs.post-restored": "Post successfully restored to earlier revision", "diffs.delete": "Delete this revision", "diffs.deleted": "Revision deleted", - "timeago_later": "%1 later", - "timeago_earlier": "%1 ranije", + "timeago-later": "%1 later", + "timeago-earlier": "%1 ranije", "first-post": "First post", "last-post": "Last post", "go-to-my-next-post": "Go to my next post", diff --git a/public/language/hr/unread.json b/public/language/hr/unread.json index 331fceb25c..41fc7739d8 100644 --- a/public/language/hr/unread.json +++ b/public/language/hr/unread.json @@ -1,12 +1,12 @@ { "title": "Nepročitano", - "no_unread_topics": "Sve teme su pročitane", - "load_more": "Učitaj više", - "mark_as_read": "Označi kao pročitano", + "no-unread-topics": "Sve teme su pročitane", + "load-more": "Učitaj više", + "mark-as-read": "Označi kao pročitano", "selected": "Odabrano", "all": "Sve", - "all_categories": "Sve kategorije", - "topics_marked_as_read.success": "Teme označene kao pročitane!", + "all-categories": "Sve kategorije", + "topics-marked-as-read.success": "Teme označene kao pročitane!", "all-topics": "Sve teme", "new-topics": "Nove teme", "watched-topics": "Praćene teme", diff --git a/public/language/hr/user.json b/public/language/hr/user.json index 0bf0120375..d50b827cce 100644 --- a/public/language/hr/user.json +++ b/public/language/hr/user.json @@ -7,22 +7,22 @@ "joindate": "Datum prijave", "postcount": "Broj objava", "email": "Email", - "confirm_email": "Potvrdi email", - "account_info": "Informacije o računu", - "admin_actions_label": "Administrative Actions", - "ban_account": "Blokiraj račun", - "ban_account_confirm": "Da li zaista želite blokirati ovog korisnika", - "unban_account": "Odblokiraj račun", - "mute_account": "Mute Account", - "unmute_account": "Unmute Account", - "delete_account": "Obriši račun", - "delete_account_as_admin": "Delete Account", - "delete_content": "Delete Account Content", - "delete_all": "Delete Account and Content", - "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", - "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", - "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", - "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "confirm-email": "Potvrdi email", + "account-info": "Informacije o računu", + "admin-actions-label": "Administrative Actions", + "ban-account": "Blokiraj račun", + "ban-account-confirm": "Da li zaista želite blokirati ovog korisnika", + "unban-account": "Odblokiraj račun", + "mute-account": "Mute Account", + "unmute-account": "Unmute Account", + "delete-account": "Obriši račun", + "delete-account-as-admin": "Delete Account", + "delete-content": "Delete Account Content", + "delete-all": "Delete Account and Content", + "delete-account-confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", + "delete-this-account-confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", + "delete-account-content-confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "delete-all-confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", "account-deleted": "Račun obrisan", "account-content-deleted": "Account content deleted", "fullname": "Puno ime", @@ -32,11 +32,12 @@ "joined": "Priključio", "lastonline": "Viđen na mreži", "profile": "Profil", - "profile_views": "Pregled profila", + "profile-views": "Pregled profila", "reputation": "Reputacija", "bookmarks": "Zabilješke", - "watched_categories": "Watched categories", - "change_all": "Change All", + "watched-categories": "Watched categories", + "watched-tags": "Watched tags", + "change-all": "Change All", "watched": "Gledano", "ignored": "Ignored", "default-category-watch-state": "Default category watch state", @@ -44,83 +45,84 @@ "following": "Prati", "blocks": "Blocks", "blocked-users": "Blocked users", - "block_toggle": "Toggle Block", - "block_user": "Block User", - "unblock_user": "Unblock User", + "block-toggle": "Toggle Block", + "block-user": "Block User", + "unblock-user": "Unblock User", "aboutme": "O meni", "signature": "Potpis", "birthday": "Rođendan", "chat": "Razgovor", - "chat_with": "Nastavi razgovor sa %1!", - "new_chat_with": "Pokreni novi razgovor sa %1", + "chat-with": "Nastavi razgovor sa %1!", + "new-chat-with": "Pokreni novi razgovor sa %1", "flag-profile": "Označi profil", "follow": "Prati", "unfollow": "Prestani pratiti", "more": "Više", - "profile_update_success": "Profil je uspješno promijenjen!", - "change_picture": "Promjeni sliku", - "change_username": "Promjeni korisničko ime", - "change_email": "Promjeni email", - "email_same_as_password": "Please enter your current password to continue – you've entered your new email again", + "profile-update-success": "Profil je uspješno promijenjen!", + "change-picture": "Promjeni sliku", + "change-username": "Promjeni korisničko ime", + "change-email": "Promjeni email", + "email-updated": "Email Updated", + "email-same-as-password": "Please enter your current password to continue – you've entered your new email again", "edit": "Uredi", "edit-profile": "Uredi profil", - "default_picture": "Zadana ikona", - "uploaded_picture": "Učitaj sliku", - "upload_new_picture": "Učitaj novu sliku", - "upload_new_picture_from_url": "Učitaj sliku iz URL", - "current_password": "Sadašnja lozinka", - "new_password": "New Password", - "change_password": "Promjeni lozinku", - "change_password_error": "Netočna lozinka!", - "change_password_error_wrong_current": "Vaša trenutačna lozinka nije točna!", - "change_password_error_match": "Lozinke se moraju podudarati!", - "change_password_error_privileges": "Nemate pravo mijenjati ovu lozinku.", - "change_password_success": "Vaša lozinka je promijenjena!", - "confirm_password": "Potvrdi lozinku", + "default-picture": "Zadana ikona", + "uploaded-picture": "Učitaj sliku", + "upload-new-picture": "Učitaj novu sliku", + "upload-new-picture-from-url": "Učitaj sliku iz URL", + "current-password": "Sadašnja lozinka", + "new-password": "New Password", + "change-password": "Promjeni lozinku", + "change-password-error": "Netočna lozinka!", + "change-password-error-wrong-current": "Vaša trenutačna lozinka nije točna!", + "change-password-error-match": "Lozinke se moraju podudarati!", + "change-password-error-privileges": "Nemate pravo mijenjati ovu lozinku.", + "change-password-success": "Vaša lozinka je promijenjena!", + "confirm-password": "Potvrdi lozinku", "password": "Lozinka", - "username_taken_workaround": "Korisničko ime koje ste izabrali je već zauzeto. Zbog toga smo ga malo promjenili. Sada je vaše korisničko ime%1", - "password_same_as_username": "Vaša lozinka je ista kao i vaše korisničko ime, molimo upišite drugu lozinku.", - "password_same_as_email": "Vaša lozinka je ista kao vaš email, molimo upišite drugu lozinku.", - "weak_password": "Slaba lozinka", - "upload_picture": "Učitaj sliku", - "upload_a_picture": "Učitaj sliku", - "remove_uploaded_picture": "Ukloni učitanu sliku", - "upload_cover_picture": "Učitaj naslovnu sliku", - "remove_cover_picture_confirm": "Jeste li sigurno da želite ukloniti naslovnu sliku", - "crop_picture": "Skratite sliku", - "upload_cropped_picture": "Skrati i učitaj", + "username-taken-workaround": "Korisničko ime koje ste izabrali je već zauzeto. Zbog toga smo ga malo promjenili. Sada je vaše korisničko ime%1", + "password-same-as-username": "Vaša lozinka je ista kao i vaše korisničko ime, molimo upišite drugu lozinku.", + "password-same-as-email": "Vaša lozinka je ista kao vaš email, molimo upišite drugu lozinku.", + "weak-password": "Slaba lozinka", + "upload-picture": "Učitaj sliku", + "upload-a-picture": "Učitaj sliku", + "remove-uploaded-picture": "Ukloni učitanu sliku", + "upload-cover-picture": "Učitaj naslovnu sliku", + "remove-cover-picture-confirm": "Jeste li sigurno da želite ukloniti naslovnu sliku", + "crop-picture": "Skratite sliku", + "upload-cropped-picture": "Skrati i učitaj", "avatar-background-colour": "Avatar background colour", "settings": "Postavke", - "show_email": "Prikaži email", - "show_fullname": "Prikaži puno ime", - "restrict_chats": "Dopusti poruke o korisnika koje pratim", - "digest_label": "Pretplati se na izvještaje", - "digest_description": "Pretplati se na email izvještaje od ovog foruma (nove obavjesti i teme) prema zadanom rasporedu", - "digest_off": "Isključi", - "digest_daily": "Dnevno", - "digest_weekly": "Tjedno", - "digest_biweekly": "Bi-Weekly", - "digest_monthly": "Mjesečno", - "has_no_follower": "Ovaj korisnik nema pratitelja :(.", - "follows_no_one": "Ovaj korisnik nikog ne prati :(", - "has_no_posts": "Ovaj korisnik nema objava.", - "has_no_best_posts": "This user does not have any upvoted posts yet.", - "has_no_topics": "Ovaj korisnik nema objavljenih tema.", - "has_no_watched_topics": "Ovaj korisnik ne prati teme.", - "has_no_ignored_topics": "This user hasn't ignored any topics yet.", - "has_no_upvoted_posts": "Ovaj korisnik nije glasao za na objavama.", - "has_no_downvoted_posts": "Ovaj korisnik nije glasao protiv na objavama.", - "has_no_controversial_posts": "This user does not have any downvoted posts yet.", - "has_no_blocks": "You have blocked no users.", - "email_hidden": "Email sakriven", + "show-email": "Prikaži email", + "show-fullname": "Prikaži puno ime", + "restrict-chats": "Dopusti poruke o korisnika koje pratim", + "digest-label": "Pretplati se na izvještaje", + "digest-description": "Pretplati se na email izvještaje od ovog foruma (nove obavjesti i teme) prema zadanom rasporedu", + "digest-off": "Isključi", + "digest-daily": "Dnevno", + "digest-weekly": "Tjedno", + "digest-biweekly": "Bi-Weekly", + "digest-monthly": "Mjesečno", + "has-no-follower": "Ovaj korisnik nema pratitelja :(.", + "follows-no-one": "Ovaj korisnik nikog ne prati :(", + "has-no-posts": "Ovaj korisnik nema objava.", + "has-no-best-posts": "This user does not have any upvoted posts yet.", + "has-no-topics": "Ovaj korisnik nema objavljenih tema.", + "has-no-watched-topics": "Ovaj korisnik ne prati teme.", + "has-no-ignored-topics": "This user hasn't ignored any topics yet.", + "has-no-upvoted-posts": "Ovaj korisnik nije glasao za na objavama.", + "has-no-downvoted-posts": "Ovaj korisnik nije glasao protiv na objavama.", + "has-no-controversial-posts": "This user does not have any downvoted posts yet.", + "has-no-blocks": "You have blocked no users.", + "email-hidden": "Email sakriven", "hidden": "Sakriven", - "paginate_description": "Numeriraj teme i objave umjesto scrollanja", - "topics_per_page": "Teme po stranici", - "posts_per_page": "Objave po stranici", + "paginate-description": "Numeriraj teme i objave umjesto scrollanja", + "topics-per-page": "Teme po stranici", + "posts-per-page": "Objave po stranici", "category-topic-sort": "Category topic sort", "topic-post-sort": "Topic post sort", - "max_items_per_page": "Maximum %1", - "acp_language": "Admin Page Language", + "max-items-per-page": "Maximum %1", + "acp-language": "Admin Page Language", "notifications": "Notifications", "upvote-notif-freq": "Upvote Notification Frequency", "upvote-notif-freq.all": "All Upvotes", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "On 10, 100, 1000...", "upvote-notif-freq.disabled": "Disabled", "browsing": "Postavke pretraživanja", - "open_links_in_new_tab": "Otvori odlazne poveznice u novom tabu", - "enable_topic_searching": "Omogući pretragu unutar tema", - "topic_search_help": "Ako uključeno,pretraga unutar tema će zamijeniti pretragu ključnih riječi vašeg pretraživača kojemu je omogućeno pretraživanje samo onoga što je na ekranu,za razliku od ove opcije koja omogućava pretragu na cijeloj temi", - "update_url_with_post_index": "Update url with post index while browsing topics", - "scroll_to_my_post": "Nakon objavljivanja,prikaži objavu", - "follow_topics_you_reply_to": "Prati teme na koje objavljuješ", - "follow_topics_you_create": "Prati teme koje si napravio", + "open-links-in-new-tab": "Otvori odlazne poveznice u novom tabu", + "enable-topic-searching": "Omogući pretragu unutar tema", + "topic-search-help": "Ako uključeno,pretraga unutar tema će zamijeniti pretragu ključnih riječi vašeg pretraživača kojemu je omogućeno pretraživanje samo onoga što je na ekranu,za razliku od ove opcije koja omogućava pretragu na cijeloj temi", + "update-url-with-post-index": "Update url with post index while browsing topics", + "scroll-to-my-post": "Nakon objavljivanja,prikaži objavu", + "follow-topics-you-reply-to": "Prati teme na koje objavljuješ", + "follow-topics-you-create": "Prati teme koje si napravio", "grouptitle": "Ime Grupe", "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "Nema imena grupe", @@ -145,9 +147,9 @@ "no-skin": "No Skin", "select-homepage": "Izaberi naslovnu", "homepage": "Naslovna", - "homepage_description": "Izaberi stranicu ", - "custom_route": "Uobičajena putanja naslovnice", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", + "homepage-description": "Izaberi stranicu", + "custom-route": "Uobičajena putanja naslovnice", + "custom-route-help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Jednokratne usluge prijave", "sso.associated": "Povezano sa", "sso.not-associated": "Klikni ovdje za povezivanje sa", @@ -179,25 +181,25 @@ "consent.title": "Your Rights & Consent", "consent.lead": "This community forum collects and processes your personal information.", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", - "consent.email_intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", - "consent.digest_frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", - "consent.digest_off": "Unless explicitly changed in your user settings, this community does not send out email digests", + "consent.email-intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", + "consent.digest-frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", + "consent.digest-off": "Unless explicitly changed in your user settings, this community does not send out email digests", "consent.received": "You have provided consent for this website to collect and process your information. No additional action is required.", - "consent.not_received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", + "consent.not-received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", "consent.give": "Give consent", - "consent.right_of_access": "You have the Right of Access", - "consent.right_of_access_description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", - "consent.right_to_rectification": "You have the Right to Rectification", - "consent.right_to_rectification_description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", - "consent.right_to_erasure": "You have the Right to Erasure", - "consent.right_to_erasure_description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", - "consent.right_to_data_portability": "You have the Right to Data Portability", - "consent.right_to_data_portability_description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", - "consent.export_profile": "Export Profile (.json)", + "consent.right-of-access": "You have the Right of Access", + "consent.right-of-access-description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", + "consent.right-to-rectification": "You have the Right to Rectification", + "consent.right-to-rectification-description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", + "consent.right-to-erasure": "You have the Right to Erasure", + "consent.right-to-erasure-description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", + "consent.right-to-data-portability": "You have the Right to Data Portability", + "consent.right-to-data-portability-description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", + "consent.export-profile": "Export Profile (.json)", "consent.export-profile-success": "Exporting profile, you will get a notification when it is complete.", - "consent.export_uploads": "Export Uploaded Content (.zip)", + "consent.export-uploads": "Export Uploaded Content (.zip)", "consent.export-uploads-success": "Exporting uploads, you will get a notification when it is complete.", - "consent.export_posts": "Export Posts (.csv)", + "consent.export-posts": "Export Posts (.csv)", "consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.", "emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.", "emailUpdate.optional": "This field is optional. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.", diff --git a/public/language/hr/users.json b/public/language/hr/users.json index b224dfd163..4e19ec6e73 100644 --- a/public/language/hr/users.json +++ b/public/language/hr/users.json @@ -1,13 +1,13 @@ { "all-users": "Svi korisnici", - "latest_users": "Posljednji korisnici", - "top_posters": "Najviše objava", - "most_reputation": "Najveća reputacija", - "most_flags": "Najviše zastava", + "latest-users": "Posljednji korisnici", + "top-posters": "Najviše objava", + "most-reputation": "Najveća reputacija", + "most-flags": "Najviše zastava", "search": "Pretraga", - "enter_username": "Unesi korisničko ime za pretragu", + "enter-username": "Unesi korisničko ime za pretragu", "search-user-for-chat": "Pretraži korisnika za započinjanje razgovora", - "load_more": "Učitaj više", + "load-more": "Učitaj više", "users-found-search-took": "%1user(s) pronađeni! Pretraga je trajala %2 sekundi.", "filter-by": "Filtriraj po", "online-only": "Samo na mreži", @@ -15,10 +15,10 @@ "prompt-email": "Email:", "groups-to-join": "Grupe u koje će se dodati:", "invitation-email-sent": "Pozivnica poslana %1", - "user_list": "Popis korisnika", - "recent_topics": "Zadnje teme", - "popular_topics": "Popularne teme", - "unread_topics": "Nepročitane teme", + "user-list": "Popis korisnika", + "recent-topics": "Zadnje teme", + "popular-topics": "Popularne teme", + "unread-topics": "Nepročitane teme", "categories": "Kategorije", "tags": "Tagovi", "no-users-found": "Korisnici nisu pronađeni!" diff --git a/public/language/hu/admin/advanced/database.json b/public/language/hu/admin/advanced/database.json index cafdbc1ce6..b903a088c9 100644 --- a/public/language/hu/admin/advanced/database.json +++ b/public/language/hu/admin/advanced/database.json @@ -17,7 +17,7 @@ "mongo.file-size": "Fájlméret", "mongo.resident-memory": "Rezidens memória", "mongo.virtual-memory": "Virtuális memória", - "mongo.mapped-memory": "Leképezett memória", + "mongo.mapped-memory": "Mapped Memory", "mongo.bytes-in": "Bejövő bájtok", "mongo.bytes-out": "Kimenő bájtok", "mongo.num-requests": "Kérések száma", diff --git a/public/language/hu/admin/advanced/events.json b/public/language/hu/admin/advanced/events.json index b824e98cb9..ae63ff3573 100644 --- a/public/language/hu/admin/advanced/events.json +++ b/public/language/hu/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "Esemény típus", "filter-start": "Kezdő dátum", "filter-end": "Befejező dátum", - "filter-perPage": "Oldalanként" + "filter-per-page": "Oldalanként" } \ No newline at end of file diff --git a/public/language/hu/admin/extend/widgets.json b/public/language/hu/admin/extend/widgets.json index 75770689ed..26f852ed3b 100644 --- a/public/language/hu/admin/extend/widgets.json +++ b/public/language/hu/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "Nincs elérhető modul! Aktiváld a widget essentials beépülőt a beépülők oldalon.", "clone-from": "Modul klónozása innen", "containers.available": "Elérhető tárolók", - "containers.explanation": "Húzd rá az alábbiakat bármely aktív modulra", + "containers.explanation": "Drag and drop on top of any widget", "containers.none": "Nincs", "container.well": "Well", "container.jumbotron": "Jumbotron", @@ -29,5 +29,7 @@ "hide-from-groups": "Elrejtés csoportoknak", "start-date": "Start date", "end-date": "End date", - "hide-on-mobile": "Elrejtés mobilon" + "hide-on-mobile": "Elrejtés mobilon", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/hu/admin/manage/privileges.json b/public/language/hu/admin/manage/privileges.json index 68564ac1c7..2d7b67bb95 100644 --- a/public/language/hu/admin/manage/privileges.json +++ b/public/language/hu/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "Jogosultságok szerkesztése", "select-clear-all": "Mind kiválasztása/törlése", "chat": "Csevegés", + "chat-with-privileged": "Chat with Privileged", "upload-images": "Képek feltöltése", "upload-files": "Fájlok feltöltése", "signature": "Aláírás", @@ -33,7 +34,7 @@ "edit-posts": "Bejegyzés szerkesztése", "view-edit-history": "Szerkesztési előzmény megtekintése", "delete-posts": "Bejegyzés törlése", - "view_deleted": "Törölt bejegyzések megtekintése", + "view-deleted": "Törölt bejegyzések megtekintése", "upvote-posts": "Bejegyzés kedvelése", "downvote-posts": "Bejegyzés nem kedvelése", "delete-topics": "Témakör törlése", diff --git a/public/language/hu/admin/manage/users.json b/public/language/hu/admin/manage/users.json index a36403740f..9a564d8d7d 100644 --- a/public/language/hu/admin/manage/users.json +++ b/public/language/hu/admin/manage/users.json @@ -4,16 +4,21 @@ "edit": "Akciók", "make-admin": "Adminná léptetés", "remove-admin": "Admin törlése", + "change-email": "Change Email", + "new-email": "New Email", "validate-email": "Email érvényesítése", "send-validation-email": "Érvényesítő email küldése", + "change-password": "Change Password", "password-reset-email": "Jelszó helyreállító email küldése", "force-password-reset": "Felhasználó jelszavának helyreállítása és kijelentkeztetése", - "ban": "Felhasználó(k) kitiltása", + "ban": "Ban", + "ban-users": "Ban User(s)", "temp-ban": "Felhasználó(k) kitiltása átmenetileg", "unban": "Felhasználó(k) kitiltásának feloldása", "reset-lockout": "Kizárás visszaállítása", "reset-flags": "Megjelölések visszaállíátsa", - "delete": "Felhasználó(k) törlése", + "delete": "Delete", + "delete-users": "Delete User(s)", "delete-content": "Felhasználó(k) minden tartalmának törlése", "purge": "Felhasználó(k) és minden tartalmának törlése", "download-csv": "CSV letöltése", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "%1 felhasználó kitiltása", "alerts.unban-success": "Felhasználó(k) kitiltása feloldva!", "alerts.lockout-reset-success": "Kizárás(ok) visszaállítva!", + "alerts.password-change-success": "Password(s) changed!", "alerts.flag-reset-success": "Megjelölés(ek) visszaállítva!", "alerts.no-remove-yourself-admin": "Adminisztrátorként nem távolíthatod el saját magad!", "alerts.make-admin-success": "A felhasználó mostmár adminisztrátor.", @@ -106,6 +112,7 @@ "alerts.create": "Felhasználó létrehozása", "alerts.button-create": "Létrehozás", "alerts.button-cancel": "Mégse", + "alerts.button-change": "Change", "alerts.error-passwords-different": "A jelszavaknak egyezniük kell!", "alerts.error-x": "Hiba

%1

", "alerts.create-success": "Felhasználó létrehozva!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "Emailek: ", "alerts.email-sent-to": "Meghívó email elküldve %1 részére", "alerts.x-users-found": "%1 talált felhasználó (%2 másodperc)", + "alerts.select-a-single-user-to-change-email": "Select a single user to change email", "export-users-started": "Felhasználók exportálása CSV formátumban. Ez eltarthat egy darabig. Értesítést fogsz kapni, ha elkészült.", - "export-users-completed": "Felhasználók exportálva CSV formátumban, kattints ide a letöltéshez." + "export-users-completed": "Felhasználók exportálva CSV formátumban, kattints ide a letöltéshez.", + "email": "Email", + "password": "Password", + "manage": "Manage" } \ No newline at end of file diff --git a/public/language/hu/admin/settings/chat.json b/public/language/hu/admin/settings/chat.json index 445944237c..94e9fae5c8 100644 --- a/public/language/hu/admin/settings/chat.json +++ b/public/language/hu/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "Enter 0 to disable this restriction", "chat-settings": "Csevegési beállítások", "disable": "Csevegés letiltása", "disable-editing": "Csevegési üzenetek szerkesztésének/törlésének letiltása", @@ -6,8 +7,10 @@ "max-length": "Csevegési üzenetek maximális hossza", "max-chat-room-name-length": "Maximum length of chat room names", "max-room-size": "A csevegési szobákban lévő felhasználók maximális száma", - "delay": "Csevegési üzenetek közötti idő ezredmásodpercben", - "notification-delay": "Értesítési késleltetés csevegési üzenetekhez. (0: nincs késleltetés)", - "restrictions.seconds-edit-after": "Hány másodpercig marad szerkeszthető egy üzenet az elküldése után. (0: nincs korlátozás)", - "restrictions.seconds-delete-after": "Hány másodpercig marad törölhető egy üzenet az elküldése után. (0: nincs korlátozás)" + "delay": "Time between chat messages (ms)", + "newbieDelay": "... for new users (ms)", + "notification-delay": "Notification delay for chat messages", + "notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.", + "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.", + "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable." } \ No newline at end of file diff --git a/public/language/hu/admin/settings/post.json b/public/language/hu/admin/settings/post.json index d92c577c95..e888c1243d 100644 --- a/public/language/hu/admin/settings/post.json +++ b/public/language/hu/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "Title Length", "restrictions.post-length": "Post Length", "restrictions.days-until-stale": "Hány nap elteltével számítson egy témakör elhagyatottnak", - "restrictions.stale-help": "Ha egy témakör \"elhagyatottnak\" számít, akkor a felhasználók hozzászóláskor egy figyelmeztetést fognak kapni róla.", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "Időbélyegek", "timestamp.cut-off": "Dátum levágása (napokban)", "timestamp.cut-off-help": "A dátumok és idők relatív értelemben jelennek meg (pl.: \"3 órával ezelőtt\" / \"5 nappal ezelőtt\") lefordítva a különböző\n\t\t\t\t\tnyelvekre. Egy bizonyos idő elteltével a szöveg a lokalizált dátumot fogja mutatni\n\t\t\t\t\t(pl.: 5 Nov 2016 15:30).
(Alapértelmezett: 30, avagy egy hónap). Állítsd 0-ra, hogy mindig a dátumok jelenjenek meg vagy hagyd üresen, hogy mindig a relatív idők jelenjenek meg.", diff --git a/public/language/hu/admin/settings/user.json b/public/language/hu/admin/settings/user.json index 751ad4e535..405f4ca0d6 100644 --- a/public/language/hu/admin/settings/user.json +++ b/public/language/hu/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "Felhasználónév vagy email cím", "allow-login-with.username": "Csak felhasználónév", "account-settings": "Fiók beállítások", - "gdpr_enabled": "GDPR hozzájárulás gyűjtésének engedélyezése", - "gdpr_enabled_help": "Ha engedélyezett, minden új regisztrációnál hozzájárulását kell adnia a felhasználónak az adatai mentéséhez és felhasználásához az Általános adatvédelmi rendelet(GDPR) értelmében. Megjegyzés: A GDPR engedélyezése nem kéri a már meglévő felhasználóktól, hogy fogadják el az adatgyűjtést és felhasználást. Ehhez telepítened kell a GDPR beépülőt.", + "gdpr-enabled": "GDPR hozzájárulás gyűjtésének engedélyezése", + "gdpr-enabled-help": "Ha engedélyezett, minden új regisztrációnál hozzájárulását kell adnia a felhasználónak az adatai mentéséhez és felhasználásához az Általános adatvédelmi rendelet(GDPR) értelmében. Megjegyzés: A GDPR engedélyezése nem kéri a már meglévő felhasználóktól, hogy fogadják el az adatgyűjtést és felhasználást. Ehhez telepítened kell a GDPR beépülőt.", "disable-username-changes": "Felhasználónév módosítás letiltása", "disable-email-changes": "Email cím módosítás letiltása", "disable-password-changes": "Jelszó módosítás letiltása", diff --git a/public/language/hu/category.json b/public/language/hu/category.json index 310d5870e3..ed02189dda 100644 --- a/public/language/hu/category.json +++ b/public/language/hu/category.json @@ -1,12 +1,12 @@ { "category": "Kategória", "subcategories": "Alkategóriák", - "new_topic_button": "Új témakör", + "new-topic-button": "Új témakör", "guest-login-post": "Lépj be a hozzászóláshoz", - "no_topics": "Nincs témakör a kategóriában.Miért nem próbálsz létrehozni egyet?", + "no-topics": "Nincs témakör a kategóriában.Miért nem próbálsz létrehozni egyet?", "browsing": "böngészés", - "no_replies": "Nem érkezett válasz", - "no_new_posts": "Nincs új hozzászólás.", + "no-replies": "Nem érkezett válasz", + "no-new-posts": "Nincs új hozzászólás.", "watch": "Figyelés", "ignore": "Mellőzés", "watching": "Figyelés", diff --git a/public/language/hu/email.json b/public/language/hu/email.json index e1daae30bb..558ecb2d21 100644 --- a/public/language/hu/email.json +++ b/public/language/hu/email.json @@ -3,8 +3,8 @@ "password-reset-requested": "Jelszó megváltoztatás kérvényezve!", "welcome-to": "Üdvözlet a(z) %1 oldalon", "invite": "Meghívó a(z) %1 oldalra", - "greeting_no_name": "Helló", - "greeting_with_name": "Helló %1", + "greeting-no-name": "Helló", + "greeting-with-name": "Helló %1", "email.verify-your-email.subject": "Kérlek erősítsd meg az email címed.", "email.verify.text1": "You've requested that we change or confirm your email address", "email.verify.text2": "For security purposes, we only change or confirm the email address on file once its ownership has been confirmed via email. If you did not request this, no action is required on your part.", @@ -24,7 +24,7 @@ "reset.notify.text2": "Ha nem te voltál az, kérlek, azonnal értesíts egy adminisztrátort.", "digest.unread-rooms": "Unread rooms", "digest.room-name-unreadcount": "%1 (%2 unread)", - "digest.latest_topics": "Legutóbbi témakörök a következőből: %1", + "digest.latest-topics": "Legutóbbi témakörök a következőből: %1", "digest.top-topics": "Legfontosabb témakörök innen: %1", "digest.popular-topics": "Népszerű témakörök innen: %1", "digest.cta": "Kattints ide a(z) %1 meglátogatásához", @@ -36,8 +36,8 @@ "digest.title.day": "Napi összefoglalód", "digest.title.week": "Heti összefoglalód", "digest.title.month": "Havi összefoglalód", - "notif.chat.subject": "Új chat üzenet érkezett a következőtől: %1", - "notif.chat.public-chat-subject": "New message from %1 in room %2", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "Kattints ide a beszélgetés folytatásához", "notif.chat.unsub.info": "Ez a chat-értesítés a feliratkozási beállításaid miatt lett kiküldve.", "notif.post.unsub.info": "Ez a hozzászólás-értesítés a feliratkozási beállításaid miatt lett kiküldve.", diff --git a/public/language/hu/error.json b/public/language/hu/error.json index bb1825f9c4..448a023ea5 100644 --- a/public/language/hu/error.json +++ b/public/language/hu/error.json @@ -184,6 +184,7 @@ "post-flagged-too-many-times": "Ez a bejegyzés már meg lett jelölve egy másik felhasználó által", "user-flagged-too-many-times": "Ez a felhasználó már meg lett jelölve egy másik felhasználó által", "cant-flag-privileged": "Nem jelentheted be felhatalmazott felhasználókat vagy a bejegyzéseik tartalmát (moderátor/globális moderátor/adminok)", + "cant-locate-flag-report": "Cannot locate flag report", "self-vote": "Nem szavazhatsz a saját hozzászólásodra", "too-many-upvotes-today": "Naponta csak %1 alkalommal szavazhat pozitívan", "too-many-upvotes-today-user": "Egy felhasználóra naponta csak %1 alkalommal szavazhat pozitívan", diff --git a/public/language/hu/flags.json b/public/language/hu/flags.json index b62147ea08..3b46cc7cc4 100644 --- a/public/language/hu/flags.json +++ b/public/language/hu/flags.json @@ -1,5 +1,6 @@ { "state": "Állapot", + "report": "Report", "reports": "Jelentés", "first-reported": "Először jelentve", "no-flags": "Hurrá! Nincs megjelölés.", @@ -8,6 +9,8 @@ "update": "Frissítés", "updated": "Frissítve", "resolved": "Megoldva", + "report-added": "Added", + "report-rescinded": "Rescinded", "target-purged": "A tartalom amire a jelölő mutat már meg lett tiszítva vagy nem létezik.", "target-aboutme-empty": "This user has no "About Me" set.", diff --git a/public/language/hu/global.json b/public/language/hu/global.json index adccf9109c..9cbc9b9017 100644 --- a/public/language/hu/global.json +++ b/public/language/hu/global.json @@ -13,19 +13,19 @@ "400.message": "It looks like this link is malformed, please double-check and try again.
Return to the home page.
", "register": "Regisztrálás", "login": "Belépés", - "please_log_in": "Jelentkezz be", + "please-log-in": "Jelentkezz be", "logout": "Kijelentkezés", - "posting_restriction_info": "A hozzászólás regisztrációhoz kötött, kérlek kattints ide a belépéshez.", - "welcome_back": "Üdvözlünk újra közöttünk", - "you_have_successfully_logged_in": "Sikeresen beléptél", - "save_changes": "Változások mentése", + "posting-restriction-info": "A hozzászólás regisztrációhoz kötött, kérlek kattints ide a belépéshez.", + "welcome-back": "Üdvözlünk újra közöttünk", + "you-have-successfully-logged-in": "Sikeresen beléptél", + "save-changes": "Változások mentése", "save": "Mentés", "create": "Create", "cancel": "Cancel", "close": "Bezárás", "pagination": "Lapozás", - "pagination.out_of": "%1 / %2", - "pagination.enter_index": "Ugrás a bejegyzés indexére", + "pagination.out-of": "%1 / %2", + "pagination.enter-index": "Ugrás a bejegyzés indexére", "header.admin": "Admin", "header.categories": "Kategóriák", "header.recent": "Legutóbbi", @@ -80,25 +80,25 @@ "lastpost": "Utolsó bejegyzés", "firstpost": "Első bejegyzés", "about": "Rólam", - "read_more": "további olvasása", + "read-more": "további olvasása", "more": "Több", "none": "Egyik sem", - "posted_ago_by_guest": "%1 vendég hozzászólás", - "posted_ago_by": "%2 hozzászólás %1", - "posted_ago": "%1 hozzászólás", - "posted_in": "hozzászólt itt: %1", - "posted_in_by": "%2 hozzászólt itt: %1", - "posted_in_ago": "hozzászólva: %1, %2", - "posted_in_ago_by": "%3 hozzászólt: %1, %2", - "user_posted_ago": "%1 hozzászólt %2", - "guest_posted_ago": "Vendég hozzászólás %1", - "last_edited_by": "utoljára %1 szerkesztette", + "posted-ago-by-guest": "%1 vendég hozzászólás", + "posted-ago-by": "%2 hozzászólás %1", + "posted-ago": "%1 hozzászólás", + "posted-in": "hozzászólt itt: %1", + "posted-in-by": "%2 hozzászólt itt: %1", + "posted-in-ago": "hozzászólva: %1, %2", + "posted-in-ago-by": "%3 hozzászólt: %1, %2", + "user-posted-ago": "%1 hozzászólt %2", + "guest-posted-ago": "Vendég hozzászólás %1", + "last-edited-by": "utoljára %1 szerkesztette", "edited-timestamp": "Szerkesztett %1", "norecentposts": "Nincs legutóbbi hozzászólás", "norecenttopics": "Nincs legutóbbi témakör", "recentposts": "Legutóbbi hozzászólások", "recentips": "Utoljára bejelentkezett IP címek", - "moderator_tools": "Moderátori eszközök", + "moderator-tools": "Moderátori eszközök", "status": "Státusz", "online": "Elérhető", "away": "Nincs a gépnél", @@ -109,7 +109,7 @@ "language": "Nyelv", "guest": "Vendég", "guests": "Vendég", - "former_user": "Egy korábbi felhasználó", + "former-user": "Egy korábbi felhasználó", "system-user": "Rendszer", "unknown-user": "Ismeretlen felhasználó", "updated.title": "Fórum frissítve", @@ -117,12 +117,12 @@ "privacy": "Titoktartás", "follow": "Követés", "unfollow": "Nincs követés", - "delete_all": "Összes törlése", + "delete-all": "Összes törlése", "map": "Térkép", "sessions": "Belépési munkamenetek", - "ip_address": "IP-cím", - "enter_page_number": "Oldalszám megadása", - "upload_file": "Fájl feltöltése", + "ip-address": "IP-cím", + "enter-page-number": "Oldalszám megadása", + "upload-file": "Fájl feltöltése", "upload": "Feltöltés", "uploads": "Feltöltések", "allowed-file-types": "Támogatott fájltípusok: %1", @@ -131,7 +131,7 @@ "play": "Lejátszás", "cookies.message": "A weboldal sütiket használ, a legjobb weboldalas élmény érdekében.", "cookies.accept": "Értem!", - "cookies.learn_more": "Tudnivalók", + "cookies.learn-more": "Tudnivalók", "edited": "Szerkesztett", "disabled": "Letiltva", "select": "Kiválaszt", diff --git a/public/language/hu/groups.json b/public/language/hu/groups.json index c9bcaad6bd..261552fd30 100644 --- a/public/language/hu/groups.json +++ b/public/language/hu/groups.json @@ -2,65 +2,65 @@ "all-groups": "All groups", "groups": "Csoportok", "members": "Felhasználók", - "view_group": "Csoport megtekintés", + "view-group": "Csoport megtekintés", "owner": "Csoport tulajdonosa", - "new_group": "Új csoport létrehozása", - "no_groups_found": "Nincs megjeleníthető csoport", + "new-group": "Új csoport létrehozása", + "no-groups-found": "Nincs megjeleníthető csoport", "pending.accept": "Elfogad", "pending.reject": "Elutasít", - "pending.accept_all": "Mind elfogad", - "pending.reject_all": "Mind elutasít", + "pending.accept-all": "Mind elfogad", + "pending.reject-all": "Mind elutasít", "pending.none": "Jelenleg nincsen függő tagság", "invited.none": "Jelenleg nincs meghívott tag", "invited.uninvite": "Meghívás törlése", "invited.search": "Felhasználó keresése a csoportba invitáláshoz", - "invited.notification_title": "Meghívtak, hogy csatlakozz a(z) %1 csoporthoz", - "request.notification_title": "%1 csoporttagsági kérelmet küldött", - "request.notification_text": "%1 kérvényezi, hogy a(z) %2 tagja lehessen", + "invited.notification-title": "Meghívtak, hogy csatlakozz a(z) %1 csoporthoz", + "request.notification-title": "%1 csoporttagsági kérelmet küldött", + "request.notification-text": "%1 kérvényezi, hogy a(z) %2 tagja lehessen", "cover-save": "Mentés", "cover-saving": "Mentés", "details.title": "Csoport részletei", "details.members": "Tagok listája", "details.pending": "Függőben levő tagok", "details.invited": "Meghívott tagok", - "details.has_no_posts": "A csoport tagjai nem tettek még közzé hozzászólást.", - "details.latest_posts": "Legutóbbi hozzászólások", + "details.has-no-posts": "A csoport tagjai nem tettek még közzé hozzászólást.", + "details.latest-posts": "Legutóbbi hozzászólások", "details.private": "Privát", "details.disableJoinRequests": "Csatlakozási kérelem kikapcsolva", "details.disableLeave": "Felhasználók nem hagyhatják el ezt a csoportot", "details.grant": "Tulajdonjog megadása/törlése", "details.kick": "Kirúgás", - "details.kick_confirm": "Biztos el akarod távolítani ezt a tagot a csoportból?", + "details.kick-confirm": "Biztos el akarod távolítani ezt a tagot a csoportból?", "details.add-member": "Tag hozzá adása", - "details.owner_options": "Csoportadminisztrátor", - "details.group_name": "Csoport neve", - "details.member_count": "Tagok száma", - "details.creation_date": "Létrehozás dátuma", + "details.owner-options": "Csoportadminisztrátor", + "details.group-name": "Csoport neve", + "details.member-count": "Tagok száma", + "details.creation-date": "Létrehozás dátuma", "details.description": "Leírás", "details.member-post-cids": "Kategóriák megjelenítése bejegyzésekből", - "details.badge_preview": "Jelvény előnézet", - "details.change_icon": "Ikon módosítása", - "details.change_label_colour": "Címke színének megváltoztatása", - "details.change_text_colour": "Szöveg színének megváltoztatása", - "details.badge_text": "Jelvény szövege", + "details.badge-preview": "Jelvény előnézet", + "details.change-icon": "Ikon módosítása", + "details.change-label-colour": "Címke színének megváltoztatása", + "details.change-text-colour": "Szöveg színének megváltoztatása", + "details.badge-text": "Jelvény szövege", "details.userTitleEnabled": "Jelvény megjelenítése", - "details.private_help": "Ha engedélyezett, a csoport tulajdonosa hagyja jóvá a csoporthoz csatlakozást", + "details.private-help": "Ha engedélyezett, a csoport tulajdonosa hagyja jóvá a csoporthoz csatlakozást", "details.hidden": "Rejtett", - "details.hidden_help": "Ha engedélyezett, a csoport nem jelenik meg a csoportlistán, és a felhasználókat manuálisan kell meghívni", - "details.delete_group": "Csoport törlése", - "details.private_system_help": "A privát csoportok rendszerszinten vannak kikapcsolva, így ez a beállítás semmit sem csinál", + "details.hidden-help": "Ha engedélyezett, a csoport nem jelenik meg a csoportlistán, és a felhasználókat manuálisan kell meghívni", + "details.delete-group": "Csoport törlése", + "details.private-system-help": "A privát csoportok rendszerszinten vannak kikapcsolva, így ez a beállítás semmit sem csinál", "event.updated": "A csoport részletei frissítve", "event.deleted": "A(z) \"%1\" csoport törölve", "membership.accept-invitation": "Meghívás elfogadása", - "membership.accept.notification_title": "Most már a tagja vagy a(z) %1", + "membership.accept.notification-title": "Most már a tagja vagy a(z) %1", "membership.invitation-pending": "Függőben levő meghívás", "membership.join-group": "Csoporthoz csatlakozás", "membership.leave-group": "Csoport elhagyása", - "membership.leave.notification_title": "%1 elhagyta a csoportot %2", + "membership.leave.notification-title": "%1 elhagyta a csoportot %2", "membership.reject": "Elutasítás", - "new-group.group_name": "Csoport neve:", + "new-group.group-name": "Csoport neve:", "upload-group-cover": "Csoport fedőkép feltöltése", "bulk-invite-instructions": "Add meg vesszővel elválasztva a csoportba meghívandó felhasználóneveket", "bulk-invite": "Tömeges meghívás", - "remove_group_cover_confirm": "Biztos el akarod távolítani a fedőképet?" + "remove-group-cover-confirm": "Biztos el akarod távolítani a fedőképet?" } \ No newline at end of file diff --git a/public/language/hu/login.json b/public/language/hu/login.json index d9874de691..e59eb7f178 100644 --- a/public/language/hu/login.json +++ b/public/language/hu/login.json @@ -1,12 +1,12 @@ { "username-email": "Felhasználónév / E-mail", "username": "Felhasználónév", - "remember_me": "Emlékezzen rám?", - "forgot_password": "Elfelejtetted a jelszót?", - "alternative_logins": "Alternatív belépés", - "failed_login_attempt": "Sikertelen belépés", - "login_successful": "Sikeresen beléptél!", - "dont_have_account": "Még nincs fiókod?", + "remember-me": "Emlékezzen rám?", + "forgot-password": "Elfelejtetted a jelszót?", + "alternative-logins": "Alternatív belépés", + "failed-login-attempt": "Sikertelen belépés", + "login-successful": "Sikeresen beléptél!", + "dont-have-account": "Még nincs fiókod?", "logged-out-due-to-inactivity": "Inaktivitás miatt ki lettél jelentkeztetve az Adminisztrációs vezérlőpultból", "caps-lock-enabled": "Caps Lock bekapcsolva" } \ No newline at end of file diff --git a/public/language/hu/modules.json b/public/language/hu/modules.json index 2e31addbaf..03811c99c7 100644 --- a/public/language/hu/modules.json +++ b/public/language/hu/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "Room %1", - "chat.chatting_with": "Csevegés vele", + "chat.chatting-with": "Csevegés vele", "chat.placeholder": "Írja be ide a csevegőüzenetet, húzza át a képeket, majd nyomja meg az Enter billentyűt a küldéshez", "chat.placeholder.mobile": "Írja be ide a csevegő üzenetet", "chat.scroll-up-alert": "Go to most recent message", @@ -8,12 +8,15 @@ "chat.chat-with-usernames": "Csevegés a következővel: %1", "chat.chat-with-usernames-and-x-others": "Csevegés %1 és %2 másik személyekkel", "chat.send": "Küldés", - "chat.no_active": "Nincs aktív csevegésed.", - "chat.user_typing": "%1 éppen ír ...", - "chat.user_has_messaged_you": "%1 üzenetet küldött.", + "chat.no-active": "Nincs aktív csevegésed.", + "chat.user-typing-1": "%1 is typing ...", + "chat.user-typing-2": "%1 and %2 are typing ...", + "chat.user-typing-3": "%1, %2 and %3 are typing ...", + "chat.user-typing-n": "%1, %2 and %3 others are typing ...", + "chat.user-has-messaged-you": "%1 üzenetet küldött.", "chat.replying-to": "Replying to %1", - "chat.see_all": "Összes csevegés", - "chat.mark_all_read": "Összes olvasottként jelölése", + "chat.see-all": "Összes csevegés", + "chat.mark-all-read": "Összes olvasottként jelölése", "chat.no-messages": "Válasszuk ki a címzettet és tekintsük meg a chat előzményeket", "chat.no-users-in-room": "Nincs felhasználó a szobában", "chat.recent-chats": "Legutóbbi csevegések", @@ -24,12 +27,16 @@ "chat.pop-out": "Felugró csevegés", "chat.minimize": "Kis méret", "chat.maximize": "Teljes méret", - "chat.seven_days": "7 nap", - "chat.thirty_days": "30 nap", - "chat.three_months": "3 hónap", - "chat.delete_message_confirm": "Biztos törölni akarod az üzenetet?", + "chat.seven-days": "7 nap", + "chat.thirty-days": "30 nap", + "chat.three-months": "3 hónap", + "chat.delete-message-confirm": "Biztos törölni akarod az üzenetet?", "chat.retrieving-users": "Felhasználók lekérése...", "chat.view-users-list": "View users list", + "chat.pinned-messages": "Pinned Messages", + "chat.no-pinned-messages": "There are no pinned messages", + "chat.pin-message": "Pin Message", + "chat.unpin-message": "Unpin Message", "chat.public-rooms": "Public Rooms (%1)", "chat.private-rooms": "Private Rooms (%1)", "chat.create-room": "Create Chat Room", @@ -67,17 +74,24 @@ "chat.system.user-leave": "%1 has left the room ", "chat.system.room-rename": "%2 has renamed this room to \"%1\" ", "composer.compose": "Üzenetírás", - "composer.show_preview": "Előnézet megjelenítése", - "composer.hide_preview": "Előnézet elrejtése", + "composer.show-preview": "Előnézet megjelenítése", + "composer.hide-preview": "Előnézet elrejtése", "composer.help": "Segítség", - "composer.user_said_in": "%1 válasza, %2:", - "composer.user_said": "%1 válasza:", + "composer.user-said-in": "%1 válasza, %2:", + "composer.user-said": "%1 válasza:", "composer.discard": "Biztosan el akarod vetni a hozzászólást?", - "composer.submit_and_lock": "Küldés és zárolás", - "composer.toggle_dropdown": "Legördülő kapcsoló", + "composer.submit-and-lock": "Küldés és zárolás", + "composer.toggle-dropdown": "Legördülő kapcsoló", "composer.uploading": "%1 feltöltése", "composer.formatting.bold": "Félkövér", "composer.formatting.italic": "Dőlt", + "composer.formatting.heading": "Heading", + "composer.formatting.heading1": "Heading 1", + "composer.formatting.heading2": "Heading 2", + "composer.formatting.heading3": "Heading 3", + "composer.formatting.heading4": "Heading 4", + "composer.formatting.heading5": "Heading 5", + "composer.formatting.heading6": "Heading 6", "composer.formatting.list": "Felsorolás", "composer.formatting.strikethrough": "Áthúzás", "composer.formatting.code": "Code", @@ -85,9 +99,10 @@ "composer.formatting.picture": "Kép hivatkozás", "composer.upload-picture": "Kép feltöltése", "composer.upload-file": "Fájl feltöltése", - "composer.zen_mode": "Zen mód", - "composer.select_category": "Kategória választása", + "composer.zen-mode": "Zen mód", + "composer.select-category": "Kategória választása", "composer.textarea.placeholder": "Add meg a bejegyzés tartalmát, húzd be ide a képet", + "composer.post-queue-alert": "Hello👋!
This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.", "composer.schedule-for": "Témakör időzítése", "composer.schedule-date": "Dátum", "composer.schedule-time": "Idő", @@ -102,8 +117,8 @@ "bootbox.confirm": "Megerősítés", "bootbox.submit": "Küldés", "bootbox.send": "Küldés", - "cover.dragging_title": "Fedőkép pozíciója", - "cover.dragging_message": "Húzd a fedőképet a kívánt pozícióba, majd \"Mentés\"", + "cover.dragging-title": "Fedőkép pozíciója", + "cover.dragging-message": "Húzd a fedőképet a kívánt pozícióba, majd \"Mentés\"", "cover.saved": "Fedőkép és annak pozíciója elmentve", "thumbs.modal.title": "Témakör indexképének kezelése", "thumbs.modal.no-thumbs": "Nem található indexkép.", diff --git a/public/language/hu/notifications.json b/public/language/hu/notifications.json index 6611e4fb19..f85fd35c5d 100644 --- a/public/language/hu/notifications.json +++ b/public/language/hu/notifications.json @@ -1,59 +1,68 @@ { "title": "Értesítések", - "no_notifs": "Nincsenek új értesítéseid", - "see_all": "Összes értesítés", - "mark_all_read": "Összes olvasottként jelölése", - "back_to_home": "Vissza - %1", - "outgoing_link": "Külső hivatkozás", - "outgoing_link_message": "Most elhagyod az oldalt: %1", - "continue_to": "%1 megnyitása", - "return_to": "Vissza - %1", - "new_notification": "Új értesítésed érkezett", - "you_have_unread_notifications": "Olvasatlan értesítéseid vannak.", + "no-notifs": "Nincsenek új értesítéseid", + "see-all": "Összes értesítés", + "mark-all-read": "Összes olvasottként jelölése", + "back-to-home": "Vissza - %1", + "outgoing-link": "Külső hivatkozás", + "outgoing-link-message": "Most elhagyod az oldalt: %1", + "continue-to": "%1 megnyitása", + "return-to": "Vissza - %1", + "new-notification": "Új értesítésed érkezett", + "you-have-unread-notifications": "Olvasatlan értesítéseid vannak.", "all": "Mind", "topics": "Témakör", + "tags": "Tags", "replies": "Válasz", "chat": "Chat", "group-chat": "Csoport Csevegők", "public-chat": "Public Chats", "follows": "Követés", "upvote": "Kedvelés", + "awards": "Awards", "new-flags": "Új megjelölés", "my-flags": "Hozzám társított megjelölés", "bans": "Kitiltás", - "new_message_from": "Új üzenet, feladó: %1", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1 kedvelte a hozzászólásod itt: %2.", - "upvoted_your_post_in_dual": "%1 és %2 kedvelte a hozzászólásod itt: %3.", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "%1 áthelyezte a hozzászólásod ide: %2", - "moved_your_topic": "%1 áthelyezve: %2", - "user_flagged_post_in": "%1 megjelölt egy hozzászólást itt: %2", - "user_flagged_post_in_dual": "%1 és%2 megjelölt egy hozzászólást itt: %3", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1 megjelölt egy felhasználói profilt (%2)", - "user_flagged_user_dual": "%1 és %2 megjelölt egy felhasználói profilt (%3)", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "%1 választ írt neki: %2", - "user_posted_to_dual": "%1 és%2 választ írt neki: %3", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1 új témakört hozott létre: %2", - "user_edited_post": "%1 has edited a post in %2", - "user_started_following_you": "%1 elkezdett követni téged.", - "user_started_following_you_dual": "%1 és%2 elkezdett követni téged.", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1 regisztrációs kérvényt nyújtott be.", - "new_register_multiple": "Jelenleg %1 regisztrációs kérvény vár elbírálásra.", - "flag_assigned_to_you": "%1 megjelölés hozzád van társítva", - "post_awaiting_review": "A hozzászólás átnézésre vár", + "new-message-from": "Új üzenet, feladó: %1", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 wrote in %3", + "user-posted-in-public-room-dual": "%1 and %2 wrote in %4", + "user-posted-in-public-room-triple": "%1, %2 and %3 wrote in %5", + "user-posted-in-public-room-multiple": "%1, %2 and %3 others wrote in %5", + "upvoted-your-post-in": "%1 kedvelte a hozzászólásod itt: %2.", + "upvoted-your-post-in-dual": "%1 és %2 kedvelte a hozzászólásod itt: %3.", + "upvoted-your-post-in-triple": "%1, %2 and %3 have upvoted your post in %4.", + "upvoted-your-post-in-multiple": "%1, %2 and %3 others have upvoted your post in %4.", + "moved-your-post": "%1 áthelyezte a hozzászólásod ide: %2", + "moved-your-topic": "%1 áthelyezve: %2", + "user-flagged-post-in": "%1 megjelölt egy hozzászólást itt: %2", + "user-flagged-post-in-dual": "%1 és%2 megjelölt egy hozzászólást itt: %3", + "user-flagged-post-in-triple": "%1, %2 and %3 flagged a post in %4", + "user-flagged-post-in-multiple": "%1, %2 and %3 others flagged a post in %4", + "user-flagged-user": "%1 megjelölt egy felhasználói profilt (%2)", + "user-flagged-user-dual": "%1 és %2 megjelölt egy felhasználói profilt (%3)", + "user-flagged-user-triple": "%1, %2 and %3 flagged a user profile (%4)", + "user-flagged-user-multiple": "%1, %2 and %3 others flagged a user profile (%4)", + "user-posted-to": "%1 választ írt neki: %2", + "user-posted-to-dual": "%1 és%2 választ írt neki: %3", + "user-posted-to-triple": "%1, %2 and %3 have posted replies to: %4", + "user-posted-to-multiple": "%1, %2 and %3 others have posted replies to: %4", + "user-posted-topic": "%1 új témakört hozott létre: %2", + "user-edited-post": "%1 has edited a post in %2", + "user-posted-topic-with-tag": "%1 has posted a new topic with tag %2", + "user-posted-topic-with-tag-dual": "%1 has posted a new topic with tags %2 and %3", + "user-posted-topic-with-tag-triple": "%1 has posted a new topic with tags %2, %3 and %4", + "user-posted-topic-with-tag-multiple": "%1 has posted a new topic with tags %2", + "user-started-following-you": "%1 elkezdett követni téged.", + "user-started-following-you-dual": "%1 és%2 elkezdett követni téged.", + "user-started-following-you-triple": "%1, %2 and %3 started following you.", + "user-started-following-you-multiple": "%1, %2 and %3 others started following you.", + "new-register": "%1 regisztrációs kérvényt nyújtott be.", + "new-register-multiple": "Jelenleg %1 regisztrációs kérvény vár elbírálásra.", + "flag-assigned-to-you": "%1 megjelölés hozzád van társítva", + "post-awaiting-review": "A hozzászólás átnézésre vár", "profile-exported": "%1 profile exported, click to download", "posts-exported": "%1 posts exported, click to download", "uploads-exported": "%1 uploads exported, click to download", @@ -66,22 +75,24 @@ "email-confirm-error-message": "Probléma lépett fel az e-mail címed megerősítésekor. Talán a kód érvénytelen volt vagy lejárt.", "email-confirm-sent": "Megerősítő e-mail elküldve.", "none": "Nincs", - "notification_only": "Csak értesítés", - "email_only": "Csak e-mail", - "notification_and_email": "Értesítés és e-mail", - "notificationType_upvote": "Mikor valaki kedveli a hozzászólásod", - "notificationType_new-topic": "Mikor egy követett felhasználód hozzászól", - "notificationType_new-reply": "Mikor egy általad figyelt témakörre válasz érkezik", - "notificationType_post-edit": "Mikor egy a megfigyelt témakörön belül módosítanak egy bejegyzést", - "notificationType_follow": "Mikor valaki elkezd követni téged", - "notificationType_new-chat": "Mikor chat üzenetet kapsz", - "notificationType_new-group-chat": "Mikor kapsz egy csoportos chat üzenetet", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "Mikor csoportmeghívást kapsz", - "notificationType_group-leave": "Mikor egy felhasználó elhagyja a csoportot", - "notificationType_group-request-membership": "Mikor valaki jelentkezni szeretne a csoportba ami a tiéd", - "notificationType_new-register": "Mikor valaki a regisztrációs várólistára kerül", - "notificationType_post-queue": "Mikor egy új hozzászólás várólistára kerül", - "notificationType_new-post-flag": "Mikor egy hozzászólás megjelölésre kerül", - "notificationType_new-user-flag": "Mikor egy felhasználó megjelölésre kerül" + "notification-only": "Csak értesítés", + "email-only": "Csak e-mail", + "notification-and-email": "Értesítés és e-mail", + "notificationType-upvote": "Mikor valaki kedveli a hozzászólásod", + "notificationType-new-topic": "Mikor egy követett felhasználód hozzászól", + "notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow", + "notificationType-new-reply": "Mikor egy általad figyelt témakörre válasz érkezik", + "notificationType-post-edit": "Mikor egy a megfigyelt témakörön belül módosítanak egy bejegyzést", + "notificationType-follow": "Mikor valaki elkezd követni téged", + "notificationType-new-chat": "Mikor chat üzenetet kapsz", + "notificationType-new-group-chat": "Mikor kapsz egy csoportos chat üzenetet", + "notificationType-new-public-chat": "When you receive a public group chat message", + "notificationType-group-invite": "Mikor csoportmeghívást kapsz", + "notificationType-group-leave": "Mikor egy felhasználó elhagyja a csoportot", + "notificationType-group-request-membership": "Mikor valaki jelentkezni szeretne a csoportba ami a tiéd", + "notificationType-new-register": "Mikor valaki a regisztrációs várólistára kerül", + "notificationType-post-queue": "Mikor egy új hozzászólás várólistára kerül", + "notificationType-new-post-flag": "Mikor egy hozzászólás megjelölésre kerül", + "notificationType-new-user-flag": "Mikor egy felhasználó megjelölésre kerül", + "notificationType-new-reward": "When you earn a new reward" } \ No newline at end of file diff --git a/public/language/hu/pages.json b/public/language/hu/pages.json index 0f0e9829a6..b7cbbf034d 100644 --- a/public/language/hu/pages.json +++ b/public/language/hu/pages.json @@ -47,7 +47,8 @@ "account/latest-posts": "%1 által írt utolsó hozzászólások", "account/topics": "%1 által létrehozott témakörök", "account/groups": "%1 csoportjai", - "account/watched_categories": "%1 megfigyelt kategóriái", + "account/watched-categories": "%1 megfigyelt kategóriái", + "account/watched-tags": "%1's Watched Tags", "account/bookmarks": "%1 könyvjelzőzött hozzászólásai", "account/settings": "Felhasználói beállítások", "account/settings-of": "%1 beállításainak módosítása", diff --git a/public/language/hu/recent.json b/public/language/hu/recent.json index f89fc88673..4e51a70dce 100644 --- a/public/language/hu/recent.json +++ b/public/language/hu/recent.json @@ -5,7 +5,7 @@ "month": "Hónap", "year": "Év", "alltime": "Bármikor", - "no_recent_topics": "Nincs friss témakör.", - "no_popular_topics": "Nincs népszerű témakör.", + "no-recent-topics": "Nincs friss témakör.", + "no-popular-topics": "Nincs népszerű témakör.", "load-new-posts": "Új bejegyzések betöltése" } \ No newline at end of file diff --git a/public/language/hu/register.json b/public/language/hu/register.json index 8da043d49a..9d47c2f995 100644 --- a/public/language/hu/register.json +++ b/public/language/hu/register.json @@ -1,32 +1,32 @@ { "register": "Regisztráció", "already-have-account": "Already have an account?", - "cancel_registration": "Regisztráció megszakítása", + "cancel-registration": "Regisztráció megszakítása", "help.email": "Alapértelmezetten az e-mail címed rejtve van a nyilvánosság előtt.", - "help.username_restrictions": "Egyedi felhasználói név %1 és %2 karakterek között. A többiek az alábbi módon említhetnek meg: @becenév.", - "help.minimum_password_length": "A jelszónak legalább %1 karakter hosszúnak kell lennie.", - "email_address": "E-mail cím", - "email_address_placeholder": "E-mail cím megadása", + "help.username-restrictions": "Egyedi felhasználói név %1 és %2 karakterek között. A többiek az alábbi módon említhetnek meg: @becenév.", + "help.minimum-password-length": "A jelszónak legalább %1 karakter hosszúnak kell lennie.", + "email-address": "E-mail cím", + "email-address-placeholder": "E-mail cím megadása", "username": "Felhasználónév", - "username_placeholder": "Felhasználónév megadása", + "username-placeholder": "Felhasználónév megadása", "password": "Jelszó", - "password_placeholder": "Jelszó megadása", - "confirm_password": "Jelszó megerősítése", - "confirm_password_placeholder": "Jelszó megerősítése", - "register_now_button": "Regisztrálás", - "alternative_registration": "Alternatív regisztráció", - "terms_of_use": "Használati feltételek", - "agree_to_terms_of_use": "Elfogadom a Használati feltételeket", - "terms_of_use_error": "El kell fogadnod a Használati feltételeket", + "password-placeholder": "Jelszó megadása", + "confirm-password": "Jelszó megerősítése", + "confirm-password-placeholder": "Jelszó megerősítése", + "register-now-button": "Regisztrálás", + "alternative-registration": "Alternatív regisztráció", + "terms-of-use": "Használati feltételek", + "agree-to-terms-of-use": "Elfogadom a Használati feltételeket", + "terms-of-use-error": "El kell fogadnod a Használati feltételeket", "registration-added-to-queue": "A regisztráció jóváhagyásra vár. Kapni fogsz egy e-mailt, amint az adminisztrátor elfogadja.", "registration-queue-average-time": "A tagság átlagos elfogadási ideje %1 óra %2 perc.", "registration-queue-auto-approve-time": "A fórum tagságod aktiválva lesz az elkövetkezendő %1 órában.", "interstitial.intro": "We'd like some additional information in order to update your account…", "interstitial.intro-new": "We'd like some additional information before we can create your account…", "interstitial.errors-found": "Kérjük, tekintse át a megadott adatokat:", - "gdpr_agree_data": "Hozzájárulok ahhoz, hogy személyes adataimat ez a weboldal gyűjtse és feldolgozza.", - "gdpr_agree_email": "Hozzájárulok, hogy kapjak erről az oldalról összefoglalókat és értesítő emaileket.", - "gdpr_consent_denied": "Hozzá kell járulnod ahhoz, hogy ez a feboldal megkapja a személyes információidat és emaileket küldhessen neked.", + "gdpr-agree-data": "Hozzájárulok ahhoz, hogy személyes adataimat ez a weboldal gyűjtse és feldolgozza.", + "gdpr-agree-email": "Hozzájárulok, hogy kapjak erről az oldalról összefoglalókat és értesítő emaileket.", + "gdpr-consent-denied": "Hozzá kell járulnod ahhoz, hogy ez a feboldal megkapja a személyes információidat és emaileket küldhessen neked.", "invite.error-admin-only": "Közvetlen felhasználó regisztráció letiltva. Kérjük vegye fel a kapcsolatot egy adminisztrátorral további információkért.", "invite.error-invite-only": "Közvetlen felhasználó regisztráció letiltva. Egy már regisztrált felhasználó meg kell hívjon téged, hogy hozzáférhess ehhez a fórumhoz.", "invite.error-invalid-data": "A regisztrációs adatok nem egyeznek a mi adatainkkal. Kérjük vegye fel a kapcsolatot egy adminisztrátorral további információkért." diff --git a/public/language/hu/reset_password.json b/public/language/hu/reset_password.json index 69d40f4efe..5d44cb61a7 100644 --- a/public/language/hu/reset_password.json +++ b/public/language/hu/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "Jelszó visszaállítása", - "update_password": "Jelszó frissítése", - "password_changed.title": "A jelszó megváltozott", - "password_changed.message": "

A jelszavad sikereresen visszaállítva, kérlek lép be újra.", - "wrong_reset_code.title": "Helytelen visszaállítási-kód", - "wrong_reset_code.message": "A visszaállítási-kód helytelen. Kérlek próbáld újra, vagy kérj egy új kódot.", - "new_password": "Új jelszó", - "repeat_password": "Jelszó megerősítése", - "changing_password": "Jelszó megváltoztatása", - "enter_email": "Kérlek add meg az e-mail címedet, ahová elküldjük a további teendőket a jelszavad visszaállításával kapcsolatban.", - "enter_email_address": "E-mail cím megadása", - "password_reset_sent": "Ha a megadott cím egyezik a felhasználóval, akkor a jelszó helyreállításáról egy email fog érkezni hamarosan. Kérlek vedd figyelembe, hogy percenként csak egy email küldhető.", - "invalid_email": "Helytelen e-mail cím / Nem létező e-mail cím!", - "password_too_short": "A megadott jelszó túl rövid, válassz másik jelszót.", - "passwords_do_not_match": "A két megadott jelszó nem egyezik.", - "password_expired": "Lejárt a jelszavad, válassz új jelszót." + "reset-password": "Jelszó visszaállítása", + "update-password": "Jelszó frissítése", + "password-changed.title": "A jelszó megváltozott", + "password-changed.message": "

A jelszavad sikereresen visszaállítva, kérlek lép be újra.", + "wrong-reset-code.title": "Helytelen visszaállítási-kód", + "wrong-reset-code.message": "A visszaállítási-kód helytelen. Kérlek próbáld újra, vagy kérj egy új kódot.", + "new-password": "Új jelszó", + "repeat-password": "Jelszó megerősítése", + "changing-password": "Jelszó megváltoztatása", + "enter-email": "Kérlek add meg az e-mail címedet, ahová elküldjük a további teendőket a jelszavad visszaállításával kapcsolatban.", + "enter-email-address": "E-mail cím megadása", + "password-reset-sent": "Ha a megadott cím egyezik a felhasználóval, akkor a jelszó helyreállításáról egy email fog érkezni hamarosan. Kérlek vedd figyelembe, hogy percenként csak egy email küldhető.", + "invalid-email": "Helytelen e-mail cím / Nem létező e-mail cím!", + "password-too-short": "A megadott jelszó túl rövid, válassz másik jelszót.", + "passwords-do-not-match": "A két megadott jelszó nem egyezik.", + "password-expired": "Lejárt a jelszavad, válassz új jelszót." } \ No newline at end of file diff --git a/public/language/hu/rewards.json b/public/language/hu/rewards.json new file mode 100644 index 0000000000..f923cf1500 --- /dev/null +++ b/public/language/hu/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "You have been awarded %1 reputation", + "awarded-group-membership": "You have been added to the group %1", + + "essentials/user.reputation-conditional-value": "(Reputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Post Count %1 %2)", + "essentials/user.lastonline-conditional-value": "(Last Online %1 %2)", + "essentials/user.joindate-conditional-value": "(Join Date %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Days Registered %1 %2)" +} \ No newline at end of file diff --git a/public/language/hu/search.json b/public/language/hu/search.json index 70bc7bc743..578f293e90 100644 --- a/public/language/hu/search.json +++ b/public/language/hu/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Írjon ide a kereséshez", - "results_matching": "%1 eredmény a következőre: \"%2\" (%3 másodperc)", + "results-matching": "%1 eredmény a következőre: \"%2\" (%3 másodperc)", "no-matches": "Nem található egyezés", "advanced-search": "Részletes keresés", "in": "Itt:", diff --git a/public/language/hu/tags.json b/public/language/hu/tags.json index 4f2af1710c..ef4a16e108 100644 --- a/public/language/hu/tags.json +++ b/public/language/hu/tags.json @@ -1,11 +1,17 @@ { "all-tags": "Összes címke", - "no_tag_topics": "Nem létezik témakör ezzel a címkével.", + "no-tag-topics": "Nem létezik témakör ezzel a címkével.", "no-tags-found": "Nem találhatók címkék", "tags": "Címkék", - "enter_tags_here": "%1 és %2 karakterek között itt add meg a címkét.", - "enter_tags_here_short": "Címke megadása...", - "no_tags": "Még nincsenek címkék.", - "select_tags": "Címkék kiválasztása", - "tag-whitelist": "Tag Whitelist" + "enter-tags-here": "%1 és %2 karakterek között itt add meg a címkét.", + "enter-tags-here-short": "Címke megadása...", + "no-tags": "Még nincsenek címkék.", + "select-tags": "Címkék kiválasztása", + "tag-whitelist": "Tag Whitelist", + "watching": "Watching", + "not-watching": "Not Watching", + "watching.description": "Notify me of new topics.", + "not-watching.description": "Do not notify me of new topics.", + "following-tag.message": "You will now be receiving notifications when somebody posts a topic with this tag.", + "not-following-tag.message": "You will not receive notifications when somebody posts a topic with this tag." } \ No newline at end of file diff --git a/public/language/hu/themes/harmony.json b/public/language/hu/themes/harmony.json index f915155306..5e0a65f946 100644 --- a/public/language/hu/themes/harmony.json +++ b/public/language/hu/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page", "settings.autohideBottombar": "Auto hide bottom bar", "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down", + "settings.openSidebars": "Open sidebars", "settings.chatModals": "Enable chat modals" } \ No newline at end of file diff --git a/public/language/hu/top.json b/public/language/hu/top.json index b8a05bfa5f..6e1e05674e 100644 --- a/public/language/hu/top.json +++ b/public/language/hu/top.json @@ -1,4 +1,4 @@ { "title": "Top", - "no_top_topics": "No top topics" + "no-top-topics": "No top topics" } \ No newline at end of file diff --git a/public/language/hu/topic.json b/public/language/hu/topic.json index 40e3cdb3ad..ddc5e5325f 100644 --- a/public/language/hu/topic.json +++ b/public/language/hu/topic.json @@ -1,21 +1,21 @@ { "topic": "Témakör", "title": "Cím", - "no_topics_found": "Nem található témakör!", - "no_posts_found": "Nem található hozzászólás!", - "post_is_deleted": "A hozzászólás törlésre került!", - "topic_is_deleted": "A témakör törlésre került!", + "no-topics-found": "Nem található témakör!", + "no-posts-found": "Nem található hozzászólás!", + "post-is-deleted": "A hozzászólás törlésre került!", + "topic-is-deleted": "A témakör törlésre került!", "profile": "Profil", - "posted_by": "%1 írta", - "posted_by_guest": "Vendég írta", + "posted-by": "%1 írta", + "posted-by-guest": "Vendég írta", "chat": "Chat", - "notify_me": "Értesítést kérek a témakörhöz érkező új hozzászólásokról", + "notify-me": "Értesítést kérek a témakörhöz érkező új hozzászólásokról", "quote": "Idézés", "reply": "Válasz", - "replies_to_this_post": "%1 válasz", - "one_reply_to_this_post": "1 válasz", - "last_reply_time": "Utolsó válasz", - "reply-as-topic": "Válasz témakörként ", + "replies-to-this-post": "%1 válasz", + "one-reply-to-this-post": "1 válasz", + "last-reply-time": "Utolsó válasz", + "reply-as-topic": "Válasz témakörként", "guest-login-reply": "Lépj be a válaszoláshoz", "login-to-view": "🔒 Jelentkezz be, hogy megtekinthesd", "edit": "Szerkesztés", @@ -62,131 +62,132 @@ "user-queued-post-on": "%1 sorba álltak bejegyzés jóváhagyásra %3", "user-referenced-topic-ago": "%1 hivatkozott erre a témakörre %3", "user-referenced-topic-on": "%1 hivatkozott erre a témakörre %3", - "user-forked-topic-ago": "%1 elágazta ezt a témakört %3 ", - "user-forked-topic-on": "%1 elágazta ezt a témakört %3 ", - "bookmark_instructions": "Kattints ide a beszélgetés utolsó hozzászólására ugráshoz.", + "user-forked-topic-ago": "%1 elágazta ezt a témakört %3", + "user-forked-topic-on": "%1 elágazta ezt a témakört %3", + "bookmark-instructions": "Kattints ide a beszélgetés utolsó hozzászólására ugráshoz.", "flag-post": "Jelöld meg ezt a bejegyzést", "flag-user": "Jelöld meg ezt a felhasználót", "already-flagged": "Már meg lett jelölve", "view-flag-report": "Jelölésekről szóló jelentés megtekintése", "resolve-flag": "Megjelölés megoldása", - "merged_message": "Ezt a témát beolvasztották %2", - "deleted_message": "A témakör törölve lett. Csak a témakör-kezelési joggal rendelkező felhasználók láthatják.", - "following_topic.message": "Mostantól értesítést kapsz, mikor valaki hozzászól ehhez a témakörhöz.", - "not_following_topic.message": "Látni fogod ezt a témakört az olvasatlan témakörök listáján, de nem kapsz értesítést, mikor valaki hozzászól a témakörhöz.", - "ignoring_topic.message": "Nem fogod látni ezt a témakört az olvasatlan témakörök listáján. Értesítést fogsz kapni, mikor valaki megemlít téged, vagy kedveli a hozzászólásod.", - "login_to_subscribe": "Kérlek, regisztrálj vagy lépj be, hogy feliratkozz erre a témakörre.", + "merged-message": "Ezt a témát beolvasztották %2", + "forked-message": "This topic was forked from %2", + "deleted-message": "A témakör törölve lett. Csak a témakör-kezelési joggal rendelkező felhasználók láthatják.", + "following-topic.message": "Mostantól értesítést kapsz, mikor valaki hozzászól ehhez a témakörhöz.", + "not-following-topic.message": "Látni fogod ezt a témakört az olvasatlan témakörök listáján, de nem kapsz értesítést, mikor valaki hozzászól a témakörhöz.", + "ignoring-topic.message": "Nem fogod látni ezt a témakört az olvasatlan témakörök listáján. Értesítést fogsz kapni, mikor valaki megemlít téged, vagy kedveli a hozzászólásod.", + "login-to-subscribe": "Kérlek, regisztrálj vagy lépj be, hogy feliratkozz erre a témakörre.", "markAsUnreadForAll.success": "Témakör olvasatlannak jelölve mindenki számára.", - "mark_unread": "Megjelölés olvasatlanként", - "mark_unread.success": "Témakör olvasatlannak jelölve.", + "mark-unread": "Megjelölés olvasatlanként", + "mark-unread.success": "Témakör olvasatlannak jelölve.", "watch": "Figyelés", "unwatch": "Nincs figyelés", "watch.title": "Értesítsen a témakör új válaszairól", "unwatch.title": "Témakör figyelésének leállítása.", - "share_this_post": "Hozzászólás megosztása", + "share-this-post": "Hozzászólás megosztása", "watching": "Figyelés", "not-watching": "Nincs figyelés", "ignoring": "Mellőzés", "watching.description": "Értesítsen az új válaszokról.
Témakör megjelenítése olvasatlanként.", "not-watching.description": "Ne értesítsen az új válaszokról.
Témakör megjelenítése olvasatlanként, ha a kategória nincs mellőzve.", "ignoring.description": "Ne értesítsen az új válaszokról.
Témakör ne jelenjen meg olvasatlanként.", - "thread_tools.title": "Témaköri eszközök", - "thread_tools.markAsUnreadForAll": "Mind megjelölése olvasatlanként", - "thread_tools.pin": "Témakör rögzítése", - "thread_tools.unpin": "Témakör rögzítésének feloldása", - "thread_tools.lock": "Témakör zárolása", - "thread_tools.unlock": "Témakör feloldása", - "thread_tools.move": "Témakör áthelyezése", - "thread_tools.move-posts": "Bejegyzések mozgatása", - "thread_tools.move_all": "Mind áthelyezése", - "thread_tools.change_owner": "Tulaj megváltoztatása", - "thread_tools.select_category": "Kategória kiválasztása", - "thread_tools.fork": "Témakör szétszedése", - "thread_tools.tag": "Tag Topic", - "thread_tools.delete": "Témakör törlése", - "thread_tools.delete-posts": "Hozzászólások törlése", - "thread_tools.delete_confirm": "Biztos törölni akarod ezt a témakört?", - "thread_tools.restore": "Témakör visszaállítása", - "thread_tools.restore_confirm": "Biztos vissza akarod állítani a témakört?", - "thread_tools.purge": "Témakör végleges törlése", - "thread_tools.purge_confirm": "Biztos végleg törölni akarod a témakört?", - "thread_tools.merge_topics": "Témakörök összevonása", - "thread_tools.merge": "Témakörök összevonása", - "topic_move_success": "Ez a témakör hamarosan a(z) \"%1\" lesz áthelyezve. Kattints ide a visszavonáshoz.", - "topic_move_multiple_success": "Ezek a témakör hamarosan a(z) \"%1\" lesznek áthelyezve. Kattints ide a visszavonáshoz.", - "topic_move_all_success": "Hamarosan az összes témakör \"%1\" át lesz helyezve. Kattints ide a visszavonáshoz.", - "topic_move_undone": "Témakör áthelyezése visszavonva", - "topic_move_posts_success": "A bejegyzés hamarosan át lesz helyezve. Kattints ide a visszavonáshoz.", - "topic_move_posts_undone": "Bejegyzés áthelyezése visszavonva", - "post_delete_confirm": "Biztos törölni akarod a hozzászólást?", - "post_restore_confirm": "Biztos vissza akarod állítani a hozzászólást?", - "post_purge_confirm": "Biztos végleg törölni akarod a hozzászólást?", + "thread-tools.title": "Témaköri eszközök", + "thread-tools.markAsUnreadForAll": "Mind megjelölése olvasatlanként", + "thread-tools.pin": "Témakör rögzítése", + "thread-tools.unpin": "Témakör rögzítésének feloldása", + "thread-tools.lock": "Témakör zárolása", + "thread-tools.unlock": "Témakör feloldása", + "thread-tools.move": "Témakör áthelyezése", + "thread-tools.move-posts": "Bejegyzések mozgatása", + "thread-tools.move-all": "Mind áthelyezése", + "thread-tools.change-owner": "Tulaj megváltoztatása", + "thread-tools.select-category": "Kategória kiválasztása", + "thread-tools.fork": "Témakör szétszedése", + "thread-tools.tag": "Tag Topic", + "thread-tools.delete": "Témakör törlése", + "thread-tools.delete-posts": "Hozzászólások törlése", + "thread-tools.delete-confirm": "Biztos törölni akarod ezt a témakört?", + "thread-tools.restore": "Témakör visszaállítása", + "thread-tools.restore-confirm": "Biztos vissza akarod állítani a témakört?", + "thread-tools.purge": "Témakör végleges törlése", + "thread-tools.purge-confirm": "Biztos végleg törölni akarod a témakört?", + "thread-tools.merge-topics": "Témakörök összevonása", + "thread-tools.merge": "Témakörök összevonása", + "topic-move-success": "Ez a témakör hamarosan a(z) \"%1\" lesz áthelyezve. Kattints ide a visszavonáshoz.", + "topic-move-multiple-success": "Ezek a témakör hamarosan a(z) \"%1\" lesznek áthelyezve. Kattints ide a visszavonáshoz.", + "topic-move-all-success": "Hamarosan az összes témakör \"%1\" át lesz helyezve. Kattints ide a visszavonáshoz.", + "topic-move-undone": "Témakör áthelyezése visszavonva", + "topic-move-posts-success": "A bejegyzés hamarosan át lesz helyezve. Kattints ide a visszavonáshoz.", + "topic-move-posts-undone": "Bejegyzés áthelyezése visszavonva", + "post-delete-confirm": "Biztos törölni akarod a hozzászólást?", + "post-restore-confirm": "Biztos vissza akarod állítani a hozzászólást?", + "post-purge-confirm": "Biztos végleg törölni akarod a hozzászólást?", "pin-modal-expiry": "Lejárati dátum", "pin-modal-help": "Itt beállíthatod a lejárat idejét a kitűzött témaköröknek. Ha a mezőt üresen hagyod akkor témakör kitűzve marad amíg manuálisan le nem szedik.", - "load_categories": "Kategóriák betöltése", - "confirm_move": "Áthelyezés", - "confirm_fork": "Szétszedés", + "load-categories": "Kategóriák betöltése", + "confirm-move": "Áthelyezés", + "confirm-fork": "Szétszedés", "bookmark": "Könyvjelző", "bookmarks": "Könyvjelzők", - "bookmarks.has_no_bookmarks": "Még nem tettél egyetlen hozzászólást sem könyvjelzőbe.", + "bookmarks.has-no-bookmarks": "Még nem tettél egyetlen hozzászólást sem könyvjelzőbe.", "copy-permalink": "Állandó hivatkozás másolása", - "loading_more_posts": "További hozzászólások betöltése", - "move_topic": "Témakör áthelyezése", - "move_topics": "Témakörök áthelyezése", - "move_post": "Hozzászólás áthelyezése", - "post_moved": "Hozzászólás áthelyezve!", - "fork_topic": "Témakör szétszedése", + "loading-more-posts": "További hozzászólások betöltése", + "move-topic": "Témakör áthelyezése", + "move-topics": "Témakörök áthelyezése", + "move-post": "Hozzászólás áthelyezése", + "post-moved": "Hozzászólás áthelyezve!", + "fork-topic": "Témakör szétszedése", "enter-new-topic-title": "Adj meg új témakör címet", - "fork_topic_instruction": "Kattintson az elágazni kívánt bejegyzésekre, adjon meg egy címet az új témakörhöz, és kattintson a témakör szétszedése lehetőségre", - "fork_no_pids": "Nincs hozzászólás kiválasztva!", + "fork-topic-instruction": "Kattintson az elágazni kívánt bejegyzésekre, adjon meg egy címet az új témakörhöz, és kattintson a témakör szétszedése lehetőségre", + "fork-no-pids": "Nincs hozzászólás kiválasztva!", "no-posts-selected": "Nincs bejegyzés kiválasztva!", "x-posts-selected": "%1 bejegyzés kiválasztva", "x-posts-will-be-moved-to-y": "%1 bejegyzés mozgatva lesz ide \"%2\"", - "fork_pid_count": "%1 kiválasztott hozzászólás", - "fork_success": "Témakör sikeresen szétválasztva! Kattints ide a szétválasztott témakörre ugráshoz.", - "delete_posts_instruction": "Kattints a törlendő/véglegesen törlendő hozzászólásokra", - "merge_topics_instruction": "Kattints a témakörre amelyiket össze szeretnéd olvasztani vagy keresni szeretnél benne", + "fork-pid-count": "%1 kiválasztott hozzászólás", + "fork-success": "Témakör sikeresen szétválasztva! Kattints ide a szétválasztott témakörre ugráshoz.", + "delete-posts-instruction": "Kattints a törlendő/véglegesen törlendő hozzászólásokra", + "merge-topics-instruction": "Kattints a témakörre amelyiket össze szeretnéd olvasztani vagy keresni szeretnél benne", "merge-topic-list-title": "Összeolvasztása váró témakörök listája", "merge-options": "Összeolvasztás beállíts", "merge-select-main-topic": "Válaszd ki a fő témakört", "merge-new-title-for-topic": "Új cím a témakörnek", "topic-id": "Témakör azonosító", - "move_posts_instruction": "Kattints az áthelyezni kívánt témakörre és a célhelyen kattints a mozgatás ide gombra.", - "move_topic_instruction": "Válassza ki a célkategóriát, majd kattintson az áthelyezés gombra", - "change_owner_instruction": "Kattints a bejegyzésre amelyiket hozzá szeretnéd utalni egy felhasználóhoz", - "composer.title_placeholder": "Add meg a témakör címét...", - "composer.handle_placeholder": "Adj meg egy nevet/kezelőt", + "move-posts-instruction": "Kattints az áthelyezni kívánt témakörre és a célhelyen kattints a mozgatás ide gombra.", + "move-topic-instruction": "Válassza ki a célkategóriát, majd kattintson az áthelyezés gombra", + "change-owner-instruction": "Kattints a bejegyzésre amelyiket hozzá szeretnéd utalni egy felhasználóhoz", + "composer.title-placeholder": "Add meg a témakör címét...", + "composer.handle-placeholder": "Adj meg egy nevet/kezelőt", "composer.hide": "Elrejt", "composer.discard": "Elvet", "composer.submit": "Küldés", "composer.additional-options": "További beállítások", "composer.post-later": "Bejegyzés később", "composer.schedule": "Időzítés", - "composer.replying_to": "Válasz erre: %1", - "composer.new_topic": "Új témakör", + "composer.replying-to": "Válasz erre: %1", + "composer.new-topic": "Új témakör", "composer.editing-in": "Editing post in %1", "composer.uploading": "feltöltés...", - "composer.thumb_url_label": "Bélyegkép URL beszúrása", - "composer.thumb_title": "Bélyegkép hozzáadása a témakörhöz", - "composer.thumb_url_placeholder": "http://minta.hu/kep.png", - "composer.thumb_file_label": "Vagy fájl feltöltése", - "composer.thumb_remove": "Mezők törlése", - "composer.drag_and_drop_images": "Ide húzd a képeket", - "more_users_and_guests": "%1 felhasználó és %2 vendég", - "more_users": "%1 felhasználó", - "more_guests": "%1 vendég", - "users_and_others": "%1 és %2 másik", - "sort_by": "Rendezés", - "oldest_to_newest": "Régebbiek elől", - "newest_to_oldest": "Újabbak elől", - "most_votes": "Legtöbb szavazat", - "most_posts": "Legtöbb bejegyzés", - "most_views": "Legtöbb Megtekintés", + "composer.thumb-url-label": "Bélyegkép URL beszúrása", + "composer.thumb-title": "Bélyegkép hozzáadása a témakörhöz", + "composer.thumb-url-placeholder": "http://minta.hu/kep.png", + "composer.thumb-file-label": "Vagy fájl feltöltése", + "composer.thumb-remove": "Mezők törlése", + "composer.drag-and-drop-images": "Ide húzd a képeket", + "more-users-and-guests": "%1 felhasználó és %2 vendég", + "more-users": "%1 felhasználó", + "more-guests": "%1 vendég", + "users-and-others": "%1 és %2 másik", + "sort-by": "Rendezés", + "oldest-to-newest": "Régebbiek elől", + "newest-to-oldest": "Újabbak elől", + "most-votes": "Legtöbb szavazat", + "most-posts": "Legtöbb bejegyzés", + "most-views": "Legtöbb Megtekintés", "stale.title": "Inkább új témakör létrehozása?", "stale.warning": "A témakör, melyre válaszolsz, elég régi. Szeretnél helyette inkább új témakört létrehozni, és erre hivatkozni a válaszodban?", "stale.create": "Új témakör létrehozása", - "stale.reply_anyway": "Mindenképp erre a témakörre válaszolás", - "link_back": "Válasz: [%1](%2)", + "stale.reply-anyway": "Mindenképp erre a témakörre válaszolás", + "link-back": "Válasz: [%1](%2)", "diffs.title": "Szerkesztett bejegyzések előzményei", "diffs.description": "Ezt a bejegyzést %1 felülvizsgálják. Kattints lent a felülvizsgálások egyikére a bejegyzés tartalmának az adott időpontban történő megtekintéséhez .", "diffs.no-revisions-description": "Ennek a posztnak %1 felülvizsgálásai vannak.", @@ -197,8 +198,8 @@ "diffs.post-restored": "A bejegyzés sikeresen visszaállítva az előző felülvizsgálatra", "diffs.delete": "Verzió törlése", "diffs.deleted": "Verzió törölve", - "timeago_later": "%1 később", - "timeago_earlier": "%1 korábban", + "timeago-later": "%1 később", + "timeago-earlier": "%1 korábban", "first-post": "Első bejegyzés", "last-post": "Utolsó bejegyzés", "go-to-my-next-post": "Ugrás a következő bejegyzésemre", diff --git a/public/language/hu/unread.json b/public/language/hu/unread.json index f251736a36..b454b83a25 100644 --- a/public/language/hu/unread.json +++ b/public/language/hu/unread.json @@ -1,12 +1,12 @@ { "title": "Olvasatlan", - "no_unread_topics": "Nincs olvasatlan témakör.", - "load_more": "További betöltése", - "mark_as_read": "Megjelölés olvasottként", + "no-unread-topics": "Nincs olvasatlan témakör.", + "load-more": "További betöltése", + "mark-as-read": "Megjelölés olvasottként", "selected": "Kiválasztva", "all": "Mind", - "all_categories": "Minden kategória", - "topics_marked_as_read.success": "Témakör olvasottnak jelölve!", + "all-categories": "Minden kategória", + "topics-marked-as-read.success": "Témakör olvasottnak jelölve!", "all-topics": "Minden témakör", "new-topics": "Új témakör", "watched-topics": "Figyelt témakör", diff --git a/public/language/hu/user.json b/public/language/hu/user.json index 9b4bfa6640..3ce57e2af6 100644 --- a/public/language/hu/user.json +++ b/public/language/hu/user.json @@ -7,22 +7,22 @@ "joindate": "Regisztráció dátuma", "postcount": "Hozzászólás megtekintés", "email": "E-mail", - "confirm_email": "E-mail megerősítése", - "account_info": "Fiók információ", - "admin_actions_label": "Adminisztratív intézkedés", - "ban_account": "Fiók tiltása", - "ban_account_confirm": "Biztos ki akarod tiltani a felhasználót?", - "unban_account": "Fiók feloldása", - "mute_account": "Fiók némítása", - "unmute_account": "Némítás feloldása erről a fiókról", - "delete_account": "Fiók törlése", - "delete_account_as_admin": "Fiók törlése", - "delete_content": "Fiók tartalmának törlése", - "delete_all": "Fiók és tarlamának törlése", - "delete_account_confirm": "Biztosan névteleníteni szeretnéd a bejegyzéseidet és törlöd a fiókodat?
Ez a lépés visszafordíthatatlan és nem lehet bármilyen elveszett információt visszaállítani

Add meg a jelszavadat, hogyha biztosan végleg törölni szeretnéd ezt a fiókot.", - "delete_this_account_confirm": "Biztosan törölni szeretnéd ezt a fiókot, úgy-hogy minden eddigi bejegyzést megtartasz?
Ez a lépés visszafordíthatatlan és az összes hozzá kapcsolódó bejegyzés névtelenítve lesz

", - "delete_account_content_confirm": "Biztosan törölni szeretnéd a fiók tartalmát (bejegyzések/témakörök/feltöltések)?
Ez a lépés visszafordíthatatlan és nem lehet bármilyen elveszett információt visszaállítani

", - "delete_all_confirm": "Biztosan törölni szeretnéd ezt a felhasználót és minden tartalmát (bejegyzések/témakörök/feltöltések)?
Ez a lépés visszafordíthatatlan és nem lehet bármilyen elveszett információt visszaállítani

", + "confirm-email": "E-mail megerősítése", + "account-info": "Fiók információ", + "admin-actions-label": "Adminisztratív intézkedés", + "ban-account": "Fiók tiltása", + "ban-account-confirm": "Biztos ki akarod tiltani a felhasználót?", + "unban-account": "Fiók feloldása", + "mute-account": "Fiók némítása", + "unmute-account": "Némítás feloldása erről a fiókról", + "delete-account": "Fiók törlése", + "delete-account-as-admin": "Fiók törlése", + "delete-content": "Fiók tartalmának törlése", + "delete-all": "Fiók és tarlamának törlése", + "delete-account-confirm": "Biztosan névteleníteni szeretnéd a bejegyzéseidet és törlöd a fiókodat?
Ez a lépés visszafordíthatatlan és nem lehet bármilyen elveszett információt visszaállítani

Add meg a jelszavadat, hogyha biztosan végleg törölni szeretnéd ezt a fiókot.", + "delete-this-account-confirm": "Biztosan törölni szeretnéd ezt a fiókot, úgy-hogy minden eddigi bejegyzést megtartasz?
Ez a lépés visszafordíthatatlan és az összes hozzá kapcsolódó bejegyzés névtelenítve lesz

", + "delete-account-content-confirm": "Biztosan törölni szeretnéd a fiók tartalmát (bejegyzések/témakörök/feltöltések)?
Ez a lépés visszafordíthatatlan és nem lehet bármilyen elveszett információt visszaállítani

", + "delete-all-confirm": "Biztosan törölni szeretnéd ezt a felhasználót és minden tartalmát (bejegyzések/témakörök/feltöltések)?
Ez a lépés visszafordíthatatlan és nem lehet bármilyen elveszett információt visszaállítani

", "account-deleted": "Fiók törölve", "account-content-deleted": "Fiók tartalma törölve", "fullname": "Teljes név", @@ -32,11 +32,12 @@ "joined": "Csatlakozott", "lastonline": "Utoljára elérhető", "profile": "Profil", - "profile_views": "Profil megtekintések", + "profile-views": "Profil megtekintések", "reputation": "Hírnév", "bookmarks": "Könyvjelzők", - "watched_categories": "Megfigyelt kategóriák", - "change_all": "Minden megváltoztatása", + "watched-categories": "Megfigyelt kategóriák", + "watched-tags": "Watched tags", + "change-all": "Minden megváltoztatása", "watched": "Figyelve", "ignored": "Mellőzve", "default-category-watch-state": "Alapértelmezett kategória megfigyelési állapot", @@ -44,83 +45,84 @@ "following": "Követve", "blocks": "Blokkolások", "blocked-users": "Letiltott felhasználók", - "block_toggle": "Blokkolás ki-/bekapcsolása", - "block_user": "Felhasználó tiltása", - "unblock_user": "Felhasználó tiltásának feloldása", + "block-toggle": "Blokkolás ki-/bekapcsolása", + "block-user": "Felhasználó tiltása", + "unblock-user": "Felhasználó tiltásának feloldása", "aboutme": "Rólam", "signature": "Aláírás", "birthday": "Születésnap", "chat": "Chat", - "chat_with": "Chat folytatása %1 felhasználóval", - "new_chat_with": "Új chat indítása %1 felhasználóval", + "chat-with": "Chat folytatása %1 felhasználóval", + "new-chat-with": "Új chat indítása %1 felhasználóval", "flag-profile": "Profil megjelölése", "follow": "Követés", "unfollow": "Nincs követés", "more": "Több", - "profile_update_success": "Profil sikeresen frissítve!", - "change_picture": "Kép módosítása", - "change_username": "Felhasználónév módosítása", - "change_email": "E-mail módosítása", - "email_same_as_password": "Kérlek add meg a jelenlegi jelszavadat a folytatáshoz – újra megadtad az új email címed", + "profile-update-success": "Profil sikeresen frissítve!", + "change-picture": "Kép módosítása", + "change-username": "Felhasználónév módosítása", + "change-email": "E-mail módosítása", + "email-updated": "Email Updated", + "email-same-as-password": "Kérlek add meg a jelenlegi jelszavadat a folytatáshoz – újra megadtad az új email címed", "edit": "Szerkesztés", "edit-profile": "Profil szerkesztése", - "default_picture": "Alapértelmezett ikon", - "uploaded_picture": "Feltöltött kép", - "upload_new_picture": "Új kép feltöltése", - "upload_new_picture_from_url": "Új kép feltöltése hivatkozásról", - "current_password": "Jelenlegi jelszó", - "new_password": "Új jelszó", - "change_password": "Jelszó módosítása", - "change_password_error": "Érvénytelen jelszó!", - "change_password_error_wrong_current": "A jelenlegi jelszavad nem megfelelő!", - "change_password_error_match": "A jelszavak nem egyeznek!", - "change_password_error_privileges": "Nincs jogod megváltoztatni ezt a jelszót.", - "change_password_success": "A jelszavad frissítve!", - "confirm_password": "Jelszó megerősítése", + "default-picture": "Alapértelmezett ikon", + "uploaded-picture": "Feltöltött kép", + "upload-new-picture": "Új kép feltöltése", + "upload-new-picture-from-url": "Új kép feltöltése hivatkozásról", + "current-password": "Jelenlegi jelszó", + "new-password": "Új jelszó", + "change-password": "Jelszó módosítása", + "change-password-error": "Érvénytelen jelszó!", + "change-password-error-wrong-current": "A jelenlegi jelszavad nem megfelelő!", + "change-password-error-match": "A jelszavak nem egyeznek!", + "change-password-error-privileges": "Nincs jogod megváltoztatni ezt a jelszót.", + "change-password-success": "A jelszavad frissítve!", + "confirm-password": "Jelszó megerősítése", "password": "Jelszó", - "username_taken_workaround": "A kívánt felhasználónév már foglalt, így változtatnunk kellett rajta egy kicsit. Mostantól %1 név alatt vagy ismert.", - "password_same_as_username": "A jelszavad megegyezik a felhasználóneveddel, kérlek válassz másik jelszót.", - "password_same_as_email": "A jelszavad megegyezik az e-mail címeddel, kérlek válassz másik jelszót.", - "weak_password": "Gyenge jelszó.", - "upload_picture": "Kép feltöltése", - "upload_a_picture": "Egy kép feltöltése", - "remove_uploaded_picture": "Feltöltött kép eltávolítása", - "upload_cover_picture": "Fedőkép feltöltése", - "remove_cover_picture_confirm": "Biztos el akarod távolítani a fedőképet?", - "crop_picture": "Kép vágása", - "upload_cropped_picture": "Vágás és feltöltés", + "username-taken-workaround": "A kívánt felhasználónév már foglalt, így változtatnunk kellett rajta egy kicsit. Mostantól %1 név alatt vagy ismert.", + "password-same-as-username": "A jelszavad megegyezik a felhasználóneveddel, kérlek válassz másik jelszót.", + "password-same-as-email": "A jelszavad megegyezik az e-mail címeddel, kérlek válassz másik jelszót.", + "weak-password": "Gyenge jelszó.", + "upload-picture": "Kép feltöltése", + "upload-a-picture": "Egy kép feltöltése", + "remove-uploaded-picture": "Feltöltött kép eltávolítása", + "upload-cover-picture": "Fedőkép feltöltése", + "remove-cover-picture-confirm": "Biztos el akarod távolítani a fedőképet?", + "crop-picture": "Kép vágása", + "upload-cropped-picture": "Vágás és feltöltés", "avatar-background-colour": "Avatár háttér színe", "settings": "Beállítások", - "show_email": "E-mail címem megjelenítése", - "show_fullname": "Teljes nevem megjelenítése", - "restrict_chats": "Csak az általam követett felhasználók tudnak chat üzenetet küldeni", - "digest_label": "Feliratkozás a hírlevélre", - "digest_description": "E-mailben kapott frissítésekre (új értesítések, témák esetében) való feliratkozás, a beállított időintervallum szerint", - "digest_off": "Ki", - "digest_daily": "Napi", - "digest_weekly": "Heti", - "digest_biweekly": "Kéthetente", - "digest_monthly": "Havi", - "has_no_follower": "Ezt a felhasználót nem követi senki :(", - "follows_no_one": "Ez a felhasználó nem követ senkit :(", - "has_no_posts": "A felhasználó még nem szólt hozzá semmihez.", - "has_no_best_posts": "Ennek a felhasználónak még nincsenek pozitívan szavazott bejegyzései.\n ", - "has_no_topics": "A felhasználó még nem szólt hozzá egyik témakörhöz sem.", - "has_no_watched_topics": "A felhasználó még nem nézett meg egy témakört sem.", - "has_no_ignored_topics": "A felhasználó még nem mellőzött témakört.", - "has_no_upvoted_posts": "A felhasználó még egy hozzászólást sem kedvelt.", - "has_no_downvoted_posts": "A felhasználó még egy hozzászólást sem utált.", - "has_no_controversial_posts": "Ennek a felhasználónak még nincsenek negatívan szavazott bejegyzései.", - "has_no_blocks": "Nem blokkoltál egy felhasználót sem.", - "email_hidden": "E-mail rejtett", + "show-email": "E-mail címem megjelenítése", + "show-fullname": "Teljes nevem megjelenítése", + "restrict-chats": "Csak az általam követett felhasználók tudnak chat üzenetet küldeni", + "digest-label": "Feliratkozás a hírlevélre", + "digest-description": "E-mailben kapott frissítésekre (új értesítések, témák esetében) való feliratkozás, a beállított időintervallum szerint", + "digest-off": "Ki", + "digest-daily": "Napi", + "digest-weekly": "Heti", + "digest-biweekly": "Kéthetente", + "digest-monthly": "Havi", + "has-no-follower": "Ezt a felhasználót nem követi senki :(", + "follows-no-one": "Ez a felhasználó nem követ senkit :(", + "has-no-posts": "A felhasználó még nem szólt hozzá semmihez.", + "has-no-best-posts": "Ennek a felhasználónak még nincsenek pozitívan szavazott bejegyzései.", + "has-no-topics": "A felhasználó még nem szólt hozzá egyik témakörhöz sem.", + "has-no-watched-topics": "A felhasználó még nem nézett meg egy témakört sem.", + "has-no-ignored-topics": "A felhasználó még nem mellőzött témakört.", + "has-no-upvoted-posts": "A felhasználó még egy hozzászólást sem kedvelt.", + "has-no-downvoted-posts": "A felhasználó még egy hozzászólást sem utált.", + "has-no-controversial-posts": "Ennek a felhasználónak még nincsenek negatívan szavazott bejegyzései.", + "has-no-blocks": "Nem blokkoltál egy felhasználót sem.", + "email-hidden": "E-mail rejtett", "hidden": "rejtett", - "paginate_description": "Témakörök és hosszászólasok lapozása a végtelen görgetés helyett.", - "topics_per_page": "Témakörök oldalanként", - "posts_per_page": "Hozzászólások oldalanként", + "paginate-description": "Témakörök és hosszászólasok lapozása a végtelen görgetés helyett.", + "topics-per-page": "Témakörök oldalanként", + "posts-per-page": "Hozzászólások oldalanként", "category-topic-sort": "Témakör-kategória rendezés", "topic-post-sort": "Témakör-bejegyzés rendezése", - "max_items_per_page": "Maximum %1", - "acp_language": "Adminisztrációs oldal nyelve", + "max-items-per-page": "Maximum %1", + "acp-language": "Adminisztrációs oldal nyelve", "notifications": "Értesítések", "upvote-notif-freq": "Kedvelési értesítés gyakorisága", "upvote-notif-freq.all": "Összes kedvelés", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "10, 100, 1000...", "upvote-notif-freq.disabled": "Kikapcsolva", "browsing": "Böngészési beállítások", - "open_links_in_new_tab": "Kimenő hivatkozások megnyitása új lapon", - "enable_topic_searching": "Témakörön belüli keresés engedélyezése", - "topic_search_help": "Ha engedélyezett, a témakörön belüli keresés felülírja az alapértelmezett keresési viselkedést, és ezáltal az egész témakörben keresel, nem csak a képernyőn megjelenőkben", - "update_url_with_post_index": "Témakörök böngészése közben frissítse az URL-t a bejegyzés indexével", - "scroll_to_my_post": "Válaszolást követően az új hozzászólás megjelenítése", - "follow_topics_you_reply_to": "Témakör figyelése, melyre válaszolsz", - "follow_topics_you_create": "Témakör figyelése, amit létrehozol", + "open-links-in-new-tab": "Kimenő hivatkozások megnyitása új lapon", + "enable-topic-searching": "Témakörön belüli keresés engedélyezése", + "topic-search-help": "Ha engedélyezett, a témakörön belüli keresés felülírja az alapértelmezett keresési viselkedést, és ezáltal az egész témakörben keresel, nem csak a képernyőn megjelenőkben", + "update-url-with-post-index": "Témakörök böngészése közben frissítse az URL-t a bejegyzés indexével", + "scroll-to-my-post": "Válaszolást követően az új hozzászólás megjelenítése", + "follow-topics-you-reply-to": "Témakör figyelése, melyre válaszolsz", + "follow-topics-you-create": "Témakör figyelése, amit létrehozol", "grouptitle": "Csoport címe", "group-order-help": "Válassz ki egy csoportot és használd a nyilakat, hogy elrendezd a címeket", "no-group-title": "Nincs csoportcím", @@ -145,9 +147,9 @@ "no-skin": "No Skin", "select-homepage": "Válasz egy kezdőlapot", "homepage": "Kezdőlap", - "homepage_description": "Válasz egy oldalt a fórum kezdőlapjához, vagy az alapértelmezett kezdőlaphoz a 'Nincs' lehetőséget.", - "custom_route": "Egyéni kezdőlap útvonal", - "custom_route_help": "Adj meg egy útvonalnevet (pl. \"legújabb\", vagy \"népszerű\")", + "homepage-description": "Válasz egy oldalt a fórum kezdőlapjához, vagy az alapértelmezett kezdőlaphoz a 'Nincs' lehetőséget.", + "custom-route": "Egyéni kezdőlap útvonal", + "custom-route-help": "Adj meg egy útvonalnevet (pl. \"legújabb\", vagy \"népszerű\")", "sso.title": "Egyszeri bejelentkezési szolgáltatás", "sso.associated": "Társítás", "sso.not-associated": "Kattints ide a társításhoz", @@ -179,25 +181,25 @@ "consent.title": "Jogaid & hozzájárulásod", "consent.lead": "Ezen közösségi fórum összegyűjti és feldolgozza személyes információid.", "consent.intro": "Ezen információkat szigorúan csakis arra használjuk, hogy élményedet személyre szólóvá tegyük a közösségben, valamint hogy hozzászólásaidat társítsuk felhasználói fiókoddal. A regisztrációs lépés során egy felhasználónév és email cím megadására kértünk, a weboldalon nem kötelezően megadhatsz még további információkat is felhasználói profilod kiegészítéséhez.

Ezen információkat fiókod létezéséig megőrizzük, fiókod törlésével ugyanakkor jóváhagyásodat bármikor visszavonhatod. Bármikor kérelmezhetsz másolatot a weboldalhoz való hozzájárulásodról a Jogok & Jóváhagyás oldalon.

Ha bármi kérdésed vagy gondod adódna, azt javasoljuk érd el a fórum adminisztratív csapatát.", - "consent.email_intro": "Alkalomadtán email-eket küldhetünk regisztrált email címedre annak érdekében, hogy frissítésekkel lássunk el és/vagy hogy értesítsünk a számodra releváns tevékenységekről. Testreszabhatod a közösségi kivonatot (beleértve annak azonnali letiltását), valamint kiválaszthatod, hogy mely értesítés típusokat kapd email-ben, a felhasználói beállítások lapon keresztül.", - "consent.digest_frequency": "Hacsak nincs kifejezetten beállítva felhasználói beállításokban, ez a közösség email kivonatokat kézbesít minden %1.", - "consent.digest_off": "Hacsak nincs kifejezetten beállítva felhasználói beállításokban, ez a közösség nem küld ki email kivonatokat", + "consent.email-intro": "Alkalomadtán email-eket küldhetünk regisztrált email címedre annak érdekében, hogy frissítésekkel lássunk el és/vagy hogy értesítsünk a számodra releváns tevékenységekről. Testreszabhatod a közösségi kivonatot (beleértve annak azonnali letiltását), valamint kiválaszthatod, hogy mely értesítés típusokat kapd email-ben, a felhasználói beállítások lapon keresztül.", + "consent.digest-frequency": "Hacsak nincs kifejezetten beállítva felhasználói beállításokban, ez a közösség email kivonatokat kézbesít minden %1.", + "consent.digest-off": "Hacsak nincs kifejezetten beállítva felhasználói beállításokban, ez a közösség nem küld ki email kivonatokat", "consent.received": "Jóváhagytad a weboldal számára, hogy információt gyűjtsön rólad majd feldolgozza azt. Nincs szükség további intézkedésre.", - "consent.not_received": "Nem adtad jóváhagyásod az adatgyűjtésre és -feldolgozásra. A weboldal adminisztrációja bármikor úgy határozhat, hogy törli fiókodat az Általános adatvédelmi rendeletnek való elégtétel érdekében.", + "consent.not-received": "Nem adtad jóváhagyásod az adatgyűjtésre és -feldolgozásra. A weboldal adminisztrációja bármikor úgy határozhat, hogy törli fiókodat az Általános adatvédelmi rendeletnek való elégtétel érdekében.", "consent.give": "Hozzájárulás", - "consent.right_of_access": "Jogodban áll a hozzáférés", - "consent.right_of_access_description": "Jogodban áll kérésre hozzáférni bármilyen, a weboldal által gyűjtött adathoz. Másolatot kaphatsz ezen adatokról alább a megfelelő gombra kattintva.", - "consent.right_to_rectification": "Jogodban áll helyesbíteni", - "consent.right_to_rectification_description": "Jogodban áll módosítani vagy frissíteni bármilyen, részünkre átnyújtott pontatlan adatot. Profilod annak szerkesztésével frissíthető, ugyanúgy a hozzászólások tartalma is. Ha ez nem így volna, kérlek vedd fel a kapcsolatot az oldal adminisztratív csapatával.", - "consent.right_to_erasure": "Jogodban áll törölni", - "consent.right_to_erasure_description": "Az adatgyűjtésre és/vagy feldolgozásra adott jóváhagyásodat bármikor hatálytalaníthatod fiókod törlésével. Noha egyéni profilod törlésre ítélhető, közzétett tartalmaid megmaradnak. Ha törölni kívánod mind profilod és tartalmaid, kérlek lépj kapcsolatba az oldal adminisztratív csapatával.", - "consent.right_to_data_portability": "Jogodban áll az adathordozhatóság", - "consent.right_to_data_portability_description": "Kérelmezhetsz tőlünk egy gép által olvasható kivonatot bármilyen, a rólad és fiókodról gyűjtött adatról. Ezt alább a megfelelő gomb megnyomásával teheted meg.", - "consent.export_profile": "Profil exportálása (.json)", + "consent.right-of-access": "Jogodban áll a hozzáférés", + "consent.right-of-access-description": "Jogodban áll kérésre hozzáférni bármilyen, a weboldal által gyűjtött adathoz. Másolatot kaphatsz ezen adatokról alább a megfelelő gombra kattintva.", + "consent.right-to-rectification": "Jogodban áll helyesbíteni", + "consent.right-to-rectification-description": "Jogodban áll módosítani vagy frissíteni bármilyen, részünkre átnyújtott pontatlan adatot. Profilod annak szerkesztésével frissíthető, ugyanúgy a hozzászólások tartalma is. Ha ez nem így volna, kérlek vedd fel a kapcsolatot az oldal adminisztratív csapatával.", + "consent.right-to-erasure": "Jogodban áll törölni", + "consent.right-to-erasure-description": "Az adatgyűjtésre és/vagy feldolgozásra adott jóváhagyásodat bármikor hatálytalaníthatod fiókod törlésével. Noha egyéni profilod törlésre ítélhető, közzétett tartalmaid megmaradnak. Ha törölni kívánod mind profilod és tartalmaid, kérlek lépj kapcsolatba az oldal adminisztratív csapatával.", + "consent.right-to-data-portability": "Jogodban áll az adathordozhatóság", + "consent.right-to-data-portability-description": "Kérelmezhetsz tőlünk egy gép által olvasható kivonatot bármilyen, a rólad és fiókodról gyűjtött adatról. Ezt alább a megfelelő gomb megnyomásával teheted meg.", + "consent.export-profile": "Profil exportálása (.json)", "consent.export-profile-success": "Profil exportálása, értesítéssel, hogyha végzett a művelet.", - "consent.export_uploads": "Feltöltött tartalom exportálása (.zip)", + "consent.export-uploads": "Feltöltött tartalom exportálása (.zip)", "consent.export-uploads-success": "Feltöltött tartalom exportálása, értesítéssel, hogyha végzett a művelet.", - "consent.export_posts": "Bejegyzések exportálása (.csv)", + "consent.export-posts": "Bejegyzések exportálása (.csv)", "consent.export-posts-success": "Bejegyzések exportálása, értesítéssel, hogyha végzett a művelet.", "emailUpdate.intro": "Kérjük, adja meg e-mail címét alább. Ez a fórum az Ön e-mail címét használja az ütemezett kivonatokhoz és értesítésekhez, valamint a fiók-helyreállításhoz jelszó elvesztése esetén.", "emailUpdate.optional": "Ez a mező nem kötelező. Nem köteles megadni az e-mail címét, de ellenőrzött e-mail nélkül nem tudja visszaállítani a fiókját, vagy bejelentkezni az e-mail címével.", diff --git a/public/language/hu/users.json b/public/language/hu/users.json index b2450928da..5c10cca3ec 100644 --- a/public/language/hu/users.json +++ b/public/language/hu/users.json @@ -1,13 +1,13 @@ { "all-users": "Összes Felhasználó", - "latest_users": "Legújabb felhasználók", - "top_posters": "Legaktívabbak", - "most_reputation": "Legnépszerűbbek", - "most_flags": "Legtöbb megjelölés", + "latest-users": "Legújabb felhasználók", + "top-posters": "Legaktívabbak", + "most-reputation": "Legnépszerűbbek", + "most-flags": "Legtöbb megjelölés", "search": "Keresés", - "enter_username": "Írj be egy felhasználónevet kereséshez", + "enter-username": "Írj be egy felhasználónevet kereséshez", "search-user-for-chat": "Search for a user to start chat", - "load_more": "További betöltése", + "load-more": "További betöltése", "users-found-search-took": "%1 talált felhasználó! A keresés %2 másodpercig tartott.", "filter-by": "Szűrés", "online-only": "Csak elérhető", @@ -15,10 +15,10 @@ "prompt-email": "Emailek:", "groups-to-join": "Csatlakozásra váró csoportok miután a meghívás el lett fogadva:", "invitation-email-sent": "Egy meghívó e-mail el lett küldve %1 részére", - "user_list": "Felhasználói lista", - "recent_topics": "Legutóbbi témakörök", - "popular_topics": "Népszerű témakörök", - "unread_topics": "Olvasatlan témakörök", + "user-list": "Felhasználói lista", + "recent-topics": "Legutóbbi témakörök", + "popular-topics": "Népszerű témakörök", + "unread-topics": "Olvasatlan témakörök", "categories": "Kategóriák", "tags": "Címkék", "no-users-found": "Nem található ilyen felhasználó!" diff --git a/public/language/hy/admin/admin.json b/public/language/hy/admin/admin.json index 3f7a51e4c6..3daaf856c3 100644 --- a/public/language/hy/admin/admin.json +++ b/public/language/hy/admin/admin.json @@ -4,15 +4,15 @@ "acp-title": "%1 | NodeBB Կառավարման Վահանակ", "settings-header-contents": "Պարունակություն", - "changes-saved": "Changes Saved", - "changes-saved-message": "Your changes to the NodeBB configuration have been saved.", + "changes-saved": "Փոփոխությունները պահված են", + "changes-saved-message": "NodeBB կոնֆիգուրացիայի ձեր փոփոխությունները պահպանվել են:", "changes-not-saved": "Փոփոխությունները պահպանված չեն", "changes-not-saved-message": "Փոփոխությունների պահպանման հետ խնդիր կա (%1)", - "save-changes": "Save changes", - "min": "Min:", - "max": "Max:", - "view": "View", - "edit": "Edit", - "add": "Add", - "select-icon": "Select Icon" + "save-changes": "Պահպանել փոփոխությունները", + "min": "Մին․՝", + "max": "Մաքս․՝", + "view": "Դիտել", + "edit": "Խմբագրել", + "add": "Ավելացնել", + "select-icon": "Ընտրեք պատկերակ" } \ No newline at end of file diff --git a/public/language/hy/admin/advanced/cache.json b/public/language/hy/admin/advanced/cache.json index 04adbf8d13..2fdaf641ab 100644 --- a/public/language/hy/admin/advanced/cache.json +++ b/public/language/hy/admin/advanced/cache.json @@ -1,5 +1,5 @@ { - "cache": "Cache", + "cache": "Քեշ", "post-cache": "Գրառման քեշ", "group-cache": "Խմբի քեշ", "local-cache": "Տեղական քեշ", diff --git a/public/language/hy/admin/advanced/database.json b/public/language/hy/admin/advanced/database.json index 3f5ea4c31e..1618abcc3b 100644 --- a/public/language/hy/admin/advanced/database.json +++ b/public/language/hy/admin/advanced/database.json @@ -17,7 +17,7 @@ "mongo.file-size": "Ֆայլի չափ", "mongo.resident-memory": " Resident հիշողություն", "mongo.virtual-memory": "Վիրտուալ հիշողություն", - "mongo.mapped-memory": "Քարտեզագրված հիշողություն", + "mongo.mapped-memory": "Mapped Memory", "mongo.bytes-in": "Bytes In", "mongo.bytes-out": "Bytes Out", "mongo.num-requests": "Հարցումների քանակը", diff --git a/public/language/hy/admin/advanced/errors.json b/public/language/hy/admin/advanced/errors.json index d7924b42da..e8045c3265 100644 --- a/public/language/hy/admin/advanced/errors.json +++ b/public/language/hy/admin/advanced/errors.json @@ -1,5 +1,5 @@ { - "errors": "Errors", + "errors": "Սխալներ", "figure-x": "Figure %1", "error-events-per-day": "%1 իրադարձություն օրական", "error.404": "404 Չի գտնվել", diff --git a/public/language/hy/admin/advanced/events.json b/public/language/hy/admin/advanced/events.json index d293e7829a..7c7155341a 100644 --- a/public/language/hy/admin/advanced/events.json +++ b/public/language/hy/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "Իրադարձության տեսակը", "filter-start": "Մեկնարկի ամսաթիվ", "filter-end": "Ավարտի ամսաթիվ", - "filter-perPage": "Մեկ էջի համար" + "filter-per-page": "Մեկ էջի համար" } \ No newline at end of file diff --git a/public/language/hy/admin/appearance/customise.json b/public/language/hy/admin/appearance/customise.json index c7b6a9224f..4b2ae84da8 100644 --- a/public/language/hy/admin/appearance/customise.json +++ b/public/language/hy/admin/appearance/customise.json @@ -1,8 +1,8 @@ { - "customise": "Customise", - "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", + "customise": "Անհատականացնել", + "custom-css": "Պատվերով CSS/SASS", + "custom-css.description": "Մուտքագրեք ձեր սեփական CSS/SASS հայտարարագրերն այստեղ, որոնք կկիրառվեն բոլոր մյուս ոճերից հետո:", + "custom-css.enable": "Միացնել անհատականացված CSS/SASS-ը", "custom-js": "Custom Javascript", "custom-js.description": "Մուտքագրեք ձեր սեփական javascript-ն այստեղ: Այն կկատարվի էջն ամբողջությամբ բեռնվելուց հետո:", @@ -15,6 +15,6 @@ "custom-css.livereload": "Միացնել Live Reload-ը", "custom-css.livereload.description": "Միացրեք սա՝ ձեր հաշվի տակ գտնվող յուրաքանչյուր սարքի բոլոր աշխատաշրջանները ստիպելու համար թարմացնել, երբ սեղմեք «Պահել» կոճակը", "bsvariables": "_variables.scss", - "bsvariables.description": "Override bootstrap variables here. You can also use a tool like bootstrap.build and paste the output here.
Changes require a rebuild & restart.", - "bsvariables.enable": "Enable _variables.scss" + "bsvariables.description": "Այստեղ վերագրեք bootstrap փոփոխականները: Դուք կարող եք նաև օգտագործել այնպիսի գործիք, ինչպիսին է bootstrap.build և տեղադրեք արդյունքն այստեղ:
Փոփոխությունները պահանջում են վերակառուցում և վերագործարկում։", + "bsvariables.enable": "Միացնել _variables.scss" } \ No newline at end of file diff --git a/public/language/hy/admin/appearance/skins.json b/public/language/hy/admin/appearance/skins.json index 82ca95de59..ec9f720340 100644 --- a/public/language/hy/admin/appearance/skins.json +++ b/public/language/hy/admin/appearance/skins.json @@ -1,16 +1,16 @@ { - "skins": "Skins", - "bootswatch-skins": "Bootswatch Skins", - "custom-skins": "Custom Skins", - "add-skin": "Add Skin", - "save-custom-skins": "Save Custom Skins", - "save-custom-skins-success": "Custom skins saved successfully", - "custom-skin-name": "Custom Skin Name", - "custom-skin-variables": "Custom Skin Variables", - "loading": "Բեռնվում է Skins...", + "skins": "Շապիկներ", + "bootswatch-skins": "Bootswatch Շապիկներ", + "custom-skins": "Պատվերով շապիկներ", + "add-skin": "Ավելացնել շապիկ", + "save-custom-skins": "Պահպանել անհատականացված շապիկները", + "save-custom-skins-success": "Անհատականացված շապիկները հաջողությամբ պահպանվեցին", + "custom-skin-name": "Անհատականացված շապիկի անվանումը", + "custom-skin-variables": "Անհատականացված շապիկի փոփոխականները", + "loading": "Բեռնվում շապիկները...", "homepage": "Գլխավոր էջ", "select-skin": "Ընտրել շապիկ ", - "revert-skin": "Revert Skin", + "revert-skin": "Վերադարնել շապիկը", "current-skin": "Ընթացիկ շապիկ ", "skin-updated": "Շապիկը թարմացվել է", "applied-success": "%1 շապիկը հաջողությամբ կիրառվեց", diff --git a/public/language/hy/admin/appearance/themes.json b/public/language/hy/admin/appearance/themes.json index 8d23160e9f..414af6b3d4 100644 --- a/public/language/hy/admin/appearance/themes.json +++ b/public/language/hy/admin/appearance/themes.json @@ -1,9 +1,9 @@ { - "themes": "Themes", + "themes": "Թեմաներ", "checking-for-installed": "Տեղադրված թեմաների ստուգում...", "homepage": "Գլխավոր էջ", "select-theme": "Ընտրեք թեմա", - "revert-theme": "Revert Theme", + "revert-theme": "Վերականգնել շապիկը", "current-theme": "Ընթացիկ թեմա", "no-themes": "Տեղադրված թեմաներ չեն գտնվել", "revert-confirm": "Վստա՞հ եք, որ ցանկանում եք վերականգնել կանխադրված NodeBB թեման:", diff --git a/public/language/hy/admin/dashboard.json b/public/language/hy/admin/dashboard.json index 56895bd3cc..78ac928a72 100644 --- a/public/language/hy/admin/dashboard.json +++ b/public/language/hy/admin/dashboard.json @@ -26,13 +26,13 @@ "updates": "Թարմացումներ", "running-version": "Դուք աշխատում եք NodeBB v%1-ում:", "keep-updated": "Միշտ համոզվեք, որ ձեր NodeBB-ն արդիական է անվտանգության վերջին պատչերի և վրիպակների շտկման համար:", - "up-to-date": "You are up-to-date ", - "upgrade-available": "A new version (v%1) has been released. Consider upgrading your NodeBB.", - "prerelease-upgrade-available": "This is an outdated pre-release version of NodeBB. A new version (v%1) has been released. Consider upgrading your NodeBB.", - "prerelease-warning": "This is a pre-release version of NodeBB. Unintended bugs may occur. ", + "up-to-date": "Դուքթարմացված եք ", + "upgrade-available": "Թողարկվել է նոր տարբերակ (v%1): Մտածեք թարմացնել ձեր NodeBB1-ը .", + "prerelease-upgrade-available": "Սա NodeBB-ի նախնական թողարկման հնացած տարբերակն է: Թողարկվել է նոր տարբերակ (v%1): Մտածեք արմացնել ձեր NodeBB1-ը:", + "prerelease-warning": "Սա NodeBB-ի pre-release տարբերակն է: NodeBB. Կարող են առաջանալ չնախատեսված սխալներ :", "fallback-emailer-not-found": "Հետադարձ էլփոստի ուղարկողը չի գտնվել:", - "running-in-development": "Forum is running in development mode. The forum may be open to potential vulnerabilities; please contact your system administrator", - "latest-lookup-failed": "Failed to look up latest available version of NodeBB", + "running-in-development": "Ֆորումն աշխատում է զարգացման ռեժիմում: Ֆորումը կարող է բաց լինել հնարավոր խոցելիության համար. խնդրում ենք կապվել ձեր համակարգի ադմինիստրատորի հետ", + "latest-lookup-failed": "Չհաջողվեց փնտրել NodeBB-ի վերջին հասանելի տարբերակը", "notices": "Ծանուցումներ", "restart-not-required": "Վերագործարկումը պարտադիր չէ", @@ -84,15 +84,15 @@ "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", - "view-as-json": "View as JSON", - "expand-analytics": "Expand analytics", - "clear-search-history": "Clear Search History", - "clear-search-history-confirm": "Are you sure you want to clear entire search history?" + "start": "Սկիզբ", + "end": "Ավարտ", + "filter": "Ֆիլտր", + "view-as-json": "Դիտել որպես JSON", + "expand-analytics": "Ընդլայնել վերլուծությունը", + "clear-search-history": "Մաքրել որոնման պատմությունը", + "clear-search-history-confirm": "Վստա՞հ եք, որ ցանկանում եք մաքրել որոնման ողջ պատմությունը:" } diff --git a/public/language/hy/admin/extend/plugins.json b/public/language/hy/admin/extend/plugins.json index 3fa5a27f84..5d4041f118 100644 --- a/public/language/hy/admin/extend/plugins.json +++ b/public/language/hy/admin/extend/plugins.json @@ -1,5 +1,5 @@ { - "plugins": "Plugins", + "plugins": "Փլագիններ", "trending": "թրենդային", "installed": "Տեղադրված", "active": "Ակտիվ", diff --git a/public/language/hy/admin/extend/rewards.json b/public/language/hy/admin/extend/rewards.json index 85e500c073..8ca75267c1 100644 --- a/public/language/hy/admin/extend/rewards.json +++ b/public/language/hy/admin/extend/rewards.json @@ -1,12 +1,12 @@ { "rewards": "Պարգևներ", - "add-reward": "Add reward", + "add-reward": "Ավելացնել պարգև", "condition-if-users": "If User's", "condition-is": "Is:", "condition-then": "Then:", "max-claims": "Պահանջվում է պարգևատրման գումարը ", "zero-infinite": "Մուտքագրեք 0 անսահմանության համար", - "select-reward": "Select reward", + "select-reward": "Ընտրել պարգևը", "delete": "Ջնջել", "enable": "Միացնել", "disable": "Անջատել", diff --git a/public/language/hy/admin/extend/widgets.json b/public/language/hy/admin/extend/widgets.json index 068333334b..b3d7f053f5 100644 --- a/public/language/hy/admin/extend/widgets.json +++ b/public/language/hy/admin/extend/widgets.json @@ -1,17 +1,17 @@ { - "widgets": "Widgets", + "widgets": "Վիդջեթներ", "available": "Հասանելի վիդջեթներ", "explanation": "Բացվող ընտրացանկից ընտրեք վիջեթ, այնուհետև քաշեք և թողեք այն ձախ կողմում գտնվող ձևանմուշի վիդջեթի տարածք:", "none-installed": "Վիջեթներ չեն գտնվել: Ակտիվացրեք վիջեթի հիմնական հավելվածը plugins կառավարման վահանակում:", "clone-from": "Կլոնավորել վիջեթներ-ից", "containers.available": "Առկա Containers", - "containers.explanation": "Քաշեք և թողեք ցանկացած ակտիվ վիջեթի վերևում", + "containers.explanation": "Drag and drop on top of any widget", "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", - "container.card": "Card", - "container.card-header": "Card Header", - "container.card-body": "Card Body", + "container.card": "Քարտ", + "container.card-header": "Քարտի վերնագիր", + "container.card-body": "Քարտի կառուցվածք", "container.alert": "Զգուշացում", "alert.confirm-delete": "Վստա՞հ եք, որ ցանկանում եք ջնջել այս վիջեթը:", @@ -27,7 +27,9 @@ "container.placeholder": "Քաշեք և գցեք կոնտեյներ կամ մուտքագրեք HTML այստեղ:", "show-to-groups": "Ցույց տալ խմբերին ", "hide-from-groups": "Թաքցնել խմբերից", - "start-date": "Start date", - "end-date": "End date", - "hide-on-mobile": "Թաքցնել բջջայինի վրա" + "start-date": "Սկիզբ", + "end-date": "Ավարտ", + "hide-on-mobile": "Թաքցնել բջջայինի վրա", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/hy/admin/manage/admins-mods.json b/public/language/hy/admin/manage/admins-mods.json index b315aa315a..e121805dd7 100644 --- a/public/language/hy/admin/manage/admins-mods.json +++ b/public/language/hy/admin/manage/admins-mods.json @@ -1,11 +1,11 @@ { - "manage-admins-and-mods": "Manage Admins & Mods", + "manage-admins-and-mods": "Կառավարեք ադմինները և ռեժիմները", "administrators": "Ադմինիստրատորներ", "global-moderators": "Ընդհանուր մոդերատորներ", "moderators": "Մոդերատորներ ", "no-global-moderators": "Ընդհանուր մոդերատորներ չկան", "no-sub-categories": "Ենթակատեգորիաներ չկան", - "view-children": "View children (%1)", + "view-children": "Դիտել երեխաներին (% 1)", "no-moderators": "Մոդերատորներ չկան", "add-administrator": "Ավելացնել ադմինիստրատոր", "add-global-moderator": "Ավելացնել ընդհանուր մոդերատոր", diff --git a/public/language/hy/admin/manage/categories.json b/public/language/hy/admin/manage/categories.json index bbe31b7116..54a3c6c4cd 100644 --- a/public/language/hy/admin/manage/categories.json +++ b/public/language/hy/admin/manage/categories.json @@ -1,11 +1,11 @@ { - "manage-categories": "Manage Categories", - "add-category": "Add category", - "jump-to": "Jump to...", + "manage-categories": "Կառավարեք կատեգորիաները", + "add-category": "Ավելացնել Կատեգորիա", + "jump-to": "Անցնել դեպի․․․", "settings": "Կատեգորիայի կարգավորումներ", - "edit-category": "Edit Category", + "edit-category": "Խմբագրել Կատեգորիան", "privileges": "Արտոնություններ", - "back-to-categories": "Back to categories", + "back-to-categories": "Վերադառնալ կատեգորիաներ", "name": "Կատեգորիայի անվանումը", "description": "Կատեգորիայի նկարագրություն", "bg-color": "Ֆոնի գույնը", @@ -19,10 +19,10 @@ "post-queue": "Գրառման հերթ", "tag-whitelist": "Նշեք Whitelist", "upload-image": "Վերբեռնել նկար", - "upload": "Upload", + "upload": "Վերբեռնել", "delete-image": "Հեռացնել ", "category-image": "Կատեգորիայի նկար ", - "image-and-icon": "Image & Icon", + "image-and-icon": "Պատկեր և պատկերակ", "parent-category": "Ծնողի կատեգորիա", "optional-parent-category": "(Ըստ ցանկության) Ծնողի կատեգորիա", "top-level": "Բարձր մակարդակ", diff --git a/public/language/hy/admin/manage/groups.json b/public/language/hy/admin/manage/groups.json index 1c44f03c5a..538087ec20 100644 --- a/public/language/hy/admin/manage/groups.json +++ b/public/language/hy/admin/manage/groups.json @@ -1,10 +1,10 @@ { - "manage-groups": "Manage Groups", - "add-group": "Add group", - "edit-group": "Edit Group", - "back-to-groups": "Back to groups", - "view-group": "View group", - "icon-and-title": "Icon & Title", + "manage-groups": "Կառավարել Խմբերը", + "add-group": "Ավելացնել խումբ", + "edit-group": "Խմբագրել խումբ", + "back-to-groups": "Վերադառնալ խմբերին", + "view-group": "Դիտել խումբը", + "icon-and-title": "Նշան և Վերնագիր", "name": "Խմբի անուն", "badge": "Նշան", "properties": "Հատկություններ", @@ -16,7 +16,7 @@ "edit": "Խմբագրել ", "delete": "Ջնջել", "privileges": "Արտոնություններ ", - "members-csv": "Members (CSV)", + "members-csv": "Անդամներ (CSV)", "search-placeholder": "Որոնում ", "create": "Ստեղծել խումբ", "description-placeholder": "Ձեր խմբի մասին կարճ նկարագրություն", diff --git a/public/language/hy/admin/manage/privileges.json b/public/language/hy/admin/manage/privileges.json index 879f739906..c9fda8e370 100644 --- a/public/language/hy/admin/manage/privileges.json +++ b/public/language/hy/admin/manage/privileges.json @@ -1,6 +1,6 @@ { - "manage-privileges": "Manage Privileges", - "discard-changes": "Discard changes", + "manage-privileges": "Կառավարեք առավելությունները", + "discard-changes": "Հրաժարվել փոփոխություններից", "global": "Ընդհանուր", "admin": "Ադմին", "group-privileges": "Group Privileges", @@ -8,6 +8,7 @@ "edit-privileges": "Խմբագրել արտոնությունները", "select-clear-all": "Ընտրել/Մաքրել բոլորը", "chat": "Զրույց", + "chat-with-privileged": "Chat with Privileged", "upload-images": "Վերբեռնեք պատկերներ", "upload-files": "Վերբեռնել Ֆայլեր", "signature": "Ստորագրություն", @@ -33,7 +34,7 @@ "edit-posts": "Խմբագրել գրառումները", "view-edit-history": "Դիտեք խմբագրման պատմությունը", "delete-posts": "Ջնջել Գրառումները", - "view_deleted": "Դիտեք ջնջված գրառումները", + "view-deleted": "Դիտեք ջնջված գրառումները", "upvote-posts": "Կողմ քվեարկել գրառումներին ", "downvote-posts": "Դեմ քվեարկեք գրառումներին ", "delete-topics": "Ջնջել թեմաները ", diff --git a/public/language/hy/admin/manage/tags.json b/public/language/hy/admin/manage/tags.json index bec196ad91..0e419cf6c0 100644 --- a/public/language/hy/admin/manage/tags.json +++ b/public/language/hy/admin/manage/tags.json @@ -1,11 +1,11 @@ { - "manage-tags": "Manage Tags", + "manage-tags": "Կառավարել պիտակները", "none": "Ձեր ֆորումում դեռևս պիտակներով թեմաներ չկան:", "bg-color": "Ֆոնի գույն ", "text-color": "Տեքստի գույն ", "description": "Ընտրեք պիտակներ՝ սեղմելով կամ քաշելով, օգտագործեք CTRL՝ մի քանի պիտակներ ընտրելու համար:", "create": "Ստեղծել պիտակ ", - "add-tag": "Add tag", + "add-tag": "Ավելացնել պիտակ", "modify": "Փոփոխել պիտակները", "rename": "Վերանվանել Tags", "delete": "Ջնջել ընտրված պիտակները", diff --git a/public/language/hy/admin/manage/uploads.json b/public/language/hy/admin/manage/uploads.json index cc6506c508..4a8f85b4bf 100644 --- a/public/language/hy/admin/manage/uploads.json +++ b/public/language/hy/admin/manage/uploads.json @@ -1,5 +1,5 @@ { - "manage-uploads": "Manage Uploads", + "manage-uploads": "Կառավարեք վերբեռնումները", "upload-file": "Ներբեռնել ֆայլ", "filename": "Ֆայլի անունը", "usage": "Գրառման օգտագործումը", diff --git a/public/language/hy/admin/manage/users.json b/public/language/hy/admin/manage/users.json index 207214d588..439d22d1af 100644 --- a/public/language/hy/admin/manage/users.json +++ b/public/language/hy/admin/manage/users.json @@ -1,24 +1,29 @@ { - "manage-users": "Manage Users", + "manage-users": "Կառավարել օգտատերերին", "users": "Օգտատերեր", "edit": "Գործողություններ", "make-admin": "Դարձնել Ադմին", "remove-admin": "Հեռացնել ադմինիստրատորին", + "change-email": "Փոխել Էլ. հասցեն", + "new-email": "Նոր Էլ. հասցե", "validate-email": "Վավերացնել էլ. փոստը", "send-validation-email": "Ուղարկել վավերացման էլ. փոստ", + "change-password": "Փոխել Գաղտնաբառը", "password-reset-email": "Ուղարկել գաղտնաբառը վերականգնելու էլ. փոստ", "force-password-reset": "Ստիպել գաղտնաբառի վերակայում և օգտատերից դուրս գալ", - "ban": "Արգելել օգտատիրոջը(ին)", + "ban": "Արգելափակել", + "ban-users": "Արգելափակել Օգտատեր(երին)", "temp-ban": "Ժամանակավորապես արգելել օգտատեր(ներին):", "unban": "Արգելահանել օգտատեր(ներ)ին", "reset-lockout": "Վերականգնել Lockout", "reset-flags": "Վերականգնել դրոշները", - "delete": "Ջնջել օգտատիրոջը", + "delete": "Ջնջել", + "delete-users": "Ջնջել Օգտատեր(երին)", "delete-content": "Ջնջել օգտատեր(ների) կոնտենտը", "purge": "Ջնջել օգտատերին(ներ) և բովանդակությունը", "download-csv": "Ներբեռնեք CSV", "manage-groups": "Կառավարել Խմբերը", - "set-reputation": "Set Reputation", + "set-reputation": "Սահմանել հեղինակություն", "add-group": "Ավելացնել խումբ ", "create": "Ստեղծել օգտատեր", "invite": "հրավիրել էլ. փոստով", @@ -51,10 +56,10 @@ "users.username": "օգտատիրոջ անուն ", "users.email": "էլ. փոստ", "users.no-email": "էլ. փոստ չկա", - "users.validated": "Validated", - "users.not-validated": "Not Validated", - "users.validation-pending": "Validation Pending", - "users.validation-expired": "Validation Expired", + "users.validated": "Վավերացված է", + "users.not-validated": "Չի վավերացվել", + "users.validation-pending": "Վավերացումը ընթանում է", + "users.validation-expired": "Վավերացման ժամկետը սպառվել է", "users.ip": "IP", "users.postcount": "հետհաշվարկ", "users.reputation": "վարկանիշ", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "Արգելել %1 օգտվող(ներ)", "alerts.unban-success": "Օգտատեր(ներ)ն արգելված չէ:", "alerts.lockout-reset-success": "Արգելափակում(ներ)ը վերակայվել է:", + "alerts.password-change-success": "Գաղտնաբառ(ներ)ը փոխվել է:", "alerts.flag-reset-success": "Դրոշ(ներ)ը վերակայվել են:", "alerts.no-remove-yourself-admin": "Դուք չեք կարող ձեզ հեռացնել որպես Ադմինիստրատոր:", "alerts.make-admin-success": "Օգտատերը այժմ ադմինիստրատոր է:", @@ -106,6 +112,7 @@ "alerts.create": "Ստեղծել Օգտատեր ", "alerts.button-create": "Ստեղծել ", "alerts.button-cancel": "չեղարկել", + "alerts.button-change": "Փոխել", "alerts.error-passwords-different": "Գաղտնաբառերը պետք է համընկնեն!", "alerts.error-x": "Սխալ% 1", "alerts.create-success": "Օգտատերը ստեղծված է", @@ -113,6 +120,10 @@ "alerts.prompt-email": "Էլ. փոստեր", "alerts.email-sent-to": "Հրավերի նամակ է ուղարկվել %1-ին", "alerts.x-users-found": "Գտնվել է %1 օգտատեր, (%2 վայրկյան)", + "alerts.select-a-single-user-to-change-email": "Էլ. փոստը փոխելու համար ընտրեք մեկ օգտատեր", "export-users-started": "Օգտագործողների արտահանում որպես csv, դա կարող է որոշ ժամանակ տևել: Դուք ծանուցում կստանաք, երբ այն ավարտվի:", - "export-users-completed": "Օգտատերերը արտահանվել են որպես csv, ներբեռնելու համար սեղմեք այստեղ:" + "export-users-completed": "Օգտատերերը արտահանվել են որպես csv, ներբեռնելու համար սեղմեք այստեղ:", + "email": "Էլ. հասցե", + "password": "Գաղտնաբառ", + "manage": "Կառավարել" } \ No newline at end of file diff --git a/public/language/hy/admin/menu.json b/public/language/hy/admin/menu.json index 1b483105ee..d82b3b4f3e 100644 --- a/public/language/hy/admin/menu.json +++ b/public/language/hy/admin/menu.json @@ -14,7 +14,7 @@ "manage/users": "Օգտատերեր", "manage/admins-mods": "Admins & Mods", "manage/registration": "Գրանցման հերթ", - "manage/flagged-content": "Flagged Content", + "manage/flagged-content": "Նշված բովանդակություն", "manage/post-queue": "Գրառման Queue", "manage/groups": "Խմբեր", "manage/ip-blacklist": "IP սև ցուցակ", @@ -73,9 +73,9 @@ "development/info": "Տեղեկատվություն", "rebuild-and-restart-forum": "Վերակառուցել և վերագործարկել ֆորումը", - "rebuild-and-restart": "Rebuild & Restart", + "rebuild-and-restart": "Վերակառուցել և վերագործարկել", "restart-forum": "Վերագործարկել Ֆորումը", - "restart": "Restart", + "restart": "Վերագործարկել", "logout": "Դուրս գալ", "view-forum": "Դիտել ֆորումը", diff --git a/public/language/hy/admin/settings/advanced.json b/public/language/hy/admin/settings/advanced.json index e18468591b..0afd476609 100644 --- a/public/language/hy/admin/settings/advanced.json +++ b/public/language/hy/admin/settings/advanced.json @@ -3,7 +3,7 @@ "maintenance-mode.help": "Երբ ֆորումը սպասարկման ռեժիմում է, բոլոր հարցումները կվերահղվեն դեպի ստատիկ պահման էջ: Ադմինիստրատորները ազատված են այս վերահղումից և կարող են սովորական կերպով մուտք գործել կայք:", "maintenance-mode.status": "Սպասարկման ռեժիմի կարգավիճակի կոդը", "maintenance-mode.message": "Սպասարկման հաղորդագրություն", - "maintenance-mode.groups-exempt-from-maintenance-mode": "Select groups that should be exempt from maintenance mode", + "maintenance-mode.groups-exempt-from-maintenance-mode": "Ընտրեք խմբեր, որոնք պետք է ազատվեն սպասարկման ռեժիմից", "headers": "Վերնագրեր", "headers.allow-from": "Սահմանեք ALLOW-FROM-ը, որպեսզի NodeBB-ն տեղադրվի iFrame-ում", "headers.csp-frame-ancestors": "Սահմանեք Content-Security-Policy frame-ancestors վերնագիրը որպես Place NodeBB iFrame-ում", @@ -20,8 +20,8 @@ "headers.coep-help": "Երբ միացված է (հիմնական), վերնագիրը կսահմանի require-corp", "headers.coop": "Cross-Origin-Opener-Policy", "headers.corp": "Cross-Origin-Resource-Policy", - "headers.permissions-policy": "Permissions-Policy", - "headers.permissions-policy-help": "Allows setting permissions policy header, for example \"geolocation=*, camera=()\", see this for more info.", + "headers.permissions-policy": "Թույլտվություններ-", + "headers.permissions-policy-help": "Թույլ է տալիս սահմանել թույլտվությունների քաղաքականության վերնագիրը, օրինակ \"geolocation=*, camera=()\", տե'ս սա լրացուցիչ տեղեկությունների համար:", "hsts": "Strict Transport Security", "hsts.enabled": "Միացված է HSTS (խորհուրդ է տրվում)", "hsts.maxAge": "HSTS Max Age", diff --git a/public/language/hy/admin/settings/api.json b/public/language/hy/admin/settings/api.json index e11fd4debc..09a5405cac 100644 --- a/public/language/hy/admin/settings/api.json +++ b/public/language/hy/admin/settings/api.json @@ -3,27 +3,27 @@ "settings": "Կարգավորումներ ", "lead-text": "Այս էջից դուք կարող եք կարգավորել մուտքը դեպի «Write API» NodeBB-ում:", "intro": " Write API-ն նույնականացնում է օգտատերերին՝ հիմնվելով նրանց նստաշրջանի cookie-ի վրա, սակայն NodeBB-ն աջակցում է նաև կրող նույնականացումը այս էջի միջոցով ստեղծվող նշանների միջոցով:", - "warning": "Be advised — treat tokens like passwords. If they are leaked, your account should be considered compromised.", + "warning": "Ուշադիր եղեք — վերաբերվեք նշաններին, ինչպես գաղտնաբառերը: Եթե դրանք արտահոսեն, ձեր հաշիվը կհամարվի վտանգված:", "docs": "Սեղմեք այստեղ՝ API-ի ամբողջական ճշգրտմանը մուտք գործելու համար", "require-https": "Պահանջել API-ի օգտագործում միայն HTTPS-ի միջոցով", "require-https-caveat": "Նշում․ որոշ տեղադրումներ, որոնք ներառում են բեռի հավասարակշռողներ, կարող են իրենց հարցումները փոխանցել NodeBB-ին՝ օգտագործելով HTTP, որի դեպքում այս տարբերակը պետք է մնա անջատված։", "uid": "Օգտատիրոջ ID", - "token": "Token", + "token": "Նշան", "uid-help-text": "Նշեք Օգտատիրոջ ID՝ այս նշանի հետ կապելու համար: Եթե օգտատիրոջ ID-ն 0 է, ապա այն կհամարվի հիմնական նշան, որը կարող է ենթադրել այլ օգտատերերի ինքնությունը՝ հիմնվելով _uid պարամետրի վրա:", "description": "Նկարագրություն", - "last-seen": "Last seen", - "created": "Created", - "create-token": "Create Token", - "update-token": "Update Token", - "master-token": "Master token", - "last-seen-never": "This key has never been used.", + "last-seen": "Վերջինը տեսած", + "created": "Ստեղծվել է", + "create-token": "Ստեղծել Նշանը", + "update-token": "Թարմացնել Նշանը", + "master-token": "Գլխավոր նշան", + "last-seen-never": "Այս բանալին երբեք չի օգտագործվել:", "no-description": "Ոչ մի նկարագրություն նշված չէ:", - "actions": "Actions", - "edit": "Edit", - "roll": "Roll", + "actions": "Գործողություններ", + "edit": "Խմբագրել", + "roll": "Գլորել", - "delete-confirm": "Are you sure you wish to delete this token? It will not be recoverable.", - "roll-confirm": "Are you sure you wish to regenerate this token? The old token will be immediately revoked and will not be recoverable." + "delete-confirm": "Վստահ եք՞, որ ցանկանում եք ջնջել այս նշանը: Վերականգնելի չի լինի։", + "roll-confirm": "Վստա՞հ եք, որ ցանկանում եք վերականգնել այս նշանը: Հին նշանն անմիջապես կչեղարկվի և չի վերականգնվի:" } \ No newline at end of file diff --git a/public/language/hy/admin/settings/chat.json b/public/language/hy/admin/settings/chat.json index 67178e5984..c2ae499c3b 100644 --- a/public/language/hy/admin/settings/chat.json +++ b/public/language/hy/admin/settings/chat.json @@ -1,13 +1,16 @@ { + "zero-is-disabled": "Զրույցի սենյակների անունների երկարությունը", "chat-settings": "Զրույցի կարգավորումներ", "disable": "Անջատել զրույցը", "disable-editing": "Անջատել զրույցի հաղորդագրությունների խմբագրումը/ջնջումը", "disable-editing-help": "Ադմինիստրատորները և ամընդհանուր մոդերատորները ազատված են այս սահմանափակումից", "max-length": "Զրույցի հաղորդագրությունների առավելագույն երկարությունը", - "max-chat-room-name-length": "Maximum length of chat room names", + "max-chat-room-name-length": "Զրույցի սենյակների անունների առավելագույն երկարությունը", "max-room-size": "Զրուցարաններում օգտատերերի առավելագույն քանակը", - "delay": "Զրույցի հաղորդագրությունների միջև ընկած ժամանակը միլիվայրկյաններով", - "notification-delay": "Զրույցի հաղորդագրությունների ծանուցման հետաձգում: (0 առանց ուշացման)", - "restrictions.seconds-edit-after": "Վայրկյանների քանակը զրույցի հաղորդագրությունը կմնա խմբագրելի: (0 անջատված)", - "restrictions.seconds-delete-after": "Վայրկյանների քանակը զրույցի հաղորդագրությունը կմնա ջնջելի: (0 անջատված)" + "delay": "Ժամանակը զրույցի հաղորդագրությունների միջև (մս)", + "newbieDelay": "... նոր օգտվողների համար (ms)", + "notification-delay": "Զրույցի հաղորդագրությունների ծանուցման հետաձգում", + "notification-delay-help": "Այս ժամանակահատվածում ուղարկված հավելյալ հաղորդագրությունները հավաքվում են, և օգտատերը ծանուցվում է մեկ անգամ ուշացման ժամանակահատվածում: Սահմանեք սա 0՝ ուշացումն անջատելու համար:", + "restrictions.seconds-edit-after": "Վայրկյանների քանակը զրույցի հաղորդագրությունը կմնա խմբագրելի:", + "restrictions.seconds-delete-after": "Վայրկյանների քանակը զրույցի հաղորդագրությունը կմնա ջնջելի:" } \ No newline at end of file diff --git a/public/language/hy/admin/settings/email.json b/public/language/hy/admin/settings/email.json index 44e1277b06..f4ebe33fcd 100644 --- a/public/language/hy/admin/settings/email.json +++ b/public/language/hy/admin/settings/email.json @@ -5,8 +5,8 @@ "from": "Ում Անունից", "from-help": "Նամակում ցուցադրվող «ում անունից»:", - "confirmation-settings": "Confirmation", - "confirmation.expiry": "Hours to keep email confirmation link valid", + "confirmation-settings": "Հաստատում", + "confirmation.expiry": "Ժամեր՝ էլ փոստի հաստատման հղումը վավեր պահելու համար", "smtp-transport": "SMTP Transport", "smtp-transport.enabled": "Enable SMTP Transport", @@ -42,7 +42,7 @@ "subscriptions.hour-help": "Խնդրում ենք մուտքագրել համարը, որը ներկայացնում է պլանավորված էլփոստի ամփոփագրեր ուղարկելու ժամը (օրինակ՝ 0 կեսգիշերին, 17-ը 17:00-ից): Հիշեք, որ սա ժամն է ըստ սերվերի, և կարող է ճիշտ չհամընկնել ձեր համակարգի ժամացույցի հետ: Սերվերի մոտավոր ժամանակը հետևյալն է. նախատեսվում է ուղարկել հաջորդ օրական ամփոփագիրը", "notifications.remove-images": "Հեռացրեք պատկերները էլփոստի ծանուցումներից", "require-email-address": "Պահանջել նոր օգտատերերից նշել էլփոստի հասցե", - "require-email-address-warning": "By default, users can opt-out of entering an email address by leaving the field blank. Enabling this option means new users will have to enter and confirm an email address in order to proceed with registration and subsequent access to the forum. It does not ensure user will enter a real email address, nor even an address they own.", + "require-email-address-warning": "Նախնականորեն, օգտվողները կարող են հրաժարվել էլփոստի հասցե մուտքագրելուց՝ դաշտը դատարկ թողնելով: և հաստատել էլփոստի հասցե՝ գրանցումը շարունակելու և ֆորումին հետագա մուտք գործելու համար: Այն չի ապահովում, որ օգտվողը մուտքագրի իրական էլ փոստի հասցե, ոչ էլ նույնիսկ իր սեփական հասցե:", "send-validation-email": "Համակարգի ընդհանուր հիշողություն", "include-unverified-emails": "Նամակներ ուղարկեք հասցեատերերին, ովքեր հստակորեն չեն հաստատել իրենց էլ.փոստը", "include-unverified-warning": "Հիմնականում, իրենց հաշվի հետ կապված էլփոստով օգտատերերն արդեն ստուգված են, սակայն կան իրավիճակներ, երբ դա այդպես չէ (օրինակ՝ SSO մուտքեր, մեծահայր օգտատերեր և այլն): Միացնել այս կարգավորումը ձեր սեփական ռիսկով – Չստուգված հասցեներով էլ-նամակներ ուղարկելը կարող է հակասպամի մասին տարածաշրջանային օրենքների խախտում լինել:", diff --git a/public/language/hy/admin/settings/general.json b/public/language/hy/admin/settings/general.json index cdf5927022..72d61c39d2 100644 --- a/public/language/hy/admin/settings/general.json +++ b/public/language/hy/admin/settings/general.json @@ -1,13 +1,13 @@ { - "general-settings": "General Settings", - "on-this-page": "On this page:", + "general-settings": "Ընդհանուր կարգավորումներ", + "on-this-page": "Այս էջում.", "site-settings": "Կայքի կարգավորումներ", "title": "Կայքի անվանումը", "title.short": "Կարճ վերնագիր", "title.short-placeholder": "Եթե կարճ վերնագիր նշված չէ, կայքի անվանումը կօգտագործվի", "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. Note: This is not the external URL used in emails, etc. That is set by the url property in config.json", + "title.url-help": "Երբ վերնագիրը սեղմված է, ուղարկեք օգտվողներին այս հասցեով: Եթե դատարկ մնա, օգտվողը կուղարկվի ֆորումի ինդեքս: Նշում. սա էլ-նամակներում օգտագործվող արտաքին URL-ը չէ և այլն: Այն սահմանված է url config.json հատկությամբ", "title.name": "Ձեր համայնքի անունը", "title.show-in-header": "Ցույց տալ կայքի անվանումը վերնագրում", "browser-title": "Բրաուզերի անվանումը", @@ -18,7 +18,7 @@ "description": "Կայքի նկարագրություն", "keywords": "Կայքի հիմնաբառեր", "keywords-placeholder": "Ձեր համայնքը նկարագրող հիմնաբառեր՝ բաժանված ստորակետերով", - "logo-and-icons": "Site Logo & Icons", + "logo-and-icons": "Կայքի Լոգո և պատկերանշաններ", "logo.image": "Նկար ", "logo.image-placeholder": "Ճանապարհ դեպի լոգո՝ ֆորումի վերնագրում ցուցադրելու համար", "logo.upload": "Վերբեռնել", diff --git a/public/language/hy/admin/settings/guest.json b/public/language/hy/admin/settings/guest.json index e55fa62efb..5e6999bc59 100644 --- a/public/language/hy/admin/settings/guest.json +++ b/public/language/hy/admin/settings/guest.json @@ -1,6 +1,6 @@ { "settings": "Կարգավորումներ", - "guest-settings": "Guest Settings", + "guest-settings": "Հյուրերի կարգավորումներ", "handles.enabled": "Թույլատրել guest handles", "handles.enabled-help": "Այս ընտրանքը բացահայտում է նոր դաշտ, որը թույլ է տալիս հյուրերին ընտրել անուն՝ իրենց կատարած յուրաքանչյուր գրառման հետ կապելու համար: Եթե անջատված են, նրանք պարզապես կանվանվեն «Հյուր»", "topic-views.enabled": "Թույլ տվեք հյուրերին ավելացնել թեմայի դիտումների քանակը", diff --git a/public/language/hy/admin/settings/navigation.json b/public/language/hy/admin/settings/navigation.json index d89758fb60..16d65a8818 100644 --- a/public/language/hy/admin/settings/navigation.json +++ b/public/language/hy/admin/settings/navigation.json @@ -1,5 +1,5 @@ { - "navigation": "Navigation", + "navigation": "Նավիգացիա", "icon": "Պատկեր", "change-icon": "փոփոխություն ", "route": "Ուղեգիծ", @@ -13,7 +13,7 @@ "groups": "Խմբեր", "open-new-window": "Բացել նոր պատուհանում", "dropdown": "Բացվող", - "dropdown-placeholder": "Place your dropdown menu items below, ie:
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", + "dropdown-placeholder": "Տեղադրեք ձեր բացվող ընտրացանկի տարրերը ստորև, այսինքն՝
<li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>", "btn.delete": "Ջնջել", "btn.disable": "Անջատել", diff --git a/public/language/hy/admin/settings/post.json b/public/language/hy/admin/settings/post.json index bbbbe6280f..9f6bf5ced2 100644 --- a/public/language/hy/admin/settings/post.json +++ b/public/language/hy/admin/settings/post.json @@ -1,5 +1,5 @@ { - "general": "General", + "general": "Ընդհանուր", "sorting": "Գրառումների տեսակավորում", "sorting.post-default": "Գրառումների հիմնական տեսակավորում", "sorting.oldest-to-newest": "Ամենահնից նորագույնը", @@ -24,10 +24,10 @@ "restrictions.seconds-edit-after": "Գրառման վայրկյանների քանակը մնում է խմբագրելի (անջատելու համար սահմանել 0)", "restrictions.seconds-delete-after": "Գրառման համար ջնջելի մնալու վայրկյանների քանակը (անջատելու համար դրված է 0)", "restrictions.replies-no-delete": "Պատասխանների քանակը այն բանից հետո, երբ օգտատերերին թույլ չեն տվել ջնջել իրենց սեփական թեմաները (անջատելու համար սահմանվել է 0)", - "restrictions.title-length": "Title Length", - "restrictions.post-length": "Post Length", + "restrictions.title-length": "Վերնագրի երկարությունը", + "restrictions.post-length": "Գրառման երկարությունը", "restrictions.days-until-stale": "Օրեր, մինչև թեման հնացած համարվի", - "restrictions.stale-help": "Եթե թեման համարվում է «հնացած», ապա նախազգուշացում կցուցադրվի այն օգտատերերին, ովքեր կփորձեն պատասխանել այդ թեմային:", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "Ժամացույց", "timestamp.cut-off": "Ամսաթիվների կրճատում (օրերով)", "timestamp.cut-off-help": "Ամսաթվերը & AMP; ժամանակները կցուցադրվեն հարաբերական ձևով (օրինակ՝ «3 ժամ առաջ» / «5 օր առաջ») և կտեղայնացվեն տարբեր լեզուները։ Որոշակի պահից հետո այս տեքստը կարող է փոխարկվել՝ ցուցադրելու տեղայնացված ամսաթիվը (օրինակ՝ 5 նոյեմբերի 2016թ. 15:30): (Լռելյայն՝ 30 կամ մեկ ամիս): Սահմանեք 0՝ միշտ ցուցադրելու ամսաթվերը, թողեք դատարկ՝ հարաբերական ժամանակները միշտ ցուցադրելու համար:", @@ -40,7 +40,7 @@ "teaser.last-reply": "Վերջին & ndash; Ցույց տալ վերջին պատասխանը կամ «Պատասխաններ չկան» տեղապահ, եթե պատասխաններ չկան", "teaser.first": "Առաջին", "showPostPreviewsOnHover": "Ցույց տալ հաղորդագրությունների նախադիտումը, երբ մկնիկը սեղմում է", - "unread-and-recent": "Unread & Recent Settings", + "unread-and-recent": "Չընթերցված և վերջին կարգավորումներ", "unread.cutoff": "Չընթերցված անջատման օրեր", "unread.min-track-last": "Նվազագույն գրառումները թեմայում մինչև վերջին ընթերցվածը հետևելը", "recent.max-topics": "Առավելագույն թեմաները /վերջին", diff --git a/public/language/hy/admin/settings/reputation.json b/public/language/hy/admin/settings/reputation.json index 7d123f6675..c4827c6cbb 100644 --- a/public/language/hy/admin/settings/reputation.json +++ b/public/language/hy/admin/settings/reputation.json @@ -11,7 +11,7 @@ "downvotes-per-day": "Օրական դեմ ձայներ (սահմանված է 0՝ անսահմանափակ դեմ ձայների համար)", "downvotes-per-user-per-day": "Դեմ ձայներ մեկ օգտատիրոջ համար մեկ օրում (սահմանված է 0՝ անսահմանափակ դեմ ձայների համար)", "min-rep-chat": "Զրույցի հաղորդագրություններ ուղարկելու նվազագույն վարկանիշ", - "min-rep-post-links": "Minimum reputation to post links", + "min-rep-post-links": "Հղումներ տեղադրելու համար նվազագույն հեղինակություն", "min-rep-flag": "Նվազագույն վարկանիշ դրոշի գրառումների համար", "min-rep-website": "«Վեբկայք» օգտատերի պրոֆիլին ավելացնելու նվազագույն վարկանիշ", "min-rep-aboutme": "«Իմ մասին» օգտատիրոջ պրոֆիլին ավելացնելու նվազագույն վարկանիշ", @@ -28,5 +28,5 @@ "flags.action-on-resolve": "Երբ դրոշը լուծվում է, արեք հետևյալը", "flags.action-on-reject": "Երբ դրոշը մերժվում է, արեք հետևյալը", "flags.action.nothing": "Ոչինչ Չանել ", - "flags.action.rescind": "Rescind the notification sent to moderators/administrators" + "flags.action.rescind": "Չեղարկել մոդերատորներին/ադմինիստրատորներին ուղարկված ծանուցումը" } \ No newline at end of file diff --git a/public/language/hy/admin/settings/tags.json b/public/language/hy/admin/settings/tags.json index 201ba5a98a..e05514bf0d 100644 --- a/public/language/hy/admin/settings/tags.json +++ b/public/language/hy/admin/settings/tags.json @@ -3,7 +3,7 @@ "link-to-manage": "Կառավարել թագերը", "system-tags": "Համակարգի պիտակներ", "system-tags-help": "Միայն արտոնյալ օգտատերերերը կկարողանան օգտագործել այս պիտակները: ", - "tags-per-topic": "Tags per topic", + "tags-per-topic": "Պիտակներ ըստ թեմայի", "min-per-topic": "Նվազագույն պիտակներ մեկ թեմայի համար", "max-per-topic": "Առավելագույն պիտակներ յուրաքանչյուր թեմայի համար", "min-length": "Պիտակի նվազագույն երկարությունը", diff --git a/public/language/hy/admin/settings/user.json b/public/language/hy/admin/settings/user.json index bfe839b172..aab6156aa3 100644 --- a/public/language/hy/admin/settings/user.json +++ b/public/language/hy/admin/settings/user.json @@ -1,13 +1,13 @@ { "authentication": "Նույնականացում", "email-confirm-interval": "Օգտատերը չի կարող նորից ուղարկել հաստատման էլ.փոստ", - "email-confirm-interval2": "minutes have elapsed", + "email-confirm-interval2": "րոպեներ են անցել", "allow-login-with": "Թույլատրել մուտք գործել", "allow-login-with.username-email": "Օգտանուն կամ էլ.փոստ", "allow-login-with.username": "Միայն օգտանունը", "account-settings": "Հաշվի կարգավորումներ ", - "gdpr_enabled": "Միացնել GDPR-ի համաձայնության հավաքագրումը", - "gdpr_enabled_help": "Երբ միացված է, բոլոր նոր գրանցողներից կպահանջվի հստակ համաձայնություն տալ տվյալների հավաքագրման և օգտագործման համար՝ համաձայն Տվյալների պաշտպանության ընդհանուր կանոնակարգի (GDPR): Նշում. GDPR-ի միացումը չի ստիպում նախկինում գոյություն ունեցող օգտվողներին տրամադրել համաձայնություն: Դա անելու համար ձեզ հարկավոր է տեղադրել GDPR հավելվածը:", + "gdpr-enabled": "Միացնել GDPR-ի համաձայնության հավաքագրումը", + "gdpr-enabled-help": "Երբ միացված է, բոլոր նոր գրանցողներից կպահանջվի հստակ համաձայնություն տալ տվյալների հավաքագրման և օգտագործման համար՝ համաձայն Տվյալների պաշտպանության ընդհանուր կանոնակարգի (GDPR): Նշում. GDPR-ի միացումը չի ստիպում նախկինում գոյություն ունեցող օգտվողներին տրամադրել համաձայնություն: Դա անելու համար ձեզ հարկավոր է տեղադրել GDPR հավելվածը:", "disable-username-changes": "Անջատել օգտատիրոջ անվան փոփոխությունները", "disable-email-changes": "Անջատել էլ.փոստի փոփոխությունները", "disable-password-changes": "Անջատել գաղտնաբառի փոփոխությունները", @@ -29,8 +29,8 @@ "session-time-days": "Օրեր", "session-time-seconds": "Վայրկյաններ ", "session-time-help": "Այս արժեքներն օգտագործվում են որոշելու համար, թե որքան ժամանակ է օգտվողը մնում մուտք գործած, երբ նա ստուգում է «Հիշիր ինձ» մուտքի վրա: Նշենք, որ այս արժեքներից միայն մեկը կօգտագործվի: Եթե վայրկյանների արժեք չկա, մենք վերադառնում ենք օրերի: Եթե օրերի արժեք չկա, մենք լռելյայն սահմանում ենք 14 օր:", - "session-duration": "Session length if \"Remember Me\" is not checked (seconds)", - "session-duration-help": "By default — or if set to 0 — a user will stay logged in for the duration of the session (e.g. however long the browser window/tab remains open). Set this value to explicitly invalidate the session after the specified number of seconds.", + "session-duration": "Նիստի տևողությունը, եթե «Հիշիր ինձ» նշված չէ (վայրկյաններ)", + "session-duration-help": "Ըստ նախնականի — կամ եթե դրված է 0-ի վրա 0 — օգտատերը կմնա գրանցված սեսիայի ողջ ընթացքում (օրինակ՝ որքան էլ բաց մնա դիտարկիչի պատուհանը/ներդիրը): Սահմանեք այս արժեքը, որպեսզի բացահայտորեն անվավեր դարձնի նիստը նշված վայրկյանների քանակից հետո:", "online-cutoff": "Րոպեներ անց Օգտագործողը համարվում է ոչ ակտիվ, ", "online-cutoff-help": "Եթե օգտատերը այս տևողության համար որևէ գործողություններ չի կատարում, նա համարվում է ոչ ակտիվ և իրական ժամանակում թարմացումներ չի ստանում:", "registration": "Օգտատերի գրանցում ", @@ -59,7 +59,7 @@ "max-about-me-length": " Իմ մասին առավելագույն երկարությունը", "terms-of-use": "Ֆորումի Օգտագործման պայմաններ (Անջատելու համար դատարկ թողեք)", "user-search": "Օգտատիրոջ որոնում", - "user-search-results-per-page": "Number of users to display in search results", + "user-search-results-per-page": "Որոնման արդյունքներում ցուցադրվող օգտվողների թիվը", "default-user-settings": "Օգտատիրոջ հիմնական կարգավորումներ", "show-email": "Ցույց տալ էլ.նամակը", "show-fullname": "Ցույց տալ լրիվ անունը", diff --git a/public/language/hy/category.json b/public/language/hy/category.json index cf6c927dca..25be87feea 100644 --- a/public/language/hy/category.json +++ b/public/language/hy/category.json @@ -1,20 +1,20 @@ { "category": "Կատեգորիա", "subcategories": "Ենթակատեգորիաներ", - "new_topic_button": "Նոր թեմա", + "new-topic-button": "Նոր թեմա", "guest-login-post": "Մուտք գործեք՝ գրառում կատարելու համար", - "no_topics": "Այս բաժնում ոչ մի թեմա չկա։
Գուցե հենց Դո՞ւք ստեղծեք մեկը։", + "no-topics": "Այս բաժնում ոչ մի թեմա չկա։
Գուցե հենց Դո՞ւք ստեղծեք մեկը։", "browsing": "դիտում են", - "no_replies": "Ոչ ոք չի պատասխանել", - "no_new_posts": "Նոր գրառումներ չկան։", + "no-replies": "Ոչ ոք չի պատասխանել", + "no-new-posts": "Նոր գրառումներ չկան։", "watch": "Դիտել", "ignore": "Անտեսել", "watching": "Դիտում", - "not-watching": "Չեն դիտում ", + "not-watching": "Չեն դիտում", "ignoring": "Անտեսել", - "watching.description": "Ցույց տալ թեմաները չկարդացված և վերջին բաժնում ", + "watching.description": "Ցույց տալ թեմաները չկարդացված և վերջին բաժնում", "not-watching.description": "Չընթերցված թեմաները չցուցադրել, ցուցադրել վերջինները", - "ignoring.description": "Մի ցուցադրեք թեմաները չընթերցված և վերջին բաժնում ", + "ignoring.description": "Մի ցուցադրեք թեմաները չընթերցված և վերջին բաժնում", "watching.message": "Դուք այժմ դիտում եք թարմացումներ այս կատեգորիայից և բոլոր ենթակատեգորիաներից", "notwatching.message": "Դուք չեք դիտում այս կատեգորիայի և բոլոր ենթակատեգորիաների թարմացումները", "ignoring.message": "Դուք այժմ անտեսում եք այս կատեգորիայի և բոլոր ենթակատեգորիաների թարմացումները", diff --git a/public/language/hy/email.json b/public/language/hy/email.json index 7aa5c31f18..4c3da72ffb 100644 --- a/public/language/hy/email.json +++ b/public/language/hy/email.json @@ -3,8 +3,8 @@ "password-reset-requested": "Գաղտնաբառի վերականգնում է պահանջվում", "welcome-to": "Բարի գալուստ %1", "invite": "Հրավեր %1-ի կողմից", - "greeting_no_name": "Ողջույն", - "greeting_with_name": "Ողջույն %1", + "greeting-no-name": "Ողջույն", + "greeting-with-name": "Ողջույն %1", "email.verify-your-email.subject": "Խնդրում ենք ստուգել ձեր էլփոստը", "email.verify.text1": "Դուք խնդրել եք փոխել կամ հաստատել ձեր էլ.փոստի հասցեն", "email.verify.text2": "Անվտանգության նկատառումներից ելնելով, մենք փոխում կամ հաստատում ենք ֆայլում առկա էլփոստի հասցեն միայն այն բանից հետո, երբ դրա սեփականության իրավունքը հաստատվի էլփոստի միջոցով: Եթե դուք չեք խնդրել դա, ձեր կողմից որևէ գործողություն չի պահանջվում:", @@ -22,9 +22,9 @@ "reset.notify.subject": "Գաղտնաբառը հաջողությամբ փոխված է", "reset.notify.text1": "Մենք ծանուցում ենք ձեզ, որ %1-ում ձեր գաղտնաբառը հաջողությամբ փոխվել է:", "reset.notify.text2": "Եթե դուք չեք թույլատրել սա, խնդրում ենք անմիջապես տեղեկացնել ադմինիստրատորին:", - "digest.unread-rooms": "Unread rooms", - "digest.room-name-unreadcount": "%1 (%2 unread)", - "digest.latest_topics": "Վերջին թեմաները %1-ից", + "digest.unread-rooms": "Չընթերցված սենյակներ", + "digest.room-name-unreadcount": "%1 (%2 չկարդացված)", + "digest.latest-topics": "Վերջին թեմաները %1-ից", "digest.top-topics": "Հիմնական թեմաները %1-ից", "digest.popular-topics": "Հանրաճանաչ թեմաներ %1-ից", "digest.cta": "Սեղմեք այստեղ՝ %1 այցելելու համար", @@ -36,15 +36,15 @@ "digest.title.day": "Ձեր ամենօրյա ամփոփագիրը", "digest.title.week": "Ձեր շաբաթական ամփոփագիրը", "digest.title.month": "Ձեր ամսական ամփոփագիրը", - "notif.chat.subject": "Նոր զրույցի հաղորդագրություն ստացվել է %1-ից", - "notif.chat.public-chat-subject": "New message from %1 in room %2", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "Սեղմեք այստեղ՝ զրույցը շարունակելու համար", "notif.chat.unsub.info": "Այս զրույցի ծանուցումն ուղարկվել է ձեզ՝ ձեր բաժանորդագրության կարգավորումների պատճառով:", "notif.post.unsub.info": "Գրառման այս ծանուցումն ուղարկվել է ձեզ՝ ձեր բաժանորդագրության կարգավորումների պատճառով:", "notif.post.unsub.one-click": "Այլապես, ապաբաժանորդագրվեք նման ապագա նամակների ստանալու համար ՝ սեղմելով", "notif.cta": "Դեպի ֆորում", - "notif.cta-new-reply": "Դիտել գրառումը ", - "notif.cta-new-chat": "Դիտել զրույցը ", + "notif.cta-new-reply": "Դիտել գրառումը", + "notif.cta-new-chat": "Դիտել զրույցը", "notif.test.short": "Փորձարկման ծանուցումներ", "notif.test.long": "Սա ծանուցումների էլ.փոստի փորձարկում է: Ուղարկե՛ք օգնություն:", "test.text1": "Սա փորձնական նամակ է՝ ստուգելու, որ էլփոստի ուղարկողը ճիշտ է կարգավորվել ձեր NodeBB-ի համար:", diff --git a/public/language/hy/error.json b/public/language/hy/error.json index 721b7493f8..3eb20e4f20 100644 --- a/public/language/hy/error.json +++ b/public/language/hy/error.json @@ -42,7 +42,7 @@ "user-doesnt-have-email": "Օգտատերը «%1» չունի էլփոստի հավաքածու:", "email-confirm-failed": "Մենք չկարողացանք հաստատել Ձեր էլ.փոստը, խնդրում ենք փորձել ավելի ուշ։", "confirm-email-already-sent": "Հաստատման էլ.նամակն արդեն ուղարկվել է, խնդրում ենք սպասել %1 րոպե՝ ևս մեկ ուղարկելու համար:", - "confirm-email-expired": "Confirmation email expired", + "confirm-email-expired": "Հաստատման էլ․ փոստի ժամկետը սպառվել է", "sendmail-not-found": "Sendmail գործարկիչը չի գտնվել, համոզվեք, որ այն տեղադրված է և գործարկվում է NodeBB-ով աշխատող օգտատիրոջ կողմից:", "digest-not-enabled": "Այս օգտատիրոջը միացված չեն ամփոփումները, կամ համակարգի հիմնական կազմաձևված չէ ամփոփումներ ուղարկելու համար", "username-too-short": "Մուտքանունը շատ կարճ է", @@ -55,7 +55,7 @@ "user-banned-reason-until": "Ներողություն, այս հաշիվն արգելված է մինչև %1 (պատճառը՝ %2)", "user-too-new": "Ներողություն, ձեզնից պահանջվում է սպասել %1 վայրկյան(եր) նախքան ձեր առաջին գրառումը կատարելը", "blacklisted-ip": "Ներողություն, ձեր IP հասցեն արգելվել է այս համայնքում: Եթե կարծում եք, որ սա սխալ է, դիմեք ադմինիստրատորին:", - "cant-blacklist-self-ip": "You can't blacklist your own IP", + "cant-blacklist-self-ip": "Դուք չեք կարող սև ցուցակում ներառել ձեր սեփական IP-ն", "ban-expiry-missing": "Խնդրում ենք նշել այս արգելքի ավարտի ամսաթիվը", "no-category": "Կատեգորիա գոյություն չունի", "no-topic": "Թեման գոյություն չունի", @@ -64,21 +64,21 @@ "no-user": "Օգտվողը գոյություն չունի", "no-teaser": "Թիզերը գոյություն չունի", "no-flag": "Դրոշ գոյություն չունի", - "no-chat-room": "Chat room does not exist", + "no-chat-room": "Զրուցարան գոյություն չունի", "no-privileges": "Դուք չունեք բավարար արտոնություններ այս գործողության համար:", "category-disabled": "Կատեգորիան անջատված է", "topic-locked": "Թեման փակված է", "post-edit-duration-expired": "Ձեզ թույլատրվում է խմբագրել հաղորդագրությունները կիսվելուց միայն %1 վայրկյան հետո։", "post-edit-duration-expired-minutes": "Ձեզ թույլատրվում է խմբագրել հաղորդագրությունները միայն %1 րոպե (ներ) փակցնելուց հետո", "post-edit-duration-expired-minutes-seconds": "Ձեզ թույլատրվում է խմբագրել գրառումները միայն %1 րոպե(ներ) %2 վայրկյան(ներ) փակցնելուց հետո", - "post-edit-duration-expired-hours": "Ձեզ թույլատրվում է խմբագրել գրառումները փակցնելուց միայն %1 ժամ հետո ", + "post-edit-duration-expired-hours": "Ձեզ թույլատրվում է խմբագրել գրառումները փակցնելուց միայն %1 ժամ հետո", "post-edit-duration-expired-hours-minutes": "Ձեզ թույլատրվում է խմբագրել գրառումները միայն դրանք %1 ժամ(եր) %2 րոպե(ներ) հրապարակելուց հետո", "post-edit-duration-expired-days": "Ձեզ թույլատրվում է խմբագրել գրառումները հրապարակելուց հետո միայն %1 օր(եր):", "post-edit-duration-expired-days-hours": "Ձեզ թույլատրվում է խմբագրել հաղորդագրությունները միայն %1 օր(եր) %2 ժամ(եր) դրանք հրապարակելուց հետո", "post-delete-duration-expired": "Ձեզ թույլատրվում է ջնջել գրառումները հրապարակելուց հետո միայն %1 վայրկյանի ընթացքում", "post-delete-duration-expired-minutes": "Ձեզ թույլատրվում է ջնջել գրառումները միայն %1 րոպեով հրապարակելուց հետո", "post-delete-duration-expired-minutes-seconds": "Ձեզ թույլատրվում է ջնջել գրառումները միայն %1 րոպե(ով) %2 վայրկյան(ով) հրապարակելուց հետո", - "post-delete-duration-expired-hours": "Ձեզ թույլատրվում է ջնջել գրառումները %1 ժամով միայն հրապարակելուց հետո ", + "post-delete-duration-expired-hours": "Ձեզ թույլատրվում է ջնջել գրառումները %1 ժամով միայն հրապարակելուց հետո", "post-delete-duration-expired-hours-minutes": "Դուք կարող եք ջնջել գրառումները միայն %1 ժամ(ով) %2 րոպե(ով) հրապարակելուց հետո", "post-delete-duration-expired-days": "Ձեզ թույլատրվում է ջնջել գրառումները փակցնելուց հետո միայն %1 օրվա ընթացքում", "post-delete-duration-expired-days-hours": "Դուք կարող եք ջնջել գրառումները միայն %1 օր(ով) %2 ժամ(ով) հրապարակելուց հետո", @@ -91,10 +91,10 @@ "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 նիշ(ներ)", - "tag-not-allowed": "Tag not allowed", + "tag-not-allowed": "Նշել չի թույլատրվում", "not-enough-tags": "Ոչ բավարար թեգեր: Թեմաները պետք է ունենան առնվազն %1 թեգ(ներ)", "too-many-tags": "Չափազանց շատ թեգեր: Թեմաները չեն կարող ունենալ ավելի քան %1 թեգ(ներ)", "cant-use-system-tag": "Դուք չեք կարող օգտագործել այս համակարգի պիտակը:", @@ -104,7 +104,7 @@ "guest-upload-disabled": "Հյուրերի վերբեռնումն անջատված է", "cors-error": "Չհաջողվեց վերբեռնել նկարը սխալ կազմաձևված CORS-ի պատճառով", "upload-ratelimit-reached": "Դուք միանգամից չափազանց շատ ֆայլեր եք վերբեռնել: Խնդրում ենք փորձել ավելի ուշ.", - "upload-error-fallback": "Unable to upload image — %1", + "upload-error-fallback": "Հնարավոր չէ վերբեռնել պատկերը — %1", "scheduling-to-past": "Ընտրեք ամսաթիվ ապագայում:", "invalid-schedule-date": "Խնդրում ենք մուտքագրել վավեր ամսաթիվ և ժամ:", "cant-pin-scheduled": "Պլանավորված թեմաները չեն կարող (ապ)ամրացվել:", @@ -131,15 +131,15 @@ "group-name-too-long": "Խմբի անունը չափազանց երկար է", "group-already-exists": "Խումբը արդեն գոյություն ունի", "group-name-change-not-allowed": "Խմբի անվան փոփոխությունն անթույլատրելի է", - "group-already-member": "Արդեն այս խմբի անդամ ", + "group-already-member": "Արդեն այս խմբի անդամ", "group-not-member": "Այս խմբի անդամ չէ", "group-needs-owner": "Այս խմբին անհրաժեշտ է առնվազն մեկ սեփականատեր։", "group-already-invited": "Այս օգտատերը արդեն հրավիրված է", "group-already-requested": "Ձեր անդամակցության հարցումն արդեն ներկայացվել է", "group-join-disabled": "Դուք այս պահին չեք կարող միանալ այս խմբին", "group-leave-disabled": "Դուք այս պահին չեք կարող դուրս գալ այս խմբից", - "group-user-not-pending": "User does not have a pending request to join this group.", - "gorup-user-not-invited": "User has not been invited to join this group.", + "group-user-not-pending": "Օգտատերը այս խմբին միանալու առկախ հարցում չունի:", + "gorup-user-not-invited": "Օգտատերը չի հրավիրվել միանալու այս խմբին:", "post-already-deleted": "Այս գրառումն արդեն ջնջված է", "post-already-restored": "Այս գրառումն արդեն վերականգնվել է", "topic-already-deleted": "Այս թեման արդեն ջնջված է", @@ -163,16 +163,16 @@ "chat-deleted-already": "Այս զրույցի հաղորդագրությունն արդեն ջնջված է", "chat-restored-already": "This chat message has already been restored.", "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. Names can't be longer than %1 characters.", + "cant-add-users-to-chat-room": "Հնարավոր չէ օգտվողներ ավելացնել զրուցարանում:", + "cant-remove-users-from-chat-room": "Հնարավոր չէ օգտատերերին հեռացնել զրուցասենյակից:", + "chat-room-name-too-long": "Զրույցի սենյակի անունը չափազանց երկար է: Անունները չեն կարող ավելի երկար լինել, քան %1 նիշ:", "already-voting-for-this-post": "Դուք արդեն քվեարկել եք այս գրառման օգտին:", "reputation-system-disabled": "Վարկանիշի համակարգը անջատված է:", "downvoting-disabled": "Դեմ քվեարկությունն անջատված է", "not-enough-reputation-to-chat": "Ձեզ անհրաժեշտ է %1 վարկանիշ զրուցելու համար", "not-enough-reputation-to-upvote": "Ձեզ անհրաժեշտ է %1 վարկանիշ՝ կողմ քվեարկելու համար", "not-enough-reputation-to-downvote": "Դեմ քվեարկելու համար ձեզ պետք է %1 վարկանիշ", - "not-enough-reputation-to-post-links": "You need %1 reputation to post links", + "not-enough-reputation-to-post-links": "Ձեզ անհրաժեշտ է %1 հեղինակություն՝ հղումներ տեղադրելու համար", "not-enough-reputation-to-flag": "Այս գրառումը դրոշակելու համար ձեզ պետք է %1 հեղինակություն", "not-enough-reputation-min-rep-website": "Ձեզ անհրաժեշտ է %1 վարկանիշ՝ կայք ավելացնելու համար", "not-enough-reputation-min-rep-aboutme": "Ինձ պետք է %1 վարկանիշ՝ իմ մասին ավելացնելու համար", @@ -184,6 +184,7 @@ "post-flagged-too-many-times": "Այս գրառումն արդեն նշվել է ուրիշների կողմից", "user-flagged-too-many-times": "Այս օգտատերն արդեն դրոշակվել է ուրիշների կողմից", "cant-flag-privileged": "Ձեզ չի թույլատրվում նշել արտոնյալ օգտատերերի պրոֆիլները կամ բովանդակությունը (մոդերատորներ/համաշխարհային մոդերատորներ/ադմիններ)", + "cant-locate-flag-report": "Cannot locate flag report", "self-vote": "Դուք չեք կարող քվեարկել ձեր սեփական գրառման վրա", "too-many-upvotes-today": "Դուք կարող եք օրական միայն %1 անգամ կողմ քվեարկել", "too-many-upvotes-today-user": "Դուք կարող եք միայն օրական %1 անգամ կողմ քվեարկել օգտատիրոջը", @@ -201,7 +202,7 @@ "not-in-room": "Օգտատերը սենյակում չէ", "cant-kick-self": "Դուք չեք կարող ձեզ հեռացնել խմբից", "no-users-selected": "Ընտրված օգտատեր(ներ) չկա", - "no-groups-selected": "No group(s) selected", + "no-groups-selected": "Ընտրված չէ խումբ(ներ):", "invalid-home-page-route": "Գլխավոր էջի անվավեր ուղեգիծ", "invalid-session": "Անվավեր սեսիա", "invalid-session-text": "Կարծես թե ձեր մուտքի սեսիան այլևս ակտիվ չէ: Խնդրում ենք թարմացնել այս էջը:", @@ -233,5 +234,5 @@ "api.500": "Ձեր հարցումը սպասարկելիս անսպասելի սխալ է տեղի ունեցել:", "api.501": "Ուղեգիծը, որով փորձում եք զանգահարել, դեռ չի իրականացվել, խնդրում ենք վաղը նորից փորձեք", "api.503": "Երթուղին, որը փորձում եք զանգահարել, ներկայումս հասանելի չէ սերվերի կազմաձևման պատճառով", - "api.reauth-required": "The resource you are trying to access requires (re-)authentication." + "api.reauth-required": "Ռեսուրսը, որին փորձում եք միանալ, պահանջում է (վերա) նույնականացում:" } \ No newline at end of file diff --git a/public/language/hy/flags.json b/public/language/hy/flags.json index 72b1bb7a19..edca973e17 100644 --- a/public/language/hy/flags.json +++ b/public/language/hy/flags.json @@ -1,29 +1,32 @@ { "state": "Փուլ", + "report": "Report", "reports": "Զեկույցներ", "first-reported": "Առաջին զեկույցը", "no-flags": "Դրոշներ չեն գտնվել:", - "x-flags-found": "%1 flag(s) found.", + "x-flags-found": "Գտնվել է %1 դրոշ(ներ):", "assignee": "Հանձնարարող", "update": "Թարմացում ", "updated": "Updated", "resolved": "Լուծվել է", + "report-added": "Added", + "report-rescinded": "Rescinded", "target-purged": "Բովանդակությունը, որին անդրադարձել է այս դրոշը, մաքրվել է և այլևս հասանելի չէ:", - "target-aboutme-empty": "This user has no "About Me" set.", + "target-aboutme-empty": "Այս օգտատերը չունի "About Me" set.", "graph-label": "Ամենօրյա դրոշներ", "quick-filters": "Արագ ֆիլտրներ", "filter-active": "Դրոշների այս ցանկում կա մեկ կամ ավելի ակտիվ զտիչներ", "filter-reset": "Հեռացնել ֆիլտրները ", "filters": "Ֆիլտրել տարբերակները", - "filter-reporterId": "Reporter", - "filter-targetUid": "Reportee", + "filter-reporterId": "Զեկուցող", + "filter-targetUid": "Զեկուցող", "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": "Բոլոր կատեգորիաները", @@ -47,7 +50,7 @@ "notes": "Դրոշի նշումներ", "add-note": "Ավելացնել նշում", - "edit-note": "Edit Note", + "edit-note": "Խմբագրել նշումը", "no-notes": "Համօգտագործվող նշումներ չկան:", "delete-note-confirm": "Իսկապե՞ս ուզում եք ջնջել այս դրոշակի նշումը:", "delete-flag-confirm": "վստա՞հ եք, որ ուզում եք ջնջել այս դրոշը:", diff --git a/public/language/hy/global.json b/public/language/hy/global.json index ae51bf5a51..0c9dc9fa31 100644 --- a/public/language/hy/global.json +++ b/public/language/hy/global.json @@ -4,28 +4,28 @@ "buttons.close": "փակել", "403.title": "Մուտքն արգելված է", "403.message": "Դուք, կարծես, պատահաբար հայտնվել եք մի էջի վրա, որը դուք մուտք չունեք:", - "403.login": "Perhaps you should try logging in?", + "403.login": "Միգուցե դուք պետք է փորձե՞ք մուտք գործել?", "404.title": "Գտնված չէ", - "404.message": "You seem to have stumbled upon a page that does not exist.

Return to the home page.
", + "404.message": "Կարծես թե էջը գոյություն չունի։
Վերադարձիր գլխավոր էջ.
", "500.title": "Ներքին սխալ.", "500.message": "Վա՜յ Կարծես ինչ-որ բան սխալ ստացվեց։", "400.title": "Վատ խնդրանք.", - "400.message": "It looks like this link is malformed, please double-check and try again.
Return to the home page.
", + "400.message": "Կարծես թե այս հղումը սխալ է, խնդրում ենք կրկնակի ստուգել և նորից փորձել:
Վերադառնալ գլխավոր էջ.
", "register": "Գրանցվել", "login": "Մուտք", - "please_log_in": "Խնդրում ենք մուտք գործել", + "please-log-in": "Խնդրում ենք մուտք գործել", "logout": "Ելք", - "posting_restriction_info": "Գրառումները ներկայումս սահմանափակված են միայն գրանցված անդամների համար: Մուտք գործելու համար սեղմեք այստեղ:", - "welcome_back": "Բարի վերադարձ", - "you_have_successfully_logged_in": "Դուք հաջողությամբ մուտք գործեցիք", - "save_changes": "Պահպանել փոփոխությունները", + "posting-restriction-info": "Գրառումները ներկայումս սահմանափակված են միայն գրանցված անդամների համար: Մուտք գործելու համար սեղմեք այստեղ:", + "welcome-back": "Բարի վերադարձ", + "you-have-successfully-logged-in": "Դուք հաջողությամբ մուտք գործեցիք", + "save-changes": "Պահպանել փոփոխությունները", "save": "Պահպանել", - "create": "Create", - "cancel": "Cancel", + "create": "Ստեղծել", + "cancel": "Չեղարկել", "close": "Փակել", "pagination": "Էջադրում", - "pagination.out_of": "%1 %2-ից", - "pagination.enter_index": "Գնալ գրառման ինդեքս", + "pagination.out-of": "%1 %2-ից", + "pagination.enter-index": "Գնալ գրառման ինդեքս", "header.admin": "Ադմին", "header.categories": "Կատեգորիաներ", "header.recent": "Վերջինները", @@ -38,21 +38,21 @@ "header.chats": "Նամակներ", "header.notifications": "Ծանուցումներ", "header.search": "Որոնել", - "header.profile": "Անձնական էջ ", - "header.account": "Account", + "header.profile": "Անձնական էջ", + "header.account": "Հաշիվ", "header.navigation": "Նավիգացիա", - "header.manage": "Manage", - "header.drafts": "Drafts", + "header.manage": "Կառավարել", + "header.drafts": "Սևագրեր", "notifications.loading": "Բեռնվում են ծանուցումները", "chats.loading": "Բեռնվում են նամակները", - "drafts.loading": "Loading Drafts", + "drafts.loading": "Սևագրերը բեռնվում են", "motd.welcome": "Բարի գալուստ ֆորում՝ ապագայի քննարկումների հարթակ:", "previouspage": "նախորդ էջ", "nextpage": "հաջորդ էջ", "alert.success": "Կատարված է", "alert.error": "Սխալ", - "alert.warning": "Warning", - "alert.info": "Info", + "alert.warning": "Զգուշացում", + "alert.info": "Ինֆո", "alert.banned": "Արգելված", "alert.banned.message": "Ձեզ հենց նոր արգելել են, ձեր մուտքն այժմ սահմանափակված է:", "alert.unbanned": "Չարգելված", @@ -62,12 +62,12 @@ "users": "Օգտվողներ", "topics": "Թեմաներ", "posts": "Գրառումներ", - "x-posts": "%1 posts", - "x-topics": "%1 topics", - "x-reputation": "%1 reputation", + "x-posts": "%1 գրառումներ", + "x-topics": "%1 թեմաներ", + "x-reputation": "%1 հեղինակություն", "best": "Լավագույնը", "controversial": "Հակասական", - "votes": "Ձայներ ", + "votes": "Ձայներ", "x-votes": "%1 ձայն", "voters": "Ընտրողներ", "upvoters": "Վերընտրողներ", @@ -77,29 +77,29 @@ "views": "Դիտումներ", "posters": "Պաստառներ", "reputation": "Վարկանիշ", - "lastpost": "Վերջին գրառում ", + "lastpost": "Վերջին գրառում", "firstpost": "Առաջին գրառում", - "about": "About", - "read_more": "Կարդալ ավելին", + "about": "Ինֆո", + "read-more": "Կարդալ ավելին", "more": "Ավելին", "none": "Ոչ մեկը", - "posted_ago_by_guest": "հրապարակված է %1 Հյուրի կողմից", - "posted_ago_by": "հրապարակված է %1 %2-ի կողմից", - "posted_ago": "Հրապարակված է %1", - "posted_in": "Հրապարակված է %1-ում", - "posted_in_by": "Հրապարակված է %1-ում և %2-ում", - "posted_in_ago": "հրապարակված է %1 %2-ում", - "posted_in_ago_by": "հրապարակված է %1 %2-ում %3-ի կողմից", - "user_posted_ago": "%1 հրապարակել է %2", - "guest_posted_ago": "Հյուրը հրապարակել է %1", - "last_edited_by": "վերջին անգամ խմբագրվել է %1-ի կողմից", - "edited-timestamp": "Edited %1", + "posted-ago-by-guest": "հրապարակված է %1 Հյուրի կողմից", + "posted-ago-by": "հրապարակված է %1 %2-ի կողմից", + "posted-ago": "Հրապարակված է %1", + "posted-in": "Հրապարակված է %1-ում", + "posted-in-by": "Հրապարակված է %1-ում և %2-ում", + "posted-in-ago": "հրապարակված է %1 %2-ում", + "posted-in-ago-by": "հրապարակված է %1 %2-ում %3-ի կողմից", + "user-posted-ago": "%1 հրապարակել է %2", + "guest-posted-ago": "Հյուրը հրապարակել է %1", + "last-edited-by": "վերջին անգամ խմբագրվել է %1-ի կողմից", + "edited-timestamp": "Խմբագրված %1", "norecentposts": "Վերջին գրառումներ չկան", "norecenttopics": "Վերջին թեմաներ չկան", "recentposts": "Վերջին գրառումներ", "recentips": "Վերջերս մուտք գործած IP-ներ", - "moderator_tools": "Մոդերատորի գործիքներ", - "status": "Status", + "moderator-tools": "Մոդերատորի գործիքներ", + "status": "Կարգավիճակ", "online": "Առցանց", "away": "Հեռու", "dnd": "Չանհանգստացնել", @@ -109,7 +109,7 @@ "language": "լեզու", "guest": "Հյուր", "guests": "Հյուրեր", - "former_user": "Նախկին օգտվող", + "former-user": "Նախկին օգտվող", "system-user": "Համակարգ", "unknown-user": "Անհայտ օգտվող", "updated.title": "Ֆորումը թարմացվել է", @@ -117,12 +117,12 @@ "privacy": "Գաղտնիություն", "follow": "Հետևել", "unfollow": "Չհետևել", - "delete_all": "Ջնջել", + "delete-all": "Ջնջել", "map": "Քարտեզ", "sessions": "Մուտք գործելու սեսիաներ", - "ip_address": "IP հասցե", - "enter_page_number": "Մուտքագրեք էջի համարը", - "upload_file": "Ներբեռնել ֆայլ", + "ip-address": "IP հասցե", + "enter-page-number": "Մուտքագրեք էջի համարը", + "upload-file": "Ներբեռնել ֆայլ", "upload": "Վերբեռնել", "uploads": "Վերբեռնումներ", "allowed-file-types": "Թույլատրված ֆայլերի տեսակներն են՝ %1", @@ -131,13 +131,13 @@ "play": "Նվագել", "cookies.message": "Այս կայքը օգտագործում է cookines՝ ապահովելու համար, որ դուք ստանում եք լավագույն փորձը մեր կայքում:", "cookies.accept": "Հասկացա!", - "cookies.learn_more": "Իմացեք ավելին", + "cookies.learn-more": "Իմացեք ավելին", "edited": "Խմբագրված", "disabled": "Անջատված", "select": "Ընտրել", - "copied": "Copied", + "copied": "Պատճենված է", "user-search-prompt": "Մուտքագրեք ինչ-որ բան այստեղ՝ օգտատերեր գտնելու համար...", - "hidden": "Hidden", - "sort": "Sort", - "actions": "Actions" + "hidden": "Թաքցված", + "sort": "Տեսակավորել", + "actions": "Գործողություններ" } \ No newline at end of file diff --git a/public/language/hy/groups.json b/public/language/hy/groups.json index f0f313e710..72305c5897 100644 --- a/public/language/hy/groups.json +++ b/public/language/hy/groups.json @@ -1,66 +1,66 @@ { - "all-groups": "All groups", + "all-groups": "Բոլոր խմբերը", "groups": "Խմբեր", - "members": "Members", - "view_group": "Դիտել խումբը", + "members": "Անդամներ", + "view-group": "Դիտել խումբը", "owner": "Խմբի սեփականատեր", - "new_group": "Ստեղծել նոր խումբ", - "no_groups_found": "Տեսնելու խմբեր չկան", - "pending.accept": "Ընդունել ", + "new-group": "Ստեղծել նոր խումբ", + "no-groups-found": "Տեսնելու խմբեր չկան", + "pending.accept": "Ընդունել", "pending.reject": "Մերժել", - "pending.accept_all": "Ընդունել բոլորը", - "pending.reject_all": "Մերժել բոլորին", + "pending.accept-all": "Ընդունել բոլորը", + "pending.reject-all": "Մերժել բոլորին", "pending.none": "Այս պահին սպասվող անդամներ չկան", "invited.none": "Այս պահին հրավիրված անդամներ չկան", "invited.uninvite": "Չեղարկել հրավերը", "invited.search": "Փնտրեք օգտատերին այս խումբ հրավիրելու համար", - "invited.notification_title": "Դուք հրավիրվել եք միանալու %1-ին", - "request.notification_title": "Խմբի անդամակցության հարցում %1-ից", - "request.notification_text": "%1-ը խնդրել է դառնալ %2-ի անդամ", + "invited.notification-title": "Դուք հրավիրվել եք միանալու %1-ին", + "request.notification-title": "Խմբի անդամակցության հարցում %1-ից", + "request.notification-text": "%1-ը խնդրել է դառնալ %2-ի անդամ", "cover-save": "Պահպանել", - "cover-saving": "Պահպանել ", + "cover-saving": "Պահպանել", "details.title": "Խմբի մանրամասները", "details.members": "Անդամների ցուցակ", "details.pending": "Սպասող Անդամներ", "details.invited": "Հրավիրված անդամներ", - "details.has_no_posts": "Այս խմբի անդամները ոչ մի գրառում չեն արել:", - "details.latest_posts": "Վերջին գրառումները", - "details.private": "Անձնական ", + "details.has-no-posts": "Այս խմբի անդամները ոչ մի գրառում չեն արել:", + "details.latest-posts": "Վերջին գրառումները", + "details.private": "Անձնական", "details.disableJoinRequests": "Անջատել միանալու հարցումները", "details.disableLeave": "Արգելել օգտատերերին դուրս գալ խմբից", "details.grant": "Տրամադրել/վերացնել սեփականության իրավունքը", "details.kick": "Բողոքել", - "details.kick_confirm": "Վստա՞հ եք, որ ուզում եք հեռացնել այս անդամին խմբից:", + "details.kick-confirm": "Վստա՞հ եք, որ ուզում եք հեռացնել այս անդամին խմբից:", "details.add-member": "Ավելացնել անդամ", - "details.owner_options": "Խմբի ադմինիստրացիա", - "details.group_name": "Խմբի անվանումը", - "details.member_count": "Անդամների թիվը", - "details.creation_date": "Ստեղծման ամսաթիվը", + "details.owner-options": "Խմբի ադմինիստրացիա", + "details.group-name": "Խմբի անվանումը", + "details.member-count": "Անդամների թիվը", + "details.creation-date": "Ստեղծման ամսաթիվը", "details.description": "Նկարագրություն", "details.member-post-cids": "Կատեգորիայի ID-ներ, որտեղից ցուցադրվում են հաղորդագրություններ", - "details.badge_preview": "Նշանակի նախադիտում", - "details.change_icon": "Փոխել պատկերակը", - "details.change_label_colour": "Փոխել պիտակի գույնը", - "details.change_text_colour": "Փոխել տեքստի գույնը ", - "details.badge_text": "Նշանակի տեքստ", + "details.badge-preview": "Նշանակի նախադիտում", + "details.change-icon": "Փոխել պատկերակը", + "details.change-label-colour": "Փոխել պիտակի գույնը", + "details.change-text-colour": "Փոխել տեքստի գույնը", + "details.badge-text": "Նշանակի տեքստ", "details.userTitleEnabled": "Ցույց տալ նշանակը", - "details.private_help": "Եթե միացված է, խմբերին միանալը պահանջում է խմբի սեփականատիրոջ թույլտվությունը", + "details.private-help": "Եթե միացված է, խմբերին միանալը պահանջում է խմբի սեփականատիրոջ թույլտվությունը", "details.hidden": "Թաքնված", - "details.hidden_help": "Եթե միացված է, այս խումբը չի գտնվի խմբերի ցանկում, և օգտվողները պետք է ձեռքով հրավիրվեն", - "details.delete_group": "Ջնջել խումբը", - "details.private_system_help": "Մասնավոր խմբերն անջատված են համակարգի մակարդակով, այս տարբերակը ոչինչ չի անում", + "details.hidden-help": "Եթե միացված է, այս խումբը չի գտնվի խմբերի ցանկում, և օգտվողները պետք է ձեռքով հրավիրվեն", + "details.delete-group": "Ջնջել խումբը", + "details.private-system-help": "Մասնավոր խմբերն անջատված են համակարգի մակարդակով, այս տարբերակը ոչինչ չի անում", "event.updated": "Խմբի մանրամասները թարմացվել են", "event.deleted": "«% 1» խումբը ջնջվել է", "membership.accept-invitation": "Ընդունել հրավերը", - "membership.accept.notification_title": "Դուք այժմ %1-ի անդամ եք", - "membership.invitation-pending": "Հրավեր սպասվում է ", + "membership.accept.notification-title": "Դուք այժմ %1-ի անդամ եք", + "membership.invitation-pending": "Հրավեր սպասվում է", "membership.join-group": "Միանալ խմբին", "membership.leave-group": "Լքել խումբը", - "membership.leave.notification_title": "%1 դուրս է եկել %2 խմբից", + "membership.leave.notification-title": "%1 դուրս է եկել %2 խմբից", "membership.reject": "Մերժել", - "new-group.group_name": "Խմբի անվանումը:", + "new-group.group-name": "Խմբի անվանումը:", "upload-group-cover": "Վերբեռնեք խմբի շապիկը", "bulk-invite-instructions": "Մուտքագրեք ստորակետերով բաժանված օգտանունների ցանկը՝ այս խումբ հրավիրելու համար", "bulk-invite": "Զանգվածային հրավեր", - "remove_group_cover_confirm": "Իսկապե՞ս ուզում եք հեռացնել շապիկի նկարը:" + "remove-group-cover-confirm": "Իսկապե՞ս ուզում եք հեռացնել շապիկի նկարը:" } \ No newline at end of file diff --git a/public/language/hy/login.json b/public/language/hy/login.json index 13a80bb5a9..ee750ad8d9 100644 --- a/public/language/hy/login.json +++ b/public/language/hy/login.json @@ -1,12 +1,12 @@ { "username-email": "Օգտանուն / Էլ. փոստ", "username": "Օգտանուն", - "remember_me": "Հիշե՞լ ինձ։", - "forgot_password": "Մոռացե՞լ եք գաղտնաբառը։", - "alternative_logins": "Մուտքի այլ եղանակներ", - "failed_login_attempt": "Մուտքը չհաջողվեց", - "login_successful": "Դուք բարեհաջող մուտք գործեցիք։", - "dont_have_account": "Չունե՞ք հաշիվ։", + "remember-me": "Հիշե՞լ ինձ։", + "forgot-password": "Մոռացե՞լ եք գաղտնաբառը։", + "alternative-logins": "Մուտքի այլ եղանակներ", + "failed-login-attempt": "Մուտքը չհաջողվեց", + "login-successful": "Դուք բարեհաջող մուտք գործեցիք։", + "dont-have-account": "Չունե՞ք հաշիվ։", "logged-out-due-to-inactivity": "Դուք դուրս եք գրվել ադմինիստրատորի ղեկավարման վահանակից՝ ակտիվություն չցուցաբերելու պատճառով", "caps-lock-enabled": "Caps Lock-ը միացված է" } \ No newline at end of file diff --git a/public/language/hy/modules.json b/public/language/hy/modules.json index 417b53f0b5..c4773cf8e6 100644 --- a/public/language/hy/modules.json +++ b/public/language/hy/modules.json @@ -1,19 +1,22 @@ { - "chat.room-id": "Room %1", - "chat.chatting_with": "Զրուցել ", + "chat.room-id": "Սենյակ %1", + "chat.chatting-with": "Զրուցել", "chat.placeholder": "Գրեք հաղորդագրություն այստեղ, տեղադրեք նկարներ, սեղմեք \"enter\" ուղարկելու համար", - "chat.placeholder.mobile": "Type chat message here", - "chat.scroll-up-alert": "Go to most recent message", - "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.placeholder.mobile": "Գրեք նամակը այստեղ", + "chat.scroll-up-alert": "Ցույց տալ վերջին նամակը", + "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.replying-to": "Replying to %1", - "chat.see_all": "Բոլոր չաթերը", - "chat.mark_all_read": "Նշել բոլորը կարդացված", + "chat.no-active": "Դուք չունեք որևէ ակտիվ չաթ", + "chat.user-typing-1": "%1 գրում է ...", + "chat.user-typing-2": "%1 և %2 գրում են ...", + "chat.user-typing-3": "%1, %2 և %3 գրում են ...", + "chat.user-typing-n": "%1, %2 և %3 մյուսները գրում են ...", + "chat.user-has-messaged-you": "%1-ը ձեզ հաղորդագրություն է ուղարկել:", + "chat.replying-to": "Պատասխանում է %1", + "chat.see-all": "Բոլոր չաթերը", + "chat.mark-all-read": "Նշել բոլորը կարդացված", "chat.no-messages": "Խնդրում ենք ընտրել ստացող՝ զրույցի հաղորդագրության պատմությունը դիտելու համար", "chat.no-users-in-room": "Այս սենյակում օգտվողներ չկան", "chat.recent-chats": "Վերջին զրույցները", @@ -23,87 +26,99 @@ "chat.options": "Զրույցի ընտրանքներ", "chat.pop-out": "Pop out զրույց", "chat.minimize": "Փոքրացնել", - "chat.maximize": "Մեծացնել ", - "chat.seven_days": "7 օր", - "chat.thirty_days": "30 օր", - "chat.three_months": "3 ամիս", - "chat.delete_message_confirm": "Վստա՞հ եք, որ ցանկանում եք ջնջել այս հաղորդագրությունը:", - "chat.retrieving-users": "Օգտատերերի վերականգնում ", - "chat.view-users-list": "View users list", - "chat.public-rooms": "Public Rooms (%1)", - "chat.private-rooms": "Private Rooms (%1)", - "chat.create-room": "Create Chat Room", - "chat.private.option": "Private (Only visible to users added to room)", - "chat.public.option": "Public (Visible to every user in selected groups)", - "chat.public.groups-help": "To create a chat room that is visible to all users select registered-users from the group list.", + "chat.maximize": "Մեծացնել", + "chat.seven-days": "7 օր", + "chat.thirty-days": "30 օր", + "chat.three-months": "3 ամիս", + "chat.delete-message-confirm": "Վստա՞հ եք, որ ցանկանում եք ջնջել այս հաղորդագրությունը:", + "chat.retrieving-users": "Օգտատերերի վերականգնում", + "chat.view-users-list": "Տեսնել օգտատերերի ցանկը", + "chat.pinned-messages": "Փակցված նամակներ", + "chat.no-pinned-messages": "Փակցված նամակներ չկան", + "chat.pin-message": "Փակցնել նամակը", + "chat.unpin-message": "Հանել նամակը", + "chat.public-rooms": "Հանրային սենյակներ (%1)", + "chat.private-rooms": "Անձնական սենյակներ (%1)", + "chat.create-room": "Ստեղծել հաղորդակցման սենյակ", + "chat.private.option": "Անձնական (հասանելի է միայն սենյակ ավելացված մարդկանց)", + "chat.public.option": "Հանրային (հասանելի է միայն ընտրված խմբերի մարդկանց)", + "chat.public.groups-help": "Բոլոր օգտատերերի համար տեսանելի զրուցարան ստեղծելու համար ընտրեք գրանցված օգտատերերին խմբի ցանկից:", "chat.manage-room": "Կարգավորել Զրուցասենյակը", - "chat.add-user": "Add User", - "chat.notification-settings": "Notification Settings", - "chat.default-notification-setting": "Default Notification Setting", - "chat.notification-setting-room-default": "Room Default", - "chat.notification-setting-none": "No notifications", - "chat.notification-setting-at-mention-only": "@mention only", - "chat.notification-setting-all-messages": "All messages", - "chat.select-groups": "Select Groups", + "chat.add-user": "Ավելացնել օգտատեր", + "chat.notification-settings": "Ծանուցման կարգավորումներ", + "chat.default-notification-setting": "Ծանուցման հիմնական կարգավորումներ", + "chat.notification-setting-room-default": "Սենյակի հիմնական վիճակ", + "chat.notification-setting-none": "Ծանուցումներ չկան", + "chat.notification-setting-at-mention-only": "@նշում միայն", + "chat.notification-setting-all-messages": "Բոլոր նամակները", + "chat.select-groups": "Ընտրել խմբեր", "chat.add-user-help": "Որոնել օգտերերին այստեղ: Ընտրվելուց հետո օգտատերը կավելացվի զրուցարանում: Նոր օգտատերը չի կարողանա տեսնել զրույցի հաղորդագրությունները, որոնք գրված են նախքան դրանք ավելացվելը խոսակցությանը: Միայն սենյակների սեփականատերերը կարող են օգտատերերին հեռացնել զրուցարաններից:", "chat.confirm-chat-with-dnd-user": "Այս օգտվողը դրել է իր կարգավիճակը DnD (Մի խանգարեք): Դեռ ցանկանու՞մ եք զրուցել նրանց հետ:", - "chat.room-name-optional": "Room Name (Optional)", + "chat.room-name-optional": "Սենյակի անվանում", "chat.rename-room": "Վերանվանել սենյակը", "chat.rename-placeholder": "Մուտքագրեք ձեր սենյակի անունը այստեղ", "chat.rename-help": "Այստեղ սահմանված սենյակի անունը տեսանելի կլինի սենյակի բոլոր մասնակիցների համար:", - "chat.leave": "Leave", - "chat.leave-room": "Leave Room", + "chat.leave": "Դուրս գալ", + "chat.leave-room": "Դուրս գալ սենյակից", "chat.leave-prompt": "Վստա՞հ եք, որ ցանկանում եք լքել այս զրույցը:", "chat.leave-help": "Այս զրույցից դուրս գալը ձեզ կհեռացնի այս զրույցի հետագա նամակագրությունից: Եթե ապագայում ձեզ նորից ավելացնեն, դուք չեք տեսնի զրույցի պատմություն, որը տեղի է ունեցել մինչ ձեր նորից միանալը:", - "chat.delete": "Delete", - "chat.delete-room": "Delete Room", - "chat.delete-prompt": "Are you sure you wish to delete this chat room?", - "chat.in-room": "Այս սենյակում ", + "chat.delete": "Ջնջել", + "chat.delete-room": "Ջնջել սենյակը", + "chat.delete-prompt": "Իսկապե՞ս ցանկանում եք ջնջել այս զրուցարանը:", + "chat.in-room": "Այս սենյակում", "chat.kick": "Kick", "chat.show-ip": "Ցույց տալ IP", "chat.owner": "Սենյակի սեփականատեր", - "chat.grant-rescind-ownership": "Grant/Rescind Ownership", - "chat.system.user-join": "%1 has joined the room ", - "chat.system.user-leave": "%1 has left the room ", - "chat.system.room-rename": "%2 has renamed this room to \"%1\" ", + "chat.grant-rescind-ownership": "Տրամադրել/վերացնել սեփականության իրավունքը", + "chat.system.user-join": "%1-ը միացել է սենյակին ", + "chat.system.user-leave": "%1 դուրս է եկել սենյակից ", + "chat.system.room-rename": "%2 այս սենյակը վերանանել է «% 1»-ի ", "composer.compose": "Կազմել", - "composer.show_preview": "Ցույց տալ նախադիտումը", - "composer.hide_preview": "Թաքցնել նախադիտումը", - "composer.help": "Help", - "composer.user_said_in": "%1-ն ասաց %2-ում:", - "composer.user_said": "%1 -ը ասաց.", + "composer.show-preview": "Ցույց տալ նախադիտումը", + "composer.hide-preview": "Թաքցնել նախադիտումը", + "composer.help": "Օգնություն", + "composer.user-said-in": "%1-ն ասաց %2-ում:", + "composer.user-said": "%1 -ը ասաց.", "composer.discard": "Վստա՞հ եք որ ցանկանում եք հրաժարվել այս գրառումից:", - "composer.submit_and_lock": "Ներկայացնել և փակել", - "composer.toggle_dropdown": "Փոխարկել բացվող պատուհանը", + "composer.submit-and-lock": "Ներկայացնել և փակել", + "composer.toggle-dropdown": "Փոխարկել բացվող պատուհանը", "composer.uploading": "Վերբեռնվում է %1", "composer.formatting.bold": "Bold", "composer.formatting.italic": "Շեղագիր", + "composer.formatting.heading": "Վերնագիր", + "composer.formatting.heading1": "Վերնագիր 1", + "composer.formatting.heading2": "Վերնագիր 2", + "composer.formatting.heading3": "Վերնագիր 3", + "composer.formatting.heading4": "Վերնագիր 4", + "composer.formatting.heading5": "Վերնագիր 5", + "composer.formatting.heading6": "Վերնագիր 6", "composer.formatting.list": "Ցուցակ", "composer.formatting.strikethrough": "Strikethrough", "composer.formatting.code": "Կոդ", "composer.formatting.link": "Հղում", "composer.formatting.picture": "Նկարի հղում", - "composer.upload-picture": "Վերբեռնել նկարը ", - "composer.upload-file": "Վերբեռնել ֆայլ ", - "composer.zen_mode": "Զեն ռեժիմ", - "composer.select_category": "Ընտրեք կատեգորիա", + "composer.upload-picture": "Վերբեռնել նկարը", + "composer.upload-file": "Վերբեռնել ֆայլ", + "composer.zen-mode": "Զեն ռեժիմ", + "composer.select-category": "Ընտրեք կատեգորիա", "composer.textarea.placeholder": "Մուտքագրեք ձեր գրառման կոնտենտը այստեղ, քաշեք և թողեք նկարները", + "composer.post-queue-alert": "Ողջույն👋
Այս ֆորումն օգտագործում է գրառումների հերթերի համակարգ, քանի որ դուք նոր օգտվող եք, ձեր գրառումը կթաքցվի այնքան ժամանակ, քանի դեռ այն չի հաստատվել մեր մոդերատորների կողմից:", "composer.schedule-for": "Պլանավորեք թեման", "composer.schedule-date": "Ամսաթիվ", "composer.schedule-time": "Ժամանակ", "composer.cancel-scheduling": "Չեղարկել ժամանակացույցը", - "composer.change-schedule-date": "Change Date", + "composer.change-schedule-date": "Փոխել ամսաթիվը", "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": "Հաստատել ", - "bootbox.send": "Ուղարկել ", - "cover.dragging_title": "Շապիկի լուսանկարի դիրքավորում", - "cover.dragging_message": "Քաշեք շապիկի լուսանկարը ցանկալի դիրքի վրա և սեղմեք «Պահպանել»", + "bootbox.submit": "Հաստատել", + "bootbox.send": "Ուղարկել", + "cover.dragging-title": "Շապիկի լուսանկարի դիրքավորում", + "cover.dragging-message": "Քաշեք շապիկի լուսանկարը ցանկալի դիրքի վրա և սեղմեք «Պահպանել»", "cover.saved": "Շապիկի լուսանկարի պատկերը և դիրքը պահպանված են", "thumbs.modal.title": "Կառավարեք թեմայի մանրապատկերները", "thumbs.modal.no-thumbs": "Մանրապատկերներ չեն գտնվել:", diff --git a/public/language/hy/notifications.json b/public/language/hy/notifications.json index 3c21462d0a..4cd7a6b7a4 100644 --- a/public/language/hy/notifications.json +++ b/public/language/hy/notifications.json @@ -1,59 +1,68 @@ { "title": "Ծանուցումներ", - "no_notifs": "Նոր ծանուցումներ չկան", - "see_all": "Բոլոր ծանուցումները", - "mark_all_read": "Նշել բոլորը կարդացված", - "back_to_home": "Վերադառնալ %1 - ին", - "outgoing_link": "Ելքային հղում", - "outgoing_link_message": "Դուք հիմա հեռանում եք %1-ից", - "continue_to": "Շարունակեք դեպի %1", - "return_to": "Վերադառնալ %1 - ին", - "new_notification": "Դուք ունեք նոր ծանուցում", - "you_have_unread_notifications": "Դուք չկարդացված ծանուցումներ ունեք:", + "no-notifs": "Նոր ծանուցումներ չկան", + "see-all": "Բոլոր ծանուցումները", + "mark-all-read": "Նշել բոլորը կարդացված", + "back-to-home": "Վերադառնալ %1 - ին", + "outgoing-link": "Ելքային հղում", + "outgoing-link-message": "Դուք հիմա հեռանում եք %1-ից", + "continue-to": "Շարունակեք դեպի %1", + "return-to": "Վերադառնալ %1 - ին", + "new-notification": "Դուք ունեք նոր ծանուցում", + "you-have-unread-notifications": "Դուք չկարդացված ծանուցումներ ունեք:", "all": "Բոլորը", "topics": "Թեմաներ", + "tags": "Պիտակներ", "replies": "Պատասխաններ", "chat": "Զրույցներ", "group-chat": "Խմբային զրույցներ", - "public-chat": "Public Chats", + "public-chat": "Հանրային նամակներ", "follows": "Հետևորդներ", "upvote": "Կողմ ձայներ", - "new-flags": "Նոր դրոշներ ", + "awards": "Awards", + "new-flags": "Նոր դրոշներ", "my-flags": "Ինձ հանձնարարված դրոշներ", "bans": "Արգելքներ", - "new_message_from": "Նոր հաղորդագրություն %1-ից", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1-ը դրական է քվեարկել ձեր գրառմանը %2-ում:", - "upvoted_your_post_in_dual": "%1-ը և %2-ը դրական են քվեարկել ձեր գրառմանը %3-ում:", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "%1-ը ձեր գրառումը տեղափոխել է %2", - "moved_your_topic": "%1-ը տեղափոխվել է %2", - "user_flagged_post_in": "% 1 դրոշակավորել է գրառումը %2-ում", - "user_flagged_post_in_dual": "%1-ը և %2-ը դրոշակեցին գրառումը %3-ում", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1-ը դրոշակեց օգտվողի պրոֆիլը (% 2)", - "user_flagged_user_dual": "%1-ը և %2-ը դրոշակել են օգտվողի պրոֆիլը (%3)", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "%1-ը պատասխանել է %2-ին", - "user_posted_to_dual": "%1-ը և %2-ը հրապարակել են պատասխաններ %3-ին", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1-ը նոր թեմա է տեղադրել՝ %2", - "user_edited_post": "%1-ը խմբագրել է գրառում %2-ում", - "user_started_following_you": "%1 սկսեց հետևել ձեզ", - "user_started_following_you_dual": "%1 և %2 սկսեցին հետևել ձեզ:", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1 գրանցման հարցում ուղարկեց:", - "new_register_multiple": "Կան %1 գրանցման հարցումներ, որոնք սպասում են վերանայմանը:", - "flag_assigned_to_you": "Դրոշ % 1 նշանակվել է ձեզ", - "post_awaiting_review": "Գրառումը սպասում է վերանայման", + "new-message-from": "Նոր հաղորդագրություն %1-ից", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 գրել են %3 - ում", + "user-posted-in-public-room-dual": "%1 և %2 գրել են%4-ում", + "user-posted-in-public-room-triple": "%1, %2 և %3 գրել են %5 - ում", + "user-posted-in-public-room-multiple": "%1, %2 և %3 ուրիշները գրել են%5 - ում", + "upvoted-your-post-in": "%1-ը դրական է քվեարկել ձեր գրառմանը %2-ում:", + "upvoted-your-post-in-dual": "%1-ը և %2-ը դրական են քվեարկել ձեր գրառմանը %3-ում:", + "upvoted-your-post-in-triple": "%1, %2 և %3 կողմ են քվեարկել ձեր գրառմանը%4-ում։", + "upvoted-your-post-in-multiple": "%1, %2 և %3 ուրիշները կողմ են քվեարկել ձեր գրառմանը %4- ում։", + "moved-your-post": "%1-ը ձեր գրառումը տեղափոխել է %2", + "moved-your-topic": "%1-ը տեղափոխվել է %2", + "user-flagged-post-in": "% 1 դրոշակավորել է գրառումը %2-ում", + "user-flagged-post-in-dual": "%1-ը և %2-ը դրոշակեցին գրառումը %3-ում", + "user-flagged-post-in-triple": "%1, %2 և %3 դրոշակավորել են գրառումը %4 -ում։", + "user-flagged-post-in-multiple": "%1, %2 և %3 ուրիշները դրոշակավորել են գրառումը %4 -ում։", + "user-flagged-user": "%1-ը դրոշակեց օգտվողի պրոֆիլը (% 2)", + "user-flagged-user-dual": "%1-ը և %2-ը դրոշակել են օգտվողի պրոֆիլը (%3)", + "user-flagged-user-triple": "%1, %2 և %3 դրոշակավորել են օգտատիրոջ հաշիվը (%4)", + "user-flagged-user-multiple": "%1, %2 և %3 ուրիշները դրոշակավորել են օգտատիրոջ հաշիվը (%4)", + "user-posted-to": "%1-ը պատասխանել է %2-ին", + "user-posted-to-dual": "%1-ը և %2-ը հրապարակել են պատասխաններ %3-ին", + "user-posted-to-triple": "%1, %2 և %3 պատասխանել են %4 - ին։", + "user-posted-to-multiple": "%1, %2 և %3 ուրիշները պատասխանել են %4 - ին։", + "user-posted-topic": "%1-ը նոր թեմա է տեղադրել՝ %2", + "user-edited-post": "%1-ը խմբագրել է գրառում %2-ում", + "user-posted-topic-with-tag": "%1 պիտակով նոր թեմա է տեղադրել %2 - ում։", + "user-posted-topic-with-tag-dual": "%1 պիտակով նոր թեմա է տեղադրել %2 և %3 - ում։", + "user-posted-topic-with-tag-triple": "%1 պիտակով նոր թեմա է տեղադրել %2, %3 և %4 - ում։", + "user-posted-topic-with-tag-multiple": "%1 պիտակով նոր թեմա է տեղադրել %2 - ում։", + "user-started-following-you": "%1 սկսեց հետևել ձեզ", + "user-started-following-you-dual": "%1 և %2 սկսեցին հետևել ձեզ:", + "user-started-following-you-triple": "%1, %2 և %3 սկսել են հետևել Ձեզ։", + "user-started-following-you-multiple": "%1, %2 և %3 ուրիշները սկսել են հետևել Ձեզ։", + "new-register": "%1 գրանցման հարցում ուղարկեց:", + "new-register-multiple": "Կան %1 գրանցման հարցումներ, որոնք սպասում են վերանայմանը:", + "flag-assigned-to-you": "Դրոշ % 1 նշանակվել է ձեզ", + "post-awaiting-review": "Գրառումը սպասում է վերանայման", "profile-exported": "%1 պրոֆիլն արտահանվեց, սեղմեք ներբեռնելու համար", "posts-exported": "%1 գրառում արտահանվեց, սեղմեք ներբեռնելու համար", "uploads-exported": "%1 վերբեռնումներ արտահանվեցին, սեղմեք ներբեռնելու համար", @@ -66,22 +75,24 @@ "email-confirm-error-message": "Ձեր էլփոստի հասցեն վավերացնելիս խնդիր առաջացավ: Հավանաբար կոդը անվավեր է կամ ժամկետանց է:", "email-confirm-sent": "Հաստատման էլփոստը ուղարկվել է", "none": "None", - "notification_only": "Միայն ծանուցում", - "email_only": "Միայն էլ.նամակ", - "notification_and_email": "Ծանուցում և էլ.նամակ", - "notificationType_upvote": "Երբ ինչ-որ մեկը կողմ է քվեարկում ձեր գրառմանը", - "notificationType_new-topic": "Երբ մեկը, ում հետևում եք, թեմա է հրապարակում", - "notificationType_new-reply": "Երբ ձեր դիտած թեմայում տեղադրվում է նոր պատասխան", - "notificationType_post-edit": "When a post is edited in a topic you are watching", - "notificationType_follow": "Երբ ինչ-որ մեկը սկսում է հետևել քեզ", - "notificationType_new-chat": "Երբ դուք ստանում եք զրույցի հաղորդագրություն", - "notificationType_new-group-chat": "Երբ դուք ստանում եք խմբային զրույցի հաղորդագրություն", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "Երբ դուք ստանում եք խմբի հրավեր", - "notificationType_group-leave": "Երբ օգտատերը լքում է ձեր խումբը", - "notificationType_group-request-membership": "Երբ ինչ-որ մեկը խնդրում է միանալ ձեզ պատկանող խմբին", - "notificationType_new-register": "Երբ ինչ-որ մեկը ավելանում է գրանցման հերթում", - "notificationType_post-queue": "Երբ նոր գրառումը հերթագրվում է", - "notificationType_new-post-flag": "Երբ գրառումը դրոշակված է", - "notificationType_new-user-flag": "Երբ օգտվողը դրոշակված է" + "notification-only": "Միայն ծանուցում", + "email-only": "Միայն էլ.նամակ", + "notification-and-email": "Ծանուցում և էլ.նամակ", + "notificationType-upvote": "Երբ ինչ-որ մեկը կողմ է քվեարկում ձեր գրառմանը", + "notificationType-new-topic": "Երբ մեկը, ում հետևում եք, թեմա է հրապարակում", + "notificationType-new-topic-with-tag": "Երբ թեման տեղադրվում է պիտակով, որը դուք հետևում եք", + "notificationType-new-reply": "Երբ ձեր դիտած թեմայում տեղադրվում է նոր պատասխան", + "notificationType-post-edit": "When a post is edited in a topic you are watching", + "notificationType-follow": "Երբ ինչ-որ մեկը սկսում է հետևել քեզ", + "notificationType-new-chat": "Երբ դուք ստանում եք զրույցի հաղորդագրություն", + "notificationType-new-group-chat": "Երբ դուք ստանում եք խմբային զրույցի հաղորդագրություն", + "notificationType-new-public-chat": "Երբ դուք ստանում եք հանրային խմբային զրույցի հաղորդագրություն", + "notificationType-group-invite": "Երբ դուք ստանում եք խմբի հրավեր", + "notificationType-group-leave": "Երբ օգտատերը լքում է ձեր խումբը", + "notificationType-group-request-membership": "Երբ ինչ-որ մեկը խնդրում է միանալ ձեզ պատկանող խմբին", + "notificationType-new-register": "Երբ ինչ-որ մեկը ավելանում է գրանցման հերթում", + "notificationType-post-queue": "Երբ նոր գրառումը հերթագրվում է", + "notificationType-new-post-flag": "Երբ գրառումը դրոշակված է", + "notificationType-new-user-flag": "Երբ օգտվողը դրոշակված է", + "notificationType-new-reward": "When you earn a new reward" } \ No newline at end of file diff --git a/public/language/hy/pages.json b/public/language/hy/pages.json index 50eb6bdd7e..5ead80621c 100644 --- a/public/language/hy/pages.json +++ b/public/language/hy/pages.json @@ -14,7 +14,7 @@ "flagged-content": "Դրոշված կոնտենտ", "ip-blacklist": "IP սև ցուցակ", "post-queue": "Գրառման Queue", - "registration-queue": "Registration Queue", + "registration-queue": "Գրանցման հերթ", "users/online": "Առցանց օգտատերեր", "users/latest": "Ամենավերջին օգտատերերը", "users/sort-posts": "Ամենաշատ գրառումներով օգտատերերը", @@ -34,23 +34,24 @@ "group": "%1 խումբ", "chats": "Զրույցներ", "chat": "Զրույց %1-ի հետ", - "flags": "Դրոշներ ", + "flags": "Դրոշներ", "flag-details": "Flag %1 Details", "account/edit": "«% 1»-ի խմբագրում", "account/edit/password": "«% 1»-ի գաղտնաբառի խմբագրում", "account/edit/username": "«% 1»-ի օգտանունը խմբագրվում է", "account/edit/email": "«% 1»-ի էլփոստի խմբագրում", "account/info": "Հաշվի տեղեկատվություն", - "account/following": "Մարդիկ, ում % 1 հետևում է ", + "account/following": "Մարդիկ, ում % 1 հետևում է", "account/followers": "%1-ին հետևող մարդիկ", "account/posts": "%1-ի կողմից արված գրառումները", "account/latest-posts": "%1-ի կողմից արված վերջին գրառումները", "account/topics": "%1-ի կողմից ստեղծված թեմաներ", "account/groups": "%1-ի Խմբեր", - "account/watched_categories": "%1's Դիտված կատեգորիաներ", + "account/watched-categories": "%1's Դիտված կատեգորիաներ", + "account/watched-tags": "%1's դիտված պիտակներ", "account/bookmarks": "%1-ի էջանշված գրառումները", "account/settings": "Օգտատիրոջ կարգավորումներ", - "account/settings-of": "Changing settings of %1", + "account/settings-of": "Փոփոխվում են %1 կարգավորումները", "account/watched": "Թեմաներ, որոնք դիտել է %1-ը", "account/ignored": "%1-ի կողմից անտեսված թեմաներ", "account/upvoted": "%1-ի կողմից քվեարկված գրառումները", @@ -61,7 +62,7 @@ "account/uploads": "Վերբեռնումներ % 1-ով", "account/sessions": "Մուտք գործելու սեանս", "confirm": "Էլ. փոստը հաստատված է", - "maintenance.text": "%1 is currently undergoing maintenance.
Please come back another time.", + "maintenance.text": "%1 ներկայումս գտնվում է տեխնիկական սպասարկման փուլում.
Խնդրում եմ վերադարձեք մեկ այլ անգամ:", "maintenance.messageIntro": "Ի հավելումն, ադմինիստրատորը լքել է այս հաղորդագրությունը", "throttled.text": "%1-ը ներկայումս անհասանելի է չափազանց ծանրաբեռնվածության պատճառով: Խնդրում ենք վերադարձեք մեկ այլ անգամ:" } \ No newline at end of file diff --git a/public/language/hy/post-queue.json b/public/language/hy/post-queue.json index 94e1ac847c..fd5b53e2ab 100644 --- a/public/language/hy/post-queue.json +++ b/public/language/hy/post-queue.json @@ -1,12 +1,12 @@ { "post-queue": "Գրառումների հերթ", - "no-queued-posts": "There are no posts in the post queue.", - "no-single-post": "The topic or post you are looking for is no longer in the queue. It has likely been approved or deleted already.", - "enabling-help": "To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", - "back-to-list": "Back to Post Queue", + "no-queued-posts": "Գրառումների հերթում գրառումներ չկան:", + "no-single-post": "Ձեր փնտրած թեման կամ գրառումն այլևս հերթում չէ: Այն հավանաբար արդեն հաստատված կամ ջնջված է:", + "enabling-help": "Այս գործառույթը միացնելու համար անցեքoԿարգավորումներ և ռառ, Գրառում և ռառ, Գրառման հերթ և ակտիվացրեք Գրառման հերթ.", + "back-to-list": "Վերադառնալ Գրառումների հերթին", "user": "Օգտատեր", - "when": "When", + "when": "Երբ", "category": "Կատեգորիա", "title": "Կոչում", "content": "Կոնտենտ", @@ -23,7 +23,7 @@ "notify": "Տեղեկացնել", "notify-user": "Տեղեկացնել օգտատիրոջը", "confirm-reject": "Ցանկանու՞մ եք մերժել այս գրառումը:", - "confirm-remove": "Do you want to remove this post?", + "confirm-remove": "Ցանկանու՞մ եք հեռացնել այս գրառումը:", "bulk-actions": "Զանգվածային գործողություններ", "accept-all": "Ընդունել բոլորը ", "accept-selected": "Ընդունել ընտրվածը", @@ -31,10 +31,10 @@ "reject-all-confirm": "Ցանկանու՞մ եք մերժել բոլոր գրառումները:", "reject-selected": "Մերժել ընտրվածը", "reject-selected-confirm": "Ցանկանու՞մ եք մերժել %1 ընտրված գրառումները:", - "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?", + "remove-all": "Հեռացնել բոլորը", + "remove-all-confirm": "Ցանկանու՞մ եք հեռացնել բոլոր գրառումները:", + "remove-selected": "Հեռացնել ընտրվածը", + "remove-selected-confirm": "Ցանկանու՞մ եք հեռացնել %1 ընտրված գրառումները:", "bulk-accept-success": "Ընդունված է %1 գրառում", "bulk-reject-success": "%1 գրառում մերժվել է" } \ No newline at end of file diff --git a/public/language/hy/recent.json b/public/language/hy/recent.json index 2eb97a3bf9..1504baee9d 100644 --- a/public/language/hy/recent.json +++ b/public/language/hy/recent.json @@ -5,7 +5,7 @@ "month": "ամիս", "year": "Տարի", "alltime": "Ամբողջ ժամանակ", - "no_recent_topics": "Վերջին թեմաներ չկան։", - "no_popular_topics": "Հանրաճանաչ թեմաներ չկան։", - "load-new-posts": "Load new posts" + "no-recent-topics": "Վերջին թեմաներ չկան։", + "no-popular-topics": "Հանրաճանաչ թեմաներ չկան։", + "load-new-posts": "Բեռնել նոր հրապարակումները" } \ No newline at end of file diff --git a/public/language/hy/register.json b/public/language/hy/register.json index 4e65509e38..9ff28bbb2f 100644 --- a/public/language/hy/register.json +++ b/public/language/hy/register.json @@ -1,32 +1,32 @@ { - "register": "Գրանցվել ", - "already-have-account": "Already have an account?", - "cancel_registration": "Չեղարկել գրանցումը", + "register": "Գրանցվել", + "already-have-account": "Արդեն ունեք հաշիվ?", + "cancel-registration": "Չեղարկել գրանցումը", "help.email": "Ձեր էլեկտրոնային փոստը չի արտացոլվի ուրիշներին", - "help.username_restrictions": "Եզակի օգտվողի անուն %1-ից %2 նիշերի միջև: Մյուսները կարող են ձեզ նշել @username-ով:", - "help.minimum_password_length": "Ձեր գաղտնաբառի երկարությունը առնվազն պետք է լինի %1 նշան", - "email_address": "Էլեկտրոնային հասցե", - "email_address_placeholder": "Մուտքագրեք էլեկտրոնային փոստի հասցեն", + "help.username-restrictions": "Եզակի օգտվողի անուն %1-ից %2 նիշերի միջև: Մյուսները կարող են ձեզ նշել @username-ով:", + "help.minimum-password-length": "Ձեր գաղտնաբառի երկարությունը առնվազն պետք է լինի %1 նշան", + "email-address": "Էլեկտրոնային հասցե", + "email-address-placeholder": "Մուտքագրեք էլեկտրոնային փոստի հասցեն", "username": "Մուտքանուն", - "username_placeholder": "Մուտքագրեք մուտքանունը", + "username-placeholder": "Մուտքագրեք մուտքանունը", "password": "գաղտնաբառ", - "password_placeholder": "Մուտքագրեք գաղտնաբառը", - "confirm_password": "Հաստատել գաղտնաբառը ", - "confirm_password_placeholder": "Հաստատել գաղտնաբառը ", - "register_now_button": "Գրանցվել հիմա ", - "alternative_registration": "Գրանցման այլ տարբերակ", - "terms_of_use": "Օգտվելու կանոններ", - "agree_to_terms_of_use": "Ես համաձայն եմ Օգտագործման պայմաններին", - "terms_of_use_error": "Դուք պետք է համաձայնեք Օգտագործման պայմաններին", + "password-placeholder": "Մուտքագրեք գաղտնաբառը", + "confirm-password": "Հաստատել գաղտնաբառը", + "confirm-password-placeholder": "Հաստատել գաղտնաբառը", + "register-now-button": "Գրանցվել հիմա", + "alternative-registration": "Գրանցման այլ տարբերակ", + "terms-of-use": "Օգտվելու կանոններ", + "agree-to-terms-of-use": "Ես համաձայն եմ Օգտագործման պայմաններին", + "terms-of-use-error": "Դուք պետք է համաձայնեք Օգտագործման պայմաններին", "registration-added-to-queue": "Ձեր գրանցումն ավելացվել է հաստատման հերթում: Դուք էլ.նամակ կստանաք, երբ այն ընդունվի ադմինիստրատորի կողմից:", "registration-queue-average-time": "Անդամակցությունները հաստատելու մեր միջին ժամանակը %1 ժամ %2 րոպե է:", "registration-queue-auto-approve-time": "Ձեր անդամակցությունն այս ֆորումին ամբողջությամբ կակտիվանա մինչև %1 ժամից:", "interstitial.intro": "Մենք լրացուցիչ տեղեկություններ ենք ուզում՝ ձեր հաշիվը թարմացնելու համար …", "interstitial.intro-new": "Մենք լրացուցիչ տեղեկություններ ենք ուզում՝ նախքան ձեր հաշիվը ստեղծելը…", "interstitial.errors-found": "Խնդրում ենք վերանայել մուտքագրված տվյալները.", - "gdpr_agree_data": "Ես համաձայնում եմ այս կայքում իմ անձնական տեղեկատվության հավաքագրմանը և մշակմանը:", - "gdpr_agree_email": "Ես համաձայն եմ ստանալ ամփոփագիր և ծանուցման նամակներ այս կայքից:", - "gdpr_consent_denied": "Դուք պետք է համաձայնություն տաք այս կայքին ձեր տեղեկությունները հավաքելու/մշակելու և ձեզ էլ-նամակներ ուղարկելու համար:", + "gdpr-agree-data": "Ես համաձայնում եմ այս կայքում իմ անձնական տեղեկատվության հավաքագրմանը և մշակմանը:", + "gdpr-agree-email": "Ես համաձայն եմ ստանալ ամփոփագիր և ծանուցման նամակներ այս կայքից:", + "gdpr-consent-denied": "Դուք պետք է համաձայնություն տաք այս կայքին ձեր տեղեկությունները հավաքելու/մշակելու և ձեզ էլ-նամակներ ուղարկելու համար:", "invite.error-admin-only": "Օգտատիրոջ ուղղակի գրանցումն անջատված է: Լրացուցիչ մանրամասների համար խնդրում ենք կապվել ադմինիստրատորի հետ:", "invite.error-invite-only": "Օգտատիրոջ ուղղակի գրանցումն անջատված է: Այս ֆորում մուտք գործելու համար դուք պետք է հրավիրված լինեք գոյություն ունեցող օգտվողի կողմից:", "invite.error-invalid-data": "Ստացված գրանցման տվյալները չեն համապատասխանում մեր գրառումներին: Լրացուցիչ մանրամասների համար խնդրում ենք կապվել ադմինիստրատորի հետ" diff --git a/public/language/hy/reset_password.json b/public/language/hy/reset_password.json index d4fdc527a5..de98dbac42 100644 --- a/public/language/hy/reset_password.json +++ b/public/language/hy/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "Վերականգնել գաղտնաբառը", - "update_password": "Թարմացնել գաղտնաբառը", - "password_changed.title": "Գաղտնաբառը փոխվել է", - "password_changed.message": "

Գաղտնաբառը հաջողությամբ վերականգնվել է, խնդրում ենք կրկին մուտք գործել", - "wrong_reset_code.title": "Սխալ վերակայման կոդը", - "wrong_reset_code.message": "Ստացված վերակայման կոդը սխալ էր: Խնդրում ենք կրկին փորձել կամ պահանջել վերակայման նոր կոդ:", - "new_password": "նոր գաղտնաբառ", - "repeat_password": "հաստատել գաղտնաբառ", - "changing_password": "Գաղտնաբառի փոփոխություն", - "enter_email": "Խնդրում ենք մուտքագրել ձեր էլ. փոստը և մենք ձեզ էլ. փոստ կուղարկենք՝ ձեր հաշիվը վերականգնելու հրահանգներով:", - "enter_email_address": "Մուտքագրեք էլեկտրոնային հասցեն", - "password_reset_sent": "Եթե ​​նշված էլ. փոստը համապատասխանում է գոյություն ունեցող օգտվողի հաշվին, ապա ուղարկվել է գաղտնաբառ վերակայման էլ. փոստը: Խնդրում ենք նկատի ունենալ, որ 1 րոպեում կուղարկվի միայն մեկ նամակ:", - "invalid_email": "Անվավեր էլ. փոստ / էլ. փոստ գոյություն չունի:", - "password_too_short": "Մուտքագրված գաղտնաբառը չափազանց կարճ է, խնդրում ենք ընտրել այլ գաղտնաբառ:", - "passwords_do_not_match": "Ձեր մուտքագրած երկու գաղտնաբառերը չեն համընկնում:", - "password_expired": "Ձեր գաղտնաբառը սպառվել է, խնդրում ենք ընտրել նոր գաղտնաբառ" + "reset-password": "Վերականգնել գաղտնաբառը", + "update-password": "Թարմացնել գաղտնաբառը", + "password-changed.title": "Գաղտնաբառը փոխվել է", + "password-changed.message": "

Գաղտնաբառը հաջողությամբ վերականգնվել է, խնդրում ենք կրկին մուտք գործել", + "wrong-reset-code.title": "Սխալ վերակայման կոդը", + "wrong-reset-code.message": "Ստացված վերակայման կոդը սխալ էր: Խնդրում ենք կրկին փորձել կամ պահանջել վերակայման նոր կոդ:", + "new-password": "նոր գաղտնաբառ", + "repeat-password": "հաստատել գաղտնաբառ", + "changing-password": "Գաղտնաբառի փոփոխություն", + "enter-email": "Խնդրում ենք մուտքագրել ձեր էլ. փոստը և մենք ձեզ էլ. փոստ կուղարկենք՝ ձեր հաշիվը վերականգնելու հրահանգներով:", + "enter-email-address": "Մուտքագրեք էլեկտրոնային հասցեն", + "password-reset-sent": "Եթե ​​նշված էլ. փոստը համապատասխանում է գոյություն ունեցող օգտվողի հաշվին, ապա ուղարկվել է գաղտնաբառ վերակայման էլ. փոստը: Խնդրում ենք նկատի ունենալ, որ 1 րոպեում կուղարկվի միայն մեկ նամակ:", + "invalid-email": "Անվավեր էլ. փոստ / էլ. փոստ գոյություն չունի:", + "password-too-short": "Մուտքագրված գաղտնաբառը չափազանց կարճ է, խնդրում ենք ընտրել այլ գաղտնաբառ:", + "passwords-do-not-match": "Ձեր մուտքագրած երկու գաղտնաբառերը չեն համընկնում:", + "password-expired": "Ձեր գաղտնաբառը սպառվել է, խնդրում ենք ընտրել նոր գաղտնաբառ" } \ No newline at end of file diff --git a/public/language/hy/rewards.json b/public/language/hy/rewards.json new file mode 100644 index 0000000000..f923cf1500 --- /dev/null +++ b/public/language/hy/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "You have been awarded %1 reputation", + "awarded-group-membership": "You have been added to the group %1", + + "essentials/user.reputation-conditional-value": "(Reputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Post Count %1 %2)", + "essentials/user.lastonline-conditional-value": "(Last Online %1 %2)", + "essentials/user.joindate-conditional-value": "(Join Date %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Days Registered %1 %2)" +} \ No newline at end of file diff --git a/public/language/hy/search.json b/public/language/hy/search.json index 88e9c07a5a..584f392565 100644 --- a/public/language/hy/search.json +++ b/public/language/hy/search.json @@ -1,41 +1,41 @@ { - "type-to-search": "Type to search", - "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)", + "type-to-search": "Մուտքագրեք որոնման համար", + "results-matching": "%1 result(s) matching \"%2\", (%3 seconds)", "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": "Relevance", - "time": "Time", + "time": "Ժամանակը", "post-time": "Գրառման ժամանակը", "votes": "Ձայներ", "newer-than": "Ավելի նոր քան", @@ -44,26 +44,26 @@ "yesterday": "Երեկ", "one-week": "Մեկ շաբաթ", "two-weeks": "Երկու շաբաթ", - "one-month": "Մեկ ամիս ", - "three-months": "Երեք ամիս ", - "six-months": "Վեց ամիս ", - "one-year": "Մեկ տարի ", - "time-newer-than-86400": "Time: Newer than yesterday", - "time-older-than-86400": "Time: Older than yesterday", - "time-newer-than-604800": "Time: Newer than one week", - "time-older-than-604800": "Time: Older than one week", - "time-newer-than-1209600": "Time: Newer than two weeks", - "time-older-than-1209600": "Time: Older than two weeks", - "time-newer-than-2592000": "Time: Newer than one month", - "time-older-than-2592000": "Time: Older than one month", - "time-newer-than-7776000": "Time: Newer than three months", - "time-older-than-7776000": "Time: Older than three months", - "time-newer-than-15552000": "Time: Newer than six months", - "time-older-than-15552000": "Time: Older than six months", - "time-newer-than-31104000": "Time: Newer than one year", - "time-older-than-31104000": "Time: Older than one year", + "one-month": "Մեկ ամիս", + "three-months": "Երեք ամիս", + "six-months": "Վեց ամիս", + "one-year": "Մեկ տարի", + "time-newer-than-86400": "Ժամանակը: Ավելի նոր, քան երեկ", + "time-older-than-86400": "Ժամանակը՝ ավելի հին, քան երեկ", + "time-newer-than-604800": "Ժամանակը՝ մեկ շաբաթից ավելի նոր", + "time-older-than-604800": "Ժամանակը՝ մեկ շաբաթից ավելի", + "time-newer-than-1209600": "Ժամանակը՝ երկու շաբաթից ավելի նոր", + "time-older-than-1209600": "Ժամանակը՝ երկու շաբաթից ավելի", + "time-newer-than-2592000": "Ժամանակը՝ մեկ ամսից ավելի նոր", + "time-older-than-2592000": "Ժամանակը՝ մեկ ամսից ավելի հին", + "time-newer-than-7776000": "Ժամանակը՝ երեք ամսից ավելի նոր", + "time-older-than-7776000": "Ժամանակը՝ երեք ամսից ավելի հին", + "time-newer-than-15552000": "Ժամանակը՝ վեց ամսից ավելի նոր", + "time-older-than-15552000": "Ժամանակը՝ վեց ամսից ավելի հին", + "time-newer-than-31104000": "Ժամանակը՝ մեկ տարուց ավելի նոր", + "time-older-than-31104000": "Ժամանակը՝ մեկ տարուց ավելի", "sort-by": "Դասավորել ըստ", - "sort": "Sort", + "sort": "Տեսակավորել", "last-reply-time": "Վերջին պատասխանի ժամանակը", "topic-title": "Թեմայի վերնագիր", "topic-votes": "Թեմայի քվեարկություններ", @@ -74,36 +74,36 @@ "category": "Կատեգորիա", "descending": "Նվազման կարգով", "ascending": "Աճման կարգով", - "sort-by-relevance-desc": "Sort by: Relevance in descending order", - "sort-by-relevance-asc": "Sort by: Relevance in ascending order", - "sort-by-timestamp-desc": "Sort by: Post time in descending order", - "sort-by-timestamp-asc": "Sort by: Post time in ascending order", - "sort-by-votes-desc": "Sort by: Votes in descending order", - "sort-by-votes-asc": "Sort by: Votes in ascending order", - "sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order", - "sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order", - "sort-by-topic.title-desc": "Sort by: Topic title in descending order", - "sort-by-topic.title-asc": "Sort by: Topic title in ascending order", - "sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order", - "sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order", - "sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order", - "sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order", - "sort-by-topic.votes-desc": "Sort by: Topic votes in descending order", - "sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order", - "sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order", - "sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order", - "sort-by-user.username-desc": "Sort by: Username in descending order", - "sort-by-user.username-asc": "Sort by: Username in ascending order", - "sort-by-category.name-desc": "Sort by: Category in descending order", - "sort-by-category.name-asc": "Sort by: Category in ascending order", - "save": "Save", + "sort-by-relevance-desc": "Դասավորել ըստ՝ համապատասխանությունը նվազման կարգով", + "sort-by-relevance-asc": "Դասավորել ըստ՝ համապատասխանությունը աճման կարգով", + "sort-by-timestamp-desc": "Դասավորել ըստ՝ փակցնելու ժամանակը նվազման կարգով", + "sort-by-timestamp-asc": "Դասավորել ըստ՝ փակցնելու ժամանակը աճման կարգով", + "sort-by-votes-desc": "Դասավորել ըստ՝ ձայները նվազման կարգով", + "sort-by-votes-asc": "Դասավորել ըստ՝ ձայները աճման կարգով", + "sort-by-topic.lastposttime-desc": "Դասավորել ըստ՝ վերջին պատասխանի ժամանակը նվազման կարգով", + "sort-by-topic.lastposttime-asc": "Դասավորել ըստ՝ վերջին պատասխանի ժամանակը աճման կարգով", + "sort-by-topic.title-desc": "Դասավորել ըստ. Թեմայի վերնագիրը նվազման կարգով", + "sort-by-topic.title-asc": "Դասավորել ըստ՝ թեմայի վերնագիրը աճման կարգով", + "sort-by-topic.postcount-desc": "Դասավորել ըստ՝ Պատասխանների քանակը նվազման կարգով", + "sort-by-topic.postcount-asc": "Դասավորել ըստ՝ պատասխանների քանակն աճման կարգով", + "sort-by-topic.viewcount-desc": "Դասավորել ըստ՝ դիտումների քանակը նվազման կարգով", + "sort-by-topic.viewcount-asc": "Դասավորել ըստ՝ դիտումների քանակն աճման կարգով", + "sort-by-topic.votes-desc": "Դասավորել ըստ՝ թեմայի ձայները նվազման կարգով", + "sort-by-topic.votes-asc": "Դասավորել ըստ՝ թեմայի ձայները աճման կարգով", + "sort-by-topic.timestamp-desc": "Դասավորել ըստ՝ Թեմայի մեկնարկի ամսաթիվը նվազման կարգով", + "sort-by-topic.timestamp-asc": "Դասավորել ըստ՝ Թեմայի մեկնարկի ամսաթիվը աճման կարգով", + "sort-by-user.username-desc": "Դասավորել ըստ՝ օգտանունը նվազման կարգով", + "sort-by-user.username-asc": "Դասավորել ըստ՝ օգտանունը աճման կարգով", + "sort-by-category.name-desc": "Դասավորել ըստ՝ Կատեգորիա նվազման կարգով", + "sort-by-category.name-asc": "Դասավորել ըստ՝ կատեգորիա աճման կարգով", + "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»-ում" } \ No newline at end of file diff --git a/public/language/hy/social.json b/public/language/hy/social.json index 7ebb50c0c7..8d2fa9bd1c 100644 --- a/public/language/hy/social.json +++ b/public/language/hy/social.json @@ -1,10 +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" + "sign-in-with-twitter": "Մուտք գործեք Twitter-ով", + "sign-up-with-twitter": "Գրանցվեք Twitter-ով", + "sign-in-with-github": "Մուտք գործեք Githhub-ով", + "sign-up-with-github": "Գրանցվեք Githhub-ով", + "sign-in-with-google": "Մուտք գործեք Google-ով", + "sign-up-with-google": "Գրանցվեք Google-ով", + "log-in-with-facebook": "Մուտք գործեք Facebook-ով", + "continue-with-facebook": "Շարունակեք Facebook-ով" } \ No newline at end of file diff --git a/public/language/hy/tags.json b/public/language/hy/tags.json index 4c1c35e063..01aecc0e6c 100644 --- a/public/language/hy/tags.json +++ b/public/language/hy/tags.json @@ -1,11 +1,17 @@ { - "all-tags": "All tags", - "no_tag_topics": "Այս թեգով թեմաներ չկան", - "no-tags-found": "No tags found", + "all-tags": "Բոլոր պիտակները", + "no-tag-topics": "Այս թեգով թեմաներ չկան", + "no-tags-found": "Պիտակներ չեն գտնվել", "tags": "Թեգեր", - "enter_tags_here": "Մուտքագրեք թեգերն այստեղ՝ %1 և %2 քանակությամբ նշանների միջակայքում", - "enter_tags_here_short": "Մուտքագրեք թեգերը...", - "no_tags": "Դեռևս թեգեր չկան", - "select_tags": "Ընտրել թեգեր", - "tag-whitelist": "Tag Whitelist" + "enter-tags-here": "Մուտքագրեք թեգերն այստեղ՝ %1 և %2 քանակությամբ նշանների միջակայքում", + "enter-tags-here-short": "Մուտքագրեք թեգերը...", + "no-tags": "Դեռևս թեգեր չկան", + "select-tags": "Ընտրել թեգեր", + "tag-whitelist": "Պիտակների սպիտակ ցանկ", + "watching": "Դիտում", + "not-watching": "Չի դիտվում", + "watching.description": "Ծանուցել ինձ նոր թեմաների մասին:", + "not-watching.description": "Չծանուցել ինձ նոր թեմաների մասին:", + "following-tag.message": "Այժմ դուք ծանուցումներ կստանաք, երբ ինչ-որ մեկը թեմա կտեղադրի այս պիտակով:", + "not-following-tag.message": "Դուք ծանուցումներ չեք ստանա, երբ ինչ-որ մեկը թեմա է փակցնում այս պիտակով:" } \ No newline at end of file diff --git a/public/language/hy/themes/harmony.json b/public/language/hy/themes/harmony.json index f915155306..6ae7c24cf5 100644 --- a/public/language/hy/themes/harmony.json +++ b/public/language/hy/themes/harmony.json @@ -1,16 +1,17 @@ { - "theme-name": "Harmony Theme", - "skins": "Skins", - "collapse": "Collapse", - "expand": "Expand", - "login-register-to-search": "Login or register to search.", - "settings.title": "Theme settings", - "settings.enableQuickReply": "Enable quick reply", - "settings.centerHeaderElements": "Center header elements", - "settings.mobileTopicTeasers": "Show topic teasers on mobile", - "settings.stickyToolbar": "Sticky toolbar", - "settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page", - "settings.autohideBottombar": "Auto hide bottom bar", - "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down", - "settings.chatModals": "Enable chat modals" + "theme-name": "Ներդաշնակության թեմա", + "skins": "Շապիկներ", + "collapse": "Փլուզվել", + "expand": "Ընդարձակել", + "login-register-to-search": "Մուտք գործել կամ գրանցվել որոնման համար:", + "settings.title": "Թեմայի կարգավորումներ", + "settings.enableQuickReply": "Միացնել արագ արձագանքը", + "settings.centerHeaderElements": "Կենտրոնական վերնագրի տարրեր", + "settings.mobileTopicTeasers": "Ցույց տալ թեմայի թիզերները բջջայինով", + "settings.stickyToolbar": "Կպչուն գործիքագոտի", + "settings.stickyToolbar.help": "Թեմայի և կատեգորիայի էջերի գործիքագոտին կմնա էջի վերևում", + "settings.autohideBottombar": "Ավտոմատ թաքցնել ներքևի բարը", + "settings.autohideBottombar.help": "Բջջային դիտման ներքևի տողը կթաքցվի, երբ էջը ներքև իջացնեք", + "settings.openSidebars": "Open sidebars", + "settings.chatModals": "Միացնել զրույցի ռեժիմները" } \ No newline at end of file diff --git a/public/language/hy/themes/persona.json b/public/language/hy/themes/persona.json index e7d1945303..0bf8fa408d 100644 --- a/public/language/hy/themes/persona.json +++ b/public/language/hy/themes/persona.json @@ -1,10 +1,10 @@ { - "settings.title": "Theme settings", - "settings.intro": "You can customise your theme settings here. Settings are stored on a per-device basis, so you are able to have different settings on different devices (phone, tablet, desktop, etc.)", - "settings.mobile-menu-side": "Switch which side each mobile menu is on", - "settings.autoHidingNavbar": "Automatically hide the navbar on scroll", - "settings.autoHidingNavbar-xs": "Very small screens (e.g. phones in portrait mode)", - "settings.autoHidingNavbar-sm": "Smaller screens (e.g. phones, some tablets)", - "settings.autoHidingNavbar-md": "Medium sized screens (e.g. tablets in landscape mode)", - "settings.autoHidingNavbar-lg": "Larger screens (e.g. desktop computers)" + "settings.title": "Գույների կարգավորումներ", + "settings.intro": "Այստեղ դուք կարող եք հարմարացնել Ձեր թեմաների կարգավորումները: Կարգավորումները պահվում են յուրաքանչյուր սարքի վրա, այնպես որ դուք կարող եք ունենալ տարբեր կարգավորումներ տարբեր սարքերում (հեռախոս, պլանշետ, աշխատասեղան և այլն):", + "settings.mobile-menu-side": "Փոխեք այն կողմը, որտեղ յուրաքանչյուր շարժական մենյուն ակտիվ է", + "settings.autoHidingNavbar": "Ավտոմատ թաքցնել ուղղորդիչը ոլորման վրա", + "settings.autoHidingNavbar-xs": "Շատ փոքր էկրաններ (օր.՝ հեռախոսը դիմանկարի ռեժիմով)", + "settings.autoHidingNavbar-sm": "Ավելի փոքր էկրաններ (օր.՝ հեռախոսներ, պլանշետներ)", + "settings.autoHidingNavbar-md": "Միջին չափի էկրաններ (օր.՝ պլանշետները լանդշաֆտային ռեժիմով)", + "settings.autoHidingNavbar-lg": "Ավելի մեծ էկրաններ (օր.՝ սեղանի համակարգիչները)" } \ No newline at end of file diff --git a/public/language/hy/top.json b/public/language/hy/top.json index 6b3ceb00f8..c06ebc6ab2 100644 --- a/public/language/hy/top.json +++ b/public/language/hy/top.json @@ -1,4 +1,4 @@ { "title": "Տոպ", - "no_top_topics": "Լավագույն թեմաներ չկան" + "no-top-topics": "Լավագույն թեմաներ չկան" } \ No newline at end of file diff --git a/public/language/hy/topic.json b/public/language/hy/topic.json index 84b6b4ef8f..b817846145 100644 --- a/public/language/hy/topic.json +++ b/public/language/hy/topic.json @@ -1,26 +1,26 @@ { "topic": "Թեմա", "title": "Վերնագիր", - "no_topics_found": "Թեմաներ չեն գտնվել։", - "no_posts_found": "Գրառումներ չեն գտնվել։", - "post_is_deleted": "Այս գրառումը ջնջված է։", - "topic_is_deleted": "Այս թեման ջնջված է։", + "no-topics-found": "Թեմաներ չեն գտնվել։", + "no-posts-found": "Գրառումներ չեն գտնվել։", + "post-is-deleted": "Այս գրառումը ջնջված է։", + "topic-is-deleted": "Այս թեման ջնջված է։", "profile": "Անձնական էջ", - "posted_by": "Գրառող՝ %1", - "posted_by_guest": "Գրառող՝ Հյուր", + "posted-by": "Գրառող՝ %1", + "posted-by-guest": "Գրառող՝ Հյուր", "chat": "Չաթ", - "notify_me": "Տեղեկացեք այս թեմայում նոր պատասխանների մասին", + "notify-me": "Տեղեկացեք այս թեմայում նոր պատասխանների մասին", "quote": "Մեջբերել", "reply": "Պատասխանել", - "replies_to_this_post": "%1 Պատասխաններ", - "one_reply_to_this_post": "1 Պատասխան", - "last_reply_time": "Վերջին պատասխանը", + "replies-to-this-post": "%1 Պատասխաններ", + "one-reply-to-this-post": "1 Պատասխան", + "last-reply-time": "Վերջին պատասխանը", "reply-as-topic": "Պատասխանել թեմայի տեսքով", "guest-login-reply": "Մուտք գործեք պատասխանելու համար", "login-to-view": "🔒 Դիտելու համար մուտք գործեք", "edit": "Խմբագրել", "delete": "Ջնջել", - "delete-event": "Ջնջել իրադարձությունը ", + "delete-event": "Ջնջել իրադարձությունը", "delete-event-confirm": "Վստա՞հ եք, որ ուզում եք ջնջել այս իրադարձությունը։", "purge": "Մաքրել", "restore": "Վերականգնել", @@ -36,157 +36,158 @@ "scheduled": "Պլանավորված", "moved": "Տեղափոխվել է", "moved-from": "Տեղափոխվել է %1-ից", - "copy-code": "Copy Code", + "copy-code": "Պանճենել կոդը", "copy-ip": "Պատճենել IP", "ban-ip": "Արգելել IP-ն", "view-history": "Խմբագրել պատմությունը", - "wrote-ago": "wrote ", - "wrote-on": "wrote on ", - "replied-to-user-ago": "replied to %3 ", - "replied-to-user-on": "replied to %3 on ", - "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 queued post for approval %3", - "user-queued-post-on": "%1 queued post for approval on %3", - "user-referenced-topic-ago": "%1 referenced this topic %3", - "user-referenced-topic-on": "%1 referenced this topic on %3", - "user-forked-topic-ago": "%1 forked this topic %3", - "user-forked-topic-on": "%1 forked this topic on %3", - "bookmark_instructions": "Սեղմեք այստեղ՝ այս թեմայի վերջին ընթերցված գրառմանը վերադառնալու համար:", - "flag-post": "Դրոշակել այց գրառումը ", - "flag-user": "Դրոշակել այս օգտատերին ", + "wrote-ago": "գրել է ", + "wrote-on": "գրել է ", + "replied-to-user-ago": "պատասխանել է %3 ", + "replied-to-user-on": "պատասխանել է %3 ", + "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 հերթագրված գրառում հաստատման %3", + "user-queued-post-on": "%1 հերթագրված գրառում հաստատման %3", + "user-referenced-topic-ago": "%1 հղել է այս թեման %3", + "user-referenced-topic-on": "%1 հղել է այս թեման %3", + "user-forked-topic-ago": "%1 քաղել է այս թեման %3", + "user-forked-topic-on": "%1 քաղել է այս թեման %3", + "bookmark-instructions": "Սեղմեք այստեղ՝ այս թեմայի վերջին ընթերցված գրառմանը վերադառնալու համար:", + "flag-post": "Դրոշակել այց գրառումը", + "flag-user": "Դրոշակել այս օգտատերին", "already-flagged": "Արդեն դրոշշված", "view-flag-report": "Դիտել դրոշի հաշվետվությունը", "resolve-flag": "Լուծել դրոշը", - "merged_message": "Այս թեման միավորվել է %2-ում", - "deleted_message": "Այս թեման ջնջվել է։ Այն կարող են տեսնել միայն թեմաների կառավարման արտոնություններ ունեցող օգտվողները:", - "following_topic.message": "Այժմ դուք ծանուցումներ կստանաք, երբ ինչ-որ մեկը գրառում անի այս թեմայում:", - "not_following_topic.message": "Դուք կտեսնեք այս թեման չընթերցված թեմաների ցանկում, բայց ծանուցումներ չեք ստանա, երբ ինչ-որ մեկը գրառում է անում այս թեմայում:", - "ignoring_topic.message": "Դուք այլևս չեք տեսնի այս թեման չկարդացված թեմաների ցանկում: Դուք կտեղեկացվեք, երբ ձեզ հիշատակեն կամ ձեր գրառումը քվեարկվի:", - "login_to_subscribe": "Խնդրում ենք գրանցվել կամ մուտք գործել՝ այս թեմային բաժանորդագրվելու համար:", + "merged-message": "Այս թեման միավորվել է %2-ում", + "forked-message": "Այս թեման քաղվել է %2 - ից։", + "deleted-message": "Այս թեման ջնջվել է։ Այն կարող են տեսնել միայն թեմաների կառավարման արտոնություններ ունեցող օգտվողները:", + "following-topic.message": "Այժմ դուք ծանուցումներ կստանաք, երբ ինչ-որ մեկը գրառում անի այս թեմայում:", + "not-following-topic.message": "Դուք կտեսնեք այս թեման չընթերցված թեմաների ցանկում, բայց ծանուցումներ չեք ստանա, երբ ինչ-որ մեկը գրառում է անում այս թեմայում:", + "ignoring-topic.message": "Դուք այլևս չեք տեսնի այս թեման չկարդացված թեմաների ցանկում: Դուք կտեղեկացվեք, երբ ձեզ հիշատակեն կամ ձեր գրառումը քվեարկվի:", + "login-to-subscribe": "Խնդրում ենք գրանցվել կամ մուտք գործել՝ այս թեմային բաժանորդագրվելու համար:", "markAsUnreadForAll.success": "Թեման նշված է որպես չկարդացված բոլորի համար:", - "mark_unread": "Նշել որպես չընթերցված", - "mark_unread.success": "Թեման նշվեց որպես չընթերցված", + "mark-unread": "Նշել որպես չընթերցված", + "mark-unread.success": "Թեման նշվեց որպես չընթերցված", "watch": "Դիտել", "unwatch": "Չդիտել", "watch.title": "Տեղեկացեք այս թեմայի նոր պատասխանների մասին", "unwatch.title": "Դադարեք դիտել այս թեման", - "share_this_post": "Տարածեք այս գրառումը", + "share-this-post": "Տարածեք այս գրառումը", "watching": "Դիտում", "not-watching": "Չեն դիտում", - "ignoring": "Անտեսել ", + "ignoring": "Անտեսել", "watching.description": "Տեղեկացրեք ինձ նոր պատասխանների մասին: Ցուցադրել չընթերցված թեման:", "not-watching.description": "Ինձ մի տեղեկացրեք նոր պատասխանների մասին: Ցուցադրեք թեման չկարդացված վիճակում, եթե կատեգորիան անտեսված չէ:", "ignoring.description": "Ինձ մի տեղեկացրեք նոր պատասխանների մասին: Մի ցուցադրեք թեման չկարդացված վիճակում:", - "thread_tools.title": "Թեմայի գործիքներ", - "thread_tools.markAsUnreadForAll": "Նշել չկարդացված բոլորի համար", - "thread_tools.pin": "Ամրացնել թեման", - "thread_tools.unpin": "Արձակել թեման", - "thread_tools.lock": "Փակել թեման", - "thread_tools.unlock": "Վերաբացել թեման", - "thread_tools.move": "Տեղափոխել թեման", - "thread_tools.move-posts": "Տեղափոխել գրառումները", - "thread_tools.move_all": "Տեղափոխել բոլորը", - "thread_tools.change_owner": "Փոխել սեփականատիրոջը", - "thread_tools.select_category": "Ընտրել կատեգորիա", - "thread_tools.fork": "Մասնատել թեման", - "thread_tools.tag": "Tag Topic", - "thread_tools.delete": "Ջնջել թեման", - "thread_tools.delete-posts": "Ջնջել գրառումները", - "thread_tools.delete_confirm": "Վստա՞հ եք, որ ուզում եք ջնջել այս թեման։", - "thread_tools.restore": "Վերականգնել թեման", - "thread_tools.restore_confirm": "Վստա՞հ եք, որ ուզում եք վերականգնել այս թեման։", - "thread_tools.purge": "Մաքրել թեման", - "thread_tools.purge_confirm": "Վստա՞հ եք, որ ցանկանում եք մաքրել այս թեման:", - "thread_tools.merge_topics": "Միավորել թեմաները", - "thread_tools.merge": "Merge Topic", - "topic_move_success": "Այս թեման շուտով կտեղափոխվի «%1»: Սեղմեք այստեղ՝ հետարկելու համար:", - "topic_move_multiple_success": "Այս թեմաները շուտով կտեղափոխվեն «% 1»: Սեղմեք այստեղ՝ հետարկելու համար:", - "topic_move_all_success": "Բոլոր թեմաները շուտով կտեղափոխվեն «% 1»: Սեղմեք այստեղ՝ հետարկելու համար:", - "topic_move_undone": "Թեմայի տեղափոխումը չեղարկվեց", - "topic_move_posts_success": "Գրառումները շուտով կտեղափոխվեն։ Սեղմեք այստեղ՝ հետարկելու համար:", - "topic_move_posts_undone": "Գրառման տեղափոխումը չեղարկվեց", - "post_delete_confirm": "Վստա՞հ եք, որ ուզում եք ջնջել այս գրառումը։", - "post_restore_confirm": "Վստա՞հ եք, որ ուզում եք վերականգնել այս գրառումը։", - "post_purge_confirm": "Վստա՞հ եք, որ ցանկանում եք մաքրել այս գրառումը:", + "thread-tools.title": "Թեմայի գործիքներ", + "thread-tools.markAsUnreadForAll": "Նշել չկարդացված բոլորի համար", + "thread-tools.pin": "Ամրացնել թեման", + "thread-tools.unpin": "Արձակել թեման", + "thread-tools.lock": "Փակել թեման", + "thread-tools.unlock": "Վերաբացել թեման", + "thread-tools.move": "Տեղափոխել թեման", + "thread-tools.move-posts": "Տեղափոխել գրառումները", + "thread-tools.move-all": "Տեղափոխել բոլորը", + "thread-tools.change-owner": "Փոխել սեփականատիրոջը", + "thread-tools.select-category": "Ընտրել կատեգորիա", + "thread-tools.fork": "Մասնատել թեման", + "thread-tools.tag": "Պիտակավորել թեման", + "thread-tools.delete": "Ջնջել թեման", + "thread-tools.delete-posts": "Ջնջել գրառումները", + "thread-tools.delete-confirm": "Վստա՞հ եք, որ ուզում եք ջնջել այս թեման։", + "thread-tools.restore": "Վերականգնել թեման", + "thread-tools.restore-confirm": "Վստա՞հ եք, որ ուզում եք վերականգնել այս թեման։", + "thread-tools.purge": "Մաքրել թեման", + "thread-tools.purge-confirm": "Վստա՞հ եք, որ ցանկանում եք մաքրել այս թեման:", + "thread-tools.merge-topics": "Միավորել թեմաները", + "thread-tools.merge": "Միավորել թեման", + "topic-move-success": "Այս թեման շուտով կտեղափոխվի «%1»: Սեղմեք այստեղ՝ հետարկելու համար:", + "topic-move-multiple-success": "Այս թեմաները շուտով կտեղափոխվեն «% 1»: Սեղմեք այստեղ՝ հետարկելու համար:", + "topic-move-all-success": "Բոլոր թեմաները շուտով կտեղափոխվեն «% 1»: Սեղմեք այստեղ՝ հետարկելու համար:", + "topic-move-undone": "Թեմայի տեղափոխումը չեղարկվեց", + "topic-move-posts-success": "Գրառումները շուտով կտեղափոխվեն։ Սեղմեք այստեղ՝ հետարկելու համար:", + "topic-move-posts-undone": "Գրառման տեղափոխումը չեղարկվեց", + "post-delete-confirm": "Վստա՞հ եք, որ ուզում եք ջնջել այս գրառումը։", + "post-restore-confirm": "Վստա՞հ եք, որ ուզում եք վերականգնել այս գրառումը։", + "post-purge-confirm": "Վստա՞հ եք, որ ցանկանում եք մաքրել այս գրառումը:", "pin-modal-expiry": "Սպառման ամսաթիվ", "pin-modal-help": "Դուք կարող եք ըստ ցանկության սահմանել ամրացված թեմայի (թեմայի) պիտանելիության ժամկետը այստեղ: Որպես այլընտրանք, դուք կարող եք թողնել այս դաշտը դատարկ, որպեսզի թեման մնա ամրացված, մինչև այն ձեռքով չապամրացվի:", - "load_categories": "Կատեգորիաների բեռնում", - "confirm_move": "Տեղափոխել", - "confirm_fork": "Մասնատել", + "load-categories": "Կատեգորիաների բեռնում", + "confirm-move": "Տեղափոխել", + "confirm-fork": "Մասնատել", "bookmark": "Էջանիշ", "bookmarks": "Էջանիշեր", - "bookmarks.has_no_bookmarks": "Դուք դեռ ոչ մի գրառում չեք էջանշել:", + "bookmarks.has-no-bookmarks": "Դուք դեռ ոչ մի գրառում չեք էջանշել:", "copy-permalink": "Պատճենել մշտական հղումը", - "loading_more_posts": "Լրացուցիչ գրառումների բեռնում", - "move_topic": "Տեղափոխել թեման", - "move_topics": "Տեղափոխել թեմաները", - "move_post": "Տեղափոխել գրառումը", - "post_moved": "Գրառումը տեղափոխված է։", - "fork_topic": "Մասնատել թեման", + "loading-more-posts": "Լրացուցիչ գրառումների բեռնում", + "move-topic": "Տեղափոխել թեման", + "move-topics": "Տեղափոխել թեմաները", + "move-post": "Տեղափոխել գրառումը", + "post-moved": "Գրառումը տեղափոխված է։", + "fork-topic": "Մասնատել թեման", "enter-new-topic-title": "Մուտքագրեք նոր թեմայի վերնագիր", - "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", - "fork_no_pids": "Ընտրված գրառումներ չկան:", + "fork-topic-instruction": "Սեղմեք այն գրառումները, որոնք ցանկանում եք առանձնացնել, մուտքագրեք վերնագիր նոր թեմայի համար և սեղմեք առանձին թեմա", + "fork-no-pids": "Ընտրված գրառումներ չկան:", "no-posts-selected": "Ընտրված գրառումներ չկան:", "x-posts-selected": "Ընտրված է %1 գրառում(ներ):", "x-posts-will-be-moved-to-y": "%1 գրառում(ներ) կտեղափոխվի «%2»", - "fork_pid_count": "Ընտրված է %1 գրառում(ներ):", - "fork_success": "Թեման հաջողությամբ մասնատվեց: Սեղմեք այստեղ՝ ճեղքված թեմային անցնելու համար:", - "delete_posts_instruction": "Սեղմեք այն գրառումները, որոնք ցանկանում եք ջնջել/մաքրել", - "merge_topics_instruction": "Սեղմեք այն թեմաները, որոնք ցանկանում եք միավորել կամ որոնել դրանք", + "fork-pid-count": "Ընտրված է %1 գրառում(ներ):", + "fork-success": "Թեման հաջողությամբ մասնատվեց: Սեղմեք այստեղ՝ ճեղքված թեմային անցնելու համար:", + "delete-posts-instruction": "Սեղմեք այն գրառումները, որոնք ցանկանում եք ջնջել/մաքրել", + "merge-topics-instruction": "Սեղմեք այն թեմաները, որոնք ցանկանում եք միավորել կամ որոնել դրանք", "merge-topic-list-title": "Միավորվող թեմաների ցանկ", "merge-options": "Միավորել տարբերակները", - "merge-select-main-topic": "Ընտրել հիմնական թեման ", + "merge-select-main-topic": "Ընտրել հիմնական թեման", "merge-new-title-for-topic": "Թեմայի նոր վերնագիր", "topic-id": "Թեմայի ID", - "move_posts_instruction": "Սեղմեք այն գրառումները, որոնք ցանկանում եք տեղափոխել, ապա մուտքագրեք թեմայի ID կամ գնացեք թիրախային թեմա", - "move_topic_instruction": "Select the target category and then click move", - "change_owner_instruction": "Սեղմեք այն գրառումները, որոնք ցանկանում եք վերագրել մեկ այլ օգտատիրոջ", - "composer.title_placeholder": "Մուտքագրեք ձեր թեմայի վերնագիրը այստեղ...", - "composer.handle_placeholder": "Մուտքագրեք ձեր անունը/բռնակը այստեղ", - "composer.hide": "Hide", + "move-posts-instruction": "Սեղմեք այն գրառումները, որոնք ցանկանում եք տեղափոխել, ապա մուտքագրեք թեմայի ID կամ գնացեք թիրախային թեմա", + "move-topic-instruction": "Ընտրեք թիրախային կատեգորիան և սեղմեք «Տեղափոխել»:", + "change-owner-instruction": "Սեղմեք այն գրառումները, որոնք ցանկանում եք վերագրել մեկ այլ օգտատիրոջ", + "composer.title-placeholder": "Մուտքագրեք ձեր թեմայի վերնագիրը այստեղ...", + "composer.handle-placeholder": "Մուտքագրեք ձեր անունը/բռնակը այստեղ", + "composer.hide": "Թաքցնել", "composer.discard": "Հրաժարվել", "composer.submit": "Հաստատել", "composer.additional-options": "Լրացուցիչ տարբերակներ", - "composer.post-later": "Post Later", + "composer.post-later": "Հրապարակել հետո", "composer.schedule": "Ժամանակացույց", - "composer.replying_to": "Պատասխանում է %1-ին", - "composer.new_topic": "Նոր թեմա", - "composer.editing-in": "Editing post in %1", + "composer.replying-to": "Պատասխանում է %1-ին", + "composer.new-topic": "Նոր թեմա", + "composer.editing-in": "Խմբագրվում է գրառումը %1 - ում", "composer.uploading": "վերբեռնում...", - "composer.thumb_url_label": "Տեղադրեք թեմայի մանրապատկերի URL", - "composer.thumb_title": "Ավելացրեք մանրապատկեր այս թեմային", - "composer.thumb_url_placeholder": "http://example.com/thumb.png", - "composer.thumb_file_label": "Կամ վերբեռնեք ֆայլ", - "composer.thumb_remove": "Մաքրելը դաշտերը", - "composer.drag_and_drop_images": "Տեղափոխեք և տեղադրեք նկարներն այստեղ", - "more_users_and_guests": "Եվս %1 օգտվող(ներ) և %2 հյուր(ներ)", - "more_users": "Եվս %1 օգտվող(ներ)", - "more_guests": "Եվս %1 հյուր(եր)", - "users_and_others": "%1 և %2 ուրիշներ", - "sort_by": "Դասավորել…", - "oldest_to_newest": "Հնից դեպի նոր", - "newest_to_oldest": "Նորից դեպի հին", - "most_votes": "Առավելագույն ձայներ", - "most_posts": "Ամենաշատ գրառումները", - "most_views": "Ամենաշատ դիտումները", + "composer.thumb-url-label": "Տեղադրեք թեմայի մանրապատկերի URL", + "composer.thumb-title": "Ավելացրեք մանրապատկեր այս թեմային", + "composer.thumb-url-placeholder": "http://example.com/thumb.png", + "composer.thumb-file-label": "Կամ վերբեռնեք ֆայլ", + "composer.thumb-remove": "Մաքրելը դաշտերը", + "composer.drag-and-drop-images": "Տեղափոխեք և տեղադրեք նկարներն այստեղ", + "more-users-and-guests": "Եվս %1 օգտվող(ներ) և %2 հյուր(ներ)", + "more-users": "Եվս %1 օգտվող(ներ)", + "more-guests": "Եվս %1 հյուր(եր)", + "users-and-others": "%1 և %2 ուրիշներ", + "sort-by": "Դասավորել…", + "oldest-to-newest": "Հնից դեպի նոր", + "newest-to-oldest": "Նորից դեպի հին", + "most-votes": "Առավելագույն ձայներ", + "most-posts": "Ամենաշատ գրառումները", + "most-views": "Ամենաշատ դիտումները", "stale.title": "Փոխարենը ստեղծե՞լ նոր թեմա։", "stale.warning": "Թեման, որում գրառում եք կատարում բավականին հին է։ Կուզե՞ք այստեղ գրելու փոխարեն ստեղծել նոր թեմա՝ Ձեր պատասխանում հղելով այս մեկին։", "stale.create": "Ստեղծել նոր թեմա", - "stale.reply_anyway": "Այնուամենայնիվ պատասխանել այստեղ", - "link_back": "Պատասխան՝ [%1](%2)", + "stale.reply-anyway": "Այնուամենայնիվ պատասխանել այստեղ", + "link-back": "Պատասխան՝ [%1](%2)", "diffs.title": "Հրապարակման խմբագրման պատմություն", "diffs.description": "Այս գրառումն ունի %1 վերանայում: Սեղմեք ստորև ներկայացված վերանայումներից մեկը՝ այդ պահին հրապարակման բովանդակությունը տեսնելու համար:", "diffs.no-revisions-description": "Այս գրառումն ունի %1 վերանայում:", @@ -197,13 +198,13 @@ "diffs.post-restored": "Հաղորդագրությունը հաջողությամբ վերականգնվեց ավելի վաղ վերանայման տարբերակի", "diffs.delete": "Ջնջել այս վերանայումը", "diffs.deleted": "Վերանայումը ջնջված է", - "timeago_later": "%1 ավելի ուշ", - "timeago_earlier": "%1 ավելի վաղ", - "first-post": "Առաջին գրառում ", - "last-post": "Վերջին գրառում ", + "timeago-later": "%1 ավելի ուշ", + "timeago-earlier": "%1 ավելի վաղ", + "first-post": "Առաջին գրառում", + "last-post": "Վերջին գրառում", "go-to-my-next-post": "Անցնել իմ հաջորդ գրառմանը", "no-more-next-post": "Այս թեմայում այլ գրառումներ չունեք", - "post-quick-reply": "Quick reply", - "navigator.index": "Post %1 of %2", - "navigator.unread": "%1 unread" + "post-quick-reply": "Արագ պատասխան", + "navigator.index": "Գրառում %1 %2 - ից", + "navigator.unread": "%1 չկարդացված" } \ No newline at end of file diff --git a/public/language/hy/unread.json b/public/language/hy/unread.json index c93707c6f7..47ab4f7b8a 100644 --- a/public/language/hy/unread.json +++ b/public/language/hy/unread.json @@ -1,12 +1,12 @@ { "title": "Չկարդացված", - "no_unread_topics": "Չկարդացված թեմաներ չկան", - "load_more": "Բեռնել ավելին ", - "mark_as_read": "Նշել որպես կարդացված", + "no-unread-topics": "Չկարդացված թեմաներ չկան", + "load-more": "Բեռնել ավելին", + "mark-as-read": "Նշել որպես կարդացված", "selected": "Ընտրված", "all": "Բոլորը", - "all_categories": "Բոլոր կատեգորիաները", - "topics_marked_as_read.success": "Թեմաները նշված են որպես կարդացված:", + "all-categories": "Բոլոր կատեգորիաները", + "topics-marked-as-read.success": "Թեմաները նշված են որպես կարդացված:", "all-topics": "Բոլոր թեմաները", "new-topics": "Նոր թեմաներ", "watched-topics": "Դիտված թեմաներ", diff --git a/public/language/hy/user.json b/public/language/hy/user.json index a8d9d0e3e5..445ae4ddbc 100644 --- a/public/language/hy/user.json +++ b/public/language/hy/user.json @@ -7,24 +7,24 @@ "joindate": "Միանալու ամսաթիվ", "postcount": "Գրառումների հաշվարկ", "email": "էլ. փոստ", - "confirm_email": "Հաստատել էլ. փոստ", - "account_info": "Հաշվի տեղեկատվություն", - "admin_actions_label": "Ադմինիստատիվ գործողություններ", - "ban_account": "Արգելափակված հաշիվ", - "ban_account_confirm": "Իսկապե՞ս ուզում եք արգելափակել այս օգտվողին:", - "unban_account": "Արգելահանել հաշիվը", - "mute_account": "Անջատել հաշվի ձայնը", - "unmute_account": "Միացնել հաշվի ձայնը", - "delete_account": "Ջնջել հաշիվը", - "delete_account_as_admin": "Ջնջել Հաշիվը", - "delete_content": "Ջնջել հաշվի կոնտենտը", - "delete_all": "Ջնջել հաշիվը և կոնտենտը", - "delete_account_confirm": "Համոզվա՞ծ եք, որ ցանկանում եք անանուն դարձնել ձեր գրառումները և ջնջել ձեր հաշիվը: Այս գործողությունն անշրջելի է, և դուք չեք կարողանա վերականգնել ձեր տվյալները: Մուտքագրեք ձեր գաղտնաբառը՝ հաստատելու, որ ցանկանում եք ոչնչացնել այս հաշիվը:", - "delete_this_account_confirm": "Վստա՞հ եք, որ ցանկանում եք ջնջել այս հաշիվը՝ թողնելով դրա բովանդակությունը: Այս գործողությունն անշրջելի է, հաղորդագրություններն անանուն կլինեն, և դուք չեք կարողանա վերականգնել ջնջված հաշվի հետ գրառումների կապերը:", - "delete_account_content_confirm": "Իսկապե՞ս ուզում եք ջնջել այս հաշվի կոնտենտը (գրառումներ/թեմաներ/վերբեռնումներ): Այս գործողությունն անշրջելի է, և դուք չեք կարողանա վերականգնել որևէ տվյալ", - "delete_all_confirm": "Իսկապե՞ս ուզում եք ջնջել այս հաշիվը և դրա ողջ կոնտենտը (գրառումներ/թեմաներ/վերբեռնումներ): Այս գործողությունն անշրջելի է, և դուք չեք կարողանա վերականգնել որևէ տվյալ", + "confirm-email": "Հաստատել էլ. փոստ", + "account-info": "Հաշվի տեղեկատվություն", + "admin-actions-label": "Ադմինիստատիվ գործողություններ", + "ban-account": "Արգելափակված հաշիվ", + "ban-account-confirm": "Իսկապե՞ս ուզում եք արգելափակել այս օգտվողին:", + "unban-account": "Արգելահանել հաշիվը", + "mute-account": "Անջատել հաշվի ձայնը", + "unmute-account": "Միացնել հաշվի ձայնը", + "delete-account": "Ջնջել հաշիվը", + "delete-account-as-admin": "Ջնջել Հաշիվը", + "delete-content": "Ջնջել հաշվի կոնտենտը", + "delete-all": "Ջնջել հաշիվը և կոնտենտը", + "delete-account-confirm": "Համոզվա՞ծ եք, որ ցանկանում եք անանուն դարձնել ձեր գրառումները և ջնջել ձեր հաշիվը: Այս գործողությունն անշրջելի է, և դուք չեք կարողանա վերականգնել ձեր տվյալները: Մուտքագրեք ձեր գաղտնաբառը՝ հաստատելու, որ ցանկանում եք ոչնչացնել այս հաշիվը:", + "delete-this-account-confirm": "Վստա՞հ եք, որ ցանկանում եք ջնջել այս հաշիվը՝ թողնելով դրա բովանդակությունը: Այս գործողությունն անշրջելի է, հաղորդագրություններն անանուն կլինեն, և դուք չեք կարողանա վերականգնել ջնջված հաշվի հետ գրառումների կապերը:", + "delete-account-content-confirm": "Իսկապե՞ս ուզում եք ջնջել այս հաշվի կոնտենտը (գրառումներ/թեմաներ/վերբեռնումներ): Այս գործողությունն անշրջելի է, և դուք չեք կարողանա վերականգնել որևէ տվյալ", + "delete-all-confirm": "Իսկապե՞ս ուզում եք ջնջել այս հաշիվը և դրա ողջ կոնտենտը (գրառումներ/թեմաներ/վերբեռնումներ): Այս գործողությունն անշրջելի է, և դուք չեք կարողանա վերականգնել որևէ տվյալ", "account-deleted": "Հաշիվը ջնջված է", - "account-content-deleted": "Հաշվի կոնտենտը ջնջվել է ", + "account-content-deleted": "Հաշվի կոնտենտը ջնջվել է", "fullname": "Անուն", "website": "Վեբ կայք", "location": "Գտնվելու վայրը", @@ -32,95 +32,97 @@ "joined": "Միացած է", "lastonline": "Վերջին առցանց", "profile": "Անձնական էջ", - "profile_views": "Պրոֆիլի դիտումներ", + "profile-views": "Պրոֆիլի դիտումներ", "reputation": "վարկանիշ", "bookmarks": "Էջանիշեր", - "watched_categories": "Դիտված կատեգորիաներ", - "change_all": "Փոխել բոլորը", + "watched-categories": "Դիտված կատեգորիաներ", + "watched-tags": "Դիտված պիտակներ", + "change-all": "Փոխել բոլորը", "watched": "Դիտված", "ignored": "Անտեսված", "default-category-watch-state": "Հիմնական կատեգորիայի դիտման վիճակը", "followers": "Հետևորդներ", "following": "Հետևող", "blocks": "Արգելափակումներ", - "blocked-users": "Blocked users", - "block_toggle": "Միացնել արգելափակումը", - "block_user": "Արգելափակել Օգտատիրոջը", - "unblock_user": "Արգելափակել Օգտատիրոջը", - "aboutme": "Իմ մասին ", + "blocked-users": "Արգելափակված օգտվողներ", + "block-toggle": "Միացնել արգելափակումը", + "block-user": "Արգելափակել Օգտատիրոջը", + "unblock-user": "Արգելափակել Օգտատիրոջը", + "aboutme": "Իմ մասին", "signature": "Ստորագրություն", "birthday": "Ծննդյան ամսաթիվ", "chat": "Չաթ", - "chat_with": "Շարունակել զրուցել %1-ի հետ", - "new_chat_with": "Սկսեք նոր զրույց %1-ով", + "chat-with": "Շարունակել զրուցել %1-ի հետ", + "new-chat-with": "Սկսեք նոր զրույց %1-ով", "flag-profile": "Նշել պրոֆիլը", "follow": "հետեւել", "unfollow": "Չհետևել", "more": "Ավելին", - "profile_update_success": "Պրոֆիլը հաջողությամբ թարմացվել է:", - "change_picture": "Փոխել նկարը", - "change_username": "Փոխել օգտատիրոջ անունը", - "change_email": "Փոխել էլ. փոստը", - "email_same_as_password": "Խնդրում ենք մուտքագրել ձեր ընթացիկ գաղտնաբառը՝ շարունակելու համար – դուք կրկին մուտքագրել եք ձեր նոր էլ.փոստը", + "profile-update-success": "Պրոֆիլը հաջողությամբ թարմացվել է:", + "change-picture": "Փոխել նկարը", + "change-username": "Փոխել օգտատիրոջ անունը", + "change-email": "Փոխել էլ. փոստը", + "email-updated": "Էլ․ փոստը թարմացվել է", + "email-same-as-password": "Խնդրում ենք մուտքագրել ձեր ընթացիկ գաղտնաբառը՝ շարունակելու համար – դուք կրկին մուտքագրել եք ձեր նոր էլ.փոստը", "edit": "Խմբագրել", "edit-profile": "Խմբագրել պրոֆիլը", - "default_picture": "Կանխադրված պատկերակ", - "uploaded_picture": "Վերբեռնված նկար", - "upload_new_picture": "Վերբեռնել նոր նկար", - "upload_new_picture_from_url": "Վերբեռնեք նոր նկար URL-ից", - "current_password": "ներկայիս գաղտնաբառը", - "new_password": "New Password", - "change_password": "փոխել գաղտնաբառը ", - "change_password_error": "Սխալ գաղտնաբառ", - "change_password_error_wrong_current": "Ձեր ընթացիկ գաղտնաբառը սխալ է", - "change_password_error_match": "Գաղտնաբառը պետք է համընկնի", - "change_password_error_privileges": "Դուք իրավունք չունեք փոխելու այս գաղտնաբառը:", - "change_password_success": "Ձեր գաղտնաբառը թարմացվել է:", - "confirm_password": "հաստատել գաղտնաբառը ", + "default-picture": "Կանխադրված պատկերակ", + "uploaded-picture": "Վերբեռնված նկար", + "upload-new-picture": "Վերբեռնել նոր նկար", + "upload-new-picture-from-url": "Վերբեռնեք նոր նկար URL-ից", + "current-password": "ներկայիս գաղտնաբառը", + "new-password": "Նոր գաղտնաբառ", + "change-password": "փոխել գաղտնաբառը", + "change-password-error": "Սխալ գաղտնաբառ", + "change-password-error-wrong-current": "Ձեր ընթացիկ գաղտնաբառը սխալ է", + "change-password-error-match": "Գաղտնաբառը պետք է համընկնի", + "change-password-error-privileges": "Դուք իրավունք չունեք փոխելու այս գաղտնաբառը:", + "change-password-success": "Ձեր գաղտնաբառը թարմացվել է:", + "confirm-password": "հաստատել գաղտնաբառը", "password": "գաղտնաբառ", - "username_taken_workaround": "Ձեր խնդրած օգտանունն արդեն վերցված է, ուստի մենք այն մի փոքր փոփոխել ենք: Դուք այժմ հայտնի եք որպես %1", - "password_same_as_username": "Ձեր գաղտնաբառը նույնն է, ինչ ձեր օգտանունը, խնդրում ենք ընտրել այլ գաղտնաբառ:", - "password_same_as_email": "Ձեր գաղտնաբառը նույնն է, ինչ ձեր էլ.փոստը, խնդրում ենք ընտրել այլ գաղտնաբառ:", - "weak_password": "Թույլ Գաղտնաբառ.", - "upload_picture": "Վերբեռնել նկար", - "upload_a_picture": "Վերբեռնել նկար", - "remove_uploaded_picture": "Հեռացնել վերբեռնված նկարը", - "upload_cover_picture": "Վերբեռնեք շապիկի նկարը", - "remove_cover_picture_confirm": "Իսկապե՞ս ուզում եք հեռացնել շապիկի նկարը:", - "crop_picture": "Կտրել նկարը", - "upload_cropped_picture": "Կտրել և վերբեռնել", + "username-taken-workaround": "Ձեր խնդրած օգտանունն արդեն վերցված է, ուստի մենք այն մի փոքր փոփոխել ենք: Դուք այժմ հայտնի եք որպես %1", + "password-same-as-username": "Ձեր գաղտնաբառը նույնն է, ինչ ձեր օգտանունը, խնդրում ենք ընտրել այլ գաղտնաբառ:", + "password-same-as-email": "Ձեր գաղտնաբառը նույնն է, ինչ ձեր էլ.փոստը, խնդրում ենք ընտրել այլ գաղտնաբառ:", + "weak-password": "Թույլ Գաղտնաբառ.", + "upload-picture": "Վերբեռնել նկար", + "upload-a-picture": "Վերբեռնել նկար", + "remove-uploaded-picture": "Հեռացնել վերբեռնված նկարը", + "upload-cover-picture": "Վերբեռնեք շապիկի նկարը", + "remove-cover-picture-confirm": "Իսկապե՞ս ուզում եք հեռացնել շապիկի նկարը:", + "crop-picture": "Կտրել նկարը", + "upload-cropped-picture": "Կտրել և վերբեռնել", "avatar-background-colour": "Ավատարի ֆոնի գույնը", "settings": "Կարգավորումներ", - "show_email": "Ցույց տալ իմ էլ. փոստը", - "show_fullname": "Ցույց տալ իմ լրիվ անունը", - "restrict_chats": "Թույլատրել զրույցի հաղորդագրությունները միայն այն օգտվողներից, որոնց ես հետևում եմ", - "digest_label": "Բաժանորդագրվել Digest-ին", - "digest_description": "Բաժանորդագրվեք այս ֆորումի էլեկտրոնային թարմացումներին (նոր ծանուցումներ և թեմաներ) ըստ սահմանված ժամանակացույցի", - "digest_off": "Անջատված", - "digest_daily": "Օրական", - "digest_weekly": "Շաբաթական", - "digest_biweekly": "Երկու շաբաթը մեկ ", - "digest_monthly": "ամսական", - "has_no_follower": "Այս օգտվողը հետևորդներ չունի :(", - "follows_no_one": "Այս օգտվողը ոչ մեկին չի հետևում :(", - "has_no_posts": "Այս օգտվողը դեռ ոչինչ չի հրապարակել:", - "has_no_best_posts": "Այս օգտատերը դեռ չունի դրական քվեարկված գրառումներ:", - "has_no_topics": "Այս օգտվողը դեռ ոչ մի թեմա չի հրապարակել:", - "has_no_watched_topics": "Այս օգտվողը դեռ ոչ մի թեմա չի դիտել:", - "has_no_ignored_topics": "Այս օգտատերը դեռ ոչ մի թեմա չի անտեսել:", - "has_no_upvoted_posts": "Այս օգտատերը դեռևս ոչ մի գրառման օգտին չի քվեարկել:", - "has_no_downvoted_posts": "Այս օգտատերը դեռևս ոչ մի գրառման դեմ չի քվեարկել:", - "has_no_controversial_posts": "Այս օգտատերը դեռ չունի դեմ քվեարկած գրառումներ:", - "has_no_blocks": "Դուք ոչ մի օգտատեր չեք արգելափակել:", - "email_hidden": "Էլեկտրոնային փոստը թաքցված է", + "show-email": "Ցույց տալ իմ էլ. փոստը", + "show-fullname": "Ցույց տալ իմ լրիվ անունը", + "restrict-chats": "Թույլատրել զրույցի հաղորդագրությունները միայն այն օգտվողներից, որոնց ես հետևում եմ", + "digest-label": "Բաժանորդագրվել Digest-ին", + "digest-description": "Բաժանորդագրվեք այս ֆորումի էլեկտրոնային թարմացումներին (նոր ծանուցումներ և թեմաներ) ըստ սահմանված ժամանակացույցի", + "digest-off": "Անջատված", + "digest-daily": "Օրական", + "digest-weekly": "Շաբաթական", + "digest-biweekly": "Երկու շաբաթը մեկ", + "digest-monthly": "ամսական", + "has-no-follower": "Այս օգտվողը հետևորդներ չունի :(", + "follows-no-one": "Այս օգտվողը ոչ մեկին չի հետևում :(", + "has-no-posts": "Այս օգտվողը դեռ ոչինչ չի հրապարակել:", + "has-no-best-posts": "Այս օգտատերը դեռ չունի դրական քվեարկված գրառումներ:", + "has-no-topics": "Այս օգտվողը դեռ ոչ մի թեմա չի հրապարակել:", + "has-no-watched-topics": "Այս օգտվողը դեռ ոչ մի թեմա չի դիտել:", + "has-no-ignored-topics": "Այս օգտատերը դեռ ոչ մի թեմա չի անտեսել:", + "has-no-upvoted-posts": "Այս օգտատերը դեռևս ոչ մի գրառման օգտին չի քվեարկել:", + "has-no-downvoted-posts": "Այս օգտատերը դեռևս ոչ մի գրառման դեմ չի քվեարկել:", + "has-no-controversial-posts": "Այս օգտատերը դեռ չունի դեմ քվեարկած գրառումներ:", + "has-no-blocks": "Դուք ոչ մի օգտատեր չեք արգելափակել:", + "email-hidden": "Էլեկտրոնային փոստը թաքցված է", "hidden": "Թաքնված է", - "paginate_description": "Էջադրեք թեմաներն ու գրառումները՝ անսահման ոլորման փոխարեն", - "topics_per_page": "Թեմաներ մեկ էջի համար", - "posts_per_page": "Գրառումներ մեկ էջի համար", - "category-topic-sort": "Category topic sort", - "topic-post-sort": "Topic post sort", - "max_items_per_page": "Առավելագույնը %1", - "acp_language": "Ադմինիստրատորի էջի լեզուն", + "paginate-description": "Էջադրեք թեմաներն ու գրառումները՝ անսահման ոլորման փոխարեն", + "topics-per-page": "Թեմաներ մեկ էջի համար", + "posts-per-page": "Գրառումներ մեկ էջի համար", + "category-topic-sort": "Կատեգորիայի թեմաների տեսակավորում", + "topic-post-sort": "Թեմայի գրառումների տեսակավորում", + "max-items-per-page": "Առավելագույնը %1", + "acp-language": "Ադմինիստրատորի էջի լեզուն", "notifications": "Ծանուցումներ", "upvote-notif-freq": "Կողմ քվեարկության ծանուցման հաճախականությունը", "upvote-notif-freq.all": "Բոլոր կողմ ձայները", @@ -130,24 +132,24 @@ "upvote-notif-freq.logarithmic": "On 10, 100, 1000...", "upvote-notif-freq.disabled": "Անջատված", "browsing": "Զննման կարգավորումներ", - "open_links_in_new_tab": "Բացեք ելքային հղումները նոր ներդիրում", - "enable_topic_searching": "Միացնել թեմայում որոնումը", - "topic_search_help": "Եթե միացված է, թեմայում որոնումը կշրջանցի դիտարկիչի էջի որոնման վարքագիծը և թույլ կտա ձեզ որոնել ամբողջ թեման՝ միայն էկրանին ցուցադրվածի փոխարեն:", - "update_url_with_post_index": "Թեմաներ զննարկելիս թարմացրեք url-ը գրառումների ինդեքսով", - "scroll_to_my_post": "Պատասխան փակցնելուց հետո ցույց տվեք նոր գրառումը", - "follow_topics_you_reply_to": "Դիտեք այն թեմաները, որոնց պատասխանում եք", - "follow_topics_you_create": "Դիտեք ձեր ստեղծած թեմաները", + "open-links-in-new-tab": "Բացեք ելքային հղումները նոր ներդիրում", + "enable-topic-searching": "Միացնել թեմայում որոնումը", + "topic-search-help": "Եթե միացված է, թեմայում որոնումը կշրջանցի դիտարկիչի էջի որոնման վարքագիծը և թույլ կտա ձեզ որոնել ամբողջ թեման՝ միայն էկրանին ցուցադրվածի փոխարեն:", + "update-url-with-post-index": "Թեմաներ զննարկելիս թարմացրեք url-ը գրառումների ինդեքսով", + "scroll-to-my-post": "Պատասխան փակցնելուց հետո ցույց տվեք նոր գրառումը", + "follow-topics-you-reply-to": "Դիտեք այն թեմաները, որոնց պատասխանում եք", + "follow-topics-you-create": "Դիտեք ձեր ստեղծած թեմաները", "grouptitle": "Խմբի անվանումը", "group-order-help": "Ընտրեք խումբ և օգտագործեք սլաքները վերնագրեր պատվիրելու համար", "no-group-title": "Խմբի վերնագիր չկա", "select-skin": "Ընտրեք շապիկ", - "default": "Default (%1)", - "no-skin": "No Skin", + "default": "Կանխադրված (% 1)", + "no-skin": "Շապիկ չկա", "select-homepage": "Ընտրեք գլխավոր էջ", "homepage": "Գլխավոր էջ", - "homepage_description": "Ընտրեք էջ՝ որպես ֆորումի գլխավոր էջ օգտագործելու համար, կամ «Ոչ մեկը»՝ կանխադրված գլխավոր էջն օգտագործելու համար:", - "custom_route": "Պատվերով Գլխավոր էջի ուղեգիծ", - "custom_route_help": "Մուտքագրեք ուղեգծի անունը այստեղ՝ առանց որևէ նախորդ կտրվածքի (օրինակ՝ «վերջին» կամ «կատեգորիա/2/ընդհանուր քննարկում»)", + "homepage-description": "Ընտրեք էջ՝ որպես ֆորումի գլխավոր էջ օգտագործելու համար, կամ «Ոչ մեկը»՝ կանխադրված գլխավոր էջն օգտագործելու համար:", + "custom-route": "Պատվերով Գլխավոր էջի ուղեգիծ", + "custom-route-help": "Մուտքագրեք ուղեգծի անունը այստեղ՝ առանց որևէ նախորդ կտրվածքի (օրինակ՝ «վերջին» կամ «կատեգորիա/2/ընդհանուր քննարկում»)", "sso.title": "Մեկ մուտքի ծառայություններ", "sso.associated": "Առնչվում է", "sso.not-associated": "Սեղմեք այստեղ՝ հետ կապնվելու համար", @@ -174,35 +176,35 @@ "info.moderation-note.success": "Մոդերացիայի նշումը պահվեց", "info.moderation-note.add": "Ավելացնել նշում", "sessions.description": "Այս էջը թույլ է տալիս դիտել ցանկացած ակտիվ սեանս այս ֆորումում և անհրաժեշտության դեպքում չեղարկել դրանք: Դուք կարող եք չեղարկել ձեր սեփական սեանսը՝ դուրս գալով ձեր հաշվից:", - "revoke-session": "Revoke Session", - "browser-version-on-platform": "%1 %2 on %3", + "revoke-session": "Չեղյալ համարել նիստը", + "browser-version-on-platform": "%1 %2 %3-ում", "consent.title": "Your Rights & Consent", "consent.lead": "Այս համայնքի ֆորումը հավաքում և մշակում է ձեր անձնական տվյալները:", "consent.intro": "Մենք օգտագործում ենք այս տեղեկատվությունը խստորեն այս համայնքում ձեր փորձառությունն անհատականացնելու, ինչպես նաև ձեր կատարած գրառումները ձեր օգտատիրոջ հաշվին կապելու համար: Գրանցման քայլի ընթացքում ձեզանից պահանջվել է տրամադրել օգտատիրոջ անուն և էլ.փոստի հասցե, դուք կարող եք նաև լրացուցիչ տեղեկություններ տրամադրել այս կայքում ձեր օգտատիրոջ պրոֆիլը լրացնելու համար: Մենք պահպանում ենք այս տեղեկատվությունը ձեր օգտատիրոջ հաշվի ողջ կյանքի ընթացքում, և դուք կարող եք հետ վերցնել համաձայնությունը: ցանկացած պահի ջնջելով ձեր հաշիվը: Ցանկացած ժամանակ դուք կարող եք պահանջել ձեր ներդրման պատճենը այս կայքում՝ ձեր իրավունքների և amp; Համաձայնության էջ: Եթե ունեք հարցեր կամ մտահոգություններ, խորհուրդ ենք տալիս դիմել այս ֆորումի ադմինիստրատիվ թիմին:", - "consent.email_intro": "Երբեմն, մենք կարող ենք նամակներ ուղարկել ձեր գրանցված էլ․ հասցեին՝ թարմացումներ տրամադրելու և/կամ ձեզ ծանուցելու նոր գործունեության մասին, որը վերաբերում է ձեզ: Դուք կարող եք հարմարեցնել համայնքի ամփոփման հաճախականությունը (ներառյալ այն ուղղակիորեն անջատելը), ինչպես նաև ընտրել, թե ինչ տեսակի ծանուցումներ պետք է ստանալ էլփոստի միջոցով՝ ձեր օգտվողի կարգավորումների էջի միջոցով:", - "consent.digest_frequency": "Եթե ձեր օգտատիրոջ կարգավորումներում բացահայտորեն չփոխվեն, այս համայնքը տրամադրում է էլփոստի ամփոփագրեր ամեն %1:", - "consent.digest_off": "Եթե ձեր օգտատիրոջ կարգավորումներում բացահայտորեն չփոխվեն կաևգավորումները, այս համայնքը էլփոստի ամփոփագրեր չի ուղարկում", + "consent.email-intro": "Երբեմն, մենք կարող ենք նամակներ ուղարկել ձեր գրանցված էլ․ հասցեին՝ թարմացումներ տրամադրելու և/կամ ձեզ ծանուցելու նոր գործունեության մասին, որը վերաբերում է ձեզ: Դուք կարող եք հարմարեցնել համայնքի ամփոփման հաճախականությունը (ներառյալ այն ուղղակիորեն անջատելը), ինչպես նաև ընտրել, թե ինչ տեսակի ծանուցումներ պետք է ստանալ էլփոստի միջոցով՝ ձեր օգտվողի կարգավորումների էջի միջոցով:", + "consent.digest-frequency": "Եթե ձեր օգտատիրոջ կարգավորումներում բացահայտորեն չփոխվեն, այս համայնքը տրամադրում է էլփոստի ամփոփագրեր ամեն %1:", + "consent.digest-off": "Եթե ձեր օգտատիրոջ կարգավորումներում բացահայտորեն չփոխվեն կաևգավորումները, այս համայնքը էլփոստի ամփոփագրեր չի ուղարկում", "consent.received": "Դուք համաձայնություն եք տվել այս կայքին ձեր տեղեկությունները հավաքելու և մշակելու համար: Լրացուցիչ գործողություն չի պահանջվում:", - "consent.not_received": "Դուք համաձայնություն չեք տվել տվյալների հավաքագրման և մշակման համար: Ցանկացած ժամանակ այս կայքի ադմինիստրացիան կարող է որոշել ջնջել ձեր հաշիվը՝ Տվյալների պաշտպանության ընդհանուր կանոնակարգին համապատասխանելու համար:", + "consent.not-received": "Դուք համաձայնություն չեք տվել տվյալների հավաքագրման և մշակման համար: Ցանկացած ժամանակ այս կայքի ադմինիստրացիան կարող է որոշել ջնջել ձեր հաշիվը՝ Տվյալների պաշտպանության ընդհանուր կանոնակարգին համապատասխանելու համար:", "consent.give": "Համաձայնություն տվեք", - "consent.right_of_access": "Դուք ունեք մուտքի իրավունք", - "consent.right_of_access_description": "Դուք իրավունք ունեք մուտք գործելու այս կայքի կողմից հավաքված ցանկացած տվյալ՝ ըստ պահանջի: Դուք կարող եք առբերել այս տվյալների պատճենը՝ սեղմելով ստորև նշված համապատասխան կոճակը:", - "consent.right_to_rectification": "Դուք ուղղման իրավունք ունեք", - "consent.right_to_rectification_description": "Դուք իրավունք ունեք փոխել կամ թարմացնել մեզ տրամադրված ցանկացած ոչ ճշգրիտ տվյալ: Ձեր պրոֆիլը կարող է թարմացվել՝ խմբագրելով ձեր պրոֆիլը, և գրառման բովանդակությունը միշտ կարող է խմբագրվել: Եթե դա այդպես չէ, խնդրում ենք կապվել այս կայքի ադմինիստրատիվ թիմի հետ:", - "consent.right_to_erasure": "Դուք իրավունք ունեք ջնջելու", - "consent.right_to_erasure_description": "Ցանկացած ժամանակ դուք կարող եք չեղարկել տվյալների հավաքագրման և/կամ մշակման ձեր համաձայնությունը՝ ջնջելով ձեր հաշիվը: Ձեր անհատական պրոֆիլը կարող է ջնջվել, թեև ձեր տեղադրած բովանդակությունը կմնա: Եթե ցանկանում եք ջնջել և՛ ձեր հաշիվը, և՛ ձեր բովանդակությունը, դիմեք այս կայքի ադմինիստրատիվ թիմին:", - "consent.right_to_data_portability": "Դուք իրավունք ունեք տվյալների տեղափոխելիության", - "consent.right_to_data_portability_description": "Դուք կարող եք մեզանից պահանջել ձեր և ձեր հաշվի վերաբերյալ հավաքագրված ցանկացած տվյալների արտահանում մեքենայաընթեռնելի: Դուք կարող եք դա անել՝ սեղմելով ստորև նշված համապատասխան կոճակը:", - "consent.export_profile": "Export Profile (.json)", + "consent.right-of-access": "Դուք ունեք մուտքի իրավունք", + "consent.right-of-access-description": "Դուք իրավունք ունեք մուտք գործելու այս կայքի կողմից հավաքված ցանկացած տվյալ՝ ըստ պահանջի: Դուք կարող եք առբերել այս տվյալների պատճենը՝ սեղմելով ստորև նշված համապատասխան կոճակը:", + "consent.right-to-rectification": "Դուք ուղղման իրավունք ունեք", + "consent.right-to-rectification-description": "Դուք իրավունք ունեք փոխել կամ թարմացնել մեզ տրամադրված ցանկացած ոչ ճշգրիտ տվյալ: Ձեր պրոֆիլը կարող է թարմացվել՝ խմբագրելով ձեր պրոֆիլը, և գրառման բովանդակությունը միշտ կարող է խմբագրվել: Եթե դա այդպես չէ, խնդրում ենք կապվել այս կայքի ադմինիստրատիվ թիմի հետ:", + "consent.right-to-erasure": "Դուք իրավունք ունեք ջնջելու", + "consent.right-to-erasure-description": "Ցանկացած ժամանակ դուք կարող եք չեղարկել տվյալների հավաքագրման և/կամ մշակման ձեր համաձայնությունը՝ ջնջելով ձեր հաշիվը: Ձեր անհատական պրոֆիլը կարող է ջնջվել, թեև ձեր տեղադրած բովանդակությունը կմնա: Եթե ցանկանում եք ջնջել և՛ ձեր հաշիվը, և՛ ձեր բովանդակությունը, դիմեք այս կայքի ադմինիստրատիվ թիմին:", + "consent.right-to-data-portability": "Դուք իրավունք ունեք տվյալների տեղափոխելիության", + "consent.right-to-data-portability-description": "Դուք կարող եք մեզանից պահանջել ձեր և ձեր հաշվի վերաբերյալ հավաքագրված ցանկացած տվյալների արտահանում մեքենայաընթեռնելի: Դուք կարող եք դա անել՝ սեղմելով ստորև նշված համապատասխան կոճակը:", + "consent.export-profile": "Export Profile (.json)", "consent.export-profile-success": "Պրոֆիլի արտահանում, դուք ծանուցում կստանաք, երբ այն ավարտվի:", - "consent.export_uploads": "Արտահանել վերբեռնված բովանդակությունը (.zip)", + "consent.export-uploads": "Արտահանել վերբեռնված բովանդակությունը (.zip)", "consent.export-uploads-success": "Վերբեռնումների արտահանման ընթացքում դուք ծանուցում կստանաք, երբ այն ավարտվի:", - "consent.export_posts": "Արտահանել գրառումներ (.csv)", + "consent.export-posts": "Արտահանել գրառումներ (.csv)", "consent.export-posts-success": "Հաղորդագրություններ արտահանելով, դուք ծանուցում կստանաք, երբ այն ավարտվի:", "emailUpdate.intro": "Խնդրում ենք մուտքագրել ձեր էլ.փոստի հասցեն ստորև: Այս ֆորումն օգտագործում է ձեր էլ․ հասցեն՝ պլանավորված ամփոփագրի և ծանուցումների համար, ինչպես նաև գաղտնաբառի կորստի դեպքում հաշիվը վերականգնելու համար:", "emailUpdate.optional": "Այս դաշտը պարտադիր չէ: Դուք պարտավոր չեք տրամադրել ձեր էլ.փոստի հասցեն, սակայն առանց վավերացված էլ.փոստի դուք չեք կարողանա վերականգնել ձեր հաշիվը կամ մուտք գործել ձեր էլ.", "emailUpdate.required": "Այս դաշտը պարտադիր է:", "emailUpdate.change-instructions": "Մուտքագրված էլ. հասցեին կուղարկվի հաստատման նամակ՝ եզակի հղումով: Այդ հղումը մուտք գործելը կհաստատի էլփոստի հասցեի ձեր սեփականությունը, և այն կակտիվանա ձեր հաշվում: Ցանկացած ժամանակ դուք կարող եք թարմացնել ձեր էլ.փոստը ձեր հաշվի էջից:", "emailUpdate.password-challenge": "Խնդրում ենք մուտքագրել ձեր գաղտնաբառը՝ հաշվի սեփականության իրավունքը հաստատելու համար:", - "emailUpdate.pending": "Your email address has not yet been confirmed, but an email has been sent out requesting confirmation. If you wish to invalidate that request and send a new confirmation request, please fill in the form below." + "emailUpdate.pending": "Ձեր էլ․ փոստի հասցեն դեռ հաստատված չէ, սակայն նամակ է ուղարկվել՝ հաստատման խնդրանքով: Եթե ​​ցանկանում եք անվավեր ճանաչել այդ հարցումը և ուղարկել նոր հաստատման հարցում, խնդրում ենք լրացնել ստորև ներկայացված ձևը:" } \ No newline at end of file diff --git a/public/language/hy/users.json b/public/language/hy/users.json index 7ed47e2fd2..e94f9f3271 100644 --- a/public/language/hy/users.json +++ b/public/language/hy/users.json @@ -1,13 +1,13 @@ { - "all-users": "All Users", - "latest_users": "Վերջին օգտատերերը", - "top_posters": "Ամենաշատ գրառողները", - "most_reputation": "Ամենաբարձր վարկանիշը", - "most_flags": "Դրոշակներ", + "all-users": "Բոլոր օգտատերերը", + "latest-users": "Վերջին օգտատերերը", + "top-posters": "Ամենաշատ գրառողները", + "most-reputation": "Ամենաբարձր վարկանիշը", + "most-flags": "Դրոշակներ", "search": "Որոնում", - "enter_username": "Գրեք անուն և որոնեք", - "search-user-for-chat": "Search for a user to start chat", - "load_more": "Բեռնել ավելին", + "enter-username": "Գրեք անուն և որոնեք", + "search-user-for-chat": "Որոնեք օգտատեր՝ զրույց սկսելու համար", + "load-more": "Բեռնել ավելին", "users-found-search-took": "Գտնվեց %1 օգտվող։ Որոնումը տևեց %2 վայրկյան։", "filter-by": "Ֆիլտրել ըստ", "online-only": "Միայն առցանցները", @@ -15,10 +15,10 @@ "prompt-email": "Էլ. հասցեներ՝", "groups-to-join": "Միանալու խմբեր հրավերի հաստատումից հետո՝", "invitation-email-sent": "%1-ին էլ. փոստով ուղարկվել է հրավեր", - "user_list": "Օգտվողների ցանկ", - "recent_topics": "Վերջին թեմաներ", - "popular_topics": "Հանրաճանաչ թեմաներ", - "unread_topics": "Չընթերցված թեմաներ", + "user-list": "Օգտվողների ցանկ", + "recent-topics": "Վերջին թեմաներ", + "popular-topics": "Հանրաճանաչ թեմաներ", + "unread-topics": "Չընթերցված թեմաներ", "categories": "Բաժիններ", "tags": "Պիտակներ", "no-users-found": "Որևէ օգտվող չի գտնվել։" diff --git a/public/language/id/admin/advanced/database.json b/public/language/id/admin/advanced/database.json index 7f9a96f75c..fb2cdd14e9 100644 --- a/public/language/id/admin/advanced/database.json +++ b/public/language/id/admin/advanced/database.json @@ -17,7 +17,7 @@ "mongo.file-size": "Ukuran File", "mongo.resident-memory": "Pemukim Memori", "mongo.virtual-memory": "Memori Virtual", - "mongo.mapped-memory": "Memori Terpetakan", + "mongo.mapped-memory": "Mapped Memory", "mongo.bytes-in": "Bytes Masuk", "mongo.bytes-out": "Bytes Keluar", "mongo.num-requests": "Jumlah Permintaan", diff --git a/public/language/id/admin/advanced/events.json b/public/language/id/admin/advanced/events.json index b2c2033fb5..9327eef8d3 100644 --- a/public/language/id/admin/advanced/events.json +++ b/public/language/id/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "Event Type", "filter-start": "Start Date", "filter-end": "End Date", - "filter-perPage": "Per Page" + "filter-per-page": "Per Page" } \ No newline at end of file diff --git a/public/language/id/admin/extend/widgets.json b/public/language/id/admin/extend/widgets.json index ab3a4b11d2..5d2832feed 100644 --- a/public/language/id/admin/extend/widgets.json +++ b/public/language/id/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "No widgets found! Activate the widget essentials plugin in the plugins control panel.", "clone-from": "Clone widgets from", "containers.available": "Available Containers", - "containers.explanation": "Drag and drop on top of any active widget", + "containers.explanation": "Drag and drop on top of any widget", "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", @@ -29,5 +29,7 @@ "hide-from-groups": "Hide from groups", "start-date": "Start date", "end-date": "End date", - "hide-on-mobile": "Hide on mobile" + "hide-on-mobile": "Hide on mobile", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/id/admin/manage/privileges.json b/public/language/id/admin/manage/privileges.json index 9af075bcfa..240cff6aa5 100644 --- a/public/language/id/admin/manage/privileges.json +++ b/public/language/id/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "Edit Privileges", "select-clear-all": "Select/Clear All", "chat": "Chat", + "chat-with-privileged": "Chat with Privileged", "upload-images": "Upload Images", "upload-files": "Upload Files", "signature": "Signature", @@ -33,7 +34,7 @@ "edit-posts": "Edit Posts", "view-edit-history": "View Edit History", "delete-posts": "Delete Posts", - "view_deleted": "View Deleted Posts", + "view-deleted": "View Deleted Posts", "upvote-posts": "Upvote Posts", "downvote-posts": "Downvote Posts", "delete-topics": "Delete Topics", diff --git a/public/language/id/admin/manage/users.json b/public/language/id/admin/manage/users.json index 1fef96f56d..08e5701f40 100644 --- a/public/language/id/admin/manage/users.json +++ b/public/language/id/admin/manage/users.json @@ -4,16 +4,21 @@ "edit": "Actions", "make-admin": "Make Admin", "remove-admin": "Remove Admin", + "change-email": "Change Email", + "new-email": "New Email", "validate-email": "Validate Email", "send-validation-email": "Send Validation Email", + "change-password": "Change Password", "password-reset-email": "Send Password Reset Email", "force-password-reset": "Force Password Reset & Log User Out", - "ban": "Ban User(s)", + "ban": "Ban", + "ban-users": "Ban User(s)", "temp-ban": "Ban User(s) Temporarily", "unban": "Unban User(s)", "reset-lockout": "Reset Lockout", "reset-flags": "Reset Flags", - "delete": "Delete User(s)", + "delete": "Delete", + "delete-users": "Delete User(s)", "delete-content": "Delete User(s) Content", "purge": "Delete User(s) and Content", "download-csv": "Download CSV", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "Ban %1 user(s)", "alerts.unban-success": "User(s) unbanned!", "alerts.lockout-reset-success": "Lockout(s) reset!", + "alerts.password-change-success": "Password(s) changed!", "alerts.flag-reset-success": "Flags(s) reset!", "alerts.no-remove-yourself-admin": "You can't remove yourself as Administrator!", "alerts.make-admin-success": "User is now administrator.", @@ -106,6 +112,7 @@ "alerts.create": "Create User", "alerts.button-create": "Create", "alerts.button-cancel": "Cancel", + "alerts.button-change": "Change", "alerts.error-passwords-different": "Passwords must match!", "alerts.error-x": "Error

%1

", "alerts.create-success": "User created!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "Emails: ", "alerts.email-sent-to": "An invitation email has been sent to %1", "alerts.x-users-found": "%1 user(s) found, (%2 seconds)", + "alerts.select-a-single-user-to-change-email": "Select a single user to change email", "export-users-started": "Exporting users as csv, this might take a while. You will receive a notification when it is complete.", - "export-users-completed": "Users exported as csv, click here to download." + "export-users-completed": "Users exported as csv, click here to download.", + "email": "Email", + "password": "Password", + "manage": "Manage" } \ No newline at end of file diff --git a/public/language/id/admin/settings/chat.json b/public/language/id/admin/settings/chat.json index e4946458bd..86360a34ee 100644 --- a/public/language/id/admin/settings/chat.json +++ b/public/language/id/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "Enter 0 to disable this restriction", "chat-settings": "Chat Settings", "disable": "Disable chat", "disable-editing": "Disable chat message editing/deletion", @@ -6,8 +7,10 @@ "max-length": "Maximum length of chat messages", "max-chat-room-name-length": "Maximum length of chat room names", "max-room-size": "Maximum number of users in chat rooms", - "delay": "Time between chat messages in milliseconds", - "notification-delay": "Notification delay for chat messages. (0 for no delay)", - "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable. (0 disabled)", - "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable. (0 disabled)" + "delay": "Time between chat messages (ms)", + "newbieDelay": "... for new users (ms)", + "notification-delay": "Notification delay for chat messages", + "notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.", + "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.", + "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable." } \ No newline at end of file diff --git a/public/language/id/admin/settings/post.json b/public/language/id/admin/settings/post.json index 9dc61afe57..9de7dc76fa 100644 --- a/public/language/id/admin/settings/post.json +++ b/public/language/id/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "Title Length", "restrictions.post-length": "Post Length", "restrictions.days-until-stale": "Days until topic is considered stale", - "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic.", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "Timestamp", "timestamp.cut-off": "Date cut-off (in days)", "timestamp.cut-off-help": "Dates & times will be shown in a relative manner (e.g. \"3 hours ago\" / \"5 days ago\"), and localised into various\n\t\t\t\t\tlanguages. After a certain point, this text can be switched to display the localised date itself\n\t\t\t\t\t(e.g. 5 Nov 2016 15:30).
(Default: 30, or one month). Set to 0 to always display dates, leave blank to always display relative times.", diff --git a/public/language/id/admin/settings/user.json b/public/language/id/admin/settings/user.json index 368548ba74..816bdfc150 100644 --- a/public/language/id/admin/settings/user.json +++ b/public/language/id/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "Username or Email", "allow-login-with.username": "Username Only", "account-settings": "Account Settings", - "gdpr_enabled": "Enable GDPR consent collection", - "gdpr_enabled_help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", + "gdpr-enabled": "Enable GDPR consent collection", + "gdpr-enabled-help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", "disable-username-changes": "Disable username changes", "disable-email-changes": "Disable email changes", "disable-password-changes": "Disable password changes", diff --git a/public/language/id/category.json b/public/language/id/category.json index b7587d8ef6..6f861ec405 100644 --- a/public/language/id/category.json +++ b/public/language/id/category.json @@ -1,12 +1,12 @@ { "category": "Kategori", "subcategories": "Subkategori", - "new_topic_button": "Topik Baru", + "new-topic-button": "Topik Baru", "guest-login-post": "Masuk untuk memposting", - "no_topics": "Tidak ada topik dikategori ini
Mengapa anda tidak mencoba membuat yang baru?", + "no-topics": "Tidak ada topik dikategori ini
Mengapa anda tidak mencoba membuat yang baru?", "browsing": "penjelajahan", - "no_replies": "Belum ada orang yang menjawab", - "no_new_posts": "Tidak ada post terbaru", + "no-replies": "Belum ada orang yang menjawab", + "no-new-posts": "Tidak ada post terbaru", "watch": "mengamati", "ignore": "Abaikan", "watching": "mengamati", diff --git a/public/language/id/email.json b/public/language/id/email.json index 1553bde555..af093a954c 100644 --- a/public/language/id/email.json +++ b/public/language/id/email.json @@ -3,8 +3,8 @@ "password-reset-requested": "Password Reset Requested!", "welcome-to": "Selamat datang di %1", "invite": "Undangan dari %1", - "greeting_no_name": "Hai", - "greeting_with_name": "Hai %1", + "greeting-no-name": "Hai", + "greeting-with-name": "Hai %1", "email.verify-your-email.subject": "Please verify your email", "email.verify.text1": "You've requested that we change or confirm your email address", "email.verify.text2": "For security purposes, we only change or confirm the email address on file once its ownership has been confirmed via email. If you did not request this, no action is required on your part.", @@ -24,11 +24,11 @@ "reset.notify.text2": "Jika ini bukan kehendak anda, silakan segera hubungi administrator.", "digest.unread-rooms": "Unread rooms", "digest.room-name-unreadcount": "%1 (%2 unread)", - "digest.latest_topics": "Topik-topik terbaru dari %1", + "digest.latest-topics": "Topik-topik terbaru dari %1", "digest.top-topics": "Top topics from %1", "digest.popular-topics": "Popular topics from %1", "digest.cta": "Klik di sini untuk mengunjungi %1", - "digest.unsub.info": "Sesuai pengaturan langganan anda, maka ringkasan ini di kirimkan untuk anda ", + "digest.unsub.info": "Sesuai pengaturan langganan anda, maka ringkasan ini di kirimkan untuk anda", "digest.day": "day", "digest.week": "week", "digest.month": "month", @@ -36,8 +36,8 @@ "digest.title.day": "Your Daily Digest", "digest.title.week": "Your Weekly Digest", "digest.title.month": "Your Monthly Digest", - "notif.chat.subject": "Pesan yang baru diterima dari %1", - "notif.chat.public-chat-subject": "New message from %1 in room %2", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "Klik di sini untuk melanjutkan percakapan", "notif.chat.unsub.info": "Sesuai pengaturan langganan anda, notifikasi obrolan ini dikirmkan kepada anda", "notif.post.unsub.info": "This post notification was sent to you due to your subscription settings.", diff --git a/public/language/id/error.json b/public/language/id/error.json index 819d1cb193..13cd16a448 100644 --- a/public/language/id/error.json +++ b/public/language/id/error.json @@ -151,7 +151,7 @@ "signature-too-long": "Sorry, your signature cannot be longer than %1 character(s).", "about-me-too-long": "Sorry, your about me cannot be longer than %1 character(s).", "cant-chat-with-yourself": "Kamu tidak dapat chat dengan akun sendiri", - "chat-restricted": "Pengguna ini telah membatasi percakapa mereka. Mereka harus mengikutimu sebelum kamu dapat melakukan percakapan dengan mereka ", + "chat-restricted": "Pengguna ini telah membatasi percakapa mereka. Mereka harus mengikutimu sebelum kamu dapat melakukan percakapan dengan mereka", "chat-disabled": "Chat system disabled", "too-many-messages": "You have sent too many messages, please wait awhile.", "invalid-chat-message": "Invalid chat message", @@ -184,6 +184,7 @@ "post-flagged-too-many-times": "This post has been flagged by others already", "user-flagged-too-many-times": "This user has been flagged by others already", "cant-flag-privileged": "You are not allowed to flag the profiles or content of privileged users (moderators/global moderators/admins)", + "cant-locate-flag-report": "Cannot locate flag report", "self-vote": "You cannot vote on your own post", "too-many-upvotes-today": "You can only upvote %1 times a day", "too-many-upvotes-today-user": "You can only upvote a user %1 times a day", diff --git a/public/language/id/flags.json b/public/language/id/flags.json index f12aaae53d..996e027833 100644 --- a/public/language/id/flags.json +++ b/public/language/id/flags.json @@ -1,5 +1,6 @@ { "state": "State", + "report": "Report", "reports": "Reports", "first-reported": "First Reported", "no-flags": "Hooray! No flags found.", @@ -8,6 +9,8 @@ "update": "Update", "updated": "Updated", "resolved": "Resolved", + "report-added": "Added", + "report-rescinded": "Rescinded", "target-purged": "The content this flag referred to has been purged and is no longer available.", "target-aboutme-empty": "This user has no "About Me" set.", diff --git a/public/language/id/global.json b/public/language/id/global.json index df956b8264..98574983ee 100644 --- a/public/language/id/global.json +++ b/public/language/id/global.json @@ -13,19 +13,19 @@ "400.message": "It looks like this link is malformed, please double-check and try again.
Return to the home page.
", "register": "Daftar", "login": "Login", - "please_log_in": "Silakan Log In", + "please-log-in": "Silakan Log In", "logout": "Logout", - "posting_restriction_info": "Posting hanya boleh dilakukan oleh pengguna terdaftar, klik disini untuk log in.", - "welcome_back": "Selamat Datang Kembali", - "you_have_successfully_logged_in": "Kamu sudah login", - "save_changes": "Menyimpan perubahan", + "posting-restriction-info": "Posting hanya boleh dilakukan oleh pengguna terdaftar, klik disini untuk log in.", + "welcome-back": "Selamat Datang Kembali", + "you-have-successfully-logged-in": "Kamu sudah login", + "save-changes": "Menyimpan perubahan", "save": "Save", "create": "Create", "cancel": "Cancel", "close": "Tutup", "pagination": "Halaman", - "pagination.out_of": "%1 dari %2", - "pagination.enter_index": "Go to post index", + "pagination.out-of": "%1 dari %2", + "pagination.enter-index": "Go to post index", "header.admin": "Admin", "header.categories": "Kategori", "header.recent": "Terbaru", @@ -80,25 +80,25 @@ "lastpost": "Last post", "firstpost": "First post", "about": "About", - "read_more": "selengkapnya", + "read-more": "selengkapnya", "more": "Lebih banyak", "none": "None", - "posted_ago_by_guest": "dibuat %1 oleh Guest", - "posted_ago_by": "dibuat %1 oleh %2", - "posted_ago": "dibuat %1", - "posted_in": "posted in %1", - "posted_in_by": "posted in %1 by %2", - "posted_in_ago": "dibuat di %1 %2", - "posted_in_ago_by": "dibuat di %1 %2 oleh %3", - "user_posted_ago": "Dibuat oleh %1 %2", - "guest_posted_ago": "Dibuat oleh Tamu %1", - "last_edited_by": "last edited by %1", + "posted-ago-by-guest": "dibuat %1 oleh Guest", + "posted-ago-by": "dibuat %1 oleh %2", + "posted-ago": "dibuat %1", + "posted-in": "posted in %1", + "posted-in-by": "posted in %1 by %2", + "posted-in-ago": "dibuat di %1 %2", + "posted-in-ago-by": "dibuat di %1 %2 oleh %3", + "user-posted-ago": "Dibuat oleh %1 %2", + "guest-posted-ago": "Dibuat oleh Tamu %1", + "last-edited-by": "last edited by %1", "edited-timestamp": "Edited %1", "norecentposts": "Tidak ada post terbaru", "norecenttopics": "Tidak ada topik terbaru", "recentposts": "Post Terbaru", "recentips": "Beberapa IP yang digunakan untuk login baru-baru ini", - "moderator_tools": "Moderator Tools", + "moderator-tools": "Moderator Tools", "status": "Status", "online": "Online", "away": "Tidak Ditempat", @@ -109,7 +109,7 @@ "language": "Bahasa", "guest": "Tamu", "guests": "Tamu", - "former_user": "A Former User", + "former-user": "A Former User", "system-user": "System", "unknown-user": "Unknown user", "updated.title": "Forum telah diupdate", @@ -117,12 +117,12 @@ "privacy": "Privasi", "follow": "Follow", "unfollow": "Unfollow", - "delete_all": "Hapus Semua", + "delete-all": "Hapus Semua", "map": "Map", "sessions": "Login Sessions", - "ip_address": "IP Address", - "enter_page_number": "Enter page number", - "upload_file": "Upload file", + "ip-address": "IP Address", + "enter-page-number": "Enter page number", + "upload-file": "Upload file", "upload": "Upload", "uploads": "Uploads", "allowed-file-types": "Allowed file types are %1", @@ -131,7 +131,7 @@ "play": "Play", "cookies.message": "This website uses cookies to ensure you get the best experience on our website.", "cookies.accept": "Got it!", - "cookies.learn_more": "Learn More", + "cookies.learn-more": "Learn More", "edited": "Edited", "disabled": "Disabled", "select": "Select", diff --git a/public/language/id/groups.json b/public/language/id/groups.json index 5bdeb3b22f..a41330ca20 100644 --- a/public/language/id/groups.json +++ b/public/language/id/groups.json @@ -2,65 +2,65 @@ "all-groups": "All groups", "groups": "Grup", "members": "Members", - "view_group": "Tampilkan Grup", + "view-group": "Tampilkan Grup", "owner": "Group Owner", - "new_group": "Create New Group", - "no_groups_found": "There are no groups to see", + "new-group": "Create New Group", + "no-groups-found": "There are no groups to see", "pending.accept": "Accept", "pending.reject": "Reject", - "pending.accept_all": "Accept All", - "pending.reject_all": "Reject All", + "pending.accept-all": "Accept All", + "pending.reject-all": "Reject All", "pending.none": "There are no pending members at this time", "invited.none": "There are no invited members at this time", "invited.uninvite": "Rescind Invitation", "invited.search": "Search for a user to invite to this group", - "invited.notification_title": "You have been invited to join %1", - "request.notification_title": "Group Membership Request from %1", - "request.notification_text": "%1 has requested to become a member of %2", + "invited.notification-title": "You have been invited to join %1", + "request.notification-title": "Group Membership Request from %1", + "request.notification-text": "%1 has requested to become a member of %2", "cover-save": "Save", "cover-saving": "Saving", "details.title": "Rincian Grup", "details.members": "Daftar Anggota", "details.pending": "Pending Members", "details.invited": "Invited Members", - "details.has_no_posts": "Anggota grup ini belum membuat posting satupun.", - "details.latest_posts": "Posting Terkini", + "details.has-no-posts": "Anggota grup ini belum membuat posting satupun.", + "details.latest-posts": "Posting Terkini", "details.private": "Private", "details.disableJoinRequests": "Disable join requests", "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Grant/Rescind Ownership", "details.kick": "Kick", - "details.kick_confirm": "Are you sure you want to remove this member from the group?", + "details.kick-confirm": "Are you sure you want to remove this member from the group?", "details.add-member": "Add Member", - "details.owner_options": "Group Administration", - "details.group_name": "Group Name", - "details.member_count": "Member Count", - "details.creation_date": "Creation Date", + "details.owner-options": "Group Administration", + "details.group-name": "Group Name", + "details.member-count": "Member Count", + "details.creation-date": "Creation Date", "details.description": "Description", "details.member-post-cids": "Category IDs to display posts from", - "details.badge_preview": "Badge Preview", - "details.change_icon": "Change Icon", - "details.change_label_colour": "Change Label Colour", - "details.change_text_colour": "Change Text Colour", - "details.badge_text": "Badge Text", + "details.badge-preview": "Badge Preview", + "details.change-icon": "Change Icon", + "details.change-label-colour": "Change Label Colour", + "details.change-text-colour": "Change Text Colour", + "details.badge-text": "Badge Text", "details.userTitleEnabled": "Show Badge", - "details.private_help": "If enabled, joining of groups requires approval from a group owner", + "details.private-help": "If enabled, joining of groups requires approval from a group owner", "details.hidden": "Hidden", - "details.hidden_help": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", - "details.delete_group": "Delete Group", - "details.private_system_help": "Private groups is disabled at system level, this option does not do anything", + "details.hidden-help": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", + "details.delete-group": "Delete Group", + "details.private-system-help": "Private groups is disabled at system level, this option does not do anything", "event.updated": "Group details have been updated", "event.deleted": "The group \"%1\" has been deleted", "membership.accept-invitation": "Accept Invitation", - "membership.accept.notification_title": "You are now a member of %1", + "membership.accept.notification-title": "You are now a member of %1", "membership.invitation-pending": "Invitation Pending", "membership.join-group": "Join Group", "membership.leave-group": "Leave Group", - "membership.leave.notification_title": "%1 has left group %2", + "membership.leave.notification-title": "%1 has left group %2", "membership.reject": "Reject", - "new-group.group_name": "Group Name:", + "new-group.group-name": "Group Name:", "upload-group-cover": "Upload group cover", "bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group", "bulk-invite": "Bulk Invite", - "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" + "remove-group-cover-confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/id/login.json b/public/language/id/login.json index 15c4c5c63a..7436775756 100644 --- a/public/language/id/login.json +++ b/public/language/id/login.json @@ -1,12 +1,12 @@ { "username-email": "Username / Email", "username": "Username", - "remember_me": "Ingin Diingat?", - "forgot_password": "Lupa Password?", - "alternative_logins": "Login Alternatif", - "failed_login_attempt": "Login Tidak Berhasil", - "login_successful": "Kamu telah berhasil login!", - "dont_have_account": "Belum memiliki akun?", + "remember-me": "Ingin Diingat?", + "forgot-password": "Lupa Password?", + "alternative-logins": "Login Alternatif", + "failed-login-attempt": "Login Tidak Berhasil", + "login-successful": "Kamu telah berhasil login!", + "dont-have-account": "Belum memiliki akun?", "logged-out-due-to-inactivity": "Anda sekarang sudah keluar dari Panel Kontrol Admin karena tidak aktif", "caps-lock-enabled": "Caps Lock is enabled" } \ No newline at end of file diff --git a/public/language/id/modules.json b/public/language/id/modules.json index 54822b0200..b027ef70c1 100644 --- a/public/language/id/modules.json +++ b/public/language/id/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "Room %1", - "chat.chatting_with": "Berbincang dengan", + "chat.chatting-with": "Berbincang dengan", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Go to most recent message", @@ -8,12 +8,15 @@ "chat.chat-with-usernames": "Chat with %1", "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Kirim", - "chat.no_active": "Kamu tidak memiliki percakapan yang aktif.", - "chat.user_typing": "%1 sedang menulis ...", - "chat.user_has_messaged_you": "%1 telah mengirimkan pesan untukmu.", + "chat.no-active": "Kamu tidak memiliki percakapan yang aktif.", + "chat.user-typing-1": "%1 is typing ...", + "chat.user-typing-2": "%1 and %2 are typing ...", + "chat.user-typing-3": "%1, %2 and %3 are typing ...", + "chat.user-typing-n": "%1, %2 and %3 others are typing ...", + "chat.user-has-messaged-you": "%1 telah mengirimkan pesan untukmu.", "chat.replying-to": "Replying to %1", - "chat.see_all": "All chats", - "chat.mark_all_read": "Mark all read", + "chat.see-all": "All chats", + "chat.mark-all-read": "Mark all read", "chat.no-messages": "Mohon pilih satu penerima untuk melihat riwayat pesan percakapan", "chat.no-users-in-room": "No users in this room", "chat.recent-chats": "Percakapan terbaru", @@ -24,12 +27,16 @@ "chat.pop-out": "Munculkan pesan", "chat.minimize": "Minimize", "chat.maximize": "Maksimalkan", - "chat.seven_days": "7 Hari", - "chat.thirty_days": "30 Hari", - "chat.three_months": "3 Bulan", - "chat.delete_message_confirm": "Are you sure you wish to delete this message?", + "chat.seven-days": "7 Hari", + "chat.thirty-days": "30 Hari", + "chat.three-months": "3 Bulan", + "chat.delete-message-confirm": "Are you sure you wish to delete this message?", "chat.retrieving-users": "Retrieving users...", "chat.view-users-list": "View users list", + "chat.pinned-messages": "Pinned Messages", + "chat.no-pinned-messages": "There are no pinned messages", + "chat.pin-message": "Pin Message", + "chat.unpin-message": "Unpin Message", "chat.public-rooms": "Public Rooms (%1)", "chat.private-rooms": "Private Rooms (%1)", "chat.create-room": "Create Chat Room", @@ -67,17 +74,24 @@ "chat.system.user-leave": "%1 has left the room ", "chat.system.room-rename": "%2 has renamed this room to \"%1\" ", "composer.compose": "Compose", - "composer.show_preview": "Show Preview", - "composer.hide_preview": "Hide Preview", + "composer.show-preview": "Show Preview", + "composer.hide-preview": "Hide Preview", "composer.help": "Help", - "composer.user_said_in": "%1 berkata di %2: ", - "composer.user_said": "%1 berkata:", + "composer.user-said-in": "%1 berkata di %2:", + "composer.user-said": "%1 berkata:", "composer.discard": "Kamu yakin akan membuang posting ini?", - "composer.submit_and_lock": "Submit and Lock", - "composer.toggle_dropdown": "Toggle Dropdown", + "composer.submit-and-lock": "Submit and Lock", + "composer.toggle-dropdown": "Toggle Dropdown", "composer.uploading": "Uploading %1", "composer.formatting.bold": "Bold", "composer.formatting.italic": "Italic", + "composer.formatting.heading": "Heading", + "composer.formatting.heading1": "Heading 1", + "composer.formatting.heading2": "Heading 2", + "composer.formatting.heading3": "Heading 3", + "composer.formatting.heading4": "Heading 4", + "composer.formatting.heading5": "Heading 5", + "composer.formatting.heading6": "Heading 6", "composer.formatting.list": "List", "composer.formatting.strikethrough": "Strikethrough", "composer.formatting.code": "Code", @@ -85,9 +99,10 @@ "composer.formatting.picture": "Image Link", "composer.upload-picture": "Upload Image", "composer.upload-file": "Upload File", - "composer.zen_mode": "Zen Mode", - "composer.select_category": "Select a category", + "composer.zen-mode": "Zen Mode", + "composer.select-category": "Select a category", "composer.textarea.placeholder": "Enter your post content here, drag and drop images", + "composer.post-queue-alert": "Hello👋!
This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.", "composer.schedule-for": "Schedule topic for", "composer.schedule-date": "Date", "composer.schedule-time": "Time", @@ -102,8 +117,8 @@ "bootbox.confirm": "Confirm", "bootbox.submit": "Submit", "bootbox.send": "Send", - "cover.dragging_title": "Cover Photo Positioning", - "cover.dragging_message": "Drag the cover photo to the desired position and click \"Save\"", + "cover.dragging-title": "Cover Photo Positioning", + "cover.dragging-message": "Drag the cover photo to the desired position and click \"Save\"", "cover.saved": "Cover photo image and position saved", "thumbs.modal.title": "Manage topic thumbnails", "thumbs.modal.no-thumbs": "No thumbnails found.", diff --git a/public/language/id/notifications.json b/public/language/id/notifications.json index f103ddcd9c..7c5955b077 100644 --- a/public/language/id/notifications.json +++ b/public/language/id/notifications.json @@ -1,59 +1,68 @@ { "title": "Pemberitahuan", - "no_notifs": "Kamu tidak memiliki pemberitahuan baru", - "see_all": "All notifications", - "mark_all_read": "Mark all read", - "back_to_home": "Kembali ke %1", - "outgoing_link": "Tautan Keluar", - "outgoing_link_message": "Kamu telah meninggalkan %1", - "continue_to": "Lanjut ke %1", - "return_to": "Kembali ke %1", - "new_notification": "Anda memiliki notifikasi baru", - "you_have_unread_notifications": "Kamu memiliki pemberitahuan yang belum dibaca.", + "no-notifs": "Kamu tidak memiliki pemberitahuan baru", + "see-all": "All notifications", + "mark-all-read": "Mark all read", + "back-to-home": "Kembali ke %1", + "outgoing-link": "Tautan Keluar", + "outgoing-link-message": "Kamu telah meninggalkan %1", + "continue-to": "Lanjut ke %1", + "return-to": "Kembali ke %1", + "new-notification": "Anda memiliki notifikasi baru", + "you-have-unread-notifications": "Kamu memiliki pemberitahuan yang belum dibaca.", "all": "All", "topics": "Topics", + "tags": "Tags", "replies": "Replies", "chat": "Chats", "group-chat": "Group Chats", "public-chat": "Public Chats", "follows": "Follows", "upvote": "Upvotes", + "awards": "Awards", "new-flags": "New Flags", "my-flags": "Flags assigned to me", "bans": "Bans", - "new_message_from": "Pesan baru dari %1", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1 telah melakukan upvote untuk posting kamu di %2.", - "upvoted_your_post_in_dual": "%1 and %2 have upvoted your post in %3.", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "%1 has moved your post to %2", - "moved_your_topic": "%1 has moved %2", - "user_flagged_post_in": "%1 menandai sebuah posting di %2", - "user_flagged_post_in_dual": "%1 and %2 flagged a post in %3", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1 flagged a user profile (%2)", - "user_flagged_user_dual": "%1 and %2 flagged a user profile (%3)", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "%1 telah mengirim sebuah balasan kepada: %2", - "user_posted_to_dual": "%1 and %2 have posted replies to: %3", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1 telah membuat topik baru: %2", - "user_edited_post": "%1 has edited a post in %2", - "user_started_following_you": "%1 mulai mengikutimu.", - "user_started_following_you_dual": "%1 and %2 started following you.", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1 mengirim permintaan registrasi.", - "new_register_multiple": "There are %1 registration requests awaiting review.", - "flag_assigned_to_you": "Flag %1 has been assigned to you", - "post_awaiting_review": "Post awaiting review", + "new-message-from": "Pesan baru dari %1", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 wrote in %3", + "user-posted-in-public-room-dual": "%1 and %2 wrote in %4", + "user-posted-in-public-room-triple": "%1, %2 and %3 wrote in %5", + "user-posted-in-public-room-multiple": "%1, %2 and %3 others wrote in %5", + "upvoted-your-post-in": "%1 telah melakukan upvote untuk posting kamu di %2.", + "upvoted-your-post-in-dual": "%1 and %2 have upvoted your post in %3.", + "upvoted-your-post-in-triple": "%1, %2 and %3 have upvoted your post in %4.", + "upvoted-your-post-in-multiple": "%1, %2 and %3 others have upvoted your post in %4.", + "moved-your-post": "%1 has moved your post to %2", + "moved-your-topic": "%1 has moved %2", + "user-flagged-post-in": "%1 menandai sebuah posting di %2", + "user-flagged-post-in-dual": "%1 and %2 flagged a post in %3", + "user-flagged-post-in-triple": "%1, %2 and %3 flagged a post in %4", + "user-flagged-post-in-multiple": "%1, %2 and %3 others flagged a post in %4", + "user-flagged-user": "%1 flagged a user profile (%2)", + "user-flagged-user-dual": "%1 and %2 flagged a user profile (%3)", + "user-flagged-user-triple": "%1, %2 and %3 flagged a user profile (%4)", + "user-flagged-user-multiple": "%1, %2 and %3 others flagged a user profile (%4)", + "user-posted-to": "%1 telah mengirim sebuah balasan kepada: %2", + "user-posted-to-dual": "%1 and %2 have posted replies to: %3", + "user-posted-to-triple": "%1, %2 and %3 have posted replies to: %4", + "user-posted-to-multiple": "%1, %2 and %3 others have posted replies to: %4", + "user-posted-topic": "%1 telah membuat topik baru: %2", + "user-edited-post": "%1 has edited a post in %2", + "user-posted-topic-with-tag": "%1 has posted a new topic with tag %2", + "user-posted-topic-with-tag-dual": "%1 has posted a new topic with tags %2 and %3", + "user-posted-topic-with-tag-triple": "%1 has posted a new topic with tags %2, %3 and %4", + "user-posted-topic-with-tag-multiple": "%1 has posted a new topic with tags %2", + "user-started-following-you": "%1 mulai mengikutimu.", + "user-started-following-you-dual": "%1 and %2 started following you.", + "user-started-following-you-triple": "%1, %2 and %3 started following you.", + "user-started-following-you-multiple": "%1, %2 and %3 others started following you.", + "new-register": "%1 mengirim permintaan registrasi.", + "new-register-multiple": "There are %1 registration requests awaiting review.", + "flag-assigned-to-you": "Flag %1 has been assigned to you", + "post-awaiting-review": "Post awaiting review", "profile-exported": "%1 profile exported, click to download", "posts-exported": "%1 posts exported, click to download", "uploads-exported": "%1 uploads exported, click to download", @@ -66,22 +75,24 @@ "email-confirm-error-message": "Terjadi masalah saat melakukan validasi emailmu. Mungkin terjadi kesalahan kode atau waktu habis.", "email-confirm-sent": "Email konfirmasi telah dikirim.", "none": "None", - "notification_only": "Notification Only", - "email_only": "Email Only", - "notification_and_email": "Notification & Email", - "notificationType_upvote": "When someone upvotes your post", - "notificationType_new-topic": "When someone you follow posts a topic", - "notificationType_new-reply": "When a new reply is posted in a topic you are watching", - "notificationType_post-edit": "When a post is edited in a topic you are watching", - "notificationType_follow": "When someone starts following you", - "notificationType_new-chat": "When you receive a chat message", - "notificationType_new-group-chat": "When you receive a group chat message", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "When you receive a group invite", - "notificationType_group-leave": "When a user leaves your group", - "notificationType_group-request-membership": "When someone requests to join a group you own", - "notificationType_new-register": "When someone gets added to registration queue", - "notificationType_post-queue": "When a new post is queued", - "notificationType_new-post-flag": "When a post is flagged", - "notificationType_new-user-flag": "When a user is flagged" + "notification-only": "Notification Only", + "email-only": "Email Only", + "notification-and-email": "Notification & Email", + "notificationType-upvote": "When someone upvotes your post", + "notificationType-new-topic": "When someone you follow posts a topic", + "notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow", + "notificationType-new-reply": "When a new reply is posted in a topic you are watching", + "notificationType-post-edit": "When a post is edited in a topic you are watching", + "notificationType-follow": "When someone starts following you", + "notificationType-new-chat": "When you receive a chat message", + "notificationType-new-group-chat": "When you receive a group chat message", + "notificationType-new-public-chat": "When you receive a public group chat message", + "notificationType-group-invite": "When you receive a group invite", + "notificationType-group-leave": "When a user leaves your group", + "notificationType-group-request-membership": "When someone requests to join a group you own", + "notificationType-new-register": "When someone gets added to registration queue", + "notificationType-post-queue": "When a new post is queued", + "notificationType-new-post-flag": "When a post is flagged", + "notificationType-new-user-flag": "When a user is flagged", + "notificationType-new-reward": "When you earn a new reward" } \ No newline at end of file diff --git a/public/language/id/pages.json b/public/language/id/pages.json index c1ed0e5bd6..8ba312a802 100644 --- a/public/language/id/pages.json +++ b/public/language/id/pages.json @@ -47,7 +47,8 @@ "account/latest-posts": "Latest posts made by %1", "account/topics": "Topics created by %1", "account/groups": "%1's Groups", - "account/watched_categories": "%1's Watched Categories", + "account/watched-categories": "%1's Watched Categories", + "account/watched-tags": "%1's Watched Tags", "account/bookmarks": "%1's Bookmarked Posts", "account/settings": "User Settings", "account/settings-of": "Changing settings of %1", diff --git a/public/language/id/recent.json b/public/language/id/recent.json index fc0ec3fc94..550135fc20 100644 --- a/public/language/id/recent.json +++ b/public/language/id/recent.json @@ -5,7 +5,7 @@ "month": "Bulan", "year": "Tahun", "alltime": "Sepanjang Waktu", - "no_recent_topics": "Tidak ada topik terbaru.", - "no_popular_topics": "There are no popular topics.", + "no-recent-topics": "Tidak ada topik terbaru.", + "no-popular-topics": "There are no popular topics.", "load-new-posts": "Load new posts" } \ No newline at end of file diff --git a/public/language/id/register.json b/public/language/id/register.json index 31fb0e66a0..e5b9fbcb04 100644 --- a/public/language/id/register.json +++ b/public/language/id/register.json @@ -1,32 +1,32 @@ { "register": "Daftar", "already-have-account": "Already have an account?", - "cancel_registration": "Cancel Registration", + "cancel-registration": "Cancel Registration", "help.email": "Secara default, emailmu akan disembunyikan dari publik.", - "help.username_restrictions": "Nama Pengguna yang unik antara %1 dan %2 karakter. Pengguna lain dapat menyebutmu dengan menggunakan @nama pengguna.", - "help.minimum_password_length": "Panjang password harus setidaknya %1 karakter.", - "email_address": "Alamat Email", - "email_address_placeholder": "Masukkan Alamat Email", + "help.username-restrictions": "Nama Pengguna yang unik antara %1 dan %2 karakter. Pengguna lain dapat menyebutmu dengan menggunakan @nama pengguna.", + "help.minimum-password-length": "Panjang password harus setidaknya %1 karakter.", + "email-address": "Alamat Email", + "email-address-placeholder": "Masukkan Alamat Email", "username": "Nama Pengguna", - "username_placeholder": "Masukkan Nama Pengguna", + "username-placeholder": "Masukkan Nama Pengguna", "password": "Kata Sandi", - "password_placeholder": "Masukkan Kata Sandi", - "confirm_password": "Konfirmasi Kata Sandi", - "confirm_password_placeholder": "Konfirmasi Kata Sandi", - "register_now_button": "Daftar Sekarang", - "alternative_registration": "Pendaftaran Alternatif", - "terms_of_use": "Aturan Penggunaan", - "agree_to_terms_of_use": "Saya menyetujui Aturan Penggunaan", - "terms_of_use_error": "You must agree to the Terms of Use", + "password-placeholder": "Masukkan Kata Sandi", + "confirm-password": "Konfirmasi Kata Sandi", + "confirm-password-placeholder": "Konfirmasi Kata Sandi", + "register-now-button": "Daftar Sekarang", + "alternative-registration": "Pendaftaran Alternatif", + "terms-of-use": "Aturan Penggunaan", + "agree-to-terms-of-use": "Saya menyetujui Aturan Penggunaan", + "terms-of-use-error": "You must agree to the Terms of Use", "registration-added-to-queue": "Pendaftaranmu telah ditambahkan dalam daftar persetujuan. Kamu akan menerima email ketika pendaftaranmu disetujui oleh administrator.", "registration-queue-average-time": "Our average time for approving memberships is %1 hours %2 minutes.", "registration-queue-auto-approve-time": "Your membership to this forum will be fully activated in up to %1 hours.", "interstitial.intro": "We'd like some additional information in order to update your account…", "interstitial.intro-new": "We'd like some additional information before we can create your account…", "interstitial.errors-found": "Please review the entered information:", - "gdpr_agree_data": "I consent to the collection and processing of my personal information on this website.", - "gdpr_agree_email": "I consent to receive digest and notification emails from this website.", - "gdpr_consent_denied": "You must give consent to this site to collect/process your information, and to send you emails.", + "gdpr-agree-data": "I consent to the collection and processing of my personal information on this website.", + "gdpr-agree-email": "I consent to receive digest and notification emails from this website.", + "gdpr-consent-denied": "You must give consent to this site to collect/process your information, and to send you emails.", "invite.error-admin-only": "Direct user registration has been disabled. Please contact an administrator for more details.", "invite.error-invite-only": "Direct user registration has been disabled. You must be invited by an existing user in order to access this forum.", "invite.error-invalid-data": "The registration data received does not correspond to our records. Please contact an administrator for more details" diff --git a/public/language/id/reset_password.json b/public/language/id/reset_password.json index cf5831b3a0..3258418d20 100644 --- a/public/language/id/reset_password.json +++ b/public/language/id/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "Atur Ulang Kata Sandi", - "update_password": "Perbarui Kata Sandi", - "password_changed.title": "Kata Sandi telah Diganti", - "password_changed.message": "

Kata Sandi berhasil diatur ulang, silakan login kembali.", - "wrong_reset_code.title": "Kode Pengaturan Ulang Salah", - "wrong_reset_code.message": "Kode pengaturan ulang salah. Silakan coba lagi, atauminta kode pengaturan ulang baru.", - "new_password": "Kata Sandi Baru", - "repeat_password": "Konfirmasi Kata Sandi", - "changing_password": "Changing Password", - "enter_email": "Mohon masukkan alamat emailmu dan kami akan mengirimkan mu sebuah email dengan instruksi mengenai cara pengaturan ulang akunmu.", - "enter_email_address": "Masukkan Alamat Email", - "password_reset_sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", - "invalid_email": "Email Salah / Email tidak ada!", - "password_too_short": "Password terlalu pendek, silahkan pilih password lain.", - "passwords_do_not_match": "Kedua password yang kamu masukkan tidak sama.", - "password_expired": "Password kamu sudah expired, silahkan masukkan password baru" + "reset-password": "Atur Ulang Kata Sandi", + "update-password": "Perbarui Kata Sandi", + "password-changed.title": "Kata Sandi telah Diganti", + "password-changed.message": "

Kata Sandi berhasil diatur ulang, silakan login kembali.", + "wrong-reset-code.title": "Kode Pengaturan Ulang Salah", + "wrong-reset-code.message": "Kode pengaturan ulang salah. Silakan coba lagi, atauminta kode pengaturan ulang baru.", + "new-password": "Kata Sandi Baru", + "repeat-password": "Konfirmasi Kata Sandi", + "changing-password": "Changing Password", + "enter-email": "Mohon masukkan alamat emailmu dan kami akan mengirimkan mu sebuah email dengan instruksi mengenai cara pengaturan ulang akunmu.", + "enter-email-address": "Masukkan Alamat Email", + "password-reset-sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", + "invalid-email": "Email Salah / Email tidak ada!", + "password-too-short": "Password terlalu pendek, silahkan pilih password lain.", + "passwords-do-not-match": "Kedua password yang kamu masukkan tidak sama.", + "password-expired": "Password kamu sudah expired, silahkan masukkan password baru" } \ No newline at end of file diff --git a/public/language/id/rewards.json b/public/language/id/rewards.json new file mode 100644 index 0000000000..f923cf1500 --- /dev/null +++ b/public/language/id/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "You have been awarded %1 reputation", + "awarded-group-membership": "You have been added to the group %1", + + "essentials/user.reputation-conditional-value": "(Reputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Post Count %1 %2)", + "essentials/user.lastonline-conditional-value": "(Last Online %1 %2)", + "essentials/user.joindate-conditional-value": "(Join Date %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Days Registered %1 %2)" +} \ No newline at end of file diff --git a/public/language/id/search.json b/public/language/id/search.json index b4e785c1b7..c0e138e4ba 100644 --- a/public/language/id/search.json +++ b/public/language/id/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Type to search", - "results_matching": "%1 hasil yang sesuai dengan \"%2\", (%3 detik)", + "results-matching": "%1 hasil yang sesuai dengan \"%2\", (%3 detik)", "no-matches": "No matches found", "advanced-search": "Pencarian Lanjut", "in": "Dalam", diff --git a/public/language/id/tags.json b/public/language/id/tags.json index b94b98d201..70503a7427 100644 --- a/public/language/id/tags.json +++ b/public/language/id/tags.json @@ -1,11 +1,17 @@ { "all-tags": "All tags", - "no_tag_topics": "Tidak ada topik dengan tag ini.", + "no-tag-topics": "Tidak ada topik dengan tag ini.", "no-tags-found": "No tags found", "tags": "Tag", - "enter_tags_here": "Enter tags here, between %1 and %2 characters each.", - "enter_tags_here_short": "Masukkan tag...", - "no_tags": "Belum ada tag.", - "select_tags": "Select Tags", - "tag-whitelist": "Tag Whitelist" + "enter-tags-here": "Enter tags here, between %1 and %2 characters each.", + "enter-tags-here-short": "Masukkan tag...", + "no-tags": "Belum ada tag.", + "select-tags": "Select Tags", + "tag-whitelist": "Tag Whitelist", + "watching": "Watching", + "not-watching": "Not Watching", + "watching.description": "Notify me of new topics.", + "not-watching.description": "Do not notify me of new topics.", + "following-tag.message": "You will now be receiving notifications when somebody posts a topic with this tag.", + "not-following-tag.message": "You will not receive notifications when somebody posts a topic with this tag." } \ No newline at end of file diff --git a/public/language/id/themes/harmony.json b/public/language/id/themes/harmony.json index f915155306..5e0a65f946 100644 --- a/public/language/id/themes/harmony.json +++ b/public/language/id/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page", "settings.autohideBottombar": "Auto hide bottom bar", "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down", + "settings.openSidebars": "Open sidebars", "settings.chatModals": "Enable chat modals" } \ No newline at end of file diff --git a/public/language/id/top.json b/public/language/id/top.json index b8a05bfa5f..6e1e05674e 100644 --- a/public/language/id/top.json +++ b/public/language/id/top.json @@ -1,4 +1,4 @@ { "title": "Top", - "no_top_topics": "No top topics" + "no-top-topics": "No top topics" } \ No newline at end of file diff --git a/public/language/id/topic.json b/public/language/id/topic.json index 7e4401d006..59814de6e0 100644 --- a/public/language/id/topic.json +++ b/public/language/id/topic.json @@ -1,20 +1,20 @@ { "topic": "Topik", "title": "Title", - "no_topics_found": "Topik tidak ditemukan!", - "no_posts_found": "Tidak ada posting yang ditemukan!", - "post_is_deleted": "Posting ini telah dihapus!", - "topic_is_deleted": "Topik terhapus!", + "no-topics-found": "Topik tidak ditemukan!", + "no-posts-found": "Tidak ada posting yang ditemukan!", + "post-is-deleted": "Posting ini telah dihapus!", + "topic-is-deleted": "Topik terhapus!", "profile": "Profil", - "posted_by": "Dibuat oleh %1", - "posted_by_guest": "Dibuat oleh Tamu", + "posted-by": "Dibuat oleh %1", + "posted-by-guest": "Dibuat oleh Tamu", "chat": "Percakapan", - "notify_me": "Beritahukan balasan baru untuk topik ini", + "notify-me": "Beritahukan balasan baru untuk topik ini", "quote": "Kutip", "reply": "Balas", - "replies_to_this_post": "%1 Replies", - "one_reply_to_this_post": "1 Reply", - "last_reply_time": "Last reply", + "replies-to-this-post": "%1 Replies", + "one-reply-to-this-post": "1 Reply", + "last-reply-time": "Last reply", "reply-as-topic": "Reply as topic", "guest-login-reply": "Log in untuk membalas", "login-to-view": "🔒 Log in to view", @@ -64,129 +64,130 @@ "user-referenced-topic-on": "%1 referenced this topic on %3", "user-forked-topic-ago": "%1 forked this topic %3", "user-forked-topic-on": "%1 forked this topic on %3", - "bookmark_instructions": "Klik di sini untuk kembali ke posting yang terakhir kali dibaca pada topik ini.", + "bookmark-instructions": "Klik di sini untuk kembali ke posting yang terakhir kali dibaca pada topik ini.", "flag-post": "Flag this post", "flag-user": "Flag this user", "already-flagged": "Already Flagged", "view-flag-report": "View Flag Report", "resolve-flag": "Resolve Flag", - "merged_message": "This topic has been merged into %2", - "deleted_message": "Topik ini telah dihapus. Hanya pengguna dengan hak manajemen topik yang dapat melihatnya.", - "following_topic.message": "Saat ini kamu akan menerima pemberitahuan saat seseorang membuat posting di dalam topik ini.", - "not_following_topic.message": "Anda akan melihat topik ini di daftar topik yang belum dibaca, tetapi Anda tidak akan menerima pemberitahuan ketika seseorang memposting ke topik ini.", - "ignoring_topic.message": "You will no longer see this topic in the unread topics list. You will be notified when you are mentioned or your post is up voted.", - "login_to_subscribe": "Daftar atau login untuk berlangganan topik ini.", + "merged-message": "This topic has been merged into %2", + "forked-message": "This topic was forked from %2", + "deleted-message": "Topik ini telah dihapus. Hanya pengguna dengan hak manajemen topik yang dapat melihatnya.", + "following-topic.message": "Saat ini kamu akan menerima pemberitahuan saat seseorang membuat posting di dalam topik ini.", + "not-following-topic.message": "Anda akan melihat topik ini di daftar topik yang belum dibaca, tetapi Anda tidak akan menerima pemberitahuan ketika seseorang memposting ke topik ini.", + "ignoring-topic.message": "You will no longer see this topic in the unread topics list. You will be notified when you are mentioned or your post is up voted.", + "login-to-subscribe": "Daftar atau login untuk berlangganan topik ini.", "markAsUnreadForAll.success": "Topik ditandai Belum Dibaca seluruhnya", - "mark_unread": "Mark unread", - "mark_unread.success": "Topic marked as unread.", + "mark-unread": "Mark unread", + "mark-unread.success": "Topic marked as unread.", "watch": "Pantau", "unwatch": "Batalkan Pantau", "watch.title": "Beritahukan balasan baru untuk topik ini", "unwatch.title": "Berhenti memantau topik ini", - "share_this_post": "Bagikan Posting ini", + "share-this-post": "Bagikan Posting ini", "watching": "Watching", "not-watching": "Not Watching", "ignoring": "Ignoring", "watching.description": "Notify me of new replies.
Show topic in unread.", "not-watching.description": "Do not notify me of new replies.
Show topic in unread if category is not ignored.", "ignoring.description": "Do not notify me of new replies.
Do not show topic in unread.", - "thread_tools.title": "Perangkat Topik", - "thread_tools.markAsUnreadForAll": "Tandai Belum Dibaca Untuk Semua", - "thread_tools.pin": "Tempel Topik", - "thread_tools.unpin": "Copot Topik", - "thread_tools.lock": "Kunci Topik", - "thread_tools.unlock": "Lepas Topik", - "thread_tools.move": "Pindah Topik", - "thread_tools.move-posts": "Move Posts", - "thread_tools.move_all": "Pindah Semua", - "thread_tools.change_owner": "Change Owner", - "thread_tools.select_category": "Select Category", - "thread_tools.fork": "Cabangkan Topik", - "thread_tools.tag": "Tag Topic", - "thread_tools.delete": "Hapus Topik", - "thread_tools.delete-posts": "Delete Posts", - "thread_tools.delete_confirm": "Kamu yakin ingin menghapus topik ini?", - "thread_tools.restore": "Kembalikan Topik", - "thread_tools.restore_confirm": "Kamu yakin ingin mengembalikan topik ini?", - "thread_tools.purge": "Musnahkan Topik", - "thread_tools.purge_confirm": "Kamu yakin ingin memusnahkan topik ini?", - "thread_tools.merge_topics": "Merge Topics", - "thread_tools.merge": "Merge Topic", - "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_undone": "Topic move undone", - "topic_move_posts_success": "Posts will be moved shortly. Click here to undo.", - "topic_move_posts_undone": "Post move undone", - "post_delete_confirm": "Kamu yakin ingin menghapus posting ini?", - "post_restore_confirm": "Kamu yakin ingin mengembalikan posting ini?", - "post_purge_confirm": "Kamu yakin ingin memusnahkan posting ini?", + "thread-tools.title": "Perangkat Topik", + "thread-tools.markAsUnreadForAll": "Tandai Belum Dibaca Untuk Semua", + "thread-tools.pin": "Tempel Topik", + "thread-tools.unpin": "Copot Topik", + "thread-tools.lock": "Kunci Topik", + "thread-tools.unlock": "Lepas Topik", + "thread-tools.move": "Pindah Topik", + "thread-tools.move-posts": "Move Posts", + "thread-tools.move-all": "Pindah Semua", + "thread-tools.change-owner": "Change Owner", + "thread-tools.select-category": "Select Category", + "thread-tools.fork": "Cabangkan Topik", + "thread-tools.tag": "Tag Topic", + "thread-tools.delete": "Hapus Topik", + "thread-tools.delete-posts": "Delete Posts", + "thread-tools.delete-confirm": "Kamu yakin ingin menghapus topik ini?", + "thread-tools.restore": "Kembalikan Topik", + "thread-tools.restore-confirm": "Kamu yakin ingin mengembalikan topik ini?", + "thread-tools.purge": "Musnahkan Topik", + "thread-tools.purge-confirm": "Kamu yakin ingin memusnahkan topik ini?", + "thread-tools.merge-topics": "Merge Topics", + "thread-tools.merge": "Merge Topic", + "topic-move-success": "This topic will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-multiple-success": "These topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-all-success": "All topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-undone": "Topic move undone", + "topic-move-posts-success": "Posts will be moved shortly. Click here to undo.", + "topic-move-posts-undone": "Post move undone", + "post-delete-confirm": "Kamu yakin ingin menghapus posting ini?", + "post-restore-confirm": "Kamu yakin ingin mengembalikan posting ini?", + "post-purge-confirm": "Kamu yakin ingin memusnahkan posting ini?", "pin-modal-expiry": "Expiration Date", "pin-modal-help": "You can optionally set an expiration date for the pinned topic(s) here. Alternatively, you can leave this field blank to have the topic stay pinned until it is manually unpinned.", - "load_categories": "Memuat Kategori", - "confirm_move": "Pindah", - "confirm_fork": "Cabangkan", + "load-categories": "Memuat Kategori", + "confirm-move": "Pindah", + "confirm-fork": "Cabangkan", "bookmark": "Bookmark", "bookmarks": "Bookmarks", - "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.", + "bookmarks.has-no-bookmarks": "You haven't bookmarked any posts yet.", "copy-permalink": "Copy Permalink", - "loading_more_posts": "Memuat Lebih Banyak Posting", - "move_topic": "Pindahkan Topik", - "move_topics": "Pindahkan Beberapa Topik", - "move_post": "Pindahkan Posting", - "post_moved": "Posting dipindahkan!", - "fork_topic": "Cabangkan Topik", + "loading-more-posts": "Memuat Lebih Banyak Posting", + "move-topic": "Pindahkan Topik", + "move-topics": "Pindahkan Beberapa Topik", + "move-post": "Pindahkan Posting", + "post-moved": "Posting dipindahkan!", + "fork-topic": "Cabangkan Topik", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", - "fork_no_pids": "Tidak ada posting yang dipilih!", + "fork-topic-instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", + "fork-no-pids": "Tidak ada posting yang dipilih!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", "x-posts-will-be-moved-to-y": "%1 post(s) will be moved to \"%2\"", - "fork_pid_count": "%1 post(s) selected", - "fork_success": "Topik berhasil dicabangkan! Klik disini untuk menuju topik yang telah dicabangkan.", - "delete_posts_instruction": "Click the posts you want to delete/purge", - "merge_topics_instruction": "Click the topics you want to merge or search for them", + "fork-pid-count": "%1 post(s) selected", + "fork-success": "Topik berhasil dicabangkan! Klik disini untuk menuju topik yang telah dicabangkan.", + "delete-posts-instruction": "Click the posts you want to delete/purge", + "merge-topics-instruction": "Click the topics you want to merge or search for them", "merge-topic-list-title": "List of topics to be merged", "merge-options": "Merge options", "merge-select-main-topic": "Select the main topic", "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", - "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", - "move_topic_instruction": "Select the target category and then click move", - "change_owner_instruction": "Click the posts you want to assign to another user", - "composer.title_placeholder": "Masukkan judul topik di sini...", - "composer.handle_placeholder": "Enter your name/handle here", + "move-posts-instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move-topic-instruction": "Select the target category and then click move", + "change-owner-instruction": "Click the posts you want to assign to another user", + "composer.title-placeholder": "Masukkan judul topik di sini...", + "composer.handle-placeholder": "Enter your name/handle here", "composer.hide": "Hide", "composer.discard": "Buang", "composer.submit": "Kirim", "composer.additional-options": "Additional Options", "composer.post-later": "Post Later", "composer.schedule": "Schedule", - "composer.replying_to": "Membalas ke %1", - "composer.new_topic": "Topik Baru", + "composer.replying-to": "Membalas ke %1", + "composer.new-topic": "Topik Baru", "composer.editing-in": "Editing post in %1", "composer.uploading": "mengunggah...", - "composer.thumb_url_label": "Tempelkan URL gambar mini topik", - "composer.thumb_title": "Tambah gambar mini untuk topik ini", - "composer.thumb_url_placeholder": "http://example.com/thumb.png", - "composer.thumb_file_label": "Atau unggah sebuah berkas", - "composer.thumb_remove": "Hapus kolom", - "composer.drag_and_drop_images": "Geser dan Lepas Gambar di sini", - "more_users_and_guests": "%1 lebuh pengguna dan %2 tamu", - "more_users": "%1 lebih pengguna", - "more_guests": "%1 lebih tamu", - "users_and_others": "%1 dan %2 lainnya", - "sort_by": "Urutkan berdasakan", - "oldest_to_newest": "Terlama ke Terbaru", - "newest_to_oldest": "Terbaru ke Terlama", - "most_votes": "Most Votes", - "most_posts": "Most Posts", - "most_views": "Most Views", + "composer.thumb-url-label": "Tempelkan URL gambar mini topik", + "composer.thumb-title": "Tambah gambar mini untuk topik ini", + "composer.thumb-url-placeholder": "http://example.com/thumb.png", + "composer.thumb-file-label": "Atau unggah sebuah berkas", + "composer.thumb-remove": "Hapus kolom", + "composer.drag-and-drop-images": "Geser dan Lepas Gambar di sini", + "more-users-and-guests": "%1 lebuh pengguna dan %2 tamu", + "more-users": "%1 lebih pengguna", + "more-guests": "%1 lebih tamu", + "users-and-others": "%1 dan %2 lainnya", + "sort-by": "Urutkan berdasakan", + "oldest-to-newest": "Terlama ke Terbaru", + "newest-to-oldest": "Terbaru ke Terlama", + "most-votes": "Most Votes", + "most-posts": "Most Posts", + "most-views": "Most Views", "stale.title": "Create new topic instead?", "stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?", "stale.create": "Create a new topic", - "stale.reply_anyway": "Reply to this topic anyway", - "link_back": "Re: [%1](%2)", + "stale.reply-anyway": "Reply to this topic anyway", + "link-back": "Re: [%1](%2)", "diffs.title": "Post Edit History", "diffs.description": "This post has %1 revisions. Click one of the revisions below to see the post content at that point in time.", "diffs.no-revisions-description": "This post has %1 revisions.", @@ -197,8 +198,8 @@ "diffs.post-restored": "Post successfully restored to earlier revision", "diffs.delete": "Delete this revision", "diffs.deleted": "Revision deleted", - "timeago_later": "%1 later", - "timeago_earlier": "%1 earlier", + "timeago-later": "%1 later", + "timeago-earlier": "%1 earlier", "first-post": "First post", "last-post": "Last post", "go-to-my-next-post": "Go to my next post", diff --git a/public/language/id/unread.json b/public/language/id/unread.json index f89483c163..f7c1655b76 100644 --- a/public/language/id/unread.json +++ b/public/language/id/unread.json @@ -1,12 +1,12 @@ { "title": "Belum Dibaca", - "no_unread_topics": "Tidak ada topik yang belum dibaca.", - "load_more": "Tampilkan Lebih Banyak", - "mark_as_read": "Tandai Sudah Dibaca", + "no-unread-topics": "Tidak ada topik yang belum dibaca.", + "load-more": "Tampilkan Lebih Banyak", + "mark-as-read": "Tandai Sudah Dibaca", "selected": "Terpilih", "all": "Semua", - "all_categories": "Semua Kategori", - "topics_marked_as_read.success": "Topik ditandai sudah dibaca!", + "all-categories": "Semua Kategori", + "topics-marked-as-read.success": "Topik ditandai sudah dibaca!", "all-topics": "All Topics", "new-topics": "New Topics", "watched-topics": "Watched Topics", diff --git a/public/language/id/user.json b/public/language/id/user.json index 5a759613f4..850a2c9dcf 100644 --- a/public/language/id/user.json +++ b/public/language/id/user.json @@ -7,22 +7,22 @@ "joindate": "Join Date", "postcount": "Post Count", "email": "Email", - "confirm_email": "Konfirmasi Email", - "account_info": "Account Info", - "admin_actions_label": "Administrative Actions", - "ban_account": "Ban Account", - "ban_account_confirm": "Do you really want to ban this user?", - "unban_account": "Unban Account", - "mute_account": "Mute Account", - "unmute_account": "Unmute Account", - "delete_account": "Hapus Akun", - "delete_account_as_admin": "Delete Account", - "delete_content": "Delete Account Content", - "delete_all": "Delete Account and Content", - "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", - "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", - "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", - "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "confirm-email": "Konfirmasi Email", + "account-info": "Account Info", + "admin-actions-label": "Administrative Actions", + "ban-account": "Ban Account", + "ban-account-confirm": "Do you really want to ban this user?", + "unban-account": "Unban Account", + "mute-account": "Mute Account", + "unmute-account": "Unmute Account", + "delete-account": "Hapus Akun", + "delete-account-as-admin": "Delete Account", + "delete-content": "Delete Account Content", + "delete-all": "Delete Account and Content", + "delete-account-confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", + "delete-this-account-confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", + "delete-account-content-confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "delete-all-confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", "account-deleted": "Account deleted", "account-content-deleted": "Account content deleted", "fullname": "Nama Lengkap", @@ -32,11 +32,12 @@ "joined": "Tergabung", "lastonline": "Online Terakhir", "profile": "Profil", - "profile_views": "Tampilan profil", + "profile-views": "Tampilan profil", "reputation": "Reputasi", "bookmarks": "Bookmarks", - "watched_categories": "Watched categories", - "change_all": "Change All", + "watched-categories": "Watched categories", + "watched-tags": "Watched tags", + "change-all": "Change All", "watched": "Watched", "ignored": "Ignored", "default-category-watch-state": "Default category watch state", @@ -44,83 +45,84 @@ "following": "Mengikuti", "blocks": "Blocks", "blocked-users": "Blocked users", - "block_toggle": "Toggle Block", - "block_user": "Block User", - "unblock_user": "Unblock User", + "block-toggle": "Toggle Block", + "block-user": "Block User", + "unblock-user": "Unblock User", "aboutme": "About me", "signature": "Tanda Pengenal", "birthday": "Hari Lahir", "chat": "Percakapan", - "chat_with": "Continue chat with %1", - "new_chat_with": "Start new chat with %1", + "chat-with": "Continue chat with %1", + "new-chat-with": "Start new chat with %1", "flag-profile": "Flag Profile", "follow": "Ikuti", "unfollow": "Tinggalkan", "more": "More", - "profile_update_success": "Profil berhasil diperbarui!", - "change_picture": "Ganti Gambar/Foto", - "change_username": "Change Username", - "change_email": "Change Email", - "email_same_as_password": "Please enter your current password to continue – you've entered your new email again", + "profile-update-success": "Profil berhasil diperbarui!", + "change-picture": "Ganti Gambar/Foto", + "change-username": "Change Username", + "change-email": "Change Email", + "email-updated": "Email Updated", + "email-same-as-password": "Please enter your current password to continue – you've entered your new email again", "edit": "Perbarui", "edit-profile": "Edit Profile", - "default_picture": "Default Icon", - "uploaded_picture": "Gambar/Foto yang Diunggah", - "upload_new_picture": "Unggah Gambar/Foto Baru", - "upload_new_picture_from_url": "Unggah Gambar/Foto Baru dari URL", - "current_password": "Kata Sandi Saat Ini", - "new_password": "New Password", - "change_password": "Ganti Kata Sandi", - "change_password_error": "Kata Sandi Salah!", - "change_password_error_wrong_current": "Kata Sandi kamu saat ini salah!", - "change_password_error_match": "Kata Sandi harus sesuai!", - "change_password_error_privileges": "Kamu tidak memiliki hak untuk mengganti kata sandi ini.", - "change_password_success": "Kata Sandi kamu telah diperbarui!", - "confirm_password": "Konfirmasi Kata Sandi", + "default-picture": "Default Icon", + "uploaded-picture": "Gambar/Foto yang Diunggah", + "upload-new-picture": "Unggah Gambar/Foto Baru", + "upload-new-picture-from-url": "Unggah Gambar/Foto Baru dari URL", + "current-password": "Kata Sandi Saat Ini", + "new-password": "New Password", + "change-password": "Ganti Kata Sandi", + "change-password-error": "Kata Sandi Salah!", + "change-password-error-wrong-current": "Kata Sandi kamu saat ini salah!", + "change-password-error-match": "Kata Sandi harus sesuai!", + "change-password-error-privileges": "Kamu tidak memiliki hak untuk mengganti kata sandi ini.", + "change-password-success": "Kata Sandi kamu telah diperbarui!", + "confirm-password": "Konfirmasi Kata Sandi", "password": "Kata Sandi", - "username_taken_workaround": "Nama pengguna yang kamu inginkan telah diambil, jadi kami merubahnya sedikit. Kamu saat ini dikenal sebagai %1", - "password_same_as_username": "Your password is the same as your username, please select another password.", - "password_same_as_email": "Your password is the same as your email, please select another password.", - "weak_password": "Weak password.", - "upload_picture": "Unggah gambar/foto", - "upload_a_picture": "Unggah sebuah gambar/foto", - "remove_uploaded_picture": "Remove Uploaded Picture", - "upload_cover_picture": "Upload cover picture", - "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", - "crop_picture": "Crop picture", - "upload_cropped_picture": "Crop and upload", + "username-taken-workaround": "Nama pengguna yang kamu inginkan telah diambil, jadi kami merubahnya sedikit. Kamu saat ini dikenal sebagai %1", + "password-same-as-username": "Your password is the same as your username, please select another password.", + "password-same-as-email": "Your password is the same as your email, please select another password.", + "weak-password": "Weak password.", + "upload-picture": "Unggah gambar/foto", + "upload-a-picture": "Unggah sebuah gambar/foto", + "remove-uploaded-picture": "Remove Uploaded Picture", + "upload-cover-picture": "Upload cover picture", + "remove-cover-picture-confirm": "Are you sure you want to remove the cover picture?", + "crop-picture": "Crop picture", + "upload-cropped-picture": "Crop and upload", "avatar-background-colour": "Avatar background colour", "settings": "Pengaturan", - "show_email": "Tampilkan Email Saya", - "show_fullname": "Tampilkan Nama Lengkap Saya", - "restrict_chats": "Hanya ijinkan pesan percakapan dari pengguna yang saya ikuti.", - "digest_label": "Berlangganan Digest", - "digest_description": "Berlangganan melalui email untuk forum ini (pemberitahuan baru dan topik) sesuai dengan pengaturan jadwal", - "digest_off": "Off", - "digest_daily": "Harian", - "digest_weekly": "Mingguan", - "digest_biweekly": "Bi-Weekly", - "digest_monthly": "Bulanan", - "has_no_follower": "User ini tidak memiliki pengikut :(", - "follows_no_one": "User ini tidak mengikuti seorangpun :(", - "has_no_posts": "Pengguna ini belum memposting apa pun.", - "has_no_best_posts": "This user does not have any upvoted posts yet.", - "has_no_topics": "Pengguna ini belum memposting topik apa pun.", - "has_no_watched_topics": "This user hasn't watched any topics yet.", - "has_no_ignored_topics": "This user hasn't ignored any topics yet.", - "has_no_upvoted_posts": "This user hasn't upvoted any posts yet.", - "has_no_downvoted_posts": "This user hasn't downvoted any posts yet.", - "has_no_controversial_posts": "This user does not have any downvoted posts yet.", - "has_no_blocks": "You have blocked no users.", - "email_hidden": "Email Disembunyikan", + "show-email": "Tampilkan Email Saya", + "show-fullname": "Tampilkan Nama Lengkap Saya", + "restrict-chats": "Hanya ijinkan pesan percakapan dari pengguna yang saya ikuti.", + "digest-label": "Berlangganan Digest", + "digest-description": "Berlangganan melalui email untuk forum ini (pemberitahuan baru dan topik) sesuai dengan pengaturan jadwal", + "digest-off": "Off", + "digest-daily": "Harian", + "digest-weekly": "Mingguan", + "digest-biweekly": "Bi-Weekly", + "digest-monthly": "Bulanan", + "has-no-follower": "User ini tidak memiliki pengikut :(", + "follows-no-one": "User ini tidak mengikuti seorangpun :(", + "has-no-posts": "Pengguna ini belum memposting apa pun.", + "has-no-best-posts": "This user does not have any upvoted posts yet.", + "has-no-topics": "Pengguna ini belum memposting topik apa pun.", + "has-no-watched-topics": "This user hasn't watched any topics yet.", + "has-no-ignored-topics": "This user hasn't ignored any topics yet.", + "has-no-upvoted-posts": "This user hasn't upvoted any posts yet.", + "has-no-downvoted-posts": "This user hasn't downvoted any posts yet.", + "has-no-controversial-posts": "This user does not have any downvoted posts yet.", + "has-no-blocks": "You have blocked no users.", + "email-hidden": "Email Disembunyikan", "hidden": "disembunyikan", - "paginate_description": "Paginate topik dan post daripada menggunakan infinite scroll", - "topics_per_page": "Topik per Halaman", - "posts_per_page": "Posting per Halaman", + "paginate-description": "Paginate topik dan post daripada menggunakan infinite scroll", + "topics-per-page": "Topik per Halaman", + "posts-per-page": "Posting per Halaman", "category-topic-sort": "Category topic sort", "topic-post-sort": "Topic post sort", - "max_items_per_page": "Maximum %1", - "acp_language": "Admin Page Language", + "max-items-per-page": "Maximum %1", + "acp-language": "Admin Page Language", "notifications": "Notifications", "upvote-notif-freq": "Upvote Notification Frequency", "upvote-notif-freq.all": "All Upvotes", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "On 10, 100, 1000...", "upvote-notif-freq.disabled": "Disabled", "browsing": "Pengaturan Penelusuran", - "open_links_in_new_tab": "Open outgoing links in new tab", - "enable_topic_searching": "Gunakan Pencarian Di dalam Topik", - "topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen", - "update_url_with_post_index": "Update url with post index while browsing topics", - "scroll_to_my_post": "After posting a reply, show the new post", - "follow_topics_you_reply_to": "Watch topics that you reply to", - "follow_topics_you_create": "Watch topics you create", + "open-links-in-new-tab": "Open outgoing links in new tab", + "enable-topic-searching": "Gunakan Pencarian Di dalam Topik", + "topic-search-help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen", + "update-url-with-post-index": "Update url with post index while browsing topics", + "scroll-to-my-post": "After posting a reply, show the new post", + "follow-topics-you-reply-to": "Watch topics that you reply to", + "follow-topics-you-create": "Watch topics you create", "grouptitle": "Group Title", "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "No group title", @@ -145,9 +147,9 @@ "no-skin": "No Skin", "select-homepage": "Select a Homepage", "homepage": "Homepage", - "homepage_description": "Select a page to use as the forum homepage or 'None' to use the default homepage.", - "custom_route": "Custom Homepage Route", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", + "homepage-description": "Select a page to use as the forum homepage or 'None' to use the default homepage.", + "custom-route": "Custom Homepage Route", + "custom-route-help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Single Sign-on Services", "sso.associated": "Associated with", "sso.not-associated": "Click here to associate with", @@ -179,25 +181,25 @@ "consent.title": "Your Rights & Consent", "consent.lead": "This community forum collects and processes your personal information.", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", - "consent.email_intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", - "consent.digest_frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", - "consent.digest_off": "Unless explicitly changed in your user settings, this community does not send out email digests", + "consent.email-intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", + "consent.digest-frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", + "consent.digest-off": "Unless explicitly changed in your user settings, this community does not send out email digests", "consent.received": "You have provided consent for this website to collect and process your information. No additional action is required.", - "consent.not_received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", + "consent.not-received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", "consent.give": "Give consent", - "consent.right_of_access": "You have the Right of Access", - "consent.right_of_access_description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", - "consent.right_to_rectification": "You have the Right to Rectification", - "consent.right_to_rectification_description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", - "consent.right_to_erasure": "You have the Right to Erasure", - "consent.right_to_erasure_description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", - "consent.right_to_data_portability": "You have the Right to Data Portability", - "consent.right_to_data_portability_description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", - "consent.export_profile": "Export Profile (.json)", + "consent.right-of-access": "You have the Right of Access", + "consent.right-of-access-description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", + "consent.right-to-rectification": "You have the Right to Rectification", + "consent.right-to-rectification-description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", + "consent.right-to-erasure": "You have the Right to Erasure", + "consent.right-to-erasure-description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", + "consent.right-to-data-portability": "You have the Right to Data Portability", + "consent.right-to-data-portability-description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", + "consent.export-profile": "Export Profile (.json)", "consent.export-profile-success": "Exporting profile, you will get a notification when it is complete.", - "consent.export_uploads": "Export Uploaded Content (.zip)", + "consent.export-uploads": "Export Uploaded Content (.zip)", "consent.export-uploads-success": "Exporting uploads, you will get a notification when it is complete.", - "consent.export_posts": "Export Posts (.csv)", + "consent.export-posts": "Export Posts (.csv)", "consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.", "emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.", "emailUpdate.optional": "This field is optional. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.", diff --git a/public/language/id/users.json b/public/language/id/users.json index 869bc78a80..6d1ecde478 100644 --- a/public/language/id/users.json +++ b/public/language/id/users.json @@ -1,13 +1,13 @@ { "all-users": "All Users", - "latest_users": "Pengguna Terakhir", - "top_posters": "Posting Terbanyak", - "most_reputation": "Reputasi Terbanyak", - "most_flags": "Most Flags", + "latest-users": "Pengguna Terakhir", + "top-posters": "Posting Terbanyak", + "most-reputation": "Reputasi Terbanyak", + "most-flags": "Most Flags", "search": "Pencarian", - "enter_username": "Masukkan nama pengguna untuk mencari", + "enter-username": "Masukkan nama pengguna untuk mencari", "search-user-for-chat": "Search for a user to start chat", - "load_more": "Tampilkan Lebih Banyak", + "load-more": "Tampilkan Lebih Banyak", "users-found-search-took": "%1 user(s) found! Search took %2 seconds.", "filter-by": "Filter By", "online-only": "Online only", @@ -15,10 +15,10 @@ "prompt-email": "Emails:", "groups-to-join": "Groups to be joined when invite is accepted:", "invitation-email-sent": "An invitation email has been sent to %1", - "user_list": "User List", - "recent_topics": "Recent Topics", - "popular_topics": "Popular Topics", - "unread_topics": "Unread Topics", + "user-list": "User List", + "recent-topics": "Recent Topics", + "popular-topics": "Popular Topics", + "unread-topics": "Unread Topics", "categories": "Categories", "tags": "Tags", "no-users-found": "No users found!" diff --git a/public/language/it/admin/advanced/cache.json b/public/language/it/admin/advanced/cache.json index 0ea2fbed9c..c9585acc5c 100644 --- a/public/language/it/admin/advanced/cache.json +++ b/public/language/it/admin/advanced/cache.json @@ -1,10 +1,10 @@ { "cache": "Cache", - "post-cache": "Cache Post", + "post-cache": "Cache post", "group-cache": "Cache di gruppo", "local-cache": "Cache locale", "object-cache": "Cache oggetti", "percent-full": "%1% Pieno", - "post-cache-size": "Dimensione Cache dei Post", + "post-cache-size": "Dimensione cache dei post", "items-in-cache": "Elementi nella Cache" } \ No newline at end of file diff --git a/public/language/it/admin/advanced/events.json b/public/language/it/admin/advanced/events.json index 6f202cbdb1..39b1f2f802 100644 --- a/public/language/it/admin/advanced/events.json +++ b/public/language/it/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "Tipo evento", "filter-start": "Data d'inizio", "filter-end": "Data di fine", - "filter-perPage": "Per pagina" + "filter-per-page": "Per pagina" } \ No newline at end of file diff --git a/public/language/it/admin/extend/widgets.json b/public/language/it/admin/extend/widgets.json index 02bfd45aa5..0b9b4cb2a4 100644 --- a/public/language/it/admin/extend/widgets.json +++ b/public/language/it/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "Nessun widget trovato! Attivare il plugin essenziale per i widget nel pannello di controllo dei plugin.", "clone-from": "Clona i widget da", "containers.available": "Contenitori disponibili", - "containers.explanation": "Trascina e rilascia su qualsiasi widget attivo", + "containers.explanation": "Trascina e rilascia sopra qualsiasi widget", "containers.none": "Nessuno", "container.well": "Bene", "container.jumbotron": "Jumbotron", @@ -29,5 +29,7 @@ "hide-from-groups": "Nascondi dai gruppi", "start-date": "Data d'inizio", "end-date": "Data di fine", - "hide-on-mobile": "Nascondi su mobile" + "hide-on-mobile": "Nascondi su mobile", + "hide-drafts": "Nascondi bozze", + "show-drafts": "Mostra bozze" } \ No newline at end of file diff --git a/public/language/it/admin/manage/privileges.json b/public/language/it/admin/manage/privileges.json index 9b34dd9889..a49392e797 100644 --- a/public/language/it/admin/manage/privileges.json +++ b/public/language/it/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "Modifica privilegi", "select-clear-all": "Seleziona/Cancella tutto", "chat": "Chat", + "chat-with-privileged": "Chat con privilegiati", "upload-images": "Carica immagini", "upload-files": "Carica file", "signature": "Firma", @@ -33,7 +34,7 @@ "edit-posts": "Modifica i post", "view-edit-history": "Visualizza cronologia modifiche", "delete-posts": "Elimina post", - "view_deleted": "Visualizza post eliminati", + "view-deleted": "Visualizza post eliminati", "upvote-posts": "Post negativi", "downvote-posts": "Post votati negativamente", "delete-topics": "Elimina discussioni", diff --git a/public/language/it/admin/manage/users.json b/public/language/it/admin/manage/users.json index f06ec1f32c..f7c1848426 100644 --- a/public/language/it/admin/manage/users.json +++ b/public/language/it/admin/manage/users.json @@ -4,18 +4,23 @@ "edit": "Azioni", "make-admin": "Crea Amministratore", "remove-admin": "Rimuovi Amministratore", + "change-email": "Modifica Email", + "new-email": "Nuova Email", "validate-email": "Valida Email", "send-validation-email": "Invia Email di Validazione", + "change-password": "Modifica Password", "password-reset-email": "Invia Email per resettare la password", "force-password-reset": "Forzare il reset della password e Logout dell'utente", - "ban": "Ban Utente(i)", + "ban": "Ban", + "ban-users": "Ban Utente(i)", "temp-ban": "Ban Utente(i) Temporaneamente", "unban": "Togli Ban Utente(i)", - "reset-lockout": "Reset Blocco", + "reset-lockout": "Reimposta blocco", "reset-flags": "Reset segnalazioni", - "delete": "EliminaUtente(i)", - "delete-content": "Elimina contenuto utente/i", - "purge": "Elimina Utenti e Contenuto", + "delete": "Elimina", + "delete-users": "Elimina Utente(i)", + "delete-content": "Elimina contenuto utente(i)", + "purge": "Elimina Utente(i) e Contenuto", "download-csv": "Scarica CSV", "manage-groups": "Gestisci Gruppi", "set-reputation": "Imposta reputazione", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "Ban %1 utente(i)", "alerts.unban-success": "Utente(i) a cui è stato tolto il ban!", "alerts.lockout-reset-success": "Reset Blocchi(o)", + "alerts.password-change-success": "Password modificata!", "alerts.flag-reset-success": "Segnalazione(i) resettate!", "alerts.no-remove-yourself-admin": "Tu non puoi rimuovere te stesso da Amministratore!", "alerts.make-admin-success": "L'utente adesso è amministratore.", @@ -106,6 +112,7 @@ "alerts.create": "Utente creato", "alerts.button-create": "Crea", "alerts.button-cancel": "Cancella", + "alerts.button-change": "Cambia", "alerts.error-passwords-different": "Le Password devono coincidere!", "alerts.error-x": "Errore

%1

", "alerts.create-success": "Utente creato!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "Emails:", "alerts.email-sent-to": "Un invito è stato inviato tramite mail a %1", "alerts.x-users-found": "%1 utente(i) trovato(i), (%2 secondi)", + "alerts.select-a-single-user-to-change-email": "Seleziona un singolo utente per modificare l'email", "export-users-started": "L'esportazione di utenti come csv potrebbe richiedere del tempo. Riceverai una notifica al termine.", - "export-users-completed": "Utenti esportati come csv, clicca qui per scaricare." + "export-users-completed": "Utenti esportati come csv, clicca qui per scaricare.", + "email": "Email", + "password": "Password", + "manage": "Gestisci" } \ No newline at end of file diff --git a/public/language/it/admin/settings/chat.json b/public/language/it/admin/settings/chat.json index 0a38dbb9a9..457f54a3e9 100644 --- a/public/language/it/admin/settings/chat.json +++ b/public/language/it/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "Immetti 0 per disabilitare questa restrizione", "chat-settings": "Impostazioni chat", "disable": "Disabilita chat", "disable-editing": "Disabilita modifica/cancellazione messaggio chat", @@ -6,8 +7,10 @@ "max-length": "Lunghezza massima dei messaggi della chat", "max-chat-room-name-length": "Lunghezza massima dei nomi delle stanze chat", "max-room-size": "Numero massimo di utenti nelle stanza chat", - "delay": "Tempo tra i messaggi della chat in millisecondi", - "notification-delay": "Ritardo di notifica per i messaggi di chat. (0 per nessun ritardo)", - "restrictions.seconds-edit-after": "Numero di secondi in cui un messaggio di chat rimane modificabile. (0 disabilitato)", - "restrictions.seconds-delete-after": "Numero di secondi in cui un messaggio di chat rimane cancellabile. (0 disabilitato)" + "delay": "Tempo tra i messaggi di chat (ms)", + "newbieDelay": "... per i nuovi utenti (ms)", + "notification-delay": "Ritardo nella notifica dei messaggi di chat", + "notification-delay-help": "I messaggi aggiuntivi inviati in questo intervallo di tempo vengono raccolti e l'utente riceve una notifica per ogni periodo di ritardo. Impostalo su 0 per disabilitare il ritardo.", + "restrictions.seconds-edit-after": "Numero di secondi in cui un messaggio di chat rimane modificabile.", + "restrictions.seconds-delete-after": "Numero di secondi in cui un messaggio di chat rimane cancellabile." } \ No newline at end of file diff --git a/public/language/it/admin/settings/post.json b/public/language/it/admin/settings/post.json index fa1ba18af2..8cf48f4dc2 100644 --- a/public/language/it/admin/settings/post.json +++ b/public/language/it/admin/settings/post.json @@ -1,13 +1,13 @@ { "general": "Generale", - "sorting": "Ordinamento Post", - "sorting.post-default": "Ordinamento Post Predefinito", + "sorting": "Ordinamento post", + "sorting.post-default": "Ordinamento post predefinito", "sorting.oldest-to-newest": "Dal meno recente al più recente", "sorting.newest-to-oldest": "Dal più recente al meno recente", "sorting.most-votes": "Più Voti", - "sorting.most-posts": "Più Post", + "sorting.most-posts": "Più post", "sorting.topic-default": "Ordinamento Discussione Predefinito", - "length": "Lunghezza Post", + "length": "Lunghezza post", "post-queue": "Coda post", "restrictions": "Restrizioni pubblicazione", "restrictions-new": "Restrizioni Nuovo Utente", @@ -15,7 +15,7 @@ "restrictions.post-queue-rep-threshold": "Reputazione necessaria a superare la coda dei post", "restrictions.groups-exempt-from-post-queue": "Seleziona i gruppi che dovrebbero essere esclusi dalla coda dei post", "restrictions-new.post-queue": "Abilita le restrizioni per i nuovi utenti", - "restrictions.post-queue-help": "Abilitando la coda dei post, i post dei nuovi utenti, saranno messi in coda per l'approvazione", + "restrictions.post-queue-help": "Abilitando la coda dei post, i post dei nuovi utenti saranno messi in coda per l'approvazione", "restrictions-new.post-queue-help": "Abilitando le restrizioni per i nuovi utenti verranno impostate le restrizioni sui post dei nuovi utenti", "restrictions.seconds-between": "Numero di secondi tra i post", "restrictions.seconds-between-new": "Numero di secondi tra i post per i nuovi utenti", @@ -27,7 +27,7 @@ "restrictions.title-length": "Lunghezza titolo", "restrictions.post-length": "Lunghezza post", "restrictions.days-until-stale": "Giorni prima che l'argomento sia considerato vecchio", - "restrictions.stale-help": "Se un argomento è considerato \"non aggiornato\", verrà mostrato un avviso agli utenti che tentano di rispondere a tale argomento.", + "restrictions.stale-help": "Se una discussione è considerata \"obsoleta\", verrà mostrato un avviso agli utenti che tentano di rispondere a quella discussione. (impostare a 0 per disabilitare)", "timestamp": "Data e Ora", "timestamp.cut-off": "Data di interruzione (in giorni)", "timestamp.cut-off-help": "I tempi delle date verranno visualizzati in modo relativo (ad es. \"3 ore fa\" / \"5 giorni fa\") e localizzati in varie\n\t\t\t\t\tlingue. Dopo un certo punto, questo testo può essere cambiato per visualizzare la data localizzata\n\t\t\t\t\t(es. 5 Nov 2016 15:30).
(Predefinito: 30, o un mese).Impostare su 0 per visualizzare sempre le date, lasciare vuoto per visualizzare sempre i tempi relativi.", @@ -35,14 +35,14 @@ "timestamp.necro-threshold-help": "Un messaggio verrà mostrato tra i post se il tempo tra loro è più lungo della soglia necro. (Predefinito: 7, o una settimana). Impostare su 0 per disabilitare.
", "timestamp.topic-views-interval": "Incremento dell'intervallo di visualizzazione della discussione (in minuti)", "timestamp.topic-views-interval-help": "Le visualizzazioni della discussione aumenteranno solo una volta ogni X minuti, come definito da questa impostazione.", - "teaser": "Post Inopportuno", + "teaser": "Post inopportuno", "teaser.last-post": "Ultimo – Mostra l'ultimo post, incluso il post originale, se non ci sono risposte", "teaser.last-reply": "Ultimo – Mostra l'ultima risposta o un segnaposto \"Nessuna risposta\" se non risposto", "teaser.first": "Primo", "showPostPreviewsOnHover": "Mostra un'anteprima dei post quando il mouse ci passa sopra", "unread-and-recent": "Impostazioni Non letti e Recenti", "unread.cutoff": "Giorni di interruzione non letti", - "unread.min-track-last": "Post minimi nell'argomento prima del monitoraggio dell'ultima lettura", + "unread.min-track-last": "Post minimi nella discussione prima di tracciare l'ultima lettura", "recent.max-topics": "Numero massimo di discussioni in atto/recenti", "recent.categoryFilter.disable": "Disabilita il filtro delle discussioni nelle categorie ignorate nella /pagina recente", "signature": "Impostazioni della Firma", @@ -61,5 +61,5 @@ "backlinks.help": "Se un post fa riferimento ad un altra discussione, un link al post sarà inserito nella discussione di riferimento in quel momento.", "ip-tracking": "Monitoraggio IP", "ip-tracking.each-post": "Traccia l'indirizzo IP per ogni post", - "enable-post-history": "Abilita Cronologia post" + "enable-post-history": "Abilita cronologia post" } \ No newline at end of file diff --git a/public/language/it/admin/settings/reputation.json b/public/language/it/admin/settings/reputation.json index 2425388679..79cf631535 100644 --- a/public/language/it/admin/settings/reputation.json +++ b/public/language/it/admin/settings/reputation.json @@ -11,7 +11,7 @@ "downvotes-per-day": "Voti negativi al giorno (imposta a 0 per voti negativi illimitati)", "downvotes-per-user-per-day": "Voti negativi per utenti al giorno (imposta a 0 per voti negativi illimitati)", "min-rep-chat": "Reputazione minima per inviare messaggi di chat", - "min-rep-post-links": "Reputazione minima per pubblicare link", + "min-rep-post-links": "Reputazione minima per postare link", "min-rep-flag": "Reputazione minima per segnalare i post", "min-rep-website": "Reputazione minima per aggiungere \"Sito Web\" al profilo utente", "min-rep-aboutme": "Reputazione minima per aggiungere \"Su di me\" al profilo utente", diff --git a/public/language/it/admin/settings/social.json b/public/language/it/admin/settings/social.json index d4dd33b59b..35df23db49 100644 --- a/public/language/it/admin/settings/social.json +++ b/public/language/it/admin/settings/social.json @@ -1,4 +1,4 @@ { - "post-sharing": "Condivisione Post", + "post-sharing": "Condivisione post", "info-plugins-additional": "I plugin possono aggiungere reti aggiuntive per la condivisione dei post." } \ No newline at end of file diff --git a/public/language/it/admin/settings/uploads.json b/public/language/it/admin/settings/uploads.json index bf09fdd0dc..4f7584d913 100644 --- a/public/language/it/admin/settings/uploads.json +++ b/public/language/it/admin/settings/uploads.json @@ -1,9 +1,9 @@ { - "posts": "Posts", + "posts": "Post", "orphans": "File orfani", "private": "Rendi privati i file caricati", "strip-exif-data": "Togli EXIF Data", - "preserve-orphaned-uploads": "Mantieni i file caricati su disco dopo l'eliminazione di un post", + "preserve-orphaned-uploads": "Mantieni i file caricati su disco dopo l'eliminazione definitiva di un post", "orphanExpiryDays": "Giorni di conservazione dei file orfani", "orphanExpiryDays-help": "Dopo questo numero di giorni, i caricamenti orfani saranno eliminati dal file system.
Imposta 0 o lascia vuoto per disabilitarla.", "private-extensions": "Estensione dei file da rendere privata", diff --git a/public/language/it/admin/settings/user.json b/public/language/it/admin/settings/user.json index 0c58ef90e7..007b2120ac 100644 --- a/public/language/it/admin/settings/user.json +++ b/public/language/it/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "Username o Email", "allow-login-with.username": "Solo Username", "account-settings": "Impostazioni Account", - "gdpr_enabled": "Abilita la raccolta di consensi GDPR", - "gdpr_enabled_help": "Quando è abilitato, tutti i nuovi registranti dovranno dare il loro consenso esplicito per la raccolta e l'utilizzo dei dati ai sensi del regolamento generale sulla protezione dei dati (GDPR). Nota: L'abilitazione del GDPR non obbliga gli utenti preesistenti a fornire il consenso. Per farlo, è necessario installare il plugin GDPR.", + "gdpr-enabled": "Abilita la raccolta di consensi GDPR", + "gdpr-enabled-help": "Quando è abilitato, tutti i nuovi registranti dovranno dare il loro consenso esplicito per la raccolta e l'utilizzo dei dati ai sensi del regolamento generale sulla protezione dei dati (GDPR). Nota: L'abilitazione del GDPR non obbliga gli utenti preesistenti a fornire il consenso. Per farlo, è necessario installare il plugin GDPR.", "disable-username-changes": "Disabilita il cambio dello username", "disable-email-changes": "Disabilita il cambio di email", "disable-password-changes": "Disabilita cambio password", @@ -66,7 +66,7 @@ "restrict-chat": "Permetti messaggi in chat solo da utenti che seguo", "outgoing-new-tab": "Apri link esterni in una nuova scheda", "topic-search": "Abilita ricerca nella Discussione", - "update-url-with-post-index": "Aggiorna l'url con l'indice dei posti durante la navigazione delle discussioni", + "update-url-with-post-index": "Aggiorna l'url con l'indice dei post durante la navigazione delle discussioni", "digest-freq": "Iscriviti al Riepilogo", "digest-freq.off": "Spento", "digest-freq.daily": "Quotidiano", @@ -79,7 +79,7 @@ "follow-replied-topics": "Segui discussioni a cui rispondi tu", "default-notification-settings": "Impostazioni di notifica predefinite", "categoryWatchState": "Stato predefinito della categoria di controllo", - "categoryWatchState.watching": "Guardare", - "categoryWatchState.notwatching": "Non Guardare", + "categoryWatchState.watching": "Seguito", + "categoryWatchState.notwatching": "Non seguito", "categoryWatchState.ignoring": "Ignorato" } diff --git a/public/language/it/category.json b/public/language/it/category.json index 1d172a0abf..c141fa95dc 100644 --- a/public/language/it/category.json +++ b/public/language/it/category.json @@ -1,12 +1,12 @@ { "category": "Categoria", "subcategories": "Sottocategorie", - "new_topic_button": "Nuova Discussione", + "new-topic-button": "Nuova Discussione", "guest-login-post": "Accedi per postare", - "no_topics": "Non ci sono discussioni in questa categoria.
Perché non ne inizi una?", + "no-topics": "Non ci sono discussioni in questa categoria.
Perché non ne posti una?", "browsing": "navigazione", - "no_replies": "Nessuno ha risposto", - "no_new_posts": "Nessuna nuova discussione.", + "no-replies": "Nessuno ha risposto", + "no-new-posts": "Nessun nuovo post.", "watch": "Segui", "ignore": "Ignora", "watching": "Seguito", diff --git a/public/language/it/email.json b/public/language/it/email.json index 0970260051..a5f951783e 100644 --- a/public/language/it/email.json +++ b/public/language/it/email.json @@ -3,8 +3,8 @@ "password-reset-requested": "Richiesto Reset Password!", "welcome-to": "Benvenuto in %1", "invite": "Invito da %1", - "greeting_no_name": "Ciao", - "greeting_with_name": "Ciao %1", + "greeting-no-name": "Ciao", + "greeting-with-name": "Ciao %1", "email.verify-your-email.subject": "Per favore verificare la tua email", "email.verify.text1": "Hai richiesto di modificare o confermare il tuo indirizzo email", "email.verify.text2": "Per motivi di sicurezza, cambiamo o confermiamo l'indirizzo email in archivio solo dopo che la sua proprietà è stata confermata via email. Se non l'hai richiesto, non è necessaria alcuna azione da parte tua.", @@ -24,7 +24,7 @@ "reset.notify.text2": "Se non hai autorizzato questo, per favore informa immediatamente l'amministratore.", "digest.unread-rooms": "Stanze non lette", "digest.room-name-unreadcount": "%1 (%2 non letto)", - "digest.latest_topics": "Ultime discussioni da %1", + "digest.latest-topics": "Ultime discussioni da %1", "digest.top-topics": "Argomenti principali da %1", "digest.popular-topics": "Argomenti popolari da %1", "digest.cta": "Clicca qui per visitare %1", @@ -36,14 +36,14 @@ "digest.title.day": "Il tuo riepilogo quotidiano", "digest.title.week": "Il tuo riepilogo settimanale", "digest.title.month": "Il tuo riepilogo mensile", - "notif.chat.subject": "Nuovo messaggio chat ricevuto da %1", - "notif.chat.public-chat-subject": "Nuovo messaggio da %1 nella stanza %2", + "notif.chat.new-message-from-user": "Nuovo messaggio da \"%1\"", + "notif.chat.new-message-from-user-in-room": "Nuovo messaggio da %1 nella stanza %2", "notif.chat.cta": "Clicca qui per continuare la conversazione", "notif.chat.unsub.info": "Questa notifica di chat ti è stata inviata perché l'hai sottoscritta nelle impostazioni.", - "notif.post.unsub.info": "Questa notifica di discussione ti è stata inviata perché l'hai sottoscritta nelle impostazioni.", + "notif.post.unsub.info": "Questa notifica di post ti è stata inviata perché l'hai sottoscritta nelle impostazioni.", "notif.post.unsub.one-click": "In alternativa, annulla l'iscrizione a future email come questa, facendo clic", "notif.cta": "Al forum", - "notif.cta-new-reply": "Visualizza Post", + "notif.cta-new-reply": "Visualizza post", "notif.cta-new-chat": "Visualizza Chat", "notif.test.short": "Notifiche di test", "notif.test.long": "Questo è un test delle notifiche email. Invia aiuto!", diff --git a/public/language/it/error.json b/public/language/it/error.json index e25e507e96..279b147aa8 100644 --- a/public/language/it/error.json +++ b/public/language/it/error.json @@ -84,13 +84,13 @@ "post-delete-duration-expired-days-hours": "Puoi eliminare i post solo per %1 giorno(i) %2 ora(e) dopo la pubblicazione", "cant-delete-topic-has-reply": "Non puoi eliminare la tua discussione se ha una risposta", "cant-delete-topic-has-replies": "Non puoi eliminare la tua discussione se ha %1 risposte", - "content-too-short": "Inserisci un testo più lungo. Il messaggio deve contenere almeno %1 caratteri.", - "content-too-long": "Inserisci un post più breve. I post non possono essere più lunghi di %1 caratteri.", + "content-too-short": "Inserisci un post più lungo. I post devono contenere almeno %1 carattere(i).", + "content-too-long": "Inserisci un post più breve. I post non possono essere più lunghi di %1 carattere(i).", "title-too-short": "Inserisci un titolo più lungo. I titoli devono contenere almeno %1 caratteri.", "title-too-long": "Inserisci un titolo più corto. I titoli non possono essere più lunghi di %1 caratteri.", "category-not-selected": "Categoria non selezionata.", - "too-many-posts": "È possibile inserire un Post ogni %1 secondi - si prega di attendere prima di postare di nuovo", - "too-many-posts-newbie": "Come nuovo utente puoi postare solamente una volta ogni %1 secondi finché non hai raggiunto un livello di reputazione %2 - per favore attendi prima di scrivere ancora", + "too-many-posts": "Puoi postare solo una volta ogni %1 secondo(i) - attendi prima di postare di nuovo", + "too-many-posts-newbie": "Come nuovo utente puoi postare solamente una volta ogni %1 secondo(i) finché non hai raggiunto un livello di reputazione %2 - per favore attendi prima di postare nuovamente", "already-posting": "Stai già postando", "tag-too-short": "Inserisci un tag più lungo. I tag devono contenere almeno %1 caratteri.", "tag-too-long": "Per favore inserisci un tag più corto. I tags non dovrebbero essere più lunghi di %1 caratteri", @@ -111,8 +111,8 @@ "cant-merge-scheduled": "Le discussioni pianificate non possono essere unite.", "cant-move-posts-to-scheduled": "Non è possibile spostare i post in una discussione pianificata.", "cant-move-from-scheduled-to-existing": "Non è possibile spostare i post da una discussione pianificata a una discussione esistente.", - "already-bookmarked": "Hai già aggiunto questa discussione ai preferiti.", - "already-unbookmarked": "Hai già rimosso questa discussione dai preferiti", + "already-bookmarked": "Hai già aggiunto questo post ai segnalibri", + "already-unbookmarked": "Hai già rimosso questo post dai segnalibri", "cant-ban-other-admins": "Non puoi bannare altri amministratori!", "cant-mute-other-admins": "Non puoi silenziare gli altri amministratori!", "user-muted-for-hours": "Sei stato silenziato, potrai postare tra %1 ora(e)", @@ -141,7 +141,7 @@ "group-user-not-pending": "L'utente non ha una richiesta in attesa per unirsi a questo gruppo.", "gorup-user-not-invited": "L'utente non è stato invitato a far parte di questo gruppo.", "post-already-deleted": "Questo post è già stato eliminato", - "post-already-restored": "Questo Post è già stato ripristinato", + "post-already-restored": "Questo post è già stato ripristinato", "topic-already-deleted": "Questo topic è già stato eliminato", "topic-already-restored": "Questo Topic è già stato ripristinato", "cant-purge-main-post": "Non puoi eliminare definitivamente il post principale, per favore elimina invece la discussione", @@ -158,8 +158,8 @@ "chat-message-too-long": "I messaggi in chat non possono superare i %1 caratteri.", "cant-edit-chat-message": "Non ti è permesso di modificare questo messaggio", "cant-delete-chat-message": "Non ti è permesso di eliminare questo messaggio", - "chat-edit-duration-expired": "Sei l'unico che ha il permesso di editare i messaggi per %1 secondi(o) dopo il loro invio", - "chat-delete-duration-expired": "Sei l'unico che ha il permesso di eliminare i messaggi per %1 secondi(o) dopo il loro invio", + "chat-edit-duration-expired": "Puoi modificare i messaggi di chat solo per %1 secondo(i) dopo la pubblicazione", + "chat-delete-duration-expired": "Puoi eliminare i messaggi di chat solo per %1 secondo(i) dopo la pubblicazione", "chat-deleted-already": "Il messaggio è già stato eliminato.", "chat-restored-already": "Questo messaggio della chat è già stato ripristinato.", "chat-room-does-not-exist": "La stanza chat non esiste.", @@ -172,7 +172,7 @@ "not-enough-reputation-to-chat": "Hai bisogno di %1 reputazione per chattare", "not-enough-reputation-to-upvote": "Hai bisogno di %1 reputazione/i per votare positivamente", "not-enough-reputation-to-downvote": "Hai bisogno di %1 reputazione/i per effettuare un voto negativo", - "not-enough-reputation-to-post-links": "Hai bisogno di %1 reputazione per pubblicare link", + "not-enough-reputation-to-post-links": "Hai bisogno di %1 reputazione per postare link", "not-enough-reputation-to-flag": "Hai bisogno di %1 reputazione/i per segnalare questo post", "not-enough-reputation-min-rep-website": "Hai bisogno di %1 reputazione/i per aggiungere un sito web", "not-enough-reputation-min-rep-aboutme": "Hai bisogno di %1 reputazione/i per aggiungere un Su di me", @@ -184,7 +184,8 @@ "post-flagged-too-many-times": "Questo post è già stato segnalato da altri", "user-flagged-too-many-times": "Questo utente è già stato segnalato da altri", "cant-flag-privileged": "Non è consentito contrassegnare i profili o il contenuto degli utenti privilegiati (moderatori/moderatori globali/amministratori)", - "self-vote": "Non puoi votare la tua stessa discussione", + "cant-locate-flag-report": "Impossibile individuare il rapporto delle segnalazioni", + "self-vote": "Non puoi votare il tuo post", "too-many-upvotes-today": "Puoi votare positivamente solo %1 volte al giorno", "too-many-upvotes-today-user": "Puoi votare positivamente un utente solo %1 volte al giorno", "too-many-downvotes-today": "È possibile votare negativamente solo %1 volta al giorno", diff --git a/public/language/it/flags.json b/public/language/it/flags.json index 2b3b7e2ee0..3ce3929f4f 100644 --- a/public/language/it/flags.json +++ b/public/language/it/flags.json @@ -1,5 +1,6 @@ { "state": "Stato", + "report": "Segnalazione", "reports": "Segnalazioni", "first-reported": "Prima segnalazione", "no-flags": "Evviva! Nessuna segnalazione trovata.", @@ -8,7 +9,9 @@ "update": "Aggiorna", "updated": "Aggiornato", "resolved": "Risolto", - "target-purged": "Il contenuto di questa segnalazione è stato eliminato e non è più disponibile.", + "report-added": "Aggiunto", + "report-rescinded": "Annullato", + "target-purged": "Il contenuto di questa segnalazione è stato eliminato definitivamente e non è più disponibile.", "target-aboutme-empty": "Questo utente non ha impostato "Su di me".", "graph-label": "Segnalazioni Giornaliere", @@ -38,7 +41,7 @@ "go-to-target": "Visualizza oggetto segnalazione", "assign-to-me": "Assegna a me", "delete-post": "Elimina post", - "purge-post": "Elimina Post", + "purge-post": "Elimina definitivamente post", "restore-post": "Ripristina post", "delete": "Elimina segnalazione", diff --git a/public/language/it/global.json b/public/language/it/global.json index 7c52a6c4a9..a25f31caf4 100644 --- a/public/language/it/global.json +++ b/public/language/it/global.json @@ -13,19 +13,19 @@ "400.message": "Sembra che questo collegamento non sia corretto, ricontrolla e riprova.
Ritorna alla pagina iniziale.
", "register": "Registrati", "login": "Accedi", - "please_log_in": "Per favore Accedi", + "please-log-in": "Per favore Accedi", "logout": "Logout", - "posting_restriction_info": "L'inserimento di nuovi post è attualmente limitato ai soli utenti registrati, clicca qui per effettuare l'accesso.", - "welcome_back": "Bentornato", - "you_have_successfully_logged_in": "Accesso effettuato con successo", - "save_changes": "Salva Modifiche", + "posting-restriction-info": "L'inserimento di nuovi post è attualmente limitato ai soli utenti registrati, clicca qui per effettuare l'accesso.", + "welcome-back": "Bentornato", + "you-have-successfully-logged-in": "Accesso effettuato con successo", + "save-changes": "Salva Modifiche", "save": "Salva", "create": "Crea", "cancel": "Annulla", "close": "Chiudi", "pagination": "Impaginazione", - "pagination.out_of": "%1 di %2", - "pagination.enter_index": "Vai all'indice dei post", + "pagination.out-of": "%1 di %2", + "pagination.enter-index": "Vai all'indice dei post", "header.admin": "Amministratore", "header.categories": "Categorie", "header.recent": "Recenti", @@ -80,25 +80,25 @@ "lastpost": "Ultimo post", "firstpost": "Primo post", "about": "Informazioni", - "read_more": "per saperne di più", + "read-more": "per saperne di più", "more": "Altro", "none": "Nessuno", - "posted_ago_by_guest": "scritto %1 da Ospite", - "posted_ago_by": "scritto %1 da %2", - "posted_ago": "postato %1", - "posted_in": "postato in %1", - "posted_in_by": "postato in %1 da %2", - "posted_in_ago": "postato in %1 %2", - "posted_in_ago_by": "postato in %1 %2 da %3", - "user_posted_ago": "%1 ha postato %2", - "guest_posted_ago": "Ospite ha scritto %1", - "last_edited_by": "ultima modifica di %1", + "posted-ago-by-guest": "scritto %1 da Ospite", + "posted-ago-by": "scritto %1 da %2", + "posted-ago": "postato %1", + "posted-in": "postato in %1", + "posted-in-by": "postato in %1 da %2", + "posted-in-ago": "postato in %1 %2", + "posted-in-ago-by": "postato in %1 %2 da %3", + "user-posted-ago": "%1 ha postato %2", + "guest-posted-ago": "Ospite ha postato %1", + "last-edited-by": "ultima modifica di %1", "edited-timestamp": "Modificato %1", "norecentposts": "Nessun Post Recente", "norecenttopics": "Nessuna Discussione Recente", "recentposts": "Post Recenti", "recentips": "IP recentemente registrati", - "moderator_tools": "Strumenti di amministrazione", + "moderator-tools": "Strumenti di amministrazione", "status": "Stato", "online": "Online", "away": "Non disponibile", @@ -109,7 +109,7 @@ "language": "Lingua", "guest": "Ospite", "guests": "Ospiti", - "former_user": "Un Ex Utente", + "former-user": "Un Ex Utente", "system-user": "Sistema", "unknown-user": "Utente sconosciuto", "updated.title": "Forum Aggiornato", @@ -117,12 +117,12 @@ "privacy": "Privacy", "follow": "Segui", "unfollow": "Non seguire", - "delete_all": "Elimina Tutto", + "delete-all": "Elimina Tutto", "map": "Mappa", "sessions": "Sessioni di accesso", - "ip_address": "Indirizzo IP", - "enter_page_number": "Inserisci il numero della pagina", - "upload_file": "Carica file", + "ip-address": "Indirizzo IP", + "enter-page-number": "Inserisci il numero della pagina", + "upload-file": "Carica file", "upload": "Carica", "uploads": "Caricamenti", "allowed-file-types": "Le estensioni permesse dei file sono %1", @@ -131,7 +131,7 @@ "play": "Play", "cookies.message": "Questo sito utilizza i cookie per garantirti la miglior esperienza di navigazione possibile", "cookies.accept": "Ho capito!", - "cookies.learn_more": "Scopri di più", + "cookies.learn-more": "Scopri di più", "edited": "Modificato", "disabled": "Disabilitato", "select": "Seleziona", diff --git a/public/language/it/groups.json b/public/language/it/groups.json index e8f9c478a0..d68f349aec 100644 --- a/public/language/it/groups.json +++ b/public/language/it/groups.json @@ -2,65 +2,65 @@ "all-groups": "Tutti i gruppi", "groups": "Gruppi", "members": "Membri", - "view_group": "Vedi Gruppo", + "view-group": "Vedi Gruppo", "owner": "Proprietario del Gruppo", - "new_group": "Crea Nuovo Gruppo", - "no_groups_found": "Non ci sono gruppi da vedere", + "new-group": "Crea Nuovo Gruppo", + "no-groups-found": "Non ci sono gruppi da vedere", "pending.accept": "Accetta", "pending.reject": "Rifiuta", - "pending.accept_all": "Accetta tutti", - "pending.reject_all": "Rifiuta tutti", + "pending.accept-all": "Accetta tutti", + "pending.reject-all": "Rifiuta tutti", "pending.none": "Non ci sono membri in attesa in questo momento", "invited.none": "Non ci sono membri invitati in questo momento", "invited.uninvite": "Revoca invito", "invited.search": "Cerca un utente da invitare in questo gruppo", - "invited.notification_title": "Sei stato invitato ad iscriverti a %1", - "request.notification_title": "Richiesta di iscrizione al gruppo da %1", - "request.notification_text": "%1 ha chiesto di diventare membro di %2", + "invited.notification-title": "Sei stato invitato ad iscriverti a %1", + "request.notification-title": "Richiesta di iscrizione al gruppo da %1", + "request.notification-text": "%1 ha chiesto di diventare membro di %2", "cover-save": "Salva", "cover-saving": "Salvataggio", "details.title": "Dettagli Gruppo", "details.members": "Lista Membri", "details.pending": "Membri in attesa", "details.invited": "Membri invitati", - "details.has_no_posts": "I membri di questo gruppo non hanno creato nessun post.", - "details.latest_posts": "Ultimi Post", + "details.has-no-posts": "I membri di questo gruppo non hanno creato nessun post.", + "details.latest-posts": "Ultimi post", "details.private": "Privato", "details.disableJoinRequests": "Disabilita le richieste d'iscrizione", "details.disableLeave": "Impedisce agli utenti di lasciare il gruppo", "details.grant": "Concedi/Revoca Proprietà", "details.kick": "Espelli", - "details.kick_confirm": "Sei sicuro di voler rimuovere questo membro dal gruppo?", + "details.kick-confirm": "Sei sicuro di voler rimuovere questo membro dal gruppo?", "details.add-member": "Aggiungi Membro", - "details.owner_options": "Amministratore Gruppo", - "details.group_name": "Nome Gruppo", - "details.member_count": "Numero Membri", - "details.creation_date": "Data Creazione", + "details.owner-options": "Amministratore Gruppo", + "details.group-name": "Nome Gruppo", + "details.member-count": "Numero Membri", + "details.creation-date": "Data Creazione", "details.description": "Descrizione", "details.member-post-cids": "ID categoria da cui visualizzare i post", - "details.badge_preview": "Anteprima Badge", - "details.change_icon": "Cambia Icona", - "details.change_label_colour": "Cambia colore etichetta", - "details.change_text_colour": "Cambia colore testo", - "details.badge_text": "Testo Badge", + "details.badge-preview": "Anteprima Badge", + "details.change-icon": "Cambia Icona", + "details.change-label-colour": "Cambia colore etichetta", + "details.change-text-colour": "Cambia colore testo", + "details.badge-text": "Testo Badge", "details.userTitleEnabled": "Mostra Badge", - "details.private_help": "Se abilitato, l'iscrizione ai gruppi richiede l'approvazione del proprietario del gruppo.", + "details.private-help": "Se abilitato, l'iscrizione ai gruppi richiede l'approvazione del proprietario del gruppo.", "details.hidden": "Nascosto", - "details.hidden_help": "Se abilitato, questo gruppo non sarà visibile nella lista dei gruppi e gli utenti dovranno essere invitati manualmente", - "details.delete_group": "Elimina Gruppo", - "details.private_system_help": "I gruppi privati sono disabilitati a livello di sistema, questa opzione non fa nulla", + "details.hidden-help": "Se abilitato, questo gruppo non sarà visibile nella lista dei gruppi e gli utenti dovranno essere invitati manualmente", + "details.delete-group": "Elimina Gruppo", + "details.private-system-help": "I gruppi privati sono disabilitati a livello di sistema, questa opzione non fa nulla", "event.updated": "I dettagli del Gruppo sono stati aggiornati", "event.deleted": "Il gruppo \"%1\" è stato eliminato", "membership.accept-invitation": "Accetta l'invito", - "membership.accept.notification_title": "Ora sei un membro di %1", + "membership.accept.notification-title": "Ora sei un membro di %1", "membership.invitation-pending": "Invito in sospeso", "membership.join-group": "Iscriviti al Gruppo", "membership.leave-group": "Lascia il Gruppo", - "membership.leave.notification_title": "%1 ha lasciato il gruppo %2", + "membership.leave.notification-title": "%1 ha lasciato il gruppo %2", "membership.reject": "Rifiuta", - "new-group.group_name": "Nome Gruppo:", + "new-group.group-name": "Nome Gruppo:", "upload-group-cover": "Carica copertina gruppo", "bulk-invite-instructions": "Inserisci una lista di nomi utente da invitare in questo gruppo separati da virgole", "bulk-invite": "Invito Collettivo", - "remove_group_cover_confirm": "Sei sicuro di voler rimuovere l'immagine copertina?" + "remove-group-cover-confirm": "Sei sicuro di voler rimuovere l'immagine copertina?" } \ No newline at end of file diff --git a/public/language/it/login.json b/public/language/it/login.json index e4907ff99a..9f8dd28771 100644 --- a/public/language/it/login.json +++ b/public/language/it/login.json @@ -1,12 +1,12 @@ { "username-email": "Nome utente / Email", "username": "Nome utente", - "remember_me": "Ricordami?", - "forgot_password": "Password dimenticata?", - "alternative_logins": "Accessi alternativi", - "failed_login_attempt": "Accesso non riuscito", - "login_successful": "Hai effettuato l'accesso con successo!", - "dont_have_account": "Non hai un account?", + "remember-me": "Ricordami?", + "forgot-password": "Password dimenticata?", + "alternative-logins": "Accessi alternativi", + "failed-login-attempt": "Accesso non riuscito", + "login-successful": "Hai effettuato l'accesso con successo!", + "dont-have-account": "Non hai un account?", "logged-out-due-to-inactivity": "Sei stato disconnesso dal Pannello di Controllo Amministratore per inattività", "caps-lock-enabled": "Il blocco delle maiuscole è abilitato" } \ No newline at end of file diff --git a/public/language/it/modules.json b/public/language/it/modules.json index fa7fccf586..53f06ad8c0 100644 --- a/public/language/it/modules.json +++ b/public/language/it/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "Stanza %1", - "chat.chatting_with": "Messaggia con", + "chat.chatting-with": "Messaggia con", "chat.placeholder": "Digita il messaggio di chat qui, trascina le immagini, premi invio per inviare", "chat.placeholder.mobile": "Digita il messaggio di chat qui", "chat.scroll-up-alert": "Vai al messaggio più recente", @@ -8,12 +8,15 @@ "chat.chat-with-usernames": "Chatta con %1", "chat.chat-with-usernames-and-x-others": "Chatta con %1 e altri %2", "chat.send": "Invia", - "chat.no_active": "Non hai chat attive.", - "chat.user_typing": "%1 sta scrivendo...", - "chat.user_has_messaged_you": "%1 ti ha scritto.", + "chat.no-active": "Non hai chat attive.", + "chat.user-typing-1": "%1 sta scrivendo ...", + "chat.user-typing-2": "%1 e %2 stanno scrivendo...", + "chat.user-typing-3": "%1, %2 e %3 stanno scrivendo...", + "chat.user-typing-n": "%1, %2 e %3 stanno scrivendo...", + "chat.user-has-messaged-you": "%1 ti ha scritto.", "chat.replying-to": "Risposta a %1", - "chat.see_all": "Tutte le chat", - "chat.mark_all_read": "Segna tutto come letto", + "chat.see-all": "Tutte le chat", + "chat.mark-all-read": "Segna tutto come letto", "chat.no-messages": "Si prega di selezionare un destinatario per vedere la cronologia dei messaggi", "chat.no-users-in-room": "Nessun utente in questa stanza", "chat.recent-chats": "Chat Recenti", @@ -24,15 +27,19 @@ "chat.pop-out": "Chat in finestra", "chat.minimize": "Minimizza", "chat.maximize": "Ingrandisci", - "chat.seven_days": "7 Giorni", - "chat.thirty_days": "30 Giorni", - "chat.three_months": "3 Mesi", - "chat.delete_message_confirm": "Sei sicuro di voler eliminare questo messaggio?", + "chat.seven-days": "7 Giorni", + "chat.thirty-days": "30 Giorni", + "chat.three-months": "3 Mesi", + "chat.delete-message-confirm": "Sei sicuro di voler eliminare questo messaggio?", "chat.retrieving-users": "Estrapolando gli utenti...", "chat.view-users-list": "Visualizza elenco utenti", + "chat.pinned-messages": "Messaggi fissati", + "chat.no-pinned-messages": "Non ci sono messaggi fissati", + "chat.pin-message": "Fissa Messaggio", + "chat.unpin-message": "Libera Messaggio", "chat.public-rooms": "Stanze pubbliche (%1)", "chat.private-rooms": "Stanze private (%1)", - "chat.create-room": "Crea stanza chat ", + "chat.create-room": "Crea stanza chat", "chat.private.option": "Privato (visibile solo agli utenti aggiunti alla stanza)", "chat.public.option": "Pubblico (visibile a tutti gli utenti nei gruppi selezionati)", "chat.public.groups-help": "Per creare una stanza chat visibile a tutti gli utenti, seleziona gli utenti registrati dall'elenco dei gruppi.", @@ -54,7 +61,7 @@ "chat.leave": "Lascia", "chat.leave-room": "Lascia stanza", "chat.leave-prompt": "Sei sicuro di volere abbandonare questa chat?", - "chat.leave-help": "Abbandonando questa chat perderai ogni sua traccia. Anche dopo un tuo eventuale rientro, non vedrai nessun messaggio precedente.", + "chat.leave-help": "Lasciando questa chat verrai rimosso dalla futura corrispondenza in questa chat. Se sarai aggiunto nuovamente in futuro, non vedrai alcuna cronologia chat precedente al tuo nuovo accesso.", "chat.delete": "Elimina", "chat.delete-room": "Elimina stanza", "chat.delete-prompt": "Sei sicuro di voler eliminare questa stanza chat?", @@ -67,17 +74,24 @@ "chat.system.user-leave": "%1 ha lasciato la stanza ", "chat.system.room-rename": "%2 ha rinominato questa stanza in \"%1\" ", "composer.compose": "Componi", - "composer.show_preview": "Visualizza Anteprima", - "composer.hide_preview": "Nascondi Anteprima", + "composer.show-preview": "Visualizza Anteprima", + "composer.hide-preview": "Nascondi Anteprima", "composer.help": "Aiuto", - "composer.user_said_in": "%1 ha detto in %2:", - "composer.user_said": "%1 ha detto:", + "composer.user-said-in": "%1 ha detto in %2:", + "composer.user-said": "%1 ha detto:", "composer.discard": "Sei sicuro di voler scartare questo post?", - "composer.submit_and_lock": "Invia e Blocca", - "composer.toggle_dropdown": "Mostra/Nascondi menu a discesa", + "composer.submit-and-lock": "Invia e Blocca", + "composer.toggle-dropdown": "Mostra/Nascondi menu a discesa", "composer.uploading": "Caricamento %1", "composer.formatting.bold": "Grassetto", "composer.formatting.italic": "Corsivo", + "composer.formatting.heading": "Titolo", + "composer.formatting.heading1": "Titolo 1", + "composer.formatting.heading2": "Titolo 2", + "composer.formatting.heading3": "Titolo 3", + "composer.formatting.heading4": "Titolo 4", + "composer.formatting.heading5": "Titolo 5", + "composer.formatting.heading6": "Titolo 6", "composer.formatting.list": "Lista", "composer.formatting.strikethrough": "Barrato", "composer.formatting.code": "Codice", @@ -85,9 +99,10 @@ "composer.formatting.picture": "Link immagine", "composer.upload-picture": "Carica immagine", "composer.upload-file": "Carica file", - "composer.zen_mode": "Zen Mode", - "composer.select_category": "Seleziona una categoria", + "composer.zen-mode": "Zen Mode", + "composer.select-category": "Seleziona una categoria", "composer.textarea.placeholder": "Inserisci qui il contenuto del tuo post, trascina e rilascia le immagini", + "composer.post-queue-alert": "Ciao👋!
Questo forum utilizza un sistema di coda per i post, poiché sei un nuovo utente il tuo post sarà nascosto finché non sarà approvato dal nostro team di moderazione.", "composer.schedule-for": "Discussione pianificata per", "composer.schedule-date": "Data", "composer.schedule-time": "Orario", @@ -102,8 +117,8 @@ "bootbox.confirm": "Conferma", "bootbox.submit": "Invia", "bootbox.send": "Invia", - "cover.dragging_title": "Posizionando la foto copertina", - "cover.dragging_message": "Trascina l'immagine di copertina nella posizione desiderata e clicca su \"Salva\"", + "cover.dragging-title": "Posizionando la foto copertina", + "cover.dragging-message": "Trascina l'immagine di copertina nella posizione desiderata e clicca su \"Salva\"", "cover.saved": "Immagine di copertina e posizione salvati", "thumbs.modal.title": "Gestisci le miniature della discussione", "thumbs.modal.no-thumbs": "Non sono state trovate miniature.", diff --git a/public/language/it/notifications.json b/public/language/it/notifications.json index efd7b92d1e..927212a623 100644 --- a/public/language/it/notifications.json +++ b/public/language/it/notifications.json @@ -1,59 +1,68 @@ { "title": "Notifiche", - "no_notifs": "Non hai nuove notifiche", - "see_all": "Tutte le notifiche", - "mark_all_read": "Segna tutto come letto", - "back_to_home": "Indietro a %1", - "outgoing_link": "Link in uscita", - "outgoing_link_message": "Stai lasciando %1", - "continue_to": "Continua a %1", - "return_to": "Ritorna a %1", - "new_notification": "Hai una nuova notifica", - "you_have_unread_notifications": "Hai notifiche non lette.", + "no-notifs": "Non hai nuove notifiche", + "see-all": "Tutte le notifiche", + "mark-all-read": "Segna tutto come letto", + "back-to-home": "Indietro a %1", + "outgoing-link": "Link in uscita", + "outgoing-link-message": "Stai lasciando %1", + "continue-to": "Continua a %1", + "return-to": "Ritorna a %1", + "new-notification": "Hai una nuova notifica", + "you-have-unread-notifications": "Hai notifiche non lette.", "all": "Tutte", "topics": "Discussioni", + "tags": "Tag", "replies": "Risposte", "chat": "Chat", "group-chat": "Chat di gruppo", "public-chat": "Chat pubbliche", "follows": "Segui", "upvote": "Voti", + "awards": "Premi", "new-flags": "Nuove segnalazioni", "my-flags": "Segnalazioni assegnate a me", "bans": "Espulsioni", - "new_message_from": "Nuovo messaggio da %1", - "user_posted_in_public_room": "%1 ha scritto in %3", - "user_posted_in_public_room_dual": "%1 e %2 hanno scritto in %4", - "user_posted_in_public_room_triple": "%1, %2 e %3 hanno scritto in %5", - "user_posted_in_public_room_multiple": "%1, %2 e %3 altri hanno scritto in %5", - "upvoted_your_post_in": "%1 ha votato positivamente il tuo post in %2.", - "upvoted_your_post_in_dual": "%1 e %2 hanno apprezzato il tuo post in %3.", - "upvoted_your_post_in_triple": "%1, %2 e %3 hanno votato positivamente il tuo post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 e %3 altri hanno votato positivamente il tuo post in %4.", - "moved_your_post": "%1 ha spostato il tuo post su %2", - "moved_your_topic": "%1 è stato spostato %2", - "user_flagged_post_in": "%1 ha segnalato un post in %2", - "user_flagged_post_in_dual": "%1 e %2 hanno segnalato un post in %3", - "user_flagged_post_in_triple": "%1, %2 e %3 hanno segnalato un post in %4", - "user_flagged_post_in_multiple": "%1, %2 e %3 altri hanno segnalato un post in %4", - "user_flagged_user": "%1 ha segnalato un utente (%2)", - "user_flagged_user_dual": "%1 e %2 hanno segnalato un utente (%3)", - "user_flagged_user_triple": "%1, %2 e %3 hanno segnalato un profilo utente (%4)", - "user_flagged_user_multiple": "%1, %2 e %3 altri hanno segnalato un profilo utente (%4)", - "user_posted_to": "%1 ha postato una risposta a: %2", - "user_posted_to_dual": "%1 e %2 hanno postato una risposta su: %3", - "user_posted_to_triple": "%1, %2 e %3 hanno postato risposte a: %4", - "user_posted_to_multiple": "%1, %2 e %3 altri hanno postato risposte a: %4", - "user_posted_topic": "%1 ha postato una nuova discussione: %2", - "user_edited_post": "%1 ha modificato un post in %2", - "user_started_following_you": "%1 ha iniziato a seguirti.", - "user_started_following_you_dual": "%1 e %2 hanno iniziato a seguirti.", - "user_started_following_you_triple": "%1, %2 e %3 hanno iniziato a seguirti.", - "user_started_following_you_multiple": "%1, %2 e %3 altri hanno iniziato a seguirti.", - "new_register": "%1 ha inviato una richiesta di registrazione.", - "new_register_multiple": "Ci sono %1 richieste di registrazione che attendono di essere esaminate.", - "flag_assigned_to_you": "Segnalazione %1 ti è stata assegnata", - "post_awaiting_review": "Post in attesa di revisione", + "new-message-from": "Nuovo messaggio da %1", + "new-messages-from": "%1 nuovi messaggi da %2", + "new-message-in": "Nuovo messaggio in %1", + "new-messages-in": "%1 nuovi messaggi in %2", + "user-posted-in-public-room": "%1 ha scritto in %3", + "user-posted-in-public-room-dual": "%1 e %2 hanno scritto in %4", + "user-posted-in-public-room-triple": "%1, %2 e %3 hanno scritto in %5", + "user-posted-in-public-room-multiple": "%1, %2 e %3 altri hanno scritto in %5", + "upvoted-your-post-in": "%1 ha votato positivamente il tuo post in %2.", + "upvoted-your-post-in-dual": "%1 e %2 hanno apprezzato il tuo post in %3.", + "upvoted-your-post-in-triple": "%1, %2 e %3 hanno votato positivamente il tuo post in %4.", + "upvoted-your-post-in-multiple": "%1, %2 e %3 altri hanno votato positivamente il tuo post in %4.", + "moved-your-post": "%1 ha spostato il tuo post su %2", + "moved-your-topic": "%1 è stato spostato %2", + "user-flagged-post-in": "%1 ha segnalato un post in %2", + "user-flagged-post-in-dual": "%1 e %2 hanno segnalato un post in %3", + "user-flagged-post-in-triple": "%1, %2 e %3 hanno segnalato un post in %4", + "user-flagged-post-in-multiple": "%1, %2 e %3 altri hanno segnalato un post in %4", + "user-flagged-user": "%1 ha segnalato un utente (%2)", + "user-flagged-user-dual": "%1 e %2 hanno segnalato un utente (%3)", + "user-flagged-user-triple": "%1, %2 e %3 hanno segnalato un profilo utente (%4)", + "user-flagged-user-multiple": "%1, %2 e %3 altri hanno segnalato un profilo utente (%4)", + "user-posted-to": "%1 ha postato una risposta a: %2", + "user-posted-to-dual": "%1 e %2 hanno postato una risposta su: %3", + "user-posted-to-triple": "%1, %2 e %3 hanno postato risposte a: %4", + "user-posted-to-multiple": "%1, %2 e %3 altri hanno postato risposte a: %4", + "user-posted-topic": "%1 ha postato una nuova discussione: %2", + "user-edited-post": "%1 ha modificato un post in %2", + "user-posted-topic-with-tag": "%1 ha postato una nuova discussione con tag %2", + "user-posted-topic-with-tag-dual": "%1 ha postato una nuova discussione con i tag %2 e %3", + "user-posted-topic-with-tag-triple": "%1 ha postato una nuova discussione con e tag %2, %3 e %4", + "user-posted-topic-with-tag-multiple": "%1 ha postato una nuova discussione con i tag %2", + "user-started-following-you": "%1 ha iniziato a seguirti.", + "user-started-following-you-dual": "%1 e %2 hanno iniziato a seguirti.", + "user-started-following-you-triple": "%1, %2 e %3 hanno iniziato a seguirti.", + "user-started-following-you-multiple": "%1, %2 e %3 altri hanno iniziato a seguirti.", + "new-register": "%1 ha inviato una richiesta di registrazione.", + "new-register-multiple": "Ci sono %1 richieste di registrazione che attendono di essere esaminate.", + "flag-assigned-to-you": "Segnalazione %1 ti è stata assegnata", + "post-awaiting-review": "Post in attesa di revisione", "profile-exported": "%1 profilo esportato, clicca per scaricare", "posts-exported": "%1 post esportati, clicca per scaricare", "uploads-exported": "%1 caricamenti esportati, clicca per scaricare", @@ -66,22 +75,24 @@ "email-confirm-error-message": "C'è stato un problema nella validazione del tuo indirizzo email. Potrebbe essere il codice non valido o scaduto.", "email-confirm-sent": "Email di conferma inviata.", "none": "Nessuna", - "notification_only": "Solo Notifiche", - "email_only": "Solo Email", - "notification_and_email": "Email e Notifica", - "notificationType_upvote": "Quando il tuo post riceve un Mi Piace", - "notificationType_new-topic": "Quando qualcuno che segui pubblica un argomento", - "notificationType_new-reply": "Quando viene pubblicata una nuova risposta in un argomento che stai seguendo", - "notificationType_post-edit": "Quando un post viene modificato in un topic che stai guardando", - "notificationType_follow": "Quando qualcuno inizia a seguirti", - "notificationType_new-chat": "Quando ricevi un messaggio in chat", - "notificationType_new-group-chat": "Quando ricevi un messaggio di chat di gruppo", - "notificationType_new-public-chat": "Quando ricevi un messaggio di chat di gruppo pubblico", - "notificationType_group-invite": "Quando ricevi un invito ad un gruppo", - "notificationType_group-leave": "Quando un utente lascia il gruppo", - "notificationType_group-request-membership": "Quando qualcuno richiede di iscriversi a un gruppo di tua proprietà", - "notificationType_new-register": "Quando qualcuno viene aggiunto alla coda di registrazione", - "notificationType_post-queue": "Quando un nuovo post è in coda", - "notificationType_new-post-flag": "Quando un post viene segnalato", - "notificationType_new-user-flag": "Quando un utente viene segnalato" + "notification-only": "Solo Notifiche", + "email-only": "Solo Email", + "notification-and-email": "Email e Notifica", + "notificationType-upvote": "Quando il tuo post riceve un Mi Piace", + "notificationType-new-topic": "Quando qualcuno che segui posta una discussione", + "notificationType-new-topic-with-tag": "Quando una discussione viene postata con un tag che segui", + "notificationType-new-reply": "Quando viene postata una nuova risposta in una discussione che stai seguendo", + "notificationType-post-edit": "Quando un post viene modificato in una discussione che stai guardando", + "notificationType-follow": "Quando qualcuno inizia a seguirti", + "notificationType-new-chat": "Quando ricevi un messaggio in chat", + "notificationType-new-group-chat": "Quando ricevi un messaggio di chat di gruppo", + "notificationType-new-public-chat": "Quando ricevi un messaggio di chat di gruppo pubblico", + "notificationType-group-invite": "Quando ricevi un invito ad un gruppo", + "notificationType-group-leave": "Quando un utente lascia il gruppo", + "notificationType-group-request-membership": "Quando qualcuno richiede di iscriversi a un gruppo di tua proprietà", + "notificationType-new-register": "Quando qualcuno viene aggiunto alla coda di registrazione", + "notificationType-post-queue": "Quando un nuovo post è in coda", + "notificationType-new-post-flag": "Quando un post viene segnalato", + "notificationType-new-user-flag": "Quando un utente viene segnalato", + "notificationType-new-reward": "Quando guadagni una nuova ricompensa" } \ No newline at end of file diff --git a/public/language/it/pages.json b/public/language/it/pages.json index b382c770c6..f3045b97fc 100644 --- a/public/language/it/pages.json +++ b/public/language/it/pages.json @@ -17,7 +17,7 @@ "registration-queue": "Coda di registrazione", "users/online": "Utenti Online", "users/latest": "Ultimi Utenti", - "users/sort-posts": "Utenti maggiori contributori", + "users/sort-posts": "Utenti con il maggior numero di post", "users/sort-reputation": "Utenti con la reputazione più alta", "users/banned": "Utenti Bannati", "users/most-flags": "Gli utenti più segnalati", @@ -47,8 +47,9 @@ "account/latest-posts": "Ultimi post creati da %1", "account/topics": "Discussioni create da %1", "account/groups": "Gruppi di %1", - "account/watched_categories": "Categorie seguite da %1'", - "account/bookmarks": "%1 Post tra i favoriti", + "account/watched-categories": "Categorie seguite da %1'", + "account/watched-tags": "%1's Tag seguiti", + "account/bookmarks": "%1 Post aggiunti ai segnalibri", "account/settings": "Impostazioni Utente", "account/settings-of": "Modifica impostazioni di %1", "account/watched": "Discussioni seguite da %1", diff --git a/public/language/it/post-queue.json b/public/language/it/post-queue.json index 80898f2d1d..14c6afa67d 100644 --- a/public/language/it/post-queue.json +++ b/public/language/it/post-queue.json @@ -10,7 +10,7 @@ "category": "Categoria", "title": "Titolo", "content": "Contenuto", - "posted": "Pubblicato", + "posted": "Postato", "reply-to": "Rispondi a \"%1\"", "content-editable": "Clicca sul contenuto da modificare", "category-editable": "Clicca sulla categoria da modificare", diff --git a/public/language/it/recent.json b/public/language/it/recent.json index 5c7208a7d6..88d7577fbb 100644 --- a/public/language/it/recent.json +++ b/public/language/it/recent.json @@ -5,7 +5,7 @@ "month": "Mese", "year": "Anno", "alltime": "Sempre", - "no_recent_topics": "Non ci sono discussioni recenti.", - "no_popular_topics": "Non ci sono discussioni popolari.", + "no-recent-topics": "Non ci sono discussioni recenti.", + "no-popular-topics": "Non ci sono discussioni popolari.", "load-new-posts": "Carica nuovi post" } \ No newline at end of file diff --git a/public/language/it/register.json b/public/language/it/register.json index 3b451133dc..6367f19927 100644 --- a/public/language/it/register.json +++ b/public/language/it/register.json @@ -1,32 +1,32 @@ { "register": "Registrati", "already-have-account": "Hai già un account?", - "cancel_registration": "Cancella Registrazione", + "cancel-registration": "Cancella Registrazione", "help.email": "Per impostazione predefinita, la tua email sarà nascosta al pubblico.", - "help.username_restrictions": "Un nome utente univoco tra %1 e %2 caratteri. Altri possono citarti con @nome utente.", - "help.minimum_password_length": "La lunghezza della password deve essere di almeno %1 caratteri.", - "email_address": "Indirizzo Email", - "email_address_placeholder": "Inserisci l'indirizzo email", + "help.username-restrictions": "Un nome utente univoco tra %1 e %2 caratteri. Altri possono citarti con @nome utente.", + "help.minimum-password-length": "La lunghezza della password deve essere di almeno %1 caratteri.", + "email-address": "Indirizzo Email", + "email-address-placeholder": "Inserisci l'indirizzo email", "username": "Nome utente", - "username_placeholder": "Inserisci il Nome utente", + "username-placeholder": "Inserisci il Nome utente", "password": "Password", - "password_placeholder": "Inserisci la Password", - "confirm_password": "Conferma la Password", - "confirm_password_placeholder": "Conferma la Password", - "register_now_button": "Registrati Ora", - "alternative_registration": "Altri metodi di registrazione", - "terms_of_use": "Termini di Utilizzo", - "agree_to_terms_of_use": "Accetto i Termini di Utilizzo", - "terms_of_use_error": "Devi accettare i Termini d'Utilizzo", + "password-placeholder": "Inserisci la Password", + "confirm-password": "Conferma la Password", + "confirm-password-placeholder": "Conferma la Password", + "register-now-button": "Registrati Ora", + "alternative-registration": "Altri metodi di registrazione", + "terms-of-use": "Termini di Utilizzo", + "agree-to-terms-of-use": "Accetto i Termini di Utilizzo", + "terms-of-use-error": "Devi accettare i Termini d'Utilizzo", "registration-added-to-queue": "La tua registrazione è stata aggiunta alla coda di approvazione. Riceverai un'email quando sarà accettata da un amministratore.", "registration-queue-average-time": "Il nostro tempo medio per l'approvazione delle iscrizioni è di %1 ore %2 minuti.", "registration-queue-auto-approve-time": "La tua iscrizione a questo forum sarà completamente attivata entro un massimo di %1 ore.", "interstitial.intro": "Vorremmo alcune informazioni aggiuntive per aggiornare il tuo account…", "interstitial.intro-new": "Vorremmo alcune informazioni aggiuntive prima di poter creare il tuo account…", "interstitial.errors-found": "Si prega di rivedere le informazioni inserite:", - "gdpr_agree_data": "Acconsento alla raccolta e al trattamento dei miei dati personali su questo sito web.", - "gdpr_agree_email": "Acconsento a ricevere email di riepilogo e notifiche da questo sito web.", - "gdpr_consent_denied": "È necessario dare il consenso a questo sito per raccogliere/elaborare i tuoi dati e per inviarti email.", + "gdpr-agree-data": "Acconsento alla raccolta e al trattamento dei miei dati personali su questo sito web.", + "gdpr-agree-email": "Acconsento a ricevere email di riepilogo e notifiche da questo sito web.", + "gdpr-consent-denied": "È necessario dare il consenso a questo sito per raccogliere/elaborare i tuoi dati e per inviarti email.", "invite.error-admin-only": "La registrazione diretta degli utenti è stata disabilitata. Si prega di contattare un amministratore per maggiori dettagli.", "invite.error-invite-only": "La registrazione diretta degli utenti è stata disabilitata. Devi essere invitato da un utente esistente per accedere a questo forum.", "invite.error-invalid-data": "I dati di registrazione ricevuti non corrispondono ai nostri registri. Si prega di contattare un amministratore per maggiori dettagli" diff --git a/public/language/it/reset_password.json b/public/language/it/reset_password.json index 7fb0ba28c4..fadcb71116 100644 --- a/public/language/it/reset_password.json +++ b/public/language/it/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "Resetta Password", - "update_password": "Aggiorna Password", - "password_changed.title": "Password Modificata", - "password_changed.message": "

La password è stata resettata con successo. Effettua di nuovo l'accesso.", - "wrong_reset_code.title": "Codice di reset non corretto", - "wrong_reset_code.message": "Il codice di reset ricevuto non è corretto. Prova ancora, oppure richiedi un nuovo codice.", - "new_password": "Nuova Password", - "repeat_password": "Conferma Password", - "changing_password": "Modifica della password", - "enter_email": "Per favore inserisci il tuo indirizzo email e ti invieremo un'email con le istruzioni per resettare il tuo account.", - "enter_email_address": "Inserisci l'Indirizzo Email", - "password_reset_sent": "Se l'indirizzo specificato corrisponde ad un account utente esistente, è stata inviata un'email di reset della password. Si prega di notare che sarà inviata una sola email al minuto.", - "invalid_email": "Email invalida / L'email non esiste!", - "password_too_short": "La password inserita è troppo corta, per favore inserisci una password differente.", - "passwords_do_not_match": "Le due password che hai inserito non corrispondono.", - "password_expired": "La tua password è scaduta, per favore scegline una nuova" + "reset-password": "Resetta Password", + "update-password": "Aggiorna Password", + "password-changed.title": "Password Modificata", + "password-changed.message": "

La password è stata resettata con successo. Effettua di nuovo l'accesso.", + "wrong-reset-code.title": "Codice di reset non corretto", + "wrong-reset-code.message": "Il codice di reset ricevuto non è corretto. Prova ancora, oppure richiedi un nuovo codice.", + "new-password": "Nuova Password", + "repeat-password": "Conferma Password", + "changing-password": "Modifica della password", + "enter-email": "Per favore inserisci il tuo indirizzo email e ti invieremo un'email con le istruzioni per resettare il tuo account.", + "enter-email-address": "Inserisci l'Indirizzo Email", + "password-reset-sent": "Se l'indirizzo specificato corrisponde ad un account utente esistente, è stata inviata un'email di reset della password. Si prega di notare che sarà inviata una sola email al minuto.", + "invalid-email": "Email invalida / L'email non esiste!", + "password-too-short": "La password inserita è troppo corta, per favore inserisci una password differente.", + "passwords-do-not-match": "Le due password che hai inserito non corrispondono.", + "password-expired": "La tua password è scaduta, per favore scegline una nuova" } \ No newline at end of file diff --git a/public/language/it/rewards.json b/public/language/it/rewards.json new file mode 100644 index 0000000000..aa9de6a86a --- /dev/null +++ b/public/language/it/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "Ti sono state assegnate%1 reputazione", + "awarded-group-membership": "Sei stato aggiunto al gruppo %1", + + "essentials/user.reputation-conditional-value": "(Reputazione %1 %2)", + "essentials/user.postcount-conditional-value": "(Conteggio post %1 %2)", + "essentials/user.lastonline-conditional-value": "(Ultimo online %1 %2)", + "essentials/user.joindate-conditional-value": "(Data iscrizione %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Giorni registrati %1 %2)" +} \ No newline at end of file diff --git a/public/language/it/search.json b/public/language/it/search.json index f3fdbf3636..04d973ab35 100644 --- a/public/language/it/search.json +++ b/public/language/it/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Digita per cercare", - "results_matching": "%1 risultato(i) corrispondente(i) \"%2\", (%3 secondi)", + "results-matching": "%1 risultato(i) corrispondente(i) \"%2\", (%3 secondi)", "no-matches": "Nessuna corrispondenza trovata", "advanced-search": "Ricerca Avanzata", "in": "In", @@ -36,7 +36,7 @@ "at-most": "Al massimo", "relevance": "Rilevanza", "time": "Tempo", - "post-time": "Ora Post", + "post-time": "Ora post", "votes": "Voti", "newer-than": "Più recente di", "older-than": "Più vecchi di", diff --git a/public/language/it/tags.json b/public/language/it/tags.json index e7a01422af..ba76cdfe43 100644 --- a/public/language/it/tags.json +++ b/public/language/it/tags.json @@ -1,11 +1,17 @@ { "all-tags": "Tutti i tag", - "no_tag_topics": "Non ci sono discussioni con questo tag.", + "no-tag-topics": "Non ci sono discussioni con questo tag.", "no-tags-found": "Nessun tag trovato", "tags": "Tag", - "enter_tags_here": "Inserisci qui i tag, tra %1 e %2 caratteri ciascuno.", - "enter_tags_here_short": "Inserisci i tag...", - "no_tags": "Non ci sono ancora tag.", - "select_tags": "Seleziona tag", - "tag-whitelist": "Tag Whitelist" + "enter-tags-here": "Inserisci qui i tag, tra %1 e %2 caratteri ciascuno.", + "enter-tags-here-short": "Inserisci i tag...", + "no-tags": "Non ci sono ancora tag.", + "select-tags": "Seleziona tag", + "tag-whitelist": "Tag Whitelist", + "watching": "Seguito", + "not-watching": "Non seguito", + "watching.description": "Notificami le nuove discussioni.", + "not-watching.description": "Non notificatemi le nuove discussioni.", + "following-tag.message": "Ora riceverai notifiche quando qualcuno posta una discussione con questo tag.", + "not-following-tag.message": "Non riceverai notifiche quando qualcuno posta una discussione con questo tag." } \ No newline at end of file diff --git a/public/language/it/themes/harmony.json b/public/language/it/themes/harmony.json index 661a9f7ac5..0fbbe1dd06 100644 --- a/public/language/it/themes/harmony.json +++ b/public/language/it/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "La barra degli strumenti nelle pagine delle discussioni e delle categorie si attacca alla parte superiore della pagina.", "settings.autohideBottombar": "Nascondi automaticamente la barra inferiore", "settings.autohideBottombar.help": "La barra inferiore nella visualizzazione mobile sarà nascosta quando la pagina viene fatta scorrere verso il basso.", + "settings.openSidebars": "Apri le barre laterali", "settings.chatModals": "Abilita i modali della chat" } \ No newline at end of file diff --git a/public/language/it/top.json b/public/language/it/top.json index 5146312ddf..a093f9ac2a 100644 --- a/public/language/it/top.json +++ b/public/language/it/top.json @@ -1,4 +1,4 @@ { "title": "In alto", - "no_top_topics": "Nessuna discussione principale" + "no-top-topics": "Nessuna discussione principale" } \ No newline at end of file diff --git a/public/language/it/topic.json b/public/language/it/topic.json index 9786279944..273e660bc8 100644 --- a/public/language/it/topic.json +++ b/public/language/it/topic.json @@ -1,20 +1,20 @@ { "topic": "Discussione", "title": "Titolo", - "no_topics_found": "Nessuna discussione trovata!", - "no_posts_found": "Nessun post trovato!", - "post_is_deleted": "Questo post è eliminato!", - "topic_is_deleted": "Questa discussione è stata eliminata", + "no-topics-found": "Nessuna discussione trovata!", + "no-posts-found": "Nessun post trovato!", + "post-is-deleted": "Questo post è eliminato!", + "topic-is-deleted": "Questa discussione è stata eliminata", "profile": "Profilo", - "posted_by": "Postato da %1", - "posted_by_guest": "Scritto da Ospite", + "posted-by": "Postato da %1", + "posted-by-guest": "Postato da Ospite", "chat": "Chat", - "notify_me": "Ricevi notifiche di nuove risposte in questa discussione", + "notify-me": "Ricevi notifiche di nuove risposte in questa discussione", "quote": "Cita", "reply": "Rispondi", - "replies_to_this_post": "%1 Risposte", - "one_reply_to_this_post": "1 Risposta", - "last_reply_time": "Ultima Risposta", + "replies-to-this-post": "%1 Risposte", + "one-reply-to-this-post": "1 Risposta", + "last-reply-time": "Ultima Risposta", "reply-as-topic": "Topic risposta", "guest-login-reply": "Effettua l'accesso per rispondere", "login-to-view": "Accedi per visualizzare", @@ -64,131 +64,132 @@ "user-referenced-topic-on": "%1 ha fatto riferimento a questa discussione su %3", "user-forked-topic-ago": "%1 ha biforcato questa discussione %3", "user-forked-topic-on": "%1 ha biforcato questa discussione su %3", - "bookmark_instructions": "Clicca qui per tornare all'ultimo post letto in questa discussione.", + "bookmark-instructions": "Clicca qui per tornare all'ultimo post letto in questa discussione.", "flag-post": "Segnala questo post", "flag-user": "Segnala questo utente", "already-flagged": "Già segnalato", "view-flag-report": "Visualizza rapporto segnalazione", "resolve-flag": "Risolvi segnalazione", - "merged_message": "Questa discussione è stata unita a %2", - "deleted_message": "Questa discussione è stata eliminata. Solo gli utenti con diritti di gestione possono vederla.", - "following_topic.message": "Da ora riceverai notifiche quando qualcuno posterà in questa discussione.", - "not_following_topic.message": "Vedrai questa discussione nella lista delle discussioni non lette, ma non riceverai notifiche quando qualcuno risponde a questa discussione.", - "ignoring_topic.message": "Non vedrai più questa discussione tra la lista dei non letti. Sarai notificato in caso qualcuno ti menzioni o se un tuo post viene votato positivamente.", - "login_to_subscribe": "Si prega di accedere o registrarsi per potersi iscrivere a questa discussione.", + "merged-message": "Questa discussione è stata unita a %2", + "forked-message": "Questa discussione è stata biforcato da %2", + "deleted-message": "Questa discussione è stata eliminata. Solo gli utenti con diritti di gestione possono vederla.", + "following-topic.message": "Da ora riceverai notifiche quando qualcuno posterà in questa discussione.", + "not-following-topic.message": "Vedrai questa discussione nella lista delle discussioni non lette, ma non riceverai notifiche quando qualcuno posterà in questa discussione.", + "ignoring-topic.message": "Non vedrai più questo discussione nell'elenco delle discussioni non lette. Riceverai una notifica quando vieni menzionato o il tuo post viene votato positivamente.", + "login-to-subscribe": "Si prega di accedere o registrarsi per potersi iscrivere a questa discussione.", "markAsUnreadForAll.success": "Discussione segnata come non letta per tutti.", - "mark_unread": "Segna come non letto", - "mark_unread.success": "Discussione è stata marcata come non letta.", + "mark-unread": "Segna come non letto", + "mark-unread.success": "Discussione è stata marcata come non letta.", "watch": "Segui", "unwatch": "Non osservare più", "watch.title": "Ricevi notifiche di nuove risposte in questa discussione", "unwatch.title": "Smetti di osservare questa discussione", - "share_this_post": "Condividi questo Post", + "share-this-post": "Condividi questo Post", "watching": "Seguito", "not-watching": "Non Seguito", "ignoring": "Ignorato", "watching.description": "Notificami sulle nuove risposte.
Mostra la discussione tra le non lette.", "not-watching.description": "Non notificarmi sulle nuove risposte.
Mostra la discussione fra le non lette se la categoria non è ignorata.", "ignoring.description": "Non notificarmi sulle nuove risposte.
Non mostrare la discussione fra le non lette.", - "thread_tools.title": "Strumenti per la Discussione", - "thread_tools.markAsUnreadForAll": "Marca come Non Letta per tutti", - "thread_tools.pin": "Fissa Discussione", - "thread_tools.unpin": "Libera Discussione", - "thread_tools.lock": "Blocca Discussione", - "thread_tools.unlock": "Sblocca Discussione", - "thread_tools.move": "Sposta Discussione", - "thread_tools.move-posts": "Sposta Post", - "thread_tools.move_all": "Sposta Tutto", - "thread_tools.change_owner": "Cambia proprietario", - "thread_tools.select_category": "Seleziona Categoria", - "thread_tools.fork": "Dividi Discussione", - "thread_tools.tag": "Tag Discussione", - "thread_tools.delete": "Elimina Discussione", - "thread_tools.delete-posts": "Elimina Post", - "thread_tools.delete_confirm": "Sei sicuro di voler eliminare questa discussione?", - "thread_tools.restore": "Ripristina Discussione", - "thread_tools.restore_confirm": "Sei sicuro di voler ripristinare questa discussione?", - "thread_tools.purge": "Elimina definitivamente discussione", - "thread_tools.purge_confirm": "Sei sicuro di voler eliminare definitivamente questa discussione?", - "thread_tools.merge_topics": "Unisci le Discussioni", - "thread_tools.merge": "Unisci discussione", - "topic_move_success": "Questa discussione sarà spostata in \"%1\" a breve. Clicca qui per annullare.", - "topic_move_multiple_success": "Queste discussioni saranno spostata in \"%1\" a breve. Clicca qui per annullare.", - "topic_move_all_success": "Tutte le discussioni saranno spostata in \"%1\" a breve. Clicca qui per annullare.", - "topic_move_undone": "Spostamento della discussione annullato", - "topic_move_posts_success": "I post saranno spostati a breve. Fare clic qui per annullare.", - "topic_move_posts_undone": "Spostamento post annullato", - "post_delete_confirm": "Sei sicuro di voler eliminare questo post?", - "post_restore_confirm": "Sei sicuro di voler ripristinare questo post?", - "post_purge_confirm": "Sei sicuro di voler eliminare definitivamente questo post?", + "thread-tools.title": "Strumenti per la Discussione", + "thread-tools.markAsUnreadForAll": "Marca come Non Letta per tutti", + "thread-tools.pin": "Fissa Discussione", + "thread-tools.unpin": "Libera Discussione", + "thread-tools.lock": "Blocca Discussione", + "thread-tools.unlock": "Sblocca Discussione", + "thread-tools.move": "Sposta Discussione", + "thread-tools.move-posts": "Sposta Post", + "thread-tools.move-all": "Sposta Tutto", + "thread-tools.change-owner": "Cambia proprietario", + "thread-tools.select-category": "Seleziona Categoria", + "thread-tools.fork": "Dividi Discussione", + "thread-tools.tag": "Tag Discussione", + "thread-tools.delete": "Elimina Discussione", + "thread-tools.delete-posts": "Elimina Post", + "thread-tools.delete-confirm": "Sei sicuro di voler eliminare questa discussione?", + "thread-tools.restore": "Ripristina Discussione", + "thread-tools.restore-confirm": "Sei sicuro di voler ripristinare questa discussione?", + "thread-tools.purge": "Elimina definitivamente discussione", + "thread-tools.purge-confirm": "Sei sicuro di voler eliminare definitivamente questa discussione?", + "thread-tools.merge-topics": "Unisci le Discussioni", + "thread-tools.merge": "Unisci discussione", + "topic-move-success": "Questa discussione sarà spostata in \"%1\" a breve. Clicca qui per annullare.", + "topic-move-multiple-success": "Queste discussioni saranno spostata in \"%1\" a breve. Clicca qui per annullare.", + "topic-move-all-success": "Tutte le discussioni saranno spostata in \"%1\" a breve. Clicca qui per annullare.", + "topic-move-undone": "Spostamento della discussione annullato", + "topic-move-posts-success": "I post saranno spostati a breve. Fare clic qui per annullare.", + "topic-move-posts-undone": "Spostamento post annullato", + "post-delete-confirm": "Sei sicuro di voler eliminare questo post?", + "post-restore-confirm": "Sei sicuro di voler ripristinare questo post?", + "post-purge-confirm": "Sei sicuro di voler eliminare definitivamente questo post?", "pin-modal-expiry": "Data di scadenza", "pin-modal-help": "Facoltativamente, è possibile impostare una data di scadenza per le discussioni fissate qui. In alternativa, è possibile lasciare vuoto questo campo per mantenere la discussione fissata fino a quando non viene liberata manualmente.", - "load_categories": "Caricamento Categorie", - "confirm_move": "Sposta", - "confirm_fork": "Dividi", + "load-categories": "Caricamento Categorie", + "confirm-move": "Sposta", + "confirm-fork": "Dividi", "bookmark": "Favorito", "bookmarks": "Favoriti", - "bookmarks.has_no_bookmarks": "Non hai nessun post tra i favoriti", + "bookmarks.has-no-bookmarks": "Non hai ancora aggiunto alcun post ai segnalibri.", "copy-permalink": "Copia collegamento permanente", - "loading_more_posts": "Caricamento altri post", - "move_topic": "Sposta Discussione", - "move_topics": "Sposta Discussioni", - "move_post": "Sposta Post", - "post_moved": "Post spostato!", - "fork_topic": "Dividi Discussione", + "loading-more-posts": "Caricamento altri post", + "move-topic": "Sposta Discussione", + "move-topics": "Sposta Discussioni", + "move-post": "Sposta Post", + "post-moved": "Post spostato!", + "fork-topic": "Dividi Discussione", "enter-new-topic-title": "Inserisci il nuovo titolo della discussione", - "fork_topic_instruction": "Fai clic sui post di cui desideri eseguire il fork, inserisci un titolo per la nuova discussione e fai clic su Fork Discussione", - "fork_no_pids": "Nessun post selezionato!", + "fork-topic-instruction": "Fai clic sui post di cui desideri eseguire il fork, inserisci un titolo per la nuova discussione e fai clic su Fork Discussione", + "fork-no-pids": "Nessun post selezionato!", "no-posts-selected": "Nessun post selezionato!", "x-posts-selected": "%1 post selezionato(i)", "x-posts-will-be-moved-to-y": "%1 post sarà(anno) spostato(i) in \"%2\"", - "fork_pid_count": "%1 post selezionati", - "fork_success": "Topic Diviso con successo ! Clicca qui per andare al Topic Diviso.", - "delete_posts_instruction": "Clicca sui post che vuoi eliminare/eliminare definitivamente", - "merge_topics_instruction": "Clicca sulle discussioni che vuoi unire o cercare", + "fork-pid-count": "%1 post selezionati", + "fork-success": "Topic Diviso con successo ! Clicca qui per andare al Topic Diviso.", + "delete-posts-instruction": "Clicca sui post che vuoi eliminare/eliminare definitivamente", + "merge-topics-instruction": "Clicca sulle discussioni che vuoi unire o cercare", "merge-topic-list-title": "Elenco delle discussioni da unire", "merge-options": "Opzioni di unione", "merge-select-main-topic": "Seleziona discussione principale", "merge-new-title-for-topic": "Nuovo titolo per la discussione", "topic-id": "ID discussione", - "move_posts_instruction": "Clicca sui post da spostare, poi inserisci l'ID della discussione o vai alla discussione di destinazione", - "move_topic_instruction": "Seleziona la categoria di destinazione e fai clic su sposta", - "change_owner_instruction": "Clicca sui post che vuoi assegnare ad un altro utente", - "composer.title_placeholder": "Inserisci qui il titolo della discussione...", - "composer.handle_placeholder": "Inserisci qui il tuo nome/nome utente ospite", + "move-posts-instruction": "Clicca sui post da spostare, poi inserisci l'ID della discussione o vai alla discussione di destinazione", + "move-topic-instruction": "Seleziona la categoria di destinazione e fai clic su sposta", + "change-owner-instruction": "Clicca sui post che vuoi assegnare ad un altro utente", + "composer.title-placeholder": "Inserisci qui il titolo della discussione...", + "composer.handle-placeholder": "Inserisci qui il tuo nome/nome utente ospite", "composer.hide": "Nascondi", "composer.discard": "Annulla", "composer.submit": "Invia", "composer.additional-options": "Opzioni aggiuntive", "composer.post-later": "Post successivo", "composer.schedule": "Pianifica", - "composer.replying_to": "Rispondendo a %1", - "composer.new_topic": "Nuova Discussione", + "composer.replying-to": "Rispondendo a %1", + "composer.new-topic": "Nuova Discussione", "composer.editing-in": "Modifica post in %1", "composer.uploading": "caricamento...", - "composer.thumb_url_label": "Incolla l'URL della miniatura per la discussione", - "composer.thumb_title": "Aggiungi una miniatura a questa discussione", - "composer.thumb_url_placeholder": "http://esempio.com/immagine.png", - "composer.thumb_file_label": "Oppure carica un file", - "composer.thumb_remove": "Resetta i campi", - "composer.drag_and_drop_images": "Trascina e rilascia le immagini qui", - "more_users_and_guests": "%1 altro(i) utente(i) e %2 ospite(i)", - "more_users": "%1 altro(i) utente(i)", - "more_guests": "%1 altro(i) ospite(i)", - "users_and_others": "%1 e %2 altri", - "sort_by": "Ordina per", - "oldest_to_newest": "Da Vecchi a Nuovi", - "newest_to_oldest": "Da Nuovi a Vecchi", - "most_votes": "Più Voti", - "most_posts": "Più Post", - "most_views": "Più visualizzazioni", + "composer.thumb-url-label": "Incolla l'URL della miniatura per la discussione", + "composer.thumb-title": "Aggiungi una miniatura a questa discussione", + "composer.thumb-url-placeholder": "http://esempio.com/immagine.png", + "composer.thumb-file-label": "Oppure carica un file", + "composer.thumb-remove": "Resetta i campi", + "composer.drag-and-drop-images": "Trascina e rilascia le immagini qui", + "more-users-and-guests": "%1 altro(i) utente(i) e %2 ospite(i)", + "more-users": "%1 altro(i) utente(i)", + "more-guests": "%1 altro(i) ospite(i)", + "users-and-others": "%1 e %2 altri", + "sort-by": "Ordina per", + "oldest-to-newest": "Da Vecchi a Nuovi", + "newest-to-oldest": "Da Nuovi a Vecchi", + "most-votes": "Più Voti", + "most-posts": "Più Post", + "most-views": "Più visualizzazioni", "stale.title": "Preferisci creare una nuova discussione?", "stale.warning": "Il topic al quale stai rispondendo è abbastanza vecchio. Vorresti piuttosto creare un nuovo topic in riferimento a questo nella tua risposta?", "stale.create": "Crea una nuova discussione", - "stale.reply_anyway": "Rispondi comunque a questa discussione", - "link_back": "Re: [%1](%2)", + "stale.reply-anyway": "Rispondi comunque a questa discussione", + "link-back": "Re: [%1](%2)", "diffs.title": "Cronologia modifiche del Post", - "diffs.description": "Questo post ha %1 revisioni. Clicca su una revisione in basso per vederne il contenuto in un momento precedente.", + "diffs.description": "Questo post ha %1 revisioni. Clicca su una revisione in basso per vederne il contenuto del post in quel momento.", "diffs.no-revisions-description": "Questo post ha %1 revisioni.", "diffs.current-revision": "revisione corrente", "diffs.original-revision": "revisione originale", @@ -197,8 +198,8 @@ "diffs.post-restored": "Post ripristinato con successo alla revisione precedente", "diffs.delete": "Elimina questa revisione", "diffs.deleted": "Revisione eliminata", - "timeago_later": "%1 dopo", - "timeago_earlier": "%1 precedente", + "timeago-later": "%1 dopo", + "timeago-earlier": "%1 precedente", "first-post": "Primo post", "last-post": "Ultimo post", "go-to-my-next-post": "Vai al mio prossimo post", diff --git a/public/language/it/unread.json b/public/language/it/unread.json index 162a4cb59c..fee0c3fff2 100644 --- a/public/language/it/unread.json +++ b/public/language/it/unread.json @@ -1,12 +1,12 @@ { "title": "Non letto", - "no_unread_topics": "Non ci sono discussioni non lette.", - "load_more": "Carica di più", - "mark_as_read": "Segna come Letto", + "no-unread-topics": "Non ci sono discussioni non lette.", + "load-more": "Carica di più", + "mark-as-read": "Segna come Letto", "selected": "Selezionato", "all": "Tutti", - "all_categories": "Tutte le categorie", - "topics_marked_as_read.success": "Discussione marcata come letta!", + "all-categories": "Tutte le categorie", + "topics-marked-as-read.success": "Discussione marcata come letta!", "all-topics": "Tutte le Discussioni", "new-topics": "Nuova Discussione", "watched-topics": "Discussioni seguite", diff --git a/public/language/it/user.json b/public/language/it/user.json index 6c4a4a64ca..2925e2013d 100644 --- a/public/language/it/user.json +++ b/public/language/it/user.json @@ -7,22 +7,22 @@ "joindate": "Data di iscrizione", "postcount": "Numero Post", "email": "Email", - "confirm_email": "Conferma Email", - "account_info": "Informazioni dell'account", - "admin_actions_label": "Azioni amministrative", - "ban_account": "BAN dell'account", - "ban_account_confirm": "Sei sicuro di voler bannare questo utente?", - "unban_account": "Togli il BAN", - "mute_account": "Silenzia account", - "unmute_account": "Disattiva silenzia account", - "delete_account": "Elimina Account", - "delete_account_as_admin": "Elimina account", - "delete_content": "Elimina contenuto account", - "delete_all": "Elimina account e contenuto", - "delete_account_confirm": "Sei sicuro di voler rendere anonimi i tuoi post ed eliminare il tuo account?\n
Questa azione è irreversibile e non sarà possibile recuperare nessuno dei tuoi dati

Inserisci la tua password per confermare che vuoi eliminare questo account.", - "delete_this_account_confirm": "Sei sicuro di voler eliminare questo account abbandonando il suo contenuto?
Questa azione è irreversibile, i post saranno resi anonimi e non sarà possibile ripristinare le associazioni dei post con l'account eliminato

", - "delete_account_content_confirm": "Sei sicuro di voler eliminare il contenuto di questo account (post/discussioni/upload)?
Questa azione è irreversibile e non sarà possibile recuperare i dati

", - "delete_all_confirm": "Sei sicuro di voler eliminare questo account e tutto il suo contenuto (post/discussioni/upload)?
Questa azione è irreversibile e non sarà possibile recuperare i dati

", + "confirm-email": "Conferma Email", + "account-info": "Informazioni dell'account", + "admin-actions-label": "Azioni amministrative", + "ban-account": "BAN dell'account", + "ban-account-confirm": "Sei sicuro di voler bannare questo utente?", + "unban-account": "Togli il BAN", + "mute-account": "Silenzia account", + "unmute-account": "Disattiva silenzia account", + "delete-account": "Elimina Account", + "delete-account-as-admin": "Elimina account", + "delete-content": "Elimina contenuto account", + "delete-all": "Elimina account e contenuto", + "delete-account-confirm": "Sei sicuro di voler rendere anonimi i tuoi post ed eliminare il tuo account?\n
Questa azione è irreversibile e non sarà possibile recuperare nessuno dei tuoi dati

Inserisci la tua password per confermare che vuoi eliminare questo account.", + "delete-this-account-confirm": "Sei sicuro di voler eliminare questo account abbandonando il suo contenuto?
Questa azione è irreversibile, i post saranno resi anonimi e non sarà possibile ripristinare le associazioni dei post con l'account eliminato

", + "delete-account-content-confirm": "Sei sicuro di voler eliminare il contenuto di questo account (post/discussioni/upload)?
Questa azione è irreversibile e non sarà possibile recuperare i dati

", + "delete-all-confirm": "Sei sicuro di voler eliminare questo account e tutto il suo contenuto (post/discussioni/upload)?
Questa azione è irreversibile e non sarà possibile recuperare i dati

", "account-deleted": "Account eliminato", "account-content-deleted": "Contenuto dell'account eliminato", "fullname": "Nome e Cognome", @@ -32,11 +32,12 @@ "joined": "Iscrizione", "lastonline": "Ultimo Accesso", "profile": "Profilo", - "profile_views": "Visite al profilo", + "profile-views": "Visite al profilo", "reputation": "Reputazione", "bookmarks": "Preferiti", - "watched_categories": "Categorie seguite", - "change_all": "Cambia Tutto", + "watched-categories": "Categorie seguite", + "watched-tags": "Tag seguiti", + "change-all": "Cambia Tutto", "watched": "Seguiti", "ignored": "Ignorati", "default-category-watch-state": "Stato di controllo della categoria predefinita", @@ -44,85 +45,86 @@ "following": "Chi segue", "blocks": "Blocchi", "blocked-users": "Utenti bloccati", - "block_toggle": "Gestisci blocco", - "block_user": "Blocca utente", - "unblock_user": "Sblocca utente", + "block-toggle": "Gestisci blocco", + "block-user": "Blocca utente", + "unblock-user": "Sblocca utente", "aboutme": "Su di me", "signature": "Firma", "birthday": "Data di nascita", "chat": "Chat", - "chat_with": "Continua la chat con %1", - "new_chat_with": "Inizia una nuova chat con %1", + "chat-with": "Continua la chat con %1", + "new-chat-with": "Inizia una nuova chat con %1", "flag-profile": "Segnala Profilo", "follow": "Segui", "unfollow": "Smetti di seguire", "more": "Altro", - "profile_update_success": "Profilo aggiornato correttamente!", - "change_picture": "Cambia Foto", - "change_username": "Modifica il nome utente", - "change_email": "Modifica Email", - "email_same_as_password": "Inserisci la tua password attuale per continuare – hai inserito di nuovo la tua nuova email", + "profile-update-success": "Profilo aggiornato correttamente!", + "change-picture": "Cambia Foto", + "change-username": "Modifica il nome utente", + "change-email": "Modifica Email", + "email-updated": "Email Aggiornata", + "email-same-as-password": "Inserisci la tua password attuale per continuare – hai inserito di nuovo la tua nuova email", "edit": "Modifica", "edit-profile": "Modifica Profilo", - "default_picture": "Icona di default", - "uploaded_picture": "Foto caricata", - "upload_new_picture": "Carica una nuova foto", - "upload_new_picture_from_url": "Carica nuova immagine da URL", - "current_password": "Password corrente", - "new_password": "Nuova password", - "change_password": "Cambia la Password", - "change_password_error": "Password non valida!", - "change_password_error_wrong_current": "La tua password corrente non è corretta!", - "change_password_error_match": "Le password devono coincidere!", - "change_password_error_privileges": "Non hai il permesso di cambiare questa password.", - "change_password_success": "La tua password è stata aggiornata!", - "confirm_password": "Conferma la Password", + "default-picture": "Icona di default", + "uploaded-picture": "Foto caricata", + "upload-new-picture": "Carica una nuova foto", + "upload-new-picture-from-url": "Carica nuova immagine da URL", + "current-password": "Password corrente", + "new-password": "Nuova password", + "change-password": "Cambia la Password", + "change-password-error": "Password non valida!", + "change-password-error-wrong-current": "La tua password corrente non è corretta!", + "change-password-error-match": "Le password devono coincidere!", + "change-password-error-privileges": "Non hai il permesso di cambiare questa password.", + "change-password-success": "La tua password è stata aggiornata!", + "confirm-password": "Conferma la Password", "password": "Password", - "username_taken_workaround": "Il nome utente che hai richiesto era già stato utilizzato, quindi lo abbiamo modificato leggermente. Ora il tuo è %1", - "password_same_as_username": "La tua password è uguale al tuo username, per piacere scegli un'altra password", - "password_same_as_email": "La tua password sembra coincidere con la tua email, per favore fornisci un'altra password.", - "weak_password": "Password debole.", - "upload_picture": "Carica foto", - "upload_a_picture": "Carica una foto", - "remove_uploaded_picture": "Elimina foto caricata", - "upload_cover_picture": "Carica immagine di copertina", - "remove_cover_picture_confirm": "Sei sicuro di voler eliminare l'immagine di copertina?", - "crop_picture": "Ritaglia immagine", - "upload_cropped_picture": "Ritaglia e carica", + "username-taken-workaround": "Il nome utente che hai richiesto era già stato utilizzato, quindi lo abbiamo modificato leggermente. Ora il tuo è %1", + "password-same-as-username": "La tua password è uguale al tuo username, per piacere scegli un'altra password", + "password-same-as-email": "La tua password sembra coincidere con la tua email, per favore fornisci un'altra password.", + "weak-password": "Password debole.", + "upload-picture": "Carica foto", + "upload-a-picture": "Carica una foto", + "remove-uploaded-picture": "Elimina foto caricata", + "upload-cover-picture": "Carica immagine di copertina", + "remove-cover-picture-confirm": "Sei sicuro di voler eliminare l'immagine di copertina?", + "crop-picture": "Ritaglia immagine", + "upload-cropped-picture": "Ritaglia e carica", "avatar-background-colour": "Colore di sfondo dell'avatar", "settings": "Impostazioni", - "show_email": "Mostra la mia Email", - "show_fullname": "Mostra il mio nome completo", - "restrict_chats": "Abilita messaggi in chat soltanto dagli utenti che seguo", - "digest_label": "Iscriviti al Riepilogo", - "digest_description": "Abbonati agli aggiornamenti via email di questo forum (nuove notifiche e discussioni) secondo una pianificazione impostata", - "digest_off": "Spento", - "digest_daily": "Quotidiano", - "digest_weekly": "Settimanale", - "digest_biweekly": "Bisettimanale", - "digest_monthly": "Mensile", - "has_no_follower": "Questo utente non è seguito da nessuno :(", - "follows_no_one": "Questo utente non segue nessuno :(", - "has_no_posts": "Questo utente non ha ancora scritto niente.", - "has_no_best_posts": "Questo utente non ha ancora post votati positivamente.", - "has_no_topics": "Questo utente non ha ancora avviato discussioni.", - "has_no_watched_topics": "Questo utente non sta seguendo discussioni.", - "has_no_ignored_topics": "Questo utente non sta ignorando discussioni.", - "has_no_upvoted_posts": "Questo utente non ha ancora apprezzato nessun post.", - "has_no_downvoted_posts": "Questo utente non ha ancora votato negativamente alcun post", - "has_no_controversial_posts": "Questo utente non ha ancora nessun post votato negativamente.", - "has_no_blocks": "Non hai bloccato utenti.", - "email_hidden": "Email Nascosta", + "show-email": "Mostra la mia Email", + "show-fullname": "Mostra il mio nome completo", + "restrict-chats": "Abilita messaggi in chat soltanto dagli utenti che seguo", + "digest-label": "Iscriviti al Riepilogo", + "digest-description": "Abbonati agli aggiornamenti via email di questo forum (nuove notifiche e discussioni) secondo una pianificazione impostata", + "digest-off": "Spento", + "digest-daily": "Quotidiano", + "digest-weekly": "Settimanale", + "digest-biweekly": "Bisettimanale", + "digest-monthly": "Mensile", + "has-no-follower": "Questo utente non è seguito da nessuno :(", + "follows-no-one": "Questo utente non segue nessuno :(", + "has-no-posts": "Questo utente non ha ancora postato niente.", + "has-no-best-posts": "Questo utente non ha ancora post votati positivamente.", + "has-no-topics": "Questo utente non ha ancora postato alcuna discussione.", + "has-no-watched-topics": "Questo utente non sta seguendo discussioni.", + "has-no-ignored-topics": "Questo utente non sta ignorando discussioni.", + "has-no-upvoted-posts": "Questo utente non ha ancora apprezzato nessun post.", + "has-no-downvoted-posts": "Questo utente non ha ancora votato negativamente alcun post", + "has-no-controversial-posts": "Questo utente non ha ancora nessun post votato negativamente.", + "has-no-blocks": "Non hai bloccato utenti.", + "email-hidden": "Email Nascosta", "hidden": "nascosta", - "paginate_description": "Non utilizzare lo scroll infinito per discussioni e messaggi", - "topics_per_page": "Discussioni per Pagina", - "posts_per_page": "Post per Pagina", + "paginate-description": "Impagina discussioni e post invece di utilizzare lo scorrimento infinito", + "topics-per-page": "Discussioni per Pagina", + "posts-per-page": "Post per Pagina", "category-topic-sort": "Ordinamento discussione categoria", "topic-post-sort": "Ordinamento post discussione", - "max_items_per_page": "Massimo %1", - "acp_language": "Lingua pagina Admin", + "max-items-per-page": "Massimo %1", + "acp-language": "Lingua pagina Admin", "notifications": "Notifiche", - "upvote-notif-freq": "Frequenza Notifiche dei Mi Piace ", + "upvote-notif-freq": "Frequenza Notifiche dei Mi Piace", "upvote-notif-freq.all": "Tutti i Mi Piace", "upvote-notif-freq.first": "Primo per post", "upvote-notif-freq.everyTen": "Ogni Dieci Mi Piace", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "Ogni 10, 100, 1000...", "upvote-notif-freq.disabled": "Disabilitate", "browsing": "Impostazioni di Navigazione", - "open_links_in_new_tab": "Apri i link web in una nuova pagina", - "enable_topic_searching": "Abilita la ricerca negli argomenti", - "topic_search_help": "Se abilitata, la ricerca negli argomenti ignorerà il comportamento predefinito del browser per consentirti di cercare all'interno delle discussioni, anziché soltanto nel contenuto visibile a schermo", - "update_url_with_post_index": "Aggiorna l'url con l'indice dei posti durante la navigazione delle discussioni", - "scroll_to_my_post": "Dopo aver postato una risposta, mostra il nuovo post", - "follow_topics_you_reply_to": "Segui le discussioni a cui rispondi", - "follow_topics_you_create": "Segui le discussioni che crei", + "open-links-in-new-tab": "Apri i link web in una nuova pagina", + "enable-topic-searching": "Abilita la ricerca negli argomenti", + "topic-search-help": "Se abilitata, la ricerca negli argomenti ignorerà il comportamento predefinito del browser per consentirti di cercare all'interno delle discussioni, anziché soltanto nel contenuto visibile a schermo", + "update-url-with-post-index": "Aggiorna l'url con l'indice dei posti durante la navigazione delle discussioni", + "scroll-to-my-post": "Dopo aver postato una risposta, mostra il nuovo post", + "follow-topics-you-reply-to": "Segui le discussioni a cui rispondi", + "follow-topics-you-create": "Segui le discussioni che crei", "grouptitle": "Titolo del Gruppo", "group-order-help": "Seleziona un gruppo e usa le frecce per ordinare i titoli", "no-group-title": "Nessun titolo al gruppo", @@ -145,9 +147,9 @@ "no-skin": "Nessuna skin", "select-homepage": "Seleziona una Pagina Iniziale", "homepage": "Pagina Iniziale", - "homepage_description": "Seleziona una pagina da usare come pagina iniziale o \"Nessuna\" per usare quella di default.", - "custom_route": "Percorso Pagina Iniziale Personalizzato", - "custom_route_help": "Immettere un nome di percorso qui, senza alcuna barra precedente (es. \"recente\" o \"categoria/2/discussione-generale\")", + "homepage-description": "Seleziona una pagina da usare come pagina iniziale o \"Nessuna\" per usare quella di default.", + "custom-route": "Percorso Pagina Iniziale Personalizzato", + "custom-route-help": "Immettere un nome di percorso qui, senza alcuna barra precedente (es. \"recente\" o \"categoria/2/discussione-generale\")", "sso.title": "Servizi Single-Sign-On", "sso.associated": "Associa con", "sso.not-associated": "Clicca qui per associare con", @@ -179,25 +181,25 @@ "consent.title": "I tuoi dati personali", "consent.lead": "Questo forum raccoglie ed elabora i tuoi dati personali.", "consent.intro": "Utilizziamo queste informazioni per personalizzare rigorosamente la tua esperienza in questa comunità, così come per associare i post che fai dal tuo account utente. Durante la fase di registrazione ti è stato chiesto di fornire un nome utente e un indirizzo e-mail, è anche possibile fornire informazioni aggiuntive per completare il tuo profilo utente su questo sito web.

Conserviamo queste informazioni per la durata del tuo account utente e puoi ritirare il consenso in qualsiasi momento cancellando il tuo account. In qualsiasi momento è possibile richiedere una copia del proprio contributo a questo sito web, tramite la pagina I tuoi dati personali.

Se hai domande o dubbi, ti invitiamo a contattare il team amministrativo di questo forum.", - "consent.email_intro": "Occasionalmente, potremmo inviare email al tuo indirizzo email registrato per fornirti aggiornamenti e/o per informarti di nuove attività che ti riguardano. Puoi personalizzare la frequenza del riepilogo della comunità (compresa la disabilitazione definitiva), così come selezionare quali tipi di notifiche ricevere via email, tramite la pagina delle impostazioni utente.", - "consent.digest_frequency": "A meno che non sia stato modificato esplicitamente nelle impostazioni utente, questa comunità fornisce email riepilogative ogni %1.", - "consent.digest_off": "A meno che non sia stato modificato esplicitamente nelle impostazioni utente, questa comunità non invia email riepilogative", + "consent.email-intro": "Occasionalmente, potremmo inviare email al tuo indirizzo email registrato per fornirti aggiornamenti e/o per informarti di nuove attività che ti riguardano. Puoi personalizzare la frequenza del riepilogo della comunità (compresa la disabilitazione definitiva), così come selezionare quali tipi di notifiche ricevere via email, tramite la pagina delle impostazioni utente.", + "consent.digest-frequency": "A meno che non sia stato modificato esplicitamente nelle impostazioni utente, questa comunità fornisce email riepilogative ogni %1.", + "consent.digest-off": "A meno che non sia stato modificato esplicitamente nelle impostazioni utente, questa comunità non invia email riepilogative", "consent.received": "Hai fornito il consenso a questo sito Web per raccogliere ed elaborare le tue informazioni. Non è richiesta alcuna azione aggiuntiva.", - "consent.not_received": "Non hai fornito il consenso per la raccolta e l'elaborazione dei dati. In qualsiasi momento l'amministrazione di questo sito Web può decidere di eliminare il tuo account per renderlo conforme al regolamento generale sulla protezione dei dati.", + "consent.not-received": "Non hai fornito il consenso per la raccolta e l'elaborazione dei dati. In qualsiasi momento l'amministrazione di questo sito Web può decidere di eliminare il tuo account per renderlo conforme al regolamento generale sulla protezione dei dati.", "consent.give": "Consenti", - "consent.right_of_access": "Hai i privilegi di accesso", - "consent.right_of_access_description": "Hai il diritto di accedere a tutti i dati raccolti da questo sito Web su richiesta. È possibile recuperare una copia di questi dati facendo clic sul pulsante appropriato di seguito.", - "consent.right_to_rectification": "Hai i privilegi alla rettifica", - "consent.right_to_rectification_description": "Hai il diritto di modificare o aggiornare i dati inesatti forniti a noi. Il tuo profilo può essere aggiornato modificando il tuo profilo e il contenuto dei post può sempre essere modificato. In caso contrario, contattare questo team amministrativo del sito.", - "consent.right_to_erasure": "Hai i privilegi per cancellare", - "consent.right_to_erasure_description": "In qualsiasi momento, puoi revocare il tuo consenso alla raccolta e / o al trattamento dei dati eliminando il tuo account. Il tuo profilo individuale può essere eliminato, anche se i contenuti pubblicati rimarranno. Se desideri eliminare entrambi i tuoi account e i tuoi contenuti, contatta il team amministrativo per questo sito Web.", - "consent.right_to_data_portability": "Hai i privilegi alla portabilità dei dati", - "consent.right_to_data_portability_description": "Puoi richiedere da noi un'esportazione leggibile meccanicamente di tutti i dati raccolti su di te e sul tuo account. Puoi farlo facendo clic sul pulsante appropriato in basso.", - "consent.export_profile": "Esporta profilo (.json)", + "consent.right-of-access": "Hai i privilegi di accesso", + "consent.right-of-access-description": "Hai il diritto di accedere a tutti i dati raccolti da questo sito Web su richiesta. È possibile recuperare una copia di questi dati facendo clic sul pulsante appropriato di seguito.", + "consent.right-to-rectification": "Hai i privilegi alla rettifica", + "consent.right-to-rectification-description": "Hai il diritto di modificare o aggiornare i dati inesatti forniti a noi. Il tuo profilo può essere aggiornato modificando il tuo profilo e il contenuto dei post può sempre essere modificato. In caso contrario, contattare questo team amministrativo del sito.", + "consent.right-to-erasure": "Hai i privilegi per cancellare", + "consent.right-to-erasure-description": "In qualsiasi momento, puoi revocare il tuo consenso alla raccolta e / o al trattamento dei dati eliminando il tuo account. Il tuo profilo individuale può essere eliminato, anche se i tuoi post rimarranno. Se desideri eliminare entrambi i tuoi account e i tuoi contenuti, contatta il team amministrativo per questo sito Web.", + "consent.right-to-data-portability": "Hai i privilegi alla portabilità dei dati", + "consent.right-to-data-portability-description": "Puoi richiedere da noi un'esportazione leggibile meccanicamente di tutti i dati raccolti su di te e sul tuo account. Puoi farlo facendo clic sul pulsante appropriato in basso.", + "consent.export-profile": "Esporta profilo (.json)", "consent.export-profile-success": "Esportazione del profilo, riceverai una notifica al termine.", - "consent.export_uploads": "Esporta i contenuti caricati (.zip)", + "consent.export-uploads": "Esporta i contenuti caricati (.zip)", "consent.export-uploads-success": "Esportazione dei caricamenti, riceverai una notifica al termine.", - "consent.export_posts": "Esporta i post (.csv)", + "consent.export-posts": "Esporta i post (.csv)", "consent.export-posts-success": "Esportazione dei post, riceverai una notifica al termine.", "emailUpdate.intro": "Inserisci il tuo indirizzo email qui sotto. Questo forum utilizza il tuo indirizzo email per il riepilogo programmato e le notifiche, così come per il recupero dell'account in caso di perdita della password.", "emailUpdate.optional": "Questo campo è facoltativo. Non sei obbligato a fornire il tuo indirizzo email, ma senza un'email convalidata non sarai in grado di recuperare il tuo account o di accedere con la tua email.", diff --git a/public/language/it/users.json b/public/language/it/users.json index cb1ace1cc5..bfbbc52a6f 100644 --- a/public/language/it/users.json +++ b/public/language/it/users.json @@ -1,13 +1,13 @@ { "all-users": "Tutti gli utenti", - "latest_users": "Ultimi Utenti", - "top_posters": "Utenti più attivi", - "most_reputation": "Reputazione più alta", - "most_flags": "Più segnalati", + "latest-users": "Ultimi Utenti", + "top-posters": "Utenti più attivi", + "most-reputation": "Reputazione più alta", + "most-flags": "Più segnalati", "search": "Cerca", - "enter_username": "Inserisci il nome utente da cercare", + "enter-username": "Inserisci il nome utente da cercare", "search-user-for-chat": "Cerca un utente per avviare la chat", - "load_more": "Carica di più", + "load-more": "Carica di più", "users-found-search-took": "%1 utente(i) trovato! La ricerca ha impiegato %2 secondi.", "filter-by": "Filtra per", "online-only": "Solo online", @@ -15,10 +15,10 @@ "prompt-email": "Email:", "groups-to-join": "Gruppi a cui iscriversi quando si accetta l'invito:", "invitation-email-sent": "Una mail di invito è stata inviata a %1", - "user_list": "Lista Utenti", - "recent_topics": "Discussioni Recenti", - "popular_topics": "Discussioni Popolari", - "unread_topics": "Discussioni non lette", + "user-list": "Lista Utenti", + "recent-topics": "Discussioni Recenti", + "popular-topics": "Discussioni Popolari", + "unread-topics": "Discussioni non lette", "categories": "Categorie", "tags": "Tag", "no-users-found": "Nessun utente trovato!" diff --git a/public/language/ja/admin/advanced/database.json b/public/language/ja/admin/advanced/database.json index 0d32032d80..eb88f04b1f 100644 --- a/public/language/ja/admin/advanced/database.json +++ b/public/language/ja/admin/advanced/database.json @@ -17,7 +17,7 @@ "mongo.file-size": "ファイルサイズ", "mongo.resident-memory": "常駐メモリ", "mongo.virtual-memory": "仮想メモリ", - "mongo.mapped-memory": "マップされたメモリ", + "mongo.mapped-memory": "Mapped Memory", "mongo.bytes-in": "バイト数", "mongo.bytes-out": "バイトアウト", "mongo.num-requests": "リクエスト数", diff --git a/public/language/ja/admin/advanced/events.json b/public/language/ja/admin/advanced/events.json index e149a72c5c..eec8144ea9 100644 --- a/public/language/ja/admin/advanced/events.json +++ b/public/language/ja/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "Event Type", "filter-start": "Start Date", "filter-end": "End Date", - "filter-perPage": "Per Page" + "filter-per-page": "Per Page" } \ No newline at end of file diff --git a/public/language/ja/admin/extend/widgets.json b/public/language/ja/admin/extend/widgets.json index 8a409a4652..a6d4b8dc56 100644 --- a/public/language/ja/admin/extend/widgets.json +++ b/public/language/ja/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "No widgets found! Activate the widget essentials plugin in the plugins control panel.", "clone-from": "Clone widgets from", "containers.available": "利用可能なコンテナ", - "containers.explanation": "アクティブなウィジェットの上にドラッグアンドドロップしてください", + "containers.explanation": "Drag and drop on top of any widget", "containers.none": "なし", "container.well": "十分", "container.jumbotron": "ジャンボトロン", @@ -29,5 +29,7 @@ "hide-from-groups": "Hide from groups", "start-date": "Start date", "end-date": "End date", - "hide-on-mobile": "Hide on mobile" + "hide-on-mobile": "Hide on mobile", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/ja/admin/manage/privileges.json b/public/language/ja/admin/manage/privileges.json index bcf6b55a33..3b5b247d04 100644 --- a/public/language/ja/admin/manage/privileges.json +++ b/public/language/ja/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "Edit Privileges", "select-clear-all": "Select/Clear All", "chat": "チャット", + "chat-with-privileged": "Chat with Privileged", "upload-images": "画像をアップロード", "upload-files": "ファイルをアップロード", "signature": "署名", @@ -33,7 +34,7 @@ "edit-posts": "Edit Posts", "view-edit-history": "View Edit History", "delete-posts": "Delete Posts", - "view_deleted": "View Deleted Posts", + "view-deleted": "View Deleted Posts", "upvote-posts": "Upvote Posts", "downvote-posts": "Downvote Posts", "delete-topics": "Delete Topics", diff --git a/public/language/ja/admin/manage/users.json b/public/language/ja/admin/manage/users.json index 82381bab7d..af9f98a27a 100644 --- a/public/language/ja/admin/manage/users.json +++ b/public/language/ja/admin/manage/users.json @@ -4,16 +4,21 @@ "edit": "Actions", "make-admin": "管理者にする", "remove-admin": "管理者を削除", + "change-email": "Change Email", + "new-email": "New Email", "validate-email": "電子メールの", "send-validation-email": "確認メールを送信", + "change-password": "Change Password", "password-reset-email": "パスワードリセットメールを送信する", "force-password-reset": "パスワードのリセットとユーザーのログアウトを強制する", - "ban": "BANされたユーザー(s)", + "ban": "Ban", + "ban-users": "Ban User(s)", "temp-ban": "一時的にユーザー(s)を禁止する", "unban": "BANを解除されたユーザー(s)", "reset-lockout": "ロックアウトのリセット", "reset-flags": "最近のフラグ", - "delete": "Delete User(s)", + "delete": "Delete", + "delete-users": "Delete User(s)", "delete-content": "Delete User(s) Content", "purge": "Delete User(s) and Content", "download-csv": "CSVでダウンロード", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "Banされた %1 ユーザー(s)", "alerts.unban-success": "ユーザー(s)は禁止されています!", "alerts.lockout-reset-success": "ロックアウト(s)がリセットされました!", + "alerts.password-change-success": "Password(s) changed!", "alerts.flag-reset-success": "フラグ(s)をリセット!", "alerts.no-remove-yourself-admin": "あなたは管理者なので自分自身を削除することはできません!", "alerts.make-admin-success": "ユーザーは管理者です", @@ -106,6 +112,7 @@ "alerts.create": "ユーザーを作成", "alerts.button-create": "作成", "alerts.button-cancel": "キャンセル", + "alerts.button-change": "Change", "alerts.error-passwords-different": "パスワードが一致する必要があります!", "alerts.error-x": "エラー

%1

", "alerts.create-success": "ユーザーが作成されました!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "メール:", "alerts.email-sent-to": "招待メールが%1に送られました。", "alerts.x-users-found": "%1 user(s) found, (%2 seconds)", + "alerts.select-a-single-user-to-change-email": "Select a single user to change email", "export-users-started": "Exporting users as csv, this might take a while. You will receive a notification when it is complete.", - "export-users-completed": "Users exported as csv, click here to download." + "export-users-completed": "Users exported as csv, click here to download.", + "email": "Email", + "password": "Password", + "manage": "Manage" } \ No newline at end of file diff --git a/public/language/ja/admin/settings/chat.json b/public/language/ja/admin/settings/chat.json index fb7bb73e23..146c304185 100644 --- a/public/language/ja/admin/settings/chat.json +++ b/public/language/ja/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "Enter 0 to disable this restriction", "chat-settings": "チャット設定", "disable": "チャットは無効です", "disable-editing": "チャットメッセージの編集/削除を無効にする", @@ -6,8 +7,10 @@ "max-length": "チャットメッセージの最大の長さ", "max-chat-room-name-length": "Maximum length of chat room names", "max-room-size": "チャットルームの最大ユーザー数", - "delay": "ミリ秒単位のチャットメッセージ間の時間", - "notification-delay": "Notification delay for chat messages. (0 for no delay)", - "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable. (0 disabled)", - "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable. (0 disabled)" + "delay": "Time between chat messages (ms)", + "newbieDelay": "... for new users (ms)", + "notification-delay": "Notification delay for chat messages", + "notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.", + "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.", + "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable." } \ No newline at end of file diff --git a/public/language/ja/admin/settings/post.json b/public/language/ja/admin/settings/post.json index 59316e8df5..7a73abec1f 100644 --- a/public/language/ja/admin/settings/post.json +++ b/public/language/ja/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "Title Length", "restrictions.post-length": "Post Length", "restrictions.days-until-stale": "Days until topic is considered stale", - "restrictions.stale-help": "スレッドが「古い」とみなされた場合、そのスレッドに返信しようとするユーザーに警告が表示されます。", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "タイムスタンプ", "timestamp.cut-off": "日付のカットオフ(日数)", "timestamp.cut-off-help": "日付&時間は相対的な方法で表示されます(例:「3時間前」/「5日前」)。そしてさまざまな地域にローカライズされています。\n\\t\\t\\t\\t\\t言語。特定のポイントの後、このテキストは、ローカライズされた日付自体を表示するように切り替えることができます。\n\\t\\t\\t\\t\\t(例:2016年11月5日15:30)
(デフォルト:30 、または1か月)。日付を常に表示するには0に設定し、常に相対時間を表示するには空白のままにします。", diff --git a/public/language/ja/admin/settings/user.json b/public/language/ja/admin/settings/user.json index 4e4191e1bb..f42f0212e9 100644 --- a/public/language/ja/admin/settings/user.json +++ b/public/language/ja/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "ユーザー名または電子メール", "allow-login-with.username": "ユーザー名のみ", "account-settings": "アカウント設定", - "gdpr_enabled": "GDPR同意収集を有効にする", - "gdpr_enabled_help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", + "gdpr-enabled": "GDPR同意収集を有効にする", + "gdpr-enabled-help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", "disable-username-changes": "ユーザー名の変更を無効にする", "disable-email-changes": "Eメールの変更を無効にする", "disable-password-changes": "パスワードの変更を無効にする", diff --git a/public/language/ja/category.json b/public/language/ja/category.json index cb3853e77f..a7b4a6ed57 100644 --- a/public/language/ja/category.json +++ b/public/language/ja/category.json @@ -1,12 +1,12 @@ { "category": "カテゴリ", "subcategories": "サブカテゴリ", - "new_topic_button": "新規スレッド", + "new-topic-button": "新規スレッド", "guest-login-post": "投稿するにはログインしてください", - "no_topics": "まだスレッドはありません
最初のスレッドを書いてみませんか?", + "no-topics": "まだスレッドはありません
最初のスレッドを書いてみませんか?", "browsing": "閲覧中", - "no_replies": "返事はまだありません", - "no_new_posts": "新しい投稿はありません", + "no-replies": "返事はまだありません", + "no-new-posts": "新しい投稿はありません", "watch": "ウォッチする", "ignore": "無視する", "watching": "ウォッチ中", diff --git a/public/language/ja/email.json b/public/language/ja/email.json index eb3887402a..777dee46bd 100644 --- a/public/language/ja/email.json +++ b/public/language/ja/email.json @@ -3,8 +3,8 @@ "password-reset-requested": "Password Reset Requested!", "welcome-to": "%1へようこそ!", "invite": "%1からの招待です", - "greeting_no_name": "こんにちは", - "greeting_with_name": "%1さん、こんにちは", + "greeting-no-name": "こんにちは", + "greeting-with-name": "%1さん、こんにちは", "email.verify-your-email.subject": "Please verify your email", "email.verify.text1": "You've requested that we change or confirm your email address", "email.verify.text2": "For security purposes, we only change or confirm the email address on file once its ownership has been confirmed via email. If you did not request this, no action is required on your part.", @@ -24,7 +24,7 @@ "reset.notify.text2": "もしあなたがリセットを行っていない場合は、すぐに管理者に通報してください。", "digest.unread-rooms": "Unread rooms", "digest.room-name-unreadcount": "%1 (%2 unread)", - "digest.latest_topics": "%1からの新しいスレッド", + "digest.latest-topics": "%1からの新しいスレッド", "digest.top-topics": "Top topics from %1", "digest.popular-topics": "Popular topics from %1", "digest.cta": "クリックで%1を見る", @@ -36,8 +36,8 @@ "digest.title.day": "Your Daily Digest", "digest.title.week": "Your Weekly Digest", "digest.title.month": "Your Monthly Digest", - "notif.chat.subject": "%1さんからの新しいチャットメッセージがあります。", - "notif.chat.public-chat-subject": "New message from %1 in room %2", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "クリックして会話を続ける", "notif.chat.unsub.info": "このチャットの通知はあなたの購読設定により送られました。", "notif.post.unsub.info": "この投稿の通知はあなたの購読設定により送られました。", diff --git a/public/language/ja/error.json b/public/language/ja/error.json index 3a9b62e603..d5779e3813 100644 --- a/public/language/ja/error.json +++ b/public/language/ja/error.json @@ -184,6 +184,7 @@ "post-flagged-too-many-times": "This post has been flagged by others already", "user-flagged-too-many-times": "This user has been flagged by others already", "cant-flag-privileged": "You are not allowed to flag the profiles or content of privileged users (moderators/global moderators/admins)", + "cant-locate-flag-report": "Cannot locate flag report", "self-vote": "自分のポストに評価することはできません。", "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", diff --git a/public/language/ja/flags.json b/public/language/ja/flags.json index fdf1724ffe..a9c04bbefc 100644 --- a/public/language/ja/flags.json +++ b/public/language/ja/flags.json @@ -1,5 +1,6 @@ { "state": "状態", + "report": "Report", "reports": "Reports", "first-reported": "First Reported", "no-flags": "おめでとう!フラグは見つかりませんでした。", @@ -8,6 +9,8 @@ "update": "更新", "updated": "更新されました", "resolved": "Resolved", + "report-added": "Added", + "report-rescinded": "Rescinded", "target-purged": "このフラグが参照しているコンテンツは切り離されており、利用できません。", "target-aboutme-empty": "This user has no "About Me" set.", diff --git a/public/language/ja/global.json b/public/language/ja/global.json index b0851acc42..e184c18996 100644 --- a/public/language/ja/global.json +++ b/public/language/ja/global.json @@ -13,19 +13,19 @@ "400.message": "It looks like this link is malformed, please double-check and try again.
Return to the home page.
", "register": "登録", "login": "ログイン", - "please_log_in": "ログインください", + "please-log-in": "ログインください", "logout": "ログアウト", - "posting_restriction_info": "登録ユーザーのみが投稿可能となります.こちらからログインください。", - "welcome_back": "おかえりなさい", - "you_have_successfully_logged_in": "ログインできました", - "save_changes": "保存する", + "posting-restriction-info": "登録ユーザーのみが投稿可能となります.こちらからログインください。", + "welcome-back": "おかえりなさい", + "you-have-successfully-logged-in": "ログインできました", + "save-changes": "保存する", "save": "保存", "create": "Create", "cancel": "Cancel", "close": "閉じる", "pagination": "ページ", - "pagination.out_of": "%2件中%1件目", - "pagination.enter_index": "Go to post index", + "pagination.out-of": "%2件中%1件目", + "pagination.enter-index": "Go to post index", "header.admin": "管理", "header.categories": "カテゴリ", "header.recent": "最近", @@ -80,25 +80,25 @@ "lastpost": "Last post", "firstpost": "First post", "about": "About", - "read_more": "続きを読む", + "read-more": "続きを読む", "more": "詳しく", "none": "None", - "posted_ago_by_guest": "%1にゲストが投稿", - "posted_ago_by": "%1に%2が投稿", - "posted_ago": "%1に投稿された", - "posted_in": "%1に投稿されました", - "posted_in_by": "%1に%2に投稿されました", - "posted_in_ago": "%1に投稿されました %2", - "posted_in_ago_by": "%1 %2に %3 が投稿", - "user_posted_ago": "%1 が%2に投稿", - "guest_posted_ago": "ゲストが%1に投稿", - "last_edited_by": "最後に編集した時間%1", + "posted-ago-by-guest": "%1にゲストが投稿", + "posted-ago-by": "%1に%2が投稿", + "posted-ago": "%1に投稿された", + "posted-in": "%1に投稿されました", + "posted-in-by": "%1に%2に投稿されました", + "posted-in-ago": "%1に投稿されました %2", + "posted-in-ago-by": "%1 %2に %3 が投稿", + "user-posted-ago": "%1 が%2に投稿", + "guest-posted-ago": "ゲストが%1に投稿", + "last-edited-by": "最後に編集した時間%1", "edited-timestamp": "Edited %1", "norecentposts": "最近の投稿はありません", "norecenttopics": "最近のスレッドはありません", "recentposts": "最近の投稿", "recentips": "最近ログインしたIPアドレス", - "moderator_tools": "モデレーターツール", + "moderator-tools": "モデレーターツール", "status": "Status", "online": "オンライン", "away": "退席中", @@ -109,7 +109,7 @@ "language": "言語", "guest": "ゲスト", "guests": "ゲスト", - "former_user": "A Former User", + "former-user": "A Former User", "system-user": "System", "unknown-user": "Unknown user", "updated.title": "Forum Updated", @@ -117,12 +117,12 @@ "privacy": "プライバシー設定", "follow": "Follow", "unfollow": "Unfollow", - "delete_all": "Delete All", + "delete-all": "Delete All", "map": "Map", "sessions": "Login Sessions", - "ip_address": "IP Address", - "enter_page_number": "ページ番号を入力", - "upload_file": "ファイルをアップロード", + "ip-address": "IP Address", + "enter-page-number": "ページ番号を入力", + "upload-file": "ファイルをアップロード", "upload": "アップロード", "uploads": "Uploads", "allowed-file-types": "有効なファイル形式は %1 です。", @@ -131,7 +131,7 @@ "play": "再生", "cookies.message": "このWEBサイトは、心地良くご使用頂くためにクッキーを使用しています。", "cookies.accept": "了解!", - "cookies.learn_more": "もっと詳しく", + "cookies.learn-more": "もっと詳しく", "edited": "編集されました", "disabled": "無効", "select": "選択", diff --git a/public/language/ja/groups.json b/public/language/ja/groups.json index b496140df3..8cd85aa660 100644 --- a/public/language/ja/groups.json +++ b/public/language/ja/groups.json @@ -2,65 +2,65 @@ "all-groups": "All groups", "groups": "グループ", "members": "Members", - "view_group": "グループを閲覧", + "view-group": "グループを閲覧", "owner": "グループ管理人", - "new_group": "新しいグループを作成", - "no_groups_found": "グループはありません", + "new-group": "新しいグループを作成", + "no-groups-found": "グループはありません", "pending.accept": "承認", "pending.reject": "拒否", - "pending.accept_all": "すべて承認", - "pending.reject_all": "すべて拒否", + "pending.accept-all": "すべて承認", + "pending.reject-all": "すべて拒否", "pending.none": "保留中のメンバーは現在居ません", "invited.none": "招待しているメンバーは現在居ません。", "invited.uninvite": "招待を取り消す", "invited.search": "このグループに招待しているユーザーを検索", - "invited.notification_title": "%1に招待されました", - "request.notification_title": "%1から、グループメンバーへのリクエストです。", - "request.notification_text": "%1は、%2のメンバーになることをリクエストしています。", + "invited.notification-title": "%1に招待されました", + "request.notification-title": "%1から、グループメンバーへのリクエストです。", + "request.notification-text": "%1は、%2のメンバーになることをリクエストしています。", "cover-save": "保存", "cover-saving": "保存しています", "details.title": "グループ詳細", "details.members": "メンバー一覧", "details.pending": "保留中のメンバー", "details.invited": "招待メンバー", - "details.has_no_posts": "これらのメンバーは、まだ投稿を行っていません。", - "details.latest_posts": "最近の投稿", + "details.has-no-posts": "これらのメンバーは、まだ投稿を行っていません。", + "details.latest-posts": "最近の投稿", "details.private": "プライベート", "details.disableJoinRequests": "参加申請を無効にする", "details.disableLeave": "Disallow users from leaving the group", "details.grant": "寄贈/取り消す管理権限", "details.kick": "キック", - "details.kick_confirm": "このメンバーをグループから削除", + "details.kick-confirm": "このメンバーをグループから削除", "details.add-member": "Add Member", - "details.owner_options": "グループの管理", - "details.group_name": "グループ名", - "details.member_count": "メンバー数", - "details.creation_date": "作成日", + "details.owner-options": "グループの管理", + "details.group-name": "グループ名", + "details.member-count": "メンバー数", + "details.creation-date": "作成日", "details.description": "説明", "details.member-post-cids": "Category IDs to display posts from", - "details.badge_preview": "バッジプレビュー", - "details.change_icon": "アイコンを変更", - "details.change_label_colour": "Change Label Colour", - "details.change_text_colour": "Change Text Colour", - "details.badge_text": "バッジテキスト", + "details.badge-preview": "バッジプレビュー", + "details.change-icon": "アイコンを変更", + "details.change-label-colour": "Change Label Colour", + "details.change-text-colour": "Change Text Colour", + "details.badge-text": "バッジテキスト", "details.userTitleEnabled": "バッジを表示", - "details.private_help": "有効の場合、グループへの参加はグループ管理人からの承認が必要です。", + "details.private-help": "有効の場合、グループへの参加はグループ管理人からの承認が必要です。", "details.hidden": "非表示", - "details.hidden_help": "有効の場合、このグループはグループ一覧で発見することは出来ず、ユーザーが手動で招待する必要があります。", - "details.delete_group": "グループを削除", - "details.private_system_help": "プライベートグループは、システムレベルで無効です。このオプションは何もしません。", + "details.hidden-help": "有効の場合、このグループはグループ一覧で発見することは出来ず、ユーザーが手動で招待する必要があります。", + "details.delete-group": "グループを削除", + "details.private-system-help": "プライベートグループは、システムレベルで無効です。このオプションは何もしません。", "event.updated": "グループ詳細が更新されました。", "event.deleted": "グループ\"%1\"は削除されました。", "membership.accept-invitation": "招待を受ける", - "membership.accept.notification_title": "You are now a member of %1", + "membership.accept.notification-title": "You are now a member of %1", "membership.invitation-pending": "招待を保留", "membership.join-group": "グループへ参加", "membership.leave-group": "グループから離脱", - "membership.leave.notification_title": "%1 has left group %2", + "membership.leave.notification-title": "%1 has left group %2", "membership.reject": "拒否", - "new-group.group_name": "グループ名:", + "new-group.group-name": "グループ名:", "upload-group-cover": "グループのカバーをアップロード", "bulk-invite-instructions": "ユーザー名をカンマ区切りして入力することで、このグループへ招待します。", "bulk-invite": "バルク招待", - "remove_group_cover_confirm": "カバー写真を削除してもよろしいですか?" + "remove-group-cover-confirm": "カバー写真を削除してもよろしいですか?" } \ No newline at end of file diff --git a/public/language/ja/login.json b/public/language/ja/login.json index 3cbfb4beee..b94bf657ed 100644 --- a/public/language/ja/login.json +++ b/public/language/ja/login.json @@ -1,12 +1,12 @@ { "username-email": "ユーザー名またはメールアドレス", "username": "ユーザー名", - "remember_me": "ログイン情報を記憶", - "forgot_password": "パスワードを忘れましたか?", - "alternative_logins": "ほかのログイン方法", - "failed_login_attempt": "ログインに成功", - "login_successful": "ログインしました!", - "dont_have_account": "アカウントをもっていませんか?", + "remember-me": "ログイン情報を記憶", + "forgot-password": "パスワードを忘れましたか?", + "alternative-logins": "ほかのログイン方法", + "failed-login-attempt": "ログインに成功", + "login-successful": "ログインしました!", + "dont-have-account": "アカウントをもっていませんか?", "logged-out-due-to-inactivity": "しばらく操作されていなかったため、管理パネルよりログアウトされました。", "caps-lock-enabled": "Caps Lock is enabled" } \ No newline at end of file diff --git a/public/language/ja/modules.json b/public/language/ja/modules.json index 57cbe3dc63..4ae805be4d 100644 --- a/public/language/ja/modules.json +++ b/public/language/ja/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "Room %1", - "chat.chatting_with": "とチャット", + "chat.chatting-with": "とチャット", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Go to most recent message", @@ -8,12 +8,15 @@ "chat.chat-with-usernames": "Chat with %1", "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "送信", - "chat.no_active": "チャットはありません。", - "chat.user_typing": "%1 が入力中 ...", - "chat.user_has_messaged_you": "%1さんからメッセージが届いています。", + "chat.no-active": "チャットはありません。", + "chat.user-typing-1": "%1 is typing ...", + "chat.user-typing-2": "%1 and %2 are typing ...", + "chat.user-typing-3": "%1, %2 and %3 are typing ...", + "chat.user-typing-n": "%1, %2 and %3 others are typing ...", + "chat.user-has-messaged-you": "%1さんからメッセージが届いています。", "chat.replying-to": "Replying to %1", - "chat.see_all": "All chats", - "chat.mark_all_read": "Mark all read", + "chat.see-all": "All chats", + "chat.mark-all-read": "Mark all read", "chat.no-messages": "チャットメッセージの履歴を表示するには、受信者を選択してください", "chat.no-users-in-room": "ルームには誰も居ません", "chat.recent-chats": "最近のチャット", @@ -24,12 +27,16 @@ "chat.pop-out": "チャットを別ウィンドウで表示する", "chat.minimize": "最小化", "chat.maximize": "最大化", - "chat.seven_days": "7日間", - "chat.thirty_days": "30日間", - "chat.three_months": "3ヶ月", - "chat.delete_message_confirm": "本当にこのメッセージを削除しますか?", + "chat.seven-days": "7日間", + "chat.thirty-days": "30日間", + "chat.three-months": "3ヶ月", + "chat.delete-message-confirm": "本当にこのメッセージを削除しますか?", "chat.retrieving-users": "ユーザーを所得しています…", "chat.view-users-list": "View users list", + "chat.pinned-messages": "Pinned Messages", + "chat.no-pinned-messages": "There are no pinned messages", + "chat.pin-message": "Pin Message", + "chat.unpin-message": "Unpin Message", "chat.public-rooms": "Public Rooms (%1)", "chat.private-rooms": "Private Rooms (%1)", "chat.create-room": "Create Chat Room", @@ -67,17 +74,24 @@ "chat.system.user-leave": "%1 has left the room ", "chat.system.room-rename": "%2 has renamed this room to \"%1\" ", "composer.compose": "構成", - "composer.show_preview": "プレビュー表示", - "composer.hide_preview": "プレビュー非表示", + "composer.show-preview": "プレビュー表示", + "composer.hide-preview": "プレビュー非表示", "composer.help": "Help", - "composer.user_said_in": "%2で%1が発言 :", - "composer.user_said": "%1 の発言:", + "composer.user-said-in": "%2で%1が発言 :", + "composer.user-said": "%1 の発言:", "composer.discard": "本当にこの投稿を破棄しても構いませんか?", - "composer.submit_and_lock": "送信してロック", - "composer.toggle_dropdown": "ドロップダウンの表示切り替え", - "composer.uploading": " %1をアップロード中", + "composer.submit-and-lock": "送信してロック", + "composer.toggle-dropdown": "ドロップダウンの表示切り替え", + "composer.uploading": "%1をアップロード中", "composer.formatting.bold": "太字", "composer.formatting.italic": "斜体", + "composer.formatting.heading": "Heading", + "composer.formatting.heading1": "Heading 1", + "composer.formatting.heading2": "Heading 2", + "composer.formatting.heading3": "Heading 3", + "composer.formatting.heading4": "Heading 4", + "composer.formatting.heading5": "Heading 5", + "composer.formatting.heading6": "Heading 6", "composer.formatting.list": "一覧", "composer.formatting.strikethrough": "取り消し線", "composer.formatting.code": "コード", @@ -85,9 +99,10 @@ "composer.formatting.picture": "Image Link", "composer.upload-picture": "画像をアップロード", "composer.upload-file": "ファイルをアップロード", - "composer.zen_mode": "Zen モード", - "composer.select_category": "カテゴリを選択", + "composer.zen-mode": "Zen モード", + "composer.select-category": "カテゴリを選択", "composer.textarea.placeholder": "Enter your post content here, drag and drop images", + "composer.post-queue-alert": "Hello👋!
This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.", "composer.schedule-for": "Schedule topic for", "composer.schedule-date": "Date", "composer.schedule-time": "Time", @@ -102,8 +117,8 @@ "bootbox.confirm": "確認", "bootbox.submit": "Submit", "bootbox.send": "Send", - "cover.dragging_title": "カバー写真の配置について", - "cover.dragging_message": "カバー写真をドラッグで目的位置に移動し、\"保存\"をクリックします。", + "cover.dragging-title": "カバー写真の配置について", + "cover.dragging-message": "カバー写真をドラッグで目的位置に移動し、\"保存\"をクリックします。", "cover.saved": "カバー写真と配置設定を保存しました。", "thumbs.modal.title": "Manage topic thumbnails", "thumbs.modal.no-thumbs": "No thumbnails found.", diff --git a/public/language/ja/notifications.json b/public/language/ja/notifications.json index 6564d381d5..c618a066cc 100644 --- a/public/language/ja/notifications.json +++ b/public/language/ja/notifications.json @@ -1,59 +1,68 @@ { "title": "お知らせ", - "no_notifs": "新しい通知はありません", - "see_all": "All notifications", - "mark_all_read": "Mark all read", - "back_to_home": "%1へ戻る", - "outgoing_link": "外部サイトへのリンク", - "outgoing_link_message": "%1から離れようとしています", - "continue_to": "%1へ行く", - "return_to": "%1へ戻る", - "new_notification": "新しい通知です", - "you_have_unread_notifications": "未読の通知があります。", + "no-notifs": "新しい通知はありません", + "see-all": "All notifications", + "mark-all-read": "Mark all read", + "back-to-home": "%1へ戻る", + "outgoing-link": "外部サイトへのリンク", + "outgoing-link-message": "%1から離れようとしています", + "continue-to": "%1へ行く", + "return-to": "%1へ戻る", + "new-notification": "新しい通知です", + "you-have-unread-notifications": "未読の通知があります。", "all": "全て", "topics": "スレッド", + "tags": "Tags", "replies": "返信", "chat": "チャット", "group-chat": "Group Chats", "public-chat": "Public Chats", "follows": "フォロー", "upvote": "高評価", + "awards": "Awards", "new-flags": "新しいフラグ", "my-flags": "あなたにフラグがつきました", "bans": "Ban", - "new_message_from": "%1からの新しいメッセージ", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1さんが%2に高評価をつけました。", - "upvoted_your_post_in_dual": "%1さんと%2さんが%3に高評価をつけました。", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "%1 は、あなたの投稿 %2 に移動しました。", - "moved_your_topic": "%1%2 を移動しました。", - "user_flagged_post_in": "%1%2 の投稿にフラグを付けました。", - "user_flagged_post_in_dual": "%1%2%3 の投稿にフラグを立てました。", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1さんはユーザープロフィールにフラグを付けました(%2)", - "user_flagged_user_dual": "%1さんと%2さんは、ユーザープロフィール(%3)にフラグをつけました。", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "%1さんは %2に返信しました。", - "user_posted_to_dual": "%1%2 は、返信しました: %3", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1 が新しいスレッドを投稿しました。: %2", - "user_edited_post": "%1 has edited a post in %2", - "user_started_following_you": "%1があなたをフォローしました。", - "user_started_following_you_dual": "%1%2 があなたをフォローしました。", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1が登録リクエストを送りました。", - "new_register_multiple": "%1の登録リクエストがレビュー待ちです。", - "flag_assigned_to_you": "フラグ %1はあなたに割当てられました", - "post_awaiting_review": "レビュー待ちの投稿", + "new-message-from": "%1からの新しいメッセージ", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 wrote in %3", + "user-posted-in-public-room-dual": "%1 and %2 wrote in %4", + "user-posted-in-public-room-triple": "%1, %2 and %3 wrote in %5", + "user-posted-in-public-room-multiple": "%1, %2 and %3 others wrote in %5", + "upvoted-your-post-in": "%1さんが%2に高評価をつけました。", + "upvoted-your-post-in-dual": "%1さんと%2さんが%3に高評価をつけました。", + "upvoted-your-post-in-triple": "%1, %2 and %3 have upvoted your post in %4.", + "upvoted-your-post-in-multiple": "%1, %2 and %3 others have upvoted your post in %4.", + "moved-your-post": "%1 は、あなたの投稿 %2 に移動しました。", + "moved-your-topic": "%1%2 を移動しました。", + "user-flagged-post-in": "%1%2 の投稿にフラグを付けました。", + "user-flagged-post-in-dual": "%1%2%3 の投稿にフラグを立てました。", + "user-flagged-post-in-triple": "%1, %2 and %3 flagged a post in %4", + "user-flagged-post-in-multiple": "%1, %2 and %3 others flagged a post in %4", + "user-flagged-user": "%1さんはユーザープロフィールにフラグを付けました(%2)", + "user-flagged-user-dual": "%1さんと%2さんは、ユーザープロフィール(%3)にフラグをつけました。", + "user-flagged-user-triple": "%1, %2 and %3 flagged a user profile (%4)", + "user-flagged-user-multiple": "%1, %2 and %3 others flagged a user profile (%4)", + "user-posted-to": "%1さんは %2に返信しました。", + "user-posted-to-dual": "%1%2 は、返信しました: %3", + "user-posted-to-triple": "%1, %2 and %3 have posted replies to: %4", + "user-posted-to-multiple": "%1, %2 and %3 others have posted replies to: %4", + "user-posted-topic": "%1 が新しいスレッドを投稿しました。: %2", + "user-edited-post": "%1 has edited a post in %2", + "user-posted-topic-with-tag": "%1 has posted a new topic with tag %2", + "user-posted-topic-with-tag-dual": "%1 has posted a new topic with tags %2 and %3", + "user-posted-topic-with-tag-triple": "%1 has posted a new topic with tags %2, %3 and %4", + "user-posted-topic-with-tag-multiple": "%1 has posted a new topic with tags %2", + "user-started-following-you": "%1があなたをフォローしました。", + "user-started-following-you-dual": "%1%2 があなたをフォローしました。", + "user-started-following-you-triple": "%1, %2 and %3 started following you.", + "user-started-following-you-multiple": "%1, %2 and %3 others started following you.", + "new-register": "%1が登録リクエストを送りました。", + "new-register-multiple": "%1の登録リクエストがレビュー待ちです。", + "flag-assigned-to-you": "フラグ %1はあなたに割当てられました", + "post-awaiting-review": "レビュー待ちの投稿", "profile-exported": "%1 profile exported, click to download", "posts-exported": "%1 posts exported, click to download", "uploads-exported": "%1 uploads exported, click to download", @@ -66,22 +75,24 @@ "email-confirm-error-message": "あなたのEメールアドレス検証に問題があります。コードが無効か、期限切れです。", "email-confirm-sent": "確認メールが送信されました。", "none": "なし", - "notification_only": "通知のみ", - "email_only": "メールのみ", - "notification_and_email": "通知 & メール", - "notificationType_upvote": "誰かがあなたの投稿を評価したとき", - "notificationType_new-topic": "フォロワーがスレッドを投稿したとき", - "notificationType_new-reply": "あなたが見ているトピックに新しい返信が投稿されたとき", - "notificationType_post-edit": "When a post is edited in a topic you are watching", - "notificationType_follow": "誰かがあなたをフォローしたとき", - "notificationType_new-chat": "チャットメッセージを受信したとき", - "notificationType_new-group-chat": "When you receive a group chat message", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "グループ招待を受けたとき", - "notificationType_group-leave": "When a user leaves your group", - "notificationType_group-request-membership": "誰かがあなたのグループへの参加を要求したとき", - "notificationType_new-register": "誰かが登録キューに追加されたとき", - "notificationType_post-queue": "新しい投稿がキューに入ったとき", - "notificationType_new-post-flag": "投稿にフラグが立てられたとき", - "notificationType_new-user-flag": "ユーザーにフラグが立てられたとき" + "notification-only": "通知のみ", + "email-only": "メールのみ", + "notification-and-email": "通知 & メール", + "notificationType-upvote": "誰かがあなたの投稿を評価したとき", + "notificationType-new-topic": "フォロワーがスレッドを投稿したとき", + "notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow", + "notificationType-new-reply": "あなたが見ているトピックに新しい返信が投稿されたとき", + "notificationType-post-edit": "When a post is edited in a topic you are watching", + "notificationType-follow": "誰かがあなたをフォローしたとき", + "notificationType-new-chat": "チャットメッセージを受信したとき", + "notificationType-new-group-chat": "When you receive a group chat message", + "notificationType-new-public-chat": "When you receive a public group chat message", + "notificationType-group-invite": "グループ招待を受けたとき", + "notificationType-group-leave": "When a user leaves your group", + "notificationType-group-request-membership": "誰かがあなたのグループへの参加を要求したとき", + "notificationType-new-register": "誰かが登録キューに追加されたとき", + "notificationType-post-queue": "新しい投稿がキューに入ったとき", + "notificationType-new-post-flag": "投稿にフラグが立てられたとき", + "notificationType-new-user-flag": "ユーザーにフラグが立てられたとき", + "notificationType-new-reward": "When you earn a new reward" } \ No newline at end of file diff --git a/public/language/ja/pages.json b/public/language/ja/pages.json index 5c5872313e..119a858148 100644 --- a/public/language/ja/pages.json +++ b/public/language/ja/pages.json @@ -47,11 +47,12 @@ "account/latest-posts": "Latest posts made by %1", "account/topics": "%1がスレッドを作成しました", "account/groups": "%1 グループ", - "account/watched_categories": "%1's Watched Categories", + "account/watched-categories": "%1's Watched Categories", + "account/watched-tags": "%1's Watched Tags", "account/bookmarks": "%1のブックマークされた投稿", "account/settings": "ユーザー設定", "account/settings-of": "Changing settings of %1", - "account/watched": " %1がスレッドをウォッチ済みに設定しました", + "account/watched": "%1がスレッドをウォッチ済みに設定しました", "account/ignored": "%1がスレッドを無視済みに設定しました", "account/upvoted": "%1が投稿を高評価しました", "account/downvoted": "%1が投稿を低評価しました", diff --git a/public/language/ja/recent.json b/public/language/ja/recent.json index 0124dbc1bd..d548146b59 100644 --- a/public/language/ja/recent.json +++ b/public/language/ja/recent.json @@ -5,7 +5,7 @@ "month": "1ヶ月以内", "year": "年", "alltime": "全て", - "no_recent_topics": "最近のスレッドはありません。", - "no_popular_topics": "人気スレッドはありません。", + "no-recent-topics": "最近のスレッドはありません。", + "no-popular-topics": "人気スレッドはありません。", "load-new-posts": "Load new posts" } \ No newline at end of file diff --git a/public/language/ja/register.json b/public/language/ja/register.json index 606ad8b161..6ddc81df97 100644 --- a/public/language/ja/register.json +++ b/public/language/ja/register.json @@ -1,32 +1,32 @@ { "register": "登録", "already-have-account": "Already have an account?", - "cancel_registration": "登録をキャンセル", + "cancel-registration": "登録をキャンセル", "help.email": "初期設定ではメールアドレスは公開されません。", - "help.username_restrictions": "%1から%2 文字までのユニークなユーザー名.ツイッター(twitter)の@username 方式でメンションすることができます。", - "help.minimum_password_length": "パスワードには最小 %1 文字が必要です。", - "email_address": "メールアドレス", - "email_address_placeholder": "メールアドレスを入力ください", + "help.username-restrictions": "%1から%2 文字までのユニークなユーザー名.ツイッター(twitter)の@username 方式でメンションすることができます。", + "help.minimum-password-length": "パスワードには最小 %1 文字が必要です。", + "email-address": "メールアドレス", + "email-address-placeholder": "メールアドレスを入力ください", "username": "ユーザー名", - "username_placeholder": "ユーザー名を入力してください", + "username-placeholder": "ユーザー名を入力してください", "password": "パスワード", - "password_placeholder": "パスワードを入力してください", - "confirm_password": "パスワード再入力", - "confirm_password_placeholder": "パスワード再入力してください", - "register_now_button": "今すぐ登録する", - "alternative_registration": "ほかの登録方法", - "terms_of_use": "利用規約", - "agree_to_terms_of_use": "利用規約に同意する", - "terms_of_use_error": "あなたは利用規約に同意する必要があります", + "password-placeholder": "パスワードを入力してください", + "confirm-password": "パスワード再入力", + "confirm-password-placeholder": "パスワード再入力してください", + "register-now-button": "今すぐ登録する", + "alternative-registration": "ほかの登録方法", + "terms-of-use": "利用規約", + "agree-to-terms-of-use": "利用規約に同意する", + "terms-of-use-error": "あなたは利用規約に同意する必要があります", "registration-added-to-queue": "あなたの登録申請は承認キューに追加されました。管理者によって受け入れられた時に、メールを受信します。", "registration-queue-average-time": "Our average time for approving memberships is %1 hours %2 minutes.", "registration-queue-auto-approve-time": "Your membership to this forum will be fully activated in up to %1 hours.", "interstitial.intro": "We'd like some additional information in order to update your account…", "interstitial.intro-new": "We'd like some additional information before we can create your account…", "interstitial.errors-found": "Please review the entered information:", - "gdpr_agree_data": "I consent to the collection and processing of my personal information on this website.", - "gdpr_agree_email": "I consent to receive digest and notification emails from this website.", - "gdpr_consent_denied": "You must give consent to this site to collect/process your information, and to send you emails.", + "gdpr-agree-data": "I consent to the collection and processing of my personal information on this website.", + "gdpr-agree-email": "I consent to receive digest and notification emails from this website.", + "gdpr-consent-denied": "You must give consent to this site to collect/process your information, and to send you emails.", "invite.error-admin-only": "Direct user registration has been disabled. Please contact an administrator for more details.", "invite.error-invite-only": "Direct user registration has been disabled. You must be invited by an existing user in order to access this forum.", "invite.error-invalid-data": "The registration data received does not correspond to our records. Please contact an administrator for more details" diff --git a/public/language/ja/reset_password.json b/public/language/ja/reset_password.json index 7f26204d4c..d9edc8f504 100644 --- a/public/language/ja/reset_password.json +++ b/public/language/ja/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "パスワードをリセット", - "update_password": "パスワードを更新", - "password_changed.title": "パスワードを更新しました", - "password_changed.message": "

パスワードをリセットできました.こちらでログインしてください。", - "wrong_reset_code.title": "リセットコードが正しくありません", - "wrong_reset_code.message": "リセットコードは正しくありません。もう一度入力するか、新しいリセットコードをリクエストすることができます。", - "new_password": "新しいパスワード", - "repeat_password": "パスワードを再入力", - "changing_password": "Changing Password", - "enter_email": "メールアドレスを入力してください。パスワードをリセットする方法をメールで送信します。", - "enter_email_address": "メールアドレスを入力してください", - "password_reset_sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", - "invalid_email": "このメールアドレスは存在しません", - "password_too_short": "パスワードが短すぎますので、違うパスワードを選んでください。", - "passwords_do_not_match": "パスワードが一致しません。", - "password_expired": "パスワードが期限切れになりましたので、新しいパスワードを選んでください。" + "reset-password": "パスワードをリセット", + "update-password": "パスワードを更新", + "password-changed.title": "パスワードを更新しました", + "password-changed.message": "

パスワードをリセットできました.こちらでログインしてください。", + "wrong-reset-code.title": "リセットコードが正しくありません", + "wrong-reset-code.message": "リセットコードは正しくありません。もう一度入力するか、新しいリセットコードをリクエストすることができます。", + "new-password": "新しいパスワード", + "repeat-password": "パスワードを再入力", + "changing-password": "Changing Password", + "enter-email": "メールアドレスを入力してください。パスワードをリセットする方法をメールで送信します。", + "enter-email-address": "メールアドレスを入力してください", + "password-reset-sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", + "invalid-email": "このメールアドレスは存在しません", + "password-too-short": "パスワードが短すぎますので、違うパスワードを選んでください。", + "passwords-do-not-match": "パスワードが一致しません。", + "password-expired": "パスワードが期限切れになりましたので、新しいパスワードを選んでください。" } \ No newline at end of file diff --git a/public/language/ja/rewards.json b/public/language/ja/rewards.json new file mode 100644 index 0000000000..f923cf1500 --- /dev/null +++ b/public/language/ja/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "You have been awarded %1 reputation", + "awarded-group-membership": "You have been added to the group %1", + + "essentials/user.reputation-conditional-value": "(Reputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Post Count %1 %2)", + "essentials/user.lastonline-conditional-value": "(Last Online %1 %2)", + "essentials/user.joindate-conditional-value": "(Join Date %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Days Registered %1 %2)" +} \ No newline at end of file diff --git a/public/language/ja/search.json b/public/language/ja/search.json index 0a8d37c618..73414eee31 100644 --- a/public/language/ja/search.json +++ b/public/language/ja/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Type to search", - "results_matching": "%1 件の結果(s) キーワード \"%2\", (検索時間 %3 秒)", + "results-matching": "%1 件の結果(s) キーワード \"%2\", (検索時間 %3 秒)", "no-matches": "見つかりませんでした", "advanced-search": "高度な検索", "in": "検索範囲", diff --git a/public/language/ja/tags.json b/public/language/ja/tags.json index 54f0762f2c..9925de6c1b 100644 --- a/public/language/ja/tags.json +++ b/public/language/ja/tags.json @@ -1,11 +1,17 @@ { "all-tags": "All tags", - "no_tag_topics": "このタグに関連するスレッドはありません。", + "no-tag-topics": "このタグに関連するスレッドはありません。", "no-tags-found": "No tags found", "tags": "タグ", - "enter_tags_here": "ここにタグを入力します。一つのタグが%1から%2までの文字にして下さい。", - "enter_tags_here_short": "タグを入れます…", - "no_tags": "タグがありません", - "select_tags": "Select Tags", - "tag-whitelist": "Tag Whitelist" + "enter-tags-here": "ここにタグを入力します。一つのタグが%1から%2までの文字にして下さい。", + "enter-tags-here-short": "タグを入れます…", + "no-tags": "タグがありません", + "select-tags": "Select Tags", + "tag-whitelist": "Tag Whitelist", + "watching": "Watching", + "not-watching": "Not Watching", + "watching.description": "Notify me of new topics.", + "not-watching.description": "Do not notify me of new topics.", + "following-tag.message": "You will now be receiving notifications when somebody posts a topic with this tag.", + "not-following-tag.message": "You will not receive notifications when somebody posts a topic with this tag." } \ No newline at end of file diff --git a/public/language/ja/themes/harmony.json b/public/language/ja/themes/harmony.json index f915155306..5e0a65f946 100644 --- a/public/language/ja/themes/harmony.json +++ b/public/language/ja/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page", "settings.autohideBottombar": "Auto hide bottom bar", "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down", + "settings.openSidebars": "Open sidebars", "settings.chatModals": "Enable chat modals" } \ No newline at end of file diff --git a/public/language/ja/top.json b/public/language/ja/top.json index b8a05bfa5f..6e1e05674e 100644 --- a/public/language/ja/top.json +++ b/public/language/ja/top.json @@ -1,4 +1,4 @@ { "title": "Top", - "no_top_topics": "No top topics" + "no-top-topics": "No top topics" } \ No newline at end of file diff --git a/public/language/ja/topic.json b/public/language/ja/topic.json index ef1ac555ff..8c7d5ecd17 100644 --- a/public/language/ja/topic.json +++ b/public/language/ja/topic.json @@ -1,20 +1,20 @@ { "topic": "スレッド", "title": "Title", - "no_topics_found": "スレッドが見つかりません!", - "no_posts_found": "投稿はありません!", - "post_is_deleted": "この投稿が削除されました!", - "topic_is_deleted": "このスレッドは削除されました!", + "no-topics-found": "スレッドが見つかりません!", + "no-posts-found": "投稿はありません!", + "post-is-deleted": "この投稿が削除されました!", + "topic-is-deleted": "このスレッドは削除されました!", "profile": "プロフィール", - "posted_by": "%1さんが投稿", - "posted_by_guest": "ゲストさんが投稿", + "posted-by": "%1さんが投稿", + "posted-by-guest": "ゲストさんが投稿", "chat": "チャット", - "notify_me": "このスレッドに新しく投稿された時に通知する", + "notify-me": "このスレッドに新しく投稿された時に通知する", "quote": "引用", "reply": "返信", - "replies_to_this_post": "%1 件の返信", - "one_reply_to_this_post": "1 件の返信", - "last_reply_time": "最後の返信", + "replies-to-this-post": "%1 件の返信", + "one-reply-to-this-post": "1 件の返信", + "last-reply-time": "最後の返信", "reply-as-topic": "スレッドとして返信する", "guest-login-reply": "投稿するのにログインして下さい", "login-to-view": "🔒 Log in to view", @@ -64,129 +64,130 @@ "user-referenced-topic-on": "%1 referenced this topic on %3", "user-forked-topic-ago": "%1 forked this topic %3", "user-forked-topic-on": "%1 forked this topic on %3", - "bookmark_instructions": "ここをクリックすると、このスレッドの最後に読んでいた投稿へ移動します。", + "bookmark-instructions": "ここをクリックすると、このスレッドの最後に読んでいた投稿へ移動します。", "flag-post": "Flag this post", "flag-user": "Flag this user", "already-flagged": "Already Flagged", "view-flag-report": "View Flag Report", "resolve-flag": "Resolve Flag", - "merged_message": "This topic has been merged into %2", - "deleted_message": "このスレッドが削除されました。スレッド管理権を持っているユーザーにしか読めません。", - "following_topic.message": "このスレッドが更新された際に通知を受け取ります。", - "not_following_topic.message": "あなたはスレッド一覧を未読にすると、このスレッドを参照できます。ただし誰かがこのスレッドに投稿したときは通知を受信できません。", - "ignoring_topic.message": "あなたは、これ以上この未読スレッドを一覧に表示しておくことが出来なくなります。追跡するか、あなたの投稿が高評価を受けると通知されます。", - "login_to_subscribe": "このスレッドを購読するためにログインが必要です。", + "merged-message": "This topic has been merged into %2", + "forked-message": "This topic was forked from %2", + "deleted-message": "このスレッドが削除されました。スレッド管理権を持っているユーザーにしか読めません。", + "following-topic.message": "このスレッドが更新された際に通知を受け取ります。", + "not-following-topic.message": "あなたはスレッド一覧を未読にすると、このスレッドを参照できます。ただし誰かがこのスレッドに投稿したときは通知を受信できません。", + "ignoring-topic.message": "あなたは、これ以上この未読スレッドを一覧に表示しておくことが出来なくなります。追跡するか、あなたの投稿が高評価を受けると通知されます。", + "login-to-subscribe": "このスレッドを購読するためにログインが必要です。", "markAsUnreadForAll.success": "すべてのスレッドを未読にしました。", - "mark_unread": "未読としてマーク", - "mark_unread.success": "スレッドは未読にマークされました。", + "mark-unread": "未読としてマーク", + "mark-unread.success": "スレッドは未読にマークされました。", "watch": "ウォッチ", "unwatch": "ウォッチ解除", "watch.title": "新しい投稿の通知を受ける", "unwatch.title": "このスレッドの通知を停止します", - "share_this_post": "投稿を共有", + "share-this-post": "投稿を共有", "watching": "ウォッチ中", "not-watching": "未ウォッチ", "ignoring": "無視中", "watching.description": "新しい返信のお知らせです。
未読のスレッドを表示", "not-watching.description": "新しく返信通知を受け取らない。
カテゴリが無視されていない場合、未読のスレッドを表示します。", "ignoring.description": "新しく返信通知を受け取らない。
未読のスレッドは表示されません。", - "thread_tools.title": "スレッドツール", - "thread_tools.markAsUnreadForAll": "未読にする", - "thread_tools.pin": "スレッドを最上部に固定", - "thread_tools.unpin": "スレッドの固定を解除", - "thread_tools.lock": "スレッドをロック", - "thread_tools.unlock": "スレッドをアンロック", - "thread_tools.move": "スレッドを移動", - "thread_tools.move-posts": "投稿を移動", - "thread_tools.move_all": "すべてを移動", - "thread_tools.change_owner": "Change Owner", - "thread_tools.select_category": "カテゴリを選択", - "thread_tools.fork": "スレッドをフォーク", - "thread_tools.tag": "Tag Topic", - "thread_tools.delete": "スレッドを削除", - "thread_tools.delete-posts": "投稿を削除します", - "thread_tools.delete_confirm": "本当にこの投稿を削除しますか?", - "thread_tools.restore": "スレッドをリストア", - "thread_tools.restore_confirm": "本当にこのスレッドを戻しますか?", - "thread_tools.purge": "スレッドを切り離します", - "thread_tools.purge_confirm": "本当にこのスレッドを切り離しますか?", - "thread_tools.merge_topics": "トピックを置き換える", - "thread_tools.merge": "Merge Topic", - "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_undone": "Topic move undone", - "topic_move_posts_success": "Posts will be moved shortly. Click here to undo.", - "topic_move_posts_undone": "Post move undone", - "post_delete_confirm": "本当にこの投稿を削除しますか?", - "post_restore_confirm": "本当にこの投稿を元に戻しますか?", - "post_purge_confirm": "本当にこの投稿を切り離しますか?", + "thread-tools.title": "スレッドツール", + "thread-tools.markAsUnreadForAll": "未読にする", + "thread-tools.pin": "スレッドを最上部に固定", + "thread-tools.unpin": "スレッドの固定を解除", + "thread-tools.lock": "スレッドをロック", + "thread-tools.unlock": "スレッドをアンロック", + "thread-tools.move": "スレッドを移動", + "thread-tools.move-posts": "投稿を移動", + "thread-tools.move-all": "すべてを移動", + "thread-tools.change-owner": "Change Owner", + "thread-tools.select-category": "カテゴリを選択", + "thread-tools.fork": "スレッドをフォーク", + "thread-tools.tag": "Tag Topic", + "thread-tools.delete": "スレッドを削除", + "thread-tools.delete-posts": "投稿を削除します", + "thread-tools.delete-confirm": "本当にこの投稿を削除しますか?", + "thread-tools.restore": "スレッドをリストア", + "thread-tools.restore-confirm": "本当にこのスレッドを戻しますか?", + "thread-tools.purge": "スレッドを切り離します", + "thread-tools.purge-confirm": "本当にこのスレッドを切り離しますか?", + "thread-tools.merge-topics": "トピックを置き換える", + "thread-tools.merge": "Merge Topic", + "topic-move-success": "This topic will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-multiple-success": "These topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-all-success": "All topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-undone": "Topic move undone", + "topic-move-posts-success": "Posts will be moved shortly. Click here to undo.", + "topic-move-posts-undone": "Post move undone", + "post-delete-confirm": "本当にこの投稿を削除しますか?", + "post-restore-confirm": "本当にこの投稿を元に戻しますか?", + "post-purge-confirm": "本当にこの投稿を切り離しますか?", "pin-modal-expiry": "Expiration Date", "pin-modal-help": "You can optionally set an expiration date for the pinned topic(s) here. Alternatively, you can leave this field blank to have the topic stay pinned until it is manually unpinned.", - "load_categories": "板をローディング中...", - "confirm_move": "移動", - "confirm_fork": "フォーク", + "load-categories": "板をローディング中...", + "confirm-move": "移動", + "confirm-fork": "フォーク", "bookmark": "ブックマーク", "bookmarks": "ブックマーク", - "bookmarks.has_no_bookmarks": "まだ投稿をブックマークしていません。", + "bookmarks.has-no-bookmarks": "まだ投稿をブックマークしていません。", "copy-permalink": "Copy Permalink", - "loading_more_posts": "もっと見る", - "move_topic": "スレッドを移動", - "move_topics": "スレッドを移動する", - "move_post": "投稿を移動", - "post_moved": "投稿を移動しました!", - "fork_topic": "スレッドをフォーク", + "loading-more-posts": "もっと見る", + "move-topic": "スレッドを移動", + "move-topics": "スレッドを移動する", + "move-post": "投稿を移動", + "post-moved": "投稿を移動しました!", + "fork-topic": "スレッドをフォーク", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", - "fork_no_pids": "投稿が選択されていません!", + "fork-topic-instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", + "fork-no-pids": "投稿が選択されていません!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", "x-posts-will-be-moved-to-y": "%1 post(s) will be moved to \"%2\"", - "fork_pid_count": "%1 投稿(s)が選択されました", - "fork_success": "スレッドをフォークするのに成功しました。ここを押して、このフォークしたスレッドに行きます。", - "delete_posts_instruction": "削除または切り離するには、当てはまる投稿を押してください", - "merge_topics_instruction": "Click the topics you want to merge or search for them", + "fork-pid-count": "%1 投稿(s)が選択されました", + "fork-success": "スレッドをフォークするのに成功しました。ここを押して、このフォークしたスレッドに行きます。", + "delete-posts-instruction": "削除または切り離するには、当てはまる投稿を押してください", + "merge-topics-instruction": "Click the topics you want to merge or search for them", "merge-topic-list-title": "List of topics to be merged", "merge-options": "Merge options", "merge-select-main-topic": "Select the main topic", "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", - "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", - "move_topic_instruction": "Select the target category and then click move", - "change_owner_instruction": "Click the posts you want to assign to another user", - "composer.title_placeholder": "スレッドのタイトルを入力...", - "composer.handle_placeholder": "Enter your name/handle here", + "move-posts-instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move-topic-instruction": "Select the target category and then click move", + "change-owner-instruction": "Click the posts you want to assign to another user", + "composer.title-placeholder": "スレッドのタイトルを入力...", + "composer.handle-placeholder": "Enter your name/handle here", "composer.hide": "Hide", "composer.discard": "破棄する", "composer.submit": "保存する", "composer.additional-options": "Additional Options", "composer.post-later": "Post Later", "composer.schedule": "Schedule", - "composer.replying_to": "%1へ返答中", - "composer.new_topic": "新規スレッド", + "composer.replying-to": "%1へ返答中", + "composer.new-topic": "新規スレッド", "composer.editing-in": "Editing post in %1", "composer.uploading": "アップロード中...", - "composer.thumb_url_label": "スレッドのサムネイルのURLを入力して", - "composer.thumb_title": "スレッドにサムネイルを追加", - "composer.thumb_url_placeholder": "http://example.com/thumb.png", - "composer.thumb_file_label": "またはファイルをアップロード", - "composer.thumb_remove": "入力をクリア", - "composer.drag_and_drop_images": "こちらへ画像をドラッグ&ドロップ", - "more_users_and_guests": "ユーザーが%1人でゲストさんが%2人", - "more_users": "ユーザーが%1人", - "more_guests": "ゲストさんが%1人", - "users_and_others": "%1と他は%2", - "sort_by": "並び替え", - "oldest_to_newest": "古いものから新しい順", - "newest_to_oldest": "新しいものから古い順", - "most_votes": "最高評価", - "most_posts": "最大投稿", - "most_views": "Most Views", + "composer.thumb-url-label": "スレッドのサムネイルのURLを入力して", + "composer.thumb-title": "スレッドにサムネイルを追加", + "composer.thumb-url-placeholder": "http://example.com/thumb.png", + "composer.thumb-file-label": "またはファイルをアップロード", + "composer.thumb-remove": "入力をクリア", + "composer.drag-and-drop-images": "こちらへ画像をドラッグ&ドロップ", + "more-users-and-guests": "ユーザーが%1人でゲストさんが%2人", + "more-users": "ユーザーが%1人", + "more-guests": "ゲストさんが%1人", + "users-and-others": "%1と他は%2", + "sort-by": "並び替え", + "oldest-to-newest": "古いものから新しい順", + "newest-to-oldest": "新しいものから古い順", + "most-votes": "最高評価", + "most-posts": "最大投稿", + "most-views": "Most Views", "stale.title": "新しいスレッドを作りますか?", "stale.warning": "あなたが返信しようとしてるスレッドが古いスレッドです。新しいスレッドを作って、そしてこのスレッドが参考として入れた方を勧めます。そうしますか?", "stale.create": "新しいスレッドを作ります。", - "stale.reply_anyway": "とにかく、このスレッドに返信します", - "link_back": "返信: [%1](%2)", + "stale.reply-anyway": "とにかく、このスレッドに返信します", + "link-back": "返信: [%1](%2)", "diffs.title": "投稿の編集履歴", "diffs.description": "This post has %1 revisions. Click one of the revisions below to see the post content at that point in time.", "diffs.no-revisions-description": "This post has %1 revisions.", @@ -197,8 +198,8 @@ "diffs.post-restored": "Post successfully restored to earlier revision", "diffs.delete": "Delete this revision", "diffs.deleted": "Revision deleted", - "timeago_later": "%1 later", - "timeago_earlier": "%1 earlier", + "timeago-later": "%1 later", + "timeago-earlier": "%1 earlier", "first-post": "First post", "last-post": "Last post", "go-to-my-next-post": "Go to my next post", diff --git a/public/language/ja/unread.json b/public/language/ja/unread.json index ca73cc72e3..79d31e0949 100644 --- a/public/language/ja/unread.json +++ b/public/language/ja/unread.json @@ -1,12 +1,12 @@ { "title": "未読", - "no_unread_topics": "未読のスレッドはありません。", - "load_more": "もっと見る", - "mark_as_read": "既読にする", + "no-unread-topics": "未読のスレッドはありません。", + "load-more": "もっと見る", + "mark-as-read": "既読にする", "selected": "選択済み", "all": "全て", - "all_categories": "全てのカテゴリ", - "topics_marked_as_read.success": "すべてのスレッドを既読にしました。", + "all-categories": "全てのカテゴリ", + "topics-marked-as-read.success": "すべてのスレッドを既読にしました。", "all-topics": "すべてのスレッド", "new-topics": "新しいスレッド", "watched-topics": "ウォッチ済みのスレッド", diff --git a/public/language/ja/user.json b/public/language/ja/user.json index 2eccff9c40..a2f6b3eb0e 100644 --- a/public/language/ja/user.json +++ b/public/language/ja/user.json @@ -7,22 +7,22 @@ "joindate": "参加日", "postcount": "投稿数", "email": "メール", - "confirm_email": "メールアドレスを確認", - "account_info": "アカウント情報", - "admin_actions_label": "Administrative Actions", - "ban_account": "BANアカウント", - "ban_account_confirm": "本当にこのユーザーをBANしますか?", - "unban_account": "禁止アカウント解除します", - "mute_account": "Mute Account", - "unmute_account": "Unmute Account", - "delete_account": "アカウント削除します", - "delete_account_as_admin": "Delete Account", - "delete_content": "Delete Account Content", - "delete_all": "Delete Account and Content", - "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", - "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", - "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", - "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "confirm-email": "メールアドレスを確認", + "account-info": "アカウント情報", + "admin-actions-label": "Administrative Actions", + "ban-account": "BANアカウント", + "ban-account-confirm": "本当にこのユーザーをBANしますか?", + "unban-account": "禁止アカウント解除します", + "mute-account": "Mute Account", + "unmute-account": "Unmute Account", + "delete-account": "アカウント削除します", + "delete-account-as-admin": "Delete Account", + "delete-content": "Delete Account Content", + "delete-all": "Delete Account and Content", + "delete-account-confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", + "delete-this-account-confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", + "delete-account-content-confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "delete-all-confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", "account-deleted": "アカウントが解除されました", "account-content-deleted": "Account content deleted", "fullname": "フルネーム", @@ -32,11 +32,12 @@ "joined": "参加", "lastonline": "最後オンライン", "profile": "プロフィール", - "profile_views": "閲覧数", + "profile-views": "閲覧数", "reputation": "評価", "bookmarks": "ブックマーク", - "watched_categories": "ウォッチ中のカテゴリ", - "change_all": "Change All", + "watched-categories": "ウォッチ中のカテゴリ", + "watched-tags": "Watched tags", + "change-all": "Change All", "watched": "ウォッチ済み", "ignored": "無視済み", "default-category-watch-state": "デフォルトのカテゴリウォッチ状態", @@ -44,83 +45,84 @@ "following": "フォロー中", "blocks": "ブロックの設定", "blocked-users": "Blocked users", - "block_toggle": "ブロックを切替", - "block_user": "ユーザーをブロック", - "unblock_user": "ブロックを解除", + "block-toggle": "ブロックを切替", + "block-user": "ユーザーをブロック", + "unblock-user": "ブロックを解除", "aboutme": "About me", "signature": "署名", "birthday": "誕生日", "chat": "チャット", - "chat_with": "%1とチャットを続ける", - "new_chat_with": "%1とチャットを始める", + "chat-with": "%1とチャットを続ける", + "new-chat-with": "%1とチャットを始める", "flag-profile": "プロフィールを報告する", "follow": "フォロー", "unfollow": "フォロー解除", "more": "つづき", - "profile_update_success": "プロフィールを更新しました!", - "change_picture": "画像を変更", - "change_username": "ユーザー名の変更", - "change_email": "メール変更", - "email_same_as_password": "現在のパスワードを入力して続行してください – 新しいメールアドレスをもう一度入力しました", + "profile-update-success": "プロフィールを更新しました!", + "change-picture": "画像を変更", + "change-username": "ユーザー名の変更", + "change-email": "メール変更", + "email-updated": "Email Updated", + "email-same-as-password": "現在のパスワードを入力して続行してください – 新しいメールアドレスをもう一度入力しました", "edit": "編集", "edit-profile": "プロフィールを編集", - "default_picture": "元のアイコン", - "uploaded_picture": "アップロード済みの画像", - "upload_new_picture": "新しい画像をアップロード", - "upload_new_picture_from_url": "URLにより新しい写真をアップします", - "current_password": "現在のパスワード", - "new_password": "New Password", - "change_password": "パスワードを変更", - "change_password_error": "無効のパスワード!", - "change_password_error_wrong_current": "現在のパスワードは正しくありません!", - "change_password_error_match": "パスワードは一致しません!", - "change_password_error_privileges": "パスワードを更新する権限はありません。", - "change_password_success": "パスワードを更新しました!", - "confirm_password": "パスワードを再入力", + "default-picture": "元のアイコン", + "uploaded-picture": "アップロード済みの画像", + "upload-new-picture": "新しい画像をアップロード", + "upload-new-picture-from-url": "URLにより新しい写真をアップします", + "current-password": "現在のパスワード", + "new-password": "New Password", + "change-password": "パスワードを変更", + "change-password-error": "無効のパスワード!", + "change-password-error-wrong-current": "現在のパスワードは正しくありません!", + "change-password-error-match": "パスワードは一致しません!", + "change-password-error-privileges": "パスワードを更新する権限はありません。", + "change-password-success": "パスワードを更新しました!", + "confirm-password": "パスワードを再入力", "password": "パスワード", - "username_taken_workaround": "このユーザー名はすでに使用されています。いまのユーザー名は %1 です。", - "password_same_as_username": "パスワードがユーザー名と同じですから、他のパスワードを使って下さい。", - "password_same_as_email": "パスワードがメールアドレスと同じです。他のパスワードを使って下さい。", - "weak_password": "弱いパスワード", - "upload_picture": "画像をアップロード", - "upload_a_picture": "画像をアップロード", - "remove_uploaded_picture": "アップした写真を取り消します", - "upload_cover_picture": "カバー写真をアップロード", - "remove_cover_picture_confirm": "カバー写真を削除してもよろしいですか?", - "crop_picture": "画像を切り抜く", - "upload_cropped_picture": "切り抜いてアップロード", + "username-taken-workaround": "このユーザー名はすでに使用されています。いまのユーザー名は %1 です。", + "password-same-as-username": "パスワードがユーザー名と同じですから、他のパスワードを使って下さい。", + "password-same-as-email": "パスワードがメールアドレスと同じです。他のパスワードを使って下さい。", + "weak-password": "弱いパスワード", + "upload-picture": "画像をアップロード", + "upload-a-picture": "画像をアップロード", + "remove-uploaded-picture": "アップした写真を取り消します", + "upload-cover-picture": "カバー写真をアップロード", + "remove-cover-picture-confirm": "カバー写真を削除してもよろしいですか?", + "crop-picture": "画像を切り抜く", + "upload-cropped-picture": "切り抜いてアップロード", "avatar-background-colour": "Avatar background colour", "settings": "設定", - "show_email": "メールアドレスを表示", - "show_fullname": "フルネームで表示", - "restrict_chats": "フォローしたユーザーからのチャットメッセージだけを許可する", - "digest_label": "お知らせを購読する", - "digest_description": "この掲示板のアップデートを受信する", - "digest_off": "オフ", - "digest_daily": "デイリー", - "digest_weekly": "ウィークリー", - "digest_biweekly": "Bi-Weekly", - "digest_monthly": "マンスリー", - "has_no_follower": "フォロワーはまだいません :(", - "follows_no_one": "フォロー中のユーザーはまだいません :(", - "has_no_posts": "このユーザーはまだ一つも投稿していません", - "has_no_best_posts": "This user does not have any upvoted posts yet.", - "has_no_topics": "このユーザーはまだ一つもスレッドを作っていません", - "has_no_watched_topics": "このユーザーはまだ一つもスレッドをウォッチしていません", - "has_no_ignored_topics": "この利用者はまだトピックを無視していません。", - "has_no_upvoted_posts": "このユーザーはまだ一つも投稿に高評価を付けていません。", - "has_no_downvoted_posts": "このユーザーはまだ一つも投稿に低評価を付けていません。", - "has_no_controversial_posts": "This user does not have any downvoted posts yet.", - "has_no_blocks": "ブロック中のユーザーはいません。", - "email_hidden": "メールアドレスを非表示", + "show-email": "メールアドレスを表示", + "show-fullname": "フルネームで表示", + "restrict-chats": "フォローしたユーザーからのチャットメッセージだけを許可する", + "digest-label": "お知らせを購読する", + "digest-description": "この掲示板のアップデートを受信する", + "digest-off": "オフ", + "digest-daily": "デイリー", + "digest-weekly": "ウィークリー", + "digest-biweekly": "Bi-Weekly", + "digest-monthly": "マンスリー", + "has-no-follower": "フォロワーはまだいません :(", + "follows-no-one": "フォロー中のユーザーはまだいません :(", + "has-no-posts": "このユーザーはまだ一つも投稿していません", + "has-no-best-posts": "This user does not have any upvoted posts yet.", + "has-no-topics": "このユーザーはまだ一つもスレッドを作っていません", + "has-no-watched-topics": "このユーザーはまだ一つもスレッドをウォッチしていません", + "has-no-ignored-topics": "この利用者はまだトピックを無視していません。", + "has-no-upvoted-posts": "このユーザーはまだ一つも投稿に高評価を付けていません。", + "has-no-downvoted-posts": "このユーザーはまだ一つも投稿に低評価を付けていません。", + "has-no-controversial-posts": "This user does not have any downvoted posts yet.", + "has-no-blocks": "ブロック中のユーザーはいません。", + "email-hidden": "メールアドレスを非表示", "hidden": "非表示", - "paginate_description": "無限スクロールの代わりに、投稿やスレッドをページ別で切り替える。", - "topics_per_page": "ページごとのスレッド数", - "posts_per_page": "ページごとの投稿数", + "paginate-description": "無限スクロールの代わりに、投稿やスレッドをページ別で切り替える。", + "topics-per-page": "ページごとのスレッド数", + "posts-per-page": "ページごとの投稿数", "category-topic-sort": "Category topic sort", "topic-post-sort": "Topic post sort", - "max_items_per_page": "最大 %1", - "acp_language": "ページ言語の管理", + "max-items-per-page": "最大 %1", + "acp-language": "ページ言語の管理", "notifications": "Notifications", "upvote-notif-freq": "投票の通知頻度", "upvote-notif-freq.all": "すべての高評価", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "On 10, 100, 1000...", "upvote-notif-freq.disabled": "無効", "browsing": "ブラウジングの設定", - "open_links_in_new_tab": "外部リンクを新しいタブで開く", - "enable_topic_searching": "スレッド内検索を有効にする", - "topic_search_help": "有効にしたら、インースレッドの検索はブラウザの既定機能を無視して、スクリーンに示したよりスレッド内からの全部を検索します", - "update_url_with_post_index": "Update url with post index while browsing topics", - "scroll_to_my_post": "返信を投稿した後、新しい投稿を表示する", - "follow_topics_you_reply_to": "あなたが返信したスレッドをウォッチする", - "follow_topics_you_create": "あなたが作成したスレッドをウォッチする", + "open-links-in-new-tab": "外部リンクを新しいタブで開く", + "enable-topic-searching": "スレッド内検索を有効にする", + "topic-search-help": "有効にしたら、インースレッドの検索はブラウザの既定機能を無視して、スクリーンに示したよりスレッド内からの全部を検索します", + "update-url-with-post-index": "Update url with post index while browsing topics", + "scroll-to-my-post": "返信を投稿した後、新しい投稿を表示する", + "follow-topics-you-reply-to": "あなたが返信したスレッドをウォッチする", + "follow-topics-you-create": "あなたが作成したスレッドをウォッチする", "grouptitle": "グループ題名", "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "グループ名がありません", @@ -145,9 +147,9 @@ "no-skin": "No Skin", "select-homepage": "ホームページの設定", "homepage": "ホームページ", - "homepage_description": "フォーラムのホームに指定するページを選んで下さい。デフォルトのホームページを使用する場合は’None’を選んで下さい。", - "custom_route": "カスタムホームページルート", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", + "homepage-description": "フォーラムのホームに指定するページを選んで下さい。デフォルトのホームページを使用する場合は’None’を選んで下さい。", + "custom-route": "カスタムホームページルート", + "custom-route-help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "シングルサインオンサービス", "sso.associated": "関連付けられています", "sso.not-associated": "ここを押して、関連付けられています", @@ -179,25 +181,25 @@ "consent.title": "あなたの権利& 同意", "consent.lead": "このコミュニティフォーラムはあなたの個人情報を収集し処理します。", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", - "consent.email_intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", - "consent.digest_frequency": "ユーザー設定で明示的に変更されていない限り、このコミュニティは %1 ごとに電子メールダイジェストを配信します。", - "consent.digest_off": "ユーザー設定で明示的に変更されていない限り、このコミュニティは電子メールダイジェストを送信しません。", + "consent.email-intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", + "consent.digest-frequency": "ユーザー設定で明示的に変更されていない限り、このコミュニティは %1 ごとに電子メールダイジェストを配信します。", + "consent.digest-off": "ユーザー設定で明示的に変更されていない限り、このコミュニティは電子メールダイジェストを送信しません。", "consent.received": "あなたはあなたの情報を収集し処理するためにこのウェブサイトに同意を提供しました。 追加の操作は必要ありません。", - "consent.not_received": "データの収集と処理に関する同意を提供していません。 このウェブサイトの管理者は、いつでも一般データ保護規則に準拠するためにあなたのアカウントを削除することを選択することができます。", + "consent.not-received": "データの収集と処理に関する同意を提供していません。 このウェブサイトの管理者は、いつでも一般データ保護規則に準拠するためにあなたのアカウントを削除することを選択することができます。", "consent.give": "同意を与える", - "consent.right_of_access": "あなたにはアクセス権があります", - "consent.right_of_access_description": "あなたは要求に応じてこのウェブサイトによって収集されたデータにアクセスする権利があります。 下の適切なボタンをクリックしてこのデータのコピーを取得することができます。", - "consent.right_to_rectification": "あなたには矯正の権利があります", - "consent.right_to_rectification_description": "あなたは私たちに提供された不正確なデータを変更または更新する権利を有します。 あなたのプロフィールは編集して更新することができ、投稿内容はいつでも編集することができます。 そうでない場合は、このサイトの管理チームにお問い合わせください。", - "consent.right_to_erasure": "あなたには消去する権利があります", - "consent.right_to_erasure_description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", - "consent.right_to_data_portability": "あなたはデータを移動する権利があります", - "consent.right_to_data_portability_description": "あなたは私たちにあなたとあなたのアカウントに関して収集されたデータの機械読み取り可能なエクスポートを要求することができます。 下の適切なボタンをクリックしてそれを行うことができます。", - "consent.export_profile": "Export Profile (.json)", + "consent.right-of-access": "あなたにはアクセス権があります", + "consent.right-of-access-description": "あなたは要求に応じてこのウェブサイトによって収集されたデータにアクセスする権利があります。 下の適切なボタンをクリックしてこのデータのコピーを取得することができます。", + "consent.right-to-rectification": "あなたには矯正の権利があります", + "consent.right-to-rectification-description": "あなたは私たちに提供された不正確なデータを変更または更新する権利を有します。 あなたのプロフィールは編集して更新することができ、投稿内容はいつでも編集することができます。 そうでない場合は、このサイトの管理チームにお問い合わせください。", + "consent.right-to-erasure": "あなたには消去する権利があります", + "consent.right-to-erasure-description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", + "consent.right-to-data-portability": "あなたはデータを移動する権利があります", + "consent.right-to-data-portability-description": "あなたは私たちにあなたとあなたのアカウントに関して収集されたデータの機械読み取り可能なエクスポートを要求することができます。 下の適切なボタンをクリックしてそれを行うことができます。", + "consent.export-profile": "Export Profile (.json)", "consent.export-profile-success": "Exporting profile, you will get a notification when it is complete.", - "consent.export_uploads": "アップデートしたコンテンツをエクスポート(.zip)", + "consent.export-uploads": "アップデートしたコンテンツをエクスポート(.zip)", "consent.export-uploads-success": "Exporting uploads, you will get a notification when it is complete.", - "consent.export_posts": "投稿をエクスポート (.csv)", + "consent.export-posts": "投稿をエクスポート (.csv)", "consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.", "emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.", "emailUpdate.optional": "This field is optional. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.", diff --git a/public/language/ja/users.json b/public/language/ja/users.json index 340b38567d..acde8c9719 100644 --- a/public/language/ja/users.json +++ b/public/language/ja/users.json @@ -1,13 +1,13 @@ { "all-users": "All Users", - "latest_users": "新しいユーザー", - "top_posters": "最も投稿したユーザー", - "most_reputation": "最も評価されたユーザー", - "most_flags": "最も多いフラグ", + "latest-users": "新しいユーザー", + "top-posters": "最も投稿したユーザー", + "most-reputation": "最も評価されたユーザー", + "most-flags": "最も多いフラグ", "search": "検索", - "enter_username": "ユーザー名を入力", + "enter-username": "ユーザー名を入力", "search-user-for-chat": "Search for a user to start chat", - "load_more": "もっと見る", + "load-more": "もっと見る", "users-found-search-took": "%1人のユーザーを見つけました!(検索まで%2秒掛かりました。)", "filter-by": "フィルタ", "online-only": "オンラインのみ", @@ -15,10 +15,10 @@ "prompt-email": "Emails:", "groups-to-join": "Groups to be joined when invite is accepted:", "invitation-email-sent": "招待メールが%1に送られました。", - "user_list": "ユーザー一覧", - "recent_topics": "最新スレッド", - "popular_topics": "人気のスレッド", - "unread_topics": "未読スレッド", + "user-list": "ユーザー一覧", + "recent-topics": "最新スレッド", + "popular-topics": "人気のスレッド", + "unread-topics": "未読スレッド", "categories": "カテゴリ", "tags": "タグ", "no-users-found": "ユーザーが見つかりません!" diff --git a/public/language/ko/admin/advanced/database.json b/public/language/ko/admin/advanced/database.json index 56e45e3434..ddcc6abe9c 100644 --- a/public/language/ko/admin/advanced/database.json +++ b/public/language/ko/admin/advanced/database.json @@ -17,7 +17,7 @@ "mongo.file-size": "파일 크기", "mongo.resident-memory": "실제 사용 중인 메모리", "mongo.virtual-memory": "가상 메모리", - "mongo.mapped-memory": "매핑 메모리", + "mongo.mapped-memory": "Mapped Memory", "mongo.bytes-in": "Bytes In", "mongo.bytes-out": "Bytes Out", "mongo.num-requests": "요청 횟수", diff --git a/public/language/ko/admin/advanced/events.json b/public/language/ko/admin/advanced/events.json index 3f96674ed5..cf674b16cf 100644 --- a/public/language/ko/admin/advanced/events.json +++ b/public/language/ko/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "이벤트 유형", "filter-start": "시작일", "filter-end": "종료일", - "filter-perPage": "페이지 당" + "filter-per-page": "페이지 당" } \ No newline at end of file diff --git a/public/language/ko/admin/extend/widgets.json b/public/language/ko/admin/extend/widgets.json index 99eda050d7..82178639d1 100644 --- a/public/language/ko/admin/extend/widgets.json +++ b/public/language/ko/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "위젯이 없습니다! 플러그인 설정 메뉴에서 widget essentials 플러그인을 설치하세요.", "clone-from": "복제할 위젯 선택", "containers.available": "사용 가능한 컨테이너", - "containers.explanation": "활성화된 위젯 위로 드래그&드롭하세요.", + "containers.explanation": "Drag and drop on top of any widget", "containers.none": "없음", "container.well": "Well", "container.jumbotron": "Jumbotron", @@ -29,5 +29,7 @@ "hide-from-groups": "해당 그룹에 숨김", "start-date": "Start date", "end-date": "End date", - "hide-on-mobile": "모바일에서 숨김" + "hide-on-mobile": "모바일에서 숨김", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/ko/admin/manage/privileges.json b/public/language/ko/admin/manage/privileges.json index d35f66f75d..f646343cab 100644 --- a/public/language/ko/admin/manage/privileges.json +++ b/public/language/ko/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "권한 수정", "select-clear-all": "전체 선택/해제", "chat": "채팅", + "chat-with-privileged": "Chat with Privileged", "upload-images": "이미지 업로드", "upload-files": "파일 업로드", "signature": "서명", @@ -33,7 +34,7 @@ "edit-posts": "글 수정", "view-edit-history": "편집 기록 보기", "delete-posts": "글 삭제", - "view_deleted": "삭제된 게시물 보기", + "view-deleted": "삭제된 게시물 보기", "upvote-posts": "글 추천", "downvote-posts": "글 비추천", "delete-topics": "화제 삭제", diff --git a/public/language/ko/admin/manage/users.json b/public/language/ko/admin/manage/users.json index 49e78ebe3e..144f1e4ad1 100644 --- a/public/language/ko/admin/manage/users.json +++ b/public/language/ko/admin/manage/users.json @@ -4,16 +4,21 @@ "edit": "작업", "make-admin": "관리자 등록", "remove-admin": "관리자 해제", + "change-email": "Change Email", + "new-email": "New Email", "validate-email": "이메일 인증", "send-validation-email": "인증 이메일 발송", + "change-password": "Change Password", "password-reset-email": "비밀번호 초기화 이메일 발송", "force-password-reset": "비밀번호 강제 초기화 & 사용자 로그아웃", - "ban": "사용자 차단", + "ban": "Ban", + "ban-users": "Ban User(s)", "temp-ban": "일시적으로 사용자 차단", "unban": "사용자 차단 해제", "reset-lockout": "잠금 초기화", "reset-flags": "신고 초기화", - "delete": "선택한 계정(들) 삭제", + "delete": "Delete", + "delete-users": "Delete User(s)", "delete-content": "선택한 계정(들)의 컨텐츠 삭제", "purge": "선택한 계정(들)컨텐츠 삭제", "download-csv": "CSV 다운로드", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "%1명의 사용자를 차단", "alerts.unban-success": "사용자의 차단이 해제됐습니다!", "alerts.lockout-reset-success": "잠금이 초기화됐습니다!", + "alerts.password-change-success": "Password(s) changed!", "alerts.flag-reset-success": "신고가 초기화됐습니다!", "alerts.no-remove-yourself-admin": "관리자이기 때문에 본인을 삭제할 수 없습니다!", "alerts.make-admin-success": "사용자는 이제 관리자입니다.", @@ -106,6 +112,7 @@ "alerts.create": "사용자 생성", "alerts.button-create": "생성", "alerts.button-cancel": "취소", + "alerts.button-change": "Change", "alerts.error-passwords-different": "비밀번호가 일치하지 않습니다!", "alerts.error-x": "오류

%1

", "alerts.create-success": "사용자 생성 완료!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "이메일:", "alerts.email-sent-to": "%1에게 초대 이메일이 발송됐습니다.", "alerts.x-users-found": "%1 사용자 해당, (%2초)", + "alerts.select-a-single-user-to-change-email": "Select a single user to change email", "export-users-started": "사용자 리스트를 csv 파일로 내보내기합니다. 이 과정은 약간의 시간이 소요되며 완료되면 알림을 수신합니다.", - "export-users-completed": "사용자 리스트 내보내기 완료, 여기를 눌러 다운로드" + "export-users-completed": "사용자 리스트 내보내기 완료, 여기를 눌러 다운로드", + "email": "Email", + "password": "Password", + "manage": "Manage" } \ No newline at end of file diff --git a/public/language/ko/admin/settings/chat.json b/public/language/ko/admin/settings/chat.json index 169e6381a5..8c0e315af2 100644 --- a/public/language/ko/admin/settings/chat.json +++ b/public/language/ko/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "Enter 0 to disable this restriction", "chat-settings": "채팅 설정", "disable": "채팅 비활성화", "disable-editing": "채팅 메시지 수정/삭제 비활성화", @@ -6,8 +7,10 @@ "max-length": "채팅 메시지의 최대 길이", "max-chat-room-name-length": "Maximum length of chat room names", "max-room-size": "채팅방 최대 인원", - "delay": "채팅 메시지 발송 지연 (단위: 1/1000초)", - "notification-delay": "채팅 메시지 알림 지연 (0으로 놔둘 경우 지연 없음)", - "restrictions.seconds-edit-after": "채팅 메시지 수정 허용 시간 (0일 경우 비활성화)", - "restrictions.seconds-delete-after": "채팅 메시지 삭제 허용 시간 (0일 경우 비활성화)" + "delay": "Time between chat messages (ms)", + "newbieDelay": "... for new users (ms)", + "notification-delay": "Notification delay for chat messages", + "notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.", + "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.", + "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable." } \ No newline at end of file diff --git a/public/language/ko/admin/settings/post.json b/public/language/ko/admin/settings/post.json index 08df6b8aaf..f3f233f868 100644 --- a/public/language/ko/admin/settings/post.json +++ b/public/language/ko/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "Title Length", "restrictions.post-length": "Post Length", "restrictions.days-until-stale": "신선한 화제 지속 기간", - "restrictions.stale-help": "게시글이 신선한 화제 지속 기간을 지나면, 지루한 화제로 판단하고 해당 화제에 답글을 작성하는 모든 사용자에게 경고 메세지를 발송합니다.", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "시간 표기", "timestamp.cut-off": "상대시간 표기 기간(일)", "timestamp.cut-off-help": "날짜 및 시간을 상대시간으로 표기.(예: \"3시간 전\" / \"5일 전\") 표기 기간이 지나면 지역시간으로 변환.(예: 2016년 11월 5일 15:30)
(기본값: 30일, 또는 한달). 0으로 지정 시 항상 날짜 표기, 비워둘 경우 항상 상대시간 표기.", diff --git a/public/language/ko/admin/settings/user.json b/public/language/ko/admin/settings/user.json index 5b54612752..a9b451a842 100644 --- a/public/language/ko/admin/settings/user.json +++ b/public/language/ko/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "사용자명 또는 이메일", "allow-login-with.username": "사용자명", "account-settings": "계정 관리", - "gdpr_enabled": "GDPR 동의 수집 활성화", - "gdpr_enabled_help": "활성화되면 모든 신규 등록자는 General Data Protection Regulation (GDPR)에 따라 데이터 수집 및 사용에 대해 명시적으로 동의해야 합니다. 참고: GDPR을 활성화해도 기존 사용자가 동의하지 않을 수 있습니다. 동의를 강제하려면 GDPR 플러그인을 설치해야 합니다.", + "gdpr-enabled": "GDPR 동의 수집 활성화", + "gdpr-enabled-help": "활성화되면 모든 신규 등록자는 General Data Protection Regulation (GDPR)에 따라 데이터 수집 및 사용에 대해 명시적으로 동의해야 합니다. 참고: GDPR을 활성화해도 기존 사용자가 동의하지 않을 수 있습니다. 동의를 강제하려면 GDPR 플러그인을 설치해야 합니다.", "disable-username-changes": "사용자명 변경 비활성화", "disable-email-changes": "이메일 주소 변경 비활성화", "disable-password-changes": "비밀번호 변경 비활성화", diff --git a/public/language/ko/category.json b/public/language/ko/category.json index b5e9a6ac3b..883a141435 100644 --- a/public/language/ko/category.json +++ b/public/language/ko/category.json @@ -1,12 +1,12 @@ { "category": "카테고리", "subcategories": "하위 카테고리", - "new_topic_button": "새로운 화제 생성", + "new-topic-button": "새로운 화제 생성", "guest-login-post": "작성을 위해 로그인", - "no_topics": "이 카테고리에는 생성된 화제가 없습니다.
화제를 생성해 보세요.", + "no-topics": "이 카테고리에는 생성된 화제가 없습니다.
화제를 생성해 보세요.", "browsing": "읽는 중", - "no_replies": "답글이 없습니다.", - "no_new_posts": "새로운 글이 없습니다.", + "no-replies": "답글이 없습니다.", + "no-new-posts": "새로운 글이 없습니다.", "watch": "관심 화제", "ignore": "관심 해제", "watching": "관심 카테고리", diff --git a/public/language/ko/email.json b/public/language/ko/email.json index 73c1e713c0..a1b9e33c26 100644 --- a/public/language/ko/email.json +++ b/public/language/ko/email.json @@ -3,8 +3,8 @@ "password-reset-requested": "비밀번호 재설정을 요청했습니다!", "welcome-to": "%1에 오신 것을 환영합니다.", "invite": "%1님이 초대하였습니다.", - "greeting_no_name": "안녕하세요", - "greeting_with_name": "안녕하세요 %1님", + "greeting-no-name": "안녕하세요", + "greeting-with-name": "안녕하세요 %1님", "email.verify-your-email.subject": "사용자의 이메일을 인증해주세요.", "email.verify.text1": "이메일 주소 변경 또는 확인을 요청했습니다.", "email.verify.text2": "보안을 위해 이메일이 인증되어야만 변경이 가능합니다. 요청을 하지 않은 경우 사용자 측에서 수행할 작업이 없습니다.", @@ -24,7 +24,7 @@ "reset.notify.text2": "만약 이 인증을 요청하지 않았다면 즉시 관리자에게 통보하시기 바랍니다.", "digest.unread-rooms": "Unread rooms", "digest.room-name-unreadcount": "%1 (%2 unread)", - "digest.latest_topics": "%1의 최근 주제", + "digest.latest-topics": "%1의 최근 주제", "digest.top-topics": "%1의 TOP 주제", "digest.popular-topics": "%1의 인기 주제", "digest.cta": "%1에 방문하시려면 클릭하세요.", @@ -36,8 +36,8 @@ "digest.title.day": "일간 포럼 메일", "digest.title.week": "주간 포럼 메일", "digest.title.month": "월간 포럼 메일", - "notif.chat.subject": "%1님이 채팅 메시지를 보냈습니다.", - "notif.chat.public-chat-subject": "New message from %1 in room %2", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "채팅을 계속하려면 여기를 클릭하세요.", "notif.chat.unsub.info": "이 채팅 알림은 사용자의 구독 설정에 따라 전송되었습니다.", "notif.post.unsub.info": "이 포스트 알림은 사용자의 구독 설정에 따라 전송되었습니다.", diff --git a/public/language/ko/error.json b/public/language/ko/error.json index 7ac23508ad..1b29891a9f 100644 --- a/public/language/ko/error.json +++ b/public/language/ko/error.json @@ -184,6 +184,7 @@ "post-flagged-too-many-times": "해당 게시물은 다른 사용자에 의해 신고되었습니다.", "user-flagged-too-many-times": "해당 사용자는 다른 사용자에 의해 신고되었습니다.", "cant-flag-privileged": "관리자를 신고할 수 없습니다. (조정자/통합 조정자/관리자)", + "cant-locate-flag-report": "Cannot locate flag report", "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", diff --git a/public/language/ko/flags.json b/public/language/ko/flags.json index b062ac9c96..fa6ed0e4f1 100644 --- a/public/language/ko/flags.json +++ b/public/language/ko/flags.json @@ -1,5 +1,6 @@ { "state": "처리 상태", + "report": "Report", "reports": "보고", "first-reported": "최초 보고", "no-flags": "만세! 들어온 신고가 없습니다.", @@ -8,6 +9,8 @@ "update": "업데이트", "updated": "업데이트 완료", "resolved": "해결됨", + "report-added": "Added", + "report-rescinded": "Rescinded", "target-purged": "해당 신고된 컨텐츠는 완전 삭제 되었으며, 더 이상 존재하지 않습니다.", "target-aboutme-empty": "This user has no "About Me" set.", diff --git a/public/language/ko/global.json b/public/language/ko/global.json index d318f7610f..f68e97a826 100644 --- a/public/language/ko/global.json +++ b/public/language/ko/global.json @@ -13,19 +13,19 @@ "400.message": "It looks like this link is malformed, please double-check and try again.
Return to the home page.
", "register": "회원가입", "login": "로그인", - "please_log_in": "로그인 해주세요.", + "please-log-in": "로그인 해주세요.", "logout": "로그아웃", - "posting_restriction_info": "현재 회원들만 작성할 수 있습니다. 여기를 누르면 로그인 페이지로 이동합니다.", - "welcome_back": "환영합니다.", - "you_have_successfully_logged_in": "성공적으로 로그인했습니다.", - "save_changes": "변경사항 저장", + "posting-restriction-info": "현재 회원들만 작성할 수 있습니다. 여기를 누르면 로그인 페이지로 이동합니다.", + "welcome-back": "환영합니다.", + "you-have-successfully-logged-in": "성공적으로 로그인했습니다.", + "save-changes": "변경사항 저장", "save": "저장", "create": "Create", "cancel": "Cancel", "close": "닫기", "pagination": "페이지", - "pagination.out_of": "현재: %1 / 전체: %2", - "pagination.enter_index": "포스트 인덱스로", + "pagination.out-of": "현재: %1 / 전체: %2", + "pagination.enter-index": "포스트 인덱스로", "header.admin": "관리자", "header.categories": "카테고리", "header.recent": "최근", @@ -80,25 +80,25 @@ "lastpost": "최근 포스트", "firstpost": "첫 포스트", "about": "About", - "read_more": "더 보기", + "read-more": "더 보기", "more": "더 보기", "none": "없음", - "posted_ago_by_guest": "비회원이 %1에 작성했습니다.", - "posted_ago_by": "%2님이 %1에 작성했습니다.", - "posted_ago": "%1에 작성되었습니다.", - "posted_in": "%1에 작성되었습니다.", - "posted_in_by": "%2님이 %1에 작성했습니다.", - "posted_in_ago": "%2 %1에 작성되었습니다. ", - "posted_in_ago_by": "%3님이 %2 %1에 작성했습니다.", - "user_posted_ago": "%1님이 %2에 작성했습니다.", - "guest_posted_ago": "비회원이 %1에 작성했습니다.", - "last_edited_by": "%1님이 마지막으로 수정했습니다.", + "posted-ago-by-guest": "비회원이 %1에 작성했습니다.", + "posted-ago-by": "%2님이 %1에 작성했습니다.", + "posted-ago": "%1에 작성되었습니다.", + "posted-in": "%1에 작성되었습니다.", + "posted-in-by": "%2님이 %1에 작성했습니다.", + "posted-in-ago": "%2 %1에 작성되었습니다.", + "posted-in-ago-by": "%3님이 %2 %1에 작성했습니다.", + "user-posted-ago": "%1님이 %2에 작성했습니다.", + "guest-posted-ago": "비회원이 %1에 작성했습니다.", + "last-edited-by": "%1님이 마지막으로 수정했습니다.", "edited-timestamp": "Edited %1", "norecentposts": "최근 작성된 포스트가 없습니다.", "norecenttopics": "최근 작성된 화제가 없습니다.", "recentposts": "최근 포스트", "recentips": "최근 접속 IP", - "moderator_tools": "조정 도구", + "moderator-tools": "조정 도구", "status": "Status", "online": "온라인", "away": "자리 비움", @@ -109,7 +109,7 @@ "language": "언어", "guest": "비회원", "guests": "비회원", - "former_user": "이전 사용자", + "former-user": "이전 사용자", "system-user": "시스템", "unknown-user": "알 수 없는 사용자", "updated.title": "포럼 업데이트 완료", @@ -117,12 +117,12 @@ "privacy": "개인정보", "follow": "팔로우", "unfollow": "언팔로우", - "delete_all": "모두 삭제하기", + "delete-all": "모두 삭제하기", "map": "맵", "sessions": "로그인 세션", - "ip_address": "IP 주소", - "enter_page_number": "페이지 번호 입력", - "upload_file": "파일 업로드", + "ip-address": "IP 주소", + "enter-page-number": "페이지 번호 입력", + "upload-file": "파일 업로드", "upload": "업로드", "uploads": "업로드", "allowed-file-types": "사용가능한 파일 유형: %1", @@ -131,7 +131,7 @@ "play": "재생", "cookies.message": "이 웹사이트는 최적의 사용환경을 위해 쿠키를 활용합니다.", "cookies.accept": "알겠습니다!", - "cookies.learn_more": "더 보기", + "cookies.learn-more": "더 보기", "edited": "수정되었습니다.", "disabled": "비활성화", "select": "선택", diff --git a/public/language/ko/groups.json b/public/language/ko/groups.json index 61f2f5f164..cb98a12b01 100644 --- a/public/language/ko/groups.json +++ b/public/language/ko/groups.json @@ -2,65 +2,65 @@ "all-groups": "All groups", "groups": "그룹", "members": "Members", - "view_group": "그룹 보기", + "view-group": "그룹 보기", "owner": "그룹 관리자", - "new_group": "새로운 그룹 생성", - "no_groups_found": "그룹이 없습니다.", + "new-group": "새로운 그룹 생성", + "no-groups-found": "그룹이 없습니다.", "pending.accept": "수락", "pending.reject": "거절", - "pending.accept_all": "전체 수락", - "pending.reject_all": "전체 거절", + "pending.accept-all": "전체 수락", + "pending.reject-all": "전체 거절", "pending.none": "지금은 승인 대기 중인 회원이 없습니다.", "invited.none": "지금은 초대된 회원이 없습니다.", "invited.uninvite": "초대 취소", "invited.search": "그룹에 초대할 사용자 검색", - "invited.notification_title": "%1 그룹에 초대되었습니다.", - "request.notification_title": "%1님으로부터 그룹 가입 요청이 들어왔습니다.", - "request.notification_text": "%1님이 %2에 가입을 신청했습니다.", + "invited.notification-title": "%1 그룹에 초대되었습니다.", + "request.notification-title": "%1님으로부터 그룹 가입 요청이 들어왔습니다.", + "request.notification-text": "%1님이 %2에 가입을 신청했습니다.", "cover-save": "저장", "cover-saving": "저장 중", "details.title": "그룹 상세정보", "details.members": "멤버 목록", "details.pending": "승인 대기 중인 멤버", "details.invited": "초대된 멤버", - "details.has_no_posts": "이 그룹의 멤버가 작성한 글이 없습니다.", - "details.latest_posts": "최근 포스트", + "details.has-no-posts": "이 그룹의 멤버가 작성한 글이 없습니다.", + "details.latest-posts": "최근 포스트", "details.private": "비공개", "details.disableJoinRequests": "가입 신청 비활성화", "details.disableLeave": "그룹 탈퇴 비활성화", "details.grant": "소유권 이전/포기", "details.kick": "내보내기", - "details.kick_confirm": "이 멤버를 그룹에서 제외하시겠습니까?", + "details.kick-confirm": "이 멤버를 그룹에서 제외하시겠습니까?", "details.add-member": "멤버 추가", - "details.owner_options": "그룹 관리", - "details.group_name": "그룹 이름", - "details.member_count": "인원", - "details.creation_date": "생성일", + "details.owner-options": "그룹 관리", + "details.group-name": "그룹 이름", + "details.member-count": "인원", + "details.creation-date": "생성일", "details.description": "설명", "details.member-post-cids": "글을 보여줄 카테고리 ID", - "details.badge_preview": "뱃지 미리보기", - "details.change_icon": "아이콘 변경", - "details.change_label_colour": "라벨 색상 변경", - "details.change_text_colour": "텍스트 색상 변경", - "details.badge_text": "뱃지 문구", + "details.badge-preview": "뱃지 미리보기", + "details.change-icon": "아이콘 변경", + "details.change-label-colour": "라벨 색상 변경", + "details.change-text-colour": "텍스트 색상 변경", + "details.badge-text": "뱃지 문구", "details.userTitleEnabled": "뱃지 보이기", - "details.private_help": "활성화하면 멤버 가입 시 그룹 관리자의 승인이 필요합니다.", + "details.private-help": "활성화하면 멤버 가입 시 그룹 관리자의 승인이 필요합니다.", "details.hidden": "숨김", - "details.hidden_help": "활성화하면 그룹 목록에 노출되지 않습니다. 또한 멤버는 초대를 통해서만 가입이 가능합니다.", - "details.delete_group": "그룹 삭제", - "details.private_system_help": "비공개 그룹은 시스템에 의해 비활성화 되었으며, 이 옵션은 아무 기능도 하지 않습니다", + "details.hidden-help": "활성화하면 그룹 목록에 노출되지 않습니다. 또한 멤버는 초대를 통해서만 가입이 가능합니다.", + "details.delete-group": "그룹 삭제", + "details.private-system-help": "비공개 그룹은 시스템에 의해 비활성화 되었으며, 이 옵션은 아무 기능도 하지 않습니다", "event.updated": "그룹 정보가 업데이트되었습니다.", "event.deleted": "%1 그룹이 삭제되었습니다.", "membership.accept-invitation": "초대 수락", - "membership.accept.notification_title": "사용자는 이제 %1의 멤버입니다.", + "membership.accept.notification-title": "사용자는 이제 %1의 멤버입니다.", "membership.invitation-pending": "보류중인 초대 수락", "membership.join-group": "그룹 가입", "membership.leave-group": "그룹 탈퇴", - "membership.leave.notification_title": "%1%2 그룹에서 탈퇴했습니다.", + "membership.leave.notification-title": "%1%2 그룹에서 탈퇴했습니다.", "membership.reject": "거절", - "new-group.group_name": "그룹 이름:", + "new-group.group-name": "그룹 이름:", "upload-group-cover": "그룹 커버 사진 업로드", "bulk-invite-instructions": "초대하고자 하는 사용자 목록을 콤마(,)로 구분하여 입력해주세요.", "bulk-invite": "여러 명의 사용자 초대", - "remove_group_cover_confirm": "해당 커버 사진을 제거하시겠습니까?" + "remove-group-cover-confirm": "해당 커버 사진을 제거하시겠습니까?" } \ No newline at end of file diff --git a/public/language/ko/login.json b/public/language/ko/login.json index 4a3f9a875b..aa3c230589 100644 --- a/public/language/ko/login.json +++ b/public/language/ko/login.json @@ -1,12 +1,12 @@ { "username-email": "사용자명 / 이메일", "username": "사용자명", - "remember_me": "로그인 유지", - "forgot_password": "비밀번호 초기화", - "alternative_logins": "다른 방법으로 로그인", - "failed_login_attempt": "로그인 실패", - "login_successful": "성공적으로 로그인했습니다.", - "dont_have_account": "계정이 없으신가요?", + "remember-me": "로그인 유지", + "forgot-password": "비밀번호 초기화", + "alternative-logins": "다른 방법으로 로그인", + "failed-login-attempt": "로그인 실패", + "login-successful": "성공적으로 로그인했습니다.", + "dont-have-account": "계정이 없으신가요?", "logged-out-due-to-inactivity": "일정시간 활동하지 않아 관리자 제어판에서 로그아웃 되었습니다.", "caps-lock-enabled": "Caps Lock 활성화" } \ No newline at end of file diff --git a/public/language/ko/modules.json b/public/language/ko/modules.json index 0623eaf39d..44e872ddd5 100644 --- a/public/language/ko/modules.json +++ b/public/language/ko/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "Room %1", - "chat.chatting_with": "채팅", + "chat.chatting-with": "채팅", "chat.placeholder": "여기에 메시지를 쓰고, 이미지를 드래그 앤 드롭하고, Enter를 눌러 보내세요!", "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Go to most recent message", @@ -8,12 +8,15 @@ "chat.chat-with-usernames": "Chat with %1", "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "전송", - "chat.no_active": "활성화된 채팅이 없습니다.", - "chat.user_typing": "%1님이 입력 중...", - "chat.user_has_messaged_you": "%1님이 메시지를 보냈습니다.", + "chat.no-active": "활성화된 채팅이 없습니다.", + "chat.user-typing-1": "%1 is typing ...", + "chat.user-typing-2": "%1 and %2 are typing ...", + "chat.user-typing-3": "%1, %2 and %3 are typing ...", + "chat.user-typing-n": "%1, %2 and %3 others are typing ...", + "chat.user-has-messaged-you": "%1님이 메시지를 보냈습니다.", "chat.replying-to": "Replying to %1", - "chat.see_all": "모든 채팅", - "chat.mark_all_read": "Mark all read", + "chat.see-all": "모든 채팅", + "chat.mark-all-read": "Mark all read", "chat.no-messages": "채팅 기록을 보려면 채팅 상대를 선택하세요.", "chat.no-users-in-room": "채팅방에 사용자 없음", "chat.recent-chats": "최근 채팅", @@ -24,12 +27,16 @@ "chat.pop-out": "채팅 팝업", "chat.minimize": "최소화", "chat.maximize": "최대화", - "chat.seven_days": "7일", - "chat.thirty_days": "30일", - "chat.three_months": "3개월", - "chat.delete_message_confirm": "이 메세지를 삭제하시겠습니까?", + "chat.seven-days": "7일", + "chat.thirty-days": "30일", + "chat.three-months": "3개월", + "chat.delete-message-confirm": "이 메세지를 삭제하시겠습니까?", "chat.retrieving-users": "사용자 불러오는 중...", "chat.view-users-list": "View users list", + "chat.pinned-messages": "Pinned Messages", + "chat.no-pinned-messages": "There are no pinned messages", + "chat.pin-message": "Pin Message", + "chat.unpin-message": "Unpin Message", "chat.public-rooms": "Public Rooms (%1)", "chat.private-rooms": "Private Rooms (%1)", "chat.create-room": "Create Chat Room", @@ -67,17 +74,24 @@ "chat.system.user-leave": "%1 has left the room ", "chat.system.room-rename": "%2 has renamed this room to \"%1\" ", "composer.compose": "작성", - "composer.show_preview": "미리보기", - "composer.hide_preview": "미리보기 숨김", + "composer.show-preview": "미리보기", + "composer.hide-preview": "미리보기 숨김", "composer.help": "Help", - "composer.user_said_in": "%1님이 %2에서 보낸 메세지:", - "composer.user_said": "%1님의 메세지:", + "composer.user-said-in": "%1님이 %2에서 보낸 메세지:", + "composer.user-said": "%1님의 메세지:", "composer.discard": "정말 이 포스트를 삭제하시겠습니까?", - "composer.submit_and_lock": "게시 후 잠금", - "composer.toggle_dropdown": "내려서 확인하기", + "composer.submit-and-lock": "게시 후 잠금", + "composer.toggle-dropdown": "내려서 확인하기", "composer.uploading": "%1 업로드 중", "composer.formatting.bold": "굵게", "composer.formatting.italic": "기울임", + "composer.formatting.heading": "Heading", + "composer.formatting.heading1": "Heading 1", + "composer.formatting.heading2": "Heading 2", + "composer.formatting.heading3": "Heading 3", + "composer.formatting.heading4": "Heading 4", + "composer.formatting.heading5": "Heading 5", + "composer.formatting.heading6": "Heading 6", "composer.formatting.list": "목록", "composer.formatting.strikethrough": "취소선", "composer.formatting.code": "코드", @@ -85,9 +99,10 @@ "composer.formatting.picture": "이미지 링크", "composer.upload-picture": "이미지 업로드", "composer.upload-file": "파일 업로드", - "composer.zen_mode": "전체화면", - "composer.select_category": "카테고리 선택", + "composer.zen-mode": "전체화면", + "composer.select-category": "카테고리 선택", "composer.textarea.placeholder": "포스트의 내용을 입력하세요. 드래그&드롭으로 이미지를 추가할 수 있습니다.", + "composer.post-queue-alert": "Hello👋!
This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.", "composer.schedule-for": "화제 예약", "composer.schedule-date": "날짜", "composer.schedule-time": "시간", @@ -102,8 +117,8 @@ "bootbox.confirm": "확인", "bootbox.submit": "Submit", "bootbox.send": "Send", - "cover.dragging_title": "커버 사진 위치변경", - "cover.dragging_message": "원하는 위치로 커버 사진을 드래그한 후 \"저장\" 버튼을 클릭하세요.", + "cover.dragging-title": "커버 사진 위치변경", + "cover.dragging-message": "원하는 위치로 커버 사진을 드래그한 후 \"저장\" 버튼을 클릭하세요.", "cover.saved": "커버 사진을 저장하였습니다.", "thumbs.modal.title": "화제 썸네일 설정", "thumbs.modal.no-thumbs": "썸네일 없음", diff --git a/public/language/ko/notifications.json b/public/language/ko/notifications.json index 7079a2641f..5f93becf89 100644 --- a/public/language/ko/notifications.json +++ b/public/language/ko/notifications.json @@ -1,62 +1,71 @@ { "title": "알림", - "no_notifs": "새로운 알림이 없습니다.", - "see_all": "모든 알림", - "mark_all_read": "모두 읽음으로 표시", - "back_to_home": "%1(으)로 돌아가기", - "outgoing_link": "외부 링크", - "outgoing_link_message": "%1(을)를 떠납니다.", - "continue_to": "%1(으)로 이동", - "return_to": "%1(으)로 돌아가기", - "new_notification": "새로운 알림이 있습니다.", - "you_have_unread_notifications": "읽지 않은 알림이 있습니다.", + "no-notifs": "새로운 알림이 없습니다.", + "see-all": "모든 알림", + "mark-all-read": "모두 읽음으로 표시", + "back-to-home": "%1(으)로 돌아가기", + "outgoing-link": "외부 링크", + "outgoing-link-message": "%1(을)를 떠납니다.", + "continue-to": "%1(으)로 이동", + "return-to": "%1(으)로 돌아가기", + "new-notification": "새로운 알림이 있습니다.", + "you-have-unread-notifications": "읽지 않은 알림이 있습니다.", "all": "모든 알림", "topics": "화제", + "tags": "Tags", "replies": "답글", "chat": "채팅", "group-chat": "그룹 채팅", "public-chat": "Public Chats", "follows": "팔로우", "upvote": "추천", + "awards": "Awards", "new-flags": "새로 들어온 신고", "my-flags": "내게 배정된 신고", "bans": "차단", - "new_message_from": "%1님이 메시지를 보냈습니다.", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1님이 %2의 내 포스트를 추천했습니다.", - "upvoted_your_post_in_dual": "%1님과 %2님이 %3의 내 포스트를 추천했습니다.", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "%1님이 내 포스트를 %2로 옮겼습니다.", - "moved_your_topic": "%1%2를 옮겼습니다.", - "user_flagged_post_in": "%1님이 %2에 속한 포스트를 신고했습니다.", - "user_flagged_post_in_dual": "%1님과 %2님이 %3에 속한 포스트를 신고했습니다.", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1님이 %2님의 프로필을 신고했습니다.", - "user_flagged_user_dual": "%1님과 %2님이 %3님의 프로필을 신고했습니다.", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "%1님이 %2에 답글을 달았습니다.", - "user_posted_to_dual": "%1님과 %2님이 %3에 답글을 달았습니다.", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1님이 새 게시물을 작성했습니다: %2", - "user_edited_post": "%1님이 %2에 속한 포스트를 편집했습니다.", - "user_started_following_you": "%1님이 나를 팔로우 합니다.", - "user_started_following_you_dual": "%1님과 %2님이 나를 팔로우 합니다.", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1님이 가입을 요청했습니다.", - "new_register_multiple": "%1개의 회원 가입 요청이 승인 대기 중입니다.", - "flag_assigned_to_you": "신고 ID %1(이)가 나에게 배정되었습니다.", - "post_awaiting_review": "검토중인 게시물", + "new-message-from": "%1님이 메시지를 보냈습니다.", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 wrote in %3", + "user-posted-in-public-room-dual": "%1 and %2 wrote in %4", + "user-posted-in-public-room-triple": "%1, %2 and %3 wrote in %5", + "user-posted-in-public-room-multiple": "%1, %2 and %3 others wrote in %5", + "upvoted-your-post-in": "%1님이 %2의 내 포스트를 추천했습니다.", + "upvoted-your-post-in-dual": "%1님과 %2님이 %3의 내 포스트를 추천했습니다.", + "upvoted-your-post-in-triple": "%1, %2 and %3 have upvoted your post in %4.", + "upvoted-your-post-in-multiple": "%1, %2 and %3 others have upvoted your post in %4.", + "moved-your-post": "%1님이 내 포스트를 %2로 옮겼습니다.", + "moved-your-topic": "%1%2를 옮겼습니다.", + "user-flagged-post-in": "%1님이 %2에 속한 포스트를 신고했습니다.", + "user-flagged-post-in-dual": "%1님과 %2님이 %3에 속한 포스트를 신고했습니다.", + "user-flagged-post-in-triple": "%1, %2 and %3 flagged a post in %4", + "user-flagged-post-in-multiple": "%1, %2 and %3 others flagged a post in %4", + "user-flagged-user": "%1님이 %2님의 프로필을 신고했습니다.", + "user-flagged-user-dual": "%1님과 %2님이 %3님의 프로필을 신고했습니다.", + "user-flagged-user-triple": "%1, %2 and %3 flagged a user profile (%4)", + "user-flagged-user-multiple": "%1, %2 and %3 others flagged a user profile (%4)", + "user-posted-to": "%1님이 %2에 답글을 달았습니다.", + "user-posted-to-dual": "%1님과 %2님이 %3에 답글을 달았습니다.", + "user-posted-to-triple": "%1, %2 and %3 have posted replies to: %4", + "user-posted-to-multiple": "%1, %2 and %3 others have posted replies to: %4", + "user-posted-topic": "%1님이 새 게시물을 작성했습니다: %2", + "user-edited-post": "%1님이 %2에 속한 포스트를 편집했습니다.", + "user-posted-topic-with-tag": "%1 has posted a new topic with tag %2", + "user-posted-topic-with-tag-dual": "%1 has posted a new topic with tags %2 and %3", + "user-posted-topic-with-tag-triple": "%1 has posted a new topic with tags %2, %3 and %4", + "user-posted-topic-with-tag-multiple": "%1 has posted a new topic with tags %2", + "user-started-following-you": "%1님이 나를 팔로우 합니다.", + "user-started-following-you-dual": "%1님과 %2님이 나를 팔로우 합니다.", + "user-started-following-you-triple": "%1, %2 and %3 started following you.", + "user-started-following-you-multiple": "%1, %2 and %3 others started following you.", + "new-register": "%1님이 가입을 요청했습니다.", + "new-register-multiple": "%1개의 회원 가입 요청이 승인 대기 중입니다.", + "flag-assigned-to-you": "신고 ID %1(이)가 나에게 배정되었습니다.", + "post-awaiting-review": "검토중인 게시물", "profile-exported": "%1의 프로필 내보내기 완료, 클릭해서 다운로드", - "posts-exported": "%1의 포스트 내보내기 완료, 클릭해서 다운로드 ", - "uploads-exported": "%1의 업로드 내보내기 완료, 클릭해서 다운로드 ", + "posts-exported": "%1의 포스트 내보내기 완료, 클릭해서 다운로드", + "uploads-exported": "%1의 업로드 내보내기 완료, 클릭해서 다운로드", "users-csv-exported": "사용자 csv 내보내기 완료, 클릭해서 다운로드", "post-queue-accepted": "게시 대기 중인 게시물이 승인되었습니다. 여기를 눌러 포스트를 확인할 수 있습니다.", "post-queue-rejected": "게시 대기 중인 게시물이 거절되었습니다.", @@ -66,22 +75,24 @@ "email-confirm-error-message": "이메일 주소를 인증하지 못했습니다. 코드가 올바르지 않거나 만료되었을 수 있습니다.", "email-confirm-sent": "인증 이메일이 발송되었습니다.", "none": "없음", - "notification_only": "알림만", - "email_only": "이메일만", - "notification_and_email": "알림 & 이메일", - "notificationType_upvote": "누군가 내 글을 추천", - "notificationType_new-topic": "팔로우 하는 사람이 새로운 화제 작성", - "notificationType_new-reply": "관심 화제에 새로운 답글", - "notificationType_post-edit": "관심 화제의 포스트 수정", - "notificationType_follow": "누군가 나를 팔로우", - "notificationType_new-chat": "채팅 메시지 수신", - "notificationType_new-group-chat": "그룹 채팅 메시지 수신", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "그룹 초대", - "notificationType_group-leave": "그룹에서 탈퇴자 발생", - "notificationType_group-request-membership": "누군가 당신이 관리하는 그룹에 참여 요청", - "notificationType_new-register": "누군가 회원가입 승인 대기 중", - "notificationType_post-queue": "새로운 포스트가 게시 대기 중", - "notificationType_new-post-flag": "포스트 신고", - "notificationType_new-user-flag": "사용자 신고" + "notification-only": "알림만", + "email-only": "이메일만", + "notification-and-email": "알림 & 이메일", + "notificationType-upvote": "누군가 내 글을 추천", + "notificationType-new-topic": "팔로우 하는 사람이 새로운 화제 작성", + "notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow", + "notificationType-new-reply": "관심 화제에 새로운 답글", + "notificationType-post-edit": "관심 화제의 포스트 수정", + "notificationType-follow": "누군가 나를 팔로우", + "notificationType-new-chat": "채팅 메시지 수신", + "notificationType-new-group-chat": "그룹 채팅 메시지 수신", + "notificationType-new-public-chat": "When you receive a public group chat message", + "notificationType-group-invite": "그룹 초대", + "notificationType-group-leave": "그룹에서 탈퇴자 발생", + "notificationType-group-request-membership": "누군가 당신이 관리하는 그룹에 참여 요청", + "notificationType-new-register": "누군가 회원가입 승인 대기 중", + "notificationType-post-queue": "새로운 포스트가 게시 대기 중", + "notificationType-new-post-flag": "포스트 신고", + "notificationType-new-user-flag": "사용자 신고", + "notificationType-new-reward": "When you earn a new reward" } \ No newline at end of file diff --git a/public/language/ko/pages.json b/public/language/ko/pages.json index a96de2698d..5957e606ae 100644 --- a/public/language/ko/pages.json +++ b/public/language/ko/pages.json @@ -47,7 +47,8 @@ "account/latest-posts": "%1님이 최근 작성한 글", "account/topics": "%1님이 생성한 화제", "account/groups": "%1님의 그룹", - "account/watched_categories": "%1님의 관심 카테고리", + "account/watched-categories": "%1님의 관심 카테고리", + "account/watched-tags": "%1's Watched Tags", "account/bookmarks": "%1님의 즐겨찾기 포스트", "account/settings": "사용자 설정", "account/settings-of": "Changing settings of %1", diff --git a/public/language/ko/recent.json b/public/language/ko/recent.json index d28744fc12..a28278ea5b 100644 --- a/public/language/ko/recent.json +++ b/public/language/ko/recent.json @@ -5,7 +5,7 @@ "month": "월간", "year": "연간", "alltime": "전체", - "no_recent_topics": "최근 생성된 화제가 없습니다.", - "no_popular_topics": "인기 화제가 없습니다.", + "no-recent-topics": "최근 생성된 화제가 없습니다.", + "no-popular-topics": "인기 화제가 없습니다.", "load-new-posts": "Load new posts" } \ No newline at end of file diff --git a/public/language/ko/register.json b/public/language/ko/register.json index ce8b34b0d2..92a5b56e12 100644 --- a/public/language/ko/register.json +++ b/public/language/ko/register.json @@ -1,32 +1,32 @@ { "register": "회원가입", "already-have-account": "Already have an account?", - "cancel_registration": "회원가입 취소", + "cancel-registration": "회원가입 취소", "help.email": "입력하신 이메일 주소는 공개되지 않으며, 설정을 통해 공개하실 수 있습니다.", - "help.username_restrictions": "%1자 이상 %2자 이하의 고유한 사용자명을 입력하세요. @username 같은 방식으로 다른 사람들을 언급할 수 있습니다.", - "help.minimum_password_length": "비밀번호는 최소 %1자로 제한됩니다.", - "email_address": "이메일", - "email_address_placeholder": "여기에 이메일 주소를 입력하세요.", + "help.username-restrictions": "%1자 이상 %2자 이하의 고유한 사용자명을 입력하세요. @username 같은 방식으로 다른 사람들을 언급할 수 있습니다.", + "help.minimum-password-length": "비밀번호는 최소 %1자로 제한됩니다.", + "email-address": "이메일", + "email-address-placeholder": "여기에 이메일 주소를 입력하세요.", "username": "사용자명", - "username_placeholder": "여기에 사용자명을 입력하세요.", + "username-placeholder": "여기에 사용자명을 입력하세요.", "password": "비밀번호", - "password_placeholder": "여기에 비밀번호를 입력하세요.", - "confirm_password": "비밀번호 확인", - "confirm_password_placeholder": "여기에 비밀번호 확인을 입력하세요.", - "register_now_button": "가입하기", - "alternative_registration": "다른 방법으로 회원가입", - "terms_of_use": "이용약관", - "agree_to_terms_of_use": "이용약관에 동의합니다.", - "terms_of_use_error": "이용약관에 동의하셔야 합니다.", + "password-placeholder": "여기에 비밀번호를 입력하세요.", + "confirm-password": "비밀번호 확인", + "confirm-password-placeholder": "여기에 비밀번호 확인을 입력하세요.", + "register-now-button": "가입하기", + "alternative-registration": "다른 방법으로 회원가입", + "terms-of-use": "이용약관", + "agree-to-terms-of-use": "이용약관에 동의합니다.", + "terms-of-use-error": "이용약관에 동의하셔야 합니다.", "registration-added-to-queue": "회원가입이 요청되었습니다. 관리자의 승인 후 메일이 발송됩니다.", "registration-queue-average-time": "가입 승인에는 평균적으로 %1시간 %2분이 소요됩니다.", "registration-queue-auto-approve-time": "%1시간 내로 이 포럼에서 사용자의 계정이 완전히 활성화될 예정입니다.", "interstitial.intro": "계정 정보를 수정하기 전 추가 정보가 필요합니다.", "interstitial.intro-new": "계정을 생성하기 전 추가 정보가 필요합니다.", "interstitial.errors-found": "입력한 정보를 다시 확인해주세요.", - "gdpr_agree_data": "나는 이 웹사이트에서 개인 정보를 수집하고 처리하는데 동의합니다.", - "gdpr_agree_email": "나는 이 웹사이트에서 포럼 메일 및 알림 메일을 수신하는데 동의합니다.", - "gdpr_consent_denied": "사용자는 이 사이트가 사용자의 정보를 수집/처리하고 이메일을 보내는 것에 동의해야 합니다.", + "gdpr-agree-data": "나는 이 웹사이트에서 개인 정보를 수집하고 처리하는데 동의합니다.", + "gdpr-agree-email": "나는 이 웹사이트에서 포럼 메일 및 알림 메일을 수신하는데 동의합니다.", + "gdpr-consent-denied": "사용자는 이 사이트가 사용자의 정보를 수집/처리하고 이메일을 보내는 것에 동의해야 합니다.", "invite.error-admin-only": "회원가입이 비활성화되었습니다. 포럼 관리 팀에 연락해보세요.", "invite.error-invite-only": "회원가입이 비활성화되었습니다. 가입하고 이 포럼에 접속하려면 기존 가입자의 초대가 필요합니다.", "invite.error-invalid-data": "입력된 가입 데이터가 가입 조건을 충족하지 못합니다. 포럼 관리 팀에 연락해보세요." diff --git a/public/language/ko/reset_password.json b/public/language/ko/reset_password.json index d93d8d75bc..751468236e 100644 --- a/public/language/ko/reset_password.json +++ b/public/language/ko/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "비밀번호 재설정", - "update_password": "비밀번호 변경", - "password_changed.title": "비밀번호 변경 완료", - "password_changed.message": "

비밀번호가 성공적으로 초기화되었습니다. 다시 로그인해주세요.", - "wrong_reset_code.title": "올바르지 않은 초기화 코드입니다.", - "wrong_reset_code.message": "올바르지 않은 초기화 코드입니다. 다시 시도하거나 새로운 초기화 코드를 요청하세요.", - "new_password": "새로운 비밀번호", - "repeat_password": "비밀번호 확인", - "changing_password": "비밀번호 변경", - "enter_email": "이메일 주소를 입력하면 비밀번호를 초기화하는 방법을 메일로 알려드립니다.", - "enter_email_address": "이메일 주소 입력", - "password_reset_sent": "입력한 이메일 주소가 사용자의 정보와 일치할 경우 비밀번호 초기화 이메일을 발송합니다. 1분에 1회만 발송할 수 있습니다.", - "invalid_email": "올바르지 않거나 가입되지 않은 이메일입니다.", - "password_too_short": "입력한 비밀번호가 너무 짧습니다. 다시 입력하세요.", - "passwords_do_not_match": "비밀번호와 비밀번호 확인이 일치하지 않습니다.", - "password_expired": "비밀번호가 만료되었습니다. 새로운 비밀번호를 입력하세요." + "reset-password": "비밀번호 재설정", + "update-password": "비밀번호 변경", + "password-changed.title": "비밀번호 변경 완료", + "password-changed.message": "

비밀번호가 성공적으로 초기화되었습니다. 다시 로그인해주세요.", + "wrong-reset-code.title": "올바르지 않은 초기화 코드입니다.", + "wrong-reset-code.message": "올바르지 않은 초기화 코드입니다. 다시 시도하거나 새로운 초기화 코드를 요청하세요.", + "new-password": "새로운 비밀번호", + "repeat-password": "비밀번호 확인", + "changing-password": "비밀번호 변경", + "enter-email": "이메일 주소를 입력하면 비밀번호를 초기화하는 방법을 메일로 알려드립니다.", + "enter-email-address": "이메일 주소 입력", + "password-reset-sent": "입력한 이메일 주소가 사용자의 정보와 일치할 경우 비밀번호 초기화 이메일을 발송합니다. 1분에 1회만 발송할 수 있습니다.", + "invalid-email": "올바르지 않거나 가입되지 않은 이메일입니다.", + "password-too-short": "입력한 비밀번호가 너무 짧습니다. 다시 입력하세요.", + "passwords-do-not-match": "비밀번호와 비밀번호 확인이 일치하지 않습니다.", + "password-expired": "비밀번호가 만료되었습니다. 새로운 비밀번호를 입력하세요." } \ No newline at end of file diff --git a/public/language/ko/rewards.json b/public/language/ko/rewards.json new file mode 100644 index 0000000000..f923cf1500 --- /dev/null +++ b/public/language/ko/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "You have been awarded %1 reputation", + "awarded-group-membership": "You have been added to the group %1", + + "essentials/user.reputation-conditional-value": "(Reputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Post Count %1 %2)", + "essentials/user.lastonline-conditional-value": "(Last Online %1 %2)", + "essentials/user.joindate-conditional-value": "(Join Date %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Days Registered %1 %2)" +} \ No newline at end of file diff --git a/public/language/ko/search.json b/public/language/ko/search.json index 1897d1dcbc..d13450921d 100644 --- a/public/language/ko/search.json +++ b/public/language/ko/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Type to search", - "results_matching": "\"%2\"와 일치하는 %1개의 결과를 찾았습니다 (검색시간: %3초)", + "results-matching": "\"%2\"와 일치하는 %1개의 결과를 찾았습니다 (검색시간: %3초)", "no-matches": "일치하는 결과가 없습니다.", "advanced-search": "고급 검색", "in": "검색 기준", diff --git a/public/language/ko/tags.json b/public/language/ko/tags.json index 2bd736487d..101eb78b86 100644 --- a/public/language/ko/tags.json +++ b/public/language/ko/tags.json @@ -1,11 +1,17 @@ { "all-tags": "All tags", - "no_tag_topics": "이 태그가 달린 게시물이 없습니다.", + "no-tag-topics": "이 태그가 달린 게시물이 없습니다.", "no-tags-found": "No tags found", "tags": "태그 목록", - "enter_tags_here": "%1에서 %2자 안으로 태그를 입력하세요.", - "enter_tags_here_short": "태그 입력...", - "no_tags": "아직 태그가 달리지 않았습니다.", - "select_tags": "태그 선택", - "tag-whitelist": "Tag Whitelist" + "enter-tags-here": "%1에서 %2자 안으로 태그를 입력하세요.", + "enter-tags-here-short": "태그 입력...", + "no-tags": "아직 태그가 달리지 않았습니다.", + "select-tags": "태그 선택", + "tag-whitelist": "Tag Whitelist", + "watching": "Watching", + "not-watching": "Not Watching", + "watching.description": "Notify me of new topics.", + "not-watching.description": "Do not notify me of new topics.", + "following-tag.message": "You will now be receiving notifications when somebody posts a topic with this tag.", + "not-following-tag.message": "You will not receive notifications when somebody posts a topic with this tag." } \ No newline at end of file diff --git a/public/language/ko/themes/harmony.json b/public/language/ko/themes/harmony.json index f915155306..5e0a65f946 100644 --- a/public/language/ko/themes/harmony.json +++ b/public/language/ko/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page", "settings.autohideBottombar": "Auto hide bottom bar", "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down", + "settings.openSidebars": "Open sidebars", "settings.chatModals": "Enable chat modals" } \ No newline at end of file diff --git a/public/language/ko/top.json b/public/language/ko/top.json index b8a05bfa5f..6e1e05674e 100644 --- a/public/language/ko/top.json +++ b/public/language/ko/top.json @@ -1,4 +1,4 @@ { "title": "Top", - "no_top_topics": "No top topics" + "no-top-topics": "No top topics" } \ No newline at end of file diff --git a/public/language/ko/topic.json b/public/language/ko/topic.json index 94654f0f42..4072680e55 100644 --- a/public/language/ko/topic.json +++ b/public/language/ko/topic.json @@ -1,20 +1,20 @@ { "topic": "토픽", "title": "제목", - "no_topics_found": "토픽이 없습니다!", - "no_posts_found": "포스트가 없습니다!", - "post_is_deleted": "이 포스트는 삭제됐습니다!", - "topic_is_deleted": "이 화제는 삭제됐습니다!", + "no-topics-found": "토픽이 없습니다!", + "no-posts-found": "포스트가 없습니다!", + "post-is-deleted": "이 포스트는 삭제됐습니다!", + "topic-is-deleted": "이 화제는 삭제됐습니다!", "profile": "프로필", - "posted_by": "%1님에 의해 작성됨", - "posted_by_guest": "비회원에 의해 작성됨", + "posted-by": "%1님에 의해 작성됨", + "posted-by-guest": "비회원에 의해 작성됨", "chat": "채팅", - "notify_me": "이 화제의 새 답글에 대한 알림 받기", + "notify-me": "이 화제의 새 답글에 대한 알림 받기", "quote": "인용", "reply": "답글", - "replies_to_this_post": "%1개의 답글", - "one_reply_to_this_post": "1개의 답글", - "last_reply_time": "마지막 답글", + "replies-to-this-post": "%1개의 답글", + "one-reply-to-this-post": "1개의 답글", + "last-reply-time": "마지막 답글", "reply-as-topic": "화제로 답글 작성", "guest-login-reply": "답글 작성을 위해 로그인", "login-to-view": "🔒 열람을 위해 로그인", @@ -64,129 +64,130 @@ "user-referenced-topic-on": "%1 referenced this topic on %3", "user-forked-topic-ago": "%1 forked this topic %3", "user-forked-topic-on": "%1 forked this topic on %3", - "bookmark_instructions": "이 쓰레드에서 읽은 마지막 포스트로 이동하려면 여기를 클릭 하세요.", + "bookmark-instructions": "이 쓰레드에서 읽은 마지막 포스트로 이동하려면 여기를 클릭 하세요.", "flag-post": "해당 포스트 신고", "flag-user": "해당 유저 신고", "already-flagged": "이미 신고 처리됨", "view-flag-report": "신고 기록 보기", "resolve-flag": "신고 해결", - "merged_message": "이 화제는 %2로 병합되었습니다.", - "deleted_message": "이 화제는 삭제됐습니다. 게시물 관리 권한이 있는 사용자만 볼 수 있습니다.", - "following_topic.message": "이제 이 화제에 새 답글이 달리면 알림을 받습니다.", - "not_following_topic.message": "이 화제를 읽지 않음 목록에서 볼 수 있지만, 이 화제에 달린 포스트에 대해서는 알림을 받지 않습니다.", - "ignoring_topic.message": "이 화제는 이제 읽지 않음 목록에서 보이지 않습니다. 누군가 나를 언급하거나 내 포스트가 추천 받으면 알림을 받습니다.", - "login_to_subscribe": "이 화제를 관심 목록에 추가하기 위해서는 로그인이 필요합니다.", + "merged-message": "이 화제는 %2로 병합되었습니다.", + "forked-message": "This topic was forked from %2", + "deleted-message": "이 화제는 삭제됐습니다. 게시물 관리 권한이 있는 사용자만 볼 수 있습니다.", + "following-topic.message": "이제 이 화제에 새 답글이 달리면 알림을 받습니다.", + "not-following-topic.message": "이 화제를 읽지 않음 목록에서 볼 수 있지만, 이 화제에 달린 포스트에 대해서는 알림을 받지 않습니다.", + "ignoring-topic.message": "이 화제는 이제 읽지 않음 목록에서 보이지 않습니다. 누군가 나를 언급하거나 내 포스트가 추천 받으면 알림을 받습니다.", + "login-to-subscribe": "이 화제를 관심 목록에 추가하기 위해서는 로그인이 필요합니다.", "markAsUnreadForAll.success": "모든 사용자에 대해 읽지 않음으로 표시했습니다.", - "mark_unread": "읽지 않음으로 표시", - "mark_unread.success": "화제를 읽지 않음으로 표시했습니다.", + "mark-unread": "읽지 않음으로 표시", + "mark-unread.success": "화제를 읽지 않음으로 표시했습니다.", "watch": "관심", "unwatch": "관심 해제", "watch.title": "이 화제의 새 답글에 대해 알림 받기", "unwatch.title": "이 화제의 새 답글에 대한 알림 해제", - "share_this_post": "포스트 공유", + "share-this-post": "포스트 공유", "watching": "관심", "not-watching": "관심 해제", "ignoring": "무시", "watching.description": "새로운 답글에 대한 알림 받기.
\"읽지 않음\" 목록에 보여주기.", "not-watching.description": "새로운 답글에 대해 알림 받지 않기. 해당 게시판을 팔로우 중이라면 \"읽지 않음\" 에서 보여주기.", "ignoring.description": "새로운 답글에 대한 알림 받지 않기. \"읽지 않음\"에서 보여주지 않기.", - "thread_tools.title": "화제 관리", - "thread_tools.markAsUnreadForAll": "모두에게 읽지 않음으로 표시", - "thread_tools.pin": "상단 고정", - "thread_tools.unpin": "상단 고정 해제", - "thread_tools.lock": "잠금", - "thread_tools.unlock": "잠금 해제", - "thread_tools.move": "화제 이동", - "thread_tools.move-posts": "포스트 이동", - "thread_tools.move_all": "모두 이동", - "thread_tools.change_owner": "작성자 변경", - "thread_tools.select_category": "카테고리 선택", - "thread_tools.fork": "화제 분리", - "thread_tools.tag": "Tag Topic", - "thread_tools.delete": "화제 삭제", - "thread_tools.delete-posts": "포스트 삭제", - "thread_tools.delete_confirm": "이 화제를 삭제하시겠습니까?", - "thread_tools.restore": "화제 복원", - "thread_tools.restore_confirm": "이 화제를 복원하시겠습니까?", - "thread_tools.purge": "화제 완전 삭제", - "thread_tools.purge_confirm": "이 화제를 완전히 삭제하시겠습니까?", - "thread_tools.merge_topics": "화제 병합", - "thread_tools.merge": "Merge Topic", - "topic_move_success": "이 화제는 잠시 후에 \"%1\"로 옮겨집니다. 여기를 눌러 취소하세요.", - "topic_move_multiple_success": "이 화제들은 잠시 후에 \"%1\"로 옮겨집니다. 여기를 눌러 취소하세요.", - "topic_move_all_success": "모든 화제가 잠시 후에 \"%1\"로 옮겨집니다. 여기를 눌러 취소하세요.", - "topic_move_undone": "화제 이동 취소", - "topic_move_posts_success": "포스트가 곧 옮겨집니다. 여기를 눌러 취소하세요.", - "topic_move_posts_undone": "포스트 이동 취소", - "post_delete_confirm": "이 포스트를 삭제 하시겠습니까?", - "post_restore_confirm": "이 포스트를 복원 하시겠습니까?", - "post_purge_confirm": "이 포스트를 폐기 하시겠습니까?", + "thread-tools.title": "화제 관리", + "thread-tools.markAsUnreadForAll": "모두에게 읽지 않음으로 표시", + "thread-tools.pin": "상단 고정", + "thread-tools.unpin": "상단 고정 해제", + "thread-tools.lock": "잠금", + "thread-tools.unlock": "잠금 해제", + "thread-tools.move": "화제 이동", + "thread-tools.move-posts": "포스트 이동", + "thread-tools.move-all": "모두 이동", + "thread-tools.change-owner": "작성자 변경", + "thread-tools.select-category": "카테고리 선택", + "thread-tools.fork": "화제 분리", + "thread-tools.tag": "Tag Topic", + "thread-tools.delete": "화제 삭제", + "thread-tools.delete-posts": "포스트 삭제", + "thread-tools.delete-confirm": "이 화제를 삭제하시겠습니까?", + "thread-tools.restore": "화제 복원", + "thread-tools.restore-confirm": "이 화제를 복원하시겠습니까?", + "thread-tools.purge": "화제 완전 삭제", + "thread-tools.purge-confirm": "이 화제를 완전히 삭제하시겠습니까?", + "thread-tools.merge-topics": "화제 병합", + "thread-tools.merge": "Merge Topic", + "topic-move-success": "이 화제는 잠시 후에 \"%1\"로 옮겨집니다. 여기를 눌러 취소하세요.", + "topic-move-multiple-success": "이 화제들은 잠시 후에 \"%1\"로 옮겨집니다. 여기를 눌러 취소하세요.", + "topic-move-all-success": "모든 화제가 잠시 후에 \"%1\"로 옮겨집니다. 여기를 눌러 취소하세요.", + "topic-move-undone": "화제 이동 취소", + "topic-move-posts-success": "포스트가 곧 옮겨집니다. 여기를 눌러 취소하세요.", + "topic-move-posts-undone": "포스트 이동 취소", + "post-delete-confirm": "이 포스트를 삭제 하시겠습니까?", + "post-restore-confirm": "이 포스트를 복원 하시겠습니까?", + "post-purge-confirm": "이 포스트를 폐기 하시겠습니까?", "pin-modal-expiry": "만료 일자", "pin-modal-help": "여기에서 상단 고정할 화제(들)의 만료 일자를 선택할 수 있습니다. 선택하지 않으면 직접 고정을 해제하기 전까지 유지됩니다.", - "load_categories": "카테고리를 읽어오는 중입니다.", - "confirm_move": "이동", - "confirm_fork": "분리", + "load-categories": "카테고리를 읽어오는 중입니다.", + "confirm-move": "이동", + "confirm-fork": "분리", "bookmark": "즐겨찾기", "bookmarks": "즐겨찾기 목록", - "bookmarks.has_no_bookmarks": "즐겨찾기에 추가한 글이 없습니다.", + "bookmarks.has-no-bookmarks": "즐겨찾기에 추가한 글이 없습니다.", "copy-permalink": "Copy Permalink", - "loading_more_posts": "더 많은 글 불러오는 중", - "move_topic": "화제 이동", - "move_topics": "화제 이동", - "move_post": "포스트 이동", - "post_moved": "포스트 이동 완료!", - "fork_topic": "화제 분리", + "loading-more-posts": "더 많은 글 불러오는 중", + "move-topic": "화제 이동", + "move-topics": "화제 이동", + "move-post": "포스트 이동", + "post-moved": "포스트 이동 완료!", + "fork-topic": "화제 분리", "enter-new-topic-title": "새로운 화제 제목 입력", - "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", - "fork_no_pids": "선택된 포스트가 없습니다.", + "fork-topic-instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", + "fork-no-pids": "선택된 포스트가 없습니다.", "no-posts-selected": "선택된 포스트가 없습니다!", "x-posts-selected": "%1개의 포스트 선택됨", "x-posts-will-be-moved-to-y": "%1개의 포스트가 \"%2\"로 옮겨집니다.", - "fork_pid_count": "%1 개의 포스트(들)이 선택되었습니다", - "fork_success": "게시물이 분리되었습니다! 분리된 게시물을 보려면 여기를 클릭 하세요.", - "delete_posts_instruction": "삭제/완전 삭제할 포스트를 선택하세요.", - "merge_topics_instruction": "병합할 화제를 선택하거나 검색하세요.", + "fork-pid-count": "%1 개의 포스트(들)이 선택되었습니다", + "fork-success": "게시물이 분리되었습니다! 분리된 게시물을 보려면 여기를 클릭 하세요.", + "delete-posts-instruction": "삭제/완전 삭제할 포스트를 선택하세요.", + "merge-topics-instruction": "병합할 화제를 선택하거나 검색하세요.", "merge-topic-list-title": "병합될 화제 목록", "merge-options": "병합 옵션", "merge-select-main-topic": "주 화제를 선택하세요.", "merge-new-title-for-topic": "변경할 제목", "topic-id": "화제 ID", - "move_posts_instruction": "옮길 포스트를 선택하고 목표 화제의 ID를 입력하거나 해당 화제로 직접 이동하세요.", - "move_topic_instruction": "Select the target category and then click move", - "change_owner_instruction": "다른 사용자에게 할당할 포스트를 선택하세요.", - "composer.title_placeholder": "화제 제목을 입력하세요.", - "composer.handle_placeholder": "이름을 입력하세요.", + "move-posts-instruction": "옮길 포스트를 선택하고 목표 화제의 ID를 입력하거나 해당 화제로 직접 이동하세요.", + "move-topic-instruction": "Select the target category and then click move", + "change-owner-instruction": "다른 사용자에게 할당할 포스트를 선택하세요.", + "composer.title-placeholder": "화제 제목을 입력하세요.", + "composer.handle-placeholder": "이름을 입력하세요.", "composer.hide": "Hide", "composer.discard": "취소", "composer.submit": "등록", "composer.additional-options": "Additional Options", "composer.post-later": "Post Later", "composer.schedule": "예약", - "composer.replying_to": "'%1'에 대한 답글", - "composer.new_topic": "새 화제 생성", + "composer.replying-to": "'%1'에 대한 답글", + "composer.new-topic": "새 화제 생성", "composer.editing-in": "Editing post in %1", "composer.uploading": "업로드 중...", - "composer.thumb_url_label": "썸네일 URL을 붙여넣으세요", - "composer.thumb_title": "이 게시물에 썸네일 추가", - "composer.thumb_url_placeholder": "http://example.com/thumb.png", - "composer.thumb_file_label": "혹은 파일을 업로드", - "composer.thumb_remove": "썸네일 제거", - "composer.drag_and_drop_images": "이미지를 여기에 드래그&드롭하세요.", - "more_users_and_guests": "%1명 이상의 회원과 %2명의 비회원", - "more_users": "%1명 이상의 회원", - "more_guests": "%1명 이상의 비회원", - "users_and_others": "%1님 외 %2명", - "sort_by": "정렬 기준", - "oldest_to_newest": "오래된순", - "newest_to_oldest": "최신순", - "most_votes": "투표순", - "most_posts": "포스트순", - "most_views": "조회수순", + "composer.thumb-url-label": "썸네일 URL을 붙여넣으세요", + "composer.thumb-title": "이 게시물에 썸네일 추가", + "composer.thumb-url-placeholder": "http://example.com/thumb.png", + "composer.thumb-file-label": "혹은 파일을 업로드", + "composer.thumb-remove": "썸네일 제거", + "composer.drag-and-drop-images": "이미지를 여기에 드래그&드롭하세요.", + "more-users-and-guests": "%1명 이상의 회원과 %2명의 비회원", + "more-users": "%1명 이상의 회원", + "more-guests": "%1명 이상의 비회원", + "users-and-others": "%1님 외 %2명", + "sort-by": "정렬 기준", + "oldest-to-newest": "오래된순", + "newest-to-oldest": "최신순", + "most-votes": "투표순", + "most-posts": "포스트순", + "most-views": "조회수순", "stale.title": "새로운 화제를 생성하시겠습니까?", "stale.warning": "현재 답글을 작성 중인 화제는 오래전에 작성 되었습니다. 새로 화제를 생성하고 이 게시물을 인용하시겠습니까?", "stale.create": "새로운 화제 작성", - "stale.reply_anyway": "이 화제에 답글 작성", - "link_back": "답글: [%1](%2)", + "stale.reply-anyway": "이 화제에 답글 작성", + "link-back": "답글: [%1](%2)", "diffs.title": "편집 기록", "diffs.description": "이 포스트에는 %1개의 리비전이 있습니다. 클릭해서 해당 리비전 시점의 내용을 확인할 수 있습니다.", "diffs.no-revisions-description": "이 포스트에는 %1개의 리비전이 있습니다.", @@ -194,11 +195,11 @@ "diffs.original-revision": "원래의 리비전", "diffs.restore": "리비전 복구", "diffs.restore-description": "초기화 후에 새로운 리비전이 포스트의 편집 기록에 덧붙여집니다.", - "diffs.post-restored": "이전 리비전으로의 복구가 완료되었습니다. ", + "diffs.post-restored": "이전 리비전으로의 복구가 완료되었습니다.", "diffs.delete": "리비전 삭제", "diffs.deleted": "리비전 삭제됨", - "timeago_later": "%1 이후", - "timeago_earlier": "%1 이전", + "timeago-later": "%1 이후", + "timeago-earlier": "%1 이전", "first-post": "첫 포스트", "last-post": "마지막 포스트", "go-to-my-next-post": "Go to my next post", diff --git a/public/language/ko/unread.json b/public/language/ko/unread.json index c47172fc5e..2b8f42253e 100644 --- a/public/language/ko/unread.json +++ b/public/language/ko/unread.json @@ -1,12 +1,12 @@ { "title": "읽지 않음", - "no_unread_topics": "읽지 않은 화제가 없습니다.", - "load_more": "더 보기", - "mark_as_read": "읽음으로 표시", + "no-unread-topics": "읽지 않은 화제가 없습니다.", + "load-more": "더 보기", + "mark-as-read": "읽음으로 표시", "selected": "선택됨", "all": "전체", - "all_categories": "모든 카테고리", - "topics_marked_as_read.success": "화제들을 읽음으로 표시했습니다.", + "all-categories": "모든 카테고리", + "topics-marked-as-read.success": "화제들을 읽음으로 표시했습니다.", "all-topics": "모든 화제", "new-topics": "새 화제", "watched-topics": "읽은 화제", diff --git a/public/language/ko/user.json b/public/language/ko/user.json index 068c0f90d6..2b91e4b6da 100644 --- a/public/language/ko/user.json +++ b/public/language/ko/user.json @@ -7,22 +7,22 @@ "joindate": "가입일", "postcount": "포스트 수", "email": "이메일", - "confirm_email": "이메일 인증", - "account_info": "계정 정보", - "admin_actions_label": "사용자 관리", - "ban_account": "계정 차단", - "ban_account_confirm": "이 사용자를 차단하시겠습니까?", - "unban_account": "차단 해제", - "mute_account": "Mute Account", - "unmute_account": "Unmute Account", - "delete_account": "계정 삭제", - "delete_account_as_admin": "계정 삭제", - "delete_content": "계정 컨텐츠 삭제", - "delete_all": " 계정컨텐츠 삭제", - "delete_account_confirm": "정말 지금까지 작성한 글들을 익명으로 처리하고 계정을 삭제하시겠습니까?
이 행동은 되돌릴 수 없고 당신의 모든 데이터는 복구할 수 없습니다.

당신이 정말로 바란다면 비밀번호를 입력해서 이 계정을 삭제하세요.", - "delete_this_account_confirm": "정말 게시물을 남기고 계정을 삭제하시겠습니까?
이 행동은 되돌릴 수 없고 모든 글들은 익명으로 처리되며, 삭제된 계정에서 당신이 기여한 기록은 복구할 수 없습니다.

", - "delete_account_content_confirm": "정말 이 계정의 모든 데이터(포스트/화제/업로드)를 삭제하시겠습니까?
이 행동은 되돌릴 수 없고 모든 데이터는 복구할 수 없습니다.

", - "delete_all_confirm": "정말 이 계정과 모든 데이터(포스트/화제/업로드)를 삭제하시겠습니까?
이 행동은 되돌릴 수 없고 모든 데이터는 복구할 수 없습니다.

", + "confirm-email": "이메일 인증", + "account-info": "계정 정보", + "admin-actions-label": "사용자 관리", + "ban-account": "계정 차단", + "ban-account-confirm": "이 사용자를 차단하시겠습니까?", + "unban-account": "차단 해제", + "mute-account": "Mute Account", + "unmute-account": "Unmute Account", + "delete-account": "계정 삭제", + "delete-account-as-admin": "계정 삭제", + "delete-content": "계정 컨텐츠 삭제", + "delete-all": "계정컨텐츠 삭제", + "delete-account-confirm": "정말 지금까지 작성한 글들을 익명으로 처리하고 계정을 삭제하시겠습니까?
이 행동은 되돌릴 수 없고 당신의 모든 데이터는 복구할 수 없습니다.

당신이 정말로 바란다면 비밀번호를 입력해서 이 계정을 삭제하세요.", + "delete-this-account-confirm": "정말 게시물을 남기고 계정을 삭제하시겠습니까?
이 행동은 되돌릴 수 없고 모든 글들은 익명으로 처리되며, 삭제된 계정에서 당신이 기여한 기록은 복구할 수 없습니다.

", + "delete-account-content-confirm": "정말 이 계정의 모든 데이터(포스트/화제/업로드)를 삭제하시겠습니까?
이 행동은 되돌릴 수 없고 모든 데이터는 복구할 수 없습니다.

", + "delete-all-confirm": "정말 이 계정과 모든 데이터(포스트/화제/업로드)를 삭제하시겠습니까?
이 행동은 되돌릴 수 없고 모든 데이터는 복구할 수 없습니다.

", "account-deleted": "계정 삭제 완료", "account-content-deleted": "계정 데이터 삭제 완료", "fullname": "이름", @@ -32,11 +32,12 @@ "joined": "가입일", "lastonline": "최근 접속", "profile": "프로필", - "profile_views": "프로필 조회수", + "profile-views": "프로필 조회수", "reputation": "인지도", "bookmarks": "즐겨찾기", - "watched_categories": "관심있는 카테고리", - "change_all": "전체 바꾸기", + "watched-categories": "관심있는 카테고리", + "watched-tags": "Watched tags", + "change-all": "전체 바꾸기", "watched": "관심있는 화제", "ignored": "무시 중인 화제", "default-category-watch-state": "기본 카테고리 관심 상태", @@ -44,83 +45,84 @@ "following": "팔로잉", "blocks": "차단", "blocked-users": "Blocked users", - "block_toggle": "차단 전환", - "block_user": "사용자 차단", - "unblock_user": "사용자 차단 해제", + "block-toggle": "차단 전환", + "block-user": "사용자 차단", + "unblock-user": "사용자 차단 해제", "aboutme": "자기소개", "signature": "서명", "birthday": "생일", "chat": "채팅", - "chat_with": "%1과/와 채팅 이어가기", - "new_chat_with": "%1과/와 새로운 채팅", + "chat-with": "%1과/와 채팅 이어가기", + "new-chat-with": "%1과/와 새로운 채팅", "flag-profile": "프로필 신고", "follow": "팔로우", "unfollow": "팔로우 취소", "more": "더 보기", - "profile_update_success": "프로필을 성공적으로 업데이트했습니다!", - "change_picture": "사진 변경", - "change_username": "사용자명 변경", - "change_email": "이메일 변경", - "email_same_as_password": "비밀번호를 입력해서 진행하세요. – 새로운 이메일 주소를 다시 입력했습니다.", + "profile-update-success": "프로필을 성공적으로 업데이트했습니다!", + "change-picture": "사진 변경", + "change-username": "사용자명 변경", + "change-email": "이메일 변경", + "email-updated": "Email Updated", + "email-same-as-password": "비밀번호를 입력해서 진행하세요. – 새로운 이메일 주소를 다시 입력했습니다.", "edit": "수정", "edit-profile": "프로필 수정", - "default_picture": "기본 아이콘", - "uploaded_picture": "업로드된 사진", - "upload_new_picture": "새 사진 업로드", - "upload_new_picture_from_url": "URL을 통해 새 사진 업로드", - "current_password": "현재 비밀번호", - "new_password": "New Password", - "change_password": "비밀번호 변경", - "change_password_error": "올바르지 않은 비밀번호입니다!", - "change_password_error_wrong_current": "현재 비밀번호가 일치하지 않습니다!", - "change_password_error_match": "재입력한 비밀번호가 새 비밀번호와 일치하지 않습니다!", - "change_password_error_privileges": "비밀번호를 바꿀 권한이 없습니다.", - "change_password_success": "비밀번호를 변경했습니다.", - "confirm_password": "비밀번호 확인", + "default-picture": "기본 아이콘", + "uploaded-picture": "업로드된 사진", + "upload-new-picture": "새 사진 업로드", + "upload-new-picture-from-url": "URL을 통해 새 사진 업로드", + "current-password": "현재 비밀번호", + "new-password": "New Password", + "change-password": "비밀번호 변경", + "change-password-error": "올바르지 않은 비밀번호입니다!", + "change-password-error-wrong-current": "현재 비밀번호가 일치하지 않습니다!", + "change-password-error-match": "재입력한 비밀번호가 새 비밀번호와 일치하지 않습니다!", + "change-password-error-privileges": "비밀번호를 바꿀 권한이 없습니다.", + "change-password-success": "비밀번호를 변경했습니다.", + "confirm-password": "비밀번호 확인", "password": "비밀번호", - "username_taken_workaround": "새 사용자명이 이미 존재하여 %1로 저장되었습니다.", - "password_same_as_username": "비밀번호가 사용자명과 동일합니다. 다른 비밀번호를 입력하세요.", - "password_same_as_email": "비밀번호가 이메일 주소와 동일합니다. 다른 비밀번호를 입력하세요.", - "weak_password": "보안이 취약한 비밀번호입니다.", - "upload_picture": "사진 업로드", - "upload_a_picture": "사진 업로드", - "remove_uploaded_picture": "업로드한 사진 삭제", - "upload_cover_picture": "커버 사진 업로드", - "remove_cover_picture_confirm": "커버 사진을 제거하시겠습니까?", - "crop_picture": "사진 잘라내기", - "upload_cropped_picture": "잘라내고 업로드", + "username-taken-workaround": "새 사용자명이 이미 존재하여 %1로 저장되었습니다.", + "password-same-as-username": "비밀번호가 사용자명과 동일합니다. 다른 비밀번호를 입력하세요.", + "password-same-as-email": "비밀번호가 이메일 주소와 동일합니다. 다른 비밀번호를 입력하세요.", + "weak-password": "보안이 취약한 비밀번호입니다.", + "upload-picture": "사진 업로드", + "upload-a-picture": "사진 업로드", + "remove-uploaded-picture": "업로드한 사진 삭제", + "upload-cover-picture": "커버 사진 업로드", + "remove-cover-picture-confirm": "커버 사진을 제거하시겠습니까?", + "crop-picture": "사진 잘라내기", + "upload-cropped-picture": "잘라내고 업로드", "avatar-background-colour": "아바타 배경 색상", "settings": "설정", - "show_email": "이메일 공개", - "show_fullname": "이름 공개", - "restrict_chats": "내가 팔로우하는 사용자들로부터만 채팅 허용", - "digest_label": "포럼 이메일 구독", - "digest_description": "주기적으로 포럼 메일(새 알림과 게시물)을 구독", - "digest_off": "해제", - "digest_daily": "매일", - "digest_weekly": "매주", - "digest_biweekly": "Bi-Weekly", - "digest_monthly": "매월", - "has_no_follower": "이 사용자는 팔로워가 없습니다 :(", - "follows_no_one": "이 사용자는 아무도 팔로우하고 있지 않습니다 :(", - "has_no_posts": "이 사용자가 작성한 포스트가 없습니다.", - "has_no_best_posts": "해당 유저는 아직까지 추천을 받은 포스트가 없습니다.", - "has_no_topics": "이 사용자가 작성한 화제가 없습니다.", - "has_no_watched_topics": "이 사용자가 관심 목록에 추가한 화제가 없습니다.", - "has_no_ignored_topics": "이 사용자는 아직 무시 중인 화제가 없습니다.", - "has_no_upvoted_posts": "이 사용자가 추천한 포스트가 없습니다.", - "has_no_downvoted_posts": "이 사용자가 비추천한 포스트가 없습니다.", - "has_no_controversial_posts": "This user does not have any downvoted posts yet.", - "has_no_blocks": "차단한 사용자가 없습니다.", - "email_hidden": "이메일 비공개", + "show-email": "이메일 공개", + "show-fullname": "이름 공개", + "restrict-chats": "내가 팔로우하는 사용자들로부터만 채팅 허용", + "digest-label": "포럼 이메일 구독", + "digest-description": "주기적으로 포럼 메일(새 알림과 게시물)을 구독", + "digest-off": "해제", + "digest-daily": "매일", + "digest-weekly": "매주", + "digest-biweekly": "Bi-Weekly", + "digest-monthly": "매월", + "has-no-follower": "이 사용자는 팔로워가 없습니다 :(", + "follows-no-one": "이 사용자는 아무도 팔로우하고 있지 않습니다 :(", + "has-no-posts": "이 사용자가 작성한 포스트가 없습니다.", + "has-no-best-posts": "해당 유저는 아직까지 추천을 받은 포스트가 없습니다.", + "has-no-topics": "이 사용자가 작성한 화제가 없습니다.", + "has-no-watched-topics": "이 사용자가 관심 목록에 추가한 화제가 없습니다.", + "has-no-ignored-topics": "이 사용자는 아직 무시 중인 화제가 없습니다.", + "has-no-upvoted-posts": "이 사용자가 추천한 포스트가 없습니다.", + "has-no-downvoted-posts": "이 사용자가 비추천한 포스트가 없습니다.", + "has-no-controversial-posts": "This user does not have any downvoted posts yet.", + "has-no-blocks": "차단한 사용자가 없습니다.", + "email-hidden": "이메일 비공개", "hidden": "비공개", - "paginate_description": "주제와 게시물을 페이지로 정리 (기본: 무한 스크롤)", - "topics_per_page": "페이지 당 화제 수", - "posts_per_page": "페이지 당 포스트 수", + "paginate-description": "주제와 게시물을 페이지로 정리 (기본: 무한 스크롤)", + "topics-per-page": "페이지 당 화제 수", + "posts-per-page": "페이지 당 포스트 수", "category-topic-sort": "Category topic sort", "topic-post-sort": "Topic post sort", - "max_items_per_page": "최대 %1 ", - "acp_language": "관리 페이지 언어", + "max-items-per-page": "최대 %1", + "acp-language": "관리 페이지 언어", "notifications": "알림", "upvote-notif-freq": "추천 알림 빈도", "upvote-notif-freq.all": "모든 추천에 알림 사용", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "10, 100, 1000... 마다 알림", "upvote-notif-freq.disabled": "비활성화", "browsing": "브라우징 설정", - "open_links_in_new_tab": "외부 링크를 새로운 탭에서 열람", - "enable_topic_searching": "게시물 내 검색 허용", - "topic_search_help": "만약 활성화된다면, 브라우저의 기본 검색 기능은 무효화되고 게시물 내 검색을 통해 화면에 보여지는 것 뿐만 아니라 게시물 전체의 내용을 검색할 수 있습니다.", - "update_url_with_post_index": "화제를 보고 있을 때 포스트마다 url 업데이트", - "scroll_to_my_post": "답글 게시 후 새 포스트 보여주기", - "follow_topics_you_reply_to": "내가 답글을 단 화제를 관심 목록에 추가", - "follow_topics_you_create": "내가 작성한 화제를 관심 목록에 추가", + "open-links-in-new-tab": "외부 링크를 새로운 탭에서 열람", + "enable-topic-searching": "게시물 내 검색 허용", + "topic-search-help": "만약 활성화된다면, 브라우저의 기본 검색 기능은 무효화되고 게시물 내 검색을 통해 화면에 보여지는 것 뿐만 아니라 게시물 전체의 내용을 검색할 수 있습니다.", + "update-url-with-post-index": "화제를 보고 있을 때 포스트마다 url 업데이트", + "scroll-to-my-post": "답글 게시 후 새 포스트 보여주기", + "follow-topics-you-reply-to": "내가 답글을 단 화제를 관심 목록에 추가", + "follow-topics-you-create": "내가 작성한 화제를 관심 목록에 추가", "grouptitle": "그룹 이름", "group-order-help": "그룹 선택 후 화살표로 순서 지정", "no-group-title": "그룹 이름이 없습니다.", @@ -145,9 +147,9 @@ "no-skin": "No Skin", "select-homepage": "홈페이지 선택", "homepage": "홈페이지", - "homepage_description": "포럼 홈페이지로 사용할 페이지를 선택하거나 'None'으로 설정하여 기본 홈페이지를 사용합니다.", - "custom_route": "사용자 정의 홈페이지 경로", - "custom_route_help": "첫 슬래시를 제외한 경로 입력 (예시. \"recent\" or \"category/2/general-discussion\")", + "homepage-description": "포럼 홈페이지로 사용할 페이지를 선택하거나 'None'으로 설정하여 기본 홈페이지를 사용합니다.", + "custom-route": "사용자 정의 홈페이지 경로", + "custom-route-help": "첫 슬래시를 제외한 경로 입력 (예시. \"recent\" or \"category/2/general-discussion\")", "sso.title": "통합 인증 서비스", "sso.associated": "와/과 연동된", "sso.not-associated": "이 곳을 클릭하여 연동시키세요.", @@ -179,25 +181,25 @@ "consent.title": "권리 동의", "consent.lead": "이 커뮤니티 포럼은 사용자의 개인 정보를 수집하고 처리합니다.", "consent.intro": "포럼은 이 정보를 엄격히 관리하며 커뮤니티에서 사용자의 행동을 개인화하고 게시물과 계정을 연동하는데 사용합니다. 회원가입 단계에서 사용자 이름과 전자 메일 주소를 제공하도록 요청 받은 경우 이 웹사이트에서 사용자 프로필을 완료하는데 필요한 추가 정보를 선택적으로 제공할 수도 있습니다.

저희는 사용자의 계정이 삭제되기 전까지 이 정보를 보관하며, 사용자는 계정을 삭제하여 언제든지 동의를 철회할 수 있습니다. 또한 언제든지 권리 및 동의 페이지를 통해 이 웹 사이트에 대한 기여도 사본을 요청할 수 있습니다.

문의사항은 이 포럼의 관리 팀에 연락 바랍니다.", - "consent.email_intro": "가끔 포럼은 사용자가 등록한 이메일로 사용자에게 중요할 수 있는, 새로운 활동이나 갱신 사항을 알리기 위해 포럼 메일을 보낼 수도 있습니다. 사용자는 이메일로 전송 받을 알림의 종류와 포럼 메일(완전 비활성화를 포함해서)의 주기를 사용자 설정 페이지에서 선택할 수 있습니다.", - "consent.digest_frequency": "사용자 설정에서 변경하지 않으면 이 포럼은 %1마다 포럼 메일을 전송합니다.", - "consent.digest_off": "사용자 설정에서 명시적으로 변경하지 않는 한 이 포럼은 포럼 메일을 발송하지 않습니다", + "consent.email-intro": "가끔 포럼은 사용자가 등록한 이메일로 사용자에게 중요할 수 있는, 새로운 활동이나 갱신 사항을 알리기 위해 포럼 메일을 보낼 수도 있습니다. 사용자는 이메일로 전송 받을 알림의 종류와 포럼 메일(완전 비활성화를 포함해서)의 주기를 사용자 설정 페이지에서 선택할 수 있습니다.", + "consent.digest-frequency": "사용자 설정에서 변경하지 않으면 이 포럼은 %1마다 포럼 메일을 전송합니다.", + "consent.digest-off": "사용자 설정에서 명시적으로 변경하지 않는 한 이 포럼은 포럼 메일을 발송하지 않습니다", "consent.received": "사용자는 이 포럼에서 사용자의 정보를 수집하고 처리하는 것에 동의했습니다. 추가 조치가 필요하지 않습니다.", - "consent.not_received": "사용자는 데이터 수집 및 처리에 대해 동의하지 않았습니다. 이 포럼은 언제든지 일반 데이터 보호 규정을 준수하기 위해 사용자의 계정을 삭제할 수 있습니다.", + "consent.not-received": "사용자는 데이터 수집 및 처리에 대해 동의하지 않았습니다. 이 포럼은 언제든지 일반 데이터 보호 규정을 준수하기 위해 사용자의 계정을 삭제할 수 있습니다.", "consent.give": "제공 동의", - "consent.right_of_access": "사용자의 접근 권한이 있습니다.", - "consent.right_of_access_description": "사용자는 우리가 수집한 사용자의 계정에 대한 어떠한 수집 데이터라도 기계가 읽을 수 있는 형태로 출력본을 요청할 수 있습니다. 아래에 있는 버튼 중 적절한 버튼을 클릭하여 해당 처리를 수행할 수 있습니다.", - "consent.right_to_rectification": "사용자의 교정 권한이 있습니다.", - "consent.right_to_rectification_description": "사용자는 포럼에 제공된 부정확한 데이터를 교체하거나 갱신할 권한이 있습니다. 당신의 프로필을 프로필 편집을 통해 갱신할 수 있으며, 게시물의 내용 또한 언제나 편집 가능합니다. 만약 불가능한 경우에는, 이 포럼의 관리 팀에게 연락해주세요.", - "consent.right_to_erasure": "사용자의 삭제 권한이 있습니다.", - "consent.right_to_erasure_description": "언제든지 계정을 삭제하여 데이터 수집 및/또는 처리에 대한 동의를 취소할 수 있습니다. 게시한 내용은 그대로 유지되지만 개인 프로필은 삭제할 수 있습니다. 계정 내용을 모두 삭제하려면 이 포럼의 관리 팀에 문의하십시오.", - "consent.right_to_data_portability": "사용자의 데이터 이동 권한이 있습니다.", - "consent.right_to_data_portability_description": "사용자는 이 포럼이 수집한 사용자와 사용자의 계정에 대한 어떠한 수집 데이터라도 기계가 읽을 수 있는 형태로 출력본을 요청할 수 있습니다. 아래에 버튼 중 적절한 버튼을 클릭하여 해당 처리를 수행할 수 있습니다.", - "consent.export_profile": "프로필 내보내기 (.json)", + "consent.right-of-access": "사용자의 접근 권한이 있습니다.", + "consent.right-of-access-description": "사용자는 우리가 수집한 사용자의 계정에 대한 어떠한 수집 데이터라도 기계가 읽을 수 있는 형태로 출력본을 요청할 수 있습니다. 아래에 있는 버튼 중 적절한 버튼을 클릭하여 해당 처리를 수행할 수 있습니다.", + "consent.right-to-rectification": "사용자의 교정 권한이 있습니다.", + "consent.right-to-rectification-description": "사용자는 포럼에 제공된 부정확한 데이터를 교체하거나 갱신할 권한이 있습니다. 당신의 프로필을 프로필 편집을 통해 갱신할 수 있으며, 게시물의 내용 또한 언제나 편집 가능합니다. 만약 불가능한 경우에는, 이 포럼의 관리 팀에게 연락해주세요.", + "consent.right-to-erasure": "사용자의 삭제 권한이 있습니다.", + "consent.right-to-erasure-description": "언제든지 계정을 삭제하여 데이터 수집 및/또는 처리에 대한 동의를 취소할 수 있습니다. 게시한 내용은 그대로 유지되지만 개인 프로필은 삭제할 수 있습니다. 계정 내용을 모두 삭제하려면 이 포럼의 관리 팀에 문의하십시오.", + "consent.right-to-data-portability": "사용자의 데이터 이동 권한이 있습니다.", + "consent.right-to-data-portability-description": "사용자는 이 포럼이 수집한 사용자와 사용자의 계정에 대한 어떠한 수집 데이터라도 기계가 읽을 수 있는 형태로 출력본을 요청할 수 있습니다. 아래에 버튼 중 적절한 버튼을 클릭하여 해당 처리를 수행할 수 있습니다.", + "consent.export-profile": "프로필 내보내기 (.json)", "consent.export-profile-success": "프로필을 내보내기 합니다. 완료되면 알림을 수신합니다.", - "consent.export_uploads": "업로드한 컨텐츠 내보내기 (.zip)", + "consent.export-uploads": "업로드한 컨텐츠 내보내기 (.zip)", "consent.export-uploads-success": "업로드한 컨텐츠를 내보내기 합니다. 완료되면 알림을 수신합니다.", - "consent.export_posts": "포스트 내보내기 (.csv)", + "consent.export-posts": "포스트 내보내기 (.csv)", "consent.export-posts-success": "포스트를 내보내기 합니다. 완료되면 알림을 수신합니다.", "emailUpdate.intro": "아래에 이메일 주소를 입력하세요. 해당 포럼은 입력한 이메일 주소로 정기 알림 메일과 그 외의 알림을 전송하고, 계정 복구 작업에도 해당 이메일 주소를 사용합니다.", "emailUpdate.optional": "This field is optional. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.", diff --git a/public/language/ko/users.json b/public/language/ko/users.json index 98a64ad7f5..872f51347f 100644 --- a/public/language/ko/users.json +++ b/public/language/ko/users.json @@ -1,13 +1,13 @@ { "all-users": "All Users", - "latest_users": "최근가입순", - "top_posters": "작성글순", - "most_reputation": "인지도순", - "most_flags": "신고순", + "latest-users": "최근가입순", + "top-posters": "작성글순", + "most-reputation": "인지도순", + "most-flags": "신고순", "search": "검색", - "enter_username": "검색할 사용자명을 입력하세요.", + "enter-username": "검색할 사용자명을 입력하세요.", "search-user-for-chat": "Search for a user to start chat", - "load_more": "더 보기", + "load-more": "더 보기", "users-found-search-took": "%1명의 사용자를 찾았습니다. 검색 소요 시간 %2초", "filter-by": "필터 기준", "online-only": "온라인", @@ -15,10 +15,10 @@ "prompt-email": "이메일:", "groups-to-join": "초대 수락 시 가입될 그룹들:", "invitation-email-sent": "%1님에게 초대 메일을 보냈습니다.", - "user_list": "사용자 목록", - "recent_topics": "최근", - "popular_topics": "인기", - "unread_topics": "읽지 않음", + "user-list": "사용자 목록", + "recent-topics": "최근", + "popular-topics": "인기", + "unread-topics": "읽지 않음", "categories": "카테고리", "tags": "태그", "no-users-found": "사용자를 찾을 수 없습니다!" diff --git a/public/language/lt/admin/advanced/events.json b/public/language/lt/admin/advanced/events.json index b2c2033fb5..9327eef8d3 100644 --- a/public/language/lt/admin/advanced/events.json +++ b/public/language/lt/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "Event Type", "filter-start": "Start Date", "filter-end": "End Date", - "filter-perPage": "Per Page" + "filter-per-page": "Per Page" } \ No newline at end of file diff --git a/public/language/lt/admin/extend/widgets.json b/public/language/lt/admin/extend/widgets.json index ab3a4b11d2..5d2832feed 100644 --- a/public/language/lt/admin/extend/widgets.json +++ b/public/language/lt/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "No widgets found! Activate the widget essentials plugin in the plugins control panel.", "clone-from": "Clone widgets from", "containers.available": "Available Containers", - "containers.explanation": "Drag and drop on top of any active widget", + "containers.explanation": "Drag and drop on top of any widget", "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", @@ -29,5 +29,7 @@ "hide-from-groups": "Hide from groups", "start-date": "Start date", "end-date": "End date", - "hide-on-mobile": "Hide on mobile" + "hide-on-mobile": "Hide on mobile", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/lt/admin/manage/privileges.json b/public/language/lt/admin/manage/privileges.json index 9af075bcfa..240cff6aa5 100644 --- a/public/language/lt/admin/manage/privileges.json +++ b/public/language/lt/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "Edit Privileges", "select-clear-all": "Select/Clear All", "chat": "Chat", + "chat-with-privileged": "Chat with Privileged", "upload-images": "Upload Images", "upload-files": "Upload Files", "signature": "Signature", @@ -33,7 +34,7 @@ "edit-posts": "Edit Posts", "view-edit-history": "View Edit History", "delete-posts": "Delete Posts", - "view_deleted": "View Deleted Posts", + "view-deleted": "View Deleted Posts", "upvote-posts": "Upvote Posts", "downvote-posts": "Downvote Posts", "delete-topics": "Delete Topics", diff --git a/public/language/lt/admin/manage/users.json b/public/language/lt/admin/manage/users.json index 1fef96f56d..08e5701f40 100644 --- a/public/language/lt/admin/manage/users.json +++ b/public/language/lt/admin/manage/users.json @@ -4,16 +4,21 @@ "edit": "Actions", "make-admin": "Make Admin", "remove-admin": "Remove Admin", + "change-email": "Change Email", + "new-email": "New Email", "validate-email": "Validate Email", "send-validation-email": "Send Validation Email", + "change-password": "Change Password", "password-reset-email": "Send Password Reset Email", "force-password-reset": "Force Password Reset & Log User Out", - "ban": "Ban User(s)", + "ban": "Ban", + "ban-users": "Ban User(s)", "temp-ban": "Ban User(s) Temporarily", "unban": "Unban User(s)", "reset-lockout": "Reset Lockout", "reset-flags": "Reset Flags", - "delete": "Delete User(s)", + "delete": "Delete", + "delete-users": "Delete User(s)", "delete-content": "Delete User(s) Content", "purge": "Delete User(s) and Content", "download-csv": "Download CSV", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "Ban %1 user(s)", "alerts.unban-success": "User(s) unbanned!", "alerts.lockout-reset-success": "Lockout(s) reset!", + "alerts.password-change-success": "Password(s) changed!", "alerts.flag-reset-success": "Flags(s) reset!", "alerts.no-remove-yourself-admin": "You can't remove yourself as Administrator!", "alerts.make-admin-success": "User is now administrator.", @@ -106,6 +112,7 @@ "alerts.create": "Create User", "alerts.button-create": "Create", "alerts.button-cancel": "Cancel", + "alerts.button-change": "Change", "alerts.error-passwords-different": "Passwords must match!", "alerts.error-x": "Error

%1

", "alerts.create-success": "User created!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "Emails: ", "alerts.email-sent-to": "An invitation email has been sent to %1", "alerts.x-users-found": "%1 user(s) found, (%2 seconds)", + "alerts.select-a-single-user-to-change-email": "Select a single user to change email", "export-users-started": "Exporting users as csv, this might take a while. You will receive a notification when it is complete.", - "export-users-completed": "Users exported as csv, click here to download." + "export-users-completed": "Users exported as csv, click here to download.", + "email": "Email", + "password": "Password", + "manage": "Manage" } \ No newline at end of file diff --git a/public/language/lt/admin/settings/chat.json b/public/language/lt/admin/settings/chat.json index e4946458bd..86360a34ee 100644 --- a/public/language/lt/admin/settings/chat.json +++ b/public/language/lt/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "Enter 0 to disable this restriction", "chat-settings": "Chat Settings", "disable": "Disable chat", "disable-editing": "Disable chat message editing/deletion", @@ -6,8 +7,10 @@ "max-length": "Maximum length of chat messages", "max-chat-room-name-length": "Maximum length of chat room names", "max-room-size": "Maximum number of users in chat rooms", - "delay": "Time between chat messages in milliseconds", - "notification-delay": "Notification delay for chat messages. (0 for no delay)", - "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable. (0 disabled)", - "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable. (0 disabled)" + "delay": "Time between chat messages (ms)", + "newbieDelay": "... for new users (ms)", + "notification-delay": "Notification delay for chat messages", + "notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.", + "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.", + "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable." } \ No newline at end of file diff --git a/public/language/lt/admin/settings/post.json b/public/language/lt/admin/settings/post.json index 9dc61afe57..9de7dc76fa 100644 --- a/public/language/lt/admin/settings/post.json +++ b/public/language/lt/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "Title Length", "restrictions.post-length": "Post Length", "restrictions.days-until-stale": "Days until topic is considered stale", - "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic.", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "Timestamp", "timestamp.cut-off": "Date cut-off (in days)", "timestamp.cut-off-help": "Dates & times will be shown in a relative manner (e.g. \"3 hours ago\" / \"5 days ago\"), and localised into various\n\t\t\t\t\tlanguages. After a certain point, this text can be switched to display the localised date itself\n\t\t\t\t\t(e.g. 5 Nov 2016 15:30).
(Default: 30, or one month). Set to 0 to always display dates, leave blank to always display relative times.", diff --git a/public/language/lt/admin/settings/user.json b/public/language/lt/admin/settings/user.json index 368548ba74..816bdfc150 100644 --- a/public/language/lt/admin/settings/user.json +++ b/public/language/lt/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "Username or Email", "allow-login-with.username": "Username Only", "account-settings": "Account Settings", - "gdpr_enabled": "Enable GDPR consent collection", - "gdpr_enabled_help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", + "gdpr-enabled": "Enable GDPR consent collection", + "gdpr-enabled-help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", "disable-username-changes": "Disable username changes", "disable-email-changes": "Disable email changes", "disable-password-changes": "Disable password changes", diff --git a/public/language/lt/category.json b/public/language/lt/category.json index fa2255f0b1..ed507c2b9e 100644 --- a/public/language/lt/category.json +++ b/public/language/lt/category.json @@ -1,12 +1,12 @@ { "category": "Kategorija", "subcategories": "Subkategorijos", - "new_topic_button": "Nauja tema", + "new-topic-button": "Nauja tema", "guest-login-post": "Prisijungti įrašų paskelbimui", - "no_topics": "Šioje kategorijoje temų nėra.
Kodėl gi jums nesukūrus naujos?", + "no-topics": "Šioje kategorijoje temų nėra.
Kodėl gi jums nesukūrus naujos?", "browsing": "naršo", - "no_replies": "Nėra atsakymų", - "no_new_posts": "Nėra naujų pranešimų.", + "no-replies": "Nėra atsakymų", + "no-new-posts": "Nėra naujų pranešimų.", "watch": "Stebėti", "ignore": "Ignoruoti", "watching": "Stebima", diff --git a/public/language/lt/email.json b/public/language/lt/email.json index 5cdc12c959..5ab4d01727 100644 --- a/public/language/lt/email.json +++ b/public/language/lt/email.json @@ -3,8 +3,8 @@ "password-reset-requested": "Password Reset Requested!", "welcome-to": "Sveiki atvykę į %1", "invite": "Pakvietimas nuo %1", - "greeting_no_name": "Sveiki", - "greeting_with_name": "Sveiki %1", + "greeting-no-name": "Sveiki", + "greeting-with-name": "Sveiki %1", "email.verify-your-email.subject": "Patvirtinkite el. pašto adresą", "email.verify.text1": "You've requested that we change or confirm your email address", "email.verify.text2": "For security purposes, we only change or confirm the email address on file once its ownership has been confirmed via email. If you did not request this, no action is required on your part.", @@ -24,7 +24,7 @@ "reset.notify.text2": "Jeigu jūs neprašėte šito, prašome perspėti administratoriu nedelsiant", "digest.unread-rooms": "Unread rooms", "digest.room-name-unreadcount": "%1 (%2 unread)", - "digest.latest_topics": "Paskutinės temos iš %1", + "digest.latest-topics": "Paskutinės temos iš %1", "digest.top-topics": "Top topics from %1", "digest.popular-topics": "Popular topics from %1", "digest.cta": "Kad aplankyti %1, spauskite čia", @@ -36,8 +36,8 @@ "digest.title.day": "Your Daily Digest", "digest.title.week": "Your Weekly Digest", "digest.title.month": "Your Monthly Digest", - "notif.chat.subject": "Nauja pokalbio žinutė gauta iš %1", - "notif.chat.public-chat-subject": "New message from %1 in room %2", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "Pokalbio pratęsimui spauskite čia", "notif.chat.unsub.info": "Šios žinutės perpėjimas buvo išsiųstas į tavo prenumeratos nustatymus", "notif.post.unsub.info": "Šios žinutės perspėjimas buvo išsiųstas į tavo prenumeratos nustatymus", diff --git a/public/language/lt/error.json b/public/language/lt/error.json index 2ab97a8d7a..0071349540 100644 --- a/public/language/lt/error.json +++ b/public/language/lt/error.json @@ -184,6 +184,7 @@ "post-flagged-too-many-times": "This post has been flagged by others already", "user-flagged-too-many-times": "This user has been flagged by others already", "cant-flag-privileged": "You are not allowed to flag the profiles or content of privileged users (moderators/global moderators/admins)", + "cant-locate-flag-report": "Cannot locate flag report", "self-vote": "Negalima balsuoti už savo įrašą", "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", diff --git a/public/language/lt/flags.json b/public/language/lt/flags.json index 1d3f6efc64..2bce567011 100644 --- a/public/language/lt/flags.json +++ b/public/language/lt/flags.json @@ -1,5 +1,6 @@ { "state": "State", + "report": "Report", "reports": "Reports", "first-reported": "First Reported", "no-flags": "Hooray! No flags found.", @@ -8,6 +9,8 @@ "update": "Atnaujinti", "updated": "Atnaujinta", "resolved": "Resolved", + "report-added": "Added", + "report-rescinded": "Rescinded", "target-purged": "The content this flag referred to has been purged and is no longer available.", "target-aboutme-empty": "This user has no "About Me" set.", diff --git a/public/language/lt/global.json b/public/language/lt/global.json index b501ae6e23..af52871b9e 100644 --- a/public/language/lt/global.json +++ b/public/language/lt/global.json @@ -13,19 +13,19 @@ "400.message": "It looks like this link is malformed, please double-check and try again.
Return to the home page.
", "register": "Registruotis", "login": "Prisijungti", - "please_log_in": "Prašome prisijungti", + "please-log-in": "Prašome prisijungti", "logout": "Atsijungti", - "posting_restriction_info": "Naujų pranešimų kūrimas galimas tik registruotiems vartotojams. Spauskite čia norėdami prisijungti.", - "welcome_back": "Sveiki sugrįžę", - "you_have_successfully_logged_in": "Jūs sėkmingai prisijungėte", - "save_changes": "Išsaugoti pakeitimus", + "posting-restriction-info": "Naujų pranešimų kūrimas galimas tik registruotiems vartotojams. Spauskite čia norėdami prisijungti.", + "welcome-back": "Sveiki sugrįžę", + "you-have-successfully-logged-in": "Jūs sėkmingai prisijungėte", + "save-changes": "Išsaugoti pakeitimus", "save": "Save", "create": "Create", "cancel": "Cancel", "close": "Uždaryti", "pagination": "Numeracija", - "pagination.out_of": "%1 iš %2", - "pagination.enter_index": "Go to post index", + "pagination.out-of": "%1 iš %2", + "pagination.enter-index": "Go to post index", "header.admin": "Administratorius", "header.categories": "Kategorijos", "header.recent": "Naujausi", @@ -57,7 +57,7 @@ "alert.banned.message": "You have just been banned, your access is now restricted.", "alert.unbanned": "Unbanned", "alert.unbanned.message": "Your ban has been lifted.", - "alert.unfollow": "Jūs jau nebesekate %1! ", + "alert.unfollow": "Jūs jau nebesekate %1!", "alert.follow": "Jūs sekate vartotoją %1!", "users": "Vartotojai", "topics": "Temos", @@ -80,25 +80,25 @@ "lastpost": "Last post", "firstpost": "First post", "about": "About", - "read_more": "skaityti plačiau", + "read-more": "skaityti plačiau", "more": "Daugiau", "none": "None", - "posted_ago_by_guest": "parašyta %2 nuo svečio", - "posted_ago_by": "parašyta %1 nuo %2", - "posted_ago": "parašyta %1", - "posted_in": "posted in %1", - "posted_in_by": "posted in %1 by %2", - "posted_in_ago": "parašyta temoje %1 %2", - "posted_in_ago_by": "parašyta temoje %1 %2 nuo %3", - "user_posted_ago": "%1 parašė %2", - "guest_posted_ago": "Svečias parašė %1", - "last_edited_by": "last edited by %1", + "posted-ago-by-guest": "parašyta %2 nuo svečio", + "posted-ago-by": "parašyta %1 nuo %2", + "posted-ago": "parašyta %1", + "posted-in": "posted in %1", + "posted-in-by": "posted in %1 by %2", + "posted-in-ago": "parašyta temoje %1 %2", + "posted-in-ago-by": "parašyta temoje %1 %2 nuo %3", + "user-posted-ago": "%1 parašė %2", + "guest-posted-ago": "Svečias parašė %1", + "last-edited-by": "last edited by %1", "edited-timestamp": "Edited %1", "norecentposts": "Paskutinių pranešimų nėra.", "norecenttopics": "Paskutinių temų nėra", "recentposts": "Paskutiniai pranešimai", "recentips": "Paskutiniai prisijungimų IP adresai", - "moderator_tools": "Moderator Tools", + "moderator-tools": "Moderator Tools", "status": "Status", "online": "Prisijungęs", "away": "Pasišalinęs", @@ -109,7 +109,7 @@ "language": "Kalba", "guest": "Svečias", "guests": "Svečiai", - "former_user": "A Former User", + "former-user": "A Former User", "system-user": "System", "unknown-user": "Unknown user", "updated.title": "Forumas atnaujintas", @@ -117,12 +117,12 @@ "privacy": "Privatumas", "follow": "Sekti", "unfollow": "Nebesekti", - "delete_all": "Viską ištrinti", + "delete-all": "Viską ištrinti", "map": "Map", "sessions": "Login Sessions", - "ip_address": "IP Address", - "enter_page_number": "Enter page number", - "upload_file": "Upload file", + "ip-address": "IP Address", + "enter-page-number": "Enter page number", + "upload-file": "Upload file", "upload": "Upload", "uploads": "Uploads", "allowed-file-types": "Allowed file types are %1", @@ -131,7 +131,7 @@ "play": "Play", "cookies.message": "This website uses cookies to ensure you get the best experience on our website.", "cookies.accept": "Got it!", - "cookies.learn_more": "Learn More", + "cookies.learn-more": "Learn More", "edited": "Edited", "disabled": "Disabled", "select": "Select", diff --git a/public/language/lt/groups.json b/public/language/lt/groups.json index 180cb4c50f..c57f1e7132 100644 --- a/public/language/lt/groups.json +++ b/public/language/lt/groups.json @@ -2,65 +2,65 @@ "all-groups": "All groups", "groups": "Grupės", "members": "Members", - "view_group": "Grupės peržiūra", + "view-group": "Grupės peržiūra", "owner": "Grupės savininkas", - "new_group": "Kurti naują grupę", - "no_groups_found": "Nėra grupių kurias būtu galima matyti", + "new-group": "Kurti naują grupę", + "no-groups-found": "Nėra grupių kurias būtu galima matyti", "pending.accept": "Priimti", "pending.reject": "Atmesti", - "pending.accept_all": "Priimti visus", - "pending.reject_all": "Atmesti visus", + "pending.accept-all": "Priimti visus", + "pending.reject-all": "Atmesti visus", "pending.none": "Nėra pretenduojančių narių šiuo momentu", "invited.none": "Nėra pakviestu narių šiuo momentu", "invited.uninvite": "Atšaukti pakvietimą", "invited.search": "Ieškoti nario kad pakviesti į šią grupę", - "invited.notification_title": "You have been invited to join %1", - "request.notification_title": "Group Membership Request from %1", - "request.notification_text": "%1 has requested to become a member of %2", + "invited.notification-title": "You have been invited to join %1", + "request.notification-title": "Group Membership Request from %1", + "request.notification-text": "%1 has requested to become a member of %2", "cover-save": "Saugoti", "cover-saving": "Išsaugoma", "details.title": "Grupės detalės", "details.members": "Narių sąrašas", "details.pending": "Laukiantys nariai", "details.invited": "Pakviesti nariai", - "details.has_no_posts": "Šios grupės nariai neatliko jokių įrašų.", - "details.latest_posts": "Vėliausi įrašai", + "details.has-no-posts": "Šios grupės nariai neatliko jokių įrašų.", + "details.latest-posts": "Vėliausi įrašai", "details.private": "Asmeniška", "details.disableJoinRequests": "Disable join requests", "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Duoti/Atšaukti Nuosavybę", "details.kick": "Išmesti", - "details.kick_confirm": "Ar tikrai šį narį norite pašalinti iš grupės?", + "details.kick-confirm": "Ar tikrai šį narį norite pašalinti iš grupės?", "details.add-member": "Add Member", - "details.owner_options": "Grupės Administratorius", - "details.group_name": "Grupės pavadinimas", - "details.member_count": "Narių skaičiuotuvas", - "details.creation_date": "Sukūrimo Data", + "details.owner-options": "Grupės Administratorius", + "details.group-name": "Grupės pavadinimas", + "details.member-count": "Narių skaičiuotuvas", + "details.creation-date": "Sukūrimo Data", "details.description": "Aprašymas", "details.member-post-cids": "Category IDs to display posts from", - "details.badge_preview": "Ženklelio Peržiūra", - "details.change_icon": "Pakeisti paveikslėlį", - "details.change_label_colour": "Change Label Colour", - "details.change_text_colour": "Change Text Colour", - "details.badge_text": "Ženklelio Tekstas", + "details.badge-preview": "Ženklelio Peržiūra", + "details.change-icon": "Pakeisti paveikslėlį", + "details.change-label-colour": "Change Label Colour", + "details.change-text-colour": "Change Text Colour", + "details.badge-text": "Ženklelio Tekstas", "details.userTitleEnabled": "Parodyti Ženklelį", - "details.private_help": "Jeigu įjungta, prisijungt prie grupių reikalingas patvirtinimas iš grupės administratoriaus", + "details.private-help": "Jeigu įjungta, prisijungt prie grupių reikalingas patvirtinimas iš grupės administratoriaus", "details.hidden": "Paslėptas", - "details.hidden_help": "Jeigu įjungta, ši grupė bus nerodo grupių sąraše, ir vartotojus reikės kviest rankiniu būdu", - "details.delete_group": "Ištrinti grupe", - "details.private_system_help": "Private groups is disabled at system level, this option does not do anything", + "details.hidden-help": "Jeigu įjungta, ši grupė bus nerodo grupių sąraše, ir vartotojus reikės kviest rankiniu būdu", + "details.delete-group": "Ištrinti grupe", + "details.private-system-help": "Private groups is disabled at system level, this option does not do anything", "event.updated": "Grupės informacija atnaujinta", "event.deleted": "Grupė \"%1\" pašalinta", "membership.accept-invitation": "Priimti Kvietimą", - "membership.accept.notification_title": "You are now a member of %1", + "membership.accept.notification-title": "You are now a member of %1", "membership.invitation-pending": "Pakvietimas Laukiamas", "membership.join-group": "Prisijungti Prie Grupės", "membership.leave-group": "Palikti Grupę", - "membership.leave.notification_title": "%1 has left group %2", + "membership.leave.notification-title": "%1 has left group %2", "membership.reject": "Atšaukti", - "new-group.group_name": "Grupės pavadinimas:", + "new-group.group-name": "Grupės pavadinimas:", "upload-group-cover": "Upload group cover", "bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group", "bulk-invite": "Bulk Invite", - "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" + "remove-group-cover-confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/lt/login.json b/public/language/lt/login.json index b51df6c453..38325e955b 100644 --- a/public/language/lt/login.json +++ b/public/language/lt/login.json @@ -1,12 +1,12 @@ { "username-email": "Vartotojo vardas / El. paštas", "username": "Vartotojo vardas", - "remember_me": "Prisiminti?", - "forgot_password": "Užmiršote slaptažodį?", - "alternative_logins": "Alternatyvūs prisijungimo būdai", - "failed_login_attempt": "Login Unsuccessful", - "login_successful": "Jūs sėkmingai prisijungėte!", - "dont_have_account": "Neturite paskyros?", + "remember-me": "Prisiminti?", + "forgot-password": "Užmiršote slaptažodį?", + "alternative-logins": "Alternatyvūs prisijungimo būdai", + "failed-login-attempt": "Login Unsuccessful", + "login-successful": "Jūs sėkmingai prisijungėte!", + "dont-have-account": "Neturite paskyros?", "logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity", "caps-lock-enabled": "Caps Lock is enabled" } \ No newline at end of file diff --git a/public/language/lt/modules.json b/public/language/lt/modules.json index 9a74bc0fbe..8d3d6d2b15 100644 --- a/public/language/lt/modules.json +++ b/public/language/lt/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "Room %1", - "chat.chatting_with": "Chat with", + "chat.chatting-with": "Chat with", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Go to most recent message", @@ -8,12 +8,15 @@ "chat.chat-with-usernames": "Chat with %1", "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Siųsti", - "chat.no_active": "Jūs neturite aktyvių susirašinėjimų.", - "chat.user_typing": "%1 dabar rašo...", - "chat.user_has_messaged_you": "%1 parašė jums.", + "chat.no-active": "Jūs neturite aktyvių susirašinėjimų.", + "chat.user-typing-1": "%1 is typing ...", + "chat.user-typing-2": "%1 and %2 are typing ...", + "chat.user-typing-3": "%1, %2 and %3 are typing ...", + "chat.user-typing-n": "%1, %2 and %3 others are typing ...", + "chat.user-has-messaged-you": "%1 parašė jums.", "chat.replying-to": "Replying to %1", - "chat.see_all": "All chats", - "chat.mark_all_read": "Mark all read", + "chat.see-all": "All chats", + "chat.mark-all-read": "Mark all read", "chat.no-messages": "Prašome pasirikti gavėją, norėdami peržiūrėti žinučių istoriją", "chat.no-users-in-room": "No users in this room", "chat.recent-chats": "Paskutiniai susirašinėjimai", @@ -24,12 +27,16 @@ "chat.pop-out": "Iššokančio lango pokalbiai", "chat.minimize": "Minimize", "chat.maximize": "Padininti", - "chat.seven_days": "7 dienos", - "chat.thirty_days": "30 dienų", - "chat.three_months": "3 mėnesiai", - "chat.delete_message_confirm": "Are you sure you wish to delete this message?", + "chat.seven-days": "7 dienos", + "chat.thirty-days": "30 dienų", + "chat.three-months": "3 mėnesiai", + "chat.delete-message-confirm": "Are you sure you wish to delete this message?", "chat.retrieving-users": "Retrieving users...", "chat.view-users-list": "View users list", + "chat.pinned-messages": "Pinned Messages", + "chat.no-pinned-messages": "There are no pinned messages", + "chat.pin-message": "Pin Message", + "chat.unpin-message": "Unpin Message", "chat.public-rooms": "Public Rooms (%1)", "chat.private-rooms": "Private Rooms (%1)", "chat.create-room": "Create Chat Room", @@ -67,17 +74,24 @@ "chat.system.user-leave": "%1 has left the room ", "chat.system.room-rename": "%2 has renamed this room to \"%1\" ", "composer.compose": "Sukomponuoti", - "composer.show_preview": "Rodyti pavyzdį", - "composer.hide_preview": "Slėpti pavyzdį", + "composer.show-preview": "Rodyti pavyzdį", + "composer.hide-preview": "Slėpti pavyzdį", "composer.help": "Help", - "composer.user_said_in": "%1 parašė į %2:", - "composer.user_said": "%1 parašė:", + "composer.user-said-in": "%1 parašė į %2:", + "composer.user-said": "%1 parašė:", "composer.discard": "Ar tikrai norite sunaikinti šį pranešimą?", - "composer.submit_and_lock": "Pateikti ir užrakinti", - "composer.toggle_dropdown": "Perjungti Nukritimą", + "composer.submit-and-lock": "Pateikti ir užrakinti", + "composer.toggle-dropdown": "Perjungti Nukritimą", "composer.uploading": "Uploading %1", "composer.formatting.bold": "Bold", "composer.formatting.italic": "Italic", + "composer.formatting.heading": "Heading", + "composer.formatting.heading1": "Heading 1", + "composer.formatting.heading2": "Heading 2", + "composer.formatting.heading3": "Heading 3", + "composer.formatting.heading4": "Heading 4", + "composer.formatting.heading5": "Heading 5", + "composer.formatting.heading6": "Heading 6", "composer.formatting.list": "List", "composer.formatting.strikethrough": "Strikethrough", "composer.formatting.code": "Code", @@ -85,9 +99,10 @@ "composer.formatting.picture": "Image Link", "composer.upload-picture": "Upload Image", "composer.upload-file": "Upload File", - "composer.zen_mode": "Zen Mode", - "composer.select_category": "Select a category", + "composer.zen-mode": "Zen Mode", + "composer.select-category": "Select a category", "composer.textarea.placeholder": "Enter your post content here, drag and drop images", + "composer.post-queue-alert": "Hello👋!
This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.", "composer.schedule-for": "Schedule topic for", "composer.schedule-date": "Date", "composer.schedule-time": "Time", @@ -102,8 +117,8 @@ "bootbox.confirm": "Confirm", "bootbox.submit": "Submit", "bootbox.send": "Send", - "cover.dragging_title": "Cover Photo Positioning", - "cover.dragging_message": "Drag the cover photo to the desired position and click \"Save\"", + "cover.dragging-title": "Cover Photo Positioning", + "cover.dragging-message": "Drag the cover photo to the desired position and click \"Save\"", "cover.saved": "Cover photo image and position saved", "thumbs.modal.title": "Manage topic thumbnails", "thumbs.modal.no-thumbs": "No thumbnails found.", diff --git a/public/language/lt/notifications.json b/public/language/lt/notifications.json index 9068a8413b..442e88ec23 100644 --- a/public/language/lt/notifications.json +++ b/public/language/lt/notifications.json @@ -1,59 +1,68 @@ { "title": "Pranešimai", - "no_notifs": "Jūs neturite naujų pranešimų", - "see_all": "All notifications", - "mark_all_read": "Mark all read", - "back_to_home": "Atgal į %1", - "outgoing_link": "Išeinanti nuoroda", - "outgoing_link_message": "You are now leaving %1", - "continue_to": "Tęsti į %1", - "return_to": "Grįžti į %1", - "new_notification": "You have a new notification", - "you_have_unread_notifications": "Jūs turite neperskaitytų pranešimų.", + "no-notifs": "Jūs neturite naujų pranešimų", + "see-all": "All notifications", + "mark-all-read": "Mark all read", + "back-to-home": "Atgal į %1", + "outgoing-link": "Išeinanti nuoroda", + "outgoing-link-message": "You are now leaving %1", + "continue-to": "Tęsti į %1", + "return-to": "Grįžti į %1", + "new-notification": "You have a new notification", + "you-have-unread-notifications": "Jūs turite neperskaitytų pranešimų.", "all": "All", "topics": "Topics", + "tags": "Tags", "replies": "Replies", "chat": "Chats", "group-chat": "Group Chats", "public-chat": "Public Chats", "follows": "Follows", "upvote": "Upvotes", + "awards": "Awards", "new-flags": "New Flags", "my-flags": "Flags assigned to me", "bans": "Bans", - "new_message_from": "Nauja žinutė nuo %1", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1 užbalsavo už jūsų pranešima čia %2.", - "upvoted_your_post_in_dual": "%1 and %2 have upvoted your post in %3.", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "%1 has moved your post to %2", - "moved_your_topic": "%1 has moved %2", - "user_flagged_post_in": "%1pagrįso nuomone čia %2", - "user_flagged_post_in_dual": "%1 and %2 flagged a post in %3", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1 flagged a user profile (%2)", - "user_flagged_user_dual": "%1 and %2 flagged a user profile (%3)", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "%1 parašė atsaką %2", - "user_posted_to_dual": "%1 and %2 have posted replies to: %3", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1 paskelbė naują temą: %2", - "user_edited_post": "%1 has edited a post in %2", - "user_started_following_you": "%1 pradėjo sekti tave", - "user_started_following_you_dual": "%1 and %2 started following you.", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1 atsiuntė registracijos prašymą", - "new_register_multiple": "There are %1 registration requests awaiting review.", - "flag_assigned_to_you": "Flag %1 has been assigned to you", - "post_awaiting_review": "Post awaiting review", + "new-message-from": "Nauja žinutė nuo %1", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 wrote in %3", + "user-posted-in-public-room-dual": "%1 and %2 wrote in %4", + "user-posted-in-public-room-triple": "%1, %2 and %3 wrote in %5", + "user-posted-in-public-room-multiple": "%1, %2 and %3 others wrote in %5", + "upvoted-your-post-in": "%1 užbalsavo už jūsų pranešima čia %2.", + "upvoted-your-post-in-dual": "%1 and %2 have upvoted your post in %3.", + "upvoted-your-post-in-triple": "%1, %2 and %3 have upvoted your post in %4.", + "upvoted-your-post-in-multiple": "%1, %2 and %3 others have upvoted your post in %4.", + "moved-your-post": "%1 has moved your post to %2", + "moved-your-topic": "%1 has moved %2", + "user-flagged-post-in": "%1pagrįso nuomone čia %2", + "user-flagged-post-in-dual": "%1 and %2 flagged a post in %3", + "user-flagged-post-in-triple": "%1, %2 and %3 flagged a post in %4", + "user-flagged-post-in-multiple": "%1, %2 and %3 others flagged a post in %4", + "user-flagged-user": "%1 flagged a user profile (%2)", + "user-flagged-user-dual": "%1 and %2 flagged a user profile (%3)", + "user-flagged-user-triple": "%1, %2 and %3 flagged a user profile (%4)", + "user-flagged-user-multiple": "%1, %2 and %3 others flagged a user profile (%4)", + "user-posted-to": "%1 parašė atsaką %2", + "user-posted-to-dual": "%1 and %2 have posted replies to: %3", + "user-posted-to-triple": "%1, %2 and %3 have posted replies to: %4", + "user-posted-to-multiple": "%1, %2 and %3 others have posted replies to: %4", + "user-posted-topic": "%1 paskelbė naują temą: %2", + "user-edited-post": "%1 has edited a post in %2", + "user-posted-topic-with-tag": "%1 has posted a new topic with tag %2", + "user-posted-topic-with-tag-dual": "%1 has posted a new topic with tags %2 and %3", + "user-posted-topic-with-tag-triple": "%1 has posted a new topic with tags %2, %3 and %4", + "user-posted-topic-with-tag-multiple": "%1 has posted a new topic with tags %2", + "user-started-following-you": "%1 pradėjo sekti tave", + "user-started-following-you-dual": "%1 and %2 started following you.", + "user-started-following-you-triple": "%1, %2 and %3 started following you.", + "user-started-following-you-multiple": "%1, %2 and %3 others started following you.", + "new-register": "%1 atsiuntė registracijos prašymą", + "new-register-multiple": "There are %1 registration requests awaiting review.", + "flag-assigned-to-you": "Flag %1 has been assigned to you", + "post-awaiting-review": "Post awaiting review", "profile-exported": "%1 profile exported, click to download", "posts-exported": "%1 posts exported, click to download", "uploads-exported": "%1 uploads exported, click to download", @@ -66,22 +75,24 @@ "email-confirm-error-message": "Įvyko klaida mėginant patvirtinti Jūsų el. pašto adresą. Galbūt kodas yra neteisingas, arba nebegalioajantis.", "email-confirm-sent": "Patvirtinimo laiškas išsiųstas.", "none": "None", - "notification_only": "Notification Only", - "email_only": "Email Only", - "notification_and_email": "Notification & Email", - "notificationType_upvote": "When someone upvotes your post", - "notificationType_new-topic": "When someone you follow posts a topic", - "notificationType_new-reply": "When a new reply is posted in a topic you are watching", - "notificationType_post-edit": "When a post is edited in a topic you are watching", - "notificationType_follow": "When someone starts following you", - "notificationType_new-chat": "When you receive a chat message", - "notificationType_new-group-chat": "When you receive a group chat message", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "When you receive a group invite", - "notificationType_group-leave": "When a user leaves your group", - "notificationType_group-request-membership": "When someone requests to join a group you own", - "notificationType_new-register": "When someone gets added to registration queue", - "notificationType_post-queue": "When a new post is queued", - "notificationType_new-post-flag": "When a post is flagged", - "notificationType_new-user-flag": "When a user is flagged" + "notification-only": "Notification Only", + "email-only": "Email Only", + "notification-and-email": "Notification & Email", + "notificationType-upvote": "When someone upvotes your post", + "notificationType-new-topic": "When someone you follow posts a topic", + "notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow", + "notificationType-new-reply": "When a new reply is posted in a topic you are watching", + "notificationType-post-edit": "When a post is edited in a topic you are watching", + "notificationType-follow": "When someone starts following you", + "notificationType-new-chat": "When you receive a chat message", + "notificationType-new-group-chat": "When you receive a group chat message", + "notificationType-new-public-chat": "When you receive a public group chat message", + "notificationType-group-invite": "When you receive a group invite", + "notificationType-group-leave": "When a user leaves your group", + "notificationType-group-request-membership": "When someone requests to join a group you own", + "notificationType-new-register": "When someone gets added to registration queue", + "notificationType-post-queue": "When a new post is queued", + "notificationType-new-post-flag": "When a post is flagged", + "notificationType-new-user-flag": "When a user is flagged", + "notificationType-new-reward": "When you earn a new reward" } \ No newline at end of file diff --git a/public/language/lt/pages.json b/public/language/lt/pages.json index cf13de9a85..6bb1173044 100644 --- a/public/language/lt/pages.json +++ b/public/language/lt/pages.json @@ -47,7 +47,8 @@ "account/latest-posts": "Latest posts made by %1", "account/topics": "Temos, kurias sukūrė %1", "account/groups": "%1 Grupės", - "account/watched_categories": "%1's Watched Categories", + "account/watched-categories": "%1's Watched Categories", + "account/watched-tags": "%1's Watched Tags", "account/bookmarks": "%1's Bookmarked Posts", "account/settings": "Vartotojo nustatymai", "account/settings-of": "Changing settings of %1", diff --git a/public/language/lt/recent.json b/public/language/lt/recent.json index 1c6a8c1d4b..15e2561951 100644 --- a/public/language/lt/recent.json +++ b/public/language/lt/recent.json @@ -5,7 +5,7 @@ "month": "Mėnesis", "year": "Metai", "alltime": "Per visą laiką", - "no_recent_topics": "Paskutinių temų nėra", - "no_popular_topics": "Populiarių temų nėra.", + "no-recent-topics": "Paskutinių temų nėra", + "no-popular-topics": "Populiarių temų nėra.", "load-new-posts": "Load new posts" } \ No newline at end of file diff --git a/public/language/lt/register.json b/public/language/lt/register.json index f50dbb0c8c..5e8b2297d4 100644 --- a/public/language/lt/register.json +++ b/public/language/lt/register.json @@ -1,32 +1,32 @@ { "register": "Registruotis", "already-have-account": "Already have an account?", - "cancel_registration": "Cancel Registration", + "cancel-registration": "Cancel Registration", "help.email": "Pagal nutylėjimą, jūsų el. paštas nebus viešai matomas.", - "help.username_restrictions": "Unikalus vartotojo vardas %1-%2 simbolių ilgio. Kiti vartotojai galės jus minėti @vartotojas.", - "help.minimum_password_length": "Jūsų slaptažodis turi būti mažiausiai %1 simbolių.", - "email_address": "El. paštas", - "email_address_placeholder": "Įrašykite el. pašto adresą", + "help.username-restrictions": "Unikalus vartotojo vardas %1-%2 simbolių ilgio. Kiti vartotojai galės jus minėti @vartotojas.", + "help.minimum-password-length": "Jūsų slaptažodis turi būti mažiausiai %1 simbolių.", + "email-address": "El. paštas", + "email-address-placeholder": "Įrašykite el. pašto adresą", "username": "Vartotojo vardas", - "username_placeholder": "Įrašykite vartotojo vardą", + "username-placeholder": "Įrašykite vartotojo vardą", "password": "Slaptažodis", - "password_placeholder": "Įrašykite slaptažodį", - "confirm_password": "Patvirtinkite slaptažodį", - "confirm_password_placeholder": "Patvirtinkite slaptažodį", - "register_now_button": "Registruotis", - "alternative_registration": "Alternatyvūs registracijos būdai", - "terms_of_use": "Naudojimo sąlygos", - "agree_to_terms_of_use": "Aš sutinku su vartojimo sąlygomis", - "terms_of_use_error": "You must agree to the Terms of Use", + "password-placeholder": "Įrašykite slaptažodį", + "confirm-password": "Patvirtinkite slaptažodį", + "confirm-password-placeholder": "Patvirtinkite slaptažodį", + "register-now-button": "Registruotis", + "alternative-registration": "Alternatyvūs registracijos būdai", + "terms-of-use": "Naudojimo sąlygos", + "agree-to-terms-of-use": "Aš sutinku su vartojimo sąlygomis", + "terms-of-use-error": "You must agree to the Terms of Use", "registration-added-to-queue": "Jūsų registracijos prašymas buvo pridėtas į laukiančiųjų sąrašą. Jūs gausite el.paštu laišką kada administratorius patvirtins jus", "registration-queue-average-time": "Our average time for approving memberships is %1 hours %2 minutes.", "registration-queue-auto-approve-time": "Your membership to this forum will be fully activated in up to %1 hours.", "interstitial.intro": "We'd like some additional information in order to update your account…", "interstitial.intro-new": "We'd like some additional information before we can create your account…", "interstitial.errors-found": "Please review the entered information:", - "gdpr_agree_data": "I consent to the collection and processing of my personal information on this website.", - "gdpr_agree_email": "I consent to receive digest and notification emails from this website.", - "gdpr_consent_denied": "You must give consent to this site to collect/process your information, and to send you emails.", + "gdpr-agree-data": "I consent to the collection and processing of my personal information on this website.", + "gdpr-agree-email": "I consent to receive digest and notification emails from this website.", + "gdpr-consent-denied": "You must give consent to this site to collect/process your information, and to send you emails.", "invite.error-admin-only": "Direct user registration has been disabled. Please contact an administrator for more details.", "invite.error-invite-only": "Direct user registration has been disabled. You must be invited by an existing user in order to access this forum.", "invite.error-invalid-data": "The registration data received does not correspond to our records. Please contact an administrator for more details" diff --git a/public/language/lt/reset_password.json b/public/language/lt/reset_password.json index 4341a986f4..8d089bed3d 100644 --- a/public/language/lt/reset_password.json +++ b/public/language/lt/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "Atstatyti slaptažodį", - "update_password": "Atnaujinti slaptažodį", - "password_changed.title": "Slaptažodis pakeistas", - "password_changed.message": "

Slaptažodis sėkmingai pakeistas, prašome prisijungti.", - "wrong_reset_code.title": "Neteisingas atstatymo kodas", - "wrong_reset_code.message": "Neteisingas atstatymo kodas. Prašome bandyti dar kartą arba prašyti naujo atstatymo kodo.", - "new_password": "Naujas slaptažodis", - "repeat_password": "Patvirtinkite slaptažodį", - "changing_password": "Changing Password", - "enter_email": "Prašome įrašyti el. pašto adresą ir mes atsiųsime jums instrukciją, kaip atstatyti jūsų paskyrą.", - "enter_email_address": "Įrašykite el. pašto adresą", - "password_reset_sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", - "invalid_email": "Klaidingas arba neegzistuojantis el. pašto adresas!", - "password_too_short": "Įvestas slaptažodis yra per trumpas, prašome pasirinkti kitą slaptažodį.", - "passwords_do_not_match": "Du slaptažodžiai, kuriuos įvedėte, nesutampa.", - "password_expired": "Jūsų slaptažodžio laikas baigėsi, pasirinkite nauja slaptažodį" + "reset-password": "Atstatyti slaptažodį", + "update-password": "Atnaujinti slaptažodį", + "password-changed.title": "Slaptažodis pakeistas", + "password-changed.message": "

Slaptažodis sėkmingai pakeistas, prašome prisijungti.", + "wrong-reset-code.title": "Neteisingas atstatymo kodas", + "wrong-reset-code.message": "Neteisingas atstatymo kodas. Prašome bandyti dar kartą arba prašyti naujo atstatymo kodo.", + "new-password": "Naujas slaptažodis", + "repeat-password": "Patvirtinkite slaptažodį", + "changing-password": "Changing Password", + "enter-email": "Prašome įrašyti el. pašto adresą ir mes atsiųsime jums instrukciją, kaip atstatyti jūsų paskyrą.", + "enter-email-address": "Įrašykite el. pašto adresą", + "password-reset-sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", + "invalid-email": "Klaidingas arba neegzistuojantis el. pašto adresas!", + "password-too-short": "Įvestas slaptažodis yra per trumpas, prašome pasirinkti kitą slaptažodį.", + "passwords-do-not-match": "Du slaptažodžiai, kuriuos įvedėte, nesutampa.", + "password-expired": "Jūsų slaptažodžio laikas baigėsi, pasirinkite nauja slaptažodį" } \ No newline at end of file diff --git a/public/language/lt/rewards.json b/public/language/lt/rewards.json new file mode 100644 index 0000000000..f923cf1500 --- /dev/null +++ b/public/language/lt/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "You have been awarded %1 reputation", + "awarded-group-membership": "You have been added to the group %1", + + "essentials/user.reputation-conditional-value": "(Reputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Post Count %1 %2)", + "essentials/user.lastonline-conditional-value": "(Last Online %1 %2)", + "essentials/user.joindate-conditional-value": "(Join Date %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Days Registered %1 %2)" +} \ No newline at end of file diff --git a/public/language/lt/search.json b/public/language/lt/search.json index 18629e21f5..ce66165c72 100644 --- a/public/language/lt/search.json +++ b/public/language/lt/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Type to search", - "results_matching": "%1 rezultatas(ai) atitinka \"%2\", (%3 sekundes)", + "results-matching": "%1 rezultatas(ai) atitinka \"%2\", (%3 sekundes)", "no-matches": "Atitikmenų nerasta", "advanced-search": "Išplėstinė paieška", "in": "Į", diff --git a/public/language/lt/tags.json b/public/language/lt/tags.json index 274fad70bc..77b3002b90 100644 --- a/public/language/lt/tags.json +++ b/public/language/lt/tags.json @@ -1,11 +1,17 @@ { "all-tags": "All tags", - "no_tag_topics": "Temų su šią žyma nėra.", + "no-tag-topics": "Temų su šią žyma nėra.", "no-tags-found": "No tags found", "tags": "Žymos", - "enter_tags_here": "Įveskite žymas čia, tarp %1 ir %2 simbolių kiekvienam", - "enter_tags_here_short": "Įveskite žymas...", - "no_tags": "Žymų kolkas nėra.", - "select_tags": "Select Tags", - "tag-whitelist": "Tag Whitelist" + "enter-tags-here": "Įveskite žymas čia, tarp %1 ir %2 simbolių kiekvienam", + "enter-tags-here-short": "Įveskite žymas...", + "no-tags": "Žymų kolkas nėra.", + "select-tags": "Select Tags", + "tag-whitelist": "Tag Whitelist", + "watching": "Watching", + "not-watching": "Not Watching", + "watching.description": "Notify me of new topics.", + "not-watching.description": "Do not notify me of new topics.", + "following-tag.message": "You will now be receiving notifications when somebody posts a topic with this tag.", + "not-following-tag.message": "You will not receive notifications when somebody posts a topic with this tag." } \ No newline at end of file diff --git a/public/language/lt/themes/harmony.json b/public/language/lt/themes/harmony.json index f915155306..5e0a65f946 100644 --- a/public/language/lt/themes/harmony.json +++ b/public/language/lt/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page", "settings.autohideBottombar": "Auto hide bottom bar", "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down", + "settings.openSidebars": "Open sidebars", "settings.chatModals": "Enable chat modals" } \ No newline at end of file diff --git a/public/language/lt/top.json b/public/language/lt/top.json index b8a05bfa5f..6e1e05674e 100644 --- a/public/language/lt/top.json +++ b/public/language/lt/top.json @@ -1,4 +1,4 @@ { "title": "Top", - "no_top_topics": "No top topics" + "no-top-topics": "No top topics" } \ No newline at end of file diff --git a/public/language/lt/topic.json b/public/language/lt/topic.json index ee5c31be86..007d5f6d3c 100644 --- a/public/language/lt/topic.json +++ b/public/language/lt/topic.json @@ -1,20 +1,20 @@ { "topic": "Tema", "title": "Title", - "no_topics_found": "Temų nerasta!", - "no_posts_found": "Įrašų nerasta!", - "post_is_deleted": "Šis įrašas ištrintas!", - "topic_is_deleted": "Ši tema yra ištrinta!", + "no-topics-found": "Temų nerasta!", + "no-posts-found": "Įrašų nerasta!", + "post-is-deleted": "Šis įrašas ištrintas!", + "topic-is-deleted": "Ši tema yra ištrinta!", "profile": "Profilis", - "posted_by": "Parašė %1", - "posted_by_guest": "Parašė svečias", + "posted-by": "Parašė %1", + "posted-by-guest": "Parašė svečias", "chat": "Susirašinėti", - "notify_me": "Gauti pranešimus apie naujus atsakymus šioje temoje", + "notify-me": "Gauti pranešimus apie naujus atsakymus šioje temoje", "quote": "Cituoti", "reply": "Atsakyti", - "replies_to_this_post": "%1 atsakymai", - "one_reply_to_this_post": "1 Atsakymas", - "last_reply_time": "Paskutinis atsakymas", + "replies-to-this-post": "%1 atsakymai", + "one-reply-to-this-post": "1 Atsakymas", + "last-reply-time": "Paskutinis atsakymas", "reply-as-topic": "Reply as topic", "guest-login-reply": "Norėdami atsakyti, prisijunkite", "login-to-view": "🔒 Log in to view", @@ -64,129 +64,130 @@ "user-referenced-topic-on": "%1 referenced this topic on %3", "user-forked-topic-ago": "%1 forked this topic %3", "user-forked-topic-on": "%1 forked this topic on %3", - "bookmark_instructions": "Click here to return to the last read post in this thread.", + "bookmark-instructions": "Click here to return to the last read post in this thread.", "flag-post": "Flag this post", "flag-user": "Flag this user", "already-flagged": "Already Flagged", "view-flag-report": "View Flag Report", "resolve-flag": "Resolve Flag", - "merged_message": "This topic has been merged into %2", - "deleted_message": "Ši tema buvo ištrinta. Tik Vartotojai su temos redagavimo privilegijomis gali matyti ja", - "following_topic.message": "Dabar jūs gausite pranešimus kai kas nors atrašys šioje temoje.", - "not_following_topic.message": "You will see this topic in the unread topics list, but you will not receive notifications when somebody posts to this topic.", - "ignoring_topic.message": "You will no longer see this topic in the unread topics list. You will be notified when you are mentioned or your post is up voted.", - "login_to_subscribe": "Norėdami prenumeruoti šią temą, prašome prisiregistruoti arba prisijungti.", + "merged-message": "This topic has been merged into %2", + "forked-message": "This topic was forked from %2", + "deleted-message": "Ši tema buvo ištrinta. Tik Vartotojai su temos redagavimo privilegijomis gali matyti ja", + "following-topic.message": "Dabar jūs gausite pranešimus kai kas nors atrašys šioje temoje.", + "not-following-topic.message": "You will see this topic in the unread topics list, but you will not receive notifications when somebody posts to this topic.", + "ignoring-topic.message": "You will no longer see this topic in the unread topics list. You will be notified when you are mentioned or your post is up voted.", + "login-to-subscribe": "Norėdami prenumeruoti šią temą, prašome prisiregistruoti arba prisijungti.", "markAsUnreadForAll.success": "Tema visiems vartotojams pažymėta kaip neskaityta.", - "mark_unread": "Mark unread", - "mark_unread.success": "Tema pažymėta kaip neskaityta.", + "mark-unread": "Mark unread", + "mark-unread.success": "Tema pažymėta kaip neskaityta.", "watch": "Žiūrėti", "unwatch": "Nebesekti", "watch.title": "Gauti pranešimą apie naujus įrašus šioje temoje", "unwatch.title": "Baigti šios temos stebėjimą", - "share_this_post": "Dalintis šiuo įrašu", + "share-this-post": "Dalintis šiuo įrašu", "watching": "Stebima", "not-watching": "Not Watching", "ignoring": "Ignoruojama", "watching.description": "Notify me of new replies.
Show topic in unread.", "not-watching.description": "Do not notify me of new replies.
Show topic in unread if category is not ignored.", "ignoring.description": "Do not notify me of new replies.
Do not show topic in unread.", - "thread_tools.title": "Temos priemonės", - "thread_tools.markAsUnreadForAll": "Mark Unread For All", - "thread_tools.pin": "Prisegti temą", - "thread_tools.unpin": "Atsegti temą", - "thread_tools.lock": "Užrakinti temą", - "thread_tools.unlock": "Atrakinti temą", - "thread_tools.move": "Perkelti temą", - "thread_tools.move-posts": "Move Posts", - "thread_tools.move_all": "Perkelti visus", - "thread_tools.change_owner": "Change Owner", - "thread_tools.select_category": "Select Category", - "thread_tools.fork": "Išskaidyti temą", - "thread_tools.tag": "Tag Topic", - "thread_tools.delete": "Ištrinti temą", - "thread_tools.delete-posts": "Delete Posts", - "thread_tools.delete_confirm": "Ar jūs tikrai norite ištrinti šią temą?", - "thread_tools.restore": "Atkurti temą", - "thread_tools.restore_confirm": "Ar jūs tikrai norite atkurti šią temą?", - "thread_tools.purge": "Išvalyti temą", - "thread_tools.purge_confirm": "Ar tikrai norite išvalyti šią temą?", - "thread_tools.merge_topics": "Merge Topics", - "thread_tools.merge": "Merge Topic", - "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_undone": "Topic move undone", - "topic_move_posts_success": "Posts will be moved shortly. Click here to undo.", - "topic_move_posts_undone": "Post move undone", - "post_delete_confirm": "Ar jūs tikrai norite ištrinti šį įrašą?", - "post_restore_confirm": "Ar jūs tikrai norite atkurti šį įrašą?", - "post_purge_confirm": "Ar tikrai norite išvalyti šį pranešimą?", + "thread-tools.title": "Temos priemonės", + "thread-tools.markAsUnreadForAll": "Mark Unread For All", + "thread-tools.pin": "Prisegti temą", + "thread-tools.unpin": "Atsegti temą", + "thread-tools.lock": "Užrakinti temą", + "thread-tools.unlock": "Atrakinti temą", + "thread-tools.move": "Perkelti temą", + "thread-tools.move-posts": "Move Posts", + "thread-tools.move-all": "Perkelti visus", + "thread-tools.change-owner": "Change Owner", + "thread-tools.select-category": "Select Category", + "thread-tools.fork": "Išskaidyti temą", + "thread-tools.tag": "Tag Topic", + "thread-tools.delete": "Ištrinti temą", + "thread-tools.delete-posts": "Delete Posts", + "thread-tools.delete-confirm": "Ar jūs tikrai norite ištrinti šią temą?", + "thread-tools.restore": "Atkurti temą", + "thread-tools.restore-confirm": "Ar jūs tikrai norite atkurti šią temą?", + "thread-tools.purge": "Išvalyti temą", + "thread-tools.purge-confirm": "Ar tikrai norite išvalyti šią temą?", + "thread-tools.merge-topics": "Merge Topics", + "thread-tools.merge": "Merge Topic", + "topic-move-success": "This topic will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-multiple-success": "These topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-all-success": "All topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-undone": "Topic move undone", + "topic-move-posts-success": "Posts will be moved shortly. Click here to undo.", + "topic-move-posts-undone": "Post move undone", + "post-delete-confirm": "Ar jūs tikrai norite ištrinti šį įrašą?", + "post-restore-confirm": "Ar jūs tikrai norite atkurti šį įrašą?", + "post-purge-confirm": "Ar tikrai norite išvalyti šį pranešimą?", "pin-modal-expiry": "Expiration Date", "pin-modal-help": "You can optionally set an expiration date for the pinned topic(s) here. Alternatively, you can leave this field blank to have the topic stay pinned until it is manually unpinned.", - "load_categories": "Įkeliamos kategorijos", - "confirm_move": "Perkelti", - "confirm_fork": "Išskaidyti", + "load-categories": "Įkeliamos kategorijos", + "confirm-move": "Perkelti", + "confirm-fork": "Išskaidyti", "bookmark": "Bookmark", "bookmarks": "Bookmarks", - "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.", + "bookmarks.has-no-bookmarks": "You haven't bookmarked any posts yet.", "copy-permalink": "Copy Permalink", - "loading_more_posts": "Įkeliama daugiau įrašų", - "move_topic": "Perkelti temą", - "move_topics": "Perkelti temas", - "move_post": "Perkelti įrašą", - "post_moved": "Pranešimas perkeltas!", - "fork_topic": "Išskaidyti temą", + "loading-more-posts": "Įkeliama daugiau įrašų", + "move-topic": "Perkelti temą", + "move-topics": "Perkelti temas", + "move-post": "Perkelti įrašą", + "post-moved": "Pranešimas perkeltas!", + "fork-topic": "Išskaidyti temą", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", - "fork_no_pids": "Nepasirinktas joks įrašas!", + "fork-topic-instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", + "fork-no-pids": "Nepasirinktas joks įrašas!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", "x-posts-will-be-moved-to-y": "%1 post(s) will be moved to \"%2\"", - "fork_pid_count": "%1 post(s) selected", - "fork_success": "Sėkmingai išsišakota iš temos! Spausk čia kad nueitu į išsišakota temą", - "delete_posts_instruction": "Click the posts you want to delete/purge", - "merge_topics_instruction": "Click the topics you want to merge or search for them", + "fork-pid-count": "%1 post(s) selected", + "fork-success": "Sėkmingai išsišakota iš temos! Spausk čia kad nueitu į išsišakota temą", + "delete-posts-instruction": "Click the posts you want to delete/purge", + "merge-topics-instruction": "Click the topics you want to merge or search for them", "merge-topic-list-title": "List of topics to be merged", "merge-options": "Merge options", "merge-select-main-topic": "Select the main topic", "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", - "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", - "move_topic_instruction": "Select the target category and then click move", - "change_owner_instruction": "Click the posts you want to assign to another user", - "composer.title_placeholder": "Įrašykite temos pavadinimą...", - "composer.handle_placeholder": "Enter your name/handle here", + "move-posts-instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move-topic-instruction": "Select the target category and then click move", + "change-owner-instruction": "Click the posts you want to assign to another user", + "composer.title-placeholder": "Įrašykite temos pavadinimą...", + "composer.handle-placeholder": "Enter your name/handle here", "composer.hide": "Hide", "composer.discard": "Atšaukti", "composer.submit": "Patvirtinti", "composer.additional-options": "Additional Options", "composer.post-later": "Post Later", "composer.schedule": "Schedule", - "composer.replying_to": "Atsakymas %1", - "composer.new_topic": "Nauja tema", + "composer.replying-to": "Atsakymas %1", + "composer.new-topic": "Nauja tema", "composer.editing-in": "Editing post in %1", "composer.uploading": "įkeliama...", - "composer.thumb_url_label": "Įklijuokite temos paveikslėlio URL", - "composer.thumb_title": "Pridėti paveikslėlį šiai temai", - "composer.thumb_url_placeholder": "http://example.com/thumb.png", - "composer.thumb_file_label": "Arba įkelkite failą", - "composer.thumb_remove": "Ištuštinti laukus", - "composer.drag_and_drop_images": "Nutempkite paveikslėlius čia", - "more_users_and_guests": "dar %1 vartotojai(-ų) ir %2 svečiai(-ių)", - "more_users": "dar %1 vartotojai(-ų)", - "more_guests": "dar %1 svečiai(-ių)", - "users_and_others": "%1 ir kiti %2", - "sort_by": "Rūšiuoti pagal", - "oldest_to_newest": "Nuo seniausių iki naujausių", - "newest_to_oldest": "Nuo naujausių iki seniausių", - "most_votes": "Daugiausiai Balsų", - "most_posts": "Daugiausiai Įrašų", - "most_views": "Most Views", + "composer.thumb-url-label": "Įklijuokite temos paveikslėlio URL", + "composer.thumb-title": "Pridėti paveikslėlį šiai temai", + "composer.thumb-url-placeholder": "http://example.com/thumb.png", + "composer.thumb-file-label": "Arba įkelkite failą", + "composer.thumb-remove": "Ištuštinti laukus", + "composer.drag-and-drop-images": "Nutempkite paveikslėlius čia", + "more-users-and-guests": "dar %1 vartotojai(-ų) ir %2 svečiai(-ių)", + "more-users": "dar %1 vartotojai(-ų)", + "more-guests": "dar %1 svečiai(-ių)", + "users-and-others": "%1 ir kiti %2", + "sort-by": "Rūšiuoti pagal", + "oldest-to-newest": "Nuo seniausių iki naujausių", + "newest-to-oldest": "Nuo naujausių iki seniausių", + "most-votes": "Daugiausiai Balsų", + "most-posts": "Daugiausiai Įrašų", + "most-views": "Most Views", "stale.title": "Create new topic instead?", "stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?", "stale.create": "Sukurti naują temą", - "stale.reply_anyway": "Reply to this topic anyway", - "link_back": "Re: [%1](%2)", + "stale.reply-anyway": "Reply to this topic anyway", + "link-back": "Re: [%1](%2)", "diffs.title": "Post Edit History", "diffs.description": "This post has %1 revisions. Click one of the revisions below to see the post content at that point in time.", "diffs.no-revisions-description": "This post has %1 revisions.", @@ -197,8 +198,8 @@ "diffs.post-restored": "Post successfully restored to earlier revision", "diffs.delete": "Delete this revision", "diffs.deleted": "Revision deleted", - "timeago_later": "%1 later", - "timeago_earlier": "%1 earlier", + "timeago-later": "%1 later", + "timeago-earlier": "%1 earlier", "first-post": "First post", "last-post": "Last post", "go-to-my-next-post": "Go to my next post", diff --git a/public/language/lt/unread.json b/public/language/lt/unread.json index b0dc056b15..89416ec259 100644 --- a/public/language/lt/unread.json +++ b/public/language/lt/unread.json @@ -1,12 +1,12 @@ { "title": "Neskaityti", - "no_unread_topics": "Neskaitytų temų nėra.", - "load_more": "Įkelti daugiau", - "mark_as_read": "Pažymėti kaip perskaitytus", + "no-unread-topics": "Neskaitytų temų nėra.", + "load-more": "Įkelti daugiau", + "mark-as-read": "Pažymėti kaip perskaitytus", "selected": "Pasirinkti", "all": "Visi", - "all_categories": "Visos kategorijos", - "topics_marked_as_read.success": "Temos pažymėtos kaip perskaitytos.", + "all-categories": "Visos kategorijos", + "topics-marked-as-read.success": "Temos pažymėtos kaip perskaitytos.", "all-topics": "Visos Temos", "new-topics": "Naujos Temos", "watched-topics": "Peržiūrėtos Temos", diff --git a/public/language/lt/user.json b/public/language/lt/user.json index 614df40a30..1410b03ff1 100644 --- a/public/language/lt/user.json +++ b/public/language/lt/user.json @@ -7,22 +7,22 @@ "joindate": "Prisijungimo data", "postcount": "Įrašų kiekis", "email": "El. paštas", - "confirm_email": "Patvirtinti el. paštą", - "account_info": "Paskyros informacija", - "admin_actions_label": "Administrative Actions", - "ban_account": "Užblokuoti Paskyrą", - "ban_account_confirm": "Jūs tikrai norite užblokuoti šį vartotoją?", - "unban_account": "Atblokuoti Paskyrą", - "mute_account": "Mute Account", - "unmute_account": "Unmute Account", - "delete_account": "Ištrinti paskyrą", - "delete_account_as_admin": "Delete Account", - "delete_content": "Delete Account Content", - "delete_all": "Delete Account and Content", - "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", - "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", - "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", - "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "confirm-email": "Patvirtinti el. paštą", + "account-info": "Paskyros informacija", + "admin-actions-label": "Administrative Actions", + "ban-account": "Užblokuoti Paskyrą", + "ban-account-confirm": "Jūs tikrai norite užblokuoti šį vartotoją?", + "unban-account": "Atblokuoti Paskyrą", + "mute-account": "Mute Account", + "unmute-account": "Unmute Account", + "delete-account": "Ištrinti paskyrą", + "delete-account-as-admin": "Delete Account", + "delete-content": "Delete Account Content", + "delete-all": "Delete Account and Content", + "delete-account-confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", + "delete-this-account-confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", + "delete-account-content-confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "delete-all-confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", "account-deleted": "Paskyra ištrinta", "account-content-deleted": "Account content deleted", "fullname": "Vardas ir pavardė", @@ -32,11 +32,12 @@ "joined": "Prisijungė", "lastonline": "Paskutinį kartą prisijungė", "profile": "Profilis", - "profile_views": "Profilio peržiūros", + "profile-views": "Profilio peržiūros", "reputation": "Reputacija", "bookmarks": "Žymės", - "watched_categories": "Watched categories", - "change_all": "Change All", + "watched-categories": "Watched categories", + "watched-tags": "Watched tags", + "change-all": "Change All", "watched": "Peržiūrėjo", "ignored": "Ignoruojami", "default-category-watch-state": "Default category watch state", @@ -44,83 +45,84 @@ "following": "Seka", "blocks": "Blocks", "blocked-users": "Blocked users", - "block_toggle": "Toggle Block", - "block_user": "Block User", - "unblock_user": "Unblock User", + "block-toggle": "Toggle Block", + "block-user": "Block User", + "unblock-user": "Unblock User", "aboutme": "Apie mane", "signature": "Parašas", "birthday": "Gimimo diena", "chat": "Susirašinėti", - "chat_with": "Tęsti pokalbį su %1", - "new_chat_with": "Pradėti naują susirašinėjimą su %1", + "chat-with": "Tęsti pokalbį su %1", + "new-chat-with": "Pradėti naują susirašinėjimą su %1", "flag-profile": "Flag Profile", "follow": "Sekti", "unfollow": "Nesekti", "more": "Daugiau", - "profile_update_success": "Profilis sėkmingai atnaujintas!", - "change_picture": "Pakeisti paveikslėlį", - "change_username": "Keisti vartotojo vardą", - "change_email": "Keisti el. pašto adresą", - "email_same_as_password": "Please enter your current password to continue – you've entered your new email again", + "profile-update-success": "Profilis sėkmingai atnaujintas!", + "change-picture": "Pakeisti paveikslėlį", + "change-username": "Keisti vartotojo vardą", + "change-email": "Keisti el. pašto adresą", + "email-updated": "Email Updated", + "email-same-as-password": "Please enter your current password to continue – you've entered your new email again", "edit": "Redaguoti", "edit-profile": "Redaguoti profilį", - "default_picture": "Standartinis paveikslėlis", - "uploaded_picture": "Įkeltas paveikslėlis", - "upload_new_picture": "Įkelti naują paveikslėlį", - "upload_new_picture_from_url": "Įkelti naują paveikslėlį iš URL", - "current_password": "Dabartinis slaptažodis", - "new_password": "New Password", - "change_password": "Pakeisti slaptažodį", - "change_password_error": "Negalimas slaptažodis!", - "change_password_error_wrong_current": "Jūsų dabartinis slaptažodis neteisingas!", - "change_password_error_match": "Slaptažodžiai privalo sutapti!", - "change_password_error_privileges": "Jūs neturite teisių pakeisti šį slaptažodį.", - "change_password_success": "Jūsų slaptažodis atnaujintas!", - "confirm_password": "Patvirtinkite slaptažodį", + "default-picture": "Standartinis paveikslėlis", + "uploaded-picture": "Įkeltas paveikslėlis", + "upload-new-picture": "Įkelti naują paveikslėlį", + "upload-new-picture-from-url": "Įkelti naują paveikslėlį iš URL", + "current-password": "Dabartinis slaptažodis", + "new-password": "New Password", + "change-password": "Pakeisti slaptažodį", + "change-password-error": "Negalimas slaptažodis!", + "change-password-error-wrong-current": "Jūsų dabartinis slaptažodis neteisingas!", + "change-password-error-match": "Slaptažodžiai privalo sutapti!", + "change-password-error-privileges": "Jūs neturite teisių pakeisti šį slaptažodį.", + "change-password-success": "Jūsų slaptažodis atnaujintas!", + "confirm-password": "Patvirtinkite slaptažodį", "password": "Slaptažodis", - "username_taken_workaround": "Jūsų norimas vartotojo vardas jau užimtas, todėl mes jį šiek tiek pakeitėme. Dabar jūs esate žinomas kaip %1", - "password_same_as_username": "Jūsų slaptažodis sutampa su Jūsų vartotojo vardu. Dėl saugumo, prašome naudoti kitą slaptažodį.", - "password_same_as_email": "Jūsų slaptažodis sutampa su Jūsų el. pašto adresu. Dėl saugumo, prašome naudoti kitą slaptažodį.", - "weak_password": "Silpnas slaptažodis.", - "upload_picture": "Įkelti paveikslėlį", - "upload_a_picture": "Įkelti paveikslėlį", - "remove_uploaded_picture": "Ištrinti paveikslėlį", - "upload_cover_picture": "Įkelti viršelio nuotrauką", - "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", - "crop_picture": "Apkarpyti paveikslėlį", - "upload_cropped_picture": "Apkarpyti ir įkelti", + "username-taken-workaround": "Jūsų norimas vartotojo vardas jau užimtas, todėl mes jį šiek tiek pakeitėme. Dabar jūs esate žinomas kaip %1", + "password-same-as-username": "Jūsų slaptažodis sutampa su Jūsų vartotojo vardu. Dėl saugumo, prašome naudoti kitą slaptažodį.", + "password-same-as-email": "Jūsų slaptažodis sutampa su Jūsų el. pašto adresu. Dėl saugumo, prašome naudoti kitą slaptažodį.", + "weak-password": "Silpnas slaptažodis.", + "upload-picture": "Įkelti paveikslėlį", + "upload-a-picture": "Įkelti paveikslėlį", + "remove-uploaded-picture": "Ištrinti paveikslėlį", + "upload-cover-picture": "Įkelti viršelio nuotrauką", + "remove-cover-picture-confirm": "Are you sure you want to remove the cover picture?", + "crop-picture": "Apkarpyti paveikslėlį", + "upload-cropped-picture": "Apkarpyti ir įkelti", "avatar-background-colour": "Avatar background colour", "settings": "Nustatymai", - "show_email": "Rodyti mano el. paštą viešai", - "show_fullname": "Rodyti mano vardą ir pavardę", - "restrict_chats": "Gauti pokalbių žinutes tik iš tų narių, kuriuos seku", - "digest_label": "Prenumeruoti įvykių santrauką", - "digest_description": "Gauti naujienas apie naujus pranešimus ir temas į el. paštą pagal nustatytą grafiką", - "digest_off": "Išjungta", - "digest_daily": "Kas dieną", - "digest_weekly": "Kas savaitę", - "digest_biweekly": "Bi-Weekly", - "digest_monthly": "Kas mėnesį", - "has_no_follower": "Šis vartotojas neturi jokių sekėjų :(", - "follows_no_one": "Šis vartotojas nieko neseka :(", - "has_no_posts": "Šis vartotojas pakolkas neparašė jokių pranešimų", - "has_no_best_posts": "This user does not have any upvoted posts yet.", - "has_no_topics": "Šis vartotojas pakolkas nesukūrė jokių temų", - "has_no_watched_topics": "Šis vartotojas pakolkas nestebėjo jokių temų", - "has_no_ignored_topics": "This user hasn't ignored any topics yet.", - "has_no_upvoted_posts": "Šis narys dar neturi teigiamai įvertintų pranešimų.", - "has_no_downvoted_posts": "Šis narys dar neturi neigiamai įvertintų pranešimų.", - "has_no_controversial_posts": "This user does not have any downvoted posts yet.", - "has_no_blocks": "You have blocked no users.", - "email_hidden": "El. paštas paslėptas", + "show-email": "Rodyti mano el. paštą viešai", + "show-fullname": "Rodyti mano vardą ir pavardę", + "restrict-chats": "Gauti pokalbių žinutes tik iš tų narių, kuriuos seku", + "digest-label": "Prenumeruoti įvykių santrauką", + "digest-description": "Gauti naujienas apie naujus pranešimus ir temas į el. paštą pagal nustatytą grafiką", + "digest-off": "Išjungta", + "digest-daily": "Kas dieną", + "digest-weekly": "Kas savaitę", + "digest-biweekly": "Bi-Weekly", + "digest-monthly": "Kas mėnesį", + "has-no-follower": "Šis vartotojas neturi jokių sekėjų :(", + "follows-no-one": "Šis vartotojas nieko neseka :(", + "has-no-posts": "Šis vartotojas pakolkas neparašė jokių pranešimų", + "has-no-best-posts": "This user does not have any upvoted posts yet.", + "has-no-topics": "Šis vartotojas pakolkas nesukūrė jokių temų", + "has-no-watched-topics": "Šis vartotojas pakolkas nestebėjo jokių temų", + "has-no-ignored-topics": "This user hasn't ignored any topics yet.", + "has-no-upvoted-posts": "Šis narys dar neturi teigiamai įvertintų pranešimų.", + "has-no-downvoted-posts": "Šis narys dar neturi neigiamai įvertintų pranešimų.", + "has-no-controversial-posts": "This user does not have any downvoted posts yet.", + "has-no-blocks": "You have blocked no users.", + "email-hidden": "El. paštas paslėptas", "hidden": "paslėptas", - "paginate_description": "Puslapiavimas temų ir pranešimų, vietoj kad naudoti judėjimą su pelytė į viršų ir į apačia", - "topics_per_page": "Temų puslapyje", - "posts_per_page": "Pranešimų puslapyje", + "paginate-description": "Puslapiavimas temų ir pranešimų, vietoj kad naudoti judėjimą su pelytė į viršų ir į apačia", + "topics-per-page": "Temų puslapyje", + "posts-per-page": "Pranešimų puslapyje", "category-topic-sort": "Category topic sort", "topic-post-sort": "Topic post sort", - "max_items_per_page": "Maximum %1", - "acp_language": "Administratoriaus puslapio kalba", + "max-items-per-page": "Maximum %1", + "acp-language": "Administratoriaus puslapio kalba", "notifications": "Notifications", "upvote-notif-freq": "Upvote Notification Frequency", "upvote-notif-freq.all": "All Upvotes", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "On 10, 100, 1000...", "upvote-notif-freq.disabled": "Disabled", "browsing": "Naršymo nustatymai", - "open_links_in_new_tab": "Atidaryti išeinančias nuorodas naujam skirtuke", - "enable_topic_searching": "Įjungti Temų Ieškojimą ", - "topic_search_help": "Jeigu įjungtas, temų ieškojimas, nepaisys naršyklės puslapio ieškojimo, ir pradės ieškoti tik toje temoje kuri bus rodoma ekrane", - "update_url_with_post_index": "Update url with post index while browsing topics", - "scroll_to_my_post": "Po parašyto atsakymo, rodyti naują pranešimą", - "follow_topics_you_reply_to": "Peržiūrėti temas, kuriose Jūs atsakėte", - "follow_topics_you_create": "Peržiūrėti temas, kurias Jūs sukūrėte", + "open-links-in-new-tab": "Atidaryti išeinančias nuorodas naujam skirtuke", + "enable-topic-searching": "Įjungti Temų Ieškojimą", + "topic-search-help": "Jeigu įjungtas, temų ieškojimas, nepaisys naršyklės puslapio ieškojimo, ir pradės ieškoti tik toje temoje kuri bus rodoma ekrane", + "update-url-with-post-index": "Update url with post index while browsing topics", + "scroll-to-my-post": "Po parašyto atsakymo, rodyti naują pranešimą", + "follow-topics-you-reply-to": "Peržiūrėti temas, kuriose Jūs atsakėte", + "follow-topics-you-create": "Peržiūrėti temas, kurias Jūs sukūrėte", "grouptitle": "Grupės pavadinimas", "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "Nėra grupės pavadinimo", @@ -145,9 +147,9 @@ "no-skin": "No Skin", "select-homepage": "Pasirinkite pagrindinį puslapį", "homepage": "Pagrindinis puslapis", - "homepage_description": "Pasirinkite puslapį kaip savo pagrindinį, arba pasirinkite \"Joks\" norėdami naudoti standartinį pagrindinį puslapį.", - "custom_route": "Pagrindinio puslapio vieta", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", + "homepage-description": "Pasirinkite puslapį kaip savo pagrindinį, arba pasirinkite \"Joks\" norėdami naudoti standartinį pagrindinį puslapį.", + "custom-route": "Pagrindinio puslapio vieta", + "custom-route-help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Single Sign-on Services", "sso.associated": "Associated with", "sso.not-associated": "Click here to associate with", @@ -179,25 +181,25 @@ "consent.title": "Your Rights & Consent", "consent.lead": "Šis bendruomenės forumas renka ir apdoroja jūsų asmeninę informaciją.", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", - "consent.email_intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", - "consent.digest_frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", - "consent.digest_off": "Unless explicitly changed in your user settings, this community does not send out email digests", + "consent.email-intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", + "consent.digest-frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", + "consent.digest-off": "Unless explicitly changed in your user settings, this community does not send out email digests", "consent.received": "You have provided consent for this website to collect and process your information. No additional action is required.", - "consent.not_received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", + "consent.not-received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", "consent.give": "Duoti sutikimą", - "consent.right_of_access": "Jūs turite prieigos teisę", - "consent.right_of_access_description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", - "consent.right_to_rectification": "You have the Right to Rectification", - "consent.right_to_rectification_description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", - "consent.right_to_erasure": "You have the Right to Erasure", - "consent.right_to_erasure_description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", - "consent.right_to_data_portability": "Turite teisę į duomenų perkėlimą", - "consent.right_to_data_portability_description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", - "consent.export_profile": "Export Profile (.json)", + "consent.right-of-access": "Jūs turite prieigos teisę", + "consent.right-of-access-description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", + "consent.right-to-rectification": "You have the Right to Rectification", + "consent.right-to-rectification-description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", + "consent.right-to-erasure": "You have the Right to Erasure", + "consent.right-to-erasure-description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", + "consent.right-to-data-portability": "Turite teisę į duomenų perkėlimą", + "consent.right-to-data-portability-description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", + "consent.export-profile": "Export Profile (.json)", "consent.export-profile-success": "Exporting profile, you will get a notification when it is complete.", - "consent.export_uploads": "Export Uploaded Content (.zip)", + "consent.export-uploads": "Export Uploaded Content (.zip)", "consent.export-uploads-success": "Exporting uploads, you will get a notification when it is complete.", - "consent.export_posts": "Export Posts (.csv)", + "consent.export-posts": "Export Posts (.csv)", "consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.", "emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.", "emailUpdate.optional": "This field is optional. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.", diff --git a/public/language/lt/users.json b/public/language/lt/users.json index 25a5f50a99..4febc6a4ae 100644 --- a/public/language/lt/users.json +++ b/public/language/lt/users.json @@ -1,13 +1,13 @@ { "all-users": "All Users", - "latest_users": "Paskutiniai vartotojai", - "top_posters": "Geriausi autoriai", - "most_reputation": "Didžiausia reputacija", - "most_flags": "Most Flags", + "latest-users": "Paskutiniai vartotojai", + "top-posters": "Geriausi autoriai", + "most-reputation": "Didžiausia reputacija", + "most-flags": "Most Flags", "search": "Ieškoti", - "enter_username": "Įrašykite vartotojo vardą paieškai", + "enter-username": "Įrašykite vartotojo vardą paieškai", "search-user-for-chat": "Search for a user to start chat", - "load_more": "Įkelti daugiau", + "load-more": "Įkelti daugiau", "users-found-search-took": "Rasta %1 vartotojas(-ai)! Paieška užtruko %2 sekundes.", "filter-by": "Filtruoti pagal", "online-only": "Tik prisijunge", @@ -15,10 +15,10 @@ "prompt-email": "Emails:", "groups-to-join": "Groups to be joined when invite is accepted:", "invitation-email-sent": "Pakvietimas el.paštu buvo išsiųstas į %1!", - "user_list": "Vartotojų sąrašas", - "recent_topics": "Paskutinės temos", - "popular_topics": "Populiarios temos", - "unread_topics": "Neperskaitytos temos", + "user-list": "Vartotojų sąrašas", + "recent-topics": "Paskutinės temos", + "popular-topics": "Populiarios temos", + "unread-topics": "Neperskaitytos temos", "categories": "Kategorijos", "tags": "Žymos", "no-users-found": "Nerasta vartotojų." diff --git a/public/language/lv/admin/advanced/database.json b/public/language/lv/admin/advanced/database.json index ea18ef8ac6..8553fb6d88 100644 --- a/public/language/lv/admin/advanced/database.json +++ b/public/language/lv/admin/advanced/database.json @@ -17,7 +17,7 @@ "mongo.file-size": "Faila lielums", "mongo.resident-memory": "Aizņemtā atmiņa", "mongo.virtual-memory": "Virtuālā atmiņa", - "mongo.mapped-memory": "Saistītā atmiņa", + "mongo.mapped-memory": "Mapped Memory", "mongo.bytes-in": "Bytes In", "mongo.bytes-out": "Bytes Out", "mongo.num-requests": "Number of Requests", diff --git a/public/language/lv/admin/advanced/events.json b/public/language/lv/admin/advanced/events.json index 2836e7f88e..1e1a1ce393 100644 --- a/public/language/lv/admin/advanced/events.json +++ b/public/language/lv/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "Event Type", "filter-start": "Start Date", "filter-end": "End Date", - "filter-perPage": "Per Page" + "filter-per-page": "Per Page" } \ No newline at end of file diff --git a/public/language/lv/admin/extend/widgets.json b/public/language/lv/admin/extend/widgets.json index 64c9e0162c..851c089e33 100644 --- a/public/language/lv/admin/extend/widgets.json +++ b/public/language/lv/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "No widgets found! Activate the widget essentials plugin in the plugins control panel.", "clone-from": "Klonēt logrīkus no", "containers.available": "Pieejamās tvertnes", - "containers.explanation": "Vilkt un nomest uz jebkura aktīvā logrīka", + "containers.explanation": "Drag and drop on top of any widget", "containers.none": "Nav", "container.well": "Labi", "container.jumbotron": "Jumbotron", @@ -29,5 +29,7 @@ "hide-from-groups": "Hide from groups", "start-date": "Start date", "end-date": "End date", - "hide-on-mobile": "Hide on mobile" + "hide-on-mobile": "Hide on mobile", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/lv/admin/manage/privileges.json b/public/language/lv/admin/manage/privileges.json index d26056f5b2..8be16662ed 100644 --- a/public/language/lv/admin/manage/privileges.json +++ b/public/language/lv/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "Edit Privileges", "select-clear-all": "Select/Clear All", "chat": "Sarunāties", + "chat-with-privileged": "Chat with Privileged", "upload-images": "Augšupielādēt bildes", "upload-files": "Augšupielādēt failus", "signature": "Parakstīties", @@ -33,7 +34,7 @@ "edit-posts": "Rediģēt rakstus", "view-edit-history": "Skatīt rediģēšanas vēsturi", "delete-posts": "Izdzēst rakstus", - "view_deleted": "Skatīt izdzēstos rakstus", + "view-deleted": "Skatīt izdzēstos rakstus", "upvote-posts": "Balsot \"par\"", "downvote-posts": "Balsot \"pret\"", "delete-topics": "Izdzēst tematus", diff --git a/public/language/lv/admin/manage/users.json b/public/language/lv/admin/manage/users.json index 37b84c7515..2be6eb54b3 100644 --- a/public/language/lv/admin/manage/users.json +++ b/public/language/lv/admin/manage/users.json @@ -4,16 +4,21 @@ "edit": "Actions", "make-admin": "Apstiprināt kā administratoru", "remove-admin": "Noņemt administratora tiesības", + "change-email": "Change Email", + "new-email": "New Email", "validate-email": "Apstiprināt e-pasta adresi", "send-validation-email": "Sūtīt apstiprināšanas e-pastu", + "change-password": "Change Password", "password-reset-email": "Sūtīt paroles atiestatīšanas e-pastu", "force-password-reset": "Force Password Reset & Log User Out", - "ban": "Bloķēt lietotāju(-s)", + "ban": "Ban", + "ban-users": "Ban User(s)", "temp-ban": "Bloķēt lietotāju(-s) uz laiku", "unban": "Atbloķēt lietotāju(-s)", "reset-lockout": "Atiestatīt bloķēšanu", "reset-flags": "Atiestatīt atzīmes", - "delete": "Delete User(s)", + "delete": "Delete", + "delete-users": "Delete User(s)", "delete-content": "Delete User(s) Content", "purge": "Delete User(s) and Content", "download-csv": "Lejupielādēt .csv", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "Bloķēt %1 lietotāju(-s)", "alerts.unban-success": "Lietotājs(-i) atbloķēts(-i)", "alerts.lockout-reset-success": "Bloķēšana atiestatīta!", + "alerts.password-change-success": "Password(s) changed!", "alerts.flag-reset-success": "Atzīme(-s) atiestīta(-s)!", "alerts.no-remove-yourself-admin": "Nevar sev noņemt administratora tiesības!", "alerts.make-admin-success": "Lietotājs tagad ir administrators.", @@ -106,6 +112,7 @@ "alerts.create": "Izveidot lietotāju", "alerts.button-create": "Izveidot", "alerts.button-cancel": "Atcelt", + "alerts.button-change": "Change", "alerts.error-passwords-different": "Parolēm jāsakrīt!", "alerts.error-x": "Kļūda

%1

", "alerts.create-success": "Lietotājs izveidots!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "E-pasta adreses:", "alerts.email-sent-to": "Ielūguma e-pasts ir nosūtīts %1", "alerts.x-users-found": "%1 user(s) found, (%2 seconds)", + "alerts.select-a-single-user-to-change-email": "Select a single user to change email", "export-users-started": "Exporting users as csv, this might take a while. You will receive a notification when it is complete.", - "export-users-completed": "Users exported as csv, click here to download." + "export-users-completed": "Users exported as csv, click here to download.", + "email": "Email", + "password": "Password", + "manage": "Manage" } \ No newline at end of file diff --git a/public/language/lv/admin/settings/chat.json b/public/language/lv/admin/settings/chat.json index 7b3e7969ae..3fb3ef434c 100644 --- a/public/language/lv/admin/settings/chat.json +++ b/public/language/lv/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "Enter 0 to disable this restriction", "chat-settings": "Sarunu iestatījumi", "disable": "Atspējot sarunāšanos", "disable-editing": "Atspējot sarunu rediģēšanu/izdzēšanu", @@ -6,8 +7,10 @@ "max-length": "Sarunu lielākais garums", "max-chat-room-name-length": "Maximum length of chat room names", "max-room-size": "Maksimālais lietotāju skaits tērzētavā", - "delay": "Laiks starp sarunām milisekundēs", - "notification-delay": "Notification delay for chat messages. (0 for no delay)", - "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable. (0 disabled)", - "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable. (0 disabled)" + "delay": "Time between chat messages (ms)", + "newbieDelay": "... for new users (ms)", + "notification-delay": "Notification delay for chat messages", + "notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.", + "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.", + "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable." } \ No newline at end of file diff --git a/public/language/lv/admin/settings/post.json b/public/language/lv/admin/settings/post.json index b08f2a5853..ddc2d8e78e 100644 --- a/public/language/lv/admin/settings/post.json +++ b/public/language/lv/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "Title Length", "restrictions.post-length": "Post Length", "restrictions.days-until-stale": "Dienas, līdz temats tiek uzskatīts par novecojušu", - "restrictions.stale-help": "Ja temats tiek uzskatīts par novecojušu, brīdinājums tiks parādīts tiem lietotājiem, kuri mēģina uz tā atbildēt.", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "Datumi", "timestamp.cut-off": "Datuma formāta maiņas punkts (dienās)", "timestamp.cut-off-help": "Dates & times will be shown in a relative manner (e.g. \"3 hours ago\" / \"5 days ago\"), and localised into various\n\t\t\t\t\tlanguages. After a certain point, this text can be switched to display the localised date itself\n\t\t\t\t\t(e.g. 5 Nov 2016 15:30).
(Default: 30, or one month). Set to 0 to always display dates, leave blank to always display relative times.", diff --git a/public/language/lv/admin/settings/user.json b/public/language/lv/admin/settings/user.json index 38116c6f2a..620ab2855c 100644 --- a/public/language/lv/admin/settings/user.json +++ b/public/language/lv/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "Ar lietotājvārdu vai e-pasta adresi", "allow-login-with.username": "Tikai ar lietotājvārdu", "account-settings": "Kontu iestatījumi", - "gdpr_enabled": "Iespējot VDAR piekrišanas vākšanu", - "gdpr_enabled_help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", + "gdpr-enabled": "Iespējot VDAR piekrišanas vākšanu", + "gdpr-enabled-help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", "disable-username-changes": "Atspējot lietotājvārda izmaiņas", "disable-email-changes": "Atspējot e-pasta adreses izmaiņas", "disable-password-changes": "Atspējot paroles izmaiņas", diff --git a/public/language/lv/category.json b/public/language/lv/category.json index 2f7e110c2b..7af1d6a127 100644 --- a/public/language/lv/category.json +++ b/public/language/lv/category.json @@ -1,12 +1,12 @@ { "category": "Kategorija", "subcategories": "Apakškategorijas", - "new_topic_button": "Izveidot jaunu tematu", + "new-topic-button": "Izveidot jaunu tematu", "guest-login-post": "Ielogojies lai rakstītu", - "no_topics": "Šinī kategorijā nav rakstu.
Vēlies izveidot kādu rakstu?", + "no-topics": "Šinī kategorijā nav rakstu.
Vēlies izveidot kādu rakstu?", "browsing": "pārlūko", - "no_replies": "Nav atbilžu", - "no_new_posts": "Nav jaunu rakstu.", + "no-replies": "Nav atbilžu", + "no-new-posts": "Nav jaunu rakstu.", "watch": "Novērošana", "ignore": "Ignorēt", "watching": "Novērots", diff --git a/public/language/lv/email.json b/public/language/lv/email.json index badc349327..9e28d01808 100644 --- a/public/language/lv/email.json +++ b/public/language/lv/email.json @@ -3,8 +3,8 @@ "password-reset-requested": "Password Reset Requested!", "welcome-to": "Sveiks %1", "invite": "Uzaicinājums no %1", - "greeting_no_name": "Sveiki", - "greeting_with_name": "Sveiks %1", + "greeting-no-name": "Sveiki", + "greeting-with-name": "Sveiks %1", "email.verify-your-email.subject": "Lūdzu, apstiprini savu e-pastu", "email.verify.text1": "You've requested that we change or confirm your email address", "email.verify.text2": "For security purposes, we only change or confirm the email address on file once its ownership has been confirmed via email. If you did not request this, no action is required on your part.", @@ -24,7 +24,7 @@ "reset.notify.text2": "Ja neesi to pilnvarojis, nekavējoties informē administratoru par to.", "digest.unread-rooms": "Unread rooms", "digest.room-name-unreadcount": "%1 (%2 unread)", - "digest.latest_topics": "Jaunākie temati no %1", + "digest.latest-topics": "Jaunākie temati no %1", "digest.top-topics": "Top topics from %1", "digest.popular-topics": "Popular topics from %1", "digest.cta": "Noklikšķini, lai apmeklētu %1", @@ -36,8 +36,8 @@ "digest.title.day": "Your Daily Digest", "digest.title.week": "Your Weekly Digest", "digest.title.month": "Your Monthly Digest", - "notif.chat.subject": "Jauna saruna saņemta no %1", - "notif.chat.public-chat-subject": "New message from %1 in room %2", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "Noklikšķini, lai turpinātu sarunu", "notif.chat.unsub.info": "Sarunas paziņojums tika Tev nosūtīts Tavu abonēšanas iestatījumu dēļ.", "notif.post.unsub.info": "Rakstu paziņojums tika Tev nosūtīts Tavu abonēšanas iestatījumu dēļ.", diff --git a/public/language/lv/error.json b/public/language/lv/error.json index 38f9fc31be..2d03eb0cba 100644 --- a/public/language/lv/error.json +++ b/public/language/lv/error.json @@ -24,7 +24,7 @@ "invalid-login-credentials": "Nederīgi ielogošanās dati", "invalid-username-or-password": "Lūdzu, norādi gan lietotājvārdu, gan paroli", "invalid-search-term": "Nederīga meklēšanas frāze", - "invalid-url": "Nederīga saite\n", + "invalid-url": "Nederīga saite", "invalid-event": "Invalid event: %1", "local-login-disabled": "Vietējā ielogošanās ir atspējota nepriviliģētiem kontiem.", "csrf-invalid": "Mēs nevarējām Tevi ielogot, iespējams, beigušās sesijas dēļ. Lūdzu, mēģināt vēlreiz", @@ -184,6 +184,7 @@ "post-flagged-too-many-times": "This post has been flagged by others already", "user-flagged-too-many-times": "This user has been flagged by others already", "cant-flag-privileged": "You are not allowed to flag the profiles or content of privileged users (moderators/global moderators/admins)", + "cant-locate-flag-report": "Cannot locate flag report", "self-vote": "Nevar balsot pats par savu rakstu", "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", diff --git a/public/language/lv/flags.json b/public/language/lv/flags.json index e11024e07b..52abe02493 100644 --- a/public/language/lv/flags.json +++ b/public/language/lv/flags.json @@ -1,5 +1,6 @@ { "state": "Stāvoklis", + "report": "Report", "reports": "Reports", "first-reported": "First Reported", "no-flags": "Labi! Nav atzīmju.", @@ -8,6 +9,8 @@ "update": "Atjaunot", "updated": "Atjaunots", "resolved": "Resolved", + "report-added": "Added", + "report-rescinded": "Rescinded", "target-purged": "Saturs, uz kā attiecas atzīme, ir iztīrīts un vairs nav pieejams.", "target-aboutme-empty": "This user has no "About Me" set.", diff --git a/public/language/lv/global.json b/public/language/lv/global.json index 691d7a0985..3aabe97957 100644 --- a/public/language/lv/global.json +++ b/public/language/lv/global.json @@ -13,19 +13,19 @@ "400.message": "It looks like this link is malformed, please double-check and try again.
Return to the home page.
", "register": "Reģistrēties", "login": "Ielogoties", - "please_log_in": "Lūdzu, ielogoties", + "please-log-in": "Lūdzu, ielogoties", "logout": "Izlogoties", - "posting_restriction_info": "Pašlaik publicēšana pieejama tikai reģistrētiem biedriem, lai ielogotos, noklikšķini šeit.", - "welcome_back": "Sveiks atpakaļ", - "you_have_successfully_logged_in": "Tu esi veiksmīgi ielogojies", - "save_changes": "Saglabāt izmaiņas", + "posting-restriction-info": "Pašlaik publicēšana pieejama tikai reģistrētiem biedriem, lai ielogotos, noklikšķini šeit.", + "welcome-back": "Sveiks atpakaļ", + "you-have-successfully-logged-in": "Tu esi veiksmīgi ielogojies", + "save-changes": "Saglabāt izmaiņas", "save": "Saglabāt", "create": "Create", "cancel": "Cancel", "close": "Aizvērt", "pagination": "Dalīšana pa lapām", - "pagination.out_of": "%1 no %2", - "pagination.enter_index": "Go to post index", + "pagination.out-of": "%1 no %2", + "pagination.enter-index": "Go to post index", "header.admin": "Administrācija", "header.categories": "Kategorijas", "header.recent": "Nesenie", @@ -80,25 +80,25 @@ "lastpost": "Last post", "firstpost": "First post", "about": "About", - "read_more": "lasīt vairāk", + "read-more": "lasīt vairāk", "more": "Vairāk", "none": "None", - "posted_ago_by_guest": "Viesis publicēja %1", - "posted_ago_by": "%2 publicēja %1", - "posted_ago": "publicēts \"%1\"", - "posted_in": "publicēts kategorijā \"%1\"", - "posted_in_by": "%2 publicēja kategorijā %1", - "posted_in_ago": "publicēts kategorijā %1 %2", - "posted_in_ago_by": "%3 publicēja kategorijā %1 %2", - "user_posted_ago": "%1 publicēja %2", - "guest_posted_ago": "Viesis publicēja %1", - "last_edited_by": "pēdējoreiz rediģējis %1", + "posted-ago-by-guest": "Viesis publicēja %1", + "posted-ago-by": "%2 publicēja %1", + "posted-ago": "publicēts \"%1\"", + "posted-in": "publicēts kategorijā \"%1\"", + "posted-in-by": "%2 publicēja kategorijā %1", + "posted-in-ago": "publicēts kategorijā %1 %2", + "posted-in-ago-by": "%3 publicēja kategorijā %1 %2", + "user-posted-ago": "%1 publicēja %2", + "guest-posted-ago": "Viesis publicēja %1", + "last-edited-by": "pēdējoreiz rediģējis %1", "edited-timestamp": "Edited %1", "norecentposts": "Nav nesenu rakstu", "norecenttopics": "Nav neseno tematu", "recentposts": "Nesenie raksti", "recentips": "Nesen lietotās IP adreses", - "moderator_tools": "Moderatora rīki", + "moderator-tools": "Moderatora rīki", "status": "Status", "online": "Klāt", "away": "Projām", @@ -109,7 +109,7 @@ "language": "Valoda", "guest": "Viesis", "guests": "Viesi", - "former_user": "Bijušais lietotājs", + "former-user": "Bijušais lietotājs", "system-user": "System", "unknown-user": "Unknown user", "updated.title": "Forums ir atjaunināts", @@ -117,12 +117,12 @@ "privacy": "Privātums", "follow": "Sekot", "unfollow": "Nesekot", - "delete_all": "Izdzēst visus", + "delete-all": "Izdzēst visus", "map": "Karte", "sessions": "Aktīvās sesijas", - "ip_address": "IP adrese", - "enter_page_number": "Ievadīt lapas numuru", - "upload_file": "Augšupielādēt failu", + "ip-address": "IP adrese", + "enter-page-number": "Ievadīt lapas numuru", + "upload-file": "Augšupielādēt failu", "upload": "Augšupielādēt", "uploads": "Augšupielādes", "allowed-file-types": "Atļautie faila veidi ir %1", @@ -131,7 +131,7 @@ "play": "Spēlēt", "cookies.message": "Šī vietne izmanto sīkfailus, lai nodrošinātu, ka Tu iegūsti vislabāko pieredzi mūsu vietnē.", "cookies.accept": "Sapratu!", - "cookies.learn_more": "Uzzināt vairāk", + "cookies.learn-more": "Uzzināt vairāk", "edited": "Rediģētie", "disabled": "Atspējotie", "select": "Atlasīt", diff --git a/public/language/lv/groups.json b/public/language/lv/groups.json index 0c6257eb2c..24fff635ca 100644 --- a/public/language/lv/groups.json +++ b/public/language/lv/groups.json @@ -2,65 +2,65 @@ "all-groups": "All groups", "groups": "Grupas", "members": "Members", - "view_group": "Skatīt grupas", + "view-group": "Skatīt grupas", "owner": "Grupas īpašnieks", - "new_group": "Izveidot jaunu grupu", - "no_groups_found": "Nav grupu", + "new-group": "Izveidot jaunu grupu", + "no-groups-found": "Nav grupu", "pending.accept": "Pieņemt", "pending.reject": "Noraidīt", - "pending.accept_all": "Pieņemt visus", - "pending.reject_all": "Atraidīt visus", + "pending.accept-all": "Pieņemt visus", + "pending.reject-all": "Atraidīt visus", "pending.none": "Šobrīd nav neviena neapstiprināta biedra", "invited.none": "Šobrīd nav neviena uzaicināta biedra", "invited.uninvite": "Atsaukt ielūgumu", "invited.search": "Meklēt lietotājus, kurus uzaicināt šinī grupā", - "invited.notification_title": "Tu esi uzaicināts pievienoties %1", - "request.notification_title": "Grupas dalības pieprasījums no %1", - "request.notification_text": "%1 ir pieprasījis kļūt par %2 biedru", + "invited.notification-title": "Tu esi uzaicināts pievienoties %1", + "request.notification-title": "Grupas dalības pieprasījums no %1", + "request.notification-text": "%1 ir pieprasījis kļūt par %2 biedru", "cover-save": "Saglabāt", "cover-saving": "Saglabā", "details.title": "Grupas informācija", "details.members": "Biedri", "details.pending": "Neapstiprinātie biedri", "details.invited": "Uzaicinātie biedri", - "details.has_no_posts": "Šīs grupas biedri nav publicējuši nevienu rakstu.", - "details.latest_posts": "Pēdējie raksti", + "details.has-no-posts": "Šīs grupas biedri nav publicējuši nevienu rakstu.", + "details.latest-posts": "Pēdējie raksti", "details.private": "Privāta", "details.disableJoinRequests": "Atspējot biedra pieprasījumus", "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Piešķirt/atsaukt īpašumtiesības", "details.kick": "Izslēgt", - "details.kick_confirm": "Vai tiešām vēlies izslēgt šo biedru no grupas?", + "details.kick-confirm": "Vai tiešām vēlies izslēgt šo biedru no grupas?", "details.add-member": "Pievienot biedru", - "details.owner_options": "Grupas administrācija", - "details.group_name": "Pēc nosaukuma", - "details.member_count": "Pēc biedru skaita", - "details.creation_date": "Pēc datuma", + "details.owner-options": "Grupas administrācija", + "details.group-name": "Pēc nosaukuma", + "details.member-count": "Pēc biedru skaita", + "details.creation-date": "Pēc datuma", "details.description": "Apraksts", "details.member-post-cids": "Category IDs to display posts from", - "details.badge_preview": "Etiķetes priekšskats", - "details.change_icon": "Mainīt ikonu", - "details.change_label_colour": "Change Label Colour", - "details.change_text_colour": "Change Text Colour", - "details.badge_text": "Etiķetes teksts", + "details.badge-preview": "Etiķetes priekšskats", + "details.change-icon": "Mainīt ikonu", + "details.change-label-colour": "Change Label Colour", + "details.change-text-colour": "Change Text Colour", + "details.badge-text": "Etiķetes teksts", "details.userTitleEnabled": "Rādīt etiķeti", - "details.private_help": "Pievienoties grupai nepieciešama grupas īpašnieka apstiprināšana", + "details.private-help": "Pievienoties grupai nepieciešama grupas īpašnieka apstiprināšana", "details.hidden": "Paslēpta", - "details.hidden_help": "Grupa nav redzama grupu sarakstā un lietotāji ir jāuzaicina pašrocīgi", - "details.delete_group": "Izdzēst grupu", - "details.private_system_help": "Privātās grupas ir atspējotas sistēmas līmenī, šī opcija nedara neko", + "details.hidden-help": "Grupa nav redzama grupu sarakstā un lietotāji ir jāuzaicina pašrocīgi", + "details.delete-group": "Izdzēst grupu", + "details.private-system-help": "Privātās grupas ir atspējotas sistēmas līmenī, šī opcija nedara neko", "event.updated": "Grupas informācija ir atjaunināta", "event.deleted": "Grupa %1 ir izdzēsta", "membership.accept-invitation": "Pieņemt ielūgumu", - "membership.accept.notification_title": "You are now a member of %1", + "membership.accept.notification-title": "You are now a member of %1", "membership.invitation-pending": "Neapstiprināts ielūgums", "membership.join-group": "Pievienoties grupai", "membership.leave-group": "Atstāt grupu", - "membership.leave.notification_title": "%1 has left group %2", + "membership.leave.notification-title": "%1 has left group %2", "membership.reject": "Noraidīt", - "new-group.group_name": "Grupas nosaukums", + "new-group.group-name": "Grupas nosaukums", "upload-group-cover": "Augšupielādēt grupas galvenes bildi", "bulk-invite-instructions": "Ievadi sarakstu ar lietotājvārdiem, atdalītajiem ar komatu, kurus uzaicināt uz šo grupu", "bulk-invite": "Lielapjoma uzaicinājums", - "remove_group_cover_confirm": "Vai tiešām vēlies noņemt galvenes bildi?" + "remove-group-cover-confirm": "Vai tiešām vēlies noņemt galvenes bildi?" } \ No newline at end of file diff --git a/public/language/lv/login.json b/public/language/lv/login.json index 26b7bc57df..334f2d1e78 100644 --- a/public/language/lv/login.json +++ b/public/language/lv/login.json @@ -1,12 +1,12 @@ { "username-email": "Lietotājvārds / e-pasta adrese", "username": "Lietotājvārds", - "remember_me": "Atcerēties mani?", - "forgot_password": "Aizmirsi paroli?", - "alternative_logins": "Alternatīvie lietotājvārdi", - "failed_login_attempt": "Tev ielogoties neveiksmējās", - "login_successful": "Tu esi veiksmīgi ielogojies!", - "dont_have_account": "Tev nav konta?", + "remember-me": "Atcerēties mani?", + "forgot-password": "Aizmirsi paroli?", + "alternative-logins": "Alternatīvie lietotājvārdi", + "failed-login-attempt": "Tev ielogoties neveiksmējās", + "login-successful": "Tu esi veiksmīgi ielogojies!", + "dont-have-account": "Tev nav konta?", "logged-out-due-to-inactivity": "Neaktivitātes dēļ Tu esi bijis izlogots no administrācijas vadības paneļa", "caps-lock-enabled": "Caps Lock is enabled" } \ No newline at end of file diff --git a/public/language/lv/modules.json b/public/language/lv/modules.json index 7c41031328..afdcec9197 100644 --- a/public/language/lv/modules.json +++ b/public/language/lv/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "Room %1", - "chat.chatting_with": "Sarunāties ar", + "chat.chatting-with": "Sarunāties ar", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Go to most recent message", @@ -8,12 +8,15 @@ "chat.chat-with-usernames": "Chat with %1", "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Nosūtīt", - "chat.no_active": "Nav aktīvo sarunu.", - "chat.user_typing": "%1 raksta...", - "chat.user_has_messaged_you": "%1 ir sācis ar Tevi sarunāties", + "chat.no-active": "Nav aktīvo sarunu.", + "chat.user-typing-1": "%1 is typing ...", + "chat.user-typing-2": "%1 and %2 are typing ...", + "chat.user-typing-3": "%1, %2 and %3 are typing ...", + "chat.user-typing-n": "%1, %2 and %3 others are typing ...", + "chat.user-has-messaged-you": "%1 ir sācis ar Tevi sarunāties", "chat.replying-to": "Replying to %1", - "chat.see_all": "All chats", - "chat.mark_all_read": "Mark all read", + "chat.see-all": "All chats", + "chat.mark-all-read": "Mark all read", "chat.no-messages": "Lūdzu, izvēlies adresātu, lai skatītu sarunu vēsturi", "chat.no-users-in-room": "Šajā tērzētavā nav lietotāju", "chat.recent-chats": "Nesenās sarunas", @@ -24,12 +27,16 @@ "chat.pop-out": "Uznirstošā saruna", "chat.minimize": "Minimizēt", "chat.maximize": "Maksimizēt", - "chat.seven_days": "7 dienas", - "chat.thirty_days": "30 dienas", - "chat.three_months": "3 mēneši", - "chat.delete_message_confirm": "Vai tiešām vēlies izdzēst šo sarunu?", + "chat.seven-days": "7 dienas", + "chat.thirty-days": "30 dienas", + "chat.three-months": "3 mēneši", + "chat.delete-message-confirm": "Vai tiešām vēlies izdzēst šo sarunu?", "chat.retrieving-users": "Ielādē lietotājus...", "chat.view-users-list": "View users list", + "chat.pinned-messages": "Pinned Messages", + "chat.no-pinned-messages": "There are no pinned messages", + "chat.pin-message": "Pin Message", + "chat.unpin-message": "Unpin Message", "chat.public-rooms": "Public Rooms (%1)", "chat.private-rooms": "Private Rooms (%1)", "chat.create-room": "Create Chat Room", @@ -67,17 +74,24 @@ "chat.system.user-leave": "%1 has left the room ", "chat.system.room-rename": "%2 has renamed this room to \"%1\" ", "composer.compose": "Rediģēt", - "composer.show_preview": "Rādīt priekšskatu", - "composer.hide_preview": "Slēpt priekšskatu", + "composer.show-preview": "Rādīt priekšskatu", + "composer.hide-preview": "Slēpt priekšskatu", "composer.help": "Help", - "composer.user_said_in": "%1 sacīja %2:", - "composer.user_said": "%1 sacīja:", + "composer.user-said-in": "%1 sacīja %2:", + "composer.user-said": "%1 sacīja:", "composer.discard": "Vai tiešām vēlies atmest šo rakstu?", - "composer.submit_and_lock": "Iesniegt un aizslēgt", - "composer.toggle_dropdown": "Pārslēgt izvēlni", + "composer.submit-and-lock": "Iesniegt un aizslēgt", + "composer.toggle-dropdown": "Pārslēgt izvēlni", "composer.uploading": "Augšupielādē %1", "composer.formatting.bold": "Treknrakstā", "composer.formatting.italic": "Slīprakstā", + "composer.formatting.heading": "Heading", + "composer.formatting.heading1": "Heading 1", + "composer.formatting.heading2": "Heading 2", + "composer.formatting.heading3": "Heading 3", + "composer.formatting.heading4": "Heading 4", + "composer.formatting.heading5": "Heading 5", + "composer.formatting.heading6": "Heading 6", "composer.formatting.list": "Saraksts", "composer.formatting.strikethrough": "Svītrotā rakstā", "composer.formatting.code": "Koda gabals", @@ -85,9 +99,10 @@ "composer.formatting.picture": "Image Link", "composer.upload-picture": "Augšupielādēt bildi", "composer.upload-file": "Augšupielādēt failu", - "composer.zen_mode": "Zen režīms", - "composer.select_category": "Izvēlēties kategoriju", + "composer.zen-mode": "Zen režīms", + "composer.select-category": "Izvēlēties kategoriju", "composer.textarea.placeholder": "Enter your post content here, drag and drop images", + "composer.post-queue-alert": "Hello👋!
This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.", "composer.schedule-for": "Schedule topic for", "composer.schedule-date": "Date", "composer.schedule-time": "Time", @@ -102,8 +117,8 @@ "bootbox.confirm": "Apstiprināt", "bootbox.submit": "Submit", "bootbox.send": "Send", - "cover.dragging_title": "Novietot galvenes bildi", - "cover.dragging_message": "Velc galvenes bildi vēlamajā vietā un noklikšķini uz \"Saglabāt\"", + "cover.dragging-title": "Novietot galvenes bildi", + "cover.dragging-message": "Velc galvenes bildi vēlamajā vietā un noklikšķini uz \"Saglabāt\"", "cover.saved": "Galvenes bilde un novietojums saglabāta", "thumbs.modal.title": "Manage topic thumbnails", "thumbs.modal.no-thumbs": "No thumbnails found.", diff --git a/public/language/lv/notifications.json b/public/language/lv/notifications.json index 91aebbe955..23d3d6816c 100644 --- a/public/language/lv/notifications.json +++ b/public/language/lv/notifications.json @@ -1,59 +1,68 @@ { "title": "Paziņojumi", - "no_notifs": "Nav jaunu paziņojumu", - "see_all": "All notifications", - "mark_all_read": "Mark all read", - "back_to_home": "Atpakaļ uz %1", - "outgoing_link": "Izejošā saite", - "outgoing_link_message": "Tu tagad atstāj %1", - "continue_to": "Turpināt uz %1", - "return_to": "Atgriezties pie %1", - "new_notification": "You have a new notification", - "you_have_unread_notifications": "Ir nelasīti paziņojumi.", + "no-notifs": "Nav jaunu paziņojumu", + "see-all": "All notifications", + "mark-all-read": "Mark all read", + "back-to-home": "Atpakaļ uz %1", + "outgoing-link": "Izejošā saite", + "outgoing-link-message": "Tu tagad atstāj %1", + "continue-to": "Turpināt uz %1", + "return-to": "Atgriezties pie %1", + "new-notification": "You have a new notification", + "you-have-unread-notifications": "Ir nelasīti paziņojumi.", "all": "Visi", "topics": "Par tematiem", + "tags": "Tags", "replies": "Par atbildēm", "chat": "Par sarunām", "group-chat": "Group Chats", "public-chat": "Public Chats", "follows": "Par tiem, kurus sekoju", "upvote": "Par balsojumiem \"par\"", + "awards": "Awards", "new-flags": "Jaunās atzīmes", "my-flags": "Atzīmes piešķirtas man", "bans": "Bloķēšanas", - "new_message_from": "Jauns raksts no %1", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1 ir balsojis \"par\" Tavu rakstu%2.", - "upvoted_your_post_in_dual": "%1 un %2 ir balsojuši \"par\" Tavu rakstu %3.", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "%1 ir pārvietojis Tavu rakstu %2", - "moved_your_topic": "%1 ir pārvietojis %2", - "user_flagged_post_in": "%1 ir atzīmējis rakstu %2", - "user_flagged_post_in_dual": "%1 un %2 ir atzīmējuši rakstu %3", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1 ir atzīmējis lietotāja profilu (%2)", - "user_flagged_user_dual": "%1 un %2 ir atzīmējuši lietotāja profilu (%3)", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "%1 ir atbildējis: %2", - "user_posted_to_dual": "%1 un %2 ir atbildējuši %3", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1 ir ievietojis jaunu tematu: %2", - "user_edited_post": "%1 has edited a post in %2", - "user_started_following_you": "%1 sāka Tev sekot.", - "user_started_following_you_dual": "%1 un %2 sāka Tev sekot.", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1 sūtīja reģistrācijas pieteikumu.", - "new_register_multiple": "Ir %1 reģistrācijas pietiekumi, kas jāpārskata.", - "flag_assigned_to_you": "Atzīme %1 ir piešķirta Tev", - "post_awaiting_review": "Raksts, kas jāpārskata", + "new-message-from": "Jauns raksts no %1", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 wrote in %3", + "user-posted-in-public-room-dual": "%1 and %2 wrote in %4", + "user-posted-in-public-room-triple": "%1, %2 and %3 wrote in %5", + "user-posted-in-public-room-multiple": "%1, %2 and %3 others wrote in %5", + "upvoted-your-post-in": "%1 ir balsojis \"par\" Tavu rakstu%2.", + "upvoted-your-post-in-dual": "%1 un %2 ir balsojuši \"par\" Tavu rakstu %3.", + "upvoted-your-post-in-triple": "%1, %2 and %3 have upvoted your post in %4.", + "upvoted-your-post-in-multiple": "%1, %2 and %3 others have upvoted your post in %4.", + "moved-your-post": "%1 ir pārvietojis Tavu rakstu %2", + "moved-your-topic": "%1 ir pārvietojis %2", + "user-flagged-post-in": "%1 ir atzīmējis rakstu %2", + "user-flagged-post-in-dual": "%1 un %2 ir atzīmējuši rakstu %3", + "user-flagged-post-in-triple": "%1, %2 and %3 flagged a post in %4", + "user-flagged-post-in-multiple": "%1, %2 and %3 others flagged a post in %4", + "user-flagged-user": "%1 ir atzīmējis lietotāja profilu (%2)", + "user-flagged-user-dual": "%1 un %2 ir atzīmējuši lietotāja profilu (%3)", + "user-flagged-user-triple": "%1, %2 and %3 flagged a user profile (%4)", + "user-flagged-user-multiple": "%1, %2 and %3 others flagged a user profile (%4)", + "user-posted-to": "%1 ir atbildējis: %2", + "user-posted-to-dual": "%1 un %2 ir atbildējuši %3", + "user-posted-to-triple": "%1, %2 and %3 have posted replies to: %4", + "user-posted-to-multiple": "%1, %2 and %3 others have posted replies to: %4", + "user-posted-topic": "%1 ir ievietojis jaunu tematu: %2", + "user-edited-post": "%1 has edited a post in %2", + "user-posted-topic-with-tag": "%1 has posted a new topic with tag %2", + "user-posted-topic-with-tag-dual": "%1 has posted a new topic with tags %2 and %3", + "user-posted-topic-with-tag-triple": "%1 has posted a new topic with tags %2, %3 and %4", + "user-posted-topic-with-tag-multiple": "%1 has posted a new topic with tags %2", + "user-started-following-you": "%1 sāka Tev sekot.", + "user-started-following-you-dual": "%1 un %2 sāka Tev sekot.", + "user-started-following-you-triple": "%1, %2 and %3 started following you.", + "user-started-following-you-multiple": "%1, %2 and %3 others started following you.", + "new-register": "%1 sūtīja reģistrācijas pieteikumu.", + "new-register-multiple": "Ir %1 reģistrācijas pietiekumi, kas jāpārskata.", + "flag-assigned-to-you": "Atzīme %1 ir piešķirta Tev", + "post-awaiting-review": "Raksts, kas jāpārskata", "profile-exported": "%1 profile exported, click to download", "posts-exported": "%1 posts exported, click to download", "uploads-exported": "%1 uploads exported, click to download", @@ -66,22 +75,24 @@ "email-confirm-error-message": "Tavā e-pasta adreses apstiprināšanā radās problēma. Iespējams, kods ir nederīgs vai ir beidzies derīguma termiņš.", "email-confirm-sent": "Apstiprinājuma e-pasts ir nosūtīts.", "none": "Neko nedarīt", - "notification_only": "Tikai paziņot", - "email_only": "Sūtīt e-pastu", - "notification_and_email": "Paziņot un sūtīt e-pastu", - "notificationType_upvote": "Kad kāds balso \"par\" Tavu rakstu", - "notificationType_new-topic": "Kad kāds, kuru Tu seko, publicē rakstu", - "notificationType_new-reply": "Kad jauna atbilde tiek pievienota tematam, kuru novēro", - "notificationType_post-edit": "When a post is edited in a topic you are watching", - "notificationType_follow": "Kad kāds sāk Tev sekot", - "notificationType_new-chat": "Kad saņemi sarunu", - "notificationType_new-group-chat": "When you receive a group chat message", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "Kad saņemi ielūgumu pievienoties grupai", - "notificationType_group-leave": "When a user leaves your group", - "notificationType_group-request-membership": "When someone requests to join a group you own", - "notificationType_new-register": "Kad kāds tiek ievietots reģistrācijas rindā", - "notificationType_post-queue": "Kad raksts tiek ievietots apstiprināšanas rindā", - "notificationType_new-post-flag": "Kad raksts tiek atzīmēts", - "notificationType_new-user-flag": "Kad lietotājs tiek atzīmēts" + "notification-only": "Tikai paziņot", + "email-only": "Sūtīt e-pastu", + "notification-and-email": "Paziņot un sūtīt e-pastu", + "notificationType-upvote": "Kad kāds balso \"par\" Tavu rakstu", + "notificationType-new-topic": "Kad kāds, kuru Tu seko, publicē rakstu", + "notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow", + "notificationType-new-reply": "Kad jauna atbilde tiek pievienota tematam, kuru novēro", + "notificationType-post-edit": "When a post is edited in a topic you are watching", + "notificationType-follow": "Kad kāds sāk Tev sekot", + "notificationType-new-chat": "Kad saņemi sarunu", + "notificationType-new-group-chat": "When you receive a group chat message", + "notificationType-new-public-chat": "When you receive a public group chat message", + "notificationType-group-invite": "Kad saņemi ielūgumu pievienoties grupai", + "notificationType-group-leave": "When a user leaves your group", + "notificationType-group-request-membership": "When someone requests to join a group you own", + "notificationType-new-register": "Kad kāds tiek ievietots reģistrācijas rindā", + "notificationType-post-queue": "Kad raksts tiek ievietots apstiprināšanas rindā", + "notificationType-new-post-flag": "Kad raksts tiek atzīmēts", + "notificationType-new-user-flag": "Kad lietotājs tiek atzīmēts", + "notificationType-new-reward": "When you earn a new reward" } \ No newline at end of file diff --git a/public/language/lv/pages.json b/public/language/lv/pages.json index ff9e405630..e70171cbd8 100644 --- a/public/language/lv/pages.json +++ b/public/language/lv/pages.json @@ -47,7 +47,8 @@ "account/latest-posts": "Latest posts made by %1", "account/topics": "Tematus izveidojis(-jusi) %1", "account/groups": "%1 grupas", - "account/watched_categories": "%1 novērotās kategorijas", + "account/watched-categories": "%1 novērotās kategorijas", + "account/watched-tags": "%1's Watched Tags", "account/bookmarks": "%1 atzīmētie raksti", "account/settings": "Lietotāja iestatījumi", "account/settings-of": "Changing settings of %1", diff --git a/public/language/lv/recent.json b/public/language/lv/recent.json index 7704c5c7e9..1b194b6d30 100644 --- a/public/language/lv/recent.json +++ b/public/language/lv/recent.json @@ -5,7 +5,7 @@ "month": "Šomēnes", "year": "Šogad", "alltime": "Visu laiku", - "no_recent_topics": "Nav neseno tematu.", - "no_popular_topics": "Nav populāro tematu.", + "no-recent-topics": "Nav neseno tematu.", + "no-popular-topics": "Nav populāro tematu.", "load-new-posts": "Load new posts" } \ No newline at end of file diff --git a/public/language/lv/register.json b/public/language/lv/register.json index a207cb70c0..44b1ba8985 100644 --- a/public/language/lv/register.json +++ b/public/language/lv/register.json @@ -1,32 +1,32 @@ { "register": "Reģistrēties", "already-have-account": "Already have an account?", - "cancel_registration": "Atcelt reģistrācijas pieteikumu", + "cancel-registration": "Atcelt reģistrācijas pieteikumu", "help.email": "Pēc noklusējuma Tava e-pasta adrese nebūs redzama ārpus NodeBB.", - "help.username_restrictions": "Unikāls lietotājvārds starp %1 un %2 rakstzīmēm. Citi var pieminēt Tevi izmantojot @lietotājvārds.", - "help.minimum_password_length": "Tavas paroles garumam jābūt vismaz %1 rakstzīmēm.", - "email_address": "E-pasta adrese", - "email_address_placeholder": "Ievadīt e-pasta adresi", + "help.username-restrictions": "Unikāls lietotājvārds starp %1 un %2 rakstzīmēm. Citi var pieminēt Tevi izmantojot @lietotājvārds.", + "help.minimum-password-length": "Tavas paroles garumam jābūt vismaz %1 rakstzīmēm.", + "email-address": "E-pasta adrese", + "email-address-placeholder": "Ievadīt e-pasta adresi", "username": "Lietotājvārds", - "username_placeholder": "Ievadīt lietotājvārdu", + "username-placeholder": "Ievadīt lietotājvārdu", "password": "Parole", - "password_placeholder": "Ievadīt paroli", - "confirm_password": "Apstiprināt paroli", - "confirm_password_placeholder": "Apstiprināt paroli", - "register_now_button": "Reģistreties tagad", - "alternative_registration": "Alternatīva reģistrācija", - "terms_of_use": "Lietošanas noteikumi", - "agree_to_terms_of_use": "Es piekrītu lietošanas noteikumiem", - "terms_of_use_error": "Tev ir jāpiekrīt lietošanas noteikumiem", + "password-placeholder": "Ievadīt paroli", + "confirm-password": "Apstiprināt paroli", + "confirm-password-placeholder": "Apstiprināt paroli", + "register-now-button": "Reģistreties tagad", + "alternative-registration": "Alternatīva reģistrācija", + "terms-of-use": "Lietošanas noteikumi", + "agree-to-terms-of-use": "Es piekrītu lietošanas noteikumiem", + "terms-of-use-error": "Tev ir jāpiekrīt lietošanas noteikumiem", "registration-added-to-queue": "Tavs reģistrācijas pieteikums ir ievietots reģistrācijas rindā. Tu saņemsi e-pastu, kad administrators to apstiprinās.", "registration-queue-average-time": "Our average time for approving memberships is %1 hours %2 minutes.", "registration-queue-auto-approve-time": "Your membership to this forum will be fully activated in up to %1 hours.", "interstitial.intro": "We'd like some additional information in order to update your account…", "interstitial.intro-new": "We'd like some additional information before we can create your account…", "interstitial.errors-found": "Please review the entered information:", - "gdpr_agree_data": "Es piekrītu manas personas informācijas vākšanai un apstrādei šajā vietnē.", - "gdpr_agree_email": "Es piekrītu saņemt sakopojumu un paziņojumu e-pastus no šīs vietnes.", - "gdpr_consent_denied": "Tev ir jādod piekrišana šai vietnei, lai savāktu / apstrādātu Tavu informāciju un nosūtītu Tev e-pastus.", + "gdpr-agree-data": "Es piekrītu manas personas informācijas vākšanai un apstrādei šajā vietnē.", + "gdpr-agree-email": "Es piekrītu saņemt sakopojumu un paziņojumu e-pastus no šīs vietnes.", + "gdpr-consent-denied": "Tev ir jādod piekrišana šai vietnei, lai savāktu / apstrādātu Tavu informāciju un nosūtītu Tev e-pastus.", "invite.error-admin-only": "Direct user registration has been disabled. Please contact an administrator for more details.", "invite.error-invite-only": "Direct user registration has been disabled. You must be invited by an existing user in order to access this forum.", "invite.error-invalid-data": "The registration data received does not correspond to our records. Please contact an administrator for more details" diff --git a/public/language/lv/reset_password.json b/public/language/lv/reset_password.json index afdb91f7ca..b69a10c422 100644 --- a/public/language/lv/reset_password.json +++ b/public/language/lv/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "Atiestatīt paroli", - "update_password": "Atjaunināt paroli", - "password_changed.title": "Parole ir mainīta", - "password_changed.message": "

Parole ir veiksmīgi atiestatīta, lūdzuielogojies vēlreiz.", - "wrong_reset_code.title": "Nepareizs atiestatīšanas kods", - "wrong_reset_code.message": "Saņemtais atiestatīšanas kods ir nepareizs. Lūdzu, mēģini vēlreiz vai pieprasi jaunu atiestatīšanas kodu.", - "new_password": "Jaunā parole", - "repeat_password": "Apstiprināt paroli", - "changing_password": "Changing Password", - "enter_email": "Ievadīt savu e-pasta adresi, un mēs Tev nosūtīsim e-pastu ar norādījumiem par to, kā atiestatīt savu kontu.", - "enter_email_address": "Ievadīt e-pasta adresi", - "password_reset_sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", - "invalid_email": "Nederīga e-pasta adrese / e-pasta adrese neeksistē!", - "password_too_short": "Ievadītā parole ir pārāk īsa, lūdzu, izvēlēties citu paroli.", - "passwords_do_not_match": "Abas ievadītās paroles nesakrīt.", - "password_expired": "Tava parole ir beigusies, lūdzu, izvēlies jaunu paroli" + "reset-password": "Atiestatīt paroli", + "update-password": "Atjaunināt paroli", + "password-changed.title": "Parole ir mainīta", + "password-changed.message": "

Parole ir veiksmīgi atiestatīta, lūdzuielogojies vēlreiz.", + "wrong-reset-code.title": "Nepareizs atiestatīšanas kods", + "wrong-reset-code.message": "Saņemtais atiestatīšanas kods ir nepareizs. Lūdzu, mēģini vēlreiz vai pieprasi jaunu atiestatīšanas kodu.", + "new-password": "Jaunā parole", + "repeat-password": "Apstiprināt paroli", + "changing-password": "Changing Password", + "enter-email": "Ievadīt savu e-pasta adresi, un mēs Tev nosūtīsim e-pastu ar norādījumiem par to, kā atiestatīt savu kontu.", + "enter-email-address": "Ievadīt e-pasta adresi", + "password-reset-sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", + "invalid-email": "Nederīga e-pasta adrese / e-pasta adrese neeksistē!", + "password-too-short": "Ievadītā parole ir pārāk īsa, lūdzu, izvēlēties citu paroli.", + "passwords-do-not-match": "Abas ievadītās paroles nesakrīt.", + "password-expired": "Tava parole ir beigusies, lūdzu, izvēlies jaunu paroli" } \ No newline at end of file diff --git a/public/language/lv/rewards.json b/public/language/lv/rewards.json new file mode 100644 index 0000000000..f923cf1500 --- /dev/null +++ b/public/language/lv/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "You have been awarded %1 reputation", + "awarded-group-membership": "You have been added to the group %1", + + "essentials/user.reputation-conditional-value": "(Reputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Post Count %1 %2)", + "essentials/user.lastonline-conditional-value": "(Last Online %1 %2)", + "essentials/user.joindate-conditional-value": "(Join Date %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Days Registered %1 %2)" +} \ No newline at end of file diff --git a/public/language/lv/search.json b/public/language/lv/search.json index e40b5c7e3e..cbd7d86d9f 100644 --- a/public/language/lv/search.json +++ b/public/language/lv/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Type to search", - "results_matching": "%1 rezultāts(-i), kas atbilst \"%2\", (%3 sekundes)", + "results-matching": "%1 rezultāts(-i), kas atbilst \"%2\", (%3 sekundes)", "no-matches": "Sakritības nav atrastas", "advanced-search": "Meklēt izvērsti", "in": "Kur", diff --git a/public/language/lv/tags.json b/public/language/lv/tags.json index 3325895dc0..6d303e5793 100644 --- a/public/language/lv/tags.json +++ b/public/language/lv/tags.json @@ -1,11 +1,17 @@ { "all-tags": "All tags", - "no_tag_topics": "Nav neviena temata ar šo birku", + "no-tag-topics": "Nav neviena temata ar šo birku", "no-tags-found": "No tags found", "tags": "Birkas", - "enter_tags_here": "Ievadīt birkas, katrai starp %1 un %2 rakstzīmēm", - "enter_tags_here_short": "Ievadīt birkas...", - "no_tags": "Nav birku.", - "select_tags": "Select Tags", - "tag-whitelist": "Tag Whitelist" + "enter-tags-here": "Ievadīt birkas, katrai starp %1 un %2 rakstzīmēm", + "enter-tags-here-short": "Ievadīt birkas...", + "no-tags": "Nav birku.", + "select-tags": "Select Tags", + "tag-whitelist": "Tag Whitelist", + "watching": "Watching", + "not-watching": "Not Watching", + "watching.description": "Notify me of new topics.", + "not-watching.description": "Do not notify me of new topics.", + "following-tag.message": "You will now be receiving notifications when somebody posts a topic with this tag.", + "not-following-tag.message": "You will not receive notifications when somebody posts a topic with this tag." } \ No newline at end of file diff --git a/public/language/lv/themes/harmony.json b/public/language/lv/themes/harmony.json index f915155306..5e0a65f946 100644 --- a/public/language/lv/themes/harmony.json +++ b/public/language/lv/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page", "settings.autohideBottombar": "Auto hide bottom bar", "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down", + "settings.openSidebars": "Open sidebars", "settings.chatModals": "Enable chat modals" } \ No newline at end of file diff --git a/public/language/lv/top.json b/public/language/lv/top.json index b8a05bfa5f..6e1e05674e 100644 --- a/public/language/lv/top.json +++ b/public/language/lv/top.json @@ -1,4 +1,4 @@ { "title": "Top", - "no_top_topics": "No top topics" + "no-top-topics": "No top topics" } \ No newline at end of file diff --git a/public/language/lv/topic.json b/public/language/lv/topic.json index 4f46a3b821..47a92f35e7 100644 --- a/public/language/lv/topic.json +++ b/public/language/lv/topic.json @@ -1,20 +1,20 @@ { "topic": "Temats", "title": "Title", - "no_topics_found": "Nav tematu!", - "no_posts_found": "Nav rakstu!", - "post_is_deleted": "Raksts izdzēsts!", - "topic_is_deleted": "Temats izdzēsts!", + "no-topics-found": "Nav tematu!", + "no-posts-found": "Nav rakstu!", + "post-is-deleted": "Raksts izdzēsts!", + "topic-is-deleted": "Temats izdzēsts!", "profile": "Profils", - "posted_by": "Publicēja %1", - "posted_by_guest": "Publicēja viesis", + "posted-by": "Publicēja %1", + "posted-by-guest": "Publicēja viesis", "chat": "Sarunāties", - "notify_me": "Tiec informēts par jaunām atbildēm šajā tematā", + "notify-me": "Tiec informēts par jaunām atbildēm šajā tematā", "quote": "Atbildēt citējot", "reply": "Atbildēt", - "replies_to_this_post": "%1 atbildes", - "one_reply_to_this_post": "1 atbilde", - "last_reply_time": "Pēdējā atbilde", + "replies-to-this-post": "%1 atbildes", + "one-reply-to-this-post": "1 atbilde", + "last-reply-time": "Pēdējā atbilde", "reply-as-topic": "Atbildēt izveidojot jaunu tematu", "guest-login-reply": "Ielogoties, lai atbildētu", "login-to-view": "🔒 Log in to view", @@ -64,129 +64,130 @@ "user-referenced-topic-on": "%1 referenced this topic on %3", "user-forked-topic-ago": "%1 forked this topic %3", "user-forked-topic-on": "%1 forked this topic on %3", - "bookmark_instructions": "Noklikšķināt, lai atgrieztos pēdējā lasītā rakstā šajā pavedienā.", + "bookmark-instructions": "Noklikšķināt, lai atgrieztos pēdējā lasītā rakstā šajā pavedienā.", "flag-post": "Flag this post", "flag-user": "Flag this user", "already-flagged": "Already Flagged", "view-flag-report": "View Flag Report", "resolve-flag": "Resolve Flag", - "merged_message": "This topic has been merged into %2", - "deleted_message": "Šis temats ir izdzēsts. To var skatīt tikai lietotāji ar temata pārvaldības privilēģijām.", - "following_topic.message": "Tagad saņemsi paziņojumus, kad kāds šai tematā rakstīs.", - "not_following_topic.message": "Tu redzēsi šo tematu nelasīto tematu sarakstā, taču nesaņemsi paziņojumus, kad kāds viņā rakstīs.", - "ignoring_topic.message": "Šis temats vairs nebūs redzams nelasīto tematu sarakstā. Tev paziņos, kad tiksi pieminēts(-ēta), vai kāds balsos \"par\" Tavu rakstu.", - "login_to_subscribe": "Lūdzu, reģistrēties vai ielogoties, lai abonētu šo tematu.", + "merged-message": "This topic has been merged into %2", + "forked-message": "This topic was forked from %2", + "deleted-message": "Šis temats ir izdzēsts. To var skatīt tikai lietotāji ar temata pārvaldības privilēģijām.", + "following-topic.message": "Tagad saņemsi paziņojumus, kad kāds šai tematā rakstīs.", + "not-following-topic.message": "Tu redzēsi šo tematu nelasīto tematu sarakstā, taču nesaņemsi paziņojumus, kad kāds viņā rakstīs.", + "ignoring-topic.message": "Šis temats vairs nebūs redzams nelasīto tematu sarakstā. Tev paziņos, kad tiksi pieminēts(-ēta), vai kāds balsos \"par\" Tavu rakstu.", + "login-to-subscribe": "Lūdzu, reģistrēties vai ielogoties, lai abonētu šo tematu.", "markAsUnreadForAll.success": "Temats atzīmēts kā nelasīts visiem.", - "mark_unread": "Atzīmēt kā nelasītu", - "mark_unread.success": "Temats atzīmēts kā nelasīts.", + "mark-unread": "Atzīmēt kā nelasītu", + "mark-unread.success": "Temats atzīmēts kā nelasīts.", "watch": "Novērošana", "unwatch": "Pārtraukt novērošanu", "watch.title": "Tiec informēts par jaunām atbildēm šajā tematā", "unwatch.title": "Pārtraukt temata novērošanu", - "share_this_post": "Kopīgot rakstu", + "share-this-post": "Kopīgot rakstu", "watching": "Novērots", "not-watching": "Nav novērots", "ignoring": "Ignorēts", "watching.description": "Paziņot par jaunām atbildēm.
Atzīmēt tematu kā nelasītu.", "not-watching.description": "Nepaziņot par jaunām atbildēm.
Atzīmēt tematu kā nelasītu, ja kategorija nav ignorēta.", "ignoring.description": "Nepaziņot par jaunām atbildēm.
Neatzīmēt tematu kā nelasītu.", - "thread_tools.title": "Rīkoties", - "thread_tools.markAsUnreadForAll": "Visiem atzīmēt kā nelasītu", - "thread_tools.pin": "Noenkurot tematu", - "thread_tools.unpin": "Atenkurot tematu", - "thread_tools.lock": "Slēgt tematu", - "thread_tools.unlock": "Atslēgt tematu", - "thread_tools.move": "Pārvietot tematu", - "thread_tools.move-posts": "Pārvietot rakstus", - "thread_tools.move_all": "Pārvietot visus", - "thread_tools.change_owner": "Change Owner", - "thread_tools.select_category": "Atlasīt kategoriju", - "thread_tools.fork": "Nozarot tematu", - "thread_tools.tag": "Tag Topic", - "thread_tools.delete": "Izdzēst tematu", - "thread_tools.delete-posts": "Izdzēst rakstus", - "thread_tools.delete_confirm": "Vai tiešām vēlies izdzēst šo tematu?", - "thread_tools.restore": "Atjaunot tematu", - "thread_tools.restore_confirm": "Vai tiešām vēlies atjaunot šo tematu?", - "thread_tools.purge": "Iztīrīt tematu", - "thread_tools.purge_confirm": "Vai tiešām vēlies iztīrīt šo tematu?", - "thread_tools.merge_topics": "Apvienot tematus", - "thread_tools.merge": "Merge Topic", - "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_undone": "Topic move undone", - "topic_move_posts_success": "Posts will be moved shortly. Click here to undo.", - "topic_move_posts_undone": "Post move undone", - "post_delete_confirm": "Vai tiešām vēlies izdzēst šo rakstu?", - "post_restore_confirm": "Vai tiešām vēlies atjaunot šo rakstu?", - "post_purge_confirm": "Vai tiešām vēlies iztīrīt šo rakstu?", + "thread-tools.title": "Rīkoties", + "thread-tools.markAsUnreadForAll": "Visiem atzīmēt kā nelasītu", + "thread-tools.pin": "Noenkurot tematu", + "thread-tools.unpin": "Atenkurot tematu", + "thread-tools.lock": "Slēgt tematu", + "thread-tools.unlock": "Atslēgt tematu", + "thread-tools.move": "Pārvietot tematu", + "thread-tools.move-posts": "Pārvietot rakstus", + "thread-tools.move-all": "Pārvietot visus", + "thread-tools.change-owner": "Change Owner", + "thread-tools.select-category": "Atlasīt kategoriju", + "thread-tools.fork": "Nozarot tematu", + "thread-tools.tag": "Tag Topic", + "thread-tools.delete": "Izdzēst tematu", + "thread-tools.delete-posts": "Izdzēst rakstus", + "thread-tools.delete-confirm": "Vai tiešām vēlies izdzēst šo tematu?", + "thread-tools.restore": "Atjaunot tematu", + "thread-tools.restore-confirm": "Vai tiešām vēlies atjaunot šo tematu?", + "thread-tools.purge": "Iztīrīt tematu", + "thread-tools.purge-confirm": "Vai tiešām vēlies iztīrīt šo tematu?", + "thread-tools.merge-topics": "Apvienot tematus", + "thread-tools.merge": "Merge Topic", + "topic-move-success": "This topic will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-multiple-success": "These topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-all-success": "All topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-undone": "Topic move undone", + "topic-move-posts-success": "Posts will be moved shortly. Click here to undo.", + "topic-move-posts-undone": "Post move undone", + "post-delete-confirm": "Vai tiešām vēlies izdzēst šo rakstu?", + "post-restore-confirm": "Vai tiešām vēlies atjaunot šo rakstu?", + "post-purge-confirm": "Vai tiešām vēlies iztīrīt šo rakstu?", "pin-modal-expiry": "Expiration Date", "pin-modal-help": "You can optionally set an expiration date for the pinned topic(s) here. Alternatively, you can leave this field blank to have the topic stay pinned until it is manually unpinned.", - "load_categories": "Ielādē kategorijas", - "confirm_move": "Pārvietot", - "confirm_fork": "Nozarot", + "load-categories": "Ielādē kategorijas", + "confirm-move": "Pārvietot", + "confirm-fork": "Nozarot", "bookmark": "Atzīme", "bookmarks": "Atzīmētie", - "bookmarks.has_no_bookmarks": "Tu vēl neesi nevienu rakstu atzīmējis.", + "bookmarks.has-no-bookmarks": "Tu vēl neesi nevienu rakstu atzīmējis.", "copy-permalink": "Copy Permalink", - "loading_more_posts": "Ielādē vēl rakstus", - "move_topic": "Pārvietot tematu", - "move_topics": "Pārvietot tematus", - "move_post": "Pārvietot rakstu", - "post_moved": "Raksts pārvietots!", - "fork_topic": "Nozarot tematu", + "loading-more-posts": "Ielādē vēl rakstus", + "move-topic": "Pārvietot tematu", + "move-topics": "Pārvietot tematus", + "move-post": "Pārvietot rakstu", + "post-moved": "Raksts pārvietots!", + "fork-topic": "Nozarot tematu", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", - "fork_no_pids": "Nav atlasīto rakstu!", + "fork-topic-instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", + "fork-no-pids": "Nav atlasīto rakstu!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", "x-posts-will-be-moved-to-y": "%1 post(s) will be moved to \"%2\"", - "fork_pid_count": "%1 raksts(-i) atlasīts(-i)", - "fork_success": "Veiksmīgi nozarots temats! Noklikšķini, lai dotos uz nozaroto tematu.", - "delete_posts_instruction": "Noklikšķini uz rakstiem, kurus notīrīt/iztīrīt", - "merge_topics_instruction": "Click the topics you want to merge or search for them", + "fork-pid-count": "%1 raksts(-i) atlasīts(-i)", + "fork-success": "Veiksmīgi nozarots temats! Noklikšķini, lai dotos uz nozaroto tematu.", + "delete-posts-instruction": "Noklikšķini uz rakstiem, kurus notīrīt/iztīrīt", + "merge-topics-instruction": "Click the topics you want to merge or search for them", "merge-topic-list-title": "List of topics to be merged", "merge-options": "Merge options", "merge-select-main-topic": "Select the main topic", "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", - "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", - "move_topic_instruction": "Select the target category and then click move", - "change_owner_instruction": "Click the posts you want to assign to another user", - "composer.title_placeholder": "Ievadīt temata virsrakstu...", - "composer.handle_placeholder": "Enter your name/handle here", + "move-posts-instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move-topic-instruction": "Select the target category and then click move", + "change-owner-instruction": "Click the posts you want to assign to another user", + "composer.title-placeholder": "Ievadīt temata virsrakstu...", + "composer.handle-placeholder": "Enter your name/handle here", "composer.hide": "Hide", "composer.discard": "Atmest", "composer.submit": "Publicēt", "composer.additional-options": "Additional Options", "composer.post-later": "Post Later", "composer.schedule": "Schedule", - "composer.replying_to": "Atbild %1", - "composer.new_topic": "Izveidot jaunu tematu", + "composer.replying-to": "Atbild %1", + "composer.new-topic": "Izveidot jaunu tematu", "composer.editing-in": "Editing post in %1", "composer.uploading": "augšupielādē...", - "composer.thumb_url_label": "Ielīmēt temata sīktēla URL", - "composer.thumb_title": "Pievienot tematam sīktēlu", - "composer.thumb_url_placeholder": "http://example.com/thumb.png", - "composer.thumb_file_label": "Vai augšupielādēt failu", - "composer.thumb_remove": "Notīrīt laukus", - "composer.drag_and_drop_images": "Vilkt un nomest bildes šeit", - "more_users_and_guests": "Vēl %1 lietotājs(-i) un %2 viesi(-s)", - "more_users": "Vēl %1 lietotājs(-i)", - "more_guests": "Vēl %1 viesis(-i)", - "users_and_others": "%1 un %2 citi", - "sort_by": "Kārtot", - "oldest_to_newest": "No vecākā līdz jaunākam", - "newest_to_oldest": "No jaunākā līdz vecākam", - "most_votes": "Pēc visvairāk balsojumu", - "most_posts": "Pēc visvairāk rakstu", - "most_views": "Most Views", + "composer.thumb-url-label": "Ielīmēt temata sīktēla URL", + "composer.thumb-title": "Pievienot tematam sīktēlu", + "composer.thumb-url-placeholder": "http://example.com/thumb.png", + "composer.thumb-file-label": "Vai augšupielādēt failu", + "composer.thumb-remove": "Notīrīt laukus", + "composer.drag-and-drop-images": "Vilkt un nomest bildes šeit", + "more-users-and-guests": "Vēl %1 lietotājs(-i) un %2 viesi(-s)", + "more-users": "Vēl %1 lietotājs(-i)", + "more-guests": "Vēl %1 viesis(-i)", + "users-and-others": "%1 un %2 citi", + "sort-by": "Kārtot", + "oldest-to-newest": "No vecākā līdz jaunākam", + "newest-to-oldest": "No jaunākā līdz vecākam", + "most-votes": "Pēc visvairāk balsojumu", + "most-posts": "Pēc visvairāk rakstu", + "most-views": "Most Views", "stale.title": "Tā vietā izveidot jaunu tematu?", "stale.warning": "Šis temats, uz kuru atbildi, ir diezgan sens. Vai vēlies izveidot jaunu tematu un atsaukties uz šo tematu?", "stale.create": "Izveidot jaunu tematu", - "stale.reply_anyway": "Atbildēt tematā jebkurā gadījumā", - "link_back": "Re: [%1](%2)", + "stale.reply-anyway": "Atbildēt tematā jebkurā gadījumā", + "link-back": "Re: [%1](%2)", "diffs.title": "Raksta rediģēšanas vēsture", "diffs.description": "Šim rakstam ir %1 versijas. Noklikšķināt zemāk uz vienas no versijām, lai redzētu to raksta versiju.", "diffs.no-revisions-description": "Šim rakstam ir %1 versijas.", @@ -197,8 +198,8 @@ "diffs.post-restored": "Post successfully restored to earlier revision", "diffs.delete": "Delete this revision", "diffs.deleted": "Revision deleted", - "timeago_later": "%1 later", - "timeago_earlier": "%1 earlier", + "timeago-later": "%1 later", + "timeago-earlier": "%1 earlier", "first-post": "First post", "last-post": "Last post", "go-to-my-next-post": "Go to my next post", diff --git a/public/language/lv/unread.json b/public/language/lv/unread.json index e2d9ec3198..0720fe8d08 100644 --- a/public/language/lv/unread.json +++ b/public/language/lv/unread.json @@ -1,12 +1,12 @@ { "title": "Nelasītie", - "no_unread_topics": "Nav nevienu nelasīto tematu.", - "load_more": "Ielādēt vairāk", - "mark_as_read": "Atzīmēt kā lasītu", + "no-unread-topics": "Nav nevienu nelasīto tematu.", + "load-more": "Ielādēt vairāk", + "mark-as-read": "Atzīmēt kā lasītu", "selected": "Atlasītie", "all": "Visi", - "all_categories": "Visās kategorijās", - "topics_marked_as_read.success": "Temati atzīmēti kā lasīti!", + "all-categories": "Visās kategorijās", + "topics-marked-as-read.success": "Temati atzīmēti kā lasīti!", "all-topics": "Visos tematos", "new-topics": "Jaunos tematos", "watched-topics": "Novērotos tematos", diff --git a/public/language/lv/user.json b/public/language/lv/user.json index 0de8a9e3c5..86de3cb03c 100644 --- a/public/language/lv/user.json +++ b/public/language/lv/user.json @@ -7,22 +7,22 @@ "joindate": "Reģistrācijas datums", "postcount": "Rakstu skaits", "email": "E-pasts", - "confirm_email": "Apstiprināt e-pasta adresi", - "account_info": "Konta informācija", - "admin_actions_label": "Administrative Actions", - "ban_account": "Bloķēt kontu", - "ban_account_confirm": "Vai tiešām vēlies bloķēt šo lietotāju?", - "unban_account": "Atbloķēt kontu", - "mute_account": "Mute Account", - "unmute_account": "Unmute Account", - "delete_account": "Izdzēst kontu", - "delete_account_as_admin": "Delete Account", - "delete_content": "Delete Account Content", - "delete_all": "Delete Account and Content", - "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", - "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", - "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", - "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "confirm-email": "Apstiprināt e-pasta adresi", + "account-info": "Konta informācija", + "admin-actions-label": "Administrative Actions", + "ban-account": "Bloķēt kontu", + "ban-account-confirm": "Vai tiešām vēlies bloķēt šo lietotāju?", + "unban-account": "Atbloķēt kontu", + "mute-account": "Mute Account", + "unmute-account": "Unmute Account", + "delete-account": "Izdzēst kontu", + "delete-account-as-admin": "Delete Account", + "delete-content": "Delete Account Content", + "delete-all": "Delete Account and Content", + "delete-account-confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", + "delete-this-account-confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", + "delete-account-content-confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "delete-all-confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", "account-deleted": "Konts izdzēsts", "account-content-deleted": "Account content deleted", "fullname": "Vārds un uzvārds", @@ -32,11 +32,12 @@ "joined": "Reģistrējies(-jusies)", "lastonline": "Pēdējoreiz redzēts(-ēta)", "profile": "Profils", - "profile_views": "Profila skatījumi", + "profile-views": "Profila skatījumi", "reputation": "Ranga punkti", "bookmarks": "Atzīmētie", - "watched_categories": "Novērotās kategorijas", - "change_all": "Change All", + "watched-categories": "Novērotās kategorijas", + "watched-tags": "Watched tags", + "change-all": "Change All", "watched": "Novērotie", "ignored": "Ignorētie", "default-category-watch-state": "Default category watch state", @@ -44,83 +45,84 @@ "following": "Es sekoju", "blocks": "Bloķētie", "blocked-users": "Blocked users", - "block_toggle": "Pārslēgt bloķēto", - "block_user": "Bloķēt lietotāju", - "unblock_user": "Atbloķēt lietotāju", + "block-toggle": "Pārslēgt bloķēto", + "block-user": "Bloķēt lietotāju", + "unblock-user": "Atbloķēt lietotāju", "aboutme": "Par mani", "signature": "Paraksts", "birthday": "Dzimšanas diena", "chat": "Sarunāties", - "chat_with": "Turpināt sarunu ar %1", - "new_chat_with": "Sākt jaunu sarunu ar %1", + "chat-with": "Turpināt sarunu ar %1", + "new-chat-with": "Sākt jaunu sarunu ar %1", "flag-profile": "Atzīmēt profilu", "follow": "Sekot", "unfollow": "Pārtraukt sekot", "more": "Vēl", - "profile_update_success": "Profils ir veiksmīgi atjaunināts!", - "change_picture": "Mainīt bildi", - "change_username": "Mainīt lietotājvārdu", - "change_email": "Mainīt e-pasta adresi", - "email_same_as_password": "Please enter your current password to continue – you've entered your new email again", + "profile-update-success": "Profils ir veiksmīgi atjaunināts!", + "change-picture": "Mainīt bildi", + "change-username": "Mainīt lietotājvārdu", + "change-email": "Mainīt e-pasta adresi", + "email-updated": "Email Updated", + "email-same-as-password": "Please enter your current password to continue – you've entered your new email again", "edit": "Rediģēt", "edit-profile": "Rediģēt profilu", - "default_picture": "Noklusējuma ikona", - "uploaded_picture": "Augšupielādētā bilde", - "upload_new_picture": "Augšupielādēt bildi", - "upload_new_picture_from_url": "Augšupielādēt bildi no URL", - "current_password": "Pašreizējā parole", - "new_password": "New Password", - "change_password": "Mainīt paroli", - "change_password_error": "Nederīga parole!", - "change_password_error_wrong_current": "Pašreizējā parole nav pareiza!", - "change_password_error_match": "Parolēm jāsakrīt!", - "change_password_error_privileges": "Tev nav tiesības mainīt šo paroli.", - "change_password_success": "Parole ir atjaunināta!", - "confirm_password": "Apstiprināt paroli", + "default-picture": "Noklusējuma ikona", + "uploaded-picture": "Augšupielādētā bilde", + "upload-new-picture": "Augšupielādēt bildi", + "upload-new-picture-from-url": "Augšupielādēt bildi no URL", + "current-password": "Pašreizējā parole", + "new-password": "New Password", + "change-password": "Mainīt paroli", + "change-password-error": "Nederīga parole!", + "change-password-error-wrong-current": "Pašreizējā parole nav pareiza!", + "change-password-error-match": "Parolēm jāsakrīt!", + "change-password-error-privileges": "Tev nav tiesības mainīt šo paroli.", + "change-password-success": "Parole ir atjaunināta!", + "confirm-password": "Apstiprināt paroli", "password": "Parole", - "username_taken_workaround": "Pieprasītais lietotājvārds jau eksistē, tāpēc mēs to nedaudz mainījām. Lietotājvārds tagad ir %1", - "password_same_as_username": "Parole ir tāda pati kā lietotājvārds, lūdzu, izvēlies citu paroli.", - "password_same_as_email": "Parole ir tāda pati kā e-pasta adrese, lūdzu, izvēlies citu paroli.", - "weak_password": "Vāja parole.", - "upload_picture": "Augšupielādēt bildi", - "upload_a_picture": "Augšupielādēt bildi", - "remove_uploaded_picture": "Noņemt augšupielādēto bildi", - "upload_cover_picture": "Augšupielādēt galvenes bildi", - "remove_cover_picture_confirm": "Vai tiešām vēlies noņemt galvenes bildi?", - "crop_picture": "Apgriezt bildi", - "upload_cropped_picture": "Apgriezt un augšupielādēt", + "username-taken-workaround": "Pieprasītais lietotājvārds jau eksistē, tāpēc mēs to nedaudz mainījām. Lietotājvārds tagad ir %1", + "password-same-as-username": "Parole ir tāda pati kā lietotājvārds, lūdzu, izvēlies citu paroli.", + "password-same-as-email": "Parole ir tāda pati kā e-pasta adrese, lūdzu, izvēlies citu paroli.", + "weak-password": "Vāja parole.", + "upload-picture": "Augšupielādēt bildi", + "upload-a-picture": "Augšupielādēt bildi", + "remove-uploaded-picture": "Noņemt augšupielādēto bildi", + "upload-cover-picture": "Augšupielādēt galvenes bildi", + "remove-cover-picture-confirm": "Vai tiešām vēlies noņemt galvenes bildi?", + "crop-picture": "Apgriezt bildi", + "upload-cropped-picture": "Apgriezt un augšupielādēt", "avatar-background-colour": "Avatar background colour", "settings": "Iestatījumi", - "show_email": "Atklāt savu e-pasta adresi", - "show_fullname": "Atklāt savu vārdu un uzvārdu", - "restrict_chats": "Atļaut sarunas tikai no tiem lietotājiem, kurus es sekoju", - "digest_label": "Sakopojumu abonements", - "digest_description": "Abonēt e-pasta paziņojumus no šī foruma (par jauniem tematiem un rakstiem) uz noteiktu grafiku", - "digest_off": "Izslēgts", - "digest_daily": "Ik dienas", - "digest_weekly": "Ik nedēļas", - "digest_biweekly": "Bi-Weekly", - "digest_monthly": "Ik mēnesi", - "has_no_follower": "Šim lietotājam nav nevienu sekotāju :(", - "follows_no_one": "Šis lietotājs neseko nevienam :(", - "has_no_posts": "Lietotājs vēl nav neko rakstījis(-jusi).", - "has_no_best_posts": "This user does not have any upvoted posts yet.", - "has_no_topics": "Lietotājs vēl nav izveidojis nevienu tematu.", - "has_no_watched_topics": "Lietotājs vēl nav novērojis nevienu tematu.", - "has_no_ignored_topics": "Lietotājs nav vēl ignorējis nevienu tematu.", - "has_no_upvoted_posts": "Lietotājs vēl nav balsojis \"par\" nevienu rakstu.", - "has_no_downvoted_posts": "Lietotājs vēl nav balsojis \"pret\" nevienu rakstu.", - "has_no_controversial_posts": "This user does not have any downvoted posts yet.", - "has_no_blocks": "Tu neesi bloķējis nevienu lietotāju.", - "email_hidden": "E-pasta adrese paslēpta", + "show-email": "Atklāt savu e-pasta adresi", + "show-fullname": "Atklāt savu vārdu un uzvārdu", + "restrict-chats": "Atļaut sarunas tikai no tiem lietotājiem, kurus es sekoju", + "digest-label": "Sakopojumu abonements", + "digest-description": "Abonēt e-pasta paziņojumus no šī foruma (par jauniem tematiem un rakstiem) uz noteiktu grafiku", + "digest-off": "Izslēgts", + "digest-daily": "Ik dienas", + "digest-weekly": "Ik nedēļas", + "digest-biweekly": "Bi-Weekly", + "digest-monthly": "Ik mēnesi", + "has-no-follower": "Šim lietotājam nav nevienu sekotāju :(", + "follows-no-one": "Šis lietotājs neseko nevienam :(", + "has-no-posts": "Lietotājs vēl nav neko rakstījis(-jusi).", + "has-no-best-posts": "This user does not have any upvoted posts yet.", + "has-no-topics": "Lietotājs vēl nav izveidojis nevienu tematu.", + "has-no-watched-topics": "Lietotājs vēl nav novērojis nevienu tematu.", + "has-no-ignored-topics": "Lietotājs nav vēl ignorējis nevienu tematu.", + "has-no-upvoted-posts": "Lietotājs vēl nav balsojis \"par\" nevienu rakstu.", + "has-no-downvoted-posts": "Lietotājs vēl nav balsojis \"pret\" nevienu rakstu.", + "has-no-controversial-posts": "This user does not have any downvoted posts yet.", + "has-no-blocks": "Tu neesi bloķējis nevienu lietotāju.", + "email-hidden": "E-pasta adrese paslēpta", "hidden": "paslēpies", - "paginate_description": "Tematus un rakstus dalīt pa vairākām lapām un nelikt visus vienā", - "topics_per_page": "Tematu skaits lapā", - "posts_per_page": "Rakstu skaits lapā", + "paginate-description": "Tematus un rakstus dalīt pa vairākām lapām un nelikt visus vienā", + "topics-per-page": "Tematu skaits lapā", + "posts-per-page": "Rakstu skaits lapā", "category-topic-sort": "Category topic sort", "topic-post-sort": "Topic post sort", - "max_items_per_page": "maksimāli %1", - "acp_language": "Administrācijas lapu valoda", + "max-items-per-page": "maksimāli %1", + "acp-language": "Administrācijas lapu valoda", "notifications": "Notifications", "upvote-notif-freq": "Balsojumu \"par\" paziņojumu biežums", "upvote-notif-freq.all": "Uz katru balsojumu \"par\"", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "Uz 10., 100., 1000. ...", "upvote-notif-freq.disabled": "Nekad", "browsing": "Pārlūkošana", - "open_links_in_new_tab": "Atvērt izejošās saites jaunā cilnē", - "enable_topic_searching": "Iespējot meklēšanu tematu saturā", - "topic_search_help": "Ja ir iespējots, meklēšana tematos ignorē pārlūka noklusējuma lapu meklēšanas uzvedību un meklē visā tematā, ne tikai tā temata daļā, kas tiek rādīta ekrānā", - "update_url_with_post_index": "Update url with post index while browsing topics", - "scroll_to_my_post": "Rādīt jauno rakstu pēc publicēšanas", - "follow_topics_you_reply_to": "Novērot tematus, kuros esi rakstījis(-jusi)", - "follow_topics_you_create": "Novērot tematus, kurus esi izveidojis(-jusi)", + "open-links-in-new-tab": "Atvērt izejošās saites jaunā cilnē", + "enable-topic-searching": "Iespējot meklēšanu tematu saturā", + "topic-search-help": "Ja ir iespējots, meklēšana tematos ignorē pārlūka noklusējuma lapu meklēšanas uzvedību un meklē visā tematā, ne tikai tā temata daļā, kas tiek rādīta ekrānā", + "update-url-with-post-index": "Update url with post index while browsing topics", + "scroll-to-my-post": "Rādīt jauno rakstu pēc publicēšanas", + "follow-topics-you-reply-to": "Novērot tematus, kuros esi rakstījis(-jusi)", + "follow-topics-you-create": "Novērot tematus, kurus esi izveidojis(-jusi)", "grouptitle": "Grupa", "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "Nav", @@ -145,9 +147,9 @@ "no-skin": "No Skin", "select-homepage": "Sākumlapa", "homepage": "Sākumlapa", - "homepage_description": "Izvēlies lapu, kuru izmantot kā foruma sākumlapu vai \"Nav\", lai izmantotu noklusējuma sākumlapu.", - "custom_route": "Pielāgotais sākumlapas ceļš", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", + "homepage-description": "Izvēlies lapu, kuru izmantot kā foruma sākumlapu vai \"Nav\", lai izmantotu noklusējuma sākumlapu.", + "custom-route": "Pielāgotais sākumlapas ceļš", + "custom-route-help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Vienotās ielogošanās pakalpojumi", "sso.associated": "Saistīts ar", "sso.not-associated": "Sasaistīt ar", @@ -179,25 +181,25 @@ "consent.title": "Tiesības & piekrišana", "consent.lead": "Šis forums apkopo un apstrādā Tavu personisko informāciju.", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", - "consent.email_intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", - "consent.digest_frequency": "Ja vien Tavos lietotāja iestatījumos tas nav īpaši iestatīts, šī kopiena Tev nosūtīs e-pasta ziņojumus katru %1.", - "consent.digest_off": "Ja vien Tavos lietotāja iestatījumos tas nav īpaši iestatīts, šī kopiena Tev nesūtīs nekādus e-pasta ziņojumus.", + "consent.email-intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", + "consent.digest-frequency": "Ja vien Tavos lietotāja iestatījumos tas nav īpaši iestatīts, šī kopiena Tev nosūtīs e-pasta ziņojumus katru %1.", + "consent.digest-off": "Ja vien Tavos lietotāja iestatījumos tas nav īpaši iestatīts, šī kopiena Tev nesūtīs nekādus e-pasta ziņojumus.", "consent.received": "Tu esi sniedzis šim forumam piekrišanu, lai savāktu un apstrādātu Tavu personisko informāciju. Papildu darbība nav nepieciešama.", - "consent.not_received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", + "consent.not-received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", "consent.give": "Piekrist", - "consent.right_of_access": "Tev ir tiesības piekļūt saviem datiem", - "consent.right_of_access_description": "Tev ir tiesības pieprasīt visus datus, kas savākti šajā vietnē. Tu vari izgūt šo datu kopiju, zemāk atbilstoši noklikšķinot.", - "consent.right_to_rectification": "Tev ir tiesības labot savus datus", - "consent.right_to_rectification_description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", - "consent.right_to_erasure": "Tev ir tiesības izdzēst savus datus", - "consent.right_to_erasure_description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", - "consent.right_to_data_portability": "Tev ir tiesības pārnest savus datus", - "consent.right_to_data_portability_description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", - "consent.export_profile": "Export Profile (.json)", + "consent.right-of-access": "Tev ir tiesības piekļūt saviem datiem", + "consent.right-of-access-description": "Tev ir tiesības pieprasīt visus datus, kas savākti šajā vietnē. Tu vari izgūt šo datu kopiju, zemāk atbilstoši noklikšķinot.", + "consent.right-to-rectification": "Tev ir tiesības labot savus datus", + "consent.right-to-rectification-description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", + "consent.right-to-erasure": "Tev ir tiesības izdzēst savus datus", + "consent.right-to-erasure-description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", + "consent.right-to-data-portability": "Tev ir tiesības pārnest savus datus", + "consent.right-to-data-portability-description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", + "consent.export-profile": "Export Profile (.json)", "consent.export-profile-success": "Exporting profile, you will get a notification when it is complete.", - "consent.export_uploads": "Eksportēt augšupielādēto saturu (.zip)", + "consent.export-uploads": "Eksportēt augšupielādēto saturu (.zip)", "consent.export-uploads-success": "Exporting uploads, you will get a notification when it is complete.", - "consent.export_posts": "Eksportēt rakstus (.csv)", + "consent.export-posts": "Eksportēt rakstus (.csv)", "consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.", "emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.", "emailUpdate.optional": "This field is optional. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.", diff --git a/public/language/lv/users.json b/public/language/lv/users.json index 60faf7495c..97e2626bf3 100644 --- a/public/language/lv/users.json +++ b/public/language/lv/users.json @@ -1,13 +1,13 @@ { "all-users": "All Users", - "latest_users": "Jaunākie lietotāji", - "top_posters": "Visvairāk rakstu", - "most_reputation": "Visvairāk ranga punktu", - "most_flags": "Visvairāk atzīmju", + "latest-users": "Jaunākie lietotāji", + "top-posters": "Visvairāk rakstu", + "most-reputation": "Visvairāk ranga punktu", + "most-flags": "Visvairāk atzīmju", "search": "Meklēt", - "enter_username": "Meklējamais lietotājvārds", + "enter-username": "Meklējamais lietotājvārds", "search-user-for-chat": "Search for a user to start chat", - "load_more": "Ielādēt vairāk", + "load-more": "Ielādēt vairāk", "users-found-search-took": "Atrasti %1 lietotājs(-i)! Meklēšana ilga %2 sekundes.", "filter-by": "Filtrēt pēc", "online-only": "Tikai tiešsaistē", @@ -15,10 +15,10 @@ "prompt-email": "E-pasta adreses:", "groups-to-join": "Groups to be joined when invite is accepted:", "invitation-email-sent": "Ielūguma e-pasts ir nosūtīts %1", - "user_list": "Lietotāji", - "recent_topics": "Nesenie temati", - "popular_topics": "Populārie temati", - "unread_topics": "Nelasītie temati", + "user-list": "Lietotāji", + "recent-topics": "Nesenie temati", + "popular-topics": "Populārie temati", + "unread-topics": "Nelasītie temati", "categories": "Kategorijas", "tags": "Birkas", "no-users-found": "Nav lietotāju!" diff --git a/public/language/ms/admin/advanced/events.json b/public/language/ms/admin/advanced/events.json index b2c2033fb5..9327eef8d3 100644 --- a/public/language/ms/admin/advanced/events.json +++ b/public/language/ms/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "Event Type", "filter-start": "Start Date", "filter-end": "End Date", - "filter-perPage": "Per Page" + "filter-per-page": "Per Page" } \ No newline at end of file diff --git a/public/language/ms/admin/extend/widgets.json b/public/language/ms/admin/extend/widgets.json index ab3a4b11d2..5d2832feed 100644 --- a/public/language/ms/admin/extend/widgets.json +++ b/public/language/ms/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "No widgets found! Activate the widget essentials plugin in the plugins control panel.", "clone-from": "Clone widgets from", "containers.available": "Available Containers", - "containers.explanation": "Drag and drop on top of any active widget", + "containers.explanation": "Drag and drop on top of any widget", "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", @@ -29,5 +29,7 @@ "hide-from-groups": "Hide from groups", "start-date": "Start date", "end-date": "End date", - "hide-on-mobile": "Hide on mobile" + "hide-on-mobile": "Hide on mobile", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/ms/admin/manage/privileges.json b/public/language/ms/admin/manage/privileges.json index 9af075bcfa..240cff6aa5 100644 --- a/public/language/ms/admin/manage/privileges.json +++ b/public/language/ms/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "Edit Privileges", "select-clear-all": "Select/Clear All", "chat": "Chat", + "chat-with-privileged": "Chat with Privileged", "upload-images": "Upload Images", "upload-files": "Upload Files", "signature": "Signature", @@ -33,7 +34,7 @@ "edit-posts": "Edit Posts", "view-edit-history": "View Edit History", "delete-posts": "Delete Posts", - "view_deleted": "View Deleted Posts", + "view-deleted": "View Deleted Posts", "upvote-posts": "Upvote Posts", "downvote-posts": "Downvote Posts", "delete-topics": "Delete Topics", diff --git a/public/language/ms/admin/manage/users.json b/public/language/ms/admin/manage/users.json index 1fef96f56d..08e5701f40 100644 --- a/public/language/ms/admin/manage/users.json +++ b/public/language/ms/admin/manage/users.json @@ -4,16 +4,21 @@ "edit": "Actions", "make-admin": "Make Admin", "remove-admin": "Remove Admin", + "change-email": "Change Email", + "new-email": "New Email", "validate-email": "Validate Email", "send-validation-email": "Send Validation Email", + "change-password": "Change Password", "password-reset-email": "Send Password Reset Email", "force-password-reset": "Force Password Reset & Log User Out", - "ban": "Ban User(s)", + "ban": "Ban", + "ban-users": "Ban User(s)", "temp-ban": "Ban User(s) Temporarily", "unban": "Unban User(s)", "reset-lockout": "Reset Lockout", "reset-flags": "Reset Flags", - "delete": "Delete User(s)", + "delete": "Delete", + "delete-users": "Delete User(s)", "delete-content": "Delete User(s) Content", "purge": "Delete User(s) and Content", "download-csv": "Download CSV", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "Ban %1 user(s)", "alerts.unban-success": "User(s) unbanned!", "alerts.lockout-reset-success": "Lockout(s) reset!", + "alerts.password-change-success": "Password(s) changed!", "alerts.flag-reset-success": "Flags(s) reset!", "alerts.no-remove-yourself-admin": "You can't remove yourself as Administrator!", "alerts.make-admin-success": "User is now administrator.", @@ -106,6 +112,7 @@ "alerts.create": "Create User", "alerts.button-create": "Create", "alerts.button-cancel": "Cancel", + "alerts.button-change": "Change", "alerts.error-passwords-different": "Passwords must match!", "alerts.error-x": "Error

%1

", "alerts.create-success": "User created!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "Emails: ", "alerts.email-sent-to": "An invitation email has been sent to %1", "alerts.x-users-found": "%1 user(s) found, (%2 seconds)", + "alerts.select-a-single-user-to-change-email": "Select a single user to change email", "export-users-started": "Exporting users as csv, this might take a while. You will receive a notification when it is complete.", - "export-users-completed": "Users exported as csv, click here to download." + "export-users-completed": "Users exported as csv, click here to download.", + "email": "Email", + "password": "Password", + "manage": "Manage" } \ No newline at end of file diff --git a/public/language/ms/admin/settings/chat.json b/public/language/ms/admin/settings/chat.json index e4946458bd..86360a34ee 100644 --- a/public/language/ms/admin/settings/chat.json +++ b/public/language/ms/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "Enter 0 to disable this restriction", "chat-settings": "Chat Settings", "disable": "Disable chat", "disable-editing": "Disable chat message editing/deletion", @@ -6,8 +7,10 @@ "max-length": "Maximum length of chat messages", "max-chat-room-name-length": "Maximum length of chat room names", "max-room-size": "Maximum number of users in chat rooms", - "delay": "Time between chat messages in milliseconds", - "notification-delay": "Notification delay for chat messages. (0 for no delay)", - "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable. (0 disabled)", - "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable. (0 disabled)" + "delay": "Time between chat messages (ms)", + "newbieDelay": "... for new users (ms)", + "notification-delay": "Notification delay for chat messages", + "notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.", + "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.", + "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable." } \ No newline at end of file diff --git a/public/language/ms/admin/settings/post.json b/public/language/ms/admin/settings/post.json index 9dc61afe57..9de7dc76fa 100644 --- a/public/language/ms/admin/settings/post.json +++ b/public/language/ms/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "Title Length", "restrictions.post-length": "Post Length", "restrictions.days-until-stale": "Days until topic is considered stale", - "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic.", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "Timestamp", "timestamp.cut-off": "Date cut-off (in days)", "timestamp.cut-off-help": "Dates & times will be shown in a relative manner (e.g. \"3 hours ago\" / \"5 days ago\"), and localised into various\n\t\t\t\t\tlanguages. After a certain point, this text can be switched to display the localised date itself\n\t\t\t\t\t(e.g. 5 Nov 2016 15:30).
(Default: 30, or one month). Set to 0 to always display dates, leave blank to always display relative times.", diff --git a/public/language/ms/admin/settings/user.json b/public/language/ms/admin/settings/user.json index 368548ba74..816bdfc150 100644 --- a/public/language/ms/admin/settings/user.json +++ b/public/language/ms/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "Username or Email", "allow-login-with.username": "Username Only", "account-settings": "Account Settings", - "gdpr_enabled": "Enable GDPR consent collection", - "gdpr_enabled_help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", + "gdpr-enabled": "Enable GDPR consent collection", + "gdpr-enabled-help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", "disable-username-changes": "Disable username changes", "disable-email-changes": "Disable email changes", "disable-password-changes": "Disable password changes", diff --git a/public/language/ms/category.json b/public/language/ms/category.json index aaad47b31a..1ea5a03723 100644 --- a/public/language/ms/category.json +++ b/public/language/ms/category.json @@ -1,12 +1,12 @@ { "category": "Kategori", "subcategories": "Subkategori", - "new_topic_button": "Topik Baru", + "new-topic-button": "Topik Baru", "guest-login-post": "Log masuk untuk kirim", - "no_topics": "Tiada topik dalam kategori ini.
Cuba hantar topik yang baru?", + "no-topics": "Tiada topik dalam kategori ini.
Cuba hantar topik yang baru?", "browsing": "melihat", - "no_replies": "Tiada jawapan", - "no_new_posts": "Tiada kiriman baru.", + "no-replies": "Tiada jawapan", + "no-new-posts": "Tiada kiriman baru.", "watch": "Melihat", "ignore": "Abai", "watching": "Watching", diff --git a/public/language/ms/email.json b/public/language/ms/email.json index c0150b9759..921a153dc1 100644 --- a/public/language/ms/email.json +++ b/public/language/ms/email.json @@ -3,8 +3,8 @@ "password-reset-requested": "Password Reset Requested!", "welcome-to": "Selamat datang ke %1", "invite": "Jemputan daripada %1", - "greeting_no_name": "Salam", - "greeting_with_name": "Salam %1", + "greeting-no-name": "Salam", + "greeting-with-name": "Salam %1", "email.verify-your-email.subject": "Please verify your email", "email.verify.text1": "You've requested that we change or confirm your email address", "email.verify.text2": "For security purposes, we only change or confirm the email address on file once its ownership has been confirmed via email. If you did not request this, no action is required on your part.", @@ -24,7 +24,7 @@ "reset.notify.text2": "Sekiranya anda tidak pernah melakukannya, sila hubungi pendtadbir / admin dengan segera.", "digest.unread-rooms": "Unread rooms", "digest.room-name-unreadcount": "%1 (%2 unread)", - "digest.latest_topics": "Topik terkini dari %1", + "digest.latest-topics": "Topik terkini dari %1", "digest.top-topics": "Top topics from %1", "digest.popular-topics": "Popular topics from %1", "digest.cta": "Klik sini untuk melawat %1", @@ -36,8 +36,8 @@ "digest.title.day": "Your Daily Digest", "digest.title.week": "Your Weekly Digest", "digest.title.month": "Your Monthly Digest", - "notif.chat.subject": "Pesanan baru diterima dari %1", - "notif.chat.public-chat-subject": "New message from %1 in room %2", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "Klik sini untuk meneruskan perbualan", "notif.chat.unsub.info": "Pemberitahuan sembang ini dihantar berdasarkan tetapan langganan anda.", "notif.post.unsub.info": "Kiriman pemberitahuan ini dihantar berdasarkan tetapan langganan anda.", diff --git a/public/language/ms/error.json b/public/language/ms/error.json index c22b9f0b4a..db3908cd7d 100644 --- a/public/language/ms/error.json +++ b/public/language/ms/error.json @@ -184,6 +184,7 @@ "post-flagged-too-many-times": "This post has been flagged by others already", "user-flagged-too-many-times": "This user has been flagged by others already", "cant-flag-privileged": "You are not allowed to flag the profiles or content of privileged users (moderators/global moderators/admins)", + "cant-locate-flag-report": "Cannot locate flag report", "self-vote": "You cannot vote on your own post", "too-many-upvotes-today": "You can only upvote %1 times a day", "too-many-upvotes-today-user": "You can only upvote a user %1 times a day", diff --git a/public/language/ms/flags.json b/public/language/ms/flags.json index f12aaae53d..996e027833 100644 --- a/public/language/ms/flags.json +++ b/public/language/ms/flags.json @@ -1,5 +1,6 @@ { "state": "State", + "report": "Report", "reports": "Reports", "first-reported": "First Reported", "no-flags": "Hooray! No flags found.", @@ -8,6 +9,8 @@ "update": "Update", "updated": "Updated", "resolved": "Resolved", + "report-added": "Added", + "report-rescinded": "Rescinded", "target-purged": "The content this flag referred to has been purged and is no longer available.", "target-aboutme-empty": "This user has no "About Me" set.", diff --git a/public/language/ms/global.json b/public/language/ms/global.json index c0662f0fca..3a97c97fef 100644 --- a/public/language/ms/global.json +++ b/public/language/ms/global.json @@ -13,19 +13,19 @@ "400.message": "It looks like this link is malformed, please double-check and try again.
Return to the home page.
", "register": "Daftar", "login": "Log Masuk", - "please_log_in": "Sila log masuk", + "please-log-in": "Sila log masuk", "logout": "Log Keluar", - "posting_restriction_info": "Kiriman terhad kepada pengguna berdaftar sahaja, Sila click disini untuk daftar masuk", - "welcome_back": "Selamat kembali", - "you_have_successfully_logged_in": "Anda telah berjaya log masuk", - "save_changes": "Simpan perubahan", + "posting-restriction-info": "Kiriman terhad kepada pengguna berdaftar sahaja, Sila click disini untuk daftar masuk", + "welcome-back": "Selamat kembali", + "you-have-successfully-logged-in": "Anda telah berjaya log masuk", + "save-changes": "Simpan perubahan", "save": "Save", "create": "Create", "cancel": "Cancel", "close": "Tutup", "pagination": "Mukasurat", - "pagination.out_of": "%1 daripada %2", - "pagination.enter_index": "Go to post index", + "pagination.out-of": "%1 daripada %2", + "pagination.enter-index": "Go to post index", "header.admin": "Pentadbir", "header.categories": "Kategori", "header.recent": "Terkini", @@ -80,25 +80,25 @@ "lastpost": "Last post", "firstpost": "First post", "about": "About", - "read_more": "baca lagi", + "read-more": "baca lagi", "more": "Lagi", "none": "None", - "posted_ago_by_guest": "dikirim %1 oleh pelawat", - "posted_ago_by": "dikirim %1 oleh %2", - "posted_ago": "dikirim %1", - "posted_in": "dikirim pada %1", - "posted_in_by": "dikirim pada %1 oleh %2", - "posted_in_ago": "dikirim pada %1 %2", - "posted_in_ago_by": "dikirim pada %1 %2 oleh %3", - "user_posted_ago": "%1 mengirim %2", - "guest_posted_ago": "Pelawat mengirim %1", - "last_edited_by": "last edited by %1", + "posted-ago-by-guest": "dikirim %1 oleh pelawat", + "posted-ago-by": "dikirim %1 oleh %2", + "posted-ago": "dikirim %1", + "posted-in": "dikirim pada %1", + "posted-in-by": "dikirim pada %1 oleh %2", + "posted-in-ago": "dikirim pada %1 %2", + "posted-in-ago-by": "dikirim pada %1 %2 oleh %3", + "user-posted-ago": "%1 mengirim %2", + "guest-posted-ago": "Pelawat mengirim %1", + "last-edited-by": "last edited by %1", "edited-timestamp": "Edited %1", "norecentposts": "Tiada kiriman terkini", "norecenttopics": "Tiada topik terkini", "recentposts": "Kiriman terkini", "recentips": "IP berdaftar terkini", - "moderator_tools": "Moderator Tools", + "moderator-tools": "Moderator Tools", "status": "Status", "online": "Dalam talian", "away": "Jauh", @@ -109,7 +109,7 @@ "language": "Bahasa", "guest": "Pelawat", "guests": "Pelawat", - "former_user": "A Former User", + "former-user": "A Former User", "system-user": "System", "unknown-user": "Unknown user", "updated.title": "Forum Dikemaskini", @@ -117,12 +117,12 @@ "privacy": "Privasi", "follow": "Ikut", "unfollow": "Nyah-ikut", - "delete_all": "Padam Semua", + "delete-all": "Padam Semua", "map": "Peta", "sessions": "Login Sessions", - "ip_address": "IP Address", - "enter_page_number": "Enter page number", - "upload_file": "Upload file", + "ip-address": "IP Address", + "enter-page-number": "Enter page number", + "upload-file": "Upload file", "upload": "Upload", "uploads": "Uploads", "allowed-file-types": "Allowed file types are %1", @@ -131,7 +131,7 @@ "play": "Play", "cookies.message": "This website uses cookies to ensure you get the best experience on our website.", "cookies.accept": "Got it!", - "cookies.learn_more": "Learn More", + "cookies.learn-more": "Learn More", "edited": "Edited", "disabled": "Disabled", "select": "Select", diff --git a/public/language/ms/groups.json b/public/language/ms/groups.json index 99fe306714..12c0615336 100644 --- a/public/language/ms/groups.json +++ b/public/language/ms/groups.json @@ -2,65 +2,65 @@ "all-groups": "All groups", "groups": "Kumpulan", "members": "Members", - "view_group": "Lihat Kumpulan", + "view-group": "Lihat Kumpulan", "owner": "Pemilik Kumpulan", - "new_group": "Buat Kumpulan Baru", - "no_groups_found": "Tiada kumpulan untuk dilihat", + "new-group": "Buat Kumpulan Baru", + "no-groups-found": "Tiada kumpulan untuk dilihat", "pending.accept": "Terima", "pending.reject": "Tolak", - "pending.accept_all": "Terima Semua", - "pending.reject_all": "Tolak Semua", + "pending.accept-all": "Terima Semua", + "pending.reject-all": "Tolak Semua", "pending.none": "Tiada ahli yang sedang menunggu buat masa ini", "invited.none": "Tiada ahli yang dijemput buat masa ini", "invited.uninvite": "Batalkan Jemputan", "invited.search": "Cari pengguna untuk dijemput ke kumpulan ini", - "invited.notification_title": "Anda telah dijemput untuk menyertai %1", - "request.notification_title": "Jemputan Ahli Kumpulan dari %1", - "request.notification_text": "%1 telah dijemput untuk menjadi ahli %2", + "invited.notification-title": "Anda telah dijemput untuk menyertai %1", + "request.notification-title": "Jemputan Ahli Kumpulan dari %1", + "request.notification-text": "%1 telah dijemput untuk menjadi ahli %2", "cover-save": "Simpan", "cover-saving": "Menyimpan", "details.title": "Perincian Kumpulan", "details.members": "Senarai Ahli", "details.pending": "Ahli Menunggu", "details.invited": "Ahli yang dijemput", - "details.has_no_posts": "Kumpulan ahli kumpulan ini belum membuat sebarang kiriman.", - "details.latest_posts": "Kiriman Terkini", + "details.has-no-posts": "Kumpulan ahli kumpulan ini belum membuat sebarang kiriman.", + "details.latest-posts": "Kiriman Terkini", "details.private": "Privasi", "details.disableJoinRequests": "Batalkan permintaan sertai", "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Pemberian/Pembatalan pemilikan", "details.kick": "Tendang", - "details.kick_confirm": "Are you sure you want to remove this member from the group?", + "details.kick-confirm": "Are you sure you want to remove this member from the group?", "details.add-member": "Add Member", - "details.owner_options": "Pentadbiran Kumpulan", - "details.group_name": "Nama Kumpulan", - "details.member_count": "Kiraan Ahli", - "details.creation_date": "Tarikh Dicipta", + "details.owner-options": "Pentadbiran Kumpulan", + "details.group-name": "Nama Kumpulan", + "details.member-count": "Kiraan Ahli", + "details.creation-date": "Tarikh Dicipta", "details.description": "Penerangan", "details.member-post-cids": "Category IDs to display posts from", - "details.badge_preview": "Pra-lihat Lencana", - "details.change_icon": "Tukar Ikon", - "details.change_label_colour": "Change Label Colour", - "details.change_text_colour": "Change Text Colour", - "details.badge_text": "Teks Lencana", + "details.badge-preview": "Pra-lihat Lencana", + "details.change-icon": "Tukar Ikon", + "details.change-label-colour": "Change Label Colour", + "details.change-text-colour": "Change Text Colour", + "details.badge-text": "Teks Lencana", "details.userTitleEnabled": "Tunjuk Lencana", - "details.private_help": "Jika dibolehkan, menyertai kumpulan memerlukan kelulusan pemilik kumpulan", + "details.private-help": "Jika dibolehkan, menyertai kumpulan memerlukan kelulusan pemilik kumpulan", "details.hidden": "Sembunyi", - "details.hidden_help": "Jika dibolehkan, kumpulan ini tidak akan dijumpai di senarai kumpulan, dan pengguna hendaklah di jemput secara manual", - "details.delete_group": "Padam Kumpulan", - "details.private_system_help": "Private groups is disabled at system level, this option does not do anything", + "details.hidden-help": "Jika dibolehkan, kumpulan ini tidak akan dijumpai di senarai kumpulan, dan pengguna hendaklah di jemput secara manual", + "details.delete-group": "Padam Kumpulan", + "details.private-system-help": "Private groups is disabled at system level, this option does not do anything", "event.updated": "Perincian kumpulan telah dikemaskini", "event.deleted": "Kumpulan \"%1\" telah dipadam", "membership.accept-invitation": "Terima Jemputan", - "membership.accept.notification_title": "You are now a member of %1", + "membership.accept.notification-title": "You are now a member of %1", "membership.invitation-pending": "Jemputan Menunggu", "membership.join-group": "Masuk Kumpulan", "membership.leave-group": "Keluar Kumpulan", - "membership.leave.notification_title": "%1 has left group %2", + "membership.leave.notification-title": "%1 has left group %2", "membership.reject": "Tolak", - "new-group.group_name": "Nama Kumpulan:", + "new-group.group-name": "Nama Kumpulan:", "upload-group-cover": "Upload group cover", "bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group", "bulk-invite": "Bulk Invite", - "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" + "remove-group-cover-confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/ms/login.json b/public/language/ms/login.json index 5e719043e0..28722ddc1b 100644 --- a/public/language/ms/login.json +++ b/public/language/ms/login.json @@ -1,12 +1,12 @@ { "username-email": "Nama pengguna / Emel", "username": "Nama pengguna", - "remember_me": "Ingatkan Saya", - "forgot_password": "Lupa Kata Laluan?", - "alternative_logins": "Log Masuk Alternatif", - "failed_login_attempt": "Login Unsuccessful", - "login_successful": "Anda berjaya log masuk!", - "dont_have_account": "Tiada akaun?", + "remember-me": "Ingatkan Saya", + "forgot-password": "Lupa Kata Laluan?", + "alternative-logins": "Log Masuk Alternatif", + "failed-login-attempt": "Login Unsuccessful", + "login-successful": "Anda berjaya log masuk!", + "dont-have-account": "Tiada akaun?", "logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity", "caps-lock-enabled": "Caps Lock is enabled" } \ No newline at end of file diff --git a/public/language/ms/modules.json b/public/language/ms/modules.json index 4badbd8e28..18c4865e54 100644 --- a/public/language/ms/modules.json +++ b/public/language/ms/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "Room %1", - "chat.chatting_with": "Chat with", + "chat.chatting-with": "Chat with", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Go to most recent message", @@ -8,12 +8,15 @@ "chat.chat-with-usernames": "Chat with %1", "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "hantar", - "chat.no_active": "Anda tiada pesanan yang aktif", - "chat.user_typing": "%1 menaip", - "chat.user_has_messaged_you": "%1 mesej anda.", + "chat.no-active": "Anda tiada pesanan yang aktif", + "chat.user-typing-1": "%1 is typing ...", + "chat.user-typing-2": "%1 and %2 are typing ...", + "chat.user-typing-3": "%1, %2 and %3 are typing ...", + "chat.user-typing-n": "%1, %2 and %3 others are typing ...", + "chat.user-has-messaged-you": "%1 mesej anda.", "chat.replying-to": "Replying to %1", - "chat.see_all": "All chats", - "chat.mark_all_read": "Mark all read", + "chat.see-all": "All chats", + "chat.mark-all-read": "Mark all read", "chat.no-messages": "Sila pilih penerima untuk lihat sejarah sembang", "chat.no-users-in-room": "Tiada pengguna dalam bilik ini", "chat.recent-chats": "Sembang Terbaru", @@ -24,12 +27,16 @@ "chat.pop-out": "Pop keluar sembang", "chat.minimize": "Minimize", "chat.maximize": "Memaksimum", - "chat.seven_days": "7 Hari", - "chat.thirty_days": "30 Hari", - "chat.three_months": "3 Bulan", - "chat.delete_message_confirm": "Are you sure you wish to delete this message?", + "chat.seven-days": "7 Hari", + "chat.thirty-days": "30 Hari", + "chat.three-months": "3 Bulan", + "chat.delete-message-confirm": "Are you sure you wish to delete this message?", "chat.retrieving-users": "Retrieving users...", "chat.view-users-list": "View users list", + "chat.pinned-messages": "Pinned Messages", + "chat.no-pinned-messages": "There are no pinned messages", + "chat.pin-message": "Pin Message", + "chat.unpin-message": "Unpin Message", "chat.public-rooms": "Public Rooms (%1)", "chat.private-rooms": "Private Rooms (%1)", "chat.create-room": "Create Chat Room", @@ -67,17 +74,24 @@ "chat.system.user-leave": "%1 has left the room ", "chat.system.room-rename": "%2 has renamed this room to \"%1\" ", "composer.compose": "Tulis", - "composer.show_preview": "Pra-lihat", - "composer.hide_preview": "Sorok pra-lihat", + "composer.show-preview": "Pra-lihat", + "composer.hide-preview": "Sorok pra-lihat", "composer.help": "Help", - "composer.user_said_in": "%1 disebut di %2:", - "composer.user_said": "%1 berkata:", + "composer.user-said-in": "%1 disebut di %2:", + "composer.user-said": "%1 berkata:", "composer.discard": "Anda yakin untuk membuang kiriman ini?", - "composer.submit_and_lock": "Hantar dan Kunci", - "composer.toggle_dropdown": "Togol Kebawah", + "composer.submit-and-lock": "Hantar dan Kunci", + "composer.toggle-dropdown": "Togol Kebawah", "composer.uploading": "Memuat naik %1", "composer.formatting.bold": "Bold", "composer.formatting.italic": "Italic", + "composer.formatting.heading": "Heading", + "composer.formatting.heading1": "Heading 1", + "composer.formatting.heading2": "Heading 2", + "composer.formatting.heading3": "Heading 3", + "composer.formatting.heading4": "Heading 4", + "composer.formatting.heading5": "Heading 5", + "composer.formatting.heading6": "Heading 6", "composer.formatting.list": "List", "composer.formatting.strikethrough": "Strikethrough", "composer.formatting.code": "Code", @@ -85,9 +99,10 @@ "composer.formatting.picture": "Image Link", "composer.upload-picture": "Upload Image", "composer.upload-file": "Upload File", - "composer.zen_mode": "Zen Mode", - "composer.select_category": "Select a category", + "composer.zen-mode": "Zen Mode", + "composer.select-category": "Select a category", "composer.textarea.placeholder": "Enter your post content here, drag and drop images", + "composer.post-queue-alert": "Hello👋!
This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.", "composer.schedule-for": "Schedule topic for", "composer.schedule-date": "Date", "composer.schedule-time": "Time", @@ -102,8 +117,8 @@ "bootbox.confirm": "Pasti", "bootbox.submit": "Submit", "bootbox.send": "Send", - "cover.dragging_title": "Kedudukan Gambar Muka", - "cover.dragging_message": "Seret gambar muka ke kedudukan yang diingini dan klik \"Simpan\"", + "cover.dragging-title": "Kedudukan Gambar Muka", + "cover.dragging-message": "Seret gambar muka ke kedudukan yang diingini dan klik \"Simpan\"", "cover.saved": "Gambar muka dan kedudukan disimpan", "thumbs.modal.title": "Manage topic thumbnails", "thumbs.modal.no-thumbs": "No thumbnails found.", diff --git a/public/language/ms/notifications.json b/public/language/ms/notifications.json index 3b92b8a466..f6b5ea0ad0 100644 --- a/public/language/ms/notifications.json +++ b/public/language/ms/notifications.json @@ -1,59 +1,68 @@ { "title": "pemberitahuan", - "no_notifs": "Anda tiada pemberitahuan baru", - "see_all": "All notifications", - "mark_all_read": "Mark all read", - "back_to_home": "Kembali ke %1", - "outgoing_link": "Sambungan luar", - "outgoing_link_message": "Anda sedang meninggalkan %1", - "continue_to": "Sambung ke %1", - "return_to": "Kembali ke %1", - "new_notification": "You have a new notification", - "you_have_unread_notifications": "Ada pemberitahuan yang belum dibaca", + "no-notifs": "Anda tiada pemberitahuan baru", + "see-all": "All notifications", + "mark-all-read": "Mark all read", + "back-to-home": "Kembali ke %1", + "outgoing-link": "Sambungan luar", + "outgoing-link-message": "Anda sedang meninggalkan %1", + "continue-to": "Sambung ke %1", + "return-to": "Kembali ke %1", + "new-notification": "You have a new notification", + "you-have-unread-notifications": "Ada pemberitahuan yang belum dibaca", "all": "All", "topics": "Topics", + "tags": "Tags", "replies": "Replies", "chat": "Chats", "group-chat": "Group Chats", "public-chat": "Public Chats", "follows": "Follows", "upvote": "Upvotes", + "awards": "Awards", "new-flags": "New Flags", "my-flags": "Flags assigned to me", "bans": "Bans", - "new_message_from": "Pesanan baru daripada %1", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1 telah mengundi naik kiriman and di %2.", - "upvoted_your_post_in_dual": "%1dan %2 telah menambah undi pada kiriman anda di %3.", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "%1 telah memindahkan kiriman anda ke %2", - "moved_your_topic": "%1 telah memindahkan %2", - "user_flagged_post_in": "%1 menanda kiriman anda di %2", - "user_flagged_post_in_dual": "%1 dan %2 telah menanda kiriman anda pada %3", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1 flagged a user profile (%2)", - "user_flagged_user_dual": "%1 and %2 flagged a user profile (%3)", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "%1 telah membalas kiriman kepada: %2", - "user_posted_to_dual": "%1 dan %2 membalas kiriman : %3", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1 membuka topik baru : %2", - "user_edited_post": "%1 has edited a post in %2", - "user_started_following_you": "%1 mula mengikut anda.", - "user_started_following_you_dual": "%1 dan %2 mula mengikuti anda.", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1 menghantar jemputan pendaftaran.", - "new_register_multiple": "Ada %1 permohonan ingin daftar yang sedang menunggu pengesahan.", - "flag_assigned_to_you": "Flag %1 has been assigned to you", - "post_awaiting_review": "Post awaiting review", + "new-message-from": "Pesanan baru daripada %1", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 wrote in %3", + "user-posted-in-public-room-dual": "%1 and %2 wrote in %4", + "user-posted-in-public-room-triple": "%1, %2 and %3 wrote in %5", + "user-posted-in-public-room-multiple": "%1, %2 and %3 others wrote in %5", + "upvoted-your-post-in": "%1 telah mengundi naik kiriman and di %2.", + "upvoted-your-post-in-dual": "%1dan %2 telah menambah undi pada kiriman anda di %3.", + "upvoted-your-post-in-triple": "%1, %2 and %3 have upvoted your post in %4.", + "upvoted-your-post-in-multiple": "%1, %2 and %3 others have upvoted your post in %4.", + "moved-your-post": "%1 telah memindahkan kiriman anda ke %2", + "moved-your-topic": "%1 telah memindahkan %2", + "user-flagged-post-in": "%1 menanda kiriman anda di %2", + "user-flagged-post-in-dual": "%1 dan %2 telah menanda kiriman anda pada %3", + "user-flagged-post-in-triple": "%1, %2 and %3 flagged a post in %4", + "user-flagged-post-in-multiple": "%1, %2 and %3 others flagged a post in %4", + "user-flagged-user": "%1 flagged a user profile (%2)", + "user-flagged-user-dual": "%1 and %2 flagged a user profile (%3)", + "user-flagged-user-triple": "%1, %2 and %3 flagged a user profile (%4)", + "user-flagged-user-multiple": "%1, %2 and %3 others flagged a user profile (%4)", + "user-posted-to": "%1 telah membalas kiriman kepada: %2", + "user-posted-to-dual": "%1 dan %2 membalas kiriman : %3", + "user-posted-to-triple": "%1, %2 and %3 have posted replies to: %4", + "user-posted-to-multiple": "%1, %2 and %3 others have posted replies to: %4", + "user-posted-topic": "%1 membuka topik baru : %2", + "user-edited-post": "%1 has edited a post in %2", + "user-posted-topic-with-tag": "%1 has posted a new topic with tag %2", + "user-posted-topic-with-tag-dual": "%1 has posted a new topic with tags %2 and %3", + "user-posted-topic-with-tag-triple": "%1 has posted a new topic with tags %2, %3 and %4", + "user-posted-topic-with-tag-multiple": "%1 has posted a new topic with tags %2", + "user-started-following-you": "%1 mula mengikut anda.", + "user-started-following-you-dual": "%1 dan %2 mula mengikuti anda.", + "user-started-following-you-triple": "%1, %2 and %3 started following you.", + "user-started-following-you-multiple": "%1, %2 and %3 others started following you.", + "new-register": "%1 menghantar jemputan pendaftaran.", + "new-register-multiple": "Ada %1 permohonan ingin daftar yang sedang menunggu pengesahan.", + "flag-assigned-to-you": "Flag %1 has been assigned to you", + "post-awaiting-review": "Post awaiting review", "profile-exported": "%1 profile exported, click to download", "posts-exported": "%1 posts exported, click to download", "uploads-exported": "%1 uploads exported, click to download", @@ -66,22 +75,24 @@ "email-confirm-error-message": "Berlaku masalah semasa mengesahkan emel anda. Mungkin kod tidak sah atau tamat tempoh.", "email-confirm-sent": "Pengesahan emel telah dihantar.", "none": "None", - "notification_only": "Notification Only", - "email_only": "Email Only", - "notification_and_email": "Notification & Email", - "notificationType_upvote": "When someone upvotes your post", - "notificationType_new-topic": "When someone you follow posts a topic", - "notificationType_new-reply": "When a new reply is posted in a topic you are watching", - "notificationType_post-edit": "When a post is edited in a topic you are watching", - "notificationType_follow": "When someone starts following you", - "notificationType_new-chat": "When you receive a chat message", - "notificationType_new-group-chat": "When you receive a group chat message", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "When you receive a group invite", - "notificationType_group-leave": "When a user leaves your group", - "notificationType_group-request-membership": "When someone requests to join a group you own", - "notificationType_new-register": "When someone gets added to registration queue", - "notificationType_post-queue": "When a new post is queued", - "notificationType_new-post-flag": "When a post is flagged", - "notificationType_new-user-flag": "When a user is flagged" + "notification-only": "Notification Only", + "email-only": "Email Only", + "notification-and-email": "Notification & Email", + "notificationType-upvote": "When someone upvotes your post", + "notificationType-new-topic": "When someone you follow posts a topic", + "notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow", + "notificationType-new-reply": "When a new reply is posted in a topic you are watching", + "notificationType-post-edit": "When a post is edited in a topic you are watching", + "notificationType-follow": "When someone starts following you", + "notificationType-new-chat": "When you receive a chat message", + "notificationType-new-group-chat": "When you receive a group chat message", + "notificationType-new-public-chat": "When you receive a public group chat message", + "notificationType-group-invite": "When you receive a group invite", + "notificationType-group-leave": "When a user leaves your group", + "notificationType-group-request-membership": "When someone requests to join a group you own", + "notificationType-new-register": "When someone gets added to registration queue", + "notificationType-post-queue": "When a new post is queued", + "notificationType-new-post-flag": "When a post is flagged", + "notificationType-new-user-flag": "When a user is flagged", + "notificationType-new-reward": "When you earn a new reward" } \ No newline at end of file diff --git a/public/language/ms/pages.json b/public/language/ms/pages.json index e538907eb5..31ee957309 100644 --- a/public/language/ms/pages.json +++ b/public/language/ms/pages.json @@ -47,7 +47,8 @@ "account/latest-posts": "Latest posts made by %1", "account/topics": "Topik olej %1", "account/groups": "Kumpulan %1", - "account/watched_categories": "%1's Watched Categories", + "account/watched-categories": "%1's Watched Categories", + "account/watched-tags": "%1's Watched Tags", "account/bookmarks": "%1's Bookmarked Posts", "account/settings": "Tetapan Pengguna", "account/settings-of": "Changing settings of %1", diff --git a/public/language/ms/recent.json b/public/language/ms/recent.json index 63e098dc61..163bbf8272 100644 --- a/public/language/ms/recent.json +++ b/public/language/ms/recent.json @@ -5,7 +5,7 @@ "month": "Bulan", "year": "Tahun", "alltime": "Selamanya", - "no_recent_topics": "Tiada topik terkini", - "no_popular_topics": "Tiada topik popular.", + "no-recent-topics": "Tiada topik terkini", + "no-popular-topics": "Tiada topik popular.", "load-new-posts": "Load new posts" } \ No newline at end of file diff --git a/public/language/ms/register.json b/public/language/ms/register.json index 476243b54a..191ad14fc7 100644 --- a/public/language/ms/register.json +++ b/public/language/ms/register.json @@ -1,32 +1,32 @@ { "register": "Mendaftar", "already-have-account": "Already have an account?", - "cancel_registration": "Cancel Registration", + "cancel-registration": "Cancel Registration", "help.email": "E-mel akan disembunyikan daripada orang ramai.", - "help.username_restrictions": "Cuba satu nama pengguna yang unik di antara %1 dan %2 aksara. Orang lain boleh menyebut anda dengan @nama pengguna.", - "help.minimum_password_length": "Panjang kata laluan anda hendaklah sekurang-kurangnya %1 aksara.", - "email_address": "Alamat E-mel", - "email_address_placeholder": "Masukkan Alamat E-mel", + "help.username-restrictions": "Cuba satu nama pengguna yang unik di antara %1 dan %2 aksara. Orang lain boleh menyebut anda dengan @nama pengguna.", + "help.minimum-password-length": "Panjang kata laluan anda hendaklah sekurang-kurangnya %1 aksara.", + "email-address": "Alamat E-mel", + "email-address-placeholder": "Masukkan Alamat E-mel", "username": "Nama Pengguna", - "username_placeholder": "Masukkan Nama Pengguna", + "username-placeholder": "Masukkan Nama Pengguna", "password": "Kata Laluan", - "password_placeholder": "Masukkan Nama Pengunna", - "confirm_password": "Sahkan Kata Laluan", - "confirm_password_placeholder": "Sahkan Kata Laluan", - "register_now_button": "Daftar Sekarang", - "alternative_registration": "Pendaftaran Alternatif", - "terms_of_use": "Terma Penggunaan", - "agree_to_terms_of_use": "Saya bersetuju dengan Terma Penggunaan", - "terms_of_use_error": "You must agree to the Terms of Use", + "password-placeholder": "Masukkan Nama Pengunna", + "confirm-password": "Sahkan Kata Laluan", + "confirm-password-placeholder": "Sahkan Kata Laluan", + "register-now-button": "Daftar Sekarang", + "alternative-registration": "Pendaftaran Alternatif", + "terms-of-use": "Terma Penggunaan", + "agree-to-terms-of-use": "Saya bersetuju dengan Terma Penggunaan", + "terms-of-use-error": "You must agree to the Terms of Use", "registration-added-to-queue": "Pendaftaran anda sedang dimasukkan ke barisan pengesahan. Anda akan menerima emel setelah diterima oleh pentadbir.", "registration-queue-average-time": "Our average time for approving memberships is %1 hours %2 minutes.", "registration-queue-auto-approve-time": "Your membership to this forum will be fully activated in up to %1 hours.", "interstitial.intro": "We'd like some additional information in order to update your account…", "interstitial.intro-new": "We'd like some additional information before we can create your account…", "interstitial.errors-found": "Please review the entered information:", - "gdpr_agree_data": "I consent to the collection and processing of my personal information on this website.", - "gdpr_agree_email": "I consent to receive digest and notification emails from this website.", - "gdpr_consent_denied": "You must give consent to this site to collect/process your information, and to send you emails.", + "gdpr-agree-data": "I consent to the collection and processing of my personal information on this website.", + "gdpr-agree-email": "I consent to receive digest and notification emails from this website.", + "gdpr-consent-denied": "You must give consent to this site to collect/process your information, and to send you emails.", "invite.error-admin-only": "Direct user registration has been disabled. Please contact an administrator for more details.", "invite.error-invite-only": "Direct user registration has been disabled. You must be invited by an existing user in order to access this forum.", "invite.error-invalid-data": "The registration data received does not correspond to our records. Please contact an administrator for more details" diff --git a/public/language/ms/reset_password.json b/public/language/ms/reset_password.json index d813686249..d10acf8ee4 100644 --- a/public/language/ms/reset_password.json +++ b/public/language/ms/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "Menetapkan semula kata laluan", - "update_password": "Mengemaskini kata laluan", - "password_changed.title": "Kata laluan diubah", - "password_changed.message": "p>Kata laluan telah ditetapkan semula, Sila log masuk semula.", - "wrong_reset_code.title": "Kod penetapan semula yang salah", - "wrong_reset_code.message": "Kod penetapan semula salah. Sila cuba lagi, atau mohon semula kod penetapan .", - "new_password": "Kata laluan baru", - "repeat_password": "Sahkan kata laluan", - "changing_password": "Changing Password", - "enter_email": "Sila masukkan alamat emel dan kami akan menghantar arahan untuk penetapan semula akaun anda", - "enter_email_address": "Masukkan alamat emel", - "password_reset_sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", - "invalid_email": "Emel yang tidak sah / Emel tidak wujud", - "password_too_short": "Kata lauan terlalu pendek, sila pilih kata laluan yang lain", - "passwords_do_not_match": "Kedua-dua laluan yang dimasukkan tidak sepadan / tidak sama", - "password_expired": "Kata laluan telah tamat tempoh, pilih kata laluan baru" + "reset-password": "Menetapkan semula kata laluan", + "update-password": "Mengemaskini kata laluan", + "password-changed.title": "Kata laluan diubah", + "password-changed.message": "p>Kata laluan telah ditetapkan semula, Sila log masuk semula.", + "wrong-reset-code.title": "Kod penetapan semula yang salah", + "wrong-reset-code.message": "Kod penetapan semula salah. Sila cuba lagi, atau mohon semula kod penetapan .", + "new-password": "Kata laluan baru", + "repeat-password": "Sahkan kata laluan", + "changing-password": "Changing Password", + "enter-email": "Sila masukkan alamat emel dan kami akan menghantar arahan untuk penetapan semula akaun anda", + "enter-email-address": "Masukkan alamat emel", + "password-reset-sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", + "invalid-email": "Emel yang tidak sah / Emel tidak wujud", + "password-too-short": "Kata lauan terlalu pendek, sila pilih kata laluan yang lain", + "passwords-do-not-match": "Kedua-dua laluan yang dimasukkan tidak sepadan / tidak sama", + "password-expired": "Kata laluan telah tamat tempoh, pilih kata laluan baru" } \ No newline at end of file diff --git a/public/language/ms/rewards.json b/public/language/ms/rewards.json new file mode 100644 index 0000000000..f923cf1500 --- /dev/null +++ b/public/language/ms/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "You have been awarded %1 reputation", + "awarded-group-membership": "You have been added to the group %1", + + "essentials/user.reputation-conditional-value": "(Reputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Post Count %1 %2)", + "essentials/user.lastonline-conditional-value": "(Last Online %1 %2)", + "essentials/user.joindate-conditional-value": "(Join Date %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Days Registered %1 %2)" +} \ No newline at end of file diff --git a/public/language/ms/search.json b/public/language/ms/search.json index 58353dc217..f0d20470af 100644 --- a/public/language/ms/search.json +++ b/public/language/ms/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Type to search", - "results_matching": "%1 hasil sepadan \"%2\", (%3 saat)", + "results-matching": "%1 hasil sepadan \"%2\", (%3 saat)", "no-matches": "Tiada padanan dijumpai", "advanced-search": "Pencarian Lebih Mendalam", "in": "Dalam", diff --git a/public/language/ms/tags.json b/public/language/ms/tags.json index 3993bfd445..0b11f92e2d 100644 --- a/public/language/ms/tags.json +++ b/public/language/ms/tags.json @@ -1,11 +1,17 @@ { "all-tags": "All tags", - "no_tag_topics": "Tiada topik untuk tag ini.", + "no-tag-topics": "Tiada topik untuk tag ini.", "no-tags-found": "No tags found", "tags": "Tag", - "enter_tags_here": "Masukkan tag sini, masing-masing antara %1 dan %2 aksara.", - "enter_tags_here_short": "Masukkan tag ...", - "no_tags": "Belum ada tag.", - "select_tags": "Select Tags", - "tag-whitelist": "Tag Whitelist" + "enter-tags-here": "Masukkan tag sini, masing-masing antara %1 dan %2 aksara.", + "enter-tags-here-short": "Masukkan tag ...", + "no-tags": "Belum ada tag.", + "select-tags": "Select Tags", + "tag-whitelist": "Tag Whitelist", + "watching": "Watching", + "not-watching": "Not Watching", + "watching.description": "Notify me of new topics.", + "not-watching.description": "Do not notify me of new topics.", + "following-tag.message": "You will now be receiving notifications when somebody posts a topic with this tag.", + "not-following-tag.message": "You will not receive notifications when somebody posts a topic with this tag." } \ No newline at end of file diff --git a/public/language/ms/themes/harmony.json b/public/language/ms/themes/harmony.json index f915155306..5e0a65f946 100644 --- a/public/language/ms/themes/harmony.json +++ b/public/language/ms/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page", "settings.autohideBottombar": "Auto hide bottom bar", "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down", + "settings.openSidebars": "Open sidebars", "settings.chatModals": "Enable chat modals" } \ No newline at end of file diff --git a/public/language/ms/top.json b/public/language/ms/top.json index b8a05bfa5f..6e1e05674e 100644 --- a/public/language/ms/top.json +++ b/public/language/ms/top.json @@ -1,4 +1,4 @@ { "title": "Top", - "no_top_topics": "No top topics" + "no-top-topics": "No top topics" } \ No newline at end of file diff --git a/public/language/ms/topic.json b/public/language/ms/topic.json index 98eb032da7..107662e505 100644 --- a/public/language/ms/topic.json +++ b/public/language/ms/topic.json @@ -1,20 +1,20 @@ { "topic": "Topik", "title": "Title", - "no_topics_found": "Tiada topik yang ditemui", - "no_posts_found": "Tiada kirim yang dijumpai", - "post_is_deleted": "Kiriman ini dipadam!", - "topic_is_deleted": "Topik ini dipadam!", + "no-topics-found": "Tiada topik yang ditemui", + "no-posts-found": "Tiada kirim yang dijumpai", + "post-is-deleted": "Kiriman ini dipadam!", + "topic-is-deleted": "Topik ini dipadam!", "profile": "Profil", - "posted_by": "Dikirim oleh %1", - "posted_by_guest": "Dikirim oleh pelawat", + "posted-by": "Dikirim oleh %1", + "posted-by-guest": "Dikirim oleh pelawat", "chat": "Sembang", - "notify_me": "Kekal dimaklumkan berkenaan respon dalam topik ini", + "notify-me": "Kekal dimaklumkan berkenaan respon dalam topik ini", "quote": "Petikan", "reply": "Balas", - "replies_to_this_post": "%1 Replies", - "one_reply_to_this_post": "1 Reply", - "last_reply_time": "Last reply", + "replies-to-this-post": "%1 Replies", + "one-reply-to-this-post": "1 Reply", + "last-reply-time": "Last reply", "reply-as-topic": "Reply as topic", "guest-login-reply": "Log masuk untuk balas", "login-to-view": "🔒 Log in to view", @@ -64,129 +64,130 @@ "user-referenced-topic-on": "%1 referenced this topic on %3", "user-forked-topic-ago": "%1 forked this topic %3", "user-forked-topic-on": "%1 forked this topic on %3", - "bookmark_instructions": "Click here to return to the last read post in this thread.", + "bookmark-instructions": "Click here to return to the last read post in this thread.", "flag-post": "Flag this post", "flag-user": "Flag this user", "already-flagged": "Already Flagged", "view-flag-report": "View Flag Report", "resolve-flag": "Resolve Flag", - "merged_message": "This topic has been merged into %2", - "deleted_message": "Topik ini telah dipadam. Hanya pengguna dengan kuasa pengurusan boleh melihatnya.", - "following_topic.message": "Anda akan menerima makluman apabila ada kiriman ke dalam topik ini", - "not_following_topic.message": "You will see this topic in the unread topics list, but you will not receive notifications when somebody posts to this topic.", - "ignoring_topic.message": "You will no longer see this topic in the unread topics list. You will be notified when you are mentioned or your post is up voted.", - "login_to_subscribe": "Sila daftar atau log masuk untuk melanggani topik ini", + "merged-message": "This topic has been merged into %2", + "forked-message": "This topic was forked from %2", + "deleted-message": "Topik ini telah dipadam. Hanya pengguna dengan kuasa pengurusan boleh melihatnya.", + "following-topic.message": "Anda akan menerima makluman apabila ada kiriman ke dalam topik ini", + "not-following-topic.message": "You will see this topic in the unread topics list, but you will not receive notifications when somebody posts to this topic.", + "ignoring-topic.message": "You will no longer see this topic in the unread topics list. You will be notified when you are mentioned or your post is up voted.", + "login-to-subscribe": "Sila daftar atau log masuk untuk melanggani topik ini", "markAsUnreadForAll.success": "Topik ditanda sebagai belum dibaca untuk semua", - "mark_unread": "Mark unread", - "mark_unread.success": "Topic marked as unread.", + "mark-unread": "Mark unread", + "mark-unread.success": "Topic marked as unread.", "watch": "Lihat", "unwatch": "Batal lihat", "watch.title": "Akan dimaklumkan sekiranya ada balasan dalam topik ini", "unwatch.title": "Berhenti melihat topik ini", - "share_this_post": "Kongsi kiriman ini", + "share-this-post": "Kongsi kiriman ini", "watching": "Watching", "not-watching": "Not Watching", "ignoring": "Ignoring", "watching.description": "Notify me of new replies.
Show topic in unread.", "not-watching.description": "Do not notify me of new replies.
Show topic in unread if category is not ignored.", "ignoring.description": "Do not notify me of new replies.
Do not show topic in unread.", - "thread_tools.title": "Perkakas Topik", - "thread_tools.markAsUnreadForAll": "Mark Unread For All", - "thread_tools.pin": "Pinkan topik", - "thread_tools.unpin": "Batalkan pin topik", - "thread_tools.lock": "Kunci topik", - "thread_tools.unlock": "Buka kekunci topik", - "thread_tools.move": "Pindahkan topik", - "thread_tools.move-posts": "Move Posts", - "thread_tools.move_all": "Pindahkan Semua", - "thread_tools.change_owner": "Change Owner", - "thread_tools.select_category": "Select Category", - "thread_tools.fork": "Fork topik", - "thread_tools.tag": "Tag Topic", - "thread_tools.delete": "Padamkan topik", - "thread_tools.delete-posts": "Delete Posts", - "thread_tools.delete_confirm": "Anda yakin untuk padamkan topik ini?", - "thread_tools.restore": "Pulihkan topik", - "thread_tools.restore_confirm": "Anda yakin untuk pulihkan topik ini?", - "thread_tools.purge": "Singkirkan Topik", - "thread_tools.purge_confirm": "Anda yakin untuk singkirkan topik ini?", - "thread_tools.merge_topics": "Merge Topics", - "thread_tools.merge": "Merge Topic", - "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_undone": "Topic move undone", - "topic_move_posts_success": "Posts will be moved shortly. Click here to undo.", - "topic_move_posts_undone": "Post move undone", - "post_delete_confirm": "Adakah anda pasti untuk memadam kiriman ini?", - "post_restore_confirm": "Adakah anda pasti untuk memulihkan kiriman ini?", - "post_purge_confirm": "Adakah anda pasti untuk singkirkan kiriman ini?", + "thread-tools.title": "Perkakas Topik", + "thread-tools.markAsUnreadForAll": "Mark Unread For All", + "thread-tools.pin": "Pinkan topik", + "thread-tools.unpin": "Batalkan pin topik", + "thread-tools.lock": "Kunci topik", + "thread-tools.unlock": "Buka kekunci topik", + "thread-tools.move": "Pindahkan topik", + "thread-tools.move-posts": "Move Posts", + "thread-tools.move-all": "Pindahkan Semua", + "thread-tools.change-owner": "Change Owner", + "thread-tools.select-category": "Select Category", + "thread-tools.fork": "Fork topik", + "thread-tools.tag": "Tag Topic", + "thread-tools.delete": "Padamkan topik", + "thread-tools.delete-posts": "Delete Posts", + "thread-tools.delete-confirm": "Anda yakin untuk padamkan topik ini?", + "thread-tools.restore": "Pulihkan topik", + "thread-tools.restore-confirm": "Anda yakin untuk pulihkan topik ini?", + "thread-tools.purge": "Singkirkan Topik", + "thread-tools.purge-confirm": "Anda yakin untuk singkirkan topik ini?", + "thread-tools.merge-topics": "Merge Topics", + "thread-tools.merge": "Merge Topic", + "topic-move-success": "This topic will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-multiple-success": "These topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-all-success": "All topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-undone": "Topic move undone", + "topic-move-posts-success": "Posts will be moved shortly. Click here to undo.", + "topic-move-posts-undone": "Post move undone", + "post-delete-confirm": "Adakah anda pasti untuk memadam kiriman ini?", + "post-restore-confirm": "Adakah anda pasti untuk memulihkan kiriman ini?", + "post-purge-confirm": "Adakah anda pasti untuk singkirkan kiriman ini?", "pin-modal-expiry": "Expiration Date", "pin-modal-help": "You can optionally set an expiration date for the pinned topic(s) here. Alternatively, you can leave this field blank to have the topic stay pinned until it is manually unpinned.", - "load_categories": "Memuatkan kategori", - "confirm_move": "Pindahkan", - "confirm_fork": "Salin", + "load-categories": "Memuatkan kategori", + "confirm-move": "Pindahkan", + "confirm-fork": "Salin", "bookmark": "Bookmark", "bookmarks": "Bookmarks", - "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.", + "bookmarks.has-no-bookmarks": "You haven't bookmarked any posts yet.", "copy-permalink": "Copy Permalink", - "loading_more_posts": "Memuatkan lagi kiriman", - "move_topic": "Pindahkan topik", - "move_topics": "Pindahkan topik-topik", - "move_post": "Pindahkan kiriman", - "post_moved": "Kiriman dipindahkan", - "fork_topic": "Salin topik", + "loading-more-posts": "Memuatkan lagi kiriman", + "move-topic": "Pindahkan topik", + "move-topics": "Pindahkan topik-topik", + "move-post": "Pindahkan kiriman", + "post-moved": "Kiriman dipindahkan", + "fork-topic": "Salin topik", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", - "fork_no_pids": "Tiada kiriman yang dipilih", + "fork-topic-instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", + "fork-no-pids": "Tiada kiriman yang dipilih", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", "x-posts-will-be-moved-to-y": "%1 post(s) will be moved to \"%2\"", - "fork_pid_count": "%1 post(s) selected", - "fork_success": "Berjaya menyalin topik. Klik sini untuk ke topik yang disalin.", - "delete_posts_instruction": "Click the posts you want to delete/purge", - "merge_topics_instruction": "Click the topics you want to merge or search for them", + "fork-pid-count": "%1 post(s) selected", + "fork-success": "Berjaya menyalin topik. Klik sini untuk ke topik yang disalin.", + "delete-posts-instruction": "Click the posts you want to delete/purge", + "merge-topics-instruction": "Click the topics you want to merge or search for them", "merge-topic-list-title": "List of topics to be merged", "merge-options": "Merge options", "merge-select-main-topic": "Select the main topic", "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", - "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", - "move_topic_instruction": "Select the target category and then click move", - "change_owner_instruction": "Click the posts you want to assign to another user", - "composer.title_placeholder": "Masukkan tajuk topik disini", - "composer.handle_placeholder": "Enter your name/handle here", + "move-posts-instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move-topic-instruction": "Select the target category and then click move", + "change-owner-instruction": "Click the posts you want to assign to another user", + "composer.title-placeholder": "Masukkan tajuk topik disini", + "composer.handle-placeholder": "Enter your name/handle here", "composer.hide": "Hide", "composer.discard": "Abaikan", "composer.submit": "Hantar", "composer.additional-options": "Additional Options", "composer.post-later": "Post Later", "composer.schedule": "Schedule", - "composer.replying_to": "Balas ke %1", - "composer.new_topic": "Topik baru", + "composer.replying-to": "Balas ke %1", + "composer.new-topic": "Topik baru", "composer.editing-in": "Editing post in %1", "composer.uploading": "Memuat naik ...", - "composer.thumb_url_label": "Tampalkan gambaran URL", - "composer.thumb_title": "Letakkan gambaran kepada topik ini", - "composer.thumb_url_placeholder": "http://example.com/thumb.png", - "composer.thumb_file_label": "Atau muat naik fail", - "composer.thumb_remove": "Bersihkan kawasan", - "composer.drag_and_drop_images": "Seret dan lepaskan imej disini", - "more_users_and_guests": "%1 lebih pengguna(-pengguna) dan %2 pelawat(-pelawat)", - "more_users": "%1 lebih pengguna(-pengguna)", - "more_guests": "%1 lebih pelawat(-pelawat)", - "users_and_others": "%1 dan %2 lain-lain", - "sort_by": "Susun ikut", - "oldest_to_newest": "Lama ke Baru", - "newest_to_oldest": "Baru ke Lama", - "most_votes": "Most Votes", - "most_posts": "Most Posts", - "most_views": "Most Views", + "composer.thumb-url-label": "Tampalkan gambaran URL", + "composer.thumb-title": "Letakkan gambaran kepada topik ini", + "composer.thumb-url-placeholder": "http://example.com/thumb.png", + "composer.thumb-file-label": "Atau muat naik fail", + "composer.thumb-remove": "Bersihkan kawasan", + "composer.drag-and-drop-images": "Seret dan lepaskan imej disini", + "more-users-and-guests": "%1 lebih pengguna(-pengguna) dan %2 pelawat(-pelawat)", + "more-users": "%1 lebih pengguna(-pengguna)", + "more-guests": "%1 lebih pelawat(-pelawat)", + "users-and-others": "%1 dan %2 lain-lain", + "sort-by": "Susun ikut", + "oldest-to-newest": "Lama ke Baru", + "newest-to-oldest": "Baru ke Lama", + "most-votes": "Most Votes", + "most-posts": "Most Posts", + "most-views": "Most Views", "stale.title": "Bukan topik baru?", "stale.warning": "Topik yang anda nak balas agak lapuk. Adakah anda ingin buka topik baru dan rujukkan topik ini dalam balasan anda?", "stale.create": "Buka topik baru", - "stale.reply_anyway": "Tetap balas topik ini", - "link_back": "Re: [%1](%2)", + "stale.reply-anyway": "Tetap balas topik ini", + "link-back": "Re: [%1](%2)", "diffs.title": "Post Edit History", "diffs.description": "This post has %1 revisions. Click one of the revisions below to see the post content at that point in time.", "diffs.no-revisions-description": "This post has %1 revisions.", @@ -197,8 +198,8 @@ "diffs.post-restored": "Post successfully restored to earlier revision", "diffs.delete": "Delete this revision", "diffs.deleted": "Revision deleted", - "timeago_later": "%1 later", - "timeago_earlier": "%1 earlier", + "timeago-later": "%1 later", + "timeago-earlier": "%1 earlier", "first-post": "First post", "last-post": "Last post", "go-to-my-next-post": "Go to my next post", diff --git a/public/language/ms/unread.json b/public/language/ms/unread.json index aa6f5b08d6..4ca8c48348 100644 --- a/public/language/ms/unread.json +++ b/public/language/ms/unread.json @@ -1,12 +1,12 @@ { "title": "Belum dibaca", - "no_unread_topics": "Tiada topik yang belum dibaca", - "load_more": "Muatkan lagi", - "mark_as_read": "Tanda sebagai sudah dibaca", + "no-unread-topics": "Tiada topik yang belum dibaca", + "load-more": "Muatkan lagi", + "mark-as-read": "Tanda sebagai sudah dibaca", "selected": "Dipilih", "all": "Semua", - "all_categories": "Semua Kategori", - "topics_marked_as_read.success": "Topik ditandakan sebagai sudah dibaca", + "all-categories": "Semua Kategori", + "topics-marked-as-read.success": "Topik ditandakan sebagai sudah dibaca", "all-topics": "All Topics", "new-topics": "New Topics", "watched-topics": "Watched Topics", diff --git a/public/language/ms/user.json b/public/language/ms/user.json index b1aeba4977..de8f31ba01 100644 --- a/public/language/ms/user.json +++ b/public/language/ms/user.json @@ -7,22 +7,22 @@ "joindate": "Tarikh Daftar", "postcount": "Jumlah Kiriman", "email": "Emel", - "confirm_email": "Pastikan Emel", - "account_info": "Account Info", - "admin_actions_label": "Administrative Actions", - "ban_account": "Haramkan Akaun", - "ban_account_confirm": "Adakah anda pasti ingin menyekat pengguna ini?", - "unban_account": "Buang Sekatan Akaun", - "mute_account": "Mute Account", - "unmute_account": "Unmute Account", - "delete_account": "Padam Akaun", - "delete_account_as_admin": "Delete Account", - "delete_content": "Delete Account Content", - "delete_all": "Delete Account and Content", - "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", - "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", - "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", - "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "confirm-email": "Pastikan Emel", + "account-info": "Account Info", + "admin-actions-label": "Administrative Actions", + "ban-account": "Haramkan Akaun", + "ban-account-confirm": "Adakah anda pasti ingin menyekat pengguna ini?", + "unban-account": "Buang Sekatan Akaun", + "mute-account": "Mute Account", + "unmute-account": "Unmute Account", + "delete-account": "Padam Akaun", + "delete-account-as-admin": "Delete Account", + "delete-content": "Delete Account Content", + "delete-all": "Delete Account and Content", + "delete-account-confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", + "delete-this-account-confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", + "delete-account-content-confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "delete-all-confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", "account-deleted": "Akaun Dipadam", "account-content-deleted": "Account content deleted", "fullname": "Nama Penuh", @@ -32,11 +32,12 @@ "joined": "Menyertai", "lastonline": "Kali terakhir ditalian", "profile": "Profil", - "profile_views": "Paparan Profil", + "profile-views": "Paparan Profil", "reputation": "Reputasi", "bookmarks": "Bookmarks", - "watched_categories": "Watched categories", - "change_all": "Change All", + "watched-categories": "Watched categories", + "watched-tags": "Watched tags", + "change-all": "Change All", "watched": "Melihat", "ignored": "Ignored", "default-category-watch-state": "Default category watch state", @@ -44,83 +45,84 @@ "following": "Mengikuti", "blocks": "Blocks", "blocked-users": "Blocked users", - "block_toggle": "Toggle Block", - "block_user": "Block User", - "unblock_user": "Unblock User", + "block-toggle": "Toggle Block", + "block-user": "Block User", + "unblock-user": "Unblock User", "aboutme": "Tentang saya", "signature": "Tandatangan", "birthday": "Tarikh lahir", "chat": "Bersembang", - "chat_with": "Continue chat with %1", - "new_chat_with": "Start new chat with %1", + "chat-with": "Continue chat with %1", + "new-chat-with": "Start new chat with %1", "flag-profile": "Flag Profile", "follow": "Ikuti", "unfollow": "Henti mengikuti", "more": "Lagi", - "profile_update_success": "Profil telah dikemaskini", - "change_picture": "Tukar gambar", - "change_username": "Tukar Nama Pengguna", - "change_email": "Tukar Email", - "email_same_as_password": "Please enter your current password to continue – you've entered your new email again", + "profile-update-success": "Profil telah dikemaskini", + "change-picture": "Tukar gambar", + "change-username": "Tukar Nama Pengguna", + "change-email": "Tukar Email", + "email-updated": "Email Updated", + "email-same-as-password": "Please enter your current password to continue – you've entered your new email again", "edit": "Kemaskini", "edit-profile": "Edit Profile", - "default_picture": "Default Icon", - "uploaded_picture": "Muatnaik gambak", - "upload_new_picture": "Muatnaik gambar baru", - "upload_new_picture_from_url": "Muatnaik gambar baru dari URL", - "current_password": "Kata laluan sekarang", - "new_password": "New Password", - "change_password": "Tukar kata laluan", - "change_password_error": "Kata laluan salah!", - "change_password_error_wrong_current": "Kata laluan anda sekarang tidak sah", - "change_password_error_match": "Kata laluan mesti padan", - "change_password_error_privileges": "Anda tidak mempunyai kebenaran untuk mengubah kata laluan ini", - "change_password_success": "Kata laluan dikemaskini", - "confirm_password": "Sahkan kata laluan", + "default-picture": "Default Icon", + "uploaded-picture": "Muatnaik gambak", + "upload-new-picture": "Muatnaik gambar baru", + "upload-new-picture-from-url": "Muatnaik gambar baru dari URL", + "current-password": "Kata laluan sekarang", + "new-password": "New Password", + "change-password": "Tukar kata laluan", + "change-password-error": "Kata laluan salah!", + "change-password-error-wrong-current": "Kata laluan anda sekarang tidak sah", + "change-password-error-match": "Kata laluan mesti padan", + "change-password-error-privileges": "Anda tidak mempunyai kebenaran untuk mengubah kata laluan ini", + "change-password-success": "Kata laluan dikemaskini", + "confirm-password": "Sahkan kata laluan", "password": "kata laluan", - "username_taken_workaround": "Nama pengguna yang anda minta telah digunakan oleh orang lain, jadi kami telah mengubahsuaikannya sedikit. Anda kini dikenali sebagai %1", - "password_same_as_username": "Kata laluan anda adalah sama seperti nama pengguna, sila pilih kata laluan yang lain", - "password_same_as_email": "Your password is the same as your email, please select another password.", - "weak_password": "Weak password.", - "upload_picture": "Muatnaik gambar", - "upload_a_picture": "Muatnaik sekeping gambar", - "remove_uploaded_picture": "Buang Gambar Yang Dimuatnaik", - "upload_cover_picture": "Upload cover picture", - "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", - "crop_picture": "Crop picture", - "upload_cropped_picture": "Crop and upload", + "username-taken-workaround": "Nama pengguna yang anda minta telah digunakan oleh orang lain, jadi kami telah mengubahsuaikannya sedikit. Anda kini dikenali sebagai %1", + "password-same-as-username": "Kata laluan anda adalah sama seperti nama pengguna, sila pilih kata laluan yang lain", + "password-same-as-email": "Your password is the same as your email, please select another password.", + "weak-password": "Weak password.", + "upload-picture": "Muatnaik gambar", + "upload-a-picture": "Muatnaik sekeping gambar", + "remove-uploaded-picture": "Buang Gambar Yang Dimuatnaik", + "upload-cover-picture": "Upload cover picture", + "remove-cover-picture-confirm": "Are you sure you want to remove the cover picture?", + "crop-picture": "Crop picture", + "upload-cropped-picture": "Crop and upload", "avatar-background-colour": "Avatar background colour", "settings": "Tetapan", - "show_email": "Tunjukkan emel saya", - "show_fullname": "Tunjukkan Nama Penuh", - "restrict_chats": "Hanya benarkan sembang mesej dari pengguna yang saya ikut sahaja", - "digest_label": "Langgan berita", - "digest_description": "Langgan berita terkini untuk forum ini melalui emel (Makluman dan topik) menurut jadual yang ditetapkan", - "digest_off": "Tutup", - "digest_daily": "Harian", - "digest_weekly": "Mingguan", - "digest_biweekly": "Bi-Weekly", - "digest_monthly": "Bulanan", - "has_no_follower": "Pengguna ini tiada pengikut :(", - "follows_no_one": "Pengguna ini tidak mengikuti sesiapa :(", - "has_no_posts": "Pengguna ini belum menulis sebarang kiriman lagi.", - "has_no_best_posts": "This user does not have any upvoted posts yet.", - "has_no_topics": "Pengguna ini belum menulis sebarang topik lagi.", - "has_no_watched_topics": "Pengguna ini belum melanggan sebarang topik lagi.", - "has_no_ignored_topics": "This user hasn't ignored any topics yet.", - "has_no_upvoted_posts": "This user hasn't upvoted any posts yet.", - "has_no_downvoted_posts": "This user hasn't downvoted any posts yet.", - "has_no_controversial_posts": "This user does not have any downvoted posts yet.", - "has_no_blocks": "You have blocked no users.", - "email_hidden": "Emel disembunyikan", + "show-email": "Tunjukkan emel saya", + "show-fullname": "Tunjukkan Nama Penuh", + "restrict-chats": "Hanya benarkan sembang mesej dari pengguna yang saya ikut sahaja", + "digest-label": "Langgan berita", + "digest-description": "Langgan berita terkini untuk forum ini melalui emel (Makluman dan topik) menurut jadual yang ditetapkan", + "digest-off": "Tutup", + "digest-daily": "Harian", + "digest-weekly": "Mingguan", + "digest-biweekly": "Bi-Weekly", + "digest-monthly": "Bulanan", + "has-no-follower": "Pengguna ini tiada pengikut :(", + "follows-no-one": "Pengguna ini tidak mengikuti sesiapa :(", + "has-no-posts": "Pengguna ini belum menulis sebarang kiriman lagi.", + "has-no-best-posts": "This user does not have any upvoted posts yet.", + "has-no-topics": "Pengguna ini belum menulis sebarang topik lagi.", + "has-no-watched-topics": "Pengguna ini belum melanggan sebarang topik lagi.", + "has-no-ignored-topics": "This user hasn't ignored any topics yet.", + "has-no-upvoted-posts": "This user hasn't upvoted any posts yet.", + "has-no-downvoted-posts": "This user hasn't downvoted any posts yet.", + "has-no-controversial-posts": "This user does not have any downvoted posts yet.", + "has-no-blocks": "You have blocked no users.", + "email-hidden": "Emel disembunyikan", "hidden": "disembunyikan", - "paginate_description": "Gunakan muka surat untuk topik dan kiriman daripada penggunaan skroll infiniti", - "topics_per_page": "Topik setiap muka", - "posts_per_page": "Kiriman setiap muka", + "paginate-description": "Gunakan muka surat untuk topik dan kiriman daripada penggunaan skroll infiniti", + "topics-per-page": "Topik setiap muka", + "posts-per-page": "Kiriman setiap muka", "category-topic-sort": "Category topic sort", "topic-post-sort": "Topic post sort", - "max_items_per_page": "Maximum %1", - "acp_language": "Admin Page Language", + "max-items-per-page": "Maximum %1", + "acp-language": "Admin Page Language", "notifications": "Notifications", "upvote-notif-freq": "Upvote Notification Frequency", "upvote-notif-freq.all": "All Upvotes", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "On 10, 100, 1000...", "upvote-notif-freq.disabled": "Disabled", "browsing": "Melihat-lihat Tetapan", - "open_links_in_new_tab": "Buka pautan luar di tab yang baru", - "enable_topic_searching": "Aktifkan Pencarian Dalam-Topik", - "topic_search_help": "Jika diaktifkan, pencarian dalam-topik akan membatalkan fungsi asal pencarian pelayan dan membenarkan anda untuk mencari seluruh topik, daripada menunjukkan apa yang terdapat pada skrin sahaja", - "update_url_with_post_index": "Update url with post index while browsing topics", - "scroll_to_my_post": "After posting a reply, show the new post", - "follow_topics_you_reply_to": "Watch topics that you reply to", - "follow_topics_you_create": "Watch topics you create", + "open-links-in-new-tab": "Buka pautan luar di tab yang baru", + "enable-topic-searching": "Aktifkan Pencarian Dalam-Topik", + "topic-search-help": "Jika diaktifkan, pencarian dalam-topik akan membatalkan fungsi asal pencarian pelayan dan membenarkan anda untuk mencari seluruh topik, daripada menunjukkan apa yang terdapat pada skrin sahaja", + "update-url-with-post-index": "Update url with post index while browsing topics", + "scroll-to-my-post": "After posting a reply, show the new post", + "follow-topics-you-reply-to": "Watch topics that you reply to", + "follow-topics-you-create": "Watch topics you create", "grouptitle": "Group Title", "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "Tiada nama kumpulan", @@ -145,9 +147,9 @@ "no-skin": "No Skin", "select-homepage": "Pilih Laman Utama", "homepage": "Laman Utama", - "homepage_description": "Pilih satu halaman untuk digunakan sebagai Laman Utama forum atau 'Tiada' untuk guna tetapan lalai", - "custom_route": "Laluan Laman Utama Tersuai", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", + "homepage-description": "Pilih satu halaman untuk digunakan sebagai Laman Utama forum atau 'Tiada' untuk guna tetapan lalai", + "custom-route": "Laluan Laman Utama Tersuai", + "custom-route-help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Servis Satu Log Masuk", "sso.associated": "Associated with", "sso.not-associated": "Click here to associate with", @@ -179,25 +181,25 @@ "consent.title": "Your Rights & Consent", "consent.lead": "This community forum collects and processes your personal information.", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", - "consent.email_intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", - "consent.digest_frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", - "consent.digest_off": "Unless explicitly changed in your user settings, this community does not send out email digests", + "consent.email-intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", + "consent.digest-frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", + "consent.digest-off": "Unless explicitly changed in your user settings, this community does not send out email digests", "consent.received": "You have provided consent for this website to collect and process your information. No additional action is required.", - "consent.not_received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", + "consent.not-received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", "consent.give": "Give consent", - "consent.right_of_access": "You have the Right of Access", - "consent.right_of_access_description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", - "consent.right_to_rectification": "You have the Right to Rectification", - "consent.right_to_rectification_description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", - "consent.right_to_erasure": "You have the Right to Erasure", - "consent.right_to_erasure_description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", - "consent.right_to_data_portability": "You have the Right to Data Portability", - "consent.right_to_data_portability_description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", - "consent.export_profile": "Export Profile (.json)", + "consent.right-of-access": "You have the Right of Access", + "consent.right-of-access-description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", + "consent.right-to-rectification": "You have the Right to Rectification", + "consent.right-to-rectification-description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", + "consent.right-to-erasure": "You have the Right to Erasure", + "consent.right-to-erasure-description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", + "consent.right-to-data-portability": "You have the Right to Data Portability", + "consent.right-to-data-portability-description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", + "consent.export-profile": "Export Profile (.json)", "consent.export-profile-success": "Exporting profile, you will get a notification when it is complete.", - "consent.export_uploads": "Export Uploaded Content (.zip)", + "consent.export-uploads": "Export Uploaded Content (.zip)", "consent.export-uploads-success": "Exporting uploads, you will get a notification when it is complete.", - "consent.export_posts": "Export Posts (.csv)", + "consent.export-posts": "Export Posts (.csv)", "consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.", "emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.", "emailUpdate.optional": "This field is optional. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.", diff --git a/public/language/ms/users.json b/public/language/ms/users.json index 513b15c41f..568a3c6d3c 100644 --- a/public/language/ms/users.json +++ b/public/language/ms/users.json @@ -1,13 +1,13 @@ { "all-users": "All Users", - "latest_users": "Pengguna terkini", - "top_posters": "Pengirim terbanyak", - "most_reputation": "Reputasi terbaik", - "most_flags": "Most Flags", + "latest-users": "Pengguna terkini", + "top-posters": "Pengirim terbanyak", + "most-reputation": "Reputasi terbaik", + "most-flags": "Most Flags", "search": "Cari", - "enter_username": "Masukkan nama pengguna untuk carian", + "enter-username": "Masukkan nama pengguna untuk carian", "search-user-for-chat": "Search for a user to start chat", - "load_more": "Muat lagi", + "load-more": "Muat lagi", "users-found-search-took": "%1 pengguna dijumpai! Pencarian ambil masa %2 saat.", "filter-by": "Saring dengan", "online-only": "Atas talian sahaja", @@ -15,10 +15,10 @@ "prompt-email": "Emails:", "groups-to-join": "Groups to be joined when invite is accepted:", "invitation-email-sent": "Emel jemputan telah dihantar ke %1", - "user_list": "Senarai Pengguna", - "recent_topics": "Topik Terkini", - "popular_topics": "Topik Popular", - "unread_topics": "Topik Belum Dibaca", + "user-list": "Senarai Pengguna", + "recent-topics": "Topik Terkini", + "popular-topics": "Topik Popular", + "unread-topics": "Topik Belum Dibaca", "categories": "Kategori", "tags": "Tag", "no-users-found": "No users found!" diff --git a/public/language/nb/admin/advanced/events.json b/public/language/nb/admin/advanced/events.json index b2c2033fb5..9327eef8d3 100644 --- a/public/language/nb/admin/advanced/events.json +++ b/public/language/nb/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "Event Type", "filter-start": "Start Date", "filter-end": "End Date", - "filter-perPage": "Per Page" + "filter-per-page": "Per Page" } \ No newline at end of file diff --git a/public/language/nb/admin/extend/widgets.json b/public/language/nb/admin/extend/widgets.json index ab3a4b11d2..5d2832feed 100644 --- a/public/language/nb/admin/extend/widgets.json +++ b/public/language/nb/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "No widgets found! Activate the widget essentials plugin in the plugins control panel.", "clone-from": "Clone widgets from", "containers.available": "Available Containers", - "containers.explanation": "Drag and drop on top of any active widget", + "containers.explanation": "Drag and drop on top of any widget", "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", @@ -29,5 +29,7 @@ "hide-from-groups": "Hide from groups", "start-date": "Start date", "end-date": "End date", - "hide-on-mobile": "Hide on mobile" + "hide-on-mobile": "Hide on mobile", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/nb/admin/manage/privileges.json b/public/language/nb/admin/manage/privileges.json index 9af075bcfa..240cff6aa5 100644 --- a/public/language/nb/admin/manage/privileges.json +++ b/public/language/nb/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "Edit Privileges", "select-clear-all": "Select/Clear All", "chat": "Chat", + "chat-with-privileged": "Chat with Privileged", "upload-images": "Upload Images", "upload-files": "Upload Files", "signature": "Signature", @@ -33,7 +34,7 @@ "edit-posts": "Edit Posts", "view-edit-history": "View Edit History", "delete-posts": "Delete Posts", - "view_deleted": "View Deleted Posts", + "view-deleted": "View Deleted Posts", "upvote-posts": "Upvote Posts", "downvote-posts": "Downvote Posts", "delete-topics": "Delete Topics", diff --git a/public/language/nb/admin/manage/users.json b/public/language/nb/admin/manage/users.json index 65f1fd05a5..c415eaccaa 100644 --- a/public/language/nb/admin/manage/users.json +++ b/public/language/nb/admin/manage/users.json @@ -4,16 +4,21 @@ "edit": "Actions", "make-admin": "Make Admin", "remove-admin": "Remove Admin", + "change-email": "Change Email", + "new-email": "New Email", "validate-email": "Validate Email", "send-validation-email": "Send Validation Email", + "change-password": "Change Password", "password-reset-email": "Send Password Reset Email", "force-password-reset": "Force Password Reset & Log User Out", - "ban": "Ban User(s)", + "ban": "Ban", + "ban-users": "Ban User(s)", "temp-ban": "Ban User(s) Temporarily", "unban": "Unban User(s)", "reset-lockout": "Reset Lockout", "reset-flags": "Reset Flags", - "delete": "Delete User(s)", + "delete": "Delete", + "delete-users": "Delete User(s)", "delete-content": "Delete User(s) Content", "purge": "Delete User(s) and Content", "download-csv": "Download CSV", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "Ban %1 user(s)", "alerts.unban-success": "User(s) unbanned!", "alerts.lockout-reset-success": "Lockout(s) reset!", + "alerts.password-change-success": "Password(s) changed!", "alerts.flag-reset-success": "Flags(s) reset!", "alerts.no-remove-yourself-admin": "You can't remove yourself as Administrator!", "alerts.make-admin-success": "User is now administrator.", @@ -106,6 +112,7 @@ "alerts.create": "Create User", "alerts.button-create": "Create", "alerts.button-cancel": "Cancel", + "alerts.button-change": "Change", "alerts.error-passwords-different": "Passwords must match!", "alerts.error-x": "Error

%1

", "alerts.create-success": "User created!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "Emails: ", "alerts.email-sent-to": "En invitasjonse-post har blitt sendt til %1", "alerts.x-users-found": "%1 user(s) found, (%2 seconds)", + "alerts.select-a-single-user-to-change-email": "Select a single user to change email", "export-users-started": "Exporting users as csv, this might take a while. You will receive a notification when it is complete.", - "export-users-completed": "Users exported as csv, click here to download." + "export-users-completed": "Users exported as csv, click here to download.", + "email": "Email", + "password": "Password", + "manage": "Manage" } \ No newline at end of file diff --git a/public/language/nb/admin/settings/chat.json b/public/language/nb/admin/settings/chat.json index e4946458bd..86360a34ee 100644 --- a/public/language/nb/admin/settings/chat.json +++ b/public/language/nb/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "Enter 0 to disable this restriction", "chat-settings": "Chat Settings", "disable": "Disable chat", "disable-editing": "Disable chat message editing/deletion", @@ -6,8 +7,10 @@ "max-length": "Maximum length of chat messages", "max-chat-room-name-length": "Maximum length of chat room names", "max-room-size": "Maximum number of users in chat rooms", - "delay": "Time between chat messages in milliseconds", - "notification-delay": "Notification delay for chat messages. (0 for no delay)", - "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable. (0 disabled)", - "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable. (0 disabled)" + "delay": "Time between chat messages (ms)", + "newbieDelay": "... for new users (ms)", + "notification-delay": "Notification delay for chat messages", + "notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.", + "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.", + "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable." } \ No newline at end of file diff --git a/public/language/nb/admin/settings/post.json b/public/language/nb/admin/settings/post.json index ffa1696253..0cdf3efe1d 100644 --- a/public/language/nb/admin/settings/post.json +++ b/public/language/nb/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "Title Length", "restrictions.post-length": "Post Length", "restrictions.days-until-stale": "Days until topic is considered stale", - "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic.", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "Timestamp", "timestamp.cut-off": "Date cut-off (in days)", "timestamp.cut-off-help": "Dates & times will be shown in a relative manner (e.g. \"3 hours ago\" / \"5 days ago\"), and localised into various\n\t\t\t\t\tlanguages. After a certain point, this text can be switched to display the localised date itself\n\t\t\t\t\t(e.g. 5 Nov 2016 15:30).
(Default: 30, or one month). Set to 0 to always display dates, leave blank to always display relative times.", diff --git a/public/language/nb/admin/settings/user.json b/public/language/nb/admin/settings/user.json index 874f327e70..ed62c14a59 100644 --- a/public/language/nb/admin/settings/user.json +++ b/public/language/nb/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "Brukernavn eller e-post", "allow-login-with.username": "Kun brukernavn", "account-settings": "Kontoinnstillinger ", - "gdpr_enabled": "Aktiver innhenting av GDPR-samtykke", - "gdpr_enabled_help": "Når aktivert, vil alle nye registranter være pålagt å eksplisitt gi samtykke til datainnsamling og behandling under Personvernforordningen (GDPR). Merk: Aktivering av GDPR tvinger ikke eksisterende brukere til å gi samtykke. For å gjøre dette, må du installere GDPR-programutvidelse. ", + "gdpr-enabled": "Aktiver innhenting av GDPR-samtykke", + "gdpr-enabled-help": "Når aktivert, vil alle nye registranter være pålagt å eksplisitt gi samtykke til datainnsamling og behandling under Personvernforordningen (GDPR). Merk: Aktivering av GDPR tvinger ikke eksisterende brukere til å gi samtykke. For å gjøre dette, må du installere GDPR-programutvidelse. ", "disable-username-changes": "Deaktiver endringer for brukernavn", "disable-email-changes": "Deaktiver endringer for e-post", "disable-password-changes": "Deaktiver endringer for passord", diff --git a/public/language/nb/category.json b/public/language/nb/category.json index b605c65ab1..9d86f3c228 100644 --- a/public/language/nb/category.json +++ b/public/language/nb/category.json @@ -1,23 +1,23 @@ { "category": "Kategori", "subcategories": "Underkategorier", - "new_topic_button": "Nytt emne", + "new-topic-button": "Nytt emne", "guest-login-post": "Logg inn for å publisere innlegg", - "no_topics": "Det er ingen emner i denne kategorien
Hvorfor ikke opprette et?", + "no-topics": "Det er ingen emner i denne kategorien
Hvorfor ikke opprette et?", "browsing": "leser", - "no_replies": "Ingen har svart", - "no_new_posts": "Ingen nye innlegg.", + "no-replies": "Ingen har svart", + "no-new-posts": "Ingen nye innlegg.", "watch": "Overvåk", "ignore": "Ignorer", "watching": "Følger", "not-watching": "Følger ikke", "ignoring": "Ignorerer", "watching.description": "Vis tråder blandt uleste og nylige", - "not-watching.description": "Ikke vis emner i ulest, vis nylig ", + "not-watching.description": "Ikke vis emner i ulest, vis nylig", "ignoring.description": "Ikke vis tråder blandt uleste og nylige", "watching.message": "Du ser nå på oppdateringer fra denne kategorien og alle underkategorier", "notwatching.message": "Du ser ikke på oppdateringer fra denne kategorien og alle underkategorier", - "ignoring.message": "Du ignorerer nå oppdateringer fra denne kategorien og alle underkategorier ", + "ignoring.message": "Du ignorerer nå oppdateringer fra denne kategorien og alle underkategorier", "watched-categories": "Overvåkede kategorier", "x-more-categories": "%1 flere kategorier" } \ No newline at end of file diff --git a/public/language/nb/email.json b/public/language/nb/email.json index 4510fbbf92..1a4f7a3a78 100644 --- a/public/language/nb/email.json +++ b/public/language/nb/email.json @@ -3,12 +3,12 @@ "password-reset-requested": "Tilbakestilling av passord er påkrevd!", "welcome-to": "Velkommen til %1", "invite": "Invitasjon fra %1", - "greeting_no_name": "Hei", - "greeting_with_name": "Hei, %1", - "email.verify-your-email.subject": "Bekreft e-postadressen din ", + "greeting-no-name": "Hei", + "greeting-with-name": "Hei, %1", + "email.verify-your-email.subject": "Bekreft e-postadressen din", "email.verify.text1": "Du har bedt oss om å endre eller bekrefte e-postadressen din", "email.verify.text2": "Av sikkerhetshensyn endrer eller bekrefter vi bare e-postadressen som er registrert når eierskapet er bekreftet via e-post. Hvis du ikke har bedt om dette, er det ikke nødvendig å gjøre noe fra din side.", - "email.verify.text3": "Når du bekrefter denne e-postadressen, bytter vi ut din nåværende e-postadresse med denne (%1). ", + "email.verify.text3": "Når du bekrefter denne e-postadressen, bytter vi ut din nåværende e-postadresse med denne (%1).", "welcome.text1": "Takk for at du registrerte deg hos %1!", "welcome.text2": "For å aktivere kontoen din må vi verifisere at du eier e-postadressen du registrerte deg med.", "welcome.text3": "En administrator har akseptert din søknad om registering. Du kan nå logge inn med ditt brukernavn og passord.", @@ -24,8 +24,8 @@ "reset.notify.text2": "Hvis det ikke var deg som autoriserte dette, vennligst gi beskjed til en administrator umiddelbart.", "digest.unread-rooms": "Unread rooms", "digest.room-name-unreadcount": "%1 (%2 unread)", - "digest.latest_topics": "Siste emner fra %1", - "digest.top-topics": "Toppemner fra %1 ", + "digest.latest-topics": "Siste emner fra %1", + "digest.top-topics": "Toppemner fra %1", "digest.popular-topics": "Populære emner fra %1", "digest.cta": "Klikk her for å besøke %1", "digest.unsub.info": "Dette sammendraget er sendt til deg basert på dine innstillinger for abonnering.", @@ -34,10 +34,10 @@ "digest.month": "Måned", "digest.subject": "Sammendrag for %1", "digest.title.day": "Ditt daglige sammendrag", - "digest.title.week": "Ditt ukentlige sammendrag ", + "digest.title.week": "Ditt ukentlige sammendrag", "digest.title.month": "Ditt månedlige sammendrag", - "notif.chat.subject": "Ny samtalemelding mottatt fra %1", - "notif.chat.public-chat-subject": "New message from %1 in room %2", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "Klikk her for å fortsette samtalen", "notif.chat.unsub.info": "Denne samtale-varselen ble sendt til deg basert på dine innstillinger for abonnering.", "notif.post.unsub.info": "Dette innleggsvarselet ble sendt til deg basert på dine innstillinger for abonnering.", @@ -45,12 +45,12 @@ "notif.cta": "Til forum", "notif.cta-new-reply": "Vis post", "notif.cta-new-chat": "Vis chatt", - "notif.test.short": "Testing av varsler ", + "notif.test.short": "Testing av varsler", "notif.test.long": "Dette er en test av e-postmeldingen for varsler. Send hjelp!", "test.text1": "Dette er en test e-post for å verifisere at e-postsystemet i NodeBB fungerer som det skal.", "unsub.cta": "Klikk her for å endre disse innstillingene", "unsubscribe": "Avfølg", - "unsub.success": "Du vil ikke lenger motta e-poster fra %1 utsendelseslisten ", + "unsub.success": "Du vil ikke lenger motta e-poster fra %1 utsendelseslisten", "unsub.failure.title": "Kan ikke avslutte abonnementet", "unsub.failure.message": "Dessverre kunne vi ikke melde deg av e-postlisten, da det var et problem med lenken. Du kan imidlertid endre preferansene for e-post ved å gå tilinnstillinger.

(feil:1%):", "banned.subject": "Du har blitt utestengt fra %1", diff --git a/public/language/nb/error.json b/public/language/nb/error.json index 83cc2ada4f..9b7d99e02c 100644 --- a/public/language/nb/error.json +++ b/public/language/nb/error.json @@ -35,11 +35,11 @@ "email-taken": "E-post opptatt", "email-nochange": "E-posten som er angitt er den samme e-posten som allerede er lagret.", "email-invited": "E-post har allerede fått invitasjon", - "email-not-confirmed": "Posting i enkelte kategorier eller emner blir aktivert når e-posten din er bekreftet. Klikk her for å sende en bekreftelses-e-post. ", + "email-not-confirmed": "Posting i enkelte kategorier eller emner blir aktivert når e-posten din er bekreftet. Klikk her for å sende en bekreftelses-e-post.", "email-not-confirmed-chat": "Du kan ikke chatte før e-posten din er bekreftet, vennligst klikk her for å bekrefte e-postadressen.", "email-not-confirmed-email-sent": "E-posten din er ikke bekreftet ennå, sjekk innboksen din for bekreftelses-e-post. Det kan hende du ikke kan legge ut innlegg i enkelte kategorier eller chatte før e-posten din er bekreftet.", "no-email-to-confirm": "Kontoen din mangler e-postadresse. En e-postadresse er nødvendig for gjenoppretting av konto, og kan være nødvendig for chatting og innlegg i enkelte kategorier. Klikk her for å skrive inn en e-postadresse.", - "user-doesnt-have-email": "Brukeren «%1» har ikke lagt til e-postadresse. ", + "user-doesnt-have-email": "Brukeren «%1» har ikke lagt til e-postadresse.", "email-confirm-failed": "Vi kunne ikke bekrefte e-posten din, vennligst prøv igjen senere.", "confirm-email-already-sent": "E-post for bekreftelse er allerede sendt, vennligst vent %1 minutt(er) for å sende en til.", "confirm-email-expired": "Confirmation email expired", @@ -115,9 +115,9 @@ "already-unbookmarked": "Du har allerede fjernet bokmerket fra dette innlegget", "cant-ban-other-admins": "Du kan ikke utestenge andre administratorer!", "cant-mute-other-admins": "Du kan ikke kneble andre administratorer.", - "user-muted-for-hours": "Du har blitt kneblet, du vil være i stand til å skrive innlegg om %1 time(r). ", + "user-muted-for-hours": "Du har blitt kneblet, du vil være i stand til å skrive innlegg om %1 time(r).", "user-muted-for-minutes": "Du har blitt kneblet, du vil være i stand til å skrive innlegg om %1 minutt(er).", - "cant-make-banned-users-admin": "Du kan ikke gjøre utestengte brukere til administrator. ", + "cant-make-banned-users-admin": "Du kan ikke gjøre utestengte brukere til administrator.", "cant-remove-last-admin": "Du er den eneste administratoren. Legg til en annen bruker som administrator før du fjerner deg selv.", "account-deletion-disabled": "Kontosletting er deaktivert", "cant-delete-admin": "Fjern administratorrettigheter fra denne kontoen før du prøver å slette den.", @@ -157,7 +157,7 @@ "invalid-chat-message": "Ugyldig samtalemelding", "chat-message-too-long": "Chattebeskjeder kan ikke være lengre enn %1 tegn.", "cant-edit-chat-message": "Du har ikke tilgang til å redigere denne meldingen", - "cant-delete-chat-message": " Du har ikke lov til å slette denne brukeren", + "cant-delete-chat-message": "Du har ikke lov til å slette denne brukeren", "chat-edit-duration-expired": "Du har kun lov til å redigere meldinger i %1 sekund(er) etter at den er sendt", "chat-delete-duration-expired": "Du har kun lov til å slette meldinger i %1 sekund(er) etter den er sendt", "chat-deleted-already": "Denne meldingen har allerede blitt slettet.", @@ -170,8 +170,8 @@ "reputation-system-disabled": "Omdømmesystemet er deaktivert.", "downvoting-disabled": "Nedstemming er deaktivert", "not-enough-reputation-to-chat": "You need %1 reputation to chat", - "not-enough-reputation-to-upvote": "Du trenger %1 omdømme for å stemme opp. ", - "not-enough-reputation-to-downvote": "Du trenger %1 omdømme for å stemme ned. ", + "not-enough-reputation-to-upvote": "Du trenger %1 omdømme for å stemme opp.", + "not-enough-reputation-to-downvote": "Du trenger %1 omdømme for å stemme ned.", "not-enough-reputation-to-post-links": "You need %1 reputation to post links", "not-enough-reputation-to-flag": "Du trenger %1 omdømme for å flagge dette innlegget.", "not-enough-reputation-min-rep-website": "Du trenger %1 omdømme for å legge til et nettsted", @@ -184,6 +184,7 @@ "post-flagged-too-many-times": "Dette innlegget har allerede blitt flagget av andre", "user-flagged-too-many-times": "Denne brukeren har allerede blitt flagget av andre", "cant-flag-privileged": "Du har ikke lov til å flagge profiler eller innhold fra priveligerte burkere (moderatorer/ globale moderatorer/ administratorer)", + "cant-locate-flag-report": "Cannot locate flag report", "self-vote": "Du kan ikke stemme på ditt eget innlegg", "too-many-upvotes-today": "Du kan bare gi oppstemme %1 ganger pr. dag", "too-many-upvotes-today-user": "Du kan bare gi oppstemme til en bruker %1 ganger pr. dag", diff --git a/public/language/nb/flags.json b/public/language/nb/flags.json index 1b57cf4c19..c20ce424ef 100644 --- a/public/language/nb/flags.json +++ b/public/language/nb/flags.json @@ -1,5 +1,6 @@ { "state": "State", + "report": "Report", "reports": "Rapporter", "first-reported": "Først rapportert", "no-flags": "Hurra! Ingen flagg funnet", @@ -8,6 +9,8 @@ "update": "Oppdater ", "updated": "Oppdatert", "resolved": "Løst", + "report-added": "Added", + "report-rescinded": "Rescinded", "target-purged": "Innholdet dette flagget refererte til er renset og er ikke lenger tilgjengelig.", "target-aboutme-empty": "This user has no "About Me" set.", diff --git a/public/language/nb/global.json b/public/language/nb/global.json index 06bc657a13..a225be9886 100644 --- a/public/language/nb/global.json +++ b/public/language/nb/global.json @@ -9,23 +9,23 @@ "404.message": "You seem to have stumbled upon a page that does not exist.
Return to the home page.
", "500.title": "Intern feil.", "500.message": "Oops! Ser ut som noe gikk galt!", - "400.title": "Ugyldig forespørsel ", + "400.title": "Ugyldig forespørsel", "400.message": "It looks like this link is malformed, please double-check and try again.
Return to the home page.
", "register": "Registrer", "login": "Logg inn", - "please_log_in": "Vennligst logg inn", + "please-log-in": "Vennligst logg inn", "logout": "Logg ut", - "posting_restriction_info": "Posting er foreløpig begrenset til registrerte medlemmer, klikk her for å logge inn.", - "welcome_back": "Velkommen tilbake", - "you_have_successfully_logged_in": "Du har blitt logget inn", - "save_changes": "Lagre endringer", + "posting-restriction-info": "Posting er foreløpig begrenset til registrerte medlemmer, klikk her for å logge inn.", + "welcome-back": "Velkommen tilbake", + "you-have-successfully-logged-in": "Du har blitt logget inn", + "save-changes": "Lagre endringer", "save": "Lagre", "create": "Create", "cancel": "Cancel", "close": "Lukk", "pagination": "Paginering", - "pagination.out_of": "%1 ut av %2", - "pagination.enter_index": "Gå til indeks for innlegg", + "pagination.out-of": "%1 ut av %2", + "pagination.enter-index": "Gå til indeks for innlegg", "header.admin": "Admin", "header.categories": "Kategorier", "header.recent": "Seneste", @@ -66,39 +66,39 @@ "x-topics": "%1 topics", "x-reputation": "%1 reputation", "best": "Best", - "controversial": "Kontroversiell ", + "controversial": "Kontroversiell", "votes": "Stemmer", "x-votes": "%1 stemmer", "voters": "Velgere", "upvoters": "Oppstemmere", - "upvoted": "Oppstemt ", + "upvoted": "Oppstemt", "downvoters": "Nedstemmer", - "downvoted": "Nedstemte ", + "downvoted": "Nedstemte", "views": "Visninger", - "posters": "Innlegg ", + "posters": "Innlegg", "reputation": "Omdømme", "lastpost": "Seneste innlegg", - "firstpost": "Første innlegg ", + "firstpost": "Første innlegg", "about": "About", - "read_more": "les mer", + "read-more": "les mer", "more": "Mer", "none": "Ingen", - "posted_ago_by_guest": "skrevet %1 av Gjest", - "posted_ago_by": "skrevet %1 av %2", - "posted_ago": "skrevet %1", - "posted_in": "skrevet i %1", - "posted_in_by": "skrevet i %1 %2", - "posted_in_ago": "skrevet i %1 %2", - "posted_in_ago_by": "skrevet i %1 %2 av %3", - "user_posted_ago": "%1 skrev %2", - "guest_posted_ago": "Gjest skrev den %1", - "last_edited_by": "sist endret av %1", + "posted-ago-by-guest": "skrevet %1 av Gjest", + "posted-ago-by": "skrevet %1 av %2", + "posted-ago": "skrevet %1", + "posted-in": "skrevet i %1", + "posted-in-by": "skrevet i %1 %2", + "posted-in-ago": "skrevet i %1 %2", + "posted-in-ago-by": "skrevet i %1 %2 av %3", + "user-posted-ago": "%1 skrev %2", + "guest-posted-ago": "Gjest skrev den %1", + "last-edited-by": "sist endret av %1", "edited-timestamp": "Edited %1", "norecentposts": "Ingen nylige innlegg", "norecenttopics": "Ingen nye tråder", "recentposts": "Seneste innlegg", "recentips": "Seneste innloggede IPer", - "moderator_tools": "Moderatorverktøy", + "moderator-tools": "Moderatorverktøy", "status": "Status", "online": "Tilkoblet", "away": "Borte", @@ -109,31 +109,31 @@ "language": "Språk", "guest": "Gjest", "guests": "Gjester", - "former_user": "En tidligere bruker", - "system-user": "System ", + "former-user": "En tidligere bruker", + "system-user": "System", "unknown-user": "Ukjent bruker", "updated.title": "Forum oppdatert", "updated.message": "Dette forumet har nettopp blitt oppdatert til den nyeste versjonen. Klikk her for å laste siden på nytt.", "privacy": "Personvern", "follow": "Følg", "unfollow": "Avfølg", - "delete_all": "Slett alle", + "delete-all": "Slett alle", "map": "Kart", - "sessions": "Påloggingsøkt ", - "ip_address": "IP-adresse", - "enter_page_number": "Tast inn sidenummer", - "upload_file": "Last opp fil ", + "sessions": "Påloggingsøkt", + "ip-address": "IP-adresse", + "enter-page-number": "Tast inn sidenummer", + "upload-file": "Last opp fil", "upload": "Last opp", "uploads": "Opplastninger", "allowed-file-types": "Tillatte filtyper er %1", "unsaved-changes": "Du har endringer som ikke er lagret. Er du sikker på at du ønsker å navigere bort?", - "reconnecting-message": "Ser ut til at forbindelsen med %1 forsvant, vær vennlig å vent mens vi forsøker å gjenopprette forbindelsen. ", + "reconnecting-message": "Ser ut til at forbindelsen med %1 forsvant, vær vennlig å vent mens vi forsøker å gjenopprette forbindelsen.", "play": "Start", "cookies.message": "Dette nettstedet bruker informasjonskapsler for å sikre at du får den beste opplevelsen på nettstedet vårt.", "cookies.accept": "Forstått!", - "cookies.learn_more": "Lær mer", + "cookies.learn-more": "Lær mer", "edited": "Redigert", - "disabled": "Deaktivert ", + "disabled": "Deaktivert", "select": "Velg", "copied": "Copied", "user-search-prompt": "Skriv her for å finne andre brukere...", diff --git a/public/language/nb/groups.json b/public/language/nb/groups.json index cc8c479cd4..4327b3e8e7 100644 --- a/public/language/nb/groups.json +++ b/public/language/nb/groups.json @@ -2,65 +2,65 @@ "all-groups": "All groups", "groups": "Grupper", "members": "Members", - "view_group": "Vis gruppe", + "view-group": "Vis gruppe", "owner": "Gruppeeier", - "new_group": "Opprett ny gruppe", - "no_groups_found": "Det er ingen grupper å se", + "new-group": "Opprett ny gruppe", + "no-groups-found": "Det er ingen grupper å se", "pending.accept": "Aksepter", "pending.reject": "Avslå", - "pending.accept_all": "Aksepter alle", - "pending.reject_all": "Avslå alle", + "pending.accept-all": "Aksepter alle", + "pending.reject-all": "Avslå alle", "pending.none": "Det er ingen ventende medlemmer på dette tidspunktet", "invited.none": "Det er ingen inviterte medlemmer på dette tidspunktet", "invited.uninvite": "Trekk tilbake invitasjon", "invited.search": "Søk etter en bruker å invitere til denne gruppen", - "invited.notification_title": "Du har blitt invitert til %1", - "request.notification_title": "Forespørsel om gruppemedlemskap fra %1", - "request.notification_text": "%1 har forespurt å bli medlem av %2", + "invited.notification-title": "Du har blitt invitert til %1", + "request.notification-title": "Forespørsel om gruppemedlemskap fra %1", + "request.notification-text": "%1 har forespurt å bli medlem av %2", "cover-save": "Lagre", "cover-saving": "Lagrer", "details.title": "Gruppedetaljer", "details.members": "Medlemsliste", "details.pending": "Ventende medlemmer", "details.invited": "Inviterte medlemmer", - "details.has_no_posts": "Medlemmene i denne gruppen har ikke skrevet noen innlegg.", - "details.latest_posts": "Seneste innlegg", + "details.has-no-posts": "Medlemmene i denne gruppen har ikke skrevet noen innlegg.", + "details.latest-posts": "Seneste innlegg", "details.private": "Privat", "details.disableJoinRequests": "Deaktiver forespørsler om å bli med", "details.disableLeave": "Tillat brukere å forlate gruppen", "details.grant": "Gi/Opphev Eierskap", "details.kick": "Kast ut", - "details.kick_confirm": "Er du sikker på at du vil fjerne dette medlemmet fra gruppen?", + "details.kick-confirm": "Er du sikker på at du vil fjerne dette medlemmet fra gruppen?", "details.add-member": "Legg til medlem", - "details.owner_options": "Gruppeadministrasjon", - "details.group_name": "Gruppenavn", - "details.member_count": "Antall medlemmer", - "details.creation_date": "Opprettelsesdato", + "details.owner-options": "Gruppeadministrasjon", + "details.group-name": "Gruppenavn", + "details.member-count": "Antall medlemmer", + "details.creation-date": "Opprettelsesdato", "details.description": "Beskrivelse", "details.member-post-cids": "Category IDs to display posts from", - "details.badge_preview": "Forhåndsvisning av skilt", - "details.change_icon": "Endre ikon", - "details.change_label_colour": "Endre fargen på etiketten", - "details.change_text_colour": "Endre farge på tekst", - "details.badge_text": "Skilt-tekst", + "details.badge-preview": "Forhåndsvisning av skilt", + "details.change-icon": "Endre ikon", + "details.change-label-colour": "Endre fargen på etiketten", + "details.change-text-colour": "Endre farge på tekst", + "details.badge-text": "Skilt-tekst", "details.userTitleEnabled": "Vis skilt", - "details.private_help": "Hvis aktivert, vil medlemskap i grupper kreve godkjennelse fra en gruppeeier", + "details.private-help": "Hvis aktivert, vil medlemskap i grupper kreve godkjennelse fra en gruppeeier", "details.hidden": "Skjult", - "details.hidden_help": "Hvis aktivert, vil ikke denne gruppen bli funnet i gruppelisten, og brukere må inviteres manuelt", - "details.delete_group": "Slett gruppe", - "details.private_system_help": "Private grupper er deaktivert på systemnivå, dette alternativet gjør ikke noe ytterligere ", + "details.hidden-help": "Hvis aktivert, vil ikke denne gruppen bli funnet i gruppelisten, og brukere må inviteres manuelt", + "details.delete-group": "Slett gruppe", + "details.private-system-help": "Private grupper er deaktivert på systemnivå, dette alternativet gjør ikke noe ytterligere", "event.updated": "Gruppedetaljer har blitt oppdatert", "event.deleted": "Gruppen \"%1\" har blitt slettet", "membership.accept-invitation": "Aksepter invitasjon", - "membership.accept.notification_title": "Du er nå et medlem av %1", + "membership.accept.notification-title": "Du er nå et medlem av %1", "membership.invitation-pending": "Invitasjon venter", "membership.join-group": "Bli med i gruppe", "membership.leave-group": "Forlat gruppe", - "membership.leave.notification_title": "%1 har forlatt gruppen %2", + "membership.leave.notification-title": "%1 har forlatt gruppen %2", "membership.reject": "Avslå", - "new-group.group_name": "Gruppenavn:", - "upload-group-cover": "Last opp et deksel for gruppen ", + "new-group.group-name": "Gruppenavn:", + "upload-group-cover": "Last opp et deksel for gruppen", "bulk-invite-instructions": "Skriv inn en liste over kommaseparerte brukernavn for å invitere til denne gruppen", "bulk-invite": "Inviter i bulk", - "remove_group_cover_confirm": "Er du sikker på at du vil fjerne omslagsbildet? " + "remove-group-cover-confirm": "Er du sikker på at du vil fjerne omslagsbildet?" } \ No newline at end of file diff --git a/public/language/nb/login.json b/public/language/nb/login.json index fc6eb92fc8..7b71016b86 100644 --- a/public/language/nb/login.json +++ b/public/language/nb/login.json @@ -1,12 +1,12 @@ { "username-email": "Brukernavn / E-post", "username": "Brukernavn", - "remember_me": "Husk meg?", - "forgot_password": "Glemt passord?", - "alternative_logins": "Alternativ innlogging", - "failed_login_attempt": "Innlogging mislyktes", - "login_successful": "Du har blitt logget inn!", - "dont_have_account": "Har du ikke en konto?", + "remember-me": "Husk meg?", + "forgot-password": "Glemt passord?", + "alternative-logins": "Alternativ innlogging", + "failed-login-attempt": "Innlogging mislyktes", + "login-successful": "Du har blitt logget inn!", + "dont-have-account": "Har du ikke en konto?", "logged-out-due-to-inactivity": "Du har blitt logget ut av administratorsidene fordi du har vært inaktiv for lenge", "caps-lock-enabled": "Caps Lock er skrudd på" } \ No newline at end of file diff --git a/public/language/nb/modules.json b/public/language/nb/modules.json index cb7b9714af..e3a941f366 100644 --- a/public/language/nb/modules.json +++ b/public/language/nb/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "Room %1", - "chat.chatting_with": "Chat med", + "chat.chatting-with": "Chat med", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Go to most recent message", @@ -8,12 +8,15 @@ "chat.chat-with-usernames": "Chat with %1", "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Send", - "chat.no_active": "Du har ingen aktive chatter.", - "chat.user_typing": "%1 skriver ...", - "chat.user_has_messaged_you": "%1 har sendt deg en melding", + "chat.no-active": "Du har ingen aktive chatter.", + "chat.user-typing-1": "%1 is typing ...", + "chat.user-typing-2": "%1 and %2 are typing ...", + "chat.user-typing-3": "%1, %2 and %3 are typing ...", + "chat.user-typing-n": "%1, %2 and %3 others are typing ...", + "chat.user-has-messaged-you": "%1 har sendt deg en melding", "chat.replying-to": "Replying to %1", - "chat.see_all": "Alle chatter", - "chat.mark_all_read": "Marker alle som lest", + "chat.see-all": "Alle chatter", + "chat.mark-all-read": "Marker alle som lest", "chat.no-messages": "Vennligst velg en mottaker for å vise chatte-melding historikk", "chat.no-users-in-room": "Ingen brukere i dette rommet", "chat.recent-chats": "Nylige chatter", @@ -24,12 +27,16 @@ "chat.pop-out": "Pop-out chatt", "chat.minimize": "Mimimer", "chat.maximize": "Maksimer", - "chat.seven_days": "7 dager", - "chat.thirty_days": "30 dager", - "chat.three_months": "3 måneder", - "chat.delete_message_confirm": "Er du sikker på at du vil slette denne meldingen?", + "chat.seven-days": "7 dager", + "chat.thirty-days": "30 dager", + "chat.three-months": "3 måneder", + "chat.delete-message-confirm": "Er du sikker på at du vil slette denne meldingen?", "chat.retrieving-users": "Henter brukere ...", "chat.view-users-list": "View users list", + "chat.pinned-messages": "Pinned Messages", + "chat.no-pinned-messages": "There are no pinned messages", + "chat.pin-message": "Pin Message", + "chat.unpin-message": "Unpin Message", "chat.public-rooms": "Public Rooms (%1)", "chat.private-rooms": "Private Rooms (%1)", "chat.create-room": "Create Chat Room", @@ -67,27 +74,35 @@ "chat.system.user-leave": "%1 has left the room ", "chat.system.room-rename": "%2 has renamed this room to \"%1\" ", "composer.compose": "Komponer", - "composer.show_preview": "Vis forhåndsvisning", - "composer.hide_preview": "Skjul forhåndsvisning", + "composer.show-preview": "Vis forhåndsvisning", + "composer.hide-preview": "Skjul forhåndsvisning", "composer.help": "Help", - "composer.user_said_in": "%1 sa i %2: ", - "composer.user_said": "%1 sa: ", + "composer.user-said-in": "%1 sa i %2:", + "composer.user-said": "%1 sa:", "composer.discard": "Er du sikker på at du vil forkaste dette innlegget?", - "composer.submit_and_lock": "Send og lås", - "composer.toggle_dropdown": "Veksle nedtrekksfelt", + "composer.submit-and-lock": "Send og lås", + "composer.toggle-dropdown": "Veksle nedtrekksfelt", "composer.uploading": "Laster opp %1", "composer.formatting.bold": "Uthevet", "composer.formatting.italic": "Kursiv", + "composer.formatting.heading": "Heading", + "composer.formatting.heading1": "Heading 1", + "composer.formatting.heading2": "Heading 2", + "composer.formatting.heading3": "Heading 3", + "composer.formatting.heading4": "Heading 4", + "composer.formatting.heading5": "Heading 5", + "composer.formatting.heading6": "Heading 6", "composer.formatting.list": "Liste", "composer.formatting.strikethrough": "Gjennomstreking", "composer.formatting.code": "Code", "composer.formatting.link": "Lenke", "composer.formatting.picture": "Bildelenke", "composer.upload-picture": "Last opp bilde", - "composer.upload-file": "Last opp fil ", - "composer.zen_mode": "Zenmodus", - "composer.select_category": "Velg en kategori", + "composer.upload-file": "Last opp fil", + "composer.zen-mode": "Zenmodus", + "composer.select-category": "Velg en kategori", "composer.textarea.placeholder": "Enter your post content here, drag and drop images", + "composer.post-queue-alert": "Hello👋!
This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.", "composer.schedule-for": "Schedule topic for", "composer.schedule-date": "Date", "composer.schedule-time": "Time", @@ -102,13 +117,13 @@ "bootbox.confirm": "Bekreft", "bootbox.submit": "Submit", "bootbox.send": "Send", - "cover.dragging_title": "Posisjoner bilde", - "cover.dragging_message": "Drag the cover photo to the desired position and click \"Save\"", + "cover.dragging-title": "Posisjoner bilde", + "cover.dragging-message": "Drag the cover photo to the desired position and click \"Save\"", "cover.saved": "Cover photo image and position saved", "thumbs.modal.title": "Manage topic thumbnails", "thumbs.modal.no-thumbs": "No thumbnails found.", "thumbs.modal.resize-note": "Note: This forum is configured to resize topic thumbnails down to a maximum width of %1px", "thumbs.modal.add": "Legg til miniatyrbilde", - "thumbs.modal.remove": "Fjern miniatyrbilde ", - "thumbs.modal.confirm-remove": "Er du sikker på at du vil fjerne dette miniatyrbilde? " + "thumbs.modal.remove": "Fjern miniatyrbilde", + "thumbs.modal.confirm-remove": "Er du sikker på at du vil fjerne dette miniatyrbilde?" } \ No newline at end of file diff --git a/public/language/nb/notifications.json b/public/language/nb/notifications.json index 03fd22fcb6..f0c64087a2 100644 --- a/public/language/nb/notifications.json +++ b/public/language/nb/notifications.json @@ -1,59 +1,68 @@ { "title": "Varsler", - "no_notifs": "Du har ingen nye varsler", - "see_all": "Alle varslinger", - "mark_all_read": "Marker alle som lest", - "back_to_home": "Tilbake til %1", - "outgoing_link": "Utgående link", - "outgoing_link_message": "Du forlater nå %1", - "continue_to": "Fortsett til %1", - "return_to": "Gå tilbake til %1", - "new_notification": "Du har en ny varsling", - "you_have_unread_notifications": "Du har uleste varsler.", + "no-notifs": "Du har ingen nye varsler", + "see-all": "Alle varslinger", + "mark-all-read": "Marker alle som lest", + "back-to-home": "Tilbake til %1", + "outgoing-link": "Utgående link", + "outgoing-link-message": "Du forlater nå %1", + "continue-to": "Fortsett til %1", + "return-to": "Gå tilbake til %1", + "new-notification": "Du har en ny varsling", + "you-have-unread-notifications": "Du har uleste varsler.", "all": "Alle", "topics": "Emner", + "tags": "Tags", "replies": "Svar", "chat": "Samtaler", "group-chat": "Gruppesamtaler", "public-chat": "Public Chats", "follows": "Følger", "upvote": "Oppstemmer", + "awards": "Awards", "new-flags": "Nye flagg", "my-flags": "Flagg som er tildelt til meg", "bans": "Forbud", - "new_message_from": "Ny melding fra %1", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1 har stemt opp innlegget ditt i %2.", - "upvoted_your_post_in_dual": "%1 og 2% har stemt opp innlegget ditt i %3.", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "%1 har flyttet innlegget ditt til %2.", - "moved_your_topic": "%1 har flyttet %2", - "user_flagged_post_in": "%1 har flagget et innlegg i %2", - "user_flagged_post_in_dual": "%1 og %2 flagget et innlegg i %3", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1 flagget en brukerprofil (%2)", - "user_flagged_user_dual": "%1 og 2% har flagget en brukerprofil (%3)", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "%1 har skrevet et svar til: %2", - "user_posted_to_dual": "%1 og 2% har svart på innlegget ditt i %3.", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1 har skrevet en ny tråd: %2", - "user_edited_post": "%1 har redigert ett innlegg i %2", - "user_started_following_you": "%1 begynte å følge deg.", - "user_started_following_you_dual": "%1 og 2% har begynt å følge deg. ", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1 sendte en forespørsel om registrering", - "new_register_multiple": " Det er %1 registreringsforespørsler som venter på deg.", - "flag_assigned_to_you": "Flag %1 har blitt tildelt deg", - "post_awaiting_review": "Innlegg avventer anmeldelse", + "new-message-from": "Ny melding fra %1", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 wrote in %3", + "user-posted-in-public-room-dual": "%1 and %2 wrote in %4", + "user-posted-in-public-room-triple": "%1, %2 and %3 wrote in %5", + "user-posted-in-public-room-multiple": "%1, %2 and %3 others wrote in %5", + "upvoted-your-post-in": "%1 har stemt opp innlegget ditt i %2.", + "upvoted-your-post-in-dual": "%1 og 2% har stemt opp innlegget ditt i %3.", + "upvoted-your-post-in-triple": "%1, %2 and %3 have upvoted your post in %4.", + "upvoted-your-post-in-multiple": "%1, %2 and %3 others have upvoted your post in %4.", + "moved-your-post": "%1 har flyttet innlegget ditt til %2.", + "moved-your-topic": "%1 har flyttet %2", + "user-flagged-post-in": "%1 har flagget et innlegg i %2", + "user-flagged-post-in-dual": "%1 og %2 flagget et innlegg i %3", + "user-flagged-post-in-triple": "%1, %2 and %3 flagged a post in %4", + "user-flagged-post-in-multiple": "%1, %2 and %3 others flagged a post in %4", + "user-flagged-user": "%1 flagget en brukerprofil (%2)", + "user-flagged-user-dual": "%1 og 2% har flagget en brukerprofil (%3)", + "user-flagged-user-triple": "%1, %2 and %3 flagged a user profile (%4)", + "user-flagged-user-multiple": "%1, %2 and %3 others flagged a user profile (%4)", + "user-posted-to": "%1 har skrevet et svar til: %2", + "user-posted-to-dual": "%1 og 2% har svart på innlegget ditt i %3.", + "user-posted-to-triple": "%1, %2 and %3 have posted replies to: %4", + "user-posted-to-multiple": "%1, %2 and %3 others have posted replies to: %4", + "user-posted-topic": "%1 har skrevet en ny tråd: %2", + "user-edited-post": "%1 har redigert ett innlegg i %2", + "user-posted-topic-with-tag": "%1 has posted a new topic with tag %2", + "user-posted-topic-with-tag-dual": "%1 has posted a new topic with tags %2 and %3", + "user-posted-topic-with-tag-triple": "%1 has posted a new topic with tags %2, %3 and %4", + "user-posted-topic-with-tag-multiple": "%1 has posted a new topic with tags %2", + "user-started-following-you": "%1 begynte å følge deg.", + "user-started-following-you-dual": "%1 og 2% har begynt å følge deg.", + "user-started-following-you-triple": "%1, %2 and %3 started following you.", + "user-started-following-you-multiple": "%1, %2 and %3 others started following you.", + "new-register": "%1 sendte en forespørsel om registrering", + "new-register-multiple": "Det er %1 registreringsforespørsler som venter på deg.", + "flag-assigned-to-you": "Flag %1 har blitt tildelt deg", + "post-awaiting-review": "Innlegg avventer anmeldelse", "profile-exported": "%1 profil eksportert, klikk for å laste ned", "posts-exported": "%1 innlegg eksportert, klikk for å laste ned", "uploads-exported": "%1 opplastninger eksportert, klikk for å laste ned", @@ -66,22 +75,24 @@ "email-confirm-error-message": "Det oppsto et problem under validering av e-posten din. Koden kan ha vært ugyldig eller ha utløpt.", "email-confirm-sent": "Bekreftelses-e-post sendt.", "none": "Ingen", - "notification_only": "Kun notifikasjon ", - "email_only": "Kun e-post", - "notification_and_email": "Notifikasjon og e-post ", - "notificationType_upvote": "Når noen stemmer opp innlegget ditt", - "notificationType_new-topic": "Når noen du følger følger legger ut et emne", - "notificationType_new-reply": "Når et nytt svar er lagt ut i et emne du overvåker", - "notificationType_post-edit": "Når et innlegg er redigert i et emne du overvåker", - "notificationType_follow": "Når noen starter å følge deg", - "notificationType_new-chat": "Når du mottar en melding i chatt", - "notificationType_new-group-chat": "Når du mottar en gruppemelding i chatt", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "Når du får tilsendt en gruppeinvitasjon ", - "notificationType_group-leave": "Når en bruker forlater gruppen din", - "notificationType_group-request-membership": "Når noen sender en forespørsel om å bli med i en gruppe du eier", - "notificationType_new-register": "Når noen blir lag til i kø for å registrere", - "notificationType_post-queue": "Når et nytt innlegg er satt i kø ", - "notificationType_new-post-flag": "Når ett nytt innlegg er flagget", - "notificationType_new-user-flag": "Når en bruker er flagget" + "notification-only": "Kun notifikasjon", + "email-only": "Kun e-post", + "notification-and-email": "Notifikasjon og e-post", + "notificationType-upvote": "Når noen stemmer opp innlegget ditt", + "notificationType-new-topic": "Når noen du følger følger legger ut et emne", + "notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow", + "notificationType-new-reply": "Når et nytt svar er lagt ut i et emne du overvåker", + "notificationType-post-edit": "Når et innlegg er redigert i et emne du overvåker", + "notificationType-follow": "Når noen starter å følge deg", + "notificationType-new-chat": "Når du mottar en melding i chatt", + "notificationType-new-group-chat": "Når du mottar en gruppemelding i chatt", + "notificationType-new-public-chat": "When you receive a public group chat message", + "notificationType-group-invite": "Når du får tilsendt en gruppeinvitasjon", + "notificationType-group-leave": "Når en bruker forlater gruppen din", + "notificationType-group-request-membership": "Når noen sender en forespørsel om å bli med i en gruppe du eier", + "notificationType-new-register": "Når noen blir lag til i kø for å registrere", + "notificationType-post-queue": "Når et nytt innlegg er satt i kø", + "notificationType-new-post-flag": "Når ett nytt innlegg er flagget", + "notificationType-new-user-flag": "Når en bruker er flagget", + "notificationType-new-reward": "When you earn a new reward" } \ No newline at end of file diff --git a/public/language/nb/pages.json b/public/language/nb/pages.json index 93b9c41cc1..26b7cbf6d8 100644 --- a/public/language/nb/pages.json +++ b/public/language/nb/pages.json @@ -8,7 +8,7 @@ "recent": "Nylige emner", "top-day": "Dagens emne med fleste stemmer", "top-week": "Emne med flest stemmer denne uken", - "top-month": "Emne med flest stemme denne måneden ", + "top-month": "Emne med flest stemme denne måneden", "top-alltime": "Emner med flest stemmer", "moderator-tools": "Moderatorverktøy", "flagged-content": "Flagget innhold", @@ -20,7 +20,7 @@ "users/sort-posts": "Brukere med flest innlegg", "users/sort-reputation": "Brukere med best omdømme", "users/banned": "Utestengte brukere", - "users/most-flags": "Brukere som er mest flagget ", + "users/most-flags": "Brukere som er mest flagget", "users/search": "Brukersøk", "notifications": "Varsler", "tags": "Emneord", @@ -40,14 +40,15 @@ "account/edit/password": "Redigeringspassord for \"%1\"", "account/edit/username": "Rediger brukernavnet til \"%1\"", "account/edit/email": "Rediger e-post for \"%1\"", - "account/info": "Informasjon om brukerkonto ", + "account/info": "Informasjon om brukerkonto", "account/following": "Personer %1 følger", "account/followers": "Personer som følger %1", "account/posts": "Innlegg opprettet av %1", "account/latest-posts": "Seneste innlegg skrevet av %1", "account/topics": "Emner opprettet av %1", "account/groups": "%1 sine grupper", - "account/watched_categories": "%1's overvåkede kategorier", + "account/watched-categories": "%1's overvåkede kategorier", + "account/watched-tags": "%1's Watched Tags", "account/bookmarks": "%1's bokmerkede innlegg", "account/settings": "Brukerinnstillinger", "account/settings-of": "Changing settings of %1", diff --git a/public/language/nb/recent.json b/public/language/nb/recent.json index 105685d67f..f9446f5087 100644 --- a/public/language/nb/recent.json +++ b/public/language/nb/recent.json @@ -5,7 +5,7 @@ "month": "Måned", "year": "År", "alltime": "All tid", - "no_recent_topics": "Det er ingen nye emner.", - "no_popular_topics": "Det er ingen populære emner.", + "no-recent-topics": "Det er ingen nye emner.", + "no-popular-topics": "Det er ingen populære emner.", "load-new-posts": "Load new posts" } \ No newline at end of file diff --git a/public/language/nb/register.json b/public/language/nb/register.json index 87e810377e..96867d8d13 100644 --- a/public/language/nb/register.json +++ b/public/language/nb/register.json @@ -1,33 +1,33 @@ { "register": "Registrer", "already-have-account": "Already have an account?", - "cancel_registration": "Avbryt registrering ", + "cancel-registration": "Avbryt registrering", "help.email": "Som standard, holdes din e-post skjult for offentligheten.", - "help.username_restrictions": "Et unikt brukernavn mellom %1 og %2 tegn. Andre kan nevne deg med @brukernavn.", - "help.minimum_password_length": "Ditt passord må være minst %1 tegn.", - "email_address": "E-postadresse", - "email_address_placeholder": "Skriv e-postadresse", + "help.username-restrictions": "Et unikt brukernavn mellom %1 og %2 tegn. Andre kan nevne deg med @brukernavn.", + "help.minimum-password-length": "Ditt passord må være minst %1 tegn.", + "email-address": "E-postadresse", + "email-address-placeholder": "Skriv e-postadresse", "username": "Brukernavn", - "username_placeholder": "Skriv brukernavn", + "username-placeholder": "Skriv brukernavn", "password": "Passord", - "password_placeholder": "Skriv passord", - "confirm_password": "Bekreft passord", - "confirm_password_placeholder": "Bekreft passord", - "register_now_button": "Registrer nå", - "alternative_registration": "Alternativ registrering", - "terms_of_use": "Vilkårene for bruk", - "agree_to_terms_of_use": "Jeg godtar vilkårene for bruk", - "terms_of_use_error": "Du må godta vilkårene for bruk", + "password-placeholder": "Skriv passord", + "confirm-password": "Bekreft passord", + "confirm-password-placeholder": "Bekreft passord", + "register-now-button": "Registrer nå", + "alternative-registration": "Alternativ registrering", + "terms-of-use": "Vilkårene for bruk", + "agree-to-terms-of-use": "Jeg godtar vilkårene for bruk", + "terms-of-use-error": "Du må godta vilkårene for bruk", "registration-added-to-queue": "Din registrering har blitt lagt til i godkjenningskøen. Du vil motta en e-post når denne blir akseptert av en administrator.", "registration-queue-average-time": "Gjennomsnittlig tid for godkjenning av medlemskap er %1 timer %2 minutter.", "registration-queue-auto-approve-time": "Ditt medlemskap i dette forumet vil være fullt aktivert på opptil %1 timer.", "interstitial.intro": "Vi ønsker ytterligere informasjon for å oppdatere din brukerkonto…", "interstitial.intro-new": "Vi ønsker ytterligere informasjon før vi kan opprette din brukerkonto…", "interstitial.errors-found": "Vennligst gå igjennom oppgitt informasjon:", - "gdpr_agree_data": "Jeg samtykker til innsamling og behandling av min personlige informasjon på dette nettstedet.", - "gdpr_agree_email": "Jeg samtykker i å motta forumsammendrag og varsler på e-postmeldinger fra dette nettstedet. ", - "gdpr_consent_denied": "Du må gi samtykke til at dette nettstedet kan samle inn/behandle informasjonen din, og sende deg e-post.", - "invite.error-admin-only": "Direkte brukerregistrering er deaktivert. Kontakt en administrator for mer informasjon. ", - "invite.error-invite-only": "Direkte brukerregistrering er deaktivert. Du må bli invitert av en eksisterende bruker for å få tilgang til dette forumet. ", + "gdpr-agree-data": "Jeg samtykker til innsamling og behandling av min personlige informasjon på dette nettstedet.", + "gdpr-agree-email": "Jeg samtykker i å motta forumsammendrag og varsler på e-postmeldinger fra dette nettstedet.", + "gdpr-consent-denied": "Du må gi samtykke til at dette nettstedet kan samle inn/behandle informasjonen din, og sende deg e-post.", + "invite.error-admin-only": "Direkte brukerregistrering er deaktivert. Kontakt en administrator for mer informasjon.", + "invite.error-invite-only": "Direkte brukerregistrering er deaktivert. Du må bli invitert av en eksisterende bruker for å få tilgang til dette forumet.", "invite.error-invalid-data": "Registrerte data som mottas samsvarer ikke med registrene våre. Kontakt en administrator for mer informasjon." } \ No newline at end of file diff --git a/public/language/nb/reset_password.json b/public/language/nb/reset_password.json index cbc576f70b..eb03e7ed4d 100644 --- a/public/language/nb/reset_password.json +++ b/public/language/nb/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "Tilbakestill passord", - "update_password": "Oppdater passord", - "password_changed.title": "Passordet ble endret", - "password_changed.message": "

Passord ble tilbakestilt, vennligst logg inn igjen", - "wrong_reset_code.title": "Feil tilbakestillingskode", - "wrong_reset_code.message": "Tilbakestillingskoden mottatt var feil. Vennligst prøv igjen, eller be om en ny tilbakestillingskode.", - "new_password": "Nytt passord", - "repeat_password": "Bekreft passord", - "changing_password": "Endrer passord", - "enter_email": "Vennligst skriv inn e-post-adressen din, så sender vi en e-post med instruksjoner om hvordan du tilbakestiller kontoen din.", - "enter_email_address": "Skriv e-postadresse", - "password_reset_sent": "Hvis den spesifiserte e-postadressen hører til en eksisterende konto blir en e-post med instruksjoner for gjenoppretting av passord sendt. Merk at kun en e-post vil bli sendt ut per minutt.", - "invalid_email": "Ugyldig e-post / e-post eksisterer ikke", - "password_too_short": "Passordet du skrev inn er for kort, vennligst velg et lengre passord.", - "passwords_do_not_match": "Passordene du har skrevet inn samsvarer ikke.", - "password_expired": "Passordet ditt har utløpt, vennligst velg et nytt passord" + "reset-password": "Tilbakestill passord", + "update-password": "Oppdater passord", + "password-changed.title": "Passordet ble endret", + "password-changed.message": "

Passord ble tilbakestilt, vennligst logg inn igjen", + "wrong-reset-code.title": "Feil tilbakestillingskode", + "wrong-reset-code.message": "Tilbakestillingskoden mottatt var feil. Vennligst prøv igjen, eller be om en ny tilbakestillingskode.", + "new-password": "Nytt passord", + "repeat-password": "Bekreft passord", + "changing-password": "Endrer passord", + "enter-email": "Vennligst skriv inn e-post-adressen din, så sender vi en e-post med instruksjoner om hvordan du tilbakestiller kontoen din.", + "enter-email-address": "Skriv e-postadresse", + "password-reset-sent": "Hvis den spesifiserte e-postadressen hører til en eksisterende konto blir en e-post med instruksjoner for gjenoppretting av passord sendt. Merk at kun en e-post vil bli sendt ut per minutt.", + "invalid-email": "Ugyldig e-post / e-post eksisterer ikke", + "password-too-short": "Passordet du skrev inn er for kort, vennligst velg et lengre passord.", + "passwords-do-not-match": "Passordene du har skrevet inn samsvarer ikke.", + "password-expired": "Passordet ditt har utløpt, vennligst velg et nytt passord" } \ No newline at end of file diff --git a/public/language/nb/rewards.json b/public/language/nb/rewards.json new file mode 100644 index 0000000000..f923cf1500 --- /dev/null +++ b/public/language/nb/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "You have been awarded %1 reputation", + "awarded-group-membership": "You have been added to the group %1", + + "essentials/user.reputation-conditional-value": "(Reputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Post Count %1 %2)", + "essentials/user.lastonline-conditional-value": "(Last Online %1 %2)", + "essentials/user.joindate-conditional-value": "(Join Date %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Days Registered %1 %2)" +} \ No newline at end of file diff --git a/public/language/nb/search.json b/public/language/nb/search.json index 7fd86ad8b0..587ea72c04 100644 --- a/public/language/nb/search.json +++ b/public/language/nb/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Type to search", - "results_matching": "%1 resultat(er) samsvarer med \"%2\", (%3 sekunder)", + "results-matching": "%1 resultat(er) samsvarer med \"%2\", (%3 sekunder)", "no-matches": "Ingen matcher funnet", "advanced-search": "Avansert søk", "in": "I", @@ -44,7 +44,7 @@ "yesterday": "I går", "one-week": "En uke", "two-weeks": "To uker", - "one-month": "En måned ", + "one-month": "En måned", "three-months": "Tre måneder", "six-months": "Seks måneder", "one-year": "Ett år", diff --git a/public/language/nb/success.json b/public/language/nb/success.json index 13fa3b4f37..f1d8830fa0 100644 --- a/public/language/nb/success.json +++ b/public/language/nb/success.json @@ -1,7 +1,7 @@ { "success": "Suksess", "topic-post": "Du har nå publisert.", - "post-queued": "Innlegget ditt er satt i kø for godkjenning. Du vil få en melding når den har blitt godkjent eller avvist. ", + "post-queued": "Innlegget ditt er satt i kø for godkjenning. Du vil få en melding når den har blitt godkjent eller avvist.", "authentication-successful": "Innlogging vellykket!", "settings-saved": "Innstillinger lagret!" } \ No newline at end of file diff --git a/public/language/nb/tags.json b/public/language/nb/tags.json index 6ee544b319..9084caaa87 100644 --- a/public/language/nb/tags.json +++ b/public/language/nb/tags.json @@ -1,11 +1,17 @@ { "all-tags": "All tags", - "no_tag_topics": "Det er ingen emner med dette emneordet.", + "no-tag-topics": "Det er ingen emner med dette emneordet.", "no-tags-found": "No tags found", "tags": "Emneord", - "enter_tags_here": "Skriv emneord her, mellom %1 og %2 tegn hver.", - "enter_tags_here_short": "Skriv emneord...", - "no_tags": "Det finnes ingen emneord enda.", - "select_tags": "Velg kode", - "tag-whitelist": "Tag Whitelist" + "enter-tags-here": "Skriv emneord her, mellom %1 og %2 tegn hver.", + "enter-tags-here-short": "Skriv emneord...", + "no-tags": "Det finnes ingen emneord enda.", + "select-tags": "Velg kode", + "tag-whitelist": "Tag Whitelist", + "watching": "Watching", + "not-watching": "Not Watching", + "watching.description": "Notify me of new topics.", + "not-watching.description": "Do not notify me of new topics.", + "following-tag.message": "You will now be receiving notifications when somebody posts a topic with this tag.", + "not-following-tag.message": "You will not receive notifications when somebody posts a topic with this tag." } \ No newline at end of file diff --git a/public/language/nb/themes/harmony.json b/public/language/nb/themes/harmony.json index f915155306..5e0a65f946 100644 --- a/public/language/nb/themes/harmony.json +++ b/public/language/nb/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page", "settings.autohideBottombar": "Auto hide bottom bar", "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down", + "settings.openSidebars": "Open sidebars", "settings.chatModals": "Enable chat modals" } \ No newline at end of file diff --git a/public/language/nb/top.json b/public/language/nb/top.json index bb11307506..c08cb19d23 100644 --- a/public/language/nb/top.json +++ b/public/language/nb/top.json @@ -1,4 +1,4 @@ { "title": "Topp", - "no_top_topics": "Ingen toppemner" + "no-top-topics": "Ingen toppemner" } \ No newline at end of file diff --git a/public/language/nb/topic.json b/public/language/nb/topic.json index f63153bd45..40a60986bc 100644 --- a/public/language/nb/topic.json +++ b/public/language/nb/topic.json @@ -1,20 +1,20 @@ { "topic": "Emne", "title": "Tittel", - "no_topics_found": "Ingen tråder funnet!", - "no_posts_found": "Ingen innlegg funnet!", - "post_is_deleted": "Dette innlegget er slettet!", - "topic_is_deleted": "Denne tråden er slettet!", + "no-topics-found": "Ingen tråder funnet!", + "no-posts-found": "Ingen innlegg funnet!", + "post-is-deleted": "Dette innlegget er slettet!", + "topic-is-deleted": "Denne tråden er slettet!", "profile": "Profil", - "posted_by": "Skapt av %1", - "posted_by_guest": "Skapt av Gjest", + "posted-by": "Skapt av %1", + "posted-by-guest": "Skapt av Gjest", "chat": "Chat", - "notify_me": "Bli varslet om nye svar i denne tråden", + "notify-me": "Bli varslet om nye svar i denne tråden", "quote": "Siter", "reply": "Svar", - "replies_to_this_post": "%1 Svar", - "one_reply_to_this_post": "1 Svar", - "last_reply_time": "Siste svar", + "replies-to-this-post": "%1 Svar", + "one-reply-to-this-post": "1 Svar", + "last-reply-time": "Siste svar", "reply-as-topic": "Svar som tråd", "guest-login-reply": "Logg inn for å besvare", "login-to-view": "🔒 Logg inn for å se", @@ -64,141 +64,142 @@ "user-referenced-topic-on": "%1 referenced this topic on %3", "user-forked-topic-ago": "%1 forked this topic %3", "user-forked-topic-on": "%1 forked this topic on %3", - "bookmark_instructions": "Klikk her for å gå tilbake til det siste innlegget i denne tråden.", + "bookmark-instructions": "Klikk her for å gå tilbake til det siste innlegget i denne tråden.", "flag-post": "Flagg denne posten", "flag-user": "Flagg denne brukeren", "already-flagged": "Allerede flagget", - "view-flag-report": "Vis flaggrapport ", + "view-flag-report": "Vis flaggrapport", "resolve-flag": "Løs flagg", - "merged_message": "Dette emnet er slått sammen med %2", - "deleted_message": "Denne tråden har blitt slettet. Bare brukere med trådhåndterings-privilegier kan se den.", - "following_topic.message": "Du vil nå motta varsler når noen skriver i denne tråden.", - "not_following_topic.message": "Du vil se denne tråden i trådlisten, men du vil ikke motta varslinger når noen skriver i den.", - "ignoring_topic.message": "Du vil ikke lenger se denne tråden blandt de uleste trådene. Du vil få et varsel når du blir nevnt eller din tråd blir oppstemt.", - "login_to_subscribe": "Vennligst registrer deg eller logg inn for å abonnere på denne tråden.", + "merged-message": "Dette emnet er slått sammen med %2", + "forked-message": "This topic was forked from %2", + "deleted-message": "Denne tråden har blitt slettet. Bare brukere med trådhåndterings-privilegier kan se den.", + "following-topic.message": "Du vil nå motta varsler når noen skriver i denne tråden.", + "not-following-topic.message": "Du vil se denne tråden i trådlisten, men du vil ikke motta varslinger når noen skriver i den.", + "ignoring-topic.message": "Du vil ikke lenger se denne tråden blandt de uleste trådene. Du vil få et varsel når du blir nevnt eller din tråd blir oppstemt.", + "login-to-subscribe": "Vennligst registrer deg eller logg inn for å abonnere på denne tråden.", "markAsUnreadForAll.success": "Tråd markert som ulest for alle.", - "mark_unread": "Merk som ulest", - "mark_unread.success": "Tråd merket som ulest.", + "mark-unread": "Merk som ulest", + "mark-unread.success": "Tråd merket som ulest.", "watch": "Overvåk", "unwatch": "Ikke overvåk", "watch.title": "Bli varslet om nye svar i denne tråden", "unwatch.title": "Slutt å følge denne tråden", - "share_this_post": "Del ditt innlegg", + "share-this-post": "Del ditt innlegg", "watching": "Overvåker", "not-watching": "Overvåker ikke", "ignoring": "Ignorerer", "watching.description": "Varlse meg om nye svar.
Vis tråd i ulest.", "not-watching.description": "Ikke varsle meg om nye svar.
Vis tråd i ulest hvis ikke kategori er ignorert.", "ignoring.description": "Ikke varsle meg om nye svar.
Ikke vis tråd i ulest.", - "thread_tools.title": "Trådverktøy", - "thread_tools.markAsUnreadForAll": "Merk som ulest for alle", - "thread_tools.pin": "Fest tråd", - "thread_tools.unpin": "Ufest tråd", - "thread_tools.lock": "Lås tråd", - "thread_tools.unlock": "Lås opp tråd", - "thread_tools.move": "Flytt tråd", - "thread_tools.move-posts": "Flytt innlegg", - "thread_tools.move_all": "Flytt alle", - "thread_tools.change_owner": "Bytt eier", - "thread_tools.select_category": "Velg kategori", - "thread_tools.fork": "Forgren tråd", - "thread_tools.tag": "Tag Topic", - "thread_tools.delete": "Slett tråd", - "thread_tools.delete-posts": "Slett innlegg", - "thread_tools.delete_confirm": "Er du sikker på at du vil slette denne tråden?", - "thread_tools.restore": "Gjenopprett tråd", - "thread_tools.restore_confirm": "Er du sikker på at du vil gjenopprette denne tråden?", - "thread_tools.purge": "Rensk tråd", - "thread_tools.purge_confirm": "Er du sikker på at du vil renske denne tråden?", - "thread_tools.merge_topics": "Flett emner", - "thread_tools.merge": "Merge Topic", - "topic_move_success": "Denne tråden vil straks bli flyttet til \"%1\". Klikk her for å angre.", - "topic_move_multiple_success": "Disse emnene vil straks bli flyttet til \"%1\". Klikk her for å angre.", - "topic_move_all_success": "Alle emner vil straks bli flyttet til \"%1\". Klikk her for å angre.", - "topic_move_undone": "Flytting av emne angret", - "topic_move_posts_success": "Innlegg flyttes om kort tid. Klikk her for å angre.", - "topic_move_posts_undone": "Flytting av innlegg angret", - "post_delete_confirm": "Er du sikker på at du vil slette dette innlegget?", - "post_restore_confirm": "Er du sikker på at du vil gjenopprette dette innlegget?", - "post_purge_confirm": "Er du sikker på at du vil renske dette innlegget?", + "thread-tools.title": "Trådverktøy", + "thread-tools.markAsUnreadForAll": "Merk som ulest for alle", + "thread-tools.pin": "Fest tråd", + "thread-tools.unpin": "Ufest tråd", + "thread-tools.lock": "Lås tråd", + "thread-tools.unlock": "Lås opp tråd", + "thread-tools.move": "Flytt tråd", + "thread-tools.move-posts": "Flytt innlegg", + "thread-tools.move-all": "Flytt alle", + "thread-tools.change-owner": "Bytt eier", + "thread-tools.select-category": "Velg kategori", + "thread-tools.fork": "Forgren tråd", + "thread-tools.tag": "Tag Topic", + "thread-tools.delete": "Slett tråd", + "thread-tools.delete-posts": "Slett innlegg", + "thread-tools.delete-confirm": "Er du sikker på at du vil slette denne tråden?", + "thread-tools.restore": "Gjenopprett tråd", + "thread-tools.restore-confirm": "Er du sikker på at du vil gjenopprette denne tråden?", + "thread-tools.purge": "Rensk tråd", + "thread-tools.purge-confirm": "Er du sikker på at du vil renske denne tråden?", + "thread-tools.merge-topics": "Flett emner", + "thread-tools.merge": "Merge Topic", + "topic-move-success": "Denne tråden vil straks bli flyttet til \"%1\". Klikk her for å angre.", + "topic-move-multiple-success": "Disse emnene vil straks bli flyttet til \"%1\". Klikk her for å angre.", + "topic-move-all-success": "Alle emner vil straks bli flyttet til \"%1\". Klikk her for å angre.", + "topic-move-undone": "Flytting av emne angret", + "topic-move-posts-success": "Innlegg flyttes om kort tid. Klikk her for å angre.", + "topic-move-posts-undone": "Flytting av innlegg angret", + "post-delete-confirm": "Er du sikker på at du vil slette dette innlegget?", + "post-restore-confirm": "Er du sikker på at du vil gjenopprette dette innlegget?", + "post-purge-confirm": "Er du sikker på at du vil renske dette innlegget?", "pin-modal-expiry": "Utløpsdato", "pin-modal-help": "Du kan eventuelt angi en utløpsdato for de festede emnene her. Alternativt kan du la dette feltet stå tomt for å holde emnet festet til det manuelt løsnes.", - "load_categories": "Laster kategorier", - "confirm_move": "Flytt", - "confirm_fork": "Forgren", + "load-categories": "Laster kategorier", + "confirm-move": "Flytt", + "confirm-fork": "Forgren", "bookmark": "Bokmerke", "bookmarks": "Bokmerker", - "bookmarks.has_no_bookmarks": "Du har ikke bokmerket noen innlegg ennå.", + "bookmarks.has-no-bookmarks": "Du har ikke bokmerket noen innlegg ennå.", "copy-permalink": "Copy Permalink", - "loading_more_posts": "Laster flere innlegg", - "move_topic": "Flytt tård", - "move_topics": "Flytt tråder", - "move_post": "Flytt innlegg", - "post_moved": "Innlegg flyttet!", - "fork_topic": "Forgren tråd", + "loading-more-posts": "Laster flere innlegg", + "move-topic": "Flytt tård", + "move-topics": "Flytt tråder", + "move-post": "Flytt innlegg", + "post-moved": "Innlegg flyttet!", + "fork-topic": "Forgren tråd", "enter-new-topic-title": "Tast inn tittel på emne", - "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", - "fork_no_pids": "Ingen innlegg valgt!", + "fork-topic-instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", + "fork-no-pids": "Ingen innlegg valgt!", "no-posts-selected": "Ingen innlegg valgt.", "x-posts-selected": "%1 innlegg valgt", "x-posts-will-be-moved-to-y": "%1 innlegg(ene) vil bli flyttet til \"%2\"", - "fork_pid_count": "%1 innlegg valgt", - "fork_success": "Denne tråden ble forgrenet! Klikk for å gå til forgrenet tråd.", - "delete_posts_instruction": "Klikk på innleggene du ønsker å slette/rense", - "merge_topics_instruction": "Klikk på emnene du du ønsker å slå sammen eller søk på dem", + "fork-pid-count": "%1 innlegg valgt", + "fork-success": "Denne tråden ble forgrenet! Klikk for å gå til forgrenet tråd.", + "delete-posts-instruction": "Klikk på innleggene du ønsker å slette/rense", + "merge-topics-instruction": "Klikk på emnene du du ønsker å slå sammen eller søk på dem", "merge-topic-list-title": "Liste over emner som skal slås sammen", "merge-options": "Slå sammen alternativer", "merge-select-main-topic": "Velg hovedemne", "merge-new-title-for-topic": "Ny tittel for emne", "topic-id": "Emne ID", - "move_posts_instruction": "Klikk på innleggene du vil flytte, og skriv deretter inn en emne-ID, eller gå til målemnet", - "move_topic_instruction": "Select the target category and then click move", - "change_owner_instruction": "Klikk på innleggene du vil tildele til en annen bruker", - "composer.title_placeholder": "Skriv din tråd-tittel her", - "composer.handle_placeholder": "Skriv inn navnet ditt / signatur her", + "move-posts-instruction": "Klikk på innleggene du vil flytte, og skriv deretter inn en emne-ID, eller gå til målemnet", + "move-topic-instruction": "Select the target category and then click move", + "change-owner-instruction": "Klikk på innleggene du vil tildele til en annen bruker", + "composer.title-placeholder": "Skriv din tråd-tittel her", + "composer.handle-placeholder": "Skriv inn navnet ditt / signatur her", "composer.hide": "Hide", "composer.discard": "Forkast", "composer.submit": "Send", "composer.additional-options": "Ytterligere alternativer", "composer.post-later": "Post Later", "composer.schedule": "Timeplan", - "composer.replying_to": "Svarer i %1", - "composer.new_topic": "Ny tråd", + "composer.replying-to": "Svarer i %1", + "composer.new-topic": "Ny tråd", "composer.editing-in": "Editing post in %1", "composer.uploading": "laster opp...", - "composer.thumb_url_label": "Lim inn som tråd-minatyr URL", - "composer.thumb_title": "Legg til minatyr til denne tråden", - "composer.thumb_url_placeholder": "http://example.com/thumb.png", - "composer.thumb_file_label": "Eller last opp en fil", - "composer.thumb_remove": "Tøm felter", - "composer.drag_and_drop_images": "Dra og slipp bilder her", - "more_users_and_guests": "%1 flere bruker(e) og %2 gjest(er)", - "more_users": "%1 flere bruker(e)", - "more_guests": "%1 flere bruker(e)", - "users_and_others": "%1 og %2 andre", - "sort_by": "Sorter etter", - "oldest_to_newest": "Eldste til nyeste", - "newest_to_oldest": "Nyeste til eldste", - "most_votes": "Flest stemmer", - "most_posts": "Flest innlegg", - "most_views": "Flest visninger", + "composer.thumb-url-label": "Lim inn som tråd-minatyr URL", + "composer.thumb-title": "Legg til minatyr til denne tråden", + "composer.thumb-url-placeholder": "http://example.com/thumb.png", + "composer.thumb-file-label": "Eller last opp en fil", + "composer.thumb-remove": "Tøm felter", + "composer.drag-and-drop-images": "Dra og slipp bilder her", + "more-users-and-guests": "%1 flere bruker(e) og %2 gjest(er)", + "more-users": "%1 flere bruker(e)", + "more-guests": "%1 flere bruker(e)", + "users-and-others": "%1 og %2 andre", + "sort-by": "Sorter etter", + "oldest-to-newest": "Eldste til nyeste", + "newest-to-oldest": "Nyeste til eldste", + "most-votes": "Flest stemmer", + "most-posts": "Flest innlegg", + "most-views": "Flest visninger", "stale.title": "Lag en ny tråd i stedet?", "stale.warning": "Tråden du svarer på er ganske gammel. Vil du heller lage en ny tråd og refere til denne i den?", "stale.create": "Lag en ny tråd", - "stale.reply_anyway": "Svar på denne tråden allikevel", - "link_back": "Sv: [%1](%2)", + "stale.reply-anyway": "Svar på denne tråden allikevel", + "link-back": "Sv: [%1](%2)", "diffs.title": "Redigeringshistorikk for innlegg", "diffs.description": "Dette innlegget har %1 redigeringer. Klikk på en av revisjonene nedenfor for å se innholdet på innlegget på det tidspunktet.", "diffs.no-revisions-description": "Denne posten har %1 redigeringer.", - "diffs.current-revision": "Nåværende redigering ", + "diffs.current-revision": "Nåværende redigering", "diffs.original-revision": "Orginalversjon", - "diffs.restore": "Gjenopprett denne versjonen ", + "diffs.restore": "Gjenopprett denne versjonen", "diffs.restore-description": "En ny revisjon vil bli lagt til dette innleggets redigeringshistorikk etter gjenoppretting.", "diffs.post-restored": "Innlegget ble vellykket gjenopprettet til tidligere revisjon", "diffs.delete": "Slett denne versjonen", "diffs.deleted": "Versjon slettet", - "timeago_later": "%1 senere", - "timeago_earlier": "%1 tidligere", + "timeago-later": "%1 senere", + "timeago-earlier": "%1 tidligere", "first-post": "Første innlegg", "last-post": "Seneste innlegg", "go-to-my-next-post": "Gå til mitt neste innlegg", diff --git a/public/language/nb/unread.json b/public/language/nb/unread.json index 7917180862..82a3bce78e 100644 --- a/public/language/nb/unread.json +++ b/public/language/nb/unread.json @@ -1,12 +1,12 @@ { "title": "Uleste", - "no_unread_topics": "Det er ingen uleste emner.", - "load_more": "Last inn mer", - "mark_as_read": "Marker som lest", + "no-unread-topics": "Det er ingen uleste emner.", + "load-more": "Last inn mer", + "mark-as-read": "Marker som lest", "selected": "Valgte", "all": "Alle", - "all_categories": "Alle kategorier", - "topics_marked_as_read.success": "Emner merket som lest!", + "all-categories": "Alle kategorier", + "topics-marked-as-read.success": "Emner merket som lest!", "all-topics": "Alle emner", "new-topics": "Nye emner", "watched-topics": "Fulgte emner", diff --git a/public/language/nb/uploads.json b/public/language/nb/uploads.json index 283e0120dd..3b9558de12 100644 --- a/public/language/nb/uploads.json +++ b/public/language/nb/uploads.json @@ -4,6 +4,6 @@ "upload-success": "Filen ble suksessfullt lastet opp!", "maximum-file-size": "Maksimum %1 kb", "no-uploads-found": "Ingen opplastninger funnet", - "public-uploads-info": "Opplastninger er offentlige, alle besøkende kan se dem. ", - "private-uploads-info": "Opplastninger er private, kun innloggede brukere kan se dem. " + "public-uploads-info": "Opplastninger er offentlige, alle besøkende kan se dem.", + "private-uploads-info": "Opplastninger er private, kun innloggede brukere kan se dem." } \ No newline at end of file diff --git a/public/language/nb/user.json b/public/language/nb/user.json index 83ca7881be..5be3ee4b59 100644 --- a/public/language/nb/user.json +++ b/public/language/nb/user.json @@ -7,22 +7,22 @@ "joindate": "Registereringsdato", "postcount": "Antall innlegg", "email": "E-post", - "confirm_email": "Bekreft e-post", - "account_info": "Kontoinformasjon", - "admin_actions_label": "Administrative handlinger ", - "ban_account": "Utesteng kont", - "ban_account_confirm": "Vil du virkelig utestenge denne brukeren?", - "unban_account": "Opphev utestenging", - "mute_account": "Kneble konto", - "unmute_account": "Stopp å kneble konto ", - "delete_account": "Slett konto", - "delete_account_as_admin": "Slett Brukerkonto", - "delete_content": "Slett brukerkonto Innhold", - "delete_all": "Slett Brukerkonto og Innhold", - "delete_account_confirm": "Er du sikker på at du vil anonymisere alle innleggene dine og slette brukerkonten?
Denne handlingen er irreversibel, og du vil ikke kunne gjenopprette noen av dataene dine

Skriv inn passordet ditt for å bekrefte at du ønsker å slette denne brukerkontoen.", - "delete_this_account_confirm": "Er du sikker på at du vil slette denne brukerkontoen og la innholdet ligge igjen?
Denne handlingen er irreversibel, innlegg blir anonymisert, og du vil ikke kunne gjenopprette innleggsassosiasjoner med den slettede kontoen

", - "delete_account_content_confirm": "Er du sikker på at du vil slette innholdet på denne brukerkontoen (innlegg / emner / opplastinger)?
Denne handlingen er irreversibel, og du vil ikke kunne gjenopprette data

", - "delete_all_confirm": "
Er du sikker på at du vil slette denne kontoen og alt innholdet (innlegg / emner / opplastinger)?Denne handlingen er irreversibel, og du vil ikke kunne gjenopprette data\n

", + "confirm-email": "Bekreft e-post", + "account-info": "Kontoinformasjon", + "admin-actions-label": "Administrative handlinger", + "ban-account": "Utesteng kont", + "ban-account-confirm": "Vil du virkelig utestenge denne brukeren?", + "unban-account": "Opphev utestenging", + "mute-account": "Kneble konto", + "unmute-account": "Stopp å kneble konto", + "delete-account": "Slett konto", + "delete-account-as-admin": "Slett Brukerkonto", + "delete-content": "Slett brukerkonto Innhold", + "delete-all": "Slett Brukerkonto og Innhold", + "delete-account-confirm": "Er du sikker på at du vil anonymisere alle innleggene dine og slette brukerkonten?
Denne handlingen er irreversibel, og du vil ikke kunne gjenopprette noen av dataene dine

Skriv inn passordet ditt for å bekrefte at du ønsker å slette denne brukerkontoen.", + "delete-this-account-confirm": "Er du sikker på at du vil slette denne brukerkontoen og la innholdet ligge igjen?
Denne handlingen er irreversibel, innlegg blir anonymisert, og du vil ikke kunne gjenopprette innleggsassosiasjoner med den slettede kontoen

", + "delete-account-content-confirm": "Er du sikker på at du vil slette innholdet på denne brukerkontoen (innlegg / emner / opplastinger)?
Denne handlingen er irreversibel, og du vil ikke kunne gjenopprette data

", + "delete-all-confirm": "
Er du sikker på at du vil slette denne kontoen og alt innholdet (innlegg / emner / opplastinger)?Denne handlingen er irreversibel, og du vil ikke kunne gjenopprette data\n

", "account-deleted": "Konto slettet", "account-content-deleted": "Kontoinnhold slettet", "fullname": "Fullt navn", @@ -32,11 +32,12 @@ "joined": "Ble med", "lastonline": "Sist tilkoblet", "profile": "Profil", - "profile_views": "Profilvisninger", + "profile-views": "Profilvisninger", "reputation": "Omdømme", "bookmarks": "Bokmerker", - "watched_categories": "Overvåkede kategorier", - "change_all": "Endre alt", + "watched-categories": "Overvåkede kategorier", + "watched-tags": "Watched tags", + "change-all": "Endre alt", "watched": "Overvåkede", "ignored": "Ignorert", "default-category-watch-state": "Standard kategori overvåkingstilstand", @@ -44,83 +45,84 @@ "following": "Følger", "blocks": "Blokkeringer", "blocked-users": "Blocked users", - "block_toggle": "Endre blokkering", - "block_user": "Blokker bruker", - "unblock_user": "Opphev blokkering av bruker", + "block-toggle": "Endre blokkering", + "block-user": "Blokker bruker", + "unblock-user": "Opphev blokkering av bruker", "aboutme": "Om meg", "signature": "Signatur", "birthday": "Bursdag", "chat": "Chat", - "chat_with": "Fortsett å chatte med %1", - "new_chat_with": "Start ny chatt med %1", + "chat-with": "Fortsett å chatte med %1", + "new-chat-with": "Start ny chatt med %1", "flag-profile": "Flagg profil", "follow": "Følg", "unfollow": "Avfølg", "more": "Mer", - "profile_update_success": "Profilen ble oppdatert!", - "change_picture": "Bytt bilde", - "change_username": "Endre brukernavn", - "change_email": "Endre e-post", - "email_same_as_password": "Skriv inn ditt nåværende passord for å fortsette – du har skrevet inn den nye e-posten din igjen", + "profile-update-success": "Profilen ble oppdatert!", + "change-picture": "Bytt bilde", + "change-username": "Endre brukernavn", + "change-email": "Endre e-post", + "email-updated": "Email Updated", + "email-same-as-password": "Skriv inn ditt nåværende passord for å fortsette – du har skrevet inn den nye e-posten din igjen", "edit": "Endre", "edit-profile": "Rediger profil", - "default_picture": "Standardikonet", - "uploaded_picture": "Opplastet bilde", - "upload_new_picture": "Last opp nytt bidle", - "upload_new_picture_from_url": "Last opp nytt bilde fra URL", - "current_password": "Gjeldende passord", - "new_password": "New Password", - "change_password": "Endre passord", - "change_password_error": "Ugyldig passord!", - "change_password_error_wrong_current": "Ditt gjeldende passord er ikke korrekt!", - "change_password_error_match": "Passordene må samsvare!", - "change_password_error_privileges": "Du har ikke rettigheter tli å endre dette passordet.", - "change_password_success": "Passordet ditt ble oppdatert!", - "confirm_password": "Bekreft passord", + "default-picture": "Standardikonet", + "uploaded-picture": "Opplastet bilde", + "upload-new-picture": "Last opp nytt bidle", + "upload-new-picture-from-url": "Last opp nytt bilde fra URL", + "current-password": "Gjeldende passord", + "new-password": "New Password", + "change-password": "Endre passord", + "change-password-error": "Ugyldig passord!", + "change-password-error-wrong-current": "Ditt gjeldende passord er ikke korrekt!", + "change-password-error-match": "Passordene må samsvare!", + "change-password-error-privileges": "Du har ikke rettigheter tli å endre dette passordet.", + "change-password-success": "Passordet ditt ble oppdatert!", + "confirm-password": "Bekreft passord", "password": "Passord", - "username_taken_workaround": "Brukernavnet du ønsket er opptatt, så vi har endret det litt. Du er nå kjent som %1", - "password_same_as_username": "Passordet ditt er det samme som brukernavnet ditt. Velg et annet passord.", - "password_same_as_email": "Passordet ditt er det samme som e-postadressen din. Velg et annet passord.", - "weak_password": "Svakt passord", - "upload_picture": "Last opp bilde", - "upload_a_picture": "Last opp et bilde", - "remove_uploaded_picture": "Fjern Opplastet Bilde", - "upload_cover_picture": "Last opp bakgrunnsbilde", - "remove_cover_picture_confirm": "Er du sikker på at du vil fjerne bakgrunnsbilde?", - "crop_picture": "Beskjær bilde", - "upload_cropped_picture": "Beskjær og last opp", + "username-taken-workaround": "Brukernavnet du ønsket er opptatt, så vi har endret det litt. Du er nå kjent som %1", + "password-same-as-username": "Passordet ditt er det samme som brukernavnet ditt. Velg et annet passord.", + "password-same-as-email": "Passordet ditt er det samme som e-postadressen din. Velg et annet passord.", + "weak-password": "Svakt passord", + "upload-picture": "Last opp bilde", + "upload-a-picture": "Last opp et bilde", + "remove-uploaded-picture": "Fjern Opplastet Bilde", + "upload-cover-picture": "Last opp bakgrunnsbilde", + "remove-cover-picture-confirm": "Er du sikker på at du vil fjerne bakgrunnsbilde?", + "crop-picture": "Beskjær bilde", + "upload-cropped-picture": "Beskjær og last opp", "avatar-background-colour": "Avatar bakgrunnsfarge", "settings": "Innstillinger", - "show_email": "Vis min e-post", - "show_fullname": "Vis mitt fulle navn", - "restrict_chats": "Bare tillat chat-meldinger fra brukere jeg følger", - "digest_label": "Abonner på sammendrag", - "digest_description": "Abonner på e-post-oppdateringer for dette forumet (nye varsler og emner) i samsvar med valgte tidspunkt", - "digest_off": "Av", - "digest_daily": "Daglig", - "digest_weekly": "Ukentlig", - "digest_biweekly": "Annenhver uke", - "digest_monthly": "Månedlig", - "has_no_follower": "Denne brukeren har ingen følgere :(", - "follows_no_one": "Denne brukeren følger ingen :(", - "has_no_posts": "Denne brukeren har ikke skrevet noe enda.", - "has_no_best_posts": "Denne brukeren har ingen opp-stemte innlegg ennå.", - "has_no_topics": "Denne brukeren har ikke skrevet noen tråder enda.", - "has_no_watched_topics": "Denne brukeren har ikke fulgt noen tråder enda.", - "has_no_ignored_topics": "Denne brukeren har ikke ignorert noen emner ennå", - "has_no_upvoted_posts": "Denne brukeren har ikke stemt opp noen innlegg ennå.", - "has_no_downvoted_posts": "Denne brukeren har ikke stemt ned noen innlegg ennå.", - "has_no_controversial_posts": "Denne brukeren har ikke noen nedstemte innlegg ennå.", - "has_no_blocks": "Du har ingen blokkerte brukere.", - "email_hidden": "E-post skjult", + "show-email": "Vis min e-post", + "show-fullname": "Vis mitt fulle navn", + "restrict-chats": "Bare tillat chat-meldinger fra brukere jeg følger", + "digest-label": "Abonner på sammendrag", + "digest-description": "Abonner på e-post-oppdateringer for dette forumet (nye varsler og emner) i samsvar med valgte tidspunkt", + "digest-off": "Av", + "digest-daily": "Daglig", + "digest-weekly": "Ukentlig", + "digest-biweekly": "Annenhver uke", + "digest-monthly": "Månedlig", + "has-no-follower": "Denne brukeren har ingen følgere :(", + "follows-no-one": "Denne brukeren følger ingen :(", + "has-no-posts": "Denne brukeren har ikke skrevet noe enda.", + "has-no-best-posts": "Denne brukeren har ingen opp-stemte innlegg ennå.", + "has-no-topics": "Denne brukeren har ikke skrevet noen tråder enda.", + "has-no-watched-topics": "Denne brukeren har ikke fulgt noen tråder enda.", + "has-no-ignored-topics": "Denne brukeren har ikke ignorert noen emner ennå", + "has-no-upvoted-posts": "Denne brukeren har ikke stemt opp noen innlegg ennå.", + "has-no-downvoted-posts": "Denne brukeren har ikke stemt ned noen innlegg ennå.", + "has-no-controversial-posts": "Denne brukeren har ikke noen nedstemte innlegg ennå.", + "has-no-blocks": "Du har ingen blokkerte brukere.", + "email-hidden": "E-post skjult", "hidden": "skjult", - "paginate_description": "Bruk sidevelger for tråder og innlegg istedet for uendelig scrolling", - "topics_per_page": "Tråd per side", - "posts_per_page": "Innlegg per side", + "paginate-description": "Bruk sidevelger for tråder og innlegg istedet for uendelig scrolling", + "topics-per-page": "Tråd per side", + "posts-per-page": "Innlegg per side", "category-topic-sort": "Category topic sort", "topic-post-sort": "Topic post sort", - "max_items_per_page": "Maksimum %1", - "acp_language": "Administrer sidespråk", + "max-items-per-page": "Maksimum %1", + "acp-language": "Administrer sidespråk", "notifications": "Notifikasjoner", "upvote-notif-freq": "Varslingsfrekvens for opp-stemmer", "upvote-notif-freq.all": "Alle oppstemmer", @@ -130,24 +132,24 @@ "upvote-notif-freq.logarithmic": "På 10, 100, 1000 ...", "upvote-notif-freq.disabled": "Noe er galt med funksjonen", "browsing": "Surfeinnstillinger", - "open_links_in_new_tab": "Åpne utgående lenker i en ny fane", - "enable_topic_searching": "Aktiver søk-i-tråd", - "topic_search_help": "Hvis søk-i-tård er aktivert, overstyres nettleserens standard sidesøk og gir mulighet til å søke gjennom hele tråden, ikke bare det som vises på skjermen", - "update_url_with_post_index": "Oppdater url med postindeks mens du surfer på emner", - "scroll_to_my_post": "Etter å ha postet et svar, vis det nye innlegget", - "follow_topics_you_reply_to": "Følg tråder du vil svare på", - "follow_topics_you_create": "Følg tråder du vil lage", + "open-links-in-new-tab": "Åpne utgående lenker i en ny fane", + "enable-topic-searching": "Aktiver søk-i-tråd", + "topic-search-help": "Hvis søk-i-tård er aktivert, overstyres nettleserens standard sidesøk og gir mulighet til å søke gjennom hele tråden, ikke bare det som vises på skjermen", + "update-url-with-post-index": "Oppdater url med postindeks mens du surfer på emner", + "scroll-to-my-post": "Etter å ha postet et svar, vis det nye innlegget", + "follow-topics-you-reply-to": "Følg tråder du vil svare på", + "follow-topics-you-create": "Følg tråder du vil lage", "grouptitle": "Gruppetittel", - "group-order-help": "Velg en gruppe og bruk pilene for å gi titler ", + "group-order-help": "Velg en gruppe og bruk pilene for å gi titler", "no-group-title": "Ingen gruppetittel", "select-skin": "Velg et skin", "default": "Default (%1)", "no-skin": "No Skin", "select-homepage": "Velg en hjemmeside", "homepage": "Hjemmeside", - "homepage_description": "Velg en side du vil bruke som forumets hjemmeside, eller 'Ingen' for å bruke standardhjemmesiden.", - "custom_route": "Tilpasset hjemmeside-rute", - "custom_route_help": "Skriv inn et rutenavn her uten noen forrige skråstrek (f.eks. \"Nylig\" eller \"kategori / 2 / generell diskusjon\")", + "homepage-description": "Velg en side du vil bruke som forumets hjemmeside, eller 'Ingen' for å bruke standardhjemmesiden.", + "custom-route": "Tilpasset hjemmeside-rute", + "custom-route-help": "Skriv inn et rutenavn her uten noen forrige skråstrek (f.eks. \"Nylig\" eller \"kategori / 2 / generell diskusjon\")", "sso.title": "Single Sign-on Services", "sso.associated": "Assosiert med", "sso.not-associated": "Klikk her for å assosiere med", @@ -157,7 +159,7 @@ "info.latest-flags": "Seneste flagg", "info.no-flags": "Ingen flaggede innlegg funnet", "info.ban-history": "Nylig utestengingshistorikk", - "info.no-ban-history": "Denne brukeren har aldri blitt utestengt ", + "info.no-ban-history": "Denne brukeren har aldri blitt utestengt", "info.banned-until": "Utestengt til %1", "info.banned-expiry": "Utløp", "info.banned-permanently": "Utestengt permanent", @@ -170,34 +172,34 @@ "info.muted-no-reason": "Ingen grunn oppgitt.", "info.username-history": "Brukernavnhistorikk", "info.email-history": "E-post-historikk", - "info.moderation-note": "Moderasjonsnotat ", - "info.moderation-note.success": "Moderasjonsnotat ikke lagret ", + "info.moderation-note": "Moderasjonsnotat", + "info.moderation-note.success": "Moderasjonsnotat ikke lagret", "info.moderation-note.add": "Legg til notat", "sessions.description": "Denne siden lar deg se alle aktivitetsøkter på dette forumet og tilbakekalle dem om nødvendig. Du kan tilbakekalle din egen økt ved å logge av brukerkontoen din.", "revoke-session": "Revoke Session", "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Dine rettigheter & amp; Samtykke", - "consent.lead": "Dette forumet samler inn og behandler dine personopplysninger. ", + "consent.lead": "Dette forumet samler inn og behandler dine personopplysninger.", "consent.intro": "Vi bruker kun denne informasjonen for å tilpasse brukeropplevelsen din i dette nettforumet, og for å knytte innleggene du lager til brukerkontoen din. Under registreringstrinnet i Felles brukerhåndtering ble du bedt om å oppgi fullt navn og en e-postadresse. Du kan også velge å oppgi tilleggsinformasjon for å fullføre brukerprofilen din på dette nettstedet.

Vi oppbevarer denne informasjonen så lenge brukerprofilen din er aktiv, og du kan når som helst trekke tilbake samtykke ved å slette kontoen din. Du kan når som helst be om en kopi av ditt bidrag til dette nettstedet, via dine rettigheter & Samtykkeside.

Hvis du har spørsmål eller bekymringer, oppfordrer vi deg til å ta kontakt med forumets administrative team.", - "consent.email_intro": "Vi kan fra tid til annen sende deg en e-post til din registrerte e-postadresse for å varsle deg om oppdateringer og/eller informere deg om ny aktivitet som er relevant for deg. Du kan endre hvor ofte vi sender forumsammendrag (eller du kan slå det helt av), og endre hvilke typer oppdateringer du vil motta via brukerinnstillingene dine.", - "consent.digest_frequency": "Med mindre dette er eksplisitt endret i brukerinnstillingene dine, leverer dette fellesskapet e-postsammendrag hver %1.", - "consent.digest_off": "Med mindre dette er eksplisitt endret i brukerinnstillingene dine, sender ikke dette fellesskapet ut e-postsammendrag", + "consent.email-intro": "Vi kan fra tid til annen sende deg en e-post til din registrerte e-postadresse for å varsle deg om oppdateringer og/eller informere deg om ny aktivitet som er relevant for deg. Du kan endre hvor ofte vi sender forumsammendrag (eller du kan slå det helt av), og endre hvilke typer oppdateringer du vil motta via brukerinnstillingene dine.", + "consent.digest-frequency": "Med mindre dette er eksplisitt endret i brukerinnstillingene dine, leverer dette fellesskapet e-postsammendrag hver %1.", + "consent.digest-off": "Med mindre dette er eksplisitt endret i brukerinnstillingene dine, sender ikke dette fellesskapet ut e-postsammendrag", "consent.received": "Du har gitt samtykke til at dette nettstedet samler inn og behandler informasjonen din. Ingen ytterligere tiltak er nødvendig.", - "consent.not_received": "Du har ikke gitt samtykke til datainnsamling og behandling. Nettsidens administrasjon kan derfor velge å slette kontoen din når som helst, for å bli kompatibel med personvernforordningen. ", + "consent.not-received": "Du har ikke gitt samtykke til datainnsamling og behandling. Nettsidens administrasjon kan derfor velge å slette kontoen din når som helst, for å bli kompatibel med personvernforordningen.", "consent.give": "Gi samtykke", - "consent.right_of_access": "Du har rett til innsyn", - "consent.right_of_access_description": "På forespørsel har du har rett til å få tilgang til data som samles inn av dette nettstedet. Du kan hente en kopi av disse dataene ved å klikke på riktig knapp nedenfor.", - "consent.right_to_rectification": "Du har rett til å få rettet uriktige data ", - "consent.right_to_rectification_description": "Du har rett til å endre eller oppdatere uriktige data som er gitt til oss. Brukerprofilen din kan oppdateres ved å redigere profilen din, og innhold på innlegg kan alltid redigeres. Hvis dette ikke er tilfelle, kan du kontakte dette nettstedets administrasjonsteam.", - "consent.right_to_erasure": "Du har rett til sletting", - "consent.right_to_erasure_description": "Du kan når som helst tilbakekalle ditt samtykke til datainnsamling og/eller behandling ved å slette brukerkontoen din. Den individuelle profilen din kan slettes, selv om de publiserte innleggene dine blir værende igjen. Hvis du vil slette begge kontoer og alt innhold, kontakt administrasjonsteamet for dette nettstedet. ", - "consent.right_to_data_portability": "Du har retten til dataportabilitet", - "consent.right_to_data_portability_description": "Du kan be oss om maskinlesbar eksport av innsamlede data om deg og brukerkontoen din. Du kan gjøre det ved å klikke på riktig knapp nedenfor.", - "consent.export_profile": "Eksporter profil (.json)", - "consent.export-profile-success": "Eksporterer profil, du vil få en notifikasjon når eksporten er fullført. ", - "consent.export_uploads": "Eksporter opplastet innhold (.zip)", + "consent.right-of-access": "Du har rett til innsyn", + "consent.right-of-access-description": "På forespørsel har du har rett til å få tilgang til data som samles inn av dette nettstedet. Du kan hente en kopi av disse dataene ved å klikke på riktig knapp nedenfor.", + "consent.right-to-rectification": "Du har rett til å få rettet uriktige data", + "consent.right-to-rectification-description": "Du har rett til å endre eller oppdatere uriktige data som er gitt til oss. Brukerprofilen din kan oppdateres ved å redigere profilen din, og innhold på innlegg kan alltid redigeres. Hvis dette ikke er tilfelle, kan du kontakte dette nettstedets administrasjonsteam.", + "consent.right-to-erasure": "Du har rett til sletting", + "consent.right-to-erasure-description": "Du kan når som helst tilbakekalle ditt samtykke til datainnsamling og/eller behandling ved å slette brukerkontoen din. Den individuelle profilen din kan slettes, selv om de publiserte innleggene dine blir værende igjen. Hvis du vil slette begge kontoer og alt innhold, kontakt administrasjonsteamet for dette nettstedet.", + "consent.right-to-data-portability": "Du har retten til dataportabilitet", + "consent.right-to-data-portability-description": "Du kan be oss om maskinlesbar eksport av innsamlede data om deg og brukerkontoen din. Du kan gjøre det ved å klikke på riktig knapp nedenfor.", + "consent.export-profile": "Eksporter profil (.json)", + "consent.export-profile-success": "Eksporterer profil, du vil få en notifikasjon når eksporten er fullført.", + "consent.export-uploads": "Eksporter opplastet innhold (.zip)", "consent.export-uploads-success": "Når du eksporterer opplastinger, får du et varsel når det er fullført.", - "consent.export_posts": "Eksporter innlegg (.csv)", + "consent.export-posts": "Eksporter innlegg (.csv)", "consent.export-posts-success": "Eksporterer innlegg, du får en notifikasjon når eksporten er fullført.", "emailUpdate.intro": "Skriv inn e-postadressen din nedenfor. Dette forumet bruker e-postadressen din til planlagte sammendrag og varsler, og for gjenoppretting av konto ved glemt passord.", "emailUpdate.optional": "Dette feltet er valgfritt. Du er ikke forpliktet til å oppgi e-postadressen din, men uten en validert e-postadresse vil du ikke kunne gjenopprette kontoen din eller logge på med e-postadressen din.", diff --git a/public/language/nb/users.json b/public/language/nb/users.json index 3bd83713f5..bfb1da44f2 100644 --- a/public/language/nb/users.json +++ b/public/language/nb/users.json @@ -1,13 +1,13 @@ { "all-users": "All Users", - "latest_users": "Seneste brukere", - "top_posters": "Flest innlegg", - "most_reputation": "Best omdømme", - "most_flags": "Flest flagg", + "latest-users": "Seneste brukere", + "top-posters": "Flest innlegg", + "most-reputation": "Best omdømme", + "most-flags": "Flest flagg", "search": "Søk", - "enter_username": "Skriv inn et brukernavn for å søke", + "enter-username": "Skriv inn et brukernavn for å søke", "search-user-for-chat": "Search for a user to start chat", - "load_more": "Last flere", + "load-more": "Last flere", "users-found-search-took": "%1 bruker(e) funnet. Søket tok %2 sekunder.", "filter-by": "Filtrer etter", "online-only": "Kun tilkoblede", @@ -15,10 +15,10 @@ "prompt-email": "E-poster:", "groups-to-join": "Grupper som en kan bli med i når invitasjonen godtas:", "invitation-email-sent": "En invitasjons-e-post ble sendt til %1", - "user_list": "Brukerliste", - "recent_topics": "Seneste tråder", - "popular_topics": "Populære tråder", - "unread_topics": "Uleste tråder", + "user-list": "Brukerliste", + "recent-topics": "Seneste tråder", + "popular-topics": "Populære tråder", + "unread-topics": "Uleste tråder", "categories": "Kategorier", "tags": "Tagger", "no-users-found": "Ingen brukere funnet" diff --git a/public/language/nl/admin/advanced/database.json b/public/language/nl/admin/advanced/database.json index 1c343bb118..edaf03a43d 100644 --- a/public/language/nl/admin/advanced/database.json +++ b/public/language/nl/admin/advanced/database.json @@ -17,7 +17,7 @@ "mongo.file-size": "Bestandsomvang", "mongo.resident-memory": "Resident geheugen", "mongo.virtual-memory": "Virtueel geheugen", - "mongo.mapped-memory": "Mapped geheugen", + "mongo.mapped-memory": "Mapped Memory", "mongo.bytes-in": "Bytes Inkomend", "mongo.bytes-out": "Bytes Uitgaand", "mongo.num-requests": "Aantal requests", diff --git a/public/language/nl/admin/advanced/events.json b/public/language/nl/admin/advanced/events.json index 79eb67d04a..3c08c8484b 100644 --- a/public/language/nl/admin/advanced/events.json +++ b/public/language/nl/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "Event Type", "filter-start": "Start datum", "filter-end": "Eind datum", - "filter-perPage": "Per pagina" + "filter-per-page": "Per pagina" } \ No newline at end of file diff --git a/public/language/nl/admin/extend/widgets.json b/public/language/nl/admin/extend/widgets.json index 006e339107..69e466af86 100644 --- a/public/language/nl/admin/extend/widgets.json +++ b/public/language/nl/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "No widgets found! Activate the widget essentials plugin in the plugins control panel.", "clone-from": "Clone widgets from", "containers.available": "Available Containers", - "containers.explanation": "Drag and drop on top of any active widget", + "containers.explanation": "Drag and drop on top of any widget", "containers.none": "Geen", "container.well": "Well", "container.jumbotron": "Jumbotron", @@ -29,5 +29,7 @@ "hide-from-groups": "Hide from groups", "start-date": "Start date", "end-date": "End date", - "hide-on-mobile": "Hide on mobile" + "hide-on-mobile": "Hide on mobile", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/nl/admin/manage/privileges.json b/public/language/nl/admin/manage/privileges.json index 9af075bcfa..240cff6aa5 100644 --- a/public/language/nl/admin/manage/privileges.json +++ b/public/language/nl/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "Edit Privileges", "select-clear-all": "Select/Clear All", "chat": "Chat", + "chat-with-privileged": "Chat with Privileged", "upload-images": "Upload Images", "upload-files": "Upload Files", "signature": "Signature", @@ -33,7 +34,7 @@ "edit-posts": "Edit Posts", "view-edit-history": "View Edit History", "delete-posts": "Delete Posts", - "view_deleted": "View Deleted Posts", + "view-deleted": "View Deleted Posts", "upvote-posts": "Upvote Posts", "downvote-posts": "Downvote Posts", "delete-topics": "Delete Topics", diff --git a/public/language/nl/admin/manage/users.json b/public/language/nl/admin/manage/users.json index 747a92d3b2..df2bb773bc 100644 --- a/public/language/nl/admin/manage/users.json +++ b/public/language/nl/admin/manage/users.json @@ -4,16 +4,21 @@ "edit": "Actions", "make-admin": "Maak administrator", "remove-admin": "Verwijder administrator", + "change-email": "Change Email", + "new-email": "New Email", "validate-email": "Bevestig Email", "send-validation-email": "Verstuur Email bevestiging", + "change-password": "Change Password", "password-reset-email": "Verstuur wachtwoord herstel email", "force-password-reset": "Force Password Reset & Log User Out", - "ban": "Verban gebruiker(s)", + "ban": "Ban", + "ban-users": "Ban User(s)", "temp-ban": "Verban gebruiker(s) tijdelijk", "unban": "Unban User(s)", "reset-lockout": "Reset Lockout", "reset-flags": "Reset Flags", - "delete": "Delete User(s)", + "delete": "Delete", + "delete-users": "Delete User(s)", "delete-content": "Delete User(s) Content", "purge": "Delete User(s) and Content", "download-csv": "Download CSV", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "Ban %1 user(s)", "alerts.unban-success": "User(s) unbanned!", "alerts.lockout-reset-success": "Lockout(s) reset!", + "alerts.password-change-success": "Password(s) changed!", "alerts.flag-reset-success": "Flags(s) reset!", "alerts.no-remove-yourself-admin": "You can't remove yourself as Administrator!", "alerts.make-admin-success": "User is now administrator.", @@ -106,6 +112,7 @@ "alerts.create": "Create User", "alerts.button-create": "Create", "alerts.button-cancel": "Cancel", + "alerts.button-change": "Change", "alerts.error-passwords-different": "Passwords must match!", "alerts.error-x": "Error

%1

", "alerts.create-success": "User created!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "Emails: ", "alerts.email-sent-to": "An invitation email has been sent to %1", "alerts.x-users-found": "%1 user(s) found, (%2 seconds)", + "alerts.select-a-single-user-to-change-email": "Select a single user to change email", "export-users-started": "Exporting users as csv, this might take a while. You will receive a notification when it is complete.", - "export-users-completed": "Users exported as csv, click here to download." + "export-users-completed": "Users exported as csv, click here to download.", + "email": "Email", + "password": "Password", + "manage": "Manage" } \ No newline at end of file diff --git a/public/language/nl/admin/settings/chat.json b/public/language/nl/admin/settings/chat.json index e4946458bd..86360a34ee 100644 --- a/public/language/nl/admin/settings/chat.json +++ b/public/language/nl/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "Enter 0 to disable this restriction", "chat-settings": "Chat Settings", "disable": "Disable chat", "disable-editing": "Disable chat message editing/deletion", @@ -6,8 +7,10 @@ "max-length": "Maximum length of chat messages", "max-chat-room-name-length": "Maximum length of chat room names", "max-room-size": "Maximum number of users in chat rooms", - "delay": "Time between chat messages in milliseconds", - "notification-delay": "Notification delay for chat messages. (0 for no delay)", - "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable. (0 disabled)", - "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable. (0 disabled)" + "delay": "Time between chat messages (ms)", + "newbieDelay": "... for new users (ms)", + "notification-delay": "Notification delay for chat messages", + "notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.", + "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.", + "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable." } \ No newline at end of file diff --git a/public/language/nl/admin/settings/post.json b/public/language/nl/admin/settings/post.json index 9dc61afe57..9de7dc76fa 100644 --- a/public/language/nl/admin/settings/post.json +++ b/public/language/nl/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "Title Length", "restrictions.post-length": "Post Length", "restrictions.days-until-stale": "Days until topic is considered stale", - "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic.", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "Timestamp", "timestamp.cut-off": "Date cut-off (in days)", "timestamp.cut-off-help": "Dates & times will be shown in a relative manner (e.g. \"3 hours ago\" / \"5 days ago\"), and localised into various\n\t\t\t\t\tlanguages. After a certain point, this text can be switched to display the localised date itself\n\t\t\t\t\t(e.g. 5 Nov 2016 15:30).
(Default: 30, or one month). Set to 0 to always display dates, leave blank to always display relative times.", diff --git a/public/language/nl/admin/settings/user.json b/public/language/nl/admin/settings/user.json index 368548ba74..816bdfc150 100644 --- a/public/language/nl/admin/settings/user.json +++ b/public/language/nl/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "Username or Email", "allow-login-with.username": "Username Only", "account-settings": "Account Settings", - "gdpr_enabled": "Enable GDPR consent collection", - "gdpr_enabled_help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", + "gdpr-enabled": "Enable GDPR consent collection", + "gdpr-enabled-help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", "disable-username-changes": "Disable username changes", "disable-email-changes": "Disable email changes", "disable-password-changes": "Disable password changes", diff --git a/public/language/nl/category.json b/public/language/nl/category.json index 3dd40b6f85..21db91c403 100644 --- a/public/language/nl/category.json +++ b/public/language/nl/category.json @@ -1,12 +1,12 @@ { "category": "Categorie", "subcategories": "Subcategorieën", - "new_topic_button": "Nieuw onderwerp", + "new-topic-button": "Nieuw onderwerp", "guest-login-post": "Log in om een reactie te plaatsen", - "no_topics": "Er zijn geen onderwerpen in deze categorie.
Waarom maak je er niet een aan?", + "no-topics": "Er zijn geen onderwerpen in deze categorie.
Waarom maak je er niet een aan?", "browsing": "browsing", - "no_replies": "Niemand heeft gereageerd", - "no_new_posts": "Geen nieuwe berichten.", + "no-replies": "Niemand heeft gereageerd", + "no-new-posts": "Geen nieuwe berichten.", "watch": "Volgen", "ignore": "Negeren", "watching": "Volgend", @@ -15,9 +15,9 @@ "watching.description": "Toon ongelezen en recente onderwerpen", "not-watching.description": "Toon geen ongelezen onderwerpen, toon wel recente onderwerpen", "ignoring.description": "Toon geen onderwerpen onder ongelezen en recent", - "watching.message": "Van deze categorie en alle sub-categorieën worden nu meldingen ontvangen ", + "watching.message": "Van deze categorie en alle sub-categorieën worden nu meldingen ontvangen", "notwatching.message": "Deze categorie en alle sub-categorieën worden niet gevolgd", - "ignoring.message": " Er worden geen meldingen van deze categorie en alle sub-categorieën ontvangen ", + "ignoring.message": "Er worden geen meldingen van deze categorie en alle sub-categorieën ontvangen", "watched-categories": "Categorieën die bekeken zijn.", "x-more-categories": "%1 meer categorieën" } \ No newline at end of file diff --git a/public/language/nl/email.json b/public/language/nl/email.json index 51c009fb48..5a0ff82a21 100644 --- a/public/language/nl/email.json +++ b/public/language/nl/email.json @@ -2,9 +2,9 @@ "test-email.subject": "Test e-mail", "password-reset-requested": "Wachtwoord Reset Aangevraagd!", "welcome-to": "Welkom bij %1", - "invite": "Uitnodiging van %1 ", - "greeting_no_name": "Hallo", - "greeting_with_name": "Hallo %1", + "invite": "Uitnodiging van %1", + "greeting-no-name": "Hallo", + "greeting-with-name": "Hallo %1", "email.verify-your-email.subject": "Verifieer alstublieft uw e-mail", "email.verify.text1": "You've requested that we change or confirm your email address", "email.verify.text2": "For security purposes, we only change or confirm the email address on file once its ownership has been confirmed via email. If you did not request this, no action is required on your part.", @@ -13,7 +13,7 @@ "welcome.text2": "Om je account volledig te activeren, moet je de instructies uit het bevestigingsbericht opvolgen. Controleer daarom nu eerst je e-mail inbox voor de activeringscode en volg de link in het bericht.", "welcome.text3": "Een administrator heeft uw registratie geaccepteerd. U kan nu inloggen met uw gebruikersnaam en wachtwoord.", "welcome.cta": "Klik hier om je e-mailadres te bevestigen", - "invitation.text1": "%1 heeft u uitgenodigd voor %2 ", + "invitation.text1": "%1 heeft u uitgenodigd voor %2", "invitation.text2": "Uw uitnodiging vervalt over %1 dagen.", "invitation.cta": "Klik hier om je account aan te maken.", "reset.text1": "We hebben een verzoek ontvangen om je wachtwoord te herstellen, wellicht omdat je hem bent vergeten. Indien dit niet het geval is kan je deze e-mail gewoon negeren.", @@ -24,10 +24,10 @@ "reset.notify.text2": "Neem onmiddellijk contact met een beheerder op wanneer je hiervoor geen toestemming hebt gegeven.", "digest.unread-rooms": "Unread rooms", "digest.room-name-unreadcount": "%1 (%2 unread)", - "digest.latest_topics": "De meest recente onderwerpen van %1", + "digest.latest-topics": "De meest recente onderwerpen van %1", "digest.top-topics": "Top onderwerpen van %1", "digest.popular-topics": "Populaire onderwerpen van %1", - "digest.cta": "Klik hier om %1 te bezoeken ", + "digest.cta": "Klik hier om %1 te bezoeken", "digest.unsub.info": "Deze samenvatting hebben we naar je verzonden omdat je dat hebt ingesteld.", "digest.day": "dag", "digest.week": "week", @@ -36,8 +36,8 @@ "digest.title.day": "Uw dagelijkse samenvatting", "digest.title.week": "Uw wekelijkse samenvatting", "digest.title.month": "Uw maandelijkse samenvatting", - "notif.chat.subject": "Nieuw chatbericht van %1", - "notif.chat.public-chat-subject": "New message from %1 in room %2", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "Klik hier om het gesprek te hervatten", "notif.chat.unsub.info": "Deze notificatie is verzonden vanwege de gebruikersinstellingen voor abonnementen.", "notif.post.unsub.info": "Deze notificatie is door ons verzonden vanwege gebruikersinstellingen voor abonnementen en berichten.", diff --git a/public/language/nl/error.json b/public/language/nl/error.json index 6a2abd33c6..611231c616 100644 --- a/public/language/nl/error.json +++ b/public/language/nl/error.json @@ -31,7 +31,7 @@ "invalid-path": "Invalid path", "folder-exists": "Folder exists", "invalid-pagination-value": "Ongeldig paginering waarde. De waarde moet op z'n minst %1 zijn en niet hoger dan %2 zijn.", - "username-taken": "Gebruikersnaam is al in gebruik ", + "username-taken": "Gebruikersnaam is al in gebruik", "email-taken": "E-mailadres is al in gebruik", "email-nochange": "The email entered is the same as the email already on file.", "email-invited": "E-mail was reeds uitgenodigd", @@ -88,7 +88,7 @@ "content-too-long": "Kort het bericht wat in, het aantal gebruikte tekens overschrijdt het ingestelde limiet want berichten mogen niet meer dan %1 teken(s) bevatten.", "title-too-short": "Geef een titel op die uit meer tekens bestaat. Titels dienen ten minste uit %1 teken(s) te bestaan.", "title-too-long": "Geef een kortere titel op. Titels mogen uit niet meer dan %1 teken(s) bestaan.", - "category-not-selected": "Categorie niet geselecteerd ", + "category-not-selected": "Categorie niet geselecteerd", "too-many-posts": "Het is slechts toegestaan iedere %1 seconde(n) een bericht te plaatsen - wacht even voordat opnieuw een bericht verzonden wordt", "too-many-posts-newbie": "Nieuwe gebruikersaccounts zoals deze zijn begrensd en mogen slechts iedere %1 seconde(n) berichten plaatsen, tot het moment dat %2 reputatie verdiend is - wacht daarom even met opnieuw een bericht te plaatsten", "already-posting": "You are already posting", @@ -101,7 +101,7 @@ "cant-remove-system-tag": "You can not remove this system tag.", "still-uploading": "Een moment geduld tot alle bestanden overgebracht zijn...", "file-too-big": "Maximum toegestane bestandsgrootte is %1 kB - probeer een kleiner bestand te verzenden", - "guest-upload-disabled": "Uploads voor gasten zijn uitgeschaleld ", + "guest-upload-disabled": "Uploads voor gasten zijn uitgeschaleld", "cors-error": "Kan plaatje niet uploaden door verkeerd geconfigureerd CORS", "upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.", "upload-error-fallback": "Unable to upload image — %1", @@ -184,6 +184,7 @@ "post-flagged-too-many-times": "Dit bericht is al door anderen gerapporteerd", "user-flagged-too-many-times": "Deze gebruiker is al door anderen gerapporteerd", "cant-flag-privileged": "You are not allowed to flag the profiles or content of privileged users (moderators/global moderators/admins)", + "cant-locate-flag-report": "Cannot locate flag report", "self-vote": "Het is niet mogelijk om op je eigen bericht te stemmen", "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", diff --git a/public/language/nl/flags.json b/public/language/nl/flags.json index c5272b8118..758ad2d54c 100644 --- a/public/language/nl/flags.json +++ b/public/language/nl/flags.json @@ -1,5 +1,6 @@ { "state": "Status", + "report": "Report", "reports": "Rapportages", "first-reported": "Eerste rapportage", "no-flags": "Hoera! Geen markeringen gevonden.", @@ -8,6 +9,8 @@ "update": "Bijwerken", "updated": "Bijgewerkt", "resolved": "Opgelost", + "report-added": "Added", + "report-rescinded": "Rescinded", "target-purged": "De inhoud waar deze markering naar verwijst is verwijderd en niet meer beschikbaar.", "target-aboutme-empty": "This user has no "About Me" set.", diff --git a/public/language/nl/global.json b/public/language/nl/global.json index 05eb82749d..852e091270 100644 --- a/public/language/nl/global.json +++ b/public/language/nl/global.json @@ -13,19 +13,19 @@ "400.message": "It looks like this link is malformed, please double-check and try again.
Return to the home page.
", "register": "Registeren", "login": "Login", - "please_log_in": "Aanmelden", + "please-log-in": "Aanmelden", "logout": "Uitloggen", - "posting_restriction_info": "Reageren is momenteel beperkt tot geregistreerde leden, klik hier om in te loggen.", - "welcome_back": "Welkom terug", - "you_have_successfully_logged_in": "Aanmelden succesvol", - "save_changes": "Wijzigingen opslaan", + "posting-restriction-info": "Reageren is momenteel beperkt tot geregistreerde leden, klik hier om in te loggen.", + "welcome-back": "Welkom terug", + "you-have-successfully-logged-in": "Aanmelden succesvol", + "save-changes": "Wijzigingen opslaan", "save": "Opslaan", "create": "Create", "cancel": "Cancel", "close": "Sluiten", "pagination": "Paginering", - "pagination.out_of": "%1 van %2", - "pagination.enter_index": "Go to post index", + "pagination.out-of": "%1 van %2", + "pagination.enter-index": "Go to post index", "header.admin": "Beheer", "header.categories": "Categorieën", "header.recent": "Recent", @@ -80,25 +80,25 @@ "lastpost": "Laatste bericht", "firstpost": "Eerste bericht", "about": "About", - "read_more": "Lees meer", + "read-more": "Lees meer", "more": "Meer", "none": "None", - "posted_ago_by_guest": "geplaatst %1 door gast", - "posted_ago_by": "geplaatst %1 door %2", - "posted_ago": "geplaatst door %1", - "posted_in": "geplaatst in %1", - "posted_in_by": "geplaatst in %1 door %2", - "posted_in_ago": "geplaatst in %1 %2", - "posted_in_ago_by": "geplaatst in %1 %2 door %3", - "user_posted_ago": "%1 plaatste %2", - "guest_posted_ago": "Gast plaatste %1", - "last_edited_by": "voor het laatst aangepast door %1", + "posted-ago-by-guest": "geplaatst %1 door gast", + "posted-ago-by": "geplaatst %1 door %2", + "posted-ago": "geplaatst door %1", + "posted-in": "geplaatst in %1", + "posted-in-by": "geplaatst in %1 door %2", + "posted-in-ago": "geplaatst in %1 %2", + "posted-in-ago-by": "geplaatst in %1 %2 door %3", + "user-posted-ago": "%1 plaatste %2", + "guest-posted-ago": "Gast plaatste %1", + "last-edited-by": "voor het laatst aangepast door %1", "edited-timestamp": "Edited %1", "norecentposts": "Geen recente berichten", "norecenttopics": "Geen recente onderwerpen", "recentposts": "Recente berichten", "recentips": "IP-adressen van recente gebruikers", - "moderator_tools": "Moderator gereedschappen", + "moderator-tools": "Moderator gereedschappen", "status": "Status", "online": "Online", "away": "Afwezig", @@ -109,7 +109,7 @@ "language": "Taal", "guest": "Gast", "guests": "Gasten", - "former_user": "Een ex-gebruiker", + "former-user": "Een ex-gebruiker", "system-user": "Systeem", "unknown-user": "Onbekende gebruiker", "updated.title": "Site update", @@ -117,12 +117,12 @@ "privacy": "Privé", "follow": "Volgen", "unfollow": "Ontvolgen", - "delete_all": "Alles verwijderen", + "delete-all": "Alles verwijderen", "map": "Kaart", "sessions": "Login sessies", - "ip_address": "IP Adres", - "enter_page_number": "Voer paginanummer in", - "upload_file": "Upload bestand", + "ip-address": "IP Adres", + "enter-page-number": "Voer paginanummer in", + "upload-file": "Upload bestand", "upload": "Upload", "uploads": "Uploads", "allowed-file-types": "Toegestane bestandstypen zijn %1", @@ -131,7 +131,7 @@ "play": "Afspelen", "cookies.message": "Deze website gebruikt cookies om je ervan te verzekeren dat je de beste ervaring krijgt tijdens het gebruik van onze website.", "cookies.accept": "Begrepen", - "cookies.learn_more": "Meer", + "cookies.learn-more": "Meer", "edited": "Bewerkt", "disabled": "Uitgeschakeld", "select": "Selecteer", diff --git a/public/language/nl/groups.json b/public/language/nl/groups.json index 0db8786c41..c479c65543 100644 --- a/public/language/nl/groups.json +++ b/public/language/nl/groups.json @@ -2,65 +2,65 @@ "all-groups": "All groups", "groups": "Groepen", "members": "Members", - "view_group": "Bekijk groep", + "view-group": "Bekijk groep", "owner": "Groepseigenaar", - "new_group": "Nieuwe groep aanmaken", - "no_groups_found": "Er zijn geen groepen om weer te geven", + "new-group": "Nieuwe groep aanmaken", + "no-groups-found": "Er zijn geen groepen om weer te geven", "pending.accept": "Accepteer", "pending.reject": "Afwijzen", - "pending.accept_all": "Iedereen accepteren", - "pending.reject_all": "Iedereen afwijzen", + "pending.accept-all": "Iedereen accepteren", + "pending.reject-all": "Iedereen afwijzen", "pending.none": "Er zijn geen afwachtende leden op het moment", "invited.none": "Er zijn geen uitgenodigde leden op het moment", "invited.uninvite": "Uitnodiging intrekken", "invited.search": "Zoek naar een gebruiker om uit te nodigen voor deze groep", - "invited.notification_title": "Je bent uitgenodigd voor de groep %1", - "request.notification_title": "groepsverzoek gekregen van %1", - "request.notification_text": "%1 heeft een verzoek ingediend om een lid te zijn van de groep %2", + "invited.notification-title": "Je bent uitgenodigd voor de groep %1", + "request.notification-title": "groepsverzoek gekregen van %1", + "request.notification-text": "%1 heeft een verzoek ingediend om een lid te zijn van de groep %2", "cover-save": "Opslaan", "cover-saving": "Bezig met opslaan", "details.title": "Groepsdetails", "details.members": "Ledenlijst", "details.pending": "Nog niet geaccepteerde leden", "details.invited": "Uitgenodigde leden", - "details.has_no_posts": "Deze groepleden hebben nog geen berichten geplaatst", - "details.latest_posts": "Meest recente berichten", + "details.has-no-posts": "Deze groepleden hebben nog geen berichten geplaatst", + "details.latest-posts": "Meest recente berichten", "details.private": "Prive", "details.disableJoinRequests": "Groepsverzoeken uitschakelen", "details.disableLeave": "Sta gebruikers niet toe de groep te verlaten", "details.grant": "Toekennen/herroepen van eigendom", "details.kick": "Kick", - "details.kick_confirm": "Weet u zeker dat u de gebruiker wilt verwijderen uit de groep?", + "details.kick-confirm": "Weet u zeker dat u de gebruiker wilt verwijderen uit de groep?", "details.add-member": "Voeg lid toe", - "details.owner_options": "Groepsadministratie", - "details.group_name": "Groepsnaam", - "details.member_count": "Ledentelling", - "details.creation_date": "Aangemaakt op", + "details.owner-options": "Groepsadministratie", + "details.group-name": "Groepsnaam", + "details.member-count": "Ledentelling", + "details.creation-date": "Aangemaakt op", "details.description": "Beschrijving", "details.member-post-cids": "Category IDs om berichten van te tonen", - "details.badge_preview": "Badge Voorbeeld", - "details.change_icon": "Wijzig icoon", - "details.change_label_colour": "Wijzig labelkleur", - "details.change_text_colour": "Wijzig tekstkleur", - "details.badge_text": "Badge Tekst", + "details.badge-preview": "Badge Voorbeeld", + "details.change-icon": "Wijzig icoon", + "details.change-label-colour": "Wijzig labelkleur", + "details.change-text-colour": "Wijzig tekstkleur", + "details.badge-text": "Badge Tekst", "details.userTitleEnabled": "Badge Weergeven", - "details.private_help": "Wanneer ingeschakeld, zal eerst een groepseigenaar goedkeuring moeten verlenen voordat nieuwe leden kunnen toetreden", + "details.private-help": "Wanneer ingeschakeld, zal eerst een groepseigenaar goedkeuring moeten verlenen voordat nieuwe leden kunnen toetreden", "details.hidden": "Niet getoond", - "details.hidden_help": "Indien geactiveerd zal deze groep niet getoond worden in de groepslijst en zullen gebruikers handmatig uitgenodigd moeten worden.", - "details.delete_group": "Groep verwijderen", - "details.private_system_help": "Private groepen zijn op systeemniveau uitgeschakeld, deze optie doet niets.", + "details.hidden-help": "Indien geactiveerd zal deze groep niet getoond worden in de groepslijst en zullen gebruikers handmatig uitgenodigd moeten worden.", + "details.delete-group": "Groep verwijderen", + "details.private-system-help": "Private groepen zijn op systeemniveau uitgeschakeld, deze optie doet niets.", "event.updated": "Groepsdetails zijn bijgewerkt", "event.deleted": "De groep \"%1\" is verwijderd", "membership.accept-invitation": "Uitnodiging accepteren", - "membership.accept.notification_title": "Je bent nu lid van %1", + "membership.accept.notification-title": "Je bent nu lid van %1", "membership.invitation-pending": "Openstaande uitnodiging", "membership.join-group": "Deelnemen aan groep", "membership.leave-group": "Verlaat groep", - "membership.leave.notification_title": "%1 heeft groep %2 verlaten", + "membership.leave.notification-title": "%1 heeft groep %2 verlaten", "membership.reject": "Afwijzen", - "new-group.group_name": "Groepsnaam:", + "new-group.group-name": "Groepsnaam:", "upload-group-cover": "Upload groepscover", "bulk-invite-instructions": "Vul een lijst is met gebruikersnamen gescheiden met komma's om deze uit te nodigen voor deze groep", "bulk-invite": "Massa uitnodiging", - "remove_group_cover_confirm": "Weet u zeker dat u de cover foto wilt verwijderen?" + "remove-group-cover-confirm": "Weet u zeker dat u de cover foto wilt verwijderen?" } \ No newline at end of file diff --git a/public/language/nl/login.json b/public/language/nl/login.json index 931d2e5d7f..29bc2fb604 100644 --- a/public/language/nl/login.json +++ b/public/language/nl/login.json @@ -1,12 +1,12 @@ { "username-email": "Gebruikersnaam / Email", "username": "Gebruikersnaam", - "remember_me": "Aangemeld blijven?", - "forgot_password": "Wachtwoord vergeten?", - "alternative_logins": "Andere manieren van aanmelden", - "failed_login_attempt": "Aanmelden mislukt", - "login_successful": "Je bent succesvol ingelogd!", - "dont_have_account": "Geen gebruikersaccount?", + "remember-me": "Aangemeld blijven?", + "forgot-password": "Wachtwoord vergeten?", + "alternative-logins": "Andere manieren van aanmelden", + "failed-login-attempt": "Aanmelden mislukt", + "login-successful": "Je bent succesvol ingelogd!", + "dont-have-account": "Geen gebruikersaccount?", "logged-out-due-to-inactivity": "Je bent uitgelogd van het admin control panel vanwege inactiviteit.", "caps-lock-enabled": "Caps Lock staat aan" } \ No newline at end of file diff --git a/public/language/nl/modules.json b/public/language/nl/modules.json index 2e338a84aa..2cf149930a 100644 --- a/public/language/nl/modules.json +++ b/public/language/nl/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "Room %1", - "chat.chatting_with": "Chat met", + "chat.chatting-with": "Chat met", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Go to most recent message", @@ -8,12 +8,15 @@ "chat.chat-with-usernames": "Chat with %1", "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Verzenden", - "chat.no_active": "Er zijn geen actieve chats.", - "chat.user_typing": "%1 is aan het typen ...", - "chat.user_has_messaged_you": "%1 heeft een bericht gestuurd", + "chat.no-active": "Er zijn geen actieve chats.", + "chat.user-typing-1": "%1 is typing ...", + "chat.user-typing-2": "%1 and %2 are typing ...", + "chat.user-typing-3": "%1, %2 and %3 are typing ...", + "chat.user-typing-n": "%1, %2 and %3 others are typing ...", + "chat.user-has-messaged-you": "%1 heeft een bericht gestuurd", "chat.replying-to": "Replying to %1", - "chat.see_all": "Alle chats", - "chat.mark_all_read": "Alles markeren als gelezen", + "chat.see-all": "Alle chats", + "chat.mark-all-read": "Alles markeren als gelezen", "chat.no-messages": "Selecteer een ontvanger om de chatgeschiedenis in te zien", "chat.no-users-in-room": "Geen gebruikers in deze chat room", "chat.recent-chats": "Recent gevoerde gesprekken", @@ -24,12 +27,16 @@ "chat.pop-out": "Chatvenster opbrengen bij chat", "chat.minimize": "Verkleinen", "chat.maximize": "Maximaliseren", - "chat.seven_days": "7 dagen", - "chat.thirty_days": "30 dagen", - "chat.three_months": "3 maanden", - "chat.delete_message_confirm": "Weet je zeker dat je dit bericht wilt verwijderen?", + "chat.seven-days": "7 dagen", + "chat.thirty-days": "30 dagen", + "chat.three-months": "3 maanden", + "chat.delete-message-confirm": "Weet je zeker dat je dit bericht wilt verwijderen?", "chat.retrieving-users": "Gebruikers ophalen...", "chat.view-users-list": "View users list", + "chat.pinned-messages": "Pinned Messages", + "chat.no-pinned-messages": "There are no pinned messages", + "chat.pin-message": "Pin Message", + "chat.unpin-message": "Unpin Message", "chat.public-rooms": "Public Rooms (%1)", "chat.private-rooms": "Private Rooms (%1)", "chat.create-room": "Create Chat Room", @@ -67,17 +74,24 @@ "chat.system.user-leave": "%1 has left the room ", "chat.system.room-rename": "%2 has renamed this room to \"%1\" ", "composer.compose": "Samenstellen", - "composer.show_preview": "Voorbeeldweergave", - "composer.hide_preview": "Verberg voorbeeld", + "composer.show-preview": "Voorbeeldweergave", + "composer.hide-preview": "Verberg voorbeeld", "composer.help": "Help", - "composer.user_said_in": "%1 zegt in %2:", - "composer.user_said": "%1 zegt:", + "composer.user-said-in": "%1 zegt in %2:", + "composer.user-said": "%1 zegt:", "composer.discard": "Bericht plaatsen annuleren?", - "composer.submit_and_lock": "Bericht plaatsen en sluiten", - "composer.toggle_dropdown": "Keuzelijst schakelen", + "composer.submit-and-lock": "Bericht plaatsen en sluiten", + "composer.toggle-dropdown": "Keuzelijst schakelen", "composer.uploading": "Uploaden van %1", "composer.formatting.bold": "Vet", "composer.formatting.italic": "Cursief", + "composer.formatting.heading": "Heading", + "composer.formatting.heading1": "Heading 1", + "composer.formatting.heading2": "Heading 2", + "composer.formatting.heading3": "Heading 3", + "composer.formatting.heading4": "Heading 4", + "composer.formatting.heading5": "Heading 5", + "composer.formatting.heading6": "Heading 6", "composer.formatting.list": "Lijst", "composer.formatting.strikethrough": "Doorhalen", "composer.formatting.code": "Code", @@ -85,9 +99,10 @@ "composer.formatting.picture": "Image Link", "composer.upload-picture": "Upload afbeelding", "composer.upload-file": "Upload bestand", - "composer.zen_mode": "Zen-modus", - "composer.select_category": "Selecteer een categorie", + "composer.zen-mode": "Zen-modus", + "composer.select-category": "Selecteer een categorie", "composer.textarea.placeholder": "Voer de berichtinhoud hier in, of sleep afbeeldingen hier naartoe", + "composer.post-queue-alert": "Hello👋!
This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.", "composer.schedule-for": "Schedule topic for", "composer.schedule-date": "Date", "composer.schedule-time": "Time", @@ -102,8 +117,8 @@ "bootbox.confirm": "Bevestig", "bootbox.submit": "Submit", "bootbox.send": "Send", - "cover.dragging_title": "Omslag Foto Positionering", - "cover.dragging_message": "Sleep de omslag foto voor de gewilde positie en klik \"Opslaan\"", + "cover.dragging-title": "Omslag Foto Positionering", + "cover.dragging-message": "Sleep de omslag foto voor de gewilde positie en klik \"Opslaan\"", "cover.saved": "Omslag foto en positie opgeslagen", "thumbs.modal.title": "Manage topic thumbnails", "thumbs.modal.no-thumbs": "No thumbnails found.", diff --git a/public/language/nl/notifications.json b/public/language/nl/notifications.json index 4069b67a80..ccf671dfb4 100644 --- a/public/language/nl/notifications.json +++ b/public/language/nl/notifications.json @@ -1,59 +1,68 @@ { "title": "Notificaties", - "no_notifs": "Je hebt geen nieuwe notificaties", - "see_all": "Alle notificaties", - "mark_all_read": "Alles markeren als gelezen", - "back_to_home": "Terug naar %1", - "outgoing_link": "Uitgaande Link", - "outgoing_link_message": "U verlaat nu %1", - "continue_to": "Door naar %1", - "return_to": "Terug naar %1", - "new_notification": "U heeft een nieuwe notificatie", - "you_have_unread_notifications": "U heeft ongelezen notificaties.", + "no-notifs": "Je hebt geen nieuwe notificaties", + "see-all": "Alle notificaties", + "mark-all-read": "Alles markeren als gelezen", + "back-to-home": "Terug naar %1", + "outgoing-link": "Uitgaande Link", + "outgoing-link-message": "U verlaat nu %1", + "continue-to": "Door naar %1", + "return-to": "Terug naar %1", + "new-notification": "U heeft een nieuwe notificatie", + "you-have-unread-notifications": "U heeft ongelezen notificaties.", "all": "Alles", "topics": "Onderwerpen", + "tags": "Tags", "replies": "Antwoorden", "chat": "Chats", "group-chat": "Groepsgesprekken", "public-chat": "Public Chats", "follows": "Volgt", "upvote": "Upvotes", + "awards": "Awards", "new-flags": "Nieuwe markeringen", "my-flags": "Markeringen toegewezen aan mij", "bans": "Bans", - "new_message_from": "Nieuw bericht van %1", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1 heeft voor je bericht gestemd in %2.", - "upvoted_your_post_in_dual": "%1 en %2 hebben voor je bericht gestemd in %3.", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "%1 heeft je bericht verplaatst naar %2", - "moved_your_topic": "%1 heeft %2 verplaatst", - "user_flagged_post_in": "%1 rapporteerde een bericht in %2", - "user_flagged_post_in_dual": "%1 en %2 rapporteerden een bericht in %3", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1 markeerde een gebruikersprofiel (%2)", - "user_flagged_user_dual": "%1 en %2 markeerden een gebruikersprofiel (%3)", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "%1 heeft een reactie geplaatst in: %2", - "user_posted_to_dual": "%1 en %2 hebben een reactie geplaatst in: %3", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1 heeft een nieuw onderwerp geplaatst: %2", - "user_edited_post": "%1 heeft een bericht aangepast in %2", - "user_started_following_you": "%1 volgt jou nu.", - "user_started_following_you_dual": "%1 en %2 volgen jou nu.", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1 heeft een registratie verzoek aangevraagd.", - "new_register_multiple": "Er is/zijn %1 registratieverzoek(en) die wacht(en) op goedkeuring.", - "flag_assigned_to_you": "Flag %1 is aan u toegewezen", - "post_awaiting_review": "Bericht wachtend op goedkeuring", + "new-message-from": "Nieuw bericht van %1", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 wrote in %3", + "user-posted-in-public-room-dual": "%1 and %2 wrote in %4", + "user-posted-in-public-room-triple": "%1, %2 and %3 wrote in %5", + "user-posted-in-public-room-multiple": "%1, %2 and %3 others wrote in %5", + "upvoted-your-post-in": "%1 heeft voor je bericht gestemd in %2.", + "upvoted-your-post-in-dual": "%1 en %2 hebben voor je bericht gestemd in %3.", + "upvoted-your-post-in-triple": "%1, %2 and %3 have upvoted your post in %4.", + "upvoted-your-post-in-multiple": "%1, %2 and %3 others have upvoted your post in %4.", + "moved-your-post": "%1 heeft je bericht verplaatst naar %2", + "moved-your-topic": "%1 heeft %2 verplaatst", + "user-flagged-post-in": "%1 rapporteerde een bericht in %2", + "user-flagged-post-in-dual": "%1 en %2 rapporteerden een bericht in %3", + "user-flagged-post-in-triple": "%1, %2 and %3 flagged a post in %4", + "user-flagged-post-in-multiple": "%1, %2 and %3 others flagged a post in %4", + "user-flagged-user": "%1 markeerde een gebruikersprofiel (%2)", + "user-flagged-user-dual": "%1 en %2 markeerden een gebruikersprofiel (%3)", + "user-flagged-user-triple": "%1, %2 and %3 flagged a user profile (%4)", + "user-flagged-user-multiple": "%1, %2 and %3 others flagged a user profile (%4)", + "user-posted-to": "%1 heeft een reactie geplaatst in: %2", + "user-posted-to-dual": "%1 en %2 hebben een reactie geplaatst in: %3", + "user-posted-to-triple": "%1, %2 and %3 have posted replies to: %4", + "user-posted-to-multiple": "%1, %2 and %3 others have posted replies to: %4", + "user-posted-topic": "%1 heeft een nieuw onderwerp geplaatst: %2", + "user-edited-post": "%1 heeft een bericht aangepast in %2", + "user-posted-topic-with-tag": "%1 has posted a new topic with tag %2", + "user-posted-topic-with-tag-dual": "%1 has posted a new topic with tags %2 and %3", + "user-posted-topic-with-tag-triple": "%1 has posted a new topic with tags %2, %3 and %4", + "user-posted-topic-with-tag-multiple": "%1 has posted a new topic with tags %2", + "user-started-following-you": "%1 volgt jou nu.", + "user-started-following-you-dual": "%1 en %2 volgen jou nu.", + "user-started-following-you-triple": "%1, %2 and %3 started following you.", + "user-started-following-you-multiple": "%1, %2 and %3 others started following you.", + "new-register": "%1 heeft een registratie verzoek aangevraagd.", + "new-register-multiple": "Er is/zijn %1 registratieverzoek(en) die wacht(en) op goedkeuring.", + "flag-assigned-to-you": "Flag %1 is aan u toegewezen", + "post-awaiting-review": "Bericht wachtend op goedkeuring", "profile-exported": "%1 profiel geëxporteerd, klik om te downloaden", "posts-exported": "%1 berichten geëxporteerd, klik om te downloaden", "uploads-exported": "%1 uploads geëxporteerd, klik om te downloaden", @@ -66,22 +75,24 @@ "email-confirm-error-message": "Er was een probleem met het bevestigen van dit e-mailadres. Misschien is de code niet goed ingevoerd of was de beschikbare tijd inmiddels verstreken.", "email-confirm-sent": "Bevestigingsmail verstuurd.", "none": "Geen", - "notification_only": "Alleen notificatie", - "email_only": "Alleen e-mail", - "notification_and_email": "Notificatie & e-mail", - "notificationType_upvote": "Als iemand positief stemt voor je bericht", - "notificationType_new-topic": "Wanneer iemand die jij volgt een onderwerp post", - "notificationType_new-reply": "Als een nieuwe reactie komt op een onderwerp dat je volgt", - "notificationType_post-edit": "Als een bericht wordt aangepast in een onderwerp dat je volgt", - "notificationType_follow": "Als iemand begint met jou te volgen", - "notificationType_new-chat": "Als je een chat-bericht ontvangt", - "notificationType_new-group-chat": "Als je een bericht uit een groepsgesprek ontvangt.", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "Als je een uitnodiging voor een groep ontvangt", - "notificationType_group-leave": "Als een gebruiker je groep verlaat", - "notificationType_group-request-membership": "Als iemand vraagt om lid te worden van een groep waarvan je eigenaar bent", - "notificationType_new-register": "Als iemand wordt toegevoegd aan een registratiewachtrij", - "notificationType_post-queue": "Als een bericht aan de wachtrij wordt toegevoegd", - "notificationType_new-post-flag": "Als een bericht wordt gevlagd", - "notificationType_new-user-flag": "Als een gebruiker wordt gevlagd" + "notification-only": "Alleen notificatie", + "email-only": "Alleen e-mail", + "notification-and-email": "Notificatie & e-mail", + "notificationType-upvote": "Als iemand positief stemt voor je bericht", + "notificationType-new-topic": "Wanneer iemand die jij volgt een onderwerp post", + "notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow", + "notificationType-new-reply": "Als een nieuwe reactie komt op een onderwerp dat je volgt", + "notificationType-post-edit": "Als een bericht wordt aangepast in een onderwerp dat je volgt", + "notificationType-follow": "Als iemand begint met jou te volgen", + "notificationType-new-chat": "Als je een chat-bericht ontvangt", + "notificationType-new-group-chat": "Als je een bericht uit een groepsgesprek ontvangt.", + "notificationType-new-public-chat": "When you receive a public group chat message", + "notificationType-group-invite": "Als je een uitnodiging voor een groep ontvangt", + "notificationType-group-leave": "Als een gebruiker je groep verlaat", + "notificationType-group-request-membership": "Als iemand vraagt om lid te worden van een groep waarvan je eigenaar bent", + "notificationType-new-register": "Als iemand wordt toegevoegd aan een registratiewachtrij", + "notificationType-post-queue": "Als een bericht aan de wachtrij wordt toegevoegd", + "notificationType-new-post-flag": "Als een bericht wordt gevlagd", + "notificationType-new-user-flag": "Als een gebruiker wordt gevlagd", + "notificationType-new-reward": "When you earn a new reward" } \ No newline at end of file diff --git a/public/language/nl/pages.json b/public/language/nl/pages.json index 33ccca2f79..14c7e7842b 100644 --- a/public/language/nl/pages.json +++ b/public/language/nl/pages.json @@ -47,7 +47,8 @@ "account/latest-posts": "Meest recente berichten door %1", "account/topics": "Onderwerpen begonnen door %1", "account/groups": "%1's groepen", - "account/watched_categories": "Gevolgde Categorieën van %1", + "account/watched-categories": "Gevolgde Categorieën van %1", + "account/watched-tags": "%1's Watched Tags", "account/bookmarks": "%1's Favoriete Berichten", "account/settings": "Gebruikersinstellingen", "account/settings-of": "Changing settings of %1", diff --git a/public/language/nl/recent.json b/public/language/nl/recent.json index 0f758ced1a..05a3a3bb4a 100644 --- a/public/language/nl/recent.json +++ b/public/language/nl/recent.json @@ -5,7 +5,7 @@ "month": "Maand", "year": "Jaar", "alltime": "altijd", - "no_recent_topics": "Er zijn geen recente onderwerpen.", - "no_popular_topics": "Er zijn geen populaire onderwerpen.", + "no-recent-topics": "Er zijn geen recente onderwerpen.", + "no-popular-topics": "Er zijn geen populaire onderwerpen.", "load-new-posts": "Load new posts" } \ No newline at end of file diff --git a/public/language/nl/register.json b/public/language/nl/register.json index 0d7db720ac..6147ac4a4d 100644 --- a/public/language/nl/register.json +++ b/public/language/nl/register.json @@ -1,32 +1,32 @@ { "register": "Registreren", "already-have-account": "Already have an account?", - "cancel_registration": "Annuleer registratie", + "cancel-registration": "Annuleer registratie", "help.email": "E-mailadressen zijn standaard verborgen voor andere gebruikers.", - "help.username_restrictions": "Een unieke gebruikersnaam tussen %1 en %2 karakters. Anderen kunnen je vermelden met @gebruikersnaam.", - "help.minimum_password_length": "Je wachtwoord moet tenminste %1 karakters lang zijn.", - "email_address": "E-mailadres", - "email_address_placeholder": "Vul e-mailadres in", + "help.username-restrictions": "Een unieke gebruikersnaam tussen %1 en %2 karakters. Anderen kunnen je vermelden met @gebruikersnaam.", + "help.minimum-password-length": "Je wachtwoord moet tenminste %1 karakters lang zijn.", + "email-address": "E-mailadres", + "email-address-placeholder": "Vul e-mailadres in", "username": "Gebruikersnaam", - "username_placeholder": "Vul Gebruikersnaam in", + "username-placeholder": "Vul Gebruikersnaam in", "password": "Wachtwoord", - "password_placeholder": "Vul Wachtwoord in", - "confirm_password": "Bevestig Wachtwoord", - "confirm_password_placeholder": "Bevestig Wachtwoord", - "register_now_button": "Nu Registreren", - "alternative_registration": "Alternatieve registratie", - "terms_of_use": "Gebruiksvoorwaarden", - "agree_to_terms_of_use": "Ik ga akkoord met de gebruiksvoorwaarden", - "terms_of_use_error": "Je moet akkoord gaan met de service voorwaarden.", + "password-placeholder": "Vul Wachtwoord in", + "confirm-password": "Bevestig Wachtwoord", + "confirm-password-placeholder": "Bevestig Wachtwoord", + "register-now-button": "Nu Registreren", + "alternative-registration": "Alternatieve registratie", + "terms-of-use": "Gebruiksvoorwaarden", + "agree-to-terms-of-use": "Ik ga akkoord met de gebruiksvoorwaarden", + "terms-of-use-error": "Je moet akkoord gaan met de service voorwaarden.", "registration-added-to-queue": "Het registratieverzoek is toegevoegd aan de wachtrij. Een bericht wordt naar het opgegeven emailadres gestuurd wanneer de registratie is goedgekeurd.", "registration-queue-average-time": "Onze gemiddelde tijd om lidmaatschappen goed te keuren is %1 uur %2 minuten.", "registration-queue-auto-approve-time": "Je lidmaatschap op dit forum zal volledig worden geactiveerd binnen maximaal %1 uur.", "interstitial.intro": "We'd like some additional information in order to update your account…", "interstitial.intro-new": "We'd like some additional information before we can create your account…", "interstitial.errors-found": "Please review the entered information:", - "gdpr_agree_data": "Ik geef toestemming voor het verzamelen en verwerken van mijn persoonlijke informatie op deze website.", - "gdpr_agree_email": "Ik geef toestemming voor het verzenden van samenvattingen en notificaties per e-mail van deze website.", - "gdpr_consent_denied": "Deze website heeft uw toestemming nodig voor het verzamelen en verwerken van uw gegevens, en voor het verzenden van e-mails.", + "gdpr-agree-data": "Ik geef toestemming voor het verzamelen en verwerken van mijn persoonlijke informatie op deze website.", + "gdpr-agree-email": "Ik geef toestemming voor het verzenden van samenvattingen en notificaties per e-mail van deze website.", + "gdpr-consent-denied": "Deze website heeft uw toestemming nodig voor het verzamelen en verwerken van uw gegevens, en voor het verzenden van e-mails.", "invite.error-admin-only": "Directe gebruikersregistratie is uitgeschakeld. Neem contact op met de beheerder voor meer details.", "invite.error-invite-only": "Directe gebruikersregistratie is uitgeschakeld. Je moet uitgenodigd worden door een bestaande gebruiker om dit forum te kunnen gebruiken.", "invite.error-invalid-data": "De ontvangen registratiegegevens corresponderen niet met onze gegevens. Neem contact op met de beheerder voor meer details." diff --git a/public/language/nl/reset_password.json b/public/language/nl/reset_password.json index 17cc9661bb..20514c5475 100644 --- a/public/language/nl/reset_password.json +++ b/public/language/nl/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "Wachtwoord opnieuw instellen", - "update_password": "Wachtwoord bijwerken", - "password_changed.title": "Wachtwoord gewijzigd", - "password_changed.message": "

Wachtwoord is met succes hersteld. Opnieuw inloggen.", - "wrong_reset_code.title": "Onjuiste herstelcode", - "wrong_reset_code.message": "Opgegeven code voor wachtwoordherstel is niet juist. Probeer het opnieuw of vraag een andere code aan.", - "new_password": "Nieuw wachtwoord", - "repeat_password": "Bevestiging wachtwoord", - "changing_password": "Wachtwoord wordt gewijzigd", - "enter_email": "Geef het e-mailadres op dat tijdens registratie gebruikt is, en we versturen je een bericht met vervolginstructies voor het ontgrendelen van de account.", - "enter_email_address": "Geef het e-mailadres op", - "password_reset_sent": "Indien het opgegeven adres overeenkomt met een bestaande gebruikersaccount dan is er nu een wachtwoord reset mail verstuurd. Houd er rekening mee dat er slechts één e-mail per minuut zal worden verstuurd.", - "invalid_email": "Onbekend e-mailadres!", - "password_too_short": "Het opgegeven wachtwoord bevat te weinig tekens. Kies een veiliger wachtwoord met meer tekens.", - "passwords_do_not_match": "De twee opgegeven wachtwoorden komen niet overeen", - "password_expired": "Het huidige wachtwoord is verlopen en er dient een nieuwe gekozen te worden" + "reset-password": "Wachtwoord opnieuw instellen", + "update-password": "Wachtwoord bijwerken", + "password-changed.title": "Wachtwoord gewijzigd", + "password-changed.message": "

Wachtwoord is met succes hersteld. Opnieuw inloggen.", + "wrong-reset-code.title": "Onjuiste herstelcode", + "wrong-reset-code.message": "Opgegeven code voor wachtwoordherstel is niet juist. Probeer het opnieuw of vraag een andere code aan.", + "new-password": "Nieuw wachtwoord", + "repeat-password": "Bevestiging wachtwoord", + "changing-password": "Wachtwoord wordt gewijzigd", + "enter-email": "Geef het e-mailadres op dat tijdens registratie gebruikt is, en we versturen je een bericht met vervolginstructies voor het ontgrendelen van de account.", + "enter-email-address": "Geef het e-mailadres op", + "password-reset-sent": "Indien het opgegeven adres overeenkomt met een bestaande gebruikersaccount dan is er nu een wachtwoord reset mail verstuurd. Houd er rekening mee dat er slechts één e-mail per minuut zal worden verstuurd.", + "invalid-email": "Onbekend e-mailadres!", + "password-too-short": "Het opgegeven wachtwoord bevat te weinig tekens. Kies een veiliger wachtwoord met meer tekens.", + "passwords-do-not-match": "De twee opgegeven wachtwoorden komen niet overeen", + "password-expired": "Het huidige wachtwoord is verlopen en er dient een nieuwe gekozen te worden" } \ No newline at end of file diff --git a/public/language/nl/rewards.json b/public/language/nl/rewards.json new file mode 100644 index 0000000000..f923cf1500 --- /dev/null +++ b/public/language/nl/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "You have been awarded %1 reputation", + "awarded-group-membership": "You have been added to the group %1", + + "essentials/user.reputation-conditional-value": "(Reputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Post Count %1 %2)", + "essentials/user.lastonline-conditional-value": "(Last Online %1 %2)", + "essentials/user.joindate-conditional-value": "(Join Date %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Days Registered %1 %2)" +} \ No newline at end of file diff --git a/public/language/nl/search.json b/public/language/nl/search.json index 8ae947dbfc..b1769569e8 100644 --- a/public/language/nl/search.json +++ b/public/language/nl/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Type to search", - "results_matching": "%1 overeenkomstige resultaten \"%2\", (%3 seconds)", + "results-matching": "%1 overeenkomstige resultaten \"%2\", (%3 seconds)", "no-matches": "Geen overeenkomstige resultaten gevonden", "advanced-search": "Geavanceerd zoeken", "in": "in", @@ -26,7 +26,7 @@ "posted-by": "Geplaatst door", "posted-by-usernames": "Posted by: %1", "type-a-username": "Type a username", - "search-child-categories": "Doorzoek subcategorieën ", + "search-child-categories": "Doorzoek subcategorieën", "has-tags": "Is getagged", "reply-count": "Aantal reacties", "replies": "Replies", diff --git a/public/language/nl/tags.json b/public/language/nl/tags.json index 5c9ad6a113..8c05195900 100644 --- a/public/language/nl/tags.json +++ b/public/language/nl/tags.json @@ -1,11 +1,17 @@ { "all-tags": "All tags", - "no_tag_topics": "Er zijn geen onderwerpen met deze tag.", + "no-tag-topics": "Er zijn geen onderwerpen met deze tag.", "no-tags-found": "No tags found", "tags": "Tags", - "enter_tags_here": "Voeg hier tags toe, tussen de %1 en %2 tekens per stuk.", - "enter_tags_here_short": "Voer tags in...", - "no_tags": "Er zijn nog geen tags geplaatst", - "select_tags": "Selecteer tags", - "tag-whitelist": "Tag Whitelist" + "enter-tags-here": "Voeg hier tags toe, tussen de %1 en %2 tekens per stuk.", + "enter-tags-here-short": "Voer tags in...", + "no-tags": "Er zijn nog geen tags geplaatst", + "select-tags": "Selecteer tags", + "tag-whitelist": "Tag Whitelist", + "watching": "Watching", + "not-watching": "Not Watching", + "watching.description": "Notify me of new topics.", + "not-watching.description": "Do not notify me of new topics.", + "following-tag.message": "You will now be receiving notifications when somebody posts a topic with this tag.", + "not-following-tag.message": "You will not receive notifications when somebody posts a topic with this tag." } \ No newline at end of file diff --git a/public/language/nl/themes/harmony.json b/public/language/nl/themes/harmony.json index f915155306..5e0a65f946 100644 --- a/public/language/nl/themes/harmony.json +++ b/public/language/nl/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page", "settings.autohideBottombar": "Auto hide bottom bar", "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down", + "settings.openSidebars": "Open sidebars", "settings.chatModals": "Enable chat modals" } \ No newline at end of file diff --git a/public/language/nl/top.json b/public/language/nl/top.json index b8a05bfa5f..6e1e05674e 100644 --- a/public/language/nl/top.json +++ b/public/language/nl/top.json @@ -1,4 +1,4 @@ { "title": "Top", - "no_top_topics": "No top topics" + "no-top-topics": "No top topics" } \ No newline at end of file diff --git a/public/language/nl/topic.json b/public/language/nl/topic.json index ee43c94b1c..39f7c08053 100644 --- a/public/language/nl/topic.json +++ b/public/language/nl/topic.json @@ -1,20 +1,20 @@ { "topic": "Onderwerp", "title": "Title", - "no_topics_found": "Geen onderwerpen gevonden!", - "no_posts_found": "Geen berichten gevonden!", - "post_is_deleted": "Dit bericht is verwijderd!", - "topic_is_deleted": "Dit onderwerp is verwijderd!", + "no-topics-found": "Geen onderwerpen gevonden!", + "no-posts-found": "Geen berichten gevonden!", + "post-is-deleted": "Dit bericht is verwijderd!", + "topic-is-deleted": "Dit onderwerp is verwijderd!", "profile": "Profiel", - "posted_by": "Geplaatst door %1", - "posted_by_guest": "Geplaatst door gast", + "posted-by": "Geplaatst door %1", + "posted-by-guest": "Geplaatst door gast", "chat": "Chat", - "notify_me": "Krijg een melding wanneer nieuwe reacties volgen", + "notify-me": "Krijg een melding wanneer nieuwe reacties volgen", "quote": "Citeren", "reply": "Reageren", - "replies_to_this_post": "%1 Antwoorden", - "one_reply_to_this_post": "1 Antwoord", - "last_reply_time": "Laatste antwoord", + "replies-to-this-post": "%1 Antwoorden", + "one-reply-to-this-post": "1 Antwoord", + "last-reply-time": "Laatste antwoord", "reply-as-topic": "Reageren als onderwerp", "guest-login-reply": "Aanmelden om te reageren", "login-to-view": "🔒 Aanmelden om te zien", @@ -64,129 +64,130 @@ "user-referenced-topic-on": "%1 referenced this topic on %3", "user-forked-topic-ago": "%1 forked this topic %3", "user-forked-topic-on": "%1 forked this topic on %3", - "bookmark_instructions": "Klik hier om terug te keren naar de laatst gelezen post in deze thread.", + "bookmark-instructions": "Klik hier om terug te keren naar de laatst gelezen post in deze thread.", "flag-post": "Rapporteer dit bericht", "flag-user": "Rapporteer deze gebruiker", "already-flagged": "Al gerapporteerd", "view-flag-report": "Rapportage inzien", "resolve-flag": "Resolve Flag", - "merged_message": "Dit onderwerp is samengevoegd met %2", - "deleted_message": "Dit onderwerp is verwijderd. Alleen gebruikers met beheerrechten op onderwerpniveau kunnen dit inzien.", - "following_topic.message": "Vanaf nu worden meldingen ontvangen zodra iemand een reactie op dit onderwerp geeft.", - "not_following_topic.message": "Dit onderwerp zal verschijnen in de lijst van ongelezen onderwerpen, maar er zullen geen meldingen ontvangen zodra iemand een reactie op dit onderwerp geeft.", - "ignoring_topic.message": "Dit onderwerp zal niet meer verschijnen in de lijst van ongelezen berichten. U zult enkel een melding ontvangen wanneer u wordt genoemd, of wanneer er een positieve stem op uw reactie wordt gegeven.", - "login_to_subscribe": "Log in or registreer om dit onderwerp te volgen.", + "merged-message": "Dit onderwerp is samengevoegd met %2", + "forked-message": "This topic was forked from %2", + "deleted-message": "Dit onderwerp is verwijderd. Alleen gebruikers met beheerrechten op onderwerpniveau kunnen dit inzien.", + "following-topic.message": "Vanaf nu worden meldingen ontvangen zodra iemand een reactie op dit onderwerp geeft.", + "not-following-topic.message": "Dit onderwerp zal verschijnen in de lijst van ongelezen onderwerpen, maar er zullen geen meldingen ontvangen zodra iemand een reactie op dit onderwerp geeft.", + "ignoring-topic.message": "Dit onderwerp zal niet meer verschijnen in de lijst van ongelezen berichten. U zult enkel een melding ontvangen wanneer u wordt genoemd, of wanneer er een positieve stem op uw reactie wordt gegeven.", + "login-to-subscribe": "Log in or registreer om dit onderwerp te volgen.", "markAsUnreadForAll.success": "Onderwerp is voor iedereen als ongelezen gemarkeerd.", - "mark_unread": "Ongelezen markeren", - "mark_unread.success": "Onderwerp is als ongelezen gemarkeerd.", + "mark-unread": "Ongelezen markeren", + "mark-unread.success": "Onderwerp is als ongelezen gemarkeerd.", "watch": "Volgen", "unwatch": "Niet meer volgen", "watch.title": "Krijg meldingen van nieuwe reacties op dit onderwerp", "unwatch.title": "Dit onderwerp niet langer volgen", - "share_this_post": "Deel dit bericht", + "share-this-post": "Deel dit bericht", "watching": "Gevolgd", "not-watching": "Niet gevolgd", "ignoring": "Genegeerd", "watching.description": "Stuur me een melding bij nieuwe reacties.
Toon onderwerp bij de ongelezen onderwerpen.", "not-watching.description": "Stuur me geen melding van nieuwe reacties.
Toon onderwerp in ongelezen mits de categorie niet genegeerd wordt.", "ignoring.description": "Stuur me geen melding van nieuwe reacties.
Toon dit onderwerp niet onder de ongelezen onderwerpen.", - "thread_tools.title": "Acties", - "thread_tools.markAsUnreadForAll": "Alles als ongelezen markeren", - "thread_tools.pin": "Onderwerp vastpinnen", - "thread_tools.unpin": "Onderwerp losmaken", - "thread_tools.lock": "Onderwerp sluiten", - "thread_tools.unlock": "Onderwerp openen", - "thread_tools.move": "Onderwerp verplaatsen", - "thread_tools.move-posts": "Verplaats berichten", - "thread_tools.move_all": "Verplaats alles", - "thread_tools.change_owner": "Wijzig eigenaar", - "thread_tools.select_category": "Selecteer categorie", - "thread_tools.fork": "Onderwerp afsplitsen", - "thread_tools.tag": "Tag Topic", - "thread_tools.delete": "Onderwerp verwijderen", - "thread_tools.delete-posts": "Verwijder berichten", - "thread_tools.delete_confirm": "Weet u het zeker dat u dit onderwerp wilt verwijderen?", - "thread_tools.restore": "Onderwerp herstellen", - "thread_tools.restore_confirm": "Zeker weten dit onderwerp te herstellen?", - "thread_tools.purge": "Wis onderwerp ", - "thread_tools.purge_confirm": "Weet je zeker dat je dit onderwerp wil verwijderen?", - "thread_tools.merge_topics": "Onderwerpen samenvoegen", - "thread_tools.merge": "Merge Topic", - "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_undone": "Verplaatsen onderwerp ongedaan gemaakt", - "topic_move_posts_success": "Berichten zullen spoedig verplaatst worden. Klik hier om ongedaan te maken.", - "topic_move_posts_undone": "Verplaatsen bericht ongedaan gemaakt", - "post_delete_confirm": "Is het absoluut de bedoeling dit bericht te verwijderen?", - "post_restore_confirm": "Is het de bedoeling dit bericht te herstellen?", - "post_purge_confirm": "Is het absoluut zeker dat dit bericht volledig verwijderd kan worden?", + "thread-tools.title": "Acties", + "thread-tools.markAsUnreadForAll": "Alles als ongelezen markeren", + "thread-tools.pin": "Onderwerp vastpinnen", + "thread-tools.unpin": "Onderwerp losmaken", + "thread-tools.lock": "Onderwerp sluiten", + "thread-tools.unlock": "Onderwerp openen", + "thread-tools.move": "Onderwerp verplaatsen", + "thread-tools.move-posts": "Verplaats berichten", + "thread-tools.move-all": "Verplaats alles", + "thread-tools.change-owner": "Wijzig eigenaar", + "thread-tools.select-category": "Selecteer categorie", + "thread-tools.fork": "Onderwerp afsplitsen", + "thread-tools.tag": "Tag Topic", + "thread-tools.delete": "Onderwerp verwijderen", + "thread-tools.delete-posts": "Verwijder berichten", + "thread-tools.delete-confirm": "Weet u het zeker dat u dit onderwerp wilt verwijderen?", + "thread-tools.restore": "Onderwerp herstellen", + "thread-tools.restore-confirm": "Zeker weten dit onderwerp te herstellen?", + "thread-tools.purge": "Wis onderwerp", + "thread-tools.purge-confirm": "Weet je zeker dat je dit onderwerp wil verwijderen?", + "thread-tools.merge-topics": "Onderwerpen samenvoegen", + "thread-tools.merge": "Merge Topic", + "topic-move-success": "This topic will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-multiple-success": "These topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-all-success": "All topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-undone": "Verplaatsen onderwerp ongedaan gemaakt", + "topic-move-posts-success": "Berichten zullen spoedig verplaatst worden. Klik hier om ongedaan te maken.", + "topic-move-posts-undone": "Verplaatsen bericht ongedaan gemaakt", + "post-delete-confirm": "Is het absoluut de bedoeling dit bericht te verwijderen?", + "post-restore-confirm": "Is het de bedoeling dit bericht te herstellen?", + "post-purge-confirm": "Is het absoluut zeker dat dit bericht volledig verwijderd kan worden?", "pin-modal-expiry": "Expiration Date", "pin-modal-help": "You can optionally set an expiration date for the pinned topic(s) here. Alternatively, you can leave this field blank to have the topic stay pinned until it is manually unpinned.", - "load_categories": "Categorieën laden", - "confirm_move": "Verplaatsen", - "confirm_fork": "Splits", + "load-categories": "Categorieën laden", + "confirm-move": "Verplaatsen", + "confirm-fork": "Splits", "bookmark": "Favoriet", "bookmarks": "Favorieten", - "bookmarks.has_no_bookmarks": "Je hebt nog geen berichten aan je favorieten toegevoegd.", + "bookmarks.has-no-bookmarks": "Je hebt nog geen berichten aan je favorieten toegevoegd.", "copy-permalink": "Copy Permalink", - "loading_more_posts": "Meer berichten laden...", - "move_topic": "Onderwerp verplaatsen", - "move_topics": "Verplaats onderwerpen", - "move_post": "Bericht verplaatsen", - "post_moved": "Bericht verplaatst!", - "fork_topic": "Afgesplitst onderwerp ", + "loading-more-posts": "Meer berichten laden...", + "move-topic": "Onderwerp verplaatsen", + "move-topics": "Verplaats onderwerpen", + "move-post": "Bericht verplaatsen", + "post-moved": "Bericht verplaatst!", + "fork-topic": "Afgesplitst onderwerp", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", - "fork_no_pids": "Geen berichten geselecteerd!", + "fork-topic-instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", + "fork-no-pids": "Geen berichten geselecteerd!", "no-posts-selected": "Geen berichten geselecteerd!", "x-posts-selected": "%1 bericht(en) geselecteerd", "x-posts-will-be-moved-to-y": "%1 bericht(en) zullen verplaatst worden naar \"%2\"", - "fork_pid_count": "%1 bericht(en) geselecteerd", - "fork_success": "Onderwerp is succesvol afgesplitst. Klik hier om het nieuwe onderwerp te zien.", - "delete_posts_instruction": "Klik op de berichten die verwijderd moeten worden", - "merge_topics_instruction": "Klik op de onderwerpen die je samen wilt voegen, of zoek daarnaar", + "fork-pid-count": "%1 bericht(en) geselecteerd", + "fork-success": "Onderwerp is succesvol afgesplitst. Klik hier om het nieuwe onderwerp te zien.", + "delete-posts-instruction": "Klik op de berichten die verwijderd moeten worden", + "merge-topics-instruction": "Klik op de onderwerpen die je samen wilt voegen, of zoek daarnaar", "merge-topic-list-title": "Lijst van onderwerpen die samengevoegd zullen worden", "merge-options": "Opties voor samenvoegen", "merge-select-main-topic": "Selecteer het hoofdonderwerp", "merge-new-title-for-topic": "Nieuwe titel voor onderwerp", "topic-id": "Topic ID", - "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", - "move_topic_instruction": "Select the target category and then click move", - "change_owner_instruction": "Klik op de berichten die je wilt toewijzen aan een andere gebruiker", - "composer.title_placeholder": "Voer hier de titel van het onderwerp in...", - "composer.handle_placeholder": "Voer je naam/pseudoniem hier in", + "move-posts-instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move-topic-instruction": "Select the target category and then click move", + "change-owner-instruction": "Klik op de berichten die je wilt toewijzen aan een andere gebruiker", + "composer.title-placeholder": "Voer hier de titel van het onderwerp in...", + "composer.handle-placeholder": "Voer je naam/pseudoniem hier in", "composer.hide": "Hide", "composer.discard": "Annuleren", "composer.submit": "Verzenden", "composer.additional-options": "Additional Options", "composer.post-later": "Post Later", "composer.schedule": "Schedule", - "composer.replying_to": "Reactie op %1", - "composer.new_topic": "Nieuw onderwerp", + "composer.replying-to": "Reactie op %1", + "composer.new-topic": "Nieuw onderwerp", "composer.editing-in": "Editing post in %1", "composer.uploading": "uploaden...", - "composer.thumb_url_label": "Plak een URL naar een miniatuurweergave voor dit onderwerp", - "composer.thumb_title": "Voeg een miniatuurweergave toe aan dit onderwerp", - "composer.thumb_url_placeholder": "http://example.com/thumb.png", - "composer.thumb_file_label": "Of upload een bestand", - "composer.thumb_remove": "Velden leegmaken", - "composer.drag_and_drop_images": "Sleep en zet afbeeldingen hier", - "more_users_and_guests": "%1 of meerdere gebruiker(s) en %2 gast(en)", - "more_users": "%1 meer gebruiker(s)", - "more_guests": "%1 of meerdere gast(en)", - "users_and_others": "%1 en %2 anderen", - "sort_by": "Sorteer op", - "oldest_to_newest": "Oudste berichten bovenaan", - "newest_to_oldest": "Meest recente berichten bovenaan", - "most_votes": "Meeste stemmen", - "most_posts": "Meeste berichten", - "most_views": "Most Views", + "composer.thumb-url-label": "Plak een URL naar een miniatuurweergave voor dit onderwerp", + "composer.thumb-title": "Voeg een miniatuurweergave toe aan dit onderwerp", + "composer.thumb-url-placeholder": "http://example.com/thumb.png", + "composer.thumb-file-label": "Of upload een bestand", + "composer.thumb-remove": "Velden leegmaken", + "composer.drag-and-drop-images": "Sleep en zet afbeeldingen hier", + "more-users-and-guests": "%1 of meerdere gebruiker(s) en %2 gast(en)", + "more-users": "%1 meer gebruiker(s)", + "more-guests": "%1 of meerdere gast(en)", + "users-and-others": "%1 en %2 anderen", + "sort-by": "Sorteer op", + "oldest-to-newest": "Oudste berichten bovenaan", + "newest-to-oldest": "Meest recente berichten bovenaan", + "most-votes": "Meeste stemmen", + "most-posts": "Meeste berichten", + "most-views": "Most Views", "stale.title": "Een nieuw onderwerp maken in de plaats?", "stale.warning": "Het onderwerp waar je op antwoord is vrij oud. Zou je graag een nieuw onderwerp maken met een referentie naar dit onderwerp in je antwoord?", "stale.create": "Maak een nieuw onderwerp", - "stale.reply_anyway": "Reageer toch op dit onderwerp", - "link_back": "Re: [%1](%2)", + "stale.reply-anyway": "Reageer toch op dit onderwerp", + "link-back": "Re: [%1](%2)", "diffs.title": "Bericht revisie geschiedenis", "diffs.description": "Dit bericht heeft %1 revisies. Klik op een revisie hieronder om het bericht te zien op dat punt in de tijd.", "diffs.no-revisions-description": "Dit bericht heeft %1 revisies.", @@ -197,8 +198,8 @@ "diffs.post-restored": "Bericht was succesvol hersteld naar een eerdere revisie", "diffs.delete": "Delete this revision", "diffs.deleted": "Revision deleted", - "timeago_later": "%1 later", - "timeago_earlier": "%1 eerder", + "timeago-later": "%1 later", + "timeago-earlier": "%1 eerder", "first-post": "First post", "last-post": "Last post", "go-to-my-next-post": "Go to my next post", diff --git a/public/language/nl/unread.json b/public/language/nl/unread.json index ae12c4b9e5..01dcc43ad8 100644 --- a/public/language/nl/unread.json +++ b/public/language/nl/unread.json @@ -1,12 +1,12 @@ { "title": "Ongelezen", - "no_unread_topics": "Er zijn geen ongelezen onderwerpen.", - "load_more": "Meer laden", - "mark_as_read": "Markeer als gelezen", + "no-unread-topics": "Er zijn geen ongelezen onderwerpen.", + "load-more": "Meer laden", + "mark-as-read": "Markeer als gelezen", "selected": "Geselecteerd", "all": "Alles", - "all_categories": "Alle categorieën", - "topics_marked_as_read.success": "Onderwerp gemarkeerd als gelezen!", + "all-categories": "Alle categorieën", + "topics-marked-as-read.success": "Onderwerp gemarkeerd als gelezen!", "all-topics": "Alle onderwerpen", "new-topics": "Nieuwe onderwerpen", "watched-topics": "Bekeken onderwerpen", diff --git a/public/language/nl/user.json b/public/language/nl/user.json index 843dbb0b60..723dd8059a 100644 --- a/public/language/nl/user.json +++ b/public/language/nl/user.json @@ -7,22 +7,22 @@ "joindate": "Datum van registratie", "postcount": "Aantal geplaatste berichten", "email": "E-mail", - "confirm_email": "Bevestig e-mail", - "account_info": "Gebruikersinformatie", - "admin_actions_label": "Administratieve acties", - "ban_account": "Verban gebruiker", - "ban_account_confirm": "Weet u zeker dat u deze gebruiker wilt verbannen?", - "unban_account": "Verbanning intrekken", - "mute_account": "Mute Account", - "unmute_account": "Unmute Account", - "delete_account": "Account verwijderen", - "delete_account_as_admin": "Account verwijderen", - "delete_content": "Account Content verwijderen", - "delete_all": "Account en Content verwijderen", - "delete_account_confirm": "Weet je zeker dat je jouw berichten wilt anonimiseren en je account wilt verwijderen?
Deze actie is onomkeerbaar en je data kan niet meer hersteld worden

Voer je wachtwoord in om te bevestigen dat je je account wilt vernietigen.", - "delete_this_account_confirm": "Weet je zeker dat je dit account wilt verwijderen met achterlaten van de inhoud?
Deze actie is onomkeerbaar, berichten worden geanonimizeerd en je kunt associates van deze berichten met het verwijderde account niet meer herstellen

", - "delete_account_content_confirm": "Weet je zeker dat je de inhoud (berichten, onderwerpen, uploads) van dit account wilt verwijderen?
Deze actie is onomkeerbaar en je kunt de gegevens niet meer terugkrijgen

", - "delete_all_confirm": "Weet je zeker dat je dit account wilt verwijderen, inclusief alle inhoud (berichten, onderwerpen, uploads) van dit account?
Deze actie is onomkeerbaar en je kunt de gegevens niet meer terugkrijgen

", + "confirm-email": "Bevestig e-mail", + "account-info": "Gebruikersinformatie", + "admin-actions-label": "Administratieve acties", + "ban-account": "Verban gebruiker", + "ban-account-confirm": "Weet u zeker dat u deze gebruiker wilt verbannen?", + "unban-account": "Verbanning intrekken", + "mute-account": "Mute Account", + "unmute-account": "Unmute Account", + "delete-account": "Account verwijderen", + "delete-account-as-admin": "Account verwijderen", + "delete-content": "Account Content verwijderen", + "delete-all": "Account en Content verwijderen", + "delete-account-confirm": "Weet je zeker dat je jouw berichten wilt anonimiseren en je account wilt verwijderen?
Deze actie is onomkeerbaar en je data kan niet meer hersteld worden

Voer je wachtwoord in om te bevestigen dat je je account wilt vernietigen.", + "delete-this-account-confirm": "Weet je zeker dat je dit account wilt verwijderen met achterlaten van de inhoud?
Deze actie is onomkeerbaar, berichten worden geanonimizeerd en je kunt associates van deze berichten met het verwijderde account niet meer herstellen

", + "delete-account-content-confirm": "Weet je zeker dat je de inhoud (berichten, onderwerpen, uploads) van dit account wilt verwijderen?
Deze actie is onomkeerbaar en je kunt de gegevens niet meer terugkrijgen

", + "delete-all-confirm": "Weet je zeker dat je dit account wilt verwijderen, inclusief alle inhoud (berichten, onderwerpen, uploads) van dit account?
Deze actie is onomkeerbaar en je kunt de gegevens niet meer terugkrijgen

", "account-deleted": "Account verwijderd", "account-content-deleted": "Account inhoud verwijderd", "fullname": "Volledige naam", @@ -32,11 +32,12 @@ "joined": "Geregistreerd", "lastonline": "Laatste keer online gezien", "profile": "Profiel", - "profile_views": "Bekeken", + "profile-views": "Bekeken", "reputation": "Reputatie", "bookmarks": "Favorieten", - "watched_categories": "Gevolgde categorieën", - "change_all": "Wijzig alles", + "watched-categories": "Gevolgde categorieën", + "watched-tags": "Watched tags", + "change-all": "Wijzig alles", "watched": "Bekeken", "ignored": "Genegeerd", "default-category-watch-state": "Standaard bekeken status van categorie", @@ -44,83 +45,84 @@ "following": "Volgend", "blocks": "Blokkeringen", "blocked-users": "Blocked users", - "block_toggle": "Toggle Blokkering", - "block_user": "Blokkeer gebruiker", - "unblock_user": "Deblokkeer gebruiker", + "block-toggle": "Toggle Blokkering", + "block-user": "Blokkeer gebruiker", + "unblock-user": "Deblokkeer gebruiker", "aboutme": "Over mij", "signature": "Handtekening", "birthday": "Verjaardag", "chat": "Chat", - "chat_with": "Chat verder met %1", - "new_chat_with": "Begin een chat met %1", + "chat-with": "Chat verder met %1", + "new-chat-with": "Begin een chat met %1", "flag-profile": "Profiel vlaggen", "follow": "Volgen", "unfollow": "Ontvolgen", "more": "Meer", - "profile_update_success": "Het gebruikersprofiel is met succes gewijzigd", - "change_picture": "Bewerk afbeelding", - "change_username": "Wijzig gebruikersnaam", - "change_email": "Wijzig email", - "email_same_as_password": "Voer uw huidige wachtwoord in om door te gaan – u heeft uw nieuwe e-mail weer ingevoered", + "profile-update-success": "Het gebruikersprofiel is met succes gewijzigd", + "change-picture": "Bewerk afbeelding", + "change-username": "Wijzig gebruikersnaam", + "change-email": "Wijzig email", + "email-updated": "Email Updated", + "email-same-as-password": "Voer uw huidige wachtwoord in om door te gaan – u heeft uw nieuwe e-mail weer ingevoered", "edit": "Bewerken", "edit-profile": "Profiel wijzigen", - "default_picture": "Standaard icoon", - "uploaded_picture": "Geüploade afbeelding", - "upload_new_picture": "Nieuwe afbeelding opsturen", - "upload_new_picture_from_url": "Nieuwe afbeelding vanaf een URL toevoegen", - "current_password": "Huidige wachtwoord", - "new_password": "New Password", - "change_password": "Wijzig wachtwoord", - "change_password_error": "Ongeldig wachtwoord!", - "change_password_error_wrong_current": "Het opgegeven huidige wachtwoord is onjuist!", - "change_password_error_match": "Het eerder opgegeven wachtwoord komt niet overeen!", - "change_password_error_privileges": "Niet geautoriseerd om dit wachtwoord te mogen wijzigen.", - "change_password_success": "Het wachtwoord is gewijzigd!", - "confirm_password": "Bevestig wachtwoord", + "default-picture": "Standaard icoon", + "uploaded-picture": "Geüploade afbeelding", + "upload-new-picture": "Nieuwe afbeelding opsturen", + "upload-new-picture-from-url": "Nieuwe afbeelding vanaf een URL toevoegen", + "current-password": "Huidige wachtwoord", + "new-password": "New Password", + "change-password": "Wijzig wachtwoord", + "change-password-error": "Ongeldig wachtwoord!", + "change-password-error-wrong-current": "Het opgegeven huidige wachtwoord is onjuist!", + "change-password-error-match": "Het eerder opgegeven wachtwoord komt niet overeen!", + "change-password-error-privileges": "Niet geautoriseerd om dit wachtwoord te mogen wijzigen.", + "change-password-success": "Het wachtwoord is gewijzigd!", + "confirm-password": "Bevestig wachtwoord", "password": "Wachtwoord", - "username_taken_workaround": "Helaas, de gewenste gebruikersnaam is al door iemand in gebruik genomen dus vandaar een kleine aanpassing naar %1 doorgevoerd", - "password_same_as_username": "Je wachtwoord is hetzelfde als je gebruikersnaam. Kies een ander wachtwoord.", - "password_same_as_email": "Je wachtwoord is hetzelfde als je email, kies alsjeblieft een ander wachtwoord.", - "weak_password": "Zwak wachtwoord.", - "upload_picture": "Upload afbeelding", - "upload_a_picture": "Upload een afbeelding", - "remove_uploaded_picture": "Verwijder gëuploade foto", - "upload_cover_picture": "Upload je coverafbeelding", - "remove_cover_picture_confirm": "Weet u zeker dat u de cover foto wilt verwijderen?", - "crop_picture": "Foto bijsnijden", - "upload_cropped_picture": "Bijsnijden en uploaden", + "username-taken-workaround": "Helaas, de gewenste gebruikersnaam is al door iemand in gebruik genomen dus vandaar een kleine aanpassing naar %1 doorgevoerd", + "password-same-as-username": "Je wachtwoord is hetzelfde als je gebruikersnaam. Kies een ander wachtwoord.", + "password-same-as-email": "Je wachtwoord is hetzelfde als je email, kies alsjeblieft een ander wachtwoord.", + "weak-password": "Zwak wachtwoord.", + "upload-picture": "Upload afbeelding", + "upload-a-picture": "Upload een afbeelding", + "remove-uploaded-picture": "Verwijder gëuploade foto", + "upload-cover-picture": "Upload je coverafbeelding", + "remove-cover-picture-confirm": "Weet u zeker dat u de cover foto wilt verwijderen?", + "crop-picture": "Foto bijsnijden", + "upload-cropped-picture": "Bijsnijden en uploaden", "avatar-background-colour": "Achtergrondkeur van avatar", "settings": "Instellingen", - "show_email": "E-mailadres weergeven", - "show_fullname": "Laat mijn volledige naam zien", - "restrict_chats": "Sta alleen chatsessies toe van gebruikers die ik zelf volg", - "digest_label": "Abonneer op een samenvatting", - "digest_description": "Abonneer op periodieke e-mail updates van onderwerpen in dit forum", - "digest_off": "Uit", - "digest_daily": "Dagelijks", - "digest_weekly": "Wekelijks", - "digest_biweekly": "Bi-Weekly", - "digest_monthly": "Maandelijks", - "has_no_follower": "Deze gebruiker heeft geen volgers :(", - "follows_no_one": "Deze gebruiker volgt niemand :(", - "has_no_posts": "Deze gebruiker heeft nog geen berichten geplaatst", - "has_no_best_posts": "This user does not have any upvoted posts yet.", - "has_no_topics": "Deze gebruiker heeft nog geen onderwerpen gestart.", - "has_no_watched_topics": "Deze gebruiker heeft nog geen onderwerpen gevolgd.", - "has_no_ignored_topics": "Deze gebruiker heeft nog geen berichten genegeerd.", - "has_no_upvoted_posts": "Deze gebruiker heeft nog geen berichten omhoog gestemd.", - "has_no_downvoted_posts": "Deze gebruiker heeft nog geen berichten omlaag gestemd.", - "has_no_controversial_posts": "This user does not have any downvoted posts yet.", - "has_no_blocks": "U hebt geen gebruikers geblokkeerd", - "email_hidden": "E-mail niet beschikbaar", + "show-email": "E-mailadres weergeven", + "show-fullname": "Laat mijn volledige naam zien", + "restrict-chats": "Sta alleen chatsessies toe van gebruikers die ik zelf volg", + "digest-label": "Abonneer op een samenvatting", + "digest-description": "Abonneer op periodieke e-mail updates van onderwerpen in dit forum", + "digest-off": "Uit", + "digest-daily": "Dagelijks", + "digest-weekly": "Wekelijks", + "digest-biweekly": "Bi-Weekly", + "digest-monthly": "Maandelijks", + "has-no-follower": "Deze gebruiker heeft geen volgers :(", + "follows-no-one": "Deze gebruiker volgt niemand :(", + "has-no-posts": "Deze gebruiker heeft nog geen berichten geplaatst", + "has-no-best-posts": "This user does not have any upvoted posts yet.", + "has-no-topics": "Deze gebruiker heeft nog geen onderwerpen gestart.", + "has-no-watched-topics": "Deze gebruiker heeft nog geen onderwerpen gevolgd.", + "has-no-ignored-topics": "Deze gebruiker heeft nog geen berichten genegeerd.", + "has-no-upvoted-posts": "Deze gebruiker heeft nog geen berichten omhoog gestemd.", + "has-no-downvoted-posts": "Deze gebruiker heeft nog geen berichten omlaag gestemd.", + "has-no-controversial-posts": "This user does not have any downvoted posts yet.", + "has-no-blocks": "U hebt geen gebruikers geblokkeerd", + "email-hidden": "E-mail niet beschikbaar", "hidden": "verborgen", - "paginate_description": "Blader door onderwerpen en berichten in plaats van oneindig scrollen.", - "topics_per_page": "Onderwerpen per pagina", - "posts_per_page": "Berichten per pagina", + "paginate-description": "Blader door onderwerpen en berichten in plaats van oneindig scrollen.", + "topics-per-page": "Onderwerpen per pagina", + "posts-per-page": "Berichten per pagina", "category-topic-sort": "Category topic sort", "topic-post-sort": "Topic post sort", - "max_items_per_page": "Maximaal %1", - "acp_language": "Taal van Admin Pagina", + "max-items-per-page": "Maximaal %1", + "acp-language": "Taal van Admin Pagina", "notifications": "Notificaties", "upvote-notif-freq": "Notificatie frequentie voor Upvotes", "upvote-notif-freq.all": "Alle Upvotes", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "Bij 10, 100, 1000...", "upvote-notif-freq.disabled": "Uitgeschakeld", "browsing": "Instellingen voor bladeren", - "open_links_in_new_tab": "Open uitgaande links naar een externe site in een nieuw tabblad", - "enable_topic_searching": "Inschakelen mogelijkheid op onderwerp te kunnen zoeken", - "topic_search_help": "Wanneer ingeschakeld zal de standaard zoekfunctie, met een aangepaste methode voor onderwerpen, overschreven worden", - "update_url_with_post_index": "Werk url bij met de index van het bericht tijdens het browsen van onderwerpen", - "scroll_to_my_post": "Toon het nieuwe bericht na het plaatsen van een antwoord", - "follow_topics_you_reply_to": "Ontvang meldingen van berichten waar je op hebt gereageerd", - "follow_topics_you_create": "Ontvang meldingen van berichten die je hebt gemaakt", + "open-links-in-new-tab": "Open uitgaande links naar een externe site in een nieuw tabblad", + "enable-topic-searching": "Inschakelen mogelijkheid op onderwerp te kunnen zoeken", + "topic-search-help": "Wanneer ingeschakeld zal de standaard zoekfunctie, met een aangepaste methode voor onderwerpen, overschreven worden", + "update-url-with-post-index": "Werk url bij met de index van het bericht tijdens het browsen van onderwerpen", + "scroll-to-my-post": "Toon het nieuwe bericht na het plaatsen van een antwoord", + "follow-topics-you-reply-to": "Ontvang meldingen van berichten waar je op hebt gereageerd", + "follow-topics-you-create": "Ontvang meldingen van berichten die je hebt gemaakt", "grouptitle": "Groepstitel", "group-order-help": "Selecteer een groep en gebruik de pijltjes om titels te sorteren", "no-group-title": "Geen groepstitel", @@ -145,9 +147,9 @@ "no-skin": "No Skin", "select-homepage": "Selecteer een startpagina", "homepage": "Startpagina", - "homepage_description": "Selecteer een pagina om te gebruiken als startpagina, of selecteer geen om de standaard pagina te gebruiken.", - "custom_route": "Aangepaste startpagina route", - "custom_route_help": "Geef hier een routenaam op, zonder voorgevoegde slash (b.v. \"recent\" of \"category/2/general-discussion\")", + "homepage-description": "Selecteer een pagina om te gebruiken als startpagina, of selecteer geen om de standaard pagina te gebruiken.", + "custom-route": "Aangepaste startpagina route", + "custom-route-help": "Geef hier een routenaam op, zonder voorgevoegde slash (b.v. \"recent\" of \"category/2/general-discussion\")", "sso.title": "Single Sign-on Services", "sso.associated": "Geassocieerd met", "sso.not-associated": "Klik hier om geassocieerd te worden met", @@ -173,31 +175,31 @@ "info.moderation-note": "Moderatie notitie", "info.moderation-note.success": "Moderatie notitie opgeslagen", "info.moderation-note.add": "Notitie toevoegen", - "sessions.description": "Deze pagina staat je toe om elke actieve sessie op dit forum te zien en om deze af te breken indien nodig. Je kunt je eigen sessie afbreken door uit te loggen uit je account. ", + "sessions.description": "Deze pagina staat je toe om elke actieve sessie op dit forum te zien en om deze af te breken indien nodig. Je kunt je eigen sessie afbreken door uit te loggen uit je account.", "revoke-session": "Revoke Session", "browser-version-on-platform": "%1 %2 on %3", "consent.title": "Uw Rechten & Toestemmingen", "consent.lead": "Dit gemeenschapsforum verzamelt en verwerkt uw persoonlijke informatie.", "consent.intro": "We gebruiken deze informatie strikt om uw ervaring in deze gemeenschap te personaliseren, en om de berichten die u maakt te koppelen aan uw gebruikersaccount. Tijdens de registratiestap is aan u gevraagd een gebruikersnaam en een e-mail adres te geven, u kan bovendien optioneel aanvullende informatie toevoegen om uw gebruikersprofiel op deze website te completeren.

We bewaren deze informatie voor de levensduur van uw gebruikersaccount, u kan uw toestemming op ieder moment intrekken door uw gebruikersaccount te verwijderen. Op ieder moment kan u een kopie opvragen van uw bijdrage aan deze website via uw Rechten & Toestemmingen pagina.

Indien u vragen of zorgen heeft, bent u welkom om vragen te stellen aan de beheerders van het forum.", - "consent.email_intro": "Af en toe kunnen we berichten mailen naar uw geregistreerde e-mail adres om voortgang te melden en/of om te notificeren dat er nieuwe activiteit is die op u van toepassing is. U kan de frequentie van de samenvattingsmail aanpassen (en geheel uitschakelen) en selecteren welke notificatiesoorten u per e-mail wilt ontvangen, via uw gebruikers instellingen pagina.", - "consent.digest_frequency": "Tenzij expliciet aangepast in uw gebruikers instellingen, stuurt het forum u iedere %1 een samenvattingsmail.", - "consent.digest_off": "Tenzij expliciet aangepast in uw gebruikers instellingen, stuurt het forum u geen samenvattingsmail.", + "consent.email-intro": "Af en toe kunnen we berichten mailen naar uw geregistreerde e-mail adres om voortgang te melden en/of om te notificeren dat er nieuwe activiteit is die op u van toepassing is. U kan de frequentie van de samenvattingsmail aanpassen (en geheel uitschakelen) en selecteren welke notificatiesoorten u per e-mail wilt ontvangen, via uw gebruikers instellingen pagina.", + "consent.digest-frequency": "Tenzij expliciet aangepast in uw gebruikers instellingen, stuurt het forum u iedere %1 een samenvattingsmail.", + "consent.digest-off": "Tenzij expliciet aangepast in uw gebruikers instellingen, stuurt het forum u geen samenvattingsmail.", "consent.received": "U hebt toestemming gegeven dat deze website uw informatie verzamelt en verwerkt. Er is geen aanvullende actie vereist.", - "consent.not_received": "U hebt geen toestemming gegeven voor het verzamelen en verwerken van informatie. Op ieder moment kan de website administrator besluiten uw account te verwijderen om te voldoen aan de General Data Protection Regulation. ", + "consent.not-received": "U hebt geen toestemming gegeven voor het verzamelen en verwerken van informatie. Op ieder moment kan de website administrator besluiten uw account te verwijderen om te voldoen aan de General Data Protection Regulation.", "consent.give": "Geef toestemming", - "consent.right_of_access": "U hebt Recht op Toegang", - "consent.right_of_access_description": "U hebt het recht op toegang tot al uw gegevens die door deze website zijn verzameld. U kan een kopie van deze data krijgen door te klikken op de van toepassing zijnde knop hieronder.", - "consent.right_to_rectification": "U hebt Recht op Correctie", - "consent.right_to_rectification_description": "U hebt het recht om gegevens die u aan ons hebt verstrekt te wijzigen of te vernieuwen. Uw profiel kan u vernieuwen door uw profiel te bewerken, en bericht inhoud kan altijd worden gewijzigd. Als dit niet het geval is neem dan contact op met het administrator team.", - "consent.right_to_erasure": "U hebt Recht op Verwijdering", - "consent.right_to_erasure_description": "Uw toestemming om gegevens te verzamelen en te verwerken kunt u op ieder moment intrekken door uw account te verwijderen. Uw individuele profiel kan worden verwijderd hoewel uw berichten blijven staan. Als u zowel uw account en uw berichten wilt verwijderen, neem dan contact op met het administrator team van deze website.", - "consent.right_to_data_portability": "U hebt Recht op Dataportabiliteit", - "consent.right_to_data_portability_description": "U kan van ons machine-leesbare export opvragen van verzamelde gegevens van u en uw account. U kan dit doen door te klikken op de van toepassing zijnde knop hieronder.", - "consent.export_profile": "Exporteer profiel (.json)", + "consent.right-of-access": "U hebt Recht op Toegang", + "consent.right-of-access-description": "U hebt het recht op toegang tot al uw gegevens die door deze website zijn verzameld. U kan een kopie van deze data krijgen door te klikken op de van toepassing zijnde knop hieronder.", + "consent.right-to-rectification": "U hebt Recht op Correctie", + "consent.right-to-rectification-description": "U hebt het recht om gegevens die u aan ons hebt verstrekt te wijzigen of te vernieuwen. Uw profiel kan u vernieuwen door uw profiel te bewerken, en bericht inhoud kan altijd worden gewijzigd. Als dit niet het geval is neem dan contact op met het administrator team.", + "consent.right-to-erasure": "U hebt Recht op Verwijdering", + "consent.right-to-erasure-description": "Uw toestemming om gegevens te verzamelen en te verwerken kunt u op ieder moment intrekken door uw account te verwijderen. Uw individuele profiel kan worden verwijderd hoewel uw berichten blijven staan. Als u zowel uw account en uw berichten wilt verwijderen, neem dan contact op met het administrator team van deze website.", + "consent.right-to-data-portability": "U hebt Recht op Dataportabiliteit", + "consent.right-to-data-portability-description": "U kan van ons machine-leesbare export opvragen van verzamelde gegevens van u en uw account. U kan dit doen door te klikken op de van toepassing zijnde knop hieronder.", + "consent.export-profile": "Exporteer profiel (.json)", "consent.export-profile-success": "Profiel wordt geëxporteerd. Je zult een notificatie krijgen als dit is voltooid.", - "consent.export_uploads": "Exporteer geuploade inhoud (.zip)", + "consent.export-uploads": "Exporteer geuploade inhoud (.zip)", "consent.export-uploads-success": "Uploads worden geëxporteerd. Je zult een notificatie krijgen als dit is voltooid.", - "consent.export_posts": "Exporteer berichten (.csv)", + "consent.export-posts": "Exporteer berichten (.csv)", "consent.export-posts-success": "Berichten worden geëxporteerd. Je zult een notificatie krijgen als dit is voltooid.", "emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.", "emailUpdate.optional": "This field is optional. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.", diff --git a/public/language/nl/users.json b/public/language/nl/users.json index 891112a397..eb02775a01 100644 --- a/public/language/nl/users.json +++ b/public/language/nl/users.json @@ -1,24 +1,24 @@ { "all-users": "All Users", - "latest_users": "Laatste gebruikers", - "top_posters": "Meest actieve leden", - "most_reputation": "Meeste reputatie", - "most_flags": "Meeste vlaggen", + "latest-users": "Laatste gebruikers", + "top-posters": "Meest actieve leden", + "most-reputation": "Meeste reputatie", + "most-flags": "Meeste vlaggen", "search": "Zoeken", - "enter_username": "Vul een gebruikersnaam in om te zoeken", + "enter-username": "Vul een gebruikersnaam in om te zoeken", "search-user-for-chat": "Search for a user to start chat", - "load_more": "Meer laden...", + "load-more": "Meer laden...", "users-found-search-took": "%1 gebruiker(s) gevonden! Zoekactie duurde %2 seconden.", "filter-by": "Filter op", - "online-only": "Online ", + "online-only": "Online", "invite": "Uitnodigen", "prompt-email": "E-mails:", "groups-to-join": "Groepen om aan deel te nemen als de uitnodiging wordt geaccepteerd:", - "invitation-email-sent": "Een uitnodiging email is verstuurd naar %1 ", - "user_list": "Ledenlijst", - "recent_topics": "Recente onderwerpen", - "popular_topics": "Populaire onderwerpen", - "unread_topics": "Ongelezen onderwerpen", + "invitation-email-sent": "Een uitnodiging email is verstuurd naar %1", + "user-list": "Ledenlijst", + "recent-topics": "Recente onderwerpen", + "popular-topics": "Populaire onderwerpen", + "unread-topics": "Ongelezen onderwerpen", "categories": "Categorieën", "tags": "Tags", "no-users-found": "Geen gebruikers gevonden!" diff --git a/public/language/pl/admin/advanced/database.json b/public/language/pl/admin/advanced/database.json index 2e011271f8..369b927483 100644 --- a/public/language/pl/admin/advanced/database.json +++ b/public/language/pl/admin/advanced/database.json @@ -17,7 +17,7 @@ "mongo.file-size": "Rozmiar pliku", "mongo.resident-memory": "Pamięć przydzielona", "mongo.virtual-memory": "Pamięc wirtualna", - "mongo.mapped-memory": "Pamięc zmapowana", + "mongo.mapped-memory": "Mapped Memory", "mongo.bytes-in": "Bajtów wejścia", "mongo.bytes-out": "Bajtów wyjścia", "mongo.num-requests": "Liczba żądań", diff --git a/public/language/pl/admin/advanced/events.json b/public/language/pl/admin/advanced/events.json index 9a61d40c38..10f00cd1ba 100644 --- a/public/language/pl/admin/advanced/events.json +++ b/public/language/pl/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "Typ zdarzenia", "filter-start": "Data początkowa", "filter-end": "Data końcowa", - "filter-perPage": "Na stronę" + "filter-per-page": "Na stronę" } \ No newline at end of file diff --git a/public/language/pl/admin/extend/widgets.json b/public/language/pl/admin/extend/widgets.json index 95fd7ced7c..1a79405257 100644 --- a/public/language/pl/admin/extend/widgets.json +++ b/public/language/pl/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "Nie odnaleziono widgetów! Aktywuj wtyczkę „widget essentials w panelu sterowania wtyczek.", "clone-from": "Sklonuj widget z", "containers.available": "Dostępne kontenery", - "containers.explanation": "Przeciągnij i upuść na dowolnym, aktywnym widżecie", + "containers.explanation": "Drag and drop on top of any widget", "containers.none": "Żadna", "container.well": "Well", "container.jumbotron": "Jumbotron", @@ -29,5 +29,7 @@ "hide-from-groups": "Ukryj dla grup", "start-date": "Start date", "end-date": "End date", - "hide-on-mobile": "Ukraj na urządzeniach mobilnych" + "hide-on-mobile": "Ukraj na urządzeniach mobilnych", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/pl/admin/manage/privileges.json b/public/language/pl/admin/manage/privileges.json index a1f0dcde1f..7884ed9e0e 100644 --- a/public/language/pl/admin/manage/privileges.json +++ b/public/language/pl/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "Edytuj uprawnienia", "select-clear-all": "Select/Clear All", "chat": "Dostęp do czatu", + "chat-with-privileged": "Chat with Privileged", "upload-images": "Przesyłanie zdjęć", "upload-files": "Przesyłanie plików", "signature": "Dodanie sygnatury", @@ -33,7 +34,7 @@ "edit-posts": "Edycja postów", "view-edit-history": "Dostęp do historii edycji", "delete-posts": "Usuwanie postów", - "view_deleted": "Dostęp do usuniętych postów", + "view-deleted": "Dostęp do usuniętych postów", "upvote-posts": "Lajkowanie postów", "downvote-posts": "Głosowanie przeciw postom", "delete-topics": "Usuwanie tematów", diff --git a/public/language/pl/admin/manage/users.json b/public/language/pl/admin/manage/users.json index 7cf406d251..19ce6612a8 100644 --- a/public/language/pl/admin/manage/users.json +++ b/public/language/pl/admin/manage/users.json @@ -4,16 +4,21 @@ "edit": "Actions", "make-admin": "Nadaj uprawnienia administratora", "remove-admin": "Odbierz uprawnienia administratora", + "change-email": "Change Email", + "new-email": "New Email", "validate-email": "Zweryfikuj e-mail", "send-validation-email": "Wyślij e-mail weryfikacyjny", + "change-password": "Change Password", "password-reset-email": "Wyślij e-mail do resetu hasła", "force-password-reset": "Wymuś Zmianę Hasła i Wyloguj Użytkownika", - "ban": "Zbanuj użytkownika(-ów)", + "ban": "Ban", + "ban-users": "Ban User(s)", "temp-ban": "Tymczasowo zbanuj użytkownika(-ów)", "unban": "Odbanuj użytkownika(-ów)", "reset-lockout": "Zresetuj blokadę", "reset-flags": "Zresetuj flagi", - "delete": "Usuń Użytkownika(ów)", + "delete": "Delete", + "delete-users": "Delete User(s)", "delete-content": "Usuń Treści Użytkownika(ów)", "purge": "Usuń Użytkownika(ów) i Treści", "download-csv": "Pobierz CSV", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "Zbanowano %1 użytkownika(-ów)", "alerts.unban-success": "Użytkownik(-cy) nie są już zbanowani!", "alerts.lockout-reset-success": "Zresetowano blokadę(-y)!", + "alerts.password-change-success": "Password(s) changed!", "alerts.flag-reset-success": "Zresetowano flagę(-i)!", "alerts.no-remove-yourself-admin": "Nie możesz odebrać sobie samemu praw administratora.", "alerts.make-admin-success": "Użytkownik jest teraz administratorem.", @@ -106,6 +112,7 @@ "alerts.create": "Utwórz użytkownika", "alerts.button-create": "Utwórz", "alerts.button-cancel": "Anuluj", + "alerts.button-change": "Change", "alerts.error-passwords-different": "Hasła muszą być takie same!", "alerts.error-x": "Błąd

%1

", "alerts.create-success": "Utworzono użytkownika!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "Adresy e-mail:", "alerts.email-sent-to": "Wysłano zaproszenie do %1", "alerts.x-users-found": "Znaleziono %1 użytkownika(-ów), (czas wyszukiwania: %2 s)", + "alerts.select-a-single-user-to-change-email": "Select a single user to change email", "export-users-started": "Exporting users as csv, this might take a while. You will receive a notification when it is complete.", - "export-users-completed": "Users exported as csv, click here to download." + "export-users-completed": "Users exported as csv, click here to download.", + "email": "Email", + "password": "Password", + "manage": "Manage" } \ No newline at end of file diff --git a/public/language/pl/admin/settings/chat.json b/public/language/pl/admin/settings/chat.json index a1223eca38..8b2c7bb20b 100644 --- a/public/language/pl/admin/settings/chat.json +++ b/public/language/pl/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "Enter 0 to disable this restriction", "chat-settings": "Ustawienia czatu", "disable": "Wyłącz czat", "disable-editing": "Wyłącz edycję/usuwanie wiadomości czat", @@ -6,8 +7,10 @@ "max-length": "Maksymalna długość wiadomości czat", "max-chat-room-name-length": "Maximum length of chat room names", "max-room-size": "Maksymalna liczba użytkowników w pokojach czatu", - "delay": "Czas pomiędzy wiadomościami czat (w milisekundach)", - "notification-delay": "Opóźnienie powiadomienia o wiadomościach na czacie. (0 bez opóźnienia)", - "restrictions.seconds-edit-after": "Liczba sekund, przez które wiadomość czatu pozostanie edytowalna. (0 wyłączony)", - "restrictions.seconds-delete-after": "Liczba sekund, przez które wiadomość czatu pozostanie do usunięcia. (0 wyłączony)" + "delay": "Time between chat messages (ms)", + "newbieDelay": "... for new users (ms)", + "notification-delay": "Notification delay for chat messages", + "notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.", + "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.", + "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable." } \ No newline at end of file diff --git a/public/language/pl/admin/settings/post.json b/public/language/pl/admin/settings/post.json index 8caf4b30f8..4a27a1c0e2 100644 --- a/public/language/pl/admin/settings/post.json +++ b/public/language/pl/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "Title Length", "restrictions.post-length": "Post Length", "restrictions.days-until-stale": "Liczba dni, po których temat będzie uznany za martwy", - "restrictions.stale-help": "Jeśli temat został uznany za „martwy”, użytkownikom próbującym na niego odpowiedzieć wyświetli się stosowany komunikat.", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "Znacznik czasowy", "timestamp.cut-off": "Termin odcięcia (w dniach)", "timestamp.cut-off-help": "Daty oraz godziny będą wyświetlane w sposób relatywny (np. \"3 godziny temu\" / \"5 dni temu\"), oraz przetłumaczone na różne\n\t\t\t\t\tjęzyki. Po określonym czasie, ten tekst może zostać zmieniony, aby wyświetlać sformatowane daty.\n\t\t\t\t\t(np. 4 Lut 2017 12:45).
(domyślnie: 30, lub jeden miesiąc). Ustaw 0, aby zawsze wyświetlać daty; pozostaw puste, aby korzystać z tylko z relatywnych opisów.", diff --git a/public/language/pl/admin/settings/user.json b/public/language/pl/admin/settings/user.json index bde05a9e40..010c356602 100644 --- a/public/language/pl/admin/settings/user.json +++ b/public/language/pl/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "Nazwy użytkownika lub adresu email", "allow-login-with.username": "Tylko nazwy użytkownika", "account-settings": "Ustawienia konta", - "gdpr_enabled": "Włącz gromadzenie danych (RODO)", - "gdpr_enabled_help": "Po włączeniu wszyscy nowi użytkownicy będą musieli jednoznacznie wyrazić zgodę na gromadzenie i wykorzystanie danych na mocy ogólnego rozporządzenia o ochronie danych (RODO). Uwaga: włączenie RODO nie zmusza istniejących użytkowników do wyrażenia zgody. Aby to zrobić, musisz zainstalować wtyczkę GDPR.", + "gdpr-enabled": "Włącz gromadzenie danych (RODO)", + "gdpr-enabled-help": "Po włączeniu wszyscy nowi użytkownicy będą musieli jednoznacznie wyrazić zgodę na gromadzenie i wykorzystanie danych na mocy ogólnego rozporządzenia o ochronie danych (RODO). Uwaga: włączenie RODO nie zmusza istniejących użytkowników do wyrażenia zgody. Aby to zrobić, musisz zainstalować wtyczkę GDPR.", "disable-username-changes": "Wyłącz możliwość zmiany nazwy użytkownika", "disable-email-changes": "Wyłącz możliwość zmiany adresu e-mail", "disable-password-changes": "Wyłącz możliwość zmiany hasła", diff --git a/public/language/pl/category.json b/public/language/pl/category.json index 4bddf861b4..a8b578a7c9 100644 --- a/public/language/pl/category.json +++ b/public/language/pl/category.json @@ -1,12 +1,12 @@ { "category": "Kategoria", "subcategories": "Podkategorie", - "new_topic_button": "Nowy temat", + "new-topic-button": "Nowy temat", "guest-login-post": "Zaloguj się, aby napisać post", - "no_topics": "W tej kategorii nie ma jeszcze żadnych tematów.
Może pora na napisanie pierwszego?", + "no-topics": "W tej kategorii nie ma jeszcze żadnych tematów.
Może pora na napisanie pierwszego?", "browsing": "przegląda", - "no_replies": "Nikt jeszcze nie odpowiedział", - "no_new_posts": "Brak nowych postów.", + "no-replies": "Nikt jeszcze nie odpowiedział", + "no-new-posts": "Brak nowych postów.", "watch": "Obserwuj", "ignore": "Ignoruj", "watching": "Obserwowane", diff --git a/public/language/pl/email.json b/public/language/pl/email.json index 595b8baa4f..d84c4c267b 100644 --- a/public/language/pl/email.json +++ b/public/language/pl/email.json @@ -3,8 +3,8 @@ "password-reset-requested": "Wymagane zrestartowanie hasła!", "welcome-to": "Witaj na %1", "invite": "Zaproszenie od %1", - "greeting_no_name": "Witaj", - "greeting_with_name": "Witaj, %1", + "greeting-no-name": "Witaj", + "greeting-with-name": "Witaj, %1", "email.verify-your-email.subject": "Zweryfikuj swój adres e-mail", "email.verify.text1": "Zażądałeś zmiany albo potwierdzenia swojego adresu email", "email.verify.text2": "Ze względów bezpieczeństwa, możemy zmienić lub potwierdzić adres email, wtedy gdy został zweryfikowany jako należący do Ciebie. Jeżeli to nie Ty wysłałeś to żądanie, nie musisz robić nic.", @@ -24,7 +24,7 @@ "reset.notify.text2": "Jeśli nie wyraziłeś na to zgody, niezwłocznie poinformuj administratora.", "digest.unread-rooms": "Unread rooms", "digest.room-name-unreadcount": "%1 (%2 unread)", - "digest.latest_topics": "Ostatnie tematy z %1", + "digest.latest-topics": "Ostatnie tematy z %1", "digest.top-topics": "Topowe tematy z %1", "digest.popular-topics": "Najpopularniejsze tematy z %1", "digest.cta": "Kliknij tutaj, by przejść do %1", @@ -36,8 +36,8 @@ "digest.title.day": "Twoje dzienne podsumowanie", "digest.title.week": "Twoje tygodniowe podsumowanie", "digest.title.month": "Twoje miesięczne podsumowanie", - "notif.chat.subject": "Nowa wiadomość na czacie od %1", - "notif.chat.public-chat-subject": "New message from %1 in room %2", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "Kliknij tutaj, aby kontynuować rozmowę", "notif.chat.unsub.info": "To powiadomienie o czacie zostało wysłane zgodnie z Twoimi ustawieniami.", "notif.post.unsub.info": "To powiadomienie o poście zostało wysłane zgodnie z Twoimi ustawieniami.", diff --git a/public/language/pl/error.json b/public/language/pl/error.json index c73188b6dd..40f9124fdc 100644 --- a/public/language/pl/error.json +++ b/public/language/pl/error.json @@ -12,7 +12,7 @@ "invalid-pid": "Nieprawidłowy ID posta", "invalid-uid": "Nieprawidłowy ID użytkownika", "invalid-mid": "Invalid Chat Message ID", - "invalid-date": "Musi być podana prawidłowa data ", + "invalid-date": "Musi być podana prawidłowa data", "invalid-username": "Nieprawidłowy login", "invalid-email": "Nieprawidłowy adres e-mail", "invalid-fullname": "Nieprawidłowa nazwa", @@ -184,6 +184,7 @@ "post-flagged-too-many-times": "Ten post został już oflagowany przez innych użytkowników", "user-flagged-too-many-times": "Ten użytkownik został już oflagowany przez innych użytkowników", "cant-flag-privileged": "You are not allowed to flag the profiles or content of privileged users (moderators/global moderators/admins)", + "cant-locate-flag-report": "Cannot locate flag report", "self-vote": "Nie możesz głosować na swój własny wpis.", "too-many-upvotes-today": "Możesz jedynie oceniać pozytywnie %1 razy dziennie", "too-many-upvotes-today-user": "Możesz jedynie oceniać danego użytkownika pozytywnie %1 razy dziennie", diff --git a/public/language/pl/flags.json b/public/language/pl/flags.json index 2e7a188764..c4e1e66a11 100644 --- a/public/language/pl/flags.json +++ b/public/language/pl/flags.json @@ -1,5 +1,6 @@ { "state": "Stan", + "report": "Report", "reports": "Zgłoszenia", "first-reported": "Pierwszy zgłoszony", "no-flags": "Hura! Nie znaleziono flag.", @@ -8,6 +9,8 @@ "update": "Zaktualizuj", "updated": "Zaaktualizowano", "resolved": "Resolved", + "report-added": "Added", + "report-rescinded": "Rescinded", "target-purged": "Treści, do których odnosi się ta flaga, zostały usunięte i nie są już dostępne.", "target-aboutme-empty": "This user has no "About Me" set.", diff --git a/public/language/pl/global.json b/public/language/pl/global.json index 99c02c3cda..365fc6bebf 100644 --- a/public/language/pl/global.json +++ b/public/language/pl/global.json @@ -13,19 +13,19 @@ "400.message": "It looks like this link is malformed, please double-check and try again.
Return to the home page.
", "register": "Zarejestruj się", "login": "Zaloguj się", - "please_log_in": "Proszę się zalogować", + "please-log-in": "Proszę się zalogować", "logout": "Wyloguj się", - "posting_restriction_info": "Posty mogą pisać tylko zarejestrowani użytkownicy forum. Kliknij tutaj, aby się zalogować.", - "welcome_back": "Witaj ponownie,", - "you_have_successfully_logged_in": "Logowanie powiodło się.", - "save_changes": "Zapisz zmiany", + "posting-restriction-info": "Posty mogą pisać tylko zarejestrowani użytkownicy forum. Kliknij tutaj, aby się zalogować.", + "welcome-back": "Witaj ponownie,", + "you-have-successfully-logged-in": "Logowanie powiodło się.", + "save-changes": "Zapisz zmiany", "save": "Zapisz", "create": "Create", "cancel": "Cancel", "close": "Zamknij", "pagination": "Numerowanie stron", - "pagination.out_of": "%1 z %2", - "pagination.enter_index": "Skocz do postu", + "pagination.out-of": "%1 z %2", + "pagination.enter-index": "Skocz do postu", "header.admin": "Administracja", "header.categories": "Kategorie", "header.recent": "Ostatnie", @@ -80,25 +80,25 @@ "lastpost": "Ostatni post", "firstpost": "Pierwszy post", "about": "O", - "read_more": "czytaj więcej", + "read-more": "czytaj więcej", "more": "Więcej", "none": "Żadna", - "posted_ago_by_guest": "wysłany %1 przez Gościa", - "posted_ago_by": "wysłany %1 przez %2", - "posted_ago": "wysłany %1", - "posted_in": "napisane w %1", - "posted_in_by": "napisane w %1 przez %2", - "posted_in_ago": "wysłany w %1 %2", - "posted_in_ago_by": "wysłany w %1 %2 przez %3", - "user_posted_ago": "%1 napisał %2", - "guest_posted_ago": "Gość napisał %1", - "last_edited_by": "ostatnio edytowany przez %1", + "posted-ago-by-guest": "wysłany %1 przez Gościa", + "posted-ago-by": "wysłany %1 przez %2", + "posted-ago": "wysłany %1", + "posted-in": "napisane w %1", + "posted-in-by": "napisane w %1 przez %2", + "posted-in-ago": "wysłany w %1 %2", + "posted-in-ago-by": "wysłany w %1 %2 przez %3", + "user-posted-ago": "%1 napisał %2", + "guest-posted-ago": "Gość napisał %1", + "last-edited-by": "ostatnio edytowany przez %1", "edited-timestamp": "Edytowano %1", "norecentposts": "Brak ostatnich postów", "norecenttopics": "Brak ostatnich tematów", "recentposts": "Ostatnie posty", "recentips": "Adresy IP ostatnich logowań", - "moderator_tools": "Narzędzia dla moderatorów", + "moderator-tools": "Narzędzia dla moderatorów", "status": "Status", "online": "Online", "away": "Zaraz wracam", @@ -109,7 +109,7 @@ "language": "Język", "guest": "Gość", "guests": "Goście", - "former_user": "Dawny użytkownik", + "former-user": "Dawny użytkownik", "system-user": "System", "unknown-user": "Nieznany użytkownik", "updated.title": "Forum zaktualizowane", @@ -117,12 +117,12 @@ "privacy": "Prywatność", "follow": "Obserwuj", "unfollow": "Przestań obserwować", - "delete_all": "Usuń wszystko", + "delete-all": "Usuń wszystko", "map": "Mapa", "sessions": "Sesje logowania", - "ip_address": "Adres IP", - "enter_page_number": "Wpisz numer strony", - "upload_file": "Prześlij plik", + "ip-address": "Adres IP", + "enter-page-number": "Wpisz numer strony", + "upload-file": "Prześlij plik", "upload": "Prześlij", "uploads": "Przesłane pliki", "allowed-file-types": "Dozwolone typy plików %1", @@ -131,7 +131,7 @@ "play": "Odtwórz", "cookies.message": "Ta strona używa plików cookies, by zapewnić Ci wygodę użytkowania.", "cookies.accept": "Rozumiem!", - "cookies.learn_more": "Dowiedz się więcej", + "cookies.learn-more": "Dowiedz się więcej", "edited": "Edytowany", "disabled": "Wyłączony", "select": "Wybierz", diff --git a/public/language/pl/groups.json b/public/language/pl/groups.json index 119c86d34a..99491f2077 100644 --- a/public/language/pl/groups.json +++ b/public/language/pl/groups.json @@ -2,65 +2,65 @@ "all-groups": "All groups", "groups": "Grupy", "members": "Użytkownicy", - "view_group": "Obejrzyj grupę", + "view-group": "Obejrzyj grupę", "owner": "Właściciel grupy", - "new_group": "Stwórz nową grupę", - "no_groups_found": "Brak grup do wyświetlenia", + "new-group": "Stwórz nową grupę", + "no-groups-found": "Brak grup do wyświetlenia", "pending.accept": "Przyjmij", "pending.reject": "Odrzuć", - "pending.accept_all": "Przyjmij wszystkie", - "pending.reject_all": "Odrzuć wszystkie", + "pending.accept-all": "Przyjmij wszystkie", + "pending.reject-all": "Odrzuć wszystkie", "pending.none": "Nie ma w tym momencie żadnych oczekujących członków", "invited.none": "Nie ma w tym momencie żadnych zaproszonych członków", "invited.uninvite": "Cofnij zaproszenie", "invited.search": "Wyszukaj użytkownika, aby zaprosić go do tej grupy", - "invited.notification_title": "Otrzymano zaproszenie do dołączenia do %1", - "request.notification_title": "Podanie o członkostwo w grupie od %1", - "request.notification_text": "%1 chce zostać członkiem %2", + "invited.notification-title": "Otrzymano zaproszenie do dołączenia do %1", + "request.notification-title": "Podanie o członkostwo w grupie od %1", + "request.notification-text": "%1 chce zostać członkiem %2", "cover-save": "Zapisz", "cover-saving": "Zapisuję", "details.title": "Szczegóły grupy", "details.members": "Lista członków", "details.pending": "Członkowie oczekujący", "details.invited": "Zaproszeni Członkowie", - "details.has_no_posts": "Członkowie tej grupy nie napisali żadnych postów.", - "details.latest_posts": "Ostatnie posty", + "details.has-no-posts": "Członkowie tej grupy nie napisali żadnych postów.", + "details.latest-posts": "Ostatnie posty", "details.private": "Prywatna", "details.disableJoinRequests": "Wyłączono prośbę o dołączenie", "details.disableLeave": "Wyłącz możliwość opuszczania użytkowników z grupy", "details.grant": "Nadaj/Cofnij prawa Właściciela", "details.kick": "Wykop", - "details.kick_confirm": "Jesteś pewny, że chcesz wyrzucić tego użytkownika z grupy?", + "details.kick-confirm": "Jesteś pewny, że chcesz wyrzucić tego użytkownika z grupy?", "details.add-member": "Dodaj członka", - "details.owner_options": "Administracja grupy", - "details.group_name": "Nazwa grupy", - "details.member_count": "Liczba Członków", - "details.creation_date": "Data Utworzenia", + "details.owner-options": "Administracja grupy", + "details.group-name": "Nazwa grupy", + "details.member-count": "Liczba Członków", + "details.creation-date": "Data Utworzenia", "details.description": "Opis", "details.member-post-cids": "ID kategorii, z której wyświetlone są posty", - "details.badge_preview": "Podgląd etykiety", - "details.change_icon": "Zmień ikonę", - "details.change_label_colour": "Zmień kolor etykiety", - "details.change_text_colour": "Zmień kolor tekstu", - "details.badge_text": "Treść etykiety", + "details.badge-preview": "Podgląd etykiety", + "details.change-icon": "Zmień ikonę", + "details.change-label-colour": "Zmień kolor etykiety", + "details.change-text-colour": "Zmień kolor tekstu", + "details.badge-text": "Treść etykiety", "details.userTitleEnabled": "Pokaż etykietę", - "details.private_help": "Jeśli aktywowane, przystępowanie do grup wymaga zatwierdzenia przez właściciela grupy", + "details.private-help": "Jeśli aktywowane, przystępowanie do grup wymaga zatwierdzenia przez właściciela grupy", "details.hidden": "Ukryty", - "details.hidden_help": "Jeśli aktywowane, ta grupa nie będzie widoczna w wykazie grup, a użytkownicy będą musieli być zapraszani manualnie.", - "details.delete_group": "Usuń grupę", - "details.private_system_help": "Prywatne grupy zostały zablokowane w systemie, ta opcja nic nie zmienia.", + "details.hidden-help": "Jeśli aktywowane, ta grupa nie będzie widoczna w wykazie grup, a użytkownicy będą musieli być zapraszani manualnie.", + "details.delete-group": "Usuń grupę", + "details.private-system-help": "Prywatne grupy zostały zablokowane w systemie, ta opcja nic nie zmienia.", "event.updated": "Dane grupy zostały zaktualizowane", "event.deleted": "Grupa \"%1\" została usunięta", "membership.accept-invitation": "Przyjmij zaproszenie", - "membership.accept.notification_title": "Jesteś teraz członkiem %1", + "membership.accept.notification-title": "Jesteś teraz członkiem %1", "membership.invitation-pending": "Oczekujące zaproszenie", "membership.join-group": "Dołącz do grupy", "membership.leave-group": "Opuść grupę", - "membership.leave.notification_title": "%1 opuścił grupę %2", + "membership.leave.notification-title": "%1 opuścił grupę %2", "membership.reject": "Odrzuć", - "new-group.group_name": "Nazwa grupy:", + "new-group.group-name": "Nazwa grupy:", "upload-group-cover": "Prześlij zdjęcie tła grupy", "bulk-invite-instructions": "Wprowadź listę oddzielonych przecinkami nazw użytkowników, których chcesz zaprosić do tej grupy", "bulk-invite": "Masowe zaproszenie", - "remove_group_cover_confirm": "Czy na pewno chcesz usunąć zdjęcie w tle?" + "remove-group-cover-confirm": "Czy na pewno chcesz usunąć zdjęcie w tle?" } \ No newline at end of file diff --git a/public/language/pl/login.json b/public/language/pl/login.json index 8266068dc5..4bc74190a4 100644 --- a/public/language/pl/login.json +++ b/public/language/pl/login.json @@ -1,12 +1,12 @@ { "username-email": "Nazwa użytkownika lub adres e-mail", "username": "Nazwa użytkownika", - "remember_me": "Zapamiętaj mnie", - "forgot_password": "Nie pamiętasz hasła?", - "alternative_logins": "Alternatywne logowanie", - "failed_login_attempt": "Logowanie nie powiodło się.", - "login_successful": "Logowanie powiodło się.", - "dont_have_account": "Nie masz konta?", + "remember-me": "Zapamiętaj mnie", + "forgot-password": "Nie pamiętasz hasła?", + "alternative-logins": "Alternatywne logowanie", + "failed-login-attempt": "Logowanie nie powiodło się.", + "login-successful": "Logowanie powiodło się.", + "dont-have-account": "Nie masz konta?", "logged-out-due-to-inactivity": "Zostałeś wylogowany z Panelu Administratora z powodu braku aktywności.", "caps-lock-enabled": "Caps Lock jest włączony" } \ No newline at end of file diff --git a/public/language/pl/modules.json b/public/language/pl/modules.json index df978274d2..032da38b4e 100644 --- a/public/language/pl/modules.json +++ b/public/language/pl/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "Room %1", - "chat.chatting_with": "Czatuj z", + "chat.chatting-with": "Czatuj z", "chat.placeholder": "Wpisz tutaj wiadomość, przeciągnij i opuść obrazki, kliknij enter aby wysłać", "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Go to most recent message", @@ -8,12 +8,15 @@ "chat.chat-with-usernames": "Chat with %1", "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Wyślij", - "chat.no_active": "Brak aktywnych czatów", - "chat.user_typing": "%1 pisze...", - "chat.user_has_messaged_you": "%1 napisał do Ciebie", + "chat.no-active": "Brak aktywnych czatów", + "chat.user-typing-1": "%1 is typing ...", + "chat.user-typing-2": "%1 and %2 are typing ...", + "chat.user-typing-3": "%1, %2 and %3 are typing ...", + "chat.user-typing-n": "%1, %2 and %3 others are typing ...", + "chat.user-has-messaged-you": "%1 napisał do Ciebie", "chat.replying-to": "Replying to %1", - "chat.see_all": "Wszystkie rozmowy", - "chat.mark_all_read": "Zaznacz wszystkie jako przeczytane", + "chat.see-all": "Wszystkie rozmowy", + "chat.mark-all-read": "Zaznacz wszystkie jako przeczytane", "chat.no-messages": "Wybierz adresata, by wyświetlić historię czatów", "chat.no-users-in-room": "Brak użytkowników w tym pokoju", "chat.recent-chats": "Ostatnie czaty", @@ -24,12 +27,16 @@ "chat.pop-out": "Otwórz czat w nowym oknie", "chat.minimize": "Minimalizuj", "chat.maximize": "Maksymalizuj", - "chat.seven_days": "7 dni", - "chat.thirty_days": "30 dni", - "chat.three_months": "3 miesiące", - "chat.delete_message_confirm": "Czy na pewno chcesz usunąć tę wiadomość?", + "chat.seven-days": "7 dni", + "chat.thirty-days": "30 dni", + "chat.three-months": "3 miesiące", + "chat.delete-message-confirm": "Czy na pewno chcesz usunąć tę wiadomość?", "chat.retrieving-users": "Pobieram użytkowników...", "chat.view-users-list": "View users list", + "chat.pinned-messages": "Pinned Messages", + "chat.no-pinned-messages": "There are no pinned messages", + "chat.pin-message": "Pin Message", + "chat.unpin-message": "Unpin Message", "chat.public-rooms": "Public Rooms (%1)", "chat.private-rooms": "Private Rooms (%1)", "chat.create-room": "Create Chat Room", @@ -67,17 +74,24 @@ "chat.system.user-leave": "%1 has left the room ", "chat.system.room-rename": "%2 has renamed this room to \"%1\" ", "composer.compose": "Napisz", - "composer.show_preview": "Pokaż podgląd", - "composer.hide_preview": "Ukryj podgląd", + "composer.show-preview": "Pokaż podgląd", + "composer.hide-preview": "Ukryj podgląd", "composer.help": "Help", - "composer.user_said_in": "%1 napisał w %2:", - "composer.user_said": "%1 napisał:", + "composer.user-said-in": "%1 napisał w %2:", + "composer.user-said": "%1 napisał:", "composer.discard": "Na pewno chcesz porzucić ten post?", - "composer.submit_and_lock": "Prześlij i zablokuj", - "composer.toggle_dropdown": "Przełącz listę rozwijaną", + "composer.submit-and-lock": "Prześlij i zablokuj", + "composer.toggle-dropdown": "Przełącz listę rozwijaną", "composer.uploading": "Wysyłanie %1", "composer.formatting.bold": "Pogrubienie", "composer.formatting.italic": "Kursywa", + "composer.formatting.heading": "Heading", + "composer.formatting.heading1": "Heading 1", + "composer.formatting.heading2": "Heading 2", + "composer.formatting.heading3": "Heading 3", + "composer.formatting.heading4": "Heading 4", + "composer.formatting.heading5": "Heading 5", + "composer.formatting.heading6": "Heading 6", "composer.formatting.list": "Lista", "composer.formatting.strikethrough": "Przekreślenie", "composer.formatting.code": "Kod", @@ -85,9 +99,10 @@ "composer.formatting.picture": "Link do obrazka", "composer.upload-picture": "Wyślij obraz", "composer.upload-file": "Wyślij plik", - "composer.zen_mode": "Tryb Zen", - "composer.select_category": "Wybierz kategorię", + "composer.zen-mode": "Tryb Zen", + "composer.select-category": "Wybierz kategorię", "composer.textarea.placeholder": "Wprowadź tutaj zawartość swojego posta, możesz przeciągnąć i upuścić obrazki", + "composer.post-queue-alert": "Hello👋!
This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.", "composer.schedule-for": "Zaplanuj temat na", "composer.schedule-date": "Data", "composer.schedule-time": "Czas", @@ -102,8 +117,8 @@ "bootbox.confirm": "Potwierdź", "bootbox.submit": "Zatwierdź", "bootbox.send": "Wyślij", - "cover.dragging_title": "Pozycjonowanie tła", - "cover.dragging_message": "Przeciągnij zdjęcie tła do wybranej pozycji i kliknij „Zapisz”", + "cover.dragging-title": "Pozycjonowanie tła", + "cover.dragging-message": "Przeciągnij zdjęcie tła do wybranej pozycji i kliknij „Zapisz”", "cover.saved": "Tło zapisane", "thumbs.modal.title": "Zarządzaj miniaturkami tematów", "thumbs.modal.no-thumbs": "Żadne miniaturki nie zostały znalezione", diff --git a/public/language/pl/notifications.json b/public/language/pl/notifications.json index 1c77b3496c..fce3d1b0b1 100644 --- a/public/language/pl/notifications.json +++ b/public/language/pl/notifications.json @@ -1,59 +1,68 @@ { "title": "Powiadomienia", - "no_notifs": "Nie masz nowych powiadomień", - "see_all": "Wszystkie powiadomienia", - "mark_all_read": "Zaznacz wszystkie jako przeczytane", - "back_to_home": "Wróć do %1", - "outgoing_link": "Odnośnik wychodzący", - "outgoing_link_message": "Opuszczasz %1", - "continue_to": "Przejdź do %1", - "return_to": "Wróć do %1", - "new_notification": "Masz nowe powiadomienie", - "you_have_unread_notifications": "Masz nieprzeczytane powiadomienia.", + "no-notifs": "Nie masz nowych powiadomień", + "see-all": "Wszystkie powiadomienia", + "mark-all-read": "Zaznacz wszystkie jako przeczytane", + "back-to-home": "Wróć do %1", + "outgoing-link": "Odnośnik wychodzący", + "outgoing-link-message": "Opuszczasz %1", + "continue-to": "Przejdź do %1", + "return-to": "Wróć do %1", + "new-notification": "Masz nowe powiadomienie", + "you-have-unread-notifications": "Masz nieprzeczytane powiadomienia.", "all": "Wszystko", "topics": "Tematy", + "tags": "Tags", "replies": "Odpowiedzi", "chat": "Czaty", "group-chat": "Rozmowy grupowe", "public-chat": "Public Chats", "follows": "Obserwuje", "upvote": "Głosy na tak", + "awards": "Awards", "new-flags": "Nowe flagi", "my-flags": "Flagi przypisane mnie", "bans": "Bany", - "new_message_from": "Nowa wiadomość od %1", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1 zagłosował na Twój post w %2", - "upvoted_your_post_in_dual": "%1 oraz %2 zagłosowali na Twój post w %3.", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "%1 przeniósł Twój post do %2", - "moved_your_topic": "%1 przeniósł %2", - "user_flagged_post_in": "%1 oflagował post w %2", - "user_flagged_post_in_dual": "%1 oraz %2 oflagowali post w %3", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1 oflagował profil użytkownika (%2)", - "user_flagged_user_dual": "%1 oraz %2 oflagowali profil użytkownika (%3)", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "%1 dodał odpowiedź do %2", - "user_posted_to_dual": "%1 oraz %2 dodali odpowiedzi do %3", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1 stworzył nowy temat: %2", - "user_edited_post": "%1 edytował post w %2", - "user_started_following_you": "%1 zaczął Cię obserwować.", - "user_started_following_you_dual": "%1 oraz %2 zaczęli Cię obserwować.", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1 wysłał(-a) żądanie rejestracji.", - "new_register_multiple": "%1 żądania rejestracji oczekują na sprawdzenie.", - "flag_assigned_to_you": "Flaga %1 została przypisana do ciebie", - "post_awaiting_review": "Posty oczkujące na sprawdzenie", + "new-message-from": "Nowa wiadomość od %1", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 wrote in %3", + "user-posted-in-public-room-dual": "%1 and %2 wrote in %4", + "user-posted-in-public-room-triple": "%1, %2 and %3 wrote in %5", + "user-posted-in-public-room-multiple": "%1, %2 and %3 others wrote in %5", + "upvoted-your-post-in": "%1 zagłosował na Twój post w %2", + "upvoted-your-post-in-dual": "%1 oraz %2 zagłosowali na Twój post w %3.", + "upvoted-your-post-in-triple": "%1, %2 and %3 have upvoted your post in %4.", + "upvoted-your-post-in-multiple": "%1, %2 and %3 others have upvoted your post in %4.", + "moved-your-post": "%1 przeniósł Twój post do %2", + "moved-your-topic": "%1 przeniósł %2", + "user-flagged-post-in": "%1 oflagował post w %2", + "user-flagged-post-in-dual": "%1 oraz %2 oflagowali post w %3", + "user-flagged-post-in-triple": "%1, %2 and %3 flagged a post in %4", + "user-flagged-post-in-multiple": "%1, %2 and %3 others flagged a post in %4", + "user-flagged-user": "%1 oflagował profil użytkownika (%2)", + "user-flagged-user-dual": "%1 oraz %2 oflagowali profil użytkownika (%3)", + "user-flagged-user-triple": "%1, %2 and %3 flagged a user profile (%4)", + "user-flagged-user-multiple": "%1, %2 and %3 others flagged a user profile (%4)", + "user-posted-to": "%1 dodał odpowiedź do %2", + "user-posted-to-dual": "%1 oraz %2 dodali odpowiedzi do %3", + "user-posted-to-triple": "%1, %2 and %3 have posted replies to: %4", + "user-posted-to-multiple": "%1, %2 and %3 others have posted replies to: %4", + "user-posted-topic": "%1 stworzył nowy temat: %2", + "user-edited-post": "%1 edytował post w %2", + "user-posted-topic-with-tag": "%1 has posted a new topic with tag %2", + "user-posted-topic-with-tag-dual": "%1 has posted a new topic with tags %2 and %3", + "user-posted-topic-with-tag-triple": "%1 has posted a new topic with tags %2, %3 and %4", + "user-posted-topic-with-tag-multiple": "%1 has posted a new topic with tags %2", + "user-started-following-you": "%1 zaczął Cię obserwować.", + "user-started-following-you-dual": "%1 oraz %2 zaczęli Cię obserwować.", + "user-started-following-you-triple": "%1, %2 and %3 started following you.", + "user-started-following-you-multiple": "%1, %2 and %3 others started following you.", + "new-register": "%1 wysłał(-a) żądanie rejestracji.", + "new-register-multiple": "%1 żądania rejestracji oczekują na sprawdzenie.", + "flag-assigned-to-you": "Flaga %1 została przypisana do ciebie", + "post-awaiting-review": "Posty oczkujące na sprawdzenie", "profile-exported": "%1profil wyeksportowany, kliknij tutaj by pobrać", "posts-exported": "%1postów wyeksportowane, kliknij tutaj by pobrać", "uploads-exported": "%1przesłanych plików wyeksportowane, kliknij tutaj by pobrać", @@ -66,22 +75,24 @@ "email-confirm-error-message": "Wystąpił problem przy aktywacji - kod jest błędny lub przestarzały", "email-confirm-sent": "E-mail potwierdzający wysłany.", "none": "Żadna z opcji", - "notification_only": "Tylko powiadomienie", - "email_only": "Tylko e-mail", - "notification_and_email": "Powiadomienie oraz e-mail", - "notificationType_upvote": "Kiedy ktoś zagłosuje na Twój post", - "notificationType_new-topic": "Kiedy ktoś, kogo obserwujesz, utworzy temat", - "notificationType_new-reply": "Kiedy ktoś doda nową odpowiedź w temacie, który obserwujesz", - "notificationType_post-edit": "Kiedy post jest edytowany w temacie, który obserwujesz", - "notificationType_follow": "Kiedy ktoś zacznie Cię obserwować", - "notificationType_new-chat": "Kiedy otrzymasz wiadomość na czacie", - "notificationType_new-group-chat": "Gdy otrzymasz wiadomość na czacie grupowym", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "Kiedy otrzymasz grupowe zaproszenie", - "notificationType_group-leave": "Kiedy użytkownik opuszcza Twoją grupę", - "notificationType_group-request-membership": "Kiedy ktoś prosi o dołączenie do grupy, którą posiadasz", - "notificationType_new-register": "Kiedy ktoś zostaje dodany do kolejki rejestracyjnej", - "notificationType_post-queue": "Kiedy nowy post jest kolejkowany", - "notificationType_new-post-flag": "Kiedy post zostanie oflagowany", - "notificationType_new-user-flag": "Kiedy użytkownik zostanie oflagowany" + "notification-only": "Tylko powiadomienie", + "email-only": "Tylko e-mail", + "notification-and-email": "Powiadomienie oraz e-mail", + "notificationType-upvote": "Kiedy ktoś zagłosuje na Twój post", + "notificationType-new-topic": "Kiedy ktoś, kogo obserwujesz, utworzy temat", + "notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow", + "notificationType-new-reply": "Kiedy ktoś doda nową odpowiedź w temacie, który obserwujesz", + "notificationType-post-edit": "Kiedy post jest edytowany w temacie, który obserwujesz", + "notificationType-follow": "Kiedy ktoś zacznie Cię obserwować", + "notificationType-new-chat": "Kiedy otrzymasz wiadomość na czacie", + "notificationType-new-group-chat": "Gdy otrzymasz wiadomość na czacie grupowym", + "notificationType-new-public-chat": "When you receive a public group chat message", + "notificationType-group-invite": "Kiedy otrzymasz grupowe zaproszenie", + "notificationType-group-leave": "Kiedy użytkownik opuszcza Twoją grupę", + "notificationType-group-request-membership": "Kiedy ktoś prosi o dołączenie do grupy, którą posiadasz", + "notificationType-new-register": "Kiedy ktoś zostaje dodany do kolejki rejestracyjnej", + "notificationType-post-queue": "Kiedy nowy post jest kolejkowany", + "notificationType-new-post-flag": "Kiedy post zostanie oflagowany", + "notificationType-new-user-flag": "Kiedy użytkownik zostanie oflagowany", + "notificationType-new-reward": "When you earn a new reward" } \ No newline at end of file diff --git a/public/language/pl/pages.json b/public/language/pl/pages.json index ac9c80211a..7df1c51949 100644 --- a/public/language/pl/pages.json +++ b/public/language/pl/pages.json @@ -47,7 +47,8 @@ "account/latest-posts": "Najnowszy post utworzony przez %1", "account/topics": "Tematy utworzone przez %1", "account/groups": "Grupy %1", - "account/watched_categories": "Kategorie obserwowane przez %1", + "account/watched-categories": "Kategorie obserwowane przez %1", + "account/watched-tags": "%1's Watched Tags", "account/bookmarks": "Posty w zakładkach %1", "account/settings": "Ustawienia użytkownika", "account/settings-of": "Zmiana ustawień %1", diff --git a/public/language/pl/recent.json b/public/language/pl/recent.json index 8869c3e7e5..858a6da80a 100644 --- a/public/language/pl/recent.json +++ b/public/language/pl/recent.json @@ -5,7 +5,7 @@ "month": "Miesiąc", "year": "Rok", "alltime": "Od początku", - "no_recent_topics": "Brak ostatnich tematów.", - "no_popular_topics": "Brak popularnych tematów.", + "no-recent-topics": "Brak ostatnich tematów.", + "no-popular-topics": "Brak popularnych tematów.", "load-new-posts": "Load new posts" } \ No newline at end of file diff --git a/public/language/pl/register.json b/public/language/pl/register.json index 90d1d1c36c..4bdbbe7512 100644 --- a/public/language/pl/register.json +++ b/public/language/pl/register.json @@ -1,32 +1,32 @@ { "register": "Rejestracja", "already-have-account": "Posiadasz już konto?", - "cancel_registration": "Anuluj rejestrację", + "cancel-registration": "Anuluj rejestrację", "help.email": "Domyślnie Twój adres e-mail będzie ukryty.", - "help.username_restrictions": "Unikalna nazwa użytkownika licząca od %1 do %2 znaków. Inni użytkownicy mogą Cię zawołać, pisząc @nazwa użytkownika.", - "help.minimum_password_length": "Hasło musi mieć co najmniej %1 znaków.", - "email_address": "Adres e-mail", - "email_address_placeholder": "Wpisz swój adres e-mail", + "help.username-restrictions": "Unikalna nazwa użytkownika licząca od %1 do %2 znaków. Inni użytkownicy mogą Cię zawołać, pisząc @nazwa użytkownika.", + "help.minimum-password-length": "Hasło musi mieć co najmniej %1 znaków.", + "email-address": "Adres e-mail", + "email-address-placeholder": "Wpisz swój adres e-mail", "username": "Nazwa użytkownika", - "username_placeholder": "Wpisz nazwę użytkownika", + "username-placeholder": "Wpisz nazwę użytkownika", "password": "Hasło", - "password_placeholder": "Wpisz hasło", - "confirm_password": "Potwierdź hasło", - "confirm_password_placeholder": "Potwierdź hasło", - "register_now_button": "Zarejestruj się", - "alternative_registration": "Alternatywna rejestracja", - "terms_of_use": "Warunki korzystania z serwisu", - "agree_to_terms_of_use": "Zgadzam się na powyższe warunki", - "terms_of_use_error": "Musisz zaakceptować warunki korzystania z serwisu", + "password-placeholder": "Wpisz hasło", + "confirm-password": "Potwierdź hasło", + "confirm-password-placeholder": "Potwierdź hasło", + "register-now-button": "Zarejestruj się", + "alternative-registration": "Alternatywna rejestracja", + "terms-of-use": "Warunki korzystania z serwisu", + "agree-to-terms-of-use": "Zgadzam się na powyższe warunki", + "terms-of-use-error": "Musisz zaakceptować warunki korzystania z serwisu", "registration-added-to-queue": "Twoja rejestracja została dodana do kolejki oczekujących na akceptację. Otrzymasz e-mail, kiedy zostanie zatwierdzona przez administratora.", "registration-queue-average-time": "Nasz średni czas zatwierdzania członkostwa wynosi %1 godzin i %2 minut.", "registration-queue-auto-approve-time": "Twoje członkostwo na tym forum zostanie w pełni aktywowane w ciągu maksymalnie %1 godzin.", "interstitial.intro": "Do zaktualizowania Twojego konta potrzebne są dodatkowe informacje…", "interstitial.intro-new": "Do utworzenia Twojego konta potrzebne są dodatkowe informacje.", "interstitial.errors-found": "Proszę sprawdź wprowadzone informację", - "gdpr_agree_data": "Wyrażam zgodę na zbieranie i przetwarzanie moich danych przez tę stronę.", - "gdpr_agree_email": "Wyrażam zgodę na otrzymywanie e-maili z podsumowaniami i powiadomieniami od tej strony.", - "gdpr_consent_denied": "Musisz wyrazić zgodę na zbieranie/przetwarzanie Twoich danych przez tę stronę oraz na otrzymywanie e-maili.", + "gdpr-agree-data": "Wyrażam zgodę na zbieranie i przetwarzanie moich danych przez tę stronę.", + "gdpr-agree-email": "Wyrażam zgodę na otrzymywanie e-maili z podsumowaniami i powiadomieniami od tej strony.", + "gdpr-consent-denied": "Musisz wyrazić zgodę na zbieranie/przetwarzanie Twoich danych przez tę stronę oraz na otrzymywanie e-maili.", "invite.error-admin-only": "Bezpośrednia rejestracja użytkownika została wyłączona. Aby uzyskać więcej informacji, skontaktuj się z administratorem.", "invite.error-invite-only": "Bezpośrednia rejestracja użytkownika została wyłączona. Aby uzyskać dostęp do tego forum, musisz otrzymać zaproszenie od istniejącego użytkownika.", "invite.error-invalid-data": "Otrzymane dane rejestracyjne nie odpowiadają naszej bazie danych. Aby uzyskać więcej informacji, skontaktuj się z administratorem" diff --git a/public/language/pl/reset_password.json b/public/language/pl/reset_password.json index 446344767a..03a153f653 100644 --- a/public/language/pl/reset_password.json +++ b/public/language/pl/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "Zresetuj hasło", - "update_password": "Zaktualizuj hasło", - "password_changed.title": "Hasło zmienione", - "password_changed.message": "

Hasło zostało zmienione. Zaloguj się ponownie.", - "wrong_reset_code.title": "Nieprawidłowy kod resetujący", - "wrong_reset_code.message": "Wprowadzony kod resetujący jest nieprawidłowy. Spróbuj ponownie lub uzyskaj nowy kod.", - "new_password": "Nowe hasło", - "repeat_password": "Powtórz hasło", - "changing_password": "Zmienianie hasła", - "enter_email": "Podaj swój adres e-mail, by otrzymać wiadomość z instrukcjami, jak zresetować hasło.", - "enter_email_address": "Wpisz swój adres e-mail", - "password_reset_sent": "Jeśli podany adres odpowiada istniejącemu kontu użytkownika, to zostanie wysłana wiadomość e-mail dotyczącą resetowania hasła. Pamiętaj, że na minutę zostanie wysłany tylko jeden e-mail.", - "invalid_email": "Nieprawidłowy adres e-mail.", - "password_too_short": "Wprowadzone hasło jest zbyt krótkie, wybierz inne hasło.", - "passwords_do_not_match": "Wprowadzone hasła nie pasują do siebie", - "password_expired": "Twoje hasło wygasło, wybierz nowe hasło" + "reset-password": "Zresetuj hasło", + "update-password": "Zaktualizuj hasło", + "password-changed.title": "Hasło zmienione", + "password-changed.message": "

Hasło zostało zmienione. Zaloguj się ponownie.", + "wrong-reset-code.title": "Nieprawidłowy kod resetujący", + "wrong-reset-code.message": "Wprowadzony kod resetujący jest nieprawidłowy. Spróbuj ponownie lub uzyskaj nowy kod.", + "new-password": "Nowe hasło", + "repeat-password": "Powtórz hasło", + "changing-password": "Zmienianie hasła", + "enter-email": "Podaj swój adres e-mail, by otrzymać wiadomość z instrukcjami, jak zresetować hasło.", + "enter-email-address": "Wpisz swój adres e-mail", + "password-reset-sent": "Jeśli podany adres odpowiada istniejącemu kontu użytkownika, to zostanie wysłana wiadomość e-mail dotyczącą resetowania hasła. Pamiętaj, że na minutę zostanie wysłany tylko jeden e-mail.", + "invalid-email": "Nieprawidłowy adres e-mail.", + "password-too-short": "Wprowadzone hasło jest zbyt krótkie, wybierz inne hasło.", + "passwords-do-not-match": "Wprowadzone hasła nie pasują do siebie", + "password-expired": "Twoje hasło wygasło, wybierz nowe hasło" } \ No newline at end of file diff --git a/public/language/pl/rewards.json b/public/language/pl/rewards.json new file mode 100644 index 0000000000..f923cf1500 --- /dev/null +++ b/public/language/pl/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "You have been awarded %1 reputation", + "awarded-group-membership": "You have been added to the group %1", + + "essentials/user.reputation-conditional-value": "(Reputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Post Count %1 %2)", + "essentials/user.lastonline-conditional-value": "(Last Online %1 %2)", + "essentials/user.joindate-conditional-value": "(Join Date %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Days Registered %1 %2)" +} \ No newline at end of file diff --git a/public/language/pl/search.json b/public/language/pl/search.json index 58592d2ab1..68ba5465df 100644 --- a/public/language/pl/search.json +++ b/public/language/pl/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Wpisz aby wyszukać", - "results_matching": "%1 wyników pasujących do „%2” (%3 sekund)", + "results-matching": "%1 wyników pasujących do „%2” (%3 sekund)", "no-matches": "Nie znaleziono pasujących wyników", "advanced-search": "Wyszukiwanie zaawansowane", "in": "w", diff --git a/public/language/pl/tags.json b/public/language/pl/tags.json index 4dd84e3c6a..d93bd22124 100644 --- a/public/language/pl/tags.json +++ b/public/language/pl/tags.json @@ -1,11 +1,17 @@ { "all-tags": "Wszystkie tagi", - "no_tag_topics": "Nie ma tematów z tym tagiem", + "no-tag-topics": "Nie ma tematów z tym tagiem", "no-tags-found": "Nie znaleziono tagów", "tags": "Tagi", - "enter_tags_here": "Wpisz tagi tutaj, każdy o długości od %1 do %2 znaków.", - "enter_tags_here_short": "Wpisz tagi...", - "no_tags": "Jeszcze nie ma tagów.", - "select_tags": "Wybierz tagi", - "tag-whitelist": "Tag Whitelist" + "enter-tags-here": "Wpisz tagi tutaj, każdy o długości od %1 do %2 znaków.", + "enter-tags-here-short": "Wpisz tagi...", + "no-tags": "Jeszcze nie ma tagów.", + "select-tags": "Wybierz tagi", + "tag-whitelist": "Tag Whitelist", + "watching": "Watching", + "not-watching": "Not Watching", + "watching.description": "Notify me of new topics.", + "not-watching.description": "Do not notify me of new topics.", + "following-tag.message": "You will now be receiving notifications when somebody posts a topic with this tag.", + "not-following-tag.message": "You will not receive notifications when somebody posts a topic with this tag." } \ No newline at end of file diff --git a/public/language/pl/themes/harmony.json b/public/language/pl/themes/harmony.json index f915155306..5e0a65f946 100644 --- a/public/language/pl/themes/harmony.json +++ b/public/language/pl/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page", "settings.autohideBottombar": "Auto hide bottom bar", "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down", + "settings.openSidebars": "Open sidebars", "settings.chatModals": "Enable chat modals" } \ No newline at end of file diff --git a/public/language/pl/top.json b/public/language/pl/top.json index 6dbf85cad0..92164ec546 100644 --- a/public/language/pl/top.json +++ b/public/language/pl/top.json @@ -1,4 +1,4 @@ { "title": "Najlepsze", - "no_top_topics": "Nie ma żadnych tematów w najlepszych" + "no-top-topics": "Nie ma żadnych tematów w najlepszych" } \ No newline at end of file diff --git a/public/language/pl/topic.json b/public/language/pl/topic.json index 52a1296339..62090e6342 100644 --- a/public/language/pl/topic.json +++ b/public/language/pl/topic.json @@ -1,20 +1,20 @@ { "topic": "Temat", "title": "Tytuł", - "no_topics_found": "Nie znaleziono żadnych tematów.", - "no_posts_found": "Nie znaleziono żadnych postów.", - "post_is_deleted": "Ten post został usunięty!", - "topic_is_deleted": "Ten temat został usunięty!", + "no-topics-found": "Nie znaleziono żadnych tematów.", + "no-posts-found": "Nie znaleziono żadnych postów.", + "post-is-deleted": "Ten post został usunięty!", + "topic-is-deleted": "Ten temat został usunięty!", "profile": "Profil", - "posted_by": "Napisany przez %1", - "posted_by_guest": "Napisany przez gościa", + "posted-by": "Napisany przez %1", + "posted-by-guest": "Napisany przez gościa", "chat": "Czat", - "notify_me": "Powiadamiaj mnie o nowych odpowiedziach w tym temacie", + "notify-me": "Powiadamiaj mnie o nowych odpowiedziach w tym temacie", "quote": "Cytuj", "reply": "Odpowiedz", - "replies_to_this_post": "%1 odpowiedzi", - "one_reply_to_this_post": "1 odpowiedź", - "last_reply_time": "Ostatnia odpowiedź", + "replies-to-this-post": "%1 odpowiedzi", + "one-reply-to-this-post": "1 odpowiedź", + "last-reply-time": "Ostatnia odpowiedź", "reply-as-topic": "Odpowiedz, zakładając nowy temat", "guest-login-reply": "Zaloguj się, aby odpowiedzieć", "login-to-view": "Zaloguj się by zobaczyć", @@ -64,129 +64,130 @@ "user-referenced-topic-on": "%1 referenced this topic on %3", "user-forked-topic-ago": "%1 forked this topic %3", "user-forked-topic-on": "%1 forked this topic on %3", - "bookmark_instructions": "Kliknij tutaj, by powrócić do ostatniego przeczytanego postu w tym temacie.", + "bookmark-instructions": "Kliknij tutaj, by powrócić do ostatniego przeczytanego postu w tym temacie.", "flag-post": "Zgłoś ten post", "flag-user": "Zgłoś tego użytkownika", "already-flagged": "Już zgłoszono", "view-flag-report": "Zobacz zgłoszenie", "resolve-flag": "Oznacz flagę jako rozwiązaną", - "merged_message": "Ten temat został połączony z %2", - "deleted_message": "Ten temat został usunięty. Mogą go zobaczyć tylko użytkownicy upoważnieni do zarządzania tematami.", - "following_topic.message": "Będziesz teraz otrzymywać powiadomienia o nowych odpowiedziach w tym temacie.", - "not_following_topic.message": "Zobaczysz ten temat na liście nieprzeczytanych, ale nie będziesz otrzymywać powiadomień o odpowiedziach w tym temacie.", - "ignoring_topic.message": "Nie zobaczysz już tego tematu na liście nieprzeczytanych. Otrzymasz powiadomienie, kiedy ktoś o Tobie wspomni lub zagłosuje na Twój post.", - "login_to_subscribe": "Zarejestruj lub zaloguj się, aby subskrybować ten temat.", + "merged-message": "Ten temat został połączony z %2", + "forked-message": "This topic was forked from %2", + "deleted-message": "Ten temat został usunięty. Mogą go zobaczyć tylko użytkownicy upoważnieni do zarządzania tematami.", + "following-topic.message": "Będziesz teraz otrzymywać powiadomienia o nowych odpowiedziach w tym temacie.", + "not-following-topic.message": "Zobaczysz ten temat na liście nieprzeczytanych, ale nie będziesz otrzymywać powiadomień o odpowiedziach w tym temacie.", + "ignoring-topic.message": "Nie zobaczysz już tego tematu na liście nieprzeczytanych. Otrzymasz powiadomienie, kiedy ktoś o Tobie wspomni lub zagłosuje na Twój post.", + "login-to-subscribe": "Zarejestruj lub zaloguj się, aby subskrybować ten temat.", "markAsUnreadForAll.success": "Temat oznaczony jako nieprzeczytany dla wszystkich", - "mark_unread": "Oznacz jako nieprzeczytany", - "mark_unread.success": "Temat oznaczony jako nieprzeczytany", + "mark-unread": "Oznacz jako nieprzeczytany", + "mark-unread.success": "Temat oznaczony jako nieprzeczytany", "watch": "Obserwuj", "unwatch": "Nie obserwuj", "watch.title": "Otrzymuj powiadomienia o nowych odpowiedziach w tym temacie", "unwatch.title": "Przestań obserwować ten temat", - "share_this_post": "Udostępnij", + "share-this-post": "Udostępnij", "watching": "Obserwuj", "not-watching": "Nie obserwuj", "ignoring": "Ignoruj", "watching.description": "Powiadamiaj mnie o nowych odpowiedziach.
Pokazuj temat w nieprzeczytanych.", "not-watching.description": "Nie powiadamiaj mnie o nowych odpowiedziach.
Pokazuj temat w nieprzeczytanych, jeśli kategoria nie jest ignorowana.", "ignoring.description": "Nie powiadamiaj mnie o nowych odpowiedziach.
Nie pokazuj tematu w nieprzeczytanych.", - "thread_tools.title": "Narzędzia tematu", - "thread_tools.markAsUnreadForAll": "Oznacz jako nieprzeczytany dla wszystkich", - "thread_tools.pin": "Przypnij temat", - "thread_tools.unpin": "Odepnij temat", - "thread_tools.lock": "Zablokuj temat", - "thread_tools.unlock": "Odblokuj temat", - "thread_tools.move": "Przenieś temat", - "thread_tools.move-posts": "Przenieś posty", - "thread_tools.move_all": "Przenieś wszystko", - "thread_tools.change_owner": "Zmień właściciela", - "thread_tools.select_category": "Wybierz kategorię", - "thread_tools.fork": "Skopiuj temat", - "thread_tools.tag": "Tag Topic", - "thread_tools.delete": "Usuń temat", - "thread_tools.delete-posts": "Usuń posty", - "thread_tools.delete_confirm": "Czy na pewno chcesz usunąć ten temat?", - "thread_tools.restore": "Przywróć temat", - "thread_tools.restore_confirm": "Czy na pewno chcesz przywrócić ten temat?", - "thread_tools.purge": "Wymaż temat", - "thread_tools.purge_confirm": "Na pewno chcesz wyczyścić ten temat?", - "thread_tools.merge_topics": "Połącz tematy", - "thread_tools.merge": "Merge Topic", - "topic_move_success": "Ten temat zostanie wkrótce przeniesiony do \"%1\". Naciśnij tutaj by to cofnąć.", - "topic_move_multiple_success": "Te tematy zostaną wkrótce przeniesione do \"%1\". Naciśnij tutaj by to cofnąć.", - "topic_move_all_success": "Wszystkie tematy zostaną wkrótce przeniesione do \"%1\". Naciśnij tutaj by to cofnąć.", - "topic_move_undone": "Cofnięto przenoszenie tematu", - "topic_move_posts_success": "Posty zostaną wkrótce przeniesione. Naciśnij tutaj by to cofnąć.", - "topic_move_posts_undone": "Cofnięto przenoszenie postów", - "post_delete_confirm": "Czy na pewno chcesz usunąć ten post?", - "post_restore_confirm": "Czy na pewno chcesz przywrócić ten post?", - "post_purge_confirm": "Czy na pewno chcesz wyczyścić ten post?", + "thread-tools.title": "Narzędzia tematu", + "thread-tools.markAsUnreadForAll": "Oznacz jako nieprzeczytany dla wszystkich", + "thread-tools.pin": "Przypnij temat", + "thread-tools.unpin": "Odepnij temat", + "thread-tools.lock": "Zablokuj temat", + "thread-tools.unlock": "Odblokuj temat", + "thread-tools.move": "Przenieś temat", + "thread-tools.move-posts": "Przenieś posty", + "thread-tools.move-all": "Przenieś wszystko", + "thread-tools.change-owner": "Zmień właściciela", + "thread-tools.select-category": "Wybierz kategorię", + "thread-tools.fork": "Skopiuj temat", + "thread-tools.tag": "Tag Topic", + "thread-tools.delete": "Usuń temat", + "thread-tools.delete-posts": "Usuń posty", + "thread-tools.delete-confirm": "Czy na pewno chcesz usunąć ten temat?", + "thread-tools.restore": "Przywróć temat", + "thread-tools.restore-confirm": "Czy na pewno chcesz przywrócić ten temat?", + "thread-tools.purge": "Wymaż temat", + "thread-tools.purge-confirm": "Na pewno chcesz wyczyścić ten temat?", + "thread-tools.merge-topics": "Połącz tematy", + "thread-tools.merge": "Merge Topic", + "topic-move-success": "Ten temat zostanie wkrótce przeniesiony do \"%1\". Naciśnij tutaj by to cofnąć.", + "topic-move-multiple-success": "Te tematy zostaną wkrótce przeniesione do \"%1\". Naciśnij tutaj by to cofnąć.", + "topic-move-all-success": "Wszystkie tematy zostaną wkrótce przeniesione do \"%1\". Naciśnij tutaj by to cofnąć.", + "topic-move-undone": "Cofnięto przenoszenie tematu", + "topic-move-posts-success": "Posty zostaną wkrótce przeniesione. Naciśnij tutaj by to cofnąć.", + "topic-move-posts-undone": "Cofnięto przenoszenie postów", + "post-delete-confirm": "Czy na pewno chcesz usunąć ten post?", + "post-restore-confirm": "Czy na pewno chcesz przywrócić ten post?", + "post-purge-confirm": "Czy na pewno chcesz wyczyścić ten post?", "pin-modal-expiry": "Data wygaśnięcia", "pin-modal-help": "You can optionally set an expiration date for the pinned topic(s) here. Alternatively, you can leave this field blank to have the topic stay pinned until it is manually unpinned.", - "load_categories": "Ładowanie kategorii", - "confirm_move": "Przenieś", - "confirm_fork": "Skopiuj", + "load-categories": "Ładowanie kategorii", + "confirm-move": "Przenieś", + "confirm-fork": "Skopiuj", "bookmark": "Dodaj do zakładek", "bookmarks": "Zakładki", - "bookmarks.has_no_bookmarks": "Nie masz jeszcze żadnych postów w zakładkach.", + "bookmarks.has-no-bookmarks": "Nie masz jeszcze żadnych postów w zakładkach.", "copy-permalink": "Skopiuj link", - "loading_more_posts": "Załaduj więcej postów", - "move_topic": "Przenieś temat", - "move_topics": "Przenieś tematy", - "move_post": "Przenieś post", - "post_moved": "Post został przeniesiony!", - "fork_topic": "Skopiuj temat", + "loading-more-posts": "Załaduj więcej postów", + "move-topic": "Przenieś temat", + "move-topics": "Przenieś tematy", + "move-post": "Przenieś post", + "post-moved": "Post został przeniesiony!", + "fork-topic": "Skopiuj temat", "enter-new-topic-title": "Wpisz nowy tytuł tematu", - "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", - "fork_no_pids": "Nie zaznaczono żadnych postów!", + "fork-topic-instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", + "fork-no-pids": "Nie zaznaczono żadnych postów!", "no-posts-selected": "Nie zaznaczono żadnych postów!", "x-posts-selected": "Zaznaczono %1 post(-ów)", "x-posts-will-be-moved-to-y": "%1 post(-ów) zostanie przeniesione do \"%2\"", - "fork_pid_count": "Zaznaczono %1 post(-ów)", - "fork_success": "Temat został skopiowany. Kliknij tutaj, aby do niego przejść.", - "delete_posts_instruction": "Zaznacz posty, które chcesz usunąć/wyczyścić", - "merge_topics_instruction": "Zaznacz tematy, które chcesz połączyć lub je wyszukaj", + "fork-pid-count": "Zaznaczono %1 post(-ów)", + "fork-success": "Temat został skopiowany. Kliknij tutaj, aby do niego przejść.", + "delete-posts-instruction": "Zaznacz posty, które chcesz usunąć/wyczyścić", + "merge-topics-instruction": "Zaznacz tematy, które chcesz połączyć lub je wyszukaj", "merge-topic-list-title": "Lista tematów do połączenia", "merge-options": "Opcję łączenia tematów", "merge-select-main-topic": "Wybierz główny temat", "merge-new-title-for-topic": "Nowy tytuł tematu", "topic-id": "Identyfikator tematu", - "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", - "move_topic_instruction": "Select the target category and then click move", - "change_owner_instruction": "Kliknij w posty, które chcesz przypisać do innego użytkownika", - "composer.title_placeholder": "Tutaj wpisz tytuł tematu...", - "composer.handle_placeholder": "Tutaj wpisz swoje imię/nazwę", + "move-posts-instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move-topic-instruction": "Select the target category and then click move", + "change-owner-instruction": "Kliknij w posty, które chcesz przypisać do innego użytkownika", + "composer.title-placeholder": "Tutaj wpisz tytuł tematu...", + "composer.handle-placeholder": "Tutaj wpisz swoje imię/nazwę", "composer.hide": "Hide", "composer.discard": "Odrzuć", "composer.submit": "Utwórz", "composer.additional-options": "Dodatkowe opcje", "composer.post-later": "Post Later", "composer.schedule": "Schedule", - "composer.replying_to": "Odpowiedź na %1", - "composer.new_topic": "Nowy temat", + "composer.replying-to": "Odpowiedź na %1", + "composer.new-topic": "Nowy temat", "composer.editing-in": "Editing post in %1", "composer.uploading": "wysyłanie...", - "composer.thumb_url_label": "Wklej adres miniaturki tematu", - "composer.thumb_title": "Dodaj miniaturkę do tego tematu", - "composer.thumb_url_placeholder": "http://przykład.pl/thumb.png", - "composer.thumb_file_label": "Lub wyślij plik", - "composer.thumb_remove": "Wyczyść pola", - "composer.drag_and_drop_images": "Przeciągnij i upuść obrazy tutaj", - "more_users_and_guests": "%1 użytkownik(-ów) i %2 gość(-ci) więcej", - "more_users": "%1 użytkownik(-ów) więcej", - "more_guests": "%1 gość(-ci) więcej", - "users_and_others": "%1 i %2 innych", - "sort_by": "Sortuj według", - "oldest_to_newest": "Najpierw najstarsze", - "newest_to_oldest": "Najpierw najnowsze", - "most_votes": "Najwięcej głosów", - "most_posts": "Najwięcej postów", - "most_views": "Najwięcej wyświetleń", + "composer.thumb-url-label": "Wklej adres miniaturki tematu", + "composer.thumb-title": "Dodaj miniaturkę do tego tematu", + "composer.thumb-url-placeholder": "http://przykład.pl/thumb.png", + "composer.thumb-file-label": "Lub wyślij plik", + "composer.thumb-remove": "Wyczyść pola", + "composer.drag-and-drop-images": "Przeciągnij i upuść obrazy tutaj", + "more-users-and-guests": "%1 użytkownik(-ów) i %2 gość(-ci) więcej", + "more-users": "%1 użytkownik(-ów) więcej", + "more-guests": "%1 gość(-ci) więcej", + "users-and-others": "%1 i %2 innych", + "sort-by": "Sortuj według", + "oldest-to-newest": "Najpierw najstarsze", + "newest-to-oldest": "Najpierw najnowsze", + "most-votes": "Najwięcej głosów", + "most-posts": "Najwięcej postów", + "most-views": "Najwięcej wyświetleń", "stale.title": "Stworzyć nowy temat?", "stale.warning": "Temat, na który chcesz udzielić odpowiedzi, jest dość stary. Czy nie wolisz utworzyć nowego tematu i jedynie odnieść się do tego?", "stale.create": "Stwórz nowy temat", - "stale.reply_anyway": "Odpowiedz na ten temat", - "link_back": "Re: [%1](%2)", + "stale.reply-anyway": "Odpowiedz na ten temat", + "link-back": "Re: [%1](%2)", "diffs.title": "Historia edycji postu", "diffs.description": "Ten post zawiera %1 zmian. Kliknij w którąś ze zmian poniżej, aby zobaczyć treść postu w momencie jej dokonania.", "diffs.no-revisions-description": "Ten post zawiera %1 zmian.", @@ -197,8 +198,8 @@ "diffs.post-restored": "Post został przywrócony do poprzedniej wersji", "diffs.delete": "Usuń tę wersję", "diffs.deleted": "Wersja usunięta", - "timeago_later": "%1 później", - "timeago_earlier": "%1 wcześniej", + "timeago-later": "%1 później", + "timeago-earlier": "%1 wcześniej", "first-post": "Pierwszy post", "last-post": "Ostatni post", "go-to-my-next-post": "Idź do następnego posta", diff --git a/public/language/pl/unread.json b/public/language/pl/unread.json index 01888a3b22..bf1e0bf2f8 100644 --- a/public/language/pl/unread.json +++ b/public/language/pl/unread.json @@ -1,12 +1,12 @@ { "title": "Nieprzeczytane", - "no_unread_topics": "Nie masz żadnych nieprzeczytanych tematów.", - "load_more": "Więcej", - "mark_as_read": "Oznacz jako przeczytane", + "no-unread-topics": "Nie masz żadnych nieprzeczytanych tematów.", + "load-more": "Więcej", + "mark-as-read": "Oznacz jako przeczytane", "selected": "Wybrane", "all": "Wszystkie", - "all_categories": "Wszystkie kategorie", - "topics_marked_as_read.success": "Tematy zostały oznaczone jako przeczytane!", + "all-categories": "Wszystkie kategorie", + "topics-marked-as-read.success": "Tematy zostały oznaczone jako przeczytane!", "all-topics": "Wszystkie tematy", "new-topics": "Nowe tematy", "watched-topics": "Obserwowane tematy", diff --git a/public/language/pl/user.json b/public/language/pl/user.json index f7077296b6..02ab7286ab 100644 --- a/public/language/pl/user.json +++ b/public/language/pl/user.json @@ -7,22 +7,22 @@ "joindate": "Data rejestracji", "postcount": "Liczba postów", "email": "Adres e-mail", - "confirm_email": "Potwierdź adres e-mail", - "account_info": "Informacje o koncie", - "admin_actions_label": "Działania administacyjne", - "ban_account": "Zbanuj konto", - "ban_account_confirm": "Na pewno chcesz zbanować tego użytkownika?", - "unban_account": "Odbanuj konto", - "mute_account": "Wycisz konto", - "unmute_account": "Wyłącz wyciszenie konta", - "delete_account": "Usuń konto", - "delete_account_as_admin": "Usuń Konto", - "delete_content": "Usuń Treści Konta", - "delete_all": "Usuń Konto i Treści", - "delete_account_confirm": "Czy na pewno chcesz zanonimizować swoje posty i usunąć konto?
To działanie jest nieodwracalne i nie będziesz w stanie przywrócić swoich danych

Wpisz hasło w celu potwierdzenia chęci usunięcia konta.", - "delete_this_account_confirm": "Czy na pewno chcesz usunąć konto pozostawiając swoje treści?
To działanie jest nieodwracalne, posty zostaną zanonimizowane i nie będziesz w stanie przywrócić żadnych powiązań z usuniętym kontem

", - "delete_account_content_confirm": "Czy na pewno chcesz usunąć treści tego konta (posty/tematy/pliki)?
To działanie jest nieodwracalne i nie będziesz w stanie przywrócić żadnych danych

", - "delete_all_confirm": "Czy na pewno chcesz usunąć konto i jego treści (posty/tematy/pliki)?
To działanie jest nieodwracalne i nie będziesz w stanie przywrócić żadnych danych

", + "confirm-email": "Potwierdź adres e-mail", + "account-info": "Informacje o koncie", + "admin-actions-label": "Działania administacyjne", + "ban-account": "Zbanuj konto", + "ban-account-confirm": "Na pewno chcesz zbanować tego użytkownika?", + "unban-account": "Odbanuj konto", + "mute-account": "Wycisz konto", + "unmute-account": "Wyłącz wyciszenie konta", + "delete-account": "Usuń konto", + "delete-account-as-admin": "Usuń Konto", + "delete-content": "Usuń Treści Konta", + "delete-all": "Usuń Konto i Treści", + "delete-account-confirm": "Czy na pewno chcesz zanonimizować swoje posty i usunąć konto?
To działanie jest nieodwracalne i nie będziesz w stanie przywrócić swoich danych

Wpisz hasło w celu potwierdzenia chęci usunięcia konta.", + "delete-this-account-confirm": "Czy na pewno chcesz usunąć konto pozostawiając swoje treści?
To działanie jest nieodwracalne, posty zostaną zanonimizowane i nie będziesz w stanie przywrócić żadnych powiązań z usuniętym kontem

", + "delete-account-content-confirm": "Czy na pewno chcesz usunąć treści tego konta (posty/tematy/pliki)?
To działanie jest nieodwracalne i nie będziesz w stanie przywrócić żadnych danych

", + "delete-all-confirm": "Czy na pewno chcesz usunąć konto i jego treści (posty/tematy/pliki)?
To działanie jest nieodwracalne i nie będziesz w stanie przywrócić żadnych danych

", "account-deleted": "Konto usunięte", "account-content-deleted": "Treści konta usunięte", "fullname": "Pełna nazwa", @@ -32,11 +32,12 @@ "joined": "Dołączono", "lastonline": "Ostatnio online", "profile": "Profil", - "profile_views": "Wyświetlenia", + "profile-views": "Wyświetlenia", "reputation": "Reputacja", "bookmarks": "Zakładki", - "watched_categories": "Obserwowane kategorie", - "change_all": "Zmień wszystko", + "watched-categories": "Obserwowane kategorie", + "watched-tags": "Watched tags", + "change-all": "Zmień wszystko", "watched": "Obserwowane", "ignored": "Zignorowane", "default-category-watch-state": "Domyślny stan oglądania kategorii", @@ -44,83 +45,84 @@ "following": "Obserwowani", "blocks": "Blokady", "blocked-users": "Zablokowani użytkownicy", - "block_toggle": "Przełącz blokadę", - "block_user": "Blokuj użytkownika", - "unblock_user": "Odblokuj użytkownika", + "block-toggle": "Przełącz blokadę", + "block-user": "Blokuj użytkownika", + "unblock-user": "Odblokuj użytkownika", "aboutme": "O mnie", "signature": "Sygnatura", "birthday": "Urodziny", "chat": "Czatuj", - "chat_with": "Kontynuuj czat z %1", - "new_chat_with": "Rozpocznij czat z %1", + "chat-with": "Kontynuuj czat z %1", + "new-chat-with": "Rozpocznij czat z %1", "flag-profile": "Zgłoś profil", "follow": "Obserwuj", "unfollow": "Przestań obserwować", "more": "Więcej", - "profile_update_success": "Profil został zaktualizowany!", - "change_picture": "Zmień zdjęcie", - "change_username": "Zmień nazwę użytkownika", - "change_email": "Zmień adres e-mail", - "email_same_as_password": "Wprowadź bieżące hasło, aby kontynuować – ponownie wprowadziłeś nową wiadomość e-mail", + "profile-update-success": "Profil został zaktualizowany!", + "change-picture": "Zmień zdjęcie", + "change-username": "Zmień nazwę użytkownika", + "change-email": "Zmień adres e-mail", + "email-updated": "Email Updated", + "email-same-as-password": "Wprowadź bieżące hasło, aby kontynuować – ponownie wprowadziłeś nową wiadomość e-mail", "edit": "Edytuj", "edit-profile": "Edytuj profil", - "default_picture": "Domyślna ikona", - "uploaded_picture": "Przesłane zdjęcie", - "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": "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!", - "change_password_error_match": "Hasła muszą pasować!", - "change_password_error_privileges": "Nie masz uprawnień do zmiany tego hasła.", - "change_password_success": "Twoje hasło zostało zaktualizowane!", - "confirm_password": "Potwierdź hasło", + "default-picture": "Domyślna ikona", + "uploaded-picture": "Przesłane zdjęcie", + "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": "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!", + "change-password-error-match": "Hasła muszą pasować!", + "change-password-error-privileges": "Nie masz uprawnień do zmiany tego hasła.", + "change-password-success": "Twoje hasło zostało zaktualizowane!", + "confirm-password": "Potwierdź hasło", "password": "Hasło", - "username_taken_workaround": "Wybrany login jest już zajęty, więc zmieniliśmy go trochę. Proponujemy %1", - "password_same_as_username": "Twoje hasło jest takie samo jak nazwa użytkownika. Wybierz inne hasło.", - "password_same_as_email": "Twoje hasło jest takie samo jak adres e-mail. Wybierz inne hasło.", - "weak_password": "Słabe hasło", - "upload_picture": "Prześlij zdjęcie", - "upload_a_picture": "Prześlij zdjęcie", - "remove_uploaded_picture": "Usuń przesłane zdjęcie", - "upload_cover_picture": "Prześlij zdjęcie tła", - "remove_cover_picture_confirm": "Czy na pewno chcesz usunąć zdjęcie w tle?", - "crop_picture": "Przytnij obrazek", - "upload_cropped_picture": "Przytnij i prześlij", + "username-taken-workaround": "Wybrany login jest już zajęty, więc zmieniliśmy go trochę. Proponujemy %1", + "password-same-as-username": "Twoje hasło jest takie samo jak nazwa użytkownika. Wybierz inne hasło.", + "password-same-as-email": "Twoje hasło jest takie samo jak adres e-mail. Wybierz inne hasło.", + "weak-password": "Słabe hasło", + "upload-picture": "Prześlij zdjęcie", + "upload-a-picture": "Prześlij zdjęcie", + "remove-uploaded-picture": "Usuń przesłane zdjęcie", + "upload-cover-picture": "Prześlij zdjęcie tła", + "remove-cover-picture-confirm": "Czy na pewno chcesz usunąć zdjęcie w tle?", + "crop-picture": "Przytnij obrazek", + "upload-cropped-picture": "Przytnij i prześlij", "avatar-background-colour": "Kolor tła awatara", "settings": "Ustawienia", - "show_email": "Wyświetlaj mój adres e-mail", - "show_fullname": "Wyświetlaj moją pełną nazwę", - "restrict_chats": "Przyjmuj wiadomości na czacie tylko od osób, które obserwuję", - "digest_label": "Przysyłaj okresowe podsumowanie wiadomości na forum", - "digest_description": "Subskrybuj, aby otrzymywać maile dla tego forum (nowe powiadomienia i tematy) zgodnie z ustalonym harmonogramem", - "digest_off": "Wyłączone", - "digest_daily": "Codziennie", - "digest_weekly": "Co tydzień", - "digest_biweekly": "Co dwa tygodnie", - "digest_monthly": "Co miesiąc", - "has_no_follower": "Ten użytkownik nie ma jeszcze żadnych obserwujących", - "follows_no_one": "Ten użytkownik jeszcze nikogo nie obserwuje", - "has_no_posts": "Ten użytkownik nic jeszcze nie napisał.", - "has_no_best_posts": "Ten użytkownik nie ma jeszcze żadnych postów z dodatnią reputacją.", - "has_no_topics": "Ten użytkownik nie stworzył jeszcze żadnych tematów.", - "has_no_watched_topics": "Ten użytkownik nie obserwuje jeszcze żadnych tematów.", - "has_no_ignored_topics": "Użytkownik nie pominął jeszcze żadnego tematu.", - "has_no_upvoted_posts": "Ten użytkownik jeszcze nie głosował za w żadnym temacie", - "has_no_downvoted_posts": "Ten użytkownik jeszcze nie głosował przeciw w żadnym temacie.", - "has_no_controversial_posts": "Ten użytkownik nie ma jeszcze żadnych postów z ujemną reputacją.", - "has_no_blocks": "Nie zablokowałeś jeszcze żadnych użytkowników", - "email_hidden": "Adres e-mail ukryty", + "show-email": "Wyświetlaj mój adres e-mail", + "show-fullname": "Wyświetlaj moją pełną nazwę", + "restrict-chats": "Przyjmuj wiadomości na czacie tylko od osób, które obserwuję", + "digest-label": "Przysyłaj okresowe podsumowanie wiadomości na forum", + "digest-description": "Subskrybuj, aby otrzymywać maile dla tego forum (nowe powiadomienia i tematy) zgodnie z ustalonym harmonogramem", + "digest-off": "Wyłączone", + "digest-daily": "Codziennie", + "digest-weekly": "Co tydzień", + "digest-biweekly": "Co dwa tygodnie", + "digest-monthly": "Co miesiąc", + "has-no-follower": "Ten użytkownik nie ma jeszcze żadnych obserwujących", + "follows-no-one": "Ten użytkownik jeszcze nikogo nie obserwuje", + "has-no-posts": "Ten użytkownik nic jeszcze nie napisał.", + "has-no-best-posts": "Ten użytkownik nie ma jeszcze żadnych postów z dodatnią reputacją.", + "has-no-topics": "Ten użytkownik nie stworzył jeszcze żadnych tematów.", + "has-no-watched-topics": "Ten użytkownik nie obserwuje jeszcze żadnych tematów.", + "has-no-ignored-topics": "Użytkownik nie pominął jeszcze żadnego tematu.", + "has-no-upvoted-posts": "Ten użytkownik jeszcze nie głosował za w żadnym temacie", + "has-no-downvoted-posts": "Ten użytkownik jeszcze nie głosował przeciw w żadnym temacie.", + "has-no-controversial-posts": "Ten użytkownik nie ma jeszcze żadnych postów z ujemną reputacją.", + "has-no-blocks": "Nie zablokowałeś jeszcze żadnych użytkowników", + "email-hidden": "Adres e-mail ukryty", "hidden": "ukryty", - "paginate_description": "Dziel tematy i posty na strony zamiast używać nieskończonego przewijania", - "topics_per_page": "Tematów na stronę", - "posts_per_page": "Postów na stronę", + "paginate-description": "Dziel tematy i posty na strony zamiast używać nieskończonego przewijania", + "topics-per-page": "Tematów na stronę", + "posts-per-page": "Postów na stronę", "category-topic-sort": "Category topic sort", "topic-post-sort": "Topic post sort", - "max_items_per_page": "Maksymalnie %1", - "acp_language": "Język Strony Administratora", + "max-items-per-page": "Maksymalnie %1", + "acp-language": "Język Strony Administratora", "notifications": "Powiadomienia", "upvote-notif-freq": "Częstotliwość informowania o pozytywnych głosach", "upvote-notif-freq.all": "Wszystkie głosy", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "Po 10, 100, 1000...", "upvote-notif-freq.disabled": "Wyłączone", "browsing": "Ustawienia szukania", - "open_links_in_new_tab": "Otwieraj odnośniki wychodzące w nowej karcie", - "enable_topic_searching": "Włącz szukanie w temacie", - "topic_search_help": "Zaznacz, jeśli chcesz, by wyszukiwanie w temacie zastąpiło przeszukiwanie strony poprzez przeglądarkę, a tym samym umożliwiło przeszukiwanie całego tematu, a nie tylko treści aktualnie wyświetlanych na ekranie", - "update_url_with_post_index": "Update url with post index while browsing topics", - "scroll_to_my_post": "Wyświetl nowy post po zamieszczeniu odpowiedzi", - "follow_topics_you_reply_to": "Obserwuj tematy, w których uczestniczysz", - "follow_topics_you_create": "Obserwuj tematy, które utworzyłeś", + "open-links-in-new-tab": "Otwieraj odnośniki wychodzące w nowej karcie", + "enable-topic-searching": "Włącz szukanie w temacie", + "topic-search-help": "Zaznacz, jeśli chcesz, by wyszukiwanie w temacie zastąpiło przeszukiwanie strony poprzez przeglądarkę, a tym samym umożliwiło przeszukiwanie całego tematu, a nie tylko treści aktualnie wyświetlanych na ekranie", + "update-url-with-post-index": "Update url with post index while browsing topics", + "scroll-to-my-post": "Wyświetl nowy post po zamieszczeniu odpowiedzi", + "follow-topics-you-reply-to": "Obserwuj tematy, w których uczestniczysz", + "follow-topics-you-create": "Obserwuj tematy, które utworzyłeś", "grouptitle": "Nazwa grupy", "group-order-help": "Wybierz grupę i użyj strzałek, aby zamówić tytuł", "no-group-title": "Brak nazwy grupy", @@ -145,9 +147,9 @@ "no-skin": "No Skin", "select-homepage": "Wybierz stronę startową", "homepage": "Strona startowa", - "homepage_description": "Wybierz preferowaną stronę startową lub „None”, jeśli chcesz używać strony domyślnej. ", - "custom_route": "Niestandardowa strona startowa", - "custom_route_help": "Wprowadź ścieżkę bez poprzedzającego slasha (np: \"recent\" albo \"category/2/general-discussion\")", + "homepage-description": "Wybierz preferowaną stronę startową lub „None”, jeśli chcesz używać strony domyślnej.", + "custom-route": "Niestandardowa strona startowa", + "custom-route-help": "Wprowadź ścieżkę bez poprzedzającego slasha (np: \"recent\" albo \"category/2/general-discussion\")", "sso.title": "Usługi Pojedynczego Logowania", "sso.associated": "Powiązane z", "sso.not-associated": "Kliknij tutaj, aby powiązać z", @@ -179,25 +181,25 @@ "consent.title": "Twoje prawa i zgody", "consent.lead": "To forum gromadzi i przetwarza twoje dane osobowe.", "consent.intro": "Wykorzystujemy te informacje wyłącznie w celu dostosowania działania forum do Twoich potrzeb, a także powiązania zamieszczanych przez Ciebie postów z Twoim kontem użytkownika. Na etapie rejestracji poprosiliśmy o podanie nazwy użytkownika i adresu e-mail; możesz również zamieścić dodatkowe informacje, by uzupełnić swój profil użytkownika na tej stronie.

Będziemy przechowywać te informacje tak długo, jak będzie istniało Twoje konto użytkownika. Możesz wycofać zgodę w dowolnym momencie poprzez usunięcie konta. W każdej chwili możesz też poprosić poprzez stronę „Prawa i zgody” o kopię treści zamieszczonych przez Ciebie na tej stronie.

W razie pytań lub wątpliwości zwróć się do administratorów forum.", - "consent.email_intro": "Czasem możemy wysyłać e-maile na podany przez Ciebie adres e-mail, by przekazywać aktualności lub powiadamiać o nowych wydarzeniach, które mogą mieć dla Ciebie znaczenie. Możesz samodzielnie określić częstotliwość przesyłania podsumowań (lub zupełnie je wyłączyć), a także wybrać rodzaje powiadomień, jakie chcesz otrzymywać e-mailem, poprzez stronę ustawień użytkownika.", - "consent.digest_frequency": "Forum przesyła podsumowania e-mailem co %1, chyba że w ustawieniach użytkownika wyraźnie zaznaczono inaczej.", - "consent.digest_off": "Forum nie przesyła podsumowań e-mailem, chyba że w ustawieniach użytkownika wyraźnie zaznaczono inaczej.", + "consent.email-intro": "Czasem możemy wysyłać e-maile na podany przez Ciebie adres e-mail, by przekazywać aktualności lub powiadamiać o nowych wydarzeniach, które mogą mieć dla Ciebie znaczenie. Możesz samodzielnie określić częstotliwość przesyłania podsumowań (lub zupełnie je wyłączyć), a także wybrać rodzaje powiadomień, jakie chcesz otrzymywać e-mailem, poprzez stronę ustawień użytkownika.", + "consent.digest-frequency": "Forum przesyła podsumowania e-mailem co %1, chyba że w ustawieniach użytkownika wyraźnie zaznaczono inaczej.", + "consent.digest-off": "Forum nie przesyła podsumowań e-mailem, chyba że w ustawieniach użytkownika wyraźnie zaznaczono inaczej.", "consent.received": "Wyraziłeś zgodę na gromadzenie i przetwarzanie Twoich danych przez tę stronę. Żadne dodatkowe działania nie są wymagane.", - "consent.not_received": "Nie wyraziłeś zgody na gromadzenie i przetwarzanie danych. Administratorzy tej strony mogą w dowolnym momencie usunąć Twoje konto, by spełnić wymogi Ogólnego Rozporządzenia o Ochronie Danych.", + "consent.not-received": "Nie wyraziłeś zgody na gromadzenie i przetwarzanie danych. Administratorzy tej strony mogą w dowolnym momencie usunąć Twoje konto, by spełnić wymogi Ogólnego Rozporządzenia o Ochronie Danych.", "consent.give": "Wyrażam zgodę", - "consent.right_of_access": "Masz prawo dostępu", - "consent.right_of_access_description": "Masz prawo na żądanie uzyskać dostęp do wszelkich danych gromadzonych przez tę stronę. Możesz pobrać kopię tych danych poprzez kliknięcie stosownego przycisku poniżej.", - "consent.right_to_rectification": "Masz prawo do sprostowania", - "consent.right_to_rectification_description": "Masz prawo zmienić lub zaktualizować wszelkie nieprawidłowe dane, jakie nam przekazałeś. Możesz zaktualizować swój profil poprzez edycję profilu, a także w dowolnej chwili edytować treść postów. Jeśli jest inaczej, skontaktuj się z administratorami tej strony.", - "consent.right_to_erasure": "Masz prawo do bycia zapomnianym", - "consent.right_to_erasure_description": "Możesz w każdej chwili cofnąć zgodę na gromadzenie lub przetwarzanie danych poprzez usunięcie konta. Twój profil zostanie usunięty, ale zamieszczone przez Ciebie treści pozostaną dostępne. Jeśli chcesz usunąć swoje konto oraz swoje treści, skontaktuj się z administratorami tej strony.", - "consent.right_to_data_portability": "Masz prawo do przenoszenia danych", - "consent.right_to_data_portability_description": "Możesz poprosić nas o eksport wszelkich danych gromadzonych na temat Ciebie i Twojego konta w formie do odczytu elektronicznego. W tym celu kliknij stosowny przycisk poniżej.", - "consent.export_profile": "Eksportuj profil (.json)", + "consent.right-of-access": "Masz prawo dostępu", + "consent.right-of-access-description": "Masz prawo na żądanie uzyskać dostęp do wszelkich danych gromadzonych przez tę stronę. Możesz pobrać kopię tych danych poprzez kliknięcie stosownego przycisku poniżej.", + "consent.right-to-rectification": "Masz prawo do sprostowania", + "consent.right-to-rectification-description": "Masz prawo zmienić lub zaktualizować wszelkie nieprawidłowe dane, jakie nam przekazałeś. Możesz zaktualizować swój profil poprzez edycję profilu, a także w dowolnej chwili edytować treść postów. Jeśli jest inaczej, skontaktuj się z administratorami tej strony.", + "consent.right-to-erasure": "Masz prawo do bycia zapomnianym", + "consent.right-to-erasure-description": "Możesz w każdej chwili cofnąć zgodę na gromadzenie lub przetwarzanie danych poprzez usunięcie konta. Twój profil zostanie usunięty, ale zamieszczone przez Ciebie treści pozostaną dostępne. Jeśli chcesz usunąć swoje konto oraz swoje treści, skontaktuj się z administratorami tej strony.", + "consent.right-to-data-portability": "Masz prawo do przenoszenia danych", + "consent.right-to-data-portability-description": "Możesz poprosić nas o eksport wszelkich danych gromadzonych na temat Ciebie i Twojego konta w formie do odczytu elektronicznego. W tym celu kliknij stosowny przycisk poniżej.", + "consent.export-profile": "Eksportuj profil (.json)", "consent.export-profile-success": "Eksportowanie profilu. Otrzymasz powiadomienie gdy eksport będzie gotowy.", - "consent.export_uploads": "Eksportuj przesłane treści (zip)", + "consent.export-uploads": "Eksportuj przesłane treści (zip)", "consent.export-uploads-success": "Eksportowanie przesłanych plików. Otrzymasz powiadomienie gdy będą gotowe.", - "consent.export_posts": "Eksportuj wpisy (csv)", + "consent.export-posts": "Eksportuj wpisy (csv)", "consent.export-posts-success": "Eksportowanie postów. Otrzymasz powiadomienie gdy będą gotowe.", "emailUpdate.intro": "Proszę wprowadź swój adres email poniżej. To forum używa adresu email do notyfikacji a także do odzyskania konta w razie zapomnienia hasła.", "emailUpdate.optional": "This field is optional. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.", diff --git a/public/language/pl/users.json b/public/language/pl/users.json index 675ab66eb1..68648ca0d8 100644 --- a/public/language/pl/users.json +++ b/public/language/pl/users.json @@ -1,13 +1,13 @@ { "all-users": "Wszyscy użytkownicy", - "latest_users": "Nowi użytkownicy", - "top_posters": "Najwięcej postów", - "most_reputation": "Najlepsza reputacja", - "most_flags": "Najwięcej flag", + "latest-users": "Nowi użytkownicy", + "top-posters": "Najwięcej postów", + "most-reputation": "Najlepsza reputacja", + "most-flags": "Najwięcej flag", "search": "Szukaj", - "enter_username": "Wpisz nazwę użytkownika", + "enter-username": "Wpisz nazwę użytkownika", "search-user-for-chat": "Search for a user to start chat", - "load_more": "Wczytaj więcej", + "load-more": "Wczytaj więcej", "users-found-search-took": "Znaleziono %1 użytkownika(-ów). Szukanie zajęło %2 sek.", "filter-by": "Filtruj", "online-only": "Tylko online", @@ -15,10 +15,10 @@ "prompt-email": "Adresy e-mail:", "groups-to-join": "Przypisane grupy po akceptacji zaproszenia", "invitation-email-sent": "E-mail z zaproszeniem został wysłany do %1", - "user_list": "Lista użytkowników", - "recent_topics": "Ostatnie tematy", - "popular_topics": "Popularne tematy", - "unread_topics": "Nieprzeczytane tematy", + "user-list": "Lista użytkowników", + "recent-topics": "Ostatnie tematy", + "popular-topics": "Popularne tematy", + "unread-topics": "Nieprzeczytane tematy", "categories": "Kategorie", "tags": "Tagi", "no-users-found": "Nie znaleziono pasujących użytkowników!" diff --git a/public/language/pt-BR/admin/advanced/database.json b/public/language/pt-BR/admin/advanced/database.json index a9e03474ba..918fb8babd 100644 --- a/public/language/pt-BR/admin/advanced/database.json +++ b/public/language/pt-BR/admin/advanced/database.json @@ -17,7 +17,7 @@ "mongo.file-size": "Tamanho do Arquivo", "mongo.resident-memory": "Resident Memory", "mongo.virtual-memory": "Memória Virtual", - "mongo.mapped-memory": "Memória Mapeada", + "mongo.mapped-memory": "Mapped Memory", "mongo.bytes-in": "Bytes recebidos", "mongo.bytes-out": "Bytes enviados", "mongo.num-requests": "Quantidade de Requisições", diff --git a/public/language/pt-BR/admin/advanced/events.json b/public/language/pt-BR/admin/advanced/events.json index 6a6aa9b69d..8e8a5c9e10 100644 --- a/public/language/pt-BR/admin/advanced/events.json +++ b/public/language/pt-BR/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "Tipo de Evento", "filter-start": "Data de Início", "filter-end": "Data de Fim", - "filter-perPage": "Por Página" + "filter-per-page": "Por Página" } \ No newline at end of file diff --git a/public/language/pt-BR/admin/extend/widgets.json b/public/language/pt-BR/admin/extend/widgets.json index 34dd998497..5d0101f4b2 100644 --- a/public/language/pt-BR/admin/extend/widgets.json +++ b/public/language/pt-BR/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "Nenhum widget encontrado! Ative o plug-in de widgets básicos no painel de controle de plugins.", "clone-from": "Copiar widgets de", "containers.available": "Contêineres Disponíveis", - "containers.explanation": "Arrastar e soltar em cima de qualquer widget ativo", + "containers.explanation": "Arraste e solte sobre algum widget", "containers.none": "Nenhum", "container.well": "Bem", "container.jumbotron": "Jumbotron", @@ -29,5 +29,7 @@ "hide-from-groups": "Esconder dos grupos", "start-date": "Start date", "end-date": "End date", - "hide-on-mobile": "Esconder no móvel" + "hide-on-mobile": "Esconder no móvel", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/pt-BR/admin/manage/privileges.json b/public/language/pt-BR/admin/manage/privileges.json index bd0eb6d7a3..1dd2a11d3c 100644 --- a/public/language/pt-BR/admin/manage/privileges.json +++ b/public/language/pt-BR/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "Editar Privilégios", "select-clear-all": "Selecionar/Limpar Tudo", "chat": "Conversar", + "chat-with-privileged": "Chat with Privileged", "upload-images": "Enviar Imagens", "upload-files": "Enviar Arquivos", "signature": "Assinatura", @@ -33,7 +34,7 @@ "edit-posts": "Editar Posts", "view-edit-history": "Ver Histórico de Edição", "delete-posts": "Deletar Posts", - "view_deleted": "Ver Posts Deletados", + "view-deleted": "Ver Posts Deletados", "upvote-posts": "Positivar Posts", "downvote-posts": "Negativar Posts", "delete-topics": "Deletar Tópicos", diff --git a/public/language/pt-BR/admin/manage/users.json b/public/language/pt-BR/admin/manage/users.json index 86b3970b74..6bb45a1700 100644 --- a/public/language/pt-BR/admin/manage/users.json +++ b/public/language/pt-BR/admin/manage/users.json @@ -4,16 +4,21 @@ "edit": "Actions", "make-admin": "Tornar Administrador", "remove-admin": "Excluir Administrador", + "change-email": "Change Email", + "new-email": "New Email", "validate-email": "Validar E-mail", "send-validation-email": "Enviar E-mail de Validação", + "change-password": "Change Password", "password-reset-email": "Enviar E-mail de Redefinição de Senha", "force-password-reset": "Forçar a Redifinição de Senha & Desconectar Usuário", - "ban": "Banir Usuário(s)", + "ban": "Ban", + "ban-users": "Ban User(s)", "temp-ban": "Banir Usuário(s) Temporariamente", "unban": "Desbanir Usuário(s)", "reset-lockout": "Excluir Bloqueio", "reset-flags": "Resetar Sinalizações", - "delete": "Excluir Usuário(s)", + "delete": "Delete", + "delete-users": "Delete User(s)", "delete-content": "Excluir Conteúdo do(s) Usuário(s)", "purge": "Excluir Usuário(s) e Conteúdo", "download-csv": "Baixar CSV", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "Banir %1 usuário(s)", "alerts.unban-success": "Usuário(s) desbanidos!", "alerts.lockout-reset-success": "Bloqueio(s) redefinidos!", + "alerts.password-change-success": "Password(s) changed!", "alerts.flag-reset-success": "Sinalização(ões) excluída(s)!", "alerts.no-remove-yourself-admin": "Você não pode remover a si mesmo como Administrador!", "alerts.make-admin-success": "O usuário agora é administrador.", @@ -106,6 +112,7 @@ "alerts.create": "Criar Usuário", "alerts.button-create": "Criar", "alerts.button-cancel": "Cancelar", + "alerts.button-change": "Change", "alerts.error-passwords-different": "As senhas devem combinar!", "alerts.error-x": "Erro

%1

", "alerts.create-success": "Usuário criado!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "E-mails:", "alerts.email-sent-to": "Um e-mail de convite foi enviado para %1", "alerts.x-users-found": "%1 usuário(s) encontrados, (%2 segundos)", + "alerts.select-a-single-user-to-change-email": "Select a single user to change email", "export-users-started": "Exportando usuários como csv, isso pode demorar um pouco. Você receberá uma notificação quando isso for concluído.", - "export-users-completed": "Usuários exportados como csv, clique aqui para fazer o download." + "export-users-completed": "Usuários exportados como csv, clique aqui para fazer o download.", + "email": "Email", + "password": "Password", + "manage": "Manage" } \ No newline at end of file diff --git a/public/language/pt-BR/admin/settings/chat.json b/public/language/pt-BR/admin/settings/chat.json index 29029d74ea..596d8a4216 100644 --- a/public/language/pt-BR/admin/settings/chat.json +++ b/public/language/pt-BR/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "Enter 0 to disable this restriction", "chat-settings": "Configurações de Chat", "disable": "Desativar o chat", "disable-editing": "Desabilitar editar/apagar mensagem ", @@ -6,8 +7,10 @@ "max-length": "Tamanho máximo das mensagens de chat", "max-chat-room-name-length": "Maximum length of chat room names", "max-room-size": "Número máximo de usuários nas salas de chat", - "delay": "Tempo entre mensagens de chat em milisegundos", - "notification-delay": "Tempo de espera para notificação de mensagens de bate-papo. (0 para não esperar)", - "restrictions.seconds-edit-after": "Número de segundos que uma mensagem de chat permanecerá editável. (0 desligado)", - "restrictions.seconds-delete-after": "Número de segundos que uma mensagem de chat permanecerá deletável. (0 desligado)" + "delay": "Time between chat messages (ms)", + "newbieDelay": "... for new users (ms)", + "notification-delay": "Notification delay for chat messages", + "notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.", + "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.", + "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable." } \ No newline at end of file diff --git a/public/language/pt-BR/admin/settings/post.json b/public/language/pt-BR/admin/settings/post.json index 082c59257f..fac4a6ab28 100644 --- a/public/language/pt-BR/admin/settings/post.json +++ b/public/language/pt-BR/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "Title Length", "restrictions.post-length": "Post Length", "restrictions.days-until-stale": "Dias para que o tópico seja considerado antigo", - "restrictions.stale-help": "Se um tópico é considerado \"antigo\", então um aviso será exibido aos usuários que tentarem responder àquele tópico.", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "Timestamp", "timestamp.cut-off": "Data de corte (em dias)", "timestamp.cut-off-help": "Datas & horários serão exibidos de uma forma relativa (por exemplo: \"3 horas atrás\" / \"5 dias atrás\"), e de acordo com os mais diversos\n\t\t\t\t\tidiomas. Após um certo ponto, este texto pode ser trocado para mostrar a própria data local\n\t\t\t\t\t(por exemplo: 5 Nov 2016 15:30).
(Padrão: 30, ou um mês). Defina como 0 para sempre mostrar datas, deixe em branco para sempre mostrar horários relativos.", diff --git a/public/language/pt-BR/admin/settings/user.json b/public/language/pt-BR/admin/settings/user.json index f09c7dbc98..2127d1a844 100644 --- a/public/language/pt-BR/admin/settings/user.json +++ b/public/language/pt-BR/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "Nome de Usuário ou E-mail", "allow-login-with.username": "Apenas Nome de Usuário", "account-settings": "Configurações de Conta", - "gdpr_enabled": "Ativar coleta de consentimento do GDPR", - "gdpr_enabled_help": "Quando ativado, todos os novos registrantes serão obrigados a dar consentimento explícito para a coleta de dados e uso sob o General Data Protection Regulation (GDPR). Nota: Ativar o GDPR não força usuários pré-existentes a fornecer consentimento. Para fazer isso, você precisará instalar o plug-in GDPR.", + "gdpr-enabled": "Ativar coleta de consentimento do GDPR", + "gdpr-enabled-help": "Quando ativado, todos os novos registrantes serão obrigados a dar consentimento explícito para a coleta de dados e uso sob o General Data Protection Regulation (GDPR). Nota: Ativar o GDPR não força usuários pré-existentes a fornecer consentimento. Para fazer isso, você precisará instalar o plug-in GDPR.", "disable-username-changes": "Desabilitar mudança de nome de usuário", "disable-email-changes": "Desabilitar mudanças de e-mail", "disable-password-changes": "Desabilitar mudanças de senha", diff --git a/public/language/pt-BR/category.json b/public/language/pt-BR/category.json index d608582acc..8c6563791c 100644 --- a/public/language/pt-BR/category.json +++ b/public/language/pt-BR/category.json @@ -1,12 +1,12 @@ { "category": "Categoria", "subcategories": "Subcategorias", - "new_topic_button": "Novo Tópico", + "new-topic-button": "Novo Tópico", "guest-login-post": "Entre para postar", - "no_topics": "Não há tópicos nesta categoria.
Por que você não tenta postar um?", + "no-topics": "Não há tópicos nesta categoria.
Por que você não tenta postar um?", "browsing": "navegando", - "no_replies": "Ninguém respondeu", - "no_new_posts": "Não há nenhum post nesta categoria.", + "no-replies": "Ninguém respondeu", + "no-new-posts": "Não há nenhum post nesta categoria.", "watch": "Acompanhar", "ignore": "Ignorar", "watching": "Acompanhar", diff --git a/public/language/pt-BR/email.json b/public/language/pt-BR/email.json index 103a574191..221b03d810 100644 --- a/public/language/pt-BR/email.json +++ b/public/language/pt-BR/email.json @@ -3,8 +3,8 @@ "password-reset-requested": "Redefinição de Senha Solicitada!", "welcome-to": "Bem vindo a %1", "invite": "Convite de %1", - "greeting_no_name": "Olá", - "greeting_with_name": "Olà %1", + "greeting-no-name": "Olá", + "greeting-with-name": "Olà %1", "email.verify-your-email.subject": "Por favor, confirme o seu e-mail", "email.verify.text1": "You've requested that we change or confirm your email address", "email.verify.text2": "For security purposes, we only change or confirm the email address on file once its ownership has been confirmed via email. If you did not request this, no action is required on your part.", @@ -24,7 +24,7 @@ "reset.notify.text2": "Se você não autorizou isso, por favor notifique um administrador imediatamente.", "digest.unread-rooms": "Unread rooms", "digest.room-name-unreadcount": "%1 (%2 unread)", - "digest.latest_topics": "Últimos tópicos de %1", + "digest.latest-topics": "Últimos tópicos de %1", "digest.top-topics": "Tópicos principais de %1", "digest.popular-topics": "Tópicos populares de %1", "digest.cta": "Clique aqui para visitar %1", @@ -36,8 +36,8 @@ "digest.title.day": "Seu Resumo Diário", "digest.title.week": "Seu Resumo Semanal", "digest.title.month": "Seu Resumo Mensal", - "notif.chat.subject": "Nova mensagem de chat recebida de %1", - "notif.chat.public-chat-subject": "New message from %1 in room %2", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "Clique aqui para continuar a conversa", "notif.chat.unsub.info": "Esta notificação de chat foi enviada a você devido às suas configurações de assinatura.", "notif.post.unsub.info": "Esta notificação de postagem foi enviada para você devido as suas configurações de assinatura.", @@ -50,7 +50,7 @@ "test.text1": "Este é um e-mail de teste, para verificar que o enviador de emails está corretamente configurado no seu NodeBB.", "unsub.cta": "Clique aqui para alterar estas configurações", "unsubscribe": "desinscrever", - "unsub.success": " Você não receberá mais e-mails da lista de emails %1", + "unsub.success": "Você não receberá mais e-mails da lista de emails %1", "unsub.failure.title": "Unable to unsubscribe", "unsub.failure.message": "Unfortunately, we were not able to unsubscribe you from the mailing list, as there was an issue with the link. However, you can alter your email preferences by going to your user settings.

(error: %1)", "banned.subject": "Você foi banido de %1", diff --git a/public/language/pt-BR/error.json b/public/language/pt-BR/error.json index 30facbaa73..d8c53686a9 100644 --- a/public/language/pt-BR/error.json +++ b/public/language/pt-BR/error.json @@ -4,7 +4,7 @@ "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", "not-logged-in": "Você não parece estar logado.", - "account-locked": "Sua conta foi temporariamente bloqueada ", + "account-locked": "Sua conta foi temporariamente bloqueada", "search-requires-login": "É necessário ter uma conta para pesquisar - por favor efetue o login ou cadastre-se.", "goback": "Pressione voltar para retornar à página anterior", "invalid-cid": "ID de Categoria Inválido", @@ -184,6 +184,7 @@ "post-flagged-too-many-times": "Esta postagem já foi sinalizada por outras pessoas", "user-flagged-too-many-times": "Este usuário já foi sinalizado por outros", "cant-flag-privileged": "Você não tem permissão para sinalizar os perfis ou o conteúdo de usuários privilegiados (moderadores/moderadores globais/administradores)", + "cant-locate-flag-report": "Cannot locate flag report", "self-vote": "Você não pode votar no seu próprio post", "too-many-upvotes-today": "You can only upvote %1 times a day", "too-many-upvotes-today-user": "You can only upvote a user %1 times a day", diff --git a/public/language/pt-BR/flags.json b/public/language/pt-BR/flags.json index 9507b9a131..7a76c15595 100644 --- a/public/language/pt-BR/flags.json +++ b/public/language/pt-BR/flags.json @@ -1,5 +1,6 @@ { "state": "Estado", + "report": "Report", "reports": "Reportagens", "first-reported": "Primeiro Reportado", "no-flags": "Ihuul! Nenhuma sinalização encontrada.", @@ -8,6 +9,8 @@ "update": "Atualizar", "updated": "Atualizado", "resolved": "Resolvido", + "report-added": "Added", + "report-rescinded": "Rescinded", "target-purged": "O conteúdo ao qual essa sinalização se referia foi removido e não está mais disponível.", "target-aboutme-empty": "This user has no "About Me" set.", diff --git a/public/language/pt-BR/global.json b/public/language/pt-BR/global.json index af1aee0bf8..57cae5f925 100644 --- a/public/language/pt-BR/global.json +++ b/public/language/pt-BR/global.json @@ -13,19 +13,19 @@ "400.message": "It looks like this link is malformed, please double-check and try again.
Return to the home page.
", "register": "Cadastrar", "login": "Login", - "please_log_in": "Por Favor Efetue o Login", + "please-log-in": "Por Favor Efetue o Login", "logout": "Logout", - "posting_restriction_info": "A postagem está restrita apenas à membros registrados, clique aqui para logar.", - "welcome_back": "Bem-vindo de volta", - "you_have_successfully_logged_in": "Você logou com sucesso", - "save_changes": "Salvar Alterações", + "posting-restriction-info": "A postagem está restrita apenas à membros registrados, clique aqui para logar.", + "welcome-back": "Bem-vindo de volta", + "you-have-successfully-logged-in": "Você logou com sucesso", + "save-changes": "Salvar Alterações", "save": "Salvar", "create": "Create", "cancel": "Cancel", "close": "Fechar", "pagination": "Paginação", - "pagination.out_of": "%1 de %2", - "pagination.enter_index": "Go to post index", + "pagination.out-of": "%1 de %2", + "pagination.enter-index": "Go to post index", "header.admin": "Admin", "header.categories": "Categorias", "header.recent": "Recente", @@ -80,25 +80,25 @@ "lastpost": "Última postagem", "firstpost": "Primeira postagem", "about": "About", - "read_more": "ler mais", + "read-more": "ler mais", "more": "Mais", "none": "None", - "posted_ago_by_guest": "postado %1 por Visitante", - "posted_ago_by": "postado %1 por %2", - "posted_ago": "postou %1", - "posted_in": "postado em %1", - "posted_in_by": "postado em %1 por %2", - "posted_in_ago": "postado em %1 %2", - "posted_in_ago_by": "postado em %1 %2 por %3", - "user_posted_ago": "%1 postou %2", - "guest_posted_ago": "Visitante postou %1", - "last_edited_by": "última edição por %1", + "posted-ago-by-guest": "postado %1 por Visitante", + "posted-ago-by": "postado %1 por %2", + "posted-ago": "postou %1", + "posted-in": "postado em %1", + "posted-in-by": "postado em %1 por %2", + "posted-in-ago": "postado em %1 %2", + "posted-in-ago-by": "postado em %1 %2 por %3", + "user-posted-ago": "%1 postou %2", + "guest-posted-ago": "Visitante postou %1", + "last-edited-by": "última edição por %1", "edited-timestamp": "Edited %1", "norecentposts": "Nenhum Post Recente", "norecenttopics": "Sem Tópicos Recentes", "recentposts": "Posts Recentes", "recentips": "Recentemente Logado nos IPs", - "moderator_tools": "Ferramentas de Moderação", + "moderator-tools": "Ferramentas de Moderação", "status": "Status", "online": "Online", "away": "Ausente", @@ -109,7 +109,7 @@ "language": "Idioma", "guest": "Visitante", "guests": "Visitantes", - "former_user": "Um ex-usuário", + "former-user": "Um ex-usuário", "system-user": "Sistema", "unknown-user": "Usuário desconhecido", "updated.title": "Fórum Atualizado", @@ -117,12 +117,12 @@ "privacy": "Privacidade", "follow": "Seguir", "unfollow": "Deixar de seguir", - "delete_all": "Deletar Tudo", + "delete-all": "Deletar Tudo", "map": "Mapa", "sessions": "Sessões de Login", - "ip_address": "Endereço IP", - "enter_page_number": "Digite o número da página", - "upload_file": "Fazer upload de arquivo", + "ip-address": "Endereço IP", + "enter-page-number": "Digite o número da página", + "upload-file": "Fazer upload de arquivo", "upload": "Upload", "uploads": "Uploads", "allowed-file-types": "Os tipos de arquivo permitidos são %1", @@ -131,7 +131,7 @@ "play": "Executar", "cookies.message": "Este site usa cookies para garantir que você obtenha a melhor experiência em nosso site.", "cookies.accept": "Entendi!", - "cookies.learn_more": "Saber Mais", + "cookies.learn-more": "Saber Mais", "edited": "Editado", "disabled": "Desativado", "select": "Escolha", diff --git a/public/language/pt-BR/groups.json b/public/language/pt-BR/groups.json index 712d05104d..5d9bb312cd 100644 --- a/public/language/pt-BR/groups.json +++ b/public/language/pt-BR/groups.json @@ -2,65 +2,65 @@ "all-groups": "All groups", "groups": "Grupos", "members": "Members", - "view_group": "Ver Grupo", + "view-group": "Ver Grupo", "owner": "Dono do Grupo", - "new_group": "Criar Novo Grupo", - "no_groups_found": "Não há grupos para ver", + "new-group": "Criar Novo Grupo", + "no-groups-found": "Não há grupos para ver", "pending.accept": "Aceitar", "pending.reject": "Rejeitar", - "pending.accept_all": "Aceitar Todos", - "pending.reject_all": "Rejeitar Todos", + "pending.accept-all": "Aceitar Todos", + "pending.reject-all": "Rejeitar Todos", "pending.none": "Não há membros pendentes no momento", "invited.none": "Não há membros convidados no momento", "invited.uninvite": "Anular Convite", "invited.search": "Procure por um usuário para convidar para esse grupo", - "invited.notification_title": "Você foi convidado a participar de %1", - "request.notification_title": "Solicitação de Membro de Grupo de %1", - "request.notification_text": "%1 pediu para se tornar um membro de %2", + "invited.notification-title": "Você foi convidado a participar de %1", + "request.notification-title": "Solicitação de Membro de Grupo de %1", + "request.notification-text": "%1 pediu para se tornar um membro de %2", "cover-save": "Salvar", "cover-saving": "Salvando", "details.title": "Detalhes do Grupo", "details.members": "Lista de Membros", "details.pending": "Membros Pendentes", "details.invited": "Membros Convidados", - "details.has_no_posts": "Os membros deste grupo não fizeram quaisquer posts.", - "details.latest_posts": "Últimos Posts", + "details.has-no-posts": "Os membros deste grupo não fizeram quaisquer posts.", + "details.latest-posts": "Últimos Posts", "details.private": "Particular", "details.disableJoinRequests": "Desabilitar pedidos de participação", "details.disableLeave": "Impedir que usuários saiam do grupo", "details.grant": "Conceder/Retomar a Posse", "details.kick": "Chutar", - "details.kick_confirm": "Você tem certeza de que deseja remover este membro do grupo?", + "details.kick-confirm": "Você tem certeza de que deseja remover este membro do grupo?", "details.add-member": "Adicionar Membro", - "details.owner_options": "Administração do Grupo", - "details.group_name": "Nome do Grupo", - "details.member_count": "Número de Membros", - "details.creation_date": "Data de Criação", + "details.owner-options": "Administração do Grupo", + "details.group-name": "Nome do Grupo", + "details.member-count": "Número de Membros", + "details.creation-date": "Data de Criação", "details.description": "Descrição", "details.member-post-cids": "IDs de categoria das quais exibir postagens", - "details.badge_preview": "Visualização do Distintivo", - "details.change_icon": "Mudar Ícone", - "details.change_label_colour": "Alterar Cor do Rótulo", - "details.change_text_colour": "Alterar Cor do Texto", - "details.badge_text": "Texto da Badge", + "details.badge-preview": "Visualização do Distintivo", + "details.change-icon": "Mudar Ícone", + "details.change-label-colour": "Alterar Cor do Rótulo", + "details.change-text-colour": "Alterar Cor do Texto", + "details.badge-text": "Texto da Badge", "details.userTitleEnabled": "Mostrar Badge", - "details.private_help": "Se habilitado, a entrada nos grupos requer aprovação de um dos donos do grupo", + "details.private-help": "Se habilitado, a entrada nos grupos requer aprovação de um dos donos do grupo", "details.hidden": "Oculto", - "details.hidden_help": "Se habilitado, este grupo não se encontrará na listagem de grupos e os usuários terão de ser convivados manualmente", - "details.delete_group": "Deletar Grupo", - "details.private_system_help": "Grupos particulares estão desabilitados em escala de sistema, esta opção não é válida", + "details.hidden-help": "Se habilitado, este grupo não se encontrará na listagem de grupos e os usuários terão de ser convivados manualmente", + "details.delete-group": "Deletar Grupo", + "details.private-system-help": "Grupos particulares estão desabilitados em escala de sistema, esta opção não é válida", "event.updated": "Os detalhes do grupo foram atualizados", "event.deleted": "O grupo \"%1\" foi deletado", "membership.accept-invitation": "Aceitar Convite", - "membership.accept.notification_title": "Você agora é um membro de %1", + "membership.accept.notification-title": "Você agora é um membro de %1", "membership.invitation-pending": "Convite Pendente", "membership.join-group": "Entrar no Grupo", "membership.leave-group": "Deixar Grupo", - "membership.leave.notification_title": "%1 saiu do grupo %2", + "membership.leave.notification-title": "%1 saiu do grupo %2", "membership.reject": "Rejeitar", - "new-group.group_name": "Nome do Grupo:", + "new-group.group-name": "Nome do Grupo:", "upload-group-cover": "Fazer upload de capa do grupo", "bulk-invite-instructions": "Digite uma lista, separada por vírgulas, de nomes usuários para convidar para este grupo", "bulk-invite": "Convite em Massa", - "remove_group_cover_confirm": "Tem certeza de que deseja remover a imagem de capa?" + "remove-group-cover-confirm": "Tem certeza de que deseja remover a imagem de capa?" } \ No newline at end of file diff --git a/public/language/pt-BR/login.json b/public/language/pt-BR/login.json index d4ad3be6d0..36e88e683d 100644 --- a/public/language/pt-BR/login.json +++ b/public/language/pt-BR/login.json @@ -1,12 +1,12 @@ { "username-email": "Nome de usuário / Email", "username": "Nome de usuário", - "remember_me": "Lembrar de Mim?", - "forgot_password": "Esqueceu a Senha?", - "alternative_logins": "Logins Alternativos", - "failed_login_attempt": "Falha no Login", - "login_successful": "Você logou com sucesso!", - "dont_have_account": "Não tem uma conta?", + "remember-me": "Lembrar de Mim?", + "forgot-password": "Esqueceu a Senha?", + "alternative-logins": "Logins Alternativos", + "failed-login-attempt": "Falha no Login", + "login-successful": "Você logou com sucesso!", + "dont-have-account": "Não tem uma conta?", "logged-out-due-to-inactivity": "Você saiu do Painel de Controle de Administração devido à inatividade", "caps-lock-enabled": "Caps Lock está ligada" } \ No newline at end of file diff --git a/public/language/pt-BR/modules.json b/public/language/pt-BR/modules.json index b46522d21b..3ae0e95eae 100644 --- a/public/language/pt-BR/modules.json +++ b/public/language/pt-BR/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "Room %1", - "chat.chatting_with": "Conversar com", + "chat.chatting-with": "Conversar com", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Go to most recent message", @@ -8,12 +8,15 @@ "chat.chat-with-usernames": "Chat with %1", "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Enviar", - "chat.no_active": "Você não tem chats ativos.", - "chat.user_typing": "%1 está digitando ...", - "chat.user_has_messaged_you": "%1 te enviou uma mensagem.", + "chat.no-active": "Você não tem chats ativos.", + "chat.user-typing-1": "%1 is typing ...", + "chat.user-typing-2": "%1 and %2 are typing ...", + "chat.user-typing-3": "%1, %2 and %3 are typing ...", + "chat.user-typing-n": "%1, %2 and %3 others are typing ...", + "chat.user-has-messaged-you": "%1 te enviou uma mensagem.", "chat.replying-to": "Replying to %1", - "chat.see_all": "All chats", - "chat.mark_all_read": "Mark all read", + "chat.see-all": "All chats", + "chat.mark-all-read": "Mark all read", "chat.no-messages": "Por favor, escolha um destinatário para visualizar o histórico de conversas", "chat.no-users-in-room": "Nenhum usuário nesta sala", "chat.recent-chats": "Conversas Recentes", @@ -24,12 +27,16 @@ "chat.pop-out": "Pop-out o chat", "chat.minimize": "Minimizar", "chat.maximize": "Maximizar", - "chat.seven_days": "7 Dias", - "chat.thirty_days": "30 Dias", - "chat.three_months": "3 Meses", - "chat.delete_message_confirm": "Tem certeza que deseja excluir esta mensagem?", + "chat.seven-days": "7 Dias", + "chat.thirty-days": "30 Dias", + "chat.three-months": "3 Meses", + "chat.delete-message-confirm": "Tem certeza que deseja excluir esta mensagem?", "chat.retrieving-users": "Carregando usuários", "chat.view-users-list": "View users list", + "chat.pinned-messages": "Pinned Messages", + "chat.no-pinned-messages": "There are no pinned messages", + "chat.pin-message": "Pin Message", + "chat.unpin-message": "Unpin Message", "chat.public-rooms": "Public Rooms (%1)", "chat.private-rooms": "Private Rooms (%1)", "chat.create-room": "Create Chat Room", @@ -67,17 +74,24 @@ "chat.system.user-leave": "%1 has left the room ", "chat.system.room-rename": "%2 has renamed this room to \"%1\" ", "composer.compose": "Compor", - "composer.show_preview": "Exibir Pré-visualização", - "composer.hide_preview": "Esconder Pré-visualização", + "composer.show-preview": "Exibir Pré-visualização", + "composer.hide-preview": "Esconder Pré-visualização", "composer.help": "Help", - "composer.user_said_in": "%1 disse em %2:", - "composer.user_said": "%1 disse:", + "composer.user-said-in": "%1 disse em %2:", + "composer.user-said": "%1 disse:", "composer.discard": "Tem certeza que deseja descartar essa postagem?", - "composer.submit_and_lock": "Enviar e Trancar", - "composer.toggle_dropdown": "Alternar Dropdown", + "composer.submit-and-lock": "Enviar e Trancar", + "composer.toggle-dropdown": "Alternar Dropdown", "composer.uploading": "Enviando %1", "composer.formatting.bold": "Negrito", "composer.formatting.italic": "Itálico", + "composer.formatting.heading": "Heading", + "composer.formatting.heading1": "Heading 1", + "composer.formatting.heading2": "Heading 2", + "composer.formatting.heading3": "Heading 3", + "composer.formatting.heading4": "Heading 4", + "composer.formatting.heading5": "Heading 5", + "composer.formatting.heading6": "Heading 6", "composer.formatting.list": "Lista", "composer.formatting.strikethrough": "Riscado", "composer.formatting.code": "Código", @@ -85,9 +99,10 @@ "composer.formatting.picture": "Image Link", "composer.upload-picture": "Fazer upload de Imagem", "composer.upload-file": "Fazer upload de Arquivo", - "composer.zen_mode": "Modo Zen", - "composer.select_category": "Escolha uma categoria", + "composer.zen-mode": "Modo Zen", + "composer.select-category": "Escolha uma categoria", "composer.textarea.placeholder": "Insira o conteúdo da sua postagem aqui, arraste e solte as imagens", + "composer.post-queue-alert": "Hello👋!
This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.", "composer.schedule-for": "Agendar tópico para", "composer.schedule-date": "Data", "composer.schedule-time": "Hora", @@ -102,8 +117,8 @@ "bootbox.confirm": "Confirmar", "bootbox.submit": "Submit", "bootbox.send": "Send", - "cover.dragging_title": "Posicionamento da Foto de Capa", - "cover.dragging_message": "Arraste a foto de capa na posição desejada e clique em \"Salvar\"", + "cover.dragging-title": "Posicionamento da Foto de Capa", + "cover.dragging-message": "Arraste a foto de capa na posição desejada e clique em \"Salvar\"", "cover.saved": "Imagem de foto da capa e posição foram gravadas", "thumbs.modal.title": "Gerenciar miniaturas do tópico", "thumbs.modal.no-thumbs": "Nenhuma miniatura encontrada.", diff --git a/public/language/pt-BR/notifications.json b/public/language/pt-BR/notifications.json index e7ee816335..2a1ecdc7cf 100644 --- a/public/language/pt-BR/notifications.json +++ b/public/language/pt-BR/notifications.json @@ -1,59 +1,68 @@ { "title": "Notificações", - "no_notifs": "Você não tem nenhuma notificação nova", - "see_all": "All notifications", - "mark_all_read": "Mark all read", - "back_to_home": "Voltar para %1", - "outgoing_link": "Link Externo", - "outgoing_link_message": "Você está saindo de %1", - "continue_to": "Continuar para %1", - "return_to": "Voltar para %1", - "new_notification": "Você tem uma nova notificação", - "you_have_unread_notifications": "Você possui notificações não lidas.", + "no-notifs": "Você não tem nenhuma notificação nova", + "see-all": "All notifications", + "mark-all-read": "Mark all read", + "back-to-home": "Voltar para %1", + "outgoing-link": "Link Externo", + "outgoing-link-message": "Você está saindo de %1", + "continue-to": "Continuar para %1", + "return-to": "Voltar para %1", + "new-notification": "Você tem uma nova notificação", + "you-have-unread-notifications": "Você possui notificações não lidas.", "all": "Tudo", "topics": "Tópicos", + "tags": "Tags", "replies": "Respostas", "chat": "Conversas", "group-chat": "Group Chats", "public-chat": "Public Chats", "follows": "Seguindo", "upvote": "Votos positivos", + "awards": "Awards", "new-flags": "Novas Sinalizações", "my-flags": "Sinalizações designadas a mim", "bans": "Banimentos", - "new_message_from": "Nova mensagem de %1", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1 deu voto positivo para seu post em %2.", - "upvoted_your_post_in_dual": "%1 e %2 deram voto positivo ao seu post em %3.", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "%1 moveu seu post para %2", - "moved_your_topic": "%1 se mudou %2", - "user_flagged_post_in": "%1 sinalizou um post em %2", - "user_flagged_post_in_dual": "%1 e %2 sinalizaram um post em %3", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1 sinalizou um perfil de usuário (%2)", - "user_flagged_user_dual": "%1 e %2 sinalizaram um perfil de usuário (%3)", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "%1 postou uma resposta para: %2", - "user_posted_to_dual": "%1 e %2 postaram respostas para: %3", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1 postou um novo tópico: %2", - "user_edited_post": "%1 editou um post em %2", - "user_started_following_you": "%1 começou a seguir você.", - "user_started_following_you_dual": "%1 e %2 começaram a lhe acompanhar.", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1 lhe enviou um pedido de cadastro.", - "new_register_multiple": "Há %1 pedidos de registro aguardando revisão.", - "flag_assigned_to_you": "A Sinalização %1
foi atribuída a você", - "post_awaiting_review": "Post aguardando revisão", + "new-message-from": "Nova mensagem de %1", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 wrote in %3", + "user-posted-in-public-room-dual": "%1 and %2 wrote in %4", + "user-posted-in-public-room-triple": "%1, %2 and %3 wrote in %5", + "user-posted-in-public-room-multiple": "%1, %2 and %3 others wrote in %5", + "upvoted-your-post-in": "%1 deu voto positivo para seu post em %2.", + "upvoted-your-post-in-dual": "%1 e %2 deram voto positivo ao seu post em %3.", + "upvoted-your-post-in-triple": "%1, %2 and %3 have upvoted your post in %4.", + "upvoted-your-post-in-multiple": "%1, %2 and %3 others have upvoted your post in %4.", + "moved-your-post": "%1 moveu seu post para %2", + "moved-your-topic": "%1 se mudou %2", + "user-flagged-post-in": "%1 sinalizou um post em %2", + "user-flagged-post-in-dual": "%1 e %2 sinalizaram um post em %3", + "user-flagged-post-in-triple": "%1, %2 and %3 flagged a post in %4", + "user-flagged-post-in-multiple": "%1, %2 and %3 others flagged a post in %4", + "user-flagged-user": "%1 sinalizou um perfil de usuário (%2)", + "user-flagged-user-dual": "%1 e %2 sinalizaram um perfil de usuário (%3)", + "user-flagged-user-triple": "%1, %2 and %3 flagged a user profile (%4)", + "user-flagged-user-multiple": "%1, %2 and %3 others flagged a user profile (%4)", + "user-posted-to": "%1 postou uma resposta para: %2", + "user-posted-to-dual": "%1 e %2 postaram respostas para: %3", + "user-posted-to-triple": "%1, %2 and %3 have posted replies to: %4", + "user-posted-to-multiple": "%1, %2 and %3 others have posted replies to: %4", + "user-posted-topic": "%1 postou um novo tópico: %2", + "user-edited-post": "%1 editou um post em %2", + "user-posted-topic-with-tag": "%1 has posted a new topic with tag %2", + "user-posted-topic-with-tag-dual": "%1 has posted a new topic with tags %2 and %3", + "user-posted-topic-with-tag-triple": "%1 has posted a new topic with tags %2, %3 and %4", + "user-posted-topic-with-tag-multiple": "%1 has posted a new topic with tags %2", + "user-started-following-you": "%1 começou a seguir você.", + "user-started-following-you-dual": "%1 e %2 começaram a lhe acompanhar.", + "user-started-following-you-triple": "%1, %2 and %3 started following you.", + "user-started-following-you-multiple": "%1, %2 and %3 others started following you.", + "new-register": "%1 lhe enviou um pedido de cadastro.", + "new-register-multiple": "Há %1 pedidos de registro aguardando revisão.", + "flag-assigned-to-you": "A Sinalização %1
foi atribuída a você", + "post-awaiting-review": "Post aguardando revisão", "profile-exported": "%1 perfil exportado, clique para fazer download", "posts-exported": "%1 posts exportados, clique para fazer download", "uploads-exported": "%1 uploads exportados, clique para fazer download", @@ -66,22 +75,24 @@ "email-confirm-error-message": "Houve um problema ao validar o seu endereço de email. Talvez o código era invalido ou tenha expirado.", "email-confirm-sent": "Email de confirmação enviado.", "none": "Nenhum", - "notification_only": "Apenas Notificações", - "email_only": "Apenas E-mail", - "notification_and_email": "Notificações e E-mail", - "notificationType_upvote": "Quando alguém dá um voto positivo em seu post", - "notificationType_new-topic": "Quando alguém que você segue posta um tópico", - "notificationType_new-reply": "Quando uma nova resposta é postada em um tópico que você está acompanhando", - "notificationType_post-edit": "Quando uma postagem é editada em um tópico que você está assistindo", - "notificationType_follow": "Quando alguém começar a seguir você", - "notificationType_new-chat": "Quando você receber uma mensagem de chat", - "notificationType_new-group-chat": "Quando você recebe uma mensagem de chat em grupo", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "Quando você receber um convite para um grupo", - "notificationType_group-leave": "Quando um usuário sai do seu grupo", - "notificationType_group-request-membership": "Quando alguém pede para participar de um grupo que você é dono", - "notificationType_new-register": "Quando alguém for adicionado à fila de registro", - "notificationType_post-queue": "Quando um novo post entrar na fila", - "notificationType_new-post-flag": "Quando um post for marcado", - "notificationType_new-user-flag": "Quando um usuário for marcado" + "notification-only": "Apenas Notificações", + "email-only": "Apenas E-mail", + "notification-and-email": "Notificações e E-mail", + "notificationType-upvote": "Quando alguém dá um voto positivo em seu post", + "notificationType-new-topic": "Quando alguém que você segue posta um tópico", + "notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow", + "notificationType-new-reply": "Quando uma nova resposta é postada em um tópico que você está acompanhando", + "notificationType-post-edit": "Quando uma postagem é editada em um tópico que você está assistindo", + "notificationType-follow": "Quando alguém começar a seguir você", + "notificationType-new-chat": "Quando você receber uma mensagem de chat", + "notificationType-new-group-chat": "Quando você recebe uma mensagem de chat em grupo", + "notificationType-new-public-chat": "When you receive a public group chat message", + "notificationType-group-invite": "Quando você receber um convite para um grupo", + "notificationType-group-leave": "Quando um usuário sai do seu grupo", + "notificationType-group-request-membership": "Quando alguém pede para participar de um grupo que você é dono", + "notificationType-new-register": "Quando alguém for adicionado à fila de registro", + "notificationType-post-queue": "Quando um novo post entrar na fila", + "notificationType-new-post-flag": "Quando um post for marcado", + "notificationType-new-user-flag": "Quando um usuário for marcado", + "notificationType-new-reward": "When you earn a new reward" } \ No newline at end of file diff --git a/public/language/pt-BR/pages.json b/public/language/pt-BR/pages.json index db5265fcd0..7970240236 100644 --- a/public/language/pt-BR/pages.json +++ b/public/language/pt-BR/pages.json @@ -47,7 +47,8 @@ "account/latest-posts": "Última postagem realizada por %1", "account/topics": "Tópicos criados por %1", "account/groups": "Grupos de %1", - "account/watched_categories": "Categorias Acompanhadas por %1", + "account/watched-categories": "Categorias Acompanhadas por %1", + "account/watched-tags": "%1's Watched Tags", "account/bookmarks": "Posts Favoritos de %1's", "account/settings": "Configurações de Usuário", "account/settings-of": "Changing settings of %1", diff --git a/public/language/pt-BR/recent.json b/public/language/pt-BR/recent.json index c654f353bf..1d71b1e8d3 100644 --- a/public/language/pt-BR/recent.json +++ b/public/language/pt-BR/recent.json @@ -5,7 +5,7 @@ "month": "Mês", "year": "Ano", "alltime": "Todos os Tempos", - "no_recent_topics": "Não há tópicos recentes.", - "no_popular_topics": "Não há tópicos populares.", + "no-recent-topics": "Não há tópicos recentes.", + "no-popular-topics": "Não há tópicos populares.", "load-new-posts": "Load new posts" } \ No newline at end of file diff --git a/public/language/pt-BR/register.json b/public/language/pt-BR/register.json index c7da4ca56e..4fde763f64 100644 --- a/public/language/pt-BR/register.json +++ b/public/language/pt-BR/register.json @@ -1,32 +1,32 @@ { "register": "Cadastrar", "already-have-account": "Already have an account?", - "cancel_registration": "Cancelar Cadastro", + "cancel-registration": "Cancelar Cadastro", "help.email": "Por padrão, seu e-mail ficará oculto ao público.", - "help.username_restrictions": "Um nome de usuário único entre %1 e %2 caracteres. Os outros poderão te mencionar digitando @usuário.", - "help.minimum_password_length": "Sua senha tem que ter no mínimo %1 caracteres.", - "email_address": "Endereço de Email", - "email_address_placeholder": "Digite seu Email", + "help.username-restrictions": "Um nome de usuário único entre %1 e %2 caracteres. Os outros poderão te mencionar digitando @usuário.", + "help.minimum-password-length": "Sua senha tem que ter no mínimo %1 caracteres.", + "email-address": "Endereço de Email", + "email-address-placeholder": "Digite seu Email", "username": "Nome de Usuário", - "username_placeholder": "Digite seu Nome de Usuário", + "username-placeholder": "Digite seu Nome de Usuário", "password": "Senha", - "password_placeholder": "Digite sua Senha", - "confirm_password": "Confirmar Senha", - "confirm_password_placeholder": "Confirmar Senha", - "register_now_button": "Registrar Agora", - "alternative_registration": "Cadastro Alternativo", - "terms_of_use": "Termos de Uso", - "agree_to_terms_of_use": "Eu concordo com os Termos de Uso", - "terms_of_use_error": "Você deve concordar com os Termos de Uso", + "password-placeholder": "Digite sua Senha", + "confirm-password": "Confirmar Senha", + "confirm-password-placeholder": "Confirmar Senha", + "register-now-button": "Registrar Agora", + "alternative-registration": "Cadastro Alternativo", + "terms-of-use": "Termos de Uso", + "agree-to-terms-of-use": "Eu concordo com os Termos de Uso", + "terms-of-use-error": "Você deve concordar com os Termos de Uso", "registration-added-to-queue": "O seu cadastro foi adicionado à fila de aprovação. Você receberá um email quando ele for aceito por um administrador.", "registration-queue-average-time": "Nosso tempo médio para aprovação de associações é de %1 horas e %2 minutos.", "registration-queue-auto-approve-time": "Sua associação a este fórum será totalmente ativada em até %1 horas.", "interstitial.intro": "We'd like some additional information in order to update your account…", "interstitial.intro-new": "Gostaríamos de solicitar alguma informação adicional antes de criar sua conta…", "interstitial.errors-found": "Please review the entered information:", - "gdpr_agree_data": "Eu concordo com a coleta e o processamento de minhas informações pessoais neste site.", - "gdpr_agree_email": "Eu concordo em receber e-mails de resumo e notificação deste site.", - "gdpr_consent_denied": "Você deve autorizar não só que este site colete e processe suas informações, como também de permitir que este envie e-mails para você.", + "gdpr-agree-data": "Eu concordo com a coleta e o processamento de minhas informações pessoais neste site.", + "gdpr-agree-email": "Eu concordo em receber e-mails de resumo e notificação deste site.", + "gdpr-consent-denied": "Você deve autorizar não só que este site colete e processe suas informações, como também de permitir que este envie e-mails para você.", "invite.error-admin-only": "O registro direto do usuário foi desativado. Entre em contato com um administrador para obter mais detalhes.", "invite.error-invite-only": "O registro direto do usuário foi desativado. Você deve ser convidado por um usuário existente para acessar este fórum.", "invite.error-invalid-data": "Os dados cadastrais recebidos não correspondem aos nossos registros. Entre em contato com um administrador para obter mais detalhes" diff --git a/public/language/pt-BR/reset_password.json b/public/language/pt-BR/reset_password.json index a455018695..95390e148d 100644 --- a/public/language/pt-BR/reset_password.json +++ b/public/language/pt-BR/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "Redefinir Senha", - "update_password": "Alterar Senha", - "password_changed.title": "Senha Alterada", - "password_changed.message": "

Senha redefinida com sucesso, por favor efetue login novamente.", - "wrong_reset_code.title": "Código de Reconfiguração incorreto", - "wrong_reset_code.message": "O código de reconfiguração recebido estava incorreto. Por favor tente novamente, ou peça um novo código de reconfiguração.", - "new_password": "Nova Senha", - "repeat_password": "Confirmar Senha", - "changing_password": "Mudando Senha", - "enter_email": "Por favor digite seu endereço de email e nós iremos lhe enviar em email com instruções de como reconfigurar a sua conta.", - "enter_email_address": "Digite seu Email", - "password_reset_sent": "Se o endereço especificado corresponder a uma conta de usuário existente, um e-mail de redefinição de senha será enviado. Observe que apenas um e-mail será enviado por minuto.", - "invalid_email": "Email Inválido / Email não existe!", - "password_too_short": "A senha entrada é muito curta, por favor escolha uma senha diferente.", - "passwords_do_not_match": "As duas senhas que você digitou não combinam.", - "password_expired": "A sua senha expirou, por favor escolha uma nova senha" + "reset-password": "Redefinir Senha", + "update-password": "Alterar Senha", + "password-changed.title": "Senha Alterada", + "password-changed.message": "

Senha redefinida com sucesso, por favor efetue login novamente.", + "wrong-reset-code.title": "Código de Reconfiguração incorreto", + "wrong-reset-code.message": "O código de reconfiguração recebido estava incorreto. Por favor tente novamente, ou peça um novo código de reconfiguração.", + "new-password": "Nova Senha", + "repeat-password": "Confirmar Senha", + "changing-password": "Mudando Senha", + "enter-email": "Por favor digite seu endereço de email e nós iremos lhe enviar em email com instruções de como reconfigurar a sua conta.", + "enter-email-address": "Digite seu Email", + "password-reset-sent": "Se o endereço especificado corresponder a uma conta de usuário existente, um e-mail de redefinição de senha será enviado. Observe que apenas um e-mail será enviado por minuto.", + "invalid-email": "Email Inválido / Email não existe!", + "password-too-short": "A senha entrada é muito curta, por favor escolha uma senha diferente.", + "passwords-do-not-match": "As duas senhas que você digitou não combinam.", + "password-expired": "A sua senha expirou, por favor escolha uma nova senha" } \ No newline at end of file diff --git a/public/language/pt-BR/rewards.json b/public/language/pt-BR/rewards.json new file mode 100644 index 0000000000..f923cf1500 --- /dev/null +++ b/public/language/pt-BR/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "You have been awarded %1 reputation", + "awarded-group-membership": "You have been added to the group %1", + + "essentials/user.reputation-conditional-value": "(Reputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Post Count %1 %2)", + "essentials/user.lastonline-conditional-value": "(Last Online %1 %2)", + "essentials/user.joindate-conditional-value": "(Join Date %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Days Registered %1 %2)" +} \ No newline at end of file diff --git a/public/language/pt-BR/search.json b/public/language/pt-BR/search.json index b0a77975dc..cfc9a28478 100644 --- a/public/language/pt-BR/search.json +++ b/public/language/pt-BR/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Type to search", - "results_matching": "%1 resultado(s) contendo \"%2\", (%3 segundos)", + "results-matching": "%1 resultado(s) contendo \"%2\", (%3 segundos)", "no-matches": "Nenhum resultado encontrado", "advanced-search": "Pesquisa Avançada", "in": "Em", diff --git a/public/language/pt-BR/tags.json b/public/language/pt-BR/tags.json index e44cabe24f..09bffc5684 100644 --- a/public/language/pt-BR/tags.json +++ b/public/language/pt-BR/tags.json @@ -1,11 +1,17 @@ { "all-tags": "All tags", - "no_tag_topics": "Não há tópicos com esta tag.", + "no-tag-topics": "Não há tópicos com esta tag.", "no-tags-found": "No tags found", "tags": "Tags", - "enter_tags_here": "Digite as tags aqui, entre %1 e %2 caracteres cada.", - "enter_tags_here_short": "Digite tags...", - "no_tags": "Ainda não há tags.", - "select_tags": "Selecionar Tags", - "tag-whitelist": "Tag Whitelist" + "enter-tags-here": "Digite as tags aqui, entre %1 e %2 caracteres cada.", + "enter-tags-here-short": "Digite tags...", + "no-tags": "Ainda não há tags.", + "select-tags": "Selecionar Tags", + "tag-whitelist": "Tag Whitelist", + "watching": "Watching", + "not-watching": "Not Watching", + "watching.description": "Notify me of new topics.", + "not-watching.description": "Do not notify me of new topics.", + "following-tag.message": "You will now be receiving notifications when somebody posts a topic with this tag.", + "not-following-tag.message": "You will not receive notifications when somebody posts a topic with this tag." } \ No newline at end of file diff --git a/public/language/pt-BR/themes/harmony.json b/public/language/pt-BR/themes/harmony.json index f915155306..5e0a65f946 100644 --- a/public/language/pt-BR/themes/harmony.json +++ b/public/language/pt-BR/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page", "settings.autohideBottombar": "Auto hide bottom bar", "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down", + "settings.openSidebars": "Open sidebars", "settings.chatModals": "Enable chat modals" } \ No newline at end of file diff --git a/public/language/pt-BR/top.json b/public/language/pt-BR/top.json index b8a05bfa5f..6e1e05674e 100644 --- a/public/language/pt-BR/top.json +++ b/public/language/pt-BR/top.json @@ -1,4 +1,4 @@ { "title": "Top", - "no_top_topics": "No top topics" + "no-top-topics": "No top topics" } \ No newline at end of file diff --git a/public/language/pt-BR/topic.json b/public/language/pt-BR/topic.json index bcd91e3566..15b371f558 100644 --- a/public/language/pt-BR/topic.json +++ b/public/language/pt-BR/topic.json @@ -1,20 +1,20 @@ { "topic": "Tópico", "title": "Título", - "no_topics_found": "Nenhum tópico encontrado!", - "no_posts_found": "Nenhum post encontrado!", - "post_is_deleted": "Este post está deletado!", - "topic_is_deleted": "Este tópico foi deletado!", + "no-topics-found": "Nenhum tópico encontrado!", + "no-posts-found": "Nenhum post encontrado!", + "post-is-deleted": "Este post está deletado!", + "topic-is-deleted": "Este tópico foi deletado!", "profile": "Perfil", - "posted_by": "Postado por %1", - "posted_by_guest": "Postado por Visitante", + "posted-by": "Postado por %1", + "posted-by-guest": "Postado por Visitante", "chat": "Chat", - "notify_me": "Seja notificado de novas respostas nesse tópico", + "notify-me": "Seja notificado de novas respostas nesse tópico", "quote": "Citar", "reply": "Responder", - "replies_to_this_post": "%1 Respostas", - "one_reply_to_this_post": "1 Resposta", - "last_reply_time": "Última resposta", + "replies-to-this-post": "%1 Respostas", + "one-reply-to-this-post": "1 Resposta", + "last-reply-time": "Última resposta", "reply-as-topic": "Responder como tópico", "guest-login-reply": "Entre para responder", "login-to-view": "🔒 Entre para ver", @@ -64,129 +64,130 @@ "user-referenced-topic-on": "%1 referenced this topic on %3", "user-forked-topic-ago": "%1 forked this topic %3", "user-forked-topic-on": "%1 forked this topic on %3", - "bookmark_instructions": "Clique aqui para retornar ao último post lido neste tópico.", + "bookmark-instructions": "Clique aqui para retornar ao último post lido neste tópico.", "flag-post": "Marque este post", "flag-user": "Marque este usuário", "already-flagged": "Já marcado", "view-flag-report": "Ver Relatório da Sinalização", "resolve-flag": "Resolver marcação", - "merged_message": "Este tópico foi fundido com %2", - "deleted_message": "Este tópico foi deletado. Apenas usuários com privilégios de moderação de tópico podem vê-lo.", - "following_topic.message": "Agora você receberá notificações quando alguém responder este tópico.", - "not_following_topic.message": "Você verá este tópico na lista de tópicos não-lidos, mas você não receberá notificações quando alguém postar no tópico.", - "ignoring_topic.message": "Você não verá mais este tópico na lista de tópicos não lidos. Você será notificado quando você for mencionado ou sua postagem for votada positivamente.", - "login_to_subscribe": "Por favor se cadastre ou entre para assinar à este tópico.", + "merged-message": "Este tópico foi fundido com %2", + "forked-message": "This topic was forked from %2", + "deleted-message": "Este tópico foi deletado. Apenas usuários com privilégios de moderação de tópico podem vê-lo.", + "following-topic.message": "Agora você receberá notificações quando alguém responder este tópico.", + "not-following-topic.message": "Você verá este tópico na lista de tópicos não-lidos, mas você não receberá notificações quando alguém postar no tópico.", + "ignoring-topic.message": "Você não verá mais este tópico na lista de tópicos não lidos. Você será notificado quando você for mencionado ou sua postagem for votada positivamente.", + "login-to-subscribe": "Por favor se cadastre ou entre para assinar à este tópico.", "markAsUnreadForAll.success": "Tópico marcado como não lido para todos.", - "mark_unread": "Marcar como não lido", - "mark_unread.success": "Tópico marcado como não lido.", + "mark-unread": "Marcar como não lido", + "mark-unread.success": "Tópico marcado como não lido.", "watch": "Acompanhar", "unwatch": "Desacompanhar", "watch.title": "Seja notificado sobre novas respostas neste tópico", "unwatch.title": "Parar de acompanhar este tópico", - "share_this_post": "Compartilhar este Post", + "share-this-post": "Compartilhar este Post", "watching": "Acompanhar", "not-watching": "Não Acompanhar", "ignoring": "Ignorando", "watching.description": "Me notificar de novas respostas.
Mostrar tópico em não-lidos.", "not-watching.description": "Não me notificar de novas respostas.
Mostrar tópico em não-lido se a categoria não estiver sendo ignorada.", "ignoring.description": "Não me notificar de novas respostas.
Não mostrar tópico em não-lido.", - "thread_tools.title": "Ferramentas de Tópico", - "thread_tools.markAsUnreadForAll": "Marcar como não lido para todos", - "thread_tools.pin": "Fixar Tópico", - "thread_tools.unpin": "Desfixar Tópico", - "thread_tools.lock": "Trancar Tópico", - "thread_tools.unlock": "Destrancar Tópico", - "thread_tools.move": "Mover Tópico", - "thread_tools.move-posts": "Mover Posts", - "thread_tools.move_all": "Mover Tudo", - "thread_tools.change_owner": "Trocar proprietário", - "thread_tools.select_category": "Escolha a Categoria", - "thread_tools.fork": "Ramificar Tópico", - "thread_tools.tag": "Tag Topic", - "thread_tools.delete": "Deletar Tópico", - "thread_tools.delete-posts": "Deletar Posts", - "thread_tools.delete_confirm": "Tem certeza que deseja excluir este tópico?", - "thread_tools.restore": "Restaurar Tópico", - "thread_tools.restore_confirm": "Tem certeza que deseja restaurar este tópico?", - "thread_tools.purge": "Expurgar Tópico", - "thread_tools.purge_confirm": "Tem certeza que deseja expurgar este tópico? ", - "thread_tools.merge_topics": "Mesclar Tópicos", - "thread_tools.merge": "Merge Topic", - "topic_move_success": "Este tópico será movido para '% 1' em breve. Clique aqui para desfazer.", - "topic_move_multiple_success": "Esses tópicos serão movidos para '%1' em breve. Clique aqui para desfazer.", - "topic_move_all_success": "Todos os tópicos serão movidos para '%1' em breve. Clique aqui para desfazer.", - "topic_move_undone": "Movimento de tópico desfeito", - "topic_move_posts_success": "As postagens serão movidas em breve. Clique aqui para desfazer.", - "topic_move_posts_undone": "Movimentação de post desfeita", - "post_delete_confirm": "Tem certeza que deseja deletar este post?", - "post_restore_confirm": "Tem certeza que deseja restaurar este post?", - "post_purge_confirm": "Tem certeza que deseja expurgar este post?", + "thread-tools.title": "Ferramentas de Tópico", + "thread-tools.markAsUnreadForAll": "Marcar como não lido para todos", + "thread-tools.pin": "Fixar Tópico", + "thread-tools.unpin": "Desfixar Tópico", + "thread-tools.lock": "Trancar Tópico", + "thread-tools.unlock": "Destrancar Tópico", + "thread-tools.move": "Mover Tópico", + "thread-tools.move-posts": "Mover Posts", + "thread-tools.move-all": "Mover Tudo", + "thread-tools.change-owner": "Trocar proprietário", + "thread-tools.select-category": "Escolha a Categoria", + "thread-tools.fork": "Ramificar Tópico", + "thread-tools.tag": "Tag Topic", + "thread-tools.delete": "Deletar Tópico", + "thread-tools.delete-posts": "Deletar Posts", + "thread-tools.delete-confirm": "Tem certeza que deseja excluir este tópico?", + "thread-tools.restore": "Restaurar Tópico", + "thread-tools.restore-confirm": "Tem certeza que deseja restaurar este tópico?", + "thread-tools.purge": "Expurgar Tópico", + "thread-tools.purge-confirm": "Tem certeza que deseja expurgar este tópico?", + "thread-tools.merge-topics": "Mesclar Tópicos", + "thread-tools.merge": "Merge Topic", + "topic-move-success": "Este tópico será movido para '% 1' em breve. Clique aqui para desfazer.", + "topic-move-multiple-success": "Esses tópicos serão movidos para '%1' em breve. Clique aqui para desfazer.", + "topic-move-all-success": "Todos os tópicos serão movidos para '%1' em breve. Clique aqui para desfazer.", + "topic-move-undone": "Movimento de tópico desfeito", + "topic-move-posts-success": "As postagens serão movidas em breve. Clique aqui para desfazer.", + "topic-move-posts-undone": "Movimentação de post desfeita", + "post-delete-confirm": "Tem certeza que deseja deletar este post?", + "post-restore-confirm": "Tem certeza que deseja restaurar este post?", + "post-purge-confirm": "Tem certeza que deseja expurgar este post?", "pin-modal-expiry": "Data de expiração", "pin-modal-help": "Você pode, opcionalmente, definir uma data de validade para o(s) tópico(s) fixado(s) aqui. Como alternativa, você pode deixar este campo em branco para que o tópico permaneça fixado até que seja liberado manualmente.", - "load_categories": "Carregando Categorias", - "confirm_move": "Mover", - "confirm_fork": "Ramificar", + "load-categories": "Carregando Categorias", + "confirm-move": "Mover", + "confirm-fork": "Ramificar", "bookmark": "Favorito", "bookmarks": "Favoritos", - "bookmarks.has_no_bookmarks": "Você ainda não adicionou quaisquer posts aos favoritos.", + "bookmarks.has-no-bookmarks": "Você ainda não adicionou quaisquer posts aos favoritos.", "copy-permalink": "Copy Permalink", - "loading_more_posts": "Carregando Mais Posts", - "move_topic": "Mover Tópico", - "move_topics": "Mover Tópicos", - "move_post": "Mover Post", - "post_moved": "Post movido!", - "fork_topic": "Ramificar Tópico", + "loading-more-posts": "Carregando Mais Posts", + "move-topic": "Mover Tópico", + "move-topics": "Mover Tópicos", + "move-post": "Mover Post", + "post-moved": "Post movido!", + "fork-topic": "Ramificar Tópico", "enter-new-topic-title": "Insira o novo título do tópico", - "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", - "fork_no_pids": "Nenhum post selecionado!", + "fork-topic-instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", + "fork-no-pids": "Nenhum post selecionado!", "no-posts-selected": "Nenhum post selecionado!", "x-posts-selected": "%1 post(s) selecionados", "x-posts-will-be-moved-to-y": "%1 post(s) serão movidos para \"%2\"", - "fork_pid_count": "%1 post(s) selecionado(s)", - "fork_success": "Tópico ramificado com sucesso! Clique aqui para ir ao tópico ramificado.", - "delete_posts_instruction": "Clique nos posts que você deseja deletar/limpar", - "merge_topics_instruction": "Clique nos tópicos que deseja mesclar ou pesquise por eles", + "fork-pid-count": "%1 post(s) selecionado(s)", + "fork-success": "Tópico ramificado com sucesso! Clique aqui para ir ao tópico ramificado.", + "delete-posts-instruction": "Clique nos posts que você deseja deletar/limpar", + "merge-topics-instruction": "Clique nos tópicos que deseja mesclar ou pesquise por eles", "merge-topic-list-title": "Lista de tópicos para mesclar", "merge-options": "Mesclar opções", "merge-select-main-topic": "Escolher o tópico principal", "merge-new-title-for-topic": "Novo título para o tópico", "topic-id": "ID do Tópico", - "move_posts_instruction": "Clique nas postagens que deseja mover e insira um ID de tópico ou vá para o tópico de destino", - "move_topic_instruction": "Select the target category and then click move", - "change_owner_instruction": "Clique na postagem que você quer associar a outro usuário", - "composer.title_placeholder": "Digite aqui o título para o seu tópico...", - "composer.handle_placeholder": "Digite seu nome/usuário aqui", + "move-posts-instruction": "Clique nas postagens que deseja mover e insira um ID de tópico ou vá para o tópico de destino", + "move-topic-instruction": "Select the target category and then click move", + "change-owner-instruction": "Clique na postagem que você quer associar a outro usuário", + "composer.title-placeholder": "Digite aqui o título para o seu tópico...", + "composer.handle-placeholder": "Digite seu nome/usuário aqui", "composer.hide": "Hide", "composer.discard": "Descartar", "composer.submit": "Enviar", "composer.additional-options": "Additional Options", "composer.post-later": "Post Later", "composer.schedule": "Agendar", - "composer.replying_to": "Respondendo para %1", - "composer.new_topic": "Novo Tópico", + "composer.replying-to": "Respondendo para %1", + "composer.new-topic": "Novo Tópico", "composer.editing-in": "Editing post in %1", "composer.uploading": "enviando...", - "composer.thumb_url_label": "Cole o endereço de um thumbnail para o tópico", - "composer.thumb_title": "Adicionar um thumbnail para este tópico", - "composer.thumb_url_placeholder": "http://example.com/thumb.png", - "composer.thumb_file_label": "Ou envie um arquivo", - "composer.thumb_remove": "Limpar campos", - "composer.drag_and_drop_images": "Clique e Arraste Imagens Para Cá", - "more_users_and_guests": "%1 mais usuário(s) e %2 visitante(s)", - "more_users": "%1 mais usuário(s)", - "more_guests": "%1 mais visitante(s)", - "users_and_others": "%1 e %2 outros", - "sort_by": "Ordenar por", - "oldest_to_newest": "Mais Antigo para Mais Recente", - "newest_to_oldest": "Mais Recente para Mais Antigo", - "most_votes": "Mais Votados", - "most_posts": "Mais Postagens", - "most_views": "Most Views", + "composer.thumb-url-label": "Cole o endereço de um thumbnail para o tópico", + "composer.thumb-title": "Adicionar um thumbnail para este tópico", + "composer.thumb-url-placeholder": "http://example.com/thumb.png", + "composer.thumb-file-label": "Ou envie um arquivo", + "composer.thumb-remove": "Limpar campos", + "composer.drag-and-drop-images": "Clique e Arraste Imagens Para Cá", + "more-users-and-guests": "%1 mais usuário(s) e %2 visitante(s)", + "more-users": "%1 mais usuário(s)", + "more-guests": "%1 mais visitante(s)", + "users-and-others": "%1 e %2 outros", + "sort-by": "Ordenar por", + "oldest-to-newest": "Mais Antigo para Mais Recente", + "newest-to-oldest": "Mais Recente para Mais Antigo", + "most-votes": "Mais Votados", + "most-posts": "Mais Postagens", + "most-views": "Most Views", "stale.title": "Criar um novo tópico ao invés disso?", "stale.warning": "O tópico que você está respondendo é bem antigo. Você gostaria de criar um novo tópico ao invés disso, e referenciá-lo em sua resposta?", "stale.create": "Criar um novo tópico", - "stale.reply_anyway": "Responder à este tópico assim mesmo", - "link_back": "Re: [%1](%2)", + "stale.reply-anyway": "Responder à este tópico assim mesmo", + "link-back": "Re: [%1](%2)", "diffs.title": "Histórico de Edição do Post", "diffs.description": "Este post foi revisado %1 vezes. Clique em uma das revisões abaixo para ver o conteúdo da postagem naquele momento.", "diffs.no-revisions-description": "Este post foi revisado %1 vezes.", @@ -197,8 +198,8 @@ "diffs.post-restored": "Postagem restaurada com sucesso para a revisão anterior", "diffs.delete": "Excluir esta revisão", "diffs.deleted": "Revisão excluída", - "timeago_later": "%1 depois", - "timeago_earlier": "%1 mais cedo", + "timeago-later": "%1 depois", + "timeago-earlier": "%1 mais cedo", "first-post": "Primeiro post", "last-post": "Último post", "go-to-my-next-post": "Go to my next post", diff --git a/public/language/pt-BR/unread.json b/public/language/pt-BR/unread.json index a0a998c319..e68274c8a4 100644 --- a/public/language/pt-BR/unread.json +++ b/public/language/pt-BR/unread.json @@ -1,12 +1,12 @@ { "title": "Não Lido", - "no_unread_topics": "Não há tópicos não lidos.", - "load_more": "Carregar Mais", - "mark_as_read": "Marcar como Lido", + "no-unread-topics": "Não há tópicos não lidos.", + "load-more": "Carregar Mais", + "mark-as-read": "Marcar como Lido", "selected": "Selecionado", "all": "Todos", - "all_categories": "Todas as categorias", - "topics_marked_as_read.success": "Tópicos marcados como lidos!", + "all-categories": "Todas as categorias", + "topics-marked-as-read.success": "Tópicos marcados como lidos!", "all-topics": "Todos os Tópicos", "new-topics": "Novos Tópicos", "watched-topics": "Topicos Acompanhados", diff --git a/public/language/pt-BR/user.json b/public/language/pt-BR/user.json index 481152fc24..4d9d3be3f9 100644 --- a/public/language/pt-BR/user.json +++ b/public/language/pt-BR/user.json @@ -7,22 +7,22 @@ "joindate": "Data de Entrada", "postcount": "Número de Posts", "email": "Email", - "confirm_email": "Confirmar Email", - "account_info": "Informações da Conta", - "admin_actions_label": "Ações Administrativas", - "ban_account": "Banir Conta", - "ban_account_confirm": "Você realmente quer banir esse usuario?", - "unban_account": "Desbanir Conta", - "mute_account": "Mute Account", - "unmute_account": "Unmute Account", - "delete_account": "Deletar Conta", - "delete_account_as_admin": "Deletar Conta", - "delete_content": "Excluir Conteúdo da Conta", - "delete_all": "Deletar Conta e Conteúdo", - "delete_account_confirm": "Você tem certeza que você quer anonimizar os seus posts e excluir a sua conta?
Esta ação é irreversível e você não poderá recuperar quaisquer dos seus dados

Entre com a sua senha para confirmar que você quer destruir esta conta.", - "delete_this_account_confirm": "Tem certeza de que deseja excluir esta conta, deixando seu conteúdo para trás?
Esta ação é irreversível, as postagens serão feitas anônimas e você não poderá restaurar associações de postagens com a conta excluída

", - "delete_account_content_confirm": "Tem certeza de que deseja excluir o conteúdo desta conta (postagens/tópicos/uploads)?
Esta ação é irreversível e você não poderá recuperar quaisquer dados

", - "delete_all_confirm": "Tem certeza de que deseja excluir esta conta e todo o seu conteúdo (postagens/tópicos/uploads)?
Esta ação é irreversível e você não será capaz de recuperar nenhum dado

", + "confirm-email": "Confirmar Email", + "account-info": "Informações da Conta", + "admin-actions-label": "Ações Administrativas", + "ban-account": "Banir Conta", + "ban-account-confirm": "Você realmente quer banir esse usuario?", + "unban-account": "Desbanir Conta", + "mute-account": "Mute Account", + "unmute-account": "Unmute Account", + "delete-account": "Deletar Conta", + "delete-account-as-admin": "Deletar Conta", + "delete-content": "Excluir Conteúdo da Conta", + "delete-all": "Deletar Conta e Conteúdo", + "delete-account-confirm": "Você tem certeza que você quer anonimizar os seus posts e excluir a sua conta?
Esta ação é irreversível e você não poderá recuperar quaisquer dos seus dados

Entre com a sua senha para confirmar que você quer destruir esta conta.", + "delete-this-account-confirm": "Tem certeza de que deseja excluir esta conta, deixando seu conteúdo para trás?
Esta ação é irreversível, as postagens serão feitas anônimas e você não poderá restaurar associações de postagens com a conta excluída

", + "delete-account-content-confirm": "Tem certeza de que deseja excluir o conteúdo desta conta (postagens/tópicos/uploads)?
Esta ação é irreversível e você não poderá recuperar quaisquer dados

", + "delete-all-confirm": "Tem certeza de que deseja excluir esta conta e todo o seu conteúdo (postagens/tópicos/uploads)?
Esta ação é irreversível e você não será capaz de recuperar nenhum dado

", "account-deleted": "Conta excluída", "account-content-deleted": "Conteúdo da conta excluído", "fullname": "Nome Completo", @@ -32,11 +32,12 @@ "joined": "Cadastrou", "lastonline": "Última vez Online", "profile": "Perfil", - "profile_views": "Visualizações de perfil", + "profile-views": "Visualizações de perfil", "reputation": "Reputação", "bookmarks": "Favoritos", - "watched_categories": "Categorias acompanhadas", - "change_all": "Mudar Tudo", + "watched-categories": "Categorias acompanhadas", + "watched-tags": "Watched tags", + "change-all": "Mudar Tudo", "watched": "Acompanhado", "ignored": "Ignorado", "default-category-watch-state": "Configuração padrão em relação a acompanhar as novidades das categorias", @@ -44,83 +45,84 @@ "following": "Seguindo", "blocks": "Bloqueados", "blocked-users": "Blocked users", - "block_toggle": "Alternar Bloqueio", - "block_user": "Bloquear Usuário", - "unblock_user": "Desbloquear Usuário", + "block-toggle": "Alternar Bloqueio", + "block-user": "Bloquear Usuário", + "unblock-user": "Desbloquear Usuário", "aboutme": "Sobre mim", "signature": "Assinatura", "birthday": "Aniversário", "chat": "Chat", - "chat_with": "Continuar a conversa com %1", - "new_chat_with": "Iniciar uma nova conversa com %1", + "chat-with": "Continuar a conversa com %1", + "new-chat-with": "Iniciar uma nova conversa com %1", "flag-profile": "Perfil da Sinalização", "follow": "Seguir", "unfollow": "Deixar de Seguir", "more": "Mais", - "profile_update_success": "O Perfil foi atualizado com sucesso!", - "change_picture": "Alterar Foto", - "change_username": "Mudar nome de usuário", - "change_email": "Mudar email", - "email_same_as_password": "Por favor, digite a sua senha atual para continuar – você digitou o seu novo e-mail novamente", + "profile-update-success": "O Perfil foi atualizado com sucesso!", + "change-picture": "Alterar Foto", + "change-username": "Mudar nome de usuário", + "change-email": "Mudar email", + "email-updated": "Email Updated", + "email-same-as-password": "Por favor, digite a sua senha atual para continuar – você digitou o seu novo e-mail novamente", "edit": "Editar", "edit-profile": "Editar Perfil", - "default_picture": "Ícone Padrão", - "uploaded_picture": "Foto Carregada", - "upload_new_picture": "Carregar Nova Foto", - "upload_new_picture_from_url": "Enviar Nova Foto Por URL", - "current_password": "Senha Atual", - "new_password": "New Password", - "change_password": "Alterar Senha", - "change_password_error": "Senha Inválida!", - "change_password_error_wrong_current": "Sua senha atual está incorreta!", - "change_password_error_match": "As senhas devem conferir!", - "change_password_error_privileges": "Você não possui permissões para alterar esta senha.", - "change_password_success": "Sua senha foi alterada!", - "confirm_password": "Confirmar Senha", + "default-picture": "Ícone Padrão", + "uploaded-picture": "Foto Carregada", + "upload-new-picture": "Carregar Nova Foto", + "upload-new-picture-from-url": "Enviar Nova Foto Por URL", + "current-password": "Senha Atual", + "new-password": "New Password", + "change-password": "Alterar Senha", + "change-password-error": "Senha Inválida!", + "change-password-error-wrong-current": "Sua senha atual está incorreta!", + "change-password-error-match": "As senhas devem conferir!", + "change-password-error-privileges": "Você não possui permissões para alterar esta senha.", + "change-password-success": "Sua senha foi alterada!", + "confirm-password": "Confirmar Senha", "password": "Senha", - "username_taken_workaround": "O nome de usuário que você escolheu já existia, então nós o alteramos um pouquinho. Agora você é conhecido como %1", - "password_same_as_username": "A sua senha é igual ao seu nome de usuário, por favor escolha outra senha.", - "password_same_as_email": "A sua senha é igual ao seu e-mail. Por favor, escolha outra senha.", - "weak_password": "Senha fraca.", - "upload_picture": "Carregar Foto", - "upload_a_picture": "Carregue uma Foto", - "remove_uploaded_picture": "Remover Foto Enviada", - "upload_cover_picture": "Fazer upload de imagem de capa ", - "remove_cover_picture_confirm": "Tem certeza que deseja remover a imagem de capa?", - "crop_picture": "Cortar imagem", - "upload_cropped_picture": "Cortar e enviar", + "username-taken-workaround": "O nome de usuário que você escolheu já existia, então nós o alteramos um pouquinho. Agora você é conhecido como %1", + "password-same-as-username": "A sua senha é igual ao seu nome de usuário, por favor escolha outra senha.", + "password-same-as-email": "A sua senha é igual ao seu e-mail. Por favor, escolha outra senha.", + "weak-password": "Senha fraca.", + "upload-picture": "Carregar Foto", + "upload-a-picture": "Carregue uma Foto", + "remove-uploaded-picture": "Remover Foto Enviada", + "upload-cover-picture": "Fazer upload de imagem de capa", + "remove-cover-picture-confirm": "Tem certeza que deseja remover a imagem de capa?", + "crop-picture": "Cortar imagem", + "upload-cropped-picture": "Cortar e enviar", "avatar-background-colour": "Cor de fundo do avatar", "settings": "Configurações", - "show_email": "Mostrar Meu Email", - "show_fullname": "Mostrar Meu Nome Completo", - "restrict_chats": "Permitir mensagens de chat apenas para usuários que eu sigo", - "digest_label": "Assinar ao Resumo", - "digest_description": "Assinar para receber atualizações por email deste fórum (novas notificações e tópicos) de acordo com um calendário definido", - "digest_off": "Desativado", - "digest_daily": "Diariamente", - "digest_weekly": "Semanalmente", - "digest_biweekly": "Bi-Weekly", - "digest_monthly": "Mensalmente", - "has_no_follower": "Este usuário não possui seguidores :(", - "follows_no_one": "Este usuário não está seguindo ninguém :(", - "has_no_posts": "Esse usuário ainda não postou nada.", - "has_no_best_posts": "This user does not have any upvoted posts yet.", - "has_no_topics": "Esse usuário ainda não postou quaisquer tópicos.", - "has_no_watched_topics": "Esse usuário ainda não acompanhou quaisquer tópicos.", - "has_no_ignored_topics": "O usuário ainda não ignorou nenhum tópico.", - "has_no_upvoted_posts": "Este usuário ainda não votou positivamente em quaisquer posts.", - "has_no_downvoted_posts": "Este usuário ainda não votou negativamente em quaisquer posts.", - "has_no_controversial_posts": "This user does not have any downvoted posts yet.", - "has_no_blocks": "Você não bloqueou nenhum usuário.", - "email_hidden": "E-mail Oculto", + "show-email": "Mostrar Meu Email", + "show-fullname": "Mostrar Meu Nome Completo", + "restrict-chats": "Permitir mensagens de chat apenas para usuários que eu sigo", + "digest-label": "Assinar ao Resumo", + "digest-description": "Assinar para receber atualizações por email deste fórum (novas notificações e tópicos) de acordo com um calendário definido", + "digest-off": "Desativado", + "digest-daily": "Diariamente", + "digest-weekly": "Semanalmente", + "digest-biweekly": "Bi-Weekly", + "digest-monthly": "Mensalmente", + "has-no-follower": "Este usuário não possui seguidores :(", + "follows-no-one": "Este usuário não está seguindo ninguém :(", + "has-no-posts": "Esse usuário ainda não postou nada.", + "has-no-best-posts": "This user does not have any upvoted posts yet.", + "has-no-topics": "Esse usuário ainda não postou quaisquer tópicos.", + "has-no-watched-topics": "Esse usuário ainda não acompanhou quaisquer tópicos.", + "has-no-ignored-topics": "O usuário ainda não ignorou nenhum tópico.", + "has-no-upvoted-posts": "Este usuário ainda não votou positivamente em quaisquer posts.", + "has-no-downvoted-posts": "Este usuário ainda não votou negativamente em quaisquer posts.", + "has-no-controversial-posts": "This user does not have any downvoted posts yet.", + "has-no-blocks": "Você não bloqueou nenhum usuário.", + "email-hidden": "E-mail Oculto", "hidden": "oculto", - "paginate_description": "Paginar tópicos ao invés de utilizar em vez de usar rolagem infinita.", - "topics_per_page": "Tópicos por Página", - "posts_per_page": "Posts por Página", + "paginate-description": "Paginar tópicos ao invés de utilizar em vez de usar rolagem infinita.", + "topics-per-page": "Tópicos por Página", + "posts-per-page": "Posts por Página", "category-topic-sort": "Category topic sort", "topic-post-sort": "Topic post sort", - "max_items_per_page": "No máximo %1", - "acp_language": "Idioma da Página de Administrador", + "max-items-per-page": "No máximo %1", + "acp-language": "Idioma da Página de Administrador", "notifications": "Notificações", "upvote-notif-freq": "Frequência de Notificação de Votos Positivos", "upvote-notif-freq.all": "Todos os Votos Positivos", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "A cada 10, 100, 1000...", "upvote-notif-freq.disabled": "Desativado", "browsing": "Configurações de Navegação", - "open_links_in_new_tab": "Abrir links externos em nova aba", - "enable_topic_searching": "Habilitar Pesquisa dentro de Tópico", - "topic_search_help": "Se habilitado, a pesquisa dentro do tópico irá substituir a pesquisa padrão do seu navegador. Assim, você poderá pesquisar pelo tópico inteiro, e não apenas pelo o que está sendo exibido na tela.", - "update_url_with_post_index": "Atualizar url com índice de postagem enquanto navega pelos tópicos", - "scroll_to_my_post": "Ao responder um tópico, role a página até a minha postagem", - "follow_topics_you_reply_to": "Acompanhar os tópicos que você responde", - "follow_topics_you_create": "Acompanhar os tópicos que você cria", + "open-links-in-new-tab": "Abrir links externos em nova aba", + "enable-topic-searching": "Habilitar Pesquisa dentro de Tópico", + "topic-search-help": "Se habilitado, a pesquisa dentro do tópico irá substituir a pesquisa padrão do seu navegador. Assim, você poderá pesquisar pelo tópico inteiro, e não apenas pelo o que está sendo exibido na tela.", + "update-url-with-post-index": "Atualizar url com índice de postagem enquanto navega pelos tópicos", + "scroll-to-my-post": "Ao responder um tópico, role a página até a minha postagem", + "follow-topics-you-reply-to": "Acompanhar os tópicos que você responde", + "follow-topics-you-create": "Acompanhar os tópicos que você cria", "grouptitle": "Título do Grupo", "group-order-help": "Selecione um grupo e use as setas para ordenar os títulos", "no-group-title": "Sem título de grupo", @@ -145,9 +147,9 @@ "no-skin": "No Skin", "select-homepage": "Selecione uma página inicial", "homepage": "Página inicial", - "homepage_description": "Selecione uma página para usar como página inicial do fórum ou 'Nenhum' para usar a página inicial padrão.", - "custom_route": "Rota da página inicial personalizada", - "custom_route_help": "Insira um nome de rota aqui, sem nenhuma barra no final (por exemplo, 'recente' ou 'categoria/2/discussao-geral')", + "homepage-description": "Selecione uma página para usar como página inicial do fórum ou 'Nenhum' para usar a página inicial padrão.", + "custom-route": "Rota da página inicial personalizada", + "custom-route-help": "Insira um nome de rota aqui, sem nenhuma barra no final (por exemplo, 'recente' ou 'categoria/2/discussao-geral')", "sso.title": "Logar por outros Serviços", "sso.associated": "Associado com", "sso.not-associated": "Clique aqui para associar com", @@ -179,25 +181,25 @@ "consent.title": "Seus direitos & Consentimento", "consent.lead": "Este fórum da comunidade coleta e processa suas informações pessoais.", "consent.intro": "Nós usamos estas informações estritamente para personalizar a sua experiência nesta comunidade, assim como vincular as postagens que você faz à sua conta de usuário. Durante o processo de registro, foi solicitado apenas um usuário e um endereço de e-mail. No entanto, se desejar, você também pode fornecer informações adicionais para completar o seu perfil de usuário.

Enquanto sua conta de usuário existir, nós guardaremos estas informações, porém, você tem a possibilidade de retirar este consentimento a qualquer momento e, para isso, basta excluir a conta. A qualquer momento, você pode requisitar uma cópia da sua contribuição para este site, através da sua página de Direitos & Consentimento.

Se você tem alguma dúvida ou preocupação, nós o aconselhamos a entrar em contato com a equipe administrativa deste fórum.", - "consent.email_intro": "Ocasionalmente, nós poderemos mandar e-mails para o e-mail usado no registro para fornecer atualizações e/ou para notificá-lo sobre novas atividades que são importantes para você. Você tanto pode customizar a frequência destes resumos (inclusive desativá-los imediatamente), bem como selecionar quais tipos de notificações que você deseja receber por e-mail, através da página de configurações de usuário.", - "consent.digest_frequency": "A menos que seja explicitamente alterada nas configurações do usuário, essa comunidade fornece resumos por e-mail a cada %1.", - "consent.digest_off": "A menos que seja explicitamente alterada nas configurações do usuário, essa comunidade não envia resumos por e-mail", + "consent.email-intro": "Ocasionalmente, nós poderemos mandar e-mails para o e-mail usado no registro para fornecer atualizações e/ou para notificá-lo sobre novas atividades que são importantes para você. Você tanto pode customizar a frequência destes resumos (inclusive desativá-los imediatamente), bem como selecionar quais tipos de notificações que você deseja receber por e-mail, através da página de configurações de usuário.", + "consent.digest-frequency": "A menos que seja explicitamente alterada nas configurações do usuário, essa comunidade fornece resumos por e-mail a cada %1.", + "consent.digest-off": "A menos que seja explicitamente alterada nas configurações do usuário, essa comunidade não envia resumos por e-mail", "consent.received": "Você autorizou este site a coletar e a processar os seus dados. Nenhuma ação adicional é necessária.", - "consent.not_received": "Você não autorizou a coleta e o processamento dos seus dados. A qualquer momento, a administração deste site pode optar por excluir sua conta para se tornar compatível com o Regulamento Geral sobre a Proteção de Dados.", + "consent.not-received": "Você não autorizou a coleta e o processamento dos seus dados. A qualquer momento, a administração deste site pode optar por excluir sua conta para se tornar compatível com o Regulamento Geral sobre a Proteção de Dados.", "consent.give": "Dar o consentimento", - "consent.right_of_access": "Você tem o Direito de Acessar", - "consent.right_of_access_description": "Você tem o direito de acessar todos os dados coletados por este site mediante solicitação. Você pode recuperar uma cópia desses dados clicando no botão apropriado abaixo.", - "consent.right_to_rectification": "Você tem o Direito de Retificar", - "consent.right_to_rectification_description": "Você tem o direito de alterar ou atualizar quaisquer dados imprecisos fornecidos a nós. Seu perfil pode ser atualizado editando seu perfil e postar conteúdo sempre pode ser editado. Se esse não for o caso, entre em contato com a equipe administrativa do site.", - "consent.right_to_erasure": "Você tem o Direito de Apagar", - "consent.right_to_erasure_description": "A qualquer momento, você pode revogar o consentimento à coleta e/ou ao processamento de dados excluindo sua conta. Seu perfil individual pode ser excluído, no entanto, as suas postagens serão mantidas. Se você desejar deletar tanto a sua conta e as suas postagens, por favor, entre em contato com a equipe administrativa deste site.", - "consent.right_to_data_portability": "Você tem o Direito de Portabilidade de Dados", - "consent.right_to_data_portability_description": "Você pode solicitar de nós uma exportação legível por máquina de quaisquer dados coletados sobre você e sua conta. Você pode fazer isso clicando no botão apropriado abaixo.", - "consent.export_profile": "Exportar Perfil (.json)", + "consent.right-of-access": "Você tem o Direito de Acessar", + "consent.right-of-access-description": "Você tem o direito de acessar todos os dados coletados por este site mediante solicitação. Você pode recuperar uma cópia desses dados clicando no botão apropriado abaixo.", + "consent.right-to-rectification": "Você tem o Direito de Retificar", + "consent.right-to-rectification-description": "Você tem o direito de alterar ou atualizar quaisquer dados imprecisos fornecidos a nós. Seu perfil pode ser atualizado editando seu perfil e postar conteúdo sempre pode ser editado. Se esse não for o caso, entre em contato com a equipe administrativa do site.", + "consent.right-to-erasure": "Você tem o Direito de Apagar", + "consent.right-to-erasure-description": "A qualquer momento, você pode revogar o consentimento à coleta e/ou ao processamento de dados excluindo sua conta. Seu perfil individual pode ser excluído, no entanto, as suas postagens serão mantidas. Se você desejar deletar tanto a sua conta e as suas postagens, por favor, entre em contato com a equipe administrativa deste site.", + "consent.right-to-data-portability": "Você tem o Direito de Portabilidade de Dados", + "consent.right-to-data-portability-description": "Você pode solicitar de nós uma exportação legível por máquina de quaisquer dados coletados sobre você e sua conta. Você pode fazer isso clicando no botão apropriado abaixo.", + "consent.export-profile": "Exportar Perfil (.json)", "consent.export-profile-success": "Exporting profile, you will get a notification when it is complete.", - "consent.export_uploads": "Exportar Arquivos Enviados (.zip)", + "consent.export-uploads": "Exportar Arquivos Enviados (.zip)", "consent.export-uploads-success": "Exportando uploads, você receberá uma notificação quando estiver concluído.", - "consent.export_posts": "Exportar Posts (.csv)", + "consent.export-posts": "Exportar Posts (.csv)", "consent.export-posts-success": "Exportando postagens, você receberá uma notificação quando estiver concluído.", "emailUpdate.intro": "Por gentileza, insira sua de e-mail abaixo. O fórum usa sua conta de e-mail para enviar resumos programados e notificações, assim como para resgatar sua senha, se a esqueceu.", "emailUpdate.optional": "This field is optional. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.", diff --git a/public/language/pt-BR/users.json b/public/language/pt-BR/users.json index f2afb427c7..282fb46d5e 100644 --- a/public/language/pt-BR/users.json +++ b/public/language/pt-BR/users.json @@ -1,13 +1,13 @@ { "all-users": "All Users", - "latest_users": "Últimos Usuários", - "top_posters": "Principais Participantes", - "most_reputation": "Maior Reputação", - "most_flags": "Mais Sinalizações", + "latest-users": "Últimos Usuários", + "top-posters": "Principais Participantes", + "most-reputation": "Maior Reputação", + "most-flags": "Mais Sinalizações", "search": "Pesquisar", - "enter_username": "Digite um nome de usuário para pesquisar", + "enter-username": "Digite um nome de usuário para pesquisar", "search-user-for-chat": "Search for a user to start chat", - "load_more": "Carregar Mais", + "load-more": "Carregar Mais", "users-found-search-took": "%1 usuário(s) encontrado(s)! A pesquisa levou %2 segundos.", "filter-by": "Filtrar Por", "online-only": "Apenas Online", @@ -15,10 +15,10 @@ "prompt-email": "E-mails:", "groups-to-join": "Grupos a serem inscritos quando o convite é aceito:", "invitation-email-sent": "Um email de convite foi enviado para %1", - "user_list": "Lista de Usuários", - "recent_topics": "Tópicos Recentes", - "popular_topics": "Tópicos Populares", - "unread_topics": "Topicos Não-Lidos", + "user-list": "Lista de Usuários", + "recent-topics": "Tópicos Recentes", + "popular-topics": "Tópicos Populares", + "unread-topics": "Topicos Não-Lidos", "categories": "Categorias", "tags": "Tags", "no-users-found": "Nenhum usuário encontrado!" diff --git a/public/language/pt-PT/admin/advanced/database.json b/public/language/pt-PT/admin/advanced/database.json index f48cefd48d..eeb445d3b5 100644 --- a/public/language/pt-PT/admin/advanced/database.json +++ b/public/language/pt-PT/admin/advanced/database.json @@ -17,7 +17,7 @@ "mongo.file-size": "Tamanho do Ficheiro", "mongo.resident-memory": "Resident Memory", "mongo.virtual-memory": "Memória Virtual", - "mongo.mapped-memory": "Memória Mapeada", + "mongo.mapped-memory": "Mapped Memory", "mongo.bytes-in": "Bytes Recebidos", "mongo.bytes-out": "Bytes Enviados", "mongo.num-requests": "Número de Pedidos", diff --git a/public/language/pt-PT/admin/advanced/events.json b/public/language/pt-PT/admin/advanced/events.json index 3063f1dbc2..cf244ff23c 100644 --- a/public/language/pt-PT/admin/advanced/events.json +++ b/public/language/pt-PT/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "Tipo de Evento", "filter-start": "Data de Início", "filter-end": "Data de Fim", - "filter-perPage": "Por Página" + "filter-per-page": "Por Página" } \ No newline at end of file diff --git a/public/language/pt-PT/admin/extend/widgets.json b/public/language/pt-PT/admin/extend/widgets.json index 6073eb2adc..f3c1c84836 100644 --- a/public/language/pt-PT/admin/extend/widgets.json +++ b/public/language/pt-PT/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "No widgets found! Activate the widget essentials plugin in the plugins control panel.", "clone-from": "Clonar widgets de", "containers.available": "Containers Disponíveis", - "containers.explanation": "Arrasta e solta em cima de qualquer widget ativo", + "containers.explanation": "Drag and drop on top of any widget", "containers.none": "Nada", "container.well": "Well", "container.jumbotron": "Jumbotron", @@ -29,5 +29,7 @@ "hide-from-groups": "Ocultar dos grupos", "start-date": "Start date", "end-date": "End date", - "hide-on-mobile": "Ocultar em telemóvel" + "hide-on-mobile": "Ocultar em telemóvel", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/pt-PT/admin/manage/privileges.json b/public/language/pt-PT/admin/manage/privileges.json index 2182c8a472..47071155e4 100644 --- a/public/language/pt-PT/admin/manage/privileges.json +++ b/public/language/pt-PT/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "Edit Privileges", "select-clear-all": "Select/Clear All", "chat": "Conversa", + "chat-with-privileged": "Chat with Privileged", "upload-images": "Enviar Imagens", "upload-files": "Enviar Ficheiros", "signature": "Assinatura", @@ -33,7 +34,7 @@ "edit-posts": "Editar Publicações", "view-edit-history": "Ver Histórico de Edições", "delete-posts": "Apagar Publicações", - "view_deleted": "Ver Publicações Eliminadas", + "view-deleted": "Ver Publicações Eliminadas", "upvote-posts": "Votar positivamente", "downvote-posts": "Votar negativamente", "delete-topics": "Apagar Tópicos", diff --git a/public/language/pt-PT/admin/manage/users.json b/public/language/pt-PT/admin/manage/users.json index 948989505a..c59c0f1b11 100644 --- a/public/language/pt-PT/admin/manage/users.json +++ b/public/language/pt-PT/admin/manage/users.json @@ -4,16 +4,21 @@ "edit": "Actions", "make-admin": "Tornar Administrador", "remove-admin": "Remover Administrador", + "change-email": "Change Email", + "new-email": "New Email", "validate-email": "Validar E-mail", "send-validation-email": "Enviar Validação de E-mail", + "change-password": "Change Password", "password-reset-email": "Enviar E-mail de Reposição de Palavra-passe", "force-password-reset": "Force Password Reset & Log User Out", - "ban": "Banir Utilizador(es)", + "ban": "Ban", + "ban-users": "Ban User(s)", "temp-ban": "Banir Utilizador(es) Temporariamente", "unban": "Desbanir Utilizador(es)", "reset-lockout": "Redefinir Bloqueio", "reset-flags": "Redefinir Denúncias", - "delete": "Eliminar Utilizador(es)", + "delete": "Delete", + "delete-users": "Delete User(s)", "delete-content": "Eliminar Conteúdo do(s) Utilizador(es)", "purge": "Eliminar Utilizador(es) e os seus Conteúdos", "download-csv": "Transferir CSV", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "Banir %1 utilizador(es)", "alerts.unban-success": "Utilizador(es) desbanido(s)!", "alerts.lockout-reset-success": "Bloqueio(s) redefinido(s)!", + "alerts.password-change-success": "Password(s) changed!", "alerts.flag-reset-success": "Denúncia(s) redefinida(s)!", "alerts.no-remove-yourself-admin": "Não podes remover a ti próprio como Administrador!", "alerts.make-admin-success": "O utilizador é agora um administrador.", @@ -106,6 +112,7 @@ "alerts.create": "Criar Utilizador", "alerts.button-create": "Criar", "alerts.button-cancel": "Cancelar", + "alerts.button-change": "Change", "alerts.error-passwords-different": "As palavras-passe têm de coincidir!", "alerts.error-x": "Erro

%1

", "alerts.create-success": "Utilizador criado!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "E-mails:", "alerts.email-sent-to": "Foi enviado um e-mail de convite para %1", "alerts.x-users-found": "%1 utilizador(es) encontrado(s), (%2 segundos)", + "alerts.select-a-single-user-to-change-email": "Select a single user to change email", "export-users-started": "Exporting users as csv, this might take a while. You will receive a notification when it is complete.", - "export-users-completed": "Users exported as csv, click here to download." + "export-users-completed": "Users exported as csv, click here to download.", + "email": "Email", + "password": "Password", + "manage": "Manage" } \ No newline at end of file diff --git a/public/language/pt-PT/admin/settings/chat.json b/public/language/pt-PT/admin/settings/chat.json index e49504694e..200ce2ce17 100644 --- a/public/language/pt-PT/admin/settings/chat.json +++ b/public/language/pt-PT/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "Enter 0 to disable this restriction", "chat-settings": "Definições da conversa", "disable": "Desativar conversas", "disable-editing": "Desativar edtitar/apagar mensagens das conversas", @@ -6,8 +7,10 @@ "max-length": "Comprimento máximo das mensagens nas conversas", "max-chat-room-name-length": "Maximum length of chat room names", "max-room-size": "Número máximo de utilizadores nas salas de conversa", - "delay": "Time between chat messages in milliseconds", - "notification-delay": "Notification delay for chat messages. (0 for no delay)", - "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable. (0 disabled)", - "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable. (0 disabled)" + "delay": "Time between chat messages (ms)", + "newbieDelay": "... for new users (ms)", + "notification-delay": "Notification delay for chat messages", + "notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.", + "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.", + "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable." } \ No newline at end of file diff --git a/public/language/pt-PT/admin/settings/post.json b/public/language/pt-PT/admin/settings/post.json index 31a323cdb9..29ca6376c0 100644 --- a/public/language/pt-PT/admin/settings/post.json +++ b/public/language/pt-PT/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "Title Length", "restrictions.post-length": "Post Length", "restrictions.days-until-stale": "Dias até o tópico ser considerado obsoleto", - "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic.", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "Timestamp", "timestamp.cut-off": "Date cut-off (in days)", "timestamp.cut-off-help": "Dates & times will be shown in a relative manner (e.g. \"3 hours ago\" / \"5 days ago\"), and localised into various\n\t\t\t\t\tlanguages. After a certain point, this text can be switched to display the localised date itself\n\t\t\t\t\t(e.g. 5 Nov 2016 15:30).
(Default: 30, or one month). Set to 0 to always display dates, leave blank to always display relative times.", diff --git a/public/language/pt-PT/admin/settings/user.json b/public/language/pt-PT/admin/settings/user.json index 7e87ff558d..355545de5b 100644 --- a/public/language/pt-PT/admin/settings/user.json +++ b/public/language/pt-PT/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "Nome de Utilizador ou E-mail", "allow-login-with.username": "Nome de Utilizador Apenas", "account-settings": "Definições de Conta", - "gdpr_enabled": "Enable GDPR consent collection", - "gdpr_enabled_help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", + "gdpr-enabled": "Enable GDPR consent collection", + "gdpr-enabled-help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", "disable-username-changes": "Desativar alterações aos nomes de utilizador", "disable-email-changes": "Desativar alterações aos e-mails", "disable-password-changes": "Desativar alterações de palavras-passe", diff --git a/public/language/pt-PT/category.json b/public/language/pt-PT/category.json index b1b955f79c..457df7c296 100644 --- a/public/language/pt-PT/category.json +++ b/public/language/pt-PT/category.json @@ -1,12 +1,12 @@ { "category": "Categoria", "subcategories": "Subcategorias", - "new_topic_button": "Novo Tópico", + "new-topic-button": "Novo Tópico", "guest-login-post": "Inicia sessão para publicar algo", - "no_topics": "Não existe nenhum tópico nesta categoria.
Que tal seres o primeiro a publicar aqui?", + "no-topics": "Não existe nenhum tópico nesta categoria.
Que tal seres o primeiro a publicar aqui?", "browsing": "navegação", - "no_replies": "Ainda sem respostas", - "no_new_posts": "Não existem publicações novas.", + "no-replies": "Ainda sem respostas", + "no-new-posts": "Não existem publicações novas.", "watch": "Subscrever", "ignore": "Ignorar", "watching": "A seguir", diff --git a/public/language/pt-PT/email.json b/public/language/pt-PT/email.json index e97bb6a29d..3ca89d1434 100644 --- a/public/language/pt-PT/email.json +++ b/public/language/pt-PT/email.json @@ -3,8 +3,8 @@ "password-reset-requested": "Reposição de palavra-passe solicitada!", "welcome-to": "Bem-vindo ao %1", "invite": "Convite enviado por %1", - "greeting_no_name": "Olá", - "greeting_with_name": "Olá %1", + "greeting-no-name": "Olá", + "greeting-with-name": "Olá %1", "email.verify-your-email.subject": "Por favor verifica o teu e-mail", "email.verify.text1": "You've requested that we change or confirm your email address", "email.verify.text2": "For security purposes, we only change or confirm the email address on file once its ownership has been confirmed via email. If you did not request this, no action is required on your part.", @@ -24,7 +24,7 @@ "reset.notify.text2": "Se não autorizaste isto, por favor notifica o administrador imediatamente.", "digest.unread-rooms": "Unread rooms", "digest.room-name-unreadcount": "%1 (%2 unread)", - "digest.latest_topics": "Tópicos recentes de %1", + "digest.latest-topics": "Tópicos recentes de %1", "digest.top-topics": "Top topics from %1", "digest.popular-topics": "Popular topics from %1", "digest.cta": "Clica aqui para visitares %1", @@ -36,8 +36,8 @@ "digest.title.day": "O teu Resumo Diário", "digest.title.week": "O teu Resumo Semanal", "digest.title.month": "O teu Resumo Mensal", - "notif.chat.subject": "Nova mensagem de %1", - "notif.chat.public-chat-subject": "New message from %1 in room %2", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "Clique aqui para continuar a conversa", "notif.chat.unsub.info": "Esta notificação de chat foi enviada devido às suas definições de subscrição", "notif.post.unsub.info": "Esta notificação foi envidada devido às tuas definições de subscrição.", diff --git a/public/language/pt-PT/error.json b/public/language/pt-PT/error.json index 57dff678e0..f519ffed3c 100644 --- a/public/language/pt-PT/error.json +++ b/public/language/pt-PT/error.json @@ -184,6 +184,7 @@ "post-flagged-too-many-times": "This post has been flagged by others already", "user-flagged-too-many-times": "This user has been flagged by others already", "cant-flag-privileged": "You are not allowed to flag the profiles or content of privileged users (moderators/global moderators/admins)", + "cant-locate-flag-report": "Cannot locate flag report", "self-vote": "Não podes votar na tua própria publicação", "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", diff --git a/public/language/pt-PT/flags.json b/public/language/pt-PT/flags.json index ad2071df63..14a80cd665 100644 --- a/public/language/pt-PT/flags.json +++ b/public/language/pt-PT/flags.json @@ -1,5 +1,6 @@ { "state": "Estado", + "report": "Report", "reports": "Reports", "first-reported": "First Reported", "no-flags": "Fantástico! Não foram encontradas denúncias.", @@ -8,6 +9,8 @@ "update": "Atualizar", "updated": "Atualizado", "resolved": "Resolved", + "report-added": "Added", + "report-rescinded": "Rescinded", "target-purged": "The content this flag referred to has been purged and is no longer available.", "target-aboutme-empty": "This user has no "About Me" set.", diff --git a/public/language/pt-PT/global.json b/public/language/pt-PT/global.json index 4d290521c9..a2c68f0a62 100644 --- a/public/language/pt-PT/global.json +++ b/public/language/pt-PT/global.json @@ -13,19 +13,19 @@ "400.message": "It looks like this link is malformed, please double-check and try again.
Return to the home page.
", "register": "Regista-te", "login": "Iniciar sessão", - "please_log_in": "Por favor inicia sessão", + "please-log-in": "Por favor inicia sessão", "logout": "Terminar sessão", - "posting_restriction_info": "Publicar está, neste momento, apenas restrito a membros registados, clica aqui para iniciares sessão.", - "welcome_back": "Bem-vindo de volta", - "you_have_successfully_logged_in": "Iniciaste sessão com sucesso", - "save_changes": "Guardar as alterações", + "posting-restriction-info": "Publicar está, neste momento, apenas restrito a membros registados, clica aqui para iniciares sessão.", + "welcome-back": "Bem-vindo de volta", + "you-have-successfully-logged-in": "Iniciaste sessão com sucesso", + "save-changes": "Guardar as alterações", "save": "Guardar", "create": "Create", "cancel": "Cancel", "close": "Fechar", "pagination": "Paginação", - "pagination.out_of": "%1 de %2", - "pagination.enter_index": "Go to post index", + "pagination.out-of": "%1 de %2", + "pagination.enter-index": "Go to post index", "header.admin": "Administrador", "header.categories": "Categorias", "header.recent": "Recentes", @@ -80,25 +80,25 @@ "lastpost": "Última publicação", "firstpost": "Primeira publicação", "about": "About", - "read_more": "Ler mais", + "read-more": "Ler mais", "more": "Mais", "none": "None", - "posted_ago_by_guest": "publicou %1 por Convidado", - "posted_ago_by": "publicou %1 por %2", - "posted_ago": "publicou %1", - "posted_in": "publicado em %1", - "posted_in_by": "publicado em %1 por %2", - "posted_in_ago": "publicado em %1 %2", - "posted_in_ago_by": "publicado em %1 %2 por %3", - "user_posted_ago": "%1 publicou %2", - "guest_posted_ago": "Convidado publicou %1", - "last_edited_by": "última edição por %1", + "posted-ago-by-guest": "publicou %1 por Convidado", + "posted-ago-by": "publicou %1 por %2", + "posted-ago": "publicou %1", + "posted-in": "publicado em %1", + "posted-in-by": "publicado em %1 por %2", + "posted-in-ago": "publicado em %1 %2", + "posted-in-ago-by": "publicado em %1 %2 por %3", + "user-posted-ago": "%1 publicou %2", + "guest-posted-ago": "Convidado publicou %1", + "last-edited-by": "última edição por %1", "edited-timestamp": "Edited %1", "norecentposts": "Não existen publicações recentes", "norecenttopics": "Não existem tópicos recentes", "recentposts": "Publicações recentes", "recentips": "Recentemente com sessões iniciadas em IPs", - "moderator_tools": "Ferramentas de moderador", + "moderator-tools": "Ferramentas de moderador", "status": "Status", "online": "Online", "away": "Ausente", @@ -109,7 +109,7 @@ "language": "Língua", "guest": "Convidado", "guests": "Convidados", - "former_user": "Um Utilizador Antigo", + "former-user": "Um Utilizador Antigo", "system-user": "System", "unknown-user": "Unknown user", "updated.title": "Fórum atualizado", @@ -117,12 +117,12 @@ "privacy": "Privacidade", "follow": "Seguir", "unfollow": "Deixar de seguir", - "delete_all": "Apagar tudo", + "delete-all": "Apagar tudo", "map": "Mapa", "sessions": "Sessões ativas", - "ip_address": "Endereço IP", - "enter_page_number": "Introduzir número da página", - "upload_file": "Enviar ficheiro", + "ip-address": "Endereço IP", + "enter-page-number": "Introduzir número da página", + "upload-file": "Enviar ficheiro", "upload": "Carregar", "uploads": "Carregamentos", "allowed-file-types": "Os tipos de ficheiro permitidos são %1", @@ -131,7 +131,7 @@ "play": "Reproduzir", "cookies.message": "Este website utiliza cookies para assegurar que tens a melhor experiência no nosso website.", "cookies.accept": "Apontado!", - "cookies.learn_more": "Aprende Mais", + "cookies.learn-more": "Aprende Mais", "edited": "Editado", "disabled": "Desativado", "select": "Selecionar", diff --git a/public/language/pt-PT/groups.json b/public/language/pt-PT/groups.json index cf080e3330..459fd41d67 100644 --- a/public/language/pt-PT/groups.json +++ b/public/language/pt-PT/groups.json @@ -2,65 +2,65 @@ "all-groups": "All groups", "groups": "Grupos", "members": "Members", - "view_group": "Ver o grupo", + "view-group": "Ver o grupo", "owner": "Dono do grupo", - "new_group": "Criar novo grupo", - "no_groups_found": "Não existem grupos para ver", + "new-group": "Criar novo grupo", + "no-groups-found": "Não existem grupos para ver", "pending.accept": "Aceitar", "pending.reject": "Rejeitar", - "pending.accept_all": "Aceitar todos", - "pending.reject_all": "Rejeitar todas", + "pending.accept-all": "Aceitar todos", + "pending.reject-all": "Rejeitar todas", "pending.none": "Não existem membros pendentes neste momento", "invited.none": "Não existem membros convidados neste momento", "invited.uninvite": "Cancelar convite", "invited.search": "Procura por um utilizador para convidares para este grupo", - "invited.notification_title": "Foste convidado para te juntares a %1", - "request.notification_title": "Pedido de adesão ao grupo por parte de %1", - "request.notification_text": "%1 pediu para se tornar um membro de %2", + "invited.notification-title": "Foste convidado para te juntares a %1", + "request.notification-title": "Pedido de adesão ao grupo por parte de %1", + "request.notification-text": "%1 pediu para se tornar um membro de %2", "cover-save": "Guardar", "cover-saving": "Guardando", "details.title": "Detalhes do grupo", "details.members": "Lista de membros", "details.pending": "Membros pendentes", "details.invited": "Membros convidados", - "details.has_no_posts": "Os membros deste grupo ainda não fizeram nenhuma publicação.", - "details.latest_posts": "Publicações Recentes", + "details.has-no-posts": "Os membros deste grupo ainda não fizeram nenhuma publicação.", + "details.latest-posts": "Publicações Recentes", "details.private": "Privado", "details.disableJoinRequests": "Desativar pedidos de adesão", "details.disableLeave": "Proibir os utilizadores de saírem do grupo", "details.grant": "Conceder/rescindir posse", "details.kick": "Expulsar", - "details.kick_confirm": "Tens a certeza que queres remover este membro do grupo?", + "details.kick-confirm": "Tens a certeza que queres remover este membro do grupo?", "details.add-member": "Adicionar Membro", - "details.owner_options": "Administração do grupo", - "details.group_name": "Nome do grupo", - "details.member_count": "Quantidade de membros", - "details.creation_date": "Data de criação", + "details.owner-options": "Administração do grupo", + "details.group-name": "Nome do grupo", + "details.member-count": "Quantidade de membros", + "details.creation-date": "Data de criação", "details.description": "Descrição", "details.member-post-cids": "Category IDs to display posts from", - "details.badge_preview": "Pré-visualização do crachá", - "details.change_icon": "Alterar o Ícone", - "details.change_label_colour": "Alterar Cor da Etiqueta", - "details.change_text_colour": "Alterar Cor do Texto", - "details.badge_text": "Texto do crachá", + "details.badge-preview": "Pré-visualização do crachá", + "details.change-icon": "Alterar o Ícone", + "details.change-label-colour": "Alterar Cor da Etiqueta", + "details.change-text-colour": "Alterar Cor do Texto", + "details.badge-text": "Texto do crachá", "details.userTitleEnabled": "Mostrar crachá", - "details.private_help": "Se ativado, a adesão ao grupo requer a aprovação de um dos donos do grupo", + "details.private-help": "Se ativado, a adesão ao grupo requer a aprovação de um dos donos do grupo", "details.hidden": "Escondido", - "details.hidden_help": "Se ativado, este grupo não será encontrado na listagem de grupos e os utilizadores terão de ser convidados manualmente", - "details.delete_group": "Eliminar grupo", - "details.private_system_help": "Tornar grupos privados é desativado ao nível do sistema. Esta opção não executa nada", + "details.hidden-help": "Se ativado, este grupo não será encontrado na listagem de grupos e os utilizadores terão de ser convidados manualmente", + "details.delete-group": "Eliminar grupo", + "details.private-system-help": "Tornar grupos privados é desativado ao nível do sistema. Esta opção não executa nada", "event.updated": "Detalhes do grupo foram atualizados", "event.deleted": "O grupo \"%1\" foi apagado", "membership.accept-invitation": "Aceitar convite", - "membership.accept.notification_title": "És agora um membro de %1", + "membership.accept.notification-title": "És agora um membro de %1", "membership.invitation-pending": "Convite em espera", "membership.join-group": "Aderir ao grupo", "membership.leave-group": "Sair do grupo", - "membership.leave.notification_title": "%1 deixou o grupo %2", + "membership.leave.notification-title": "%1 deixou o grupo %2", "membership.reject": "Rejeitar", - "new-group.group_name": "Nome do grupo:", + "new-group.group-name": "Nome do grupo:", "upload-group-cover": "Carregar capa do grupo", "bulk-invite-instructions": "Introduz uma lista de nomes de utilizadores separados por vírgulas para convidar para este grupo", "bulk-invite": "Convidar em grupo", - "remove_group_cover_confirm": "Tens a certeza que queres remover a foto de capa?" + "remove-group-cover-confirm": "Tens a certeza que queres remover a foto de capa?" } \ No newline at end of file diff --git a/public/language/pt-PT/login.json b/public/language/pt-PT/login.json index 7f0f1c509c..62feb45c9f 100644 --- a/public/language/pt-PT/login.json +++ b/public/language/pt-PT/login.json @@ -1,12 +1,12 @@ { "username-email": "Nome de utilizador / E-mail", "username": "Nome de utilizador", - "remember_me": "Lembrar-me", - "forgot_password": "Esqueceste-te da palavra-passe?", - "alternative_logins": "Inícios de sessão alternativos", - "failed_login_attempt": "Início de sessão sem sucesso", - "login_successful": "Iniciaste sessão com sucesso!", - "dont_have_account": "Não tens uma conta?", + "remember-me": "Lembrar-me", + "forgot-password": "Esqueceste-te da palavra-passe?", + "alternative-logins": "Inícios de sessão alternativos", + "failed-login-attempt": "Início de sessão sem sucesso", + "login-successful": "Iniciaste sessão com sucesso!", + "dont-have-account": "Não tens uma conta?", "logged-out-due-to-inactivity": "A tua sessão no Painel de Controlo foi terminada devido a inatividade", "caps-lock-enabled": "Caps Lock is enabled" } \ No newline at end of file diff --git a/public/language/pt-PT/modules.json b/public/language/pt-PT/modules.json index d08d9de684..b97f848659 100644 --- a/public/language/pt-PT/modules.json +++ b/public/language/pt-PT/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "Room %1", - "chat.chatting_with": "Conversar com", + "chat.chatting-with": "Conversar com", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Go to most recent message", @@ -8,12 +8,15 @@ "chat.chat-with-usernames": "Chat with %1", "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Enviar", - "chat.no_active": "Não tens conversas ativas.", - "chat.user_typing": "%1 está a escrever ...", - "chat.user_has_messaged_you": "%1 enviou-te uma mensagem.", + "chat.no-active": "Não tens conversas ativas.", + "chat.user-typing-1": "%1 is typing ...", + "chat.user-typing-2": "%1 and %2 are typing ...", + "chat.user-typing-3": "%1, %2 and %3 are typing ...", + "chat.user-typing-n": "%1, %2 and %3 others are typing ...", + "chat.user-has-messaged-you": "%1 enviou-te uma mensagem.", "chat.replying-to": "Replying to %1", - "chat.see_all": "All chats", - "chat.mark_all_read": "Mark all read", + "chat.see-all": "All chats", + "chat.mark-all-read": "Mark all read", "chat.no-messages": "Por favor seleciona um destinatário para veres o histórico de mensagens", "chat.no-users-in-room": "Não existem utilizadores nesta sala", "chat.recent-chats": "Conversas recentes", @@ -24,12 +27,16 @@ "chat.pop-out": "Destacar a janela de conversação", "chat.minimize": "Minimizar", "chat.maximize": "Maximizar", - "chat.seven_days": "7 dias", - "chat.thirty_days": "30 dias", - "chat.three_months": "3 meses", - "chat.delete_message_confirm": "Tens a certeza que desejas apagar esta mensagem?", + "chat.seven-days": "7 dias", + "chat.thirty-days": "30 dias", + "chat.three-months": "3 meses", + "chat.delete-message-confirm": "Tens a certeza que desejas apagar esta mensagem?", "chat.retrieving-users": "A recuperar utilizadores...", "chat.view-users-list": "View users list", + "chat.pinned-messages": "Pinned Messages", + "chat.no-pinned-messages": "There are no pinned messages", + "chat.pin-message": "Pin Message", + "chat.unpin-message": "Unpin Message", "chat.public-rooms": "Public Rooms (%1)", "chat.private-rooms": "Private Rooms (%1)", "chat.create-room": "Create Chat Room", @@ -67,17 +74,24 @@ "chat.system.user-leave": "%1 has left the room ", "chat.system.room-rename": "%2 has renamed this room to \"%1\" ", "composer.compose": "Compor", - "composer.show_preview": "Mostrar pré-visualização", - "composer.hide_preview": "Ocultar pré-visualização", + "composer.show-preview": "Mostrar pré-visualização", + "composer.hide-preview": "Ocultar pré-visualização", "composer.help": "Help", - "composer.user_said_in": "%1 disse em %2:", - "composer.user_said": "%1 disse:", + "composer.user-said-in": "%1 disse em %2:", + "composer.user-said": "%1 disse:", "composer.discard": "Tens a certeza que queres descartar esta publicação?", - "composer.submit_and_lock": "Submeter e bloquear", - "composer.toggle_dropdown": "Alternar entre caixas", + "composer.submit-and-lock": "Submeter e bloquear", + "composer.toggle-dropdown": "Alternar entre caixas", "composer.uploading": "Carregando %1", "composer.formatting.bold": "Negrito", "composer.formatting.italic": "Itálico", + "composer.formatting.heading": "Heading", + "composer.formatting.heading1": "Heading 1", + "composer.formatting.heading2": "Heading 2", + "composer.formatting.heading3": "Heading 3", + "composer.formatting.heading4": "Heading 4", + "composer.formatting.heading5": "Heading 5", + "composer.formatting.heading6": "Heading 6", "composer.formatting.list": "Lista", "composer.formatting.strikethrough": "Riscado", "composer.formatting.code": "Código", @@ -85,9 +99,10 @@ "composer.formatting.picture": "Image Link", "composer.upload-picture": "Enviar imagem", "composer.upload-file": "Enviar um ficheiro", - "composer.zen_mode": "Modo Zen", - "composer.select_category": "Selecionar uma categoria", + "composer.zen-mode": "Modo Zen", + "composer.select-category": "Selecionar uma categoria", "composer.textarea.placeholder": "Escreve aqui o conteúdo da tua publicação, arrasta e solta imagens", + "composer.post-queue-alert": "Hello👋!
This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.", "composer.schedule-for": "Schedule topic for", "composer.schedule-date": "Date", "composer.schedule-time": "Time", @@ -102,8 +117,8 @@ "bootbox.confirm": "Confirmar", "bootbox.submit": "Submit", "bootbox.send": "Send", - "cover.dragging_title": "Posicionamento da fotografia de capa", - "cover.dragging_message": "Arrasta a fotografia de capa para a posição desejada e carregar \"Guardar\"", + "cover.dragging-title": "Posicionamento da fotografia de capa", + "cover.dragging-message": "Arrasta a fotografia de capa para a posição desejada e carregar \"Guardar\"", "cover.saved": "Fotografia de capa e posição guardadas", "thumbs.modal.title": "Manage topic thumbnails", "thumbs.modal.no-thumbs": "No thumbnails found.", diff --git a/public/language/pt-PT/notifications.json b/public/language/pt-PT/notifications.json index 96a722c30e..1d44cad1f9 100644 --- a/public/language/pt-PT/notifications.json +++ b/public/language/pt-PT/notifications.json @@ -1,59 +1,68 @@ { "title": "Notificações", - "no_notifs": "Não tens notificações novas", - "see_all": "All notifications", - "mark_all_read": "Mark all read", - "back_to_home": "Voltar para %1", - "outgoing_link": "Link Externo", - "outgoing_link_message": "Estás agora a abandonar %1", - "continue_to": "Continuar para %1", - "return_to": "Voltar a %1", - "new_notification": "Tens uma nova notificação", - "you_have_unread_notifications": "Tens notificações por ler.", + "no-notifs": "Não tens notificações novas", + "see-all": "All notifications", + "mark-all-read": "Mark all read", + "back-to-home": "Voltar para %1", + "outgoing-link": "Link Externo", + "outgoing-link-message": "Estás agora a abandonar %1", + "continue-to": "Continuar para %1", + "return-to": "Voltar a %1", + "new-notification": "Tens uma nova notificação", + "you-have-unread-notifications": "Tens notificações por ler.", "all": "Tudo", "topics": "Tópicos", + "tags": "Tags", "replies": "Respostas", "chat": "Chat", "group-chat": "Group Chats", "public-chat": "Public Chats", "follows": "Novos seguidores", "upvote": "Votos positivos", + "awards": "Awards", "new-flags": "Novas denúncias", "my-flags": "Denúncias atribuídas a mim", "bans": "Banimentos", - "new_message_from": "Nova mensagem de %1", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1 votou de forma favorável na tua publicação em %2.", - "upvoted_your_post_in_dual": "%1 e %2 votaram favoravelmente à tua publicação em %3.", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "%1 moveu a tua publicação para %2", - "moved_your_topic": "%1 moveu %2", - "user_flagged_post_in": "%1 denunciou uma publicação em %2", - "user_flagged_post_in_dual": "%1 e %2 denunciaram uma publicação em %3", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1 denunciou um perfil de um utilizador (%2)", - "user_flagged_user_dual": "%1 e %2 denunciaram um perfil de um utilizador (%3)", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "%1 publicou uma resposta a: %2", - "user_posted_to_dual": "%1 e %2 publicaram respostas a: %3", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1 publicou um novo tópico: %2", - "user_edited_post": "%1 editou uma publicação em %2", - "user_started_following_you": "%1 começou a seguir-te.", - "user_started_following_you_dual": "%1 e %2 começaram a seguir-te.", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1 enviou um pedido de registro.", - "new_register_multiple": "Existem %1 pedidos de registro aguardando pela tua revisão.", - "flag_assigned_to_you": "A denúncia %1 foi atribuída a ti", - "post_awaiting_review": "Publicação a aguardar revisão", + "new-message-from": "Nova mensagem de %1", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 wrote in %3", + "user-posted-in-public-room-dual": "%1 and %2 wrote in %4", + "user-posted-in-public-room-triple": "%1, %2 and %3 wrote in %5", + "user-posted-in-public-room-multiple": "%1, %2 and %3 others wrote in %5", + "upvoted-your-post-in": "%1 votou de forma favorável na tua publicação em %2.", + "upvoted-your-post-in-dual": "%1 e %2 votaram favoravelmente à tua publicação em %3.", + "upvoted-your-post-in-triple": "%1, %2 and %3 have upvoted your post in %4.", + "upvoted-your-post-in-multiple": "%1, %2 and %3 others have upvoted your post in %4.", + "moved-your-post": "%1 moveu a tua publicação para %2", + "moved-your-topic": "%1 moveu %2", + "user-flagged-post-in": "%1 denunciou uma publicação em %2", + "user-flagged-post-in-dual": "%1 e %2 denunciaram uma publicação em %3", + "user-flagged-post-in-triple": "%1, %2 and %3 flagged a post in %4", + "user-flagged-post-in-multiple": "%1, %2 and %3 others flagged a post in %4", + "user-flagged-user": "%1 denunciou um perfil de um utilizador (%2)", + "user-flagged-user-dual": "%1 e %2 denunciaram um perfil de um utilizador (%3)", + "user-flagged-user-triple": "%1, %2 and %3 flagged a user profile (%4)", + "user-flagged-user-multiple": "%1, %2 and %3 others flagged a user profile (%4)", + "user-posted-to": "%1 publicou uma resposta a: %2", + "user-posted-to-dual": "%1 e %2 publicaram respostas a: %3", + "user-posted-to-triple": "%1, %2 and %3 have posted replies to: %4", + "user-posted-to-multiple": "%1, %2 and %3 others have posted replies to: %4", + "user-posted-topic": "%1 publicou um novo tópico: %2", + "user-edited-post": "%1 editou uma publicação em %2", + "user-posted-topic-with-tag": "%1 has posted a new topic with tag %2", + "user-posted-topic-with-tag-dual": "%1 has posted a new topic with tags %2 and %3", + "user-posted-topic-with-tag-triple": "%1 has posted a new topic with tags %2, %3 and %4", + "user-posted-topic-with-tag-multiple": "%1 has posted a new topic with tags %2", + "user-started-following-you": "%1 começou a seguir-te.", + "user-started-following-you-dual": "%1 e %2 começaram a seguir-te.", + "user-started-following-you-triple": "%1, %2 and %3 started following you.", + "user-started-following-you-multiple": "%1, %2 and %3 others started following you.", + "new-register": "%1 enviou um pedido de registro.", + "new-register-multiple": "Existem %1 pedidos de registro aguardando pela tua revisão.", + "flag-assigned-to-you": "A denúncia %1 foi atribuída a ti", + "post-awaiting-review": "Publicação a aguardar revisão", "profile-exported": "%1 profile exported, click to download", "posts-exported": "%1 posts exported, click to download", "uploads-exported": "%1 uploads exported, click to download", @@ -66,22 +75,24 @@ "email-confirm-error-message": "Ocorreu um problema a validar o teu endereço de e-mail. Talvez o código seja inválido ou já tenha expirado.", "email-confirm-sent": "E-mail de confirmação enviado.", "none": "Nada", - "notification_only": "Apenas Notificação", - "email_only": "Apenas E-mail", - "notification_and_email": "Notificação e E-mail", - "notificationType_upvote": "Quando alguém vota positivamente numa publicação tua", - "notificationType_new-topic": "Quando alguém que tu segues publica um tópico", - "notificationType_new-reply": "Quando uma nova resposta é publicada num tópico que tu estás a seguir", - "notificationType_post-edit": "Quando uma publicação é editada num tópico que estás a seguir", - "notificationType_follow": "Quando alguém começa a seguir-te", - "notificationType_new-chat": "Quando recebes uma mensagem numa conversa", - "notificationType_new-group-chat": "When you receive a group chat message", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "Quando recebes um convite para um grupo", - "notificationType_group-leave": "When a user leaves your group", - "notificationType_group-request-membership": "Quando alguém pede para entrar num grupo que é teu", - "notificationType_new-register": "Quando alguém é adicionado à fila de espera de registo", - "notificationType_post-queue": "Quando uma nova publicação está à espera de aprovação", - "notificationType_new-post-flag": "Quando uma publicação é denunciada", - "notificationType_new-user-flag": "Quando um utilizador é denunciado" + "notification-only": "Apenas Notificação", + "email-only": "Apenas E-mail", + "notification-and-email": "Notificação e E-mail", + "notificationType-upvote": "Quando alguém vota positivamente numa publicação tua", + "notificationType-new-topic": "Quando alguém que tu segues publica um tópico", + "notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow", + "notificationType-new-reply": "Quando uma nova resposta é publicada num tópico que tu estás a seguir", + "notificationType-post-edit": "Quando uma publicação é editada num tópico que estás a seguir", + "notificationType-follow": "Quando alguém começa a seguir-te", + "notificationType-new-chat": "Quando recebes uma mensagem numa conversa", + "notificationType-new-group-chat": "When you receive a group chat message", + "notificationType-new-public-chat": "When you receive a public group chat message", + "notificationType-group-invite": "Quando recebes um convite para um grupo", + "notificationType-group-leave": "When a user leaves your group", + "notificationType-group-request-membership": "Quando alguém pede para entrar num grupo que é teu", + "notificationType-new-register": "Quando alguém é adicionado à fila de espera de registo", + "notificationType-post-queue": "Quando uma nova publicação está à espera de aprovação", + "notificationType-new-post-flag": "Quando uma publicação é denunciada", + "notificationType-new-user-flag": "Quando um utilizador é denunciado", + "notificationType-new-reward": "When you earn a new reward" } \ No newline at end of file diff --git a/public/language/pt-PT/pages.json b/public/language/pt-PT/pages.json index f873ec1e25..f4f2df5817 100644 --- a/public/language/pt-PT/pages.json +++ b/public/language/pt-PT/pages.json @@ -47,7 +47,8 @@ "account/latest-posts": "Últimas publicações feitas por %1", "account/topics": "Tópicos criados por %1", "account/groups": "Grupos de %1", - "account/watched_categories": "Categorias subscritas por %1", + "account/watched-categories": "Categorias subscritas por %1", + "account/watched-tags": "%1's Watched Tags", "account/bookmarks": "Publicações marcadas de %1", "account/settings": "Definições de utilizador", "account/settings-of": "Changing settings of %1", diff --git a/public/language/pt-PT/recent.json b/public/language/pt-PT/recent.json index 20413d859b..77a9fecb6f 100644 --- a/public/language/pt-PT/recent.json +++ b/public/language/pt-PT/recent.json @@ -5,7 +5,7 @@ "month": "Mês", "year": "Ano", "alltime": "Desde sempre", - "no_recent_topics": "Não existem tópicos recentes.", - "no_popular_topics": "Não existem tópicos populares.", + "no-recent-topics": "Não existem tópicos recentes.", + "no-popular-topics": "Não existem tópicos populares.", "load-new-posts": "Load new posts" } \ No newline at end of file diff --git a/public/language/pt-PT/register.json b/public/language/pt-PT/register.json index 8fa2fe97d5..96154741b3 100644 --- a/public/language/pt-PT/register.json +++ b/public/language/pt-PT/register.json @@ -1,32 +1,32 @@ { "register": "Regista-te", "already-have-account": "Already have an account?", - "cancel_registration": "Cancelar o registro", + "cancel-registration": "Cancelar o registro", "help.email": "Por definição, o teu e-mail será oculto do público.", - "help.username_restrictions": "Um nome de utilizador único entre %1 e %2 caracteres. Outros podem mencionar-te através de @nome de utilizador.", - "help.minimum_password_length": "O comprimento da palavra-passe deve ter no mínimo %1 caracteres.", - "email_address": "Endereço de e-mail", - "email_address_placeholder": "Insere o endereço de e-mail", + "help.username-restrictions": "Um nome de utilizador único entre %1 e %2 caracteres. Outros podem mencionar-te através de @nome de utilizador.", + "help.minimum-password-length": "O comprimento da palavra-passe deve ter no mínimo %1 caracteres.", + "email-address": "Endereço de e-mail", + "email-address-placeholder": "Insere o endereço de e-mail", "username": "Nome de utilizador", - "username_placeholder": "Inserir nome de utilizador", + "username-placeholder": "Inserir nome de utilizador", "password": "Palavra-passe", - "password_placeholder": "Insere a palavra-passe", - "confirm_password": "Confirmar palavra-passe", - "confirm_password_placeholder": "Confirmar palavra-passe", - "register_now_button": "Regista-te agora", - "alternative_registration": "Registro alternativo", - "terms_of_use": "Termos de utilização", - "agree_to_terms_of_use": "Eu aceito os Termos de Utilização", - "terms_of_use_error": "Deves aceitar os Termos de Utilização", + "password-placeholder": "Insere a palavra-passe", + "confirm-password": "Confirmar palavra-passe", + "confirm-password-placeholder": "Confirmar palavra-passe", + "register-now-button": "Regista-te agora", + "alternative-registration": "Registro alternativo", + "terms-of-use": "Termos de utilização", + "agree-to-terms-of-use": "Eu aceito os Termos de Utilização", + "terms-of-use-error": "Deves aceitar os Termos de Utilização", "registration-added-to-queue": "O teu registo foi adicionado à fila de aprovação. Receberás um e-mail quando fores aceite por um administrador.", "registration-queue-average-time": "Our average time for approving memberships is %1 hours %2 minutes.", "registration-queue-auto-approve-time": "Your membership to this forum will be fully activated in up to %1 hours.", "interstitial.intro": "We'd like some additional information in order to update your account…", "interstitial.intro-new": "We'd like some additional information before we can create your account…", "interstitial.errors-found": "Please review the entered information:", - "gdpr_agree_data": "Autorizo a recolha e o processamento das minhas informações pessoais neste website.", - "gdpr_agree_email": "Aceito receber e-mails de resumo e de notificações deste website.", - "gdpr_consent_denied": "You must give consent to this site to collect/process your information, and to send you emails.", + "gdpr-agree-data": "Autorizo a recolha e o processamento das minhas informações pessoais neste website.", + "gdpr-agree-email": "Aceito receber e-mails de resumo e de notificações deste website.", + "gdpr-consent-denied": "You must give consent to this site to collect/process your information, and to send you emails.", "invite.error-admin-only": "Direct user registration has been disabled. Please contact an administrator for more details.", "invite.error-invite-only": "Direct user registration has been disabled. You must be invited by an existing user in order to access this forum.", "invite.error-invalid-data": "The registration data received does not correspond to our records. Please contact an administrator for more details" diff --git a/public/language/pt-PT/reset_password.json b/public/language/pt-PT/reset_password.json index 0f505e0d4b..5f848f47c7 100644 --- a/public/language/pt-PT/reset_password.json +++ b/public/language/pt-PT/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "Reinicia a palavra-passe", - "update_password": "Altera a palavra-passe", - "password_changed.title": "Palavra-passe alterada", - "password_changed.message": "

Palavra-passe reposta com sucesso, por favor inicia sessão outra vez.", - "wrong_reset_code.title": "Código de reiniciação incorreto", - "wrong_reset_code.message": "O código de reinício recebido estava incorreto. Por favor, tenta novamente ou pede um novo código.", - "new_password": "Nova palavra-passe", - "repeat_password": "Confirmar palavra-passe", - "changing_password": "Changing Password", - "enter_email": "Por favor, insere o teu endereço de e-mail e nós iremos enviar-te um e-mail com instruções para reiniciares a tua conta.", - "enter_email_address": "Insere o endereço de e-mail", - "password_reset_sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", - "invalid_email": "E-mail inválido / E-mail não existe!", - "password_too_short": "A palavra-passe inserida é demasiado pequena. Por favor, escolhe uma nova.", - "passwords_do_not_match": "As duas palavras-passe que inseriste não coincidem.", - "password_expired": "A tua palavra-passe expirou, por favor escolher uma nova" + "reset-password": "Reinicia a palavra-passe", + "update-password": "Altera a palavra-passe", + "password-changed.title": "Palavra-passe alterada", + "password-changed.message": "

Palavra-passe reposta com sucesso, por favor inicia sessão outra vez.", + "wrong-reset-code.title": "Código de reiniciação incorreto", + "wrong-reset-code.message": "O código de reinício recebido estava incorreto. Por favor, tenta novamente ou pede um novo código.", + "new-password": "Nova palavra-passe", + "repeat-password": "Confirmar palavra-passe", + "changing-password": "Changing Password", + "enter-email": "Por favor, insere o teu endereço de e-mail e nós iremos enviar-te um e-mail com instruções para reiniciares a tua conta.", + "enter-email-address": "Insere o endereço de e-mail", + "password-reset-sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", + "invalid-email": "E-mail inválido / E-mail não existe!", + "password-too-short": "A palavra-passe inserida é demasiado pequena. Por favor, escolhe uma nova.", + "passwords-do-not-match": "As duas palavras-passe que inseriste não coincidem.", + "password-expired": "A tua palavra-passe expirou, por favor escolher uma nova" } \ No newline at end of file diff --git a/public/language/pt-PT/rewards.json b/public/language/pt-PT/rewards.json new file mode 100644 index 0000000000..f923cf1500 --- /dev/null +++ b/public/language/pt-PT/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "You have been awarded %1 reputation", + "awarded-group-membership": "You have been added to the group %1", + + "essentials/user.reputation-conditional-value": "(Reputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Post Count %1 %2)", + "essentials/user.lastonline-conditional-value": "(Last Online %1 %2)", + "essentials/user.joindate-conditional-value": "(Join Date %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Days Registered %1 %2)" +} \ No newline at end of file diff --git a/public/language/pt-PT/search.json b/public/language/pt-PT/search.json index 244e59552b..7e0d9e9f9a 100644 --- a/public/language/pt-PT/search.json +++ b/public/language/pt-PT/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Type to search", - "results_matching": "%1 resultado(s) correspondendo \"%2\", (%3 segundos)", + "results-matching": "%1 resultado(s) correspondendo \"%2\", (%3 segundos)", "no-matches": "Não foram encontradas correspondências", "advanced-search": "Pesquisa avançada", "in": "Em", diff --git a/public/language/pt-PT/tags.json b/public/language/pt-PT/tags.json index 95150d5693..544245070c 100644 --- a/public/language/pt-PT/tags.json +++ b/public/language/pt-PT/tags.json @@ -1,11 +1,17 @@ { "all-tags": "All tags", - "no_tag_topics": "Não existem tópicos com estes marcadores.", + "no-tag-topics": "Não existem tópicos com estes marcadores.", "no-tags-found": "No tags found", "tags": "Marcadores", - "enter_tags_here": "Insere os marcadores aqui, cada um com %1 a %2 caracteres.", - "enter_tags_here_short": "Insere marcadores...", - "no_tags": "Ainda não existem marcadores.", - "select_tags": "Selecionar Marcadores", - "tag-whitelist": "Tag Whitelist" + "enter-tags-here": "Insere os marcadores aqui, cada um com %1 a %2 caracteres.", + "enter-tags-here-short": "Insere marcadores...", + "no-tags": "Ainda não existem marcadores.", + "select-tags": "Selecionar Marcadores", + "tag-whitelist": "Tag Whitelist", + "watching": "Watching", + "not-watching": "Not Watching", + "watching.description": "Notify me of new topics.", + "not-watching.description": "Do not notify me of new topics.", + "following-tag.message": "You will now be receiving notifications when somebody posts a topic with this tag.", + "not-following-tag.message": "You will not receive notifications when somebody posts a topic with this tag." } \ No newline at end of file diff --git a/public/language/pt-PT/themes/harmony.json b/public/language/pt-PT/themes/harmony.json index f915155306..5e0a65f946 100644 --- a/public/language/pt-PT/themes/harmony.json +++ b/public/language/pt-PT/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page", "settings.autohideBottombar": "Auto hide bottom bar", "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down", + "settings.openSidebars": "Open sidebars", "settings.chatModals": "Enable chat modals" } \ No newline at end of file diff --git a/public/language/pt-PT/top.json b/public/language/pt-PT/top.json index b8a05bfa5f..6e1e05674e 100644 --- a/public/language/pt-PT/top.json +++ b/public/language/pt-PT/top.json @@ -1,4 +1,4 @@ { "title": "Top", - "no_top_topics": "No top topics" + "no-top-topics": "No top topics" } \ No newline at end of file diff --git a/public/language/pt-PT/topic.json b/public/language/pt-PT/topic.json index f3575fff06..aab28e526a 100644 --- a/public/language/pt-PT/topic.json +++ b/public/language/pt-PT/topic.json @@ -1,20 +1,20 @@ { "topic": "Tópico", "title": "Title", - "no_topics_found": "Tópicos não encontrados!", - "no_posts_found": "Publicações não encontradas!", - "post_is_deleted": "Esta publicação foi eliminada!", - "topic_is_deleted": "Este tópico foi eliminado!", + "no-topics-found": "Tópicos não encontrados!", + "no-posts-found": "Publicações não encontradas!", + "post-is-deleted": "Esta publicação foi eliminada!", + "topic-is-deleted": "Este tópico foi eliminado!", "profile": "Perfil", - "posted_by": "Publicado por %1", - "posted_by_guest": "Publicado por Convidado", + "posted-by": "Publicado por %1", + "posted-by-guest": "Publicado por Convidado", "chat": "Conversas", - "notify_me": "Ser notificado de novas respostas neste tópico", + "notify-me": "Ser notificado de novas respostas neste tópico", "quote": "Citar", "reply": "Responder", - "replies_to_this_post": "%1 Respostas", - "one_reply_to_this_post": "1 Resposta", - "last_reply_time": "Última resposta", + "replies-to-this-post": "%1 Respostas", + "one-reply-to-this-post": "1 Resposta", + "last-reply-time": "Última resposta", "reply-as-topic": "Responder com um tópico", "guest-login-reply": "Inicia sessão para responder", "login-to-view": "🔒 Inicia sessão para veres", @@ -64,129 +64,130 @@ "user-referenced-topic-on": "%1 referenced this topic on %3", "user-forked-topic-ago": "%1 forked this topic %3", "user-forked-topic-on": "%1 forked this topic on %3", - "bookmark_instructions": "Carrega aqui para voltares à última publicação lide assunto.", + "bookmark-instructions": "Carrega aqui para voltares à última publicação lide assunto.", "flag-post": "Flag this post", "flag-user": "Flag this user", "already-flagged": "Already Flagged", "view-flag-report": "View Flag Report", "resolve-flag": "Resolve Flag", - "merged_message": "Este tópico foi fundido com %2", - "deleted_message": "Este tópico foi eliminado. Apenas utilizadores com privilégios de moderação do tópico podem vê-lo.", - "following_topic.message": "A partir de agora receberás uma notificação sempre que alguém publicar neste tópico.", - "not_following_topic.message": "Verás este tópico na lista de tópicos por ler mas não irás receber notificações quando alguém publicar neste tópico.", - "ignoring_topic.message": "Não verás mais este tópico na tua lista de tópicos por ler. Serás notificado sempre que fores mencionado ou o teu tópico seja votado favoravelmente.", - "login_to_subscribe": "Por favor regista-te ou inicia sessão para subscreveres este tópico.", + "merged-message": "Este tópico foi fundido com %2", + "forked-message": "This topic was forked from %2", + "deleted-message": "Este tópico foi eliminado. Apenas utilizadores com privilégios de moderação do tópico podem vê-lo.", + "following-topic.message": "A partir de agora receberás uma notificação sempre que alguém publicar neste tópico.", + "not-following-topic.message": "Verás este tópico na lista de tópicos por ler mas não irás receber notificações quando alguém publicar neste tópico.", + "ignoring-topic.message": "Não verás mais este tópico na tua lista de tópicos por ler. Serás notificado sempre que fores mencionado ou o teu tópico seja votado favoravelmente.", + "login-to-subscribe": "Por favor regista-te ou inicia sessão para subscreveres este tópico.", "markAsUnreadForAll.success": "Tópico marcado como \"não lido\" para todos.", - "mark_unread": "Marcar como não lido", - "mark_unread.success": "Tópico marcado como \"não lido\".", + "mark-unread": "Marcar como não lido", + "mark-unread.success": "Tópico marcado como \"não lido\".", "watch": "Ver", "unwatch": "Marcar como não visto", "watch.title": "Ser notificado de novas respostas neste tópicos", "unwatch.title": "Parar de seguir este tópico", - "share_this_post": "Partilhar esta publicação", + "share-this-post": "Partilhar esta publicação", "watching": "Seguir", "not-watching": "Não seguir", "ignoring": "Ignorar", "watching.description": "Notificar-me sobre novas respostas.
Mostrar o tópico em \"não lidos\".", "not-watching.description": "Não me notificar de novas respostas.
Mostrar tópico em \"não lidos\" caso a categoria não esteja a ser ignorada.", "ignoring.description": "Não me notificar de novas respostas.
Não mostrar este tópico em \"não lidos\".", - "thread_tools.title": "Ferramentas de tópicos", - "thread_tools.markAsUnreadForAll": "Marcar como não lido para todos", - "thread_tools.pin": "Fixar tópico", - "thread_tools.unpin": "Desafixar tópico", - "thread_tools.lock": "Bloquear tópico", - "thread_tools.unlock": "Desbloquear tópico", - "thread_tools.move": "Mover tópico", - "thread_tools.move-posts": "Mover publicações", - "thread_tools.move_all": "Mover todos", - "thread_tools.change_owner": "Alterar Proprietário", - "thread_tools.select_category": "Selecionar Categoria", - "thread_tools.fork": "Clonar tópico", - "thread_tools.tag": "Tag Topic", - "thread_tools.delete": "Apagar Tópico", - "thread_tools.delete-posts": "Apagar publicações", - "thread_tools.delete_confirm": "Tens a certeza que desejas apagar este tópico?", - "thread_tools.restore": "Restaurar tópico", - "thread_tools.restore_confirm": "Tens a certeza que pretendes restaurar este tópico?", - "thread_tools.purge": "Eliminar tópico", - "thread_tools.purge_confirm": "Tens a certeza que queres eliminar este tópico?", - "thread_tools.merge_topics": "Fundir Tópicos", - "thread_tools.merge": "Merge Topic", - "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_undone": "Topic move undone", - "topic_move_posts_success": "Posts will be moved shortly. Click here to undo.", - "topic_move_posts_undone": "Post move undone", - "post_delete_confirm": "Tens a certeza que desejas eliminar esta publicação?", - "post_restore_confirm": "Tens a certeza que desejas restaurar esta publicação?", - "post_purge_confirm": "Tens a certeza que queres eliminar esta publicação?", + "thread-tools.title": "Ferramentas de tópicos", + "thread-tools.markAsUnreadForAll": "Marcar como não lido para todos", + "thread-tools.pin": "Fixar tópico", + "thread-tools.unpin": "Desafixar tópico", + "thread-tools.lock": "Bloquear tópico", + "thread-tools.unlock": "Desbloquear tópico", + "thread-tools.move": "Mover tópico", + "thread-tools.move-posts": "Mover publicações", + "thread-tools.move-all": "Mover todos", + "thread-tools.change-owner": "Alterar Proprietário", + "thread-tools.select-category": "Selecionar Categoria", + "thread-tools.fork": "Clonar tópico", + "thread-tools.tag": "Tag Topic", + "thread-tools.delete": "Apagar Tópico", + "thread-tools.delete-posts": "Apagar publicações", + "thread-tools.delete-confirm": "Tens a certeza que desejas apagar este tópico?", + "thread-tools.restore": "Restaurar tópico", + "thread-tools.restore-confirm": "Tens a certeza que pretendes restaurar este tópico?", + "thread-tools.purge": "Eliminar tópico", + "thread-tools.purge-confirm": "Tens a certeza que queres eliminar este tópico?", + "thread-tools.merge-topics": "Fundir Tópicos", + "thread-tools.merge": "Merge Topic", + "topic-move-success": "This topic will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-multiple-success": "These topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-all-success": "All topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-undone": "Topic move undone", + "topic-move-posts-success": "Posts will be moved shortly. Click here to undo.", + "topic-move-posts-undone": "Post move undone", + "post-delete-confirm": "Tens a certeza que desejas eliminar esta publicação?", + "post-restore-confirm": "Tens a certeza que desejas restaurar esta publicação?", + "post-purge-confirm": "Tens a certeza que queres eliminar esta publicação?", "pin-modal-expiry": "Expiration Date", "pin-modal-help": "You can optionally set an expiration date for the pinned topic(s) here. Alternatively, you can leave this field blank to have the topic stay pinned until it is manually unpinned.", - "load_categories": "Carregando Categorias", - "confirm_move": "Mover", - "confirm_fork": "Clonar", + "load-categories": "Carregando Categorias", + "confirm-move": "Mover", + "confirm-fork": "Clonar", "bookmark": "Marcador", "bookmarks": "Marcadores", - "bookmarks.has_no_bookmarks": "Ainda não marcaste nenhuma publicação.", + "bookmarks.has-no-bookmarks": "Ainda não marcaste nenhuma publicação.", "copy-permalink": "Copy Permalink", - "loading_more_posts": "Carregando mais publicações", - "move_topic": "Mover tópico", - "move_topics": "Mover tópicos", - "move_post": "Mover publicação", - "post_moved": "Publicação movida!", - "fork_topic": "Clonar tópico", + "loading-more-posts": "Carregando mais publicações", + "move-topic": "Mover tópico", + "move-topics": "Mover tópicos", + "move-post": "Mover publicação", + "post-moved": "Publicação movida!", + "fork-topic": "Clonar tópico", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", - "fork_no_pids": "Sem publicações selecionadas!", + "fork-topic-instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", + "fork-no-pids": "Sem publicações selecionadas!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", "x-posts-will-be-moved-to-y": "%1 post(s) will be moved to \"%2\"", - "fork_pid_count": "%1 publicação(ões) selecionada(s)", - "fork_success": "Clonaste um tópico com sucesso! Carrega aqui para ires para o tópico clonado.", - "delete_posts_instruction": "Carrega nas publicações que queres apagar/eliminar", - "merge_topics_instruction": "Clica nos tópicos que queres fundir ou pesquisa por eles", + "fork-pid-count": "%1 publicação(ões) selecionada(s)", + "fork-success": "Clonaste um tópico com sucesso! Carrega aqui para ires para o tópico clonado.", + "delete-posts-instruction": "Carrega nas publicações que queres apagar/eliminar", + "merge-topics-instruction": "Clica nos tópicos que queres fundir ou pesquisa por eles", "merge-topic-list-title": "Lista de tópicos a serem fundidos", "merge-options": "Opções de fusão", "merge-select-main-topic": "Seleciona o tópico principal", "merge-new-title-for-topic": "Novo título para o tópico", "topic-id": "Topic ID", - "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", - "move_topic_instruction": "Select the target category and then click move", - "change_owner_instruction": "Click the posts you want to assign to another user", - "composer.title_placeholder": "Insere aqui o título do tópico...", - "composer.handle_placeholder": "Enter your name/handle here", + "move-posts-instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move-topic-instruction": "Select the target category and then click move", + "change-owner-instruction": "Click the posts you want to assign to another user", + "composer.title-placeholder": "Insere aqui o título do tópico...", + "composer.handle-placeholder": "Enter your name/handle here", "composer.hide": "Hide", "composer.discard": "Descartar", "composer.submit": "Publicar", "composer.additional-options": "Additional Options", "composer.post-later": "Post Later", "composer.schedule": "Schedule", - "composer.replying_to": "Respondendo a %1", - "composer.new_topic": "Novo tópico", + "composer.replying-to": "Respondendo a %1", + "composer.new-topic": "Novo tópico", "composer.editing-in": "Editing post in %1", "composer.uploading": "carregando...", - "composer.thumb_url_label": "Cola um URL da miniatura do tópico", - "composer.thumb_title": "Adiciona uma miniatura a este tópico", - "composer.thumb_url_placeholder": "http://exemplo.com/dedo.png", - "composer.thumb_file_label": "Ou carrega um ficheiro", - "composer.thumb_remove": "Limpar os campos", - "composer.drag_and_drop_images": "Arrasta e larga imagens aqui", - "more_users_and_guests": "mais %1 utilizador(es) e %2 convidado(s)", - "more_users": "mais %1 utilizador(es)", - "more_guests": "mais %1 convidado(s)", - "users_and_others": "%1 e mais %2", - "sort_by": "Dispor por", - "oldest_to_newest": "Do mais antigo para o mais recente", - "newest_to_oldest": "Mais recente para mais antigo", - "most_votes": "Mais votos", - "most_posts": "Mais publicações", - "most_views": "Most Views", + "composer.thumb-url-label": "Cola um URL da miniatura do tópico", + "composer.thumb-title": "Adiciona uma miniatura a este tópico", + "composer.thumb-url-placeholder": "http://exemplo.com/dedo.png", + "composer.thumb-file-label": "Ou carrega um ficheiro", + "composer.thumb-remove": "Limpar os campos", + "composer.drag-and-drop-images": "Arrasta e larga imagens aqui", + "more-users-and-guests": "mais %1 utilizador(es) e %2 convidado(s)", + "more-users": "mais %1 utilizador(es)", + "more-guests": "mais %1 convidado(s)", + "users-and-others": "%1 e mais %2", + "sort-by": "Dispor por", + "oldest-to-newest": "Do mais antigo para o mais recente", + "newest-to-oldest": "Mais recente para mais antigo", + "most-votes": "Mais votos", + "most-posts": "Mais publicações", + "most-views": "Most Views", "stale.title": "Em vez disso, criar novo tópico?", "stale.warning": "O tópico ao qual estás a responder é bastante antigo. Gostarias antes de criar um novo tópico e referir este na tua resposta?", "stale.create": "Criar um novo tópico", - "stale.reply_anyway": "Responder a este tópico à mesma", - "link_back": "Referindo: [%1](%2)", + "stale.reply-anyway": "Responder a este tópico à mesma", + "link-back": "Referindo: [%1](%2)", "diffs.title": "Histórico de Edição da Publicação", "diffs.description": "Esta publicação tem %1 revisões. Clica numa das revisões abaixo para veres o conteúdo da publicação naquele momento.", "diffs.no-revisions-description": "Esta publicação tem %1 revisões.", @@ -197,8 +198,8 @@ "diffs.post-restored": "Post successfully restored to earlier revision", "diffs.delete": "Delete this revision", "diffs.deleted": "Revision deleted", - "timeago_later": "%1 depois", - "timeago_earlier": "%1 antes", + "timeago-later": "%1 depois", + "timeago-earlier": "%1 antes", "first-post": "First post", "last-post": "Last post", "go-to-my-next-post": "Go to my next post", diff --git a/public/language/pt-PT/unread.json b/public/language/pt-PT/unread.json index b70992b682..c5aa242c2f 100644 --- a/public/language/pt-PT/unread.json +++ b/public/language/pt-PT/unread.json @@ -1,12 +1,12 @@ { "title": "Por ler", - "no_unread_topics": "Não existem tópicos por ler.", - "load_more": "Carregar mais", - "mark_as_read": "Marcar como lido", + "no-unread-topics": "Não existem tópicos por ler.", + "load-more": "Carregar mais", + "mark-as-read": "Marcar como lido", "selected": "Selecionados", "all": "Todos", - "all_categories": "Todas as categorias", - "topics_marked_as_read.success": "Tópicos marcados como lidos!", + "all-categories": "Todas as categorias", + "topics-marked-as-read.success": "Tópicos marcados como lidos!", "all-topics": "Todos os tópicos", "new-topics": "Novos tópicos", "watched-topics": "Tópicos vistos", diff --git a/public/language/pt-PT/user.json b/public/language/pt-PT/user.json index 0b08a709e2..fc189c6c6a 100644 --- a/public/language/pt-PT/user.json +++ b/public/language/pt-PT/user.json @@ -7,22 +7,22 @@ "joindate": "Data de Adesão", "postcount": "Quantidade de publicações", "email": "E-mail", - "confirm_email": "Confirmar o e-mail", - "account_info": "Informação de conta", - "admin_actions_label": "Ações Administrativas", - "ban_account": "Banir conta", - "ban_account_confirm": "Queres realmente banir este utilizador?", - "unban_account": "Deixar de banir esta conta", - "mute_account": "Silenciar conta", - "unmute_account": "Dessilenciar conta", - "delete_account": "Eliminar conta", - "delete_account_as_admin": "Eliminar Conta", - "delete_content": "Eliminar Conteúdos da Conta", - "delete_all": "Eliminar Conta e respetivos Conteúdos", - "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", - "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", - "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", - "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "confirm-email": "Confirmar o e-mail", + "account-info": "Informação de conta", + "admin-actions-label": "Ações Administrativas", + "ban-account": "Banir conta", + "ban-account-confirm": "Queres realmente banir este utilizador?", + "unban-account": "Deixar de banir esta conta", + "mute-account": "Silenciar conta", + "unmute-account": "Dessilenciar conta", + "delete-account": "Eliminar conta", + "delete-account-as-admin": "Eliminar Conta", + "delete-content": "Eliminar Conteúdos da Conta", + "delete-all": "Eliminar Conta e respetivos Conteúdos", + "delete-account-confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", + "delete-this-account-confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", + "delete-account-content-confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "delete-all-confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", "account-deleted": "Conta eliminada", "account-content-deleted": "Conteúdos da conta eliminados", "fullname": "Nome completo", @@ -32,11 +32,12 @@ "joined": "Aderiu", "lastonline": "Última vez online", "profile": "Perfil", - "profile_views": "Visualizações ao perfil", + "profile-views": "Visualizações ao perfil", "reputation": "Reputação", "bookmarks": "Marcadores", - "watched_categories": "Categorias subscritas", - "change_all": "Change All", + "watched-categories": "Categorias subscritas", + "watched-tags": "Watched tags", + "change-all": "Change All", "watched": "Subscritos", "ignored": "Ignorados", "default-category-watch-state": "Estado predefinido da subscrição de categorias", @@ -44,83 +45,84 @@ "following": "Seguindo", "blocks": "Bloqueados", "blocked-users": "Blocked users", - "block_toggle": "Bloquear/Desbloquear", - "block_user": "Bloquear Utilizador", - "unblock_user": "Desbloquear Utilizador", + "block-toggle": "Bloquear/Desbloquear", + "block-user": "Bloquear Utilizador", + "unblock-user": "Desbloquear Utilizador", "aboutme": "Sobre mim", "signature": "Assinatura", "birthday": "Data de nascimento", "chat": "Conversa", - "chat_with": "Continuar a conversa com %1", - "new_chat_with": "Começa nova conversa com %1", + "chat-with": "Continuar a conversa com %1", + "new-chat-with": "Começa nova conversa com %1", "flag-profile": "Denunciar Perfil", "follow": "Segue", "unfollow": "Deixar de seguir", "more": "Mais", - "profile_update_success": "Perfil foi atualizado com sucesso!", - "change_picture": "Alterar fotografia", - "change_username": "Alterar Nome de Utilizador", - "change_email": "Alterar E-mail", - "email_same_as_password": "Por favor, insere a tua palavra-passe atual para continuar – tu inseriste o teu novo e-mail novamente", + "profile-update-success": "Perfil foi atualizado com sucesso!", + "change-picture": "Alterar fotografia", + "change-username": "Alterar Nome de Utilizador", + "change-email": "Alterar E-mail", + "email-updated": "Email Updated", + "email-same-as-password": "Por favor, insere a tua palavra-passe atual para continuar – tu inseriste o teu novo e-mail novamente", "edit": "Editar", "edit-profile": "Editar perfil", - "default_picture": "Icon pré-definido", - "uploaded_picture": "Fotografia enviada", - "upload_new_picture": "Enviar uma nova imagem", - "upload_new_picture_from_url": "Enviar uma nova imagem através de um URL", - "current_password": "Palavra-passe atual", - "new_password": "New Password", - "change_password": "Palavra-passe alterada", - "change_password_error": "Palavra-passe Inválida!", - "change_password_error_wrong_current": "A tua palavra-passe atual não está correta!", - "change_password_error_match": "As palavras-passe devem coincidir!", - "change_password_error_privileges": "Não tens os direitos necessários para alterar esta palavra-passe.", - "change_password_success": "A tua palavra-passe foi atualizada!", - "confirm_password": "Confirmar palavra-passe", + "default-picture": "Icon pré-definido", + "uploaded-picture": "Fotografia enviada", + "upload-new-picture": "Enviar uma nova imagem", + "upload-new-picture-from-url": "Enviar uma nova imagem através de um URL", + "current-password": "Palavra-passe atual", + "new-password": "New Password", + "change-password": "Palavra-passe alterada", + "change-password-error": "Palavra-passe Inválida!", + "change-password-error-wrong-current": "A tua palavra-passe atual não está correta!", + "change-password-error-match": "As palavras-passe devem coincidir!", + "change-password-error-privileges": "Não tens os direitos necessários para alterar esta palavra-passe.", + "change-password-success": "A tua palavra-passe foi atualizada!", + "confirm-password": "Confirmar palavra-passe", "password": "Palavra-passe", - "username_taken_workaround": "O nome de utilizador que escolheste já está em utilização por isso alteramo-lo ligeiramente. És agora conhecido como %1", - "password_same_as_username": "A tua palavra-passe é igual ao teu nome de utilizador. Por favor, escolhe outra palavra-passe.", - "password_same_as_email": "A tua palavra-passe é a mesma que o teu e-mail. Por favor, escolhe outra palavra-passe.", - "weak_password": "Palavra-passe fraca.", - "upload_picture": "Enviar imagem", - "upload_a_picture": "Enviar uma imagem", - "remove_uploaded_picture": "Remover Imagem Enviada", - "upload_cover_picture": "Enviar imagem de capa", - "remove_cover_picture_confirm": "Tens a certeza que queres remover a imagem de capa?", - "crop_picture": "Cortar imagem", - "upload_cropped_picture": "Cortar e enviar", + "username-taken-workaround": "O nome de utilizador que escolheste já está em utilização por isso alteramo-lo ligeiramente. És agora conhecido como %1", + "password-same-as-username": "A tua palavra-passe é igual ao teu nome de utilizador. Por favor, escolhe outra palavra-passe.", + "password-same-as-email": "A tua palavra-passe é a mesma que o teu e-mail. Por favor, escolhe outra palavra-passe.", + "weak-password": "Palavra-passe fraca.", + "upload-picture": "Enviar imagem", + "upload-a-picture": "Enviar uma imagem", + "remove-uploaded-picture": "Remover Imagem Enviada", + "upload-cover-picture": "Enviar imagem de capa", + "remove-cover-picture-confirm": "Tens a certeza que queres remover a imagem de capa?", + "crop-picture": "Cortar imagem", + "upload-cropped-picture": "Cortar e enviar", "avatar-background-colour": "Avatar background colour", "settings": "Definições", - "show_email": "Mostrar o meu e-mail", - "show_fullname": "Mostrar o meu nome completo", - "restrict_chats": "Permitir apenas mensagens de utilizadores que eu sigo", - "digest_label": "Subscrever o resumo", - "digest_description": "Subscrever atualizações por e-mail para este fórum (novas notificações e tópicos) de acordo com um horário definido", - "digest_off": "Desligado", - "digest_daily": "Diariamente ", - "digest_weekly": "Semanalmente", - "digest_biweekly": "Bi-Weekly", - "digest_monthly": "Mensalmente", - "has_no_follower": "Este utilizador não tem nenhum seguidor :(", - "follows_no_one": "Este utilizador não está a seguir ninguém :(", - "has_no_posts": "Este utilizador ainda não publicou nada.", - "has_no_best_posts": "This user does not have any upvoted posts yet.", - "has_no_topics": "Este utilizar ainda não publicou nenhum tópico.", - "has_no_watched_topics": "Este utilizador ainda não subscreveu nenhum tópico até ao momento.", - "has_no_ignored_topics": "Este utilizador ainda não ignorou nenhum tópico.", - "has_no_upvoted_posts": "Este utilizador ainda não votou favoravelmente em nenhuma publicação.", - "has_no_downvoted_posts": "Este utilizador ainda não votou negativamente em nenhuma publicação.", - "has_no_controversial_posts": "This user does not have any downvoted posts yet.", - "has_no_blocks": "Não bloqueaste nenhum utilizador.", - "email_hidden": "E-mail escondido", + "show-email": "Mostrar o meu e-mail", + "show-fullname": "Mostrar o meu nome completo", + "restrict-chats": "Permitir apenas mensagens de utilizadores que eu sigo", + "digest-label": "Subscrever o resumo", + "digest-description": "Subscrever atualizações por e-mail para este fórum (novas notificações e tópicos) de acordo com um horário definido", + "digest-off": "Desligado", + "digest-daily": "Diariamente", + "digest-weekly": "Semanalmente", + "digest-biweekly": "Bi-Weekly", + "digest-monthly": "Mensalmente", + "has-no-follower": "Este utilizador não tem nenhum seguidor :(", + "follows-no-one": "Este utilizador não está a seguir ninguém :(", + "has-no-posts": "Este utilizador ainda não publicou nada.", + "has-no-best-posts": "This user does not have any upvoted posts yet.", + "has-no-topics": "Este utilizar ainda não publicou nenhum tópico.", + "has-no-watched-topics": "Este utilizador ainda não subscreveu nenhum tópico até ao momento.", + "has-no-ignored-topics": "Este utilizador ainda não ignorou nenhum tópico.", + "has-no-upvoted-posts": "Este utilizador ainda não votou favoravelmente em nenhuma publicação.", + "has-no-downvoted-posts": "Este utilizador ainda não votou negativamente em nenhuma publicação.", + "has-no-controversial-posts": "This user does not have any downvoted posts yet.", + "has-no-blocks": "Não bloqueaste nenhum utilizador.", + "email-hidden": "E-mail escondido", "hidden": "Escondido", - "paginate_description": "Paginar os tópicos e publicações em vez de usar o scroll infinito", - "topics_per_page": "Tópicos por página", - "posts_per_page": "Publicações por página", + "paginate-description": "Paginar os tópicos e publicações em vez de usar o scroll infinito", + "topics-per-page": "Tópicos por página", + "posts-per-page": "Publicações por página", "category-topic-sort": "Category topic sort", "topic-post-sort": "Topic post sort", - "max_items_per_page": "Máximo %1", - "acp_language": "Idioma da Página de Administração", + "max-items-per-page": "Máximo %1", + "acp-language": "Idioma da Página de Administração", "notifications": "Notifications", "upvote-notif-freq": "Frequência das Notificações de Votos Positivos", "upvote-notif-freq.all": "Todos os votos positivos", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "Aos 10, 100, 1000...", "upvote-notif-freq.disabled": "Desativado", "browsing": "Definições de navegação", - "open_links_in_new_tab": "Abrir links externos num novo separador", - "enable_topic_searching": "Permitir pesquisa dentro dos tópicos", - "topic_search_help": "Se ativada, a pesquisa dentro de tópicos irá sobrepor-se ao comportamento normal de pesquisa do browser pré-definido e irá permitir-te pesquisar ao longo de todo o tópico, em vez de pesquisar somente no que é mostrado no ecrã", - "update_url_with_post_index": "Update url with post index while browsing topics", - "scroll_to_my_post": "Depois de publicar uma resposta, mostrar a nova publicação", - "follow_topics_you_reply_to": "Visualizar tópicos aos quais respondeste", - "follow_topics_you_create": "Visualizar tópicos que criaste", + "open-links-in-new-tab": "Abrir links externos num novo separador", + "enable-topic-searching": "Permitir pesquisa dentro dos tópicos", + "topic-search-help": "Se ativada, a pesquisa dentro de tópicos irá sobrepor-se ao comportamento normal de pesquisa do browser pré-definido e irá permitir-te pesquisar ao longo de todo o tópico, em vez de pesquisar somente no que é mostrado no ecrã", + "update-url-with-post-index": "Update url with post index while browsing topics", + "scroll-to-my-post": "Depois de publicar uma resposta, mostrar a nova publicação", + "follow-topics-you-reply-to": "Visualizar tópicos aos quais respondeste", + "follow-topics-you-create": "Visualizar tópicos que criaste", "grouptitle": "Título do grupo", "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "Sem título de grupo", @@ -145,9 +147,9 @@ "no-skin": "No Skin", "select-homepage": "Seleciona a página inicial", "homepage": "Página Inicial", - "homepage_description": "Seleciona a página que irás usar como página inicial do fórum ou \"Nenhuma\" para usar a página inicial por defeito", - "custom_route": "Rota para a página inicial personalizada", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", + "homepage-description": "Seleciona a página que irás usar como página inicial do fórum ou \"Nenhuma\" para usar a página inicial por defeito", + "custom-route": "Rota para a página inicial personalizada", + "custom-route-help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Serviços de login único", "sso.associated": "Associado a", "sso.not-associated": "Carrega aqui para associares com", @@ -179,25 +181,25 @@ "consent.title": "Direitos e privacidade", "consent.lead": "This community forum collects and processes your personal information.", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", - "consent.email_intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", - "consent.digest_frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", - "consent.digest_off": "Unless explicitly changed in your user settings, this community does not send out email digests", + "consent.email-intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", + "consent.digest-frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", + "consent.digest-off": "Unless explicitly changed in your user settings, this community does not send out email digests", "consent.received": "You have provided consent for this website to collect and process your information. No additional action is required.", - "consent.not_received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", + "consent.not-received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", "consent.give": "Dar permissão", - "consent.right_of_access": "You have the Right of Access", - "consent.right_of_access_description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", - "consent.right_to_rectification": "You have the Right to Rectification", - "consent.right_to_rectification_description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", - "consent.right_to_erasure": "You have the Right to Erasure", - "consent.right_to_erasure_description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", - "consent.right_to_data_portability": "You have the Right to Data Portability", - "consent.right_to_data_portability_description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", - "consent.export_profile": "Exportar Perfil (.json)", + "consent.right-of-access": "You have the Right of Access", + "consent.right-of-access-description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", + "consent.right-to-rectification": "You have the Right to Rectification", + "consent.right-to-rectification-description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", + "consent.right-to-erasure": "You have the Right to Erasure", + "consent.right-to-erasure-description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", + "consent.right-to-data-portability": "You have the Right to Data Portability", + "consent.right-to-data-portability-description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", + "consent.export-profile": "Exportar Perfil (.json)", "consent.export-profile-success": "Exporting profile, you will get a notification when it is complete.", - "consent.export_uploads": "Exportar Arquivos Enviados (.zip)", + "consent.export-uploads": "Exportar Arquivos Enviados (.zip)", "consent.export-uploads-success": "Exporting uploads, you will get a notification when it is complete.", - "consent.export_posts": "Exportar Publicações (.csv)", + "consent.export-posts": "Exportar Publicações (.csv)", "consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.", "emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.", "emailUpdate.optional": "This field is optional. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.", diff --git a/public/language/pt-PT/users.json b/public/language/pt-PT/users.json index 08bc05f8ba..1e16097101 100644 --- a/public/language/pt-PT/users.json +++ b/public/language/pt-PT/users.json @@ -1,13 +1,13 @@ { "all-users": "All Users", - "latest_users": "Utilizadores Recentes", - "top_posters": "Top de publicadores", - "most_reputation": "Maior Reputação", - "most_flags": "Mais Denúncias", + "latest-users": "Utilizadores Recentes", + "top-posters": "Top de publicadores", + "most-reputation": "Maior Reputação", + "most-flags": "Mais Denúncias", "search": "Procurar", - "enter_username": "Insere um nome de utilizador para pesquisar", + "enter-username": "Insere um nome de utilizador para pesquisar", "search-user-for-chat": "Search for a user to start chat", - "load_more": "Carregar mais", + "load-more": "Carregar mais", "users-found-search-took": "%1 utilizador(es) encontrados! A pesquisa demorou %2 segundos.", "filter-by": "Filtrar por", "online-only": "Só online", @@ -15,10 +15,10 @@ "prompt-email": "E-mails", "groups-to-join": "Groups to be joined when invite is accepted:", "invitation-email-sent": "Foi enviado um e-mail de convite para %1", - "user_list": "Lista de utilizadores", - "recent_topics": "Tópicos recentes", - "popular_topics": "Tópicos populares", - "unread_topics": "Tópicos por ler", + "user-list": "Lista de utilizadores", + "recent-topics": "Tópicos recentes", + "popular-topics": "Tópicos populares", + "unread-topics": "Tópicos por ler", "categories": "Categorias", "tags": "Marcadores", "no-users-found": "Não foram encontrados utilizadores!" diff --git a/public/language/ro/admin/advanced/events.json b/public/language/ro/admin/advanced/events.json index b2c2033fb5..9327eef8d3 100644 --- a/public/language/ro/admin/advanced/events.json +++ b/public/language/ro/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "Event Type", "filter-start": "Start Date", "filter-end": "End Date", - "filter-perPage": "Per Page" + "filter-per-page": "Per Page" } \ No newline at end of file diff --git a/public/language/ro/admin/extend/widgets.json b/public/language/ro/admin/extend/widgets.json index ab3a4b11d2..5d2832feed 100644 --- a/public/language/ro/admin/extend/widgets.json +++ b/public/language/ro/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "No widgets found! Activate the widget essentials plugin in the plugins control panel.", "clone-from": "Clone widgets from", "containers.available": "Available Containers", - "containers.explanation": "Drag and drop on top of any active widget", + "containers.explanation": "Drag and drop on top of any widget", "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", @@ -29,5 +29,7 @@ "hide-from-groups": "Hide from groups", "start-date": "Start date", "end-date": "End date", - "hide-on-mobile": "Hide on mobile" + "hide-on-mobile": "Hide on mobile", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/ro/admin/manage/privileges.json b/public/language/ro/admin/manage/privileges.json index 9af075bcfa..240cff6aa5 100644 --- a/public/language/ro/admin/manage/privileges.json +++ b/public/language/ro/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "Edit Privileges", "select-clear-all": "Select/Clear All", "chat": "Chat", + "chat-with-privileged": "Chat with Privileged", "upload-images": "Upload Images", "upload-files": "Upload Files", "signature": "Signature", @@ -33,7 +34,7 @@ "edit-posts": "Edit Posts", "view-edit-history": "View Edit History", "delete-posts": "Delete Posts", - "view_deleted": "View Deleted Posts", + "view-deleted": "View Deleted Posts", "upvote-posts": "Upvote Posts", "downvote-posts": "Downvote Posts", "delete-topics": "Delete Topics", diff --git a/public/language/ro/admin/manage/users.json b/public/language/ro/admin/manage/users.json index 1fef96f56d..08e5701f40 100644 --- a/public/language/ro/admin/manage/users.json +++ b/public/language/ro/admin/manage/users.json @@ -4,16 +4,21 @@ "edit": "Actions", "make-admin": "Make Admin", "remove-admin": "Remove Admin", + "change-email": "Change Email", + "new-email": "New Email", "validate-email": "Validate Email", "send-validation-email": "Send Validation Email", + "change-password": "Change Password", "password-reset-email": "Send Password Reset Email", "force-password-reset": "Force Password Reset & Log User Out", - "ban": "Ban User(s)", + "ban": "Ban", + "ban-users": "Ban User(s)", "temp-ban": "Ban User(s) Temporarily", "unban": "Unban User(s)", "reset-lockout": "Reset Lockout", "reset-flags": "Reset Flags", - "delete": "Delete User(s)", + "delete": "Delete", + "delete-users": "Delete User(s)", "delete-content": "Delete User(s) Content", "purge": "Delete User(s) and Content", "download-csv": "Download CSV", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "Ban %1 user(s)", "alerts.unban-success": "User(s) unbanned!", "alerts.lockout-reset-success": "Lockout(s) reset!", + "alerts.password-change-success": "Password(s) changed!", "alerts.flag-reset-success": "Flags(s) reset!", "alerts.no-remove-yourself-admin": "You can't remove yourself as Administrator!", "alerts.make-admin-success": "User is now administrator.", @@ -106,6 +112,7 @@ "alerts.create": "Create User", "alerts.button-create": "Create", "alerts.button-cancel": "Cancel", + "alerts.button-change": "Change", "alerts.error-passwords-different": "Passwords must match!", "alerts.error-x": "Error

%1

", "alerts.create-success": "User created!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "Emails: ", "alerts.email-sent-to": "An invitation email has been sent to %1", "alerts.x-users-found": "%1 user(s) found, (%2 seconds)", + "alerts.select-a-single-user-to-change-email": "Select a single user to change email", "export-users-started": "Exporting users as csv, this might take a while. You will receive a notification when it is complete.", - "export-users-completed": "Users exported as csv, click here to download." + "export-users-completed": "Users exported as csv, click here to download.", + "email": "Email", + "password": "Password", + "manage": "Manage" } \ No newline at end of file diff --git a/public/language/ro/admin/settings/chat.json b/public/language/ro/admin/settings/chat.json index e4946458bd..86360a34ee 100644 --- a/public/language/ro/admin/settings/chat.json +++ b/public/language/ro/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "Enter 0 to disable this restriction", "chat-settings": "Chat Settings", "disable": "Disable chat", "disable-editing": "Disable chat message editing/deletion", @@ -6,8 +7,10 @@ "max-length": "Maximum length of chat messages", "max-chat-room-name-length": "Maximum length of chat room names", "max-room-size": "Maximum number of users in chat rooms", - "delay": "Time between chat messages in milliseconds", - "notification-delay": "Notification delay for chat messages. (0 for no delay)", - "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable. (0 disabled)", - "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable. (0 disabled)" + "delay": "Time between chat messages (ms)", + "newbieDelay": "... for new users (ms)", + "notification-delay": "Notification delay for chat messages", + "notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.", + "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.", + "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable." } \ No newline at end of file diff --git a/public/language/ro/admin/settings/post.json b/public/language/ro/admin/settings/post.json index 9dc61afe57..9de7dc76fa 100644 --- a/public/language/ro/admin/settings/post.json +++ b/public/language/ro/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "Title Length", "restrictions.post-length": "Post Length", "restrictions.days-until-stale": "Days until topic is considered stale", - "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic.", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "Timestamp", "timestamp.cut-off": "Date cut-off (in days)", "timestamp.cut-off-help": "Dates & times will be shown in a relative manner (e.g. \"3 hours ago\" / \"5 days ago\"), and localised into various\n\t\t\t\t\tlanguages. After a certain point, this text can be switched to display the localised date itself\n\t\t\t\t\t(e.g. 5 Nov 2016 15:30).
(Default: 30, or one month). Set to 0 to always display dates, leave blank to always display relative times.", diff --git a/public/language/ro/admin/settings/user.json b/public/language/ro/admin/settings/user.json index 368548ba74..816bdfc150 100644 --- a/public/language/ro/admin/settings/user.json +++ b/public/language/ro/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "Username or Email", "allow-login-with.username": "Username Only", "account-settings": "Account Settings", - "gdpr_enabled": "Enable GDPR consent collection", - "gdpr_enabled_help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", + "gdpr-enabled": "Enable GDPR consent collection", + "gdpr-enabled-help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", "disable-username-changes": "Disable username changes", "disable-email-changes": "Disable email changes", "disable-password-changes": "Disable password changes", diff --git a/public/language/ro/category.json b/public/language/ro/category.json index 1e5659f5e8..2be03c90ca 100644 --- a/public/language/ro/category.json +++ b/public/language/ro/category.json @@ -1,12 +1,12 @@ { "category": "Categorie", "subcategories": "Subcategorii", - "new_topic_button": "Subiect Nou", + "new-topic-button": "Subiect Nou", "guest-login-post": "Conecteaza-te pentru a posta", - "no_topics": "Nu există nici un subiect de discuție în această categorie.
De ce nu încerci să postezi tu unul?", + "no-topics": "Nu există nici un subiect de discuție în această categorie.
De ce nu încerci să postezi tu unul?", "browsing": "navighează", - "no_replies": "Nu a răspuns nimeni", - "no_new_posts": "Nici o postare nouă", + "no-replies": "Nu a răspuns nimeni", + "no-new-posts": "Nici o postare nouă", "watch": "Urmărește", "ignore": "Ignoră", "watching": "Watching", diff --git a/public/language/ro/email.json b/public/language/ro/email.json index e1b853448a..f65f18f4c1 100644 --- a/public/language/ro/email.json +++ b/public/language/ro/email.json @@ -3,8 +3,8 @@ "password-reset-requested": "Password Reset Requested!", "welcome-to": "Salutare lui %1", "invite": "Invitație de la %1", - "greeting_no_name": "Salut", - "greeting_with_name": "Salut %1", + "greeting-no-name": "Salut", + "greeting-with-name": "Salut %1", "email.verify-your-email.subject": "Please verify your email", "email.verify.text1": "You've requested that we change or confirm your email address", "email.verify.text2": "For security purposes, we only change or confirm the email address on file once its ownership has been confirmed via email. If you did not request this, no action is required on your part.", @@ -24,7 +24,7 @@ "reset.notify.text2": "If you did not authorise this, please notify an administrator immediately.", "digest.unread-rooms": "Unread rooms", "digest.room-name-unreadcount": "%1 (%2 unread)", - "digest.latest_topics": "Ultimele mesaje de la %1", + "digest.latest-topics": "Ultimele mesaje de la %1", "digest.top-topics": "Top topics from %1", "digest.popular-topics": "Popular topics from %1", "digest.cta": "Apasă aici pentru a vizita %1", @@ -36,8 +36,8 @@ "digest.title.day": "Your Daily Digest", "digest.title.week": "Your Weekly Digest", "digest.title.month": "Your Monthly Digest", - "notif.chat.subject": "Ai primit un mesaj de la %1", - "notif.chat.public-chat-subject": "New message from %1 in room %2", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "Apasă aici pentru a continua conversația", "notif.chat.unsub.info": "This chat notification was sent to you due to your subscription settings.", "notif.post.unsub.info": "This post notification was sent to you due to your subscription settings.", diff --git a/public/language/ro/error.json b/public/language/ro/error.json index 6c03f4fa19..7086854993 100644 --- a/public/language/ro/error.json +++ b/public/language/ro/error.json @@ -184,6 +184,7 @@ "post-flagged-too-many-times": "This post has been flagged by others already", "user-flagged-too-many-times": "This user has been flagged by others already", "cant-flag-privileged": "You are not allowed to flag the profiles or content of privileged users (moderators/global moderators/admins)", + "cant-locate-flag-report": "Cannot locate flag report", "self-vote": "You cannot vote on your own post", "too-many-upvotes-today": "You can only upvote %1 times a day", "too-many-upvotes-today-user": "You can only upvote a user %1 times a day", diff --git a/public/language/ro/flags.json b/public/language/ro/flags.json index f12aaae53d..996e027833 100644 --- a/public/language/ro/flags.json +++ b/public/language/ro/flags.json @@ -1,5 +1,6 @@ { "state": "State", + "report": "Report", "reports": "Reports", "first-reported": "First Reported", "no-flags": "Hooray! No flags found.", @@ -8,6 +9,8 @@ "update": "Update", "updated": "Updated", "resolved": "Resolved", + "report-added": "Added", + "report-rescinded": "Rescinded", "target-purged": "The content this flag referred to has been purged and is no longer available.", "target-aboutme-empty": "This user has no "About Me" set.", diff --git a/public/language/ro/global.json b/public/language/ro/global.json index e87ecc00e0..015c209418 100644 --- a/public/language/ro/global.json +++ b/public/language/ro/global.json @@ -13,19 +13,19 @@ "400.message": "It looks like this link is malformed, please double-check and try again.
Return to the home page.
", "register": "Înregistrare", "login": "Autentificare", - "please_log_in": "Autentifică-te", + "please-log-in": "Autentifică-te", "logout": "Ieşire", - "posting_restriction_info": "Pentru a posta trebuie să fi înregistrat. Apasă aici pentru a te atentifica.", - "welcome_back": "Bine ai revenit", - "you_have_successfully_logged_in": "Te-ai conectat cu succes", - "save_changes": "Salvează Modificări", + "posting-restriction-info": "Pentru a posta trebuie să fi înregistrat. Apasă aici pentru a te atentifica.", + "welcome-back": "Bine ai revenit", + "you-have-successfully-logged-in": "Te-ai conectat cu succes", + "save-changes": "Salvează Modificări", "save": "Save", "create": "Create", "cancel": "Cancel", "close": "Închide", "pagination": "Paginație", - "pagination.out_of": "%1 din %2", - "pagination.enter_index": "Go to post index", + "pagination.out-of": "%1 din %2", + "pagination.enter-index": "Go to post index", "header.admin": "Admin", "header.categories": "Categorii", "header.recent": "Recente", @@ -80,25 +80,25 @@ "lastpost": "Last post", "firstpost": "First post", "about": "About", - "read_more": "citește mai mult", + "read-more": "citește mai mult", "more": "Mai multe", "none": "None", - "posted_ago_by_guest": "postat %1 de Vizitator", - "posted_ago_by": "postat %1 de %2", - "posted_ago": "postat %1", - "posted_in": "postat în %1", - "posted_in_by": "postat în %1 de %2", - "posted_in_ago": "postat în %1 %2", - "posted_in_ago_by": "postat în %1 %2 de %3", - "user_posted_ago": "%1 a postat %2", - "guest_posted_ago": "Vizitator a postat %1", - "last_edited_by": "ultima editare de %1", + "posted-ago-by-guest": "postat %1 de Vizitator", + "posted-ago-by": "postat %1 de %2", + "posted-ago": "postat %1", + "posted-in": "postat în %1", + "posted-in-by": "postat în %1 de %2", + "posted-in-ago": "postat în %1 %2", + "posted-in-ago-by": "postat în %1 %2 de %3", + "user-posted-ago": "%1 a postat %2", + "guest-posted-ago": "Vizitator a postat %1", + "last-edited-by": "ultima editare de %1", "edited-timestamp": "Edited %1", "norecentposts": "Nici un mesaj recent", "norecenttopics": "Nici un subiect recent", "recentposts": "Mesaje Recente", "recentips": "Adrese IP autentificate recent", - "moderator_tools": "Moderator Tools", + "moderator-tools": "Moderator Tools", "status": "Status", "online": "Conectat", "away": "Plecat", @@ -109,7 +109,7 @@ "language": "Limbă", "guest": "Vizitator", "guests": "Vizitatori", - "former_user": "A Former User", + "former-user": "A Former User", "system-user": "System", "unknown-user": "Unknown user", "updated.title": "Forumul a fost actualizat", @@ -117,12 +117,12 @@ "privacy": "Intimitate", "follow": "Urmăreşte", "unfollow": "Nu mai urmări", - "delete_all": "Şterge Tot", + "delete-all": "Şterge Tot", "map": "Hartă", "sessions": "Ședința de login", - "ip_address": "Adresa IP", - "enter_page_number": "Introdu numărul paginei", - "upload_file": "Încărcați fișierul", + "ip-address": "Adresa IP", + "enter-page-number": "Introdu numărul paginei", + "upload-file": "Încărcați fișierul", "upload": "Încărcați", "uploads": "Uploads", "allowed-file-types": "Tipuri de fișiere permise sunt %1", @@ -131,7 +131,7 @@ "play": "Play", "cookies.message": "This website uses cookies to ensure you get the best experience on our website.", "cookies.accept": "Got it!", - "cookies.learn_more": "Learn More", + "cookies.learn-more": "Learn More", "edited": "Edited", "disabled": "Disabled", "select": "Select", diff --git a/public/language/ro/groups.json b/public/language/ro/groups.json index 98d5269abb..03c8325f3b 100644 --- a/public/language/ro/groups.json +++ b/public/language/ro/groups.json @@ -2,65 +2,65 @@ "all-groups": "All groups", "groups": "Grupuri", "members": "Members", - "view_group": "Vezi Grup", + "view-group": "Vezi Grup", "owner": "Propietar de group", - "new_group": "Crează un grup nou", - "no_groups_found": "Nu sunt grupuri de văzut", + "new-group": "Crează un grup nou", + "no-groups-found": "Nu sunt grupuri de văzut", "pending.accept": "Acceptă", "pending.reject": "Respinge", - "pending.accept_all": "Acceptă toate", - "pending.reject_all": "Respinge toate", + "pending.accept-all": "Acceptă toate", + "pending.reject-all": "Respinge toate", "pending.none": "Momentan nu există membrii în așteptare", "invited.none": "Momentan nu există membrii invitați", "invited.uninvite": "Anulează invitația", "invited.search": "Search for a user to invite to this group", - "invited.notification_title": "Ai fost invitat să te alături %1", - "request.notification_title": "Group Membership Request from %1", - "request.notification_text": "%1 has requested to become a member of %2", + "invited.notification-title": "Ai fost invitat să te alături %1", + "request.notification-title": "Group Membership Request from %1", + "request.notification-text": "%1 has requested to become a member of %2", "cover-save": "Salvează", "cover-saving": "Salvez", "details.title": "Detalii Grup", "details.members": "Listă Membrii", "details.pending": "Membrii în așteptare", "details.invited": "Membrii invitați", - "details.has_no_posts": "Membrii acestui grup nu au facut nici o postare.", - "details.latest_posts": "Ultimele Mesaje", + "details.has-no-posts": "Membrii acestui grup nu au facut nici o postare.", + "details.latest-posts": "Ultimele Mesaje", "details.private": "Privat", "details.disableJoinRequests": "Disable join requests", "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Grant/Rescind Ownership", "details.kick": "Kick", - "details.kick_confirm": "Are you sure you want to remove this member from the group?", + "details.kick-confirm": "Are you sure you want to remove this member from the group?", "details.add-member": "Add Member", - "details.owner_options": "Administrarea grupului", - "details.group_name": "Numele grupului", - "details.member_count": "Număr de membrii", - "details.creation_date": "Data creării", + "details.owner-options": "Administrarea grupului", + "details.group-name": "Numele grupului", + "details.member-count": "Număr de membrii", + "details.creation-date": "Data creării", "details.description": "Descriere", "details.member-post-cids": "Category IDs to display posts from", - "details.badge_preview": "Previzualizarea insignei", - "details.change_icon": "Schimbă icoana", - "details.change_label_colour": "Change Label Colour", - "details.change_text_colour": "Change Text Colour", - "details.badge_text": "Textul insignei", + "details.badge-preview": "Previzualizarea insignei", + "details.change-icon": "Schimbă icoana", + "details.change-label-colour": "Change Label Colour", + "details.change-text-colour": "Change Text Colour", + "details.badge-text": "Textul insignei", "details.userTitleEnabled": "Arată insigna", - "details.private_help": "If enabled, joining of groups requires approval from a group owner", + "details.private-help": "If enabled, joining of groups requires approval from a group owner", "details.hidden": "Ascuns", - "details.hidden_help": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", - "details.delete_group": "Șterge grupul", - "details.private_system_help": "Private groups is disabled at system level, this option does not do anything", + "details.hidden-help": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", + "details.delete-group": "Șterge grupul", + "details.private-system-help": "Private groups is disabled at system level, this option does not do anything", "event.updated": "Detaliile grupului au fost actualizate", "event.deleted": "Grupul %1\" a fost șters", "membership.accept-invitation": "Acceptă invitația", - "membership.accept.notification_title": "You are now a member of %1", + "membership.accept.notification-title": "You are now a member of %1", "membership.invitation-pending": "Invitație in așteptare", "membership.join-group": "Alăture-te grupului", "membership.leave-group": "Părăsește grupul", - "membership.leave.notification_title": "%1 has left group %2", + "membership.leave.notification-title": "%1 has left group %2", "membership.reject": "Respinge", - "new-group.group_name": "Numele grupului:", + "new-group.group-name": "Numele grupului:", "upload-group-cover": "Încarcă coperta de grup", "bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group", "bulk-invite": "Bulk Invite", - "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" + "remove-group-cover-confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/ro/login.json b/public/language/ro/login.json index 2d71d22e51..80558fc08a 100644 --- a/public/language/ro/login.json +++ b/public/language/ro/login.json @@ -1,12 +1,12 @@ { "username-email": "Utilizator/Email", "username": "Utilizator", - "remember_me": "Autentifică-mă automat la fiecare vizită", - "forgot_password": "Ai uitat parola?", - "alternative_logins": "Autentificare Alternativă", - "failed_login_attempt": "Login nereușit", - "login_successful": "Te-ai autentificat cu succes!", - "dont_have_account": "Nu ai un cont?", + "remember-me": "Autentifică-mă automat la fiecare vizită", + "forgot-password": "Ai uitat parola?", + "alternative-logins": "Autentificare Alternativă", + "failed-login-attempt": "Login nereușit", + "login-successful": "Te-ai autentificat cu succes!", + "dont-have-account": "Nu ai un cont?", "logged-out-due-to-inactivity": "Ai fost deconectat din panoul de administrare din cauza inactivității", "caps-lock-enabled": "Caps Lock is enabled" } \ No newline at end of file diff --git a/public/language/ro/modules.json b/public/language/ro/modules.json index 9877bfae4e..ede5dea94f 100644 --- a/public/language/ro/modules.json +++ b/public/language/ro/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "Room %1", - "chat.chatting_with": "Chat with", + "chat.chatting-with": "Chat with", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Go to most recent message", @@ -8,12 +8,15 @@ "chat.chat-with-usernames": "Chat with %1", "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Trimite", - "chat.no_active": "Nu ai nici o conversație activă", - "chat.user_typing": "%1 scrie ...", - "chat.user_has_messaged_you": "%1 ți-a trimis un mesaj.", + "chat.no-active": "Nu ai nici o conversație activă", + "chat.user-typing-1": "%1 is typing ...", + "chat.user-typing-2": "%1 and %2 are typing ...", + "chat.user-typing-3": "%1, %2 and %3 are typing ...", + "chat.user-typing-n": "%1, %2 and %3 others are typing ...", + "chat.user-has-messaged-you": "%1 ți-a trimis un mesaj.", "chat.replying-to": "Replying to %1", - "chat.see_all": "All chats", - "chat.mark_all_read": "Mark all read", + "chat.see-all": "All chats", + "chat.mark-all-read": "Mark all read", "chat.no-messages": "Selectează un recipient pentru a vedea istoria mesajelor chat", "chat.no-users-in-room": "No users in this room", "chat.recent-chats": "Conversații Recente", @@ -24,12 +27,16 @@ "chat.pop-out": "Chat pop-up", "chat.minimize": "Minimize", "chat.maximize": "Maximizează", - "chat.seven_days": "7 Zile", - "chat.thirty_days": "30 de zile", - "chat.three_months": "3 Luni", - "chat.delete_message_confirm": "Are you sure you wish to delete this message?", + "chat.seven-days": "7 Zile", + "chat.thirty-days": "30 de zile", + "chat.three-months": "3 Luni", + "chat.delete-message-confirm": "Are you sure you wish to delete this message?", "chat.retrieving-users": "Retrieving users...", "chat.view-users-list": "View users list", + "chat.pinned-messages": "Pinned Messages", + "chat.no-pinned-messages": "There are no pinned messages", + "chat.pin-message": "Pin Message", + "chat.unpin-message": "Unpin Message", "chat.public-rooms": "Public Rooms (%1)", "chat.private-rooms": "Private Rooms (%1)", "chat.create-room": "Create Chat Room", @@ -67,17 +74,24 @@ "chat.system.user-leave": "%1 has left the room ", "chat.system.room-rename": "%2 has renamed this room to \"%1\" ", "composer.compose": "Scrie", - "composer.show_preview": "Show Preview", - "composer.hide_preview": "Hide Preview", + "composer.show-preview": "Show Preview", + "composer.hide-preview": "Hide Preview", "composer.help": "Help", - "composer.user_said_in": "%1 a spus în %2:", - "composer.user_said": "%1 a spus:", + "composer.user-said-in": "%1 a spus în %2:", + "composer.user-said": "%1 a spus:", "composer.discard": "Ești sigur că vrei să renunți la acest mesaj?", - "composer.submit_and_lock": "Submit and Lock", - "composer.toggle_dropdown": "Toggle Dropdown", + "composer.submit-and-lock": "Submit and Lock", + "composer.toggle-dropdown": "Toggle Dropdown", "composer.uploading": "Uploading %1", "composer.formatting.bold": "Bold", "composer.formatting.italic": "Italic", + "composer.formatting.heading": "Heading", + "composer.formatting.heading1": "Heading 1", + "composer.formatting.heading2": "Heading 2", + "composer.formatting.heading3": "Heading 3", + "composer.formatting.heading4": "Heading 4", + "composer.formatting.heading5": "Heading 5", + "composer.formatting.heading6": "Heading 6", "composer.formatting.list": "List", "composer.formatting.strikethrough": "Strikethrough", "composer.formatting.code": "Code", @@ -85,9 +99,10 @@ "composer.formatting.picture": "Image Link", "composer.upload-picture": "Upload Image", "composer.upload-file": "Upload File", - "composer.zen_mode": "Zen Mode", - "composer.select_category": "Select a category", + "composer.zen-mode": "Zen Mode", + "composer.select-category": "Select a category", "composer.textarea.placeholder": "Enter your post content here, drag and drop images", + "composer.post-queue-alert": "Hello👋!
This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.", "composer.schedule-for": "Schedule topic for", "composer.schedule-date": "Date", "composer.schedule-time": "Time", @@ -102,8 +117,8 @@ "bootbox.confirm": "Confirm", "bootbox.submit": "Submit", "bootbox.send": "Send", - "cover.dragging_title": "Cover Photo Positioning", - "cover.dragging_message": "Drag the cover photo to the desired position and click \"Save\"", + "cover.dragging-title": "Cover Photo Positioning", + "cover.dragging-message": "Drag the cover photo to the desired position and click \"Save\"", "cover.saved": "Cover photo image and position saved", "thumbs.modal.title": "Manage topic thumbnails", "thumbs.modal.no-thumbs": "No thumbnails found.", diff --git a/public/language/ro/notifications.json b/public/language/ro/notifications.json index b640328d56..2f4cd05785 100644 --- a/public/language/ro/notifications.json +++ b/public/language/ro/notifications.json @@ -1,59 +1,68 @@ { "title": "Notificări", - "no_notifs": "Nu ai nici o notificare recentă", - "see_all": "All notifications", - "mark_all_read": "Mark all read", - "back_to_home": "Înapoi la %1", - "outgoing_link": "Link Extern", - "outgoing_link_message": "Părăsești acuma %1", - "continue_to": "Continuă la %1", - "return_to": "Întoarce-te la %1", - "new_notification": "You have a new notification", - "you_have_unread_notifications": "Ai notificări necitite.", + "no-notifs": "Nu ai nici o notificare recentă", + "see-all": "All notifications", + "mark-all-read": "Mark all read", + "back-to-home": "Înapoi la %1", + "outgoing-link": "Link Extern", + "outgoing-link-message": "Părăsești acuma %1", + "continue-to": "Continuă la %1", + "return-to": "Întoarce-te la %1", + "new-notification": "You have a new notification", + "you-have-unread-notifications": "Ai notificări necitite.", "all": "All", "topics": "Topics", + "tags": "Tags", "replies": "Replies", "chat": "Chats", "group-chat": "Group Chats", "public-chat": "Public Chats", "follows": "Follows", "upvote": "Upvotes", + "awards": "Awards", "new-flags": "New Flags", "my-flags": "Flags assigned to me", "bans": "Bans", - "new_message_from": "Un mesaj nou de la %1", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1 a votat pozitiv mesajul tău în %2.", - "upvoted_your_post_in_dual": "%1 and %2 have upvoted your post in %3.", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "%1 has moved your post to %2", - "moved_your_topic": "%1 has moved %2", - "user_flagged_post_in": "%1 a semnalizat un mesaj în %2", - "user_flagged_post_in_dual": "%1 and %2 flagged a post in %3", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1 flagged a user profile (%2)", - "user_flagged_user_dual": "%1 and %2 flagged a user profile (%3)", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "%1 a postat un răspuns la: %2", - "user_posted_to_dual": "%1 and %2 have posted replies to: %3", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1 has posted a new topic: %2", - "user_edited_post": "%1 has edited a post in %2", - "user_started_following_you": "%1 a început să te urmărească.", - "user_started_following_you_dual": "%1 and %2 started following you.", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1 sent a registration request.", - "new_register_multiple": "There are %1 registration requests awaiting review.", - "flag_assigned_to_you": "Flag %1 has been assigned to you", - "post_awaiting_review": "Post awaiting review", + "new-message-from": "Un mesaj nou de la %1", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 wrote in %3", + "user-posted-in-public-room-dual": "%1 and %2 wrote in %4", + "user-posted-in-public-room-triple": "%1, %2 and %3 wrote in %5", + "user-posted-in-public-room-multiple": "%1, %2 and %3 others wrote in %5", + "upvoted-your-post-in": "%1 a votat pozitiv mesajul tău în %2.", + "upvoted-your-post-in-dual": "%1 and %2 have upvoted your post in %3.", + "upvoted-your-post-in-triple": "%1, %2 and %3 have upvoted your post in %4.", + "upvoted-your-post-in-multiple": "%1, %2 and %3 others have upvoted your post in %4.", + "moved-your-post": "%1 has moved your post to %2", + "moved-your-topic": "%1 has moved %2", + "user-flagged-post-in": "%1 a semnalizat un mesaj în %2", + "user-flagged-post-in-dual": "%1 and %2 flagged a post in %3", + "user-flagged-post-in-triple": "%1, %2 and %3 flagged a post in %4", + "user-flagged-post-in-multiple": "%1, %2 and %3 others flagged a post in %4", + "user-flagged-user": "%1 flagged a user profile (%2)", + "user-flagged-user-dual": "%1 and %2 flagged a user profile (%3)", + "user-flagged-user-triple": "%1, %2 and %3 flagged a user profile (%4)", + "user-flagged-user-multiple": "%1, %2 and %3 others flagged a user profile (%4)", + "user-posted-to": "%1 a postat un răspuns la: %2", + "user-posted-to-dual": "%1 and %2 have posted replies to: %3", + "user-posted-to-triple": "%1, %2 and %3 have posted replies to: %4", + "user-posted-to-multiple": "%1, %2 and %3 others have posted replies to: %4", + "user-posted-topic": "%1 has posted a new topic: %2", + "user-edited-post": "%1 has edited a post in %2", + "user-posted-topic-with-tag": "%1 has posted a new topic with tag %2", + "user-posted-topic-with-tag-dual": "%1 has posted a new topic with tags %2 and %3", + "user-posted-topic-with-tag-triple": "%1 has posted a new topic with tags %2, %3 and %4", + "user-posted-topic-with-tag-multiple": "%1 has posted a new topic with tags %2", + "user-started-following-you": "%1 a început să te urmărească.", + "user-started-following-you-dual": "%1 and %2 started following you.", + "user-started-following-you-triple": "%1, %2 and %3 started following you.", + "user-started-following-you-multiple": "%1, %2 and %3 others started following you.", + "new-register": "%1 sent a registration request.", + "new-register-multiple": "There are %1 registration requests awaiting review.", + "flag-assigned-to-you": "Flag %1 has been assigned to you", + "post-awaiting-review": "Post awaiting review", "profile-exported": "%1 profile exported, click to download", "posts-exported": "%1 posts exported, click to download", "uploads-exported": "%1 uploads exported, click to download", @@ -66,22 +75,24 @@ "email-confirm-error-message": "A fost o problemă cu activarea adresei tale de email. Poate codul de activare a fost invalid sau expirat.", "email-confirm-sent": "Un email de confirmare a fost trimis.", "none": "None", - "notification_only": "Notification Only", - "email_only": "Email Only", - "notification_and_email": "Notification & Email", - "notificationType_upvote": "When someone upvotes your post", - "notificationType_new-topic": "When someone you follow posts a topic", - "notificationType_new-reply": "When a new reply is posted in a topic you are watching", - "notificationType_post-edit": "When a post is edited in a topic you are watching", - "notificationType_follow": "When someone starts following you", - "notificationType_new-chat": "When you receive a chat message", - "notificationType_new-group-chat": "When you receive a group chat message", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "When you receive a group invite", - "notificationType_group-leave": "When a user leaves your group", - "notificationType_group-request-membership": "When someone requests to join a group you own", - "notificationType_new-register": "When someone gets added to registration queue", - "notificationType_post-queue": "When a new post is queued", - "notificationType_new-post-flag": "When a post is flagged", - "notificationType_new-user-flag": "When a user is flagged" + "notification-only": "Notification Only", + "email-only": "Email Only", + "notification-and-email": "Notification & Email", + "notificationType-upvote": "When someone upvotes your post", + "notificationType-new-topic": "When someone you follow posts a topic", + "notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow", + "notificationType-new-reply": "When a new reply is posted in a topic you are watching", + "notificationType-post-edit": "When a post is edited in a topic you are watching", + "notificationType-follow": "When someone starts following you", + "notificationType-new-chat": "When you receive a chat message", + "notificationType-new-group-chat": "When you receive a group chat message", + "notificationType-new-public-chat": "When you receive a public group chat message", + "notificationType-group-invite": "When you receive a group invite", + "notificationType-group-leave": "When a user leaves your group", + "notificationType-group-request-membership": "When someone requests to join a group you own", + "notificationType-new-register": "When someone gets added to registration queue", + "notificationType-post-queue": "When a new post is queued", + "notificationType-new-post-flag": "When a post is flagged", + "notificationType-new-user-flag": "When a user is flagged", + "notificationType-new-reward": "When you earn a new reward" } \ No newline at end of file diff --git a/public/language/ro/pages.json b/public/language/ro/pages.json index 31d4017292..57816e574b 100644 --- a/public/language/ro/pages.json +++ b/public/language/ro/pages.json @@ -47,7 +47,8 @@ "account/latest-posts": "Latest posts made by %1", "account/topics": "Topics created by %1", "account/groups": "%1's Groups", - "account/watched_categories": "%1's Watched Categories", + "account/watched-categories": "%1's Watched Categories", + "account/watched-tags": "%1's Watched Tags", "account/bookmarks": "%1's Bookmarked Posts", "account/settings": "User Settings", "account/settings-of": "Changing settings of %1", diff --git a/public/language/ro/recent.json b/public/language/ro/recent.json index 5bdadeb993..18914bdf5c 100644 --- a/public/language/ro/recent.json +++ b/public/language/ro/recent.json @@ -5,7 +5,7 @@ "month": "Lună", "year": "An", "alltime": "Tot Timpul", - "no_recent_topics": "Nu există subiecte recente.", - "no_popular_topics": "Nu sunt subiecte populare.", + "no-recent-topics": "Nu există subiecte recente.", + "no-popular-topics": "Nu sunt subiecte populare.", "load-new-posts": "Load new posts" } \ No newline at end of file diff --git a/public/language/ro/register.json b/public/language/ro/register.json index c637855762..7e29d632f3 100644 --- a/public/language/ro/register.json +++ b/public/language/ro/register.json @@ -1,32 +1,32 @@ { "register": "Înregistrare", "already-have-account": "Already have an account?", - "cancel_registration": "Cancel Registration", + "cancel-registration": "Cancel Registration", "help.email": "Implicit, adresa ta de email va fi ascunsă.", - "help.username_restrictions": "Un nume de utilizator între %1 și %2 caractere. Alți utilizatori te pot menționa cu @utilizator.", - "help.minimum_password_length": "Lungimea parolei trebuie sa fie mai mare de %1 caractere.", - "email_address": "Adresă de email", - "email_address_placeholder": "Introdu adresă de email", + "help.username-restrictions": "Un nume de utilizator între %1 și %2 caractere. Alți utilizatori te pot menționa cu @utilizator.", + "help.minimum-password-length": "Lungimea parolei trebuie sa fie mai mare de %1 caractere.", + "email-address": "Adresă de email", + "email-address-placeholder": "Introdu adresă de email", "username": "Utilizator", - "username_placeholder": "Introdu Utilizator", + "username-placeholder": "Introdu Utilizator", "password": "Parolă", - "password_placeholder": "Introdu Parolă", - "confirm_password": "Confirmă Parola", - "confirm_password_placeholder": "Confirmă Parola", - "register_now_button": "Înregistrează-te", - "alternative_registration": "Înregistrare Alternativă", - "terms_of_use": "Termeni de utilizare", - "agree_to_terms_of_use": "Sunt de acord cu termenii de utilizare", - "terms_of_use_error": "You must agree to the Terms of Use", + "password-placeholder": "Introdu Parolă", + "confirm-password": "Confirmă Parola", + "confirm-password-placeholder": "Confirmă Parola", + "register-now-button": "Înregistrează-te", + "alternative-registration": "Înregistrare Alternativă", + "terms-of-use": "Termeni de utilizare", + "agree-to-terms-of-use": "Sunt de acord cu termenii de utilizare", + "terms-of-use-error": "You must agree to the Terms of Use", "registration-added-to-queue": "Your registration has been added to the approval queue. You will receive an email when it is accepted by an administrator.", "registration-queue-average-time": "Our average time for approving memberships is %1 hours %2 minutes.", "registration-queue-auto-approve-time": "Your membership to this forum will be fully activated in up to %1 hours.", "interstitial.intro": "We'd like some additional information in order to update your account…", "interstitial.intro-new": "We'd like some additional information before we can create your account…", "interstitial.errors-found": "Please review the entered information:", - "gdpr_agree_data": "I consent to the collection and processing of my personal information on this website.", - "gdpr_agree_email": "I consent to receive digest and notification emails from this website.", - "gdpr_consent_denied": "You must give consent to this site to collect/process your information, and to send you emails.", + "gdpr-agree-data": "I consent to the collection and processing of my personal information on this website.", + "gdpr-agree-email": "I consent to receive digest and notification emails from this website.", + "gdpr-consent-denied": "You must give consent to this site to collect/process your information, and to send you emails.", "invite.error-admin-only": "Direct user registration has been disabled. Please contact an administrator for more details.", "invite.error-invite-only": "Direct user registration has been disabled. You must be invited by an existing user in order to access this forum.", "invite.error-invalid-data": "The registration data received does not correspond to our records. Please contact an administrator for more details" diff --git a/public/language/ro/reset_password.json b/public/language/ro/reset_password.json index f5cb307424..94fb6fd8f1 100644 --- a/public/language/ro/reset_password.json +++ b/public/language/ro/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "Resetează Parola", - "update_password": "Actualizează Parola", - "password_changed.title": "Parolă Modificată", - "password_changed.message": "

Parola a fost resetată cu succes, te rugăm să te autentifici dinou.", - "wrong_reset_code.title": "Cod de resetare incorect", - "wrong_reset_code.message": "Codul de resetare primit a fost incorect. Te rugăm să încerci dinou sau să ceri un nou cod de resetare.", - "new_password": "Parolă Nouă", - "repeat_password": "Confirmă Parola", - "changing_password": "Changing Password", - "enter_email": "Te rugăm sa introduci adresa ta de email și îți vom trimite un email cu instrucțiuni pentru a îți reseta contul tău de utilizator.", - "enter_email_address": "Introdu adresă de email", - "password_reset_sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", - "invalid_email": "Adresă de email invalidă / Adresa de email nu există!", - "password_too_short": "The password entered is too short, please pick a different password.", - "passwords_do_not_match": "The two passwords you've entered do not match.", - "password_expired": "Parola ta a expirat, te rugăm alege altă parolă" + "reset-password": "Resetează Parola", + "update-password": "Actualizează Parola", + "password-changed.title": "Parolă Modificată", + "password-changed.message": "

Parola a fost resetată cu succes, te rugăm să te autentifici dinou.", + "wrong-reset-code.title": "Cod de resetare incorect", + "wrong-reset-code.message": "Codul de resetare primit a fost incorect. Te rugăm să încerci dinou sau să ceri un nou cod de resetare.", + "new-password": "Parolă Nouă", + "repeat-password": "Confirmă Parola", + "changing-password": "Changing Password", + "enter-email": "Te rugăm sa introduci adresa ta de email și îți vom trimite un email cu instrucțiuni pentru a îți reseta contul tău de utilizator.", + "enter-email-address": "Introdu adresă de email", + "password-reset-sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", + "invalid-email": "Adresă de email invalidă / Adresa de email nu există!", + "password-too-short": "The password entered is too short, please pick a different password.", + "passwords-do-not-match": "The two passwords you've entered do not match.", + "password-expired": "Parola ta a expirat, te rugăm alege altă parolă" } \ No newline at end of file diff --git a/public/language/ro/rewards.json b/public/language/ro/rewards.json new file mode 100644 index 0000000000..f923cf1500 --- /dev/null +++ b/public/language/ro/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "You have been awarded %1 reputation", + "awarded-group-membership": "You have been added to the group %1", + + "essentials/user.reputation-conditional-value": "(Reputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Post Count %1 %2)", + "essentials/user.lastonline-conditional-value": "(Last Online %1 %2)", + "essentials/user.joindate-conditional-value": "(Join Date %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Days Registered %1 %2)" +} \ No newline at end of file diff --git a/public/language/ro/search.json b/public/language/ro/search.json index e22caca038..f09ce2f0c4 100644 --- a/public/language/ro/search.json +++ b/public/language/ro/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Type to search", - "results_matching": "%1 rezultat(e) pentru \"%2\", (%3 secunde)", + "results-matching": "%1 rezultat(e) pentru \"%2\", (%3 secunde)", "no-matches": "Nu a fost găsit nici un rezultat", "advanced-search": "Căutare avansată", "in": "În", diff --git a/public/language/ro/tags.json b/public/language/ro/tags.json index e1af0ff586..faf8ce2620 100644 --- a/public/language/ro/tags.json +++ b/public/language/ro/tags.json @@ -1,11 +1,17 @@ { "all-tags": "All tags", - "no_tag_topics": "Nu există nici un subiect cu acest tag.", + "no-tag-topics": "Nu există nici un subiect cu acest tag.", "no-tags-found": "No tags found", "tags": "Taguri", - "enter_tags_here": "Introduceți tagurile aici, fiecare tag trebuie să conțină între %1 și %2 caractere.", - "enter_tags_here_short": "Introdu taguri...", - "no_tags": "În acest moment nu există nici un tag.", - "select_tags": "Select Tags", - "tag-whitelist": "Tag Whitelist" + "enter-tags-here": "Introduceți tagurile aici, fiecare tag trebuie să conțină între %1 și %2 caractere.", + "enter-tags-here-short": "Introdu taguri...", + "no-tags": "În acest moment nu există nici un tag.", + "select-tags": "Select Tags", + "tag-whitelist": "Tag Whitelist", + "watching": "Watching", + "not-watching": "Not Watching", + "watching.description": "Notify me of new topics.", + "not-watching.description": "Do not notify me of new topics.", + "following-tag.message": "You will now be receiving notifications when somebody posts a topic with this tag.", + "not-following-tag.message": "You will not receive notifications when somebody posts a topic with this tag." } \ No newline at end of file diff --git a/public/language/ro/themes/harmony.json b/public/language/ro/themes/harmony.json index f915155306..5e0a65f946 100644 --- a/public/language/ro/themes/harmony.json +++ b/public/language/ro/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page", "settings.autohideBottombar": "Auto hide bottom bar", "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down", + "settings.openSidebars": "Open sidebars", "settings.chatModals": "Enable chat modals" } \ No newline at end of file diff --git a/public/language/ro/top.json b/public/language/ro/top.json index b8a05bfa5f..6e1e05674e 100644 --- a/public/language/ro/top.json +++ b/public/language/ro/top.json @@ -1,4 +1,4 @@ { "title": "Top", - "no_top_topics": "No top topics" + "no-top-topics": "No top topics" } \ No newline at end of file diff --git a/public/language/ro/topic.json b/public/language/ro/topic.json index 0c9643ddf6..60e23ea155 100644 --- a/public/language/ro/topic.json +++ b/public/language/ro/topic.json @@ -1,20 +1,20 @@ { "topic": "Subiect", "title": "Title", - "no_topics_found": "Nu a fost găsit nici un subiect!", - "no_posts_found": "Nu a fost găsit nici un mesaj!", - "post_is_deleted": "Acest mesaj a fost șters!", - "topic_is_deleted": "Acest subiect este șters!", + "no-topics-found": "Nu a fost găsit nici un subiect!", + "no-posts-found": "Nu a fost găsit nici un mesaj!", + "post-is-deleted": "Acest mesaj a fost șters!", + "topic-is-deleted": "Acest subiect este șters!", "profile": "Profil", - "posted_by": "Postat de %1", - "posted_by_guest": "Postat de Vizitator", + "posted-by": "Postat de %1", + "posted-by-guest": "Postat de Vizitator", "chat": "Conversație", - "notify_me": "Notică-mă de noi răspunsuri în acest subiect", + "notify-me": "Notică-mă de noi răspunsuri în acest subiect", "quote": "Citează", "reply": "Răspunde", - "replies_to_this_post": "%1 Replies", - "one_reply_to_this_post": "1 Reply", - "last_reply_time": "Last reply", + "replies-to-this-post": "%1 Replies", + "one-reply-to-this-post": "1 Reply", + "last-reply-time": "Last reply", "reply-as-topic": "Răspunde ca subiect", "guest-login-reply": "Login pentru a răspunde", "login-to-view": "🔒 Log in to view", @@ -64,129 +64,130 @@ "user-referenced-topic-on": "%1 referenced this topic on %3", "user-forked-topic-ago": "%1 forked this topic %3", "user-forked-topic-on": "%1 forked this topic on %3", - "bookmark_instructions": "Click here to return to the last read post in this thread.", + "bookmark-instructions": "Click here to return to the last read post in this thread.", "flag-post": "Flag this post", "flag-user": "Flag this user", "already-flagged": "Already Flagged", "view-flag-report": "View Flag Report", "resolve-flag": "Resolve Flag", - "merged_message": "This topic has been merged into %2", - "deleted_message": "Acest subiect a fost șters. Doar utilizatorii cu privilegii pentru moderarea subiectelor îl poate vedea.", - "following_topic.message": "Vei primi notificări când cineva va posta un nou mesaj in acest subiect.", - "not_following_topic.message": "You will see this topic in the unread topics list, but you will not receive notifications when somebody posts to this topic.", - "ignoring_topic.message": "You will no longer see this topic in the unread topics list. You will be notified when you are mentioned or your post is up voted.", - "login_to_subscribe": "Te rugăm să te înregistrezi sau să te autentifici ca să te poți abona la acest subiect.", + "merged-message": "This topic has been merged into %2", + "forked-message": "This topic was forked from %2", + "deleted-message": "Acest subiect a fost șters. Doar utilizatorii cu privilegii pentru moderarea subiectelor îl poate vedea.", + "following-topic.message": "Vei primi notificări când cineva va posta un nou mesaj in acest subiect.", + "not-following-topic.message": "You will see this topic in the unread topics list, but you will not receive notifications when somebody posts to this topic.", + "ignoring-topic.message": "You will no longer see this topic in the unread topics list. You will be notified when you are mentioned or your post is up voted.", + "login-to-subscribe": "Te rugăm să te înregistrezi sau să te autentifici ca să te poți abona la acest subiect.", "markAsUnreadForAll.success": "Subiect marcat ca citit pentru toți.", - "mark_unread": "Mark unread", - "mark_unread.success": "Topic marked as unread.", + "mark-unread": "Mark unread", + "mark-unread.success": "Topic marked as unread.", "watch": "Urmărește", "unwatch": "Oprire urmărire", "watch.title": "Abonează-te la notificări legate de acest subiect", "unwatch.title": "Oprește urmărirea acestui subiect", - "share_this_post": "Distribuie acest mesaj", + "share-this-post": "Distribuie acest mesaj", "watching": "Watching", "not-watching": "Not Watching", "ignoring": "Ignoring", "watching.description": "Notify me of new replies.
Show topic in unread.", "not-watching.description": "Do not notify me of new replies.
Show topic in unread if category is not ignored.", "ignoring.description": "Do not notify me of new replies.
Do not show topic in unread.", - "thread_tools.title": "Unelte pentru subiecte", - "thread_tools.markAsUnreadForAll": "Mark Unread For All", - "thread_tools.pin": "Pin Subiect", - "thread_tools.unpin": "Unpin Subiect", - "thread_tools.lock": "Închide Subiect", - "thread_tools.unlock": "Deschide Subiect", - "thread_tools.move": "Mută Subiect", - "thread_tools.move-posts": "Move Posts", - "thread_tools.move_all": "Mută-le pe toate", - "thread_tools.change_owner": "Change Owner", - "thread_tools.select_category": "Select Category", - "thread_tools.fork": "Bifurcă Subiect", - "thread_tools.tag": "Tag Topic", - "thread_tools.delete": "Șterge Subiect", - "thread_tools.delete-posts": "Delete Posts", - "thread_tools.delete_confirm": "Ești sigur că vrei să ștergi acest subiect?", - "thread_tools.restore": "Restaurează Subiect", - "thread_tools.restore_confirm": "Esti sigur că vrei să restaurezi acest subiect?", - "thread_tools.purge": "Curăță Subiect", - "thread_tools.purge_confirm": "Ești sigur că vrei sa cureți acest subiect?", - "thread_tools.merge_topics": "Merge Topics", - "thread_tools.merge": "Merge Topic", - "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_undone": "Topic move undone", - "topic_move_posts_success": "Posts will be moved shortly. Click here to undo.", - "topic_move_posts_undone": "Post move undone", - "post_delete_confirm": "Ești sigur că vrei să ștergi acest mesaj?", - "post_restore_confirm": "Esti sigur că vrei să restaurezi acest mesaj?", - "post_purge_confirm": "Ești sigur că vrei să cureți acest mesaj?", + "thread-tools.title": "Unelte pentru subiecte", + "thread-tools.markAsUnreadForAll": "Mark Unread For All", + "thread-tools.pin": "Pin Subiect", + "thread-tools.unpin": "Unpin Subiect", + "thread-tools.lock": "Închide Subiect", + "thread-tools.unlock": "Deschide Subiect", + "thread-tools.move": "Mută Subiect", + "thread-tools.move-posts": "Move Posts", + "thread-tools.move-all": "Mută-le pe toate", + "thread-tools.change-owner": "Change Owner", + "thread-tools.select-category": "Select Category", + "thread-tools.fork": "Bifurcă Subiect", + "thread-tools.tag": "Tag Topic", + "thread-tools.delete": "Șterge Subiect", + "thread-tools.delete-posts": "Delete Posts", + "thread-tools.delete-confirm": "Ești sigur că vrei să ștergi acest subiect?", + "thread-tools.restore": "Restaurează Subiect", + "thread-tools.restore-confirm": "Esti sigur că vrei să restaurezi acest subiect?", + "thread-tools.purge": "Curăță Subiect", + "thread-tools.purge-confirm": "Ești sigur că vrei sa cureți acest subiect?", + "thread-tools.merge-topics": "Merge Topics", + "thread-tools.merge": "Merge Topic", + "topic-move-success": "This topic will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-multiple-success": "These topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-all-success": "All topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-undone": "Topic move undone", + "topic-move-posts-success": "Posts will be moved shortly. Click here to undo.", + "topic-move-posts-undone": "Post move undone", + "post-delete-confirm": "Ești sigur că vrei să ștergi acest mesaj?", + "post-restore-confirm": "Esti sigur că vrei să restaurezi acest mesaj?", + "post-purge-confirm": "Ești sigur că vrei să cureți acest mesaj?", "pin-modal-expiry": "Expiration Date", "pin-modal-help": "You can optionally set an expiration date for the pinned topic(s) here. Alternatively, you can leave this field blank to have the topic stay pinned until it is manually unpinned.", - "load_categories": "Se Încarcă Categoriile", - "confirm_move": "Mută", - "confirm_fork": "Bifurcă", + "load-categories": "Se Încarcă Categoriile", + "confirm-move": "Mută", + "confirm-fork": "Bifurcă", "bookmark": "Bookmark", "bookmarks": "Bookmarks", - "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.", + "bookmarks.has-no-bookmarks": "You haven't bookmarked any posts yet.", "copy-permalink": "Copy Permalink", - "loading_more_posts": "Se încarcă mai multe mesaje", - "move_topic": "Mută Subiect", - "move_topics": "Mută Subiecte", - "move_post": "Mută Mesaj", - "post_moved": "Mesaj mutat!", - "fork_topic": "Bifurcă Subiect", + "loading-more-posts": "Se încarcă mai multe mesaje", + "move-topic": "Mută Subiect", + "move-topics": "Mută Subiecte", + "move-post": "Mută Mesaj", + "post-moved": "Mesaj mutat!", + "fork-topic": "Bifurcă Subiect", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", - "fork_no_pids": "Nu a fost selectat nici un mesaj!", + "fork-topic-instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", + "fork-no-pids": "Nu a fost selectat nici un mesaj!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", "x-posts-will-be-moved-to-y": "%1 post(s) will be moved to \"%2\"", - "fork_pid_count": "%1 post(s) selected", - "fork_success": "Successfully forked topic! Click here to go to the forked topic.", - "delete_posts_instruction": "Click the posts you want to delete/purge", - "merge_topics_instruction": "Click the topics you want to merge or search for them", + "fork-pid-count": "%1 post(s) selected", + "fork-success": "Successfully forked topic! Click here to go to the forked topic.", + "delete-posts-instruction": "Click the posts you want to delete/purge", + "merge-topics-instruction": "Click the topics you want to merge or search for them", "merge-topic-list-title": "List of topics to be merged", "merge-options": "Merge options", "merge-select-main-topic": "Select the main topic", "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", - "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", - "move_topic_instruction": "Select the target category and then click move", - "change_owner_instruction": "Click the posts you want to assign to another user", - "composer.title_placeholder": "Introdu numele subiectului aici ...", - "composer.handle_placeholder": "Enter your name/handle here", + "move-posts-instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move-topic-instruction": "Select the target category and then click move", + "change-owner-instruction": "Click the posts you want to assign to another user", + "composer.title-placeholder": "Introdu numele subiectului aici ...", + "composer.handle-placeholder": "Enter your name/handle here", "composer.hide": "Hide", "composer.discard": "Renunță", "composer.submit": "Trimite", "composer.additional-options": "Additional Options", "composer.post-later": "Post Later", "composer.schedule": "Schedule", - "composer.replying_to": "Îi raspunde lui %1", - "composer.new_topic": "Subiect Nou", + "composer.replying-to": "Îi raspunde lui %1", + "composer.new-topic": "Subiect Nou", "composer.editing-in": "Editing post in %1", "composer.uploading": "se uploadează ...", - "composer.thumb_url_label": "Lipește un link pentru pictogramă subiect", - "composer.thumb_title": "Adaugă o pictogramă la acest subiect", - "composer.thumb_url_placeholder": "http://exemplu.ro/thumb.png", - "composer.thumb_file_label": "Sau uploadează un fisier", - "composer.thumb_remove": "Șterge câmpurile", - "composer.drag_and_drop_images": "Trage și Pune Imagini Aici", - "more_users_and_guests": "%1 utlizator(i) și %2 vizitator(i)", - "more_users": "%1 utilizator(i)", - "more_guests": "%1 vizitator(i)", - "users_and_others": "%1 și alți %2", - "sort_by": "Sortează de la", - "oldest_to_newest": "Vechi la Noi", - "newest_to_oldest": "Noi la Vechi", - "most_votes": "Most Votes", - "most_posts": "Most Posts", - "most_views": "Most Views", + "composer.thumb-url-label": "Lipește un link pentru pictogramă subiect", + "composer.thumb-title": "Adaugă o pictogramă la acest subiect", + "composer.thumb-url-placeholder": "http://exemplu.ro/thumb.png", + "composer.thumb-file-label": "Sau uploadează un fisier", + "composer.thumb-remove": "Șterge câmpurile", + "composer.drag-and-drop-images": "Trage și Pune Imagini Aici", + "more-users-and-guests": "%1 utlizator(i) și %2 vizitator(i)", + "more-users": "%1 utilizator(i)", + "more-guests": "%1 vizitator(i)", + "users-and-others": "%1 și alți %2", + "sort-by": "Sortează de la", + "oldest-to-newest": "Vechi la Noi", + "newest-to-oldest": "Noi la Vechi", + "most-votes": "Most Votes", + "most-posts": "Most Posts", + "most-views": "Most Views", "stale.title": "Create new topic instead?", "stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?", "stale.create": "Create a new topic", - "stale.reply_anyway": "Reply to this topic anyway", - "link_back": "Re: [%1](%2)", + "stale.reply-anyway": "Reply to this topic anyway", + "link-back": "Re: [%1](%2)", "diffs.title": "Post Edit History", "diffs.description": "This post has %1 revisions. Click one of the revisions below to see the post content at that point in time.", "diffs.no-revisions-description": "This post has %1 revisions.", @@ -197,8 +198,8 @@ "diffs.post-restored": "Post successfully restored to earlier revision", "diffs.delete": "Delete this revision", "diffs.deleted": "Revision deleted", - "timeago_later": "%1 later", - "timeago_earlier": "%1 earlier", + "timeago-later": "%1 later", + "timeago-earlier": "%1 earlier", "first-post": "First post", "last-post": "Last post", "go-to-my-next-post": "Go to my next post", diff --git a/public/language/ro/unread.json b/public/language/ro/unread.json index 43e6a60d67..c636d7a8c5 100644 --- a/public/language/ro/unread.json +++ b/public/language/ro/unread.json @@ -1,12 +1,12 @@ { "title": "Necitite", - "no_unread_topics": "Nu există nici un subiect necitit.", - "load_more": "Încarcă mai multe", - "mark_as_read": "Marchează ca citit", + "no-unread-topics": "Nu există nici un subiect necitit.", + "load-more": "Încarcă mai multe", + "mark-as-read": "Marchează ca citit", "selected": "Selectate", "all": "Toate", - "all_categories": "Toate categoriile", - "topics_marked_as_read.success": "Subiectele au fost marcate ca citite!", + "all-categories": "Toate categoriile", + "topics-marked-as-read.success": "Subiectele au fost marcate ca citite!", "all-topics": "Toate subiectele", "new-topics": "Subiecte noi", "watched-topics": "Subiecte urmărite", diff --git a/public/language/ro/user.json b/public/language/ro/user.json index ab622da988..af4728d7e0 100644 --- a/public/language/ro/user.json +++ b/public/language/ro/user.json @@ -7,22 +7,22 @@ "joindate": "Join Date", "postcount": "Post Count", "email": "Adresă Email", - "confirm_email": "Confirmă Email", - "account_info": "Account Info", - "admin_actions_label": "Administrative Actions", - "ban_account": "Ban Account", - "ban_account_confirm": "Do you really want to ban this user?", - "unban_account": "Unban Account", - "mute_account": "Mute Account", - "unmute_account": "Unmute Account", - "delete_account": "Șterge Cont", - "delete_account_as_admin": "Delete Account", - "delete_content": "Delete Account Content", - "delete_all": "Delete Account and Content", - "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", - "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", - "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", - "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "confirm-email": "Confirmă Email", + "account-info": "Account Info", + "admin-actions-label": "Administrative Actions", + "ban-account": "Ban Account", + "ban-account-confirm": "Do you really want to ban this user?", + "unban-account": "Unban Account", + "mute-account": "Mute Account", + "unmute-account": "Unmute Account", + "delete-account": "Șterge Cont", + "delete-account-as-admin": "Delete Account", + "delete-content": "Delete Account Content", + "delete-all": "Delete Account and Content", + "delete-account-confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", + "delete-this-account-confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", + "delete-account-content-confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "delete-all-confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", "account-deleted": "Cont șters", "account-content-deleted": "Account content deleted", "fullname": "Nume Întreg", @@ -32,11 +32,12 @@ "joined": "S-a Înregistrat", "lastonline": "S-a conectat ultima oară", "profile": "Profil", - "profile_views": "Vizualizări", + "profile-views": "Vizualizări", "reputation": "Reputație", "bookmarks": "Bookmarks", - "watched_categories": "Watched categories", - "change_all": "Change All", + "watched-categories": "Watched categories", + "watched-tags": "Watched tags", + "change-all": "Change All", "watched": "Watched", "ignored": "Ignored", "default-category-watch-state": "Default category watch state", @@ -44,83 +45,84 @@ "following": "Îi urmărește pe", "blocks": "Blocks", "blocked-users": "Blocked users", - "block_toggle": "Toggle Block", - "block_user": "Block User", - "unblock_user": "Unblock User", + "block-toggle": "Toggle Block", + "block-user": "Block User", + "unblock-user": "Unblock User", "aboutme": "About me", "signature": "Semnătură", "birthday": "Zi de naștere", "chat": "Conversație", - "chat_with": "Continue chat with %1", - "new_chat_with": "Start new chat with %1", + "chat-with": "Continue chat with %1", + "new-chat-with": "Start new chat with %1", "flag-profile": "Flag Profile", "follow": "Urmărește", "unfollow": "Oprește urmărirea", "more": "Mai multe", - "profile_update_success": "Profilul tău a fost actualizat cu succes!", - "change_picture": "Schimbă Poza", - "change_username": "Change Username", - "change_email": "Change Email", - "email_same_as_password": "Please enter your current password to continue – you've entered your new email again", + "profile-update-success": "Profilul tău a fost actualizat cu succes!", + "change-picture": "Schimbă Poza", + "change-username": "Change Username", + "change-email": "Change Email", + "email-updated": "Email Updated", + "email-same-as-password": "Please enter your current password to continue – you've entered your new email again", "edit": "Editează", "edit-profile": "Edit Profile", - "default_picture": "Default Icon", - "uploaded_picture": "Poză uploadată", - "upload_new_picture": "Uploadează poză nouă", - "upload_new_picture_from_url": "Uploadează poză nouă cu URL", - "current_password": "Parola curentă", - "new_password": "New Password", - "change_password": "Schimbă Parola", - "change_password_error": "Parola invalidă!", - "change_password_error_wrong_current": "Parola ta curentă nu este corectă!", - "change_password_error_match": "Parolele trebuie să se potrivească!", - "change_password_error_privileges": "Nu ai nici un drept să schimbi această parolă.", - "change_password_success": "Parola ta a fost actualizată!", - "confirm_password": "Confirmă Parola", + "default-picture": "Default Icon", + "uploaded-picture": "Poză uploadată", + "upload-new-picture": "Uploadează poză nouă", + "upload-new-picture-from-url": "Uploadează poză nouă cu URL", + "current-password": "Parola curentă", + "new-password": "New Password", + "change-password": "Schimbă Parola", + "change-password-error": "Parola invalidă!", + "change-password-error-wrong-current": "Parola ta curentă nu este corectă!", + "change-password-error-match": "Parolele trebuie să se potrivească!", + "change-password-error-privileges": "Nu ai nici un drept să schimbi această parolă.", + "change-password-success": "Parola ta a fost actualizată!", + "confirm-password": "Confirmă Parola", "password": "Parolă", - "username_taken_workaround": "Numele de utilizator pe care l-ai cerut este deja luat, așa că l-am modificat puțin. Acum ești cunoscut ca %1", - "password_same_as_username": "Your password is the same as your username, please select another password.", - "password_same_as_email": "Your password is the same as your email, please select another password.", - "weak_password": "Weak password.", - "upload_picture": "Uploadează poză", - "upload_a_picture": "Uploadează o poză", - "remove_uploaded_picture": "Remove Uploaded Picture", - "upload_cover_picture": "Upload cover picture", - "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", - "crop_picture": "Crop picture", - "upload_cropped_picture": "Crop and upload", + "username-taken-workaround": "Numele de utilizator pe care l-ai cerut este deja luat, așa că l-am modificat puțin. Acum ești cunoscut ca %1", + "password-same-as-username": "Your password is the same as your username, please select another password.", + "password-same-as-email": "Your password is the same as your email, please select another password.", + "weak-password": "Weak password.", + "upload-picture": "Uploadează poză", + "upload-a-picture": "Uploadează o poză", + "remove-uploaded-picture": "Remove Uploaded Picture", + "upload-cover-picture": "Upload cover picture", + "remove-cover-picture-confirm": "Are you sure you want to remove the cover picture?", + "crop-picture": "Crop picture", + "upload-cropped-picture": "Crop and upload", "avatar-background-colour": "Avatar background colour", "settings": "Setări", - "show_email": "Arată adresa mea de email", - "show_fullname": "Show My Full Name", - "restrict_chats": "Only allow chat messages from users I follow", - "digest_label": "Abonează-te la digest", - "digest_description": "Abonează-te la updateuri prin email de la acest forum (notificări noi si subiecte) în concordanță cu un program prestabilit", - "digest_off": "Închis", - "digest_daily": "Zilnic", - "digest_weekly": "Săptămânal", - "digest_biweekly": "Bi-Weekly", - "digest_monthly": "Lunar", - "has_no_follower": "Pe acest utilizator nu îl urmărește nimeni :(", - "follows_no_one": "Acest utilizator nu urmărește pe nimeni :(", - "has_no_posts": "This user hasn't posted anything yet.", - "has_no_best_posts": "This user does not have any upvoted posts yet.", - "has_no_topics": "This user hasn't posted any topics yet.", - "has_no_watched_topics": "This user hasn't watched any topics yet.", - "has_no_ignored_topics": "This user hasn't ignored any topics yet.", - "has_no_upvoted_posts": "This user hasn't upvoted any posts yet.", - "has_no_downvoted_posts": "This user hasn't downvoted any posts yet.", - "has_no_controversial_posts": "This user does not have any downvoted posts yet.", - "has_no_blocks": "You have blocked no users.", - "email_hidden": "Adresă de email ascunsă", + "show-email": "Arată adresa mea de email", + "show-fullname": "Show My Full Name", + "restrict-chats": "Only allow chat messages from users I follow", + "digest-label": "Abonează-te la digest", + "digest-description": "Abonează-te la updateuri prin email de la acest forum (notificări noi si subiecte) în concordanță cu un program prestabilit", + "digest-off": "Închis", + "digest-daily": "Zilnic", + "digest-weekly": "Săptămânal", + "digest-biweekly": "Bi-Weekly", + "digest-monthly": "Lunar", + "has-no-follower": "Pe acest utilizator nu îl urmărește nimeni :(", + "follows-no-one": "Acest utilizator nu urmărește pe nimeni :(", + "has-no-posts": "This user hasn't posted anything yet.", + "has-no-best-posts": "This user does not have any upvoted posts yet.", + "has-no-topics": "This user hasn't posted any topics yet.", + "has-no-watched-topics": "This user hasn't watched any topics yet.", + "has-no-ignored-topics": "This user hasn't ignored any topics yet.", + "has-no-upvoted-posts": "This user hasn't upvoted any posts yet.", + "has-no-downvoted-posts": "This user hasn't downvoted any posts yet.", + "has-no-controversial-posts": "This user does not have any downvoted posts yet.", + "has-no-blocks": "You have blocked no users.", + "email-hidden": "Adresă de email ascunsă", "hidden": "ascuns", - "paginate_description": "Paginate topics and posts instead of using infinite scroll", - "topics_per_page": "Subiecte pe pagină", - "posts_per_page": "Mesaje pe pagină", + "paginate-description": "Paginate topics and posts instead of using infinite scroll", + "topics-per-page": "Subiecte pe pagină", + "posts-per-page": "Mesaje pe pagină", "category-topic-sort": "Category topic sort", "topic-post-sort": "Topic post sort", - "max_items_per_page": "Maximum %1", - "acp_language": "Admin Page Language", + "max-items-per-page": "Maximum %1", + "acp-language": "Admin Page Language", "notifications": "Notifications", "upvote-notif-freq": "Upvote Notification Frequency", "upvote-notif-freq.all": "All Upvotes", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "On 10, 100, 1000...", "upvote-notif-freq.disabled": "Disabled", "browsing": "Setări navigare", - "open_links_in_new_tab": "Open outgoing links in new tab", - "enable_topic_searching": "Enable In-Topic Searching", - "topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen", - "update_url_with_post_index": "Update url with post index while browsing topics", - "scroll_to_my_post": "After posting a reply, show the new post", - "follow_topics_you_reply_to": "Watch topics that you reply to", - "follow_topics_you_create": "Watch topics you create", + "open-links-in-new-tab": "Open outgoing links in new tab", + "enable-topic-searching": "Enable In-Topic Searching", + "topic-search-help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen", + "update-url-with-post-index": "Update url with post index while browsing topics", + "scroll-to-my-post": "After posting a reply, show the new post", + "follow-topics-you-reply-to": "Watch topics that you reply to", + "follow-topics-you-create": "Watch topics you create", "grouptitle": "Group Title", "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "No group title", @@ -145,9 +147,9 @@ "no-skin": "No Skin", "select-homepage": "Select a Homepage", "homepage": "Homepage", - "homepage_description": "Select a page to use as the forum homepage or 'None' to use the default homepage.", - "custom_route": "Custom Homepage Route", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", + "homepage-description": "Select a page to use as the forum homepage or 'None' to use the default homepage.", + "custom-route": "Custom Homepage Route", + "custom-route-help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Single Sign-on Services", "sso.associated": "Associated with", "sso.not-associated": "Click here to associate with", @@ -179,25 +181,25 @@ "consent.title": "Your Rights & Consent", "consent.lead": "This community forum collects and processes your personal information.", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", - "consent.email_intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", - "consent.digest_frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", - "consent.digest_off": "Unless explicitly changed in your user settings, this community does not send out email digests", + "consent.email-intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", + "consent.digest-frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", + "consent.digest-off": "Unless explicitly changed in your user settings, this community does not send out email digests", "consent.received": "You have provided consent for this website to collect and process your information. No additional action is required.", - "consent.not_received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", + "consent.not-received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", "consent.give": "Give consent", - "consent.right_of_access": "You have the Right of Access", - "consent.right_of_access_description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", - "consent.right_to_rectification": "You have the Right to Rectification", - "consent.right_to_rectification_description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", - "consent.right_to_erasure": "You have the Right to Erasure", - "consent.right_to_erasure_description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", - "consent.right_to_data_portability": "You have the Right to Data Portability", - "consent.right_to_data_portability_description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", - "consent.export_profile": "Export Profile (.json)", + "consent.right-of-access": "You have the Right of Access", + "consent.right-of-access-description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", + "consent.right-to-rectification": "You have the Right to Rectification", + "consent.right-to-rectification-description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", + "consent.right-to-erasure": "You have the Right to Erasure", + "consent.right-to-erasure-description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", + "consent.right-to-data-portability": "You have the Right to Data Portability", + "consent.right-to-data-portability-description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", + "consent.export-profile": "Export Profile (.json)", "consent.export-profile-success": "Exporting profile, you will get a notification when it is complete.", - "consent.export_uploads": "Export Uploaded Content (.zip)", + "consent.export-uploads": "Export Uploaded Content (.zip)", "consent.export-uploads-success": "Exporting uploads, you will get a notification when it is complete.", - "consent.export_posts": "Export Posts (.csv)", + "consent.export-posts": "Export Posts (.csv)", "consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.", "emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.", "emailUpdate.optional": "This field is optional. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.", diff --git a/public/language/ro/users.json b/public/language/ro/users.json index 0b434ea4dd..614f7160eb 100644 --- a/public/language/ro/users.json +++ b/public/language/ro/users.json @@ -1,13 +1,13 @@ { "all-users": "All Users", - "latest_users": "Ultimii Utilizatori", - "top_posters": "Top Utilizatori", - "most_reputation": "Cei mai apreciați utilizatori", - "most_flags": "Cele mai multe flaguri", + "latest-users": "Ultimii Utilizatori", + "top-posters": "Top Utilizatori", + "most-reputation": "Cei mai apreciați utilizatori", + "most-flags": "Cele mai multe flaguri", "search": "Căutare", - "enter_username": "Introdu un nume de utilizator pentru a căuta", + "enter-username": "Introdu un nume de utilizator pentru a căuta", "search-user-for-chat": "Search for a user to start chat", - "load_more": "Încarcă mai multe", + "load-more": "Încarcă mai multe", "users-found-search-took": "%1 utilizator(i) găsiți! Căutarea a durat %2 secunde.", "filter-by": "Filtrează după", "online-only": "Numai online", @@ -15,10 +15,10 @@ "prompt-email": "Emails:", "groups-to-join": "Groups to be joined when invite is accepted:", "invitation-email-sent": "Un email de invitație s-a trimis la %1", - "user_list": "Listă utilizatori", - "recent_topics": "Subiecte Noi", - "popular_topics": "Subiecte Populare", - "unread_topics": "Subiecte Necitite", + "user-list": "Listă utilizatori", + "recent-topics": "Subiecte Noi", + "popular-topics": "Subiecte Populare", + "unread-topics": "Subiecte Necitite", "categories": "Categorii", "tags": "Taguri", "no-users-found": "Niciun utilizator găsit!" diff --git a/public/language/ru/admin/advanced/database.json b/public/language/ru/admin/advanced/database.json index 2c4544479e..1c6fb1f26f 100644 --- a/public/language/ru/admin/advanced/database.json +++ b/public/language/ru/admin/advanced/database.json @@ -17,7 +17,7 @@ "mongo.file-size": "Размер файла", "mongo.resident-memory": "Долгосрочная память", "mongo.virtual-memory": "Виртуальная память", - "mongo.mapped-memory": "Расширенная память", + "mongo.mapped-memory": "Mapped Memory", "mongo.bytes-in": "Байт входящих", "mongo.bytes-out": "Байт исходящих", "mongo.num-requests": "Количество запросов", diff --git a/public/language/ru/admin/advanced/events.json b/public/language/ru/admin/advanced/events.json index f408366f8c..76d76ae807 100644 --- a/public/language/ru/admin/advanced/events.json +++ b/public/language/ru/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "Тип события", "filter-start": "Дата начала", "filter-end": "Дата окончания", - "filter-perPage": "Записей на страницу" + "filter-per-page": "Записей на страницу" } \ No newline at end of file diff --git a/public/language/ru/admin/extend/widgets.json b/public/language/ru/admin/extend/widgets.json index c32a436573..f6df2ce5aa 100644 --- a/public/language/ru/admin/extend/widgets.json +++ b/public/language/ru/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "Виджеты не найдены! Включите плагин с основными виджетами в панели управления плагинами", "clone-from": "Скопировать виджеты из", "containers.available": "Доступные контейнеры", - "containers.explanation": "Перетащите поверх любого активного виджета", + "containers.explanation": "Drag and drop on top of any widget", "containers.none": "Отсутствует", "container.well": "Well", "container.jumbotron": "Jumbotron", @@ -29,5 +29,7 @@ "hide-from-groups": "Скрывать от групп", "start-date": "Start date", "end-date": "End date", - "hide-on-mobile": "Скрывать на мобильных устройствах" + "hide-on-mobile": "Скрывать на мобильных устройствах", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/ru/admin/manage/privileges.json b/public/language/ru/admin/manage/privileges.json index 7d93794b82..03fc754264 100644 --- a/public/language/ru/admin/manage/privileges.json +++ b/public/language/ru/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "Редактировать права доступа", "select-clear-all": "Выделить/Очистить всё", "chat": "Чат", + "chat-with-privileged": "Chat with Privileged", "upload-images": "Загрузка изображений", "upload-files": "Загрузка файлов", "signature": "Подпись", @@ -33,7 +34,7 @@ "edit-posts": "Редактировать сообщения", "view-edit-history": "Просм. историю версий", "delete-posts": "Удалять сообщения", - "view_deleted": "Просм. удалённые сообщения", + "view-deleted": "Просм. удалённые сообщения", "upvote-posts": "Повышать рейтинг", "downvote-posts": "Понижать рейтинг", "delete-topics": "Удалять темы", diff --git a/public/language/ru/admin/manage/users.json b/public/language/ru/admin/manage/users.json index ac9fa0e2da..207b7934f0 100644 --- a/public/language/ru/admin/manage/users.json +++ b/public/language/ru/admin/manage/users.json @@ -4,16 +4,21 @@ "edit": "Действия", "make-admin": "Сделать администратором", "remove-admin": "Удалить администратора", + "change-email": "Change Email", + "new-email": "New Email", "validate-email": "Подтвердить адрес электронной почты", "send-validation-email": "Отправить письмо с кодом подтверждения", + "change-password": "Change Password", "password-reset-email": "Отправить письмо для сброса пароля", "force-password-reset": "Сбросить пароль и завершить сессию пользователя", - "ban": "Заблокировать пользователя(-ей)", + "ban": "Ban", + "ban-users": "Ban User(s)", "temp-ban": "Временно заблокировать пользователя(-ей)", "unban": "Разблокировать пользователя(-ей)", "reset-lockout": "Снять локаут", "reset-flags": "Сбросить счётчик жалоб", - "delete": "Удалить пользователя(-ей)", + "delete": "Delete", + "delete-users": "Delete User(s)", "delete-content": "Удалить данные пользователя(-ей)", "purge": "Удалить пользователя(-ей) и данные", "download-csv": "Скачать CSV", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "Заблокировать %1 пользователя(-ей)", "alerts.unban-success": "Пользователь(и) разблокирован(ы)!", "alerts.lockout-reset-success": "Локаут снят!", + "alerts.password-change-success": "Password(s) changed!", "alerts.flag-reset-success": "Счётчик жалоб сброшен!", "alerts.no-remove-yourself-admin": "Вы не можете удалить себя из администраторов!", "alerts.make-admin-success": "Пользователь теперь Администратор.", @@ -106,6 +112,7 @@ "alerts.create": "Создать пользователя", "alerts.button-create": "Создать", "alerts.button-cancel": "Отмена", + "alerts.button-change": "Change", "alerts.error-passwords-different": "Пароли должны совпадать!", "alerts.error-x": "Ошибка

%1

", "alerts.create-success": "Пользователь создан!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "Адреса электронной почты:", "alerts.email-sent-to": "Письмо с приглашением для %1 отправлено", "alerts.x-users-found": "%1 пользователь(ей) найдено, (%2 секунды)", + "alerts.select-a-single-user-to-change-email": "Select a single user to change email", "export-users-started": "Экспорт пользователей в формате CSV может занять некоторое время. Вы получите уведомление, по завершению процесса.", - "export-users-completed": "Пользователи, экспортированные в формате csv, нажмите здесь, чтобы загрузить." + "export-users-completed": "Пользователи, экспортированные в формате csv, нажмите здесь, чтобы загрузить.", + "email": "Email", + "password": "Password", + "manage": "Manage" } \ No newline at end of file diff --git a/public/language/ru/admin/settings/chat.json b/public/language/ru/admin/settings/chat.json index 5e9f017bb3..b7b4ba2270 100644 --- a/public/language/ru/admin/settings/chat.json +++ b/public/language/ru/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "Enter 0 to disable this restriction", "chat-settings": "Настройки чата", "disable": "Отключить чат", "disable-editing": "Отключить редактирование и удаление сообщений чата", @@ -6,8 +7,10 @@ "max-length": "Максимальная длина сообщений в чате", "max-chat-room-name-length": "Maximum length of chat room names", "max-room-size": "Максимальное кол-во пользователей в чат-комнатах", - "delay": "Пауза между сообщениями (в миллисекундах)", - "notification-delay": "Задержка уведомления для сообщений чата. (0 без задержки)", - "restrictions.seconds-edit-after": "Через сколько секунд после отправки сообщение будет нельзя отредактировать (0 — время не ограничено)", - "restrictions.seconds-delete-after": "Через сколько секунд после отправки сообщение будет нельзя удалить (0 — время не ограничено)" + "delay": "Time between chat messages (ms)", + "newbieDelay": "... for new users (ms)", + "notification-delay": "Notification delay for chat messages", + "notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.", + "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.", + "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable." } \ No newline at end of file diff --git a/public/language/ru/admin/settings/post.json b/public/language/ru/admin/settings/post.json index 064c196916..bb4b722a35 100644 --- a/public/language/ru/admin/settings/post.json +++ b/public/language/ru/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "Title Length", "restrictions.post-length": "Post Length", "restrictions.days-until-stale": "Через сколько дней тема будет считаться устаревшей", - "restrictions.stale-help": "Если тема считается устаревшей, пользователь увидит соответствующее предупреждение при попытке ответить в ней.", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "Дата и время", "timestamp.cut-off": "Порог отсечки (в днях)", "timestamp.cut-off-help": "Сначала дата и время сообщения будут отображаться в относительном виде: «3 часа назад» / «5 дней назад», локализованным в соответствии с языковыми настройками форума. Затем формат изменится на обычный: 5 Ноября 2016 15:30.
(Стандартная отсечка: 30, или один месяц). Введите 0, чтобы всегда отображать обычные дату и время, или оставьте поле пустым, чтобы всегда использовать относительный вид", diff --git a/public/language/ru/admin/settings/user.json b/public/language/ru/admin/settings/user.json index 2d62fc45e2..6afbb5e046 100644 --- a/public/language/ru/admin/settings/user.json +++ b/public/language/ru/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "Имени пользователя или адреса электронной почты", "allow-login-with.username": "Только имени пользователя", "account-settings": "Настройки учётной записи", - "gdpr_enabled": "Запрашивать согласие на сбор и обработку персональных данных", - "gdpr_enabled_help": "Включите, чтобы при регистрации новых пользователей запрашивать согласие на сбор и обработку данных в соответствии с законом о General Data Protection Regulation (GDPR). Примечание: эта настойка не повлияет на уже зарегистрированных пользователей. Чтобы запросить их согласие, установите плагин GDPR.", + "gdpr-enabled": "Запрашивать согласие на сбор и обработку персональных данных", + "gdpr-enabled-help": "Включите, чтобы при регистрации новых пользователей запрашивать согласие на сбор и обработку данных в соответствии с законом о General Data Protection Regulation (GDPR). Примечание: эта настойка не повлияет на уже зарегистрированных пользователей. Чтобы запросить их согласие, установите плагин GDPR.", "disable-username-changes": "Запретить смену имени пользователя", "disable-email-changes": "Запретить смену адреса электронной почты", "disable-password-changes": "Запретить смену пароля", diff --git a/public/language/ru/category.json b/public/language/ru/category.json index 3b5a7f0cfe..f0a8c22466 100644 --- a/public/language/ru/category.json +++ b/public/language/ru/category.json @@ -1,12 +1,12 @@ { "category": "Категория", "subcategories": "Подкатегории", - "new_topic_button": "Создать тему", + "new-topic-button": "Создать тему", "guest-login-post": "Авторизуйтесь, чтобы написать сообщение", - "no_topics": "В этой категории еще нет тем.
Почему бы вам не создать первую?", + "no-topics": "В этой категории еще нет тем.
Почему бы вам не создать первую?", "browsing": "просматривают", - "no_replies": "Нет ответов", - "no_new_posts": "Нет новых сообщений", + "no-replies": "Нет ответов", + "no-new-posts": "Нет новых сообщений", "watch": "Отслеживать", "ignore": "Игнорировать", "watching": "Отслеживается", diff --git a/public/language/ru/email.json b/public/language/ru/email.json index 98f6ec7fc1..1dda826a99 100644 --- a/public/language/ru/email.json +++ b/public/language/ru/email.json @@ -3,8 +3,8 @@ "password-reset-requested": "Получен запрос на сброс пароля!", "welcome-to": "Добро пожаловать на форум %1", "invite": "Приглашение от %1", - "greeting_no_name": "Здравствуйте!", - "greeting_with_name": "Здравствуйте, %1!", + "greeting-no-name": "Здравствуйте!", + "greeting-with-name": "Здравствуйте, %1!", "email.verify-your-email.subject": "Пожалуйста, подтвердите свой адрес электронной почты", "email.verify.text1": "You've requested that we change or confirm your email address", "email.verify.text2": "For security purposes, we only change or confirm the email address on file once its ownership has been confirmed via email. If you did not request this, no action is required on your part.", @@ -24,7 +24,7 @@ "reset.notify.text2": "Если вы не совершали этого действия, пожалуйста, незамедлительно свяжитесь с администратором сайта.", "digest.unread-rooms": "Unread rooms", "digest.room-name-unreadcount": "%1 (%2 unread)", - "digest.latest_topics": "Последние темы на форуме %1", + "digest.latest-topics": "Последние темы на форуме %1", "digest.top-topics": "Лучшие темы на форуме %1", "digest.popular-topics": "Популярные темы из %1", "digest.cta": "Нажмите здесь, чтобы перейти на форум %1", @@ -36,8 +36,8 @@ "digest.title.day": "Ваша ежедневная рассылка", "digest.title.week": "Ваша еженедельная рассылка", "digest.title.month": "Ваша ежемесячная рассылка", - "notif.chat.subject": "Новое сообщение от %1", - "notif.chat.public-chat-subject": "New message from %1 in room %2", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "Нажмите, чтобы ответить", "notif.chat.unsub.info": "Вы получили это уведомление согласно вашим настройкам подписки.", "notif.post.unsub.info": "Вы получили это уведомление согласно вашим настройкам подписки.", diff --git a/public/language/ru/error.json b/public/language/ru/error.json index c8baea4746..f2fb4e1871 100644 --- a/public/language/ru/error.json +++ b/public/language/ru/error.json @@ -184,6 +184,7 @@ "post-flagged-too-many-times": "На это сообщение уже пожаловались другие пользователи", "user-flagged-too-many-times": "На этого пользователя уже пожаловались другие пользователи", "cant-flag-privileged": "Вам не разрешено оставлять жалобы на профили или контент привилегированных пользователей (Модераторов/Глобальных модераторов/Администраторов)", + "cant-locate-flag-report": "Cannot locate flag report", "self-vote": "Вы не можете голосовать за свои собственные сообщения", "too-many-upvotes-today": "Вы можете проголосовать за только %1 раз за день", "too-many-upvotes-today-user": "Вы можете проголосовать за участника только %1 раз за день.", diff --git a/public/language/ru/flags.json b/public/language/ru/flags.json index 47ac700c18..3be16016df 100644 --- a/public/language/ru/flags.json +++ b/public/language/ru/flags.json @@ -1,5 +1,6 @@ { "state": "Состояние", + "report": "Report", "reports": "Жалобы", "first-reported": "Первая жалоба", "no-flags": "Ура! Жалоб нет.", @@ -8,6 +9,8 @@ "update": "Обновить", "updated": "Обновлено", "resolved": "Решено", + "report-added": "Added", + "report-rescinded": "Rescinded", "target-purged": "Сообщение, на которое поступила жалоба, было удалено и больше не доступно.", "target-aboutme-empty": "This user has no "About Me" set.", diff --git a/public/language/ru/global.json b/public/language/ru/global.json index 329cf98c00..b07d8a1ade 100644 --- a/public/language/ru/global.json +++ b/public/language/ru/global.json @@ -13,19 +13,19 @@ "400.message": "It looks like this link is malformed, please double-check and try again.
Return to the home page.
", "register": "Зарегистрироваться", "login": "Войти", - "please_log_in": "Пожалуйста, войдите под своей учётной записью", + "please-log-in": "Пожалуйста, войдите под своей учётной записью", "logout": "Выйти", - "posting_restriction_info": "Сообщения могут оставлять только зарегистрированные участники. Нажмите сюда, чтобы войти на сайт", - "welcome_back": "С возвращением!", - "you_have_successfully_logged_in": "Вы успешно вошли на форум", - "save_changes": "Сохранить изменения", + "posting-restriction-info": "Сообщения могут оставлять только зарегистрированные участники. Нажмите сюда, чтобы войти на сайт", + "welcome-back": "С возвращением!", + "you-have-successfully-logged-in": "Вы успешно вошли на форум", + "save-changes": "Сохранить изменения", "save": "Сохранить", "create": "Create", "cancel": "Cancel", "close": "Закрыть", "pagination": "Разбивка на страницы", - "pagination.out_of": "%1 из %2", - "pagination.enter_index": "Go to post index", + "pagination.out-of": "%1 из %2", + "pagination.enter-index": "Go to post index", "header.admin": "Админка", "header.categories": "Категории", "header.recent": "Последние", @@ -80,25 +80,25 @@ "lastpost": "Последнее сообщение", "firstpost": "Первое сообщение", "about": "Сводка", - "read_more": "Читать далее", + "read-more": "Читать далее", "more": "Подробнее", "none": "Нет", - "posted_ago_by_guest": "создано %1 гостем", - "posted_ago_by": "сообщений %1 от %2", - "posted_ago": "написал %1", - "posted_in": "написал в %1", - "posted_in_by": "опубликовано в %1 %2", - "posted_in_ago": "написал в %1 %2", - "posted_in_ago_by": "%3 написал в %1 %2", - "user_posted_ago": "%1 написал %2", - "guest_posted_ago": "Гость написал %1", - "last_edited_by": "отредактировано %1", + "posted-ago-by-guest": "создано %1 гостем", + "posted-ago-by": "сообщений %1 от %2", + "posted-ago": "написал %1", + "posted-in": "написал в %1", + "posted-in-by": "опубликовано в %1 %2", + "posted-in-ago": "написал в %1 %2", + "posted-in-ago-by": "%3 написал в %1 %2", + "user-posted-ago": "%1 написал %2", + "guest-posted-ago": "Гость написал %1", + "last-edited-by": "отредактировано %1", "edited-timestamp": "Edited %1", "norecentposts": "Нет новых сообщений", "norecenttopics": "Нет новых тем", "recentposts": "Последние сообщения", "recentips": "Последние IP-адреса, с которых был осуществлен вход", - "moderator_tools": "Инструменты модератора", + "moderator-tools": "Инструменты модератора", "status": "Статус", "online": "В сети", "away": "Не активен", @@ -109,7 +109,7 @@ "language": "Язык", "guest": "Гость", "guests": "Гостей", - "former_user": "Бывший пользователь", + "former-user": "Бывший пользователь", "system-user": "Система", "unknown-user": "Неизвестный пользователь", "updated.title": "Форум обновлён", @@ -117,12 +117,12 @@ "privacy": "Безопасность", "follow": "Подписаться", "unfollow": "Отписаться", - "delete_all": "Удалить всё", + "delete-all": "Удалить всё", "map": "Карта", "sessions": "Сессии входа", - "ip_address": "IP адрес", - "enter_page_number": "Введите номер страницы", - "upload_file": "Загрузить файл", + "ip-address": "IP адрес", + "enter-page-number": "Введите номер страницы", + "upload-file": "Загрузить файл", "upload": "Загрузить", "uploads": "Загрузки", "allowed-file-types": "Разрешённые форматы файлов: %1", @@ -131,7 +131,7 @@ "play": "Воспроизвести", "cookies.message": "Этот сайт использует cookies для более удобного взаимодействия.", "cookies.accept": "Понятно!", - "cookies.learn_more": "Подробнее", + "cookies.learn-more": "Подробнее", "edited": "Отредактированный", "disabled": "Отключено", "select": "Выбрать", diff --git a/public/language/ru/groups.json b/public/language/ru/groups.json index 173cdae4cc..e0823ee2ea 100644 --- a/public/language/ru/groups.json +++ b/public/language/ru/groups.json @@ -2,65 +2,65 @@ "all-groups": "All groups", "groups": "Группы", "members": "Members", - "view_group": "Просмотр группы", + "view-group": "Просмотр группы", "owner": "Администратор группы", - "new_group": "Создать группу", - "no_groups_found": "Нет групп для отображения", + "new-group": "Создать группу", + "no-groups-found": "Нет групп для отображения", "pending.accept": "Принять", "pending.reject": "Отклонить", - "pending.accept_all": "Принять всё", - "pending.reject_all": "Отклонить всё", + "pending.accept-all": "Принять всё", + "pending.reject-all": "Отклонить всё", "pending.none": "На данный момент нет участников, ожидающих утверждения", "invited.none": "На данный момент нет приглашённых участников", "invited.uninvite": "Аннулировать приглашение", "invited.search": "Найти пользователя для приглашения в эту группу", - "invited.notification_title": "Вы были приглашены в группу %1", - "request.notification_title": "Запрос на участие в группе от пользователя %1", - "request.notification_text": "Пользователь %1 хочет присоединиться к группе %2", + "invited.notification-title": "Вы были приглашены в группу %1", + "request.notification-title": "Запрос на участие в группе от пользователя %1", + "request.notification-text": "Пользователь %1 хочет присоединиться к группе %2", "cover-save": "Сохранить", "cover-saving": "Сохраняем", "details.title": "Информация о группе", "details.members": "Список участников", "details.pending": "Заявки в группу", "details.invited": "Приглашенные участники", - "details.has_no_posts": "Участники этой группы ещё ничего не написали.", - "details.latest_posts": "Последние сообщения", + "details.has-no-posts": "Участники этой группы ещё ничего не написали.", + "details.latest-posts": "Последние сообщения", "details.private": "Закрытая", "details.disableJoinRequests": "Отключить запросы на приглашение", "details.disableLeave": "Запретить участникам покидать группу", "details.grant": "Выдать/забрать привилегии администратора", "details.kick": "Исключить", - "details.kick_confirm": "Вы уверены, что хотите удалить этого участника из группы?", + "details.kick-confirm": "Вы уверены, что хотите удалить этого участника из группы?", "details.add-member": "Добавить участника", - "details.owner_options": "Управление группой", - "details.group_name": "Название группы", - "details.member_count": "Количество участников", - "details.creation_date": "Дата создания", + "details.owner-options": "Управление группой", + "details.group-name": "Название группы", + "details.member-count": "Количество участников", + "details.creation-date": "Дата создания", "details.description": "Описание", "details.member-post-cids": "ID категорий для отображения сообщений из", - "details.badge_preview": "Предпросмотр значка", - "details.change_icon": "Сменить иконку", - "details.change_label_colour": "Изменить цвет ярлыка", - "details.change_text_colour": "Изменить цвет текста", - "details.badge_text": "Текст на значке", + "details.badge-preview": "Предпросмотр значка", + "details.change-icon": "Сменить иконку", + "details.change-label-colour": "Изменить цвет ярлыка", + "details.change-text-colour": "Изменить цвет текста", + "details.badge-text": "Текст на значке", "details.userTitleEnabled": "Показывать значок", - "details.private_help": "Если включено, заявку на вступление в группу должен будет подтвердить её владелец", + "details.private-help": "Если включено, заявку на вступление в группу должен будет подтвердить её владелец", "details.hidden": "Скрытая", - "details.hidden_help": "Если включено, группа будет скрыта в списках, а участников необходимо будет приглашать вручную", - "details.delete_group": "Удалить группу", - "details.private_system_help": "Закрытые группы отключены на уровне системы, эта опция ничего не даст", + "details.hidden-help": "Если включено, группа будет скрыта в списках, а участников необходимо будет приглашать вручную", + "details.delete-group": "Удалить группу", + "details.private-system-help": "Закрытые группы отключены на уровне системы, эта опция ничего не даст", "event.updated": "Настройки группы обновлены", "event.deleted": "Группа \"%1\" удалена", "membership.accept-invitation": "Принять приглашение", - "membership.accept.notification_title": "Вы присоединились к группе %1", + "membership.accept.notification-title": "Вы присоединились к группе %1", "membership.invitation-pending": "Заявка на рассмотрении", "membership.join-group": "Вступить", "membership.leave-group": "Покинуть", - "membership.leave.notification_title": "Участник %1 покинул группу %2", + "membership.leave.notification-title": "Участник %1 покинул группу %2", "membership.reject": "Отклонить", - "new-group.group_name": "Название группы:", + "new-group.group-name": "Название группы:", "upload-group-cover": "Загрузить обложку группы", "bulk-invite-instructions": "Введите через запятую имена пользователей, которых хотите пригласить в эту группу", "bulk-invite": "Массовое приглашение", - "remove_group_cover_confirm": "Вы уверены, что хотите удалить изображение обложки?" + "remove-group-cover-confirm": "Вы уверены, что хотите удалить изображение обложки?" } \ No newline at end of file diff --git a/public/language/ru/login.json b/public/language/ru/login.json index e3890407f0..688f550ddf 100644 --- a/public/language/ru/login.json +++ b/public/language/ru/login.json @@ -1,12 +1,12 @@ { "username-email": "Имя пользователя / Email", "username": "Имя пользователя", - "remember_me": "Запомнить меня", - "forgot_password": "Забыли пароль?", - "alternative_logins": "Войти через", - "failed_login_attempt": "Неправильно указано имя пользователя или электронная почта", - "login_successful": "Вы успешно вошли!", - "dont_have_account": "Нет учётной записи?", + "remember-me": "Запомнить меня", + "forgot-password": "Забыли пароль?", + "alternative-logins": "Войти через", + "failed-login-attempt": "Неправильно указано имя пользователя или электронная почта", + "login-successful": "Вы успешно вошли!", + "dont-have-account": "Нет учётной записи?", "logged-out-due-to-inactivity": "Вы вышли из панели управления администратора из-за бездействия", "caps-lock-enabled": "Caps Lock включен" } \ No newline at end of file diff --git a/public/language/ru/modules.json b/public/language/ru/modules.json index d1bbea801e..69769d997e 100644 --- a/public/language/ru/modules.json +++ b/public/language/ru/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "Room %1", - "chat.chatting_with": "Чат с", + "chat.chatting-with": "Чат с", "chat.placeholder": "Введите сообщение, перетащите изображения, нажмите enter для отправки", "chat.placeholder.mobile": "Введите сообщение здесь", "chat.scroll-up-alert": "Go to most recent message", @@ -8,12 +8,15 @@ "chat.chat-with-usernames": "Чат с %1", "chat.chat-with-usernames-and-x-others": "Чат с %1 и %2 других", "chat.send": "Отправить", - "chat.no_active": "У вас нет активных чатов.", - "chat.user_typing": "%1 пишет...", - "chat.user_has_messaged_you": "Пользователь %1 отправил вам сообщение.", + "chat.no-active": "У вас нет активных чатов.", + "chat.user-typing-1": "%1 is typing ...", + "chat.user-typing-2": "%1 and %2 are typing ...", + "chat.user-typing-3": "%1, %2 and %3 are typing ...", + "chat.user-typing-n": "%1, %2 and %3 others are typing ...", + "chat.user-has-messaged-you": "Пользователь %1 отправил вам сообщение.", "chat.replying-to": "Replying to %1", - "chat.see_all": "Все чаты", - "chat.mark_all_read": "Пометить как прочитанное", + "chat.see-all": "Все чаты", + "chat.mark-all-read": "Пометить как прочитанное", "chat.no-messages": "Пожалуйста, выберите собеседника для просмотра истории сообщений", "chat.no-users-in-room": "В этой комнате пусто", "chat.recent-chats": "Последние переписки", @@ -24,12 +27,16 @@ "chat.pop-out": "Покинуть диалог", "chat.minimize": "Свернуть", "chat.maximize": "Развернуть", - "chat.seven_days": "7 дней", - "chat.thirty_days": "30 дней", - "chat.three_months": "3 месяца", - "chat.delete_message_confirm": "Вы уверены, что хотите удалить это сообщение?", + "chat.seven-days": "7 дней", + "chat.thirty-days": "30 дней", + "chat.three-months": "3 месяца", + "chat.delete-message-confirm": "Вы уверены, что хотите удалить это сообщение?", "chat.retrieving-users": "Получение списка пользователей...", "chat.view-users-list": "View users list", + "chat.pinned-messages": "Pinned Messages", + "chat.no-pinned-messages": "There are no pinned messages", + "chat.pin-message": "Pin Message", + "chat.unpin-message": "Unpin Message", "chat.public-rooms": "Public Rooms (%1)", "chat.private-rooms": "Private Rooms (%1)", "chat.create-room": "Create Chat Room", @@ -67,17 +74,24 @@ "chat.system.user-leave": "%1 has left the room ", "chat.system.room-rename": "%2 has renamed this room to \"%1\" ", "composer.compose": "Редактор сообщений", - "composer.show_preview": "Показать предпросмотр сообщения", - "composer.hide_preview": "Скрыть предпросмотр", + "composer.show-preview": "Показать предпросмотр сообщения", + "composer.hide-preview": "Скрыть предпросмотр", "composer.help": "Помощь", - "composer.user_said_in": "Пользователь %1 написал в %2:", - "composer.user_said": "Пользователь %1 написал:", + "composer.user-said-in": "Пользователь %1 написал в %2:", + "composer.user-said": "Пользователь %1 написал:", "composer.discard": "Вы уверены, что передумали писать это сообщение?", - "composer.submit_and_lock": "Отправить и закрыть", - "composer.toggle_dropdown": "Показать выпадающий список", + "composer.submit-and-lock": "Отправить и закрыть", + "composer.toggle-dropdown": "Показать выпадающий список", "composer.uploading": "Загрузка %1", "composer.formatting.bold": "Жирный", "composer.formatting.italic": "Курсив", + "composer.formatting.heading": "Heading", + "composer.formatting.heading1": "Heading 1", + "composer.formatting.heading2": "Heading 2", + "composer.formatting.heading3": "Heading 3", + "composer.formatting.heading4": "Heading 4", + "composer.formatting.heading5": "Heading 5", + "composer.formatting.heading6": "Heading 6", "composer.formatting.list": "Список", "composer.formatting.strikethrough": "Зачеркнуть", "composer.formatting.code": "Код", @@ -85,9 +99,10 @@ "composer.formatting.picture": "Ссылка на изображение", "composer.upload-picture": "Загрузить изображение", "composer.upload-file": "Загрузить файл", - "composer.zen_mode": "Полноэкранный режим", - "composer.select_category": "Выберите категорию", + "composer.zen-mode": "Полноэкранный режим", + "composer.select-category": "Выберите категорию", "composer.textarea.placeholder": "Введите содержание вашего сообщения здесь, перетащите изображения", + "composer.post-queue-alert": "Hello👋!
This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.", "composer.schedule-for": "Установить дату публикации", "composer.schedule-date": "Дата", "composer.schedule-time": "Время", @@ -102,8 +117,8 @@ "bootbox.confirm": "Подтвердить", "bootbox.submit": "Отправить", "bootbox.send": "Отправить", - "cover.dragging_title": "Позиционирование обложки", - "cover.dragging_message": "Перетащите обложку на желаемое место и нажмите \"Сохранить\"", + "cover.dragging-title": "Позиционирование обложки", + "cover.dragging-message": "Перетащите обложку на желаемое место и нажмите \"Сохранить\"", "cover.saved": "Обложка и её расположение сохранены", "thumbs.modal.title": "Управление иконкой темы", "thumbs.modal.no-thumbs": "Иконка не найдена.", diff --git a/public/language/ru/notifications.json b/public/language/ru/notifications.json index 734dab94be..77b3ee7652 100644 --- a/public/language/ru/notifications.json +++ b/public/language/ru/notifications.json @@ -1,59 +1,68 @@ { "title": "Уведомления", - "no_notifs": "Для вас нет новых уведомлений", - "see_all": "Все уведомления", - "mark_all_read": "Пометить как прочитанное", - "back_to_home": "Назад к %1", - "outgoing_link": "Внешняя ссылка", - "outgoing_link_message": "Вы сейчас читаете: %1", - "continue_to": "Перейти на %1", - "return_to": "Вернуться к %1", - "new_notification": "У вас новое уведомление", - "you_have_unread_notifications": "У вас есть непрочитанные уведомления.", + "no-notifs": "Для вас нет новых уведомлений", + "see-all": "Все уведомления", + "mark-all-read": "Пометить как прочитанное", + "back-to-home": "Назад к %1", + "outgoing-link": "Внешняя ссылка", + "outgoing-link-message": "Вы сейчас читаете: %1", + "continue-to": "Перейти на %1", + "return-to": "Вернуться к %1", + "new-notification": "У вас новое уведомление", + "you-have-unread-notifications": "У вас есть непрочитанные уведомления.", "all": "Все", "topics": "Темы", + "tags": "Tags", "replies": "Ответы", "chat": "Чаты", "group-chat": "Group Chats", "public-chat": "Public Chats", "follows": "Подписки", "upvote": "Голоса", + "awards": "Awards", "new-flags": "Новые жалобы", "my-flags": "Назначенные мне жалобы", "bans": "Блокировки", - "new_message_from": "Новое сообщение от %1", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "Пользователь %1 проголосовал за ваше сообщение в %2.", - "upvoted_your_post_in_dual": "Пользователи %1 и %2 проголосовали за ваше сообщение в %3.", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "Модератор %1 переместил ваше сообщение в %2", - "moved_your_topic": "Модератор %1 переместил тему %2", - "user_flagged_post_in": "Пользователь %1 пожаловался на сообщение в %2", - "user_flagged_post_in_dual": "Пользователи %1 и %2 пожаловались на сообщение в %3", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "Пользователь %1 пожаловался на профиль пользователя (%2)", - "user_flagged_user_dual": "Пользователи %1 и %2 пожаловались на профиль пользователя (%3)", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "Пользователь %1 ответил на сообщение в %2", - "user_posted_to_dual": "Пользователи %1 и %2 ответили на сообщение в %3", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "Пользователь %1 создал новую тему: %2", - "user_edited_post": " %1 отредактировал сообщение в %2 ", - "user_started_following_you": "Пользователь %1 подписался на вас.", - "user_started_following_you_dual": "Пользователи %1 и %2 подписались на вас.", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "Посетитель %1 отправил запрос на регистрацию.", - "new_register_multiple": "В очереди %1 заявок на регистрацию.", - "flag_assigned_to_you": "Жалоба %1 была назначена вам", - "post_awaiting_review": "Сообщение ожидает проверки", + "new-message-from": "Новое сообщение от %1", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 wrote in %3", + "user-posted-in-public-room-dual": "%1 and %2 wrote in %4", + "user-posted-in-public-room-triple": "%1, %2 and %3 wrote in %5", + "user-posted-in-public-room-multiple": "%1, %2 and %3 others wrote in %5", + "upvoted-your-post-in": "Пользователь %1 проголосовал за ваше сообщение в %2.", + "upvoted-your-post-in-dual": "Пользователи %1 и %2 проголосовали за ваше сообщение в %3.", + "upvoted-your-post-in-triple": "%1, %2 and %3 have upvoted your post in %4.", + "upvoted-your-post-in-multiple": "%1, %2 and %3 others have upvoted your post in %4.", + "moved-your-post": "Модератор %1 переместил ваше сообщение в %2", + "moved-your-topic": "Модератор %1 переместил тему %2", + "user-flagged-post-in": "Пользователь %1 пожаловался на сообщение в %2", + "user-flagged-post-in-dual": "Пользователи %1 и %2 пожаловались на сообщение в %3", + "user-flagged-post-in-triple": "%1, %2 and %3 flagged a post in %4", + "user-flagged-post-in-multiple": "%1, %2 and %3 others flagged a post in %4", + "user-flagged-user": "Пользователь %1 пожаловался на профиль пользователя (%2)", + "user-flagged-user-dual": "Пользователи %1 и %2 пожаловались на профиль пользователя (%3)", + "user-flagged-user-triple": "%1, %2 and %3 flagged a user profile (%4)", + "user-flagged-user-multiple": "%1, %2 and %3 others flagged a user profile (%4)", + "user-posted-to": "Пользователь %1 ответил на сообщение в %2", + "user-posted-to-dual": "Пользователи %1 и %2 ответили на сообщение в %3", + "user-posted-to-triple": "%1, %2 and %3 have posted replies to: %4", + "user-posted-to-multiple": "%1, %2 and %3 others have posted replies to: %4", + "user-posted-topic": "Пользователь %1 создал новую тему: %2", + "user-edited-post": " %1 отредактировал сообщение в %2 ", + "user-posted-topic-with-tag": "%1 has posted a new topic with tag %2", + "user-posted-topic-with-tag-dual": "%1 has posted a new topic with tags %2 and %3", + "user-posted-topic-with-tag-triple": "%1 has posted a new topic with tags %2, %3 and %4", + "user-posted-topic-with-tag-multiple": "%1 has posted a new topic with tags %2", + "user-started-following-you": "Пользователь %1 подписался на вас.", + "user-started-following-you-dual": "Пользователи %1 и %2 подписались на вас.", + "user-started-following-you-triple": "%1, %2 and %3 started following you.", + "user-started-following-you-multiple": "%1, %2 and %3 others started following you.", + "new-register": "Посетитель %1 отправил запрос на регистрацию.", + "new-register-multiple": "В очереди %1 заявок на регистрацию.", + "flag-assigned-to-you": "Жалоба %1 была назначена вам", + "post-awaiting-review": "Сообщение ожидает проверки", "profile-exported": "Профиль %1 экспортирован, нажмите для загрузки", "posts-exported": "Посты %1 экспортированы, нажмите для загрузки", "uploads-exported": "Вложения %1 экспортированы, нажмите для загрузки", @@ -66,22 +75,24 @@ "email-confirm-error-message": "Ошибка проверки адреса электронной почты. Возможно, код подтверждения введён неправильно или у него истёк срок действия.", "email-confirm-sent": "Письмо с проверочным кодом отправлено на ваш электронный адрес", "none": "Ничего", - "notification_only": "Только уведомление", - "email_only": "Только письмо", - "notification_and_email": "Уведомление и письмо", - "notificationType_upvote": "Когда кто-то проголосовал за ваше сообщение", - "notificationType_new-topic": "Когда кто-то, на кого вы подписаны, создаёт новую тему", - "notificationType_new-reply": "Когда в теме, за которой вы следите, появляется новое сообщение", - "notificationType_post-edit": "Когда сообщение было отредактировано в теме, на которую вы подписаны", - "notificationType_follow": "Когда кто-то подписался на вас", - "notificationType_new-chat": "Когда вы получаете сообщение в чат", - "notificationType_new-group-chat": "Когда вы получаете сообщение группового чата", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "Когда вы получаете приглашение в группу", - "notificationType_group-leave": "Когда пользователь покидает вашу группу", - "notificationType_group-request-membership": "Когда кто-то хочет присоединиться к группе, которой вы управляете", - "notificationType_new-register": "Когда в очереди на регистрацию появляется новый пользователь", - "notificationType_post-queue": "Когда в очереди на проверку появляется новое сообщение", - "notificationType_new-post-flag": "Когда поступает жалоба на сообщение", - "notificationType_new-user-flag": "Когда поступает жалоба на пользователя" + "notification-only": "Только уведомление", + "email-only": "Только письмо", + "notification-and-email": "Уведомление и письмо", + "notificationType-upvote": "Когда кто-то проголосовал за ваше сообщение", + "notificationType-new-topic": "Когда кто-то, на кого вы подписаны, создаёт новую тему", + "notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow", + "notificationType-new-reply": "Когда в теме, за которой вы следите, появляется новое сообщение", + "notificationType-post-edit": "Когда сообщение было отредактировано в теме, на которую вы подписаны", + "notificationType-follow": "Когда кто-то подписался на вас", + "notificationType-new-chat": "Когда вы получаете сообщение в чат", + "notificationType-new-group-chat": "Когда вы получаете сообщение группового чата", + "notificationType-new-public-chat": "When you receive a public group chat message", + "notificationType-group-invite": "Когда вы получаете приглашение в группу", + "notificationType-group-leave": "Когда пользователь покидает вашу группу", + "notificationType-group-request-membership": "Когда кто-то хочет присоединиться к группе, которой вы управляете", + "notificationType-new-register": "Когда в очереди на регистрацию появляется новый пользователь", + "notificationType-post-queue": "Когда в очереди на проверку появляется новое сообщение", + "notificationType-new-post-flag": "Когда поступает жалоба на сообщение", + "notificationType-new-user-flag": "Когда поступает жалоба на пользователя", + "notificationType-new-reward": "When you earn a new reward" } \ No newline at end of file diff --git a/public/language/ru/pages.json b/public/language/ru/pages.json index 66f8f3b37d..1964a756fc 100644 --- a/public/language/ru/pages.json +++ b/public/language/ru/pages.json @@ -47,7 +47,8 @@ "account/latest-posts": "Недавние сообщения %1", "account/topics": "Темы, созданные %1", "account/groups": "Группы %1", - "account/watched_categories": "Категории, которые отслеживает %1", + "account/watched-categories": "Категории, которые отслеживает %1", + "account/watched-tags": "%1's Watched Tags", "account/bookmarks": "Закладки %1", "account/settings": "Настройки учётной записи", "account/settings-of": "Changing settings of %1", diff --git a/public/language/ru/recent.json b/public/language/ru/recent.json index 5f49c4a2ed..0ff485a749 100644 --- a/public/language/ru/recent.json +++ b/public/language/ru/recent.json @@ -5,7 +5,7 @@ "month": "За месяц", "year": "За год", "alltime": "За всё время", - "no_recent_topics": "Нет свежих тем.", - "no_popular_topics": "Популярные темы отсутствуют.", + "no-recent-topics": "Нет свежих тем.", + "no-popular-topics": "Популярные темы отсутствуют.", "load-new-posts": "Загрузить новые сообщения" } \ No newline at end of file diff --git a/public/language/ru/register.json b/public/language/ru/register.json index a9aae1128d..e93dd8b08c 100644 --- a/public/language/ru/register.json +++ b/public/language/ru/register.json @@ -1,32 +1,32 @@ { "register": "Регистрация", "already-have-account": "Already have an account?", - "cancel_registration": "Отменить регистрацию", + "cancel-registration": "Отменить регистрацию", "help.email": "Ваш адрес электронной почты будет скрыт от других пользователей.", - "help.username_restrictions": "Другие пользователи смогут упоминать вас в своих сообщениях таким образом: @никнейм. Длина имени пользователя: %1-%2 символов.", - "help.minimum_password_length": "Ваш пароль должен содержать как минимум %1 символов.", - "email_address": "Электронная почта", - "email_address_placeholder": "Введите свой адрес электронной почты", + "help.username-restrictions": "Другие пользователи смогут упоминать вас в своих сообщениях таким образом: @никнейм. Длина имени пользователя: %1-%2 символов.", + "help.minimum-password-length": "Ваш пароль должен содержать как минимум %1 символов.", + "email-address": "Электронная почта", + "email-address-placeholder": "Введите свой адрес электронной почты", "username": "Имя пользователя", - "username_placeholder": "Введите имя пользователя", + "username-placeholder": "Введите имя пользователя", "password": "Пароль", - "password_placeholder": "Введите пароль", - "confirm_password": "Подтвердите пароль", - "confirm_password_placeholder": "Подтвердите пароль", - "register_now_button": "Зарегистрироваться", - "alternative_registration": "Регистрация через социальную сеть", - "terms_of_use": "Условия использования сайта", - "agree_to_terms_of_use": "Я соглашаюсь с условиями", - "terms_of_use_error": "Для регистрации на нашем сайте необходимо согласиться с условиями", + "password-placeholder": "Введите пароль", + "confirm-password": "Подтвердите пароль", + "confirm-password-placeholder": "Подтвердите пароль", + "register-now-button": "Зарегистрироваться", + "alternative-registration": "Регистрация через социальную сеть", + "terms-of-use": "Условия использования сайта", + "agree-to-terms-of-use": "Я соглашаюсь с условиями", + "terms-of-use-error": "Для регистрации на нашем сайте необходимо согласиться с условиями", "registration-added-to-queue": "Ваша регистрация была добавлена в очередь на утверждение. Вы получите уведомление по электронной почте, когда она будет одобрена администратором.", "registration-queue-average-time": "Our average time for approving memberships is %1 hours %2 minutes.", "registration-queue-auto-approve-time": "Your membership to this forum will be fully activated in up to %1 hours.", "interstitial.intro": "We'd like some additional information in order to update your account…", "interstitial.intro-new": "We'd like some additional information before we can create your account…", "interstitial.errors-found": "Please review the entered information:", - "gdpr_agree_data": "Я соглашаюсь на сбор и обработку моей личной информации на этом веб-сайте.", - "gdpr_agree_email": "Я соглашаюсь получать дайджесты и уведомления с этого сайта на свой адрес электронной почты.", - "gdpr_consent_denied": "Вы должны дать согласие на сбор, обработку вашей информации и отправку вам сообщений по электронной почте.", + "gdpr-agree-data": "Я соглашаюсь на сбор и обработку моей личной информации на этом веб-сайте.", + "gdpr-agree-email": "Я соглашаюсь получать дайджесты и уведомления с этого сайта на свой адрес электронной почты.", + "gdpr-consent-denied": "Вы должны дать согласие на сбор, обработку вашей информации и отправку вам сообщений по электронной почте.", "invite.error-admin-only": "Direct user registration has been disabled. Please contact an administrator for more details.", "invite.error-invite-only": "Direct user registration has been disabled. You must be invited by an existing user in order to access this forum.", "invite.error-invalid-data": "The registration data received does not correspond to our records. Please contact an administrator for more details" diff --git a/public/language/ru/reset_password.json b/public/language/ru/reset_password.json index 23e47875de..afe1960c2e 100644 --- a/public/language/ru/reset_password.json +++ b/public/language/ru/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "Восстановить пароль", - "update_password": "Изменить пароль", - "password_changed.title": "Пароль изменён", - "password_changed.message": "

Пароль успешно сброшен. Пожалуйста, войдите снова.", - "wrong_reset_code.title": "Неверный код восстановления", - "wrong_reset_code.message": "Неправильный код восстановления пароля. Попробуйте ещё раз, или запросите новый код восстановления.", - "new_password": "Новый пароль", - "repeat_password": "Подтвердите пароль", - "changing_password": "Изменение пароля", - "enter_email": "Пожалуйста введите ваш адрес электронной почты, чтобы получить письмо с инструкцией по восстановлению пароля.", - "enter_email_address": "Введите адрес электронной почты", - "password_reset_sent": "Если указанный адрес соответствует существующей учетной записи, было отправлено письмо для сброса пароля. Обратите внимание, что в минуту будет отправлено только одно письмо.", - "invalid_email": "Адрес электронной почты указан неверно. Пожалуйста, исправьте", - "password_too_short": "Введённый пароль слишком короткий, это небезопасно. Пожалуйста, придумайте более длинный пароль.", - "passwords_do_not_match": "Введённые пароли не совпадают. Пожалуйста, укажите одинаковые пароли.", - "password_expired": "Для повышения безопасности необходимо периодически менять пароль. Сейчас как раз настало время смены пароля. Пожалуйста, укажите новый пароль." + "reset-password": "Восстановить пароль", + "update-password": "Изменить пароль", + "password-changed.title": "Пароль изменён", + "password-changed.message": "

Пароль успешно сброшен. Пожалуйста, войдите снова.", + "wrong-reset-code.title": "Неверный код восстановления", + "wrong-reset-code.message": "Неправильный код восстановления пароля. Попробуйте ещё раз, или запросите новый код восстановления.", + "new-password": "Новый пароль", + "repeat-password": "Подтвердите пароль", + "changing-password": "Изменение пароля", + "enter-email": "Пожалуйста введите ваш адрес электронной почты, чтобы получить письмо с инструкцией по восстановлению пароля.", + "enter-email-address": "Введите адрес электронной почты", + "password-reset-sent": "Если указанный адрес соответствует существующей учетной записи, было отправлено письмо для сброса пароля. Обратите внимание, что в минуту будет отправлено только одно письмо.", + "invalid-email": "Адрес электронной почты указан неверно. Пожалуйста, исправьте", + "password-too-short": "Введённый пароль слишком короткий, это небезопасно. Пожалуйста, придумайте более длинный пароль.", + "passwords-do-not-match": "Введённые пароли не совпадают. Пожалуйста, укажите одинаковые пароли.", + "password-expired": "Для повышения безопасности необходимо периодически менять пароль. Сейчас как раз настало время смены пароля. Пожалуйста, укажите новый пароль." } \ No newline at end of file diff --git a/public/language/ru/rewards.json b/public/language/ru/rewards.json new file mode 100644 index 0000000000..f923cf1500 --- /dev/null +++ b/public/language/ru/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "You have been awarded %1 reputation", + "awarded-group-membership": "You have been added to the group %1", + + "essentials/user.reputation-conditional-value": "(Reputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Post Count %1 %2)", + "essentials/user.lastonline-conditional-value": "(Last Online %1 %2)", + "essentials/user.joindate-conditional-value": "(Join Date %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Days Registered %1 %2)" +} \ No newline at end of file diff --git a/public/language/ru/search.json b/public/language/ru/search.json index eadc358984..75b91b172e 100644 --- a/public/language/ru/search.json +++ b/public/language/ru/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Введите текст для поиска", - "results_matching": "Найдено %1 результатов по запросу: \"%2\". Время поиска: %3 с.", + "results-matching": "Найдено %1 результатов по запросу: \"%2\". Время поиска: %3 с.", "no-matches": "Совпадений не найдено", "advanced-search": "Расширенный поиск", "in": "Где искать", diff --git a/public/language/ru/tags.json b/public/language/ru/tags.json index 67642cdd4a..3e95afa988 100644 --- a/public/language/ru/tags.json +++ b/public/language/ru/tags.json @@ -1,11 +1,17 @@ { "all-tags": "All tags", - "no_tag_topics": "Тем с такой меткой сейчас нет.", + "no-tag-topics": "Тем с такой меткой сейчас нет.", "no-tags-found": "No tags found", "tags": "Метки", - "enter_tags_here": "Добавьте метки здесь, от %1 до %2 символов каждая.", - "enter_tags_here_short": "Введите метки...", - "no_tags": "Меток пока нет.", - "select_tags": "Выберите метки", - "tag-whitelist": "Tag Whitelist" + "enter-tags-here": "Добавьте метки здесь, от %1 до %2 символов каждая.", + "enter-tags-here-short": "Введите метки...", + "no-tags": "Меток пока нет.", + "select-tags": "Выберите метки", + "tag-whitelist": "Tag Whitelist", + "watching": "Watching", + "not-watching": "Not Watching", + "watching.description": "Notify me of new topics.", + "not-watching.description": "Do not notify me of new topics.", + "following-tag.message": "You will now be receiving notifications when somebody posts a topic with this tag.", + "not-following-tag.message": "You will not receive notifications when somebody posts a topic with this tag." } \ No newline at end of file diff --git a/public/language/ru/themes/harmony.json b/public/language/ru/themes/harmony.json index f915155306..5e0a65f946 100644 --- a/public/language/ru/themes/harmony.json +++ b/public/language/ru/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page", "settings.autohideBottombar": "Auto hide bottom bar", "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down", + "settings.openSidebars": "Open sidebars", "settings.chatModals": "Enable chat modals" } \ No newline at end of file diff --git a/public/language/ru/top.json b/public/language/ru/top.json index 6df3292255..ad340a396f 100644 --- a/public/language/ru/top.json +++ b/public/language/ru/top.json @@ -1,4 +1,4 @@ { "title": "Топ", - "no_top_topics": "Нет топовых тем" + "no-top-topics": "Нет топовых тем" } \ No newline at end of file diff --git a/public/language/ru/topic.json b/public/language/ru/topic.json index 4936adcc0d..9795df12c8 100644 --- a/public/language/ru/topic.json +++ b/public/language/ru/topic.json @@ -1,20 +1,20 @@ { "topic": "Тема", "title": "Заголовок", - "no_topics_found": "Темы не найдены!", - "no_posts_found": "Сообщения не найдены!", - "post_is_deleted": "Это сообщение удалено!", - "topic_is_deleted": "Эта тема удалена!", + "no-topics-found": "Темы не найдены!", + "no-posts-found": "Сообщения не найдены!", + "post-is-deleted": "Это сообщение удалено!", + "topic-is-deleted": "Эта тема удалена!", "profile": "Профиль", - "posted_by": "Опубликовано %1", - "posted_by_guest": "Опубликовано гостем", + "posted-by": "Опубликовано %1", + "posted-by-guest": "Опубликовано гостем", "chat": "Чат", - "notify_me": "Получать уведомления о новых сообщениях в этой теме", + "notify-me": "Получать уведомления о новых сообщениях в этой теме", "quote": "Цитировать", "reply": "Ответить", - "replies_to_this_post": "%1 ответов", - "one_reply_to_this_post": "1 ответ", - "last_reply_time": "Последний ответ", + "replies-to-this-post": "%1 ответов", + "one-reply-to-this-post": "1 ответ", + "last-reply-time": "Последний ответ", "reply-as-topic": "Ответить, создав новую тему", "guest-login-reply": "Авторизуйтесь, чтобы ответить", "login-to-view": "Авторизуйтесь, чтобы просмотреть", @@ -64,129 +64,130 @@ "user-referenced-topic-on": "%1 сослался на эту тему в %3", "user-forked-topic-ago": "%1 раздвоил эту тему %3", "user-forked-topic-on": "%1 раздвоил эту тему в %3", - "bookmark_instructions": "Нажмите здесь, чтобы вернуться к последнему прочитанному сообщению в этой теме.", + "bookmark-instructions": "Нажмите здесь, чтобы вернуться к последнему прочитанному сообщению в этой теме.", "flag-post": "Пожаловаться на это сообщение", "flag-user": "Пожаловаться на этого пользователя", "already-flagged": "Жалоба на рассмотрении", "view-flag-report": "Показать содержание жалобы", "resolve-flag": "Решенная жалоба", - "merged_message": "Эта тема была объединена с %2", - "deleted_message": "Эта тема была удалена. Только пользователи с правом управления темами могут её видеть.", - "following_topic.message": "Теперь вы будете получать уведомления каждый раз, когда кто-нибудь напишет сообщение в эту тему.", - "not_following_topic.message": "Вы увидите эту тему в списке непрочитанных, но не будете получать уведомлений о новых сообщениях в ней.", - "ignoring_topic.message": "Вы больше не будете видеть эту тему в списке непрочитанных, но если кто-то упомянет вас в ней или проголосует за ваше сообщение, вы получите уведомление.", - "login_to_subscribe": "Пожалуйста, зарегистрируйтесь или авторизуйтесь, чтобы подписаться на эту тему.", + "merged-message": "Эта тема была объединена с %2", + "forked-message": "This topic was forked from %2", + "deleted-message": "Эта тема была удалена. Только пользователи с правом управления темами могут её видеть.", + "following-topic.message": "Теперь вы будете получать уведомления каждый раз, когда кто-нибудь напишет сообщение в эту тему.", + "not-following-topic.message": "Вы увидите эту тему в списке непрочитанных, но не будете получать уведомлений о новых сообщениях в ней.", + "ignoring-topic.message": "Вы больше не будете видеть эту тему в списке непрочитанных, но если кто-то упомянет вас в ней или проголосует за ваше сообщение, вы получите уведомление.", + "login-to-subscribe": "Пожалуйста, зарегистрируйтесь или авторизуйтесь, чтобы подписаться на эту тему.", "markAsUnreadForAll.success": "Тема помечена как непрочитанная для всех.", - "mark_unread": "Отметить как непрочитанную", - "mark_unread.success": "Тема помечена как непрочитанная.", + "mark-unread": "Отметить как непрочитанную", + "mark-unread.success": "Тема помечена как непрочитанная.", "watch": "Отслеживать", "unwatch": "Не отслеживать", "watch.title": "Получать уведомления о новых сообщениях в этой теме", "unwatch.title": "Перестать отслеживать эту тему", - "share_this_post": "Поделиться сообщением", + "share-this-post": "Поделиться сообщением", "watching": "Отслеживается", "not-watching": "Не отслеживается", "ignoring": "Игнорируется", "watching.description": "Уведомлять о новых сообщениях.
Показывать тему в непрочитанных.", "not-watching.description": "Не уведомлять о новых сообщениях.
Показывать тему в непрочитанных, если эта категория не игнорируется.", "ignoring.description": "Не уведомлять о новых сообщениях.
Не показывать эту тему в непрочитанных.", - "thread_tools.title": "Управление темой", - "thread_tools.markAsUnreadForAll": "Пометить непрочитанной для всех", - "thread_tools.pin": "Прикрепить тему", - "thread_tools.unpin": "Открепить тему", - "thread_tools.lock": "Закрыть тему", - "thread_tools.unlock": "Открыть тему", - "thread_tools.move": "Перенести тему", - "thread_tools.move-posts": "Перенести сообщения", - "thread_tools.move_all": "Перенести всё", - "thread_tools.change_owner": "Сменить автора", - "thread_tools.select_category": "Выберите категорию", - "thread_tools.fork": "Разделить тему", - "thread_tools.tag": "Tag Topic", - "thread_tools.delete": "Удалить тему", - "thread_tools.delete-posts": "Удалить сообщения", - "thread_tools.delete_confirm": "Вы уверены, что хотите удалить эту тему?", - "thread_tools.restore": "Восстановить тему", - "thread_tools.restore_confirm": "Вы уверены, что хотите восстановить эту тему?", - "thread_tools.purge": "Стереть тему", - "thread_tools.purge_confirm": "Вы уверены, что хотите стереть эту тему?", - "thread_tools.merge_topics": "Объединить темы", - "thread_tools.merge": "Объединить Тему", - "topic_move_success": "Эта тема будет перемещена в \"%1\". Нажмите здесь, чтобы отменить.", - "topic_move_multiple_success": "Эти темы будут перемещены в \"%1\". Нажмите здесь, чтобы отменить.", - "topic_move_all_success": "Все темы будут перемещены в \"%1\". Нажмите здесь, чтобы отменить.", - "topic_move_undone": "Перенос темы отменен", - "topic_move_posts_success": "Сообщения скоро будут перемещены. Нажмите здесь, чтобы отменить.", - "topic_move_posts_undone": "Перемещение сообщений отменено", - "post_delete_confirm": "Вы уверены, что хотите удалить это сообщение?", - "post_restore_confirm": "Вы уверены, что хотите восстановить это сообщение?", - "post_purge_confirm": "Вы уверены, что хотите стереть это сообщение?", + "thread-tools.title": "Управление темой", + "thread-tools.markAsUnreadForAll": "Пометить непрочитанной для всех", + "thread-tools.pin": "Прикрепить тему", + "thread-tools.unpin": "Открепить тему", + "thread-tools.lock": "Закрыть тему", + "thread-tools.unlock": "Открыть тему", + "thread-tools.move": "Перенести тему", + "thread-tools.move-posts": "Перенести сообщения", + "thread-tools.move-all": "Перенести всё", + "thread-tools.change-owner": "Сменить автора", + "thread-tools.select-category": "Выберите категорию", + "thread-tools.fork": "Разделить тему", + "thread-tools.tag": "Tag Topic", + "thread-tools.delete": "Удалить тему", + "thread-tools.delete-posts": "Удалить сообщения", + "thread-tools.delete-confirm": "Вы уверены, что хотите удалить эту тему?", + "thread-tools.restore": "Восстановить тему", + "thread-tools.restore-confirm": "Вы уверены, что хотите восстановить эту тему?", + "thread-tools.purge": "Стереть тему", + "thread-tools.purge-confirm": "Вы уверены, что хотите стереть эту тему?", + "thread-tools.merge-topics": "Объединить темы", + "thread-tools.merge": "Объединить Тему", + "topic-move-success": "Эта тема будет перемещена в \"%1\". Нажмите здесь, чтобы отменить.", + "topic-move-multiple-success": "Эти темы будут перемещены в \"%1\". Нажмите здесь, чтобы отменить.", + "topic-move-all-success": "Все темы будут перемещены в \"%1\". Нажмите здесь, чтобы отменить.", + "topic-move-undone": "Перенос темы отменен", + "topic-move-posts-success": "Сообщения скоро будут перемещены. Нажмите здесь, чтобы отменить.", + "topic-move-posts-undone": "Перемещение сообщений отменено", + "post-delete-confirm": "Вы уверены, что хотите удалить это сообщение?", + "post-restore-confirm": "Вы уверены, что хотите восстановить это сообщение?", + "post-purge-confirm": "Вы уверены, что хотите стереть это сообщение?", "pin-modal-expiry": "Дата окончания срока", "pin-modal-help": "При желании вы можете установить дату истечения срока для закрепленных тем здесь. Кроме того, вы можете оставить это поле пустым, чтобы тема оставалась закрепленной до тех пор, пока она не будет откреплена вручную.", - "load_categories": "Загружаем категории", - "confirm_move": "Перенести", - "confirm_fork": "Разделить", + "load-categories": "Загружаем категории", + "confirm-move": "Перенести", + "confirm-fork": "Разделить", "bookmark": "Добавить в закладки", "bookmarks": "Закладки", - "bookmarks.has_no_bookmarks": "Вы ещё не добавили в закладки ни одного сообщения.", + "bookmarks.has-no-bookmarks": "Вы ещё не добавили в закладки ни одного сообщения.", "copy-permalink": "Скопировать Ссылку", - "loading_more_posts": "Загружаем больше сообщений", - "move_topic": "Перенести тему", - "move_topics": "Перенести темы", - "move_post": "Перенести сообщение", - "post_moved": "Сообщение перенесено!", - "fork_topic": "Создать дополнительную ветвь дискуссии", + "loading-more-posts": "Загружаем больше сообщений", + "move-topic": "Перенести тему", + "move-topics": "Перенести темы", + "move-post": "Перенести сообщение", + "post-moved": "Сообщение перенесено!", + "fork-topic": "Создать дополнительную ветвь дискуссии", "enter-new-topic-title": "Введите новое название темы", - "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", - "fork_no_pids": "Не выбрано ни одного сообщения!", + "fork-topic-instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", + "fork-no-pids": "Не выбрано ни одного сообщения!", "no-posts-selected": "Не выбрано ни одного сообщения!", "x-posts-selected": "Выбрано сообщений: %1", "x-posts-will-be-moved-to-y": "%1 сообщений перемещено в \"%2\"", - "fork_pid_count": "Выбрано сообщений: %1", - "fork_success": "Готово! Нажмите здесь, чтобы перейти к новой теме.", - "delete_posts_instruction": "Отметьте сообщения, которые вы хотите удалить или стереть", - "merge_topics_instruction": "Нажмите на темы, которые вы хотите объединить (или найдите их ниже)", + "fork-pid-count": "Выбрано сообщений: %1", + "fork-success": "Готово! Нажмите здесь, чтобы перейти к новой теме.", + "delete-posts-instruction": "Отметьте сообщения, которые вы хотите удалить или стереть", + "merge-topics-instruction": "Нажмите на темы, которые вы хотите объединить (или найдите их ниже)", "merge-topic-list-title": "Список объединяемых тем", "merge-options": "Параметры объединения", "merge-select-main-topic": "Выберите основную тему", "merge-new-title-for-topic": "Новое название темы", "topic-id": "ID темы", - "move_posts_instruction": "Щелкните сообщения, которые вы хотите переместить, затем введите ID темы или перейдите к целевой теме.", - "move_topic_instruction": "Select the target category and then click move", - "change_owner_instruction": "Нажмите на сообщения, которые вы хотите присвоить другому пользователю", - "composer.title_placeholder": "Введите название темы...", - "composer.handle_placeholder": "Введите ваше имя здесь", + "move-posts-instruction": "Щелкните сообщения, которые вы хотите переместить, затем введите ID темы или перейдите к целевой теме.", + "move-topic-instruction": "Select the target category and then click move", + "change-owner-instruction": "Нажмите на сообщения, которые вы хотите присвоить другому пользователю", + "composer.title-placeholder": "Введите название темы...", + "composer.handle-placeholder": "Введите ваше имя здесь", "composer.hide": "Скрыть", "composer.discard": "Отменить", "composer.submit": "Отправить", "composer.additional-options": "Дополнительные Настройки", "composer.post-later": "Post Later", "composer.schedule": "Запланировать", - "composer.replying_to": "Ответ %1", - "composer.new_topic": "Создать тему", + "composer.replying-to": "Ответ %1", + "composer.new-topic": "Создать тему", "composer.editing-in": "Editing post in %1", "composer.uploading": "загрузка...", - "composer.thumb_url_label": "Вставьте ссылку на картинку с иконкой темы.", - "composer.thumb_title": "Добавить иконку к этой теме", - "composer.thumb_url_placeholder": "http://example.com/pic.jpg", - "composer.thumb_file_label": "Загрузить новое изображение", - "composer.thumb_remove": "Очистить поля", - "composer.drag_and_drop_images": "Перетащите изображения сюда", - "more_users_and_guests": "ещё %1 пользователей и %2 гостей", - "more_users": "ещё %1 пользователей", - "more_guests": "ещё %1 гостей", - "users_and_others": "%1 пользователей и %2 других", - "sort_by": "Сортировка", - "oldest_to_newest": "Сначала старые", - "newest_to_oldest": "Сначала новые", - "most_votes": "По количеству голосов", - "most_posts": "По количеству сообщений", - "most_views": "Наиболее Просматриваемые", + "composer.thumb-url-label": "Вставьте ссылку на картинку с иконкой темы.", + "composer.thumb-title": "Добавить иконку к этой теме", + "composer.thumb-url-placeholder": "http://example.com/pic.jpg", + "composer.thumb-file-label": "Загрузить новое изображение", + "composer.thumb-remove": "Очистить поля", + "composer.drag-and-drop-images": "Перетащите изображения сюда", + "more-users-and-guests": "ещё %1 пользователей и %2 гостей", + "more-users": "ещё %1 пользователей", + "more-guests": "ещё %1 гостей", + "users-and-others": "%1 пользователей и %2 других", + "sort-by": "Сортировка", + "oldest-to-newest": "Сначала старые", + "newest-to-oldest": "Сначала новые", + "most-votes": "По количеству голосов", + "most-posts": "По количеству сообщений", + "most-views": "Наиболее Просматриваемые", "stale.title": "Создать новую тему вместо этой?", "stale.warning": "Тема, в которую вы собираетесь написать, очень старая. Может, стоит создать новую, а про эту просто напомнить к случаю?", "stale.create": "Создать новую тему", - "stale.reply_anyway": "Всё равно ответить здесь", - "link_back": "Ответ: [%1](%2)", + "stale.reply-anyway": "Всё равно ответить здесь", + "link-back": "Ответ: [%1](%2)", "diffs.title": "История правок сообщения", "diffs.description": "У этого сообщения есть %1 версий. Нажмите на любую из них, чтобы увидеть, каким оно было раньше.", "diffs.no-revisions-description": "У этого сообщения есть %1версий", @@ -197,8 +198,8 @@ "diffs.post-restored": "Сообщение успешно восстановлено до более ранней версии", "diffs.delete": "Удалить эту версию", "diffs.deleted": "Версия удалена", - "timeago_later": "через %1", - "timeago_earlier": "на %1 раньше", + "timeago-later": "через %1", + "timeago-earlier": "на %1 раньше", "first-post": "Первое сообщение", "last-post": "Последнее сообщение", "go-to-my-next-post": "Перейти к моей следующей записи", diff --git a/public/language/ru/unread.json b/public/language/ru/unread.json index 1450d47aff..2eacd76589 100644 --- a/public/language/ru/unread.json +++ b/public/language/ru/unread.json @@ -1,12 +1,12 @@ { "title": "Непрочитанные темы", - "no_unread_topics": "Нет непрочитанных тем.", - "load_more": "Загрузить еще", - "mark_as_read": "Пометить как прочитанное", + "no-unread-topics": "Нет непрочитанных тем.", + "load-more": "Загрузить еще", + "mark-as-read": "Пометить как прочитанное", "selected": "Выбрано", "all": "Все", - "all_categories": "Все категории", - "topics_marked_as_read.success": "Все темы помечены как прочитанные!", + "all-categories": "Все категории", + "topics-marked-as-read.success": "Все темы помечены как прочитанные!", "all-topics": "Все темы", "new-topics": "Новые темы", "watched-topics": "Отслеживаемые темы", diff --git a/public/language/ru/user.json b/public/language/ru/user.json index 9f11274866..50feefa12a 100644 --- a/public/language/ru/user.json +++ b/public/language/ru/user.json @@ -7,22 +7,22 @@ "joindate": "Дата регистрации", "postcount": "Сообщений", "email": "Электронная почта", - "confirm_email": "Подтвердить электронную почту", - "account_info": "Информация об учётной записи", - "admin_actions_label": "Административные действия", - "ban_account": "Заблокировать учётную запись", - "ban_account_confirm": "Вы действительно хотите заблокировать этого пользователя?", - "unban_account": "Разблокировать учётную запись", - "mute_account": "Mute Account", - "unmute_account": "Unmute Account", - "delete_account": "Удалить учётную запись", - "delete_account_as_admin": "Удалить учётную запись", - "delete_content": "Удалить контент учетной записи", - "delete_all": "Удалить учётную запись и контент", - "delete_account_confirm": "Вы уверены, что хотите анонимизировать свои сообщения и удалить свою учетную запись?
Это действие необратимо, и вы не сможете восстановить какие-либо свои данные.

Введите свой пароль, чтобы подтвердить, что вы хотите уничтожить эту учетную запись.", - "delete_this_account_confirm": "Вы уверены, что хотите удалить эту учетную запись, оставив её содержимое?
Это действие необратимо, посты будут анонимными и вы не сможете восстановить связи постов с удаленной учетной записью

", - "delete_account_content_confirm": "Вы уверены, что хотите удалить содержимое этой учетной записи (сообщения / темы / загрузки)?
Это действие необратимо, и вы не сможете восстановить какие-либо данные

", - "delete_all_confirm": "Вы уверены, что хотите удалить эту учетную запись и всё её содержимое (сообщения / темы / загрузки)?
Это действие необратимо и вы не сможете восстановить какие-либо данные

", + "confirm-email": "Подтвердить электронную почту", + "account-info": "Информация об учётной записи", + "admin-actions-label": "Административные действия", + "ban-account": "Заблокировать учётную запись", + "ban-account-confirm": "Вы действительно хотите заблокировать этого пользователя?", + "unban-account": "Разблокировать учётную запись", + "mute-account": "Mute Account", + "unmute-account": "Unmute Account", + "delete-account": "Удалить учётную запись", + "delete-account-as-admin": "Удалить учётную запись", + "delete-content": "Удалить контент учетной записи", + "delete-all": "Удалить учётную запись и контент", + "delete-account-confirm": "Вы уверены, что хотите анонимизировать свои сообщения и удалить свою учетную запись?
Это действие необратимо, и вы не сможете восстановить какие-либо свои данные.

Введите свой пароль, чтобы подтвердить, что вы хотите уничтожить эту учетную запись.", + "delete-this-account-confirm": "Вы уверены, что хотите удалить эту учетную запись, оставив её содержимое?
Это действие необратимо, посты будут анонимными и вы не сможете восстановить связи постов с удаленной учетной записью

", + "delete-account-content-confirm": "Вы уверены, что хотите удалить содержимое этой учетной записи (сообщения / темы / загрузки)?
Это действие необратимо, и вы не сможете восстановить какие-либо данные

", + "delete-all-confirm": "Вы уверены, что хотите удалить эту учетную запись и всё её содержимое (сообщения / темы / загрузки)?
Это действие необратимо и вы не сможете восстановить какие-либо данные

", "account-deleted": "Учётная запись удалена", "account-content-deleted": "Контент учетной записи удален", "fullname": "Полное имя", @@ -32,11 +32,12 @@ "joined": "Регистрация", "lastonline": "Последнее посещение", "profile": "Профиль", - "profile_views": "Просмотры профиля", + "profile-views": "Просмотры профиля", "reputation": "Репутация", "bookmarks": "Закладки", - "watched_categories": "Отслеживаемые категории", - "change_all": "Изменить для всех", + "watched-categories": "Отслеживаемые категории", + "watched-tags": "Watched tags", + "change-all": "Изменить для всех", "watched": "Отслеживаемые темы", "ignored": "Игнорируемые темы", "default-category-watch-state": "Стандартная настройка отслеживания категорий", @@ -44,83 +45,84 @@ "following": "Подписки", "blocks": "Чёрный список", "blocked-users": "Заблокированные пользователи", - "block_toggle": "Блок./Разблок", - "block_user": "Добавить в Чёрный Список", - "unblock_user": "Убрать из Чёрного Списка", + "block-toggle": "Блок./Разблок", + "block-user": "Добавить в Чёрный Список", + "unblock-user": "Убрать из Чёрного Списка", "aboutme": "Обо мне", "signature": "Подпись", "birthday": "День рождения", "chat": "Чат", - "chat_with": "Продолжить чат с %1", - "new_chat_with": "Начать новый чат с %1", + "chat-with": "Продолжить чат с %1", + "new-chat-with": "Начать новый чат с %1", "flag-profile": "Пожаловаться на профиль", "follow": "Подписаться", "unfollow": "Отписаться", "more": "Больше", - "profile_update_success": "Профиль обновлён!", - "change_picture": "Изменить аватар", - "change_username": "Изменить имя пользователя", - "change_email": "Изменить электронную почту", - "email_same_as_password": "Пожалуйста, введите пароль, чтобы продолжить – вы снова указали свой новый адрес электронной почты", + "profile-update-success": "Профиль обновлён!", + "change-picture": "Изменить аватар", + "change-username": "Изменить имя пользователя", + "change-email": "Изменить электронную почту", + "email-updated": "Email Updated", + "email-same-as-password": "Пожалуйста, введите пароль, чтобы продолжить – вы снова указали свой новый адрес электронной почты", "edit": "Редактировать", "edit-profile": "Редактировать профиль", - "default_picture": "Стандартная иконка", - "uploaded_picture": "Загруженный аватар", - "upload_new_picture": "Загрузить новый аватар", - "upload_new_picture_from_url": "Загрузить изображение по ссылке", - "current_password": "Текущий пароль", - "new_password": "New Password", - "change_password": "Изменить пароль", - "change_password_error": "Неправильный пароль!", - "change_password_error_wrong_current": "Текущий пароль указан неверно!", - "change_password_error_match": "Пароли должны совпадать!", - "change_password_error_privileges": "Вы не можете изменить пароль.", - "change_password_success": "Ваш пароль изменён!", - "confirm_password": "Подтвердите пароль", + "default-picture": "Стандартная иконка", + "uploaded-picture": "Загруженный аватар", + "upload-new-picture": "Загрузить новый аватар", + "upload-new-picture-from-url": "Загрузить изображение по ссылке", + "current-password": "Текущий пароль", + "new-password": "New Password", + "change-password": "Изменить пароль", + "change-password-error": "Неправильный пароль!", + "change-password-error-wrong-current": "Текущий пароль указан неверно!", + "change-password-error-match": "Пароли должны совпадать!", + "change-password-error-privileges": "Вы не можете изменить пароль.", + "change-password-success": "Ваш пароль изменён!", + "confirm-password": "Подтвердите пароль", "password": "Пароль", - "username_taken_workaround": "Это имя пользователя уже занято, поэтому пришлось его немного изменить. Теперь вы %1", - "password_same_as_username": "Ваш пароль совпадает с вашим именем пользователя. Пожалуйста, укажите другой пароль.", - "password_same_as_email": "Ваш пароль совпадает с вашей электронной почтой. Пожалуйста, укажите другой пароль.", - "weak_password": "Слабый пароль.", - "upload_picture": "Загрузить изображение", - "upload_a_picture": "Загрузить изображение", - "remove_uploaded_picture": "Удалить аватар", - "upload_cover_picture": "Загрузить обложку профиля", - "remove_cover_picture_confirm": "Вы уверены, что хотите удалить обложку профиля?", - "crop_picture": "Обрезать картинку", - "upload_cropped_picture": "Вырезать и загрузить", + "username-taken-workaround": "Это имя пользователя уже занято, поэтому пришлось его немного изменить. Теперь вы %1", + "password-same-as-username": "Ваш пароль совпадает с вашим именем пользователя. Пожалуйста, укажите другой пароль.", + "password-same-as-email": "Ваш пароль совпадает с вашей электронной почтой. Пожалуйста, укажите другой пароль.", + "weak-password": "Слабый пароль.", + "upload-picture": "Загрузить изображение", + "upload-a-picture": "Загрузить изображение", + "remove-uploaded-picture": "Удалить аватар", + "upload-cover-picture": "Загрузить обложку профиля", + "remove-cover-picture-confirm": "Вы уверены, что хотите удалить обложку профиля?", + "crop-picture": "Обрезать картинку", + "upload-cropped-picture": "Вырезать и загрузить", "avatar-background-colour": "Цвет фона аватара", "settings": "Настройки", - "show_email": "Показывать мою электронную почту", - "show_fullname": "Показывать моё полное имя", - "restrict_chats": "Разрешить чат только с теми, на кого я подписан", - "digest_label": "Подписка на дайджест", - "digest_description": "Подписаться на рассылку уведомлений о событиях и новых темах на форуме с указанной периодичностью", - "digest_off": "Отключена", - "digest_daily": "Ежедневная", - "digest_weekly": "Еженедельная", - "digest_biweekly": "Bi-Weekly", - "digest_monthly": "Ежемесячная", - "has_no_follower": "На этого пользователя никто не подписан :(", - "follows_no_one": "Этот пользователь ни на кого не подписан :(", - "has_no_posts": "Этот пользователь ещё ничего не написал.", - "has_no_best_posts": "This user does not have any upvoted posts yet.", - "has_no_topics": "Этот пользователь ещё не создал ни одной темы.", - "has_no_watched_topics": "Этот пользователь не отслеживает ни одной темы.", - "has_no_ignored_topics": "Этот пользователь не игнорирует ни одну тему.", - "has_no_upvoted_posts": "Этот пользователь ещё ни одному сообщению не поднимал рейтинг.", - "has_no_downvoted_posts": "Этот пользователь ещё ни одному сообщению не понижал рейтинг.", - "has_no_controversial_posts": "This user does not have any downvoted posts yet.", - "has_no_blocks": "Вы никого не заблокировали.", - "email_hidden": "Электронная почта скрыта", + "show-email": "Показывать мою электронную почту", + "show-fullname": "Показывать моё полное имя", + "restrict-chats": "Разрешить чат только с теми, на кого я подписан", + "digest-label": "Подписка на дайджест", + "digest-description": "Подписаться на рассылку уведомлений о событиях и новых темах на форуме с указанной периодичностью", + "digest-off": "Отключена", + "digest-daily": "Ежедневная", + "digest-weekly": "Еженедельная", + "digest-biweekly": "Bi-Weekly", + "digest-monthly": "Ежемесячная", + "has-no-follower": "На этого пользователя никто не подписан :(", + "follows-no-one": "Этот пользователь ни на кого не подписан :(", + "has-no-posts": "Этот пользователь ещё ничего не написал.", + "has-no-best-posts": "This user does not have any upvoted posts yet.", + "has-no-topics": "Этот пользователь ещё не создал ни одной темы.", + "has-no-watched-topics": "Этот пользователь не отслеживает ни одной темы.", + "has-no-ignored-topics": "Этот пользователь не игнорирует ни одну тему.", + "has-no-upvoted-posts": "Этот пользователь ещё ни одному сообщению не поднимал рейтинг.", + "has-no-downvoted-posts": "Этот пользователь ещё ни одному сообщению не понижал рейтинг.", + "has-no-controversial-posts": "This user does not have any downvoted posts yet.", + "has-no-blocks": "Вы никого не заблокировали.", + "email-hidden": "Электронная почта скрыта", "hidden": "скрыто", - "paginate_description": "Разбивать темы и сообщения на страницы, а не выводить бесконечным списком", - "topics_per_page": "Тем на странице", - "posts_per_page": "Сообщений на странице", + "paginate-description": "Разбивать темы и сообщения на страницы, а не выводить бесконечным списком", + "topics-per-page": "Тем на странице", + "posts-per-page": "Сообщений на странице", "category-topic-sort": "Category topic sort", "topic-post-sort": "Topic post sort", - "max_items_per_page": "максимум %1", - "acp_language": "Язык панели администратора", + "max-items-per-page": "максимум %1", + "acp-language": "Язык панели администратора", "notifications": "Уведомления", "upvote-notif-freq": "Частота уведомлений об изменении рейтинга сообщения", "upvote-notif-freq.all": "Все уведомления", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "На 10, 100, 1000...", "upvote-notif-freq.disabled": "Выключено", "browsing": "Настройки просмотра", - "open_links_in_new_tab": "Открывать внешние ссылки в новом окне", - "enable_topic_searching": "Включить поиск по сообщениям внутри тем", - "topic_search_help": "Когда эта опция включена, вместо стандартного поиска по странице ваш браузер будет использовать соответствующую функцию форума, которая позволит искать и среди сообщений, которые ещё не загружены.", - "update_url_with_post_index": "Обновлять URL-адрес с индексом публикации при просмотре тем", - "scroll_to_my_post": "Пролистывать страницы к вашим новым сообщениям сразу после их отправки", - "follow_topics_you_reply_to": "Включать отслеживание во всех темах, в которых вы отвечаете", - "follow_topics_you_create": "Включать отслеживание всех тем, которые вы создаёте", + "open-links-in-new-tab": "Открывать внешние ссылки в новом окне", + "enable-topic-searching": "Включить поиск по сообщениям внутри тем", + "topic-search-help": "Когда эта опция включена, вместо стандартного поиска по странице ваш браузер будет использовать соответствующую функцию форума, которая позволит искать и среди сообщений, которые ещё не загружены.", + "update-url-with-post-index": "Обновлять URL-адрес с индексом публикации при просмотре тем", + "scroll-to-my-post": "Пролистывать страницы к вашим новым сообщениям сразу после их отправки", + "follow-topics-you-reply-to": "Включать отслеживание во всех темах, в которых вы отвечаете", + "follow-topics-you-create": "Включать отслеживание всех тем, которые вы создаёте", "grouptitle": "Значки групп", "group-order-help": "Выберите группу и укажите порядок значков с помощью стрелок", "no-group-title": "Не показывать значок группы", @@ -145,9 +147,9 @@ "no-skin": "No Skin", "select-homepage": "Настройка главной страницы", "homepage": "Главная страница", - "homepage_description": "Выберите, на какую страницу вы будете попадать после авторизации и использовать как главную, или оставьте стандартную настройку.", - "custom_route": "Ваш маршрут для главной страницы", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", + "homepage-description": "Выберите, на какую страницу вы будете попадать после авторизации и использовать как главную, или оставьте стандартную настройку.", + "custom-route": "Ваш маршрут для главной страницы", + "custom-route-help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Сервисы единого входа", "sso.associated": "Связан с", "sso.not-associated": "Нажмите здесь, чтобы связать учётную запись с", @@ -179,25 +181,25 @@ "consent.title": "Ваши права и согласие", "consent.lead": "Этот форум собирает и обрабатывает вашу личную информацию.", "consent.intro": "Мы используем эту информацию исключительно для персонализации вашего опыта в этом сообществе, а также для связывания сообщений, которые вы вносите в свою учетную запись пользователя. Во время этапа регистрации вас попросили указать имя пользователя и адрес электронной почты, вы также можете предоставить дополнительную информацию, чтобы заполнить свой профиль пользователя на этом веб-сайте.

Мы сохраняем эту информацию на всё время существования учетной записи пользователя, и вы можете отозвать согласие в любое время, удалив свою учетную запись. В любое время вы можете запросить копию своего вклада на этот веб-сайт, используя раздел \"ваши права и согласие\"

Если у вас есть какие-либо вопросы или опасения, мы рекомендуем вам обратиться к администрации этого форума.", - "consent.email_intro": "Иногда мы можем отправлять электронные письма на ваш зарегистрированный адрес электронной почты, чтобы предоставлять обновления и / или уведомлять вас о новой деятельности, которая вам подходит. Вы можете настроить частоту дайджестов сообщества (в том числе отключить его напрямую), а также выбрать, какие типы уведомлений получать по электронной почте, на странице настроек пользователя.", - "consent.digest_frequency": "Если в пользовательских настройках ничего не изменено, это сообщество отправляет электронные дайджесты каждые %1.", - "consent.digest_off": "Если в пользовательских настройках ничего не изменено, это сообщество не будет отправлять электронные дайджесты", + "consent.email-intro": "Иногда мы можем отправлять электронные письма на ваш зарегистрированный адрес электронной почты, чтобы предоставлять обновления и / или уведомлять вас о новой деятельности, которая вам подходит. Вы можете настроить частоту дайджестов сообщества (в том числе отключить его напрямую), а также выбрать, какие типы уведомлений получать по электронной почте, на странице настроек пользователя.", + "consent.digest-frequency": "Если в пользовательских настройках ничего не изменено, это сообщество отправляет электронные дайджесты каждые %1.", + "consent.digest-off": "Если в пользовательских настройках ничего не изменено, это сообщество не будет отправлять электронные дайджесты", "consent.received": "Вы дали согласие на этот сайт для сбора и обработки вашей информации. Никаких дополнительных действий не требуется.", - "consent.not_received": "Вы не дали согласия на сбор и обработку данных. В любое время администрация этого веб-сайта может удалить вашу учетную запись, чтобы она соответствовала Общему правилу защиты данных (GDPR).", + "consent.not-received": "Вы не дали согласия на сбор и обработку данных. В любое время администрация этого веб-сайта может удалить вашу учетную запись, чтобы она соответствовала Общему правилу защиты данных (GDPR).", "consent.give": "Дать согласие", - "consent.right_of_access": "У вас есть право на доступ к данным", - "consent.right_of_access_description": "Вы имеете право запросить доступ к любым данным, собранным на этом веб-сайте. Чтобы получить копию этих данных, нажмите на кнопку ниже.", - "consent.right_to_rectification": "У вас есть право на исправление данных", - "consent.right_to_rectification_description": "Вы имеете право изменять или обновлять любые неточные данные, предоставленные нам. Вы всегда можете отредактировать ваш профиль или ваши сообщения. Если это не так, обратитесь к администраторам сайта.", - "consent.right_to_erasure": "У вас есть право на удаление данных", - "consent.right_to_erasure_description": "В любое время вы можете отозвать свое согласие на сбор и/или обработку данных, удалив свою учётную запись. Ваш индивидуальный профиль можно удалить, хотя ваши сообщения останутся. Если вы хотите удалить как свою учётную запись, так и контент, пожалуйста, свяжитесь с администрацией сайта.", - "consent.right_to_data_portability": "У вас есть право на перенос данных", - "consent.right_to_data_portability_description": "Вы можете запросить у нас машиночитаемый экспорт любых собранных данных о вас и вашей учетной записи. Вы можете сделать это, нажав соответствующую кнопку ниже.", - "consent.export_profile": "Экспорт профиля (.json)", + "consent.right-of-access": "У вас есть право на доступ к данным", + "consent.right-of-access-description": "Вы имеете право запросить доступ к любым данным, собранным на этом веб-сайте. Чтобы получить копию этих данных, нажмите на кнопку ниже.", + "consent.right-to-rectification": "У вас есть право на исправление данных", + "consent.right-to-rectification-description": "Вы имеете право изменять или обновлять любые неточные данные, предоставленные нам. Вы всегда можете отредактировать ваш профиль или ваши сообщения. Если это не так, обратитесь к администраторам сайта.", + "consent.right-to-erasure": "У вас есть право на удаление данных", + "consent.right-to-erasure-description": "В любое время вы можете отозвать свое согласие на сбор и/или обработку данных, удалив свою учётную запись. Ваш индивидуальный профиль можно удалить, хотя ваши сообщения останутся. Если вы хотите удалить как свою учётную запись, так и контент, пожалуйста, свяжитесь с администрацией сайта.", + "consent.right-to-data-portability": "У вас есть право на перенос данных", + "consent.right-to-data-portability-description": "Вы можете запросить у нас машиночитаемый экспорт любых собранных данных о вас и вашей учетной записи. Вы можете сделать это, нажав соответствующую кнопку ниже.", + "consent.export-profile": "Экспорт профиля (.json)", "consent.export-profile-success": "Экспорт учетной записи, вы получите уведомление, когда он будет завершен.", - "consent.export_uploads": "Экспорт загруженного контента (.zip)", + "consent.export-uploads": "Экспорт загруженного контента (.zip)", "consent.export-uploads-success": "Экспорт загрузок, вы получите уведомление, когда он будет завершен.", - "consent.export_posts": "Экспорт сообщений (.csv)", + "consent.export-posts": "Экспорт сообщений (.csv)", "consent.export-posts-success": "Экспорт постов, вы получите уведомление, когда он будет завершен.", "emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.", "emailUpdate.optional": "This field is optional. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.", diff --git a/public/language/ru/users.json b/public/language/ru/users.json index 600b7fbd60..68e0e0b7e1 100644 --- a/public/language/ru/users.json +++ b/public/language/ru/users.json @@ -1,13 +1,13 @@ { "all-users": "All Users", - "latest_users": "Новые пользователи", - "top_posters": "Самые активные", - "most_reputation": "Лучшая репутация", - "most_flags": "Больше всего жалоб", + "latest-users": "Новые пользователи", + "top-posters": "Самые активные", + "most-reputation": "Лучшая репутация", + "most-flags": "Больше всего жалоб", "search": "Поиск", - "enter_username": "Введите имя пользователя для поиска", + "enter-username": "Введите имя пользователя для поиска", "search-user-for-chat": "Search for a user to start chat", - "load_more": "Загрузить еще", + "load-more": "Загрузить еще", "users-found-search-took": "Найдено пользователей: %1! Поиск занял %2 с.", "filter-by": "Сортировать по", "online-only": "Только онлайн", @@ -15,10 +15,10 @@ "prompt-email": "Адреса электронной почты:", "groups-to-join": "Группы, в которые вы вступите приняв приглашение:", "invitation-email-sent": "Письмо с приглашением для %1 отправлено", - "user_list": "Список пользователей", - "recent_topics": "Последние темы", - "popular_topics": "Популярные темы", - "unread_topics": "Непрочитанные темы", + "user-list": "Список пользователей", + "recent-topics": "Последние темы", + "popular-topics": "Популярные темы", + "unread-topics": "Непрочитанные темы", "categories": "Категории", "tags": "Метки", "no-users-found": "Пользователи не найдены!" diff --git a/public/language/rw/admin/advanced/events.json b/public/language/rw/admin/advanced/events.json index b2c2033fb5..9327eef8d3 100644 --- a/public/language/rw/admin/advanced/events.json +++ b/public/language/rw/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "Event Type", "filter-start": "Start Date", "filter-end": "End Date", - "filter-perPage": "Per Page" + "filter-per-page": "Per Page" } \ No newline at end of file diff --git a/public/language/rw/admin/extend/widgets.json b/public/language/rw/admin/extend/widgets.json index ab3a4b11d2..5d2832feed 100644 --- a/public/language/rw/admin/extend/widgets.json +++ b/public/language/rw/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "No widgets found! Activate the widget essentials plugin in the plugins control panel.", "clone-from": "Clone widgets from", "containers.available": "Available Containers", - "containers.explanation": "Drag and drop on top of any active widget", + "containers.explanation": "Drag and drop on top of any widget", "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", @@ -29,5 +29,7 @@ "hide-from-groups": "Hide from groups", "start-date": "Start date", "end-date": "End date", - "hide-on-mobile": "Hide on mobile" + "hide-on-mobile": "Hide on mobile", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/rw/admin/manage/privileges.json b/public/language/rw/admin/manage/privileges.json index 9af075bcfa..240cff6aa5 100644 --- a/public/language/rw/admin/manage/privileges.json +++ b/public/language/rw/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "Edit Privileges", "select-clear-all": "Select/Clear All", "chat": "Chat", + "chat-with-privileged": "Chat with Privileged", "upload-images": "Upload Images", "upload-files": "Upload Files", "signature": "Signature", @@ -33,7 +34,7 @@ "edit-posts": "Edit Posts", "view-edit-history": "View Edit History", "delete-posts": "Delete Posts", - "view_deleted": "View Deleted Posts", + "view-deleted": "View Deleted Posts", "upvote-posts": "Upvote Posts", "downvote-posts": "Downvote Posts", "delete-topics": "Delete Topics", diff --git a/public/language/rw/admin/manage/users.json b/public/language/rw/admin/manage/users.json index 1fef96f56d..08e5701f40 100644 --- a/public/language/rw/admin/manage/users.json +++ b/public/language/rw/admin/manage/users.json @@ -4,16 +4,21 @@ "edit": "Actions", "make-admin": "Make Admin", "remove-admin": "Remove Admin", + "change-email": "Change Email", + "new-email": "New Email", "validate-email": "Validate Email", "send-validation-email": "Send Validation Email", + "change-password": "Change Password", "password-reset-email": "Send Password Reset Email", "force-password-reset": "Force Password Reset & Log User Out", - "ban": "Ban User(s)", + "ban": "Ban", + "ban-users": "Ban User(s)", "temp-ban": "Ban User(s) Temporarily", "unban": "Unban User(s)", "reset-lockout": "Reset Lockout", "reset-flags": "Reset Flags", - "delete": "Delete User(s)", + "delete": "Delete", + "delete-users": "Delete User(s)", "delete-content": "Delete User(s) Content", "purge": "Delete User(s) and Content", "download-csv": "Download CSV", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "Ban %1 user(s)", "alerts.unban-success": "User(s) unbanned!", "alerts.lockout-reset-success": "Lockout(s) reset!", + "alerts.password-change-success": "Password(s) changed!", "alerts.flag-reset-success": "Flags(s) reset!", "alerts.no-remove-yourself-admin": "You can't remove yourself as Administrator!", "alerts.make-admin-success": "User is now administrator.", @@ -106,6 +112,7 @@ "alerts.create": "Create User", "alerts.button-create": "Create", "alerts.button-cancel": "Cancel", + "alerts.button-change": "Change", "alerts.error-passwords-different": "Passwords must match!", "alerts.error-x": "Error

%1

", "alerts.create-success": "User created!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "Emails: ", "alerts.email-sent-to": "An invitation email has been sent to %1", "alerts.x-users-found": "%1 user(s) found, (%2 seconds)", + "alerts.select-a-single-user-to-change-email": "Select a single user to change email", "export-users-started": "Exporting users as csv, this might take a while. You will receive a notification when it is complete.", - "export-users-completed": "Users exported as csv, click here to download." + "export-users-completed": "Users exported as csv, click here to download.", + "email": "Email", + "password": "Password", + "manage": "Manage" } \ No newline at end of file diff --git a/public/language/rw/admin/settings/chat.json b/public/language/rw/admin/settings/chat.json index e4946458bd..86360a34ee 100644 --- a/public/language/rw/admin/settings/chat.json +++ b/public/language/rw/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "Enter 0 to disable this restriction", "chat-settings": "Chat Settings", "disable": "Disable chat", "disable-editing": "Disable chat message editing/deletion", @@ -6,8 +7,10 @@ "max-length": "Maximum length of chat messages", "max-chat-room-name-length": "Maximum length of chat room names", "max-room-size": "Maximum number of users in chat rooms", - "delay": "Time between chat messages in milliseconds", - "notification-delay": "Notification delay for chat messages. (0 for no delay)", - "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable. (0 disabled)", - "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable. (0 disabled)" + "delay": "Time between chat messages (ms)", + "newbieDelay": "... for new users (ms)", + "notification-delay": "Notification delay for chat messages", + "notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.", + "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.", + "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable." } \ No newline at end of file diff --git a/public/language/rw/admin/settings/post.json b/public/language/rw/admin/settings/post.json index 9dc61afe57..9de7dc76fa 100644 --- a/public/language/rw/admin/settings/post.json +++ b/public/language/rw/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "Title Length", "restrictions.post-length": "Post Length", "restrictions.days-until-stale": "Days until topic is considered stale", - "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic.", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "Timestamp", "timestamp.cut-off": "Date cut-off (in days)", "timestamp.cut-off-help": "Dates & times will be shown in a relative manner (e.g. \"3 hours ago\" / \"5 days ago\"), and localised into various\n\t\t\t\t\tlanguages. After a certain point, this text can be switched to display the localised date itself\n\t\t\t\t\t(e.g. 5 Nov 2016 15:30).
(Default: 30, or one month). Set to 0 to always display dates, leave blank to always display relative times.", diff --git a/public/language/rw/admin/settings/user.json b/public/language/rw/admin/settings/user.json index 368548ba74..816bdfc150 100644 --- a/public/language/rw/admin/settings/user.json +++ b/public/language/rw/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "Username or Email", "allow-login-with.username": "Username Only", "account-settings": "Account Settings", - "gdpr_enabled": "Enable GDPR consent collection", - "gdpr_enabled_help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", + "gdpr-enabled": "Enable GDPR consent collection", + "gdpr-enabled-help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", "disable-username-changes": "Disable username changes", "disable-email-changes": "Disable email changes", "disable-password-changes": "Disable password changes", diff --git a/public/language/rw/category.json b/public/language/rw/category.json index f275dc7356..a5c106572d 100644 --- a/public/language/rw/category.json +++ b/public/language/rw/category.json @@ -1,12 +1,12 @@ { "category": "Icyiciro", "subcategories": "Icyiciro gito", - "new_topic_button": "Ikiganiro Gishya", + "new-topic-button": "Ikiganiro Gishya", "guest-login-post": "Injiramo wandike", - "no_topics": "Nta biganiro byo muri iki cyiciro bihari
Watangije kimwe hano se?", + "no-topics": "Nta biganiro byo muri iki cyiciro bihari
Watangije kimwe hano se?", "browsing": "abari kureba", - "no_replies": "Nta muntu urasubiza", - "no_new_posts": "Nta bishya.", + "no-replies": "Nta muntu urasubiza", + "no-new-posts": "Nta bishya.", "watch": "Kurikirana", "ignore": "Ihorere", "watching": "Watching", diff --git a/public/language/rw/email.json b/public/language/rw/email.json index 900b1ef17e..2ef22f4c27 100644 --- a/public/language/rw/email.json +++ b/public/language/rw/email.json @@ -3,14 +3,14 @@ "password-reset-requested": "Password Reset Requested!", "welcome-to": "Ikaze kuri %1", "invite": "Ubutumire buvuye kuri %1", - "greeting_no_name": "Mwirwe", - "greeting_with_name": "Mwiriwe %1", + "greeting-no-name": "Mwirwe", + "greeting-with-name": "Mwiriwe %1", "email.verify-your-email.subject": "Please verify your email", "email.verify.text1": "You've requested that we change or confirm your email address", "email.verify.text2": "For security purposes, we only change or confirm the email address on file once its ownership has been confirmed via email. If you did not request this, no action is required on your part.", "email.verify.text3": "Once you confirm this email address, we will replace your current email address with this one (%1).", "welcome.text1": "Urakoze kwiyandika nk'ukoresha %1!", - "welcome.text2": "Kugirango tuguhe uburenganzira busesuye bwo gukoresha konte yawe, tugomba kubanza gusuzuma niba email watanze wiyandikisha ari iyawe. ", + "welcome.text2": "Kugirango tuguhe uburenganzira busesuye bwo gukoresha konte yawe, tugomba kubanza gusuzuma niba email watanze wiyandikisha ari iyawe.", "welcome.text3": "Umuyobozi w'urubuga yemeye ubusabe bwawe bwo kwandikwa nk'ukoresha urubuga. Ushobora noneho kwinjiramo ukoresheje izina n'ijambobanga byawe.", "welcome.cta": "Kanda hano kugirango wemeze ko email watanze ari iyawe", "invitation.text1": "%1 yagutumiye kuri %2", @@ -21,10 +21,10 @@ "reset.cta": "Kanda hano kugirango utangize bundibushya ijambobanga ryawe", "reset.notify.subject": "Ijambobanga ryahinduwe nta ngorane", "reset.notify.text1": "Turakumenyesha ko kuri %1, ijambobanga wakoreshaga ryahinduwe nk'uko byari byasabwe.", - "reset.notify.text2": "Niba atari wowe wari wabisabye ku bushake bwawe, bimenyeshe umuyobozi w'urubuga aka kanya. ", + "reset.notify.text2": "Niba atari wowe wari wabisabye ku bushake bwawe, bimenyeshe umuyobozi w'urubuga aka kanya.", "digest.unread-rooms": "Unread rooms", "digest.room-name-unreadcount": "%1 (%2 unread)", - "digest.latest_topics": "Ibiganiro biheruka bya %1", + "digest.latest-topics": "Ibiganiro biheruka bya %1", "digest.top-topics": "Top topics from %1", "digest.popular-topics": "Popular topics from %1", "digest.cta": "Kanda hano kugirango usure %1", @@ -36,8 +36,8 @@ "digest.title.day": "Your Daily Digest", "digest.title.week": "Your Weekly Digest", "digest.title.month": "Your Monthly Digest", - "notif.chat.subject": "Ubutumwa bwo mu gikari bwaturutse kuri %1", - "notif.chat.public-chat-subject": "New message from %1 in room %2", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "Kanda hano kugirango ukomeze", "notif.chat.unsub.info": "Iri tangazo rijyanye n'ubutumwa bwo mu gikari waryohererejwe kubera ko wabihisemo mu byo uzajya umenyeshwa", "notif.post.unsub.info": "Iri tangazo rijyanye n'ibyashyizwe ku rubuga waryohererejwe kubera ko wabihisemo mu byo uzajya umenyeshwa", diff --git a/public/language/rw/error.json b/public/language/rw/error.json index ffba798269..c5e79f81ed 100644 --- a/public/language/rw/error.json +++ b/public/language/rw/error.json @@ -36,12 +36,12 @@ "email-nochange": "The email entered is the same as the email already on file.", "email-invited": "Email was already 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-chat": "Ntabwo uremererwa kuganirira mu gikari kuko email yawe itari yemezwa. Kanda hano kugirango wemeze email yawe. ", + "email-not-confirmed-chat": "Ntabwo uremererwa kuganirira mu gikari kuko email yawe itari yemezwa. Kanda hano kugirango wemeze email yawe.", "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.", - "email-confirm-failed": "Ntabwo email yawe yabashije kwemezwa. Ongera ugerageze mu bundi buryo. ", - "confirm-email-already-sent": "Email yo kwemeza yamaze koherezwa. Tegereza iminota (umunota) %1 mbere yo kohereza indi. ", + "email-confirm-failed": "Ntabwo email yawe yabashije kwemezwa. Ongera ugerageze mu bundi buryo.", + "confirm-email-already-sent": "Email yo kwemeza yamaze koherezwa. Tegereza iminota (umunota) %1 mbere yo kohereza indi.", "confirm-email-expired": "Confirmation email expired", "sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.", "digest-not-enabled": "This user does not have digests enabled, or the system default is not configured to send digests", @@ -85,9 +85,9 @@ "cant-delete-topic-has-reply": "You can't delete your topic after it has a reply", "cant-delete-topic-has-replies": "You can't delete your topic after it has %1 replies", "content-too-short": "Gerageza ushyireho ikintu kirekireho. Icyo ushyiraho kigomba kuba kigizwe nibura n'inyuguti (cyangwa ibimenyetso) zigera kuri %1.", - "content-too-long": "Gerageza ushyireho ibintu bigufiyaho. Icyo ushyiraho kigomba kuba kigizwe n'inyuguti (cyangwa ibimenyetso) zirenga %1. ", - "title-too-short": "Gerageza ushyireho umutwe muremureho. Umutwe ugomba kuba ugizwe n'inyuguti (cyangwa ibimenyetso) zigera kuri %1. ", - "title-too-long": "Gerageza ushyireho umutwe mugufiyaho. Umutwe ugomba kuba ugizwe n'inyuguti (cyangwa ibimenyetso) zitarenga %1. ", + "content-too-long": "Gerageza ushyireho ibintu bigufiyaho. Icyo ushyiraho kigomba kuba kigizwe n'inyuguti (cyangwa ibimenyetso) zirenga %1.", + "title-too-short": "Gerageza ushyireho umutwe muremureho. Umutwe ugomba kuba ugizwe n'inyuguti (cyangwa ibimenyetso) zigera kuri %1.", + "title-too-long": "Gerageza ushyireho umutwe mugufiyaho. Umutwe ugomba kuba ugizwe n'inyuguti (cyangwa ibimenyetso) zitarenga %1.", "category-not-selected": "Category not selected.", "too-many-posts": "Wemerewe kugira icyo ushyiraho rimwe mu masegonda (isegonda) %1. Ba utegerejeho gato kugirango wongere", "too-many-posts-newbie": "Nk'umuntu mushya, wemerewe gushyiraho ikintu rimwe mu masegonda (isegonda) %1 kugeza igihe ugize amanota agera kuri %2. Ba utegerejeho gato kugirango wongere", @@ -145,15 +145,15 @@ "topic-already-deleted": "Iki kiganiro cyari cyarakuweho", "topic-already-restored": "Iki kiganiro cyari cyaragaruwe", "cant-purge-main-post": "Ntabwo ushobora gusibanganya icyashyizweho kandi ibindi bigishamikiyeho. Ahubwo wakuraho ikiganiro cyose", - "topic-thumbnails-are-disabled": "Ishushondanga ntiyemerewe. ", + "topic-thumbnails-are-disabled": "Ishushondanga ntiyemerewe.", "invalid-file": "Ifayilo Ntiyemewe", "uploads-are-disabled": "Ipakira Ntiryemerewe", - "signature-too-long": "Intero yawe ntabwo yemerewe kurenza inyuguti (cyangwa ibimenyetso) %1. ", + "signature-too-long": "Intero yawe ntabwo yemerewe kurenza inyuguti (cyangwa ibimenyetso) %1.", "about-me-too-long": "Inshamake y'Ubuzima yawe ntiyemerewe kurenza inyuguti (cyangwa ibimenyetso) %1.", "cant-chat-with-yourself": "Ntabwo wakwiganiriza!", - "chat-restricted": "Uyu muntu yemerera kuganirira mu gikari n'abantu bamwe na bamwe. Agomba kuba yarahisemo kugukurikira kugirango ube wabasha kumuganiriza uciye mu gikari. ", + "chat-restricted": "Uyu muntu yemerera kuganirira mu gikari n'abantu bamwe na bamwe. Agomba kuba yarahisemo kugukurikira kugirango ube wabasha kumuganiriza uciye mu gikari.", "chat-disabled": "Chat system disabled", - "too-many-messages": "Wohereje ubutumwa bwinshi cyane. Ba utegerejeho gato. ", + "too-many-messages": "Wohereje ubutumwa bwinshi cyane. Ba utegerejeho gato.", "invalid-chat-message": "Invalid chat message", "chat-message-too-long": "Chat messages can not be longer than %1 characters.", "cant-edit-chat-message": "You are not allowed to edit this message", @@ -167,7 +167,7 @@ "cant-remove-users-from-chat-room": "Can't remove users from chat room.", "chat-room-name-too-long": "Chat room name too long. Names can't be longer than %1 characters.", "already-voting-for-this-post": "You have already voted for this post.", - "reputation-system-disabled": "Ibijyanye n'itangwa ry'amanota ntibyemerewe. ", + "reputation-system-disabled": "Ibijyanye n'itangwa ry'amanota ntibyemerewe.", "downvoting-disabled": "Kwambura amanota ntibyemerewe", "not-enough-reputation-to-chat": "You need %1 reputation to chat", "not-enough-reputation-to-upvote": "You need %1 reputation to upvote", @@ -184,12 +184,13 @@ "post-flagged-too-many-times": "This post has been flagged by others already", "user-flagged-too-many-times": "This user has been flagged by others already", "cant-flag-privileged": "You are not allowed to flag the profiles or content of privileged users (moderators/global moderators/admins)", + "cant-locate-flag-report": "Cannot locate flag report", "self-vote": "You cannot vote on your own post", "too-many-upvotes-today": "You can only upvote %1 times a day", "too-many-upvotes-today-user": "You can only upvote a user %1 times a day", "too-many-downvotes-today": "You can only downvote %1 times a day", "too-many-downvotes-today-user": "You can only downvote a user %1 times a day", - "reload-failed": "NodeBB yahuye n'ingorane mu gihe cy'ipakira: \"%1\". NodeBB irakomeza kuzana ibyo yari ifite ku ruhande rw'imbere nubwo ufite kuba wasubira inyuma ugafata ibyo wari wakoze mbere yo gupakira. ", + "reload-failed": "NodeBB yahuye n'ingorane mu gihe cy'ipakira: \"%1\". NodeBB irakomeza kuzana ibyo yari ifite ku ruhande rw'imbere nubwo ufite kuba wasubira inyuma ugafata ibyo wari wakoze mbere yo gupakira.", "registration-error": "Ukwibeshya mu Iyandika", "parse-error": "Hari ikibazo cyavutse mu gihe twari kugerageza kuzana igisubizo kivuye kuri server", "wrong-login-type-email": "Koresha email yawe kugirango winjiremo", diff --git a/public/language/rw/flags.json b/public/language/rw/flags.json index f12aaae53d..996e027833 100644 --- a/public/language/rw/flags.json +++ b/public/language/rw/flags.json @@ -1,5 +1,6 @@ { "state": "State", + "report": "Report", "reports": "Reports", "first-reported": "First Reported", "no-flags": "Hooray! No flags found.", @@ -8,6 +9,8 @@ "update": "Update", "updated": "Updated", "resolved": "Resolved", + "report-added": "Added", + "report-rescinded": "Rescinded", "target-purged": "The content this flag referred to has been purged and is no longer available.", "target-aboutme-empty": "This user has no "About Me" set.", diff --git a/public/language/rw/global.json b/public/language/rw/global.json index b0b0e062c6..49df1edb1c 100644 --- a/public/language/rw/global.json +++ b/public/language/rw/global.json @@ -13,19 +13,19 @@ "400.message": "It looks like this link is malformed, please double-check and try again.
Return to the home page.
", "register": "Iyandikishe", "login": "Injiramo", - "please_log_in": "Injiramo", + "please-log-in": "Injiramo", "logout": "Sohokamo", - "posting_restriction_info": "Gushyiraho ikintu byemewe ku banyamuryango gusa. Niba uri we, kanda hano winjiremo. ", - "welcome_back": "Urakaza Neza Urisanga", - "you_have_successfully_logged_in": "Winjiyemo nta ngorane", - "save_changes": "Bika ibyamaze gukorwa", + "posting-restriction-info": "Gushyiraho ikintu byemewe ku banyamuryango gusa. Niba uri we, kanda hano winjiremo.", + "welcome-back": "Urakaza Neza Urisanga", + "you-have-successfully-logged-in": "Winjiyemo nta ngorane", + "save-changes": "Bika ibyamaze gukorwa", "save": "Save", "create": "Create", "cancel": "Cancel", "close": "Funga", "pagination": "Umubare wa Paji", - "pagination.out_of": "%1 muri %2", - "pagination.enter_index": "Go to post index", + "pagination.out-of": "%1 muri %2", + "pagination.enter-index": "Go to post index", "header.admin": "Ubuyobozi", "header.categories": "Ibyiciro", "header.recent": "Ibiheruka", @@ -80,25 +80,25 @@ "lastpost": "Last post", "firstpost": "First post", "about": "About", - "read_more": "komeza usome", + "read-more": "komeza usome", "more": "Ibindi", "none": "None", - "posted_ago_by_guest": "%1 bishyizweho na Umushyitsi", - "posted_ago_by": "%1 bishyizweho na %2", - "posted_ago": "%1 biriho", - "posted_in": "byashyizwe muri %1", - "posted_in_by": "byashyizwe muri %1 na %2", - "posted_in_ago": "%2 bishyizwe muri %1", - "posted_in_ago_by": "%2 bishyizwe muri %1 na %3", - "user_posted_ago": "%2 %1 ashyizeho", - "guest_posted_ago": "%1 Umushyitsi ashyizeho", - "last_edited_by": "biheruka guhindurwaho na %1", + "posted-ago-by-guest": "%1 bishyizweho na Umushyitsi", + "posted-ago-by": "%1 bishyizweho na %2", + "posted-ago": "%1 biriho", + "posted-in": "byashyizwe muri %1", + "posted-in-by": "byashyizwe muri %1 na %2", + "posted-in-ago": "%2 bishyizwe muri %1", + "posted-in-ago-by": "%2 bishyizwe muri %1 na %3", + "user-posted-ago": "%2 %1 ashyizeho", + "guest-posted-ago": "%1 Umushyitsi ashyizeho", + "last-edited-by": "biheruka guhindurwaho na %1", "edited-timestamp": "Edited %1", "norecentposts": "Nta Biherutseho", "norecenttopics": "Nta Biganiro Biherutse", "recentposts": "Ibiherutseho", "recentips": "Aderesi za IP Ziheruka Gusura", - "moderator_tools": "Moderator Tools", + "moderator-tools": "Moderator Tools", "status": "Status", "online": "Ku Murongo", "away": "Ahandi", @@ -109,20 +109,20 @@ "language": "Ururimi", "guest": "Umushyitsi", "guests": "Abashyitsi", - "former_user": "A Former User", + "former-user": "A Former User", "system-user": "System", "unknown-user": "Unknown user", "updated.title": "Urubuga Rushyizwe ku Gihe", - "updated.message": "Uru rubuga rumaze kuvugururwa. Kanda hano kugirango niba hari ibyahindutse kuri iyi paji bikugereho. ", + "updated.message": "Uru rubuga rumaze kuvugururwa. Kanda hano kugirango niba hari ibyahindutse kuri iyi paji bikugereho.", "privacy": "Umuhezo", "follow": "Kurikira", "unfollow": "Reka Gukurikira", - "delete_all": "Siba Byose", + "delete-all": "Siba Byose", "map": "Ikarita", "sessions": "Ukwinjiramo", - "ip_address": "Aderesi ya IP", - "enter_page_number": "Shyiramo nimero ya paji", - "upload_file": "Pakira ifayilo", + "ip-address": "Aderesi ya IP", + "enter-page-number": "Shyiramo nimero ya paji", + "upload-file": "Pakira ifayilo", "upload": "Pakira", "uploads": "Uploads", "allowed-file-types": "Ubwoko bw'amafayilo bwemewe ni %1", @@ -131,7 +131,7 @@ "play": "Play", "cookies.message": "This website uses cookies to ensure you get the best experience on our website.", "cookies.accept": "Got it!", - "cookies.learn_more": "Learn More", + "cookies.learn-more": "Learn More", "edited": "Edited", "disabled": "Disabled", "select": "Select", diff --git a/public/language/rw/groups.json b/public/language/rw/groups.json index 910f1ee0dc..94dfbb195e 100644 --- a/public/language/rw/groups.json +++ b/public/language/rw/groups.json @@ -2,65 +2,65 @@ "all-groups": "All groups", "groups": "Amatsinda", "members": "Members", - "view_group": "Reba Itsinda", - "owner": "Nyir'Itsinda ", - "new_group": "Tangiza Itsinda Rishya", - "no_groups_found": "Nta matsinda agaragara", + "view-group": "Reba Itsinda", + "owner": "Nyir'Itsinda", + "new-group": "Tangiza Itsinda Rishya", + "no-groups-found": "Nta matsinda agaragara", "pending.accept": "Emera", "pending.reject": "Hakanira", - "pending.accept_all": "Emererera Bose", - "pending.reject_all": "Hakanira Bose", + "pending.accept-all": "Emererera Bose", + "pending.reject-all": "Hakanira Bose", "pending.none": "Nta banyamuryango bategereje bahari", "invited.none": "Nta banyamuryango batumiwe bahari", "invited.uninvite": "Kuraho Ubutumire", "invited.search": "Shaka umuntu wo gutumira muri iri tsinda", - "invited.notification_title": "Utumiwe kwinjira muri %1", - "request.notification_title": "Ubusabe bwo Kujya mu Itsinda Buturutse %1", - "request.notification_text": "%1 yasabye kuba umunyamuryango w'itsinda rya %2", + "invited.notification-title": "Utumiwe kwinjira muri %1", + "request.notification-title": "Ubusabe bwo Kujya mu Itsinda Buturutse %1", + "request.notification-text": "%1 yasabye kuba umunyamuryango w'itsinda rya %2", "cover-save": "Bika", "cover-saving": "Kubika", "details.title": "Ibijyanye n'Itsinda", "details.members": "Urutonde rw'Abagize Itsinda", "details.pending": "Abategereje Kwemererwa", "details.invited": "Abatumiwe", - "details.has_no_posts": "Uyu munyamuryango ntabwo arashyiraho ikintu na kimwe", - "details.latest_posts": "Ibiheruka Gushyirwaho", + "details.has-no-posts": "Uyu munyamuryango ntabwo arashyiraho ikintu na kimwe", + "details.latest-posts": "Ibiheruka Gushyirwaho", "details.private": "Yigenga", "details.disableJoinRequests": "Guhagarika ubusabe bwo kwinjira", "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Tanga/Ambura Ubuyobozi", "details.kick": "Tera", - "details.kick_confirm": "Are you sure you want to remove this member from the group?", + "details.kick-confirm": "Are you sure you want to remove this member from the group?", "details.add-member": "Add Member", - "details.owner_options": "Ubuyobozi bw'Itsinda", - "details.group_name": "Izina ry'Itsinda", - "details.member_count": "Umubare w'Abagize Itsinda", - "details.creation_date": "Igihe Ryaremewe", + "details.owner-options": "Ubuyobozi bw'Itsinda", + "details.group-name": "Izina ry'Itsinda", + "details.member-count": "Umubare w'Abagize Itsinda", + "details.creation-date": "Igihe Ryaremewe", "details.description": "Ibiriranga", "details.member-post-cids": "Category IDs to display posts from", - "details.badge_preview": "Ibisobanuro ku Kirango", - "details.change_icon": "Hindura Akarango", - "details.change_label_colour": "Change Label Colour", - "details.change_text_colour": "Change Text Colour", - "details.badge_text": "Amagambo y'Ikirango", + "details.badge-preview": "Ibisobanuro ku Kirango", + "details.change-icon": "Hindura Akarango", + "details.change-label-colour": "Change Label Colour", + "details.change-text-colour": "Change Text Colour", + "details.badge-text": "Amagambo y'Ikirango", "details.userTitleEnabled": "Erekana Ikirango", - "details.private_help": "Nubyemera, kujya mu itsinda runaka bizajya bisaba guca kwa nyir'itsinda", + "details.private-help": "Nubyemera, kujya mu itsinda runaka bizajya bisaba guca kwa nyir'itsinda", "details.hidden": "Ahishe", - "details.hidden_help": "Nubyemera, iri tsinda ntabwo rizajya rigaragara ku rutonde rw'andi matsinda kandi abantu bazajya basabwa kuritumirwamo buri wese ku giti cye mbere yo kurijyamo", - "details.delete_group": "Senya Itsinda", - "details.private_system_help": "Amatsinda aheza ntabwo ari kwemerera aha, hano ntabwo byahahindurirwa", + "details.hidden-help": "Nubyemera, iri tsinda ntabwo rizajya rigaragara ku rutonde rw'andi matsinda kandi abantu bazajya basabwa kuritumirwamo buri wese ku giti cye mbere yo kurijyamo", + "details.delete-group": "Senya Itsinda", + "details.private-system-help": "Amatsinda aheza ntabwo ari kwemerera aha, hano ntabwo byahahindurirwa", "event.updated": "Amakuru ku itsinda yahinduweho bijyanye n'igihe", "event.deleted": "Itsinda rya \"%1\" ryakuweho", "membership.accept-invitation": "Emera Ubutumire", - "membership.accept.notification_title": "You are now a member of %1", + "membership.accept.notification-title": "You are now a member of %1", "membership.invitation-pending": "Ubutumire Buracyategereje", "membership.join-group": "Injira mu Itsinda", "membership.leave-group": "Va mu Itsinda", - "membership.leave.notification_title": "%1 has left group %2", + "membership.leave.notification-title": "%1 has left group %2", "membership.reject": "Hakanira", - "new-group.group_name": "Izina ry'Itsinda:", + "new-group.group-name": "Izina ry'Itsinda:", "upload-group-cover": "Shyiraho ifoto yo hejuru iranga itsinda", "bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group", "bulk-invite": "Bulk Invite", - "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" + "remove-group-cover-confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/rw/login.json b/public/language/rw/login.json index b5856a55d4..b5e58597ef 100644 --- a/public/language/rw/login.json +++ b/public/language/rw/login.json @@ -1,12 +1,12 @@ { "username-email": "Izina / Email", - "username": "Izina ", - "remember_me": "Wibukwe?", - "forgot_password": "Wibagiwe ijambobanga?", - "alternative_logins": "Ukundi Wakwinjiramo", - "failed_login_attempt": "Login Unsuccessful", - "login_successful": "Winjiyemo nta ngorane!", - "dont_have_account": "Nta konte ufite?", + "username": "Izina", + "remember-me": "Wibukwe?", + "forgot-password": "Wibagiwe ijambobanga?", + "alternative-logins": "Ukundi Wakwinjiramo", + "failed-login-attempt": "Login Unsuccessful", + "login-successful": "Winjiyemo nta ngorane!", + "dont-have-account": "Nta konte ufite?", "logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity", "caps-lock-enabled": "Caps Lock is enabled" } \ No newline at end of file diff --git a/public/language/rw/modules.json b/public/language/rw/modules.json index db5e5d57eb..eb2599e1fd 100644 --- a/public/language/rw/modules.json +++ b/public/language/rw/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "Room %1", - "chat.chatting_with": "Chat with", + "chat.chatting-with": "Chat with", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Go to most recent message", @@ -8,12 +8,15 @@ "chat.chat-with-usernames": "Chat with %1", "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Ohereza", - "chat.no_active": "Nta biganiro byo mu gikari ufite. ", - "chat.user_typing": "%1 ari kwandika ...", - "chat.user_has_messaged_you": "%1 yagusigiye ubutumwa.", + "chat.no-active": "Nta biganiro byo mu gikari ufite.", + "chat.user-typing-1": "%1 is typing ...", + "chat.user-typing-2": "%1 and %2 are typing ...", + "chat.user-typing-3": "%1, %2 and %3 are typing ...", + "chat.user-typing-n": "%1, %2 and %3 others are typing ...", + "chat.user-has-messaged-you": "%1 yagusigiye ubutumwa.", "chat.replying-to": "Replying to %1", - "chat.see_all": "All chats", - "chat.mark_all_read": "Mark all read", + "chat.see-all": "All chats", + "chat.mark-all-read": "Mark all read", "chat.no-messages": "Hitamo umuntu ushaka kurebera ibyo mwandikiranye", "chat.no-users-in-room": "Nta muntu uri muri iki gikari", "chat.recent-chats": "Ubutumwa Buheruka", @@ -24,12 +27,16 @@ "chat.pop-out": "Fungura Akadirishya k'Igikari", "chat.minimize": "Minimize", "chat.maximize": "Marirayo", - "chat.seven_days": "Iminsi 7", - "chat.thirty_days": "Iminsi 30", - "chat.three_months": "Amezi 3", - "chat.delete_message_confirm": "Wiringiye neza ko ushaka gusiba ubu butumwa?", + "chat.seven-days": "Iminsi 7", + "chat.thirty-days": "Iminsi 30", + "chat.three-months": "Amezi 3", + "chat.delete-message-confirm": "Wiringiye neza ko ushaka gusiba ubu butumwa?", "chat.retrieving-users": "Retrieving users...", "chat.view-users-list": "View users list", + "chat.pinned-messages": "Pinned Messages", + "chat.no-pinned-messages": "There are no pinned messages", + "chat.pin-message": "Pin Message", + "chat.unpin-message": "Unpin Message", "chat.public-rooms": "Public Rooms (%1)", "chat.private-rooms": "Private Rooms (%1)", "chat.create-room": "Create Chat Room", @@ -67,17 +74,24 @@ "chat.system.user-leave": "%1 has left the room ", "chat.system.room-rename": "%2 has renamed this room to \"%1\" ", "composer.compose": "Andika", - "composer.show_preview": "Bona Uko Biza Gusa", - "composer.hide_preview": "Hisha Uko Biza Gusa", + "composer.show-preview": "Bona Uko Biza Gusa", + "composer.hide-preview": "Hisha Uko Biza Gusa", "composer.help": "Help", - "composer.user_said_in": "%1 yavuze muri %2:", - "composer.user_said": "%1 yavuze:", + "composer.user-said-in": "%1 yavuze muri %2:", + "composer.user-said": "%1 yavuze:", "composer.discard": "Wiringiye neza ko ushaka kureka kubishyiraho?", - "composer.submit_and_lock": "Shyiraho kandi Unafungirane", - "composer.toggle_dropdown": "Hindura Icyerekezo", + "composer.submit-and-lock": "Shyiraho kandi Unafungirane", + "composer.toggle-dropdown": "Hindura Icyerekezo", "composer.uploading": "Ugupakira %1", "composer.formatting.bold": "Bold", "composer.formatting.italic": "Italic", + "composer.formatting.heading": "Heading", + "composer.formatting.heading1": "Heading 1", + "composer.formatting.heading2": "Heading 2", + "composer.formatting.heading3": "Heading 3", + "composer.formatting.heading4": "Heading 4", + "composer.formatting.heading5": "Heading 5", + "composer.formatting.heading6": "Heading 6", "composer.formatting.list": "List", "composer.formatting.strikethrough": "Strikethrough", "composer.formatting.code": "Code", @@ -85,9 +99,10 @@ "composer.formatting.picture": "Image Link", "composer.upload-picture": "Upload Image", "composer.upload-file": "Upload File", - "composer.zen_mode": "Zen Mode", - "composer.select_category": "Select a category", + "composer.zen-mode": "Zen Mode", + "composer.select-category": "Select a category", "composer.textarea.placeholder": "Enter your post content here, drag and drop images", + "composer.post-queue-alert": "Hello👋!
This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.", "composer.schedule-for": "Schedule topic for", "composer.schedule-date": "Date", "composer.schedule-time": "Time", @@ -102,8 +117,8 @@ "bootbox.confirm": "Emeza", "bootbox.submit": "Submit", "bootbox.send": "Send", - "cover.dragging_title": "Kuringaniza Ifoto yo Hejuru", - "cover.dragging_message": "Kurura ifoto yo hejuru mu cyerekezo ushaka ubundi ubike ibirangijwe", + "cover.dragging-title": "Kuringaniza Ifoto yo Hejuru", + "cover.dragging-message": "Kurura ifoto yo hejuru mu cyerekezo ushaka ubundi ubike ibirangijwe", "cover.saved": "Ibyatunganyijwe ku ifoto yo hejuru byafashe", "thumbs.modal.title": "Manage topic thumbnails", "thumbs.modal.no-thumbs": "No thumbnails found.", diff --git a/public/language/rw/notifications.json b/public/language/rw/notifications.json index 9a854eea28..703bcc1d73 100644 --- a/public/language/rw/notifications.json +++ b/public/language/rw/notifications.json @@ -1,59 +1,68 @@ { "title": "Amatangazo", - "no_notifs": "Nta matangazo mashya ufite", - "see_all": "All notifications", - "mark_all_read": "Mark all read", - "back_to_home": "Subira kuri %1", - "outgoing_link": "Umurongo Usohoka", - "outgoing_link_message": "You are now leaving %1", - "continue_to": "Komereza kuri %1", - "return_to": "Subira kuri %1", - "new_notification": "You have a new notification", - "you_have_unread_notifications": "Ufite amatangazo utarasoma. ", + "no-notifs": "Nta matangazo mashya ufite", + "see-all": "All notifications", + "mark-all-read": "Mark all read", + "back-to-home": "Subira kuri %1", + "outgoing-link": "Umurongo Usohoka", + "outgoing-link-message": "You are now leaving %1", + "continue-to": "Komereza kuri %1", + "return-to": "Subira kuri %1", + "new-notification": "You have a new notification", + "you-have-unread-notifications": "Ufite amatangazo utarasoma.", "all": "All", "topics": "Topics", + "tags": "Tags", "replies": "Replies", "chat": "Chats", "group-chat": "Group Chats", "public-chat": "Public Chats", "follows": "Follows", "upvote": "Upvotes", + "awards": "Awards", "new-flags": "New Flags", "my-flags": "Flags assigned to me", "bans": "Bans", - "new_message_from": " %1 yakwandikiye", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1 yagushimye aguha inota kuri %2 washyizeho.", - "upvoted_your_post_in_dual": "%1 and %2 have upvoted your post in %3.", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "%1 has moved your post to %2", - "moved_your_topic": "%1 has moved %2", - "user_flagged_post_in": "%1 yatambikanye ikintu muri %2", - "user_flagged_post_in_dual": "%1 and %2 flagged a post in %3", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1 flagged a user profile (%2)", - "user_flagged_user_dual": "%1 and %2 flagged a user profile (%3)", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "%1 yanditse kuri: %2", - "user_posted_to_dual": "%1 and %2 have posted replies to: %3", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1 yatangije ikiganiro gishya: %2", - "user_edited_post": "%1 has edited a post in %2", - "user_started_following_you": "%1 yatangiye kugukurikira.", - "user_started_following_you_dual": "%1 and %2 started following you.", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1 yasabye kwandikwa.", - "new_register_multiple": "There are %1 registration requests awaiting review.", - "flag_assigned_to_you": "Flag %1 has been assigned to you", - "post_awaiting_review": "Post awaiting review", + "new-message-from": "%1 yakwandikiye", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 wrote in %3", + "user-posted-in-public-room-dual": "%1 and %2 wrote in %4", + "user-posted-in-public-room-triple": "%1, %2 and %3 wrote in %5", + "user-posted-in-public-room-multiple": "%1, %2 and %3 others wrote in %5", + "upvoted-your-post-in": "%1 yagushimye aguha inota kuri %2 washyizeho.", + "upvoted-your-post-in-dual": "%1 and %2 have upvoted your post in %3.", + "upvoted-your-post-in-triple": "%1, %2 and %3 have upvoted your post in %4.", + "upvoted-your-post-in-multiple": "%1, %2 and %3 others have upvoted your post in %4.", + "moved-your-post": "%1 has moved your post to %2", + "moved-your-topic": "%1 has moved %2", + "user-flagged-post-in": "%1 yatambikanye ikintu muri %2", + "user-flagged-post-in-dual": "%1 and %2 flagged a post in %3", + "user-flagged-post-in-triple": "%1, %2 and %3 flagged a post in %4", + "user-flagged-post-in-multiple": "%1, %2 and %3 others flagged a post in %4", + "user-flagged-user": "%1 flagged a user profile (%2)", + "user-flagged-user-dual": "%1 and %2 flagged a user profile (%3)", + "user-flagged-user-triple": "%1, %2 and %3 flagged a user profile (%4)", + "user-flagged-user-multiple": "%1, %2 and %3 others flagged a user profile (%4)", + "user-posted-to": "%1 yanditse kuri: %2", + "user-posted-to-dual": "%1 and %2 have posted replies to: %3", + "user-posted-to-triple": "%1, %2 and %3 have posted replies to: %4", + "user-posted-to-multiple": "%1, %2 and %3 others have posted replies to: %4", + "user-posted-topic": "%1 yatangije ikiganiro gishya: %2", + "user-edited-post": "%1 has edited a post in %2", + "user-posted-topic-with-tag": "%1 has posted a new topic with tag %2", + "user-posted-topic-with-tag-dual": "%1 has posted a new topic with tags %2 and %3", + "user-posted-topic-with-tag-triple": "%1 has posted a new topic with tags %2, %3 and %4", + "user-posted-topic-with-tag-multiple": "%1 has posted a new topic with tags %2", + "user-started-following-you": "%1 yatangiye kugukurikira.", + "user-started-following-you-dual": "%1 and %2 started following you.", + "user-started-following-you-triple": "%1, %2 and %3 started following you.", + "user-started-following-you-multiple": "%1, %2 and %3 others started following you.", + "new-register": "%1 yasabye kwandikwa.", + "new-register-multiple": "There are %1 registration requests awaiting review.", + "flag-assigned-to-you": "Flag %1 has been assigned to you", + "post-awaiting-review": "Post awaiting review", "profile-exported": "%1 profile exported, click to download", "posts-exported": "%1 posts exported, click to download", "uploads-exported": "%1 uploads exported, click to download", @@ -62,26 +71,28 @@ "post-queue-rejected": "Your queued post has been rejected.", "post-queue-notify": "Queued post received a notification:
\"%1\"", "email-confirmed": "Email Yemejwe", - "email-confirmed-message": "Urakoze kugaragaza ko email yawe ikora. Ubu ngubu konte yawe irakora nta kabuza. ", - "email-confirm-error-message": "Havutse ikibazo mu gushaka kumenya niba email yawe ikora. Ushobora kuba wakoresheje kode itari yo cyangwa se yarengeje igihe. ", + "email-confirmed-message": "Urakoze kugaragaza ko email yawe ikora. Ubu ngubu konte yawe irakora nta kabuza.", + "email-confirm-error-message": "Havutse ikibazo mu gushaka kumenya niba email yawe ikora. Ushobora kuba wakoresheje kode itari yo cyangwa se yarengeje igihe.", "email-confirm-sent": "Hoherejwe email yo kubyemeza.", "none": "None", - "notification_only": "Notification Only", - "email_only": "Email Only", - "notification_and_email": "Notification & Email", - "notificationType_upvote": "When someone upvotes your post", - "notificationType_new-topic": "When someone you follow posts a topic", - "notificationType_new-reply": "When a new reply is posted in a topic you are watching", - "notificationType_post-edit": "When a post is edited in a topic you are watching", - "notificationType_follow": "When someone starts following you", - "notificationType_new-chat": "When you receive a chat message", - "notificationType_new-group-chat": "When you receive a group chat message", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "When you receive a group invite", - "notificationType_group-leave": "When a user leaves your group", - "notificationType_group-request-membership": "When someone requests to join a group you own", - "notificationType_new-register": "When someone gets added to registration queue", - "notificationType_post-queue": "When a new post is queued", - "notificationType_new-post-flag": "When a post is flagged", - "notificationType_new-user-flag": "When a user is flagged" + "notification-only": "Notification Only", + "email-only": "Email Only", + "notification-and-email": "Notification & Email", + "notificationType-upvote": "When someone upvotes your post", + "notificationType-new-topic": "When someone you follow posts a topic", + "notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow", + "notificationType-new-reply": "When a new reply is posted in a topic you are watching", + "notificationType-post-edit": "When a post is edited in a topic you are watching", + "notificationType-follow": "When someone starts following you", + "notificationType-new-chat": "When you receive a chat message", + "notificationType-new-group-chat": "When you receive a group chat message", + "notificationType-new-public-chat": "When you receive a public group chat message", + "notificationType-group-invite": "When you receive a group invite", + "notificationType-group-leave": "When a user leaves your group", + "notificationType-group-request-membership": "When someone requests to join a group you own", + "notificationType-new-register": "When someone gets added to registration queue", + "notificationType-post-queue": "When a new post is queued", + "notificationType-new-post-flag": "When a post is flagged", + "notificationType-new-user-flag": "When a user is flagged", + "notificationType-new-reward": "When you earn a new reward" } \ No newline at end of file diff --git a/public/language/rw/pages.json b/public/language/rw/pages.json index 7acc40685f..955c506a45 100644 --- a/public/language/rw/pages.json +++ b/public/language/rw/pages.json @@ -31,7 +31,7 @@ "reset": "Tangiza bundi bushya konte yawe", "categories": "Ibyiciro", "groups": "Amatsinda", - "group": "Itsinda %1 ", + "group": "Itsinda %1", "chats": "Mu Gikari", "chat": "Ukuganira na %1", "flags": "Flags", @@ -47,7 +47,8 @@ "account/latest-posts": "Latest posts made by %1", "account/topics": "Ibiganiro byatangijwe na %1", "account/groups": "Amatsinda ya %1", - "account/watched_categories": "%1's Watched Categories", + "account/watched-categories": "%1's Watched Categories", + "account/watched-tags": "%1's Watched Tags", "account/bookmarks": "%1's Bookmarked Posts", "account/settings": "Itunganya", "account/settings-of": "Changing settings of %1", @@ -62,6 +63,6 @@ "account/sessions": "Login Sessions", "confirm": "Email Yemejwe", "maintenance.text": "%1 is currently undergoing maintenance.
Please come back another time.", - "maintenance.messageIntro": "Byongeye, kandi, umuyobozi yasize ubu butumwa: ", - "throttled.text": "% ntibonetse kubera ukunanirwa. Uze kugaruka ikindi gihe. " + "maintenance.messageIntro": "Byongeye, kandi, umuyobozi yasize ubu butumwa:", + "throttled.text": "% ntibonetse kubera ukunanirwa. Uze kugaruka ikindi gihe." } \ No newline at end of file diff --git a/public/language/rw/recent.json b/public/language/rw/recent.json index e6bc181863..cb46b2d299 100644 --- a/public/language/rw/recent.json +++ b/public/language/rw/recent.json @@ -5,7 +5,7 @@ "month": "Ukwezi", "year": "Umwaka", "alltime": "Ibihe Byose", - "no_recent_topics": "Nta biganiro biheruka. ", - "no_popular_topics": "Nta biganiro bikunzwe. ", + "no-recent-topics": "Nta biganiro biheruka.", + "no-popular-topics": "Nta biganiro bikunzwe.", "load-new-posts": "Load new posts" } \ No newline at end of file diff --git a/public/language/rw/register.json b/public/language/rw/register.json index 875ec10829..a25e3707d4 100644 --- a/public/language/rw/register.json +++ b/public/language/rw/register.json @@ -1,32 +1,32 @@ { "register": "Iyandike", "already-have-account": "Already have an account?", - "cancel_registration": "Cancel Registration", + "cancel-registration": "Cancel Registration", "help.email": "Ubusanzwe, email yawe ntabwo iba ibonwa na bose", - "help.username_restrictions": "Izina rigomba kuba ryihariye kuri uru rubuga kandi rikaba rifite uburebure bw'inyuguti buva kuri %1 kugera kuri %2. Iryo zina ni ryo abantu bazajya bifashisha nka @username mu gihe bakoresheje izina ryawe mu byo banditse. ", - "help.minimum_password_length": "Umubare w'inyuguti n'ibimenyetso bigize ijambobanga ryawe ugomba kuba nibura %1.", - "email_address": "Aderesi ya Email", - "email_address_placeholder": "Shyiramo Aderesi ya Email", + "help.username-restrictions": "Izina rigomba kuba ryihariye kuri uru rubuga kandi rikaba rifite uburebure bw'inyuguti buva kuri %1 kugera kuri %2. Iryo zina ni ryo abantu bazajya bifashisha nka @username mu gihe bakoresheje izina ryawe mu byo banditse.", + "help.minimum-password-length": "Umubare w'inyuguti n'ibimenyetso bigize ijambobanga ryawe ugomba kuba nibura %1.", + "email-address": "Aderesi ya Email", + "email-address-placeholder": "Shyiramo Aderesi ya Email", "username": "Izina Ukoresha", - "username_placeholder": "Shyiramo Izina Ukoresha", + "username-placeholder": "Shyiramo Izina Ukoresha", "password": "Ijambobanga", - "password_placeholder": "Shyiramo Ijambobanga", - "confirm_password": "Emeza Ijambobanga", - "confirm_password_placeholder": "Emeza Ijambobanga", - "register_now_button": "Iyandike", - "alternative_registration": "Ukundi Wakwiyandika", - "terms_of_use": "Amategeko n'Amabwiriza", - "agree_to_terms_of_use": "Nzakurikiza Amategeko n'Amabwiriza", - "terms_of_use_error": "You must agree to the Terms of Use", - "registration-added-to-queue": "Icyifuzo cy'iyandikwa ryawe cyakiriwe ariko gitegereje isuzuma. Uzabimenyeshwa biciye muri email niba ubuyobozi bwakwemereye kwandikwa. ", + "password-placeholder": "Shyiramo Ijambobanga", + "confirm-password": "Emeza Ijambobanga", + "confirm-password-placeholder": "Emeza Ijambobanga", + "register-now-button": "Iyandike", + "alternative-registration": "Ukundi Wakwiyandika", + "terms-of-use": "Amategeko n'Amabwiriza", + "agree-to-terms-of-use": "Nzakurikiza Amategeko n'Amabwiriza", + "terms-of-use-error": "You must agree to the Terms of Use", + "registration-added-to-queue": "Icyifuzo cy'iyandikwa ryawe cyakiriwe ariko gitegereje isuzuma. Uzabimenyeshwa biciye muri email niba ubuyobozi bwakwemereye kwandikwa.", "registration-queue-average-time": "Our average time for approving memberships is %1 hours %2 minutes.", "registration-queue-auto-approve-time": "Your membership to this forum will be fully activated in up to %1 hours.", "interstitial.intro": "We'd like some additional information in order to update your account…", "interstitial.intro-new": "We'd like some additional information before we can create your account…", "interstitial.errors-found": "Please review the entered information:", - "gdpr_agree_data": "I consent to the collection and processing of my personal information on this website.", - "gdpr_agree_email": "I consent to receive digest and notification emails from this website.", - "gdpr_consent_denied": "You must give consent to this site to collect/process your information, and to send you emails.", + "gdpr-agree-data": "I consent to the collection and processing of my personal information on this website.", + "gdpr-agree-email": "I consent to receive digest and notification emails from this website.", + "gdpr-consent-denied": "You must give consent to this site to collect/process your information, and to send you emails.", "invite.error-admin-only": "Direct user registration has been disabled. Please contact an administrator for more details.", "invite.error-invite-only": "Direct user registration has been disabled. You must be invited by an existing user in order to access this forum.", "invite.error-invalid-data": "The registration data received does not correspond to our records. Please contact an administrator for more details" diff --git a/public/language/rw/reset_password.json b/public/language/rw/reset_password.json index a59fb331bf..0b9c5991cb 100644 --- a/public/language/rw/reset_password.json +++ b/public/language/rw/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "Rema Bundibushya Ijambobanga", - "update_password": "Vugurura Ijambobanga", - "password_changed.title": "Ijambobanga Ryahinduwe", - "password_changed.message": "

Ijambobanga ryaremwe bundi bushya. Urasabwa kongera ukinjiramo.", - "wrong_reset_code.title": "Kode Itari Yo mu Kurema Bundibushya Ijambobanga", - "wrong_reset_code.message": "Kode yakiriwe mu kurema bundibushya ijambobanga si yo. Ongera ugerageze cyangwa se usabe indi kode.", - "new_password": "Ijambobanga Rishya", - "repeat_password": "Emeza Ijambobanga", - "changing_password": "Changing Password", - "enter_email": "Tanga email ukoresha maze tuze kukoherereza ubutumwa bugusobanuria uko uri bureme bundibushya konte yawe.", - "enter_email_address": "Shyiramo Email", - "password_reset_sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", - "invalid_email": "Email Itemewe / Email Itabaho!", - "password_too_short": "Ijambobanga washyizemo ni rigufi cyane. Gerageza ufate irindi. ", - "passwords_do_not_match": "Ijambobanga waryanditse mu buryo bubiri butandukanye kandi bitemewe. ", - "password_expired": "Ijambobanga ryawe ryarashaje. Shaka irindi. " + "reset-password": "Rema Bundibushya Ijambobanga", + "update-password": "Vugurura Ijambobanga", + "password-changed.title": "Ijambobanga Ryahinduwe", + "password-changed.message": "

Ijambobanga ryaremwe bundi bushya. Urasabwa kongera ukinjiramo.", + "wrong-reset-code.title": "Kode Itari Yo mu Kurema Bundibushya Ijambobanga", + "wrong-reset-code.message": "Kode yakiriwe mu kurema bundibushya ijambobanga si yo. Ongera ugerageze cyangwa se usabe indi kode.", + "new-password": "Ijambobanga Rishya", + "repeat-password": "Emeza Ijambobanga", + "changing-password": "Changing Password", + "enter-email": "Tanga email ukoresha maze tuze kukoherereza ubutumwa bugusobanuria uko uri bureme bundibushya konte yawe.", + "enter-email-address": "Shyiramo Email", + "password-reset-sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", + "invalid-email": "Email Itemewe / Email Itabaho!", + "password-too-short": "Ijambobanga washyizemo ni rigufi cyane. Gerageza ufate irindi.", + "passwords-do-not-match": "Ijambobanga waryanditse mu buryo bubiri butandukanye kandi bitemewe.", + "password-expired": "Ijambobanga ryawe ryarashaje. Shaka irindi." } \ No newline at end of file diff --git a/public/language/rw/rewards.json b/public/language/rw/rewards.json new file mode 100644 index 0000000000..f923cf1500 --- /dev/null +++ b/public/language/rw/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "You have been awarded %1 reputation", + "awarded-group-membership": "You have been added to the group %1", + + "essentials/user.reputation-conditional-value": "(Reputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Post Count %1 %2)", + "essentials/user.lastonline-conditional-value": "(Last Online %1 %2)", + "essentials/user.joindate-conditional-value": "(Join Date %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Days Registered %1 %2)" +} \ No newline at end of file diff --git a/public/language/rw/search.json b/public/language/rw/search.json index afb97b9090..5d5f493db9 100644 --- a/public/language/rw/search.json +++ b/public/language/rw/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Type to search", - "results_matching": "Habonetse ibintu (ikintu) %1 gihura na \"%2\". (Byafashe amasegonda %3)", + "results-matching": "Habonetse ibintu (ikintu) %1 gihura na \"%2\". (Byafashe amasegonda %3)", "no-matches": "Nta cyabonetse", "advanced-search": "Gushaka Byisumbuye", "in": "Muri", diff --git a/public/language/rw/success.json b/public/language/rw/success.json index 1b764a4f09..8d647c5e53 100644 --- a/public/language/rw/success.json +++ b/public/language/rw/success.json @@ -1,6 +1,6 @@ { "success": "Byaciyemo", - "topic-post": "Wabishyizeho nta ngorane. ", + "topic-post": "Wabishyizeho nta ngorane.", "post-queued": "Your post is queued for approval. You will get a notification when it is accepted or rejected.", "authentication-successful": "Igenzura Ryaciyemo", "settings-saved": "Ibyatunganyijwe byakiriwe!" diff --git a/public/language/rw/tags.json b/public/language/rw/tags.json index a52e9ab667..b8e56bb324 100644 --- a/public/language/rw/tags.json +++ b/public/language/rw/tags.json @@ -1,11 +1,17 @@ { "all-tags": "All tags", - "no_tag_topics": "Nta biganiro bifite aka kamenyetso bihari. ", + "no-tag-topics": "Nta biganiro bifite aka kamenyetso bihari.", "no-tags-found": "No tags found", "tags": "Utumenyetso", - "enter_tags_here": "Andika akamenyetso bijyanye aha. Buri kamenyetso kagomba kuba kagizwe n'inyuguti hagati ya %1 na %2. ", - "enter_tags_here_short": "Shyiraho utumenyetso...", - "no_tags": "Nta tumenyetso twari twashyirwaho. ", - "select_tags": "Select Tags", - "tag-whitelist": "Tag Whitelist" + "enter-tags-here": "Andika akamenyetso bijyanye aha. Buri kamenyetso kagomba kuba kagizwe n'inyuguti hagati ya %1 na %2.", + "enter-tags-here-short": "Shyiraho utumenyetso...", + "no-tags": "Nta tumenyetso twari twashyirwaho.", + "select-tags": "Select Tags", + "tag-whitelist": "Tag Whitelist", + "watching": "Watching", + "not-watching": "Not Watching", + "watching.description": "Notify me of new topics.", + "not-watching.description": "Do not notify me of new topics.", + "following-tag.message": "You will now be receiving notifications when somebody posts a topic with this tag.", + "not-following-tag.message": "You will not receive notifications when somebody posts a topic with this tag." } \ No newline at end of file diff --git a/public/language/rw/themes/harmony.json b/public/language/rw/themes/harmony.json index f915155306..5e0a65f946 100644 --- a/public/language/rw/themes/harmony.json +++ b/public/language/rw/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page", "settings.autohideBottombar": "Auto hide bottom bar", "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down", + "settings.openSidebars": "Open sidebars", "settings.chatModals": "Enable chat modals" } \ No newline at end of file diff --git a/public/language/rw/top.json b/public/language/rw/top.json index b8a05bfa5f..6e1e05674e 100644 --- a/public/language/rw/top.json +++ b/public/language/rw/top.json @@ -1,4 +1,4 @@ { "title": "Top", - "no_top_topics": "No top topics" + "no-top-topics": "No top topics" } \ No newline at end of file diff --git a/public/language/rw/topic.json b/public/language/rw/topic.json index 9d69c81546..b7311dcf55 100644 --- a/public/language/rw/topic.json +++ b/public/language/rw/topic.json @@ -1,20 +1,20 @@ { "topic": "Ikiganiro", "title": "Title", - "no_topics_found": "Nta kiganiro cyabonetse!", - "no_posts_found": "Nta cyashyizweho cyabonetse!", - "post_is_deleted": "Ibyari byanditse byakuweho!", - "topic_is_deleted": "Iki kiganiro cyakuweho!", + "no-topics-found": "Nta kiganiro cyabonetse!", + "no-posts-found": "Nta cyashyizweho cyabonetse!", + "post-is-deleted": "Ibyari byanditse byakuweho!", + "topic-is-deleted": "Iki kiganiro cyakuweho!", "profile": "Ishusho", - "posted_by": "Byashyizweho na %1", - "posted_by_guest": "Byashyizweho na Umushyitsi", + "posted-by": "Byashyizweho na %1", + "posted-by-guest": "Byashyizweho na Umushyitsi", "chat": "Igikari", - "notify_me": "Uzajye umenyeshwa ibisubizo bishya kuri iki kiganiro", + "notify-me": "Uzajye umenyeshwa ibisubizo bishya kuri iki kiganiro", "quote": "Terura", "reply": "Subiza", - "replies_to_this_post": "%1 Replies", - "one_reply_to_this_post": "1 Reply", - "last_reply_time": "Last reply", + "replies-to-this-post": "%1 Replies", + "one-reply-to-this-post": "1 Reply", + "last-reply-time": "Last reply", "reply-as-topic": "Bishyireho nk'ikiganiro", "guest-login-reply": "Injiramo maze usubize", "login-to-view": "🔒 Log in to view", @@ -64,129 +64,130 @@ "user-referenced-topic-on": "%1 referenced this topic on %3", "user-forked-topic-ago": "%1 forked this topic %3", "user-forked-topic-on": "%1 forked this topic on %3", - "bookmark_instructions": "Click here to return to the last read post in this thread.", + "bookmark-instructions": "Click here to return to the last read post in this thread.", "flag-post": "Flag this post", "flag-user": "Flag this user", "already-flagged": "Already Flagged", "view-flag-report": "View Flag Report", "resolve-flag": "Resolve Flag", - "merged_message": "This topic has been merged into %2", - "deleted_message": "Iki kiganiro cyamaze gukurwaho. Abantu babifitiye uburenganzira ni bo bonyine bashobora kukibona. ", - "following_topic.message": "Ntabwo uzongera kubimenyeshwa nihagira umuntu ugira icyo yandika kuri iki kiganiro. ", - "not_following_topic.message": "You will see this topic in the unread topics list, but you will not receive notifications when somebody posts to this topic.", - "ignoring_topic.message": "You will no longer see this topic in the unread topics list. You will be notified when you are mentioned or your post is up voted.", - "login_to_subscribe": "Ba umunyamuryango cyangwa winjiremo niba ushaka kwiyandikisha kuri iki kiganiro. ", + "merged-message": "This topic has been merged into %2", + "forked-message": "This topic was forked from %2", + "deleted-message": "Iki kiganiro cyamaze gukurwaho. Abantu babifitiye uburenganzira ni bo bonyine bashobora kukibona.", + "following-topic.message": "Ntabwo uzongera kubimenyeshwa nihagira umuntu ugira icyo yandika kuri iki kiganiro.", + "not-following-topic.message": "You will see this topic in the unread topics list, but you will not receive notifications when somebody posts to this topic.", + "ignoring-topic.message": "You will no longer see this topic in the unread topics list. You will be notified when you are mentioned or your post is up voted.", + "login-to-subscribe": "Ba umunyamuryango cyangwa winjiremo niba ushaka kwiyandikisha kuri iki kiganiro.", "markAsUnreadForAll.success": "Ikiganiro kigizwe nk'icyasomwe na bose", - "mark_unread": "Garagaza nk'ibyasomwe", - "mark_unread.success": "Ikiganiro cyagaragajwe nk'icyasomwe.", + "mark-unread": "Garagaza nk'ibyasomwe", + "mark-unread.success": "Ikiganiro cyagaragajwe nk'icyasomwe.", "watch": "Cunga", "unwatch": "Rekeraho Gucunga", "watch.title": "Ujye umenyeshwa ibyongerwaho bishya kuri iki kiganiro", "unwatch.title": "Rekera aho gucunga iki kiganiro", - "share_this_post": "Sangiza Ibi", + "share-this-post": "Sangiza Ibi", "watching": "Watching", "not-watching": "Not Watching", "ignoring": "Ignoring", "watching.description": "Notify me of new replies.
Show topic in unread.", "not-watching.description": "Do not notify me of new replies.
Show topic in unread if category is not ignored.", "ignoring.description": "Do not notify me of new replies.
Do not show topic in unread.", - "thread_tools.title": "Ibikoresho by'Ikiganiro", - "thread_tools.markAsUnreadForAll": "Mark Unread For All", - "thread_tools.pin": "Zamura Ikiganiro", - "thread_tools.unpin": "Manura Ikiganiro", - "thread_tools.lock": "Fungirana Ikiganiro", - "thread_tools.unlock": "Fungurira Ikiganiro", - "thread_tools.move": "Imura Ikiganiro", - "thread_tools.move-posts": "Move Posts", - "thread_tools.move_all": "Byimure Byose", - "thread_tools.change_owner": "Change Owner", - "thread_tools.select_category": "Select Category", - "thread_tools.fork": "Gabanyaho ku Kiganiro", - "thread_tools.tag": "Tag Topic", - "thread_tools.delete": "Kuraho Ikiganiro", - "thread_tools.delete-posts": "Siba Icyashizweho", - "thread_tools.delete_confirm": "Wiringiye neza ko ushaka gukuraho iki kiganiro?", - "thread_tools.restore": "Subizaho Ikiganiro", - "thread_tools.restore_confirm": "Wiringiye neza ko ushaka kugarura iki kiganiro?", - "thread_tools.purge": "Sibanganya Ikiganiro", - "thread_tools.purge_confirm": "Wiringiye neza ko ushaka gusibanganya iki kiganiro?", - "thread_tools.merge_topics": "Merge Topics", - "thread_tools.merge": "Merge Topic", - "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_undone": "Topic move undone", - "topic_move_posts_success": "Posts will be moved shortly. Click here to undo.", - "topic_move_posts_undone": "Post move undone", - "post_delete_confirm": "Wiringiye neza ko ushaka gukuraho iki kiganiro?", - "post_restore_confirm": "Wiringiye neza ko ushaka kugarura iki kiganiro? ", - "post_purge_confirm": "Wiringiye neza ko ushaka gusibangaya iki kiganiro?", + "thread-tools.title": "Ibikoresho by'Ikiganiro", + "thread-tools.markAsUnreadForAll": "Mark Unread For All", + "thread-tools.pin": "Zamura Ikiganiro", + "thread-tools.unpin": "Manura Ikiganiro", + "thread-tools.lock": "Fungirana Ikiganiro", + "thread-tools.unlock": "Fungurira Ikiganiro", + "thread-tools.move": "Imura Ikiganiro", + "thread-tools.move-posts": "Move Posts", + "thread-tools.move-all": "Byimure Byose", + "thread-tools.change-owner": "Change Owner", + "thread-tools.select-category": "Select Category", + "thread-tools.fork": "Gabanyaho ku Kiganiro", + "thread-tools.tag": "Tag Topic", + "thread-tools.delete": "Kuraho Ikiganiro", + "thread-tools.delete-posts": "Siba Icyashizweho", + "thread-tools.delete-confirm": "Wiringiye neza ko ushaka gukuraho iki kiganiro?", + "thread-tools.restore": "Subizaho Ikiganiro", + "thread-tools.restore-confirm": "Wiringiye neza ko ushaka kugarura iki kiganiro?", + "thread-tools.purge": "Sibanganya Ikiganiro", + "thread-tools.purge-confirm": "Wiringiye neza ko ushaka gusibanganya iki kiganiro?", + "thread-tools.merge-topics": "Merge Topics", + "thread-tools.merge": "Merge Topic", + "topic-move-success": "This topic will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-multiple-success": "These topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-all-success": "All topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-undone": "Topic move undone", + "topic-move-posts-success": "Posts will be moved shortly. Click here to undo.", + "topic-move-posts-undone": "Post move undone", + "post-delete-confirm": "Wiringiye neza ko ushaka gukuraho iki kiganiro?", + "post-restore-confirm": "Wiringiye neza ko ushaka kugarura iki kiganiro?", + "post-purge-confirm": "Wiringiye neza ko ushaka gusibangaya iki kiganiro?", "pin-modal-expiry": "Expiration Date", "pin-modal-help": "You can optionally set an expiration date for the pinned topic(s) here. Alternatively, you can leave this field blank to have the topic stay pinned until it is manually unpinned.", - "load_categories": "Ibyiciro Biraje", - "confirm_move": "Imura", - "confirm_fork": "Gabanyaho", + "load-categories": "Ibyiciro Biraje", + "confirm-move": "Imura", + "confirm-fork": "Gabanyaho", "bookmark": "Bookmark", "bookmarks": "Bookmarks", - "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.", + "bookmarks.has-no-bookmarks": "You haven't bookmarked any posts yet.", "copy-permalink": "Copy Permalink", - "loading_more_posts": "Ibindi Biraje", - "move_topic": "Imura Ikiganiro", - "move_topics": "Imura Ibiganiro", - "move_post": "Imura Icyashyizweho", - "post_moved": "Icyashizweho kirimuwe!", - "fork_topic": "Gabanyaho ku Kiganiro", + "loading-more-posts": "Ibindi Biraje", + "move-topic": "Imura Ikiganiro", + "move-topics": "Imura Ibiganiro", + "move-post": "Imura Icyashyizweho", + "post-moved": "Icyashizweho kirimuwe!", + "fork-topic": "Gabanyaho ku Kiganiro", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", - "fork_no_pids": "Nta kintu wahisemo!", + "fork-topic-instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", + "fork-no-pids": "Nta kintu wahisemo!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", "x-posts-will-be-moved-to-y": "%1 post(s) will be moved to \"%2\"", - "fork_pid_count": "%1 post(s) selected", - "fork_success": "Umaze kugabanyaho ku kiganiro! Kanda hano ugezwe ku kiganiro cyavutse. ", - "delete_posts_instruction": "Kanda ku bintu ushaka guhisha/gusiba", - "merge_topics_instruction": "Click the topics you want to merge or search for them", + "fork-pid-count": "%1 post(s) selected", + "fork-success": "Umaze kugabanyaho ku kiganiro! Kanda hano ugezwe ku kiganiro cyavutse.", + "delete-posts-instruction": "Kanda ku bintu ushaka guhisha/gusiba", + "merge-topics-instruction": "Click the topics you want to merge or search for them", "merge-topic-list-title": "List of topics to be merged", "merge-options": "Merge options", "merge-select-main-topic": "Select the main topic", "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", - "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", - "move_topic_instruction": "Select the target category and then click move", - "change_owner_instruction": "Click the posts you want to assign to another user", - "composer.title_placeholder": "Shyira umutwe w'ikiganiro cyawe aha...", - "composer.handle_placeholder": "Enter your name/handle here", + "move-posts-instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move-topic-instruction": "Select the target category and then click move", + "change-owner-instruction": "Click the posts you want to assign to another user", + "composer.title-placeholder": "Shyira umutwe w'ikiganiro cyawe aha...", + "composer.handle-placeholder": "Enter your name/handle here", "composer.hide": "Hide", "composer.discard": "Byihorere", "composer.submit": "Shyiraho", "composer.additional-options": "Additional Options", "composer.post-later": "Post Later", "composer.schedule": "Schedule", - "composer.replying_to": "Gusubiza %1", - "composer.new_topic": "Ikiganiro Gishya", + "composer.replying-to": "Gusubiza %1", + "composer.new-topic": "Ikiganiro Gishya", "composer.editing-in": "Editing post in %1", "composer.uploading": "gupakira...", - "composer.thumb_url_label": "Omekaho thumbnail URL y'ikiganiro", - "composer.thumb_title": "Ongera agafotondanga kuri iki kiganiro", - "composer.thumb_url_placeholder": "http://example.com/thumb.png", - "composer.thumb_file_label": "Cyangwa upakireho ifayilo ", - "composer.thumb_remove": "Hanagura imirongo", - "composer.drag_and_drop_images": "Terura Ubundi Utereke Amafoto Aha", - "more_users_and_guests": "Abantu (umuntu) banditse barenga %1 n'abashyitsi (umushyitsi) %2 ", - "more_users": "Abantu (umuntu) banditse barenga %1 ", - "more_guests": "Abashyitsi (umushyitsi) barenga %1 ", - "users_and_others": "%1 n'abandi %2 ", - "sort_by": "Ubigaragaze Ukurikije", - "oldest_to_newest": "Ibya Kera Ujya ku bya Vuba", - "newest_to_oldest": "Ibya Vuba Ujya ku bya Kera", - "most_votes": "Most Votes", - "most_posts": "Most Posts", - "most_views": "Most Views", + "composer.thumb-url-label": "Omekaho thumbnail URL y'ikiganiro", + "composer.thumb-title": "Ongera agafotondanga kuri iki kiganiro", + "composer.thumb-url-placeholder": "http://example.com/thumb.png", + "composer.thumb-file-label": "Cyangwa upakireho ifayilo", + "composer.thumb-remove": "Hanagura imirongo", + "composer.drag-and-drop-images": "Terura Ubundi Utereke Amafoto Aha", + "more-users-and-guests": "Abantu (umuntu) banditse barenga %1 n'abashyitsi (umushyitsi) %2", + "more-users": "Abantu (umuntu) banditse barenga %1", + "more-guests": "Abashyitsi (umushyitsi) barenga %1", + "users-and-others": "%1 n'abandi %2", + "sort-by": "Ubigaragaze Ukurikije", + "oldest-to-newest": "Ibya Kera Ujya ku bya Vuba", + "newest-to-oldest": "Ibya Vuba Ujya ku bya Kera", + "most-votes": "Most Votes", + "most-posts": "Most Posts", + "most-views": "Most Views", "stale.title": "Urashaka gutangiza ahubwo ikiganiro gishya?", "stale.warning": "Ikiganiro ushaka kuvugaho cyarashaje. Wahitamo gutangiza ikiganiro gishya ariko wenda ukagaragaza kino mu gisubizo uza gushyiraho?", "stale.create": "Tangiza ikiganiro gishya", - "stale.reply_anyway": "Vuga kuri iki kiganiro nubundi", - "link_back": "Igisubizo: [%1](%2)", + "stale.reply-anyway": "Vuga kuri iki kiganiro nubundi", + "link-back": "Igisubizo: [%1](%2)", "diffs.title": "Post Edit History", "diffs.description": "This post has %1 revisions. Click one of the revisions below to see the post content at that point in time.", "diffs.no-revisions-description": "This post has %1 revisions.", @@ -197,8 +198,8 @@ "diffs.post-restored": "Post successfully restored to earlier revision", "diffs.delete": "Delete this revision", "diffs.deleted": "Revision deleted", - "timeago_later": "%1 later", - "timeago_earlier": "%1 earlier", + "timeago-later": "%1 later", + "timeago-earlier": "%1 earlier", "first-post": "First post", "last-post": "Last post", "go-to-my-next-post": "Go to my next post", diff --git a/public/language/rw/unread.json b/public/language/rw/unread.json index 9946c9a5fa..641891feb8 100644 --- a/public/language/rw/unread.json +++ b/public/language/rw/unread.json @@ -1,12 +1,12 @@ { "title": "Ibitarasomwa", - "no_unread_topics": "Nta biganiro bitarasomwa bihari. ", - "load_more": "Zana Ibindi", - "mark_as_read": "Bigire nkaho Byasomwe", + "no-unread-topics": "Nta biganiro bitarasomwa bihari.", + "load-more": "Zana Ibindi", + "mark-as-read": "Bigire nkaho Byasomwe", "selected": "Ibyatoranyijwe", "all": "Byose", - "all_categories": "Ibyiciro Byose", - "topics_marked_as_read.success": "Ibiganiro byamaze kugaragazwa nk'ibyasomwe!", + "all-categories": "Ibyiciro Byose", + "topics-marked-as-read.success": "Ibiganiro byamaze kugaragazwa nk'ibyasomwe!", "all-topics": "All Topics", "new-topics": "New Topics", "watched-topics": "Watched Topics", diff --git a/public/language/rw/user.json b/public/language/rw/user.json index 40c14485b3..2aa1fddc38 100644 --- a/public/language/rw/user.json +++ b/public/language/rw/user.json @@ -7,22 +7,22 @@ "joindate": "Igiye Yaziye", "postcount": "Ingano y'ibyo Yashyizeho", "email": "Email", - "confirm_email": "Emeza Email", - "account_info": "Account Info", - "admin_actions_label": "Administrative Actions", - "ban_account": "Irukana", - "ban_account_confirm": "Wiringiye neza ko ushaka kwirukana uyu muntu?", - "unban_account": "Garura iyi Konte", - "mute_account": "Mute Account", - "unmute_account": "Unmute Account", - "delete_account": "Siba Konte", - "delete_account_as_admin": "Delete Account", - "delete_content": "Delete Account Content", - "delete_all": "Delete Account and Content", - "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", - "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", - "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", - "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "confirm-email": "Emeza Email", + "account-info": "Account Info", + "admin-actions-label": "Administrative Actions", + "ban-account": "Irukana", + "ban-account-confirm": "Wiringiye neza ko ushaka kwirukana uyu muntu?", + "unban-account": "Garura iyi Konte", + "mute-account": "Mute Account", + "unmute-account": "Unmute Account", + "delete-account": "Siba Konte", + "delete-account-as-admin": "Delete Account", + "delete-content": "Delete Account Content", + "delete-all": "Delete Account and Content", + "delete-account-confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", + "delete-this-account-confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", + "delete-account-content-confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "delete-all-confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", "account-deleted": "Konte yasibwe", "account-content-deleted": "Account content deleted", "fullname": "Izina Ryuzuye", @@ -32,11 +32,12 @@ "joined": "Yaje", "lastonline": "Aheruka ku Murongo", "profile": "Ishusho", - "profile_views": "Ishusho Yarebwe", + "profile-views": "Ishusho Yarebwe", "reputation": "Amanota", "bookmarks": "Bookmarks", - "watched_categories": "Watched categories", - "change_all": "Change All", + "watched-categories": "Watched categories", + "watched-tags": "Watched tags", + "change-all": "Change All", "watched": "Ibikurikiranwa", "ignored": "Ignored", "default-category-watch-state": "Default category watch state", @@ -44,83 +45,84 @@ "following": "Akurikira", "blocks": "Blocks", "blocked-users": "Blocked users", - "block_toggle": "Toggle Block", - "block_user": "Block User", - "unblock_user": "Unblock User", + "block-toggle": "Toggle Block", + "block-user": "Block User", + "unblock-user": "Unblock User", "aboutme": "Inshamake y'Ubuzima", "signature": "Intero", "birthday": "Itariki y'Amavuko", "chat": "Mu Gikari", - "chat_with": "Continue chat with %1", - "new_chat_with": "Start new chat with %1", + "chat-with": "Continue chat with %1", + "new-chat-with": "Start new chat with %1", "flag-profile": "Flag Profile", "follow": "Kurikira", "unfollow": "Ntukurikire", "more": "Ibindi", - "profile_update_success": "Ishusho yashyizwe ku gihe nta ngorane!", - "change_picture": "Hindura Ifoto", - "change_username": "Hindura Izina", - "change_email": "Hindura Email", - "email_same_as_password": "Please enter your current password to continue – you've entered your new email again", + "profile-update-success": "Ishusho yashyizwe ku gihe nta ngorane!", + "change-picture": "Hindura Ifoto", + "change-username": "Hindura Izina", + "change-email": "Hindura Email", + "email-updated": "Email Updated", + "email-same-as-password": "Please enter your current password to continue – you've entered your new email again", "edit": "Hinduraho", "edit-profile": "Hinduraho ku Ishusho", - "default_picture": "Akamenyetso Gasanzwe", - "uploaded_picture": "Ifoto Yapakiwe", - "upload_new_picture": "Pakira Ifoto Nshya", - "upload_new_picture_from_url": "Pakira Ifoto Nshya Ukoresheje URL", - "current_password": "Ijambobanga Risanzweho", - "new_password": "New Password", - "change_password": "Hindura Ijambobanga", - "change_password_error": "Ijambobanga Ritari Ryo!", - "change_password_error_wrong_current": "Ijambobanga ryawe watanze nk'irisanzweho ntabwo ari ryo!", - "change_password_error_match": "Ijambobanga ugomba kuryandukura mu buryo bumwe inshuro ebyiri!", - "change_password_error_privileges": "Nta burenganzira ufite bwo guhindura iri jambobanga. ", - "change_password_success": "Ijambobanga ryawe ryavuguruwe!", - "confirm_password": "Emeza Ijambobanga", + "default-picture": "Akamenyetso Gasanzwe", + "uploaded-picture": "Ifoto Yapakiwe", + "upload-new-picture": "Pakira Ifoto Nshya", + "upload-new-picture-from-url": "Pakira Ifoto Nshya Ukoresheje URL", + "current-password": "Ijambobanga Risanzweho", + "new-password": "New Password", + "change-password": "Hindura Ijambobanga", + "change-password-error": "Ijambobanga Ritari Ryo!", + "change-password-error-wrong-current": "Ijambobanga ryawe watanze nk'irisanzweho ntabwo ari ryo!", + "change-password-error-match": "Ijambobanga ugomba kuryandukura mu buryo bumwe inshuro ebyiri!", + "change-password-error-privileges": "Nta burenganzira ufite bwo guhindura iri jambobanga.", + "change-password-success": "Ijambobanga ryawe ryavuguruwe!", + "confirm-password": "Emeza Ijambobanga", "password": "Ijambobanga", - "username_taken_workaround": "Izina ushaka kujya ukoresha twasanze ryarafashwe. Ntugire impungenge kuko twakuboneye iryo byenda kumera kimwe. Uzaba uzwi ku izina rya %1", - "password_same_as_username": "Ijambobanga ryawe rirasa neza n'izina ukoresha; hitamo irindi jambobanga.", - "password_same_as_email": "Ijambobanga ryawe rirasa neza na email yawe; hitamo irindi jambobanga.", - "weak_password": "Weak password.", - "upload_picture": "Gushyiraho ifoto", - "upload_a_picture": "Shyiraho ifoto", - "remove_uploaded_picture": "Kuraho Ifoto", - "upload_cover_picture": "Pakira ifoto yo hejuru", - "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", - "crop_picture": "Crop picture", - "upload_cropped_picture": "Crop and upload", + "username-taken-workaround": "Izina ushaka kujya ukoresha twasanze ryarafashwe. Ntugire impungenge kuko twakuboneye iryo byenda kumera kimwe. Uzaba uzwi ku izina rya %1", + "password-same-as-username": "Ijambobanga ryawe rirasa neza n'izina ukoresha; hitamo irindi jambobanga.", + "password-same-as-email": "Ijambobanga ryawe rirasa neza na email yawe; hitamo irindi jambobanga.", + "weak-password": "Weak password.", + "upload-picture": "Gushyiraho ifoto", + "upload-a-picture": "Shyiraho ifoto", + "remove-uploaded-picture": "Kuraho Ifoto", + "upload-cover-picture": "Pakira ifoto yo hejuru", + "remove-cover-picture-confirm": "Are you sure you want to remove the cover picture?", + "crop-picture": "Crop picture", + "upload-cropped-picture": "Crop and upload", "avatar-background-colour": "Avatar background colour", "settings": "Itunganya", - "show_email": "Hagaragazwe Email Yanjye", - "show_fullname": "Hagaragazwe Izina Ryuzuye Ryanjye", - "restrict_chats": "Emerera ubutumwa buciye mu gikari abantu ukurikira gusa", - "digest_label": "Iyandikishe ku Ngingo z'Ingenzi", - "digest_description": "Iyandikishe ku makuru aciye kuri email ajyanye n'ibivugirwa aha (amatangazo mashya n'ibiganiro) biciye muri gahunda yagenwe", - "digest_off": "Birafunze", - "digest_daily": "Buri Munsi", - "digest_weekly": "Buri Cyumweru", - "digest_biweekly": "Bi-Weekly", - "digest_monthly": "Buri Kwezi", - "has_no_follower": "Uyu muntu ntabwo afite abamukurikira :(", - "follows_no_one": "Uyu muntu ntabwo akurikira umuntu numwe :(", - "has_no_posts": "Uyu muntu nta kintu arashyiraho. ", - "has_no_best_posts": "This user does not have any upvoted posts yet.", - "has_no_topics": "Uyu muntu nta kiganiro aratangiza na kimwe. ", - "has_no_watched_topics": "Uyu muntu ntabwo arakurikira ikiganiro na kimwe.", - "has_no_ignored_topics": "This user hasn't ignored any topics yet.", - "has_no_upvoted_posts": "Uyu muntu ntabwo arashima icyashyizweho na kimwe.", - "has_no_downvoted_posts": "Uyu muntu ntabwo aragaya icyashizweho na kimwe. ", - "has_no_controversial_posts": "This user does not have any downvoted posts yet.", - "has_no_blocks": "You have blocked no users.", - "email_hidden": "Email Yahishwe", + "show-email": "Hagaragazwe Email Yanjye", + "show-fullname": "Hagaragazwe Izina Ryuzuye Ryanjye", + "restrict-chats": "Emerera ubutumwa buciye mu gikari abantu ukurikira gusa", + "digest-label": "Iyandikishe ku Ngingo z'Ingenzi", + "digest-description": "Iyandikishe ku makuru aciye kuri email ajyanye n'ibivugirwa aha (amatangazo mashya n'ibiganiro) biciye muri gahunda yagenwe", + "digest-off": "Birafunze", + "digest-daily": "Buri Munsi", + "digest-weekly": "Buri Cyumweru", + "digest-biweekly": "Bi-Weekly", + "digest-monthly": "Buri Kwezi", + "has-no-follower": "Uyu muntu ntabwo afite abamukurikira :(", + "follows-no-one": "Uyu muntu ntabwo akurikira umuntu numwe :(", + "has-no-posts": "Uyu muntu nta kintu arashyiraho.", + "has-no-best-posts": "This user does not have any upvoted posts yet.", + "has-no-topics": "Uyu muntu nta kiganiro aratangiza na kimwe.", + "has-no-watched-topics": "Uyu muntu ntabwo arakurikira ikiganiro na kimwe.", + "has-no-ignored-topics": "This user hasn't ignored any topics yet.", + "has-no-upvoted-posts": "Uyu muntu ntabwo arashima icyashyizweho na kimwe.", + "has-no-downvoted-posts": "Uyu muntu ntabwo aragaya icyashizweho na kimwe.", + "has-no-controversial-posts": "This user does not have any downvoted posts yet.", + "has-no-blocks": "You have blocked no users.", + "email-hidden": "Email Yahishwe", "hidden": "byahishwe", - "paginate_description": "Gabanya ibiganiro n'ibyashyizweho mu ma paji aho kugirango umuntu ajye amanuka ubudahagarara ", - "topics_per_page": "Ibiganiro kuri Buri Paji", - "posts_per_page": "Ibyashyizweho kuri Buri Paji", + "paginate-description": "Gabanya ibiganiro n'ibyashyizweho mu ma paji aho kugirango umuntu ajye amanuka ubudahagarara", + "topics-per-page": "Ibiganiro kuri Buri Paji", + "posts-per-page": "Ibyashyizweho kuri Buri Paji", "category-topic-sort": "Category topic sort", "topic-post-sort": "Topic post sort", - "max_items_per_page": "Maximum %1", - "acp_language": "Admin Page Language", + "max-items-per-page": "Maximum %1", + "acp-language": "Admin Page Language", "notifications": "Notifications", "upvote-notif-freq": "Upvote Notification Frequency", "upvote-notif-freq.all": "All Upvotes", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "On 10, 100, 1000...", "upvote-notif-freq.disabled": "Disabled", "browsing": "Gutunganya Uburyo Usoma", - "open_links_in_new_tab": "Fungurira imirongo ijya hanze mu idirishya rishya", - "enable_topic_searching": "Emerera Ugushakira mu Kiganiro", - "topic_search_help": "Nibyemerwa, ugushakira mu kiganiro bizajya biba ari byo bikorwa maze bitume umuntu abasha gushakira mu kiganiro hose aho gushakira kuri paji igaragarira amaso, imbere yawe gusa", - "update_url_with_post_index": "Update url with post index while browsing topics", - "scroll_to_my_post": "Nyuma yo gushyiraho igisubizo, hagaragare icyashyizweho gishya", - "follow_topics_you_reply_to": "Watch topics that you reply to", - "follow_topics_you_create": "Watch topics you create", + "open-links-in-new-tab": "Fungurira imirongo ijya hanze mu idirishya rishya", + "enable-topic-searching": "Emerera Ugushakira mu Kiganiro", + "topic-search-help": "Nibyemerwa, ugushakira mu kiganiro bizajya biba ari byo bikorwa maze bitume umuntu abasha gushakira mu kiganiro hose aho gushakira kuri paji igaragarira amaso, imbere yawe gusa", + "update-url-with-post-index": "Update url with post index while browsing topics", + "scroll-to-my-post": "Nyuma yo gushyiraho igisubizo, hagaragare icyashyizweho gishya", + "follow-topics-you-reply-to": "Watch topics that you reply to", + "follow-topics-you-create": "Watch topics you create", "grouptitle": "Group Title", "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "Nta mutwe w'itsinda", @@ -145,9 +147,9 @@ "no-skin": "No Skin", "select-homepage": "Hitamo Paji y'Imbere", "homepage": "Paji y'Imbere", - "homepage_description": "Hitamo paji yo kugaragaza imbere cyangwa ntuyihitemo kugirango hakoreshwe paji uru rubuga rwagennye", - "custom_route": "Umurongo Wundi wa Paji y'Imbere", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", + "homepage-description": "Hitamo paji yo kugaragaza imbere cyangwa ntuyihitemo kugirango hakoreshwe paji uru rubuga rwagennye", + "custom-route": "Umurongo Wundi wa Paji y'Imbere", + "custom-route-help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Kwinjiramo ukoreshe serivisi za SSO", "sso.associated": "Bisanishijwe na", "sso.not-associated": "Click here to associate with", @@ -179,25 +181,25 @@ "consent.title": "Your Rights & Consent", "consent.lead": "This community forum collects and processes your personal information.", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", - "consent.email_intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", - "consent.digest_frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", - "consent.digest_off": "Unless explicitly changed in your user settings, this community does not send out email digests", + "consent.email-intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", + "consent.digest-frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", + "consent.digest-off": "Unless explicitly changed in your user settings, this community does not send out email digests", "consent.received": "You have provided consent for this website to collect and process your information. No additional action is required.", - "consent.not_received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", + "consent.not-received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", "consent.give": "Give consent", - "consent.right_of_access": "You have the Right of Access", - "consent.right_of_access_description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", - "consent.right_to_rectification": "You have the Right to Rectification", - "consent.right_to_rectification_description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", - "consent.right_to_erasure": "You have the Right to Erasure", - "consent.right_to_erasure_description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", - "consent.right_to_data_portability": "You have the Right to Data Portability", - "consent.right_to_data_portability_description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", - "consent.export_profile": "Export Profile (.json)", + "consent.right-of-access": "You have the Right of Access", + "consent.right-of-access-description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", + "consent.right-to-rectification": "You have the Right to Rectification", + "consent.right-to-rectification-description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", + "consent.right-to-erasure": "You have the Right to Erasure", + "consent.right-to-erasure-description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", + "consent.right-to-data-portability": "You have the Right to Data Portability", + "consent.right-to-data-portability-description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", + "consent.export-profile": "Export Profile (.json)", "consent.export-profile-success": "Exporting profile, you will get a notification when it is complete.", - "consent.export_uploads": "Export Uploaded Content (.zip)", + "consent.export-uploads": "Export Uploaded Content (.zip)", "consent.export-uploads-success": "Exporting uploads, you will get a notification when it is complete.", - "consent.export_posts": "Export Posts (.csv)", + "consent.export-posts": "Export Posts (.csv)", "consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.", "emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.", "emailUpdate.optional": "This field is optional. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.", diff --git a/public/language/rw/users.json b/public/language/rw/users.json index a01fce929d..5dca0e9e97 100644 --- a/public/language/rw/users.json +++ b/public/language/rw/users.json @@ -1,13 +1,13 @@ { "all-users": "All Users", - "latest_users": "Abantu Bashya", - "top_posters": "Abashyizeho Byinshi", - "most_reputation": "Abafite Amanota Menshi", - "most_flags": "Most Flags", + "latest-users": "Abantu Bashya", + "top-posters": "Abashyizeho Byinshi", + "most-reputation": "Abafite Amanota Menshi", + "most-flags": "Most Flags", "search": "Shaka", - "enter_username": "Shyiramo izina ryo gushaka", + "enter-username": "Shyiramo izina ryo gushaka", "search-user-for-chat": "Search for a user to start chat", - "load_more": "Zana Ibindi", + "load-more": "Zana Ibindi", "users-found-search-took": "Habonetse abantu (umuntu) %1! Byatwaye amasegonda %2 gusa.", "filter-by": "Yungurura Ukurikije", "online-only": "Abari ku murongo gusa", @@ -15,10 +15,10 @@ "prompt-email": "Emails:", "groups-to-join": "Groups to be joined when invite is accepted:", "invitation-email-sent": "Ubutumire bwa email bwohererejwe %1", - "user_list": "Urutonde rw'Abantu", - "recent_topics": "Ibiganiro Biheruka", - "popular_topics": "Ibiganiro Bikunzwe", - "unread_topics": "Ibiganiro Bitarasomwa", + "user-list": "Urutonde rw'Abantu", + "recent-topics": "Ibiganiro Biheruka", + "popular-topics": "Ibiganiro Bikunzwe", + "unread-topics": "Ibiganiro Bitarasomwa", "categories": "Ibyiciro", "tags": "Ibimenyetso", "no-users-found": "Nta muntu wabonetse" diff --git a/public/language/sc/admin/advanced/events.json b/public/language/sc/admin/advanced/events.json index b2c2033fb5..9327eef8d3 100644 --- a/public/language/sc/admin/advanced/events.json +++ b/public/language/sc/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "Event Type", "filter-start": "Start Date", "filter-end": "End Date", - "filter-perPage": "Per Page" + "filter-per-page": "Per Page" } \ No newline at end of file diff --git a/public/language/sc/admin/extend/widgets.json b/public/language/sc/admin/extend/widgets.json index ab3a4b11d2..5d2832feed 100644 --- a/public/language/sc/admin/extend/widgets.json +++ b/public/language/sc/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "No widgets found! Activate the widget essentials plugin in the plugins control panel.", "clone-from": "Clone widgets from", "containers.available": "Available Containers", - "containers.explanation": "Drag and drop on top of any active widget", + "containers.explanation": "Drag and drop on top of any widget", "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", @@ -29,5 +29,7 @@ "hide-from-groups": "Hide from groups", "start-date": "Start date", "end-date": "End date", - "hide-on-mobile": "Hide on mobile" + "hide-on-mobile": "Hide on mobile", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/sc/admin/manage/privileges.json b/public/language/sc/admin/manage/privileges.json index 9af075bcfa..240cff6aa5 100644 --- a/public/language/sc/admin/manage/privileges.json +++ b/public/language/sc/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "Edit Privileges", "select-clear-all": "Select/Clear All", "chat": "Chat", + "chat-with-privileged": "Chat with Privileged", "upload-images": "Upload Images", "upload-files": "Upload Files", "signature": "Signature", @@ -33,7 +34,7 @@ "edit-posts": "Edit Posts", "view-edit-history": "View Edit History", "delete-posts": "Delete Posts", - "view_deleted": "View Deleted Posts", + "view-deleted": "View Deleted Posts", "upvote-posts": "Upvote Posts", "downvote-posts": "Downvote Posts", "delete-topics": "Delete Topics", diff --git a/public/language/sc/admin/manage/users.json b/public/language/sc/admin/manage/users.json index 1fef96f56d..08e5701f40 100644 --- a/public/language/sc/admin/manage/users.json +++ b/public/language/sc/admin/manage/users.json @@ -4,16 +4,21 @@ "edit": "Actions", "make-admin": "Make Admin", "remove-admin": "Remove Admin", + "change-email": "Change Email", + "new-email": "New Email", "validate-email": "Validate Email", "send-validation-email": "Send Validation Email", + "change-password": "Change Password", "password-reset-email": "Send Password Reset Email", "force-password-reset": "Force Password Reset & Log User Out", - "ban": "Ban User(s)", + "ban": "Ban", + "ban-users": "Ban User(s)", "temp-ban": "Ban User(s) Temporarily", "unban": "Unban User(s)", "reset-lockout": "Reset Lockout", "reset-flags": "Reset Flags", - "delete": "Delete User(s)", + "delete": "Delete", + "delete-users": "Delete User(s)", "delete-content": "Delete User(s) Content", "purge": "Delete User(s) and Content", "download-csv": "Download CSV", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "Ban %1 user(s)", "alerts.unban-success": "User(s) unbanned!", "alerts.lockout-reset-success": "Lockout(s) reset!", + "alerts.password-change-success": "Password(s) changed!", "alerts.flag-reset-success": "Flags(s) reset!", "alerts.no-remove-yourself-admin": "You can't remove yourself as Administrator!", "alerts.make-admin-success": "User is now administrator.", @@ -106,6 +112,7 @@ "alerts.create": "Create User", "alerts.button-create": "Create", "alerts.button-cancel": "Cancel", + "alerts.button-change": "Change", "alerts.error-passwords-different": "Passwords must match!", "alerts.error-x": "Error

%1

", "alerts.create-success": "User created!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "Emails: ", "alerts.email-sent-to": "An invitation email has been sent to %1", "alerts.x-users-found": "%1 user(s) found, (%2 seconds)", + "alerts.select-a-single-user-to-change-email": "Select a single user to change email", "export-users-started": "Exporting users as csv, this might take a while. You will receive a notification when it is complete.", - "export-users-completed": "Users exported as csv, click here to download." + "export-users-completed": "Users exported as csv, click here to download.", + "email": "Email", + "password": "Password", + "manage": "Manage" } \ No newline at end of file diff --git a/public/language/sc/admin/settings/chat.json b/public/language/sc/admin/settings/chat.json index e4946458bd..86360a34ee 100644 --- a/public/language/sc/admin/settings/chat.json +++ b/public/language/sc/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "Enter 0 to disable this restriction", "chat-settings": "Chat Settings", "disable": "Disable chat", "disable-editing": "Disable chat message editing/deletion", @@ -6,8 +7,10 @@ "max-length": "Maximum length of chat messages", "max-chat-room-name-length": "Maximum length of chat room names", "max-room-size": "Maximum number of users in chat rooms", - "delay": "Time between chat messages in milliseconds", - "notification-delay": "Notification delay for chat messages. (0 for no delay)", - "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable. (0 disabled)", - "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable. (0 disabled)" + "delay": "Time between chat messages (ms)", + "newbieDelay": "... for new users (ms)", + "notification-delay": "Notification delay for chat messages", + "notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.", + "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.", + "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable." } \ No newline at end of file diff --git a/public/language/sc/admin/settings/post.json b/public/language/sc/admin/settings/post.json index 9dc61afe57..9de7dc76fa 100644 --- a/public/language/sc/admin/settings/post.json +++ b/public/language/sc/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "Title Length", "restrictions.post-length": "Post Length", "restrictions.days-until-stale": "Days until topic is considered stale", - "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic.", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "Timestamp", "timestamp.cut-off": "Date cut-off (in days)", "timestamp.cut-off-help": "Dates & times will be shown in a relative manner (e.g. \"3 hours ago\" / \"5 days ago\"), and localised into various\n\t\t\t\t\tlanguages. After a certain point, this text can be switched to display the localised date itself\n\t\t\t\t\t(e.g. 5 Nov 2016 15:30).
(Default: 30, or one month). Set to 0 to always display dates, leave blank to always display relative times.", diff --git a/public/language/sc/admin/settings/user.json b/public/language/sc/admin/settings/user.json index 368548ba74..816bdfc150 100644 --- a/public/language/sc/admin/settings/user.json +++ b/public/language/sc/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "Username or Email", "allow-login-with.username": "Username Only", "account-settings": "Account Settings", - "gdpr_enabled": "Enable GDPR consent collection", - "gdpr_enabled_help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", + "gdpr-enabled": "Enable GDPR consent collection", + "gdpr-enabled-help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", "disable-username-changes": "Disable username changes", "disable-email-changes": "Disable email changes", "disable-password-changes": "Disable password changes", diff --git a/public/language/sc/category.json b/public/language/sc/category.json index f535d5d85a..938949b6af 100644 --- a/public/language/sc/category.json +++ b/public/language/sc/category.json @@ -1,12 +1,12 @@ { "category": "Category", "subcategories": "Subcategories", - "new_topic_button": "Arresonada Noa", + "new-topic-button": "Arresonada Noa", "guest-login-post": "Log in to post", - "no_topics": "Non bi sunt arresonadas in custa creze.
Pro ite non nde pones una?", + "no-topics": "Non bi sunt arresonadas in custa creze.
Pro ite non nde pones una?", "browsing": "navighende", - "no_replies": "Perunu at rispostu", - "no_new_posts": "No new posts.", + "no-replies": "Perunu at rispostu", + "no-new-posts": "No new posts.", "watch": "Watch", "ignore": "Ignore", "watching": "Watching", diff --git a/public/language/sc/email.json b/public/language/sc/email.json index 0e5e1b8afe..1f760f8227 100644 --- a/public/language/sc/email.json +++ b/public/language/sc/email.json @@ -3,8 +3,8 @@ "password-reset-requested": "Password Reset Requested!", "welcome-to": "Welcome to %1", "invite": "Invitation from %1", - "greeting_no_name": "Hello", - "greeting_with_name": "Hello %1", + "greeting-no-name": "Hello", + "greeting-with-name": "Hello %1", "email.verify-your-email.subject": "Please verify your email", "email.verify.text1": "You've requested that we change or confirm your email address", "email.verify.text2": "For security purposes, we only change or confirm the email address on file once its ownership has been confirmed via email. If you did not request this, no action is required on your part.", @@ -24,7 +24,7 @@ "reset.notify.text2": "If you did not authorise this, please notify an administrator immediately.", "digest.unread-rooms": "Unread rooms", "digest.room-name-unreadcount": "%1 (%2 unread)", - "digest.latest_topics": "Latest topics from %1", + "digest.latest-topics": "Latest topics from %1", "digest.top-topics": "Top topics from %1", "digest.popular-topics": "Popular topics from %1", "digest.cta": "Click here to visit %1", @@ -36,8 +36,8 @@ "digest.title.day": "Your Daily Digest", "digest.title.week": "Your Weekly Digest", "digest.title.month": "Your Monthly Digest", - "notif.chat.subject": "New chat message received from %1", - "notif.chat.public-chat-subject": "New message from %1 in room %2", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "Click here to continue the conversation", "notif.chat.unsub.info": "This chat notification was sent to you due to your subscription settings.", "notif.post.unsub.info": "This post notification was sent to you due to your subscription settings.", diff --git a/public/language/sc/error.json b/public/language/sc/error.json index f19e8ad0fa..9836084180 100644 --- a/public/language/sc/error.json +++ b/public/language/sc/error.json @@ -184,6 +184,7 @@ "post-flagged-too-many-times": "This post has been flagged by others already", "user-flagged-too-many-times": "This user has been flagged by others already", "cant-flag-privileged": "You are not allowed to flag the profiles or content of privileged users (moderators/global moderators/admins)", + "cant-locate-flag-report": "Cannot locate flag report", "self-vote": "You cannot vote on your own post", "too-many-upvotes-today": "You can only upvote %1 times a day", "too-many-upvotes-today-user": "You can only upvote a user %1 times a day", diff --git a/public/language/sc/flags.json b/public/language/sc/flags.json index f12aaae53d..996e027833 100644 --- a/public/language/sc/flags.json +++ b/public/language/sc/flags.json @@ -1,5 +1,6 @@ { "state": "State", + "report": "Report", "reports": "Reports", "first-reported": "First Reported", "no-flags": "Hooray! No flags found.", @@ -8,6 +9,8 @@ "update": "Update", "updated": "Updated", "resolved": "Resolved", + "report-added": "Added", + "report-rescinded": "Rescinded", "target-purged": "The content this flag referred to has been purged and is no longer available.", "target-aboutme-empty": "This user has no "About Me" set.", diff --git a/public/language/sc/global.json b/public/language/sc/global.json index 4349e6ebad..bb606db8b2 100644 --- a/public/language/sc/global.json +++ b/public/language/sc/global.json @@ -13,19 +13,19 @@ "400.message": "It looks like this link is malformed, please double-check and try again.
Return to the home page.
", "register": "Registra·ti", "login": "Intra", - "please_log_in": "Pro praghere Intra", + "please-log-in": "Pro praghere Intra", "logout": "Essi·nche", - "posting_restriction_info": "Sa publicatzione immoe est limitada isceti a is impitadores registrados, carca inoghe pro intrare.", - "welcome_back": "Welcome Back", - "you_have_successfully_logged_in": "Ses intradu", - "save_changes": "Alloga Acontzos", + "posting-restriction-info": "Sa publicatzione immoe est limitada isceti a is impitadores registrados, carca inoghe pro intrare.", + "welcome-back": "Welcome Back", + "you-have-successfully-logged-in": "Ses intradu", + "save-changes": "Alloga Acontzos", "save": "Save", "create": "Create", "cancel": "Cancel", "close": "Serra", "pagination": "Paginatzione", - "pagination.out_of": "%1 out of %2", - "pagination.enter_index": "Go to post index", + "pagination.out-of": "%1 out of %2", + "pagination.enter-index": "Go to post index", "header.admin": "Amministradore", "header.categories": "Categories", "header.recent": "Ùrtimos", @@ -80,25 +80,25 @@ "lastpost": "Last post", "firstpost": "First post", "about": "About", - "read_more": "read more", + "read-more": "read more", "more": "More", "none": "None", - "posted_ago_by_guest": "posted %1 by Guest", - "posted_ago_by": "posted %1 by %2", - "posted_ago": "posted %1", - "posted_in": "posted in %1", - "posted_in_by": "posted in %1 by %2", - "posted_in_ago": "posted in %1 %2", - "posted_in_ago_by": "posted in %1 %2 by %3", - "user_posted_ago": "%1 posted %2", - "guest_posted_ago": "Guest posted %1", - "last_edited_by": "last edited by %1", + "posted-ago-by-guest": "posted %1 by Guest", + "posted-ago-by": "posted %1 by %2", + "posted-ago": "posted %1", + "posted-in": "posted in %1", + "posted-in-by": "posted in %1 by %2", + "posted-in-ago": "posted in %1 %2", + "posted-in-ago-by": "posted in %1 %2 by %3", + "user-posted-ago": "%1 posted %2", + "guest-posted-ago": "Guest posted %1", + "last-edited-by": "last edited by %1", "edited-timestamp": "Edited %1", "norecentposts": "No Recent Posts", "norecenttopics": "No Recent Topics", "recentposts": "Ùrtimos Arresonos", "recentips": "Ùrtimos IP Intrados", - "moderator_tools": "Moderator Tools", + "moderator-tools": "Moderator Tools", "status": "Status", "online": "In lìnia", "away": "A tesu", @@ -109,7 +109,7 @@ "language": "Language", "guest": "Guest", "guests": "Guests", - "former_user": "A Former User", + "former-user": "A Former User", "system-user": "System", "unknown-user": "Unknown user", "updated.title": "Forum Updated", @@ -117,12 +117,12 @@ "privacy": "Privacy", "follow": "Follow", "unfollow": "Unfollow", - "delete_all": "Delete All", + "delete-all": "Delete All", "map": "Map", "sessions": "Login Sessions", - "ip_address": "IP Address", - "enter_page_number": "Enter page number", - "upload_file": "Upload file", + "ip-address": "IP Address", + "enter-page-number": "Enter page number", + "upload-file": "Upload file", "upload": "Upload", "uploads": "Uploads", "allowed-file-types": "Allowed file types are %1", @@ -131,7 +131,7 @@ "play": "Play", "cookies.message": "This website uses cookies to ensure you get the best experience on our website.", "cookies.accept": "Got it!", - "cookies.learn_more": "Learn More", + "cookies.learn-more": "Learn More", "edited": "Edited", "disabled": "Disabled", "select": "Select", diff --git a/public/language/sc/groups.json b/public/language/sc/groups.json index 94902e965d..25fe9c75e6 100644 --- a/public/language/sc/groups.json +++ b/public/language/sc/groups.json @@ -2,65 +2,65 @@ "all-groups": "All groups", "groups": "Groups", "members": "Members", - "view_group": "View Group", + "view-group": "View Group", "owner": "Group Owner", - "new_group": "Create New Group", - "no_groups_found": "There are no groups to see", + "new-group": "Create New Group", + "no-groups-found": "There are no groups to see", "pending.accept": "Accept", "pending.reject": "Reject", - "pending.accept_all": "Accept All", - "pending.reject_all": "Reject All", + "pending.accept-all": "Accept All", + "pending.reject-all": "Reject All", "pending.none": "There are no pending members at this time", "invited.none": "There are no invited members at this time", "invited.uninvite": "Rescind Invitation", "invited.search": "Search for a user to invite to this group", - "invited.notification_title": "You have been invited to join %1", - "request.notification_title": "Group Membership Request from %1", - "request.notification_text": "%1 has requested to become a member of %2", + "invited.notification-title": "You have been invited to join %1", + "request.notification-title": "Group Membership Request from %1", + "request.notification-text": "%1 has requested to become a member of %2", "cover-save": "Save", "cover-saving": "Saving", "details.title": "Group Details", "details.members": "Member List", "details.pending": "Pending Members", "details.invited": "Invited Members", - "details.has_no_posts": "This group's members have not made any posts.", - "details.latest_posts": "Latest Posts", + "details.has-no-posts": "This group's members have not made any posts.", + "details.latest-posts": "Latest Posts", "details.private": "Private", "details.disableJoinRequests": "Disable join requests", "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Grant/Rescind Ownership", "details.kick": "Kick", - "details.kick_confirm": "Are you sure you want to remove this member from the group?", + "details.kick-confirm": "Are you sure you want to remove this member from the group?", "details.add-member": "Add Member", - "details.owner_options": "Group Administration", - "details.group_name": "Group Name", - "details.member_count": "Member Count", - "details.creation_date": "Creation Date", + "details.owner-options": "Group Administration", + "details.group-name": "Group Name", + "details.member-count": "Member Count", + "details.creation-date": "Creation Date", "details.description": "Description", "details.member-post-cids": "Category IDs to display posts from", - "details.badge_preview": "Badge Preview", - "details.change_icon": "Change Icon", - "details.change_label_colour": "Change Label Colour", - "details.change_text_colour": "Change Text Colour", - "details.badge_text": "Badge Text", + "details.badge-preview": "Badge Preview", + "details.change-icon": "Change Icon", + "details.change-label-colour": "Change Label Colour", + "details.change-text-colour": "Change Text Colour", + "details.badge-text": "Badge Text", "details.userTitleEnabled": "Show Badge", - "details.private_help": "If enabled, joining of groups requires approval from a group owner", + "details.private-help": "If enabled, joining of groups requires approval from a group owner", "details.hidden": "Hidden", - "details.hidden_help": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", - "details.delete_group": "Delete Group", - "details.private_system_help": "Private groups is disabled at system level, this option does not do anything", + "details.hidden-help": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", + "details.delete-group": "Delete Group", + "details.private-system-help": "Private groups is disabled at system level, this option does not do anything", "event.updated": "Group details have been updated", "event.deleted": "The group \"%1\" has been deleted", "membership.accept-invitation": "Accept Invitation", - "membership.accept.notification_title": "You are now a member of %1", + "membership.accept.notification-title": "You are now a member of %1", "membership.invitation-pending": "Invitation Pending", "membership.join-group": "Join Group", "membership.leave-group": "Leave Group", - "membership.leave.notification_title": "%1 has left group %2", + "membership.leave.notification-title": "%1 has left group %2", "membership.reject": "Reject", - "new-group.group_name": "Group Name:", + "new-group.group-name": "Group Name:", "upload-group-cover": "Upload group cover", "bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group", "bulk-invite": "Bulk Invite", - "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" + "remove-group-cover-confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/sc/login.json b/public/language/sc/login.json index f58314c709..31d4be3dc5 100644 --- a/public/language/sc/login.json +++ b/public/language/sc/login.json @@ -1,12 +1,12 @@ { "username-email": "Username / Email", "username": "Username", - "remember_me": "Regorda·mi?", - "forgot_password": "Password Iscarèssida?", - "alternative_logins": "Intradas Alternativas", - "failed_login_attempt": "Login Unsuccessful", - "login_successful": "Ses intradu!", - "dont_have_account": "Don't have an account?", + "remember-me": "Regorda·mi?", + "forgot-password": "Password Iscarèssida?", + "alternative-logins": "Intradas Alternativas", + "failed-login-attempt": "Login Unsuccessful", + "login-successful": "Ses intradu!", + "dont-have-account": "Don't have an account?", "logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity", "caps-lock-enabled": "Caps Lock is enabled" } \ No newline at end of file diff --git a/public/language/sc/modules.json b/public/language/sc/modules.json index 9742cec1f5..1675ac1fb6 100644 --- a/public/language/sc/modules.json +++ b/public/language/sc/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "Room %1", - "chat.chatting_with": "Chat with", + "chat.chatting-with": "Chat with", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Go to most recent message", @@ -8,12 +8,15 @@ "chat.chat-with-usernames": "Chat with %1", "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Imbia", - "chat.no_active": "Non tenes tzarras ativas.", - "chat.user_typing": "%1 is typing ...", - "chat.user_has_messaged_you": "%1 has messaged you.", + "chat.no-active": "Non tenes tzarras ativas.", + "chat.user-typing-1": "%1 is typing ...", + "chat.user-typing-2": "%1 and %2 are typing ...", + "chat.user-typing-3": "%1, %2 and %3 are typing ...", + "chat.user-typing-n": "%1, %2 and %3 others are typing ...", + "chat.user-has-messaged-you": "%1 has messaged you.", "chat.replying-to": "Replying to %1", - "chat.see_all": "All chats", - "chat.mark_all_read": "Mark all read", + "chat.see-all": "All chats", + "chat.mark-all-read": "Mark all read", "chat.no-messages": "Please select a recipient to view chat message history", "chat.no-users-in-room": "No users in this room", "chat.recent-chats": "Recent Chats", @@ -24,12 +27,16 @@ "chat.pop-out": "Pop out chat", "chat.minimize": "Minimize", "chat.maximize": "Maximize", - "chat.seven_days": "7 Days", - "chat.thirty_days": "30 Days", - "chat.three_months": "3 Months", - "chat.delete_message_confirm": "Are you sure you wish to delete this message?", + "chat.seven-days": "7 Days", + "chat.thirty-days": "30 Days", + "chat.three-months": "3 Months", + "chat.delete-message-confirm": "Are you sure you wish to delete this message?", "chat.retrieving-users": "Retrieving users...", "chat.view-users-list": "View users list", + "chat.pinned-messages": "Pinned Messages", + "chat.no-pinned-messages": "There are no pinned messages", + "chat.pin-message": "Pin Message", + "chat.unpin-message": "Unpin Message", "chat.public-rooms": "Public Rooms (%1)", "chat.private-rooms": "Private Rooms (%1)", "chat.create-room": "Create Chat Room", @@ -67,17 +74,24 @@ "chat.system.user-leave": "%1 has left the room ", "chat.system.room-rename": "%2 has renamed this room to \"%1\" ", "composer.compose": "Compose", - "composer.show_preview": "Show Preview", - "composer.hide_preview": "Hide Preview", + "composer.show-preview": "Show Preview", + "composer.hide-preview": "Hide Preview", "composer.help": "Help", - "composer.user_said_in": "%1 said in %2:", - "composer.user_said": "%1 said:", + "composer.user-said-in": "%1 said in %2:", + "composer.user-said": "%1 said:", "composer.discard": "Are you sure you wish to discard this post?", - "composer.submit_and_lock": "Submit and Lock", - "composer.toggle_dropdown": "Toggle Dropdown", + "composer.submit-and-lock": "Submit and Lock", + "composer.toggle-dropdown": "Toggle Dropdown", "composer.uploading": "Uploading %1", "composer.formatting.bold": "Bold", "composer.formatting.italic": "Italic", + "composer.formatting.heading": "Heading", + "composer.formatting.heading1": "Heading 1", + "composer.formatting.heading2": "Heading 2", + "composer.formatting.heading3": "Heading 3", + "composer.formatting.heading4": "Heading 4", + "composer.formatting.heading5": "Heading 5", + "composer.formatting.heading6": "Heading 6", "composer.formatting.list": "List", "composer.formatting.strikethrough": "Strikethrough", "composer.formatting.code": "Code", @@ -85,9 +99,10 @@ "composer.formatting.picture": "Image Link", "composer.upload-picture": "Upload Image", "composer.upload-file": "Upload File", - "composer.zen_mode": "Zen Mode", - "composer.select_category": "Select a category", + "composer.zen-mode": "Zen Mode", + "composer.select-category": "Select a category", "composer.textarea.placeholder": "Enter your post content here, drag and drop images", + "composer.post-queue-alert": "Hello👋!
This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.", "composer.schedule-for": "Schedule topic for", "composer.schedule-date": "Date", "composer.schedule-time": "Time", @@ -102,8 +117,8 @@ "bootbox.confirm": "Confirm", "bootbox.submit": "Submit", "bootbox.send": "Send", - "cover.dragging_title": "Cover Photo Positioning", - "cover.dragging_message": "Drag the cover photo to the desired position and click \"Save\"", + "cover.dragging-title": "Cover Photo Positioning", + "cover.dragging-message": "Drag the cover photo to the desired position and click \"Save\"", "cover.saved": "Cover photo image and position saved", "thumbs.modal.title": "Manage topic thumbnails", "thumbs.modal.no-thumbs": "No thumbnails found.", diff --git a/public/language/sc/notifications.json b/public/language/sc/notifications.json index 88dde2325d..083c230ca5 100644 --- a/public/language/sc/notifications.json +++ b/public/language/sc/notifications.json @@ -1,59 +1,68 @@ { "title": "Notìficas", - "no_notifs": "Non tenes notìficas noas", - "see_all": "All notifications", - "mark_all_read": "Mark all read", - "back_to_home": "Back to %1", - "outgoing_link": "Acàpiu a Foras", - "outgoing_link_message": "You are now leaving %1", - "continue_to": "Continue to %1", - "return_to": "Return to %1", - "new_notification": "You have a new notification", - "you_have_unread_notifications": "You have unread notifications.", + "no-notifs": "Non tenes notìficas noas", + "see-all": "All notifications", + "mark-all-read": "Mark all read", + "back-to-home": "Back to %1", + "outgoing-link": "Acàpiu a Foras", + "outgoing-link-message": "You are now leaving %1", + "continue-to": "Continue to %1", + "return-to": "Return to %1", + "new-notification": "You have a new notification", + "you-have-unread-notifications": "You have unread notifications.", "all": "All", "topics": "Topics", + "tags": "Tags", "replies": "Replies", "chat": "Chats", "group-chat": "Group Chats", "public-chat": "Public Chats", "follows": "Follows", "upvote": "Upvotes", + "awards": "Awards", "new-flags": "New Flags", "my-flags": "Flags assigned to me", "bans": "Bans", - "new_message_from": "New message from %1", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1 has upvoted your post in %2.", - "upvoted_your_post_in_dual": "%1 and %2 have upvoted your post in %3.", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "%1 has moved your post to %2", - "moved_your_topic": "%1 has moved %2", - "user_flagged_post_in": "%1 flagged a post in %2", - "user_flagged_post_in_dual": "%1 and %2 flagged a post in %3", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1 flagged a user profile (%2)", - "user_flagged_user_dual": "%1 and %2 flagged a user profile (%3)", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "%1 has posted a reply to: %2", - "user_posted_to_dual": "%1 and %2 have posted replies to: %3", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1 has posted a new topic: %2", - "user_edited_post": "%1 has edited a post in %2", - "user_started_following_you": "%1 started following you.", - "user_started_following_you_dual": "%1 and %2 started following you.", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1 sent a registration request.", - "new_register_multiple": "There are %1 registration requests awaiting review.", - "flag_assigned_to_you": "Flag %1 has been assigned to you", - "post_awaiting_review": "Post awaiting review", + "new-message-from": "New message from %1", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 wrote in %3", + "user-posted-in-public-room-dual": "%1 and %2 wrote in %4", + "user-posted-in-public-room-triple": "%1, %2 and %3 wrote in %5", + "user-posted-in-public-room-multiple": "%1, %2 and %3 others wrote in %5", + "upvoted-your-post-in": "%1 has upvoted your post in %2.", + "upvoted-your-post-in-dual": "%1 and %2 have upvoted your post in %3.", + "upvoted-your-post-in-triple": "%1, %2 and %3 have upvoted your post in %4.", + "upvoted-your-post-in-multiple": "%1, %2 and %3 others have upvoted your post in %4.", + "moved-your-post": "%1 has moved your post to %2", + "moved-your-topic": "%1 has moved %2", + "user-flagged-post-in": "%1 flagged a post in %2", + "user-flagged-post-in-dual": "%1 and %2 flagged a post in %3", + "user-flagged-post-in-triple": "%1, %2 and %3 flagged a post in %4", + "user-flagged-post-in-multiple": "%1, %2 and %3 others flagged a post in %4", + "user-flagged-user": "%1 flagged a user profile (%2)", + "user-flagged-user-dual": "%1 and %2 flagged a user profile (%3)", + "user-flagged-user-triple": "%1, %2 and %3 flagged a user profile (%4)", + "user-flagged-user-multiple": "%1, %2 and %3 others flagged a user profile (%4)", + "user-posted-to": "%1 has posted a reply to: %2", + "user-posted-to-dual": "%1 and %2 have posted replies to: %3", + "user-posted-to-triple": "%1, %2 and %3 have posted replies to: %4", + "user-posted-to-multiple": "%1, %2 and %3 others have posted replies to: %4", + "user-posted-topic": "%1 has posted a new topic: %2", + "user-edited-post": "%1 has edited a post in %2", + "user-posted-topic-with-tag": "%1 has posted a new topic with tag %2", + "user-posted-topic-with-tag-dual": "%1 has posted a new topic with tags %2 and %3", + "user-posted-topic-with-tag-triple": "%1 has posted a new topic with tags %2, %3 and %4", + "user-posted-topic-with-tag-multiple": "%1 has posted a new topic with tags %2", + "user-started-following-you": "%1 started following you.", + "user-started-following-you-dual": "%1 and %2 started following you.", + "user-started-following-you-triple": "%1, %2 and %3 started following you.", + "user-started-following-you-multiple": "%1, %2 and %3 others started following you.", + "new-register": "%1 sent a registration request.", + "new-register-multiple": "There are %1 registration requests awaiting review.", + "flag-assigned-to-you": "Flag %1 has been assigned to you", + "post-awaiting-review": "Post awaiting review", "profile-exported": "%1 profile exported, click to download", "posts-exported": "%1 posts exported, click to download", "uploads-exported": "%1 uploads exported, click to download", @@ -66,22 +75,24 @@ "email-confirm-error-message": "There was a problem validating your email address. Perhaps the code was invalid or has expired.", "email-confirm-sent": "Confirmation email sent.", "none": "None", - "notification_only": "Notification Only", - "email_only": "Email Only", - "notification_and_email": "Notification & Email", - "notificationType_upvote": "When someone upvotes your post", - "notificationType_new-topic": "When someone you follow posts a topic", - "notificationType_new-reply": "When a new reply is posted in a topic you are watching", - "notificationType_post-edit": "When a post is edited in a topic you are watching", - "notificationType_follow": "When someone starts following you", - "notificationType_new-chat": "When you receive a chat message", - "notificationType_new-group-chat": "When you receive a group chat message", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "When you receive a group invite", - "notificationType_group-leave": "When a user leaves your group", - "notificationType_group-request-membership": "When someone requests to join a group you own", - "notificationType_new-register": "When someone gets added to registration queue", - "notificationType_post-queue": "When a new post is queued", - "notificationType_new-post-flag": "When a post is flagged", - "notificationType_new-user-flag": "When a user is flagged" + "notification-only": "Notification Only", + "email-only": "Email Only", + "notification-and-email": "Notification & Email", + "notificationType-upvote": "When someone upvotes your post", + "notificationType-new-topic": "When someone you follow posts a topic", + "notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow", + "notificationType-new-reply": "When a new reply is posted in a topic you are watching", + "notificationType-post-edit": "When a post is edited in a topic you are watching", + "notificationType-follow": "When someone starts following you", + "notificationType-new-chat": "When you receive a chat message", + "notificationType-new-group-chat": "When you receive a group chat message", + "notificationType-new-public-chat": "When you receive a public group chat message", + "notificationType-group-invite": "When you receive a group invite", + "notificationType-group-leave": "When a user leaves your group", + "notificationType-group-request-membership": "When someone requests to join a group you own", + "notificationType-new-register": "When someone gets added to registration queue", + "notificationType-post-queue": "When a new post is queued", + "notificationType-new-post-flag": "When a post is flagged", + "notificationType-new-user-flag": "When a user is flagged", + "notificationType-new-reward": "When you earn a new reward" } \ No newline at end of file diff --git a/public/language/sc/pages.json b/public/language/sc/pages.json index be4dcc1d02..717fae390b 100644 --- a/public/language/sc/pages.json +++ b/public/language/sc/pages.json @@ -47,7 +47,8 @@ "account/latest-posts": "Latest posts made by %1", "account/topics": "Topics created by %1", "account/groups": "%1's Groups", - "account/watched_categories": "%1's Watched Categories", + "account/watched-categories": "%1's Watched Categories", + "account/watched-tags": "%1's Watched Tags", "account/bookmarks": "%1's Bookmarked Posts", "account/settings": "User Settings", "account/settings-of": "Changing settings of %1", diff --git a/public/language/sc/recent.json b/public/language/sc/recent.json index 3aa62f21c5..c25a87fb62 100644 --- a/public/language/sc/recent.json +++ b/public/language/sc/recent.json @@ -5,7 +5,7 @@ "month": "Mese", "year": "Year", "alltime": "All Time", - "no_recent_topics": "Non bi sunt ùrtimas arresonadas.", - "no_popular_topics": "There are no popular topics.", + "no-recent-topics": "Non bi sunt ùrtimas arresonadas.", + "no-popular-topics": "There are no popular topics.", "load-new-posts": "Load new posts" } \ No newline at end of file diff --git a/public/language/sc/register.json b/public/language/sc/register.json index 92973b2054..516d5ed4ed 100644 --- a/public/language/sc/register.json +++ b/public/language/sc/register.json @@ -1,32 +1,32 @@ { "register": "Registra·ti", "already-have-account": "Already have an account?", - "cancel_registration": "Cancel Registration", + "cancel-registration": "Cancel Registration", "help.email": "S'email tua est cuada pro su pùblicu in manera predefinida.", - "help.username_restrictions": "Unu nùmene de impitadore ùnicu intre %1 e %2 caràtere. Is àteros t'ant a pòdere mentovare cun @nùmeneimpitadore.", - "help.minimum_password_length": "Sa password depet èssere a su mancu de %1 caràteres.", - "email_address": "Indiritzu Email", - "email_address_placeholder": "Pone s'Indiritzu Email", + "help.username-restrictions": "Unu nùmene de impitadore ùnicu intre %1 e %2 caràtere. Is àteros t'ant a pòdere mentovare cun @nùmeneimpitadore.", + "help.minimum-password-length": "Sa password depet èssere a su mancu de %1 caràteres.", + "email-address": "Indiritzu Email", + "email-address-placeholder": "Pone s'Indiritzu Email", "username": "Nùmene de Impitadore", - "username_placeholder": "Pone su Nùmene de Impitadore", + "username-placeholder": "Pone su Nùmene de Impitadore", "password": "Password", - "password_placeholder": "Pone sa Password", - "confirm_password": "Cunfirma Password", - "confirm_password_placeholder": "Cunfirma Password", - "register_now_button": "Registra·ti Immoe", - "alternative_registration": "Registratziones Alternativas", - "terms_of_use": "Tèrmines de Impreu", - "agree_to_terms_of_use": "So de acòrdiu cun is Tèrmines de Impreu", - "terms_of_use_error": "You must agree to the Terms of Use", + "password-placeholder": "Pone sa Password", + "confirm-password": "Cunfirma Password", + "confirm-password-placeholder": "Cunfirma Password", + "register-now-button": "Registra·ti Immoe", + "alternative-registration": "Registratziones Alternativas", + "terms-of-use": "Tèrmines de Impreu", + "agree-to-terms-of-use": "So de acòrdiu cun is Tèrmines de Impreu", + "terms-of-use-error": "You must agree to the Terms of Use", "registration-added-to-queue": "Your registration has been added to the approval queue. You will receive an email when it is accepted by an administrator.", "registration-queue-average-time": "Our average time for approving memberships is %1 hours %2 minutes.", "registration-queue-auto-approve-time": "Your membership to this forum will be fully activated in up to %1 hours.", "interstitial.intro": "We'd like some additional information in order to update your account…", "interstitial.intro-new": "We'd like some additional information before we can create your account…", "interstitial.errors-found": "Please review the entered information:", - "gdpr_agree_data": "I consent to the collection and processing of my personal information on this website.", - "gdpr_agree_email": "I consent to receive digest and notification emails from this website.", - "gdpr_consent_denied": "You must give consent to this site to collect/process your information, and to send you emails.", + "gdpr-agree-data": "I consent to the collection and processing of my personal information on this website.", + "gdpr-agree-email": "I consent to receive digest and notification emails from this website.", + "gdpr-consent-denied": "You must give consent to this site to collect/process your information, and to send you emails.", "invite.error-admin-only": "Direct user registration has been disabled. Please contact an administrator for more details.", "invite.error-invite-only": "Direct user registration has been disabled. You must be invited by an existing user in order to access this forum.", "invite.error-invalid-data": "The registration data received does not correspond to our records. Please contact an administrator for more details" diff --git a/public/language/sc/reset_password.json b/public/language/sc/reset_password.json index 605d67cc30..10e1e4c279 100644 --- a/public/language/sc/reset_password.json +++ b/public/language/sc/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "Torra a seberare sa Password", - "update_password": "Annoa Password", - "password_changed.title": "Password Mudada", - "password_changed.message": "

Password torrada a assentare, pro praghere torra a intrare.", - "wrong_reset_code.title": "Còdighe de Reset Non Bàlidu", - "wrong_reset_code.message": "Su còdighe pro torrare a assentare sa password chi amus retzidu est isballiadu. Pro praghere torra a provare, o pedi unu còdighe pro torrare a assentare sa password nou.", - "new_password": "Password Noa", - "repeat_password": "Cunfirma Password", - "changing_password": "Changing Password", - "enter_email": "Pro praghere pone s'indiritzu email tuo e t'amus a imbiare un'email cun is istrutziones pro torrare a assentare s'intrada tua.", - "enter_email_address": "Pone s'Indiritzu Email", - "password_reset_sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", - "invalid_email": "Email Non Bàlida / Email chi no esistit!", - "password_too_short": "The password entered is too short, please pick a different password.", - "passwords_do_not_match": "The two passwords you've entered do not match.", - "password_expired": "Your password has expired, please choose a new password" + "reset-password": "Torra a seberare sa Password", + "update-password": "Annoa Password", + "password-changed.title": "Password Mudada", + "password-changed.message": "

Password torrada a assentare, pro praghere torra a intrare.", + "wrong-reset-code.title": "Còdighe de Reset Non Bàlidu", + "wrong-reset-code.message": "Su còdighe pro torrare a assentare sa password chi amus retzidu est isballiadu. Pro praghere torra a provare, o pedi unu còdighe pro torrare a assentare sa password nou.", + "new-password": "Password Noa", + "repeat-password": "Cunfirma Password", + "changing-password": "Changing Password", + "enter-email": "Pro praghere pone s'indiritzu email tuo e t'amus a imbiare un'email cun is istrutziones pro torrare a assentare s'intrada tua.", + "enter-email-address": "Pone s'Indiritzu Email", + "password-reset-sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", + "invalid-email": "Email Non Bàlida / Email chi no esistit!", + "password-too-short": "The password entered is too short, please pick a different password.", + "passwords-do-not-match": "The two passwords you've entered do not match.", + "password-expired": "Your password has expired, please choose a new password" } \ No newline at end of file diff --git a/public/language/sc/rewards.json b/public/language/sc/rewards.json new file mode 100644 index 0000000000..f923cf1500 --- /dev/null +++ b/public/language/sc/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "You have been awarded %1 reputation", + "awarded-group-membership": "You have been added to the group %1", + + "essentials/user.reputation-conditional-value": "(Reputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Post Count %1 %2)", + "essentials/user.lastonline-conditional-value": "(Last Online %1 %2)", + "essentials/user.joindate-conditional-value": "(Join Date %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Days Registered %1 %2)" +} \ No newline at end of file diff --git a/public/language/sc/search.json b/public/language/sc/search.json index 158a2d8d4c..aba25b2345 100644 --- a/public/language/sc/search.json +++ b/public/language/sc/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Type to search", - "results_matching": "%1 result(s) matching \"%2\", (%3 seconds)", + "results-matching": "%1 result(s) matching \"%2\", (%3 seconds)", "no-matches": "No matches found", "advanced-search": "Advanced Search", "in": "In", diff --git a/public/language/sc/tags.json b/public/language/sc/tags.json index 9412cca1b4..90ad7bb354 100644 --- a/public/language/sc/tags.json +++ b/public/language/sc/tags.json @@ -1,11 +1,17 @@ { "all-tags": "All tags", - "no_tag_topics": "There are no topics with this tag.", + "no-tag-topics": "There are no topics with this tag.", "no-tags-found": "No tags found", "tags": "Tags", - "enter_tags_here": "Enter tags here, between %1 and %2 characters each.", - "enter_tags_here_short": "Enter tags...", - "no_tags": "There are no tags yet.", - "select_tags": "Select Tags", - "tag-whitelist": "Tag Whitelist" + "enter-tags-here": "Enter tags here, between %1 and %2 characters each.", + "enter-tags-here-short": "Enter tags...", + "no-tags": "There are no tags yet.", + "select-tags": "Select Tags", + "tag-whitelist": "Tag Whitelist", + "watching": "Watching", + "not-watching": "Not Watching", + "watching.description": "Notify me of new topics.", + "not-watching.description": "Do not notify me of new topics.", + "following-tag.message": "You will now be receiving notifications when somebody posts a topic with this tag.", + "not-following-tag.message": "You will not receive notifications when somebody posts a topic with this tag." } \ No newline at end of file diff --git a/public/language/sc/themes/harmony.json b/public/language/sc/themes/harmony.json index f915155306..5e0a65f946 100644 --- a/public/language/sc/themes/harmony.json +++ b/public/language/sc/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page", "settings.autohideBottombar": "Auto hide bottom bar", "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down", + "settings.openSidebars": "Open sidebars", "settings.chatModals": "Enable chat modals" } \ No newline at end of file diff --git a/public/language/sc/top.json b/public/language/sc/top.json index b8a05bfa5f..6e1e05674e 100644 --- a/public/language/sc/top.json +++ b/public/language/sc/top.json @@ -1,4 +1,4 @@ { "title": "Top", - "no_top_topics": "No top topics" + "no-top-topics": "No top topics" } \ No newline at end of file diff --git a/public/language/sc/topic.json b/public/language/sc/topic.json index a179e7ff4e..7bb193d560 100644 --- a/public/language/sc/topic.json +++ b/public/language/sc/topic.json @@ -1,20 +1,20 @@ { "topic": "Arresonada", "title": "Title", - "no_topics_found": "Peruna arresonada agatada!", - "no_posts_found": "Perunu arresonu agatadu!", - "post_is_deleted": "This post is deleted!", - "topic_is_deleted": "This topic is deleted!", + "no-topics-found": "Peruna arresonada agatada!", + "no-posts-found": "Perunu arresonu agatadu!", + "post-is-deleted": "This post is deleted!", + "topic-is-deleted": "This topic is deleted!", "profile": "Perfilu", - "posted_by": "Posted by %1", - "posted_by_guest": "Posted by Guest", + "posted-by": "Posted by %1", + "posted-by-guest": "Posted by Guest", "chat": "Tzarra", - "notify_me": "Imbia·mi notìficas pro is rispostas noas a custa arresonada", + "notify-me": "Imbia·mi notìficas pro is rispostas noas a custa arresonada", "quote": "Mèntova", "reply": "Risponde", - "replies_to_this_post": "%1 Replies", - "one_reply_to_this_post": "1 Reply", - "last_reply_time": "Last reply", + "replies-to-this-post": "%1 Replies", + "one-reply-to-this-post": "1 Reply", + "last-reply-time": "Last reply", "reply-as-topic": "Reply as topic", "guest-login-reply": "Log in to reply", "login-to-view": "🔒 Log in to view", @@ -64,129 +64,130 @@ "user-referenced-topic-on": "%1 referenced this topic on %3", "user-forked-topic-ago": "%1 forked this topic %3", "user-forked-topic-on": "%1 forked this topic on %3", - "bookmark_instructions": "Click here to return to the last read post in this thread.", + "bookmark-instructions": "Click here to return to the last read post in this thread.", "flag-post": "Flag this post", "flag-user": "Flag this user", "already-flagged": "Already Flagged", "view-flag-report": "View Flag Report", "resolve-flag": "Resolve Flag", - "merged_message": "This topic has been merged into %2", - "deleted_message": "This topic has been deleted. Only users with topic management privileges can see it.", - "following_topic.message": "As a retzire notìficas si calincunu pùblica in custa arresonada.", - "not_following_topic.message": "You will see this topic in the unread topics list, but you will not receive notifications when somebody posts to this topic.", - "ignoring_topic.message": "You will no longer see this topic in the unread topics list. You will be notified when you are mentioned or your post is up voted.", - "login_to_subscribe": "Pro praghere registra·ti o intra pro sutascrìere custa arresonada.", + "merged-message": "This topic has been merged into %2", + "forked-message": "This topic was forked from %2", + "deleted-message": "This topic has been deleted. Only users with topic management privileges can see it.", + "following-topic.message": "As a retzire notìficas si calincunu pùblica in custa arresonada.", + "not-following-topic.message": "You will see this topic in the unread topics list, but you will not receive notifications when somebody posts to this topic.", + "ignoring-topic.message": "You will no longer see this topic in the unread topics list. You will be notified when you are mentioned or your post is up voted.", + "login-to-subscribe": "Pro praghere registra·ti o intra pro sutascrìere custa arresonada.", "markAsUnreadForAll.success": "Arresonada marcada comente de lèghere pro totus.", - "mark_unread": "Mark unread", - "mark_unread.success": "Topic marked as unread.", + "mark-unread": "Mark unread", + "mark-unread.success": "Topic marked as unread.", "watch": "Càstia", "unwatch": "Unwatch", "watch.title": "Be notified of new replies in this topic", "unwatch.title": "Stop watching this topic", - "share_this_post": "Cumpartzi custu Arresonu", + "share-this-post": "Cumpartzi custu Arresonu", "watching": "Watching", "not-watching": "Not Watching", "ignoring": "Ignoring", "watching.description": "Notify me of new replies.
Show topic in unread.", "not-watching.description": "Do not notify me of new replies.
Show topic in unread if category is not ignored.", "ignoring.description": "Do not notify me of new replies.
Do not show topic in unread.", - "thread_tools.title": "Topic Tools", - "thread_tools.markAsUnreadForAll": "Mark Unread For All", - "thread_tools.pin": "Pone in evidèntzia s'Arresonda", - "thread_tools.unpin": "Boga dae s'Evidèntzia s'Arresonasa", - "thread_tools.lock": "Bloca Arresonada", - "thread_tools.unlock": "Isbloca Arresonada", - "thread_tools.move": "Move Arresonada", - "thread_tools.move-posts": "Move Posts", - "thread_tools.move_all": "Move All", - "thread_tools.change_owner": "Change Owner", - "thread_tools.select_category": "Select Category", - "thread_tools.fork": "Partzi Arresonada", - "thread_tools.tag": "Tag Topic", - "thread_tools.delete": "Cantzella Arresonada", - "thread_tools.delete-posts": "Delete Posts", - "thread_tools.delete_confirm": "Are you sure you want to delete this topic?", - "thread_tools.restore": "Torra a s'Arresonada Allogada", - "thread_tools.restore_confirm": "Are you sure you want to restore this topic?", - "thread_tools.purge": "Purge Topic", - "thread_tools.purge_confirm": "Are you sure you want to purge this topic?", - "thread_tools.merge_topics": "Merge Topics", - "thread_tools.merge": "Merge Topic", - "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_undone": "Topic move undone", - "topic_move_posts_success": "Posts will be moved shortly. Click here to undo.", - "topic_move_posts_undone": "Post move undone", - "post_delete_confirm": "Are you sure you want to delete this post?", - "post_restore_confirm": "Are you sure you want to restore this post?", - "post_purge_confirm": "Are you sure you want to purge this post?", + "thread-tools.title": "Topic Tools", + "thread-tools.markAsUnreadForAll": "Mark Unread For All", + "thread-tools.pin": "Pone in evidèntzia s'Arresonda", + "thread-tools.unpin": "Boga dae s'Evidèntzia s'Arresonasa", + "thread-tools.lock": "Bloca Arresonada", + "thread-tools.unlock": "Isbloca Arresonada", + "thread-tools.move": "Move Arresonada", + "thread-tools.move-posts": "Move Posts", + "thread-tools.move-all": "Move All", + "thread-tools.change-owner": "Change Owner", + "thread-tools.select-category": "Select Category", + "thread-tools.fork": "Partzi Arresonada", + "thread-tools.tag": "Tag Topic", + "thread-tools.delete": "Cantzella Arresonada", + "thread-tools.delete-posts": "Delete Posts", + "thread-tools.delete-confirm": "Are you sure you want to delete this topic?", + "thread-tools.restore": "Torra a s'Arresonada Allogada", + "thread-tools.restore-confirm": "Are you sure you want to restore this topic?", + "thread-tools.purge": "Purge Topic", + "thread-tools.purge-confirm": "Are you sure you want to purge this topic?", + "thread-tools.merge-topics": "Merge Topics", + "thread-tools.merge": "Merge Topic", + "topic-move-success": "This topic will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-multiple-success": "These topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-all-success": "All topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-undone": "Topic move undone", + "topic-move-posts-success": "Posts will be moved shortly. Click here to undo.", + "topic-move-posts-undone": "Post move undone", + "post-delete-confirm": "Are you sure you want to delete this post?", + "post-restore-confirm": "Are you sure you want to restore this post?", + "post-purge-confirm": "Are you sure you want to purge this post?", "pin-modal-expiry": "Expiration Date", "pin-modal-help": "You can optionally set an expiration date for the pinned topic(s) here. Alternatively, you can leave this field blank to have the topic stay pinned until it is manually unpinned.", - "load_categories": "Carrighende Crezes", - "confirm_move": "Move", - "confirm_fork": "Partzi", + "load-categories": "Carrighende Crezes", + "confirm-move": "Move", + "confirm-fork": "Partzi", "bookmark": "Bookmark", "bookmarks": "Bookmarks", - "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.", + "bookmarks.has-no-bookmarks": "You haven't bookmarked any posts yet.", "copy-permalink": "Copy Permalink", - "loading_more_posts": "Càrriga Prus Arresonos", - "move_topic": "Move Arresonada", - "move_topics": "Move Topics", - "move_post": "Move Arresonu", - "post_moved": "Post moved!", - "fork_topic": "Partzi Arresonada", + "loading-more-posts": "Càrriga Prus Arresonos", + "move-topic": "Move Arresonada", + "move-topics": "Move Topics", + "move-post": "Move Arresonu", + "post-moved": "Post moved!", + "fork-topic": "Partzi Arresonada", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", - "fork_no_pids": "Perunu arresonu seberadu!", + "fork-topic-instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", + "fork-no-pids": "Perunu arresonu seberadu!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", "x-posts-will-be-moved-to-y": "%1 post(s) will be moved to \"%2\"", - "fork_pid_count": "%1 post(s) selected", - "fork_success": "Successfully forked topic! Click here to go to the forked topic.", - "delete_posts_instruction": "Click the posts you want to delete/purge", - "merge_topics_instruction": "Click the topics you want to merge or search for them", + "fork-pid-count": "%1 post(s) selected", + "fork-success": "Successfully forked topic! Click here to go to the forked topic.", + "delete-posts-instruction": "Click the posts you want to delete/purge", + "merge-topics-instruction": "Click the topics you want to merge or search for them", "merge-topic-list-title": "List of topics to be merged", "merge-options": "Merge options", "merge-select-main-topic": "Select the main topic", "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", - "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", - "move_topic_instruction": "Select the target category and then click move", - "change_owner_instruction": "Click the posts you want to assign to another user", - "composer.title_placeholder": "Pone su tìtulu de s'arresonada inoghe...", - "composer.handle_placeholder": "Enter your name/handle here", + "move-posts-instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move-topic-instruction": "Select the target category and then click move", + "change-owner-instruction": "Click the posts you want to assign to another user", + "composer.title-placeholder": "Pone su tìtulu de s'arresonada inoghe...", + "composer.handle-placeholder": "Enter your name/handle here", "composer.hide": "Hide", "composer.discard": "Lassa a Pèrdere", "composer.submit": "Imbia", "composer.additional-options": "Additional Options", "composer.post-later": "Post Later", "composer.schedule": "Schedule", - "composer.replying_to": "Replying to %1", - "composer.new_topic": "Arresonada Noa", + "composer.replying-to": "Replying to %1", + "composer.new-topic": "Arresonada Noa", "composer.editing-in": "Editing post in %1", "composer.uploading": "carrighende...", - "composer.thumb_url_label": "Apodda unu URL cun un'immàgine pro s'arresonada", - "composer.thumb_title": "Annanghe un'immàgine pitica a custa arresonada", - "composer.thumb_url_placeholder": "http://example.com/thumb.png", - "composer.thumb_file_label": "O càrriga unu file", - "composer.thumb_remove": "Lìmpia is datos", - "composer.drag_and_drop_images": "Tràsina Immàgines Inoghe", - "more_users_and_guests": "%1 more user(s) and %2 guest(s)", - "more_users": "%1 more user(s)", - "more_guests": "%1 more guest(s)", - "users_and_others": "%1 and %2 others", - "sort_by": "Sort by", - "oldest_to_newest": "Oldest to Newest", - "newest_to_oldest": "Newest to Oldest", - "most_votes": "Most Votes", - "most_posts": "Most Posts", - "most_views": "Most Views", + "composer.thumb-url-label": "Apodda unu URL cun un'immàgine pro s'arresonada", + "composer.thumb-title": "Annanghe un'immàgine pitica a custa arresonada", + "composer.thumb-url-placeholder": "http://example.com/thumb.png", + "composer.thumb-file-label": "O càrriga unu file", + "composer.thumb-remove": "Lìmpia is datos", + "composer.drag-and-drop-images": "Tràsina Immàgines Inoghe", + "more-users-and-guests": "%1 more user(s) and %2 guest(s)", + "more-users": "%1 more user(s)", + "more-guests": "%1 more guest(s)", + "users-and-others": "%1 and %2 others", + "sort-by": "Sort by", + "oldest-to-newest": "Oldest to Newest", + "newest-to-oldest": "Newest to Oldest", + "most-votes": "Most Votes", + "most-posts": "Most Posts", + "most-views": "Most Views", "stale.title": "Create new topic instead?", "stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?", "stale.create": "Create a new topic", - "stale.reply_anyway": "Reply to this topic anyway", - "link_back": "Re: [%1](%2)", + "stale.reply-anyway": "Reply to this topic anyway", + "link-back": "Re: [%1](%2)", "diffs.title": "Post Edit History", "diffs.description": "This post has %1 revisions. Click one of the revisions below to see the post content at that point in time.", "diffs.no-revisions-description": "This post has %1 revisions.", @@ -197,8 +198,8 @@ "diffs.post-restored": "Post successfully restored to earlier revision", "diffs.delete": "Delete this revision", "diffs.deleted": "Revision deleted", - "timeago_later": "%1 later", - "timeago_earlier": "%1 earlier", + "timeago-later": "%1 later", + "timeago-earlier": "%1 earlier", "first-post": "First post", "last-post": "Last post", "go-to-my-next-post": "Go to my next post", diff --git a/public/language/sc/unread.json b/public/language/sc/unread.json index c3a876f0c0..0dc7ae4fe5 100644 --- a/public/language/sc/unread.json +++ b/public/language/sc/unread.json @@ -1,12 +1,12 @@ { "title": "De Lèghere", - "no_unread_topics": "Non bi sunt arresonadas de lèghere.", - "load_more": "Càrriga de Prus", - "mark_as_read": "Mark as Read", + "no-unread-topics": "Non bi sunt arresonadas de lèghere.", + "load-more": "Càrriga de Prus", + "mark-as-read": "Mark as Read", "selected": "Selected", "all": "All", - "all_categories": "All categories", - "topics_marked_as_read.success": "Topics marked as read!", + "all-categories": "All categories", + "topics-marked-as-read.success": "Topics marked as read!", "all-topics": "All Topics", "new-topics": "New Topics", "watched-topics": "Watched Topics", diff --git a/public/language/sc/user.json b/public/language/sc/user.json index 533fb3e63d..93fb3805f8 100644 --- a/public/language/sc/user.json +++ b/public/language/sc/user.json @@ -7,22 +7,22 @@ "joindate": "Join Date", "postcount": "Post Count", "email": "Email", - "confirm_email": "Confirm Email", - "account_info": "Account Info", - "admin_actions_label": "Administrative Actions", - "ban_account": "Ban Account", - "ban_account_confirm": "Do you really want to ban this user?", - "unban_account": "Unban Account", - "mute_account": "Mute Account", - "unmute_account": "Unmute Account", - "delete_account": "Delete Account", - "delete_account_as_admin": "Delete Account", - "delete_content": "Delete Account Content", - "delete_all": "Delete Account and Content", - "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", - "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", - "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", - "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "confirm-email": "Confirm Email", + "account-info": "Account Info", + "admin-actions-label": "Administrative Actions", + "ban-account": "Ban Account", + "ban-account-confirm": "Do you really want to ban this user?", + "unban-account": "Unban Account", + "mute-account": "Mute Account", + "unmute-account": "Unmute Account", + "delete-account": "Delete Account", + "delete-account-as-admin": "Delete Account", + "delete-content": "Delete Account Content", + "delete-all": "Delete Account and Content", + "delete-account-confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", + "delete-this-account-confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", + "delete-account-content-confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "delete-all-confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", "account-deleted": "Account deleted", "account-content-deleted": "Account content deleted", "fullname": "Nùmene e Sambenadu", @@ -32,11 +32,12 @@ "joined": "intradu", "lastonline": "Ùrtimu Collegamentu", "profile": "Perfilu", - "profile_views": "Bìsitas a su perfilu", + "profile-views": "Bìsitas a su perfilu", "reputation": "Nodidos", "bookmarks": "Bookmarks", - "watched_categories": "Watched categories", - "change_all": "Change All", + "watched-categories": "Watched categories", + "watched-tags": "Watched tags", + "change-all": "Change All", "watched": "Watched", "ignored": "Ignored", "default-category-watch-state": "Default category watch state", @@ -44,83 +45,84 @@ "following": "Sighende", "blocks": "Blocks", "blocked-users": "Blocked users", - "block_toggle": "Toggle Block", - "block_user": "Block User", - "unblock_user": "Unblock User", + "block-toggle": "Toggle Block", + "block-user": "Block User", + "unblock-user": "Unblock User", "aboutme": "About me", "signature": "Firma", "birthday": "Cumpleannu", "chat": "Tzarra", - "chat_with": "Continue chat with %1", - "new_chat_with": "Start new chat with %1", + "chat-with": "Continue chat with %1", + "new-chat-with": "Start new chat with %1", "flag-profile": "Flag Profile", "follow": "Sighi", "unfollow": "Non sighes prus", "more": "More", - "profile_update_success": "Profile has been updated successfully!", - "change_picture": "Muda Immàgine", - "change_username": "Change Username", - "change_email": "Change Email", - "email_same_as_password": "Please enter your current password to continue – you've entered your new email again", + "profile-update-success": "Profile has been updated successfully!", + "change-picture": "Muda Immàgine", + "change-username": "Change Username", + "change-email": "Change Email", + "email-updated": "Email Updated", + "email-same-as-password": "Please enter your current password to continue – you've entered your new email again", "edit": "Acontza", "edit-profile": "Edit Profile", - "default_picture": "Default Icon", - "uploaded_picture": "Immàgine Carrigada", - "upload_new_picture": "Càrriga Immàgine Noa", - "upload_new_picture_from_url": "Upload New Picture From URL", - "current_password": "Password Presente", - "new_password": "New Password", - "change_password": "Muda Password", - "change_password_error": "Invalid Password!", - "change_password_error_wrong_current": "Your current password is not correct!", - "change_password_error_match": "Passwords must match!", - "change_password_error_privileges": "You do not have the rights to change this password.", - "change_password_success": "Your password is updated!", - "confirm_password": "Cunfirma Password", + "default-picture": "Default Icon", + "uploaded-picture": "Immàgine Carrigada", + "upload-new-picture": "Càrriga Immàgine Noa", + "upload-new-picture-from-url": "Upload New Picture From URL", + "current-password": "Password Presente", + "new-password": "New Password", + "change-password": "Muda Password", + "change-password-error": "Invalid Password!", + "change-password-error-wrong-current": "Your current password is not correct!", + "change-password-error-match": "Passwords must match!", + "change-password-error-privileges": "You do not have the rights to change this password.", + "change-password-success": "Your password is updated!", + "confirm-password": "Cunfirma Password", "password": "Password", - "username_taken_workaround": "The username you requested was already taken, so we have altered it slightly. You are now known as %1", - "password_same_as_username": "Your password is the same as your username, please select another password.", - "password_same_as_email": "Your password is the same as your email, please select another password.", - "weak_password": "Weak password.", - "upload_picture": "Càrriga immàgine", - "upload_a_picture": "Càrriga un'immàgine", - "remove_uploaded_picture": "Remove Uploaded Picture", - "upload_cover_picture": "Upload cover picture", - "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", - "crop_picture": "Crop picture", - "upload_cropped_picture": "Crop and upload", + "username-taken-workaround": "The username you requested was already taken, so we have altered it slightly. You are now known as %1", + "password-same-as-username": "Your password is the same as your username, please select another password.", + "password-same-as-email": "Your password is the same as your email, please select another password.", + "weak-password": "Weak password.", + "upload-picture": "Càrriga immàgine", + "upload-a-picture": "Càrriga un'immàgine", + "remove-uploaded-picture": "Remove Uploaded Picture", + "upload-cover-picture": "Upload cover picture", + "remove-cover-picture-confirm": "Are you sure you want to remove the cover picture?", + "crop-picture": "Crop picture", + "upload-cropped-picture": "Crop and upload", "avatar-background-colour": "Avatar background colour", "settings": "Sèberos", - "show_email": "Ammustra s'Email Mia", - "show_fullname": "Show My Full Name", - "restrict_chats": "Only allow chat messages from users I follow", - "digest_label": "Subscribe to Digest", - "digest_description": "Subscribe to email updates for this forum (new notifications and topics) according to a set schedule", - "digest_off": "Off", - "digest_daily": "Daily", - "digest_weekly": "Weekly", - "digest_biweekly": "Bi-Weekly", - "digest_monthly": "Monthly", - "has_no_follower": "Custu impitadore non tenet perunu sighidore :(", - "follows_no_one": "Custu impitadore no est sighende nissunu :(", - "has_no_posts": "This user hasn't posted anything yet.", - "has_no_best_posts": "This user does not have any upvoted posts yet.", - "has_no_topics": "This user hasn't posted any topics yet.", - "has_no_watched_topics": "This user hasn't watched any topics yet.", - "has_no_ignored_topics": "This user hasn't ignored any topics yet.", - "has_no_upvoted_posts": "This user hasn't upvoted any posts yet.", - "has_no_downvoted_posts": "This user hasn't downvoted any posts yet.", - "has_no_controversial_posts": "This user does not have any downvoted posts yet.", - "has_no_blocks": "You have blocked no users.", - "email_hidden": "Email Cuada", + "show-email": "Ammustra s'Email Mia", + "show-fullname": "Show My Full Name", + "restrict-chats": "Only allow chat messages from users I follow", + "digest-label": "Subscribe to Digest", + "digest-description": "Subscribe to email updates for this forum (new notifications and topics) according to a set schedule", + "digest-off": "Off", + "digest-daily": "Daily", + "digest-weekly": "Weekly", + "digest-biweekly": "Bi-Weekly", + "digest-monthly": "Monthly", + "has-no-follower": "Custu impitadore non tenet perunu sighidore :(", + "follows-no-one": "Custu impitadore no est sighende nissunu :(", + "has-no-posts": "This user hasn't posted anything yet.", + "has-no-best-posts": "This user does not have any upvoted posts yet.", + "has-no-topics": "This user hasn't posted any topics yet.", + "has-no-watched-topics": "This user hasn't watched any topics yet.", + "has-no-ignored-topics": "This user hasn't ignored any topics yet.", + "has-no-upvoted-posts": "This user hasn't upvoted any posts yet.", + "has-no-downvoted-posts": "This user hasn't downvoted any posts yet.", + "has-no-controversial-posts": "This user does not have any downvoted posts yet.", + "has-no-blocks": "You have blocked no users.", + "email-hidden": "Email Cuada", "hidden": "cuadu", - "paginate_description": "Paginate topics and posts instead of using infinite scroll", - "topics_per_page": "Arresonadas pro Pàgina", - "posts_per_page": "Arresonos pro Pàgina", + "paginate-description": "Paginate topics and posts instead of using infinite scroll", + "topics-per-page": "Arresonadas pro Pàgina", + "posts-per-page": "Arresonos pro Pàgina", "category-topic-sort": "Category topic sort", "topic-post-sort": "Topic post sort", - "max_items_per_page": "Maximum %1", - "acp_language": "Admin Page Language", + "max-items-per-page": "Maximum %1", + "acp-language": "Admin Page Language", "notifications": "Notifications", "upvote-notif-freq": "Upvote Notification Frequency", "upvote-notif-freq.all": "All Upvotes", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "On 10, 100, 1000...", "upvote-notif-freq.disabled": "Disabled", "browsing": "Browsing Settings", - "open_links_in_new_tab": "Open outgoing links in new tab", - "enable_topic_searching": "Enable In-Topic Searching", - "topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen", - "update_url_with_post_index": "Update url with post index while browsing topics", - "scroll_to_my_post": "After posting a reply, show the new post", - "follow_topics_you_reply_to": "Watch topics that you reply to", - "follow_topics_you_create": "Watch topics you create", + "open-links-in-new-tab": "Open outgoing links in new tab", + "enable-topic-searching": "Enable In-Topic Searching", + "topic-search-help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen", + "update-url-with-post-index": "Update url with post index while browsing topics", + "scroll-to-my-post": "After posting a reply, show the new post", + "follow-topics-you-reply-to": "Watch topics that you reply to", + "follow-topics-you-create": "Watch topics you create", "grouptitle": "Group Title", "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "No group title", @@ -145,9 +147,9 @@ "no-skin": "No Skin", "select-homepage": "Select a Homepage", "homepage": "Homepage", - "homepage_description": "Select a page to use as the forum homepage or 'None' to use the default homepage.", - "custom_route": "Custom Homepage Route", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", + "homepage-description": "Select a page to use as the forum homepage or 'None' to use the default homepage.", + "custom-route": "Custom Homepage Route", + "custom-route-help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Single Sign-on Services", "sso.associated": "Associated with", "sso.not-associated": "Click here to associate with", @@ -179,25 +181,25 @@ "consent.title": "Your Rights & Consent", "consent.lead": "This community forum collects and processes your personal information.", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", - "consent.email_intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", - "consent.digest_frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", - "consent.digest_off": "Unless explicitly changed in your user settings, this community does not send out email digests", + "consent.email-intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", + "consent.digest-frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", + "consent.digest-off": "Unless explicitly changed in your user settings, this community does not send out email digests", "consent.received": "You have provided consent for this website to collect and process your information. No additional action is required.", - "consent.not_received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", + "consent.not-received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", "consent.give": "Give consent", - "consent.right_of_access": "You have the Right of Access", - "consent.right_of_access_description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", - "consent.right_to_rectification": "You have the Right to Rectification", - "consent.right_to_rectification_description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", - "consent.right_to_erasure": "You have the Right to Erasure", - "consent.right_to_erasure_description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", - "consent.right_to_data_portability": "You have the Right to Data Portability", - "consent.right_to_data_portability_description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", - "consent.export_profile": "Export Profile (.json)", + "consent.right-of-access": "You have the Right of Access", + "consent.right-of-access-description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", + "consent.right-to-rectification": "You have the Right to Rectification", + "consent.right-to-rectification-description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", + "consent.right-to-erasure": "You have the Right to Erasure", + "consent.right-to-erasure-description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", + "consent.right-to-data-portability": "You have the Right to Data Portability", + "consent.right-to-data-portability-description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", + "consent.export-profile": "Export Profile (.json)", "consent.export-profile-success": "Exporting profile, you will get a notification when it is complete.", - "consent.export_uploads": "Export Uploaded Content (.zip)", + "consent.export-uploads": "Export Uploaded Content (.zip)", "consent.export-uploads-success": "Exporting uploads, you will get a notification when it is complete.", - "consent.export_posts": "Export Posts (.csv)", + "consent.export-posts": "Export Posts (.csv)", "consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.", "emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.", "emailUpdate.optional": "This field is optional. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.", diff --git a/public/language/sc/users.json b/public/language/sc/users.json index 062efcb755..035176aa4d 100644 --- a/public/language/sc/users.json +++ b/public/language/sc/users.json @@ -1,13 +1,13 @@ { "all-users": "All Users", - "latest_users": "Ùrtimos Impitadores", - "top_posters": "Prus Ativos", - "most_reputation": "Prus Famados", - "most_flags": "Most Flags", + "latest-users": "Ùrtimos Impitadores", + "top-posters": "Prus Ativos", + "most-reputation": "Prus Famados", + "most-flags": "Most Flags", "search": "Chirca", - "enter_username": "Pone unu nùmene de impitadore de chircare", + "enter-username": "Pone unu nùmene de impitadore de chircare", "search-user-for-chat": "Search for a user to start chat", - "load_more": "Càrriga de prus", + "load-more": "Càrriga de prus", "users-found-search-took": "%1 user(s) found! Search took %2 seconds.", "filter-by": "Filter By", "online-only": "Online only", @@ -15,10 +15,10 @@ "prompt-email": "Emails:", "groups-to-join": "Groups to be joined when invite is accepted:", "invitation-email-sent": "An invitation email has been sent to %1", - "user_list": "User List", - "recent_topics": "Recent Topics", - "popular_topics": "Popular Topics", - "unread_topics": "Unread Topics", + "user-list": "User List", + "recent-topics": "Recent Topics", + "popular-topics": "Popular Topics", + "unread-topics": "Unread Topics", "categories": "Categories", "tags": "Tags", "no-users-found": "No users found!" diff --git a/public/language/sk/admin/advanced/database.json b/public/language/sk/admin/advanced/database.json index 2e2391c890..4064ed12d5 100644 --- a/public/language/sk/admin/advanced/database.json +++ b/public/language/sk/admin/advanced/database.json @@ -17,7 +17,7 @@ "mongo.file-size": "Veľkosť súboru", "mongo.resident-memory": "Rezidentná pamäť", "mongo.virtual-memory": "Virtuálna pamäť", - "mongo.mapped-memory": "Namapovaná pamäť", + "mongo.mapped-memory": "Mapped Memory", "mongo.bytes-in": "Bytes In", "mongo.bytes-out": "Bytes Out", "mongo.num-requests": "Number of Requests", diff --git a/public/language/sk/admin/advanced/events.json b/public/language/sk/admin/advanced/events.json index 7f68cdf8bf..dd57fa95a9 100644 --- a/public/language/sk/admin/advanced/events.json +++ b/public/language/sk/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "Event Type", "filter-start": "Start Date", "filter-end": "End Date", - "filter-perPage": "Per Page" + "filter-per-page": "Per Page" } \ No newline at end of file diff --git a/public/language/sk/admin/extend/widgets.json b/public/language/sk/admin/extend/widgets.json index 1e0e68db70..fdb09c542c 100644 --- a/public/language/sk/admin/extend/widgets.json +++ b/public/language/sk/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "No widgets found! Activate the widget essentials plugin in the plugins control panel.", "clone-from": "Okopírovať miniaplikácie z", "containers.available": "Dostupné moduly", - "containers.explanation": "Presuňte na akúkoľvek aktívnu miniaplikáciu", + "containers.explanation": "Drag and drop on top of any widget", "containers.none": "Nič", "container.well": "Well", "container.jumbotron": "Jumbotron", @@ -29,5 +29,7 @@ "hide-from-groups": "Hide from groups", "start-date": "Start date", "end-date": "End date", - "hide-on-mobile": "Hide on mobile" + "hide-on-mobile": "Hide on mobile", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/sk/admin/manage/privileges.json b/public/language/sk/admin/manage/privileges.json index a31cd91cac..59f3265420 100644 --- a/public/language/sk/admin/manage/privileges.json +++ b/public/language/sk/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "Edit Privileges", "select-clear-all": "Select/Clear All", "chat": "Konverzácia", + "chat-with-privileged": "Chat with Privileged", "upload-images": "Nahrať obrázky", "upload-files": "Nahrať súbory", "signature": "Podpis", @@ -33,7 +34,7 @@ "edit-posts": "Upraviť príspevky", "view-edit-history": "Zobraziť históriu úprav", "delete-posts": "Odstrániť príspevky", - "view_deleted": "Zobraziť odstránené príspevky", + "view-deleted": "Zobraziť odstránené príspevky", "upvote-posts": "Súhlasné príspevky", "downvote-posts": "Nesúhlasné príspevky", "delete-topics": "Odstrániť témy", diff --git a/public/language/sk/admin/manage/users.json b/public/language/sk/admin/manage/users.json index d6493bbf0a..59aa33d56b 100644 --- a/public/language/sk/admin/manage/users.json +++ b/public/language/sk/admin/manage/users.json @@ -4,16 +4,21 @@ "edit": "Actions", "make-admin": "Urobiť správcom", "remove-admin": "Odobrať správcu", + "change-email": "Change Email", + "new-email": "New Email", "validate-email": "Overiť e-mail", "send-validation-email": "Poslať overovací e-mail", + "change-password": "Change Password", "password-reset-email": "Poslať e-mail k obnove hesla", "force-password-reset": "Force Password Reset & Log User Out", - "ban": "Zablokovať používateľa(ov)", + "ban": "Ban", + "ban-users": "Ban User(s)", "temp-ban": "Dočasne zablokovať používateľa(ov)", "unban": "Zrušiť zákaz používateľa", "reset-lockout": "Obnoviť uzamknutie", "reset-flags": "Obnoviť označenia", - "delete": "Delete User(s)", + "delete": "Delete", + "delete-users": "Delete User(s)", "delete-content": "Delete User(s) Content", "purge": "Delete User(s) and Content", "download-csv": "Stiahnuť ako CSV", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "Zakázať %1 používateľa.", "alerts.unban-success": "Zablokovanie používateľa bolo zrušené!", "alerts.lockout-reset-success": "Uzamknutie bolo obnovené!", + "alerts.password-change-success": "Password(s) changed!", "alerts.flag-reset-success": "Príznak(y) boli obnovené!", "alerts.no-remove-yourself-admin": "Seba samého ako správcu nemôžete odstrániť!", "alerts.make-admin-success": "Používateľ je odteraz správcom", @@ -106,6 +112,7 @@ "alerts.create": "Vytvoriť používateľa", "alerts.button-create": "Vytvoriť", "alerts.button-cancel": "Zrušiť", + "alerts.button-change": "Change", "alerts.error-passwords-different": "Hesla musia byť zhodné!", "alerts.error-x": "Chyba

%1

", "alerts.create-success": "Používateľ bol vytvorený!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "Emails: ", "alerts.email-sent-to": "E-mail s pozvánkou bol odoslaný na %1", "alerts.x-users-found": "%1 user(s) found, (%2 seconds)", + "alerts.select-a-single-user-to-change-email": "Select a single user to change email", "export-users-started": "Exporting users as csv, this might take a while. You will receive a notification when it is complete.", - "export-users-completed": "Users exported as csv, click here to download." + "export-users-completed": "Users exported as csv, click here to download.", + "email": "Email", + "password": "Password", + "manage": "Manage" } \ No newline at end of file diff --git a/public/language/sk/admin/settings/chat.json b/public/language/sk/admin/settings/chat.json index 4ba4b96ed5..6dbe11a643 100644 --- a/public/language/sk/admin/settings/chat.json +++ b/public/language/sk/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "Enter 0 to disable this restriction", "chat-settings": "Nastavenia konverzácie", "disable": "Zakázať konverzáciu", "disable-editing": "Zakázať upravenie/odstránenie konverzačnej správy", @@ -6,8 +7,10 @@ "max-length": "Maximálna dĺžka konverzačnej správy", "max-chat-room-name-length": "Maximum length of chat room names", "max-room-size": "Maximálny počet používateľov v konverzačnej miestnosti", - "delay": "Čas medzi konverzačnými správami v milisekundách", - "notification-delay": "Notification delay for chat messages. (0 for no delay)", - "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable. (0 disabled)", - "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable. (0 disabled)" + "delay": "Time between chat messages (ms)", + "newbieDelay": "... for new users (ms)", + "notification-delay": "Notification delay for chat messages", + "notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.", + "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.", + "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable." } \ No newline at end of file diff --git a/public/language/sk/admin/settings/post.json b/public/language/sk/admin/settings/post.json index 97e22a4688..8573b4d096 100644 --- a/public/language/sk/admin/settings/post.json +++ b/public/language/sk/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "Title Length", "restrictions.post-length": "Post Length", "restrictions.days-until-stale": "Počet dní, než je téma považovaná za neaktuálnu", - "restrictions.stale-help": "Ak je téma považovaná za „staré” používateľovi sa zobrazí oznámenie pri pokuse o pridanie odpovede.", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "Časový odtlačok", "timestamp.cut-off": "Dátum ukončenia (v dňoch)", "timestamp.cut-off-help": "Dátum a čas bude zobrazený relatívne (t.j. „pred 3 hodinami“ / „pred 5 dňami“), a podľa tohto lokalizovaný do rôznych\n\t\t\t\t\tjazykov. Za určitých okolností, môže byť tento text prepnutý na lokalizovaný dátum\n\t\t\t\t\t(t.j. 5 Nov 2017 15:30).
(predvolené: 30, alebo mesiac). Nastavte na 0, pre zobrazenie dátumov, ak ponecháte prázdne, bude vždy zobrazený relatívny čas.", diff --git a/public/language/sk/admin/settings/user.json b/public/language/sk/admin/settings/user.json index f80d207f3f..ad7273b4b6 100644 --- a/public/language/sk/admin/settings/user.json +++ b/public/language/sk/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "Používateľské meno alebo e-mail", "allow-login-with.username": "Iba používateľské meno", "account-settings": "Nastavenia účtu", - "gdpr_enabled": "Enable GDPR consent collection", - "gdpr_enabled_help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", + "gdpr-enabled": "Enable GDPR consent collection", + "gdpr-enabled-help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", "disable-username-changes": "Zakázať zmenu používateľského mena", "disable-email-changes": "Zakázať zmenu e-mailu", "disable-password-changes": "Zakázať zmenu hesla", diff --git a/public/language/sk/category.json b/public/language/sk/category.json index c04b887d0c..5ec2a13bcf 100644 --- a/public/language/sk/category.json +++ b/public/language/sk/category.json @@ -1,12 +1,12 @@ { "category": "Kategória", "subcategories": "Podkategórie", - "new_topic_button": "Nová téma", + "new-topic-button": "Nová téma", "guest-login-post": "Prihlásiť sa k pridávaniu príspevkov", - "no_topics": "V tejto kategórií zatiaľ nie sú žiadne témy.
Môžete byť prvý!", + "no-topics": "V tejto kategórií zatiaľ nie sú žiadne témy.
Môžete byť prvý!", "browsing": "prehliada", - "no_replies": "Nikto ešte neodpovedal", - "no_new_posts": "Žiadne nové príspevky.", + "no-replies": "Nikto ešte neodpovedal", + "no-new-posts": "Žiadne nové príspevky.", "watch": "Sledovať", "ignore": "Ignorovať", "watching": "Sledované", diff --git a/public/language/sk/email.json b/public/language/sk/email.json index d86c08e4ea..bd56bc710a 100644 --- a/public/language/sk/email.json +++ b/public/language/sk/email.json @@ -3,8 +3,8 @@ "password-reset-requested": "Password Reset Requested!", "welcome-to": "Vitajte v %1", "invite": "Pozvánka od %1", - "greeting_no_name": "Dobrý deň", - "greeting_with_name": "Dobrý deň %1", + "greeting-no-name": "Dobrý deň", + "greeting-with-name": "Dobrý deň %1", "email.verify-your-email.subject": "Overte si prosím, vašu e-mailovú adresu", "email.verify.text1": "You've requested that we change or confirm your email address", "email.verify.text2": "For security purposes, we only change or confirm the email address on file once its ownership has been confirmed via email. If you did not request this, no action is required on your part.", @@ -24,7 +24,7 @@ "reset.notify.text2": "Ak ste o to nežiadali, kontaktujte čo najskôr správcu.", "digest.unread-rooms": "Unread rooms", "digest.room-name-unreadcount": "%1 (%2 unread)", - "digest.latest_topics": "Najnovšie témy od %1", + "digest.latest-topics": "Najnovšie témy od %1", "digest.top-topics": "Top topics from %1", "digest.popular-topics": "Popular topics from %1", "digest.cta": "Kliknite sem a navštívite %1", @@ -36,8 +36,8 @@ "digest.title.day": "Your Daily Digest", "digest.title.week": "Your Weekly Digest", "digest.title.month": "Your Monthly Digest", - "notif.chat.subject": "Máte novú správu od %1", - "notif.chat.public-chat-subject": "New message from %1 in room %2", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "Kliknite sem pre pokračovanie v konverzácii", "notif.chat.unsub.info": "Túto správu konverzácie ste prijali na základe Vašich nastavení odoberania.", "notif.post.unsub.info": "Toto oznámenie o príspevkoch ste prijali na základe Vašich nastavení účtu.", diff --git a/public/language/sk/error.json b/public/language/sk/error.json index afb12c5a08..2a963661cf 100644 --- a/public/language/sk/error.json +++ b/public/language/sk/error.json @@ -184,6 +184,7 @@ "post-flagged-too-many-times": "This post has been flagged by others already", "user-flagged-too-many-times": "This user has been flagged by others already", "cant-flag-privileged": "You are not allowed to flag the profiles or content of privileged users (moderators/global moderators/admins)", + "cant-locate-flag-report": "Cannot locate flag report", "self-vote": "Za svoj vlastný príspevok nemôžete hlasovať", "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", diff --git a/public/language/sk/flags.json b/public/language/sk/flags.json index 11cfb8e3f1..d55b9e5827 100644 --- a/public/language/sk/flags.json +++ b/public/language/sk/flags.json @@ -1,5 +1,6 @@ { "state": "Stav", + "report": "Report", "reports": "Reports", "first-reported": "First Reported", "no-flags": "Hurá! Neboli nájdené žiadne príznaky.", @@ -8,6 +9,8 @@ "update": "Aktualizovať", "updated": "Aktualizované", "resolved": "Resolved", + "report-added": "Added", + "report-rescinded": "Rescinded", "target-purged": "Obsah, na ktorý sa vzťahuje toto označenie, bol odstránený a už nie je k dispozícii.", "target-aboutme-empty": "This user has no "About Me" set.", diff --git a/public/language/sk/global.json b/public/language/sk/global.json index f45c6a4223..682567ca31 100644 --- a/public/language/sk/global.json +++ b/public/language/sk/global.json @@ -13,19 +13,19 @@ "400.message": "It looks like this link is malformed, please double-check and try again.
Return to the home page.
", "register": "Registrovať", "login": "Prihlásiť sa", - "please_log_in": "Prosím, prihláste sa", + "please-log-in": "Prosím, prihláste sa", "logout": "Odhlásiť sa", - "posting_restriction_info": "V súčasnej dobe je zasielanie príspevkov povolené len registrovaným používateľom, kliknite sem a prihláste sa.", - "welcome_back": "Vitajte späť", - "you_have_successfully_logged_in": "Úspešne ste sa prihlásili", - "save_changes": "Uložiť zmeny", + "posting-restriction-info": "V súčasnej dobe je zasielanie príspevkov povolené len registrovaným používateľom, kliknite sem a prihláste sa.", + "welcome-back": "Vitajte späť", + "you-have-successfully-logged-in": "Úspešne ste sa prihlásili", + "save-changes": "Uložiť zmeny", "save": "Uložiť", "create": "Create", "cancel": "Cancel", "close": "Zatvoriť", "pagination": "Stránkovanie", - "pagination.out_of": "%1 z %2", - "pagination.enter_index": "Go to post index", + "pagination.out-of": "%1 z %2", + "pagination.enter-index": "Go to post index", "header.admin": "Správca", "header.categories": "Kategórie", "header.recent": "Nedávne", @@ -80,25 +80,25 @@ "lastpost": "Last post", "firstpost": "First post", "about": "About", - "read_more": "čítaj viac", + "read-more": "čítaj viac", "more": "Viac", "none": "None", - "posted_ago_by_guest": "uverejnené %1 od hosťa", - "posted_ago_by": "uverejnené %1 od %2", - "posted_ago": "uverejnené %1", - "posted_in": "uverejnené v %1", - "posted_in_by": "uverejnené v %1 od %2", - "posted_in_ago": "uverejnené v %1 %2", - "posted_in_ago_by": "uverejnené v %1 %2 od %3", - "user_posted_ago": "%1 uverejnil %2", - "guest_posted_ago": "Hosť uverejnil %1", - "last_edited_by": "naposledy zmenené od %1", + "posted-ago-by-guest": "uverejnené %1 od hosťa", + "posted-ago-by": "uverejnené %1 od %2", + "posted-ago": "uverejnené %1", + "posted-in": "uverejnené v %1", + "posted-in-by": "uverejnené v %1 od %2", + "posted-in-ago": "uverejnené v %1 %2", + "posted-in-ago-by": "uverejnené v %1 %2 od %3", + "user-posted-ago": "%1 uverejnil %2", + "guest-posted-ago": "Hosť uverejnil %1", + "last-edited-by": "naposledy zmenené od %1", "edited-timestamp": "Edited %1", "norecentposts": "Žiadne nové príspevky", "norecenttopics": "Žiadne nové témy", "recentposts": "Nedávne príspevky", "recentips": "Nedávne zaznamenané IP adresy", - "moderator_tools": "Nástroje moderátora", + "moderator-tools": "Nástroje moderátora", "status": "Status", "online": "Online", "away": "Preč", @@ -109,7 +109,7 @@ "language": "Jazyk", "guest": "Hosť", "guests": "Hostia", - "former_user": "Bývalý používateľ", + "former-user": "Bývalý používateľ", "system-user": "System", "unknown-user": "Unknown user", "updated.title": "Fórum bolo aktualizované", @@ -117,12 +117,12 @@ "privacy": "Súkromie", "follow": "Sledovať", "unfollow": "Prestať sledovať", - "delete_all": "Odstrániť všetko", + "delete-all": "Odstrániť všetko", "map": "Mapa", "sessions": "Prihlásiť sa do relácie", - "ip_address": "IP Adresa", - "enter_page_number": "Zadajte číslo stránky", - "upload_file": "Nahrať súbor", + "ip-address": "IP Adresa", + "enter-page-number": "Zadajte číslo stránky", + "upload-file": "Nahrať súbor", "upload": "Nahrať", "uploads": "Nahrané", "allowed-file-types": "Povolené typy súborov sú %1", @@ -131,7 +131,7 @@ "play": "Prehrať", "cookies.message": "Táto webová stránka používa cookies k tomu, aby bolo zaistené, že dostanete najlepší pôžitok s návštevy na našich webových stránkach.", "cookies.accept": "Chápem!", - "cookies.learn_more": "Zistit viac", + "cookies.learn-more": "Zistit viac", "edited": "Zmenené", "disabled": "Zablokovaný", "select": "Vybrať", diff --git a/public/language/sk/groups.json b/public/language/sk/groups.json index da0a3b7550..5e4b17fd8f 100644 --- a/public/language/sk/groups.json +++ b/public/language/sk/groups.json @@ -2,65 +2,65 @@ "all-groups": "All groups", "groups": "Skupiny", "members": "Members", - "view_group": "Zobraziť skupinu", + "view-group": "Zobraziť skupinu", "owner": "Vlastník skupiny", - "new_group": "Vytvoriť novú skupinu", - "no_groups_found": "Neexistujú žiadne skupiny, ktoré by bolo možné vidieť", + "new-group": "Vytvoriť novú skupinu", + "no-groups-found": "Neexistujú žiadne skupiny, ktoré by bolo možné vidieť", "pending.accept": "Prijať", "pending.reject": "Odmietnuť", - "pending.accept_all": "Prijať všetko", - "pending.reject_all": "Odmietnuť všetko", + "pending.accept-all": "Prijať všetko", + "pending.reject-all": "Odmietnuť všetko", "pending.none": "Momentálne neexistujú žiadny čakajúci členovia", "invited.none": "Momentálne neexistujú žiadny pozvaný členovia", "invited.uninvite": "Odvolať pozvánku", "invited.search": "Hľadať používateľa k pozvaniu do tejto skupiny", - "invited.notification_title": "Boli ste pozvaní aby ste sa pripojili k%1", - "request.notification_title": "Žiadosť o členstvo v skupine od %1", - "request.notification_text": "%1 žiada o členstvo v %2", + "invited.notification-title": "Boli ste pozvaní aby ste sa pripojili k%1", + "request.notification-title": "Žiadosť o členstvo v skupine od %1", + "request.notification-text": "%1 žiada o členstvo v %2", "cover-save": "Uložiť", "cover-saving": "Ukladanie", "details.title": "Detaily skupiny", "details.members": "Zoznam členov", "details.pending": "Čakajúci členovia", "details.invited": "Pozvaný členovia", - "details.has_no_posts": "Používatelia tejto skupiny zatiaľ nepridali žiadne príspevky.", - "details.latest_posts": "Najnovšie príspevky", + "details.has-no-posts": "Používatelia tejto skupiny zatiaľ nepridali žiadne príspevky.", + "details.latest-posts": "Najnovšie príspevky", "details.private": "Súkromné", "details.disableJoinRequests": "Vypnúť požiadavky o prijatie", "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Pridať/Zrušiť vlastníctvo", "details.kick": "Vyhodiť", - "details.kick_confirm": "Ste si naozaj istý, že chcete odstrániť tohto člena zo skupiny?", + "details.kick-confirm": "Ste si naozaj istý, že chcete odstrániť tohto člena zo skupiny?", "details.add-member": "Pridať používateľa", - "details.owner_options": "Správca skupiny", - "details.group_name": "Názov skupiny", - "details.member_count": "Počet členov", - "details.creation_date": "Dátum vytvorenia", + "details.owner-options": "Správca skupiny", + "details.group-name": "Názov skupiny", + "details.member-count": "Počet členov", + "details.creation-date": "Dátum vytvorenia", "details.description": "Popis", "details.member-post-cids": "Category IDs to display posts from", - "details.badge_preview": "Náhľad odznaku", - "details.change_icon": "Zmeniť ikonu", - "details.change_label_colour": "Change Label Colour", - "details.change_text_colour": "Change Text Colour", - "details.badge_text": "Popis odznaku", + "details.badge-preview": "Náhľad odznaku", + "details.change-icon": "Zmeniť ikonu", + "details.change-label-colour": "Change Label Colour", + "details.change-text-colour": "Change Text Colour", + "details.badge-text": "Popis odznaku", "details.userTitleEnabled": "Zobraziť odznak", - "details.private_help": "Ak je to povolené, spájanie skupín vyžaduje schválenie od vlastníka skupiny", + "details.private-help": "Ak je to povolené, spájanie skupín vyžaduje schválenie od vlastníka skupiny", "details.hidden": "Skrytý", - "details.hidden_help": "Ak je to povolené, túto skupinu nebude možné nájsť v zozname skupín, a užívatelia môžu byť pozvaný iba manuálne", - "details.delete_group": "Odstrániť skupinu", - "details.private_system_help": "Súkromne skupiny sú zablokované na systémovej úrovni, s touto voľbou nič nespravíte", + "details.hidden-help": "Ak je to povolené, túto skupinu nebude možné nájsť v zozname skupín, a užívatelia môžu byť pozvaný iba manuálne", + "details.delete-group": "Odstrániť skupinu", + "details.private-system-help": "Súkromne skupiny sú zablokované na systémovej úrovni, s touto voľbou nič nespravíte", "event.updated": "Podrobnosti skupiny boli aktualizované", "event.deleted": "Skupina \"%1\" bola odstránená", "membership.accept-invitation": "Prijať pozvanie", - "membership.accept.notification_title": "You are now a member of %1", + "membership.accept.notification-title": "You are now a member of %1", "membership.invitation-pending": "Pozvánka čakajúca na vybavenie", "membership.join-group": "Pripojiť do skupiny", "membership.leave-group": "Opustiť skupinu", - "membership.leave.notification_title": "%1 has left group %2", + "membership.leave.notification-title": "%1 has left group %2", "membership.reject": "Odmietnuť", - "new-group.group_name": "Názov skupiny:", + "new-group.group-name": "Názov skupiny:", "upload-group-cover": "Nahrať obrázok skupiny", "bulk-invite-instructions": "Zadajte zoznam užívateľských mien oddelených čiarkou, k pozvaniu do tejto skupiny", "bulk-invite": "Hromadné pozvanie", - "remove_group_cover_confirm": "Ste si naozaj istý, že chcete odstrániť titulný obrázok?" + "remove-group-cover-confirm": "Ste si naozaj istý, že chcete odstrániť titulný obrázok?" } \ No newline at end of file diff --git a/public/language/sk/login.json b/public/language/sk/login.json index dd2521d2d0..77b56b5fe6 100644 --- a/public/language/sk/login.json +++ b/public/language/sk/login.json @@ -1,12 +1,12 @@ { "username-email": "Uživateľské meno / E-mail", "username": "Používateľské meno", - "remember_me": "Zapamätať si ma?", - "forgot_password": "Zabudli ste heslo?", - "alternative_logins": "Ďalšie spôsoby prihlásenia", - "failed_login_attempt": "Prihlásenie neúspešné", - "login_successful": "Úspešne ste sa prihlásili!", - "dont_have_account": "Nemáte účet?", + "remember-me": "Zapamätať si ma?", + "forgot-password": "Zabudli ste heslo?", + "alternative-logins": "Ďalšie spôsoby prihlásenia", + "failed-login-attempt": "Prihlásenie neúspešné", + "login-successful": "Úspešne ste sa prihlásili!", + "dont-have-account": "Nemáte účet?", "logged-out-due-to-inactivity": "Z dôvodu nečinnosti ste bol odhlásený z ovládacieho panela správcu", "caps-lock-enabled": "Caps Lock is enabled" } \ No newline at end of file diff --git a/public/language/sk/modules.json b/public/language/sk/modules.json index 9dd4aec22b..91ecfb427f 100644 --- a/public/language/sk/modules.json +++ b/public/language/sk/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "Room %1", - "chat.chatting_with": "Konverzácia s", + "chat.chatting-with": "Konverzácia s", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Go to most recent message", @@ -8,12 +8,15 @@ "chat.chat-with-usernames": "Chat with %1", "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Odoslať", - "chat.no_active": "Nemáte žiadne aktívne konverzácie.", - "chat.user_typing": "%1 práve píše...", - "chat.user_has_messaged_you": "%1 Vám poslal správu.", + "chat.no-active": "Nemáte žiadne aktívne konverzácie.", + "chat.user-typing-1": "%1 is typing ...", + "chat.user-typing-2": "%1 and %2 are typing ...", + "chat.user-typing-3": "%1, %2 and %3 are typing ...", + "chat.user-typing-n": "%1, %2 and %3 others are typing ...", + "chat.user-has-messaged-you": "%1 Vám poslal správu.", "chat.replying-to": "Replying to %1", - "chat.see_all": "All chats", - "chat.mark_all_read": "Mark all read", + "chat.see-all": "All chats", + "chat.mark-all-read": "Mark all read", "chat.no-messages": "Prosím vyberte príjemcu, pre zobrazenie histórie správ v konverzácií", "chat.no-users-in-room": "Žiadny používatelia v tejto miestnosti", "chat.recent-chats": "Najnovšie rozhovory", @@ -24,12 +27,16 @@ "chat.pop-out": "Vyskakujúce okno konverzácie", "chat.minimize": "Minimalizovať", "chat.maximize": "Maximalizovať", - "chat.seven_days": "7 dní", - "chat.thirty_days": "30 dní", - "chat.three_months": "3 mesiace", - "chat.delete_message_confirm": "Ste si istý, že chcete odstrániť túto správu?", + "chat.seven-days": "7 dní", + "chat.thirty-days": "30 dní", + "chat.three-months": "3 mesiace", + "chat.delete-message-confirm": "Ste si istý, že chcete odstrániť túto správu?", "chat.retrieving-users": "Získavanie zoznamu používateľov...", "chat.view-users-list": "View users list", + "chat.pinned-messages": "Pinned Messages", + "chat.no-pinned-messages": "There are no pinned messages", + "chat.pin-message": "Pin Message", + "chat.unpin-message": "Unpin Message", "chat.public-rooms": "Public Rooms (%1)", "chat.private-rooms": "Private Rooms (%1)", "chat.create-room": "Create Chat Room", @@ -67,17 +74,24 @@ "chat.system.user-leave": "%1 has left the room ", "chat.system.room-rename": "%2 has renamed this room to \"%1\" ", "composer.compose": "Napísať", - "composer.show_preview": "Zobraziť náhľad", - "composer.hide_preview": "Skryť náhľad", + "composer.show-preview": "Zobraziť náhľad", + "composer.hide-preview": "Skryť náhľad", "composer.help": "Help", - "composer.user_said_in": "%1 povedal v %2:", - "composer.user_said": "%1 povedal:", + "composer.user-said-in": "%1 povedal v %2:", + "composer.user-said": "%1 povedal:", "composer.discard": "Ste si istý, že chcete zahodiť tento príspevok?", - "composer.submit_and_lock": "Vložiť a uzamknúť", - "composer.toggle_dropdown": "Prepnúť rozbalovací zoznam", + "composer.submit-and-lock": "Vložiť a uzamknúť", + "composer.toggle-dropdown": "Prepnúť rozbalovací zoznam", "composer.uploading": "Nahrávanie %1", "composer.formatting.bold": "Tučné", "composer.formatting.italic": "Kurzíva", + "composer.formatting.heading": "Heading", + "composer.formatting.heading1": "Heading 1", + "composer.formatting.heading2": "Heading 2", + "composer.formatting.heading3": "Heading 3", + "composer.formatting.heading4": "Heading 4", + "composer.formatting.heading5": "Heading 5", + "composer.formatting.heading6": "Heading 6", "composer.formatting.list": "Zoznam", "composer.formatting.strikethrough": "Prečiarknuté", "composer.formatting.code": "Code", @@ -85,9 +99,10 @@ "composer.formatting.picture": "Image Link", "composer.upload-picture": "Nahrať obrázok", "composer.upload-file": "Nahrať súbor", - "composer.zen_mode": "Režim Zen", - "composer.select_category": "Vyberte kategóriu", + "composer.zen-mode": "Režim Zen", + "composer.select-category": "Vyberte kategóriu", "composer.textarea.placeholder": "Enter your post content here, drag and drop images", + "composer.post-queue-alert": "Hello👋!
This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.", "composer.schedule-for": "Schedule topic for", "composer.schedule-date": "Date", "composer.schedule-time": "Time", @@ -102,8 +117,8 @@ "bootbox.confirm": "Potvrdiť", "bootbox.submit": "Submit", "bootbox.send": "Send", - "cover.dragging_title": "Pozícia profilovej fotografie", - "cover.dragging_message": "Presuňte profilovú fotografiu do požadovanej pozície a kliknite na „Uložiť\"", + "cover.dragging-title": "Pozícia profilovej fotografie", + "cover.dragging-message": "Presuňte profilovú fotografiu do požadovanej pozície a kliknite na „Uložiť\"", "cover.saved": "Profilová fotografia a pozícia boli uložené", "thumbs.modal.title": "Manage topic thumbnails", "thumbs.modal.no-thumbs": "No thumbnails found.", diff --git a/public/language/sk/notifications.json b/public/language/sk/notifications.json index 925bca09d9..8993f6096f 100644 --- a/public/language/sk/notifications.json +++ b/public/language/sk/notifications.json @@ -1,59 +1,68 @@ { "title": "Oznámenia", - "no_notifs": "Nemáte žiadne nové oznámenia", - "see_all": "All notifications", - "mark_all_read": "Mark all read", - "back_to_home": "Naspäť na %1", - "outgoing_link": "Odkaz mimo fórum", - "outgoing_link_message": "Práve opúšťate %1", - "continue_to": "Pokračovať k %1", - "return_to": "Vrátiť sa na %1", - "new_notification": "You have a new notification", - "you_have_unread_notifications": "Máte neprečítané oznámenia.", + "no-notifs": "Nemáte žiadne nové oznámenia", + "see-all": "All notifications", + "mark-all-read": "Mark all read", + "back-to-home": "Naspäť na %1", + "outgoing-link": "Odkaz mimo fórum", + "outgoing-link-message": "Práve opúšťate %1", + "continue-to": "Pokračovať k %1", + "return-to": "Vrátiť sa na %1", + "new-notification": "You have a new notification", + "you-have-unread-notifications": "Máte neprečítané oznámenia.", "all": "Všetko", "topics": "Témy", + "tags": "Tags", "replies": "Odpovede", "chat": "Konverzácie", "group-chat": "Group Chats", "public-chat": "Public Chats", "follows": "Nasledovatelia", "upvote": "Súhlasy", + "awards": "Awards", "new-flags": "Nové označenia", "my-flags": "Označenia priradené mne", "bans": "Zablokované", - "new_message_from": "Nova spáva od %1", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1 dal hlas Vášmu príspevku v %2.", - "upvoted_your_post_in_dual": "%1 a %2 dali hlas Vášmu príspevku v %3.", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "%1 presunul Váš príspevok do %2", - "moved_your_topic": "%1 presunul %2", - "user_flagged_post_in": "%1 pridal značku na príspevok %2", - "user_flagged_post_in_dual": "%1 a %2 pridali značky na príspevok %3", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1 označil profil používateľa (%2)", - "user_flagged_user_dual": "%1 a %2 označil profil používateľa (%3)", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "%1 odpovedal: %2", - "user_posted_to_dual": "%1 a %2 uverejnili odpoveď na:%3", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1 pridal novú tému: %2", - "user_edited_post": "%1 has edited a post in %2", - "user_started_following_you": "%1 Vás začal sledovať.", - "user_started_following_you_dual": "%1 a %2 Vás začali sledovať.", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1 odoslal žiadosť o registráciu.", - "new_register_multiple": "Nachádzajú sa %1 registrácie čakajúce na preskúmanie.", - "flag_assigned_to_you": "Príznak %1 vám bol priradený ", - "post_awaiting_review": "Príspevok na schválenie", + "new-message-from": "Nova spáva od %1", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 wrote in %3", + "user-posted-in-public-room-dual": "%1 and %2 wrote in %4", + "user-posted-in-public-room-triple": "%1, %2 and %3 wrote in %5", + "user-posted-in-public-room-multiple": "%1, %2 and %3 others wrote in %5", + "upvoted-your-post-in": "%1 dal hlas Vášmu príspevku v %2.", + "upvoted-your-post-in-dual": "%1 a %2 dali hlas Vášmu príspevku v %3.", + "upvoted-your-post-in-triple": "%1, %2 and %3 have upvoted your post in %4.", + "upvoted-your-post-in-multiple": "%1, %2 and %3 others have upvoted your post in %4.", + "moved-your-post": "%1 presunul Váš príspevok do %2", + "moved-your-topic": "%1 presunul %2", + "user-flagged-post-in": "%1 pridal značku na príspevok %2", + "user-flagged-post-in-dual": "%1 a %2 pridali značky na príspevok %3", + "user-flagged-post-in-triple": "%1, %2 and %3 flagged a post in %4", + "user-flagged-post-in-multiple": "%1, %2 and %3 others flagged a post in %4", + "user-flagged-user": "%1 označil profil používateľa (%2)", + "user-flagged-user-dual": "%1 a %2 označil profil používateľa (%3)", + "user-flagged-user-triple": "%1, %2 and %3 flagged a user profile (%4)", + "user-flagged-user-multiple": "%1, %2 and %3 others flagged a user profile (%4)", + "user-posted-to": "%1 odpovedal: %2", + "user-posted-to-dual": "%1 a %2 uverejnili odpoveď na:%3", + "user-posted-to-triple": "%1, %2 and %3 have posted replies to: %4", + "user-posted-to-multiple": "%1, %2 and %3 others have posted replies to: %4", + "user-posted-topic": "%1 pridal novú tému: %2", + "user-edited-post": "%1 has edited a post in %2", + "user-posted-topic-with-tag": "%1 has posted a new topic with tag %2", + "user-posted-topic-with-tag-dual": "%1 has posted a new topic with tags %2 and %3", + "user-posted-topic-with-tag-triple": "%1 has posted a new topic with tags %2, %3 and %4", + "user-posted-topic-with-tag-multiple": "%1 has posted a new topic with tags %2", + "user-started-following-you": "%1 Vás začal sledovať.", + "user-started-following-you-dual": "%1 a %2 Vás začali sledovať.", + "user-started-following-you-triple": "%1, %2 and %3 started following you.", + "user-started-following-you-multiple": "%1, %2 and %3 others started following you.", + "new-register": "%1 odoslal žiadosť o registráciu.", + "new-register-multiple": "Nachádzajú sa %1 registrácie čakajúce na preskúmanie.", + "flag-assigned-to-you": "Príznak %1 vám bol priradený", + "post-awaiting-review": "Príspevok na schválenie", "profile-exported": "%1 profile exported, click to download", "posts-exported": "%1 posts exported, click to download", "uploads-exported": "%1 uploads exported, click to download", @@ -63,25 +72,27 @@ "post-queue-notify": "Queued post received a notification:
\"%1\"", "email-confirmed": "E-mail bol potvrdený", "email-confirmed-message": "Ďakujeme za potvrdenie Vášho e-mailu. Váš účet je teraz aktivovaný.", - "email-confirm-error-message": "Vyskytla sa chyba pri overení Vašej e-mailovej adresy. ", + "email-confirm-error-message": "Vyskytla sa chyba pri overení Vašej e-mailovej adresy.", "email-confirm-sent": "Potvrdzovací e-mail bol odoslaný.", "none": "Nič", - "notification_only": "Iba oznámenia", - "email_only": "Iba e-mail", - "notification_and_email": "Oznámenia a E-mail", - "notificationType_upvote": "Ak niekto vyjadri súhlas s vaším príspevkom", - "notificationType_new-topic": "Ak začne niekto sledovať príspevky a témy", - "notificationType_new-reply": "Ak bude pridaný nový príspevok v téme, ktorú sledujete", - "notificationType_post-edit": "When a post is edited in a topic you are watching", - "notificationType_follow": "Ak Vás začne niekto sledovať", - "notificationType_new-chat": "Ak obdržíte novú správu konverzácie", - "notificationType_new-group-chat": "When you receive a group chat message", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "Ak obdržíte pozvanie do skupiny", - "notificationType_group-leave": "When a user leaves your group", - "notificationType_group-request-membership": "When someone requests to join a group you own", - "notificationType_new-register": "Ak bude niekto pridaný do registračnej fronty", - "notificationType_post-queue": "Ak bude pridaný nový príspevok do fronty", - "notificationType_new-post-flag": "Ak bude príspevok označený", - "notificationType_new-user-flag": "Ak bude používateľ označený" + "notification-only": "Iba oznámenia", + "email-only": "Iba e-mail", + "notification-and-email": "Oznámenia a E-mail", + "notificationType-upvote": "Ak niekto vyjadri súhlas s vaším príspevkom", + "notificationType-new-topic": "Ak začne niekto sledovať príspevky a témy", + "notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow", + "notificationType-new-reply": "Ak bude pridaný nový príspevok v téme, ktorú sledujete", + "notificationType-post-edit": "When a post is edited in a topic you are watching", + "notificationType-follow": "Ak Vás začne niekto sledovať", + "notificationType-new-chat": "Ak obdržíte novú správu konverzácie", + "notificationType-new-group-chat": "When you receive a group chat message", + "notificationType-new-public-chat": "When you receive a public group chat message", + "notificationType-group-invite": "Ak obdržíte pozvanie do skupiny", + "notificationType-group-leave": "When a user leaves your group", + "notificationType-group-request-membership": "When someone requests to join a group you own", + "notificationType-new-register": "Ak bude niekto pridaný do registračnej fronty", + "notificationType-post-queue": "Ak bude pridaný nový príspevok do fronty", + "notificationType-new-post-flag": "Ak bude príspevok označený", + "notificationType-new-user-flag": "Ak bude používateľ označený", + "notificationType-new-reward": "When you earn a new reward" } \ No newline at end of file diff --git a/public/language/sk/pages.json b/public/language/sk/pages.json index 2e7b1412e0..2795c44093 100644 --- a/public/language/sk/pages.json +++ b/public/language/sk/pages.json @@ -47,7 +47,8 @@ "account/latest-posts": "Latest posts made by %1", "account/topics": "Témy vytvoril %1", "account/groups": "%1 skupiny", - "account/watched_categories": "%1's Watched Categories", + "account/watched-categories": "%1's Watched Categories", + "account/watched-tags": "%1's Watched Tags", "account/bookmarks": "%1 príspevky v záložkach", "account/settings": "Užívateľské nastavenia", "account/settings-of": "Changing settings of %1", diff --git a/public/language/sk/recent.json b/public/language/sk/recent.json index a083809c8c..c3cd261d13 100644 --- a/public/language/sk/recent.json +++ b/public/language/sk/recent.json @@ -5,7 +5,7 @@ "month": "Mesiac", "year": "Rok", "alltime": "Vždy", - "no_recent_topics": "Neboli nájdené žiadne nové témy.", - "no_popular_topics": "Neexistujú žiadne populárne témy.", + "no-recent-topics": "Neboli nájdené žiadne nové témy.", + "no-popular-topics": "Neexistujú žiadne populárne témy.", "load-new-posts": "Load new posts" } \ No newline at end of file diff --git a/public/language/sk/register.json b/public/language/sk/register.json index 15ae6ab99a..3441ecb86e 100644 --- a/public/language/sk/register.json +++ b/public/language/sk/register.json @@ -1,32 +1,32 @@ { "register": "Registrácia", "already-have-account": "Already have an account?", - "cancel_registration": "Zrušiť registráciu", + "cancel-registration": "Zrušiť registráciu", "help.email": "V predvolenom nastavení bude váš e-mail skrytý.", - "help.username_restrictions": "Jedinečné užívateľské meno dlhé %1 až %2 znakov. Ostatní užívatelia Vás môžu spomenúť ako @užívateľské meno.", - "help.minimum_password_length": "Dĺžka Vášho hesla musí byť aspoň %1 znakov.", - "email_address": "E-mail", - "email_address_placeholder": "Zadajte e-mailovú adresu", + "help.username-restrictions": "Jedinečné užívateľské meno dlhé %1 až %2 znakov. Ostatní užívatelia Vás môžu spomenúť ako @užívateľské meno.", + "help.minimum-password-length": "Dĺžka Vášho hesla musí byť aspoň %1 znakov.", + "email-address": "E-mail", + "email-address-placeholder": "Zadajte e-mailovú adresu", "username": "Používateľské meno", - "username_placeholder": "Zadajte používateľské meno", + "username-placeholder": "Zadajte používateľské meno", "password": "Heslo", - "password_placeholder": "Zadajte heslo", - "confirm_password": "Potvrdenie hesla", - "confirm_password_placeholder": "Potvrdťe heslo", - "register_now_button": "Zaregistrovať sa", - "alternative_registration": "Iný spôsob registrácie", - "terms_of_use": "Podmienky používania", - "agree_to_terms_of_use": "Súhlasím s podmienkami používania", - "terms_of_use_error": "Musíte súhlasiť s podmienkami použitia", + "password-placeholder": "Zadajte heslo", + "confirm-password": "Potvrdenie hesla", + "confirm-password-placeholder": "Potvrdťe heslo", + "register-now-button": "Zaregistrovať sa", + "alternative-registration": "Iný spôsob registrácie", + "terms-of-use": "Podmienky používania", + "agree-to-terms-of-use": "Súhlasím s podmienkami používania", + "terms-of-use-error": "Musíte súhlasiť s podmienkami použitia", "registration-added-to-queue": "Vaša registrácia bola pridaná do fronty na schválenie. Obdržíte e-mail, keď Vaša registrácia bude prijatá správcom.", "registration-queue-average-time": "Our average time for approving memberships is %1 hours %2 minutes.", "registration-queue-auto-approve-time": "Your membership to this forum will be fully activated in up to %1 hours.", "interstitial.intro": "We'd like some additional information in order to update your account…", "interstitial.intro-new": "We'd like some additional information before we can create your account…", "interstitial.errors-found": "Please review the entered information:", - "gdpr_agree_data": "Dávam súhlas so zberom a spracovaním mojich osobných údajov na tejto webovej stránke.", - "gdpr_agree_email": "Dávam súhlas k prijímaniu e-mailových prehľadov a oznámení týkajúcich sa tejto webovej stránky.", - "gdpr_consent_denied": "Musíte udeliť súhlas tejto stránke k zbieraniu/spracovaniu informácií o vašej činnosti a odosielať Vám e-maily.", + "gdpr-agree-data": "Dávam súhlas so zberom a spracovaním mojich osobných údajov na tejto webovej stránke.", + "gdpr-agree-email": "Dávam súhlas k prijímaniu e-mailových prehľadov a oznámení týkajúcich sa tejto webovej stránky.", + "gdpr-consent-denied": "Musíte udeliť súhlas tejto stránke k zbieraniu/spracovaniu informácií o vašej činnosti a odosielať Vám e-maily.", "invite.error-admin-only": "Direct user registration has been disabled. Please contact an administrator for more details.", "invite.error-invite-only": "Direct user registration has been disabled. You must be invited by an existing user in order to access this forum.", "invite.error-invalid-data": "The registration data received does not correspond to our records. Please contact an administrator for more details" diff --git a/public/language/sk/reset_password.json b/public/language/sk/reset_password.json index fc05c116e8..ca2b2f8699 100644 --- a/public/language/sk/reset_password.json +++ b/public/language/sk/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "Obnoviť heslo", - "update_password": "Upraviť heslo", - "password_changed.title": "Heslo bolo zmenené", - "password_changed.message": "

Heslo bolo úspešne zmenené, prihláste sa znovu prosím.", - "wrong_reset_code.title": "Nesprávny kód na obnovenie", - "wrong_reset_code.message": "Bol zadaný nesprávny kód. Zadajte ho prosím znovu, alebo si nechajte poslať nový.", - "new_password": "Nové heslo", - "repeat_password": "Potvrdenie hesla", - "changing_password": "Changing Password", - "enter_email": "Prosím zadajte svoju e-mailovú adresu a my Vám pošleme informácie, ako môžete obnoviť svoje heslo.", - "enter_email_address": "Zadajte e-mailovú adresu", - "password_reset_sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", - "invalid_email": "Nesprávny e-mail / E-mail neexistuje.", - "password_too_short": "Zadané heslo je príliš krátke, prosím zadajte iné heslo.", - "passwords_do_not_match": "Heslá ktoré ste zadali sa nezhodujú.", - "password_expired": "Platnosť Vášho hesla vypršala, prosím zvoľte si nové heslo" + "reset-password": "Obnoviť heslo", + "update-password": "Upraviť heslo", + "password-changed.title": "Heslo bolo zmenené", + "password-changed.message": "

Heslo bolo úspešne zmenené, prihláste sa znovu prosím.", + "wrong-reset-code.title": "Nesprávny kód na obnovenie", + "wrong-reset-code.message": "Bol zadaný nesprávny kód. Zadajte ho prosím znovu, alebo si nechajte poslať nový.", + "new-password": "Nové heslo", + "repeat-password": "Potvrdenie hesla", + "changing-password": "Changing Password", + "enter-email": "Prosím zadajte svoju e-mailovú adresu a my Vám pošleme informácie, ako môžete obnoviť svoje heslo.", + "enter-email-address": "Zadajte e-mailovú adresu", + "password-reset-sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", + "invalid-email": "Nesprávny e-mail / E-mail neexistuje.", + "password-too-short": "Zadané heslo je príliš krátke, prosím zadajte iné heslo.", + "passwords-do-not-match": "Heslá ktoré ste zadali sa nezhodujú.", + "password-expired": "Platnosť Vášho hesla vypršala, prosím zvoľte si nové heslo" } \ No newline at end of file diff --git a/public/language/sk/rewards.json b/public/language/sk/rewards.json new file mode 100644 index 0000000000..f923cf1500 --- /dev/null +++ b/public/language/sk/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "You have been awarded %1 reputation", + "awarded-group-membership": "You have been added to the group %1", + + "essentials/user.reputation-conditional-value": "(Reputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Post Count %1 %2)", + "essentials/user.lastonline-conditional-value": "(Last Online %1 %2)", + "essentials/user.joindate-conditional-value": "(Join Date %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Days Registered %1 %2)" +} \ No newline at end of file diff --git a/public/language/sk/search.json b/public/language/sk/search.json index 7b34a39cba..ec123e794a 100644 --- a/public/language/sk/search.json +++ b/public/language/sk/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Type to search", - "results_matching": "%1 výsledok(ov) vhodný(ch) pre \"%2\", (%3 sekúnd)", + "results-matching": "%1 výsledok(ov) vhodný(ch) pre \"%2\", (%3 sekúnd)", "no-matches": "Žiadne zhody nenájdené", "advanced-search": "Rozšírené vyhľadávanie", "in": "v", @@ -18,7 +18,7 @@ "tags": "Tags", "tags-x": "Tags: %1", "type-a-tag": "Type a tag", - "match-words": " Zhodné slová", + "match-words": "Zhodné slová", "match-all-words": "Match all words", "match-any-word": "Match any word", "all": "Všetko", diff --git a/public/language/sk/tags.json b/public/language/sk/tags.json index 3e42608963..3040b21e6e 100644 --- a/public/language/sk/tags.json +++ b/public/language/sk/tags.json @@ -1,11 +1,17 @@ { "all-tags": "All tags", - "no_tag_topics": "Nie sú tu žiadne témy s touto značkou.", + "no-tag-topics": "Nie sú tu žiadne témy s touto značkou.", "no-tags-found": "No tags found", "tags": "Značky", - "enter_tags_here": "Sem vložte označenie, každé o dĺžke %1 až %2 znakov.", - "enter_tags_here_short": "Zadajte značky...", - "no_tags": "Zatiaľ tu nie sú žiadne značky.", - "select_tags": "Select Tags", - "tag-whitelist": "Tag Whitelist" + "enter-tags-here": "Sem vložte označenie, každé o dĺžke %1 až %2 znakov.", + "enter-tags-here-short": "Zadajte značky...", + "no-tags": "Zatiaľ tu nie sú žiadne značky.", + "select-tags": "Select Tags", + "tag-whitelist": "Tag Whitelist", + "watching": "Watching", + "not-watching": "Not Watching", + "watching.description": "Notify me of new topics.", + "not-watching.description": "Do not notify me of new topics.", + "following-tag.message": "You will now be receiving notifications when somebody posts a topic with this tag.", + "not-following-tag.message": "You will not receive notifications when somebody posts a topic with this tag." } \ No newline at end of file diff --git a/public/language/sk/themes/harmony.json b/public/language/sk/themes/harmony.json index f915155306..5e0a65f946 100644 --- a/public/language/sk/themes/harmony.json +++ b/public/language/sk/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page", "settings.autohideBottombar": "Auto hide bottom bar", "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down", + "settings.openSidebars": "Open sidebars", "settings.chatModals": "Enable chat modals" } \ No newline at end of file diff --git a/public/language/sk/top.json b/public/language/sk/top.json index b8a05bfa5f..6e1e05674e 100644 --- a/public/language/sk/top.json +++ b/public/language/sk/top.json @@ -1,4 +1,4 @@ { "title": "Top", - "no_top_topics": "No top topics" + "no-top-topics": "No top topics" } \ No newline at end of file diff --git a/public/language/sk/topic.json b/public/language/sk/topic.json index 61418318df..4665b22bb7 100644 --- a/public/language/sk/topic.json +++ b/public/language/sk/topic.json @@ -1,20 +1,20 @@ { "topic": "Téma", "title": "Title", - "no_topics_found": "Neboli nájdené žiadne témy.", - "no_posts_found": "Neboli nájdené žiadne príspevky", - "post_is_deleted": "Tento príspevok bol odstránený!", - "topic_is_deleted": "Táto téma bola odstránená.", + "no-topics-found": "Neboli nájdené žiadne témy.", + "no-posts-found": "Neboli nájdené žiadne príspevky", + "post-is-deleted": "Tento príspevok bol odstránený!", + "topic-is-deleted": "Táto téma bola odstránená.", "profile": "Profil", - "posted_by": "Uverejnil %1", - "posted_by_guest": "Pridané hosťom", + "posted-by": "Uverejnil %1", + "posted-by-guest": "Pridané hosťom", "chat": "Konverzácia", - "notify_me": "Dostávať informácie o nových príspevkoch v tejto téme", + "notify-me": "Dostávať informácie o nových príspevkoch v tejto téme", "quote": "Citovať", "reply": "Odpovedať", - "replies_to_this_post": "%1 odpovedí", - "one_reply_to_this_post": "1 odpoveď", - "last_reply_time": "Posledná odpoveď", + "replies-to-this-post": "%1 odpovedí", + "one-reply-to-this-post": "1 odpoveď", + "last-reply-time": "Posledná odpoveď", "reply-as-topic": "Odpovedať ako téma", "guest-login-reply": "Pre odpoveď sa najprv prihláste", "login-to-view": "🔒 Log in to view", @@ -64,129 +64,130 @@ "user-referenced-topic-on": "%1 referenced this topic on %3", "user-forked-topic-ago": "%1 forked this topic %3", "user-forked-topic-on": "%1 forked this topic on %3", - "bookmark_instructions": "Kliknite sem pre návrat k poslednému prečítanému príspevku vo vlákne.", + "bookmark-instructions": "Kliknite sem pre návrat k poslednému prečítanému príspevku vo vlákne.", "flag-post": "Flag this post", "flag-user": "Flag this user", "already-flagged": "Already Flagged", "view-flag-report": "View Flag Report", "resolve-flag": "Resolve Flag", - "merged_message": "This topic has been merged into %2", - "deleted_message": "Táto téma bola odstránená. Iba užívatelia s výsadami správcu ju môžu vidieť.", - "following_topic.message": "Odteraz budete prijímať oznámenia, keď niekto prispeje do tejto témy.", - "not_following_topic.message": "Uvidíte túto tému v zozname neprečítaných tém, ale nebudete dostávať oznámenia, keď niekto pridá príspevok do tejto témy.", - "ignoring_topic.message": "Už nebudete naďalej vidieť túto tému v zozname neprečítaných. Budete informovaný, keď sa niekto zmieni o Vašom príspevku alebo mu dá hlas.", - "login_to_subscribe": "Prosím Zaregistrujte sa alebo sa Prihláste, aby ste mohli odoberať túto Tému", + "merged-message": "This topic has been merged into %2", + "forked-message": "This topic was forked from %2", + "deleted-message": "Táto téma bola odstránená. Iba užívatelia s výsadami správcu ju môžu vidieť.", + "following-topic.message": "Odteraz budete prijímať oznámenia, keď niekto prispeje do tejto témy.", + "not-following-topic.message": "Uvidíte túto tému v zozname neprečítaných tém, ale nebudete dostávať oznámenia, keď niekto pridá príspevok do tejto témy.", + "ignoring-topic.message": "Už nebudete naďalej vidieť túto tému v zozname neprečítaných. Budete informovaný, keď sa niekto zmieni o Vašom príspevku alebo mu dá hlas.", + "login-to-subscribe": "Prosím Zaregistrujte sa alebo sa Prihláste, aby ste mohli odoberať túto Tému", "markAsUnreadForAll.success": "Téma označená ako neprečítaná pre všetkých.", - "mark_unread": "Označiť ako neprečítané", - "mark_unread.success": "Téma označená ako neprečítaná.", + "mark-unread": "Označiť ako neprečítané", + "mark-unread.success": "Téma označená ako neprečítaná.", "watch": "Sledovať", "unwatch": "Prestať sledovať", "watch.title": "Buďte informovaní o nových odpovediach k tejto téme", "unwatch.title": "Prestať sledovať túto tému", - "share_this_post": "Zdielať tento príspevok", + "share-this-post": "Zdielať tento príspevok", "watching": "Sledované", "not-watching": "Nesledované", "ignoring": "Ignorované", "watching.description": "Upozorniť ma na nové odpovede.
Zobraziť tému v neprečítaných.", "not-watching.description": "Vypnúť upozornenia na nové odpovede.
Zobraziť tému v neprečítaných ak kategória nie je ignorovaná.", "ignoring.description": "Neupozorňovať na nové upozornenia.
Nezobrazovať témy v neprečítaných.", - "thread_tools.title": "Nástroje témy", - "thread_tools.markAsUnreadForAll": "Označiť ako neprečítané pre všetky", - "thread_tools.pin": "Zviditeľniť tému", - "thread_tools.unpin": "Odstrániť zviditeľnenie témy", - "thread_tools.lock": "Uzamknúť tému", - "thread_tools.unlock": "Odomknúť tému", - "thread_tools.move": "Presunúť tému", - "thread_tools.move-posts": "Presunúť príspevky", - "thread_tools.move_all": "Presunúť všetko", - "thread_tools.change_owner": "Change Owner", - "thread_tools.select_category": "Vybrať kategóriu", - "thread_tools.fork": "Rozvetviť tému", - "thread_tools.tag": "Tag Topic", - "thread_tools.delete": "Odstrániť tému", - "thread_tools.delete-posts": "Odstrániť príspevky", - "thread_tools.delete_confirm": "Ste si istý že chcete odstrániť túto tému?", - "thread_tools.restore": "Obnoviť tému", - "thread_tools.restore_confirm": "Ste si naozaj istý že chcete obnoviť túto tému?", - "thread_tools.purge": "Vyčistiť tému", - "thread_tools.purge_confirm": "Ste si naozaj istý že chcete vyčistiť túto tému?", - "thread_tools.merge_topics": "Zlúčiť témy", - "thread_tools.merge": "Merge Topic", - "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_undone": "Topic move undone", - "topic_move_posts_success": "Posts will be moved shortly. Click here to undo.", - "topic_move_posts_undone": "Post move undone", - "post_delete_confirm": "Ste si istý, že chcete odstrániť tento príspevok?", - "post_restore_confirm": "Ste si istí, že chcete obnoviť tento príspevok?", - "post_purge_confirm": "Ste si istý že chcete naozaj vyčistiť tento príspevok?", + "thread-tools.title": "Nástroje témy", + "thread-tools.markAsUnreadForAll": "Označiť ako neprečítané pre všetky", + "thread-tools.pin": "Zviditeľniť tému", + "thread-tools.unpin": "Odstrániť zviditeľnenie témy", + "thread-tools.lock": "Uzamknúť tému", + "thread-tools.unlock": "Odomknúť tému", + "thread-tools.move": "Presunúť tému", + "thread-tools.move-posts": "Presunúť príspevky", + "thread-tools.move-all": "Presunúť všetko", + "thread-tools.change-owner": "Change Owner", + "thread-tools.select-category": "Vybrať kategóriu", + "thread-tools.fork": "Rozvetviť tému", + "thread-tools.tag": "Tag Topic", + "thread-tools.delete": "Odstrániť tému", + "thread-tools.delete-posts": "Odstrániť príspevky", + "thread-tools.delete-confirm": "Ste si istý že chcete odstrániť túto tému?", + "thread-tools.restore": "Obnoviť tému", + "thread-tools.restore-confirm": "Ste si naozaj istý že chcete obnoviť túto tému?", + "thread-tools.purge": "Vyčistiť tému", + "thread-tools.purge-confirm": "Ste si naozaj istý že chcete vyčistiť túto tému?", + "thread-tools.merge-topics": "Zlúčiť témy", + "thread-tools.merge": "Merge Topic", + "topic-move-success": "This topic will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-multiple-success": "These topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-all-success": "All topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-undone": "Topic move undone", + "topic-move-posts-success": "Posts will be moved shortly. Click here to undo.", + "topic-move-posts-undone": "Post move undone", + "post-delete-confirm": "Ste si istý, že chcete odstrániť tento príspevok?", + "post-restore-confirm": "Ste si istí, že chcete obnoviť tento príspevok?", + "post-purge-confirm": "Ste si istý že chcete naozaj vyčistiť tento príspevok?", "pin-modal-expiry": "Expiration Date", "pin-modal-help": "You can optionally set an expiration date for the pinned topic(s) here. Alternatively, you can leave this field blank to have the topic stay pinned until it is manually unpinned.", - "load_categories": "Načítanie kategórií", - "confirm_move": "Presunúť", - "confirm_fork": "Rozdeliť", + "load-categories": "Načítanie kategórií", + "confirm-move": "Presunúť", + "confirm-fork": "Rozdeliť", "bookmark": "Záložka", "bookmarks": "Záložky", - "bookmarks.has_no_bookmarks": "Momentálne nemáte žiadne príspevky v záložkách. ", + "bookmarks.has-no-bookmarks": "Momentálne nemáte žiadne príspevky v záložkách.", "copy-permalink": "Copy Permalink", - "loading_more_posts": "Načítavanie ďalších príspevkov", - "move_topic": "Presunúť tému", - "move_topics": "Presunúť témy", - "move_post": "Presunúť príspevok", - "post_moved": "Príspevok presunutý!", - "fork_topic": "Rozdeliť príspevok", + "loading-more-posts": "Načítavanie ďalších príspevkov", + "move-topic": "Presunúť tému", + "move-topics": "Presunúť témy", + "move-post": "Presunúť príspevok", + "post-moved": "Príspevok presunutý!", + "fork-topic": "Rozdeliť príspevok", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", - "fork_no_pids": "Žiadne príspevky neboli vybraté!", + "fork-topic-instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", + "fork-no-pids": "Žiadne príspevky neboli vybraté!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", "x-posts-will-be-moved-to-y": "%1 post(s) will be moved to \"%2\"", - "fork_pid_count": "%1 príspevky(ov) vybraté", - "fork_success": "Rozdelenie témy bolo úspešné! Kliknutím sem sa dostanete na rozdelenú tému", - "delete_posts_instruction": "Kliknite na príspevky, ktoré chcete odstrániť/očistiť", - "merge_topics_instruction": "Click the topics you want to merge or search for them", + "fork-pid-count": "%1 príspevky(ov) vybraté", + "fork-success": "Rozdelenie témy bolo úspešné! Kliknutím sem sa dostanete na rozdelenú tému", + "delete-posts-instruction": "Kliknite na príspevky, ktoré chcete odstrániť/očistiť", + "merge-topics-instruction": "Click the topics you want to merge or search for them", "merge-topic-list-title": "List of topics to be merged", "merge-options": "Merge options", "merge-select-main-topic": "Select the main topic", "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", - "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", - "move_topic_instruction": "Select the target category and then click move", - "change_owner_instruction": "Click the posts you want to assign to another user", - "composer.title_placeholder": "Sem zadajte názov témy...", - "composer.handle_placeholder": "Enter your name/handle here", + "move-posts-instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move-topic-instruction": "Select the target category and then click move", + "change-owner-instruction": "Click the posts you want to assign to another user", + "composer.title-placeholder": "Sem zadajte názov témy...", + "composer.handle-placeholder": "Enter your name/handle here", "composer.hide": "Hide", "composer.discard": "Zahodiť", "composer.submit": "Odoslať", "composer.additional-options": "Additional Options", "composer.post-later": "Post Later", "composer.schedule": "Schedule", - "composer.replying_to": "Odpovedať na %1", - "composer.new_topic": "Nová téma", + "composer.replying-to": "Odpovedať na %1", + "composer.new-topic": "Nová téma", "composer.editing-in": "Editing post in %1", "composer.uploading": "nahrávanie...", - "composer.thumb_url_label": "Prilep URL náhľadu témy", - "composer.thumb_title": "Pridaj náhľad tejto Témy", - "composer.thumb_url_placeholder": "http://example.com/thumb.png", - "composer.thumb_file_label": "Alebo nahrajte súbor", - "composer.thumb_remove": "Vymazať políčka", - "composer.drag_and_drop_images": "Pretiahni a Pusť Obrázky Sem", - "more_users_and_guests": "%1 užívateľ(ov) a %2 hostí.", - "more_users": "%1 a viac host(í)", - "more_guests": "%1 a ďalší hosť(ia)", - "users_and_others": "%1 a %2 iný", - "sort_by": "Zoradiť podľa", - "oldest_to_newest": "Od najstarších po najnovšie", - "newest_to_oldest": "Od najnovších po najstaršie", - "most_votes": "S najviac hlasmi", - "most_posts": "S najviac príspevkami", - "most_views": "Most Views", + "composer.thumb-url-label": "Prilep URL náhľadu témy", + "composer.thumb-title": "Pridaj náhľad tejto Témy", + "composer.thumb-url-placeholder": "http://example.com/thumb.png", + "composer.thumb-file-label": "Alebo nahrajte súbor", + "composer.thumb-remove": "Vymazať políčka", + "composer.drag-and-drop-images": "Pretiahni a Pusť Obrázky Sem", + "more-users-and-guests": "%1 užívateľ(ov) a %2 hostí.", + "more-users": "%1 a viac host(í)", + "more-guests": "%1 a ďalší hosť(ia)", + "users-and-others": "%1 a %2 iný", + "sort-by": "Zoradiť podľa", + "oldest-to-newest": "Od najstarších po najnovšie", + "newest-to-oldest": "Od najnovších po najstaršie", + "most-votes": "S najviac hlasmi", + "most-posts": "S najviac príspevkami", + "most-views": "Most Views", "stale.title": "Vytvoriť novú tému namiesto?", "stale.warning": "Téma na ktorú odpovedáte je pomerne stará. Chceli by ste vytvoriť novú tému namiesto tejto, a odkazovať na ňu vo Vašej odpovedi?", "stale.create": "Vytvoriť novú tému", - "stale.reply_anyway": "Napriek tomu odpovedať na túto tému", - "link_back": "Re: [%1](%2)", + "stale.reply-anyway": "Napriek tomu odpovedať na túto tému", + "link-back": "Re: [%1](%2)", "diffs.title": "História úpravy príspevku", "diffs.description": "Tento príspevok má %1 zmien. Pre zobrazenie obsahu príspevku platného v určitý čas, kliknite nižšie na jednu zo zmien.", "diffs.no-revisions-description": "Tento príspevok má %1 zmien.", @@ -197,8 +198,8 @@ "diffs.post-restored": "Post successfully restored to earlier revision", "diffs.delete": "Delete this revision", "diffs.deleted": "Revision deleted", - "timeago_later": "%1 later", - "timeago_earlier": "%1 earlier", + "timeago-later": "%1 later", + "timeago-earlier": "%1 earlier", "first-post": "First post", "last-post": "Last post", "go-to-my-next-post": "Go to my next post", diff --git a/public/language/sk/unread.json b/public/language/sk/unread.json index 62b6ef0c4c..ef942ecfbb 100644 --- a/public/language/sk/unread.json +++ b/public/language/sk/unread.json @@ -1,12 +1,12 @@ { "title": "Neprečítané", - "no_unread_topics": "Nie sú tu žiadne neprečítané témy.", - "load_more": "Načítať viac", - "mark_as_read": "Označiť ako prečítané", + "no-unread-topics": "Nie sú tu žiadne neprečítané témy.", + "load-more": "Načítať viac", + "mark-as-read": "Označiť ako prečítané", "selected": "Vybrané", "all": "Všetko", - "all_categories": "Všetky kategórie", - "topics_marked_as_read.success": "Témy boli označené ako prečítané.", + "all-categories": "Všetky kategórie", + "topics-marked-as-read.success": "Témy boli označené ako prečítané.", "all-topics": "Všetky témy", "new-topics": "Nové témy", "watched-topics": "Sledované témy", diff --git a/public/language/sk/user.json b/public/language/sk/user.json index 81b5555746..d9c660bc99 100644 --- a/public/language/sk/user.json +++ b/public/language/sk/user.json @@ -7,22 +7,22 @@ "joindate": "Dátum registrácie", "postcount": "Počet príspevkov", "email": "E-mail", - "confirm_email": "Potvrdiť e-mail", - "account_info": "Informácie o účte", - "admin_actions_label": "Administrative Actions", - "ban_account": "Zablokovať účet", - "ban_account_confirm": "Naozaj chcete zablokovať tohto používateľa?", - "unban_account": "Odblokovať účet", - "mute_account": "Mute Account", - "unmute_account": "Unmute Account", - "delete_account": "Odstrániť účet", - "delete_account_as_admin": "Delete Account", - "delete_content": "Delete Account Content", - "delete_all": "Delete Account and Content", - "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", - "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", - "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", - "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "confirm-email": "Potvrdiť e-mail", + "account-info": "Informácie o účte", + "admin-actions-label": "Administrative Actions", + "ban-account": "Zablokovať účet", + "ban-account-confirm": "Naozaj chcete zablokovať tohto používateľa?", + "unban-account": "Odblokovať účet", + "mute-account": "Mute Account", + "unmute-account": "Unmute Account", + "delete-account": "Odstrániť účet", + "delete-account-as-admin": "Delete Account", + "delete-content": "Delete Account Content", + "delete-all": "Delete Account and Content", + "delete-account-confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", + "delete-this-account-confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", + "delete-account-content-confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "delete-all-confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", "account-deleted": "Účet bol odstránený", "account-content-deleted": "Account content deleted", "fullname": "Meno a priezvisko", @@ -32,11 +32,12 @@ "joined": "Registrovaný", "lastonline": "Naposledy online", "profile": "Profil", - "profile_views": "Zobrazenia profilu", + "profile-views": "Zobrazenia profilu", "reputation": "Reputácia", "bookmarks": "Záložky", - "watched_categories": "Watched categories", - "change_all": "Change All", + "watched-categories": "Watched categories", + "watched-tags": "Watched tags", + "change-all": "Change All", "watched": "Sledované", "ignored": "Ignorovaný", "default-category-watch-state": "Default category watch state", @@ -44,83 +45,84 @@ "following": "Nasleduje", "blocks": "Zablokovaný", "blocked-users": "Blocked users", - "block_toggle": "Prepnúť zablokovanie", - "block_user": "Zablokovať používateľa", - "unblock_user": "Odblokovať používateľa", + "block-toggle": "Prepnúť zablokovanie", + "block-user": "Zablokovať používateľa", + "unblock-user": "Odblokovať používateľa", "aboutme": "O mne", "signature": "Podpis", "birthday": "Dátum narodenia", "chat": "Konverzácia", - "chat_with": "Konverzácia s %1", - "new_chat_with": "Začať novú konverzáciu s %1", + "chat-with": "Konverzácia s %1", + "new-chat-with": "Začať novú konverzáciu s %1", "flag-profile": "Označiť profil", "follow": "Nasledovať", "unfollow": "Prestať sledovať", "more": "Viac", - "profile_update_success": "Profil bol úspešne aktualizovaný!", - "change_picture": "Zmeniť obrázok", - "change_username": "Zmeniť užívateľské meno", - "change_email": "Zmeniť e-mail", - "email_same_as_password": "Please enter your current password to continue – you've entered your new email again", + "profile-update-success": "Profil bol úspešne aktualizovaný!", + "change-picture": "Zmeniť obrázok", + "change-username": "Zmeniť užívateľské meno", + "change-email": "Zmeniť e-mail", + "email-updated": "Email Updated", + "email-same-as-password": "Please enter your current password to continue – you've entered your new email again", "edit": "Upraviť", "edit-profile": "Upraviť profil", - "default_picture": "Predvolená ikona", - "uploaded_picture": "Nahraný obrázok", - "upload_new_picture": "Nahrať nový obrázok", - "upload_new_picture_from_url": "Nahrať nový obrázok z URL adresy", - "current_password": "Aktuálne heslo", - "new_password": "New Password", - "change_password": "Zmeniť heslo", - "change_password_error": "Nesprávne heslo!", - "change_password_error_wrong_current": "Vaše súčasné heslo nie je správne", - "change_password_error_match": "Heslá sa musia zhodovať!", - "change_password_error_privileges": "Nemáte práva na zmenu hesla.", - "change_password_success": "Vaše heslo je aktualizované.", - "confirm_password": "Potvrdenie hesla", + "default-picture": "Predvolená ikona", + "uploaded-picture": "Nahraný obrázok", + "upload-new-picture": "Nahrať nový obrázok", + "upload-new-picture-from-url": "Nahrať nový obrázok z URL adresy", + "current-password": "Aktuálne heslo", + "new-password": "New Password", + "change-password": "Zmeniť heslo", + "change-password-error": "Nesprávne heslo!", + "change-password-error-wrong-current": "Vaše súčasné heslo nie je správne", + "change-password-error-match": "Heslá sa musia zhodovať!", + "change-password-error-privileges": "Nemáte práva na zmenu hesla.", + "change-password-success": "Vaše heslo je aktualizované.", + "confirm-password": "Potvrdenie hesla", "password": "Heslo", - "username_taken_workaround": "Vaše požadované prihlasovacie meno je už obsadené, tak sme si ho dovolili mierne upraviť. Budeme Vás evidovať ako %1", - "password_same_as_username": "Vaše heslo sa zhoduje s Vaším používateľským menom, prosím zvoľte iné heslo.", - "password_same_as_email": "Vaše heslo sa zhoduje s Vaším e-mailom, prosím zvoľte iné heslo.", - "weak_password": "Slabé heslo.", - "upload_picture": "Nahrať obrázok", - "upload_a_picture": "Nahrať obrázok", - "remove_uploaded_picture": "Vymazať nahraný obrázok", - "upload_cover_picture": "Nahrať titulný obrázok", - "remove_cover_picture_confirm": "Ste si naozaj istý, že chcete odstrániť titulný obrázok?", - "crop_picture": "Orezať obrázok", - "upload_cropped_picture": "Orezať a nahrať", + "username-taken-workaround": "Vaše požadované prihlasovacie meno je už obsadené, tak sme si ho dovolili mierne upraviť. Budeme Vás evidovať ako %1", + "password-same-as-username": "Vaše heslo sa zhoduje s Vaším používateľským menom, prosím zvoľte iné heslo.", + "password-same-as-email": "Vaše heslo sa zhoduje s Vaším e-mailom, prosím zvoľte iné heslo.", + "weak-password": "Slabé heslo.", + "upload-picture": "Nahrať obrázok", + "upload-a-picture": "Nahrať obrázok", + "remove-uploaded-picture": "Vymazať nahraný obrázok", + "upload-cover-picture": "Nahrať titulný obrázok", + "remove-cover-picture-confirm": "Ste si naozaj istý, že chcete odstrániť titulný obrázok?", + "crop-picture": "Orezať obrázok", + "upload-cropped-picture": "Orezať a nahrať", "avatar-background-colour": "Avatar background colour", "settings": "Nastavenia", - "show_email": "Zobrazovať môj e-mail", - "show_fullname": "Zobrazovať moje skutočné meno", - "restrict_chats": "Prijímať správy s konverzácií iba od užívateľov ktorých sledujete", - "digest_label": "Prihláste sa na odber ", - "digest_description": "Prihláste sa k e-mailovým novinkám tohto fóra (nové oznámenia a témy) podľa nastavení v rozvrhu.", - "digest_off": "Vypnuté", - "digest_daily": "Denne", - "digest_weekly": "Týždenne", - "digest_biweekly": "Bi-Weekly", - "digest_monthly": "Mesačne", - "has_no_follower": "Tohto užívateľa nikto nesleduje :(", - "follows_no_one": "Tento užívateľ nikoho nesleduje :(", - "has_no_posts": "Tento užívateľ doteraz nič nezverejnil.", - "has_no_best_posts": "This user does not have any upvoted posts yet.", - "has_no_topics": "Tento užívateľ doteraz nezverejnil žiadne témy.", - "has_no_watched_topics": "Tento užívateľ zatiaľ nesleduje žiadne témy.", - "has_no_ignored_topics": "Tento používateľ neignoruje žiadne témy.", - "has_no_upvoted_posts": "Tento užívateľ doteraz nedal hlas žiadnemu príspevku.", - "has_no_downvoted_posts": "Tento užívateľ doteraz neodobral hlas žiadnemu príspevku.", - "has_no_controversial_posts": "This user does not have any downvoted posts yet.", - "has_no_blocks": "Nezablokoval ste žiadneho používateľa.", - "email_hidden": "Skrytý e-mail", + "show-email": "Zobrazovať môj e-mail", + "show-fullname": "Zobrazovať moje skutočné meno", + "restrict-chats": "Prijímať správy s konverzácií iba od užívateľov ktorých sledujete", + "digest-label": "Prihláste sa na odber", + "digest-description": "Prihláste sa k e-mailovým novinkám tohto fóra (nové oznámenia a témy) podľa nastavení v rozvrhu.", + "digest-off": "Vypnuté", + "digest-daily": "Denne", + "digest-weekly": "Týždenne", + "digest-biweekly": "Bi-Weekly", + "digest-monthly": "Mesačne", + "has-no-follower": "Tohto užívateľa nikto nesleduje :(", + "follows-no-one": "Tento užívateľ nikoho nesleduje :(", + "has-no-posts": "Tento užívateľ doteraz nič nezverejnil.", + "has-no-best-posts": "This user does not have any upvoted posts yet.", + "has-no-topics": "Tento užívateľ doteraz nezverejnil žiadne témy.", + "has-no-watched-topics": "Tento užívateľ zatiaľ nesleduje žiadne témy.", + "has-no-ignored-topics": "Tento používateľ neignoruje žiadne témy.", + "has-no-upvoted-posts": "Tento užívateľ doteraz nedal hlas žiadnemu príspevku.", + "has-no-downvoted-posts": "Tento užívateľ doteraz neodobral hlas žiadnemu príspevku.", + "has-no-controversial-posts": "This user does not have any downvoted posts yet.", + "has-no-blocks": "Nezablokoval ste žiadneho používateľa.", + "email-hidden": "Skrytý e-mail", "hidden": "skrytý", - "paginate_description": "Očíslovať témy a príspevky namiesto používania nekonečného rolovania", - "topics_per_page": "Témy na stranu", - "posts_per_page": "Príspevkov na stranu", + "paginate-description": "Očíslovať témy a príspevky namiesto používania nekonečného rolovania", + "topics-per-page": "Témy na stranu", + "posts-per-page": "Príspevkov na stranu", "category-topic-sort": "Category topic sort", "topic-post-sort": "Topic post sort", - "max_items_per_page": "Maximum %1", - "acp_language": "Jazyk stránky správcu", + "max-items-per-page": "Maximum %1", + "acp-language": "Jazyk stránky správcu", "notifications": "Notifications", "upvote-notif-freq": "Frekvencia upozornení na súhlasy", "upvote-notif-freq.all": "Všetky súhlasy", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "Podľa 10, 100, 1000...", "upvote-notif-freq.disabled": "Zakázané", "browsing": "Nastavenia prehľadávania", - "open_links_in_new_tab": "Otvárať odchádzajúce odkazy v novom liste", - "enable_topic_searching": "Povoliť vyhľadávanie priamo v téme", - "topic_search_help": "Ak je funkcia povolená, predvolené nastavenia vyhľadávania v prehliadači budú pre nastavené, a umožnia Vám prechádzať cez všetky vstupy, nie iba cez tie, ktoré budú zobrazené na obrazovke", - "update_url_with_post_index": "Update url with post index while browsing topics", - "scroll_to_my_post": "Po odoslaní odpovede, ukázať nový príspevok", - "follow_topics_you_reply_to": "Sledovať témy na ktoré ste odpovedali", - "follow_topics_you_create": "Sledovať témy ktoré ste vytvorili", + "open-links-in-new-tab": "Otvárať odchádzajúce odkazy v novom liste", + "enable-topic-searching": "Povoliť vyhľadávanie priamo v téme", + "topic-search-help": "Ak je funkcia povolená, predvolené nastavenia vyhľadávania v prehliadači budú pre nastavené, a umožnia Vám prechádzať cez všetky vstupy, nie iba cez tie, ktoré budú zobrazené na obrazovke", + "update-url-with-post-index": "Update url with post index while browsing topics", + "scroll-to-my-post": "Po odoslaní odpovede, ukázať nový príspevok", + "follow-topics-you-reply-to": "Sledovať témy na ktoré ste odpovedali", + "follow-topics-you-create": "Sledovať témy ktoré ste vytvorili", "grouptitle": "Názov skupiny", "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "Žiadny názov skupiny", @@ -145,9 +147,9 @@ "no-skin": "No Skin", "select-homepage": "Vybrať domovskú stránku", "homepage": "Domovská stránka", - "homepage_description": "Vyberte stránku ktorá bude použitá ako domovská stránka fóra. Pri vybratí 'Žiadna' bude nastavená predvolená domovská stránka.", - "custom_route": "Vlastná cesta pre domovskú stránku", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", + "homepage-description": "Vyberte stránku ktorá bude použitá ako domovská stránka fóra. Pri vybratí 'Žiadna' bude nastavená predvolená domovská stránka.", + "custom-route": "Vlastná cesta pre domovskú stránku", + "custom-route-help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Služby jednotného prihlasovania", "sso.associated": "Spojené s", "sso.not-associated": "Kliknite tu pre spojenie s", @@ -179,25 +181,25 @@ "consent.title": "Váš právny súhlas", "consent.lead": "Toto komunitné fórum zbiera a spracováva Vaše osobné údaje.", "consent.intro": "Tieto informácie používa iba pre úpravu Vašich skúseností v tejto komunite, rovnako tak k rozpoznaniu príspevkov, ktoré ste pod používateľským účtom vytvoril. Behom jednotlivých registračných krokov budete požiadaný o zadanie Vášho používateľského mena a e-mailovej adresy. Môžete taktiež dobrovoľne poskytnúť niektoré dodatočné informácie do Vášho profilu na webovej stránke. Tieto informácie uchovávame po dobu životnosti Vášho používateľského účtu. Kedykoľvek môžete požiadať kópiu svojich príspevkov na tejto webovej stránke pomocou stránky „Práva a súhlas“

Ak máte nejaké otázky alebo obavy, obráťte sa na tím správcov fóra.", - "consent.email_intro": "Občas Vám zašleme správu na Vašu registrovanú e-mailovú schránku za účelom poskytnutia prehľadu noviniek a/alebo Vám oznámime o nových príspevkoch, ktoré sú pre vás relevantné. Časový prehľad noviniek si môžete kedykoľvek upraviť (prípadne ho zakázať), rovnako tak vybrať, ktoré typy oznámenia chcete dostávať na e-mail. Docielite toho v používateľskom nastavení.", - "consent.digest_frequency": "Ak nie je vo Vašom používateľskom nastavení uvedené inak, táto komunita rozosiela e-mailový prehľad každých %1.", - "consent.digest_off": "Ak nie je vo Vašom používateľskom nastavení uvedené inak, táto komunita nerozosiela e-mailové prehľady", + "consent.email-intro": "Občas Vám zašleme správu na Vašu registrovanú e-mailovú schránku za účelom poskytnutia prehľadu noviniek a/alebo Vám oznámime o nových príspevkoch, ktoré sú pre vás relevantné. Časový prehľad noviniek si môžete kedykoľvek upraviť (prípadne ho zakázať), rovnako tak vybrať, ktoré typy oznámenia chcete dostávať na e-mail. Docielite toho v používateľskom nastavení.", + "consent.digest-frequency": "Ak nie je vo Vašom používateľskom nastavení uvedené inak, táto komunita rozosiela e-mailový prehľad každých %1.", + "consent.digest-off": "Ak nie je vo Vašom používateľskom nastavení uvedené inak, táto komunita nerozosiela e-mailové prehľady", "consent.received": "Súhlasili ste, že táto stránka môže zhromažďovať a spracovávať informácie o Vás. Žiadny dodatočný úkon nie je potrebný.", - "consent.not_received": "Neposkytli ste súhlas so zberom a spracovaním údajov. V túto chvíľu táto webová stránka a jej tím správcov môže zmazať Váš účet za účelom naplnenia zákona „Všeobecné nariadenia o ochrane osobných údajov (GDPR)“.", + "consent.not-received": "Neposkytli ste súhlas so zberom a spracovaním údajov. V túto chvíľu táto webová stránka a jej tím správcov môže zmazať Váš účet za účelom naplnenia zákona „Všeobecné nariadenia o ochrane osobných údajov (GDPR)“.", "consent.give": "Dať súhlas", - "consent.right_of_access": "Môžete sa k nám pridať", - "consent.right_of_access_description": "Máte právo overiť si údaje zozbierané touto stránkou. Takúto kópiu údajov získate kliknutím na vhodné tlačidlo nižšie.", - "consent.right_to_rectification": "Máte práva zrušiť svoj súhlas", - "consent.right_to_rectification_description": "Máte právo zmeniť alebo aktualizovať nepresné údaje, ktoré ste nám poskytli. Váš profil môže byť aktualizovaný, obyčajnou editáciou a obsah príspevkov môže byť kedykoľvek upravený. Pokiaľ Vám v tejto chvíli ide o niečo iné, kontaktujte tím správcov tejto stránky.", - "consent.right_to_erasure": "Máte právo byť odstránený", - "consent.right_to_erasure_description": "Kedykoľvek môžete zmeniť svoj súhlas so zhromažďovaním údajov a/alebo spracovaním odstránenia Vášho účtu. Váš profil bude odstránený, hoci Vaše príspevky budú zachované. Ak si prajete odstránenie ako účtu tak aj obsahu, prosím kontaktujte správcov tejto stránky.", - "consent.right_to_data_portability": "Máte právo na prenositeľnosť údajov ", - "consent.right_to_data_portability_description": "Môžete od nás požadovať strojovo čitateľné údaje, ktoré boli zozbierané o Vás a Vašom účte. Urobíte tak kliknutím na tlačidlá zobrazené nižšie.", - "consent.export_profile": "Export Profile (.json)", + "consent.right-of-access": "Môžete sa k nám pridať", + "consent.right-of-access-description": "Máte právo overiť si údaje zozbierané touto stránkou. Takúto kópiu údajov získate kliknutím na vhodné tlačidlo nižšie.", + "consent.right-to-rectification": "Máte práva zrušiť svoj súhlas", + "consent.right-to-rectification-description": "Máte právo zmeniť alebo aktualizovať nepresné údaje, ktoré ste nám poskytli. Váš profil môže byť aktualizovaný, obyčajnou editáciou a obsah príspevkov môže byť kedykoľvek upravený. Pokiaľ Vám v tejto chvíli ide o niečo iné, kontaktujte tím správcov tejto stránky.", + "consent.right-to-erasure": "Máte právo byť odstránený", + "consent.right-to-erasure-description": "Kedykoľvek môžete zmeniť svoj súhlas so zhromažďovaním údajov a/alebo spracovaním odstránenia Vášho účtu. Váš profil bude odstránený, hoci Vaše príspevky budú zachované. Ak si prajete odstránenie ako účtu tak aj obsahu, prosím kontaktujte správcov tejto stránky.", + "consent.right-to-data-portability": "Máte právo na prenositeľnosť údajov", + "consent.right-to-data-portability-description": "Môžete od nás požadovať strojovo čitateľné údaje, ktoré boli zozbierané o Vás a Vašom účte. Urobíte tak kliknutím na tlačidlá zobrazené nižšie.", + "consent.export-profile": "Export Profile (.json)", "consent.export-profile-success": "Exporting profile, you will get a notification when it is complete.", - "consent.export_uploads": "Exportovať nahraný obsah (*.zip)", + "consent.export-uploads": "Exportovať nahraný obsah (*.zip)", "consent.export-uploads-success": "Exporting uploads, you will get a notification when it is complete.", - "consent.export_posts": "Exportovať príspevky (*.csv)", + "consent.export-posts": "Exportovať príspevky (*.csv)", "consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.", "emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.", "emailUpdate.optional": "This field is optional. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.", diff --git a/public/language/sk/users.json b/public/language/sk/users.json index 00a6852e68..8c94039b7a 100644 --- a/public/language/sk/users.json +++ b/public/language/sk/users.json @@ -1,13 +1,13 @@ { "all-users": "All Users", - "latest_users": "Najnovší používatelia", - "top_posters": "Najaktívnejší", - "most_reputation": "Najváženejší", - "most_flags": "Najviac označované", + "latest-users": "Najnovší používatelia", + "top-posters": "Najaktívnejší", + "most-reputation": "Najváženejší", + "most-flags": "Najviac označované", "search": "Vyhľadať", - "enter_username": "Zadajte užívateľa k hľadaniu", + "enter-username": "Zadajte užívateľa k hľadaniu", "search-user-for-chat": "Search for a user to start chat", - "load_more": "Načítať viac", + "load-more": "Načítať viac", "users-found-search-took": "%1 užívateľ(ia) sa našli! Vyhľadávanie trvalo %2 sekúnd.", "filter-by": "Filtrovať podľa", "online-only": "Iba pripojený", @@ -15,10 +15,10 @@ "prompt-email": "Emails:", "groups-to-join": "Groups to be joined when invite is accepted:", "invitation-email-sent": "E-mailová pozvánka bola odoslaná na adresu %1", - "user_list": "Zoznam používateľov", - "recent_topics": "Nedávne témy", - "popular_topics": "Populárne témy", - "unread_topics": "Neprečítané témy", + "user-list": "Zoznam používateľov", + "recent-topics": "Nedávne témy", + "popular-topics": "Populárne témy", + "unread-topics": "Neprečítané témy", "categories": "Kategórie", "tags": "Značky", "no-users-found": "Neboli nájdený žiadny užívatelia!" diff --git a/public/language/sl/admin/advanced/events.json b/public/language/sl/admin/advanced/events.json index a06766728e..896da0bd3a 100644 --- a/public/language/sl/admin/advanced/events.json +++ b/public/language/sl/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "Tip dogodka", "filter-start": "Začetni datum", "filter-end": "Končni datum", - "filter-perPage": "Na stran" + "filter-per-page": "Na stran" } \ No newline at end of file diff --git a/public/language/sl/admin/appearance/skins.json b/public/language/sl/admin/appearance/skins.json index 62f1b40941..d30c3295ad 100644 --- a/public/language/sl/admin/appearance/skins.json +++ b/public/language/sl/admin/appearance/skins.json @@ -1,8 +1,8 @@ { - "skins": "Skins", + "skins": "Preobleke", "bootswatch-skins": "Bootswatch Skins", - "custom-skins": "Custom Skins", - "add-skin": "Add Skin", + "custom-skins": "Preobleke po meri", + "add-skin": "Dodaj preobleko", "save-custom-skins": "Save Custom Skins", "save-custom-skins-success": "Custom skins saved successfully", "custom-skin-name": "Custom Skin Name", @@ -10,7 +10,7 @@ "loading": "Nalagam preobleke...", "homepage": "Domača stran", "select-skin": "Izberi preobleko", - "revert-skin": "Revert Skin", + "revert-skin": "Povrni preobleko", "current-skin": "Trenutna preobleka", "skin-updated": "Preobleka je posodobljena", "applied-success": "%1 preobleke je bilo uspešno uveljavljene", diff --git a/public/language/sl/admin/extend/widgets.json b/public/language/sl/admin/extend/widgets.json index f94b19e360..f05bbacafe 100644 --- a/public/language/sl/admin/extend/widgets.json +++ b/public/language/sl/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "Pripomočki niso najdeni! Aktivirajte vtičnik za osnove pripomočkov na nadzorni ploščivtičnikov.", "clone-from": "Klonirajte pripomočke iz", "containers.available": "Razpoložljivi vsebniki", - "containers.explanation": "Povlecite in spustite na kateri koli aktivni gradnik", + "containers.explanation": "Drag and drop on top of any widget", "containers.none": "Brez", "container.well": "Well", "container.jumbotron": "Jumbotron", @@ -29,5 +29,7 @@ "hide-from-groups": "Skrij skupinam", "start-date": "Start date", "end-date": "End date", - "hide-on-mobile": "Hide on mobile" + "hide-on-mobile": "Hide on mobile", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/sl/admin/manage/privileges.json b/public/language/sl/admin/manage/privileges.json index 74f84b5311..23edbca232 100644 --- a/public/language/sl/admin/manage/privileges.json +++ b/public/language/sl/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "Edit Privileges", "select-clear-all": "Izberi/Počisti vse", "chat": "Klepet", + "chat-with-privileged": "Chat with Privileged", "upload-images": "Naloži slike", "upload-files": "Naloži datoteke", "signature": "Podpis", @@ -33,7 +34,7 @@ "edit-posts": "Uredi objave", "view-edit-history": "Poglej zgodovino urejanja", "delete-posts": "Izbriši objave", - "view_deleted": "View Deleted Posts", + "view-deleted": "View Deleted Posts", "upvote-posts": "Upvote Posts", "downvote-posts": "Downvote Posts", "delete-topics": "Izbriši teme", diff --git a/public/language/sl/admin/manage/users.json b/public/language/sl/admin/manage/users.json index b7604c0d00..45570ccade 100644 --- a/public/language/sl/admin/manage/users.json +++ b/public/language/sl/admin/manage/users.json @@ -1,27 +1,32 @@ { - "manage-users": "Manage Users", + "manage-users": "Upravljaj uporabnike", "users": "Uporabniki", "edit": "Dejanja", "make-admin": "Nastavi kot skrbnika", "remove-admin": "Odstrani kot skrbnika", + "change-email": "Spremeni e-poštni naslov", + "new-email": "Nov e-poštni naslov", "validate-email": "Potrdite e-poštni naslov", "send-validation-email": "Pošljite potrditveno e-sporočilo", + "change-password": "Spremeni geslo", "password-reset-email": "Pošljite e-poštno sporočilo za ponastavitev gesla", "force-password-reset": "Vsilite ponastavitev gesla in odjavo uporabnika", - "ban": "Prepovejte uporabnika(e)", + "ban": "Ban", + "ban-users": "Ban User(s)", "temp-ban": "Začasno prepovejte uporabnika(e)", "unban": "Razveljavi prepoved uporabnika(ov)", "reset-lockout": "Ponastavitev zaklepanja", "reset-flags": "Reset Flags", - "delete": "Izbrišiteuporabnika(e)", + "delete": "Delete", + "delete-users": "Izbrišite uporabnika(e)", "delete-content": "Izbrišite Vsebino uporabnika(ov)", "purge": "Izbrišiteuporabnika(e) in vsebino", "download-csv": "Prenesite CSV", "manage-groups": "Upravljaj skupine", "set-reputation": "Set Reputation", "add-group": "Dodaj skupino", - "create": "Create User", - "invite": "Invite by Email", + "create": "Ustvari uporabnika", + "invite": "Povabi preko e-pošte", "new": "Nov uporabnik", "filter-by": "Filtriraj po", "pills.unvalidated": "Nepotrjeno", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "Ban %1 user(s)", "alerts.unban-success": "User(s) unbanned!", "alerts.lockout-reset-success": "Lockout(s) reset!", + "alerts.password-change-success": "Geslo(a) spremenjeno(a)!", "alerts.flag-reset-success": "Flags(s) reset!", "alerts.no-remove-yourself-admin": "Sebe kot skrbnika ne morete odstraniti!", "alerts.make-admin-success": "Uporabnik je sedaj skrbnik.", @@ -106,6 +112,7 @@ "alerts.create": "Ustvari uporabnika", "alerts.button-create": "Ustvari", "alerts.button-cancel": "Prekliči", + "alerts.button-change": "Spremeni", "alerts.error-passwords-different": "Gesli se morata ujemati!", "alerts.error-x": "Napaka

%1

", "alerts.create-success": "Uporabnik je ustvarjen!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "E-poštni naslovi:", "alerts.email-sent-to": "E -poštno sporočilo s povabilom je bilo poslano %1", "alerts.x-users-found": "%1 najdenih uporabnik(ov), (%2 sekund)", + "alerts.select-a-single-user-to-change-email": "Select a single user to change email", "export-users-started": "Izvoz uporabnikov kot CSV lahko traja nekaj časa. Ko bo končano, boste prejeli obvestilo.", - "export-users-completed": "Uporabniki, izvoženi kot CSV, kliknite tukaj za prenos." + "export-users-completed": "Uporabniki, izvoženi kot CSV, kliknite tukaj za prenos.", + "email": "E-poštni naslov", + "password": "Geslo", + "manage": "Upravljaj" } \ No newline at end of file diff --git a/public/language/sl/admin/settings/chat.json b/public/language/sl/admin/settings/chat.json index 1cf30fe6bd..d58183cfdb 100644 --- a/public/language/sl/admin/settings/chat.json +++ b/public/language/sl/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "Enter 0 to disable this restriction", "chat-settings": "Nastavitve klepeta", "disable": "Onemogoči klepet", "disable-editing": "Onemogoči urejanje/brisanje sporočila klepeta", @@ -6,8 +7,10 @@ "max-length": "Največja dolžina sporočila klepeta", "max-chat-room-name-length": "Maximum length of chat room names", "max-room-size": "Maximum number of users in chat rooms", - "delay": "Time between chat messages in milliseconds", - "notification-delay": "Notification delay for chat messages. (0 for no delay)", - "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable. (0 disabled)", - "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable. (0 disabled)" + "delay": "Time between chat messages (ms)", + "newbieDelay": "... for new users (ms)", + "notification-delay": "Notification delay for chat messages", + "notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.", + "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.", + "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable." } \ No newline at end of file diff --git a/public/language/sl/admin/settings/post.json b/public/language/sl/admin/settings/post.json index 2fc30dcc54..c7d0d69382 100644 --- a/public/language/sl/admin/settings/post.json +++ b/public/language/sl/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "Title Length", "restrictions.post-length": "Post Length", "restrictions.days-until-stale": "Število ​​dni, dokler se tema ne šteje za zastarelo", - "restrictions.stale-help": "Če se tema šteje za \"zastarelo\", bo uporabnikom, ki poskušajo odgovoriti na to temo, prikazano opozorilo.", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "Časovni žig", "timestamp.cut-off": "Mejni datum (v dneh)", "timestamp.cut-off-help": "Dates & times will be shown in a relative manner (e.g. \"3 hours ago\" / \"5 days ago\"), and localised into various\n\t\t\t\t\tlanguages. After a certain point, this text can be switched to display the localised date itself\n\t\t\t\t\t(e.g. 5 Nov 2016 15:30).
(Default: 30, or one month). Set to 0 to always display dates, leave blank to always display relative times.", diff --git a/public/language/sl/admin/settings/user.json b/public/language/sl/admin/settings/user.json index 265c1e9d96..7653db13a2 100644 --- a/public/language/sl/admin/settings/user.json +++ b/public/language/sl/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "Uporabniško ime ali e-poštni naslov", "allow-login-with.username": "Samo uporabniško ime", "account-settings": "Nastavitve računa", - "gdpr_enabled": "Omogoči zbiranje GDPR soglasij", - "gdpr_enabled_help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", + "gdpr-enabled": "Omogoči zbiranje GDPR soglasij", + "gdpr-enabled-help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", "disable-username-changes": "Onemogoči spreminjanje uporabniškega imena", "disable-email-changes": "Onemogoči spreminjanje e-poštnega naslova", "disable-password-changes": "Onemogoči spreminjanje gesla", diff --git a/public/language/sl/category.json b/public/language/sl/category.json index e96e8805f9..6884a31b53 100644 --- a/public/language/sl/category.json +++ b/public/language/sl/category.json @@ -1,12 +1,12 @@ { - "category": "Od sedaj naprej spremljate posodobitve te kategorije in njenih podkategorij.\nOd sedaj naprej ne spremljate posodobitev te kategorije in njenih podkategorij.\n", + "category": "Od sedaj naprej spremljate posodobitve te kategorije in njenih podkategorij.\nOd sedaj naprej ne spremljate posodobitev te kategorije in njenih podkategorij.", "subcategories": "Podkategorije", - "new_topic_button": "Nova tema", + "new-topic-button": "Nova tema", "guest-login-post": "Prijava", - "no_topics": "V tej kategoriji ni tem.", + "no-topics": "V tej kategoriji ni tem.", "browsing": "Brskanje", - "no_replies": "Nihče ni odgovoril.", - "no_new_posts": "Ni novih objav.", + "no-replies": "Nihče ni odgovoril.", + "no-new-posts": "Ni novih objav.", "watch": "Spremljaj.", "ignore": "Prezri.", "watching": "Spremljano", diff --git a/public/language/sl/email.json b/public/language/sl/email.json index 5415db3acd..3baee914ec 100644 --- a/public/language/sl/email.json +++ b/public/language/sl/email.json @@ -3,8 +3,8 @@ "password-reset-requested": "Password Reset Requested!", "welcome-to": "Dobrodošli na forumu %1!", "invite": "Povabilo uporabnika %1", - "greeting_no_name": "Pozdravljeni!", - "greeting_with_name": "Pozdravljeni, %1!", + "greeting-no-name": "Pozdravljeni!", + "greeting-with-name": "Pozdravljeni, %1!", "email.verify-your-email.subject": "Please verify your email", "email.verify.text1": "You've requested that we change or confirm your email address", "email.verify.text2": "For security purposes, we only change or confirm the email address on file once its ownership has been confirmed via email. If you did not request this, no action is required on your part.", @@ -24,7 +24,7 @@ "reset.notify.text2": "Če tega niste zahtevali, prosimo, da nemudoma obvestite skrbnika.", "digest.unread-rooms": "Unread rooms", "digest.room-name-unreadcount": "%1 (%2 unread)", - "digest.latest_topics": "Zadnje teme na forumu %1", + "digest.latest-topics": "Zadnje teme na forumu %1", "digest.top-topics": "Top topics from %1", "digest.popular-topics": "Popular topics from %1", "digest.cta": "Kliknite tu za obisk foruma %1.", @@ -36,8 +36,8 @@ "digest.title.day": "Your Daily Digest", "digest.title.week": "Your Weekly Digest", "digest.title.month": "Your Monthly Digest", - "notif.chat.subject": "Uporabnik %1 vam je poslal novo sporočilo za klepet.", - "notif.chat.public-chat-subject": "New message from %1 in room %2", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "Kliknite tu za nadaljevanje pogovora.", "notif.chat.unsub.info": "Obvestilo o klepetu vam je bilo poslano zaradi nastavitev vaše naročnine.", "notif.post.unsub.info": "Obvestilo o objavi vam je bilo poslano zaradi nastavitev vaše naročnine.", diff --git a/public/language/sl/error.json b/public/language/sl/error.json index 11867e7aea..24afe03917 100644 --- a/public/language/sl/error.json +++ b/public/language/sl/error.json @@ -53,7 +53,7 @@ "user-banned": "Uporabnik je izločen.", "user-banned-reason": "Sorry, this account has been banned (Reason: %1)", "user-banned-reason-until": "Sorry, this account has been banned until %1 (Reason: %2)", - "user-too-new": " Pred svojo prvo objavo počakajte %1 s.", + "user-too-new": "Pred svojo prvo objavo počakajte %1 s.", "blacklisted-ip": "Vaš IP-naslov je izločen. Povprašajte skrbnika za več informacij.", "cant-blacklist-self-ip": "You can't blacklist your own IP", "ban-expiry-missing": "Vnesite končni datum za to izločitev.", @@ -95,7 +95,7 @@ "tag-too-short": "Prosimo, vnesite daljšo oznako. Obvezno število znakov: vsaj %1.", "tag-too-long": "Prosimo, vnesite krajšo oznako. Največje število znakov: %1.", "tag-not-allowed": "Tag not allowed", - "not-enough-tags": "Ni dovolj oznak. Obvezno število oznak: %1. ", + "not-enough-tags": "Ni dovolj oznak. Obvezno število oznak: %1.", "too-many-tags": "Preveč oznak. Največje število oznak: %1.", "cant-use-system-tag": "You can not use this system tag.", "cant-remove-system-tag": "You can not remove this system tag.", @@ -184,12 +184,13 @@ "post-flagged-too-many-times": "This post has been flagged by others already", "user-flagged-too-many-times": "This user has been flagged by others already", "cant-flag-privileged": "You are not allowed to flag the profiles or content of privileged users (moderators/global moderators/admins)", + "cant-locate-flag-report": "Cannot locate flag report", "self-vote": "You cannot vote on your own post", "too-many-upvotes-today": "You can only upvote %1 times a day", "too-many-upvotes-today-user": "You can only upvote a user %1 times a day", "too-many-downvotes-today": "You can only downvote %1 times a day", "too-many-downvotes-today-user": "You can only downvote a user %1 times a day", - "reload-failed": "NodeBB je zaznal težavo pri osveževanju: ", + "reload-failed": "NodeBB je zaznal težavo pri osveževanju:", "registration-error": "Napaka pri registraciji", "parse-error": "Nekaj je šlo narobe pri pridobivanju odgovora s strežnika.", "wrong-login-type-email": "Uporabite svoj e-poštni naslov za prijavo.", diff --git a/public/language/sl/flags.json b/public/language/sl/flags.json index 37671b6961..4b9a03f6eb 100644 --- a/public/language/sl/flags.json +++ b/public/language/sl/flags.json @@ -1,5 +1,6 @@ { "state": "State", + "report": "Report", "reports": "Reports", "first-reported": "First Reported", "no-flags": "Hooray! No flags found.", @@ -8,6 +9,8 @@ "update": "Update", "updated": "Posodobljeno", "resolved": "Resolved", + "report-added": "Added", + "report-rescinded": "Rescinded", "target-purged": "The content this flag referred to has been purged and is no longer available.", "target-aboutme-empty": "This user has no "About Me" set.", diff --git a/public/language/sl/global.json b/public/language/sl/global.json index 3e1aa48afa..5f95bfd6e2 100644 --- a/public/language/sl/global.json +++ b/public/language/sl/global.json @@ -4,7 +4,7 @@ "buttons.close": "Zapri", "403.title": "Dostop zavrnjen", "403.message": "Kaže, da ste naleteli na stran, za katero nimate dovoljenja.", - "403.login": "Perhaps you should try logging in?", + "403.login": "Morda bi se morali poskusiti prijaviti?", "404.title": "Tega ni bilo mogoče najti.", "404.message": "You seem to have stumbled upon a page that does not exist.
Return to the home page.
", "500.title": "Interna napaka", @@ -13,19 +13,19 @@ "400.message": "It looks like this link is malformed, please double-check and try again.
Return to the home page.
", "register": "Registracija", "login": "Prijava", - "please_log_in": "Prijavite se.", + "please-log-in": "Prijavite se.", "logout": "Odjava", - "posting_restriction_info": "Objavljanje je trenutno omogočeno le registriranim članom, kliknite tu za prijavo.", - "welcome_back": "Dobrodošli nazaj!", - "you_have_successfully_logged_in": "Uspešno ste se prijavili.", - "save_changes": "Shrani spremembe.", + "posting-restriction-info": "Objavljanje je trenutno omogočeno le registriranim članom, kliknite tu za prijavo.", + "welcome-back": "Dobrodošli nazaj!", + "you-have-successfully-logged-in": "Uspešno ste se prijavili.", + "save-changes": "Shrani spremembe.", "save": "Shrani", - "create": "Create", - "cancel": "Cancel", + "create": "Ustvari", + "cancel": "Prekliči", "close": "Zapri", "pagination": "Oštevilčenje strani", - "pagination.out_of": "%1 od %2", - "pagination.enter_index": "Go to post index", + "pagination.out-of": "%1 od %2", + "pagination.enter-index": "Go to post index", "header.admin": "Skrbnik", "header.categories": "Kategorije", "header.recent": "Nedavno", @@ -39,10 +39,10 @@ "header.notifications": "Obvestila", "header.search": "Iskanje", "header.profile": "Profil", - "header.account": "Account", + "header.account": "Račun", "header.navigation": "Krmarjenje", "header.manage": "Manage", - "header.drafts": "Drafts", + "header.drafts": "Osnutki", "notifications.loading": "Nalaganje obvestil", "chats.loading": "Nalaganje klepetov", "drafts.loading": "Loading Drafts", @@ -80,25 +80,25 @@ "lastpost": "Last post", "firstpost": "First post", "about": "About", - "read_more": "preberi več", + "read-more": "preberi več", "more": "Več", "none": "None", - "posted_ago_by_guest": "objavil %1 kot Gost", - "posted_ago_by": "objavljeno %1 od %2", - "posted_ago": "objavil %1", - "posted_in": "objavljeno v %1", - "posted_in_by": "objavljeno v %1 od %2", - "posted_in_ago": "objavljeno v %1 %2", - "posted_in_ago_by": "objavljeno v %1 %2 od %3", - "user_posted_ago": "%1 je objavil %2", - "guest_posted_ago": "Gost je objavil %1.", - "last_edited_by": "Zadnje urejanje: %1", + "posted-ago-by-guest": "objavil %1 kot Gost", + "posted-ago-by": "objavljeno %1 od %2", + "posted-ago": "objavil %1", + "posted-in": "objavljeno v %1", + "posted-in-by": "objavljeno v %1 od %2", + "posted-in-ago": "objavljeno v %1 %2", + "posted-in-ago-by": "objavljeno v %1 %2 od %3", + "user-posted-ago": "%1 je objavil %2", + "guest-posted-ago": "Gost je objavil %1.", + "last-edited-by": "Zadnje urejanje: %1", "edited-timestamp": "Edited %1", "norecentposts": "Ni nedavnih objav.", "norecenttopics": "Ni nedavnih tem.", "recentposts": "Nedavne objave", "recentips": "Nedavni prijavljeni IP-ji", - "moderator_tools": "Moderator Tools", + "moderator-tools": "Moderator Tools", "status": "Status", "online": "Dosegljiv", "away": "Odsoten", @@ -109,7 +109,7 @@ "language": "Jezik", "guest": "Gost", "guests": "Gosti", - "former_user": "A Former User", + "former-user": "A Former User", "system-user": "System", "unknown-user": "Unknown user", "updated.title": "Forum je posodobljen.", @@ -117,12 +117,12 @@ "privacy": "Zasebnost", "follow": "Spremljaj", "unfollow": "Prekliči spremljanje", - "delete_all": "Izbriši vse", + "delete-all": "Izbriši vse", "map": "Zemljevid", "sessions": "Prijavne seje", - "ip_address": "Naslov IP", - "enter_page_number": "Vnesi številko strani", - "upload_file": "Prenesi datoteko", + "ip-address": "Naslov IP", + "enter-page-number": "Vnesi številko strani", + "upload-file": "Prenesi datoteko", "upload": "Prenos", "uploads": "Uploads", "allowed-file-types": "Dovoljene vrste datotek: %1", @@ -131,7 +131,7 @@ "play": "Play", "cookies.message": "This website uses cookies to ensure you get the best experience on our website.", "cookies.accept": "Got it!", - "cookies.learn_more": "Learn More", + "cookies.learn-more": "Learn More", "edited": "Edited", "disabled": "Disabled", "select": "Select", diff --git a/public/language/sl/groups.json b/public/language/sl/groups.json index cccd9e69bd..8f0f95c024 100644 --- a/public/language/sl/groups.json +++ b/public/language/sl/groups.json @@ -2,65 +2,65 @@ "all-groups": "All groups", "groups": "Skupine", "members": "Members", - "view_group": "Poglej skupino", + "view-group": "Poglej skupino", "owner": "Lastnik skupine", - "new_group": "Ustvari novo skupino", - "no_groups_found": "Ni skupin", + "new-group": "Ustvari novo skupino", + "no-groups-found": "Ni skupin", "pending.accept": "Sprejmi", "pending.reject": "Zavrni", - "pending.accept_all": "Sprejmi vse", - "pending.reject_all": "Zavrni vse", + "pending.accept-all": "Sprejmi vse", + "pending.reject-all": "Zavrni vse", "pending.none": "Ni čakajočih uporabnikov", "invited.none": "Ni povabljenih uporabnikov", "invited.uninvite": "Prekliči povabilo", "invited.search": "Poišči uporabnika za povabilo v skupino", - "invited.notification_title": "You have been invited to join %1", - "request.notification_title": "Group Membership Request from %1", - "request.notification_text": "%1 has requested to become a member of %2", + "invited.notification-title": "You have been invited to join %1", + "request.notification-title": "Group Membership Request from %1", + "request.notification-text": "%1 has requested to become a member of %2", "cover-save": "Shrani", "cover-saving": "Shranjevanje", "details.title": "Podatki o skupini", "details.members": "Seznam članov", "details.pending": "Čakajoči člani", "details.invited": "Povabljeni člani", - "details.has_no_posts": "Člani skupine še niso objavljali.", - "details.latest_posts": "Zadnje objave", + "details.has-no-posts": "Člani skupine še niso objavljali.", + "details.latest-posts": "Zadnje objave", "details.private": "Zasebno", "details.disableJoinRequests": "Onemogoči zahteve za pridružitev.", "details.disableLeave": "Disallow users from leaving the group", "details.grant": "Dodeli/Prekliči lastništvo", "details.kick": "Odstrani iz skupine", - "details.kick_confirm": "Are you sure you want to remove this member from the group?", + "details.kick-confirm": "Are you sure you want to remove this member from the group?", "details.add-member": "Add Member", - "details.owner_options": "Administratorji skupine", - "details.group_name": "Ime skupine", - "details.member_count": "Število članov", - "details.creation_date": "Datum nastanka", + "details.owner-options": "Administratorji skupine", + "details.group-name": "Ime skupine", + "details.member-count": "Število članov", + "details.creation-date": "Datum nastanka", "details.description": "Opis skupine", "details.member-post-cids": "Category IDs to display posts from", - "details.badge_preview": "Predogled značke", - "details.change_icon": "Zamenjaj ikono", - "details.change_label_colour": "Change Label Colour", - "details.change_text_colour": "Change Text Colour", - "details.badge_text": "Besedilo značke", + "details.badge-preview": "Predogled značke", + "details.change-icon": "Zamenjaj ikono", + "details.change-label-colour": "Change Label Colour", + "details.change-text-colour": "Change Text Colour", + "details.badge-text": "Besedilo značke", "details.userTitleEnabled": "Pokaži značko", - "details.private_help": "Če je ta možnost omogočena, bo pridružitev skupini zahtevala odobritev lastnika skupine.", + "details.private-help": "Če je ta možnost omogočena, bo pridružitev skupini zahtevala odobritev lastnika skupine.", "details.hidden": "Skrito", - "details.hidden_help": "Če je ta možnost omogočena, je skupina skrita pred uporabniki, zato se ji lahko pridružijo zgolj tisti s povabilom.", - "details.delete_group": "Izbriši skupino", - "details.private_system_help": "Zasebne skupine so onemogočene na sistemskem nivoju, ta možnost tako nima učinka.", + "details.hidden-help": "Če je ta možnost omogočena, je skupina skrita pred uporabniki, zato se ji lahko pridružijo zgolj tisti s povabilom.", + "details.delete-group": "Izbriši skupino", + "details.private-system-help": "Zasebne skupine so onemogočene na sistemskem nivoju, ta možnost tako nima učinka.", "event.updated": "Podatki o skupini so bili posodobljeni.", "event.deleted": "Skupina %1 je bila izbrisana.", "membership.accept-invitation": "Sprejmi povabilo", - "membership.accept.notification_title": "You are now a member of %1", + "membership.accept.notification-title": "You are now a member of %1", "membership.invitation-pending": "Čakajoče vabilo", "membership.join-group": "Pridruži se skupini", "membership.leave-group": "Zapusti skupino", - "membership.leave.notification_title": "%1 has left group %2", + "membership.leave.notification-title": "%1 has left group %2", "membership.reject": "Zavrni", - "new-group.group_name": "Ime skupine:", + "new-group.group-name": "Ime skupine:", "upload-group-cover": "Upload group cover", "bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group", "bulk-invite": "Bulk Invite", - "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" + "remove-group-cover-confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/sl/login.json b/public/language/sl/login.json index f8454f27ec..3befc97470 100644 --- a/public/language/sl/login.json +++ b/public/language/sl/login.json @@ -1,12 +1,12 @@ { "username-email": "Uporabniško ime/E-pošta", "username": "Uporabniško ime", - "remember_me": "Zapomni si me.", - "forgot_password": "Ste pozabili geslo?", - "alternative_logins": "Alternativne prijave", - "failed_login_attempt": "Prijava ni uspela", - "login_successful": "Uspešno ste se prijavili.", - "dont_have_account": "Ali še nimate uporabniškega računa?", + "remember-me": "Zapomni si me.", + "forgot-password": "Ste pozabili geslo?", + "alternative-logins": "Alternativne prijave", + "failed-login-attempt": "Prijava ni uspela", + "login-successful": "Uspešno ste se prijavili.", + "dont-have-account": "Ali še nimate uporabniškega računa?", "logged-out-due-to-inactivity": "Zaradi neaktivnosti ste odjavljeni iz skrbniške nadzorne plošče.", "caps-lock-enabled": "Caps Lock is enabled" } \ No newline at end of file diff --git a/public/language/sl/modules.json b/public/language/sl/modules.json index ad2b2a303e..07fd6024d2 100644 --- a/public/language/sl/modules.json +++ b/public/language/sl/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "Room %1", - "chat.chatting_with": "Klepetajte z", + "chat.chatting-with": "Klepetajte z", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Go to most recent message", @@ -8,12 +8,15 @@ "chat.chat-with-usernames": "Chat with %1", "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Pošlji", - "chat.no_active": "Ni aktivnih klepetov.", - "chat.user_typing": "%1 piše sporočilo ...", - "chat.user_has_messaged_you": "%1 ti je poslal/-a sporočilo.", + "chat.no-active": "Ni aktivnih klepetov.", + "chat.user-typing-1": "%1 is typing ...", + "chat.user-typing-2": "%1 and %2 are typing ...", + "chat.user-typing-3": "%1, %2 and %3 are typing ...", + "chat.user-typing-n": "%1, %2 and %3 others are typing ...", + "chat.user-has-messaged-you": "%1 ti je poslal/-a sporočilo.", "chat.replying-to": "Replying to %1", - "chat.see_all": "All chats", - "chat.mark_all_read": "Mark all read", + "chat.see-all": "All chats", + "chat.mark-all-read": "Mark all read", "chat.no-messages": "Za pregled zgodovine klepeta izberi prejemnika.", "chat.no-users-in-room": "V tej sobi ni uporabnikov.", "chat.recent-chats": "Zadnji klepeti", @@ -24,12 +27,16 @@ "chat.pop-out": "Klepet v novem oknu", "chat.minimize": "Minimiziraj", "chat.maximize": "Maksimiraj", - "chat.seven_days": "7 dni", - "chat.thirty_days": "30 dni", - "chat.three_months": "3 meseci", - "chat.delete_message_confirm": "Ali ste prepričani, da želite izbrisati to sporočilo?", + "chat.seven-days": "7 dni", + "chat.thirty-days": "30 dni", + "chat.three-months": "3 meseci", + "chat.delete-message-confirm": "Ali ste prepričani, da želite izbrisati to sporočilo?", "chat.retrieving-users": "Pridobivanje uporabnikov...", "chat.view-users-list": "View users list", + "chat.pinned-messages": "Pinned Messages", + "chat.no-pinned-messages": "There are no pinned messages", + "chat.pin-message": "Pin Message", + "chat.unpin-message": "Unpin Message", "chat.public-rooms": "Public Rooms (%1)", "chat.private-rooms": "Private Rooms (%1)", "chat.create-room": "Create Chat Room", @@ -67,17 +74,24 @@ "chat.system.user-leave": "%1 has left the room ", "chat.system.room-rename": "%2 has renamed this room to \"%1\" ", "composer.compose": "Sestavljanje", - "composer.show_preview": "Pokaži predogled", - "composer.hide_preview": "Skrij predogled", + "composer.show-preview": "Pokaži predogled", + "composer.hide-preview": "Skrij predogled", "composer.help": "Help", - "composer.user_said_in": "%1 je napisal/-a v %2:", - "composer.user_said": "%1 je napisal/-a:", + "composer.user-said-in": "%1 je napisal/-a v %2:", + "composer.user-said": "%1 je napisal/-a:", "composer.discard": "Ste prepričani, da želite zavreči to objavo?", - "composer.submit_and_lock": "Pošlji in zakleni", - "composer.toggle_dropdown": "Preklopi spustni meni", + "composer.submit-and-lock": "Pošlji in zakleni", + "composer.toggle-dropdown": "Preklopi spustni meni", "composer.uploading": "Prenašanje %1", "composer.formatting.bold": "Krepko", "composer.formatting.italic": "Ležeče", + "composer.formatting.heading": "Heading", + "composer.formatting.heading1": "Heading 1", + "composer.formatting.heading2": "Heading 2", + "composer.formatting.heading3": "Heading 3", + "composer.formatting.heading4": "Heading 4", + "composer.formatting.heading5": "Heading 5", + "composer.formatting.heading6": "Heading 6", "composer.formatting.list": "Seznam", "composer.formatting.strikethrough": "Prečrtano", "composer.formatting.code": "Code", @@ -85,9 +99,10 @@ "composer.formatting.picture": "Image Link", "composer.upload-picture": "Prenesi sliko", "composer.upload-file": "Prenesi datoteko", - "composer.zen_mode": "Zen način", - "composer.select_category": "Izberi kategorijo", + "composer.zen-mode": "Zen način", + "composer.select-category": "Izberi kategorijo", "composer.textarea.placeholder": "Tukaj vnesite vsebino objave, povlecite in spustite slike", + "composer.post-queue-alert": "Hello👋!
This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.", "composer.schedule-for": "Schedule topic for", "composer.schedule-date": "Datum", "composer.schedule-time": "Čas", @@ -102,8 +117,8 @@ "bootbox.confirm": "Potrdi", "bootbox.submit": "Submit", "bootbox.send": "Send", - "cover.dragging_title": "Določanje položaja naslovne fotografije", - "cover.dragging_message": "Povleci sliko na želeni položaj in klikni \"Shrani\". ", + "cover.dragging-title": "Določanje položaja naslovne fotografije", + "cover.dragging-message": "Povleci sliko na želeni položaj in klikni \"Shrani\".", "cover.saved": "Naslovna fotografija in položaj shranjena", "thumbs.modal.title": "Manage topic thumbnails", "thumbs.modal.no-thumbs": "No thumbnails found.", diff --git a/public/language/sl/notifications.json b/public/language/sl/notifications.json index 455df5c9fa..9e09bc1a07 100644 --- a/public/language/sl/notifications.json +++ b/public/language/sl/notifications.json @@ -1,59 +1,68 @@ { "title": "Obvestila", - "no_notifs": "Nimate novih obvestil.", - "see_all": "All notifications", - "mark_all_read": "Mark all read", - "back_to_home": "Nazaj na %1", - "outgoing_link": "Odhodna povezava", - "outgoing_link_message": "Sedaj zapuščate %1.", - "continue_to": "Nadaljujte na %1.", - "return_to": "Vrnite se na %1.", - "new_notification": "You have a new notification", - "you_have_unread_notifications": "Imate neprebrana obvestila.", + "no-notifs": "Nimate novih obvestil.", + "see-all": "All notifications", + "mark-all-read": "Mark all read", + "back-to-home": "Nazaj na %1", + "outgoing-link": "Odhodna povezava", + "outgoing-link-message": "Sedaj zapuščate %1.", + "continue-to": "Nadaljujte na %1.", + "return-to": "Vrnite se na %1.", + "new-notification": "You have a new notification", + "you-have-unread-notifications": "Imate neprebrana obvestila.", "all": "All", "topics": "Topics", + "tags": "Tags", "replies": "Replies", "chat": "Chats", "group-chat": "Group Chats", "public-chat": "Public Chats", "follows": "Follows", "upvote": "Upvotes", + "awards": "Awards", "new-flags": "New Flags", "my-flags": "Flags assigned to me", "bans": "Bans", - "new_message_from": "Novo obvestilo od %1", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1 je glasoval/-a za vašo objavo v %2.", - "upvoted_your_post_in_dual": "%1 in %2 sta glasovala/-i za vašo objavo v %3.", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "%1 je premaknil/-a vašo objavo v %2.", - "moved_your_topic": "%1 je premaknil/-a %2.", - "user_flagged_post_in": "%1je označil/-a vašo objavo v %2.", - "user_flagged_post_in_dual": "%1 in %2 sta označila/-a vašo objavo v %3.", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1 flagged a user profile (%2)", - "user_flagged_user_dual": "%1 and %2 flagged a user profile (%3)", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "%1 je objavil/-a odgovor na: %2.", - "user_posted_to_dual": "%1 in %2 sta objavila/-i odgovor na: %3.", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1 je odprl/-a novo temo: %2.", - "user_edited_post": "%1 has edited a post in %2", - "user_started_following_you": "%1 te je začel/-a spremljati.", - "user_started_following_you_dual": "%1 in %2 sta te začela/-i spremljati.", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1 je poslal/-a zahtevo za registracijo.", - "new_register_multiple": "Število registracijskih zahtev, ki čakajo na pregled: %1", - "flag_assigned_to_you": "Flag %1 has been assigned to you", - "post_awaiting_review": "Post awaiting review", + "new-message-from": "Novo obvestilo od %1", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 wrote in %3", + "user-posted-in-public-room-dual": "%1 and %2 wrote in %4", + "user-posted-in-public-room-triple": "%1, %2 and %3 wrote in %5", + "user-posted-in-public-room-multiple": "%1, %2 and %3 others wrote in %5", + "upvoted-your-post-in": "%1 je glasoval/-a za vašo objavo v %2.", + "upvoted-your-post-in-dual": "%1 in %2 sta glasovala/-i za vašo objavo v %3.", + "upvoted-your-post-in-triple": "%1, %2 and %3 have upvoted your post in %4.", + "upvoted-your-post-in-multiple": "%1, %2 and %3 others have upvoted your post in %4.", + "moved-your-post": "%1 je premaknil/-a vašo objavo v %2.", + "moved-your-topic": "%1 je premaknil/-a %2.", + "user-flagged-post-in": "%1je označil/-a vašo objavo v %2.", + "user-flagged-post-in-dual": "%1 in %2 sta označila/-a vašo objavo v %3.", + "user-flagged-post-in-triple": "%1, %2 and %3 flagged a post in %4", + "user-flagged-post-in-multiple": "%1, %2 and %3 others flagged a post in %4", + "user-flagged-user": "%1 flagged a user profile (%2)", + "user-flagged-user-dual": "%1 and %2 flagged a user profile (%3)", + "user-flagged-user-triple": "%1, %2 and %3 flagged a user profile (%4)", + "user-flagged-user-multiple": "%1, %2 and %3 others flagged a user profile (%4)", + "user-posted-to": "%1 je objavil/-a odgovor na: %2.", + "user-posted-to-dual": "%1 in %2 sta objavila/-i odgovor na: %3.", + "user-posted-to-triple": "%1, %2 and %3 have posted replies to: %4", + "user-posted-to-multiple": "%1, %2 and %3 others have posted replies to: %4", + "user-posted-topic": "%1 je odprl/-a novo temo: %2.", + "user-edited-post": "%1 has edited a post in %2", + "user-posted-topic-with-tag": "%1 has posted a new topic with tag %2", + "user-posted-topic-with-tag-dual": "%1 has posted a new topic with tags %2 and %3", + "user-posted-topic-with-tag-triple": "%1 has posted a new topic with tags %2, %3 and %4", + "user-posted-topic-with-tag-multiple": "%1 has posted a new topic with tags %2", + "user-started-following-you": "%1 te je začel/-a spremljati.", + "user-started-following-you-dual": "%1 in %2 sta te začela/-i spremljati.", + "user-started-following-you-triple": "%1, %2 and %3 started following you.", + "user-started-following-you-multiple": "%1, %2 and %3 others started following you.", + "new-register": "%1 je poslal/-a zahtevo za registracijo.", + "new-register-multiple": "Število registracijskih zahtev, ki čakajo na pregled: %1", + "flag-assigned-to-you": "Flag %1 has been assigned to you", + "post-awaiting-review": "Post awaiting review", "profile-exported": "%1 profile exported, click to download", "posts-exported": "%1 posts exported, click to download", "uploads-exported": "%1 uploads exported, click to download", @@ -66,22 +75,24 @@ "email-confirm-error-message": "Prišlo je do napake pri preverjanju vašega e-poštnega naslova. Morda je bila koda napačna ali pa je potekla.", "email-confirm-sent": "Potrditveno e-sporočilo je poslano.", "none": "None", - "notification_only": "Notification Only", - "email_only": "Email Only", - "notification_and_email": "Notification & Email", - "notificationType_upvote": "When someone upvotes your post", - "notificationType_new-topic": "When someone you follow posts a topic", - "notificationType_new-reply": "When a new reply is posted in a topic you are watching", - "notificationType_post-edit": "When a post is edited in a topic you are watching", - "notificationType_follow": "When someone starts following you", - "notificationType_new-chat": "When you receive a chat message", - "notificationType_new-group-chat": "When you receive a group chat message", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "When you receive a group invite", - "notificationType_group-leave": "When a user leaves your group", - "notificationType_group-request-membership": "When someone requests to join a group you own", - "notificationType_new-register": "When someone gets added to registration queue", - "notificationType_post-queue": "When a new post is queued", - "notificationType_new-post-flag": "When a post is flagged", - "notificationType_new-user-flag": "When a user is flagged" + "notification-only": "Notification Only", + "email-only": "Email Only", + "notification-and-email": "Notification & Email", + "notificationType-upvote": "When someone upvotes your post", + "notificationType-new-topic": "When someone you follow posts a topic", + "notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow", + "notificationType-new-reply": "When a new reply is posted in a topic you are watching", + "notificationType-post-edit": "When a post is edited in a topic you are watching", + "notificationType-follow": "When someone starts following you", + "notificationType-new-chat": "When you receive a chat message", + "notificationType-new-group-chat": "When you receive a group chat message", + "notificationType-new-public-chat": "When you receive a public group chat message", + "notificationType-group-invite": "When you receive a group invite", + "notificationType-group-leave": "When a user leaves your group", + "notificationType-group-request-membership": "When someone requests to join a group you own", + "notificationType-new-register": "When someone gets added to registration queue", + "notificationType-post-queue": "When a new post is queued", + "notificationType-new-post-flag": "When a post is flagged", + "notificationType-new-user-flag": "When a user is flagged", + "notificationType-new-reward": "When you earn a new reward" } \ No newline at end of file diff --git a/public/language/sl/pages.json b/public/language/sl/pages.json index d7df209a02..6ba7ae5c4a 100644 --- a/public/language/sl/pages.json +++ b/public/language/sl/pages.json @@ -47,13 +47,14 @@ "account/latest-posts": "Latest posts made by %1", "account/topics": "Teme, ki jih je ustvaril uporabnik %1", "account/groups": "Skupine uporabnika %1", - "account/watched_categories": "%1's Watched Categories", + "account/watched-categories": "%1's Watched Categories", + "account/watched-tags": "%1's Watched Tags", "account/bookmarks": "%1's Bookmarked Posts", "account/settings": "Uporabniške nastavitve", "account/settings-of": "Changing settings of %1", "account/watched": "Teme, ki jih spremlja %1", "account/ignored": "Topics ignored by %1", - "account/upvoted": " Objave uporabnika %1 z glasovi za", + "account/upvoted": "Objave uporabnika %1 z glasovi za", "account/downvoted": "Objave uporabnika %1 z glasovi proti", "account/best": "Najboljše objave uporabnika %1", "account/controversial": "Controversial posts made by %1", diff --git a/public/language/sl/recent.json b/public/language/sl/recent.json index f7fc150441..d2f338aaa2 100644 --- a/public/language/sl/recent.json +++ b/public/language/sl/recent.json @@ -5,7 +5,7 @@ "month": "Mesec", "year": "Leto", "alltime": "Vse", - "no_recent_topics": "Ni nedavnih tem.", - "no_popular_topics": "Ni priljubljenih tem.", + "no-recent-topics": "Ni nedavnih tem.", + "no-popular-topics": "Ni priljubljenih tem.", "load-new-posts": "Load new posts" } \ No newline at end of file diff --git a/public/language/sl/register.json b/public/language/sl/register.json index 3af9d0e896..c1e4cb1882 100644 --- a/public/language/sl/register.json +++ b/public/language/sl/register.json @@ -1,32 +1,32 @@ { "register": "Registracija", "already-have-account": "Already have an account?", - "cancel_registration": "Preklic registracije", + "cancel-registration": "Preklic registracije", "help.email": "Vaš e-poštni naslov bo privzeto skrit za javnost.", - "help.username_restrictions": "Enkratno uporabniško ime s številom znakov: med %1 in %2. Drugi vas lahko v objavi omenijo z @uporabnik.", - "help.minimum_password_length": "Vaše geslo mora vsebovati najmanjše število znakov: %1.", - "email_address": "E-poštni naslov", - "email_address_placeholder": "Vnesi e-poštni naslov", + "help.username-restrictions": "Enkratno uporabniško ime s številom znakov: med %1 in %2. Drugi vas lahko v objavi omenijo z @uporabnik.", + "help.minimum-password-length": "Vaše geslo mora vsebovati najmanjše število znakov: %1.", + "email-address": "E-poštni naslov", + "email-address-placeholder": "Vnesi e-poštni naslov", "username": "Uporabniško ime", - "username_placeholder": "Vnesi uporabniško ime", + "username-placeholder": "Vnesi uporabniško ime", "password": "Geslo", - "password_placeholder": "Vnesi geslo", - "confirm_password": "Potrdi geslo", - "confirm_password_placeholder": "Potrdi geslo", - "register_now_button": "Registriraj se", - "alternative_registration": "Alternativna registracija", - "terms_of_use": "Pogoji uporabe", - "agree_to_terms_of_use": "Strinjam se s pogoji uporabe.", - "terms_of_use_error": "S pogoji uporabe se morate strinjati.", + "password-placeholder": "Vnesi geslo", + "confirm-password": "Potrdi geslo", + "confirm-password-placeholder": "Potrdi geslo", + "register-now-button": "Registriraj se", + "alternative-registration": "Alternativna registracija", + "terms-of-use": "Pogoji uporabe", + "agree-to-terms-of-use": "Strinjam se s pogoji uporabe.", + "terms-of-use-error": "S pogoji uporabe se morate strinjati.", "registration-added-to-queue": "Registracija uporabniškega profila poteka. Ob potrditvi skrbnika boste v svoj e-poštni predal prejeli sporočilo.", "registration-queue-average-time": "Our average time for approving memberships is %1 hours %2 minutes.", "registration-queue-auto-approve-time": "Your membership to this forum will be fully activated in up to %1 hours.", "interstitial.intro": "We'd like some additional information in order to update your account…", "interstitial.intro-new": "We'd like some additional information before we can create your account…", "interstitial.errors-found": "Please review the entered information:", - "gdpr_agree_data": "I consent to the collection and processing of my personal information on this website.", - "gdpr_agree_email": "I consent to receive digest and notification emails from this website.", - "gdpr_consent_denied": "You must give consent to this site to collect/process your information, and to send you emails.", + "gdpr-agree-data": "I consent to the collection and processing of my personal information on this website.", + "gdpr-agree-email": "I consent to receive digest and notification emails from this website.", + "gdpr-consent-denied": "You must give consent to this site to collect/process your information, and to send you emails.", "invite.error-admin-only": "Direct user registration has been disabled. Please contact an administrator for more details.", "invite.error-invite-only": "Direct user registration has been disabled. You must be invited by an existing user in order to access this forum.", "invite.error-invalid-data": "The registration data received does not correspond to our records. Please contact an administrator for more details" diff --git a/public/language/sl/reset_password.json b/public/language/sl/reset_password.json index f5d3a758a6..ed11624b19 100644 --- a/public/language/sl/reset_password.json +++ b/public/language/sl/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "Ponastavi geslo", - "update_password": "Posodobi geslo", - "password_changed.title": "Geslo spremenjeno", - "password_changed.message": "

Geslo je bilo uspešno ponastavljeno, prosimo, prijavite se ponovno.", - "wrong_reset_code.title": "Nepravilna koda za ponastavitev", - "wrong_reset_code.message": "Koda za ponastavitev je napačna. Prosimo, poskusite ponovno ali zahtevajte novo kodo.", - "new_password": "Novo geslo", - "repeat_password": "Potrdi geslo", - "changing_password": "Changing Password", - "enter_email": "Prosimo, vpišite svoj e-poštni naslov in poslali vam bomo navodila za ponastavitev uporabniškega računa.", - "enter_email_address": "Vpišite svoj e-poštni naslov.", - "password_reset_sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", - "invalid_email": "Napačen e-poštni naslov./E-poštni naslov ne obstaja!", - "password_too_short": "Geslo, ki ste ga izbrali, je prekratko, prosimo, izberite drugačno geslo.", - "passwords_do_not_match": "Gesli, ki ste ju vpisali, se ne ujemata.", - "password_expired": "Vaše geslo je poteklo, prosimo, izberite novo geslo." + "reset-password": "Ponastavi geslo", + "update-password": "Posodobi geslo", + "password-changed.title": "Geslo spremenjeno", + "password-changed.message": "

Geslo je bilo uspešno ponastavljeno, prosimo, prijavite se ponovno.", + "wrong-reset-code.title": "Nepravilna koda za ponastavitev", + "wrong-reset-code.message": "Koda za ponastavitev je napačna. Prosimo, poskusite ponovno ali zahtevajte novo kodo.", + "new-password": "Novo geslo", + "repeat-password": "Potrdi geslo", + "changing-password": "Changing Password", + "enter-email": "Prosimo, vpišite svoj e-poštni naslov in poslali vam bomo navodila za ponastavitev uporabniškega računa.", + "enter-email-address": "Vpišite svoj e-poštni naslov.", + "password-reset-sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", + "invalid-email": "Napačen e-poštni naslov./E-poštni naslov ne obstaja!", + "password-too-short": "Geslo, ki ste ga izbrali, je prekratko, prosimo, izberite drugačno geslo.", + "passwords-do-not-match": "Gesli, ki ste ju vpisali, se ne ujemata.", + "password-expired": "Vaše geslo je poteklo, prosimo, izberite novo geslo." } \ No newline at end of file diff --git a/public/language/sl/rewards.json b/public/language/sl/rewards.json new file mode 100644 index 0000000000..f923cf1500 --- /dev/null +++ b/public/language/sl/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "You have been awarded %1 reputation", + "awarded-group-membership": "You have been added to the group %1", + + "essentials/user.reputation-conditional-value": "(Reputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Post Count %1 %2)", + "essentials/user.lastonline-conditional-value": "(Last Online %1 %2)", + "essentials/user.joindate-conditional-value": "(Join Date %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Days Registered %1 %2)" +} \ No newline at end of file diff --git a/public/language/sl/search.json b/public/language/sl/search.json index fc340a5806..b18cac724e 100644 --- a/public/language/sl/search.json +++ b/public/language/sl/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Type to search", - "results_matching": "%1 rezultat(ov) ustreza \"%2\", (%3 sekund)", + "results-matching": "%1 rezultat(ov) ustreza \"%2\", (%3 sekund)", "no-matches": "Ni najdenih rezultatov", "advanced-search": "Napredno iskanje", "in": "V", diff --git a/public/language/sl/tags.json b/public/language/sl/tags.json index 72b21268c0..9abeeffb96 100644 --- a/public/language/sl/tags.json +++ b/public/language/sl/tags.json @@ -1,11 +1,17 @@ { "all-tags": "All tags", - "no_tag_topics": "Ni novih tem s to oznako.", + "no-tag-topics": "Ni novih tem s to oznako.", "no-tags-found": "No tags found", "tags": "Oznake", - "enter_tags_here": "Tu vpišite oznake. Dovoljeno število znakov: najmanj %1 in največ %2.", - "enter_tags_here_short": "Vpišite oznake...", - "no_tags": "Oznak še ni.", - "select_tags": "Select Tags", - "tag-whitelist": "Tag Whitelist" + "enter-tags-here": "Tu vpišite oznake. Dovoljeno število znakov: najmanj %1 in največ %2.", + "enter-tags-here-short": "Vpišite oznake...", + "no-tags": "Oznak še ni.", + "select-tags": "Select Tags", + "tag-whitelist": "Tag Whitelist", + "watching": "Watching", + "not-watching": "Not Watching", + "watching.description": "Notify me of new topics.", + "not-watching.description": "Do not notify me of new topics.", + "following-tag.message": "You will now be receiving notifications when somebody posts a topic with this tag.", + "not-following-tag.message": "You will not receive notifications when somebody posts a topic with this tag." } \ No newline at end of file diff --git a/public/language/sl/themes/harmony.json b/public/language/sl/themes/harmony.json index f915155306..5e0a65f946 100644 --- a/public/language/sl/themes/harmony.json +++ b/public/language/sl/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page", "settings.autohideBottombar": "Auto hide bottom bar", "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down", + "settings.openSidebars": "Open sidebars", "settings.chatModals": "Enable chat modals" } \ No newline at end of file diff --git a/public/language/sl/top.json b/public/language/sl/top.json index b8a05bfa5f..6e1e05674e 100644 --- a/public/language/sl/top.json +++ b/public/language/sl/top.json @@ -1,4 +1,4 @@ { "title": "Top", - "no_top_topics": "No top topics" + "no-top-topics": "No top topics" } \ No newline at end of file diff --git a/public/language/sl/topic.json b/public/language/sl/topic.json index 1901db10db..f8815847c5 100644 --- a/public/language/sl/topic.json +++ b/public/language/sl/topic.json @@ -1,20 +1,20 @@ { "topic": "Tema", "title": "Naslov", - "no_topics_found": "Ni najdenih tem!", - "no_posts_found": "Ni najdenih objav!", - "post_is_deleted": "Ta objava je izbrisana!", - "topic_is_deleted": "Ta tema je izbrisana!", + "no-topics-found": "Ni najdenih tem!", + "no-posts-found": "Ni najdenih objav!", + "post-is-deleted": "Ta objava je izbrisana!", + "topic-is-deleted": "Ta tema je izbrisana!", "profile": "Profil", - "posted_by": "Objavil %1", - "posted_by_guest": "Objavil Gost", + "posted-by": "Objavil %1", + "posted-by-guest": "Objavil Gost", "chat": "Klepet", - "notify_me": "Bodi obveščen o novih odgovorih na to temo", + "notify-me": "Bodi obveščen o novih odgovorih na to temo", "quote": "Citiraj", "reply": "Odgovori", - "replies_to_this_post": "Št. odgovorov: %1", - "one_reply_to_this_post": "1 odgovor", - "last_reply_time": "Zadnji odgovor", + "replies-to-this-post": "Št. odgovorov: %1", + "one-reply-to-this-post": "1 odgovor", + "last-reply-time": "Zadnji odgovor", "reply-as-topic": "Odgovori s temo", "guest-login-reply": "Prijavi se za odgovor", "login-to-view": "🔒 Log in to view", @@ -64,129 +64,130 @@ "user-referenced-topic-on": "%1 referenced this topic on %3", "user-forked-topic-ago": "%1 forked this topic %3", "user-forked-topic-on": "%1 forked this topic on %3", - "bookmark_instructions": "Klikni tukaj za vrnitev na zadnje prebrano objavo v tej niti", + "bookmark-instructions": "Klikni tukaj za vrnitev na zadnje prebrano objavo v tej niti", "flag-post": "Flag this post", "flag-user": "Flag this user", "already-flagged": "Already Flagged", "view-flag-report": "View Flag Report", "resolve-flag": "Resolve Flag", - "merged_message": "This topic has been merged into %2", - "deleted_message": "Ta tema je bila izbrisana. Le uporabniki s pravicami upravljanja tem jo lahko vidijo.", - "following_topic.message": "Če nekdo objavi v to temo, boste od sedaj dobivali obvestila. ", - "not_following_topic.message": "To temo boste videli v seznamu neprebranih tem. Ne boste pa dobili obvestila, če bo nekdo objavil v tej temi. ", - "ignoring_topic.message": "To temo ne boste videli v seznamu neprebranih tem. Prav tako ne boste dobili obvestila, če bo nekdo objavil v tej temi. ", - "login_to_subscribe": "Če se želite naročiti na to temo se morate najprej prijaviti oziroma opraviti registracijo.", + "merged-message": "This topic has been merged into %2", + "forked-message": "This topic was forked from %2", + "deleted-message": "Ta tema je bila izbrisana. Le uporabniki s pravicami upravljanja tem jo lahko vidijo.", + "following-topic.message": "Če nekdo objavi v to temo, boste od sedaj dobivali obvestila.", + "not-following-topic.message": "To temo boste videli v seznamu neprebranih tem. Ne boste pa dobili obvestila, če bo nekdo objavil v tej temi.", + "ignoring-topic.message": "To temo ne boste videli v seznamu neprebranih tem. Prav tako ne boste dobili obvestila, če bo nekdo objavil v tej temi.", + "login-to-subscribe": "Če se želite naročiti na to temo se morate najprej prijaviti oziroma opraviti registracijo.", "markAsUnreadForAll.success": "Tema označena kot neprebrana za vse.", - "mark_unread": "Označi kot neprebrano", - "mark_unread.success": "Tema označena kot neprebrana.", + "mark-unread": "Označi kot neprebrano", + "mark-unread.success": "Tema označena kot neprebrana.", "watch": "Spremljaj", "unwatch": "Ne spremljaj", "watch.title": "Bodi obveščen o novih odgovorih v tej temi", "unwatch.title": "Prenehaj spremljati to temo", - "share_this_post": "Deli to objavo", + "share-this-post": "Deli to objavo", "watching": "Spremljano", "not-watching": "Ni spremljano", "ignoring": "Prezri", "watching.description": "Obvesti me o novih odgovorih.
Teme prikaži v Neprebrano.", "not-watching.description": "Ne obvesti me o novih odgovorih.
Teme prikaži v Neprebrano le če kategorija ni prezrta.", "ignoring.description": "Ne obvesti me o novih odgovorih.
Teme ne prikaži v Neprebrano.", - "thread_tools.title": "Orodja teme", - "thread_tools.markAsUnreadForAll": "Označi vse kot neprebrano", - "thread_tools.pin": "Pripni temo", - "thread_tools.unpin": "Odpni temo", - "thread_tools.lock": "Zakleni temo", - "thread_tools.unlock": "Odkleni temo", - "thread_tools.move": "Premakni temo", - "thread_tools.move-posts": "Premakni objave", - "thread_tools.move_all": "Premakni vse", - "thread_tools.change_owner": "Spremeni lastnika", - "thread_tools.select_category": "Izberi kategorijo", - "thread_tools.fork": "Razcepi temo", - "thread_tools.tag": "Tag Topic", - "thread_tools.delete": "Izbriši temo", - "thread_tools.delete-posts": "Izbriši objave", - "thread_tools.delete_confirm": "Ste prepričani, da želite izbrisati to temo?", - "thread_tools.restore": "Obnovi temo", - "thread_tools.restore_confirm": "Ste prepričani, da želite obnoviti to temo?", - "thread_tools.purge": "Očisti temo", - "thread_tools.purge_confirm": "Ste prepričani, da želite očistiti to temo?", - "thread_tools.merge_topics": "Združi teme", - "thread_tools.merge": "Merge Topic", - "topic_move_success": "Ta tema bo kmalu premaknjena v \"%1\". Kliknite tukaj, če želite razveljaviti.", - "topic_move_multiple_success": "Te teme bodo kmalu premaknjene v \"%1\". Kliknite tukaj, če želite razveljaviti.", - "topic_move_all_success": "Vse teme bodo kmalu premaknjene v \"%1\". Kliknite tukaj, če želite razveljaviti.", - "topic_move_undone": "Premik teme razveljavljen", - "topic_move_posts_success": "Objave bodo kmalu premaknjene. Kliknite tukaj, če želite razveljaviti.", - "topic_move_posts_undone": "Premik objav razveljavljen", - "post_delete_confirm": "Ste prepričani, da želite izbrisati to objavo?", - "post_restore_confirm": "Ste prepričani, da želite obnoviti to objavo?", - "post_purge_confirm": "Ste prepričani, da želite očistiti to objavo?", + "thread-tools.title": "Orodja teme", + "thread-tools.markAsUnreadForAll": "Označi vse kot neprebrano", + "thread-tools.pin": "Pripni temo", + "thread-tools.unpin": "Odpni temo", + "thread-tools.lock": "Zakleni temo", + "thread-tools.unlock": "Odkleni temo", + "thread-tools.move": "Premakni temo", + "thread-tools.move-posts": "Premakni objave", + "thread-tools.move-all": "Premakni vse", + "thread-tools.change-owner": "Spremeni lastnika", + "thread-tools.select-category": "Izberi kategorijo", + "thread-tools.fork": "Razcepi temo", + "thread-tools.tag": "Tag Topic", + "thread-tools.delete": "Izbriši temo", + "thread-tools.delete-posts": "Izbriši objave", + "thread-tools.delete-confirm": "Ste prepričani, da želite izbrisati to temo?", + "thread-tools.restore": "Obnovi temo", + "thread-tools.restore-confirm": "Ste prepričani, da želite obnoviti to temo?", + "thread-tools.purge": "Očisti temo", + "thread-tools.purge-confirm": "Ste prepričani, da želite očistiti to temo?", + "thread-tools.merge-topics": "Združi teme", + "thread-tools.merge": "Merge Topic", + "topic-move-success": "Ta tema bo kmalu premaknjena v \"%1\". Kliknite tukaj, če želite razveljaviti.", + "topic-move-multiple-success": "Te teme bodo kmalu premaknjene v \"%1\". Kliknite tukaj, če želite razveljaviti.", + "topic-move-all-success": "Vse teme bodo kmalu premaknjene v \"%1\". Kliknite tukaj, če želite razveljaviti.", + "topic-move-undone": "Premik teme razveljavljen", + "topic-move-posts-success": "Objave bodo kmalu premaknjene. Kliknite tukaj, če želite razveljaviti.", + "topic-move-posts-undone": "Premik objav razveljavljen", + "post-delete-confirm": "Ste prepričani, da želite izbrisati to objavo?", + "post-restore-confirm": "Ste prepričani, da želite obnoviti to objavo?", + "post-purge-confirm": "Ste prepričani, da želite očistiti to objavo?", "pin-modal-expiry": "Datum poteka veljavnosti", "pin-modal-help": "You can optionally set an expiration date for the pinned topic(s) here. Alternatively, you can leave this field blank to have the topic stay pinned until it is manually unpinned.", - "load_categories": "Nalagam kategorije", - "confirm_move": "Premakni", - "confirm_fork": "Razcepi", + "load-categories": "Nalagam kategorije", + "confirm-move": "Premakni", + "confirm-fork": "Razcepi", "bookmark": "Zaznamek", "bookmarks": "Zaznamki", - "bookmarks.has_no_bookmarks": "Zaznamovali še niste nobenih objav.", + "bookmarks.has-no-bookmarks": "Zaznamovali še niste nobenih objav.", "copy-permalink": "Copy Permalink", - "loading_more_posts": "Nalagam več objav", - "move_topic": "Premakni temo", - "move_topics": "Premakni teme", - "move_post": "Premakni objavo", - "post_moved": "Objava premaknjena!", - "fork_topic": "Razcepi temo", + "loading-more-posts": "Nalagam več objav", + "move-topic": "Premakni temo", + "move-topics": "Premakni teme", + "move-post": "Premakni objavo", + "post-moved": "Objava premaknjena!", + "fork-topic": "Razcepi temo", "enter-new-topic-title": "Vnesite nov naslov teme", - "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", - "fork_no_pids": "Ni izbranih objav!", + "fork-topic-instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", + "fork-no-pids": "Ni izbranih objav!", "no-posts-selected": "Ni izbranih objav!", - "x-posts-selected": "Izbranih objav: %1 ", + "x-posts-selected": "Izbranih objav: %1", "x-posts-will-be-moved-to-y": "%1 post(s) will be moved to \"%2\"", - "fork_pid_count": "Izbranih objav: %1 ", - "fork_success": "Uspešno ste razcepili temo! Klikni tu za ogled te teme.", - "delete_posts_instruction": "Kliknite na teme, ki jih želite izbrisati/očistiti ", - "merge_topics_instruction": "Kliknite teme, ki jih želite združiti, ali jih poiščite", + "fork-pid-count": "Izbranih objav: %1", + "fork-success": "Uspešno ste razcepili temo! Klikni tu za ogled te teme.", + "delete-posts-instruction": "Kliknite na teme, ki jih želite izbrisati/očistiti", + "merge-topics-instruction": "Kliknite teme, ki jih želite združiti, ali jih poiščite", "merge-topic-list-title": "Seznam tem za združevanje", "merge-options": "Možnosti združevanja", "merge-select-main-topic": "Izberi glavno temo", "merge-new-title-for-topic": "Nov naslov teme", "topic-id": "ID teme", - "move_posts_instruction": "Kliknite objave, ki jih želite premakniti, nato vnesite ID teme ali pojdite na ciljno temo", - "move_topic_instruction": "Select the target category and then click move", - "change_owner_instruction": "Kliknite objave, ki jih želite dodeliti drugemu uporabniku", - "composer.title_placeholder": "Vpiši naslov teme...", - "composer.handle_placeholder": "Enter your name/handle here", + "move-posts-instruction": "Kliknite objave, ki jih želite premakniti, nato vnesite ID teme ali pojdite na ciljno temo", + "move-topic-instruction": "Select the target category and then click move", + "change-owner-instruction": "Kliknite objave, ki jih želite dodeliti drugemu uporabniku", + "composer.title-placeholder": "Vpiši naslov teme...", + "composer.handle-placeholder": "Enter your name/handle here", "composer.hide": "Hide", "composer.discard": "Zavrzi", "composer.submit": "Pošlji", "composer.additional-options": "Additional Options", "composer.post-later": "Post Later", "composer.schedule": "Schedule", - "composer.replying_to": "Odgovor na %1", - "composer.new_topic": "Nova tema", + "composer.replying-to": "Odgovor na %1", + "composer.new-topic": "Nova tema", "composer.editing-in": "Editing post in %1", "composer.uploading": "nalagam...", - "composer.thumb_url_label": "Prilepite URL sličice teme", - "composer.thumb_title": "Dodajte sličico tej temi", - "composer.thumb_url_placeholder": "http://example.com/thumb.png", - "composer.thumb_file_label": "Ali naložite datoteko", - "composer.thumb_remove": "Počisti polja", - "composer.drag_and_drop_images": "Primite in spustite slike tukaj", - "more_users_and_guests": "%1 uporabnik(a/i/ov) in %2 Gost(a/i/ov)", - "more_users": "%1 uporabnik(a/i/ov)", - "more_guests": "%1 Gost(ov)", - "users_and_others": "%1 in %2 drugi(h)", - "sort_by": "Razvrsti po", - "oldest_to_newest": "Od starejšega do novejšega", - "newest_to_oldest": "Od novejšega do starejšega", - "most_votes": "Največ glasov", - "most_posts": "Največ objav", - "most_views": "Največ ogledov", + "composer.thumb-url-label": "Prilepite URL sličice teme", + "composer.thumb-title": "Dodajte sličico tej temi", + "composer.thumb-url-placeholder": "http://example.com/thumb.png", + "composer.thumb-file-label": "Ali naložite datoteko", + "composer.thumb-remove": "Počisti polja", + "composer.drag-and-drop-images": "Primite in spustite slike tukaj", + "more-users-and-guests": "%1 uporabnik(a/i/ov) in %2 Gost(a/i/ov)", + "more-users": "%1 uporabnik(a/i/ov)", + "more-guests": "%1 Gost(ov)", + "users-and-others": "%1 in %2 drugi(h)", + "sort-by": "Razvrsti po", + "oldest-to-newest": "Od starejšega do novejšega", + "newest-to-oldest": "Od novejšega do starejšega", + "most-votes": "Največ glasov", + "most-posts": "Največ objav", + "most-views": "Največ ogledov", "stale.title": "Raje ustvari novo temo?", "stale.warning": "Tema na katero odgovarjaš je precej stara. A ne bi raje ustvaril novo temo namesto te, z sklicem na to v tvojem odgovoru?", "stale.create": "Ustvari novo temo", - "stale.reply_anyway": "Vseeno odgovori na to temo", - "link_back": "Odg: [%1](%2)", + "stale.reply-anyway": "Vseeno odgovori na to temo", + "link-back": "Odg: [%1](%2)", "diffs.title": "Zgodovina urejanja objav", "diffs.description": "This post has %1 revisions. Click one of the revisions below to see the post content at that point in time.", "diffs.no-revisions-description": "This post has %1 revisions.", @@ -197,8 +198,8 @@ "diffs.post-restored": "Objava je bila uspešno obnovljena na prejšnjo različico", "diffs.delete": "Izbriši to različico", "diffs.deleted": "Različica izbrisana", - "timeago_later": "%1 later", - "timeago_earlier": "%1 earlier", + "timeago-later": "%1 later", + "timeago-earlier": "%1 earlier", "first-post": "Prva objava", "last-post": "Zadnja obava", "go-to-my-next-post": "Go to my next post", diff --git a/public/language/sl/unread.json b/public/language/sl/unread.json index 3179be8951..39762329de 100644 --- a/public/language/sl/unread.json +++ b/public/language/sl/unread.json @@ -1,12 +1,12 @@ { "title": "Neprebrano", - "no_unread_topics": "Ni neprebranih tem.", - "load_more": "Naloži več", - "mark_as_read": "Označi kot prebrano", + "no-unread-topics": "Ni neprebranih tem.", + "load-more": "Naloži več", + "mark-as-read": "Označi kot prebrano", "selected": "Izbrano", "all": "Vse", - "all_categories": "Vse kategorije", - "topics_marked_as_read.success": "Teme označene kot prebrane!", + "all-categories": "Vse kategorije", + "topics-marked-as-read.success": "Teme označene kot prebrane!", "all-topics": "Vse teme", "new-topics": "Nove teme", "watched-topics": "Spremljane teme", diff --git a/public/language/sl/uploads.json b/public/language/sl/uploads.json index 06b722a95f..a398196461 100644 --- a/public/language/sl/uploads.json +++ b/public/language/sl/uploads.json @@ -2,7 +2,7 @@ "uploading-file": "Prenašanje datoteke ...", "select-file-to-upload": "Izberete datoteko, ki jo želite prenesti!", "upload-success": "Datoteka je bila uspešno prenesena!", - "maximum-file-size": "Največ %1 kb ", + "maximum-file-size": "Največ %1 kb", "no-uploads-found": "No uploads found", "public-uploads-info": "Uploads are public, all visitors can see them.", "private-uploads-info": "Uploads are private, only logged in users can see them." diff --git a/public/language/sl/user.json b/public/language/sl/user.json index f111164191..0fdcdb7778 100644 --- a/public/language/sl/user.json +++ b/public/language/sl/user.json @@ -7,22 +7,22 @@ "joindate": "Datum pridružitve", "postcount": "Število objav", "email": "E-pošta", - "confirm_email": "Potrdi e-poštni naslov", - "account_info": "Podatki računa", - "admin_actions_label": "Skrbniška dejanja", - "ban_account": "Izločen račun", - "ban_account_confirm": "Ali želiš izločiti uporabnika?", - "unban_account": "Ponovno vključi račun", - "mute_account": "Mute Account", - "unmute_account": "Unmute Account", - "delete_account": "Izbriši račun", - "delete_account_as_admin": "Izbriši račun", - "delete_content": "Izbriši vsebino računa", - "delete_all": "Izbriši račun in vsebino", - "delete_account_confirm": "Ste prepričani, da želite anonimizirati vašo objavo in izbrisati vaš račun?
To dejanje je nepovratno in podatkov ne boste mogli obnoviti.

Vnesite svoje geslo za potrditev, da želite uničiti ta račun.", - "delete_this_account_confirm": "Ali ste prepričani, da želite izbrisati ta račun, pri tem pa pustiti vsebino za seboj?
To dejanje je nepovratno, objave bodo anonimizirane in povezav objav z izbrisanim računom ne boste mogli obnoviti.

", - "delete_account_content_confirm": "Ali ste prepričani, da želite izbrisati vsebino tega računa (objave/teme/nalaganja)?
To dejanje je nepovratno in podatkov ne boste mogli obnoviti

", - "delete_all_confirm": "Ali ste prepričani, da želite izbrisati ta račun in vso njegovo vsebino (objave/teme/nalaganja)?
To dejanje je nepovratno in podatkov ne boste mogli obnoviti

", + "confirm-email": "Potrdi e-poštni naslov", + "account-info": "Podatki računa", + "admin-actions-label": "Skrbniška dejanja", + "ban-account": "Izločen račun", + "ban-account-confirm": "Ali želiš izločiti uporabnika?", + "unban-account": "Ponovno vključi račun", + "mute-account": "Mute Account", + "unmute-account": "Unmute Account", + "delete-account": "Izbriši račun", + "delete-account-as-admin": "Izbriši račun", + "delete-content": "Izbriši vsebino računa", + "delete-all": "Izbriši račun in vsebino", + "delete-account-confirm": "Ste prepričani, da želite anonimizirati vašo objavo in izbrisati vaš račun?
To dejanje je nepovratno in podatkov ne boste mogli obnoviti.

Vnesite svoje geslo za potrditev, da želite uničiti ta račun.", + "delete-this-account-confirm": "Ali ste prepričani, da želite izbrisati ta račun, pri tem pa pustiti vsebino za seboj?
To dejanje je nepovratno, objave bodo anonimizirane in povezav objav z izbrisanim računom ne boste mogli obnoviti.

", + "delete-account-content-confirm": "Ali ste prepričani, da želite izbrisati vsebino tega računa (objave/teme/nalaganja)?
To dejanje je nepovratno in podatkov ne boste mogli obnoviti

", + "delete-all-confirm": "Ali ste prepričani, da želite izbrisati ta račun in vso njegovo vsebino (objave/teme/nalaganja)?
To dejanje je nepovratno in podatkov ne boste mogli obnoviti

", "account-deleted": "Račun je izbrisan", "account-content-deleted": "Vsebina računa je izbrisana", "fullname": "Ime in priimek", @@ -32,11 +32,12 @@ "joined": "Pridružil", "lastonline": "Nazadnje na strani", "profile": "Profil", - "profile_views": "Ogledi", + "profile-views": "Ogledi", "reputation": "Naziv", "bookmarks": "Zaznamki", - "watched_categories": "Spremljane kategorije", - "change_all": "Spremeni vse", + "watched-categories": "Spremljane kategorije", + "watched-tags": "Watched tags", + "change-all": "Spremeni vse", "watched": "Spremljano", "ignored": "Prezrto", "default-category-watch-state": "Privzeto stanje spremljanja kategorij", @@ -44,83 +45,84 @@ "following": "Spremljano", "blocks": "Blocks", "blocked-users": "Blocked users", - "block_toggle": "Toggle Block", - "block_user": "Blokiraj uporabnika", - "unblock_user": "Odblokiraj uporabnika", + "block-toggle": "Toggle Block", + "block-user": "Blokiraj uporabnika", + "unblock-user": "Odblokiraj uporabnika", "aboutme": "O meni", "signature": "Podpis", "birthday": "Rojstni datum", "chat": "Klepet", - "chat_with": "Nadaljuj klepet z %1", - "new_chat_with": "Prični nov klepet z %1", + "chat-with": "Nadaljuj klepet z %1", + "new-chat-with": "Prični nov klepet z %1", "flag-profile": "Označi profil z zastavico", "follow": "Spremljaj", "unfollow": "Ne spremljaj", "more": "Več", - "profile_update_success": "Profil je bil uspešno posodobljen.", - "change_picture": "Spremeni sliko", - "change_username": "Spremeni uporabniško ime", - "change_email": "Spremeni e-poštni naslov", - "email_same_as_password": "Za nadaljevanje vnesite svoje trenutno geslo & ndash; ponovno ste vnesli svoj novi e-poštni naslov", + "profile-update-success": "Profil je bil uspešno posodobljen.", + "change-picture": "Spremeni sliko", + "change-username": "Spremeni uporabniško ime", + "change-email": "Spremeni e-poštni naslov", + "email-updated": "Email Updated", + "email-same-as-password": "Za nadaljevanje vnesite svoje trenutno geslo & ndash; ponovno ste vnesli svoj novi e-poštni naslov", "edit": "Uredi", "edit-profile": "Uredi profil", - "default_picture": "Privzeta ikona", - "uploaded_picture": "Naloži fotografijo", - "upload_new_picture": "Naloži novo fotografijo", - "upload_new_picture_from_url": "Naloži novo fotografijo s spletnega naslova", - "current_password": "Trenutno geslo", - "new_password": "New Password", - "change_password": "Spremeni geslo", - "change_password_error": "Napačno geslo!", - "change_password_error_wrong_current": "Tvoje trenutno geslo je napačno!", - "change_password_error_match": "Gesli se morata ujemati!", - "change_password_error_privileges": "Nimaš pravice do spremembe gesla.", - "change_password_success": "Geslo je bilo posodobljeno!", - "confirm_password": "Potrdi geslo", + "default-picture": "Privzeta ikona", + "uploaded-picture": "Naloži fotografijo", + "upload-new-picture": "Naloži novo fotografijo", + "upload-new-picture-from-url": "Naloži novo fotografijo s spletnega naslova", + "current-password": "Trenutno geslo", + "new-password": "New Password", + "change-password": "Spremeni geslo", + "change-password-error": "Napačno geslo!", + "change-password-error-wrong-current": "Tvoje trenutno geslo je napačno!", + "change-password-error-match": "Gesli se morata ujemati!", + "change-password-error-privileges": "Nimaš pravice do spremembe gesla.", + "change-password-success": "Geslo je bilo posodobljeno!", + "confirm-password": "Potrdi geslo", "password": "Geslo", - "username_taken_workaround": "Predlagano uporabniško ime je že zasedeno, zato smo ga rahlo spremenili. Sedaj vas poznamo kot %1", - "password_same_as_username": "Vaše geslo je enako kot vaše uporabniško ime, prosim izberite drugačno geslo.", - "password_same_as_email": "Vaše geslo je enako kot vaše e-poštni naslov, prosim izberite drugačno geslo.", - "weak_password": "Šibko geslo.", - "upload_picture": "Naloži fotografijo", - "upload_a_picture": "Naloži fotografijo", - "remove_uploaded_picture": "Odstrani preneseno sliko ", - "upload_cover_picture": "Prenesi fotografijo naslovnice", - "remove_cover_picture_confirm": "Ste prepričani, da želite odstraniti naslovno sliko?", - "crop_picture": "Obreži sliko", - "upload_cropped_picture": "Obreži in naloži", + "username-taken-workaround": "Predlagano uporabniško ime je že zasedeno, zato smo ga rahlo spremenili. Sedaj vas poznamo kot %1", + "password-same-as-username": "Vaše geslo je enako kot vaše uporabniško ime, prosim izberite drugačno geslo.", + "password-same-as-email": "Vaše geslo je enako kot vaše e-poštni naslov, prosim izberite drugačno geslo.", + "weak-password": "Šibko geslo.", + "upload-picture": "Naloži fotografijo", + "upload-a-picture": "Naloži fotografijo", + "remove-uploaded-picture": "Odstrani preneseno sliko", + "upload-cover-picture": "Prenesi fotografijo naslovnice", + "remove-cover-picture-confirm": "Ste prepričani, da želite odstraniti naslovno sliko?", + "crop-picture": "Obreži sliko", + "upload-cropped-picture": "Obreži in naloži", "avatar-background-colour": "Slika ozadja avatarja", "settings": "Nastavitve", - "show_email": "Pokaži moj e-poštni naslov.", - "show_fullname": "Pokaži moj ime in priimek.", - "restrict_chats": "Dovoli klepet samo z osebami, ki jim sledim.", - "digest_label": "Prijavi se na izvleček", - "digest_description": "Prijavi se na obveščanje preko e-pošte (nova obvestila ali teme) na podlagi naslednjega urnika", - "digest_off": "Izključi", - "digest_daily": "Dnevno", - "digest_weekly": "Tedensko", - "digest_biweekly": "Bi-Weekly", - "digest_monthly": "Mesečno", - "has_no_follower": "Uporabniku nihče ne sledi :(", - "follows_no_one": "Uporabnik nikomur ne sledi :(", - "has_no_posts": "Uporabnik še ni nič objavil.", - "has_no_best_posts": "Ta uporabnik še nima nobenih objav z glasovi za.", - "has_no_topics": "Uporabnik še ni objavil nobene teme.", - "has_no_watched_topics": "Uporabnik še ne spremlja nobene teme.", - "has_no_ignored_topics": "Ta uporabnik še nima nobenih prezrtih tem.", - "has_no_upvoted_posts": "Uporabnik še ni glasoval za nobeno objavo.", - "has_no_downvoted_posts": "Uporabnik še ni glasoval proti nobeni objavi.", - "has_no_controversial_posts": "This user does not have any downvoted posts yet.", - "has_no_blocks": "Nimate blokiranih uporabnikov.", - "email_hidden": "Skrit e-poštni naslov", + "show-email": "Pokaži moj e-poštni naslov.", + "show-fullname": "Pokaži moj ime in priimek.", + "restrict-chats": "Dovoli klepet samo z osebami, ki jim sledim.", + "digest-label": "Prijavi se na izvleček", + "digest-description": "Prijavi se na obveščanje preko e-pošte (nova obvestila ali teme) na podlagi naslednjega urnika", + "digest-off": "Izključi", + "digest-daily": "Dnevno", + "digest-weekly": "Tedensko", + "digest-biweekly": "Bi-Weekly", + "digest-monthly": "Mesečno", + "has-no-follower": "Uporabniku nihče ne sledi :(", + "follows-no-one": "Uporabnik nikomur ne sledi :(", + "has-no-posts": "Uporabnik še ni nič objavil.", + "has-no-best-posts": "Ta uporabnik še nima nobenih objav z glasovi za.", + "has-no-topics": "Uporabnik še ni objavil nobene teme.", + "has-no-watched-topics": "Uporabnik še ne spremlja nobene teme.", + "has-no-ignored-topics": "Ta uporabnik še nima nobenih prezrtih tem.", + "has-no-upvoted-posts": "Uporabnik še ni glasoval za nobeno objavo.", + "has-no-downvoted-posts": "Uporabnik še ni glasoval proti nobeni objavi.", + "has-no-controversial-posts": "This user does not have any downvoted posts yet.", + "has-no-blocks": "Nimate blokiranih uporabnikov.", + "email-hidden": "Skrit e-poštni naslov", "hidden": "skrit", - "paginate_description": "Uporabi oštevilčenje strani namesto neskončnega drsenja", - "topics_per_page": "Število tem na stran", - "posts_per_page": "Število objav na stran", + "paginate-description": "Uporabi oštevilčenje strani namesto neskončnega drsenja", + "topics-per-page": "Število tem na stran", + "posts-per-page": "Število objav na stran", "category-topic-sort": "Category topic sort", "topic-post-sort": "Topic post sort", - "max_items_per_page": "Največ %1", - "acp_language": "Jezik skrbniških strani", + "max-items-per-page": "Največ %1", + "acp-language": "Jezik skrbniških strani", "notifications": "Obvestila", "upvote-notif-freq": "Pogostost obveščanja o glasovih za", "upvote-notif-freq.all": "Vsi glasovi za", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "On 10, 100, 1000...", "upvote-notif-freq.disabled": "Onemogočeno", "browsing": "Preglej nastavitve", - "open_links_in_new_tab": "Zunanje povezave odpri v novem zavihku", - "enable_topic_searching": "Omogoči iskanje znotraj teme", - "topic_search_help": "Če omogočite, bo iskanje prepisalo brskalnikove prevzete nastavitve in vam omogočilo iskanje skozi celotno temo.", - "update_url_with_post_index": "Update url with post index while browsing topics", - "scroll_to_my_post": "Po objavi odgovora prikaži novo objavo", - "follow_topics_you_reply_to": "Spremljanj teme, na katere si odgovoril", - "follow_topics_you_create": "Spremljanj teme, ki si jih ustvaril", + "open-links-in-new-tab": "Zunanje povezave odpri v novem zavihku", + "enable-topic-searching": "Omogoči iskanje znotraj teme", + "topic-search-help": "Če omogočite, bo iskanje prepisalo brskalnikove prevzete nastavitve in vam omogočilo iskanje skozi celotno temo.", + "update-url-with-post-index": "Update url with post index while browsing topics", + "scroll-to-my-post": "Po objavi odgovora prikaži novo objavo", + "follow-topics-you-reply-to": "Spremljanj teme, na katere si odgovoril", + "follow-topics-you-create": "Spremljanj teme, ki si jih ustvaril", "grouptitle": "Naslov skupine", "group-order-help": "Izberi skupino in uporabi puščice za razvrstitev naslovov", "no-group-title": "Skupina nima imena", @@ -145,10 +147,10 @@ "no-skin": "No Skin", "select-homepage": "Izberi domačo stran", "homepage": "Domača stran", - "homepage_description": "Izberite stran, ki jo želite uporabiti kot domačo stran foruma, ali 'Brez', če želite uporabiti privzeto domačo stran.", - "custom_route": "Po do domače strani po meri", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", - "sso.title": "Storitev enotne prijave ", + "homepage-description": "Izberite stran, ki jo želite uporabiti kot domačo stran foruma, ali 'Brez', če želite uporabiti privzeto domačo stran.", + "custom-route": "Po do domače strani po meri", + "custom-route-help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", + "sso.title": "Storitev enotne prijave", "sso.associated": "Povezan z", "sso.not-associated": "Kliknite tu da povežete z", "sso.dissociate": "Dissociate", @@ -179,25 +181,25 @@ "consent.title": "Your Rights & Consent", "consent.lead": "Ta forum skupnosti zbira in obdeluje vaše osebne podatke.", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", - "consent.email_intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", - "consent.digest_frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", - "consent.digest_off": "Unless explicitly changed in your user settings, this community does not send out email digests", + "consent.email-intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", + "consent.digest-frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", + "consent.digest-off": "Unless explicitly changed in your user settings, this community does not send out email digests", "consent.received": "You have provided consent for this website to collect and process your information. No additional action is required.", - "consent.not_received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", + "consent.not-received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", "consent.give": "Give consent", - "consent.right_of_access": "You have the Right of Access", - "consent.right_of_access_description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", - "consent.right_to_rectification": "Imate pravico do popravka.", - "consent.right_to_rectification_description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", - "consent.right_to_erasure": "Imate pravico do izbrisa.", - "consent.right_to_erasure_description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", - "consent.right_to_data_portability": "Imate pravico do prenosa podatkov", - "consent.right_to_data_portability_description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", - "consent.export_profile": "Izvozi profil (.json)", + "consent.right-of-access": "You have the Right of Access", + "consent.right-of-access-description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", + "consent.right-to-rectification": "Imate pravico do popravka.", + "consent.right-to-rectification-description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", + "consent.right-to-erasure": "Imate pravico do izbrisa.", + "consent.right-to-erasure-description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", + "consent.right-to-data-portability": "Imate pravico do prenosa podatkov", + "consent.right-to-data-portability-description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", + "consent.export-profile": "Izvozi profil (.json)", "consent.export-profile-success": "Exporting profile, you will get a notification when it is complete.", - "consent.export_uploads": "Izvozi naloženo vsebino (.zip)", + "consent.export-uploads": "Izvozi naloženo vsebino (.zip)", "consent.export-uploads-success": "Exporting uploads, you will get a notification when it is complete.", - "consent.export_posts": "Izvozi objave (.csv)", + "consent.export-posts": "Izvozi objave (.csv)", "consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.", "emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.", "emailUpdate.optional": "This field is optional. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.", diff --git a/public/language/sl/users.json b/public/language/sl/users.json index 03ac37e2a8..a81c715447 100644 --- a/public/language/sl/users.json +++ b/public/language/sl/users.json @@ -1,13 +1,13 @@ { "all-users": "All Users", - "latest_users": "Zadnji uporabniki", - "top_posters": "Najboljši uporabniki", - "most_reputation": "Največ ugleda", - "most_flags": "Most Flags", + "latest-users": "Zadnji uporabniki", + "top-posters": "Najboljši uporabniki", + "most-reputation": "Največ ugleda", + "most-flags": "Most Flags", "search": "Išči", - "enter_username": "Za iskanje vpiši uporabniško ime", + "enter-username": "Za iskanje vpiši uporabniško ime", "search-user-for-chat": "Search for a user to start chat", - "load_more": "Naloži več", + "load-more": "Naloži več", "users-found-search-took": "%1 uporabnik(ov) najdenih! Iskanje je potrebovalo %2 sekunde.", "filter-by": "Filtriraj po", "online-only": "Samo dosegljivi", @@ -15,10 +15,10 @@ "prompt-email": "Emails:", "groups-to-join": "Groups to be joined when invite is accepted:", "invitation-email-sent": "Povabilo je bilo poslano na e-mail naslov %1", - "user_list": "Sezam uporabnikov", - "recent_topics": "Zadnje teme", - "popular_topics": "Priljubljene teme", - "unread_topics": "Neprebrane teme", + "user-list": "Sezam uporabnikov", + "recent-topics": "Zadnje teme", + "popular-topics": "Priljubljene teme", + "unread-topics": "Neprebrane teme", "categories": "Kategorije", "tags": "Oznake", "no-users-found": "Ni mogoče najti uporabnikov" diff --git a/public/language/sq-AL/admin/advanced/events.json b/public/language/sq-AL/admin/advanced/events.json index b2c2033fb5..9327eef8d3 100644 --- a/public/language/sq-AL/admin/advanced/events.json +++ b/public/language/sq-AL/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "Event Type", "filter-start": "Start Date", "filter-end": "End Date", - "filter-perPage": "Per Page" + "filter-per-page": "Per Page" } \ No newline at end of file diff --git a/public/language/sq-AL/admin/extend/widgets.json b/public/language/sq-AL/admin/extend/widgets.json index ab3a4b11d2..5d2832feed 100644 --- a/public/language/sq-AL/admin/extend/widgets.json +++ b/public/language/sq-AL/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "No widgets found! Activate the widget essentials plugin in the plugins control panel.", "clone-from": "Clone widgets from", "containers.available": "Available Containers", - "containers.explanation": "Drag and drop on top of any active widget", + "containers.explanation": "Drag and drop on top of any widget", "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", @@ -29,5 +29,7 @@ "hide-from-groups": "Hide from groups", "start-date": "Start date", "end-date": "End date", - "hide-on-mobile": "Hide on mobile" + "hide-on-mobile": "Hide on mobile", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/sq-AL/admin/manage/privileges.json b/public/language/sq-AL/admin/manage/privileges.json index 9af075bcfa..240cff6aa5 100644 --- a/public/language/sq-AL/admin/manage/privileges.json +++ b/public/language/sq-AL/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "Edit Privileges", "select-clear-all": "Select/Clear All", "chat": "Chat", + "chat-with-privileged": "Chat with Privileged", "upload-images": "Upload Images", "upload-files": "Upload Files", "signature": "Signature", @@ -33,7 +34,7 @@ "edit-posts": "Edit Posts", "view-edit-history": "View Edit History", "delete-posts": "Delete Posts", - "view_deleted": "View Deleted Posts", + "view-deleted": "View Deleted Posts", "upvote-posts": "Upvote Posts", "downvote-posts": "Downvote Posts", "delete-topics": "Delete Topics", diff --git a/public/language/sq-AL/admin/manage/users.json b/public/language/sq-AL/admin/manage/users.json index 1fef96f56d..08e5701f40 100644 --- a/public/language/sq-AL/admin/manage/users.json +++ b/public/language/sq-AL/admin/manage/users.json @@ -4,16 +4,21 @@ "edit": "Actions", "make-admin": "Make Admin", "remove-admin": "Remove Admin", + "change-email": "Change Email", + "new-email": "New Email", "validate-email": "Validate Email", "send-validation-email": "Send Validation Email", + "change-password": "Change Password", "password-reset-email": "Send Password Reset Email", "force-password-reset": "Force Password Reset & Log User Out", - "ban": "Ban User(s)", + "ban": "Ban", + "ban-users": "Ban User(s)", "temp-ban": "Ban User(s) Temporarily", "unban": "Unban User(s)", "reset-lockout": "Reset Lockout", "reset-flags": "Reset Flags", - "delete": "Delete User(s)", + "delete": "Delete", + "delete-users": "Delete User(s)", "delete-content": "Delete User(s) Content", "purge": "Delete User(s) and Content", "download-csv": "Download CSV", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "Ban %1 user(s)", "alerts.unban-success": "User(s) unbanned!", "alerts.lockout-reset-success": "Lockout(s) reset!", + "alerts.password-change-success": "Password(s) changed!", "alerts.flag-reset-success": "Flags(s) reset!", "alerts.no-remove-yourself-admin": "You can't remove yourself as Administrator!", "alerts.make-admin-success": "User is now administrator.", @@ -106,6 +112,7 @@ "alerts.create": "Create User", "alerts.button-create": "Create", "alerts.button-cancel": "Cancel", + "alerts.button-change": "Change", "alerts.error-passwords-different": "Passwords must match!", "alerts.error-x": "Error

%1

", "alerts.create-success": "User created!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "Emails: ", "alerts.email-sent-to": "An invitation email has been sent to %1", "alerts.x-users-found": "%1 user(s) found, (%2 seconds)", + "alerts.select-a-single-user-to-change-email": "Select a single user to change email", "export-users-started": "Exporting users as csv, this might take a while. You will receive a notification when it is complete.", - "export-users-completed": "Users exported as csv, click here to download." + "export-users-completed": "Users exported as csv, click here to download.", + "email": "Email", + "password": "Password", + "manage": "Manage" } \ No newline at end of file diff --git a/public/language/sq-AL/admin/settings/chat.json b/public/language/sq-AL/admin/settings/chat.json index e4946458bd..86360a34ee 100644 --- a/public/language/sq-AL/admin/settings/chat.json +++ b/public/language/sq-AL/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "Enter 0 to disable this restriction", "chat-settings": "Chat Settings", "disable": "Disable chat", "disable-editing": "Disable chat message editing/deletion", @@ -6,8 +7,10 @@ "max-length": "Maximum length of chat messages", "max-chat-room-name-length": "Maximum length of chat room names", "max-room-size": "Maximum number of users in chat rooms", - "delay": "Time between chat messages in milliseconds", - "notification-delay": "Notification delay for chat messages. (0 for no delay)", - "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable. (0 disabled)", - "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable. (0 disabled)" + "delay": "Time between chat messages (ms)", + "newbieDelay": "... for new users (ms)", + "notification-delay": "Notification delay for chat messages", + "notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.", + "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.", + "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable." } \ No newline at end of file diff --git a/public/language/sq-AL/admin/settings/post.json b/public/language/sq-AL/admin/settings/post.json index 9dc61afe57..9de7dc76fa 100644 --- a/public/language/sq-AL/admin/settings/post.json +++ b/public/language/sq-AL/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "Title Length", "restrictions.post-length": "Post Length", "restrictions.days-until-stale": "Days until topic is considered stale", - "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic.", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "Timestamp", "timestamp.cut-off": "Date cut-off (in days)", "timestamp.cut-off-help": "Dates & times will be shown in a relative manner (e.g. \"3 hours ago\" / \"5 days ago\"), and localised into various\n\t\t\t\t\tlanguages. After a certain point, this text can be switched to display the localised date itself\n\t\t\t\t\t(e.g. 5 Nov 2016 15:30).
(Default: 30, or one month). Set to 0 to always display dates, leave blank to always display relative times.", diff --git a/public/language/sq-AL/admin/settings/user.json b/public/language/sq-AL/admin/settings/user.json index 368548ba74..816bdfc150 100644 --- a/public/language/sq-AL/admin/settings/user.json +++ b/public/language/sq-AL/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "Username or Email", "allow-login-with.username": "Username Only", "account-settings": "Account Settings", - "gdpr_enabled": "Enable GDPR consent collection", - "gdpr_enabled_help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", + "gdpr-enabled": "Enable GDPR consent collection", + "gdpr-enabled-help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", "disable-username-changes": "Disable username changes", "disable-email-changes": "Disable email changes", "disable-password-changes": "Disable password changes", diff --git a/public/language/sq-AL/category.json b/public/language/sq-AL/category.json index a8f0c123d3..94930bb93c 100644 --- a/public/language/sq-AL/category.json +++ b/public/language/sq-AL/category.json @@ -1,18 +1,18 @@ { "category": "Kategoria", "subcategories": "Nënkategoritë", - "new_topic_button": "Temë e re", + "new-topic-button": "Temë e re", "guest-login-post": "Hyr për të postuar", - "no_topics": "Nuk ka tema në këtë kategori.
Pse nuk provon të postosh diçka?", + "no-topics": "Nuk ka tema në këtë kategori.
Pse nuk provon të postosh diçka?", "browsing": "Duke Shfletuar", - "no_replies": "Askush nuk ka kthyer përgjigje", - "no_new_posts": "Nuk ka postime të reja", + "no-replies": "Askush nuk ka kthyer përgjigje", + "no-new-posts": "Nuk ka postime të reja", "watch": "Shiko", "ignore": "Injoro", "watching": "Ndiq temën", "not-watching": "Mos e ndiq temën", "ignoring": "Injoro", - "watching.description": "Shfaq temat e fundit dhe të palexuara ", + "watching.description": "Shfaq temat e fundit dhe të palexuara", "not-watching.description": "Mos shfaq temat e palexuara, shfaq vetem temat më të fundit", "ignoring.description": "Mos shfaq temat e fundit dhe të palexuara", "watching.message": "Tani je duke ndjekur përditësimet nga kjo kategori dhe të gjitha nënkategoritë e saj.", diff --git a/public/language/sq-AL/email.json b/public/language/sq-AL/email.json index 490831b03c..9929c3723e 100644 --- a/public/language/sq-AL/email.json +++ b/public/language/sq-AL/email.json @@ -3,8 +3,8 @@ "password-reset-requested": "Rivendosja e fjalëkalimit u dërgua!", "welcome-to": "Mirë se erdhe në %1", "invite": "Ju ka ardhur ftesë nga %1", - "greeting_no_name": "Përshëndetje", - "greeting_with_name": "Përshëndetje %1", + "greeting-no-name": "Përshëndetje", + "greeting-with-name": "Përshëndetje %1", "email.verify-your-email.subject": "Ju lutem verifikoni email-in tuaj!", "email.verify.text1": "Ju keni kërkuar të ndryshojmë ose konfirmojmë adresën e email-it tuaj", "email.verify.text2": "Për qëllime sigurie, ne ndryshojmë ose konfirmojmë adresën e emailit vetëm pasi të jetë konfirmuar pronësia e tij. Nëse nuk e keni kërkuar këtë ndryshim, nuk nevojitet asnjë veprim nga ana juaj.", @@ -24,7 +24,7 @@ "reset.notify.text2": "Nëse nuk e keni autorizuar këtë, ju lutemi njoftoni menjëherë një administrator të VIAL.", "digest.unread-rooms": "Unread rooms", "digest.room-name-unreadcount": "%1 (%2 unread)", - "digest.latest_topics": "Temat e fundit nga %1", + "digest.latest-topics": "Temat e fundit nga %1", "digest.top-topics": "Temat kryesore nga %1", "digest.popular-topics": "Tema të njohura nga %1", "digest.cta": "Klikoni këtu për të vizituar %1", @@ -36,8 +36,8 @@ "digest.title.day": "Përmbledhja juaj e përditshme", "digest.title.week": "Përmbledhja juaj e përjavshme", "digest.title.month": "Përmbledhja juaj mujore", - "notif.chat.subject": "Një mesazh i ri nga %1", - "notif.chat.public-chat-subject": "New message from %1 in room %2", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "Klikoni këtu për të vazhduar bisedën", "notif.chat.unsub.info": "Ky njoftim për bisedën ju është dërguar për shkak të abonimit tuaj.", "notif.post.unsub.info": "Ky njoftim i postimit ju është dërguar për shkak të abonimit tuaj.", diff --git a/public/language/sq-AL/error.json b/public/language/sq-AL/error.json index 92dbf45e49..1a31a1513d 100644 --- a/public/language/sq-AL/error.json +++ b/public/language/sq-AL/error.json @@ -184,6 +184,7 @@ "post-flagged-too-many-times": "Ky postim është raportuar tashmë nga të tjerë", "user-flagged-too-many-times": "Ky përdorues tashmë është raportuar nga të tjerë", "cant-flag-privileged": "Nuk ju lejohet të raportoni profilet ose përmbajtjen e përdoruesve të privilegjuar (moderatorët/administratorët)", + "cant-locate-flag-report": "Cannot locate flag report", "self-vote": "Ju nuk mund të votoni për postimin tuaj", "too-many-upvotes-today": "Ju mund të votoni pro vetëm %1 herë në ditë", "too-many-upvotes-today-user": "Ju mund të votoni një përdorues %1 herë në ditë", diff --git a/public/language/sq-AL/flags.json b/public/language/sq-AL/flags.json index eafc9c3a39..db14cae57d 100644 --- a/public/language/sq-AL/flags.json +++ b/public/language/sq-AL/flags.json @@ -1,5 +1,6 @@ { "state": "Gjendja", + "report": "Report", "reports": "Raportet", "first-reported": "Raportuar për herë të parë", "no-flags": "Juhu! Nuk u gjet asnje gabim.", @@ -8,6 +9,8 @@ "update": "Përditëso", "updated": "I përditësuar", "resolved": "E zgjidhur", + "report-added": "Added", + "report-rescinded": "Rescinded", "target-purged": "Përmbajtja të cilës i referohet ky raportim është fshire dhe nuk disponohet më.", "target-aboutme-empty": "This user has no "About Me" set.", diff --git a/public/language/sq-AL/global.json b/public/language/sq-AL/global.json index 6eb4e3654d..e5b0780b7b 100644 --- a/public/language/sq-AL/global.json +++ b/public/language/sq-AL/global.json @@ -13,19 +13,19 @@ "400.message": "It looks like this link is malformed, please double-check and try again.
Return to the home page.
", "register": "Regjistrohu", "login": "Hyr", - "please_log_in": "Ju lutemi Identifikohu", + "please-log-in": "Ju lutemi Identifikohu", "logout": "Dil", - "posting_restriction_info": "Postimi aktualisht është i kufizuar vetëm për anëtarët e regjistruar, klikoni këtu për t'u identifikuar.", - "welcome_back": "Mirë se u kthyet", - "you_have_successfully_logged_in": "Ju keni hyrë me sukses", - "save_changes": "Ruaj ndryshimet", + "posting-restriction-info": "Postimi aktualisht është i kufizuar vetëm për anëtarët e regjistruar, klikoni këtu për t'u identifikuar.", + "welcome-back": "Mirë se u kthyet", + "you-have-successfully-logged-in": "Ju keni hyrë me sukses", + "save-changes": "Ruaj ndryshimet", "save": "Ruaj", "create": "Create", "cancel": "Cancel", "close": "Mbyll", "pagination": "Numërim Faqesh", - "pagination.out_of": "%1 nga %2", - "pagination.enter_index": "Shkoni te indeksi i postimit", + "pagination.out-of": "%1 nga %2", + "pagination.enter-index": "Shkoni te indeksi i postimit", "header.admin": "Administratorët", "header.categories": "KATEGORITË", "header.recent": "TË FUNDIT", @@ -80,25 +80,25 @@ "lastpost": "Postimi i fundit", "firstpost": "Postimi i parë", "about": "About", - "read_more": "Lexo më shumë", + "read-more": "Lexo më shumë", "more": "Më shumë", "none": "Asnjë", - "posted_ago_by_guest": "postuar %1 nga Vizitori", - "posted_ago_by": "postuar %1 nga %2", - "posted_ago": "postuar %1", - "posted_in": "postuar ne %1", - "posted_in_by": "postuar %1 nga %2", - "posted_in_ago": "postuar ne %1 %2", - "posted_in_ago_by": "postuar %1 %2 nga %3", - "user_posted_ago": "%1 postoi %2", - "guest_posted_ago": "Vizitori postoi %1", - "last_edited_by": "Modifikuar së fundi nga %1", + "posted-ago-by-guest": "postuar %1 nga Vizitori", + "posted-ago-by": "postuar %1 nga %2", + "posted-ago": "postuar %1", + "posted-in": "postuar ne %1", + "posted-in-by": "postuar %1 nga %2", + "posted-in-ago": "postuar ne %1 %2", + "posted-in-ago-by": "postuar %1 %2 nga %3", + "user-posted-ago": "%1 postoi %2", + "guest-posted-ago": "Vizitori postoi %1", + "last-edited-by": "Modifikuar së fundi nga %1", "edited-timestamp": "Edited %1", "norecentposts": "Nuk ka postime të fundit", "norecenttopics": "Nuk ka tema të fundit", "recentposts": "Postimet e fundit", "recentips": "IP-të e regjistruara së fundi", - "moderator_tools": "Mjetet e Moderatorit", + "moderator-tools": "Mjetet e Moderatorit", "status": "Status", "online": "Online", "away": "Kam ikur", @@ -109,7 +109,7 @@ "language": "Gjuha", "guest": "I ftuar", "guests": "Të ftuarit", - "former_user": "Një Ish Përdorues", + "former-user": "Një Ish Përdorues", "system-user": "Sistemi", "unknown-user": "Përdorues i panjohur", "updated.title": "Forumi u përditësua", @@ -117,12 +117,12 @@ "privacy": "Privatësia", "follow": "Ndiqni", "unfollow": "Hiq", - "delete_all": "Fshiji te gjitha", + "delete-all": "Fshiji te gjitha", "map": "Harta", "sessions": "Sesionet e hyrjes", - "ip_address": "Adresa IP", - "enter_page_number": "Fut numrin e faqes", - "upload_file": "Ngarko materialin", + "ip-address": "Adresa IP", + "enter-page-number": "Fut numrin e faqes", + "upload-file": "Ngarko materialin", "upload": "Ngarko", "uploads": "Ngarkime", "allowed-file-types": "Llojet e lejuara të skedarëve janë %1", @@ -131,7 +131,7 @@ "play": "Luaj", "cookies.message": "Kjo faqe interneti përdor cookie për tu siguruar që ju të keni përvojën më të mirë në VIAL.", "cookies.accept": "E kuptova!", - "cookies.learn_more": "Mëso më shumë", + "cookies.learn-more": "Mëso më shumë", "edited": "U rregullua", "disabled": "Zhblloko", "select": "Zgjidh", diff --git a/public/language/sq-AL/groups.json b/public/language/sq-AL/groups.json index e828521ec0..f6f0c40209 100644 --- a/public/language/sq-AL/groups.json +++ b/public/language/sq-AL/groups.json @@ -2,65 +2,65 @@ "all-groups": "All groups", "groups": "Grupe", "members": "Members", - "view_group": "Shiko grupin", + "view-group": "Shiko grupin", "owner": "Zotuesi i grupit", - "new_group": "Krijo një grup të ri", - "no_groups_found": "Nuk ka grupe për të parë", + "new-group": "Krijo një grup të ri", + "no-groups-found": "Nuk ka grupe për të parë", "pending.accept": "Prano", "pending.reject": "Refuzo", - "pending.accept_all": "Prano te gjitha", - "pending.reject_all": "Refuzo te gjitha", + "pending.accept-all": "Prano te gjitha", + "pending.reject-all": "Refuzo te gjitha", "pending.none": "Nuk ka anëtarë në pritje për momentin", "invited.none": "Nuk ka anëtarë të ftuar në këtë moment", "invited.uninvite": "Hiq ftesën", "invited.search": "Kërkoni një përdorues për ta ftuar në këtë grup", - "invited.notification_title": "Jeni ftuar të bashkoheni me %1 ", - "request.notification_title": "Kërkesë për anëtarësim në grup nga % 1", - "request.notification_text": "%1 ka kërkuar të bëhet anëtar i %2", + "invited.notification-title": "Jeni ftuar të bashkoheni me %1 ", + "request.notification-title": "Kërkesë për anëtarësim në grup nga % 1", + "request.notification-text": "%1 ka kërkuar të bëhet anëtar i %2", "cover-save": "Ruaj", "cover-saving": "Duke u ruajtur", "details.title": "Detajet e grupit", "details.members": "Lista e Anëtarëve", "details.pending": "Anëtarët në pritje", "details.invited": "Anëtarët e ftuar", - "details.has_no_posts": "Anëtarët e këtij grupi nuk kanë bërë asnjë postim.", - "details.latest_posts": "Postimet e fundit", + "details.has-no-posts": "Anëtarët e këtij grupi nuk kanë bërë asnjë postim.", + "details.latest-posts": "Postimet e fundit", "details.private": "Private", "details.disableJoinRequests": "Çaktivizo kërkesat për bashkim", "details.disableLeave": "Mos lejoni përdoruesit të largohen nga grupi", "details.grant": "Dhënia/Shfuqizimi i Pronësisë", "details.kick": "Largo", - "details.kick_confirm": "Jeni i sigurt që dëshironi ta hiqni këtë anëtar nga grupi?", + "details.kick-confirm": "Jeni i sigurt që dëshironi ta hiqni këtë anëtar nga grupi?", "details.add-member": "Shto Anëtar", - "details.owner_options": "Administrimi i grupit", - "details.group_name": "Emri i grupit", - "details.member_count": "Numri i anëtarëve", - "details.creation_date": "Data e krijimit", + "details.owner-options": "Administrimi i grupit", + "details.group-name": "Emri i grupit", + "details.member-count": "Numri i anëtarëve", + "details.creation-date": "Data e krijimit", "details.description": "Përshkrim", "details.member-post-cids": "ID-të e kategorive për të shfaqur postimet nga", - "details.badge_preview": "Pamja paraprake e medaljes", - "details.change_icon": "Ndrysho ikonën", - "details.change_label_colour": "Ndrysho ngjyrën e kontureve", - "details.change_text_colour": "Ndrysho ngjyrën e tekstit", - "details.badge_text": "Teksti i medaljes", + "details.badge-preview": "Pamja paraprake e medaljes", + "details.change-icon": "Ndrysho ikonën", + "details.change-label-colour": "Ndrysho ngjyrën e kontureve", + "details.change-text-colour": "Ndrysho ngjyrën e tekstit", + "details.badge-text": "Teksti i medaljes", "details.userTitleEnabled": "Shfaq medaljen", - "details.private_help": "Nëse aktivizohet, bashkimi i grupeve kërkon miratimin nga një pronar grupi", + "details.private-help": "Nëse aktivizohet, bashkimi i grupeve kërkon miratimin nga një pronar grupi", "details.hidden": "I fshehur", - "details.hidden_help": "Nëse aktivizohet, ky grup nuk do të gjendet në listën e grupeve dhe përdoruesit do të duhet të ftohen manualisht", - "details.delete_group": "Fshij grupin", - "details.private_system_help": "Grupet private janë çaktivizuar në nivel sistemi, ky opsion nuk bën asgjë", + "details.hidden-help": "Nëse aktivizohet, ky grup nuk do të gjendet në listën e grupeve dhe përdoruesit do të duhet të ftohen manualisht", + "details.delete-group": "Fshij grupin", + "details.private-system-help": "Grupet private janë çaktivizuar në nivel sistemi, ky opsion nuk bën asgjë", "event.updated": "Detajet e grupit janë përditësuar", "event.deleted": "Grupi \"%1\" është fshirë", "membership.accept-invitation": "Prano Ftesën", - "membership.accept.notification_title": "Tani jeni anëtar i %1", + "membership.accept.notification-title": "Tani jeni anëtar i %1", "membership.invitation-pending": "Ftesa në pritje", "membership.join-group": "Bashkohu në grup", "membership.leave-group": "Dil nga grupi", - "membership.leave.notification_title": "% 1 ka lënë grupin % 2", + "membership.leave.notification-title": "% 1 ka lënë grupin % 2", "membership.reject": "Refuzo", - "new-group.group_name": "Emri i grupit:", + "new-group.group-name": "Emri i grupit:", "upload-group-cover": "Ngarko foton e coverit për grupin", "bulk-invite-instructions": "Futni një listë të emrave të përdoruesve të ndarë me presje për t'i ftuar në këtë grup", "bulk-invite": "Ftesë me shumicë", - "remove_group_cover_confirm": "Jeni i sigurt që dëshironi ta hiqni foton e coverit?" + "remove-group-cover-confirm": "Jeni i sigurt që dëshironi ta hiqni foton e coverit?" } \ No newline at end of file diff --git a/public/language/sq-AL/login.json b/public/language/sq-AL/login.json index 68d155724a..952fea94a8 100644 --- a/public/language/sq-AL/login.json +++ b/public/language/sq-AL/login.json @@ -1,12 +1,12 @@ { "username-email": "Emri i përdoruesit / Email", "username": "Emri i përdoruesit", - "remember_me": "Më mban mend?", - "forgot_password": "Harruat fjalëkalimin?", - "alternative_logins": "Hyrjet alternative", - "failed_login_attempt": "Identifikimi i pasuksesshëm", - "login_successful": "Ju keni hyrë me sukses në forum!", - "dont_have_account": "Nuk keni një llogari?", + "remember-me": "Më mban mend?", + "forgot-password": "Harruat fjalëkalimin?", + "alternative-logins": "Hyrjet alternative", + "failed-login-attempt": "Identifikimi i pasuksesshëm", + "login-successful": "Ju keni hyrë me sukses në forum!", + "dont-have-account": "Nuk keni një llogari?", "logged-out-due-to-inactivity": "Ju keni dalë nga paneli i kontrollit të administratorit për shkak të pasivitetit", "caps-lock-enabled": "Caps Lock është aktivizuar" } \ No newline at end of file diff --git a/public/language/sq-AL/modules.json b/public/language/sq-AL/modules.json index 1080b2c706..390133f050 100644 --- a/public/language/sq-AL/modules.json +++ b/public/language/sq-AL/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "Room %1", - "chat.chatting_with": "Bisedo me", + "chat.chatting-with": "Bisedo me", "chat.placeholder": "Shkruani mesazhin e bisedës këtu, tërhiqni dhe lëshoni imazhet, shtypni enter për t'i dërguar", "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Go to most recent message", @@ -8,12 +8,15 @@ "chat.chat-with-usernames": "Chat with %1", "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Dërgo", - "chat.no_active": "Ju nuk keni biseda aktive.", - "chat.user_typing": "%1 është duke shkruajtur...", - "chat.user_has_messaged_you": "%1 ju ka dërguar mesazh.", + "chat.no-active": "Ju nuk keni biseda aktive.", + "chat.user-typing-1": "%1 is typing ...", + "chat.user-typing-2": "%1 and %2 are typing ...", + "chat.user-typing-3": "%1, %2 and %3 are typing ...", + "chat.user-typing-n": "%1, %2 and %3 others are typing ...", + "chat.user-has-messaged-you": "%1 ju ka dërguar mesazh.", "chat.replying-to": "Replying to %1", - "chat.see_all": "All chats", - "chat.mark_all_read": "Mark all read", + "chat.see-all": "All chats", + "chat.mark-all-read": "Mark all read", "chat.no-messages": "Ju lutemi zgjidhni një person për të parë historikun e mesazheve të bisedës", "chat.no-users-in-room": "Jo përdorues në këtë hapësirë", "chat.recent-chats": "Bisedat e fundit", @@ -24,12 +27,16 @@ "chat.pop-out": "Veco bisedën", "chat.minimize": "Minimizo", "chat.maximize": "Maksimizo", - "chat.seven_days": "7 Ditë", - "chat.thirty_days": "30 Ditë", - "chat.three_months": "3 Muaj", - "chat.delete_message_confirm": "A je i sigurt që dëshiron ta fshihni këtë mesazh?", + "chat.seven-days": "7 Ditë", + "chat.thirty-days": "30 Ditë", + "chat.three-months": "3 Muaj", + "chat.delete-message-confirm": "A je i sigurt që dëshiron ta fshihni këtë mesazh?", "chat.retrieving-users": "Duke marrë përdoruesit...", "chat.view-users-list": "View users list", + "chat.pinned-messages": "Pinned Messages", + "chat.no-pinned-messages": "There are no pinned messages", + "chat.pin-message": "Pin Message", + "chat.unpin-message": "Unpin Message", "chat.public-rooms": "Public Rooms (%1)", "chat.private-rooms": "Private Rooms (%1)", "chat.create-room": "Create Chat Room", @@ -67,17 +74,24 @@ "chat.system.user-leave": "%1 has left the room ", "chat.system.room-rename": "%2 has renamed this room to \"%1\" ", "composer.compose": "Harto", - "composer.show_preview": "Shiko rezultatin", - "composer.hide_preview": "Mbulo rezultatin", + "composer.show-preview": "Shiko rezultatin", + "composer.hide-preview": "Mbulo rezultatin", "composer.help": "Help", - "composer.user_said_in": "%1 tha në %2:", - "composer.user_said": "%1 tha:", + "composer.user-said-in": "%1 tha në %2:", + "composer.user-said": "%1 tha:", "composer.discard": "Jeni i sigurt që dëshironi ta hiqni këtë postim?", - "composer.submit_and_lock": "Dorëzo dhe izolo", - "composer.toggle_dropdown": "Aktivizo Dropdown", + "composer.submit-and-lock": "Dorëzo dhe izolo", + "composer.toggle-dropdown": "Aktivizo Dropdown", "composer.uploading": "Ngarkimi %1", "composer.formatting.bold": "Bold", "composer.formatting.italic": "Italic", + "composer.formatting.heading": "Heading", + "composer.formatting.heading1": "Heading 1", + "composer.formatting.heading2": "Heading 2", + "composer.formatting.heading3": "Heading 3", + "composer.formatting.heading4": "Heading 4", + "composer.formatting.heading5": "Heading 5", + "composer.formatting.heading6": "Heading 6", "composer.formatting.list": "List", "composer.formatting.strikethrough": "Kalo nëpërmjet", "composer.formatting.code": "Kodi", @@ -85,9 +99,10 @@ "composer.formatting.picture": "Linku i imazhit", "composer.upload-picture": "Ngarko imazhin", "composer.upload-file": "Ngarko dokumentin", - "composer.zen_mode": "Modeli Zen ", - "composer.select_category": "Zgjidh nje kategori", + "composer.zen-mode": "Modeli Zen", + "composer.select-category": "Zgjidh nje kategori", "composer.textarea.placeholder": "Futni përmbajtjen tuaj të postimit këtu, tërhiqni dhe lëshoni imazhet", + "composer.post-queue-alert": "Hello👋!
This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.", "composer.schedule-for": "Programoni temën për", "composer.schedule-date": "Data", "composer.schedule-time": "Koha", @@ -99,11 +114,11 @@ "composer.discard-draft-confirm": "Do you want to discard this draft?", "bootbox.ok": "Në rregull", "bootbox.cancel": "Anullo", - "bootbox.confirm": "Konfirmo ", + "bootbox.confirm": "Konfirmo", "bootbox.submit": "Paraqes", "bootbox.send": "Dërgo", - "cover.dragging_title": "Pozicionimi i fotos së kopertinës", - "cover.dragging_message": "Zhvendosni foton e kopertinës në pozicionin e dëshiruar dhe klikoni \"Ruaj\"", + "cover.dragging-title": "Pozicionimi i fotos së kopertinës", + "cover.dragging-message": "Zhvendosni foton e kopertinës në pozicionin e dëshiruar dhe klikoni \"Ruaj\"", "cover.saved": "Imazhi dhe pozicioni i fotos së kopertinës u ruajtën", "thumbs.modal.title": "Menaxho fotografitë e temave", "thumbs.modal.no-thumbs": "Nuk u gjeten informacione.", diff --git a/public/language/sq-AL/notifications.json b/public/language/sq-AL/notifications.json index 9e85bb7f52..95bc874011 100644 --- a/public/language/sq-AL/notifications.json +++ b/public/language/sq-AL/notifications.json @@ -1,59 +1,68 @@ { "title": "Njoftimet", - "no_notifs": "Ju nuk keni njoftime te reja", - "see_all": "All notifications", - "mark_all_read": "Mark all read", - "back_to_home": "Shko mbrapa në %1", - "outgoing_link": "Link dalës", - "outgoing_link_message": "Tani po largoheni nga %1", - "continue_to": "Vazhdoni tek %1", - "return_to": "Kthehuni në %1", - "new_notification": "Ju keni një njoftim të ri", - "you_have_unread_notifications": "Ju keni njoftime të palexuara.", + "no-notifs": "Ju nuk keni njoftime te reja", + "see-all": "All notifications", + "mark-all-read": "Mark all read", + "back-to-home": "Shko mbrapa në %1", + "outgoing-link": "Link dalës", + "outgoing-link-message": "Tani po largoheni nga %1", + "continue-to": "Vazhdoni tek %1", + "return-to": "Kthehuni në %1", + "new-notification": "Ju keni një njoftim të ri", + "you-have-unread-notifications": "Ju keni njoftime të palexuara.", "all": "Të gjitha", "topics": "Temat", + "tags": "Tags", "replies": "Përgjigjet", "chat": "Bisedat", "group-chat": "Bisedat në Grup", "public-chat": "Public Chats", "follows": "Ndjek", "upvote": "Votat pro", + "awards": "Awards", "new-flags": "Raportim i ri", "my-flags": "Raportimet u kaluan tek unë", "bans": "Të bllokuar", - "new_message_from": "Mesazh i ri nga%1", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1ka votuar në postin tënd në %2.", - "upvoted_your_post_in_dual": "%1 dhe % 2 kanë votuar për postimin tuaj në %3.", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "%1 e ka zhvendosur postimin tuaj në %2", - "moved_your_topic": "%1 1 ka lëvizur %2", - "user_flagged_post_in": "%1 ka raportuar një postim në %2", - "user_flagged_post_in_dual": "%1 dhe %2 raportuam një postim në %3", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1 ka raportuar një profil përdoruesi (%2)", - "user_flagged_user_dual": "%1 dhe %2 kane raportuar një profil përdoruesi (%3)", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "%1 ka postuar një përgjigje në: %2", - "user_posted_to_dual": "%1 dhe %2 kanë postuar përgjigje në: %3", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1 ka postuar një temë të re: %2", - "user_edited_post": "%1 ka redaktuar një postim në %2", - "user_started_following_you": "%1 filloi t'ju ndjekë.", - "user_started_following_you_dual": "% 1 dhe %2 filluan t'ju ndjekin.", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1 dërgoi një kërkesë për regjistrim.", - "new_register_multiple": "Ka %1 kërkesa regjistrimi në pritje për shqyrtimit.", - "flag_assigned_to_you": " Raportimi %1 ju është ngarkuar juve", - "post_awaiting_review": "Postimi në pritje të rishikimit", + "new-message-from": "Mesazh i ri nga%1", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 wrote in %3", + "user-posted-in-public-room-dual": "%1 and %2 wrote in %4", + "user-posted-in-public-room-triple": "%1, %2 and %3 wrote in %5", + "user-posted-in-public-room-multiple": "%1, %2 and %3 others wrote in %5", + "upvoted-your-post-in": "%1ka votuar në postin tënd në %2.", + "upvoted-your-post-in-dual": "%1 dhe % 2 kanë votuar për postimin tuaj në %3.", + "upvoted-your-post-in-triple": "%1, %2 and %3 have upvoted your post in %4.", + "upvoted-your-post-in-multiple": "%1, %2 and %3 others have upvoted your post in %4.", + "moved-your-post": "%1 e ka zhvendosur postimin tuaj në %2", + "moved-your-topic": "%1 1 ka lëvizur %2", + "user-flagged-post-in": "%1 ka raportuar një postim në %2", + "user-flagged-post-in-dual": "%1 dhe %2 raportuam një postim në %3", + "user-flagged-post-in-triple": "%1, %2 and %3 flagged a post in %4", + "user-flagged-post-in-multiple": "%1, %2 and %3 others flagged a post in %4", + "user-flagged-user": "%1 ka raportuar një profil përdoruesi (%2)", + "user-flagged-user-dual": "%1 dhe %2 kane raportuar një profil përdoruesi (%3)", + "user-flagged-user-triple": "%1, %2 and %3 flagged a user profile (%4)", + "user-flagged-user-multiple": "%1, %2 and %3 others flagged a user profile (%4)", + "user-posted-to": "%1 ka postuar një përgjigje në: %2", + "user-posted-to-dual": "%1 dhe %2 kanë postuar përgjigje në: %3", + "user-posted-to-triple": "%1, %2 and %3 have posted replies to: %4", + "user-posted-to-multiple": "%1, %2 and %3 others have posted replies to: %4", + "user-posted-topic": "%1 ka postuar një temë të re: %2", + "user-edited-post": "%1 ka redaktuar një postim në %2", + "user-posted-topic-with-tag": "%1 has posted a new topic with tag %2", + "user-posted-topic-with-tag-dual": "%1 has posted a new topic with tags %2 and %3", + "user-posted-topic-with-tag-triple": "%1 has posted a new topic with tags %2, %3 and %4", + "user-posted-topic-with-tag-multiple": "%1 has posted a new topic with tags %2", + "user-started-following-you": "%1 filloi t'ju ndjekë.", + "user-started-following-you-dual": "% 1 dhe %2 filluan t'ju ndjekin.", + "user-started-following-you-triple": "%1, %2 and %3 started following you.", + "user-started-following-you-multiple": "%1, %2 and %3 others started following you.", + "new-register": "%1 dërgoi një kërkesë për regjistrim.", + "new-register-multiple": "Ka %1 kërkesa regjistrimi në pritje për shqyrtimit.", + "flag-assigned-to-you": "Raportimi %1 ju është ngarkuar juve", + "post-awaiting-review": "Postimi në pritje të rishikimit", "profile-exported": "%1 profile u eksportuan, kliko për ta shkarkaur", "posts-exported": "%1 postime u eksportuan, kliko per ta shkarkaur", "uploads-exported": "%1 ngarkime u eksportuan, kliko per ta shkarkaur", @@ -66,22 +75,24 @@ "email-confirm-error-message": "Pati një problem me vërtetimin e adresës tuaj të emailit. Ndoshta kodi ishte i pavlefshëm ose ka skaduar.", "email-confirm-sent": "Email i konfirmimit u dërgua.", "none": "Asnjë", - "notification_only": "Vetëm njoftime", - "email_only": "Vetëm email", - "notification_and_email": "Njoftim & Email", - "notificationType_upvote": "Kur dikush voton pro për postimin tuaj", - "notificationType_new-topic": "Kur dikush që ndiqni poston një temë", - "notificationType_new-reply": "Kur një përgjigje e re postohet në një temë që po shikoni", - "notificationType_post-edit": "Kur një postim redaktohet në një temë që po shikoni", - "notificationType_follow": "Kur dikush fillon të të ndjekë", - "notificationType_new-chat": "Kur merrni një mesazh", - "notificationType_new-group-chat": "Kur merrni një mesazh bisede në grup", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "Kur merrni një ftesë në grup", - "notificationType_group-leave": "Kur një përdorues largohet nga grupi juaj", - "notificationType_group-request-membership": "Kur dikush kërkon t'i bashkohet një grupi që ju zotëroni", - "notificationType_new-register": "Kur dikush shtohet në radhën e regjistrimit", - "notificationType_post-queue": "Kur një postim i ri është në radhë", - "notificationType_new-post-flag": "Kur një postim është raportuar", - "notificationType_new-user-flag": "Kur një përdorues është raportuar" + "notification-only": "Vetëm njoftime", + "email-only": "Vetëm email", + "notification-and-email": "Njoftim & Email", + "notificationType-upvote": "Kur dikush voton pro për postimin tuaj", + "notificationType-new-topic": "Kur dikush që ndiqni poston një temë", + "notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow", + "notificationType-new-reply": "Kur një përgjigje e re postohet në një temë që po shikoni", + "notificationType-post-edit": "Kur një postim redaktohet në një temë që po shikoni", + "notificationType-follow": "Kur dikush fillon të të ndjekë", + "notificationType-new-chat": "Kur merrni një mesazh", + "notificationType-new-group-chat": "Kur merrni një mesazh bisede në grup", + "notificationType-new-public-chat": "When you receive a public group chat message", + "notificationType-group-invite": "Kur merrni një ftesë në grup", + "notificationType-group-leave": "Kur një përdorues largohet nga grupi juaj", + "notificationType-group-request-membership": "Kur dikush kërkon t'i bashkohet një grupi që ju zotëroni", + "notificationType-new-register": "Kur dikush shtohet në radhën e regjistrimit", + "notificationType-post-queue": "Kur një postim i ri është në radhë", + "notificationType-new-post-flag": "Kur një postim është raportuar", + "notificationType-new-user-flag": "Kur një përdorues është raportuar", + "notificationType-new-reward": "When you earn a new reward" } \ No newline at end of file diff --git a/public/language/sq-AL/pages.json b/public/language/sq-AL/pages.json index a1551a1db7..6b43158026 100644 --- a/public/language/sq-AL/pages.json +++ b/public/language/sq-AL/pages.json @@ -47,7 +47,8 @@ "account/latest-posts": "Postimet e fundit të bëra nga %1", "account/topics": "Tema krijuar nga %1", "account/groups": "Grupet e %1", - "account/watched_categories": "Kategoritë e para nga %1", + "account/watched-categories": "Kategoritë e para nga %1", + "account/watched-tags": "%1's Watched Tags", "account/bookmarks": "Postimet e shënuara nga %1", "account/settings": "Cilësimet e përdoruesit", "account/settings-of": "Changing settings of %1", diff --git a/public/language/sq-AL/recent.json b/public/language/sq-AL/recent.json index 6f4364bd23..e830ae0de2 100644 --- a/public/language/sq-AL/recent.json +++ b/public/language/sq-AL/recent.json @@ -5,7 +5,7 @@ "month": "Muaj", "year": "Vit", "alltime": "I gjithë kohërave", - "no_recent_topics": "Nuk ka tema të fundit.", - "no_popular_topics": "Nuk ka tema të njohura.", + "no-recent-topics": "Nuk ka tema të fundit.", + "no-popular-topics": "Nuk ka tema të njohura.", "load-new-posts": "Load new posts" } \ No newline at end of file diff --git a/public/language/sq-AL/register.json b/public/language/sq-AL/register.json index ce7dd1ff1b..db7fb66afe 100644 --- a/public/language/sq-AL/register.json +++ b/public/language/sq-AL/register.json @@ -1,32 +1,32 @@ { "register": "Regjistrohu", "already-have-account": "Already have an account?", - "cancel_registration": "Anulo regjistrimin", + "cancel-registration": "Anulo regjistrimin", "help.email": "Si parazgjedhje, emaili juaj do të mbahet i fshihte nga publiku.", - "help.username_restrictions": "Një emër përdoruesi unik midis %1 dhe %2 karaktereve. Të tjerët mund t'ju përmendin me @username.", - "help.minimum_password_length": "Gjatësia e fjalëkalimit tuaj duhet të jetë të paktën %1 karaktere.", - "email_address": "Adresa e emailit", - "email_address_placeholder": "Fut adresën e emailit", + "help.username-restrictions": "Një emër përdoruesi unik midis %1 dhe %2 karaktereve. Të tjerët mund t'ju përmendin me @username.", + "help.minimum-password-length": "Gjatësia e fjalëkalimit tuaj duhet të jetë të paktën %1 karaktere.", + "email-address": "Adresa e emailit", + "email-address-placeholder": "Fut adresën e emailit", "username": "Emri i përdoruesit", - "username_placeholder": "Futni emrin e përdoruesit", + "username-placeholder": "Futni emrin e përdoruesit", "password": "Fjalëkalimi", - "password_placeholder": "Shkruani fjalëkalimin", - "confirm_password": "Konfirmo fjalëkalimin", - "confirm_password_placeholder": "Konfirmo fjalëkalimin", - "register_now_button": "Regjistrohu Tani", - "alternative_registration": "Regjistrim alternativ", - "terms_of_use": "Kushtet e Përdorimit", - "agree_to_terms_of_use": "Pranoj Kushtet e Përdorimit", - "terms_of_use_error": "Ju duhet të pranoni Kushtet e Përdorimit", + "password-placeholder": "Shkruani fjalëkalimin", + "confirm-password": "Konfirmo fjalëkalimin", + "confirm-password-placeholder": "Konfirmo fjalëkalimin", + "register-now-button": "Regjistrohu Tani", + "alternative-registration": "Regjistrim alternativ", + "terms-of-use": "Kushtet e Përdorimit", + "agree-to-terms-of-use": "Pranoj Kushtet e Përdorimit", + "terms-of-use-error": "Ju duhet të pranoni Kushtet e Përdorimit", "registration-added-to-queue": "Regjistrimi juaj është shtuar në radhën e miratimit. Ju do të merrni një email kur të pranohet nga një administrator.", "registration-queue-average-time": "Koha jonë mesatare për miratimin e anëtarësimeve është %1 orë %2 minuta.", "registration-queue-auto-approve-time": "Anëtarësimi juaj në këtë forum do të aktivizohet plotësisht deri në %1 orë.", "interstitial.intro": "Ne do të donim disa informacione shtesë për të përditësuar llogarinë tuaj…", "interstitial.intro-new": "Ne do të donim disa informacione shtesë përpara se të krijojmë llogarinë tuaj…", "interstitial.errors-found": "Ju lutemi rishikoni informacionin e futur:", - "gdpr_agree_data": "Unë pranoj mbledhjen dhe përpunimin e informacionit tim personal në këtë faqe interneti.", - "gdpr_agree_email": "Unë pranoj të marr email-e përmbledhëse dhe njoftimesh nga kjo faqe interneti.", - "gdpr_consent_denied": "Ju duhet të jepni pëlqimin për këtë faqe për të mbledhur/përpunuar informacionin tuaj dhe për t'ju dërguar email.", + "gdpr-agree-data": "Unë pranoj mbledhjen dhe përpunimin e informacionit tim personal në këtë faqe interneti.", + "gdpr-agree-email": "Unë pranoj të marr email-e përmbledhëse dhe njoftimesh nga kjo faqe interneti.", + "gdpr-consent-denied": "Ju duhet të jepni pëlqimin për këtë faqe për të mbledhur/përpunuar informacionin tuaj dhe për t'ju dërguar email.", "invite.error-admin-only": "Regjistrimi i drejtpërdrejtë i përdoruesit është çaktivizuar. Ju lutemi kontaktoni një administrator për më shumë detaje.", "invite.error-invite-only": "Regjistrimi i drejtpërdrejtë i përdoruesit është çaktivizuar. Ju duhet të jeni të ftuar nga një përdorues ekzistues për të hyrë në këtë forum.", "invite.error-invalid-data": "Të dhënat e marra të regjistrimit nuk korrespondojnë me të dhënat tona. Ju lutemi kontaktoni një administrator për më shumë detaje" diff --git a/public/language/sq-AL/reset_password.json b/public/language/sq-AL/reset_password.json index 5186fea3a2..4416a88b78 100644 --- a/public/language/sq-AL/reset_password.json +++ b/public/language/sq-AL/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "Ndrysho fjalëkalimin", - "update_password": "Përditëso fjalëkalimin", - "password_changed.title": "Fjalëkalimi u ndryshua", - "password_changed.message": "

Fjalëkalimi u rivendos me sukses, ju lutemi identifikohuni përsëri.", - "wrong_reset_code.title": "Kodi i rivendosjes i gabuar", - "wrong_reset_code.message": "Kodi i rivendosjes së marrë ishte i pasaktë. Provo sërish ose kërko një kod të ri rivendosjeje.", - "new_password": "Fjalëkalim i ri", - "repeat_password": "Konfirmo fjalëkalimin", - "changing_password": "Ndryshimi i fjalëkalimit", - "enter_email": "Ju lutemi shkruani adresën tuaj të emailit dhe ne do t'ju dërgojmë një email me udhëzime se si të ndryshoni llogarinë tuaj.", - "enter_email_address": "Fut adresën e emailit", - "password_reset_sent": "Nëse adresa e specifikuar korrespondon me një llogari ekzistuese përdoruesi, është dërguar një email për rivendosjen e fjalëkalimit. Ju lutemi vini re se vetëm një email do të dërgohet në minutë.", - "invalid_email": "Email i pavlefshëm / Email nuk ekziston!", - "password_too_short": "Fjalëkalimi i futur është shumë i shkurtër, ju lutemi zgjidhni një fjalëkalim tjetër.", - "passwords_do_not_match": "Dy fjalëkalimet që keni futur nuk përputhen.", - "password_expired": "Fjalëkalimi juaj ka skaduar, ju lutemi zgjidhni një fjalëkalim të ri" + "reset-password": "Ndrysho fjalëkalimin", + "update-password": "Përditëso fjalëkalimin", + "password-changed.title": "Fjalëkalimi u ndryshua", + "password-changed.message": "

Fjalëkalimi u rivendos me sukses, ju lutemi identifikohuni përsëri.", + "wrong-reset-code.title": "Kodi i rivendosjes i gabuar", + "wrong-reset-code.message": "Kodi i rivendosjes së marrë ishte i pasaktë. Provo sërish ose kërko një kod të ri rivendosjeje.", + "new-password": "Fjalëkalim i ri", + "repeat-password": "Konfirmo fjalëkalimin", + "changing-password": "Ndryshimi i fjalëkalimit", + "enter-email": "Ju lutemi shkruani adresën tuaj të emailit dhe ne do t'ju dërgojmë një email me udhëzime se si të ndryshoni llogarinë tuaj.", + "enter-email-address": "Fut adresën e emailit", + "password-reset-sent": "Nëse adresa e specifikuar korrespondon me një llogari ekzistuese përdoruesi, është dërguar një email për rivendosjen e fjalëkalimit. Ju lutemi vini re se vetëm një email do të dërgohet në minutë.", + "invalid-email": "Email i pavlefshëm / Email nuk ekziston!", + "password-too-short": "Fjalëkalimi i futur është shumë i shkurtër, ju lutemi zgjidhni një fjalëkalim tjetër.", + "passwords-do-not-match": "Dy fjalëkalimet që keni futur nuk përputhen.", + "password-expired": "Fjalëkalimi juaj ka skaduar, ju lutemi zgjidhni një fjalëkalim të ri" } \ No newline at end of file diff --git a/public/language/sq-AL/rewards.json b/public/language/sq-AL/rewards.json new file mode 100644 index 0000000000..f923cf1500 --- /dev/null +++ b/public/language/sq-AL/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "You have been awarded %1 reputation", + "awarded-group-membership": "You have been added to the group %1", + + "essentials/user.reputation-conditional-value": "(Reputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Post Count %1 %2)", + "essentials/user.lastonline-conditional-value": "(Last Online %1 %2)", + "essentials/user.joindate-conditional-value": "(Join Date %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Days Registered %1 %2)" +} \ No newline at end of file diff --git a/public/language/sq-AL/search.json b/public/language/sq-AL/search.json index 2509b1a0e9..c114b44e61 100644 --- a/public/language/sq-AL/search.json +++ b/public/language/sq-AL/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Type to search", - "results_matching": "%1 rezultat(e) që përputhen me \"%2\", (%3 sekonda)", + "results-matching": "%1 rezultat(e) që përputhen me \"%2\", (%3 sekonda)", "no-matches": "Nuk u gjet asnjë përputhje", "advanced-search": "Kërkim i avancuar", "in": "Në", diff --git a/public/language/sq-AL/tags.json b/public/language/sq-AL/tags.json index 1cd682ffab..a447bcf430 100644 --- a/public/language/sq-AL/tags.json +++ b/public/language/sq-AL/tags.json @@ -1,11 +1,17 @@ { "all-tags": "All tags", - "no_tag_topics": "Nuk ka tema me këtë tag.", + "no-tag-topics": "Nuk ka tema me këtë tag.", "no-tags-found": "No tags found", "tags": "Tags", - "enter_tags_here": "Futni këtu tags, ndërmjet %1 dhe %2 karaktere secila.", - "enter_tags_here_short": "Vendos tags...", - "no_tags": "Nuk ka ende tags", - "select_tags": "Zgjidhni tags", - "tag-whitelist": "Tag Whitelist" + "enter-tags-here": "Futni këtu tags, ndërmjet %1 dhe %2 karaktere secila.", + "enter-tags-here-short": "Vendos tags...", + "no-tags": "Nuk ka ende tags", + "select-tags": "Zgjidhni tags", + "tag-whitelist": "Tag Whitelist", + "watching": "Watching", + "not-watching": "Not Watching", + "watching.description": "Notify me of new topics.", + "not-watching.description": "Do not notify me of new topics.", + "following-tag.message": "You will now be receiving notifications when somebody posts a topic with this tag.", + "not-following-tag.message": "You will not receive notifications when somebody posts a topic with this tag." } \ No newline at end of file diff --git a/public/language/sq-AL/themes/harmony.json b/public/language/sq-AL/themes/harmony.json index f915155306..5e0a65f946 100644 --- a/public/language/sq-AL/themes/harmony.json +++ b/public/language/sq-AL/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page", "settings.autohideBottombar": "Auto hide bottom bar", "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down", + "settings.openSidebars": "Open sidebars", "settings.chatModals": "Enable chat modals" } \ No newline at end of file diff --git a/public/language/sq-AL/top.json b/public/language/sq-AL/top.json index 07efe74dd1..ae1a0d7451 100644 --- a/public/language/sq-AL/top.json +++ b/public/language/sq-AL/top.json @@ -1,4 +1,4 @@ { "title": "Kryesore", - "no_top_topics": "Nuk ka tema kryesore" + "no-top-topics": "Nuk ka tema kryesore" } \ No newline at end of file diff --git a/public/language/sq-AL/topic.json b/public/language/sq-AL/topic.json index 6ff59cd6a3..ca621f178c 100644 --- a/public/language/sq-AL/topic.json +++ b/public/language/sq-AL/topic.json @@ -1,25 +1,25 @@ { "topic": "Tema", "title": "Titulli", - "no_topics_found": "Nuk u gjet asnje temë! ", - "no_posts_found": "Nuk u gjet asnjë postim!", - "post_is_deleted": "Ky postim është fshirë!", - "topic_is_deleted": "Kjo temë është fshirë!", + "no-topics-found": "Nuk u gjet asnje temë!", + "no-posts-found": "Nuk u gjet asnjë postim!", + "post-is-deleted": "Ky postim është fshirë!", + "topic-is-deleted": "Kjo temë është fshirë!", "profile": "Profili", - "posted_by": "Postuar nga %1", - "posted_by_guest": "Postuar nga vizitori", + "posted-by": "Postuar nga %1", + "posted-by-guest": "Postuar nga vizitori", "chat": "Bisedo", - "notify_me": "Njoftohuni për komentet e reja në këtë temë", + "notify-me": "Njoftohuni për komentet e reja në këtë temë", "quote": "Cito", "reply": "Komento", - "replies_to_this_post": "%1 Komento", - "one_reply_to_this_post": "1 Koment", - "last_reply_time": "Komenti i fundit", + "replies-to-this-post": "%1 Komento", + "one-reply-to-this-post": "1 Koment", + "last-reply-time": "Komenti i fundit", "reply-as-topic": "Komentoje si temë", "guest-login-reply": "Identifikohu për të komentuar", "login-to-view": "🔒 Identifikohu për ta parë", "edit": "Edito", - "delete": "Fshij ", + "delete": "Fshij", "delete-event": "Fshij eventin", "delete-event-confirm": "Je i sigurt që dëshiron ta fshish këtë event?", "purge": "Pastro", @@ -64,129 +64,130 @@ "user-referenced-topic-on": "%1 referenced this topic on %3", "user-forked-topic-ago": "%1 forked this topic %3", "user-forked-topic-on": "%1 forked this topic on %3", - "bookmark_instructions": "Klikoni këtu për tu kthyer në postimin e fundit të lexuar në këtë temë.", + "bookmark-instructions": "Klikoni këtu për tu kthyer në postimin e fundit të lexuar në këtë temë.", "flag-post": "Raporto këtë postim", "flag-user": "Raporto këtë përdorues", "already-flagged": "Raportuar më parë", "view-flag-report": "Shiko analizën e raportimeve", "resolve-flag": "Zgjidh raportimin", - "merged_message": "Kjo temë është bashkuar në %2", - "deleted_message": "Kjo temë është fshirë. Vetëm përdoruesit me privilegje mund ta shohin atë.", - "following_topic.message": "Tani do të merrni njoftime kur dikush poston në këtë temë.", - "not_following_topic.message": "Ju do ta shihni këtë temë në listën e temave të palexuara, por nuk do të merrni njoftime kur dikush poston në të.", - "ignoring_topic.message": "Nuk do ta shihni më këtë temë në listën e temave të palexuara. Do të njoftoheni kur të përmendeni ose kur postimi juaj të votohet.", - "login_to_subscribe": "Ju lutemi regjistrohuni për të marrë njoftime në këtë temë.", + "merged-message": "Kjo temë është bashkuar në %2", + "forked-message": "This topic was forked from %2", + "deleted-message": "Kjo temë është fshirë. Vetëm përdoruesit me privilegje mund ta shohin atë.", + "following-topic.message": "Tani do të merrni njoftime kur dikush poston në këtë temë.", + "not-following-topic.message": "Ju do ta shihni këtë temë në listën e temave të palexuara, por nuk do të merrni njoftime kur dikush poston në të.", + "ignoring-topic.message": "Nuk do ta shihni më këtë temë në listën e temave të palexuara. Do të njoftoheni kur të përmendeni ose kur postimi juaj të votohet.", + "login-to-subscribe": "Ju lutemi regjistrohuni për të marrë njoftime në këtë temë.", "markAsUnreadForAll.success": "Tema u shënua si e palexuar për të gjithë.", - "mark_unread": "Shëno si të pa lexuar", - "mark_unread.success": "Tema u shënua si e palexuar ", + "mark-unread": "Shëno si të pa lexuar", + "mark-unread.success": "Tema u shënua si e palexuar", "watch": "Ndiqe", "unwatch": "Mos e ndiq", "watch.title": "Njoftohuni për njoftimet e reja në këtë temë", "unwatch.title": "Ndaloni së ndjekuri këtë temë", - "share_this_post": "Shpërnda këtë postim", + "share-this-post": "Shpërnda këtë postim", "watching": "Duke e ndjekur", "not-watching": "Nuk jam duke ndjekur", "ignoring": "Duke injoruar", "watching.description": "Më njoftoni për komentet e reja.
Shfaq temën si të palexuar.", "not-watching.description": "Mos më njofto për komentet e reja.
Shfaq temën e palexuar nëse kategoria nuk shpërfillet.", "ignoring.description": "Mos më njofto për komentet e reja.
Mos e shfaq temën e palexuar.", - "thread_tools.title": "Mjetet e temave", - "thread_tools.markAsUnreadForAll": "Shënoni si të palexuar për të gjithë", - "thread_tools.pin": "Fikso temën", - "thread_tools.unpin": "Ç'fikso temën", - "thread_tools.lock": "Blloko temën", - "thread_tools.unlock": "Zhblloko temën", - "thread_tools.move": "Zhvendos temën", - "thread_tools.move-posts": "Zhvendos postimin", - "thread_tools.move_all": "Zhvendos të gjitha", - "thread_tools.change_owner": "Ndrysho pronarin", - "thread_tools.select_category": "Zgjidh një kategori", - "thread_tools.fork": "Ndrysho temën", - "thread_tools.tag": "Tag Topic", - "thread_tools.delete": "Fshij temën", - "thread_tools.delete-posts": "Fshij postimin", - "thread_tools.delete_confirm": "Jeni i sigurt që dëshironi ta fshini këtë temë?", - "thread_tools.restore": "Rivendos temën", - "thread_tools.restore_confirm": "Jeni i sigurt që dëshironi ta rivendosni këtë temë?", - "thread_tools.purge": "Pastroni temën", - "thread_tools.purge_confirm": "Jeni i sigurt që dëshironi ta pastroni këtë temë?", - "thread_tools.merge_topics": "Bashko temat", - "thread_tools.merge": "Merge Topic", - "topic_move_success": "Kjo temë do të zhvendoset në \"%1\" së shpejti. Kliko këtu për ta zhbërë.", - "topic_move_multiple_success": "Këto tema do të zhvendosen në \"%1\" së shpejti. Kliko këtu për ta zhbërë.", - "topic_move_all_success": "Të gjitha temat do të zhvendosen në \"%1\" së shpejti. Kliko këtu për ta zhbërë.", - "topic_move_undone": "Zhvendosja e temës u zhbë", - "topic_move_posts_success": "Postimet do të zhvendosen së shpejti. Kliko këtu për ta zhbërë.", - "topic_move_posts_undone": "Zhvendosja e postimit u zhbë", - "post_delete_confirm": "Jeni i sigurt që dëshironi ta fshini këtë postim?", - "post_restore_confirm": "Jeni i sigurt që dëshironi ta riktheni këtë postim?", - "post_purge_confirm": "Jeni i sigurt që dëshironi ta pastroni këtë postim?", + "thread-tools.title": "Mjetet e temave", + "thread-tools.markAsUnreadForAll": "Shënoni si të palexuar për të gjithë", + "thread-tools.pin": "Fikso temën", + "thread-tools.unpin": "Ç'fikso temën", + "thread-tools.lock": "Blloko temën", + "thread-tools.unlock": "Zhblloko temën", + "thread-tools.move": "Zhvendos temën", + "thread-tools.move-posts": "Zhvendos postimin", + "thread-tools.move-all": "Zhvendos të gjitha", + "thread-tools.change-owner": "Ndrysho pronarin", + "thread-tools.select-category": "Zgjidh një kategori", + "thread-tools.fork": "Ndrysho temën", + "thread-tools.tag": "Tag Topic", + "thread-tools.delete": "Fshij temën", + "thread-tools.delete-posts": "Fshij postimin", + "thread-tools.delete-confirm": "Jeni i sigurt që dëshironi ta fshini këtë temë?", + "thread-tools.restore": "Rivendos temën", + "thread-tools.restore-confirm": "Jeni i sigurt që dëshironi ta rivendosni këtë temë?", + "thread-tools.purge": "Pastroni temën", + "thread-tools.purge-confirm": "Jeni i sigurt që dëshironi ta pastroni këtë temë?", + "thread-tools.merge-topics": "Bashko temat", + "thread-tools.merge": "Merge Topic", + "topic-move-success": "Kjo temë do të zhvendoset në \"%1\" së shpejti. Kliko këtu për ta zhbërë.", + "topic-move-multiple-success": "Këto tema do të zhvendosen në \"%1\" së shpejti. Kliko këtu për ta zhbërë.", + "topic-move-all-success": "Të gjitha temat do të zhvendosen në \"%1\" së shpejti. Kliko këtu për ta zhbërë.", + "topic-move-undone": "Zhvendosja e temës u zhbë", + "topic-move-posts-success": "Postimet do të zhvendosen së shpejti. Kliko këtu për ta zhbërë.", + "topic-move-posts-undone": "Zhvendosja e postimit u zhbë", + "post-delete-confirm": "Jeni i sigurt që dëshironi ta fshini këtë postim?", + "post-restore-confirm": "Jeni i sigurt që dëshironi ta riktheni këtë postim?", + "post-purge-confirm": "Jeni i sigurt që dëshironi ta pastroni këtë postim?", "pin-modal-expiry": "Data e skadencës", "pin-modal-help": "Mund të caktoni opsionalisht një datë skadimi për temat() e ngjitura këtu. Përndryshe, mund ta lini këtë fushë bosh që tema të qëndrojë e renditur e para derisa të hiqet manualisht.", - "load_categories": "Duke ngarkuar kategoritë", - "confirm_move": "Lëvizni", - "confirm_fork": "Ndrysho", + "load-categories": "Duke ngarkuar kategoritë", + "confirm-move": "Lëvizni", + "confirm-fork": "Ndrysho", "bookmark": "Ruaj", "bookmarks": "Të ruajtura", - "bookmarks.has_no_bookmarks": "Nuk keni ruajtur ende asnjë postim.", + "bookmarks.has-no-bookmarks": "Nuk keni ruajtur ende asnjë postim.", "copy-permalink": "Copy Permalink", - "loading_more_posts": "Duke ngarkuar më shumë postime", - "move_topic": "Zhvendos Temën", - "move_topics": "Zhvendos Temat", - "move_post": "Zhvendos Postimin", - "post_moved": "Postimi u zhvendos!", - "fork_topic": "Ndrysho temën", + "loading-more-posts": "Duke ngarkuar më shumë postime", + "move-topic": "Zhvendos Temën", + "move-topics": "Zhvendos Temat", + "move-post": "Zhvendos Postimin", + "post-moved": "Postimi u zhvendos!", + "fork-topic": "Ndrysho temën", "enter-new-topic-title": "Vendos titullin e temës së re", - "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", - "fork_no_pids": "Asnjë postim i zgjedhur!", + "fork-topic-instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", + "fork-no-pids": "Asnjë postim i zgjedhur!", "no-posts-selected": "Asnjë postim i zgjedhur!", "x-posts-selected": "%1 postim(e) i zgjedhur", "x-posts-will-be-moved-to-y": "%1 postim(s) do të zhvendoset në \"%2\"", - "fork_pid_count": "%1 postim(e) i zgjedhur", - "fork_success": "Kjo temë u ndryshua me sukses! Kliko këtu që të shkoni tek tema e ndryshuar.", - "delete_posts_instruction": "Klikoni postimet që dëshironi të fshini/pastroni", - "merge_topics_instruction": "Klikoni temat që dëshironi të bashkoni ose kërkoni", + "fork-pid-count": "%1 postim(e) i zgjedhur", + "fork-success": "Kjo temë u ndryshua me sukses! Kliko këtu që të shkoni tek tema e ndryshuar.", + "delete-posts-instruction": "Klikoni postimet që dëshironi të fshini/pastroni", + "merge-topics-instruction": "Klikoni temat që dëshironi të bashkoni ose kërkoni", "merge-topic-list-title": "Lista e temave që do të bashkohen", "merge-options": "Bashko opsionet", "merge-select-main-topic": "Zgjidhni temën kryesore", "merge-new-title-for-topic": "Titulli i ri për temën", "topic-id": "ID e temës", - "move_posts_instruction": "Klikoni postimet që dëshironi të zhvendosni, më pas vendosni një ID teme ose shkoni te tema e synuar", - "move_topic_instruction": "Select the target category and then click move", - "change_owner_instruction": "Klikoni postimet që dëshironi t'i caktoni një përdoruesi tjetër", - "composer.title_placeholder": "Shkruani titullin e temës suaj këtu...", - "composer.handle_placeholder": "Shkruani emrin tuaj këtu", + "move-posts-instruction": "Klikoni postimet që dëshironi të zhvendosni, më pas vendosni një ID teme ose shkoni te tema e synuar", + "move-topic-instruction": "Select the target category and then click move", + "change-owner-instruction": "Klikoni postimet që dëshironi t'i caktoni një përdoruesi tjetër", + "composer.title-placeholder": "Shkruani titullin e temës suaj këtu...", + "composer.handle-placeholder": "Shkruani emrin tuaj këtu", "composer.hide": "Hide", "composer.discard": "Anullo", "composer.submit": "Posto", "composer.additional-options": "Opsione shtesë", "composer.post-later": "Post Later", "composer.schedule": "Skedulo", - "composer.replying_to": "Duke komentuar \"%1\"", - "composer.new_topic": "Temë e re", + "composer.replying-to": "Duke komentuar \"%1\"", + "composer.new-topic": "Temë e re", "composer.editing-in": "Editing post in %1", "composer.uploading": "duke u ngarkuar...", - "composer.thumb_url_label": "Ngjit një URL të fotos së coverit të temës", - "composer.thumb_title": "Shtoni një foto coveri në këtë temë", - "composer.thumb_url_placeholder": "http://example.com/thumb.png", - "composer.thumb_file_label": "Ose ngarko një skedar", - "composer.thumb_remove": "Pastro fushat", - "composer.drag_and_drop_images": "Zvarrit dhe lësho imazhet këtu", - "more_users_and_guests": "%1 përdorues() të tjerë dhe %2 të ftuar()", - "more_users": "%1 përdorues() të tjerë", - "more_guests": "%1 të ftuar më shumë ()", - "users_and_others": "%1 dhe %2 të tjerë", - "sort_by": "Rendit sipas", - "oldest_to_newest": "Nga më e vjetra tek më e reja", - "newest_to_oldest": "Nga më e reja tek më e vjetra", - "most_votes": "Më të votuarat", - "most_posts": "Të gjitha postimet", - "most_views": "Më të shikuarat", + "composer.thumb-url-label": "Ngjit një URL të fotos së coverit të temës", + "composer.thumb-title": "Shtoni një foto coveri në këtë temë", + "composer.thumb-url-placeholder": "http://example.com/thumb.png", + "composer.thumb-file-label": "Ose ngarko një skedar", + "composer.thumb-remove": "Pastro fushat", + "composer.drag-and-drop-images": "Zvarrit dhe lësho imazhet këtu", + "more-users-and-guests": "%1 përdorues() të tjerë dhe %2 të ftuar()", + "more-users": "%1 përdorues() të tjerë", + "more-guests": "%1 të ftuar më shumë ()", + "users-and-others": "%1 dhe %2 të tjerë", + "sort-by": "Rendit sipas", + "oldest-to-newest": "Nga më e vjetra tek më e reja", + "newest-to-oldest": "Nga më e reja tek më e vjetra", + "most-votes": "Më të votuarat", + "most-posts": "Të gjitha postimet", + "most-views": "Më të shikuarat", "stale.title": "Krijo një temë të re më mirë?", "stale.warning": "Tema që po i përgjigjesh është shumë e vjetër. Dëshironi të krijoni një temë të re në vend të saj dhe t'i referoheni në përgjigjen tuaj?", "stale.create": "Krijo një temë të re", - "stale.reply_anyway": "Komentoi kësaj teme gjithësesi", - "link_back": "Re: [%1](%2)", + "stale.reply-anyway": "Komentoi kësaj teme gjithësesi", + "link-back": "Re: [%1](%2)", "diffs.title": "Historia e redaktimit të postimit", "diffs.description": "Ky postim ka %1 rishikime. Klikoni një nga rishikimet më poshtë për të parë përmbajtjen e postimit në një moment të caktuar.", "diffs.no-revisions-description": "Ky postim ka %1 rishikime.", @@ -197,8 +198,8 @@ "diffs.post-restored": "Postimi u rivendos me sukses në rishikimin e mëparshëm", "diffs.delete": "Fshije këtë rishikim", "diffs.deleted": "Rishikimi u fshi", - "timeago_later": "%1 më vonë", - "timeago_earlier": "%1 më parë", + "timeago-later": "%1 më vonë", + "timeago-earlier": "%1 më parë", "first-post": "Postimi i parë", "last-post": "Postimi i fundit", "go-to-my-next-post": "Shkoni te postimi im i radhës", diff --git a/public/language/sq-AL/unread.json b/public/language/sq-AL/unread.json index 3c74982864..11f8034661 100644 --- a/public/language/sq-AL/unread.json +++ b/public/language/sq-AL/unread.json @@ -1,12 +1,12 @@ { "title": "Të palexuara", - "no_unread_topics": "Nuk ka tema të palexuara.", - "load_more": "Ngarko më shumë", - "mark_as_read": "Shëno si të lexuar", + "no-unread-topics": "Nuk ka tema të palexuara.", + "load-more": "Ngarko më shumë", + "mark-as-read": "Shëno si të lexuar", "selected": "I/e Zgjedhur", "all": "Të gjitha", - "all_categories": "Të gjitha kategoritë", - "topics_marked_as_read.success": "Temat e shënuara si të lexuara!", + "all-categories": "Të gjitha kategoritë", + "topics-marked-as-read.success": "Temat e shënuara si të lexuara!", "all-topics": "Të gjitha temat", "new-topics": "Tema të reja", "watched-topics": "Temat e shikuara", diff --git a/public/language/sq-AL/user.json b/public/language/sq-AL/user.json index 36fe87231d..07ce8b0d76 100644 --- a/public/language/sq-AL/user.json +++ b/public/language/sq-AL/user.json @@ -7,22 +7,22 @@ "joindate": "Data e anëtarësimit", "postcount": "Numri i postimeve", "email": "Email", - "confirm_email": "Konfirmo Email-in", - "account_info": "Informacioni rreth llogarisë", - "admin_actions_label": "Veprimet Administrative", - "ban_account": "Ndalimi i llogarisë", - "ban_account_confirm": "Dëshiron vërtet ta ndalosh këtë përdorues?", - "unban_account": "Zhblloko llogarinë", - "mute_account": "Bëje llogarinë pa zë", - "unmute_account": "Aktivizo llogarinë", - "delete_account": "Fshij llogarinë", - "delete_account_as_admin": "Fshij llogarinë", - "delete_content": "Fshij përmbajtjen e llogarisë", - "delete_all": "Fshij llogarinë dhe përmbajtjen", - "delete_account_confirm": "Jeni i sigurt që dëshironi të beni anonim postimet tuaja dhe të fshini llogarinë tuaj?
Ky veprim është i pakthyeshëm dhe nuk do të mund të rikuperoni asnjë nga të dhënat tuaja

Futni fjalëkalimin tuaj për të konfirmuar që dëshironi të fshini këtë llogari.", - "delete_this_account_confirm": "Jeni i sigurt që dëshironi ta fshini këtë llogari duke lënë pas përmbajtjen e saj?
Ky veprim është i pakthyeshëm, postimet do të jenë anonime dhe nuk do të jeni në gjendje të rivendosni lidhjet e postimeve me llogarinë e fshirë.

", - "delete_account_content_confirm": "Jeni i sigurt që dëshironi të fshini përmbajtjen e kësaj llogarie (postimet/temat/ngarkimet)?
Ky veprim është i pakthyeshëm dhe nuk do të mund të rikuperoni asnjë të dhënë

", - "delete_all_confirm": "Jeni i sigurt që dëshironi të fshini këtë llogari dhe të gjithë përmbajtjen e saj (postimet/temat/ngarkimet)?
Ky veprim është i pakthyeshëm dhe nuk do të mund të rikuperoni asnjë të dhënë

", + "confirm-email": "Konfirmo Email-in", + "account-info": "Informacioni rreth llogarisë", + "admin-actions-label": "Veprimet Administrative", + "ban-account": "Ndalimi i llogarisë", + "ban-account-confirm": "Dëshiron vërtet ta ndalosh këtë përdorues?", + "unban-account": "Zhblloko llogarinë", + "mute-account": "Bëje llogarinë pa zë", + "unmute-account": "Aktivizo llogarinë", + "delete-account": "Fshij llogarinë", + "delete-account-as-admin": "Fshij llogarinë", + "delete-content": "Fshij përmbajtjen e llogarisë", + "delete-all": "Fshij llogarinë dhe përmbajtjen", + "delete-account-confirm": "Jeni i sigurt që dëshironi të beni anonim postimet tuaja dhe të fshini llogarinë tuaj?
Ky veprim është i pakthyeshëm dhe nuk do të mund të rikuperoni asnjë nga të dhënat tuaja

Futni fjalëkalimin tuaj për të konfirmuar që dëshironi të fshini këtë llogari.", + "delete-this-account-confirm": "Jeni i sigurt që dëshironi ta fshini këtë llogari duke lënë pas përmbajtjen e saj?
Ky veprim është i pakthyeshëm, postimet do të jenë anonime dhe nuk do të jeni në gjendje të rivendosni lidhjet e postimeve me llogarinë e fshirë.

", + "delete-account-content-confirm": "Jeni i sigurt që dëshironi të fshini përmbajtjen e kësaj llogarie (postimet/temat/ngarkimet)?
Ky veprim është i pakthyeshëm dhe nuk do të mund të rikuperoni asnjë të dhënë

", + "delete-all-confirm": "Jeni i sigurt që dëshironi të fshini këtë llogari dhe të gjithë përmbajtjen e saj (postimet/temat/ngarkimet)?
Ky veprim është i pakthyeshëm dhe nuk do të mund të rikuperoni asnjë të dhënë

", "account-deleted": "Llogaria u fshi", "account-content-deleted": "Përmbajtja e llogarisë u fshi", "fullname": "Emri i plotë", @@ -32,11 +32,12 @@ "joined": "U bashkua", "lastonline": "Aktiviteti online i fundit", "profile": "Profili", - "profile_views": "Shikime të profilit", + "profile-views": "Shikime të profilit", "reputation": "Reputacioni", "bookmarks": "Faqe të ruajtura", - "watched_categories": "Kategoritë e kërkuara", - "change_all": "Ndrysho të gjitha", + "watched-categories": "Kategoritë e kërkuara", + "watched-tags": "Watched tags", + "change-all": "Ndrysho të gjitha", "watched": "Shikuar", "ignored": "Injoruar", "default-category-watch-state": "Gjendja e kategorisë së parazgjedhur", @@ -44,83 +45,84 @@ "following": "Duke ndjekur", "blocks": "Blloqe", "blocked-users": "Blocked users", - "block_toggle": "Ndrysho bllokimin", - "block_user": "Blloko përdoruesin", - "unblock_user": "Zhblloko përdoruesin", + "block-toggle": "Ndrysho bllokimin", + "block-user": "Blloko përdoruesin", + "unblock-user": "Zhblloko përdoruesin", "aboutme": "Rreth meje", "signature": "Firma", "birthday": "Ditëlindja", "chat": "Bisedë", - "chat_with": "Vazhdo bisedën me %1", - "new_chat_with": "Fillo bisedë te re me %1", + "chat-with": "Vazhdo bisedën me %1", + "new-chat-with": "Fillo bisedë te re me %1", "flag-profile": "Profil i raportuar", "follow": "Ndjek", "unfollow": "Hiqe", "more": "Më shumë", - "profile_update_success": "Profili është përditësuar me sukses!", - "change_picture": "Ndrysho foton", - "change_username": "Ndrysho emrin e përdoruesit", - "change_email": "Ndrysho e-mailin", - "email_same_as_password": "Ju lutemi shkruani fjalëkalimin tuaj aktual për të vazhduar – ju keni futur përsëri emailin tuaj të ri", + "profile-update-success": "Profili është përditësuar me sukses!", + "change-picture": "Ndrysho foton", + "change-username": "Ndrysho emrin e përdoruesit", + "change-email": "Ndrysho e-mailin", + "email-updated": "Email Updated", + "email-same-as-password": "Ju lutemi shkruani fjalëkalimin tuaj aktual për të vazhduar – ju keni futur përsëri emailin tuaj të ri", "edit": "Rregullo", "edit-profile": "Rregullo Profilin", - "default_picture": "Ikona e parazgjedhur", - "uploaded_picture": "Fotografia e ngarkuar", - "upload_new_picture": "Ngarko foto të re", - "upload_new_picture_from_url": "Ngarko foto të re nga URL-ja", - "current_password": "Fjalëkalimi aktual", - "new_password": "New Password", - "change_password": "Ndrysho fjalekalimin", - "change_password_error": "Fjalëkalim i pavlefshëm", - "change_password_error_wrong_current": "Fjalëkalimi juaj aktual nuk është i saktë!", - "change_password_error_match": "Fjalekalimet duhet te perputhen!", - "change_password_error_privileges": "Ju nuk keni të drejtë ta ndryshoni këtë fjalëkalim.", - "change_password_success": "Fjalëkalimi juaj është përditësuar!", - "confirm_password": "Konfirmo fjalëkalimin", + "default-picture": "Ikona e parazgjedhur", + "uploaded-picture": "Fotografia e ngarkuar", + "upload-new-picture": "Ngarko foto të re", + "upload-new-picture-from-url": "Ngarko foto të re nga URL-ja", + "current-password": "Fjalëkalimi aktual", + "new-password": "New Password", + "change-password": "Ndrysho fjalekalimin", + "change-password-error": "Fjalëkalim i pavlefshëm", + "change-password-error-wrong-current": "Fjalëkalimi juaj aktual nuk është i saktë!", + "change-password-error-match": "Fjalekalimet duhet te perputhen!", + "change-password-error-privileges": "Ju nuk keni të drejtë ta ndryshoni këtë fjalëkalim.", + "change-password-success": "Fjalëkalimi juaj është përditësuar!", + "confirm-password": "Konfirmo fjalëkalimin", "password": "Fjalëkalimi", - "username_taken_workaround": "Emri i përdoruesit që kërkuat është i zënë. Ju sugjerojmë alternativën tjetër. Tani njiheni si %1", - "password_same_as_username": "Fjalëkalimi juaj është i njëjtë me emrin tuaj të përdoruesit, ju lutemi zgjidhni një fjalëkalim tjetër.", - "password_same_as_email": "Fjalëkalimi juaj është i njëjtë me emailin tuaj, ju lutemi zgjidhni një fjalëkalim tjetër.", - "weak_password": "Fjalëkalim i dobët.", - "upload_picture": "Ngarko foto", - "upload_a_picture": "Ngarko një foto", - "remove_uploaded_picture": "Hiq fotografine e ngarkuar", - "upload_cover_picture": "Ngarko fotografinë e kopertinës", - "remove_cover_picture_confirm": "Jeni i sigurt që dëshironi të hiqni foton e kopertines?", - "crop_picture": "Prisni përmasat e fotos", - "upload_cropped_picture": "Prit dhe Ngarko", + "username-taken-workaround": "Emri i përdoruesit që kërkuat është i zënë. Ju sugjerojmë alternativën tjetër. Tani njiheni si %1", + "password-same-as-username": "Fjalëkalimi juaj është i njëjtë me emrin tuaj të përdoruesit, ju lutemi zgjidhni një fjalëkalim tjetër.", + "password-same-as-email": "Fjalëkalimi juaj është i njëjtë me emailin tuaj, ju lutemi zgjidhni një fjalëkalim tjetër.", + "weak-password": "Fjalëkalim i dobët.", + "upload-picture": "Ngarko foto", + "upload-a-picture": "Ngarko një foto", + "remove-uploaded-picture": "Hiq fotografine e ngarkuar", + "upload-cover-picture": "Ngarko fotografinë e kopertinës", + "remove-cover-picture-confirm": "Jeni i sigurt që dëshironi të hiqni foton e kopertines?", + "crop-picture": "Prisni përmasat e fotos", + "upload-cropped-picture": "Prit dhe Ngarko", "avatar-background-colour": "Ngjyra e sfondit të Avatarit", "settings": "Preferenca", - "show_email": "Shfaq emailin tim", - "show_fullname": "Shfaq emrin tim të plotë", - "restrict_chats": "Lejo vetëm mesazhet nga përdoruesit që ndjek.", - "digest_label": "Abonohu të informohesh", - "digest_description": "Abonohu ​​për përditësime me email në këtë forum (njoftime dhe tema të reja) në orare të caktuara", - "digest_off": "Fikur", - "digest_daily": "Përditë", - "digest_weekly": "Javore", - "digest_biweekly": "Dy-Javore", - "digest_monthly": "Mujore", - "has_no_follower": "Përdoruesi nuk ka asnjë ndjekës :(", - "follows_no_one": "Ky përdorues nuk ndjek askënd :(", - "has_no_posts": "Ky përdorues nuk ka postuar akoma asgjë. ", - "has_no_best_posts": "Ky përdorues nuk ka ende asnjë postim me votim.", - "has_no_topics": "Ky përdorues nuk ka postuar akoma asnjë temë.", - "has_no_watched_topics": "Ky përdorues nuk ka frekuentuar akoma asnjë temë.", - "has_no_ignored_topics": "Ky përdorues nuk ka injoruar asnjë temë ende.", - "has_no_upvoted_posts": "Ky përdorues nuk ka votuar pro akoma në asnjë postim.", - "has_no_downvoted_posts": "Ky përdorues nuk ka votuar kundër asnjë postimi.", - "has_no_controversial_posts": "Ky përdorues nuk ka ende asnjë postim me votim kundër.", - "has_no_blocks": "Nuk keni përdorues të bllokuar.", - "email_hidden": "Email i fshehur.", + "show-email": "Shfaq emailin tim", + "show-fullname": "Shfaq emrin tim të plotë", + "restrict-chats": "Lejo vetëm mesazhet nga përdoruesit që ndjek.", + "digest-label": "Abonohu të informohesh", + "digest-description": "Abonohu ​​për përditësime me email në këtë forum (njoftime dhe tema të reja) në orare të caktuara", + "digest-off": "Fikur", + "digest-daily": "Përditë", + "digest-weekly": "Javore", + "digest-biweekly": "Dy-Javore", + "digest-monthly": "Mujore", + "has-no-follower": "Përdoruesi nuk ka asnjë ndjekës :(", + "follows-no-one": "Ky përdorues nuk ndjek askënd :(", + "has-no-posts": "Ky përdorues nuk ka postuar akoma asgjë.", + "has-no-best-posts": "Ky përdorues nuk ka ende asnjë postim me votim.", + "has-no-topics": "Ky përdorues nuk ka postuar akoma asnjë temë.", + "has-no-watched-topics": "Ky përdorues nuk ka frekuentuar akoma asnjë temë.", + "has-no-ignored-topics": "Ky përdorues nuk ka injoruar asnjë temë ende.", + "has-no-upvoted-posts": "Ky përdorues nuk ka votuar pro akoma në asnjë postim.", + "has-no-downvoted-posts": "Ky përdorues nuk ka votuar kundër asnjë postimi.", + "has-no-controversial-posts": "Ky përdorues nuk ka ende asnjë postim me votim kundër.", + "has-no-blocks": "Nuk keni përdorues të bllokuar.", + "email-hidden": "Email i fshehur.", "hidden": "I fshehur", - "paginate_description": "Kategorizoni temat tuaja në vënd që të lundroni pafund.", - "topics_per_page": "Tema për Faqe", - "posts_per_page": "Postime për Faqe", + "paginate-description": "Kategorizoni temat tuaja në vënd që të lundroni pafund.", + "topics-per-page": "Tema për Faqe", + "posts-per-page": "Postime për Faqe", "category-topic-sort": "Category topic sort", "topic-post-sort": "Topic post sort", - "max_items_per_page": "Maksimumi %1", - "acp_language": "Gjuha e faqes së administratorit", + "max-items-per-page": "Maksimumi %1", + "acp-language": "Gjuha e faqes së administratorit", "notifications": "Njoftimet", "upvote-notif-freq": "Frekuenca e njoftimit për votim pro.", "upvote-notif-freq.all": "Të gjitha votat Pro", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "Në 10, 100, 1000...", "upvote-notif-freq.disabled": "I kufizuar", "browsing": "Konfigurimet", - "open_links_in_new_tab": "Hapni lidhjet dalëse në skedën e re", - "enable_topic_searching": "Aktivizo kërkimin brenda temës", - "topic_search_help": "Nëse aktivizohet, kërkimi brenda temës do të anashkalojë sjelljen e paracaktuar të kërkimit të faqes së shfletuesit dhe do t'ju lejojë të kërkoni në të gjithë temën, në vend të asaj që shfaqet vetëm në ekran", - "update_url_with_post_index": "Përditësoni URL-në me indeksin e postimeve gjatë shfletimit të temave", - "scroll_to_my_post": "Pasi të keni postuar një përgjigje, shfaqni postimin e ri", - "follow_topics_you_reply_to": "Shiko temat të cilave u përgjigjesh", - "follow_topics_you_create": "Shikoni temat që keni krijuar", + "open-links-in-new-tab": "Hapni lidhjet dalëse në skedën e re", + "enable-topic-searching": "Aktivizo kërkimin brenda temës", + "topic-search-help": "Nëse aktivizohet, kërkimi brenda temës do të anashkalojë sjelljen e paracaktuar të kërkimit të faqes së shfletuesit dhe do t'ju lejojë të kërkoni në të gjithë temën, në vend të asaj që shfaqet vetëm në ekran", + "update-url-with-post-index": "Përditësoni URL-në me indeksin e postimeve gjatë shfletimit të temave", + "scroll-to-my-post": "Pasi të keni postuar një përgjigje, shfaqni postimin e ri", + "follow-topics-you-reply-to": "Shiko temat të cilave u përgjigjesh", + "follow-topics-you-create": "Shikoni temat që keni krijuar", "grouptitle": "Titull Grupi", "group-order-help": "Zgjidhni një grup dhe përdorni shigjetat për të renditur titujt", "no-group-title": "Pa titull grupi", @@ -145,9 +147,9 @@ "no-skin": "No Skin", "select-homepage": "Zgjidhni një Faqe kryesore", "homepage": "Kryefaqe", - "homepage_description": "Zgjidhni një faqe për t'u përdorur si faqen kryesore të forumit ose 'Asnjë' për të përdorur faqen kryesore të paracaktuar.", - "custom_route": "Faqe Kryesore e Personalizuar", - "custom_route_help": "Futni një emër itinerari këtu, pa ndonjë prerje të mëparshme (p.sh. \"i fundit\" ose \"kategoria/2/diskutim i përgjithshëm\")", + "homepage-description": "Zgjidhni një faqe për t'u përdorur si faqen kryesore të forumit ose 'Asnjë' për të përdorur faqen kryesore të paracaktuar.", + "custom-route": "Faqe Kryesore e Personalizuar", + "custom-route-help": "Futni një emër itinerari këtu, pa ndonjë prerje të mëparshme (p.sh. \"i fundit\" ose \"kategoria/2/diskutim i përgjithshëm\")", "sso.title": "Shërbimet e hyrjes së vetme", "sso.associated": "I lidhur me", "sso.not-associated": "Klikoni këtu për t'u lidhur me", @@ -179,25 +181,25 @@ "consent.title": "Të drejtat tuaja & Pëlqimi", "consent.lead": "Kushtet e forumit tonë janë si më poshtë:", "consent.intro": "Ne e përdorim këtë informacion në mënyrë rigoroze për të personalizuar përvojën tuaj në këtë komunitet, si dhe për të lidhur postimet që bëni me llogarinë tuaj të përdoruesit. Gjatë hapit të regjistrimit ju është kërkuar të jepni një emër përdoruesi dhe adresë emaili, gjithashtu mund të jepni opsionalisht informacion shtesë për të plotësuar profilin tuaj të përdoruesit në këtë faqe interneti.

Ne e ruajmë këtë informacion për sa kohë që llogaria juaj është aktive. Ju jeni në gjendje të tërhiqni pëlqimin në çdo kohë duke fshirë llogarinë tuaj. Në çdo kohë ju mund të kërkoni një kopje të kontributit tuaj në këtë faqe interneti, nëpërmjet të drejtave tuaja & Faqja e pëlqimit.

Nëse keni ndonjë pyetje ose shqetësim, ju inkurajojmë të kontaktoni ekipin administrativ të këtij forumi.", - "consent.email_intro": "Herë pas here, ne mund të dërgojmë email në adresën tuaj të email-it të regjistruar në mënyrë që të ofrojmë përditësime dhe/ose t'ju njoftojmë për aktivitetin e ri që ka të bëjë me ju. Mund të personalizoni frekuencën e përmbledhjes së komunitetit (duke përfshirë çaktivizimin e plotë të tij), si dhe të zgjidhni se cilat lloje njoftimesh të merrni me email, nëpërmjet faqes tuaj të cilësimeve të përdoruesit.", - "consent.digest_frequency": "Nëse nuk ndryshohet në mënyrë eksplicite në cilësimet e përdoruesit, ky komunitet jep përmbledhjet e emaileve çdo %1.", - "consent.digest_off": "Nëse nuk ndryshohet në mënyrë të qartë në cilësimet e përdoruesit, ky komunitet nuk dërgon përmbledhje me email", + "consent.email-intro": "Herë pas here, ne mund të dërgojmë email në adresën tuaj të email-it të regjistruar në mënyrë që të ofrojmë përditësime dhe/ose t'ju njoftojmë për aktivitetin e ri që ka të bëjë me ju. Mund të personalizoni frekuencën e përmbledhjes së komunitetit (duke përfshirë çaktivizimin e plotë të tij), si dhe të zgjidhni se cilat lloje njoftimesh të merrni me email, nëpërmjet faqes tuaj të cilësimeve të përdoruesit.", + "consent.digest-frequency": "Nëse nuk ndryshohet në mënyrë eksplicite në cilësimet e përdoruesit, ky komunitet jep përmbledhjet e emaileve çdo %1.", + "consent.digest-off": "Nëse nuk ndryshohet në mënyrë të qartë në cilësimet e përdoruesit, ky komunitet nuk dërgon përmbledhje me email", "consent.received": "Ju keni dhënë pëlqimin që kjo faqe interneti të mbledhë dhe grumbullojë informacionin tuaj. Asnjë veprim shtesë nuk kërkohet.", - "consent.not_received": "Ju nuk keni dhënë pëlqimin për mbledhjen dhe grumbullimin e të dhënave. Në çdo kohë, administrata e kësaj faqe interneti mund të zgjedhë të fshijë llogarinë tuaj në mënyrë që të jetë në përputhje me Rregulloren e Përgjithshme të Mbrojtjes së të Dhënave.", + "consent.not-received": "Ju nuk keni dhënë pëlqimin për mbledhjen dhe grumbullimin e të dhënave. Në çdo kohë, administrata e kësaj faqe interneti mund të zgjedhë të fshijë llogarinë tuaj në mënyrë që të jetë në përputhje me Rregulloren e Përgjithshme të Mbrojtjes së të Dhënave.", "consent.give": "Jep pëlqimin", - "consent.right_of_access": "Ju keni të drejtën e aksesit", - "consent.right_of_access_description": "Ju keni të drejtë të aksesoni çdo të dhënë të mbledhur nga kjo faqe interneti sipas kërkesës. Ju mund të merrni një kopje të këtyre të dhënave duke klikuar butonin e duhur më poshtë.", - "consent.right_to_rectification": "Ju keni të drejtën e korrigjimit", - "consent.right_to_rectification_description": "Ju keni të drejtë të ndryshoni ose përditësoni çdo të dhënë të pasaktë që na jepet. Profili juaj mund të përditësohet duke redaktuar profilin tuaj dhe përmbajtja e postimit mund të modifikohet gjithmonë. Nëse nuk është kështu, ju lutemi kontaktoni ekipin administrativ të kësaj faqeje.", - "consent.right_to_erasure": "Ju keni të drejtën e fshirjes", - "consent.right_to_erasure_description": "Në çdo kohë, ju mund të revokoni pëlqimin tuaj për mbledhjen dhe/ose përpunimin e të dhënave duke fshirë llogarinë tuaj. Profili juaj individual mund të fshihet, megjithëse përmbajtja juaj e postuar do të mbetet. Nëse dëshironi të fshini llogarinë tuaj dhe përmbajtjen tuaj, ju lutemi kontaktoni ekipin administrativ për këtë faqe interneti.", - "consent.right_to_data_portability": "Ju keni të drejtën e transportueshmërisë së të dhënave", - "consent.right_to_data_portability_description": "Ju mund të kërkoni nga ne një eksportim të lexueshëm nga makineritë e çdo të dhëne të mbledhur për ju dhe llogarinë tuaj. Ju mund ta bëni këtë duke klikuar butonin më poshtë.", - "consent.export_profile": "Eksporto profilin (.json)", + "consent.right-of-access": "Ju keni të drejtën e aksesit", + "consent.right-of-access-description": "Ju keni të drejtë të aksesoni çdo të dhënë të mbledhur nga kjo faqe interneti sipas kërkesës. Ju mund të merrni një kopje të këtyre të dhënave duke klikuar butonin e duhur më poshtë.", + "consent.right-to-rectification": "Ju keni të drejtën e korrigjimit", + "consent.right-to-rectification-description": "Ju keni të drejtë të ndryshoni ose përditësoni çdo të dhënë të pasaktë që na jepet. Profili juaj mund të përditësohet duke redaktuar profilin tuaj dhe përmbajtja e postimit mund të modifikohet gjithmonë. Nëse nuk është kështu, ju lutemi kontaktoni ekipin administrativ të kësaj faqeje.", + "consent.right-to-erasure": "Ju keni të drejtën e fshirjes", + "consent.right-to-erasure-description": "Në çdo kohë, ju mund të revokoni pëlqimin tuaj për mbledhjen dhe/ose përpunimin e të dhënave duke fshirë llogarinë tuaj. Profili juaj individual mund të fshihet, megjithëse përmbajtja juaj e postuar do të mbetet. Nëse dëshironi të fshini llogarinë tuaj dhe përmbajtjen tuaj, ju lutemi kontaktoni ekipin administrativ për këtë faqe interneti.", + "consent.right-to-data-portability": "Ju keni të drejtën e transportueshmërisë së të dhënave", + "consent.right-to-data-portability-description": "Ju mund të kërkoni nga ne një eksportim të lexueshëm nga makineritë e çdo të dhëne të mbledhur për ju dhe llogarinë tuaj. Ju mund ta bëni këtë duke klikuar butonin më poshtë.", + "consent.export-profile": "Eksporto profilin (.json)", "consent.export-profile-success": "Duke eksportuar profilin, do të merrni një njoftim kur të përfundojë.", - "consent.export_uploads": "Eksporto përmbajtjen e ngarkuar (.zip)", + "consent.export-uploads": "Eksporto përmbajtjen e ngarkuar (.zip)", "consent.export-uploads-success": "Duke eksportuar ngarkimet, do të merrni një njoftim kur të përfundojë.", - "consent.export_posts": "Eksporto postimet (.csv)", + "consent.export-posts": "Eksporto postimet (.csv)", "consent.export-posts-success": "Duke eksportuar postimet, do të merrni një njoftim në përfundim.", "emailUpdate.intro": "Ju lutemi shkruani adresën tuaj të emailit më poshtë. Ky forum përdor adresën tuaj të emailit për përmbledhjen dhe njoftimet e planifikuara, si dhe për rikuperimin e llogarisë në rast të një fjalëkalimi të humbur.", "emailUpdate.optional": "Kjo fushë është fakultative. Ju nuk jeni të detyruar të jepni adresën tuaj të emailit, por pa një email të vërtetuar nuk do të jeni në gjendje të rikuperoni llogarinë tuaj ose të identifikoheni me emailin tuaj.", diff --git a/public/language/sq-AL/users.json b/public/language/sq-AL/users.json index 0ca6b7b383..d5d171e0b8 100644 --- a/public/language/sq-AL/users.json +++ b/public/language/sq-AL/users.json @@ -1,13 +1,13 @@ { "all-users": "All Users", - "latest_users": "Përdoruesit e fundit", - "top_posters": "Postuesit më të mirë", - "most_reputation": "Me Reputacion", - "most_flags": "Më të raportuarit", + "latest-users": "Përdoruesit e fundit", + "top-posters": "Postuesit më të mirë", + "most-reputation": "Me Reputacion", + "most-flags": "Më të raportuarit", "search": "Kërko", - "enter_username": "Kërko një përdorues", + "enter-username": "Kërko një përdorues", "search-user-for-chat": "Search for a user to start chat", - "load_more": "Ngarko më shumë", + "load-more": "Ngarko më shumë", "users-found-search-took": "%1 përdorues u gjet (en) ! Kërkimi zgjati %2 sekonda.", "filter-by": "Filtro sipas", "online-only": "Online vetëm", @@ -15,10 +15,10 @@ "prompt-email": "Email-et", "groups-to-join": "Grupet për t'u bashkuar kur ftesa të pranohet:", "invitation-email-sent": "Një email ftese i është dërguar %1", - "user_list": "Lista e përdoruesve", - "recent_topics": "Temat e fundit", - "popular_topics": "Temat me te kerkuara", - "unread_topics": "Tema të palexuara", + "user-list": "Lista e përdoruesve", + "recent-topics": "Temat e fundit", + "popular-topics": "Temat me te kerkuara", + "unread-topics": "Tema të palexuara", "categories": "Kategoritë", "tags": "Tags", "no-users-found": "Nuk u gjet asnjë përdorues!" diff --git a/public/language/sr/admin/advanced/database.json b/public/language/sr/admin/advanced/database.json index 05e6a81523..e48d9b834d 100644 --- a/public/language/sr/admin/advanced/database.json +++ b/public/language/sr/admin/advanced/database.json @@ -17,7 +17,7 @@ "mongo.file-size": "Veličina Fajla", "mongo.resident-memory": "Resident Memory", "mongo.virtual-memory": "Virtuelna memorija", - "mongo.mapped-memory": "Mapirana Memorija", + "mongo.mapped-memory": "Mapped Memory", "mongo.bytes-in": "Bytes In", "mongo.bytes-out": "Bytes Out", "mongo.num-requests": "Number of Requests", diff --git a/public/language/sr/admin/advanced/events.json b/public/language/sr/admin/advanced/events.json index b2c2033fb5..9327eef8d3 100644 --- a/public/language/sr/admin/advanced/events.json +++ b/public/language/sr/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "Event Type", "filter-start": "Start Date", "filter-end": "End Date", - "filter-perPage": "Per Page" + "filter-per-page": "Per Page" } \ No newline at end of file diff --git a/public/language/sr/admin/extend/widgets.json b/public/language/sr/admin/extend/widgets.json index ab3a4b11d2..5d2832feed 100644 --- a/public/language/sr/admin/extend/widgets.json +++ b/public/language/sr/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "No widgets found! Activate the widget essentials plugin in the plugins control panel.", "clone-from": "Clone widgets from", "containers.available": "Available Containers", - "containers.explanation": "Drag and drop on top of any active widget", + "containers.explanation": "Drag and drop on top of any widget", "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", @@ -29,5 +29,7 @@ "hide-from-groups": "Hide from groups", "start-date": "Start date", "end-date": "End date", - "hide-on-mobile": "Hide on mobile" + "hide-on-mobile": "Hide on mobile", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/sr/admin/manage/privileges.json b/public/language/sr/admin/manage/privileges.json index 9af075bcfa..240cff6aa5 100644 --- a/public/language/sr/admin/manage/privileges.json +++ b/public/language/sr/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "Edit Privileges", "select-clear-all": "Select/Clear All", "chat": "Chat", + "chat-with-privileged": "Chat with Privileged", "upload-images": "Upload Images", "upload-files": "Upload Files", "signature": "Signature", @@ -33,7 +34,7 @@ "edit-posts": "Edit Posts", "view-edit-history": "View Edit History", "delete-posts": "Delete Posts", - "view_deleted": "View Deleted Posts", + "view-deleted": "View Deleted Posts", "upvote-posts": "Upvote Posts", "downvote-posts": "Downvote Posts", "delete-topics": "Delete Topics", diff --git a/public/language/sr/admin/manage/users.json b/public/language/sr/admin/manage/users.json index 1fef96f56d..08e5701f40 100644 --- a/public/language/sr/admin/manage/users.json +++ b/public/language/sr/admin/manage/users.json @@ -4,16 +4,21 @@ "edit": "Actions", "make-admin": "Make Admin", "remove-admin": "Remove Admin", + "change-email": "Change Email", + "new-email": "New Email", "validate-email": "Validate Email", "send-validation-email": "Send Validation Email", + "change-password": "Change Password", "password-reset-email": "Send Password Reset Email", "force-password-reset": "Force Password Reset & Log User Out", - "ban": "Ban User(s)", + "ban": "Ban", + "ban-users": "Ban User(s)", "temp-ban": "Ban User(s) Temporarily", "unban": "Unban User(s)", "reset-lockout": "Reset Lockout", "reset-flags": "Reset Flags", - "delete": "Delete User(s)", + "delete": "Delete", + "delete-users": "Delete User(s)", "delete-content": "Delete User(s) Content", "purge": "Delete User(s) and Content", "download-csv": "Download CSV", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "Ban %1 user(s)", "alerts.unban-success": "User(s) unbanned!", "alerts.lockout-reset-success": "Lockout(s) reset!", + "alerts.password-change-success": "Password(s) changed!", "alerts.flag-reset-success": "Flags(s) reset!", "alerts.no-remove-yourself-admin": "You can't remove yourself as Administrator!", "alerts.make-admin-success": "User is now administrator.", @@ -106,6 +112,7 @@ "alerts.create": "Create User", "alerts.button-create": "Create", "alerts.button-cancel": "Cancel", + "alerts.button-change": "Change", "alerts.error-passwords-different": "Passwords must match!", "alerts.error-x": "Error

%1

", "alerts.create-success": "User created!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "Emails: ", "alerts.email-sent-to": "An invitation email has been sent to %1", "alerts.x-users-found": "%1 user(s) found, (%2 seconds)", + "alerts.select-a-single-user-to-change-email": "Select a single user to change email", "export-users-started": "Exporting users as csv, this might take a while. You will receive a notification when it is complete.", - "export-users-completed": "Users exported as csv, click here to download." + "export-users-completed": "Users exported as csv, click here to download.", + "email": "Email", + "password": "Password", + "manage": "Manage" } \ No newline at end of file diff --git a/public/language/sr/admin/settings/chat.json b/public/language/sr/admin/settings/chat.json index e4946458bd..86360a34ee 100644 --- a/public/language/sr/admin/settings/chat.json +++ b/public/language/sr/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "Enter 0 to disable this restriction", "chat-settings": "Chat Settings", "disable": "Disable chat", "disable-editing": "Disable chat message editing/deletion", @@ -6,8 +7,10 @@ "max-length": "Maximum length of chat messages", "max-chat-room-name-length": "Maximum length of chat room names", "max-room-size": "Maximum number of users in chat rooms", - "delay": "Time between chat messages in milliseconds", - "notification-delay": "Notification delay for chat messages. (0 for no delay)", - "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable. (0 disabled)", - "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable. (0 disabled)" + "delay": "Time between chat messages (ms)", + "newbieDelay": "... for new users (ms)", + "notification-delay": "Notification delay for chat messages", + "notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.", + "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.", + "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable." } \ No newline at end of file diff --git a/public/language/sr/admin/settings/post.json b/public/language/sr/admin/settings/post.json index 2642504fc2..75758f787a 100644 --- a/public/language/sr/admin/settings/post.json +++ b/public/language/sr/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "Title Length", "restrictions.post-length": "Post Length", "restrictions.days-until-stale": "Days until topic is considered stale", - "restrictions.stale-help": "Ako se tema smatra \"ustajalom\", onda će upozorenje biti prikazano korisnicima koji su odgovarali na tu temu.", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "Vremenski žig", "timestamp.cut-off": "Date cut-off (in days)", "timestamp.cut-off-help": "Datumi & vreme će biti pokazano na relativan način (npr. \"pre 3 sata\" / \"pre 5 dana\"), i lokalizovano na različite\n\t\t\t\t\tjezike. Posle određenog vremena, ovaj tekst može biti promenjen na lokalizovani datum\n\t\t\t\t\t(npr. 5 Nov 2016 15:30).
(Uobičajeno: 30, ili jedan mesec). Postavi na 0 da uvek prikaže datume, ostavi prazno da uvek prikaže relativno vreme.", diff --git a/public/language/sr/admin/settings/user.json b/public/language/sr/admin/settings/user.json index 55ecbd1720..e9944ba22b 100644 --- a/public/language/sr/admin/settings/user.json +++ b/public/language/sr/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "Korisničko ime ili Email", "allow-login-with.username": "Samo korisničko ime", "account-settings": "Podešavanje naloga", - "gdpr_enabled": "Enable GDPR consent collection", - "gdpr_enabled_help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", + "gdpr-enabled": "Enable GDPR consent collection", + "gdpr-enabled-help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", "disable-username-changes": "Onemogući promenu korisničkog imena", "disable-email-changes": "Onemogući promenu email-a", "disable-password-changes": "Onemogući promenu šifre", diff --git a/public/language/sr/category.json b/public/language/sr/category.json index 26b049b3a0..69b36e5400 100644 --- a/public/language/sr/category.json +++ b/public/language/sr/category.json @@ -1,12 +1,12 @@ { "category": "Категорија", "subcategories": "Поткатегорије", - "new_topic_button": "Нова тема", + "new-topic-button": "Нова тема", "guest-login-post": "Пријавите се да бисте послали поруку", - "no_topics": "Нема тема у овој категорији.
Зашто не бисте поставили једну?", + "no-topics": "Нема тема у овој категорији.
Зашто не бисте поставили једну?", "browsing": "гледа", - "no_replies": "Још увек нема одговора", - "no_new_posts": "Нема нових порука", + "no-replies": "Још увек нема одговора", + "no-new-posts": "Нема нових порука", "watch": "Надгледај", "ignore": "Игнориши", "watching": "Надгледај", diff --git a/public/language/sr/email.json b/public/language/sr/email.json index 044165196f..0515be6cfe 100644 --- a/public/language/sr/email.json +++ b/public/language/sr/email.json @@ -3,14 +3,14 @@ "password-reset-requested": "Захтевано је поништавање лозинке!", "welcome-to": "Добродошли на %1", "invite": "Позивница од %1", - "greeting_no_name": "Здраво", - "greeting_with_name": "Здраво %1", + "greeting-no-name": "Здраво", + "greeting-with-name": "Здраво %1", "email.verify-your-email.subject": "Потврдите вашу е-пошту", "email.verify.text1": "Захтевали сте да променимо или потврдимо вашу адресу е-поште", "email.verify.text2": "Из безбедносних разлога, мењамо или потврђујемо адресу е-поште која се налази у евиденцији само након што је њено власништво потврђено путем е-поште. Ако ово нисте захтевали, не морате ништа да предузимате.", "email.verify.text3": "Када потврдите ову адресу е-поште, заменићемо вашу тренутну адресу е-поште овом (%1).", "welcome.text1": "Хвала што сте се регистровали на %1!", - "welcome.text2": "Да бисте у потпуности активирали ваш налог, потребно је да проверимо да ли стварно поседујете адресу е-поште којом сте се регистровали. ", + "welcome.text2": "Да бисте у потпуности активирали ваш налог, потребно је да проверимо да ли стварно поседујете адресу е-поште којом сте се регистровали.", "welcome.text3": "Администратор је прихватио вашу регистрацију. Можете се пријавити са вашим именом и лозинком.", "welcome.cta": "Кликните овде за потврду адресе ваше е-поште", "invitation.text1": "%1 вас је позвао да се придружите %2", @@ -24,7 +24,7 @@ "reset.notify.text2": "Уколико нисте ви ово одобрили, молимо одмах контактирајте администратора.", "digest.unread-rooms": "Непрочитане собе", "digest.room-name-unreadcount": "%1 (%2 непрочитано)", - "digest.latest_topics": "Недавне теме од %1", + "digest.latest-topics": "Недавне теме од %1", "digest.top-topics": "Најбоље теме од %1", "digest.popular-topics": "Популарне теме од %1", "digest.cta": "Кликните овде да посетите %1", @@ -36,8 +36,8 @@ "digest.title.day": "Ваш дневни сажетак", "digest.title.week": "Ваш седмични сажетак", "digest.title.month": "Ваш месечни сажетак", - "notif.chat.subject": "Примљена је нова порука ћаскања од %1", - "notif.chat.public-chat-subject": "Нова порука од %1 у соби %2", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "Кликните овде да наставите са разговором", "notif.chat.unsub.info": "Ова обавештење о ћаскању вам је послато услед вашег подешавања претплате.", "notif.post.unsub.info": "Ово обавештење вам је послато услед вашег подешавања претплате.", diff --git a/public/language/sr/error.json b/public/language/sr/error.json index 9706db0961..08cf3fc22e 100644 --- a/public/language/sr/error.json +++ b/public/language/sr/error.json @@ -30,7 +30,7 @@ "csrf-invalid": "Нисмо успели да вас пријавимо, вероватно због истека сесије. Молимо покушајте поново", "invalid-path": "Неважећа путања", "folder-exists": "Фасцикла постоји", - "invalid-pagination-value": "Неважећа вредност приликом нумерисања страница, мора бити најмање %1 а највише %2 ", + "invalid-pagination-value": "Неважећа вредност приликом нумерисања страница, мора бити најмање %1 а највише %2", "username-taken": "Корисничко име је заузето", "email-taken": "Адреса е-поште је заузета", "email-nochange": "Унета е-пошта је иста као е-пошта која је већ у евиденцији.", @@ -184,6 +184,7 @@ "post-flagged-too-many-times": "Ову поруку су већ означили заставицом други", "user-flagged-too-many-times": "Овог корисника су већ означили заставицом други", "cant-flag-privileged": "Није вам дозвољено да означавате заставицом профиле или садржај привилегованих корисника (модератори/глобални модератори/администратори)", + "cant-locate-flag-report": "Cannot locate flag report", "self-vote": "Не можете гласати за своју поруку", "too-many-upvotes-today": "Можете гласати само %1 пута дневно", "too-many-upvotes-today-user": "Можете гласати за корисника само %1 пута дневно", diff --git a/public/language/sr/flags.json b/public/language/sr/flags.json index 1f54a981f2..67168e53f5 100644 --- a/public/language/sr/flags.json +++ b/public/language/sr/flags.json @@ -1,5 +1,6 @@ { "state": "Стање", + "report": "Report", "reports": "Извештаји", "first-reported": "Прво пријављено", "no-flags": "Ура! Нема заставица.", @@ -8,6 +9,8 @@ "update": "Ажурирај", "updated": "Ажурирано", "resolved": "Решено", + "report-added": "Added", + "report-rescinded": "Rescinded", "target-purged": "Садржај на који се односи ова заставица је очишћен и није више доступан.", "target-aboutme-empty": "Овај корисник није подесио "О мени".", diff --git a/public/language/sr/global.json b/public/language/sr/global.json index 814e53ef2c..67fe6c1da6 100644 --- a/public/language/sr/global.json +++ b/public/language/sr/global.json @@ -13,19 +13,19 @@ "400.message": "Изгледа да је веза погрешно обликована, проверите још једном и пробајте поново.
Вратите се на матичну страницу.
", "register": "Регистрација", "login": "Пријави се", - "please_log_in": "Молимо, пријавите се", + "please-log-in": "Молимо, пријавите се", "logout": "Одјави се", - "posting_restriction_info": "Слање порука је тренутно ограничено само на пријављене кориснике, кликните овде да се пријавите.", - "welcome_back": "Добродошли поново", - "you_have_successfully_logged_in": "Успешно сте се пријавили", - "save_changes": "Сачувај измене", + "posting-restriction-info": "Слање порука је тренутно ограничено само на пријављене кориснике, кликните овде да се пријавите.", + "welcome-back": "Добродошли поново", + "you-have-successfully-logged-in": "Успешно сте се пријавили", + "save-changes": "Сачувај измене", "save": "Сачувај", "create": "Креирај", "cancel": "Откажи", "close": "Затвори", "pagination": "Нумерисање страница", - "pagination.out_of": "%1 од %2", - "pagination.enter_index": "Иди на индекс порука", + "pagination.out-of": "%1 од %2", + "pagination.enter-index": "Иди на индекс порука", "header.admin": "Админ", "header.categories": "Категорије", "header.recent": "Недавно", @@ -80,25 +80,25 @@ "lastpost": "Последња порука", "firstpost": "Прва порука", "about": "Информације", - "read_more": "прочитајте више", + "read-more": "прочитајте више", "more": "Више", "none": "Ниједан", - "posted_ago_by_guest": "објављено %1 од стране госта.", - "posted_ago_by": "објављено %1 од стране %2", - "posted_ago": "објављено %1", - "posted_in": "објављено у %1", - "posted_in_by": "објављено у %1 од стране %2", - "posted_in_ago": "објављено у %1 %2", - "posted_in_ago_by": "објављено у %1 %2 од стране %3", - "user_posted_ago": "%1 објавио %2", - "guest_posted_ago": "Гост је објавио %1", - "last_edited_by": "последњи пут уредио %1", + "posted-ago-by-guest": "објављено %1 од стране госта.", + "posted-ago-by": "објављено %1 од стране %2", + "posted-ago": "објављено %1", + "posted-in": "објављено у %1", + "posted-in-by": "објављено у %1 од стране %2", + "posted-in-ago": "објављено у %1 %2", + "posted-in-ago-by": "објављено у %1 %2 од стране %3", + "user-posted-ago": "%1 објавио %2", + "guest-posted-ago": "Гост је објавио %1", + "last-edited-by": "последњи пут уредио %1", "edited-timestamp": "Уређено %1", "norecentposts": "Нема недавних порука", "norecenttopics": "Нема недавних тема", "recentposts": "Недавне поруке", "recentips": "Недавно забележене IP адресе", - "moderator_tools": "Алати модератора", + "moderator-tools": "Алати модератора", "status": "Статус", "online": "На мрежи", "away": "Одсутан", @@ -109,7 +109,7 @@ "language": "Језик", "guest": "Гост", "guests": "Гости", - "former_user": "Бивши корисник", + "former-user": "Бивши корисник", "system-user": "Систем", "unknown-user": "Непознати корисник", "updated.title": "Форум је ажуриран", @@ -117,12 +117,12 @@ "privacy": "Приватност", "follow": "Прати", "unfollow": "Не прати", - "delete_all": "Избриши све", + "delete-all": "Избриши све", "map": "Мапа", "sessions": "Сесије пријављивања", - "ip_address": "IP адреса", - "enter_page_number": "Унесите број странице", - "upload_file": "Отпреми датотеку", + "ip-address": "IP адреса", + "enter-page-number": "Унесите број странице", + "upload-file": "Отпреми датотеку", "upload": "Отпреми", "uploads": "Отпремања", "allowed-file-types": "Дозвољени типови датотека су %1", @@ -131,7 +131,7 @@ "play": "Репродукуј", "cookies.message": "Овај веб сајт користи колачиће да би вам обезбедили најбољи доживљај на нашем сајту.", "cookies.accept": "Схватам!", - "cookies.learn_more": "Сазнајте више", + "cookies.learn-more": "Сазнајте више", "edited": "Уређено", "disabled": "Онемогућено", "select": "Изабери", diff --git a/public/language/sr/groups.json b/public/language/sr/groups.json index 92c34395e9..dc504c9319 100644 --- a/public/language/sr/groups.json +++ b/public/language/sr/groups.json @@ -2,65 +2,65 @@ "all-groups": "Све групе", "groups": "Групе", "members": "Чланови", - "view_group": "Преглед групе", + "view-group": "Преглед групе", "owner": "Власник групе", - "new_group": "Направи нову групу", - "no_groups_found": "Нема група за преглед", + "new-group": "Направи нову групу", + "no-groups-found": "Нема група за преглед", "pending.accept": "Прихвати", "pending.reject": "Одбиј", - "pending.accept_all": "Прихвати све", - "pending.reject_all": "Одбиј све", + "pending.accept-all": "Прихвати све", + "pending.reject-all": "Одбиј све", "pending.none": "Тренутно нема чланова на чекању.", "invited.none": "Тренутно нема позваних чланова.", "invited.uninvite": "Поништи позив", "invited.search": "Потражите корисника којег ћете позвати у ову групу", - "invited.notification_title": "Добили сте позив да се придружите %1", - "request.notification_title": "Чланство групе затражено од стране %1", - "request.notification_text": "%1 је затражио да постане члан %2", + "invited.notification-title": "Добили сте позив да се придружите %1", + "request.notification-title": "Чланство групе затражено од стране %1", + "request.notification-text": "%1 је затражио да постане члан %2", "cover-save": "Сачувај", "cover-saving": "Чување", "details.title": "Детаљи о групи", "details.members": "Списак чланова", "details.pending": "Чланови на чекању", "details.invited": "Позвани чланови", - "details.has_no_posts": "Чланови ове групе нису написали ниједну поруку.", - "details.latest_posts": "Последње поруке", + "details.has-no-posts": "Чланови ове групе нису написали ниједну поруку.", + "details.latest-posts": "Последње поруке", "details.private": "Приватна", "details.disableJoinRequests": "Искључи захтеве за придруживање", "details.disableLeave": "Онемогући корисницима да напусте групу", "details.grant": "Одобри/Поништи власништво", "details.kick": "Избаци", - "details.kick_confirm": "Да ли сте сигурни да желите да уклоните овог члана из групе?", + "details.kick-confirm": "Да ли сте сигурни да желите да уклоните овог члана из групе?", "details.add-member": "Додај члана", - "details.owner_options": "Администрација групе", - "details.group_name": "Име групе", - "details.member_count": "Број чланова", - "details.creation_date": "Датум настанка", + "details.owner-options": "Администрација групе", + "details.group-name": "Име групе", + "details.member-count": "Број чланова", + "details.creation-date": "Датум настанка", "details.description": "Опис", "details.member-post-cids": "ID-ови категорија за приказ порука", - "details.badge_preview": "Приказ беџа", - "details.change_icon": "Промени икону", - "details.change_label_colour": "Промени боју ознаке", - "details.change_text_colour": "Промени боју текста", - "details.badge_text": "Текст беџа", + "details.badge-preview": "Приказ беџа", + "details.change-icon": "Промени икону", + "details.change-label-colour": "Промени боју ознаке", + "details.change-text-colour": "Промени боју текста", + "details.badge-text": "Текст беџа", "details.userTitleEnabled": "Приказ беџа", - "details.private_help": "Уколико је укључено, приступање групи захтева одобрење власника групе.", + "details.private-help": "Уколико је укључено, приступање групи захтева одобрење власника групе.", "details.hidden": "Скривена", - "details.hidden_help": "Уколико је укључено, група неће бити видљива на списку група, и корисницима се позивнице морају слати ручно.", - "details.delete_group": "Избриши групу", - "details.private_system_help": "Приватне групе су искључене на системском нивоу, ова опција нема ефекта", + "details.hidden-help": "Уколико је укључено, група неће бити видљива на списку група, и корисницима се позивнице морају слати ручно.", + "details.delete-group": "Избриши групу", + "details.private-system-help": "Приватне групе су искључене на системском нивоу, ова опција нема ефекта", "event.updated": "Детаљи групе су ажурирани", "event.deleted": "Група „%1“ је избрисана", "membership.accept-invitation": "Прихватите позив", - "membership.accept.notification_title": "Сада сте члан групе %1", + "membership.accept.notification-title": "Сада сте члан групе %1", "membership.invitation-pending": "Позиви на чекању", "membership.join-group": "Придружите се групи", "membership.leave-group": "Напусти групу", - "membership.leave.notification_title": "%1 је напустио групу %2", + "membership.leave.notification-title": "%1 је напустио групу %2", "membership.reject": "Одбаци", - "new-group.group_name": "Име групе:", + "new-group.group-name": "Име групе:", "upload-group-cover": "Отпреми насловницу групе", - "bulk-invite-instructions": "Унесите списак корисничких имена одвојених зарезима да бисте позвали у ову групу ", + "bulk-invite-instructions": "Унесите списак корисничких имена одвојених зарезима да бисте позвали у ову групу", "bulk-invite": "Масовни позив", - "remove_group_cover_confirm": "Да ли сте сигурни да желите да уклоните насловну слику?" + "remove-group-cover-confirm": "Да ли сте сигурни да желите да уклоните насловну слику?" } \ No newline at end of file diff --git a/public/language/sr/login.json b/public/language/sr/login.json index 74eda37de6..7124a2431a 100644 --- a/public/language/sr/login.json +++ b/public/language/sr/login.json @@ -1,12 +1,12 @@ { "username-email": "Корисничко име / Е-пошта", "username": "Корисничко име", - "remember_me": "Запамти ме?", - "forgot_password": "Заборављена лозинка?", - "alternative_logins": "Алтернативна пријављивања", - "failed_login_attempt": "Неуспешно пријављивање", - "login_successful": "Успешно сте се пријавили!", - "dont_have_account": "Немате налог?", + "remember-me": "Запамти ме?", + "forgot-password": "Заборављена лозинка?", + "alternative-logins": "Алтернативна пријављивања", + "failed-login-attempt": "Неуспешно пријављивање", + "login-successful": "Успешно сте се пријавили!", + "dont-have-account": "Немате налог?", "logged-out-due-to-inactivity": "Одјављени сте са администраторске контролне табле због неактивности", "caps-lock-enabled": "Тастер Caps Lock је укључен" } \ No newline at end of file diff --git a/public/language/sr/modules.json b/public/language/sr/modules.json index 72d5d24ca8..79ddec2c79 100644 --- a/public/language/sr/modules.json +++ b/public/language/sr/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "Соба %1", - "chat.chatting_with": "Ћаскај са", + "chat.chatting-with": "Ћаскај са", "chat.placeholder": "Куцајте поруку ћаскања овде, превуците и отпустите слике, притисните enter за слање", "chat.placeholder.mobile": "Куцајте поруку овде", "chat.scroll-up-alert": "Идите на најновију поруку", @@ -8,12 +8,15 @@ "chat.chat-with-usernames": "Ћаскај са %1", "chat.chat-with-usernames-and-x-others": "Ћаскај са %1 & %2 осталих", "chat.send": "Пошаљи", - "chat.no_active": "Нема активних ћаскања.", - "chat.user_typing": "%1 куца ...", - "chat.user_has_messaged_you": "%1 вам је послао поруку.", + "chat.no-active": "Нема активних ћаскања.", + "chat.user-typing-1": "%1 куца...", + "chat.user-typing-2": "%1 и %2 куцају...", + "chat.user-typing-3": "%1, %2 и %3 куцају...", + "chat.user-typing-n": "%1, %2 и осталих %3 куцају...", + "chat.user-has-messaged-you": "%1 вам је послао поруку.", "chat.replying-to": "Одговарање кориснику %1", - "chat.see_all": "Сва ћаскања", - "chat.mark_all_read": "Означи све као прочитано", + "chat.see-all": "Сва ћаскања", + "chat.mark-all-read": "Означи све као прочитано", "chat.no-messages": "Изаберите примаоца да бисте видели историју ћаскања", "chat.no-users-in-room": "Нема корисника у овој соби", "chat.recent-chats": "Недавна ћаскања", @@ -24,12 +27,16 @@ "chat.pop-out": "Истакни ћаскање", "chat.minimize": "Умањи", "chat.maximize": "Увећај", - "chat.seven_days": "7 дана", - "chat.thirty_days": "30 дана", - "chat.three_months": "3 месеца", - "chat.delete_message_confirm": "Да ли сте сигурни да желите да избришете ову поруку?", + "chat.seven-days": "7 дана", + "chat.thirty-days": "30 дана", + "chat.three-months": "3 месеца", + "chat.delete-message-confirm": "Да ли сте сигурни да желите да избришете ову поруку?", "chat.retrieving-users": "Преузимање корисника...", "chat.view-users-list": "Погледај листу корисника", + "chat.pinned-messages": "Закачене поруке", + "chat.no-pinned-messages": "Нема закачених порука", + "chat.pin-message": "Закачи поруку", + "chat.unpin-message": "Откачи поруку", "chat.public-rooms": "Јавне собе (%1)", "chat.private-rooms": "Приватне собе (%1)", "chat.create-room": "Креирај собу за ћаскање", @@ -67,17 +74,24 @@ "chat.system.user-leave": "%1 је напустио собу ", "chat.system.room-rename": "%2 је преименовао собу у „%1” ", "composer.compose": "Писање поруке", - "composer.show_preview": "Прикажи преглед", - "composer.hide_preview": "Сакриј преглед", + "composer.show-preview": "Прикажи преглед", + "composer.hide-preview": "Сакриј преглед", "composer.help": "Помоћ", - "composer.user_said_in": "%1 је рекао у %2", - "composer.user_said": "%1 је рекао:", + "composer.user-said-in": "%1 је рекао у %2", + "composer.user-said": "%1 је рекао:", "composer.discard": "Желите ли да одбаците ову поруку?", - "composer.submit_and_lock": "Проследи и закључај", - "composer.toggle_dropdown": "Подесите \"Dropdown\"", + "composer.submit-and-lock": "Проследи и закључај", + "composer.toggle-dropdown": "Подесите \"Dropdown\"", "composer.uploading": "Отпремање %1", "composer.formatting.bold": "Подебљано", "composer.formatting.italic": "Курзив", + "composer.formatting.heading": "Наслов", + "composer.formatting.heading1": "Наслов 1", + "composer.formatting.heading2": "Наслов 2", + "composer.formatting.heading3": "Наслов 3", + "composer.formatting.heading4": "Наслов 4", + "composer.formatting.heading5": "Наслов 5", + "composer.formatting.heading6": "Наслов 6", "composer.formatting.list": "Листа", "composer.formatting.strikethrough": "Прецртано", "composer.formatting.code": "Код", @@ -85,9 +99,10 @@ "composer.formatting.picture": "Веза слике", "composer.upload-picture": "Отпреми слику", "composer.upload-file": "Отпреми датотеку", - "composer.zen_mode": "Цео екран", - "composer.select_category": "Изаберите категорију", + "composer.zen-mode": "Цео екран", + "composer.select-category": "Изаберите категорију", "composer.textarea.placeholder": "Овде унесите садржај поруке, превуците и отпустите слике", + "composer.post-queue-alert": "Здраво👋!
Овај форум користи систем чекања за објављивање, пошто сте нови корисник ваша објава ће бити сакривена док је не одобри наш модераторски тим.", "composer.schedule-for": "Испланирајте тему за", "composer.schedule-date": "Датум", "composer.schedule-time": "Време", @@ -102,8 +117,8 @@ "bootbox.confirm": "Потврди", "bootbox.submit": "Проследи", "bootbox.send": "Пошаљи", - "cover.dragging_title": "Позиционирање насловне фотографије", - "cover.dragging_message": "Повуците насловну фотографију до жељене локације и кликните на \"Сачувај\"", + "cover.dragging-title": "Позиционирање насловне фотографије", + "cover.dragging-message": "Повуците насловну фотографију до жељене локације и кликните на \"Сачувај\"", "cover.saved": "Насловна фотографија и позиција су сачуване", "thumbs.modal.title": "Управљање сличицама теме", "thumbs.modal.no-thumbs": "Нема пронађених сличица.", diff --git a/public/language/sr/notifications.json b/public/language/sr/notifications.json index 6f8e83146d..8d02dbd660 100644 --- a/public/language/sr/notifications.json +++ b/public/language/sr/notifications.json @@ -1,59 +1,68 @@ { "title": "Обавештења", - "no_notifs": "Нема нових обавештења", - "see_all": "Сва обавештења", - "mark_all_read": "Означи све као прочитано", - "back_to_home": "Назад на %1", - "outgoing_link": "Одлазна веза", - "outgoing_link_message": "Сада напуштате %1", - "continue_to": "Продужи на %1", - "return_to": "Врати се на %1", - "new_notification": "Имате ново обавештење", - "you_have_unread_notifications": "Имате непрочитана обавештења.", + "no-notifs": "Нема нових обавештења", + "see-all": "Сва обавештења", + "mark-all-read": "Означи све као прочитано", + "back-to-home": "Назад на %1", + "outgoing-link": "Одлазна веза", + "outgoing-link-message": "Сада напуштате %1", + "continue-to": "Продужи на %1", + "return-to": "Врати се на %1", + "new-notification": "Имате ново обавештење", + "you-have-unread-notifications": "Имате непрочитана обавештења.", "all": "Све", "topics": "Теме", + "tags": "Ознаке", "replies": "Одговори", "chat": "Ћаскања", "group-chat": "Групна ћаскања", "public-chat": "Јавна ћаскања", "follows": "Праћења", "upvote": "Гласови", + "awards": "Награде", "new-flags": "Нове заставице", "my-flags": "Заставице додељене мени", "bans": "Забране", - "new_message_from": "Нова порука од %1", - "user_posted_in_public_room": "%1 је написао у %3", - "user_posted_in_public_room_dual": "%1 и %2 су написали у %4", - "user_posted_in_public_room_triple": "%1, %2 и %3 су написали у %5", - "user_posted_in_public_room_multiple": "%1, %2 и осталих %3 су написали у %5", - "upvoted_your_post_in": "%1 је гласао за вашу поруку у %2", - "upvoted_your_post_in_dual": "%1 и %2 осталих су гласали за вашу поруку у %3.", - "upvoted_your_post_in_triple": "%1, %2 и %3 су гласали за вашу објаву у %4.", - "upvoted_your_post_in_multiple": "%1, %2 и осталих %3 су гласали за вашу објаву у %4.", - "moved_your_post": "%1 је преместио вашу поруку у %2", - "moved_your_topic": "%1 је преместио %2", - "user_flagged_post_in": "%1 је означио заставицом поруку у %2", - "user_flagged_post_in_dual": "%1 и %2 су означили заставицом поруку у %3", - "user_flagged_post_in_triple": "%1, %2 и %3 су означили заставицом објаву у %4", - "user_flagged_post_in_multiple": "%1, %2 и осталих %3 су означили заставицом објаву у %4", - "user_flagged_user": "%1 је означио заставицом кориснички профил (%2)", - "user_flagged_user_dual": "%1 и %2 су означили заставицом кориснички профил (%3)", - "user_flagged_user_triple": "%1, %2 и %3 су означили заставицом кориснички профил (%4)", - "user_flagged_user_multiple": "%1, %2 и осталих %3 су означили заставицом кориснички профил (%4)", - "user_posted_to": "%1 је послао нови одговор на: %2", - "user_posted_to_dual": "%1 и %2 су одговорили на: %3", - "user_posted_to_triple": "%1, %2 и %3 су објавили одговор: %4", - "user_posted_to_multiple": "%1, %2 и осталих %3 су објавили одговор: %4", - "user_posted_topic": "%1 је поставио нову тему: %2", - "user_edited_post": "%1 је уредио поруку у %2", - "user_started_following_you": "%1 је почео да вас прати.", - "user_started_following_you_dual": "%1 и %2 су почели да вас прате.", - "user_started_following_you_triple": "%1, %2 и %3 су вас запратили.", - "user_started_following_you_multiple": "%1, %2 и осталих %3 су вас запратили.", - "new_register": "%1 вам је послао захтев за регистрацију.", - "new_register_multiple": "Постоје %1 захтева за регистрацију који чекају преглед.", - "flag_assigned_to_you": "Заставица %1 је додељена вама", - "post_awaiting_review": "Порука на чекању за преглед", + "new-message-from": "Нова порука од %1", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 је написао у %3", + "user-posted-in-public-room-dual": "%1 и %2 су написали у %4", + "user-posted-in-public-room-triple": "%1, %2 и %3 су написали у %5", + "user-posted-in-public-room-multiple": "%1, %2 и осталих %3 су написали у %5", + "upvoted-your-post-in": "%1 је гласао за вашу поруку у %2", + "upvoted-your-post-in-dual": "%1 и %2 осталих су гласали за вашу поруку у %3.", + "upvoted-your-post-in-triple": "%1, %2 и %3 су гласали за вашу објаву у %4.", + "upvoted-your-post-in-multiple": "%1, %2 и осталих %3 су гласали за вашу објаву у %4.", + "moved-your-post": "%1 је преместио вашу поруку у %2", + "moved-your-topic": "%1 је преместио %2", + "user-flagged-post-in": "%1 је означио заставицом поруку у %2", + "user-flagged-post-in-dual": "%1 и %2 су означили заставицом поруку у %3", + "user-flagged-post-in-triple": "%1, %2 и %3 су означили заставицом објаву у %4", + "user-flagged-post-in-multiple": "%1, %2 и осталих %3 су означили заставицом објаву у %4", + "user-flagged-user": "%1 је означио заставицом кориснички профил (%2)", + "user-flagged-user-dual": "%1 и %2 су означили заставицом кориснички профил (%3)", + "user-flagged-user-triple": "%1, %2 и %3 су означили заставицом кориснички профил (%4)", + "user-flagged-user-multiple": "%1, %2 и осталих %3 су означили заставицом кориснички профил (%4)", + "user-posted-to": "%1 је послао нови одговор на: %2", + "user-posted-to-dual": "%1 и %2 су одговорили на: %3", + "user-posted-to-triple": "%1, %2 и %3 су објавили одговор: %4", + "user-posted-to-multiple": "%1, %2 и осталих %3 су објавили одговор: %4", + "user-posted-topic": "%1 је поставио нову тему: %2", + "user-edited-post": "%1 је уредио поруку у %2", + "user-posted-topic-with-tag": "%1 је објавио нову тему са ознаком %2", + "user-posted-topic-with-tag-dual": "%1 је објавио нову тему са ознакама %2 и %3", + "user-posted-topic-with-tag-triple": "%1 је објавио нову тему са ознакама %2, %3 и %4", + "user-posted-topic-with-tag-multiple": "%1 је објавио нову тему са ознакама %2", + "user-started-following-you": "%1 је почео да вас прати.", + "user-started-following-you-dual": "%1 и %2 су почели да вас прате.", + "user-started-following-you-triple": "%1, %2 и %3 су вас запратили.", + "user-started-following-you-multiple": "%1, %2 и осталих %3 су вас запратили.", + "new-register": "%1 вам је послао захтев за регистрацију.", + "new-register-multiple": "Постоје %1 захтева за регистрацију који чекају преглед.", + "flag-assigned-to-you": "Заставица %1 је додељена вама", + "post-awaiting-review": "Порука на чекању за преглед", "profile-exported": "%1 профила извезено, кликните за преузимање", "posts-exported": "%1 порука извезено, кликните за преузимање", "uploads-exported": "%1 отпремања извезено, кликните за преузимање", @@ -66,22 +75,24 @@ "email-confirm-error-message": "Дошло је до проблема са овером ваше е-поште. Можда је код неисправан или је истекао.", "email-confirm-sent": "Е-пошта за потврду је послата.", "none": "Ниједно", - "notification_only": "Само обавештење", - "email_only": "Само е-пошта", - "notification_and_email": "Обавештење и е-пошта", - "notificationType_upvote": "Када неко гласа за вашу поруку", - "notificationType_new-topic": "Када неко кога пратите постави тему", - "notificationType_new-reply": "Када је објављен нови одговор у теми коју надгледате", - "notificationType_post-edit": "Када је порука уређена у теми коју надгледате", - "notificationType_follow": "Када неко почне да вас прати", - "notificationType_new-chat": "Када примите поруку ћаскања", - "notificationType_new-group-chat": "Када примите поруку ћаскања у групи", - "notificationType_new-public-chat": "Када примите јавну групну поруку за ћаскање", - "notificationType_group-invite": "Када примите позивницу за групу", - "notificationType_group-leave": "Када корисник напусти вашу групу", - "notificationType_group-request-membership": "Када неко затражи да се придружи групи коју поседујете", - "notificationType_new-register": "Када је неко додат на чекање за регистрацију", - "notificationType_post-queue": "Када је нова порука на чекању", - "notificationType_new-post-flag": "Када је порука означена заставицом", - "notificationType_new-user-flag": "Када је корисник означен заставицом" + "notification-only": "Само обавештење", + "email-only": "Само е-пошта", + "notification-and-email": "Обавештење и е-пошта", + "notificationType-upvote": "Када неко гласа за вашу поруку", + "notificationType-new-topic": "Када неко кога пратите објави тему", + "notificationType-new-topic-with-tag": "Када је тема објављена са ознаком коју пратите", + "notificationType-new-reply": "Када је објављен нови одговор у теми коју надгледате", + "notificationType-post-edit": "Када је порука уређена у теми коју надгледате", + "notificationType-follow": "Када неко почне да вас прати", + "notificationType-new-chat": "Када примите поруку ћаскања", + "notificationType-new-group-chat": "Када примите поруку ћаскања у групи", + "notificationType-new-public-chat": "Када примите јавну групну поруку за ћаскање", + "notificationType-group-invite": "Када примите позивницу за групу", + "notificationType-group-leave": "Када корисник напусти вашу групу", + "notificationType-group-request-membership": "Када неко затражи да се придружи групи коју поседујете", + "notificationType-new-register": "Када је неко додат на чекање за регистрацију", + "notificationType-post-queue": "Када је нова порука на чекању", + "notificationType-new-post-flag": "Када је порука означена заставицом", + "notificationType-new-user-flag": "Када је корисник означен заставицом", + "notificationType-new-reward": "Када зарадите нову награду" } \ No newline at end of file diff --git a/public/language/sr/pages.json b/public/language/sr/pages.json index 6a98a054c5..cbf42402b6 100644 --- a/public/language/sr/pages.json +++ b/public/language/sr/pages.json @@ -47,7 +47,8 @@ "account/latest-posts": "Најновије поруке од %1", "account/topics": "Теме од %1", "account/groups": "Групе корисника %1", - "account/watched_categories": "Надгледане категорије корисника %1", + "account/watched-categories": "Надгледане категорије корисника %1", + "account/watched-tags": "Надгледане ознаке %1", "account/bookmarks": "Омиљене поруке корисника $1", "account/settings": "Корисничка подешавања", "account/settings-of": "Промена подешавања од %1", diff --git a/public/language/sr/recent.json b/public/language/sr/recent.json index 2b9ab70309..af3800ec79 100644 --- a/public/language/sr/recent.json +++ b/public/language/sr/recent.json @@ -5,7 +5,7 @@ "month": "Месец", "year": "Година", "alltime": "Одувек", - "no_recent_topics": "Нема недавних тема.", - "no_popular_topics": "Нема популарних тема.", + "no-recent-topics": "Нема недавних тема.", + "no-popular-topics": "Нема популарних тема.", "load-new-posts": "Учитај нове поруке" } \ No newline at end of file diff --git a/public/language/sr/register.json b/public/language/sr/register.json index e676fef2ac..a2630af4ff 100644 --- a/public/language/sr/register.json +++ b/public/language/sr/register.json @@ -1,32 +1,32 @@ { "register": "Регистрација", "already-have-account": "Већ имате налог?", - "cancel_registration": "Откажи регистрацију", + "cancel-registration": "Откажи регистрацију", "help.email": "Ваша е-пошта ће подразумевано бити скривена од јавности.", - "help.username_restrictions": "Јединствено корисничко име са %1 до %2 знакова. Остали вас могу спомињати путем @корисничко име.", - "help.minimum_password_length": "Ваша лозинке мора имати најмање %1 знакова.", - "email_address": "Адреса е-поште", - "email_address_placeholder": "Унесите адресу е-поште", + "help.username-restrictions": "Јединствено корисничко име са %1 до %2 знакова. Остали вас могу спомињати путем @корисничко име.", + "help.minimum-password-length": "Ваша лозинке мора имати најмање %1 знакова.", + "email-address": "Адреса е-поште", + "email-address-placeholder": "Унесите адресу е-поште", "username": "Корисничко име", - "username_placeholder": "Унесите корисничко име", + "username-placeholder": "Унесите корисничко име", "password": "Лозинка", - "password_placeholder": "Унесите лознку", - "confirm_password": "Потврда лозинке", - "confirm_password_placeholder": "Потврдите лозинку", - "register_now_button": "Региструјте се", - "alternative_registration": "Алтернативно регистровање", - "terms_of_use": "Услови коришћења", - "agree_to_terms_of_use": "Слажем се са условима коришћења", - "terms_of_use_error": "Морате се сложити са условима коришћења", + "password-placeholder": "Унесите лознку", + "confirm-password": "Потврда лозинке", + "confirm-password-placeholder": "Потврдите лозинку", + "register-now-button": "Региструјте се", + "alternative-registration": "Алтернативно регистровање", + "terms-of-use": "Услови коришћења", + "agree-to-terms-of-use": "Слажем се са условима коришћења", + "terms-of-use-error": "Морате се сложити са условима коришћења", "registration-added-to-queue": "Ваша регистрација је додата у ред одобравања. Добићете е-пошту када администратор прихвати вашу регистрацију.", "registration-queue-average-time": "Наше просечно време за одобравање чланства је %1 сата/и и %2 минут/а.", "registration-queue-auto-approve-time": "Ваше чланство на овом форуму биће у потпуности активирано за %1 сата/и.", "interstitial.intro": "Желели бисмо неке додатне информације како бисмо ажурирали ваш налог…", "interstitial.intro-new": "Желели бисмо неке додатне информације пре него што отворимо ваш налог…", "interstitial.errors-found": "Прегледајте унете информације:", - "gdpr_agree_data": "Пристајем на прикупљање и обраду мојих личних података на овој веб страници.", - "gdpr_agree_email": "Пристајем на примање сажетака и обавештења путем е-поште са ове веб странице.", - "gdpr_consent_denied": "Морате дати пристанак овом сајту да прикупља/обрађује ваше информације и да вам шаље е-пошту.", + "gdpr-agree-data": "Пристајем на прикупљање и обраду мојих личних података на овој веб страници.", + "gdpr-agree-email": "Пристајем на примање сажетака и обавештења путем е-поште са ове веб странице.", + "gdpr-consent-denied": "Морате дати пристанак овом сајту да прикупља/обрађује ваше информације и да вам шаље е-пошту.", "invite.error-admin-only": "Директна регистрација корисника је онемогућена. За више детаља контактирајте администратора.", "invite.error-invite-only": "Директна регистрација корисника је онемогућена. Да бисте приступили овом форуму, мора вас позвати постојећи корисник.", "invite.error-invalid-data": "Примљени подаци о регистрацији не одговарају нашој евиденцији. За више детаља контактирајте администратора" diff --git a/public/language/sr/reset_password.json b/public/language/sr/reset_password.json index 71aa267e52..4006ae922f 100644 --- a/public/language/sr/reset_password.json +++ b/public/language/sr/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "Ресетовање лозинке", - "update_password": "Ажурурај лозинку", - "password_changed.title": "Лозинка је промењена", - "password_changed.message": "

Лозинка је успешно ресетована, молимо да се поново пријавите.", - "wrong_reset_code.title": "Неисправан код за ресетовање", - "wrong_reset_code.message": "Примљени код за ресетовање је неисправан. Пробајте поново, или затражите нови код за ресетовањe.", - "new_password": "Нова лозинка", - "repeat_password": "Потврда нове лозинке", - "changing_password": "Мењање лозинке", - "enter_email": "Унесите вашу адресу е-поште и послаћемо вам писмо за упутством за ресетовање налога.", - "enter_email_address": "Унесите адресу е-поште", - "password_reset_sent": "Е-пошта за поништавање лозинке је послата ако наведена адреса одговара постојећем корисничком налогу. Имајте на уму да ће само једна е-пошта бити послата по минуту.", - "invalid_email": "Неисправна е-пошта / е-пошта не постоји!", - "password_too_short": "Унета лозинка је прекратка, молимо изаберите другу лозинку.", - "passwords_do_not_match": "Унете лозинке се не подударају.", - "password_expired": "Ваша лозинка је истекла, молимо изаберите нову" + "reset-password": "Ресетовање лозинке", + "update-password": "Ажурурај лозинку", + "password-changed.title": "Лозинка је промењена", + "password-changed.message": "

Лозинка је успешно ресетована, молимо да се поново пријавите.", + "wrong-reset-code.title": "Неисправан код за ресетовање", + "wrong-reset-code.message": "Примљени код за ресетовање је неисправан. Пробајте поново, или затражите нови код за ресетовањe.", + "new-password": "Нова лозинка", + "repeat-password": "Потврда нове лозинке", + "changing-password": "Мењање лозинке", + "enter-email": "Унесите вашу адресу е-поште и послаћемо вам писмо за упутством за ресетовање налога.", + "enter-email-address": "Унесите адресу е-поште", + "password-reset-sent": "Е-пошта за поништавање лозинке је послата ако наведена адреса одговара постојећем корисничком налогу. Имајте на уму да ће само једна е-пошта бити послата по минуту.", + "invalid-email": "Неисправна е-пошта / е-пошта не постоји!", + "password-too-short": "Унета лозинка је прекратка, молимо изаберите другу лозинку.", + "passwords-do-not-match": "Унете лозинке се не подударају.", + "password-expired": "Ваша лозинка је истекла, молимо изаберите нову" } \ No newline at end of file diff --git a/public/language/sr/rewards.json b/public/language/sr/rewards.json new file mode 100644 index 0000000000..f923cf1500 --- /dev/null +++ b/public/language/sr/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "You have been awarded %1 reputation", + "awarded-group-membership": "You have been added to the group %1", + + "essentials/user.reputation-conditional-value": "(Reputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Post Count %1 %2)", + "essentials/user.lastonline-conditional-value": "(Last Online %1 %2)", + "essentials/user.joindate-conditional-value": "(Join Date %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Days Registered %1 %2)" +} \ No newline at end of file diff --git a/public/language/sr/search.json b/public/language/sr/search.json index de22ee0067..649e565cb5 100644 --- a/public/language/sr/search.json +++ b/public/language/sr/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Унесите за претрагу", - "results_matching": "%1 резултат(а) се подудара са „%2”, (%3 секунди)", + "results-matching": "%1 резултат(а) се подудара са „%2”, (%3 секунди)", "no-matches": "Нема подударања", "advanced-search": "Напредна претрага", "in": "У", diff --git a/public/language/sr/tags.json b/public/language/sr/tags.json index 51349f96ff..19fc51c55c 100644 --- a/public/language/sr/tags.json +++ b/public/language/sr/tags.json @@ -1,11 +1,17 @@ { "all-tags": "Све ознаке", - "no_tag_topics": "Нема тема са овом ознаком.", + "no-tag-topics": "Нема тема са овом ознаком.", "no-tags-found": "Нема пронађених ознака", "tags": "Ознаке", - "enter_tags_here": "Овде унесите ознаке, од %1 до %2 знакова за сваку.", - "enter_tags_here_short": "Унесите ознаке...", - "no_tags": "Још увек нема ознака.", - "select_tags": "Изабери ознаке", - "tag-whitelist": "Бела листа ознака" + "enter-tags-here": "Овде унесите ознаке, од %1 до %2 знакова за сваку.", + "enter-tags-here-short": "Унесите ознаке...", + "no-tags": "Још увек нема ознака.", + "select-tags": "Изабери ознаке", + "tag-whitelist": "Бела листа ознака", + "watching": "Надгледа се", + "not-watching": "Не надгледа се", + "watching.description": "Обавести ме о новим темама.", + "not-watching.description": "Не обавештавај ме о новим темама.", + "following-tag.message": "Сада ћете добијати обавештења када неко објави тему са овом ознаком.", + "not-following-tag.message": "Нећете добијати обавештења када неко објави тему са овом ознаком." } \ No newline at end of file diff --git a/public/language/sr/themes/harmony.json b/public/language/sr/themes/harmony.json index eb5db9e602..625f52fad1 100644 --- a/public/language/sr/themes/harmony.json +++ b/public/language/sr/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "Трака алата на страницама са темама и категоријама ће бити на врху странице", "settings.autohideBottombar": "Аутоматско сакривање доње траке", "settings.autohideBottombar.help": "Доња трака у приказу за мобилне уређаје биће скривена када се страница помера надоле", + "settings.openSidebars": "Open sidebars", "settings.chatModals": "Омогући модале ћаскања" } \ No newline at end of file diff --git a/public/language/sr/top.json b/public/language/sr/top.json index eeaf91d919..3c84ff6ef1 100644 --- a/public/language/sr/top.json +++ b/public/language/sr/top.json @@ -1,4 +1,4 @@ { "title": "Најпопуларније", - "no_top_topics": "Нема популарних тема" + "no-top-topics": "Нема популарних тема" } \ No newline at end of file diff --git a/public/language/sr/topic.json b/public/language/sr/topic.json index 2e288b23d6..2352be3e97 100644 --- a/public/language/sr/topic.json +++ b/public/language/sr/topic.json @@ -1,20 +1,20 @@ { "topic": "Тема", "title": "Наслов", - "no_topics_found": "Нема пронађених тема!", - "no_posts_found": "Нема пронађених објава!", - "post_is_deleted": "Ова објава је избрисана!", - "topic_is_deleted": "Ова тема је избрисана!", + "no-topics-found": "Нема пронађених тема!", + "no-posts-found": "Нема пронађених објава!", + "post-is-deleted": "Ова објава је избрисана!", + "topic-is-deleted": "Ова тема је избрисана!", "profile": "Профил", - "posted_by": "Поставио %1", - "posted_by_guest": "Поставио гост", + "posted-by": "Поставио %1", + "posted-by-guest": "Поставио гост", "chat": "Ћаскање", - "notify_me": "Будите обавештени о новим порукама у овој теми", + "notify-me": "Будите обавештени о новим порукама у овој теми", "quote": "Цитирај", "reply": "Одговори", - "replies_to_this_post": "Одговора: %1", - "one_reply_to_this_post": "1 одговор", - "last_reply_time": "Последњи одговор", + "replies-to-this-post": "Одговора: %1", + "one-reply-to-this-post": "1 одговор", + "last-reply-time": "Последњи одговор", "reply-as-topic": "Објави одговор као тему", "guest-login-reply": "Пријавите се да бисте одговорили", "login-to-view": "🔒 Пријавите се да бисте прегледали", @@ -64,129 +64,130 @@ "user-referenced-topic-on": "%1 се осврнуо на ову тему %3", "user-forked-topic-ago": "%1 је раздвојио ову тему %3", "user-forked-topic-on": "%1 је раздвојио ову тему %3", - "bookmark_instructions": "Кликните овде за повратак на последњу прочитану поруку у овој теми.", + "bookmark-instructions": "Кликните овде за повратак на последњу прочитану поруку у овој теми.", "flag-post": "Означи поруку заставицом", "flag-user": "Означи корисника заставицом", "already-flagged": "Већ је означено заставицом", "view-flag-report": "Погледај извештај о заставици", "resolve-flag": "Реши заставицу", - "merged_message": "Ова тема је обједињена у %2", - "deleted_message": "Ова тема је избрисана. Само корисници са привилегијама управљања темама је могу видети.", - "following_topic.message": "Од сада ће те примати обавештења када неко одговори у овој теми.", - "not_following_topic.message": "Видећете ову тему у списку непрочитаних тема али нећете примати обавештења када неко одговори у њој.", - "ignoring_topic.message": "Више нећете видети ову тему у списку непрочитаних тема. Бићете обавештени када вас неко спомене или када неко гласа за вашу поруку.", - "login_to_subscribe": "Региструјте се или се пријавите за праћење ове теме.", + "merged-message": "Ова тема је обједињена у %2", + "forked-message": "Ова тема је раздвојена од %2", + "deleted-message": "Ова тема је избрисана. Само корисници са привилегијама управљања темама је могу видети.", + "following-topic.message": "Од сада ће те примати обавештења када неко одговори у овој теми.", + "not-following-topic.message": "Видећете ову тему у списку непрочитаних тема али нећете примати обавештења када неко одговори у њој.", + "ignoring-topic.message": "Више нећете видети ову тему у списку непрочитаних тема. Бићете обавештени када вас неко спомене или када неко гласа за вашу поруку.", + "login-to-subscribe": "Региструјте се или се пријавите за праћење ове теме.", "markAsUnreadForAll.success": "Тема је свима означена као непрочитана.", - "mark_unread": "Означи као непрочитано", - "mark_unread.success": "Тема је означена као непрочитана", + "mark-unread": "Означи као непрочитано", + "mark-unread.success": "Тема је означена као непрочитана", "watch": "Надгледај", "unwatch": "Не надгледај", "watch.title": "Будите обавештени о новим одговорима у овој теми", "unwatch.title": "Заустави надгледање ове теме", - "share_this_post": "Дели ову поруку", + "share-this-post": "Дели ову поруку", "watching": "Надгледај", "not-watching": "Не надгледај", "ignoring": "Игнориши", "watching.description": "Обавести ме о новим одговорима.
Прикажи тему у непрочитаним", "not-watching.description": "Немој ме обавештавати о новим одговорима.
Прикажи тему у непрочитаним ако категорија није игнорисана.", "ignoring.description": "Немој ме обавештавати о новим одговорима.
Не приказуј тему у непрочитаним", - "thread_tools.title": "Алати теме", - "thread_tools.markAsUnreadForAll": "Означи као непрочитано за све", - "thread_tools.pin": "Закачи тему", - "thread_tools.unpin": "Откачи тему", - "thread_tools.lock": "Закључај тему", - "thread_tools.unlock": "Откључај тему", - "thread_tools.move": "Премести тему", - "thread_tools.move-posts": "Премести поруке", - "thread_tools.move_all": "Премести све", - "thread_tools.change_owner": "Промени власника", - "thread_tools.select_category": "Изаберите категорију", - "thread_tools.fork": "Раздвоји тему", - "thread_tools.tag": "Означи тему", - "thread_tools.delete": "Избриши тему", - "thread_tools.delete-posts": "Избриши поруке", - "thread_tools.delete_confirm": "Да ли сте сигурни да желите да избришете ову тему?", - "thread_tools.restore": "Обнови тему", - "thread_tools.restore_confirm": "Да ли сте сигурни да желите да обновите ову тему?", - "thread_tools.purge": "Очисти тему", - "thread_tools.purge_confirm": "Да ли сте сигурни да желите да очистите ову тему?", - "thread_tools.merge_topics": "Споји теме", - "thread_tools.merge": "Споји тему", - "topic_move_success": "Ова тема ће ускоро бити премештена у „%1“. Кликните овде да бисте опозвали.", - "topic_move_multiple_success": "Ове теме ће ускоро бити премештене у „%1“. Кликните овде да бисте опозвали.", - "topic_move_all_success": "Све теме ће ускоро бити премештене у „%1“. Кликните овде да бисте опозвали.", - "topic_move_undone": "Премештање теме је опозвано", - "topic_move_posts_success": "Поруке ће бити премештене ускоро. Кликните овде да бисте опозвали.", - "topic_move_posts_undone": "Премештање поруке је опозвано", - "post_delete_confirm": "Да ли сте сигурни да желите да избришете ову поруку?", - "post_restore_confirm": "Да ли сте сигурни да желите да обновите ову поруку?", - "post_purge_confirm": "Да ли сте сигурни да желите да очистите овај пост?", + "thread-tools.title": "Алати теме", + "thread-tools.markAsUnreadForAll": "Означи као непрочитано за све", + "thread-tools.pin": "Закачи тему", + "thread-tools.unpin": "Откачи тему", + "thread-tools.lock": "Закључај тему", + "thread-tools.unlock": "Откључај тему", + "thread-tools.move": "Премести тему", + "thread-tools.move-posts": "Премести поруке", + "thread-tools.move-all": "Премести све", + "thread-tools.change-owner": "Промени власника", + "thread-tools.select-category": "Изаберите категорију", + "thread-tools.fork": "Раздвоји тему", + "thread-tools.tag": "Означи тему", + "thread-tools.delete": "Избриши тему", + "thread-tools.delete-posts": "Избриши поруке", + "thread-tools.delete-confirm": "Да ли сте сигурни да желите да избришете ову тему?", + "thread-tools.restore": "Обнови тему", + "thread-tools.restore-confirm": "Да ли сте сигурни да желите да обновите ову тему?", + "thread-tools.purge": "Очисти тему", + "thread-tools.purge-confirm": "Да ли сте сигурни да желите да очистите ову тему?", + "thread-tools.merge-topics": "Споји теме", + "thread-tools.merge": "Споји тему", + "topic-move-success": "Ова тема ће ускоро бити премештена у „%1“. Кликните овде да бисте опозвали.", + "topic-move-multiple-success": "Ове теме ће ускоро бити премештене у „%1“. Кликните овде да бисте опозвали.", + "topic-move-all-success": "Све теме ће ускоро бити премештене у „%1“. Кликните овде да бисте опозвали.", + "topic-move-undone": "Премештање теме је опозвано", + "topic-move-posts-success": "Поруке ће бити премештене ускоро. Кликните овде да бисте опозвали.", + "topic-move-posts-undone": "Премештање поруке је опозвано", + "post-delete-confirm": "Да ли сте сигурни да желите да избришете ову поруку?", + "post-restore-confirm": "Да ли сте сигурни да желите да обновите ову поруку?", + "post-purge-confirm": "Да ли сте сигурни да желите да очистите овај пост?", "pin-modal-expiry": "Датум истека", "pin-modal-help": "Овде можете по жељи да одредите датум истека закачених тема. Можете и да ово поље оставите празно да би тема остала закачена док се ручно не откачи.", - "load_categories": "Учитавање категорија", - "confirm_move": "Премести", - "confirm_fork": "Раздвоји", + "load-categories": "Учитавање категорија", + "confirm-move": "Премести", + "confirm-fork": "Раздвоји", "bookmark": "Обележивач", "bookmarks": "Обележивачи", - "bookmarks.has_no_bookmarks": "Нисте додали ниједну поруку у обележиваче", + "bookmarks.has-no-bookmarks": "Нисте додали ниједну поруку у обележиваче", "copy-permalink": "Копирај трајну везу", - "loading_more_posts": "Учитавање још порука", - "move_topic": "Премести тему", - "move_topics": "Премести теме", - "move_post": "Премести поруку", - "post_moved": "Порука је премештена!", - "fork_topic": "Раздвоји тему", + "loading-more-posts": "Учитавање још порука", + "move-topic": "Премести тему", + "move-topics": "Премести теме", + "move-post": "Премести поруку", + "post-moved": "Порука је премештена!", + "fork-topic": "Раздвоји тему", "enter-new-topic-title": "Унесите нови наслов теме", - "fork_topic_instruction": "Кликните на објаве које желите да раздвојите, унесите наслов за нову тему и кликните на раздвоји тему", - "fork_no_pids": "Нема одабраних порука!", + "fork-topic-instruction": "Кликните на објаве које желите да раздвојите, унесите наслов за нову тему и кликните на раздвоји тему", + "fork-no-pids": "Нема одабраних порука!", "no-posts-selected": "Нема одабраних порука!", "x-posts-selected": "Одабрано порука: %1", "x-posts-will-be-moved-to-y": "%1 поруке/а ће бити премештено у „%2“", - "fork_pid_count": "Одабрано порука: %1", - "fork_success": "Тема је успешно рачвана! Кликните овде за одлазак на раздвојену тему.", - "delete_posts_instruction": "Кликните на поруке које желите да избришете/очистите", - "merge_topics_instruction": "Кликните на теме које желите да спојите или претражите", + "fork-pid-count": "Одабрано порука: %1", + "fork-success": "Тема је успешно рачвана! Кликните овде за одлазак на раздвојену тему.", + "delete-posts-instruction": "Кликните на поруке које желите да избришете/очистите", + "merge-topics-instruction": "Кликните на теме које желите да спојите или претражите", "merge-topic-list-title": "Списак тема за спајање", "merge-options": "Опције спајања", "merge-select-main-topic": "Изаберите главну тему", "merge-new-title-for-topic": "Нови наслов теме", "topic-id": "ID теме", - "move_posts_instruction": "Кликните на поруке које желите да преместите, а затим унесите ID теме или идите на циљну тему", - "move_topic_instruction": "Изаберите циљну категорију, а затим кликните на премести", - "change_owner_instruction": "Кликните на поруке које желите да доделите другом кориснику", - "composer.title_placeholder": "Овде унесите наслов теме...", - "composer.handle_placeholder": "Унесите ваше име/идентитет овде", + "move-posts-instruction": "Кликните на поруке које желите да преместите, а затим унесите ID теме или идите на циљну тему", + "move-topic-instruction": "Изаберите циљну категорију, а затим кликните на премести", + "change-owner-instruction": "Кликните на поруке које желите да доделите другом кориснику", + "composer.title-placeholder": "Овде унесите наслов теме...", + "composer.handle-placeholder": "Унесите ваше име/идентитет овде", "composer.hide": "Сакриј", "composer.discard": "Одбаци", "composer.submit": "Проследи", "composer.additional-options": "Додатне опције", "composer.post-later": "Објави касније", "composer.schedule": "Испланирај", - "composer.replying_to": "Писање одговора на %1", - "composer.new_topic": "Нова тема", + "composer.replying-to": "Писање одговора на %1", + "composer.new-topic": "Нова тема", "composer.editing-in": "Уређивање објаве у %1", "composer.uploading": "отпремање...", - "composer.thumb_url_label": "Налепи адресу сличице теме", - "composer.thumb_title": "Додај сличицу овој теми", - "composer.thumb_url_placeholder": "http://example.com/thumb.png", - "composer.thumb_file_label": "Или отпреми датотеку", - "composer.thumb_remove": "Обриши поља", - "composer.drag_and_drop_images": "Превуците и отпустите слике овде", - "more_users_and_guests": "још %1 корисник/а и %2 гост/а", - "more_users": "још %1 корисник/а", - "more_guests": "још %1 гост/а", - "users_and_others": "%1 и %2 осталих", - "sort_by": "Сортирај", - "oldest_to_newest": "Од старијих ка новијим", - "newest_to_oldest": "Од новијих ка старијим", - "most_votes": "Највише гласова", - "most_posts": "Највише порука", - "most_views": "Највише прегледа", + "composer.thumb-url-label": "Налепи адресу сличице теме", + "composer.thumb-title": "Додај сличицу овој теми", + "composer.thumb-url-placeholder": "http://example.com/thumb.png", + "composer.thumb-file-label": "Или отпреми датотеку", + "composer.thumb-remove": "Обриши поља", + "composer.drag-and-drop-images": "Превуците и отпустите слике овде", + "more-users-and-guests": "још %1 корисник/а и %2 гост/а", + "more-users": "још %1 корисник/а", + "more-guests": "још %1 гост/а", + "users-and-others": "%1 и %2 осталих", + "sort-by": "Сортирај", + "oldest-to-newest": "Од старијих ка новијим", + "newest-to-oldest": "Од новијих ка старијим", + "most-votes": "Највише гласова", + "most-posts": "Највише порука", + "most-views": "Највише прегледа", "stale.title": "Креирати нову тему уместо тога?", "stale.warning": "Тема у којој желите да одговорите је сувише стара. Да ли желите да уместо тога креирате нову тему и упутите на ову у вашем одговору?", "stale.create": "Креирај нову тему", - "stale.reply_anyway": "Одговори на ову тему у сваком случају", - "link_back": "Re: [%1](%2)", + "stale.reply-anyway": "Одговори на ову тему у сваком случају", + "link-back": "Re: [%1](%2)", "diffs.title": "Историја уређивања поруке", "diffs.description": "Ова порука има %1 корекција. Кликните на једну од корекција да бисте видели садржај поруке у том тренутку.", "diffs.no-revisions-description": "Ова порука има %1 корекција.", @@ -197,8 +198,8 @@ "diffs.post-restored": "Порука је успешно враћена на ранију корекцију", "diffs.delete": "Избриши ову корекцију", "diffs.deleted": "Корекција је избрисана", - "timeago_later": "%1 касније", - "timeago_earlier": "%1 раније", + "timeago-later": "%1 касније", + "timeago-earlier": "%1 раније", "first-post": "Прва порука", "last-post": "Последња порука", "go-to-my-next-post": "Иди на моју следећу поруку", diff --git a/public/language/sr/unread.json b/public/language/sr/unread.json index b2788e1191..c40b614ea4 100644 --- a/public/language/sr/unread.json +++ b/public/language/sr/unread.json @@ -1,12 +1,12 @@ { "title": "Непрочитано", - "no_unread_topics": "Нема непрочитаних тема.", - "load_more": "Учитај више", - "mark_as_read": "Означи као прочитано", + "no-unread-topics": "Нема непрочитаних тема.", + "load-more": "Учитај више", + "mark-as-read": "Означи као прочитано", "selected": "Изабране", "all": "Све", - "all_categories": "Све категорије", - "topics_marked_as_read.success": "Теме су означене као прочитане!", + "all-categories": "Све категорије", + "topics-marked-as-read.success": "Теме су означене као прочитане!", "all-topics": "Све теме", "new-topics": "Нове теме", "watched-topics": "Надгледане теме", diff --git a/public/language/sr/user.json b/public/language/sr/user.json index 61e40f1591..31e9044580 100644 --- a/public/language/sr/user.json +++ b/public/language/sr/user.json @@ -7,22 +7,22 @@ "joindate": "Датум регистрације", "postcount": "Број порука", "email": "Е-пошта", - "confirm_email": "Потврда е-поште", - "account_info": "Информације о налогу", - "admin_actions_label": "Административне радње", - "ban_account": "Забрани налог", - "ban_account_confirm": "Да ли заиста желите да забраните овог корисника?", - "unban_account": "Скини забрану налогу", - "mute_account": "Привремено искључи налог", - "unmute_account": "Поново укључи налог", - "delete_account": "Брисање налога", - "delete_account_as_admin": "Избриши налог", - "delete_content": "Избриши садржај налога", - "delete_all": "Избриши налог и садржај", - "delete_account_confirm": "Да ли сте сигурни да желите да анонимизујете ваше поруке и избришете свој налог?
Ова радња је неповратна и нећете моћи да вратите ваше податке

Унесите вашу лозинку да бисте потврдили да желите да уништите овај налог.", - "delete_this_account_confirm": "Да ли сте сигурни да желите да избришете овај налог остављајући његов садржај?
Ова радња је неповратна, поруке ће бити анонимизоване и нећете моћи да вратите везу порука са избрисаним налогом

", - "delete_account_content_confirm": "Да ли заиста желите да избришете садржај овог налога (поруке/теме/отпремања)?
Ова радња је неповратна и нећете моћи да вратите било који податак

", - "delete_all_confirm": "Да ли заиста желите да избришете овај налог и сав његов садржај (поруке/теме/отпремања)?
Ова радња је неповратна и нећете моћи да вратите било који податак

", + "confirm-email": "Потврда е-поште", + "account-info": "Информације о налогу", + "admin-actions-label": "Административне радње", + "ban-account": "Забрани налог", + "ban-account-confirm": "Да ли заиста желите да забраните овог корисника?", + "unban-account": "Скини забрану налогу", + "mute-account": "Привремено искључи налог", + "unmute-account": "Поново укључи налог", + "delete-account": "Брисање налога", + "delete-account-as-admin": "Избриши налог", + "delete-content": "Избриши садржај налога", + "delete-all": "Избриши налог и садржај", + "delete-account-confirm": "Да ли сте сигурни да желите да анонимизујете ваше поруке и избришете свој налог?
Ова радња је неповратна и нећете моћи да вратите ваше податке

Унесите вашу лозинку да бисте потврдили да желите да уништите овај налог.", + "delete-this-account-confirm": "Да ли сте сигурни да желите да избришете овај налог остављајући његов садржај?
Ова радња је неповратна, поруке ће бити анонимизоване и нећете моћи да вратите везу порука са избрисаним налогом

", + "delete-account-content-confirm": "Да ли заиста желите да избришете садржај овог налога (поруке/теме/отпремања)?
Ова радња је неповратна и нећете моћи да вратите било који податак

", + "delete-all-confirm": "Да ли заиста желите да избришете овај налог и сав његов садржај (поруке/теме/отпремања)?
Ова радња је неповратна и нећете моћи да вратите било који податак

", "account-deleted": "Налог је избрисан", "account-content-deleted": "Садржај налога је избрисан", "fullname": "Пуно име", @@ -32,11 +32,12 @@ "joined": "Придружио се", "lastonline": "Последњи пут на мрежи", "profile": "Профил", - "profile_views": "Прегледи профила", + "profile-views": "Прегледи профила", "reputation": "Репутација", - "bookmarks": " Обележивачи", - "watched_categories": "Надгледане категорије", - "change_all": "Промени све", + "bookmarks": "Обележивачи", + "watched-categories": "Надгледане категорије", + "watched-tags": "Надгледане ознаке", + "change-all": "Промени све", "watched": "Надгледано", "ignored": "Игнорисано", "default-category-watch-state": "Подразумевано стање надгледања категорија", @@ -44,83 +45,84 @@ "following": "Праћења", "blocks": "Блокирања", "blocked-users": "Блокирани корисници", - "block_toggle": "Блокирај/одблокирај", - "block_user": "Блокирај корисника", - "unblock_user": "Одблокирај корисника", + "block-toggle": "Блокирај/одблокирај", + "block-user": "Блокирај корисника", + "unblock-user": "Одблокирај корисника", "aboutme": "О мени", "signature": "Потпис", "birthday": "Рођендан", "chat": "Ђаскање", - "chat_with": "Ћаскај са %1", - "new_chat_with": "Започни ново ћаскање са %1", + "chat-with": "Ћаскај са %1", + "new-chat-with": "Започни ново ћаскање са %1", "flag-profile": "Означи профил заставицом", "follow": "Прати", "unfollow": "Не прати", "more": "Више", - "profile_update_success": "Профил је успешно ажуриран!", - "change_picture": "Промена слике", - "change_username": "Промена корисничког имена", - "change_email": "Промена е-поште", - "email_same_as_password": "Унесите тренутну лозинку за наставак; поново сте унели нову е-пошту", + "profile-update-success": "Профил је успешно ажуриран!", + "change-picture": "Промена слике", + "change-username": "Промена корисничког имена", + "change-email": "Промена е-поште", + "email-updated": "Е-пошта је ажурирана", + "email-same-as-password": "Унесите тренутну лозинку за наставак; поново сте унели нову е-пошту", "edit": "Уреди", "edit-profile": "Уреди профил", - "default_picture": "Подразумевана икона", - "uploaded_picture": "Отпремљена слика", - "upload_new_picture": "Отпреми нову слику", - "upload_new_picture_from_url": "Отпреми нову слику са адресе", - "current_password": "Тренутна лозинка", - "new_password": "Нова лозинка", - "change_password": "Промена лозинке", - "change_password_error": "Неисправна лозинка", - "change_password_error_wrong_current": "Ваша тренутна лозинка није исправна!", - "change_password_error_match": "Лозинке се морају подударати!", - "change_password_error_privileges": "Немате дозволу за мењање ове лозинке.", - "change_password_success": "Ваша лозинка је ажурирана!", - "confirm_password": "Потврда лозинке", + "default-picture": "Подразумевана икона", + "uploaded-picture": "Отпремљена слика", + "upload-new-picture": "Отпреми нову слику", + "upload-new-picture-from-url": "Отпреми нову слику са адресе", + "current-password": "Тренутна лозинка", + "new-password": "Нова лозинка", + "change-password": "Промена лозинке", + "change-password-error": "Неисправна лозинка", + "change-password-error-wrong-current": "Ваша тренутна лозинка није исправна!", + "change-password-error-match": "Лозинке се морају подударати!", + "change-password-error-privileges": "Немате дозволу за мењање ове лозинке.", + "change-password-success": "Ваша лозинка је ажурирана!", + "confirm-password": "Потврда лозинке", "password": "Лозинка", - "username_taken_workaround": "Корисничко име које сте захтевали је већ заузето па смо је мало изменили. Сада сте знани као %1", - "password_same_as_username": "Ваша лозинка је иста као ваше име, изаберите другу лозинку", - "password_same_as_email": "Ваша лозинка је иста као ваша е-пошта, изаберите другу лозинку", - "weak_password": "Лозинка је слаба", - "upload_picture": "Отпремање слике", - "upload_a_picture": "Отпреми слику", - "remove_uploaded_picture": "Уклоните отпремљену слику", - "upload_cover_picture": "Отпреми насловну слику", - "remove_cover_picture_confirm": "Да ли сте сигурни да желите да уклоните насловну слику?", - "crop_picture": "Изрежи слику", - "upload_cropped_picture": "Изрежи и отпреми", + "username-taken-workaround": "Корисничко име које сте захтевали је већ заузето па смо је мало изменили. Сада сте знани као %1", + "password-same-as-username": "Ваша лозинка је иста као ваше име, изаберите другу лозинку", + "password-same-as-email": "Ваша лозинка је иста као ваша е-пошта, изаберите другу лозинку", + "weak-password": "Лозинка је слаба", + "upload-picture": "Отпремање слике", + "upload-a-picture": "Отпреми слику", + "remove-uploaded-picture": "Уклоните отпремљену слику", + "upload-cover-picture": "Отпреми насловну слику", + "remove-cover-picture-confirm": "Да ли сте сигурни да желите да уклоните насловну слику?", + "crop-picture": "Изрежи слику", + "upload-cropped-picture": "Изрежи и отпреми", "avatar-background-colour": "Боја позадине аватара", "settings": "Подешавања", - "show_email": "Прикажи моју лозинку", - "show_fullname": "Прикажи моје пуно име", - "restrict_chats": "Дозволи поруке ћаскања само од корисника које пратим", - "digest_label": "Пријава за сажетак", - "digest_description": "Пријавите се за праћење ажурирања форума (нова обавештења и теме) путем е-поште према одређеном распореду", - "digest_off": "Искључено", - "digest_daily": "Дневно", - "digest_weekly": "Седмично", - "digest_biweekly": "Двоседмично", - "digest_monthly": "Месечно", - "has_no_follower": "Овај корисник нема пратиоце :(", - "follows_no_one": "Овај корисник не прати никога :(", - "has_no_posts": "Овај корисник још ништа није објавио. ", - "has_no_best_posts": "Овај корисник још увек нема ниједну поруку за коју се гласало.", - "has_no_topics": "Овај корисник још није покренуо ниједну тему.", - "has_no_watched_topics": "Овај корисник још не надгледа ниједну тему.", - "has_no_ignored_topics": "Овај корисник још није игнорисао ниједну тему.", - "has_no_upvoted_posts": "Овај корисник још увек није гласао за неку поруку.", - "has_no_downvoted_posts": "Овај корисник још увек није негативно гласао за неку поруку.", - "has_no_controversial_posts": "Овај корисник још увек нема ниједну поруку за коју се негативно гласало.", - "has_no_blocks": "Нисте блокирали ниједног корисника", - "email_hidden": "Скривена е-пошта", + "show-email": "Прикажи моју лозинку", + "show-fullname": "Прикажи моје пуно име", + "restrict-chats": "Дозволи поруке ћаскања само од корисника које пратим", + "digest-label": "Пријава за сажетак", + "digest-description": "Пријавите се за праћење ажурирања форума (нова обавештења и теме) путем е-поште према одређеном распореду", + "digest-off": "Искључено", + "digest-daily": "Дневно", + "digest-weekly": "Седмично", + "digest-biweekly": "Двоседмично", + "digest-monthly": "Месечно", + "has-no-follower": "Овај корисник нема пратиоце :(", + "follows-no-one": "Овај корисник не прати никога :(", + "has-no-posts": "Овај корисник још ништа није објавио.", + "has-no-best-posts": "Овај корисник још увек нема ниједну поруку за коју се гласало.", + "has-no-topics": "Овај корисник још није покренуо ниједну тему.", + "has-no-watched-topics": "Овај корисник још не надгледа ниједну тему.", + "has-no-ignored-topics": "Овај корисник још није игнорисао ниједну тему.", + "has-no-upvoted-posts": "Овај корисник још увек није гласао за неку поруку.", + "has-no-downvoted-posts": "Овај корисник још увек није негативно гласао за неку поруку.", + "has-no-controversial-posts": "Овај корисник још увек нема ниједну поруку за коју се негативно гласало.", + "has-no-blocks": "Нисте блокирали ниједног корисника", + "email-hidden": "Скривена е-пошта", "hidden": "скривена", - "paginate_description": "Нумериши теме и странице уместо бесконачног скроловања", - "topics_per_page": "Тема по страници", - "posts_per_page": "Порука по страници", + "paginate-description": "Нумериши теме и странице уместо бесконачног скроловања", + "topics-per-page": "Тема по страници", + "posts-per-page": "Порука по страници", "category-topic-sort": "Сортирање тема категорије", "topic-post-sort": "Сортирање порука теме", - "max_items_per_page": "Највише %1", - "acp_language": "Језик странице администратора", + "max-items-per-page": "Највише %1", + "acp-language": "Језик странице администратора", "notifications": "Обавештења", "upvote-notif-freq": "Учесталост обавештења о гласовима", "upvote-notif-freq.all": "На сваки глас", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "На 10, 100, 1000...", "upvote-notif-freq.disabled": "Онемогућено", "browsing": "Подешавање прегледања", - "open_links_in_new_tab": "Отвори одлазне везе у новој картици", - "enable_topic_searching": "Омогући претрагу унутар тема", - "topic_search_help": "Ако је омогућено, претраживање унутар тема ће прегазити подразумевано понашање претраге страница и омогућити претрагу целе теме уместо само оног што је приказано на екрану", - "update_url_with_post_index": "Ажурирај адресу индексом порука при прегледању тема", - "scroll_to_my_post": "Након објављивања одговора, прикажи нову поруку", - "follow_topics_you_reply_to": "Надгледај теме у којима си одговорио", - "follow_topics_you_create": "Надгледај теме које си креирао", + "open-links-in-new-tab": "Отвори одлазне везе у новој картици", + "enable-topic-searching": "Омогући претрагу унутар тема", + "topic-search-help": "Ако је омогућено, претраживање унутар тема ће прегазити подразумевано понашање претраге страница и омогућити претрагу целе теме уместо само оног што је приказано на екрану", + "update-url-with-post-index": "Ажурирај адресу индексом порука при прегледању тема", + "scroll-to-my-post": "Након објављивања одговора, прикажи нову поруку", + "follow-topics-you-reply-to": "Надгледај теме у којима си одговорио", + "follow-topics-you-create": "Надгледај теме које си креирао", "grouptitle": "Назив групе", "group-order-help": "Изаберите групу и користите стрелице за промену редоследа", "no-group-title": "Без назива групе", @@ -145,9 +147,9 @@ "no-skin": "Без маске", "select-homepage": "Изаберите матичну страницу", "homepage": "Матична страница", - "homepage_description": "Изаберите страницу која ће се користити као матична страница форума или „None“ да би се користила подразумевана почетна страница.", - "custom_route": "Прилагођена путања матичне странице", - "custom_route_help": "Овде унесите назив путање, без икакве претходне косе црте (нпр. „недавно\" или „категорија/2/општа-дискусија\")", + "homepage-description": "Изаберите страницу која ће се користити као матична страница форума или „None“ да би се користила подразумевана почетна страница.", + "custom-route": "Прилагођена путања матичне странице", + "custom-route-help": "Овде унесите назив путање, без икакве претходне косе црте (нпр. „недавно\" или „категорија/2/општа-дискусија\")", "sso.title": "Једноструки Sign-on сервиси", "sso.associated": "Повезано са", "sso.not-associated": "Кликните овде за повезивање са", @@ -179,25 +181,25 @@ "consent.title": "Ваша права и сагласност", "consent.lead": "Овај форум прикупља и обрађује ваше личне информације.", "consent.intro": "Ове информације користимо стриктно за персонализовње вашег искуства у овој заједници, као и за повезивање порука које уносите са својим корисничким налогом. Током регистрационог корака од вас је тражено да наведете корисничко име и адресу е-поште, такође можете опционо пружити додатне информације да бисте комплетирали свој кориснички профил на овом веб сајту.

Ми задржавамо ове информације током трајања вашег корисничког налога, а ви сте у могућности повући сагласност у било ком тренутку брисањем вашег налога. У било ком тренутку можете затражити копију вашег доприноса овом веб сајту путем странице ваших права и сагласности.

Ако имате било каквих питања или проблема, саветујемо вас да контактирате административни тим овог форума.", - "consent.email_intro": "Повремено вам можемо слати е-пошту на вашу регистровану адресу е-поште како бисмо вам обезбедили ажурирања и/или обавестили о новој активности која је значајна за вас. Можете прилагодити учесталост примања сажетка заједницe (укључујући онемогућавање истог), као и да изаберете које врсте обавештења да добијате путем е-поште, преко странице са корисничким подешавањима.", - "consent.digest_frequency": "Ако није експлицитно промењено у вашим корисничким подешавањима, ова заједница испоручује сажетак е-поштом на сваких %1.", - "consent.digest_off": "Ако није експлицитно промењено у вашим корисничким подешавањима, ова заједница не шаље сажетак е-поштом", + "consent.email-intro": "Повремено вам можемо слати е-пошту на вашу регистровану адресу е-поште како бисмо вам обезбедили ажурирања и/или обавестили о новој активности која је значајна за вас. Можете прилагодити учесталост примања сажетка заједницe (укључујући онемогућавање истог), као и да изаберете које врсте обавештења да добијате путем е-поште, преко странице са корисничким подешавањима.", + "consent.digest-frequency": "Ако није експлицитно промењено у вашим корисничким подешавањима, ова заједница испоручује сажетак е-поштом на сваких %1.", + "consent.digest-off": "Ако није експлицитно промењено у вашим корисничким подешавањима, ова заједница не шаље сажетак е-поштом", "consent.received": "Дали сте сагласност да овај веб сајт прикупља и обрађује ваше податке. Нису потребне додатне радње.", - "consent.not_received": "Нисте дали сагласност за прикупљање и обраду података. У било које време администрација овог веб сајта може изабрати да избрише ваш налог како би постао усклађен са Уредбом о општој заштити података.", + "consent.not-received": "Нисте дали сагласност за прикупљање и обраду података. У било које време администрација овог веб сајта може изабрати да избрише ваш налог како би постао усклађен са Уредбом о општој заштити података.", "consent.give": "Дајте сагласност", - "consent.right_of_access": "Имате право приступа", - "consent.right_of_access_description": "Имате право приступа на захтев свим подацима прикупљеним од стране овог веб сајта. Можете преузети копију ових података кликом на одговарајуће дугме испод.", - "consent.right_to_rectification": "Имате право на исправку", - "consent.right_to_rectification_description": "Имате право на измену или ажурирање свих нетачних података који су нам достављени. Ваш профил се може ажурирати уређивањем вашег профила и објављени садржај се увек можете уредити. Ако то није случај, молимо контактирајте администрацију овог сајта.", - "consent.right_to_erasure": "Имате право на брисање", - "consent.right_to_erasure_description": "У било које време, у могућности сте да опозовете вашу сагласност за прикупљање и/или обраду података брисањем вашег налога. Ваш појединачни профил може бити избрисан, иако ће ваш објављени садржај остати. Ако желите да избришете и свој налог и садржај, молимо контактирајте администрацију овог веб сајта.", - "consent.right_to_data_portability": "Имате право на преносивост података", - "consent.right_to_data_portability_description": "Можете тражити од нас машински читљив извоз прикупљених података о вама и вашем налогу. То можете урадити кликом на одговарајуће дугме испод.", - "consent.export_profile": "Извези профил (.json)", + "consent.right-of-access": "Имате право приступа", + "consent.right-of-access-description": "Имате право приступа на захтев свим подацима прикупљеним од стране овог веб сајта. Можете преузети копију ових података кликом на одговарајуће дугме испод.", + "consent.right-to-rectification": "Имате право на исправку", + "consent.right-to-rectification-description": "Имате право на измену или ажурирање свих нетачних података који су нам достављени. Ваш профил се може ажурирати уређивањем вашег профила и објављени садржај се увек можете уредити. Ако то није случај, молимо контактирајте администрацију овог сајта.", + "consent.right-to-erasure": "Имате право на брисање", + "consent.right-to-erasure-description": "У било које време, у могућности сте да опозовете вашу сагласност за прикупљање и/или обраду података брисањем вашег налога. Ваш појединачни профил може бити избрисан, иако ће ваш објављени садржај остати. Ако желите да избришете и свој налог и садржај, молимо контактирајте администрацију овог веб сајта.", + "consent.right-to-data-portability": "Имате право на преносивост података", + "consent.right-to-data-portability-description": "Можете тражити од нас машински читљив извоз прикупљених података о вама и вашем налогу. То можете урадити кликом на одговарајуће дугме испод.", + "consent.export-profile": "Извези профил (.json)", "consent.export-profile-success": "Извоз профила, добићете обавештење након завршетка.", - "consent.export_uploads": "Извези отпремљени садржај (.zip)", + "consent.export-uploads": "Извези отпремљени садржај (.zip)", "consent.export-uploads-success": "Извоз отпремања, добићете обавештење након завршетка.", - "consent.export_posts": "Извези поруке (.csv)", + "consent.export-posts": "Извези поруке (.csv)", "consent.export-posts-success": "Извоз порука, добићете обавештење након завршетка.", "emailUpdate.intro": "Унесите своју адресу е-поште испод. Овај форум користи вашу адресу е-поште за планирано слање сажетка и обавештења, као и за опоравак налога у случају изгубљене лозинке.", "emailUpdate.optional": "Ово поље је опционо. Нисте обавезни да наведете своју адресу е-поште, али без ваљане е-поште нећете моћи да вратите свој налог или да се пријавите помоћу своје е-поште.", diff --git a/public/language/sr/users.json b/public/language/sr/users.json index b37157a8cf..51c24f73fd 100644 --- a/public/language/sr/users.json +++ b/public/language/sr/users.json @@ -1,13 +1,13 @@ { "all-users": "Сви корисници", - "latest_users": "Најновији корисници", - "top_posters": "Највише порука", - "most_reputation": "Највећи углед", - "most_flags": "Најчешће означени заставицом", + "latest-users": "Најновији корисници", + "top-posters": "Највише порука", + "most-reputation": "Највећи углед", + "most-flags": "Најчешће означени заставицом", "search": "Претрага", - "enter_username": "Унесите корисничко име за претрагу", + "enter-username": "Унесите корисничко име за претрагу", "search-user-for-chat": "Потражите корисника да бисте започели ћаскање", - "load_more": "Учитај више", + "load-more": "Учитај више", "users-found-search-took": "Нађено је %1 корисника! Претрага је завршена за %2 секунде.", "filter-by": "Филтрирај према", "online-only": "Само корисници на мрежи", @@ -15,10 +15,10 @@ "prompt-email": "Е-поштe:", "groups-to-join": "Групе којима ће се придружити када се прихвати позив:", "invitation-email-sent": "Е-пошта са позивом је послата на %1", - "user_list": "Листа корисника", - "recent_topics": "Недавне теме", - "popular_topics": "Популарне теме", - "unread_topics": "Непрочитане теме", + "user-list": "Листа корисника", + "recent-topics": "Недавне теме", + "popular-topics": "Популарне теме", + "unread-topics": "Непрочитане теме", "categories": "Категорије", "tags": "Ознаке", "no-users-found": "Нема пронађених корисника!" diff --git a/public/language/sv/admin/advanced/database.json b/public/language/sv/admin/advanced/database.json index 4ea1f8ac3b..6c8fa1de8d 100644 --- a/public/language/sv/admin/advanced/database.json +++ b/public/language/sv/admin/advanced/database.json @@ -17,7 +17,7 @@ "mongo.file-size": "Filstorlek", "mongo.resident-memory": "Resident Memory", "mongo.virtual-memory": "Virtuellt minne", - "mongo.mapped-memory": "Mappat minne", + "mongo.mapped-memory": "Mapped Memory", "mongo.bytes-in": "Bytes In", "mongo.bytes-out": "Bytes Ut", "mongo.num-requests": "Antal förfrågningar", diff --git a/public/language/sv/admin/advanced/events.json b/public/language/sv/admin/advanced/events.json index b2c2033fb5..9327eef8d3 100644 --- a/public/language/sv/admin/advanced/events.json +++ b/public/language/sv/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "Event Type", "filter-start": "Start Date", "filter-end": "End Date", - "filter-perPage": "Per Page" + "filter-per-page": "Per Page" } \ No newline at end of file diff --git a/public/language/sv/admin/extend/widgets.json b/public/language/sv/admin/extend/widgets.json index ab3a4b11d2..5d2832feed 100644 --- a/public/language/sv/admin/extend/widgets.json +++ b/public/language/sv/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "No widgets found! Activate the widget essentials plugin in the plugins control panel.", "clone-from": "Clone widgets from", "containers.available": "Available Containers", - "containers.explanation": "Drag and drop on top of any active widget", + "containers.explanation": "Drag and drop on top of any widget", "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", @@ -29,5 +29,7 @@ "hide-from-groups": "Hide from groups", "start-date": "Start date", "end-date": "End date", - "hide-on-mobile": "Hide on mobile" + "hide-on-mobile": "Hide on mobile", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/sv/admin/manage/privileges.json b/public/language/sv/admin/manage/privileges.json index 9af075bcfa..240cff6aa5 100644 --- a/public/language/sv/admin/manage/privileges.json +++ b/public/language/sv/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "Edit Privileges", "select-clear-all": "Select/Clear All", "chat": "Chat", + "chat-with-privileged": "Chat with Privileged", "upload-images": "Upload Images", "upload-files": "Upload Files", "signature": "Signature", @@ -33,7 +34,7 @@ "edit-posts": "Edit Posts", "view-edit-history": "View Edit History", "delete-posts": "Delete Posts", - "view_deleted": "View Deleted Posts", + "view-deleted": "View Deleted Posts", "upvote-posts": "Upvote Posts", "downvote-posts": "Downvote Posts", "delete-topics": "Delete Topics", diff --git a/public/language/sv/admin/manage/users.json b/public/language/sv/admin/manage/users.json index 1fef96f56d..08e5701f40 100644 --- a/public/language/sv/admin/manage/users.json +++ b/public/language/sv/admin/manage/users.json @@ -4,16 +4,21 @@ "edit": "Actions", "make-admin": "Make Admin", "remove-admin": "Remove Admin", + "change-email": "Change Email", + "new-email": "New Email", "validate-email": "Validate Email", "send-validation-email": "Send Validation Email", + "change-password": "Change Password", "password-reset-email": "Send Password Reset Email", "force-password-reset": "Force Password Reset & Log User Out", - "ban": "Ban User(s)", + "ban": "Ban", + "ban-users": "Ban User(s)", "temp-ban": "Ban User(s) Temporarily", "unban": "Unban User(s)", "reset-lockout": "Reset Lockout", "reset-flags": "Reset Flags", - "delete": "Delete User(s)", + "delete": "Delete", + "delete-users": "Delete User(s)", "delete-content": "Delete User(s) Content", "purge": "Delete User(s) and Content", "download-csv": "Download CSV", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "Ban %1 user(s)", "alerts.unban-success": "User(s) unbanned!", "alerts.lockout-reset-success": "Lockout(s) reset!", + "alerts.password-change-success": "Password(s) changed!", "alerts.flag-reset-success": "Flags(s) reset!", "alerts.no-remove-yourself-admin": "You can't remove yourself as Administrator!", "alerts.make-admin-success": "User is now administrator.", @@ -106,6 +112,7 @@ "alerts.create": "Create User", "alerts.button-create": "Create", "alerts.button-cancel": "Cancel", + "alerts.button-change": "Change", "alerts.error-passwords-different": "Passwords must match!", "alerts.error-x": "Error

%1

", "alerts.create-success": "User created!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "Emails: ", "alerts.email-sent-to": "An invitation email has been sent to %1", "alerts.x-users-found": "%1 user(s) found, (%2 seconds)", + "alerts.select-a-single-user-to-change-email": "Select a single user to change email", "export-users-started": "Exporting users as csv, this might take a while. You will receive a notification when it is complete.", - "export-users-completed": "Users exported as csv, click here to download." + "export-users-completed": "Users exported as csv, click here to download.", + "email": "Email", + "password": "Password", + "manage": "Manage" } \ No newline at end of file diff --git a/public/language/sv/admin/settings/chat.json b/public/language/sv/admin/settings/chat.json index e4946458bd..86360a34ee 100644 --- a/public/language/sv/admin/settings/chat.json +++ b/public/language/sv/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "Enter 0 to disable this restriction", "chat-settings": "Chat Settings", "disable": "Disable chat", "disable-editing": "Disable chat message editing/deletion", @@ -6,8 +7,10 @@ "max-length": "Maximum length of chat messages", "max-chat-room-name-length": "Maximum length of chat room names", "max-room-size": "Maximum number of users in chat rooms", - "delay": "Time between chat messages in milliseconds", - "notification-delay": "Notification delay for chat messages. (0 for no delay)", - "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable. (0 disabled)", - "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable. (0 disabled)" + "delay": "Time between chat messages (ms)", + "newbieDelay": "... for new users (ms)", + "notification-delay": "Notification delay for chat messages", + "notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.", + "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.", + "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable." } \ No newline at end of file diff --git a/public/language/sv/admin/settings/post.json b/public/language/sv/admin/settings/post.json index 9dc61afe57..9de7dc76fa 100644 --- a/public/language/sv/admin/settings/post.json +++ b/public/language/sv/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "Title Length", "restrictions.post-length": "Post Length", "restrictions.days-until-stale": "Days until topic is considered stale", - "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic.", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "Timestamp", "timestamp.cut-off": "Date cut-off (in days)", "timestamp.cut-off-help": "Dates & times will be shown in a relative manner (e.g. \"3 hours ago\" / \"5 days ago\"), and localised into various\n\t\t\t\t\tlanguages. After a certain point, this text can be switched to display the localised date itself\n\t\t\t\t\t(e.g. 5 Nov 2016 15:30).
(Default: 30, or one month). Set to 0 to always display dates, leave blank to always display relative times.", diff --git a/public/language/sv/admin/settings/user.json b/public/language/sv/admin/settings/user.json index 368548ba74..816bdfc150 100644 --- a/public/language/sv/admin/settings/user.json +++ b/public/language/sv/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "Username or Email", "allow-login-with.username": "Username Only", "account-settings": "Account Settings", - "gdpr_enabled": "Enable GDPR consent collection", - "gdpr_enabled_help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", + "gdpr-enabled": "Enable GDPR consent collection", + "gdpr-enabled-help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", "disable-username-changes": "Disable username changes", "disable-email-changes": "Disable email changes", "disable-password-changes": "Disable password changes", diff --git a/public/language/sv/category.json b/public/language/sv/category.json index 789b67dc0e..858b7ba5a9 100644 --- a/public/language/sv/category.json +++ b/public/language/sv/category.json @@ -1,12 +1,12 @@ { "category": "Kategori", "subcategories": "Underkategori", - "new_topic_button": "Nytt ämne", + "new-topic-button": "Nytt ämne", "guest-login-post": "Logga in för att posta", - "no_topics": "Det finns inga ämnen i denna kategori.
Varför skapar inte du ett ämne?", + "no-topics": "Det finns inga ämnen i denna kategori.
Varför skapar inte du ett ämne?", "browsing": "läser", - "no_replies": "Ingen har svarat", - "no_new_posts": "Inga nya inlägg.", + "no-replies": "Ingen har svarat", + "no-new-posts": "Inga nya inlägg.", "watch": "Bevaka", "ignore": "Ignorera", "watching": "Bevakar", diff --git a/public/language/sv/email.json b/public/language/sv/email.json index 44439586f5..eccf1e5c0d 100644 --- a/public/language/sv/email.json +++ b/public/language/sv/email.json @@ -3,8 +3,8 @@ "password-reset-requested": "Password Reset Requested!", "welcome-to": "Välkommen till %1", "invite": "Inbjudan ifrån %1", - "greeting_no_name": "Hej", - "greeting_with_name": "Hej %1", + "greeting-no-name": "Hej", + "greeting-with-name": "Hej %1", "email.verify-your-email.subject": "Vänligen bekräfta din e-postadress", "email.verify.text1": "You've requested that we change or confirm your email address", "email.verify.text2": "For security purposes, we only change or confirm the email address on file once its ownership has been confirmed via email. If you did not request this, no action is required on your part.", @@ -12,23 +12,23 @@ "welcome.text1": "Tack för att du registerar dig på %1!", "welcome.text2": "För att slutföra aktiveringen av ditt konto, behöver vi verifiera att du har tillgång till den e-postadress du registrerade dig med.", "welcome.text3": "En administrator har accepterat din registreringsansökan. Du kan logga in med ditt användarnamn och lösenord nu.", - "welcome.cta": "Klicka här för att bekräfta din e-postadress ", + "welcome.cta": "Klicka här för att bekräfta din e-postadress", "invitation.text1": "%1 har bjudit in dig till %2", "invitation.text2": "Din inbjudan går ut om %1 dagar.", "invitation.cta": "Click here to create your account.", - "reset.text1": "Vi fick en förfrågan om att återställa ditt lösenord, möjligen för att du har glömt det. Om detta inte är fallet, så kan du bortse från det här epostmeddelandet. ", + "reset.text1": "Vi fick en förfrågan om att återställa ditt lösenord, möjligen för att du har glömt det. Om detta inte är fallet, så kan du bortse från det här epostmeddelandet.", "reset.text2": "För att fortsätta med återställning av lösenordet så kan du klicka på följande länk:", "reset.cta": "Klicka här för att återställa ditt lösenord", "reset.notify.subject": "Lösenordet ändrat", "reset.notify.text1": "Vi vill uppmärksamma dig på att ditt lösenord ändrades den %1.", - "reset.notify.text2": "Om du inte godkänt det här så vänligen kontakta en administratör snarast. ", + "reset.notify.text2": "Om du inte godkänt det här så vänligen kontakta en administratör snarast.", "digest.unread-rooms": "Unread rooms", "digest.room-name-unreadcount": "%1 (%2 unread)", - "digest.latest_topics": "Senaste ämnen från %1", + "digest.latest-topics": "Senaste ämnen från %1", "digest.top-topics": "Top topics from %1", "digest.popular-topics": "Popular topics from %1", "digest.cta": "Klicka här för att besöka %1", - "digest.unsub.info": "Det här meddelandet fick du på grund av dina inställningar för prenumeration. ", + "digest.unsub.info": "Det här meddelandet fick du på grund av dina inställningar för prenumeration.", "digest.day": "dag", "digest.week": "vecka", "digest.month": "månad", @@ -36,18 +36,18 @@ "digest.title.day": "Your Daily Digest", "digest.title.week": "Your Weekly Digest", "digest.title.month": "Your Monthly Digest", - "notif.chat.subject": "Nytt meddelande från %1", - "notif.chat.public-chat-subject": "New message from %1 in room %2", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "Klicka här för att fortsätta konversationen", "notif.chat.unsub.info": "Denna notifikation skickades till dig på grund av dina inställningar för prenumerationer.", - "notif.post.unsub.info": "Det här meddelandet fick du på grund av dina inställningar för prenumeration. ", + "notif.post.unsub.info": "Det här meddelandet fick du på grund av dina inställningar för prenumeration.", "notif.post.unsub.one-click": "Alternatively, unsubscribe from future emails like this, by clicking", "notif.cta": "To the forum", "notif.cta-new-reply": "View Post", "notif.cta-new-chat": "View Chat", "notif.test.short": "Testing Notifications", "notif.test.long": "This is a test of the notifications email. Send help!", - "test.text1": "\nDet här är ett testmeddelande som verifierar att e-posten är korrekt installerad för din NodeBB. ", + "test.text1": "Det här är ett testmeddelande som verifierar att e-posten är korrekt installerad för din NodeBB.", "unsub.cta": "Klicka här för att ändra inställningarna", "unsubscribe": "unsubscribe", "unsub.success": "You will no longer receive emails from the %1 mailing list", diff --git a/public/language/sv/error.json b/public/language/sv/error.json index 7fcf700ee7..263e4cf95c 100644 --- a/public/language/sv/error.json +++ b/public/language/sv/error.json @@ -54,7 +54,7 @@ "user-banned-reason": "Vi beklagar, men detta konto har blivit bannlyst (Anledning: %1)", "user-banned-reason-until": "Vi beklagar, men detta konto har blivit bannlyst till %1 (Anledning: %2)", "user-too-new": "När du är ny medlem måste du vänta %1 sekund(er) innan du gör ditt första inlägg", - "blacklisted-ip": "Din IP-adress har blivit bannlyst från det här forumet. Om du tror att det beror på ett misstag, vad god kontakta en administratör. ", + "blacklisted-ip": "Din IP-adress har blivit bannlyst från det här forumet. Om du tror att det beror på ett misstag, vad god kontakta en administratör.", "cant-blacklist-self-ip": "You can't blacklist your own IP", "ban-expiry-missing": "Ange ett slutdatum för denna banning", "no-category": "Kategorin finns inte", @@ -184,6 +184,7 @@ "post-flagged-too-many-times": "This post has been flagged by others already", "user-flagged-too-many-times": "This user has been flagged by others already", "cant-flag-privileged": "You are not allowed to flag the profiles or content of privileged users (moderators/global moderators/admins)", + "cant-locate-flag-report": "Cannot locate flag report", "self-vote": "Du kan inte rösta på ditt eget inlägg.", "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", diff --git a/public/language/sv/flags.json b/public/language/sv/flags.json index fa213c2cb1..eb9a6520b0 100644 --- a/public/language/sv/flags.json +++ b/public/language/sv/flags.json @@ -1,5 +1,6 @@ { "state": "Status", + "report": "Report", "reports": "Reports", "first-reported": "First Reported", "no-flags": "Yippie! Inga flaggor funna.", @@ -8,6 +9,8 @@ "update": "Uppdatera", "updated": "Uppdatering", "resolved": "Resolved", + "report-added": "Added", + "report-rescinded": "Rescinded", "target-purged": "Innehållet denna flagga refererar till har rensats bort och är inte längre tillgängligt.", "target-aboutme-empty": "This user has no "About Me" set.", diff --git a/public/language/sv/global.json b/public/language/sv/global.json index 9eb88df89f..87a97fe337 100644 --- a/public/language/sv/global.json +++ b/public/language/sv/global.json @@ -13,19 +13,19 @@ "400.message": "It looks like this link is malformed, please double-check and try again.
Return to the home page.
", "register": "Registrera", "login": "Logga in", - "please_log_in": "Var god logga in", + "please-log-in": "Var god logga in", "logout": "Logga ut", - "posting_restriction_info": "Man måste vara inloggad för att kunna skapa inlägg, klicka här för att logga in.", - "welcome_back": "Välkommen tillbaka ", - "you_have_successfully_logged_in": "Inloggningen lyckades", - "save_changes": "Spara ändringar", + "posting-restriction-info": "Man måste vara inloggad för att kunna skapa inlägg, klicka här för att logga in.", + "welcome-back": "Välkommen tillbaka", + "you-have-successfully-logged-in": "Inloggningen lyckades", + "save-changes": "Spara ändringar", "save": "Spara", "create": "Create", "cancel": "Cancel", "close": "Stäng", "pagination": "Siduppdelning", - "pagination.out_of": "%1 av %2", - "pagination.enter_index": "Go to post index", + "pagination.out-of": "%1 av %2", + "pagination.enter-index": "Go to post index", "header.admin": "Admin", "header.categories": "Kategorier", "header.recent": "Senaste", @@ -80,25 +80,25 @@ "lastpost": "Senaste inlägget", "firstpost": "Först inlägget", "about": "About", - "read_more": "läs mer", + "read-more": "läs mer", "more": "Mer", "none": "None", - "posted_ago_by_guest": "inskickad %1 av anonym", - "posted_ago_by": "inskickad %1 av %2", - "posted_ago": "postat %1", - "posted_in": "postat i %1", - "posted_in_by": "postat i %1 av %2", - "posted_in_ago": "inskickad i %1 %2", - "posted_in_ago_by": "postat i %1 %2 av %3", - "user_posted_ago": "%1 postades %2", - "guest_posted_ago": "Anonym postade %1", - "last_edited_by": "Senaste redigerad av %1", + "posted-ago-by-guest": "inskickad %1 av anonym", + "posted-ago-by": "inskickad %1 av %2", + "posted-ago": "postat %1", + "posted-in": "postat i %1", + "posted-in-by": "postat i %1 av %2", + "posted-in-ago": "inskickad i %1 %2", + "posted-in-ago-by": "postat i %1 %2 av %3", + "user-posted-ago": "%1 postades %2", + "guest-posted-ago": "Anonym postade %1", + "last-edited-by": "Senaste redigerad av %1", "edited-timestamp": "Edited %1", "norecentposts": "Inga nya inlägg", "norecenttopics": "Inga nya ämnen", "recentposts": "Senaste inläggen", "recentips": "Nyligen inloggade IPn", - "moderator_tools": "Moderator verktyg", + "moderator-tools": "Moderator verktyg", "status": "Status", "online": "Online", "away": "Borta", @@ -109,7 +109,7 @@ "language": "Språk", "guest": "Anonym", "guests": "Anonyma", - "former_user": "En före detta användare", + "former-user": "En före detta användare", "system-user": "System", "unknown-user": "Unknown user", "updated.title": "Forumet uppdaterades", @@ -117,12 +117,12 @@ "privacy": "Integritet", "follow": "Följ", "unfollow": "Sluta följ", - "delete_all": "Ta bort alla", + "delete-all": "Ta bort alla", "map": "Karta", "sessions": "Login-sessioner", - "ip_address": "IP-adress", - "enter_page_number": "Skriv in sidnummer", - "upload_file": "Ladda upp en fil", + "ip-address": "IP-adress", + "enter-page-number": "Skriv in sidnummer", + "upload-file": "Ladda upp en fil", "upload": "Ladda upp", "uploads": "Uppladdningar", "allowed-file-types": "Tillåtna filtyper är %1", @@ -131,7 +131,7 @@ "play": "Spela", "cookies.message": "Denna webbsida använder cookies för att säkerställa bästa möjliga upplevelse.", "cookies.accept": "Jag förstår!", - "cookies.learn_more": "Läs mer", + "cookies.learn-more": "Läs mer", "edited": "Redigerad", "disabled": "Avstängd", "select": "Välj", diff --git a/public/language/sv/groups.json b/public/language/sv/groups.json index e76eba3f3d..e5ec1a840c 100644 --- a/public/language/sv/groups.json +++ b/public/language/sv/groups.json @@ -2,65 +2,65 @@ "all-groups": "All groups", "groups": "Grupper", "members": "Members", - "view_group": "Visa grupp ", + "view-group": "Visa grupp", "owner": "Gruppägare", - "new_group": "Skapa ny grupp", - "no_groups_found": "Det finns inga grupper att se", + "new-group": "Skapa ny grupp", + "no-groups-found": "Det finns inga grupper att se", "pending.accept": "Acceptera", "pending.reject": "Neka", - "pending.accept_all": "Acceptera alla", - "pending.reject_all": "Avvisa alla", + "pending.accept-all": "Acceptera alla", + "pending.reject-all": "Avvisa alla", "pending.none": "Det finns inga väntande medlemmar just nu", "invited.none": "Det finns inga inbjudna medlemmar just nu", "invited.uninvite": "Dra tillbaka inbjudan", "invited.search": "Sök efter en användare att lägga till i denna grupp", - "invited.notification_title": "Du har blivit inbjuden att bli medlem i %1", - "request.notification_title": "Förfrågan om gruppmedlemskap från %1", - "request.notification_text": "%1 har skickat en förfrågan om medlemskap i %2", + "invited.notification-title": "Du har blivit inbjuden att bli medlem i %1", + "request.notification-title": "Förfrågan om gruppmedlemskap från %1", + "request.notification-text": "%1 har skickat en förfrågan om medlemskap i %2", "cover-save": "Spara", "cover-saving": "Sparar", - "details.title": "Detaljer för gruppen ", + "details.title": "Detaljer för gruppen", "details.members": "Medlemslista", "details.pending": "Väntande medlemmar", "details.invited": "Inbjudna medlemmar", - "details.has_no_posts": "Den här gruppens medlemmar har inte skrivit några inlägg.", - "details.latest_posts": "Senaste inlägg", + "details.has-no-posts": "Den här gruppens medlemmar har inte skrivit några inlägg.", + "details.latest-posts": "Senaste inlägg", "details.private": "Privat", "details.disableJoinRequests": "Inaktivera förfrågningar om att gå med", "details.disableLeave": "Tillåt inte att användare lämnar gruppen", "details.grant": "Tilldela/Dra tillbaka ägarskap", "details.kick": "Sparka ut", - "details.kick_confirm": "Vill du verkligen avlägsna denna användare från gruppen?", + "details.kick-confirm": "Vill du verkligen avlägsna denna användare från gruppen?", "details.add-member": "Lägg till medlem", - "details.owner_options": "Gruppadministration", - "details.group_name": "Gruppnamn", - "details.member_count": "Medlemsantal", - "details.creation_date": "Skapardatum", + "details.owner-options": "Gruppadministration", + "details.group-name": "Gruppnamn", + "details.member-count": "Medlemsantal", + "details.creation-date": "Skapardatum", "details.description": "Beskrivning", "details.member-post-cids": "Category IDs to display posts from", - "details.badge_preview": "Förhandsgranskning av märke", - "details.change_icon": "Byt ikon", - "details.change_label_colour": "Ändra etikettfärg", - "details.change_text_colour": "Ändra textfärg", - "details.badge_text": "Märkestext", + "details.badge-preview": "Förhandsgranskning av märke", + "details.change-icon": "Byt ikon", + "details.change-label-colour": "Ändra etikettfärg", + "details.change-text-colour": "Ändra textfärg", + "details.badge-text": "Märkestext", "details.userTitleEnabled": "Visa märke", - "details.private_help": "Om aktiverat kommer en gruppägare behöva godkänna nya gruppmedlemmar", + "details.private-help": "Om aktiverat kommer en gruppägare behöva godkänna nya gruppmedlemmar", "details.hidden": "Dold", - "details.hidden_help": "Om aktiverat kommer gruppen inte synas i grupplistan och användare måste bli inbjudna manuellt", - "details.delete_group": "Ta bort grupp", - "details.private_system_help": "Privata grupper är ej tillgängligt. Den här inställningen har ingen effekt.", + "details.hidden-help": "Om aktiverat kommer gruppen inte synas i grupplistan och användare måste bli inbjudna manuellt", + "details.delete-group": "Ta bort grupp", + "details.private-system-help": "Privata grupper är ej tillgängligt. Den här inställningen har ingen effekt.", "event.updated": "Gruppinformationen har uppdaterats", "event.deleted": "Gruppen \"%1\" har tagits bort", "membership.accept-invitation": "Acceptera inbjudan", - "membership.accept.notification_title": "Du är nu medlem i %1", + "membership.accept.notification-title": "Du är nu medlem i %1", "membership.invitation-pending": "Inbjudan väntar på svar", "membership.join-group": "Gå med i grupp", "membership.leave-group": "Lämna grupp", - "membership.leave.notification_title": "%1 har lämnat gruppen %2", + "membership.leave.notification-title": "%1 har lämnat gruppen %2", "membership.reject": "Neka", - "new-group.group_name": "Gruppnamn:", + "new-group.group-name": "Gruppnamn:", "upload-group-cover": "Ladda upp omslagsbild för grupp", "bulk-invite-instructions": "Ange en lista med kommaseparerade användarnamn som du vill bjuda in till denna grupp", "bulk-invite": "Massinbjudning", - "remove_group_cover_confirm": "Vill du verkligen ta bort omslagsbilden?" + "remove-group-cover-confirm": "Vill du verkligen ta bort omslagsbilden?" } \ No newline at end of file diff --git a/public/language/sv/login.json b/public/language/sv/login.json index 3dc899fded..1518f2a9fe 100644 --- a/public/language/sv/login.json +++ b/public/language/sv/login.json @@ -1,12 +1,12 @@ { "username-email": "Namn / Epost", "username": "Namn", - "remember_me": "Kom ihåg mig?", - "forgot_password": "Glömt lösenord?", - "alternative_logins": "Alternativa inloggningssätt", - "failed_login_attempt": "Misslyckad inloggning", - "login_successful": "Du är nu inloggad!", - "dont_have_account": "Har du inget konto?", + "remember-me": "Kom ihåg mig?", + "forgot-password": "Glömt lösenord?", + "alternative-logins": "Alternativa inloggningssätt", + "failed-login-attempt": "Misslyckad inloggning", + "login-successful": "Du är nu inloggad!", + "dont-have-account": "Har du inget konto?", "logged-out-due-to-inactivity": "Du har loggats ut från Admin Kontrollpanelen på grund av inaktivitet", "caps-lock-enabled": "Caps Lock is enabled" } \ No newline at end of file diff --git a/public/language/sv/modules.json b/public/language/sv/modules.json index c15ec5b6b1..0335e67f7b 100644 --- a/public/language/sv/modules.json +++ b/public/language/sv/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "Room %1", - "chat.chatting_with": "Chatta med", + "chat.chatting-with": "Chatta med", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Go to most recent message", @@ -8,28 +8,35 @@ "chat.chat-with-usernames": "Chat with %1", "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Skicka", - "chat.no_active": "Du har inte några aktiva chattar.", - "chat.user_typing": "%1 skriver ...", - "chat.user_has_messaged_you": "%1 har skickat ett medelande till dig.", + "chat.no-active": "Du har inte några aktiva chattar.", + "chat.user-typing-1": "%1 is typing ...", + "chat.user-typing-2": "%1 and %2 are typing ...", + "chat.user-typing-3": "%1, %2 and %3 are typing ...", + "chat.user-typing-n": "%1, %2 and %3 others are typing ...", + "chat.user-has-messaged-you": "%1 har skickat ett medelande till dig.", "chat.replying-to": "Replying to %1", - "chat.see_all": "Alla chattar", - "chat.mark_all_read": "Markera alla chattar som lästa", + "chat.see-all": "Alla chattar", + "chat.mark-all-read": "Markera alla chattar som lästa", "chat.no-messages": "Välj mottagare för att visa historik för chattmeddelande", "chat.no-users-in-room": "Inga användare i detta rum", "chat.recent-chats": "Senaste chattarna", - "chat.contacts": "Kontakter ", + "chat.contacts": "Kontakter", "chat.message-history": "Historik för meddelande", "chat.message-deleted": "Meddelande borttaget", "chat.options": "Chattinställningar", "chat.pop-out": "Utskjutande chatt", "chat.minimize": "Minimera", "chat.maximize": "Maximera", - "chat.seven_days": "7 dagar", - "chat.thirty_days": "30 dagar", - "chat.three_months": "3 månader", - "chat.delete_message_confirm": "Är du säker på att du vill radera det här meddelandet?", + "chat.seven-days": "7 dagar", + "chat.thirty-days": "30 dagar", + "chat.three-months": "3 månader", + "chat.delete-message-confirm": "Är du säker på att du vill radera det här meddelandet?", "chat.retrieving-users": "Hämtar användare...", "chat.view-users-list": "View users list", + "chat.pinned-messages": "Pinned Messages", + "chat.no-pinned-messages": "There are no pinned messages", + "chat.pin-message": "Pin Message", + "chat.unpin-message": "Unpin Message", "chat.public-rooms": "Public Rooms (%1)", "chat.private-rooms": "Private Rooms (%1)", "chat.create-room": "Create Chat Room", @@ -67,17 +74,24 @@ "chat.system.user-leave": "%1 has left the room ", "chat.system.room-rename": "%2 has renamed this room to \"%1\" ", "composer.compose": "Komponera", - "composer.show_preview": "Visa förhandsgranskning", - "composer.hide_preview": "Dölj förhandsgranskning", + "composer.show-preview": "Visa förhandsgranskning", + "composer.hide-preview": "Dölj förhandsgranskning", "composer.help": "Help", - "composer.user_said_in": "%1 sa i %2:", - "composer.user_said": "%1 sa:", + "composer.user-said-in": "%1 sa i %2:", + "composer.user-said": "%1 sa:", "composer.discard": "Är du säker på att du vill ta bort det här inlägget?", - "composer.submit_and_lock": "Skicka och lås", - "composer.toggle_dropdown": "Visa/Dölj dropdown", + "composer.submit-and-lock": "Skicka och lås", + "composer.toggle-dropdown": "Visa/Dölj dropdown", "composer.uploading": "Laddar upp %1", "composer.formatting.bold": "Fet", "composer.formatting.italic": "Kursiv", + "composer.formatting.heading": "Heading", + "composer.formatting.heading1": "Heading 1", + "composer.formatting.heading2": "Heading 2", + "composer.formatting.heading3": "Heading 3", + "composer.formatting.heading4": "Heading 4", + "composer.formatting.heading5": "Heading 5", + "composer.formatting.heading6": "Heading 6", "composer.formatting.list": "Lista", "composer.formatting.strikethrough": "Genomstrykning", "composer.formatting.code": "Kod", @@ -85,9 +99,10 @@ "composer.formatting.picture": "Image Link", "composer.upload-picture": "Ladda upp bild", "composer.upload-file": "Ladda upp fil", - "composer.zen_mode": "Zen Mode", - "composer.select_category": "Välj en kategori", + "composer.zen-mode": "Zen Mode", + "composer.select-category": "Välj en kategori", "composer.textarea.placeholder": "Enter your post content here, drag and drop images", + "composer.post-queue-alert": "Hello👋!
This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.", "composer.schedule-for": "Schedule topic for", "composer.schedule-date": "Date", "composer.schedule-time": "Time", @@ -102,8 +117,8 @@ "bootbox.confirm": "Bekräfta", "bootbox.submit": "Skicka", "bootbox.send": "Skicka", - "cover.dragging_title": "Positionering av omslagsbild", - "cover.dragging_message": "Dra omslagsbilden till önskad position och tryck \"Spara\"", + "cover.dragging-title": "Positionering av omslagsbild", + "cover.dragging-message": "Dra omslagsbilden till önskad position och tryck \"Spara\"", "cover.saved": "Omslagsbilden sparad", "thumbs.modal.title": "Manage topic thumbnails", "thumbs.modal.no-thumbs": "No thumbnails found.", diff --git a/public/language/sv/notifications.json b/public/language/sv/notifications.json index 8fc30c595a..22fdace483 100644 --- a/public/language/sv/notifications.json +++ b/public/language/sv/notifications.json @@ -1,59 +1,68 @@ { "title": "Notiser", - "no_notifs": "Du har inga nya notiser", - "see_all": "All notifications", - "mark_all_read": "Markera alla notiser som lästa", - "back_to_home": "Tillbaka till %1", - "outgoing_link": "Utgående länk", - "outgoing_link_message": "Du lämnar nu %1", - "continue_to": "Fortsätt till %1", - "return_to": "Återgå till %1", - "new_notification": "Du har en ny notis", - "you_have_unread_notifications": "Du har olästa notiser.", + "no-notifs": "Du har inga nya notiser", + "see-all": "All notifications", + "mark-all-read": "Markera alla notiser som lästa", + "back-to-home": "Tillbaka till %1", + "outgoing-link": "Utgående länk", + "outgoing-link-message": "Du lämnar nu %1", + "continue-to": "Fortsätt till %1", + "return-to": "Återgå till %1", + "new-notification": "Du har en ny notis", + "you-have-unread-notifications": "Du har olästa notiser.", "all": "Alla", "topics": "Ämnen", + "tags": "Tags", "replies": "Svar", "chat": "Chattar", "group-chat": "Group Chats", "public-chat": "Public Chats", "follows": "Följningar", "upvote": "Uppröster", + "awards": "Awards", "new-flags": "Nya flaggor", "my-flags": "Mina tilldelade flaggor", "bans": "Bannlysningar", - "new_message_from": "Nytt medelande från %1", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1 har röstat upp ditt inlägg i %2", - "upvoted_your_post_in_dual": "%1 och %2 har röstat upp ditt inlägg i %3.", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "%1 har flyttat ditt inlägg till %2", - "moved_your_topic": "%1 har flyttat %2", - "user_flagged_post_in": "%1 flaggade ett inlägg i %2", - "user_flagged_post_in_dual": "%1 och %2 rapporterade ett inlägg i %3", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1 flaggade en användarprofil (%2)", - "user_flagged_user_dual": "%1 och %2 flaggade en användarprofil (%3)", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "%1 har skrivit ett svar på: %2", - "user_posted_to_dual": "%1 och %2 har svarat på: %3", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1 har skapat ett nytt ämne: %2", - "user_edited_post": "%1 has edited a post in %2", - "user_started_following_you": "%1 började följa dig.", - "user_started_following_you_dual": "%1 och %2 började följa dig.", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1 skickade en registreringsförfrågan.", - "new_register_multiple": "Det finns %1 förfrågningar om registrering som inväntar granskning.", - "flag_assigned_to_you": "Flaggan %1 har tillskrivits dig", - "post_awaiting_review": "Inlägg väntar på granskning", + "new-message-from": "Nytt medelande från %1", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 wrote in %3", + "user-posted-in-public-room-dual": "%1 and %2 wrote in %4", + "user-posted-in-public-room-triple": "%1, %2 and %3 wrote in %5", + "user-posted-in-public-room-multiple": "%1, %2 and %3 others wrote in %5", + "upvoted-your-post-in": "%1 har röstat upp ditt inlägg i %2", + "upvoted-your-post-in-dual": "%1 och %2 har röstat upp ditt inlägg i %3.", + "upvoted-your-post-in-triple": "%1, %2 and %3 have upvoted your post in %4.", + "upvoted-your-post-in-multiple": "%1, %2 and %3 others have upvoted your post in %4.", + "moved-your-post": "%1 har flyttat ditt inlägg till %2", + "moved-your-topic": "%1 har flyttat %2", + "user-flagged-post-in": "%1 flaggade ett inlägg i %2", + "user-flagged-post-in-dual": "%1 och %2 rapporterade ett inlägg i %3", + "user-flagged-post-in-triple": "%1, %2 and %3 flagged a post in %4", + "user-flagged-post-in-multiple": "%1, %2 and %3 others flagged a post in %4", + "user-flagged-user": "%1 flaggade en användarprofil (%2)", + "user-flagged-user-dual": "%1 och %2 flaggade en användarprofil (%3)", + "user-flagged-user-triple": "%1, %2 and %3 flagged a user profile (%4)", + "user-flagged-user-multiple": "%1, %2 and %3 others flagged a user profile (%4)", + "user-posted-to": "%1 har skrivit ett svar på: %2", + "user-posted-to-dual": "%1 och %2 har svarat på: %3", + "user-posted-to-triple": "%1, %2 and %3 have posted replies to: %4", + "user-posted-to-multiple": "%1, %2 and %3 others have posted replies to: %4", + "user-posted-topic": "%1 har skapat ett nytt ämne: %2", + "user-edited-post": "%1 has edited a post in %2", + "user-posted-topic-with-tag": "%1 has posted a new topic with tag %2", + "user-posted-topic-with-tag-dual": "%1 has posted a new topic with tags %2 and %3", + "user-posted-topic-with-tag-triple": "%1 has posted a new topic with tags %2, %3 and %4", + "user-posted-topic-with-tag-multiple": "%1 has posted a new topic with tags %2", + "user-started-following-you": "%1 började följa dig.", + "user-started-following-you-dual": "%1 och %2 började följa dig.", + "user-started-following-you-triple": "%1, %2 and %3 started following you.", + "user-started-following-you-multiple": "%1, %2 and %3 others started following you.", + "new-register": "%1 skickade en registreringsförfrågan.", + "new-register-multiple": "Det finns %1 förfrågningar om registrering som inväntar granskning.", + "flag-assigned-to-you": "Flaggan %1 har tillskrivits dig", + "post-awaiting-review": "Inlägg väntar på granskning", "profile-exported": "%1 profile exported, click to download", "posts-exported": "%1 posts exported, click to download", "uploads-exported": "%1 uploads exported, click to download", @@ -66,22 +75,24 @@ "email-confirm-error-message": "Det uppstod ett problem med bekräftelsen av din e-postadress. Kanske var koden felaktig eller ogiltig.", "email-confirm-sent": "Bekräftelsemeddelande skickat.", "none": "Inga", - "notification_only": "Endast notis", - "email_only": "Endast e-post", - "notification_and_email": "Notis och e-post", - "notificationType_upvote": "När någon röstar upp ditt inlägg", - "notificationType_new-topic": "När någon du följer skapar ett ämne", - "notificationType_new-reply": "När ett nytt svar skrivs inom ett ämne du följer", - "notificationType_post-edit": "When a post is edited in a topic you are watching", - "notificationType_follow": "När någon börjar följa dig", - "notificationType_new-chat": "När du får ett chattmeddelande", - "notificationType_new-group-chat": "When you receive a group chat message", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "När du får en gruppinbjudan", - "notificationType_group-leave": "When a user leaves your group", - "notificationType_group-request-membership": "När någon ber om att få gå med i en grupp du äger", - "notificationType_new-register": "När någon läggs till i registreringskön", - "notificationType_post-queue": "När ett nytt inlägg läggs i kön", - "notificationType_new-post-flag": "När ett nytt inlägg flaggas", - "notificationType_new-user-flag": "När en användare flaggas" + "notification-only": "Endast notis", + "email-only": "Endast e-post", + "notification-and-email": "Notis och e-post", + "notificationType-upvote": "När någon röstar upp ditt inlägg", + "notificationType-new-topic": "När någon du följer skapar ett ämne", + "notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow", + "notificationType-new-reply": "När ett nytt svar skrivs inom ett ämne du följer", + "notificationType-post-edit": "When a post is edited in a topic you are watching", + "notificationType-follow": "När någon börjar följa dig", + "notificationType-new-chat": "När du får ett chattmeddelande", + "notificationType-new-group-chat": "When you receive a group chat message", + "notificationType-new-public-chat": "When you receive a public group chat message", + "notificationType-group-invite": "När du får en gruppinbjudan", + "notificationType-group-leave": "When a user leaves your group", + "notificationType-group-request-membership": "När någon ber om att få gå med i en grupp du äger", + "notificationType-new-register": "När någon läggs till i registreringskön", + "notificationType-post-queue": "När ett nytt inlägg läggs i kön", + "notificationType-new-post-flag": "När ett nytt inlägg flaggas", + "notificationType-new-user-flag": "När en användare flaggas", + "notificationType-new-reward": "When you earn a new reward" } \ No newline at end of file diff --git a/public/language/sv/pages.json b/public/language/sv/pages.json index 83d742cd9b..f14b80d2ad 100644 --- a/public/language/sv/pages.json +++ b/public/language/sv/pages.json @@ -45,9 +45,10 @@ "account/followers": "Användare som följer %1", "account/posts": "Inlägg skapade av %1", "account/latest-posts": "Senaste inläggen av %1", - "account/topics": "Ämnen skapade av %1 ", + "account/topics": "Ämnen skapade av %1", "account/groups": "%1's grupper", - "account/watched_categories": "%1's följda kategorier", + "account/watched-categories": "%1's följda kategorier", + "account/watched-tags": "%1's Watched Tags", "account/bookmarks": "%1'st bokmärkta inlägg", "account/settings": "Avnändarinställningar", "account/settings-of": "Changing settings of %1", @@ -63,5 +64,5 @@ "confirm": "E-postadress bekräftad", "maintenance.text": "%1 is currently undergoing maintenance.
Please come back another time.", "maintenance.messageIntro": "Utöver det så lämnade administratören följande meddelande:", - "throttled.text": "%1 ligger tillfälligt nere på grund av överbelastning. Var god återkom senare. " + "throttled.text": "%1 ligger tillfälligt nere på grund av överbelastning. Var god återkom senare." } \ No newline at end of file diff --git a/public/language/sv/recent.json b/public/language/sv/recent.json index c47d15ff79..0c8f53ccce 100644 --- a/public/language/sv/recent.json +++ b/public/language/sv/recent.json @@ -5,7 +5,7 @@ "month": "Månad", "year": "År", "alltime": "Alltid", - "no_recent_topics": "Det finns inga olästa ämnen.", - "no_popular_topics": "Det finns inga populära ämnen.", + "no-recent-topics": "Det finns inga olästa ämnen.", + "no-popular-topics": "Det finns inga populära ämnen.", "load-new-posts": "Load new posts" } \ No newline at end of file diff --git a/public/language/sv/register.json b/public/language/sv/register.json index 539705bbd6..61b1ccbb7d 100644 --- a/public/language/sv/register.json +++ b/public/language/sv/register.json @@ -1,32 +1,32 @@ { "register": "Registrera", "already-have-account": "Already have an account?", - "cancel_registration": "Avbryt registrering", + "cancel-registration": "Avbryt registrering", "help.email": "Som standard, är din e-postadress dold för allmänheten.", - "help.username_restrictions": "Ett unikt användarnamn mellan %1 och %2 bokstäver. Andra kan nämna dig med @användarnamn.", - "help.minimum_password_length": "Ditt lösenord måste vara minst %1 bokstäver.", - "email_address": "E-postadress", - "email_address_placeholder": "Ange E-postadress", + "help.username-restrictions": "Ett unikt användarnamn mellan %1 och %2 bokstäver. Andra kan nämna dig med @användarnamn.", + "help.minimum-password-length": "Ditt lösenord måste vara minst %1 bokstäver.", + "email-address": "E-postadress", + "email-address-placeholder": "Ange E-postadress", "username": "Användarnamn", - "username_placeholder": "Ange användarnamn", + "username-placeholder": "Ange användarnamn", "password": "Lösenord", - "password_placeholder": "Ange lösenord", - "confirm_password": "Bekräfta lösenord", - "confirm_password_placeholder": "Bekräfta lösenord", - "register_now_button": "Registrera nu", - "alternative_registration": "Alternativ registrering", - "terms_of_use": "Användarvillkor", - "agree_to_terms_of_use": "Jag godkänner användarvillkoren", - "terms_of_use_error": "Du måste godkänna användarvillkoren", + "password-placeholder": "Ange lösenord", + "confirm-password": "Bekräfta lösenord", + "confirm-password-placeholder": "Bekräfta lösenord", + "register-now-button": "Registrera nu", + "alternative-registration": "Alternativ registrering", + "terms-of-use": "Användarvillkor", + "agree-to-terms-of-use": "Jag godkänner användarvillkoren", + "terms-of-use-error": "Du måste godkänna användarvillkoren", "registration-added-to-queue": "Din registrering har lagts till i kön. Du kommer att få ett mail när den accepteras av en administratör.", "registration-queue-average-time": "Snittiden för att godkänna medlemskap är %1 timmar %2 minuter.", "registration-queue-auto-approve-time": "Ditt medlemskap på forumet kommer godkännas inom %1 timmar.", "interstitial.intro": "We'd like some additional information in order to update your account…", "interstitial.intro-new": "We'd like some additional information before we can create your account…", "interstitial.errors-found": "Vänligen gå igenom den angivna informationen:", - "gdpr_agree_data": "Jag ger webbsidan mitt medgivande att samla in och behandla min personliga information.", - "gdpr_agree_email": "Jag går med på att få sammanfattningar och notiser från detta forum via e-post.", - "gdpr_consent_denied": "Du måste ge ditt medgivande för att detta forum ska kunna samla in och behandla din information, samt skicka dig e-post.", + "gdpr-agree-data": "Jag ger webbsidan mitt medgivande att samla in och behandla min personliga information.", + "gdpr-agree-email": "Jag går med på att få sammanfattningar och notiser från detta forum via e-post.", + "gdpr-consent-denied": "Du måste ge ditt medgivande för att detta forum ska kunna samla in och behandla din information, samt skicka dig e-post.", "invite.error-admin-only": "Direkt användarregistrering har avaktiverats. Vänligen kontakta en administratör för mer information.", "invite.error-invite-only": "Direkt användarregistrering har avaktiverats. Du måste bli inbjuden av en existerande användare för att få tillgång till forumet.", "invite.error-invalid-data": "Erhållen registreringsdata stämmer inte överens med våra uppgifter. Vänligen kontakta en administratör för mer information." diff --git a/public/language/sv/reset_password.json b/public/language/sv/reset_password.json index 71c6396013..abc374e504 100644 --- a/public/language/sv/reset_password.json +++ b/public/language/sv/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "Återställ lösenord", - "update_password": "Uppdatera lösenord", - "password_changed.title": "Lösenordet ändrat", - "password_changed.message": "

Lösenordet återställt, var god logga in igen.", - "wrong_reset_code.title": "Felaktig återställnings-kod", - "wrong_reset_code.message": "Den mottagna återställningskoden var felaktig. Var god försök igen, eller begär en ny återställningskod.", - "new_password": "Nytt lösenord", - "repeat_password": "Bekräfta lösenord", - "changing_password": "Ändrar lösenord", - "enter_email": "Var god fyll i din e-postadress så skickas ett e-postmeddelande med instruktioner hur du återställer ditt konto.", - "enter_email_address": "Skriv in e-postadress", - "password_reset_sent": "Om den angivna adressen motsvarar ett existerande användarkonto så skickas en epost med en lösenordsåterställning. Vänligen notera att endast en epost per minut kan skickas.", - "invalid_email": "Felaktig e-post / E-post finns inte!", - "password_too_short": "Lösenordet är för kort, var god välj ett annat lösenord.", - "passwords_do_not_match": "De två lösenorden du har fyllt i matchar ej varandra.", - "password_expired": "Ditt lösenord har gått ut, var god välj ett nytt lösenord." + "reset-password": "Återställ lösenord", + "update-password": "Uppdatera lösenord", + "password-changed.title": "Lösenordet ändrat", + "password-changed.message": "

Lösenordet återställt, var god logga in igen.", + "wrong-reset-code.title": "Felaktig återställnings-kod", + "wrong-reset-code.message": "Den mottagna återställningskoden var felaktig. Var god försök igen, eller begär en ny återställningskod.", + "new-password": "Nytt lösenord", + "repeat-password": "Bekräfta lösenord", + "changing-password": "Ändrar lösenord", + "enter-email": "Var god fyll i din e-postadress så skickas ett e-postmeddelande med instruktioner hur du återställer ditt konto.", + "enter-email-address": "Skriv in e-postadress", + "password-reset-sent": "Om den angivna adressen motsvarar ett existerande användarkonto så skickas en epost med en lösenordsåterställning. Vänligen notera att endast en epost per minut kan skickas.", + "invalid-email": "Felaktig e-post / E-post finns inte!", + "password-too-short": "Lösenordet är för kort, var god välj ett annat lösenord.", + "passwords-do-not-match": "De två lösenorden du har fyllt i matchar ej varandra.", + "password-expired": "Ditt lösenord har gått ut, var god välj ett nytt lösenord." } \ No newline at end of file diff --git a/public/language/sv/rewards.json b/public/language/sv/rewards.json new file mode 100644 index 0000000000..f923cf1500 --- /dev/null +++ b/public/language/sv/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "You have been awarded %1 reputation", + "awarded-group-membership": "You have been added to the group %1", + + "essentials/user.reputation-conditional-value": "(Reputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Post Count %1 %2)", + "essentials/user.lastonline-conditional-value": "(Last Online %1 %2)", + "essentials/user.joindate-conditional-value": "(Join Date %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Days Registered %1 %2)" +} \ No newline at end of file diff --git a/public/language/sv/search.json b/public/language/sv/search.json index 70996cc74e..36f20d4f1a 100644 --- a/public/language/sv/search.json +++ b/public/language/sv/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Type to search", - "results_matching": "%1 resultat matchar \"%2\", (%3 sekunder)", + "results-matching": "%1 resultat matchar \"%2\", (%3 sekunder)", "no-matches": "Inga träffar", "advanced-search": "Avancerad sökning", "in": "i", diff --git a/public/language/sv/tags.json b/public/language/sv/tags.json index 9af99f679c..a685122744 100644 --- a/public/language/sv/tags.json +++ b/public/language/sv/tags.json @@ -1,11 +1,17 @@ { "all-tags": "All tags", - "no_tag_topics": "Det finns inga ämnen med denna tagg.", + "no-tag-topics": "Det finns inga ämnen med denna tagg.", "no-tags-found": "No tags found", "tags": "Taggar", - "enter_tags_here": "Fyll i taggar på %1 till %2 tecken här.", - "enter_tags_here_short": "Ange taggar...", - "no_tags": "Det finns inga taggar ännu.", - "select_tags": "Välj Etiketter", - "tag-whitelist": "Tag Whitelist" + "enter-tags-here": "Fyll i taggar på %1 till %2 tecken här.", + "enter-tags-here-short": "Ange taggar...", + "no-tags": "Det finns inga taggar ännu.", + "select-tags": "Välj Etiketter", + "tag-whitelist": "Tag Whitelist", + "watching": "Watching", + "not-watching": "Not Watching", + "watching.description": "Notify me of new topics.", + "not-watching.description": "Do not notify me of new topics.", + "following-tag.message": "You will now be receiving notifications when somebody posts a topic with this tag.", + "not-following-tag.message": "You will not receive notifications when somebody posts a topic with this tag." } \ No newline at end of file diff --git a/public/language/sv/themes/harmony.json b/public/language/sv/themes/harmony.json index f915155306..5e0a65f946 100644 --- a/public/language/sv/themes/harmony.json +++ b/public/language/sv/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page", "settings.autohideBottombar": "Auto hide bottom bar", "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down", + "settings.openSidebars": "Open sidebars", "settings.chatModals": "Enable chat modals" } \ No newline at end of file diff --git a/public/language/sv/top.json b/public/language/sv/top.json index 9d7bf37fd3..2a128a2fbe 100644 --- a/public/language/sv/top.json +++ b/public/language/sv/top.json @@ -1,4 +1,4 @@ { "title": "Topp", - "no_top_topics": "Inga toppämnen" + "no-top-topics": "Inga toppämnen" } \ No newline at end of file diff --git a/public/language/sv/topic.json b/public/language/sv/topic.json index 87fb6c8b54..2896bc8dc3 100644 --- a/public/language/sv/topic.json +++ b/public/language/sv/topic.json @@ -1,20 +1,20 @@ { "topic": "Ämne", "title": "Title", - "no_topics_found": "Inga ämnen hittades!", - "no_posts_found": "Inga inlägg hittades!", - "post_is_deleted": "Detta inlägg är raderat!", - "topic_is_deleted": "Detta ämne är raderat!", + "no-topics-found": "Inga ämnen hittades!", + "no-posts-found": "Inga inlägg hittades!", + "post-is-deleted": "Detta inlägg är raderat!", + "topic-is-deleted": "Detta ämne är raderat!", "profile": "Profil", - "posted_by": "Skapat av %1", - "posted_by_guest": "Inlägg av anonym", + "posted-by": "Skapat av %1", + "posted-by-guest": "Inlägg av anonym", "chat": "Chatt", - "notify_me": "Få notiser om nya svar i detta ämne", + "notify-me": "Få notiser om nya svar i detta ämne", "quote": "Citera", "reply": "Svara", - "replies_to_this_post": "%1 svar", - "one_reply_to_this_post": "Ett svar", - "last_reply_time": "Senaste svaret", + "replies-to-this-post": "%1 svar", + "one-reply-to-this-post": "Ett svar", + "last-reply-time": "Senaste svaret", "reply-as-topic": "Svara som ämne", "guest-login-reply": "Logga in för att posta", "login-to-view": "🔒 Logga in för att visa", @@ -64,129 +64,130 @@ "user-referenced-topic-on": "%1 referenced this topic on %3", "user-forked-topic-ago": "%1 forked this topic %3", "user-forked-topic-on": "%1 forked this topic on %3", - "bookmark_instructions": "Klicka här för att återgå till senast lästa inlägg i detta ämne.", + "bookmark-instructions": "Klicka här för att återgå till senast lästa inlägg i detta ämne.", "flag-post": "Flag this post", "flag-user": "Flag this user", "already-flagged": "Already Flagged", "view-flag-report": "View Flag Report", "resolve-flag": "Resolve Flag", - "merged_message": "This topic has been merged into %2", - "deleted_message": "Det här ämnet har raderats. Endast användare med ämneshanterings-privilegier kan se det.", - "following_topic.message": "Du kommer nu få notiser när någon gör inlägg i detta ämne.", - "not_following_topic.message": "Du kommer att se det här ämnet i listan olästa ämnen, men du kommer inte att få meddelande när någon gör inlägg till detta ämne.", - "ignoring_topic.message": "Du kommer inte längre se detta ämne i listan olästa ämnen. Du kommer att meddelas när du nämns eller ditt inlägg är upp röstat.", - "login_to_subscribe": "Var god registrera eller logga in för att kunna prenumerera på detta ämne.", + "merged-message": "This topic has been merged into %2", + "forked-message": "This topic was forked from %2", + "deleted-message": "Det här ämnet har raderats. Endast användare med ämneshanterings-privilegier kan se det.", + "following-topic.message": "Du kommer nu få notiser när någon gör inlägg i detta ämne.", + "not-following-topic.message": "Du kommer att se det här ämnet i listan olästa ämnen, men du kommer inte att få meddelande när någon gör inlägg till detta ämne.", + "ignoring-topic.message": "Du kommer inte längre se detta ämne i listan olästa ämnen. Du kommer att meddelas när du nämns eller ditt inlägg är upp röstat.", + "login-to-subscribe": "Var god registrera eller logga in för att kunna prenumerera på detta ämne.", "markAsUnreadForAll.success": "Ämne markerat som oläst av alla.", - "mark_unread": "Markera som oläst", - "mark_unread.success": "Ämne markerat som oläst.", + "mark-unread": "Markera som oläst", + "mark-unread.success": "Ämne markerat som oläst.", "watch": "Bevaka", "unwatch": "Sluta bevaka", "watch.title": "Få notis om nya svar till det här ämnet", "unwatch.title": "Sluta bevaka detta ämne", - "share_this_post": "Dela detta inlägg", + "share-this-post": "Dela detta inlägg", "watching": "Bevakar", "not-watching": "Bevakar inte", "ignoring": "Ignorerar", "watching.description": "Meddela mig om nya svar.
Visa ämne i oläst.", "not-watching.description": "Meddela mig inte om nya svar.
Visa ämne i oläst ifall kategorin är ignorerad.", "ignoring.description": "Meddela mig inte om nya svar.
Visa inte ämne i oläst.", - "thread_tools.title": "Ämnesverktyg", - "thread_tools.markAsUnreadForAll": "Markera oläst för alla", - "thread_tools.pin": "Nåla fast ämne", - "thread_tools.unpin": "Lösgör ämne", - "thread_tools.lock": "Lås ämne", - "thread_tools.unlock": "Lås upp ämne", - "thread_tools.move": "Flytta ämne", - "thread_tools.move-posts": "Flytta inlägg", - "thread_tools.move_all": "Flytta alla", - "thread_tools.change_owner": "Ändra ägare", - "thread_tools.select_category": "Välj kategori", - "thread_tools.fork": "Grena ämne", - "thread_tools.tag": "Tag Topic", - "thread_tools.delete": "Ta bort ämne", - "thread_tools.delete-posts": "Radera inlägg", - "thread_tools.delete_confirm": "Är du säker på att du vill ta bort det här ämnet?", - "thread_tools.restore": "Återställ ämne", - "thread_tools.restore_confirm": "Är du säker på att du vill återställa det här ämnet?", - "thread_tools.purge": "Rensa bort ämne", - "thread_tools.purge_confirm": "Är du säker att du vill rensa bort det här ämnet?", - "thread_tools.merge_topics": "Slå samman ämnen", - "thread_tools.merge": "Merge Topic", - "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_undone": "Topic move undone", - "topic_move_posts_success": "Posts will be moved shortly. Click here to undo.", - "topic_move_posts_undone": "Post move undone", - "post_delete_confirm": "Är du säker på att du vill ta bort det här inlägget?", - "post_restore_confirm": "Är du säker på att du vill återställa det här inlägget?", - "post_purge_confirm": "Är du säker att du vill rensa bort det här inlägget?", + "thread-tools.title": "Ämnesverktyg", + "thread-tools.markAsUnreadForAll": "Markera oläst för alla", + "thread-tools.pin": "Nåla fast ämne", + "thread-tools.unpin": "Lösgör ämne", + "thread-tools.lock": "Lås ämne", + "thread-tools.unlock": "Lås upp ämne", + "thread-tools.move": "Flytta ämne", + "thread-tools.move-posts": "Flytta inlägg", + "thread-tools.move-all": "Flytta alla", + "thread-tools.change-owner": "Ändra ägare", + "thread-tools.select-category": "Välj kategori", + "thread-tools.fork": "Grena ämne", + "thread-tools.tag": "Tag Topic", + "thread-tools.delete": "Ta bort ämne", + "thread-tools.delete-posts": "Radera inlägg", + "thread-tools.delete-confirm": "Är du säker på att du vill ta bort det här ämnet?", + "thread-tools.restore": "Återställ ämne", + "thread-tools.restore-confirm": "Är du säker på att du vill återställa det här ämnet?", + "thread-tools.purge": "Rensa bort ämne", + "thread-tools.purge-confirm": "Är du säker att du vill rensa bort det här ämnet?", + "thread-tools.merge-topics": "Slå samman ämnen", + "thread-tools.merge": "Merge Topic", + "topic-move-success": "This topic will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-multiple-success": "These topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-all-success": "All topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-undone": "Topic move undone", + "topic-move-posts-success": "Posts will be moved shortly. Click here to undo.", + "topic-move-posts-undone": "Post move undone", + "post-delete-confirm": "Är du säker på att du vill ta bort det här inlägget?", + "post-restore-confirm": "Är du säker på att du vill återställa det här inlägget?", + "post-purge-confirm": "Är du säker att du vill rensa bort det här inlägget?", "pin-modal-expiry": "Expiration Date", "pin-modal-help": "You can optionally set an expiration date for the pinned topic(s) here. Alternatively, you can leave this field blank to have the topic stay pinned until it is manually unpinned.", - "load_categories": "Laddar kategorier", - "confirm_move": "Flytta", - "confirm_fork": "Grena", + "load-categories": "Laddar kategorier", + "confirm-move": "Flytta", + "confirm-fork": "Grena", "bookmark": "Bokmärke", "bookmarks": "Bokmärken", - "bookmarks.has_no_bookmarks": "Du har inte bokmärkt några inlägg ännu.", + "bookmarks.has-no-bookmarks": "Du har inte bokmärkt några inlägg ännu.", "copy-permalink": "Copy Permalink", - "loading_more_posts": "Laddar fler inlägg", - "move_topic": "Flytta ämne", - "move_topics": "Flytta ämnen", - "move_post": "Flytta inlägg", - "post_moved": "Inlägget flyttades.", - "fork_topic": "Grena ämne", + "loading-more-posts": "Laddar fler inlägg", + "move-topic": "Flytta ämne", + "move-topics": "Flytta ämnen", + "move-post": "Flytta inlägg", + "post-moved": "Inlägget flyttades.", + "fork-topic": "Grena ämne", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", - "fork_no_pids": "Inga inlägg valda!", + "fork-topic-instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", + "fork-no-pids": "Inga inlägg valda!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", "x-posts-will-be-moved-to-y": "%1 post(s) will be moved to \"%2\"", - "fork_pid_count": "%1 inlägg vald(a)", - "fork_success": "Ämnet har blivit förgrenat. Klicka här för att gå till det förgrenade ämnet.", - "delete_posts_instruction": "Klicka på inläggen du vill radera/rensa bort", - "merge_topics_instruction": "Klicka på de ämen du vill slå ihop eller sök efter dem", + "fork-pid-count": "%1 inlägg vald(a)", + "fork-success": "Ämnet har blivit förgrenat. Klicka här för att gå till det förgrenade ämnet.", + "delete-posts-instruction": "Klicka på inläggen du vill radera/rensa bort", + "merge-topics-instruction": "Klicka på de ämen du vill slå ihop eller sök efter dem", "merge-topic-list-title": "Lista av ämnen att slå ihop", "merge-options": "Ihopslagningsverktyg", "merge-select-main-topic": "Select the main topic", "merge-new-title-for-topic": "Ny titel för ämne", "topic-id": "Topic ID", - "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", - "move_topic_instruction": "Select the target category and then click move", - "change_owner_instruction": "Klicka på de inlägg du vill tilldela en annan användare", - "composer.title_placeholder": "Skriv in ämnets titel här...", - "composer.handle_placeholder": "Skriv ditt namn/användarnamn här", + "move-posts-instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move-topic-instruction": "Select the target category and then click move", + "change-owner-instruction": "Klicka på de inlägg du vill tilldela en annan användare", + "composer.title-placeholder": "Skriv in ämnets titel här...", + "composer.handle-placeholder": "Skriv ditt namn/användarnamn här", "composer.hide": "Hide", "composer.discard": "Avbryt", "composer.submit": "Skicka", "composer.additional-options": "Ytterligare val", "composer.post-later": "Post Later", "composer.schedule": "Schemalägg", - "composer.replying_to": "Svarar till %1", - "composer.new_topic": "Nytt ämne", + "composer.replying-to": "Svarar till %1", + "composer.new-topic": "Nytt ämne", "composer.editing-in": "Editing post in %1", "composer.uploading": "laddar upp...", - "composer.thumb_url_label": "Klistra in URL till tumnagel för ämnet", - "composer.thumb_title": "Lägg till tumnagel för detta ämne", - "composer.thumb_url_placeholder": "http://example.com/thumb.png", - "composer.thumb_file_label": "Eller ladda upp en fil", - "composer.thumb_remove": "Töm fält", - "composer.drag_and_drop_images": "Dra och släpp bilder här", - "more_users_and_guests": "%1 fler användare och %2 gäst(er)", - "more_users": "%1 fler användare", - "more_guests": "1% fler gäst(er)", - "users_and_others": "%1 och %2 andra", - "sort_by": "Sortera på", - "oldest_to_newest": "Äldst till nyaste", - "newest_to_oldest": "Nyaste till äldst", - "most_votes": "Flest röster", - "most_posts": "Flest inlägg", - "most_views": "Most Views", + "composer.thumb-url-label": "Klistra in URL till tumnagel för ämnet", + "composer.thumb-title": "Lägg till tumnagel för detta ämne", + "composer.thumb-url-placeholder": "http://example.com/thumb.png", + "composer.thumb-file-label": "Eller ladda upp en fil", + "composer.thumb-remove": "Töm fält", + "composer.drag-and-drop-images": "Dra och släpp bilder här", + "more-users-and-guests": "%1 fler användare och %2 gäst(er)", + "more-users": "%1 fler användare", + "more-guests": "1% fler gäst(er)", + "users-and-others": "%1 och %2 andra", + "sort-by": "Sortera på", + "oldest-to-newest": "Äldst till nyaste", + "newest-to-oldest": "Nyaste till äldst", + "most-votes": "Flest röster", + "most-posts": "Flest inlägg", + "most-views": "Most Views", "stale.title": "Skapa nytt ämne istället?", "stale.warning": "Ämnet du svarar på är ganska gammalt. Vill du skapa ett nytt ämne istället och inkludera en referens till det här ämnet i ditt inlägg?", "stale.create": "Skapa nytt ämne", - "stale.reply_anyway": "Svara på ämnet ändå", - "link_back": "Re: [%1](%2)", + "stale.reply-anyway": "Svara på ämnet ändå", + "link-back": "Re: [%1](%2)", "diffs.title": "Redigeringshistorik för post", "diffs.description": "Detta inlägg har %1 revisioner. Klicka på en av revisionerna nedan för att se det dåvarande innehållet i inlägget.", "diffs.no-revisions-description": "Detta inlägg har %1 revisioner.", @@ -197,8 +198,8 @@ "diffs.post-restored": "Inlägg lyckades återskapas till tidigare redigering", "diffs.delete": "Ta bort den här redigeringen", "diffs.deleted": "Redigering borttagen", - "timeago_later": "%1 senare", - "timeago_earlier": "%1 tidigare", + "timeago-later": "%1 senare", + "timeago-earlier": "%1 tidigare", "first-post": "Första inlägget", "last-post": "Sista inlägget", "go-to-my-next-post": "Go to my next post", diff --git a/public/language/sv/unread.json b/public/language/sv/unread.json index 9b529c7249..3ad68ffe1a 100644 --- a/public/language/sv/unread.json +++ b/public/language/sv/unread.json @@ -1,12 +1,12 @@ { "title": "Olästa", - "no_unread_topics": "Det finns inga olästa ämnen.", - "load_more": "Ladda fler", - "mark_as_read": "Markera som läst", + "no-unread-topics": "Det finns inga olästa ämnen.", + "load-more": "Ladda fler", + "mark-as-read": "Markera som läst", "selected": "Vald", "all": "Alla", - "all_categories": "Alla kategorier", - "topics_marked_as_read.success": "Ämnet markerat som läst.", + "all-categories": "Alla kategorier", + "topics-marked-as-read.success": "Ämnet markerat som läst.", "all-topics": "Alla ämnen", "new-topics": "Nya ämnen", "watched-topics": "Bevakade ämnen", diff --git a/public/language/sv/user.json b/public/language/sv/user.json index 52ba3b01c7..ba6a4c3566 100644 --- a/public/language/sv/user.json +++ b/public/language/sv/user.json @@ -7,22 +7,22 @@ "joindate": "Gick med", "postcount": "Antal inlägg", "email": "E-post", - "confirm_email": "Bekräfta e-postadress ", - "account_info": "Konto", - "admin_actions_label": "Administrativa åtgärder", - "ban_account": "Bannlys konto", - "ban_account_confirm": "Vill du verkligen bannlysa den här användaren?", - "unban_account": "Ta bort bannlysning", - "mute_account": "Mute Account", - "unmute_account": "Unmute Account", - "delete_account": "Ta bort ämne", - "delete_account_as_admin": "Radera Konto", - "delete_content": "Radera Kontots Innehåll", - "delete_all": "Radera Konto samt Kontots Innehåll ", - "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", - "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", - "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", - "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "confirm-email": "Bekräfta e-postadress", + "account-info": "Konto", + "admin-actions-label": "Administrativa åtgärder", + "ban-account": "Bannlys konto", + "ban-account-confirm": "Vill du verkligen bannlysa den här användaren?", + "unban-account": "Ta bort bannlysning", + "mute-account": "Mute Account", + "unmute-account": "Unmute Account", + "delete-account": "Ta bort ämne", + "delete-account-as-admin": "Radera Konto", + "delete-content": "Radera Kontots Innehåll", + "delete-all": "Radera Konto samt Kontots Innehåll", + "delete-account-confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", + "delete-this-account-confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", + "delete-account-content-confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "delete-all-confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", "account-deleted": "Kontot raderat", "account-content-deleted": "Kontots innehåll raderat", "fullname": "Hela namnet", @@ -32,11 +32,12 @@ "joined": "Gick med", "lastonline": "Senast online", "profile": "Profil", - "profile_views": "Profil-visningar", + "profile-views": "Profil-visningar", "reputation": "Rykte", "bookmarks": "Bokmärken", - "watched_categories": "Bevakade kategorier", - "change_all": "Ändra alla", + "watched-categories": "Bevakade kategorier", + "watched-tags": "Watched tags", + "change-all": "Ändra alla", "watched": "Bevakad", "ignored": "Ignorerad", "default-category-watch-state": "Förvalt bevakningsläge för kategori", @@ -44,83 +45,84 @@ "following": "Följer", "blocks": "Blockerar", "blocked-users": "Blockerade användare", - "block_toggle": "Ändra blockeringsinställning", - "block_user": "Blockera användare", - "unblock_user": "Sluta blockera användare", + "block-toggle": "Ändra blockeringsinställning", + "block-user": "Blockera användare", + "unblock-user": "Sluta blockera användare", "aboutme": "Om mig", "signature": "Signatur", "birthday": "Födelsedag", "chat": "Chatta", - "chat_with": "Fortsätt chatt med %1", - "new_chat_with": "Påbörja ny chatt med %1", + "chat-with": "Fortsätt chatt med %1", + "new-chat-with": "Påbörja ny chatt med %1", "flag-profile": "Flagga profil", "follow": "Följ", "unfollow": "Sluta följ", "more": "Mer", - "profile_update_success": "Profilen uppdaterades.", - "change_picture": "Ändra bild", - "change_username": "Ändra användarnamn", - "change_email": "Ändra e-postadress", - "email_same_as_password": "Vänligen skriv ditt lösenord flr att fortsätta – du har angett din nya epost igen", + "profile-update-success": "Profilen uppdaterades.", + "change-picture": "Ändra bild", + "change-username": "Ändra användarnamn", + "change-email": "Ändra e-postadress", + "email-updated": "Email Updated", + "email-same-as-password": "Vänligen skriv ditt lösenord flr att fortsätta – du har angett din nya epost igen", "edit": "Ändra", "edit-profile": "Redigera profil", - "default_picture": "Standard-ikon", - "uploaded_picture": "Uppladdad bild", - "upload_new_picture": "Ladda upp ny bild", - "upload_new_picture_from_url": "Ladda upp ny bild via länk", - "current_password": "Nuvarande lösenord", - "new_password": "Nytt lösenord", - "change_password": "Ändra lösenord", - "change_password_error": "Ogiltigt lösenord.", - "change_password_error_wrong_current": "Ditt nuvarande lösenord är inte korrekt.", - "change_password_error_match": "Lösenorden måste stämma överens.", - "change_password_error_privileges": "Du har inte rättigheter att ändra det här lösenordet.", - "change_password_success": "Ditt lösenord är uppdaterat.", - "confirm_password": "Bekräfta lösenord", + "default-picture": "Standard-ikon", + "uploaded-picture": "Uppladdad bild", + "upload-new-picture": "Ladda upp ny bild", + "upload-new-picture-from-url": "Ladda upp ny bild via länk", + "current-password": "Nuvarande lösenord", + "new-password": "Nytt lösenord", + "change-password": "Ändra lösenord", + "change-password-error": "Ogiltigt lösenord.", + "change-password-error-wrong-current": "Ditt nuvarande lösenord är inte korrekt.", + "change-password-error-match": "Lösenorden måste stämma överens.", + "change-password-error-privileges": "Du har inte rättigheter att ändra det här lösenordet.", + "change-password-success": "Ditt lösenord är uppdaterat.", + "confirm-password": "Bekräfta lösenord", "password": "Lösenord", - "username_taken_workaround": "Användarnamnet är redan upptaget, så vi förändrade det lite. Du kallas nu för %1", - "password_same_as_username": "Ditt lösenord är samma som ditt användarnamn, välj ett annat lösenord.", - "password_same_as_email": "Ditt lösenord är detsamma som din e-postadress. Var god välj ett annat lösenord.", - "weak_password": "Svagt lösenord", - "upload_picture": "Ladda upp bild", - "upload_a_picture": "Ladda upp en bild", - "remove_uploaded_picture": "Ta bort uppladdad bild", - "upload_cover_picture": "Ladda upp omslagsbild", - "remove_cover_picture_confirm": "Är du säker att du vill radera profilbilden?", - "crop_picture": "Beskär bild", - "upload_cropped_picture": "Beskär och ladda upp", + "username-taken-workaround": "Användarnamnet är redan upptaget, så vi förändrade det lite. Du kallas nu för %1", + "password-same-as-username": "Ditt lösenord är samma som ditt användarnamn, välj ett annat lösenord.", + "password-same-as-email": "Ditt lösenord är detsamma som din e-postadress. Var god välj ett annat lösenord.", + "weak-password": "Svagt lösenord", + "upload-picture": "Ladda upp bild", + "upload-a-picture": "Ladda upp en bild", + "remove-uploaded-picture": "Ta bort uppladdad bild", + "upload-cover-picture": "Ladda upp omslagsbild", + "remove-cover-picture-confirm": "Är du säker att du vill radera profilbilden?", + "crop-picture": "Beskär bild", + "upload-cropped-picture": "Beskär och ladda upp", "avatar-background-colour": "Bakgrundsfärg för avatar", "settings": "Inställningar", - "show_email": "Visa min e-postadress", - "show_fullname": "Visa fullständigt namn", - "restrict_chats": "Tillåt endast chatt-meddelanden från användare som jag följer", - "digest_label": "Prenumerera på sammanställt flöde", - "digest_description": "Prenumerera på e-postuppdateringar för det här forumet (notiser och ämnen) med en viss regelbundenhet", - "digest_off": "Avslagen", - "digest_daily": "Dagligen", - "digest_weekly": "Veckovis", - "digest_biweekly": "Varannan vecka", - "digest_monthly": "Månadsvis", - "has_no_follower": "Denna användare har inga följare :(", - "follows_no_one": "Denna användare följer ingen :(", - "has_no_posts": "Användaren har inte skrivit några inlägg ännu.", - "has_no_best_posts": "This user does not have any upvoted posts yet.", - "has_no_topics": "Användaren har inte postat några ämnen ännu.", - "has_no_watched_topics": "Användaren har inte bevakat några ämnen ännu.", - "has_no_ignored_topics": "Denna användare ignorerar inte några ämnen ännu.", - "has_no_upvoted_posts": "Den här användaren har inte röstat upp några inlägg än.", - "has_no_downvoted_posts": "Den här användaren har inte röstat ned några inlägg än.", - "has_no_controversial_posts": "This user does not have any downvoted posts yet.", - "has_no_blocks": "Du har inte blockerat några användare.", - "email_hidden": "E-post dold", + "show-email": "Visa min e-postadress", + "show-fullname": "Visa fullständigt namn", + "restrict-chats": "Tillåt endast chatt-meddelanden från användare som jag följer", + "digest-label": "Prenumerera på sammanställt flöde", + "digest-description": "Prenumerera på e-postuppdateringar för det här forumet (notiser och ämnen) med en viss regelbundenhet", + "digest-off": "Avslagen", + "digest-daily": "Dagligen", + "digest-weekly": "Veckovis", + "digest-biweekly": "Varannan vecka", + "digest-monthly": "Månadsvis", + "has-no-follower": "Denna användare har inga följare :(", + "follows-no-one": "Denna användare följer ingen :(", + "has-no-posts": "Användaren har inte skrivit några inlägg ännu.", + "has-no-best-posts": "This user does not have any upvoted posts yet.", + "has-no-topics": "Användaren har inte postat några ämnen ännu.", + "has-no-watched-topics": "Användaren har inte bevakat några ämnen ännu.", + "has-no-ignored-topics": "Denna användare ignorerar inte några ämnen ännu.", + "has-no-upvoted-posts": "Den här användaren har inte röstat upp några inlägg än.", + "has-no-downvoted-posts": "Den här användaren har inte röstat ned några inlägg än.", + "has-no-controversial-posts": "This user does not have any downvoted posts yet.", + "has-no-blocks": "Du har inte blockerat några användare.", + "email-hidden": "E-post dold", "hidden": "dold", - "paginate_description": "Gör så att ämnen och inlägg visas som sidor istället för oändlig skroll", - "topics_per_page": "Ämnen per sida", - "posts_per_page": "Inlägg per sida", + "paginate-description": "Gör så att ämnen och inlägg visas som sidor istället för oändlig skroll", + "topics-per-page": "Ämnen per sida", + "posts-per-page": "Inlägg per sida", "category-topic-sort": "Category topic sort", "topic-post-sort": "Topic post sort", - "max_items_per_page": "Maximalt %1", - "acp_language": "Språk för administratörssida", + "max-items-per-page": "Maximalt %1", + "acp-language": "Språk för administratörssida", "notifications": "Notifieringar", "upvote-notif-freq": "Notisfrekvens för uppröstningar", "upvote-notif-freq.all": "Alla uppröstningar", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "Varje 10, 100, 1000...", "upvote-notif-freq.disabled": "Avstängd", "browsing": "Inställning för bläddring", - "open_links_in_new_tab": "Öppna utgående länkar i ny flik", - "enable_topic_searching": "Aktivera sökning inom ämne", - "topic_search_help": "Om aktiverat kommer sökning inom ämne överskrida webbläsarens vanliga funktionen för sökning bland sidor och tillåta dig att söka genom hela ämnet istället för det som endast visas på skärmen.", - "update_url_with_post_index": "Update url with post index while browsing topics", - "scroll_to_my_post": "Visa det nya inlägget när ett svar har postats", - "follow_topics_you_reply_to": "Bevaka ämnen som du svarat på", - "follow_topics_you_create": "Bevaka ämnen som du skapat", + "open-links-in-new-tab": "Öppna utgående länkar i ny flik", + "enable-topic-searching": "Aktivera sökning inom ämne", + "topic-search-help": "Om aktiverat kommer sökning inom ämne överskrida webbläsarens vanliga funktionen för sökning bland sidor och tillåta dig att söka genom hela ämnet istället för det som endast visas på skärmen.", + "update-url-with-post-index": "Update url with post index while browsing topics", + "scroll-to-my-post": "Visa det nya inlägget när ett svar har postats", + "follow-topics-you-reply-to": "Bevaka ämnen som du svarat på", + "follow-topics-you-create": "Bevaka ämnen som du skapat", "grouptitle": "Grupptitel", "group-order-help": "Välj en grupp och använd piltangenterna för att ordna rubriker", "no-group-title": "Ingen titel på gruppen", @@ -145,9 +147,9 @@ "no-skin": "No Skin", "select-homepage": "Välj en startsida", "homepage": "Startsida", - "homepage_description": "Välj en sida som ska användas som forumets startsida eller 'Ingen' för att använda standardstartsidan.", - "custom_route": "Sökväg till egen startsida", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", + "homepage-description": "Välj en sida som ska användas som forumets startsida eller 'Ingen' för att använda standardstartsidan.", + "custom-route": "Sökväg till egen startsida", + "custom-route-help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Single Sign-on-tjänster", "sso.associated": "Associerad med", "sso.not-associated": "Klicka här för att associera med", @@ -179,25 +181,25 @@ "consent.title": "Dina rättigheter och Medgivande", "consent.lead": "Detta forum samlar och behandlar din personliga information.", "consent.intro": "Vi använder denna information endast i syfte att personligt anpassa din upplevelse i denna gemenskap, och för att associera de inlägg du gör till ditt användarkonto. När du registrerade dig blev du ombedd att ange ett användarnamn och en e-postadress, du kan även frivilligt ange ytterligare information för att komplettera din användarprofil på denna webbsida.

Vi sparar denna information så länge som du har ett konto hos oss, och du kan dra tillbaks ditt medgivande när som helst genom att radera ditt konto. Du kan är som helst efterfråga en kopia av din information på denna webbplats, genom sidan Rättigheter och Medgivande.

Om du har några frågor eller funderingar rekommenderar vi att du tar kontakt med detta forums administrativa team.", - "consent.email_intro": "Vi kan då och då skicka e-post till din registrerade e-postadress för att meddela om uppdateringar och/eller informera dig om ny aktivitet som är relevant för dig. Du kan ändra hur ofta vi skickar forumsammanfattningar (eller stänga av det helt), och ändra vilka sorters uppdateringar du vill få genom dina användarinställningar.", - "consent.digest_frequency": "Såvida du inte ändrat detta i dina användarinställningar, skickar detta forum e-postsammanfattningar varje %1", - "consent.digest_off": "Såvida du inte ändrat detta i dina användarinställningar, skickar detta forum inte ut e-postsammanfattningar", + "consent.email-intro": "Vi kan då och då skicka e-post till din registrerade e-postadress för att meddela om uppdateringar och/eller informera dig om ny aktivitet som är relevant för dig. Du kan ändra hur ofta vi skickar forumsammanfattningar (eller stänga av det helt), och ändra vilka sorters uppdateringar du vill få genom dina användarinställningar.", + "consent.digest-frequency": "Såvida du inte ändrat detta i dina användarinställningar, skickar detta forum e-postsammanfattningar varje %1", + "consent.digest-off": "Såvida du inte ändrat detta i dina användarinställningar, skickar detta forum inte ut e-postsammanfattningar", "consent.received": "Du har givit denna webbsida medgivande att samla in och behandla din information. Inga ytterligare handlingar krävs.", - "consent.not_received": "Du har inte givit medgivande för datainsamling och -behandling. Denna webbsidas administration kan närsomhelst besluta att radera ditt konto för att uppfylla GDPR.", + "consent.not-received": "Du har inte givit medgivande för datainsamling och -behandling. Denna webbsidas administration kan närsomhelst besluta att radera ditt konto för att uppfylla GDPR.", "consent.give": "Ge medgivande", - "consent.right_of_access": "Du har rätten till tillgång", - "consent.right_of_access_description": "Du har rätten att hämta all data denna webbsida samlar om dig när som helst. Du han hämta en kopia av denna data genom att trycka på knappen nedan.", - "consent.right_to_rectification": "Du har rätten till rättelse", - "consent.right_to_rectification_description": "Du har rätt att ändra eller uppdatera all inkorrekt data som du har givit oss. Din profil kan uppdateras genom att ändra din profil, och innehåll i poster kan alltid redigeras. Om detta inte skulle vara fallet, vänligen kontakta detta forums administrativa team.", - "consent.right_to_erasure": "Du har rätt till borttagning", - "consent.right_to_erasure_description": "Du kan när som helst ta tillbaka ditt medgivande till datainsamling och/eller behandling genom att radera ditt konto. Din individuella profil kan raderas, men innehåll du lagt upp kommer bestå. Om du vill radera både din profiloch ditt innehåll, vänligen kontakta detta forums administrativa team.", - "consent.right_to_data_portability": "Du har rätten till dataförflyttbarhet", - "consent.right_to_data_portability_description": "Du kan hämta en maskinläslig export av all insamlad data om dig och ditt konto. Du kan göra det genom att klicka på passande knapp nedan.", - "consent.export_profile": "Exportera profil (.json)", + "consent.right-of-access": "Du har rätten till tillgång", + "consent.right-of-access-description": "Du har rätten att hämta all data denna webbsida samlar om dig när som helst. Du han hämta en kopia av denna data genom att trycka på knappen nedan.", + "consent.right-to-rectification": "Du har rätten till rättelse", + "consent.right-to-rectification-description": "Du har rätt att ändra eller uppdatera all inkorrekt data som du har givit oss. Din profil kan uppdateras genom att ändra din profil, och innehåll i poster kan alltid redigeras. Om detta inte skulle vara fallet, vänligen kontakta detta forums administrativa team.", + "consent.right-to-erasure": "Du har rätt till borttagning", + "consent.right-to-erasure-description": "Du kan när som helst ta tillbaka ditt medgivande till datainsamling och/eller behandling genom att radera ditt konto. Din individuella profil kan raderas, men innehåll du lagt upp kommer bestå. Om du vill radera både din profiloch ditt innehåll, vänligen kontakta detta forums administrativa team.", + "consent.right-to-data-portability": "Du har rätten till dataförflyttbarhet", + "consent.right-to-data-portability-description": "Du kan hämta en maskinläslig export av all insamlad data om dig och ditt konto. Du kan göra det genom att klicka på passande knapp nedan.", + "consent.export-profile": "Exportera profil (.json)", "consent.export-profile-success": "Exporting profile, you will get a notification when it is complete.", - "consent.export_uploads": "Exportera uppladdat innehåll (.zip)", + "consent.export-uploads": "Exportera uppladdat innehåll (.zip)", "consent.export-uploads-success": "Exporting uploads, you will get a notification when it is complete.", - "consent.export_posts": "Exportera poster (.csv)", + "consent.export-posts": "Exportera poster (.csv)", "consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.", "emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.", "emailUpdate.optional": "This field is optional. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.", diff --git a/public/language/sv/users.json b/public/language/sv/users.json index 9187cf796e..6c5a2a354a 100644 --- a/public/language/sv/users.json +++ b/public/language/sv/users.json @@ -1,13 +1,13 @@ { "all-users": "Alla användare", - "latest_users": "Senaste användarna", - "top_posters": "Flest inlägg", - "most_reputation": "Bäst rykte", - "most_flags": "Mest flaggade", + "latest-users": "Senaste användarna", + "top-posters": "Flest inlägg", + "most-reputation": "Bäst rykte", + "most-flags": "Mest flaggade", "search": "Sök", - "enter_username": "Ange ett användarnamn för att söka", + "enter-username": "Ange ett användarnamn för att söka", "search-user-for-chat": "Search for a user to start chat", - "load_more": "Ladda fler", + "load-more": "Ladda fler", "users-found-search-took": "%1 användare hittades! Sökningen tog %2 sekunder.", "filter-by": "Filtrera på", "online-only": "Endast online", @@ -15,10 +15,10 @@ "prompt-email": "Emails:", "groups-to-join": "Grupper att ansluta till när inbjudan är accepterad:", "invitation-email-sent": "En inbjudan har skickats till %1", - "user_list": "Användarlista", - "recent_topics": "Senaste ämnen", - "popular_topics": "Populära ämnen", - "unread_topics": "Olästa ämnen", + "user-list": "Användarlista", + "recent-topics": "Senaste ämnen", + "popular-topics": "Populära ämnen", + "unread-topics": "Olästa ämnen", "categories": "Kategorier", "tags": "Taggar", "no-users-found": "Inga användare hittades!" diff --git a/public/language/th/admin/advanced/database.json b/public/language/th/admin/advanced/database.json index 8dd1c7931c..e01bf5d723 100644 --- a/public/language/th/admin/advanced/database.json +++ b/public/language/th/admin/advanced/database.json @@ -17,7 +17,7 @@ "mongo.file-size": "ขนาดไฟล์", "mongo.resident-memory": "หน่วยความจำถาวร", "mongo.virtual-memory": "หน่วยความจำเสมือน", - "mongo.mapped-memory": "เส้นทางหน่วยความจำ", + "mongo.mapped-memory": "Mapped Memory", "mongo.bytes-in": "Bytes In", "mongo.bytes-out": "Bytes Out", "mongo.num-requests": "Number of Requests", diff --git a/public/language/th/admin/advanced/events.json b/public/language/th/admin/advanced/events.json index 1cd0c87bb1..52746558d3 100644 --- a/public/language/th/admin/advanced/events.json +++ b/public/language/th/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "Event Type", "filter-start": "Start Date", "filter-end": "End Date", - "filter-perPage": "Per Page" + "filter-per-page": "Per Page" } \ No newline at end of file diff --git a/public/language/th/admin/extend/widgets.json b/public/language/th/admin/extend/widgets.json index ab3a4b11d2..5d2832feed 100644 --- a/public/language/th/admin/extend/widgets.json +++ b/public/language/th/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "No widgets found! Activate the widget essentials plugin in the plugins control panel.", "clone-from": "Clone widgets from", "containers.available": "Available Containers", - "containers.explanation": "Drag and drop on top of any active widget", + "containers.explanation": "Drag and drop on top of any widget", "containers.none": "None", "container.well": "Well", "container.jumbotron": "Jumbotron", @@ -29,5 +29,7 @@ "hide-from-groups": "Hide from groups", "start-date": "Start date", "end-date": "End date", - "hide-on-mobile": "Hide on mobile" + "hide-on-mobile": "Hide on mobile", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/th/admin/manage/privileges.json b/public/language/th/admin/manage/privileges.json index 9af075bcfa..240cff6aa5 100644 --- a/public/language/th/admin/manage/privileges.json +++ b/public/language/th/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "Edit Privileges", "select-clear-all": "Select/Clear All", "chat": "Chat", + "chat-with-privileged": "Chat with Privileged", "upload-images": "Upload Images", "upload-files": "Upload Files", "signature": "Signature", @@ -33,7 +34,7 @@ "edit-posts": "Edit Posts", "view-edit-history": "View Edit History", "delete-posts": "Delete Posts", - "view_deleted": "View Deleted Posts", + "view-deleted": "View Deleted Posts", "upvote-posts": "Upvote Posts", "downvote-posts": "Downvote Posts", "delete-topics": "Delete Topics", diff --git a/public/language/th/admin/manage/users.json b/public/language/th/admin/manage/users.json index a3cfe00931..ae77c5372e 100644 --- a/public/language/th/admin/manage/users.json +++ b/public/language/th/admin/manage/users.json @@ -4,16 +4,21 @@ "edit": "Actions", "make-admin": "ทำให้เป็นแอดมิน", "remove-admin": "ยกเลิกการเป็นแอดมิน", + "change-email": "Change Email", + "new-email": "New Email", "validate-email": "ยืนยันอีเมล", "send-validation-email": "ส่งอีเมลยืนยัน", + "change-password": "Change Password", "password-reset-email": "ส่งการล้างค่ารหัสผ่านทางอีเมล", "force-password-reset": "Force Password Reset & Log User Out", - "ban": "ผู้ใช้งานที่โดนแบน", + "ban": "Ban", + "ban-users": "Ban User(s)", "temp-ban": "ผู้ใช้งานที่โดนแบนชั่วคราว", "unban": "ยกเลิกการแบนผู้ใช้งาน", "reset-lockout": "ยกเลิกการกักกัน", "reset-flags": "ยกเลิกการการเฝ้าระวัง", - "delete": "Delete User(s)", + "delete": "Delete", + "delete-users": "Delete User(s)", "delete-content": "Delete User(s) Content", "purge": "Delete User(s) and Content", "download-csv": "ดาวน์โหลด CSV", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "แบน %1 ผู้ใช้งาน", "alerts.unban-success": "ยกเลิกการแบนผู้ใช้งาน", "alerts.lockout-reset-success": "ยกเลิกการกักกัน", + "alerts.password-change-success": "Password(s) changed!", "alerts.flag-reset-success": "ยกเลิกการติดตาม", "alerts.no-remove-yourself-admin": "คุณไม่สามารถที่จะยกเลิกตัวเองจากการเป็นผู้ดูแลระบบ", "alerts.make-admin-success": "ขณะนี้ผู้ใช้เป็นผู้ดูแลระบบแล้ว", @@ -106,6 +112,7 @@ "alerts.create": "สร้างผู้ใช้งาน", "alerts.button-create": "สร้าง", "alerts.button-cancel": "ยกเลิก", + "alerts.button-change": "Change", "alerts.error-passwords-different": "รหัสผ่านจะต้องเหมือนกัน! ", "alerts.error-x": "ผิดพลาด

%1

", "alerts.create-success": "ผู้ใช้งานถูกสร้าง!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "Emails: ", "alerts.email-sent-to": "อีเมลคำเชิญถูกส่งไปที่ %1", "alerts.x-users-found": "%1 user(s) found, (%2 seconds)", + "alerts.select-a-single-user-to-change-email": "Select a single user to change email", "export-users-started": "Exporting users as csv, this might take a while. You will receive a notification when it is complete.", - "export-users-completed": "Users exported as csv, click here to download." + "export-users-completed": "Users exported as csv, click here to download.", + "email": "Email", + "password": "Password", + "manage": "Manage" } \ No newline at end of file diff --git a/public/language/th/admin/settings/chat.json b/public/language/th/admin/settings/chat.json index 21e4c4c0a1..5b989f012c 100644 --- a/public/language/th/admin/settings/chat.json +++ b/public/language/th/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "Enter 0 to disable this restriction", "chat-settings": "ตั้งค่าแชท", "disable": "ปิดการใช้งานแชท", "disable-editing": "ปิดการแก้ไข และการลบแชท", @@ -6,8 +7,10 @@ "max-length": "จำนวนอักขระมากที่มากที่สุดต่อแชท", "max-chat-room-name-length": "Maximum length of chat room names", "max-room-size": "จำนวนผู้ใช้ในห้องแชทมากที่สุด", - "delay": "Time between chat messages in milliseconds", - "notification-delay": "Notification delay for chat messages. (0 for no delay)", - "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable. (0 disabled)", - "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable. (0 disabled)" + "delay": "Time between chat messages (ms)", + "newbieDelay": "... for new users (ms)", + "notification-delay": "Notification delay for chat messages", + "notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.", + "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.", + "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable." } \ No newline at end of file diff --git a/public/language/th/admin/settings/post.json b/public/language/th/admin/settings/post.json index 9dc61afe57..9de7dc76fa 100644 --- a/public/language/th/admin/settings/post.json +++ b/public/language/th/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "Title Length", "restrictions.post-length": "Post Length", "restrictions.days-until-stale": "Days until topic is considered stale", - "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic.", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "Timestamp", "timestamp.cut-off": "Date cut-off (in days)", "timestamp.cut-off-help": "Dates & times will be shown in a relative manner (e.g. \"3 hours ago\" / \"5 days ago\"), and localised into various\n\t\t\t\t\tlanguages. After a certain point, this text can be switched to display the localised date itself\n\t\t\t\t\t(e.g. 5 Nov 2016 15:30).
(Default: 30, or one month). Set to 0 to always display dates, leave blank to always display relative times.", diff --git a/public/language/th/admin/settings/user.json b/public/language/th/admin/settings/user.json index ddb30fa097..65cd91d437 100644 --- a/public/language/th/admin/settings/user.json +++ b/public/language/th/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "Username or Email", "allow-login-with.username": "Username Only", "account-settings": "Account Settings", - "gdpr_enabled": "Enable GDPR consent collection", - "gdpr_enabled_help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", + "gdpr-enabled": "Enable GDPR consent collection", + "gdpr-enabled-help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", "disable-username-changes": "Disable username changes", "disable-email-changes": "Disable email changes", "disable-password-changes": "Disable password changes", diff --git a/public/language/th/category.json b/public/language/th/category.json index 523faf142b..0a20f0c192 100644 --- a/public/language/th/category.json +++ b/public/language/th/category.json @@ -1,12 +1,12 @@ { "category": "หมวดหมู่", "subcategories": "หมวดหมู่ย่อย", - "new_topic_button": "ตั้งกระทู้", + "new-topic-button": "ตั้งกระทู้", "guest-login-post": "เข้าสู่ระบบเพื่อโพสต์", - "no_topics": "ยังไม่มีกระทู้ในหมวดนี้
โพสต์กระทู้แรก?", + "no-topics": "ยังไม่มีกระทู้ในหมวดนี้
โพสต์กระทู้แรก?", "browsing": "เรียกดู", - "no_replies": "ยังไม่มีใครตอบ", - "no_new_posts": "ไม่มีกระทู้ใหม่", + "no-replies": "ยังไม่มีใครตอบ", + "no-new-posts": "ไม่มีกระทู้ใหม่", "watch": "ตามดู", "ignore": "ไม่ต้องสนใจอีก", "watching": "กำลังตามดู", diff --git a/public/language/th/email.json b/public/language/th/email.json index 599b3c6c46..7daeb735c8 100644 --- a/public/language/th/email.json +++ b/public/language/th/email.json @@ -3,8 +3,8 @@ "password-reset-requested": "Password Reset Requested!", "welcome-to": "ยินดีต้อนรับ %1", "invite": "คำเชิญจาก %1", - "greeting_no_name": "สวัสดี", - "greeting_with_name": "สวัสดี %1", + "greeting-no-name": "สวัสดี", + "greeting-with-name": "สวัสดี %1", "email.verify-your-email.subject": "Please verify your email", "email.verify.text1": "You've requested that we change or confirm your email address", "email.verify.text2": "For security purposes, we only change or confirm the email address on file once its ownership has been confirmed via email. If you did not request this, no action is required on your part.", @@ -24,7 +24,7 @@ "reset.notify.text2": "หากคุณไม่ได้เป็นคนอนุญาตสิ่งนี้ กรุณาแจ้งไปยังผู้ดูแลระบบโดยทันที", "digest.unread-rooms": "Unread rooms", "digest.room-name-unreadcount": "%1 (%2 unread)", - "digest.latest_topics": "หัวข้อสนทนาล่าสุดจาก %1", + "digest.latest-topics": "หัวข้อสนทนาล่าสุดจาก %1", "digest.top-topics": "Top topics from %1", "digest.popular-topics": "Popular topics from %1", "digest.cta": "กดตรงนี้เพื่อเข้าดู %1", @@ -36,8 +36,8 @@ "digest.title.day": "Your Daily Digest", "digest.title.week": "Your Weekly Digest", "digest.title.month": "Your Monthly Digest", - "notif.chat.subject": "ได้รับข้อความแชทใหม่จาก %1", - "notif.chat.public-chat-subject": "New message from %1 in room %2", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "กดตรงนี้เพื่อกลับไปยังบทสนทนา", "notif.chat.unsub.info": "การแจ้งเตือนแชทนี้ถูกส่งไปหาคุณเนื่องจากการตั้งค่าสมาชิกของคุณ", "notif.post.unsub.info": "การแจ้งเตือนกระทู้นี้ถูกส่งไปยังคุณเนื่องการตั้งค่าสมาชิกของคุณ", diff --git a/public/language/th/error.json b/public/language/th/error.json index 153baeb610..671c76c6b3 100644 --- a/public/language/th/error.json +++ b/public/language/th/error.json @@ -70,20 +70,20 @@ "topic-locked": "กระทู้ถูกล็อก", "post-edit-duration-expired": "คุณได้รับอนุญาตให้แก้ไขโพสต์ได้หลังจากโพสต์ไปแล้ว %1  วินาที (s)", "post-edit-duration-expired-minutes": "คุณได้รับการอนุญาตให้แก้ไขโพสต์ได้หลังจากโพสต์ไปแล้ว %1 นาที (s)", - "post-edit-duration-expired-minutes-seconds": "คุณได้รับการอนุญาตให้แก้ไขโพสต์ได้หลังจากโพสต์ไปแล้ว %1 นาที(s) %2 วินาที(s) ", - "post-edit-duration-expired-hours": "คุณได้รับการอนุญาตให้แก้ไขโพสต์ได้หลังจากโพสต์ไปแล้ว %1 ชั่วโมง(s) ", + "post-edit-duration-expired-minutes-seconds": "คุณได้รับการอนุญาตให้แก้ไขโพสต์ได้หลังจากโพสต์ไปแล้ว %1 นาที(s) %2 วินาที(s)", + "post-edit-duration-expired-hours": "คุณได้รับการอนุญาตให้แก้ไขโพสต์ได้หลังจากโพสต์ไปแล้ว %1 ชั่วโมง(s)", "post-edit-duration-expired-hours-minutes": "คุณได้รับการอนุญาตให้แก้ไขโพสต์ได้หลังจากโพสต์ไปแล้ว %1 ชั่วโมง(s) %2 นาที(s)", "post-edit-duration-expired-days": "คุณได้รับการอนุญาตให้แก้ไขโพสต์ได้หลังจากโพสต์ไปแล้ว %1 วัน(s)", - "post-edit-duration-expired-days-hours": "คุณได้รับการอนุญาตให้แก้ไขโพสต์ได้หลังจากโพสต์ไปแล้ว %1 วัน(s) %2 ชั่วโมง(s) ", + "post-edit-duration-expired-days-hours": "คุณได้รับการอนุญาตให้แก้ไขโพสต์ได้หลังจากโพสต์ไปแล้ว %1 วัน(s) %2 ชั่วโมง(s)", "post-delete-duration-expired": "คุณได้รับการอนุญาตให้ลบโพสต์ได้หลังจากโพสต์ไปแล้ว %1 วินาที(s)", "post-delete-duration-expired-minutes": "คุณได้รับการอนุญาตให้ลบโพสต์ได้หลังจากโพสต์ไปแล้ว %1 นาที(s)", "post-delete-duration-expired-minutes-seconds": "คุณได้รับการอนุญาตให้ลบโพสต์ได้หลังจากโพสต์ไปแล้ว %1 นาที(s) %2 วินาที(s)", "post-delete-duration-expired-hours": "คุณได้รับการอนุญาตให้ลบโพสต์ได้หลังจากโพสต์ไปแล้ว %1 ชั่วโมง(s)", "post-delete-duration-expired-hours-minutes": "คุณได้รับการอนุญาตให้ลบโพสต์ได้หลังจากโพสต์ไปแล้ว %1 ชั่วโมง(s) %2 นาที(s)", - "post-delete-duration-expired-days": "คุณได้รับการอนุญาตให้ลบโพสต์ได้หลังจากโพสต์ไปแล้ว %1 วัน(s) ", - "post-delete-duration-expired-days-hours": "คุณได้รับการอนุญาตให้ลบโพสต์ได้หลังจากโพสต์ไปแล้ว %1 วัน(s) %2 ชั่วโมง(s) ", + "post-delete-duration-expired-days": "คุณได้รับการอนุญาตให้ลบโพสต์ได้หลังจากโพสต์ไปแล้ว %1 วัน(s)", + "post-delete-duration-expired-days-hours": "คุณได้รับการอนุญาตให้ลบโพสต์ได้หลังจากโพสต์ไปแล้ว %1 วัน(s) %2 ชั่วโมง(s)", "cant-delete-topic-has-reply": "คุณไม่สามารถลบกระทู้ได้หลังจากกระทู้ของคุณถูกตอบกลับ", - "cant-delete-topic-has-replies": "คุณไม่สามารถลบกระทู้ได้หลังจากกระทู้มีจำนวนตอบกลับ %1 ", + "cant-delete-topic-has-replies": "คุณไม่สามารถลบกระทู้ได้หลังจากกระทู้มีจำนวนตอบกลับ %1", "content-too-short": "กรุณาโพสต์ข้อความให้ยาวขึ้น โพสต์ควรมีข้อความอย่างน้อย %1 ตัวอักษร(s)", "content-too-long": "กรุณาโพสต์ข้อความให้สั้นลง โพสต์ไม่สามารถยาวกว่า %1 ตัวอักษร(s)", "title-too-short": "กรุณากรอกชื่อให้ยาวขึ้น ชื่อควรมีข้อความอย่างน้อย %1 ตัวอักษร(s)", @@ -144,7 +144,7 @@ "post-already-restored": "โพสต์นี้ถูกกู้คืนเรียบร้อยแล้ว", "topic-already-deleted": "กระทู้นี้ถูกลบไปแล้ว", "topic-already-restored": "กระทู้นี้ถูกกู้คืนเรียบร้อยแล้ว", - "cant-purge-main-post": "คุณไม่สามารถลบล้างโพสต์หลักได้ กรุณาลบกระทู้แทน ", + "cant-purge-main-post": "คุณไม่สามารถลบล้างโพสต์หลักได้ กรุณาลบกระทู้แทน", "topic-thumbnails-are-disabled": "ภาพตัวอย่างของกระทู้ถูกปิดใช้งาน", "invalid-file": "ไฟล์ไม่ถูกต้อง", "uploads-are-disabled": "การอัพโหลดถูกปิดใช้งาน", @@ -184,6 +184,7 @@ "post-flagged-too-many-times": "This post has been flagged by others already", "user-flagged-too-many-times": "This user has been flagged by others already", "cant-flag-privileged": "You are not allowed to flag the profiles or content of privileged users (moderators/global moderators/admins)", + "cant-locate-flag-report": "Cannot locate flag report", "self-vote": "You cannot vote on your own post", "too-many-upvotes-today": "You can only upvote %1 times a day", "too-many-upvotes-today-user": "You can only upvote a user %1 times a day", diff --git a/public/language/th/flags.json b/public/language/th/flags.json index a56232008a..1fdaf3d15d 100644 --- a/public/language/th/flags.json +++ b/public/language/th/flags.json @@ -1,5 +1,6 @@ { "state": "สถานะ", + "report": "Report", "reports": "Reports", "first-reported": "First Reported", "no-flags": "ไชโย ไม่เจอธงใดๆเลย", @@ -8,6 +9,8 @@ "update": "อัพเดท", "updated": "ได้รับการอัพเดท", "resolved": "Resolved", + "report-added": "Added", + "report-rescinded": "Rescinded", "target-purged": "เนื้อหาที่ธงนี้อ้างถึงถูกลบออกและไม่มีอยู่ในระบบอีกต่อไป", "target-aboutme-empty": "This user has no "About Me" set.", diff --git a/public/language/th/global.json b/public/language/th/global.json index 15719027e7..8fa85f3fc3 100644 --- a/public/language/th/global.json +++ b/public/language/th/global.json @@ -13,19 +13,19 @@ "400.message": "It looks like this link is malformed, please double-check and try again.
Return to the home page.
", "register": "ลงทะเบียน", "login": "เข้าสู่ระบบ", - "please_log_in": "กรุณาเข้าสู่ระบบ", + "please-log-in": "กรุณาเข้าสู่ระบบ", "logout": "ออกจากระบบ", - "posting_restriction_info": "คุณต้องเป็นสมาชิกเพื่อทำการโพสต์ คลิกที่นี่เพื่อเข้าสู่ระบบ", - "welcome_back": "ยินดีต้อนรับ", - "you_have_successfully_logged_in": "คุณได้เข้าสู่ระบบแล้ว", - "save_changes": "บันทึกการเปลี่ยนแปลง", + "posting-restriction-info": "คุณต้องเป็นสมาชิกเพื่อทำการโพสต์ คลิกที่นี่เพื่อเข้าสู่ระบบ", + "welcome-back": "ยินดีต้อนรับ", + "you-have-successfully-logged-in": "คุณได้เข้าสู่ระบบแล้ว", + "save-changes": "บันทึกการเปลี่ยนแปลง", "save": "บันทึก", "create": "Create", "cancel": "Cancel", "close": "ปิด", "pagination": "การแบ่งหน้า", - "pagination.out_of": "%1 จาก %2", - "pagination.enter_index": "Go to post index", + "pagination.out-of": "%1 จาก %2", + "pagination.enter-index": "Go to post index", "header.admin": "ผู้ดูแลระบบ", "header.categories": "หมวดหมู่", "header.recent": "ล่าสุด", @@ -57,7 +57,7 @@ "alert.banned.message": "You have just been banned, your access is now restricted.", "alert.unbanned": "Unbanned", "alert.unbanned.message": "Your ban has been lifted.", - "alert.unfollow": "คุณได้ยกเลิกติดตาม %1 !\n", + "alert.unfollow": "คุณได้ยกเลิกติดตาม %1 !", "alert.follow": "คุณกำลังติดตาม %1 !", "users": "ผู้ใช้", "topics": "กระทู้", @@ -80,25 +80,25 @@ "lastpost": "Last post", "firstpost": "First post", "about": "About", - "read_more": "อ่านต่อ", + "read-more": "อ่านต่อ", "more": "เพิ่มเติม", "none": "None", - "posted_ago_by_guest": "โพสต์ %1 โดย Guest", - "posted_ago_by": "โพสต์ %1 โดย %2 ", - "posted_ago": "โพสต์ %1 ", - "posted_in": "โพสต์ใน %1 ", - "posted_in_by": "โพสต์ใน %1 โดย %2", - "posted_in_ago": "โพสต์ใน %1 %2", - "posted_in_ago_by": "โพสต์ใน %1 %2 โดย %3", - "user_posted_ago": "%1 โพสต์ %2", - "guest_posted_ago": "Guest โพสต์ %1", - "last_edited_by": "แก้ไขล่าสุดโดย %1", + "posted-ago-by-guest": "โพสต์ %1 โดย Guest", + "posted-ago-by": "โพสต์ %1 โดย %2", + "posted-ago": "โพสต์ %1", + "posted-in": "โพสต์ใน %1", + "posted-in-by": "โพสต์ใน %1 โดย %2", + "posted-in-ago": "โพสต์ใน %1 %2", + "posted-in-ago-by": "โพสต์ใน %1 %2 โดย %3", + "user-posted-ago": "%1 โพสต์ %2", + "guest-posted-ago": "Guest โพสต์ %1", + "last-edited-by": "แก้ไขล่าสุดโดย %1", "edited-timestamp": "Edited %1", "norecentposts": "ไม่มีกระทู้ล่าสุด", "norecenttopics": "ไม่มีกระทู้ล่าสุด", "recentposts": "กระทู้ล่าสุด", "recentips": "IP ที่ใช้เข้าสู่ระบบล่าสุด", - "moderator_tools": "เครื่องมือผู้ดูแลระบบ", + "moderator-tools": "เครื่องมือผู้ดูแลระบบ", "status": "Status", "online": "ออนไลน์", "away": "ไม่อยู่", @@ -109,7 +109,7 @@ "language": "ภาษา", "guest": "แขก", "guests": "แขก", - "former_user": "A Former User", + "former-user": "A Former User", "system-user": "System", "unknown-user": "Unknown user", "updated.title": "ฟอรั่มที่ถูกอัพเดทแล้ว", @@ -117,12 +117,12 @@ "privacy": "ความเป็นส่วนตัว", "follow": "ติดตาม", "unfollow": "เลิกติดตาม", - "delete_all": "ลบทั้งหมด", + "delete-all": "ลบทั้งหมด", "map": "แผนที่", "sessions": "ข้อมูลการเข้าสู่ระบบ", - "ip_address": "ไอพีแอดเดรส", - "enter_page_number": "กรอกหมายเลขหน้า", - "upload_file": "อัพโหลดไฟล์", + "ip-address": "ไอพีแอดเดรส", + "enter-page-number": "กรอกหมายเลขหน้า", + "upload-file": "อัพโหลดไฟล์", "upload": "อัพโหลด", "uploads": "Uploads", "allowed-file-types": "ประเภทไฟล์ที่ได้รับการอนุญาติคือ %1", @@ -130,8 +130,8 @@ "reconnecting-message": "เหมือนกับว่าการเชื่อมต่อของคุณเพื่อไปยัง %1 นั้นขาดหาย กรุณารอสักครู่ เรากำลังพยายามเชื่อมต่อใหม่", "play": "เล่น", "cookies.message": "เว็บไวต์นี้ใช้คุกกี้เพื่อที่จะทำให้แน่ใจว่า คุณได้รับประสบการณ์ที่เยี่ยมยอดที่สุดในการเข้าใช้เว็บไซต์ของเรา", - "cookies.accept": "เข้าใจแล้ว!!! ", - "cookies.learn_more": "เรียนรู้เพิ่มเติม", + "cookies.accept": "เข้าใจแล้ว!!!", + "cookies.learn-more": "เรียนรู้เพิ่มเติม", "edited": "ถูกแก้ไขแล้ว", "disabled": "ปิด", "select": "เลือก", diff --git a/public/language/th/groups.json b/public/language/th/groups.json index fc2e5eb756..1fc0ff13e0 100644 --- a/public/language/th/groups.json +++ b/public/language/th/groups.json @@ -2,65 +2,65 @@ "all-groups": "All groups", "groups": "กลุ่ม", "members": "Members", - "view_group": "ดูกลุ่ม", + "view-group": "ดูกลุ่ม", "owner": "เจ้าของกลุ่ม", - "new_group": "สร้างกลุ่มใหม่", - "no_groups_found": "ยังไม่มีกลุ่ม", + "new-group": "สร้างกลุ่มใหม่", + "no-groups-found": "ยังไม่มีกลุ่ม", "pending.accept": "ยอมรับ", "pending.reject": "ไม่ยอมรับ", - "pending.accept_all": "ยอมรับทั้งหมด", - "pending.reject_all": "ปฏิเสธทั้งหมด", + "pending.accept-all": "ยอมรับทั้งหมด", + "pending.reject-all": "ปฏิเสธทั้งหมด", "pending.none": "ไม่มีสมาชิกที่รอการอนุมัติอยู่ในขณะนี้", "invited.none": "ไม่มีสมาชิกที่ได้รับการเชิญในขณะนี้", "invited.uninvite": "ยกเลิกคำเชิญ", "invited.search": "ค้นหาสมาชิกเพื่อเชิญเข้ากลุ่ม", - "invited.notification_title": "คุณถูกเชิญเข้ากลุ่ม %1", - "request.notification_title": "คำขอเข้ากลุ่มจาก %1", - "request.notification_text": "%1 ได้รับเชิญให้เข้าเป็นสมาชิกของ %2", + "invited.notification-title": "คุณถูกเชิญเข้ากลุ่ม %1", + "request.notification-title": "คำขอเข้ากลุ่มจาก %1", + "request.notification-text": "%1 ได้รับเชิญให้เข้าเป็นสมาชิกของ %2", "cover-save": "บันทึก", "cover-saving": "กำลังบันทึก", "details.title": "ข้อมูลกลุ่ม", "details.members": "รายชื่อสมาชิก", "details.pending": "สมาชิกที่กำลังรอการตอบรับ", "details.invited": "สมาชิกที่ได้รับเชิญ", - "details.has_no_posts": "กลุ่มนี้ยังไม่มีโพสต์จากสมาชิก", - "details.latest_posts": "โพสล่าสุด", + "details.has-no-posts": "กลุ่มนี้ยังไม่มีโพสต์จากสมาชิก", + "details.latest-posts": "โพสล่าสุด", "details.private": "ส่วนตัว", "details.disableJoinRequests": "ปิดคำขอ", "details.disableLeave": "Disallow users from leaving the group", "details.grant": "ให้ / ยกเลิกการเป็นเจ้าของ", "details.kick": "เตะออก", - "details.kick_confirm": "คุณแน่ใจใช่ไหมว่าต้องการลบสมาชิกคนนี้ออกจากกลุ่ม?", + "details.kick-confirm": "คุณแน่ใจใช่ไหมว่าต้องการลบสมาชิกคนนี้ออกจากกลุ่ม?", "details.add-member": "Add Member", - "details.owner_options": "การจัดการกลุ่ม", - "details.group_name": "ชื่อกลุ่ม", - "details.member_count": "จำนวนสมาชิก", - "details.creation_date": "สร้างวันที่", + "details.owner-options": "การจัดการกลุ่ม", + "details.group-name": "ชื่อกลุ่ม", + "details.member-count": "จำนวนสมาชิก", + "details.creation-date": "สร้างวันที่", "details.description": "คำอธิบาย", "details.member-post-cids": "Category IDs to display posts from", - "details.badge_preview": "สัญลักษณ์พรีวิว", - "details.change_icon": "เปลี่ยนไอคอน", - "details.change_label_colour": "Change Label Colour", - "details.change_text_colour": "Change Text Colour", - "details.badge_text": "สัญลักษณ์ข้อความ", + "details.badge-preview": "สัญลักษณ์พรีวิว", + "details.change-icon": "เปลี่ยนไอคอน", + "details.change-label-colour": "Change Label Colour", + "details.change-text-colour": "Change Text Colour", + "details.badge-text": "สัญลักษณ์ข้อความ", "details.userTitleEnabled": "แสดงสัญลักษณ์", - "details.private_help": "หากเป็นไปได้ การเข้าร่วมกลุ่มต้องได้รับการอนุมัติจากเจ้าของกลุ่ม", + "details.private-help": "หากเป็นไปได้ การเข้าร่วมกลุ่มต้องได้รับการอนุมัติจากเจ้าของกลุ่ม", "details.hidden": "ซ่อน", - "details.hidden_help": "หากเป็นไปได้ จะไม่แสดงในรายชื่อกลุ่ม และผู้ใช้จะต้องได้รับการเชิญเท่านั้นจึงจะเข้าเป็นสมาชิกได้", - "details.delete_group": "ลบกลุ่ม", - "details.private_system_help": "กลุ่มส่วนตัวถูกปิดใช้งานโดยเลเวลระบบ ตัวเลือกนี้จะไม่ได้ทำอะไรทั้งสิ้น", + "details.hidden-help": "หากเป็นไปได้ จะไม่แสดงในรายชื่อกลุ่ม และผู้ใช้จะต้องได้รับการเชิญเท่านั้นจึงจะเข้าเป็นสมาชิกได้", + "details.delete-group": "ลบกลุ่ม", + "details.private-system-help": "กลุ่มส่วนตัวถูกปิดใช้งานโดยเลเวลระบบ ตัวเลือกนี้จะไม่ได้ทำอะไรทั้งสิ้น", "event.updated": "ข้อมูลกลุ่มได้รับการบันทึกแล้ว", "event.deleted": "กลุ่ม \"%1\"  ได้ถูกลบไปแล้ว", "membership.accept-invitation": "ยอมรับคำเชิญ", - "membership.accept.notification_title": "You are now a member of %1", + "membership.accept.notification-title": "You are now a member of %1", "membership.invitation-pending": "คำเชิญที่รอการอนุมัติ", "membership.join-group": "เข้าร่วมกลุ่ม", "membership.leave-group": "ออกจากกลุ่ม", - "membership.leave.notification_title": "%1 has left group %2", + "membership.leave.notification-title": "%1 has left group %2", "membership.reject": "ปฏิเสธ", - "new-group.group_name": "ชื่อกลุ่ม:", + "new-group.group-name": "ชื่อกลุ่ม:", "upload-group-cover": "อัพโหลดหน้าปกกลุ่ม", "bulk-invite-instructions": "กรอกรายชื่อผู้ใช้ที่ต้องการเชิญเข้ากลุ่ม ถ้ามีจำนวนมากกว่า 1 ให้ใช้เครื่องหมาย คอมม่า , ในการแบ่ง", "bulk-invite": "เชิญจำนวนมาก", - "remove_group_cover_confirm": "คุณแน่ใจแล้วใช่ไหมว่าต้องการจะลบภาพหน้าปกนี้?" + "remove-group-cover-confirm": "คุณแน่ใจแล้วใช่ไหมว่าต้องการจะลบภาพหน้าปกนี้?" } \ No newline at end of file diff --git a/public/language/th/login.json b/public/language/th/login.json index e8c17a34a2..d880087f94 100644 --- a/public/language/th/login.json +++ b/public/language/th/login.json @@ -1,12 +1,12 @@ { "username-email": "ชื่อผู้ใช้ / อีเมล", "username": "ชื่อผู้ใช้", - "remember_me": "จำไว้ในระบบ?", - "forgot_password": "ลืมรหัสผ่าน?", - "alternative_logins": "เข้าสู่ระบบโดยทางอื่น", - "failed_login_attempt": "เข้าสู่ระบบสำเร็จ", - "login_successful": "คุณเข้าสู่ระบบเรียบร้อยแล้ว", - "dont_have_account": "คุณยังไม่มีบัญชีเข้าระบบ?", + "remember-me": "จำไว้ในระบบ?", + "forgot-password": "ลืมรหัสผ่าน?", + "alternative-logins": "เข้าสู่ระบบโดยทางอื่น", + "failed-login-attempt": "เข้าสู่ระบบสำเร็จ", + "login-successful": "คุณเข้าสู่ระบบเรียบร้อยแล้ว", + "dont-have-account": "คุณยังไม่มีบัญชีเข้าระบบ?", "logged-out-due-to-inactivity": "คุณได้ออกจากระบบ Admin Control Panel แล้ว เนื่องจากว่าไม่มีกิจกรรมใดๆมาสักระยะ", "caps-lock-enabled": "Caps Lock is enabled" } \ No newline at end of file diff --git a/public/language/th/modules.json b/public/language/th/modules.json index 5874791d58..bc46f7729e 100644 --- a/public/language/th/modules.json +++ b/public/language/th/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "Room %1", - "chat.chatting_with": "คุยกับ", + "chat.chatting-with": "คุยกับ", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Go to most recent message", @@ -8,12 +8,15 @@ "chat.chat-with-usernames": "Chat with %1", "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "ส่ง", - "chat.no_active": "คุณไม่มีแชทที่คุยอยู่", - "chat.user_typing": "%1 กำลังพิมพ์อยู่ ...", - "chat.user_has_messaged_you": "%1 ได้ส่งข้อความถึงคุณ", + "chat.no-active": "คุณไม่มีแชทที่คุยอยู่", + "chat.user-typing-1": "%1 is typing ...", + "chat.user-typing-2": "%1 and %2 are typing ...", + "chat.user-typing-3": "%1, %2 and %3 are typing ...", + "chat.user-typing-n": "%1, %2 and %3 others are typing ...", + "chat.user-has-messaged-you": "%1 ได้ส่งข้อความถึงคุณ", "chat.replying-to": "Replying to %1", - "chat.see_all": "All chats", - "chat.mark_all_read": "Mark all read", + "chat.see-all": "All chats", + "chat.mark-all-read": "Mark all read", "chat.no-messages": "กรุณาเลือกผู้รับเพื่อดูประวัติข้อความ", "chat.no-users-in-room": "ไม่มีผู้ใช้ในห้องนี้", "chat.recent-chats": "แชทล่าสุด", @@ -24,12 +27,16 @@ "chat.pop-out": "Pop out แชท", "chat.minimize": "ย่อเล็กสุด", "chat.maximize": "ขยายใหญ่สุด", - "chat.seven_days": "7 วัน", - "chat.thirty_days": "30 วัน", - "chat.three_months": "3 เดือน", - "chat.delete_message_confirm": "คุณแน่ใจแล้วใช่ไหมว่าต้องการจะลบข้อความนี้?", + "chat.seven-days": "7 วัน", + "chat.thirty-days": "30 วัน", + "chat.three-months": "3 เดือน", + "chat.delete-message-confirm": "คุณแน่ใจแล้วใช่ไหมว่าต้องการจะลบข้อความนี้?", "chat.retrieving-users": "กำลังเรียกข้อมูลผู้ใช้", "chat.view-users-list": "View users list", + "chat.pinned-messages": "Pinned Messages", + "chat.no-pinned-messages": "There are no pinned messages", + "chat.pin-message": "Pin Message", + "chat.unpin-message": "Unpin Message", "chat.public-rooms": "Public Rooms (%1)", "chat.private-rooms": "Private Rooms (%1)", "chat.create-room": "Create Chat Room", @@ -67,17 +74,24 @@ "chat.system.user-leave": "%1 has left the room ", "chat.system.room-rename": "%2 has renamed this room to \"%1\" ", "composer.compose": "เขียน", - "composer.show_preview": "แสดงพรีวิว", - "composer.hide_preview": "ซ่อนพรีวิว", + "composer.show-preview": "แสดงพรีวิว", + "composer.hide-preview": "ซ่อนพรีวิว", "composer.help": "Help", - "composer.user_said_in": "%1 พูดใน %2:", - "composer.user_said": "%1 พูด:", + "composer.user-said-in": "%1 พูดใน %2:", + "composer.user-said": "%1 พูด:", "composer.discard": "คุณแน่ใจแล้วใช่ไหมว่าจะทิ้งโพสต์นี้?", - "composer.submit_and_lock": "ยืนยันและล็อก", - "composer.toggle_dropdown": "ท็อกเกิลดร็อปดาวน์", + "composer.submit-and-lock": "ยืนยันและล็อก", + "composer.toggle-dropdown": "ท็อกเกิลดร็อปดาวน์", "composer.uploading": "กำลังอัพโหลด %1", "composer.formatting.bold": "ตัวหนา", "composer.formatting.italic": "ตัวเอียง", + "composer.formatting.heading": "Heading", + "composer.formatting.heading1": "Heading 1", + "composer.formatting.heading2": "Heading 2", + "composer.formatting.heading3": "Heading 3", + "composer.formatting.heading4": "Heading 4", + "composer.formatting.heading5": "Heading 5", + "composer.formatting.heading6": "Heading 6", "composer.formatting.list": "รายการ", "composer.formatting.strikethrough": "ขีดเส้นใต้", "composer.formatting.code": "Code", @@ -85,9 +99,10 @@ "composer.formatting.picture": "Image Link", "composer.upload-picture": "อัพโหลดรูปภาพ", "composer.upload-file": "อัพโหลดไฟล์", - "composer.zen_mode": "เซ็นโหมด", - "composer.select_category": "เลือกหมวดหมู่", + "composer.zen-mode": "เซ็นโหมด", + "composer.select-category": "เลือกหมวดหมู่", "composer.textarea.placeholder": "Enter your post content here, drag and drop images", + "composer.post-queue-alert": "Hello👋!
This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.", "composer.schedule-for": "Schedule topic for", "composer.schedule-date": "Date", "composer.schedule-time": "Time", @@ -102,8 +117,8 @@ "bootbox.confirm": "ยืนยัน", "bootbox.submit": "Submit", "bootbox.send": "Send", - "cover.dragging_title": "ตำแหน่งภาพหน้าปก", - "cover.dragging_message": "ลากภาพหน้าปกเพื่อเลือกตำแหน่งแล้วกด \"บันทึก\"", + "cover.dragging-title": "ตำแหน่งภาพหน้าปก", + "cover.dragging-message": "ลากภาพหน้าปกเพื่อเลือกตำแหน่งแล้วกด \"บันทึก\"", "cover.saved": "ภาพหน้าปกและตำแหน่งได้รับการบันทึกแล้ว", "thumbs.modal.title": "Manage topic thumbnails", "thumbs.modal.no-thumbs": "No thumbnails found.", diff --git a/public/language/th/notifications.json b/public/language/th/notifications.json index b8ee428dcf..0a08e7ca02 100644 --- a/public/language/th/notifications.json +++ b/public/language/th/notifications.json @@ -1,59 +1,68 @@ { "title": "แจ้งเตือน", - "no_notifs": "คุณไม่มีข้อแจ้งเตือนใหม่", - "see_all": "All notifications", - "mark_all_read": "Mark all read", - "back_to_home": "กลับสู่ %1", - "outgoing_link": "ลิงค์ออก", - "outgoing_link_message": "ตอนนี้คุณกำลังออกจาก %1", - "continue_to": "ดำเนินการต่อไปยัง %1", - "return_to": "กลับสู่ %1", - "new_notification": "You have a new notification", - "you_have_unread_notifications": "คุณมีคำเตือนที่ยังไม่ได้อ่าน", + "no-notifs": "คุณไม่มีข้อแจ้งเตือนใหม่", + "see-all": "All notifications", + "mark-all-read": "Mark all read", + "back-to-home": "กลับสู่ %1", + "outgoing-link": "ลิงค์ออก", + "outgoing-link-message": "ตอนนี้คุณกำลังออกจาก %1", + "continue-to": "ดำเนินการต่อไปยัง %1", + "return-to": "กลับสู่ %1", + "new-notification": "You have a new notification", + "you-have-unread-notifications": "คุณมีคำเตือนที่ยังไม่ได้อ่าน", "all": "ทั้งหมด", "topics": "กระทู้", + "tags": "Tags", "replies": "คำตอบ", "chat": "แชท", "group-chat": "Group Chats", "public-chat": "Public Chats", "follows": "ติดตาม", "upvote": "โหวตขึ้น", + "awards": "Awards", "new-flags": "ปักธงใหม่", "my-flags": "ธงที่ถูกปักให้ฉัน", "bans": "แบน", - "new_message_from": "ข้อความใหม่จาก %1", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1 ได้โหวตโพสต์ของคุณขึ้นใน %2", - "upvoted_your_post_in_dual": "%1 และ %2ได้โหวตโพสต์ของคุณขึ้นใน %3 ", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "%1 ได้ย้ายโพสต์ของคุณไปยัง %2", - "moved_your_topic": "%1 ได้ย้าย %2", - "user_flagged_post_in": "%1 ได้ปักธงโพสต์ใน %2", - "user_flagged_post_in_dual": "%1และ %2ได้ปักธงโพสต์ใน %3", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1 ได้ปักธงโปรไฟล์ผู้ใช้ (%2)", - "user_flagged_user_dual": "%1และ%2ได้ปักธงโปรไฟล์ผู้ใช้ (%3)", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "%1 ได้โพสต์คำตอบไปยัง : %2", - "user_posted_to_dual": "%1และ %2ได้โพสต์คำตอบไปยัง : %3 ", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1ได้โพสต์กระทู้ใหม่ : %2", - "user_edited_post": "%1 has edited a post in %2", - "user_started_following_you": "%1 ได้เริ่มติดตามคุณ", - "user_started_following_you_dual": "%1และ%2ได้เริ่มติดตามคุณ", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1ได้ส่งคำขอสมัครสมาชิก", - "new_register_multiple": "มี%1คำขอสมัครสมาชิกที่รอการรีวิว", - "flag_assigned_to_you": "ปักธง %1ได้ถูกปักธงให้คุณ", - "post_awaiting_review": "โพสกำลังรอการพิจารณา", + "new-message-from": "ข้อความใหม่จาก %1", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 wrote in %3", + "user-posted-in-public-room-dual": "%1 and %2 wrote in %4", + "user-posted-in-public-room-triple": "%1, %2 and %3 wrote in %5", + "user-posted-in-public-room-multiple": "%1, %2 and %3 others wrote in %5", + "upvoted-your-post-in": "%1 ได้โหวตโพสต์ของคุณขึ้นใน %2", + "upvoted-your-post-in-dual": "%1 และ %2ได้โหวตโพสต์ของคุณขึ้นใน %3", + "upvoted-your-post-in-triple": "%1, %2 and %3 have upvoted your post in %4.", + "upvoted-your-post-in-multiple": "%1, %2 and %3 others have upvoted your post in %4.", + "moved-your-post": "%1 ได้ย้ายโพสต์ของคุณไปยัง %2", + "moved-your-topic": "%1 ได้ย้าย %2", + "user-flagged-post-in": "%1 ได้ปักธงโพสต์ใน %2", + "user-flagged-post-in-dual": "%1และ %2ได้ปักธงโพสต์ใน %3", + "user-flagged-post-in-triple": "%1, %2 and %3 flagged a post in %4", + "user-flagged-post-in-multiple": "%1, %2 and %3 others flagged a post in %4", + "user-flagged-user": "%1 ได้ปักธงโปรไฟล์ผู้ใช้ (%2)", + "user-flagged-user-dual": "%1และ%2ได้ปักธงโปรไฟล์ผู้ใช้ (%3)", + "user-flagged-user-triple": "%1, %2 and %3 flagged a user profile (%4)", + "user-flagged-user-multiple": "%1, %2 and %3 others flagged a user profile (%4)", + "user-posted-to": "%1 ได้โพสต์คำตอบไปยัง : %2", + "user-posted-to-dual": "%1และ %2ได้โพสต์คำตอบไปยัง : %3", + "user-posted-to-triple": "%1, %2 and %3 have posted replies to: %4", + "user-posted-to-multiple": "%1, %2 and %3 others have posted replies to: %4", + "user-posted-topic": "%1ได้โพสต์กระทู้ใหม่ : %2", + "user-edited-post": "%1 has edited a post in %2", + "user-posted-topic-with-tag": "%1 has posted a new topic with tag %2", + "user-posted-topic-with-tag-dual": "%1 has posted a new topic with tags %2 and %3", + "user-posted-topic-with-tag-triple": "%1 has posted a new topic with tags %2, %3 and %4", + "user-posted-topic-with-tag-multiple": "%1 has posted a new topic with tags %2", + "user-started-following-you": "%1 ได้เริ่มติดตามคุณ", + "user-started-following-you-dual": "%1และ%2ได้เริ่มติดตามคุณ", + "user-started-following-you-triple": "%1, %2 and %3 started following you.", + "user-started-following-you-multiple": "%1, %2 and %3 others started following you.", + "new-register": "%1ได้ส่งคำขอสมัครสมาชิก", + "new-register-multiple": "มี%1คำขอสมัครสมาชิกที่รอการรีวิว", + "flag-assigned-to-you": "ปักธง %1ได้ถูกปักธงให้คุณ", + "post-awaiting-review": "โพสกำลังรอการพิจารณา", "profile-exported": "%1 profile exported, click to download", "posts-exported": "%1 posts exported, click to download", "uploads-exported": "%1 uploads exported, click to download", @@ -66,22 +75,24 @@ "email-confirm-error-message": "มีปัญหาในการยืนยัน Email ของคุณ บางทีรหัสไม่ถูกต้องหรือหมดอายุแล้ว", "email-confirm-sent": "Email เพื่อยืนยันได้ส่งไปแล้ว", "none": "ไม่มี", - "notification_only": "แจ้งเตือนอย่างเดียว", - "email_only": "อีเมลอย่างเดียว", - "notification_and_email": "การแจ้งเตือนและอีเมล", - "notificationType_upvote": "เมื่อมีคนโหวตอัพให้โพสต์คุณ", - "notificationType_new-topic": "เมื่อมีคนติดตามโพสต์คุณ", - "notificationType_new-reply": "เมื่อมีการตอบกลับในโพสต์ที่คุณกำลังติดตาม", - "notificationType_post-edit": "When a post is edited in a topic you are watching", - "notificationType_follow": "เมื่อมีคนติดตามคุณ", - "notificationType_new-chat": "เมื่อคุณได้รับข้อความใหม่", - "notificationType_new-group-chat": "When you receive a group chat message", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "เมื่อคุณได้รับเชิญเข้ากลุ่ม", - "notificationType_group-leave": "When a user leaves your group", - "notificationType_group-request-membership": "When someone requests to join a group you own", - "notificationType_new-register": "เมื่อมีคนถูกเพิ่มในคิวลงทะเบียน", - "notificationType_post-queue": "เมื่อมีโพสต์ใหม่อยู่ในคิว", - "notificationType_new-post-flag": "เมื่อโพสต์ถูกตั้งค่าสถานะ", - "notificationType_new-user-flag": "เมื่อผู้ใช้ถูกตั้งค่าสถานะ" + "notification-only": "แจ้งเตือนอย่างเดียว", + "email-only": "อีเมลอย่างเดียว", + "notification-and-email": "การแจ้งเตือนและอีเมล", + "notificationType-upvote": "เมื่อมีคนโหวตอัพให้โพสต์คุณ", + "notificationType-new-topic": "เมื่อมีคนติดตามโพสต์คุณ", + "notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow", + "notificationType-new-reply": "เมื่อมีการตอบกลับในโพสต์ที่คุณกำลังติดตาม", + "notificationType-post-edit": "When a post is edited in a topic you are watching", + "notificationType-follow": "เมื่อมีคนติดตามคุณ", + "notificationType-new-chat": "เมื่อคุณได้รับข้อความใหม่", + "notificationType-new-group-chat": "When you receive a group chat message", + "notificationType-new-public-chat": "When you receive a public group chat message", + "notificationType-group-invite": "เมื่อคุณได้รับเชิญเข้ากลุ่ม", + "notificationType-group-leave": "When a user leaves your group", + "notificationType-group-request-membership": "When someone requests to join a group you own", + "notificationType-new-register": "เมื่อมีคนถูกเพิ่มในคิวลงทะเบียน", + "notificationType-post-queue": "เมื่อมีโพสต์ใหม่อยู่ในคิว", + "notificationType-new-post-flag": "เมื่อโพสต์ถูกตั้งค่าสถานะ", + "notificationType-new-user-flag": "เมื่อผู้ใช้ถูกตั้งค่าสถานะ", + "notificationType-new-reward": "When you earn a new reward" } \ No newline at end of file diff --git a/public/language/th/pages.json b/public/language/th/pages.json index 4b7d6be47d..054c46f451 100644 --- a/public/language/th/pages.json +++ b/public/language/th/pages.json @@ -33,7 +33,7 @@ "groups": "กลุ่ม", "group": "%1 กลุ่ม", "chats": "แชท", - "chat": "กำลังแชทกับ %1 ", + "chat": "กำลังแชทกับ %1", "flags": "ธง", "flag-details": "ธง %1 รายละเอียด", "account/edit": "กำลังแก้ไข \"%1\"", @@ -47,7 +47,8 @@ "account/latest-posts": "Latest posts made by %1", "account/topics": "กระทู้ถูกสร้างโดย %1", "account/groups": "กลุ่มของ %1", - "account/watched_categories": "%1's Watched Categories", + "account/watched-categories": "%1's Watched Categories", + "account/watched-tags": "%1's Watched Tags", "account/bookmarks": "บุ๊กมาร์คโพสต์ของ %1", "account/settings": "การตั้งค่าผู้ใช้", "account/settings-of": "Changing settings of %1", diff --git a/public/language/th/recent.json b/public/language/th/recent.json index 8d5d8bb7ae..8c4638cffa 100644 --- a/public/language/th/recent.json +++ b/public/language/th/recent.json @@ -5,7 +5,7 @@ "month": "เดือน", "year": "ปี", "alltime": "ตลอดกาล", - "no_recent_topics": "ไม่มีกระทู้ล่าสุด", - "no_popular_topics": "ไม่มีกระทู้ฮิต", + "no-recent-topics": "ไม่มีกระทู้ล่าสุด", + "no-popular-topics": "ไม่มีกระทู้ฮิต", "load-new-posts": "Load new posts" } \ No newline at end of file diff --git a/public/language/th/register.json b/public/language/th/register.json index 88f5da93ae..fa5eb00a42 100644 --- a/public/language/th/register.json +++ b/public/language/th/register.json @@ -1,32 +1,32 @@ { "register": "ลงทะเบียน", "already-have-account": "Already have an account?", - "cancel_registration": "ยกเลิกการสมัคร", + "cancel-registration": "ยกเลิกการสมัคร", "help.email": "ผู้ใช้อื่น ๆ จะไม่สามารถมองเห็นอีเมลของคุณโดยดีฟอลต์", - "help.username_restrictions": "ชื่อผู้ใช้ที่ไม่ซ้ำกับผู้อื่น จะต้องมีความยาวระหว่าง% %1 และ %2 ตัวอักษร ผู้ใช้อื่นๆ สามารถพูดถึงคุณโดย @ชื่อผู้ใช้", - "help.minimum_password_length": "ความยาวรหัสผ่านของคุณต้องมีอย่างน้อย %1 ตัวอักษร", - "email_address": "อีเมล์", - "email_address_placeholder": "ใส่อีเมล์", + "help.username-restrictions": "ชื่อผู้ใช้ที่ไม่ซ้ำกับผู้อื่น จะต้องมีความยาวระหว่าง% %1 และ %2 ตัวอักษร ผู้ใช้อื่นๆ สามารถพูดถึงคุณโดย @ชื่อผู้ใช้", + "help.minimum-password-length": "ความยาวรหัสผ่านของคุณต้องมีอย่างน้อย %1 ตัวอักษร", + "email-address": "อีเมล์", + "email-address-placeholder": "ใส่อีเมล์", "username": "ชื่อผู้ใช้", - "username_placeholder": "ใส่ชื่อผู้ใช้", + "username-placeholder": "ใส่ชื่อผู้ใช้", "password": "รหัสผ่าน", - "password_placeholder": "ใส่รหัสผ่าน", - "confirm_password": "ยืนยันรหัสผ่าน", - "confirm_password_placeholder": "ยืนยันรหัสผ่าน", - "register_now_button": "ลงทะเบียน", - "alternative_registration": "เข้าสู่ระบบโดยทางอื่น", - "terms_of_use": "เงื่อนไขการใช้งาน", - "agree_to_terms_of_use": "ยอมรับข้อตกลงในการใช้งาน", - "terms_of_use_error": "คุณต้องยอมรับเงื่อนไขการใช้งานก่อน", + "password-placeholder": "ใส่รหัสผ่าน", + "confirm-password": "ยืนยันรหัสผ่าน", + "confirm-password-placeholder": "ยืนยันรหัสผ่าน", + "register-now-button": "ลงทะเบียน", + "alternative-registration": "เข้าสู่ระบบโดยทางอื่น", + "terms-of-use": "เงื่อนไขการใช้งาน", + "agree-to-terms-of-use": "ยอมรับข้อตกลงในการใช้งาน", + "terms-of-use-error": "คุณต้องยอมรับเงื่อนไขการใช้งานก่อน", "registration-added-to-queue": "การสมัครใช้งานของถูกเพิ่มเข้าไปยังระบบเพิ่อรอการอนุมัติแล้ว คุณจะได้รับอีเมล์เมื่อการสมัครใช้งานของคุณถูกยอมรับโดยผู้ดูแลระบบหรือแอดมิน", "registration-queue-average-time": "Our average time for approving memberships is %1 hours %2 minutes.", "registration-queue-auto-approve-time": "Your membership to this forum will be fully activated in up to %1 hours.", "interstitial.intro": "We'd like some additional information in order to update your account…", "interstitial.intro-new": "We'd like some additional information before we can create your account…", "interstitial.errors-found": "Please review the entered information:", - "gdpr_agree_data": "I consent to the collection and processing of my personal information on this website.", - "gdpr_agree_email": "I consent to receive digest and notification emails from this website.", - "gdpr_consent_denied": "You must give consent to this site to collect/process your information, and to send you emails.", + "gdpr-agree-data": "I consent to the collection and processing of my personal information on this website.", + "gdpr-agree-email": "I consent to receive digest and notification emails from this website.", + "gdpr-consent-denied": "You must give consent to this site to collect/process your information, and to send you emails.", "invite.error-admin-only": "Direct user registration has been disabled. Please contact an administrator for more details.", "invite.error-invite-only": "Direct user registration has been disabled. You must be invited by an existing user in order to access this forum.", "invite.error-invalid-data": "The registration data received does not correspond to our records. Please contact an administrator for more details" diff --git a/public/language/th/reset_password.json b/public/language/th/reset_password.json index 0448d48e55..7492ceccc4 100644 --- a/public/language/th/reset_password.json +++ b/public/language/th/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "รีเซ็ตรหัสผ่าน", - "update_password": "ปรับปรุงรหัสผ่าน", - "password_changed.title": "รหัสผ่านได้เปลี่ยนแปลงแล้ว", - "password_changed.message": "

ตั้งค่ารหัสผ่านสำเร็จ กรุณาเข้าสู่ระบบอีกครั้ง", - "wrong_reset_code.title": "รหัสรีเซ็ตไม่ถูกต้อง", - "wrong_reset_code.message": "รหัสรีเซ็ตที่ได้รับไม่ถูกต้อง กรุณาลองใหม่อีกครั้งหรือ ขอรหัสรีเซ็ตใหม่", - "new_password": "รหัสผ่านใหม่", - "repeat_password": "ยืนยันรหัสผ่าน", - "changing_password": "Changing Password", - "enter_email": "กรุณาใส่อีเมลของคุณ เราจะส่งอีเมลให้คุณพร้อมคำแนะนำเกี่ยวกับวิธีการรีเซ็ตบัญชีของคุณ", - "enter_email_address": "ใส่อีเมล์", - "password_reset_sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", - "invalid_email": "อีเมล์ไม่ถูกต้อง / อีเมล์ไม่มีอยู่!", - "password_too_short": "รหัสผ่านที่คุณกำหนดยังสั้นเกินไป กรุณากำหนดรหัสผ่านของคุณใหม่", - "passwords_do_not_match": "รหัสผ่านทั้ง 2 ที่ใส่ไม่ตรงกัน", - "password_expired": "รหัสผ่านของคุณหมดอายุแล้ว กรุณาเลือกรหัสผ่านใหม่" + "reset-password": "รีเซ็ตรหัสผ่าน", + "update-password": "ปรับปรุงรหัสผ่าน", + "password-changed.title": "รหัสผ่านได้เปลี่ยนแปลงแล้ว", + "password-changed.message": "

ตั้งค่ารหัสผ่านสำเร็จ กรุณาเข้าสู่ระบบอีกครั้ง", + "wrong-reset-code.title": "รหัสรีเซ็ตไม่ถูกต้อง", + "wrong-reset-code.message": "รหัสรีเซ็ตที่ได้รับไม่ถูกต้อง กรุณาลองใหม่อีกครั้งหรือ ขอรหัสรีเซ็ตใหม่", + "new-password": "รหัสผ่านใหม่", + "repeat-password": "ยืนยันรหัสผ่าน", + "changing-password": "Changing Password", + "enter-email": "กรุณาใส่อีเมลของคุณ เราจะส่งอีเมลให้คุณพร้อมคำแนะนำเกี่ยวกับวิธีการรีเซ็ตบัญชีของคุณ", + "enter-email-address": "ใส่อีเมล์", + "password-reset-sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.", + "invalid-email": "อีเมล์ไม่ถูกต้อง / อีเมล์ไม่มีอยู่!", + "password-too-short": "รหัสผ่านที่คุณกำหนดยังสั้นเกินไป กรุณากำหนดรหัสผ่านของคุณใหม่", + "passwords-do-not-match": "รหัสผ่านทั้ง 2 ที่ใส่ไม่ตรงกัน", + "password-expired": "รหัสผ่านของคุณหมดอายุแล้ว กรุณาเลือกรหัสผ่านใหม่" } \ No newline at end of file diff --git a/public/language/th/rewards.json b/public/language/th/rewards.json new file mode 100644 index 0000000000..f923cf1500 --- /dev/null +++ b/public/language/th/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "You have been awarded %1 reputation", + "awarded-group-membership": "You have been added to the group %1", + + "essentials/user.reputation-conditional-value": "(Reputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Post Count %1 %2)", + "essentials/user.lastonline-conditional-value": "(Last Online %1 %2)", + "essentials/user.joindate-conditional-value": "(Join Date %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Days Registered %1 %2)" +} \ No newline at end of file diff --git a/public/language/th/search.json b/public/language/th/search.json index 5aaee4db1b..bdc458aa60 100644 --- a/public/language/th/search.json +++ b/public/language/th/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Type to search", - "results_matching": "%1 ผลลัพธ์ ตรงตามที่ระบุ \"%2\", (%3 วินาที)", + "results-matching": "%1 ผลลัพธ์ ตรงตามที่ระบุ \"%2\", (%3 วินาที)", "no-matches": "ไม่พบผลลัพธ์ที่สอดคล้อง", "advanced-search": "การค้นหาแบบละเอียด", "in": "ใน", diff --git a/public/language/th/tags.json b/public/language/th/tags.json index a56db67062..c6b843d65a 100644 --- a/public/language/th/tags.json +++ b/public/language/th/tags.json @@ -1,11 +1,17 @@ { "all-tags": "All tags", - "no_tag_topics": "ไม่มีหัวข้อสนทนาที่เกี่ยวข้องกับป้ายคำศัพท์นี้", + "no-tag-topics": "ไม่มีหัวข้อสนทนาที่เกี่ยวข้องกับป้ายคำศัพท์นี้", "no-tags-found": "No tags found", "tags": "ป้ายคำศัพท์", - "enter_tags_here": "กรอกแท็กที่นี่ จำนวนอักขระอยู่ระหว่าง %1 และ %2 ตัวอักษรต่อ 1 แท็ก", - "enter_tags_here_short": "ใส่ป้ายคำศัพท์ ...", - "no_tags": "ยังไม่มีป้ายคำศัพท์", - "select_tags": "Select Tags", - "tag-whitelist": "Tag Whitelist" + "enter-tags-here": "กรอกแท็กที่นี่ จำนวนอักขระอยู่ระหว่าง %1 และ %2 ตัวอักษรต่อ 1 แท็ก", + "enter-tags-here-short": "ใส่ป้ายคำศัพท์ ...", + "no-tags": "ยังไม่มีป้ายคำศัพท์", + "select-tags": "Select Tags", + "tag-whitelist": "Tag Whitelist", + "watching": "Watching", + "not-watching": "Not Watching", + "watching.description": "Notify me of new topics.", + "not-watching.description": "Do not notify me of new topics.", + "following-tag.message": "You will now be receiving notifications when somebody posts a topic with this tag.", + "not-following-tag.message": "You will not receive notifications when somebody posts a topic with this tag." } \ No newline at end of file diff --git a/public/language/th/themes/harmony.json b/public/language/th/themes/harmony.json index f915155306..5e0a65f946 100644 --- a/public/language/th/themes/harmony.json +++ b/public/language/th/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page", "settings.autohideBottombar": "Auto hide bottom bar", "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down", + "settings.openSidebars": "Open sidebars", "settings.chatModals": "Enable chat modals" } \ No newline at end of file diff --git a/public/language/th/top.json b/public/language/th/top.json index b8a05bfa5f..6e1e05674e 100644 --- a/public/language/th/top.json +++ b/public/language/th/top.json @@ -1,4 +1,4 @@ { "title": "Top", - "no_top_topics": "No top topics" + "no-top-topics": "No top topics" } \ No newline at end of file diff --git a/public/language/th/topic.json b/public/language/th/topic.json index 469bfde3b6..cbae4c6819 100644 --- a/public/language/th/topic.json +++ b/public/language/th/topic.json @@ -1,20 +1,20 @@ { "topic": "กระทู้", "title": "Title", - "no_topics_found": "ไม่พบกระทู้", - "no_posts_found": "ไม่พบโพส", - "post_is_deleted": "ลบ Post นี้เรียบร้อยแล้ว!", - "topic_is_deleted": "กระทู้นี้ถูกลบไปแล้ว!", + "no-topics-found": "ไม่พบกระทู้", + "no-posts-found": "ไม่พบโพส", + "post-is-deleted": "ลบ Post นี้เรียบร้อยแล้ว!", + "topic-is-deleted": "กระทู้นี้ถูกลบไปแล้ว!", "profile": "รายละเอียด", - "posted_by": "โพสโดย %1", - "posted_by_guest": "โพสโดย Guest", + "posted-by": "โพสโดย %1", + "posted-by-guest": "โพสโดย Guest", "chat": "แชท", - "notify_me": "แจ้งเตือนเมื่อการตอบใหม่ในกระทู้นี้", + "notify-me": "แจ้งเตือนเมื่อการตอบใหม่ในกระทู้นี้", "quote": "คำอ้างอิง", "reply": "ตอบ", - "replies_to_this_post": " %1 คำตอบ", - "one_reply_to_this_post": "1 การตอบกลับ", - "last_reply_time": "คำตอบล่าสุด", + "replies-to-this-post": "%1 คำตอบ", + "one-reply-to-this-post": "1 การตอบกลับ", + "last-reply-time": "คำตอบล่าสุด", "reply-as-topic": "ตอบโดยตั้งกระทู้ใหม่", "guest-login-reply": "เข้าสู่ระบบเพื่อตอบกลับ", "login-to-view": "🔒 Log in to view", @@ -64,129 +64,130 @@ "user-referenced-topic-on": "%1 referenced this topic on %3", "user-forked-topic-ago": "%1 forked this topic %3", "user-forked-topic-on": "%1 forked this topic on %3", - "bookmark_instructions": "คลิกที่นี่เพื่อกลับไปยังโพสต์ล่าสุดในหัวข้อนี้", + "bookmark-instructions": "คลิกที่นี่เพื่อกลับไปยังโพสต์ล่าสุดในหัวข้อนี้", "flag-post": "Flag this post", "flag-user": "Flag this user", "already-flagged": "Already Flagged", "view-flag-report": "View Flag Report", "resolve-flag": "Resolve Flag", - "merged_message": "This topic has been merged into %2", - "deleted_message": "Topic นี้ถูกลบไปแล้ว เฉพาะผู้ใช้งานที่มีสิทธิ์ในการจัดการ Topic เท่านั้นที่จะมีสิทธิ์ในการเข้าชม", - "following_topic.message": "คุณจะได้รับการแจ้งเตือนเมื่อมีคนโพสต์ในกระทู้นี้", - "not_following_topic.message": "คุณจะเห็นกระทู้นี้ในรายการของกระทู้ที่ยังไม่ได้อ่าน แต่คุณจะไม่ได้รับการแจ้งเตือนเมื่่อมีคนตอบกระทู้นี้", - "ignoring_topic.message": "คุณจะไม่เห็นกระทู้นี้ในรายการของกระทู้ที่ยังไม่ได้อ่านอีกต่อไป คุณจะได้รับการแจ้งเตือนเมื่อมีคนกล่าวถึงคุณหรือโพสต์ของคุณถูกโหวตขึ้น", - "login_to_subscribe": "กรุณาลงทะเบียนหรือเข้าสู่ระบบเพื่อที่จะติดตามกระทู้นี้", + "merged-message": "This topic has been merged into %2", + "forked-message": "This topic was forked from %2", + "deleted-message": "Topic นี้ถูกลบไปแล้ว เฉพาะผู้ใช้งานที่มีสิทธิ์ในการจัดการ Topic เท่านั้นที่จะมีสิทธิ์ในการเข้าชม", + "following-topic.message": "คุณจะได้รับการแจ้งเตือนเมื่อมีคนโพสต์ในกระทู้นี้", + "not-following-topic.message": "คุณจะเห็นกระทู้นี้ในรายการของกระทู้ที่ยังไม่ได้อ่าน แต่คุณจะไม่ได้รับการแจ้งเตือนเมื่่อมีคนตอบกระทู้นี้", + "ignoring-topic.message": "คุณจะไม่เห็นกระทู้นี้ในรายการของกระทู้ที่ยังไม่ได้อ่านอีกต่อไป คุณจะได้รับการแจ้งเตือนเมื่อมีคนกล่าวถึงคุณหรือโพสต์ของคุณถูกโหวตขึ้น", + "login-to-subscribe": "กรุณาลงทะเบียนหรือเข้าสู่ระบบเพื่อที่จะติดตามกระทู้นี้", "markAsUnreadForAll.success": "ทำเครื่องหมายว่ายังไม่ได้อ่านทั้งหมด", - "mark_unread": "ถูกมาร์คว่ายังไม่ได้อ่าน", - "mark_unread.success": "กระทู้ที่ถูกมาร์คว่ายังไม่ได้อ่าน", + "mark-unread": "ถูกมาร์คว่ายังไม่ได้อ่าน", + "mark-unread.success": "กระทู้ที่ถูกมาร์คว่ายังไม่ได้อ่าน", "watch": "ติดตาม", "unwatch": "ยังไม่ได้ติดตาม", "watch.title": "ให้แจ้งเตือนเมื่อมีการตอบกลับ Topic นี้", "unwatch.title": "ยกเลิกการติดตาม Topic นี้", - "share_this_post": "แชร์โพสต์นี้", + "share-this-post": "แชร์โพสต์นี้", "watching": "กำลังดู", "not-watching": "ไม่ดูแล้ว", "ignoring": "ความเมินเฉย", "watching.description": "เตือนฉันเมื่อมีคำตอบใหม่
แสดงกระทู้ในรายการที่ยังไม่ได้อ่าน", "not-watching.description": "อย่าเตือนฉันเมือมีคำตอบใหม่
แสดงกระทู้ในรายการที่ยังไม่ได้อ่านหากหมวดหมู่นี้ไม่ได้รับการเมินเฉย", "ignoring.description": "อย่าเตือนฉันเมื่อมีคำตอบใหม่
อย่าแสดงกระทู้ในรายการที่ยังไม่ได้อ่าน", - "thread_tools.title": "เครื่องมือช่วยจัดการ Topic", - "thread_tools.markAsUnreadForAll": "มาร์คว่ายังไม่ยังอ่านทั้งหมด", - "thread_tools.pin": "ปักหมุดกระทู้", - "thread_tools.unpin": "เลิกปักหมุดกระทู้", - "thread_tools.lock": "ล็อคกระทู้", - "thread_tools.unlock": "ปลดล็อคกระทู้", - "thread_tools.move": "ย้ายกระทู้", - "thread_tools.move-posts": "Move Posts", - "thread_tools.move_all": "ย้ายทั้งหมด", - "thread_tools.change_owner": "Change Owner", - "thread_tools.select_category": "เลือกประเภท", - "thread_tools.fork": "แยกกระทู้", - "thread_tools.tag": "Tag Topic", - "thread_tools.delete": "ลบกระทู้", - "thread_tools.delete-posts": "ลบโพสต์", - "thread_tools.delete_confirm": "มั่นใจแล้วหรือไม่ที่จะลบ Topic นี้?", - "thread_tools.restore": "กู้กระทู้", - "thread_tools.restore_confirm": "มั่นใจแล้วหรือไม่ที่จะกู้คืน Topic นี้?", - "thread_tools.purge": "ล้างกระทู้", - "thread_tools.purge_confirm": "คุณแน่ใจแล้วใช้ไมว่าต้องการล้างกระทู้นี้?", - "thread_tools.merge_topics": "รวมกระทู้", - "thread_tools.merge": "Merge Topic", - "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_undone": "Topic move undone", - "topic_move_posts_success": "Posts will be moved shortly. Click here to undo.", - "topic_move_posts_undone": "Post move undone", - "post_delete_confirm": "คุณแน่ใจแล้วใช่ไหมว่าต้องการลบโพสต์นี้", - "post_restore_confirm": "คุณแน่ใจแล้วใช้ไหมว่าต้องการกู้คืนโพสต์นี้", - "post_purge_confirm": "คุณแน่ใจแล้วใช่ไหมว่าต้องการล้างโพสต์นี้", + "thread-tools.title": "เครื่องมือช่วยจัดการ Topic", + "thread-tools.markAsUnreadForAll": "มาร์คว่ายังไม่ยังอ่านทั้งหมด", + "thread-tools.pin": "ปักหมุดกระทู้", + "thread-tools.unpin": "เลิกปักหมุดกระทู้", + "thread-tools.lock": "ล็อคกระทู้", + "thread-tools.unlock": "ปลดล็อคกระทู้", + "thread-tools.move": "ย้ายกระทู้", + "thread-tools.move-posts": "Move Posts", + "thread-tools.move-all": "ย้ายทั้งหมด", + "thread-tools.change-owner": "Change Owner", + "thread-tools.select-category": "เลือกประเภท", + "thread-tools.fork": "แยกกระทู้", + "thread-tools.tag": "Tag Topic", + "thread-tools.delete": "ลบกระทู้", + "thread-tools.delete-posts": "ลบโพสต์", + "thread-tools.delete-confirm": "มั่นใจแล้วหรือไม่ที่จะลบ Topic นี้?", + "thread-tools.restore": "กู้กระทู้", + "thread-tools.restore-confirm": "มั่นใจแล้วหรือไม่ที่จะกู้คืน Topic นี้?", + "thread-tools.purge": "ล้างกระทู้", + "thread-tools.purge-confirm": "คุณแน่ใจแล้วใช้ไมว่าต้องการล้างกระทู้นี้?", + "thread-tools.merge-topics": "รวมกระทู้", + "thread-tools.merge": "Merge Topic", + "topic-move-success": "This topic will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-multiple-success": "These topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-all-success": "All topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-undone": "Topic move undone", + "topic-move-posts-success": "Posts will be moved shortly. Click here to undo.", + "topic-move-posts-undone": "Post move undone", + "post-delete-confirm": "คุณแน่ใจแล้วใช่ไหมว่าต้องการลบโพสต์นี้", + "post-restore-confirm": "คุณแน่ใจแล้วใช้ไหมว่าต้องการกู้คืนโพสต์นี้", + "post-purge-confirm": "คุณแน่ใจแล้วใช่ไหมว่าต้องการล้างโพสต์นี้", "pin-modal-expiry": "Expiration Date", "pin-modal-help": "You can optionally set an expiration date for the pinned topic(s) here. Alternatively, you can leave this field blank to have the topic stay pinned until it is manually unpinned.", - "load_categories": "กำลังโหลดหมวดหมู่", - "confirm_move": "ย้าย", - "confirm_fork": "แยก", + "load-categories": "กำลังโหลดหมวดหมู่", + "confirm-move": "ย้าย", + "confirm-fork": "แยก", "bookmark": "บุ๊กมาร์ก", "bookmarks": "บุ๊กมาร์ก", - "bookmarks.has_no_bookmarks": "คุณยังไม่มีบุ๊กมาร์กใดๆเลย", + "bookmarks.has-no-bookmarks": "คุณยังไม่มีบุ๊กมาร์กใดๆเลย", "copy-permalink": "Copy Permalink", - "loading_more_posts": "โหลดโพสเพิ่มเติม", - "move_topic": "ย้ายกระทู้", - "move_topics": "ย้ายกระทู้", - "move_post": "ย้ายโพส", - "post_moved": "โพสต์ถูกย้ายแล้ว!", - "fork_topic": "แยกกระทู้", + "loading-more-posts": "โหลดโพสเพิ่มเติม", + "move-topic": "ย้ายกระทู้", + "move-topics": "ย้ายกระทู้", + "move-post": "ย้ายโพส", + "post-moved": "โพสต์ถูกย้ายแล้ว!", + "fork-topic": "แยกกระทู้", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", - "fork_no_pids": "ไม่มีโพสต์ที่เลือก!", + "fork-topic-instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", + "fork-no-pids": "ไม่มีโพสต์ที่เลือก!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", "x-posts-will-be-moved-to-y": "%1 post(s) will be moved to \"%2\"", - "fork_pid_count": " %1 โพสต์(s) ที่เลือก", - "fork_success": "แตกกระทู้สำเร็จแล้ว! คลิกที่นี่เพื่อไปยั้งกระทู้ที่คุณแตกประเด็น", - "delete_posts_instruction": "คลิกโพสต์ที่คุณต้องการลบ/ล้าง", - "merge_topics_instruction": "Click the topics you want to merge or search for them", + "fork-pid-count": "%1 โพสต์(s) ที่เลือก", + "fork-success": "แตกกระทู้สำเร็จแล้ว! คลิกที่นี่เพื่อไปยั้งกระทู้ที่คุณแตกประเด็น", + "delete-posts-instruction": "คลิกโพสต์ที่คุณต้องการลบ/ล้าง", + "merge-topics-instruction": "Click the topics you want to merge or search for them", "merge-topic-list-title": "List of topics to be merged", "merge-options": "Merge options", "merge-select-main-topic": "Select the main topic", "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", - "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", - "move_topic_instruction": "Select the target category and then click move", - "change_owner_instruction": "Click the posts you want to assign to another user", - "composer.title_placeholder": "ป้อนชื่อกระทู้ของคุณที่นี่ ...", - "composer.handle_placeholder": "Enter your name/handle here", + "move-posts-instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move-topic-instruction": "Select the target category and then click move", + "change-owner-instruction": "Click the posts you want to assign to another user", + "composer.title-placeholder": "ป้อนชื่อกระทู้ของคุณที่นี่ ...", + "composer.handle-placeholder": "Enter your name/handle here", "composer.hide": "Hide", "composer.discard": "ยกเลิก", "composer.submit": "ส่ง", "composer.additional-options": "Additional Options", "composer.post-later": "Post Later", "composer.schedule": "Schedule", - "composer.replying_to": "ตอบไปยัง %1", - "composer.new_topic": "กระทู้ใหม่", + "composer.replying-to": "ตอบไปยัง %1", + "composer.new-topic": "กระทู้ใหม่", "composer.editing-in": "Editing post in %1", "composer.uploading": "กำลังอัพโหลด ...", - "composer.thumb_url_label": "วาง URL ของภาพของกระทู้นี้", - "composer.thumb_title": "เพิ่มภาพให้กับกระทู้นี้", - "composer.thumb_url_placeholder": "http://example.com/thumb.png", - "composer.thumb_file_label": "หรืออัปโหลดไฟล์", - "composer.thumb_remove": "ล้างฟิลด์", - "composer.drag_and_drop_images": "ลากและวางภาพที่นี่", - "more_users_and_guests": "ผู้ใช้อีก %1 คน (s) และ %2 guest(s)", - "more_users": "อีก %1 ผู้ใช้(s)", - "more_guests": "อีก %1 guest(s)", - "users_and_others": " %1 และคนอื่นๆอีก %2 ", - "sort_by": "เรียงตาม", - "oldest_to_newest": "เก่าสุดไปยังใหม่สุด", - "newest_to_oldest": "ใหม่สุดไปยังเก่าสุด", - "most_votes": "Most Votes", - "most_posts": "Most Posts", - "most_views": "Most Views", + "composer.thumb-url-label": "วาง URL ของภาพของกระทู้นี้", + "composer.thumb-title": "เพิ่มภาพให้กับกระทู้นี้", + "composer.thumb-url-placeholder": "http://example.com/thumb.png", + "composer.thumb-file-label": "หรืออัปโหลดไฟล์", + "composer.thumb-remove": "ล้างฟิลด์", + "composer.drag-and-drop-images": "ลากและวางภาพที่นี่", + "more-users-and-guests": "ผู้ใช้อีก %1 คน (s) และ %2 guest(s)", + "more-users": "อีก %1 ผู้ใช้(s)", + "more-guests": "อีก %1 guest(s)", + "users-and-others": "%1 และคนอื่นๆอีก %2", + "sort-by": "เรียงตาม", + "oldest-to-newest": "เก่าสุดไปยังใหม่สุด", + "newest-to-oldest": "ใหม่สุดไปยังเก่าสุด", + "most-votes": "Most Votes", + "most-posts": "Most Posts", + "most-views": "Most Views", "stale.title": "ตั้งกระทู้ใหม่แทนไหม?", "stale.warning": "กระทู้ที่คุณกำลังตอบเก่าไปหน่อยนะ อยากจะลองตั้งกระทู้ใหม่แทนไหมล่ะ? แล้วก็อ้างอิงกระทู้นี้ไปยังคำตอบของคุณ", "stale.create": "ตั้งกระทู้ใหม่", - "stale.reply_anyway": "ตอบกระทู้นี้ไม่ว่ายังไงก็ตาม", - "link_back": "ตอบกลับ: [%1](%2)", + "stale.reply-anyway": "ตอบกระทู้นี้ไม่ว่ายังไงก็ตาม", + "link-back": "ตอบกลับ: [%1](%2)", "diffs.title": "แก้ไขประวัติโพสต์", "diffs.description": "โพสนี้มี %1 การแก้ไข คลิกที่การแก้ไขด้านล่างเพื่อดูเนื้อหาโพสต์ตามเวลาที่เลือก", "diffs.no-revisions-description": "โพสนี้มี %1การแก้ไข", @@ -197,8 +198,8 @@ "diffs.post-restored": "Post successfully restored to earlier revision", "diffs.delete": "Delete this revision", "diffs.deleted": "Revision deleted", - "timeago_later": "%1 later", - "timeago_earlier": "%1 earlier", + "timeago-later": "%1 later", + "timeago-earlier": "%1 earlier", "first-post": "First post", "last-post": "Last post", "go-to-my-next-post": "Go to my next post", diff --git a/public/language/th/unread.json b/public/language/th/unread.json index 12fc7c31d2..eedf23f06a 100644 --- a/public/language/th/unread.json +++ b/public/language/th/unread.json @@ -1,12 +1,12 @@ { "title": "ไม่ได้อ่าน", - "no_unread_topics": "ไม่มีกระทู้ที่ยังไม่ได้อ่านเป็น", - "load_more": "โหลดเพิ่มเติม", - "mark_as_read": "ทำเครื่องหมายว่าอ่านแล้ว", + "no-unread-topics": "ไม่มีกระทู้ที่ยังไม่ได้อ่านเป็น", + "load-more": "โหลดเพิ่มเติม", + "mark-as-read": "ทำเครื่องหมายว่าอ่านแล้ว", "selected": "เลือก", "all": "ทั้งหมด", - "all_categories": "หมวดหมู่ทั้งหมด", - "topics_marked_as_read.success": "Topic ถูกทำเครื่องหมายว่าอ่านแล้วเรียบร้อย", + "all-categories": "หมวดหมู่ทั้งหมด", + "topics-marked-as-read.success": "Topic ถูกทำเครื่องหมายว่าอ่านแล้วเรียบร้อย", "all-topics": "กระทู้ทั้งหมด", "new-topics": "ตั้งกระทู้ใหม่", "watched-topics": "กระทู้ที่ดูแล้ว", diff --git a/public/language/th/user.json b/public/language/th/user.json index d3480c38b0..3c38b748a4 100644 --- a/public/language/th/user.json +++ b/public/language/th/user.json @@ -7,22 +7,22 @@ "joindate": "วันที่เข้าร่วม", "postcount": "จำนวนโพสต์", "email": "อีเมล์", - "confirm_email": "ยืนยันอีเมล์", - "account_info": "ข้อมูลบัญชี", - "admin_actions_label": "Administrative Actions", - "ban_account": "แบนบัญชี", - "ban_account_confirm": "คุณต้องการแบนผู้ใช้นี้หรือไม่?", - "unban_account": "ปลดแบน", - "mute_account": "Mute Account", - "unmute_account": "Unmute Account", - "delete_account": "ลบบัญชี", - "delete_account_as_admin": "Delete Account", - "delete_content": "Delete Account Content", - "delete_all": "Delete Account and Content", - "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", - "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", - "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", - "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "confirm-email": "ยืนยันอีเมล์", + "account-info": "ข้อมูลบัญชี", + "admin-actions-label": "Administrative Actions", + "ban-account": "แบนบัญชี", + "ban-account-confirm": "คุณต้องการแบนผู้ใช้นี้หรือไม่?", + "unban-account": "ปลดแบน", + "mute-account": "Mute Account", + "unmute-account": "Unmute Account", + "delete-account": "ลบบัญชี", + "delete-account-as-admin": "Delete Account", + "delete-content": "Delete Account Content", + "delete-all": "Delete Account and Content", + "delete-account-confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", + "delete-this-account-confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", + "delete-account-content-confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "delete-all-confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", "account-deleted": "บัญชีถูกลบแล้ว", "account-content-deleted": "Account content deleted", "fullname": "ชื่อเต็ม", @@ -32,11 +32,12 @@ "joined": "เข้าร่วม", "lastonline": "ออนไลน์ล่าสุด", "profile": "รายละเอียด", - "profile_views": "ดูข้อมูลส่วนตัว", + "profile-views": "ดูข้อมูลส่วนตัว", "reputation": "ชื่อเสียง", "bookmarks": "ที่คั่นหน้า", - "watched_categories": "Watched categories", - "change_all": "Change All", + "watched-categories": "Watched categories", + "watched-tags": "Watched tags", + "change-all": "Change All", "watched": "ดูแล้ว", "ignored": "ยกเว้นแล้ว", "default-category-watch-state": "Default category watch state", @@ -44,83 +45,84 @@ "following": "ติดตาม", "blocks": "Blocks", "blocked-users": "Blocked users", - "block_toggle": "Toggle Block", - "block_user": "Block User", - "unblock_user": "Unblock User", + "block-toggle": "Toggle Block", + "block-user": "Block User", + "unblock-user": "Unblock User", "aboutme": "เกี่ยวกับฉัน", "signature": "ลายเซ็น", "birthday": "วันเกิด", "chat": "แชท", - "chat_with": "สนทนาต่อกับ %1", - "new_chat_with": "เริ่มสนทนากับ %1", + "chat-with": "สนทนาต่อกับ %1", + "new-chat-with": "เริ่มสนทนากับ %1", "flag-profile": "รายงานผู้ใช้", "follow": "ติดตาม", "unfollow": "เลิกติดตาม", "more": "เพิ่มเติม", - "profile_update_success": "ข้อมูลประวัติส่วนตัวได้รับการแก้ไขแล้ว", - "change_picture": "เปลี่ยนรูป", - "change_username": "เปลี่ยนชื่อผู้ใช้", - "change_email": "เปลี่ยนอีเมล", - "email_same_as_password": "Please enter your current password to continue – you've entered your new email again", + "profile-update-success": "ข้อมูลประวัติส่วนตัวได้รับการแก้ไขแล้ว", + "change-picture": "เปลี่ยนรูป", + "change-username": "เปลี่ยนชื่อผู้ใช้", + "change-email": "เปลี่ยนอีเมล", + "email-updated": "Email Updated", + "email-same-as-password": "Please enter your current password to continue – you've entered your new email again", "edit": "แก้ไข", "edit-profile": "แก้ไขข้อมูลส่วนตัว", - "default_picture": "แก้ไขไอคอน", - "uploaded_picture": "อัปโหลดรูป", - "upload_new_picture": "อัพโหลดรูปใหม่", - "upload_new_picture_from_url": "อัปโหลดรูปจาก URL", - "current_password": "รหัสผ่านปัจจุบัน", - "new_password": "New Password", - "change_password": "เปลี่ยนรหัสผ่าน", - "change_password_error": "รหัสผ่านใช้ไม่ได้", - "change_password_error_wrong_current": "รหัสผ่านปัจจุบันไม่ถูกต้อง", - "change_password_error_match": "รหัสผ่านต้องเหมือนกัน", - "change_password_error_privileges": "คุณไม่มีสิทธิในการเปลี่ยนรหัสผ่าน", - "change_password_success": "รหัสผ่านของคุณได้รับการแก้ไขแล้ว", - "confirm_password": "ยืนยันรหัสผ่าน", + "default-picture": "แก้ไขไอคอน", + "uploaded-picture": "อัปโหลดรูป", + "upload-new-picture": "อัพโหลดรูปใหม่", + "upload-new-picture-from-url": "อัปโหลดรูปจาก URL", + "current-password": "รหัสผ่านปัจจุบัน", + "new-password": "New Password", + "change-password": "เปลี่ยนรหัสผ่าน", + "change-password-error": "รหัสผ่านใช้ไม่ได้", + "change-password-error-wrong-current": "รหัสผ่านปัจจุบันไม่ถูกต้อง", + "change-password-error-match": "รหัสผ่านต้องเหมือนกัน", + "change-password-error-privileges": "คุณไม่มีสิทธิในการเปลี่ยนรหัสผ่าน", + "change-password-success": "รหัสผ่านของคุณได้รับการแก้ไขแล้ว", + "confirm-password": "ยืนยันรหัสผ่าน", "password": "รหัสผ่าน", - "username_taken_workaround": "ชื้อผู้ใช้นี้ถูกใช้แล้ว เราทำการแก้ไขชื่อผู้ใช้ของคุณเล็กน้อยเป็น %1", - "password_same_as_username": "คุณใช้รหัสผ่านเดียวกับชื่อผู้ใช้ กรุณาเปลี่ยนรหัสผ่านใหม่", - "password_same_as_email": "คุณใช้รหัสผ่านเดียวกับอีเมล กรุณาเปลี่ยนรหัสผ่านใหม่", - "weak_password": "พาสเวิร์ดเดาได้ง่าย", - "upload_picture": "อัพโหลดรูป", - "upload_a_picture": "อัพโหลดรูป", - "remove_uploaded_picture": "ลบภาพที่อัพโหลดไว้", - "upload_cover_picture": "อัพโหลดภาพหน้าปก", - "remove_cover_picture_confirm": "คุณต้องการลบภาพหน้าปกใช่หรือไม่?", - "crop_picture": "ตัดภาพ", - "upload_cropped_picture": "ตัดภาพและอัพโหลด", + "username-taken-workaround": "ชื้อผู้ใช้นี้ถูกใช้แล้ว เราทำการแก้ไขชื่อผู้ใช้ของคุณเล็กน้อยเป็น %1", + "password-same-as-username": "คุณใช้รหัสผ่านเดียวกับชื่อผู้ใช้ กรุณาเปลี่ยนรหัสผ่านใหม่", + "password-same-as-email": "คุณใช้รหัสผ่านเดียวกับอีเมล กรุณาเปลี่ยนรหัสผ่านใหม่", + "weak-password": "พาสเวิร์ดเดาได้ง่าย", + "upload-picture": "อัพโหลดรูป", + "upload-a-picture": "อัพโหลดรูป", + "remove-uploaded-picture": "ลบภาพที่อัพโหลดไว้", + "upload-cover-picture": "อัพโหลดภาพหน้าปก", + "remove-cover-picture-confirm": "คุณต้องการลบภาพหน้าปกใช่หรือไม่?", + "crop-picture": "ตัดภาพ", + "upload-cropped-picture": "ตัดภาพและอัพโหลด", "avatar-background-colour": "Avatar background colour", "settings": "ตั้งค่า", - "show_email": "แสดงอีเมลของฉัน", - "show_fullname": "แสดงชื่อจริงของฉัน", - "restrict_chats": "รับข้อความสนทนาจากคนที่ฉันติดตามเท่านั้น", - "digest_label": "สมัครรับข่าวสารจาก Digest", - "digest_description": "สมัครรับอีเมลอัพเดทข้อมูลของบอร์ดสนทนา (ข้อความแจ้งเตือนและหัวข้อใหม่ๆ) ตามรายการที่ตั้งไว้", - "digest_off": "ปิด", - "digest_daily": "รายวัน", - "digest_weekly": "รายสัปดาห์", - "digest_biweekly": "Bi-Weekly", - "digest_monthly": "รายเดือน", - "has_no_follower": "ผู้ใช้รายนี้ไม่มีใครติดตาม :(", - "follows_no_one": "ผู้ใช้รายนี้ไม่ติดตามใคร :(", - "has_no_posts": "ผู้ใช้นี้ไม่ได้โพสต์ข้อความใดๆ", - "has_no_best_posts": "This user does not have any upvoted posts yet.", - "has_no_topics": "ผู้ใช้นี้ยังไม่เคยตั้งกระทู้ใดๆ", - "has_no_watched_topics": "ผู้ใช้นี้ไม่ได้ติดตามกระทู้ใดๆ", - "has_no_ignored_topics": "ผู้ใช้นี้ไม่ได้ละเว้นกระทู้ใดๆ", - "has_no_upvoted_posts": "ผู้ใช้นี้ไม่ได้โหวตขึ้นให้ข้อความใดๆ", - "has_no_downvoted_posts": "ผู้ใช้นี้ไม่ได้โหวตลงให้ข้อความใดๆ", - "has_no_controversial_posts": "This user does not have any downvoted posts yet.", - "has_no_blocks": "You have blocked no users.", - "email_hidden": "ซ่อนอีเมล", + "show-email": "แสดงอีเมลของฉัน", + "show-fullname": "แสดงชื่อจริงของฉัน", + "restrict-chats": "รับข้อความสนทนาจากคนที่ฉันติดตามเท่านั้น", + "digest-label": "สมัครรับข่าวสารจาก Digest", + "digest-description": "สมัครรับอีเมลอัพเดทข้อมูลของบอร์ดสนทนา (ข้อความแจ้งเตือนและหัวข้อใหม่ๆ) ตามรายการที่ตั้งไว้", + "digest-off": "ปิด", + "digest-daily": "รายวัน", + "digest-weekly": "รายสัปดาห์", + "digest-biweekly": "Bi-Weekly", + "digest-monthly": "รายเดือน", + "has-no-follower": "ผู้ใช้รายนี้ไม่มีใครติดตาม :(", + "follows-no-one": "ผู้ใช้รายนี้ไม่ติดตามใคร :(", + "has-no-posts": "ผู้ใช้นี้ไม่ได้โพสต์ข้อความใดๆ", + "has-no-best-posts": "This user does not have any upvoted posts yet.", + "has-no-topics": "ผู้ใช้นี้ยังไม่เคยตั้งกระทู้ใดๆ", + "has-no-watched-topics": "ผู้ใช้นี้ไม่ได้ติดตามกระทู้ใดๆ", + "has-no-ignored-topics": "ผู้ใช้นี้ไม่ได้ละเว้นกระทู้ใดๆ", + "has-no-upvoted-posts": "ผู้ใช้นี้ไม่ได้โหวตขึ้นให้ข้อความใดๆ", + "has-no-downvoted-posts": "ผู้ใช้นี้ไม่ได้โหวตลงให้ข้อความใดๆ", + "has-no-controversial-posts": "This user does not have any downvoted posts yet.", + "has-no-blocks": "You have blocked no users.", + "email-hidden": "ซ่อนอีเมล", "hidden": "ซ่อน", - "paginate_description": "ใช้การแบ่งหน้ากระทู้และข้อความแทนการเลื่อนต่อเรื่อยๆ", - "topics_per_page": "จำนวนกระทู้ต่อหน้า", - "posts_per_page": "จำนวนข้อความต่อหน้า", + "paginate-description": "ใช้การแบ่งหน้ากระทู้และข้อความแทนการเลื่อนต่อเรื่อยๆ", + "topics-per-page": "จำนวนกระทู้ต่อหน้า", + "posts-per-page": "จำนวนข้อความต่อหน้า", "category-topic-sort": "Category topic sort", "topic-post-sort": "Topic post sort", - "max_items_per_page": "สูงสุด %1", - "acp_language": "ภาษาในหน้าผู้ดูแลระบบ", + "max-items-per-page": "สูงสุด %1", + "acp-language": "ภาษาในหน้าผู้ดูแลระบบ", "notifications": "Notifications", "upvote-notif-freq": "แจ้งเตือนความถี่โหวตขึ้น", "upvote-notif-freq.all": "โหวตขึ้นทั้งหมด", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "ทุกๆ 10, 100, 1000...", "upvote-notif-freq.disabled": "ปิด", "browsing": "เปิดดูการตั้งค่า", - "open_links_in_new_tab": "เปิดลิงค์ในแท็บใหม่", - "enable_topic_searching": "เปิดใช้การค้นหาแบบ In-Topic", - "topic_search_help": "หากเปิดใช้งาน, \"การค้นหาภายในกระทู้\" จะแทนที่ระบบ \"การค้นหาจากค่าเริ่มต้นของเบราเซอร์\" และจะทำให้คุณค้นหาข้อมูลต่างๆภายในกระทู้ได้ แทนที่จะเป็นการหาแค่สิ่งที่แสดงบนหน้าจอเท่านั้น", - "update_url_with_post_index": "Update url with post index while browsing topics", - "scroll_to_my_post": "หลังจากได้ทำการโพสต์ตอบกลับ ให้แสดงโพสต์ใหม่", - "follow_topics_you_reply_to": "ดูกระทู้ที่คุณตอบ", - "follow_topics_you_create": "ดูกระทู้ที่คุณตั้ง", + "open-links-in-new-tab": "เปิดลิงค์ในแท็บใหม่", + "enable-topic-searching": "เปิดใช้การค้นหาแบบ In-Topic", + "topic-search-help": "หากเปิดใช้งาน, \"การค้นหาภายในกระทู้\" จะแทนที่ระบบ \"การค้นหาจากค่าเริ่มต้นของเบราเซอร์\" และจะทำให้คุณค้นหาข้อมูลต่างๆภายในกระทู้ได้ แทนที่จะเป็นการหาแค่สิ่งที่แสดงบนหน้าจอเท่านั้น", + "update-url-with-post-index": "Update url with post index while browsing topics", + "scroll-to-my-post": "หลังจากได้ทำการโพสต์ตอบกลับ ให้แสดงโพสต์ใหม่", + "follow-topics-you-reply-to": "ดูกระทู้ที่คุณตอบ", + "follow-topics-you-create": "ดูกระทู้ที่คุณตั้ง", "grouptitle": "ชื่อกลุ่ม", "group-order-help": "Select a group and use the arrows to order titles", "no-group-title": "ไม่มีชื่อกลุ่ม", @@ -145,10 +147,10 @@ "no-skin": "No Skin", "select-homepage": "เลือกหน้าแรก", "homepage": "หน้าแรก", - "homepage_description": "เลือกหน้าที่จะใช้เป็นหน้าแรกของฟอรั่ม หรือเลือก None เพื่อใช้ค่าเริ่มต้น", - "custom_route": "กำหนดเส้นทางไปหน้าแรกเอง", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", - "sso.title": "บริการ Single Sign-on ", + "homepage-description": "เลือกหน้าที่จะใช้เป็นหน้าแรกของฟอรั่ม หรือเลือก None เพื่อใช้ค่าเริ่มต้น", + "custom-route": "กำหนดเส้นทางไปหน้าแรกเอง", + "custom-route-help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", + "sso.title": "บริการ Single Sign-on", "sso.associated": "เกี่ยวข้องกับ", "sso.not-associated": "คลิกที่นี่เพื่อเชื่อมโยงกับ", "sso.dissociate": "แยกตัวออก", @@ -179,25 +181,25 @@ "consent.title": "Your Rights & Consent", "consent.lead": "This community forum collects and processes your personal information.", "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.

We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.

If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.", - "consent.email_intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", - "consent.digest_frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", - "consent.digest_off": "Unless explicitly changed in your user settings, this community does not send out email digests", + "consent.email-intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.", + "consent.digest-frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.", + "consent.digest-off": "Unless explicitly changed in your user settings, this community does not send out email digests", "consent.received": "You have provided consent for this website to collect and process your information. No additional action is required.", - "consent.not_received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", + "consent.not-received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.", "consent.give": "Give consent", - "consent.right_of_access": "You have the Right of Access", - "consent.right_of_access_description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", - "consent.right_to_rectification": "You have the Right to Rectification", - "consent.right_to_rectification_description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", - "consent.right_to_erasure": "You have the Right to Erasure", - "consent.right_to_erasure_description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", - "consent.right_to_data_portability": "You have the Right to Data Portability", - "consent.right_to_data_portability_description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", - "consent.export_profile": "Export Profile (.json)", + "consent.right-of-access": "You have the Right of Access", + "consent.right-of-access-description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.", + "consent.right-to-rectification": "You have the Right to Rectification", + "consent.right-to-rectification-description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.", + "consent.right-to-erasure": "You have the Right to Erasure", + "consent.right-to-erasure-description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.", + "consent.right-to-data-portability": "You have the Right to Data Portability", + "consent.right-to-data-portability-description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.", + "consent.export-profile": "Export Profile (.json)", "consent.export-profile-success": "Exporting profile, you will get a notification when it is complete.", - "consent.export_uploads": "Export Uploaded Content (.zip)", + "consent.export-uploads": "Export Uploaded Content (.zip)", "consent.export-uploads-success": "Exporting uploads, you will get a notification when it is complete.", - "consent.export_posts": "Export Posts (.csv)", + "consent.export-posts": "Export Posts (.csv)", "consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.", "emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.", "emailUpdate.optional": "This field is optional. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.", diff --git a/public/language/th/users.json b/public/language/th/users.json index 8bbd73d103..e16d7f8522 100644 --- a/public/language/th/users.json +++ b/public/language/th/users.json @@ -1,13 +1,13 @@ { "all-users": "All Users", - "latest_users": "ผู้ใช้งานล่าสุด", - "top_posters": "ผู้ที่โพสต์มากที่สุด", - "most_reputation": "ผู้ที่มีชื่อเสียงมากที่สุด", - "most_flags": "ผู้ที่ถูกรายงานมากที่สุด", + "latest-users": "ผู้ใช้งานล่าสุด", + "top-posters": "ผู้ที่โพสต์มากที่สุด", + "most-reputation": "ผู้ที่มีชื่อเสียงมากที่สุด", + "most-flags": "ผู้ที่ถูกรายงานมากที่สุด", "search": "ค้นหา", - "enter_username": "กรอกชื่อผู้ใช้เพื่อค้นหา", + "enter-username": "กรอกชื่อผู้ใช้เพื่อค้นหา", "search-user-for-chat": "Search for a user to start chat", - "load_more": "โหลดเพิ่มเติม", + "load-more": "โหลดเพิ่มเติม", "users-found-search-took": "พบ %1 ผู้ใช้(s)! การค้นหาใช้เวลาทั้งหมด %2 วินาที", "filter-by": "การกรอง", "online-only": "กำลังออนไลน์เท่านั้น", @@ -15,10 +15,10 @@ "prompt-email": "Emails:", "groups-to-join": "Groups to be joined when invite is accepted:", "invitation-email-sent": "อีเมลคำเชิญถูกส่งไปยัง %1 เรียบร้อย", - "user_list": "รายการผู้ใช้", - "recent_topics": "กระทู้ล่าสุด", - "popular_topics": "กระทู้ยอดนิยม", - "unread_topics": "กระทู้ที่ยังไม่อ่าน", + "user-list": "รายการผู้ใช้", + "recent-topics": "กระทู้ล่าสุด", + "popular-topics": "กระทู้ยอดนิยม", + "unread-topics": "กระทู้ที่ยังไม่อ่าน", "categories": "หมวดหมู่", "tags": "แท็ก", "no-users-found": "ไม่พบผู้ใช้ใดๆ!" diff --git a/public/language/tr/admin/admin.json b/public/language/tr/admin/admin.json index 36cf3b16f9..4085e2998e 100644 --- a/public/language/tr/admin/admin.json +++ b/public/language/tr/admin/admin.json @@ -5,14 +5,14 @@ "acp-title": "%1 | NodeBB Yönetici Kontrol Paneli", "settings-header-contents": "İçerikler", "changes-saved": "Değişiklikler kaydedildi", - "changes-saved-message": "Your changes to the NodeBB configuration have been saved.", + "changes-saved-message": "NodeBB konfigürasyon değişiklikleri kaydedildi.", "changes-not-saved": "Değişiklikler kaydedilmedi", "changes-not-saved-message": "NodeBB değişiklikleri kaydederken bir hata oluştu (%1)", "save-changes": "Değişiklikleri Kaydet", "min": "En az:", "max": "En çok:", - "view": "View", - "edit": "Edit", - "add": "Add", - "select-icon": "Select Icon" + "view": "Görüntüle", + "edit": "Düzenle", + "add": "Ekle", + "select-icon": "Ikon Seçin" } \ No newline at end of file diff --git a/public/language/tr/admin/advanced/database.json b/public/language/tr/admin/advanced/database.json index 51527eb08d..94e4fd6c21 100644 --- a/public/language/tr/admin/advanced/database.json +++ b/public/language/tr/admin/advanced/database.json @@ -17,7 +17,7 @@ "mongo.file-size": "Dosya Boyutu", "mongo.resident-memory": "Yerleşik Bellek", "mongo.virtual-memory": "Sanal Bellek", - "mongo.mapped-memory": "Planlanan Bellek", + "mongo.mapped-memory": "Mapped Memory", "mongo.bytes-in": "alınan bayt", "mongo.bytes-out": "gönderilen bayt", "mongo.num-requests": "İsteklerin Sayısı", diff --git a/public/language/tr/admin/advanced/events.json b/public/language/tr/admin/advanced/events.json index 14bdd8788c..4cc97c46f4 100644 --- a/public/language/tr/admin/advanced/events.json +++ b/public/language/tr/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "Aktivite türü", "filter-start": "Başlangıç zamanı", "filter-end": "Bitiş zamanı", - "filter-perPage": "Sayfa Başına" + "filter-per-page": "Sayfa Başına" } \ No newline at end of file diff --git a/public/language/tr/admin/extend/widgets.json b/public/language/tr/admin/extend/widgets.json index e6463f505e..b5c8052a22 100644 --- a/public/language/tr/admin/extend/widgets.json +++ b/public/language/tr/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "Bileşen bulunamadı! Eklentiler kontrol panelinden bileşen eklentisini aktifleştirmelisiniz!", "clone-from": "Bileşenleri klonla", "containers.available": "Kullanılabilir Kutucuklar", - "containers.explanation": "Aktif olan herhangi bir bileşenin üzerine sürükleyin ve bırakın", + "containers.explanation": "Drag and drop on top of any widget", "containers.none": "Kutucuk Yok", "container.well": "Çukur", "container.jumbotron": "Büyük Gösterim", @@ -29,5 +29,7 @@ "hide-from-groups": "Şu gruplara gösterme", "start-date": "Başlangıç tarihi", "end-date": "Bitiş tarihi", - "hide-on-mobile": "Mobilde gösterme" + "hide-on-mobile": "Mobilde gösterme", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/tr/admin/manage/privileges.json b/public/language/tr/admin/manage/privileges.json index 7372fde2e6..3f9442084e 100644 --- a/public/language/tr/admin/manage/privileges.json +++ b/public/language/tr/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "Ayrıcalıkları Düzenle", "select-clear-all": "Hepsini Seç/Temizle", "chat": "Sohbet", + "chat-with-privileged": "Chat with Privileged", "upload-images": "Resim Yükle", "upload-files": "Dosya Yükle", "signature": "İmza", @@ -33,7 +34,7 @@ "edit-posts": "İletiyi düzenle", "view-edit-history": "Düzenleme Geçmişini Görüntüle", "delete-posts": "İletileri Sil", - "view_deleted": "Silinen İletileri Görüntüle", + "view-deleted": "Silinen İletileri Görüntüle", "upvote-posts": "İletilere Artı Oy Ver", "downvote-posts": "İletilere Eksi Oy Ver", "delete-topics": "Başlıkları Sil", diff --git a/public/language/tr/admin/manage/users.json b/public/language/tr/admin/manage/users.json index 4cc0417d38..eee1f680ee 100644 --- a/public/language/tr/admin/manage/users.json +++ b/public/language/tr/admin/manage/users.json @@ -4,16 +4,21 @@ "edit": "Hareketler", "make-admin": "Yönetici Yap", "remove-admin": "Yöneticiliği Sil", + "change-email": "Change Email", + "new-email": "New Email", "validate-email": "E-postayı Doğrula", "send-validation-email": "Onay E-postası Gönder", + "change-password": "Change Password", "password-reset-email": "E-posta Sıfırlaması için Parola Gönder", "force-password-reset": "Kullanıcının oturumunu kapat ve şifreyi değiştirmeye zorla", - "ban": "Yasaklı Kullanıcı(lar)", + "ban": "Ban", + "ban-users": "Ban User(s)", "temp-ban": "Kullanıcı(ları) Geçici Olarak Yasakla", "unban": "Kullanıcı(n/lar)ın Yasağını Kaldır", "reset-lockout": "Kilitlemeyi Sıfırla", "reset-flags": "Bayrakları Sıfırla", - "delete": " Kullanıcı(ları) Sil", + "delete": "Delete", + "delete-users": "Delete User(s)", "delete-content": "Kullanıcı İçeriğini Sil", "purge": "Kullanıcıyı/ları ve İçeriği Sil", "download-csv": "CSV İndir", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "%1 kullanıcı(ları) yasakla", "alerts.unban-success": "Kullanıcı(ların) yasağı kaldırıldı!", "alerts.lockout-reset-success": "Kilitleme(ler) sıfırlandı!", + "alerts.password-change-success": "Password(s) changed!", "alerts.flag-reset-success": "Bayrak(lar) sıfırlandı!", "alerts.no-remove-yourself-admin": "Kendinizi Yönetici olarak kaldıramazsınız!", "alerts.make-admin-success": "Kullanıcı şimdi yönetici.", @@ -106,6 +112,7 @@ "alerts.create": "Kullanıcı Oluştur", "alerts.button-create": "Oluştur", "alerts.button-cancel": "İptal", + "alerts.button-change": "Change", "alerts.error-passwords-different": "Şifreler aynı olmalı!", "alerts.error-x": "Hata

%1

", "alerts.create-success": "Kullanıcı oluşturuldu!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "Eposta:", "alerts.email-sent-to": "%1'e bir davet e-postası gönderildi", "alerts.x-users-found": "%1 kullanıcı bulundu, (%2 saniye)", + "alerts.select-a-single-user-to-change-email": "Select a single user to change email", "export-users-started": "Kullanıcılar csv olarak aktarılmak üzere hazırlanıyor, bu işlem zaman alabilir. İşlem tamamlandığında bildirim alacaksınız!", - "export-users-completed": "Kullanıcılar csv olarak hazırlandı, indirmek için tıklayınız" + "export-users-completed": "Kullanıcılar csv olarak hazırlandı, indirmek için tıklayınız", + "email": "Email", + "password": "Password", + "manage": "Manage" } \ No newline at end of file diff --git a/public/language/tr/admin/settings/chat.json b/public/language/tr/admin/settings/chat.json index 09719c318a..61599fcf81 100644 --- a/public/language/tr/admin/settings/chat.json +++ b/public/language/tr/admin/settings/chat.json @@ -1,13 +1,16 @@ { + "zero-is-disabled": "Enter 0 to disable this restriction", "chat-settings": "Sohbet Ayarları", "disable": "Sohbeti kapat", "disable-editing": "Sohbet mesajlarını düzenlemeyi/silmeyi kapat", "disable-editing-help": "Yöneticiler ve global moderatörler bu kısıtlamadan muaftır", "max-length": "Maksimum sohbet mesajı uzunluğu", - "max-chat-room-name-length": "Maximum length of chat room names", + "max-chat-room-name-length": "Maksimum sohbet oda adı uzunluğu", "max-room-size": "Sohbet odalarındaki maksimum kullanıcı sayısı", - "delay": "Sohbet mesajları arasındaki süre (milisaniye)", - "notification-delay": "Sohbet mesajları için bildirim gecikme süresi (gecikme olmaması için 0 yazın)", - "restrictions.seconds-edit-after": "Sohbet mesajları kaç saniye boyunca düzenlenebilir olacak (0 - özellik aktif değil)", - "restrictions.seconds-delete-after": "Sohbet mesajları kaç saniye boyunca silinebilir olacak (0 - özellik aktif değil)" + "delay": "Time between chat messages (ms)", + "newbieDelay": "... for new users (ms)", + "notification-delay": "Geciken sohbet mesajları bildirimi", + "notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.", + "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.", + "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable." } \ No newline at end of file diff --git a/public/language/tr/admin/settings/post.json b/public/language/tr/admin/settings/post.json index 4975faa299..2aaadbbebf 100644 --- a/public/language/tr/admin/settings/post.json +++ b/public/language/tr/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "Title Length", "restrictions.post-length": "Post Length", "restrictions.days-until-stale": "Konu eskimiş sayılana kadar geçen gün sayısı", - "restrictions.stale-help": "Bir konu \"eskimiş\" olarak kabul edilirse, o konuya cevap vermeye çalışan kullanıcılara bir uyarı gösterilecektir.", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "Zaman Damgası", "timestamp.cut-off": "Kapanış tarihi (günler)", "timestamp.cut-off-help": "Tarihler ve & zamanlar göreli bir şekilde (ör. \"3 saat önce\" / \"5 gün önce\") gösterilecek ve çeşitli dillerde yerleştirilecektir.\n\t\t\t\t\tBelirli bir noktadan sonra, bu metin yerelleştirilmiş tarihi göstermek için değiştirilebilir.\n\t\t\t\t\t(ör. 5 Kasım 2016 15:30).
(Varsayılan: 30, veya bir ay). Tarihleri her zaman görüntülemek için 0'a ayarlayın, her zaman göreli zamanları görüntülemek için boş bırakın.", diff --git a/public/language/tr/admin/settings/user.json b/public/language/tr/admin/settings/user.json index 5fb3979d99..f8154d4566 100644 --- a/public/language/tr/admin/settings/user.json +++ b/public/language/tr/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "Kullanıcı Adı veya E-posta", "allow-login-with.username": "Sadece kullanıcı adı", "account-settings": "Hesap Ayarları", - "gdpr_enabled": "GDPR veri toplamayı etkinleştir", - "gdpr_enabled_help": "Etkinleştirilirse, yeni kayıt olan kullanıcılar General Data Protection Regulation (GDPR) düzenlemeleri altında veri toplanılması ve kullanılması için açık bir şekilde izin vermiş olurlar. Not: GDPR özelliğini aktifleştirmek halihazırda kayıtlı olan kişileri etkilemez. Şu anki kayıtlı kullanıcıların bu düzenlemeleri kabul etmesi için GDPR eklentisini yüklemelisiniz.", + "gdpr-enabled": "GDPR veri toplamayı etkinleştir", + "gdpr-enabled-help": "Etkinleştirilirse, yeni kayıt olan kullanıcılar General Data Protection Regulation (GDPR) düzenlemeleri altında veri toplanılması ve kullanılması için açık bir şekilde izin vermiş olurlar. Not: GDPR özelliğini aktifleştirmek halihazırda kayıtlı olan kişileri etkilemez. Şu anki kayıtlı kullanıcıların bu düzenlemeleri kabul etmesi için GDPR eklentisini yüklemelisiniz.", "disable-username-changes": "Kullanıcı adı değişikliği kapalı", "disable-email-changes": "E-posta değişikliklerini devre dışı bırak", "disable-password-changes": "Parola değişikliği kapalı", diff --git a/public/language/tr/category.json b/public/language/tr/category.json index 2ea2bba0b2..9be758a5d3 100644 --- a/public/language/tr/category.json +++ b/public/language/tr/category.json @@ -1,12 +1,12 @@ { "category": "Kategori", "subcategories": "Alt kategoriler", - "new_topic_button": "Yeni Başlık", + "new-topic-button": "Yeni Başlık", "guest-login-post": "Giriş Yap", - "no_topics": " Bu kategoride hiç konu yok.
Yeni bir konu oluşturmak istemez misiniz?", + "no-topics": " Bu kategoride hiç konu yok.
Yeni bir konu oluşturmak istemez misiniz?", "browsing": "gözden geçiriliyor", - "no_replies": "Kimse yanıtlamadı", - "no_new_posts": "Yeni ileti yok", + "no-replies": "Kimse yanıtlamadı", + "no-new-posts": "Yeni ileti yok", "watch": "Takip et", "ignore": "Yok say", "watching": "Takip ediliyor", diff --git a/public/language/tr/email.json b/public/language/tr/email.json index 326d0c01a7..cfcfec239d 100644 --- a/public/language/tr/email.json +++ b/public/language/tr/email.json @@ -3,8 +3,8 @@ "password-reset-requested": "Şifre Sıfırlama İstediniz!", "welcome-to": "%1 'a Hoş Geldiniz!", "invite": "%1 sizi davet etti", - "greeting_no_name": "Merhaba", - "greeting_with_name": "Merhaba %1", + "greeting-no-name": "Merhaba", + "greeting-with-name": "Merhaba %1", "email.verify-your-email.subject": "Lütfen e-posta adresinizi doğrulayın", "email.verify.text1": "E-posta adresinizi değiştirmemizi veya onaylamamızı istediniz", "email.verify.text2": "Güvenlik amacıyla, kayıtlı e-posta adresini yalnızca sahipliği e-posta yoluyla onaylandıktan sonra değiştirir veya onaylarız. Bunu talep etmediyseniz, herhangi bir işlem yapmanız gerekmez.", @@ -24,7 +24,7 @@ "reset.notify.text2": "Bunu siz yetkilendirmediyseniz, lütfen hiç vakit kaybetmeden site yöneticisine bu durumu bildiriniz.", "digest.unread-rooms": "Unread rooms", "digest.room-name-unreadcount": "%1 (%2 unread)", - "digest.latest_topics": "'daki En Güncel Konular", + "digest.latest-topics": "'daki En Güncel Konular", "digest.top-topics": "%1 tarafından zirve başlıklar", "digest.popular-topics": "%1 tarafından popüler başlıklar", "digest.cta": "sitesini ziyaret etmek için buraya tıklayın", @@ -36,17 +36,17 @@ "digest.title.day": "Günlük Özet", "digest.title.week": "Haftalık Özet", "digest.title.month": "Aylık Özet", - "notif.chat.subject": "%1 kullanıcısından yeni bir mesaj aldınız!", - "notif.chat.public-chat-subject": "New message from %1 in room %2", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "Sohbete devam etmek için buraya tıklayın", "notif.chat.unsub.info": "Bu bildirim, seçtiğiniz ayarlar nedeniyle gönderilmiştir.", "notif.post.unsub.info": "Bu yazı bildirimi size abonelik ayarlarınız nedeniyle gönderilmiştir.", - "notif.post.unsub.one-click": "Alternatif olarak şu linke tıklayarak aboneliğinizi sonlandırabilirsiniz: ", + "notif.post.unsub.one-click": "Alternatif olarak şu linke tıklayarak aboneliğinizi sonlandırabilirsiniz:", "notif.cta": "Foruma", "notif.cta-new-reply": "İletiyi Görüntüle", "notif.cta-new-chat": "Sohbeti Görüntüle", "notif.test.short": "Bildirim Testi", - "notif.test.long": "Bu, bir bildirim epostası testidir. ", + "notif.test.long": "Bu, bir bildirim epostası testidir.", "test.text1": "Bu ileti NodeBB e-posta ayarlarınızın doğru çalışıp çalışmadığını kontrol etmek için gönderildi.", "unsub.cta": "Buraya tıklayarak ayarlarınızı değiştirebilirsiniz.", "unsubscribe": "abonelikten çık", diff --git a/public/language/tr/error.json b/public/language/tr/error.json index 26d2053d7c..7c8eb39864 100644 --- a/public/language/tr/error.json +++ b/public/language/tr/error.json @@ -88,7 +88,7 @@ "content-too-long": "Lütfen daha kısa bir ileti girin. İletiler %1 karakterden uzun olamaz.", "title-too-short": "Lütfen daha uzun bir başlık girin. Başlıklar en az %1 karakter içermelidir.", "title-too-long": "Lütfen daha kısa bir başlık girin. Başlıklar %1 karakterden uzun olamaz.", - "category-not-selected": "Kategori bulunamadı. Lütfen bir kategori seçiniz. ", + "category-not-selected": "Kategori bulunamadı. Lütfen bir kategori seçiniz.", "too-many-posts": "%1 saniye içinde yalnızca bir ileti gönderebilirsiniz - lütfen tekrar ileti göndermeden önce bekleyiniz.", "too-many-posts-newbie": "Yeni bir kullanıcı olarak, %2 saygınlık puanı kazanana kadar %1 saniye içinde bir ileti gönderebilirsiniz - lütfen tekrar ileti göndermeden önce bekleyiniz.", "already-posting": "Halihazırda ileti gönderiyorsunuz...", @@ -107,7 +107,7 @@ "upload-error-fallback": "Resim yüklenemiyor — %1", "scheduling-to-past": "Lütfen gelecekte bir tarih seçiniz.", "invalid-schedule-date": "Lütfen geçerli bir tarih ve saat seçiniz.", - "cant-pin-scheduled": "Zamanlanmış konular sabitlenemez veya sabitliği kaldırılamaz. ", + "cant-pin-scheduled": "Zamanlanmış konular sabitlenemez veya sabitliği kaldırılamaz.", "cant-merge-scheduled": "Zamanlanmış konular birleştirilemez.", "cant-move-posts-to-scheduled": "İletileri zamanlanmış bir konuya taşıyamazsınız!", "cant-move-from-scheduled-to-existing": "İletileri zamanlanmış bir konudan aktif olan bir konuya taşıyamazsınız!", @@ -115,8 +115,8 @@ "already-unbookmarked": "Bu iletiyi zaten yer imlerinizden çıkarmışsınız.", "cant-ban-other-admins": "Başka yöneticileri yasaklayamazsınız!", "cant-mute-other-admins": "Diğer yöneticileri susturamazsınız!", - "user-muted-for-hours": "Susturuldunuz, %1 saat sonra yeniden ileti gönderebileceksiniz. ", - "user-muted-for-minutes": "Susturuldunuz, %1 dakika sonra yeniden ileti gönderebileceksiniz. ", + "user-muted-for-hours": "Susturuldunuz, %1 saat sonra yeniden ileti gönderebileceksiniz.", + "user-muted-for-minutes": "Susturuldunuz, %1 dakika sonra yeniden ileti gönderebileceksiniz.", "cant-make-banned-users-admin": "Yasaklanmış üyeleri yönetici yapamazsınız.", "cant-remove-last-admin": "Tek yönetici sizsiniz. Kendinizi adminlikten çıkarmadan önce başka bir kullanıcıyı admin olarak ekleyiniz", "account-deletion-disabled": "Hesap silme devre dışı bırakılmış", @@ -137,7 +137,7 @@ "group-already-invited": "Bu kullanıcı zaten davet edilmiş", "group-already-requested": "Üyelik isteğiniz zaten gönderildi", "group-join-disabled": "Gruba şu anda katılamazsınız!", - "group-leave-disabled": "Grubu şu anda terk edemezsiniz! ", + "group-leave-disabled": "Grubu şu anda terk edemezsiniz!", "group-user-not-pending": "Kullanıcının bu gruba katılmak için bekleyen bir isteği yok.", "gorup-user-not-invited": "Kullanıcı bu gruba katılmaya davet edilmedi.", "post-already-deleted": "İleti zaten silinmiş", @@ -168,7 +168,7 @@ "chat-room-name-too-long": "Chat room name too long. Names can't be longer than %1 characters.", "already-voting-for-this-post": "Bu gönderi için zaten oy verdin.", "reputation-system-disabled": "İtibar sistemi devre dışı.", - "downvoting-disabled": "Eksi oylama devre dışı bırakılmış. ", + "downvoting-disabled": "Eksi oylama devre dışı bırakılmış.", "not-enough-reputation-to-chat": "Özel Sohbet için en az %1 saygınlık puanına sahip olmalısınız.", "not-enough-reputation-to-upvote": "Artı oy verebilmek için en az %1 saygınlık puanına sahip olmalısınız.", "not-enough-reputation-to-downvote": "Eksi oy verebilmek için en az %1 saygınlık puanına sahip olmalısınız.", @@ -184,6 +184,7 @@ "post-flagged-too-many-times": "Bu ileti başkaları tarafından halihazırda şikayet edilmiş.", "user-flagged-too-many-times": "Bu kullanıcı başkaları tarafından halihazırda şikayet edilmiş.", "cant-flag-privileged": "Yöneticilerin profillerini veya içeriklerini bayraklayamazsınız.", + "cant-locate-flag-report": "Cannot locate flag report", "self-vote": "Kendi iletinize oy veremezsiniz", "too-many-upvotes-today": "Bir günde sadece %1 artı oy verebilirsiniz", "too-many-upvotes-today-user": "Bir kullanıcıya bir günde sadece %1 artı oy verebilirsiniz", diff --git a/public/language/tr/flags.json b/public/language/tr/flags.json index edb745dd26..6d7515dc0d 100644 --- a/public/language/tr/flags.json +++ b/public/language/tr/flags.json @@ -1,5 +1,6 @@ { "state": "Durum", + "report": "Report", "reports": "Raporlar", "first-reported": "İlk rapor tarihi", "no-flags": "Yaşasın! Hiçbir şikayet bulunamadı.", @@ -8,6 +9,8 @@ "update": "Güncelle", "updated": "Güncellendi", "resolved": "Çözüldü", + "report-added": "Added", + "report-rescinded": "Rescinded", "target-purged": "Şikayet edilen içerik temizlendi ve artık mevcut değil.", "target-aboutme-empty": "Bu kullanıcı için "Hakkımda" bölümü yok.", diff --git a/public/language/tr/global.json b/public/language/tr/global.json index b245a43775..d48f818074 100644 --- a/public/language/tr/global.json +++ b/public/language/tr/global.json @@ -13,19 +13,19 @@ "400.message": "It looks like this link is malformed, please double-check and try again.
Return to the home page.
", "register": "Kayıt Ol", "login": "Giriş", - "please_log_in": "Lütfen Giriş Yapınız", + "please-log-in": "Lütfen Giriş Yapınız", "logout": "Çıkış", - "posting_restriction_info": "İleti gönderme sadece kayıtlı kullanıcılar içindir, giriş yapmak için buraya tıklayın.", - "welcome_back": "Tekrar Hoş Geldiniz", - "you_have_successfully_logged_in": "Başarıyla giriş yaptınız!", - "save_changes": "Değişiklikleri Kaydet", + "posting-restriction-info": "İleti gönderme sadece kayıtlı kullanıcılar içindir, giriş yapmak için buraya tıklayın.", + "welcome-back": "Tekrar Hoş Geldiniz", + "you-have-successfully-logged-in": "Başarıyla giriş yaptınız!", + "save-changes": "Değişiklikleri Kaydet", "save": "Kaydet", "create": "Create", "cancel": "İptal et", "close": "Kapat", "pagination": "Sayfalara numara koyma", - "pagination.out_of": "%1 - %2", - "pagination.enter_index": "İleti dizinine git", + "pagination.out-of": "%1 - %2", + "pagination.enter-index": "İleti dizinine git", "header.admin": "Yönetim", "header.categories": "Kategoriler", "header.recent": "Güncel", @@ -54,7 +54,7 @@ "alert.warning": "Warning", "alert.info": "Info", "alert.banned": "Yasaklı", - "alert.banned.message": "Yasaklandınız, erişiminiz kısıtlanmıştır. ", + "alert.banned.message": "Yasaklandınız, erişiminiz kısıtlanmıştır.", "alert.unbanned": "Yasak kaldırıldı", "alert.unbanned.message": "Yasağınız kaldırıldı.", "alert.unfollow": "Artık %1'i takip etmiyorsunuz!", @@ -80,25 +80,25 @@ "lastpost": "Son ileti", "firstpost": "İlk ileti", "about": "Hakkında", - "read_more": "daha fazla oku", + "read-more": "daha fazla oku", "more": "Daha Fazla", "none": "Hiçbiri", - "posted_ago_by_guest": "Ziyaretçi tarafından %1 yayımlandı", - "posted_ago_by": "%2 tarafından %1 yayımlandı", - "posted_ago": "%1 yayımlandı", - "posted_in": "%1 içinde yayımlandı", - "posted_in_by": "%2 tarafından %1 içinde yayımlandı", - "posted_in_ago": "%1 içinde %2 yayımlandı", - "posted_in_ago_by": "%1 içinde %3 tarafından %2 yayımlandı", - "user_posted_ago": "%1 %2 yayımladı", - "guest_posted_ago": "Ziyaretçi %1 yayımladı", - "last_edited_by": "Son düzenleyen: %1", + "posted-ago-by-guest": "Ziyaretçi tarafından %1 yayımlandı", + "posted-ago-by": "%2 tarafından %1 yayımlandı", + "posted-ago": "%1 yayımlandı", + "posted-in": "%1 içinde yayımlandı", + "posted-in-by": "%2 tarafından %1 içinde yayımlandı", + "posted-in-ago": "%1 içinde %2 yayımlandı", + "posted-in-ago-by": "%1 içinde %3 tarafından %2 yayımlandı", + "user-posted-ago": "%1 %2 yayımladı", + "guest-posted-ago": "Ziyaretçi %1 yayımladı", + "last-edited-by": "Son düzenleyen: %1", "edited-timestamp": "Düzenlendi %1", "norecentposts": "Güncel İleti Yok", "norecenttopics": "Güncel Konu Yok", "recentposts": "Güncel İletiler", "recentips": "Güncel giriş yapilan IP adresleri", - "moderator_tools": "Moderasyon Araçları", + "moderator-tools": "Moderasyon Araçları", "status": "Durum", "online": "Çevrimiçi", "away": "Dışarıda", @@ -109,7 +109,7 @@ "language": "Dil", "guest": "Ziyaretçi", "guests": "Ziyaretçiler", - "former_user": "Eski Kullanıcı", + "former-user": "Eski Kullanıcı", "system-user": "Sistem", "unknown-user": "Bilinmeyen kullanıcı", "updated.title": "Forum Güncellendi", @@ -117,12 +117,12 @@ "privacy": "Gizlilik", "follow": "Takip et", "unfollow": "Takip etmeyi bırak", - "delete_all": "Hepsini Sil", + "delete-all": "Hepsini Sil", "map": "Harita", "sessions": "Giriş Oturumları", - "ip_address": "IP Adresleri", - "enter_page_number": "Sayfa numarasını girin", - "upload_file": "Dosya yükle", + "ip-address": "IP Adresleri", + "enter-page-number": "Sayfa numarasını girin", + "upload-file": "Dosya yükle", "upload": "Yükle", "uploads": "Yüklemeler", "allowed-file-types": "İzin verilen dosya tipleri %1", @@ -131,7 +131,7 @@ "play": "Oynat", "cookies.message": "Bu web sitesi en iyi deneyimi elde etmeniz amacıyla çerezlerden yararlanır.", "cookies.accept": "Anladım!", - "cookies.learn_more": "Daha Fazla", + "cookies.learn-more": "Daha Fazla", "edited": "Düzenlendi", "disabled": "Devre dışı", "select": "Seç", diff --git a/public/language/tr/groups.json b/public/language/tr/groups.json index b88e8b7cab..b84d9a26fd 100644 --- a/public/language/tr/groups.json +++ b/public/language/tr/groups.json @@ -2,65 +2,65 @@ "all-groups": "Tüm gruplar", "groups": "Gruplar", "members": "Üyeler", - "view_group": "Grubu Gör", + "view-group": "Grubu Gör", "owner": "Grup Kurucusu", - "new_group": "Yeni Grup Oluştur", - "no_groups_found": "Henüz hiç grup yok", + "new-group": "Yeni Grup Oluştur", + "no-groups-found": "Henüz hiç grup yok", "pending.accept": "Onayla", "pending.reject": "Reddet", - "pending.accept_all": "Hepsini Kabul Et", - "pending.reject_all": "Hepsini Reddet", + "pending.accept-all": "Hepsini Kabul Et", + "pending.reject-all": "Hepsini Reddet", "pending.none": "Şu anda bekleyen üye yok", "invited.none": "Şu anda davet edilmiş üye yok", "invited.uninvite": "Daveti iptal et", "invited.search": "Gruba davet etmek için kullanıcı ara", - "invited.notification_title": "%1 grubuna katılmaya davet edildiniz", - "request.notification_title": "%1 grup daveti gönderdi", - "request.notification_text": "%1 , %2 grubuna katılmak istiyor", + "invited.notification-title": "%1 grubuna katılmaya davet edildiniz", + "request.notification-title": "%1 grup daveti gönderdi", + "request.notification-text": "%1 , %2 grubuna katılmak istiyor", "cover-save": "Kaydet", "cover-saving": "Kaydediliyor", "details.title": "Grup Detayları", "details.members": "Üye Listesi", "details.pending": "Üyeler bekleniyor", "details.invited": "Davet Edilen Üyeler", - "details.has_no_posts": "Bu grubun üyeleri henüz bir ileti göndermedi.", - "details.latest_posts": "En son iletiler", + "details.has-no-posts": "Bu grubun üyeleri henüz bir ileti göndermedi.", + "details.latest-posts": "En son iletiler", "details.private": "Özel", "details.disableJoinRequests": "Katılma isteklerini devre dışı bırak", "details.disableLeave": "Üyelerin gruptan ayrılmasını yasakla", "details.grant": "Grup Sahibi Yap/Kaldır", "details.kick": "Dışarı at", - "details.kick_confirm": "Bu üyeyi bu gruptan silmek istediğinize emin misiniz?", + "details.kick-confirm": "Bu üyeyi bu gruptan silmek istediğinize emin misiniz?", "details.add-member": "Üye Ekle", - "details.owner_options": "Grup Yöneticisi", - "details.group_name": "Grup ismi", - "details.member_count": "Üye Sayısı", - "details.creation_date": "Oluşturulma Tarihi", + "details.owner-options": "Grup Yöneticisi", + "details.group-name": "Grup ismi", + "details.member-count": "Üye Sayısı", + "details.creation-date": "Oluşturulma Tarihi", "details.description": "Tanımlama", "details.member-post-cids": "İletilerin gösterileceği kategori ID'leri", - "details.badge_preview": "Rozet Önizlemesi", - "details.change_icon": "İkonu Değiştir", - "details.change_label_colour": "Etiket Rengini Değiştir", - "details.change_text_colour": "Yazı Rengini Değiştir", - "details.badge_text": "Rozet Yazısı", + "details.badge-preview": "Rozet Önizlemesi", + "details.change-icon": "İkonu Değiştir", + "details.change-label-colour": "Etiket Rengini Değiştir", + "details.change-text-colour": "Yazı Rengini Değiştir", + "details.badge-text": "Rozet Yazısı", "details.userTitleEnabled": "Rozeti Göster", - "details.private_help": "Gruba katılmak için eğer etkinse grup sahibini onayı gerekir, ", + "details.private-help": "Gruba katılmak için eğer etkinse grup sahibini onayı gerekir,", "details.hidden": "Gizli", - "details.hidden_help": "Bu grup eğer etkinse grup listelerinde bulunmaz, ve kullanıcılar bizzat davet eder", - "details.delete_group": "Grubu Sil", - "details.private_system_help": "Özel gruplar sistem seviyesinde devre dışı bırakıldı. Bu seçenek hiçbir şeyi değiştirmeyecek.", + "details.hidden-help": "Bu grup eğer etkinse grup listelerinde bulunmaz, ve kullanıcılar bizzat davet eder", + "details.delete-group": "Grubu Sil", + "details.private-system-help": "Özel gruplar sistem seviyesinde devre dışı bırakıldı. Bu seçenek hiçbir şeyi değiştirmeyecek.", "event.updated": "Grup detayları güncellenmiştir", "event.deleted": "\"%1\" grubu silinmiş", "membership.accept-invitation": "Daveti Kabul Et", - "membership.accept.notification_title": " %1 grubunun üyesi oldunuz!", + "membership.accept.notification-title": "%1 grubunun üyesi oldunuz!", "membership.invitation-pending": "Davet beklemede", "membership.join-group": "Gruba Katıl", "membership.leave-group": "Gruptan Ayrıl", - "membership.leave.notification_title": "%1 kullanıcısı şu gruptan ayrıldı: %2", + "membership.leave.notification-title": "%1 kullanıcısı şu gruptan ayrıldı: %2", "membership.reject": "Reddet", - "new-group.group_name": "Grup İsmi:", + "new-group.group-name": "Grup İsmi:", "upload-group-cover": "Grup kapağı yükle", "bulk-invite-instructions": "Bu gruba davet etmek için virgülle ayrılmış adlarının bir listesini girin", "bulk-invite": "Toplu Davet", - "remove_group_cover_confirm": "Kapak görselini silmek istediğinden emin misin?" + "remove-group-cover-confirm": "Kapak görselini silmek istediğinden emin misin?" } \ No newline at end of file diff --git a/public/language/tr/login.json b/public/language/tr/login.json index 40167b5d61..d7f8470c09 100644 --- a/public/language/tr/login.json +++ b/public/language/tr/login.json @@ -1,12 +1,12 @@ { "username-email": "Kullanıcı Adı / E-posta Adresi", "username": "Kullanıcı Adı", - "remember_me": "Beni Hatırla!", - "forgot_password": "Şifrenizi mi unuttunuz?", - "alternative_logins": "Alternatif Girişler", - "failed_login_attempt": "Giriş Başarısız", - "login_successful": "Başarıyla giriş yaptınız!", - "dont_have_account": "Hesabınız yok mu?", + "remember-me": "Beni Hatırla!", + "forgot-password": "Şifrenizi mi unuttunuz?", + "alternative-logins": "Alternatif Girişler", + "failed-login-attempt": "Giriş Başarısız", + "login-successful": "Başarıyla giriş yaptınız!", + "dont-have-account": "Hesabınız yok mu?", "logged-out-due-to-inactivity": "Hareketsizlik nedeniyle yönetici panelinden çıkış yapıldı", "caps-lock-enabled": "Caps Lock aktif" } \ No newline at end of file diff --git a/public/language/tr/modules.json b/public/language/tr/modules.json index 0cc525688c..719464d5f2 100644 --- a/public/language/tr/modules.json +++ b/public/language/tr/modules.json @@ -1,6 +1,6 @@ { - "chat.room-id": "Room %1", - "chat.chatting_with": "Sohbet", + "chat.room-id": "Oda %1", + "chat.chatting-with": "Sohbet", "chat.placeholder": "Mesajı yazın veya resim sürükleyip bırakın", "chat.placeholder.mobile": "Sohbet içeriğini buraya giriniz", "chat.scroll-up-alert": "En son yazılan mesaja geri dönün", @@ -8,12 +8,15 @@ "chat.chat-with-usernames": "%1 ile sohbet edin", "chat.chat-with-usernames-and-x-others": "%1 & %2 diğer kişi ile sohbet edin", "chat.send": "Gönder", - "chat.no_active": "Aktif sohbet mevcut değil", - "chat.user_typing": "%1 yazıyor ...", - "chat.user_has_messaged_you": "%1 size bir mesaj gönderdi.", + "chat.no-active": "Aktif sohbet mevcut değil", + "chat.user-typing-1": "%1 yazıyor ...", + "chat.user-typing-2": "%1 ve %2 yazıyor ...", + "chat.user-typing-3": "%1,%2 ve %3 yazıyor ...", + "chat.user-typing-n": "%1,%2 ve %3 kişi yazıyor ...", + "chat.user-has-messaged-you": "%1 size bir mesaj gönderdi.", "chat.replying-to": "Replying to %1", - "chat.see_all": "Bütün Sohbetler", - "chat.mark_all_read": "Hepsini Okundu Olarak İşaretle", + "chat.see-all": "Bütün Sohbetler", + "chat.mark-all-read": "Hepsini Okundu Olarak İşaretle", "chat.no-messages": "Lütfen sohbet geçmişini görüntülemek için bir alıcı seçin", "chat.no-users-in-room": "Bu odada hiç kullanıcı yok", "chat.recent-chats": "Güncel Sohbetler", @@ -24,20 +27,24 @@ "chat.pop-out": "Sohbeti Pencereye Çevir", "chat.minimize": "Küçült", "chat.maximize": "Büyüt", - "chat.seven_days": "7 Gün", - "chat.thirty_days": "30 Gün", - "chat.three_months": "3 Ay", - "chat.delete_message_confirm": "Bu mesajı silmek istediğinizden emin misiniz?", + "chat.seven-days": "7 Gün", + "chat.thirty-days": "30 Gün", + "chat.three-months": "3 Ay", + "chat.delete-message-confirm": "Bu mesajı silmek istediğinizden emin misiniz?", "chat.retrieving-users": "Kullanıcılar alınıyor ...", - "chat.view-users-list": "View users list", - "chat.public-rooms": "Public Rooms (%1)", - "chat.private-rooms": "Private Rooms (%1)", - "chat.create-room": "Create Chat Room", + "chat.view-users-list": "Kullanıcı listesini görün", + "chat.pinned-messages": "Sabitlenmiş Mesajlar", + "chat.no-pinned-messages": "Sabitlenmiş mesaj bulunmamaktadır", + "chat.pin-message": "Mesaji Sabitle", + "chat.unpin-message": "Mesaj Sabitlemesini Kaldır", + "chat.public-rooms": "Genel Odalar (%1)", + "chat.private-rooms": "Özel Odalar (%1)", + "chat.create-room": "Sohbet Odası Oluştur", "chat.private.option": "Private (Only visible to users added to room)", "chat.public.option": "Public (Visible to every user in selected groups)", "chat.public.groups-help": "To create a chat room that is visible to all users select registered-users from the group list.", "chat.manage-room": "Sohbet Odasını Yönet", - "chat.add-user": "Add User", + "chat.add-user": "Kullanıcı Ekle", "chat.notification-settings": "Notification Settings", "chat.default-notification-setting": "Default Notification Setting", "chat.notification-setting-room-default": "Room Default", @@ -51,33 +58,40 @@ "chat.rename-room": "Odanın ismini değiştir", "chat.rename-placeholder": "Oda isminizi buraya girin", "chat.rename-help": "Buradaki oda ismi odadaki tüm katılımcılar tarafından görülebilir.", - "chat.leave": "Leave", - "chat.leave-room": "Leave Room", + "chat.leave": "Ayrıl", + "chat.leave-room": "Odadan Ayrıl", "chat.leave-prompt": "Sohbetten ayrılmak istediğinizden emin misiniz?", "chat.leave-help": "Bu sohbetten ayrılmak, bu sohbetteki gelecekteki yazışmalardan sizi silecektir. Gelecekte tekrar eklendiyseniz, yeniden katılmadan önce herhangi bir sohbet geçmişi görmezsiniz.", - "chat.delete": "Delete", - "chat.delete-room": "Delete Room", - "chat.delete-prompt": "Are you sure you wish to delete this chat room?", + "chat.delete": "Sil", + "chat.delete-room": "Odayı Sil", + "chat.delete-prompt": "Bu sohbet odasını silmek istediğinize emin misiniz?", "chat.in-room": "Bu odada", "chat.kick": "Dışarı At", "chat.show-ip": "IP Göster", "chat.owner": "Oda Sahibi", "chat.grant-rescind-ownership": "Grant/Rescind Ownership", - "chat.system.user-join": "%1 has joined the room ", - "chat.system.user-leave": "%1 has left the room ", + "chat.system.user-join": "%1 odaya katıldı ", + "chat.system.user-leave": "%1 odadan ayrıldı ", "chat.system.room-rename": "%2 has renamed this room to \"%1\" ", "composer.compose": "Yaz", - "composer.show_preview": "Önizleme Göster", - "composer.hide_preview": "Önizleme Sakla", + "composer.show-preview": "Önizleme Göster", + "composer.hide-preview": "Önizleme Sakla", "composer.help": "Yardım", - "composer.user_said_in": "%1, içinde söyledi: %2", - "composer.user_said": "%1 söyledi:", + "composer.user-said-in": "%1, içinde söyledi: %2", + "composer.user-said": "%1 söyledi:", "composer.discard": "Bu iletiyi iptal etmek istediğinizden emin misiniz?", - "composer.submit_and_lock": "Gönder ve Kilitle", - "composer.toggle_dropdown": "Menü aç", + "composer.submit-and-lock": "Gönder ve Kilitle", + "composer.toggle-dropdown": "Menü aç", "composer.uploading": "Yükleniyor %1", "composer.formatting.bold": "Kalın", "composer.formatting.italic": "İtalik", + "composer.formatting.heading": "Heading", + "composer.formatting.heading1": "Heading 1", + "composer.formatting.heading2": "Heading 2", + "composer.formatting.heading3": "Heading 3", + "composer.formatting.heading4": "Heading 4", + "composer.formatting.heading5": "Heading 5", + "composer.formatting.heading6": "Heading 6", "composer.formatting.list": "Liste", "composer.formatting.strikethrough": "Üstüçizili", "composer.formatting.code": "Kod", @@ -85,9 +99,10 @@ "composer.formatting.picture": "Görsel Linki", "composer.upload-picture": "Görsel Yükle", "composer.upload-file": "Dosya Yükle", - "composer.zen_mode": "Tam ekran modu", - "composer.select_category": "Bir kategori seç", + "composer.zen-mode": "Tam ekran modu", + "composer.select-category": "Bir kategori seç", "composer.textarea.placeholder": "iletinizi buraya giriniz, görselleri sürükleyip bırakabilirsiniz...", + "composer.post-queue-alert": "Hello👋!
This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.", "composer.schedule-for": "Konuyu Zamanla", "composer.schedule-date": "Tarih", "composer.schedule-time": "Zaman", @@ -96,18 +111,18 @@ "composer.set-schedule-date": "Tarihi ayarla", "composer.discard-all-drafts": "Tüm taslakları sil", "composer.no-drafts": "Taslak yok", - "composer.discard-draft-confirm": "Bu taslağı silmek istiyor musunuz? ", + "composer.discard-draft-confirm": "Bu taslağı silmek istiyor musunuz?", "bootbox.ok": "Kabul", "bootbox.cancel": "İptal", "bootbox.confirm": "Onayla", "bootbox.submit": "Teslim et", "bootbox.send": "Gönder", - "cover.dragging_title": "Kapak Görseli Konumlandırma", - "cover.dragging_message": "Kapak görselini istediğin pozisyona getir ve kaydet", + "cover.dragging-title": "Kapak Görseli Konumlandırma", + "cover.dragging-message": "Kapak görselini istediğin pozisyona getir ve kaydet", "cover.saved": "Kapak görseli ve pozisyonu kaydedildi", "thumbs.modal.title": "Başlık simgelerini yönet", "thumbs.modal.no-thumbs": "Başlık simgesi bulunamadı.", - "thumbs.modal.resize-note": "Not: Forum ayarları başlık simgelerini maksimum %1px genişliğe yeniden ölçülendirecektir. ", + "thumbs.modal.resize-note": "Not: Forum ayarları başlık simgelerini maksimum %1px genişliğe yeniden ölçülendirecektir.", "thumbs.modal.add": "Başlığa simge ekle", "thumbs.modal.remove": "Başlığın simgesini sil", "thumbs.modal.confirm-remove": "Bu başlık simgesini kaldırmak istediğinizden emin misiniz?" diff --git a/public/language/tr/notifications.json b/public/language/tr/notifications.json index 7e467314cd..99991881c2 100644 --- a/public/language/tr/notifications.json +++ b/public/language/tr/notifications.json @@ -1,59 +1,68 @@ { "title": "Bildirimler", - "no_notifs": "Yeni bildiriminiz yok", - "see_all": "Bütün Bildirimler", - "mark_all_read": "Hepsini Okundu Olarak İşaretle", - "back_to_home": "%1 'a geri dön", - "outgoing_link": "Harici Link", - "outgoing_link_message": "%1 'dan ayrılıyorsunuz", - "continue_to": "%1 'a devam et", - "return_to": "%1 'a geri dön", - "new_notification": "Yeni bir bildiriminiz var", - "you_have_unread_notifications": "Okunmamış bildirimleriniz var.", + "no-notifs": "Yeni bildiriminiz yok", + "see-all": "Bütün Bildirimler", + "mark-all-read": "Hepsini Okundu Olarak İşaretle", + "back-to-home": "%1 'a geri dön", + "outgoing-link": "Harici Link", + "outgoing-link-message": "%1 'dan ayrılıyorsunuz", + "continue-to": "%1 'a devam et", + "return-to": "%1 'a geri dön", + "new-notification": "Yeni bir bildiriminiz var", + "you-have-unread-notifications": "Okunmamış bildirimleriniz var.", "all": "Hepsi", "topics": "Konular", + "tags": "Tags", "replies": "Yanıtlar", "chat": "Sohbetler", "group-chat": "Grup Sohbetleri", "public-chat": "Public Chats", "follows": "Takip Edilenler", "upvote": "Artı Oylananlar", + "awards": "Awards", "new-flags": "Yeni Şikayetler", "my-flags": "Vekil olarak atandığım şikayetler", "bans": "Yasaklamalar", - "new_message_from": "%1 size bir mesaj gönderdi", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1 şu konudaki iletinizi beğendi: %2.", - "upvoted_your_post_in_dual": "%1 ve %2 şu konudaki iletinizi beğendi: %3", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "%1, iletinizi şuraya taşıdı: %2 ", - "moved_your_topic": "%1 şuraya taşındı: %2", - "user_flagged_post_in": "%1 şu konudaki bir iletiyi şikayet etti: %2", - "user_flagged_post_in_dual": " %1 ve %2 şu konudaki bir iletiyi şikayet etti: %3", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1 şu kullanıcının profilini şikayet etti: (%2)", - "user_flagged_user_dual": "%1 ve %2 şu kullanıcının profilini şikayet etti: (%3)", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "%1 şu konuya bir ileti yazdı: %2 ", - "user_posted_to_dual": "%1 ve %2 şu konuya ileti yazdılar: %3", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1 şu yeni konuyu oluşturdu: %2", - "user_edited_post": "%1 şu konudaki bir iletiyi değiştirdi: %2", - "user_started_following_you": "%1 sizi takip etmeye başladı.", - "user_started_following_you_dual": "%1 ve %2 sizi takip etmeye başladı.", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1 kayıt olma isteği gönderdi.", - "new_register_multiple": "Beklemede %1 kayıt olma isteği bulunmaktadır.", - "flag_assigned_to_you": "Şikayet %1 size devredildi", - "post_awaiting_review": "İnceleme bekleyen ileti(ler) var", + "new-message-from": "%1 size bir mesaj gönderdi", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 wrote in %3", + "user-posted-in-public-room-dual": "%1 and %2 wrote in %4", + "user-posted-in-public-room-triple": "%1, %2 and %3 wrote in %5", + "user-posted-in-public-room-multiple": "%1, %2 and %3 others wrote in %5", + "upvoted-your-post-in": "%1 şu konudaki iletinizi beğendi: %2.", + "upvoted-your-post-in-dual": "%1 ve %2 şu konudaki iletinizi beğendi: %3", + "upvoted-your-post-in-triple": "%1, %2 and %3 have upvoted your post in %4.", + "upvoted-your-post-in-multiple": "%1, %2 and %3 others have upvoted your post in %4.", + "moved-your-post": "%1, iletinizi şuraya taşıdı: %2", + "moved-your-topic": "%1 şuraya taşındı: %2", + "user-flagged-post-in": "%1 şu konudaki bir iletiyi şikayet etti: %2", + "user-flagged-post-in-dual": "%1 ve %2 şu konudaki bir iletiyi şikayet etti: %3", + "user-flagged-post-in-triple": "%1, %2 and %3 flagged a post in %4", + "user-flagged-post-in-multiple": "%1, %2 and %3 others flagged a post in %4", + "user-flagged-user": "%1 şu kullanıcının profilini şikayet etti: (%2)", + "user-flagged-user-dual": "%1 ve %2 şu kullanıcının profilini şikayet etti: (%3)", + "user-flagged-user-triple": "%1, %2 and %3 flagged a user profile (%4)", + "user-flagged-user-multiple": "%1, %2 and %3 others flagged a user profile (%4)", + "user-posted-to": "%1 şu konuya bir ileti yazdı: %2", + "user-posted-to-dual": "%1 ve %2 şu konuya ileti yazdılar: %3", + "user-posted-to-triple": "%1, %2 and %3 have posted replies to: %4", + "user-posted-to-multiple": "%1, %2 and %3 others have posted replies to: %4", + "user-posted-topic": "%1 şu yeni konuyu oluşturdu: %2", + "user-edited-post": "%1 şu konudaki bir iletiyi değiştirdi: %2", + "user-posted-topic-with-tag": "%1 has posted a new topic with tag %2", + "user-posted-topic-with-tag-dual": "%1 has posted a new topic with tags %2 and %3", + "user-posted-topic-with-tag-triple": "%1 has posted a new topic with tags %2, %3 and %4", + "user-posted-topic-with-tag-multiple": "%1 has posted a new topic with tags %2", + "user-started-following-you": "%1 sizi takip etmeye başladı.", + "user-started-following-you-dual": "%1 ve %2 sizi takip etmeye başladı.", + "user-started-following-you-triple": "%1, %2 and %3 started following you.", + "user-started-following-you-multiple": "%1, %2 and %3 others started following you.", + "new-register": "%1 kayıt olma isteği gönderdi.", + "new-register-multiple": "Beklemede %1 kayıt olma isteği bulunmaktadır.", + "flag-assigned-to-you": "Şikayet %1 size devredildi", + "post-awaiting-review": "İnceleme bekleyen ileti(ler) var", "profile-exported": "%1 profili hazırlandı, indirmek için tıklayınız", "posts-exported": "%1 iletileri hazırlandı, indirmek için tıklayınız", "uploads-exported": "%1 yüklemeleri hazırlandı, indirmek için tıklayınız", @@ -66,22 +75,24 @@ "email-confirm-error-message": "E-posta adresinizi onaylarken bir hata oluştu. Kodunuz geçersiz ya da eski olabilir.", "email-confirm-sent": "Onay e-postası gönderildi.", "none": "Hiçbiri", - "notification_only": "Sadece Bildirim", - "email_only": "Sadece E-posta", - "notification_and_email": "Bildirim & E-posta", - "notificationType_upvote": "Biri iletinize artı oy verdiğinde", - "notificationType_new-topic": "Takip ettiğiniz biri yeni bir konu oluşturduğunda", - "notificationType_new-reply": "Takip ettiğiniz bir konuya yeni bir ileti gönderildiğinde", - "notificationType_post-edit": "Takip ettiğiniz bir konudaki bir ileti değiştirildiğinde", - "notificationType_follow": "Biri sizi takip etmeye başlayınca", - "notificationType_new-chat": "Bir sohbet mesajı aldığınızda", - "notificationType_new-group-chat": "Grup sohbet mesajı aldığınızda", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "Bir gruba katılım davetiyesi aldığınızda", - "notificationType_group-leave": "Biri grubunuzu terk ettiğinde", - "notificationType_group-request-membership": "Biri size ait bir gruba üye olmak istediğinde", - "notificationType_new-register": "Biri kayıt kuyruğuna eklendiğinde", - "notificationType_post-queue": "Yeni bir ileti sıraya alındığında", - "notificationType_new-post-flag": "Bir ileti şikayet edildiğinde", - "notificationType_new-user-flag": "Bir kullanıcı şikayet edildiğinde" + "notification-only": "Sadece Bildirim", + "email-only": "Sadece E-posta", + "notification-and-email": "Bildirim & E-posta", + "notificationType-upvote": "Biri iletinize artı oy verdiğinde", + "notificationType-new-topic": "Takip ettiğiniz biri yeni bir konu oluşturduğunda", + "notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow", + "notificationType-new-reply": "Takip ettiğiniz bir konuya yeni bir ileti gönderildiğinde", + "notificationType-post-edit": "Takip ettiğiniz bir konudaki bir ileti değiştirildiğinde", + "notificationType-follow": "Biri sizi takip etmeye başlayınca", + "notificationType-new-chat": "Bir sohbet mesajı aldığınızda", + "notificationType-new-group-chat": "Grup sohbet mesajı aldığınızda", + "notificationType-new-public-chat": "When you receive a public group chat message", + "notificationType-group-invite": "Bir gruba katılım davetiyesi aldığınızda", + "notificationType-group-leave": "Biri grubunuzu terk ettiğinde", + "notificationType-group-request-membership": "Biri size ait bir gruba üye olmak istediğinde", + "notificationType-new-register": "Biri kayıt kuyruğuna eklendiğinde", + "notificationType-post-queue": "Yeni bir ileti sıraya alındığında", + "notificationType-new-post-flag": "Bir ileti şikayet edildiğinde", + "notificationType-new-user-flag": "Bir kullanıcı şikayet edildiğinde", + "notificationType-new-reward": "When you earn a new reward" } \ No newline at end of file diff --git a/public/language/tr/pages.json b/public/language/tr/pages.json index e5666af929..1036c0ee52 100644 --- a/public/language/tr/pages.json +++ b/public/language/tr/pages.json @@ -47,7 +47,8 @@ "account/latest-posts": "%1 tarafından gönderilen son iletiler", "account/topics": "%1 tarafından oluşturulan başlıklar", "account/groups": "%1 kullanıcısına ait gruplar", - "account/watched_categories": "%1 kullanıcısının takip ettiği kategoriler", + "account/watched-categories": "%1 kullanıcısının takip ettiği kategoriler", + "account/watched-tags": "%1's Watched Tags", "account/bookmarks": "%1 kullanıcısının yer imlerine eklenmiş iletiler", "account/settings": "Kullanıcı Ayarları", "account/settings-of": "%1 ayarları değiştiriliyor", diff --git a/public/language/tr/post-queue.json b/public/language/tr/post-queue.json index 609b79753f..b435f93be1 100644 --- a/public/language/tr/post-queue.json +++ b/public/language/tr/post-queue.json @@ -3,10 +3,10 @@ "post-queue": "İleti Kuyruğu", "no-queued-posts": "İleti kuyruğunda yeni ileti mevcut değil! ", "no-single-post": "Aradığınız ileti veya başlık artık ileti kuyruğunda değil! Halihazırda onaylanmış veya reddedilmiş olabilir. ", - "enabling-help": "To enable this feature, go to Settings → Post → Post Queue and enable Post Queue.", + "enabling-help": "Bu özelliği aktive etmek için, şu bölüme gidin: Settings → Post → Post Queue ve şunu aktve edin: Post Queue.", "back-to-list": "İleti Kuyruğuna Geri Dön", "user": "Kullanıcı", - "when": "Süre", + "when": "Zaman", "category": "Kategori", "title": "Başlık", "content": "İçerik", @@ -15,13 +15,13 @@ "content-editable": "Düzenlemek için içeriğe tıklayın", "category-editable": "Düzenlemek için kategoriye tıklayın", "title-editable": "Düzenlemek için başlığa tıklayın", - "reply": "Yanıtla", - "topic": "Başlık", + "reply": "Yeni Yanıt", + "topic": "Yeni Başlık", "accept": "Onayla", "reject": "Reddet", "remove": "Sil", "notify": "Bildirim yap", - "notify-user": "Kullanıcıyı uyar", + "notify-user": "Kullanıcıya bildir", "confirm-reject": "Bu iletiyi reddetmek istediğinize emin misiniz?", "confirm-remove": "Bu iletiyi kaldırmak istiyor musunuz? ", "bulk-actions": "Toplu İşlemler", diff --git a/public/language/tr/recent.json b/public/language/tr/recent.json index dd9ec3ae20..fa77b53b16 100644 --- a/public/language/tr/recent.json +++ b/public/language/tr/recent.json @@ -5,7 +5,7 @@ "month": "Ay", "year": "Yıl", "alltime": "Hepsi", - "no_recent_topics": "Güncel konu yok.", - "no_popular_topics": "Popüler konu yok.", + "no-recent-topics": "Güncel konu yok.", + "no-popular-topics": "Popüler konu yok.", "load-new-posts": "Yeni iletileri yükle" } \ No newline at end of file diff --git a/public/language/tr/register.json b/public/language/tr/register.json index 58600e8bc7..1db68c5c4c 100644 --- a/public/language/tr/register.json +++ b/public/language/tr/register.json @@ -1,33 +1,33 @@ { "register": "Kayıt Ol", "already-have-account": "Halihazırda hesabınız var mı?", - "cancel_registration": "Kaydı İptal Et", + "cancel-registration": "Kaydı İptal Et", "help.email": "E-posta adresiniz varsayılan olarak topluluktan gizlidir.", - "help.username_restrictions": "%1 ve %2 karakter arası bir kullanıcı ismi. Başkaları sizden @isim kullanarak bahsedebilir.", - "help.minimum_password_length": "Şifreniz en az %1 karakter olmalı", - "email_address": "E-posta Adresi", - "email_address_placeholder": "E-posta Adresinizi Girin", + "help.username-restrictions": "%1 ve %2 karakter arası bir kullanıcı ismi. Başkaları sizden @isim kullanarak bahsedebilir.", + "help.minimum-password-length": "Şifreniz en az %1 karakter olmalı", + "email-address": "E-posta Adresi", + "email-address-placeholder": "E-posta Adresinizi Girin", "username": "Kullanıcı Adı", - "username_placeholder": "Kullanıcı Adınızı Girin", + "username-placeholder": "Kullanıcı Adınızı Girin", "password": "Şifre", - "password_placeholder": "Şifrenizi Girin", - "confirm_password": "Şifrenizi Onaylayın", - "confirm_password_placeholder": "Şifrenizi Onaylayın", - "register_now_button": "Hemen Kayıt Ol", - "alternative_registration": "Alternatif Kayıt", - "terms_of_use": "Kullanım Şartları", - "agree_to_terms_of_use": "Kullanım Şartlarını Kabul Ediyorum", - "terms_of_use_error": "Kullanım Şartlarını Kabul Etmeniz Gerekiyor", + "password-placeholder": "Şifrenizi Girin", + "confirm-password": "Şifrenizi Onaylayın", + "confirm-password-placeholder": "Şifrenizi Onaylayın", + "register-now-button": "Hemen Kayıt Ol", + "alternative-registration": "Alternatif Kayıt", + "terms-of-use": "Kullanım Şartları", + "agree-to-terms-of-use": "Kullanım Şartlarını Kabul Ediyorum", + "terms-of-use-error": "Kullanım Şartlarını Kabul Etmeniz Gerekiyor", "registration-added-to-queue": "Kayıt olma isteğiniz kabul listesine eklenmiştir. Yönetici tarafından kabul edildiğinizde e-posta alacaksınız.", "registration-queue-average-time": "Üyelik onayı için bekleyeceğiniz ortalama süre: %1 saat %2 dakika.", - "registration-queue-auto-approve-time": "Forum üyeliğiniz %1 saat içerisinde tamamen aktifleştirilecektir. ", + "registration-queue-auto-approve-time": "Forum üyeliğiniz %1 saat içerisinde tamamen aktifleştirilecektir.", "interstitial.intro": "Hesabınızı güncellemek için bazı ek bilgiler istiyoruz…", "interstitial.intro-new": "Hesabınızı oluşturabilmemiz için önce bazı ek bilgiler istiyoruz…", "interstitial.errors-found": "Lütfen girilen bilgileri inceleyin:", - "gdpr_agree_data": "Bu web sitesinde kişisel bilgilerimin toplanmasını ve işlenmesini kabul ediyorum.", - "gdpr_agree_email": "Bu web sitesinden özet ve bildirim e-postası almaya izin veriyorum.", - "gdpr_consent_denied": "Bilgilerinizi toplamak/işlemek ve size e-posta göndermek için bu siteye onay vermelisiniz.", + "gdpr-agree-data": "Bu web sitesinde kişisel bilgilerimin toplanmasını ve işlenmesini kabul ediyorum.", + "gdpr-agree-email": "Bu web sitesinden özet ve bildirim e-postası almaya izin veriyorum.", + "gdpr-consent-denied": "Bilgilerinizi toplamak/işlemek ve size e-posta göndermek için bu siteye onay vermelisiniz.", "invite.error-admin-only": "Direkt üye kaydı devre dışı bırakıldı. Lütfen daha fazla bilgi için bir yöneticiye ulaşın.", - "invite.error-invite-only": "Direkt üye kaydı devre dışı bırakıldı. Bu foruma erişebilmek için bir üye tarafından davet edilmelisiniz. ", + "invite.error-invite-only": "Direkt üye kaydı devre dışı bırakıldı. Bu foruma erişebilmek için bir üye tarafından davet edilmelisiniz.", "invite.error-invalid-data": "Girilen üyelik bilgileri kayıtlarda bulunamadı. Lütfen daha fazla bilgi için bir yöneticiye ulaşın." } \ No newline at end of file diff --git a/public/language/tr/reset_password.json b/public/language/tr/reset_password.json index 2ab3016329..041fb8fc71 100644 --- a/public/language/tr/reset_password.json +++ b/public/language/tr/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "Şifreyi Sıfırla", - "update_password": "Şifreyi Güncelle", - "password_changed.title": "Şifreniz Değiştirildi", - "password_changed.message": "

Şifreniz başarıyla değiştirildi, lütfen tekrar giriş yapın.", - "wrong_reset_code.title": "Yanlış Sıfırlama Kodu", - "wrong_reset_code.message": "Şifre sıfırlama kodu yanlış, lütfen tekrar deneyin ya da yeni bir şifre sıfırlama kodu isteyin.", - "new_password": "Yeni Şifre", - "repeat_password": "Şifreyi Onayla", - "changing_password": "Şifre Değiştiriliyor", - "enter_email": "Lütfen e-posta adresinizi girin , size hesabınızı nasıl sıfırlayacağınızı anlatan bir e-posta gönderelim", - "enter_email_address": "E-posta Adresinizi Girin", - "password_reset_sent": "Girilen adres var olan bir kullanıcıya aitse, kendisine şifre yenileme e-postası gönderildi. Dakikada sadece bir e-posta gönderebileceğinizi unutmayın! ", - "invalid_email": "Geçersiz E-posta / E-posta mevcut değil!", - "password_too_short": "Girdiğiniz şifre çok kısa, lütfen farklı bir şifre seçiniz.", - "passwords_do_not_match": "Girdiğiniz iki şifre birbirine uymuyor.", - "password_expired": "Şifrenizin geçerliliği sona erdi, lütfen yeni bir şifre seçin" + "reset-password": "Şifreyi Sıfırla", + "update-password": "Şifreyi Güncelle", + "password-changed.title": "Şifreniz Değiştirildi", + "password-changed.message": "

Şifreniz başarıyla değiştirildi, lütfen tekrar giriş yapın.", + "wrong-reset-code.title": "Yanlış Sıfırlama Kodu", + "wrong-reset-code.message": "Şifre sıfırlama kodu yanlış, lütfen tekrar deneyin ya da yeni bir şifre sıfırlama kodu isteyin.", + "new-password": "Yeni Şifre", + "repeat-password": "Şifreyi Onayla", + "changing-password": "Şifre Değiştiriliyor", + "enter-email": "Lütfen e-posta adresinizi girin , size hesabınızı nasıl sıfırlayacağınızı anlatan bir e-posta gönderelim", + "enter-email-address": "E-posta Adresinizi Girin", + "password-reset-sent": "Girilen adres var olan bir kullanıcıya aitse, kendisine şifre yenileme e-postası gönderildi. Dakikada sadece bir e-posta gönderebileceğinizi unutmayın!", + "invalid-email": "Geçersiz E-posta / E-posta mevcut değil!", + "password-too-short": "Girdiğiniz şifre çok kısa, lütfen farklı bir şifre seçiniz.", + "passwords-do-not-match": "Girdiğiniz iki şifre birbirine uymuyor.", + "password-expired": "Şifrenizin geçerliliği sona erdi, lütfen yeni bir şifre seçin" } \ No newline at end of file diff --git a/public/language/tr/rewards.json b/public/language/tr/rewards.json new file mode 100644 index 0000000000..f923cf1500 --- /dev/null +++ b/public/language/tr/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "You have been awarded %1 reputation", + "awarded-group-membership": "You have been added to the group %1", + + "essentials/user.reputation-conditional-value": "(Reputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Post Count %1 %2)", + "essentials/user.lastonline-conditional-value": "(Last Online %1 %2)", + "essentials/user.joindate-conditional-value": "(Join Date %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Days Registered %1 %2)" +} \ No newline at end of file diff --git a/public/language/tr/search.json b/public/language/tr/search.json index fb20358f0f..1710c3c93e 100644 --- a/public/language/tr/search.json +++ b/public/language/tr/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Aramak için yazın", - "results_matching": "%1 tane “%2“ bulundu (%3 saniye)", + "results-matching": "%1 tane “%2“ bulundu (%3 saniye)", "no-matches": "Hiç eşleşme bulunamadı", "advanced-search": "Gelişmiş Arama", "in": "Konum:", @@ -101,7 +101,7 @@ "clear-preferences": "Tercihleri Sil", "search-preferences-saved": "Arama tercihleri kaydedildi", "search-preferences-cleared": "Arama tercihleri temizlendi", - "show-results-as": "Sonuçları göster : ", + "show-results-as": "Sonuçları göster :", "show-results-as-topics": "Sonuçları başlık olarak göster", "show-results-as-posts": "Sonuçları ileti olarak göster", "see-more-results": "Daha fazla sonuç gör (%1)", diff --git a/public/language/tr/tags.json b/public/language/tr/tags.json index e544ff8403..9e39c64eb1 100644 --- a/public/language/tr/tags.json +++ b/public/language/tr/tags.json @@ -1,11 +1,17 @@ { "all-tags": "Tüm etiketler", - "no_tag_topics": "Bu etiketli başlık yok.", + "no-tag-topics": "Bu etiketli başlık yok.", "no-tags-found": "Etiket bulunamadı", "tags": "Etiketler", - "enter_tags_here": "Etiketleri buraya girin. %1-%2 karakter. Her etiketten sonra enter tuşuna basın.", - "enter_tags_here_short": "Etiketleri gir...", - "no_tags": "Henüz etiket yok.", - "select_tags": "Etiketleri Seç", - "tag-whitelist": "Kullanılabilir etiket listesi" + "enter-tags-here": "Etiketleri buraya girin. %1-%2 karakter. Her etiketten sonra enter tuşuna basın.", + "enter-tags-here-short": "Etiketleri gir...", + "no-tags": "Henüz etiket yok.", + "select-tags": "Etiketleri Seç", + "tag-whitelist": "Kullanılabilir etiket listesi", + "watching": "Watching", + "not-watching": "Not Watching", + "watching.description": "Notify me of new topics.", + "not-watching.description": "Do not notify me of new topics.", + "following-tag.message": "You will now be receiving notifications when somebody posts a topic with this tag.", + "not-following-tag.message": "You will not receive notifications when somebody posts a topic with this tag." } \ No newline at end of file diff --git a/public/language/tr/themes/harmony.json b/public/language/tr/themes/harmony.json index 8d0bb3c10e..16bc9a7653 100644 --- a/public/language/tr/themes/harmony.json +++ b/public/language/tr/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "Kategori ve konu sayfalarındaki araç çubuğu sayfanın üstünde sabitlenmiş şekilde kalacak", "settings.autohideBottombar": "Alttaki şeridi otomatik olarak gizle", "settings.autohideBottombar.help": "Sayfanın altındaki şerit sayfayı aşağıya doğru kaydırırken mobilde gizlenecek", + "settings.openSidebars": "Open sidebars", "settings.chatModals": "Enable chat modals" } \ No newline at end of file diff --git a/public/language/tr/top.json b/public/language/tr/top.json index 012cabb42d..913c7d4ab4 100644 --- a/public/language/tr/top.json +++ b/public/language/tr/top.json @@ -1,4 +1,4 @@ { "title": "Zirve", - "no_top_topics": "Zirve Konu Yok" + "no-top-topics": "Zirve Konu Yok" } \ No newline at end of file diff --git a/public/language/tr/topic.json b/public/language/tr/topic.json index 885beae1e5..a060ef9a62 100644 --- a/public/language/tr/topic.json +++ b/public/language/tr/topic.json @@ -1,20 +1,20 @@ { "topic": "Konu", "title": "Başlık", - "no_topics_found": "Hiç başlık bulunamadı!", - "no_posts_found": "Hiç ileti bulunamadı!", - "post_is_deleted": "Bu ileti silindi!", - "topic_is_deleted": "Bu başlık silindi!", + "no-topics-found": "Hiç başlık bulunamadı!", + "no-posts-found": "Hiç ileti bulunamadı!", + "post-is-deleted": "Bu ileti silindi!", + "topic-is-deleted": "Bu başlık silindi!", "profile": "Profil", - "posted_by": "%1 tarafından gönderildi", - "posted_by_guest": "Ziyaretçi tarafından yayımlandı", + "posted-by": "%1 tarafından gönderildi", + "posted-by-guest": "Ziyaretçi tarafından yayımlandı", "chat": "Sohbet", - "notify_me": "Bu başlıktaki yeni cevaplardan haberdar ol", + "notify-me": "Bu başlıktaki yeni cevaplardan haberdar ol", "quote": "Alıntı", "reply": "Cevap", - "replies_to_this_post": "%1 Cevap", - "one_reply_to_this_post": "1 Cevap", - "last_reply_time": "Son cevap", + "replies-to-this-post": "%1 Cevap", + "one-reply-to-this-post": "1 Cevap", + "last-reply-time": "Son cevap", "reply-as-topic": "Yeni başlık oluşturarak cevapla", "guest-login-reply": "Cevaplamak için giriş yapın", "login-to-view": "🔒 Görüntülemek için giriş yap!", @@ -59,134 +59,135 @@ "user-moved-topic-from-ago": "%1 bu başlığı %2 bölümünden %3 taşıdı", "user-moved-topic-from-on": "%1 bu başlığı %3 tarihinde %2 bölümünden taşıdı", "user-queued-post-ago": "%1 iletiyi onay için %3 sıraya aldı", - "user-queued-post-on": "%1 iletiyi onay için %3 tarihindesıraya aldı ", - "user-referenced-topic-ago": "%1 bu başlıktan %3 bahsetti ", + "user-queued-post-on": "%1 iletiyi onay için %3 tarihindesıraya aldı", + "user-referenced-topic-ago": "%1 bu başlıktan %3 bahsetti", "user-referenced-topic-on": "%1 bu başlıktan %3 tarihinde bahsetti", - "user-forked-topic-ago": "%1 bu başlığı %3 bölerek ayırdı ", + "user-forked-topic-ago": "%1 bu başlığı %3 bölerek ayırdı", "user-forked-topic-on": "%1 bu başlığı %3 tarihinde bölerek ayırdı", - "bookmark_instructions": "Bu konuda en son kaldığın yere dönmek için tıkla.", + "bookmark-instructions": "Bu konuda en son kaldığın yere dönmek için tıkla.", "flag-post": "Bu iletiyi şikayet et", "flag-user": "Bu kullanıcıyı şikayet et", "already-flagged": "Halihazırda şikayet edilmiş", "view-flag-report": "Şikayet raporunu görüntüle", "resolve-flag": "Şikayeti Çözümle", - "merged_message": "Bu başlık %2 ile birleştirildi", - "deleted_message": "Bu başlık silindi. Sadece başlık düzenleme yetkisi olan kullanıcılar görebilir.", - "following_topic.message": "Artık bir kullanıcı bu konuya yeni ileti gönderdiğinde siz de bildirim alacaksınız.", - "not_following_topic.message": "Bu konuyu \"Okunmamış\" listesinde göreceksiniz, ama bir kullanıcı yeni bir ileti yazdığında bildirim gelmeyecek.", - "ignoring_topic.message": "Bu konuyu artık \"Okunmamış\" listesinde görmeyeceksiniz. Eğer bir iletide bahsedilirseniz veya iletiniz oylanırsa bildirim alacaksınız.", - "login_to_subscribe": "Lütfen bu konuyu takip etmek için üye olun veya giriş yapın.", + "merged-message": "Bu başlık %2 ile birleştirildi", + "forked-message": "This topic was forked from %2", + "deleted-message": "Bu başlık silindi. Sadece başlık düzenleme yetkisi olan kullanıcılar görebilir.", + "following-topic.message": "Artık bir kullanıcı bu konuya yeni ileti gönderdiğinde siz de bildirim alacaksınız.", + "not-following-topic.message": "Bu konuyu \"Okunmamış\" listesinde göreceksiniz, ama bir kullanıcı yeni bir ileti yazdığında bildirim gelmeyecek.", + "ignoring-topic.message": "Bu konuyu artık \"Okunmamış\" listesinde görmeyeceksiniz. Eğer bir iletide bahsedilirseniz veya iletiniz oylanırsa bildirim alacaksınız.", + "login-to-subscribe": "Lütfen bu konuyu takip etmek için üye olun veya giriş yapın.", "markAsUnreadForAll.success": "Başlık herkes için okunmadı olarak işaretlendi.", - "mark_unread": "Okunmadı olarak işaretle", - "mark_unread.success": "Başlık okunmamış olarak işaretlendi.", + "mark-unread": "Okunmadı olarak işaretle", + "mark-unread.success": "Başlık okunmamış olarak işaretlendi.", "watch": "Takip", "unwatch": "Takip etme", "watch.title": "Bu konuya gelen yeni iletilerden haberdar ol", "unwatch.title": "Bu başlığı izleme", - "share_this_post": "Bu iletiyi paylaş", + "share-this-post": "Bu iletiyi paylaş", "watching": "Takip ediliyor", "not-watching": "Takip edilmiyor", "ignoring": "Susturulmuş", "watching.description": "Yeni bir ileti geldiğinde bana bildir.
Konuyu okunmamış olarak göster.", "not-watching.description": "Yeni bir ileti geldiğinde bana bildirme.
Kategori susturulmamışsa okunmamış olarak göster.", "ignoring.description": "Yeni bir ileti geldiğinde bana bildirme.
Konuyu okunmamış olarak gösterme.", - "thread_tools.title": "Konu Ayarları", - "thread_tools.markAsUnreadForAll": "Okunmamış olarak İşaretle", - "thread_tools.pin": "Başlığı Sabitle", - "thread_tools.unpin": "Başlığı Sabitleme", - "thread_tools.lock": "Konuyu Kilitle", - "thread_tools.unlock": "Konu Kilidini Kaldır", - "thread_tools.move": "Başlığı Taşı", - "thread_tools.move-posts": "İletiyi Taşı", - "thread_tools.move_all": "Hepsini Taşı", - "thread_tools.change_owner": "Sahibini Değiştir", - "thread_tools.select_category": "Kategori Seç", - "thread_tools.fork": "Konuyu Ayır", - "thread_tools.tag": "Başlığı etiketle", - "thread_tools.delete": "Konuyu Sil", - "thread_tools.delete-posts": "İletileri Sil", - "thread_tools.delete_confirm": "Bu başlığı gerçekten silmek istediğinize emin misiniz?", - "thread_tools.restore": "Başlığı Geri Getir", - "thread_tools.restore_confirm": "Bu başlığı gerçekten geri getirmek istiyor musunuz?", - "thread_tools.purge": "Başlığı Temizle", - "thread_tools.purge_confirm": "Bu konuyu temizlemek istediğinize emin misiniz?", - "thread_tools.merge_topics": "Başlıkları Birleştir", - "thread_tools.merge": "Başlığı birleştir", - "topic_move_success": "Bu başlık şu bölüme taşınıyor: \"%1\" . İşlemi iptal etmek için tıklayınız.", - "topic_move_multiple_success": "Bu başlıklar şu bölüme taşınıyor: \"%1\" . İşlemi iptal etmek için tıklayınız.", - "topic_move_all_success": "Tüm başlıklar şu bölüme taşınıyor: \"%1\" . İşlemi iptal etmek için tıklayınız.", - "topic_move_undone": "Başlık taşıma iptal edildi", - "topic_move_posts_success": "Bu ileti taşınmak üzere. Taşınma işlemini geri almak için tıklayınız! ", - "topic_move_posts_undone": "İleti taşıma iptal edildi", - "post_delete_confirm": "Bu iletiyi gerçekten silmek istediğinize emin misiniz?", - "post_restore_confirm": "Bu iletiyi gerçekten geri getirmek istiyor musunuz?", - "post_purge_confirm": "Bu iletiyi temizlemek istediğinize emin misiniz?", + "thread-tools.title": "Konu Ayarları", + "thread-tools.markAsUnreadForAll": "Okunmamış olarak İşaretle", + "thread-tools.pin": "Başlığı Sabitle", + "thread-tools.unpin": "Başlığı Sabitleme", + "thread-tools.lock": "Konuyu Kilitle", + "thread-tools.unlock": "Konu Kilidini Kaldır", + "thread-tools.move": "Başlığı Taşı", + "thread-tools.move-posts": "İletiyi Taşı", + "thread-tools.move-all": "Hepsini Taşı", + "thread-tools.change-owner": "Sahibini Değiştir", + "thread-tools.select-category": "Kategori Seç", + "thread-tools.fork": "Konuyu Ayır", + "thread-tools.tag": "Başlığı etiketle", + "thread-tools.delete": "Konuyu Sil", + "thread-tools.delete-posts": "İletileri Sil", + "thread-tools.delete-confirm": "Bu başlığı gerçekten silmek istediğinize emin misiniz?", + "thread-tools.restore": "Başlığı Geri Getir", + "thread-tools.restore-confirm": "Bu başlığı gerçekten geri getirmek istiyor musunuz?", + "thread-tools.purge": "Başlığı Temizle", + "thread-tools.purge-confirm": "Bu konuyu temizlemek istediğinize emin misiniz?", + "thread-tools.merge-topics": "Başlıkları Birleştir", + "thread-tools.merge": "Başlığı birleştir", + "topic-move-success": "Bu başlık şu bölüme taşınıyor: \"%1\" . İşlemi iptal etmek için tıklayınız.", + "topic-move-multiple-success": "Bu başlıklar şu bölüme taşınıyor: \"%1\" . İşlemi iptal etmek için tıklayınız.", + "topic-move-all-success": "Tüm başlıklar şu bölüme taşınıyor: \"%1\" . İşlemi iptal etmek için tıklayınız.", + "topic-move-undone": "Başlık taşıma iptal edildi", + "topic-move-posts-success": "Bu ileti taşınmak üzere. Taşınma işlemini geri almak için tıklayınız!", + "topic-move-posts-undone": "İleti taşıma iptal edildi", + "post-delete-confirm": "Bu iletiyi gerçekten silmek istediğinize emin misiniz?", + "post-restore-confirm": "Bu iletiyi gerçekten geri getirmek istiyor musunuz?", + "post-purge-confirm": "Bu iletiyi temizlemek istediğinize emin misiniz?", "pin-modal-expiry": "Sona erme tarihi", "pin-modal-help": "Sabitlenen konular için bir bitiş tarihi belirleyebilirsiniz. Eğer bu tarihi boş bırakırsanız, konular siz sabitliğini kaldırana kadar sabitlenmiş olarak kalır.", - "load_categories": "Kategoriler Yükleniyor", - "confirm_move": "Taşı", - "confirm_fork": "Ayır", + "load-categories": "Kategoriler Yükleniyor", + "confirm-move": "Taşı", + "confirm-fork": "Ayır", "bookmark": "Yer imlerine ekle", "bookmarks": "Yer imleri", - "bookmarks.has_no_bookmarks": "Henüz hiçbir iletiyi yer imlerine eklemediniz!", + "bookmarks.has-no-bookmarks": "Henüz hiçbir iletiyi yer imlerine eklemediniz!", "copy-permalink": "Bağlantıyı Kopyala", - "loading_more_posts": "Daha fazla ileti ", - "move_topic": "Başlığı Taşı", - "move_topics": "Başlıkları Taşı", - "move_post": "İletiyi Taşı", - "post_moved": "İleti taşındı!", - "fork_topic": "Başlığı Ayır", + "loading-more-posts": "Daha fazla ileti", + "move-topic": "Başlığı Taşı", + "move-topics": "Başlıkları Taşı", + "move-post": "İletiyi Taşı", + "post-moved": "İleti taşındı!", + "fork-topic": "Başlığı Ayır", "enter-new-topic-title": "Oluşturulacak Yeni Başlığı Buraya Giriniz", - "fork_topic_instruction": "Ayırmak istediğiniz iletileri seçin, yeni başlığı girin ve hedef başlığa iletileri taşıyın.", - "fork_no_pids": "Hiçbir ileti seçilmedi!", + "fork-topic-instruction": "Ayırmak istediğiniz iletileri seçin, yeni başlığı girin ve hedef başlığa iletileri taşıyın.", + "fork-no-pids": "Hiçbir ileti seçilmedi!", "no-posts-selected": "Hiçbir ileti seçili değil!", "x-posts-selected": "%1 ileti seçildi", "x-posts-will-be-moved-to-y": "%1 ileti şuraya taşınacak: \"%2\"", - "fork_pid_count": "%1 ileti(ler) seçildi", - "fork_success": "Başlık başarıyla ayrıldı! Yeni başlığı görüntülemek için tıklayınız!", - "delete_posts_instruction": "Silmek/temizlemek istediğiniz iletileri seçiniz!", - "merge_topics_instruction": "Birleştirmek istediğiniz başlıkları seçiniz veya onları arayınız!", + "fork-pid-count": "%1 ileti(ler) seçildi", + "fork-success": "Başlık başarıyla ayrıldı! Yeni başlığı görüntülemek için tıklayınız!", + "delete-posts-instruction": "Silmek/temizlemek istediğiniz iletileri seçiniz!", + "merge-topics-instruction": "Birleştirmek istediğiniz başlıkları seçiniz veya onları arayınız!", "merge-topic-list-title": "Birleştirilecek başlık listesi", "merge-options": "Birleştirme Seçenekleri", "merge-select-main-topic": "Ana başlığı seçiniz", "merge-new-title-for-topic": "Konu için yeni başlık", "topic-id": "Başlık ID", - "move_posts_instruction": "Taşımak istediğiniz iletileri seçin, daha sonra bir başlık ID girin veya hedef başlığa gidin", - "move_topic_instruction": "Hedef kategoriyi seç ve taşı butonuna tıkla", - "change_owner_instruction": "Başka kullanıcıya aktarmak istediğiniz iletileri seçiniz!", - "composer.title_placeholder": "Başlık ismini buraya giriniz...", - "composer.handle_placeholder": "Kullanıcı adınızı buraya girin", + "move-posts-instruction": "Taşımak istediğiniz iletileri seçin, daha sonra bir başlık ID girin veya hedef başlığa gidin", + "move-topic-instruction": "Hedef kategoriyi seç ve taşı butonuna tıkla", + "change-owner-instruction": "Başka kullanıcıya aktarmak istediğiniz iletileri seçiniz!", + "composer.title-placeholder": "Başlık ismini buraya giriniz...", + "composer.handle-placeholder": "Kullanıcı adınızı buraya girin", "composer.hide": "Gizle", "composer.discard": "Vazgeç", "composer.submit": "Gönder", "composer.additional-options": "Ekstra seçenekler", "composer.post-later": "Daha sonra gönder", "composer.schedule": "Konu Zamanla", - "composer.replying_to": "Yanıtlanan Başlık: %1", - "composer.new_topic": "Yeni Başlık", + "composer.replying-to": "Yanıtlanan Başlık: %1", + "composer.new-topic": "Yeni Başlık", "composer.editing-in": "Editing post in %1", "composer.uploading": "yükleniyor...", - "composer.thumb_url_label": "Başlık fotosu URL adresini yapıştır", - "composer.thumb_title": "Bu başlığa bir fotoğraf ekle", - "composer.thumb_url_placeholder": "http://example.com/thumb.png", - "composer.thumb_file_label": "Veya bir dosya yükle", - "composer.thumb_remove": "Alanları temizle", - "composer.drag_and_drop_images": "Fotoğrafları buraya taşıyıp bırakabilirsiniz!", - "more_users_and_guests": "%1 tane daha kullanıcı ve %2 ziyaretçi", - "more_users": "%1 tane daha kullanıcı", - "more_guests": "%1 tane daha ziyaretçi", - "users_and_others": "%1 ve %2 kişi daha", - "sort_by": "Sırala", - "oldest_to_newest": "En eskiden en yeniye", - "newest_to_oldest": "En yeniden en eskiye", - "most_votes": "En çok oylanan", - "most_posts": "En çok ileti yazılan", - "most_views": "Çok Görüntülenen", + "composer.thumb-url-label": "Başlık fotosu URL adresini yapıştır", + "composer.thumb-title": "Bu başlığa bir fotoğraf ekle", + "composer.thumb-url-placeholder": "http://example.com/thumb.png", + "composer.thumb-file-label": "Veya bir dosya yükle", + "composer.thumb-remove": "Alanları temizle", + "composer.drag-and-drop-images": "Fotoğrafları buraya taşıyıp bırakabilirsiniz!", + "more-users-and-guests": "%1 tane daha kullanıcı ve %2 ziyaretçi", + "more-users": "%1 tane daha kullanıcı", + "more-guests": "%1 tane daha ziyaretçi", + "users-and-others": "%1 ve %2 kişi daha", + "sort-by": "Sırala", + "oldest-to-newest": "En eskiden en yeniye", + "newest-to-oldest": "En yeniden en eskiye", + "most-votes": "En çok oylanan", + "most-posts": "En çok ileti yazılan", + "most-views": "Çok Görüntülenen", "stale.title": "Bunun yerine yeni bir başlık oluşturun?", "stale.warning": "Yanıtlamak istediğiniz başlık oldukça eski. Bu başlığa referans oluşturacak yeni bir başlık oluşturmak ister misiniz?", "stale.create": "Yeni bir başlık oluştur", - "stale.reply_anyway": "Bu başlığı cevapla", - "link_back": "Cevap: [%1](%2)", + "stale.reply-anyway": "Bu başlığı cevapla", + "link-back": "Cevap: [%1](%2)", "diffs.title": "İleti düzenleme geçmişi", "diffs.description": "Bu iletinin %1 revizyonu var. Zaman içerisinde ileti içeriğinin tamamını görmek için aşağıdaki revizyonlardan birine tıklayın.", "diffs.no-revisions-description": "Bu iletinin %1 revizyonu var.", @@ -197,8 +198,8 @@ "diffs.post-restored": "İleti önceki revizyona başarıyla geri getirildi", "diffs.delete": "Bu revizyonu sil", "diffs.deleted": "Revizyon silindi", - "timeago_later": "%1 sonra", - "timeago_earlier": "%1 önce", + "timeago-later": "%1 sonra", + "timeago-earlier": "%1 önce", "first-post": "İlk ileti", "last-post": "Son ileti", "go-to-my-next-post": "Diğer iletime git", diff --git a/public/language/tr/unread.json b/public/language/tr/unread.json index 29dbed8cc7..7dc20f21e8 100644 --- a/public/language/tr/unread.json +++ b/public/language/tr/unread.json @@ -1,12 +1,12 @@ { "title": "Okunmamış", - "no_unread_topics": "Okunmamış konu mevcut değil.", - "load_more": "Daha Fazla", - "mark_as_read": "Okundu Olarak İşaretle", + "no-unread-topics": "Okunmamış konu mevcut değil.", + "load-more": "Daha Fazla", + "mark-as-read": "Okundu Olarak İşaretle", "selected": "Seçili", "all": "Hepsi", - "all_categories": "Tüm kategoriler", - "topics_marked_as_read.success": "Konular okundu olarak işaretlendi!", + "all-categories": "Tüm kategoriler", + "topics-marked-as-read.success": "Konular okundu olarak işaretlendi!", "all-topics": "Tüm Konular", "new-topics": "Yeni Konular", "watched-topics": "Takipteki Konular", diff --git a/public/language/tr/user.json b/public/language/tr/user.json index 4c18f2409c..25e1d52961 100644 --- a/public/language/tr/user.json +++ b/public/language/tr/user.json @@ -7,22 +7,22 @@ "joindate": "Katılım Tarihi", "postcount": "İleti Sayısı", "email": "E-posta", - "confirm_email": "E-posta Adresini Onayla", - "account_info": "Hesap Bilgisi", - "admin_actions_label": "Yönetim Aktiviteleri", - "ban_account": "Hesabı Yasakla", - "ban_account_confirm": "Hesabı yasaklamak istediğinizden emin misiniz?", - "unban_account": "Hesabın Yasağını Kaldır", - "mute_account": "Hesabı Sustur", - "unmute_account": "Hesabın Sesini Aç", - "delete_account": "Hesabı Sil", - "delete_account_as_admin": "Hesabı Sil", - "delete_content": "Hesabın İçeriğini Sil", - "delete_all": "Hesabı ve İçeriğini Sil", - "delete_account_confirm": "Hesabınızı silip iletilerinizi anonimleştirmek istediğinize emin misiniz?
Bu işlem geri döndürülemez ve verilerinizin herhangi bir bölümünü kurtaramazsınız

Bu hesabı yoketme isteğinizi onaylamak için şifrenizi girin.", - "delete_this_account_confirm": "Hesabınızı silip, içeriğini geride bırakmak istediğinize emin misiniz?
Bu işlem geri döndürülemez, iletiler anonimleşecek ve verilerinizi geri getiremeyeceksiniz

", - "delete_account_content_confirm": "Hesabınızın içeriğini silmek istediğinize emin misiniz (iletiler/başlıklar/yüklemeler)?
Bu işlem geri döndürülemez, hiçbir veriyi geri getiremeyeceksiniz

", - "delete_all_confirm": "Hesabınızı ve tüm içeriğini silmek istediğinize emin misiniz (iletiler/başlıklar/yüklemeler)?
Bu işlem geri döndürülemez, hiçbir veriyi geri getiremeyeceksiniz

", + "confirm-email": "E-posta Adresini Onayla", + "account-info": "Hesap Bilgisi", + "admin-actions-label": "Yönetim Aktiviteleri", + "ban-account": "Hesabı Yasakla", + "ban-account-confirm": "Hesabı yasaklamak istediğinizden emin misiniz?", + "unban-account": "Hesabın Yasağını Kaldır", + "mute-account": "Hesabı Sustur", + "unmute-account": "Hesabın Sesini Aç", + "delete-account": "Hesabı Sil", + "delete-account-as-admin": "Hesabı Sil", + "delete-content": "Hesabın İçeriğini Sil", + "delete-all": "Hesabı ve İçeriğini Sil", + "delete-account-confirm": "Hesabınızı silip iletilerinizi anonimleştirmek istediğinize emin misiniz?
Bu işlem geri döndürülemez ve verilerinizin herhangi bir bölümünü kurtaramazsınız

Bu hesabı yoketme isteğinizi onaylamak için şifrenizi girin.", + "delete-this-account-confirm": "Hesabınızı silip, içeriğini geride bırakmak istediğinize emin misiniz?
Bu işlem geri döndürülemez, iletiler anonimleşecek ve verilerinizi geri getiremeyeceksiniz

", + "delete-account-content-confirm": "Hesabınızın içeriğini silmek istediğinize emin misiniz (iletiler/başlıklar/yüklemeler)?
Bu işlem geri döndürülemez, hiçbir veriyi geri getiremeyeceksiniz

", + "delete-all-confirm": "Hesabınızı ve tüm içeriğini silmek istediğinize emin misiniz (iletiler/başlıklar/yüklemeler)?
Bu işlem geri döndürülemez, hiçbir veriyi geri getiremeyeceksiniz

", "account-deleted": "Hesap silindi", "account-content-deleted": "Hesaba ait içerik silindi", "fullname": "İsim Soyisim", @@ -32,11 +32,12 @@ "joined": "Katılım Tarihi:", "lastonline": "Son Çevrimiçi Zamanı:", "profile": "Profil", - "profile_views": "Profil Görüntülemeleri", + "profile-views": "Profil Görüntülemeleri", "reputation": "Saygınlık", "bookmarks": "Yer İmleri", - "watched_categories": "Takip edilen kategoriler", - "change_all": "Hepsini Değiştir", + "watched-categories": "Takip edilen kategoriler", + "watched-tags": "Watched tags", + "change-all": "Hepsini Değiştir", "watched": "Takip edilen başlıklar", "ignored": "Susturulan başlıklar", "default-category-watch-state": "Varsayılan kategori izleme durumu", @@ -44,83 +45,84 @@ "following": "Takip Edilenler", "blocks": "Engellenenler", "blocked-users": "Engellenen Kullanıcılar", - "block_toggle": "Blokta Geçiş Yap", - "block_user": "Kullanıcıyı Engelle", - "unblock_user": "Kullanıcı Engelini Kaldır", + "block-toggle": "Blokta Geçiş Yap", + "block-user": "Kullanıcıyı Engelle", + "unblock-user": "Kullanıcı Engelini Kaldır", "aboutme": "Hakkımda", "signature": "İmza", "birthday": "Doğum Tarihi", "chat": "Sohbet", - "chat_with": "%1 ile sohbete devam et", - "new_chat_with": "%1 ile yeni sohbete başla", + "chat-with": "%1 ile sohbete devam et", + "new-chat-with": "%1 ile yeni sohbete başla", "flag-profile": "Profili şikayet et", "follow": "Takip Et", "unfollow": "Takip etme", "more": "Daha Fazla", - "profile_update_success": "Profiliniz başarıyla güncellendi!", - "change_picture": "Fotoğrafı Değiştir", - "change_username": "Kullanıcı Adı Değiştir", - "change_email": "E-posta Değiştir", - "email_same_as_password": "Lütfen devam etmek için şu anki şifrenizi girin – Tekrar e-posta adresinizi girdiniz", + "profile-update-success": "Profiliniz başarıyla güncellendi!", + "change-picture": "Fotoğrafı Değiştir", + "change-username": "Kullanıcı Adı Değiştir", + "change-email": "E-posta Değiştir", + "email-updated": "Email Updated", + "email-same-as-password": "Lütfen devam etmek için şu anki şifrenizi girin – Tekrar e-posta adresinizi girdiniz", "edit": "Düzenle", "edit-profile": "Profil Düzenle", - "default_picture": "Varsayılan ikon", - "uploaded_picture": "Yüklenmiş fotoğraflar", - "upload_new_picture": "Yeni bir fotoğraf yükle", - "upload_new_picture_from_url": "İnternetten yeni bir fotoğraf yükle", - "current_password": "Şu anki şifre", - "new_password": "Yeni Şifre", - "change_password": "Şifre Değiştir", - "change_password_error": "Geçersiz Şifre", - "change_password_error_wrong_current": "Şu anki şifre doğru değil!", - "change_password_error_match": "Şifreler aynı olmalı!", - "change_password_error_privileges": "Bu şifreyi değiştirme yetkiniz yok.", - "change_password_success": "Şifreniz güncellendi!", - "confirm_password": "Şifreyi Onayla", + "default-picture": "Varsayılan ikon", + "uploaded-picture": "Yüklenmiş fotoğraflar", + "upload-new-picture": "Yeni bir fotoğraf yükle", + "upload-new-picture-from-url": "İnternetten yeni bir fotoğraf yükle", + "current-password": "Şu anki şifre", + "new-password": "Yeni Şifre", + "change-password": "Şifre Değiştir", + "change-password-error": "Geçersiz Şifre", + "change-password-error-wrong-current": "Şu anki şifre doğru değil!", + "change-password-error-match": "Şifreler aynı olmalı!", + "change-password-error-privileges": "Bu şifreyi değiştirme yetkiniz yok.", + "change-password-success": "Şifreniz güncellendi!", + "confirm-password": "Şifreyi Onayla", "password": "Şifre", - "username_taken_workaround": "İstediğiniz kullanıcı ismi zaten alınmış, bu yüzden biraz degiştirdik. Şimdiki kullanıcı isminiz %1", - "password_same_as_username": "Parolanız kullanıcı adınız ile aynı, lütfen başka bir parola seçiniz.", - "password_same_as_email": "Şifreniz e-posta adresiniz ile aynı, lütfen başka bir şifre seçin.", - "weak_password": "Zayıf şifre.", - "upload_picture": "Fotoğraf Yükle", - "upload_a_picture": "Bir Fotoğraf Yükle", - "remove_uploaded_picture": "Yüklenmiş fotoğrafı kaldır", - "upload_cover_picture": "Kapak görseli yükle", - "remove_cover_picture_confirm": "Kapak görselini silmek istediğinize emin misiniz?", - "crop_picture": "Görsel Kırp", - "upload_cropped_picture": "Kırp ve yükle", + "username-taken-workaround": "İstediğiniz kullanıcı ismi zaten alınmış, bu yüzden biraz degiştirdik. Şimdiki kullanıcı isminiz %1", + "password-same-as-username": "Parolanız kullanıcı adınız ile aynı, lütfen başka bir parola seçiniz.", + "password-same-as-email": "Şifreniz e-posta adresiniz ile aynı, lütfen başka bir şifre seçin.", + "weak-password": "Zayıf şifre.", + "upload-picture": "Fotoğraf Yükle", + "upload-a-picture": "Bir Fotoğraf Yükle", + "remove-uploaded-picture": "Yüklenmiş fotoğrafı kaldır", + "upload-cover-picture": "Kapak görseli yükle", + "remove-cover-picture-confirm": "Kapak görselini silmek istediğinize emin misiniz?", + "crop-picture": "Görsel Kırp", + "upload-cropped-picture": "Kırp ve yükle", "avatar-background-colour": "Avatar arkaplan rengi", "settings": "Ayarlar", - "show_email": "E-postamı göster", - "show_fullname": "Tam ismimi göster", - "restrict_chats": "Sadece takip ettiğim kişilerden sohbetleri kabul et", - "digest_label": "Özet e-postalarına kaydol", - "digest_description": "Bu forum için e-posta güncellemelerine kaydol.", - "digest_off": "Kapalı", - "digest_daily": "Günlük", - "digest_weekly": "Haftalık", - "digest_biweekly": "İki haftada bir", - "digest_monthly": "Aylık", - "has_no_follower": "Bu kullanıcının hiç takipçisi yok :(", - "follows_no_one": "Bu kullanıcı hiçkimseyi takip etmiyor :(", - "has_no_posts": "Bu kullanıcı henüz herhangi bir ileti yazmamış :(", - "has_no_best_posts": "Bu kullanıcının herhangi bir gönderisi henüz artı oy almadı.", - "has_no_topics": "Bu kullanıcı henüz hiçbir başlık açmamış :(", - "has_no_watched_topics": "Bu kullanıcı henüz hiçbir başlığı takip etmiyor :(", - "has_no_ignored_topics": "Bu kullanıcı henüz hiçbir başlığı yok saymamış.", - "has_no_upvoted_posts": "Bu kullanıcı henüz hiçbir iletiyi artılamamış.", - "has_no_downvoted_posts": "Bu kullanıcı henüz hiçbir iletiyi eksilememiş.", - "has_no_controversial_posts": "Bu kullanıcının herhangi bir gönderisi eksi oy almadı.", - "has_no_blocks": "Hiçbir kullanıcıyı engellemediniz.", - "email_hidden": "E-posta gizli", + "show-email": "E-postamı göster", + "show-fullname": "Tam ismimi göster", + "restrict-chats": "Sadece takip ettiğim kişilerden sohbetleri kabul et", + "digest-label": "Özet e-postalarına kaydol", + "digest-description": "Bu forum için e-posta güncellemelerine kaydol.", + "digest-off": "Kapalı", + "digest-daily": "Günlük", + "digest-weekly": "Haftalık", + "digest-biweekly": "İki haftada bir", + "digest-monthly": "Aylık", + "has-no-follower": "Bu kullanıcının hiç takipçisi yok :(", + "follows-no-one": "Bu kullanıcı hiçkimseyi takip etmiyor :(", + "has-no-posts": "Bu kullanıcı henüz herhangi bir ileti yazmamış :(", + "has-no-best-posts": "Bu kullanıcının herhangi bir gönderisi henüz artı oy almadı.", + "has-no-topics": "Bu kullanıcı henüz hiçbir başlık açmamış :(", + "has-no-watched-topics": "Bu kullanıcı henüz hiçbir başlığı takip etmiyor :(", + "has-no-ignored-topics": "Bu kullanıcı henüz hiçbir başlığı yok saymamış.", + "has-no-upvoted-posts": "Bu kullanıcı henüz hiçbir iletiyi artılamamış.", + "has-no-downvoted-posts": "Bu kullanıcı henüz hiçbir iletiyi eksilememiş.", + "has-no-controversial-posts": "Bu kullanıcının herhangi bir gönderisi eksi oy almadı.", + "has-no-blocks": "Hiçbir kullanıcıyı engellemediniz.", + "email-hidden": "E-posta gizli", "hidden": "gizli", - "paginate_description": "Sonsuz yükleme yerine konu ve iletileri sayfalara böl", - "topics_per_page": "Sayfa başına başlık sayısı", - "posts_per_page": "Sayfa başına ileti sayısı", + "paginate-description": "Sonsuz yükleme yerine konu ve iletileri sayfalara böl", + "topics-per-page": "Sayfa başına başlık sayısı", + "posts-per-page": "Sayfa başına ileti sayısı", "category-topic-sort": "Category topic sort", "topic-post-sort": "Topic post sort", - "max_items_per_page": "Maksimum %1", - "acp_language": "Yönetici Sayfası Dili", + "max-items-per-page": "Maksimum %1", + "acp-language": "Yönetici Sayfası Dili", "notifications": "Bildirimler", "upvote-notif-freq": "Artı oy bildiri sıklığı", "upvote-notif-freq.all": "Bütün artı oylar", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "10, 100, 1000...", "upvote-notif-freq.disabled": "Devre dışı bırak", "browsing": "Tarayıcı Ayarları", - "open_links_in_new_tab": "Dışarı giden bağlantıları yeni sekmede aç", - "enable_topic_searching": "Konu içi aramayı aktive et", - "topic_search_help": "Aktive edilirse, konu içi arama tarayıcının normal arama davranışını değiştirerek tüm konuyu aramanızı sağlar", - "update_url_with_post_index": "Sayfayı okurken URL bağlantısındaki ileti numarasını güncelle", - "scroll_to_my_post": "Cevap yazdıktan sonra yeni iletiyi göster", - "follow_topics_you_reply_to": "Cevap verdiğim başlıkları takip et", - "follow_topics_you_create": "Oluşturduğum başlıkları takip et", + "open-links-in-new-tab": "Dışarı giden bağlantıları yeni sekmede aç", + "enable-topic-searching": "Konu içi aramayı aktive et", + "topic-search-help": "Aktive edilirse, konu içi arama tarayıcının normal arama davranışını değiştirerek tüm konuyu aramanızı sağlar", + "update-url-with-post-index": "Sayfayı okurken URL bağlantısındaki ileti numarasını güncelle", + "scroll-to-my-post": "Cevap yazdıktan sonra yeni iletiyi göster", + "follow-topics-you-reply-to": "Cevap verdiğim başlıkları takip et", + "follow-topics-you-create": "Oluşturduğum başlıkları takip et", "grouptitle": "Grup Unvanları", "group-order-help": "Bir grup seçin ve unvanları sıralamak için yön tuşlarını kullanın", "no-group-title": "Grup unvanı yok", @@ -145,9 +147,9 @@ "no-skin": "No Skin", "select-homepage": "Bir \"Anasayfa\" seçin", "homepage": "Anasayfa", - "homepage_description": "Anasayfa olarak kullanacağınız sayfayı seçin veya \"Hiçbiri\" diyerek varsayılan sayfayı kullanın.", - "custom_route": "Özel anasayfa yolu", - "custom_route_help": "Herhangi bir eğik çizgi olmadan, burada bir yol adını girin (örneğin \"yeniler\" , \"popüler\" veya \"category/2/general-discussion\")", + "homepage-description": "Anasayfa olarak kullanacağınız sayfayı seçin veya \"Hiçbiri\" diyerek varsayılan sayfayı kullanın.", + "custom-route": "Özel anasayfa yolu", + "custom-route-help": "Herhangi bir eğik çizgi olmadan, burada bir yol adını girin (örneğin \"yeniler\" , \"popüler\" veya \"category/2/general-discussion\")", "sso.title": "Tek tuşla giriş uygulamaları", "sso.associated": "Birleştirilmiş", "sso.not-associated": "Birleştirmek için buraya tıklayın", @@ -179,28 +181,28 @@ "consent.title": "Haklarınız & İzinleriniz", "consent.lead": "Bu topluluk forumu kişisel bilgilerinizi toplar ve işler.", "consent.intro": "Bu bilgileri kesinlikle bu topluluktaki deneyiminizi kişiselleştirmek ve kullanıcı hesabınıza yaptığınız yayınları ilişkilendirmek için kullanıyoruz. Kayıt adımı sırasında sizden bir kullanıcı adı ve e-posta adresi vermeniz istenmiştir. Ayrıca, kullanıcı profilinizi bu web sitesinde tamamlamak için isteğe bağlı olarak ek bilgi de ekleyebilirsiniz.

Bu bilgileri kullanıcı hesabınızın ömrü boyunca saklayabilir ve izinleri geri alabilirsiniz. Hesabınızı istediğiniz zaman silebilirsiniz. Herhangi bir zamanda, bu web sitesine yaptığınız katkıların bir kopyasını Haklar & Onay sayfasını talep edebilirsiniz.

Sorularınız veya endişeleriniz varsa, bu forumun yönetim ekibine ulaşmanızı öneririz.", - "consent.email_intro": "Zaman zaman, güncellemeler ve / veya size uygun yeni etkinlikleri bildirmek için kayıtlı adresinize e-posta gönderebiliriz. Topluluk özetlemesinin sıklığını (tam olarak devre dışı bırakma dahil) özelleştirebilir, ayrıca kullanıcı ayarları sayfanız aracılığıyla e-posta yoluyla hangi bildirim türlerini alacağınızı seçebilirsiniz.", - "consent.digest_frequency": "Kullanıcı ayarlarınızda açıkça değiştirilmedikçe, bu topluluk her %1 e-posta özetini gönderir.", - "consent.digest_off": "Kullanıcı ayarlarınızda açıkça değiştirilmedikçe, bu topluluk e-posta özetlerini göndermez", + "consent.email-intro": "Zaman zaman, güncellemeler ve / veya size uygun yeni etkinlikleri bildirmek için kayıtlı adresinize e-posta gönderebiliriz. Topluluk özetlemesinin sıklığını (tam olarak devre dışı bırakma dahil) özelleştirebilir, ayrıca kullanıcı ayarları sayfanız aracılığıyla e-posta yoluyla hangi bildirim türlerini alacağınızı seçebilirsiniz.", + "consent.digest-frequency": "Kullanıcı ayarlarınızda açıkça değiştirilmedikçe, bu topluluk her %1 e-posta özetini gönderir.", + "consent.digest-off": "Kullanıcı ayarlarınızda açıkça değiştirilmedikçe, bu topluluk e-posta özetlerini göndermez", "consent.received": "Bilgilerinizi toplamak ve işlemek için bu web sitesine izin vermiş bulunuyorsunuz. Ek işlem gerekli değildir.", - "consent.not_received": "Veri toplama ve işleme için onay vermediniz. Herhangi bir zamanda, bu web sitesi yönetimi, Genel Veri Koruma Yönetmeliğine uymak için hesabınızı silmeyi seçebilir.", + "consent.not-received": "Veri toplama ve işleme için onay vermediniz. Herhangi bir zamanda, bu web sitesi yönetimi, Genel Veri Koruma Yönetmeliğine uymak için hesabınızı silmeyi seçebilir.", "consent.give": "İzin ver", - "consent.right_of_access": "Erişim hakkına sahipsiniz", - "consent.right_of_access_description": "Bu web sitesi tarafından toplanan herhangi bir veriye istek üzerine erişim hakkına sahipsiniz. Aşağıdaki uygun düğmeyi tıklayarak bu verilerin bir kopyasını alabilirsiniz.", - "consent.right_to_rectification": "Düzeltme hakkına sahipsiniz", - "consent.right_to_rectification_description": "Bize verilen yanlış verileri değiştirme veya güncelleme hakkına sahipsiniz. Profiliniz, profilinizi düzenleyerek güncellenebilir ve içerik yayınlamak her zaman düzenlenebilir. Durum böyle değilse, lütfen bu sitenin yönetim ekibiyle iletişime geçin.", - "consent.right_to_erasure": "Silme hakkına sahipsiniz", - "consent.right_to_erasure_description": "Herhangi bir zamanda, hesabınızı silerek veri toplama ve / veya işlemeye onayınızı iptal edebilirsiniz. Gönderilen içeriğiniz kalsa da, bireysel profiliniz silinebilir. Hem hesabınızı hem de içeriğinizi silmek isterseniz, lütfen bu web sitesi için yönetim ekibine başvurun.", - "consent.right_to_data_portability": "Veri taşıma hakkına sahipsiniz", - "consent.right_to_data_portability_description": "Sizden ve hesabınız hakkında toplanan verilere makine tarafından okunabilir bir veri talep edebilirsiniz. Aşağıdaki uygun düğmeyi tıklayarak bunu yapabilirsiniz.", - "consent.export_profile": "Profili Dışa Aktar (.json)", + "consent.right-of-access": "Erişim hakkına sahipsiniz", + "consent.right-of-access-description": "Bu web sitesi tarafından toplanan herhangi bir veriye istek üzerine erişim hakkına sahipsiniz. Aşağıdaki uygun düğmeyi tıklayarak bu verilerin bir kopyasını alabilirsiniz.", + "consent.right-to-rectification": "Düzeltme hakkına sahipsiniz", + "consent.right-to-rectification-description": "Bize verilen yanlış verileri değiştirme veya güncelleme hakkına sahipsiniz. Profiliniz, profilinizi düzenleyerek güncellenebilir ve içerik yayınlamak her zaman düzenlenebilir. Durum böyle değilse, lütfen bu sitenin yönetim ekibiyle iletişime geçin.", + "consent.right-to-erasure": "Silme hakkına sahipsiniz", + "consent.right-to-erasure-description": "Herhangi bir zamanda, hesabınızı silerek veri toplama ve / veya işlemeye onayınızı iptal edebilirsiniz. Gönderilen içeriğiniz kalsa da, bireysel profiliniz silinebilir. Hem hesabınızı hem de içeriğinizi silmek isterseniz, lütfen bu web sitesi için yönetim ekibine başvurun.", + "consent.right-to-data-portability": "Veri taşıma hakkına sahipsiniz", + "consent.right-to-data-portability-description": "Sizden ve hesabınız hakkında toplanan verilere makine tarafından okunabilir bir veri talep edebilirsiniz. Aşağıdaki uygun düğmeyi tıklayarak bunu yapabilirsiniz.", + "consent.export-profile": "Profili Dışa Aktar (.json)", "consent.export-profile-success": "Profil aktarılmak üzere hazırlanıyor, işlem tamamlandığında bildirim alacaksınız!", - "consent.export_uploads": "Karşıya Yüklenmiş İçeriği Dışarı Aktar (.zip)", + "consent.export-uploads": "Karşıya Yüklenmiş İçeriği Dışarı Aktar (.zip)", "consent.export-uploads-success": "Yüklemeler aktarılmak üzere hazırlanıyor, işlem tamamlandığında bildirim alacaksınız!", - "consent.export_posts": "Gönderileri Dışa Aktar (.csv)", + "consent.export-posts": "Gönderileri Dışa Aktar (.csv)", "consent.export-posts-success": "İletiler aktarılmak üzere hazırlanıyor, işlem tamamlandığında bildirim alacaksınız!", "emailUpdate.intro": "Lütfen e-posta adresinizi aşağıya girin. Bu forum, e-posta adresinizi planlanmış özet ve bildirimler ile parolanın kaybolması durumunda hesap kurtarma için kullanır.", - "emailUpdate.optional": "Bu bölüm tercihe bağlıdır. Bir e-posta adresi girmek zorunda değilsiniz, fakat onaylanmış bir e-posta adresi olmadan hesabınızı veya girişinizi e-posta adresiniz ile kurtaramazsınız. ", + "emailUpdate.optional": "Bu bölüm tercihe bağlıdır. Bir e-posta adresi girmek zorunda değilsiniz, fakat onaylanmış bir e-posta adresi olmadan hesabınızı veya girişinizi e-posta adresiniz ile kurtaramazsınız.", "emailUpdate.required": "Bu bölüm zorunludur.", "emailUpdate.change-instructions": "Girilen e-posta adresine kişiye özel bir bağlantı içeren bir onay e-postası gönderilecektir. Bu bağlantıya erişmek, e-posta adresinin sahibi olduğunuzu onaylayacak ve hesabınızda etkin hale gelecektir. İstediğiniz zaman, hesap sayfanızdan kayıtlı e-postanızı güncelleyebilirsiniz.", "emailUpdate.password-challenge": "Hesabın size ait olduğunu doğrulamak için lütfen şifrenizi giriniz", diff --git a/public/language/tr/users.json b/public/language/tr/users.json index e09ce0dde5..60fd516e80 100644 --- a/public/language/tr/users.json +++ b/public/language/tr/users.json @@ -1,13 +1,13 @@ { "all-users": "Tüm kullanıcılar", - "latest_users": "En Yeni Kullanıcılar", - "top_posters": "En Fazla Gönderim Yapanlar", - "most_reputation": "En Saygınlar", - "most_flags": "En Fazla Şikayet", + "latest-users": "En Yeni Kullanıcılar", + "top-posters": "En Fazla Gönderim Yapanlar", + "most-reputation": "En Saygınlar", + "most-flags": "En Fazla Şikayet", "search": "Ara", - "enter_username": "Aramak için bir kullanıcı adı girin", + "enter-username": "Aramak için bir kullanıcı adı girin", "search-user-for-chat": "Sohbet başlatmak için kullanıcıyı arayın:", - "load_more": "Daha Fazla Yükle", + "load-more": "Daha Fazla Yükle", "users-found-search-took": "%1 kullanıcı(lar) bulundu! Arama %2 saniye sürdü.", "filter-by": "Şu şekilde filtrele", "online-only": "Sadece çevrimiçi", @@ -15,10 +15,10 @@ "prompt-email": "Eposta:", "groups-to-join": "Davet kabul edildiğinde katılacağınız gruplar:", "invitation-email-sent": "%1'e bir davet e-posta'sı gönderildi", - "user_list": "Kullanıcı Listesi", - "recent_topics": "Güncel Konular", - "popular_topics": "Popüler Konular", - "unread_topics": "Okunmamış Konular", + "user-list": "Kullanıcı Listesi", + "recent-topics": "Güncel Konular", + "popular-topics": "Popüler Konular", + "unread-topics": "Okunmamış Konular", "categories": "Kategoriler", "tags": "Etiketler", "no-users-found": "Kullanıcı bulunamadı!" diff --git a/public/language/uk/admin/advanced/events.json b/public/language/uk/admin/advanced/events.json index 997d177a47..bc7a31a655 100644 --- a/public/language/uk/admin/advanced/events.json +++ b/public/language/uk/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "Event Type", "filter-start": "Start Date", "filter-end": "End Date", - "filter-perPage": "Per Page" + "filter-per-page": "Per Page" } \ No newline at end of file diff --git a/public/language/uk/admin/extend/widgets.json b/public/language/uk/admin/extend/widgets.json index 1121b42a25..daa000f268 100644 --- a/public/language/uk/admin/extend/widgets.json +++ b/public/language/uk/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "No widgets found! Activate the widget essentials plugin in the plugins control panel.", "clone-from": "Клонувати віджет з", "containers.available": "Доступні контейнери", - "containers.explanation": "Перетягніть поверх будь-якого активного віджету", + "containers.explanation": "Drag and drop on top of any widget", "containers.none": "Ніякий", "container.well": "Криниця", "container.jumbotron": "Екран", @@ -29,5 +29,7 @@ "hide-from-groups": "Hide from groups", "start-date": "Start date", "end-date": "End date", - "hide-on-mobile": "Hide on mobile" + "hide-on-mobile": "Hide on mobile", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/uk/admin/manage/privileges.json b/public/language/uk/admin/manage/privileges.json index 3a0372dafe..f7a482fb59 100644 --- a/public/language/uk/admin/manage/privileges.json +++ b/public/language/uk/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "Edit Privileges", "select-clear-all": "Select/Clear All", "chat": "Чат", + "chat-with-privileged": "Chat with Privileged", "upload-images": "Завантаження Зображень", "upload-files": "Завантаження Файлів", "signature": "Підпис", @@ -33,7 +34,7 @@ "edit-posts": "Редагувати Пости", "view-edit-history": "Переглядати Історію Редагування", "delete-posts": "Видаляти Пости", - "view_deleted": "View Deleted Posts", + "view-deleted": "View Deleted Posts", "upvote-posts": "Голосувати \"За\" Пости", "downvote-posts": "Голосувати \"Проти\" Постів", "delete-topics": "Видаляти Теми", diff --git a/public/language/uk/admin/manage/users.json b/public/language/uk/admin/manage/users.json index 2b7df34d4f..7c5b9cd3ab 100644 --- a/public/language/uk/admin/manage/users.json +++ b/public/language/uk/admin/manage/users.json @@ -4,16 +4,21 @@ "edit": "Actions", "make-admin": "Створити адміна", "remove-admin": "Видалити адміна", + "change-email": "Change Email", + "new-email": "New Email", "validate-email": "Підтвердити електронну адресу", "send-validation-email": "Надіслати підтверджувального листа", + "change-password": "Change Password", "password-reset-email": "Надіслати скидання паролю", "force-password-reset": "Force Password Reset & Log User Out", - "ban": "Забанити", + "ban": "Ban", + "ban-users": "Ban User(s)", "temp-ban": "Забанити тимчасово", "unban": "Розбанити", "reset-lockout": "Скинути блокування", "reset-flags": "Скинути скарги", - "delete": "Delete User(s)", + "delete": "Delete", + "delete-users": "Delete User(s)", "delete-content": "Delete User(s) Content", "purge": "Delete User(s) and Content", "download-csv": "Скачати CSV", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "Забанити %1 користувачів", "alerts.unban-success": "Користувачів забанено!", "alerts.lockout-reset-success": "Блокування скинуто!", + "alerts.password-change-success": "Password(s) changed!", "alerts.flag-reset-success": "Скарги скинуто!", "alerts.no-remove-yourself-admin": "Ви не можете видалити себе як адміна!", "alerts.make-admin-success": "Користувач зараз є адміністратором.", @@ -106,6 +112,7 @@ "alerts.create": "Створити користувача", "alerts.button-create": "Створити", "alerts.button-cancel": "Скасувати", + "alerts.button-change": "Change", "alerts.error-passwords-different": "Паролі мають співпадати!", "alerts.error-x": "Помилка

%1

", "alerts.create-success": "Користувача створено!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "Emails: ", "alerts.email-sent-to": "Запрошення надіслано за адресою %1", "alerts.x-users-found": "%1 user(s) found, (%2 seconds)", + "alerts.select-a-single-user-to-change-email": "Select a single user to change email", "export-users-started": "Exporting users as csv, this might take a while. You will receive a notification when it is complete.", - "export-users-completed": "Users exported as csv, click here to download." + "export-users-completed": "Users exported as csv, click here to download.", + "email": "Email", + "password": "Password", + "manage": "Manage" } \ No newline at end of file diff --git a/public/language/uk/admin/settings/chat.json b/public/language/uk/admin/settings/chat.json index 45d3d9af6a..7dc74d468b 100644 --- a/public/language/uk/admin/settings/chat.json +++ b/public/language/uk/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "Enter 0 to disable this restriction", "chat-settings": "Налаштування чату", "disable": "Вимкнути чат", "disable-editing": "Вимкнути редагування/видалення повідомлень чату", @@ -6,8 +7,10 @@ "max-length": "Максимальна довжина повідомлення", "max-chat-room-name-length": "Maximum length of chat room names", "max-room-size": "Максимальна кількість людей у кімнаті", - "delay": "Час між повідомленнями в мілісекундах", - "notification-delay": "Notification delay for chat messages. (0 for no delay)", - "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable. (0 disabled)", - "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable. (0 disabled)" + "delay": "Time between chat messages (ms)", + "newbieDelay": "... for new users (ms)", + "notification-delay": "Notification delay for chat messages", + "notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.", + "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.", + "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable." } \ No newline at end of file diff --git a/public/language/uk/admin/settings/post.json b/public/language/uk/admin/settings/post.json index bfb6ebd5d6..3dec93a499 100644 --- a/public/language/uk/admin/settings/post.json +++ b/public/language/uk/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "Title Length", "restrictions.post-length": "Post Length", "restrictions.days-until-stale": "Днів, доки тема не вважатиметься застарілою", - "restrictions.stale-help": "Якщо тема є \"застарілою\", то для користувачів, що бажають відповісти на неї буде показано попередження.", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "Часова мітка", "timestamp.cut-off": "Обрізка дат (в днях)", "timestamp.cut-off-help": "Дата і час показуються відносно (тобто \"3 години тому\" / \"5 днів тому\"). Після певного періоду часу, цей текст може бути змінено на звичайну дати (тобто 5 Лис 2016 15:30).
(Типово: 30, або один місяць). Вкажіть 0, щоб завжди показувати дати або залиште пустим, щоб завжди показувати відносний час.", diff --git a/public/language/uk/admin/settings/user.json b/public/language/uk/admin/settings/user.json index b7a12302b0..8f2ea1da36 100644 --- a/public/language/uk/admin/settings/user.json +++ b/public/language/uk/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "Ім'я користувача або електронну пошту", "allow-login-with.username": "Тільки ім'я користувача", "account-settings": "Налаштування акаунту", - "gdpr_enabled": "Enable GDPR consent collection", - "gdpr_enabled_help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", + "gdpr-enabled": "Enable GDPR consent collection", + "gdpr-enabled-help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the General Data Protection Regulation (GDPR). Note: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.", "disable-username-changes": "Вимкнути зміну імені користувача", "disable-email-changes": "Вимкнути зміну електронної пошти", "disable-password-changes": "Вимкнути зміну пароля", diff --git a/public/language/uk/category.json b/public/language/uk/category.json index 5cdbe18dd1..e18fa3d3e2 100644 --- a/public/language/uk/category.json +++ b/public/language/uk/category.json @@ -1,12 +1,12 @@ { "category": "Категорія", "subcategories": "Підкатегорія", - "new_topic_button": "Новий запис", + "new-topic-button": "Новий запис", "guest-login-post": "Увійдіть, щоб постити", - "no_topics": " У цій категорії немає жодної теми.
Чому б вам не створити першу?", + "no-topics": " У цій категорії немає жодної теми.
Чому б вам не створити першу?", "browsing": "переглядають", - "no_replies": "Немає відповідей", - "no_new_posts": "Немає нових постів.", + "no-replies": "Немає відповідей", + "no-new-posts": "Немає нових постів.", "watch": "Стежити", "ignore": "Ігнорувати", "watching": "Відстежується", diff --git a/public/language/uk/email.json b/public/language/uk/email.json index 540d4cff61..adad1bf5ee 100644 --- a/public/language/uk/email.json +++ b/public/language/uk/email.json @@ -3,14 +3,14 @@ "password-reset-requested": "Отримано запит на скидання пароля!", "welcome-to": "Ласкаво просимо до %1", "invite": "Запрошення від %1", - "greeting_no_name": "Привіт", - "greeting_with_name": "Привіт %1", + "greeting-no-name": "Привіт", + "greeting-with-name": "Привіт %1", "email.verify-your-email.subject": "Будь-ласка перевірте вашу електронну адресу", "email.verify.text1": "You've requested that we change or confirm your email address", "email.verify.text2": "For security purposes, we only change or confirm the email address on file once its ownership has been confirmed via email. If you did not request this, no action is required on your part.", "email.verify.text3": "Once you confirm this email address, we will replace your current email address with this one (%1).", "welcome.text1": "Дякуємо за реєстрацію з %1!", - "welcome.text2": "Щоб повністю активувати ваш акаунт, нам потрібно перевірити, що вам належить електронна адреса, яку ви вказали при реєстрації ", + "welcome.text2": "Щоб повністю активувати ваш акаунт, нам потрібно перевірити, що вам належить електронна адреса, яку ви вказали при реєстрації", "welcome.text3": "Адміністратор схвалив ваш запит на реєстрацію. Ви можете залогінитись, використовуючи свій пароль та назву акаунту", "welcome.cta": "Натисніть тут, щоб підтвердити вашу електронну адресу", "invitation.text1": "%1 запросив вас приєднатися до %2", @@ -24,7 +24,7 @@ "reset.notify.text2": "Якщо ви не авторизували це, повідомте негайно адміністратора", "digest.unread-rooms": "Unread rooms", "digest.room-name-unreadcount": "%1 (%2 unread)", - "digest.latest_topics": "Останні теми від %1", + "digest.latest-topics": "Останні теми від %1", "digest.top-topics": "Top topics from %1", "digest.popular-topics": "Popular topics from %1", "digest.cta": "Натисніть, щоб відвідати %1", @@ -36,8 +36,8 @@ "digest.title.day": "Ваш щоденний дайджест", "digest.title.week": "Ваш тижневий дайджест", "digest.title.month": "Ваш місячний дайджест", - "notif.chat.subject": "Отримане нове повідомлення чату від %1", - "notif.chat.public-chat-subject": "New message from %1 in room %2", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "Натисніть тут, щоб продовжити розмову", "notif.chat.unsub.info": "Це повідомлення чату було вислано вам, згідно ваших налаштувань підписки", "notif.post.unsub.info": "Це поштове повідомлення було вислано вам, згідно ваших налаштувань підписки", diff --git a/public/language/uk/error.json b/public/language/uk/error.json index 6e4157f525..23292eeab1 100644 --- a/public/language/uk/error.json +++ b/public/language/uk/error.json @@ -41,7 +41,7 @@ "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.", "email-confirm-failed": "Ми не можемо підтвердити вашу електронну пошту, будь ласка, спробуйте пізніше.", - "confirm-email-already-sent": "Підтвердження по електронній пошті вже було надіслано, зачекайте, будь ласка, %1 хвилин(и), щоб відправити ще одне. ", + "confirm-email-already-sent": "Підтвердження по електронній пошті вже було надіслано, зачекайте, будь ласка, %1 хвилин(и), щоб відправити ще одне.", "confirm-email-expired": "Confirmation email expired", "sendmail-not-found": "Виконуваний файл sendmail не знайдено, переконайтесь, будь ласка, що його встановлено та що він виконується власником процесу NodeBB.", "digest-not-enabled": "Цей користувач не має активних дайджестів, або налаштування по замовчанню не включають надсилання дайджестів.", @@ -65,7 +65,7 @@ "no-teaser": "Тизер не існує", "no-flag": "Flag does not exist", "no-chat-room": "Chat room does not exist", - "no-privileges": "У вас недостатньо повноважень для цієї дії. ", + "no-privileges": "У вас недостатньо повноважень для цієї дії.", "category-disabled": "Категорію відключено", "topic-locked": "Тему заблоковано", "post-edit-duration-expired": "Ви можете редагувати пости лиш на протязі %1 секунд(и) з часу відправки", @@ -184,6 +184,7 @@ "post-flagged-too-many-times": "This post has been flagged by others already", "user-flagged-too-many-times": "This user has been flagged by others already", "cant-flag-privileged": "You are not allowed to flag the profiles or content of privileged users (moderators/global moderators/admins)", + "cant-locate-flag-report": "Cannot locate flag report", "self-vote": "Ви не можете проголосувати за власний пост", "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", diff --git a/public/language/uk/flags.json b/public/language/uk/flags.json index 6b5b30a3e0..985718c01e 100644 --- a/public/language/uk/flags.json +++ b/public/language/uk/flags.json @@ -1,5 +1,6 @@ { "state": "Стан", + "report": "Report", "reports": "Reports", "first-reported": "First Reported", "no-flags": "Ура! Скарг немає.", @@ -8,6 +9,8 @@ "update": "Оновлення", "updated": "Оновлено", "resolved": "Resolved", + "report-added": "Added", + "report-rescinded": "Rescinded", "target-purged": "Зміст на який подана ця скарга було стерто і він більше недоступний.", "target-aboutme-empty": "This user has no "About Me" set.", diff --git a/public/language/uk/global.json b/public/language/uk/global.json index 2cecaa6fd7..5fe5169fe8 100644 --- a/public/language/uk/global.json +++ b/public/language/uk/global.json @@ -13,19 +13,19 @@ "400.message": "It looks like this link is malformed, please double-check and try again.
Return to the home page.
", "register": "Реєстрація", "login": "Логін", - "please_log_in": "Увійдіть, будь-ласка", + "please-log-in": "Увійдіть, будь-ласка", "logout": "Вийти", - "posting_restriction_info": "Наразі постити можуть лише зареєстровані користувачі, натисніть тут щоб увійти.", - "welcome_back": "З поверненням", - "you_have_successfully_logged_in": "Ви успішно увійшли", - "save_changes": "Зберегти зміни", + "posting-restriction-info": "Наразі постити можуть лише зареєстровані користувачі, натисніть тут щоб увійти.", + "welcome-back": "З поверненням", + "you-have-successfully-logged-in": "Ви успішно увійшли", + "save-changes": "Зберегти зміни", "save": "Зберегти", "create": "Create", "cancel": "Cancel", "close": "Закрити", "pagination": "Розбиття на сторінки", - "pagination.out_of": "%1 із %2", - "pagination.enter_index": "Go to post index", + "pagination.out-of": "%1 із %2", + "pagination.enter-index": "Go to post index", "header.admin": "Адмін", "header.categories": "Категорії", "header.recent": "Недавні", @@ -80,25 +80,25 @@ "lastpost": "Останній допис", "firstpost": "Перший допис", "about": "About", - "read_more": "читати далі", + "read-more": "читати далі", "more": "Більше", "none": "None", - "posted_ago_by_guest": "запостив Гість %1", - "posted_ago_by": "запостив %2 %1", - "posted_ago": "запощено %1", - "posted_in": "запощено в %1", - "posted_in_by": "запостив %2 в %1 ", - "posted_in_ago": "запощено в %1 %2", - "posted_in_ago_by": "запостив %3 в %1 %2 ", - "user_posted_ago": "%1 запостив %2", - "guest_posted_ago": "Гість запостив %1", - "last_edited_by": "востаннє редагувалося %1", + "posted-ago-by-guest": "запостив Гість %1", + "posted-ago-by": "запостив %2 %1", + "posted-ago": "запощено %1", + "posted-in": "запощено в %1", + "posted-in-by": "запостив %2 в %1", + "posted-in-ago": "запощено в %1 %2", + "posted-in-ago-by": "запостив %3 в %1 %2", + "user-posted-ago": "%1 запостив %2", + "guest-posted-ago": "Гість запостив %1", + "last-edited-by": "востаннє редагувалося %1", "edited-timestamp": "Edited %1", "norecentposts": "Немає свіжих постів", "norecenttopics": "Немає свіжих тем", "recentposts": "Нещодавні пости", "recentips": "Нещодавно увійшовші IP-адреси", - "moderator_tools": "Інструменти модератора", + "moderator-tools": "Інструменти модератора", "status": "Status", "online": "Онлайн", "away": "Відсутній", @@ -109,7 +109,7 @@ "language": "Мова", "guest": "Гість", "guests": "Гості", - "former_user": "Колишній користувач", + "former-user": "Колишній користувач", "system-user": "System", "unknown-user": "Unknown user", "updated.title": "Форум оновлено", @@ -117,12 +117,12 @@ "privacy": "Приватність", "follow": "Стежити", "unfollow": "Не стежити", - "delete_all": "Видалити все", + "delete-all": "Видалити все", "map": "Мапа", "sessions": "Сесії", - "ip_address": "IP Адреса", - "enter_page_number": "Уведіть номер сторінки", - "upload_file": "Завантажити файл", + "ip-address": "IP Адреса", + "enter-page-number": "Уведіть номер сторінки", + "upload-file": "Завантажити файл", "upload": "Завантажити", "uploads": "Завантаження", "allowed-file-types": "Дозволені типи файлів %1", @@ -131,7 +131,7 @@ "play": "Грати", "cookies.message": "Цей сайт використовує куки, щоб ви отримали найкращий досвід при роботі з сайтом.", "cookies.accept": "Зрозуміло!", - "cookies.learn_more": "Дізнатися більше", + "cookies.learn-more": "Дізнатися більше", "edited": "Відредаговано", "disabled": "Вимкнено", "select": "Обрати", diff --git a/public/language/uk/groups.json b/public/language/uk/groups.json index 88392d43e2..b2ff1e8a32 100644 --- a/public/language/uk/groups.json +++ b/public/language/uk/groups.json @@ -2,65 +2,65 @@ "all-groups": "All groups", "groups": "Групи", "members": "Members", - "view_group": "Переглянути групу", + "view-group": "Переглянути групу", "owner": "Власник групи", - "new_group": "Створити нову групу", - "no_groups_found": "Тут немає груп", + "new-group": "Створити нову групу", + "no-groups-found": "Тут немає груп", "pending.accept": "Прийняти", "pending.reject": "Відхилити", - "pending.accept_all": "Прийняти всі", - "pending.reject_all": "Відхилити всі", + "pending.accept-all": "Прийняти всі", + "pending.reject-all": "Відхилити всі", "pending.none": "На даний момент жоден учасник не чекає розгляду", "invited.none": "На даний момент немає запрошених учасників", "invited.uninvite": "Анулювати запрошення", "invited.search": "Пошук користувача для запрошення у групу", - "invited.notification_title": "Вас запросили проєднатися до %1", - "request.notification_title": "Запит на членство у групі від %1", - "request.notification_text": "%1 було запрошено стати учасником групи %2", + "invited.notification-title": "Вас запросили проєднатися до %1", + "request.notification-title": "Запит на членство у групі від %1", + "request.notification-text": "%1 було запрошено стати учасником групи %2", "cover-save": "Зберегти", "cover-saving": "Збереження", "details.title": "Деталі групи", "details.members": "Список учасників", "details.pending": "Учасники, що очікують", "details.invited": "Запрошені учасники", - "details.has_no_posts": "Учасники групи не написали жодного посту.", - "details.latest_posts": "Останні пости", + "details.has-no-posts": "Учасники групи не написали жодного посту.", + "details.latest-posts": "Останні пости", "details.private": "Приватна", "details.disableJoinRequests": "Вимкнути запити на приєднання", "details.disableLeave": "Забороніть користувачам покидати групу", "details.grant": "Надати/забрати права адміністратора", "details.kick": "Вигнати", - "details.kick_confirm": "Ви впевнені, що бажаєте видалити цього користувача з групи?", + "details.kick-confirm": "Ви впевнені, що бажаєте видалити цього користувача з групи?", "details.add-member": "Додати члена групи", - "details.owner_options": "Адміністрація групи", - "details.group_name": "Назва групи", - "details.member_count": "Кількість учасників", - "details.creation_date": "Дата створення", + "details.owner-options": "Адміністрація групи", + "details.group-name": "Назва групи", + "details.member-count": "Кількість учасників", + "details.creation-date": "Дата створення", "details.description": "Опис", "details.member-post-cids": "Category IDs to display posts from", - "details.badge_preview": "Попередній перегляд бейджа", - "details.change_icon": "Змінити іконку", - "details.change_label_colour": "Змінити колір позначки", - "details.change_text_colour": "Змінити колір тексту", - "details.badge_text": "Текст бейджа", + "details.badge-preview": "Попередній перегляд бейджа", + "details.change-icon": "Змінити іконку", + "details.change-label-colour": "Змінити колір позначки", + "details.change-text-colour": "Змінити колір тексту", + "details.badge-text": "Текст бейджа", "details.userTitleEnabled": "Показати бейдж", - "details.private_help": "Якщо увімкнено, приєднання до групи вимагає підтвердження власника.", + "details.private-help": "Якщо увімкнено, приєднання до групи вимагає підтвердження власника.", "details.hidden": "Прихована", - "details.hidden_help": "Якщо увімкнено, групу не буде видно в загальному списку і запрошення користувачів потрібно буде здійснювати вручну.", - "details.delete_group": "Видалити групу", - "details.private_system_help": "Приватні групи вимкнено на системному рівні, ця опція нічого не робить.", + "details.hidden-help": "Якщо увімкнено, групу не буде видно в загальному списку і запрошення користувачів потрібно буде здійснювати вручну.", + "details.delete-group": "Видалити групу", + "details.private-system-help": "Приватні групи вимкнено на системному рівні, ця опція нічого не робить.", "event.updated": "Деталі групи оновлено", "event.deleted": "Група \"%1\" видалена", "membership.accept-invitation": "Прийняти запрошення", - "membership.accept.notification_title": "Тепер ви є членом %1", + "membership.accept.notification-title": "Тепер ви є членом %1", "membership.invitation-pending": "Запрошення в черзі", "membership.join-group": "Приєднатися до групи", "membership.leave-group": "Покинути групу", - "membership.leave.notification_title": "%1 покинув групу %2", + "membership.leave.notification-title": "%1 покинув групу %2", "membership.reject": "Відхилити", - "new-group.group_name": "Назва групи:", + "new-group.group-name": "Назва групи:", "upload-group-cover": "Завантажити обкладинку групи", "bulk-invite-instructions": "Уведіть список імен користувачів (розділених комами), котрих ви бажаєте запросити до групи", "bulk-invite": "Масове запрошення", - "remove_group_cover_confirm": "Ви впевнені, що бажаєте видалити обкладинку?" + "remove-group-cover-confirm": "Ви впевнені, що бажаєте видалити обкладинку?" } \ No newline at end of file diff --git a/public/language/uk/login.json b/public/language/uk/login.json index 8185742cad..42c8a6e239 100644 --- a/public/language/uk/login.json +++ b/public/language/uk/login.json @@ -1,12 +1,12 @@ { "username-email": "Ім'я / Пошта", "username": "Ім'я користувача", - "remember_me": "Запам'ятати мене?", - "forgot_password": "Забули пароль?", - "alternative_logins": "Альтернативний вхід", - "failed_login_attempt": "Вхід невдався", - "login_successful": "Ви успішно зайшли!", - "dont_have_account": "Не маєте акаунту?", + "remember-me": "Запам'ятати мене?", + "forgot-password": "Забули пароль?", + "alternative-logins": "Альтернативний вхід", + "failed-login-attempt": "Вхід невдався", + "login-successful": "Ви успішно зайшли!", + "dont-have-account": "Не маєте акаунту?", "logged-out-due-to-inactivity": "Ви були розлогінені з Адмінської Панелі Керування через неактивність", "caps-lock-enabled": "Caps Lock is enabled" } \ No newline at end of file diff --git a/public/language/uk/modules.json b/public/language/uk/modules.json index 0f85afee28..b7e592222f 100644 --- a/public/language/uk/modules.json +++ b/public/language/uk/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "Room %1", - "chat.chatting_with": "Чат з", + "chat.chatting-with": "Чат з", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Go to most recent message", @@ -8,12 +8,15 @@ "chat.chat-with-usernames": "Chat with %1", "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Надіслати", - "chat.no_active": "У вас немає активних чатів.", - "chat.user_typing": "%1 друкує...", - "chat.user_has_messaged_you": "%1 написав вам.", + "chat.no-active": "У вас немає активних чатів.", + "chat.user-typing-1": "%1 is typing ...", + "chat.user-typing-2": "%1 and %2 are typing ...", + "chat.user-typing-3": "%1, %2 and %3 are typing ...", + "chat.user-typing-n": "%1, %2 and %3 others are typing ...", + "chat.user-has-messaged-you": "%1 написав вам.", "chat.replying-to": "Replying to %1", - "chat.see_all": "All chats", - "chat.mark_all_read": "Mark all read", + "chat.see-all": "All chats", + "chat.mark-all-read": "Mark all read", "chat.no-messages": "Будь ласка, оберіть отримувача, щоб переглянути історію повідомлень", "chat.no-users-in-room": "У цій кімнаті пусто", "chat.recent-chats": "Нещодавні чати", @@ -24,12 +27,16 @@ "chat.pop-out": "Залишити розмову", "chat.minimize": "Згорнути", "chat.maximize": "Розгорнути", - "chat.seven_days": "7 днів", - "chat.thirty_days": "30 днів", - "chat.three_months": "3 місяці", - "chat.delete_message_confirm": "Ви впевнені, що хочете видалити це повідомлення?", + "chat.seven-days": "7 днів", + "chat.thirty-days": "30 днів", + "chat.three-months": "3 місяці", + "chat.delete-message-confirm": "Ви впевнені, що хочете видалити це повідомлення?", "chat.retrieving-users": "Отримання користувачів...", "chat.view-users-list": "View users list", + "chat.pinned-messages": "Pinned Messages", + "chat.no-pinned-messages": "There are no pinned messages", + "chat.pin-message": "Pin Message", + "chat.unpin-message": "Unpin Message", "chat.public-rooms": "Public Rooms (%1)", "chat.private-rooms": "Private Rooms (%1)", "chat.create-room": "Create Chat Room", @@ -67,17 +74,24 @@ "chat.system.user-leave": "%1 has left the room ", "chat.system.room-rename": "%2 has renamed this room to \"%1\" ", "composer.compose": "Редактор повідомлень", - "composer.show_preview": "Показати попередній перегляд", - "composer.hide_preview": "Сховати попередній перегляд", + "composer.show-preview": "Показати попередній перегляд", + "composer.hide-preview": "Сховати попередній перегляд", "composer.help": "Help", - "composer.user_said_in": "%1 написав в %2:", - "composer.user_said": "%1 написав:", + "composer.user-said-in": "%1 написав в %2:", + "composer.user-said": "%1 написав:", "composer.discard": "Ви впевнені, що хочете скасувати цей пост?", - "composer.submit_and_lock": "Надіслати і заблокувати", - "composer.toggle_dropdown": "Показати випадаючий список", + "composer.submit-and-lock": "Надіслати і заблокувати", + "composer.toggle-dropdown": "Показати випадаючий список", "composer.uploading": "Завантаження %1", "composer.formatting.bold": "Жирний", "composer.formatting.italic": "Курсив", + "composer.formatting.heading": "Heading", + "composer.formatting.heading1": "Heading 1", + "composer.formatting.heading2": "Heading 2", + "composer.formatting.heading3": "Heading 3", + "composer.formatting.heading4": "Heading 4", + "composer.formatting.heading5": "Heading 5", + "composer.formatting.heading6": "Heading 6", "composer.formatting.list": "Список", "composer.formatting.strikethrough": "Закреслений", "composer.formatting.code": "Код", @@ -85,9 +99,10 @@ "composer.formatting.picture": "Image Link", "composer.upload-picture": "Завантажити зображення", "composer.upload-file": "Завантажити файл", - "composer.zen_mode": "Режим Дзен", - "composer.select_category": "Обрати категорію", + "composer.zen-mode": "Режим Дзен", + "composer.select-category": "Обрати категорію", "composer.textarea.placeholder": "Enter your post content here, drag and drop images", + "composer.post-queue-alert": "Hello👋!
This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.", "composer.schedule-for": "Schedule topic for", "composer.schedule-date": "Date", "composer.schedule-time": "Time", @@ -102,8 +117,8 @@ "bootbox.confirm": "Підтвердити", "bootbox.submit": "Submit", "bootbox.send": "Send", - "cover.dragging_title": "Розташування обкладинки", - "cover.dragging_message": "Перетягніть обкладинку на бажане місце на натисніть \"Зберегти\"", + "cover.dragging-title": "Розташування обкладинки", + "cover.dragging-message": "Перетягніть обкладинку на бажане місце на натисніть \"Зберегти\"", "cover.saved": "Зображення обкладинки та її позиція збережені", "thumbs.modal.title": "Manage topic thumbnails", "thumbs.modal.no-thumbs": "No thumbnails found.", diff --git a/public/language/uk/notifications.json b/public/language/uk/notifications.json index 437e01b04f..959453de69 100644 --- a/public/language/uk/notifications.json +++ b/public/language/uk/notifications.json @@ -1,59 +1,68 @@ { "title": "Сповіщення", - "no_notifs": "У вас немає нових сповіщень", - "see_all": "All notifications", - "mark_all_read": "Mark all read", - "back_to_home": "Повернутись до %1", - "outgoing_link": "Зовнішнє посилання", - "outgoing_link_message": "Ви залишаєте %1", - "continue_to": "Перейти до %1", - "return_to": "Повернутись до %1", - "new_notification": "У вас нове сповіщення", - "you_have_unread_notifications": "У вас немає непрочитаних сповіщень", + "no-notifs": "У вас немає нових сповіщень", + "see-all": "All notifications", + "mark-all-read": "Mark all read", + "back-to-home": "Повернутись до %1", + "outgoing-link": "Зовнішнє посилання", + "outgoing-link-message": "Ви залишаєте %1", + "continue-to": "Перейти до %1", + "return-to": "Повернутись до %1", + "new-notification": "У вас нове сповіщення", + "you-have-unread-notifications": "У вас немає непрочитаних сповіщень", "all": "Всі", "topics": "Теми", + "tags": "Tags", "replies": "Відповіді", "chat": "Чати", "group-chat": "Group Chats", "public-chat": "Public Chats", "follows": "Вістежування", "upvote": "Схвалення", + "awards": "Awards", "new-flags": "Нові Скарги", "my-flags": "Скарги, подані на мене", "bans": "Бани", - "new_message_from": "Нове повідомлення від %1", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1 проголосував за ваш пост в %2.", - "upvoted_your_post_in_dual": "%1 та %2 проголосували за ваш пост в %3.", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "%1 перемістив ваш пост до %2", - "moved_your_topic": "%1 перемістив %2", - "user_flagged_post_in": "%1 поскаржився на пост в %2", - "user_flagged_post_in_dual": "%1 та %2 поскаржились на пост в %3", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1 поскаржився на профіль користувача (%2)", - "user_flagged_user_dual": "%1 та %2 поскаржились на профіль користувача (%3)", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "%1 запостив відповідь на: %2", - "user_posted_to_dual": "%1 та %2 запостили відповіді до: %3", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1 запостив нову тему: %2", - "user_edited_post": "%1 has edited a post in %2", - "user_started_following_you": "%1 почав стежити за вами.", - "user_started_following_you_dual": "%1 та %2 почали стежити за вами.", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1 надіслав запит на реєстрацію.", - "new_register_multiple": "%1 запити на реєстрацію очікують розгляду.", - "flag_assigned_to_you": "На вас була подана скарга %1", - "post_awaiting_review": "Пост очікує на перевірку", + "new-message-from": "Нове повідомлення від %1", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 wrote in %3", + "user-posted-in-public-room-dual": "%1 and %2 wrote in %4", + "user-posted-in-public-room-triple": "%1, %2 and %3 wrote in %5", + "user-posted-in-public-room-multiple": "%1, %2 and %3 others wrote in %5", + "upvoted-your-post-in": "%1 проголосував за ваш пост в %2.", + "upvoted-your-post-in-dual": "%1 та %2 проголосували за ваш пост в %3.", + "upvoted-your-post-in-triple": "%1, %2 and %3 have upvoted your post in %4.", + "upvoted-your-post-in-multiple": "%1, %2 and %3 others have upvoted your post in %4.", + "moved-your-post": "%1 перемістив ваш пост до %2", + "moved-your-topic": "%1 перемістив %2", + "user-flagged-post-in": "%1 поскаржився на пост в %2", + "user-flagged-post-in-dual": "%1 та %2 поскаржились на пост в %3", + "user-flagged-post-in-triple": "%1, %2 and %3 flagged a post in %4", + "user-flagged-post-in-multiple": "%1, %2 and %3 others flagged a post in %4", + "user-flagged-user": "%1 поскаржився на профіль користувача (%2)", + "user-flagged-user-dual": "%1 та %2 поскаржились на профіль користувача (%3)", + "user-flagged-user-triple": "%1, %2 and %3 flagged a user profile (%4)", + "user-flagged-user-multiple": "%1, %2 and %3 others flagged a user profile (%4)", + "user-posted-to": "%1 запостив відповідь на: %2", + "user-posted-to-dual": "%1 та %2 запостили відповіді до: %3", + "user-posted-to-triple": "%1, %2 and %3 have posted replies to: %4", + "user-posted-to-multiple": "%1, %2 and %3 others have posted replies to: %4", + "user-posted-topic": "%1 запостив нову тему: %2", + "user-edited-post": "%1 has edited a post in %2", + "user-posted-topic-with-tag": "%1 has posted a new topic with tag %2", + "user-posted-topic-with-tag-dual": "%1 has posted a new topic with tags %2 and %3", + "user-posted-topic-with-tag-triple": "%1 has posted a new topic with tags %2, %3 and %4", + "user-posted-topic-with-tag-multiple": "%1 has posted a new topic with tags %2", + "user-started-following-you": "%1 почав стежити за вами.", + "user-started-following-you-dual": "%1 та %2 почали стежити за вами.", + "user-started-following-you-triple": "%1, %2 and %3 started following you.", + "user-started-following-you-multiple": "%1, %2 and %3 others started following you.", + "new-register": "%1 надіслав запит на реєстрацію.", + "new-register-multiple": "%1 запити на реєстрацію очікують розгляду.", + "flag-assigned-to-you": "На вас була подана скарга %1", + "post-awaiting-review": "Пост очікує на перевірку", "profile-exported": "%1 profile exported, click to download", "posts-exported": "%1 posts exported, click to download", "uploads-exported": "%1 uploads exported, click to download", @@ -66,22 +75,24 @@ "email-confirm-error-message": "При перевірці вашої електронної пошти сталася проблема. Можливо код був недійсним або простроченим.", "email-confirm-sent": "Підтвердження по електронній пошті було надіслано.", "none": "Немає", - "notification_only": "Тільки сповіщення", - "email_only": "Тільки електронну пошту ", - "notification_and_email": "Сповіщення та пошта", - "notificationType_upvote": "Коли хтось голосує за ваш пост", - "notificationType_new-topic": "Коли хтось, кого ви читаєте, публікує тему", - "notificationType_new-reply": "Коли з'являється нова відповідь у темі, за якою ви слідкуєте", - "notificationType_post-edit": "When a post is edited in a topic you are watching", - "notificationType_follow": "Коли хтось починає слідкувати за вами", - "notificationType_new-chat": "Коли ви отримуєте повідомлення чату", - "notificationType_new-group-chat": "When you receive a group chat message", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "Коли ви отримуєте запрошення до групи", - "notificationType_group-leave": "When a user leaves your group", - "notificationType_group-request-membership": "Коли хтось подає запит на приєднання до групи, якою ви володієте", - "notificationType_new-register": "Коли когось додано до черги на реєстрацію", - "notificationType_post-queue": "Коли новий пост знаходиться в черзі", - "notificationType_new-post-flag": "Коли повідомлення позначено", - "notificationType_new-user-flag": "Коли користувача позначено" + "notification-only": "Тільки сповіщення", + "email-only": "Тільки електронну пошту", + "notification-and-email": "Сповіщення та пошта", + "notificationType-upvote": "Коли хтось голосує за ваш пост", + "notificationType-new-topic": "Коли хтось, кого ви читаєте, публікує тему", + "notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow", + "notificationType-new-reply": "Коли з'являється нова відповідь у темі, за якою ви слідкуєте", + "notificationType-post-edit": "When a post is edited in a topic you are watching", + "notificationType-follow": "Коли хтось починає слідкувати за вами", + "notificationType-new-chat": "Коли ви отримуєте повідомлення чату", + "notificationType-new-group-chat": "When you receive a group chat message", + "notificationType-new-public-chat": "When you receive a public group chat message", + "notificationType-group-invite": "Коли ви отримуєте запрошення до групи", + "notificationType-group-leave": "When a user leaves your group", + "notificationType-group-request-membership": "Коли хтось подає запит на приєднання до групи, якою ви володієте", + "notificationType-new-register": "Коли когось додано до черги на реєстрацію", + "notificationType-post-queue": "Коли новий пост знаходиться в черзі", + "notificationType-new-post-flag": "Коли повідомлення позначено", + "notificationType-new-user-flag": "Коли користувача позначено", + "notificationType-new-reward": "When you earn a new reward" } \ No newline at end of file diff --git a/public/language/uk/pages.json b/public/language/uk/pages.json index 28da12fd53..ede740a98f 100644 --- a/public/language/uk/pages.json +++ b/public/language/uk/pages.json @@ -47,7 +47,8 @@ "account/latest-posts": "Останні дописи від %1", "account/topics": "Теми створені %1", "account/groups": "Групи %1", - "account/watched_categories": "Категорії, за якими спостерігає %1", + "account/watched-categories": "Категорії, за якими спостерігає %1", + "account/watched-tags": "%1's Watched Tags", "account/bookmarks": "Закладки %1", "account/settings": "Налаштування користувача", "account/settings-of": "Changing settings of %1", diff --git a/public/language/uk/recent.json b/public/language/uk/recent.json index 9388dc15ab..c0e7bd0ae8 100644 --- a/public/language/uk/recent.json +++ b/public/language/uk/recent.json @@ -5,7 +5,7 @@ "month": "Місяць", "year": "Рік", "alltime": "Весь час", - "no_recent_topics": "Немає свіжих тем.", - "no_popular_topics": "Немає популярних тем.", + "no-recent-topics": "Немає свіжих тем.", + "no-popular-topics": "Немає популярних тем.", "load-new-posts": "Load new posts" } \ No newline at end of file diff --git a/public/language/uk/register.json b/public/language/uk/register.json index 07320727c5..977a008d4d 100644 --- a/public/language/uk/register.json +++ b/public/language/uk/register.json @@ -1,32 +1,32 @@ { "register": "Реєстрація", "already-have-account": "Already have an account?", - "cancel_registration": "Скасувати реєстрацію", - "help.email": "За замовчуванням, ваша email-адреса буде прихована від інших. ", - "help.username_restrictions": "Унікальне ім'я довжиною від %1 до %2 символів. Інші можуть вас згадувати за допомогою @ім'я.", - "help.minimum_password_length": "Довжина паролю має бути щонайменше %1 символів.", - "email_address": "Електронна адреса", - "email_address_placeholder": "Уведіть електронну адресу", + "cancel-registration": "Скасувати реєстрацію", + "help.email": "За замовчуванням, ваша email-адреса буде прихована від інших.", + "help.username-restrictions": "Унікальне ім'я довжиною від %1 до %2 символів. Інші можуть вас згадувати за допомогою @ім'я.", + "help.minimum-password-length": "Довжина паролю має бути щонайменше %1 символів.", + "email-address": "Електронна адреса", + "email-address-placeholder": "Уведіть електронну адресу", "username": "Ім'я користувача", - "username_placeholder": "Уведіть ім'я", + "username-placeholder": "Уведіть ім'я", "password": "Пароль", - "password_placeholder": "Уведіть пароль", - "confirm_password": "Підтвердіть пароль", - "confirm_password_placeholder": "Підтвердження пароля", - "register_now_button": "Зареєструватися зараз", - "alternative_registration": "Альтернативна реєстрація", - "terms_of_use": "Умови користування", - "agree_to_terms_of_use": "Я погоджуюсь з Умовами користування", - "terms_of_use_error": "Ви маєте погодитись з Умовами користування", + "password-placeholder": "Уведіть пароль", + "confirm-password": "Підтвердіть пароль", + "confirm-password-placeholder": "Підтвердження пароля", + "register-now-button": "Зареєструватися зараз", + "alternative-registration": "Альтернативна реєстрація", + "terms-of-use": "Умови користування", + "agree-to-terms-of-use": "Я погоджуюсь з Умовами користування", + "terms-of-use-error": "Ви маєте погодитись з Умовами користування", "registration-added-to-queue": "Ваша реєстрація була додана в чергу затвердження. Ви отримаєте листа на електронну пошту, коли адміністратор її підтвердить.", "registration-queue-average-time": "Our average time for approving memberships is %1 hours %2 minutes.", "registration-queue-auto-approve-time": "Your membership to this forum will be fully activated in up to %1 hours.", "interstitial.intro": "We'd like some additional information in order to update your account…", "interstitial.intro-new": "We'd like some additional information before we can create your account…", "interstitial.errors-found": "Please review the entered information:", - "gdpr_agree_data": "Я надаю згоду на збір та обробку моїх особистих даних на цьому веб-сайті.", - "gdpr_agree_email": "Я надаю згоду на отримання дайджесту та поштових повідомлень з цього веб-сайту.", - "gdpr_consent_denied": "Ви мусите надати цьому веб-сайту свою згоду на збір/обробку ваших даних та на отримання поштових повідомлень.", + "gdpr-agree-data": "Я надаю згоду на збір та обробку моїх особистих даних на цьому веб-сайті.", + "gdpr-agree-email": "Я надаю згоду на отримання дайджесту та поштових повідомлень з цього веб-сайту.", + "gdpr-consent-denied": "Ви мусите надати цьому веб-сайту свою згоду на збір/обробку ваших даних та на отримання поштових повідомлень.", "invite.error-admin-only": "Direct user registration has been disabled. Please contact an administrator for more details.", "invite.error-invite-only": "Direct user registration has been disabled. You must be invited by an existing user in order to access this forum.", "invite.error-invalid-data": "The registration data received does not correspond to our records. Please contact an administrator for more details" diff --git a/public/language/uk/reset_password.json b/public/language/uk/reset_password.json index 95e8600e96..15dd58451e 100644 --- a/public/language/uk/reset_password.json +++ b/public/language/uk/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "Скинути пароль", - "update_password": "Змінити пароль", - "password_changed.title": "Пароль змінено", - "password_changed.message": "

Пароль успішно скинуто, будь ласка, увійдіть знову.", - "wrong_reset_code.title": "Невірний код скидання", - "wrong_reset_code.message": "Отриманий код скидання невірний. Спробуйте, будь ласка, ще раз або запросіть новий код.", - "new_password": "Новий пароль", - "repeat_password": "Підтвердіть пароль", - "changing_password": "Changing Password", - "enter_email": "Будь ласка, введіть свою електронну пошту і ми надішлемо вам листа с інструкцією як скинути ваш обліковий запис.", - "enter_email_address": "Введіть електронну пошту", - "password_reset_sent": "Якщо зазначена електронна адреса належить існуючому користувачеві, повідомлення для скидання паролю було надіслане на цю адресу. Майте на увазі, що тільки одне повідомлення може бути надіслане за хвилину.", - "invalid_email": "Невірна або неіснуюча електронна пошта!", - "password_too_short": "Уведений пароль закороткий, оберіть, будь ласка, інший.", - "passwords_do_not_match": "Паролі що ви ввели не співпадають.", - "password_expired": "Ваш пароль закінчився, будь ласка, виберіть новий пароль." + "reset-password": "Скинути пароль", + "update-password": "Змінити пароль", + "password-changed.title": "Пароль змінено", + "password-changed.message": "

Пароль успішно скинуто, будь ласка, увійдіть знову.", + "wrong-reset-code.title": "Невірний код скидання", + "wrong-reset-code.message": "Отриманий код скидання невірний. Спробуйте, будь ласка, ще раз або запросіть новий код.", + "new-password": "Новий пароль", + "repeat-password": "Підтвердіть пароль", + "changing-password": "Changing Password", + "enter-email": "Будь ласка, введіть свою електронну пошту і ми надішлемо вам листа с інструкцією як скинути ваш обліковий запис.", + "enter-email-address": "Введіть електронну пошту", + "password-reset-sent": "Якщо зазначена електронна адреса належить існуючому користувачеві, повідомлення для скидання паролю було надіслане на цю адресу. Майте на увазі, що тільки одне повідомлення може бути надіслане за хвилину.", + "invalid-email": "Невірна або неіснуюча електронна пошта!", + "password-too-short": "Уведений пароль закороткий, оберіть, будь ласка, інший.", + "passwords-do-not-match": "Паролі що ви ввели не співпадають.", + "password-expired": "Ваш пароль закінчився, будь ласка, виберіть новий пароль." } \ No newline at end of file diff --git a/public/language/uk/rewards.json b/public/language/uk/rewards.json new file mode 100644 index 0000000000..f923cf1500 --- /dev/null +++ b/public/language/uk/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "You have been awarded %1 reputation", + "awarded-group-membership": "You have been added to the group %1", + + "essentials/user.reputation-conditional-value": "(Reputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Post Count %1 %2)", + "essentials/user.lastonline-conditional-value": "(Last Online %1 %2)", + "essentials/user.joindate-conditional-value": "(Join Date %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Days Registered %1 %2)" +} \ No newline at end of file diff --git a/public/language/uk/search.json b/public/language/uk/search.json index 860d9a3c72..9210f1c016 100644 --- a/public/language/uk/search.json +++ b/public/language/uk/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Type to search", - "results_matching": "%1 збіг(ів) по запиту \"%2\" (%3 секунд)", + "results-matching": "%1 збіг(ів) по запиту \"%2\" (%3 секунд)", "no-matches": "Збіги не знайдено", "advanced-search": "Розширений пошук", "in": "В", diff --git a/public/language/uk/tags.json b/public/language/uk/tags.json index e192101ed6..6ebb8835a5 100644 --- a/public/language/uk/tags.json +++ b/public/language/uk/tags.json @@ -1,11 +1,17 @@ { "all-tags": "All tags", - "no_tag_topics": "Немає теми з цим тегом.", + "no-tag-topics": "Немає теми з цим тегом.", "no-tags-found": "No tags found", "tags": "Теги", - "enter_tags_here": "Введіть тег сюди, між літерами %1 та %2 кожен", - "enter_tags_here_short": "Введіть тег", - "no_tags": "Ще немає тегів", - "select_tags": "Select Tags", - "tag-whitelist": "Tag Whitelist" + "enter-tags-here": "Введіть тег сюди, між літерами %1 та %2 кожен", + "enter-tags-here-short": "Введіть тег", + "no-tags": "Ще немає тегів", + "select-tags": "Select Tags", + "tag-whitelist": "Tag Whitelist", + "watching": "Watching", + "not-watching": "Not Watching", + "watching.description": "Notify me of new topics.", + "not-watching.description": "Do not notify me of new topics.", + "following-tag.message": "You will now be receiving notifications when somebody posts a topic with this tag.", + "not-following-tag.message": "You will not receive notifications when somebody posts a topic with this tag." } \ No newline at end of file diff --git a/public/language/uk/themes/harmony.json b/public/language/uk/themes/harmony.json index f915155306..5e0a65f946 100644 --- a/public/language/uk/themes/harmony.json +++ b/public/language/uk/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page", "settings.autohideBottombar": "Auto hide bottom bar", "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down", + "settings.openSidebars": "Open sidebars", "settings.chatModals": "Enable chat modals" } \ No newline at end of file diff --git a/public/language/uk/top.json b/public/language/uk/top.json index b8a05bfa5f..6e1e05674e 100644 --- a/public/language/uk/top.json +++ b/public/language/uk/top.json @@ -1,4 +1,4 @@ { "title": "Top", - "no_top_topics": "No top topics" + "no-top-topics": "No top topics" } \ No newline at end of file diff --git a/public/language/uk/topic.json b/public/language/uk/topic.json index 27c4eca889..27236fe4b2 100644 --- a/public/language/uk/topic.json +++ b/public/language/uk/topic.json @@ -1,20 +1,20 @@ { "topic": "Тема", "title": "Title", - "no_topics_found": "Тем не знайдено!", - "no_posts_found": "Постів не знайдено!", - "post_is_deleted": "Цей пост був видалений!", - "topic_is_deleted": "Ця тема була видалена!", + "no-topics-found": "Тем не знайдено!", + "no-posts-found": "Постів не знайдено!", + "post-is-deleted": "Цей пост був видалений!", + "topic-is-deleted": "Ця тема була видалена!", "profile": "Профіль", - "posted_by": "Запощено %1", - "posted_by_guest": "Запощено гостем", + "posted-by": "Запощено %1", + "posted-by-guest": "Запощено гостем", "chat": "Чат", - "notify_me": "Отримувати сповіщення про нові відповіді в цій темі", + "notify-me": "Отримувати сповіщення про нові відповіді в цій темі", "quote": "Цитувати", "reply": "Відповісти", - "replies_to_this_post": "%1 відповідей", - "one_reply_to_this_post": "1 відповідь", - "last_reply_time": "Остання відповідь", + "replies-to-this-post": "%1 відповідей", + "one-reply-to-this-post": "1 відповідь", + "last-reply-time": "Остання відповідь", "reply-as-topic": "Відповісти темою", "guest-login-reply": "Увійти для відповіді", "login-to-view": "🔒 Увійдіть щоб переглянути", @@ -64,129 +64,130 @@ "user-referenced-topic-on": "%1 referenced this topic on %3", "user-forked-topic-ago": "%1 forked this topic %3", "user-forked-topic-on": "%1 forked this topic on %3", - "bookmark_instructions": "Натисніть тут, щоб повернутися до останнього прочитаного посту у цій темі.", + "bookmark-instructions": "Натисніть тут, щоб повернутися до останнього прочитаного посту у цій темі.", "flag-post": "Flag this post", "flag-user": "Flag this user", "already-flagged": "Already Flagged", "view-flag-report": "View Flag Report", "resolve-flag": "Resolve Flag", - "merged_message": "This topic has been merged into %2", - "deleted_message": "Цю тему було видалено. Лише користувачі з правом керування темами можуть її бачити.", - "following_topic.message": "Відтепер ви будете отримувати сповіщення коли хтось постить в цю тему.", - "not_following_topic.message": "Ви будете бачити цю тему в списку непрочитаних, але ви не будете отримувати сповіщень, коли хтось постить до неї.", - "ignoring_topic.message": "Ви більше не будете бачити цю тему в списку непрочитаних. Вас буде сповіщено коли хтось вас згадає або за ваш пост буде проголосовано.", - "login_to_subscribe": "Будь ласка, зареєструйтесь або увійдіть щоб підписатися на цю тему.", + "merged-message": "This topic has been merged into %2", + "forked-message": "This topic was forked from %2", + "deleted-message": "Цю тему було видалено. Лише користувачі з правом керування темами можуть її бачити.", + "following-topic.message": "Відтепер ви будете отримувати сповіщення коли хтось постить в цю тему.", + "not-following-topic.message": "Ви будете бачити цю тему в списку непрочитаних, але ви не будете отримувати сповіщень, коли хтось постить до неї.", + "ignoring-topic.message": "Ви більше не будете бачити цю тему в списку непрочитаних. Вас буде сповіщено коли хтось вас згадає або за ваш пост буде проголосовано.", + "login-to-subscribe": "Будь ласка, зареєструйтесь або увійдіть щоб підписатися на цю тему.", "markAsUnreadForAll.success": "Тема відмічена для всіх як непрочитана.", - "mark_unread": "Помітити непрочитаною", - "mark_unread.success": "Тема помічена непрочитаною", + "mark-unread": "Помітити непрочитаною", + "mark-unread.success": "Тема помічена непрочитаною", "watch": "Стежити", "unwatch": "Не стежити", "watch.title": "Отримуйте сповіщення про відповіді в цій темі", "unwatch.title": "Перестати стежити за цією темою", - "share_this_post": "Поширити цей пост", + "share-this-post": "Поширити цей пост", "watching": "Відстежується", "not-watching": "Не відстежується", "ignoring": "Ігнорується", "watching.description": "Сповіщати мене про нові відповіді.
Показувати тему в непрочитаних.", "not-watching.description": "Не сповіщати мене про нові відповіді.
Показувати тему в непрочитаних якщо категорія не ігнорується.", "ignoring.description": "Не сповіщати мене про нові відповіді.
Не показувати тему в непрочитаних.", - "thread_tools.title": "Інструменти теми", - "thread_tools.markAsUnreadForAll": "Відмітити для всіх як непрочитана.", - "thread_tools.pin": "Прикріпити тему", - "thread_tools.unpin": "Відкріпити тему", - "thread_tools.lock": "Заблокувати тему", - "thread_tools.unlock": "Розблокувати тему", - "thread_tools.move": "Перемістити тему", - "thread_tools.move-posts": "Перемістити Пости", - "thread_tools.move_all": "Перемістити всі", - "thread_tools.change_owner": "Змінити Власника", - "thread_tools.select_category": "Обрати Категорію", - "thread_tools.fork": "Відгалужити тему", - "thread_tools.tag": "Tag Topic", - "thread_tools.delete": "Видалити тему", - "thread_tools.delete-posts": "Видалити пости", - "thread_tools.delete_confirm": "Ви точно бажаєте видалити цю тему?", - "thread_tools.restore": "Відновити тему", - "thread_tools.restore_confirm": "Ви точно бажаєте відновити цю тему?", - "thread_tools.purge": "Стерти тему", - "thread_tools.purge_confirm": "Ви точно бажаєте стерти цю тему?", - "thread_tools.merge_topics": "Об'єднати теми", - "thread_tools.merge": "Merge Topic", - "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_undone": "Topic move undone", - "topic_move_posts_success": "Posts will be moved shortly. Click here to undo.", - "topic_move_posts_undone": "Post move undone", - "post_delete_confirm": "Ви точно бажаєте видалити цей пост?", - "post_restore_confirm": "Ви точно бажаєте відновити цей пост?", - "post_purge_confirm": "Ви точно бажаєте стерти цей пост?", + "thread-tools.title": "Інструменти теми", + "thread-tools.markAsUnreadForAll": "Відмітити для всіх як непрочитана.", + "thread-tools.pin": "Прикріпити тему", + "thread-tools.unpin": "Відкріпити тему", + "thread-tools.lock": "Заблокувати тему", + "thread-tools.unlock": "Розблокувати тему", + "thread-tools.move": "Перемістити тему", + "thread-tools.move-posts": "Перемістити Пости", + "thread-tools.move-all": "Перемістити всі", + "thread-tools.change-owner": "Змінити Власника", + "thread-tools.select-category": "Обрати Категорію", + "thread-tools.fork": "Відгалужити тему", + "thread-tools.tag": "Tag Topic", + "thread-tools.delete": "Видалити тему", + "thread-tools.delete-posts": "Видалити пости", + "thread-tools.delete-confirm": "Ви точно бажаєте видалити цю тему?", + "thread-tools.restore": "Відновити тему", + "thread-tools.restore-confirm": "Ви точно бажаєте відновити цю тему?", + "thread-tools.purge": "Стерти тему", + "thread-tools.purge-confirm": "Ви точно бажаєте стерти цю тему?", + "thread-tools.merge-topics": "Об'єднати теми", + "thread-tools.merge": "Merge Topic", + "topic-move-success": "This topic will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-multiple-success": "These topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-all-success": "All topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-undone": "Topic move undone", + "topic-move-posts-success": "Posts will be moved shortly. Click here to undo.", + "topic-move-posts-undone": "Post move undone", + "post-delete-confirm": "Ви точно бажаєте видалити цей пост?", + "post-restore-confirm": "Ви точно бажаєте відновити цей пост?", + "post-purge-confirm": "Ви точно бажаєте стерти цей пост?", "pin-modal-expiry": "Expiration Date", "pin-modal-help": "You can optionally set an expiration date for the pinned topic(s) here. Alternatively, you can leave this field blank to have the topic stay pinned until it is manually unpinned.", - "load_categories": "Завантаження категорій", - "confirm_move": "Перемістити", - "confirm_fork": "Відгалужити", + "load-categories": "Завантаження категорій", + "confirm-move": "Перемістити", + "confirm-fork": "Відгалужити", "bookmark": "Закладка", "bookmarks": "Закладки", - "bookmarks.has_no_bookmarks": "Ви ще не додали в закладки жодного поста.", + "bookmarks.has-no-bookmarks": "Ви ще не додали в закладки жодного поста.", "copy-permalink": "Copy Permalink", - "loading_more_posts": "Завантажуємо більше постів", - "move_topic": "Перемістити тему", - "move_topics": "Перемістити теми", - "move_post": "Перемістити пост", - "post_moved": "Пост переміщено!", - "fork_topic": "Відгалужити тему", + "loading-more-posts": "Завантажуємо більше постів", + "move-topic": "Перемістити тему", + "move-topics": "Перемістити теми", + "move-post": "Перемістити пост", + "post-moved": "Пост переміщено!", + "fork-topic": "Відгалужити тему", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", - "fork_no_pids": "Не вибрано жодного поста!", + "fork-topic-instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", + "fork-no-pids": "Не вибрано жодного поста!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", "x-posts-will-be-moved-to-y": "%1 post(s) will be moved to \"%2\"", - "fork_pid_count": "вибрано %1 пост(ів) ", - "fork_success": "Тему успішно відгалужено. Тисніть тут, щоб перейти до відгалуженої теми.", - "delete_posts_instruction": "Тисніть пости які ви бажаєте видалити/стерти", - "merge_topics_instruction": "Click the topics you want to merge or search for them", + "fork-pid-count": "вибрано %1 пост(ів)", + "fork-success": "Тему успішно відгалужено. Тисніть тут, щоб перейти до відгалуженої теми.", + "delete-posts-instruction": "Тисніть пости які ви бажаєте видалити/стерти", + "merge-topics-instruction": "Click the topics you want to merge or search for them", "merge-topic-list-title": "List of topics to be merged", "merge-options": "Merge options", "merge-select-main-topic": "Select the main topic", "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", - "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", - "move_topic_instruction": "Select the target category and then click move", - "change_owner_instruction": "Клікніть на дописи які ви хочете призначити іншому користувачу", - "composer.title_placeholder": "Уведіть заголовок теми...", - "composer.handle_placeholder": "Enter your name/handle here", + "move-posts-instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move-topic-instruction": "Select the target category and then click move", + "change-owner-instruction": "Клікніть на дописи які ви хочете призначити іншому користувачу", + "composer.title-placeholder": "Уведіть заголовок теми...", + "composer.handle-placeholder": "Enter your name/handle here", "composer.hide": "Hide", "composer.discard": "Скасувати", "composer.submit": "Надіслати", "composer.additional-options": "Additional Options", "composer.post-later": "Post Later", "composer.schedule": "Schedule", - "composer.replying_to": "Відповідь для %1", - "composer.new_topic": "Cтворити тему", + "composer.replying-to": "Відповідь для %1", + "composer.new-topic": "Cтворити тему", "composer.editing-in": "Editing post in %1", "composer.uploading": "завантаження...", - "composer.thumb_url_label": "Вставте URL мініатюри теми", - "composer.thumb_title": "Додати мініатюру цій темі", - "composer.thumb_url_placeholder": "http://example.com/thumb.png", - "composer.thumb_file_label": "Або завантажте файл", - "composer.thumb_remove": "Очистити поля", - "composer.drag_and_drop_images": "Перетягніть сюди зображення", - "more_users_and_guests": "ще %1 користувач(і) та %2 гостей", - "more_users": "ще %1 користувач(і)", - "more_guests": "ще %1 гостей", - "users_and_others": "%1 та %2 інших", - "sort_by": "Сортувати за", - "oldest_to_newest": "Старі > Нові", - "newest_to_oldest": "Нові > Старі", - "most_votes": "Найбільше Голосів", - "most_posts": "Найбільше Постів", - "most_views": "Most Views", + "composer.thumb-url-label": "Вставте URL мініатюри теми", + "composer.thumb-title": "Додати мініатюру цій темі", + "composer.thumb-url-placeholder": "http://example.com/thumb.png", + "composer.thumb-file-label": "Або завантажте файл", + "composer.thumb-remove": "Очистити поля", + "composer.drag-and-drop-images": "Перетягніть сюди зображення", + "more-users-and-guests": "ще %1 користувач(і) та %2 гостей", + "more-users": "ще %1 користувач(і)", + "more-guests": "ще %1 гостей", + "users-and-others": "%1 та %2 інших", + "sort-by": "Сортувати за", + "oldest-to-newest": "Старі > Нові", + "newest-to-oldest": "Нові > Старі", + "most-votes": "Найбільше Голосів", + "most-posts": "Найбільше Постів", + "most-views": "Most Views", "stale.title": "Створити натомість нову тему?", "stale.warning": "Тема на котру ви відповідаєте досить стара. Не бажаєте натомість створити новую тему і зіслатися на цю у вашій відповіді?", "stale.create": "Так, створити нову тему", - "stale.reply_anyway": "Ні, відповісти все ж на існуючу", - "link_back": "Re: [%1](%2)", + "stale.reply-anyway": "Ні, відповісти все ж на існуючу", + "link-back": "Re: [%1](%2)", "diffs.title": "Історія редагування посту", "diffs.description": "Цей пост має %1 версій. Натисніть одну з наведених нижче змін, щоб переглянути вміст публікації в той момент часу.", "diffs.no-revisions-description": "Цей пост має %1 версій.", @@ -197,8 +198,8 @@ "diffs.post-restored": "Post successfully restored to earlier revision", "diffs.delete": "Delete this revision", "diffs.deleted": "Revision deleted", - "timeago_later": "%1 пізніше", - "timeago_earlier": "%1 раніше", + "timeago-later": "%1 пізніше", + "timeago-earlier": "%1 раніше", "first-post": "First post", "last-post": "Last post", "go-to-my-next-post": "Go to my next post", diff --git a/public/language/uk/unread.json b/public/language/uk/unread.json index bd4079565b..e9fe99535b 100644 --- a/public/language/uk/unread.json +++ b/public/language/uk/unread.json @@ -1,12 +1,12 @@ { "title": "Непрочитані", - "no_unread_topics": "Не залишилось непрочитаних тем.", - "load_more": "Завантажити більше", - "mark_as_read": "Помітити як прочитане", + "no-unread-topics": "Не залишилось непрочитаних тем.", + "load-more": "Завантажити більше", + "mark-as-read": "Помітити як прочитане", "selected": "Вибрано", "all": "Всі", - "all_categories": "Всі категорії", - "topics_marked_as_read.success": "Теми відмічені прочитаними!", + "all-categories": "Всі категорії", + "topics-marked-as-read.success": "Теми відмічені прочитаними!", "all-topics": "Всі теми", "new-topics": "Нові теми", "watched-topics": "Переглянуті теми", diff --git a/public/language/uk/user.json b/public/language/uk/user.json index 77cf774cfc..ff5e84d4f3 100644 --- a/public/language/uk/user.json +++ b/public/language/uk/user.json @@ -7,22 +7,22 @@ "joindate": "Дата вступу", "postcount": "Кількість постів", "email": "Електронна пошта", - "confirm_email": "Підтвердження пошти", - "account_info": "Акаунт", - "admin_actions_label": "Administrative Actions", - "ban_account": "Заборонити акаунт", - "ban_account_confirm": "Ви точно хочете забанити цього користувача?", - "unban_account": "Розбанити акаунт", - "mute_account": "Mute Account", - "unmute_account": "Unmute Account", - "delete_account": "Видалити акаунт", - "delete_account_as_admin": "Delete Account", - "delete_content": "Delete Account Content", - "delete_all": "Delete Account and Content", - "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", - "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", - "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", - "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "confirm-email": "Підтвердження пошти", + "account-info": "Акаунт", + "admin-actions-label": "Administrative Actions", + "ban-account": "Заборонити акаунт", + "ban-account-confirm": "Ви точно хочете забанити цього користувача?", + "unban-account": "Розбанити акаунт", + "mute-account": "Mute Account", + "unmute-account": "Unmute Account", + "delete-account": "Видалити акаунт", + "delete-account-as-admin": "Delete Account", + "delete-content": "Delete Account Content", + "delete-all": "Delete Account and Content", + "delete-account-confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", + "delete-this-account-confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", + "delete-account-content-confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "delete-all-confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", "account-deleted": "Акаунт видалено", "account-content-deleted": "Account content deleted", "fullname": "Повне ім'я", @@ -32,11 +32,12 @@ "joined": "Приєднаний", "lastonline": "Востаннє в мережі", "profile": "Профіль", - "profile_views": "Переглядів профілю", + "profile-views": "Переглядів профілю", "reputation": "Репутація", "bookmarks": "Закладки", - "watched_categories": "Категорії, за якими ви спостерігаєте", - "change_all": "Змінити Всі", + "watched-categories": "Категорії, за якими ви спостерігаєте", + "watched-tags": "Watched tags", + "change-all": "Змінити Всі", "watched": "Переглянуті", "ignored": "Ігнорується", "default-category-watch-state": "Спостереження за категоріями за замовчанням", @@ -44,83 +45,84 @@ "following": "Відстежувані", "blocks": "Блокування", "blocked-users": "Blocked users", - "block_toggle": "Увімкнути Блокування", - "block_user": "Заблокувати Користувача", - "unblock_user": "Розблокувати Користувача", + "block-toggle": "Увімкнути Блокування", + "block-user": "Заблокувати Користувача", + "unblock-user": "Розблокувати Користувача", "aboutme": "Про мене", "signature": "Підпис", "birthday": "День народження", "chat": "Чат", - "chat_with": "Продовжити чат з %1", - "new_chat_with": "Почати новий чат з %1", + "chat-with": "Продовжити чат з %1", + "new-chat-with": "Почати новий чат з %1", "flag-profile": "Поскаржитись на профіль", "follow": "Стежити", "unfollow": "Не стежити", "more": "Більше", - "profile_update_success": "Профіль успішно оновлений!", - "change_picture": "Змінити зображення", - "change_username": "Змінити ім'я користувача", - "change_email": "Змінити електронну пошту", - "email_same_as_password": "Будь-ласка введіть ваш поточний пароль щоб продовжити – ви ввели ваш новий емейл знову", + "profile-update-success": "Профіль успішно оновлений!", + "change-picture": "Змінити зображення", + "change-username": "Змінити ім'я користувача", + "change-email": "Змінити електронну пошту", + "email-updated": "Email Updated", + "email-same-as-password": "Будь-ласка введіть ваш поточний пароль щоб продовжити – ви ввели ваш новий емейл знову", "edit": "Редагувати", "edit-profile": "Редагувати профіль", - "default_picture": "Стандартна іконка", - "uploaded_picture": "Завантажене зображення", - "upload_new_picture": "Завантажити нове зображення", - "upload_new_picture_from_url": "Завантажити нове зображення з URL", - "current_password": "Поточний пароль", - "new_password": "New Password", - "change_password": "Змінити пароль", - "change_password_error": "Невірний пароль!", - "change_password_error_wrong_current": "Ваш поточний пароль не вірний!", - "change_password_error_match": "Паролі мають співпадати!", - "change_password_error_privileges": "У вас немає прав змінювати цей пароль.", - "change_password_success": "Ваш пароль оновлено!", - "confirm_password": "Підтвердіть пароль", + "default-picture": "Стандартна іконка", + "uploaded-picture": "Завантажене зображення", + "upload-new-picture": "Завантажити нове зображення", + "upload-new-picture-from-url": "Завантажити нове зображення з URL", + "current-password": "Поточний пароль", + "new-password": "New Password", + "change-password": "Змінити пароль", + "change-password-error": "Невірний пароль!", + "change-password-error-wrong-current": "Ваш поточний пароль не вірний!", + "change-password-error-match": "Паролі мають співпадати!", + "change-password-error-privileges": "У вас немає прав змінювати цей пароль.", + "change-password-success": "Ваш пароль оновлено!", + "confirm-password": "Підтвердіть пароль", "password": "Пароль", - "username_taken_workaround": "Ім'я користувача, що ви обрали, вже було зайняте, то ж ми його трішки змінили. Ви тепер відомі як %1", - "password_same_as_username": "Ваш пароль співпадає з іменем користувача. Оберіть інший пароль, будь ласка.", - "password_same_as_email": "Ваш пароль співпадає з електронною поштою. Оберіть інший пароль, будь ласка.", - "weak_password": "Слабкий пароль", - "upload_picture": "Завантажити зображення", - "upload_a_picture": "Завантажити зображення", - "remove_uploaded_picture": "Видалити завантажене зображення", - "upload_cover_picture": "Завантажити обкладинку", - "remove_cover_picture_confirm": "Ви точно бажаєте видалити обкладинку?", - "crop_picture": "Обрізати зображення", - "upload_cropped_picture": "Обрізати та завантажити", + "username-taken-workaround": "Ім'я користувача, що ви обрали, вже було зайняте, то ж ми його трішки змінили. Ви тепер відомі як %1", + "password-same-as-username": "Ваш пароль співпадає з іменем користувача. Оберіть інший пароль, будь ласка.", + "password-same-as-email": "Ваш пароль співпадає з електронною поштою. Оберіть інший пароль, будь ласка.", + "weak-password": "Слабкий пароль", + "upload-picture": "Завантажити зображення", + "upload-a-picture": "Завантажити зображення", + "remove-uploaded-picture": "Видалити завантажене зображення", + "upload-cover-picture": "Завантажити обкладинку", + "remove-cover-picture-confirm": "Ви точно бажаєте видалити обкладинку?", + "crop-picture": "Обрізати зображення", + "upload-cropped-picture": "Обрізати та завантажити", "avatar-background-colour": "Avatar background colour", "settings": "Налаштування", - "show_email": "Показувати мою пошту", - "show_fullname": "Показувати повне ім'я", - "restrict_chats": "Дозволяти чат повідомлення лише від користувачів за якими я стежу", - "digest_label": "Підписатися на дайджест", - "digest_description": "Підписатися на оновлення цього форуму по електронній пошті (нові оповіщення та теми) згідно заданого розкладу", - "digest_off": "Ніколи", - "digest_daily": "Щоденно", - "digest_weekly": "Щотижнево", - "digest_biweekly": "Bi-Weekly", - "digest_monthly": "Щомісячно", - "has_no_follower": "Цей користувач не має відстежувачів :(", - "follows_no_one": "Цей користувач нікого не відстежує :(", - "has_no_posts": "Цей користувач ще ніколи нічого не постив.", - "has_no_best_posts": "This user does not have any upvoted posts yet.", - "has_no_topics": "Цей користувач ще ніколи не створював нових тем.", - "has_no_watched_topics": "Цей користувач ще ніколи не переглядав жодної теми.", - "has_no_ignored_topics": "Цей користувач ще не проігнорував будь-які теми.", - "has_no_upvoted_posts": "Цей користувач ще не голосував за жоден з постів.", - "has_no_downvoted_posts": "Цей користувач ще не голосував проти жодного поста.", - "has_no_controversial_posts": "This user does not have any downvoted posts yet.", - "has_no_blocks": "Ви нікого не заблокували.", - "email_hidden": "Електронна адреса прихована", + "show-email": "Показувати мою пошту", + "show-fullname": "Показувати повне ім'я", + "restrict-chats": "Дозволяти чат повідомлення лише від користувачів за якими я стежу", + "digest-label": "Підписатися на дайджест", + "digest-description": "Підписатися на оновлення цього форуму по електронній пошті (нові оповіщення та теми) згідно заданого розкладу", + "digest-off": "Ніколи", + "digest-daily": "Щоденно", + "digest-weekly": "Щотижнево", + "digest-biweekly": "Bi-Weekly", + "digest-monthly": "Щомісячно", + "has-no-follower": "Цей користувач не має відстежувачів :(", + "follows-no-one": "Цей користувач нікого не відстежує :(", + "has-no-posts": "Цей користувач ще ніколи нічого не постив.", + "has-no-best-posts": "This user does not have any upvoted posts yet.", + "has-no-topics": "Цей користувач ще ніколи не створював нових тем.", + "has-no-watched-topics": "Цей користувач ще ніколи не переглядав жодної теми.", + "has-no-ignored-topics": "Цей користувач ще не проігнорував будь-які теми.", + "has-no-upvoted-posts": "Цей користувач ще не голосував за жоден з постів.", + "has-no-downvoted-posts": "Цей користувач ще не голосував проти жодного поста.", + "has-no-controversial-posts": "This user does not have any downvoted posts yet.", + "has-no-blocks": "Ви нікого не заблокували.", + "email-hidden": "Електронна адреса прихована", "hidden": "прихований", - "paginate_description": "Розбивати список тем та постів на сторінки замість нескінченної прокрутки", - "topics_per_page": "Тем на сторінку", - "posts_per_page": "Постів на сторінку", + "paginate-description": "Розбивати список тем та постів на сторінки замість нескінченної прокрутки", + "topics-per-page": "Тем на сторінку", + "posts-per-page": "Постів на сторінку", "category-topic-sort": "Category topic sort", "topic-post-sort": "Topic post sort", - "max_items_per_page": "Максимум %1", - "acp_language": "Мова сторінки адміністратора", + "max-items-per-page": "Максимум %1", + "acp-language": "Мова сторінки адміністратора", "notifications": "Notifications", "upvote-notif-freq": "Частота сповіщень позитивних відгуків", "upvote-notif-freq.all": "Всі позитивні відгуки", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "На 10, 100, 1000...", "upvote-notif-freq.disabled": "Вимкнено", "browsing": "Налаштування перегляду", - "open_links_in_new_tab": "Відкривати зовнішні посилання у новій вкладці", - "enable_topic_searching": "Увімкнути пошук у темах", - "topic_search_help": "Будучи увімкненою, ця функція перевизначає вбудований пошук браузера і дозволяє шукати по всій темі, а не лише по змісту, що показаний на екрані.", - "update_url_with_post_index": "Update url with post index while browsing topics", - "scroll_to_my_post": "Після відправки відповіді, показувати новий пост", - "follow_topics_you_reply_to": "Підписуватися на теми в котрих ви відповідаєте", - "follow_topics_you_create": "Підписуватися на теми які ви створюєте", + "open-links-in-new-tab": "Відкривати зовнішні посилання у новій вкладці", + "enable-topic-searching": "Увімкнути пошук у темах", + "topic-search-help": "Будучи увімкненою, ця функція перевизначає вбудований пошук браузера і дозволяє шукати по всій темі, а не лише по змісту, що показаний на екрані.", + "update-url-with-post-index": "Update url with post index while browsing topics", + "scroll-to-my-post": "Після відправки відповіді, показувати новий пост", + "follow-topics-you-reply-to": "Підписуватися на теми в котрих ви відповідаєте", + "follow-topics-you-create": "Підписуватися на теми які ви створюєте", "grouptitle": "Заголовок групи", "group-order-help": "Оберіть групу і використовуйте стрілки для зміни порядку заголовків", "no-group-title": "Немає заголовка групи", @@ -145,9 +147,9 @@ "no-skin": "No Skin", "select-homepage": "Обрати домашню сторінку", "homepage": "Домашня сторінка", - "homepage_description": "Вкажіть сторінку в якості першої сторінки форуму або \"None\", для використання сторінки за замовчуванням.", - "custom_route": "Шлях першої сторінки", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", + "homepage-description": "Вкажіть сторінку в якості першої сторінки форуму або \"None\", для використання сторінки за замовчуванням.", + "custom-route": "Шлях першої сторінки", + "custom-route-help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "Сервіси єдиного входу", "sso.associated": "Зв'язані з", "sso.not-associated": "Натисніть тут, щоб зв'язати з", @@ -179,25 +181,25 @@ "consent.title": "Ваші Права & Згода", "consent.lead": "Цей форум збирає та обробляє вашу особисту інформацію.", "consent.intro": "Ми використовуємо цю інформацію виключно з метою персоналізації вашої активності у цій спільноті, а також для з'єднання ваших постів з вашим особистим акаунтом. На етапі реєстрації ми просили вас надати ім'я користувача та електронну пошту, також ви можете (необов'язково) надати нам додаткову інформацію, щоб завершити створення свого користувацького профілю на цьому сайті.

Ми зберігаємо цю інформацію протягом всього періоду життя вашого акаунту, і ви можете відкликати свою згоду у будь-який час, якщо видалите акаунт. У будь-який час ви можете отримати копію ваших особистих даних та внеску на цьому сайті через свою сторінку Права & Згода.

Якщо у вас виникли будь-які питання або зауваження, ми заохочуємо вас звернутись до команди Адміністраторів цього форуму.", - "consent.email_intro": "Інколи ми можемо відправляти поштові повідомлення на вашу зареєстровану електронну скриньку для інформування вас про оновлення на сайті та/або надання вам інформації про активність на сайті, в якій ви можете бути зацікавлені. Ви можете змінювати частоту отримання дайджесту (або повністю вимкнути його), а також обрати, які типи повідомлень ви бажаєте отримувати, через сторінку налаштувань користувача.", - "consent.digest_frequency": "Якщо ви не зміните цього у ваших налаштуваннях користувача, ця спільнота відправлятиме дайджести електронною поштою кожні %1.", - "consent.digest_off": "Якщо ви не зміните цього у ваших налаштуваннях користувача, ця спільнота не відправлятиме дайджести електронною поштою.", + "consent.email-intro": "Інколи ми можемо відправляти поштові повідомлення на вашу зареєстровану електронну скриньку для інформування вас про оновлення на сайті та/або надання вам інформації про активність на сайті, в якій ви можете бути зацікавлені. Ви можете змінювати частоту отримання дайджесту (або повністю вимкнути його), а також обрати, які типи повідомлень ви бажаєте отримувати, через сторінку налаштувань користувача.", + "consent.digest-frequency": "Якщо ви не зміните цього у ваших налаштуваннях користувача, ця спільнота відправлятиме дайджести електронною поштою кожні %1.", + "consent.digest-off": "Якщо ви не зміните цього у ваших налаштуваннях користувача, ця спільнота не відправлятиме дайджести електронною поштою.", "consent.received": "Ви надали свою згоду цьому веб-сайту на збір та обробку вашої інформації.", - "consent.not_received": "Ви не надали свою згоду на збір та обробку інформації. У будь-який час адміністрація цього веб-сайту може видалити ваш акаунт, дотримуючись правил Загального Регламенту про Захист Даних.", + "consent.not-received": "Ви не надали свою згоду на збір та обробку інформації. У будь-який час адміністрація цього веб-сайту може видалити ваш акаунт, дотримуючись правил Загального Регламенту про Захист Даних.", "consent.give": "Надати згоду", - "consent.right_of_access": "У вас є Право на Доступ", - "consent.right_of_access_description": "У вас є право на доступ до ваших даних, які збираються цим веб-сайтом, за першою вимогою. Ви можете отримати копію цих даних, натиснувши на відповідну кнопку внизу.", - "consent.right_to_rectification": "У вас є Право на Виправлення", - "consent.right_to_rectification_description": "Ви маєте право змінювати або оновлювати будь-які неточні дані, які ви нам надали. Ваш профіль можна оновлювати через редагування профілю, також зміст ваших постів завжди можна відредагувати. Якщо ви не можете цього зробити, будь-ласка зверніться до команди адміністраторів цього сайту.", - "consent.right_to_erasure": "У вас є Право на Стирання", - "consent.right_to_erasure_description": "У будь-який час ви можете відкликати свою згоду на збір та/або обробку інформації шляхом видалення власного акаунту. Ваш особистий профіль можна видалити, але розміщений вами контент залишиться. Якщо ви хочете видалити ваш акаунт разом з контентом, будь-ласка зверніться до команди адміністраторів цього веб-сайту.", - "consent.right_to_data_portability": "У вас є Право на Переносимість Даних", - "consent.right_to_data_portability_description": "Ви можете отримати від нас експортовану копію машинно-читабельних даних, які були зібрані про вас і ваш акаунт. Ви можете це зробити, натиснувши на відповідну кнопку внизу.", - "consent.export_profile": "Export Profile (.json)", + "consent.right-of-access": "У вас є Право на Доступ", + "consent.right-of-access-description": "У вас є право на доступ до ваших даних, які збираються цим веб-сайтом, за першою вимогою. Ви можете отримати копію цих даних, натиснувши на відповідну кнопку внизу.", + "consent.right-to-rectification": "У вас є Право на Виправлення", + "consent.right-to-rectification-description": "Ви маєте право змінювати або оновлювати будь-які неточні дані, які ви нам надали. Ваш профіль можна оновлювати через редагування профілю, також зміст ваших постів завжди можна відредагувати. Якщо ви не можете цього зробити, будь-ласка зверніться до команди адміністраторів цього сайту.", + "consent.right-to-erasure": "У вас є Право на Стирання", + "consent.right-to-erasure-description": "У будь-який час ви можете відкликати свою згоду на збір та/або обробку інформації шляхом видалення власного акаунту. Ваш особистий профіль можна видалити, але розміщений вами контент залишиться. Якщо ви хочете видалити ваш акаунт разом з контентом, будь-ласка зверніться до команди адміністраторів цього веб-сайту.", + "consent.right-to-data-portability": "У вас є Право на Переносимість Даних", + "consent.right-to-data-portability-description": "Ви можете отримати від нас експортовану копію машинно-читабельних даних, які були зібрані про вас і ваш акаунт. Ви можете це зробити, натиснувши на відповідну кнопку внизу.", + "consent.export-profile": "Export Profile (.json)", "consent.export-profile-success": "Exporting profile, you will get a notification when it is complete.", - "consent.export_uploads": "Експортувати Завантажений Контент (.zip)", + "consent.export-uploads": "Експортувати Завантажений Контент (.zip)", "consent.export-uploads-success": "Exporting uploads, you will get a notification when it is complete.", - "consent.export_posts": "Експортувати Пости (.csv)", + "consent.export-posts": "Експортувати Пости (.csv)", "consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.", "emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.", "emailUpdate.optional": "This field is optional. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.", diff --git a/public/language/uk/users.json b/public/language/uk/users.json index 1f2314cd96..04f05b8419 100644 --- a/public/language/uk/users.json +++ b/public/language/uk/users.json @@ -1,13 +1,13 @@ { "all-users": "All Users", - "latest_users": "Останні користувачі", - "top_posters": "Кращі автори", - "most_reputation": "Найбільша репутація", - "most_flags": "Найбільше скарг", + "latest-users": "Останні користувачі", + "top-posters": "Кращі автори", + "most-reputation": "Найбільша репутація", + "most-flags": "Найбільше скарг", "search": "Пошук", - "enter_username": "Уведіть ім'я користувача для пошуку", + "enter-username": "Уведіть ім'я користувача для пошуку", "search-user-for-chat": "Search for a user to start chat", - "load_more": "Завантажити більше", + "load-more": "Завантажити більше", "users-found-search-took": "%1 користувач(ів) знайдено! Пошук тривав %2 секунди.", "filter-by": "Фільтрувати за", "online-only": "Лише в мережі", @@ -15,10 +15,10 @@ "prompt-email": "Емейли:", "groups-to-join": "Groups to be joined when invite is accepted:", "invitation-email-sent": "Лист із запрошенням відправлено %1", - "user_list": "Список користувачів", - "recent_topics": "Нещодавні теми", - "popular_topics": "Популярні теми", - "unread_topics": "Непрочитані теми", + "user-list": "Список користувачів", + "recent-topics": "Нещодавні теми", + "popular-topics": "Популярні теми", + "unread-topics": "Непрочитані теми", "categories": "Категорії", "tags": "Теги", "no-users-found": "Жодного користувача не знайдено!" diff --git a/public/language/vi/admin/admin.json b/public/language/vi/admin/admin.json index 16dd9e8839..66d88dc622 100644 --- a/public/language/vi/admin/admin.json +++ b/public/language/vi/admin/admin.json @@ -1,6 +1,6 @@ { "alert.confirm-rebuild-and-restart": "Bạn có chắc chắn muốn xây lại và khởi động lại NodeBB?", - "alert.confirm-restart": "Bạn có thật sự muốn khởi động lại NodeBB", + "alert.confirm-restart": "Bạn có chắc muốn khởi động lại NodeBB", "acp-title": "%1 | Bảng Điểu Khiển Quản Trị Viên NodeBB", "settings-header-contents": "Nội dung", diff --git a/public/language/vi/admin/advanced/database.json b/public/language/vi/admin/advanced/database.json index 043be99ca4..1befc744af 100644 --- a/public/language/vi/admin/advanced/database.json +++ b/public/language/vi/admin/advanced/database.json @@ -17,7 +17,7 @@ "mongo.file-size": "Kích cỡ tệp", "mongo.resident-memory": "Bộ Nhớ Thường Trú", "mongo.virtual-memory": "Bộ Nhớ Ảo", - "mongo.mapped-memory": "Bộ Nhớ Được Ánh Xạ", + "mongo.mapped-memory": "Mapped Memory", "mongo.bytes-in": "Byte trong", "mongo.bytes-out": "Byte ngoài", "mongo.num-requests": "Số lượng yêu cầu", diff --git a/public/language/vi/admin/advanced/events.json b/public/language/vi/admin/advanced/events.json index 1ac68d471b..47a1c8e065 100644 --- a/public/language/vi/admin/advanced/events.json +++ b/public/language/vi/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "Loại Sự Kiện", "filter-start": "Ngày Bắt Đầu", "filter-end": "Ngày Kết Thúc", - "filter-perPage": "Mỗi Trang" + "filter-per-page": "Mỗi Trang" } \ No newline at end of file diff --git a/public/language/vi/admin/appearance/skins.json b/public/language/vi/admin/appearance/skins.json index 94469d6fc5..d018f971c3 100644 --- a/public/language/vi/admin/appearance/skins.json +++ b/public/language/vi/admin/appearance/skins.json @@ -1,18 +1,18 @@ { - "skins": "Skins", - "bootswatch-skins": "Bootswatch Skins", - "custom-skins": "Custom Skins", - "add-skin": "Add Skin", - "save-custom-skins": "Save Custom Skins", - "save-custom-skins-success": "Custom skins saved successfully", - "custom-skin-name": "Custom Skin Name", - "custom-skin-variables": "Custom Skin Variables", - "loading": "Đang tải giao diện ...", + "skins": "Giao diện", + "bootswatch-skins": "Giao Diện Đồng Hồ Khởi Động", + "custom-skins": "Giao Diện Tùy Chỉnh", + "add-skin": "Thêm Giao Diện", + "save-custom-skins": "Lưu Giao Diện Tùy Chỉnh", + "save-custom-skins-success": "Giao diện tùy chỉnh đã được lưu thành công", + "custom-skin-name": "Tên Giao Diện Tùy Chỉnh", + "custom-skin-variables": "Biến Số Giao Diện Tùy Chỉnh", + "loading": "Đang Tải Giao Diện ...", "homepage": "Trang chủ", - "select-skin": "Chọn giao diện", - "revert-skin": "Revert Skin", - "current-skin": "Giao diện hiện tại", - "skin-updated": "Đã cập nhật giao diện", + "select-skin": "Chọn Giao Diện", + "revert-skin": "Hoàn Nguyên Giao Diện", + "current-skin": "Giao Diện Hiện Tại", + "skin-updated": "Đã Cập Nhật Giao Diện", "applied-success": "%1 giao diện đã được sử dụng thành công", "revert-success": "Đã trả giao diện về màu cơ bản" } \ No newline at end of file diff --git a/public/language/vi/admin/appearance/themes.json b/public/language/vi/admin/appearance/themes.json index 370aacada0..574c558b49 100644 --- a/public/language/vi/admin/appearance/themes.json +++ b/public/language/vi/admin/appearance/themes.json @@ -8,6 +8,6 @@ "no-themes": "Không tìm thấy giao diện đã cài đặt", "revert-confirm": "Bạn có chắc muốn khôi phục giao diện NodeBB mặc định không?", "theme-changed": "Đã Đổi Giao Diện", - "revert-success": "Bạn đã thành công chuyển lại NodeBB của mình về giao diện mặc định.", + "revert-success": "Bạn đã thành công trả lại NodeBB của mình trở về giao diện mặc định.", "restart-to-activate": "Vui lòng xây dựng lại và khởi động lại NodeBB của bạn để kích hoạt đầy đủ giao diện này." } \ No newline at end of file diff --git a/public/language/vi/admin/dashboard.json b/public/language/vi/admin/dashboard.json index 66af8c637c..f67c00cde6 100644 --- a/public/language/vi/admin/dashboard.json +++ b/public/language/vi/admin/dashboard.json @@ -48,7 +48,7 @@ "restart-disabled": "Việc xây dựng lại và khởi động lại NodeBB của bạn đã bị vô hiệu hóa vì bạn dường như không chạy nó qua daemon thích hợp.", "maintenance-mode": "Chế Độ Bảo Trì", "maintenance-mode-title": "Bấm vào đây để thiết lập chế độ bảo trì cho NodeBB", - "dark-mode": "Dark Mode", + "dark-mode": "Chế Độ Tối", "realtime-chart-updates": "Cập Nhật Biểu Đồ Thời Gian Thực", "active-users": "Người Dùng Hoạt Động", @@ -81,18 +81,18 @@ "last-restarted-by": "Khởi động lại lần cuối bởi", "no-users-browsing": "Người không xem bài", - "back-to-dashboard": "Quay lại Bảng điều khiển", + "back-to-dashboard": "Trở về Bảng điều khiển", "details.no-users": "Không có người dùng nào tham gia trong khung thời gian đã chọn", "details.no-topics": "Không có chủ đề nào được đăng trong khung thời gian đã chọn", "details.no-searches": "Không có tìm kiếm nào được thực hiện trong khung thời gian đã chọn", "details.no-logins": "Không có thông tin đăng nhập nào được ghi lại trong khung thời gian đã chọn", "details.logins-static": "NodeBB chỉ lưu dữ liệu phiên trong %1 ngày và do đó, bảng này bên dưới sẽ chỉ hiển thị các phiên hoạt động gần đây nhất", "details.logins-login-time": "Thời gian đăng nhập", - "start": "Start", - "end": "End", + "start": "Bắt đầu", + "end": "Kết thúc", "filter": "Bộ lọc", - "view-as-json": "View as JSON", - "expand-analytics": "Expand analytics", - "clear-search-history": "Clear Search History", - "clear-search-history-confirm": "Are you sure you want to clear entire search history?" + "view-as-json": "Xem dưới dạng JSON", + "expand-analytics": "Mở rộng phân tích", + "clear-search-history": "Xóa lịch sử tìm kiếm", + "clear-search-history-confirm": "Bạn có chắc chắn muốn xóa toàn bộ lịch sử tìm kiếm không?" } diff --git a/public/language/vi/admin/extend/widgets.json b/public/language/vi/admin/extend/widgets.json index 72549d2927..1f01555b49 100644 --- a/public/language/vi/admin/extend/widgets.json +++ b/public/language/vi/admin/extend/widgets.json @@ -5,16 +5,16 @@ "none-installed": "Không tìm thấy tiện ích nào! Kích hoạt plugin tiện ích cần thiết trong bảng điều khiểnplugins .", "clone-from": "Sao chép tiện ích từ", "containers.available": "Vùng Chứa Có Sẵn", - "containers.explanation": "Kéo và thả lên trên bất kỳ tiện ích đang hoạt động", + "containers.explanation": "Kéo và thả lên trên bất kỳ tiện ích nào", "containers.none": "Trống", "container.well": "Tốt", "container.jumbotron": "Khung Hiển Thị Lớn", - "container.card": "Card", - "container.card-header": "Card Header", - "container.card-body": "Card Body", + "container.card": "Thẻ", + "container.card-header": "Đầu Thẻ", + "container.card-body": "Thân Thẻ", "container.alert": "Cảnh báo", - "alert.confirm-delete": "Bạn có chắc chắn muốn xóa tiện ích này không?", + "alert.confirm-delete": "Bạn có chắc muốn xóa tiện ích này không?", "alert.updated": "Đã Cập Nhật Tiện Ích", "alert.update-success": "Đã cập nhật thành công các tiện ích", "alert.clone-success": "Đã nhân bản thành công tiện ích", @@ -29,5 +29,7 @@ "hide-from-groups": "Ẩn khỏi nhóm", "start-date": "Ngày bắt đầu", "end-date": "Ngày kết thúc", - "hide-on-mobile": "Ẩn trên thiết bị di động" + "hide-on-mobile": "Ẩn trên thiết bị di động", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/vi/admin/manage/admins-mods.json b/public/language/vi/admin/manage/admins-mods.json index cef97c646f..c29516bd31 100644 --- a/public/language/vi/admin/manage/admins-mods.json +++ b/public/language/vi/admin/manage/admins-mods.json @@ -1,13 +1,13 @@ { "manage-admins-and-mods": "Manage Admins & Mods", "administrators": "Quản Trị Viên", - "global-moderators": "Người Điều Hành Toàn Quyền", + "global-moderators": "Người Quản Lý Chung", "moderators": "Người điều hành", - "no-global-moderators": "Không Có Người Điều Hành Toàn Quyền", + "no-global-moderators": "Không Có Người Quản Lý Chung", "no-sub-categories": "Không có danh mục phụ", - "view-children": "View children (%1)", + "view-children": "Xem con (%1)", "no-moderators": "Không Có Người Điều Hành", "add-administrator": "Thêm Quản Trị Viên", - "add-global-moderator": "Thêm Người Điều Hành Toàn Quyền", + "add-global-moderator": "Thêm Người Quản Lý Chung", "add-moderator": "Thêm Người Điều Hành" } \ No newline at end of file diff --git a/public/language/vi/admin/manage/categories.json b/public/language/vi/admin/manage/categories.json index b4d06d17fa..433508a0bc 100644 --- a/public/language/vi/admin/manage/categories.json +++ b/public/language/vi/admin/manage/categories.json @@ -1,11 +1,11 @@ { - "manage-categories": "Manage Categories", - "add-category": "Add category", - "jump-to": "Jump to...", + "manage-categories": "Quản lý Danh mục", + "add-category": "Thêm Danh Mục", + "jump-to": "Chuyển tới...", "settings": "Cài Đặt Chuyên Mục", - "edit-category": "Edit Category", + "edit-category": "Sửa Danh Mục", "privileges": "Đặc quyền", - "back-to-categories": "Back to categories", + "back-to-categories": "Quay lại danh mục", "name": "Tên Chuyên Mục", "description": "Mô Tả Chuyên Mục", "bg-color": "Màu Nền", @@ -19,19 +19,19 @@ "post-queue": "Hàng đợi bài đăng", "tag-whitelist": "Danh Sách Trắng Gắn Thẻ ", "upload-image": "Tải Lên Ảnh", - "upload": "Upload", + "upload": "Tải lên", "delete-image": "Xóa", "category-image": "Ảnh Chuyên Mục", - "image-and-icon": "Image & Icon", - "parent-category": "Chuyên Mục Chính", - "optional-parent-category": "(Tùy chọn) Danh mục chính", + "image-and-icon": "Ảnh & Biểu tượng", + "parent-category": "Danh Mục Cha", + "optional-parent-category": "(Tùy chọn) Danh Mục Cha", "top-level": "Cấp Độ Hàng Đầu", "parent-category-none": "(Trống)", - "copy-parent": "Sao Chép Mục Chính", + "copy-parent": "Sao Chép Cha", "copy-settings": "Sao Chép Cài Đặt Từ", - "optional-clone-settings": "(Tùy chọn) Cài đặt sao chép từ danh mục", - "clone-children": "Sao Chép Cài Đặt Và Chuyên Mục Con", - "purge": "Loại Bỏ Chuyên Mục", + "optional-clone-settings": "(Tùy chọn) Sao chép cài đặt từ danh mục", + "clone-children": "Sao Chép Cài Đặt Và Danh Mục Con", + "purge": "Loại Bỏ Danh Mục", "enable": "Bật", "disable": "Tắt", @@ -49,20 +49,20 @@ "privileges.category-selector": "Cấu hình đặc quyền cho", "privileges.warning": "Ghi chú: Cài đặt đặc quyền có hiệu lực lập tức. Không cần phải lưu danh mục sau khi điều chỉnh cài đặt này.", "privileges.section-viewing": "Đặc Quyền Xem", - "privileges.section-posting": "Đặc Quyền Bài Đăng", - "privileges.section-moderation": "Đặc Quyền Kiểm Duyệt", + "privileges.section-posting": "Quyền Đăng Bài", + "privileges.section-moderation": "Quyền Kiểm Duyệt", "privileges.section-other": "Khác", "privileges.section-user": "Người Dùng", "privileges.search-user": "Thêm Người Dùng", - "privileges.no-users": "Không có đặc quyền riêng cho người dùng trong chuyên mục này.", + "privileges.no-users": "Không có quyền riêng người dùng trong danh mục này.", "privileges.section-group": "Nhóm", "privileges.group-private": "Nhóm này là riêng tư", "privileges.inheritance-exception": "Nhóm này không kế thừa các đặc quyền từ nhóm registered-users", "privileges.banned-user-inheritance": "Người dùng bị cấm kế thừa các đặc quyền từ nhóm người dùng bị cấm", "privileges.search-group": "Thêm Nhóm", - "privileges.copy-to-children": "Sao Chép Đến mục Con", - "privileges.copy-from-category": "Sao Chép Từ Chuyên Mục", - "privileges.copy-privileges-to-all-categories": "Sao Chép Vào Tất Cả Chuyên Mục", + "privileges.copy-to-children": "Sao Chép Đến Con", + "privileges.copy-from-category": "Sao Chép Từ Danh Mục", + "privileges.copy-privileges-to-all-categories": "Sao Chép Vào Tất Cả Danh Mục", "privileges.copy-group-privileges-to-children": "Sao chép các quyền của nhóm này cho chuyên mục con của chuyên mục này.", "privileges.copy-group-privileges-to-all-categories": "Sao chép các quyền của nhóm này vào tất cả chuyên mục.", "privileges.copy-group-privileges-from": "Sao chép các quyền của nhóm này từ một chuyên mục khác.", diff --git a/public/language/vi/admin/manage/groups.json b/public/language/vi/admin/manage/groups.json index 638eaf9fbf..ad64ad7053 100644 --- a/public/language/vi/admin/manage/groups.json +++ b/public/language/vi/admin/manage/groups.json @@ -1,10 +1,10 @@ { - "manage-groups": "Manage Groups", - "add-group": "Add group", - "edit-group": "Edit Group", - "back-to-groups": "Back to groups", - "view-group": "View group", - "icon-and-title": "Icon & Title", + "manage-groups": "Quản Lý Nhóm", + "add-group": "Thêm nhóm", + "edit-group": "Sửa Nhóm", + "back-to-groups": "Trở về nhóm", + "view-group": "Xem nhóm", + "icon-and-title": "Biểu tượng & Tiêu đề", "name": "Tên Nhóm", "badge": "Huy hiệu", "properties": "Thuộc tính", @@ -16,7 +16,7 @@ "edit": "Sửa", "delete": "Xóa", "privileges": "Đặc Quyền", - "members-csv": "Members (CSV)", + "members-csv": "Thành viên (CSV)", "search-placeholder": "Tìm", "create": "Tạo Nhóm", "description-placeholder": "Mô tả ngắn gọn về nhóm của bạn", @@ -27,7 +27,7 @@ "edit.name": "Tên", "edit.description": "Mô tả", - "edit.user-title": "Chức Danh Thành Viên", + "edit.user-title": "Danh Hiệu Thành Viên", "edit.icon": "Biểu Tượng Nhóm", "edit.label-color": "Màu Nhãn Nhóm", "edit.text-color": "Màu Chữ Nhóm", @@ -38,7 +38,7 @@ "edit.disable-leave": "Không cho phép người dùng rời khỏi nhóm", "edit.hidden": "Đã Ẩn", "edit.hidden-details": "Nếu bật, nhóm này hiển thị trong danh sách nhóm và người dùng phải được mời thủ công", - "edit.add-user": "Thêm Người Dùng Vào Nhóm", + "edit.add-user": "Thêm Người Vào Nhóm", "edit.add-user-search": "Tìm Kiếm Người Dùng", "edit.members": "Danh Sách Thành Viên", "control-panel": "Bảng Điều Khiển Nhóm", diff --git a/public/language/vi/admin/manage/privileges.json b/public/language/vi/admin/manage/privileges.json index 641b2c7c67..3cc3c25e73 100644 --- a/public/language/vi/admin/manage/privileges.json +++ b/public/language/vi/admin/manage/privileges.json @@ -1,6 +1,6 @@ { - "manage-privileges": "Manage Privileges", - "discard-changes": "Discard changes", + "manage-privileges": "Quản Lý Đặc Quyền", + "discard-changes": "Loại bỏ các thay đổi", "global": "Chung", "admin": "Quản Trị Viên", "group-privileges": "Đặc Quyền Nhóm", @@ -8,6 +8,7 @@ "edit-privileges": "Sửa Đặc Quyền", "select-clear-all": "Chọn/Xóa tất cả", "chat": "Trò chuyện", + "chat-with-privileged": "Trò chuyện với Đặc quyền", "upload-images": "Tải Lên Ảnh", "upload-files": "Tải Lên Tệp", "signature": "Chữ ký", @@ -23,7 +24,7 @@ "allow-local-login": "Đăng Nhập Cục Bộ", "allow-group-creation": "Tạo Nhóm", "view-users-info": "Xem Thông Tin Người Dùng", - "find-category": "Tìm Chuyên Mục", + "find-category": "Tìm Danh Mục", "access-category": "Truy Cập Chuyên Mục", "access-topics": "Truy Cập Chủ Đề", "create-topics": "Tạo Chủ Đề", @@ -33,7 +34,7 @@ "edit-posts": "Chỉnh Sửa Bài Đăng", "view-edit-history": "Xem Lịch Sử Chỉnh Sửa", "delete-posts": "Xóa Bài Đăng", - "view_deleted": "Xem Bài Viết Đã Xóa", + "view-deleted": "Xem Bài Viết Đã Xóa", "upvote-posts": "Ủng Hộ Bài Đăng", "downvote-posts": "Phản Đối Bài Đăng", "delete-topics": "Xóa Chủ Đề", @@ -52,10 +53,10 @@ "alert.confirm-admins-mods": "Bạn có chắc muốn cấp quyền "Quản Trị Viên& Người Điều Hành" cho người dùng/nhóm này? Người dùng này có quyền thăng và hạ cấp người dùng khác ở các vị trí đặc quyền, Bao gồm quản trị viên cấp cao", "alert.confirm-save": "Vui lòng xác nhận ý định của bạn để lưu các đặc quyền này", "alert.confirm-discard": "Bạn có chắc chắn muốn hủy các thay đổi đặc quyền của mình không?", - "alert.discarded": "Thay đổi đặc quyền bị hủy", + "alert.discarded": "Đã loại bỏ các thay đổi về đặc quyền", "alert.confirm-copyToAll": "Bạn có chắc muốn áp dụng cài đặt %1 cho tất cả danh mục?", "alert.confirm-copyToAllGroup": "Are you sure you wish to apply this group's set of %1 to all categories?", - "alert.confirm-copyToChildren": "Are you sure you wish to apply this set of %1 to all descendant (child) categories?", + "alert.confirm-copyToChildren": "Bạn có chắc chắn muốn áp dụng các cài đặt này %1 cho tất cả danh mục hậu duệ (con) ?", "alert.confirm-copyToChildrenGroup": "Bạn có chắc muốn áp dụng cài đặt %1 của nhóm này cho tất cả danh mục con?", "alert.no-undo": "Hành động này không thể hoàn tác.", "alert.admin-warning": "Quản trị viên ngầm có tất cả các đặc quyền", diff --git a/public/language/vi/admin/manage/uploads.json b/public/language/vi/admin/manage/uploads.json index 65c53cb5dc..2df6f9ba9d 100644 --- a/public/language/vi/admin/manage/uploads.json +++ b/public/language/vi/admin/manage/uploads.json @@ -1,5 +1,5 @@ { - "manage-uploads": "Manage Uploads", + "manage-uploads": "Quản Lý Tải Lên", "upload-file": "Tải Lên Tệp", "filename": "Tên Tệp", "usage": "Đăng sử dụng", diff --git a/public/language/vi/admin/manage/users.json b/public/language/vi/admin/manage/users.json index a318c8b711..b4e7e9da7b 100644 --- a/public/language/vi/admin/manage/users.json +++ b/public/language/vi/admin/manage/users.json @@ -1,24 +1,29 @@ { - "manage-users": "Manage Users", + "manage-users": "Quản Lý Người Dùng", "users": "Người Dùng", "edit": "Hành động", "make-admin": "Làm Quản Trị Viên", "remove-admin": "Xóa Quản Trị Viên", + "change-email": "Đổi Email", + "new-email": "Email Mới", "validate-email": "Xác Thực Email", "send-validation-email": "Gửi Email Xác Thực", + "change-password": "Đổi Mật Khẩu", "password-reset-email": "Gửi Email Đặt Lại Mật Khẩu", "force-password-reset": "Buộc đặt lại mật khẩu và đăng xuất người dùng", - "ban": "Cấm Người Dùng", + "ban": "Ban", + "ban-users": "Cấm Người Dùng", "temp-ban": "Cấm Người Dùng Tạm Thời", "unban": "Bỏ Cấm Người Dùng", "reset-lockout": "Đặt lại khóa", "reset-flags": "Đặt Lại Gắn Cờ", - "delete": "Xóa Người Dùng", + "delete": "Xóa", + "delete-users": "Xóa Người dùng", "delete-content": "Xóa Nội Dung Người Dùng", "purge": "Xóa Người DùngNội Dung", "download-csv": "Tải về CSV", "manage-groups": "Quản Lý Nhóm", - "set-reputation": "Set Reputation", + "set-reputation": "Đặt Uy Tín", "add-group": "Thêm Nhóm", "create": "Tạo Người Dùng", "invite": "Mời qua Email", @@ -51,10 +56,10 @@ "users.username": "tên đăng nhập", "users.email": "thư điện tử", "users.no-email": "(không có email)", - "users.validated": "Validated", - "users.not-validated": "Not Validated", - "users.validation-pending": "Validation Pending", - "users.validation-expired": "Validation Expired", + "users.validated": "Đã Xác Thực", + "users.not-validated": "Chưa Xác Thực", + "users.validation-pending": "Đang Chờ Xác Thực", + "users.validation-expired": "Đã Hết Hạn Xác Thực", "users.ip": "IP", "users.postcount": "số lượng bài viết", "users.reputation": "uy tín", @@ -69,7 +74,7 @@ "create.password": "Mật khẩu", "create.password-confirm": "Xác Nhận Mật Khẩu", - "temp-ban.length": "Length", + "temp-ban.length": "Dài", "temp-ban.reason": "Lý do (Không bắt buộc)", "temp-ban.hours": "Giờ", "temp-ban.days": "Ngày", @@ -81,14 +86,15 @@ "alerts.button-ban-x": "Cấm %1 người dùng", "alerts.unban-success": "Đã bỏ cấm người dùng!", "alerts.lockout-reset-success": "Đặt lại khóa!", + "alerts.password-change-success": "Đã thay đổi mật khẩu!", "alerts.flag-reset-success": "Đặt lại gắn cờ!", "alerts.no-remove-yourself-admin": "Bạn không thể tự xóa mình với tư cách Quản trị viên!", "alerts.make-admin-success": "Người dùng hiện là quản trị viên.", "alerts.confirm-remove-admin": "Bạn có chắc muốn xóa quản trị viên này không?", "alerts.remove-admin-success": "Người dùng không còn là quản trị viên.", - "alerts.make-global-mod-success": "Người dùng hiện là người điều hành toàn quyền.", - "alerts.confirm-remove-global-mod": "Bạn có thực sự muốn xóa người điều hành toàn quyền này không?", - "alerts.remove-global-mod-success": "Người dùng không còn là người điều hành toàn quyền.", + "alerts.make-global-mod-success": "Người dùng hiện là người quản lý chung.", + "alerts.confirm-remove-global-mod": "Bạn có thực sự muốn xóa người quản lý chung này không?", + "alerts.remove-global-mod-success": "Người dùng không còn là người quản lý chung.", "alerts.make-moderator-success": "Người dùng hiện là người điều hành.", "alerts.confirm-remove-moderator": "Bạn có thực sự muốn xóa người kiểm duyệt này không?", "alerts.remove-moderator-success": "Người dùng không còn là người điều hành.", @@ -106,6 +112,7 @@ "alerts.create": "Tạo Người Dùng", "alerts.button-create": "Tạo", "alerts.button-cancel": "Hủy", + "alerts.button-change": "Thay đổi", "alerts.error-passwords-different": "Mật khẩu phải khớp!", "alerts.error-x": "Lỗi

%1

", "alerts.create-success": "Đã tạo người dùng!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "Thư điện tử:", "alerts.email-sent-to": "Email mời đã được gửi đến %1", "alerts.x-users-found": "Tìm được %1 người dùng (%2 giây)", + "alerts.select-a-single-user-to-change-email": "Chọn một người dùng để thay đổi email", "export-users-started": "Xuất người dùng dưới dạng csv, quá trình này có thể mất một lúc. Bạn sẽ nhận được thông báo khi hoàn tất.", - "export-users-completed": "Đã xuất người dùng ra csv, bấm vào đây tải xuống." + "export-users-completed": "Đã xuất người dùng ra csv, bấm vào đây tải xuống.", + "email": "Email", + "password": "Mật khẩu", + "manage": "Quản lý" } \ No newline at end of file diff --git a/public/language/vi/admin/menu.json b/public/language/vi/admin/menu.json index 6f67b8c537..185e8cfeb7 100644 --- a/public/language/vi/admin/menu.json +++ b/public/language/vi/admin/menu.json @@ -49,7 +49,7 @@ "section-appearance": "Trực quan", "appearance/themes": "Giao diện", - "appearance/skins": "Kiểu dáng", + "appearance/skins": "Giao diện", "appearance/customise": "Nội dung tùy chỉnh (HTML/JS/CSS)", "section-extend": "Mở rộng", diff --git a/public/language/vi/admin/settings/advanced.json b/public/language/vi/admin/settings/advanced.json index dc36499712..38c9c2c5be 100644 --- a/public/language/vi/admin/settings/advanced.json +++ b/public/language/vi/admin/settings/advanced.json @@ -4,11 +4,11 @@ "maintenance-mode.status": "Mã Trạng Thái Chế Độ Bảo Trì", "maintenance-mode.message": "Thông Báo Bảo Trì", "maintenance-mode.groups-exempt-from-maintenance-mode": "Chọn các nhóm nên được miễn chế độ bảo trì", - "headers": "Headers", + "headers": "Tiêu đề", "headers.allow-from": "Đặt ALLOW-FROM để đặt NodeBB trong iFrame", "headers.csp-frame-ancestors": "Đặt giá trị Content-Security-Policy frame-ancestors ở phần đầu trang để Đặt NodeBB trong iFrame", "headers.csp-frame-ancestors-help": "'không', 'bản thân' (mặc định) hoặc danh sách URI cho phép.", - "headers.powered-by": "Tùy chỉnh tiêu đề \"Powered By\" được gửi bởi NodeBB", + "headers.powered-by": "Tùy chỉnh tiêu đề \"Được Cung Cấp Bởi\" được gửi bởi NodeBB", "headers.acao": "Access-Control-Allow-Origin", "headers.acao-regex": "Biểu Thức Chính Quy Access-Control-Allow-Origin", "headers.acao-help": "Để từ chối truy cập tất cả các trang, để trống", diff --git a/public/language/vi/admin/settings/api.json b/public/language/vi/admin/settings/api.json index 11973d4988..4cd351f0af 100644 --- a/public/language/vi/admin/settings/api.json +++ b/public/language/vi/admin/settings/api.json @@ -3,7 +3,7 @@ "settings": "Cài đặt", "lead-text": "Từ trang này, bạn có thể cấu hình quyền truy cập vào API Viết trong NodeBB.", "intro": "Mặc định, API Viết xác thực người dùng dựa trên cookie phiên của họ, nhưng NodeBB cũng hỗ trợ xác thực Bearer thông qua mã truy cập được tạo qua trang này.", - "warning": "Be advised — treat tokens like passwords. If they are leaked, your account should be considered compromised.", + "warning": "Lời khuyên — coi mã thông báo như mật khẩu. Nếu chúng bị rò rỉ, tài khoản của bạn sẽ được coi là bị xâm phạm.", "docs": "Nhấp vào đây để truy cập thông số kỹ thuật API đầy đủ", "require-https": "Chỉ yêu cầu sử dụng API qua HTTPS", @@ -20,10 +20,10 @@ "master-token": "Master token", "last-seen-never": "Khóa này chưa bao giờ được dùng.", "no-description": "Không có mô tả cụ thể.", - "actions": "Actions", - "edit": "Edit", - "roll": "Roll", + "actions": "Hành Động", + "edit": "Sửa", + "roll": "Cuộn", - "delete-confirm": "Are you sure you wish to delete this token? It will not be recoverable.", - "roll-confirm": "Are you sure you wish to regenerate this token? The old token will be immediately revoked and will not be recoverable." + "delete-confirm": "Bạn có chắc chắn muốn xóa mã thông báo này không? Nó sẽ không thể phục hồi được.", + "roll-confirm": "Bạn có chắc chắn muốn tạo lại mã thông báo này không? Mã thông báo cũ sẽ bị thu hồi ngay lập tức và không thể phục hồi được." } \ No newline at end of file diff --git a/public/language/vi/admin/settings/chat.json b/public/language/vi/admin/settings/chat.json index bb5cefc672..c172529361 100644 --- a/public/language/vi/admin/settings/chat.json +++ b/public/language/vi/admin/settings/chat.json @@ -1,13 +1,16 @@ { + "zero-is-disabled": "Nhập 0 để tắt hạn chế này", "chat-settings": "Cài Đặt Trò Chuyện", "disable": "Tắt trò chuyện", "disable-editing": "Tắt chỉnh sửa / xóa tin nhắn trò chuyện", - "disable-editing-help": "Quản trị viên và người kiểm duyệt toàn quyền được miễn hạn chế này", + "disable-editing-help": "Quản trị viên và Người Quản Lý Chung được miễn hạn chế này", "max-length": "Độ dài tối đa của tin nhắn trò chuyện", - "max-chat-room-name-length": "Maximum length of chat room names", + "max-chat-room-name-length": "Độ dài tối đa tên phòng trò chuyện", "max-room-size": "Số lượng người dùng tối đa trong phòng trò chuyện", - "delay": "Thời gian giữa các tin nhắn trò chuyện tính bằng mili giây", - "notification-delay": "Độ trễ thông báo cho tin nhắn trò chuyện. (0 để không bị chậm trễ)", - "restrictions.seconds-edit-after": "Số giây một tin nhắn trò chuyện sẽ vẫn có thể chỉnh sửa. (0 bị vô hiệu hóa)", - "restrictions.seconds-delete-after": "Số giây một tin nhắn trò chuyện vẫn có thể xóa được. (0 bị vô hiệu hóa)" + "delay": "Thời gian giữa các tin nhắn trò chuyện (ms)", + "newbieDelay": "... cho người dùng mới (ms)", + "notification-delay": "Độ trễ thông báo cho tin nhắn trò chuyện", + "notification-delay-help": "Các tin nhắn bổ sung được gửi trong khoảng thời gian này sẽ được đối chiếu và người dùng sẽ được thông báo một lần trong mỗi khoảng thời gian trì hoãn. Đặt giá trị này thành 0 để tắt độ trễ.", + "restrictions.seconds-edit-after": "Số giây mà một tin nhắn trò chuyện sẽ vẫn có thể chỉnh sửa được.", + "restrictions.seconds-delete-after": "Số giây một tin nhắn trò chuyện sẽ vẫn có thể bị xóa." } \ No newline at end of file diff --git a/public/language/vi/admin/settings/email.json b/public/language/vi/admin/settings/email.json index acd3865308..9c07f52103 100644 --- a/public/language/vi/admin/settings/email.json +++ b/public/language/vi/admin/settings/email.json @@ -24,12 +24,12 @@ "smtp-transport.security-starttls": "StartTLS", "smtp-transport.security-none": "Trống", "smtp-transport.username": "Tên đăng nhập", - "smtp-transport.username-help": "Đối với dịch vụ Gmail, nhập địa chỉ email đầy đủ tại đây, đặc biệt nếu bạn đang sử dụng tên miền được Google Apps quản lý.", + "smtp-transport.username-help": "Đối với dịch vụ Gmail, nhập địa chỉ email đầy đủ ở đây, đặc biệt nếu bạn đang sử dụng tên miền được Google Apps quản lý.", "smtp-transport.password": "Mật Khẩu", - "smtp-transport.pool": "Bật kết nối tổng hợp", + "smtp-transport.pool": "Bật kết nối gộp", "smtp-transport.pool-help": "Việc gộp các kết nối ngăn NodeBB tạo kết nối mới cho mọi email. Tùy chọn này chỉ áp dụng nếu Truyền tải SMTP được bật.", - "template": "Chỉnh Sửa Mẫu Email", + "template": "Sửa Mẫu Email", "template.select": "Chọn Mẫu Email", "template.revert": "Hoàn Nguyên về Bản Gốc", "testing": "Email Kiểm Tra", diff --git a/public/language/vi/admin/settings/general.json b/public/language/vi/admin/settings/general.json index 482653d149..370b10d03d 100644 --- a/public/language/vi/admin/settings/general.json +++ b/public/language/vi/admin/settings/general.json @@ -1,13 +1,13 @@ { - "general-settings": "General Settings", - "on-this-page": "On this page:", + "general-settings": "Cài Đặt Chung", + "on-this-page": "Trên trang này:", "site-settings": "Cài Đặt Trang Web", "title": "Tiêu Đề Trang Web", "title.short": "Tiêu Đề Ngắn", "title.short-placeholder": "Nếu không có tiêu đề ngắn nào được chỉ định, tiêu đề trang web sẽ được sử dụng", "title.url": "Liên kết URL Tiêu đề", "title.url-placeholder": "URL của tiêu đề trang web", - "title.url-help": "When the title is clicked, send users to this address. If left blank, user will be sent to the forum index. Note: This is not the external URL used in emails, etc. That is set by the url property in config.json", + "title.url-help": "Khi nhấp vào tiêu đề, hãy đưa người dùng đến địa chỉ này. Nếu để trống, người dùng sẽ được gửi đến chỉ mục diễn đàn. Lưu ý: Đây không phải là URL bên ngoài được sử dụng trong email, v.v. URL đó được đặt bởi thuộc tính url trong config.json", "title.name": "Tên Cộng Đồng Của Bạn", "title.show-in-header": "Hiển Thị Tiêu Đề Trang Ở Phần Đầu", "browser-title": "Tiêu Đề Trình Duyệt", @@ -32,7 +32,7 @@ "pwa": "Ứng Dụng Web Tiến Bộ", "touch-icon": "Biểu Tượng Cảm Ứng", "touch-icon.upload": "Tải lên", - "touch-icon.help": "Kích thước và định dạng được đề xuất: 512x512, chỉ định dạng PNG. Nếu không có biểu tượng cảm ứng nào, NodeBB sẽ quay trở lại sử dụng biểu tượng yêu thích.", + "touch-icon.help": "Kích thước và định dạng được đề xuất: 512x512, chỉ định dạng PNG. Nếu không có biểu tượng cảm ứng nào, NodeBB sẽ quay trở lại sử dụng favicon.", "maskable-icon": "Biểu tượng có thể che được (Màn Trang Chủ)", "maskable-icon.help": "Kích thước và định dạng nên là: 512x512, chỉ định dạng PNG. Nếu không có biểu tượng có thể che được nào được chỉ định, NodeBB sẽ trở lại Biểu tượng cảm ứng.", "outgoing-links": "Liên Kết Đi", diff --git a/public/language/vi/admin/settings/guest.json b/public/language/vi/admin/settings/guest.json index 8c7aa35a6d..ba32d9b27a 100644 --- a/public/language/vi/admin/settings/guest.json +++ b/public/language/vi/admin/settings/guest.json @@ -1,6 +1,6 @@ { "settings": "Cài đặt", - "guest-settings": "Guest Settings", + "guest-settings": "Cài Đặt Khách", "handles.enabled": "Cho phép xử lý khách", "handles.enabled-help": "Tùy chọn này hiển thị một trường mới cho phép khách chọn tên để liên kết với mỗi bài đăng mà họ thực hiện. Nếu bị tắt, họ sẽ chỉ được gọi là \"Khách\"", "topic-views.enabled": "Cho phép khách tăng lượt xem chủ đề", diff --git a/public/language/vi/admin/settings/navigation.json b/public/language/vi/admin/settings/navigation.json index d7613ff682..f9548db054 100644 --- a/public/language/vi/admin/settings/navigation.json +++ b/public/language/vi/admin/settings/navigation.json @@ -1,5 +1,5 @@ { - "navigation": "Navigation", + "navigation": "Điều hướng", "icon": "Biểu tượng:", "change-icon": "thay đổi", "route": "Liên kết:", diff --git a/public/language/vi/admin/settings/post.json b/public/language/vi/admin/settings/post.json index 17f565168a..fec778cb83 100644 --- a/public/language/vi/admin/settings/post.json +++ b/public/language/vi/admin/settings/post.json @@ -1,5 +1,5 @@ { - "general": "General", + "general": "Tổng quan", "sorting": "Sắp Xếp Bài Đăng", "sorting.post-default": "Sắp Xếp Bài Đăng Mặc Định", "sorting.oldest-to-newest": "Cũ nhất đến Mới nhất", @@ -24,10 +24,10 @@ "restrictions.seconds-edit-after": "Số giây bài đăng vẫn có thể chỉnh sửa được (đặt thành 0 để tắt)", "restrictions.seconds-delete-after": "Số giây một bài đăng vẫn có thể xóa được (đặt thành 0 để tắt)", "restrictions.replies-no-delete": "Số câu trả lời sau khi người dùng không được phép xóa chủ đề của chính họ (đặt thành 0 để tắt)", - "restrictions.title-length": "Title Length", - "restrictions.post-length": "Post Length", + "restrictions.title-length": "Độ dài tiêu đề", + "restrictions.post-length": "Độ dài bài đăng", "restrictions.days-until-stale": "Số ngày cho đến khi chủ đề được coi là cũ", - "restrictions.stale-help": "Nếu một chủ đề được coi là \"cũ\", thì một cảnh báo sẽ được hiển thị cho những người dùng cố gắng trả lời chủ đề đó.", + "restrictions.stale-help": "Nếu một chủ đề được coi là \"cũ\" thì cảnh báo sẽ được hiển thị cho những người dùng cố gắng trả lời chủ đề đó. (đặt thành 0 để tắt)", "timestamp": "Dấu thời gian", "timestamp.cut-off": "Giới hạn ngày (tính theo ngày)", "timestamp.cut-off-help": "Ngày tháng & thời gian sẽ được hiển thị một cách tương đối (VD: \"3 giờ trước\" / \"5 ngày trước\"), và bản địa hóa thành nhiều\n\t\t\t\t\tngôn ngữ. Sau một thời điểm nhất định, dòng chữ này có thể được chuyển sang hiển thị ngày được bản địa hóa\n\t\t\t\t\t(VD: 5 Tháng 11, 2016 15:30).
(Mặc định: 30, hoặc một tháng). Đặt là 0 để luôn hiển thị ngày tháng, để trống để luôn hiển thị thời gian tương đối.", @@ -58,7 +58,7 @@ "composer.custom-help": "Văn Bản Trợ Giúp Tùy Chỉnh", "backlinks": "Liên kết ngược", "backlinks.enabled": "Bật liên kết ngược chủ đề", - "backlinks.help": "Nếu một bài đăng tham chiếu đến chủ đề khác, một liên kết quay lại bài đăng sẽ được chèn vào chủ đề được tham chiếu tại thời điểm đó.", + "backlinks.help": "Nếu một bài đăng tham chiếu đến chủ đề khác, một liên kết ngược đến bài đăng sẽ được chèn vào chủ đề được tham chiếu vào lúc đó.", "ip-tracking": "Theo dõi IP", "ip-tracking.each-post": "Theo dõi Địa chỉ IP mỗi bài đăng", "enable-post-history": "Bật Lịch Sử Bài Đăng" diff --git a/public/language/vi/admin/settings/tags.json b/public/language/vi/admin/settings/tags.json index 9ebf4dabc2..b84e10404a 100644 --- a/public/language/vi/admin/settings/tags.json +++ b/public/language/vi/admin/settings/tags.json @@ -3,7 +3,7 @@ "link-to-manage": "Quản Lý Thẻ", "system-tags": "Thẻ Hệ Thống", "system-tags-help": "Chỉ người dùng đặc quyền mới có thể dùng thẻ này.", - "tags-per-topic": "Tags per topic", + "tags-per-topic": "Thẻ cho mỗi chủ đề", "min-per-topic": "Số Thẻ Ít Nhất Mỗi Chủ Đề", "max-per-topic": "Số Thẻ Tối Đa Mỗi Chủ Đề", "min-length": "Độ Dài Thẻ Tối Thiểu", diff --git a/public/language/vi/admin/settings/user.json b/public/language/vi/admin/settings/user.json index b7209ece67..8f45876418 100644 --- a/public/language/vi/admin/settings/user.json +++ b/public/language/vi/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "Tên Đăng Nhập hoặc Email", "allow-login-with.username": "Chỉ Tên Đăng Nhập", "account-settings": "Cài Đặt Tài Khoản", - "gdpr_enabled": "Bật đồng ý thu thâp GDPR", - "gdpr_enabled_help": "Khi được bật, tất cả những người đăng ký mới sẽ được yêu cầu đồng ý rõ ràng cho việc thu thập và sử dụng dữ liệu theo Quy định chung về bảo vệ dữ liệu (GDPR). Ghi chú: Bật GDPR không buộc người dùng đã có từ trước phải đồng ý. Để làm như vậy, bạn sẽ cần cài đặt plugin GDPR.", + "gdpr-enabled": "Bật đồng ý thu thâp GDPR", + "gdpr-enabled-help": "Khi được bật, tất cả những người đăng ký mới sẽ được yêu cầu đồng ý rõ ràng cho việc thu thập và sử dụng dữ liệu theo Quy định chung về bảo vệ dữ liệu (GDPR). Ghi chú: Bật GDPR không buộc người dùng đã có từ trước phải đồng ý. Để làm như vậy, bạn sẽ cần cài đặt plugin GDPR.", "disable-username-changes": "Tắt thay đổi tên đăng nhập", "disable-email-changes": "Tắt thay đổi email", "disable-password-changes": "Tắt thay đổi mật khẩu", diff --git a/public/language/vi/category.json b/public/language/vi/category.json index 93bc07f7aa..0796168e77 100644 --- a/public/language/vi/category.json +++ b/public/language/vi/category.json @@ -1,12 +1,12 @@ { "category": "Chuyên mục", - "subcategories": "Chuyên mục con", - "new_topic_button": "Chủ Đề Mới", + "subcategories": "Danh mục phụ", + "new-topic-button": "Chủ Đề Mới", "guest-login-post": "Đăng nhập để đăng bài", - "no_topics": "Không có chủ đề nào trong chuyên mục này.
Tại sao bạn không thử đăng?", + "no-topics": "Không có chủ đề nào trong chuyên mục này.
Tại sao bạn không thử đăng?", "browsing": "đang duyệt", - "no_replies": "Không ai trả lời", - "no_new_posts": "Không có bài mới.", + "no-replies": "Không ai trả lời", + "no-new-posts": "Không có bài mới.", "watch": "Xem", "ignore": "Bỏ qua", "watching": "Đang xem", diff --git a/public/language/vi/email.json b/public/language/vi/email.json index 0e0d59d6bb..8155cec7c8 100644 --- a/public/language/vi/email.json +++ b/public/language/vi/email.json @@ -1,10 +1,10 @@ { "test-email.subject": "Kiểm Tra Email", "password-reset-requested": "Yêu cầu đặt lại mật khẩu!", - "welcome-to": "Chào mừng bạn đến với %1", + "welcome-to": "Chào mừng đến với %1", "invite": "Lời mời từ %1", - "greeting_no_name": "Xin chào", - "greeting_with_name": "Xin chào %1", + "greeting-no-name": "Xin chào", + "greeting-with-name": "Xin chào %1", "email.verify-your-email.subject": "Vui lòng xác thực tài khoản của bạn", "email.verify.text1": "Bạn đã yêu cầu chúng tôi thay đổi hoặc xác nhận địa chỉ email của bạn", "email.verify.text2": "Vì lý do bảo mật, chúng tôi chỉ thay đổi hoặc xác nhận địa chỉ email trong hồ sơ khi quyền sở hữu của nó đã được xác nhận qua email. Nếu bạn không yêu cầu điều này, bạn không cần thực hiện hành động nào.", @@ -20,11 +20,11 @@ "reset.text2": "Để đặt lại mật khẩu, hãy bấm vào liên kết sau:", "reset.cta": "Nhấn vào đây để đặt lại mật khẩu của bạn", "reset.notify.subject": "Thay đổi mật khẩu thành công", - "reset.notify.text1": "Xin thông báo với bạn: mật khẩu của bạn trên %1 đã được thay đổi thành công.", - "reset.notify.text2": "Nếu bạn không cho phép điều này, vui lòng thông báo cho quản trị viên ngay lập tức.", + "reset.notify.text1": "Chúng tôi thông báo cho bạn rằng vào ngày %1, mật khẩu của bạn được thay đổi thành công.", + "reset.notify.text2": "Nếu bạn không cho phép điều này, hãy thông báo ngay cho quản trị viên.", "digest.unread-rooms": "Unread rooms", "digest.room-name-unreadcount": "%1 (%2 unread)", - "digest.latest_topics": "Chủ đề mới nhất từ %1", + "digest.latest-topics": "Chủ đề mới nhất từ %1", "digest.top-topics": "Chủ đề hàng đầu từ %1", "digest.popular-topics": "Các chủ đề phổ biến từ %1", "digest.cta": "Bấm vào đây để truy cập %1", @@ -36,8 +36,8 @@ "digest.title.day": "Thông Báo Hàng Ngày Của Bạn", "digest.title.week": "Thông Báo Hàng Tuần Của Bạn", "digest.title.month": "Thông Báo Hàng Tháng Của Bạn", - "notif.chat.subject": "Tin nhắn trò chuyện mới nhận được từ %1", - "notif.chat.public-chat-subject": "New message from %1 in room %2", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "Nhấn vào đây để tiếp tục cuộc hội thoại", "notif.chat.unsub.info": "Thông báo trò chuyện này đã được gửi cho bạn dựa theo cài đặt đăng ký của bạn.", "notif.post.unsub.info": "Thông báo bài viết này được gửi cho bạn dựa tên thiết lập nhận thông báo của bạn", @@ -48,9 +48,9 @@ "notif.test.short": "Kiểm Tra Thông Báo", "notif.test.long": "Đây là một kiểm tra email thông báo. Gửi giúp đỡ!", "test.text1": "Đây là email thử nghiệm để kiểm tra trình gửi email NodeBB của bạn đã cài đặt đúng.", - "unsub.cta": "Nhấn vào đây để thay đổi cài đặt.", + "unsub.cta": "Nhấp vào đây để thay đổi các cài đặt đó", "unsubscribe": "hủy đăng ký", - "unsub.success": "Bạn sẽ không còn nhận được email từ danh sách gửi thư %1 ", + "unsub.success": "Bạn sẽ không còn nhận được email từ danh sách gửi thư %1", "unsub.failure.title": "Không thể hủy đăng ký", "unsub.failure.message": "Rất tiếc, chúng tôi không thể xóa bạn khỏi danh sách gửi thư, vì có vấn đề với liên kết. Tuy nhiên, bạn có thể thay đổi tùy chọn email của mình bằng cách đi tới cài đặt người dùng của bạn.

(lỗi: %1)", "banned.subject": "Bạn đã bị cấm khỏi %1", diff --git a/public/language/vi/error.json b/public/language/vi/error.json index c716125470..ca7da16629 100644 --- a/public/language/vi/error.json +++ b/public/language/vi/error.json @@ -3,11 +3,11 @@ "invalid-json": "JSON không hợp lệ", "wrong-parameter-type": "Giá trị của loại %3 được mong đợi cho thuộc tính `%1`, nhưng thay vào đó, %2 đã được nhận", "required-parameters-missing": "Các thông số bắt buộc bị thiếu trong lệnh gọi API này: %1", - "not-logged-in": "Có vẻ bạn chưa đăng nhập.", + "not-logged-in": "Có vẻ như bạn chưa đăng nhập.", "account-locked": "Tài khoản của bạn đang tạm thời bị khóa", "search-requires-login": "Tìm kiếm yêu cầu một tài khoản - vui lòng đăng nhập hoặc đăng ký.", "goback": "Nhấn back để quay về trang trước", - "invalid-cid": "ID chuyên mục không hợp lệ", + "invalid-cid": "ID Danh Mục không hợp lệ", "invalid-tid": "ID chủ đề không hợp lệ", "invalid-pid": "ID bài viết không hợp lệ", "invalid-uid": "ID tài khoản không hợp lệ", @@ -30,7 +30,7 @@ "csrf-invalid": "Chúng tôi không thể đăng nhập cho bạn, có thể do một phiên đã hết hạn. Vui lòng thử lại", "invalid-path": "Đường dẫn không hợp lệ", "folder-exists": "Thư mục tồn tại", - "invalid-pagination-value": "Giá trị trang không hợp lệ, tối thiểu phải là %1 và tối đa là %2", + "invalid-pagination-value": "Giá trị phân trang không hợp lệ, tối thiểu phải là %1 và tối đa là %2", "username-taken": "Tên đăng nhập đã tồn tại", "email-taken": "Email đã được đăng kí", "email-nochange": "Email đã nhập giống với email đã có trong tệp.", @@ -41,9 +41,9 @@ "no-email-to-confirm": "Tài khoản của bạn chưa có email. Email cần dùng lúc khôi phục tài khoản và có thể cần để trò chuyện và đăng bài trong một số danh mục. Vui lòng bấm vào đây để nhập email.", "user-doesnt-have-email": "Người dùng \"%1\" chưa đặt email.", "email-confirm-failed": "Chúng tôi không thể xác nhận email của bạn, vui lòng thử lại sau.", - "confirm-email-already-sent": "Email xác nhận đã được gửi, vui lòng chờ %1 phút để yêu cầu gửi lại.", + "confirm-email-already-sent": "Email xác nhận đã được gửi, vui lòng đợi %1 phút để gửi email khác.", "confirm-email-expired": "Confirmation email expired", - "sendmail-not-found": "Không tìm thấy lệnh thực thi \"sendmail\", hãy chắc chắn nó đã được cài đặt và thực thi bởi người quản trị đang vận hành NodeBB", + "sendmail-not-found": "Không thể tìm thấy tệp thực thi sendmail, vui lòng đảm bảo rằng nó được cài đặt và thực thi bởi người dùng chạy NodeBB.", "digest-not-enabled": "Người dùng này chưa bật thông báo hoặc mặc định hệ thống không được cấu hình để gửi thông báo", "username-too-short": "Tên đăng nhập quá ngắn", "username-too-long": "Tên đăng nhập quá dài", @@ -55,7 +55,7 @@ "user-banned-reason-until": "Xin lỗi, tài khoản này bị cấm cho đến %1 (Lý do: %2)", "user-too-new": "Xin lỗi, bắt buộc bạn phải đợi %1 giây trước khi đăng bài viết đầu tiên.", "blacklisted-ip": "Xin lỗi, địa chỉ IP bạn bị cấm khỏi cộng đồng. Nếu bạn cảm thấy dây là do lỗi, hãy liên lạc với quản trị viên.", - "cant-blacklist-self-ip": "You can't blacklist your own IP", + "cant-blacklist-self-ip": "Bạn không thể đưa IP của chính mình vào danh sách đen", "ban-expiry-missing": "Vui lòng cung cấp ngày hết lệnh cấm này", "no-category": "Chuyên mục không tồn tại", "no-topic": "Chủ đề không tồn tại", @@ -68,7 +68,7 @@ "no-privileges": "Bạn không đủ quyền để thực thi hành động này", "category-disabled": "Chuyên mục bị khóa", "topic-locked": "Chủ đề bị khóa", - "post-edit-duration-expired": "Bạn chỉ được phép sửa bài viết sau khi đăng %1 giây.", + "post-edit-duration-expired": "Bạn chỉ được phép chỉnh sửa bài đăng trong %1 giây sau khi đăng", "post-edit-duration-expired-minutes": "Bạn chỉ được phép sửa các bài viết sau khi đăng %1 phút(s)", "post-edit-duration-expired-minutes-seconds": "Bạn chỉ được phép sửa các bài viết sau khi đăng %1 phút(s) %2 giây(s)", "post-edit-duration-expired-hours": "Bạn chỉ được phép sửa bài viết sau khi đăng %1 giờ(s).", @@ -84,19 +84,19 @@ "post-delete-duration-expired-days-hours": "Bạn chỉ được phép xóa các bài viết sau khi đăng %1 ngày(s) %2 giờ(s)", "cant-delete-topic-has-reply": "Bạn không thể xóa chủ đề vì đã có 1 bình luận", "cant-delete-topic-has-replies": "Bạn không thể xóa chủ đề này vì đã có %1 bình luận", - "content-too-short": "Vui lòng nhập một bài viết dài hơn. Bài viết phải có tối thiểu %1 ký tự.", + "content-too-short": "Vui lòng nhập một bài viết dài hơn. Bài viết phải chứa ít nhất %1 ký tự.", "content-too-long": "Vui lòng nhập một bài viết ngắn hơn. Bài viết chỉ có thể có tối đa %1 ký tự.", "title-too-short": "Vui lòng nhập tiêu đề dài hơn. Tiêu đề phải có tối thiểu %1 ký tự.", "title-too-long": "Vui lòng nhập tiêu đề ngắn hơn. Tiêu đề chỉ có thể có tối đa %1 ký tự.", - "category-not-selected": "Chưa chọn category", + "category-not-selected": "Danh mục không được chọn.", "too-many-posts": "Bạn chỉ có đăng bài mới mỗi %1 giây - vui lòng đợi để tiếp tục đăng bài.", "too-many-posts-newbie": "Là người dùng mới, bạn chỉ có thể đăng %1 giây một lần cho đến khi bạn đạt được %2 danh tiếng - vui lòng đợi trước khi đăng lại", "already-posting": "You are already posting", "tag-too-short": "Vui lòng nhập tag dài hơn. Tag phải có tối thiểu %1 ký tự.", "tag-too-long": "Vui lòng nhập tag ngắn hơn. Tag chỉ có thể có tối đa %1 ký tự.", - "tag-not-allowed": "Tag not allowed", + "tag-not-allowed": "Thẻ không được phép", "not-enough-tags": "Không đủ thẻ. Chủ đề phải có ít nhất %1 thẻ.", - "too-many-tags": "Quá nhiều tag. Chủ đề chỉ có thể có tối đa %1 tag.", + "too-many-tags": "Quá nhiều thẻ. Chủ đề không thể nhiều hơn %1 thẻ.", "cant-use-system-tag": "Bạn không thể dùng thẻ hệ thống này.", "cant-remove-system-tag": "Bạn không thể xóa thẻ hệ thống này.", "still-uploading": "Vui lòng đợi quá trình tải lên hoàn tất.", @@ -118,12 +118,12 @@ "user-muted-for-hours": "Bạn bị buộc giữ im lặng, bạn sẽ có thể đăng sau %1 giờ", "user-muted-for-minutes": "Bạn bị buộc giữ im lặng, bạn sẽ có thể đăng sau %1 phút", "cant-make-banned-users-admin": "Bạn không thể đặt người dùng bị cấm làm quản trị viên.", - "cant-remove-last-admin": "Bạn là quản trị viên duy nhất. Hãy cho thành viên khác làm quản trị viên trước khi huỷ bỏ quyền quản trị của bạn.", + "cant-remove-last-admin": "Bạn là quản trị viên duy nhất. Thêm người dùng khác làm quản trị viên trước khi xóa chính bạn với tư cách quản trị viên", "account-deletion-disabled": "Tính năng xóa tài khoản đã bị tắt", "cant-delete-admin": "Gỡ bỏ đặc quyền quản trị viên khỏi tài khoản này trước khi cố gắng xóa nó.", "already-deleting": "Đã sẵn sàng xóa", "invalid-image": "Hình ảnh không hợp lệ", - "invalid-image-type": "Định dạng ảnh không hợp lệ. Những định dạng được cho phép là: %1", + "invalid-image-type": "Định dạng ảnh không hợp lệ. Các loại được phép là: %1", "invalid-image-extension": "Định dạng ảnh không hợp lệ", "invalid-file-type": "Loại tệp không hợp lệ. Loại cho phép là: %1", "invalid-image-dimensions": "Độ phân giải của ảnh quá lớn", @@ -144,7 +144,7 @@ "post-already-restored": "Bài viết này đã được phục hồi", "topic-already-deleted": "Chủ đề này đã bị xóa", "topic-already-restored": "Chủ đề này đã được phục hồi", - "cant-purge-main-post": "Bạn không thể xoá bài viết chính, thay vào đó, vui lòng xoá chủ đề.", + "cant-purge-main-post": "Bạn không thể xoá bài viết chính, thay vào đó vui lòng xóa chủ đề", "topic-thumbnails-are-disabled": "Thumbnails cho chủ đề đã bị tắt", "invalid-file": "Tệp Không Hợp Lệ", "uploads-are-disabled": "Tải lên bị tắt", @@ -156,7 +156,7 @@ "too-many-messages": "Bạn đã gửi quá nhiều tin nhắn, vui lòng đợi trong giây lát.", "invalid-chat-message": "Tin nhắn trò chuyện không hợp lệ", "chat-message-too-long": "Tin nhắn trò chuyện không được dài hơn %1 ký tự.", - "cant-edit-chat-message": "Bạn không được phép chỉnh sửa tin nhắn này", + "cant-edit-chat-message": "Bạn không được phép sửa tin nhắn này", "cant-delete-chat-message": "Bạn không được phép xoá tin nhắn này", "chat-edit-duration-expired": "Bạn chỉ được phép sửa tin nhắn trò chuyện này trong %1 giây sau khi đăng.", "chat-delete-duration-expired": "Bạn chỉ được phép xóa tin nhắn trò chuyện này trong %1 giây sau khi đăng.", @@ -165,7 +165,7 @@ "chat-room-does-not-exist": "Phòng trò chuyện không tồn tại.", "cant-add-users-to-chat-room": "Không thể thêm người dùng vào phòng trò chuyện.", "cant-remove-users-from-chat-room": "Không thể xóa người dùng khỏi phòng trò chuyện.", - "chat-room-name-too-long": "Chat room name too long. Names can't be longer than %1 characters.", + "chat-room-name-too-long": "Tên phòng trò chuyện quá dài. Tên không được dài hơn %1 ký tự.", "already-voting-for-this-post": "Bạn đã bỏ phiếu cho bài viết này", "reputation-system-disabled": "Hệ thống đánh giá uy tính đã bị vô hiệu hóa.", "downvoting-disabled": "Phản đối đã bị tắt", @@ -183,25 +183,26 @@ "user-already-flagged": "Bạn đã gắn cờ người dùng này", "post-flagged-too-many-times": "Bài đăng này đã bị người khác gắn cờ", "user-flagged-too-many-times": "Người dùng này đã bị người khác gắn cờ", - "cant-flag-privileged": "Bạn không có quyền gắn cờ hồ sơ / nội dung của người dùng đặc biệt (người kiểm duyệt/ người điều hành toàn quyền/ quản trị viên)", + "cant-flag-privileged": "Bạn không có quyền gắn cờ hồ sơ hay nội dung của người dùng đặc biệt (người kiểm duyệt/người quản lý chung/quản trị viên)", + "cant-locate-flag-report": "Không thể định vị báo cáo cờ", "self-vote": "Bạn không thể tự bầu cho bài đăng của mình", "too-many-upvotes-today": "Bạn chỉ có thể ủng hộ %1 lần một ngày", "too-many-upvotes-today-user": "Bạn chỉ có thể ủng hộ người dùng %1 lần một ngày", "too-many-downvotes-today": "Bạn chỉ có thể phản đối %1 lần một ngày", "too-many-downvotes-today-user": "Bạn chỉ có thể phản đối người dùng %1 lần một ngày", "reload-failed": "NodeBB gặp lỗi trong khi tải lại: \"%1\". NodeBB sẽ tiếp tục hoạt động với dữ liệu trước đó, tuy nhiên bạn nên tháo gỡ những gì bạn vừa thực hiện trước khi tải lại.", - "registration-error": "Lỗi đăng kí", - "parse-error": "Có gì không ổn khi nhận kết quả từ máy chủ", + "registration-error": "Lỗi Đăng Ký", + "parse-error": "Đã xảy ra lỗi khi phân tích phản hồi của máy chủ", "wrong-login-type-email": "Hãy đăng nhập bằng email của bạn", "wrong-login-type-username": "Hãy đăng nhập bằng tên đăng nhập của bạn", - "sso-registration-disabled": "Không thể đăng ký với tài khoản %1, vui lòng đăng ký với địa chỉ email của bạn", - "sso-multiple-association": "Bạn không thể liên kết nhiều tài khoản từ dịch vụ này đến tài khoản NodeBB của bạn. Vui lòng gỡ liên kết trong tài khoản của bạn và thử lại.", - "invite-maximum-met": "Bạn đã sử dụng hết số lượng lời mời bạn có thể gửi (%1 đã gửi trên tổng số %2 được cho phép)", + "sso-registration-disabled": "Đăng ký đã bị vô hiệu hóa đối với tài khoản %1, vui lòng đăng ký bằng địa chỉ email trước", + "sso-multiple-association": "Bạn không thể liên kết nhiều tài khoản từ dịch vụ này đến tài khoản NodeBB của bạn. Vui lòng tách tài khoản hiện tại của bạn và thử lại.", + "invite-maximum-met": "Bạn đã mời số lượng người tối đa (%1 trên %2)", "no-session-found": "Không tìm thấy phiên đăng nhập!", - "not-in-room": "Thành viên không có trong phòng", - "cant-kick-self": "Bạn không thể loại mình khỏi nhóm", - "no-users-selected": "Chưa có người dùng(s) nào", - "no-groups-selected": "No group(s) selected", + "not-in-room": "Người dùng không có trong phòng", + "cant-kick-self": "Bạn không thể tự loại mình khỏi nhóm", + "no-users-selected": "Không chọn người nào", + "no-groups-selected": "Không chọn nhóm nào", "invalid-home-page-route": "Đường dẫn trang chủ không hợp lệ", "invalid-session": "Phiên Không Hợp Lệ", "invalid-session-text": "Có vẻ như phiên đăng nhập của bạn không còn hoạt động. Vui lòng làm mới trang này.", @@ -211,7 +212,7 @@ "cant-move-to-same-topic": "Bạn không thể di chuyển bài viết vào cùng chủ đề hiện tại!", "cant-move-topic-to-same-category": "Không thể di chuyển chủ đề sang cùng chuyên mục!", "cannot-block-self": "Bạn không thể tự khóa tài khoản của bạn!", - "cannot-block-privileged": "Bạn không thể khóa người quản trị hoặc là người quản lý chung.", + "cannot-block-privileged": "Bạn không thể khóa quản trị viên hoặc là người quản lý chung.", "cannot-block-guest": "Khách không thể chặn người dùng khác", "already-blocked": "Người dùng này đã bị chặn", "already-unblocked": "Người dùng này đã được bỏ chặn", diff --git a/public/language/vi/flags.json b/public/language/vi/flags.json index 7a45d900f8..ef370696ee 100644 --- a/public/language/vi/flags.json +++ b/public/language/vi/flags.json @@ -1,5 +1,6 @@ { "state": "Trạng thái", + "report": "Báo cáo", "reports": "Báo cáo", "first-reported": "Được báo cáo đầu tiên", "no-flags": "Hoan hô! Không tìm thấy cờ.", @@ -8,6 +9,8 @@ "update": "Cập nhật", "updated": "Đã cập nhật", "resolved": "Đã Xử Lý", + "report-added": "Đã thêm", + "report-rescinded": "Đã hủy bỏ", "target-purged": "Nội dung mà cờ này đề cập đến đã bị xóa và không còn nữa.", "target-aboutme-empty": "Người dùng này không có "Giới Thiệu Về Tôi" set.", @@ -15,8 +18,8 @@ "quick-filters": "Bộ Lọc Nhanh", "filter-active": "Có một hoặc nhiều bộ lọc đang hoạt động trong danh sách cờ này", "filter-reset": "Xóa Bộ Lọc", - "filters": "Tùy Chỉnh Bộ Lọc", - "filter-reporterId": "Người báo cáo", + "filters": "Tùy Chọn Bộ Lọc", + "filter-reporterId": "Phóng viên", "filter-targetUid": "Reportee", "filter-type": "Loại Cờ", "filter-type-all": "Tất Cả Nội Dung", @@ -47,7 +50,7 @@ "notes": "Ghi Chú Cờ", "add-note": "Thêm Ghi Chú", - "edit-note": "Edit Note", + "edit-note": "Sửa Ghi Chú", "no-notes": "Không có chia sẻ ghi chú.", "delete-note-confirm": "Bạn có chắc muốn xóa ghi chú cờ này không?", "delete-flag-confirm": "Bạn có chắc chắn muốn xóa cờ này không?", @@ -60,7 +63,7 @@ "state-all": "Tất cả trạng thái", "state-open": "Mới/Mở", - "state-wip": "Đang Xử Lý", + "state-wip": "Công Việc Đang Tiến Hành", "state-resolved": "Đã Giải Quyết", "state-rejected": "Từ Chối", "no-assignee": "Không có chỉ định", diff --git a/public/language/vi/global.json b/public/language/vi/global.json index 3bc4d1a268..324bd06f28 100644 --- a/public/language/vi/global.json +++ b/public/language/vi/global.json @@ -13,19 +13,19 @@ "400.message": "Có vẻ như liên kết này không đúng định dạng, vui lòng kiểm tra kỹ và thử lại.
Quay lại trang chủ.
", "register": "Đăng ký", "login": "Đăng nhập", - "please_log_in": "Vui Lòng Đăng Nhập", + "please-log-in": "Vui Lòng Đăng Nhập", "logout": "Đăng xuất", - "posting_restriction_info": "Chỉ thành viên chính thức mới được phép đăng bài, nhấn vào đây để đăng nhập.", - "welcome_back": "Chào mừng bạn quay lại", - "you_have_successfully_logged_in": "Bạn đã đăng nhập thành công", - "save_changes": "Lưu thay đổi", + "posting-restriction-info": "Chỉ thành viên chính thức mới được phép đăng bài, nhấn vào đây để đăng nhập.", + "welcome-back": "Chào Mừng Trở Lại", + "you-have-successfully-logged-in": "Bạn đã đăng nhập thành công", + "save-changes": "Lưu thay đổi", "save": "Lưu", - "create": "Create", + "create": "Tạo", "cancel": "Hủy bỏ", "close": "Đóng", "pagination": "Phân trang", - "pagination.out_of": "%1 trong số %2", - "pagination.enter_index": "Đi đến chỉ mục bài đăng", + "pagination.out-of": "%1 trong số %2", + "pagination.enter-index": "Đi đến chỉ mục bài đăng", "header.admin": "Quản trị viên", "header.categories": "Chuyên mục", "header.recent": "Gần đây", @@ -45,14 +45,14 @@ "header.drafts": "Bản thảo", "notifications.loading": "Đang tải Thông báo", "chats.loading": "Đang Tải Trò Chuyện", - "drafts.loading": "Loading Drafts", + "drafts.loading": "Đang Tải Bản Nháp", "motd.welcome": "Chào mừng bạn đến với NodeBB, nền tảng thảo luận của tương lai.", "previouspage": "Trang trước", "nextpage": "Trang kế", "alert.success": "Thành công", "alert.error": "Lỗi", - "alert.warning": "Warning", - "alert.info": "Info", + "alert.warning": "Cảnh báo", + "alert.info": "Thông tin", "alert.banned": "Bị cấm", "alert.banned.message": "Bạn vừa bị cấm, quyền truy cập của bạn hiện bị hạn chế.", "alert.unbanned": "Bỏ cấm", @@ -63,8 +63,8 @@ "topics": "Chủ Đề", "posts": "Bài Viết", "x-posts": "%1 bài đăng", - "x-topics": "%1 topics", - "x-reputation": "%1 reputation", + "x-topics": "%1 chủ để", + "x-reputation": "%1 uy tín", "best": "Tốt", "controversial": "Gây tranh cãi", "votes": "Bình chọn", @@ -80,25 +80,25 @@ "lastpost": "Bài viết cuối cùng", "firstpost": "Bài viết đầu tiên", "about": "About", - "read_more": "Đọc thêm", + "read-more": "Đọc thêm", "more": "Xem thêm", "none": "Trống", - "posted_ago_by_guest": "đã đăng %1 bởi Khách", - "posted_ago_by": "đã đăng %1 bởi %2", - "posted_ago": "đã đăng %1", - "posted_in": "được đăng trong %1", - "posted_in_by": "được đăng trong %1 bởi %2", - "posted_in_ago": "được đăng trong %1 %2", - "posted_in_ago_by": "được đăng trong %1 %2 bởi %3", - "user_posted_ago": "%1 đã đăng %2", - "guest_posted_ago": "Khách đã đăng %1", - "last_edited_by": "chỉnh sửa lần cuối bởi %1", - "edited-timestamp": "Edited %1", + "posted-ago-by-guest": "đã đăng %1 bởi Khách", + "posted-ago-by": "đã đăng %1 bởi %2", + "posted-ago": "đã đăng %1", + "posted-in": "được đăng trong %1", + "posted-in-by": "được đăng trong %1 bởi %2", + "posted-in-ago": "được đăng trong %1 %2", + "posted-in-ago-by": "được đăng trong %1 %2 bởi %3", + "user-posted-ago": "%1 đã đăng %2", + "guest-posted-ago": "Khách đã đăng %1", + "last-edited-by": "chỉnh sửa lần cuối bởi %1", + "edited-timestamp": "Đã Sửa %1", "norecentposts": "Không có bài viết nào gần đây", "norecenttopics": "Không có chủ đề gần đây", "recentposts": "Bài Viết Gần Đây", "recentips": "Các IP đã Đăng nhập Gần đây", - "moderator_tools": "Công cụ quản lí", + "moderator-tools": "Công cụ quản lí", "status": "Trạng thái", "online": "Trực tuyến", "away": "Vắng mặt", @@ -108,21 +108,21 @@ "email": "Thư điện tử", "language": "Ngôn ngữ", "guest": "Khách", - "guests": "Số khách", - "former_user": "Một người dùng cũ", + "guests": "Khách", + "former-user": "Một người dùng cũ", "system-user": "Hệ thống", "unknown-user": "Người dùng không xác định", "updated.title": "Đã Cập Nhật Diễn Đàn", "updated.message": "Diễn đàn đã được cập nhật phiên bản mới nhất. Nhấn vào đây để tải lại trang.", "privacy": "Quyền riêng tư", "follow": "Theo dõi", - "unfollow": "Huỷ theo dõi", - "delete_all": "Xóa hết", + "unfollow": "Bỏ theo dõi", + "delete-all": "Xóa hết", "map": "Bản đồ", "sessions": "Phiên đăng nhập", - "ip_address": "Địa chỉ IP", - "enter_page_number": "Nhập vào số trang", - "upload_file": "Tải lên tệp", + "ip-address": "Địa chỉ IP", + "enter-page-number": "Nhập vào số trang", + "upload-file": "Tải lên tệp", "upload": "Tải lên", "uploads": "Tải lên", "allowed-file-types": "Loại cho phép là %1", @@ -131,13 +131,13 @@ "play": "Chơi", "cookies.message": "Trang web này sử dụng cookie để đảm bảo bạn có được trải nghiệm tốt.", "cookies.accept": "Đã rõ!", - "cookies.learn_more": "Xem thêm", - "edited": "Đã cập nhật", + "cookies.learn-more": "Xem thêm", + "edited": "Đã Sửa", "disabled": "Đã tắt", "select": "Chọn", "copied": "Đã sao chép", "user-search-prompt": "Nhập để tìm kiếm thành viên", "hidden": "Ẩn", "sort": "Sort", - "actions": "Actions" + "actions": "Hành Động" } \ No newline at end of file diff --git a/public/language/vi/groups.json b/public/language/vi/groups.json index 02a096ba36..05dde2a4da 100644 --- a/public/language/vi/groups.json +++ b/public/language/vi/groups.json @@ -2,65 +2,65 @@ "all-groups": "Tất cả các nhóm", "groups": "Nhóm", "members": "Members", - "view_group": "Xem nhóm", + "view-group": "Xem nhóm", "owner": "Người Sở Hữu Nhóm", - "new_group": "Tạo nhóm mới", - "no_groups_found": "Không có nhóm nào để xem", + "new-group": "Tạo nhóm mới", + "no-groups-found": "Không có nhóm nào để xem", "pending.accept": "Chấp nhận", "pending.reject": "Từ chối", - "pending.accept_all": "Chấp nhận tất cả", - "pending.reject_all": "Từ chối tất cả", + "pending.accept-all": "Chấp nhận tất cả", + "pending.reject-all": "Từ chối tất cả", "pending.none": "Không có ai đang chờ duyệt tham gia nhóm", "invited.none": "Không có thành viên nào được mời vào lúc này", "invited.uninvite": "Từ chối lời mời", "invited.search": "Tìm kiếm thành viên để mời vào nhóm", - "invited.notification_title": "Bạn đã được mời tham gia %1", - "request.notification_title": "Yêu cầu tham gia nhóm từ %1", - "request.notification_text": "%1 yêu cầu chấp nhận để trở thành thành viên của %2", + "invited.notification-title": "Bạn đã được mời tham gia %1", + "request.notification-title": "Yêu cầu tham gia nhóm từ %1", + "request.notification-text": "%1 yêu cầu chấp nhận để trở thành thành viên của %2", "cover-save": "Lưu", "cover-saving": "Đang lưu", "details.title": "Chi Tiết Nhóm", "details.members": "Danh Sách Thành Viên", "details.pending": "Thành viên đang chờ trả lời", "details.invited": "Thành viên đã được mời", - "details.has_no_posts": "Thành viên nhóm này chưa đăng bài viết nào.", - "details.latest_posts": "Bài viết mới nhất", + "details.has-no-posts": "Thành viên nhóm này chưa đăng bài viết nào.", + "details.latest-posts": "Bài viết mới nhất", "details.private": "Riêng tư", "details.disableJoinRequests": "Tắt yêu cầu tham gia", "details.disableLeave": "Không cho phép người dùng rời khỏi nhóm", "details.grant": "Cấp/Huỷ bỏ quyền sở hữu", "details.kick": "Đá ra", - "details.kick_confirm": "Bạn có chắc chắn muốn xoá thành viên này khỏi nhóm?", + "details.kick-confirm": "Bạn có chắc chắn muốn xoá thành viên này khỏi nhóm?", "details.add-member": "Thêm Thành Viên", - "details.owner_options": "Quản trị nhóm", - "details.group_name": "Tên nhóm", - "details.member_count": "Số thành viên", - "details.creation_date": "Ngày Thành Lập", + "details.owner-options": "Quản trị nhóm", + "details.group-name": "Tên nhóm", + "details.member-count": "Số thành viên", + "details.creation-date": "Ngày Thành Lập", "details.description": "Miêu tả", "details.member-post-cids": "ID chuyên mục để hiển thị bài đăng từ", - "details.badge_preview": "Xem thử huy hiệu", - "details.change_icon": "Đổi Biểu Tượng", - "details.change_label_colour": "Thay đổi màu nhãn", - "details.change_text_colour": "Thay đổi màu chữ", - "details.badge_text": "Chữ Huy hiệu", + "details.badge-preview": "Xem thử huy hiệu", + "details.change-icon": "Đổi Biểu Tượng", + "details.change-label-colour": "Thay đổi màu nhãn", + "details.change-text-colour": "Thay đổi màu chữ", + "details.badge-text": "Chữ Huy hiệu", "details.userTitleEnabled": "Hiển thị huy hiệu", - "details.private_help": "Nếu bật, tham gia nhóm cần được chủ nhóm chấp nhận", + "details.private-help": "Nếu bật, tham gia nhóm cần được chủ nhóm chấp nhận", "details.hidden": "Đã ẩn", - "details.hidden_help": "Nếu bật, nhóm này sẽ không được hiện thị trong danh sách nhóm, và thành viên phải được mời để tham gia", - "details.delete_group": "Xoá nhóm", - "details.private_system_help": "Các nhóm kín được vô hiệu hóa bởi hệ thống, tùy chọn này không thực hiện bất cứ điều gì cả", + "details.hidden-help": "Nếu bật, nhóm này sẽ không được hiện thị trong danh sách nhóm, và thành viên phải được mời để tham gia", + "details.delete-group": "Xoá nhóm", + "details.private-system-help": "Các nhóm kín được vô hiệu hóa bởi hệ thống, tùy chọn này không thực hiện bất cứ điều gì cả", "event.updated": "Thông tin nhóm đã được cập nhật", "event.deleted": "Nhóm \"%1\" đã bị xoá", "membership.accept-invitation": "Chấp nhận lời mời", - "membership.accept.notification_title": "Bạn hiện là thành viên của %1", + "membership.accept.notification-title": "Bạn hiện là thành viên của %1", "membership.invitation-pending": "Lời mời đang chờ trả lời", "membership.join-group": "Tham gia nhóm", "membership.leave-group": "Rời khỏi nhóm", - "membership.leave.notification_title": "%1 đã rời nhóm %2", + "membership.leave.notification-title": "%1 đã rời nhóm %2", "membership.reject": "Từ chối", - "new-group.group_name": "Tên Nhóm:", + "new-group.group-name": "Tên Nhóm:", "upload-group-cover": "Tải lên ảnh bìa nhóm", "bulk-invite-instructions": "Nhập danh sách username, ngăn cách bằng dấu phẩy, để mời vào nhóm", "bulk-invite": "Mời nhiều người", - "remove_group_cover_confirm": "Bạn có chắc rằng muốn xoá ảnh bìa không?" + "remove-group-cover-confirm": "Bạn có chắc rằng muốn xoá ảnh bìa không?" } \ No newline at end of file diff --git a/public/language/vi/login.json b/public/language/vi/login.json index 531fa94abf..02fd0d75b9 100644 --- a/public/language/vi/login.json +++ b/public/language/vi/login.json @@ -1,12 +1,12 @@ { "username-email": "Tên đăng nhập / Email", "username": "Tên đăng nhập", - "remember_me": "Ghi Nhớ Tôi?", - "forgot_password": "Quên Mật Khẩu?", - "alternative_logins": "Đăng Nhập Thay Thế", - "failed_login_attempt": "Đăng Nhập Thất Bại", - "login_successful": "Bạn đã đăng nhập thành công!", - "dont_have_account": "Chưa có tài khoản?", + "remember-me": "Ghi Nhớ Tôi?", + "forgot-password": "Quên Mật Khẩu?", + "alternative-logins": "Đăng Nhập Thay Thế", + "failed-login-attempt": "Đăng Nhập Thất Bại", + "login-successful": "Bạn đã đăng nhập thành công!", + "dont-have-account": "Chưa có tài khoản?", "logged-out-due-to-inactivity": "Đã đăng xuất bạn khỏi Bảng Điều Khiển Quản Trị Viên do không hoạt động quá lâu", "caps-lock-enabled": "Caps Lock được bật" } \ No newline at end of file diff --git a/public/language/vi/modules.json b/public/language/vi/modules.json index 634e64a1b2..823ac679a7 100644 --- a/public/language/vi/modules.json +++ b/public/language/vi/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "Room %1", - "chat.chatting_with": "Trò chuyện với", + "chat.chatting-with": "Trò chuyện với", "chat.placeholder": "Nhập tin nhắn trò chuyện tại đây, kéo và thả hình ảnh, nhấn enter để gửi", "chat.placeholder.mobile": "Nhập tin nhắn trò chuyện tại đây", "chat.scroll-up-alert": "Go to most recent message", @@ -8,12 +8,15 @@ "chat.chat-with-usernames": "Trò chuyện với %1", "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "Gửi", - "chat.no_active": "Bạn không có cuộc trò chuyện đang hoạt động nào.", - "chat.user_typing": "%1 đang nhập...", - "chat.user_has_messaged_you": "%1 đã nhắn tin cho bạn.", - "chat.replying-to": "Replying to %1", - "chat.see_all": "Tất cả trò chuyện", - "chat.mark_all_read": "Đánh dấu tất cả đã đọc", + "chat.no-active": "Bạn không có cuộc trò chuyện đang hoạt động nào.", + "chat.user-typing-1": "%1 đang viết ...", + "chat.user-typing-2": "%1%2 đang viết ...", + "chat.user-typing-3": "%1, %2%3 đang viết ...", + "chat.user-typing-n": "%1, %2%3 người khác đang viết ...", + "chat.user-has-messaged-you": "%1 đã nhắn tin cho bạn.", + "chat.replying-to": "Đang trả lời %1", + "chat.see-all": "Tất cả trò chuyện", + "chat.mark-all-read": "Đánh dấu tất cả đã đọc", "chat.no-messages": "Vui lòng chọn người nhận để xem lịch sử tin nhắn trò chuyện", "chat.no-users-in-room": "Không có người nào trong phòng này.", "chat.recent-chats": "Trò Chuyện Gần Đây", @@ -21,63 +24,74 @@ "chat.message-history": "Lịch sử tin nhắn", "chat.message-deleted": "Đã Xóa Tin Nhắn", "chat.options": "Tùy chọn trò chuyện", - "chat.pop-out": "Bật cửa sổ chat", + "chat.pop-out": "Trò chuyện bật ra", "chat.minimize": "Thu gọn", - "chat.maximize": "Phóng to", - "chat.seven_days": "7 ngày", - "chat.thirty_days": "30 ngày", - "chat.three_months": "3 tháng", - "chat.delete_message_confirm": "Bạn có chắc muốn xoá tin nhắn này không?", + "chat.maximize": "Tối đa", + "chat.seven-days": "7 ngày", + "chat.thirty-days": "30 ngày", + "chat.three-months": "3 tháng", + "chat.delete-message-confirm": "Bạn có chắc muốn xoá tin nhắn này không?", "chat.retrieving-users": "Đang truy xuất người dùng...", - "chat.view-users-list": "View users list", - "chat.public-rooms": "Public Rooms (%1)", - "chat.private-rooms": "Private Rooms (%1)", - "chat.create-room": "Create Chat Room", - "chat.private.option": "Private (Only visible to users added to room)", - "chat.public.option": "Public (Visible to every user in selected groups)", - "chat.public.groups-help": "To create a chat room that is visible to all users select registered-users from the group list.", + "chat.view-users-list": "Xem danh sách người dùng", + "chat.pinned-messages": "Tin Nhắn Được Ghim", + "chat.no-pinned-messages": "Không có tin nhắn nào được ghim", + "chat.pin-message": "Ghim Tin Nhắn", + "chat.unpin-message": "Bỏ Ghim Tin Nhắn", + "chat.public-rooms": "Phòng Công Cộng (%1)", + "chat.private-rooms": "Phòng Riêng (%1)", + "chat.create-room": "Tạo Phòng Trò Chuyện", + "chat.private.option": "Riêng tư (Chỉ hiển thị với người dùng được thêm vào phòng)", + "chat.public.option": "Công khai (Hiển thị với mọi người dùng trong các nhóm đã chọn)", + "chat.public.groups-help": "Để tạo phòng trò chuyện hiển thị cho tất cả người dùng, hãy chọn người dùng đã đăng ký từ danh sách nhóm.", "chat.manage-room": "Quản Lý Phòng Trò Chuyện", - "chat.add-user": "Add User", - "chat.notification-settings": "Notification Settings", - "chat.default-notification-setting": "Default Notification Setting", - "chat.notification-setting-room-default": "Room Default", - "chat.notification-setting-none": "No notifications", + "chat.add-user": "Thêm Người", + "chat.notification-settings": "Cài Đặt Thông Báo", + "chat.default-notification-setting": "Cài Đặt Thông Báo Mặc Định", + "chat.notification-setting-room-default": "Phòng Mặc Định", + "chat.notification-setting-none": "Không có thông báo", "chat.notification-setting-at-mention-only": "@mention only", - "chat.notification-setting-all-messages": "All messages", - "chat.select-groups": "Select Groups", + "chat.notification-setting-all-messages": "Tất cả các tin nhắn", + "chat.select-groups": "Chọn Nhóm", "chat.add-user-help": "Tìm người dùng ở đây. Người dùng được chọn sẽ được thêm vào trò chuyện. Người dùng mới sẽ không thấy tin nhắn trò chuyện được đăng trước khi họ được thêm vào. Chỉ chủ phòng () được xóa người dùng khỏi phòng trò chuyện.", "chat.confirm-chat-with-dnd-user": "Người dùng này đã đặt trạng thái của họ thành DnD (Không làm phiền). Bạn vẫn muốn trò chuyện với họ?", "chat.room-name-optional": "Room Name (Optional)", "chat.rename-room": "Đổi Tên Phòng", "chat.rename-placeholder": "Nhập tên phòng của bạn ở đây", "chat.rename-help": "Đẳt tên phòng ở đây, tất cả những người tham gia phòng này có thể xem.", - "chat.leave": "Leave", - "chat.leave-room": "Leave Room", + "chat.leave": "Rời khỏi", + "chat.leave-room": "Rời Phòng", "chat.leave-prompt": "Bạn có chắc chắn muốn rời khỏi cuộc trò chuyện này không?", "chat.leave-help": "Rời khỏi cuộc trò chuyện này sẽ xóa các tin nhắn của bạn trong cuộc trò chuyện này. Nếu bạn được thêm lại trong tương lai, bạn sẽ không thấy bất kỳ lịch sử trò chuyện nào từ trước khi bạn tham gia lại.", - "chat.delete": "Delete", - "chat.delete-room": "Delete Room", - "chat.delete-prompt": "Are you sure you wish to delete this chat room?", + "chat.delete": "Xóa", + "chat.delete-room": "Xóa Phòng", + "chat.delete-prompt": "Bạn có chắc chắn muốn xóa phòng trò chuyện này không?", "chat.in-room": "Trong phòng này", "chat.kick": "Loại ra", "chat.show-ip": "Hiện IP", "chat.owner": "Chủ Phòng", - "chat.grant-rescind-ownership": "Grant/Rescind Ownership", - "chat.system.user-join": "%1 has joined the room ", - "chat.system.user-leave": "%1 has left the room ", - "chat.system.room-rename": "%2 has renamed this room to \"%1\" ", + "chat.grant-rescind-ownership": "Cấp/Hủy bỏ Quyền sở hữu", + "chat.system.user-join": "%1 đã tham gia phòng ", + "chat.system.user-leave": "%1 đã rời phòng ", + "chat.system.room-rename": "%2 đã đổi tên phòng sang \"%1\" ", "composer.compose": "Soạn thảo", - "composer.show_preview": "Hiện Xem trước", - "composer.hide_preview": "Ẩn Xem trước", + "composer.show-preview": "Hiện Xem trước", + "composer.hide-preview": "Ẩn Xem trước", "composer.help": "Trợ giúp", - "composer.user_said_in": "%1 đã nói trong %2:", - "composer.user_said": "%1 đã nói:", - "composer.discard": "Bạn có chắc chắn hủy bỏ bài viết này?", - "composer.submit_and_lock": "Đăng và Khoá", - "composer.toggle_dropdown": "Đóng/mở dropdown", + "composer.user-said-in": "%1 đã nói trong %2:", + "composer.user-said": "%1 đã nói:", + "composer.discard": "Bạn có chắc muốn hủy bỏ bài đăng này?", + "composer.submit-and-lock": "Đăng và Khoá", + "composer.toggle-dropdown": "Chuyển Đổi Thả Xuống", "composer.uploading": "Đang tải lên %1", "composer.formatting.bold": "In đậm", "composer.formatting.italic": "In nghiêng", + "composer.formatting.heading": "Tiêu đề", + "composer.formatting.heading1": "Tiêu đề 1", + "composer.formatting.heading2": "Tiêu đề 2", + "composer.formatting.heading3": "Tiêu đề 3", + "composer.formatting.heading4": "Tiêu đề 4", + "composer.formatting.heading5": "Tiêu đề 5", + "composer.formatting.heading6": "Tiêu đề 6", "composer.formatting.list": "Danh sách", "composer.formatting.strikethrough": "Gạch ngang", "composer.formatting.code": "Mã", @@ -85,14 +99,15 @@ "composer.formatting.picture": "Liên Kết Ảnh", "composer.upload-picture": "Tải ảnh lên", "composer.upload-file": "Tải Lên Tệp", - "composer.zen_mode": "Chế Độ Zen", - "composer.select_category": "Chọn một chuyên mục", + "composer.zen-mode": "Chế Độ Zen", + "composer.select-category": "Chọn một chuyên mục", "composer.textarea.placeholder": "Nhập nội dung bài đăng của bạn vào đây, kéo và thả hình ảnh", + "composer.post-queue-alert": "Hello👋!
This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.", "composer.schedule-for": "Lên lịch chủ đề cho", "composer.schedule-date": "Ngày", "composer.schedule-time": "Thời gian", "composer.cancel-scheduling": "Hủy Lập Lịch", - "composer.change-schedule-date": "Change Date", + "composer.change-schedule-date": "Đổi Ngày", "composer.set-schedule-date": "Đặt Ngày", "composer.discard-all-drafts": "Hủy tất cả bản nháp", "composer.no-drafts": "Bạn không có bản nháp nào", @@ -102,8 +117,8 @@ "bootbox.confirm": "Xác nhận", "bootbox.submit": "Gửi", "bootbox.send": "Gửi", - "cover.dragging_title": "Điều chỉnh vị trí ảnh cover", - "cover.dragging_message": "Kéo ảnh cover vào vị trí bạn ưng ý và nhấn \"Lưu\"", + "cover.dragging-title": "Điều chỉnh vị trí ảnh cover", + "cover.dragging-message": "Kéo ảnh cover vào vị trí bạn ưng ý và nhấn \"Lưu\"", "cover.saved": "Ảnh cover và vị trí đã được lưu", "thumbs.modal.title": "Quản lý ảnh mô tả chủ đề", "thumbs.modal.no-thumbs": "Không tìm thấy hình mô tả.", diff --git a/public/language/vi/notifications.json b/public/language/vi/notifications.json index bfab07fa58..823a5f695c 100644 --- a/public/language/vi/notifications.json +++ b/public/language/vi/notifications.json @@ -1,59 +1,68 @@ { "title": "Thông báo", - "no_notifs": "Bạn không có thông báo mới", - "see_all": "Tất cả thông báo", - "mark_all_read": "Đánh dấu tất cả đã đọc", - "back_to_home": "Quay lại %1", - "outgoing_link": "Liên kết ngoài", - "outgoing_link_message": "Bạn đang rời khỏi %1", - "continue_to": "Tiếp tục đến %1", - "return_to": "Quay lại %1", - "new_notification": "Bạn có một thông báo mới", - "you_have_unread_notifications": "Bạn có thông báo chưa đọc", + "no-notifs": "Bạn không có thông báo mới", + "see-all": "Tất cả thông báo", + "mark-all-read": "Đánh dấu tất cả đã đọc", + "back-to-home": "Trở lại %1", + "outgoing-link": "Liên kết ngoài", + "outgoing-link-message": "Bạn đang rời khỏi %1", + "continue-to": "Tiếp tục đến %1", + "return-to": "Quay lại %1", + "new-notification": "Bạn có một thông báo mới", + "you-have-unread-notifications": "Bạn có thông báo chưa đọc", "all": "Tất cả", "topics": "Chủ đề", + "tags": "Thẻ", "replies": "Phản hồi", "chat": "Trò Chuyện", "group-chat": "Trò Chuyện Nhóm", - "public-chat": "Public Chats", + "public-chat": "Trò Chuyện Công Khai", "follows": "Lượt theo dõi", "upvote": "Ủng hộ", + "awards": "Giải thưởng", "new-flags": "Cảnh báo mới", "my-flags": "Cảnh báo dành cho tôi", "bans": "Cấm", - "new_message_from": "Tin nhắn mới từ %1", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1 đã bình chọn bài của bạn trong %2.", - "upvoted_your_post_in_dual": "%1%2 đã tán thành với bài viết của bạn trong %3.", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "%1 đã chuyển bài viết của bạn tới %2", - "moved_your_topic": "%1 đã chuyển %2", - "user_flagged_post_in": "%1 gắn cờ 1 bài trong %2", - "user_flagged_post_in_dual": "%1%2 đã gắn cờ một bài viết trong %3", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1 đã gắn cờ một hồ sơ người dùng (%2)", - "user_flagged_user_dual": "%1%2 đã gắn cờ một hồ sơ người dùng (%3)", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "%1 đã đăng một trả lời cho: %2", - "user_posted_to_dual": "%1%2 đã đăng trả lời cho: %3", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1 đã đăng một chủ đề mới: %2", - "user_edited_post": "%1 đã chỉnh sửa một bài đăng trong %2", - "user_started_following_you": "%1 đã theo dõi bạn.", - "user_started_following_you_dual": "%1%2 đã bắt đầu theo dõi bạn.", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1 đã gửi một yêu cầu tham gia.", - "new_register_multiple": "Có %1 đơn đăng ký đang chờ xem xét.", - "flag_assigned_to_you": "Cờ %1 đã được giao cho bạn", - "post_awaiting_review": "Bài đăng đang chờ xét duyệt", + "new-message-from": "Tin nhắn mới từ %1", + "new-messages-from": "%1 tin nhắn mới từ %2", + "new-message-in": "Tin nhắn mới trong %1", + "new-messages-in": "%1 tin nhắn mới trong %2", + "user-posted-in-public-room": "%1 đã viết vào %3", + "user-posted-in-public-room-dual": "%1%2 đã viết vào %4", + "user-posted-in-public-room-triple": "%1, %2%3 đã viết vào %5", + "user-posted-in-public-room-multiple": "%1, %2 và %3 người khác đã viết vào %5", + "upvoted-your-post-in": "%1 đã ủng hộ bài của bạn trong %2.", + "upvoted-your-post-in-dual": "%1%2 đã ủng hộ bài của bạn trong %3.", + "upvoted-your-post-in-triple": "%1, %2%3 đã ủng hộ bài của bạn trong %4.", + "upvoted-your-post-in-multiple": "%1, %2 và %3 người khác đã ủng hộ bài của bạn trong %4.", + "moved-your-post": "%1 đã chuyển bài viết của bạn tới %2", + "moved-your-topic": "%1 đã chuyển %2", + "user-flagged-post-in": "%1 gắn cờ 1 bài trong %2", + "user-flagged-post-in-dual": "%1%2 đã gắn cờ một bài viết trong %3", + "user-flagged-post-in-triple": "%1, %2 and %3 flagged a post in %4", + "user-flagged-post-in-multiple": "%1, %2 và %3 người khác đã gắn cờ bài của bạn trong %4", + "user-flagged-user": "%1 đã gắn cờ một hồ sơ người dùng (%2)", + "user-flagged-user-dual": "%1%2 đã gắn cờ một hồ sơ người dùng (%3)", + "user-flagged-user-triple": "%1, %2%3 đã gắn cờ một hồ sơ người dùng (%4)", + "user-flagged-user-multiple": "%1, %2 và %3 người khác đã gắn cờ một hồ sơ người dùng (%4)", + "user-posted-to": "%1 đã đăng một trả lời cho: %2", + "user-posted-to-dual": "%1%2 đã đăng trả lời cho: %3", + "user-posted-to-triple": "%1, %2%3 đã đăng trả lời đến: %4", + "user-posted-to-multiple": "%1, %2 và %3 người khác đã đăng trả lời đến: %4", + "user-posted-topic": "%1 đã đăng một chủ đề mới: %2", + "user-edited-post": "%1 đã chỉnh sửa một bài đăng trong %2", + "user-posted-topic-with-tag": "%1 đã đăng một chủ đề mới với thẻ %2", + "user-posted-topic-with-tag-dual": "%1 đã đăng một chủ đề mới với thẻ %2%3", + "user-posted-topic-with-tag-triple": "%1 đã đăng một chủ đề mới với thẻ %2, %3%4", + "user-posted-topic-with-tag-multiple": "%1 đã đăng một chủ đề mới với thẻ %2", + "user-started-following-you": "%1 đã theo dõi bạn.", + "user-started-following-you-dual": "%1%2 đã bắt đầu theo dõi bạn.", + "user-started-following-you-triple": "%1, %2 and %3 started following you.", + "user-started-following-you-multiple": "%1, %2 và %3 người khác bắt đầu theo dõi bạn.", + "new-register": "%1 đã gửi một yêu cầu tham gia.", + "new-register-multiple": "Có %1 đơn đăng ký đang chờ xem xét.", + "flag-assigned-to-you": "Cờ %1 đã được giao cho bạn", + "post-awaiting-review": "Bài đăng đang chờ xét duyệt", "profile-exported": "%1 đã xuất hồ sơ, nhấn tải xuống", "posts-exported": "%1 đã xuất bài viết, nhấn tải xuống", "uploads-exported": "%1 đã xuất tải lên, nhấn tải xuống", @@ -66,22 +75,24 @@ "email-confirm-error-message": "Đã có lỗi khi xác nhận địa chỉ email. Có thể đoạn mã không đúng hoặc đã hết hạn.", "email-confirm-sent": "Đã gửi email xác nhận.", "none": "Trống", - "notification_only": "Chỉ Thông Báo", - "email_only": "Chỉ email", - "notification_and_email": "Thông Báo & Email", - "notificationType_upvote": "Khi ai đó ủng hộ bài viết của bạn", - "notificationType_new-topic": "Khi người bạn theo dõi đăng một chủ đề", - "notificationType_new-reply": "Khi một câu trả lời mới được đăng trong một chủ đề bạn đang xem", - "notificationType_post-edit": "Khi bài viết được chỉnh sửa trong chủ đề bạn đang xem", - "notificationType_follow": "Khi ai đó bắt đầu theo dõi bạn", - "notificationType_new-chat": "Khi bạn nhận được một tin nhắn trò chuyện", - "notificationType_new-group-chat": "Khi bạn nhận được một tin nhắn trò chuyện nhóm", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "Khi bạn nhận một lời mời nhóm", - "notificationType_group-leave": "Khi người dùng rời khỏi nhóm của bạn", - "notificationType_group-request-membership": "Khi ai đó yêu cầu tham gia một nhóm bạn sở hữu", - "notificationType_new-register": "Khi ai đó được thêm vào hàng đợi đăng ký", - "notificationType_post-queue": "Khi bài đăng được thêm vào lượt chờ", - "notificationType_new-post-flag": "Khi bài đăng bị gắn cờ cảnh báo", - "notificationType_new-user-flag": "Khi người dùng bị gắn cờ cảnh báo" + "notification-only": "Chỉ Thông Báo", + "email-only": "Chỉ email", + "notification-and-email": "Thông Báo & Email", + "notificationType-upvote": "Khi ai đó ủng hộ bài viết của bạn", + "notificationType-new-topic": "Khi người bạn theo dõi đăng một chủ đề", + "notificationType-new-topic-with-tag": "Khi một chủ đề được đăng với một thẻ bạn theo dõi", + "notificationType-new-reply": "Khi một câu trả lời mới được đăng trong một chủ đề bạn đang xem", + "notificationType-post-edit": "Khi bài viết được chỉnh sửa trong chủ đề bạn đang xem", + "notificationType-follow": "Khi ai đó bắt đầu theo dõi bạn", + "notificationType-new-chat": "Khi bạn nhận được một tin nhắn trò chuyện", + "notificationType-new-group-chat": "Khi bạn nhận được một tin nhắn trò chuyện nhóm", + "notificationType-new-public-chat": "Khi bạn nhận được tin nhắn trò chuyện nhóm công khai", + "notificationType-group-invite": "Khi bạn nhận một lời mời nhóm", + "notificationType-group-leave": "Khi người dùng rời khỏi nhóm của bạn", + "notificationType-group-request-membership": "Khi ai đó yêu cầu tham gia một nhóm bạn sở hữu", + "notificationType-new-register": "Khi ai đó được thêm vào hàng đợi đăng ký", + "notificationType-post-queue": "Khi bài đăng được thêm vào lượt chờ", + "notificationType-new-post-flag": "Khi bài đăng bị gắn cờ cảnh báo", + "notificationType-new-user-flag": "Khi người dùng bị gắn cờ cảnh báo", + "notificationType-new-reward": "Khi bạn kiếm được phần thưởng mới" } \ No newline at end of file diff --git a/public/language/vi/pages.json b/public/language/vi/pages.json index e611dedf4f..0c283f1b36 100644 --- a/public/language/vi/pages.json +++ b/public/language/vi/pages.json @@ -6,18 +6,18 @@ "popular-month": "Chủ đề nổi bật tháng này", "popular-alltime": "Chủ đề nổi bật mọi thời đại", "recent": "Chủ đề gần đây", - "top-day": "Chủ đề được bình chọn nhiều nhất hôm nay", - "top-week": "Chủ đề được bình chọn nhiều nhất tuần này", - "top-month": "Chủ đề được bình chọn nhiều nhất tháng này", - "top-alltime": "Chủ Đề Được Bình Chọn Nhiều Nhất", + "top-day": "Chủ đề được bình chọn nhiều hôm nay", + "top-week": "Chủ đề được bình chọn nhiều tuần này", + "top-month": "Chủ đề được bình chọn nhiều tháng này", + "top-alltime": "Chủ Đề Được Bình Chọn Nhiều", "moderator-tools": "Công Cụ Điều Hành", "flagged-content": "Nội Dung Bị Gắn Cờ", "ip-blacklist": "Danh sách đen IP", "post-queue": "Hàng Đợi Bài Viết", - "registration-queue": "Registration Queue", + "registration-queue": "Hàng Đợi Đăng Ký", "users/online": "Thành viên trực tuyến", "users/latest": "Thành viên mới nhất", - "users/sort-posts": "Thành viên có nhiều bài đăng nhất", + "users/sort-posts": "Thành viên có nhiều bài đăng", "users/sort-reputation": "Thành viên có điểm tín nhiệm cao nhất", "users/banned": "Người dùng bị cấm", "users/most-flags": "Người dùng bị gắn cờ nhiều", @@ -47,15 +47,16 @@ "account/latest-posts": "Bài viết mới nhất do %1", "account/topics": "Chủ đề được tạo bởi %1", "account/groups": "Nhóm của %1", - "account/watched_categories": "Chuyên Mục Đã Xem Của %1", + "account/watched-categories": "Chuyên Mục Đã Xem Của %1", + "account/watched-tags": "%1's Thẻ Đã Xem", "account/bookmarks": "Bài Đăng Được Đánh Dấu Trang Của %1", "account/settings": "Cài Đặt Người Dùng", "account/settings-of": "Changing settings of %1", "account/watched": "Chủ đề đã được %1 xem", "account/ignored": "Các chủ đề bị bỏ qua bởi %1", "account/upvoted": "Bài đăng được %1 ủng hộ", - "account/downvoted": "Bài viết %1 phản đối", - "account/best": "Bài viết hay nhất của %1", + "account/downvoted": "Bài viết bị %1 phản đối", + "account/best": "Bài viết hay nhất thuộc về %1", "account/controversial": "Các bài đăng gây tranh cãi được thực hiện bởi %1", "account/blocks": "Người dùng bị chặn vì %1", "account/uploads": "Tải lên bởi %1", diff --git a/public/language/vi/post-queue.json b/public/language/vi/post-queue.json index 4692dd1d7c..826a01287e 100644 --- a/public/language/vi/post-queue.json +++ b/public/language/vi/post-queue.json @@ -4,7 +4,7 @@ "no-queued-posts": "Không có bài viết trong hàng đợi bài viết.", "no-single-post": "Chủ đề hoặc bài đăng bạn đang tìm kiếm không còn trong hàng đợi. Nó có thể đã được phê duyệt hoặc xóa rồi.", "enabling-help": "Để bật tính năng này, hãy đi tới Cài Đặt → Bài Đăng → Hàng Đợi Đăng và bật Hàng Đợi Đăng.", - "back-to-list": "Quay lại Hàng Đợi Đăng", + "back-to-list": "Trở về Hàng Đợi Đăng", "user": "Người dùng", "when": "When", "category": "Chuyên mục", @@ -31,9 +31,9 @@ "reject-all-confirm": "Bạn có muốn từ chối tất cả các bài viết?", "reject-selected": "Từ chối đã chọn", "reject-selected-confirm": "Bạn có muốn từ chối %1 bài viết đã chọn không?", - "remove-all": "Remove all", + "remove-all": "Gỡ Bỏ Hết", "remove-all-confirm": "Bạn có muốn xóa tất cả bài đăng không?", - "remove-selected": "Remove Selected", + "remove-selected": "Gỡ Bỏ Đã Chọn", "remove-selected-confirm": "Bạn có muốn xóa %1 bài đăng đã chọn không?", "bulk-accept-success": "%1 bài đăng được chấp nhận", "bulk-reject-success": "%1 bài đăng bị từ chối" diff --git a/public/language/vi/recent.json b/public/language/vi/recent.json index cc742932fd..353a0ae2d4 100644 --- a/public/language/vi/recent.json +++ b/public/language/vi/recent.json @@ -5,7 +5,7 @@ "month": "Tháng", "year": "Năm", "alltime": "Mọi Lúc", - "no_recent_topics": "Không có chủ đề gần đây.", - "no_popular_topics": "Không có chủ đề nào phổ biến.", + "no-recent-topics": "Không có chủ đề gần đây.", + "no-popular-topics": "Không có chủ đề nào phổ biến.", "load-new-posts": "Load new posts" } \ No newline at end of file diff --git a/public/language/vi/register.json b/public/language/vi/register.json index 3b977cd8e8..7fdbce8f59 100644 --- a/public/language/vi/register.json +++ b/public/language/vi/register.json @@ -1,32 +1,32 @@ { "register": "Đăng ký", "already-have-account": "Đã có tài khoản rồi?", - "cancel_registration": "Hủy đăng ký", + "cancel-registration": "Hủy đăng ký", "help.email": "Mặc định, email của bạn sẽ bị ẩn không công khai.", - "help.username_restrictions": "Một tên đăng nhập duy nhất giữa %1 và %2 ký tự. Người khác có thể nhắc đến bạn với @tên đăng nhập.", - "help.minimum_password_length": "Mật khẩu của bạn phải có ít nhất %1 ký tự", - "email_address": "Địa chỉ Email", - "email_address_placeholder": "Nhập địa chỉ Email", + "help.username-restrictions": "Một tên đăng nhập duy nhất giữa %1 và %2 ký tự. Người khác có thể nhắc đến bạn với @tên đăng nhập.", + "help.minimum-password-length": "Mật khẩu của bạn phải có ít nhất %1 ký tự", + "email-address": "Địa chỉ Email", + "email-address-placeholder": "Nhập địa chỉ Email", "username": "Tên đăng nhập", - "username_placeholder": "Nhập tên đăng nhập", + "username-placeholder": "Nhập tên đăng nhập", "password": "Mật khẩu", - "password_placeholder": "Nhập mật khẩu", - "confirm_password": "Xác Nhận Mật Khẩu", - "confirm_password_placeholder": "Xác Nhận Mật Khẩu", - "register_now_button": "Đăng ký ngay", - "alternative_registration": "Đăng Ký Thay Thế", - "terms_of_use": "Điều khoản sử dụng", - "agree_to_terms_of_use": "Tôi đồng ý với các điều khoản sử dụng", - "terms_of_use_error": "Bạn phải đồng ý với Điều Khoản Sử Dụng", + "password-placeholder": "Nhập mật khẩu", + "confirm-password": "Xác Nhận Mật Khẩu", + "confirm-password-placeholder": "Xác Nhận Mật Khẩu", + "register-now-button": "Đăng ký ngay", + "alternative-registration": "Đăng Ký Thay Thế", + "terms-of-use": "Điều khoản sử dụng", + "agree-to-terms-of-use": "Tôi đồng ý với các điều khoản sử dụng", + "terms-of-use-error": "Bạn phải đồng ý với Điều Khoản Sử Dụng", "registration-added-to-queue": "Đăng ký của bạn đã được thêm vào hàng đợi phê duyệt. Bạn sẽ nhận được email khi quản trị viên chấp nhận yêu cầu.", "registration-queue-average-time": "Thời gian chúng tôi phê duyệt tư cách thành viên là %1 giờ %2 phút.", "registration-queue-auto-approve-time": "Tư cách thành viên của bạn sẽ được kích hoạt đầy đủ trong tối đa %1 giờ.", "interstitial.intro": "Chúng tôi muốn một số thông tin bổ sung để cập nhật tài khoản của bạn…", "interstitial.intro-new": "Chúng tôi muốn một số thông tin bổ sung trước khi chúng tôi có thể tạo tài khoản của bạn…", "interstitial.errors-found": "Vui lòng xem lại thông tin đã nhập:", - "gdpr_agree_data": "Tôi đồng ý với việc thu thập và xử lý thông tin cá nhân của tôi trên trang web này.", - "gdpr_agree_email": "Tôi đồng ý nhận email thông báo và thông báo từ trang web này.", - "gdpr_consent_denied": "Bạn phải đồng ý với trang web này để thu thập/xử lý thông tin của bạn và gửi email cho bạn.", + "gdpr-agree-data": "Tôi đồng ý với việc thu thập và xử lý thông tin cá nhân của tôi trên trang web này.", + "gdpr-agree-email": "Tôi đồng ý nhận email thông báo và thông báo từ trang web này.", + "gdpr-consent-denied": "Bạn phải đồng ý với trang web này để thu thập/xử lý thông tin của bạn và gửi email cho bạn.", "invite.error-admin-only": "Đăng ký người dùng trực tiếp đã bị tắt. Vui lòng liên hệ với quản trị viên để biết thêm chi tiết.", "invite.error-invite-only": "Đăng ký người dùng trực tiếp đã tắt. Bạn phải được người dùng đã là thành viên mời để truy cập diễn đàn này.", "invite.error-invalid-data": "Dữ liệu đăng ký nhận được không tương ứng với hồ sơ của chúng tôi. Vui lòng liên hệ với quản trị viên để biết thêm chi tiết" diff --git a/public/language/vi/reset_password.json b/public/language/vi/reset_password.json index 68be83b98a..f0b8c703f9 100644 --- a/public/language/vi/reset_password.json +++ b/public/language/vi/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "Đặt Lại Mật Khẩu", - "update_password": "Cập Nhật Mật Khẩu", - "password_changed.title": "Mật Khẩu Đã Được Thay Đổi", - "password_changed.message": "

Đặt lại mật khẩu thành công, vui lòng đăng nhập lại.", - "wrong_reset_code.title": "Mã thiết lập lại không đúng", - "wrong_reset_code.message": "Mã thiết lập lại không đúng. Xin hãy thử lại, hoặc yêu cầu một mã thiết lập lại khác.", - "new_password": "Mật Khẩu Mới", - "repeat_password": "Xác Nhận Mật Khẩu", - "changing_password": "Thay Đổi Mật Khẩu", - "enter_email": "Xin hãy nhập địa chỉ email của bạn và chúng tôi sẽ gửi một email hướng dẫn cách thiết lập lại tài khoản cho bạn", - "enter_email_address": "Nhập địa chỉ Email", - "password_reset_sent": "Nếu có địa chỉ cụ thể ứng với tài khoản người dùng hiện có, một email đặt lại mật khẩu đã được gửi. Xin lưu ý chỉ có một email được gửi mỗi phút.", - "invalid_email": "Email không đúng/không tồn tại!", - "password_too_short": "Mật khẩu bạn nhập quá ngắn, vui lòng chọn một mật khẩu khác.", - "passwords_do_not_match": "Hai mật khẩu bạn nhập không khớp với nhau.", - "password_expired": "Mật khẩu của bạn đã hết hạn, vui lòng chọn một mật khẩu mới." + "reset-password": "Đặt Lại Mật Khẩu", + "update-password": "Cập Nhật Mật Khẩu", + "password-changed.title": "Mật Khẩu Đã Được Thay Đổi", + "password-changed.message": "

Đặt lại mật khẩu thành công, vui lòng đăng nhập lại.", + "wrong-reset-code.title": "Mã thiết lập lại không đúng", + "wrong-reset-code.message": "Mã thiết lập lại không đúng. Xin hãy thử lại, hoặc yêu cầu một mã thiết lập lại khác.", + "new-password": "Mật Khẩu Mới", + "repeat-password": "Xác Nhận Mật Khẩu", + "changing-password": "Thay Đổi Mật Khẩu", + "enter-email": "Xin hãy nhập địa chỉ email của bạn và chúng tôi sẽ gửi một email hướng dẫn cách thiết lập lại tài khoản cho bạn", + "enter-email-address": "Nhập địa chỉ Email", + "password-reset-sent": "Nếu có địa chỉ cụ thể ứng với tài khoản người dùng hiện có, một email đặt lại mật khẩu đã được gửi. Xin lưu ý chỉ có một email được gửi mỗi phút.", + "invalid-email": "Email không đúng/không tồn tại!", + "password-too-short": "Mật khẩu bạn nhập quá ngắn, vui lòng chọn một mật khẩu khác.", + "passwords-do-not-match": "Hai mật khẩu bạn nhập không khớp với nhau.", + "password-expired": "Mật khẩu của bạn đã hết hạn, vui lòng chọn một mật khẩu mới." } \ No newline at end of file diff --git a/public/language/vi/rewards.json b/public/language/vi/rewards.json new file mode 100644 index 0000000000..301330eb46 --- /dev/null +++ b/public/language/vi/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "Bạn đã được trao giải thưởng %1 danh tiếng", + "awarded-group-membership": "Bạn đã được thêm vào nhóm %1", + + "essentials/user.reputation-conditional-value": "(Danh tiếng %1 %2)", + "essentials/user.postcount-conditional-value": "(Số Bài Đăng %1 %2)", + "essentials/user.lastonline-conditional-value": "(Trực Tuyến Lần Cuối %1 %2)", + "essentials/user.joindate-conditional-value": "(Ngày Tham Gia %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Ngày Đăng Ký %1 %2)" +} \ No newline at end of file diff --git a/public/language/vi/search.json b/public/language/vi/search.json index 5563de5d81..95f9e7218d 100644 --- a/public/language/vi/search.json +++ b/public/language/vi/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Nhập để tìm kiếm", - "results_matching": "%1 kết quả khớp với \"%2\", (%3 giây)", + "results-matching": "%1 kết quả khớp với \"%2\", (%3 giây)", "no-matches": "Không tìm thấy kết quả phù hợp", "advanced-search": "Tìm kiếm nâng cao", "in": "Trong", @@ -71,7 +71,7 @@ "number-of-views": "Số lượt xem", "topic-start-date": "Ngày bắt đầu chủ đề", "username": "Tên đăng nhập", - "category": "Chuyên mục ", + "category": "Chuyên mục", "descending": "Theo thứ tự giảm dần", "ascending": "Theo thứ tự tăng dần", "sort-by-relevance-desc": "Sắp xếp theo: Mức độ liên quan giảm dần", @@ -105,5 +105,5 @@ "show-results-as-topics": "Hiển thị kết quả dưới dạng chủ đề", "show-results-as-posts": "Hiển thị kết quả dưới dạng bài viết", "see-more-results": "Xem thêm kết quả (%1)", - "search-in-category": "Tìm kiếm ở \"%1\"" + "search-in-category": "Tìm kiếm trong \"%1\"" } \ No newline at end of file diff --git a/public/language/vi/tags.json b/public/language/vi/tags.json index a4c501ce65..c0bf5c4dc9 100644 --- a/public/language/vi/tags.json +++ b/public/language/vi/tags.json @@ -1,11 +1,17 @@ { "all-tags": "Tất cả các thẻ", - "no_tag_topics": "Không có bài viết nào với thẻ này.", + "no-tag-topics": "Không có bài viết nào với thẻ này.", "no-tags-found": "Không tìm thấy thẻ nào", "tags": "Thẻ", - "enter_tags_here": "Nhập thẻ ở đây, mỗi thẻ phải có từ %1 tới %2 ký tự.", - "enter_tags_here_short": "Nhập thẻ...", - "no_tags": "Chưa có thẻ nào.", - "select_tags": "Chọn Thẻ", - "tag-whitelist": "Tag Whitelist" + "enter-tags-here": "Nhập thẻ ở đây, mỗi thẻ phải có từ %1 tới %2 ký tự.", + "enter-tags-here-short": "Nhập thẻ...", + "no-tags": "Chưa có thẻ nào.", + "select-tags": "Chọn Thẻ", + "tag-whitelist": "Tag Whitelist", + "watching": "Watching", + "not-watching": "Not Watching", + "watching.description": "Notify me of new topics.", + "not-watching.description": "Do not notify me of new topics.", + "following-tag.message": "You will now be receiving notifications when somebody posts a topic with this tag.", + "not-following-tag.message": "You will not receive notifications when somebody posts a topic with this tag." } \ No newline at end of file diff --git a/public/language/vi/themes/harmony.json b/public/language/vi/themes/harmony.json index 8ff922e36b..f702014922 100644 --- a/public/language/vi/themes/harmony.json +++ b/public/language/vi/themes/harmony.json @@ -1,16 +1,17 @@ { - "theme-name": "Harmony Theme", - "skins": "Skins", - "collapse": "Collapse", - "expand": "Expand", + "theme-name": "Chủ Đề Hòa Âm", + "skins": "Giao diện", + "collapse": "Thu gọn", + "expand": "Mở rộng", "login-register-to-search": "Đăng nhập hoặc đăng ký để tìm kiếm.", - "settings.title": "Theme settings", + "settings.title": "Cài đặt chủ đề", "settings.enableQuickReply": "Bật trả lời nhanh", - "settings.centerHeaderElements": "Center header elements", - "settings.mobileTopicTeasers": "Show topic teasers on mobile", + "settings.centerHeaderElements": "Yếu tố tiêu đề trung tâm", + "settings.mobileTopicTeasers": "Hiển thị đoạn giới thiệu chủ đề trên di động", "settings.stickyToolbar": "Thanh công cụ cố định", "settings.stickyToolbar.help": "Thanh công cụ trên các trang chủ đề và danh mục sẽ nằm ở đầu trang", "settings.autohideBottombar": "Tự động ẩn thanh dưới cùng", - "settings.autohideBottombar.help": "Thanh dưới cùng trên chế độ xem trên thiết bị di động sẽ bị ẩn khi trang được cuộn xuống", - "settings.chatModals": "Enable chat modals" + "settings.autohideBottombar.help": "Thanh dưới cùng trên chế độ xem di động sẽ ẩn khi trang được cuộn xuống", + "settings.openSidebars": "Mở thanh bên", + "settings.chatModals": "Bật phương thức trò chuyện" } \ No newline at end of file diff --git a/public/language/vi/themes/persona.json b/public/language/vi/themes/persona.json index 2fd03e51e9..24f0c6ca68 100644 --- a/public/language/vi/themes/persona.json +++ b/public/language/vi/themes/persona.json @@ -1,10 +1,10 @@ { "settings.title": "Cài đặt chủ đề", - "settings.intro": "Bạn có thể tùy chỉnh cài đặt chủ đề của mình tại đây. Cài đặt được lưu trữ trên cơ sở từng thiết bị, vì vậy bạn có thể có các cài đặt khác nhau trên các thiết bị khác nhau (điện thoại, máy tính bảng, máy tính để bàn, v.v.)", - "settings.mobile-menu-side": "Switch which side each mobile menu is on", - "settings.autoHidingNavbar": "Automatically hide the navbar on scroll", - "settings.autoHidingNavbar-xs": "Very small screens (e.g. phones in portrait mode)", - "settings.autoHidingNavbar-sm": "Smaller screens (e.g. phones, some tablets)", - "settings.autoHidingNavbar-md": "Medium sized screens (e.g. tablets in landscape mode)", - "settings.autoHidingNavbar-lg": "Larger screens (e.g. desktop computers)" + "settings.intro": "Bạn có thể tự cài đặt chủ đề tại đây. Cài đặt được lưu trên cơ sở từng thiết bị, vì vậy bạn sẽ có các cài đặt khác nhau trên các thiết bị khác nhau (điện thoại, máy tính bảng, máy tính để bàn, v.v.)", + "settings.mobile-menu-side": "Chuyển đổi bên nào mỗi menu di động được bật", + "settings.autoHidingNavbar": "Tự động ẩn thanh điều hướng khi cuộn", + "settings.autoHidingNavbar-xs": "Màn hình rất nhỏ (ví dụ: điện thoại ở chế độ dọc)", + "settings.autoHidingNavbar-sm": "Màn hình nhỏ hơn (ví dụ: điện thoại, một số máy tính bảng)", + "settings.autoHidingNavbar-md": "Màn hình có kích thước trung bình (ví dụ: máy tính bảng ở chế độ ngang)", + "settings.autoHidingNavbar-lg": "Màn hình lớn hơn (ví dụ: máy tính để bàn)" } \ No newline at end of file diff --git a/public/language/vi/top.json b/public/language/vi/top.json index 18d3e3238b..7e01bd82ff 100644 --- a/public/language/vi/top.json +++ b/public/language/vi/top.json @@ -1,4 +1,4 @@ { "title": "Hàng Đầu", - "no_top_topics": "Không có chủ đề hàng đầu" + "no-top-topics": "Không có chủ đề hàng đầu" } \ No newline at end of file diff --git a/public/language/vi/topic.json b/public/language/vi/topic.json index dcc1eca402..7cb5f8eacd 100644 --- a/public/language/vi/topic.json +++ b/public/language/vi/topic.json @@ -1,22 +1,22 @@ { "topic": "Chủ đề", "title": "Tiêu đề", - "no_topics_found": "Không tìm thấy chủ đề nào!", - "no_posts_found": "Không tìm thấy bài gửi nào", - "post_is_deleted": "Bài gửi này đã bị xóa!", - "topic_is_deleted": "Chủ đề này đã bị xóa!", + "no-topics-found": "Không tìm thấy chủ đề nào!", + "no-posts-found": "Không tìm thấy bài gửi nào", + "post-is-deleted": "Bài gửi này đã bị xóa!", + "topic-is-deleted": "Chủ đề này đã bị xóa!", "profile": "Hồ sơ", - "posted_by": "Được đăng bởi %1", - "posted_by_guest": "Đăng bởi khách", + "posted-by": "Được đăng bởi %1", + "posted-by-guest": "Đăng bởi khách", "chat": "Trò Chuyện", - "notify_me": "Được thông báo khi có trả lời mới trong chủ đề này", + "notify-me": "Được thông báo khi có trả lời mới trong chủ đề này", "quote": "Trích dẫn", "reply": "Trả lời", - "replies_to_this_post": "%1 trả lời", - "one_reply_to_this_post": "1 Phản hồi", - "last_reply_time": "Trả lời cuối cùng", + "replies-to-this-post": "%1 trả lời", + "one-reply-to-this-post": "1 Phản hồi", + "last-reply-time": "Trả lời cuối cùng", "reply-as-topic": "Trả lời dưới dạng chủ đề", - "guest-login-reply": "Hãy đăng nhập để trả lời", + "guest-login-reply": "Đăng nhập để trả lời", "login-to-view": "🔒 Đăng nhập để xem", "edit": "Chỉnh sửa", "delete": "Xóa", @@ -24,7 +24,7 @@ "delete-event-confirm": "Bạn có chắc muốn xóa sự kiện này không?", "purge": "Xóa hẳn", "restore": "Khôi phục", - "move": "Chuyển đi", + "move": "Di chuyển", "change-owner": "Thay đổi chủ sở hữu", "fork": "Tạo bản sao", "link": "Đường dẫn", @@ -36,14 +36,14 @@ "scheduled": "Lên kế hoạch", "moved": "Chuyển đi", "moved-from": "Đã chuyển từ %1", - "copy-code": "Copy Code", + "copy-code": "Sao Chép Mã", "copy-ip": "Sao chép IP", "ban-ip": "Cấm IP", "view-history": "Lịch sử chỉnh sửa", - "wrote-ago": "wrote ", - "wrote-on": "wrote on ", - "replied-to-user-ago": "replied to %3 ", - "replied-to-user-on": "replied to %3 on ", + "wrote-ago": "đã viết ", + "wrote-on": "đã viết trên ", + "replied-to-user-ago": "đã trả lời tới %3 ", + "replied-to-user-on": "đã trả lời tới %3 trên ", "user-locked-topic-ago": "%1 đã khóa chủ đề này %2", "user-locked-topic-on": "%1 đã khóa chủ đề này trên %2", "user-unlocked-topic-ago": "%1 đã mở khóa chủ đề này %2", @@ -58,135 +58,136 @@ "user-restored-topic-on": "%1 đã khôi phục chủ đề này trên %2", "user-moved-topic-from-ago": "%1 đã chuyển chủ đề này từ %2 %3", "user-moved-topic-from-on": "%1 đã chuyển chủ đề này từ %2 trên %3", - "user-queued-post-ago": "%1 queued post for approval %3", + "user-queued-post-ago": "%1 đã xếp hàng bài đăng để được phê duyệt %3", "user-queued-post-on": "%1 queued post for approval on %3", "user-referenced-topic-ago": "%1 referenced this topic %3", "user-referenced-topic-on": "%1 referenced this topic on %3", "user-forked-topic-ago": "%1 forked this topic %3", "user-forked-topic-on": "%1 forked this topic on %3", - "bookmark_instructions": "Nhấn vào đây để trở lại bài viết đã đọc cuối cùng trong chủ đề này.", + "bookmark-instructions": "Nhấn vào đây để trở lại bài viết đã đọc cuối cùng trong chủ đề này.", "flag-post": "Gắn cờ bài đăng này", "flag-user": "Gắn cờ người dùng này", "already-flagged": "Đã Được Gắn Cờ", "view-flag-report": "Xem Báo Cáo Gắn Cờ", "resolve-flag": "Xử Lý Cờ", - "merged_message": "Chủ đề này đã được gộp chung thành %2", - "deleted_message": "Chủ đề này đã bị xóa. Chỉ người dùng có quyền quản lý chủ đề mới được xem.", - "following_topic.message": "Bạn sẽ nhận được thông báo khi có ai đó gửi bài viết trong chủ đề này.", - "not_following_topic.message": "Bạn sẽ thấy chủ đề này trong danh sách chủ đề chưa đọc, nhưng bạn sẽ không nhận được thông báo khi ai đó đăng lên chủ đề này.", - "ignoring_topic.message": "Bạn sẽ không thấy chủ đề này trong danh sách chủ đề chưa đọc. Bạn sẽ nhận thông báo khi bạn được đề cập hoặc bài viết của bạn được ủng hộ.", - "login_to_subscribe": "Vui lòng đăng ký hoặc đăng nhập để theo dõi chủ đề này", + "merged-message": "Chủ đề này đã được gộp chung thành %2", + "forked-message": "This topic was forked from %2", + "deleted-message": "Chủ đề này đã bị xóa. Chỉ người dùng có quyền quản lý chủ đề mới được xem.", + "following-topic.message": "Bạn sẽ nhận được thông báo khi có ai đó gửi bài viết trong chủ đề này.", + "not-following-topic.message": "Bạn sẽ thấy chủ đề này trong danh sách chủ đề chưa đọc, nhưng bạn sẽ không nhận được thông báo khi ai đó đăng lên chủ đề này.", + "ignoring-topic.message": "Bạn sẽ không thấy chủ đề này trong danh sách chủ đề chưa đọc. Bạn sẽ nhận thông báo khi bạn được đề cập hoặc bài viết của bạn được ủng hộ.", + "login-to-subscribe": "Vui lòng đăng ký hoặc đăng nhập để theo dõi chủ đề này", "markAsUnreadForAll.success": "Chủ đề đã được đánh dấu là chưa đọc toàn bộ", - "mark_unread": "Đánh dấu chưa đọc", - "mark_unread.success": "Đã đánh dấu chủ đề chưa đọc.", + "mark-unread": "Đánh dấu chưa đọc", + "mark-unread.success": "Đã đánh dấu chủ đề chưa đọc.", "watch": "Xem", "unwatch": "Bỏ xem", "watch.title": "Được thông báo khi có trả lời mới trong chủ đề này", "unwatch.title": "Ngừng xem chủ đề này", - "share_this_post": "Chia sẻ bài viết này", + "share-this-post": "Chia sẻ bài viết này", "watching": "Đang xem", "not-watching": "Không Xem", "ignoring": "Bỏ qua", "watching.description": "Thông báo cho tôi về trả lời mới.
Hiển thị chủ đề chưa đọc", "not-watching.description": "Không thông báo tôi các trả lời mới.
Hiển thị mục chưa đọc nếu chuyên mục bị bỏ qua.", - "ignoring.description": "Không thông báo tôi các trả lời mới.
Không hiển thị các mục chưa đọc.", - "thread_tools.title": "Công cụ chủ đề", - "thread_tools.markAsUnreadForAll": "Đánh Dấu Chưa Đọc Tất Cả", - "thread_tools.pin": "Ghim chủ đề", - "thread_tools.unpin": "Bỏ ghim chủ đề", - "thread_tools.lock": "Khóa chủ đề", - "thread_tools.unlock": "Mở khóa chủ đề", - "thread_tools.move": "Di Chuyển Chủ Đề", - "thread_tools.move-posts": "Di Chuyển Bài Viết", - "thread_tools.move_all": "Di chuyển tất cả", - "thread_tools.change_owner": "Đổi chủ sở hữu", - "thread_tools.select_category": "Chọn chuyện mục", - "thread_tools.fork": "Tạo bản sao chủ đề", - "thread_tools.tag": "Tag Topic", - "thread_tools.delete": "Xóa chủ đề", - "thread_tools.delete-posts": "Xoá bài viết", - "thread_tools.delete_confirm": "Bạn có muốn xóa chủ đề này?", - "thread_tools.restore": "Phục hồi chủ đề", - "thread_tools.restore_confirm": "Bạn có muốn phục hồi chủ đề này?", - "thread_tools.purge": "Xóa hẳn chủ đề", - "thread_tools.purge_confirm": "Bạn có muốn xóa hẳn chủ đề này?", - "thread_tools.merge_topics": "Gộp chủ đề", - "thread_tools.merge": "Gộp Chủ Đề", - "topic_move_success": "Chủ đề này sẽ sớm được chuyển đến \"%1\". Nhấn vào đây để hoàn tác.", - "topic_move_multiple_success": "Các chủ đề này sẽ sớm được chuyển đến \"%1\". Nhấn vào đây để hoàn tác.", - "topic_move_all_success": "Tất cả các chủ đề sẽ sớm được chuyển đến \"%1\". Nhấn vào đây để hoàn tác.", - "topic_move_undone": "Đã hoàn tác di chuyển chủ đề", - "topic_move_posts_success": "Bài viết sẽ sớm được di chuyển. Nhấn vào đây để hoàn tác.", - "topic_move_posts_undone": "Đã hoàn tác di chuyển bài viết", - "post_delete_confirm": "Bạn có chắc là muốn xóa bài gửi này không?", - "post_restore_confirm": "Bạn có chắc muốn khôi phục bài đăng này không?", - "post_purge_confirm": "Bạn có chắc muốn xóa hẳn bài này?", + "ignoring.description": "Đừng thông báo tôi các trả lời mới.
Không hiển thị chủ đề chưa đọc.", + "thread-tools.title": "Công cụ chủ đề", + "thread-tools.markAsUnreadForAll": "Đánh Dấu Chưa Đọc Tất Cả", + "thread-tools.pin": "Ghim chủ đề", + "thread-tools.unpin": "Bỏ ghim chủ đề", + "thread-tools.lock": "Khóa chủ đề", + "thread-tools.unlock": "Mở khóa chủ đề", + "thread-tools.move": "Di Chuyển Chủ Đề", + "thread-tools.move-posts": "Di Chuyển Bài Viết", + "thread-tools.move-all": "Di chuyển tất cả", + "thread-tools.change-owner": "Đổi chủ sở hữu", + "thread-tools.select-category": "Chọn chuyện mục", + "thread-tools.fork": "Tạo bản sao chủ đề", + "thread-tools.tag": "Tag Topic", + "thread-tools.delete": "Xóa chủ đề", + "thread-tools.delete-posts": "Xoá bài viết", + "thread-tools.delete-confirm": "Bạn có muốn xóa chủ đề này?", + "thread-tools.restore": "Phục hồi chủ đề", + "thread-tools.restore-confirm": "Bạn có muốn phục hồi chủ đề này?", + "thread-tools.purge": "Xóa hẳn chủ đề", + "thread-tools.purge-confirm": "Bạn có muốn xóa hẳn chủ đề này?", + "thread-tools.merge-topics": "Gộp chủ đề", + "thread-tools.merge": "Gộp Chủ Đề", + "topic-move-success": "Chủ đề này sẽ sớm được chuyển đến \"%1\". Nhấn vào đây để hoàn tác.", + "topic-move-multiple-success": "Các chủ đề này sẽ sớm được chuyển đến \"%1\". Nhấn vào đây để hoàn tác.", + "topic-move-all-success": "Tất cả các chủ đề sẽ sớm được chuyển đến \"%1\". Nhấn vào đây để hoàn tác.", + "topic-move-undone": "Đã hoàn tác di chuyển chủ đề", + "topic-move-posts-success": "Bài viết sẽ sớm được di chuyển. Nhấn vào đây để hoàn tác.", + "topic-move-posts-undone": "Đã hoàn tác di chuyển bài viết", + "post-delete-confirm": "Bạn có chắc là muốn xóa bài gửi này không?", + "post-restore-confirm": "Bạn có chắc muốn khôi phục bài đăng này không?", + "post-purge-confirm": "Bạn có chắc muốn xóa hẳn bài này?", "pin-modal-expiry": "Ngày hết hạn", "pin-modal-help": "Bạn có thể đặt ngày hết hạn chủ đề được ghim tại đây. Ngoài ra, bạn có thể để trống để giữ chủ đề được ghim cho đến khi chủ đề được bỏ ghim theo cách thủ công.", - "load_categories": "Đang Tải Chuyên Mục", - "confirm_move": "Di chuyển", - "confirm_fork": "Tạo bảo sao", + "load-categories": "Đang Tải Chuyên Mục", + "confirm-move": "Di chuyển", + "confirm-fork": "Tạo bảo sao", "bookmark": "Đánh dấu trang", "bookmarks": "Đánh dấu trang", - "bookmarks.has_no_bookmarks": "Bạn chưa đánh dấu trang bài viết nào cả.", + "bookmarks.has-no-bookmarks": "Bạn chưa đánh dấu trang bài viết nào cả.", "copy-permalink": "Sao Chép Liên Kết Tĩnh", - "loading_more_posts": "Tải thêm các bài gửi khác", - "move_topic": "Di Chuyển Chủ Đề", - "move_topics": "Di Chuyển Chủ Đề", - "move_post": "Di chuyển bài đăng", - "post_moved": "Đã chuyển bài gửi!", - "fork_topic": "Tạo bản sao chủ đề", + "loading-more-posts": "Tải thêm các bài gửi khác", + "move-topic": "Di Chuyển Chủ Đề", + "move-topics": "Di Chuyển Chủ Đề", + "move-post": "Di chuyển bài đăng", + "post-moved": "Đã chuyển bài gửi!", + "fork-topic": "Tạo bản sao chủ đề", "enter-new-topic-title": "Nhập tiêu đề chủ đề mới", - "fork_topic_instruction": "Nhấp vào bài đăng bạn muốn rẽ nhánh, nhập tiêu đề cho chủ đề mới và nhấp vào chủ đề rẽ nhánh", - "fork_no_pids": "Chưa chọn bài gửi nào!", + "fork-topic-instruction": "Nhấp vào bài đăng bạn muốn rẽ nhánh, nhập tiêu đề cho chủ đề mới và nhấp vào chủ đề rẽ nhánh", + "fork-no-pids": "Chưa chọn bài gửi nào!", "no-posts-selected": "Không bài viết nào được chọn!", "x-posts-selected": "%1 bài viết được chọn", "x-posts-will-be-moved-to-y": "%1 bài viết sẽ được chuyển đến \"%2\"", - "fork_pid_count": "%1 bài viết(s) đã được gửi", - "fork_success": "Tạo bản sao thành công! Nhấn vào đây để chuyển tới chủ đề vừa tạo.", - "delete_posts_instruction": "Chọn các bài viết bạn muốn xoá/loại bỏ", - "merge_topics_instruction": "Nhấn vào các chủ đề bạn muốn gộp hoặc tìm kiếm chúng", + "fork-pid-count": "%1 bài viết(s) đã được gửi", + "fork-success": "Tạo bản sao thành công! Nhấn vào đây để chuyển tới chủ đề vừa tạo.", + "delete-posts-instruction": "Chọn các bài viết bạn muốn xoá/loại bỏ", + "merge-topics-instruction": "Nhấn vào các chủ đề bạn muốn gộp hoặc tìm kiếm chúng", "merge-topic-list-title": "Danh sách các chủ đề sẽ được gộp", "merge-options": "Tùy chọn gộp", "merge-select-main-topic": "Chọn chủ đề chính", "merge-new-title-for-topic": "Tiêu đề mới cho chủ đề", "topic-id": "ID Chủ Đề", - "move_posts_instruction": "Chọn bài đăng bạn muốn di chuyển, sau đó nhập ID chủ đề hoặc đi đến chủ đề mong muốn", - "move_topic_instruction": "Chọn danh mục nhắm đến và sau đó nhấp vào di chuyển", - "change_owner_instruction": "Bấm vào bài viết bạn muốn chỉ định cho người dùng khác", - "composer.title_placeholder": "Nhập tiêu đề chủ đề của bạn tại đây...", - "composer.handle_placeholder": "Nhập tên/xử lý của bạn ở đây", + "move-posts-instruction": "Chọn bài đăng bạn muốn di chuyển, sau đó nhập ID chủ đề hoặc đi đến chủ đề mong muốn", + "move-topic-instruction": "Chọn danh mục nhắm đến và sau đó nhấp vào di chuyển", + "change-owner-instruction": "Bấm vào bài viết bạn muốn chỉ định cho người dùng khác", + "composer.title-placeholder": "Nhập tiêu đề chủ đề của bạn tại đây...", + "composer.handle-placeholder": "Nhập tên/xử lý của bạn ở đây", "composer.hide": "Ẩn", "composer.discard": "Huỷ bỏ", "composer.submit": "Gửi", "composer.additional-options": "Tùy chọn bổ sung", "composer.post-later": "Post Later", "composer.schedule": "Lên lịch", - "composer.replying_to": "Đang trả lời %1", - "composer.new_topic": "Chủ đề mới", + "composer.replying-to": "Đang trả lời %1", + "composer.new-topic": "Chủ đề mới", "composer.editing-in": "Editing post in %1", "composer.uploading": "đang tải lên...", - "composer.thumb_url_label": "Dán URL hình mô tả chủ đề", - "composer.thumb_title": "Thêm ảnh mô tả cho chủ đề này", - "composer.thumb_url_placeholder": "http://example.com/thumb.png", - "composer.thumb_file_label": "Hoặc tải lên một tệp", - "composer.thumb_remove": "Xóa các trường", - "composer.drag_and_drop_images": "Kéo và thả hình ảnh tại đây", - "more_users_and_guests": "%1 người dùng và %2 khách nữa", - "more_users": "%1 người dùng nữa", - "more_guests": "%1 khách nữa", - "users_and_others": "%1 và%2 khác", - "sort_by": "Sắp xếp theo", - "oldest_to_newest": "Cũ đến mới", - "newest_to_oldest": "Mới đến cũ", - "most_votes": "Nhiều Bình Chọn", - "most_posts": "Nhiều Bài Đăng", - "most_views": "Xem Nhiều", + "composer.thumb-url-label": "Dán URL hình mô tả chủ đề", + "composer.thumb-title": "Thêm ảnh mô tả cho chủ đề này", + "composer.thumb-url-placeholder": "http://example.com/thumb.png", + "composer.thumb-file-label": "Hoặc tải lên một tệp", + "composer.thumb-remove": "Xóa các trường", + "composer.drag-and-drop-images": "Kéo và thả hình ảnh tại đây", + "more-users-and-guests": "%1 người dùng và %2 khách nữa", + "more-users": "%1 người dùng nữa", + "more-guests": "%1 khách nữa", + "users-and-others": "%1 và%2 khác", + "sort-by": "Sắp xếp theo", + "oldest-to-newest": "Cũ đến mới", + "newest-to-oldest": "Mới đến cũ", + "most-votes": "Nhiều Bình Chọn", + "most-posts": "Nhiều Bài Đăng", + "most-views": "Xem Nhiều", "stale.title": "Tạo chủ đề mới thay thế?", "stale.warning": "Chủ đề bạn đang trả lời đã khá cũ. Bạn có muốn tạo chủ đề mới, và liên kết với chủ đề hiện tại trong bài viết trả lời của bạn?", "stale.create": "Tạo chủ đề mới", - "stale.reply_anyway": "Trả lời chủ đề này", - "link_back": "Re: [%1](%2)", + "stale.reply-anyway": "Trả lời chủ đề này", + "link-back": "Re: [%1](%2)", "diffs.title": "Lịch sử chỉnh sửa bài viết", "diffs.description": "Bài viết này có %1 sửa đổi. Nhấp vào một trong các bản sửa đổi bên dưới để xem nội dung bài đăng tại thời điểm đó.", "diffs.no-revisions-description": "Bài viết này có %1 sửa đổi", @@ -197,8 +198,8 @@ "diffs.post-restored": "Đã khôi phục thành công bài đăng về bản sửa đổi trước đó", "diffs.delete": "Xóa bản sửa đổi này", "diffs.deleted": "Bản sửa đổi đã bị xóa", - "timeago_later": "%1 sau", - "timeago_earlier": "%1 trước đó", + "timeago-later": "%1 sau", + "timeago-earlier": "%1 trước đó", "first-post": "Bài viết đầu tiên", "last-post": "Bài viết cuối cùng", "go-to-my-next-post": "Đi tới bài kế tiếp của tôi", diff --git a/public/language/vi/unread.json b/public/language/vi/unread.json index 7916bae9c4..4bf06365f3 100644 --- a/public/language/vi/unread.json +++ b/public/language/vi/unread.json @@ -1,15 +1,15 @@ { "title": "Chưa đọc", - "no_unread_topics": "Không có chủ đề chưa đọc.", - "load_more": "Tải Thêm", - "mark_as_read": "Đánh dấu đã đọc", + "no-unread-topics": "Không có chủ đề chưa đọc.", + "load-more": "Tải Thêm", + "mark-as-read": "Đánh dấu đã đọc", "selected": "Đã chọn", "all": "Tất cả", - "all_categories": "Tất cả chuyên mục", - "topics_marked_as_read.success": "Chủ đề được đánh dấu đã đọc", - "all-topics": "Toàn bộ chủ đề", + "all-categories": "Tất cả chuyên mục", + "topics-marked-as-read.success": "Chủ đề được đánh dấu đã đọc", + "all-topics": "Tất Cả Chủ Đề", "new-topics": "Chủ đề mới", "watched-topics": "Chủ đề đã xem", - "unreplied-topics": "Chủ Đề Chưa Có Trả Lời ", + "unreplied-topics": "Chủ Đề Chưa Có Trả Lời", "multiple-categories-selected": "Chọn nhiều cùng lúc" } \ No newline at end of file diff --git a/public/language/vi/user.json b/public/language/vi/user.json index 5d74dda241..1c8863896d 100644 --- a/public/language/vi/user.json +++ b/public/language/vi/user.json @@ -7,23 +7,23 @@ "joindate": "Ngày Tham Gia", "postcount": "Số bài viết", "email": "Thư điện tử", - "confirm_email": "Xác nhận email", - "account_info": "Thông tin tài khoản", - "admin_actions_label": "Hoạt Động Quản Trị", - "ban_account": "Cấm Tài Khoản", - "ban_account_confirm": "Bạn có chắc muốn cấm người dùng này?", - "unban_account": "Bỏ Cấm Tài Khoản", - "mute_account": "Im Lặng Tài Khoản", - "unmute_account": "Bỏ Im Lặng Tài Khoản", - "delete_account": "Xóa Tài Khoản", - "delete_account_as_admin": "Xóa Tài Khoản", - "delete_content": "Xóa Nội Dung Tài Khoản", - "delete_all": "Xóa Tài KhoảnNội Dung", - "delete_account_confirm": "Bạn có chắc chắn muốn ẩn danh bài đăng và xóa tài khoản của mình không?
Không thể hoàn tác hành động này và bạn sẽ không thể khôi phục dữ liệu của mình

Nhập mật khẩu của bạn để xác nhận rằng bạn muốn hủy tài khoản này.", - "delete_this_account_confirm": "Bạn có chắc muốn xóa tài khoản này trong khi vẫn để lại nội dung của nó?
Hành động này không thể hoàn tác, các bài viết sẽ được ẩn danh và bạn không thể khôi phục các liên kết bài viết với tài khoản đã xóa

", - "delete_account_content_confirm": "Bạn có chắc chắn muốn xóa nội dung của tài khoản này không (bài viết/chủ đề/tải lên)?
Không thể hoàn tác hành động này và bạn sẽ không thể khôi phục bất kỳ dữ liệu nào

", - "delete_all_confirm": "Bạn có chắc muốn xóa tài khoản này và tất cả nội dung của nó (bài viết/chủ đề/tải lên)?
Không thể hoàn tác hành động này và bạn sẽ không thể khôi phục bất kỳ dữ liệu nào

", - "account-deleted": " Tài khoản đã bị xóa", + "confirm-email": "Xác nhận email", + "account-info": "Thông tin tài khoản", + "admin-actions-label": "Hoạt Động Quản Trị", + "ban-account": "Cấm Tài Khoản", + "ban-account-confirm": "Bạn có chắc muốn cấm người dùng này?", + "unban-account": "Bỏ Cấm Tài Khoản", + "mute-account": "Im Lặng Tài Khoản", + "unmute-account": "Bỏ Im Lặng Tài Khoản", + "delete-account": "Xóa Tài Khoản", + "delete-account-as-admin": "Xóa Tài Khoản", + "delete-content": "Xóa Nội Dung Tài Khoản", + "delete-all": "Xóa Tài KhoảnNội Dung", + "delete-account-confirm": "Bạn có chắc chắn muốn ẩn danh bài đăng và xóa tài khoản của mình không?
Không thể hoàn tác hành động này và bạn sẽ không thể khôi phục dữ liệu của mình

Nhập mật khẩu của bạn để xác nhận rằng bạn muốn hủy tài khoản này.", + "delete-this-account-confirm": "Bạn có chắc muốn xóa tài khoản này trong khi vẫn để lại nội dung của nó?
Hành động này không thể hoàn tác, các bài viết sẽ được ẩn danh và bạn không thể khôi phục các liên kết bài viết với tài khoản đã xóa

", + "delete-account-content-confirm": "Bạn có chắc chắn muốn xóa nội dung của tài khoản này không (bài viết/chủ đề/tải lên)?
Không thể hoàn tác hành động này và bạn sẽ không thể khôi phục bất kỳ dữ liệu nào

", + "delete-all-confirm": "Bạn có chắc muốn xóa tài khoản này và tất cả nội dung của nó (bài viết/chủ đề/tải lên)?
Không thể hoàn tác hành động này và bạn sẽ không thể khôi phục bất kỳ dữ liệu nào

", + "account-deleted": "Tài khoản đã bị xóa", "account-content-deleted": "Nội dung tài khoản đã bị xóa", "fullname": "Tên Đầy Đủ", "website": "Trang Web", @@ -32,11 +32,12 @@ "joined": "Đã tham gia", "lastonline": "Trực tuyến lần cuối", "profile": "Hồ sơ", - "profile_views": "Xem Hồ Sơ", + "profile-views": "Xem Hồ Sơ", "reputation": "Uy tín", "bookmarks": "Đánh dấu trang", - "watched_categories": "Danh mục đã xem", - "change_all": "Thay Đổi Tất Cả", + "watched-categories": "Danh mục đã xem", + "watched-tags": "Thẻ đã xem", + "change-all": "Thay Đổi Tất Cả", "watched": "Đã xem", "ignored": "Đã Bỏ Qua", "default-category-watch-state": "Trạng thái xem chuyên mục mặc định", @@ -44,83 +45,84 @@ "following": "Đang theo dõi", "blocks": "Khóa", "blocked-users": "Người dùng bị chặn", - "block_toggle": "Chuyển đổi khối", - "block_user": "Khóa Người Dùng", - "unblock_user": "Mở Khóa Người Dùng", + "block-toggle": "Chuyển đổi khối", + "block-user": "Khóa Người Dùng", + "unblock-user": "Mở Khóa Người Dùng", "aboutme": "Giới thiệu bản thân", "signature": "Chữ ký", - "birthday": "Ngày sinh ", + "birthday": "Ngày sinh", "chat": "Trò Chuyện", - "chat_with": "Tiếp tục trò chuyện với %1", - "new_chat_with": "Bắt đầu cuộc trò chuyện mới với %1", + "chat-with": "Tiếp tục trò chuyện với %1", + "new-chat-with": "Bắt đầu cuộc trò chuyện mới với %1", "flag-profile": "Gắn Cờ Hồ Sơ", "follow": "Theo dõi", - "unfollow": "Hủy theo dõi", + "unfollow": "Bỏ theo dõi", "more": "Thêm nữa", - "profile_update_success": "Đã cập nhật hồ sơ thành công!", - "change_picture": "Đổi Hình Ảnh", - "change_username": "Đổi tên đăng nhập", - "change_email": "Đổi email", - "email_same_as_password": "Vui lòng nhập mật khẩu hiện tại của bạn để tiếp tục – bạn đã nhập lại email mới", - "edit": "Chỉnh sửa", + "profile-update-success": "Đã cập nhật hồ sơ thành công!", + "change-picture": "Đổi Hình Ảnh", + "change-username": "Đổi tên đăng nhập", + "change-email": "Đổi email", + "email-updated": "Email Updated", + "email-same-as-password": "Vui lòng nhập mật khẩu hiện tại của bạn để tiếp tục – bạn đã nhập lại email mới", + "edit": "Sửa", "edit-profile": "Sửa Hồ Sơ", - "default_picture": "Biểu tượng mặc định", - "uploaded_picture": "Ảnh đã tải lên", - "upload_new_picture": "Tải lên ảnh mới", - "upload_new_picture_from_url": "Tải Lên Ảnh Mới Từ URL", - "current_password": "Mật khẩu hiện tại", - "new_password": "Mật Khẩu Mới", - "change_password": "Đổi Mật Khẩu", - "change_password_error": "Mật khẩu không hợp lệ!", - "change_password_error_wrong_current": "Mật khẩu hiện tại của bạn không đúng", - "change_password_error_match": "Mật khẩu phải trùng khớp!", - "change_password_error_privileges": "Bạn không có quyền thay đổi mật khẩu này", - "change_password_success": "Đã cập nhật mật khẩu của bạn!", - "confirm_password": "Xác Nhận Mật Khẩu", + "default-picture": "Biểu tượng mặc định", + "uploaded-picture": "Ảnh đã tải lên", + "upload-new-picture": "Tải lên ảnh mới", + "upload-new-picture-from-url": "Tải Lên Ảnh Mới Từ URL", + "current-password": "Mật khẩu hiện tại", + "new-password": "Mật Khẩu Mới", + "change-password": "Đổi Mật Khẩu", + "change-password-error": "Mật khẩu không hợp lệ!", + "change-password-error-wrong-current": "Mật khẩu hiện tại của bạn không đúng", + "change-password-error-match": "Mật khẩu phải trùng khớp!", + "change-password-error-privileges": "Bạn không có quyền thay đổi mật khẩu này", + "change-password-success": "Đã cập nhật mật khẩu của bạn!", + "confirm-password": "Xác Nhận Mật Khẩu", "password": "Mật khẩu", - "username_taken_workaround": "Tên truy cập này đã tồn tại, vì vậy chúng tôi đã sửa đổi nó một chút. Tên truy cập của bạn giờ là %1", - "password_same_as_username": "Mật khẩu của bạn trùng với tên đăng nhập, vui lòng chọn một mật khẩu khác.", - "password_same_as_email": "Mật khẩu của bạn trùng với email của bạn, hãy chọn mật khẩu khác.", - "weak_password": "Mật khẩu yếu", - "upload_picture": "Tải lên hình ảnh", - "upload_a_picture": "Tải lên một hình ảnh", - "remove_uploaded_picture": "Xoá ảnh đã tải lên", - "upload_cover_picture": "Tải ảnh bìa lên", - "remove_cover_picture_confirm": "Bạn có thật sự muốn xóa hình ảnh này?", - "crop_picture": "Cắt ảnh", - "upload_cropped_picture": "Cắt và tải lên", - "avatar-background-colour": "Màu nền hình đại diện", + "username-taken-workaround": "Tên truy cập này đã tồn tại, vì vậy chúng tôi đã sửa đổi nó một chút. Tên truy cập của bạn giờ là %1", + "password-same-as-username": "Mật khẩu của bạn trùng với tên đăng nhập, vui lòng chọn một mật khẩu khác.", + "password-same-as-email": "Mật khẩu của bạn trùng với email của bạn, hãy chọn mật khẩu khác.", + "weak-password": "Mật khẩu yếu", + "upload-picture": "Tải lên hình ảnh", + "upload-a-picture": "Tải lên một hình ảnh", + "remove-uploaded-picture": "Xoá ảnh đã tải lên", + "upload-cover-picture": "Tải ảnh bìa lên", + "remove-cover-picture-confirm": "Bạn có thật sự muốn xóa hình ảnh này?", + "crop-picture": "Cắt ảnh", + "upload-cropped-picture": "Cắt và tải lên", + "avatar-background-colour": "Màu nền ảnh đại diện", "settings": "Cài đặt", - "show_email": "Hiện Email của tôi", - "show_fullname": "Hiển Thị Tên Đầy Đủ Của Tôi", - "restrict_chats": "Chỉ cho phép tin nhắn trò chuyện từ những người dùng tôi theo dõi", - "digest_label": "Đăng Ký Thông báo", - "digest_description": "Đăng ký nhận các cập nhật qua email cho diễn đàn này (thông báo và chủ đề mới) theo lịch trình đã định", - "digest_off": "Tắt", - "digest_daily": "Hàng ngày", - "digest_weekly": "Hàng tuần", - "digest_biweekly": "Hai tuần một lần", - "digest_monthly": "Hàng tháng", - "has_no_follower": "Người dùng này không có ai theo dõi :(", - "follows_no_one": "Người dùng này không theo dõi ai :(", - "has_no_posts": "Thành viên này chưa đăng bài viết nào cả.", - "has_no_best_posts": "Người dùng này chưa có bất kỳ bài đăng nào được ủng hộ.", - "has_no_topics": "Thành viên này chưa đăng chủ đề nào cả.", - "has_no_watched_topics": "Người dùng này chưa xem bất kỳ chủ đề nào.", - "has_no_ignored_topics": "Người dùng này chưa bỏ qua bất cứ chủ đề nào.", - "has_no_upvoted_posts": "Người dùng này chưa ủng hộ bất kỳ bài đăng nào.", - "has_no_downvoted_posts": "Thành viên này chưa phản đối bài viết nào cả.", - "has_no_controversial_posts": "Người dùng này chưa có bài viết nào bị phản đối.", - "has_no_blocks": "Bạn không khóa người dùng nào.", - "email_hidden": "Ẩn Email", - "hidden": "Đã ẩn", - "paginate_description": "Phân trang chủ đề và bài đăng thay vì sử dụng cuộn vô hạn", - "topics_per_page": "Số Chủ Đề Mỗi Trang", - "posts_per_page": "Số Bài Viết Mỗi Trang", - "category-topic-sort": "Category topic sort", - "topic-post-sort": "Topic post sort", - "max_items_per_page": "Tối đa %1", - "acp_language": "Ngôn ngữ trang quản trị", + "show-email": "Hiện Email của tôi", + "show-fullname": "Hiển Thị Tên Đầy Đủ Của Tôi", + "restrict-chats": "Chỉ cho phép tin nhắn trò chuyện từ những người dùng tôi theo dõi", + "digest-label": "Đăng Ký Thông báo", + "digest-description": "Đăng ký nhận các cập nhật qua email cho diễn đàn này (thông báo và chủ đề mới) theo lịch trình đã định", + "digest-off": "Tắt", + "digest-daily": "Hàng ngày", + "digest-weekly": "Hàng tuần", + "digest-biweekly": "Hai tuần một lần", + "digest-monthly": "Hàng tháng", + "has-no-follower": "Người dùng này không có ai theo dõi :(", + "follows-no-one": "Người dùng này không theo dõi ai :(", + "has-no-posts": "Thành viên này chưa đăng bài viết nào cả.", + "has-no-best-posts": "Người dùng này chưa có bất kỳ bài đăng nào được ủng hộ.", + "has-no-topics": "Thành viên này chưa đăng chủ đề nào cả.", + "has-no-watched-topics": "Người dùng này chưa xem bất kỳ chủ đề nào.", + "has-no-ignored-topics": "Người dùng này chưa bỏ qua bất cứ chủ đề nào.", + "has-no-upvoted-posts": "Người dùng này chưa ủng hộ bất kỳ bài đăng nào.", + "has-no-downvoted-posts": "Thành viên này chưa phản đối bài viết nào cả.", + "has-no-controversial-posts": "Người dùng này chưa có bài viết nào bị phản đối.", + "has-no-blocks": "Bạn không khóa người dùng nào.", + "email-hidden": "Ẩn Email", + "hidden": "đã ẩn", + "paginate-description": "Phân trang chủ đề và bài đăng thay vì sử dụng cuộn vô hạn", + "topics-per-page": "Số Chủ Đề Mỗi Trang", + "posts-per-page": "Số Bài Viết Mỗi Trang", + "category-topic-sort": "Sắp xếp chủ đề danh mục", + "topic-post-sort": "Sắp xếp bài đăng chủ đề", + "max-items-per-page": "Tối đa %1", + "acp-language": "Ngôn ngữ trang quản trị", "notifications": "Thông báo", "upvote-notif-freq": "Tần Suất Thông Báo Ủng Hộ", "upvote-notif-freq.all": "Tất Cả Số Ủng Hộ", @@ -130,24 +132,24 @@ "upvote-notif-freq.logarithmic": "Cứ mỗi 10, 100, 1000...", "upvote-notif-freq.disabled": "Đã tắt", "browsing": "Đang xem cài đặt", - "open_links_in_new_tab": "Mở liên kết trong tab mới.", - "enable_topic_searching": "Bật tìm kiếm trong chủ đề", - "topic_search_help": "Nếu bật, tìm kiếm trong chủ đề sẽ thay thế tìm kiếm của trình duyệt và cho phép bạn tìm kiếm trong toàn bộ chủ đề, thay vì chỉ tìm kiếm nội dung đang hiện thị trên màn hình", - "update_url_with_post_index": "Cập nhật url với chỉ mục bài viết trong khi duyệt các chủ đề", - "scroll_to_my_post": "Sau khi đăng một trả lời thì hiển thị bài viết mới", - "follow_topics_you_reply_to": "Xem các chủ đề mà bạn trả lời", - "follow_topics_you_create": "Xem chủ đề bạn tạo", + "open-links-in-new-tab": "Mở liên kết trong tab mới.", + "enable-topic-searching": "Bật tìm kiếm trong chủ đề", + "topic-search-help": "Nếu bật, tìm kiếm trong chủ đề sẽ thay thế tìm kiếm của trình duyệt và cho phép bạn tìm kiếm trong toàn bộ chủ đề, thay vì chỉ tìm kiếm nội dung đang hiện thị trên màn hình", + "update-url-with-post-index": "Cập nhật url với chỉ mục bài viết trong khi duyệt các chủ đề", + "scroll-to-my-post": "Sau khi đăng một trả lời thì hiển thị bài viết mới", + "follow-topics-you-reply-to": "Xem các chủ đề mà bạn trả lời", + "follow-topics-you-create": "Xem chủ đề bạn tạo", "grouptitle": "Tiêu đề nhóm", "group-order-help": "Chọn một nhóm và sử dụng các phím mũi tên để sắp xếp các tiêu đề", "no-group-title": "Không có tiêu đề nhóm", "select-skin": "Chọn một giao diện", - "default": "Default (%1)", - "no-skin": "No Skin", + "default": "Mặc định (%1)", + "no-skin": "Không Giao Diện", "select-homepage": "Chọn Trang chủ", "homepage": "Trang chủ", - "homepage_description": "Chọn một trang dùng cho trang chủ diễn đàn hoặc chọn \"Không\" để dùng trang chủ mặc định.", - "custom_route": "Đường dẫn trang chủ tuỳ chọn", - "custom_route_help": "Nhập tên đường dẫn ở đây, không có dấu gạch chéo trước (VD: \"gan-day\" hoặc \"chuyen-muc/2/thao-luan-chung\")", + "homepage-description": "Chọn một trang dùng cho trang chủ diễn đàn hoặc chọn \"Không\" để dùng trang chủ mặc định.", + "custom-route": "Đường dẫn trang chủ tuỳ chọn", + "custom-route-help": "Nhập tên đường dẫn ở đây, không có dấu gạch chéo trước (VD: \"gan-day\" hoặc \"chuyen-muc/2/thao-luan-chung\")", "sso.title": "Đăng nhập một lần", "sso.associated": "Đã liên kết với", "sso.not-associated": "Nhấn vào đây để liên kết với", @@ -168,36 +170,36 @@ "info.muted-until": "Đã tắt tiếng cho đến %1", "info.muted-expiry": "Hết hạn", "info.muted-no-reason": "Không có lý do nào được đưa ra.", - "info.username-history": "Lịch sử tên người d", + "info.username-history": "Lịch Sử Tên Người Dùng", "info.email-history": "Lịch sử email", "info.moderation-note": "Ghi chú quản lí", "info.moderation-note.success": "Đã lưu ghi chú quản lý", "info.moderation-note.add": "Thêm ghi chú", "sessions.description": "Trang này cho phép bạn xem bất kỳ phiên hoạt động nào trên diễn đàn này và thu hồi chúng nếu cần thiết. Bạn có thể thu hồi phiên của riêng mình bằng cách đăng xuất khỏi tài khoản của bạn.", "revoke-session": "Thu Hồi Phiên", - "browser-version-on-platform": "%1 %2 on %3", + "browser-version-on-platform": "%1 %2 trên %3", "consent.title": "Quyền của bạn & Bằng lòng", "consent.lead": "Diễn đàn cộng đồng này thu thập và xử lý thông tin cá nhân của bạn.", "consent.intro": "Chúng tôi dùng thông tin này cẩn thận để cá nhân hóa trải nghiệm của bạn, cũng như để liên kết các bài đăng bạn thực hiện với tài khoản người dùng của bạn. Bạn đã nhập tên người dùng và địa chỉ email khi đăng ký và cũng có thể hoàn tất hồ sơ bằng cách cung cấp thêm thông tin.

Chúng tôi giữ thông tin này suốt vòng đời tài khoản của bạn và bạn có thể rút lại sự đồng ý bất cứ lúc nào bằng cách xóa tài khoản. Bạn có thể yêu cầu một bản sao đóng góp của bạn cho trang web này, ở trang Quyền & Đồng ý

Nếu bạn có câu hỏi hoặc thắc mắc, vui lòng liên hệ với nhóm quản trị diễn đàn.", - "consent.email_intro": "Đôi khi, chúng tôi gửi email đến email bạn đã đăng ký để cung cấp thông tin cập nhật và / hoặc thông báo hoạt động mới phù hợp với bạn. Bạn có thể chỉnh tần suất thông báo cộng đồng (bao gồm vô hiệu hóa hoàn toàn), cũng như chọn loại thông báo sẽ nhận qua email, ở trang cài đặt người dùng của bạn.", - "consent.digest_frequency": "Trừ khi thay đổi rõ ràng trong cài đặt người dùng của bạn, cộng đồng này cung cấp thông báo email mỗi %1.", - "consent.digest_off": "Trừ khi thay đổi trong cài đặt người dùng của bạn, cộng đồng này sẽ không gửi thông báo qua email thông báo", + "consent.email-intro": "Đôi khi, chúng tôi gửi email đến email bạn đã đăng ký để cung cấp thông tin cập nhật và / hoặc thông báo hoạt động mới phù hợp với bạn. Bạn có thể chỉnh tần suất thông báo cộng đồng (bao gồm vô hiệu hóa hoàn toàn), cũng như chọn loại thông báo sẽ nhận qua email, ở trang cài đặt người dùng của bạn.", + "consent.digest-frequency": "Trừ khi thay đổi rõ ràng trong cài đặt người dùng của bạn, cộng đồng này cung cấp thông báo email mỗi %1.", + "consent.digest-off": "Trừ khi thay đổi trong cài đặt người dùng của bạn, cộng đồng này sẽ không gửi thông báo qua email thông báo", "consent.received": "Bạn đã đồng ý cho trang web này để thu thập và xử lý thông tin của bạn. Không có hành động bổ sung được yêu cầu.", - "consent.not_received": "Bạn đã không đồng ý cung cấp cho thu thập và xử lý dữ liệu. Bất cứ lúc nào quản trị trang web này'có thể chọn xóa tài khoản của bạn để tuân thủ Quy định bảo vệ dữ liệu chung.", + "consent.not-received": "Bạn đã không đồng ý cung cấp cho thu thập và xử lý dữ liệu. Bất cứ lúc nào quản trị trang web này'có thể chọn xóa tài khoản của bạn để tuân thủ Quy định bảo vệ dữ liệu chung.", "consent.give": "Cho phép", - "consent.right_of_access": "Bạn có quyền truy cập", - "consent.right_of_access_description": "Bạn có quyền truy cập bất kỳ dữ liệu trang web này thu thập. Bạn có thể lấy một bản sao của dữ liệu này bằng cách nhấp vào nút thích hợp bên dưới.", - "consent.right_to_rectification": "Bạn có quyền chỉnh lý", - "consent.right_to_rectification_description": "Bạn có quyền thay đổi hoặc cập nhật bất kỳ dữ liệu không chính xác nào được cung cấp cho chúng tôi. Hồ sơ của bạn có thể được cập nhật bằng cách chỉnh sửa hồ sơ của bạn và nội dung bài đăng luôn có thể được chỉnh sửa. Nếu không đúng như vậy, hãy liên hệ nhóm quản trị của trang này.", - "consent.right_to_erasure": "Bạn có quyền xóa", - "consent.right_to_erasure_description": "Bất cứ lúc nào, bạn có thể thu hồi sự đồng ý của bạn về thu thập và / hoặc xử lý dữ liệu bằng cách xóa tài khoản của bạn. Bạn có thể xóa được hồ sơ cá nhân, mặc dù nội dung bài đăng của bạn vẫn còn. Nếu bạn muốn xóa cả tài khoản nội dung, hãy liên hệ với nhóm quản trị trang web này.", - "consent.right_to_data_portability": "Bạn có quyền di chuyển dữ liệu", - "consent.right_to_data_portability_description": "Bạn có thể yêu cầu chúng tôi xuất ra một bản máy có thể đọc được về bất kỳ dữ liệu thu thập về bạn và tài khoản của bạn. Bạn có thể làm như vậy bằng cách nhấp vào nút dành riêng bên dưới.", - "consent.export_profile": "Xuất Tệp Hồ Sơ (.json)", + "consent.right-of-access": "Bạn có quyền truy cập", + "consent.right-of-access-description": "Bạn có quyền truy cập bất kỳ dữ liệu trang web này thu thập. Bạn có thể lấy một bản sao của dữ liệu này bằng cách nhấp vào nút thích hợp bên dưới.", + "consent.right-to-rectification": "Bạn có quyền chỉnh lý", + "consent.right-to-rectification-description": "Bạn có quyền thay đổi hoặc cập nhật bất kỳ dữ liệu không chính xác nào được cung cấp cho chúng tôi. Hồ sơ của bạn có thể được cập nhật bằng cách chỉnh sửa hồ sơ của bạn và nội dung bài đăng luôn có thể được chỉnh sửa. Nếu không đúng như vậy, hãy liên hệ nhóm quản trị của trang này.", + "consent.right-to-erasure": "Bạn có quyền xóa", + "consent.right-to-erasure-description": "Bất cứ lúc nào, bạn có thể thu hồi sự đồng ý của bạn về thu thập và / hoặc xử lý dữ liệu bằng cách xóa tài khoản của bạn. Bạn có thể xóa được hồ sơ cá nhân, mặc dù nội dung bài đăng của bạn vẫn còn. Nếu bạn muốn xóa cả tài khoản nội dung, hãy liên hệ với nhóm quản trị trang web này.", + "consent.right-to-data-portability": "Bạn có quyền di chuyển dữ liệu", + "consent.right-to-data-portability-description": "Bạn có thể yêu cầu chúng tôi xuất ra một bản máy có thể đọc được về bất kỳ dữ liệu thu thập về bạn và tài khoản của bạn. Bạn có thể làm như vậy bằng cách nhấp vào nút dành riêng bên dưới.", + "consent.export-profile": "Xuất Tệp Hồ Sơ (.json)", "consent.export-profile-success": "Đang xuất hồ sơ, bạn sẽ nhận được thông báo khi hoàn tất.", - "consent.export_uploads": "Xuất nội dung đã tải lên (.zip)", + "consent.export-uploads": "Xuất nội dung đã tải lên (.zip)", "consent.export-uploads-success": "Đang xuất tải lên, bạn sẽ nhận được thông báo khi hoàn tất.", - "consent.export_posts": "Xuất bài viết (.csv)", + "consent.export-posts": "Xuất bài viết (.csv)", "consent.export-posts-success": "Đang xuất bài viết, bạn sẽ nhận được thông báo khi hoàn tất.", "emailUpdate.intro": "Vui lòng nhập địa chỉ email của bạn dưới đây. Diễn đàn này sử dụng địa chỉ email của bạn để nhận thông báo và thông báo theo lịch trình, cũng như để khôi phục tài khoản trong trường hợp mất mật khẩu.", "emailUpdate.optional": "Mục này không bắt buộc. Bạn không có nghĩa vụ cung cấp địa chỉ email của mình, nhưng nếu không có email được xác thực, bạn sẽ không thể khôi phục tài khoản hoặc đăng nhập bằng email của mình.", diff --git a/public/language/vi/users.json b/public/language/vi/users.json index d7851a4049..dca9e9820e 100644 --- a/public/language/vi/users.json +++ b/public/language/vi/users.json @@ -1,25 +1,25 @@ { "all-users": "Tất Cả Người Dùng", - "latest_users": "Thành viên mới nhất", - "top_posters": "Thành viên đăng bài nhiều nhất", - "most_reputation": "Nhiều Uy Tín", - "most_flags": "Gắn cờ nhiều", + "latest-users": "Thành viên mới nhất", + "top-posters": "Thành viên đăng bài nhiều nhất", + "most-reputation": "Nhiều Uy Tín", + "most-flags": "Gắn cờ nhiều", "search": "Tìm kiếm", - "enter_username": "Nhập tên đăng nhập để tìm", + "enter-username": "Nhập tên đăng nhập để tìm", "search-user-for-chat": "Tìm kiếm người dùng để bắt đầu trò chuyện", - "load_more": "Tải thêm", - "users-found-search-took": "Đã tìm thấy %1 thành viên! Tìm kiếm mất %2 giây.", + "load-more": "Tải thêm", + "users-found-search-took": "Đã tìm thấy %1 người! Tìm kiếm mất %2 giây.", "filter-by": "Lọc Bởi", "online-only": "Chỉ trực tuyến", "invite": "Mời", "prompt-email": "Thư điện tử:", "groups-to-join": "Nhóm được tham gia khi lời mời được chấp nhận:", "invitation-email-sent": "Email mời đã được gửi tới %1", - "user_list": "Danh sách thành viên", - "recent_topics": "Chủ Đề Gần Đây", - "popular_topics": "Chủ để nổi bật", - "unread_topics": "Chủ đề chưa đọc", + "user-list": "Danh sách thành viên", + "recent-topics": "Chủ Đề Gần Đây", + "popular-topics": "Chủ để nổi bật", + "unread-topics": "Chủ đề chưa đọc", "categories": "Chuyên mục", "tags": "Thẻ", - "no-users-found": "Không tìm thấy thành viên nào!" + "no-users-found": "Không tìm được ai!" } \ No newline at end of file diff --git a/public/language/zh-CN/admin/advanced/database.json b/public/language/zh-CN/admin/advanced/database.json index 7652d9e4c8..7f18de230b 100644 --- a/public/language/zh-CN/admin/advanced/database.json +++ b/public/language/zh-CN/admin/advanced/database.json @@ -17,7 +17,7 @@ "mongo.file-size": "文件大小", "mongo.resident-memory": "驻留内存", "mongo.virtual-memory": "虚拟内存", - "mongo.mapped-memory": "已映射内存", + "mongo.mapped-memory": "Mapped Memory", "mongo.bytes-in": "字节输入", "mongo.bytes-out": "字节输出", "mongo.num-requests": "请求数量", diff --git a/public/language/zh-CN/admin/advanced/events.json b/public/language/zh-CN/admin/advanced/events.json index 5067f8925e..76ebdaffc5 100644 --- a/public/language/zh-CN/admin/advanced/events.json +++ b/public/language/zh-CN/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "事件类型", "filter-start": "开始时间", "filter-end": "结束时间", - "filter-perPage": "每页" + "filter-per-page": "每页" } \ No newline at end of file diff --git a/public/language/zh-CN/admin/extend/widgets.json b/public/language/zh-CN/admin/extend/widgets.json index d45bc7487a..deef7aa881 100644 --- a/public/language/zh-CN/admin/extend/widgets.json +++ b/public/language/zh-CN/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "未发现窗口部件!请在插件控制面板中启用必要的窗口部件插件。", "clone-from": "从窗口部件克隆", "containers.available": "可用的容器", - "containers.explanation": "拖放到任意生效中的窗口部件上", + "containers.explanation": "Drag and drop on top of any widget", "containers.none": "无", "container.well": "Well", "container.jumbotron": "超大屏幕", @@ -29,5 +29,7 @@ "hide-from-groups": "对群组隐藏", "start-date": "开始日期", "end-date": "结束日期", - "hide-on-mobile": "在移动端隐藏" + "hide-on-mobile": "在移动端隐藏", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/zh-CN/admin/manage/privileges.json b/public/language/zh-CN/admin/manage/privileges.json index 6f6c26d71e..fddda3f2a8 100644 --- a/public/language/zh-CN/admin/manage/privileges.json +++ b/public/language/zh-CN/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "编辑权限", "select-clear-all": "选择/清除 全部", "chat": "对话", + "chat-with-privileged": "Chat with Privileged", "upload-images": "上传图片", "upload-files": "上传文件", "signature": "签名档", @@ -33,7 +34,7 @@ "edit-posts": "修改回复", "view-edit-history": "查看变更历史", "delete-posts": "删除回复", - "view_deleted": "查看已删除回复", + "view-deleted": "查看已删除回复", "upvote-posts": "顶帖", "downvote-posts": "踩帖", "delete-topics": "删除主题", diff --git a/public/language/zh-CN/admin/manage/users.json b/public/language/zh-CN/admin/manage/users.json index 2f66737c83..6a380e2133 100644 --- a/public/language/zh-CN/admin/manage/users.json +++ b/public/language/zh-CN/admin/manage/users.json @@ -4,16 +4,21 @@ "edit": "操作", "make-admin": "设为管理", "remove-admin": "取消管理员", + "change-email": "Change Email", + "new-email": "New Email", "validate-email": "验证邮箱", "send-validation-email": "发送验证邮件", + "change-password": "Change Password", "password-reset-email": "发送密码重置邮件", "force-password-reset": "强制密码重置 & 登录用户已退出", - "ban": "封禁用户", + "ban": "Ban", + "ban-users": "Ban User(s)", "temp-ban": "暂时封禁用户", "unban": "解禁用户", "reset-lockout": "重设锁定", "reset-flags": "重设举报", - "delete": "删除用户", + "delete": "Delete", + "delete-users": "Delete User(s)", "delete-content": "删除用户内容", "purge": "删除用户和内容", "download-csv": "下载CSV", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "封禁 %1 名用户", "alerts.unban-success": "用户已解封!", "alerts.lockout-reset-success": "锁定已重置!", + "alerts.password-change-success": "Password(s) changed!", "alerts.flag-reset-success": "举报已重置!", "alerts.no-remove-yourself-admin": "您无法撤销自己的管理员身份!", "alerts.make-admin-success": "此用户已成为管理员", @@ -106,6 +112,7 @@ "alerts.create": "创建用户", "alerts.button-create": "创建", "alerts.button-cancel": "取消", + "alerts.button-change": "Change", "alerts.error-passwords-different": "两次输入的密码必须相同!", "alerts.error-x": "错误

%1

", "alerts.create-success": "用户已创建!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "邮件:", "alerts.email-sent-to": "已发送邀请给 %1", "alerts.x-users-found": "找到 %1 位用户(耗时 %2 秒)", + "alerts.select-a-single-user-to-change-email": "Select a single user to change email", "export-users-started": "导出用户为 csv,这可能需要一些时间。当导出完成时你会收到通知。", - "export-users-completed": "用户列表已被导出为 CSV 文件,点击以下载。" + "export-users-completed": "用户列表已被导出为 CSV 文件,点击以下载。", + "email": "Email", + "password": "Password", + "manage": "Manage" } \ No newline at end of file diff --git a/public/language/zh-CN/admin/settings/chat.json b/public/language/zh-CN/admin/settings/chat.json index acfcdf8cae..bd36981d98 100644 --- a/public/language/zh-CN/admin/settings/chat.json +++ b/public/language/zh-CN/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "Enter 0 to disable this restriction", "chat-settings": "聊天设置", "disable": "禁用聊天", "disable-editing": "禁止编辑/删除聊天消息", @@ -6,8 +7,10 @@ "max-length": "聊天信息的最大长度", "max-chat-room-name-length": "聊天室名称最大长度", "max-room-size": "聊天室的最多用户数", - "delay": "聊天信息间的毫秒数", - "notification-delay": "聊天信息的通知延迟(0 为即时)", - "restrictions.seconds-edit-after": "用户在发布聊天消息后允许编辑帖子的秒数(0为禁用)", - "restrictions.seconds-delete-after": "用户在发布聊天消息后允许删除帖子的秒数(0为禁用)" + "delay": "Time between chat messages (ms)", + "newbieDelay": "... for new users (ms)", + "notification-delay": "Notification delay for chat messages", + "notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.", + "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.", + "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable." } \ No newline at end of file diff --git a/public/language/zh-CN/admin/settings/post.json b/public/language/zh-CN/admin/settings/post.json index 8d6ebf9153..74ebb69f83 100644 --- a/public/language/zh-CN/admin/settings/post.json +++ b/public/language/zh-CN/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "标题长度", "restrictions.post-length": "帖子字数", "restrictions.days-until-stale": "主题过时的天数", - "restrictions.stale-help": "如果某个主题被视为“过时”,则会向尝试回复该主题的用户显示警告。", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "时间戳", "timestamp.cut-off": "截止日期(天)", "timestamp.cut-off-help": "日期&时间将以相对方式 (例如,“3小时前” / “5天前”) 显示,并且会依照访客语言时区转换。在某一时刻之后,可以切换该文本以显示本地化日期本身 (例如2016年11月5日15:30) 。
(默认值: 30 或一个月) 。 设置为0可始终显示日期,留空以始终显示相对时间。", diff --git a/public/language/zh-CN/admin/settings/user.json b/public/language/zh-CN/admin/settings/user.json index 1f0a71353e..a3e3217682 100644 --- a/public/language/zh-CN/admin/settings/user.json +++ b/public/language/zh-CN/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "用户名或者邮箱", "allow-login-with.username": "仅限用户名", "account-settings": "用户设置", - "gdpr_enabled": "启用通用数据保护条例(GDPR)许可的个人信息收集", - "gdpr_enabled_help": "当启用时,所有的新注册用户需要明确同意允许数据采集和在通用数据保护协议(GDPR)保护下的使用。注意:开启GDPR不一定要之前已经存在的用户同意。在这之前,您需要去安装GDPR插件。", + "gdpr-enabled": "启用通用数据保护条例(GDPR)许可的个人信息收集", + "gdpr-enabled-help": "当启用时,所有的新注册用户需要明确同意允许数据采集和在通用数据保护协议(GDPR)保护下的使用。注意:开启GDPR不一定要之前已经存在的用户同意。在这之前,您需要去安装GDPR插件。", "disable-username-changes": "禁用修改用户名", "disable-email-changes": "禁用修改邮箱", "disable-password-changes": "禁用修改密码", diff --git a/public/language/zh-CN/category.json b/public/language/zh-CN/category.json index 1f8cd4152b..fefabc4b83 100644 --- a/public/language/zh-CN/category.json +++ b/public/language/zh-CN/category.json @@ -1,12 +1,12 @@ { "category": "版块", "subcategories": "子版块", - "new_topic_button": "发表主题", + "new-topic-button": "发表主题", "guest-login-post": "登录以发布", - "no_topics": "此版块还没有任何内容。
赶紧来发帖吧!", + "no-topics": "此版块还没有任何内容。
赶紧来发帖吧!", "browsing": "正在浏览", - "no_replies": "尚无回复", - "no_new_posts": "没有新主题", + "no-replies": "尚无回复", + "no-new-posts": "没有新主题", "watch": "关注", "ignore": "忽略", "watching": "已关注", diff --git a/public/language/zh-CN/email.json b/public/language/zh-CN/email.json index 9635ec000e..c94326d495 100644 --- a/public/language/zh-CN/email.json +++ b/public/language/zh-CN/email.json @@ -3,8 +3,8 @@ "password-reset-requested": "已申请密码重置!", "welcome-to": "欢迎来到 %1", "invite": "来自%1的邀请", - "greeting_no_name": "您好", - "greeting_with_name": "%1,您好", + "greeting-no-name": "您好", + "greeting-with-name": "%1,您好", "email.verify-your-email.subject": "请验证你的电子邮箱", "email.verify.text1": "您已要求我们更改或确认您的邮件地址", "email.verify.text2": "为了安全起见,我们只会在通过邮件验证邮件地址所有权以后才会更改存档的邮件地址。假如您没有提出过此请求,您不用进行任何操作。", @@ -24,9 +24,9 @@ "reset.notify.text2": "如果您没有授权此操作,请立即联系管理员。", "digest.unread-rooms": "未读房间", "digest.room-name-unreadcount": "%1 (%2 未读)", - "digest.latest_topics": "来自 %1 的最新主题", + "digest.latest-topics": "来自 %1 的最新主题", "digest.top-topics": "来自 %1 的关注主题", - "digest.popular-topics": "来自 %1 的热门主题 ", + "digest.popular-topics": "来自 %1 的热门主题", "digest.cta": "点击这里访问 %1", "digest.unsub.info": "根据您的订阅设置,为您发送此摘要。", "digest.day": "天", @@ -36,8 +36,8 @@ "digest.title.day": "您的每日摘要", "digest.title.week": "您的每周摘要", "digest.title.month": "您的每月摘要", - "notif.chat.subject": "收到来自 %1 的新聊天消息", - "notif.chat.public-chat-subject": "房间 %2 中 %1 的新消息", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "点击这里继续会话", "notif.chat.unsub.info": "根据您的订阅设置,为您发送此聊天提醒。", "notif.post.unsub.info": "根据您的订阅设置,为您发送此回帖提醒。", diff --git a/public/language/zh-CN/error.json b/public/language/zh-CN/error.json index 602e1e8483..3c48a63ebb 100644 --- a/public/language/zh-CN/error.json +++ b/public/language/zh-CN/error.json @@ -161,7 +161,7 @@ "chat-edit-duration-expired": "您只能在发布 %1 秒后修改聊天信息", "chat-delete-duration-expired": "您只能在发布 %1 秒后删除聊天信息", "chat-deleted-already": "此聊天消息已经被删除", - "chat-restored-already": "此聊天消息已经恢复。\n", + "chat-restored-already": "此聊天消息已经恢复。", "chat-room-does-not-exist": "聊天室不存在。", "cant-add-users-to-chat-room": "无法添加用户到聊天室。", "cant-remove-users-from-chat-room": "无法从聊天室删除用户。", @@ -184,6 +184,7 @@ "post-flagged-too-many-times": "此贴已被其他用户举报", "user-flagged-too-many-times": "此用户已被其他用户举报", "cant-flag-privileged": "您不能举报特权用户(版主/全局版主/管理员)的内容或资料", + "cant-locate-flag-report": "Cannot locate flag report", "self-vote": "您不能对您自己的帖子投票", "too-many-upvotes-today": "您每天仅可进行 %1 次顶贴", "too-many-upvotes-today-user": "您每天只能对一个用户顶 %1 次", diff --git a/public/language/zh-CN/flags.json b/public/language/zh-CN/flags.json index 17e3d32ede..63b43be5ac 100644 --- a/public/language/zh-CN/flags.json +++ b/public/language/zh-CN/flags.json @@ -1,5 +1,6 @@ { "state": "状态", + "report": "Report", "reports": "报告", "first-reported": "首次报告", "no-flags": "啊哈!没发现任何的举报。", @@ -8,6 +9,8 @@ "update": "更新", "updated": "已更新", "resolved": "已解决", + "report-added": "Added", + "report-rescinded": "Rescinded", "target-purged": "被举报的内容已经被清除,不再可用。", "target-aboutme-empty": "这个用户没有设置 "关于我" 。", diff --git a/public/language/zh-CN/global.json b/public/language/zh-CN/global.json index c4b514ce0a..e189fbf264 100644 --- a/public/language/zh-CN/global.json +++ b/public/language/zh-CN/global.json @@ -13,19 +13,19 @@ "400.message": "看起来这个链接是畸形的,请仔细检查并重新尝试。
回到主页
", "register": "注册", "login": "登录", - "please_log_in": "请登录", + "please-log-in": "请登录", "logout": "退出", - "posting_restriction_info": "仅限于注册会员发帖,点这里登录。", - "welcome_back": "欢迎回来", - "you_have_successfully_logged_in": "您已成功登录", - "save_changes": "保存更改", + "posting-restriction-info": "仅限于注册会员发帖,点这里登录。", + "welcome-back": "欢迎回来", + "you-have-successfully-logged-in": "您已成功登录", + "save-changes": "保存更改", "save": "保存", "create": "创建", "cancel": "取消", "close": "关闭", "pagination": "分页", - "pagination.out_of": "%1 / %2", - "pagination.enter_index": "跳转到帖子", + "pagination.out-of": "%1 / %2", + "pagination.enter-index": "跳转到帖子", "header.admin": "管理", "header.categories": "版块", "header.recent": "最新", @@ -80,25 +80,25 @@ "lastpost": "上一个帖子", "firstpost": "第一个帖子", "about": "关于", - "read_more": "阅读更多", + "read-more": "阅读更多", "more": "更多", "none": "无", - "posted_ago_by_guest": "游客发布于 %1", - "posted_ago_by": "%2 发布于 %1", - "posted_ago": "发布于 %1", - "posted_in": "发布在 %1", - "posted_in_by": "%2 发布于 %1", - "posted_in_ago": "于 %2 发布到 %1 版", - "posted_in_ago_by": "%3 于 %1 发布到 %2", - "user_posted_ago": "%1 发布于 %2", - "guest_posted_ago": "游客发布于 %1", - "last_edited_by": "最后由 %1 编辑", + "posted-ago-by-guest": "游客发布于 %1", + "posted-ago-by": "%2 发布于 %1", + "posted-ago": "发布于 %1", + "posted-in": "发布在 %1", + "posted-in-by": "%2 发布于 %1", + "posted-in-ago": "于 %2 发布到 %1 版", + "posted-in-ago-by": "%3 于 %1 发布到 %2", + "user-posted-ago": "%1 发布于 %2", + "guest-posted-ago": "游客发布于 %1", + "last-edited-by": "最后由 %1 编辑", "edited-timestamp": "编辑 %1", "norecentposts": "暂无新帖", "norecenttopics": "暂无新主题", "recentposts": "新帖", "recentips": "最近登录的 IP", - "moderator_tools": "版主工具", + "moderator-tools": "版主工具", "status": "状态", "online": "在线", "away": "离开", @@ -109,7 +109,7 @@ "language": "语言", "guest": "游客", "guests": "游客", - "former_user": "老用户", + "former-user": "老用户", "system-user": "系统", "unknown-user": "未知用户", "updated.title": "论坛已更新", @@ -117,12 +117,12 @@ "privacy": "隐私", "follow": "关注", "unfollow": "取消关注", - "delete_all": "全部删除", + "delete-all": "全部删除", "map": "地图", "sessions": "已登录的会话", - "ip_address": "IP 地址", - "enter_page_number": "输入页码", - "upload_file": "上传文件", + "ip-address": "IP 地址", + "enter-page-number": "输入页码", + "upload-file": "上传文件", "upload": "上传", "uploads": "上传", "allowed-file-types": "允许的文件类型有 %1", @@ -131,7 +131,7 @@ "play": "播放", "cookies.message": "此网站使用 Cookies 以保障您在我们网站的最佳体验。", "cookies.accept": "知道了!", - "cookies.learn_more": "了解更多", + "cookies.learn-more": "了解更多", "edited": "已编辑", "disabled": "禁用", "select": "选择", diff --git a/public/language/zh-CN/groups.json b/public/language/zh-CN/groups.json index 6048723964..e4b80d3f9d 100644 --- a/public/language/zh-CN/groups.json +++ b/public/language/zh-CN/groups.json @@ -2,65 +2,65 @@ "all-groups": "所有群组", "groups": "群组", "members": "成员", - "view_group": "查看群组", + "view-group": "查看群组", "owner": "群组所有者", - "new_group": "创建群组", - "no_groups_found": "尚无群组信息", + "new-group": "创建群组", + "no-groups-found": "尚无群组信息", "pending.accept": "接受", "pending.reject": "拒绝", - "pending.accept_all": "全部同意", - "pending.reject_all": "全部拒绝", + "pending.accept-all": "全部同意", + "pending.reject-all": "全部拒绝", "pending.none": "暂时没有待加入的成员", "invited.none": "暂时没有接受邀请的成员", "invited.uninvite": "取消邀请", "invited.search": "选择用户加入群组", - "invited.notification_title": "您已被邀请加入 %1", - "request.notification_title": "来自 %1 的群组成员请求", - "request.notification_text": "%1 已被邀请加入 %2", + "invited.notification-title": "您已被邀请加入 %1", + "request.notification-title": "来自 %1 的群组成员请求", + "request.notification-text": "%1 已被邀请加入 %2", "cover-save": "保存", "cover-saving": "正在保存", "details.title": "群组信息", "details.members": "成员列表", "details.pending": "待加入成员", "details.invited": "已邀请成员", - "details.has_no_posts": "此用户组的成员尚未发表任何帖子。", - "details.latest_posts": "最新帖子", + "details.has-no-posts": "此用户组的成员尚未发表任何帖子。", + "details.latest-posts": "最新帖子", "details.private": "私有", "details.disableJoinRequests": "禁用申请加入群组", "details.disableLeave": "禁止用户离开群组", "details.grant": "授予/取消管理权", "details.kick": "踢出群组", - "details.kick_confirm": "您确定要将此成员从群组中移除吗?", + "details.kick-confirm": "您确定要将此成员从群组中移除吗?", "details.add-member": "添加成员", - "details.owner_options": "群组管理", - "details.group_name": "群组名", - "details.member_count": "群组成员数", - "details.creation_date": "创建时间", + "details.owner-options": "群组管理", + "details.group-name": "群组名", + "details.member-count": "群组成员数", + "details.creation-date": "创建时间", "details.description": "描述", "details.member-post-cids": "显示发布帖子的版块 ID", - "details.badge_preview": "徽章预览", - "details.change_icon": "更改图标", - "details.change_label_colour": "更改标签颜色", - "details.change_text_colour": "更改文本颜色", - "details.badge_text": "徽章文本", + "details.badge-preview": "徽章预览", + "details.change-icon": "更改图标", + "details.change-label-colour": "更改标签颜色", + "details.change-text-colour": "更改文本颜色", + "details.badge-text": "徽章文本", "details.userTitleEnabled": "显示徽章", - "details.private_help": "启用此选项后,加入群组需要组长审批。", + "details.private-help": "启用此选项后,加入群组需要组长审批。", "details.hidden": "隐藏", - "details.hidden_help": "启用此选项后,群组将不在群组列表中展现,成员只能通过邀请加入。", - "details.delete_group": "删除群组", - "details.private_system_help": "系统禁用了私有群组,这个选项不起任何作用", + "details.hidden-help": "启用此选项后,群组将不在群组列表中展现,成员只能通过邀请加入。", + "details.delete-group": "删除群组", + "details.private-system-help": "系统禁用了私有群组,这个选项不起任何作用", "event.updated": "群组信息已更新", "event.deleted": "群组 \"%1\" 已被删除", "membership.accept-invitation": "接受邀请", - "membership.accept.notification_title": "你现在是 %1的成员了", + "membership.accept.notification-title": "你现在是 %1的成员了", "membership.invitation-pending": "邀请中", "membership.join-group": "加入群组", "membership.leave-group": "退出群组", - "membership.leave.notification_title": "%1 退出了群组:%2", + "membership.leave.notification-title": "%1 退出了群组:%2", "membership.reject": "拒绝", - "new-group.group_name": "群组名: ", + "new-group.group-name": "群组名:", "upload-group-cover": "上传群组封面", "bulk-invite-instructions": "输入您要邀请加入此群组的用户名,多个用户以逗号分隔", "bulk-invite": "批量邀请", - "remove_group_cover_confirm": "确定要移除封面图片吗?" + "remove-group-cover-confirm": "确定要移除封面图片吗?" } \ No newline at end of file diff --git a/public/language/zh-CN/login.json b/public/language/zh-CN/login.json index 108eda5b41..6455279862 100644 --- a/public/language/zh-CN/login.json +++ b/public/language/zh-CN/login.json @@ -1,12 +1,12 @@ { "username-email": "用户名 / 邮箱", "username": "用户名", - "remember_me": "保持登录信息", - "forgot_password": "忘记密码?", - "alternative_logins": "使用合作网站帐号登录", - "failed_login_attempt": "登录失败", - "login_successful": "您已成功登录!", - "dont_have_account": "没有帐号?", + "remember-me": "保持登录信息", + "forgot-password": "忘记密码?", + "alternative-logins": "使用合作网站帐号登录", + "failed-login-attempt": "登录失败", + "login-successful": "您已成功登录!", + "dont-have-account": "没有帐号?", "logged-out-due-to-inactivity": "由于长时间不活动,您的账号已被管理员从控制面板中注销", "caps-lock-enabled": "大写锁定已启用" } \ No newline at end of file diff --git a/public/language/zh-CN/modules.json b/public/language/zh-CN/modules.json index 2147897c22..e071c0bb7b 100644 --- a/public/language/zh-CN/modules.json +++ b/public/language/zh-CN/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "房间 %1", - "chat.chatting_with": "与聊天", + "chat.chatting-with": "与聊天", "chat.placeholder": "在此输入聊天消息,或者拖入图片,按下回车键以发送", "chat.placeholder.mobile": "在此输入聊天信息", "chat.scroll-up-alert": "转到最近的信息", @@ -8,12 +8,15 @@ "chat.chat-with-usernames": "与聊天", "chat.chat-with-usernames-and-x-others": "与%1 & %2 和其他人聊天", "chat.send": "发送", - "chat.no_active": "暂无聊天", - "chat.user_typing": "%1 正在输入……", - "chat.user_has_messaged_you": "%1 向您发送了消息。", + "chat.no-active": "暂无聊天", + "chat.user-typing-1": "%1 is typing ...", + "chat.user-typing-2": "%1 and %2 are typing ...", + "chat.user-typing-3": "%1, %2 and %3 are typing ...", + "chat.user-typing-n": "%1, %2 and %3 others are typing ...", + "chat.user-has-messaged-you": "%1 向您发送了消息。", "chat.replying-to": "回复 %1", - "chat.see_all": "全部对话", - "chat.mark_all_read": "标记全部已读", + "chat.see-all": "全部对话", + "chat.mark-all-read": "标记全部已读", "chat.no-messages": "请选择接收人,以查看聊天消息历史", "chat.no-users-in-room": "此聊天室中没有用户", "chat.recent-chats": "最近聊天", @@ -24,12 +27,16 @@ "chat.pop-out": "弹出聊天窗口", "chat.minimize": "最小化", "chat.maximize": "最大化", - "chat.seven_days": "7天", - "chat.thirty_days": "30天", - "chat.three_months": "3个月", - "chat.delete_message_confirm": "您确定您要删除此消息吗?", + "chat.seven-days": "7天", + "chat.thirty-days": "30天", + "chat.three-months": "3个月", + "chat.delete-message-confirm": "您确定您要删除此消息吗?", "chat.retrieving-users": "查找用户", "chat.view-users-list": "查看用户列表", + "chat.pinned-messages": "Pinned Messages", + "chat.no-pinned-messages": "There are no pinned messages", + "chat.pin-message": "Pin Message", + "chat.unpin-message": "Unpin Message", "chat.public-rooms": "公开房间(1%)", "chat.private-rooms": "私有房间(1%)", "chat.create-room": "创建聊天室", @@ -67,17 +74,24 @@ "chat.system.user-leave": "%1 离开了房间", "chat.system.room-rename": "%2 已将房间重命名为 \"%1\"", "composer.compose": "编写帮助", - "composer.show_preview": "显示预览", - "composer.hide_preview": "隐藏预览", + "composer.show-preview": "显示预览", + "composer.hide-preview": "隐藏预览", "composer.help": "帮助", - "composer.user_said_in": "%1 在 %2 中说:", - "composer.user_said": "%1 说:", + "composer.user-said-in": "%1 在 %2 中说:", + "composer.user-said": "%1 说:", "composer.discard": "确定想要取消此帖?", - "composer.submit_and_lock": "提交并锁定", - "composer.toggle_dropdown": "标为 Dropdown", + "composer.submit-and-lock": "提交并锁定", + "composer.toggle-dropdown": "标为 Dropdown", "composer.uploading": "正在上传 %1", "composer.formatting.bold": "加粗", "composer.formatting.italic": "倾斜", + "composer.formatting.heading": "Heading", + "composer.formatting.heading1": "Heading 1", + "composer.formatting.heading2": "Heading 2", + "composer.formatting.heading3": "Heading 3", + "composer.formatting.heading4": "Heading 4", + "composer.formatting.heading5": "Heading 5", + "composer.formatting.heading6": "Heading 6", "composer.formatting.list": "列表", "composer.formatting.strikethrough": "删除线", "composer.formatting.code": "代码", @@ -85,9 +99,10 @@ "composer.formatting.picture": "图片链接", "composer.upload-picture": "上传图片", "composer.upload-file": "上传文件", - "composer.zen_mode": "无干扰模式", - "composer.select_category": "选择一个版块", + "composer.zen-mode": "无干扰模式", + "composer.select-category": "选择一个版块", "composer.textarea.placeholder": "在此处输入您的帖子内容,拖放图像", + "composer.post-queue-alert": "Hello👋!
This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.", "composer.schedule-for": "定时主题到", "composer.schedule-date": "日期", "composer.schedule-time": "时间", @@ -102,8 +117,8 @@ "bootbox.confirm": "确认", "bootbox.submit": "提交", "bootbox.send": "发送", - "cover.dragging_title": "设置封面照片位置", - "cover.dragging_message": "拖拽封面照片到期望的位置,然后点击“保存”", + "cover.dragging-title": "设置封面照片位置", + "cover.dragging-message": "拖拽封面照片到期望的位置,然后点击“保存”", "cover.saved": "封面照片和位置已保存", "thumbs.modal.title": "管理主题缩略图", "thumbs.modal.no-thumbs": "没有找到缩略图。", diff --git a/public/language/zh-CN/notifications.json b/public/language/zh-CN/notifications.json index 4d8a7d6732..d7b5d8518c 100644 --- a/public/language/zh-CN/notifications.json +++ b/public/language/zh-CN/notifications.json @@ -1,59 +1,68 @@ { "title": "通知", - "no_notifs": "您没有新的通知", - "see_all": "全部通知", - "mark_all_read": "标记全部已读", - "back_to_home": "返回 %1", - "outgoing_link": "站外链接", - "outgoing_link_message": "您正在离开 %1", - "continue_to": "继续前往 %1", - "return_to": "返回 %1", - "new_notification": "您有一个新的通知", - "you_have_unread_notifications": "您有未读的通知。", + "no-notifs": "您没有新的通知", + "see-all": "全部通知", + "mark-all-read": "标记全部已读", + "back-to-home": "返回 %1", + "outgoing-link": "站外链接", + "outgoing-link-message": "您正在离开 %1", + "continue-to": "继续前往 %1", + "return-to": "返回 %1", + "new-notification": "您有一个新的通知", + "you-have-unread-notifications": "您有未读的通知。", "all": "所有", "topics": "主题", + "tags": "Tags", "replies": "回复", "chat": "聊天", "group-chat": "群聊", "public-chat": "Public Chats", "follows": "关注", "upvote": "顶", + "awards": "Awards", "new-flags": "新举报", "my-flags": "指派举报给我", "bans": "封禁", - "new_message_from": "来自 %1 的新消息", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1%2 点赞了您的帖子。", - "upvoted_your_post_in_dual": "%1%2%3 赞了您的帖子。", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "您的帖子已被 %1 移动到了 %2", - "moved_your_topic": "%1 移动了 %2", - "user_flagged_post_in": "%1%2 标记了一个帖子", - "user_flagged_post_in_dual": "%1%2%3 举报了一个帖子", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1 举报了 (%2) 的用户资料", - "user_flagged_user_dual": "%1%2 举报了 (%3) 的用户资料", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "%1 回复了:%2", - "user_posted_to_dual": "%1%2 回复了: %3", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1 发表了新主题:%2", - "user_edited_post": "%1%2 编辑了一个帖子", - "user_started_following_you": "%1关注了您。", - "user_started_following_you_dual": "%1%2 关注了您。", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1 发出了注册请求", - "new_register_multiple": "有 %1 条注册申请等待批准。", - "flag_assigned_to_you": "举报 %1 已经被指派给您", - "post_awaiting_review": "待查阅的帖子", + "new-message-from": "来自 %1 的新消息", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 wrote in %3", + "user-posted-in-public-room-dual": "%1 and %2 wrote in %4", + "user-posted-in-public-room-triple": "%1, %2 and %3 wrote in %5", + "user-posted-in-public-room-multiple": "%1, %2 and %3 others wrote in %5", + "upvoted-your-post-in": "%1%2 点赞了您的帖子。", + "upvoted-your-post-in-dual": "%1%2%3 赞了您的帖子。", + "upvoted-your-post-in-triple": "%1, %2 and %3 have upvoted your post in %4.", + "upvoted-your-post-in-multiple": "%1, %2 and %3 others have upvoted your post in %4.", + "moved-your-post": "您的帖子已被 %1 移动到了 %2", + "moved-your-topic": "%1 移动了 %2", + "user-flagged-post-in": "%1%2 标记了一个帖子", + "user-flagged-post-in-dual": "%1%2%3 举报了一个帖子", + "user-flagged-post-in-triple": "%1, %2 and %3 flagged a post in %4", + "user-flagged-post-in-multiple": "%1, %2 and %3 others flagged a post in %4", + "user-flagged-user": "%1 举报了 (%2) 的用户资料", + "user-flagged-user-dual": "%1%2 举报了 (%3) 的用户资料", + "user-flagged-user-triple": "%1, %2 and %3 flagged a user profile (%4)", + "user-flagged-user-multiple": "%1, %2 and %3 others flagged a user profile (%4)", + "user-posted-to": "%1 回复了:%2", + "user-posted-to-dual": "%1%2 回复了: %3", + "user-posted-to-triple": "%1, %2 and %3 have posted replies to: %4", + "user-posted-to-multiple": "%1, %2 and %3 others have posted replies to: %4", + "user-posted-topic": "%1 发表了新主题:%2", + "user-edited-post": "%1%2 编辑了一个帖子", + "user-posted-topic-with-tag": "%1 has posted a new topic with tag %2", + "user-posted-topic-with-tag-dual": "%1 has posted a new topic with tags %2 and %3", + "user-posted-topic-with-tag-triple": "%1 has posted a new topic with tags %2, %3 and %4", + "user-posted-topic-with-tag-multiple": "%1 has posted a new topic with tags %2", + "user-started-following-you": "%1关注了您。", + "user-started-following-you-dual": "%1%2 关注了您。", + "user-started-following-you-triple": "%1, %2 and %3 started following you.", + "user-started-following-you-multiple": "%1, %2 and %3 others started following you.", + "new-register": "%1 发出了注册请求", + "new-register-multiple": "有 %1 条注册申请等待批准。", + "flag-assigned-to-you": "举报 %1 已经被指派给您", + "post-awaiting-review": "待查阅的帖子", "profile-exported": "%1资料已导出,点击下载", "posts-exported": "%1帖子已导出,点击下载", "uploads-exported": "%1上传已导出,点击下载", @@ -66,22 +75,24 @@ "email-confirm-error-message": "验证的您电子邮箱地址时出现了问题。可能是因为验证码无效或已过期。", "email-confirm-sent": "确认邮件已发送。", "none": "无", - "notification_only": "用通知提醒我", - "email_only": "用邮件提醒我", - "notification_and_email": "同时使用 通知 和 邮件 提醒我", - "notificationType_upvote": "当有人顶了我的帖子时", - "notificationType_new-topic": "当您关注的人发布了主题时", - "notificationType_new-reply": "当您正在查看的主题中有新回复时", - "notificationType_post-edit": "当您关注的主题有帖子被编辑时", - "notificationType_follow": "当有人关注您时", - "notificationType_new-chat": "当您收到聊天消息时", - "notificationType_new-group-chat": "当您收到群聊消息时", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "当您收到用户组邀请时", - "notificationType_group-leave": "当用户离开您的用户组时", - "notificationType_group-request-membership": "当有人请求加入您拥有的用户组时", - "notificationType_new-register": "当有人被添加到申请队列时", - "notificationType_post-queue": "当有新帖子等待审核时", - "notificationType_new-post-flag": "当有新的帖子举报时", - "notificationType_new-user-flag": "当有新的用户信息举报时" + "notification-only": "用通知提醒我", + "email-only": "用邮件提醒我", + "notification-and-email": "同时使用 通知 和 邮件 提醒我", + "notificationType-upvote": "当有人顶了我的帖子时", + "notificationType-new-topic": "当您关注的人发布了主题时", + "notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow", + "notificationType-new-reply": "当您正在查看的主题中有新回复时", + "notificationType-post-edit": "当您关注的主题有帖子被编辑时", + "notificationType-follow": "当有人关注您时", + "notificationType-new-chat": "当您收到聊天消息时", + "notificationType-new-group-chat": "当您收到群聊消息时", + "notificationType-new-public-chat": "When you receive a public group chat message", + "notificationType-group-invite": "当您收到用户组邀请时", + "notificationType-group-leave": "当用户离开您的用户组时", + "notificationType-group-request-membership": "当有人请求加入您拥有的用户组时", + "notificationType-new-register": "当有人被添加到申请队列时", + "notificationType-post-queue": "当有新帖子等待审核时", + "notificationType-new-post-flag": "当有新的帖子举报时", + "notificationType-new-user-flag": "当有新的用户信息举报时", + "notificationType-new-reward": "When you earn a new reward" } \ No newline at end of file diff --git a/public/language/zh-CN/pages.json b/public/language/zh-CN/pages.json index 8686915b05..dd53d93b41 100644 --- a/public/language/zh-CN/pages.json +++ b/public/language/zh-CN/pages.json @@ -47,7 +47,8 @@ "account/latest-posts": "%1 发布的最新帖子", "account/topics": "%1 创建的主题", "account/groups": "%1 的群组", - "account/watched_categories": "%1 关注的版块", + "account/watched-categories": "%1 关注的版块", + "account/watched-tags": "%1's Watched Tags", "account/bookmarks": "%1 收藏的帖子", "account/settings": "用户设置", "account/settings-of": "改变设置的 %1", diff --git a/public/language/zh-CN/recent.json b/public/language/zh-CN/recent.json index a6017ede09..f3cff06bd3 100644 --- a/public/language/zh-CN/recent.json +++ b/public/language/zh-CN/recent.json @@ -5,7 +5,7 @@ "month": "月", "year": "年", "alltime": "总计", - "no_recent_topics": "暂无主题。", - "no_popular_topics": "暂无热门主题。", + "no-recent-topics": "暂无主题。", + "no-popular-topics": "暂无热门主题。", "load-new-posts": "加载新的帖子" } \ No newline at end of file diff --git a/public/language/zh-CN/register.json b/public/language/zh-CN/register.json index 1a4e6ceded..9d03e65295 100644 --- a/public/language/zh-CN/register.json +++ b/public/language/zh-CN/register.json @@ -1,32 +1,32 @@ { "register": "注册", "already-have-account": "已经有了一个账户?", - "cancel_registration": "取消注册", + "cancel-registration": "取消注册", "help.email": "默认情况下,您的电子邮箱不会公开。", - "help.username_restrictions": "全局唯一的用户名,长度 %1 到 %2 个字。其他人可以使用 @用户名 提及您。", - "help.minimum_password_length": "您的密码长度必须不少于 %1 个字。", - "email_address": "电子邮箱地址", - "email_address_placeholder": "输入电子邮箱地址", + "help.username-restrictions": "全局唯一的用户名,长度 %1 到 %2 个字。其他人可以使用 @用户名 提及您。", + "help.minimum-password-length": "您的密码长度必须不少于 %1 个字。", + "email-address": "电子邮箱地址", + "email-address-placeholder": "输入电子邮箱地址", "username": "用户名", - "username_placeholder": "输入用户名", + "username-placeholder": "输入用户名", "password": "密码", - "password_placeholder": "输入密码", - "confirm_password": "确认密码", - "confirm_password_placeholder": "再次输入密码", - "register_now_button": "立即注册", - "alternative_registration": "其他方式注册", - "terms_of_use": "使用条款", - "agree_to_terms_of_use": "我同意使用条款", - "terms_of_use_error": "您必须同意使用条款", + "password-placeholder": "输入密码", + "confirm-password": "确认密码", + "confirm-password-placeholder": "再次输入密码", + "register-now-button": "立即注册", + "alternative-registration": "其他方式注册", + "terms-of-use": "使用条款", + "agree-to-terms-of-use": "我同意使用条款", + "terms-of-use-error": "您必须同意使用条款", "registration-added-to-queue": "您的注册正在等待批准。一旦通过,管理员会发送邮件通知您。", "registration-queue-average-time": "我们通常的注册批准时间为 %1 小时 %2 分钟。", "registration-queue-auto-approve-time": "您在此论坛的帐号将会在最迟 %1  小时后被完全激活。", "interstitial.intro": "我们需要一些额外信息以更新您的账号。", "interstitial.intro-new": "我们需要一些额外信息以创建您的账号。", "interstitial.errors-found": "请检查输入的信息:", - "gdpr_agree_data": "我同意此网站对我个人信息的收集与处理。", - "gdpr_agree_email": "我同意此网站向我发送摘要和通知邮件。", - "gdpr_consent_denied": "您需要同意此网站收集与处理您的个人信息,以及向您发送电子邮件。", + "gdpr-agree-data": "我同意此网站对我个人信息的收集与处理。", + "gdpr-agree-email": "我同意此网站向我发送摘要和通知邮件。", + "gdpr-consent-denied": "您需要同意此网站收集与处理您的个人信息,以及向您发送电子邮件。", "invite.error-admin-only": "开放的用户注册已被禁用,详情请联系管理员。", "invite.error-invite-only": "开放的用户注册已被禁用,您必须被其他用户邀请才能访问此论坛。", "invite.error-invalid-data": "您的注册资料与我们的记录不符,详情请联系管理员。" diff --git a/public/language/zh-CN/reset_password.json b/public/language/zh-CN/reset_password.json index 50e0df910b..609bc00b67 100644 --- a/public/language/zh-CN/reset_password.json +++ b/public/language/zh-CN/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "重置密码", - "update_password": "更新密码", - "password_changed.title": "密码已更改", - "password_changed.message": "

密码重置成功,请重新登录。", - "wrong_reset_code.title": "重置验证码不正确", - "wrong_reset_code.message": "您输入的重置验证码有误,请重新输入,或者申请新的重置验证码。", - "new_password": "新密码", - "repeat_password": "验证密码", - "changing_password": "正在更改密码", - "enter_email": "请输入您的电子邮箱地址,我们将会发送一份带有如何重置您的账号密码的操作指南的邮件给您。", - "enter_email_address": "输入邮箱地址", - "password_reset_sent": "如果指定的邮件地址关联到已存在的用户账号,该账号将收到一条密码重置邮件,请注意该邮件一分钟内只发送一次", - "invalid_email": "无效的电子邮箱/电子邮箱不存在!", - "password_too_short": "密码太短,请选择其他密码。", - "passwords_do_not_match": "您输入两个密码不一致。", - "password_expired": "您的密码已过期,请选择新密码" + "reset-password": "重置密码", + "update-password": "更新密码", + "password-changed.title": "密码已更改", + "password-changed.message": "

密码重置成功,请重新登录。", + "wrong-reset-code.title": "重置验证码不正确", + "wrong-reset-code.message": "您输入的重置验证码有误,请重新输入,或者申请新的重置验证码。", + "new-password": "新密码", + "repeat-password": "验证密码", + "changing-password": "正在更改密码", + "enter-email": "请输入您的电子邮箱地址,我们将会发送一份带有如何重置您的账号密码的操作指南的邮件给您。", + "enter-email-address": "输入邮箱地址", + "password-reset-sent": "如果指定的邮件地址关联到已存在的用户账号,该账号将收到一条密码重置邮件,请注意该邮件一分钟内只发送一次", + "invalid-email": "无效的电子邮箱/电子邮箱不存在!", + "password-too-short": "密码太短,请选择其他密码。", + "passwords-do-not-match": "您输入两个密码不一致。", + "password-expired": "您的密码已过期,请选择新密码" } \ No newline at end of file diff --git a/public/language/zh-CN/rewards.json b/public/language/zh-CN/rewards.json new file mode 100644 index 0000000000..f923cf1500 --- /dev/null +++ b/public/language/zh-CN/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "You have been awarded %1 reputation", + "awarded-group-membership": "You have been added to the group %1", + + "essentials/user.reputation-conditional-value": "(Reputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Post Count %1 %2)", + "essentials/user.lastonline-conditional-value": "(Last Online %1 %2)", + "essentials/user.joindate-conditional-value": "(Join Date %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Days Registered %1 %2)" +} \ No newline at end of file diff --git a/public/language/zh-CN/search.json b/public/language/zh-CN/search.json index 0b5808ef16..c885ea96bc 100644 --- a/public/language/zh-CN/search.json +++ b/public/language/zh-CN/search.json @@ -1,6 +1,6 @@ { "type-to-search": "输入内容进行搜索", - "results_matching": "共 %1 条结果匹配 \"%2\",(耗时 %3 秒)", + "results-matching": "共 %1 条结果匹配 \"%2\",(耗时 %3 秒)", "no-matches": "无匹配结果", "advanced-search": "高级搜索", "in": "在", diff --git a/public/language/zh-CN/tags.json b/public/language/zh-CN/tags.json index 0a670ab040..4f420895ca 100644 --- a/public/language/zh-CN/tags.json +++ b/public/language/zh-CN/tags.json @@ -1,11 +1,17 @@ { "all-tags": "所有标签", - "no_tag_topics": "此标签还没有主题帖。", + "no-tag-topics": "此标签还没有主题帖。", "no-tags-found": "没有找到标签", "tags": "标签", - "enter_tags_here": "在这里输入标签,每个标签 %1 到 %2 个字符。", - "enter_tags_here_short": "输入标签...", - "no_tags": "尚无标签。", - "select_tags": "选择标签", - "tag-whitelist": "标签白名单" + "enter-tags-here": "在这里输入标签,每个标签 %1 到 %2 个字符。", + "enter-tags-here-short": "输入标签...", + "no-tags": "尚无标签。", + "select-tags": "选择标签", + "tag-whitelist": "标签白名单", + "watching": "Watching", + "not-watching": "Not Watching", + "watching.description": "Notify me of new topics.", + "not-watching.description": "Do not notify me of new topics.", + "following-tag.message": "You will now be receiving notifications when somebody posts a topic with this tag.", + "not-following-tag.message": "You will not receive notifications when somebody posts a topic with this tag." } \ No newline at end of file diff --git a/public/language/zh-CN/themes/harmony.json b/public/language/zh-CN/themes/harmony.json index 989f4bc30a..b21380c9aa 100644 --- a/public/language/zh-CN/themes/harmony.json +++ b/public/language/zh-CN/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "主题和类别页面上的工具条将附着在页面顶部", "settings.autohideBottombar": "自动隐藏底栏", "settings.autohideBottombar.help": "当页面向下滚动时,移动设备视图的底栏将被隐藏", + "settings.openSidebars": "Open sidebars", "settings.chatModals": "启用聊天模式" } \ No newline at end of file diff --git a/public/language/zh-CN/top.json b/public/language/zh-CN/top.json index fb0e71e2e6..291d3c92d5 100644 --- a/public/language/zh-CN/top.json +++ b/public/language/zh-CN/top.json @@ -1,4 +1,4 @@ { "title": "置顶", - "no_top_topics": "没有置顶主题" + "no-top-topics": "没有置顶主题" } \ No newline at end of file diff --git a/public/language/zh-CN/topic.json b/public/language/zh-CN/topic.json index 48f4e4ed99..0ddbfdd856 100644 --- a/public/language/zh-CN/topic.json +++ b/public/language/zh-CN/topic.json @@ -1,20 +1,20 @@ { "topic": "主题", "title": "标题", - "no_topics_found": "没有找到主题!", - "no_posts_found": "没有找到回复!", - "post_is_deleted": "此回复已被删除!", - "topic_is_deleted": "此主题已被删除!", + "no-topics-found": "没有找到主题!", + "no-posts-found": "没有找到回复!", + "post-is-deleted": "此回复已被删除!", + "topic-is-deleted": "此主题已被删除!", "profile": "资料", - "posted_by": "%1 发布", - "posted_by_guest": "未登录用户发布", + "posted-by": "%1 发布", + "posted-by-guest": "未登录用户发布", "chat": "聊天", - "notify_me": "此主题有新回复时通知我", + "notify-me": "此主题有新回复时通知我", "quote": "引用", "reply": "回复", - "replies_to_this_post": "%1 条回复", - "one_reply_to_this_post": "1 条回复", - "last_reply_time": "最后回复", + "replies-to-this-post": "%1 条回复", + "one-reply-to-this-post": "1 条回复", + "last-reply-time": "最后回复", "reply-as-topic": "在新帖中回复", "guest-login-reply": "登录后回复", "login-to-view": "🔒登录查看", @@ -35,7 +35,7 @@ "pinned-with-expiry": "置顶直到 %1", "scheduled": "已定时", "moved": "已移动", - "moved-from": "移自%1版 ", + "moved-from": "移自%1版", "copy-code": "复制代码", "copy-ip": "复制IP", "ban-ip": "封禁 IP", @@ -49,7 +49,7 @@ "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-pinned-topic-on": "%1 在 %2 中固定了该主题", "user-unpinned-topic-ago": "%1 取消固定了该主题 %2", "user-unpinned-topic-on": "%1 取消固定该主题于 %2", "user-deleted-topic-ago": "%1 删除了该主题 %2", @@ -61,132 +61,133 @@ "user-queued-post-ago": "%1 篇 已排队 待审批的帖子 %3", "user-queued-post-on": "在 %3 中 已排队 %1 篇待审批的帖子", "user-referenced-topic-ago": "%1 被引用 于这个主题 %3", - "user-referenced-topic-on": " %1 在 %3 中 引用了 这个主题", + "user-referenced-topic-on": "%1 在 %3 中 引用了 这个主题", "user-forked-topic-ago": "%1 分支于 这个主题 %3", "user-forked-topic-on": "%1 这个主题的分支在 %3", - "bookmark_instructions": "点击阅读本主题帖中的最新回复", + "bookmark-instructions": "点击阅读本主题帖中的最新回复", "flag-post": "举报这个帖子", "flag-user": "举报此用户", "already-flagged": "已举报", "view-flag-report": "查看举报报告", "resolve-flag": "解决举报", - "merged_message": "此主题已并入%2", - "deleted_message": "此主题已被删除。只有拥有主题管理权限的用户可以查看。", - "following_topic.message": "当有人回复此主题时,您会收到通知。", - "not_following_topic.message": "您将在未读主题列表中看到这个主题,但您不会在帖子被回复时收到通知。", - "ignoring_topic.message": "您将不会在未读主题列表里看到这个主题,但在被提到以及帖子被顶时仍将收到通知。", - "login_to_subscribe": "请注册或登录后,再订阅此主题。", + "merged-message": "此主题已并入%2", + "forked-message": "This topic was forked from %2", + "deleted-message": "此主题已被删除。只有拥有主题管理权限的用户可以查看。", + "following-topic.message": "当有人回复此主题时,您会收到通知。", + "not-following-topic.message": "您将在未读主题列表中看到这个主题,但您不会在帖子被回复时收到通知。", + "ignoring-topic.message": "您将不会在未读主题列表里看到这个主题,但在被提到以及帖子被顶时仍将收到通知。", + "login-to-subscribe": "请注册或登录后,再订阅此主题。", "markAsUnreadForAll.success": "将全部主题标为未读。", - "mark_unread": "标记为未读", - "mark_unread.success": "主题已被标记为未读。", + "mark-unread": "标记为未读", + "mark-unread.success": "主题已被标记为未读。", "watch": "关注", "unwatch": "取消关注", "watch.title": "当此主题有新回复时,通知我", "unwatch.title": "取消关注此主题", - "share_this_post": "分享此帖子", + "share-this-post": "分享此帖子", "watching": "关注中", "not-watching": "未关注", "ignoring": "忽略中", "watching.description": "有新回复时通知我。
在未读主题中显示。", "not-watching.description": "不要在有新回复时通知我。
如果这个版块未被忽略则在未读主题中显示。", "ignoring.description": "不要在有新回复时通知我。
不要在未读主题中显示该主题。", - "thread_tools.title": "主题工具", - "thread_tools.markAsUnreadForAll": "全部标记为未读", - "thread_tools.pin": "置顶主题", - "thread_tools.unpin": "取消置顶主题", - "thread_tools.lock": "锁定主题", - "thread_tools.unlock": "解锁主题", - "thread_tools.move": "移动主题", - "thread_tools.move-posts": "移动帖子", - "thread_tools.move_all": "移动全部", - "thread_tools.change_owner": "更改所有者", - "thread_tools.select_category": "选择版块", - "thread_tools.fork": "分割主题", - "thread_tools.tag": "为主题新增标签", - "thread_tools.delete": "删除主题", - "thread_tools.delete-posts": "删除回复", - "thread_tools.delete_confirm": "确定要删除此主题吗?", - "thread_tools.restore": "恢复主题", - "thread_tools.restore_confirm": "确定要恢复此主题吗?", - "thread_tools.purge": "清除主题", - "thread_tools.purge_confirm": "确认清除此主题吗?", - "thread_tools.merge_topics": "合并主题", - "thread_tools.merge": "合并主题", - "topic_move_success": "注意:此主题将会被移动到“1%”。点击此处可取消。", - "topic_move_multiple_success": "注意:以下主题将会被移动到“%1”,点击此处可取消。", - "topic_move_all_success": "注意 :全部主题都将被移动到“1%”,点击此处可取消。", - "topic_move_undone": "撤销主题移动", - "topic_move_posts_success": "此帖子将马上移动。点击此处撤销", - "topic_move_posts_undone": "撤销帖子移动", - "post_delete_confirm": "您确定您要删除此帖子吗?", - "post_restore_confirm": "您确定您要恢复此帖子吗?", - "post_purge_confirm": "您确定您要清除此帖子吗?", + "thread-tools.title": "主题工具", + "thread-tools.markAsUnreadForAll": "全部标记为未读", + "thread-tools.pin": "置顶主题", + "thread-tools.unpin": "取消置顶主题", + "thread-tools.lock": "锁定主题", + "thread-tools.unlock": "解锁主题", + "thread-tools.move": "移动主题", + "thread-tools.move-posts": "移动帖子", + "thread-tools.move-all": "移动全部", + "thread-tools.change-owner": "更改所有者", + "thread-tools.select-category": "选择版块", + "thread-tools.fork": "分割主题", + "thread-tools.tag": "为主题新增标签", + "thread-tools.delete": "删除主题", + "thread-tools.delete-posts": "删除回复", + "thread-tools.delete-confirm": "确定要删除此主题吗?", + "thread-tools.restore": "恢复主题", + "thread-tools.restore-confirm": "确定要恢复此主题吗?", + "thread-tools.purge": "清除主题", + "thread-tools.purge-confirm": "确认清除此主题吗?", + "thread-tools.merge-topics": "合并主题", + "thread-tools.merge": "合并主题", + "topic-move-success": "注意:此主题将会被移动到“1%”。点击此处可取消。", + "topic-move-multiple-success": "注意:以下主题将会被移动到“%1”,点击此处可取消。", + "topic-move-all-success": "注意 :全部主题都将被移动到“1%”,点击此处可取消。", + "topic-move-undone": "撤销主题移动", + "topic-move-posts-success": "此帖子将马上移动。点击此处撤销", + "topic-move-posts-undone": "撤销帖子移动", + "post-delete-confirm": "您确定您要删除此帖子吗?", + "post-restore-confirm": "您确定您要恢复此帖子吗?", + "post-purge-confirm": "您确定您要清除此帖子吗?", "pin-modal-expiry": "失效日期", "pin-modal-help": "您可以在此处选择为置顶主题设置一个失效日期。或者您也可以选择不设置,则该主题将会一直被置顶,直到管理员取消置顶。", - "load_categories": "正在载入版块", - "confirm_move": "移动", - "confirm_fork": "分割", + "load-categories": "正在载入版块", + "confirm-move": "移动", + "confirm-fork": "分割", "bookmark": "书签", "bookmarks": "书签", - "bookmarks.has_no_bookmarks": "您还没有添加任何书签", + "bookmarks.has-no-bookmarks": "您还没有添加任何书签", "copy-permalink": "复制固定链接", - "loading_more_posts": "正在加载更多帖子", - "move_topic": "移动主题", - "move_topics": "移动主题", - "move_post": "移动帖子", - "post_moved": "帖子已移动!", - "fork_topic": "分割主题", + "loading-more-posts": "正在加载更多帖子", + "move-topic": "移动主题", + "move-topics": "移动主题", + "move-post": "移动帖子", + "post-moved": "帖子已移动!", + "fork-topic": "分割主题", "enter-new-topic-title": "输入新的主题标题", - "fork_topic_instruction": "点击您想创建分支的帖子,为新主题输入一个标题,然后点击分支主题。", - "fork_no_pids": "未选中帖子!", + "fork-topic-instruction": "点击您想创建分支的帖子,为新主题输入一个标题,然后点击分支主题。", + "fork-no-pids": "未选中帖子!", "no-posts-selected": "未选中帖子!", "x-posts-selected": "已选中%1个帖子", "x-posts-will-be-moved-to-y": "%1个帖子将被移动到”%2“", - "fork_pid_count": "选择了 %1 个帖子", - "fork_success": "成功分割主题! 点这里跳转到分割后的主题。", - "delete_posts_instruction": "点击想要删除/永久删除的帖子", - "merge_topics_instruction": "点击您想合并或搜索的主题", + "fork-pid-count": "选择了 %1 个帖子", + "fork-success": "成功分割主题! 点这里跳转到分割后的主题。", + "delete-posts-instruction": "点击想要删除/永久删除的帖子", + "merge-topics-instruction": "点击您想合并或搜索的主题", "merge-topic-list-title": "要合并的主题列表", "merge-options": "合并选项", "merge-select-main-topic": "选择首要主题", "merge-new-title-for-topic": "主题的新标题", "topic-id": "主题 ID", - "move_posts_instruction": "选中您想移动的帖子,然后输入一个主题 ID 或前往目标主题", - "move_topic_instruction": "选择目标版块然后点击移动", - "change_owner_instruction": "点击您想转移给其他用户的帖子", - "composer.title_placeholder": "在此输入您主题的标题...", - "composer.handle_placeholder": "在这里输入您的姓名/昵称", + "move-posts-instruction": "选中您想移动的帖子,然后输入一个主题 ID 或前往目标主题", + "move-topic-instruction": "选择目标版块然后点击移动", + "change-owner-instruction": "点击您想转移给其他用户的帖子", + "composer.title-placeholder": "在此输入您主题的标题...", + "composer.handle-placeholder": "在这里输入您的姓名/昵称", "composer.hide": "隐藏", "composer.discard": "撤销", "composer.submit": "提交", "composer.additional-options": "附加选项", "composer.post-later": "稍后发布", "composer.schedule": "定时", - "composer.replying_to": "正在回复 %1", - "composer.new_topic": "新主题", + "composer.replying-to": "正在回复 %1", + "composer.new-topic": "新主题", "composer.editing-in": "在 1% 中编辑帖子", "composer.uploading": "正在上传...", - "composer.thumb_url_label": "粘贴主题缩略图网址", - "composer.thumb_title": "给此主题添加缩略图", - "composer.thumb_url_placeholder": "http://example.com/thumb.png", - "composer.thumb_file_label": "或上传文件", - "composer.thumb_remove": "清除字段", - "composer.drag_and_drop_images": "拖拽图片到此处", - "more_users_and_guests": "%1 名用户和 %2 名游客", - "more_users": "%1 名用户", - "more_guests": "%1 名游客", - "users_and_others": "%1 和 %2 其他人", - "sort_by": "排序", - "oldest_to_newest": "从旧到新", - "newest_to_oldest": "从新到旧", - "most_votes": "最多赞同", - "most_posts": "回复最多", - "most_views": "最多浏览", + "composer.thumb-url-label": "粘贴主题缩略图网址", + "composer.thumb-title": "给此主题添加缩略图", + "composer.thumb-url-placeholder": "http://example.com/thumb.png", + "composer.thumb-file-label": "或上传文件", + "composer.thumb-remove": "清除字段", + "composer.drag-and-drop-images": "拖拽图片到此处", + "more-users-and-guests": "%1 名用户和 %2 名游客", + "more-users": "%1 名用户", + "more-guests": "%1 名游客", + "users-and-others": "%1 和 %2 其他人", + "sort-by": "排序", + "oldest-to-newest": "从旧到新", + "newest-to-oldest": "从新到旧", + "most-votes": "最多赞同", + "most-posts": "回复最多", + "most-views": "最多浏览", "stale.title": "接受建议并创建新主题?", "stale.warning": "您回复的主题已经很古老了。您是否用发布新主题代替,并引用此主题的内容?", "stale.create": "创建新主题", - "stale.reply_anyway": "仍然回复此帖", - "link_back": "回复: [%1](%2)", + "stale.reply-anyway": "仍然回复此帖", + "link-back": "回复: [%1](%2)", "diffs.title": "历史发布记录", "diffs.description": "此帖子有 %1个修订。点击下方修订中的一个以查看某个时间点帖子的内容。", "diffs.no-revisions-description": "此帖子有 %1 个修订。", @@ -197,8 +198,8 @@ "diffs.post-restored": "帖子成功恢复到更早的修订版本", "diffs.delete": "删除此修订", "diffs.deleted": "修订已删除", - "timeago_later": "%1 后", - "timeago_earlier": "%1 前", + "timeago-later": "%1 后", + "timeago-earlier": "%1 前", "first-post": "第一个帖子", "last-post": "最后一个帖子", "go-to-my-next-post": "转到我的下一个帖子", diff --git a/public/language/zh-CN/unread.json b/public/language/zh-CN/unread.json index a1e5751a7c..4c98eca104 100644 --- a/public/language/zh-CN/unread.json +++ b/public/language/zh-CN/unread.json @@ -1,12 +1,12 @@ { "title": "未读", - "no_unread_topics": "没有未读主题。", - "load_more": "载入更多", - "mark_as_read": "标为已读", + "no-unread-topics": "没有未读主题。", + "load-more": "载入更多", + "mark-as-read": "标为已读", "selected": "已选", "all": "全部", - "all_categories": "全部板块", - "topics_marked_as_read.success": "主题被标为已读!", + "all-categories": "全部板块", + "topics-marked-as-read.success": "主题被标为已读!", "all-topics": "全部主题", "new-topics": "新建主题", "watched-topics": "关注主题", diff --git a/public/language/zh-CN/user.json b/public/language/zh-CN/user.json index 572f914e5f..ac47a83e96 100644 --- a/public/language/zh-CN/user.json +++ b/public/language/zh-CN/user.json @@ -7,22 +7,22 @@ "joindate": "注册日期", "postcount": "发帖数", "email": "电子邮件", - "confirm_email": "确认电子邮箱", - "account_info": "账户信息", - "admin_actions_label": "管理行为", - "ban_account": "封禁账户", - "ban_account_confirm": "您确定要封禁这位用户吗?", - "unban_account": "解禁账户", - "mute_account": "禁言账号", - "unmute_account": "解除账号禁言", - "delete_account": "删除帐号", - "delete_account_as_admin": "删除账号", - "delete_content": "删除账号内容", - "delete_all": "删除账号和内容", - "delete_account_confirm": "您确定要匿名化您的所有帖子并删除账号吗?
此操作不可撤销,您将无法恢复您的任何数据

请输入您的密码,以确认您要删除这个账号。", - "delete_this_account_confirm": "您确定您要删除此账号同时保留其发布的内容吗?
此操作不可逆,帖子将被匿名化,而且您将无法恢复帖子和被删除账号的联系

", - "delete_account_content_confirm": "您确定要删除账户内容(帖子/主题/上传)吗?
此操作不可逆,而且您无法恢复任何数据

", - "delete_all_confirm": "您确定要删除此账号和它的所有内容(帖子/主题/上传)吗?
此操作不可逆,而且您无法恢复任何数据

", + "confirm-email": "确认电子邮箱", + "account-info": "账户信息", + "admin-actions-label": "管理行为", + "ban-account": "封禁账户", + "ban-account-confirm": "您确定要封禁这位用户吗?", + "unban-account": "解禁账户", + "mute-account": "禁言账号", + "unmute-account": "解除账号禁言", + "delete-account": "删除帐号", + "delete-account-as-admin": "删除账号", + "delete-content": "删除账号内容", + "delete-all": "删除账号和内容", + "delete-account-confirm": "您确定要匿名化您的所有帖子并删除账号吗?
此操作不可撤销,您将无法恢复您的任何数据

请输入您的密码,以确认您要删除这个账号。", + "delete-this-account-confirm": "您确定您要删除此账号同时保留其发布的内容吗?
此操作不可逆,帖子将被匿名化,而且您将无法恢复帖子和被删除账号的联系

", + "delete-account-content-confirm": "您确定要删除账户内容(帖子/主题/上传)吗?
此操作不可逆,而且您无法恢复任何数据

", + "delete-all-confirm": "您确定要删除此账号和它的所有内容(帖子/主题/上传)吗?
此操作不可逆,而且您无法恢复任何数据

", "account-deleted": "帐号已删除", "account-content-deleted": "账号内容已删除", "fullname": "全名", @@ -32,11 +32,12 @@ "joined": "注册时间", "lastonline": "最后登录", "profile": "资料", - "profile_views": "资料浏览", + "profile-views": "资料浏览", "reputation": "声望", "bookmarks": "书签", - "watched_categories": "已关注的版块", - "change_all": "更改全部", + "watched-categories": "已关注的版块", + "watched-tags": "Watched tags", + "change-all": "更改全部", "watched": "已关注", "ignored": "忽略", "default-category-watch-state": "默认版块关注状态", @@ -44,83 +45,84 @@ "following": "关注", "blocks": "屏蔽", "blocked-users": "屏蔽用户", - "block_toggle": "屏蔽该用户", - "block_user": "屏蔽用户", - "unblock_user": "解除屏蔽用户", + "block-toggle": "屏蔽该用户", + "block-user": "屏蔽用户", + "unblock-user": "解除屏蔽用户", "aboutme": "关于我", "signature": "签名档", "birthday": "生日", "chat": "聊天", - "chat_with": "继续与 %1 聊天", - "new_chat_with": "开始与 %1 的新会话", + "chat-with": "继续与 %1 聊天", + "new-chat-with": "开始与 %1 的新会话", "flag-profile": "举报资料", "follow": "关注", "unfollow": "取消关注", "more": "更多", - "profile_update_success": "资料已经成功更新。", - "change_picture": "更改头像", - "change_username": "更改用户名", - "change_email": "更改电子邮箱", - "email_same_as_password": "请输入您当前的密码以继续 –您已经再次输入了您的新电子邮箱", + "profile-update-success": "资料已经成功更新。", + "change-picture": "更改头像", + "change-username": "更改用户名", + "change-email": "更改电子邮箱", + "email-updated": "Email Updated", + "email-same-as-password": "请输入您当前的密码以继续 –您已经再次输入了您的新电子邮箱", "edit": "编辑", "edit-profile": "编辑资料", - "default_picture": "默认图标", - "uploaded_picture": "已有头像", - "upload_new_picture": "上传新头像", - "upload_new_picture_from_url": "上传来自URL的新头像", - "current_password": "当前密码", - "new_password": "新密码", - "change_password": "更改密码", - "change_password_error": "无效的密码!", - "change_password_error_wrong_current": "您的当前密码不正确!", - "change_password_error_match": "两次输入的密码必须相同!", - "change_password_error_privileges": "您无权更改此密码。", - "change_password_success": "您的密码已更新!", - "confirm_password": "确认密码", + "default-picture": "默认图标", + "uploaded-picture": "已有头像", + "upload-new-picture": "上传新头像", + "upload-new-picture-from-url": "上传来自URL的新头像", + "current-password": "当前密码", + "new-password": "新密码", + "change-password": "更改密码", + "change-password-error": "无效的密码!", + "change-password-error-wrong-current": "您的当前密码不正确!", + "change-password-error-match": "两次输入的密码必须相同!", + "change-password-error-privileges": "您无权更改此密码。", + "change-password-success": "您的密码已更新!", + "confirm-password": "确认密码", "password": "密码", - "username_taken_workaround": "您申请的用户名已被占用,所以我们稍作更改。您现在的用户名是 %1", - "password_same_as_username": "您的密码与用户名相同,请选择另外的密码。", - "password_same_as_email": "您的密码与邮箱相同,请选择另外的密码。", - "weak_password": "密码强度低。", - "upload_picture": "上传头像", - "upload_a_picture": "上传头像", - "remove_uploaded_picture": "删除已上传的头像", - "upload_cover_picture": "上传封面图片", - "remove_cover_picture_confirm": "您确定要移除封面图片吗?", - "crop_picture": "剪裁图片", - "upload_cropped_picture": "剪裁并上传", + "username-taken-workaround": "您申请的用户名已被占用,所以我们稍作更改。您现在的用户名是 %1", + "password-same-as-username": "您的密码与用户名相同,请选择另外的密码。", + "password-same-as-email": "您的密码与邮箱相同,请选择另外的密码。", + "weak-password": "密码强度低。", + "upload-picture": "上传头像", + "upload-a-picture": "上传头像", + "remove-uploaded-picture": "删除已上传的头像", + "upload-cover-picture": "上传封面图片", + "remove-cover-picture-confirm": "您确定要移除封面图片吗?", + "crop-picture": "剪裁图片", + "upload-cropped-picture": "剪裁并上传", "avatar-background-colour": "头像背景颜色", "settings": "设置", - "show_email": "显示我的电子邮箱", - "show_fullname": "显示我的全名", - "restrict_chats": "只允许我关注的用户给我发送聊天消息", - "digest_label": "订阅摘要", - "digest_description": "订阅此论坛的定期电子邮件更新 (新通知和主题)", - "digest_off": "关闭", - "digest_daily": "每天", - "digest_weekly": "每周", - "digest_biweekly": "每两周", - "digest_monthly": "每月", - "has_no_follower": "此用户还没有粉丝 :(", - "follows_no_one": "此用户尚未关注任何人 :(", - "has_no_posts": "此用户从未发言。", - "has_no_best_posts": "此用户没有任何顶过的帖子。", - "has_no_topics": "此用户还未发布任何主题。", - "has_no_watched_topics": "此用户还未关注任何主题。", - "has_no_ignored_topics": "此用户尚未忽略任何主题。", - "has_no_upvoted_posts": "此用户还未顶过任何帖子。", - "has_no_downvoted_posts": "此用户还未踩过任何帖子。", - "has_no_controversial_posts": "此用户没有任何踩过的帖子。", - "has_no_blocks": "您没有屏蔽其他用户。", - "email_hidden": "电子邮箱已隐藏", + "show-email": "显示我的电子邮箱", + "show-fullname": "显示我的全名", + "restrict-chats": "只允许我关注的用户给我发送聊天消息", + "digest-label": "订阅摘要", + "digest-description": "订阅此论坛的定期电子邮件更新 (新通知和主题)", + "digest-off": "关闭", + "digest-daily": "每天", + "digest-weekly": "每周", + "digest-biweekly": "每两周", + "digest-monthly": "每月", + "has-no-follower": "此用户还没有粉丝 :(", + "follows-no-one": "此用户尚未关注任何人 :(", + "has-no-posts": "此用户从未发言。", + "has-no-best-posts": "此用户没有任何顶过的帖子。", + "has-no-topics": "此用户还未发布任何主题。", + "has-no-watched-topics": "此用户还未关注任何主题。", + "has-no-ignored-topics": "此用户尚未忽略任何主题。", + "has-no-upvoted-posts": "此用户还未顶过任何帖子。", + "has-no-downvoted-posts": "此用户还未踩过任何帖子。", + "has-no-controversial-posts": "此用户没有任何踩过的帖子。", + "has-no-blocks": "您没有屏蔽其他用户。", + "email-hidden": "电子邮箱已隐藏", "hidden": "隐藏", - "paginate_description": "使用分页式版块浏览", - "topics_per_page": "每页主题数", - "posts_per_page": "每页帖子数", + "paginate-description": "使用分页式版块浏览", + "topics-per-page": "每页主题数", + "posts-per-page": "每页帖子数", "category-topic-sort": "分类主题排序", "topic-post-sort": "主题帖子排序", - "max_items_per_page": "最大值 %1", - "acp_language": "管理员页面语言", + "max-items-per-page": "最大值 %1", + "acp-language": "管理员页面语言", "notifications": "通知", "upvote-notif-freq": "帖子被顶的通知频率", "upvote-notif-freq.all": "每一次被顶都通知我", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "当被顶的数目为10, 100, 1000...时通知我", "upvote-notif-freq.disabled": "任何时候都不要通知我", "browsing": "浏览设置", - "open_links_in_new_tab": "在新标签打开外部链接", - "enable_topic_searching": "启用主题内搜索", - "topic_search_help": "如果启用此项,主题内搜索会替代浏览器默认的页面搜索,您将可以在整个主题内搜索,而不仅仅只搜索页面上展现的内容。", - "update_url_with_post_index": "浏览主题是更新链接和索引", - "scroll_to_my_post": "在提交回复之后显示新回复", - "follow_topics_you_reply_to": "关注您回复过的主题", - "follow_topics_you_create": "关注您创建的主题", + "open-links-in-new-tab": "在新标签打开外部链接", + "enable-topic-searching": "启用主题内搜索", + "topic-search-help": "如果启用此项,主题内搜索会替代浏览器默认的页面搜索,您将可以在整个主题内搜索,而不仅仅只搜索页面上展现的内容。", + "update-url-with-post-index": "浏览主题是更新链接和索引", + "scroll-to-my-post": "在提交回复之后显示新回复", + "follow-topics-you-reply-to": "关注您回复过的主题", + "follow-topics-you-create": "关注您创建的主题", "grouptitle": "用户组称号", "group-order-help": "选择群组然后使用箭头排列称号", "no-group-title": "不展示群组称号", @@ -145,9 +147,9 @@ "no-skin": "不使用皮肤", "select-homepage": "选择首页", "homepage": "首页", - "homepage_description": "选择一个页面作为论坛的首页,否则设置为 ‘空’ 使用默认首页。", - "custom_route": "自定义首页路由", - "custom_route_help": "输入路由名称,前面不需要斜杠 ( 例如 \"recent\" 或 \"category/2/general-discussion\" )", + "homepage-description": "选择一个页面作为论坛的首页,否则设置为 ‘空’ 使用默认首页。", + "custom-route": "自定义首页路由", + "custom-route-help": "输入路由名称,前面不需要斜杠 ( 例如 \"recent\" 或 \"category/2/general-discussion\" )", "sso.title": "单点登录服务", "sso.associated": "已关联到", "sso.not-associated": "点击这里来关联", @@ -179,25 +181,25 @@ "consent.title": "您的权利与许可", "consent.lead": "本论坛将会收集与处理您的个人信息。", "consent.intro": "我们收集这些信息将仅用于个性化您于本社区的体验,和关联您的用户账号与您所发表的帖子。在注册过程中您需要提供一个用户名和邮箱地址,您也可以选择是否提供额外的个人信息,以完善您的用户资料。

在您的用户账号有效期内,我们将保留您的信息。您可以在任何时候通过删除您的账号,以撤回您的许可。您可以在任何时候通过您的权力与许可页面,获取一份您对本论坛的贡献的副本。

如果您有任何疑问,我们鼓励您与本论坛管理团队联系。", - "consent.email_intro": "我们有时可能会向您的注册邮件地址发送电子邮件,以向您提供有关于您的新动态和/或新活动。您可以通过您的用户设置页面自定义(包括直接禁用)社区摘要的发送频率,以及选择性地接收哪些类型的通知。", - "consent.digest_frequency": "本社区默认每 %1 发送一封摘要邮件,除非您在用户设置中明确更改了此项。", - "consent.digest_off": "本社区默认不发送摘要邮件,除非您在用户设置中明确更改了此项。", + "consent.email-intro": "我们有时可能会向您的注册邮件地址发送电子邮件,以向您提供有关于您的新动态和/或新活动。您可以通过您的用户设置页面自定义(包括直接禁用)社区摘要的发送频率,以及选择性地接收哪些类型的通知。", + "consent.digest-frequency": "本社区默认每 %1 发送一封摘要邮件,除非您在用户设置中明确更改了此项。", + "consent.digest-off": "本社区默认不发送摘要邮件,除非您在用户设置中明确更改了此项。", "consent.received": "您已许可本网站收集与处理您的个人数据。无需其他额外操作。", - "consent.not_received": "您未许可本网站收集与处理您的个人数据。本网站的管理团队可能于任何时候删除您的账号,以符合通用数据保护条例的要求。", + "consent.not-received": "您未许可本网站收集与处理您的个人数据。本网站的管理团队可能于任何时候删除您的账号,以符合通用数据保护条例的要求。", "consent.give": "授予许可", - "consent.right_of_access": "您拥有数据访问权", - "consent.right_of_access_description": "您有权在您的要求下访问本网站根据需求收集的您的任何数据。您可以点击下方相应按钮,获取这些数据的副本。", - "consent.right_to_rectification": "您拥有纠正权", - "consent.right_to_rectification_description": "您拥有修改或更新提供给我们的任何不准确的个人数据的权力。您可以通过编辑以更新个人资料,并可以修改您发表的内容。若非如此,请联系本网站的管理团队。", - "consent.right_to_erasure": "您拥有被遗忘权", - "consent.right_to_erasure_description": "您随时都可以通过删除账号,来撤销数据收集和处理的许可。您的个人资料可以被删除,但是您发表的内容仍然会保留。如果您想要同时删除您的账号内容,请联系此网站的管理团队。", - "consent.right_to_data_portability": "您拥有数据转移权", - "consent.right_to_data_portability_description": "您可以向我们要一份有关您和您的账号收集的数据的的机器可读输出。您可以点击下方的按钮来获取它们。", - "consent.export_profile": "导出个人资料 (.json)", + "consent.right-of-access": "您拥有数据访问权", + "consent.right-of-access-description": "您有权在您的要求下访问本网站根据需求收集的您的任何数据。您可以点击下方相应按钮,获取这些数据的副本。", + "consent.right-to-rectification": "您拥有纠正权", + "consent.right-to-rectification-description": "您拥有修改或更新提供给我们的任何不准确的个人数据的权力。您可以通过编辑以更新个人资料,并可以修改您发表的内容。若非如此,请联系本网站的管理团队。", + "consent.right-to-erasure": "您拥有被遗忘权", + "consent.right-to-erasure-description": "您随时都可以通过删除账号,来撤销数据收集和处理的许可。您的个人资料可以被删除,但是您发表的内容仍然会保留。如果您想要同时删除您的账号内容,请联系此网站的管理团队。", + "consent.right-to-data-portability": "您拥有数据转移权", + "consent.right-to-data-portability-description": "您可以向我们要一份有关您和您的账号收集的数据的的机器可读输出。您可以点击下方的按钮来获取它们。", + "consent.export-profile": "导出个人资料 (.json)", "consent.export-profile-success": "资料导出完成后,您将会收到一条通知。", - "consent.export_uploads": "导出上传文件 (.zip)", + "consent.export-uploads": "导出上传文件 (.zip)", "consent.export-uploads-success": "上传导出完成后,您将会收到一条通知。", - "consent.export_posts": "导出帖子 (.csv)", + "consent.export-posts": "导出帖子 (.csv)", "consent.export-posts-success": "帖子导出完成后,您将会收到一条通知。", "emailUpdate.intro": "请在下方输入您的电子邮箱地址。此论坛使用您的电子邮箱地址用于定时发送摘要和通知,以及用于忘记密码时找回账号。", "emailUpdate.optional": "此项为可选。您不必提供您的电子邮件地址,但如果没有一个经过验证的电子邮件地址,您将无法恢复您的账号或使用电子邮件登录。", diff --git a/public/language/zh-CN/users.json b/public/language/zh-CN/users.json index aa65b8ae82..7557b7cbdc 100644 --- a/public/language/zh-CN/users.json +++ b/public/language/zh-CN/users.json @@ -1,13 +1,13 @@ { "all-users": "所有用户", - "latest_users": "最新用户", - "top_posters": "发帖排行", - "most_reputation": "声望排行", - "most_flags": "举报最多", + "latest-users": "最新用户", + "top-posters": "发帖排行", + "most-reputation": "声望排行", + "most-flags": "举报最多", "search": "搜索", - "enter_username": "输入用户名搜索", + "enter-username": "输入用户名搜索", "search-user-for-chat": "搜索用户开始聊天", - "load_more": "加载更多", + "load-more": "加载更多", "users-found-search-took": "找到 %1 位用户!耗时 %2 秒。", "filter-by": "过滤选项", "online-only": "只看在线", @@ -15,10 +15,10 @@ "prompt-email": "邮件:", "groups-to-join": "邀请接受时要加入的群组:", "invitation-email-sent": "已发送邀请给 %1", - "user_list": "用户列表", - "recent_topics": "最新主题", - "popular_topics": "热门主题", - "unread_topics": "未读主题", + "user-list": "用户列表", + "recent-topics": "最新主题", + "popular-topics": "热门主题", + "unread-topics": "未读主题", "categories": "版块", "tags": "标签", "no-users-found": "未找到匹配的用户!" diff --git a/public/language/zh-TW/admin/advanced/database.json b/public/language/zh-TW/admin/advanced/database.json index 9b523b51e6..2e642aee41 100644 --- a/public/language/zh-TW/admin/advanced/database.json +++ b/public/language/zh-TW/admin/advanced/database.json @@ -17,7 +17,7 @@ "mongo.file-size": "檔案大小", "mongo.resident-memory": "常駐記憶體", "mongo.virtual-memory": "虛擬記憶體", - "mongo.mapped-memory": "已映射記憶體", + "mongo.mapped-memory": "Mapped Memory", "mongo.bytes-in": "位元組輸入", "mongo.bytes-out": "位元組輸出", "mongo.num-requests": "請求數量", diff --git a/public/language/zh-TW/admin/advanced/events.json b/public/language/zh-TW/admin/advanced/events.json index 5ecc44a954..c801c04f18 100644 --- a/public/language/zh-TW/admin/advanced/events.json +++ b/public/language/zh-TW/admin/advanced/events.json @@ -9,5 +9,5 @@ "filter-type": "事件類型", "filter-start": "開始時間", "filter-end": "結束時間", - "filter-perPage": "每頁" + "filter-per-page": "每頁" } \ No newline at end of file diff --git a/public/language/zh-TW/admin/extend/widgets.json b/public/language/zh-TW/admin/extend/widgets.json index 9c1584b264..06e48f3a24 100644 --- a/public/language/zh-TW/admin/extend/widgets.json +++ b/public/language/zh-TW/admin/extend/widgets.json @@ -5,7 +5,7 @@ "none-installed": "No widgets found! Activate the widget essentials plugin in the plugins control panel.", "clone-from": "從小工具複製", "containers.available": "可用的容器", - "containers.explanation": "拖放到任意生效中的小工具上", + "containers.explanation": "Drag and drop on top of any widget", "containers.none": "無", "container.well": "Well", "container.jumbotron": "超大屏幕", @@ -29,5 +29,7 @@ "hide-from-groups": "對群組隱藏", "start-date": "Start date", "end-date": "End date", - "hide-on-mobile": "在移動端隱藏" + "hide-on-mobile": "在移動端隱藏", + "hide-drafts": "Hide drafts", + "show-drafts": "Show drafts" } \ No newline at end of file diff --git a/public/language/zh-TW/admin/manage/privileges.json b/public/language/zh-TW/admin/manage/privileges.json index 843c0b51d5..13934e8398 100644 --- a/public/language/zh-TW/admin/manage/privileges.json +++ b/public/language/zh-TW/admin/manage/privileges.json @@ -8,6 +8,7 @@ "edit-privileges": "Edit Privileges", "select-clear-all": "Select/Clear All", "chat": "聊天", + "chat-with-privileged": "Chat with Privileged", "upload-images": "上傳圖片", "upload-files": "上傳檔案", "signature": "簽名檔", @@ -33,7 +34,7 @@ "edit-posts": "修改回覆", "view-edit-history": "查看變更歷史", "delete-posts": "刪除回覆", - "view_deleted": "查看已刪除回覆", + "view-deleted": "查看已刪除回覆", "upvote-posts": "點贊", "downvote-posts": "倒讚", "delete-topics": "刪除主題", diff --git a/public/language/zh-TW/admin/manage/users.json b/public/language/zh-TW/admin/manage/users.json index 403dd12ccf..d523e0c39c 100644 --- a/public/language/zh-TW/admin/manage/users.json +++ b/public/language/zh-TW/admin/manage/users.json @@ -4,16 +4,21 @@ "edit": "Actions", "make-admin": "設為管理員", "remove-admin": "撤銷管理員", + "change-email": "Change Email", + "new-email": "New Email", "validate-email": "驗證電郵地址", "send-validation-email": "發送驗證郵件", + "change-password": "Change Password", "password-reset-email": "發送密碼重設郵件", "force-password-reset": "強制密碼重設 & 登入使用者已退出", - "ban": "封鎖使用者", + "ban": "Ban", + "ban-users": "Ban User(s)", "temp-ban": "暫時封鎖使用者", "unban": "解封使用者", "reset-lockout": "重設封鎖", "reset-flags": "重設舉報", - "delete": "Delete User(s)", + "delete": "Delete", + "delete-users": "Delete User(s)", "delete-content": "Delete User(s) Content", "purge": "Delete User(s) and Content", "download-csv": "下載CSV", @@ -81,6 +86,7 @@ "alerts.button-ban-x": "停權 %1 名使用者", "alerts.unban-success": "使用者已復權!", "alerts.lockout-reset-success": "鎖定已重設!", + "alerts.password-change-success": "Password(s) changed!", "alerts.flag-reset-success": "舉報已重設!", "alerts.no-remove-yourself-admin": "您無法撤銷自己的管理員身份!", "alerts.make-admin-success": "該使用者已成為管理員", @@ -106,6 +112,7 @@ "alerts.create": "建立使用者", "alerts.button-create": "建立", "alerts.button-cancel": "取消", + "alerts.button-change": "Change", "alerts.error-passwords-different": "兩次輸入的密碼必須相同!", "alerts.error-x": "錯誤

%1

", "alerts.create-success": "使用者已建立!", @@ -113,6 +120,10 @@ "alerts.prompt-email": "電郵地址:", "alerts.email-sent-to": "已發送邀請給 %1", "alerts.x-users-found": "%1 user(s) found, (%2 seconds)", + "alerts.select-a-single-user-to-change-email": "Select a single user to change email", "export-users-started": "Exporting users as csv, this might take a while. You will receive a notification when it is complete.", - "export-users-completed": "Users exported as csv, click here to download." + "export-users-completed": "Users exported as csv, click here to download.", + "email": "Email", + "password": "Password", + "manage": "Manage" } \ No newline at end of file diff --git a/public/language/zh-TW/admin/settings/chat.json b/public/language/zh-TW/admin/settings/chat.json index b6b7b88f63..550078c36f 100644 --- a/public/language/zh-TW/admin/settings/chat.json +++ b/public/language/zh-TW/admin/settings/chat.json @@ -1,4 +1,5 @@ { + "zero-is-disabled": "Enter 0 to disable this restriction", "chat-settings": "聊天設定", "disable": "禁用聊天", "disable-editing": "禁止編輯/刪除聊天消息", @@ -6,8 +7,10 @@ "max-length": "聊天訊息的最大長度", "max-chat-room-name-length": "Maximum length of chat room names", "max-room-size": "聊天室的最多使用者數", - "delay": "聊天訊息間的毫秒數", - "notification-delay": "Notification delay for chat messages. (0 for no delay)", - "restrictions.seconds-edit-after": "使用者在發佈聊天訊息後允許編輯貼文的秒數(0為禁用)", - "restrictions.seconds-delete-after": "使用者在發佈聊天訊息後允許刪除貼文的秒數(0為禁用)" + "delay": "Time between chat messages (ms)", + "newbieDelay": "... for new users (ms)", + "notification-delay": "Notification delay for chat messages", + "notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.", + "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.", + "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable." } \ No newline at end of file diff --git a/public/language/zh-TW/admin/settings/post.json b/public/language/zh-TW/admin/settings/post.json index 9446cf8e4d..707f24bf03 100644 --- a/public/language/zh-TW/admin/settings/post.json +++ b/public/language/zh-TW/admin/settings/post.json @@ -27,7 +27,7 @@ "restrictions.title-length": "Title Length", "restrictions.post-length": "Post Length", "restrictions.days-until-stale": "主題過時時間(天)", - "restrictions.stale-help": "如果某個主題被視為“過時”,則會向嘗試回覆該主題的使用者顯示警告。", + "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)", "timestamp": "時間郵戳", "timestamp.cut-off": "截止日期(天)", "timestamp.cut-off-help": "日期&時間將以相對方式 (例如,“3小時前” / “5天前”) 顯示,並且會依照訪客語言時區轉換。在某一時刻之後,可以切換該文字以顯示本地化日期本身 (例如2016年11月5日15:30) 。
(預設值: 30 或一個月) 。 設定為0可總是顯示日期,留白以總是顯示相對時間。", diff --git a/public/language/zh-TW/admin/settings/user.json b/public/language/zh-TW/admin/settings/user.json index d4b46ea15a..28dc7ac2dd 100644 --- a/public/language/zh-TW/admin/settings/user.json +++ b/public/language/zh-TW/admin/settings/user.json @@ -6,8 +6,8 @@ "allow-login-with.username-email": "使用者名或者電子信箱", "allow-login-with.username": "僅限使用者名", "account-settings": "使用者設定", - "gdpr_enabled": "啟用通用資料保護條例許可的個人資料收集", - "gdpr_enabled_help": "當啟用時,所有新註冊使用者需要明確同意允許資料收集和在 通用資料保護法 (GDPR)範圍內的使用。 注意: 開啟GDPR不一定要之前已經存在的用戶同意。在這之前,你需要去安裝GDPR插件。", + "gdpr-enabled": "啟用通用資料保護條例許可的個人資料收集", + "gdpr-enabled-help": "當啟用時,所有新註冊使用者需要明確同意允許資料收集和在 通用資料保護法 (GDPR)範圍內的使用。 注意: 開啟GDPR不一定要之前已經存在的用戶同意。在這之前,你需要去安裝GDPR插件。", "disable-username-changes": "停用修改使用者名", "disable-email-changes": "停用修改電子信箱", "disable-password-changes": "停用修改密碼", diff --git a/public/language/zh-TW/category.json b/public/language/zh-TW/category.json index 1d5770ad7f..ac9682d2d1 100644 --- a/public/language/zh-TW/category.json +++ b/public/language/zh-TW/category.json @@ -1,12 +1,12 @@ { "category": "版面", "subcategories": "子版面", - "new_topic_button": "發表主題", + "new-topic-button": "發表主題", "guest-login-post": "登入以發表", - "no_topics": "此版面還沒有任何內容。
趕緊來貼文吧!", + "no-topics": "此版面還沒有任何內容。
趕緊來貼文吧!", "browsing": "正在瀏覽", - "no_replies": "尚無回覆", - "no_new_posts": "沒有新主題", + "no-replies": "尚無回覆", + "no-new-posts": "沒有新主題", "watch": "關注", "ignore": "忽略", "watching": "已關注", diff --git a/public/language/zh-TW/email.json b/public/language/zh-TW/email.json index 270b0eb84a..d2f042a890 100644 --- a/public/language/zh-TW/email.json +++ b/public/language/zh-TW/email.json @@ -3,8 +3,8 @@ "password-reset-requested": "已申請密碼重設!", "welcome-to": "歡迎來到 %1", "invite": "來自%1的邀請", - "greeting_no_name": "您好", - "greeting_with_name": "%1,您好", + "greeting-no-name": "您好", + "greeting-with-name": "%1,您好", "email.verify-your-email.subject": "請驗證你的電子信箱", "email.verify.text1": "您要求我們更改或者驗證您的電子信箱地址", "email.verify.text2": "為了安全起見,我們只會在透過電子郵件確認過電子信箱所有權後才會更改登錄的信箱地址。 假如您沒有提出過這個要求, 您不用進行任何動作。", @@ -24,7 +24,7 @@ "reset.notify.text2": "如果您沒有授權此操作,請立即聯繫管理員。", "digest.unread-rooms": "Unread rooms", "digest.room-name-unreadcount": "%1 (%2 unread)", - "digest.latest_topics": "來自 %1 的最新主題", + "digest.latest-topics": "來自 %1 的最新主題", "digest.top-topics": "來自 %1 的置頂主題", "digest.popular-topics": "來自 %1 的熱門主題", "digest.cta": "點擊這裡訪問 %1", @@ -36,8 +36,8 @@ "digest.title.day": "您的每日摘要", "digest.title.week": "您的每週摘要", "digest.title.month": "您的每月摘要", - "notif.chat.subject": "收到來自 %1 的新聊天訊息", - "notif.chat.public-chat-subject": "New message from %1 in room %2", + "notif.chat.new-message-from-user": "New message from \"%1\"", + "notif.chat.new-message-from-user-in-room": "New message from %1 in room %2", "notif.chat.cta": "點擊這裡繼續聊天", "notif.chat.unsub.info": "根據您的訂閱設定,為您發送此聊天提醒。", "notif.post.unsub.info": "根據您的訂閱設定,為您發送此回覆提醒。", diff --git a/public/language/zh-TW/error.json b/public/language/zh-TW/error.json index 2134f0acdf..1c0bf8bc74 100644 --- a/public/language/zh-TW/error.json +++ b/public/language/zh-TW/error.json @@ -184,6 +184,7 @@ "post-flagged-too-many-times": "This post has been flagged by others already", "user-flagged-too-many-times": "This user has been flagged by others already", "cant-flag-privileged": "You are not allowed to flag the profiles or content of privileged users (moderators/global moderators/admins)", + "cant-locate-flag-report": "Cannot locate flag report", "self-vote": "您不能讚您自己的貼文", "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", diff --git a/public/language/zh-TW/flags.json b/public/language/zh-TW/flags.json index 213dc72259..b361076616 100644 --- a/public/language/zh-TW/flags.json +++ b/public/language/zh-TW/flags.json @@ -1,5 +1,6 @@ { "state": "狀態", + "report": "Report", "reports": "Reports", "first-reported": "First Reported", "no-flags": "帥!沒發現任何的舉報。", @@ -8,6 +9,8 @@ "update": "更新", "updated": "已更新", "resolved": "Resolved", + "report-added": "Added", + "report-rescinded": "Rescinded", "target-purged": "被舉報的內容已經被清除,不再可用。", "target-aboutme-empty": "This user has no "About Me" set.", diff --git a/public/language/zh-TW/global.json b/public/language/zh-TW/global.json index e08e651375..26d0029319 100644 --- a/public/language/zh-TW/global.json +++ b/public/language/zh-TW/global.json @@ -13,19 +13,19 @@ "400.message": "It looks like this link is malformed, please double-check and try again.
Return to the home page.
", "register": "註冊", "login": "登入", - "please_log_in": "請登入", + "please-log-in": "請登入", "logout": "登出", - "posting_restriction_info": "僅限已註冊成員發文,點這裡登入。", - "welcome_back": "歡迎回來", - "you_have_successfully_logged_in": "您已成功登入", - "save_changes": "儲存更改", + "posting-restriction-info": "僅限已註冊成員發文,點這裡登入。", + "welcome-back": "歡迎回來", + "you-have-successfully-logged-in": "您已成功登入", + "save-changes": "儲存更改", "save": "儲存", "create": "Create", "cancel": "Cancel", "close": "關閉", "pagination": "分頁", - "pagination.out_of": "%1 / %2", - "pagination.enter_index": "Go to post index", + "pagination.out-of": "%1 / %2", + "pagination.enter-index": "Go to post index", "header.admin": "管理", "header.categories": "版面", "header.recent": "最新", @@ -80,25 +80,25 @@ "lastpost": "上一個貼文", "firstpost": "第一個貼文", "about": "About", - "read_more": "閱讀更多", + "read-more": "閱讀更多", "more": "更多", "none": "None", - "posted_ago_by_guest": "訪客發佈於 %1", - "posted_ago_by": "%2 發佈於 %1", - "posted_ago": "發佈於 %1", - "posted_in": "發佈在 %1", - "posted_in_by": "%2 發佈於 %1", - "posted_in_ago": "於 %2 發佈到 %1 版", - "posted_in_ago_by": "%3 於 %1 發佈到 %2", - "user_posted_ago": "%1 發佈於 %2", - "guest_posted_ago": "訪客發佈於 %1", - "last_edited_by": "最後由 %1 編輯", + "posted-ago-by-guest": "訪客發佈於 %1", + "posted-ago-by": "%2 發佈於 %1", + "posted-ago": "發佈於 %1", + "posted-in": "發佈在 %1", + "posted-in-by": "%2 發佈於 %1", + "posted-in-ago": "於 %2 發佈到 %1 版", + "posted-in-ago-by": "%3 於 %1 發佈到 %2", + "user-posted-ago": "%1 發佈於 %2", + "guest-posted-ago": "訪客發佈於 %1", + "last-edited-by": "最後由 %1 編輯", "edited-timestamp": "Edited %1", "norecentposts": "暫無新貼文", "norecenttopics": "暫無新主題", "recentposts": "新貼文", "recentips": "最近登入的 IP", - "moderator_tools": "版主工具", + "moderator-tools": "版主工具", "status": "Status", "online": "線上", "away": "離開", @@ -109,7 +109,7 @@ "language": "語言", "guest": "訪客", "guests": "訪客", - "former_user": "舊使用者", + "former-user": "舊使用者", "system-user": "System", "unknown-user": "Unknown user", "updated.title": "論壇已更新", @@ -117,12 +117,12 @@ "privacy": "隱私", "follow": "追隨", "unfollow": "取消追隨", - "delete_all": "全部刪除", + "delete-all": "全部刪除", "map": "地圖", "sessions": "已登入的會話", - "ip_address": "IP 地址", - "enter_page_number": "輸入頁號", - "upload_file": "上傳檔案", + "ip-address": "IP 地址", + "enter-page-number": "輸入頁號", + "upload-file": "上傳檔案", "upload": "上傳", "uploads": "上傳", "allowed-file-types": "允許的檔案類型有 %1", @@ -131,7 +131,7 @@ "play": "播放", "cookies.message": "此網站使用 Cookies 以確保您在我們網站的最佳體驗。", "cookies.accept": "知道了!", - "cookies.learn_more": "瞭解更多", + "cookies.learn-more": "瞭解更多", "edited": "已編輯", "disabled": "停用", "select": "選擇", diff --git a/public/language/zh-TW/groups.json b/public/language/zh-TW/groups.json index 56b854e691..746fc7a7c6 100644 --- a/public/language/zh-TW/groups.json +++ b/public/language/zh-TW/groups.json @@ -2,65 +2,65 @@ "all-groups": "All groups", "groups": "群組", "members": "Members", - "view_group": "檢視群組", + "view-group": "檢視群組", "owner": "群組所有者", - "new_group": "新增群組", - "no_groups_found": "尚無群組訊息", + "new-group": "新增群組", + "no-groups-found": "尚無群組訊息", "pending.accept": "同意", "pending.reject": "拒絕", - "pending.accept_all": "全部同意", - "pending.reject_all": "全部拒絕", + "pending.accept-all": "全部同意", + "pending.reject-all": "全部拒絕", "pending.none": "暫時沒有待加入的成員", "invited.none": "暫時沒有接受邀請的成員", "invited.uninvite": "取消邀請", "invited.search": "選擇使用者加入群組", - "invited.notification_title": "您已被邀請加入 %1", - "request.notification_title": "來自 %1 的群組成員請求", - "request.notification_text": "%1 已被邀請加入 %2", + "invited.notification-title": "您已被邀請加入 %1", + "request.notification-title": "來自 %1 的群組成員請求", + "request.notification-text": "%1 已被邀請加入 %2", "cover-save": "儲存", "cover-saving": "正在儲存", "details.title": "群組訊息", "details.members": "成員列表", "details.pending": "待加入成員", "details.invited": "已邀請成員", - "details.has_no_posts": "此群組的成員尚未發表任何貼文。", - "details.latest_posts": "最新貼文", + "details.has-no-posts": "此群組的成員尚未發表任何貼文。", + "details.latest-posts": "最新貼文", "details.private": "私有", "details.disableJoinRequests": "禁用申請加入群組", "details.disableLeave": "禁用使用者離開群組", "details.grant": "准許/撤銷管理權", "details.kick": "踢出群組", - "details.kick_confirm": "您確定要將此成員從群組中移除嗎?", + "details.kick-confirm": "您確定要將此成員從群組中移除嗎?", "details.add-member": "新增成員", - "details.owner_options": "群組管理", - "details.group_name": "群組名", - "details.member_count": "群組成員數", - "details.creation_date": "建立時間", + "details.owner-options": "群組管理", + "details.group-name": "群組名", + "details.member-count": "群組成員數", + "details.creation-date": "建立時間", "details.description": "描述", "details.member-post-cids": "Category IDs to display posts from", - "details.badge_preview": "徽章預覽", - "details.change_icon": "更改圖示", - "details.change_label_colour": "更改標籤顏色", - "details.change_text_colour": "更改文字顏色", - "details.badge_text": "徽章文字", + "details.badge-preview": "徽章預覽", + "details.change-icon": "更改圖示", + "details.change-label-colour": "更改標籤顏色", + "details.change-text-colour": "更改文字顏色", + "details.badge-text": "徽章文字", "details.userTitleEnabled": "顯示組內稱號", - "details.private_help": "啟用此選項後,加入群組需要組長審核。", + "details.private-help": "啟用此選項後,加入群組需要組長審核。", "details.hidden": "隱藏", - "details.hidden_help": "啟用此選項後,群組將不在群組列表中展現,成員只能通過邀請加入。", - "details.delete_group": "刪除群組", - "details.private_system_help": "系統禁用了私有群組,這個選項不起任何作用", + "details.hidden-help": "啟用此選項後,群組將不在群組列表中展現,成員只能通過邀請加入。", + "details.delete-group": "刪除群組", + "details.private-system-help": "系統禁用了私有群組,這個選項不起任何作用", "event.updated": "群組訊息已更新", "event.deleted": "群組 \"%1\" 已被刪除", "membership.accept-invitation": "接受邀請", - "membership.accept.notification_title": "你現在是 %1的成員了", + "membership.accept.notification-title": "你現在是 %1的成員了", "membership.invitation-pending": "邀請中", "membership.join-group": "加入群組", "membership.leave-group": "退出群組", - "membership.leave.notification_title": "%1 退出了群組:%2", + "membership.leave.notification-title": "%1 退出了群組:%2", "membership.reject": "拒絕", - "new-group.group_name": "群組名:", + "new-group.group-name": "群組名:", "upload-group-cover": "上傳群組封面", "bulk-invite-instructions": "輸入您要邀請加入此群組的使用者名,多個使用者以逗號分隔", "bulk-invite": "批次邀請", - "remove_group_cover_confirm": "確定要移除封面圖片嗎?" + "remove-group-cover-confirm": "確定要移除封面圖片嗎?" } \ No newline at end of file diff --git a/public/language/zh-TW/login.json b/public/language/zh-TW/login.json index 9763c5e1b0..359f7a6d22 100644 --- a/public/language/zh-TW/login.json +++ b/public/language/zh-TW/login.json @@ -1,12 +1,12 @@ { "username-email": "使用者名 / 電子信箱", "username": "使用者名", - "remember_me": "保持登入?", - "forgot_password": "忘記密碼?", - "alternative_logins": "使用合作網站帳戶登錄", - "failed_login_attempt": "登入失敗", - "login_successful": "您已成功登入!", - "dont_have_account": "沒有帳戶?", + "remember-me": "保持登入?", + "forgot-password": "忘記密碼?", + "alternative-logins": "使用合作網站帳戶登錄", + "failed-login-attempt": "登入失敗", + "login-successful": "您已成功登入!", + "dont-have-account": "沒有帳戶?", "logged-out-due-to-inactivity": "由於長時間沒有活動,您的帳戶已被管理員從後台登出", "caps-lock-enabled": "Caps Lock is enabled" } \ No newline at end of file diff --git a/public/language/zh-TW/modules.json b/public/language/zh-TW/modules.json index 3ed8cfdaa9..e1c5cb7257 100644 --- a/public/language/zh-TW/modules.json +++ b/public/language/zh-TW/modules.json @@ -1,6 +1,6 @@ { "chat.room-id": "Room %1", - "chat.chatting_with": "與聊天", + "chat.chatting-with": "與聊天", "chat.placeholder": "Type chat message here, drag & drop images, press enter to send", "chat.placeholder.mobile": "Type chat message here", "chat.scroll-up-alert": "Go to most recent message", @@ -8,12 +8,15 @@ "chat.chat-with-usernames": "Chat with %1", "chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others", "chat.send": "發送", - "chat.no_active": "暫無聊天", - "chat.user_typing": "%1 正在輸入……", - "chat.user_has_messaged_you": "%1 向您發送了訊息。", + "chat.no-active": "暫無聊天", + "chat.user-typing-1": "%1 is typing ...", + "chat.user-typing-2": "%1 and %2 are typing ...", + "chat.user-typing-3": "%1, %2 and %3 are typing ...", + "chat.user-typing-n": "%1, %2 and %3 others are typing ...", + "chat.user-has-messaged-you": "%1 向您發送了訊息。", "chat.replying-to": "Replying to %1", - "chat.see_all": "All chats", - "chat.mark_all_read": "Mark all read", + "chat.see-all": "All chats", + "chat.mark-all-read": "Mark all read", "chat.no-messages": "請選擇接收人,以查看聊天訊息紀錄", "chat.no-users-in-room": "此聊天室中沒有使用者", "chat.recent-chats": "最近聊天", @@ -24,12 +27,16 @@ "chat.pop-out": "彈出聊天視窗", "chat.minimize": "最小化", "chat.maximize": "最大化", - "chat.seven_days": "7天", - "chat.thirty_days": "30天", - "chat.three_months": "3個月", - "chat.delete_message_confirm": "您確定刪除此訊息嗎?", + "chat.seven-days": "7天", + "chat.thirty-days": "30天", + "chat.three-months": "3個月", + "chat.delete-message-confirm": "您確定刪除此訊息嗎?", "chat.retrieving-users": "搜尋使用者", "chat.view-users-list": "View users list", + "chat.pinned-messages": "Pinned Messages", + "chat.no-pinned-messages": "There are no pinned messages", + "chat.pin-message": "Pin Message", + "chat.unpin-message": "Unpin Message", "chat.public-rooms": "Public Rooms (%1)", "chat.private-rooms": "Private Rooms (%1)", "chat.create-room": "Create Chat Room", @@ -67,17 +74,24 @@ "chat.system.user-leave": "%1 has left the room ", "chat.system.room-rename": "%2 has renamed this room to \"%1\" ", "composer.compose": "撰寫", - "composer.show_preview": "顯示預覽", - "composer.hide_preview": "隱藏預覽", + "composer.show-preview": "顯示預覽", + "composer.hide-preview": "隱藏預覽", "composer.help": "Help", - "composer.user_said_in": "%1 在 %2 中說:", - "composer.user_said": "%1 說:", + "composer.user-said-in": "%1 在 %2 中說:", + "composer.user-said": "%1 說:", "composer.discard": "確定想要取消此貼文?", - "composer.submit_and_lock": "提交並鎖定", - "composer.toggle_dropdown": "標為 Dropdown", + "composer.submit-and-lock": "提交並鎖定", + "composer.toggle-dropdown": "標為 Dropdown", "composer.uploading": "正在上傳 %1", "composer.formatting.bold": "粗體", "composer.formatting.italic": "斜體", + "composer.formatting.heading": "Heading", + "composer.formatting.heading1": "Heading 1", + "composer.formatting.heading2": "Heading 2", + "composer.formatting.heading3": "Heading 3", + "composer.formatting.heading4": "Heading 4", + "composer.formatting.heading5": "Heading 5", + "composer.formatting.heading6": "Heading 6", "composer.formatting.list": "清單", "composer.formatting.strikethrough": "刪除線", "composer.formatting.code": "程式碼", @@ -85,9 +99,10 @@ "composer.formatting.picture": "Image Link", "composer.upload-picture": "上傳圖片", "composer.upload-file": "上傳檔案", - "composer.zen_mode": "無干擾模式", - "composer.select_category": "選擇一個版面", + "composer.zen-mode": "無干擾模式", + "composer.select-category": "選擇一個版面", "composer.textarea.placeholder": "Enter your post content here, drag and drop images", + "composer.post-queue-alert": "Hello👋!
This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.", "composer.schedule-for": "Schedule topic for", "composer.schedule-date": "Date", "composer.schedule-time": "Time", @@ -102,8 +117,8 @@ "bootbox.confirm": "確認", "bootbox.submit": "Submit", "bootbox.send": "Send", - "cover.dragging_title": "設定封面照片位置", - "cover.dragging_message": "拖拽封面照片到期望的位置,然後點擊“儲存”", + "cover.dragging-title": "設定封面照片位置", + "cover.dragging-message": "拖拽封面照片到期望的位置,然後點擊“儲存”", "cover.saved": "封面照片和位置已儲存", "thumbs.modal.title": "Manage topic thumbnails", "thumbs.modal.no-thumbs": "No thumbnails found.", diff --git a/public/language/zh-TW/notifications.json b/public/language/zh-TW/notifications.json index 2e4da932df..2c9a89f1db 100644 --- a/public/language/zh-TW/notifications.json +++ b/public/language/zh-TW/notifications.json @@ -1,59 +1,68 @@ { "title": "通知", - "no_notifs": "您沒有新的通知", - "see_all": "All notifications", - "mark_all_read": "Mark all read", - "back_to_home": "返回 %1", - "outgoing_link": "站外連結", - "outgoing_link_message": "您正在離開 %1", - "continue_to": "繼續前往 %1", - "return_to": "返回 %1", - "new_notification": "您有一個新的通知", - "you_have_unread_notifications": "您有未讀的通知。", + "no-notifs": "您沒有新的通知", + "see-all": "All notifications", + "mark-all-read": "Mark all read", + "back-to-home": "返回 %1", + "outgoing-link": "站外連結", + "outgoing-link-message": "您正在離開 %1", + "continue-to": "繼續前往 %1", + "return-to": "返回 %1", + "new-notification": "您有一個新的通知", + "you-have-unread-notifications": "您有未讀的通知。", "all": "所有", "topics": "主題", + "tags": "Tags", "replies": "回覆", "chat": "聊天", "group-chat": "Group Chats", "public-chat": "Public Chats", "follows": "關注", "upvote": "點讚", + "awards": "Awards", "new-flags": "新舉報", "my-flags": "指派舉報給我", "bans": "停權", - "new_message_from": "來自 %1 的新訊息", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", - "upvoted_your_post_in": "%1%2 點讚了您的貼文。", - "upvoted_your_post_in_dual": "%1%2%3 點讚了您的貼文。", - "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.", - "upvoted_your_post_in_multiple": "%1, %2 and %3 others have upvoted your post in %4.", - "moved_your_post": "您的貼文已被 %1 移動到了 %2", - "moved_your_topic": "%1 移動了 %2", - "user_flagged_post_in": "%1%2 舉報了一個貼文", - "user_flagged_post_in_dual": "%1%2%3 舉報了一個貼文", - "user_flagged_post_in_triple": "%1, %2 and %3 flagged a post in %4", - "user_flagged_post_in_multiple": "%1, %2 and %3 others flagged a post in %4", - "user_flagged_user": "%1 舉報了 (%2) 的使用者資料", - "user_flagged_user_dual": "%1%2 舉報了 (%3) 的使用者資料", - "user_flagged_user_triple": "%1, %2 and %3 flagged a user profile (%4)", - "user_flagged_user_multiple": "%1, %2 and %3 others flagged a user profile (%4)", - "user_posted_to": "%1 回覆了:%2", - "user_posted_to_dual": "%1%2 回覆了: %3", - "user_posted_to_triple": "%1, %2 and %3 have posted replies to: %4", - "user_posted_to_multiple": "%1, %2 and %3 others have posted replies to: %4", - "user_posted_topic": "%1 發表了新主題:%2", - "user_edited_post": "%1%2編輯了一則貼文", - "user_started_following_you": "%1追隨了您。", - "user_started_following_you_dual": "%1%2 追隨了您。", - "user_started_following_you_triple": "%1, %2 and %3 started following you.", - "user_started_following_you_multiple": "%1, %2 and %3 others started following you.", - "new_register": "%1 發出了註冊請求", - "new_register_multiple": "有 %1 個註冊申請等待批准。", - "flag_assigned_to_you": "舉報 %1 已經被指派給您", - "post_awaiting_review": "請求查驗貼文", + "new-message-from": "來自 %1 的新訊息", + "new-messages-from": "%1 new messages from %2", + "new-message-in": "New message in %1", + "new-messages-in": "%1 new messages in %2", + "user-posted-in-public-room": "%1 wrote in %3", + "user-posted-in-public-room-dual": "%1 and %2 wrote in %4", + "user-posted-in-public-room-triple": "%1, %2 and %3 wrote in %5", + "user-posted-in-public-room-multiple": "%1, %2 and %3 others wrote in %5", + "upvoted-your-post-in": "%1%2 點讚了您的貼文。", + "upvoted-your-post-in-dual": "%1%2%3 點讚了您的貼文。", + "upvoted-your-post-in-triple": "%1, %2 and %3 have upvoted your post in %4.", + "upvoted-your-post-in-multiple": "%1, %2 and %3 others have upvoted your post in %4.", + "moved-your-post": "您的貼文已被 %1 移動到了 %2", + "moved-your-topic": "%1 移動了 %2", + "user-flagged-post-in": "%1%2 舉報了一個貼文", + "user-flagged-post-in-dual": "%1%2%3 舉報了一個貼文", + "user-flagged-post-in-triple": "%1, %2 and %3 flagged a post in %4", + "user-flagged-post-in-multiple": "%1, %2 and %3 others flagged a post in %4", + "user-flagged-user": "%1 舉報了 (%2) 的使用者資料", + "user-flagged-user-dual": "%1%2 舉報了 (%3) 的使用者資料", + "user-flagged-user-triple": "%1, %2 and %3 flagged a user profile (%4)", + "user-flagged-user-multiple": "%1, %2 and %3 others flagged a user profile (%4)", + "user-posted-to": "%1 回覆了:%2", + "user-posted-to-dual": "%1%2 回覆了: %3", + "user-posted-to-triple": "%1, %2 and %3 have posted replies to: %4", + "user-posted-to-multiple": "%1, %2 and %3 others have posted replies to: %4", + "user-posted-topic": "%1 發表了新主題:%2", + "user-edited-post": "%1%2編輯了一則貼文", + "user-posted-topic-with-tag": "%1 has posted a new topic with tag %2", + "user-posted-topic-with-tag-dual": "%1 has posted a new topic with tags %2 and %3", + "user-posted-topic-with-tag-triple": "%1 has posted a new topic with tags %2, %3 and %4", + "user-posted-topic-with-tag-multiple": "%1 has posted a new topic with tags %2", + "user-started-following-you": "%1追隨了您。", + "user-started-following-you-dual": "%1%2 追隨了您。", + "user-started-following-you-triple": "%1, %2 and %3 started following you.", + "user-started-following-you-multiple": "%1, %2 and %3 others started following you.", + "new-register": "%1 發出了註冊請求", + "new-register-multiple": "有 %1 個註冊申請等待批准。", + "flag-assigned-to-you": "舉報 %1 已經被指派給您", + "post-awaiting-review": "請求查驗貼文", "profile-exported": "%1 profile exported, click to download", "posts-exported": "%1 posts exported, click to download", "uploads-exported": "%1 uploads exported, click to download", @@ -66,22 +75,24 @@ "email-confirm-error-message": "驗證的您電子信箱地址時出現了問題。可能是因為驗證碼無效或已過期。", "email-confirm-sent": "確認郵件已發送。", "none": "不通知", - "notification_only": "頁面提醒", - "email_only": "電子郵件", - "notification_and_email": "頁面以及電郵", - "notificationType_upvote": "當有人點贊了我的貼文時", - "notificationType_new-topic": "當有人回覆我的貼文時", - "notificationType_new-reply": "當您正在查看的主題中有新回覆時", - "notificationType_post-edit": "當您關注中的主題有貼文被編輯時", - "notificationType_follow": "當有人追隨您時", - "notificationType_new-chat": "當您收到聊天訊息時", - "notificationType_new-group-chat": "When you receive a group chat message", - "notificationType_new-public-chat": "When you receive a public group chat message", - "notificationType_group-invite": "當您收到群組邀請時", - "notificationType_group-leave": "When a user leaves your group", - "notificationType_group-request-membership": "當有人請求加入您擁有的群組時", - "notificationType_new-register": "當有註冊申請待審核時", - "notificationType_post-queue": "當有新貼文等待審核時", - "notificationType_new-post-flag": "當有新的貼文舉報時", - "notificationType_new-user-flag": "當有新的使用者資料舉報時" + "notification-only": "頁面提醒", + "email-only": "電子郵件", + "notification-and-email": "頁面以及電郵", + "notificationType-upvote": "當有人點贊了我的貼文時", + "notificationType-new-topic": "當有人回覆我的貼文時", + "notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow", + "notificationType-new-reply": "當您正在查看的主題中有新回覆時", + "notificationType-post-edit": "當您關注中的主題有貼文被編輯時", + "notificationType-follow": "當有人追隨您時", + "notificationType-new-chat": "當您收到聊天訊息時", + "notificationType-new-group-chat": "When you receive a group chat message", + "notificationType-new-public-chat": "When you receive a public group chat message", + "notificationType-group-invite": "當您收到群組邀請時", + "notificationType-group-leave": "When a user leaves your group", + "notificationType-group-request-membership": "當有人請求加入您擁有的群組時", + "notificationType-new-register": "當有註冊申請待審核時", + "notificationType-post-queue": "當有新貼文等待審核時", + "notificationType-new-post-flag": "當有新的貼文舉報時", + "notificationType-new-user-flag": "當有新的使用者資料舉報時", + "notificationType-new-reward": "When you earn a new reward" } \ No newline at end of file diff --git a/public/language/zh-TW/pages.json b/public/language/zh-TW/pages.json index f8df8838a0..81d958d56e 100644 --- a/public/language/zh-TW/pages.json +++ b/public/language/zh-TW/pages.json @@ -47,7 +47,8 @@ "account/latest-posts": "%1 發佈的最新貼文", "account/topics": "%1 建立的主題", "account/groups": "%1 的群組", - "account/watched_categories": "%1 關注的版面", + "account/watched-categories": "%1 關注的版面", + "account/watched-tags": "%1's Watched Tags", "account/bookmarks": "%1 收藏的貼文", "account/settings": "使用者設定", "account/settings-of": "Changing settings of %1", diff --git a/public/language/zh-TW/recent.json b/public/language/zh-TW/recent.json index 4f8b25f117..c5eecf4aeb 100644 --- a/public/language/zh-TW/recent.json +++ b/public/language/zh-TW/recent.json @@ -5,7 +5,7 @@ "month": "月", "year": "年", "alltime": "總計", - "no_recent_topics": "暫無主題。", - "no_popular_topics": "暫無熱門主題。", + "no-recent-topics": "暫無主題。", + "no-popular-topics": "暫無熱門主題。", "load-new-posts": "Load new posts" } \ No newline at end of file diff --git a/public/language/zh-TW/register.json b/public/language/zh-TW/register.json index fe142b9f6e..0a33ffb183 100644 --- a/public/language/zh-TW/register.json +++ b/public/language/zh-TW/register.json @@ -1,32 +1,32 @@ { "register": "註冊", "already-have-account": "Already have an account?", - "cancel_registration": "取消註冊", + "cancel-registration": "取消註冊", "help.email": "預設情況下,您的電子信箱不會公開。", - "help.username_restrictions": "全站唯一的登入名稱,長度 %1 到 %2 個字元。其他人可以使用 @使用者名 提及您。", - "help.minimum_password_length": "您的密碼長度必須不少於 %1 個字元。", - "email_address": "電子信箱地址", - "email_address_placeholder": "輸入電子信箱地址", + "help.username-restrictions": "全站唯一的登入名稱,長度 %1 到 %2 個字元。其他人可以使用 @使用者名 提及您。", + "help.minimum-password-length": "您的密碼長度必須不少於 %1 個字元。", + "email-address": "電子信箱地址", + "email-address-placeholder": "輸入電子信箱地址", "username": "使用者名", - "username_placeholder": "輸入使用者名", + "username-placeholder": "輸入使用者名", "password": "密碼", - "password_placeholder": "輸入密碼", - "confirm_password": "確認密碼", - "confirm_password_placeholder": "再次輸入密碼", - "register_now_button": "立即註冊", - "alternative_registration": "其它方式註冊", - "terms_of_use": "使用條款", - "agree_to_terms_of_use": "我同意使用條款", - "terms_of_use_error": "您必須同意使用條款", + "password-placeholder": "輸入密碼", + "confirm-password": "確認密碼", + "confirm-password-placeholder": "再次輸入密碼", + "register-now-button": "立即註冊", + "alternative-registration": "其它方式註冊", + "terms-of-use": "使用條款", + "agree-to-terms-of-use": "我同意使用條款", + "terms-of-use-error": "您必須同意使用條款", "registration-added-to-queue": "您的註冊正在等待批准。一旦通過,管理員會發送郵件通知您。", "registration-queue-average-time": "Our average time for approving memberships is %1 hours %2 minutes.", "registration-queue-auto-approve-time": "Your membership to this forum will be fully activated in up to %1 hours.", "interstitial.intro": "We'd like some additional information in order to update your account…", "interstitial.intro-new": "We'd like some additional information before we can create your account…", "interstitial.errors-found": "Please review the entered information:", - "gdpr_agree_data": "我同意此網站對我個人資料的收集與處理。", - "gdpr_agree_email": "我同意此網站向我發送摘要和通知郵件。", - "gdpr_consent_denied": "您需要同意此網站收集與處理您的個人資料,以及向您發送電子郵件。", + "gdpr-agree-data": "我同意此網站對我個人資料的收集與處理。", + "gdpr-agree-email": "我同意此網站向我發送摘要和通知郵件。", + "gdpr-consent-denied": "您需要同意此網站收集與處理您的個人資料,以及向您發送電子郵件。", "invite.error-admin-only": "Direct user registration has been disabled. Please contact an administrator for more details.", "invite.error-invite-only": "Direct user registration has been disabled. You must be invited by an existing user in order to access this forum.", "invite.error-invalid-data": "The registration data received does not correspond to our records. Please contact an administrator for more details" diff --git a/public/language/zh-TW/reset_password.json b/public/language/zh-TW/reset_password.json index 74d95580c4..3ec62f227c 100644 --- a/public/language/zh-TW/reset_password.json +++ b/public/language/zh-TW/reset_password.json @@ -1,18 +1,18 @@ { - "reset_password": "重設密碼", - "update_password": "更改密碼", - "password_changed.title": "密碼已更改", - "password_changed.message": "

密碼重設成功,請重新登入。", - "wrong_reset_code.title": "重設驗證碼不正確", - "wrong_reset_code.message": "您輸入的重設驗證碼有誤,請重新輸入,或者申請新的重設驗證碼。", - "new_password": "新密碼", - "repeat_password": "驗證密碼", - "changing_password": "Changing Password", - "enter_email": "請輸入您的電子信箱地址,我們將會發送一份郵件協助您重設帳戶密碼。", - "enter_email_address": "輸入電子信箱地址", - "password_reset_sent": "如果指定的信箱地址關聯到已存在的帳戶,該帳戶將收到一條密碼重置郵件,請注意該郵件一分鐘內只發送一次", - "invalid_email": "無效的電子信箱/電子信箱不存在!", - "password_too_short": "密碼太短,請選擇其他密碼。", - "passwords_do_not_match": "您輸入兩個密碼不一致。", - "password_expired": "您的密碼已過期,請選擇新密碼" + "reset-password": "重設密碼", + "update-password": "更改密碼", + "password-changed.title": "密碼已更改", + "password-changed.message": "

密碼重設成功,請重新登入。", + "wrong-reset-code.title": "重設驗證碼不正確", + "wrong-reset-code.message": "您輸入的重設驗證碼有誤,請重新輸入,或者申請新的重設驗證碼。", + "new-password": "新密碼", + "repeat-password": "驗證密碼", + "changing-password": "Changing Password", + "enter-email": "請輸入您的電子信箱地址,我們將會發送一份郵件協助您重設帳戶密碼。", + "enter-email-address": "輸入電子信箱地址", + "password-reset-sent": "如果指定的信箱地址關聯到已存在的帳戶,該帳戶將收到一條密碼重置郵件,請注意該郵件一分鐘內只發送一次", + "invalid-email": "無效的電子信箱/電子信箱不存在!", + "password-too-short": "密碼太短,請選擇其他密碼。", + "passwords-do-not-match": "您輸入兩個密碼不一致。", + "password-expired": "您的密碼已過期,請選擇新密碼" } \ No newline at end of file diff --git a/public/language/zh-TW/rewards.json b/public/language/zh-TW/rewards.json new file mode 100644 index 0000000000..f923cf1500 --- /dev/null +++ b/public/language/zh-TW/rewards.json @@ -0,0 +1,10 @@ +{ + "awarded-x-reputation": "You have been awarded %1 reputation", + "awarded-group-membership": "You have been added to the group %1", + + "essentials/user.reputation-conditional-value": "(Reputation %1 %2)", + "essentials/user.postcount-conditional-value": "(Post Count %1 %2)", + "essentials/user.lastonline-conditional-value": "(Last Online %1 %2)", + "essentials/user.joindate-conditional-value": "(Join Date %1 %2)", + "essentials/user.daysregistered-conditional-value": "(Days Registered %1 %2)" +} \ No newline at end of file diff --git a/public/language/zh-TW/search.json b/public/language/zh-TW/search.json index a0b96c2b89..5a4dd3b4e7 100644 --- a/public/language/zh-TW/search.json +++ b/public/language/zh-TW/search.json @@ -1,6 +1,6 @@ { "type-to-search": "Type to search", - "results_matching": "共 %1 條結果符合 \"%2\",(耗時 %3 秒)", + "results-matching": "共 %1 條結果符合 \"%2\",(耗時 %3 秒)", "no-matches": "無符合的結果", "advanced-search": "進階搜尋", "in": "在", diff --git a/public/language/zh-TW/tags.json b/public/language/zh-TW/tags.json index 5f5d34922a..4688d8fb34 100644 --- a/public/language/zh-TW/tags.json +++ b/public/language/zh-TW/tags.json @@ -1,11 +1,17 @@ { "all-tags": "All tags", - "no_tag_topics": "此標籤還沒有主題貼文。", + "no-tag-topics": "此標籤還沒有主題貼文。", "no-tags-found": "No tags found", "tags": "標籤", - "enter_tags_here": "在這裡輸入標籤,每個標籤 %1 到 %2 個字元。", - "enter_tags_here_short": "輸入標籤...", - "no_tags": "尚無標籤。", - "select_tags": "選擇標籤", - "tag-whitelist": "Tag Whitelist" + "enter-tags-here": "在這裡輸入標籤,每個標籤 %1 到 %2 個字元。", + "enter-tags-here-short": "輸入標籤...", + "no-tags": "尚無標籤。", + "select-tags": "選擇標籤", + "tag-whitelist": "Tag Whitelist", + "watching": "Watching", + "not-watching": "Not Watching", + "watching.description": "Notify me of new topics.", + "not-watching.description": "Do not notify me of new topics.", + "following-tag.message": "You will now be receiving notifications when somebody posts a topic with this tag.", + "not-following-tag.message": "You will not receive notifications when somebody posts a topic with this tag." } \ No newline at end of file diff --git a/public/language/zh-TW/themes/harmony.json b/public/language/zh-TW/themes/harmony.json index f915155306..5e0a65f946 100644 --- a/public/language/zh-TW/themes/harmony.json +++ b/public/language/zh-TW/themes/harmony.json @@ -12,5 +12,6 @@ "settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page", "settings.autohideBottombar": "Auto hide bottom bar", "settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down", + "settings.openSidebars": "Open sidebars", "settings.chatModals": "Enable chat modals" } \ No newline at end of file diff --git a/public/language/zh-TW/top.json b/public/language/zh-TW/top.json index 62fae776f8..9763904948 100644 --- a/public/language/zh-TW/top.json +++ b/public/language/zh-TW/top.json @@ -1,4 +1,4 @@ { "title": "Top", - "no_top_topics": "無置頂主題" + "no-top-topics": "無置頂主題" } \ No newline at end of file diff --git a/public/language/zh-TW/topic.json b/public/language/zh-TW/topic.json index 9abb730376..7744a4cff3 100644 --- a/public/language/zh-TW/topic.json +++ b/public/language/zh-TW/topic.json @@ -1,20 +1,20 @@ { "topic": "主題", "title": "標題", - "no_topics_found": "沒有找到主題!", - "no_posts_found": "沒有找到回覆!", - "post_is_deleted": "此回覆已被刪除!", - "topic_is_deleted": "此主題已被刪除!", + "no-topics-found": "沒有找到主題!", + "no-posts-found": "沒有找到回覆!", + "post-is-deleted": "此回覆已被刪除!", + "topic-is-deleted": "此主題已被刪除!", "profile": "個人資料", - "posted_by": "%1 發佈", - "posted_by_guest": "訪客發佈", + "posted-by": "%1 發佈", + "posted-by-guest": "訪客發佈", "chat": "聊天", - "notify_me": "此主題有新回覆時通知我", + "notify-me": "此主題有新回覆時通知我", "quote": "引用", "reply": "回覆", - "replies_to_this_post": "%1 條回覆", - "one_reply_to_this_post": "1 條回覆", - "last_reply_time": "最後回覆", + "replies-to-this-post": "%1 條回覆", + "one-reply-to-this-post": "1 條回覆", + "last-reply-time": "最後回覆", "reply-as-topic": "在新貼文中回覆", "guest-login-reply": "登入後回覆", "login-to-view": "🔒登入查看", @@ -64,129 +64,130 @@ "user-referenced-topic-on": "%1 referenced this topic on %3", "user-forked-topic-ago": "%1 forked this topic %3", "user-forked-topic-on": "%1 forked this topic on %3", - "bookmark_instructions": "點擊閱讀本主題貼文中的最新回覆", + "bookmark-instructions": "點擊閱讀本主題貼文中的最新回覆", "flag-post": "Flag this post", "flag-user": "Flag this user", "already-flagged": "Already Flagged", "view-flag-report": "View Flag Report", "resolve-flag": "Resolve Flag", - "merged_message": "This topic has been merged into %2", - "deleted_message": "此主題已被刪除。只有擁有主題管理權限的使用者可以查看。", - "following_topic.message": "當有人回覆此主題時,您會收到通知。", - "not_following_topic.message": "您將在未讀主題列表中看到這個主題,但您不會在貼文被回覆時收到通知。", - "ignoring_topic.message": "您將不會在未讀主題列表裡看到這個主題,但在被提及以及貼文被點贊時仍將收到通知。", - "login_to_subscribe": "請註冊或登入後,再訂閱此主題。", + "merged-message": "This topic has been merged into %2", + "forked-message": "This topic was forked from %2", + "deleted-message": "此主題已被刪除。只有擁有主題管理權限的使用者可以查看。", + "following-topic.message": "當有人回覆此主題時,您會收到通知。", + "not-following-topic.message": "您將在未讀主題列表中看到這個主題,但您不會在貼文被回覆時收到通知。", + "ignoring-topic.message": "您將不會在未讀主題列表裡看到這個主題,但在被提及以及貼文被點贊時仍將收到通知。", + "login-to-subscribe": "請註冊或登入後,再訂閱此主題。", "markAsUnreadForAll.success": "將全部主題標為未讀。", - "mark_unread": "標記為未讀", - "mark_unread.success": "主題已被標記為未讀。", + "mark-unread": "標記為未讀", + "mark-unread.success": "主題已被標記為未讀。", "watch": "關注", "unwatch": "取消關注", "watch.title": "當此主題有新回覆時,通知我", "unwatch.title": "取消關注此主題", - "share_this_post": "分享此貼文", + "share-this-post": "分享此貼文", "watching": "關注中", "not-watching": "未關注", "ignoring": "忽略中", "watching.description": "有新回覆時通知我。
在未讀主題中顯示。", "not-watching.description": "不要在有新回覆時通知我。
如果這個版面未被忽略則在未讀主題中顯示。", "ignoring.description": "不要在有新回覆時通知我。
不要在未讀主題中顯示該主題。", - "thread_tools.title": "主題工具", - "thread_tools.markAsUnreadForAll": "全部標記為未讀", - "thread_tools.pin": "置頂主題", - "thread_tools.unpin": "取消置頂主題", - "thread_tools.lock": "鎖定主題", - "thread_tools.unlock": "解鎖主題", - "thread_tools.move": "移動主題", - "thread_tools.move-posts": "移動貼文", - "thread_tools.move_all": "移動全部", - "thread_tools.change_owner": "更改所有者", - "thread_tools.select_category": "選擇版面", - "thread_tools.fork": "分割主題", - "thread_tools.tag": "Tag Topic", - "thread_tools.delete": "刪除主題", - "thread_tools.delete-posts": "刪除回覆", - "thread_tools.delete_confirm": "確定要刪除此主題嗎?", - "thread_tools.restore": "恢復主題", - "thread_tools.restore_confirm": "確定要恢復此主題嗎?", - "thread_tools.purge": "清除主題", - "thread_tools.purge_confirm": "確認清除此主題嗎?", - "thread_tools.merge_topics": "合併主題", - "thread_tools.merge": "Merge Topic", - "topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.", - "topic_move_undone": "Topic move undone", - "topic_move_posts_success": "Posts will be moved shortly. Click here to undo.", - "topic_move_posts_undone": "Post move undone", - "post_delete_confirm": "您確定要刪除此回覆嗎?", - "post_restore_confirm": "您確定要恢復此回覆嗎?", - "post_purge_confirm": "您確定要清除此回覆嗎?", + "thread-tools.title": "主題工具", + "thread-tools.markAsUnreadForAll": "全部標記為未讀", + "thread-tools.pin": "置頂主題", + "thread-tools.unpin": "取消置頂主題", + "thread-tools.lock": "鎖定主題", + "thread-tools.unlock": "解鎖主題", + "thread-tools.move": "移動主題", + "thread-tools.move-posts": "移動貼文", + "thread-tools.move-all": "移動全部", + "thread-tools.change-owner": "更改所有者", + "thread-tools.select-category": "選擇版面", + "thread-tools.fork": "分割主題", + "thread-tools.tag": "Tag Topic", + "thread-tools.delete": "刪除主題", + "thread-tools.delete-posts": "刪除回覆", + "thread-tools.delete-confirm": "確定要刪除此主題嗎?", + "thread-tools.restore": "恢復主題", + "thread-tools.restore-confirm": "確定要恢復此主題嗎?", + "thread-tools.purge": "清除主題", + "thread-tools.purge-confirm": "確認清除此主題嗎?", + "thread-tools.merge-topics": "合併主題", + "thread-tools.merge": "Merge Topic", + "topic-move-success": "This topic will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-multiple-success": "These topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-all-success": "All topics will be moved to \"%1\" shortly. Click here to undo.", + "topic-move-undone": "Topic move undone", + "topic-move-posts-success": "Posts will be moved shortly. Click here to undo.", + "topic-move-posts-undone": "Post move undone", + "post-delete-confirm": "您確定要刪除此回覆嗎?", + "post-restore-confirm": "您確定要恢復此回覆嗎?", + "post-purge-confirm": "您確定要清除此回覆嗎?", "pin-modal-expiry": "Expiration Date", "pin-modal-help": "You can optionally set an expiration date for the pinned topic(s) here. Alternatively, you can leave this field blank to have the topic stay pinned until it is manually unpinned.", - "load_categories": "正在載入版面", - "confirm_move": "移動", - "confirm_fork": "分割", + "load-categories": "正在載入版面", + "confirm-move": "移動", + "confirm-fork": "分割", "bookmark": "書籤", "bookmarks": "書籤", - "bookmarks.has_no_bookmarks": "您還沒有加入任何書籤", + "bookmarks.has-no-bookmarks": "您還沒有加入任何書籤", "copy-permalink": "Copy Permalink", - "loading_more_posts": "正在載入更多貼文", - "move_topic": "移動主題", - "move_topics": "移動主題", - "move_post": "移動貼文", - "post_moved": "回覆已移動!", - "fork_topic": "分割主題", + "loading-more-posts": "正在載入更多貼文", + "move-topic": "移動主題", + "move-topics": "移動主題", + "move-post": "移動貼文", + "post-moved": "回覆已移動!", + "fork-topic": "分割主題", "enter-new-topic-title": "Enter new topic title", - "fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", - "fork_no_pids": "未選中貼文!", + "fork-topic-instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic", + "fork-no-pids": "未選中貼文!", "no-posts-selected": "No posts selected!", "x-posts-selected": "%1 post(s) selected", "x-posts-will-be-moved-to-y": "%1 post(s) will be moved to \"%2\"", - "fork_pid_count": "選擇了 %1 則貼文", - "fork_success": "成功分割主題! 點這裡跳轉到分割後的主題。", - "delete_posts_instruction": "點擊想要刪除/永久刪除的貼文", - "merge_topics_instruction": "Click the topics you want to merge or search for them", + "fork-pid-count": "選擇了 %1 則貼文", + "fork-success": "成功分割主題! 點這裡跳轉到分割後的主題。", + "delete-posts-instruction": "點擊想要刪除/永久刪除的貼文", + "merge-topics-instruction": "Click the topics you want to merge or search for them", "merge-topic-list-title": "List of topics to be merged", "merge-options": "Merge options", "merge-select-main-topic": "Select the main topic", "merge-new-title-for-topic": "New title for topic", "topic-id": "Topic ID", - "move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", - "move_topic_instruction": "Select the target category and then click move", - "change_owner_instruction": "點擊您想轉移給其他使用者的貼文", - "composer.title_placeholder": "在此輸入您主題的標題...", - "composer.handle_placeholder": "在此輸入您的名稱/代稱", + "move-posts-instruction": "Click the posts you want to move then enter a topic ID or go to the target topic", + "move-topic-instruction": "Select the target category and then click move", + "change-owner-instruction": "點擊您想轉移給其他使用者的貼文", + "composer.title-placeholder": "在此輸入您主題的標題...", + "composer.handle-placeholder": "在此輸入您的名稱/代稱", "composer.hide": "Hide", "composer.discard": "撤銷", "composer.submit": "提交", "composer.additional-options": "Additional Options", "composer.post-later": "Post Later", "composer.schedule": "Schedule", - "composer.replying_to": "正在回覆 %1", - "composer.new_topic": "新主題", + "composer.replying-to": "正在回覆 %1", + "composer.new-topic": "新主題", "composer.editing-in": "Editing post in %1", "composer.uploading": "正在上傳...", - "composer.thumb_url_label": "添加主題縮圖網址", - "composer.thumb_title": "給此主題添加縮圖", - "composer.thumb_url_placeholder": "http://example.com/thumb.png", - "composer.thumb_file_label": "或上傳檔案", - "composer.thumb_remove": "清除欄位", - "composer.drag_and_drop_images": "拖曳圖片到此處", - "more_users_and_guests": "%1 名使用者和 %2 名訪客", - "more_users": "%1 名使用者", - "more_guests": "%1 名訪客", - "users_and_others": "%1 和 %2 其他人", - "sort_by": "排序", - "oldest_to_newest": "從舊到新", - "newest_to_oldest": "從新到舊", - "most_votes": "最多點贊", - "most_posts": "回覆最多", - "most_views": "Most Views", + "composer.thumb-url-label": "添加主題縮圖網址", + "composer.thumb-title": "給此主題添加縮圖", + "composer.thumb-url-placeholder": "http://example.com/thumb.png", + "composer.thumb-file-label": "或上傳檔案", + "composer.thumb-remove": "清除欄位", + "composer.drag-and-drop-images": "拖曳圖片到此處", + "more-users-and-guests": "%1 名使用者和 %2 名訪客", + "more-users": "%1 名使用者", + "more-guests": "%1 名訪客", + "users-and-others": "%1 和 %2 其他人", + "sort-by": "排序", + "oldest-to-newest": "從舊到新", + "newest-to-oldest": "從新到舊", + "most-votes": "最多點贊", + "most-posts": "回覆最多", + "most-views": "Most Views", "stale.title": "接受建議並建立新主題?", "stale.warning": "您回覆的主題已經很古老了,是否發佈新主題並引用此主題的內容?", "stale.create": "建立新主題", - "stale.reply_anyway": "仍然回覆此貼文", - "link_back": "回覆: [%1](%2)", + "stale.reply-anyway": "仍然回覆此貼文", + "link-back": "回覆: [%1](%2)", "diffs.title": "歷史發佈記錄", "diffs.description": "此主題已經重新發布並修訂。點擊某個時間點查看修訂的內容。", "diffs.no-revisions-description": "該貼文已重新修改", @@ -197,8 +198,8 @@ "diffs.post-restored": "Post successfully restored to earlier revision", "diffs.delete": "Delete this revision", "diffs.deleted": "Revision deleted", - "timeago_later": "%1 後", - "timeago_earlier": "%1 前", + "timeago-later": "%1 後", + "timeago-earlier": "%1 前", "first-post": "First post", "last-post": "Last post", "go-to-my-next-post": "Go to my next post", diff --git a/public/language/zh-TW/unread.json b/public/language/zh-TW/unread.json index f20b451ede..2740ea4604 100644 --- a/public/language/zh-TW/unread.json +++ b/public/language/zh-TW/unread.json @@ -1,12 +1,12 @@ { "title": "未讀", - "no_unread_topics": "沒有未讀主題。", - "load_more": "載入更多", - "mark_as_read": "標為已讀", + "no-unread-topics": "沒有未讀主題。", + "load-more": "載入更多", + "mark-as-read": "標為已讀", "selected": "已選", "all": "全部", - "all_categories": "全部版面", - "topics_marked_as_read.success": "主題被標為已讀!", + "all-categories": "全部版面", + "topics-marked-as-read.success": "主題被標為已讀!", "all-topics": "全部主題", "new-topics": "新建主題", "watched-topics": "關注主題", diff --git a/public/language/zh-TW/user.json b/public/language/zh-TW/user.json index 7eabad40d0..449fcb0f1e 100644 --- a/public/language/zh-TW/user.json +++ b/public/language/zh-TW/user.json @@ -7,22 +7,22 @@ "joindate": "註冊日期", "postcount": "貼文數量", "email": "電子信箱", - "confirm_email": "確認電子信箱", - "account_info": "帳戶訊息", - "admin_actions_label": "管理行動", - "ban_account": "禁用帳戶", - "ban_account_confirm": "您確定要禁用此帳戶、嗎?", - "unban_account": "解禁帳戶", - "mute_account": "Mute Account", - "unmute_account": "Unmute Account", - "delete_account": "刪除帳戶", - "delete_account_as_admin": "刪除 帳戶", - "delete_content": "刪除帳戶 內容", - "delete_all": "Delete Account and Content", - "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", - "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", - "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", - "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "confirm-email": "確認電子信箱", + "account-info": "帳戶訊息", + "admin-actions-label": "管理行動", + "ban-account": "禁用帳戶", + "ban-account-confirm": "您確定要禁用此帳戶、嗎?", + "unban-account": "解禁帳戶", + "mute-account": "Mute Account", + "unmute-account": "Unmute Account", + "delete-account": "刪除帳戶", + "delete-account-as-admin": "刪除 帳戶", + "delete-content": "刪除帳戶 內容", + "delete-all": "Delete Account and Content", + "delete-account-confirm": "Are you sure you want to anonymize your posts and delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your password to confirm that you wish to destroy this account.", + "delete-this-account-confirm": "Are you sure you want to delete this account while leaving its contents behind?
This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account

", + "delete-account-content-confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", + "delete-all-confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)?
This action is irreversible and you will not be able to recover any data

", "account-deleted": "帳戶已刪除", "account-content-deleted": "帳戶內容已刪除", "fullname": "姓名", @@ -32,11 +32,12 @@ "joined": "註冊時間", "lastonline": "最後登入", "profile": "個人資料", - "profile_views": "個人資料瀏覽", + "profile-views": "個人資料瀏覽", "reputation": "聲望", "bookmarks": "書籤", - "watched_categories": "已關注的版面", - "change_all": "全部更改", + "watched-categories": "已關注的版面", + "watched-tags": "Watched tags", + "change-all": "全部更改", "watched": "已關注", "ignored": "已忽略", "default-category-watch-state": "預設版面關注狀態", @@ -44,83 +45,84 @@ "following": "追隨", "blocks": "屏蔽", "blocked-users": "Blocked users", - "block_toggle": "封鎖該使用者", - "block_user": "封鎖使用者", - "unblock_user": "解封使用者", + "block-toggle": "封鎖該使用者", + "block-user": "封鎖使用者", + "unblock-user": "解封使用者", "aboutme": "關於我", "signature": "簽名檔", "birthday": "生日", "chat": "聊天", - "chat_with": "繼續與 %1 聊天", - "new_chat_with": "開始與 %1 的新對話", + "chat-with": "繼續與 %1 聊天", + "new-chat-with": "開始與 %1 的新對話", "flag-profile": "舉報個人檔案", "follow": "追隨", "unfollow": "取消追隨", "more": "更多", - "profile_update_success": "資料已經成功更新。", - "change_picture": "更改頭像", - "change_username": "更改帳戶", - "change_email": "更改電子信箱", - "email_same_as_password": "請輸入您當前的密碼以繼續 –您已經再次輸入了您的新電子信箱", + "profile-update-success": "資料已經成功更新。", + "change-picture": "更改頭像", + "change-username": "更改帳戶", + "change-email": "更改電子信箱", + "email-updated": "Email Updated", + "email-same-as-password": "請輸入您當前的密碼以繼續 –您已經再次輸入了您的新電子信箱", "edit": "編輯", "edit-profile": "編輯個人檔案", - "default_picture": "預設頭像", - "uploaded_picture": "已有頭像", - "upload_new_picture": "上傳新頭像", - "upload_new_picture_from_url": "上傳來自URL的新頭像", - "current_password": "當前密碼", - "new_password": "New Password", - "change_password": "更改密碼", - "change_password_error": "無效的密碼!", - "change_password_error_wrong_current": "您的當前密碼不正確!", - "change_password_error_match": "兩次輸入的密碼必須相同!", - "change_password_error_privileges": "您無權更改此密碼。", - "change_password_success": "您的密碼已更新!", - "confirm_password": "確認密碼", + "default-picture": "預設頭像", + "uploaded-picture": "已有頭像", + "upload-new-picture": "上傳新頭像", + "upload-new-picture-from-url": "上傳來自URL的新頭像", + "current-password": "當前密碼", + "new-password": "New Password", + "change-password": "更改密碼", + "change-password-error": "無效的密碼!", + "change-password-error-wrong-current": "您的當前密碼不正確!", + "change-password-error-match": "兩次輸入的密碼必須相同!", + "change-password-error-privileges": "您無權更改此密碼。", + "change-password-success": "您的密碼已更新!", + "confirm-password": "確認密碼", "password": "密碼", - "username_taken_workaround": "您申請的帳戶已被佔用,所以我們稍作更改。您現在的帳戶是 %1", - "password_same_as_username": "您的密碼與帳戶相同,請選擇另外的密碼。", - "password_same_as_email": "您的密碼與郵箱相同,請選擇另外的密碼。", - "weak_password": "密碼強度低。", - "upload_picture": "上傳頭像", - "upload_a_picture": "上傳頭像", - "remove_uploaded_picture": "刪除已上傳的頭像", - "upload_cover_picture": "上傳封面圖片", - "remove_cover_picture_confirm": "您確定要移除封面圖片嗎?", - "crop_picture": "剪裁圖片", - "upload_cropped_picture": "剪裁併上傳", + "username-taken-workaround": "您申請的帳戶已被佔用,所以我們稍作更改。您現在的帳戶是 %1", + "password-same-as-username": "您的密碼與帳戶相同,請選擇另外的密碼。", + "password-same-as-email": "您的密碼與郵箱相同,請選擇另外的密碼。", + "weak-password": "密碼強度低。", + "upload-picture": "上傳頭像", + "upload-a-picture": "上傳頭像", + "remove-uploaded-picture": "刪除已上傳的頭像", + "upload-cover-picture": "上傳封面圖片", + "remove-cover-picture-confirm": "您確定要移除封面圖片嗎?", + "crop-picture": "剪裁圖片", + "upload-cropped-picture": "剪裁併上傳", "avatar-background-colour": "Avatar background colour", "settings": "設定", - "show_email": "顯示我的電子信箱", - "show_fullname": "顯示我的全名", - "restrict_chats": "只允許我追隨的使用者給我發送聊天訊息", - "digest_label": "訂閱摘要", - "digest_description": "訂閱此論壇的定期電子郵件更新 (新通知和主題)", - "digest_off": "關閉", - "digest_daily": "每天", - "digest_weekly": "每週", - "digest_biweekly": "Bi-Weekly", - "digest_monthly": "每月", - "has_no_follower": "此使用者還沒有追隨者 :(", - "follows_no_one": "此使用者尚未追隨任何人 :(", - "has_no_posts": "此使用者從未發文。", - "has_no_best_posts": "This user does not have any upvoted posts yet.", - "has_no_topics": "此使用者還未發佈任何主題。", - "has_no_watched_topics": "此使用者還未關注任何主題。", - "has_no_ignored_topics": "此使用者尚未忽略任何主題。", - "has_no_upvoted_posts": "此使用者還未點贊過任何貼文。", - "has_no_downvoted_posts": "此使用者還未倒讚過任何貼文。", - "has_no_controversial_posts": "This user does not have any downvoted posts yet.", - "has_no_blocks": "您沒有封鎖其他使用者。", - "email_hidden": "電子信箱已隱藏", + "show-email": "顯示我的電子信箱", + "show-fullname": "顯示我的全名", + "restrict-chats": "只允許我追隨的使用者給我發送聊天訊息", + "digest-label": "訂閱摘要", + "digest-description": "訂閱此論壇的定期電子郵件更新 (新通知和主題)", + "digest-off": "關閉", + "digest-daily": "每天", + "digest-weekly": "每週", + "digest-biweekly": "Bi-Weekly", + "digest-monthly": "每月", + "has-no-follower": "此使用者還沒有追隨者 :(", + "follows-no-one": "此使用者尚未追隨任何人 :(", + "has-no-posts": "此使用者從未發文。", + "has-no-best-posts": "This user does not have any upvoted posts yet.", + "has-no-topics": "此使用者還未發佈任何主題。", + "has-no-watched-topics": "此使用者還未關注任何主題。", + "has-no-ignored-topics": "此使用者尚未忽略任何主題。", + "has-no-upvoted-posts": "此使用者還未點贊過任何貼文。", + "has-no-downvoted-posts": "此使用者還未倒讚過任何貼文。", + "has-no-controversial-posts": "This user does not have any downvoted posts yet.", + "has-no-blocks": "您沒有封鎖其他使用者。", + "email-hidden": "電子信箱已隱藏", "hidden": "隱藏", - "paginate_description": "使用分頁式版面瀏覽", - "topics_per_page": "每頁主題數", - "posts_per_page": "每頁貼文數", + "paginate-description": "使用分頁式版面瀏覽", + "topics-per-page": "每頁主題數", + "posts-per-page": "每頁貼文數", "category-topic-sort": "Category topic sort", "topic-post-sort": "Topic post sort", - "max_items_per_page": "最大值 %1", - "acp_language": "控制台頁面語言", + "max-items-per-page": "最大值 %1", + "acp-language": "控制台頁面語言", "notifications": "Notifications", "upvote-notif-freq": "貼文被讚的通知頻率", "upvote-notif-freq.all": "每一次被讚都通知我", @@ -130,13 +132,13 @@ "upvote-notif-freq.logarithmic": "當被點讚的數目為10, 100, 1000...時通知我", "upvote-notif-freq.disabled": "任何時候都不要通知我", "browsing": "瀏覽設定", - "open_links_in_new_tab": "在新頁籤打開外部連結", - "enable_topic_searching": "啟用主題內搜索", - "topic_search_help": "如果啟用此項,主題內搜索會替代瀏覽器預設的頁面搜索,您將可以在整個主題內搜索,而不僅僅只搜索頁面上展現的內容。", - "update_url_with_post_index": "Update url with post index while browsing topics", - "scroll_to_my_post": "在提交回覆之後顯示新回覆", - "follow_topics_you_reply_to": "關注您回覆過的主題", - "follow_topics_you_create": "關注您建立的主題", + "open-links-in-new-tab": "在新頁籤打開外部連結", + "enable-topic-searching": "啟用主題內搜索", + "topic-search-help": "如果啟用此項,主題內搜索會替代瀏覽器預設的頁面搜索,您將可以在整個主題內搜索,而不僅僅只搜索頁面上展現的內容。", + "update-url-with-post-index": "Update url with post index while browsing topics", + "scroll-to-my-post": "在提交回覆之後顯示新回覆", + "follow-topics-you-reply-to": "關注您回覆過的主題", + "follow-topics-you-create": "關注您建立的主題", "grouptitle": "群組稱號", "group-order-help": "選擇群組然後使用箭頭排列稱號", "no-group-title": "不顯示群組稱號", @@ -145,9 +147,9 @@ "no-skin": "No Skin", "select-homepage": "選擇首頁", "homepage": "首頁", - "homepage_description": "選擇一個頁面作為論壇的首頁,否則設置為 ‘空’ 使用預設首頁。", - "custom_route": "自訂首頁路徑", - "custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", + "homepage-description": "選擇一個頁面作為論壇的首頁,否則設置為 ‘空’ 使用預設首頁。", + "custom-route": "自訂首頁路徑", + "custom-route-help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")", "sso.title": "單一簽入服務", "sso.associated": "已關聯到", "sso.not-associated": "點擊這裡來關聯", @@ -179,25 +181,25 @@ "consent.title": "您的權利與許可", "consent.lead": "本論壇將會收集與處理您的個人資料。", "consent.intro": "我們收集這些資料將僅用於個人化您於本社區的體驗,和關聯您的帳戶與您所發表的貼文。在註冊過程中您需要提供一個使用者名和信箱地址,您也可以選擇是否提供額外的個人資料,以完善您的使用者檔案。

在您的帳戶有效期內,我們將保留您的資料。您可以在任何時候通過刪除您的帳戶,以撤回您的許可。您可以在任何時候通過您的權力與許可頁面,獲取一份您對本論壇的貢獻的副本。

如果您有任何疑問,我們鼓勵您與本論壇管理團隊聯繫。", - "consent.email_intro": "我們有時可能會向您的註冊信箱發送電子郵件,以向您提供有關於您的新動態和/或新活動。您可以通過您的使用者設定頁面自訂(包括直接禁用)社區摘要的發送頻率,以及選擇性地接收哪些類型的通知。", - "consent.digest_frequency": "本社區預設每 %1 發送一封摘要郵件,除非您在使用者設定中明確更改了此設定。", - "consent.digest_off": "本社區預設不發送摘要郵件,除非您在使用者設置中明確更改了此設定。", + "consent.email-intro": "我們有時可能會向您的註冊信箱發送電子郵件,以向您提供有關於您的新動態和/或新活動。您可以通過您的使用者設定頁面自訂(包括直接禁用)社區摘要的發送頻率,以及選擇性地接收哪些類型的通知。", + "consent.digest-frequency": "本社區預設每 %1 發送一封摘要郵件,除非您在使用者設定中明確更改了此設定。", + "consent.digest-off": "本社區預設不發送摘要郵件,除非您在使用者設置中明確更改了此設定。", "consent.received": "您已許可本網站收集與處理您的個人資料。無需其它額外操作。", - "consent.not_received": "您未許可本網站收集與處理您的個人資料。本網站的管理團隊可能於任何時候刪除您的帳戶,以符合通用資料保護條例的要求。", + "consent.not-received": "您未許可本網站收集與處理您的個人資料。本網站的管理團隊可能於任何時候刪除您的帳戶,以符合通用資料保護條例的要求。", "consent.give": "授予許可", - "consent.right_of_access": "您擁有資料訪問權", - "consent.right_of_access_description": "您有權訪問本網站根據需求收集的您的任何資料。您可以點擊下方相應按鈕,獲取這些數據的副本。", - "consent.right_to_rectification": "您擁有資料更正權", - "consent.right_to_rectification_description": "您擁有修改或更新提供給我們的任何不準確的個人資料的權力。您可以通過編輯以更新個人資料,並可以修改您發表的內容。若非如此,請聯繫本網站的管理團隊。", - "consent.right_to_erasure": "您擁有被遺忘權", - "consent.right_to_erasure_description": "您隨時都可以通過刪除帳戶,來撤銷資料收集和處理的許可。您的個人檔案可以被刪除,但是您發表的內容仍然會保留。如果您想要同時刪除您的帳戶內容,請聯繫此網站的管理團隊。", - "consent.right_to_data_portability": "您擁有資料轉移權", - "consent.right_to_data_portability_description": "您也許想導出有關您和您的帳戶的機器可讀副本。您可以點擊下方的按鈕來獲取它們。", - "consent.export_profile": "輸出個人資料 (.json)", + "consent.right-of-access": "您擁有資料訪問權", + "consent.right-of-access-description": "您有權訪問本網站根據需求收集的您的任何資料。您可以點擊下方相應按鈕,獲取這些數據的副本。", + "consent.right-to-rectification": "您擁有資料更正權", + "consent.right-to-rectification-description": "您擁有修改或更新提供給我們的任何不準確的個人資料的權力。您可以通過編輯以更新個人資料,並可以修改您發表的內容。若非如此,請聯繫本網站的管理團隊。", + "consent.right-to-erasure": "您擁有被遺忘權", + "consent.right-to-erasure-description": "您隨時都可以通過刪除帳戶,來撤銷資料收集和處理的許可。您的個人檔案可以被刪除,但是您發表的內容仍然會保留。如果您想要同時刪除您的帳戶內容,請聯繫此網站的管理團隊。", + "consent.right-to-data-portability": "您擁有資料轉移權", + "consent.right-to-data-portability-description": "您也許想導出有關您和您的帳戶的機器可讀副本。您可以點擊下方的按鈕來獲取它們。", + "consent.export-profile": "輸出個人資料 (.json)", "consent.export-profile-success": "Exporting profile, you will get a notification when it is complete.", - "consent.export_uploads": "導出上傳檔案 (.zip)", + "consent.export-uploads": "導出上傳檔案 (.zip)", "consent.export-uploads-success": "Exporting uploads, you will get a notification when it is complete.", - "consent.export_posts": "導出貼文 (.csv)", + "consent.export-posts": "導出貼文 (.csv)", "consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.", "emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.", "emailUpdate.optional": "This field is optional. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.", diff --git a/public/language/zh-TW/users.json b/public/language/zh-TW/users.json index c6ac37ba66..32f803ff9f 100644 --- a/public/language/zh-TW/users.json +++ b/public/language/zh-TW/users.json @@ -1,13 +1,13 @@ { "all-users": "All Users", - "latest_users": "最新使用者", - "top_posters": "發文排行", - "most_reputation": "聲望排行", - "most_flags": "舉報最多", + "latest-users": "最新使用者", + "top-posters": "發文排行", + "most-reputation": "聲望排行", + "most-flags": "舉報最多", "search": "搜尋", - "enter_username": "輸入使用者名搜索", + "enter-username": "輸入使用者名搜索", "search-user-for-chat": "Search for a user to start chat", - "load_more": "載入更多", + "load-more": "載入更多", "users-found-search-took": "找到 %1 位使用者!耗時 %2 秒。", "filter-by": "過濾選項", "online-only": "只看在線", @@ -15,10 +15,10 @@ "prompt-email": "郵件:", "groups-to-join": "同意邀請後要加入的群組:", "invitation-email-sent": "已發送邀請給 %1", - "user_list": "使用者列表", - "recent_topics": "最新主題", - "popular_topics": "熱門主題", - "unread_topics": "未讀主題", + "user-list": "使用者列表", + "recent-topics": "最新主題", + "popular-topics": "熱門主題", + "unread-topics": "未讀主題", "categories": "版面", "tags": "標籤", "no-users-found": "未找到符合的使用者!" diff --git a/public/openapi/components/schemas/SettingsObj.yaml b/public/openapi/components/schemas/SettingsObj.yaml index 3adba108b0..c9f990e5ac 100644 --- a/public/openapi/components/schemas/SettingsObj.yaml +++ b/public/openapi/components/schemas/SettingsObj.yaml @@ -80,6 +80,9 @@ Settings: notificationType_new-topic: type: string description: Notification type for new topics + notificationType_new-topic-with-tag: + type: string + description: Notification type for new topics with followed tag notificationType_follow: type: string description: Notification type for another user following you @@ -95,6 +98,9 @@ Settings: notificationType_mention: type: string description: Notification type for mentions in a post + notificationType_new-reward: + type: string + description: Notification type for when you earn a reward acpLang: type: string description: Language localisation for the admin control panel diff --git a/public/openapi/components/schemas/UserObject.yaml b/public/openapi/components/schemas/UserObject.yaml index c2b3177637..bdd52bc2d1 100644 --- a/public/openapi/components/schemas/UserObject.yaml +++ b/public/openapi/components/schemas/UserObject.yaml @@ -391,6 +391,8 @@ UserObjectFull: type: number categoriesWatched: type: number + tagsWatched: + type: number downvoted: type: number followers: @@ -447,6 +449,8 @@ UserObjectFull: type: boolean isFollowing: type: boolean + canChat: + type: boolean hasPrivateChat: type: number showHidden: diff --git a/public/openapi/read.yaml b/public/openapi/read.yaml index 34326163bd..e8567b5a1f 100644 --- a/public/openapi/read.yaml +++ b/public/openapi/read.yaml @@ -262,6 +262,8 @@ paths: $ref: 'read/user/userslug/followers.yaml' "/api/user/{userslug}/categories": $ref: 'read/user/userslug/categories.yaml' + "/api/user/{userslug}/tags": + $ref: 'read/user/userslug/tags.yaml' "/api/user/{userslug}/posts": $ref: 'read/user/userslug/posts.yaml' "/api/user/{userslug}/topics": diff --git a/public/openapi/read/admin/extend/widgets.yaml b/public/openapi/read/admin/extend/widgets.yaml index 90527bf8f0..eb4d568ded 100644 --- a/public/openapi/read/admin/extend/widgets.yaml +++ b/public/openapi/read/admin/extend/widgets.yaml @@ -27,6 +27,9 @@ get: type: string location: type: string + widgetCount: + type: number + description: Number of widgets on this template areas: type: array items: diff --git a/public/openapi/read/admin/manage/privileges/cid.yaml b/public/openapi/read/admin/manage/privileges/cid.yaml index 75aad276fc..d4b0ed43da 100644 --- a/public/openapi/read/admin/manage/privileges/cid.yaml +++ b/public/openapi/read/admin/manage/privileges/cid.yaml @@ -34,6 +34,17 @@ get: items: type: string description: Language key of the privilege name's user-friendly name + labelData: + type: array + items: + type: object + properties: + label: + type: string + description: the name of the privilege displayed in the ACP dashboard + type: + type: string + description: type of the privilege (one of viewing, posting, moderation or other) keys: type: object properties: @@ -73,6 +84,9 @@ get: additionalProperties: type: boolean description: Each privilege will have a key in this object + types: + type: object + description: Each privilege will have a key in this object, the value will be the type of the privilege (viewing, posting, moderation or other) isPrivate: type: boolean isSystem: diff --git a/public/openapi/read/tags/tag.yaml b/public/openapi/read/tags/tag.yaml index cae02d0082..c9a49c5160 100644 --- a/public/openapi/read/tags/tag.yaml +++ b/public/openapi/read/tags/tag.yaml @@ -229,6 +229,9 @@ get: type: string canPost: type: boolean + isFollowing: + type: boolean + description: true is user is following this tag showSelect: type: boolean showTopicTools: diff --git a/public/openapi/read/topic/topic_id.yaml b/public/openapi/read/topic/topic_id.yaml index 0117775f39..cee628cce2 100644 --- a/public/openapi/read/topic/topic_id.yaml +++ b/public/openapi/read/topic/topic_id.yaml @@ -315,6 +315,8 @@ get: nullable: true merger: nullable: true + forker: + nullable: true related: type: array items: diff --git a/public/openapi/read/user/userslug/chats/roomid.yaml b/public/openapi/read/user/userslug/chats/roomid.yaml index cb350aa2e0..24bd0cb90b 100644 --- a/public/openapi/read/user/userslug/chats/roomid.yaml +++ b/public/openapi/read/user/userslug/chats/roomid.yaml @@ -496,4 +496,7 @@ get: type: string bodyClasses: type: array + composerActions: + type: array + description: A list of buttons that are added next to the send message button by plugins - $ref: ../../../../components/schemas/CommonProps.yaml#/CommonProps \ No newline at end of file diff --git a/public/openapi/read/user/userslug/tags.yaml b/public/openapi/read/user/userslug/tags.yaml new file mode 100644 index 0000000000..c13f8c337b --- /dev/null +++ b/public/openapi/read/user/userslug/tags.yaml @@ -0,0 +1,30 @@ +get: + tags: + - users + summary: Get user's watched tags + description: This route retrieves the list of tags the user is watching + parameters: + - name: userslug + in: path + required: true + schema: + type: string + example: admin + responses: + "200": + description: "" + content: + application/json: + schema: + allOf: + - $ref: ../../../components/schemas/UserObject.yaml#/UserObjectFull + - type: object + properties: + tags: + type: array + items: + type: string + title: + type: string + - $ref: ../../../components/schemas/Breadcrumbs.yaml#/Breadcrumbs + - $ref: ../../../components/schemas/CommonProps.yaml#/CommonProps \ No newline at end of file diff --git a/public/openapi/write.yaml b/public/openapi/write.yaml index a9a546e779..b1dabb778b 100644 --- a/public/openapi/write.yaml +++ b/public/openapi/write.yaml @@ -146,6 +146,8 @@ paths: $ref: 'write/topics/tid/read.yaml' /topics/{tid}/bump: $ref: 'write/topics/tid/bump.yaml' + /tags/{tag}/follow: + $ref: 'write/tags/tag/follow.yaml' /posts/{pid}: $ref: 'write/posts/pid.yaml' /posts/{pid}/index: @@ -190,6 +192,8 @@ paths: $ref: 'write/flags.yaml' /flags/{flagId}: $ref: 'write/flags/flagId.yaml' + /flags/{flagId}/report: + $ref: 'write/flags/flagId/report.yaml' /flags/{flagId}/notes: $ref: 'write/flags/flagId/notes.yaml' /flags/{flagId}/notes/{datetime}: diff --git a/public/openapi/write/categories/cid/moderator/uid.yaml b/public/openapi/write/categories/cid/moderator/uid.yaml index 189c431e0b..3cbcd4951b 100644 --- a/public/openapi/write/categories/cid/moderator/uid.yaml +++ b/public/openapi/write/categories/cid/moderator/uid.yaml @@ -44,6 +44,17 @@ put: items: type: string description: Language key of the privilege name's user-friendly name + labelData: + type: array + items: + type: object + properties: + label: + type: string + description: the name of the privilege displayed in the ACP dashboard + type: + type: string + description: type of the privilege (one of viewing, posting, moderation or other) users: type: array items: @@ -87,6 +98,9 @@ put: additionalProperties: type: boolean description: A set of privileges with either true or false + types: + type: object + description: Each privilege will have a key in this object, the value will be the type of the privilege (viewing, posting, moderation or other) groups: type: array items: @@ -101,6 +115,9 @@ put: additionalProperties: type: boolean description: A set of privileges with either true or false + types: + type: object + description: Each privilege will have a key in this object, the value will be the type of the privilege (viewing, posting, moderation or other) isPrivate: type: boolean isSystem: diff --git a/public/openapi/write/categories/cid/privileges.yaml b/public/openapi/write/categories/cid/privileges.yaml index 209b0ad051..6ed7c6fbf8 100644 --- a/public/openapi/write/categories/cid/privileges.yaml +++ b/public/openapi/write/categories/cid/privileges.yaml @@ -37,6 +37,17 @@ get: items: type: string description: Language key of the privilege name's user-friendly name + labelData: + type: array + items: + type: object + properties: + label: + type: string + description: the name of the privilege displayed in the ACP dashboard + type: + type: string + description: type of the privilege (one of viewing, posting, moderation or other) users: type: array items: @@ -69,6 +80,9 @@ get: additionalProperties: type: boolean description: A set of privileges with either true or false + types: + type: object + description: Each privilege will have a key in this object, the value will be the type of the privilege (viewing, posting, moderation or other) isPrivate: type: boolean isSystem: diff --git a/public/openapi/write/categories/cid/privileges/privilege.yaml b/public/openapi/write/categories/cid/privileges/privilege.yaml index 6cc1ff7336..d6985f27f3 100644 --- a/public/openapi/write/categories/cid/privileges/privilege.yaml +++ b/public/openapi/write/categories/cid/privileges/privilege.yaml @@ -54,6 +54,17 @@ put: items: type: string description: Language key of the privilege name's user-friendly name + labelData: + type: array + items: + type: object + properties: + label: + type: string + description: the name of the privilege displayed in the ACP dashboard + type: + type: string + description: type of the privilege (one of viewing, posting, moderation or other) users: type: array items: @@ -111,6 +122,9 @@ put: additionalProperties: type: boolean description: A set of privileges with either true or false + types: + type: object + description: Each privilege will have a key in this object, the value will be the type of the privilege (viewing, posting, moderation or other) isPrivate: type: boolean isSystem: @@ -190,6 +204,17 @@ delete: items: type: string description: Language key of the privilege name's user-friendly name + labelData: + type: array + items: + type: object + properties: + label: + type: string + description: the name of the privilege displayed in the ACP dashboard + type: + type: string + description: type of the privilege (one of viewing, posting, moderation or other) users: type: array items: @@ -247,6 +272,9 @@ delete: additionalProperties: type: boolean description: A set of privileges with either true or false + types: + type: object + description: Each privilege will have a key in this object, the value will be the type of the privilege (viewing, posting, moderation or other) isPrivate: type: boolean isSystem: diff --git a/public/openapi/write/flags/flagId/report.yaml b/public/openapi/write/flags/flagId/report.yaml new file mode 100644 index 0000000000..61944a24df --- /dev/null +++ b/public/openapi/write/flags/flagId/report.yaml @@ -0,0 +1,26 @@ +delete: + tags: + - flags + summary: rescind a flag report + description: This operation rescinds the report made for a given flag. + parameters: + - in: path + name: flagId + schema: + type: number + required: true + description: a valid flag id + example: 2 + responses: + '200': + description: Flag report rescinded + content: + application/json: + schema: + type: object + properties: + status: + $ref: ../../../components/schemas/Status.yaml#/Status + response: + type: object + properties: {} \ No newline at end of file diff --git a/public/openapi/write/tags/tag/follow.yaml b/public/openapi/write/tags/tag/follow.yaml new file mode 100644 index 0000000000..9eb211ec01 --- /dev/null +++ b/public/openapi/write/tags/tag/follow.yaml @@ -0,0 +1,52 @@ +put: + tags: + - tags + summary: follow a tag + description: This operation follows (or watches) a tag. + parameters: + - in: path + name: tag + schema: + type: string + required: true + description: a valid tag name + example: plugins + responses: + '200': + description: Tag successfully followed + content: + application/json: + schema: + type: object + properties: + status: + $ref: ../../../components/schemas/Status.yaml#/Status + response: + type: object + properties: {} +delete: + tags: + - tags + summary: unfollow a tag + description: This operation unfollows (or unwatches) a tag. + parameters: + - in: path + name: tag + schema: + type: string + required: true + description: a valid tag name + example: plugins + responses: + '200': + description: Tag successfully unwatched + content: + application/json: + schema: + type: object + properties: + status: + $ref: ../../../components/schemas/Status.yaml#/Status + response: + type: object + properties: {} \ No newline at end of file diff --git a/public/scss/admin/general/dashboard.scss b/public/scss/admin/general/dashboard.scss index cecbbb1dbe..2cfc461a0e 100644 --- a/public/scss/admin/general/dashboard.scss +++ b/public/scss/admin/general/dashboard.scss @@ -1,6 +1,4 @@ .dashboard { - max-width: 1680px; - .card { max-width: 100% !important; } @@ -9,114 +7,70 @@ position: relative; background: var(--bg-body-bg); + &.pie-chart { + max-height: 180px; + } + &.fullscreen { width: 100%; padding: 40px; - - .graph-legend { - top: 7rem; - left: 12rem; - } } + } - &.pie-chart { - padding-right: 0px; - padding-left: 50px; - min-height: 180px; + .graph-legend { + @include box-header-font; + margin: 0; - .graph-legend { - top: -10px; - left: 0px; + li { + display: flex; + word-wrap: break-word; + word-break: break-word; + gap: 0.5rem; + span { + flex: 1; } + div { + border: 1px solid; + margin-top: 2px; + width: 12px; + min-width: 12px; + height: 12px; - &.compact { - padding-left: 0px; - padding-top: 60px; - } - - &.legend-down { - padding-left: 0px; - padding-top: 0px; - - canvas { - margin-bottom: 25px; + &.page-views { + border-color: rgba(220,220,220,1); + background-color: rgba(220,220,220,0.2); } - - .graph-legend { - position: relative; - - li { - float: left; - width: 100%; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - - &:nth-child(odd) { - margin-right: 2%; - } - } + &.unique-visitors { + border-color: rgba(151,187,205,1); + background-color: rgba(151,187,205,0.2); } - } - } - - .graph-legend { - @include box-header-font; - display: inline-block; - max-width: 100%; - position: absolute; - top: 2rem; - left: 7rem; - list-style-type: none; - padding: 0.5rem 1rem; - margin: 0; - - li { - div { - border: 1px solid; - width: 12px; - height: 12px; - vertical-align: -41%; - margin-bottom: 5px; - display: inline-block; - margin-right: 5px; - - &.page-views { - border-color: rgba(220,220,220,1); - background-color: rgba(220,220,220,0.2); - } - &.unique-visitors { - border-color: rgba(151,187,205,1); - background-color: rgba(151,187,205,0.2); - } - &.guest { - border-color: #46BFBD; - background-color: #5AD3D1; - } - &.registered { - border-color: #F7464A; - background-color: #FF5A5E; - } - &.reading-posts { - border-color: #46BFBD; - background-color: #5AD3D1; - } - &.on-categories { - border-color: #F7464A; - background-color: #FF5A5E; - } - &.browsing-topics { - border-color: #FDB45C; - background-color: #FFC870; - } - &.recent { - border-color: #949FB1; - background-color: #A8B3C5; - } - &.unread { - border-color: #949FB1; - background-color: #9FB194; - } + &.guest { + border-color: #46BFBD; + background-color: #5AD3D1; + } + &.registered { + border-color: #F7464A; + background-color: #FF5A5E; + } + &.reading-posts { + border-color: #46BFBD; + background-color: #5AD3D1; + } + &.on-categories { + border-color: #F7464A; + background-color: #FF5A5E; + } + &.browsing-topics { + border-color: #FDB45C; + background-color: #FFC870; + } + &.recent { + border-color: #949FB1; + background-color: #A8B3C5; + } + &.unread { + border-color: #949FB1; + background-color: #9FB194; } } } diff --git a/public/src/admin/advanced/errors.js b/public/src/admin/advanced/errors.js index b64f110b2a..5767b45dd4 100644 --- a/public/src/admin/advanced/errors.js +++ b/public/src/admin/advanced/errors.js @@ -1,113 +1,121 @@ -'use strict'; +import { + Chart, + LineController, + CategoryScale, + LinearScale, + LineElement, + PointElement, + Tooltip, + Filler, +} from 'chart.js'; + +import * as bootbox from 'bootbox'; +import * as alerts from '../../modules/alerts'; + +Chart.register( + LineController, + CategoryScale, + LinearScale, + LineElement, + PointElement, + Tooltip, + Filler +); -define('admin/advanced/errors', ['bootbox', 'alerts', 'Chart'], function (bootbox, alerts, Chart) { - const Errors = {}; +// eslint-disable-next-line import/prefer-default-export +export function init() { + setupCharts(); - Errors.init = function () { - Errors.setupCharts(); + $('[data-action="clear"]').on('click', clear404); +} - $('[data-action="clear"]').on('click', Errors.clear404); - }; +function clear404() { + bootbox.confirm('[[admin/advanced/errors:clear404-confirm]]', function (ok) { + if (ok) { + socket.emit('admin.errors.clear', {}, function (err) { + if (err) { + return alerts.error(err); + } - Errors.clear404 = function () { - bootbox.confirm('[[admin/advanced/errors:clear404-confirm]]', function (ok) { - if (ok) { - socket.emit('admin.errors.clear', {}, function (err) { - if (err) { - return alerts.error(err); - } - - ajaxify.refresh(); - alerts.success('[[admin/advanced/errors:clear404-success]]'); - }); - } - }); - }; - - Errors.setupCharts = function () { - const notFoundCanvas = document.getElementById('not-found'); - const tooBusyCanvas = document.getElementById('toobusy'); - let dailyLabels = utils.getDaysArray(); - - dailyLabels = dailyLabels.slice(-7); - - if (utils.isMobile()) { - Chart.defaults.global.tooltips.enabled = false; + ajaxify.refresh(); + alerts.success('[[admin/advanced/errors:clear404-success]]'); + }); } + }); +} - const data = { - 'not-found': { - labels: dailyLabels, - datasets: [ - { - label: '', - backgroundColor: 'rgba(186,139,175,0.2)', - borderColor: 'rgba(186,139,175,1)', - pointBackgroundColor: 'rgba(186,139,175,1)', - pointHoverBackgroundColor: '#fff', - pointBorderColor: '#fff', - pointHoverBorderColor: 'rgba(186,139,175,1)', - data: ajaxify.data.analytics['not-found'], - }, - ], - }, - toobusy: { - labels: dailyLabels, - datasets: [ - { - label: '', - backgroundColor: 'rgba(151,187,205,0.2)', - borderColor: 'rgba(151,187,205,1)', - pointBackgroundColor: 'rgba(151,187,205,1)', - pointHoverBackgroundColor: '#fff', - pointBorderColor: '#fff', - pointHoverBorderColor: 'rgba(151,187,205,1)', - data: ajaxify.data.analytics.toobusy, - }, - ], - }, - }; +function setupCharts() { + const notFoundCanvas = document.getElementById('not-found'); + const tooBusyCanvas = document.getElementById('toobusy'); + let dailyLabels = utils.getDaysArray(); - notFoundCanvas.width = $(notFoundCanvas).parent().width(); - tooBusyCanvas.width = $(tooBusyCanvas).parent().width(); + dailyLabels = dailyLabels.slice(-7); - new Chart(notFoundCanvas.getContext('2d'), { - type: 'line', - data: data['not-found'], - options: { - responsive: true, - legend: { - display: false, - }, - scales: { - yAxes: [{ - ticks: { - beginAtZero: true, - }, - }], - }, - }, - }); + if (utils.isMobile()) { + Chart.defaults.plugins.tooltip.enabled = false; + } - new Chart(tooBusyCanvas.getContext('2d'), { - type: 'line', - data: data.toobusy, - options: { - responsive: true, - legend: { - display: false, + const data = { + 'not-found': { + labels: dailyLabels, + datasets: [ + { + label: '', + fill: 'origin', + tension: 0.25, + backgroundColor: 'rgba(186,139,175,0.2)', + borderColor: 'rgba(186,139,175,1)', + pointBackgroundColor: 'rgba(186,139,175,1)', + pointHoverBackgroundColor: '#fff', + pointBorderColor: '#fff', + pointHoverBorderColor: 'rgba(186,139,175,1)', + data: ajaxify.data.analytics['not-found'], }, - scales: { - yAxes: [{ - ticks: { - beginAtZero: true, - }, - }], + ], + }, + toobusy: { + labels: dailyLabels, + datasets: [ + { + label: '', + fill: 'origin', + tension: 0.25, + backgroundColor: 'rgba(151,187,205,0.2)', + borderColor: 'rgba(151,187,205,1)', + pointBackgroundColor: 'rgba(151,187,205,1)', + pointHoverBackgroundColor: '#fff', + pointBorderColor: '#fff', + pointHoverBorderColor: 'rgba(151,187,205,1)', + data: ajaxify.data.analytics.toobusy, }, - }, - }); + ], + }, }; - return Errors; -}); + new Chart(notFoundCanvas.getContext('2d'), { + type: 'line', + data: data['not-found'], + options: { + responsive: true, + scales: { + y: { + beginAtZero: true, + }, + }, + }, + }); + + new Chart(tooBusyCanvas.getContext('2d'), { + type: 'line', + data: data.toobusy, + options: { + responsive: true, + scales: { + y: { + beginAtZero: true, + }, + }, + }, + }); +} diff --git a/public/src/admin/dashboard.js b/public/src/admin/dashboard.js index 3cd0b93619..9ec8db599a 100644 --- a/public/src/admin/dashboard.js +++ b/public/src/admin/dashboard.js @@ -1,600 +1,612 @@ -'use strict'; +import { + Chart, + LineController, + DoughnutController, + CategoryScale, + LinearScale, + LineElement, + PointElement, + ArcElement, + Tooltip, + Filler, + Legend, +} from 'chart.js'; +import * as Benchpress from 'benchpressjs'; +import * as bootbox from 'bootbox'; +import * as alerts from '../modules/alerts'; +import * as translator from '../modules/translator'; +import { formattedNumber } from '../modules/helpers'; -define('admin/dashboard', [ - 'Chart', 'translator', 'benchpress', 'bootbox', 'alerts', 'helpers', -], function (Chart, translator, Benchpress, bootbox, alerts, helpers) { - const Admin = {}; - const intervals = { - rooms: false, - graphs: false, - }; - let isMobile = false; - const graphData = { - rooms: {}, - traffic: {}, - }; - const currentGraph = { - units: 'hours', - until: undefined, - }; +Chart.register( + LineController, + DoughnutController, + CategoryScale, + LinearScale, + LineElement, + PointElement, + ArcElement, + Tooltip, + Filler, + Legend +); - const DEFAULTS = { - roomInterval: 10000, - graphInterval: 15000, - realtimeInterval: 1500, - }; +const intervals = { + rooms: false, + graphs: false, +}; +let isMobile = false; +const graphData = { + rooms: {}, + traffic: {}, +}; +const currentGraph = { + units: 'hours', + until: undefined, +}; - const usedTopicColors = []; +const DEFAULTS = { + roomInterval: 10000, + graphInterval: 15000, + realtimeInterval: 1500, +}; - $(window).on('action:ajaxify.start', function () { - clearInterval(intervals.rooms); - clearInterval(intervals.graphs); +const usedTopicColors = []; - intervals.rooms = null; - intervals.graphs = null; - graphData.rooms = null; - graphData.traffic = null; - usedTopicColors.length = 0; +$(window).on('action:ajaxify.start', function () { + clearInterval(intervals.rooms); + clearInterval(intervals.graphs); + + intervals.rooms = null; + intervals.graphs = null; + graphData.rooms = null; + graphData.traffic = null; + usedTopicColors.length = 0; +}); + +// eslint-disable-next-line import/prefer-default-export +export function init() { + app.enterRoom('admin'); + + isMobile = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent); + + setupDarkModeButton(); + setupRealtimeButton(); + setupGraphs(function () { + socket.emit('admin.rooms.getAll', updateRoomUsage); + initiateDashboard(); }); + setupFullscreen(); +} - Admin.init = function () { - app.enterRoom('admin'); +function updateRoomUsage(err, data) { + if (err) { + return alerts.error(err); + } - isMobile = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent); + if (JSON.stringify(graphData.rooms) === JSON.stringify(data)) { + return; + } - setupDarkModeButton(); - setupRealtimeButton(); - setupGraphs(function () { - socket.emit('admin.rooms.getAll', Admin.updateRoomUsage); - initiateDashboard(); + graphData.rooms = data; + + const html = '

' + + '' + formattedNumber(data.onlineRegisteredCount) + '' + + '
[[admin/dashboard:active-users.users]]
' + + '
' + + '
' + + '' + formattedNumber(data.onlineGuestCount) + '' + + '
[[admin/dashboard:active-users.guests]]
' + + '
' + + '
' + + '' + formattedNumber(data.onlineRegisteredCount + data.onlineGuestCount) + '' + + '
[[admin/dashboard:active-users.total]]
' + + '
' + + '
' + + '' + formattedNumber(data.socketCount) + '' + + '
[[admin/dashboard:active-users.connections]]
' + + '
'; + + updateRegisteredGraph(data.onlineRegisteredCount, data.onlineGuestCount); + updatePresenceGraph(data.users); + updateTopicsGraph(data.topTenTopics); + + $('#active-users').translateHtml(html); +} + +const graphs = { + traffic: null, + registered: null, + presence: null, + topics: null, +}; + +const topicColors = [ + '#bf616a', '#5B90BF', '#d08770', '#ebcb8b', + '#a3be8c', '#96b5b4', '#8fa1b3', '#b48ead', + '#ab7967', '#46BFBD', +]; + +/* eslint-disable */ +// from chartjs.org +function lighten(col, amt) { + let usePound = false; + + if (col[0] === '#') { + col = col.slice(1); + usePound = true; + } + + const num = parseInt(col, 16); + + let r = (num >> 16) + amt; + + if (r > 255) r = 255; + else if (r < 0) r = 0; + + let b = ((num >> 8) & 0x00FF) + amt; + + if (b > 255) b = 255; + else if (b < 0) b = 0; + + let g = (num & 0x0000FF) + amt; + + if (g > 255) g = 255; + else if (g < 0) g = 0; + + return (usePound ? '#' : '') + (g | (b << 8) | (r << 16)).toString(16); +} +/* eslint-enable */ + +function setupGraphs(callback) { + callback = callback || function () {}; + const trafficCanvas = document.getElementById('analytics-traffic'); + const registeredCanvas = document.getElementById('analytics-registered'); + const presenceCanvas = document.getElementById('analytics-presence'); + const topicsCanvas = document.getElementById('analytics-topics'); + const trafficCtx = trafficCanvas.getContext('2d'); + const registeredCtx = registeredCanvas.getContext('2d'); + const presenceCtx = presenceCanvas.getContext('2d'); + const topicsCtx = topicsCanvas.getContext('2d'); + const trafficLabels = utils.getHoursArray(); + + if (isMobile) { + Chart.defaults.plugins.tooltip.enabled = false; + } + + const t = translator.Translator.create(); + Promise.all([ + t.translateKey('admin/dashboard:graphs.page-views', []), + t.translateKey('admin/dashboard:graphs.page-views-registered', []), + t.translateKey('admin/dashboard:graphs.page-views-guest', []), + t.translateKey('admin/dashboard:graphs.page-views-bot', []), + t.translateKey('admin/dashboard:graphs.unique-visitors', []), + t.translateKey('admin/dashboard:graphs.registered-users', []), + t.translateKey('admin/dashboard:graphs.guest-users', []), + t.translateKey('admin/dashboard:on-categories', []), + t.translateKey('admin/dashboard:reading-posts', []), + t.translateKey('admin/dashboard:browsing-topics', []), + t.translateKey('admin/dashboard:recent', []), + t.translateKey('admin/dashboard:unread', []), + ]).then(function (translations) { + const tension = 0.25; + const data = { + labels: trafficLabels, + datasets: [ + { + label: translations[0], + fill: 'origin', + tension: tension, + backgroundColor: 'rgba(220,220,220,0.2)', + borderColor: 'rgba(220,220,220,1)', + pointBackgroundColor: 'rgba(220,220,220,1)', + pointHoverBackgroundColor: '#fff', + pointBorderColor: '#fff', + pointHoverBorderColor: 'rgba(220,220,220,1)', + data: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], + }, + { + label: translations[1], + fill: 'origin', + tension: tension, + backgroundColor: '#ab464233', + borderColor: '#ab4642', + pointBackgroundColor: '#ab4642', + pointHoverBackgroundColor: '#ab4642', + pointBorderColor: '#fff', + pointHoverBorderColor: '#ab4642', + data: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], + }, + { + label: translations[2], + fill: 'origin', + tension: tension, + backgroundColor: '#ba8baf33', + borderColor: '#ba8baf', + pointBackgroundColor: '#ba8baf', + pointHoverBackgroundColor: '#ba8baf', + pointBorderColor: '#fff', + pointHoverBorderColor: '#ba8baf', + data: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], + }, + { + label: translations[3], + fill: 'origin', + tension: tension, + backgroundColor: '#f7ca8833', + borderColor: '#f7ca88', + pointBackgroundColor: '#f7ca88', + pointHoverBackgroundColor: '#f7ca88', + pointBorderColor: '#fff', + pointHoverBorderColor: '#f7ca88', + data: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], + }, + { + label: translations[4], + fill: 'origin', + tension: tension, + backgroundColor: 'rgba(151,187,205,0.2)', + borderColor: 'rgba(151,187,205,1)', + pointBackgroundColor: 'rgba(151,187,205,1)', + pointHoverBackgroundColor: 'rgba(151,187,205,1)', + pointBorderColor: '#fff', + pointHoverBorderColor: 'rgba(151,187,205,1)', + data: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], + }, + ], + }; + + trafficCanvas.width = $(trafficCanvas).parent().width(); + + data.datasets[0].yAxisID = 'left-y-axis'; + data.datasets[1].yAxisID = 'left-y-axis'; + data.datasets[2].yAxisID = 'left-y-axis'; + data.datasets[3].yAxisID = 'left-y-axis'; + data.datasets[4].yAxisID = 'right-y-axis'; + + graphs.traffic = new Chart(trafficCtx, { + type: 'line', + data: data, + options: { + responsive: true, + scales: { + 'left-y-axis': { + position: 'left', + type: 'linear', + title: { + display: true, + text: translations[0], + }, + beginAtZero: true, + }, + 'right-y-axis': { + position: 'right', + type: 'linear', + title: { + display: true, + text: translations[4], + }, + beginAtZero: true, + }, + }, + plugins: { + legend: { + position: 'bottom', + }, + }, + interaction: { + intersect: false, + mode: 'index', + }, + }, }); - setupFullscreen(); - }; - Admin.updateRoomUsage = function (err, data) { + const doughnutOpts = { + responsive: true, + plugins: { + legend: { + display: false, + }, + }, + }; + graphs.registered = new Chart(registeredCtx, { + type: 'doughnut', + data: { + labels: translations.slice(5, 7), + datasets: [{ + data: [1, 1], + backgroundColor: ['#F7464A', '#46BFBD'], + hoverBackgroundColor: ['#FF5A5E', '#5AD3D1'], + }], + }, + options: doughnutOpts, + }); + + graphs.presence = new Chart(presenceCtx, { + type: 'doughnut', + data: { + labels: translations.slice(7, 12), + datasets: [{ + data: [1, 1, 1, 1, 1], + backgroundColor: ['#F7464A', '#46BFBD', '#FDB45C', '#949FB1', '#9FB194'], + hoverBackgroundColor: ['#FF5A5E', '#5AD3D1', '#FFC870', '#A8B3C5', '#A8B3C5'], + }], + }, + options: doughnutOpts, + }); + + graphs.topics = new Chart(topicsCtx, { + type: 'doughnut', + data: { + labels: [], + datasets: [{ + data: [], + backgroundColor: [], + hoverBackgroundColor: [], + }], + }, + options: doughnutOpts, + }); + + updateTrafficGraph(); + + $('[data-action="updateGraph"]:not([data-units="custom"])').on('click', function () { + let until = new Date(); + const amount = $(this).attr('data-amount'); + if ($(this).attr('data-units') === 'days') { + until.setHours(0, 0, 0, 0); + } + until = until.getTime(); + updateTrafficGraph($(this).attr('data-units'), until, amount); + + require(['translator'], function (translator) { + translator.translate('[[admin/dashboard:page-views-custom]]', function (translated) { + $('[data-action="updateGraph"][data-units="custom"]').text(translated); + }); + }); + }); + + $('[data-action="updateGraph"][data-units="custom"]').on('click', function () { + const targetEl = $(this); + + Benchpress.render('admin/partials/pageviews-range-select', {}).then(function (html) { + const modal = bootbox.dialog({ + title: '[[admin/dashboard:page-views-custom]]', + message: html, + buttons: { + submit: { + label: '[[global:search]]', + className: 'btn-primary', + callback: submit, + }, + }, + }).on('shown.bs.modal', function () { + const date = new Date(); + const today = date.toISOString().slice(0, 10); + date.setDate(date.getDate() - 1); + const yesterday = date.toISOString().slice(0, 10); + + modal.find('#startRange').val(targetEl.attr('data-startRange') || yesterday); + modal.find('#endRange').val(targetEl.attr('data-endRange') || today); + }); + + function submit() { + // NEED TO ADD VALIDATION HERE FOR YYYY-MM-DD + const formData = modal.find('form').serializeObject(); + const validRegexp = /\d{4}-\d{2}-\d{2}/; + + // Input validation + if (!formData.startRange && !formData.endRange) { + // No range? Assume last 30 days + updateTrafficGraph('days'); + return; + } else if (!validRegexp.test(formData.startRange) || !validRegexp.test(formData.endRange)) { + // Invalid Input + modal.find('.alert-danger').removeClass('hidden'); + return false; + } + + let until = new Date(formData.endRange); + until.setDate(until.getDate() + 1); + until = until.getTime(); + const amount = (until - new Date(formData.startRange).getTime()) / (1000 * 60 * 60 * 24); + + updateTrafficGraph('days', until, amount); + + // Update "custom range" label + targetEl.attr('data-startRange', formData.startRange); + targetEl.attr('data-endRange', formData.endRange); + targetEl.html(formData.startRange + ' – ' + formData.endRange); + } + }); + }); + + callback(); + }); +} + +function updateTrafficGraph(units, until, amount) { + // until and amount are optional + + if (!app.isFocused) { + return; + } + + socket.emit('admin.analytics.get', { + graph: 'traffic', + units: units || 'hours', + until: until, + amount: amount, + }, function (err, data) { if (err) { return alerts.error(err); } - - if (JSON.stringify(graphData.rooms) === JSON.stringify(data)) { + if (JSON.stringify(graphData.traffic) === JSON.stringify(data)) { return; } - graphData.rooms = data; + graphData.traffic = data; - const html = '
' + - '' + helpers.formattedNumber(data.onlineRegisteredCount) + '' + - '
[[admin/dashboard:active-users.users]]
' + - '
' + - '
' + - '' + helpers.formattedNumber(data.onlineGuestCount) + '' + - '
[[admin/dashboard:active-users.guests]]
' + - '
' + - '
' + - '' + helpers.formattedNumber(data.onlineRegisteredCount + data.onlineGuestCount) + '' + - '
[[admin/dashboard:active-users.total]]
' + - '
' + - '
' + - '' + helpers.formattedNumber(data.socketCount) + '' + - '
[[admin/dashboard:active-users.connections]]
' + - '
'; + if (units === 'days') { + graphs.traffic.data.xLabels = utils.getDaysArray(until, amount); + } else { + graphs.traffic.data.xLabels = utils.getHoursArray(); - updateRegisteredGraph(data.onlineRegisteredCount, data.onlineGuestCount); - updatePresenceGraph(data.users); - updateTopicsGraph(data.topTenTopics); - - $('#active-users').translateHtml(html); - }; - - const graphs = { - traffic: null, - registered: null, - presence: null, - topics: null, - }; - - const topicColors = ['#bf616a', '#5B90BF', '#d08770', '#ebcb8b', '#a3be8c', '#96b5b4', '#8fa1b3', '#b48ead', '#ab7967', '#46BFBD']; - - /* eslint-disable */ - // from chartjs.org - function lighten(col, amt) { - let usePound = false; - - if (col[0] === '#') { - col = col.slice(1); - usePound = true; + $('#pageViewsThirty').html(formattedNumber(data.summary.thirty)); + $('#pageViewsSeven').html(formattedNumber(data.summary.seven)); + $('#pageViewsPastDay').html(formattedNumber(data.pastDay)); } - const num = parseInt(col, 16); + graphs.traffic.data.datasets[0].data = data.pageviews; + graphs.traffic.data.datasets[1].data = data.pageviewsRegistered; + graphs.traffic.data.datasets[2].data = data.pageviewsGuest; + graphs.traffic.data.datasets[3].data = data.pageviewsBot; + graphs.traffic.data.datasets[4].data = data.uniqueVisitors; + graphs.traffic.data.labels = graphs.traffic.data.xLabels; - let r = (num >> 16) + amt; + graphs.traffic.update(); + currentGraph.units = units; + currentGraph.until = until; + currentGraph.amount = amount; - if (r > 255) r = 255; - else if (r < 0) r = 0; - - let b = ((num >> 8) & 0x00FF) + amt; - - if (b > 255) b = 255; - else if (b < 0) b = 0; - - let g = (num & 0x0000FF) + amt; - - if (g > 255) g = 255; - else if (g < 0) g = 0; - - return (usePound ? '#' : '') + (g | (b << 8) | (r << 16)).toString(16); - } - /* eslint-enable */ - - function setupGraphs(callback) { - callback = callback || function () {}; - const trafficCanvas = document.getElementById('analytics-traffic'); - const registeredCanvas = document.getElementById('analytics-registered'); - const presenceCanvas = document.getElementById('analytics-presence'); - const topicsCanvas = document.getElementById('analytics-topics'); - const trafficCtx = trafficCanvas.getContext('2d'); - const registeredCtx = registeredCanvas.getContext('2d'); - const presenceCtx = presenceCanvas.getContext('2d'); - const topicsCtx = topicsCanvas.getContext('2d'); - const trafficLabels = utils.getHoursArray(); - - if (isMobile) { - Chart.defaults.global.tooltips.enabled = false; - } - - const t = translator.Translator.create(); - Promise.all([ - t.translateKey('admin/dashboard:graphs.page-views', []), - t.translateKey('admin/dashboard:graphs.page-views-registered', []), - t.translateKey('admin/dashboard:graphs.page-views-guest', []), - t.translateKey('admin/dashboard:graphs.page-views-bot', []), - t.translateKey('admin/dashboard:graphs.unique-visitors', []), - t.translateKey('admin/dashboard:graphs.registered-users', []), - t.translateKey('admin/dashboard:graphs.guest-users', []), - t.translateKey('admin/dashboard:on-categories', []), - t.translateKey('admin/dashboard:reading-posts', []), - t.translateKey('admin/dashboard:browsing-topics', []), - t.translateKey('admin/dashboard:recent', []), - t.translateKey('admin/dashboard:unread', []), - ]).then(function (translations) { - const data = { - labels: trafficLabels, - datasets: [ - { - label: translations[0], - backgroundColor: 'rgba(220,220,220,0.2)', - borderColor: 'rgba(220,220,220,1)', - pointBackgroundColor: 'rgba(220,220,220,1)', - pointHoverBackgroundColor: '#fff', - pointBorderColor: '#fff', - pointHoverBorderColor: 'rgba(220,220,220,1)', - data: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], - }, - { - label: translations[1], - backgroundColor: '#ab464233', - borderColor: '#ab4642', - pointBackgroundColor: '#ab4642', - pointHoverBackgroundColor: '#ab4642', - pointBorderColor: '#fff', - pointHoverBorderColor: '#ab4642', - data: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], - }, - { - label: translations[2], - backgroundColor: '#ba8baf33', - borderColor: '#ba8baf', - pointBackgroundColor: '#ba8baf', - pointHoverBackgroundColor: '#ba8baf', - pointBorderColor: '#fff', - pointHoverBorderColor: '#ba8baf', - data: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], - }, - { - label: translations[3], - backgroundColor: '#f7ca8833', - borderColor: '#f7ca88', - pointBackgroundColor: '#f7ca88', - pointHoverBackgroundColor: '#f7ca88', - pointBorderColor: '#fff', - pointHoverBorderColor: '#f7ca88', - data: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], - }, - { - label: translations[4], - backgroundColor: 'rgba(151,187,205,0.2)', - borderColor: 'rgba(151,187,205,1)', - pointBackgroundColor: 'rgba(151,187,205,1)', - pointHoverBackgroundColor: 'rgba(151,187,205,1)', - pointBorderColor: '#fff', - pointHoverBorderColor: 'rgba(151,187,205,1)', - data: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], - }, - ], - }; - - trafficCanvas.width = $(trafficCanvas).parent().width(); - - data.datasets[0].yAxisID = 'left-y-axis'; - data.datasets[1].yAxisID = 'left-y-axis'; - data.datasets[2].yAxisID = 'left-y-axis'; - data.datasets[3].yAxisID = 'left-y-axis'; - data.datasets[4].yAxisID = 'right-y-axis'; - - graphs.traffic = new Chart(trafficCtx, { - type: 'line', - data: data, - options: { - responsive: true, - legend: { - display: true, - }, - scales: { - yAxes: [{ - id: 'left-y-axis', - ticks: { - beginAtZero: true, - precision: 0, - }, - type: 'linear', - position: 'left', - scaleLabel: { - display: true, - labelString: translations[0], - }, - }, { - id: 'right-y-axis', - ticks: { - beginAtZero: true, - suggestedMax: 10, - precision: 0, - }, - type: 'linear', - position: 'right', - scaleLabel: { - display: true, - labelString: translations[4], - }, - }], - }, - tooltips: { - mode: 'x', - }, - }, - }); - - graphs.registered = new Chart(registeredCtx, { - type: 'doughnut', - data: { - labels: translations.slice(5, 7), - datasets: [{ - data: [1, 1], - backgroundColor: ['#F7464A', '#46BFBD'], - hoverBackgroundColor: ['#FF5A5E', '#5AD3D1'], - }], - }, - options: { - responsive: true, - legend: { - display: false, - }, - }, - }); - - graphs.presence = new Chart(presenceCtx, { - type: 'doughnut', - data: { - labels: translations.slice(7, 12), - datasets: [{ - data: [1, 1, 1, 1, 1], - backgroundColor: ['#F7464A', '#46BFBD', '#FDB45C', '#949FB1', '#9FB194'], - hoverBackgroundColor: ['#FF5A5E', '#5AD3D1', '#FFC870', '#A8B3C5', '#A8B3C5'], - }], - }, - options: { - responsive: true, - legend: { - display: false, - }, - }, - }); - - graphs.topics = new Chart(topicsCtx, { - type: 'doughnut', - data: { - labels: [], - datasets: [{ - data: [], - backgroundColor: [], - hoverBackgroundColor: [], - }], - }, - options: { - responsive: true, - legend: { - display: false, - }, - }, - }); - - updateTrafficGraph(); - - $(window).on('resize', adjustPieCharts); - adjustPieCharts(); - - $('[data-action="updateGraph"]:not([data-units="custom"])').on('click', function () { - let until = new Date(); - const amount = $(this).attr('data-amount'); - if ($(this).attr('data-units') === 'days') { - until.setHours(0, 0, 0, 0); - } - until = until.getTime(); - updateTrafficGraph($(this).attr('data-units'), until, amount); - - require(['translator'], function (translator) { - translator.translate('[[admin/dashboard:page-views-custom]]', function (translated) { - $('[data-action="updateGraph"][data-units="custom"]').text(translated); - }); - }); - }); - - $('[data-action="updateGraph"][data-units="custom"]').on('click', function () { - const targetEl = $(this); - - Benchpress.render('admin/partials/pageviews-range-select', {}).then(function (html) { - const modal = bootbox.dialog({ - title: '[[admin/dashboard:page-views-custom]]', - message: html, - buttons: { - submit: { - label: '[[global:search]]', - className: 'btn-primary', - callback: submit, - }, - }, - }).on('shown.bs.modal', function () { - const date = new Date(); - const today = date.toISOString().slice(0, 10); - date.setDate(date.getDate() - 1); - const yesterday = date.toISOString().slice(0, 10); - - modal.find('#startRange').val(targetEl.attr('data-startRange') || yesterday); - modal.find('#endRange').val(targetEl.attr('data-endRange') || today); - }); - - function submit() { - // NEED TO ADD VALIDATION HERE FOR YYYY-MM-DD - const formData = modal.find('form').serializeObject(); - const validRegexp = /\d{4}-\d{2}-\d{2}/; - - // Input validation - if (!formData.startRange && !formData.endRange) { - // No range? Assume last 30 days - updateTrafficGraph('days'); - return; - } else if (!validRegexp.test(formData.startRange) || !validRegexp.test(formData.endRange)) { - // Invalid Input - modal.find('.alert-danger').removeClass('hidden'); - return false; - } - - let until = new Date(formData.endRange); - until.setDate(until.getDate() + 1); - until = until.getTime(); - const amount = (until - new Date(formData.startRange).getTime()) / (1000 * 60 * 60 * 24); - - updateTrafficGraph('days', until, amount); - - // Update "custom range" label - targetEl.attr('data-startRange', formData.startRange); - targetEl.attr('data-endRange', formData.endRange); - targetEl.html(formData.startRange + ' – ' + formData.endRange); - } - }); - }); - - callback(); - }); - } - - function adjustPieCharts() { - $('.pie-chart.legend-up').each(function () { - const $this = $(this); - - if ($this.width() < 320) { - $this.addClass('compact'); - } else { - $this.removeClass('compact'); - } - }); - } - - function updateTrafficGraph(units, until, amount) { - // until and amount are optional - - if (!app.isFocused) { - return; - } - - socket.emit('admin.analytics.get', { - graph: 'traffic', + // Update the View as JSON button url + const apiEl = $('#view-as-json'); + const newHref = $.param({ units: units || 'hours', until: until, - amount: amount, - }, function (err, data) { - if (err) { - return alerts.error(err); - } - if (JSON.stringify(graphData.traffic) === JSON.stringify(data)) { - return; - } + count: amount, + }); + apiEl.attr('href', config.relative_path + '/api/admin/analytics?' + newHref); + }); +} - graphData.traffic = data; +function updateRegisteredGraph(registered, guest) { + $('#analytics-legend .registered').parent().find('.count').text(registered); + $('#analytics-legend .guest').parent().find('.count').text(guest); + graphs.registered.data.datasets[0].data[0] = registered; + graphs.registered.data.datasets[0].data[1] = guest; + graphs.registered.update(); +} - if (units === 'days') { - graphs.traffic.data.xLabels = utils.getDaysArray(until, amount); +function updatePresenceGraph(users) { + $('#analytics-presence-legend .on-categories').parent().find('.count').text(users.categories); + $('#analytics-presence-legend .reading-posts').parent().find('.count').text(users.topics); + $('#analytics-presence-legend .browsing-topics').parent().find('.count').text(users.category); + $('#analytics-presence-legend .recent').parent().find('.count').text(users.recent); + $('#analytics-presence-legend .unread').parent().find('.count').text(users.unread); + graphs.presence.data.datasets[0].data[0] = users.categories; + graphs.presence.data.datasets[0].data[1] = users.topics; + graphs.presence.data.datasets[0].data[2] = users.category; + graphs.presence.data.datasets[0].data[3] = users.recent; + graphs.presence.data.datasets[0].data[4] = users.unread; + + graphs.presence.update(); +} + +function updateTopicsGraph(topics) { + if (!topics.length) { + translator.translate('[[admin/dashboard:no-users-browsing]]', function (translated) { + topics = [{ + title: translated, + count: 1, + }]; + updateTopicsGraph(topics); + }); + return; + } + + graphs.topics.data.labels = []; + graphs.topics.data.datasets[0].data = []; + graphs.topics.data.datasets[0].backgroundColor = []; + graphs.topics.data.datasets[0].hoverBackgroundColor = []; + + topics.forEach(function (topic, i) { + graphs.topics.data.labels.push(topic.title); + graphs.topics.data.datasets[0].data.push(topic.count); + graphs.topics.data.datasets[0].backgroundColor.push(topicColors[i]); + graphs.topics.data.datasets[0].hoverBackgroundColor.push(lighten(topicColors[i], 10)); + }); + + function buildTopicsLegend() { + let html = ''; + topics.forEach(function (t, i) { + const link = t.tid ? ' ' + t.title + '' : t.title; + const label = t.count === '0' ? t.title : link; + + html += '
  • ' + + '
    ' + + ' (' + t.count + ') ' + label + '' + + '
  • '; + }); + $('#topics-legend').translateHtml(html); + } + + buildTopicsLegend(); + graphs.topics.update(); +} + +function setupDarkModeButton() { + let bsTheme = localStorage.getItem('data-bs-theme') || 'light'; + $('#toggle-dark-mode').prop('checked', bsTheme === 'dark') + .on('click', function () { + const isChecked = $(this).is(':checked'); + bsTheme = isChecked ? 'dark' : 'light'; + $('html').attr('data-bs-theme', bsTheme); + localStorage.setItem('data-bs-theme', bsTheme); + }); +} + +function setupRealtimeButton() { + $('#toggle-realtime').on('click', function () { + initiateDashboard($(this).is(':checked')); + }); +} + +function initiateDashboard(realtime) { + clearInterval(intervals.rooms); + clearInterval(intervals.graphs); + + intervals.rooms = setInterval(function () { + if (app.isFocused && socket.connected) { + socket.emit('admin.rooms.getAll', updateRoomUsage); + } + }, realtime ? DEFAULTS.realtimeInterval : DEFAULTS.roomInterval); + + intervals.graphs = setInterval(function () { + updateTrafficGraph(currentGraph.units, currentGraph.until, currentGraph.amount); + }, realtime ? DEFAULTS.realtimeInterval : DEFAULTS.graphInterval); +} + +function setupFullscreen() { + const container = document.getElementById('analytics-panel'); + const $container = $(container); + const btn = $container.find('#expand-analytics'); + let fsMethod; + let exitMethod; + + if (container.requestFullscreen) { + fsMethod = 'requestFullscreen'; + exitMethod = 'exitFullscreen'; + } else if (container.mozRequestFullScreen) { + fsMethod = 'mozRequestFullScreen'; + exitMethod = 'mozCancelFullScreen'; + } else if (container.webkitRequestFullscreen) { + fsMethod = 'webkitRequestFullscreen'; + exitMethod = 'webkitCancelFullScreen'; + } else if (container.msRequestFullscreen) { + fsMethod = 'msRequestFullscreen'; + exitMethod = 'msCancelFullScreen'; + } + + if (fsMethod) { + btn.on('click', function () { + if ($container.hasClass('fullscreen')) { + document[exitMethod](); + $container.removeClass('fullscreen'); } else { - graphs.traffic.data.xLabels = utils.getHoursArray(); - - $('#pageViewsThirty').html(helpers.formattedNumber(data.summary.thirty)); - $('#pageViewsSeven').html(helpers.formattedNumber(data.summary.seven)); - $('#pageViewsPastDay').html(helpers.formattedNumber(data.pastDay)); + container[fsMethod](); + $container.addClass('fullscreen'); } - - graphs.traffic.data.datasets[0].data = data.pageviews; - graphs.traffic.data.datasets[1].data = data.pageviewsRegistered; - graphs.traffic.data.datasets[2].data = data.pageviewsGuest; - graphs.traffic.data.datasets[3].data = data.pageviewsBot; - graphs.traffic.data.datasets[4].data = data.uniqueVisitors; - graphs.traffic.data.labels = graphs.traffic.data.xLabels; - - graphs.traffic.update(); - currentGraph.units = units; - currentGraph.until = until; - currentGraph.amount = amount; - - // Update the View as JSON button url - const apiEl = $('#view-as-json'); - const newHref = $.param({ - units: units || 'hours', - until: until, - count: amount, - }); - apiEl.attr('href', config.relative_path + '/api/admin/analytics?' + newHref); }); } - - function updateRegisteredGraph(registered, guest) { - $('#analytics-legend .registered').parent().find('.count').text(registered); - $('#analytics-legend .guest').parent().find('.count').text(guest); - graphs.registered.data.datasets[0].data[0] = registered; - graphs.registered.data.datasets[0].data[1] = guest; - graphs.registered.update(); - } - - function updatePresenceGraph(users) { - $('#analytics-presence-legend .on-categories').parent().find('.count').text(users.categories); - $('#analytics-presence-legend .reading-posts').parent().find('.count').text(users.topics); - $('#analytics-presence-legend .browsing-topics').parent().find('.count').text(users.category); - $('#analytics-presence-legend .recent').parent().find('.count').text(users.recent); - $('#analytics-presence-legend .unread').parent().find('.count').text(users.unread); - graphs.presence.data.datasets[0].data[0] = users.categories; - graphs.presence.data.datasets[0].data[1] = users.topics; - graphs.presence.data.datasets[0].data[2] = users.category; - graphs.presence.data.datasets[0].data[3] = users.recent; - graphs.presence.data.datasets[0].data[4] = users.unread; - - graphs.presence.update(); - } - - function updateTopicsGraph(topics) { - if (!topics.length) { - translator.translate('[[admin/dashboard:no-users-browsing]]', function (translated) { - topics = [{ - title: translated, - count: 1, - }]; - updateTopicsGraph(topics); - }); - return; - } - - graphs.topics.data.labels = []; - graphs.topics.data.datasets[0].data = []; - graphs.topics.data.datasets[0].backgroundColor = []; - graphs.topics.data.datasets[0].hoverBackgroundColor = []; - - topics.forEach(function (topic, i) { - graphs.topics.data.labels.push(topic.title); - graphs.topics.data.datasets[0].data.push(topic.count); - graphs.topics.data.datasets[0].backgroundColor.push(topicColors[i]); - graphs.topics.data.datasets[0].hoverBackgroundColor.push(lighten(topicColors[i], 10)); - }); - - function buildTopicsLegend() { - let html = ''; - topics.forEach(function (t, i) { - const link = t.tid ? ' ' + t.title + '' : t.title; - const label = t.count === '0' ? t.title : link; - - html += '
  • ' + - '
    ' + - ' (' + t.count + ') ' + label + '' + - '
  • '; - }); - $('#topics-legend').translateHtml(html); - } - - buildTopicsLegend(); - graphs.topics.update(); - } - - function setupDarkModeButton() { - let bsTheme = localStorage.getItem('data-bs-theme') || 'light'; - $('#toggle-dark-mode').prop('checked', bsTheme === 'dark') - .on('click', function () { - const isChecked = $(this).is(':checked'); - bsTheme = isChecked ? 'dark' : 'light'; - $('html').attr('data-bs-theme', bsTheme); - localStorage.setItem('data-bs-theme', bsTheme); - }); - } - - function setupRealtimeButton() { - $('#toggle-realtime').on('click', function () { - initiateDashboard($(this).is(':checked')); - }); - } - - function initiateDashboard(realtime) { - clearInterval(intervals.rooms); - clearInterval(intervals.graphs); - - intervals.rooms = setInterval(function () { - if (app.isFocused && socket.connected) { - socket.emit('admin.rooms.getAll', Admin.updateRoomUsage); - } - }, realtime ? DEFAULTS.realtimeInterval : DEFAULTS.roomInterval); - - intervals.graphs = setInterval(function () { - updateTrafficGraph(currentGraph.units, currentGraph.until, currentGraph.amount); - }, realtime ? DEFAULTS.realtimeInterval : DEFAULTS.graphInterval); - } - - function setupFullscreen() { - const container = document.getElementById('analytics-panel'); - const $container = $(container); - const btn = $container.find('#expand-analytics'); - let fsMethod; - let exitMethod; - - if (container.requestFullscreen) { - fsMethod = 'requestFullscreen'; - exitMethod = 'exitFullscreen'; - } else if (container.mozRequestFullScreen) { - fsMethod = 'mozRequestFullScreen'; - exitMethod = 'mozCancelFullScreen'; - } else if (container.webkitRequestFullscreen) { - fsMethod = 'webkitRequestFullscreen'; - exitMethod = 'webkitCancelFullScreen'; - } else if (container.msRequestFullscreen) { - fsMethod = 'msRequestFullscreen'; - exitMethod = 'msCancelFullScreen'; - } - - if (fsMethod) { - btn.on('click', function () { - if ($container.hasClass('fullscreen')) { - document[exitMethod](); - $container.removeClass('fullscreen'); - } else { - container[fsMethod](); - $container.addClass('fullscreen'); - } - }); - } - } - - return Admin; -}); +} diff --git a/public/src/admin/extend/rewards.js b/public/src/admin/extend/rewards.js index f8f2deb478..109c84695a 100644 --- a/public/src/admin/extend/rewards.js +++ b/public/src/admin/extend/rewards.js @@ -41,8 +41,8 @@ define('admin/extend/rewards', ['alerts'], function (alerts) { }) .on('click', '.toggle', function () { const btn = $(this); - const disabled = btn.hasClass('btn-success'); - btn.toggleClass('btn-warning').toggleClass('btn-success').translateHtml('[[admin/extend/rewards:' + (disabled ? 'disable' : 'enable') + ']]'); + btn.parent().find('.toggle').removeClass('hidden'); + btn.addClass('hidden'); // send disable api call return false; }); @@ -92,16 +92,16 @@ define('admin/extend/rewards', ['alerts'], function (alerts) { } inputs.forEach(function (input) { - html += '