Latest translations and fallbacks

v1.18.x
Misty (Bot)
parent 42e792ab61
commit aa877e7e0f

@ -18,10 +18,16 @@
"mongo.resident-memory": "Resident Memory", "mongo.resident-memory": "Resident Memory",
"mongo.virtual-memory": "الذاكرة الإفتراضية", "mongo.virtual-memory": "الذاكرة الإفتراضية",
"mongo.mapped-memory": "Mapped Memory", "mongo.mapped-memory": "Mapped Memory",
"mongo.bytes-in": "Bytes In",
"mongo.bytes-out": "Bytes Out",
"mongo.num-requests": "Number of Requests",
"mongo.raw-info": "MongoDB Raw Info", "mongo.raw-info": "MongoDB Raw Info",
"redis": "Redis", "redis": "Redis",
"redis.version": "Redis Version", "redis.version": "Redis Version",
"redis.keys": "Keys",
"redis.expires": "Expires",
"redis.avg-ttl": "Average TTL",
"redis.connected-clients": "Connected Clients", "redis.connected-clients": "Connected Clients",
"redis.connected-slaves": "Connected Slaves", "redis.connected-slaves": "Connected Slaves",
"redis.blocked-clients": "Blocked Clients", "redis.blocked-clients": "Blocked Clients",
@ -30,6 +36,11 @@
"redis.total-connections-recieved": "إجمالي الاتصالات المستلمة", "redis.total-connections-recieved": "إجمالي الاتصالات المستلمة",
"redis.total-commands-processed": "إجمالي الأوامر التي تمت معالجتها", "redis.total-commands-processed": "إجمالي الأوامر التي تمت معالجتها",
"redis.iops": "Instantaneous Ops. Per Second", "redis.iops": "Instantaneous Ops. Per Second",
"redis.iinput": "Instantaneous Input Per Second",
"redis.ioutput": "Instantaneous Output Per Second",
"redis.total-input": "Total Input",
"redis.total-output": "Total Ouput",
"redis.keyspace-hits": "Keyspace Hits", "redis.keyspace-hits": "Keyspace Hits",
"redis.keyspace-misses": "Keyspace Misses", "redis.keyspace-misses": "Keyspace Misses",
"redis.raw-info": "Redis Raw Info", "redis.raw-info": "Redis Raw Info",

