diff --git a/i18n/ca.toml b/i18n/ca.toml index d9a9629e6..cd496d996 100644 --- a/i18n/ca.toml +++ b/i18n/ca.toml @@ -18,13 +18,14 @@ sitemap = "mapa del lloc" search = "Cercar" search_icon_title = "Fes clic o prem $SHORTCUT per obrir la cerca" # $SHORTCUT will be replaced with the actual keyboard shortcut. clear_search = "Esborrar cerca" # Title of the X icon next to search input. -result = "resultat" # "1 result" -results = "resultats" # "3 results" (also used for 0 results). +zero_results = "No s'han trobat resultats" +one_results = "$NUMBER resultat" # "1 result" +many_results = "$NUMBER resultats" # "3 results" # Navigation. read_more = "Llegir més" -post = "entrada" -posts = "entrades" # Plural of "post". +one_posts = "$NUMBER entrada" +many_posts = "$NUMBER entrades" prev = "Anterior" # As in "Previous" page. next = "Següent" # As in "Next" page. of = "de" # E.g. Page 1 "of" 3 @@ -43,8 +44,12 @@ go_to_comments = "Vés a la secció de comentaris" # Post metadata. draft = "ESBORRANY" -min_read = "min de lectura" -words = "paraules" +zero_min_read = "<1 min de lectura" +one_min_read = "$NUMBER min de lectura" +many_min_read = "$NUMBER mins de lectura" +zero_words = "Cap paraula" +one_words = "$NUMBER paraula" +many_words = "$NUMBER paraules" last_updated_on = "Última actualizació el" see_changes = "Veure canvis" diff --git a/i18n/de.toml b/i18n/de.toml index c02555b10..60bff92b4 100644 --- a/i18n/de.toml +++ b/i18n/de.toml @@ -22,13 +22,14 @@ sitemap = "seitenübersicht" search = "Suchen" search_icon_title = "Klicken oder $SHORTCUT drücken, um die Suche zu öffnen" # $SHORTCUT will be replaced with the actual keyboard shortcut. clear_search = "Suche löschen" # Title of the X icon next to search input. -result = "ergebnis" # "1 result" -results = "ergebnisse" # "3 results" (also used for 0 results). +zero_results = "Keine Ergebnisse gefunden" +one_results = "$NUMBER Ergebnis" # "1 result" +many_results = "$NUMBER Ergebnisse" # "3 results" # Navigation. read_more = "Weiterlesen" -post = "beitrag" -posts = "beiträge" # Plural of "post". +one_posts = "$NUMBER Beitrag" +many_posts = "$NUMBER Beiträge" prev = "Vorherig" # As in "Previous" page. next = "Nächst" # As in "Next" page. of = "von" # E.g. Page 1 "of" 3 @@ -47,8 +48,12 @@ go_to_comments = "Zum Kommentarbereich" # Post metadata. draft = "ENTWURF" -min_read = "min. lesedauer" -words = "wörter" +zero_min_read = "weniger als 1 Min. Lesezeit" +one_min_read = "$NUMBER Min. Lesezeit" +many_min_read = "$NUMBER Min. Lesezeit" +zero_words = "Keine Wörter" +one_words = "$NUMBER Wort" +many_words = "$NUMBER Wörter" last_updated_on = "Zuletzt aktualisiert am" see_changes = "Änderungen anzeigen" diff --git a/i18n/en.toml b/i18n/en.toml index f62679871..121688839 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -18,7 +18,7 @@ sitemap = "sitemap" search = "Search" search_icon_title = "Click or press $SHORTCUT to open search" # $SHORTCUT will be replaced with the actual keyboard shortcut. clear_search = "Clear search" # Title of the X icon next to search input. -zero_results = "No results found" +zero_results = "No results" one_results = "$NUMBER result" # "1 result" many_results = "$NUMBER results" # "3 results" diff --git a/i18n/es.toml b/i18n/es.toml index c768948d6..fa306b1e1 100644 --- a/i18n/es.toml +++ b/i18n/es.toml @@ -18,13 +18,14 @@ sitemap = "mapa del sitio" search = "Buscar" search_icon_title = "Haz clic o usa $SHORTCUT para abrir la búsqueda" # $SHORTCUT will be replaced with the actual keyboard shortcut. clear_search = "Borrar búsqueda" # Title of the X icon next to search input. -result = "resultado" # "1 result" -results = "resultados" # "3 results" (also used for 0 results). +zero_results = "No hay resultados" +one_results = "$NUMBER resultado" +many_results = "$NUMBER resultados" # Navigation. read_more = "Leer más" -post = "entrada" -posts = "entradas" # Plural of "post". +one_posts = "$NUMBER entrada" +many_posts = "$NUMBER entradas" prev = "Anterior" # As in "Previous" page. next = "Siguiente" # As in "Next" page. of = "de" # E.g. Page 1 "of" 3 @@ -43,10 +44,12 @@ go_to_comments = "Ir a la sección de comentarios" # Post metadata. draft = "BORRADOR" +zero_min_read = "<1 min de lectura" one_min_read = "$NUMBER min de lectura" -many_min_read = "$NUMBER min de lectura" -one_word = "$NUMBER palabra" -many_word = "$NUMBER palabras" +many_min_read = "$NUMBER mins de lectura" +zero_words = "Cero palabras" +one_words = "$NUMBER palabra" +many_words = "$NUMBER palabras" last_updated_on = "Última actualización el" see_changes = "Ver cambios" diff --git a/i18n/fr.toml b/i18n/fr.toml index 164358c08..389da6931 100644 --- a/i18n/fr.toml +++ b/i18n/fr.toml @@ -22,13 +22,14 @@ sitemap = "plan du site" search = "Rechercher" search_icon_title = "Cliquez ou appuyez sur $SHORTCUT pour ouvrir la recherche" # $SHORTCUT will be replaced with the actual keyboard shortcut. clear_search = "Effacer la recherche" # Title of the X icon next to search input. -result = "résultat" # "1 result" -results = "résultats" # "3 results" (also used for 0 results). +zero_results = "Aucun résultat trouvé" +one_results = "$NUMBER résultat" # "1 result" +many_results = "$NUMBER résultats" # "3 results" # Navigation. read_more = "Lire plus" -post = "article" -posts = "articles" # Plural of "post". +one_posts = "$NUMBER article" +many_posts = "$NUMBER articles" prev = "Précédent" # As in "Previous" page. next = "Suivant" # As in "Next" page. of = "de" # E.g. Page 1 "of" 3 @@ -47,8 +48,12 @@ go_to_comments = "Aller à la section des commentaires" # Post metadata. draft = "BROUILLON" -min_read = "min de lecture" -words = "mots" +zero_min_read = "<1 min de lecture" +one_min_read = "$NUMBER min de lecture" +many_min_read = "$NUMBER min de lecture" +zero_words = "aucun mot" +one_words = "$NUMBER mot" +many_words = "$NUMBER mots" last_updated_on = "Dernière mise à jour le" see_changes = "Voir les modifications" diff --git a/i18n/hi.toml b/i18n/hi.toml index 173cf2087..55a3af6f4 100644 --- a/i18n/hi.toml +++ b/i18n/hi.toml @@ -20,13 +20,14 @@ sitemap = "साइटमैप" search = "खोजें" search_icon_title = "$SHORTCUT दबाएँ या क्लिक करें खोज खोलने के लिए" # $SHORTCUT will be replaced with the actual keyboard shortcut. clear_search = "खोज साफ करें" # Title of the X icon next to search input. -result = "परिणाम" # "1 result" -results = "परिणाम" # "3 results" (also used for 0 results). +zero_results = "कोई परिणाम नहीं मिला" +one_results = "$NUMBER परिणाम" # "1 result" +many_results = "$NUMBER परिणाम" # "3 results" # Navigation. read_more = "और पढ़ें" -post = "पोस्ट" -posts = "पोस्ट्स" # Plural of "post". +one_posts = "$NUMBER पोस्ट" +many_posts = "$NUMBER पोस्ट्स" prev = "पिछला" # As in "Previous" page. next = "अगला" # As in "Next" page. of = "का" # E.g. Page 1 "of" 3 @@ -45,8 +46,12 @@ go_to_comments = "टिप्पणी अनुभाग में जाए # Post metadata. draft = "मसौदा" -min_read = "मिनट पठन समय" -words = "शब्द" +zero_min_read = "कम से कम 1 मिनट पठन समय" +one_min_read = "$NUMBER मिनट पठन समय" +many_min_read = "$NUMBER मिनट पठन समय" +zero_words = "कोई शब्द नहीं" +one_words = "$NUMBER शब्द" +many_words = "$NUMBER शब्द" last_updated_on = "आखिरी अपडेट" see_changes = "बदलाव देखें" diff --git a/i18n/it.toml b/i18n/it.toml index bffcb81ed..b1c520aaf 100644 --- a/i18n/it.toml +++ b/i18n/it.toml @@ -18,13 +18,14 @@ sitemap = "mappa del sito" search = "Cerca" search_icon_title = "Clicca o premi $SHORTCUT per aprire la ricerca" # $SHORTCUT will be replaced with the actual keyboard shortcut. clear_search = "Cancella ricerca" # Title of the X icon next to search input. -result = "risultato" # "1 result" -results = "risultati" # "3 result" (also used for 0 results). +zero_results = "Nessun risultato trovato" +one_results = "$NUMBER risultato" +many_results = "$NUMBER risultati" # Navigation. read_more = "Leggi di più" -post = "post" -posts = "post" # Plural of "post". +one_posts = "$NUMBER post" +many_posts = "$NUMBER post" prev = "Precedente" # As in "Previous" page. next = "Successivo" # As in "Next" page. of = "di" # E.g. Page 1 "of" 3 @@ -43,8 +44,12 @@ go_to_comments = "Vai alla sezione commenti" # Post metadata. draft = "BOZZA" -min_read = "min di lettura" -words = "parole" +zero_min_read = "<1 min di lettura" +one_min_read = "$NUMBER min di lettura" +many_min_read = "$NUMBER min di lettura" +zero_words = "Nessuna parola" +one_words = "$NUMBER parola" +many_words = "$NUMBER parole" last_updated_on = "Ultimo aggiornamento il" see_changes = "Vedi modifiche" diff --git a/i18n/ja.toml b/i18n/ja.toml index 40de90b58..573fdf6ce 100644 --- a/i18n/ja.toml +++ b/i18n/ja.toml @@ -22,13 +22,14 @@ sitemap = "サイトマップ" search = "検索" search_icon_title = "$SHORTCUTを押すか、クリックして検索を開く" # $SHORTCUT will be replaced with the actual keyboard shortcut. clear_search = "検索をクリア" # Title of the X icon next to search input. -result = "結果" # "1 result" -results = "結果" # "3 results" (also used for 0 results). +zero_results = "結果が見つかりません" +one_results = "$NUMBER 結果" # "1 result" +many_results = "$NUMBER 結果" # "3 results" # Navigation. read_more = "続きを読む" -post = "投稿" -posts = "投稿一覧" # Plural of "post". +one_posts = "$NUMBER 投稿" +many_posts = "$NUMBER 投稿" prev = "前" # As in "Previous" page. next = "次" # As in "Next" page. of = "中" # E.g. Page 1 "of" 3 @@ -47,8 +48,12 @@ go_to_comments = "コメントセクションへ" # Post metadata. draft = "ドラフト" -min_read = "読了時間(分)" -words = "単語数" +zero_min_read = "1分未満の読了時間" +one_min_read = "$NUMBER 分の読了時間" +many_min_read = "$NUMBER 分の読了時間" +zero_words = "単語数ゼロ" +one_words = "$NUMBER 単語" +many_words = "$NUMBER 単語" last_updated_on = "最終更新日" see_changes = "変更を見る" diff --git a/i18n/ko.toml b/i18n/ko.toml index cebb030a1..f3d79c7b4 100644 --- a/i18n/ko.toml +++ b/i18n/ko.toml @@ -22,13 +22,14 @@ sitemap = "사이트맵" search = "검색" search_icon_title = "클릭하거나 $SHORTCUT을 눌러 검색 열기" # $SHORTCUT will be replaced with the actual keyboard shortcut. clear_search = "검색 지우기" # Title of the X icon next to search input. -result = "결과" # "1 result" -results = "결과" # "3 results" (also used for 0 results). +zero_results = "결과 없음" +one_results = "$NUMBER 결과" # "1 result" +many_results = "$NUMBER 결과" # "3 results" # Navigation. read_more = "더 읽기" -post = "게시물" -posts = "게시물" # Plural of "post". +one_posts = "$NUMBER 게시물" +many_posts = "$NUMBER 게시물" prev = "이전" # As in "Previous" page. next = "다음" # As in "Next" page. of = "중" # E.g. Page 1 "of" 3 @@ -47,8 +48,12 @@ go_to_comments = "댓글 섹션으로" # Post metadata. draft = "임시 저장" -min_read = "분 읽기" -words = "단어" +zero_min_read = "1분 미만 읽기" +one_min_read = "$NUMBER 분 읽기" +many_min_read = "$NUMBER 분 읽기" +zero_words = "단어 없음" +one_words = "$NUMBER 단어" +many_words = "$NUMBER 단어" last_updated_on = "최근 업데이트" see_changes = "변경사항 보기" diff --git a/i18n/pt-PT.toml b/i18n/pt-PT.toml index 8d814bbe5..f2b31151c 100644 --- a/i18n/pt-PT.toml +++ b/i18n/pt-PT.toml @@ -18,13 +18,14 @@ sitemap = "mapa do site" search = "Pesquisar" search_icon_title = "Clique ou pressione $SHORTCUT para abrir a pesquisa" # $SHORTCUT will be replaced with the actual keyboard shortcut. clear_search = "Limpar pesquisa" # Title of the X icon next to search input. -result = "resultado" # "1 result" -results = "resultados" # "3 results" (also used for 0 results). +zero_results = "Nenhum resultado encontrado" +one_results = "$NUMBER resultado" # "1 result" +many_results = "$NUMBER resultados" # "3 results" # Navigation. read_more = "Ler mais" -post = "publicação" -posts = "publicações" # Plural of "post". +one_posts = "$NUMBER publicação" +many_posts = "$NUMBER publicações" prev = "Anterior" # As in "Previous" page. next = "Seguinte" # As in "Next" page. of = "de" # E.g. Page 1 "of" 3 @@ -43,8 +44,12 @@ go_to_comments = "Ir para a seção de comentários" # Post metadata. draft = "RASCUNHO" -min_read = "min de leitura" -words = "palavras" +zero_min_read = "<1 min de leitura" +one_min_read = "$NUMBER min de leitura" +many_min_read = "$NUMBER mins de leitura" +zero_words = "Nenhuma palavra" +one_words = "$NUMBER palavra" +many_words = "$NUMBER palavras" last_updated_on = "Última atualização em" see_changes = "Ver alterações" diff --git a/i18n/zh-Hans.toml b/i18n/zh-Hans.toml index c6a3c9240..3aba0934c 100644 --- a/i18n/zh-Hans.toml +++ b/i18n/zh-Hans.toml @@ -18,13 +18,14 @@ sitemap = "站点地图" # Machine translated. search = "搜索" search_icon_title = "点击或按 $SHORTCUT 开启搜索" # $SHORTCUT will be replaced with the actual keyboard shortcut. clear_search = "清除搜索" # Title of the X icon next to search input. -result = "结果" # "1 result" -results = "结果" # "3 results" (also used for 0 results). +zero_results = "没有找到结果" +one_results = "$NUMBER 个结果" +many_results = "$NUMBER 个结果" # Navigation. read_more = "阅读全文" -post = "文章" -posts = "文章" # Plural of "post". +one_posts = "$NUMBER 篇文章" +many_posts = "$NUMBER 篇文章" prev = "上一页" # As in "Previous" page. next = "下一页" # As in "Next" page. of = "/" # E.g. Page 1 "of" 3 @@ -36,7 +37,6 @@ dark = "暗" # Machine translated. light = "亮" # Machine translated. reset_mode = "将模式重置为网站默认值" # Machine translated. - # Quick navigation buttons. toggle_toc = "切换目录" # Machine translated. go_to_top = "返回页面顶部" # Machine translated. @@ -44,8 +44,12 @@ go_to_comments = "转到评论区" # Machine translated. # Post metadata. draft = "草稿" -min_read = "分钟阅读" -words = "字" +zero_min_read = "少于1分钟阅读" +one_min_read = "$NUMBER 分钟阅读" +many_min_read = "$NUMBER 分钟阅读" +zero_words = "没有字" +one_words = "$NUMBER 字" +many_words = "$NUMBER 字" last_updated_on = "最后更新于" see_changes = "修改纪录" diff --git a/i18n/zh-Hant.toml b/i18n/zh-Hant.toml index 80d41ae44..f3b784036 100644 --- a/i18n/zh-Hant.toml +++ b/i18n/zh-Hant.toml @@ -18,13 +18,14 @@ sitemap = "網站地圖" # Machine translated. search = "搜尋" search_icon_title = "點擊或按 $SHORTCUT 來開啟搜尋" # $SHORTCUT will be replaced with the actual keyboard shortcut. clear_search = "清除搜尋" # Title of the X icon next to search input. -result = "結果" # "1 result" -results = "結果" # "3 results" (also used for 0 results). +zero_results = "沒有找到結果" +one_results = "$NUMBER 個結果" +many_results = "$NUMBER 個結果" # Navigation. read_more = "閱讀全文" -post = "文章" -posts = "文章" # Plural of "post". +one_posts = "$NUMBER 篇文章" +many_posts = "$NUMBER 篇文章" prev = "上一頁" # As in "Previous" page. next = "下一頁" # As in "Next" page. of = "/" # E.g. Page 1 "of" 3 @@ -43,8 +44,12 @@ go_to_comments = "轉到評論區" # Machine translated. # Post metadata. draft = "草稿" -min_read = "分鐘閱讀" -words = "字" +zero_min_read = "少於1分鐘閱讀" +one_min_read = "$NUMBER 分鐘閱讀" +many_min_read = "$NUMBER 分鐘閱讀" +zero_words = "沒有字" +one_words = "$NUMBER 字" +many_words = "$NUMBER 字" last_updated_on = "最後更新於" see_changes = "修改紀錄"