mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-11 23:02:53 +01:00
format all code (#386)
This commit is contained in:
committed by
GitHub
parent
7ea2f7f40f
commit
286b050fa8
@@ -1,38 +1,38 @@
|
||||
import Key from '../i18nKey'
|
||||
import type { Translation } from '../translation'
|
||||
import Key from "../i18nKey";
|
||||
import type { Translation } from "../translation";
|
||||
|
||||
export const es: Translation = {
|
||||
[Key.home]: 'Inicio',
|
||||
[Key.about]: 'Sobre mí',
|
||||
[Key.archive]: 'Archivo',
|
||||
[Key.search]: 'Buscar',
|
||||
[Key.home]: "Inicio",
|
||||
[Key.about]: "Sobre mí",
|
||||
[Key.archive]: "Archivo",
|
||||
[Key.search]: "Buscar",
|
||||
|
||||
[Key.tags]: 'Etiquetas',
|
||||
[Key.categories]: 'Categorías',
|
||||
[Key.recentPosts]: 'Publicaciones recientes',
|
||||
[Key.tags]: "Etiquetas",
|
||||
[Key.categories]: "Categorías",
|
||||
[Key.recentPosts]: "Publicaciones recientes",
|
||||
|
||||
[Key.comments]: 'Comentarios',
|
||||
[Key.comments]: "Comentarios",
|
||||
|
||||
[Key.untitled]: 'Sin título',
|
||||
[Key.uncategorized]: 'Sin categoría',
|
||||
[Key.noTags]: 'Sin etiquetas',
|
||||
[Key.untitled]: "Sin título",
|
||||
[Key.uncategorized]: "Sin categoría",
|
||||
[Key.noTags]: "Sin etiquetas",
|
||||
|
||||
[Key.wordCount]: 'palabra',
|
||||
[Key.wordsCount]: 'palabras',
|
||||
[Key.minuteCount]: 'minuto',
|
||||
[Key.minutesCount]: 'minutos',
|
||||
[Key.postCount]: 'publicación',
|
||||
[Key.postsCount]: 'publicaciones',
|
||||
[Key.wordCount]: "palabra",
|
||||
[Key.wordsCount]: "palabras",
|
||||
[Key.minuteCount]: "minuto",
|
||||
[Key.minutesCount]: "minutos",
|
||||
[Key.postCount]: "publicación",
|
||||
[Key.postsCount]: "publicaciones",
|
||||
|
||||
[Key.themeColor]: 'Color del tema',
|
||||
[Key.themeColor]: "Color del tema",
|
||||
|
||||
[Key.lightMode]: 'Claro',
|
||||
[Key.darkMode]: 'Oscuro',
|
||||
[Key.systemMode]: 'Sistema',
|
||||
[Key.lightMode]: "Claro",
|
||||
[Key.darkMode]: "Oscuro",
|
||||
[Key.systemMode]: "Sistema",
|
||||
|
||||
[Key.more]: 'Más',
|
||||
[Key.more]: "Más",
|
||||
|
||||
[Key.author]: 'Autor',
|
||||
[Key.publishedAt]: 'Publicado el',
|
||||
[Key.license]: 'Licencia',
|
||||
}
|
||||
[Key.author]: "Autor",
|
||||
[Key.publishedAt]: "Publicado el",
|
||||
[Key.license]: "Licencia",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user