i18n: change all page titles and nav text to Chinese

This commit is contained in:
2026-07-05 22:40:49 +08:00
parent 23897560ad
commit fc55507019
8 changed files with 14 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
{% extends "base.html" %}
{% block title %}{{ '编辑' if postcard else '新建' }}明信片 - Postcard Manager{% endblock %}
{% block title %}{{ '编辑' if postcard else '新建' }}明信片 - 明信片管理器{% endblock %}
{% block content %}
<div class="section-header">
<h1>{{ '编辑' if postcard else '新建' }}明信片</h1>