Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions lang/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -4358,5 +4358,17 @@
"texterify_timestamp": {
"defaultMessage": "2023-10-31T14:48:06Z",
"description": ""
},
"cSm/iv": {
"defaultMessage": "¡El éxito no tiene fronteras! Spanish Translation and New Improvements for You Are Here.",
"description": "This message appears on the news banner to invite the user to learn about the Spotlight feature."
},
"ik/N/l": {
"defaultMessage": "Now fully translated into Spanish, making OKR management easier for everyone, and improved task filters so you can instantly focus on what really matters :)",
"description": "This message appears on action button that redirect the user to company page on Spotlight tab"
},
"DM6HaV": {
"defaultMessage": "What's New!",
"description": "This message is used as the label for the news banner tag"
}
}
12 changes: 12 additions & 0 deletions lang/es-AR.json
Original file line number Diff line number Diff line change
Expand Up @@ -3866,5 +3866,17 @@
"3LGCOy": {
"defaultMessage": "Español",
"description": "This message is used as the label for the espanish language in our locale switcher"
},
"cSm/iv": {
"defaultMessage": "¡El éxito no tiene fronteras! Ya está disponible la traducción al español y nuevas mejoras para usted.",
"description": "This message appears on the news banner to invite the user to learn about the Spotlight feature."
},
"ik/N/l": {
"defaultMessage": "Ahora con traducción completa al español, lo que facilita la gestión de OKR para todos, y filtros de tareas mejorados para que puedas centrarte al instante en lo que realmente importa :)",
"description": "This message appears on action button that redirect the user to company page on Spotlight tab"
},
"DM6HaV": {
"defaultMessage": "¡Nuevo!",
"description": "This message is used as the label for the news banner tag"
}
}
20 changes: 12 additions & 8 deletions lang/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,6 @@
"defaultMessage": "Na última hora",
"description": "This label is displayed if the date difference is less than 1 hour"
},
"1EdvvO": {
"defaultMessage": "Agora você pode fazer a gestão das atividades da rotina do seu time também na bud. Visite a página do seu time e explore a aba de tarefas! Crie tarefas e acompanhe o andamento dos seus projetos em um só lugar :)",
"description": "This message appears on action button that redirect the user to company page on Spotlight tab"
},
"1IAVGz": {
"defaultMessage": "Tarefas pendentes",
"description": "Label for pending tasks selector item"
Expand Down Expand Up @@ -987,6 +983,10 @@
"defaultMessage": "O objetivo foi movido de ciclo com sucesso.",
"description": "This message appears on a successful toast when update objective team."
},
"DM6HaV": {
"defaultMessage": "Novidade!",
"description": "This message is used as the label for the news banner tag"
},
"DRKiQR": {
"defaultMessage": "Parabéns! Você completou este resultado chave.",
"description": "The text is displayed as a heading in the add team modal"
Expand Down Expand Up @@ -2291,10 +2291,6 @@
"defaultMessage": "Nome",
"description": "This is the label that goes on our user account settings page, at the first field to update the user informations"
},
"Y0d9br": {
"defaultMessage": "Organize suas atividades no novo módulo de gestão de tarefas!",
"description": "This message appears on the news banner to invite the user to learn about the Spotlight feature."
},
"Y1oyYG": {
"defaultMessage": "Um ícone de seta para cima, indicando que o progresso aumentou",
"description": "This desc message explains the increase icon for screen readers"
Expand Down Expand Up @@ -2511,6 +2507,10 @@
"defaultMessage": "Desculpe, mas houve um erro inesperado. Tente novamente mais tarde",
"description": "This message appears when the user tries to remove a given key-result, but receives an error"
},
"cSm/iv": {
"defaultMessage": "¡El éxito no tiene fronteras! Chegou a Tradução para Espanhol e Novas Melhorias para Você.",
"description": "This message appears on the news banner to invite the user to learn about the Spotlight feature."
},
"cVQ/Xo": {
"defaultMessage": "Time",
"description": "The title of the team column"
Expand Down Expand Up @@ -2883,6 +2883,10 @@
"defaultMessage": "Financeiro (Dólar)",
"description": "This message is displayed inside our key-result format select as the title of the coin USD format"
},
"ik/N/l": {
"defaultMessage": "Agora com tradução completa para o Espanhol, facilitando a gestão de OKRs para todos, e filtros de tarefas aprimorados para você focar instantaneamente no que realmente importa :)",
"description": "This message appears on action button that redirect the user to company page on Spotlight tab"
},
"ivvae0": {
"defaultMessage": "Pontos de atenção nos membros do time",
"description": "This message appears in the title of the team member attention points section."
Expand Down
Binary file added public/images/bud-release-19-11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 11 additions & 4 deletions src/components/Base/NewsBanner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ import {
import React, { useCallback, useEffect } from 'react'
import { useIntl } from 'react-intl'

import bg from 'public/images/new-task-feature-2.png'
import bg from 'public/images/bud-release-19-11.png'
import useLocalStorage from 'src/state/hooks/useLocalStorage/hook'

import messages from './messages'

export const newsBannerStorageKey = 'newTasksFeature'
export const newsBannerStorageKey = 'release-19-11-2025'

const NewsBanner = () => {
const intl = useIntl()
Expand Down Expand Up @@ -61,12 +61,19 @@ const NewsBanner = () => {
/>
<Box width="500px" paddingTop="30px" paddingLeft="50px">
<Tag bg="brand.500" color="white" fontSize={18} padding="3px 9px" mb="10px">
Novidade!
{intl.formatMessage(messages.newsBannerTag)}
</Tag>
<Text color="brand.500" fontWeight={900} textTransform="uppercase" fontSize="35px">
{intl.formatMessage(messages.newsBannerTitle)}
</Text>
<Text color="new-gray.700" fontWeight={450} fontSize="16px" marginTop="10px" mb="20px">
<Text
color="new-gray.700"
fontWeight={450}
fontSize="16px"
marginTop="10px"
mb="20px"
paddingRight="10px"
>
{intl.formatMessage(messages.newsBannerDescription)}
</Text>
{/* <Button
Expand Down
20 changes: 15 additions & 5 deletions src/components/Base/NewsBanner/messages.ts
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
import { defineMessages } from 'react-intl'

type NewsBannerMessages = 'newsBannerTitle' | 'newsBannerDescription' | 'newsBannerButton'
type NewsBannerMessages =
| 'newsBannerTitle'
| 'newsBannerDescription'
| 'newsBannerButton'
| 'newsBannerTag'

export default defineMessages<NewsBannerMessages>({
newsBannerTitle: {
defaultMessage: 'Organize suas atividades no novo módulo de gestão de tarefas!',
id: 'Y0d9br',
defaultMessage:
'¡El éxito no tiene fronteras! Chegou a Tradução para Espanhol e Novas Melhorias para Você.',
id: 'cSm/iv',
description:
'This message appears on the news banner to invite the user to learn about the Spotlight feature.',
},
newsBannerDescription: {
defaultMessage:
'Agora você pode fazer a gestão das atividades da rotina do seu time também na bud. Visite a página do seu time e explore a aba de tarefas! Crie tarefas e acompanhe o andamento dos seus projetos em um só lugar :)',
id: '1EdvvO',
'Agora com tradução completa para o Espanhol, facilitando a gestão de OKRs para todos, e filtros de tarefas aprimorados para você focar instantaneamente no que realmente importa :)',
id: 'ik/N/l',
description:
'This message appears on action button that redirect the user to company page on Spotlight tab',
},
Expand All @@ -22,4 +27,9 @@ export default defineMessages<NewsBannerMessages>({
description:
'This message appears on action button that redirect the user to company page on Spotlight tab',
},
newsBannerTag: {
defaultMessage: 'Novidade!',
id: 'DM6HaV',
description: 'This message is used as the label for the news banner tag',
},
})
Loading