i18n fix
This commit is contained in:
parent
3317d32ae2
commit
dd1d956bfe
2 changed files with 11 additions and 5 deletions
|
@ -390,6 +390,8 @@
|
||||||
"Mature": "Mature",
|
"Mature": "Mature",
|
||||||
"Show mature content": "Show mature content",
|
"Show mature content": "Show mature content",
|
||||||
"Mature content may include nudity, intense sexuality, profanity, or other adult content. By displaying mature content, you are affirming you are of legal age to view mature content in your country or jurisdiction. ": "Mature content may include nudity, intense sexuality, profanity, or other adult content. By displaying mature content, you are affirming you are of legal age to view mature content in your country or jurisdiction. ",
|
"Mature content may include nudity, intense sexuality, profanity, or other adult content. By displaying mature content, you are affirming you are of legal age to view mature content in your country or jurisdiction. ": "Mature content may include nudity, intense sexuality, profanity, or other adult content. By displaying mature content, you are affirming you are of legal age to view mature content in your country or jurisdiction. ",
|
||||||
|
"Mature content hidden by your preferences": "Mature content hidden by your preferences",
|
||||||
|
"This content is hidden": "This content is hidden",
|
||||||
"Encrypt my wallet with a custom password": "Encrypt my wallet with a custom password",
|
"Encrypt my wallet with a custom password": "Encrypt my wallet with a custom password",
|
||||||
"Enable claim support": "Enable claim support",
|
"Enable claim support": "Enable claim support",
|
||||||
"Send %lbc% to your friends or favorite creators.": "Send %lbc% to your friends or favorite creators.",
|
"Send %lbc% to your friends or favorite creators.": "Send %lbc% to your friends or favorite creators.",
|
||||||
|
@ -634,7 +636,7 @@
|
||||||
"An account with lbry.tv allows you to earn rewards and backup your data.": "An account with lbry.tv allows you to earn rewards and backup your data.",
|
"An account with lbry.tv allows you to earn rewards and backup your data.": "An account with lbry.tv allows you to earn rewards and backup your data.",
|
||||||
"Backup your account and wallet data.": "Backup your account and wallet data.",
|
"Backup your account and wallet data.": "Backup your account and wallet data.",
|
||||||
"Sign in": "Sign in",
|
"Sign in": "Sign in",
|
||||||
"We just sent an email to %email% with a link for you to %verify_text%.": "We just sent an email to %email% with a link for you to %verify_text%.",
|
"We just sent an email to %email% with a link for you to %verify_text%. Remember to check other email folders like spam or promotions.": "We just sent an email to %email% with a link for you to %verify_text%. Remember to check other email folders like spam or promotions.",
|
||||||
"Your email preferences": "Your email preferences",
|
"Your email preferences": "Your email preferences",
|
||||||
"Invalid claim ID %claimId%.": "Invalid claim ID %claimId%.",
|
"Invalid claim ID %claimId%.": "Invalid claim ID %claimId%.",
|
||||||
"Suggested": "Suggested",
|
"Suggested": "Suggested",
|
||||||
|
@ -1041,7 +1043,9 @@
|
||||||
"Trending For Your Tags": "Trending For Your Tags",
|
"Trending For Your Tags": "Trending For Your Tags",
|
||||||
"Latest From @lbry": "Latest From @lbry",
|
"Latest From @lbry": "Latest From @lbry",
|
||||||
"Latest From @lbrycast": "Latest From @lbrycast",
|
"Latest From @lbrycast": "Latest From @lbrycast",
|
||||||
"Hate these? %sign_in_to_lbrytv% or %download_the_app% for an ad free experience.": "Hate these? %sign_in_to_lbrytv% or %download_the_app% for an ad free experience.",
|
"Hate these? %log_in_to_domain% or %download_the_app% for an ad free experience.": "Hate these? %log_in_to_domain% or %download_the_app% for an ad free experience.",
|
||||||
|
"Log in to %domain%": "Log in to %domain%",
|
||||||
|
"download the app": "download the app",
|
||||||
"lbry.tv collects usage information for itself only (%more_information%).": "lbry.tv collects usage information for itself only (%more_information%).",
|
"lbry.tv collects usage information for itself only (%more_information%).": "lbry.tv collects usage information for itself only (%more_information%).",
|
||||||
"lbry.tv collects usage information for itself only (%more_information%). Want control over this and more?": "lbry.tv collects usage information for itself only (%more_information%). Want control over this and more?",
|
"lbry.tv collects usage information for itself only (%more_information%). Want control over this and more?": "lbry.tv collects usage information for itself only (%more_information%). Want control over this and more?",
|
||||||
"%DOMAIN% performance may be degraded. You can try to use it, or wait 5 minutes and refresh. Please no crush us.": "%DOMAIN% performance may be degraded. You can try to use it, or wait 5 minutes and refresh. Please no crush us.",
|
"%DOMAIN% performance may be degraded. You can try to use it, or wait 5 minutes and refresh. Please no crush us.": "%DOMAIN% performance may be degraded. You can try to use it, or wait 5 minutes and refresh. Please no crush us.",
|
||||||
|
@ -1543,5 +1547,7 @@
|
||||||
"Winning amount: %amount%": "Winning amount: %amount%",
|
"Winning amount: %amount%": "Winning amount: %amount%",
|
||||||
"Download or get the app": "Download or get the app",
|
"Download or get the app": "Download or get the app",
|
||||||
"This content can be downloaded from lbry.tv, but not displayed. It will display in LBRY Desktop, an app for desktop computers.": "This content can be downloaded from lbry.tv, but not displayed. It will display in LBRY Desktop, an app for desktop computers.",
|
"This content can be downloaded from lbry.tv, but not displayed. It will display in LBRY Desktop, an app for desktop computers.": "This content can be downloaded from lbry.tv, but not displayed. It will display in LBRY Desktop, an app for desktop computers.",
|
||||||
|
"Repost Here": "Repost Here",
|
||||||
|
"Publish Here": "Publish Here",
|
||||||
"--end--": "--end--"
|
"--end--": "--end--"
|
||||||
}
|
}
|
||||||
|
|
|
@ -64,17 +64,17 @@ function Ads(props: Props) {
|
||||||
const adsSignInDriver = (
|
const adsSignInDriver = (
|
||||||
<I18nMessage
|
<I18nMessage
|
||||||
tokens={{
|
tokens={{
|
||||||
sign_in_to_lbrytv: (
|
log_in_to_domain: (
|
||||||
<Button
|
<Button
|
||||||
button="link"
|
button="link"
|
||||||
label={__('Log in to') + ' ' + DOMAIN}
|
label={__('Log in to %domain%', { domain: DOMAIN })}
|
||||||
navigate={`/$/${PAGES.AUTH}?redirect=${pathname}`}
|
navigate={`/$/${PAGES.AUTH}?redirect=${pathname}`}
|
||||||
/>
|
/>
|
||||||
),
|
),
|
||||||
download_the_app: <Button button="link" label={__('download the app')} href="https://lbry.com/get" />,
|
download_the_app: <Button button="link" label={__('download the app')} href="https://lbry.com/get" />,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Hate these? %sign_in_to_lbrytv% or %download_the_app% for an ad free experience.
|
Hate these? %log_in_to_domain% or %download_the_app% for an ad free experience.
|
||||||
</I18nMessage>
|
</I18nMessage>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue