feat: pwa with push notifications (#337)
This commit is contained in:
parent
a18e5e2332
commit
f0c91a3974
48 changed files with 2903 additions and 14 deletions
|
@ -144,6 +144,38 @@
|
|||
"missing_type": "MISSING notification.type:",
|
||||
"reblogged_post": "reblogged your post",
|
||||
"request_to_follow": "requested to follow you",
|
||||
"settings": {
|
||||
"alerts": {
|
||||
"favourite": "Favourites",
|
||||
"follow": "New followers",
|
||||
"mention": "Mentions",
|
||||
"poll": "Polls",
|
||||
"reblog": "Reblog your post",
|
||||
"title": "What notifications to receive?"
|
||||
},
|
||||
"close_btn": "Close desktop notification settings",
|
||||
"policy": {
|
||||
"all": "From anyone",
|
||||
"followed": "Of people I follow",
|
||||
"follower": "Of people who follow me",
|
||||
"none": "From no one",
|
||||
"title": "Who can I receive notifications from?"
|
||||
},
|
||||
"save_settings": "Save settings changes",
|
||||
"show_btn": "Show desktop notification settings",
|
||||
"title": "Desktop notification settings",
|
||||
"undo_settings": "Undo settings changes",
|
||||
"unsubscribe": "Disable desktop notifications",
|
||||
"unsubscribed_with_warning": "Enable notifications to receive notifications from this account by clicking \"@:notification.settings.warning.enable_desktop{'\"'} button.",
|
||||
"unsupported": "Your browser does not support desktop notifications.",
|
||||
"warning": {
|
||||
"enable_close": "Close",
|
||||
"enable_description": "To receive notifications when Elk is not open, enable desktop notifications. You can control precisely what types of interactions generate desktop notifications via the \"Show Settings\" button above once enabled.",
|
||||
"enable_description_short": "To change desktop notification settings when Elk is not open, you must first enable desktop notifications.",
|
||||
"enable_desktop": "Enable desktop notifications",
|
||||
"enable_title": "Never miss anything"
|
||||
}
|
||||
},
|
||||
"update_status": "updated their status"
|
||||
},
|
||||
"placeholder": {
|
||||
|
@ -153,6 +185,12 @@
|
|||
"replying": "Replying",
|
||||
"the_thread": "the thread"
|
||||
},
|
||||
"pwa": {
|
||||
"close": "Close",
|
||||
"message": "@:pwa.title{','} click on @:pwa.reload button to update.",
|
||||
"reload": "Reload",
|
||||
"title": "New Elk version available"
|
||||
},
|
||||
"search": {
|
||||
"search_desc": "Search for people & hashtags"
|
||||
},
|
||||
|
|
|
@ -141,6 +141,38 @@
|
|||
"missing_type": "MISSING notification.type:",
|
||||
"reblogged_post": "retooteó tu publicación",
|
||||
"request_to_follow": "ha solicitado seguirte",
|
||||
"settings": {
|
||||
"alerts": {
|
||||
"favourite": "Favoritos",
|
||||
"follow": "Nuevos seguidores",
|
||||
"mention": "Menciones",
|
||||
"poll": "Encuestas",
|
||||
"reblog": "Retooteo de tus publicaciones",
|
||||
"title": "¿Qué notificaciones recibir?"
|
||||
},
|
||||
"close_btn": "Cerrar ajuste de las notificaciones de escritorio",
|
||||
"policy": {
|
||||
"all": "De cualquier persona",
|
||||
"followed": "De personas que sigo",
|
||||
"follower": "De personas que me siguen",
|
||||
"none": "De nadie",
|
||||
"title": "¿De quién puedo recibir notificaciones?"
|
||||
},
|
||||
"save_settings": "Guardar cambios en los ajustes",
|
||||
"show_btn": "Mostrar ajustes de las notificaciones de escritorio",
|
||||
"title": "Ajustes de notificaciones de escritorio",
|
||||
"undo_settings": "Deshacer cambios en los ajustes",
|
||||
"unsubscribe": "Cancelar notificaciones de escritorio",
|
||||
"unsubscribed_with_warning": "Habilite las notificaciones para recibir notificaciones de esta cuenta haciendo clic en el botón \"@:notification.settings.warning.enable_desktop{'\"'}.",
|
||||
"unsupported": "Tu navegador no soporta notificaciones de escritorio.",
|
||||
"warning": {
|
||||
"enable_close": "Cerrar",
|
||||
"enable_description": "Para recibir notificaciones cuando Elk no esté abierto, habilite las notificaciones de escritorio. Puedes controlar con precisión qué tipos de interacciones generan notificaciones de escritorio a través del botón \"Mostrar ajustes\" de arriba una vez que estén habilitadas.",
|
||||
"enable_description_short": "Para cambiar los ajustes de las notificaciones de escritorio cuando Elk no esté abierto, debe habilitar antes las notificaciones de escritorio.",
|
||||
"enable_desktop": "Habilitar notificaciones de escritorio",
|
||||
"enable_title": "Nunca te pierdas nada"
|
||||
}
|
||||
},
|
||||
"update_status": "ha actualizado su estado"
|
||||
},
|
||||
"placeholder": {
|
||||
|
@ -150,6 +182,12 @@
|
|||
"replying": "Respondiendo",
|
||||
"the_thread": "el hilo"
|
||||
},
|
||||
"pwa": {
|
||||
"close": "Cerrar",
|
||||
"message": "@:pwa.title{','} haz click en el botón @:pwa.reload para actualizar.",
|
||||
"reload": "Recargar",
|
||||
"title": "Nueva versión de Elk disponible"
|
||||
},
|
||||
"state": {
|
||||
"edited": "(Editado)",
|
||||
"editing": "Editando",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue