Skip to content

Commit fe66b40

Browse files
committed
frontend/i18n: notifications page (mostly)
1 parent e4ad0a4 commit fe66b40

19 files changed

+431
-89
lines changed

src/packages/frontend/i18n/trans/ar_EG.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,23 @@
687687
"new.file-type-selector.whiteboard.title": "السبورة الحسابية",
688688
"new.file-type-selector.whiteboard.tooltip": "إنشاء سبورة حاسوبية تحتوي على صيغ رياضية، قوائم، عناوين، صور وخلايا كود Jupyter.",
689689
"new.file-type-selector.x11.tooltip": "إنشاء سطح مكتب X11 لتشغيل التطبيقات الرسومية. يتيح لك CoCalc تشغيل أي تطبيق لينكس رسومي بشكل تعاوني في متصفحك.",
690+
"news.nav.about.name": "عن",
691+
"news.nav.announcement.name": "إعلان",
692+
"news.nav.event.name": "حدث",
693+
"news.nav.feature.name": "ميزة",
694+
"news.nav.platform.name": "منصة",
695+
"notifications.nav.all": "كل الإشارات",
696+
"notifications.nav.allNews": "كل الأخبار",
697+
"notifications.nav.mentions": "التنويهات",
698+
"notifications.nav.news": "الأخبار",
699+
"notifications.nav.read": "اقرأ",
700+
"notifications.nav.saved": "محفوظ لوقت لاحق",
701+
"notifications.nav.unread": "غير مقروء",
702+
"notifications.no-mentions.all": "لا إشارات",
703+
"notifications.no-mentions.read": "لا يوجد إشعارات قراءة",
704+
"notifications.no-mentions.saved": "لا توجد إشارات محفوظة",
705+
"notifications.no-mentions.unread": "لا توجد إشعارات غير مقروءة",
706+
"notifications.page.intro": "أخبار عالمية أو قام شخص ما باستخدام \"@your_name\" للإشارة إليك كمساهم بشكل صريح. قد يكون هذا قد حدث في <A1>غرفة دردشة</A1>، في سياق <A2>التدريس</A2>، أو <A3>عند تحرير الملفات.</A3> على سبيل المثال، عند تحرير نص في دفتر Jupyter أو السبورة البيضاء، اكتب رمز @، ثم اختر اسم المساهم، وسيتلقى بريدًا إلكترونيًا يخبره بأنك ذكرته. يمكنك أيضًا \"@mention\" نفسك للاختبار أو لتسهيل العثور على شيء لاحقًا.",
690707
"page.flyouts.files.stale-directory.description": "لتحديث، <A>ابدأ هذا المشروع</A>.",
691708
"page.flyouts.files.stale-directory.message": "قائمة الدليل القديم",
692709
"page.flyouts.licenses.upgrades_explanation": "<p>يستخدم هذا المشروع الحصص التالية من الموارد عند التشغيل. يمكنك إضافة المزيد من الموارد عن طريق إضافة تراخيص أو تطبيق ترقيات.</p>",

