diff --git a/js/locale/ar.json b/js/locale/ar.json index 1f6dc590..77e1a231 100644 --- a/js/locale/ar.json +++ b/js/locale/ar.json @@ -1,7 +1,6 @@ { "add_first_site": "+ أضف موقعك الأول", "add_site": "إضافة موقع", - "add_sites": "أضِف مواقع Discourse لتتبُّع", "add": "+ إضافة", "all": "الكل", "approved_commits": { @@ -52,7 +51,6 @@ "new": "الجديدة", "no_notifications": "لا توجد إشعارات", "no_replies": "لا توجد ردود", - "no_sites_yet": "ليس لديك أي مواقع حتى الآن", "no_new_notifications": "لا توجد إشعارات جديدة", "not_found": "لم يتم العثور على %{term}!", "notifications": "الإشعارات", @@ -60,11 +58,14 @@ "switch_dark": "استخدم السمة الداكنة", "term_exists": "%{term} موجود بالفعل", "unread_with_count": "غير المقروءة (%{count})", - "term_placeholder": "أدخل عنوان موقعك", "please_wait": "يُرجى الانتظار...", "settings": "الإعدادات", "site_added": "🎉 تمت إضافة الموقع!", "enable_notifications": "اضغط هنا لتفعيل الإشعارات", "browser_toggle_label": "فتح المواقع باستخدام متصفح داخل التطبيق", - "browser_toggle_description": "عند إيقاف هذا الإعداد، سيتم تشغيل المواقع عبر المتصفح الذي تختاره، بما في ذلك تطبيقات الويب التقدمية PWA" + "browser_toggle_description": "عند إيقاف هذا الإعداد، سيتم تشغيل المواقع عبر المتصفح الذي تختاره، بما في ذلك تطبيقات الويب التقدمية PWA", + "discover_reset": "إظهار الكل", + "discover_all": "الكل", + "discover_recent": "الحديثة", + "cancel": "إلغاء" } diff --git a/js/locale/be.json b/js/locale/be.json index 1b712ee8..aedce5f7 100644 --- a/js/locale/be.json +++ b/js/locale/be.json @@ -5,5 +5,8 @@ "no_replies": "Няма адказаў", "notifications": "Натыфікацыі", "replies": "адказы", - "settings": "Налады" + "settings": "Налады", + "discover_all": "усе", + "discover_recent": "надаўнія", + "cancel": "Адмяніць" } diff --git a/js/locale/bg.json b/js/locale/bg.json index 3c3f6916..f5810a64 100644 --- a/js/locale/bg.json +++ b/js/locale/bg.json @@ -14,5 +14,8 @@ "notifications": "Известия", "replies": "Отговори", "unread_with_count": "непрочетен (%{count})", - "settings": "Настройки" + "settings": "Настройки", + "discover_all": "всички подкатегории", + "discover_recent": "скорошни", + "cancel": "Прекрати" } diff --git a/js/locale/bs_BA.json b/js/locale/bs_BA.json index eacb5dbc..e98511b5 100644 --- a/js/locale/bs_BA.json +++ b/js/locale/bs_BA.json @@ -20,5 +20,8 @@ "notifications": "Obavijest", "replies": "Replike", "unread_with_count": "nepročitano (%{count})", - "settings": "Postavke" + "settings": "Postavke", + "discover_all": "sve", + "discover_recent": "nove", + "cancel": "Odustani" } diff --git a/js/locale/ca.json b/js/locale/ca.json index 3c4d39ee..d4dfcbcc 100644 --- a/js/locale/ca.json +++ b/js/locale/ca.json @@ -19,5 +19,8 @@ "notifications": "Notificacions", "replies": "Respostes", "unread_with_count": "no llegit (%{count})", - "settings": "Configuració" + "settings": "Configuració", + "discover_all": "tots", + "discover_recent": "recents", + "cancel": "Cancel·la" } diff --git a/js/locale/cs.json b/js/locale/cs.json index 1773c0ec..edd63610 100644 --- a/js/locale/cs.json +++ b/js/locale/cs.json @@ -25,5 +25,9 @@ "notifications": "Oznámení", "replies": "Odpovědi", "unread_with_count": "nepřečtené (%{count})", - "settings": "Nastavení" + "settings": "Nastavení", + "discover_reset": "Zobrazit vše", + "discover_all": "vše", + "discover_recent": "nedávné", + "cancel": "Zrušit" } diff --git a/js/locale/da.json b/js/locale/da.json index dc514f23..f129546d 100644 --- a/js/locale/da.json +++ b/js/locale/da.json @@ -21,5 +21,9 @@ "notifications": "Underretninger", "replies": "Svar", "unread_with_count": "ulæst (%{count})", - "settings": "Indstillinger" + "settings": "Indstillinger", + "discover_reset": "Vis alle", + "discover_all": "alle", + "discover_recent": "nye", + "cancel": "Annuller" } diff --git a/js/locale/de.json b/js/locale/de.json index 87906e1c..8ee8fe64 100644 --- a/js/locale/de.json +++ b/js/locale/de.json @@ -1,7 +1,8 @@ { "add_first_site": "+ Füge das erste Forum hinzu", "add_site": "Forum hinzufügen", - "add_sites": "Füge Discourse-Foren hinzu, die du im Auge behalten möchtest", + "add_sites": "Leg los und folge den Discourse-Gemeinschaften, die du liebst!", + "no_sites_yet": "Willkommen im Discourse Hub!", "add": "+ Hinzufügen", "all": "Alle", "approved_commits": { @@ -45,7 +46,6 @@ "new": "Neu", "no_notifications": "Keine Benachrichtigungen", "no_replies": "Keine Antworten", - "no_sites_yet": "Du hast noch keine Foren!", "no_new_notifications": "Keine neuen Benachrichtigungen", "not_found": "%{term} wurde nicht gefunden!", "notifications": "Benachrichtigungen", @@ -53,11 +53,26 @@ "switch_dark": "Dunkles Theme verwenden", "term_exists": "%{term} existiert bereits", "unread_with_count": "ungelesen (%{count})", - "term_placeholder": "Gib die Adresse deiner Website ein", + "term_placeholder": "Suche oder gib eine Community-URL ein", "please_wait": "Bitte warten …", "settings": "Einstellungen", + "discover": "Entdecken", "site_added": "🎉 Website hinzugefügt!", "enable_notifications": "Tippe hier, um Benachrichtigungen zu aktivieren", "browser_toggle_label": "Websites mit In-App-Browser öffnen", - "browser_toggle_description": "Wenn diese Einstellung deaktiviert ist, werden Websites über den Browser deiner Wahl aufgerufen, einschließlich PWAs" + "browser_toggle_description": "Wenn diese Einstellung deaktiviert ist, werden Websites über den Browser deiner Wahl aufgerufen, einschließlich PWAs", + "discover_no_results": "Keine Webseiten gefunden. Du kannst auch die vollständige Domain einer Discourse-Gemeinschaft eingeben und hinzufügen!", + "discover_reset": "Alle anzeigen", + "discover_all": "alle", + "discover_tech": "Technologie", + "discover_interests": "Interessen", + "discover_support": "Support", + "discover_media": "Medien", + "discover_gaming": "Gaming", + "discover_open_source": "Open-Source", + "discover_international": "International", + "discover_recent": "aktuell", + "active_counts": "%{active_users} aktive Nutzer", + "cancel": "Abbrechen", + "no_connected_sites": "Du hast keine verbundenen Websites auf deinem Startbildschirm. Sobald du eine oder mehrere Websites verbunden hast, siehst du hier deren Benachrichtigungen." } diff --git a/js/locale/el.json b/js/locale/el.json index abd88647..fe36a970 100644 --- a/js/locale/el.json +++ b/js/locale/el.json @@ -21,5 +21,9 @@ "notifications": "Ειδοποιήσεις", "replies": "Απαντήσεις", "unread_with_count": "μη αναγνωσμένα (%{count})", - "settings": "Ρυθμίσεις" + "settings": "Ρυθμίσεις", + "discover_reset": "Εμφάνιση όλων", + "discover_all": "όλα", + "discover_recent": "πρόσφατα", + "cancel": "Ακύρωση" } diff --git a/js/locale/es.json b/js/locale/es.json index b1ce85f8..79883f8d 100644 --- a/js/locale/es.json +++ b/js/locale/es.json @@ -1,7 +1,6 @@ { "add_first_site": "+ Añade tu primer sitio", "add_site": "Añadir sitio", - "add_sites": "Añade sitios de Discourse para realizar un seguimiento de", "add": "+ Añadir", "all": "Todos", "approved_commits": { @@ -40,7 +39,6 @@ "new": "Nuevo", "no_notifications": "No hay notificaciones", "no_replies": "No hay respuestas", - "no_sites_yet": "Aún no tienes ningún sitio", "no_new_notifications": "No hay notificaciones nuevas", "not_found": "¡No se encontró %{term}!", "notifications": "Notificaciones", @@ -48,11 +46,14 @@ "switch_dark": "Usar tema oscuro", "term_exists": "%{term} ya existe", "unread_with_count": "no leídos (%{count})", - "term_placeholder": "Introduce la dirección de tu sitio web", "please_wait": "Por favor, espera...", "settings": "Ajustes", "site_added": "🎉 ¡Sitio añadido!", "enable_notifications": "Pulsa aquí para activar las notificaciones", "browser_toggle_label": "Abrir sitios con el navegador integrado en la aplicación", - "browser_toggle_description": "Cuando esta configuración está desactivada, los sitios se lanzarán a través del navegador que elijas, incluyendo los PWAs" + "browser_toggle_description": "Cuando esta configuración está desactivada, los sitios se lanzarán a través del navegador que elijas, incluyendo los PWAs", + "discover_reset": "Mostrar todas", + "discover_all": "todas", + "discover_recent": "recientes", + "cancel": "Cancelar" } diff --git a/js/locale/et.json b/js/locale/et.json index 20312086..9b9c836b 100644 --- a/js/locale/et.json +++ b/js/locale/et.json @@ -10,5 +10,9 @@ "notifications": "Teavitused", "replies": "Vastuseid", "unread_with_count": "lugemata (%{count})", - "settings": "Seaded" + "settings": "Seaded", + "discover_reset": "Näita kõiki", + "discover_all": "kõik", + "discover_recent": "viimased", + "cancel": "Tühista" } diff --git a/js/locale/fa_IR.json b/js/locale/fa_IR.json index 04199826..d3b0d5ba 100644 --- a/js/locale/fa_IR.json +++ b/js/locale/fa_IR.json @@ -24,10 +24,12 @@ "new_with_count": "(%{count}) جدید", "new": "جدید", "no_replies": "بدون پاسخ", - "no_sites_yet": "شما هنوز هیچ سایتی ندارید!", "notifications": "آگاه‌سازی‌ها", "replies": "پاسخ‌ها", "unread_with_count": " (%{count}) خوانده‌ نشده‌", "please_wait": "لطفا صبر کنید...", - "settings": "تنظیمات" + "settings": "تنظیمات", + "discover_all": "همه", + "discover_recent": "اخیر", + "cancel": "انصراف" } diff --git a/js/locale/fi.json b/js/locale/fi.json index 052e18db..e3c2faed 100644 --- a/js/locale/fi.json +++ b/js/locale/fi.json @@ -1,7 +1,6 @@ { "add_first_site": "+ Lisää ensimmäinen sivustosi", "add_site": "Lisää sivusto", - "add_sites": "Lisää Discourse-sivustoja seurattavaksi", "add": "+ Lisää", "all": "Kaikki", "approved_commits": { @@ -40,7 +39,6 @@ "new": "Uudet", "no_notifications": "Ei ilmoituksia", "no_replies": "Ei vastauksia", - "no_sites_yet": "Sinulla ei ole vielä sivustoja!", "no_new_notifications": "Ei uusia ilmoituksia", "not_found": "Kohdetta %{term} ei löytynyt!", "notifications": "Ilmoitukset", @@ -48,11 +46,14 @@ "switch_dark": "Käytä tummaa teemaa", "term_exists": "%{term} on jo olemassa", "unread_with_count": "lukematta (%{count})", - "term_placeholder": "Anna sivustosi osoite", "please_wait": "Odota...", "settings": "Asetukset", "site_added": "🎉 Sivusto lisätty!", "enable_notifications": "Ota ilmoitukset käyttöön napauttamalla tätä", "browser_toggle_label": "Avaa sivustot sovelluksen sisäisellä selaimella", - "browser_toggle_description": "Kun tämä asetus on poistettu käytöstä, sivustot käynnistetään valitsemasi selaimen kautta, mukaan lukien PWA:t" + "browser_toggle_description": "Kun tämä asetus on poistettu käytöstä, sivustot käynnistetään valitsemasi selaimen kautta, mukaan lukien PWA:t", + "discover_reset": "Näytä kaikki", + "discover_all": "kaikki", + "discover_recent": "tuoreimpia", + "cancel": "Peruuta" } diff --git a/js/locale/fr.json b/js/locale/fr.json index 3d953f1c..610cf47f 100644 --- a/js/locale/fr.json +++ b/js/locale/fr.json @@ -1,7 +1,6 @@ { "add_first_site": "+ Ajoutez votre premier site", "add_site": "Ajouter un site", - "add_sites": "Ajouter des sites Discourse à suivre", "add": "+ Ajouter", "all": "Tout", "approved_commits": { @@ -40,7 +39,6 @@ "new": "Nouveaux", "no_notifications": "Pas de notifications", "no_replies": "Pas de réponses", - "no_sites_yet": "Vous n'avez pas encore de sites !", "no_new_notifications": "Pas de nouvelles notifications", "not_found": "%{term} n'a pas été trouvé !", "notifications": "Notifications", @@ -48,11 +46,14 @@ "switch_dark": "Utiliser le thème sombre", "term_exists": "%{term} existe déjà", "unread_with_count": "non lus (%{count})", - "term_placeholder": "Saisissez l'adresse de votre site", "please_wait": "Veuillez patienter…", "settings": "Paramètres", "site_added": "🎉 Site ajouté !", "enable_notifications": "Appuyez ici pour activer les notifications", "browser_toggle_label": "Ouvrir les sites avec un navigateur intégré à l'application", - "browser_toggle_description": "Lorsque ce paramètre est désactivé, les sites seront lancés via le navigateur de votre choix, y compris les PWA" + "browser_toggle_description": "Lorsque ce paramètre est désactivé, les sites seront lancés via le navigateur de votre choix, y compris les PWA", + "discover_reset": "Tout afficher", + "discover_all": "tout", + "discover_recent": "récents", + "cancel": "Annuler" } diff --git a/js/locale/gl.json b/js/locale/gl.json index 562c8c0e..002510f2 100644 --- a/js/locale/gl.json +++ b/js/locale/gl.json @@ -20,5 +20,9 @@ "notifications": "Notificacións", "replies": "Respostas", "unread_with_count": "(%{count}) pendente de ler", - "settings": "Configuración" + "settings": "Configuración", + "discover_reset": "Amosar todas", + "discover_all": "todo", + "discover_recent": "recentes", + "cancel": "Cancelar" } diff --git a/js/locale/he.json b/js/locale/he.json index 127cdcaf..16aff6f0 100644 --- a/js/locale/he.json +++ b/js/locale/he.json @@ -1,7 +1,8 @@ { "add_first_site": "+ להוספת האתר הראשון שלך", "add_site": "הוספת אתר", - "add_sites": "הוספת אתרי Discourse למעקב", + "add_sites": "התחלה ומעקב אחר קהילות ה־Discourse האהובות עליך!", + "no_sites_yet": "ברוך בואך ל־Discourse Hub!", "add": "+ הוספה", "all": "הכול", "approved_commits": { @@ -53,7 +54,6 @@ "new": "חדש", "no_notifications": "אין התראות", "no_replies": "אין תגובות", - "no_sites_yet": "עדיין אין לך אתרים!", "no_new_notifications": "אין התראות חדשות", "not_found": "%{term} לא נמצא!", "notifications": "התראות", @@ -61,11 +61,26 @@ "switch_dark": "להשתמש בעיצוב כהה", "term_exists": "%{term} כבר קיים", "unread_with_count": "לא נקראו (%{count})", - "term_placeholder": "נא למלא את כתובת האתר שלך", + "term_placeholder": "חיפוש או מילוי כתובת קהילה", "please_wait": "נא להמתין…", "settings": "הגדרות", + "discover": "חשיפה", "site_added": "🎉 נוסף אתר!", "enable_notifications": "נגיעה כאן תפעיל התראות", "browser_toggle_label": "לפתוח אתרים בדפדפן המובנה", - "browser_toggle_description": "כשהגדרה זאת מושבתת, אתרים יופעלו בדפדפן לבחירתך, לרבות יישומוני דפדפן מתקדמים" + "browser_toggle_description": "כשהגדרה זאת מושבתת, אתרים יופעלו בדפדפן לבחירתך, לרבות יישומוני דפדפן מתקדמים", + "discover_no_results": "לא נמצאו אתרים. אפשר למלא את שם התחום המלא של קהילת ה־Discourse ולהוסיף אותה!", + "discover_reset": "להציג הכול", + "discover_all": "הכול", + "discover_tech": "טכנולוגיה", + "discover_interests": "תחומי עניין", + "discover_support": "תמיכה", + "discover_media": "מולטימדיה", + "discover_gaming": "משחקים", + "discover_open_source": "קוד פתוח", + "discover_international": "בינלאומי", + "discover_recent": "לאחרונה", + "active_counts": "%{active_users} משתמשים פעילים", + "cancel": "ביטול", + "no_connected_sites": "אין אתרים מחוברים באתר הבית שלך. לאחר התחברות לאתר אחד או יותר, ההתראות שלהם יופיעו כאן." } diff --git a/js/locale/hr.json b/js/locale/hr.json index a806989c..846e21ab 100644 --- a/js/locale/hr.json +++ b/js/locale/hr.json @@ -24,5 +24,8 @@ "replies": "Odgovori", "unread_with_count": "nepročitanih (%{count})", "please_wait": "Molimo pričekajte...", - "settings": "Postavke" + "settings": "Postavke", + "discover_reset": "Prikaži sve", + "discover_all": "sve", + "cancel": "Odustani" } diff --git a/js/locale/hu.json b/js/locale/hu.json index d515b4d1..dc063172 100644 --- a/js/locale/hu.json +++ b/js/locale/hu.json @@ -1,7 +1,6 @@ { "add_first_site": "+ Első webhely hozzáadása", "add_site": "Webhely hozzáadása", - "add_sites": "Adja hozzá a nyomon követendő Discourse-oldalakat", "add": "+ Hozzáadás", "all": "Mind", "approved_commits": { @@ -39,7 +38,6 @@ "new": "Új", "no_notifications": "Nincsenek értesítések", "no_replies": "Nincsenek válaszok", - "no_sites_yet": "Még nincs egyetlen webhelye sem.", "no_new_notifications": "Nincsenek új értesítések", "not_found": "A(z) %{term} nem található.", "notifications": "Értesítések", @@ -47,9 +45,12 @@ "switch_dark": "Sötét téma használata", "term_exists": "A(z) %{term} már létezik", "unread_with_count": "olvasatlan (%{count})", - "term_placeholder": "Adja meg a webhely címét", "please_wait": "Kis türelmet…", "settings": "Beállítások", "browser_toggle_label": "Webhelyek megnyitása az alkalmazáson belüli böngészőben", - "browser_toggle_description": "Ha ez a beállítás ki van kapcsolva, a webhelyek a választott böngészőn keresztül indulnak el, beleértve a PWA-kat is" + "browser_toggle_description": "Ha ez a beállítás ki van kapcsolva, a webhelyek a választott böngészőn keresztül indulnak el, beleértve a PWA-kat is", + "discover_reset": "Mutasd mindet", + "discover_all": "Összes", + "discover_recent": "friss", + "cancel": "Mégse" } diff --git a/js/locale/hy.json b/js/locale/hy.json index 752d98ef..21ce1729 100644 --- a/js/locale/hy.json +++ b/js/locale/hy.json @@ -18,5 +18,8 @@ "notifications": "Ծանուցումներ", "replies": "Պատասխան", "unread_with_count": "չկարդացած (%{count})", - "settings": "Կարգավորումներ" + "settings": "Կարգավորումներ", + "discover_all": "բոլորը", + "discover_recent": "վերջին", + "cancel": "Չեղարկել" } diff --git a/js/locale/id.json b/js/locale/id.json index 0cdacbcc..9d25443b 100644 --- a/js/locale/id.json +++ b/js/locale/id.json @@ -19,12 +19,13 @@ "new": "Baru", "no_notifications": "Tak ada notifikasi", "no_replies": "Tak ada balasan", - "no_sites_yet": "Kamu belum memiliki satupun situs", "no_new_notifications": "Tak ada notifikasi baru", "not_found": "%{term} tidak ditemukan!", "notifications": "Notifikasi", "replies": "Balasan", "term_exists": "%{term} sudah ada", "unread_with_count": "belum dibaca (%{count})", - "settings": "Pengaturan" + "settings": "Pengaturan", + "discover_all": "Semua", + "cancel": "Batal" } diff --git a/js/locale/it.json b/js/locale/it.json index 93e8eac7..d904d4f0 100644 --- a/js/locale/it.json +++ b/js/locale/it.json @@ -1,7 +1,6 @@ { "add_first_site": "+ Aggiungi il tuo primo sito", "add_site": "Aggiungi sito", - "add_sites": "Aggiungi siti Discourse da seguire", "add": "+ Aggiungi", "all": "Tutti", "approved_commits": { @@ -40,7 +39,6 @@ "new": "Nuovi", "no_notifications": "Non hai ancora notifiche", "no_replies": "Ancora nessuna risposta", - "no_sites_yet": "Non hai ancora nessun sito!", "no_new_notifications": "Non hai nuove notifiche", "not_found": "%{term} non è stato trovato!", "notifications": "Notifiche", @@ -48,11 +46,14 @@ "switch_dark": "Usa il tema scuro", "term_exists": "%{term} esiste già", "unread_with_count": "non letti (%{count})", - "term_placeholder": "Inserisci l'indirizzo del tuo sito", "please_wait": "Attendere...", "settings": "Impostazioni", "site_added": "🎉 Sito aggiunto!", "enable_notifications": "Tocca qui per abilitare le notifiche", "browser_toggle_label": "Apri siti con browser in-app", - "browser_toggle_description": "Quando questa impostazione è disabilitata, i siti verranno avviati tramite il browser preferito, incluse le PWA" + "browser_toggle_description": "Quando questa impostazione è disabilitata, i siti verranno avviati tramite il browser preferito, incluse le PWA", + "discover_reset": "Mostra tutto", + "discover_all": "tutte", + "discover_recent": "recenti", + "cancel": "Annulla" } diff --git a/js/locale/ja.json b/js/locale/ja.json index 6b954d25..b51c21b8 100644 --- a/js/locale/ja.json +++ b/js/locale/ja.json @@ -1,7 +1,6 @@ { "add_first_site": "+ 最初のサイトを追加", "add_site": "サイトを追加", - "add_sites": "追跡する Discourse サイトを追加する", "add": "+ 追加", "all": "すべて", "approved_commits": { @@ -37,7 +36,6 @@ "new": "新着", "no_notifications": "通知はありません", "no_replies": "返信はありません", - "no_sites_yet": "サイトがまだありません!", "no_new_notifications": "新しい通知はありません", "not_found": "%{term} は見つかりませんでした!", "notifications": "通知", @@ -45,11 +43,14 @@ "switch_dark": "ダークテーマを使用する", "term_exists": "%{term} はすでに存在します", "unread_with_count": "未読 (%{count})", - "term_placeholder": "サイドのアドレスを入力してください", "please_wait": "お待ちください...", "settings": "設定", "site_added": "🎉 サイトが追加されました!", "enable_notifications": "通知を有効にするにはここをタップ", "browser_toggle_label": "アプリ内ブラウザでサイトを開く", - "browser_toggle_description": "この設定を無効にすると、サイトは PWA を含む任意のブラウザで起動します。" + "browser_toggle_description": "この設定を無効にすると、サイトは PWA を含む任意のブラウザで起動します。", + "discover_reset": "すべて表示", + "discover_all": "すべて", + "discover_recent": "最近", + "cancel": "キャンセル" } diff --git a/js/locale/ko.json b/js/locale/ko.json index a16e6efe..d14af204 100644 --- a/js/locale/ko.json +++ b/js/locale/ko.json @@ -1,7 +1,6 @@ { "add_first_site": "+ 첫 사이트 추가", "add_site": "사이트 추가", - "add_sites": "추적할 Discourse 사이트 추가", "add": "+ 추가", "all": "모두", "approved_commits": { @@ -37,7 +36,6 @@ "new": "새글", "no_notifications": "알림 없음", "no_replies": "답글이 없습니다", - "no_sites_yet": "아직 사이트가 없습니다!", "no_new_notifications": "새로운 알림 없음", "not_found": "%{term}(을)를 찾을 수 없습니다!", "notifications": "알림", @@ -45,11 +43,14 @@ "switch_dark": "어두운 테마 사용", "term_exists": "%{term} 이미 존재함", "unread_with_count": "읽지 않음 (%{count})", - "term_placeholder": "사이트 주소 입력", "please_wait": "잠시만 기다려주세요...", "settings": "설정", "site_added": "🎉 사이트가 추가되었습니다!", "enable_notifications": "알림을 활성화하려면 여기를 탭하세요", "browser_toggle_label": "인앱 브라우저로 사이트 열기", - "browser_toggle_description": "이 설정을 비활성화하면 PWA를 포함하여 선택한 브라우저를 통해 사이트가 실행됩니다." + "browser_toggle_description": "이 설정을 비활성화하면 PWA를 포함하여 선택한 브라우저를 통해 사이트가 실행됩니다.", + "discover_reset": "모두 보기", + "discover_all": "모두", + "discover_recent": "최근", + "cancel": "취소" } diff --git a/js/locale/lt.json b/js/locale/lt.json index 9ac5d882..2caab5e4 100644 --- a/js/locale/lt.json +++ b/js/locale/lt.json @@ -24,5 +24,9 @@ "notifications": "Perspėjimai", "replies": "Atsakymai", "unread_with_count": "neperskaitytas (%{count})", - "settings": "Nustatymai" + "settings": "Nustatymai", + "discover_reset": "Rodyti viską", + "discover_all": "visi", + "discover_recent": "naujausios", + "cancel": "Atšaukti" } diff --git a/js/locale/lv.json b/js/locale/lv.json index ec06d0f6..7e757481 100644 --- a/js/locale/lv.json +++ b/js/locale/lv.json @@ -8,5 +8,8 @@ "notifications": "Paziņojumi", "replies": "Atbildes", "unread_with_count": "nelasīts (%{count})", - "settings": "Iestatījumi" + "settings": "Iestatījumi", + "discover_all": "Viss", + "discover_recent": "neseni", + "cancel": "Atcelt" } diff --git a/js/locale/nb_NO.json b/js/locale/nb_NO.json index 602ba861..de553018 100644 --- a/js/locale/nb_NO.json +++ b/js/locale/nb_NO.json @@ -15,5 +15,9 @@ "notifications": "Varsler", "replies": "Svar", "unread_with_count": "ulest (%{count})", - "settings": "Innstillinger" + "settings": "Innstillinger", + "discover_reset": "Vis alle", + "discover_all": "alle", + "discover_recent": "nylig", + "cancel": "Avbryt" } diff --git a/js/locale/nl.json b/js/locale/nl.json index ac25d3ff..f523bba5 100644 --- a/js/locale/nl.json +++ b/js/locale/nl.json @@ -1,7 +1,6 @@ { "add_first_site": "+ Voeg je eerste site toe", "add_site": "Site toevoegen", - "add_sites": "Voeg Discourse-sites toe voor het bijhouden van", "add": "+ Toevoegen", "all": "Alle", "approved_commits": { @@ -40,7 +39,6 @@ "new": "Nieuw", "no_notifications": "Geen meldingen", "no_replies": "Geen antwoorden", - "no_sites_yet": "Je hebt nog geen sites!", "no_new_notifications": "Geen nieuwe meldingen", "not_found": "%{term} is niet gevonden!", "notifications": "Meldingen", @@ -48,11 +46,14 @@ "switch_dark": "Donker thema gebruiken", "term_exists": "%{term} bestaat al", "unread_with_count": "ongelezen (%{count})", - "term_placeholder": "Voer het adres van je site in", "please_wait": "Even geduld...", "settings": "Instellingen", "site_added": "🎉 Site toegevoegd!", "enable_notifications": "Tik hier om meldingen in te schakelen", "browser_toggle_label": "Sites openen met in-app browser", - "browser_toggle_description": "Als deze instelling is uitgeschakeld, worden sites geopend in de browser van je keuze, inclusief PWA's" + "browser_toggle_description": "Als deze instelling is uitgeschakeld, worden sites geopend in de browser van je keuze, inclusief PWA's", + "discover_reset": "Alles weergeven", + "discover_all": "alle", + "discover_recent": "recent", + "cancel": "Annuleren" } diff --git a/js/locale/pl_PL.json b/js/locale/pl_PL.json index 735408a8..0adb4f92 100644 --- a/js/locale/pl_PL.json +++ b/js/locale/pl_PL.json @@ -1,7 +1,6 @@ { "add_first_site": "+ Dodaj swoją pierwszą witrynę", "add_site": "Dodaj witrynę", - "add_sites": "Dodaj strony Discourse, które chcesz śledzić", "add": "+ Dodaj", "all": "Wszystkie", "approved_commits": { @@ -45,7 +44,6 @@ "new": "Nowe", "no_notifications": "Brak powiadomień", "no_replies": "Brak odpowiedzi", - "no_sites_yet": "Nie masz jeszcze żadnych witryn!", "no_new_notifications": "Brak nowych powiadomień", "not_found": "%{term} nie został znaleziony!", "notifications": "Powiadomienia", @@ -53,9 +51,12 @@ "switch_dark": "Użyj ciemnego motywu", "term_exists": "%{term} już istnieje", "unread_with_count": "nieprzeczytane (%{count})", - "term_placeholder": "Wpisz adres swojej witryny", "please_wait": "Proszę czekać...", "settings": "Ustawienia", "browser_toggle_label": "Otwórz strony w przeglądarce aplikacji", - "browser_toggle_description": "Gdy to ustawienie jest wyłączone, witryny będą uruchamiane za pośrednictwem wybranej przeglądarki, w tym PWA" + "browser_toggle_description": "Gdy to ustawienie jest wyłączone, witryny będą uruchamiane za pośrednictwem wybranej przeglądarki, w tym PWA", + "discover_reset": "Pokaż wszystkie", + "discover_all": "wszystkie", + "discover_recent": "ostatnie", + "cancel": "Anuluj" } diff --git a/js/locale/pt.json b/js/locale/pt.json index e0661eda..8f2e558d 100644 --- a/js/locale/pt.json +++ b/js/locale/pt.json @@ -19,5 +19,9 @@ "notifications": "Notificações", "replies": "Respostas", "unread_with_count": "não Lido (%{count})", - "settings": "Configurações" + "settings": "Configurações", + "discover_reset": "Mostrar tudo", + "discover_all": "todos", + "discover_recent": "recente", + "cancel": "Cancelar" } diff --git a/js/locale/pt_BR.json b/js/locale/pt_BR.json index 02c570f2..e38d3100 100644 --- a/js/locale/pt_BR.json +++ b/js/locale/pt_BR.json @@ -1,7 +1,6 @@ { "add_first_site": "+ Adicione seu primeiro site", "add_site": "Adicionar site", - "add_sites": "Adicione sites do Discourse para acompanhar", "add": "+ Add", "all": "Tudo", "approved_commits": { @@ -40,7 +39,6 @@ "new": "Novo", "no_notifications": "Novas notificações", "no_replies": "Sem respostas", - "no_sites_yet": "Você ainda não tem sites!", "no_new_notifications": "Não há novas notificações", "not_found": "%{term} não foi encontrado!", "notifications": "Notificações", @@ -48,11 +46,14 @@ "switch_dark": "Usar tema escuro", "term_exists": "%{term} já existe", "unread_with_count": "não lido(s) (%{count})", - "term_placeholder": "Digite o endereço do seu site", "please_wait": "Aguarde...", "settings": "Configurações", "site_added": "Site 🎉 adicionado!", "enable_notifications": "Toque aqui para ativar notificações", "browser_toggle_label": "Abrir sites com navegador no aplicativo", - "browser_toggle_description": "Quando essa configuração estiver desativada, os sites serão lançados por meio do navegador de sua escolha, incluindo PWAs" + "browser_toggle_description": "Quando essa configuração estiver desativada, os sites serão lançados por meio do navegador de sua escolha, incluindo PWAs", + "discover_reset": "Exibir tudo", + "discover_all": "tudo", + "discover_recent": "recente", + "cancel": "Cancelar" } diff --git a/js/locale/ro.json b/js/locale/ro.json index 0c0df8a9..d27930b4 100644 --- a/js/locale/ro.json +++ b/js/locale/ro.json @@ -9,5 +9,8 @@ "notifications": "Notificări", "replies": "Răspunsuri", "unread_with_count": "necitit (%{count})", - "settings": "Setări" + "settings": "Setări", + "discover_all": "toate", + "discover_recent": "recente", + "cancel": "Anulare" } diff --git a/js/locale/ru.json b/js/locale/ru.json index 124132a3..05a8b220 100644 --- a/js/locale/ru.json +++ b/js/locale/ru.json @@ -1,7 +1,6 @@ { "add_first_site": "+ Добавьте свой первый сайт", "add_site": "Добавить сайт", - "add_sites": "Добавьте сайты Discourse для отслеживания", "add": "+ Добавить", "all": "Все", "approved_commits": { @@ -46,7 +45,6 @@ "new": "Новый", "no_notifications": "Уведомлений нет", "no_replies": "Ответов нет", - "no_sites_yet": "У вас пока что нет сайтов!", "no_new_notifications": "Новых уведомлений нет", "not_found": "По запросу «%{term}» ничего не найдено!", "notifications": "Уведомления", @@ -54,11 +52,14 @@ "switch_dark": "Использовать тёмную тему", "term_exists": "%{term} уже существует", "unread_with_count": "непрочитанные (%{count})", - "term_placeholder": "Введите адрес вашего сайта", "please_wait": "Пожалуйста, подождите...", "settings": "Настройки", "site_added": "🎉 Сайт добавлен!", "enable_notifications": "Нажмите здесь, чтобы включить уведомления", "browser_toggle_label": "Открывать сайты в браузере приложения", - "browser_toggle_description": "Если эта настройка отключена, сайты будут запущены через выбранный вами браузер, включая современные веб-приложения" + "browser_toggle_description": "Если эта настройка отключена, сайты будут запущены через выбранный вами браузер, включая современные веб-приложения", + "discover_reset": "Показать все", + "discover_all": "показать всё", + "discover_recent": "недавние", + "cancel": "Отменить" } diff --git a/js/locale/sk.json b/js/locale/sk.json index fc79fcf0..51a781ba 100644 --- a/js/locale/sk.json +++ b/js/locale/sk.json @@ -18,5 +18,9 @@ "notifications": "Upozornenia", "replies": "Odpovede", "unread_with_count": "neprečítaná (%{count})", - "settings": "Nastavenia" + "settings": "Nastavenia", + "discover_reset": "Zobraziť všetko", + "discover_all": "všetko", + "discover_recent": "nedávne", + "cancel": "Zrušiť" } diff --git a/js/locale/sl.json b/js/locale/sl.json index 7ae6e22b..1916dd92 100644 --- a/js/locale/sl.json +++ b/js/locale/sl.json @@ -22,5 +22,9 @@ "notifications": "Obvestila", "replies": "Odgovorov", "unread_with_count": "neprebrana (%{count})", - "settings": "Nastavitve" + "settings": "Nastavitve", + "discover_reset": "Pokaži vse", + "discover_all": "vse", + "discover_recent": "nedavno", + "cancel": "Prekliči" } diff --git a/js/locale/sq.json b/js/locale/sq.json index b2c91117..68b77525 100644 --- a/js/locale/sq.json +++ b/js/locale/sq.json @@ -6,5 +6,8 @@ "notifications": "Njoftimet", "replies": "Përgjigje", "unread_with_count": "të palexuara (%{count})", - "settings": "Rregullimet" + "settings": "Rregullimet", + "discover_all": "të gjitha", + "discover_recent": "më të fundit", + "cancel": "Anulo" } diff --git a/js/locale/sr.json b/js/locale/sr.json index 8fd9922d..9f757073 100644 --- a/js/locale/sr.json +++ b/js/locale/sr.json @@ -6,5 +6,7 @@ "notifications": "Obaveštenja", "replies": "Odgovori", "unread_with_count": "nepročitane (%{count})", - "settings": "Podešavanje" + "settings": "Podešavanje", + "discover_all": "sve", + "cancel": "Odustani" } diff --git a/js/locale/sv.json b/js/locale/sv.json index de519713..14caaa97 100644 --- a/js/locale/sv.json +++ b/js/locale/sv.json @@ -1,7 +1,6 @@ { "add_first_site": "+ Lägg till din första webbplats", "add_site": "Lägg till webbplats", - "add_sites": "Lägg till Discourse-webbplatser att hålla reda på", "add": "+ Lägg till", "all": "Alla", "approved_commits": { @@ -32,7 +31,6 @@ "new": "Ny", "no_notifications": "Inga aviseringar", "no_replies": "Inga svar", - "no_sites_yet": "Du har inga webbplatser än", "no_new_notifications": "Inga nya aviseringar", "not_found": "%{term} hittades inte!", "notifications": "Aviseringar", @@ -40,9 +38,12 @@ "switch_dark": "Använd mörkt tema", "term_exists": "%{term} finns redan", "unread_with_count": "olästa (%{count})", - "term_placeholder": "Ange webbplatsens adress", "please_wait": "Vänligen vänta...", "settings": "Inställningar", "browser_toggle_label": "Öppna webbplatser med webbläsaren i appen", - "browser_toggle_description": "När denna inställning är inaktiverad kommer webbplatser att öppnas via valfri webbläsare, även PWA" + "browser_toggle_description": "När denna inställning är inaktiverad kommer webbplatser att öppnas via valfri webbläsare, även PWA", + "discover_reset": "Visa alla", + "discover_all": "alla", + "discover_recent": "senaste", + "cancel": "Avbryt" } diff --git a/js/locale/sw.json b/js/locale/sw.json index e430dd53..37a7735d 100644 --- a/js/locale/sw.json +++ b/js/locale/sw.json @@ -11,5 +11,8 @@ "notifications": "Taarifa", "replies": "Majibu", "unread_with_count": "haijasomwa (%{count})", - "settings": "Mpangilio" + "settings": "Mpangilio", + "discover_all": "yote", + "discover_recent": "hivi Karibuni", + "cancel": "Ghairi" } diff --git a/js/locale/te.json b/js/locale/te.json index 59e5320c..52a81ad1 100644 --- a/js/locale/te.json +++ b/js/locale/te.json @@ -15,5 +15,9 @@ "notifications": "ప్రకటనలు", "replies": "జవాబులు", "unread_with_count": "చదవనివి (%{count})", - "settings": "అమరికలు" + "settings": "అమరికలు", + "discover_reset": "అన్నీ చూపండి", + "discover_all": "అన్నీ", + "discover_recent": "తాజా", + "cancel": "రద్దుచేయండి" } diff --git a/js/locale/th.json b/js/locale/th.json index 09c31017..f77c9804 100644 --- a/js/locale/th.json +++ b/js/locale/th.json @@ -13,5 +13,7 @@ "notifications": "การแจ้งเตือน", "replies": "ตอบ", "unread_with_count": "ยังไม่อ่าน (%{count})", - "settings": "การตั้งค่า" + "settings": "การตั้งค่า", + "discover_all": "ทั้งหมด", + "cancel": "ยกเลิก" } diff --git a/js/locale/tr_TR.json b/js/locale/tr_TR.json index 120a16d3..246e8cb5 100644 --- a/js/locale/tr_TR.json +++ b/js/locale/tr_TR.json @@ -1,7 +1,6 @@ { "add_first_site": "+ İlk sitenizi ekleyin", "add_site": "Site ekle", - "add_sites": "Takip edilecek Discourse siteleri ekleyin", "add": "+ Ekle", "all": "Tümü", "approved_commits": { @@ -40,7 +39,6 @@ "new": "Yeni", "no_notifications": "Bildirim yok", "no_replies": "Yanıt yok", - "no_sites_yet": "Henüz siteniz yok!", "no_new_notifications": "Yeni bildirim yok", "not_found": "%{term} bulunamadı!", "notifications": "Bildirimler", @@ -48,11 +46,14 @@ "switch_dark": "Koyu temayı kullan", "term_exists": "%{term} zaten mevcut", "unread_with_count": "okunmamış (%{count})", - "term_placeholder": "Sitenizin adresini girin", "please_wait": "Lütfen bekleyin...", "settings": "Ayarlar", "site_added": "🎉 Site eklendi!", "enable_notifications": "Bildirimleri etkinleştirmek için buraya dokunun", "browser_toggle_label": "Siteleri uygulama içi tarayıcıyla açın", - "browser_toggle_description": "Bu ayar devre dışı bırakıldığında, siteler PWA'lar da dâhil olmak üzere tercih ettiğiniz tarayıcı üzerinden başlatılır" + "browser_toggle_description": "Bu ayar devre dışı bırakıldığında, siteler PWA'lar da dâhil olmak üzere tercih ettiğiniz tarayıcı üzerinden başlatılır", + "discover_reset": "Tümünü göster", + "discover_all": "tümü", + "discover_recent": "yakın zaman", + "cancel": "İptal et" } diff --git a/js/locale/ug.json b/js/locale/ug.json index 0336541a..d3841c12 100644 --- a/js/locale/ug.json +++ b/js/locale/ug.json @@ -15,5 +15,9 @@ "notifications": "ئۇقتۇرۇش", "replies": "جاۋاب", "unread_with_count": "ئوقۇلمىغان (%{count})", - "settings": "تەڭشەكلەر" + "settings": "تەڭشەكلەر", + "discover_reset": "ھەممىنى كۆرسەت", + "discover_all": "ھەممىسى", + "discover_recent": "يېقىنقى", + "cancel": "ۋاز كەچ" } diff --git a/js/locale/uk.json b/js/locale/uk.json index 4e96f391..81c2192f 100644 --- a/js/locale/uk.json +++ b/js/locale/uk.json @@ -25,5 +25,9 @@ "notifications": "Сповіщення", "replies": "Відповідей", "unread_with_count": "непрочитані (%{count})", - "settings": "Налаштування" + "settings": "Налаштування", + "discover_reset": "Показати всі", + "discover_all": "усі", + "discover_recent": "останні", + "cancel": "Скасувати" } diff --git a/js/locale/ur.json b/js/locale/ur.json index cf286a4f..10918c2c 100644 --- a/js/locale/ur.json +++ b/js/locale/ur.json @@ -20,5 +20,9 @@ "notifications": "اطلاعات", "replies": "جوابات", "unread_with_count": "بغیر پڑھا (%{count})", - "settings": "سیٹِنگ" + "settings": "سیٹِنگ", + "discover_reset": "تمام دکھائیں", + "discover_all": "تمام", + "discover_recent": "حالیہ", + "cancel": "منسوخ" } diff --git a/js/locale/vi.json b/js/locale/vi.json index 03432a1e..96343c04 100644 --- a/js/locale/vi.json +++ b/js/locale/vi.json @@ -18,5 +18,9 @@ "notifications": "Thông báo", "replies": "Trả lời", "unread_with_count": "chưa đọc (%{count})", - "settings": "Cài đặt" + "settings": "Cài đặt", + "discover_reset": "Hiển thị tất cả", + "discover_all": "Tất cả", + "discover_recent": "gân đây", + "cancel": "Huỷ" } diff --git a/js/locale/zh_CN.json b/js/locale/zh_CN.json index 0a28b75f..cb249015 100644 --- a/js/locale/zh_CN.json +++ b/js/locale/zh_CN.json @@ -1,7 +1,6 @@ { "add_first_site": "+ 添加您的第一个站点", "add_site": "添加站点", - "add_sites": "添加要跟踪的 Discourse 站点", "add": "+ 添加", "all": "所有", "approved_commits": { @@ -37,7 +36,6 @@ "new": "新", "no_notifications": "没有通知", "no_replies": "无回复", - "no_sites_yet": "您还没有任何站点!", "no_new_notifications": "没有新通知", "not_found": "找不到“%{term}”!", "notifications": "通知", @@ -45,11 +43,14 @@ "switch_dark": "使用深色主题", "term_exists": "“%{term}”已存在", "unread_with_count": "未读 (%{count})", - "term_placeholder": "输入您的站点地址", "please_wait": "请稍候…", "settings": "设置", "site_added": "🎉 站点已添加!", "enable_notifications": "点按此处启用通知", "browser_toggle_label": "使用应用内浏览器打开站点", - "browser_toggle_description": "禁用此设置后,站点将通过您选择的浏览器启动,包括 PWA" + "browser_toggle_description": "禁用此设置后,站点将通过您选择的浏览器启动,包括 PWA", + "discover_reset": "全部显示", + "discover_all": "所有", + "discover_recent": "最近", + "cancel": "取消" } diff --git a/js/locale/zh_TW.json b/js/locale/zh_TW.json index 1b2d0e7c..5334a13d 100644 --- a/js/locale/zh_TW.json +++ b/js/locale/zh_TW.json @@ -1,7 +1,6 @@ { "add_first_site": "+ 新增您的第一個網站", "add_site": "新增網站", - "add_sites": "新增要追蹤的Discourse網站", "add": "+ 新增", "all": "全部", "approved_commits": { @@ -34,7 +33,6 @@ "new": "新的", "no_notifications": "沒有通知", "no_replies": "沒有回覆。", - "no_sites_yet": "您還沒有任何網站!", "no_new_notifications": "無新的通知", "not_found": "%{term} 未找到!", "notifications": "通知", @@ -42,9 +40,12 @@ "switch_dark": "使用深色佈景主題", "term_exists": "%{term} 已存在", "unread_with_count": "未讀 (%{count})", - "term_placeholder": "輸入您的網站地址", "please_wait": "請稍候...", "settings": "設定", "browser_toggle_label": "使用app內建瀏覽器開啟網站", - "browser_toggle_description": "禁用此設置後,將通過您選擇的瀏覽器啟動網站,包括 PWA" + "browser_toggle_description": "禁用此設置後,將通過您選擇的瀏覽器啟動網站,包括 PWA", + "discover_reset": "顯示全部", + "discover_all": "所有", + "discover_recent": "最近", + "cancel": "取消" }