chore: Update translations (#8983)
This commit is contained in:
60
app/javascript/dashboard/i18n/locale/es/inbox.json
Normal file
60
app/javascript/dashboard/i18n/locale/es/inbox.json
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"INBOX": {
|
||||
"LIST": {
|
||||
"TITLE": "Bandeja de entrada",
|
||||
"DISPLAY_DROPDOWN": "Mostrar",
|
||||
"LOADING": "Cargando notificaciones",
|
||||
"EOF": "Todas las notificaciones cargadas 🎉",
|
||||
"404": "There are no active notifications in this group.",
|
||||
"NO_NOTIFICATIONS": "No notifications",
|
||||
"NOTE": "Notifications from all subscribed inboxes",
|
||||
"SNOOZED_UNTIL": "Posponer hasta",
|
||||
"SNOOZED_UNTIL_TOMORROW": "Pospuesto hasta mañana",
|
||||
"SNOOZED_UNTIL_NEXT_WEEK": "Pospuesto hasta la próxima semana"
|
||||
},
|
||||
"ACTION_HEADER": {
|
||||
"SNOOZE": "Snooze notification",
|
||||
"DELETE": "Delete notification"
|
||||
},
|
||||
"TYPES": {
|
||||
"CONVERSATION_MENTION": "You have been mentioned in a conversation",
|
||||
"CONVERSATION_CREATION": "New conversation created",
|
||||
"CONVERSATION_ASSIGNMENT": "A conversation has been assigned to you",
|
||||
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "New message in an assigned conversation",
|
||||
"PARTICIPATING_CONVERSATION_NEW_MESSAGE": "New message in a conversation you are participating in"
|
||||
},
|
||||
"MENU_ITEM": {
|
||||
"MARK_AS_READ": "Mark as read",
|
||||
"MARK_AS_UNREAD": "Marcar como no leído",
|
||||
"SNOOZE": "Posponer",
|
||||
"DELETE": "Eliminar",
|
||||
"MARK_ALL_READ": "Marcar todo como leído",
|
||||
"DELETE_ALL": "Delete all",
|
||||
"DELETE_ALL_READ": "Delete all read"
|
||||
},
|
||||
"DISPLAY_MENU": {
|
||||
"SORT": "Sort",
|
||||
"DISPLAY": "Display :",
|
||||
"SORT_OPTIONS": {
|
||||
"NEWEST": "Más reciente",
|
||||
"OLDEST": "Más antiguo",
|
||||
"PRIORITY": "Prioridad"
|
||||
},
|
||||
"DISPLAY_OPTIONS": {
|
||||
"SNOOZED": "Postpuestas",
|
||||
"READ": "Leído",
|
||||
"LABELS": "Etiquetas",
|
||||
"CONVERSATION_ID": "ID de conversación"
|
||||
}
|
||||
},
|
||||
"ALERTS": {
|
||||
"MARK_AS_READ": "Notificación marcada como leída",
|
||||
"MARK_AS_UNREAD": "Notificación marcada como no leída",
|
||||
"SNOOZE": "Notificación pospuesta",
|
||||
"DELETE": "Notificación eliminada",
|
||||
"MARK_ALL_READ": "Todas las notificaciones marcadas como leídas",
|
||||
"DELETE_ALL": "Todas las notificaciones eliminadas",
|
||||
"DELETE_ALL_READ": "Todas las notificaciones leídas eliminadas"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user