mirror of
https://github.com/wassname/talk.git
synced 2026-07-11 01:08:53 +08:00
fix: adapt translation keys to our convention (#1988)
This commit is contained in:
@@ -25,7 +25,7 @@ const Header: StatelessComponent<HeaderProps> = ({ main }) => {
|
||||
>
|
||||
The Coral Project
|
||||
</Typography>
|
||||
<Localized id="install-title">
|
||||
<Localized id="install-header-title">
|
||||
<Typography
|
||||
className={cn(styles.subHeadline, {
|
||||
[styles.subHeadlineMain]: main,
|
||||
|
||||
@@ -13,7 +13,7 @@ const BackButton: StatelessComponent<BackButtonProps> = ({
|
||||
onGoToPreviousStep,
|
||||
}) => {
|
||||
return (
|
||||
<Localized id="install-back">
|
||||
<Localized id="install-backButton-back">
|
||||
<Button
|
||||
onClick={onGoToPreviousStep}
|
||||
variant="filled"
|
||||
|
||||
@@ -16,7 +16,7 @@ const NextButton: StatelessComponent<NextButtonProps> = props => {
|
||||
type="submit"
|
||||
disabled={props.submitting}
|
||||
>
|
||||
<Localized id="install-next">
|
||||
<Localized id="install-nextButton-next">
|
||||
<span>Next</span>
|
||||
</Localized>
|
||||
<ButtonIcon>arrow_forward</ButtonIcon>
|
||||
|
||||
@@ -100,7 +100,7 @@ const PermittedDomains: StatelessComponent<PermittedDomainsForm> = props => {
|
||||
</Field>
|
||||
|
||||
<Flex direction="row-reverse" itemGutter>
|
||||
<Localized id="install-finishInstall">
|
||||
<Localized id="install-permittedDomains-finishInstall">
|
||||
<Button
|
||||
variant="filled"
|
||||
color="primary"
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
## Install
|
||||
|
||||
install-back = Back
|
||||
install-next = Next
|
||||
install-finishInstall = Finish Install
|
||||
install-title = Talk Installation Wizard
|
||||
install-backButton-back = Back
|
||||
install-nextButton-next = Next
|
||||
install-permittedDomains-finishInstall = Finish Install
|
||||
install-header-title = Talk Installation Wizard
|
||||
|
||||
install-initialStep-copy = The remainder of the Talk installation will take about ten minutes. Once you complete the following three steps, you will have a free installation and provision Mongo and Redis.
|
||||
install-initialStep-getStarted = Get Started
|
||||
|
||||
Reference in New Issue
Block a user