Adds a few missing keys.

This commit is contained in:
gaba
2017-05-17 13:18:04 -07:00
parent 3aceb0dc38
commit 8d492ca4e9
4 changed files with 9 additions and 9 deletions
@@ -30,7 +30,7 @@ const FlaggedAccounts = ({...props}) => {
suspendUser={props.suspendUser}
/>;
})
: <EmptyCard>{t('community.no-flagged-accounts')}</EmptyCard>
: <EmptyCard>{t('community.no_flagged_accounts')}</EmptyCard>
}
</div>
</div>
@@ -20,7 +20,7 @@ const Wordlist = ({suspectWords, bannedWords, onChangeWordlist}) => (
</div>
</Card>
<Card id={styles.suspectWordlist} className={styles.configSetting}>
<div className={styles.settingsHeader}>{t('configure.suspect_words_title')}</div>
<div className={styles.settingsHeader}>{t('configure.suspect_word_title')}</div>
<p className={styles.wordlistDesc}>{t('configure.suspect_word_text')}</p>
<div className={styles.wrapper}>
<TagsInput
+3 -3
View File
@@ -38,14 +38,14 @@ en:
are_you_sure: "Are you sure you would like to ban {0}?"
ban_user: "Ban User?"
banned: Banned
banned-user: "Banned User"
banned_user: "Banned User"
cancel: Cancel
flaggedaccounts: "Flagged Usernames"
flags: Flags
loading: "Loading results"
moderator: Moderator
newsroom_role: "Newsroom Role"
no-flagged-accounts: "The Account Flags queue is currently empty."
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!"
note: "Note: Banning this user will not let them edit comment or remove anything."
other: Other
@@ -83,7 +83,7 @@ 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"
embed_comment_stream: "Embed Stream"
enable-premod-links-text: "Moderators must approve any comment containing a link before its published."
enable_premod_links_text: "Moderators must approve any comment containing a link before its published."
enable_pre_moderation: "Enable pre-moderation"
enable_pre_moderation_text: "Moderators must approve any comment before it is published."
enable_premod_links: "Pre-Moderate Comments Containing Links"
+4 -4
View File
@@ -38,14 +38,14 @@ es:
are_you_sure: '¿Estas segura que quieres suspender a {0}?'
ban_user: ¿Quieres suspender al Usuario?
banned: Suspendido
banned-user: Usuarix Suspendido
banned_user: Usuarix Suspendido
cancel: Cancelar
flaggedaccounts: Nombres de Usuarix Reportados
flags: Reportes
loading: Cargando resultados
moderator: Moderatora
newsroom_role: Rol en la redacción
no-flagged-accounts: No hay ninguna cuenta reportada en este momento.
no_flagged_accounts: No hay ninguna cuenta reportada en este momento.
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
@@ -81,10 +81,10 @@ es:
domain_list_text: Agrega dominios permitidos a Talk, por ejemplo tu localhost, staging y ambientes de producción (ej. localhost:3000, staging.domain.com, domain.com).
domain_list_title: Dominios Permitidos
embed_comment_stream: Colocar Hilo de Comentarios
enable-premod-links-text: Moderators must approve any comment containing a link before its published.
enable_premod_links_text: Moderators must approve any comment containing a link before its published.
enable_pre_moderation: Enable pre-moderation
enable_pre_moderation_text: Moderators must approve any comment before it is published.
enable-premod-links: Pre-Moderar Comentarios que contienen Enlaces
enable_premod_links: Pre-Moderar Comentarios que contienen Enlaces
enable_premod: Activar Pre Moderación
enable_premod_description: "Los y las Moderadoras deben aprobar cualquier comentario antes de su publicación"
enable_premod_links_description: Los y las moderadoras deben aprobar cualquier comentario que contengan enlaces antes de su publicación.