File tree Expand file tree Collapse file tree 4 files changed +8
-1
lines changed
components/Modal/contents Expand file tree Collapse file tree 4 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1- import React , { useMemo , useState } from 'react'
1+ import React , { useMemo } from 'react'
22import styled from '../../../../design/lib/styled'
33import Countdown from 'react-countdown'
44import {
Original file line number Diff line number Diff line change 11import { TranslationSource , lngKeys } from './types'
22
33const frTranslation : TranslationSource = {
4+ [ lngKeys . SettingsBeta ] : 'Beta' ,
5+ [ lngKeys . SettingsBetaAutomationAndIntegration ] : 'Automation & Integration' ,
6+
47 //General
58 [ lngKeys . GeneralError ] : 'Erreur' ,
69 [ lngKeys . GeneralCreate ] : 'Créer' ,
Original file line number Diff line number Diff line change 11import { lngKeys , TranslationSource } from './types'
22
33const jpTranslation : TranslationSource = {
4+ [ lngKeys . SettingsBeta ] : 'Beta' ,
5+ [ lngKeys . SettingsBetaAutomationAndIntegration ] : 'Automation & Integration' ,
46 //General
57 [ lngKeys . GeneralError ] : 'エラー' ,
68 [ lngKeys . GeneralCreate ] : '作成' ,
Original file line number Diff line number Diff line change 11import { lngKeys , TranslationSource } from './types'
22
33const zhTranslation : TranslationSource = {
4+ [ lngKeys . SettingsBeta ] : 'Beta' ,
5+ [ lngKeys . SettingsBetaAutomationAndIntegration ] : 'Automation & Integration' ,
46 //General
57 [ lngKeys . GeneralError ] : '错误' ,
68 [ lngKeys . GeneralCreate ] : '创建' ,
You can’t perform that action at this time.
0 commit comments