src/packages/frontend/i18n/trans/de_DE.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,23 @@
687687
"new.file-type-selector.whiteboard.title": "Rechen-Whiteboard",
688688
"new.file-type-selector.whiteboard.tooltip": "Erstellen Sie ein rechnerisches Whiteboard mit mathematischen Formeln, Listen, Überschriften, Bildern und Jupyter-Codezellen.",
689689
"new.file-type-selector.x11.tooltip": "Erstellen Sie einen X11-Desktop zum Ausführen grafischer Anwendungen. CoCalc ermöglicht es Ihnen, jede grafische Linux-Anwendung gemeinsam in Ihrem Browser auszuführen.",
690+
"news.nav.about.name": "Über",
691+
"news.nav.announcement.name": "Ankündigung",
692+
"news.nav.event.name": "Ereignis",
693+
"news.nav.feature.name": "Funktion",
694+
"news.nav.platform.name": "Plattform",
695+
"notifications.nav.all": "Alle Erwähnungen",
696+
"notifications.nav.allNews": "Alle Neuigkeiten",
697+
"notifications.nav.mentions": "Erwähnungen",
698+
"notifications.nav.news": "Nachrichten",
699+
"notifications.nav.read": "Lesen",
700+
"notifications.nav.saved": "Für später gespeichert",
701+
"notifications.nav.unread": "Ungelesen",
702+
"notifications.no-mentions.all": "Keine Erwähnungen",
703+
"notifications.no-mentions.read": "Keine Lesebenachrichtigungen",
704+
"notifications.no-mentions.saved": "Keine gespeicherten Erwähnungen",
705+
"notifications.no-mentions.unread": "Keine ungelesenen Erwähnungen",
706+
"notifications.page.intro": "Globale Nachrichten oder jemand hat \"@your_name\" verwendet, um Sie explizit als Mitarbeiter zu erwähnen. Dies könnte in einem <A1>Chatroom</A1>, im Kontext von <A2>Lehren</A2> oder <A3>beim Bearbeiten von Dateien</A3> passiert sein. Zum Beispiel, wenn Sie Text in einem Jupyter-Notebook oder Whiteboard bearbeiten, geben Sie ein @-Symbol ein, wählen dann den Namen eines Mitarbeiters aus, und dieser erhält eine E-Mail, die ihm mitteilt, dass Sie ihn erwähnt haben. Sie können sich auch selbst \"@erwähnen\" zum Testen oder um später etwas leicht zu finden.",
690707
"page.flyouts.files.stale-directory.description": "Zum Aktualisieren <A>starten Sie dieses Projekt</A>.",
691708
"page.flyouts.files.stale-directory.message": "veraltete Verzeichnisauflistung",
692709
"page.flyouts.licenses.upgrades_explanation": "<p>Dieses Projekt verwendet bei der Ausführung die folgenden Ressourcenkontingente. Sie können weitere Ressourcen hinzufügen, indem Sie Lizenzen hinzufügen oder Upgrades anwenden.</p>",

src/packages/frontend/i18n/trans/es_ES.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,23 @@
687687
"new.file-type-selector.whiteboard.title": "Pizarra Computacional",
688688
"new.file-type-selector.whiteboard.tooltip": "Cree una pizarra computacional con fórmulas matemáticas, listas, encabezados, imágenes y celdas de código Jupyter",
689689
"new.file-type-selector.x11.tooltip": "Crear un escritorio X11 para ejecutar aplicaciones gráficas. CoCalc te permite ejecutar colaborativamente cualquier aplicación gráfica de Linux en tu navegador.",
690+
"news.nav.about.name": "Acerca de",
691+
"news.nav.announcement.name": "Anuncio",
692+
"news.nav.event.name": "Evento",
693+
"news.nav.feature.name": "Característica",
694+
"news.nav.platform.name": "Plataforma",
695+
"notifications.nav.all": "Todas las menciones",
696+
"notifications.nav.allNews": "Todas las noticias",
697+
"notifications.nav.mentions": "Menciones",
698+
"notifications.nav.news": "Noticias",
699+
"notifications.nav.read": "Leer",
700+
"notifications.nav.saved": "Guardado para después",
701+
"notifications.nav.unread": "No leído",
702+
"notifications.no-mentions.all": "Sin menciones",
703+
"notifications.no-mentions.read": "Sin menciones leídas",
704+
"notifications.no-mentions.saved": "No hay menciones guardadas",
705+
"notifications.no-mentions.unread": "No hay menciones no leídas",
706+
"notifications.page.intro": "Noticias globales o alguien usó \"@your_name\" para mencionarte explícitamente como colaborador. Esto podría haber sucedido en una <A1>Sala de chat</A1>, en el contexto de <A2>enseñanza</A2>, o <A3>al editar archivos.</A3> Por ejemplo, al editar texto en un cuaderno de Jupyter o en una pizarra, escribe un símbolo @, luego selecciona el nombre de un colaborador, y ellos recibirán un correo electrónico informándoles que los mencionaste. También puedes \"@mencionarte\" a ti mismo para probar o para facilitar encontrar algo más tarde.",
690707
"page.flyouts.files.stale-directory.description": "Para actualizar, <A>inicia este proyecto</A>.",
691708
"page.flyouts.files.stale-directory.message": "listado de directorio obsoleto",
692709
"page.flyouts.licenses.upgrades_explanation": "<p>Este proyecto está utilizando las siguientes cuotas de recursos al ejecutarse. Puedes añadir más recursos agregando licencias o aplicando actualizaciones.</p>",

