优化前端i18n

This commit is contained in:
2026-03-21 21:55:21 +08:00
parent 7409d9aa92
commit 0a7f84ceb4
2 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{ {
"$schema": "https://inlang.com/schema/inlang-message-format", "$schema": "https://inlang.com/schema/inlang-message-format",
"hello_world": "Hello, {name} from en!", "hello_world": "Hello, {name}!",
"albums": "Albums", "albums": "Albums",
"loading": "Loading...", "loading": "Loading...",
"no_albums": "No albums yet", "no_albums": "No albums yet",
@@ -18,10 +18,10 @@
"high_quality": "High", "high_quality": "High",
"thumbnail": "Thumbnail", "thumbnail": "Thumbnail",
"loaded_all": "✓ Loaded all {count} photos", "loaded_all": "✓ Loaded all {count} photos",
"double_click_zoom": "Double-click to zoom", "double_click_zoom": "🖱️ Double-click to zoom",
"pinch_zoom": "Pinch to zoom", "pinch_zoom": "🤏 Pinch to zoom",
"keyboard_zoom": "+/ to zoom", "keyboard_zoom": "⌨️ +/ to zoom",
"reset_zoom": "0 to reset", "reset_zoom": "⌨️ 0 to reset",
"previous_photo": "Previous photo", "previous_photo": "Previous photo",
"next_photo": "Next photo", "next_photo": "Next photo",
"reset": "Reset", "reset": "Reset",

View File

@@ -1,6 +1,6 @@
{ {
"$schema": "https://inlang.com/schema/inlang-message-format", "$schema": "https://inlang.com/schema/inlang-message-format",
"hello_world": "Hello, {name} from zh!", "hello_world": "你好,{name}",
"albums": "相册", "albums": "相册",
"loading": "加载中...", "loading": "加载中...",
"no_albums": "暂无相册", "no_albums": "暂无相册",