From ff962b5ddf2c14cde6e6c8bc9ce13636d7e459cf Mon Sep 17 00:00:00 2001 From: "Misty (Bot)" Date: Mon, 25 Oct 2021 20:36:22 +0000 Subject: [PATCH] chore(i18n): fallback strings for new resources: nodebb.admin-dashboard --- public/language/ar/admin/dashboard.json | 1 + public/language/bg/admin/dashboard.json | 1 + public/language/bn/admin/dashboard.json | 1 + public/language/cs/admin/dashboard.json | 1 + public/language/da/admin/dashboard.json | 1 + public/language/de/admin/dashboard.json | 1 + public/language/el/admin/dashboard.json | 1 + public/language/en-US/admin/dashboard.json | 1 + public/language/en-x-pirate/admin/dashboard.json | 1 + public/language/es/admin/dashboard.json | 1 + public/language/et/admin/dashboard.json | 1 + public/language/fa-IR/admin/dashboard.json | 1 + public/language/fi/admin/dashboard.json | 1 + public/language/fr/admin/dashboard.json | 1 + public/language/gl/admin/dashboard.json | 1 + public/language/he/admin/dashboard.json | 1 + public/language/hr/admin/dashboard.json | 1 + public/language/hu/admin/dashboard.json | 1 + public/language/id/admin/dashboard.json | 1 + public/language/it/admin/dashboard.json | 1 + public/language/ja/admin/dashboard.json | 1 + public/language/ko/admin/dashboard.json | 1 + public/language/lt/admin/dashboard.json | 1 + public/language/lv/admin/dashboard.json | 1 + public/language/ms/admin/dashboard.json | 1 + public/language/nb/admin/dashboard.json | 1 + public/language/nl/admin/dashboard.json | 1 + public/language/pl/admin/dashboard.json | 1 + public/language/pt-BR/admin/dashboard.json | 1 + public/language/pt-PT/admin/dashboard.json | 1 + public/language/ro/admin/dashboard.json | 1 + public/language/ru/admin/dashboard.json | 1 + public/language/rw/admin/dashboard.json | 1 + public/language/sc/admin/dashboard.json | 1 + public/language/sk/admin/dashboard.json | 1 + public/language/sl/admin/dashboard.json | 1 + public/language/sr/admin/dashboard.json | 1 + public/language/sv/admin/dashboard.json | 1 + public/language/th/admin/dashboard.json | 1 + public/language/tr/admin/dashboard.json | 1 + public/language/uk/admin/dashboard.json | 1 + public/language/vi/admin/dashboard.json | 1 + public/language/zh-CN/admin/dashboard.json | 1 + public/language/zh-TW/admin/dashboard.json | 1 + 44 files changed, 44 insertions(+) diff --git a/public/language/ar/admin/dashboard.json b/public/language/ar/admin/dashboard.json index b2a50f73de..a54c39d931 100644 --- a/public/language/ar/admin/dashboard.json +++ b/public/language/ar/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "Back to Dashboard", "details.no-users": "No users have joined within the selected timeframe", "details.no-topics": "No topics have been posted within the selected timeframe", + "details.no-searches": "No searches have been made yet", "details.no-logins": "No logins have been recorded within the selected timeframe", "details.logins-static": "NodeBB only saves session data for %1 days, and so this table below will only show the most recently active sessions", "details.logins-login-time": "Login Time" diff --git a/public/language/bg/admin/dashboard.json b/public/language/bg/admin/dashboard.json index 1a7eb1ff43..4d5e2ea156 100644 --- a/public/language/bg/admin/dashboard.json +++ b/public/language/bg/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "Назад към таблото", "details.no-users": "В избрания период не са се регистрирали нови потребители", "details.no-topics": "В избрания период не са публикувани нови теми", + "details.no-searches": "No searches have been made yet", "details.no-logins": "В избрания период не са отчетени вписвания", "details.logins-static": "NodeBB запазва данни за сесията в продължение на %1 дни, така че в следната таблица могат да се видят само последните активни сесии", "details.logins-login-time": "Време на вписване" diff --git a/public/language/bn/admin/dashboard.json b/public/language/bn/admin/dashboard.json index d864e385f8..4d39626882 100644 --- a/public/language/bn/admin/dashboard.json +++ b/public/language/bn/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "Back to Dashboard", "details.no-users": "No users have joined within the selected timeframe", "details.no-topics": "No topics have been posted within the selected timeframe", + "details.no-searches": "No searches have been made yet", "details.no-logins": "No logins have been recorded within the selected timeframe", "details.logins-static": "NodeBB only saves session data for %1 days, and so this table below will only show the most recently active sessions", "details.logins-login-time": "Login Time" diff --git a/public/language/cs/admin/dashboard.json b/public/language/cs/admin/dashboard.json index 637e35752e..2ca82e2cce 100644 --- a/public/language/cs/admin/dashboard.json +++ b/public/language/cs/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "Back to Dashboard", "details.no-users": "No users have joined within the selected timeframe", "details.no-topics": "No topics have been posted within the selected timeframe", + "details.no-searches": "No searches have been made yet", "details.no-logins": "No logins have been recorded within the selected timeframe", "details.logins-static": "NodeBB only saves session data for %1 days, and so this table below will only show the most recently active sessions", "details.logins-login-time": "Login Time" diff --git a/public/language/da/admin/dashboard.json b/public/language/da/admin/dashboard.json index 32a61894e5..1d7c3df85d 100644 --- a/public/language/da/admin/dashboard.json +++ b/public/language/da/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "Back to Dashboard", "details.no-users": "No users have joined within the selected timeframe", "details.no-topics": "No topics have been posted within the selected timeframe", + "details.no-searches": "No searches have been made yet", "details.no-logins": "No logins have been recorded within the selected timeframe", "details.logins-static": "NodeBB only saves session data for %1 days, and so this table below will only show the most recently active sessions", "details.logins-login-time": "Login Time" diff --git a/public/language/de/admin/dashboard.json b/public/language/de/admin/dashboard.json index f3c744c715..5b4bcf4bf5 100644 --- a/public/language/de/admin/dashboard.json +++ b/public/language/de/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "Zurück zur Übersicht", "details.no-users": "Keine Benutzer sind im gewählten Zeitraum beigetreten", "details.no-topics": "Keine Themen wurden im gewählten Zeitraum beigetreten", + "details.no-searches": "No searches have been made yet", "details.no-logins": "Keine Logins wurden im gewählten Zeitraum festgestellt", "details.logins-static": "NodeBB speichert Sitzungsdaten nur für %1 Tage, deshalb zeigt die untere Tabelle nur die neuesten, aktiven Sitzungen", "details.logins-login-time": "Anmelde Zeit" diff --git a/public/language/el/admin/dashboard.json b/public/language/el/admin/dashboard.json index d864e385f8..4d39626882 100644 --- a/public/language/el/admin/dashboard.json +++ b/public/language/el/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "Back to Dashboard", "details.no-users": "No users have joined within the selected timeframe", "details.no-topics": "No topics have been posted within the selected timeframe", + "details.no-searches": "No searches have been made yet", "details.no-logins": "No logins have been recorded within the selected timeframe", "details.logins-static": "NodeBB only saves session data for %1 days, and so this table below will only show the most recently active sessions", "details.logins-login-time": "Login Time" diff --git a/public/language/en-US/admin/dashboard.json b/public/language/en-US/admin/dashboard.json index d864e385f8..4d39626882 100644 --- a/public/language/en-US/admin/dashboard.json +++ b/public/language/en-US/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "Back to Dashboard", "details.no-users": "No users have joined within the selected timeframe", "details.no-topics": "No topics have been posted within the selected timeframe", + "details.no-searches": "No searches have been made yet", "details.no-logins": "No logins have been recorded within the selected timeframe", "details.logins-static": "NodeBB only saves session data for %1 days, and so this table below will only show the most recently active sessions", "details.logins-login-time": "Login Time" diff --git a/public/language/en-x-pirate/admin/dashboard.json b/public/language/en-x-pirate/admin/dashboard.json index d864e385f8..4d39626882 100644 --- a/public/language/en-x-pirate/admin/dashboard.json +++ b/public/language/en-x-pirate/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "Back to Dashboard", "details.no-users": "No users have joined within the selected timeframe", "details.no-topics": "No topics have been posted within the selected timeframe", + "details.no-searches": "No searches have been made yet", "details.no-logins": "No logins have been recorded within the selected timeframe", "details.logins-static": "NodeBB only saves session data for %1 days, and so this table below will only show the most recently active sessions", "details.logins-login-time": "Login Time" diff --git a/public/language/es/admin/dashboard.json b/public/language/es/admin/dashboard.json index d8b98fbb7e..a1d11fab48 100644 --- a/public/language/es/admin/dashboard.json +++ b/public/language/es/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "Back to Dashboard", "details.no-users": "No users have joined within the selected timeframe", "details.no-topics": "No topics have been posted within the selected timeframe", + "details.no-searches": "No searches have been made yet", "details.no-logins": "No logins have been recorded within the selected timeframe", "details.logins-static": "NodeBB only saves session data for %1 days, and so this table below will only show the most recently active sessions", "details.logins-login-time": "Login Time" diff --git a/public/language/et/admin/dashboard.json b/public/language/et/admin/dashboard.json index d864e385f8..4d39626882 100644 --- a/public/language/et/admin/dashboard.json +++ b/public/language/et/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "Back to Dashboard", "details.no-users": "No users have joined within the selected timeframe", "details.no-topics": "No topics have been posted within the selected timeframe", + "details.no-searches": "No searches have been made yet", "details.no-logins": "No logins have been recorded within the selected timeframe", "details.logins-static": "NodeBB only saves session data for %1 days, and so this table below will only show the most recently active sessions", "details.logins-login-time": "Login Time" diff --git a/public/language/fa-IR/admin/dashboard.json b/public/language/fa-IR/admin/dashboard.json index e82461d99b..7952eee216 100644 --- a/public/language/fa-IR/admin/dashboard.json +++ b/public/language/fa-IR/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "Back to Dashboard", "details.no-users": "No users have joined within the selected timeframe", "details.no-topics": "No topics have been posted within the selected timeframe", + "details.no-searches": "No searches have been made yet", "details.no-logins": "No logins have been recorded within the selected timeframe", "details.logins-static": "NodeBB only saves session data for %1 days, and so this table below will only show the most recently active sessions", "details.logins-login-time": "Login Time" diff --git a/public/language/fi/admin/dashboard.json b/public/language/fi/admin/dashboard.json index 856db27e90..2fa46e3a70 100644 --- a/public/language/fi/admin/dashboard.json +++ b/public/language/fi/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "Takaisin ohjausnäkymään", "details.no-users": "Ei liittyneitä käyttäjiä valitulla aikavälillä.", "details.no-topics": "Ei luotuja aiheita valitulla aikavälillä.", + "details.no-searches": "No searches have been made yet", "details.no-logins": "Ei sisäänkirjautumisia valitulla aikavälillä.", "details.logins-static": "NodeBB tallettaa istuntotiedot vain %1 päivän ajaksi, joten tämä kuvaaja näyttää vain viimeisimpänä aktiivisena olleet istunnot.", "details.logins-login-time": "Sisäänkirjautumisaika" diff --git a/public/language/fr/admin/dashboard.json b/public/language/fr/admin/dashboard.json index 411890f7de..3a4f7bf284 100644 --- a/public/language/fr/admin/dashboard.json +++ b/public/language/fr/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "Retour au Tableau de bord", "details.no-users": "Aucun utilisateur ne s'est joint dans le délai sélectionné", "details.no-topics": "Aucun sujet n'a été publié dans la période sélectionnée", + "details.no-searches": "No searches have been made yet", "details.no-logins": "Aucune connexion n'a été enregistrée dans le délai sélectionné", "details.logins-static": "NodeBB n'enregistre que les données de session pendant %1 jours, et le tableau ci-dessous n'affichera donc que les dernières sessions actives", "details.logins-login-time": "Heure de connexion" diff --git a/public/language/gl/admin/dashboard.json b/public/language/gl/admin/dashboard.json index d864e385f8..4d39626882 100644 --- a/public/language/gl/admin/dashboard.json +++ b/public/language/gl/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "Back to Dashboard", "details.no-users": "No users have joined within the selected timeframe", "details.no-topics": "No topics have been posted within the selected timeframe", + "details.no-searches": "No searches have been made yet", "details.no-logins": "No logins have been recorded within the selected timeframe", "details.logins-static": "NodeBB only saves session data for %1 days, and so this table below will only show the most recently active sessions", "details.logins-login-time": "Login Time" diff --git a/public/language/he/admin/dashboard.json b/public/language/he/admin/dashboard.json index 887fd70646..0b9b6e20a6 100644 --- a/public/language/he/admin/dashboard.json +++ b/public/language/he/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "חזרה ללוח מחוונים", "details.no-users": "אין משתמש שהצטרף במסגרת הזמן שנבחרה", "details.no-topics": "לא פורסמו נושאים במסגרת הזמן שנבחרה", + "details.no-searches": "No searches have been made yet", "details.no-logins": "לא נרשמו כניסות במסגרת הזמן שנבחרה", "details.logins-static": "NodeBB שומר נתוני הפעלה עבור %1 ימים בלבד, ולכן טבלה זו תציג רק את הכניסות הפעילות האחרונות", "details.logins-login-time": "זמן כניסה" diff --git a/public/language/hr/admin/dashboard.json b/public/language/hr/admin/dashboard.json index a44e4d70be..8072389569 100644 --- a/public/language/hr/admin/dashboard.json +++ b/public/language/hr/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "Back to Dashboard", "details.no-users": "No users have joined within the selected timeframe", "details.no-topics": "No topics have been posted within the selected timeframe", + "details.no-searches": "No searches have been made yet", "details.no-logins": "No logins have been recorded within the selected timeframe", "details.logins-static": "NodeBB only saves session data for %1 days, and so this table below will only show the most recently active sessions", "details.logins-login-time": "Login Time" diff --git a/public/language/hu/admin/dashboard.json b/public/language/hu/admin/dashboard.json index 6d446490ee..e02ccff6de 100644 --- a/public/language/hu/admin/dashboard.json +++ b/public/language/hu/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "Vissza a vezérlőpultra", "details.no-users": "Nem csatlakozott egy felhasználó sem a kiválasztott időszakban", "details.no-topics": "Nem voltak új témakörök a kiválasztott időszakban", + "details.no-searches": "No searches have been made yet", "details.no-logins": "Nem volt bejelentkezés a kiválasztott időszakban", "details.logins-static": "A NodeBB csak %1 napig menti a munkamenet adatokat és az alábbi táblázat csak a legutóbbi aktív munkameneteket tartalmazza", "details.logins-login-time": "Bejelentkezés ideje" diff --git a/public/language/id/admin/dashboard.json b/public/language/id/admin/dashboard.json index d864e385f8..4d39626882 100644 --- a/public/language/id/admin/dashboard.json +++ b/public/language/id/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "Back to Dashboard", "details.no-users": "No users have joined within the selected timeframe", "details.no-topics": "No topics have been posted within the selected timeframe", + "details.no-searches": "No searches have been made yet", "details.no-logins": "No logins have been recorded within the selected timeframe", "details.logins-static": "NodeBB only saves session data for %1 days, and so this table below will only show the most recently active sessions", "details.logins-login-time": "Login Time" diff --git a/public/language/it/admin/dashboard.json b/public/language/it/admin/dashboard.json index 9947c2b5fd..9a3dca1426 100644 --- a/public/language/it/admin/dashboard.json +++ b/public/language/it/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "Torna alla dashboard", "details.no-users": "Nessun utente si è iscritto nell'arco di tempo selezionato", "details.no-topics": "Nessuna discussione è stata postata nell'arco di tempo selezionato", + "details.no-searches": "No searches have been made yet", "details.no-logins": "Non sono stati registrati accessi nell'arco di tempo selezionato", "details.logins-static": "NodeBB salva solo i dati di sessione per %1 giorni, quindi la tabella qui sotto mostrerà solo le sessioni attive più recenti", "details.logins-login-time": "Tempo di accesso" diff --git a/public/language/ja/admin/dashboard.json b/public/language/ja/admin/dashboard.json index f6cbb54b4a..b21cbb4cc2 100644 --- a/public/language/ja/admin/dashboard.json +++ b/public/language/ja/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "Back to Dashboard", "details.no-users": "No users have joined within the selected timeframe", "details.no-topics": "No topics have been posted within the selected timeframe", + "details.no-searches": "No searches have been made yet", "details.no-logins": "No logins have been recorded within the selected timeframe", "details.logins-static": "NodeBB only saves session data for %1 days, and so this table below will only show the most recently active sessions", "details.logins-login-time": "Login Time" diff --git a/public/language/ko/admin/dashboard.json b/public/language/ko/admin/dashboard.json index dcc6afa567..aee85929ae 100644 --- a/public/language/ko/admin/dashboard.json +++ b/public/language/ko/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "대시보드로 돌아가기", "details.no-users": "설정한 기간에 가입한 사용자 없음", "details.no-topics": "설정한 기간에 생성된 화제 없음", + "details.no-searches": "No searches have been made yet", "details.no-logins": "설정한 기간에 로그인 기록 없음", "details.logins-static": "NodeBB는 세션 정보를 %1일 동안만 저장합니다. 따라서 아래의 표는 최근 활성화된 세션 정보만을 표시합니다.", "details.logins-login-time": "로그인 시점" diff --git a/public/language/lt/admin/dashboard.json b/public/language/lt/admin/dashboard.json index d864e385f8..4d39626882 100644 --- a/public/language/lt/admin/dashboard.json +++ b/public/language/lt/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "Back to Dashboard", "details.no-users": "No users have joined within the selected timeframe", "details.no-topics": "No topics have been posted within the selected timeframe", + "details.no-searches": "No searches have been made yet", "details.no-logins": "No logins have been recorded within the selected timeframe", "details.logins-static": "NodeBB only saves session data for %1 days, and so this table below will only show the most recently active sessions", "details.logins-login-time": "Login Time" diff --git a/public/language/lv/admin/dashboard.json b/public/language/lv/admin/dashboard.json index 698fe8392c..076694b4ca 100644 --- a/public/language/lv/admin/dashboard.json +++ b/public/language/lv/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "Back to Dashboard", "details.no-users": "No users have joined within the selected timeframe", "details.no-topics": "No topics have been posted within the selected timeframe", + "details.no-searches": "No searches have been made yet", "details.no-logins": "No logins have been recorded within the selected timeframe", "details.logins-static": "NodeBB only saves session data for %1 days, and so this table below will only show the most recently active sessions", "details.logins-login-time": "Login Time" diff --git a/public/language/ms/admin/dashboard.json b/public/language/ms/admin/dashboard.json index d864e385f8..4d39626882 100644 --- a/public/language/ms/admin/dashboard.json +++ b/public/language/ms/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "Back to Dashboard", "details.no-users": "No users have joined within the selected timeframe", "details.no-topics": "No topics have been posted within the selected timeframe", + "details.no-searches": "No searches have been made yet", "details.no-logins": "No logins have been recorded within the selected timeframe", "details.logins-static": "NodeBB only saves session data for %1 days, and so this table below will only show the most recently active sessions", "details.logins-login-time": "Login Time" diff --git a/public/language/nb/admin/dashboard.json b/public/language/nb/admin/dashboard.json index 73f19422c9..112aa9389e 100644 --- a/public/language/nb/admin/dashboard.json +++ b/public/language/nb/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "Back to Dashboard", "details.no-users": "No users have joined within the selected timeframe", "details.no-topics": "No topics have been posted within the selected timeframe", + "details.no-searches": "No searches have been made yet", "details.no-logins": "No logins have been recorded within the selected timeframe", "details.logins-static": "NodeBB only saves session data for %1 days, and so this table below will only show the most recently active sessions", "details.logins-login-time": "Login Time" diff --git a/public/language/nl/admin/dashboard.json b/public/language/nl/admin/dashboard.json index d18af4cb65..2acaa26a6a 100644 --- a/public/language/nl/admin/dashboard.json +++ b/public/language/nl/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "Back to Dashboard", "details.no-users": "No users have joined within the selected timeframe", "details.no-topics": "No topics have been posted within the selected timeframe", + "details.no-searches": "No searches have been made yet", "details.no-logins": "No logins have been recorded within the selected timeframe", "details.logins-static": "NodeBB only saves session data for %1 days, and so this table below will only show the most recently active sessions", "details.logins-login-time": "Login Time" diff --git a/public/language/pl/admin/dashboard.json b/public/language/pl/admin/dashboard.json index 8b7d92b6e3..ba2aed1b4d 100644 --- a/public/language/pl/admin/dashboard.json +++ b/public/language/pl/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "Powrót do Dashboardu", "details.no-users": "Żaden użytkownik nie dołączył w wybranym okresie", "details.no-topics": "Żadne tematy nie zostały opublikowane w wybranym okresie", + "details.no-searches": "No searches have been made yet", "details.no-logins": "Żadne logi nie zostały zapisane w wybranym okresie", "details.logins-static": "NodeBB zapisuje dane sesji tylko na %1 dzień, dlatego tabela poniżej zawierać będzie tylko ostatnią aktywną sesję", "details.logins-login-time": "Czas logowania" diff --git a/public/language/pt-BR/admin/dashboard.json b/public/language/pt-BR/admin/dashboard.json index 8c7045e969..e59eb05ad1 100644 --- a/public/language/pt-BR/admin/dashboard.json +++ b/public/language/pt-BR/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "De volta ao Painel", "details.no-users": "Nenhum usuário ingressou dentro do período de tempo selecionado", "details.no-topics": "Nenhum tópico foi postado dentro do período de tempo selecionado", + "details.no-searches": "No searches have been made yet", "details.no-logins": "Nenhum login foi registrado dentro do período de tempo selecionado", "details.logins-static": "O NodeBB só salva os dados da sessão por %1 dias, então esta tabela abaixo mostrará apenas as sessões ativas mais recentemente", "details.logins-login-time": "Hora de Login" diff --git a/public/language/pt-PT/admin/dashboard.json b/public/language/pt-PT/admin/dashboard.json index dc114630fc..9f590b49c2 100644 --- a/public/language/pt-PT/admin/dashboard.json +++ b/public/language/pt-PT/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "Back to Dashboard", "details.no-users": "No users have joined within the selected timeframe", "details.no-topics": "No topics have been posted within the selected timeframe", + "details.no-searches": "No searches have been made yet", "details.no-logins": "No logins have been recorded within the selected timeframe", "details.logins-static": "NodeBB only saves session data for %1 days, and so this table below will only show the most recently active sessions", "details.logins-login-time": "Login Time" diff --git a/public/language/ro/admin/dashboard.json b/public/language/ro/admin/dashboard.json index d864e385f8..4d39626882 100644 --- a/public/language/ro/admin/dashboard.json +++ b/public/language/ro/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "Back to Dashboard", "details.no-users": "No users have joined within the selected timeframe", "details.no-topics": "No topics have been posted within the selected timeframe", + "details.no-searches": "No searches have been made yet", "details.no-logins": "No logins have been recorded within the selected timeframe", "details.logins-static": "NodeBB only saves session data for %1 days, and so this table below will only show the most recently active sessions", "details.logins-login-time": "Login Time" diff --git a/public/language/ru/admin/dashboard.json b/public/language/ru/admin/dashboard.json index 3e09e8bf00..f8e093c304 100644 --- a/public/language/ru/admin/dashboard.json +++ b/public/language/ru/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "Вернуться на Панель управления", "details.no-users": "No users have joined within the selected timeframe", "details.no-topics": "No topics have been posted within the selected timeframe", + "details.no-searches": "No searches have been made yet", "details.no-logins": "No logins have been recorded within the selected timeframe", "details.logins-static": "NodeBB only saves session data for %1 days, and so this table below will only show the most recently active sessions", "details.logins-login-time": "Login Time" diff --git a/public/language/rw/admin/dashboard.json b/public/language/rw/admin/dashboard.json index d864e385f8..4d39626882 100644 --- a/public/language/rw/admin/dashboard.json +++ b/public/language/rw/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "Back to Dashboard", "details.no-users": "No users have joined within the selected timeframe", "details.no-topics": "No topics have been posted within the selected timeframe", + "details.no-searches": "No searches have been made yet", "details.no-logins": "No logins have been recorded within the selected timeframe", "details.logins-static": "NodeBB only saves session data for %1 days, and so this table below will only show the most recently active sessions", "details.logins-login-time": "Login Time" diff --git a/public/language/sc/admin/dashboard.json b/public/language/sc/admin/dashboard.json index d864e385f8..4d39626882 100644 --- a/public/language/sc/admin/dashboard.json +++ b/public/language/sc/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "Back to Dashboard", "details.no-users": "No users have joined within the selected timeframe", "details.no-topics": "No topics have been posted within the selected timeframe", + "details.no-searches": "No searches have been made yet", "details.no-logins": "No logins have been recorded within the selected timeframe", "details.logins-static": "NodeBB only saves session data for %1 days, and so this table below will only show the most recently active sessions", "details.logins-login-time": "Login Time" diff --git a/public/language/sk/admin/dashboard.json b/public/language/sk/admin/dashboard.json index 761e1a06b9..b1c6670e81 100644 --- a/public/language/sk/admin/dashboard.json +++ b/public/language/sk/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "Back to Dashboard", "details.no-users": "No users have joined within the selected timeframe", "details.no-topics": "No topics have been posted within the selected timeframe", + "details.no-searches": "No searches have been made yet", "details.no-logins": "No logins have been recorded within the selected timeframe", "details.logins-static": "NodeBB only saves session data for %1 days, and so this table below will only show the most recently active sessions", "details.logins-login-time": "Login Time" diff --git a/public/language/sl/admin/dashboard.json b/public/language/sl/admin/dashboard.json index 7b9d750879..9f7b21b93a 100644 --- a/public/language/sl/admin/dashboard.json +++ b/public/language/sl/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "Nazaj na nadzorno ploščo", "details.no-users": "V izbranem časovnem okviru se ni pridružil noben uporabnik", "details.no-topics": "V izbranem časovnem okviru ni bila objavljena nobena tema", + "details.no-searches": "No searches have been made yet", "details.no-logins": "V izbranem časovnem okviru ni bila zabeležena nobena prijava", "details.logins-static": "NodeBB shranjuje samo podatke o sejah za %1 dni, zato bo ta spodnja tabela prikazala samo zadnje aktivne seje", "details.logins-login-time": "Čas prijave" diff --git a/public/language/sr/admin/dashboard.json b/public/language/sr/admin/dashboard.json index d864e385f8..4d39626882 100644 --- a/public/language/sr/admin/dashboard.json +++ b/public/language/sr/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "Back to Dashboard", "details.no-users": "No users have joined within the selected timeframe", "details.no-topics": "No topics have been posted within the selected timeframe", + "details.no-searches": "No searches have been made yet", "details.no-logins": "No logins have been recorded within the selected timeframe", "details.logins-static": "NodeBB only saves session data for %1 days, and so this table below will only show the most recently active sessions", "details.logins-login-time": "Login Time" diff --git a/public/language/sv/admin/dashboard.json b/public/language/sv/admin/dashboard.json index d864e385f8..4d39626882 100644 --- a/public/language/sv/admin/dashboard.json +++ b/public/language/sv/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "Back to Dashboard", "details.no-users": "No users have joined within the selected timeframe", "details.no-topics": "No topics have been posted within the selected timeframe", + "details.no-searches": "No searches have been made yet", "details.no-logins": "No logins have been recorded within the selected timeframe", "details.logins-static": "NodeBB only saves session data for %1 days, and so this table below will only show the most recently active sessions", "details.logins-login-time": "Login Time" diff --git a/public/language/th/admin/dashboard.json b/public/language/th/admin/dashboard.json index d864e385f8..4d39626882 100644 --- a/public/language/th/admin/dashboard.json +++ b/public/language/th/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "Back to Dashboard", "details.no-users": "No users have joined within the selected timeframe", "details.no-topics": "No topics have been posted within the selected timeframe", + "details.no-searches": "No searches have been made yet", "details.no-logins": "No logins have been recorded within the selected timeframe", "details.logins-static": "NodeBB only saves session data for %1 days, and so this table below will only show the most recently active sessions", "details.logins-login-time": "Login Time" diff --git a/public/language/tr/admin/dashboard.json b/public/language/tr/admin/dashboard.json index 30b53e58e1..132f58a29a 100644 --- a/public/language/tr/admin/dashboard.json +++ b/public/language/tr/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "Yönetim Paneline geri dön", "details.no-users": "Seçilen zaman aralığında herhangi bir kullanıcı üye olmadı.", "details.no-topics": "Seçilen zaman aralığında herhangi bir başlık oluşturulmadı. ", + "details.no-searches": "No searches have been made yet", "details.no-logins": "Seçilen zaman aralığında herhangi bir giriş yapılmadı.", "details.logins-static": "NodeBB oturum kayıtlarını sadece %1 gün tutar, o nedenle aşağıdaki tablo sadece en yakın aktif oturumları listeler", "details.logins-login-time": "Giriş zamanı" diff --git a/public/language/uk/admin/dashboard.json b/public/language/uk/admin/dashboard.json index f42a1a6e2f..62eee08e51 100644 --- a/public/language/uk/admin/dashboard.json +++ b/public/language/uk/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "Back to Dashboard", "details.no-users": "No users have joined within the selected timeframe", "details.no-topics": "No topics have been posted within the selected timeframe", + "details.no-searches": "No searches have been made yet", "details.no-logins": "No logins have been recorded within the selected timeframe", "details.logins-static": "NodeBB only saves session data for %1 days, and so this table below will only show the most recently active sessions", "details.logins-login-time": "Login Time" diff --git a/public/language/vi/admin/dashboard.json b/public/language/vi/admin/dashboard.json index a9e34051b2..a3d4dc5c28 100644 --- a/public/language/vi/admin/dashboard.json +++ b/public/language/vi/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "Quay lại Bảng điều khiển", "details.no-users": "Không có người dùng nào tham gia trong khung thời gian đã chọn", "details.no-topics": "Không có chủ đề nào được đăng trong khung thời gian đã chọn", + "details.no-searches": "No searches have been made yet", "details.no-logins": "Không có thông tin đăng nhập nào được ghi lại trong khung thời gian đã chọn", "details.logins-static": "NodeBB chỉ lưu dữ liệu phiên trong %1 ngày và do đó, bảng này bên dưới sẽ chỉ hiển thị các phiên hoạt động gần đây nhất", "details.logins-login-time": "Thời gian đăng nhập" diff --git a/public/language/zh-CN/admin/dashboard.json b/public/language/zh-CN/admin/dashboard.json index 1ab9d1eafb..28a008851f 100644 --- a/public/language/zh-CN/admin/dashboard.json +++ b/public/language/zh-CN/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "返回控制面板", "details.no-users": "选定的时间内没有用户加入", "details.no-topics": "选定的时间内没有发布主题", + "details.no-searches": "No searches have been made yet", "details.no-logins": "选定的时间内没有登录记录", "details.logins-static": "NodeBB只保留%1天登录数据,下列表格显示最近活动的登录。", "details.logins-login-time": "登录时间" diff --git a/public/language/zh-TW/admin/dashboard.json b/public/language/zh-TW/admin/dashboard.json index fe7a57727d..4b9601493e 100644 --- a/public/language/zh-TW/admin/dashboard.json +++ b/public/language/zh-TW/admin/dashboard.json @@ -83,6 +83,7 @@ "back-to-dashboard": "回到儀表板", "details.no-users": "沒有使用者有在選定的時間內註冊", "details.no-topics": "沒有新增的主題在選定的時間內", + "details.no-searches": "No searches have been made yet", "details.no-logins": "No logins have been recorded within the selected timeframe", "details.logins-static": "NodeBB only saves session data for %1 days, and so this table below will only show the most recently active sessions", "details.logins-login-time": "登入時間"