src/packages/frontend/i18n/trans/fr_FR.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,23 @@
687687
"new.file-type-selector.whiteboard.title": "Tableau Blanc Computationnel",
688688
"new.file-type-selector.whiteboard.tooltip": "Créer un tableau blanc computationnel avec des formules mathématiques, des listes, des titres, des images et des cellules de code Jupyter.",
689689
"new.file-type-selector.x11.tooltip": "Créer un bureau X11 pour exécuter des applications graphiques. CoCalc vous permet de collaborer pour exécuter n'importe quelle application Linux graphique dans votre navigateur.",
690+
"news.nav.about.name": "À propos",
691+
"news.nav.announcement.name": "Annonce",
692+
"news.nav.event.name": "Événement",
693+
"news.nav.feature.name": "Fonctionnalité",
694+
"news.nav.platform.name": "Plateforme",
695+
"notifications.nav.all": "Toutes les mentions",
696+
"notifications.nav.allNews": "Toutes les actualités",
697+
"notifications.nav.mentions": "Mentions",
698+
"notifications.nav.news": "Actualités",
699+
"notifications.nav.read": "Lire",
700+
"notifications.nav.saved": "Enregistré pour plus tard",
701+
"notifications.nav.unread": "Non lu",
702+
"notifications.no-mentions.all": "Aucune mention",
703+
"notifications.no-mentions.read": "Aucune mention de lecture",
704+
"notifications.no-mentions.saved": "Aucune mention enregistrée",
705+
"notifications.no-mentions.unread": "Aucune mention non lue",
706+
"notifications.page.intro": "Des nouvelles globales ou quelqu'un a utilisé \"@your_name\" pour vous mentionner explicitement en tant que collaborateur. Cela a pu se produire dans une <A1>Salle de Chat</A1>, dans le cadre de <A2>l'enseignement</A2>, ou <A3>lors de l'édition de fichiers.</A3> Par exemple, lors de l'édition de texte dans un carnet Jupyter ou un tableau blanc, tapez un symbole @, puis sélectionnez le nom d'un collaborateur, et il recevra un e-mail lui indiquant que vous l'avez mentionné. Vous pouvez également vous \"@mentionner\" pour des tests ou pour retrouver facilement quelque chose plus tard.",
690707
"page.flyouts.files.stale-directory.description": "Pour mettre à jour, <A>démarrez ce projet</A>.",
691708
"page.flyouts.files.stale-directory.message": "liste de répertoires obsolète",
692709
"page.flyouts.licenses.upgrades_explanation": "<p>Ce projet utilise les quotas de ressources suivants lors de l'exécution. Vous pouvez ajouter plus de ressources en ajoutant des licences ou en appliquant des mises à niveau.</p>",

