mirror of
https://gitcode.com/github-mirrors/react-native-update-cli.git
synced 2025-10-07 19:15:15 +08:00
add i18n
This commit is contained in:
@@ -1 +1,5 @@
|
||||
export default {};
|
||||
export default {
|
||||
updateNotifier:
|
||||
'Run `{updateCommand}` to update the CLI to get continuous improvements in features, performance, and security.',
|
||||
loginFirst: 'Not logged in.\nPlease run `cresc login` in the project directory to login.',
|
||||
};
|
||||
|
@@ -1 +1,5 @@
|
||||
export default {};
|
||||
export default {
|
||||
updateNotifier:
|
||||
'建议运行 `{updateCommand}` 来更新命令行工具以获得功能、性能和安全性的持续改进',
|
||||
loginFirst: '尚未登录。\n请在项目目录中运行`pushy login`命令来登录',
|
||||
};
|
||||
|
Reference in New Issue
Block a user