mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 20:17:32 +02:00
Merge commit '94e8b2b38d588698fcaf3e1c856c2e65476aac53' into v1.7.x
This commit is contained in:
@@ -18,10 +18,10 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"ace-builds": "^1.2.9",
|
||||
"async": "2.5.0",
|
||||
"async": "2.6.0",
|
||||
"autoprefixer": "7.1.6",
|
||||
"bcryptjs": "2.4.3",
|
||||
"benchpressjs": "^1.1.2",
|
||||
"benchpressjs": "^1.2.0",
|
||||
"body-parser": "^1.18.2",
|
||||
"bootstrap": "^3.3.7",
|
||||
"chart.js": "^2.7.0",
|
||||
@@ -58,10 +58,10 @@
|
||||
"mongodb": "2.2.33",
|
||||
"morgan": "^1.9.0",
|
||||
"mousetrap": "^1.6.1",
|
||||
"nconf": "^0.8.5",
|
||||
"nodebb-plugin-composer-default": "6.0.6",
|
||||
"nconf": "^0.9.1",
|
||||
"nodebb-plugin-composer-default": "6.0.7",
|
||||
"nodebb-plugin-dbsearch": "2.0.9",
|
||||
"nodebb-plugin-emoji": "2.0.5",
|
||||
"nodebb-plugin-emoji": "2.0.7",
|
||||
"nodebb-plugin-emoji-android": "2.0.0",
|
||||
"nodebb-plugin-markdown": "8.2.0",
|
||||
"nodebb-plugin-mentions": "2.2.2",
|
||||
@@ -69,14 +69,14 @@
|
||||
"nodebb-plugin-spam-be-gone": "0.5.1",
|
||||
"nodebb-rewards-essentials": "0.0.9",
|
||||
"nodebb-theme-lavender": "5.0.0",
|
||||
"nodebb-theme-persona": "7.2.1",
|
||||
"nodebb-theme-persona": "7.2.4",
|
||||
"nodebb-theme-slick": "1.1.2",
|
||||
"nodebb-theme-vanilla": "8.1.1",
|
||||
"nodebb-theme-vanilla": "8.1.2",
|
||||
"nodebb-widget-essentials": "4.0.1",
|
||||
"nodemailer": "4.3.0",
|
||||
"nodemailer": "4.4.0",
|
||||
"passport": "^0.4.0",
|
||||
"passport-local": "1.0.0",
|
||||
"postcss": "6.0.13",
|
||||
"postcss": "6.0.14",
|
||||
"postcss-clean": "1.1.0",
|
||||
"promise-polyfill": "^6.0.2",
|
||||
"prompt": "^1.0.0",
|
||||
@@ -95,7 +95,7 @@
|
||||
"spdx-license-list": "^3.0.1",
|
||||
"toobusy-js": "^0.5.1",
|
||||
"uglify-js": "^3.1.5",
|
||||
"validator": "9.0.0",
|
||||
"validator": "9.1.2",
|
||||
"winston": "^2.4.0",
|
||||
"xml": "^1.0.1",
|
||||
"xregexp": "3.2.0",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"alert.confirm-reload": "Are you sure you wish to reload NodeBB?",
|
||||
"alert.confirm-restart": "Are you sure you wish to restart NodeBB?",
|
||||
"alert.confirm-reload": "هل تريد بالتأكيد إعادة تحميل NodeBB؟",
|
||||
"alert.confirm-restart": "هل تريد بالتأكيد إعادة تشغيل NodeBB؟",
|
||||
|
||||
"acp-title": "%1 | NodeBB Admin Control Panel",
|
||||
"settings-header-contents": "Contents"
|
||||
"acp-title": "لوحة تحكم إدارة NodeBB | %1",
|
||||
"settings-header-contents": "محتويات"
|
||||
}
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"post-cache": "Post Cache",
|
||||
"posts-in-cache": "Posts in Cache",
|
||||
"average-post-size": "Average Post Size",
|
||||
"length-to-max": "Length / Max",
|
||||
"post-cache": "التخزين المؤقت للمشاركات",
|
||||
"posts-in-cache": "المشاركات المخزنة مؤقتاً",
|
||||
"average-post-size": "متوسط حجم المشاركة",
|
||||
"length-to-max": "الطول / أقصى حد",
|
||||
"percent-full": "%1% Full",
|
||||
"post-cache-size": "Post Cache Size",
|
||||
"items-in-cache": "Items in Cache",
|
||||
"control-panel": "Control Panel",
|
||||
"update-settings": "Update Cache Settings"
|
||||
"post-cache-size": "حجم التخزين المؤقت للمشاركات",
|
||||
"items-in-cache": "العناصر في التخزين المؤقت",
|
||||
"control-panel": "لوحة التحكم",
|
||||
"update-settings": "تحديث إعدادات التخزين المؤقت"
|
||||
}
|
||||
@@ -16,7 +16,7 @@
|
||||
"mongo.index-size": "Index Size",
|
||||
"mongo.file-size": "File Size",
|
||||
"mongo.resident-memory": "Resident Memory",
|
||||
"mongo.virtual-memory": "Virtual Memory",
|
||||
"mongo.virtual-memory": "الذاكرة الإفتراضية",
|
||||
"mongo.mapped-memory": "Mapped Memory",
|
||||
"mongo.raw-info": "MongoDB Raw Info",
|
||||
|
||||
@@ -25,10 +25,10 @@
|
||||
"redis.connected-clients": "Connected Clients",
|
||||
"redis.connected-slaves": "Connected Slaves",
|
||||
"redis.blocked-clients": "Blocked Clients",
|
||||
"redis.used-memory": "Used Memory",
|
||||
"redis.used-memory": "الذاكرة المستخدمة",
|
||||
"redis.memory-frag-ratio": "Memory Fragmentation Ratio",
|
||||
"redis.total-connections-recieved": "Total Connections Received",
|
||||
"redis.total-commands-processed": "Total Commands Processed",
|
||||
"redis.total-connections-recieved": "إجمالي الاتصالات المستلمة",
|
||||
"redis.total-commands-processed": "إجمالي الأوامر التي تمت معالجتها",
|
||||
"redis.iops": "Instantaneous Ops. Per Second",
|
||||
"redis.keyspace-hits": "Keyspace Hits",
|
||||
"redis.keyspace-misses": "Keyspace Misses",
|
||||
|
||||
@@ -1,14 +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"
|
||||
"figure-x": "شكل %1",
|
||||
"error-events-per-day": "<code>%1</code> حدث كل يوم ",
|
||||
"error.404": "404 لم يتم العثور",
|
||||
"error.503": "503 الخدمة غير متوفرة",
|
||||
"manage-error-log": "إدارة سجل الأخطاء",
|
||||
"export-error-log": "تصدير سجل الأخطاء (CSV)",
|
||||
"clear-error-log": "محو سجل الأخطاء",
|
||||
"route": "مسار",
|
||||
"count": "عدد",
|
||||
"no-routes-not-found": "لا توجد اخطاء 404!",
|
||||
"clear404-confirm": "هل تريد بالتأكيد محو سجلات الخطأ 404؟",
|
||||
"clear404-success": "أخطاء \"404 لم يتم العثور\" تم محوها بنجاح"
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"events": "Events",
|
||||
"no-events": "There are no events",
|
||||
"control-panel": "Events Control Panel",
|
||||
"delete-events": "Delete Events"
|
||||
"events": "أحداث",
|
||||
"no-events": "لا توجد أحداث",
|
||||
"control-panel": "لوحة تحكم الأحداث",
|
||||
"delete-events": "حذف الأحداث"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"logs": "Logs",
|
||||
"control-panel": "Logs Control Panel",
|
||||
"reload": "Reload Logs",
|
||||
"clear": "Clear Logs",
|
||||
"clear-success": "Logs Cleared!"
|
||||
"logs": "السجلات",
|
||||
"control-panel": "لوحة تحكم السجلات",
|
||||
"reload": "إعادة تحميل السجلات",
|
||||
"clear": "محو السجلات",
|
||||
"clear-success": "تم محو السجلات!"
|
||||
}
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"custom-css": "Custom CSS",
|
||||
"custom-css.description": "Enter your own CSS declarations here, which will be applied after all other styles.",
|
||||
"custom-css.enable": "Enable Custom CSS",
|
||||
"custom-css": "CSS مخصص",
|
||||
"custom-css.description": "أدخل CSS الخاصة بك هنا، والتي سيتم تطبيقها بعد كل القوالب الأخرى.",
|
||||
"custom-css.enable": "تفعيل CSS المخصص",
|
||||
|
||||
"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-js": "Javascript مخصصة",
|
||||
"custom-js.description": "أدخل Javascript الخاص بك هنا. سيتم تنفيذها بعد تحميل الصفحة بالكامل.",
|
||||
"custom-js.enable": "تفعيل 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-header\" data-toggle=\"tab\">Custom Javascript</a> tab is available.",
|
||||
"custom-header.enable": "Enable Custom Header",
|
||||
"custom-header": "ترويسة مخصصة",
|
||||
"custom-header.description": "أدخل HTML الخاصة بك هنا (مثل العلامات الوصفية، وما إلى ذلك)، والتي سيتم إلحاقها الى<code><head></code> في تصميم المنتدى. يسمح باستخدام علامات النص البرمجي، ولكن سيتم تعطيلها؛ لتوفر تبويبة\n<a href=\"#custom-header\" data-toggle=\"tab\">Javascript المخصصة</a>",
|
||||
"custom-header.enable": "تفعيل الترويسة المخصصة",
|
||||
|
||||
"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"
|
||||
"custom-css.livereload": "تفعيل إعادة التحميل المباشرة",
|
||||
"custom-css.livereload.description": "فعل هذا الخيار لإجبار جميع الجلسات في الأجهزة التي قمت بتسجيل الدخول فيها بحسابك على التحديث عند النقر على زر الحفظ"
|
||||
}
|
||||
@@ -1,9 +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"
|
||||
"loading": "جاري تحميل السمات...",
|
||||
"homepage": "الصفحة الرئيسية",
|
||||
"select-skin": "إختيار السمة",
|
||||
"current-skin": "السمة الحالية",
|
||||
"skin-updated": "تم تحديث السمة",
|
||||
"applied-success": "تم تطبيق السمة %1 بنجاح",
|
||||
"revert-success": "تم إستعادة الألوان الاساسية للسمة"
|
||||
}
|
||||
@@ -1,11 +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 restart your NodeBB to fully activate this theme"
|
||||
"checking-for-installed": "جاري التحقق من القوالب المثبتة...",
|
||||
"homepage": "الصفحة الرئيسية",
|
||||
"select-theme": "إختيار القالب",
|
||||
"current-theme": "القالب المستخدم حالياً",
|
||||
"no-themes": "لم يتم العثور على قوالب مثبتة",
|
||||
"revert-confirm": "هل أنت متأكد من أنك ترغب في استعادة قااب NodeBB الافتراضي؟",
|
||||
"theme-changed": "تم تغيير القالب",
|
||||
"revert-success": "لقد قمت بنجاح بإستعادة القالب الأساسي لـNodeBB",
|
||||
"restart-to-activate": "الرجاء إعادة تشغيل NodeBB لتنشيط هذا القالب بشكل كامل"
|
||||
}
|
||||
@@ -1,51 +1,51 @@
|
||||
{
|
||||
"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",
|
||||
"installed": "منصبة",
|
||||
"active": "مفعلة",
|
||||
"inactive": "معطلة",
|
||||
"out-of-date": "غير محدثة",
|
||||
"none-found": "لم يتم العثور على إضافات",
|
||||
"none-active": "لا توجد إضافات مفعلة",
|
||||
"find-plugins": "العثور على الإضافات",
|
||||
|
||||
"plugin-search": "Plugin Search",
|
||||
"plugin-search-placeholder": "Search for plugin...",
|
||||
"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>.",
|
||||
"plugin-search": "البحث عن الإضافات",
|
||||
"plugin-search-placeholder": "جاري البحث عن الإضافات...",
|
||||
"reorder-plugins": "إعادة ترتيب الإضافات",
|
||||
"order-active": "ترتيب الإضافات المفعلة",
|
||||
"dev-interested": "هل انته مهتم ببرمجة إضافات لـNodeBB؟",
|
||||
"docs-info": "دليل كامل حول برمجة الإضافات بالإمكان العثور عليه في <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",
|
||||
"order.description": "بعض الإضافات تعمل بشكل مثالي عندما يتم تفعيلها قبل أو بعد الإضافات الأخرى.",
|
||||
"order.explanation": "يتم تحميل الإضافات حسب الترتيب المحدد هنا، من الأعلى إلى الأسفل",
|
||||
|
||||
"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.themes": "القوالب",
|
||||
"plugin-item.deactivate": "تعطيل",
|
||||
"plugin-item.activate": "تفعيل",
|
||||
"plugin-item.install": "تنصيب",
|
||||
"plugin-item.uninstall": "إلغاء التنصيب",
|
||||
"plugin-item.settings": "الإعدادات",
|
||||
"plugin-item.installed": "المنصبة",
|
||||
"plugin-item.latest": "الأحدث",
|
||||
"plugin-item.upgrade": "ترقية",
|
||||
"plugin-item.more-info": "لمزيد من المعلومات:",
|
||||
"plugin-item.unknown": "غير معروف",
|
||||
"plugin-item.unknown-explanation": "تعذر تحديد حالة هذه الإضافة، ربما بسبب خطأ في الإعدادات.",
|
||||
|
||||
"alert.enabled": "Plugin Enabled",
|
||||
"alert.disabled": "Plugin Disabled",
|
||||
"alert.upgraded": "Plugin Upgraded",
|
||||
"alert.installed": "Plugin Installed",
|
||||
"alert.uninstalled": "Plugin Uninstalled",
|
||||
"alert.activate-success": "Please restart your NodeBB to fully activate this plugin",
|
||||
"alert.deactivate-success": "Plugin successfully deactivated",
|
||||
"alert.upgrade-success": "Please reload 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.enabled": "الإضافة مفعلة",
|
||||
"alert.disabled": "الإضافة معطلة",
|
||||
"alert.upgraded": "الإضافة مرقاة",
|
||||
"alert.installed": "الإضافة منصبة",
|
||||
"alert.uninstalled": "تم إلغاء تنصيب الإضافة",
|
||||
"alert.activate-success": "يرجى إعادة تشغيل NodeBB لتنشيط الإضافة بشكل بالكامل",
|
||||
"alert.deactivate-success": "تم تعطيل الإضافة بنجاح",
|
||||
"alert.upgrade-success": "يرجى إعادة تحميل NodeBB لترقية هذه الإضافة بشكل كامل",
|
||||
"alert.install-success": "تم تثبيت الإضافة بنجاح، يرجى تفعيلها.",
|
||||
"alert.uninstall-success": "تم تعطيل الإضافة وإلغاء تنصيبها بنجاح.",
|
||||
"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>",
|
||||
|
||||
"license.title": "Plugin License Information",
|
||||
"license.title": "معلومات ترخيص الإضافة",
|
||||
"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?"
|
||||
"license.cta": "هل ترغب بالاستمرار في تفعيل هذه الإضافة؟"
|
||||
}
|
||||
|
||||
@@ -1,69 +1,69 @@
|
||||
{
|
||||
"forum-traffic": "Forum Traffic",
|
||||
"page-views": "Page Views",
|
||||
"unique-visitors": "Unique Visitors",
|
||||
"users": "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>",
|
||||
"page-views": "مشاهدات الصفحات",
|
||||
"unique-visitors": "زائرين فريدين",
|
||||
"users": "أعضاء",
|
||||
"posts": "مشاركات",
|
||||
"topics": "مواضيع",
|
||||
"page-views-seven": "آخر 7 ايام",
|
||||
"page-views-thirty": "آخر 30 يوماً",
|
||||
"page-views-last-day": "آخر 24 ساعة",
|
||||
"page-views-custom": "مدة زمنية مخصصة",
|
||||
"page-views-custom-start": "بداية المدة",
|
||||
"page-views-custom-end": "نهاية المده",
|
||||
"page-views-custom-help": "أدخل نطاقا زمنيا لمرات مشاهدة الصفحات التي ترغب في عرضها. إذا لم يظهر منتقي التاريخ، فإن التنسيق المقبول هو <code>YYYY-MM-DD</code>",
|
||||
"page-views-custom-error": "الرجاء إدخال نطاق تاريخ صالح بالتنسيق <code>YYYY-MM-DD</code>",
|
||||
|
||||
"stats.day": "Day",
|
||||
"stats.week": "Week",
|
||||
"stats.month": "Month",
|
||||
"stats.all": "All Time",
|
||||
"stats.day": "يوم",
|
||||
"stats.week": "إسبوع",
|
||||
"stats.month": "شهر",
|
||||
"stats.all": "كل الوقت",
|
||||
|
||||
"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/\">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/\">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>",
|
||||
"running-in-development": "<span>Forum is running in development mode. The forum may be open to potential vulnerabilities; please contact your system administrator.</span>",
|
||||
"updates": "تحديثات",
|
||||
"running-version": "المنتدى يعمل حاليا على <strong>NodeBB الإصدار<span id=\"version\">%1</span></strong>.",
|
||||
"keep-updated": "تأكد دائما من أن NodeBB يعمل على احدث إصدار للحصول على أحدث التصحيحات الأمنية وإصلاحات الأخطاء.",
|
||||
"up-to-date": "<p>المنتدى <strong>يعمل على أحدث إصدار</strong> <i class=\"fa fa-check\"></i></p>",
|
||||
"upgrade-available": "<p>نسخة جديدة (الإصدار %1) تم إصدارها. خذ بعين الاعتبار <a href=\"https://docs.nodebb.org/configuring/upgrade/\">ترقية NodeBB الخاص بك</a>.</p>",
|
||||
"prerelease-upgrade-available": "<p>نسخة ما قبل الإصدار من NodeBB هذه قديمة. إصدار أحدث (الإصدار %1) تم إصداره. خذ بعين الاعتبار <a href=\"https://docs.nodebb.org/configuring/upgrade/\">ترقية NodeBB الخاص بك</a>.</p>",
|
||||
"prerelease-warning": "<p>هذه نسخة <strong>ماقبل الإصدار</strong> من NodeBB. قد تحدث أخطاء غير مقصودة. <i class=\"fa fa-exclamation-triangle\"></i></p>",
|
||||
"running-in-development": "المنتدى قيد التشغيل في وضع \"المطورين\". وقد تكون هناك ثغرات أمنية مفتوحة؛ من فضلك تواصل مع مسؤول نظامك.",
|
||||
|
||||
"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",
|
||||
"notices": "إشعارات",
|
||||
"restart-not-required": "إعادة التشغيل غير مطلوب",
|
||||
"restart-required": "إعادة التشغيل مطلوبة",
|
||||
"search-plugin-installed": "إضافة البحث منصبة",
|
||||
"search-plugin-not-installed": "إضافة البحث غير منصبة",
|
||||
"search-plugin-tooltip": "نصب إضافة البحث من صفحة الإضافات البرمجية لتنشيط وظيفة البحث",
|
||||
|
||||
"control-panel": "System Control",
|
||||
"reload": "Reload",
|
||||
"restart": "Restart",
|
||||
"restart-warning": "Reloading or Restarting your NodeBB will drop all existing connections for a few seconds.",
|
||||
"maintenance-mode": "Maintenance Mode",
|
||||
"maintenance-mode-title": "Click here to set up maintenance mode for NodeBB",
|
||||
"realtime-chart-updates": "Realtime Chart Updates",
|
||||
"control-panel": "التحكم بالنظام",
|
||||
"reload": "إعادة تحمبل",
|
||||
"restart": "إعادة تشغيل",
|
||||
"restart-warning": "إعادة تحميل او تشغيل NodeBB سوف يؤدي لقطع جميع الإتصالات لبضع ثواني.",
|
||||
"maintenance-mode": "وضع الصيانة",
|
||||
"maintenance-mode-title": "انقر هنا لإعداد وضع الصيانة لـNodeBB",
|
||||
"realtime-chart-updates": "التحديث الفوري للرسم البياني",
|
||||
|
||||
"active-users": "Active Users",
|
||||
"active-users.users": "Users",
|
||||
"active-users.guests": "Guests",
|
||||
"active-users.total": "Total",
|
||||
"active-users": "المستخدمين النشطين",
|
||||
"active-users.users": "الأعضاء",
|
||||
"active-users.guests": "الزوار",
|
||||
"active-users.total": "المجموع",
|
||||
"active-users.connections": "Connections",
|
||||
|
||||
"anonymous-registered-users": "Anonymous vs Registered Users",
|
||||
"anonymous": "Anonymous",
|
||||
"registered": "Registered",
|
||||
"anonymous-registered-users": "المجهولين مقابل المستخدمين المسجلين",
|
||||
"anonymous": "مجهول",
|
||||
"registered": "مسجل",
|
||||
|
||||
"user-presence": "User Presence",
|
||||
"on-categories": "On categories list",
|
||||
"reading-posts": "Reading posts",
|
||||
"browsing-topics": "Browsing topics",
|
||||
"recent": "Recent",
|
||||
"unread": "Unread",
|
||||
"user-presence": "تواجد المستخدمين",
|
||||
"on-categories": "في قائمة الأقسام",
|
||||
"reading-posts": "قراءة المشاركات",
|
||||
"browsing-topics": "تصفح المواضيع",
|
||||
"recent": "الأخيرة",
|
||||
"unread": "غير مقروء",
|
||||
|
||||
"high-presence-topics": "High Presence Topics",
|
||||
"high-presence-topics": "مواضيع ذات حضور قوي",
|
||||
|
||||
"graphs.page-views": "Page Views",
|
||||
"graphs.unique-visitors": "Unique Visitors",
|
||||
"graphs.registered-users": "Registered Users",
|
||||
"graphs.anonymous-users": "Anonymous Users"
|
||||
"graphs.page-views": "مشاهدات الصفحة",
|
||||
"graphs.unique-visitors": "زوار فريدين",
|
||||
"graphs.registered-users": "مستخدمين مسجلين",
|
||||
"graphs.anonymous-users": "مستخدمين مجهولين"
|
||||
}
|
||||
|
||||
@@ -1,6 +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"
|
||||
"language-settings": "اعدادات اللغة",
|
||||
"description": "تُحدد اللغة الافتراضية إعدادات اللغة لجميع المستخدمين الذين يزورون المنتدى. <br />يمكن للأعضاء تجاوز اللغة الافتراضية من خلال صفحة إعدادات الحساب الخاصة بهم.",
|
||||
"default-language": "اللغة الافتراضية",
|
||||
"auto-detect": "الكشف عن إعدادات اللغة للزوار بشكل آلي"
|
||||
}
|
||||
@@ -1,28 +1,28 @@
|
||||
{
|
||||
"posts": "Posts",
|
||||
"allow-files": "Allow users to upload regular files",
|
||||
"private": "Make uploaded files private",
|
||||
"max-image-width": "Resize images down to specified width (in pixels)",
|
||||
"max-image-width-help": "(in pixels, default: 760 pixels, set to 0 to disable)",
|
||||
"max-file-size": "Maximum File Size (in KiB)",
|
||||
"max-file-size-help": "(in kibibytes, default: 2048 KiB)",
|
||||
"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.",
|
||||
"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"
|
||||
"posts": "المشاركات",
|
||||
"allow-files": "السماح للأعضاء بتحميل الملفات الإعتيادية",
|
||||
"private": "جعل الملفات التي تم رفعها خاصة",
|
||||
"max-image-width": "تغيير حجم الصور إلى عرض محدد (بالبكسل)",
|
||||
"max-image-width-help": "(بالبكسل، الافتراضي: 760 بكسل، ضع إلى 0 لتعطيل الخاصية)",
|
||||
"max-file-size": "الحد الأقصى لحجم الملف (بالكيبيبايت)",
|
||||
"max-file-size-help": "(بالكيبيبايت، الافتراضي: 2048)",
|
||||
"allow-topic-thumbnails": "السماح للاعضاء برفع الصور المصغرة للموضوع",
|
||||
"topic-thumb-size": "حجم الصورة المصغرة للموضوع",
|
||||
"allowed-file-extensions": "إمتدادات الملفات المسموح بها",
|
||||
"allowed-file-extensions-help": "أدخل قائمة بامتدادات الملفات مفصولة بفواصل (مثال: <code>pdf,xls,doc</code>). القائمة الفارغة تعني أن كل الامتدادات مسموح بها.",
|
||||
"profile-avatars": "الصورة الرمزية للملف الشخصي",
|
||||
"allow-profile-image-uploads": "السماح للأعضاء برفع الصور الرمزية",
|
||||
"convert-profile-image-png": "تحويل إمتداد الصور الرمزية المرفوعه الى PNG",
|
||||
"default-avatar": "الصورة الرمزية الافتراضية",
|
||||
"upload": "رفع",
|
||||
"profile-image-dimension": "أبعاد الصورة الرمزية",
|
||||
"profile-image-dimension-help": "(بالبكسل، الافتراضي: 128 بكسل)",
|
||||
"max-profile-image-size": "الحد الأقصى لحجم الصورة الرمزية",
|
||||
"max-profile-image-size-help": "(بالكيبيبايت، الافتراضي: 256)",
|
||||
"max-cover-image-size": "الحد الأقصى لحجم صورة الغلاف",
|
||||
"max-cover-image-size-help": "(بالكيبيبايت، الافتراضي: 2,048)",
|
||||
"keep-all-user-images": "الاحتفاظ بالنسخ القديمة من الصور الرمزية وصور الغلاف في السيرفر",
|
||||
"profile-covers": "غلاف الملف الشخصي",
|
||||
"default-covers": "صورة الغلاف الافتراضية",
|
||||
"default-covers-help": "اضف صور الغلاف الافتراضية متبوعة بفواصل لاستخدامها في الحسابات التي لا تحتوي على صور غلاف مرفوعة"
|
||||
}
|
||||
|
||||
@@ -1,57 +1,57 @@
|
||||
{
|
||||
"authentication": "Authentication",
|
||||
"allow-local-login": "Allow local login",
|
||||
"require-email-confirmation": "Require Email Confirmation",
|
||||
"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",
|
||||
"allow-login-with.email": "Email Only",
|
||||
"account-settings": "Account Settings",
|
||||
"disable-username-changes": "Disable username changes",
|
||||
"disable-email-changes": "Disable email changes",
|
||||
"disable-password-changes": "Disable password changes",
|
||||
"allow-account-deletion": "Allow account deletion",
|
||||
"user-info-private": "Hide user list and data from guests",
|
||||
"hide-fullname": "Hide fullname from users",
|
||||
"hide-email": "Hide email from users",
|
||||
"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",
|
||||
"registration": "User Registration",
|
||||
"registration-type": "Registration 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/>\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/>\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.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",
|
||||
"authentication": "المصادقة",
|
||||
"allow-local-login": "السماح بتسجيل الدخول المحلي",
|
||||
"require-email-confirmation": "يطلب تأكيد البريد الإلكتروني",
|
||||
"email-confirm-interval": "لا يمكن للمستخدم إعادة إرسال رسالة تأكيد البريد الالكتروني حتى مرور",
|
||||
"email-confirm-email2": "دقائق",
|
||||
"allow-login-with": "السماح بتسجيل الدخول باستخدام",
|
||||
"allow-login-with.username-email": "اسم المستخدم أو البريد الالكتروني",
|
||||
"allow-login-with.username": "اسم المستخدم فقط",
|
||||
"allow-login-with.email": "البريد الالكتروني فقط",
|
||||
"account-settings": "إعدادت الحساب",
|
||||
"disable-username-changes": "عدم السماح بتغيير اسم المستخدم",
|
||||
"disable-email-changes": "عدم السماح بتغيير البريد الالكتروني",
|
||||
"disable-password-changes": "عدم السماح بتغيير كلمة المرور",
|
||||
"allow-account-deletion": "السماح بحذف الحساب",
|
||||
"user-info-private": "إخفاء قائمة المستخدم والبيانات عن الزوار",
|
||||
"hide-fullname": "إخفاء الإسم الكامل عن المستخدمين",
|
||||
"hide-email": "إخفاء البريد الإلكتروني عن المستخدمين",
|
||||
"themes": "القوالب",
|
||||
"disable-user-skins": "منع المستخدمين من اختيار سمة مخصص",
|
||||
"account-protection": "حماية الحساب",
|
||||
"admin-relogin-duration": "المدة حتى طلب إعادة تسجيل الدخول للإدارة (دقائق)",
|
||||
"admin-relogin-duration-help": "بعد مرور وقت معين، يتوجب إعادة تسجيل الدخول للوصول إلى قسم الإدارة، قم بتعيين القيمة الى 0 لتعطيل الخيار",
|
||||
"login-attempts": "عدد محاولات تسجيل الدخول في الساعة",
|
||||
"login-attempts-help": "إذا تجاوزت محاولات تسجيل الدخول لمستخدم معين العدد المحدد، فسوف يتم تأمين الحساب ومنعه من الدخول لمدة من الوقت",
|
||||
"lockout-duration": "مدة تأمين الحساب (دقائق)",
|
||||
"login-days": "عدد الأيام لتذكر جلسات تسجيل دخول المستخدم",
|
||||
"password-expiry-days": "فرض عملية تغيير كلمة المرور بعد مرور عدد محدد من الأيام",
|
||||
"registration": "تسجيل المستخدم",
|
||||
"registration-type": "نوع التسجيل",
|
||||
"registration-type.normal": "عادي",
|
||||
"registration-type.admin-approval": "بموافقة الإدارة",
|
||||
"registration-type.admin-approval-ip": "بموافقة الإدارة لعناوين IP",
|
||||
"registration-type.invite-only": "بالدعوات فقط",
|
||||
"registration-type.admin-invite-only": "بالدعوات من قبل الإدارة فقط",
|
||||
"registration-type.disabled": "لا يوجد تسجيل",
|
||||
"registration-type.help": "عادي - بإمكان المستخدمين التسجيل من خلال صفحة /التسجيل.<br/>\nبموافقة الإدارة - يتم وضع قائمة تسجيلات المستخدمين في <a href=\"%1/admin/manage/registration\">قائمة إنتظار موافقة</a> الإدارة.<br/>\nبموافقة الإدارة لعناوين IP - عادي بالنسبة للمستخدمين الجدد، ويتطلب موافقة الإدارة للتسجيل من عناوين IP تم التسجيل بإستخدامها مسبقاً.<br/>\nبالدعوات فقط - بإمكان المستخدمين إرسال دعوات من خلال صفحة <a href=\"%1/users\" target=\"_blank\">الأعضاء</a>.<br/>\nبالدعوات من قبل الإدارة فقط - فقط المراء بإمكانهم إرسال الدعوات من خلال صفحة <a href=\"%1/users\" target=\"_blank\">الأعضاء</a> و صفحات <a href=\"%1/admin/manage/users\">الإدارة/المشرفين/الأعضاء</a>.<br/>\nلا يوجد تسجيل - إغلاق خيار التسجيل بالكامل.<br/>",
|
||||
"registration.max-invites": "الحد الأقصى للدعوات لكل عضو",
|
||||
"max-invites": "الحد الأقصى للدعوات لكل عضو",
|
||||
"max-invites-help": "0 لعدم تحديد قيود، الإدارة تحصل على دعوات لامحدودة <br> هذا الخيار يعمل فقط عند تحديد خيار \"بالدعوات فقط\"",
|
||||
"invite-expiration": "مدة صلاحية الدعوة",
|
||||
"invite-expiration-help": "عدد الأيام حتى انتهاء صلاحية الدعوة.",
|
||||
"min-username-length": "الحد الأدنى لطول اسم المستخدم",
|
||||
"max-username-length": "الحد الأقصى لطول اسم المستخدم",
|
||||
"min-password-length": "الحد الأدنى لطول كلمة المرور",
|
||||
"min-password-strength": "الحد الأدنى لقوة كلمة المرور",
|
||||
"max-about-me-length": "الحد الأعلى من الأحرف في حقل \"عني\"",
|
||||
"terms-of-use": "شروط استخدام المنتدى <small>(تترك فارغة لتعطيلها)</small>",
|
||||
"user-search": "بحث الأعضاء",
|
||||
"user-search-results-per-page": "عدد النتائج المراد عرضها",
|
||||
"default-user-settings": "إعدادات الأعضاء الافتراضية",
|
||||
"show-email": "عرض البريد الإلكتروني",
|
||||
"show-fullname": "عرض الاسم الكامل",
|
||||
"restrict-chat": "السماح فقط برسائل الدردشة من المستخدمين الذين أتبعهم",
|
||||
"outgoing-new-tab": "Open outgoing links in new tab",
|
||||
"topic-search": "Enable In-Topic Searching",
|
||||
"digest-freq": "Subscribe to Digest",
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
{
|
||||
"category": "فئة",
|
||||
"subcategories": "فئة فرعية",
|
||||
"category": "قسم",
|
||||
"subcategories": "قسم فرعي",
|
||||
"new_topic_button": "موضوع جديد",
|
||||
"guest-login-post": "سجل بالدخول للرد",
|
||||
"no_topics": "<strong>لا توجد مواضيع في هذه الفئة</strong>لم لا تحاول إنشاء موضوع؟<br />",
|
||||
"guest-login-post": "سجل الدخول للمشاركة",
|
||||
"no_topics": "<strong>لا توجد مواضيع في هذه القسم</strong>لم لا تحاول إنشاء موضوع؟<br />",
|
||||
"browsing": "تصفح",
|
||||
"no_replies": "لم يرد أحد",
|
||||
"no_new_posts": "لا توجد مشاركات جديدة.",
|
||||
"share_this_category": "انشر هذه الفئة",
|
||||
"share_this_category": "شارك هذا القسم",
|
||||
"watch": "تابع",
|
||||
"ignore": "تجاهل",
|
||||
"watching": "متابع",
|
||||
"ignoring": "متجاهل",
|
||||
"watching.description": "أظهر المواضيع في غير مقروء",
|
||||
"ignoring.description": "لا تظهر المواضيع في غير مقروء",
|
||||
"watch.message": "You are now watching updates from this category and all subcategories",
|
||||
"ignore.message": "You are now ignoring updates from this category and all subcategories",
|
||||
"watched-categories": "الفئات المتابعة"
|
||||
"watch.message": "أنت الآن تتابع التحديثات من هذا القسم وجميع الأقسام الفرعية",
|
||||
"ignore.message": "أنت الآن تتجاهل التحديثات من هذا القسم وجميع الأقسام الفرعية",
|
||||
"watched-categories": "الأقسام المُتابعة"
|
||||
}
|
||||
@@ -125,6 +125,7 @@
|
||||
"parse-error": "حدث خطأ ما أثناء تحليل استجابة الخادم",
|
||||
"wrong-login-type-email": "الرجاء استعمال بريدك اﻹلكتروني للدخول",
|
||||
"wrong-login-type-username": "الرجاء استعمال اسم المستخدم الخاص بك للدخول",
|
||||
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
|
||||
"invite-maximum-met": "لقد قمت بدعوة الحد الأقصى من الأشخاص (%1 من %2)",
|
||||
"no-session-found": "لم دخول مسجل!",
|
||||
"not-in-room": "المستخدم غير موجود في الغرفة.",
|
||||
@@ -133,5 +134,6 @@
|
||||
"no-users-selected": "لا يوجد مستخدم محدد.",
|
||||
"invalid-home-page-route": "Invalid home page route",
|
||||
"invalid-session": "Session Mismatch",
|
||||
"invalid-session-text": "يبدو أن فترة التسجيل لم تعد قائمة او هي غير مطابقة مع الخادم. يرجى إعادة تحميل هذه الصفحة."
|
||||
"invalid-session-text": "يبدو أن فترة التسجيل لم تعد قائمة او هي غير مطابقة مع الخادم. يرجى إعادة تحميل هذه الصفحة.",
|
||||
"no-topics-selected": "No topics selected!"
|
||||
}
|
||||
@@ -4,7 +4,7 @@
|
||||
"buttons.close": "أغلق",
|
||||
"403.title": "غير مسموح بالدخول",
|
||||
"403.message": "يبدو أنك قد تعثرت على صفحة لا تمتلك الصلاحية للدخول إليها",
|
||||
"403.login": "حاول أن <a href='%1/login'>تسجل دخولك</a>.",
|
||||
"403.login": "ربما يجب عليك <a href='%1/login'>تسجل دخولك</a>.",
|
||||
"404.title": "لم يتم العثور",
|
||||
"404.message": "الصفحة غير موجودة. العودة لـ <a href='%1/'>الرئيسية</a>",
|
||||
"500.title": "خطأ داخلي",
|
||||
@@ -13,19 +13,19 @@
|
||||
"400.message": "الرابط غير صحيح. رجاءًا تأكد من الرابط أو ارجع لـ <a href='%1/'>الرئيسية</a>",
|
||||
"register": "تسجيل",
|
||||
"login": "دخول",
|
||||
"please_log_in": "المرجو تسجيل الدخول",
|
||||
"please_log_in": "الرجاء تسجيل الدخول",
|
||||
"logout": "تسجيل الخروج",
|
||||
"posting_restriction_info": "إضافة مشاركات جديد حكر على الأعضاء المسجلين، انقر هنا لتسجيل الدخول.",
|
||||
"welcome_back": "مرحبًا بعودتك",
|
||||
"you_have_successfully_logged_in": "تم سجيل الدخول بنجاح",
|
||||
"save_changes": "حفظ التغييرات",
|
||||
"save": "Save",
|
||||
"save": "حفظ",
|
||||
"close": "أغلق",
|
||||
"pagination": "الصفحات",
|
||||
"pagination.out_of": "%1 من %2",
|
||||
"pagination.enter_index": "أدخل الرقم التسلسلي",
|
||||
"header.admin": "مدبر نظام",
|
||||
"header.categories": "الفئات",
|
||||
"header.admin": "مدير النظام",
|
||||
"header.categories": "الأقسام",
|
||||
"header.recent": "حديث",
|
||||
"header.unread": "غير مقروء",
|
||||
"header.tags": "وسم",
|
||||
@@ -37,9 +37,9 @@
|
||||
"header.search": "بحث",
|
||||
"header.profile": "ملف",
|
||||
"header.navigation": "الاستكشاف",
|
||||
"notifications.loading": "تحميل التبليغات",
|
||||
"notifications.loading": "تحميل التنبيهات",
|
||||
"chats.loading": "تحميل الدردشات",
|
||||
"motd.welcome": "مرحبا بكم NodeBB، منصة مناقشة المستقبل",
|
||||
"motd.welcome": "مرحبا بكم في NodeBB، منصة المناقشة المستقبلية.",
|
||||
"previouspage": "الصفحة السابقة",
|
||||
"nextpage": "الصفحة التالية",
|
||||
"alert.success": "نجاح",
|
||||
@@ -75,7 +75,7 @@
|
||||
"norecenttopics": "لاوجود لمواضيع جديدة",
|
||||
"recentposts": "آخر المشاركات",
|
||||
"recentips": "آخر عناوين ال IP التي سجلت الدخول",
|
||||
"moderator_tools": "Moderator Tools",
|
||||
"moderator_tools": "أدوات المشرف",
|
||||
"away": "غير متواجد",
|
||||
"dnd": "عدم الإزعاج",
|
||||
"invisible": "مخفي",
|
||||
@@ -85,7 +85,7 @@
|
||||
"guest": "زائر",
|
||||
"guests": "الزوار",
|
||||
"updated.title": "تم تحديث المنتدى",
|
||||
"updated.message": "لقد تم تحديث المنتدى إلى آخر نسخة للتو. المرجو إعادة تحميل الصفحة.",
|
||||
"updated.message": "لقد تم تحديث المنتدى إلى آخر نسخة للتو. إضغط هنا لإعادة تحميل الصفحة.",
|
||||
"privacy": "الخصوصية",
|
||||
"follow": "متابعة",
|
||||
"unfollow": "إلغاء المتابعة",
|
||||
@@ -97,13 +97,13 @@
|
||||
"upload_file": "ارفع ملف",
|
||||
"upload": "ارفع",
|
||||
"allowed-file-types": "صيغ الملفات المدعومة هي 1%",
|
||||
"unsaved-changes": "لديك تغييرات لم تحفظ. هل أنت متأكد من تغيير الصفحة؟",
|
||||
"unsaved-changes": "لديك تغييرات لم تحفظ. هل أنت متأكد من رغبتك بمغادرة الصفحة؟",
|
||||
"reconnecting-message": "يبدو أن اتصالك لـ %1 قد فقد. رجاءًا أنتظر ثم حاول الإتصال مرة اخرى.",
|
||||
"play": "Play",
|
||||
"cookies.message": "This website uses cookies to ensure you get the best experience on our website.",
|
||||
"cookies.accept": "Got it!",
|
||||
"cookies.learn_more": "Learn More",
|
||||
"edited": "Edited",
|
||||
"disabled": "Disabled",
|
||||
"select": "Select"
|
||||
"play": "تشغيل",
|
||||
"cookies.message": "هذا الموقع يستخدم ملفات تعريف الارتباط لضمان حصولك على أفضل تجربة على موقعنا.",
|
||||
"cookies.accept": "فهمت الأمر!",
|
||||
"cookies.learn_more": "أعرف المزيد",
|
||||
"edited": "حُرِر",
|
||||
"disabled": "معطل",
|
||||
"select": "تحديد"
|
||||
}
|
||||
@@ -5,8 +5,8 @@
|
||||
"remember_me": "تذكرني؟",
|
||||
"forgot_password": "نسيت كلمة المرور؟",
|
||||
"alternative_logins": "تسجيلات الدخول البديلة",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"failed_login_attempt": "تسجيل الدخول غير ناجح",
|
||||
"login_successful": "قمت بتسجيل الدخول بنجاح!",
|
||||
"dont_have_account": "لا تملك حساب؟",
|
||||
"logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity"
|
||||
"logged-out-due-to-inactivity": "لقد تم تسجيل خروجك من لوحة تحكم بسبب عدم نشاطك"
|
||||
}
|
||||
@@ -2,8 +2,8 @@
|
||||
"register": "تسجيل",
|
||||
"cancel_registration": "إلغاء التسجيل",
|
||||
"help.email": "افتراضيا، سيتم إخفاء بريدك الإلكتروني من العامة.",
|
||||
"help.username_restrictions": "اسم مستخدم فريدة من نوعها بين1% و2% حرفا. يمكن للآخرين ذكرك @ <'span id='your-username> اسم المستخدم </span>.",
|
||||
"help.minimum_password_length": "كلمة المرور يجب أن تكون على الأقل بها 1% أحرف",
|
||||
"help.username_restrictions": "اسم مستخدم فريدة من نوعها بين 1% و 2% حرفا. بإمكان الآخرين مناداتك بـ @<span id='yourUsername'>اسم المستخدم</span>.",
|
||||
"help.minimum_password_length": "كلمة المرور يجب أن تتكون على الأقل من 1% أحرف/حروف",
|
||||
"email_address": "عنوان البريد الإلكتروني",
|
||||
"email_address_placeholder": "ادخل عنوان البريد الإلكتروني",
|
||||
"username": "اسم المستخدم",
|
||||
@@ -16,8 +16,8 @@
|
||||
"alternative_registration": "طريقة تسجيل بديلة",
|
||||
"terms_of_use": "شروط الاستخدام",
|
||||
"agree_to_terms_of_use": "أوافق على شروط الاستخدام",
|
||||
"terms_of_use_error": "You must agree to the Terms of Use",
|
||||
"registration-added-to-queue": "Your registration has been added to the approval queue. You will receive an email when it is accepted by an administrator.",
|
||||
"interstitial.intro": "We require some additional information before we can create your account.",
|
||||
"interstitial.errors-found": "We could not complete your registration:"
|
||||
"terms_of_use_error": "يجب عليك الموافقة على شروط الاستخدام",
|
||||
"registration-added-to-queue": "تمت إضافتك في قائمة الإنتضار. ستتلقى رسالة إلكترونية عند الموافقة على تسجيلك من قبل الإدارة.",
|
||||
"interstitial.intro": "نحتاج إلى بعض المعلومات الإضافية قبل أن نتمكن من إنشاء حسابك.",
|
||||
"interstitial.errors-found": "تعذر علينا إتمام عملية التسجيل:"
|
||||
}
|
||||
@@ -68,6 +68,8 @@
|
||||
"thread_tools.restore_confirm": "هل أنت متأكد أنك تريد استعادة هذا الموضوع؟",
|
||||
"thread_tools.purge": "تطهير الموضوع",
|
||||
"thread_tools.purge_confirm": "هل أنت متأكد أنك تريد تطهير هذا الموضوع؟",
|
||||
"thread_tools.merge_topics": "Merge Topics",
|
||||
"thread_tools.merge": "Merge",
|
||||
"topic_move_success": "تم نقل هذا الموضوع إلى %1 بنجاح",
|
||||
"post_delete_confirm": "هل أنت متأكد أنك تريد حذف هذه المشاركة؟",
|
||||
"post_restore_confirm": "هل أنت متأكد أنك تريد استعادة هذه المشاركة؟",
|
||||
@@ -89,6 +91,7 @@
|
||||
"fork_pid_count": "1% مشاركة محددة",
|
||||
"fork_success": "تم إنشاء فرع للموضوع بنجاح! إضغط هنا لمعاينة الفرع.",
|
||||
"delete_posts_instruction": "Click the posts you want to delete/purge",
|
||||
"merge_topics_instruction": "Click the topics you want to merge",
|
||||
"composer.title_placeholder": "أدخل عنوان موضوعك هنا...",
|
||||
"composer.handle_placeholder": "اﻹسم",
|
||||
"composer.discard": "نبذ التغييرات",
|
||||
|
||||
@@ -7,13 +7,13 @@
|
||||
"email": "البريد الإلكتروني",
|
||||
"confirm_email": "تأكيد عنوان البريد الإلكتروني",
|
||||
"account_info": "معلومات الحساب",
|
||||
"ban_account": "Ban Account",
|
||||
"ban_account": "حظر الحساب",
|
||||
"ban_account_confirm": "هل تريد حقاً حظر هاذا العضو؟",
|
||||
"unban_account": "Unban Account",
|
||||
"unban_account": "إزالة حظر الحساب",
|
||||
"delete_account": "حذف الحساب",
|
||||
"delete_account_confirm": "هل أن متأكد أنك تريد حذف حسابك؟<br /><strong> هذه العملية غير قابلة للإلغاء ولن يكون بالإمكان استعادة بياناتك</strong><br /><br />أدخل اسم المستخدم الخاص بك لتأكيد عملية الحذف",
|
||||
"delete_this_account_confirm": "Are you sure you want to delete this account? <br /><strong>This action is irreversible and you will not be able to recover any data</strong><br /><br />",
|
||||
"account-deleted": "Account deleted",
|
||||
"delete_this_account_confirm": "هل انت متأكد من رغبتك بحذف هذا الحساب؟ <br /> <strong>هذا الإجراء لا رجعة فيه ولن تتمكن من استرداد أي بيانات</strong><br /><br />",
|
||||
"account-deleted": "تم حذف الحساب",
|
||||
"fullname": "الاسم الكامل",
|
||||
"website": "الموقع الإلكتروني",
|
||||
"location": "الموقع",
|
||||
@@ -25,15 +25,15 @@
|
||||
"reputation": "السمعة",
|
||||
"bookmarks": "Bookmarks",
|
||||
"watched": "متابع",
|
||||
"ignored": "Ignored",
|
||||
"ignored": "تم تجاهله",
|
||||
"followers": "المتابعون",
|
||||
"following": "يتابع",
|
||||
"aboutme": "معلومة عنك او السيرة الذاتية",
|
||||
"signature": "توقيع",
|
||||
"birthday": "عيد ميلاد",
|
||||
"chat": "محادثة",
|
||||
"chat_with": "Continue chat with %1",
|
||||
"new_chat_with": "Start new chat with %1",
|
||||
"chat_with": "متابعة الدردشة مع %1",
|
||||
"new_chat_with": "بدء دردشة جديدة مع %1",
|
||||
"flag-profile": "Flag Profile",
|
||||
"follow": "تابع",
|
||||
"unfollow": "إلغاء المتابعة",
|
||||
@@ -44,7 +44,7 @@
|
||||
"change_email": "تغيير البريد اﻹلكتروني",
|
||||
"edit": "تعديل",
|
||||
"edit-profile": "تعديل الملف الشخصي",
|
||||
"default_picture": "Default Icon",
|
||||
"default_picture": "أيقونة افتراضية",
|
||||
"uploaded_picture": "الصورة المرفوعة",
|
||||
"upload_new_picture": "رفع صورة جديدة",
|
||||
"upload_new_picture_from_url": "رفع صورة جديدة من رابط",
|
||||
@@ -58,17 +58,17 @@
|
||||
"change_password_success": "تم تحديث كلمة السر خاصتك.",
|
||||
"confirm_password": "تأكيد كلمة السر",
|
||||
"password": "كلمة السر",
|
||||
"username_taken_workaround": "اسم المستخدم الذي اخترته سبق أخذه، لذا تم تغييره قليلا. أن الآن مسجل تحت الاسم <strong>%1</strong>",
|
||||
"password_same_as_username": "Your password is the same as your username, please select another password.",
|
||||
"password_same_as_email": "Your password is the same as your email, please select another password.",
|
||||
"weak_password": "Weak password.",
|
||||
"username_taken_workaround": "اسم المستخدم الذي اخترته مستخدم سابقا، لذلك قمنا بتغييره لك قليلا. أنت الآن مسجل بالاسم <strong>%1</strong>",
|
||||
"password_same_as_username": "كلمة المرور مطابقة لاسم المستخدم الخاص بك، يرجى تحديد كلمة مرور أخرى.",
|
||||
"password_same_as_email": "كلمة المرور مطابقة لبريدك الإلكتروني، يرجى تحديد كلمة مرور أخرى.",
|
||||
"weak_password": "كلمة مرور ضعيفة.",
|
||||
"upload_picture": "ارفع الصورة",
|
||||
"upload_a_picture": "رفع صورة",
|
||||
"remove_uploaded_picture": "Remove Uploaded Picture",
|
||||
"upload_cover_picture": "Upload cover picture",
|
||||
"remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?",
|
||||
"crop_picture": "Crop picture",
|
||||
"upload_cropped_picture": "Crop and upload",
|
||||
"remove_uploaded_picture": "إزالة الصورة المرفوعة",
|
||||
"upload_cover_picture": "رفع صورة الغلاف",
|
||||
"remove_cover_picture_confirm": "هل تريد بالتأكيد إزالة صورة الغلاف؟",
|
||||
"crop_picture": "إقتصاص الصورة",
|
||||
"upload_cropped_picture": "إقتصاص ورفع",
|
||||
"settings": "خيارات",
|
||||
"show_email": "أظهر بريدي الإلكتروني",
|
||||
"show_fullname": "أظهر اسمي الكامل",
|
||||
@@ -80,66 +80,66 @@
|
||||
"digest_weekly": "أسبوعيًّا",
|
||||
"digest_monthly": "شهريًّا",
|
||||
"settings-require-reload": "تغيير بعض اﻹعدادات يتطلب تحديث الصفحة. إضغط هنا لتحديث الصفحة",
|
||||
"has_no_follower": "هذا المستخدم ليس لديه أي متابع :(",
|
||||
"has_no_follower": "هذا المستخدم ليس لديه أية متابعين :(",
|
||||
"follows_no_one": "هذا المستخدم لا يتابع أحد :(",
|
||||
"has_no_posts": "This user hasn't posted anything yet.",
|
||||
"has_no_topics": "This user hasn't posted any topics yet.",
|
||||
"has_no_watched_topics": "This user hasn't watched any topics yet.",
|
||||
"has_no_ignored_topics": "This user hasn't ignored any topics yet.",
|
||||
"has_no_upvoted_posts": "This user hasn't upvoted any posts yet.",
|
||||
"has_no_downvoted_posts": "This user hasn't downvoted any posts yet.",
|
||||
"has_no_voted_posts": "This user has no voted posts",
|
||||
"has_no_posts": "هذا المستخدم لم يشارك حتى الآن.",
|
||||
"has_no_topics": "هذا المستخدم لم يكتب أي موضوع حتى الآن.",
|
||||
"has_no_watched_topics": "هذا المستخدم لم يقم بمراقبة اية مواضيع حتى الآن.",
|
||||
"has_no_ignored_topics": "هذا المستخدم لم يقم بتجاهل اية مواضيع حتى الآن.",
|
||||
"has_no_upvoted_posts": "هذا المستخدم لم يقم بالتصويت للأعلى لأي مشاركة حتى الآن.",
|
||||
"has_no_downvoted_posts": "هذا المستخدم لم يقم بالتصويت للأسفل لأي مشاركة حتى الآن.",
|
||||
"has_no_voted_posts": "هذا المستخدم لا يمتلك اية مشاركات تم التصويت عليها",
|
||||
"email_hidden": "البريد الإلكتروني مخفي",
|
||||
"hidden": "مخفي",
|
||||
"paginate_description": "Paginate topics and posts instead of using infinite scroll",
|
||||
"paginate_description": "عرض المواضيع والردود موزعة على صفحات عوضاً عن التمرير اللانهائي.",
|
||||
"topics_per_page": "المواضيع في كل صفحة",
|
||||
"posts_per_page": "الردود في كل صفحة",
|
||||
"max_items_per_page": "Maximum %1",
|
||||
"max_items_per_page": "أقصى %1",
|
||||
"notification_sounds": "تشغيل صوت عند تلقي تنبيه",
|
||||
"notifications_and_sounds": "Notifications & Sounds",
|
||||
"incoming-message-sound": "Incoming message sound",
|
||||
"outgoing-message-sound": "Outgoing message sound",
|
||||
"notification-sound": "Notification sound",
|
||||
"no-sound": "No sound",
|
||||
"upvote-notif-freq": "Upvote Notification Frequency",
|
||||
"upvote-notif-freq.all": "All Upvotes",
|
||||
"upvote-notif-freq.everyTen": "Every Ten Upvotes",
|
||||
"notifications_and_sounds": "التنبيهات والأصوات",
|
||||
"incoming-message-sound": "صوت الرسالة الواردة",
|
||||
"outgoing-message-sound": "صوت الرسائل الصادرة",
|
||||
"notification-sound": "صوت التنبيهات",
|
||||
"no-sound": "بدون صوت",
|
||||
"upvote-notif-freq": "معدل تكرار تنبيهات التصويت للأعلى",
|
||||
"upvote-notif-freq.all": "كل التصويتات للأعلى",
|
||||
"upvote-notif-freq.everyTen": "كل عشر تصويتات للأعلى",
|
||||
"upvote-notif-freq.logarithmic": "On 10, 100, 1000...",
|
||||
"upvote-notif-freq.disabled": "Disabled",
|
||||
"upvote-notif-freq.disabled": "معطل",
|
||||
"browsing": "خيارات التصفح",
|
||||
"open_links_in_new_tab": "فتح الروابط الخارجية في نافدة جديدة",
|
||||
"enable_topic_searching": "تفعيل خاصية البحث داخل المواضيع",
|
||||
"topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen",
|
||||
"delay_image_loading": "Delay Image Loading",
|
||||
"image_load_delay_help": "If enabled, images in topics will not load until they are scrolled into view",
|
||||
"topic_search_help": "إذا قمت بتفعيل ميزة البحث في-الموضوع، سيتم تجاوز الخيار الافتراضي للمتصفح مما يؤدي للبحث بكامل الموضوع بدلا عن البحث في الجزء الظاهر في الشاشة.",
|
||||
"delay_image_loading": "تأخير عرض الصور",
|
||||
"image_load_delay_help": "إذا تم تمكينه، فلن يتم تحميل الصور في المواضيع حتى يتم تمريرها في الشاشة",
|
||||
"scroll_to_my_post": "After posting a reply, show the new post",
|
||||
"follow_topics_you_reply_to": "Watch topics that you reply to",
|
||||
"follow_topics_you_create": "Watch topics you create",
|
||||
"follow_topics_you_reply_to": "متابعة المواضيع التي تقوم بالرد عليها",
|
||||
"follow_topics_you_create": "متابعة المواضيع التي تقوم بإنشائها",
|
||||
"grouptitle": "عنوان المجموعة",
|
||||
"no-group-title": "لا يوجد عنوان للمجموعة",
|
||||
"select-skin": "Select a Skin",
|
||||
"select-homepage": "Select a Homepage",
|
||||
"select-skin": "إختر سمة",
|
||||
"select-homepage": "إختر الصفحة الرئيسية",
|
||||
"homepage": "الصفحة الرئيسية",
|
||||
"homepage_description": "Select a page to use as the forum homepage or 'None' to use the default homepage.",
|
||||
"custom_route": "Custom Homepage Route",
|
||||
"custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\", or \"popular\")",
|
||||
"sso.title": "Single Sign-on Services",
|
||||
"sso.associated": "Associated with",
|
||||
"sso.not-associated": "Click here to associate with",
|
||||
"sso.dissociate": "Dissociate",
|
||||
"sso.dissociate-confirm-title": "Confirm Dissociation",
|
||||
"sso.dissociate-confirm": "Are you sure you wish to dissociate your account from %1?",
|
||||
"info.latest-flags": "Latest Flags",
|
||||
"info.no-flags": "No Flagged Posts Found",
|
||||
"info.ban-history": "Recent Ban History",
|
||||
"info.no-ban-history": "This user has never been banned",
|
||||
"info.banned-until": "Banned until %1",
|
||||
"info.banned-permanently": "Banned permanently",
|
||||
"info.banned-reason-label": "Reason",
|
||||
"info.banned-no-reason": "No reason given.",
|
||||
"info.username-history": "Username History",
|
||||
"info.email-history": "Email History",
|
||||
"info.moderation-note": "Moderation Note",
|
||||
"info.moderation-note.success": "Moderation note saved",
|
||||
"info.moderation-note.add": "Add note"
|
||||
"homepage_description": "حدد صفحة لاستخدامها كصفحة رئيسية للمنتدى أو \"لا شيء\" لاستخدام الصفحة الرئيسية الافتراضية.",
|
||||
"custom_route": "مسار الصفحة الرئيسية المخصصة",
|
||||
"custom_route_help": "أدخل اسم مسار هنا، بدون أي شرطة مائلة (على سبيل المثال \"حديثة\" أو \"شائعة\")",
|
||||
"sso.title": "خدمات تسجيل الدخول الموحد",
|
||||
"sso.associated": "مرتبط مع",
|
||||
"sso.not-associated": "انقر هنا لربط مع",
|
||||
"sso.dissociate": "فصل",
|
||||
"sso.dissociate-confirm-title": "تأكيد الفصل",
|
||||
"sso.dissociate-confirm": "هل تريد بالتأكيد فصل حسابك عن %1؟",
|
||||
"info.latest-flags": "أحدث العلامات",
|
||||
"info.no-flags": "لم يتم العثور على مشاركات معلمة",
|
||||
"info.ban-history": "سجل الحظر الأحدث",
|
||||
"info.no-ban-history": "هذا المستخدم لم يتم حظره مطلقا",
|
||||
"info.banned-until": "محظور حتى %1",
|
||||
"info.banned-permanently": "محظور بشكل دائم",
|
||||
"info.banned-reason-label": "سبب",
|
||||
"info.banned-no-reason": "لم يتم إعطاء سبب.",
|
||||
"info.username-history": "سجل اسم المستخدم",
|
||||
"info.email-history": "سجل البريد الإلكتروني",
|
||||
"info.moderation-note": "ملاحظة الإشراف",
|
||||
"info.moderation-note.success": "تم حفظ ملاحظة الإشراف",
|
||||
"info.moderation-note.add": "إضافة ملاحظة"
|
||||
}
|
||||
@@ -10,12 +10,12 @@
|
||||
"filter-by": "Filter By",
|
||||
"online-only": "المتصلون فقط",
|
||||
"invite": "دعوة",
|
||||
"invitation-email-sent": "An invitation email has been sent to %1",
|
||||
"invitation-email-sent": "تم إرسال دعوة بالبريد الإلكتروني إلى %1",
|
||||
"user_list": "قائمة اﻷعضاء",
|
||||
"recent_topics": "أحدث المواضيع",
|
||||
"popular_topics": "Popular Topics",
|
||||
"popular_topics": "المواضيع الأكثر شهرة",
|
||||
"unread_topics": "المواضيع الغير مقروءة",
|
||||
"categories": "الفئات",
|
||||
"tags": "الكلمات الدلالية",
|
||||
"no-users-found": "No users found!"
|
||||
"categories": "الأقسام",
|
||||
"tags": "الوسوم",
|
||||
"no-users-found": "لم يتم العثور على مستخدمين!"
|
||||
}
|
||||
@@ -125,6 +125,7 @@
|
||||
"parse-error": "Нещо се обърка при прочитането на отговора на сървъра",
|
||||
"wrong-login-type-email": "Моля, използвайте е-пощата си, за да се впишете",
|
||||
"wrong-login-type-username": "Моля, използвайте потребителското си име, за да се впишете",
|
||||
"sso-registration-disabled": "Регистрацията за акаунти от %1 беше забранена, моля, регистрирайте се първо с е-поща",
|
||||
"invite-maximum-met": "Вие сте поканили максимално позволения брой хора (%1 от %2).",
|
||||
"no-session-found": "Няма намерена сесия на вписване!",
|
||||
"not-in-room": "Потребителят не е в стаята",
|
||||
@@ -133,5 +134,6 @@
|
||||
"no-users-selected": "Няма избран(и) потребител(и)",
|
||||
"invalid-home-page-route": "Грешен път към началната страница",
|
||||
"invalid-session": "Несъответствие в сесията",
|
||||
"invalid-session-text": "Изглежда сесията Ви на вписване вече е изтекла или не съответства на сървъра. Моля, опреснете страницата."
|
||||
"invalid-session-text": "Изглежда сесията Ви на вписване вече е изтекла или не съответства на сървъра. Моля, опреснете страницата.",
|
||||
"no-topics-selected": "Няма избрани теми!"
|
||||
}
|
||||
@@ -68,6 +68,8 @@
|
||||
"thread_tools.restore_confirm": "Наистина ли искате да възстановите тази тема?",
|
||||
"thread_tools.purge": "Изчистване на темата",
|
||||
"thread_tools.purge_confirm": "Наистина ли искате да изчистите тази тема?",
|
||||
"thread_tools.merge_topics": "Merge Topics",
|
||||
"thread_tools.merge": "Merge",
|
||||
"topic_move_success": "Темата беше преместена успешно в %1",
|
||||
"post_delete_confirm": "Наистина ли искате да изтриете тази публикация?",
|
||||
"post_restore_confirm": "Наистина ли искате да възстановите тази публикация?",
|
||||
@@ -89,6 +91,7 @@
|
||||
"fork_pid_count": "Избрани публикации: %1",
|
||||
"fork_success": "Темата е разделена успешно! Натиснете тук, за да преминете към отделената тема.",
|
||||
"delete_posts_instruction": "Натиснете публикациите, които искате да изтриете/изчистите",
|
||||
"merge_topics_instruction": "Click the topics you want to merge",
|
||||
"composer.title_placeholder": "Въведете заглавието на темата си тук...",
|
||||
"composer.handle_placeholder": "Име",
|
||||
"composer.discard": "Отхвърляне",
|
||||
|
||||
@@ -125,6 +125,7 @@
|
||||
"parse-error": "Something went wrong while parsing server response",
|
||||
"wrong-login-type-email": "Please use your email to login",
|
||||
"wrong-login-type-username": "Please use your username to login",
|
||||
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
|
||||
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
|
||||
"no-session-found": "No login session found!",
|
||||
"not-in-room": "User not in room",
|
||||
@@ -133,5 +134,6 @@
|
||||
"no-users-selected": "No user(s) selected",
|
||||
"invalid-home-page-route": "Invalid home page route",
|
||||
"invalid-session": "Session Mismatch",
|
||||
"invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page."
|
||||
"invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page.",
|
||||
"no-topics-selected": "No topics selected!"
|
||||
}
|
||||
@@ -68,6 +68,8 @@
|
||||
"thread_tools.restore_confirm": "আপনি নিশ্চিত যে আপনি টপিকটি পুনরূদ্ধার করতে চান?",
|
||||
"thread_tools.purge": "টপিক পার্জ করুন",
|
||||
"thread_tools.purge_confirm": "আপনি নিশ্চিত যে আপনি টপিকটি পার্জ করতে চাচ্ছেন ? ",
|
||||
"thread_tools.merge_topics": "Merge Topics",
|
||||
"thread_tools.merge": "Merge",
|
||||
"topic_move_success": "টপিকটি %1 এ সরিয়ে নেয়া হয়েছে",
|
||||
"post_delete_confirm": "আপনি নিশ্চিত যে আপনি এই পোষ্টটি মুছে ফেলতে চান ?",
|
||||
"post_restore_confirm": "আপনি নিশ্চিত যে আপনি এই পোষ্টটি পুনরূূদ্ধার করতে চান ? ",
|
||||
@@ -89,6 +91,7 @@
|
||||
"fork_pid_count": "%1 post(s) selected",
|
||||
"fork_success": "টপিক ফর্ক করা হয়েছে। ফর্ক করা টপিকে যেতে এখানে ক্লিক করুন",
|
||||
"delete_posts_instruction": "Click the posts you want to delete/purge",
|
||||
"merge_topics_instruction": "Click the topics you want to merge",
|
||||
"composer.title_placeholder": "আপনার টপিকের শিরোনাম দিন",
|
||||
"composer.handle_placeholder": "Name",
|
||||
"composer.discard": "বাতিল",
|
||||
|
||||
@@ -125,6 +125,7 @@
|
||||
"parse-error": "Při analýze odpovědi serveru nastala chyba",
|
||||
"wrong-login-type-email": "Pro přihlášení použijte vaši e-mailovou adresu",
|
||||
"wrong-login-type-username": "Pro přihlášení použijte vaše uživatelské jméno",
|
||||
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
|
||||
"invite-maximum-met": "Již jste pozval/a maximálně možný počet lidí (%1 z %2).",
|
||||
"no-session-found": "Nebyla nalezena relace s přihlášením.",
|
||||
"not-in-room": "Uživatel není přítomen v místnosti",
|
||||
@@ -133,5 +134,6 @@
|
||||
"no-users-selected": "Žádný uživatel/é nebyl/y vybrán/i",
|
||||
"invalid-home-page-route": "Neplatná cesta k domovské stránkce",
|
||||
"invalid-session": "Nesoulad v relacích",
|
||||
"invalid-session-text": "Zdá se, že vše relace s přihlášením již není aktivní nebo již neodpovídá s relací na serveru. Obnovte prosím tuto stránku."
|
||||
"invalid-session-text": "Zdá se, že vše relace s přihlášením již není aktivní nebo již neodpovídá s relací na serveru. Obnovte prosím tuto stránku.",
|
||||
"no-topics-selected": "No topics selected!"
|
||||
}
|
||||
@@ -68,6 +68,8 @@
|
||||
"thread_tools.restore_confirm": "Jste si jist/a, že chcete toto téma obnovit?",
|
||||
"thread_tools.purge": "Vyčistit téma",
|
||||
"thread_tools.purge_confirm": "Jste si jist/a, že chcete vyčistit toto téma?",
|
||||
"thread_tools.merge_topics": "Merge Topics",
|
||||
"thread_tools.merge": "Merge",
|
||||
"topic_move_success": "Toto téma bylo úspěšně přesunuto do %1",
|
||||
"post_delete_confirm": "Jste si jist/a, že chcete odstranit tento příspěvek?",
|
||||
"post_restore_confirm": "Jste si jist/a, že chcete obnovit tento příspěvek?",
|
||||
@@ -89,6 +91,7 @@
|
||||
"fork_pid_count": "Vybráno %1 příspěvek/ů",
|
||||
"fork_success": "Téma úspěšně rozděleno. Pro přejití na rozdělené téma, zde klikněte.",
|
||||
"delete_posts_instruction": "Klikněte na příspěvek, který chcete odstranit/vyčistit",
|
||||
"merge_topics_instruction": "Click the topics you want to merge",
|
||||
"composer.title_placeholder": "Zadejte název tématu…",
|
||||
"composer.handle_placeholder": "Jméno",
|
||||
"composer.discard": "Zrušit",
|
||||
|
||||
@@ -125,6 +125,7 @@
|
||||
"parse-error": "Noget gik galt under fortolknings er serverens respons",
|
||||
"wrong-login-type-email": "Brug venligt din email til login",
|
||||
"wrong-login-type-username": "Brug venligt dit brugernavn til login",
|
||||
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
|
||||
"invite-maximum-met": "Du har inviteret det maksimale antal personer (%1 ud af %2)",
|
||||
"no-session-found": "Ingen login session kan findes!",
|
||||
"not-in-room": "Bruger er ikke i rummet",
|
||||
@@ -133,5 +134,6 @@
|
||||
"no-users-selected": "No user(s) selected",
|
||||
"invalid-home-page-route": "Invalid home page route",
|
||||
"invalid-session": "Session Mismatch",
|
||||
"invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page."
|
||||
"invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page.",
|
||||
"no-topics-selected": "No topics selected!"
|
||||
}
|
||||
@@ -68,6 +68,8 @@
|
||||
"thread_tools.restore_confirm": "Er du sikker på at du ønsker at genoprette denne tråd?",
|
||||
"thread_tools.purge": "Udrader tråd",
|
||||
"thread_tools.purge_confirm": "Er du sikker på at du vil udrense denne tråd?",
|
||||
"thread_tools.merge_topics": "Merge Topics",
|
||||
"thread_tools.merge": "Merge",
|
||||
"topic_move_success": "Denne tråd blev flyttet til %1",
|
||||
"post_delete_confirm": "Er du sikker på at du vil slette dette indlæg?",
|
||||
"post_restore_confirm": "Er du sikker på at du vil gendanne dette indlæg?",
|
||||
@@ -89,6 +91,7 @@
|
||||
"fork_pid_count": "%1 post(s) selected",
|
||||
"fork_success": "Tråden blev fraskilt! Klik her for at gå til den fraskilte tråd.",
|
||||
"delete_posts_instruction": "Klik på de indlæg du vil slette/rense",
|
||||
"merge_topics_instruction": "Click the topics you want to merge",
|
||||
"composer.title_placeholder": "Angiv din trådtittel her ...",
|
||||
"composer.handle_placeholder": "Navn",
|
||||
"composer.discard": "Fortryd",
|
||||
|
||||
@@ -125,6 +125,7 @@
|
||||
"parse-error": "Beim auswerten der Serverantwort ist etwas schiefgegangen",
|
||||
"wrong-login-type-email": "Bitte nutze deine E-Mail-Adresse zum einloggen",
|
||||
"wrong-login-type-username": "Bitte nutze deinen Benutzernamen zum einloggen",
|
||||
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
|
||||
"invite-maximum-met": "Du hast bereits die maximale Anzahl an Personen eingeladen (%1 von %2).",
|
||||
"no-session-found": "Keine Login-Sitzung gefunden!",
|
||||
"not-in-room": "Benutzer nicht im Raum",
|
||||
@@ -133,5 +134,6 @@
|
||||
"no-users-selected": "Kein(e) Benutzer ausgewählt",
|
||||
"invalid-home-page-route": "Ungültiger Startseitenpfad",
|
||||
"invalid-session": "Sitzungsdiskrepanz",
|
||||
"invalid-session-text": "Es scheint als wäre deine Login-Sitzung nicht mehr aktiv oder sie passt nicht mehr mit der des Servers. Bitte aktualisiere diese Seite."
|
||||
"invalid-session-text": "Es scheint als wäre deine Login-Sitzung nicht mehr aktiv oder sie passt nicht mehr mit der des Servers. Bitte aktualisiere diese Seite.",
|
||||
"no-topics-selected": "No topics selected!"
|
||||
}
|
||||
@@ -68,6 +68,8 @@
|
||||
"thread_tools.restore_confirm": "Bist du sicher, dass du dieses Thema wiederherstellen möchtest?",
|
||||
"thread_tools.purge": "Thema endgültig löschen",
|
||||
"thread_tools.purge_confirm": "Bist du sicher, dass du dieses Thema endgültig löschen möchtest?",
|
||||
"thread_tools.merge_topics": "Merge Topics",
|
||||
"thread_tools.merge": "Merge",
|
||||
"topic_move_success": "Thema wurde erfolgreich nach %1 verschoben.",
|
||||
"post_delete_confirm": "Sind Sie sicher, dass Sie diesen Beitrag löschen möchten?",
|
||||
"post_restore_confirm": "Sind Sie sicher, dass Sie diesen Beitrag wiederherstellen möchten?",
|
||||
@@ -89,6 +91,7 @@
|
||||
"fork_pid_count": "%1 Beiträge ausgewählt",
|
||||
"fork_success": "Thema erfolgreich aufgespalten! Klicke hier, um zum abgespaltenen Thema zu gelangen.",
|
||||
"delete_posts_instruction": "Wähle die zu löschenden Beiträge aus",
|
||||
"merge_topics_instruction": "Click the topics you want to merge",
|
||||
"composer.title_placeholder": "Hier den Titel des Themas eingeben...",
|
||||
"composer.handle_placeholder": "Name",
|
||||
"composer.discard": "Verwerfen",
|
||||
|
||||
@@ -125,6 +125,7 @@
|
||||
"parse-error": "Something went wrong while parsing server response",
|
||||
"wrong-login-type-email": "Please use your email to login",
|
||||
"wrong-login-type-username": "Please use your username to login",
|
||||
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
|
||||
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
|
||||
"no-session-found": "No login session found!",
|
||||
"not-in-room": "User not in room",
|
||||
@@ -133,5 +134,6 @@
|
||||
"no-users-selected": "No user(s) selected",
|
||||
"invalid-home-page-route": "Invalid home page route",
|
||||
"invalid-session": "Session Mismatch",
|
||||
"invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page."
|
||||
"invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page.",
|
||||
"no-topics-selected": "No topics selected!"
|
||||
}
|
||||
@@ -68,6 +68,8 @@
|
||||
"thread_tools.restore_confirm": "Είσαι σίγουρος/η πως θέλεις να επαναφέρεις αυτό το θέμα;",
|
||||
"thread_tools.purge": "Εκκαθάριση Θέματος",
|
||||
"thread_tools.purge_confirm": "Είσαι σίγουρος/η πως θέλεις να εκκαθαρίσεις αυτό το θέμα;",
|
||||
"thread_tools.merge_topics": "Merge Topics",
|
||||
"thread_tools.merge": "Merge",
|
||||
"topic_move_success": "Το θέμα μετακινήθηκε στο %1 με επιτυχία",
|
||||
"post_delete_confirm": "Είσαι σίγουρος/η πως θέλεις να διαγράψεις αυτή την δημοσίευση;",
|
||||
"post_restore_confirm": "Είσαι σίγουρος/η πως θέλεις να επαναφέρεις αυτή την δημοσίευση;",
|
||||
@@ -89,6 +91,7 @@
|
||||
"fork_pid_count": "%1 post(s) selected",
|
||||
"fork_success": "Successfully forked topic! Click here to go to the forked topic.",
|
||||
"delete_posts_instruction": "Click the posts you want to delete/purge",
|
||||
"merge_topics_instruction": "Click the topics you want to merge",
|
||||
"composer.title_placeholder": "Εισαγωγή του τίτλου του θέματος εδώ...",
|
||||
"composer.handle_placeholder": "Name",
|
||||
"composer.discard": "Πέταγμα",
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"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"
|
||||
"allow-user-home-pages": "Allow User Home Pages",
|
||||
"home-page-title": "Title of the home page (default \"Home\")"
|
||||
}
|
||||
@@ -6,21 +6,25 @@
|
||||
"sorting.most-votes": "Most Votes",
|
||||
"sorting.most-posts": "Most Posts",
|
||||
"sorting.topic-default": "Default Topic Sorting",
|
||||
"length": "Post Length",
|
||||
"restrictions": "Posting Restrictions",
|
||||
"restrictions-new": "New User Restrictions",
|
||||
"restrictions.post-queue": "Enable 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.seconds-between": "Seconds between Posts",
|
||||
"restrictions.seconds-between-new": "Seconds between Posts for New Users",
|
||||
"restrictions.rep-threshold": "Reputation threshold before this restriction is lifted",
|
||||
"restrictions-new.post-queue-help": "Enabling new user restrictions will set restrictions on posts created by new users.",
|
||||
"restrictions.seconds-between": "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-defore-new": "Seconds before new user can post",
|
||||
"restrictions.seconds-edit-after": "Number of seconds users are allowed to edit posts after posting. (0 disabled)",
|
||||
"restrictions.seconds-delete-after": "Number of seconds users are allowed to delete posts after posting. (0 disabled)",
|
||||
"restrictions.seconds-edit-after": "Number of seconds before users are allowed to edit posts after posting. (0 disabled)",
|
||||
"restrictions.seconds-delete-after": "Number of seconds before users are allowed to delete posts after posting. (0 disabled)",
|
||||
"restrictions.replies-no-delete": "Number of replies after users are disallowed to delete their own topics. (0 disabled)",
|
||||
"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.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)",
|
||||
|
||||
@@ -152,6 +152,7 @@
|
||||
"parse-error": "Something went wrong while parsing server response",
|
||||
"wrong-login-type-email": "Please use your email to login",
|
||||
"wrong-login-type-username": "Please use your username to login",
|
||||
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
|
||||
|
||||
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
|
||||
|
||||
@@ -163,5 +164,7 @@
|
||||
"invalid-home-page-route": "Invalid home page route",
|
||||
|
||||
"invalid-session": "Session Mismatch",
|
||||
"invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page."
|
||||
"invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page.",
|
||||
|
||||
"no-topics-selected": "No topics selected!"
|
||||
}
|
||||
|
||||
@@ -79,6 +79,8 @@
|
||||
"thread_tools.restore_confirm": "Are you sure you want to restore this topic?",
|
||||
"thread_tools.purge": "Purge Topic",
|
||||
"thread_tools.purge_confirm" : "Are you sure you want to purge this topic?",
|
||||
"thread_tools.merge_topics": "Merge Topics",
|
||||
"thread_tools.merge": "Merge",
|
||||
|
||||
"topic_move_success": "This topic has been successfully moved to %1",
|
||||
|
||||
@@ -105,6 +107,7 @@
|
||||
"fork_pid_count": "%1 post(s) selected",
|
||||
"fork_success": "Successfully forked topic! Click here to go to the forked topic.",
|
||||
"delete_posts_instruction": "Click the posts you want to delete/purge",
|
||||
"merge_topics_instruction": "Click the topics you want to merge",
|
||||
|
||||
"composer.title_placeholder": "Enter your topic title here...",
|
||||
"composer.handle_placeholder": "Name",
|
||||
|
||||
@@ -125,6 +125,7 @@
|
||||
"parse-error": "Something went wrong while parsing server response",
|
||||
"wrong-login-type-email": "Please use your email to login",
|
||||
"wrong-login-type-username": "Please use your username to login",
|
||||
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
|
||||
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
|
||||
"no-session-found": "No login session found!",
|
||||
"not-in-room": "User not in room",
|
||||
@@ -133,5 +134,6 @@
|
||||
"no-users-selected": "No user(s) selected",
|
||||
"invalid-home-page-route": "Invalid home page route",
|
||||
"invalid-session": "Session Mismatch",
|
||||
"invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page."
|
||||
"invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page.",
|
||||
"no-topics-selected": "No topics selected!"
|
||||
}
|
||||
@@ -68,6 +68,8 @@
|
||||
"thread_tools.restore_confirm": "Are you sure you want to restore this topic?",
|
||||
"thread_tools.purge": "Purge Topic",
|
||||
"thread_tools.purge_confirm": "Are you sure you want to purge this topic?",
|
||||
"thread_tools.merge_topics": "Merge Topics",
|
||||
"thread_tools.merge": "Merge",
|
||||
"topic_move_success": "This topic has been successfully moved to %1",
|
||||
"post_delete_confirm": "Are you sure you want to delete this post?",
|
||||
"post_restore_confirm": "Are you sure you want to restore this post?",
|
||||
@@ -89,6 +91,7 @@
|
||||
"fork_pid_count": "%1 post(s) selected",
|
||||
"fork_success": "Successfully forked topic! Click here to go to the forked topic.",
|
||||
"delete_posts_instruction": "Click the posts you want to delete/purge",
|
||||
"merge_topics_instruction": "Click the topics you want to merge",
|
||||
"composer.title_placeholder": "Enter your topic title here...",
|
||||
"composer.handle_placeholder": "Name",
|
||||
"composer.discard": "Discard",
|
||||
|
||||
@@ -125,6 +125,7 @@
|
||||
"parse-error": "Something went wrong while parsing server response",
|
||||
"wrong-login-type-email": "Please use your email to login",
|
||||
"wrong-login-type-username": "Please use your username to login",
|
||||
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
|
||||
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
|
||||
"no-session-found": "No login session found!",
|
||||
"not-in-room": "User not in room",
|
||||
@@ -133,5 +134,6 @@
|
||||
"no-users-selected": "No user(s) selected",
|
||||
"invalid-home-page-route": "Invalid home page route",
|
||||
"invalid-session": "Session Mismatch",
|
||||
"invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page."
|
||||
"invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page.",
|
||||
"no-topics-selected": "No topics selected!"
|
||||
}
|
||||
@@ -68,6 +68,8 @@
|
||||
"thread_tools.restore_confirm": "Are you sure you want to restore this topic?",
|
||||
"thread_tools.purge": "Purge Topic",
|
||||
"thread_tools.purge_confirm": "Are you sure you want to purge this topic?",
|
||||
"thread_tools.merge_topics": "Merge Topics",
|
||||
"thread_tools.merge": "Merge",
|
||||
"topic_move_success": "This topic has been successfully moved to %1",
|
||||
"post_delete_confirm": "Are you sure you want to delete this post?",
|
||||
"post_restore_confirm": "Are you sure you want to restore this post?",
|
||||
@@ -89,6 +91,7 @@
|
||||
"fork_pid_count": "%1 post(s) selected",
|
||||
"fork_success": "Successfully forked topic! Click here to go to the forked topic.",
|
||||
"delete_posts_instruction": "Click the posts you want to delete/purge",
|
||||
"merge_topics_instruction": "Click the topics you want to merge",
|
||||
"composer.title_placeholder": "Enter your topic title here...",
|
||||
"composer.handle_placeholder": "Name",
|
||||
"composer.discard": "Discard",
|
||||
|
||||
@@ -125,6 +125,7 @@
|
||||
"parse-error": "Algo ha ido mal mientras se parseaba la respuesta del servidor",
|
||||
"wrong-login-type-email": "Por favor emplea tu email para acceder",
|
||||
"wrong-login-type-username": "Por favor introduce tu nombre de usuario para acceder",
|
||||
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
|
||||
"invite-maximum-met": "Has alcanzado el número máximo de personas invitadas (%1 de %2).",
|
||||
"no-session-found": "¡No se ha encontrado ningún inicio de sesión!",
|
||||
"not-in-room": "El usuario no está en la sala",
|
||||
@@ -133,5 +134,6 @@
|
||||
"no-users-selected": "Ningun usuario(s) seleccionado",
|
||||
"invalid-home-page-route": "Ruta de página de inicio invalida",
|
||||
"invalid-session": "No concuerdan los datos de sesión",
|
||||
"invalid-session-text": "Parece que su sesión ha expirado o no concuerda con el servidor. Por favor vuelva a cargar la página."
|
||||
"invalid-session-text": "Parece que su sesión ha expirado o no concuerda con el servidor. Por favor vuelva a cargar la página.",
|
||||
"no-topics-selected": "No topics selected!"
|
||||
}
|
||||
@@ -68,6 +68,8 @@
|
||||
"thread_tools.restore_confirm": "¿Estás seguro que deseas restaurar este tema?",
|
||||
"thread_tools.purge": "Purgar tema",
|
||||
"thread_tools.purge_confirm": "¿Está seguro que desea eliminar definitivamente (purgar) este tema?",
|
||||
"thread_tools.merge_topics": "Merge Topics",
|
||||
"thread_tools.merge": "Merge",
|
||||
"topic_move_success": "El tema ha sido movido correctamente a %1",
|
||||
"post_delete_confirm": "¿Estás seguro de que quieres eliminar esta respuesta?",
|
||||
"post_restore_confirm": "¿Estás seguro de que quieres restaurar esta respuesta?",
|
||||
@@ -89,6 +91,7 @@
|
||||
"fork_pid_count": "%1 mensaje(s) seleccionados",
|
||||
"fork_success": "¡Se ha creado un nuevo tema a partir del original! Haz click aquí para ir al nuevo tema.",
|
||||
"delete_posts_instruction": "Haz click en los mensajes que quieres eliminar/limpiar",
|
||||
"merge_topics_instruction": "Click the topics you want to merge",
|
||||
"composer.title_placeholder": "Ingresa el título de tu tema...",
|
||||
"composer.handle_placeholder": "Nombre",
|
||||
"composer.discard": "Descartar",
|
||||
|
||||
@@ -125,6 +125,7 @@
|
||||
"parse-error": "Midagi läks valesti...",
|
||||
"wrong-login-type-email": "Sisse logimiseks kasuta oma emaili",
|
||||
"wrong-login-type-username": "Sisse logimiseks kasuta oma kasutajanime",
|
||||
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
|
||||
"invite-maximum-met": "Sa oled kutsunud maksimaalse lubatud inimeste arvu (%1 %2 'st).",
|
||||
"no-session-found": "Sisse logimis sessiooni ei leitud!",
|
||||
"not-in-room": "Kasutaja pole ruumis",
|
||||
@@ -133,5 +134,6 @@
|
||||
"no-users-selected": "Ühtki kasutajat pole valitud",
|
||||
"invalid-home-page-route": "Vigane avalehe suunamine",
|
||||
"invalid-session": "Session Mismatch",
|
||||
"invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page."
|
||||
"invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page.",
|
||||
"no-topics-selected": "No topics selected!"
|
||||
}
|
||||
@@ -68,6 +68,8 @@
|
||||
"thread_tools.restore_confirm": "Oled kindel, et soovid selle teema taastada?",
|
||||
"thread_tools.purge": "Kustuta teema täielikult",
|
||||
"thread_tools.purge_confirm": "Oled kindel, et soovid puhastada selle teema?",
|
||||
"thread_tools.merge_topics": "Merge Topics",
|
||||
"thread_tools.merge": "Merge",
|
||||
"topic_move_success": "Teema liigutatud kategooriasse %1",
|
||||
"post_delete_confirm": "Oled kindel, et soovid kustutada selle postituse?",
|
||||
"post_restore_confirm": "Oled kindel, et soovid taastada antud postituse?",
|
||||
@@ -89,6 +91,7 @@
|
||||
"fork_pid_count": "%1 postitus(t) valitud",
|
||||
"fork_success": "Edukalt ''forkisid'' teema! Vajuta siia, et vaadata loodud teemat.",
|
||||
"delete_posts_instruction": "Klikka postitustel, mida tahad kustutada/puhastada",
|
||||
"merge_topics_instruction": "Click the topics you want to merge",
|
||||
"composer.title_placeholder": "Sisesta teema pealkiri siia...",
|
||||
"composer.handle_placeholder": "Nimi",
|
||||
"composer.discard": "Katkesta",
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
"notif.chat.unsub.info": "این اطلاعیه ی چتیی که برای شما فرستاده شده به علت تنظیمات اشترک شماست.",
|
||||
"notif.post.cta": "برای مشاهده کامل موضوع اینجا کلیک کنید",
|
||||
"notif.post.unsub.info": "این اطلاعیه ی پستی که برای شما فرستاده شده به علت تنظیمات اشترک شماست.",
|
||||
"notif.cta": "Click here to go to forum",
|
||||
"notif.cta": "برای رفتن به انجمن اینجا کلیک کنید",
|
||||
"test.text1": "این یک ایمیل امتحانی جهت تایید اینکه فرستنده ایمیل برای انجمن NodeBB شما به درستی تنظیم و نصب شده است",
|
||||
"unsub.cta": "برای ویرایش آن تنظیمات اینجا کلیک کنید",
|
||||
"banned.subject": "You have been banned from %1",
|
||||
|
||||
@@ -125,6 +125,7 @@
|
||||
"parse-error": "هنگام تجزیه پاسخ سرور اشتباهی پیش امد",
|
||||
"wrong-login-type-email": "لطفا از ایمیل خود برای ورود استفاده کنید",
|
||||
"wrong-login-type-username": "لطفا از نام کاربری خود برای ورود استفاده کنید",
|
||||
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
|
||||
"invite-maximum-met": "ظرفیت دعوت شما تکمیل شده است (%1 از %2)",
|
||||
"no-session-found": "هیچ session ورودی یافت نشد!",
|
||||
"not-in-room": "هیچ کاربری در این گفتگو نیست",
|
||||
@@ -133,5 +134,6 @@
|
||||
"no-users-selected": "هیچ کاربر(های) انتخاب نشده",
|
||||
"invalid-home-page-route": "مسیر صفحه اصلی نامعتبر است",
|
||||
"invalid-session": "عدم تطابق جلسه",
|
||||
"invalid-session-text": "به نظر میرسد این جلسه برای ورود دیگر فعال نیست و یا با سرور هماهنگ نیست. لطفا این صفحه را رفرش کنید."
|
||||
"invalid-session-text": "به نظر میرسد این جلسه برای ورود دیگر فعال نیست و یا با سرور هماهنگ نیست. لطفا این صفحه را رفرش کنید.",
|
||||
"no-topics-selected": "No topics selected!"
|
||||
}
|
||||
@@ -9,7 +9,7 @@
|
||||
"continue_to": "ادامه به %1",
|
||||
"return_to": "بازگشت به %1",
|
||||
"new_notification": "آگاهسازی تازه",
|
||||
"new_notification_from": "You have a new Notification from %1",
|
||||
"new_notification_from": "شما یک اعلان جدید از طرف %1 دارید",
|
||||
"you_have_unread_notifications": "شما آگاهسازیهای نخوانده دارید.",
|
||||
"all": "همه",
|
||||
"topics": "موضوع ها",
|
||||
@@ -47,18 +47,18 @@
|
||||
"email-confirmed-message": "بابت تایید ایمیلتان سپاسگزاریم. حساب کاربری شما اکنون به صورت کامل فعال شده است.",
|
||||
"email-confirm-error-message": "خطایی در تایید آدرس ایمیل شما پیش آمده است. ممکن است کد نامعتبر و یا منقضی شده باشد.",
|
||||
"email-confirm-sent": "ایمیل تایید ارسال شد.",
|
||||
"none": "None",
|
||||
"notification_only": "Notification Only",
|
||||
"email_only": "Email Only",
|
||||
"notification_and_email": "Notification & Email",
|
||||
"notificationType_upvote": "When someone upvotes your post",
|
||||
"notificationType_new-topic": "When someone you follow posts a topic",
|
||||
"notificationType_new-reply": "When a new reply is posted in a topic you are watching",
|
||||
"notificationType_follow": "When someone starts following you",
|
||||
"notificationType_new-chat": "When you receive a chat message",
|
||||
"notificationType_group-invite": "When you receive a group invite",
|
||||
"none": "هیچکدام",
|
||||
"notification_only": "فقط اعلان",
|
||||
"email_only": "فقط ایمیل",
|
||||
"notification_and_email": "اعلان و ایمیل",
|
||||
"notificationType_upvote": "هنگامی که شخصی به پست شما رای مثبت می دهد",
|
||||
"notificationType_new-topic": "هنگامی که شخصی که شما فالو می کنید موضوعی ایجاد نماید",
|
||||
"notificationType_new-reply": "هنگامی که پاسخ جدید در تاپیکی که شما پیگیری می کنید فرستاده می شود",
|
||||
"notificationType_follow": "هنگامی که کسی شما را دنبال می کند",
|
||||
"notificationType_new-chat": "هنگامی که شما پیام چتی دریافت می کنید",
|
||||
"notificationType_group-invite": "هنگامی که شما دعوتنامه گروه دریافت می کنید",
|
||||
"notificationType_new-register": "When someone gets added to registration queue",
|
||||
"notificationType_post-queue": "When a new post is queued",
|
||||
"notificationType_new-post-flag": "When a post is flagged",
|
||||
"notificationType_new-user-flag": "When a user is flagged"
|
||||
"notificationType_post-queue": "هنگامی که یک پست جدید در صف قرار می گیرد",
|
||||
"notificationType_new-post-flag": "هنگامی که پستی گزارش می شود",
|
||||
"notificationType_new-user-flag": "هنگامی که کاربری گزارش می شود"
|
||||
}
|
||||
@@ -30,7 +30,7 @@
|
||||
"chats": "چتها",
|
||||
"chat": "چت با %1",
|
||||
"flags": "گزارش ها",
|
||||
"flag-details": "Flag %1 Details",
|
||||
"flag-details": "جزئیات گزارش %1",
|
||||
"account/edit": "ویرایش \"%1\"",
|
||||
"account/edit/password": "ویرایش کلمه ی عبورِ \"%1\"",
|
||||
"account/edit/username": "ویرایش نام کاربریِ \"%1\"",
|
||||
@@ -44,7 +44,7 @@
|
||||
"account/bookmarks": "%1 پست نشانک گذاری شده است",
|
||||
"account/settings": "تنظیمات کاربر",
|
||||
"account/watched": "موضوع های دیده شده توسط \"%1\"",
|
||||
"account/ignored": "Topics ignored by %1",
|
||||
"account/ignored": "تاپیک های نادیده گرفته شده توسط %1",
|
||||
"account/upvoted": "رای مثبت داده شده به پست ها توسط %1",
|
||||
"account/downvoted": "رای منفی داده شده به پست ها توسط %1",
|
||||
"account/best": "بهترین پست های ارسال شده توسط %1",
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"notify_me": "از پاسخهای تازه در موضوع آگاه شوید",
|
||||
"quote": "نقل قول",
|
||||
"reply": "پاسخ",
|
||||
"replies_to_this_post": "1 درصد انتخاب",
|
||||
"replies_to_this_post": "%1 پاسخ ",
|
||||
"one_reply_to_this_post": "1 پاسخ",
|
||||
"last_reply_time": "آخرین پاسخ",
|
||||
"reply-as-topic": "پاسخ به موضوع",
|
||||
@@ -68,6 +68,8 @@
|
||||
"thread_tools.restore_confirm": "آیا مطمئنید که می خواهید این موضوع را بازگردانی کنید؟",
|
||||
"thread_tools.purge": "پاک کردن موضوع",
|
||||
"thread_tools.purge_confirm": "آیا مطمئنید که میمید این موضوع را پاکسازی کنید؟",
|
||||
"thread_tools.merge_topics": "Merge Topics",
|
||||
"thread_tools.merge": "Merge",
|
||||
"topic_move_success": "جابهجایی این موضوع به %1 باموفقیت انجام شد.",
|
||||
"post_delete_confirm": "آیا از پاک کردن این پست اطمینان دارید؟",
|
||||
"post_restore_confirm": "آیا از بازگردانی این پست اطمینان دارید؟",
|
||||
@@ -89,6 +91,7 @@
|
||||
"fork_pid_count": "%1 پست (ها) انتخاب شده اند",
|
||||
"fork_success": "موضوع با موفقیت منشعب شد! برای رفتن به موضوع انشعابی اینجا را کلیک کنید.",
|
||||
"delete_posts_instruction": "با کلیک بر روی پست شما می خواهید به حذف/پاکسازی",
|
||||
"merge_topics_instruction": "Click the topics you want to merge",
|
||||
"composer.title_placeholder": "عنوان موضوعتان را اینجا بنویسید...",
|
||||
"composer.handle_placeholder": "نام",
|
||||
"composer.discard": "دور بیانداز",
|
||||
|
||||
@@ -125,6 +125,7 @@
|
||||
"parse-error": "Something went wrong while parsing server response",
|
||||
"wrong-login-type-email": "Please use your email to login",
|
||||
"wrong-login-type-username": "Please use your username to login",
|
||||
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
|
||||
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
|
||||
"no-session-found": "No login session found!",
|
||||
"not-in-room": "Käyttäjä ei ole huoneessa",
|
||||
@@ -133,5 +134,6 @@
|
||||
"no-users-selected": "No user(s) selected",
|
||||
"invalid-home-page-route": "Invalid home page route",
|
||||
"invalid-session": "Session Mismatch",
|
||||
"invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page."
|
||||
"invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page.",
|
||||
"no-topics-selected": "No topics selected!"
|
||||
}
|
||||
@@ -68,6 +68,8 @@
|
||||
"thread_tools.restore_confirm": "Haluatko varmasti palauttaa tämän aiheen?",
|
||||
"thread_tools.purge": "Purge Topic",
|
||||
"thread_tools.purge_confirm": "Are you sure you want to purge this topic?",
|
||||
"thread_tools.merge_topics": "Merge Topics",
|
||||
"thread_tools.merge": "Merge",
|
||||
"topic_move_success": "This topic has been successfully moved to %1",
|
||||
"post_delete_confirm": "Haluatko varmasti poistaa tämän viestin?",
|
||||
"post_restore_confirm": "Haluatko varmasti palauttaa tämän viestin?",
|
||||
@@ -89,6 +91,7 @@
|
||||
"fork_pid_count": "%1 post(s) selected",
|
||||
"fork_success": "Successfully forked topic! Click here to go to the forked topic.",
|
||||
"delete_posts_instruction": "Click the posts you want to delete/purge",
|
||||
"merge_topics_instruction": "Click the topics you want to merge",
|
||||
"composer.title_placeholder": "Syötä aiheesi otsikko tähän...",
|
||||
"composer.handle_placeholder": "Name",
|
||||
"composer.discard": "Hylkää",
|
||||
|
||||
@@ -125,6 +125,7 @@
|
||||
"parse-error": "Une erreur est survenue en analysant la réponse du serveur",
|
||||
"wrong-login-type-email": "Veuillez utiliser votre adresse email pour vous connecter",
|
||||
"wrong-login-type-username": "Veuillez utiliser votre identifiant pour vous connecter",
|
||||
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
|
||||
"invite-maximum-met": "Vous avez invité la quantité maximale de personnes (%1 de %2).",
|
||||
"no-session-found": "Pas de session de connexion trouvé!",
|
||||
"not-in-room": "L'utilisateur n'est pas dans cette salle",
|
||||
@@ -133,5 +134,6 @@
|
||||
"no-users-selected": "Aucun utilisateur sélectionné",
|
||||
"invalid-home-page-route": "Route de page d'accueil invalide",
|
||||
"invalid-session": "Session Interrompue",
|
||||
"invalid-session-text": "Il semble que votre session ne soit plus active, ou que le serveur ne la reconnaisse plus. Merci de rafraichir cette page."
|
||||
"invalid-session-text": "Il semble que votre session ne soit plus active, ou que le serveur ne la reconnaisse plus. Merci de rafraichir cette page.",
|
||||
"no-topics-selected": "No topics selected!"
|
||||
}
|
||||
@@ -68,6 +68,8 @@
|
||||
"thread_tools.restore_confirm": "Êtes-vous sûr de bien vouloir restaurer ce sujet ?",
|
||||
"thread_tools.purge": "Supprimer définitivement le(s) sujet(s)",
|
||||
"thread_tools.purge_confirm": "Êtes-vous sûr de bien vouloir supprimer définitivement ce sujet ?",
|
||||
"thread_tools.merge_topics": "Merge Topics",
|
||||
"thread_tools.merge": "Merge",
|
||||
"topic_move_success": "Ce sujet a bien été déplacé vers %1.",
|
||||
"post_delete_confirm": "Êtes-vous sûr de bien vouloir supprimer ce message ?",
|
||||
"post_restore_confirm": "Êtes-vous sûr de bien vouloir restaurer ce message ?",
|
||||
@@ -89,6 +91,7 @@
|
||||
"fork_pid_count": "%1 message(s) sélectionné(s)",
|
||||
"fork_success": "Sujet copié avec succès ! Cliquez ici pour aller au sujet copié.",
|
||||
"delete_posts_instruction": "Sélectionnez les messages que vous souhaitez supprimer/vider",
|
||||
"merge_topics_instruction": "Click the topics you want to merge",
|
||||
"composer.title_placeholder": "Entrer le titre du sujet ici…",
|
||||
"composer.handle_placeholder": "Nom",
|
||||
"composer.discard": "Abandonner",
|
||||
|
||||
@@ -125,6 +125,7 @@
|
||||
"parse-error": "Algo foi mal namentras se agardaba a resposta do servidor",
|
||||
"wrong-login-type-email": "Por favor, emprega o teu correo para contectarte",
|
||||
"wrong-login-type-username": "Por favor, usa o teu nome de usuario para conectarte",
|
||||
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
|
||||
"invite-maximum-met": "Convidaches á cantidade máxima de persoas (%1 de %2).",
|
||||
"no-session-found": "Non se atopou ningún inicio de sesión!",
|
||||
"not-in-room": "O usuario non se atopa nesta sala",
|
||||
@@ -133,5 +134,6 @@
|
||||
"no-users-selected": "Ningún usuario seleccionado",
|
||||
"invalid-home-page-route": "Ruta de páxina de inicio inválida",
|
||||
"invalid-session": "Non concordan os datos da sesión",
|
||||
"invalid-session-text": "Parece que a súa sesión expirou ou non concorda co servidor. Por favor, recarge a páxina."
|
||||
"invalid-session-text": "Parece que a súa sesión expirou ou non concorda co servidor. Por favor, recarge a páxina.",
|
||||
"no-topics-selected": "No topics selected!"
|
||||
}
|
||||
@@ -68,6 +68,8 @@
|
||||
"thread_tools.restore_confirm": "Estás seguro de que desexas restaurar este tema?",
|
||||
"thread_tools.purge": "Purgar Tema",
|
||||
"thread_tools.purge_confirm": "Estás seguro de que desexas eliminar definitivamente (purgar) este tema?",
|
||||
"thread_tools.merge_topics": "Merge Topics",
|
||||
"thread_tools.merge": "Merge",
|
||||
"topic_move_success": "Este tema foi movido correctamente a %1",
|
||||
"post_delete_confirm": "Estás seguro de que desexas eliminar esta publicación?",
|
||||
"post_restore_confirm": "Estás seguro de que desexas restaurar esta publicación?",
|
||||
@@ -89,6 +91,7 @@
|
||||
"fork_pid_count": "%1 mensaxe(s) seleccionada(s)",
|
||||
"fork_success": "Creouse un novo tema a partir do orixinal! Fai clic aquí para ir ó novo tema.",
|
||||
"delete_posts_instruction": "Fai clic nas mensaxes que queres eliminar/limpar",
|
||||
"merge_topics_instruction": "Click the topics you want to merge",
|
||||
"composer.title_placeholder": "Introduce o título do teu tema",
|
||||
"composer.handle_placeholder": "Nome",
|
||||
"composer.discard": "Descartar",
|
||||
|
||||
@@ -125,6 +125,7 @@
|
||||
"parse-error": "אירעה שגיאה בעת בעת ניתוח תגובת השרת",
|
||||
"wrong-login-type-email": "בבקשה השתמש בכתובת המייל שלך להתחברות",
|
||||
"wrong-login-type-username": "בבקשה השתמש בשם המשתמש שלך להתחברות",
|
||||
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
|
||||
"invite-maximum-met": "הזמנת את הכמות המירבית של אנשים (%1 מתוך %2).",
|
||||
"no-session-found": "לא נמצאו סשני התחברות!",
|
||||
"not-in-room": "משתמש זה לא בצ'אט",
|
||||
@@ -133,5 +134,6 @@
|
||||
"no-users-selected": "לא נבחרו משתמשים",
|
||||
"invalid-home-page-route": "כתובת דף הבית הינה שגויה",
|
||||
"invalid-session": "סשן לא תקין",
|
||||
"invalid-session-text": "נראה שסשן ההתחברות שלך כבר לא פעיל. אנא טען מחדש את העמוד."
|
||||
"invalid-session-text": "נראה שסשן ההתחברות שלך כבר לא פעיל. אנא טען מחדש את העמוד.",
|
||||
"no-topics-selected": "No topics selected!"
|
||||
}
|
||||
@@ -68,6 +68,8 @@
|
||||
"thread_tools.restore_confirm": "אתה בטוח שאתה רוצה לשחזר את הנושא הזה?",
|
||||
"thread_tools.purge": "מחק נושא",
|
||||
"thread_tools.purge_confirm": "אתה בטוח שאתה רוצה למחוק את הנושא הזה?",
|
||||
"thread_tools.merge_topics": "Merge Topics",
|
||||
"thread_tools.merge": "Merge",
|
||||
"topic_move_success": "נושא זה הועבר בהצלחה ל %1",
|
||||
"post_delete_confirm": "אתה בטוח שאתה רוצה למחוק את הפוסט הזה?",
|
||||
"post_restore_confirm": "אתה בטוח שאתה רוצה לשחזר את הפוסט הזה?",
|
||||
@@ -89,6 +91,7 @@
|
||||
"fork_pid_count": "%1 post(s) selected",
|
||||
"fork_success": "הפוסט שוכפל בהצלחה! לחץ כאן על מנת לעבור לפוסט המשוכפל.",
|
||||
"delete_posts_instruction": "לחץ על הפוסטים שברצונך למחוק",
|
||||
"merge_topics_instruction": "Click the topics you want to merge",
|
||||
"composer.title_placeholder": "הכנס את כותרת הנושא כאן...",
|
||||
"composer.handle_placeholder": "שם",
|
||||
"composer.discard": "מחק",
|
||||
|
||||
@@ -125,6 +125,7 @@
|
||||
"parse-error": "Došlo je do pogreške u komunikaciji sa serverom",
|
||||
"wrong-login-type-email": "Upišite Vaš email za prijavu",
|
||||
"wrong-login-type-username": "Upišite Vaše korisničko ime za prijavu",
|
||||
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
|
||||
"invite-maximum-met": "Pozvali ste maksimalan broj ljudi (%1 od %2).",
|
||||
"no-session-found": "Nije pronađena sesija prijave!",
|
||||
"not-in-room": "Korisnik nije u sobi",
|
||||
@@ -133,5 +134,6 @@
|
||||
"no-users-selected": "Korisnici nisu odabrani",
|
||||
"invalid-home-page-route": "Netočna putanja naslovnice",
|
||||
"invalid-session": "Pogreška sesije",
|
||||
"invalid-session-text": "Vaša sesija nije više aktivna ili se više ne poklapa sa serverom. Molimo osvježite stranicu."
|
||||
"invalid-session-text": "Vaša sesija nije više aktivna ili se više ne poklapa sa serverom. Molimo osvježite stranicu.",
|
||||
"no-topics-selected": "No topics selected!"
|
||||
}
|
||||
@@ -68,6 +68,8 @@
|
||||
"thread_tools.restore_confirm": "Sigurni ste da želite povratiti ovu temu?",
|
||||
"thread_tools.purge": "Odbaci temu",
|
||||
"thread_tools.purge_confirm": "Sigurni ste da želite odbaciti ovu temu?",
|
||||
"thread_tools.merge_topics": "Merge Topics",
|
||||
"thread_tools.merge": "Merge",
|
||||
"topic_move_success": "Tema je uspješno pomaknuta u %1",
|
||||
"post_delete_confirm": "Sigurni ste da želite obrisati ovu objavu?",
|
||||
"post_restore_confirm": "Sigurni ste da želite povratiti ovu objavu?",
|
||||
@@ -89,6 +91,7 @@
|
||||
"fork_pid_count": "%1 objava odabrana",
|
||||
"fork_success": "Uspješno duplirana tema. Kliknite ovdje za dupliranu temu.",
|
||||
"delete_posts_instruction": "Označite objave koje želite obrisati/odbaciti",
|
||||
"merge_topics_instruction": "Click the topics you want to merge",
|
||||
"composer.title_placeholder": "Unesite naslov teme ovdje ...",
|
||||
"composer.handle_placeholder": "Ime",
|
||||
"composer.discard": "Odbaci",
|
||||
|
||||
@@ -125,6 +125,7 @@
|
||||
"parse-error": "Hiba történt a szerver válaszának feldolgozása közben",
|
||||
"wrong-login-type-email": "Kérlek az e-mail címedet használd a belépéshez",
|
||||
"wrong-login-type-username": "Kérlek a felhasználónevedet használd a belépéshez",
|
||||
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
|
||||
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
|
||||
"no-session-found": "No login session found!",
|
||||
"not-in-room": "User not in room",
|
||||
@@ -133,5 +134,6 @@
|
||||
"no-users-selected": "No user(s) selected",
|
||||
"invalid-home-page-route": "Invalid home page route",
|
||||
"invalid-session": "Session Mismatch",
|
||||
"invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page."
|
||||
"invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page.",
|
||||
"no-topics-selected": "No topics selected!"
|
||||
}
|
||||
@@ -68,6 +68,8 @@
|
||||
"thread_tools.restore_confirm": "Are you sure you want to restore this topic?",
|
||||
"thread_tools.purge": "Purge Topic",
|
||||
"thread_tools.purge_confirm": "Are you sure you want to purge this topic?",
|
||||
"thread_tools.merge_topics": "Merge Topics",
|
||||
"thread_tools.merge": "Merge",
|
||||
"topic_move_success": "This topic has been successfully moved to %1",
|
||||
"post_delete_confirm": "Are you sure you want to delete this post?",
|
||||
"post_restore_confirm": "Are you sure you want to restore this post?",
|
||||
@@ -89,6 +91,7 @@
|
||||
"fork_pid_count": "%1 post(s) selected",
|
||||
"fork_success": "Successfully forked topic! Click here to go to the forked topic.",
|
||||
"delete_posts_instruction": "Click the posts you want to delete/purge",
|
||||
"merge_topics_instruction": "Click the topics you want to merge",
|
||||
"composer.title_placeholder": "Írd be a témanevet...",
|
||||
"composer.handle_placeholder": "Name",
|
||||
"composer.discard": "Elvet",
|
||||
|
||||
@@ -125,6 +125,7 @@
|
||||
"parse-error": "Something went wrong while parsing server response",
|
||||
"wrong-login-type-email": "Please use your email to login",
|
||||
"wrong-login-type-username": "Please use your username to login",
|
||||
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
|
||||
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
|
||||
"no-session-found": "No login session found!",
|
||||
"not-in-room": "User not in room",
|
||||
@@ -133,5 +134,6 @@
|
||||
"no-users-selected": "No user(s) selected",
|
||||
"invalid-home-page-route": "Invalid home page route",
|
||||
"invalid-session": "Session Mismatch",
|
||||
"invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page."
|
||||
"invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page.",
|
||||
"no-topics-selected": "No topics selected!"
|
||||
}
|
||||
@@ -68,6 +68,8 @@
|
||||
"thread_tools.restore_confirm": "Kamu yakin ingin mengembalikan topik ini?",
|
||||
"thread_tools.purge": "Musnahkan Topik",
|
||||
"thread_tools.purge_confirm": "Kamu yakin ingin memusnahkan topik ini?",
|
||||
"thread_tools.merge_topics": "Merge Topics",
|
||||
"thread_tools.merge": "Merge",
|
||||
"topic_move_success": "Topik ini berhasil dipindahkan ke %1",
|
||||
"post_delete_confirm": "Kamu yakin ingin menghapus posting ini?",
|
||||
"post_restore_confirm": "Kamu yakin ingin mengembalikan posting ini?",
|
||||
@@ -89,6 +91,7 @@
|
||||
"fork_pid_count": "%1 post(s) selected",
|
||||
"fork_success": "Topik berhasil dicabangkan! Klik disini untuk menuju topik yang telah dicabangkan.",
|
||||
"delete_posts_instruction": "Click the posts you want to delete/purge",
|
||||
"merge_topics_instruction": "Click the topics you want to merge",
|
||||
"composer.title_placeholder": "Masukkan judul topik di sini...",
|
||||
"composer.handle_placeholder": "Nama",
|
||||
"composer.discard": "Buang",
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
"notif.chat.unsub.info": "Questa notifica di chat ti è stata inviata perché l'hai scelta nelle impostazioni.",
|
||||
"notif.post.cta": "Clicca qui per leggere la discussione completa",
|
||||
"notif.post.unsub.info": "Questo post ti è stato notificato in base alle tue impostazioni di sottoscrizione.",
|
||||
"notif.cta": "Click here to go to forum",
|
||||
"notif.cta": "Vai alla discussione",
|
||||
"test.text1": "Questa è una email di test per verificare che il servizio di invio email è configurato correttamente sul tuo NodeBB.",
|
||||
"unsub.cta": "Clicca qui per modificare queste impostazioni",
|
||||
"banned.subject": "You have been banned from %1",
|
||||
|
||||
@@ -125,6 +125,7 @@
|
||||
"parse-error": "Qualcosa è andato storto durante l'analisi della risposta proveniente dal server",
|
||||
"wrong-login-type-email": "Per favore usa la tua email per accedere",
|
||||
"wrong-login-type-username": "Per favore usa il tuo nome utente per accedere",
|
||||
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
|
||||
"invite-maximum-met": "Hai invitato il massimo numero di persone possibili (%1 su %2).",
|
||||
"no-session-found": "Nessuna sessione valida di login trovata!",
|
||||
"not-in-room": "L'utente non è in questa stanza",
|
||||
@@ -133,5 +134,6 @@
|
||||
"no-users-selected": "Nessun utente selezionato",
|
||||
"invalid-home-page-route": "Percorso della pagina iniziale non valido",
|
||||
"invalid-session": "Discrepanza della sessione",
|
||||
"invalid-session-text": "Sembra che la tua sessione non sia più attiva, oppure non corrisponde con il server. Per favore ricarica la pagina."
|
||||
"invalid-session-text": "Sembra che la tua sessione non sia più attiva, oppure non corrisponde con il server. Per favore ricarica la pagina.",
|
||||
"no-topics-selected": "No topics selected!"
|
||||
}
|
||||
@@ -9,10 +9,10 @@
|
||||
"continue_to": "Continua a %1",
|
||||
"return_to": "Ritorna a %1",
|
||||
"new_notification": "Nuova Notifica",
|
||||
"new_notification_from": "You have a new Notification from %1",
|
||||
"new_notification_from": "Notifica dal %1",
|
||||
"you_have_unread_notifications": "Hai notifiche non lette.",
|
||||
"all": "Tutte",
|
||||
"topics": "Topics",
|
||||
"topics": "Discussioni",
|
||||
"replies": "Risposte",
|
||||
"chat": "Chat",
|
||||
"follows": "Segui",
|
||||
|
||||
@@ -68,6 +68,8 @@
|
||||
"thread_tools.restore_confirm": "Sei sicuro di voler ripristinare questa discussione?",
|
||||
"thread_tools.purge": "Svuota Discussione",
|
||||
"thread_tools.purge_confirm": "Sei sicuro di voler svuotare questa discussione?",
|
||||
"thread_tools.merge_topics": "Merge Topics",
|
||||
"thread_tools.merge": "Merge",
|
||||
"topic_move_success": "Questa discussione è stata correttamente spostata in %1",
|
||||
"post_delete_confirm": "Sei sicuro di voler cancellare questo post?",
|
||||
"post_restore_confirm": "Sei sicuro di voler ripristinare questo post?",
|
||||
@@ -89,6 +91,7 @@
|
||||
"fork_pid_count": "%1 post selezionati",
|
||||
"fork_success": "Topic Diviso con successo ! Clicca qui per andare al Topic Diviso.",
|
||||
"delete_posts_instruction": "Clicca sui post che vuoi cancellare/eliminare",
|
||||
"merge_topics_instruction": "Click the topics you want to merge",
|
||||
"composer.title_placeholder": "Inserisci qui il titolo della discussione...",
|
||||
"composer.handle_placeholder": "Nome",
|
||||
"composer.discard": "Annulla",
|
||||
|
||||
@@ -10,6 +10,6 @@
|
||||
"all-topics": "Tutte le Discussioni",
|
||||
"new-topics": "Nuova Discussione",
|
||||
"watched-topics": "Discussioni seguite",
|
||||
"unreplied-topics": "Unreplied Topics",
|
||||
"unreplied-topics": "Nessuna Risposta",
|
||||
"multiple-categories-selected": "Multiple Selected"
|
||||
}
|
||||
@@ -125,6 +125,7 @@
|
||||
"parse-error": "Something went wrong while parsing server response",
|
||||
"wrong-login-type-email": "Please use your email to login",
|
||||
"wrong-login-type-username": "Please use your username to login",
|
||||
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
|
||||
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
|
||||
"no-session-found": "No login session found!",
|
||||
"not-in-room": "ユーザーが部屋にいません",
|
||||
@@ -133,5 +134,6 @@
|
||||
"no-users-selected": "ユーザー(s)が選択されていません",
|
||||
"invalid-home-page-route": "ホームページのルートが無効",
|
||||
"invalid-session": "セッションの不一致",
|
||||
"invalid-session-text": "ログインセッションの期限切れ、またはサーバーとの未接続が長すぎると思われます。このページを更新してみてください。"
|
||||
"invalid-session-text": "ログインセッションの期限切れ、またはサーバーとの未接続が長すぎると思われます。このページを更新してみてください。",
|
||||
"no-topics-selected": "No topics selected!"
|
||||
}
|
||||
@@ -68,6 +68,8 @@
|
||||
"thread_tools.restore_confirm": "本当にこのスレッドを戻しますか?",
|
||||
"thread_tools.purge": "スレッドを切り離します",
|
||||
"thread_tools.purge_confirm": "本当にこのスレッドを切り離しますか?",
|
||||
"thread_tools.merge_topics": "Merge Topics",
|
||||
"thread_tools.merge": "Merge",
|
||||
"topic_move_success": "このスレッドを%1に移動しました。",
|
||||
"post_delete_confirm": "本当にこの投稿を削除しますか?",
|
||||
"post_restore_confirm": "本当にこの投稿を元に戻しますか?",
|
||||
@@ -89,6 +91,7 @@
|
||||
"fork_pid_count": "%1 投稿(s)が選択されました",
|
||||
"fork_success": "スレッドをフォークするのに成功しました。ここを押して、このフォークしたスレッドに行きます。",
|
||||
"delete_posts_instruction": "削除または切り離するには、当てはまる投稿を押してください",
|
||||
"merge_topics_instruction": "Click the topics you want to merge",
|
||||
"composer.title_placeholder": "スレッドのタイトルを入力...",
|
||||
"composer.handle_placeholder": "名前",
|
||||
"composer.discard": "破棄する",
|
||||
|
||||
@@ -125,6 +125,7 @@
|
||||
"parse-error": "서버로 부터의 응답을 읽는 동안 문제가 발생했습니다.",
|
||||
"wrong-login-type-email": "이메일 주소를 통해 로그인하세요.",
|
||||
"wrong-login-type-username": "사용자명을 통해 로그인하세요.",
|
||||
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
|
||||
"invite-maximum-met": "초대 한도 만큼의 사용자를 초대했습니다. (%2명 중 %1을 초대)",
|
||||
"no-session-found": "로그인 세션을 찾을 수 없습니다.",
|
||||
"not-in-room": "없는 사용자입니다.",
|
||||
@@ -133,5 +134,6 @@
|
||||
"no-users-selected": "선택된 사용자가 없습니다.",
|
||||
"invalid-home-page-route": "올바르지 않은 홈페이지 경로입니다. ",
|
||||
"invalid-session": "일치하지 않는 세션입니다.",
|
||||
"invalid-session-text": "로그인 세션이 비활성화 되었거나 서버와 일치하지 않습니다. 페이지를 새로 고쳐주세요."
|
||||
"invalid-session-text": "로그인 세션이 비활성화 되었거나 서버와 일치하지 않습니다. 페이지를 새로 고쳐주세요.",
|
||||
"no-topics-selected": "No topics selected!"
|
||||
}
|
||||
@@ -68,6 +68,8 @@
|
||||
"thread_tools.restore_confirm": "이 게시물을 복원 하시겠습니까?",
|
||||
"thread_tools.purge": "게시물 폐기",
|
||||
"thread_tools.purge_confirm": "이 게시물을 폐기 하시겠습니까?",
|
||||
"thread_tools.merge_topics": "Merge Topics",
|
||||
"thread_tools.merge": "Merge",
|
||||
"topic_move_success": "성공적으로 이 게시물을 %1로 이동했습니다.",
|
||||
"post_delete_confirm": "이 포스트를 삭제 하시겠습니까?",
|
||||
"post_restore_confirm": "이 포스트를 복원 하시겠습니까?",
|
||||
@@ -89,6 +91,7 @@
|
||||
"fork_pid_count": "%1 개의 포스트(들)이 선택되었습니다",
|
||||
"fork_success": "게시물이 분리되었습니다! 분리된 게시물을 보려면 여기를 클릭 하세요.",
|
||||
"delete_posts_instruction": "삭제할 포스트를 선택하세요.",
|
||||
"merge_topics_instruction": "Click the topics you want to merge",
|
||||
"composer.title_placeholder": "게시물 제목을 입력하세요.",
|
||||
"composer.handle_placeholder": "이름",
|
||||
"composer.discard": "취소",
|
||||
|
||||
@@ -125,6 +125,7 @@
|
||||
"parse-error": "Kažkokia klaida įvyko bandant gaut serverio atsaykmą",
|
||||
"wrong-login-type-email": "Prisijungimui prašom naudoti jūsų el. adresą",
|
||||
"wrong-login-type-username": "Prisijungimui prašome naudoti vartotojo vardą",
|
||||
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
|
||||
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
|
||||
"no-session-found": "No login session found!",
|
||||
"not-in-room": "User not in room",
|
||||
@@ -133,5 +134,6 @@
|
||||
"no-users-selected": "No user(s) selected",
|
||||
"invalid-home-page-route": "Invalid home page route",
|
||||
"invalid-session": "Session Mismatch",
|
||||
"invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page."
|
||||
"invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page.",
|
||||
"no-topics-selected": "No topics selected!"
|
||||
}
|
||||
@@ -68,6 +68,8 @@
|
||||
"thread_tools.restore_confirm": "Ar jūs tikrai norite atkurti šią temą?",
|
||||
"thread_tools.purge": "Išvalyti temą",
|
||||
"thread_tools.purge_confirm": "Ar tikrai norite išvalyti šią temą?",
|
||||
"thread_tools.merge_topics": "Merge Topics",
|
||||
"thread_tools.merge": "Merge",
|
||||
"topic_move_success": "Ši tema buvo sėkmingai perkelta į %1",
|
||||
"post_delete_confirm": "Ar jūs tikrai norite ištrinti šį įrašą?",
|
||||
"post_restore_confirm": "Ar jūs tikrai norite atkurti šį įrašą?",
|
||||
@@ -89,6 +91,7 @@
|
||||
"fork_pid_count": "%1 post(s) selected",
|
||||
"fork_success": "Sėkmingai išsišakota iš temos! Spausk čia kad nueitu į išsišakota temą",
|
||||
"delete_posts_instruction": "Click the posts you want to delete/purge",
|
||||
"merge_topics_instruction": "Click the topics you want to merge",
|
||||
"composer.title_placeholder": "Įrašykite temos pavadinimą...",
|
||||
"composer.handle_placeholder": "Vardas ir pavardė",
|
||||
"composer.discard": "Atšaukti",
|
||||
|
||||
@@ -125,6 +125,7 @@
|
||||
"parse-error": "Sesuatu tidak kena berlaku ketika menghuraikan repson pelayan (server)",
|
||||
"wrong-login-type-email": "Sila guna emel anda untuk log masuk",
|
||||
"wrong-login-type-username": "Sila guna nama pengguna anda untuk log masuk",
|
||||
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
|
||||
"invite-maximum-met": "Anda telah menjemput semaksima jumlah orang (%1 daripada %2).",
|
||||
"no-session-found": "Tiada sesyen log masuk dijumpai",
|
||||
"not-in-room": "Pengguna tiada dalam bilik",
|
||||
@@ -133,5 +134,6 @@
|
||||
"no-users-selected": "No user(s) selected",
|
||||
"invalid-home-page-route": "Invalid home page route",
|
||||
"invalid-session": "Session Mismatch",
|
||||
"invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page."
|
||||
"invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page.",
|
||||
"no-topics-selected": "No topics selected!"
|
||||
}
|
||||
@@ -68,6 +68,8 @@
|
||||
"thread_tools.restore_confirm": "Anda yakin untuk pulihkan topik ini?",
|
||||
"thread_tools.purge": "Singkirkan Topik",
|
||||
"thread_tools.purge_confirm": "Anda yakin untuk singkirkan topik ini?",
|
||||
"thread_tools.merge_topics": "Merge Topics",
|
||||
"thread_tools.merge": "Merge",
|
||||
"topic_move_success": "Topik telah dipindahkan ke %1",
|
||||
"post_delete_confirm": "Adakah anda pasti untuk memadam kiriman ini?",
|
||||
"post_restore_confirm": "Adakah anda pasti untuk memulihkan kiriman ini?",
|
||||
@@ -89,6 +91,7 @@
|
||||
"fork_pid_count": "%1 post(s) selected",
|
||||
"fork_success": "Berjaya menyalin topik. Klik sini untuk ke topik yang disalin.",
|
||||
"delete_posts_instruction": "Click the posts you want to delete/purge",
|
||||
"merge_topics_instruction": "Click the topics you want to merge",
|
||||
"composer.title_placeholder": "Masukkan tajuk topik disini",
|
||||
"composer.handle_placeholder": "Nama",
|
||||
"composer.discard": "Abaikan",
|
||||
|
||||
@@ -125,6 +125,7 @@
|
||||
"parse-error": "Noe gikk feil under analysering av serversvar",
|
||||
"wrong-login-type-email": "Vennligst benytt e-posten din for å logge inn",
|
||||
"wrong-login-type-username": "Vennligst benytt brukernavnet ditt for å logge inn",
|
||||
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
|
||||
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
|
||||
"no-session-found": "No login session found!",
|
||||
"not-in-room": "User not in room",
|
||||
@@ -133,5 +134,6 @@
|
||||
"no-users-selected": "No user(s) selected",
|
||||
"invalid-home-page-route": "Invalid home page route",
|
||||
"invalid-session": "Session Mismatch",
|
||||
"invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page."
|
||||
"invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page.",
|
||||
"no-topics-selected": "No topics selected!"
|
||||
}
|
||||
@@ -68,6 +68,8 @@
|
||||
"thread_tools.restore_confirm": "Er du sikker på at du vil gjenopprette dette emnet?",
|
||||
"thread_tools.purge": "Rensk emne",
|
||||
"thread_tools.purge_confirm": "Er du sikker på at du vil renske dette emnet?",
|
||||
"thread_tools.merge_topics": "Merge Topics",
|
||||
"thread_tools.merge": "Merge",
|
||||
"topic_move_success": "Emnet har blitt flyttet til %1",
|
||||
"post_delete_confirm": "Er du sikker på at du vil slette dette innlegget?",
|
||||
"post_restore_confirm": "Er du sikker på at du vil gjenopprette dette innlegget?",
|
||||
@@ -89,6 +91,7 @@
|
||||
"fork_pid_count": "%1 post(s) selected",
|
||||
"fork_success": "Dette emnet ble forgrenet! Klikk for å gå til forgrenet emne.",
|
||||
"delete_posts_instruction": "Click the posts you want to delete/purge",
|
||||
"merge_topics_instruction": "Click the topics you want to merge",
|
||||
"composer.title_placeholder": "Skriv din tråd-tittel her",
|
||||
"composer.handle_placeholder": "Navn",
|
||||
"composer.discard": "Forkast",
|
||||
|
||||
@@ -125,6 +125,7 @@
|
||||
"parse-error": "Tijdens het verwerken van het antwoord van de server is er iets misgegaan.",
|
||||
"wrong-login-type-email": "Gebruik je e-mailadres om in te loggen",
|
||||
"wrong-login-type-username": "Gebruik je gebruikersnaam om in te loggen",
|
||||
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
|
||||
"invite-maximum-met": "Je heb het maximum aantal mensen uitgenodigd (%1 van de %2).",
|
||||
"no-session-found": "Geen login sessie gevonden!",
|
||||
"not-in-room": "Gebruiker niet in de chat",
|
||||
@@ -133,5 +134,6 @@
|
||||
"no-users-selected": "Geen gebruiker(s) geselecteerd",
|
||||
"invalid-home-page-route": "Onbekende homepage route",
|
||||
"invalid-session": "Verkeerde sessie combinatie",
|
||||
"invalid-session-text": "Het lijkt erop dat je login sessie niet meer actief is of niet langer synchroon is met de server. Ververs de pagina."
|
||||
"invalid-session-text": "Het lijkt erop dat je login sessie niet meer actief is of niet langer synchroon is met de server. Ververs de pagina.",
|
||||
"no-topics-selected": "No topics selected!"
|
||||
}
|
||||
@@ -68,6 +68,8 @@
|
||||
"thread_tools.restore_confirm": "Zeker weten dit onderwerp te herstellen?",
|
||||
"thread_tools.purge": "Wis onderwerp ",
|
||||
"thread_tools.purge_confirm": "Weet je zeker dat je dit onderwerp wil verwijderen?",
|
||||
"thread_tools.merge_topics": "Merge Topics",
|
||||
"thread_tools.merge": "Merge",
|
||||
"topic_move_success": "Verplaatsen van onderwerp naar %1 succesvol",
|
||||
"post_delete_confirm": "Is het absoluut de bedoeling dit bericht te verwijderen?",
|
||||
"post_restore_confirm": "Is het de bedoeling dit bericht te herstellen?",
|
||||
@@ -89,6 +91,7 @@
|
||||
"fork_pid_count": "%1 bericht(en) geselecteerd",
|
||||
"fork_success": "Onderwerp is succesvol afgesplitst. Klik hier om het nieuwe onderwerp te zien.",
|
||||
"delete_posts_instruction": "Klik op de berichten die verwijderd moeten worden",
|
||||
"merge_topics_instruction": "Click the topics you want to merge",
|
||||
"composer.title_placeholder": "Voer hier de titel van het onderwerp in...",
|
||||
"composer.handle_placeholder": "Naam",
|
||||
"composer.discard": "Annuleren",
|
||||
|
||||
@@ -125,6 +125,7 @@
|
||||
"parse-error": "Coś poszło nie tak podczas przetwarzania odpowiedzi serwera",
|
||||
"wrong-login-type-email": "Zaloguj się, używając adresu email",
|
||||
"wrong-login-type-username": "Zaloguj się używając nazwy użytkownika",
|
||||
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
|
||||
"invite-maximum-met": "Zaprosiłeś maksymalną liczba osób (%1 z %2).",
|
||||
"no-session-found": "Nie znaleziono sesji logowania",
|
||||
"not-in-room": "Użytkownik nie jest w pokoju",
|
||||
@@ -133,5 +134,6 @@
|
||||
"no-users-selected": "Nie wybrano żadnych użytkowników",
|
||||
"invalid-home-page-route": "Niepoprawny odnośnik strony domowej",
|
||||
"invalid-session": "Niewłaściwa sesja",
|
||||
"invalid-session-text": "Wygląda na to, że twoja sesja jest nieaktywna lub nie zgadza się z serwerem. Proszę odświeżyć tę stronę."
|
||||
"invalid-session-text": "Wygląda na to, że twoja sesja jest nieaktywna lub nie zgadza się z serwerem. Proszę odświeżyć tę stronę.",
|
||||
"no-topics-selected": "No topics selected!"
|
||||
}
|
||||
@@ -68,6 +68,8 @@
|
||||
"thread_tools.restore_confirm": "Na pewno chcesz przywrócić ten temat?",
|
||||
"thread_tools.purge": "Wymaż temat",
|
||||
"thread_tools.purge_confirm": "Na pewno chcesz wymazać ten temat?",
|
||||
"thread_tools.merge_topics": "Merge Topics",
|
||||
"thread_tools.merge": "Merge",
|
||||
"topic_move_success": "Temat przeniesiono do %1",
|
||||
"post_delete_confirm": "Na pewno chcesz usunąć ten post?",
|
||||
"post_restore_confirm": "Na pewno chcesz przywrócić ten post?",
|
||||
@@ -89,6 +91,7 @@
|
||||
"fork_pid_count": "wybrano %1 post(-ów)",
|
||||
"fork_success": "Udało się skopiować temat. Kliknij tutaj, aby do niego przejść.",
|
||||
"delete_posts_instruction": "Kliknij na posty, które chcesz usunąć",
|
||||
"merge_topics_instruction": "Click the topics you want to merge",
|
||||
"composer.title_placeholder": "Wpisz tutaj tytuł tematu...",
|
||||
"composer.handle_placeholder": "Nazwa",
|
||||
"composer.discard": "Odrzuć",
|
||||
|
||||
@@ -125,6 +125,7 @@
|
||||
"parse-error": "Algo deu errado ao receber a resposta do servidor",
|
||||
"wrong-login-type-email": "Por favor use seu email para fazer login",
|
||||
"wrong-login-type-username": "Por favor use o seu nome de usuário para fazer login",
|
||||
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
|
||||
"invite-maximum-met": "Você já convidou o número máximo de pessoas (%1 de %2).",
|
||||
"no-session-found": "Nenhuma sessão de login encontrada!",
|
||||
"not-in-room": "O usuário não está na sala",
|
||||
@@ -133,5 +134,6 @@
|
||||
"no-users-selected": "Nenhuma escolha de usuário(s) foi feita",
|
||||
"invalid-home-page-route": "Rota de página inicial inválida",
|
||||
"invalid-session": "Erro de Sessão",
|
||||
"invalid-session-text": "Parece que sua sessão de login não está mais ativa, ou não combina mais com a do servidor. Por gentileza, recarregue esta página."
|
||||
"invalid-session-text": "Parece que sua sessão de login não está mais ativa, ou não combina mais com a do servidor. Por gentileza, recarregue esta página.",
|
||||
"no-topics-selected": "No topics selected!"
|
||||
}
|
||||
@@ -68,6 +68,8 @@
|
||||
"thread_tools.restore_confirm": "Tem certeza que deseja restaurar este tópico?",
|
||||
"thread_tools.purge": "Expurgar Tópico",
|
||||
"thread_tools.purge_confirm": "Tem certeza que deseja expurgar este tópico? ",
|
||||
"thread_tools.merge_topics": "Merge Topics",
|
||||
"thread_tools.merge": "Merge",
|
||||
"topic_move_success": "Tópico movido com sucesso para %1",
|
||||
"post_delete_confirm": "Tem certeza que deseja deletar este post?",
|
||||
"post_restore_confirm": "Tem certeza que deseja restaurar este post?",
|
||||
@@ -89,6 +91,7 @@
|
||||
"fork_pid_count": "%1 post(s) selecionado(s)",
|
||||
"fork_success": "Tópico ramificado com sucesso! Clique aqui para ir ao tópico ramificado.",
|
||||
"delete_posts_instruction": "Clique nos posts que você deseja deletar/limpar",
|
||||
"merge_topics_instruction": "Click the topics you want to merge",
|
||||
"composer.title_placeholder": "Digite aqui o título para o seu tópico...",
|
||||
"composer.handle_placeholder": "Nome",
|
||||
"composer.discard": "Descartar",
|
||||
|
||||
@@ -125,6 +125,7 @@
|
||||
"parse-error": "Ocorreu um erro enquanto analisávamos a resposta do servidor",
|
||||
"wrong-login-type-email": "Por favor utiliza o teu e-mail para efetuares o login",
|
||||
"wrong-login-type-username": "Por favor utiliza o teu nome de utilizador para efetuares o login",
|
||||
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
|
||||
"invite-maximum-met": "Convidaste o máximo de pessoas (%1 em %2).",
|
||||
"no-session-found": "Não encontramos sessões de login!",
|
||||
"not-in-room": "Utilizador não se encontra na sala",
|
||||
@@ -133,5 +134,6 @@
|
||||
"no-users-selected": "Não existe(m) utilizador(es) selecionado(s)",
|
||||
"invalid-home-page-route": "Rota para a página principal inválida",
|
||||
"invalid-session": "Sessão incompatível",
|
||||
"invalid-session-text": "Parece que a sua sessão de login não se encontra mais ativa ou não tem correspondência com o servidor. por favor recarregue esta página."
|
||||
"invalid-session-text": "Parece que a sua sessão de login não se encontra mais ativa ou não tem correspondência com o servidor. por favor recarregue esta página.",
|
||||
"no-topics-selected": "No topics selected!"
|
||||
}
|
||||
@@ -68,6 +68,8 @@
|
||||
"thread_tools.restore_confirm": "Tens a certeza que pretendes restaurar este tópico?",
|
||||
"thread_tools.purge": "Purgar tópico",
|
||||
"thread_tools.purge_confirm": "Tens a certeza que desejas continuar com a purgação deste tópico?",
|
||||
"thread_tools.merge_topics": "Merge Topics",
|
||||
"thread_tools.merge": "Merge",
|
||||
"topic_move_success": "Este tópico foi movido com sucesso para %1",
|
||||
"post_delete_confirm": "Tens a certeza que desejas eliminar esta publicação?",
|
||||
"post_restore_confirm": "Tens a certeza que desejas restaurar esta publicação?",
|
||||
@@ -89,6 +91,7 @@
|
||||
"fork_pid_count": "%1 publicação(ões) selecionada(s)",
|
||||
"fork_success": "Clonaste um tópico com sucesso! Carrega aqui para ires para o tópico clonado.",
|
||||
"delete_posts_instruction": "Carrega em publicações que queres apagar/purgar",
|
||||
"merge_topics_instruction": "Click the topics you want to merge",
|
||||
"composer.title_placeholder": "Insere aqui o título do tópico...",
|
||||
"composer.handle_placeholder": "Nome",
|
||||
"composer.discard": "Descartar",
|
||||
|
||||
@@ -125,6 +125,7 @@
|
||||
"parse-error": "Something went wrong while parsing server response",
|
||||
"wrong-login-type-email": "Please use your email to login",
|
||||
"wrong-login-type-username": "Please use your username to login",
|
||||
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
|
||||
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
|
||||
"no-session-found": "No login session found!",
|
||||
"not-in-room": "User not in room",
|
||||
@@ -133,5 +134,6 @@
|
||||
"no-users-selected": "No user(s) selected",
|
||||
"invalid-home-page-route": "Invalid home page route",
|
||||
"invalid-session": "Session Mismatch",
|
||||
"invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page."
|
||||
"invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page.",
|
||||
"no-topics-selected": "No topics selected!"
|
||||
}
|
||||
@@ -68,6 +68,8 @@
|
||||
"thread_tools.restore_confirm": "Esti sigur că vrei să restaurezi acest subiect?",
|
||||
"thread_tools.purge": "Curăță Subiect",
|
||||
"thread_tools.purge_confirm": "Ești sigur că vrei sa cureți acest subiect?",
|
||||
"thread_tools.merge_topics": "Merge Topics",
|
||||
"thread_tools.merge": "Merge",
|
||||
"topic_move_success": "Acest mesaj a fost mutat cu succes în %1",
|
||||
"post_delete_confirm": "Ești sigur că vrei să ștergi acest mesaj?",
|
||||
"post_restore_confirm": "Esti sigur că vrei să restaurezi acest mesaj?",
|
||||
@@ -89,6 +91,7 @@
|
||||
"fork_pid_count": "%1 post(s) selected",
|
||||
"fork_success": "Successfully forked topic! Click here to go to the forked topic.",
|
||||
"delete_posts_instruction": "Click the posts you want to delete/purge",
|
||||
"merge_topics_instruction": "Click the topics you want to merge",
|
||||
"composer.title_placeholder": "Introdu numele subiectului aici ...",
|
||||
"composer.handle_placeholder": "Name",
|
||||
"composer.discard": "Renunță",
|
||||
|
||||
@@ -125,6 +125,7 @@
|
||||
"parse-error": "Похоже, что-то пошло не так в процессе обработки ответа сервера.",
|
||||
"wrong-login-type-email": "Пожалуйста, для входа используйте адрес своей электронной почты.",
|
||||
"wrong-login-type-username": "Пожалуйста, для входа используйте имя пользователя.",
|
||||
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
|
||||
"invite-maximum-met": "Вы пригласили %1 людей из %2 возможных.",
|
||||
"no-session-found": "Сессия входа не найдена!",
|
||||
"not-in-room": "Пользователь отсутствует в этой комнате",
|
||||
@@ -133,5 +134,6 @@
|
||||
"no-users-selected": "Выберите одного или нескольких пользователей",
|
||||
"invalid-home-page-route": "Неверная ссылка на домашнюю страницу",
|
||||
"invalid-session": "Сессия не существует",
|
||||
"invalid-session-text": "Похоже, что ваша сессия больше не активна или она не совпадает с сессией на сервере. Пожалуйста, обновите эту страницу."
|
||||
"invalid-session-text": "Похоже, что ваша сессия больше не активна или она не совпадает с сессией на сервере. Пожалуйста, обновите эту страницу.",
|
||||
"no-topics-selected": "No topics selected!"
|
||||
}
|
||||
@@ -68,6 +68,8 @@
|
||||
"thread_tools.restore_confirm": "Вы уверены, что хотите восстановить тему?",
|
||||
"thread_tools.purge": "Стереть тему",
|
||||
"thread_tools.purge_confirm": "Вы уверены, что хотите стереть эту тему?",
|
||||
"thread_tools.merge_topics": "Merge Topics",
|
||||
"thread_tools.merge": "Merge",
|
||||
"topic_move_success": "Эта тема успешно перемещена в %1",
|
||||
"post_delete_confirm": "Вы уверены, что хотите удалить эту запись?",
|
||||
"post_restore_confirm": "Вы уверены, что хотите восстановить эту запись?",
|
||||
@@ -89,6 +91,7 @@
|
||||
"fork_pid_count": "Отмечено %1 сообщений",
|
||||
"fork_success": "Готово! Просмотр отделённой темы.",
|
||||
"delete_posts_instruction": "Отметьте записи, которые вы хотите удалить",
|
||||
"merge_topics_instruction": "Click the topics you want to merge",
|
||||
"composer.title_placeholder": "Введите название темы...",
|
||||
"composer.handle_placeholder": "Название",
|
||||
"composer.discard": "Отменить",
|
||||
|
||||
@@ -125,6 +125,7 @@
|
||||
"parse-error": "Hari ikibazo cyavutse mu gihe twari kugerageza kuzana igisubizo kivuye kuri server",
|
||||
"wrong-login-type-email": "Koresha email yawe kugirango winjiremo",
|
||||
"wrong-login-type-username": "Koresha izina ry'umukoresha ryawe kugirango winjiremo",
|
||||
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
|
||||
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
|
||||
"no-session-found": "No login session found!",
|
||||
"not-in-room": "User not in room",
|
||||
@@ -133,5 +134,6 @@
|
||||
"no-users-selected": "No user(s) selected",
|
||||
"invalid-home-page-route": "Invalid home page route",
|
||||
"invalid-session": "Session Mismatch",
|
||||
"invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page."
|
||||
"invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page.",
|
||||
"no-topics-selected": "No topics selected!"
|
||||
}
|
||||
@@ -68,6 +68,8 @@
|
||||
"thread_tools.restore_confirm": "Wiringiye neza ko ushaka kugarura iki kiganiro?",
|
||||
"thread_tools.purge": "Sibanganya Ikiganiro",
|
||||
"thread_tools.purge_confirm": "Wiringiye neza ko ushaka gusibanganya iki kiganiro?",
|
||||
"thread_tools.merge_topics": "Merge Topics",
|
||||
"thread_tools.merge": "Merge",
|
||||
"topic_move_success": "Nta ngorane, iki kiganiro kimaze kwimurirwa muri %1",
|
||||
"post_delete_confirm": "Wiringiye neza ko ushaka gukuraho iki kiganiro?",
|
||||
"post_restore_confirm": "Wiringiye neza ko ushaka kugarura iki kiganiro? ",
|
||||
@@ -89,6 +91,7 @@
|
||||
"fork_pid_count": "%1 post(s) selected",
|
||||
"fork_success": "Umaze kugabanyaho ku kiganiro! Kanda hano ugezwe ku kiganiro cyavutse. ",
|
||||
"delete_posts_instruction": "Kanda ku bintu ushaka guhisha/gusiba",
|
||||
"merge_topics_instruction": "Click the topics you want to merge",
|
||||
"composer.title_placeholder": "Shyira umutwe w'ikiganiro cyawe aha...",
|
||||
"composer.handle_placeholder": "Izina",
|
||||
"composer.discard": "Byihorere",
|
||||
|
||||
@@ -125,6 +125,7 @@
|
||||
"parse-error": "Something went wrong while parsing server response",
|
||||
"wrong-login-type-email": "Please use your email to login",
|
||||
"wrong-login-type-username": "Please use your username to login",
|
||||
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
|
||||
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
|
||||
"no-session-found": "No login session found!",
|
||||
"not-in-room": "User not in room",
|
||||
@@ -133,5 +134,6 @@
|
||||
"no-users-selected": "No user(s) selected",
|
||||
"invalid-home-page-route": "Invalid home page route",
|
||||
"invalid-session": "Session Mismatch",
|
||||
"invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page."
|
||||
"invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page.",
|
||||
"no-topics-selected": "No topics selected!"
|
||||
}
|
||||
@@ -68,6 +68,8 @@
|
||||
"thread_tools.restore_confirm": "Are you sure you want to restore this topic?",
|
||||
"thread_tools.purge": "Purge Topic",
|
||||
"thread_tools.purge_confirm": "Are you sure you want to purge this topic?",
|
||||
"thread_tools.merge_topics": "Merge Topics",
|
||||
"thread_tools.merge": "Merge",
|
||||
"topic_move_success": "This topic has been successfully moved to %1",
|
||||
"post_delete_confirm": "Are you sure you want to delete this post?",
|
||||
"post_restore_confirm": "Are you sure you want to restore this post?",
|
||||
@@ -89,6 +91,7 @@
|
||||
"fork_pid_count": "%1 post(s) selected",
|
||||
"fork_success": "Successfully forked topic! Click here to go to the forked topic.",
|
||||
"delete_posts_instruction": "Click the posts you want to delete/purge",
|
||||
"merge_topics_instruction": "Click the topics you want to merge",
|
||||
"composer.title_placeholder": "Pone su tìtulu de s'arresonada inoghe...",
|
||||
"composer.handle_placeholder": "Name",
|
||||
"composer.discard": "Lassa a Pèrdere",
|
||||
|
||||
@@ -125,6 +125,7 @@
|
||||
"parse-error": "Niečo sa pokazilo pri analýze odpovede servera",
|
||||
"wrong-login-type-email": "Prosím použite svoj e-mail, k prihláseniu",
|
||||
"wrong-login-type-username": "Použite svoje užívateľské meno pre prihlásenie",
|
||||
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
|
||||
"invite-maximum-met": "Pozvali ste maximálny počet ľudí (%1 z %2).",
|
||||
"no-session-found": "Žiadne prihlásenie sa do relácií nenájdené!",
|
||||
"not-in-room": "Užívateľ nie je v miestnosti",
|
||||
@@ -133,5 +134,6 @@
|
||||
"no-users-selected": "Žiadny užívateľ(ia) neboli vybratý",
|
||||
"invalid-home-page-route": "Neplatná cesta pre domovskú stránku",
|
||||
"invalid-session": "Relácia neodpovedá",
|
||||
"invalid-session-text": "Vyzerá to, že Vaše prihlasovacia relácia už nie je aktívna, alebo sa už nezhoduje so serverom. Aktualizujte túto stránku."
|
||||
"invalid-session-text": "Vyzerá to, že Vaše prihlasovacia relácia už nie je aktívna, alebo sa už nezhoduje so serverom. Aktualizujte túto stránku.",
|
||||
"no-topics-selected": "No topics selected!"
|
||||
}
|
||||
@@ -68,6 +68,8 @@
|
||||
"thread_tools.restore_confirm": "Ste si naozaj istý že chcete obnoviť túto tému?",
|
||||
"thread_tools.purge": "Vyčistiť tému",
|
||||
"thread_tools.purge_confirm": "Ste si naozaj istý že chcete vyčistiť túto tému?",
|
||||
"thread_tools.merge_topics": "Merge Topics",
|
||||
"thread_tools.merge": "Merge",
|
||||
"topic_move_success": "Téma bola úspešne presunutá do %1",
|
||||
"post_delete_confirm": "Ste si istý, že chcete odstrániť tento príspevok?",
|
||||
"post_restore_confirm": "Ste si istí, že chcete obnoviť tento príspevok?",
|
||||
@@ -89,6 +91,7 @@
|
||||
"fork_pid_count": "%1 príspevky(ov) vybraté",
|
||||
"fork_success": "Rozdelenie témy bolo úspešné! Kliknutím sem sa dostanete na rozdelenú tému",
|
||||
"delete_posts_instruction": "Kliknite na príspevky, ktoré chcete odstrániť/očistiť",
|
||||
"merge_topics_instruction": "Click the topics you want to merge",
|
||||
"composer.title_placeholder": "Sem zadajte názov témy...",
|
||||
"composer.handle_placeholder": "Meno",
|
||||
"composer.discard": "Zahodiť",
|
||||
|
||||
@@ -125,6 +125,7 @@
|
||||
"parse-error": "Nekaj je šlo narobe pri pridobivanju odgovora s strežnika.",
|
||||
"wrong-login-type-email": "Uporabite svoj e-poštni naslov za prijavo.",
|
||||
"wrong-login-type-username": "Uporabite svoje uporabniško ime za prijavo.",
|
||||
"sso-registration-disabled": "Registration has been disabled for %1 accounts, please register with an email address first",
|
||||
"invite-maximum-met": "Povabili ste največje dovoljeno število ljudi (%1 od %2).",
|
||||
"no-session-found": "Prijavne seje ni mogoče najti!",
|
||||
"not-in-room": "Uporabnika ni v sobi.",
|
||||
@@ -133,5 +134,6 @@
|
||||
"no-users-selected": "Ni izbranih uporabnikov.",
|
||||
"invalid-home-page-route": "Napačna pot do domače strani.",
|
||||
"invalid-session": "Seje se ne ujemajo.",
|
||||
"invalid-session-text": "Kaže, da vaša prijavna seja ni več aktiva. Prosimo, osvežite to stran."
|
||||
"invalid-session-text": "Kaže, da vaša prijavna seja ni več aktiva. Prosimo, osvežite to stran.",
|
||||
"no-topics-selected": "No topics selected!"
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user