src/packages/frontend/i18n/trans/he_IL.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,23 @@
687687
"new.file-type-selector.whiteboard.title": "לוח לבן חישובי",
688688
"new.file-type-selector.whiteboard.tooltip": "צור לוח לבן חישובי עם נוסחאות מתמטיות, רשימות, כותרות, תמונות ותאי קוד Jupyter",
689689
"new.file-type-selector.x11.tooltip": "צור שולחן עבודה X11 להפעלת יישומים גרפיים. CoCalc מאפשר לך להפעיל כל יישום לינוקס גרפי בדפדפן שלך בשיתוף פעולה.",
690+
"news.nav.about.name": "אודות",
691+
"news.nav.announcement.name": "הודעה",
692+
"news.nav.event.name": "אירוע",
693+
"news.nav.feature.name": "תכונה",
694+
"news.nav.platform.name": "פלטפורמה",
695+
"notifications.nav.all": "כל האזכורים",
696+
"notifications.nav.allNews": "כל החדשות",
697+
"notifications.nav.mentions": "אזכורים",
698+
"notifications.nav.news": "חדשות",
699+
"notifications.nav.read": "קרא",
700+
"notifications.nav.saved": "נשמר להמשך",
701+
"notifications.nav.unread": "לא נקרא",
702+
"notifications.no-mentions.all": "אין אזכורים",
703+
"notifications.no-mentions.read": "אין אזכורי קריאה",
704+
"notifications.no-mentions.saved": "אין אזכורים שמורים",
705+
"notifications.no-mentions.unread": "אין אזכורים שלא נקראו",
706+
"notifications.page.intro": "חדשות עולמיות או שמישהו השתמש ב- \"@your_name\" כדי להזכיר אותך במפורש כמשתף פעולה. זה יכול היה לקרות ב- <A1>חדר צ'אט</A1>, בהקשר של <A2>הוראה</A2>, או <A3>בעת עריכת קבצים.</A3> לדוגמה, בעת עריכת טקסט בפנקס Jupyter או לוח מחיק, הקלד את הסימן @, ואז בחר את שם המשתף פעולה, והם יקבלו דוא\"ל שמודיע להם שציינת אותם. אתה יכול גם \"@להזכיר\" את עצמך לבדיקה או כדי להקל על מציאת משהו מאוחר יותר.",
690707
"page.flyouts.files.stale-directory.description": "כדי לעדכן, <A>התחל את הפרויקט הזה</A>",
691708
"page.flyouts.files.stale-directory.message": "רשימת ספריות לא מעודכנת",
692709
"page.flyouts.licenses.upgrades_explanation": "<p>פרויקט זה משתמש במכסת משאבים הבאה בעת הפעלתו. ניתן להוסיף משאבים נוספים על ידי הוספת רישיונות או יישום שדרוגים.</p>",

src/packages/frontend/i18n/trans/hi_IN.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,23 @@
687687
"new.file-type-selector.whiteboard.title": "कम्प्यूटेशनल व्हाइटबोर्ड",
688688
"new.file-type-selector.whiteboard.tooltip": "गणितीय सूत्रों, सूचियों, शीर्षकों, चित्रों और Jupyter कोड कोशिकाओं के साथ एक गणनात्मक व्हाइटबोर्ड बनाएं।",
689689
"new.file-type-selector.x11.tooltip": "एक्स11 डेस्कटॉप बनाएं ग्राफिकल एप्लिकेशन चलाने के लिए। CoCalc आपको सहयोगात्मक रूप से किसी भी ग्राफिकल लिनक्स एप्लिकेशन को अपने ब्राउज़र में चलाने की अनुमति देता है।",
690+
"news.nav.about.name": "के बारे में",
691+
"news.nav.announcement.name": "घोषणा",
692+
"news.nav.event.name": "इवेंट",
693+
"news.nav.feature.name": "विशेषता",
694+
"news.nav.platform.name": "प्लेटफ़ॉर्म",
695+
"notifications.nav.all": "सभी उल्लेख",
696+
"notifications.nav.allNews": "सभी समाचार",
697+
"notifications.nav.mentions": "उल्लेख",
698+
"notifications.nav.news": "समाचार",
699+
"notifications.nav.read": "पढ़ें",
700+
"notifications.nav.saved": "बाद के लिए सहेजा गया",
701+
"notifications.nav.unread": "अपठित",
702+
"notifications.no-mentions.all": "कोई उल्लेख नहीं",
703+
"notifications.no-mentions.read": "कोई पढ़ने का उल्लेख नहीं",
704+
"notifications.no-mentions.saved": "कोई सहेजे गए उल्लेख नहीं",
705+
"notifications.no-mentions.unread": "कोई अपठित उल्लेख नहीं",
706+
"notifications.page.intro": "वैश्विक समाचार या किसी ने \"@your_name\" का उपयोग करके आपको एक सहयोगी के रूप में स्पष्ट रूप से उल्लेख किया है। यह <A1>चैटरूम</A1> में, <A2>शिक्षण</A2> के संदर्भ में, या <A3>फ़ाइलों को संपादित करते समय</A3> हुआ हो सकता है। उदाहरण के लिए, जब Jupyter नोटबुक या व्हाइटबोर्ड में पाठ संपादित करते समय, @ प्रतीक टाइप करें, फिर एक सहयोगी का नाम चुनें, और उन्हें एक ईमेल प्राप्त होगा जो उन्हें बताएगा कि आपने उनका उल्लेख किया है। आप परीक्षण के लिए या बाद में कुछ आसानी से खोजने के लिए खुद को भी \"@उल्लेख\" कर सकते हैं।",
690707
"page.flyouts.files.stale-directory.description": "अपडेट करने के लिए, <A>इस प्रोजेक्ट को शुरू करें</A>.",
691708
"page.flyouts.files.stale-directory.message": "पुरानी डायरेक्टरी सूची",
692709
"page.flyouts.licenses.upgrades_explanation": "<p>यह परियोजना संसाधन कोटा का उपयोग कर रही है। आप लाइसेंस जोड़कर या अपग्रेड लागू करके अधिक संसाधन जोड़ सकते हैं।</p>",

