From a845e1a8202f96361cc5a0e850e4b5a20c9a59ea Mon Sep 17 00:00:00 2001 From: "Tom (plebeius.eth)" Date: Sun, 13 Oct 2024 17:58:21 +0200 Subject: [PATCH] add translations --- public/translations/ar/default.json | 3 ++- public/translations/bn/default.json | 3 ++- public/translations/cs/default.json | 3 ++- public/translations/da/default.json | 3 ++- public/translations/de/default.json | 3 ++- public/translations/el/default.json | 3 ++- public/translations/en/default.json | 3 ++- public/translations/es/default.json | 3 ++- public/translations/fa/default.json | 3 ++- public/translations/fi/default.json | 3 ++- public/translations/fil/default.json | 3 ++- public/translations/fr/default.json | 3 ++- public/translations/he/default.json | 3 ++- public/translations/hi/default.json | 3 ++- public/translations/hu/default.json | 3 ++- public/translations/id/default.json | 3 ++- public/translations/it/default.json | 3 ++- public/translations/ja/default.json | 3 ++- public/translations/ko/default.json | 3 ++- public/translations/mr/default.json | 3 ++- public/translations/nl/default.json | 3 ++- public/translations/no/default.json | 3 ++- public/translations/pl/default.json | 3 ++- public/translations/pt/default.json | 3 ++- public/translations/ro/default.json | 3 ++- public/translations/ru/default.json | 3 ++- public/translations/sq/default.json | 3 ++- public/translations/sv/default.json | 3 ++- public/translations/te/default.json | 3 ++- public/translations/th/default.json | 3 ++- public/translations/tr/default.json | 3 ++- public/translations/uk/default.json | 3 ++- public/translations/ur/default.json | 3 ++- public/translations/vi/default.json | 3 ++- public/translations/zh/default.json | 3 ++- .../settings-modal/account-settings/account-settings.tsx | 5 ++++- 36 files changed, 74 insertions(+), 36 deletions(-) diff --git a/public/translations/ar/default.json b/public/translations/ar/default.json index 0bbd7a6d..e6d9ca5c 100644 --- a/public/translations/ar/default.json +++ b/public/translations/ar/default.json @@ -239,5 +239,6 @@ "empty_comment_alert": "لا يمكن نشر تعليق فارغ.", "more_posts_last_week": "تظهر المشاركات منذ {{currentTimeFilterName}} ، <1>عرض المزيد من المشاركات من الأسبوع الماضي", "more_posts_last_month": "تظهر المشاركات منذ {{currentTimeFilterName}} ، <1>عرض المزيد من المشاركات من الشهر الماضي", - "newer_posts_available": "مشاركات جديدة متاحة، <1>قم بتحديث الخلاصة" + "newer_posts_available": "مشاركات جديدة متاحة، <1>قم بتحديث الخلاصة", + "stored_locally": "مخزنة محليًا ({{location}})، ليست متزامنة عبر الأجهزة" } \ No newline at end of file diff --git a/public/translations/bn/default.json b/public/translations/bn/default.json index abc8309a..f873a29d 100644 --- a/public/translations/bn/default.json +++ b/public/translations/bn/default.json @@ -239,5 +239,6 @@ "empty_comment_alert": "খালি মন্তব্য পোস্ট করা যাবে না।", "more_posts_last_week": "আপনি {{currentTimeFilterName}} থেকে পোস্টগুলি দেখছেন, <1>গত সপ্তাহ থেকে আরও পোস্ট দেখান", "more_posts_last_month": "আপনি {{currentTimeFilterName}} থেকে পোস্টগুলি দেখছেন, <1>গত মাস থেকে আরও পোস্ট দেখান", - "newer_posts_available": "নতুন পোস্ট উপলব্ধ, <1>ফিডটি রিফ্রেশ করুন" + "newer_posts_available": "নতুন পোস্ট উপলব্ধ, <1>ফিডটি রিফ্রেশ করুন", + "stored_locally": "স্থানীয়ভাবে সংরক্ষিত ({{location}}), ডিভাইসের মধ্যে সিঙ্ক করা হয়নি" } \ No newline at end of file diff --git a/public/translations/cs/default.json b/public/translations/cs/default.json index 0fbf22f8..d19779ff 100644 --- a/public/translations/cs/default.json +++ b/public/translations/cs/default.json @@ -239,5 +239,6 @@ "empty_comment_alert": "Nelze publikovat prázdný komentář.", "more_posts_last_week": "Zobrazujeme příspěvky od {{currentTimeFilterName}}, <1>zobrazit další příspěvky z minulého týdne", "more_posts_last_month": "Zobrazujeme příspěvky od {{currentTimeFilterName}}, <1>zobrazit další příspěvky z minulého měsíce", - "newer_posts_available": "Novější příspěvky jsou k dispozici, <1>aktualizujte kanál" + "newer_posts_available": "Novější příspěvky jsou k dispozici, <1>aktualizujte kanál", + "stored_locally": "Uloženo lokálně ({{location}}), není synchronizováno mezi zařízeními" } \ No newline at end of file diff --git a/public/translations/da/default.json b/public/translations/da/default.json index 3aca3bd6..0afa3ca7 100644 --- a/public/translations/da/default.json +++ b/public/translations/da/default.json @@ -239,5 +239,6 @@ "empty_comment_alert": "Kan ikke poste en tom kommentar.", "more_posts_last_week": "Viser indlæg siden {{currentTimeFilterName}}, <1>vis flere indlæg fra sidste uge", "more_posts_last_month": "Viser indlæg siden {{currentTimeFilterName}}, <1>vis flere indlæg fra sidste måned", - "newer_posts_available": "Nyere indlæg tilgængelige, <1>genindlæs feed" + "newer_posts_available": "Nyere indlæg tilgængelige, <1>genindlæs feed", + "stored_locally": "Lager lokalt ({{location}}), ikke synkroniseret på tværs af enheder" } \ No newline at end of file diff --git a/public/translations/de/default.json b/public/translations/de/default.json index b855104a..e5962f2c 100644 --- a/public/translations/de/default.json +++ b/public/translations/de/default.json @@ -239,5 +239,6 @@ "empty_comment_alert": "Kann keinen leeren Kommentar posten.", "more_posts_last_week": "Zeigt Beiträge seit {{currentTimeFilterName}}, <1>zeige mehr Beiträge aus der letzten Woche", "more_posts_last_month": "Zeigt Beiträge seit {{currentTimeFilterName}}, <1>zeige mehr Beiträge aus dem letzten Monat", - "newer_posts_available": "Neuere Beiträge verfügbar, <1>Feed neu laden" + "newer_posts_available": "Neuere Beiträge verfügbar, <1>Feed neu laden", + "stored_locally": "Lokal gespeichert ({{location}}), nicht geräteübergreifend synchronisiert" } \ No newline at end of file diff --git a/public/translations/el/default.json b/public/translations/el/default.json index 07b0cf0d..9349c3cc 100644 --- a/public/translations/el/default.json +++ b/public/translations/el/default.json @@ -239,5 +239,6 @@ "empty_comment_alert": "Δεν μπορεί να δημοσιευτεί κενό σχόλιο.", "more_posts_last_week": "Εμφανίζονται αναρτήσεις από {{currentTimeFilterName}}, <1>εμφάνιση περισσότερων αναρτήσεων από την περασμένη εβδομάδα", "more_posts_last_month": "Διατίθενται αναρτήσεις από {{currentTimeFilterName}}, <1>εμφάνιση περισσότερων αναρτήσεων από τον περασμένο μήνα", - "newer_posts_available": "Διατίθενται νεότερες δημοσιεύσεις, <1>επανεκκινήστε τη ροή" + "newer_posts_available": "Διατίθενται νεότερες δημοσιεύσεις, <1>επανεκκινήστε τη ροή", + "stored_locally": "Αποθηκευμένο τοπικά ({{location}}), δεν συγχρονίζεται σε όλες τις συσκευές" } \ No newline at end of file diff --git a/public/translations/en/default.json b/public/translations/en/default.json index 727b4144..a848730a 100644 --- a/public/translations/en/default.json +++ b/public/translations/en/default.json @@ -239,5 +239,6 @@ "empty_comment_alert": "Cannot post empty comment.", "more_posts_last_week": "Showing posts since {{currentTimeFilterName}}, <1>show more posts from last week", "more_posts_last_month": "Showing posts since {{currentTimeFilterName}}, <1>show more posts from last month", - "newer_posts_available": "Newer posts available, <1>reload feed" + "newer_posts_available": "Newer posts available, <1>reload feed", + "stored_locally": "Stored locally ({{location}}), not synced across devices" } \ No newline at end of file diff --git a/public/translations/es/default.json b/public/translations/es/default.json index a9e633d7..a32a58b3 100644 --- a/public/translations/es/default.json +++ b/public/translations/es/default.json @@ -239,5 +239,6 @@ "empty_comment_alert": "No se puede publicar un comentario vacío.", "more_posts_last_week": "Mostrando publicaciones desde {{currentTimeFilterName}}, <1>mostrar más publicaciones de la semana pasada", "more_posts_last_month": "Mostrando publicaciones desde {{currentTimeFilterName}}, <1>mostrar más publicaciones del mes pasado", - "newer_posts_available": "Nuevas publicaciones disponibles, <1>recargar el feed" + "newer_posts_available": "Nuevas publicaciones disponibles, <1>recargar el feed", + "stored_locally": "Almacenado localmente ({{location}}), no sincronizado entre dispositivos" } \ No newline at end of file diff --git a/public/translations/fa/default.json b/public/translations/fa/default.json index 422f1d3a..806d17b4 100644 --- a/public/translations/fa/default.json +++ b/public/translations/fa/default.json @@ -239,5 +239,6 @@ "empty_comment_alert": "نمی‌توان نظر خالی ارسال کرد.", "more_posts_last_week": "نمایش پست‌ها از {{currentTimeFilterName}}، <1>نمایش پست‌های بیشتر از هفته گذشته", "more_posts_last_month": "نمایش پست‌ها از {{currentTimeFilterName}}، <1>نمایش پست‌های بیشتر از ماه گذشته", - "newer_posts_available": "پست‌های جدیدتر در دسترس هستند، <1>بارگذاری مجدد خوراک" + "newer_posts_available": "پست‌های جدیدتر در دسترس هستند، <1>بارگذاری مجدد خوراک", + "stored_locally": "محلی ذخیره شده ({{location}})، با دستگاه‌ها همگام‌سازی نشده است" } \ No newline at end of file diff --git a/public/translations/fi/default.json b/public/translations/fi/default.json index 65cad003..081c8275 100644 --- a/public/translations/fi/default.json +++ b/public/translations/fi/default.json @@ -239,5 +239,6 @@ "empty_comment_alert": "Ei voi julkaista tyhjää kommenttia.", "more_posts_last_week": "Näytetään viestejä ajasta {{currentTimeFilterName}}, <1>näytä lisää viestejä viime viikolta", "more_posts_last_month": "Näytetään viestejä ajasta {{currentTimeFilterName}}, <1>näytä lisää viestejä viime kuulta", - "newer_posts_available": "Uudemmat viestit saatavilla, <1>lataa syöte uudelleen" + "newer_posts_available": "Uudemmat viestit saatavilla, <1>lataa syöte uudelleen", + "stored_locally": "Tallennettu paikallisesti ({{location}}), ei synkronoitu laitteiden välillä" } \ No newline at end of file diff --git a/public/translations/fil/default.json b/public/translations/fil/default.json index f9730324..8674845d 100644 --- a/public/translations/fil/default.json +++ b/public/translations/fil/default.json @@ -239,5 +239,6 @@ "empty_comment_alert": "Hindi makapag-post ng walang laman na komento.", "more_posts_last_week": "Ipinapakita ang mga post mula {{currentTimeFilterName}}, <1>ipakita ang higit pang mga post mula sa nakaraang linggo", "more_posts_last_month": "Ipinapakita ang mga post mula {{currentTimeFilterName}}, <1>ipakita ang higit pang mga post mula sa nakaraang buwan", - "newer_posts_available": "May mga bagong post na magagamit, <1>i-reload ang feed" + "newer_posts_available": "May mga bagong post na magagamit, <1>i-reload ang feed", + "stored_locally": "Nakaimbak nang lokal ({{location}}), hindi naka-sync sa iba pang device" } \ No newline at end of file diff --git a/public/translations/fr/default.json b/public/translations/fr/default.json index 59a2bd28..77c47f72 100644 --- a/public/translations/fr/default.json +++ b/public/translations/fr/default.json @@ -239,5 +239,6 @@ "empty_comment_alert": "Impossible de publier un commentaire vide.", "more_posts_last_week": "Affichage des publications depuis {{currentTimeFilterName}}, <1>afficher plus de publications de la semaine dernière", "more_posts_last_month": "Affichage des publications depuis {{currentTimeFilterName}}, <1>recharger plus de publications du mois dernier", - "newer_posts_available": "Nouveaux messages disponibles, <1>recharger le fil" + "newer_posts_available": "Nouveaux messages disponibles, <1>recharger le fil", + "stored_locally": "Stocké localement ({{location}}), non synchronisé entre les appareils" } \ No newline at end of file diff --git a/public/translations/he/default.json b/public/translations/he/default.json index ea9e7cfb..46c3f645 100644 --- a/public/translations/he/default.json +++ b/public/translations/he/default.json @@ -239,5 +239,6 @@ "empty_comment_alert": "לא ניתן לפרסם תגובה ריקה.", "more_posts_last_week": "מראה פוסטים מאז {{currentTimeFilterName}}, <1>הצג פוסטים נוספים מהשבוע שעבר", "more_posts_last_month": "מראה פוסטים מאז {{currentTimeFilterName}}, <1>הצג פוסטים נוספים מהחודש שעבר", - "newer_posts_available": "ישנם פוסטים חדשים זמינים, <1>טען מחדש את הפיד" + "newer_posts_available": "ישנם פוסטים חדשים זמינים, <1>טען מחדש את הפיד", + "stored_locally": "מאוחסן מקומית ({{location}}), לא מסונכרן בין מכשירים" } \ No newline at end of file diff --git a/public/translations/hi/default.json b/public/translations/hi/default.json index 622d7fdb..3216fdfa 100644 --- a/public/translations/hi/default.json +++ b/public/translations/hi/default.json @@ -239,5 +239,6 @@ "empty_comment_alert": "खाली टिप्पणी पोस्ट नहीं कर सकते।", "more_posts_last_week": "आप {{currentTimeFilterName}} से पोस्ट देख रहे हैं, <1>पिछले सप्ताह के और पोस्ट दिखाएं", "more_posts_last_month": "आप {{currentTimeFilterName}} से पोस्ट देख रहे हैं, <1>पिछले महीने के और पोस्ट दिखाएं", - "newer_posts_available": "नए पोस्ट उपलब्ध हैं, <1>फीड रीलोड करें" + "newer_posts_available": "नए पोस्ट उपलब्ध हैं, <1>फीड रीलोड करें", + "stored_locally": "स्थानीय रूप से संग्रहीत ({{location}}), उपकरणों के बीच समन्वयित नहीं" } \ No newline at end of file diff --git a/public/translations/hu/default.json b/public/translations/hu/default.json index 13cc5743..312f9f81 100644 --- a/public/translations/hu/default.json +++ b/public/translations/hu/default.json @@ -239,5 +239,6 @@ "empty_comment_alert": "Üres hozzászólást nem lehet közzétenni.", "more_posts_last_week": "A {{currentTimeFilterName}} óta látható bejegyzések, <1>további bejegyzések megjelenítése az előző héten", "more_posts_last_month": "A {{currentTimeFilterName}} óta látható bejegyzések, <1>további bejegyzések megjelenítése az előző hónapban", - "newer_posts_available": "Új bejegyzések állnak rendelkezésre, <1>frissítse az adatfolyamot" + "newer_posts_available": "Új bejegyzések állnak rendelkezésre, <1>frissítse az adatfolyamot", + "stored_locally": "Helyben tárolva ({{location}}), nem szinkronizálva eszközök között" } \ No newline at end of file diff --git a/public/translations/id/default.json b/public/translations/id/default.json index d92caf5b..e92e87cb 100644 --- a/public/translations/id/default.json +++ b/public/translations/id/default.json @@ -239,5 +239,6 @@ "empty_comment_alert": "Tidak dapat memposting komentar kosong.", "more_posts_last_week": "Menampilkan pos sejak {{currentTimeFilterName}}, <1>tampilkan lebih banyak pos dari minggu lalu", "more_posts_last_month": "Menampilkan pos sejak {{currentTimeFilterName}}, <1>tampilkan lebih banyak pos dari bulan lalu", - "newer_posts_available": "Postingan terbaru tersedia, <1>muat ulang umpan" + "newer_posts_available": "Postingan terbaru tersedia, <1>muat ulang umpan", + "stored_locally": "Disimpan secara lokal ({{location}}), tidak disinkronkan antar perangkat" } \ No newline at end of file diff --git a/public/translations/it/default.json b/public/translations/it/default.json index b54e2d39..c0e42798 100644 --- a/public/translations/it/default.json +++ b/public/translations/it/default.json @@ -239,5 +239,6 @@ "empty_comment_alert": "Impossibile pubblicare un commento vuoto.", "more_posts_last_week": "Stai visualizzando post da {{currentTimeFilterName}}, <1>visualizza più post della scorsa settimana", "more_posts_last_month": "Stai visualizzando post da {{currentTimeFilterName}}, <1>visualizza più post del mese scorso", - "newer_posts_available": "Nuovi post disponibili, <1>ricarica il feed" + "newer_posts_available": "Nuovi post disponibili, <1>ricarica il feed", + "stored_locally": "Memorizzato localmente ({{location}}), non sincronizzato tra i dispositivi" } \ No newline at end of file diff --git a/public/translations/ja/default.json b/public/translations/ja/default.json index a9fdf3c2..fd163a5e 100644 --- a/public/translations/ja/default.json +++ b/public/translations/ja/default.json @@ -239,5 +239,6 @@ "empty_comment_alert": "空のコメントは投稿できません。", "more_posts_last_week": "{{currentTimeFilterName}} からの投稿を表示しています。<1>先週の投稿をさらに表示", "more_posts_last_month": "{{currentTimeFilterName}} からの投稿を表示しています。<1>先月の投稿をさらに表示", - "newer_posts_available": "新しい投稿が利用可能です、<1>フィードを再読み込み" + "newer_posts_available": "新しい投稿が利用可能です、<1>フィードを再読み込み", + "stored_locally": "ローカルに保存されています ({{location}})、デバイス間で同期されていません" } \ No newline at end of file diff --git a/public/translations/ko/default.json b/public/translations/ko/default.json index 43fb7977..1492666e 100644 --- a/public/translations/ko/default.json +++ b/public/translations/ko/default.json @@ -239,5 +239,6 @@ "empty_comment_alert": "빈 댓글을 게시할 수 없습니다.", "more_posts_last_week": "{{currentTimeFilterName}} 이후의 게시물이 표시됩니다. <1>지난 주의 게시물 더 보기", "more_posts_last_month": "{{currentTimeFilterName}} 이후의 게시물이 표시됩니다. <1>지난달의 게시물 더 보기", - "newer_posts_available": "새로운 게시물이 있습니다, <1>피드를 새로 고침" + "newer_posts_available": "새로운 게시물이 있습니다, <1>피드를 새로 고침", + "stored_locally": "로컬에 저장됨 ({{location}}), 장치 간에 동기화되지 않음" } \ No newline at end of file diff --git a/public/translations/mr/default.json b/public/translations/mr/default.json index 4547b241..2f517701 100644 --- a/public/translations/mr/default.json +++ b/public/translations/mr/default.json @@ -239,5 +239,6 @@ "empty_comment_alert": "रिक्त टिप्पणी पोस्ट करू शकत नाही.", "more_posts_last_week": "{{currentTimeFilterName}} पासून पोस्ट दर्शवित आहेत, <1>गेल्या आठवड्यातील अधिक पोस्ट दर्शवा", "more_posts_last_month": "{{currentTimeFilterName}} पासून पोस्ट दर्शवित आहेत, <1>गेल्या महिन्यातील अधिक पोस्ट दर्शवा", - "newer_posts_available": "नवीनतम पोस्ट उपलब्ध आहेत, <1>फीड रीलोड करा" + "newer_posts_available": "नवीनतम पोस्ट उपलब्ध आहेत, <1>फीड रीलोड करा", + "stored_locally": "स्थानिकपणे संग्रहित ({{location}}), उपकरणांमध्ये समन्वयित केलेले नाही" } \ No newline at end of file diff --git a/public/translations/nl/default.json b/public/translations/nl/default.json index 2765a1a1..d0db5090 100644 --- a/public/translations/nl/default.json +++ b/public/translations/nl/default.json @@ -239,5 +239,6 @@ "empty_comment_alert": "Kan geen lege opmerking plaatsen.", "more_posts_last_week": "Berichten sinds {{currentTimeFilterName}}, <1>meer berichten van afgelopen week tonen", "more_posts_last_month": "Berichten sinds {{currentTimeFilterName}}, <1>meer berichten van afgelopen maand tonen", - "newer_posts_available": "Nieuwere berichten beschikbaar, <1>herlaad feed" + "newer_posts_available": "Nieuwere berichten beschikbaar, <1>herlaad feed", + "stored_locally": "Lokaal opgeslagen ({{location}}), niet gesynchroniseerd tussen apparaten" } \ No newline at end of file diff --git a/public/translations/no/default.json b/public/translations/no/default.json index 8847ae25..4a6184fd 100644 --- a/public/translations/no/default.json +++ b/public/translations/no/default.json @@ -239,5 +239,6 @@ "empty_comment_alert": "Kan ikke poste tom kommentar.", "more_posts_last_week": "Viser innlegg siden {{currentTimeFilterName}}, <1>vis flere innlegg fra forrige uke", "more_posts_last_month": "Viser innlegg siden {{currentTimeFilterName}}, <1>vis flere innlegg fra forrige måned", - "newer_posts_available": "Nyere innlegg tilgjengelige, <1>oppdater feed" + "newer_posts_available": "Nyere innlegg tilgjengelige, <1>oppdater feed", + "stored_locally": "Lagring lokalt ({{location}}), ikke synkronisert på tvers av enheter" } \ No newline at end of file diff --git a/public/translations/pl/default.json b/public/translations/pl/default.json index bcfac17d..3f0581b7 100644 --- a/public/translations/pl/default.json +++ b/public/translations/pl/default.json @@ -239,5 +239,6 @@ "empty_comment_alert": "Nie można opublikować pustego komentarza.", "more_posts_last_week": "Pokazuje posty od {{currentTimeFilterName}}, <1>pokaż więcej postów z zeszłego tygodnia", "more_posts_last_month": "Pokazuje posty od {{currentTimeFilterName}}, <1>pokaż więcej postów z zeszłego miesiąca", - "newer_posts_available": "Dostępne są nowsze posty, <1>przeładuj kanał" + "newer_posts_available": "Dostępne są nowsze posty, <1>przeładuj kanał", + "stored_locally": "Przechowywane lokalnie ({{location}}), nie synchronizowane między urządzeniami" } \ No newline at end of file diff --git a/public/translations/pt/default.json b/public/translations/pt/default.json index 6bbc9b35..017ef215 100644 --- a/public/translations/pt/default.json +++ b/public/translations/pt/default.json @@ -239,5 +239,6 @@ "empty_comment_alert": "Não é possível postar um comentário vazio.", "more_posts_last_week": "Exibindo postagens desde {{currentTimeFilterName}}, <1>mostrar mais postagens da semana passada", "more_posts_last_month": "Exibindo postagens desde {{currentTimeFilterName}}, <1>atualize o feed com mais postagens do mês passado", - "newer_posts_available": "Novos posts disponíveis, <1>atualize o feed" + "newer_posts_available": "Novos posts disponíveis, <1>atualize o feed", + "stored_locally": "Armazenado localmente ({{location}}), não sincronizado entre dispositivos" } \ No newline at end of file diff --git a/public/translations/ro/default.json b/public/translations/ro/default.json index fcde53d5..8bd9e466 100644 --- a/public/translations/ro/default.json +++ b/public/translations/ro/default.json @@ -239,5 +239,6 @@ "empty_comment_alert": "Nu se poate publica un comentariu gol.", "more_posts_last_week": "Afișând postări din {{currentTimeFilterName}}, <1>afișați mai multe postări din săptămâna trecută", "more_posts_last_month": "Afișând postări din {{currentTimeFilterName}}, <1>afișați mai multe postări din luna trecută", - "newer_posts_available": "Postări mai recente disponibile, <1>reîncarcă fluxul" + "newer_posts_available": "Postări mai recente disponibile, <1>reîncarcă fluxul", + "stored_locally": "Stocat local ({{location}}), nu este sincronizat între dispozitive" } \ No newline at end of file diff --git a/public/translations/ru/default.json b/public/translations/ru/default.json index e01f7a8f..9e8b646e 100644 --- a/public/translations/ru/default.json +++ b/public/translations/ru/default.json @@ -239,5 +239,6 @@ "empty_comment_alert": "Невозможно опубликовать пустой комментарий.", "more_posts_last_week": "Показаны записи с {{currentTimeFilterName}}, <1>показать больше записей за прошлую неделю", "more_posts_last_month": "Показаны записи с {{currentTimeFilterName}}, <1>показать больше записей за прошлый месяц", - "newer_posts_available": "Доступны более новые записи, <1>обновите ленту" + "newer_posts_available": "Доступны более новые записи, <1>обновите ленту", + "stored_locally": "Сохранено локально ({{location}}), не синхронизировано между устройствами" } \ No newline at end of file diff --git a/public/translations/sq/default.json b/public/translations/sq/default.json index 6ad4df9e..667ced14 100644 --- a/public/translations/sq/default.json +++ b/public/translations/sq/default.json @@ -239,5 +239,6 @@ "empty_comment_alert": "Nuk mund të postoni një koment bosh.", "more_posts_last_week": "Duke treguar postimet që nga {{currentTimeFilterName}}, <1>tregoni më shumë postime nga java e kaluar", "more_posts_last_month": "Duke treguar postimet që nga {{currentTimeFilterName}}, <1>tregoni më shumë postime nga java e kaluar", - "newer_posts_available": "Postime më të reja janë të disponueshme, <1>rifreskoje fluxin" + "newer_posts_available": "Postime më të reja janë të disponueshme, <1>rifreskoje fluxin", + "stored_locally": "Ruajtur lokalmente ({{location}}), nuk është sinkronizuar ndërmjet pajisjeve" } \ No newline at end of file diff --git a/public/translations/sv/default.json b/public/translations/sv/default.json index 7c5ca038..a1679e69 100644 --- a/public/translations/sv/default.json +++ b/public/translations/sv/default.json @@ -239,5 +239,6 @@ "empty_comment_alert": "Kan inte posta tom kommentar.", "more_posts_last_week": "Visar inlägg sedan {{currentTimeFilterName}}, <1>visa fler inlägg från förra veckan", "more_posts_last_month": "Visar inlägg sedan {{currentTimeFilterName}}, <1>visa fler inlägg från förra månaden", - "newer_posts_available": "Nyare inlägg tillgängliga, <1>ladda om flödet" + "newer_posts_available": "Nyare inlägg tillgängliga, <1>ladda om flödet", + "stored_locally": "Lagrad lokalt ({{location}}), inte synkroniserad mellan enheter" } \ No newline at end of file diff --git a/public/translations/te/default.json b/public/translations/te/default.json index abab4b85..83960b1a 100644 --- a/public/translations/te/default.json +++ b/public/translations/te/default.json @@ -239,5 +239,6 @@ "empty_comment_alert": "ఖాళీ వ్యాఖ్యను పోస్ట్ చేయలేరు.", "more_posts_last_week": "{{currentTimeFilterName}} నుండి పోస్టులు చూపిస్తున్నాయి, <1>గత వారంనుంచి మరిన్ని పోస్టులను చూపించు", "more_posts_last_month": "{{currentTimeFilterName}} నుండి పోస్టులు చూపిస్తున్నాయి, <1>గత నెల నుండి మరిన్ని పోస్టులను చూపించండి", - "newer_posts_available": "కొత్త పోస్టులు అందుబాటులో ఉన్నాయి, <1>ఫీడ్‌ను తిరిగి లోడ్ చేయండి" + "newer_posts_available": "కొత్త పోస్టులు అందుబాటులో ఉన్నాయి, <1>ఫీడ్‌ను తిరిగి లోడ్ చేయండి", + "stored_locally": "స్థానికంగా నిల్వ ({{location}}), పరికరాల మధ్య సమన్వయించడం లేదు" } \ No newline at end of file diff --git a/public/translations/th/default.json b/public/translations/th/default.json index 86192483..b7f7bcde 100644 --- a/public/translations/th/default.json +++ b/public/translations/th/default.json @@ -239,5 +239,6 @@ "empty_comment_alert": "ไม่สามารถโพสต์ความคิดเห็นว่างเปล่าได้", "more_posts_last_week": "แสดงโพสต์ตั้งแต่ {{currentTimeFilterName}} <1>แสดงโพสต์เพิ่มเติมจากสัปดาห์ที่แล้ว", "more_posts_last_month": "โพสต์ตั้งแต่ {{currentTimeFilterName}} <1>แสดงโพสต์เพิ่มเติมจากเดือนที่แล้ว", - "newer_posts_available": "โพสต์ใหม่พร้อมใช้งาน, <1>โหลดฟีดใหม่" + "newer_posts_available": "โพสต์ใหม่พร้อมใช้งาน, <1>โหลดฟีดใหม่", + "stored_locally": "จัดเก็บในเครื่อง ({{location}}) ไม่ได้ซิงค์ข้ามอุปกรณ์" } \ No newline at end of file diff --git a/public/translations/tr/default.json b/public/translations/tr/default.json index 752881d0..c443b987 100644 --- a/public/translations/tr/default.json +++ b/public/translations/tr/default.json @@ -239,5 +239,6 @@ "empty_comment_alert": "Boş yorum gönderilemez.", "more_posts_last_week": "{{currentTimeFilterName}} tarihinden itibaren gönderiler gösteriliyor, <1>geçen haftadan daha fazla gönderi göster", "more_posts_last_month": "{{currentTimeFilterName}} tarihinden itibaren gönderiler gösteriliyor, <1>geçen aydan daha fazla gönderi göster", - "newer_posts_available": "Daha yeni gönderiler mevcut, <1>beslemeyi yenile" + "newer_posts_available": "Daha yeni gönderiler mevcut, <1>beslemeyi yenile", + "stored_locally": "Yerel olarak saklanıyor ({{location}}), cihazlar arasında senkronize edilmedi" } \ No newline at end of file diff --git a/public/translations/uk/default.json b/public/translations/uk/default.json index 6180bbd9..eb44898c 100644 --- a/public/translations/uk/default.json +++ b/public/translations/uk/default.json @@ -239,5 +239,6 @@ "empty_comment_alert": "Не можна опублікувати порожній коментар.", "more_posts_last_week": "Показані пости з {{currentTimeFilterName}}, <1>показати більше постів з минулого тижня", "more_posts_last_month": "Показані пости з {{currentTimeFilterName}}, <1>показати більше постів з минулого місяця", - "newer_posts_available": "Доступні нові пости, <1>перезавантажити стрічку" + "newer_posts_available": "Доступні нові пости, <1>перезавантажити стрічку", + "stored_locally": "Збережено локально ({{location}}), не синхронізується між пристроями" } \ No newline at end of file diff --git a/public/translations/ur/default.json b/public/translations/ur/default.json index d067f34d..a39671d0 100644 --- a/public/translations/ur/default.json +++ b/public/translations/ur/default.json @@ -239,5 +239,6 @@ "empty_comment_alert": "خالی تبصرہ پوسٹ نہیں کیا جا سکتا۔", "more_posts_last_week": "{{currentTimeFilterName}} سے پوسٹ دکھا رہا ہے، <1>پچھلے ہفتے کے مزید پوسٹس دکھائیں", "more_posts_last_month": "{{currentTimeFilterName}} سے پوسٹ دکھا رہا ہے، <1>پچھلے مہینے کے مزید پوسٹس دکھائیں", - "newer_posts_available": "نئے پوسٹس دستیاب ہیں، <1>فیڈ کو دوبارہ لوڈ کریں" + "newer_posts_available": "نئے پوسٹس دستیاب ہیں، <1>فیڈ کو دوبارہ لوڈ کریں", + "stored_locally": "مقامی طور پر محفوظ ({{location}})، آلات کے درمیان ہم وقت سازی نہیں کی گئی" } \ No newline at end of file diff --git a/public/translations/vi/default.json b/public/translations/vi/default.json index d5168add..e45e5de6 100644 --- a/public/translations/vi/default.json +++ b/public/translations/vi/default.json @@ -239,5 +239,6 @@ "empty_comment_alert": "Không thể đăng bình luận trống.", "more_posts_last_week": "Đang hiển thị bài viết từ {{currentTimeFilterName}}, <1>hiển thị thêm bài viết từ tuần trước", "more_posts_last_month": "Đang hiển thị bài viết từ {{currentTimeFilterName}}, <1>hiển thị thêm bài viết từ tháng trước", - "newer_posts_available": "Có bài viết mới, <1>tải lại nguồn cấp dữ liệu" + "newer_posts_available": "Có bài viết mới, <1>tải lại nguồn cấp dữ liệu", + "stored_locally": "Lưu trữ cục bộ ({{location}}), không được đồng bộ qua các thiết bị" } \ No newline at end of file diff --git a/public/translations/zh/default.json b/public/translations/zh/default.json index c71c0921..6a47695f 100644 --- a/public/translations/zh/default.json +++ b/public/translations/zh/default.json @@ -239,5 +239,6 @@ "empty_comment_alert": "无法发布空评论。", "more_posts_last_week": "显示自 {{currentTimeFilterName}} 以来的帖子,<1>显示上周的更多帖子", "more_posts_last_month": "显示自 {{currentTimeFilterName}} 以来的帖子,<1>显示上个月的更多帖子", - "newer_posts_available": "新帖子可用,<1>重新加载源" + "newer_posts_available": "新帖子可用,<1>重新加载源", + "stored_locally": "本地存储 ({{location}}),未在设备之间同步" } \ No newline at end of file diff --git a/src/components/settings-modal/account-settings/account-settings.tsx b/src/components/settings-modal/account-settings/account-settings.tsx index d4cd1334..c4d0b36c 100644 --- a/src/components/settings-modal/account-settings/account-settings.tsx +++ b/src/components/settings-modal/account-settings/account-settings.tsx @@ -180,7 +180,10 @@ const AccountSettings = () => { +
- stored locally ({window.isElectron ? 'this desktop app' : isAndroid ? 'this mobile app' : window.location.hostname}), not synced across devices + {t('stored_locally', { + location: window.isElectron ? 'this desktop app' : isAndroid ? 'this mobile app' : window.location.hostname, + interpolation: { escapeValue: false }, + })}