Adds more missing translation.

This commit is contained in:
gaba
2017-05-24 11:32:52 -04:00
parent db3f91cbcc
commit 03f70bcab9
3 changed files with 3 additions and 1 deletions
@@ -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'}
};
+1
View File
@@ -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"
+1
View File
@@ -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"