mirror of
https://github.com/wassname/talk.git
synced 2026-07-16 11:22:16 +08:00
Adding translations
This commit is contained in:
@@ -72,16 +72,20 @@ class RejectUsernameDialog extends React.Component {
|
||||
className={styles.radioGroup}
|
||||
>
|
||||
<Radio value={flagReason.offensive}>
|
||||
{t('flag_reasons.offensive')}
|
||||
{t('flag_reasons.username.offensive')}
|
||||
</Radio>
|
||||
<Radio value={flagReason.nolike}>
|
||||
{t('flag_reasons.nolike')}
|
||||
{t('flag_reasons.username.nolike')}
|
||||
</Radio>
|
||||
<Radio value={flagReason.impersonating}>
|
||||
{t('flag_reasons.impersonating')}
|
||||
{t('flag_reasons.username.impersonating')}
|
||||
</Radio>
|
||||
<Radio value={flagReason.spam}>
|
||||
{t('flag_reasons.username.spam')}
|
||||
</Radio>
|
||||
<Radio value={flagReason.other}>
|
||||
{t('flag_reasons.username.other')}
|
||||
</Radio>
|
||||
<Radio value={flagReason.spam}>{t('flag_reasons.spam')}</Radio>
|
||||
<Radio value={flagReason.other}>{t('flag_reasons.other')}</Radio>
|
||||
</RadioGroup>
|
||||
{reason === flagReason.other && (
|
||||
<fieldset>
|
||||
|
||||
+6
-5
@@ -11,11 +11,12 @@ en:
|
||||
cancel: "Cancel"
|
||||
reject_username: "Reject Username"
|
||||
flag_reasons:
|
||||
offensive: "This username is offensive"
|
||||
nolike: "I dont likes this username"
|
||||
impersonating: "This username is offensive"
|
||||
spam: "This username is offensive"
|
||||
other: "Other"
|
||||
username:
|
||||
offensive: "This username is offensive"
|
||||
nolike: "I dont likes this username"
|
||||
impersonating: "This username is offensive"
|
||||
spam: "This username is offensive"
|
||||
other: "Other"
|
||||
bandialog:
|
||||
are_you_sure: "Are you sure you would like to ban {0}?"
|
||||
ban_user: "Ban User?"
|
||||
|
||||
Reference in New Issue
Block a user