src/packages/frontend/i18n/trans/hu_HU.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,23 @@
687687
"new.file-type-selector.whiteboard.title": "Számítástechnikai Fehértábla",
688688
"new.file-type-selector.whiteboard.tooltip": "Hozzon létre egy számítási táblát matematikai képletekkel, listákkal, címsorokkal, képekkel és Jupyter kódcellákkal.",
689689
"new.file-type-selector.x11.tooltip": "Hozzon létre egy X11 asztalt grafikus alkalmazások futtatásához. A CoCalc lehetővé teszi, hogy együttműködve bármilyen grafikus Linux alkalmazást futtasson a böngészőjében.",
690+
"news.nav.about.name": "Névjegy",
691+
"news.nav.announcement.name": "Bejelentés",
692+
"news.nav.event.name": "Esemény",
693+
"news.nav.feature.name": "Jellemző",
694+
"news.nav.platform.name": "Platform",
695+
"notifications.nav.all": "Összes említés",
696+
"notifications.nav.allNews": "Minden hír",
697+
"notifications.nav.mentions": "Említések",
698+
"notifications.nav.news": "Hírek",
699+
"notifications.nav.read": "Olvasás",
700+
"notifications.nav.saved": "Későbbre mentve",
701+
"notifications.nav.unread": "Olvasatlan",
702+
"notifications.no-mentions.all": "Nincs említés",
703+
"notifications.no-mentions.read": "Nincs olvasási említés",
704+
"notifications.no-mentions.saved": "Nincs mentett említés",
705+
"notifications.no-mentions.unread": "Nincs olvasatlan említés",
706+
"notifications.page.intro": "Globális hírek vagy valaki \"@your_name\" használatával kifejezetten megemlített téged mint együttműködőt. Ez történhetett egy <A1>csevegőszobában</A1>, a <A2>tanítás</A2> során, vagy <A3>fájlok szerkesztésekor.</A3> Például, amikor szöveget szerkesztesz egy Jupyter jegyzetfüzetben vagy fehér táblán, írj be egy @ szimbólumot, majd válaszd ki egy együttműködő nevét, és kapnak egy e-mailt, amely tájékoztatja őket, hogy megemlítetted. Saját magadat is \"@megemlítheted\" tesztelés céljából vagy hogy könnyebben megtalálj valamit később.",
690707
"page.flyouts.files.stale-directory.description": "A frissítéshez <A>indítsa el ezt a projektet</A>.",
691708
"page.flyouts.files.stale-directory.message": "elavult könyvtárlista",
692709
"page.flyouts.licenses.upgrades_explanation": "<p>Ez a projekt a következő erőforrás-kvótákat használja futás közben. Több erőforrást adhatsz hozzá licenszek hozzáadásával vagy frissítések alkalmazásával.</p>",

0 commit comments

Comments
 (0)