blog/src/i18n/ui.ts
radishzz 4d3ce1f73f
chore: remove portuguese preview from the demo site (#23)
* refactor: separate rss and atom generation, optimize back button logic, remove redundant whitespace in component styles

* fix:  add missing <published> tag in atom feed
2025-05-10 06:44:59 +01:00

65 lines
4 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export const ui = {
'zh': {
title: '重新编排',
subtitle: '再现版式之美',
description: 'Retypeset是一款基于Astro框架的静态博客主题中文名为重新编排。本主题以活版印字为设计灵感通过建立全新的视觉规范对所有页面进行重新编排打造纸质书页般的阅读体验再现版式之美。所见皆为细节方寸尽显优雅。',
posts: '文章',
tags: '标签',
about: '关于',
toc: '目录',
},
'zh-tw': {
title: '重新編排',
subtitle: '再現版式之美',
description: 'Retypeset是一款基於Astro框架的靜態部落格主題中文名為重新編排。本主題以活版印字為設計靈感通過建立全新的視覺規範對所有頁面進行重新編排打造紙質書頁般的閱讀體驗再現版式之美。所見皆為細節方寸盡顯優雅。',
posts: '文章',
tags: '標籤',
about: '關於',
toc: '目錄',
},
'ja': {
title: '再組版',
subtitle: '印刷の美を甦らせる',
description: 'Retypesetは、日本語では「再組版」と呼ばれる、Astroフレームワークをベースにした静的ブログテーマです。活版印字からデザインのインスピレーションを得て、新しい視覚的な規範を確立し、すべてのページのレイアウトを再構成することで、紙の書籍のような読書体験を提供し、版面の美しさを蘇らせます。見るものすべてが細部にこだわり、限られたスペースの中に優雅さを表現しています。',
posts: '記事',
tags: 'タグ',
about: '概要',
toc: '目次',
},
'en': {
title: 'Retypeset',
subtitle: 'Revive the beauty of typography',
description: 'Retypeset is a static blog theme based on the Astro framework. Inspired by Typography, Retypeset establishes a new visual standard and reimagines the layout of all pages, creating a reading experience reminiscent of paper books, reviving the beauty of typography. Details in every sight, elegance in every space.',
posts: 'Posts',
tags: 'Tags',
about: 'About',
toc: 'Table of Contents',
},
'es': {
title: 'Retipografía',
subtitle: 'Reviviendo la belleza tipográfica',
description: 'Retypeset es un tema de blog estático basado en el framework Astro. Inspirado por Typography, Retypeset establece un nuevo estándar visual y reimagina el diseño de todas las páginas, creando una experiencia de lectura similar a la de los libros impresos, reviviendo la belleza de la tipografía. Detalles en cada mirada, elegancia en cada espacio.',
posts: 'Artículos',
tags: 'Etiquetas',
about: 'Sobre',
toc: 'Índice',
},
'ru': {
title: 'Переверстка',
subtitle: 'Возрождая красоту типографики',
description: 'Retypeset — это статическая тема блога, основанная на фреймворке Astro. Вдохновленная Typography, Retypeset устанавливает новый визуальный стандарт и переосмысливает компоновку всех страниц, создавая опыт чтения, напоминающий печатные книги, возрождая красоту типографики. Детали в каждом взгляде, элегантность в каждом пространстве.',
posts: 'Посты',
tags: 'Теги',
about: 'О себе',
toc: 'Оглавление',
},
'pt': {
title: 'Retipografia',
subtitle: 'Reviva a beleza da tipografia',
description: 'Retypeset é um tema de blog estático baseado no framework Astro. Inspirado pela tipografia, o Retypeset estabelece um novo padrão visual e reimagina o layout de todas as páginas, criando uma experiência de leitura reminiscente de livros físicos, revivendo a beleza da tipografia. Cada detalhe é visível, elegância em cada espaço.',
posts: 'Artigos',
tags: 'Tags',
about: 'Sobre',
toc: 'Sumário',
},
}