mirror of
https://github.com/wassname/talk.git
synced 2026-07-10 16:14:26 +08:00
Merge branch 'master' into snackbar-improvements
This commit is contained in:
@@ -14,9 +14,9 @@ import {
|
||||
export function createStore(reducers, middlewares = []) {
|
||||
const enhancers = [applyMiddleware(...middlewares)];
|
||||
|
||||
if (window.devToolsExtension) {
|
||||
if (window.__REDUX_DEVTOOLS_EXTENSION__) {
|
||||
// we can't have the last argument of compose() be undefined
|
||||
enhancers.push(window.devToolsExtension());
|
||||
enhancers.push(window.__REDUX_DEVTOOLS_EXTENSION__());
|
||||
}
|
||||
|
||||
return reduxCreateStore(combineReducers(reducers), {}, compose(...enhancers));
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
en:
|
||||
talk-plugin-notifications-category-moderation-actions:
|
||||
toggle_description: My pending comments have been reviewed
|
||||
es:
|
||||
talk-plugin-notifications-category-moderation-actions:
|
||||
toggle_description: Mis comentarios pendientes han sido revisados
|
||||
|
||||
@@ -8,3 +8,13 @@ en:
|
||||
rejected:
|
||||
subject: "Your comment on {0} was not published"
|
||||
body: "{0}\nThe language used in one of your comments did not comply with our community guidelines, and so the comment has been removed."
|
||||
es:
|
||||
talk-plugin-notifications:
|
||||
categories:
|
||||
moderation-actions:
|
||||
approved:
|
||||
subject: "Tu comentario sobre {0} ha sido publicado"
|
||||
body: "{0}\nGracias por enviar tu comentario. Tu comentario se ha publicado: {1}"
|
||||
rejected:
|
||||
subject: "Tu comentario en {0} no fue publicado"
|
||||
body: "{0}\nEl lenguaje utilizado en uno de tus comentarios no cumple con las pautas de nuestra comunidad, por lo que el comentario se eliminó."
|
||||
|
||||
@@ -40,6 +40,20 @@ en:
|
||||
confirm: "Confirm"
|
||||
are_unsubscribed: "You are now unsubscribed from all notifications."
|
||||
token_invalid: "Unsubscribe link is invalid, click the link from a more recent email or visit a comment stream and login to change your notification preferences"
|
||||
es:
|
||||
talk-plugin-notifications:
|
||||
templates:
|
||||
digest:
|
||||
subject: "Tu última actividad de comentarios en {0}"
|
||||
footer: "Recibiste esta notificación porque eres un comentarista en {0} y aceptaste recibir notificaciones."
|
||||
links:
|
||||
unsubscribe: "Darse de baja de las notificaciones de comentarios"
|
||||
unsubscribe_page:
|
||||
unsubscribe: "Darse de baja de las notificaciones de comentarios"
|
||||
click_to_confirm: "Haga clic a continuación para confirmar que desea cancelar la suscripción de todas las notificaciones"
|
||||
confirm: "Confirmar"
|
||||
are_unsubscribed: "Se ha cancelado la suscripción a todas las notificaciones."
|
||||
token_invalid: "El enlace para cancelar la suscripción no es válido, haga clic en el enlace de un correo electrónico más reciente o visite un flujo de comentarios e inicie sesión para cambiar sus preferencias de notificación"
|
||||
he:
|
||||
talk-plugin-notifications:
|
||||
templates:
|
||||
|
||||
Reference in New Issue
Block a user