@ -1,5 +1,6 @@
{ {
"password-reset-requested": "تم طلب إعادة تعيين كلمة المرور - %1!", "test-email.subject": "Test Email",
"password-reset-requested": "Password Reset Requested!",
"welcome-to": "مرحبًا بك في %1", "welcome-to": "مرحبًا بك في %1",
"invite": "دعوة من %1", "invite": "دعوة من %1",
"greeting_no_name": "مرحبًا", "greeting_no_name": "مرحبًا",

@ -119,8 +119,6 @@
"open_links_in_new_tab": "فتح الروابط الخارجية في نافدة جديدة", "open_links_in_new_tab": "فتح الروابط الخارجية في نافدة جديدة",
"enable_topic_searching": "تفعيل خاصية البحث داخل المواضيع", "enable_topic_searching": "تفعيل خاصية البحث داخل المواضيع",
"topic_search_help": "إذا قمت بتفعيل ميزة البحث في-الموضوع، سيتم تجاوز الخيار الافتراضي للمتصفح مما يؤدي للبحث بكامل الموضوع بدلا عن البحث في الجزء الظاهر في الشاشة.", "topic_search_help": "إذا قمت بتفعيل ميزة البحث في-الموضوع، سيتم تجاوز الخيار الافتراضي للمتصفح مما يؤدي للبحث بكامل الموضوع بدلا عن البحث في الجزء الظاهر في الشاشة.",
"delay_image_loading": "تأخير عرض الصور",
"image_load_delay_help": "إذا تم تمكينه، فلن يتم تحميل الصور في المواضيع حتى يتم تمريرها في الشاشة",
"scroll_to_my_post": "بعد اضافة رد على المشاركة, قم بإظهار المشاركة", "scroll_to_my_post": "بعد اضافة رد على المشاركة, قم بإظهار المشاركة",
"follow_topics_you_reply_to": "متابعة المواضيع التي تقوم بالرد عليها", "follow_topics_you_reply_to": "متابعة المواضيع التي تقوم بالرد عليها",
"follow_topics_you_create": "متابعة المواضيع التي تقوم بإنشائها", "follow_topics_you_create": "متابعة المواضيع التي تقوم بإنشائها",

@ -18,10 +18,16 @@
"mongo.resident-memory": "Текущо активна памет", "mongo.resident-memory": "Текущо активна памет",
"mongo.virtual-memory": "Виртуална памет", "mongo.virtual-memory": "Виртуална памет",
"mongo.mapped-memory": "Заделена памет", "mongo.mapped-memory": "Заделена памет",
"mongo.bytes-in": "Bytes In",
"mongo.bytes-out": "Bytes Out",
"mongo.num-requests": "Number of Requests",
"mongo.raw-info": "Сурови данни от MongoDB", "mongo.raw-info": "Сурови данни от MongoDB",
"redis": "Redis", "redis": "Redis",
"redis.version": "Версия на Redis", "redis.version": "Версия на Redis",
"redis.keys": "Keys",
"redis.expires": "Expires",
"redis.avg-ttl": "Average TTL",
"redis.connected-clients": "Свързани клиенти", "redis.connected-clients": "Свързани клиенти",
"redis.connected-slaves": "Свързани второстепенни сървъри", "redis.connected-slaves": "Свързани второстепенни сървъри",
"redis.blocked-clients": "Блокирани клиенти", "redis.blocked-clients": "Блокирани клиенти",
@ -30,6 +36,11 @@
"redis.total-connections-recieved": "Общо получени свързвания", "redis.total-connections-recieved": "Общо получени свързвания",
"redis.total-commands-processed": "Общо обработени команди", "redis.total-commands-processed": "Общо обработени команди",
"redis.iops": "Едновременни операции в секунда", "redis.iops": "Едновременни операции в секунда",
"redis.iinput": "Instantaneous Input Per Second",
"redis.ioutput": "Instantaneous Output Per Second",
"redis.total-input": "Total Input",
"redis.total-output": "Total Ouput",
"redis.keyspace-hits": "Успешни търсения на ключове", "redis.keyspace-hits": "Успешни търсения на ключове",
"redis.keyspace-misses": "Неуспешни търсения на ключове", "redis.keyspace-misses": "Неуспешни търсения на ключове",
"redis.raw-info": "Сурови данни от Redis", "redis.raw-info": "Сурови данни от Redis",

@ -1,5 +1,6 @@
{ {
"password-reset-requested": "Изпратена е заявка за подновяване на паролата %1!", "test-email.subject": "Test Email",
"password-reset-requested": "Password Reset Requested!",
"welcome-to": "Добре дошли в %1", "welcome-to": "Добре дошли в %1",
"invite": "Покана от %1", "invite": "Покана от %1",
"greeting_no_name": "Здравейте", "greeting_no_name": "Здравейте",

@ -119,8 +119,6 @@
"open_links_in_new_tab": "Отваряне на външните връзки в нов подпрозорец", "open_links_in_new_tab": "Отваряне на външните връзки в нов подпрозорец",
"enable_topic_searching": "Включване на търсенето в темите", "enable_topic_searching": "Включване на търсенето в темите",
"topic_search_help": "Ако е включено, търсенето в темата ще замени стандартното поведение на браузъра при търсене в страницата и ще Ви позволи да претърсвате цялата тема, а не само това, което се вижда на екрана", "topic_search_help": "Ако е включено, търсенето в темата ще замени стандартното поведение на браузъра при търсене в страницата и ще Ви позволи да претърсвате цялата тема, а не само това, което се вижда на екрана",
"delay_image_loading": "Отлагане на зареждането на изображения",
"image_load_delay_help": "Ако е включено, изображенията в темите няма да бъдат зареждани, докато не превъртите страницата до мястото, на което се намират",
"scroll_to_my_post": "След публикуване на отговор, да се показва новата публикация", "scroll_to_my_post": "След публикуване на отговор, да се показва новата публикация",
"follow_topics_you_reply_to": "Следене на темите, в които отговаряте", "follow_topics_you_reply_to": "Следене на темите, в които отговаряте",
"follow_topics_you_create": "Следене на темите, които създавате", "follow_topics_you_create": "Следене на темите, които създавате",

@ -18,10 +18,16 @@
"mongo.resident-memory": "Resident Memory", "mongo.resident-memory": "Resident Memory",
"mongo.virtual-memory": "Virtual Memory", "mongo.virtual-memory": "Virtual Memory",
"mongo.mapped-memory": "Mapped Memory", "mongo.mapped-memory": "Mapped Memory",
"mongo.bytes-in": "Bytes In",
"mongo.bytes-out": "Bytes Out",
"mongo.num-requests": "Number of Requests",
"mongo.raw-info": "MongoDB Raw Info", "mongo.raw-info": "MongoDB Raw Info",
"redis": "Redis", "redis": "Redis",
"redis.version": "Redis Version", "redis.version": "Redis Version",
"redis.keys": "Keys",
"redis.expires": "Expires",
"redis.avg-ttl": "Average TTL",
"redis.connected-clients": "Connected Clients", "redis.connected-clients": "Connected Clients",
"redis.connected-slaves": "Connected Slaves", "redis.connected-slaves": "Connected Slaves",
"redis.blocked-clients": "Blocked Clients", "redis.blocked-clients": "Blocked Clients",
@ -30,6 +36,11 @@
"redis.total-connections-recieved": "Total Connections Received", "redis.total-connections-recieved": "Total Connections Received",
"redis.total-commands-processed": "Total Commands Processed", "redis.total-commands-processed": "Total Commands Processed",
"redis.iops": "Instantaneous Ops. Per Second", "redis.iops": "Instantaneous Ops. Per Second",
"redis.iinput": "Instantaneous Input Per Second",
"redis.ioutput": "Instantaneous Output Per Second",
"redis.total-input": "Total Input",
"redis.total-output": "Total Ouput",
"redis.keyspace-hits": "Keyspace Hits", "redis.keyspace-hits": "Keyspace Hits",
"redis.keyspace-misses": "Keyspace Misses", "redis.keyspace-misses": "Keyspace Misses",
"redis.raw-info": "Redis Raw Info", "redis.raw-info": "Redis Raw Info",

@ -1,5 +1,6 @@
{ {
"password-reset-requested": "পাসওয়ার্ড রিসেটের জন্য অনুরোধ করা হয়েছে - %1!", "test-email.subject": "Test Email",
"password-reset-requested": "Password Reset Requested!",
"welcome-to": "%1 এ স্বাগতম", "welcome-to": "%1 এ স্বাগতম",
"invite": "%1 থেকে আমন্ত্রণ", "invite": "%1 থেকে আমন্ত্রণ",
"greeting_no_name": "স্বাগতম", "greeting_no_name": "স্বাগতম",

@ -119,8 +119,6 @@
"open_links_in_new_tab": "আউটগোয়িং লিংকগুলো নতুন ট্যাবে খুলুন", "open_links_in_new_tab": "আউটগোয়িং লিংকগুলো নতুন ট্যাবে খুলুন",
"enable_topic_searching": "In-Topic সার্চ সক্রীয় করো", "enable_topic_searching": "In-Topic সার্চ সক্রীয় করো",
"topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen", "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",
"scroll_to_my_post": "After posting a reply, show the new post", "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_reply_to": "Watch topics that you reply to",
"follow_topics_you_create": "Watch topics you create", "follow_topics_you_create": "Watch topics you create",

@ -18,10 +18,16 @@
"mongo.resident-memory": "Residentní paměť", "mongo.resident-memory": "Residentní paměť",
"mongo.virtual-memory": "Virtuální paměť", "mongo.virtual-memory": "Virtuální paměť",
"mongo.mapped-memory": "Namapovaná paměť", "mongo.mapped-memory": "Namapovaná paměť",
"mongo.bytes-in": "Bytes In",
"mongo.bytes-out": "Bytes Out",
"mongo.num-requests": "Number of Requests",
"mongo.raw-info": "Raw informace MongoDB", "mongo.raw-info": "Raw informace MongoDB",
"redis": "Redis", "redis": "Redis",
"redis.version": "Verze Redis", "redis.version": "Verze Redis",
"redis.keys": "Keys",
"redis.expires": "Expires",
"redis.avg-ttl": "Average TTL",
"redis.connected-clients": "Připojených klientů", "redis.connected-clients": "Připojených klientů",
"redis.connected-slaves": "Druhotná připojení", "redis.connected-slaves": "Druhotná připojení",
"redis.blocked-clients": "Blokovaných klientů", "redis.blocked-clients": "Blokovaných klientů",
@ -30,6 +36,11 @@
"redis.total-connections-recieved": "Souhrné množství připojení", "redis.total-connections-recieved": "Souhrné množství připojení",
"redis.total-commands-processed": "Souhrnně zpracováno příkazů", "redis.total-commands-processed": "Souhrnně zpracováno příkazů",
"redis.iops": "Okamžité zpracování za sekundu", "redis.iops": "Okamžité zpracování za sekundu",
"redis.iinput": "Instantaneous Input Per Second",
"redis.ioutput": "Instantaneous Output Per Second",
"redis.total-input": "Total Input",
"redis.total-output": "Total Ouput",
"redis.keyspace-hits": "Zpracováno klíčů", "redis.keyspace-hits": "Zpracováno klíčů",
"redis.keyspace-misses": "Chyby klíče", "redis.keyspace-misses": "Chyby klíče",
"redis.raw-info": "Informace Redis Raw", "redis.raw-info": "Informace Redis Raw",

@ -1,5 +1,6 @@
{ {
"password-reset-requested": "Požadována obnova hesla %1!", "test-email.subject": "Test Email",
"password-reset-requested": "Password Reset Requested!",
"welcome-to": "Vítejte v %1", "welcome-to": "Vítejte v %1",
"invite": "Pozvánka od %1", "invite": "Pozvánka od %1",
"greeting_no_name": "Dobrý den", "greeting_no_name": "Dobrý den",

@ -119,8 +119,6 @@
"open_links_in_new_tab": "Otevřít odchozí odkaz v nové záložce", "open_links_in_new_tab": "Otevřít odchozí odkaz v nové záložce",
"enable_topic_searching": "Povolit vyhledávání v tématu", "enable_topic_searching": "Povolit vyhledávání v tématu",
"topic_search_help": "Je-li povoleno, hledání v tématu přepíše výchozí chování vyhledávání v prohlížeči a umožní vám prohledávat celé téma, namísto pouze toho, co je zobrazeno na obrazovce", "topic_search_help": "Je-li povoleno, hledání v tématu přepíše výchozí chování vyhledávání v prohlížeči a umožní vám prohledávat celé téma, namísto pouze toho, co je zobrazeno na obrazovce",
"delay_image_loading": "Zpoždění načtení obrázku",
"image_load_delay_help": "Je-li povoleno, obrázky v tématech se nebudou načítat, dokud nebude proveden posun do zobrazení",
"scroll_to_my_post": "Po odeslání odpovědi, zobrazit nový příspěvek", "scroll_to_my_post": "Po odeslání odpovědi, zobrazit nový příspěvek",
"follow_topics_you_reply_to": "Sledovat témata, do kterých přispějete", "follow_topics_you_reply_to": "Sledovat témata, do kterých přispějete",
"follow_topics_you_create": "Sledovat témata, která vytvoříte", "follow_topics_you_create": "Sledovat témata, která vytvoříte",

@ -18,10 +18,16 @@
"mongo.resident-memory": "Resident Hukommelse", "mongo.resident-memory": "Resident Hukommelse",
"mongo.virtual-memory": "Virtuel Hukommelse", "mongo.virtual-memory": "Virtuel Hukommelse",
"mongo.mapped-memory": "Kortlagt Hukommelse", "mongo.mapped-memory": "Kortlagt Hukommelse",
"mongo.bytes-in": "Bytes In",
"mongo.bytes-out": "Bytes Out",
"mongo.num-requests": "Number of Requests",
"mongo.raw-info": "MongoDB Rå Info", "mongo.raw-info": "MongoDB Rå Info",
"redis": "Redis", "redis": "Redis",
"redis.version": "Redis Version", "redis.version": "Redis Version",
"redis.keys": "Keys",
"redis.expires": "Expires",
"redis.avg-ttl": "Average TTL",
"redis.connected-clients": "Forbundne Klienter", "redis.connected-clients": "Forbundne Klienter",
"redis.connected-slaves": "Forbundne Slaver", "redis.connected-slaves": "Forbundne Slaver",
"redis.blocked-clients": "Blokerede Klienter", "redis.blocked-clients": "Blokerede Klienter",
@ -30,6 +36,11 @@
"redis.total-connections-recieved": "Totale Forbindelser Modtaget", "redis.total-connections-recieved": "Totale Forbindelser Modtaget",
"redis.total-commands-processed": "Totale Kommandoer Behandlet", "redis.total-commands-processed": "Totale Kommandoer Behandlet",
"redis.iops": "Øjeblikkelige Ops. pr. sekund", "redis.iops": "Øjeblikkelige Ops. pr. sekund",
"redis.iinput": "Instantaneous Input Per Second",
"redis.ioutput": "Instantaneous Output Per Second",
"redis.total-input": "Total Input",
"redis.total-output": "Total Ouput",
"redis.keyspace-hits": "Mellemrums Tryk", "redis.keyspace-hits": "Mellemrums Tryk",
"redis.keyspace-misses": "Mellemrums Misses", "redis.keyspace-misses": "Mellemrums Misses",
"redis.raw-info": "Redis Rå Info", "redis.raw-info": "Redis Rå Info",

@ -1,5 +1,6 @@
{ {
"password-reset-requested": "Vi skal anmode dig om at nulstille dit kodeord - %1!", "test-email.subject": "Test Email",
"password-reset-requested": "Password Reset Requested!",
"welcome-to": "Velkommen til %1", "welcome-to": "Velkommen til %1",
"invite": "Invitation fra %1", "invite": "Invitation fra %1",
"greeting_no_name": "Hej", "greeting_no_name": "Hej",

@ -119,8 +119,6 @@
"open_links_in_new_tab": "Åben udgående link i en ny tab", "open_links_in_new_tab": "Åben udgående link i en ny tab",
"enable_topic_searching": "Slå In-Topic søgning til", "enable_topic_searching": "Slå In-Topic søgning til",
"topic_search_help": "Hvis slået til, så vil in-topic søgning overskrive browserens almindelige søge function og tillade dig at søge hele emnet, istedet for kun det der er vist på skærmen", "topic_search_help": "Hvis slået til, så vil in-topic søgning overskrive browserens almindelige søge function og tillade dig at søge hele emnet, istedet for kun det der er vist på skærmen",
"delay_image_loading": "Delay Image Loading",
"image_load_delay_help": "If enabled, images in topics will not load until they are scrolled into view",
"scroll_to_my_post": "After posting a reply, show the new post", "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_reply_to": "Watch topics that you reply to",
"follow_topics_you_create": "Vis emner du har oprettet", "follow_topics_you_create": "Vis emner du har oprettet",

@ -18,10 +18,16 @@
"mongo.resident-memory": "Permanenter Speicher", "mongo.resident-memory": "Permanenter Speicher",
"mongo.virtual-memory": "Virtueller Speicher", "mongo.virtual-memory": "Virtueller Speicher",
"mongo.mapped-memory": "Zugeordneter Speicher", "mongo.mapped-memory": "Zugeordneter Speicher",
"mongo.bytes-in": "Bytes In",
"mongo.bytes-out": "Bytes Out",
"mongo.num-requests": "Number of Requests",
"mongo.raw-info": "MongoDB Rohinfo", "mongo.raw-info": "MongoDB Rohinfo",
"redis": "Redis", "redis": "Redis",
"redis.version": "Redis Version", "redis.version": "Redis Version",
"redis.keys": "Keys",
"redis.expires": "Expires",
"redis.avg-ttl": "Average TTL",
"redis.connected-clients": "Verbundene Clients", "redis.connected-clients": "Verbundene Clients",
"redis.connected-slaves": "Verbundene Slaves", "redis.connected-slaves": "Verbundene Slaves",
"redis.blocked-clients": "Blockierte Clients", "redis.blocked-clients": "Blockierte Clients",
@ -30,6 +36,11 @@
"redis.total-connections-recieved": "Gesamte empfangen Verbindungen", "redis.total-connections-recieved": "Gesamte empfangen Verbindungen",
"redis.total-commands-processed": "Insgesamt Kommandos ausgeführt", "redis.total-commands-processed": "Insgesamt Kommandos ausgeführt",
"redis.iops": "Durchschnittliche Anzahl von Ein-/Ausgaben pro Sekunde", "redis.iops": "Durchschnittliche Anzahl von Ein-/Ausgaben pro Sekunde",
"redis.iinput": "Instantaneous Input Per Second",
"redis.ioutput": "Instantaneous Output Per Second",
"redis.total-input": "Total Input",
"redis.total-output": "Total Ouput",
"redis.keyspace-hits": "Schlüsselraum Treffer", "redis.keyspace-hits": "Schlüsselraum Treffer",
"redis.keyspace-misses": "Schlüsselraum Verfehlungen", "redis.keyspace-misses": "Schlüsselraum Verfehlungen",
"redis.raw-info": "Redis Rohinfo", "redis.raw-info": "Redis Rohinfo",

@ -1,5 +1,6 @@
{ {
"password-reset-requested": "Zurücksetzung des Passworts beantragt - %1!", "test-email.subject": "Test Email",
"password-reset-requested": "Password Reset Requested!",
"welcome-to": "Willkommen bei %1", "welcome-to": "Willkommen bei %1",
"invite": "Einladung von %1", "invite": "Einladung von %1",
"greeting_no_name": "Hallo", "greeting_no_name": "Hallo",

@ -119,8 +119,6 @@
"open_links_in_new_tab": "Ausgehende Links in neuem Tab öffnen", "open_links_in_new_tab": "Ausgehende Links in neuem Tab öffnen",
"enable_topic_searching": "Suchen innerhalb von Themen aktivieren", "enable_topic_searching": "Suchen innerhalb von Themen aktivieren",
"topic_search_help": "Wenn aktiviert, ersetzt die im-Thema-Suche die Standardsuche des Browsers. Dadurch kannst du im ganzen Thema suchen, nicht nur im sichtbaren Abschnitt.", "topic_search_help": "Wenn aktiviert, ersetzt die im-Thema-Suche die Standardsuche des Browsers. Dadurch kannst du im ganzen Thema suchen, nicht nur im sichtbaren Abschnitt.",
"delay_image_loading": "Bilder nachladen",
"image_load_delay_help": "Wenn aktiviert, werden Bilder in Themen erst dann geladen, wenn sie in den sichtbaren Bereich gescrollt werden",
"scroll_to_my_post": "Zeige eigene Antwort nach dem Erstellen im Thema an", "scroll_to_my_post": "Zeige eigene Antwort nach dem Erstellen im Thema an",
"follow_topics_you_reply_to": "Themen folgen, in denen du geantwortet hast", "follow_topics_you_reply_to": "Themen folgen, in denen du geantwortet hast",
"follow_topics_you_create": "Themen folgen, die du erstellst", "follow_topics_you_create": "Themen folgen, die du erstellst",

@ -18,10 +18,16 @@
"mongo.resident-memory": "Resident Memory", "mongo.resident-memory": "Resident Memory",
"mongo.virtual-memory": "Virtual Memory", "mongo.virtual-memory": "Virtual Memory",
"mongo.mapped-memory": "Mapped Memory", "mongo.mapped-memory": "Mapped Memory",
"mongo.bytes-in": "Bytes In",
"mongo.bytes-out": "Bytes Out",
"mongo.num-requests": "Number of Requests",
"mongo.raw-info": "MongoDB Raw Info", "mongo.raw-info": "MongoDB Raw Info",
"redis": "Redis", "redis": "Redis",
"redis.version": "Έκδοση Redis", "redis.version": "Έκδοση Redis",
"redis.keys": "Keys",
"redis.expires": "Expires",
"redis.avg-ttl": "Average TTL",
"redis.connected-clients": "Connected Clients", "redis.connected-clients": "Connected Clients",
"redis.connected-slaves": "Connected Slaves", "redis.connected-slaves": "Connected Slaves",
"redis.blocked-clients": "Blocked Clients", "redis.blocked-clients": "Blocked Clients",
@ -30,6 +36,11 @@
"redis.total-connections-recieved": "Total Connections Received", "redis.total-connections-recieved": "Total Connections Received",
"redis.total-commands-processed": "Total Commands Processed", "redis.total-commands-processed": "Total Commands Processed",
"redis.iops": "Instantaneous Ops. Per Second", "redis.iops": "Instantaneous Ops. Per Second",
"redis.iinput": "Instantaneous Input Per Second",
"redis.ioutput": "Instantaneous Output Per Second",
"redis.total-input": "Total Input",
"redis.total-output": "Total Ouput",
"redis.keyspace-hits": "Keyspace Hits", "redis.keyspace-hits": "Keyspace Hits",
"redis.keyspace-misses": "Keyspace Misses", "redis.keyspace-misses": "Keyspace Misses",
"redis.raw-info": "Redis Raw Info", "redis.raw-info": "Redis Raw Info",

@ -1,5 +1,6 @@
{ {
"password-reset-requested": "Ζητήθηκε Επαναφορά Κωδικου - %1!", "test-email.subject": "Test Email",
"password-reset-requested": "Password Reset Requested!",
"welcome-to": "Καλωσόρισες στο %1", "welcome-to": "Καλωσόρισες στο %1",
"invite": "Invitation from %1", "invite": "Invitation from %1",
"greeting_no_name": "Γειά σου", "greeting_no_name": "Γειά σου",

@ -119,8 +119,6 @@
"open_links_in_new_tab": "Open outgoing links in new tab", "open_links_in_new_tab": "Open outgoing links in new tab",
"enable_topic_searching": "Enable In-Topic Searching", "enable_topic_searching": "Enable In-Topic Searching",
"topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen", "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",
"scroll_to_my_post": "After posting a reply, show the new post", "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_reply_to": "Watch topics that you reply to",
"follow_topics_you_create": "Watch topics you create", "follow_topics_you_create": "Watch topics you create",

@ -18,10 +18,16 @@
"mongo.resident-memory": "Resident Memory", "mongo.resident-memory": "Resident Memory",
"mongo.virtual-memory": "Virtual Memory", "mongo.virtual-memory": "Virtual Memory",
"mongo.mapped-memory": "Mapped Memory", "mongo.mapped-memory": "Mapped Memory",
"mongo.bytes-in": "Bytes In",
"mongo.bytes-out": "Bytes Out",
"mongo.num-requests": "Number of Requests",
"mongo.raw-info": "MongoDB Raw Info", "mongo.raw-info": "MongoDB Raw Info",
"redis": "Redis", "redis": "Redis",
"redis.version": "Redis Version", "redis.version": "Redis Version",
"redis.keys": "Keys",
"redis.expires": "Expires",
"redis.avg-ttl": "Average TTL",
"redis.connected-clients": "Connected Clients", "redis.connected-clients": "Connected Clients",
"redis.connected-slaves": "Connected Slaves", "redis.connected-slaves": "Connected Slaves",
"redis.blocked-clients": "Blocked Clients", "redis.blocked-clients": "Blocked Clients",
@ -30,6 +36,11 @@
"redis.total-connections-recieved": "Total Connections Received", "redis.total-connections-recieved": "Total Connections Received",
"redis.total-commands-processed": "Total Commands Processed", "redis.total-commands-processed": "Total Commands Processed",
"redis.iops": "Instantaneous Ops. Per Second", "redis.iops": "Instantaneous Ops. Per Second",
"redis.iinput": "Instantaneous Input Per Second",
"redis.ioutput": "Instantaneous Output Per Second",
"redis.total-input": "Total Input",
"redis.total-output": "Total Ouput",
"redis.keyspace-hits": "Keyspace Hits", "redis.keyspace-hits": "Keyspace Hits",
"redis.keyspace-misses": "Keyspace Misses", "redis.keyspace-misses": "Keyspace Misses",
"redis.raw-info": "Redis Raw Info", "redis.raw-info": "Redis Raw Info",

@ -1,5 +1,6 @@
{ {
"password-reset-requested": "Password Reset Requested - %1!", "test-email.subject": "Test Email",
"password-reset-requested": "Password Reset Requested!",
"welcome-to": "Welcome to %1", "welcome-to": "Welcome to %1",
"invite": "Invitation from %1", "invite": "Invitation from %1",
"greeting_no_name": "Hello", "greeting_no_name": "Hello",

@ -119,8 +119,6 @@
"open_links_in_new_tab": "Open outgoing links in new tab", "open_links_in_new_tab": "Open outgoing links in new tab",
"enable_topic_searching": "Enable In-Topic Searching", "enable_topic_searching": "Enable In-Topic Searching",
"topic_search_help": "If enabled, in-topic searching will override the browser's default page search behavior and allow you to search through the entire topic, instead of what is only shown on screen", "topic_search_help": "If enabled, in-topic searching will override the browser's default page search behavior and allow you to search through the entire topic, instead of what is only shown on screen",
"delay_image_loading": "Delay Image Loading",
"image_load_delay_help": "If enabled, images in topics will not load until they are scrolled into view",
"scroll_to_my_post": "After posting a reply, show the new post", "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_reply_to": "Watch topics that you reply to",
"follow_topics_you_create": "Watch topics you create", "follow_topics_you_create": "Watch topics you create",

@ -18,10 +18,16 @@
"mongo.resident-memory": "Resident Memory", "mongo.resident-memory": "Resident Memory",
"mongo.virtual-memory": "Virtual Memory", "mongo.virtual-memory": "Virtual Memory",
"mongo.mapped-memory": "Mapped Memory", "mongo.mapped-memory": "Mapped Memory",
"mongo.bytes-in": "Bytes In",
"mongo.bytes-out": "Bytes Out",
"mongo.num-requests": "Number of Requests",
"mongo.raw-info": "MongoDB Raw Info", "mongo.raw-info": "MongoDB Raw Info",
"redis": "Redis", "redis": "Redis",
"redis.version": "Redis Version", "redis.version": "Redis Version",
"redis.keys": "Keys",
"redis.expires": "Expires",
"redis.avg-ttl": "Average TTL",
"redis.connected-clients": "Connected Clients", "redis.connected-clients": "Connected Clients",
"redis.connected-slaves": "Connected Slaves", "redis.connected-slaves": "Connected Slaves",
"redis.blocked-clients": "Blocked Clients", "redis.blocked-clients": "Blocked Clients",
@ -30,6 +36,11 @@
"redis.total-connections-recieved": "Total Connections Received", "redis.total-connections-recieved": "Total Connections Received",
"redis.total-commands-processed": "Total Commands Processed", "redis.total-commands-processed": "Total Commands Processed",
"redis.iops": "Instantaneous Ops. Per Second", "redis.iops": "Instantaneous Ops. Per Second",
"redis.iinput": "Instantaneous Input Per Second",
"redis.ioutput": "Instantaneous Output Per Second",
"redis.total-input": "Total Input",
"redis.total-output": "Total Ouput",
"redis.keyspace-hits": "Keyspace Hits", "redis.keyspace-hits": "Keyspace Hits",
"redis.keyspace-misses": "Keyspace Misses", "redis.keyspace-misses": "Keyspace Misses",
"redis.raw-info": "Redis Raw Info", "redis.raw-info": "Redis Raw Info",

@ -1,5 +1,6 @@
{ {
"password-reset-requested": "Password Reset Requested - %1!", "test-email.subject": "Test Email",
"password-reset-requested": "Password Reset Requested!",
"welcome-to": "Ahoy thar %1!", "welcome-to": "Ahoy thar %1!",
"invite": "Ye be invited by %1", "invite": "Ye be invited by %1",
"greeting_no_name": "Hello", "greeting_no_name": "Hello",

@ -119,8 +119,6 @@
"open_links_in_new_tab": "Open outgoing links in new tab", "open_links_in_new_tab": "Open outgoing links in new tab",
"enable_topic_searching": "Enable In-Topic Searching", "enable_topic_searching": "Enable In-Topic Searching",
"topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen", "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",
"scroll_to_my_post": "After posting a reply, show the new post", "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_reply_to": "Watch topics that you reply to",
"follow_topics_you_create": "Watch topics you create", "follow_topics_you_create": "Watch topics you create",

@ -18,10 +18,16 @@
"mongo.resident-memory": "Memoria Residente", "mongo.resident-memory": "Memoria Residente",
"mongo.virtual-memory": "Memoria Virtual", "mongo.virtual-memory": "Memoria Virtual",
"mongo.mapped-memory": "Memoria Mapeada", "mongo.mapped-memory": "Memoria Mapeada",
"mongo.bytes-in": "Bytes In",
"mongo.bytes-out": "Bytes Out",
"mongo.num-requests": "Number of Requests",
"mongo.raw-info": "Fila de Información MongoDB", "mongo.raw-info": "Fila de Información MongoDB",
"redis": "Redis", "redis": "Redis",
"redis.version": "Versión de Redis", "redis.version": "Versión de Redis",
"redis.keys": "Keys",
"redis.expires": "Expires",
"redis.avg-ttl": "Average TTL",
"redis.connected-clients": "Clientes Conectados", "redis.connected-clients": "Clientes Conectados",
"redis.connected-slaves": "Esclavos Conectados", "redis.connected-slaves": "Esclavos Conectados",
"redis.blocked-clients": "Clientes Bloqueados", "redis.blocked-clients": "Clientes Bloqueados",
@ -30,6 +36,11 @@
"redis.total-connections-recieved": "Total de Conexiones Recividas ", "redis.total-connections-recieved": "Total de Conexiones Recividas ",
"redis.total-commands-processed": "Total de Comandos Procesados", "redis.total-commands-processed": "Total de Comandos Procesados",
"redis.iops": "Operaciones Instantáneas por Segundo", "redis.iops": "Operaciones Instantáneas por Segundo",
"redis.iinput": "Instantaneous Input Per Second",
"redis.ioutput": "Instantaneous Output Per Second",
"redis.total-input": "Total Input",
"redis.total-output": "Total Ouput",
"redis.keyspace-hits": "Pulsaciones de espaciado del teclado", "redis.keyspace-hits": "Pulsaciones de espaciado del teclado",
"redis.keyspace-misses": "Fallos de espaciado del teclado", "redis.keyspace-misses": "Fallos de espaciado del teclado",
"redis.raw-info": "Fila de Información de Redis", "redis.raw-info": "Fila de Información de Redis",

@ -1,5 +1,6 @@
{ {
"password-reset-requested": "Reinicio de contraseña solicitado - %1!", "test-email.subject": "Test Email",
"password-reset-requested": "Password Reset Requested!",
"welcome-to": "Bienvenido a %1", "welcome-to": "Bienvenido a %1",
"invite": "Invitación de %1", "invite": "Invitación de %1",
"greeting_no_name": "Hola", "greeting_no_name": "Hola",

@ -119,8 +119,6 @@
"open_links_in_new_tab": "Abrir los enlaces externos en una nueva pestaña", "open_links_in_new_tab": "Abrir los enlaces externos en una nueva pestaña",
"enable_topic_searching": "Activar la búsqueda \"dentro del tema\"", "enable_topic_searching": "Activar la búsqueda \"dentro del tema\"",
"topic_search_help": "Si está activada, la búsqueda 'dentro del tema' al usar el buscador de la barra de navegación automáticamente buscaras solo en el tema actual.", "topic_search_help": "Si está activada, la búsqueda 'dentro del tema' al usar el buscador de la barra de navegación automáticamente buscaras solo en el tema actual.",
"delay_image_loading": "Retrasar la carga de imágenes",
"image_load_delay_help": "Si se habilita, las imágenes no cargarán hasta que se vean en pantalla",
"scroll_to_my_post": "Luego de enviar una respuesta, mostrar el nuevo mensaje", "scroll_to_my_post": "Luego de enviar una respuesta, mostrar el nuevo mensaje",
"follow_topics_you_reply_to": "Seguir temas a los que respondes", "follow_topics_you_reply_to": "Seguir temas a los que respondes",
"follow_topics_you_create": "Seguir temas creados por ti", "follow_topics_you_create": "Seguir temas creados por ti",

@ -18,10 +18,16 @@
"mongo.resident-memory": "Resident Memory", "mongo.resident-memory": "Resident Memory",
"mongo.virtual-memory": "Virtual Memory", "mongo.virtual-memory": "Virtual Memory",
"mongo.mapped-memory": "Mapped Memory", "mongo.mapped-memory": "Mapped Memory",
"mongo.bytes-in": "Bytes In",
"mongo.bytes-out": "Bytes Out",
"mongo.num-requests": "Number of Requests",
"mongo.raw-info": "MongoDB Raw Info", "mongo.raw-info": "MongoDB Raw Info",
"redis": "Redis", "redis": "Redis",
"redis.version": "Redis Version", "redis.version": "Redis Version",
"redis.keys": "Keys",
"redis.expires": "Expires",
"redis.avg-ttl": "Average TTL",
"redis.connected-clients": "Connected Clients", "redis.connected-clients": "Connected Clients",
"redis.connected-slaves": "Connected Slaves", "redis.connected-slaves": "Connected Slaves",
"redis.blocked-clients": "Blocked Clients", "redis.blocked-clients": "Blocked Clients",
@ -30,6 +36,11 @@
"redis.total-connections-recieved": "Total Connections Received", "redis.total-connections-recieved": "Total Connections Received",
"redis.total-commands-processed": "Total Commands Processed", "redis.total-commands-processed": "Total Commands Processed",
"redis.iops": "Instantaneous Ops. Per Second", "redis.iops": "Instantaneous Ops. Per Second",
"redis.iinput": "Instantaneous Input Per Second",
"redis.ioutput": "Instantaneous Output Per Second",
"redis.total-input": "Total Input",
"redis.total-output": "Total Ouput",
"redis.keyspace-hits": "Keyspace Hits", "redis.keyspace-hits": "Keyspace Hits",
"redis.keyspace-misses": "Keyspace Misses", "redis.keyspace-misses": "Keyspace Misses",
"redis.raw-info": "Redis Raw Info", "redis.raw-info": "Redis Raw Info",

@ -1,5 +1,6 @@
{ {
"password-reset-requested": "Parooli muutmise taotlus - %1", "test-email.subject": "Test Email",
"password-reset-requested": "Password Reset Requested!",
"welcome-to": "Tere tulemast %1 foorumisse", "welcome-to": "Tere tulemast %1 foorumisse",
"invite": "Kutse %1-lt", "invite": "Kutse %1-lt",
"greeting_no_name": "Tere", "greeting_no_name": "Tere",

@ -119,8 +119,6 @@
"open_links_in_new_tab": "Ava väljaminevad lingid uues aknas", "open_links_in_new_tab": "Ava väljaminevad lingid uues aknas",
"enable_topic_searching": "Võimalda teemasisene otsing", "enable_topic_searching": "Võimalda teemasisene otsing",
"topic_search_help": "Kui see on sisse lükatud, siis teemasisene otsing võtab üle brauseri tavapärase otsingu ning võimaldab otsida ainult ekraanile mahtuva teema asemel terve teema ulatuses.", "topic_search_help": "Kui see on sisse lükatud, siis teemasisene otsing võtab üle brauseri tavapärase otsingu ning võimaldab otsida ainult ekraanile mahtuva teema asemel terve teema ulatuses.",
"delay_image_loading": "Viivita pildi laadimisega",
"image_load_delay_help": "Kui lubatud, pildid teemades ei lae kuni nad on nähtavuses",
"scroll_to_my_post": "Pärast vastuse postitamist, näita uut postitust", "scroll_to_my_post": "Pärast vastuse postitamist, näita uut postitust",
"follow_topics_you_reply_to": "Jälgi teemasid, millele vastad", "follow_topics_you_reply_to": "Jälgi teemasid, millele vastad",
"follow_topics_you_create": "Jälgi teemasid, mille lood", "follow_topics_you_create": "Jälgi teemasid, mille lood",

@ -18,10 +18,16 @@
"mongo.resident-memory": "Resident Memory", "mongo.resident-memory": "Resident Memory",
"mongo.virtual-memory": "حافظۀ مجازی", "mongo.virtual-memory": "حافظۀ مجازی",
"mongo.mapped-memory": "Mapped Memory", "mongo.mapped-memory": "Mapped Memory",
"mongo.bytes-in": "Bytes In",
"mongo.bytes-out": "Bytes Out",
"mongo.num-requests": "Number of Requests",
"mongo.raw-info": "MongoDB Raw Info", "mongo.raw-info": "MongoDB Raw Info",
"redis": "Redis", "redis": "Redis",
"redis.version": "Redis Version", "redis.version": "Redis Version",
"redis.keys": "Keys",
"redis.expires": "Expires",
"redis.avg-ttl": "Average TTL",
"redis.connected-clients": "Connected Clients", "redis.connected-clients": "Connected Clients",
"redis.connected-slaves": "Connected Slaves", "redis.connected-slaves": "Connected Slaves",
"redis.blocked-clients": "Blocked Clients", "redis.blocked-clients": "Blocked Clients",
@ -30,6 +36,11 @@
"redis.total-connections-recieved": "Total Connections Received", "redis.total-connections-recieved": "Total Connections Received",
"redis.total-commands-processed": "Total Commands Processed", "redis.total-commands-processed": "Total Commands Processed",
"redis.iops": "Instantaneous Ops. Per Second", "redis.iops": "Instantaneous Ops. Per Second",
"redis.iinput": "Instantaneous Input Per Second",
"redis.ioutput": "Instantaneous Output Per Second",
"redis.total-input": "Total Input",
"redis.total-output": "Total Ouput",
"redis.keyspace-hits": "Keyspace Hits", "redis.keyspace-hits": "Keyspace Hits",
"redis.keyspace-misses": "Keyspace Misses", "redis.keyspace-misses": "Keyspace Misses",
"redis.raw-info": "Redis Raw Info", "redis.raw-info": "Redis Raw Info",

@ -1,5 +1,6 @@
{ {
"password-reset-requested": "درخواست بازیابی گذرواژه- %1!", "test-email.subject": "Test Email",
"password-reset-requested": "Password Reset Requested!",
"welcome-to": "به %1 خوش آمدید", "welcome-to": "به %1 خوش آمدید",
"invite": "دعوتنامه از %1", "invite": "دعوتنامه از %1",
"greeting_no_name": "سلام", "greeting_no_name": "سلام",

@ -119,8 +119,6 @@
"open_links_in_new_tab": "پیوندهای به بیرون را در برگ جدید باز کن", "open_links_in_new_tab": "پیوندهای به بیرون را در برگ جدید باز کن",
"enable_topic_searching": "فعال کردن جستجوی داخل-موضوع", "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", "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": "تاخیر در حال بارگذاری عکس",
"image_load_delay_help": "اگر فعال باشد، تصاویر در تاپیک ها بارگذاری نمی شود تا زمانی که از طریق اسکرول روی آن بروید قابل مشاهده است",
"scroll_to_my_post": "پس از ارسال پست، اولین پست جدید نشان بده", "scroll_to_my_post": "پس از ارسال پست، اولین پست جدید نشان بده",
"follow_topics_you_reply_to": "موضوع‌های که جواب دادید را پیگیری نمائید", "follow_topics_you_reply_to": "موضوع‌های که جواب دادید را پیگیری نمائید",
"follow_topics_you_create": "موضوع‌های که ایجاد کردید را پیگیری نمائید", "follow_topics_you_create": "موضوع‌های که ایجاد کردید را پیگیری نمائید",

@ -18,10 +18,16 @@
"mongo.resident-memory": "Resident Memory", "mongo.resident-memory": "Resident Memory",
"mongo.virtual-memory": "Virtual Memory", "mongo.virtual-memory": "Virtual Memory",
"mongo.mapped-memory": "Mapped Memory", "mongo.mapped-memory": "Mapped Memory",
"mongo.bytes-in": "Bytes In",
"mongo.bytes-out": "Bytes Out",
"mongo.num-requests": "Number of Requests",
"mongo.raw-info": "MongoDB Raw Info", "mongo.raw-info": "MongoDB Raw Info",
"redis": "Redis", "redis": "Redis",
"redis.version": "Redis Version", "redis.version": "Redis Version",
"redis.keys": "Keys",
"redis.expires": "Expires",
"redis.avg-ttl": "Average TTL",
"redis.connected-clients": "Connected Clients", "redis.connected-clients": "Connected Clients",
"redis.connected-slaves": "Connected Slaves", "redis.connected-slaves": "Connected Slaves",
"redis.blocked-clients": "Blocked Clients", "redis.blocked-clients": "Blocked Clients",
@ -30,6 +36,11 @@
"redis.total-connections-recieved": "Total Connections Received", "redis.total-connections-recieved": "Total Connections Received",
"redis.total-commands-processed": "Total Commands Processed", "redis.total-commands-processed": "Total Commands Processed",
"redis.iops": "Instantaneous Ops. Per Second", "redis.iops": "Instantaneous Ops. Per Second",
"redis.iinput": "Instantaneous Input Per Second",
"redis.ioutput": "Instantaneous Output Per Second",
"redis.total-input": "Total Input",
"redis.total-output": "Total Ouput",
"redis.keyspace-hits": "Keyspace Hits", "redis.keyspace-hits": "Keyspace Hits",
"redis.keyspace-misses": "Keyspace Misses", "redis.keyspace-misses": "Keyspace Misses",
"redis.raw-info": "Redis Raw Info", "redis.raw-info": "Redis Raw Info",

@ -1,5 +1,6 @@
{ {
"password-reset-requested": "Pyydetty salasanan palautuskoodia - %1!", "test-email.subject": "Test Email",
"password-reset-requested": "Password Reset Requested!",
"welcome-to": "%1 - Tervetuloa", "welcome-to": "%1 - Tervetuloa",
"invite": "Kutsu henkilöltä %1", "invite": "Kutsu henkilöltä %1",
"greeting_no_name": "Hei", "greeting_no_name": "Hei",

@ -119,8 +119,6 @@
"open_links_in_new_tab": "Open outgoing links in new tab", "open_links_in_new_tab": "Open outgoing links in new tab",
"enable_topic_searching": "Salli aiheen sisäiset haut", "enable_topic_searching": "Salli aiheen sisäiset haut",
"topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen", "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",
"scroll_to_my_post": "After posting a reply, show the new post", "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_reply_to": "Watch topics that you reply to",
"follow_topics_you_create": "Watch topics you create", "follow_topics_you_create": "Watch topics you create",

@ -18,10 +18,16 @@
"mongo.resident-memory": "Mémoire résidente", "mongo.resident-memory": "Mémoire résidente",
"mongo.virtual-memory": "Mémoire virtuelle", "mongo.virtual-memory": "Mémoire virtuelle",
"mongo.mapped-memory": "Configuration de mémoire", "mongo.mapped-memory": "Configuration de mémoire",
"mongo.bytes-in": "Bytes In",
"mongo.bytes-out": "Bytes Out",
"mongo.num-requests": "Number of Requests",
"mongo.raw-info": "Informations brutes MongoDB", "mongo.raw-info": "Informations brutes MongoDB",
"redis": "Redis", "redis": "Redis",
"redis.version": "Version de Redis", "redis.version": "Version de Redis",
"redis.keys": "Keys",
"redis.expires": "Expires",
"redis.avg-ttl": "Average TTL",
"redis.connected-clients": "Clients connectés", "redis.connected-clients": "Clients connectés",
"redis.connected-slaves": "Esclaves connectés", "redis.connected-slaves": "Esclaves connectés",
"redis.blocked-clients": "Clients bloqués", "redis.blocked-clients": "Clients bloqués",
@ -30,6 +36,11 @@
"redis.total-connections-recieved": "Connexions totales reçues", "redis.total-connections-recieved": "Connexions totales reçues",
"redis.total-commands-processed": "Commandes totales exécutées", "redis.total-commands-processed": "Commandes totales exécutées",
"redis.iops": "Opérations instantanées par seconde", "redis.iops": "Opérations instantanées par seconde",
"redis.iinput": "Instantaneous Input Per Second",
"redis.ioutput": "Instantaneous Output Per Second",
"redis.total-input": "Total Input",
"redis.total-output": "Total Ouput",
"redis.keyspace-hits": "Keyspace Hits", "redis.keyspace-hits": "Keyspace Hits",
"redis.keyspace-misses": "Keyspace Misses", "redis.keyspace-misses": "Keyspace Misses",
"redis.raw-info": "Informations brutes Redis", "redis.raw-info": "Informations brutes Redis",

@ -1,5 +1,6 @@
{ {
"password-reset-requested": "Demande de réinitialisation du mot de passe - %1!", "test-email.subject": "Test Email",
"password-reset-requested": "Password Reset Requested!",
"welcome-to": "Bienvenue sur %1", "welcome-to": "Bienvenue sur %1",
"invite": "Invitation de %1", "invite": "Invitation de %1",
"greeting_no_name": "Bonjour", "greeting_no_name": "Bonjour",

@ -119,8 +119,6 @@
"open_links_in_new_tab": "Ouvrir les liens externes dans un nouvel onglet", "open_links_in_new_tab": "Ouvrir les liens externes dans un nouvel onglet",
"enable_topic_searching": "Activer la recherche dans les sujets", "enable_topic_searching": "Activer la recherche dans les sujets",
"topic_search_help": "Une fois activé, la recherche dans les sujets va remplacer la recherche de page du navigateur et vous permettra de rechercher dans l'intégralité d'un sujet au lieu des seuls posts affichés à l'écran.", "topic_search_help": "Une fois activé, la recherche dans les sujets va remplacer la recherche de page du navigateur et vous permettra de rechercher dans l'intégralité d'un sujet au lieu des seuls posts affichés à l'écran.",
"delay_image_loading": "Délayer le chargement des images",
"image_load_delay_help": "Lorsque cette option est activée, les images des sujets ne seront pas chargées avant qu'elles ne soient visibles dans la fenêtre.",
"scroll_to_my_post": "Après avoir répondu, montrer le nouveau message", "scroll_to_my_post": "Après avoir répondu, montrer le nouveau message",
"follow_topics_you_reply_to": "S'abonner aux sujets auxquels vous répondez", "follow_topics_you_reply_to": "S'abonner aux sujets auxquels vous répondez",
"follow_topics_you_create": "S'abonner aux sujets que vous créez", "follow_topics_you_create": "S'abonner aux sujets que vous créez",

@ -18,10 +18,16 @@
"mongo.resident-memory": "Resident Memory", "mongo.resident-memory": "Resident Memory",
"mongo.virtual-memory": "Virtual Memory", "mongo.virtual-memory": "Virtual Memory",
"mongo.mapped-memory": "Mapped Memory", "mongo.mapped-memory": "Mapped Memory",
"mongo.bytes-in": "Bytes In",
"mongo.bytes-out": "Bytes Out",
"mongo.num-requests": "Number of Requests",
"mongo.raw-info": "MongoDB Raw Info", "mongo.raw-info": "MongoDB Raw Info",
"redis": "Redis", "redis": "Redis",
"redis.version": "Redis Version", "redis.version": "Redis Version",
"redis.keys": "Keys",
"redis.expires": "Expires",
"redis.avg-ttl": "Average TTL",
"redis.connected-clients": "Connected Clients", "redis.connected-clients": "Connected Clients",
"redis.connected-slaves": "Connected Slaves", "redis.connected-slaves": "Connected Slaves",
"redis.blocked-clients": "Blocked Clients", "redis.blocked-clients": "Blocked Clients",
@ -30,6 +36,11 @@
"redis.total-connections-recieved": "Total Connections Received", "redis.total-connections-recieved": "Total Connections Received",
"redis.total-commands-processed": "Total Commands Processed", "redis.total-commands-processed": "Total Commands Processed",
"redis.iops": "Instantaneous Ops. Per Second", "redis.iops": "Instantaneous Ops. Per Second",
"redis.iinput": "Instantaneous Input Per Second",
"redis.ioutput": "Instantaneous Output Per Second",
"redis.total-input": "Total Input",
"redis.total-output": "Total Ouput",
"redis.keyspace-hits": "Keyspace Hits", "redis.keyspace-hits": "Keyspace Hits",
"redis.keyspace-misses": "Keyspace Misses", "redis.keyspace-misses": "Keyspace Misses",
"redis.raw-info": "Redis Raw Info", "redis.raw-info": "Redis Raw Info",

@ -1,5 +1,6 @@
{ {
"password-reset-requested": "Reinicio de contrasinal solicitado - %1!", "test-email.subject": "Test Email",
"password-reset-requested": "Password Reset Requested!",
"welcome-to": "Benvido a %1", "welcome-to": "Benvido a %1",
"invite": "Invitación de %1", "invite": "Invitación de %1",
"greeting_no_name": "Ola", "greeting_no_name": "Ola",

@ -119,8 +119,6 @@
"open_links_in_new_tab": "Abrir ligazóns externos nunca nova pestaña", "open_links_in_new_tab": "Abrir ligazóns externos nunca nova pestaña",
"enable_topic_searching": "Permitir buscar dentro dun tema", "enable_topic_searching": "Permitir buscar dentro dun tema",
"topic_search_help": "Se se activa, o buscador do NodeBB superporase ao propio do navegador dentro de cada tema, permitindo buscar en todo o tema e non só naquilo que se presenta na pantalla.", "topic_search_help": "Se se activa, o buscador do NodeBB superporase ao propio do navegador dentro de cada tema, permitindo buscar en todo o tema e non só naquilo que se presenta na pantalla.",
"delay_image_loading": "Retrasar a carga de imaxes",
"image_load_delay_help": "Se se habilita, as imaxes non cargarán hasta que sexan visibles na pantalla",
"scroll_to_my_post": "Logo de enviar unha resposta, mostrar a nova mensaxe", "scroll_to_my_post": "Logo de enviar unha resposta, mostrar a nova mensaxe",
"follow_topics_you_reply_to": "Segui-los temas aos que respondes", "follow_topics_you_reply_to": "Segui-los temas aos que respondes",
"follow_topics_you_create": "Segui-los temas que creaches ti", "follow_topics_you_create": "Segui-los temas que creaches ti",

@ -18,10 +18,16 @@
"mongo.resident-memory": "זכרון קיים", "mongo.resident-memory": "זכרון קיים",
"mongo.virtual-memory": "זיכרון וירטואלי", "mongo.virtual-memory": "זיכרון וירטואלי",
"mongo.mapped-memory": "זיכרון ממופה", "mongo.mapped-memory": "זיכרון ממופה",
"mongo.bytes-in": "Bytes In",
"mongo.bytes-out": "Bytes Out",
"mongo.num-requests": "Number of Requests",
"mongo.raw-info": "מידע לא מעובד מMongoDB", "mongo.raw-info": "מידע לא מעובד מMongoDB",
"redis": "Redis", "redis": "Redis",
"redis.version": "גרסת Redis", "redis.version": "גרסת Redis",
"redis.keys": "Keys",
"redis.expires": "Expires",
"redis.avg-ttl": "Average TTL",
"redis.connected-clients": "לקוחות מחוברים", "redis.connected-clients": "לקוחות מחוברים",
"redis.connected-slaves": "לקוחות מחוברים", "redis.connected-slaves": "לקוחות מחוברים",
"redis.blocked-clients": "לקוחות חסומים", "redis.blocked-clients": "לקוחות חסומים",
@ -30,6 +36,11 @@
"redis.total-connections-recieved": "סך כל החיבורים שהתקבלו", "redis.total-connections-recieved": "סך כל החיבורים שהתקבלו",
"redis.total-commands-processed": "סך כל הפקודות שעובדו", "redis.total-commands-processed": "סך כל הפקודות שעובדו",
"redis.iops": "Instantaneous Ops. Per Second", "redis.iops": "Instantaneous Ops. Per Second",
"redis.iinput": "Instantaneous Input Per Second",
"redis.ioutput": "Instantaneous Output Per Second",
"redis.total-input": "Total Input",
"redis.total-output": "Total Ouput",
"redis.keyspace-hits": "Keyspace Hits", "redis.keyspace-hits": "Keyspace Hits",
"redis.keyspace-misses": "Keyspace Misses", "redis.keyspace-misses": "Keyspace Misses",
"redis.raw-info": "מידע לא מעובד מRedis", "redis.raw-info": "מידע לא מעובד מRedis",

@ -1,5 +1,6 @@
{ {
"password-reset-requested": "בקשת איפוס הסיסמה נשלחה - %1!", "test-email.subject": "Test Email",
"password-reset-requested": "Password Reset Requested!",
"welcome-to": "ברוכים הבאים ל%1", "welcome-to": "ברוכים הבאים ל%1",
"invite": "הזמנה מ%1", "invite": "הזמנה מ%1",
"greeting_no_name": "שלום", "greeting_no_name": "שלום",

@ -119,8 +119,6 @@
"open_links_in_new_tab": "פתח קישורים חיצוניים בכרטיסייה חדשה", "open_links_in_new_tab": "פתח קישורים חיצוניים בכרטיסייה חדשה",
"enable_topic_searching": "הפעל חיפוש בתוך נושא", "enable_topic_searching": "הפעל חיפוש בתוך נושא",
"topic_search_help": "אם מאופשר, החיפוש בתוך הנושא יעקוף את שיטת החיפוש של הדפדפן, ויאפשר לך לחפש בכל הנושא - ולא רק במה שמוצג על המסך", "topic_search_help": "אם מאופשר, החיפוש בתוך הנושא יעקוף את שיטת החיפוש של הדפדפן, ויאפשר לך לחפש בכל הנושא - ולא רק במה שמוצג על המסך",
"delay_image_loading": "עכב טעינת תמונות",
"image_load_delay_help": "אם מאופשר, תמונות שנמצאות בתחתית העמוד יטענו רק כאשר תגלול אליהן",
"scroll_to_my_post": "הצג את הפוסט לאחר פרסום התגובה", "scroll_to_my_post": "הצג את הפוסט לאחר פרסום התגובה",
"follow_topics_you_reply_to": "עקוב אחר נושאים שהגבת עליהם", "follow_topics_you_reply_to": "עקוב אחר נושאים שהגבת עליהם",
"follow_topics_you_create": "עקוב אחר נושאים שפרסמת", "follow_topics_you_create": "עקוב אחר נושאים שפרסמת",

@ -18,10 +18,16 @@
"mongo.resident-memory": "Rezidentna memorija", "mongo.resident-memory": "Rezidentna memorija",
"mongo.virtual-memory": "Virtualna memorija", "mongo.virtual-memory": "Virtualna memorija",
"mongo.mapped-memory": "Mapirana memorija", "mongo.mapped-memory": "Mapirana memorija",
"mongo.bytes-in": "Bytes In",
"mongo.bytes-out": "Bytes Out",
"mongo.num-requests": "Number of Requests",
"mongo.raw-info": "MongoDB sirove informacije", "mongo.raw-info": "MongoDB sirove informacije",
"redis": "Redis", "redis": "Redis",
"redis.version": "Redis verzija", "redis.version": "Redis verzija",
"redis.keys": "Keys",
"redis.expires": "Expires",
"redis.avg-ttl": "Average TTL",
"redis.connected-clients": "Spojeni klijenti", "redis.connected-clients": "Spojeni klijenti",
"redis.connected-slaves": "Povezani robovi", "redis.connected-slaves": "Povezani robovi",
"redis.blocked-clients": "Blokirani klijenti", "redis.blocked-clients": "Blokirani klijenti",
@ -30,6 +36,11 @@
"redis.total-connections-recieved": "Ukupno primljeni veza", "redis.total-connections-recieved": "Ukupno primljeni veza",
"redis.total-commands-processed": "Ukupne prcesirane komande", "redis.total-commands-processed": "Ukupne prcesirane komande",
"redis.iops": "Instante operacije po sekundi", "redis.iops": "Instante operacije po sekundi",
"redis.iinput": "Instantaneous Input Per Second",
"redis.ioutput": "Instantaneous Output Per Second",
"redis.total-input": "Total Input",
"redis.total-output": "Total Ouput",
"redis.keyspace-hits": "Keyspace Hits", "redis.keyspace-hits": "Keyspace Hits",
"redis.keyspace-misses": "Keyspace Misses", "redis.keyspace-misses": "Keyspace Misses",
"redis.raw-info": "Redis sirova informacija", "redis.raw-info": "Redis sirova informacija",

@ -1,5 +1,6 @@
{ {
"password-reset-requested": "Zatraženo ponovno kreiranje lozinke - %1!", "test-email.subject": "Test Email",
"password-reset-requested": "Password Reset Requested!",
"welcome-to": "Dobrodošli na %1", "welcome-to": "Dobrodošli na %1",
"invite": "Poziv s %1", "invite": "Poziv s %1",
"greeting_no_name": "Zdravo", "greeting_no_name": "Zdravo",

@ -119,8 +119,6 @@
"open_links_in_new_tab": "Otvori odlazne poveznice u novom tabu", "open_links_in_new_tab": "Otvori odlazne poveznice u novom tabu",
"enable_topic_searching": "Omogući pretragu unutar tema", "enable_topic_searching": "Omogući pretragu unutar tema",
"topic_search_help": "Ako uključeno,pretraga unutar tema će zamijeniti pretragu ključnih riječi vašeg pretraživača kojemu je omogućeno pretraživanje samo onoga što je na ekranu,za razliku od ove opcije koja omogućava pretragu na cijeloj temi", "topic_search_help": "Ako uključeno,pretraga unutar tema će zamijeniti pretragu ključnih riječi vašeg pretraživača kojemu je omogućeno pretraživanje samo onoga što je na ekranu,za razliku od ove opcije koja omogućava pretragu na cijeloj temi",
"delay_image_loading": "Odgodi učitavanje slika.",
"image_load_delay_help": "Ako omogućeno,slike u ovoj temi se neće učitavati dok nisu u potpunosti unutar ruba ekrana.",
"scroll_to_my_post": "Nakon objavljivanja,prikaži objavu", "scroll_to_my_post": "Nakon objavljivanja,prikaži objavu",
"follow_topics_you_reply_to": "Prati teme na koje objavljuješ", "follow_topics_you_reply_to": "Prati teme na koje objavljuješ",
"follow_topics_you_create": "Prati teme koje si napravio", "follow_topics_you_create": "Prati teme koje si napravio",

@ -18,10 +18,16 @@
"mongo.resident-memory": "Rezidens memória", "mongo.resident-memory": "Rezidens memória",
"mongo.virtual-memory": "Virtuális memória", "mongo.virtual-memory": "Virtuális memória",
"mongo.mapped-memory": "Leképezett memória", "mongo.mapped-memory": "Leképezett memória",
"mongo.bytes-in": "Bytes In",
"mongo.bytes-out": "Bytes Out",
"mongo.num-requests": "Number of Requests",
"mongo.raw-info": "MongoDB nyers információ", "mongo.raw-info": "MongoDB nyers információ",
"redis": "Redis", "redis": "Redis",
"redis.version": "Redis verzió", "redis.version": "Redis verzió",
"redis.keys": "Keys",
"redis.expires": "Expires",
"redis.avg-ttl": "Average TTL",
"redis.connected-clients": "Csatlakozott kliensek", "redis.connected-clients": "Csatlakozott kliensek",
"redis.connected-slaves": "Csatlakozott szolgák", "redis.connected-slaves": "Csatlakozott szolgák",
"redis.blocked-clients": "Blokkolt kliensek", "redis.blocked-clients": "Blokkolt kliensek",
@ -30,6 +36,11 @@
"redis.total-connections-recieved": "Összes fogadott csatlakozás", "redis.total-connections-recieved": "Összes fogadott csatlakozás",
"redis.total-commands-processed": "Összes feldolgozott parancs", "redis.total-commands-processed": "Összes feldolgozott parancs",
"redis.iops": "Pillanatnyi művelet mpercenként", "redis.iops": "Pillanatnyi művelet mpercenként",
"redis.iinput": "Instantaneous Input Per Second",
"redis.ioutput": "Instantaneous Output Per Second",
"redis.total-input": "Total Input",
"redis.total-output": "Total Ouput",
"redis.keyspace-hits": "Kulcstér találatok", "redis.keyspace-hits": "Kulcstér találatok",
"redis.keyspace-misses": "Kulcstér tévesztések", "redis.keyspace-misses": "Kulcstér tévesztések",
"redis.raw-info": "Redis nyers információ", "redis.raw-info": "Redis nyers információ",

@ -1,5 +1,6 @@
{ {
"password-reset-requested": "Jelszó visszaállítási kérelem - %1!", "test-email.subject": "Test Email",
"password-reset-requested": "Password Reset Requested!",
"welcome-to": "Üdvözlet a(z) %1 oldalon", "welcome-to": "Üdvözlet a(z) %1 oldalon",
"invite": "Meghívó a(z) %1 oldalra", "invite": "Meghívó a(z) %1 oldalra",
"greeting_no_name": "Helló", "greeting_no_name": "Helló",

@ -119,8 +119,6 @@
"open_links_in_new_tab": "Kimenő hivatkozások megnyitása új lapon", "open_links_in_new_tab": "Kimenő hivatkozások megnyitása új lapon",
"enable_topic_searching": "Témakörön belüli keresés engedélyezése", "enable_topic_searching": "Témakörön belüli keresés engedélyezése",
"topic_search_help": "Ha engedélyezett, a témakörön belüli keresés felülírja az alapértelmezett keresési viselkedést, és ezáltal az egész témakörben keresel, nem csak a képernyőn megjelenőkben", "topic_search_help": "Ha engedélyezett, a témakörön belüli keresés felülírja az alapértelmezett keresési viselkedést, és ezáltal az egész témakörben keresel, nem csak a képernyőn megjelenőkben",
"delay_image_loading": "Képbetöltési késleltetés",
"image_load_delay_help": "Ha engedélyezett, a témakör képei csak a nézetbe kerüléskor töltődnek be",
"scroll_to_my_post": "Válaszolást követően az új hozzászólás megjelenítése", "scroll_to_my_post": "Válaszolást követően az új hozzászólás megjelenítése",
"follow_topics_you_reply_to": "Témakör figyelése, melyre válaszolsz", "follow_topics_you_reply_to": "Témakör figyelése, melyre válaszolsz",
"follow_topics_you_create": "Témakör figyelése, amit létrehozol", "follow_topics_you_create": "Témakör figyelése, amit létrehozol",

@ -18,10 +18,16 @@
"mongo.resident-memory": "Resident Memory", "mongo.resident-memory": "Resident Memory",
"mongo.virtual-memory": "Virtual Memory", "mongo.virtual-memory": "Virtual Memory",
"mongo.mapped-memory": "Mapped Memory", "mongo.mapped-memory": "Mapped Memory",
"mongo.bytes-in": "Bytes In",
"mongo.bytes-out": "Bytes Out",
"mongo.num-requests": "Number of Requests",
"mongo.raw-info": "MongoDB Raw Info", "mongo.raw-info": "MongoDB Raw Info",
"redis": "Redis", "redis": "Redis",
"redis.version": "Versi Redis", "redis.version": "Versi Redis",
"redis.keys": "Keys",
"redis.expires": "Expires",
"redis.avg-ttl": "Average TTL",
"redis.connected-clients": "Connected Clients", "redis.connected-clients": "Connected Clients",
"redis.connected-slaves": "Connected Slaves", "redis.connected-slaves": "Connected Slaves",
"redis.blocked-clients": "Blocked Clients", "redis.blocked-clients": "Blocked Clients",
@ -30,6 +36,11 @@
"redis.total-connections-recieved": "Total Connections Received", "redis.total-connections-recieved": "Total Connections Received",
"redis.total-commands-processed": "Total Commands Processed", "redis.total-commands-processed": "Total Commands Processed",
"redis.iops": "Instantaneous Ops. Per Second", "redis.iops": "Instantaneous Ops. Per Second",
"redis.iinput": "Instantaneous Input Per Second",
"redis.ioutput": "Instantaneous Output Per Second",
"redis.total-input": "Total Input",
"redis.total-output": "Total Ouput",
"redis.keyspace-hits": "Keyspace Hits", "redis.keyspace-hits": "Keyspace Hits",
"redis.keyspace-misses": "Keyspace Misses", "redis.keyspace-misses": "Keyspace Misses",
"redis.raw-info": "Redis Raw Info", "redis.raw-info": "Redis Raw Info",

@ -1,5 +1,6 @@
{ {
"password-reset-requested": "Permintaan atur ulang Kata Sandi - %1!", "test-email.subject": "Test Email",
"password-reset-requested": "Password Reset Requested!",
"welcome-to": "Selamat datang di %1", "welcome-to": "Selamat datang di %1",
"invite": "Undangan dari %1", "invite": "Undangan dari %1",
"greeting_no_name": "Hai", "greeting_no_name": "Hai",

@ -119,8 +119,6 @@
"open_links_in_new_tab": "Open outgoing links in new tab", "open_links_in_new_tab": "Open outgoing links in new tab",
"enable_topic_searching": "Gunakan Pencarian Di dalam Topik", "enable_topic_searching": "Gunakan Pencarian Di dalam Topik",
"topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen", "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",
"scroll_to_my_post": "After posting a reply, show the new post", "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_reply_to": "Watch topics that you reply to",
"follow_topics_you_create": "Watch topics you create", "follow_topics_you_create": "Watch topics you create",

@ -18,10 +18,16 @@
"mongo.resident-memory": "Memoria Allocata", "mongo.resident-memory": "Memoria Allocata",
"mongo.virtual-memory": "Memoria Virtuale", "mongo.virtual-memory": "Memoria Virtuale",
"mongo.mapped-memory": "Memoria Mappata", "mongo.mapped-memory": "Memoria Mappata",
"mongo.bytes-in": "Bytes In",
"mongo.bytes-out": "Bytes Out",
"mongo.num-requests": "Number of Requests",
"mongo.raw-info": "MongoDB Raw Info", "mongo.raw-info": "MongoDB Raw Info",
"redis": "Redis", "redis": "Redis",
"redis.version": "Versione Redis", "redis.version": "Versione Redis",
"redis.keys": "Keys",
"redis.expires": "Expires",
"redis.avg-ttl": "Average TTL",
"redis.connected-clients": "Clients Connessi", "redis.connected-clients": "Clients Connessi",
"redis.connected-slaves": "Slaves connessi", "redis.connected-slaves": "Slaves connessi",
"redis.blocked-clients": "Clients Bloccati", "redis.blocked-clients": "Clients Bloccati",
@ -30,6 +36,11 @@
"redis.total-connections-recieved": "Totale Connessioni Ricevute", "redis.total-connections-recieved": "Totale Connessioni Ricevute",
"redis.total-commands-processed": "Totale Comandi Processati", "redis.total-commands-processed": "Totale Comandi Processati",
"redis.iops": "Operazioni Instantanee al Secondo", "redis.iops": "Operazioni Instantanee al Secondo",
"redis.iinput": "Instantaneous Input Per Second",
"redis.ioutput": "Instantaneous Output Per Second",
"redis.total-input": "Total Input",
"redis.total-output": "Total Ouput",
"redis.keyspace-hits": "Keyspace Hits", "redis.keyspace-hits": "Keyspace Hits",
"redis.keyspace-misses": "Keyspace Misses", "redis.keyspace-misses": "Keyspace Misses",
"redis.raw-info": "Redis Raw Info", "redis.raw-info": "Redis Raw Info",

@ -1,5 +1,6 @@
{ {
"password-reset-requested": "Richiesta di reset della password - %1!", "test-email.subject": "Test Email",
"password-reset-requested": "Password Reset Requested!",
"welcome-to": "Benvenuto in %1", "welcome-to": "Benvenuto in %1",
"invite": "Invito da %1", "invite": "Invito da %1",
"greeting_no_name": "Ciao", "greeting_no_name": "Ciao",

@ -119,8 +119,6 @@
"open_links_in_new_tab": "Apri i link web in una nuova pagina", "open_links_in_new_tab": "Apri i link web in una nuova pagina",
"enable_topic_searching": "Abilita la ricerca negli argomenti", "enable_topic_searching": "Abilita la ricerca negli argomenti",
"topic_search_help": "Se abilitata, la ricerca negli argomenti ignorerà il comportamento predefinito del browser per consentirti di cercare all'interno delle discussioni, anziché soltanto nel contenuto visibile a schermo", "topic_search_help": "Se abilitata, la ricerca negli argomenti ignorerà il comportamento predefinito del browser per consentirti di cercare all'interno delle discussioni, anziché soltanto nel contenuto visibile a schermo",
"delay_image_loading": "Ritarda il caricamento delle immagini",
"image_load_delay_help": "Se selezionato, le immagini nelle discussioni non saranno caricate finché non sono visibili nello schermo",
"scroll_to_my_post": "Dopo aver postato una risposta, mostra il nuovo post", "scroll_to_my_post": "Dopo aver postato una risposta, mostra il nuovo post",
"follow_topics_you_reply_to": "Segui le discussioni a cui rispondi", "follow_topics_you_reply_to": "Segui le discussioni a cui rispondi",
"follow_topics_you_create": "Segui le discussioni che crei", "follow_topics_you_create": "Segui le discussioni che crei",

@ -18,10 +18,16 @@
"mongo.resident-memory": "常駐メモリ", "mongo.resident-memory": "常駐メモリ",
"mongo.virtual-memory": "仮想メモリ", "mongo.virtual-memory": "仮想メモリ",
"mongo.mapped-memory": "マップされたメモリ", "mongo.mapped-memory": "マップされたメモリ",
"mongo.bytes-in": "Bytes In",
"mongo.bytes-out": "Bytes Out",
"mongo.num-requests": "Number of Requests",
"mongo.raw-info": "MongoDBのRaw情報", "mongo.raw-info": "MongoDBのRaw情報",
"redis": "Redis", "redis": "Redis",
"redis.version": "Redisのバージョン", "redis.version": "Redisのバージョン",
"redis.keys": "Keys",
"redis.expires": "Expires",
"redis.avg-ttl": "Average TTL",
"redis.connected-clients": "接続されたクライアント", "redis.connected-clients": "接続されたクライアント",
"redis.connected-slaves": "接続されたスレーヴ", "redis.connected-slaves": "接続されたスレーヴ",
"redis.blocked-clients": "ブロックされたクライアント", "redis.blocked-clients": "ブロックされたクライアント",
@ -30,6 +36,11 @@
"redis.total-connections-recieved": "受け取った総接続数", "redis.total-connections-recieved": "受け取った総接続数",
"redis.total-commands-processed": "処理された総コマンド数", "redis.total-commands-processed": "処理された総コマンド数",
"redis.iops": "秒ごとの瞬間操作数", "redis.iops": "秒ごとの瞬間操作数",
"redis.iinput": "Instantaneous Input Per Second",
"redis.ioutput": "Instantaneous Output Per Second",
"redis.total-input": "Total Input",
"redis.total-output": "Total Ouput",
"redis.keyspace-hits": "ヒットしたキー・スペース", "redis.keyspace-hits": "ヒットしたキー・スペース",
"redis.keyspace-misses": "見逃したキー・スペース", "redis.keyspace-misses": "見逃したキー・スペース",
"redis.raw-info": "RedisのRaw情報", "redis.raw-info": "RedisのRaw情報",

@ -1,5 +1,6 @@
{ {
"password-reset-requested": "パスワードのリセットをリクエストしました - %1!", "test-email.subject": "Test Email",
"password-reset-requested": "Password Reset Requested!",
"welcome-to": "%1へようこそ", "welcome-to": "%1へようこそ",
"invite": "%1からの招待です", "invite": "%1からの招待です",
"greeting_no_name": "こんにちは", "greeting_no_name": "こんにちは",

@ -119,8 +119,6 @@
"open_links_in_new_tab": "外部リンクを新しいタブで開く", "open_links_in_new_tab": "外部リンクを新しいタブで開く",
"enable_topic_searching": "スレッド内検索を有効にする", "enable_topic_searching": "スレッド内検索を有効にする",
"topic_search_help": "有効にしたら、インースレッドの検索はブラウザの既定機能を無視して、スクリーンに示したよりスレッド内からの全部を検索します", "topic_search_help": "有効にしたら、インースレッドの検索はブラウザの既定機能を無視して、スクリーンに示したよりスレッド内からの全部を検索します",
"delay_image_loading": "画像読み込みを遅延させる",
"image_load_delay_help": "有効の場合、スレッド内の画像はスクロールされるまで読み込みません",
"scroll_to_my_post": "返信を投稿した後、新しい投稿を表示する", "scroll_to_my_post": "返信を投稿した後、新しい投稿を表示する",
"follow_topics_you_reply_to": "あなたが返信したスレッドをウォッチする", "follow_topics_you_reply_to": "あなたが返信したスレッドをウォッチする",
"follow_topics_you_create": "あなたが作成したスレッドをウォッチする", "follow_topics_you_create": "あなたが作成したスレッドをウォッチする",

@ -18,10 +18,16 @@
"mongo.resident-memory": "Resident Memory", "mongo.resident-memory": "Resident Memory",
"mongo.virtual-memory": "Virtual Memory", "mongo.virtual-memory": "Virtual Memory",
"mongo.mapped-memory": "Mapped Memory", "mongo.mapped-memory": "Mapped Memory",
"mongo.bytes-in": "Bytes In",
"mongo.bytes-out": "Bytes Out",
"mongo.num-requests": "Number of Requests",
"mongo.raw-info": "MongoDB Raw Info", "mongo.raw-info": "MongoDB Raw Info",
"redis": "Redis", "redis": "Redis",
"redis.version": "Redis 버젼", "redis.version": "Redis 버젼",
"redis.keys": "Keys",
"redis.expires": "Expires",
"redis.avg-ttl": "Average TTL",
"redis.connected-clients": "연결된 클라이언트", "redis.connected-clients": "연결된 클라이언트",
"redis.connected-slaves": "연결된 slaves", "redis.connected-slaves": "연결된 slaves",
"redis.blocked-clients": "차단된 클라이언트", "redis.blocked-clients": "차단된 클라이언트",
@ -30,6 +36,11 @@
"redis.total-connections-recieved": "받은 총 커넥션 수", "redis.total-connections-recieved": "받은 총 커넥션 수",
"redis.total-commands-processed": "처리된 총 커맨드 수", "redis.total-commands-processed": "처리된 총 커맨드 수",
"redis.iops": "초당 Instantaneous Ops", "redis.iops": "초당 Instantaneous Ops",
"redis.iinput": "Instantaneous Input Per Second",
"redis.ioutput": "Instantaneous Output Per Second",
"redis.total-input": "Total Input",
"redis.total-output": "Total Ouput",
"redis.keyspace-hits": "Keyspace 히트", "redis.keyspace-hits": "Keyspace 히트",
"redis.keyspace-misses": "Keyspace 미스", "redis.keyspace-misses": "Keyspace 미스",
"redis.raw-info": "Redis Raw Info", "redis.raw-info": "Redis Raw Info",

@ -1,5 +1,6 @@
{ {
"password-reset-requested": "비밀번호 재설정을 요청했습니다 - %1!", "test-email.subject": "Test Email",
"password-reset-requested": "Password Reset Requested!",
"welcome-to": "%1에 오신 것을 환영합니다.", "welcome-to": "%1에 오신 것을 환영합니다.",
"invite": "%1 님이 초대하였습니다.", "invite": "%1 님이 초대하였습니다.",
"greeting_no_name": "안녕하세요", "greeting_no_name": "안녕하세요",

@ -119,8 +119,6 @@
"open_links_in_new_tab": "외부 링크를 새로운 탭에서 열람", "open_links_in_new_tab": "외부 링크를 새로운 탭에서 열람",
"enable_topic_searching": "게시물 내 검색 허용", "enable_topic_searching": "게시물 내 검색 허용",
"topic_search_help": "만약 활성화된다면, 브라우저의 기본 검색 기능은 무효화되고 게시물 내 검색을 통해 화면에 보여지는 것 뿐만 아니라 게시물 전체의 내용을 검색할 수 있습니다.", "topic_search_help": "만약 활성화된다면, 브라우저의 기본 검색 기능은 무효화되고 게시물 내 검색을 통해 화면에 보여지는 것 뿐만 아니라 게시물 전체의 내용을 검색할 수 있습니다.",
"delay_image_loading": "이미지 로딩 지연",
"image_load_delay_help": "만약 활성화된다면, 이미지 위치로 스크롤을 움직이기 전까지 이미지가 로드 되지 않습니다.",
"scroll_to_my_post": "답글 게시 후 새 포스트 보여주기", "scroll_to_my_post": "답글 게시 후 새 포스트 보여주기",
"follow_topics_you_reply_to": "내가 답글을 단 게시물을 관심 목록에 추가", "follow_topics_you_reply_to": "내가 답글을 단 게시물을 관심 목록에 추가",
"follow_topics_you_create": "내가 작성한 게시물을 관심 목록에 추가", "follow_topics_you_create": "내가 작성한 게시물을 관심 목록에 추가",

@ -18,10 +18,16 @@
"mongo.resident-memory": "Resident Memory", "mongo.resident-memory": "Resident Memory",
"mongo.virtual-memory": "Virtual Memory", "mongo.virtual-memory": "Virtual Memory",
"mongo.mapped-memory": "Mapped Memory", "mongo.mapped-memory": "Mapped Memory",
"mongo.bytes-in": "Bytes In",
"mongo.bytes-out": "Bytes Out",
"mongo.num-requests": "Number of Requests",
"mongo.raw-info": "MongoDB Raw Info", "mongo.raw-info": "MongoDB Raw Info",
"redis": "Redis", "redis": "Redis",
"redis.version": "Redis Version", "redis.version": "Redis Version",
"redis.keys": "Keys",
"redis.expires": "Expires",
"redis.avg-ttl": "Average TTL",
"redis.connected-clients": "Connected Clients", "redis.connected-clients": "Connected Clients",
"redis.connected-slaves": "Connected Slaves", "redis.connected-slaves": "Connected Slaves",
"redis.blocked-clients": "Blocked Clients", "redis.blocked-clients": "Blocked Clients",
@ -30,6 +36,11 @@
"redis.total-connections-recieved": "Total Connections Received", "redis.total-connections-recieved": "Total Connections Received",
"redis.total-commands-processed": "Total Commands Processed", "redis.total-commands-processed": "Total Commands Processed",
"redis.iops": "Instantaneous Ops. Per Second", "redis.iops": "Instantaneous Ops. Per Second",
"redis.iinput": "Instantaneous Input Per Second",
"redis.ioutput": "Instantaneous Output Per Second",
"redis.total-input": "Total Input",
"redis.total-output": "Total Ouput",
"redis.keyspace-hits": "Keyspace Hits", "redis.keyspace-hits": "Keyspace Hits",
"redis.keyspace-misses": "Keyspace Misses", "redis.keyspace-misses": "Keyspace Misses",
"redis.raw-info": "Redis Raw Info", "redis.raw-info": "Redis Raw Info",

@ -1,5 +1,6 @@
{ {
"password-reset-requested": "Slaptažodžio atstatymas būtinas - %1!", "test-email.subject": "Test Email",
"password-reset-requested": "Password Reset Requested!",
"welcome-to": "Sveiki atvykę į %1", "welcome-to": "Sveiki atvykę į %1",
"invite": "Pakvietimas nuo %1", "invite": "Pakvietimas nuo %1",
"greeting_no_name": "Sveiki", "greeting_no_name": "Sveiki",

@ -119,8 +119,6 @@
"open_links_in_new_tab": "Atidaryti išeinančias nuorodas naujam skirtuke", "open_links_in_new_tab": "Atidaryti išeinančias nuorodas naujam skirtuke",
"enable_topic_searching": "Įjungti Temų Ieškojimą ", "enable_topic_searching": "Įjungti Temų Ieškojimą ",
"topic_search_help": "Jeigu įjungtas, temų ieškojimas, nepaisys naršyklės puslapio ieškojimo, ir pradės ieškoti tik toje temoje kuri bus rodoma ekrane", "topic_search_help": "Jeigu įjungtas, temų ieškojimas, nepaisys naršyklės puslapio ieškojimo, ir pradės ieškoti tik toje temoje kuri bus rodoma ekrane",
"delay_image_loading": "Delay Image Loading",
"image_load_delay_help": "Jei įjungta, paveikslėliai temose nesikraus, kol nebus iki jų nuslinkta",
"scroll_to_my_post": "Po parašyto atsakymo, rodyti naują pranešimą", "scroll_to_my_post": "Po parašyto atsakymo, rodyti naują pranešimą",
"follow_topics_you_reply_to": "Peržiūrėti temas, kuriose Jūs atsakėte", "follow_topics_you_reply_to": "Peržiūrėti temas, kuriose Jūs atsakėte",
"follow_topics_you_create": "Peržiūrėti temas, kurias Jūs sukūrėte", "follow_topics_you_create": "Peržiūrėti temas, kurias Jūs sukūrėte",

@ -18,10 +18,16 @@
"mongo.resident-memory": "Aizņemtā atmiņa", "mongo.resident-memory": "Aizņemtā atmiņa",
"mongo.virtual-memory": "Virtuālā atmiņa", "mongo.virtual-memory": "Virtuālā atmiņa",
"mongo.mapped-memory": "Saistītā atmiņa", "mongo.mapped-memory": "Saistītā atmiņa",
"mongo.bytes-in": "Bytes In",
"mongo.bytes-out": "Bytes Out",
"mongo.num-requests": "Number of Requests",
"mongo.raw-info": "MongoDB info kods", "mongo.raw-info": "MongoDB info kods",
"redis": "Redis", "redis": "Redis",
"redis.version": "Redis versija", "redis.version": "Redis versija",
"redis.keys": "Keys",
"redis.expires": "Expires",
"redis.avg-ttl": "Average TTL",
"redis.connected-clients": "Savienotie klienti", "redis.connected-clients": "Savienotie klienti",
"redis.connected-slaves": "Savienotās kopijas", "redis.connected-slaves": "Savienotās kopijas",
"redis.blocked-clients": "Bloķētie klienti", "redis.blocked-clients": "Bloķētie klienti",
@ -30,6 +36,11 @@
"redis.total-connections-recieved": "Kopēji saņemtie savienojumi", "redis.total-connections-recieved": "Kopēji saņemtie savienojumi",
"redis.total-commands-processed": "Kopēji apstrādātas operācijas", "redis.total-commands-processed": "Kopēji apstrādātas operācijas",
"redis.iops": "Momentānais operāciju skaits sekundē", "redis.iops": "Momentānais operāciju skaits sekundē",
"redis.iinput": "Instantaneous Input Per Second",
"redis.ioutput": "Instantaneous Output Per Second",
"redis.total-input": "Total Input",
"redis.total-output": "Total Ouput",
"redis.keyspace-hits": "Atrasto atslēgu skaits", "redis.keyspace-hits": "Atrasto atslēgu skaits",
"redis.keyspace-misses": "Neatrasto atslēgu skaits", "redis.keyspace-misses": "Neatrasto atslēgu skaits",
"redis.raw-info": "Redis info kods", "redis.raw-info": "Redis info kods",

@ -1,5 +1,6 @@
{ {
"password-reset-requested": "Paroles atiestatīšana pieprasīta - %1!", "test-email.subject": "Test Email",
"password-reset-requested": "Password Reset Requested!",
"welcome-to": "Sveiks %1", "welcome-to": "Sveiks %1",
"invite": "Uzaicinājums no %1", "invite": "Uzaicinājums no %1",
"greeting_no_name": "Sveiki", "greeting_no_name": "Sveiki",

@ -119,8 +119,6 @@
"open_links_in_new_tab": "Atvērt izejošās saites jaunā cilnē", "open_links_in_new_tab": "Atvērt izejošās saites jaunā cilnē",
"enable_topic_searching": "Iespējot meklēšanu tematu saturā", "enable_topic_searching": "Iespējot meklēšanu tematu saturā",
"topic_search_help": "Ja ir iespējots, meklēšana tematos ignorē pārlūka noklusējuma lapu meklēšanas uzvedību un meklē visā tematā, ne tikai tā temata daļā, kas tiek rādīta ekrānā", "topic_search_help": "Ja ir iespējots, meklēšana tematos ignorē pārlūka noklusējuma lapu meklēšanas uzvedību un meklē visā tematā, ne tikai tā temata daļā, kas tiek rādīta ekrānā",
"delay_image_loading": "Pakavēt bilžu ielādi",
"image_load_delay_help": "Ja ir iespējots, bildes tematos netiks ielādētas, kamēr tās neieslīd skatā",
"scroll_to_my_post": "Rādīt jauno rakstu pēc publicēšanas", "scroll_to_my_post": "Rādīt jauno rakstu pēc publicēšanas",
"follow_topics_you_reply_to": "Novērot tematus, kuros esi rakstījis(-jusi)", "follow_topics_you_reply_to": "Novērot tematus, kuros esi rakstījis(-jusi)",
"follow_topics_you_create": "Novērot tematus, kurus esi izveidojis(-jusi)", "follow_topics_you_create": "Novērot tematus, kurus esi izveidojis(-jusi)",

@ -18,10 +18,16 @@
"mongo.resident-memory": "Resident Memory", "mongo.resident-memory": "Resident Memory",
"mongo.virtual-memory": "Virtual Memory", "mongo.virtual-memory": "Virtual Memory",
"mongo.mapped-memory": "Mapped Memory", "mongo.mapped-memory": "Mapped Memory",
"mongo.bytes-in": "Bytes In",
"mongo.bytes-out": "Bytes Out",
"mongo.num-requests": "Number of Requests",
"mongo.raw-info": "MongoDB Raw Info", "mongo.raw-info": "MongoDB Raw Info",
"redis": "Redis", "redis": "Redis",
"redis.version": "Redis Version", "redis.version": "Redis Version",
"redis.keys": "Keys",
"redis.expires": "Expires",
"redis.avg-ttl": "Average TTL",
"redis.connected-clients": "Connected Clients", "redis.connected-clients": "Connected Clients",
"redis.connected-slaves": "Connected Slaves", "redis.connected-slaves": "Connected Slaves",
"redis.blocked-clients": "Blocked Clients", "redis.blocked-clients": "Blocked Clients",
@ -30,6 +36,11 @@
"redis.total-connections-recieved": "Total Connections Received", "redis.total-connections-recieved": "Total Connections Received",
"redis.total-commands-processed": "Total Commands Processed", "redis.total-commands-processed": "Total Commands Processed",
"redis.iops": "Instantaneous Ops. Per Second", "redis.iops": "Instantaneous Ops. Per Second",
"redis.iinput": "Instantaneous Input Per Second",
"redis.ioutput": "Instantaneous Output Per Second",
"redis.total-input": "Total Input",
"redis.total-output": "Total Ouput",
"redis.keyspace-hits": "Keyspace Hits", "redis.keyspace-hits": "Keyspace Hits",
"redis.keyspace-misses": "Keyspace Misses", "redis.keyspace-misses": "Keyspace Misses",
"redis.raw-info": "Redis Raw Info", "redis.raw-info": "Redis Raw Info",

@ -1,5 +1,6 @@
{ {
"password-reset-requested": "Permintaan set semula kata lalaun - %1!", "test-email.subject": "Test Email",
"password-reset-requested": "Password Reset Requested!",
"welcome-to": "Selamat datang ke %1", "welcome-to": "Selamat datang ke %1",
"invite": "Jemputan daripada %1", "invite": "Jemputan daripada %1",
"greeting_no_name": "Salam", "greeting_no_name": "Salam",

@ -119,8 +119,6 @@
"open_links_in_new_tab": "Buka pautan luar di tab yang baru", "open_links_in_new_tab": "Buka pautan luar di tab yang baru",
"enable_topic_searching": "Aktifkan Pencarian Dalam-Topik", "enable_topic_searching": "Aktifkan Pencarian Dalam-Topik",
"topic_search_help": "Jika diaktifkan, pencarian dalam-topik akan membatalkan fungsi asal pencarian pelayan dan membenarkan anda untuk mencari seluruh topik, daripada menunjukkan apa yang terdapat pada skrin sahaja", "topic_search_help": "Jika diaktifkan, pencarian dalam-topik akan membatalkan fungsi asal pencarian pelayan dan membenarkan anda untuk mencari seluruh topik, daripada menunjukkan apa yang terdapat pada skrin sahaja",
"delay_image_loading": "Delay Image Loading",
"image_load_delay_help": "If enabled, images in topics will not load until they are scrolled into view",
"scroll_to_my_post": "After posting a reply, show the new post", "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_reply_to": "Watch topics that you reply to",
"follow_topics_you_create": "Watch topics you create", "follow_topics_you_create": "Watch topics you create",

@ -18,10 +18,16 @@
"mongo.resident-memory": "Resident Memory", "mongo.resident-memory": "Resident Memory",
"mongo.virtual-memory": "Virtual Memory", "mongo.virtual-memory": "Virtual Memory",
"mongo.mapped-memory": "Mapped Memory", "mongo.mapped-memory": "Mapped Memory",
"mongo.bytes-in": "Bytes In",
"mongo.bytes-out": "Bytes Out",
"mongo.num-requests": "Number of Requests",
"mongo.raw-info": "MongoDB Raw Info", "mongo.raw-info": "MongoDB Raw Info",
"redis": "Redis", "redis": "Redis",
"redis.version": "Redis Version", "redis.version": "Redis Version",
"redis.keys": "Keys",
"redis.expires": "Expires",
"redis.avg-ttl": "Average TTL",
"redis.connected-clients": "Connected Clients", "redis.connected-clients": "Connected Clients",
"redis.connected-slaves": "Connected Slaves", "redis.connected-slaves": "Connected Slaves",
"redis.blocked-clients": "Blocked Clients", "redis.blocked-clients": "Blocked Clients",
@ -30,6 +36,11 @@
"redis.total-connections-recieved": "Total Connections Received", "redis.total-connections-recieved": "Total Connections Received",
"redis.total-commands-processed": "Total Commands Processed", "redis.total-commands-processed": "Total Commands Processed",
"redis.iops": "Instantaneous Ops. Per Second", "redis.iops": "Instantaneous Ops. Per Second",
"redis.iinput": "Instantaneous Input Per Second",
"redis.ioutput": "Instantaneous Output Per Second",
"redis.total-input": "Total Input",
"redis.total-output": "Total Ouput",
"redis.keyspace-hits": "Keyspace Hits", "redis.keyspace-hits": "Keyspace Hits",
"redis.keyspace-misses": "Keyspace Misses", "redis.keyspace-misses": "Keyspace Misses",
"redis.raw-info": "Redis Raw Info", "redis.raw-info": "Redis Raw Info",

@ -1,5 +1,6 @@
{ {
"password-reset-requested": "Tilbakestilling av passord forespurt - %1!", "test-email.subject": "Test Email",
"password-reset-requested": "Password Reset Requested!",
"welcome-to": "Velkommen til %1", "welcome-to": "Velkommen til %1",
"invite": "Invitasjon fra %1", "invite": "Invitasjon fra %1",
"greeting_no_name": "Hei", "greeting_no_name": "Hei",

@ -119,8 +119,6 @@
"open_links_in_new_tab": "Åpne utgående lenker i en ny fane", "open_links_in_new_tab": "Åpne utgående lenker i en ny fane",
"enable_topic_searching": "Aktiver søk-i-emne", "enable_topic_searching": "Aktiver søk-i-emne",
"topic_search_help": "Hvis søk-i-emne er aktivert, overstyres nettleserens standard sidesøk og gir mulighet til å søke gjennom hele emnet, ikke bare det som vises på skjermen", "topic_search_help": "Hvis søk-i-emne er aktivert, overstyres nettleserens standard sidesøk og gir mulighet til å søke gjennom hele emnet, ikke bare det som vises på skjermen",
"delay_image_loading": "Delay Image Loading",
"image_load_delay_help": "If enabled, images in topics will not load until they are scrolled into view",
"scroll_to_my_post": "After posting a reply, show the new post", "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_reply_to": "Watch topics that you reply to",
"follow_topics_you_create": "Watch topics you create", "follow_topics_you_create": "Watch topics you create",

@ -18,10 +18,16 @@
"mongo.resident-memory": "Resident geheugen", "mongo.resident-memory": "Resident geheugen",
"mongo.virtual-memory": "Virtueel geheugen", "mongo.virtual-memory": "Virtueel geheugen",
"mongo.mapped-memory": "Mapped geheugen", "mongo.mapped-memory": "Mapped geheugen",
"mongo.bytes-in": "Bytes In",
"mongo.bytes-out": "Bytes Out",
"mongo.num-requests": "Number of Requests",
"mongo.raw-info": "MongoDB Raw Info", "mongo.raw-info": "MongoDB Raw Info",
"redis": "Redis", "redis": "Redis",
"redis.version": "Redis versie", "redis.version": "Redis versie",
"redis.keys": "Keys",
"redis.expires": "Expires",
"redis.avg-ttl": "Average TTL",
"redis.connected-clients": "Verbonden clients", "redis.connected-clients": "Verbonden clients",
"redis.connected-slaves": "Verbonden slaves", "redis.connected-slaves": "Verbonden slaves",
"redis.blocked-clients": "Geblokkeerde clients", "redis.blocked-clients": "Geblokkeerde clients",
@ -30,6 +36,11 @@
"redis.total-connections-recieved": "Totaal inkomende verbindingen", "redis.total-connections-recieved": "Totaal inkomende verbindingen",
"redis.total-commands-processed": "Totaal verwerkte commando's", "redis.total-commands-processed": "Totaal verwerkte commando's",
"redis.iops": "Gelijktijdige operaties per sec.", "redis.iops": "Gelijktijdige operaties per sec.",
"redis.iinput": "Instantaneous Input Per Second",
"redis.ioutput": "Instantaneous Output Per Second",
"redis.total-input": "Total Input",
"redis.total-output": "Total Ouput",
"redis.keyspace-hits": "Keyspace Hits", "redis.keyspace-hits": "Keyspace Hits",
"redis.keyspace-misses": "Keyspace Misses", "redis.keyspace-misses": "Keyspace Misses",
"redis.raw-info": "Redis Raw Info", "redis.raw-info": "Redis Raw Info",

@ -1,5 +1,6 @@
{ {
"password-reset-requested": "Wachtwoord reset gevraagd - %1!", "test-email.subject": "Test Email",
"password-reset-requested": "Password Reset Requested!",
"welcome-to": "Welkom bij %1", "welcome-to": "Welkom bij %1",
"invite": "Uitnodiging van %1 ", "invite": "Uitnodiging van %1 ",
"greeting_no_name": "Hallo", "greeting_no_name": "Hallo",

@ -119,8 +119,6 @@
"open_links_in_new_tab": "Open uitgaande links naar een externe site in een nieuw tabblad", "open_links_in_new_tab": "Open uitgaande links naar een externe site in een nieuw tabblad",
"enable_topic_searching": "Inschakelen mogelijkheid op onderwerp te kunnen zoeken", "enable_topic_searching": "Inschakelen mogelijkheid op onderwerp te kunnen zoeken",
"topic_search_help": "Wanneer ingeschakeld zal de standaard zoekfunctie, met een aangepaste methode voor onderwerpen, overschreven worden", "topic_search_help": "Wanneer ingeschakeld zal de standaard zoekfunctie, met een aangepaste methode voor onderwerpen, overschreven worden",
"delay_image_loading": "Afbeeldingen Laden Uitstellen",
"image_load_delay_help": "Indien ingeschakeld zullen afbeeldingen in topics niet laden totdat ze het scherm inscrollen",
"scroll_to_my_post": "Toon het nieuwe bericht na het plaatsen van een antwoord", "scroll_to_my_post": "Toon het nieuwe bericht na het plaatsen van een antwoord",
"follow_topics_you_reply_to": "Ontvang meldingen van berichten waar je op hebt gereageerd", "follow_topics_you_reply_to": "Ontvang meldingen van berichten waar je op hebt gereageerd",
"follow_topics_you_create": "Ontvang meldingen van berichten die je hebt gemaakt", "follow_topics_you_create": "Ontvang meldingen van berichten die je hebt gemaakt",

@ -18,10 +18,16 @@
"mongo.resident-memory": "Pamięć przydzielona", "mongo.resident-memory": "Pamięć przydzielona",
"mongo.virtual-memory": "Pamięc wirtualna", "mongo.virtual-memory": "Pamięc wirtualna",
"mongo.mapped-memory": "Pamięc zmapowana", "mongo.mapped-memory": "Pamięc zmapowana",
"mongo.bytes-in": "Bytes In",
"mongo.bytes-out": "Bytes Out",
"mongo.num-requests": "Number of Requests",
"mongo.raw-info": "Informacje MongoDB", "mongo.raw-info": "Informacje MongoDB",
"redis": "Redis", "redis": "Redis",
"redis.version": "Wersja Redis", "redis.version": "Wersja Redis",
"redis.keys": "Keys",
"redis.expires": "Expires",
"redis.avg-ttl": "Average TTL",
"redis.connected-clients": "Połączonych klientów", "redis.connected-clients": "Połączonych klientów",
"redis.connected-slaves": "Połączonych urządzeń podrzędnych", "redis.connected-slaves": "Połączonych urządzeń podrzędnych",
"redis.blocked-clients": "Zablokowanych klientów", "redis.blocked-clients": "Zablokowanych klientów",
@ -30,6 +36,11 @@
"redis.total-connections-recieved": "Otrzymanych połączeń", "redis.total-connections-recieved": "Otrzymanych połączeń",
"redis.total-commands-processed": "Przetworzonych komend", "redis.total-commands-processed": "Przetworzonych komend",
"redis.iops": "Natychmiastowe Operacje Na Sekundę", "redis.iops": "Natychmiastowe Operacje Na Sekundę",
"redis.iinput": "Instantaneous Input Per Second",
"redis.ioutput": "Instantaneous Output Per Second",
"redis.total-input": "Total Input",
"redis.total-output": "Total Ouput",
"redis.keyspace-hits": "Trafione Klucze", "redis.keyspace-hits": "Trafione Klucze",
"redis.keyspace-misses": "Nietrafione Klucze", "redis.keyspace-misses": "Nietrafione Klucze",
"redis.raw-info": "Informacje Redis", "redis.raw-info": "Informacje Redis",

@ -1,5 +1,6 @@
{ {
"password-reset-requested": "Zgłoszono prośbę o reset hasła %1", "test-email.subject": "Test Email",
"password-reset-requested": "Password Reset Requested!",
"welcome-to": "Witaj na %1", "welcome-to": "Witaj na %1",
"invite": "Zaproszenie od %1", "invite": "Zaproszenie od %1",
"greeting_no_name": "Witaj", "greeting_no_name": "Witaj",

@ -119,8 +119,6 @@
"open_links_in_new_tab": "Otwieraj odnośniki wychodzące w nowej karcie", "open_links_in_new_tab": "Otwieraj odnośniki wychodzące w nowej karcie",
"enable_topic_searching": "Włącz szukanie w temacie", "enable_topic_searching": "Włącz szukanie w temacie",
"topic_search_help": "Zaznacz, jeśli chcesz, by wyszukiwanie w temacie zastąpiło przeszukiwanie strony poprzez przeglądarkę, a tym samym umożliwiło przeszukiwanie całego tematu, a nie tylko treści aktualnie wyświetlanych na ekranie", "topic_search_help": "Zaznacz, jeśli chcesz, by wyszukiwanie w temacie zastąpiło przeszukiwanie strony poprzez przeglądarkę, a tym samym umożliwiło przeszukiwanie całego tematu, a nie tylko treści aktualnie wyświetlanych na ekranie",
"delay_image_loading": "Opóźnienie ładowania zdjęć",
"image_load_delay_help": "Zaznacz, jeśli chcesz, by zdjęcia w temacie ładowały się dopiero w miarę przewijania",
"scroll_to_my_post": "Wyświetl nowy post po zamieszczeniu odpowiedzi", "scroll_to_my_post": "Wyświetl nowy post po zamieszczeniu odpowiedzi",
"follow_topics_you_reply_to": "Obserwuj tematy, w których uczestniczysz", "follow_topics_you_reply_to": "Obserwuj tematy, w których uczestniczysz",
"follow_topics_you_create": "Obserwuj tematy, które utworzyłeś", "follow_topics_you_create": "Obserwuj tematy, które utworzyłeś",

@ -18,10 +18,16 @@
"mongo.resident-memory": "Resident Memory", "mongo.resident-memory": "Resident Memory",
"mongo.virtual-memory": "Memória Virtual", "mongo.virtual-memory": "Memória Virtual",
"mongo.mapped-memory": "Memória Mapeada", "mongo.mapped-memory": "Memória Mapeada",
"mongo.bytes-in": "Bytes In",
"mongo.bytes-out": "Bytes Out",
"mongo.num-requests": "Number of Requests",
"mongo.raw-info": "Informação Raw do MongoDB", "mongo.raw-info": "Informação Raw do MongoDB",
"redis": "Redis", "redis": "Redis",
"redis.version": "Versão do Redis", "redis.version": "Versão do Redis",
"redis.keys": "Keys",
"redis.expires": "Expires",
"redis.avg-ttl": "Average TTL",
"redis.connected-clients": "Clientes Conectados", "redis.connected-clients": "Clientes Conectados",
"redis.connected-slaves": "Connected Slaves", "redis.connected-slaves": "Connected Slaves",
"redis.blocked-clients": "Clientes Bloqueados", "redis.blocked-clients": "Clientes Bloqueados",
@ -30,6 +36,11 @@
"redis.total-connections-recieved": "Total de Conexões Recebidas", "redis.total-connections-recieved": "Total de Conexões Recebidas",
"redis.total-commands-processed": "Total de Comandos Processados", "redis.total-commands-processed": "Total de Comandos Processados",
"redis.iops": "Ops. Instantâneas Por Segundo", "redis.iops": "Ops. Instantâneas Por Segundo",
"redis.iinput": "Instantaneous Input Per Second",
"redis.ioutput": "Instantaneous Output Per Second",
"redis.total-input": "Total Input",
"redis.total-output": "Total Ouput",
"redis.keyspace-hits": "Keyspace Hits", "redis.keyspace-hits": "Keyspace Hits",
"redis.keyspace-misses": "Keyspace Misses", "redis.keyspace-misses": "Keyspace Misses",
"redis.raw-info": "Informação Raw do Redis", "redis.raw-info": "Informação Raw do Redis",

@ -38,7 +38,7 @@
"control-panel": "Controle do Sistema", "control-panel": "Controle do Sistema",
"rebuild-and-restart": "Rebuild & Restart", "rebuild-and-restart": "Rebuild & Restart",
"restart": "Restart", "restart": "Reiniciar",
"restart-warning": "Rebuilding or Restarting your NodeBB will drop all existing connections for a few seconds.", "restart-warning": "Rebuilding or Restarting your NodeBB will drop all existing connections for a few seconds.",
"restart-disabled": "Rebuilding and Restarting your NodeBB has been disabled as you do not seem to be running it via the appropriate daemon.", "restart-disabled": "Rebuilding and Restarting your NodeBB has been disabled as you do not seem to be running it via the appropriate daemon.",
"maintenance-mode": "Modo de Manutenção", "maintenance-mode": "Modo de Manutenção",

@ -9,7 +9,7 @@
"ban": "Ban", "ban": "Ban",
"search-content": "Search Content", "search-content": "Search Content",
"search-users": "Search Users", "search-users": "Search Users",
"search-tags": "Search Tags", "search-tags": "Pesquisar Tags",
"allow-local-login": "Local Login", "allow-local-login": "Local Login",
"find-category": "Find Category", "find-category": "Find Category",
@ -17,7 +17,7 @@
"access-topics": "Access Topics", "access-topics": "Access Topics",
"create-topics": "Create Topics", "create-topics": "Create Topics",
"reply-to-topics": "Reply to Topics", "reply-to-topics": "Reply to Topics",
"tag-topics": "Tag Topics", "tag-topics": "Definir tag em tópicos",
"edit-posts": "Edit Posts", "edit-posts": "Edit Posts",
"view-edit-history": "View Edit History", "view-edit-history": "View Edit History",
"delete-posts": "Delete Posts", "delete-posts": "Delete Posts",

@ -6,7 +6,7 @@
"description": "Escolha tags clicando e/ou arrastando, use shift para escolher diversas.", "description": "Escolha tags clicando e/ou arrastando, use shift para escolher diversas.",
"create": "Criar Tag", "create": "Criar Tag",
"modify": "Modificar Tags", "modify": "Modificar Tags",
"rename": "Rename Tags", "rename": "Renomear Tags",
"delete": "Excluir Tags Selecionadas", "delete": "Excluir Tags Selecionadas",
"search": "Pesquisar por tags...", "search": "Pesquisar por tags...",
"settings": "Clique <a href=\"%1\">aqui</a> para visitar a página de configurações de tag.", "settings": "Clique <a href=\"%1\">aqui</a> para visitar a página de configurações de tag.",

@ -14,7 +14,7 @@
"manage/users": "Usuários", "manage/users": "Usuários",
"manage/admins-mods": "Admins & Mods", "manage/admins-mods": "Admins & Mods",
"manage/registration": "Fila de Registro", "manage/registration": "Fila de Registro",
"manage/post-queue": "Fileira da Posts", "manage/post-queue": "File de Posts",
"manage/groups": "Grupos", "manage/groups": "Grupos",
"manage/ip-blacklist": "Lista Negra de IPs", "manage/ip-blacklist": "Lista Negra de IPs",
"manage/uploads": "Uploads", "manage/uploads": "Uploads",
@ -69,7 +69,7 @@
"logout": "Sair da Conta", "logout": "Sair da Conta",
"view-forum": "Ver Fórum", "view-forum": "Ver Fórum",
"search.placeholder": "Search for settings", "search.placeholder": "Pesquisar configurações",
"search.no-results": "Sem resultados...", "search.no-results": "Sem resultados...",
"search.search-forum": "Pesquisar o fórum por <strong></strong>", "search.search-forum": "Pesquisar o fórum por <strong></strong>",
"search.keep-typing": "Digite para ver mais resultados...", "search.keep-typing": "Digite para ver mais resultados...",

@ -1,5 +1,6 @@
{ {
"password-reset-requested": "Reconfiguração de Senha Solicitada - %1!", "test-email.subject": "Test Email",
"password-reset-requested": "Password Reset Requested!",
"welcome-to": "Bem vindo a %1", "welcome-to": "Bem vindo a %1",
"invite": "Convite de %1", "invite": "Convite de %1",
"greeting_no_name": "Olá", "greeting_no_name": "Olá",

@ -129,8 +129,8 @@
"not-enough-reputation-min-rep-website": "Você não possui reputação suficiente para adicionar um site", "not-enough-reputation-min-rep-website": "Você não possui reputação suficiente para adicionar um site",
"not-enough-reputation-min-rep-aboutme": "Você não possui reputação suficiente para adicionar um sobre mim", "not-enough-reputation-min-rep-aboutme": "Você não possui reputação suficiente para adicionar um sobre mim",
"not-enough-reputation-min-rep-signature": "Você não possui reputação suficiente para adicionar uma assinatura", "not-enough-reputation-min-rep-signature": "Você não possui reputação suficiente para adicionar uma assinatura",
"not-enough-reputation-min-rep-profile-picture": "You do not have enough reputation to add a profile picture", "not-enough-reputation-min-rep-profile-picture": "Você não possui reputação suficiente para adicionar uma imagem de perfil",
"not-enough-reputation-min-rep-cover-picture": "You do not have enough reputation to add a cover picture", "not-enough-reputation-min-rep-cover-picture": "Você não possui reputação suficiente para adicionar uma imagem de capa",
"already-flagged": "Você já sinalizou esse post", "already-flagged": "Você já sinalizou esse post",
"self-vote": "Você não pode votar no seu próprio post", "self-vote": "Você não pode votar no seu próprio post",
"reload-failed": "O NodeBB encontrou um problema ao recarregar: \"%1\". O NodeBB continuará a servir os assets existentes no lado do cliente, apesar de que você deve desfazer o que você fez antes de recarregar.", "reload-failed": "O NodeBB encontrou um problema ao recarregar: \"%1\". O NodeBB continuará a servir os assets existentes no lado do cliente, apesar de que você deve desfazer o que você fez antes de recarregar.",

@ -53,7 +53,7 @@
"topics": "Tópicos", "topics": "Tópicos",
"posts": "Posts", "posts": "Posts",
"best": "Melhor", "best": "Melhor",
"votes": "Votes", "votes": "Votos",
"upvoters": "Votos positivos", "upvoters": "Votos positivos",
"upvoted": "Votou positivamente", "upvoted": "Votou positivamente",
"downvoters": "Votos negativos", "downvoters": "Votos negativos",

@ -23,7 +23,7 @@
"users/search": "Pesquisa de Usuários", "users/search": "Pesquisa de Usuários",
"notifications": "Notificações", "notifications": "Notificações",
"tags": "Tags", "tags": "Tags",
"tag": "Topics tagged under &quot;%1&quot;", "tag": "Tópicos com a tag &quot;%1&quot;",
"register": "Registrar uma conta", "register": "Registrar uma conta",
"registration-complete": "Registro completado", "registration-complete": "Registro completado",
"login": "Entrar na sua conta", "login": "Entrar na sua conta",
@ -45,7 +45,7 @@
"account/posts": "Posts feitos por %1", "account/posts": "Posts feitos por %1",
"account/topics": "Tópicos criados por %1", "account/topics": "Tópicos criados por %1",
"account/groups": "Grupos de %1", "account/groups": "Grupos de %1",
"account/watched_categories": "%1's Watched Categories", "account/watched_categories": "Categorias Acompanhadas de %1",
"account/bookmarks": "Posts Favoritos de %1's", "account/bookmarks": "Posts Favoritos de %1's",
"account/settings": "Configurações de Usuário", "account/settings": "Configurações de Usuário",
"account/watched": "Tópicos assistidos por %1", "account/watched": "Tópicos assistidos por %1",

@ -17,7 +17,7 @@
"at-most": "No máximo", "at-most": "No máximo",
"relevance": "Relevância", "relevance": "Relevância",
"post-time": "Data da postagem", "post-time": "Data da postagem",
"votes": "Votes", "votes": "Votos",
"newer-than": "Mais novo que", "newer-than": "Mais novo que",
"older-than": "Mais antigo que", "older-than": "Mais antigo que",
"any-date": "Qualquer data", "any-date": "Qualquer data",

@ -56,7 +56,7 @@
"not-watching.description": "Não me notificar de novas respostas.<br/>Mostrar tópico em não-lido se a categoria não estiver sendo ignorada.", "not-watching.description": "Não me notificar de novas respostas.<br/>Mostrar tópico em não-lido se a categoria não estiver sendo ignorada.",
"ignoring.description": "Não me notificar de novas respostas.<br/>Não mostrar tópico em não-lido.", "ignoring.description": "Não me notificar de novas respostas.<br/>Não mostrar tópico em não-lido.",
"thread_tools.title": "Ferramentas de Tópico", "thread_tools.title": "Ferramentas de Tópico",
"thread_tools.markAsUnreadForAll": "Mark Unread For All", "thread_tools.markAsUnreadForAll": "Marcar como não lido para todos",
"thread_tools.pin": "Fixar Tópico", "thread_tools.pin": "Fixar Tópico",
"thread_tools.unpin": "Desfixar Tópico", "thread_tools.unpin": "Desfixar Tópico",
"thread_tools.lock": "Trancar Tópico", "thread_tools.lock": "Trancar Tópico",

@ -25,7 +25,7 @@
"profile_views": "Visualizações de perfil", "profile_views": "Visualizações de perfil",
"reputation": "Reputação", "reputation": "Reputação",
"bookmarks": "Favoritos", "bookmarks": "Favoritos",
"watched_categories": "Watched categories", "watched_categories": "Categorias acompanhadas",
"watched": "Acompanhado", "watched": "Acompanhado",
"ignored": "Ignorado", "ignored": "Ignorado",
"followers": "Seguidores", "followers": "Seguidores",
@ -119,8 +119,6 @@
"open_links_in_new_tab": "Abrir links externos em nova aba", "open_links_in_new_tab": "Abrir links externos em nova aba",
"enable_topic_searching": "Habilitar Pesquisa dentro de Tópico", "enable_topic_searching": "Habilitar Pesquisa dentro de Tópico",
"topic_search_help": "Se habilitado, a pesquisa dentro do tópico irá substituir a pesquisa padrão do seu navegador. Assim, você poderá pesquisar pelo tópico inteiro, e não apenas pelo o que está sendo exibido na tela.", "topic_search_help": "Se habilitado, a pesquisa dentro do tópico irá substituir a pesquisa padrão do seu navegador. Assim, você poderá pesquisar pelo tópico inteiro, e não apenas pelo o que está sendo exibido na tela.",
"delay_image_loading": "Aguardar para Carregar Imagens",
"image_load_delay_help": "Se habilitado, imagens em tópicos não serão carregadas até que eles sejam rolados à visão",
"scroll_to_my_post": "Após postar uma réplica, mostre o novo post", "scroll_to_my_post": "Após postar uma réplica, mostre o novo post",
"follow_topics_you_reply_to": "Assistir os tópicos que você responde", "follow_topics_you_reply_to": "Assistir os tópicos que você responde",
"follow_topics_you_create": "Assistir aos tópicos que você cria", "follow_topics_you_create": "Assistir aos tópicos que você cria",

@ -18,10 +18,16 @@
"mongo.resident-memory": "Resident Memory", "mongo.resident-memory": "Resident Memory",
"mongo.virtual-memory": "Memória Virtual", "mongo.virtual-memory": "Memória Virtual",
"mongo.mapped-memory": "Memória Mapeada", "mongo.mapped-memory": "Memória Mapeada",
"mongo.bytes-in": "Bytes In",
"mongo.bytes-out": "Bytes Out",
"mongo.num-requests": "Number of Requests",
"mongo.raw-info": "Informação MongoDB", "mongo.raw-info": "Informação MongoDB",
"redis": "Redis", "redis": "Redis",
"redis.version": "Versão Redis", "redis.version": "Versão Redis",
"redis.keys": "Keys",
"redis.expires": "Expires",
"redis.avg-ttl": "Average TTL",
"redis.connected-clients": "Clientes Conectados", "redis.connected-clients": "Clientes Conectados",
"redis.connected-slaves": "Connected Slaves", "redis.connected-slaves": "Connected Slaves",
"redis.blocked-clients": "Clientes Bloqueados", "redis.blocked-clients": "Clientes Bloqueados",
@ -30,6 +36,11 @@
"redis.total-connections-recieved": "Total de Conexões Recebidas", "redis.total-connections-recieved": "Total de Conexões Recebidas",
"redis.total-commands-processed": "Total de Comandos Processados", "redis.total-commands-processed": "Total de Comandos Processados",
"redis.iops": "Instantaneous Ops. Per Second", "redis.iops": "Instantaneous Ops. Per Second",
"redis.iinput": "Instantaneous Input Per Second",
"redis.ioutput": "Instantaneous Output Per Second",
"redis.total-input": "Total Input",
"redis.total-output": "Total Ouput",
"redis.keyspace-hits": "Keyspace Hits", "redis.keyspace-hits": "Keyspace Hits",
"redis.keyspace-misses": "Keyspace Misses", "redis.keyspace-misses": "Keyspace Misses",
"redis.raw-info": "Redis Raw Info", "redis.raw-info": "Redis Raw Info",

@ -18,7 +18,7 @@
"order.explanation": "Aqui os plugins carregam numa ordem específica, desde o topo até ao fundo", "order.explanation": "Aqui os plugins carregam numa ordem específica, desde o topo até ao fundo",
"plugin-item.themes": "Temas", "plugin-item.themes": "Temas",
"plugin-item.deactivate": "Desativados", "plugin-item.deactivate": "Desativar",
"plugin-item.activate": "Ativar", "plugin-item.activate": "Ativar",
"plugin-item.install": "Instalar", "plugin-item.install": "Instalar",
"plugin-item.uninstall": "Desinstalar", "plugin-item.uninstall": "Desinstalar",
@ -28,7 +28,7 @@
"plugin-item.upgrade": "Atualizar", "plugin-item.upgrade": "Atualizar",
"plugin-item.more-info": "Para mais informações:", "plugin-item.more-info": "Para mais informações:",
"plugin-item.unknown": "Desconhecido", "plugin-item.unknown": "Desconhecido",
"plugin-item.unknown-explanation": "The state of this plugin could not be determined, possibly due to a misconfiguration error.", "plugin-item.unknown-explanation": "Não foi possível determinar o estado deste plugin, possivelmente devido a um erro de configuração incorreta.",
"alert.enabled": "Plugin Ativado", "alert.enabled": "Plugin Ativado",
"alert.disabled": "Plugin Desativado", "alert.disabled": "Plugin Desativado",

@ -12,9 +12,9 @@
"manage/privileges": "Privilégios", "manage/privileges": "Privilégios",
"manage/tags": "Marcadores", "manage/tags": "Marcadores",
"manage/users": "Utilizadores", "manage/users": "Utilizadores",
"manage/admins-mods": "Admins & Mods", "manage/admins-mods": "Administradores e Moderadores",
"manage/registration": "Registration Queue", "manage/registration": "Registos por aprovar",
"manage/post-queue": "Post Queue", "manage/post-queue": "Publicações por aprovar",
"manage/groups": "Grupos", "manage/groups": "Grupos",
"manage/ip-blacklist": "Lista Negra de IPs", "manage/ip-blacklist": "Lista Negra de IPs",
"manage/uploads": "Carregamentos", "manage/uploads": "Carregamentos",

@ -2,6 +2,6 @@
"notifications": "Notifications", "notifications": "Notifications",
"welcome-notification": "Welcome Notification", "welcome-notification": "Welcome Notification",
"welcome-notification-link": "Welcome Notification Link", "welcome-notification-link": "Welcome Notification Link",
"welcome-notification-uid": "Welcome Notification User (UID)", "welcome-notification-uid": "Notificação de boas-vindas ao utilizador (UID)",
"notification-alert-timeout": "Notification Alert Timeout" "notification-alert-timeout": "Notification Alert Timeout"
} }

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save