Files
m-stecmd/app/build/intermediates/packaged_res/debug/packageDebugResources/values/values.xml
❀ » Cato Sweeney. ❀ » Console@the.bb dec274b1af *
2026-09-03 17:14:31 +08:00

69 lines
4.3 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="http://schemas.android.com/tools">
<color name="brand_background">#F7F9FC</color>
<color name="brand_on_primary">#FFFFFF</color>
<color name="brand_primary">#1E6FD9</color>
<color name="brand_surface">#FFFFFF</color>
<color name="launcher_background">#1E6FD9</color>
<color name="login_error">#B3261E</color>
<string name="action_back">返回</string>
<string name="action_save">保存</string>
<string name="app_name">监测数据不落地</string>
<string name="change_password_confirm_hint">确认新密码</string>
<string name="change_password_new_hint">新密码(至少 6 位)</string>
<string name="change_password_old_hint">原密码</string>
<string name="change_password_submit">提交修改</string>
<string name="change_password_success">密码已修改,请使用新密码重新登录</string>
<string name="change_password_title">修改登录密码</string>
<string name="config_base_url_hint">服务器地址(如 https://jcd.stec.p-q.co</string>
<string name="config_note">配置仅保存在本机(加密存储),不会随代码库分发;密钥变更后在此更新即可,无需换包。</string>
<string name="config_saved">配置已保存</string>
<string name="config_secret_key_hint">SecretKey接口调用秘钥</string>
<string name="config_system_code_hint">SystemCode供应商编码</string>
<string name="config_title">服务器与密钥配置</string>
<string name="login_countdown_fmt">%1$ds 后重发</string>
<string name="login_mode_account">账号密码</string>
<string name="login_mode_sms">短信验证码</string>
<string name="login_name_hint">登录账号</string>
<string name="login_password_hint">登录密码</string>
<string name="login_phone_hint">手机号(国内 11 位)</string>
<string name="login_send_code">获取验证码</string>
<string name="login_sms_code_hint">短信验证码</string>
<string name="login_submit">登 录</string>
<string name="login_subtitle">上海城建勘测院 · 监测数据不落地平台</string>
<string name="login_title">登录</string>
<string name="mine_account_fmt">账号:%1$s</string>
<string name="mine_change_password">修改登录密码</string>
<string name="mine_config_missing">尚未配置服务器地址与密钥,无法登录</string>
<string name="mine_config_ready">服务器与密钥已配置</string>
<string name="mine_dept_fmt">部门:%1$s</string>
<string name="mine_go_config">去配置</string>
<string name="mine_login">登录</string>
<string name="mine_logout">退出登录</string>
<string name="mine_logout_confirm">确定退出当前账号?</string>
<string name="mine_not_logged_in">未登录</string>
<string name="mine_open_config">服务器与密钥配置</string>
<string name="mine_phone_fmt">手机号:%1$s</string>
<string name="mine_refresh">刷新用户信息</string>
<string name="mine_title">我的</string>
<string name="mine_unknown_user">未知用户</string>
<string name="placeholder_hint">占位页 —— 业务功能按 S1S4 计划经 FeatureMount 挂载</string>
<string name="tab_collect">采集</string>
<string name="tab_home">首页</string>
<string name="tab_mine">我的</string>
<string name="tab_stats">统计</string>
<string name="tab_task">任务</string>
<style name="Theme.SteCmd" parent="Theme.Material3.DayNight.NoActionBar">
<item name="colorPrimary">@color/brand_primary</item>
<item name="colorOnPrimary">@color/brand_on_primary</item>
<item name="android:colorBackground">@color/brand_background</item>
<item name="colorSurface">@color/brand_surface</item>
<item name="android:statusBarColor">@color/brand_background</item>
<item name="android:windowLightStatusBar" ns1:targetApi="m">true</item>
</style>
<style name="Theme.SteCmd.Splash" parent="Theme.SplashScreen">
<item name="windowSplashScreenBackground">@color/launcher_background</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/ic_launcher_foreground</item>
<item name="postSplashScreenTheme">@style/Theme.SteCmd</item>
</style>
</resources>