feat(i18n): replace hardcoded messages with translated strings (#289)

This commit is contained in:
Plynksiy Nikita
2025-06-17 09:05:10 +08:00
committed by GitHub
parent 4b16ad29bb
commit f68ec8f3a1
12 changed files with 49 additions and 14 deletions
+5
View File
@@ -33,6 +33,11 @@ description = "No access."
one = "無許可權。"
other = "無許可權。"
[NeedLogin]
description = "Need login."
one = "請先登入。"
other = "請先登入。"
[UsernameOrPasswordError]
description = "Username or password error."
one = "使用者名稱或密碼錯誤。"