Browse Source

fix search text 'zero' (#2150)

closed-social-glitch-2
matsurai25 7 years ago
committed by Eugen
parent
commit
30183c0a74
13 changed files with 13 additions and 13 deletions
  1. +1
    -1
      app/assets/javascripts/components/features/compose/components/search_results.jsx
  2. +1
    -1
      app/assets/javascripts/components/locales/en.jsx
  3. +1
    -1
      app/assets/javascripts/components/locales/fr.jsx
  4. +1
    -1
      app/assets/javascripts/components/locales/hr.jsx
  5. +1
    -1
      app/assets/javascripts/components/locales/ja.jsx
  6. +1
    -1
      app/assets/javascripts/components/locales/nl.jsx
  7. +1
    -1
      app/assets/javascripts/components/locales/no.jsx
  8. +1
    -1
      app/assets/javascripts/components/locales/oc.jsx
  9. +1
    -1
      app/assets/javascripts/components/locales/pt-br.jsx
  10. +1
    -1
      app/assets/javascripts/components/locales/pt.jsx
  11. +1
    -1
      app/assets/javascripts/components/locales/ru.jsx
  12. +1
    -1
      app/assets/javascripts/components/locales/zh-cn.jsx
  13. +1
    -1
      app/assets/javascripts/components/locales/zh-hk.jsx

+ 1
- 1
app/assets/javascripts/components/features/compose/components/search_results.jsx View File

@ -53,7 +53,7 @@ const SearchResults = React.createClass({
return (
<div className='search-results'>
<div className='search-results__header'>
<FormattedMessage id='search_results.total' defaultMessage='{count} {count, plural, one {result} other {results}}' values={{ count }} />
<FormattedMessage id='search_results.total' defaultMessage='{count, number} {count, plural, one {result} other {results}}' values={{ count }} />
</div>
{accounts}

+ 1
- 1
app/assets/javascripts/components/locales/en.jsx View File

@ -100,7 +100,7 @@ const en = {
"report.placeholder": "Additional comments",
"report.submit": "Submit",
"report.target": "Reporting",
"search_results.total": "{count} {count, plural, one {result} other {results}}",
"search_results.total": "{count, number} {count, plural, one {result} other {results}}",
"search.placeholder": "Search",
"search.status_by": "Status by {name}",
"status.delete": "Delete",

+ 1
- 1
app/assets/javascripts/components/locales/fr.jsx View File

@ -81,7 +81,7 @@ const fr = {
"search.placeholder": "Rechercher",
"search.account": "Compte",
"search.hashtag": "Mot-clé",
"search_results.total": "{count} {count, plural, one {résultat} other {résultats}}",
"search_results.total": "{count, number} {count, plural, one {résultat} other {résultats}}",
"search.status_by": "Statuts de {name}",
"upload_button.label": "Joindre un média",
"upload_form.undo": "Annuler",

+ 1
- 1
app/assets/javascripts/components/locales/hr.jsx View File

@ -90,7 +90,7 @@ const hr = {
"report.placeholder": "Dodatni komentari",
"report.submit": "Pošalji",
"report.target": "Prijavljivanje",
"search_results.total": "{count} {count, plural, one {result} other {results}}",
"search_results.total": "{count, number} {count, plural, one {result} other {results}}",
"search.placeholder": "Traži",
"search.status_by": "Status od {name}",
"status.delete": "Obriši",

+ 1
- 1
app/assets/javascripts/components/locales/ja.jsx View File

@ -110,7 +110,7 @@ const ja = {
"report.target": "問題のユーザー",
"search.placeholder": "検索",
"search.status_by": "{name}からの投稿",
"search_results.total": "{count} 件",
"search_results.total": "{count, number} 件",
"status.delete": "削除",
"status.favourite": "お気に入り",
"status.load_more": "もっと見る",

+ 1
- 1
app/assets/javascripts/components/locales/nl.jsx View File

@ -59,7 +59,7 @@ const nl = {
"search.placeholder": "Zoeken",
"search.account": "Account",
"search.hashtag": "Hashtag",
"search_results.total": "{count} {count, plural, one {resultaat} other {resultaten}}",
"search_results.total": "{count, number} {count, plural, one {resultaat} other {resultaten}}",
"upload_button.label": "Media toevoegen",
"upload_form.undo": "Ongedaan maken",
"notification.follow": "{name} volgt jou nu",

+ 1
- 1
app/assets/javascripts/components/locales/no.jsx View File

@ -87,7 +87,7 @@ const no = {
"report.placeholder": "Tilleggskommentarer",
"report.submit": "Send inn",
"report.target": "Rapporterer",
"search_results.total": "{count} {count, plural, one {resultat} other {resultater}}",
"search_results.total": "{count, number} {count, plural, one {resultat} other {resultater}}",
"search.placeholder": "Søk",
"search.status_by": "Status fra {name}",
"status.delete": "Slett",

+ 1
- 1
app/assets/javascripts/components/locales/oc.jsx View File

@ -80,7 +80,7 @@ const oc = {
"search.placeholder": "Recercar",
"search.account": "Compte",
"search.hashtag": "Mot-clau",
"search_results.total": "{count} {count, plural, one {resultat} other {resultats}}",
"search_results.total": "{count, number} {count, plural, one {resultat} other {resultats}}",
"search.status_by": "Estatuts de {name}",
"upload_button.label": "Apondre un mèdia",
"upload_form.undo": "Anullar",

+ 1
- 1
app/assets/javascripts/components/locales/pt-br.jsx View File

@ -90,7 +90,7 @@ const pt_br = {
"report.placeholder": "Comentários adicionais",
"report.submit": "Enviar",
"report.target": "Denunciar",
"search_results.total": "{count} {count, plural, one {resultado} other {resultados}}",
"search_results.total": "{count, number} {count, plural, one {resultado} other {resultados}}",
"search.placeholder": "Pesquisar",
"search.status_by": "Post de {name}",
"status.delete": "Eliminar",

+ 1
- 1
app/assets/javascripts/components/locales/pt.jsx View File

@ -90,7 +90,7 @@ const pt = {
"report.placeholder": "Comentários adicionais",
"report.submit": "Enviar",
"report.target": "Denunciar",
"search_results.total": "{count} {count, plural, one {resultado} other {resultados}}",
"search_results.total": "{count, number} {count, plural, one {resultado} other {resultados}}",
"search.placeholder": "Pesquisar",
"search.status_by": "Post de {name}",
"status.delete": "Eliminar",

+ 1
- 1
app/assets/javascripts/components/locales/ru.jsx View File

@ -92,7 +92,7 @@ const ru = {
"report.target": "Жалуемся на",
"search.placeholder": "Поиск",
"search.status_by": "Статус от {name}",
"search_results.total": "{count} {count, plural, one {result} other {results}}",
"search_results.total": "{count, number} {count, plural, one {result} other {results}}",
"status.delete": "Удалить",
"status.favourite": "Нравится",
"status.load_more": "Показать еще",

+ 1
- 1
app/assets/javascripts/components/locales/zh-cn.jsx View File

@ -119,7 +119,7 @@ const zh_cn = {
"report.placeholder": "额外消息",
"report.submit": "提交",
"report.target": "Reporting",
"search_results.total": "{count} 项结果",
"search_results.total": "{count, number} 项结果",
"search.account": "用户",
"search.hashtag": "标签",
"search.placeholder": "搜索",

+ 1
- 1
app/assets/javascripts/components/locales/zh-hk.jsx View File

@ -112,7 +112,7 @@ const zh_hk = {
"report.placeholder": "額外訊息",
"report.submit": "提交",
"report.target": "Reporting",
"search_results.total": "{count} 項結果",
"search_results.total": "{count, number} 項結果",
"search.account": "用戶",
"search.hashtag": "標籤",
"search.placeholder": "搜尋",

Loading…
Cancel
Save