mirror of
https://github.com/go-gitea/gitea.git
synced 2025-06-21 13:38:00 +02:00
Notifications: trying to get a better layout (#660)
* i18n button titles * Improvements on notification page layout * Notification count badge fixes * Make table <tr> clickable * Fix octicon aligment * Fix use of AppSubUrl
This commit is contained in:

committed by
Lunny Xiao

parent
d0ad7921f8
commit
d2bb8ef503
@ -1275,3 +1275,6 @@ unread = Unread
|
||||
read = Read
|
||||
no_unread = You have no unread notifications.
|
||||
no_read = You have no read notifications.
|
||||
pin = Pin
|
||||
mark_as_read = Mark as read
|
||||
mark_as_unread = Mark as unread
|
||||
|
@ -1205,3 +1205,6 @@ unread = Não lidas
|
||||
read = Lidas
|
||||
no_unread = Você não possui notificações não lidas.
|
||||
no_read = Você não possui notificações lidas.
|
||||
pin = Fixar
|
||||
mark_as_read = Marcar como lida
|
||||
mark_as_unread = Marcar como não lida
|
||||
|
Reference in New Issue
Block a user