feat: list recent supporters

This commit is contained in:
codytseng
2025-03-03 20:08:34 +08:00
parent 55bd996970
commit 94f35be93e
14 changed files with 106 additions and 13 deletions

View File

@@ -204,6 +204,7 @@ export default {
'Temporarily display this note': 'عرض هذه الملاحظة مؤقتاً',
buttonFollowing: 'جارٍ المتابعة',
'Are you sure you want to unfollow this user?':
'هل أنت متأكد أنك تريد إلغاء متابعة هذا المستخدم؟'
'هل أنت متأكد أنك تريد إلغاء متابعة هذا المستخدم؟',
'Recent Supporters': 'الداعمين الجدد'
}
}

View File

@@ -209,6 +209,7 @@ export default {
'Temporarily display this note': 'Notiz vorübergehend anzeigen',
buttonFollowing: 'Folge',
'Are you sure you want to unfollow this user?':
'Möchtest du diesem Benutzer wirklich nicht mehr folgen?'
'Möchtest du diesem Benutzer wirklich nicht mehr folgen?',
'Recent Supporters': 'Neueste Unterstützer'
}
}

View File

@@ -204,6 +204,7 @@ export default {
'Earlier notifications': 'Earlier notifications',
'Temporarily display this note': 'Temporarily display this note',
buttonFollowing: 'Following',
'Are you sure you want to unfollow this user?': 'Are you sure you want to unfollow this user?'
'Are you sure you want to unfollow this user?': 'Are you sure you want to unfollow this user?',
'Recent Supporters': 'Recent Supporters'
}
}

View File

@@ -209,6 +209,7 @@ export default {
'Temporarily display this note': 'Mostrar esta nota temporalmente',
buttonFollowing: 'Siguiendo',
'Are you sure you want to unfollow this user?':
'¿Estás seguro de que deseas dejar de seguir a este usuario?'
'¿Estás seguro de que deseas dejar de seguir a este usuario?',
'Recent Supporters': 'Últimos patrocinadores'
}
}

View File

@@ -207,6 +207,7 @@ export default {
'Temporarily display this note': 'Afficher temporairement cette note',
buttonFollowing: 'Suivi',
'Are you sure you want to unfollow this user?':
'Êtes-vous sûr de vouloir arrêter de suivre cet utilisateur ?'
'Êtes-vous sûr de vouloir arrêter de suivre cet utilisateur ?',
'Recent Supporters': 'Derniers soutiens'
}
}

View File

@@ -205,6 +205,7 @@ export default {
'Earlier notifications': '以前の通知',
'Temporarily display this note': 'このノートを一時的に表示',
buttonFollowing: 'フォロー中',
'Are you sure you want to unfollow this user?': 'このユーザーのフォローを解除しますか?'
'Are you sure you want to unfollow this user?': 'このユーザーのフォローを解除しますか?',
'Recent Supporters': '最近のサポーター'
}
}

View File

@@ -207,6 +207,7 @@ export default {
'Temporarily display this note': 'Tymczas wyświetl ten wpis',
buttonFollowing: 'Obserwujesz',
'Are you sure you want to unfollow this user?':
'Czy na pewno chcesz przestać obserwować tego użytkownika?'
'Czy na pewno chcesz przestać obserwować tego użytkownika?',
'Recent Supporters': 'Ostatni wspierający'
}
}

View File

@@ -1,6 +1,5 @@
export default {
translation: {
// NOTE: The translations below were generated by ChatGPT and have not yet been verified.
'Welcome! 🥳': 'Bem-vindo! 🥳',
About: 'Sobre',
'New Note': 'Nova nota',
@@ -207,6 +206,9 @@ export default {
'Temporarily display this note': 'Exibir esta nota temporariamente',
buttonFollowing: 'Seguindo',
'Are you sure you want to unfollow this user?':
'Tem certeza de que deseja deixar de seguir este usuário?'
'Tem certeza de que deseja deixar de seguir este usuário?',
// NOTE: The translations below were generated by ChatGPT and have not yet been verified.
'Recent Supporters': 'Apoiadores recentes'
}
}

View File

@@ -207,6 +207,7 @@ export default {
'Temporarily display this note': 'Exibir esta nota temporariamente',
buttonFollowing: 'Seguindo',
'Are you sure you want to unfollow this user?':
'Tem certeza de que deseja deixar de seguir este usuário?'
'Tem certeza de que deseja deixar de seguir este usuário?',
'Recent Supporters': 'Apoiadores Recentes'
}
}

View File

@@ -209,6 +209,7 @@ export default {
'Temporarily display this note': 'Временно отобразить эту заметку',
buttonFollowing: 'Подписан',
'Are you sure you want to unfollow this user?':
'Вы уверены, что хотите отписаться от этого пользователя?'
'Вы уверены, что хотите отписаться от этого пользователя?',
'Recent Supporters': 'Недавние спонсоры'
}
}

View File

@@ -205,6 +205,7 @@ export default {
'Earlier notifications': '更早的通知',
'Temporarily display this note': '临时显示此笔记',
buttonFollowing: '已关注',
'Are you sure you want to unfollow this user?': '确定要取消关注此用户吗?'
'Are you sure you want to unfollow this user?': '确定要取消关注此用户吗?',
'Recent Supporters': '最近的支持者'
}
}