Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (518 of 518 strings)

Translation: DonutWare/Fladder
Translate-URL: https://hosted.weblate.org/projects/fladder/fladder/zh_Hans/
This commit is contained in:
無情天 2025-10-21 12:46:57 +02:00 committed by Hosted Weblate
parent 53bbb23b61
commit 1a9c800e33
No known key found for this signature in database
GPG key ID: A3FAAA06E6569B4C

View file

@ -1500,5 +1500,23 @@
"clientSettingsUseSystemIMETitle": "使用系统键盘", "clientSettingsUseSystemIMETitle": "使用系统键盘",
"@clientSettingsUseSystemIMETitle": {}, "@clientSettingsUseSystemIMETitle": {},
"clientSettingsUseSystemIMEDesc": "使用系统提供的内置键盘", "clientSettingsUseSystemIMEDesc": "使用系统提供的内置键盘",
"@clientSettingsUseSystemIMEDesc": {} "@clientSettingsUseSystemIMEDesc": {},
"nextUpInCount": "接下来是 {seconds}",
"@nextUpInCount": {
"placeholders": {
"seconds": {
"type": "int"
}
}
},
"formattedTime": "{time}",
"@formattedTime": {
"description": "Formatted time",
"placeholders": {
"time": {
"type": "DateTime",
"format": "jm"
}
}
}
} }