- Introduced `TranslatableName` module to allow for localized names for `Country` and `Region` models. - Updated views to display `localized_name` instead of `name` for improved internationalization. - Refactored JSON serialization for `translations` attribute. - Enhanced localization support by adding new languages: Japanese and Korean, with updated locale files. - Removed outdated English and Chinese locales for countries and regions to clean up the codebase.
66 lines
1.8 KiB
YAML
66 lines
1.8 KiB
YAML
zh-CN:
|
||
hello: "你好"
|
||
brand:
|
||
name: "全球艺术天气"
|
||
title:
|
||
cities: "城市探索"
|
||
arts: "艺术巡览"
|
||
sign_in: "用户登录"
|
||
sign_out: "退出登录"
|
||
settings: "系统设置"
|
||
admin_dashboard: "管理中枢"
|
||
latest_weather_art: "气象绘卷·新作"
|
||
popular_weather_art: "气象绘卷·佳作"
|
||
ai_prompt: "天气描述"
|
||
text:
|
||
latest_from: "新至之城"
|
||
search_cities: "寻城觅境…"
|
||
all_regions: "寰宇之境"
|
||
all_countries: "所有国家"
|
||
all_in: "全部"
|
||
showing: "映现"
|
||
weather_arts: "气象艺境"
|
||
newest_first: "最新优先"
|
||
oldest_first: "最早优先"
|
||
cities:
|
||
title: "云游四海"
|
||
arts:
|
||
title: "天象画廊"
|
||
subtitle: "邂逅寰宇都市AI气象绘卷"
|
||
home:
|
||
headline_html: 当气象邂逅<br>人工智能之美
|
||
subtitle:
|
||
通过AI生成的艺术视角感受气象,为日常天气现象带来全新解读。
|
||
button:
|
||
explore_cities: "云游四海"
|
||
view_detail: "详阅此卷"
|
||
view_all_weather_arts: "尽览天工"
|
||
back_to_cities: "继续探索城市"
|
||
back_to: "回到"
|
||
card:
|
||
temperature: "温度"
|
||
wind: "风力"
|
||
humidity: "湿度"
|
||
visibility: "能见度"
|
||
pressure: "气压"
|
||
cloud_cover: "云量"
|
||
feel_like: "体感温度"
|
||
relative_humidity: "相对湿度"
|
||
clear_view_distance: "清晰视距"
|
||
atmospheric_pressure: "大气压力"
|
||
sky_coverage: "天空覆盖"
|
||
pagination:
|
||
showing_items: "显示第 %{from} 到第 %{to} 条,共 %{total} 条%{items}"
|
||
items:
|
||
weather: "天气记录"
|
||
default: "记录"
|
||
time:
|
||
formats:
|
||
time_only: "%H:%M"
|
||
with_zone: "%{time} %{zone}"
|
||
date_and_time: "%{date} %{time}"
|
||
date:
|
||
formats:
|
||
short: "%Y-%m-%d"
|
||
long: "%Y 年 %m 月 %d 日"
|