mirror of
https://github.com/wahyd4/say-it.git
synced 2026-08-09 05:06:41 +10:00
8 lines
193 B
JavaScript
8 lines
193 B
JavaScript
const TEXTS = {
|
|
error: "请确保输入文本正确。 如: 'hello world' 或 \" hello world \" ",
|
|
loading: 'loading...',
|
|
invalidPerson: 'Invalid person option'
|
|
}
|
|
|
|
module.exports = TEXTS
|