From 4f7f3b2881eb1617cded01e6c1009a634a5920c7 Mon Sep 17 00:00:00 2001 From: BinarySandia04 Date: Tue, 16 Jun 2026 00:10:40 +0200 Subject: [PATCH] Si --- frontend/i18n/locales/ca.json | 2 +- frontend/i18n/locales/es.json | 2 +- frontend/i18n/locales/zh.json | 17 +++++++++++++++-- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/frontend/i18n/locales/ca.json b/frontend/i18n/locales/ca.json index 60e8397..87fd78e 100644 --- a/frontend/i18n/locales/ca.json +++ b/frontend/i18n/locales/ca.json @@ -48,7 +48,7 @@ "contact": { "email": { "label": "Correu", - "description": "aranseraroig@gmail.com (Aviat tendré el meu propi)" + "description": "aranseraroig{'@'}gmail.com (Aviat tendré el meu propi)" }, "gitea": { "label": "Gitea", diff --git a/frontend/i18n/locales/es.json b/frontend/i18n/locales/es.json index ca42a4a..3a235ef 100644 --- a/frontend/i18n/locales/es.json +++ b/frontend/i18n/locales/es.json @@ -48,7 +48,7 @@ "contact": { "email": { "label": "Correo", - "description": "aranseraroig@gmail.com (Pronto tendré mi propio correo)" + "description": "aranseraroig{'@'}gmail.com (Pronto tendré mi propio correo)" }, "gitea": { "label": "Gitea", diff --git a/frontend/i18n/locales/zh.json b/frontend/i18n/locales/zh.json index e74a5d2..d5940f1 100644 --- a/frontend/i18n/locales/zh.json +++ b/frontend/i18n/locales/zh.json @@ -1,6 +1,6 @@ { "locales": { - "en": "English", + "en": "英语", "es": "西班牙语", "ca": "加泰罗尼亚语", "zh": "中文" @@ -45,6 +45,19 @@ "show_more": "显示更多...", "show_less": "收起" }, + "contact": { + "email": { + "label": "邮箱", + "description": "aranseraroig{'@'}gmail.com (还在等待托管个人邮箱)" + }, + "gitea": { + "label": "Gitea", + "description": "git.aranroig.com (我的自托管Git服务器)" + }, + "instagram": { + "description": "我的一些画作在上面" + } + }, "prefooter": "", - "footer": "(C) 2026 Aran Roig. All rights whatever." + "footer": "(C) 2026 Aran Roig. 版权所有,随便用。" }