Commit d5005fab1103864a4a3c12d1b46bb943f07e7f6f

Authored by 陈硕
1 parent ad9bcc4a

添加配置文件

app/src/main/res/values-en/rc_string.xml 0 → 100644
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<resources>
  3 +
  4 + <string name="rc_quit_custom_service">Custom Service Have Quit</string>
  5 + <string name="rc_init_failed">Failed Connect Custom Service</string>
  6 + <string name="rc_location_sharing_ended">Real-time Location session ended.</string>
  7 +
  8 + <string name="rc_notification_ticker_text">You have a new message</string>
  9 +
  10 + <string name="rc_notification_new_msg">%1$s&#160;sent&#160;%2$d&#160;messages</string>
  11 + <string name="rc_notification_new_plural_msg">%1$d&#160;contacts&#160;sent&#160;%2$d&#160;messages</string>
  12 +
  13 +</resources>
0 14 \ No newline at end of file
... ...
app/src/main/res/values-sw/rc_notification_string.xml 0 → 100644
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<resources>
  3 +
  4 + <string name="rc_notification_ticker_text">Umepokea Ujumbe Mpya</string>
  5 + <string name="rc_notification_new_msg">%1$s&#160;ametuma&#160;ujumbe&#160; %2$d</string>
  6 + <string name="rc_notification_new_plural_msg">Mrafiki.%1$d&#160;wametuma&#160;ujumbe&#160; %2$d</string>
  7 +</resources>
0 8 \ No newline at end of file
... ...
app/src/main/res/values/rc_configuration.xml 0 → 100644
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<resources>
  3 + <!--设置语音消息的码率 (单位 bps)-->
  4 + <integer name="rc_audio_encoding_bit_rate">7950</integer>
  5 +
  6 + <!--原图压缩比例-->
  7 + <integer name="rc_image_quality">85</integer>
  8 + <!--原图压缩宽、高-->
  9 + <integer name="rc_image_size">960</integer>
  10 + <!-- 设置发送输入状态 -->
  11 + <bool name="rc_typing_status">false</bool>
  12 + <!-- 下载文件默认存储路径 -->
  13 + <string name="rc_media_message_default_save_path">/RongCloud/Media/</string>
  14 + <!-- 是否开启 Extension 记忆功能 -->
  15 + <bool name="rc_extension_history">false</bool>
  16 +</resources>
... ...
app/src/main/res/values/rc_lib_string.xml 0 → 100644
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<resources>
  3 +
  4 + <string name="rc_quit_custom_service">客服已结束</string>
  5 + <string name="rc_init_failed">连接客服失败</string>
  6 + <string name="rc_location_sharing_ended">位置共享已结束</string>
  7 +
  8 + <string name="rc_notification_ticker_text">您有了一条新消息</string>
  9 + <string name="rc_notification_new_msg">%1$s发来了%2$d条消息</string>
  10 + <string name="rc_notification_new_plural_msg">%1$d个联系人发来了%2$d条消息</string>
  11 +</resources>
0 12 \ No newline at end of file
... ...