diff --git a/src/js/translations/bg.mjs b/src/js/translations/bg.mjs index f2249d5e..84a5e5b5 100644 --- a/src/js/translations/bg.mjs +++ b/src/js/translations/bg.mjs @@ -26,7 +26,7 @@ export default { "create": "създай", "dark": "тъмно", "delete": "изтрий", - "donate": "дари", + "dm_privacy_warning": "съобщение предупреждение за поверителност", "edit_profile": "редактирай профил", "enable_webtorrent": "активирай webtorrent", "everyone": "всички", @@ -34,14 +34,14 @@ export default { "follow_someone_info": "следи някого информация", "followers": "последователи", "following": "следя", - "following_btn": "seka", + "following_btn": "следи", "follows": "следи", "follows_you": "следи тебе", "friends_following": "приятели следят", "get_notified_new_messages": "получи известие нови съобщения", "give_your_profile_link_to_someone": "сподели линк с твоя профил с някого", "global_feed": "глобален чат", - "group_name": "има на група", + "group_name": "име на група", "have_someones_invite_link": "имаш ли линк покана", "if_other_person_doesnt_see_message": "ако другия човек не види съобщение", "incoming_call": "входящо обаждане", @@ -104,6 +104,7 @@ export default { "show_thread": "покажи нишка", "switch_account": "превключи профил", "system_default": "система по подразбиране", + "tip_lightning": "бъкшиш", "today": "днес", "translate": "преведи", "turn_on_desktop_notifications": "активирай десктоп уведомления", diff --git a/src/js/translations/cs-CZ.mjs b/src/js/translations/cs-CZ.mjs index 7f2cf18b..5ee0c413 100644 --- a/src/js/translations/cs-CZ.mjs +++ b/src/js/translations/cs-CZ.mjs @@ -24,16 +24,16 @@ export default { "copy_user_ID": "Kopírovat ID uživatele", "copy_your_invite_link": "Kopírovat odkaz na sdílení", "create": "Vytvořit", - "dark": "Tmavý", + "dark": "Tmavé", "delete": "Smazat", - "donate": "Dontate", + "dm_privacy_warning": "Nostr šifruje soukromé zprávy, ale každý může vidět, s kým si píšete.", "edit_profile": "Editovat profil", "enable_webtorrent": "Povolit webtorrent", "everyone": "Všichni", "follow_btn": "Sledovat", "follow_someone_info": "Sleduj někoho, by se jeho příspěvky objevily ve tvém feedu.", "followers": "Sledující", - "following": "Já sleduji", + "following": "Sledované", "following_btn": "Sledující", "follows": "Sleduje", "follows_you": "Sleduje tě", @@ -47,7 +47,7 @@ export default { "incoming_call": "Příchozí hovor", "language": "Jazyk", "last_active": "Poslední aktivita", - "light": "Světlý", + "light": "Světlé", "likes": "Líbí se mi", "log_out": "Odhlásit se", "logout_confirmation_info": "Už se nebude možné přihlásit, pokud si neuložíš kopii soukromého klíče.", @@ -83,7 +83,7 @@ export default { "replies": "Odpovědět", "replying_to": "Odpovědět:", "report (public)": "Ohlásit (veřejně)", - "reposted": "posláno znovu", + "reposted": "přeposláno", "resend_to_relays": "Poslat znovu relayím", "restore_defaults": "Obnovit základní nastavení", "save_backup_of_privkey_first": "Nejprve ulož zálohu soukromého klíče!", @@ -104,6 +104,7 @@ export default { "show_thread": "Zobrazit vlákno", "switch_account": "Změnit účet", "system_default": "Standardní nastavení", + "tip_lightning": "Tip", "today": "Dnes", "translate": "Přeložit", "turn_on_desktop_notifications": "Zapnout desktop notifikace", diff --git a/src/js/translations/de.mjs b/src/js/translations/de.mjs index 54674877..e967af3b 100644 --- a/src/js/translations/de.mjs +++ b/src/js/translations/de.mjs @@ -27,7 +27,6 @@ export default { "dark": "Dunkel", "delete": "Löschen", "dm_privacy_warning": "Deine Nostr Privatnachrichten sind verschlüsselt, aber jeder kann sehen mit wem du schreibst.", - "donate": "Spenden", "edit_profile": "Profil bearbeiten", "enable_webtorrent": "Webtorrent aktivieren", "everyone": "Alle", diff --git a/src/js/translations/en.mjs b/src/js/translations/en.mjs index d6ecde09..eb9ce92b 100644 --- a/src/js/translations/en.mjs +++ b/src/js/translations/en.mjs @@ -27,7 +27,6 @@ export default { "dark": "Dark", "delete": "Delete", "dm_privacy_warning": "Nostr private messages are encrypted, but everyone can see who you're chatting with", - "donate": "Donate", "edit_profile": "Edit Profile", "enable_webtorrent": "Enable Webtorrent", "everyone": "Everyone", diff --git a/src/js/translations/es.mjs b/src/js/translations/es.mjs index 98661637..795afcbb 100644 --- a/src/js/translations/es.mjs +++ b/src/js/translations/es.mjs @@ -25,7 +25,6 @@ export default { "create": "Crear", "dark": "oscuro", "delete": "borrar", - "donate": "Donar", "edit_profile": "Editar perfil", "enable_webtorrent": "Habilitar webtorrent", "everyone": "Todos", diff --git a/src/js/translations/fi.mjs b/src/js/translations/fi.mjs index 5a5c8a98..884ceebb 100644 --- a/src/js/translations/fi.mjs +++ b/src/js/translations/fi.mjs @@ -27,7 +27,6 @@ export default { "dark": "Tumma", "delete": "Poista", "dm_privacy_warning": "Nostr-yksityisviestit ovat salattuja, mutta kaikki voivat nähdä kenelle viestittelet ja milloin.", - "donate": "Lahjoita", "edit_profile": "Muokkaa profiilia", "enable_webtorrent": "Käytä webtorrentia", "everyone": "Kaikki", diff --git a/src/js/translations/fr.mjs b/src/js/translations/fr.mjs index 4a59c58f..2a9a058c 100644 --- a/src/js/translations/fr.mjs +++ b/src/js/translations/fr.mjs @@ -16,7 +16,6 @@ export default { "copy_your_invite_link": "Copier votre lien d'invitation", "create": "Créer", "delete": "Supprimer", - "donate": "Faites un don", "follow_someone_info": "Suivez quelqu'un pour voir le contenu de leur réseau ! Suggestions :", "followers": "Followers", "following": "Suivi", diff --git a/src/js/translations/he.mjs b/src/js/translations/he.mjs index d6404e0b..4a364435 100644 --- a/src/js/translations/he.mjs +++ b/src/js/translations/he.mjs @@ -19,7 +19,6 @@ export default { "create": "ליצור", "dark": "כהה", "delete": "מחק", - "donate": "לתרום", "edit_profile": "עריכת פרופיל", "everyone": "כולם", "followers": "עוקבים", diff --git a/src/js/translations/id.mjs b/src/js/translations/id.mjs index b1709fc4..bd00e812 100644 --- a/src/js/translations/id.mjs +++ b/src/js/translations/id.mjs @@ -27,7 +27,6 @@ export default { "dark": "Gelap", "delete": "Hapus", "dm_privacy_warning": "Meski pesan pribadi di Nostr terenkripsi, tetapi orang lain masih dapat melihat dengan siapa saja Anda mengobrol", - "donate": "Donasi", "edit_profile": "Ubah Profil", "enable_webtorrent": "Aktifkan webtorrent", "everyone": "Semua orang", diff --git a/src/js/translations/it.mjs b/src/js/translations/it.mjs index e18679df..f6e45dc2 100644 --- a/src/js/translations/it.mjs +++ b/src/js/translations/it.mjs @@ -22,7 +22,6 @@ export default { "create": "Crea", "dark": "scuro", "delete": "Cancella", - "donate": "Dona", "edit_profile": "modifica profilo", "enable_webtorrent": "abilita webtorrent", "everyone": "Tutti", diff --git a/src/js/translations/ja.mjs b/src/js/translations/ja.mjs index 1b12390c..d25931fa 100644 --- a/src/js/translations/ja.mjs +++ b/src/js/translations/ja.mjs @@ -9,7 +9,7 @@ export default { "application_security_warning": "このアプリケーションは試験的に開発されているものです。セキュリティが必要とされる目的等には利用しないでください。", "autoplay_webtorrent_videos": "WebTorrentビデオを自動再生", "back": "戻る", - "blocked_users": "ブロックされたユーザー", + "blocked_users": "ブロックしたユーザー", "call_ended": "通話終了", "call_rejected": "通話拒否", "calling": "通話中", @@ -27,7 +27,6 @@ export default { "dark": "ダーク", "delete": "削除", "dm_privacy_warning": "Nostrのダイレクトメッセージは暗号化されていますが、あなたが誰と会話をしているかは誰でも閲覧できます。", - "donate": "寄付", "edit_profile": "プロフィールを編集", "enable_webtorrent": "WebTorrentを有効にする", "everyone": "すべての人", @@ -112,13 +111,13 @@ export default { "type_a_message": "メッセージを入力", "typing": "タイピング中...", "unfollow_btn": "フォロー解除", - "use_picture": "写真を使用", + "use_picture": "フォトを使用", "video_call": "ビデオ通話", "visibility": "視認性", "webrtc_connection_options": "WebRTC接続オプション", "whats_on_your_mind": "いまどうしてる?", "whats_your_name": "あなたの名前は?", - "write_your_reply": "ここに返信を入力", + "write_your_reply": "返信を入力", "yesterday": "昨日", "you": "あなた", "your_qr_code": "あなたのQRコード" diff --git a/src/js/translations/ko.mjs b/src/js/translations/ko.mjs index 1c497d28..b37134b9 100644 --- a/src/js/translations/ko.mjs +++ b/src/js/translations/ko.mjs @@ -27,7 +27,6 @@ export default { "dark": "어두움", "delete": "삭제", "dm_privacy_warning": "쪽지 프라이버시 경고", - "donate": "기부", "edit_profile": "프로파일 편집", "enable_webtorrent": "웹 토렌트 동작", "everyone": "모두", @@ -52,7 +51,7 @@ export default { "likes": "좋아요 누른 글", "log_out": "로그 아웃", "logout_confirmation_info": "로그아웃 확인 정보", - "looking_up_message": "메시지 검색", + "looking_up_message": "메시지 탐색중", "messages": "메시지", "new_chat": "새 채팅", "new_group": "새 그룹", diff --git a/src/js/translations/lt.mjs b/src/js/translations/lt.mjs index d250b9d5..fca77ab3 100644 --- a/src/js/translations/lt.mjs +++ b/src/js/translations/lt.mjs @@ -26,7 +26,6 @@ export default { "create": "sukurti", "dark": "tamsus", "delete": "ištrinti", - "donate": "paremti", "edit_profile": "redaguoti profilį", "enable_webtorrent": "įjungti webtorrent'us", "everyone": "visi", @@ -34,6 +33,7 @@ export default { "follow_someone_info": "sekti kažkieno informaciją", "followers": "sekėjai", "following": "sekama", + "following_btn": "seka", "follows": "sekama", "follows_you": "seka jus", "friends_following": "kontaktai seka", diff --git a/src/js/translations/pt-BR.mjs b/src/js/translations/pt-BR.mjs index f82652c1..945709af 100644 --- a/src/js/translations/pt-BR.mjs +++ b/src/js/translations/pt-BR.mjs @@ -26,7 +26,6 @@ export default { "create": "Criar", "dark": "escuro", "delete": "apagar", - "donate": "Doe", "edit_profile": "editar perfil", "enable_webtorrent": "ativar webtorrent", "everyone": "todos", diff --git a/src/js/translations/ru.mjs b/src/js/translations/ru.mjs index d6a7b037..51f18847 100644 --- a/src/js/translations/ru.mjs +++ b/src/js/translations/ru.mjs @@ -27,7 +27,6 @@ export default { "dark": "Темный", "delete": "Удалить", "dm_privacy_warning": "Личные сообщения Nostr зашифрованы, но все могут видеть, с кем вы общаетесь.", - "donate": "Задонатить", "edit_profile": "Редактировать профиль", "enable_webtorrent": "Активировать webtorrent", "everyone": "Все", diff --git a/src/js/translations/ur.mjs b/src/js/translations/ur.mjs index 01995c0f..a2c9d9bb 100644 --- a/src/js/translations/ur.mjs +++ b/src/js/translations/ur.mjs @@ -15,7 +15,6 @@ export default { "copy_your_invite_link": "اپنا انوایٔٹ لنک بنایٔیں کاپی کریں", "create": "بنایٔیں", "delete": "ڈلیٹ کریں", - "donate": "عطیہ کریں", "follow_someone_info": "کسی کے حلقہ احباب کا مواد دیکھنے کے لیے اسے فالو کریں! سفارشات:", "followers": "فالورز", "following": "فالو کرتے ہیں", diff --git a/src/js/translations/zh-cn.mjs b/src/js/translations/zh-cn.mjs index de47314e..60a7ecfb 100644 --- a/src/js/translations/zh-cn.mjs +++ b/src/js/translations/zh-cn.mjs @@ -27,7 +27,6 @@ export default { "dark": "暗色", "delete": "删除", "dm_privacy_warning": "Nostr 上的私信内容是加密的,但每个人都能看到你在和谁聊天", - "donate": "捐助", "edit_profile": "编辑资料", "enable_webtorrent": "启用 webtorrent", "everyone": "任何人", @@ -52,7 +51,7 @@ export default { "likes": "点赞", "log_out": "登出", "logout_confirmation_info": "除非你已经保存了私钥备份,否则你将无法再次登录", - "looking_up_message": "查找消息", + "looking_up_message": "信息加载中...", "messages": "消息", "new_chat": "新的聊天", "new_group": "新的聊天群组", @@ -114,6 +113,7 @@ export default { "unfollow_btn": "取消关注", "use_picture": "选取照片", "video_call": "视频通话", + "visibility": "你的帖子、回复和点赞只显示给你的粉丝和他们的社交网络", "webrtc_connection_options": "WebRTC 连接选项", "whats_on_your_mind": "你在想什么", "whats_your_name": "请取个用户名", diff --git a/src/js/views/About.tsx b/src/js/views/About.tsx index 7a6f83e6..d29c0acf 100644 --- a/src/js/views/About.tsx +++ b/src/js/views/About.tsx @@ -72,12 +72,6 @@ class About extends Component { While we're working on Iris group chats, you're welcome to join our{' '} Telegram channel.

- -

{t('donate')}

-

- {t('donate_info', { href: 'https://opencollective.com/iris-social' })}: - bc1qypfnmcgf9cdxcw307u20qzdyxf66egdgj0ljze -