mirror of
https://github.com/wassname/talk.git
synced 2026-07-09 15:21:15 +08:00
Adds more missing translation.
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ export const menuActionsMap = {
|
||||
'REJECT': {status: 'REJECTED', text: 'reject', icon: 'close', key: 'r'},
|
||||
'REJECTED': {status: 'REJECTED', text: 'rejected', icon: 'close'},
|
||||
'APPROVE': {status: 'ACCEPTED', text: 'approve', icon: 'done', key: 't'},
|
||||
'FLAGGED': {status: 'FLAGGED', text: 'rlag', icon: 'flag', filter: 'Untouched'},
|
||||
'FLAGGED': {status: 'FLAGGED', text: 'flag', icon: 'flag', filter: 'Untouched'},
|
||||
'BAN': {status: 'BANNED', text: 'ban_user', icon: 'not interested'},
|
||||
'': {icon: 'done'}
|
||||
};
|
||||
|
||||
@@ -219,6 +219,7 @@ en:
|
||||
all_streams: "All Streams"
|
||||
approve: "Approve"
|
||||
approved: "Approved"
|
||||
ban_user: "Ban"
|
||||
billion: B
|
||||
close: Close
|
||||
dont_like_username: "Don't like username"
|
||||
|
||||
@@ -219,6 +219,7 @@ es:
|
||||
all_streams: "Todos los Hilos"
|
||||
approve: "Aprobar"
|
||||
approved: "Aprobado"
|
||||
ban_user: "Suspender"
|
||||
billion: B
|
||||
close: Cerrar
|
||||
dont_like_username: "No me gusta el nombre"
|
||||
|
||||
Reference in New Issue
Block a user