Skip to content

Commit

Permalink
Fix typo in activity feed (#6699)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles authored Nov 4, 2024
1 parent 7ec10f4 commit f309a56
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion frontend/app/src/i18n/cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"accountSuspended": "帐户暂停",
"activity": {
"anon": "匿名用户",
"crypto": "{username} 向您发送了一条加密消息",
"crypto": "{username} 向您发送了一条加密货币消息",
"mention": "{username} 提到了你",
"missingMessage": "消息内容不可用",
"navLabel": "活动动态",
Expand Down
2 changes: 1 addition & 1 deletion frontend/app/src/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"accountSuspended": "Konto gesperrt",
"activity": {
"anon": "Ein anonymer Benutzer",
"crypto": "{username} hat dir eine Kryptonachricht gesendet",
"crypto": "{username} hat Ihnen eine Kryptowährungsnachricht gesendet",
"mention": "{username} hat dich erwähnt",
"missingMessage": "Nachrichteninhalt nicht verfügbar",
"navLabel": "Aktivitäten Feed",
Expand Down
2 changes: 1 addition & 1 deletion frontend/app/src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"accountSuspended": "Account suspended",
"activity": {
"anon": "An anonymous user",
"crypto": "{username} sent you a crytpo message",
"crypto": "{username} sent you a crypto message",
"mention": "{username} mentioned you",
"missingMessage": "Message content unavailable",
"navLabel": "Activity feed",
Expand Down
2 changes: 1 addition & 1 deletion frontend/app/src/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"accountSuspended": "Cuenta suspendida",
"activity": {
"anon": "Un usuario anónimo",
"crypto": "{username} te envió un mensaje de cripto",
"crypto": "{username} te envió un mensaje de criptomonedas",
"mention": "{username} te mencionó",
"missingMessage": "Contenido del mensaje no disponible",
"navLabel": "Canal de actividades",
Expand Down
2 changes: 1 addition & 1 deletion frontend/app/src/i18n/fa.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"accountSuspended": "حساب معلق شده است",
"activity": {
"anon": "یک کاربر ناشناس",
"crypto": "{username} یک پیام crytpo برای شما ارسال کرد",
"crypto": "{username} برای شما یک پیام رمزنگاری ارسال کرد",
"mention": "{username} از شما نام برد",
"missingMessage": "محتوای پیام در دسترس نیست",
"navLabel": "فید فعالیت",
Expand Down
2 changes: 1 addition & 1 deletion frontend/app/src/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"accountSuspended": "Compte suspendu",
"activity": {
"anon": "Un utilisateur anonyme",
"crypto": "{username} vous a envoyé un message cryptographique",
"crypto": "{username} vous a envoyé un message de crypto-monnaie",
"mention": "{username} vous a mentionné",
"missingMessage": "Contenu du message indisponible",
"navLabel": "Flux d'activité",
Expand Down
2 changes: 1 addition & 1 deletion frontend/app/src/i18n/hi.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"accountSuspended": "खाता निलंबित कर दिया गया है",
"activity": {
"anon": "एक अनाम उपयोगकर्ता",
"crypto": "{username} ने आपको क्रिप्टो संदेश भेजा है",
"crypto": "{username} ने आपको क्रिप्टोकरेंसी संदेश भेजा है",
"mention": "{username} ने आपका उल्लेख किया",
"missingMessage": "संदेश सामग्री अनुपलब्ध",
"navLabel": "गतिविधि फ़ीड",
Expand Down
2 changes: 1 addition & 1 deletion frontend/app/src/i18n/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"accountSuspended": "Account sospeso",
"activity": {
"anon": "Un utente anonimo",
"crypto": "{username} ti ha inviato un messaggio crittografato",
"crypto": "{username} ti ha inviato un messaggio di criptovaluta",
"mention": "{username} ti ha menzionato",
"missingMessage": "Contenuto del messaggio non disponibile",
"navLabel": "Feed attività",
Expand Down
2 changes: 1 addition & 1 deletion frontend/app/src/i18n/iw.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"accountSuspended": "חשבון מושעה",
"activity": {
"anon": "משתמש אנונימי",
"crypto": "{username} שלח לך הודעת crytpo",
"crypto": "{username} שלח לך הודעת מטבע קריפטוגרפי",
"mention": "{username} הזכיר אותך",
"missingMessage": "תוכן ההודעה אינו זמין",
"navLabel": "הזנת פעילות",
Expand Down
2 changes: 1 addition & 1 deletion frontend/app/src/i18n/jp.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"accountSuspended": "アカウントが一時停止",
"activity": {
"anon": "匿名ユーザー",
"crypto": "{username} があなたに crypto メッセージを送信しました",
"crypto": "{username} が暗号通貨メッセージを送信しました",
"mention": "{username} さんがあなたに言及しました",
"missingMessage": "メッセージの内容が利用できません",
"navLabel": "アクティビティフィード",
Expand Down
2 changes: 1 addition & 1 deletion frontend/app/src/i18n/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"accountSuspended": "Konto zawieszone",
"activity": {
"anon": "Użytkownik anonimowy",
"crypto": "{username} wysłał Ci wiadomość kryptograficzną",
"crypto": "{username} wysłał Ci wiadomość z kryptowalutą",
"mention": "{username} wspomniał o Tobie",
"missingMessage": "Treść wiadomości jest niedostępna",
"navLabel": "Kanał aktywności",
Expand Down
2 changes: 1 addition & 1 deletion frontend/app/src/i18n/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"accountSuspended": "Аккаунт заблокирован",
"activity": {
"anon": "Анонимный пользователь",
"crypto": "{username} отправил вам криптосообщение",
"crypto": "{username} отправил вам сообщение о криптовалюте",
"mention": "{username} упомянул вас",
"missingMessage": "Содержание сообщения недоступно",
"navLabel": "Лента активности",
Expand Down
2 changes: 1 addition & 1 deletion frontend/app/src/i18n/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"accountSuspended": "Рахунок Підвісні",
"activity": {
"anon": "Анонімний користувач",
"crypto": "{username} надіслав вам повідомлення Crytpo",
"crypto": "{username} надіслав вам повідомлення про криптовалюту",
"mention": "{username} згадав вас",
"missingMessage": "Вміст повідомлення недоступний",
"navLabel": "Стрічка активності",
Expand Down
2 changes: 1 addition & 1 deletion frontend/app/src/i18n/vi.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"accountSuspended": "Toàn khoản bị đình chỉ",
"activity": {
"anon": "Một người dùng ẩn danh",
"crypto": "{username} đã gửi cho bạn một tin nhắn mật mã",
"crypto": "{username} đã gửi cho bạn một tin nhắn tiền điện tử",
"mention": "{username} đã đề cập đến bạn",
"missingMessage": "Nội dung tin nhắn không khả dụng",
"navLabel": "Nguồn cấp dữ liệu hoạt động",
Expand Down

0 comments on commit f309a56

Please sign in to comment.