parent
37221d5179
commit
309968bf13
@ -0,0 +1,11 @@
|
||||
{
|
||||
"alert.confirm-rebuild-and-restart": "Jeni i sigurt që dëshironi të rindërtoni dhe rinisni NodeBB?",
|
||||
"alert.confirm-restart": "Jeni i sigurt që dëshironi të rinisni NodeBB?",
|
||||
|
||||
"acp-title": "%1 | NodeBB Paneli i Kontrollit të Administratorit ",
|
||||
"settings-header-contents": "Përmbatja ",
|
||||
"changes-saved": "Ndryshimet u ruajtën!",
|
||||
"changes-saved-message": "Ndryshimet në konfigurimin e NodeBB u ruajtën me sukses!",
|
||||
"changes-not-saved": "Ndryshimet nuk u ruajtën!",
|
||||
"changes-not-saved-message": "NodeBB gjeti një problem gjatë ruajtjes së ndryshimeve. (%1)"
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"post-cache": "Post Cache",
|
||||
"percent-full": "%1% Plot ",
|
||||
"post-cache-size": "Post Cache Size",
|
||||
"items-in-cache": "Items in Cache"
|
||||
}
|
@ -0,0 +1,52 @@
|
||||
{
|
||||
"x-b": "%1 b",
|
||||
"x-mb": "%1 mb",
|
||||
"x-gb": "%1 gb",
|
||||
"uptime-seconds": "Uptime in Seconds",
|
||||
"uptime-days": "Uptime in Days",
|
||||
|
||||
"mongo": "Mongo",
|
||||
"mongo.version": "MongoDB Version",
|
||||
"mongo.storage-engine": "Storage Engine",
|
||||
"mongo.collections": "Collections",
|
||||
"mongo.objects": "Objects",
|
||||
"mongo.avg-object-size": "Avg. Object Size",
|
||||
"mongo.data-size": "Data Size",
|
||||
"mongo.storage-size": "Storage Size",
|
||||
"mongo.index-size": "Index Size",
|
||||
"mongo.file-size": "File Size",
|
||||
"mongo.resident-memory": "Resident Memory",
|
||||
"mongo.virtual-memory": "Virtual Memory",
|
||||
"mongo.mapped-memory": "Mapped Memory",
|
||||
"mongo.bytes-in": "Bytes In",
|
||||
"mongo.bytes-out": "Bytes Out",
|
||||
"mongo.num-requests": "Number of Requests",
|
||||
"mongo.raw-info": "MongoDB Raw Info",
|
||||
"mongo.unauthorized": "NodeBB was unable to query the MongoDB database for relevant statistics. Please ensure that the user in use by NodeBB contains the "clusterMonitor" role for the "admin" database.",
|
||||
|
||||
"redis": "Redis",
|
||||
"redis.version": "Redis Version",
|
||||
"redis.keys": "Keys",
|
||||
"redis.expires": "Expires",
|
||||
"redis.avg-ttl": "Average TTL",
|
||||
"redis.connected-clients": "Connected Clients",
|
||||
"redis.connected-slaves": "Connected Slaves",
|
||||
"redis.blocked-clients": "Blocked Clients",
|
||||
"redis.used-memory": "Used Memory",
|
||||
"redis.memory-frag-ratio": "Memory Fragmentation Ratio",
|
||||
"redis.total-connections-recieved": "Total Connections Received",
|
||||
"redis.total-commands-processed": "Total Commands Processed",
|
||||
"redis.iops": "Instantaneous Ops. Per Second",
|
||||
"redis.iinput": "Instantaneous Input Per Second",
|
||||
"redis.ioutput": "Instantaneous Output Per Second",
|
||||
"redis.total-input": "Total Input",
|
||||
"redis.total-output": "Total Ouput",
|
||||
|
||||
"redis.keyspace-hits": "Keyspace Hits",
|
||||
"redis.keyspace-misses": "Keyspace Misses",
|
||||
"redis.raw-info": "Redis Raw Info",
|
||||
|
||||
"postgres": "Postgres",
|
||||
"postgres.version": "PostgreSQL Version",
|
||||
"postgres.raw-info": "Postgres Raw Info"
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
{
|
||||
"figure-x": "Figure %1",
|
||||
"error-events-per-day": "<code>%1</code> events per day",
|
||||
"error.404": "404 Not Found",
|
||||
"error.503": "503 Service Unavailable",
|
||||
"manage-error-log": "Manage Error Log",
|
||||
"export-error-log": "Export Error Log (CSV)",
|
||||
"clear-error-log": "Clear Error Log",
|
||||
"route": "Route",
|
||||
"count": "Count",
|
||||
"no-routes-not-found": "Hooray! No 404 errors!",
|
||||
"clear404-confirm": "Are you sure you wish to clear the 404 error logs?",
|
||||
"clear404-success": "\"404 Not Found\" errors cleared"
|
||||
}
|
@ -0,0 +1,13 @@
|
||||
{
|
||||
"events": "Events",
|
||||
"no-events": "There are no events",
|
||||
"control-panel": "Events Control Panel",
|
||||
"delete-events": "Delete Events",
|
||||
"confirm-delete-all-events": "Are you sure you want to delete all logged events?",
|
||||
"filters": "Filters",
|
||||
"filters-apply": "Apply Filters",
|
||||
"filter-type": "Event Type",
|
||||
"filter-start": "Start Date",
|
||||
"filter-end": "End Date",
|
||||
"filter-perPage": "Per Page"
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
{
|
||||
"logs": "Logs",
|
||||
"control-panel": "Logs Control Panel",
|
||||
"reload": "Reload Logs",
|
||||
"clear": "Clear Logs",
|
||||
"clear-success": "Logs Cleared!"
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"custom-css": "Custom CSS/LESS",
|
||||
"custom-css.description": "Enter your own CSS/LESS declarations here, which will be applied after all other styles.",
|
||||
"custom-css.enable": "Enable Custom CSS/LESS",
|
||||
|
||||
"custom-js": "Custom Javascript",
|
||||
"custom-js.description": "Enter your own javascript here. It will be executed after the page is loaded completely.",
|
||||
"custom-js.enable": "Enable Custom Javascript",
|
||||
|
||||
"custom-header": "Custom Header",
|
||||
"custom-header.description": "Enter custom HTML here (ex. Meta Tags, etc.), which will be appended to the <code><head></code> section of your forum's markup. Script tags are allowed, but are discouraged, as the <a href=\"#custom-js\" data-toggle=\"tab\">Custom Javascript</a> tab is available.",
|
||||
"custom-header.enable": "Enable Custom Header",
|
||||
|
||||
"custom-css.livereload": "Enable Live Reload",
|
||||
"custom-css.livereload.description": "Enable this to force all sessions on every device under your account to refresh whenever you click save"
|
||||
}
|
@ -0,0 +1,9 @@
|
||||
{
|
||||
"loading": "Loading Skins...",
|
||||
"homepage": "Homepage",
|
||||
"select-skin": "Select Skin",
|
||||
"current-skin": "Current Skin",
|
||||
"skin-updated": "Skin Updated",
|
||||
"applied-success": "%1 skin was succesfully applied",
|
||||
"revert-success": "Skin reverted to base colours"
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
{
|
||||
"checking-for-installed": "Checking for installed themes...",
|
||||
"homepage": "Homepage",
|
||||
"select-theme": "Select Theme",
|
||||
"current-theme": "Current Theme",
|
||||
"no-themes": "No installed themes found",
|
||||
"revert-confirm": "Are you sure you wish to restore the default NodeBB theme?",
|
||||
"theme-changed": "Theme Changed",
|
||||
"revert-success": "You have successfully reverted your NodeBB back to it's default theme.",
|
||||
"restart-to-activate": "Please rebuild and restart your NodeBB to fully activate this theme."
|
||||
}
|
@ -0,0 +1,90 @@
|
||||
{
|
||||
"forum-traffic": "Forum Traffic",
|
||||
"page-views": "Page Views",
|
||||
"unique-visitors": "Unique Visitors",
|
||||
"logins": "Logins",
|
||||
"new-users": "New Users",
|
||||
"posts": "Posts",
|
||||
"topics": "Topics",
|
||||
"page-views-seven": "Last 7 Days",
|
||||
"page-views-thirty": "Last 30 Days",
|
||||
"page-views-last-day": "Last 24 hours",
|
||||
"page-views-custom": "Custom Date Range",
|
||||
"page-views-custom-start": "Range Start",
|
||||
"page-views-custom-end": "Range End",
|
||||
"page-views-custom-help": "Enter a date range of page views you would like to view. If no date picker is available, the accepted format is <code>YYYY-MM-DD</code>",
|
||||
"page-views-custom-error": "Please enter a valid date range in the format <code>YYYY-MM-DD</code>",
|
||||
|
||||
"stats.yesterday": "Yesterday",
|
||||
"stats.today": "Today",
|
||||
"stats.last-week": "Last Week",
|
||||
"stats.this-week": "This Week",
|
||||
"stats.last-month": "Last Month",
|
||||
"stats.this-month": "This Month",
|
||||
"stats.all": "All Time",
|
||||
|
||||
"updates": "Updates",
|
||||
"running-version": "You are running <strong>NodeBB v<span id=\"version\">%1</span></strong>.",
|
||||
"keep-updated": "Always make sure that your NodeBB is up to date for the latest security patches and bug fixes.",
|
||||
"up-to-date": "<p>You are <strong>up-to-date</strong> <i class=\"fa fa-check\"></i></p>",
|
||||
"upgrade-available": "<p>A new version (v%1) has been released. Consider <a href=\"https://docs.nodebb.org/configuring/upgrade/\" target=\"_blank\">upgrading your NodeBB</a>.</p>",
|
||||
"prerelease-upgrade-available": "<p>This is an outdated pre-release version of NodeBB. A new version (v%1) has been released. Consider <a href=\"https://docs.nodebb.org/configuring/upgrade/\" target=\"_blank\">upgrading your NodeBB</a>.</p>",
|
||||
"prerelease-warning": "<p>This is a <strong>pre-release</strong> version of NodeBB. Unintended bugs may occur. <i class=\"fa fa-exclamation-triangle\"></i></p>",
|
||||
"fallback-emailer-not-found": "Fallback emailer not found!",
|
||||
"running-in-development": "<span>Forum is running in development mode. The forum may be open to potential vulnerabilities; please contact your system administrator.</span>",
|
||||
"latest-lookup-failed": "<p>Failed to look up latest available version of NodeBB</p>",
|
||||
|
||||
"notices": "Notices",
|
||||
"restart-not-required": "Restart not required",
|
||||
"restart-required": "Restart required",
|
||||
"search-plugin-installed": "Search Plugin installed",
|
||||
"search-plugin-not-installed": "Search Plugin not installed",
|
||||
"search-plugin-tooltip": "Install a search plugin from the plugin page in order to activate search functionality",
|
||||
|
||||
"control-panel": "System Control",
|
||||
"rebuild-and-restart": "Rebuild & Restart",
|
||||
"restart": "Restart",
|
||||
"restart-warning": "Rebuilding or Restarting your NodeBB will drop all existing connections for a few seconds.",
|
||||
"restart-disabled": "Rebuilding and Restarting your NodeBB has been disabled as you do not seem to be running it via the appropriate daemon.",
|
||||
"maintenance-mode": "Maintenance Mode",
|
||||
"maintenance-mode-title": "Click here to set up maintenance mode for NodeBB",
|
||||
"realtime-chart-updates": "Realtime Chart Updates",
|
||||
|
||||
"active-users": "Active Users",
|
||||
"active-users.users": "Users",
|
||||
"active-users.guests": "Guests",
|
||||
"active-users.total": "Total",
|
||||
"active-users.connections": "Connections",
|
||||
|
||||
"guest-registered-users": "Guest vs Registered Users",
|
||||
"guest": "Guest",
|
||||
"registered": "Registered",
|
||||
|
||||
"user-presence": "User Presence",
|
||||
"on-categories": "On categories list",
|
||||
"reading-posts": "Reading posts",
|
||||
"browsing-topics": "Browsing topics",
|
||||
"recent": "Recent",
|
||||
"unread": "Unread",
|
||||
|
||||
"high-presence-topics": "High Presence Topics",
|
||||
"popular-searches": "Popular Searches",
|
||||
|
||||
"graphs.page-views": "Page Views",
|
||||
"graphs.page-views-registered": "Page Views Registered",
|
||||
"graphs.page-views-guest": "Page Views Guest",
|
||||
"graphs.page-views-bot": "Page Views Bot",
|
||||
"graphs.unique-visitors": "Unique Visitors",
|
||||
"graphs.registered-users": "Registered Users",
|
||||
"graphs.guest-users": "Guest Users",
|
||||
"last-restarted-by": "Last restarted by",
|
||||
"no-users-browsing": "No users browsing",
|
||||
|
||||
"back-to-dashboard": "Back to Dashboard",
|
||||
"details.no-users": "No users have joined within the selected timeframe",
|
||||
"details.no-topics": "No topics have been posted within the selected timeframe",
|
||||
"details.no-searches": "No searches have been made yet",
|
||||
"details.no-logins": "No logins have been recorded within the selected timeframe",
|
||||
"details.logins-static": "NodeBB only saves session data for %1 days, and so this table below will only show the most recently active sessions",
|
||||
"details.logins-login-time": "Login Time"
|
||||
}
|
@ -0,0 +1,25 @@
|
||||
{
|
||||
"you-are-on": "You are on <strong>%1:%2</strong>",
|
||||
"ip": "IP <strong>%1</strong>",
|
||||
"nodes-responded": "%1 nodes responded within %2ms!",
|
||||
"host": "host",
|
||||
"primary": "primary / run jobs",
|
||||
"pid": "pid",
|
||||
"nodejs": "nodejs",
|
||||
"online": "online",
|
||||
"git": "git",
|
||||
"process-memory": "process memory",
|
||||
"system-memory": "system memory",
|
||||
"used-memory-process": "Used memory by process",
|
||||
"used-memory-os": "Used system memory",
|
||||
"total-memory-os": "Total system memory",
|
||||
"load": "system load",
|
||||
"cpu-usage": "cpu usage",
|
||||
"uptime": "uptime",
|
||||
|
||||
"registered": "Registered",
|
||||
"sockets": "Sockets",
|
||||
"guests": "Guests",
|
||||
|
||||
"info": "Info"
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"logger-settings": "Logger Settings",
|
||||
"description": "By enabling the check boxes, you will receive logs to your terminal. If you specify a path, logs will then be saved to a file instead. HTTP logging is useful for collecting statistics about who, when, and what people access on your forum. In addition to logging HTTP requests, we can also log socket.io events. Socket.io logging, in combination with redis-cli monitor, can be very helpful for learning NodeBB's internals.",
|
||||
"explanation": "Simply check/uncheck the logging settings to enable or disable logging on the fly. No restart needed.",
|
||||
"enable-http": "Enable HTTP logging",
|
||||
"enable-socket": "Enable socket.io event logging",
|
||||
"file-path": "Path to log file",
|
||||
"file-path-placeholder": "/path/to/log/file.log ::: leave blank to log to your terminal",
|
||||
|
||||
"control-panel": "Logger Control Panel",
|
||||
"update-settings": "Update Logger Settings"
|
||||
}
|
@ -0,0 +1,57 @@
|
||||
{
|
||||
"trending": "Trending",
|
||||
"installed": "Installed",
|
||||
"active": "Active",
|
||||
"inactive": "Inactive",
|
||||
"out-of-date": "Out of Date",
|
||||
"none-found": "No plugins found.",
|
||||
"none-active": "No Active Plugins",
|
||||
"find-plugins": "Find Plugins",
|
||||
|
||||
"plugin-search": "Plugin Search",
|
||||
"plugin-search-placeholder": "Search for plugin...",
|
||||
"submit-anonymous-usage": "Submit anonymous plugin usage data.",
|
||||
"reorder-plugins": "Re-order Plugins",
|
||||
"order-active": "Order Active Plugins",
|
||||
"dev-interested": "Interested in writing plugins for NodeBB?",
|
||||
"docs-info": "Full documentation regarding plugin authoring can be found in the <a target=\"_blank\" href=\"https://docs.nodebb.org/development/plugins/\">NodeBB Docs Portal</a>.",
|
||||
|
||||
"order.description": "Certain plugins work ideally when they are initialised before/after other plugins.",
|
||||
"order.explanation": "Plugins load in the order specified here, from top to bottom",
|
||||
|
||||
"plugin-item.themes": "Themes",
|
||||
"plugin-item.deactivate": "Deactivate",
|
||||
"plugin-item.activate": "Activate",
|
||||
"plugin-item.install": "Install",
|
||||
"plugin-item.uninstall": "Uninstall",
|
||||
"plugin-item.settings": "Settings",
|
||||
"plugin-item.installed": "Installed",
|
||||
"plugin-item.latest": "Latest",
|
||||
"plugin-item.upgrade": "Upgrade",
|
||||
"plugin-item.more-info": "For more information:",
|
||||
"plugin-item.unknown": "Unknown",
|
||||
"plugin-item.unknown-explanation": "The state of this plugin could not be determined, possibly due to a misconfiguration error.",
|
||||
"plugin-item.compatible": "This plugin works on NodeBB %1",
|
||||
"plugin-item.not-compatible": "This plugin has no compatibility data, make sure it works before installing on your production environment.",
|
||||
|
||||
"alert.enabled": "Plugin Enabled",
|
||||
"alert.disabled": "Plugin Disabled",
|
||||
"alert.upgraded": "Plugin Upgraded",
|
||||
"alert.installed": "Plugin Installed",
|
||||
"alert.uninstalled": "Plugin Uninstalled",
|
||||
"alert.activate-success": "Please rebuild and restart your NodeBB to fully activate this plugin",
|
||||
"alert.deactivate-success": "Plugin successfully deactivated",
|
||||
"alert.upgrade-success": "Please rebuild and restart your NodeBB to fully upgrade this plugin.",
|
||||
"alert.install-success": "Plugin successfully installed, please activate the plugin.",
|
||||
"alert.uninstall-success": "The plugin has been successfully deactivated and uninstalled.",
|
||||
"alert.suggest-error": "<p>NodeBB could not reach the package manager, proceed with installation of latest version?</p><div class=\"alert alert-danger\"><strong>Server returned (%1)</strong>: %2</div>",
|
||||
"alert.package-manager-unreachable": "<p>NodeBB could not reach the package manager, an upgrade is not suggested at this time.</p>",
|
||||
"alert.incompatible": "<p>Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.</p>",
|
||||
"alert.possibly-incompatible": "<div class=\"alert alert-warning\"><p><strong>No Compatibility Information Found</strong></p><p>This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.</p></div><p>In the event that NodeBB cannot boot properly:</p><pre><code>$ ./nodebb reset plugin=\"%1\"</code></pre><p>Continue installation of latest version of this plugin?</p>",
|
||||
"alert.reorder": "Plugins Re-ordered",
|
||||
"alert.reorder-success": "Please rebuild and restart your NodeBB to fully complete the process.",
|
||||
|
||||
"license.title": "Plugin License Information",
|
||||
"license.intro": "The plugin <strong>%1</strong> is licensed under the %2. Please read and understand the license terms prior to activating this plugin.",
|
||||
"license.cta": "Do you wish to continue with activating this plugin?"
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
{
|
||||
"rewards": "Rewards",
|
||||
"condition-if-users": "If User's",
|
||||
"condition-is": "Is:",
|
||||
"condition-then": "Then:",
|
||||
"max-claims": "Amount of times reward is claimable",
|
||||
"zero-infinite": "Enter 0 for infinite",
|
||||
"delete": "Delete",
|
||||
"enable": "Enable",
|
||||
"disable": "Disable",
|
||||
|
||||
"alert.delete-success": "Successfully deleted reward",
|
||||
"alert.no-inputs-found": "Illegal reward - no inputs found!",
|
||||
"alert.save-success": "Successfully saved rewards"
|
||||
}
|
@ -0,0 +1,30 @@
|
||||
{
|
||||
"available": "Available Widgets",
|
||||
"explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Clone widgets from",
|
||||
"containers.available": "Available Containers",
|
||||
"containers.explanation": "Drag and drop on top of any active widget",
|
||||
"containers.none": "None",
|
||||
"container.well": "Well",
|
||||
"container.jumbotron": "Jumbotron",
|
||||
"container.panel": "Panel",
|
||||
"container.panel-header": "Panel Header",
|
||||
"container.panel-body": "Panel Body",
|
||||
"container.alert": "Alert",
|
||||
|
||||
"alert.confirm-delete": "Are you sure you wish to delete this widget?",
|
||||
"alert.updated": "Widgets Updated",
|
||||
"alert.update-success": "Successfully updated widgets",
|
||||
"alert.clone-success": "Successfully cloned widgets",
|
||||
|
||||
"error.select-clone": "Please select a page to clone from",
|
||||
|
||||
"title": "Title",
|
||||
"title.placeholder": "Title (only shown on some containers)",
|
||||
"container": "Container",
|
||||
"container.placeholder": "Drag and drop a container or enter HTML here.",
|
||||
"show-to-groups": "Show to groups",
|
||||
"hide-from-groups": "Hide from groups",
|
||||
"hide-on-mobile": "Hide on mobile"
|
||||
}
|
@ -0,0 +1,10 @@
|
||||
{
|
||||
"administrators": "Administrators",
|
||||
"global-moderators": "Global Moderators",
|
||||
"no-global-moderators": "No Global Moderators",
|
||||
"moderators-of-category": "%1 Moderators",
|
||||
"no-moderators": "No Moderators",
|
||||
"add-administrator": "Add Administrator",
|
||||
"add-global-moderator": "Add Global Moderator",
|
||||
"add-moderator": "Add Moderator"
|
||||
}
|
@ -0,0 +1,92 @@
|
||||
{
|
||||
"settings": "Category Settings",
|
||||
"privileges": "Privileges",
|
||||
|
||||
"name": "Category Name",
|
||||
"description": "Category Description",
|
||||
"bg-color": "Background Colour",
|
||||
"text-color": "Text Colour",
|
||||
"bg-image-size": "Background Image Size",
|
||||
"custom-class": "Custom Class",
|
||||
"num-recent-replies": "# of Recent Replies",
|
||||
"ext-link": "External Link",
|
||||
"subcategories-per-page": "Subcategories per page",
|
||||
"is-section": "Treat this category as a section",
|
||||
"post-queue": "Post queue",
|
||||
"tag-whitelist": "Tag Whitelist",
|
||||
"upload-image": "Upload Image",
|
||||
"delete-image": "Remove",
|
||||
"category-image": "Category Image",
|
||||
"parent-category": "Parent Category",
|
||||
"optional-parent-category": "(Optional) Parent Category",
|
||||
"top-level": "Top Level",
|
||||
"parent-category-none": "(None)",
|
||||
"copy-parent": "Copy Parent",
|
||||
"copy-settings": "Copy Settings From",
|
||||
"optional-clone-settings": "(Optional) Clone Settings From Category",
|
||||
"clone-children": "Clone Children Categories And Settings",
|
||||
"purge": "Purge Category",
|
||||
|
||||
"enable": "Enable",
|
||||
"disable": "Disable",
|
||||
"edit": "Edit",
|
||||
"analytics": "Analytics",
|
||||
"view-category": "View category",
|
||||
"set-order": "Set order",
|
||||
"set-order-help": "Setting the order of the category will move this category to that order and update the order of other categories as necessary. Minimum order is 1 which puts the category at the top.",
|
||||
|
||||
"select-category": "Select Category",
|
||||
"set-parent-category": "Set Parent Category",
|
||||
|
||||
"privileges.description": "You can configure the access control privileges for portions of the site in this section. Privileges can be granted on a per-user or a per-group basis. Select the domain of effect from the dropdown below.",
|
||||
"privileges.category-selector": "Configuring privileges for ",
|
||||
"privileges.warning": "<strong>Note</strong>: Privilege settings take effect immediately. It is not necessary to save the category after adjusting these settings.",
|
||||
"privileges.section-viewing": "Viewing Privileges",
|
||||
"privileges.section-posting": "Posting Privileges",
|
||||
"privileges.section-moderation": "Moderation Privileges",
|
||||
"privileges.section-other": "Other",
|
||||
"privileges.section-user": "User",
|
||||
"privileges.search-user": "Add User",
|
||||
"privileges.no-users": "No user-specific privileges in this category.",
|
||||
"privileges.section-group": "Group",
|
||||
"privileges.group-private": "This group is private",
|
||||
"privileges.inheritance-exception": "This group does not inherit privileges from registered-users group",
|
||||
"privileges.banned-user-inheritance": "Banned users inherit privileges from banned-users group",
|
||||
"privileges.search-group": "Add Group",
|
||||
"privileges.copy-to-children": "Copy to Children",
|
||||
"privileges.copy-from-category": "Copy from Category",
|
||||
"privileges.copy-privileges-to-all-categories": "Copy to All Categories",
|
||||
"privileges.copy-group-privileges-to-children": "Copy this group's privileges to the children of this category.",
|
||||
"privileges.copy-group-privileges-to-all-categories": "Copy this group's privileges to all categories.",
|
||||
"privileges.copy-group-privileges-from": "Copy this group's privileges from another category.",
|
||||
"privileges.inherit": "If the <code>registered-users</code> group is granted a specific privilege, all other groups receive an <strong>implicit privilege</strong>, even if they are not explicitly defined/checked. This implicit privilege is shown to you because all users are part of the <code>registered-users</code> user group, and so, privileges for additional groups need not be explicitly granted.",
|
||||
"privileges.copy-success": "Privileges copied!",
|
||||
|
||||
"analytics.back": "Back to Categories List",
|
||||
"analytics.title": "Analytics for \"%1\" category",
|
||||
"analytics.pageviews-hourly": "<strong>Figure 1</strong> – Hourly page views for this category</small>",
|
||||
"analytics.pageviews-daily": "<strong>Figure 2</strong> – Daily page views for this category</small>",
|
||||
"analytics.topics-daily": "<strong>Figure 3</strong> – Daily topics created in this category</small>",
|
||||
"analytics.posts-daily": "<strong>Figure 4</strong> – Daily posts made in this category</small>",
|
||||
|
||||
"alert.created": "Created",
|
||||
"alert.create-success": "Category successfully created!",
|
||||
"alert.none-active": "You have no active categories.",
|
||||
"alert.create": "Create a Category",
|
||||
"alert.confirm-purge": "<p class=\"lead\">Do you really want to purge this category \"%1\"?</p><h5><strong class=\"text-danger\">Warning!</strong> All topics and posts in this category will be purged!</h5> <p class=\"help-block\">Purging a category will remove all topics and posts, and delete the category from the database. If you want to remove a category <em>temporarily</em>, you'll want to \"disable\" the category instead.</p>",
|
||||
"alert.purge-success": "Category purged!",
|
||||
"alert.copy-success": "Settings Copied!",
|
||||
"alert.set-parent-category": "Set Parent Category",
|
||||
"alert.updated": "Updated Categories",
|
||||
"alert.updated-success": "Category IDs %1 successfully updated.",
|
||||
"alert.upload-image": "Upload category image",
|
||||
"alert.find-user": "Find a User",
|
||||
"alert.user-search": "Search for a user here...",
|
||||
"alert.find-group": "Find a Group",
|
||||
"alert.group-search": "Search for a group here...",
|
||||
"alert.not-enough-whitelisted-tags": "Whitelisted tags are less than minimum tags, you need to create more whitelisted tags!",
|
||||
"collapse-all": "Collapse All",
|
||||
"expand-all": "Expand All",
|
||||
"disable-on-create": "Disable on create",
|
||||
"no-matches": "No matches"
|
||||
}
|
@ -0,0 +1,22 @@
|
||||
{
|
||||
"lead": "A listing of digest delivery stats and times is displayed below.",
|
||||
"disclaimer": "Please be advised that email delivery is not guaranteed, due to the nature of email technology. Many variables factor into whether an email sent to the recipient server is ultimately delivered into the user's inbox, including server reputation, blacklisted IP addresses, and whether DKIM/SPF/DMARC is configured.",
|
||||
"disclaimer-continued": "A successful delivery means the message was sent successfully by NodeBB and acknowledged by the recipient server. It does not mean the email landed in the inbox. For best results, we recommend using a third-party email delivery service such as <a href=\"https://sendgrid.com/why-sendgrid/\">SendGrid</a>.",
|
||||
|
||||
"user": "User",
|
||||
"subscription": "Subscription Type",
|
||||
"last-delivery": "Last successful delivery",
|
||||
"default": "System default",
|
||||
"default-help": "<em>System default</em> means the user has not explicitly overridden the global forum setting for digests, which is currently: "<strong>%1</strong>"",
|
||||
"resend": "Resend Digest",
|
||||
"resend-all-confirm": "Are you sure you wish to manually execute this digest run?",
|
||||
"resent-single": "Manual digest resend completed",
|
||||
"resent-day": "Daily digest resent",
|
||||
"resent-week": "Weekly digest resent",
|
||||
"resent-biweek": "Bi-Weekly digest resent",
|
||||
"resent-month": "Monthly digest resent",
|
||||
"null": "<em>Never</em>",
|
||||
"manual-run": "Manual digest run:",
|
||||
|
||||
"no-delivery-data": "No delivery data found"
|
||||
}
|
@ -0,0 +1,44 @@
|
||||
{
|
||||
"name": "Group Name",
|
||||
"badge": "Badge",
|
||||
"properties": "Properties",
|
||||
"description": "Group Description",
|
||||
"member-count": "Member Count",
|
||||
"system": "System",
|
||||
"hidden": "Hidden",
|
||||
"private": "Private",
|
||||
"edit": "Edit",
|
||||
"delete": "Delete",
|
||||
"privileges": "Privileges",
|
||||
"download-csv": "CSV",
|
||||
"search-placeholder": "Search",
|
||||
"create": "Create Group",
|
||||
"description-placeholder": "A short description about your group",
|
||||
"create-button": "Create",
|
||||
|
||||
"alerts.create-failure": "<strong>Uh-Oh</strong><p>There was a problem creating your group. Please try again later!</p>",
|
||||
"alerts.confirm-delete": "Are you sure you wish to delete this group?",
|
||||
|
||||
"edit.name": "Name",
|
||||
"edit.description": "Description",
|
||||
"edit.user-title": "Title of Members",
|
||||
"edit.icon": "Group Icon",
|
||||
"edit.label-color": "Group Label Color",
|
||||
"edit.text-color": "Group Text Color",
|
||||
"edit.show-badge": "Show Badge",
|
||||
"edit.private-details": "If enabled, joining of groups requires approval from a group owner.",
|
||||
"edit.private-override": "Warning: Private groups is disabled at system level, which overrides this option.",
|
||||
"edit.disable-join": "Disable join requests",
|
||||
"edit.disable-leave": "Disallow users from leaving the group",
|
||||
"edit.hidden": "Hidden",
|
||||
"edit.hidden-details": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually",
|
||||
"edit.add-user": "Add User to Group",
|
||||
"edit.add-user-search": "Search Users",
|
||||
"edit.members": "Member List",
|
||||
"control-panel": "Groups Control Panel",
|
||||
"revert": "Revert",
|
||||
|
||||
"edit.no-users-found": "No Users Found",
|
||||
"edit.confirm-remove-user": "Are you sure you want to remove this user?",
|
||||
"edit.save-success": "Changes saved!"
|
||||
}
|
@ -0,0 +1,64 @@
|
||||
{
|
||||
"global": "Global",
|
||||
"admin": "Admin",
|
||||
"group-privileges": "Group Privileges",
|
||||
"user-privileges": "User Privileges",
|
||||
"edit-privileges": "Edit Privileges",
|
||||
"select-clear-all": "Select/Clear All",
|
||||
"chat": "Chat",
|
||||
"upload-images": "Upload Images",
|
||||
"upload-files": "Upload Files",
|
||||
"signature": "Signature",
|
||||
"ban": "Ban",
|
||||
"mute": "Mute",
|
||||
"invite": "Invite",
|
||||
"search-content": "Search Content",
|
||||
"search-users": "Search Users",
|
||||
"search-tags": "Search Tags",
|
||||
"view-users": "View Users",
|
||||
"view-tags": "View Tags",
|
||||
"view-groups": "View Groups",
|
||||
"allow-local-login": "Local Login",
|
||||
"allow-group-creation": "Group Create",
|
||||
"view-users-info": "View Users Info",
|
||||
"find-category": "Find Category",
|
||||
"access-category": "Access Category",
|
||||
"access-topics": "Access Topics",
|
||||
"create-topics": "Create Topics",
|
||||
"reply-to-topics": "Reply to Topics",
|
||||
"schedule-topics": "Schedule Topics",
|
||||
"tag-topics": "Tag Topics",
|
||||
"edit-posts": "Edit Posts",
|
||||
"view-edit-history": "View Edit History",
|
||||
"delete-posts": "Delete Posts",
|
||||
"view_deleted": "View Deleted Posts",
|
||||
"upvote-posts": "Upvote Posts",
|
||||
"downvote-posts": "Downvote Posts",
|
||||
"delete-topics": "Delete Topics",
|
||||
"purge": "Purge",
|
||||
"moderate": "Moderate",
|
||||
"admin-dashboard": "Dashboard",
|
||||
"admin-categories": "Categories",
|
||||
"admin-privileges": "Privileges",
|
||||
"admin-users": "Users",
|
||||
"admin-admins-mods": "Admins & Mods",
|
||||
"admin-groups": "Groups",
|
||||
"admin-tags": "Tags",
|
||||
"admin-settings": "Settings",
|
||||
|
||||
"alert.confirm-moderate": "<strong>Are you sure you wish to grant the moderation privilege to this user group?</strong> This group is public, and any users can join at will.",
|
||||
"alert.confirm-admins-mods": "<strong>Are you sure you wish to grant the "Admins & Mods" privilege to this user/group?</strong> Users with this privilege are able to promote and demote other users into privileged positions, <em>including super administrator</em>",
|
||||
"alert.confirm-save": "Please confirm your intention to save these privileges",
|
||||
"alert.saved": "Privilege changes saved and applied",
|
||||
"alert.confirm-discard": "Are you sure you wish to discard your privilege changes?",
|
||||
"alert.discarded": "Privilege changes discarded",
|
||||
"alert.confirm-copyToAll": "Are you sure you wish to apply this set of <strong>%1</strong> to <strong>all categories</strong>?",
|
||||
"alert.confirm-copyToAllGroup": "Are you sure you wish to apply this group's set of <strong>%1</strong> to <strong>all categories</strong>?",
|
||||
"alert.confirm-copyToChildren": "Are you sure you wish to apply this set of <strong>%1</strong> to <strong>all descendant (child) categories</strong>?",
|
||||
"alert.confirm-copyToChildrenGroup": "Are you sure you wish to apply this group's set of <strong>%1</strong> to <strong>all descendant (child) categories</strong>?",
|
||||
"alert.no-undo": "<em>This action cannot be undone.</em>",
|
||||
"alert.admin-warning": "Administrators implicitly get all privileges",
|
||||
"alert.copyPrivilegesFrom-title": "Select a category to copy from",
|
||||
"alert.copyPrivilegesFrom-warning": "This will copy <strong>%1</strong> from the selected category.",
|
||||
"alert.copyPrivilegesFromGroup-warning": "This will copy this group's set of <strong>%1</strong> from the selected category."
|
||||
}
|
@ -0,0 +1,20 @@
|
||||
{
|
||||
"queue": "Queue",
|
||||
"description": "There are no users in the registration queue. <br> To enable this feature, go to <a href=\"%1\">Settings → User → User Registration</a> and set <strong>Registration Type</strong> to \"Admin Approval\".",
|
||||
|
||||
"list.name": "Name",
|
||||
"list.email": "Email",
|
||||
"list.ip": "IP",
|
||||
"list.time": "Time",
|
||||
"list.username-spam": "Frequency: %1 Appears: %2 Confidence: %3",
|
||||
"list.email-spam": "Frequency: %1 Appears: %2",
|
||||
"list.ip-spam": "Frequency: %1 Appears: %2",
|
||||
|
||||
"invitations": "Invitations",
|
||||
"invitations.description": "Below is a complete list of invitations sent. Use ctrl-f to search through the list by email or username. <br><br>The username will be displayed to the right of the emails for users who have redeemed their invitations.",
|
||||
"invitations.inviter-username": "Inviter Username",
|
||||
"invitations.invitee-email": "Invitee Email",
|
||||
"invitations.invitee-username": "Invitee Username (if registered)",
|
||||
|
||||
"invitations.confirm-delete": "Are you sure you wish to delete this invitation?"
|
||||
}
|
@ -0,0 +1,18 @@
|
||||
{
|
||||
"none": "Your forum does not have any topics with tags yet.",
|
||||
"bg-color": "Background Colour",
|
||||
"text-color": "Text Colour",
|
||||
"description": "Select tags by clicking or dragging, use <code>CTRL</code> to select multiple tags.",
|
||||
"create": "Create Tag",
|
||||
"modify": "Modify Tags",
|
||||
"rename": "Rename Tags",
|
||||
"delete": "Delete Selected Tags",
|
||||
"search": "Search for tags...",
|
||||
"settings": "Tags Settings",
|
||||
"name": "Tag Name",
|
||||
|
||||
"alerts.editing": "Editing tag(s)",
|
||||
"alerts.confirm-delete": "Do you want to delete the selected tags?",
|
||||
"alerts.update-success": "Tag Updated!",
|
||||
"reset-colors": "Reset colors"
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
{
|
||||
"upload-file": "Upload File",
|
||||
"filename": "Filename",
|
||||
"usage": "Post Usage",
|
||||
"orphaned": "Orphaned",
|
||||
"size/filecount": "Size / Filecount",
|
||||
"confirm-delete": "Do you really want to delete this file?",
|
||||
"filecount": "%1 files",
|
||||
"new-folder": "New Folder",
|
||||
"name-new-folder": "Enter a name for new the folder"
|
||||
}
|
@ -0,0 +1,111 @@
|
||||
{
|
||||
"users": "Users",
|
||||
"edit": "Actions",
|
||||
"make-admin": "Make Admin",
|
||||
"remove-admin": "Remove Admin",
|
||||
"validate-email": "Validate Email",
|
||||
"send-validation-email": "Send Validation Email",
|
||||
"password-reset-email": "Send Password Reset Email",
|
||||
"force-password-reset": "Force Password Reset & Log User Out",
|
||||
"ban": "Ban User(s)",
|
||||
"temp-ban": "Ban User(s) Temporarily",
|
||||
"unban": "Unban User(s)",
|
||||
"reset-lockout": "Reset Lockout",
|
||||
"reset-flags": "Reset Flags",
|
||||
"delete": "Delete <strong>User(s)</strong>",
|
||||
"delete-content": "Delete User(s) <strong>Content</strong>",
|
||||
"purge": "Delete <strong>User(s)</strong> and <strong>Content</strong>",
|
||||
"download-csv": "Download CSV",
|
||||
"manage-groups": "Manage Groups",
|
||||
"add-group": "Add Group",
|
||||
"create": "Create User",
|
||||
"invite": "Invite by Email",
|
||||
"new": "New User",
|
||||
"filter-by": "Filter by",
|
||||
"pills.unvalidated": "Not Validated",
|
||||
"pills.validated": "Validated",
|
||||
"pills.banned": "Banned",
|
||||
|
||||
"50-per-page": "50 per page",
|
||||
"100-per-page": "100 per page",
|
||||
"250-per-page": "250 per page",
|
||||
"500-per-page": "500 per page",
|
||||
|
||||
"search.uid": "By User ID",
|
||||
"search.uid-placeholder": "Enter a user ID to search",
|
||||
"search.username": "By User Name",
|
||||
"search.username-placeholder": "Enter a username to search",
|
||||
"search.email": "By Email",
|
||||
"search.email-placeholder": "Enter a email to search",
|
||||
"search.ip": "By IP Address",
|
||||
"search.ip-placeholder": "Enter an IP Address to search",
|
||||
"search.not-found": "User not found!",
|
||||
|
||||
"inactive.3-months": "3 months",
|
||||
"inactive.6-months": "6 months",
|
||||
"inactive.12-months": "12 months",
|
||||
|
||||
"users.uid": "uid",
|
||||
"users.username": "username",
|
||||
"users.email": "email",
|
||||
"users.no-email": "(no email)",
|
||||
"users.ip": "IP",
|
||||
"users.postcount": "postcount",
|
||||
"users.reputation": "reputation",
|
||||
"users.flags": "flags",
|
||||
"users.joined": "joined",
|
||||
"users.last-online": "last online",
|
||||
"users.banned": "banned",
|
||||
|
||||
"create.username": "User Name",
|
||||
"create.email": "Email",
|
||||
"create.email-placeholder": "Email of this user",
|
||||
"create.password": "Password",
|
||||
"create.password-confirm": "Confirm Password",
|
||||
|
||||
"temp-ban.length": "Length",
|
||||
"temp-ban.reason": "Reason <span class=\"text-muted\">(Optional)</span>",
|
||||
"temp-ban.hours": "Hours",
|
||||
"temp-ban.days": "Days",
|
||||
"temp-ban.explanation": "Enter the length of time for the ban. Note that a time of 0 will be a considered a permanent ban.",
|
||||
|
||||
"alerts.confirm-ban": "Do you really want to ban this user <strong>permanently</strong>?",
|
||||
"alerts.confirm-ban-multi": "Do you really want to ban these users <strong>permanently</strong>?",
|
||||
"alerts.ban-success": "User(s) banned!",
|
||||
"alerts.button-ban-x": "Ban %1 user(s)",
|
||||
"alerts.unban-success": "User(s) unbanned!",
|
||||
"alerts.lockout-reset-success": "Lockout(s) reset!",
|
||||
"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.",
|
||||
"alerts.confirm-remove-admin": "Do you really want to remove this administrator?",
|
||||
"alerts.remove-admin-success": "User is no longer administrator.",
|
||||
"alerts.make-global-mod-success": "User is now global moderator.",
|
||||
"alerts.confirm-remove-global-mod": "Do you really want to remove this global moderator?",
|
||||
"alerts.remove-global-mod-success": "User is no longer global moderator.",
|
||||
"alerts.make-moderator-success": "User is now moderator.",
|
||||
"alerts.confirm-remove-moderator": "Do you really want to remove this moderator?",
|
||||
"alerts.remove-moderator-success": "User is no longer moderator.",
|
||||
"alerts.confirm-validate-email": "Do you want to validate email(s) of these user(s)?",
|
||||
"alerts.confirm-force-password-reset": "Are you sure you want to force the password reset and log out these user(s)?",
|
||||
"alerts.validate-email-success": "Emails validated",
|
||||
"alerts.validate-force-password-reset-success": "User(s) passwords have been reset and their existing sessions have been revoked.",
|
||||
"alerts.password-reset-confirm": "Do you want to send password reset email(s) to these user(s)?",
|
||||
"alerts.confirm-delete": "<strong>Warning!</strong><p>Do you really want to delete <strong>user(s)</strong>?</p><p>This action is not reversible! Only the user account will be deleted, their posts and topics will remain.</p>",
|
||||
"alerts.delete-success": "User(s) Deleted!",
|
||||
"alerts.confirm-delete-content": "<strong>Warning!</strong><p>Do you really want to delete these user(s) <strong>content</strong>?</p><p>This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.</p>",
|
||||
"alerts.delete-content-success": "User(s) Content Deleted!",
|
||||
"alerts.confirm-purge": "<strong>Warning!</strong><p>Do you really want to delete <strong>user(s) and their content</strong>?</p><p>This action is not reversible! All user data and content will be erased!</p>",
|
||||
"alerts.create": "Create User",
|
||||
"alerts.button-create": "Create",
|
||||
"alerts.button-cancel": "Cancel",
|
||||
"alerts.error-passwords-different": "Passwords must match!",
|
||||
"alerts.error-x": "<strong>Error</strong><p>%1</p>",
|
||||
"alerts.create-success": "User created!",
|
||||
|
||||
"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)",
|
||||
"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."
|
||||
}
|
@ -0,0 +1,89 @@
|
||||
{
|
||||
"section-dashboard": "Dashboards",
|
||||
"dashboard/overview": "Overview",
|
||||
"dashboard/logins": "Logins",
|
||||
"dashboard/users": "Users",
|
||||
"dashboard/topics": "Topics",
|
||||
"dashboard/searches": "Searches",
|
||||
"section-general": "General",
|
||||
|
||||
"section-manage": "Manage",
|
||||
"manage/categories": "Categories",
|
||||
"manage/privileges": "Privileges",
|
||||
"manage/tags": "Tags",
|
||||
"manage/users": "Users",
|
||||
"manage/admins-mods": "Admins & Mods",
|
||||
"manage/registration": "Registration Queue",
|
||||
"manage/post-queue": "Post Queue",
|
||||
"manage/groups": "Groups",
|
||||
"manage/ip-blacklist": "IP Blacklist",
|
||||
"manage/uploads": "Uploads",
|
||||
"manage/digest": "Digests",
|
||||
|
||||
"section-settings": "Settings",
|
||||
"settings/general": "General",
|
||||
"settings/homepage": "Home Page",
|
||||
"settings/navigation": "Navigation",
|
||||
"settings/reputation": "Reputation & Flags",
|
||||
"settings/email": "Email",
|
||||
"settings/user": "Users",
|
||||
"settings/group": "Groups",
|
||||
"settings/guest": "Guests",
|
||||
"settings/uploads": "Uploads",
|
||||
"settings/languages": "Languages",
|
||||
"settings/post": "Posts",
|
||||
"settings/chat": "Chats",
|
||||
"settings/pagination": "Pagination",
|
||||
"settings/tags": "Tags",
|
||||
"settings/notifications": "Notifications",
|
||||
"settings/api": "API Access",
|
||||
"settings/sounds": "Sounds",
|
||||
"settings/social": "Social",
|
||||
"settings/cookies": "Cookies",
|
||||
"settings/web-crawler": "Web Crawler",
|
||||
"settings/sockets": "Sockets",
|
||||
"settings/advanced": "Advanced",
|
||||
|
||||
"settings.page-title": "%1 Settings",
|
||||
|
||||
"section-appearance": "Appearance",
|
||||
"appearance/themes": "Themes",
|
||||
"appearance/skins": "Skins",
|
||||
"appearance/customise": "Custom Content (HTML/JS/CSS)",
|
||||
|
||||
"section-extend": "Extend",
|
||||
"extend/plugins": "Plugins",
|
||||
"extend/widgets": "Widgets",
|
||||
"extend/rewards": "Rewards",
|
||||
|
||||
"section-social-auth": "Social Authentication",
|
||||
|
||||
"section-plugins": "Plugins",
|
||||
"extend/plugins.install": "Install Plugins",
|
||||
|
||||
"section-advanced": "Advanced",
|
||||
"advanced/database": "Database",
|
||||
"advanced/events": "Events",
|
||||
"advanced/hooks": "Hooks",
|
||||
"advanced/logs": "Logs",
|
||||
"advanced/errors": "Errors",
|
||||
"advanced/cache": "Cache",
|
||||
"development/logger": "Logger",
|
||||
"development/info": "Info",
|
||||
|
||||
"rebuild-and-restart-forum": "Rebuild & Restart Forum",
|
||||
"restart-forum": "Restart Forum",
|
||||
"logout": "Log out",
|
||||
"view-forum": "View Forum",
|
||||
|
||||
"search.placeholder": "Press "/" to search for settings",
|
||||
"search.no-results": "No results...",
|
||||
"search.search-forum": "Search the forum for <strong></strong>",
|
||||
"search.keep-typing": "Type more to see results...",
|
||||
"search.start-typing": "Start typing to see results...",
|
||||
|
||||
"connection-lost": "Connection to %1 has been lost, attempting to reconnect...",
|
||||
|
||||
"alerts.version": "Running <strong>NodeBB v%1</strong>",
|
||||
"alerts.upgrade": "Upgrade to v%1"
|
||||
}
|
@ -0,0 +1,46 @@
|
||||
{
|
||||
"maintenance-mode": "Maintenance Mode",
|
||||
"maintenance-mode.help": "When the forum is in maintenance mode, all requests will be redirected to a static holding page. Administrators are exempt from this redirection, and are able to access the site normally.",
|
||||
"maintenance-mode.status": "Maintenance Mode Status Code",
|
||||
"maintenance-mode.message": "Maintenance Message",
|
||||
"headers": "Headers",
|
||||
"headers.allow-from": "Set ALLOW-FROM to Place NodeBB in an iFrame",
|
||||
"headers.csp-frame-ancestors": "Set Content-Security-Policy frame-ancestors header to Place NodeBB in an iFrame",
|
||||
"headers.csp-frame-ancestors-help": "'none', 'self'(default) or list of URIs to allow.",
|
||||
"headers.powered-by": "Customise the \"Powered By\" header sent by NodeBB",
|
||||
"headers.acao": "Access-Control-Allow-Origin",
|
||||
"headers.acao-regex": "Access-Control-Allow-Origin Regular Expression",
|
||||
"headers.acao-help": "To deny access to all sites, leave empty",
|
||||
"headers.acao-regex-help": "Enter regular expressions here to match dynamic origins. To deny access to all sites, leave empty",
|
||||
"headers.acac": "Access-Control-Allow-Credentials",
|
||||
"headers.acam": "Access-Control-Allow-Methods",
|
||||
"headers.acah": "Access-Control-Allow-Headers",
|
||||
"headers.coep": "Cross-Origin-Embedder-Policy",
|
||||
"headers.coep-help": "When enabled (default), will set the header to <code>require-corp</code>",
|
||||
"headers.corp": "Cross-Origin-Resource-Policy",
|
||||
"hsts": "Strict Transport Security",
|
||||
"hsts.enabled": "Enabled HSTS (recommended)",
|
||||
"hsts.maxAge": "HSTS Max Age",
|
||||
"hsts.subdomains": "Include subdomains in HSTS header",
|
||||
"hsts.preload": "Allow preloading of HSTS header",
|
||||
"hsts.help": "If enabled, an HSTS header will be set for this site. You can elect to include subdomains and preloading flags in your header. If in doubt, you can leave these unchecked. <a href=\"%1\">More information <i class=\"fa fa-external-link\"></i></a>",
|
||||
"traffic-management": "Traffic Management",
|
||||
"traffic.help": "NodeBB uses a module that automatically denies requests in high-traffic situations. You can tune these settings here, although the defaults are a good starting point.",
|
||||
"traffic.enable": "Enable Traffic Management",
|
||||
"traffic.event-lag": "Event Loop Lag Threshold (in milliseconds)",
|
||||
"traffic.event-lag-help": "Lowering this value decreases wait times for page loads, but will also show the \"excessive load\" message to more users. (Restart required)",
|
||||
"traffic.lag-check-interval": "Check Interval (in milliseconds)",
|
||||
"traffic.lag-check-interval-help": "Lowering this value causes NodeBB to become more sensitive to spikes in load, but may also cause the check to become too sensitive. (Restart required)",
|
||||
|
||||
"sockets.settings": "WebSocket Settings",
|
||||
"sockets.max-attempts": "Max Reconnection Attempts",
|
||||
"sockets.default-placeholder": "Default: %1",
|
||||
"sockets.delay": "Reconnection Delay",
|
||||
|
||||
"analytics.settings": "Analytics Settings",
|
||||
"analytics.max-cache": "Analytics Cache Max Value",
|
||||
"analytics.max-cache-help": "On high-traffic installs, the cache could be exhausted continuously if there are more concurrent active users than the Max Cache value. (Restart required)",
|
||||
"compression.settings": "Compression Settings",
|
||||
"compression.enable": "Enable Compression",
|
||||
"compression.help": "This setting enables gzip compression. For a high-traffic website in production, the best way to put compression in place is to implement it at a reverse proxy level. You can enable it here for testing purposes."
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"tokens": "Tokens",
|
||||
"settings": "Settings",
|
||||
"lead-text": "From this page you can configure access to the Write API in NodeBB.",
|
||||
"intro": "By default, the Write API authenticates users based on their session cookie, but NodeBB also supports Bearer authentication via tokens generated via this page.",
|
||||
"docs": "Click here to access the full API specification",
|
||||
|
||||
"require-https": "Require API usage via HTTPS only",
|
||||
"require-https-caveat": "<strong>Note</strong>: Some installations involving load balancers may proxy their requests to NodeBB using HTTP, in which case this option should remain disabled.",
|
||||
|
||||
"uid": "User ID",
|
||||
"uid-help-text": "Specify a User ID to associate with this token. If the user ID is <code>0</code>, it will be considered a <em>master</em> token, which can assume the identity of other users based on the <code>_uid</code> parameter",
|
||||
"description": "Description",
|
||||
"no-description": "No description specified.",
|
||||
"token-on-save": "Token will be generated once form is saved"
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"chat-settings": "Chat Settings",
|
||||
"disable": "Disable chat",
|
||||
"disable-editing": "Disable chat message editing/deletion",
|
||||
"disable-editing-help": "Administrators and global moderators are exempt from this restriction",
|
||||
"max-length": "Maximum length of chat messages",
|
||||
"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)"
|
||||
}
|
@ -0,0 +1,13 @@
|
||||
{
|
||||
"eu-consent": "EU Consent",
|
||||
"consent.enabled": "Enabled",
|
||||
"consent.message": "Notification message",
|
||||
"consent.acceptance": "Acceptance message",
|
||||
"consent.link-text": "Policy Link Text",
|
||||
"consent.link-url": "Policy Link URL",
|
||||
"consent.blank-localised-default": "Leave blank to use NodeBB localised defaults",
|
||||
"settings": "Settings",
|
||||
"cookie-domain": "Session cookie domain",
|
||||
"max-user-sessions": "Max active sessions per user",
|
||||
"blank-default": "Leave blank for default"
|
||||
}
|
@ -0,0 +1,48 @@
|
||||
{
|
||||
"email-settings": "Email Settings",
|
||||
"address": "Email Address",
|
||||
"address-help": "The following email address refers to the email that the recipient will see in the \"From\" and \"Reply To\" fields.",
|
||||
"from": "From Name",
|
||||
"from-help": "The from name to display in the email.",
|
||||
|
||||
"smtp-transport": "SMTP Transport",
|
||||
"smtp-transport.enabled": "Enable SMTP Transport",
|
||||
"smtp-transport-help": "You can select from a list of well-known services or enter a custom one.",
|
||||
"smtp-transport.service": "Select a service",
|
||||
"smtp-transport.service-custom": "Custom Service",
|
||||
"smtp-transport.service-help": "Select a service name above in order to use the known information about it. Alternatively, select 'Custom Service' and enter the details below.",
|
||||
"smtp-transport.gmail-warning1": "There have been reports of the Gmail service not working on accounts with heightened security. In those scenarios, you will have to <a href=\"https://www.google.com/settings/security/lesssecureapps\">configure your GMail account to allow less secure apps</a>.",
|
||||
"smtp-transport.gmail-warning2": "For more information about this workaround, <a href=\"https://nodemailer.com/usage/using-gmail/\">please consult this NodeMailer article on the issue.</a> An alternative would be to utilise a third-party emailer plugin such as SendGrid, Mailgun, etc. <a href=\"../extend/plugins\">Browse available plugins here</a>.",
|
||||
"smtp-transport.host": "SMTP Host",
|
||||
"smtp-transport.port": "SMTP Port",
|
||||
"smtp-transport.security": "Connection security",
|
||||
"smtp-transport.security-encrypted": "Encrypted",
|
||||
"smtp-transport.security-starttls": "StartTLS",
|
||||
"smtp-transport.security-none": "None",
|
||||
"smtp-transport.username": "Username",
|
||||
"smtp-transport.username-help": "<b>For the Gmail service,</b> enter the full email address here, especially if you are using a Google Apps managed domain.",
|
||||
"smtp-transport.password": "Password",
|
||||
"smtp-transport.pool": "Enable pooled connections",
|
||||
"smtp-transport.pool-help": "Pooling connections prevents NodeBB from creating a new connection for every email. This option only applies if SMTP Transport is enabled.",
|
||||
|
||||
"template": "Edit Email Template",
|
||||
"template.select": "Select Email Template",
|
||||
"template.revert": "Revert to Original",
|
||||
"testing": "Email Testing",
|
||||
"testing.select": "Select Email Template",
|
||||
"testing.send": "Send Test Email",
|
||||
"testing.send-help": "The test email will be sent to the currently logged in user's email address.",
|
||||
"subscriptions": "Email Digests",
|
||||
"subscriptions.disable": "Disable email digests",
|
||||
"subscriptions.hour": "Digest Hour",
|
||||
"subscriptions.hour-help": "Please enter a number representing the hour to send scheduled email digests (e.g. <code>0</code> for midnight, <code>17</code> for 5:00pm). Keep in mind that this is the hour according to the server itself, and may not exactly match your system clock.<br /> The approximate server time is: <span id=\"serverTime\"></span><br /> The next daily digest is scheduled to be sent <span id=\"nextDigestTime\"></span>",
|
||||
"notifications.remove-images": "Remove images from email notifications",
|
||||
"require-email-address": "Require new users to specify an 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 they have to enter an email address in order to proceed with registration. <strong>It does not ensure user will enter a real email address, nor even an address they own.</strong>",
|
||||
"send-validation-email": "Send validation emails when an email is added or changed",
|
||||
"include-unverified-emails": "Send emails to recipients who have not explicitly confirmed their emails",
|
||||
"include-unverified-warning": "By default, users with emails associated with their account have already been verified, but there are situations where this is not the case (e.g. SSO logins, grandfathered users, etc). <strong>Enable this setting at your own risk</strong> – sending emails to unverified addresses may be a violation of regional anti-spam laws.",
|
||||
"prompt": "Prompt users to enter or confirm their emails",
|
||||
"prompt-help": "If a user does not have an email set, or their email is not confirmed, a warning will be shown on screen.",
|
||||
"sendEmailToBanned": "Send emails to users even if they have been banned"
|
||||
}
|
@ -0,0 +1,50 @@
|
||||
{
|
||||
"site-settings": "Site Settings",
|
||||
"title": "Site Title",
|
||||
"title.short": "Short Title",
|
||||
"title.short-placeholder": "If no short title is specified, the site title will be used",
|
||||
"title.url": "Title Link URL",
|
||||
"title.url-placeholder": "The URL of the site title",
|
||||
"title.url-help": "When the title is clicked, send users to this address. If left blank, user will be sent to the forum index. <br> Note: This is not the external URL used in emails, etc. That is set by the <code>url</code> property in config.json",
|
||||
"title.name": "Your Community Name",
|
||||
"title.show-in-header": "Show Site Title in Header",
|
||||
"browser-title": "Browser Title",
|
||||
"browser-title-help": "If no browser title is specified, the site title will be used",
|
||||
"title-layout": "Title Layout",
|
||||
"title-layout-help": "Define how the browser title will be structured ie. {pageTitle} | {browserTitle}",
|
||||
"description.placeholder": "A short description about your community",
|
||||
"description": "Site Description",
|
||||
"keywords": "Site Keywords",
|
||||
"keywords-placeholder": "Keywords describing your community, comma-separated",
|
||||
"logo": "Site Logo",
|
||||
"logo.image": "Image",
|
||||
"logo.image-placeholder": "Path to a logo to display on forum header",
|
||||
"logo.upload": "Upload",
|
||||
"logo.url": "Logo Link URL",
|
||||
"logo.url-placeholder": "The URL of the site logo",
|
||||
"logo.url-help": "When the logo is clicked, send users to this address. If left blank, user will be sent to the forum index. <br> Note: This is not the external URL used in emails, etc. That is set by the <code>url</code> property in config.json",
|
||||
"logo.alt-text": "Alt Text",
|
||||
"log.alt-text-placeholder": "Alternative text for accessibility",
|
||||
"favicon": "Favicon",
|
||||
"favicon.upload": "Upload",
|
||||
"pwa": "Progressive Web App",
|
||||
"touch-icon": "Touch Icon",
|
||||
"touch-icon.upload": "Upload",
|
||||
"touch-icon.help": "Recommended size and format: 512x512, PNG format only. If no touch icon is specified, NodeBB will fall back to using the favicon.",
|
||||
"maskable-icon": "Maskable (Homescreen) Icon",
|
||||
"maskable-icon.help": "Recommended size and format: 512x512, PNG format only. If no maskable icon is specified, NodeBB will fall back to the Touch Icon.",
|
||||
"outgoing-links": "Outgoing Links",
|
||||
"outgoing-links.warning-page": "Use Outgoing Links Warning Page",
|
||||
"search": "Search",
|
||||
"search-default-in": "Search In",
|
||||
"search-default-in-quick": "Quick Search In",
|
||||
"search-default-sort-by": "Sort by",
|
||||
"outgoing-links.whitelist": "Domains to whitelist for bypassing the warning page",
|
||||
"site-colors": "Site Color Metadata",
|
||||
"theme-color": "Theme Color",
|
||||
"background-color": "Background Color",
|
||||
"background-color-help": "Color used for splash screen background when website is installed as a PWA",
|
||||
"undo-timeout": "Undo Timeout",
|
||||
"undo-timeout-help": "Some operations such as moving topics will allow for the moderator to undo their action within a certain timeframe. Set to 0 to disable undo completely.",
|
||||
"topic-tools": "Topic Tools"
|
||||
}
|
@ -0,0 +1,13 @@
|
||||
{
|
||||
"general": "General",
|
||||
"private-groups": "Private Groups",
|
||||
"private-groups.help": "If enabled, joining of groups requires the approval of the group owner <em>(Default: enabled)</em>",
|
||||
"private-groups.warning": "<strong>Beware!</strong> If this option is disabled and you have private groups, they automatically become public.",
|
||||
"allow-multiple-badges": "Allow Multiple Badges",
|
||||
"allow-multiple-badges-help": "This flag can be used to allow users to select multiple group badges, requires theme support.",
|
||||
"max-name-length": "Maximum Group Name Length",
|
||||
"max-title-length": "Maximum Group Title Length",
|
||||
"cover-image": "Group Cover Image",
|
||||
"default-cover": "Default Cover Images",
|
||||
"default-cover-help": "Add comma-separated default cover images for groups that don't have an uploaded cover image"
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
{
|
||||
"settings": "Settings",
|
||||
"handles.enabled": "Allow guest handles",
|
||||
"handles.enabled-help": "This option exposes a new field that allows guests to pick a name to associate with each post they make. If disabled, they will simply be called \"Guest\"",
|
||||
"topic-views.enabled": "Allow guests to increase topic view counts",
|
||||
"reply-notifications.enabled": "Allow guests to generate reply notifications"
|
||||
}
|
@ -0,0 +1,8 @@
|
||||
{
|
||||
"home-page": "Home Page",
|
||||
"description": "Choose what page is shown when users navigate to the root URL of your forum.",
|
||||
"home-page-route": "Home Page Route",
|
||||
"custom-route": "Custom Route",
|
||||
"allow-user-home-pages": "Allow User Home Pages",
|
||||
"home-page-title": "Title of the home page (default \"Home\")"
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"language-settings": "Language Settings",
|
||||
"description": "The default language determines the language settings for all users who are visiting your forum. <br />Individual users can override the default language on their account settings page.",
|
||||
"default-language": "Default Language",
|
||||
"auto-detect": "Auto Detect Language Setting for Guests"
|
||||
}
|
@ -0,0 +1,25 @@
|
||||
{
|
||||
"icon": "Icon:",
|
||||
"change-icon": "change",
|
||||
"route": "Route:",
|
||||
"tooltip": "Tooltip:",
|
||||
"text": "Text:",
|
||||
"text-class": "Text Class: <small>optional</small>",
|
||||
"class": "Class: <small>optional</small>",
|
||||
"id": "ID: <small>optional</small>",
|
||||
|
||||
"properties": "Properties:",
|
||||
"groups": "Groups:",
|
||||
"open-new-window": "Open in a new window",
|
||||
"dropdown": "Dropdown",
|
||||
"dropdown-placeholder": "Place your dropdown menu items below, ie: <br/><li><a href="https://myforum.com">Link 1</a></li>",
|
||||
|
||||
"btn.delete": "Delete",
|
||||
"btn.disable": "Disable",
|
||||
"btn.enable": "Enable",
|
||||
|
||||
"available-menu-items": "Available Menu Items",
|
||||
"custom-route": "Custom Route",
|
||||
"core": "core",
|
||||
"plugin": "plugin"
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
{
|
||||
"notifications": "Notifications",
|
||||
"welcome-notification": "Welcome Notification",
|
||||
"welcome-notification-link": "Welcome Notification Link",
|
||||
"welcome-notification-uid": "Welcome Notification User (UID)",
|
||||
"post-queue-notification-uid": "Post Queue User (UID)"
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"pagination": "Pagination Settings",
|
||||
"enable": "Paginate topics and posts instead of using infinite scroll.",
|
||||
"posts": "Post Pagination",
|
||||
"topics": "Topic Pagination",
|
||||
"posts-per-page": "Posts per Page",
|
||||
"max-posts-per-page": "Maximum posts per page",
|
||||
"categories": "Category Pagination",
|
||||
"topics-per-page": "Topics per Page",
|
||||
"max-topics-per-page": "Maximum topics per page",
|
||||
"categories-per-page": "Categories per page"
|
||||
}
|
@ -0,0 +1,66 @@
|
||||
{
|
||||
"sorting": "Post Sorting",
|
||||
"sorting.post-default": "Default Post Sorting",
|
||||
"sorting.oldest-to-newest": "Oldest to Newest",
|
||||
"sorting.newest-to-oldest": "Newest to Oldest",
|
||||
"sorting.most-votes": "Most Votes",
|
||||
"sorting.most-posts": "Most Posts",
|
||||
"sorting.topic-default": "Default Topic Sorting",
|
||||
"length": "Post Length",
|
||||
"post-queue": "Post Queue",
|
||||
"restrictions": "Posting Restrictions",
|
||||
"restrictions-new": "New User Restrictions",
|
||||
"restrictions.post-queue": "Enable post queue",
|
||||
"restrictions.post-queue-rep-threshold": "Reputation required to bypass post queue",
|
||||
"restrictions.groups-exempt-from-post-queue": "Select groups that should be exempt from the post queue",
|
||||
"restrictions-new.post-queue": "Enable new user restrictions",
|
||||
"restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval",
|
||||
"restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users",
|
||||
"restrictions.seconds-between": "Number of seconds between posts",
|
||||
"restrictions.seconds-between-new": "Seconds between posts for new users",
|
||||
"restrictions.rep-threshold": "Reputation threshold before these restrictions are lifted",
|
||||
"restrictions.seconds-before-new": "Seconds before a new user can make their first post",
|
||||
"restrictions.seconds-edit-after": "Number of seconds a post remains editable (set to 0 to disable)",
|
||||
"restrictions.seconds-delete-after": "Number of seconds a post remains deletable (set to 0 to disable)",
|
||||
"restrictions.replies-no-delete": "Number of replies after users are disallowed to delete their own topics (set to 0 to disable)",
|
||||
"restrictions.min-title-length": "Minimum Title Length",
|
||||
"restrictions.max-title-length": "Maximum Title Length",
|
||||
"restrictions.min-post-length": "Minimum Post Length",
|
||||
"restrictions.max-post-length": "Maximum 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.",
|
||||
"timestamp": "Timestamp",
|
||||
"timestamp.cut-off": "Date cut-off (in days)",
|
||||
"timestamp.cut-off-help": "Dates & times will be shown in a relative manner (e.g. \"3 hours ago\" / \"5 days ago\"), and localised into various\n\t\t\t\t\tlanguages. After a certain point, this text can be switched to display the localised date itself\n\t\t\t\t\t(e.g. 5 Nov 2016 15:30).<br /><em>(Default: <code>30</code>, or one month). Set to 0 to always display dates, leave blank to always display relative times.</em>",
|
||||
"timestamp.necro-threshold": "Necro Threshold (in days)",
|
||||
"timestamp.necro-threshold-help": "A message will be shown between posts if the time between them is longer than the necro threshold. (Default: <code>7</code>, or one week). Set to 0 to disable.</em>",
|
||||
"timestamp.topic-views-interval": "Increment topic views interval (in minutes)",
|
||||
"timestamp.topic-views-interval-help": "Topic views will only increment once every X minutes as defined by this setting.",
|
||||
"teaser": "Teaser Post",
|
||||
"teaser.last-post": "Last – Show the latest post, including the original post, if no replies",
|
||||
"teaser.last-reply": "Last – Show the latest reply, or a \"No replies\" placeholder if no replies",
|
||||
"teaser.first": "First",
|
||||
"showPostPreviewsOnHover": "Show a preview of posts when mouse overed",
|
||||
"unread": "Unread Settings",
|
||||
"unread.cutoff": "Unread cutoff days",
|
||||
"unread.min-track-last": "Minimum posts in topic before tracking last read",
|
||||
"recent": "Recent Settings",
|
||||
"recent.max-topics": "Maximum topics on /recent",
|
||||
"recent.categoryFilter.disable": "Disable filtering of topics in ignored categories on the /recent page",
|
||||
"signature": "Signature Settings",
|
||||
"signature.disable": "Disable signatures",
|
||||
"signature.no-links": "Disable links in signatures",
|
||||
"signature.no-images": "Disable images in signatures",
|
||||
"signature.max-length": "Maximum Signature Length",
|
||||
"composer": "Composer Settings",
|
||||
"composer-help": "The following settings govern the functionality and/or appearance of the post composer shown\n\t\t\t\tto users when they create new topics, or reply to existing topics.",
|
||||
"composer.show-help": "Show \"Help\" tab",
|
||||
"composer.enable-plugin-help": "Allow plugins to add content to the help tab",
|
||||
"composer.custom-help": "Custom Help Text",
|
||||
"backlinks": "Backlinks",
|
||||
"backlinks.enabled": "Enable topic backlinks",
|
||||
"backlinks.help": "If a post references another topic, a link back to the post will be inserted into the referenced topic at that point in time.",
|
||||
"ip-tracking": "IP Tracking",
|
||||
"ip-tracking.each-post": "Track IP Address for each post",
|
||||
"enable-post-history": "Enable Post History"
|
||||
}
|
@ -0,0 +1,26 @@
|
||||
{
|
||||
"reputation": "Reputation Settings",
|
||||
"disable": "Disable Reputation System",
|
||||
"disable-down-voting": "Disable Down Voting",
|
||||
"votes-are-public": "All Votes Are Public",
|
||||
"thresholds": "Activity Thresholds",
|
||||
"min-rep-upvote": "Minimum reputation to upvote posts",
|
||||
"upvotes-per-day": "Upvotes per day (set to 0 for unlimited upvotes)",
|
||||
"upvotes-per-user-per-day": "Upvotes per user per day (set to 0 for unlimited upvotes)",
|
||||
"min-rep-downvote": "Minimum reputation to downvote posts",
|
||||
"downvotes-per-day": "Downvotes per day (set to 0 for unlimited downvotes)",
|
||||
"downvotes-per-user-per-day": "Downvotes per user per day (set to 0 for unlimited downvotes)",
|
||||
"min-rep-flag": "Minimum reputation to flag posts",
|
||||
"min-rep-website": "Minimum reputation to add \"Website\" to user profile",
|
||||
"min-rep-aboutme": "Minimum reputation to add \"About me\" to user profile",
|
||||
"min-rep-signature": "Minimum reputation to add \"Signature\" to user profile",
|
||||
"min-rep-profile-picture": "Minimum reputation to add \"Profile Picture\" to user profile",
|
||||
"min-rep-cover-picture": "Minimum reputation to add \"Cover Picture\" to user profile",
|
||||
|
||||
"flags": "Flag Settings",
|
||||
"flags.limit-per-target": "Maximum number of times something can be flagged",
|
||||
"flags.limit-per-target-placeholder": "Default: 0",
|
||||
"flags.limit-per-target-help": "When a post or user is flagged multiple times, each additional flag is considered a "report" and added to the original flag. Set this option to a number other than zero to limit the number of reports an item can receive.",
|
||||
"flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts (Set to 0 to disable, default: 0)",
|
||||
"flags.auto-resolve-on-ban": "Automatically resolve all of a user's tickets when they are banned"
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"post-sharing": "Post Sharing",
|
||||
"info-plugins-additional": "Plugins can add additional networks for sharing posts.",
|
||||
"save-success": "Successfully saved Post Sharing Networks!"
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"reconnection": "Reconnection Settings",
|
||||
"max-attempts": "Max Reconnection Attempts",
|
||||
"default-placeholder": "Default: %1",
|
||||
"delay": "Reconnection Delay"
|
||||
}
|
@ -0,0 +1,9 @@
|
||||
{
|
||||
"notifications": "Notifications",
|
||||
"chat-messages": "Chat Messages",
|
||||
"play-sound": "Play",
|
||||
"incoming-message": "Incoming Message",
|
||||
"outgoing-message": "Outgoing Message",
|
||||
"upload-new-sound": "Upload New Sound",
|
||||
"saved": "Settings Saved"
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"tag": "Tag Settings",
|
||||
"link-to-manage": "Manage Tags",
|
||||
"system-tags": "System Tags",
|
||||
"system-tags-help": "Only privileged users will be able to use these tags.",
|
||||
"min-per-topic": "Minimum Tags per Topic",
|
||||
"max-per-topic": "Maximum Tags per Topic",
|
||||
"min-length": "Minimum Tag Length",
|
||||
"max-length": "Maximum Tag Length",
|
||||
"related-topics": "Related Topics",
|
||||
"max-related-topics": "Maximum related topics to display (if supported by theme)"
|
||||
}
|
@ -0,0 +1,42 @@
|
||||
{
|
||||
"posts": "Posts",
|
||||
"private": "Make uploaded files private",
|
||||
"strip-exif-data": "Strip EXIF Data",
|
||||
"preserve-orphaned-uploads": "Keep uploaded files on disk after a post is purged",
|
||||
"private-extensions": "File extensions to make private",
|
||||
"private-uploads-extensions-help": "Enter comma-separated list of file extensions to make private here (e.g. <code>pdf,xls,doc</code>). An empty list means all files are private.",
|
||||
"resize-image-width-threshold": "Resize images if they are wider than specified width",
|
||||
"resize-image-width-threshold-help": "(in pixels, default: 1520 pixels, set to 0 to disable)",
|
||||
"resize-image-width": "Resize images down to specified width",
|
||||
"resize-image-width-help": "(in pixels, default: 760 pixels, set to 0 to disable)",
|
||||
"resize-image-quality": "Quality to use when resizing images",
|
||||
"resize-image-quality-help": "Use a lower quality setting to reduce the file size of resized images.",
|
||||
"max-file-size": "Maximum File Size (in KiB)",
|
||||
"max-file-size-help": "(in kibibytes, default: 2048 KiB)",
|
||||
"reject-image-width": "Maximum Image Width (in pixels)",
|
||||
"reject-image-width-help": "Images wider than this value will be rejected.",
|
||||
"reject-image-height": "Maximum Image Height (in pixels)",
|
||||
"reject-image-height-help": "Images taller than this value will be rejected.",
|
||||
"allow-topic-thumbnails": "Allow users to upload topic thumbnails",
|
||||
"topic-thumb-size": "Topic Thumb Size",
|
||||
"allowed-file-extensions": "Allowed File Extensions",
|
||||
"allowed-file-extensions-help": "Enter comma-separated list of file extensions here (e.g. <code>pdf,xls,doc</code>). An empty list means all extensions are allowed.",
|
||||
"upload-limit-threshold": "Rate limit user uploads to:",
|
||||
"upload-limit-threshold-per-minute": "Per %1 Minute",
|
||||
"upload-limit-threshold-per-minutes": "Per %1 Minutes",
|
||||
"profile-avatars": "Profile Avatars",
|
||||
"allow-profile-image-uploads": "Allow users to upload profile images",
|
||||
"convert-profile-image-png": "Convert profile image uploads to PNG",
|
||||
"default-avatar": "Custom Default Avatar",
|
||||
"upload": "Upload",
|
||||
"profile-image-dimension": "Profile Image Dimension",
|
||||
"profile-image-dimension-help": "(in pixels, default: 128 pixels)",
|
||||
"max-profile-image-size": "Maximum Profile Image File Size",
|
||||
"max-profile-image-size-help": "(in kibibytes, default: 256 KiB)",
|
||||
"max-cover-image-size": "Maximum Cover Image File Size",
|
||||
"max-cover-image-size-help": "(in kibibytes, default: 2,048 KiB)",
|
||||
"keep-all-user-images": "Keep old versions of avatars and profile covers on the server",
|
||||
"profile-covers": "Profile Covers",
|
||||
"default-covers": "Default Cover Images",
|
||||
"default-covers-help": "Add comma-separated default cover images for accounts that don't have an uploaded cover image"
|
||||
}
|
@ -0,0 +1,83 @@
|
||||
{
|
||||
"authentication": "Authentication",
|
||||
"email-confirm-interval": "User may not resend a confirmation email until",
|
||||
"email-confirm-email2": "minutes have elapsed",
|
||||
"allow-login-with": "Allow login with",
|
||||
"allow-login-with.username-email": "Username or Email",
|
||||
"allow-login-with.username": "Username Only",
|
||||
"account-settings": "Account Settings",
|
||||
"gdpr_enabled": "Enable GDPR consent collection",
|
||||
"gdpr_enabled_help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the <a href=\"https://ec.europa.eu/info/priorities/justice-and-fundamental-rights/data-protection/2018-reform-eu-data-protection-rules/eu-data-protection-rules_en\">General Data Protection Regulation (GDPR)</a>. <strong>Note</strong>: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.",
|
||||
"disable-username-changes": "Disable username changes",
|
||||
"disable-email-changes": "Disable email changes",
|
||||
"disable-password-changes": "Disable password changes",
|
||||
"allow-account-deletion": "Allow account deletion",
|
||||
"hide-fullname": "Hide fullname from users",
|
||||
"hide-email": "Hide email from users",
|
||||
"show-fullname-as-displayname": "Show user's full name as their display name if available",
|
||||
"themes": "Themes",
|
||||
"disable-user-skins": "Prevent users from choosing a custom skin",
|
||||
"account-protection": "Account Protection",
|
||||
"admin-relogin-duration": "Admin relogin duration (minutes)",
|
||||
"admin-relogin-duration-help": "After a set amount of time accessing the admin section will require re-login, set to 0 to disable",
|
||||
"login-attempts": "Login attempts per hour",
|
||||
"login-attempts-help": "If login attempts to a user's account exceeds this threshold, that account will be locked for a pre-configured amount of time",
|
||||
"lockout-duration": "Account Lockout Duration (minutes)",
|
||||
"login-days": "Days to remember user login sessions",
|
||||
"password-expiry-days": "Force password reset after a set number of days",
|
||||
"session-time": "Session Time",
|
||||
"session-time-days": "Days",
|
||||
"session-time-seconds": "Seconds",
|
||||
"session-time-help": "These values are used to govern how long a user stays logged in when they check "Remember Me" on login. Note that only one of these values will be used. If there is no <i>seconds</i> value we fall back to <i>days</i>. If there is no <i>days</i> value we default to <i>14 days</i>.",
|
||||
"online-cutoff": "Minutes after user is considered inactive",
|
||||
"online-cutoff-help": "If user performs no actions for this duration, they are considered inactive and they do not receive realtime updates.",
|
||||
"registration": "User Registration",
|
||||
"registration-type": "Registration Type",
|
||||
"registration-approval-type": "Registration Approval Type",
|
||||
"registration-type.normal": "Normal",
|
||||
"registration-type.admin-approval": "Admin Approval",
|
||||
"registration-type.admin-approval-ip": "Admin Approval for IPs",
|
||||
"registration-type.invite-only": "Invite Only",
|
||||
"registration-type.admin-invite-only": "Admin Invite Only",
|
||||
"registration-type.disabled": "No registration",
|
||||
"registration-type.help": "Normal - Users can register from the /register page.<br/>\nInvite Only - Users can invite others from the <a href=\"%1/users\" target=\"_blank\">users</a> page.<br/>\nAdmin Invite Only - Only administrators can invite others from <a href=\"%1/users\" target=\"_blank\">users</a> and <a href=\"%1/admin/manage/users\">admin/manage/users</a> pages.<br/>\nNo registration - No user registration.<br/>",
|
||||
"registration-approval-type.help": "Normal - Users are registered immediately.<br/>\nAdmin Approval - User registrations are placed in an <a href=\"%1/admin/manage/registration\">approval queue</a> for administrators.<br/>\nAdmin Approval for IPs - Normal for new users, Admin Approval for IP addresses that already have an account.<br/>",
|
||||
"registration-queue-auto-approve-time": "Automatic Approval Time",
|
||||
"registration-queue-auto-approve-time-help": "Hours before user is approved automatically. 0 to disable.",
|
||||
"registration-queue-show-average-time": "Show users average time it takes to approve a new user",
|
||||
"registration.max-invites": "Maximum Invitations per User",
|
||||
"max-invites": "Maximum Invitations per User",
|
||||
"max-invites-help": "0 for no restriction. Admins get infinite invitations<br>Only applicable for \"Invite Only\"",
|
||||
"invite-expiration": "Invite expiration",
|
||||
"invite-expiration-help": "# of days invitations expire in.",
|
||||
"min-username-length": "Minimum Username Length",
|
||||
"max-username-length": "Maximum Username Length",
|
||||
"min-password-length": "Minimum Password Length",
|
||||
"min-password-strength": "Minimum Password Strength",
|
||||
"max-about-me-length": "Maximum About Me Length",
|
||||
"terms-of-use": "Forum Terms of Use <small>(Leave blank to disable)</small>",
|
||||
"user-search": "User Search",
|
||||
"user-search-results-per-page": "Number of results to display",
|
||||
"default-user-settings": "Default User Settings",
|
||||
"show-email": "Show email",
|
||||
"show-fullname": "Show fullname",
|
||||
"restrict-chat": "Only allow chat messages from users I follow",
|
||||
"outgoing-new-tab": "Open outgoing links in new tab",
|
||||
"topic-search": "Enable In-Topic Searching",
|
||||
"update-url-with-post-index": "Update url with post index while browsing topics",
|
||||
"digest-freq": "Subscribe to Digest",
|
||||
"digest-freq.off": "Off",
|
||||
"digest-freq.daily": "Daily",
|
||||
"digest-freq.weekly": "Weekly",
|
||||
"digest-freq.biweekly": "Bi-Weekly",
|
||||
"digest-freq.monthly": "Monthly",
|
||||
"email-chat-notifs": "Send an email if a new chat message arrives and I am not online",
|
||||
"email-post-notif": "Send an email when replies are made to topics I am subscribed to",
|
||||
"follow-created-topics": "Follow topics you create",
|
||||
"follow-replied-topics": "Follow topics that you reply to",
|
||||
"default-notification-settings": "Default notification settings",
|
||||
"categoryWatchState": "Default category watch state",
|
||||
"categoryWatchState.watching": "Watching",
|
||||
"categoryWatchState.notwatching": "Not Watching",
|
||||
"categoryWatchState.ignoring": "Ignoring"
|
||||
}
|
@ -0,0 +1,10 @@
|
||||
{
|
||||
"crawlability-settings": "Crawlability Settings",
|
||||
"robots-txt": "Custom Robots.txt <small>Leave blank for default</small>",
|
||||
"sitemap-feed-settings": "Sitemap & Feed Settings",
|
||||
"disable-rss-feeds": "Disable RSS Feeds",
|
||||
"disable-sitemap-xml": "Disable Sitemap.xml",
|
||||
"sitemap-topics": "Number of Topics to display in the Sitemap",
|
||||
"clear-sitemap-cache": "Clear Sitemap Cache",
|
||||
"view-sitemap": "View Sitemap"
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"category": "Kategoria",
|
||||
"subcategories": "Nënkategoritë",
|
||||
"new_topic_button": "Temë e re",
|
||||
"guest-login-post": "Hyr për të postuar",
|
||||
"no_topics": "<strong>Nuk ka tema në këtë kategori.</strong><br />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",
|
||||
"watch": "Shiko",
|
||||
"ignore": "Injoro",
|
||||
"watching": "Duke parë",
|
||||
"not-watching": "Nuk jam duke parë",
|
||||
"ignoring": "Duke injoruar",
|
||||
"watching.description": "Shfaq temat e fundit të palexuara",
|
||||
"not-watching.description": "Mos shfaq temat e palexuara, shfaq vetem temat e fundit",
|
||||
"ignoring.description": "Mos shfaq temat e palexuara dhe të fundit",
|
||||
"watching.message": "Tani je duke parë përditësimet nga kjo kategori dhe të gjitha nënkategoritë e saj.",
|
||||
"notwatching.message": "Tani nuk je duke parë përditësimet nga kjo kategori dhe të gjitha nënkategoritë e saj.",
|
||||
"ignoring.message": "Tani je duke injoruar përditësimet nga kjo kategori dhe të gjitha nënkategoritë e saj.",
|
||||
"watched-categories": "Kategoritë e kërkuara",
|
||||
"x-more-categories": "%1 më shumë kategori"
|
||||
}
|
@ -0,0 +1,58 @@
|
||||
{
|
||||
"test-email.subject": "Testo email-in",
|
||||
"password-reset-requested": "Kërkohet rivendosja e fjalëkalimit!",
|
||||
"welcome-to": "Mirë se erdhe në %1",
|
||||
"invite": "Ftesë nga %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ë ndryshoni ose konfirmoni 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 me email. Nëse nuk e keni kërkuar këtë, nuk kërkohet asnjë veprim nga ana juaj.",
|
||||
"email.verify.text3": "Sapo të konfirmoni këtë email, ne do të zëvendësojmë adresën tuaj aktuale të email-it me këtë të fundit. (%1)",
|
||||
"welcome.text1": "Faleminderit që u regjistruat me %1!",
|
||||
"welcome.text2": "Për të aktivizuar plotësisht llogarinë tuaj, duhet të verifikojmë që ju zotëroni adresën e emailit me të cilën jeni regjistruar.",
|
||||
"welcome.text3": "Një administrator ka pranuar aplikimin tuaj për regjistrim. Ju mund të identifikoheni me emrin e përdoruesit/fjalëkalimin tuaj tani.",
|
||||
"welcome.cta": "Klikoni këtu për të konfirmuar adresën tuaj të email-it",
|
||||
"invitation.text1": "%1 ju ka ftuar ti bashkoheni %2",
|
||||
"invitation.text2": "Ftesa juaj do të skadojë në 1% ditë",
|
||||
"invitation.cta": "Klikoni këtu për të krijuar llogarinë tuaj.",
|
||||
"reset.text1": "Ne morëm një kërkesë për të rivendosur fjalëkalimin tuaj, ndoshta sepse e keni harruar atë. Nëse nuk është kështu, ju lutemi injoroni këtë email.",
|
||||
"reset.text2": "Për të vazhduar me rivendosjen e fjalëkalimit, ju lutemi klikoni në lidhjen e mëposhtme:",
|
||||
"reset.cta": "Klikoni këtu për të rivendosur fjalëkalimin tuaj",
|
||||
"reset.notify.subject": "Fjalëkalimi u ndryshua me sukses",
|
||||
"reset.notify.text1": "Po ju njoftojmë se në %1, fjalëkalimi juaj u ndryshua me sukses.",
|
||||
"reset.notify.text2": "Nëse nuk e keni autorizuar këtë, ju lutemi njoftoni menjëherë një administrator.",
|
||||
"digest.latest_topics": "Temat më të 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",
|
||||
"digest.unsub.info": "Kjo përmbledhje të është dërguar për shkak të cilësimeve të abonimit.",
|
||||
"digest.day": "Ditë",
|
||||
"digest.week": "Javë",
|
||||
"digest.month": "Muaj",
|
||||
"digest.subject": "Përmblidh për %1",
|
||||
"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": "Mesazh i ri bisede u dërgua nga % 1",
|
||||
"notif.chat.cta": "Klikoni këtu për të vazhduar bisedën",
|
||||
"notif.chat.unsub.info": "Ky njoftim bisede të është dërguar për shkak të cilësimeve të abonimit.",
|
||||
"notif.post.unsub.info": "Ky njoftim i postimit të është dërguar për shkak të cilësimeve të abonimit.",
|
||||
"notif.post.unsub.one-click": "Përndryshe, ndërprit abonimin nga email-et e tjera si kjo, duke klikuar",
|
||||
"notif.cta": "Tek forumi",
|
||||
"notif.cta-new-reply": "Shiko postin",
|
||||
"notif.cta-new-chat": "Shiko bisedën",
|
||||
"notif.test.short": "Njoftimet e testimit",
|
||||
"notif.test.long": "Ky është një test i emailit të njoftimeve. Dërgo ndihmë!",
|
||||
"test.text1": "Ky është një email provë për të verifikuar që dërguesi i emailit është konfiguruar saktë për NodeBB-në tuaj.",
|
||||
"unsub.cta": "Klikoni këtu për të ndryshuar ato cilësime",
|
||||
"unsubscribe": "Çregjistrohu",
|
||||
"unsub.success": "Nuk do të merrni më email nga lista e postimeve %1",
|
||||
"unsub.failure.title": "E pamundur të çregjistroheni! ",
|
||||
"unsub.failure.message": "Fatkeqësisht, nuk mundëm t'ju çregjistronim nga lista e postimeve, pasi kishte një problem me lidhjen. Megjithatë, ju mund të ndryshoni preferencat tuaja të postës elektronike duke shkuar tek cilësimet e përdoruesit 1. 2. 3 (gabim: %1)",
|
||||
"banned.subject": "Ju jeni ndaluar nga %1",
|
||||
"banned.text1": "Përdoruesi %1 është ndaluar nga %2.",
|
||||
"banned.text2": "Ky ndalim do të zgjasë deri në %1.",
|
||||
"banned.text3": "Kjo është arsyeja pse jeni ndaluar:",
|
||||
"closing": "Faleminderit!"
|
||||
}
|
@ -0,0 +1,219 @@
|
||||
{
|
||||
"invalid-data": "Të dhëna të pavlefshme",
|
||||
"invalid-json": "JSON i pavlefshëm",
|
||||
"wrong-parameter-type": "A value of type %3 was expected for property `%1`, but %2 was received instead",
|
||||
"required-parameters-missing": "Parametrat e kërkuar mungonin në këtë API: %1",
|
||||
"not-logged-in": "Duket se nuk je i identifikuar.",
|
||||
"account-locked": "Llogaria juaj është bllokuar përkohësisht",
|
||||
"search-requires-login": "Kërkimi kërkon një llogari - ju lutemi identifikohuni ose regjistrohuni.",
|
||||
"goback": "Shtypni \"prapa\" për t'u kthyer në faqen e mëparshme",
|
||||
"invalid-cid": "ID e kategorisë e pavlefshme",
|
||||
"invalid-tid": "ID e temës e pavlefshme",
|
||||
"invalid-pid": "ID e postimit e pavlefshme",
|
||||
"invalid-uid": "ID e anëtarit e pavlefshme",
|
||||
"invalid-mid": "ID e pavlefshme e mesazhit të bisedës",
|
||||
"invalid-date": "Duhet të jepet një datë e vlefshme",
|
||||
"invalid-username": "Pseudonim i pavlefshëm",
|
||||
"invalid-email": "Email i pavlefshëm",
|
||||
"invalid-fullname": "Emri i plotë i pavlefshëm",
|
||||
"invalid-location": "Vendndodhja e pavlefshme",
|
||||
"invalid-birthday": "Ditëlindja e pavlefshme",
|
||||
"invalid-title": "Titull i pavlefshëm",
|
||||
"invalid-user-data": "Të dhënat e anëtarit janë të pavlefshme",
|
||||
"invalid-password": "Fjalëkalim i pavlefshëm",
|
||||
"invalid-login-credentials": "Kredencialet e hyrjes të pavlefshme",
|
||||
"invalid-username-or-password": "Ju lutemi specifikoni një emër përdoruesi dhe fjalëkalim",
|
||||
"invalid-search-term": "Term kërkimi i pavlefshëm",
|
||||
"invalid-url": "URL e pavlefshme",
|
||||
"invalid-event": "Ngjarje e pavlefshme: % 1",
|
||||
"local-login-disabled": "Sistemi lokal i identifikimit është çaktivizuar për llogaritë jo të privilegjuara.",
|
||||
"csrf-invalid": "Nuk mundëm t'ju identifikonim, me gjasë për shkak të një seance të skaduar. Ju lutemi provoni përsëri",
|
||||
"invalid-path": "Rrugë e pavlefshme",
|
||||
"folder-exists": "Dosja ekziston",
|
||||
"invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",
|
||||
"username-taken": "Pseudonimi është i zënë",
|
||||
"email-taken": "Email-i është i zënë",
|
||||
"email-nochange": "Email-i i futur është i njëjtë me emailin egzistues në dosje.",
|
||||
"email-invited": "Email-i është ftuar tashmë",
|
||||
"email-not-confirmed": "Postimi në disa kategori ose tema aktivizohet pasi emaili juaj të konfirmohet, ju lutemi klikoni këtu për të dërguar një email konfirmimi.",
|
||||
"email-not-confirmed-chat": "Ju nuk jeni në gjendje të bisedoni derisa emaili juaj të konfirmohet, ju lutemi klikoni këtu për të konfirmuar emailin tuaj.",
|
||||
"email-not-confirmed-email-sent": "Email-i juaj nuk është konfirmuar ende, ju lutemi kontrolloni inboxin për emailin e konfirmimit. Mund të mos jeni në gjendje të postoni në disa kategori ose të bisedoni derisa emaili juaj të konfirmohet.",
|
||||
"no-email-to-confirm": "Llogaria juaj nuk ka një email të caktuar. Një email është i nevojshëm për rikuperimin e llogarisë dhe mund të jetë i nevojshëm për të biseduar dhe postuar në disa kategori. Ju lutemi klikoni këtu për të futur një email.",
|
||||
"user-doesnt-have-email": "Përdoruesi \"% 1\" nuk ka një email të regjistruar.",
|
||||
"email-confirm-failed": "Nuk mund ta konfirmonim emailin tuaj, ju lutemi provoni sërish më vonë.",
|
||||
"confirm-email-already-sent": "Email konfirmimi është dërguar tashmë, ju lutemi prisni (%1) minutë për të dërguar një tjetër.",
|
||||
"sendmail-not-found": "Ekzekutuesi sendmail nuk mund të gjendej, ju lutemi sigurohuni që ai të jetë i instaluar dhe i ekzekutueshëm nga përdoruesi që përdor NodeBB.",
|
||||
"digest-not-enabled": "Ky përdorues nuk i ka të aktivizuara përmbledhjet ose sistemi nuk është konfiguruar për të dërguar përmbledhje",
|
||||
"username-too-short": "Emri i përdoruesit është shumë i shkurtër",
|
||||
"username-too-long": "Emri i përdoruesit është shumë i gjatë",
|
||||
"password-too-long": "Fjalëkalimi është shumë i gjatë",
|
||||
"reset-rate-limited": "Shumë kërkesa për rivendosjen e fjalëkalimit (norma e kufizuar)",
|
||||
"reset-same-password": "Ju lutemi përdorni një fjalëkalim që është i ndryshëm nga ai aktuali",
|
||||
"user-banned": "Anëtari është i bllokuar",
|
||||
"user-banned-reason": "Na vjen keq, kjo llogari është ndaluar (Arsyeja: %1)",
|
||||
"user-banned-reason-until": "Na vjen keq, kjo llogari është ndaluar deri më %1 (Arsyeja: %2)",
|
||||
"user-too-new": "Na vjen keq, ju duhet të prisni (%1) sekondë përpara se të bëni postimin tuaj të parë",
|
||||
"blacklisted-ip": "Na vjen keq, por adresa juaj IP është ndaluar nga ky komunitet. Nëse mendoni se kjo është gabim, ju lutemi kontaktoni një administrator.",
|
||||
"ban-expiry-missing": "Ju lutemi jepni një datë përfundimi për këtë ndalim",
|
||||
"no-category": "Kategoria nuk ekziston",
|
||||
"no-topic": "Tema nuk ekziston",
|
||||
"no-post": "Postimi nuk ekziston",
|
||||
"no-group": "Grupi nuk ekziston",
|
||||
"no-user": "përdoruesi nuk ekziston",
|
||||
"no-teaser": "Ngacmuesi nuk ekziston",
|
||||
"no-privileges": "Nuk keni privilegje të mjaftueshme për këtë veprim.",
|
||||
"category-disabled": "Kategori e çaktivizuar",
|
||||
"topic-locked": "Temë e kyçur",
|
||||
"post-edit-duration-expired": "Ju lejohet të redaktoni postimet vetëm për ( %1) sekondë pas postimit",
|
||||
"post-edit-duration-expired-minutes": "Ju lejohet të redaktoni postimet vetëm për (%1) minuta pas postimit",
|
||||
"post-edit-duration-expired-minutes-seconds": "Ju lejohet të redaktoni postimet vetëm për %1 minutë(a) %2 sekondë (a) pas postimit",
|
||||
"post-edit-duration-expired-hours": "Ju lejohet të redaktoni postimet vetëm për (%1) orë pas postimit",
|
||||
"post-edit-duration-expired-hours-minutes": "Ju lejohet të redaktoni postimet vetëm për (%1) orë %2 minuta (a) pas postimit",
|
||||
"post-edit-duration-expired-days": "Ju lejohet të redaktoni postimet vetëm për (%1) ditë pas postimit",
|
||||
"post-edit-duration-expired-days-hours": "Ju lejohet të redaktoni postimet vetëm për (%1) ditë (%2) orë pas postimit",
|
||||
"post-delete-duration-expired": "Ju lejohet të fshini postimet vetëm për %1 sekondë (a) pas postimit",
|
||||
"post-delete-duration-expired-minutes": "Ju lejohet të fshini postimet vetëm për %1 minutë (a) pas postimit",
|
||||
"post-delete-duration-expired-minutes-seconds": "Ju lejohet të fshini postimet vetëm për %1 minutë (a) %2 sekondë (a) pas postimit",
|
||||
"post-delete-duration-expired-hours": "Ju lejohet të fshini postimet vetëm për (%1) orë pas postimit",
|
||||
"post-delete-duration-expired-hours-minutes": "Ju lejohet të fshini postimet vetëm për %1 orë(ë) %2 minutë(a) pas postimit",
|
||||
"post-delete-duration-expired-days": "Ju lejohet të fshini postimet vetëm për %1 ditë(ë) pas postimit",
|
||||
"post-delete-duration-expired-days-hours": "Ju lejohet të fshini postimet vetëm për %1 ditë(a) %2 orë(a) pas postimit",
|
||||
"cant-delete-topic-has-reply": "Nuk mund ta fshish temën pasi të ketë një përgjigje",
|
||||
"cant-delete-topic-has-replies": "Nuk mund ta fshish temën pasi të ketë %1 përgjigje",
|
||||
"content-too-short": "Ju lutemi shkruani një tekst më të gjatë. Teksti duhet të përmbajnë të paktën %1 karakter(ë).",
|
||||
"content-too-long": "Ju lutemi shkruani një tekst më të shkurtër. Tekstet nuk mund të jenë më të gjata se %1 karakter(a).",
|
||||
"title-too-short": "Ju lutemi shkruani një titull më të gjatë. Titujt duhet të përmbajnë të paktën %1 karakter(ë).",
|
||||
"title-too-long": "Ju lutemi shkruani një titull më të shkurtër. Titujt nuk mund të jenë më të gjatë se %1 karakter(a).",
|
||||
"category-not-selected": "Kategoria nuk është zgjedhur.",
|
||||
"too-many-posts": "Mund të postoni vetëm një herë në %1 sekondë(a) - ju lutemi prisni përpara se të postoni përsëri",
|
||||
"too-many-posts-newbie": "Si përdorues i ri, ju mund të postoni vetëm një herë në %1 sekondë(a) derisa të keni fituar reputacionin %2 - ju lutemi prisni përpara se të postoni përsëri",
|
||||
"tag-too-short": "Ju lutemi vendosni një etiketë më të gjatë. Etiketat duhet të përmbajnë të paktën %1 karakter(ë)",
|
||||
"tag-too-long": "Ju lutemi vendosni një etiketë më të shkurtër. Etiketat nuk mund të jenë më të gjata se %1 karakter(ë)",
|
||||
"not-enough-tags": "Etiketa jo të mjaftueshme. Temat duhet të kenë të paktën %1 etiketë(a)",
|
||||
"too-many-tags": "Shumë etiketa. Temat nuk mund të kenë më shumë se %1 etiketë(a)",
|
||||
"cant-use-system-tag": "Ju nuk mund ta përdorni këtë etiketë të sistemit.",
|
||||
"cant-remove-system-tag": "Ju nuk mund ta hiqni këtë etiketë të sistemit.",
|
||||
"still-uploading": "Ju lutem prisni derisa ngarkimet të mbarojnë.",
|
||||
"file-too-big": "Madhësia maksimale e lejuar e dosjes është %1 kB - ngarkoni një dosje më të vogël",
|
||||
"guest-upload-disabled": "Ngarkimi i vizitorëve është çaktivizuar",
|
||||
"cors-error": "Imazhi nuk mund të ngarkohet për shkak të konfigurimit të gabuar të CORS",
|
||||
"upload-ratelimit-reached": "Ju keni ngarkuar shumë dosje në të njëjtën kohë. Ju lutemi provoni sërish më vonë.",
|
||||
"scheduling-to-past": "Ju lutemi zgjidhni një datë në të ardhmen.",
|
||||
"invalid-schedule-date": "Ju lutemi shkruani një datë dhe orë të vlefshme.",
|
||||
"cant-pin-scheduled": "Temat e planifikuara nuk mund të (zh)gozhdohen.",
|
||||
"cant-merge-scheduled": "Temat e planifikuara nuk mund të bashkohen.",
|
||||
"cant-move-posts-to-scheduled": "Postimet nuk mund të zhvendosen në një temë të planifikuar.",
|
||||
"cant-move-from-scheduled-to-existing": "Nuk mund të zhvendosen postimet nga një temë e planifikuar në një temë ekzistuese.",
|
||||
"already-bookmarked": "Ju e keni shënuar tashmë këtë postim",
|
||||
"already-unbookmarked": "Tashmë e keni hequr shënimin e këtij postimi",
|
||||
"cant-ban-other-admins": "Nuk mund të bllokoni administratorë të tjerë.",
|
||||
"cant-mute-other-admins": "You can't mute other admins!",
|
||||
"user-muted-for-hours": "You have been muted, you will be able to post in %1 hour(s)",
|
||||
"user-muted-for-minutes": "You have been muted, you will be able to post in %1 minute(s)",
|
||||
"cant-make-banned-users-admin": "Ju nuk mund t'i bëni përdoruesit e ndaluar administrator.",
|
||||
"cant-remove-last-admin": "Ju jeni i vetmi administrator. Shtoni një përdorues tjetër si administrator përpara se të hiqni veten si administrator",
|
||||
"account-deletion-disabled": "Fshirja e llogarisë është çaktivizuar",
|
||||
"cant-delete-admin": "Hiqni privilegjet e administratorit nga kjo llogari përpara se të përpiqeni ta fshini atë.",
|
||||
"already-deleting": "Tashmë po fshihet",
|
||||
"invalid-image": "Imazhi i pavlefshëm",
|
||||
"invalid-image-type": "Lloj i pavlefshëm i imazhit. Llojet e lejuara janë: %1",
|
||||
"invalid-image-extension": "Shtesa e pavlefshme e imazhit",
|
||||
"invalid-file-type": "Lloj i pavlefshëm i dosjes. Llojet e lejuara janë: %1",
|
||||
"invalid-image-dimensions": "Dimensionet e imazhit janë shumë të mëdha",
|
||||
"group-name-too-short": "Emri i grupit është shumë i shkurtër",
|
||||
"group-name-too-long": "Emri i grupit është shumë i gjatë",
|
||||
"group-already-exists": "Grupi ekziston",
|
||||
"group-name-change-not-allowed": "Ndryshimi i emrit të grupit nuk lejohet",
|
||||
"group-already-member": "Tashmë pjesë e këtij grupi",
|
||||
"group-not-member": "Nuk është anëtar i këtij grupi",
|
||||
"group-needs-owner": "Ky grup kërkon të paktën një pronar",
|
||||
"group-already-invited": "Ky përdorues është ftuar tashmë",
|
||||
"group-already-requested": "Kërkesa juaj për anëtarësim është dorëzuar tashmë",
|
||||
"group-join-disabled": "Nuk mund t'i bashkohesh këtij grupi për momentin",
|
||||
"group-leave-disabled": "Nuk mund të largohesh nga ky grup në këtë moment",
|
||||
"post-already-deleted": "Ky postim tashmë është fshirë",
|
||||
"post-already-restored": "Ky postim tashmë është restauruar",
|
||||
"topic-already-deleted": "Kjo temë tashmë është fshirë",
|
||||
"topic-already-restored": "Kjo temë tashmë është restauruar",
|
||||
"cant-purge-main-post": "Ju nuk mund të pastroni postimin kryesor, ju lutemi fshini temën në vend të kësaj",
|
||||
"topic-thumbnails-are-disabled": "Miniaturat e temës janë çaktivizuar.",
|
||||
"invalid-file": "Dokument i pavlefshëm",
|
||||
"uploads-are-disabled": "Ngarkimet janë çaktivizuar",
|
||||
"signature-too-long": "Na vjen keq, nënshkrimi juaj nuk mund të jetë më i gjatë se %1 karakter(ë).",
|
||||
"about-me-too-long": "Na vjen keq, por jotja për mua nuk mund të jetë më e gjatë se %1 karakter(ë).",
|
||||
"cant-chat-with-yourself": "Nuk mund të bësh chat me vetveten!",
|
||||
"chat-restricted": "Ky përdorues ka kufizuar mesazhet e tij të bisedës. Ata duhet t'ju ndjekin përpara se të bisedoni me ta",
|
||||
"chat-disabled": "Sistemi i bisedës është çaktivizuar",
|
||||
"too-many-messages": "Ju keni dërguar shumë mesazhe, ju lutemi prisni pak.",
|
||||
"invalid-chat-message": "Mesazh i pavlefshëm bisede",
|
||||
"chat-message-too-long": "Mesazhet e bisedës nuk mund të jenë më të gjata se %1 karaktere.",
|
||||
"cant-edit-chat-message": "Nuk ju lejohet ta modifikoni këtë mesazh",
|
||||
"cant-delete-chat-message": "Nuk ju lejohet ta fshini këtë mesazh",
|
||||
"chat-edit-duration-expired": "Ju lejohet të modifikoni mesazhet e bisedës vetëm për %1 sekondë(a) pas postimit",
|
||||
"chat-delete-duration-expired": "Ju lejohet të fshini mesazhet e bisedës vetëm për %1 sekondë(a) pas postimit",
|
||||
"chat-deleted-already": "Ky mesazh bisede është fshirë tashmë.",
|
||||
"chat-restored-already": "Ky mesazh bisede është restauruar tashmë.",
|
||||
"chat-room-does-not-exist": "Dhoma e bisedës nuk ekziston.",
|
||||
"already-voting-for-this-post": "Ju keni votuar tashmë për këtë postim.",
|
||||
"reputation-system-disabled": "Sistemi i reputacionit është i çaktivizuar.",
|
||||
"downvoting-disabled": "Kundërvotimi është i çaktivizuar",
|
||||
"not-enough-reputation-to-upvote": "You need %1 reputation to upvote",
|
||||
"not-enough-reputation-to-downvote": "You need %1 reputation to downvote",
|
||||
"not-enough-reputation-to-flag": "You need %1 reputation to flag this post",
|
||||
"not-enough-reputation-min-rep-website": "You need %1 reputation to add a website",
|
||||
"not-enough-reputation-min-rep-aboutme": "You need %1 reputation to add an about me",
|
||||
"not-enough-reputation-min-rep-signature": "You need %1 reputation to add a signature",
|
||||
"not-enough-reputation-min-rep-profile-picture": "You need %1 reputation to add a profile picture",
|
||||
"not-enough-reputation-min-rep-cover-picture": "You need %1 reputation to add a cover picture",
|
||||
"post-already-flagged": "Ju tashmë e keni shënuar këtë postim",
|
||||
"user-already-flagged": "Ju e keni shënuar tashmë këtë përdorues",
|
||||
"post-flagged-too-many-times": "Ky postim është shënuar 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/moderatorët globalë/administratorët)",
|
||||
"self-vote": "Ju nuk mund të votoni për postimin tuaj",
|
||||
"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": "Mund të votosh vetëm %1 herë në ditë",
|
||||
"too-many-downvotes-today-user": "Ju mund të votoni kundër një përdoruesi vetëm %1 herë në ditë",
|
||||
"reload-failed": "NodeBB hasi në një problem gjatë ringarkimit: \"%1\". NodeBB do të vazhdojë t'i shërbejë aseteve ekzistuese të klientit, megjithëse duhet të zhbëni atë që keni bërë pak para ringarkimit.",
|
||||
"registration-error": "Gabim në regjistrim",
|
||||
"parse-error": "Diçka shkoi keq gjatë analizimit të përgjigjes së serverit",
|
||||
"wrong-login-type-email": "Ju lutemi përdorni emailin tuaj për t'u identifikuar",
|
||||
"wrong-login-type-username": "Ju lutemi përdorni emrin tuaj të përdoruesit për t'u identifikuar",
|
||||
"sso-registration-disabled": "Regjistrimi është çaktivizuar për llogaritë %1, ju lutemi regjistrohuni fillimisht me një adresë emaili",
|
||||
"sso-multiple-association": "Ju nuk mund të lidhni shumë llogari nga ky shërbim me llogarinë tuaj NodeBB. Ju lutemi shkëputni llogarinë tuaj ekzistuese dhe provoni përsëri.",
|
||||
"invite-maximum-met": "Ju keni ftuar numrin maksimal të njerëzve (% 1 nga % 2).",
|
||||
"no-session-found": "Nuk u gjet asnjë seancë identifikimi!",
|
||||
"not-in-room": "Përdoruesi nuk është në dhomë",
|
||||
"cant-kick-self": "Nuk mund ta largosh veten nga grupi",
|
||||
"no-users-selected": "Nuk është zgjedhur asnjë përdorues(e)",
|
||||
"invalid-home-page-route": "Rrugë e pavlefshme e faqes kryesore",
|
||||
"invalid-session": "Sesion i pavlefshëm",
|
||||
"invalid-session-text": "Duket sikur sesioni juaj i hyrjes nuk është më aktiv. Ju lutemi rifreskojeni këtë faqe.",
|
||||
"session-mismatch": "Mospërputhja e seancës",
|
||||
"session-mismatch-text": "Duket sikur sesioni juaj i hyrjes nuk përputhet më me serverin. Ju lutemi rifreskojeni këtë faqe.",
|
||||
"no-topics-selected": "Asnjë temë e zgjedhur!",
|
||||
"cant-move-to-same-topic": "Postimi nuk mund të zhvendoset në të njëjtën temë!",
|
||||
"cant-move-topic-to-same-category": "Nuk mund të zhvendoset tema në të njëjtën kategori!",
|
||||
"cannot-block-self": "Ju nuk mund të bllokoni veten!",
|
||||
"cannot-block-privileged": "Ju nuk mund të bllokoni administratorët ose moderatorët global",
|
||||
"cannot-block-guest": "Vizitorët nuk janë në gjendje të bllokojnë përdoruesit e tjerë",
|
||||
"already-blocked": "Ky përdorues është tashmë i bllokuar",
|
||||
"already-unblocked": "Ky përdorues është zhbllokuar tashmë",
|
||||
"no-connection": "Duket se ka një problem me lidhjen tuaj të internetit",
|
||||
"socket-reconnect-failed": "Nuk mund të arrihet në server në këtë moment. Kliko këtu për të provuar përsëri, ose provo përsëri më vonë",
|
||||
"plugin-not-whitelisted": "Nuk mund të instalohet shtojca & dash; vetëm shtojcat e listuara në listën e bardhë nga Menaxheri i Paketave të NodeBB mund të instalohen nëpërmjet ACP",
|
||||
"topic-event-unrecognized": "Ngjarja e temës \"% 1\" nuk njihet",
|
||||
"cant-set-child-as-parent": "Nuk mund të caktohet fëmija si kategori prind",
|
||||
"cant-set-self-as-parent": "Vetë nuk mund të caktohet si kategori prind",
|
||||
"api.master-token-no-uid": "Një shenjë kryesore u mor pa një `_uid` përkatëse në trupin e kërkesës",
|
||||
"api.400": "Diçka nuk ishte në rregull me ngarkesën e kërkesës që keni kaluar.",
|
||||
"api.401": "Nuk u gjet një sesion i vlefshëm identifikimi. Ju lutemi identifikohuni dhe provoni përsëri.",
|
||||
"api.403": "Ju nuk jeni i autorizuar për ta bërë këtë telefonatë",
|
||||
"api.404": "Thirrje e pavlefshme API",
|
||||
"api.426": "Kërkohet HTTPS për kërkesat në api të shkrimit, ju lutemi ridërgojeni kërkesën tuaj nëpërmjet HTTPS",
|
||||
"api.429": "Ju keni bërë shumë kërkesa, ju lutemi provoni përsëri më vonë",
|
||||
"api.500": "Një gabim i papritur u ndesh gjatë përpjekjes për të shërbyer kërkesën tuaj.",
|
||||
"api.501": "Itinerari që po përpiqeni të thirrni nuk është zbatuar ende, ju lutemi provoni sërish nesër",
|
||||
"api.503": "Itinerari që po përpiqeni të thirrni nuk është aktualisht i disponueshëm për shkak të një konfigurimi të serverit"
|
||||
}
|
@ -0,0 +1,86 @@
|
||||
{
|
||||
"state": "gjendja",
|
||||
"reports": "Raportet",
|
||||
"first-reported": "Raportuar për herë të parë",
|
||||
"no-flags": "Hora! Nuk u gjet asnje gabim.",
|
||||
"assignee": "Përfituesi",
|
||||
"update": "Përditëso",
|
||||
"updated": "I përditësuar",
|
||||
"resolved": "E zgjidhur",
|
||||
"target-purged": "Përmbajtja të cilës i referohet ky flamur është pastruar dhe nuk disponohet më.",
|
||||
|
||||
"graph-label": "Flamujt e Përditshëm",
|
||||
"quick-filters": "Filtra të shpejtë",
|
||||
"filter-active": "Ka një ose më shumë filtra aktivë në këtë listë flamujsh",
|
||||
"filter-reset": "Hiqni filtrat",
|
||||
"filters": "Opsionet e filtrit",
|
||||
"filter-reporterId": "UID e reporterit",
|
||||
"filter-targetUid": "UID e shënuar",
|
||||
"filter-type": "Lloji i flamurit",
|
||||
"filter-type-all": "E gjithë Përmbajtja",
|
||||
"filter-type-post": "Postim",
|
||||
"filter-type-user": "Përdorues",
|
||||
"filter-state": "gjendja",
|
||||
"filter-assignee": "Përfituesi UID",
|
||||
"filter-cid": "Kategoria",
|
||||
"filter-quick-mine": "Me eshte caktuar mua",
|
||||
"filter-cid-all": "Të gjitha kategoritë",
|
||||
"apply-filters": "Apliko filtrin",
|
||||
"more-filters": "Me shume filtra",
|
||||
"fewer-filters": "Më pak filtra",
|
||||
|
||||
"quick-actions": "Veprimet e shpejta",
|
||||
"flagged-user": "Përdorues i shënuar",
|
||||
"view-profile": "Shiko Profilin",
|
||||
"start-new-chat": "Filloni një bisedë të re",
|
||||
"go-to-target": "Shiko objektivin e flamurit",
|
||||
"assign-to-me": "Cakto për mua",
|
||||
"delete-post": "Fshij postimin",
|
||||
"purge-post": "Pastrimi i postës",
|
||||
"restore-post": "Rivendos postimin",
|
||||
|
||||
"user-view": "Shiko Profilin",
|
||||
"user-edit": "Rregullo Profilin",
|
||||
|
||||
"notes": "Shënime flamuri",
|
||||
"add-note": "Shtoni shënim",
|
||||
"no-notes": "Nuk ka shënime të përbashkëta.",
|
||||
"delete-note-confirm": "Je i sigurt që dëshiron ta fshish këtë shënim flamuri?",
|
||||
"note-added": "Shënimi u shtua",
|
||||
"note-deleted": "Shënimi u fshi",
|
||||
|
||||
"history": "Llogaria & Historia e Flamurit",
|
||||
"no-history": "Nuk ka histori flamuri.",
|
||||
|
||||
"state-all": "Të gjitha gjendjet",
|
||||
"state-open": "E re/e hapur",
|
||||
"state-wip": "në progres",
|
||||
"state-resolved": "E zgjidhur",
|
||||
"state-rejected": "i refuzuar",
|
||||
"no-assignee": "Nuk është caktuar",
|
||||
|
||||
"sort": "Ndaj sipas",
|
||||
"sort-newest": "Më të rejat ne fillim",
|
||||
"sort-oldest": "Me te vjetrat ne filim",
|
||||
"sort-reports": "Shumica e raporteve",
|
||||
"sort-all": "Të gjitha llojet e flamujve...",
|
||||
"sort-posts-only": "Vetëm postime...",
|
||||
"sort-downvotes": "Shumica e votave kundër",
|
||||
"sort-upvotes": "Shumica e votave pro",
|
||||
"sort-replies": "Shumica e përgjigjeve",
|
||||
|
||||
"modal-title": "Raportoni përmbajtjen",
|
||||
"modal-body": "Ju lutemi specifikoni arsyen tuaj për raportimin e %1 %2 për shqyrtim. Përndryshe, përdorni një nga butonat e raportimit të shpejtë nëse është e aplikueshme.",
|
||||
"modal-reason-spam": "Të bllokuara",
|
||||
"modal-reason-offensive": "Ofenduese",
|
||||
"modal-reason-other": "Të tjera (specifikoni më poshtë)",
|
||||
"modal-reason-custom": "Arsyeja e raportimit të kësaj përmbajtjeje...",
|
||||
"modal-submit": "Dergo raportin",
|
||||
"modal-submit-success": "Përmbajtja është raportuar për moderim",
|
||||
|
||||
"bulk-actions": "Veprimet me shumicë",
|
||||
"bulk-resolve": "Zgjidhja e flamurit(eve)",
|
||||
"bulk-success": "%1 flamujt u përditësuan",
|
||||
"flagged-timeago-readable": "I shënuar 1 (% 2)",
|
||||
"auto-flagged": "[Auto Flagged] Received %1 downvotes."
|
||||
}
|
@ -0,0 +1,126 @@
|
||||
{
|
||||
"home": "Hyrja",
|
||||
"search": "Kërko",
|
||||
"buttons.close": "Mbyll",
|
||||
"403.title": "Hyrja e ndaluar",
|
||||
"403.message": "Ju duket se keni arritur në një faqe në të cilën nuk keni akses.",
|
||||
"403.login": "Perhaps you should <a href='%1/login'>try logging in</a>?",
|
||||
"404.title": "Nuk u gjet",
|
||||
"404.message": "You seem to have stumbled upon a page that does not exist. Return to the <a href='%1/'>home page</a>.",
|
||||
"500.title": "Gabim i brendshëm.",
|
||||
"500.message": "Ups! Diçka nuk shkoi mirë!",
|
||||
"400.title": "Bad Request.",
|
||||
"400.message": "Me sa duket kjo lidhje është jo e sigurt, ju lutemi kontrolloni dhe provoni përsëri. Përndryshe, 1 kthehu në faqen kryesore.",
|
||||
"register": "Regjistrohu",
|
||||
"login": "Hyr",
|
||||
"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 ktheve",
|
||||
"you_have_successfully_logged_in": "Ju keni hyrë me sukses",
|
||||
"save_changes": "Ruaj ndryshimet",
|
||||
"save": "Ruaj",
|
||||
"close": "Mbyll",
|
||||
"pagination": "Pagination",
|
||||
"pagination.out_of": "%1 out of %2",
|
||||
"pagination.enter_index": "Go to post index",
|
||||
"header.admin": "Administrator",
|
||||
"header.categories": "Kategoritë",
|
||||
"header.recent": "Të fundit",
|
||||
"header.unread": "Të palexuara",
|
||||
"header.tags": "Etiketa",
|
||||
"header.popular": "I kërkuar",
|
||||
"header.top": "Kryesor",
|
||||
"header.users": "Perdorues",
|
||||
"header.groups": "Grupe",
|
||||
"header.chats": "Bisedat",
|
||||
"header.notifications": "Njoftime",
|
||||
"header.search": "Kërko",
|
||||
"header.profile": "Profili",
|
||||
"header.navigation": "Lundrim",
|
||||
"notifications.loading": "Njoftimet po ngarkohen",
|
||||
"chats.loading": "Po ngarkohen bisedat",
|
||||
"motd.welcome": "Mirë se vini në NodeBB, platformën e diskutimit të së ardhmes.",
|
||||
"previouspage": "Faqja e meparshme",
|
||||
"nextpage": "Faqja tjetër",
|
||||
"alert.success": "Sukses",
|
||||
"alert.error": "Gabim",
|
||||
"alert.banned": "I ndaluar",
|
||||
"alert.banned.message": "Sapo je ndaluar, aksesi jot tani është i kufizuar.",
|
||||
"alert.unbanned": "E pandaluar",
|
||||
"alert.unbanned.message": "Ndalimi juaj është hequr.",
|
||||
"alert.unfollow": "Nuk po ndiqni më %1!",
|
||||
"alert.follow": "Tani po ndiqni %1!",
|
||||
"users": "Përdoruesit",
|
||||
"topics": "Temat",
|
||||
"posts": "Postimet",
|
||||
"x-posts": "%1 postime",
|
||||
"best": "Më e mira",
|
||||
"controversial": "E diskutueshme",
|
||||
"votes": "Votat",
|
||||
"x-votes": "%1 vota",
|
||||
"voters": "votuesit",
|
||||
"upvoters": "Votuesit e lartë",
|
||||
"upvoted": "Votuar për",
|
||||
"downvoters": "Kundërvotuesit",
|
||||
"downvoted": "Kundërvotoi",
|
||||
"views": "Pamje",
|
||||
"posters": "Postera",
|
||||
"reputation": "Reputacioni",
|
||||
"lastpost": "Postimi i fundit",
|
||||
"firstpost": "Postimi i parë",
|
||||
"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",
|
||||
"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",
|
||||
"online": "Online",
|
||||
"away": "Larg",
|
||||
"dnd": "Mos shqetësoni",
|
||||
"invisible": "E padukshme",
|
||||
"offline": "Jashtë linje",
|
||||
"email": "Email",
|
||||
"language": "Gjuha",
|
||||
"guest": "I ftuar",
|
||||
"guests": "Të ftuarit",
|
||||
"former_user": "Një Ish Përdorues",
|
||||
"system-user": "sistemi",
|
||||
"unknown-user": "Përdorues i panjohur",
|
||||
"updated.title": "Forumi u përditësua",
|
||||
"updated.message": "Ky forum sapo është përditësuar në versionin më të fundit. Klikoni këtu për të rifreskuar faqen.",
|
||||
"privacy": "Privatësia",
|
||||
"follow": "Ndiqni",
|
||||
"unfollow": "Unfollow",
|
||||
"delete_all": "Fshij te gjitha",
|
||||
"map": "Harta",
|
||||
"sessions": "Sesionet e hyrjes",
|
||||
"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",
|
||||
"unsaved-changes": "Ju keni ndryshime të paruajtura. Jeni i sigurt që dëshironi të largoheni?",
|
||||
"reconnecting-message": "Me sa duket lidhja jote me %1 ka humbur, ju lutemi prisni derisa të përpiqemi të rilidhemi.",
|
||||
"play": "Luaj",
|
||||
"cookies.message": "Kjo faqe interneti përdor cookie për të siguruar që ju të keni përvojën më të mirë në faqen tonë të internetit.",
|
||||
"cookies.accept": "E kuptova!",
|
||||
"cookies.learn_more": "Mëso më shumë",
|
||||
"edited": "U rregullua",
|
||||
"disabled": "Disabled",
|
||||
"select": "Zgjidh",
|
||||
"user-search-prompt": "Shkruani diçka këtu për të gjetur përdorues..."
|
||||
}
|
@ -0,0 +1,64 @@
|
||||
{
|
||||
"groups": "grupe",
|
||||
"view_group": "Shiko grupin",
|
||||
"owner": "Pronari i grupit",
|
||||
"new_group": "Krijo një grup të ri",
|
||||
"no_groups_found": "Nuk ka grupe për të parë",
|
||||
"pending.accept": "Pranoje",
|
||||
"pending.reject": "refuzoj",
|
||||
"pending.accept_all": "Pranoj te gjitha",
|
||||
"pending.reject_all": "refuzoj 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 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.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.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.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 ikonen",
|
||||
"details.change_label_colour": "Ndrysho ngjyrën e etiketës",
|
||||
"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.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ë",
|
||||
"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.invitation-pending": "Ftesa në pritje",
|
||||
"membership.join-group": "Bashkohu ne grup",
|
||||
"membership.leave-group": "dil nga grupi",
|
||||
"membership.leave.notification_title": "% 1 ka lënë grupin % 2",
|
||||
"membership.reject": "refuzoj",
|
||||
"new-group.group_name": "emri i grupit:",
|
||||
"upload-group-cover": "Ngarko kopertinën e grupit",
|
||||
"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 të hiqni foton e kopertinës?"
|
||||
}
|
@ -0,0 +1,19 @@
|
||||
{
|
||||
"lead": "Konfiguro listën e zezë të IP-së këtu.",
|
||||
"description": "Herë pas here, një ndalim i llogarisë së përdoruesit nuk është një pengesë e mjaftueshme. Herë të tjera, kufizimi i aksesit në forum në një IP të caktuar ose një sërë IP-sh është mënyra më e mirë për të mbrojtur një forum. Në këto skenarë, ju mund të shtoni adresa IP problematike ose blloqe të tëra CIDR në këtë listë të zezë dhe ato do të parandalohen nga hyrja ose regjistrimi i një llogarie të re.",
|
||||
"active-rules": "Rregullat aktive",
|
||||
"validate": "Vërteto listën e zezë",
|
||||
"apply": "Aplikoni listën e zezë",
|
||||
"hints": "Këshilla sintaksore",
|
||||
"hint-1": "Përcaktoni një adresë IP të vetme për rresht. Mund të shtoni blloqe IP për sa kohë që ato ndjekin formatin CIDR (p.sh. 192.168.100.0/22).",
|
||||
"hint-2": "Mund të shtoni në komente duke filluar rreshtat me simbolin #.",
|
||||
|
||||
"validate.x-valid": "% 1 nga % 2 rregull(e) të vlefshme.",
|
||||
"validate.x-invalid": "Rregullat e mëposhtme % 1 janë të pavlefshme:",
|
||||
|
||||
"alerts.applied-success": "Lista e zezë u aplikua",
|
||||
|
||||
"analytics.blacklist-hourly": "Figura 1 – Goditjet në listën e zezë në orë",
|
||||
"analytics.blacklist-daily": "<strong>Figure 2</strong> – Blacklist hits per day",
|
||||
"ip-banned": "IP e ndaluar"
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "Shqip",
|
||||
"code": "sq-AL",
|
||||
"dir": "ltr"
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"username-email": "Emri i përdoruesit / Email",
|
||||
"username": "Emri i përdoruesit",
|
||||
"remember_me": "Më kujto?",
|
||||
"forgot_password": "Harrove fjalëkalimin?",
|
||||
"alternative_logins": "Hyrjet alternative",
|
||||
"failed_login_attempt": "Identifikimi i pasuksesshëm",
|
||||
"login_successful": "Ju keni hyrë me sukses ne linjë!",
|
||||
"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"
|
||||
}
|
@ -0,0 +1,82 @@
|
||||
{
|
||||
"chat.chatting_with": " Flit me\n",
|
||||
"chat.placeholder": "Shkruani mesazhin e bisedës këtu, tërhiqni dhe lëshoni imazhet, shtypni enter për t'i dërguar",
|
||||
"chat.scroll-up-alert": "Po shikoni mesazhet e vjetra, klikoni këtu për të shkuar te mesazhet më të fundit.",
|
||||
"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.see_all": "Shiko të gjitha bisedat",
|
||||
"chat.mark_all_read": "Shënoni të gjitha bisedat e lexuara",
|
||||
"chat.no-messages": "Ju lutemi zgjidhni një marrës për të parë historikun e mesazheve të bisedës",
|
||||
"chat.no-users-in-room": "Jo përdorues në këtë dhomë",
|
||||
"chat.recent-chats": "Bisedat e fundit",
|
||||
"chat.contacts": "Kontaktet",
|
||||
"chat.message-history": "Historia e mesazheve",
|
||||
"chat.message-deleted": "Mesazh i fshirë",
|
||||
"chat.options": "Opsionet e bisedës",
|
||||
"chat.pop-out": "Pop out chat",
|
||||
"chat.minimize": "Minimizo",
|
||||
"chat.maximize": "Maksimizoj",
|
||||
"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": "Po merr përdorues...",
|
||||
"chat.manage-room": "Menaxho dhomën e bisedave",
|
||||
"chat.add-user-help": "Kërkoni për përdoruesit këtu. Kur zgjidhet, përdoruesi do të shtohet në bisedë. Përdoruesi i ri nuk do të jetë në gjendje të shohë mesazhet e bisedës të shkruara përpara se të shtoheshin në bisedë. Vetëm krijuesit e dhomave (<i class=\"fa fa-star text-warning\"></i>) mund të heqin përdoruesit nga dhomat e bisedës.",
|
||||
"chat.confirm-chat-with-dnd-user": "Ky përdorues ka vendosur statusin e tij në DnD (Mos shqetëso). Dëshiron ende të bisedosh me ta?",
|
||||
"chat.rename-room": "riemërto dhomën",
|
||||
"chat.rename-placeholder": "Shkruani emrin e dhomës tuaj këtu",
|
||||
"chat.rename-help": "Emri i dhomës i vendosur këtu do të jetë i dukshëm nga të gjithë pjesëmarrësit në dhomë.",
|
||||
"chat.leave": "Largohu nga biseda",
|
||||
"chat.leave-prompt": "Jeni i sigurt që dëshironi të largoheni nga kjo bisedë?",
|
||||
"chat.leave-help": "Largimi nga kjo bisedë do t'ju heqë nga korrespondenca e ardhshme në këtë bisedë. Nëse do të rishtoheni në të ardhmen, nuk do të shihni asnjë histori bisede nga para ribashkimit.",
|
||||
"chat.in-room": "Në këtë dhomë",
|
||||
"chat.kick": "Godit",
|
||||
"chat.show-ip": "Shfaq IP",
|
||||
"chat.owner": "Pronari i dhomës",
|
||||
"chat.system.user-join": "%1 i është bashkuar dhomës",
|
||||
"chat.system.user-leave": "%1 ka dalë nga dhoma",
|
||||
"chat.system.room-rename": "%2 e ka riemërtuar këtë dhomë: %1",
|
||||
"composer.compose": "Harto",
|
||||
"composer.show_preview": "Shiko rezultatin",
|
||||
"composer.hide_preview": "Mbulo rezultatin",
|
||||
"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": "Paraqisni dhe Bllokoni",
|
||||
"composer.toggle_dropdown": "Aktivizo Dropdown",
|
||||
"composer.uploading": "Ngarkimi %1",
|
||||
"composer.formatting.bold": "Bold",
|
||||
"composer.formatting.italic": "Italic",
|
||||
"composer.formatting.list": "Listo",
|
||||
"composer.formatting.strikethrough": "Strikethrough",
|
||||
"composer.formatting.code": "Kodi",
|
||||
"composer.formatting.link": "Linku",
|
||||
"composer.formatting.picture": "Linku i imazhit",
|
||||
"composer.upload-picture": "Ngarko imazhin",
|
||||
"composer.upload-file": "Ngarko dokumentin",
|
||||
"composer.zen_mode": "Zen Mode",
|
||||
"composer.select_category": "Zgjidh nje kategori",
|
||||
"composer.textarea.placeholder": "Futni përmbajtjen tuaj të postimit këtu, tërhiqni dhe lëshoni imazhet",
|
||||
"composer.schedule-for": "Programoni temën për",
|
||||
"composer.schedule-date": "Data",
|
||||
"composer.schedule-time": "Koha",
|
||||
"composer.cancel-scheduling": "Anulo planifikimin",
|
||||
"composer.set-schedule-date": "Cakto datën",
|
||||
"bootbox.ok": "Në rregull",
|
||||
"bootbox.cancel": "Anullo",
|
||||
"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.saved": "Cover photo image and position saved",
|
||||
"thumbs.modal.title": "Manage topic thumbnails",
|
||||
"thumbs.modal.no-thumbs": "No thumbnails found.",
|
||||
"thumbs.modal.resize-note": "<strong>Note</strong>: This forum is configured to resize topic thumbnails down to a maximum width of %1px",
|
||||
"thumbs.modal.add": "Add thumbnail",
|
||||
"thumbs.modal.remove": "Remove thumbnail",
|
||||
"thumbs.modal.confirm-remove": "Are you sure you want to remove this thumbnail?"
|
||||
}
|
@ -0,0 +1,76 @@
|
||||
{
|
||||
"title": "Njoftimet",
|
||||
"no_notifs": "Ju nuk keni njoftime te reja",
|
||||
"see_all": "Shikoni të gjitha njoftimet",
|
||||
"mark_all_read": "Shëno të gjitha njoftimet të lexuara",
|
||||
"back_to_home": "Mbrapa në %1",
|
||||
"outgoing_link": "Lidhje dalëse",
|
||||
"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",
|
||||
"replies": "Përgjigjet",
|
||||
"chat": "Bisedat",
|
||||
"group-chat": "Bisedat Grup",
|
||||
"follows": "Ndjek",
|
||||
"upvote": "Votat pro",
|
||||
"new-flags": "New Flags",
|
||||
"my-flags": "Flags assigned to me",
|
||||
"bans": "Bans",
|
||||
"new_message_from": "Mesazh i ri nga<strong>%1</strong>",
|
||||
"upvoted_your_post_in": "<strong>%1</strong>ka votuar në postin tënd në <strong>%2</strong>.",
|
||||
"upvoted_your_post_in_dual": "%1 dhe % 2 kanë votuar për postimin tuaj në %3.",
|
||||
"upvoted_your_post_in_multiple": "%1 dhe %2 të tjerë kanë votuar për postimin tuaj në %3.",
|
||||
"moved_your_post": "%1 e ka zhvendosur postimin tuaj në %2",
|
||||
"moved_your_topic": "% 1 ka lëvizur % 2",
|
||||
"user_flagged_post_in": "<strong>%1</strong> flagged a post in <strong>%2</strong>",
|
||||
"user_flagged_post_in_dual": "<strong>%1</strong> and <strong>%2</strong> flagged a post in <strong>%3</strong>",
|
||||
"user_flagged_post_in_multiple": "<strong>%1</strong> and %2 others flagged a post in <strong>%3</strong>",
|
||||
"user_flagged_user": "<strong>%1</strong> flagged a user profile (%2)",
|
||||
"user_flagged_user_dual": "<strong>%1</strong> and <strong>%2</strong> flagged a user profile (%3)",
|
||||
"user_flagged_user_multiple": "<strong>%1</strong> and %2 others flagged a user profile (%3)",
|
||||
"user_posted_to": "%1 ka postuar një përgjigje në: 2 %2",
|
||||
"user_posted_to_dual": "%1 dhe %2 kanë postuar përgjigje në: %3",
|
||||
"user_posted_to_multiple": "%1 dhe %2 të tjerë kanë postuar përgjigje në: %3",
|
||||
"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_multiple": "%1 dhe %2 të tjerë filluan t'ju ndjekin.",
|
||||
"new_register": "%1 dërgoi një kërkesë regjistrimi.",
|
||||
"new_register_multiple": "Ka %1 kërkesa regjistrimi në pritje të shqyrtimit.",
|
||||
"flag_assigned_to_you": "<strong>Flag %1</strong> has been assigned to you",
|
||||
"post_awaiting_review": "Post awaiting review",
|
||||
"profile-exported": "<strong>%1</strong> profile exported, click to download",
|
||||
"posts-exported": "<strong>%1</strong> posts exported, click to download",
|
||||
"uploads-exported": "<strong>%1</strong> uploads exported, click to download",
|
||||
"users-csv-exported": "Users csv exported, click to download",
|
||||
"post-queue-accepted": "Your queued post has been accepted. Click here to see your post.",
|
||||
"post-queue-rejected": "Your queued post has been rejected.",
|
||||
"post-queue-notify": "Queued post received a notification:<br/>\"%1\"",
|
||||
"email-confirmed": "Email-i u konfirmua",
|
||||
"email-confirmed-message": "Faleminderit për vërtetimin e emailit tuaj. Llogaria juaj tani është plotësisht e aktivizuar.",
|
||||
"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 konfirmimi u dërgua.",
|
||||
"none": "asnjë",
|
||||
"notification_only": "Vetëm njoftime",
|
||||
"email_only": "Vetem email",
|
||||
"notification_and_email": "Njoftim & Email",
|
||||
"notificationType_upvote": "Kur dikush voton 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_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": "When a post is flagged",
|
||||
"notificationType_new-user-flag": "When a user is flagged"
|
||||
}
|
@ -0,0 +1,65 @@
|
||||
{
|
||||
"home": "Faqja kryesore",
|
||||
"unread": "Tema të palexuara",
|
||||
"popular-day": "Temat e njohura sot",
|
||||
"popular-week": "Temat e njohura këtë javë",
|
||||
"popular-month": "Temat e njohura këtë muaj",
|
||||
"popular-alltime": "Tema të njohura gjatë gjithë kohës",
|
||||
"recent": "Temat e fundit",
|
||||
"top-day": "Temat kryesore të votuara sot",
|
||||
"top-week": "Temat kryesore të votuara këtë javë",
|
||||
"top-month": "Temat kryesore të votuara këtë muaj",
|
||||
"top-alltime": "Temat kryesore më të votuara",
|
||||
"moderator-tools": "Mjetet e Moderatorit",
|
||||
"flagged-content": "Përmbajtja e shënuar",
|
||||
"ip-blacklist": "Lista e zezë IP",
|
||||
"post-queue": "Radha e postimit",
|
||||
"users/online": "Përdoruesit në internet",
|
||||
"users/latest": "Përdoruesit e fundit",
|
||||
"users/sort-posts": "Përdoruesit me më shumë postime",
|
||||
"users/sort-reputation": "Përdoruesit me reputacionin më të madh",
|
||||
"users/banned": "Përdoruesit e Ndaluar",
|
||||
"users/most-flags": "Shumica e përdoruesve të shënuar",
|
||||
"users/search": "Kërkimi i përdoruesit",
|
||||
"notifications": "Njoftimet",
|
||||
"tags": "Etiketat",
|
||||
"tag": "Temat e etiketuara nën "%1"",
|
||||
"register": "Regjistroni një llogari",
|
||||
"registration-complete": "Regjistrimi ka përfunduar",
|
||||
"login": "Hyni në llogarinë tuaj",
|
||||
"reset": "Rivendosni fjalëkalimin e llogarisë tuaj",
|
||||
"categories": "Kategorit",
|
||||
"groups": "Grupet",
|
||||
"group": "% 1 grup",
|
||||
"chats": "Bisedat",
|
||||
"chat": "Biseda me %1",
|
||||
"flags": "Flamuret",
|
||||
"flag-details": "Shënoni %1 Detajet",
|
||||
"account/edit": "Redaktimi \"% 1\"",
|
||||
"account/edit/password": "Redaktimi i fjalëkalimit të \"% 1\"",
|
||||
"account/edit/username": "Redaktimi i emrit të përdoruesit të \"% 1\"",
|
||||
"account/edit/email": "Email-i po modifikohet i \"% 1\"",
|
||||
"account/info": "Informacioni i llogarisë",
|
||||
"account/following": "Njerëzit % 1 ndjekin",
|
||||
"account/followers": "Njerëzit që ndjekin %1",
|
||||
"account/posts": "Postimet e bëra nga %1",
|
||||
"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/bookmarks": "Postimet e shënuara nga %1",
|
||||
"account/settings": "Cilësimet e përdoruesit",
|
||||
"account/watched": "Tema e para nga %1",
|
||||
"account/ignored": "Temat e shmangura nga %1",
|
||||
"account/upvoted": "Posts upvoted by %1",
|
||||
"account/downvoted": "Posts downvoted by %1",
|
||||
"account/best": "Postimet më të mira krijuar nga %1",
|
||||
"account/controversial": "Postet e dikutuara krijuar nga %1",
|
||||
"account/blocks": "Përdoruesit e bllokuara për %1",
|
||||
"account/uploads": "Ngarkimet e %1",
|
||||
"account/sessions": "Seancat e hyrjes",
|
||||
"confirm": "Email Confirmed",
|
||||
"maintenance.text": "%1 is currently undergoing maintenance. Please come back another time.",
|
||||
"maintenance.messageIntro": "Additionally, the administrator has left this message:",
|
||||
"throttled.text": "%1 is currently unavailable due to excessive load. Please come back another time."
|
||||
}
|
@ -0,0 +1,21 @@
|
||||
|
||||
{
|
||||
"post-queue": "Radha e postimit",
|
||||
"description": "Nuk ka asnjë postim në radhën e postimeve. 1 Për të aktivizuar këtë veçori, shkoni te Cilësimet → Post → radha e postimeve dhe aktivizoni Radha e Postimeve",
|
||||
"user": "Përdorues",
|
||||
"category": "Kategoria",
|
||||
"title": "Titulli",
|
||||
"content": "përmbajtja",
|
||||
"posted": "U postua",
|
||||
"reply-to": "Përgjigju \"% 1\"",
|
||||
"content-editable": "Klikoni mbi përmbajtjen për ta modifikuar",
|
||||
"category-editable": "Klikoni në kategori për ta modifikuar",
|
||||
"title-editable": "Klikoni mbi titullin për të modifikuar",
|
||||
"reply": "Përgjigju",
|
||||
"topic": "Tema",
|
||||
"accept": "Pranoj",
|
||||
"reject": "refuzoj",
|
||||
"remove": "Hiq",
|
||||
"notify": "Njofto",
|
||||
"notify-user": "Njoftoni përdoruesin"
|
||||
}
|
@ -0,0 +1,19 @@
|
||||
{
|
||||
"title": "E fundit",
|
||||
"day": "ditë",
|
||||
"week": "javë",
|
||||
"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.",
|
||||
"there-is-a-new-topic": "Ka një temë të re.",
|
||||
"there-is-a-new-topic-and-a-new-post": "Ka një temë të re dhe një postim të ri.",
|
||||
"there-is-a-new-topic-and-new-posts": "Ka një temë të re dhe %1 postime të reja.",
|
||||
"there-are-new-topics": "Ka %1 tema të reja.",
|
||||
"there-are-new-topics-and-a-new-post": "Ka %1 tema të reja dhe një postim të ri.",
|
||||
"there-are-new-topics-and-new-posts": "Ka %1 tema të reja dhe %2 postime të reja.",
|
||||
"there-is-a-new-post": "Ka një postim të ri",
|
||||
"there-are-new-posts": "Ka %1 postime të reja.",
|
||||
"click-here-to-reload": "Kliko këtu për të ringarkuar."
|
||||
}
|
@ -0,0 +1,32 @@
|
||||
{
|
||||
"register": "Regjistrohu",
|
||||
"cancel_registration": "Anulo regjistrimin",
|
||||
"help.email": "Si parazgjedhje, emaili juaj do të fshihet 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",
|
||||
"username": "Emri i 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",
|
||||
"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.",
|
||||
"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"
|
||||
}
|
@ -0,0 +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"
|
||||
}
|
@ -0,0 +1,49 @@
|
||||
{
|
||||
"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ë",
|
||||
"titles": "Titujt",
|
||||
"titles-posts": "Titujt dhe postimet",
|
||||
"match-words": "Përputhni fjalët",
|
||||
"all": "Të gjitha",
|
||||
"any": "Çdo",
|
||||
"posted-by": "Postuar nga",
|
||||
"in-categories": "Në kategori",
|
||||
"search-child-categories": "Kërko kategoritë e fëmijëve",
|
||||
"has-tags": "Has tags",
|
||||
"reply-count": "Numri i përgjigjeve",
|
||||
"at-least": "Të paktën",
|
||||
"at-most": "Se shumti",
|
||||
"relevance": "Rëndësia",
|
||||
"post-time": "Koha e postimit",
|
||||
"votes": "Votat",
|
||||
"newer-than": "Më e re se",
|
||||
"older-than": "Më të vjetër se",
|
||||
"any-date": "Çdo datë",
|
||||
"yesterday": "Dje",
|
||||
"one-week": "Nje jave",
|
||||
"two-weeks": "Dy javë",
|
||||
"one-month": "Nje muaj",
|
||||
"three-months": "Tre muaj",
|
||||
"six-months": "Gjashtë muaj",
|
||||
"one-year": "Nje vit",
|
||||
"sort-by": "Ndaj sipas",
|
||||
"last-reply-time": "Koha e fundit e përgjigjes",
|
||||
"topic-title": "Titulli i temës",
|
||||
"topic-votes": "Votat e temës",
|
||||
"number-of-replies": "Numri i përgjigjeve",
|
||||
"number-of-views": "Numri i shikimeve",
|
||||
"topic-start-date": "Data e fillimit të temës",
|
||||
"username": "Emri i përdoruesit",
|
||||
"category": "Kategoria",
|
||||
"descending": "Në rend zbritës",
|
||||
"ascending": "Në rend rritës",
|
||||
"save-preferences": "Ruaj preferencat",
|
||||
"clear-preferences": "Pastro preferencat",
|
||||
"search-preferences-saved": "Preferencat e kërkimit u ruajtën",
|
||||
"search-preferences-cleared": "Preferencat e kërkimit u pastruan",
|
||||
"show-results-as": "Shfaq rezultatet si",
|
||||
"see-more-results": "Shiko më shumë rezultate (% 1)",
|
||||
"search-in-category": "Kërko në \"% 1\""
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
{
|
||||
"success": "Sukses",
|
||||
"topic-post": "Ju keni postuar me sukses.",
|
||||
"post-queued": "Postimi juaj është në radhë për miratim. Ju do të merrni një njoftim kur të pranohet ose refuzohet.",
|
||||
"authentication-successful": "Vërtetimi u krye me sukses",
|
||||
"settings-saved": "Cilësimet u ruajtën!"
|
||||
}
|
@ -0,0 +1,8 @@
|
||||
{
|
||||
"no_tag_topics": "Nuk ka tema me këtë etiketë.",
|
||||
"tags": "etiketa",
|
||||
"enter_tags_here": "Futni këtu etiketat, ndërmjet %1 dhe %2 karaktere secila.",
|
||||
"enter_tags_here_short": "Fut etiketat...",
|
||||
"no_tags": "Nuk ka ende etiketa.",
|
||||
"select_tags": "Zgjidhni Etiketat"
|
||||
}
|
@ -0,0 +1,4 @@
|
||||
{
|
||||
"title": "Kryesore",
|
||||
"no_top_topics": "Nuk ka tema kryesore"
|
||||
}
|
@ -0,0 +1,187 @@
|
||||
{
|
||||
"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 teme është fshirë!",
|
||||
"profile": "Profili",
|
||||
"posted_by": "Postuar nga %1",
|
||||
"posted_by_guest": "postuar nga vizitori",
|
||||
"chat": "Bisedë",
|
||||
"notify_me": "Njoftohuni për njoftimet e reja në këtë temë",
|
||||
"quote": "Shprehje",
|
||||
"reply": "Përgjigje",
|
||||
"replies_to_this_post": "%1 Përgjigje",
|
||||
"one_reply_to_this_post": "1 Përgjigje",
|
||||
"last_reply_time": "Përgjigjja e fundit",
|
||||
"reply-as-topic": "Përgjigju si temë",
|
||||
"guest-login-reply": "Identifikohu për t'iu përgjigjur",
|
||||
"login-to-view": "🔒 Identifikohu për ta parë",
|
||||
"edit": "Redakto",
|
||||
"delete": "Fshij ",
|
||||
"delete-event": "Fshij eventin",
|
||||
"delete-event-confirm": "Je i sigurt që dëshiron ta fshish këtë ngjarje?",
|
||||
"purge": "Pastrim",
|
||||
"restore": "kthej",
|
||||
"move": "Lëvizni",
|
||||
"change-owner": "Ndrysho pronarin",
|
||||
"fork": "Fork",
|
||||
"link": "link",
|
||||
"share": "ndaj",
|
||||
"tools": "mjete",
|
||||
"locked": "i bllokuar",
|
||||
"pinned": "E gozhduar",
|
||||
"pinned-with-expiry": "Pinned until %1",
|
||||
"scheduled": "I planifikuar",
|
||||
"moved": "Lëvizi",
|
||||
"moved-from": "levizi nga %1",
|
||||
"copy-ip": "Kopjoni IP-në",
|
||||
"ban-ip": "Ndaloni IP-në",
|
||||
"view-history": "Redakto Historinë",
|
||||
"locked-by": "E mbyllur nga",
|
||||
"unlocked-by": "E shkyçur nga",
|
||||
"pinned-by": "Pinned by",
|
||||
"unpinned-by": "Unpinned by",
|
||||
"deleted-by": "Fshirë nga",
|
||||
"restored-by": "rivendosur nga ",
|
||||
"moved-from-by": "Zhvendosur nga % 1 nga",
|
||||
"queued-by": "Postimi në radhë për miratim →",
|
||||
"backlink": "Referuar nga",
|
||||
"forked-by": "Forked by",
|
||||
"bookmark_instructions": "Klikoni këtu për t'u kthyer në postimin e fundit të lexuar në këtë temë.",
|
||||
"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": "Kjo temë është shkrirë në %2",
|
||||
"deleted_message": "Kjo temë është fshirë. Vetëm përdoruesit me privilegje të menaxhimit të temave 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ë këtë temë.",
|
||||
"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'u abonuar 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 ",
|
||||
"watch": "shiko",
|
||||
"unwatch": "mos shiko",
|
||||
"watch.title": "Njoftohuni për njoftimet e reja në këtë temë",
|
||||
"unwatch.title": "Ndaloni së shikuari këtë temë",
|
||||
"share_this_post": "Shpërnda këtë postim",
|
||||
"watching": "Duke parë",
|
||||
"not-watching": "Nuk jam duke parë",
|
||||
"ignoring": "duke injoruar",
|
||||
"watching.description": "Më njoftoni për përgjigjet e reja. Shfaq temën si të palexuar.",
|
||||
"not-watching.description": "Mos më njofto për përgjigjet e reja. Shfaq temën e palexuar nëse kategoria nuk shpërfillet.",
|
||||
"ignoring.description": "Mos më njofto për përgjigjet e reja. Mos e shfaq temën e palexuar.",
|
||||
"thread_tools.title": "Mjetet e Temave",
|
||||
"thread_tools.markAsUnreadForAll": "Shënoni të palexuar për të gjithë",
|
||||
"thread_tools.pin": "Pin Topic",
|
||||
"thread_tools.unpin": "Unpin Topic",
|
||||
"thread_tools.lock": "Blloko temën",
|
||||
"thread_tools.unlock": "zhblloko temën",
|
||||
"thread_tools.move": "zhvendos temen",
|
||||
"thread_tools.move-posts": "zhvendos postimin",
|
||||
"thread_tools.move_all": "zhvendos të gjitha",
|
||||
"thread_tools.change_owner": "Ndrysho pronarin",
|
||||
"thread_tools.select_category": "Zgjidh nje kategori",
|
||||
"thread_tools.fork": "Fork Topic",
|
||||
"thread_tools.delete": "Fshij temen",
|
||||
"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": "Pastrimi i temës",
|
||||
"thread_tools.purge_confirm": "Jeni i sigurt që dëshironi ta pastroni këtë temë?",
|
||||
"thread_tools.merge_topics": "bashko temat",
|
||||
"thread_tools.merge": "bashko",
|
||||
"topic_move_success": "Kjo temë do të zhvendoset në \"% 1\" së shpejti. Kliko këtu për të zhbërë.",
|
||||
"topic_move_multiple_success": "Këto tema do të zhvendosen në \"% 1\" së shpejti. Kliko këtu për të zhbërë.",
|
||||
"topic_move_all_success": "Të gjitha temat do të zhvendosen në \"% 1\" së shpejti. Kliko këtu për të 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 të 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 skadences",
|
||||
"pin-modal-help": "Mund të caktoni opsionalisht një datë skadimi për temën(at) e ngjitura këtu. Përndryshe, mund ta lini këtë fushë bosh që tema të qëndrojë e renditura e para derisa të hiqet manualisht.",
|
||||
"load_categories": "Duke ngarkuar kategoritë",
|
||||
"confirm_move": "Lëvizni",
|
||||
"confirm_fork": "Fork",
|
||||
"bookmark": "Faqerojtësit",
|
||||
"bookmarks": "Faqerojtësit",
|
||||
"bookmarks.has_no_bookmarks": "Nuk keni shënuar ende asnjë postim.",
|
||||
"loading_more_posts": "Duke ngarkuar më shumë postime",
|
||||
"move_topic": "zhvendos temen",
|
||||
"move_topics": "zhvendos temat",
|
||||
"move_post": "Zhvendos postimin",
|
||||
"post_moved": "Postimi u zhvendos!",
|
||||
"fork_topic": "Fork Topic",
|
||||
"enter-new-topic-title": "Fut titullin e temës së re",
|
||||
"fork_topic_instruction": "Click the posts you want to fork",
|
||||
"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": "Successfully forked topic! Click here to go to the forked topic.",
|
||||
"delete_posts_instruction": "Klikoni postimet që dëshironi të fshini/pastroni",
|
||||
"merge_topics_instruction": "Klikoni temat që dëshironi të bashkoni ose kërkoni për to",
|
||||
"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",
|
||||
"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.discard": "heq dorë",
|
||||
"composer.submit": "dergoj",
|
||||
"composer.additional-options": "opsione shtese",
|
||||
"composer.schedule": "program",
|
||||
"composer.replying_to": "Duke ju përgjigjur \"% 1\"",
|
||||
"composer.new_topic": "Temë e re",
|
||||
"composer.editing": "duke edituar",
|
||||
"composer.uploading": "duke u ngarkuar...",
|
||||
"composer.thumb_url_label": "Ngjit një URL të miniaturës së temës",
|
||||
"composer.thumb_title": "Shtoni një permbledhje në këtë temë",
|
||||
"composer.thumb_url_placeholder": "http://example.com/thumb.png",
|
||||
"composer.thumb_file_label": "ose ngarko nje material",
|
||||
"composer.thumb_remove": "Pastro fushat",
|
||||
"composer.drag_and_drop_images": "Zvarrit dhe lësho imazhet këtu",
|
||||
"more_users_and_guests": "%1 përdorue(s) të tjerë dhe %2 te ftuar ()",
|
||||
"more_users": "%1 përdorue(s) të tjerë",
|
||||
"more_guests": "%1 më shumë të ftuar ()",
|
||||
"users_and_others": "% 1 dhe % 2 të tjerë",
|
||||
"sort_by": "Ndaj sipas",
|
||||
"oldest_to_newest": "Më e vjetra tek më e reja",
|
||||
"newest_to_oldest": "Më e reja tek më e vjetra",
|
||||
"most_votes": "shumica e votave",
|
||||
"most_posts": "Shumica e postimeve",
|
||||
"most_views": "shumica e shikimeve",
|
||||
"stale.title": "Krijo një temë e re më mirë?",
|
||||
"stale.warning": "Tema qe po i pergjigjesh eshte shume e vjeter. Dëshironi të krijoni një temë të re në vend të kësaj dhe t'i referoheni kësaj në përgjigjen tuaj?",
|
||||
"stale.create": "Krijo një temë të re.",
|
||||
"stale.reply_anyway": "Përgjigju kësaj teme gjithsesi",
|
||||
"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ë atë moment në kohë.",
|
||||
"diffs.no-revisions-description": "Ky postim ka %1 rishikime.",
|
||||
"diffs.current-revision": "rishikimi aktual",
|
||||
"diffs.original-revision": "rishikim origjinal",
|
||||
"diffs.restore": "rivendosni këtë rishikim",
|
||||
"diffs.restore-description": "Një rishikim i ri do t'i shtohet historikut të redaktimit të këtij postimi pas rivendosjes.",
|
||||
"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ë",
|
||||
"first-post": "Postimi i parë",
|
||||
"last-post": "Postimi i fundit",
|
||||
"go-to-my-next-post": "Shkoni te postimi im i radhës",
|
||||
"no-more-next-post": "Nuk keni më shumë postime në këtë temë",
|
||||
"post-quick-reply": "Postoni një përgjigje të shpejtë"
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
{
|
||||
"title": "Të palexuara",
|
||||
"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-topics": "Të gjitha Temat",
|
||||
"new-topics": "Tema të reja",
|
||||
"watched-topics": "Temat e lexuara",
|
||||
"unreplied-topics": "Tema pa përgjigje",
|
||||
"multiple-categories-selected": "Disa të zgjedhura"
|
||||
}
|
@ -0,0 +1,9 @@
|
||||
{
|
||||
"uploading-file": "Po ngarkohet materiali...",
|
||||
"select-file-to-upload": "Zgjidhni një material për të ngarkuar!",
|
||||
"upload-success": "Materiali u ngarkua me sukses!",
|
||||
"maximum-file-size": "Maksimumi %1 kb",
|
||||
"no-uploads-found": "Nuk u gjet asnjë ngarkim",
|
||||
"public-uploads-info": "Ngarkimet janë publike, të gjithë vizitorët mund t'i shohin ato.",
|
||||
"private-uploads-info": "Ngarkimet janë private, vetëm përdoruesit e regjistruar mund t'i shohin ato."
|
||||
}
|
@ -0,0 +1,24 @@
|
||||
{
|
||||
"latest_users": "Përdoruesit e fundit",
|
||||
"top_posters": "Krijuesit më të mirë",
|
||||
"most_reputation": "Reputacioni më i madh",
|
||||
"most_flags": "Most Flags",
|
||||
"search": "Kërko",
|
||||
"enter_username": "Futni një emër përdoruesi për të kërkuar",
|
||||
"search-user-for-chat": "Kërkoni një përdorues për të filluar bisedën",
|
||||
"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",
|
||||
"invite": "Fto",
|
||||
"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",
|
||||
"categories": "Kategoritë",
|
||||
"tags": "etiketa",
|
||||
"no-users-found": "Nuk u gjet asnjë përdorues!"
|
||||
}
|
Loading…
Reference in New Issue