A few strings where using -.

This commit is contained in:
gaba
2017-05-23 12:53:48 -04:00
parent a184837ff8
commit 259b24faaa
4 changed files with 11 additions and 11 deletions
@@ -50,7 +50,7 @@ const People = ({commenters, searchValue, onSearchChange, ...props}) => {
commenters={commenters}
onHeaderClickHandler={props.onHeaderClickHandler}
/>
: <EmptyCard>{t('community.no-results')}</EmptyCard>
: <EmptyCard>{t('community.no_results')}</EmptyCard>
}
<Pager
totalPages={props.totalPages}
@@ -81,7 +81,7 @@ const ModerationSettings = ({settings, updateSettings, onChangeWordlist}) => {
<Card className={styles.configSetting}>
<div className={styles.settingsHeader}>{t('configure.edit_comment_timeframe_heading')}</div>
<p>
{t('configure.edit-comment-timeframe-text-pre')}
{t('configure.edit_comment_timeframe_text_pre')}
&nbsp;
<input
style={{width: '3em'}}
@@ -94,7 +94,7 @@ const ModerationSettings = ({settings, updateSettings, onChangeWordlist}) => {
pattern='[0-9]+([\.][0-9]*)?'
/>
&nbsp;
{t('configure.edit-comment-timeframe-text-post')}
{t('configure.edit_comment_timeframe_text_post')}
</p>
</Card>
</div>
+4 -4
View File
@@ -46,12 +46,12 @@ en:
moderator: Moderator
newsroom_role: "Newsroom Role"
no_flagged_accounts: "The Account Flags queue is currently empty."
no-results: "No users found with that user name or email address. They're hiding!"
no_results: "No users found with that user name or email address. They're hiding!"
note: "Note: Banning this user will not let them edit comment or remove anything."
other: Other
people: People
role: "Select role..."
select-status: "Select status..."
select_status: "Select status..."
staff: "Staff"
status: Status
username_and_email: "Username and Email"
@@ -85,8 +85,8 @@ en:
domain_list_text: "Enter the domains you would like to permit for Talk e.g. your local staging and production environments (ex. localhost:3000 staging.domain.com domain.com)."
domain_list_title: "Permitted Domains"
edit_comment_timeframe_heading: "Edit Comment Timeframe"
edit-comment-timeframe-text-pre: "Commenters will have"
edit-comment-timeframe-text-post: "seconds to edit their comments."
edit_comment_timeframe_text_pre: "Commenters will have"
edit_comment_timeframe_text_post: "seconds to edit their comments."
embed_comment_stream: "Embed Stream"
enable_premod_links_text: "Moderators must approve any comment containing a link before its published."
enable_pre_moderation: "Enable pre-moderation"
+4 -4
View File
@@ -46,12 +46,12 @@ es:
moderator: Moderatora
newsroom_role: "Rol en la redacción"
no_flagged_accounts: "No hay ninguna cuenta reportada en este momento."
no-results: "No se encontraron usuarixs con ese nombre o correo."
no_results: "No se encontraron usuarixs con ese nombre o correo."
note: "Nota: Suspender a este usuario no le va a permitir (al usuario) borrar ni editar ni comentar."
other: Otro
people: Gente
role: "Seleccionar rol..."
select-status: "Seleccionar estado..."
select_status: "Seleccionar estado..."
staff: "Staff"
status: Estado
username_and_email: "Usuario y E-mail"
@@ -86,8 +86,8 @@ es:
domain_list_title: "Dominios Permitidos"
embed_comment_stream: "Colocar Hilo de Comentarios"
edit_comment_timeframe_heading: "Periodo de Tiempo de edición del Comentario"
edit-comment-timeframe-text-pre: "Comentarios tendrán"
edit-comment-timeframe-text-post: "segundos para editar sus comentarios."
edit_comment_timeframe_text_pre: "Comentarios tendrán"
edit_comment_timeframe_text_post: "segundos para editar sus comentarios."
enable_premod_links_text: "Moderadores deben aprobar todo comentario que contenga un enlace antes de que sea publicado."
enable_pre_moderation: "Permitir pre-moderación"
enable_pre_moderation_text: "Moderadores deben aprobar todo comentario antes que sea publicado."