i18n update request from translators

This commit is contained in:
infinite-persistence 2021-06-13 15:12:28 +08:00
parent c2ff765a60
commit cbf0be3f3c
No known key found for this signature in database
GPG key ID: B9C3252EDC3D0AA0
5 changed files with 19 additions and 6 deletions

View file

@ -451,6 +451,7 @@
"Trending": "Trending",
"Top": "Top",
"New": "New",
"New --[clears Publish Form]--": "New",
"Loading": "Loading",
"This file is in your library.": "This file is in your library.",
"'claimName', 'channelName', and 'streamName' are all empty. One must be present to build a url.": "'claimName', 'channelName', and 'streamName' are all empty. One must be present to build a url.",
@ -1064,6 +1065,7 @@
"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%). Want control over this and more?": "lbry.tv collects usage information for itself only (%more_information%). Want control over this and more?",
"more --[value for \"more_information\"]--": "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.",
"Please %sign_in_link% to comment.": "Please %sign_in_link% to comment.",
"Replying as %reply_channel%": "Replying as %reply_channel%",
@ -1398,7 +1400,7 @@
"Skip preview and confirmation": "Skip preview and confirmation",
"Upload settings": "Upload settings",
"Currently uploading": "Currently uploading",
"You files are currently uploading.": "You files are currently uploading.",
"Your files are currently uploading.": "Your files are currently uploading.",
"Your file is currently uploading.": "Your file is currently uploading.",
"Enable Sync": "Enable Sync",
"Disable Sync": "Disable Sync",
@ -1581,6 +1583,8 @@
"Search only in this language by default": "Search only in this language by default",
"This link leads to an external website.": "This link leads to an external website.",
"No Content Found": "No Content Found",
"No Lists Found": "No Lists Found",
"No Reposts Found": "No Reposts Found",
"Publish Something": "Publish Something",
"Repost Something": "Repost Something",
"Watch on lbry.tv": "Watch on lbry.tv",
@ -1912,6 +1916,7 @@
"Latest": "Latest",
"Channel Not Found": "Channel Not Found",
"Probably because you didn't make it.": "Probably because you didn't make it.",
"Release date": "Release date",
"Set custom release date": "Set custom release date",
"Now": "Now",
"Set to current date and time": "Set to current date and time",

View file

@ -629,7 +629,7 @@ function PublishForm(props: Props) {
previewing
}
/>
<Button button="link" onClick={clearPublish} label={__('New')} />
<Button button="link" onClick={clearPublish} label={__('New --[clears Publish Form]--')} />
</div>
<p className="help">
{!formDisabled && !formValid ? (

View file

@ -78,7 +78,7 @@ const PublishReleaseDate = (props: Props) => {
return (
<div className="form-field-date-picker">
<label>Release date</label>
<label>{__('Release date')}</label>
<div className="controls">
{showDatePicker && (
<DateTimePicker

View file

@ -234,7 +234,7 @@ const ModalPublishPreview = (props: Props) => {
{createRow(__('Deposit'), depositValue)}
{createRow(__('Price'), priceValue)}
{createRow(__('Language'), language)}
{releaseTimeEdited && createRow(__('Release Date'), releaseTimeStr(releaseTimeEdited))}
{releaseTimeEdited && createRow(__('Release date'), releaseTimeStr(releaseTimeEdited))}
{createRow(__('License'), licenseValue)}
{createRow(__('Tags'), tagsValue)}
</tbody>

View file

@ -21,7 +21,11 @@ export default function NagDegradedPerformance(props: Props) {
<I18nMessage
tokens={{
more_information: (
<Button button="link" label={__('more')} href="https://lbry.com/faq/privacy-and-data" />
<Button
button="link"
label={__('more --[value for "more_information"]--')}
href="https://lbry.com/faq/privacy-and-data"
/>
),
}}
>
@ -37,7 +41,11 @@ export default function NagDegradedPerformance(props: Props) {
<I18nMessage
tokens={{
more_information: (
<Button button="link" label={__('more')} href="https://lbry.com/faq/privacy-and-data" />
<Button
button="link"
label={__('more --[value for "more_information"]--')}
href="https://lbry.com/faq/privacy-and-data"
/>
),
}}
>