fix i18n string format

This commit is contained in:
Alexandre Aubin 2021-11-15 18:43:18 +01:00 committed by GitHub
parent cb6e0464ad
commit b7c05f1daa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,6 +42,6 @@
"warn_the_user_that_lock_is_acquired": "另一个命令刚刚完成,现在启动此命令", "warn_the_user_that_lock_is_acquired": "另一个命令刚刚完成,现在启动此命令",
"warn_the_user_about_waiting_lock_again": "还在等...", "warn_the_user_about_waiting_lock_again": "还在等...",
"warn_the_user_about_waiting_lock": "目前正在运行另一个YunoHost命令我们在运行此命令之前等待它完成", "warn_the_user_about_waiting_lock": "目前正在运行另一个YunoHost命令我们在运行此命令之前等待它完成",
"corrupted_toml": "从{ressources}读取的TOML损坏原因{errors}", "corrupted_toml": "从{ressource}读取的TOML损坏原因{error}",
"edit_text_question": "{}.编辑此文本?[yN]: " "edit_text_question": "{}.编辑此文本?[yN]: "
} }