|
|
@@ -16,11 +16,15 @@ class StringName {
|
|
|
static String get privacyPolicy => 'privacy_policy'.tr; // 《隐私权政策》
|
|
|
static String get termOfService => 'term_of_service'.tr; // 《服务条款》
|
|
|
static String get friendAddTitle => 'friend_add_title'.tr; // 添加好友
|
|
|
+ static String get friendAddIosTitle => 'friend_add_ios_title'.tr; // 查找好友
|
|
|
static String get friendAddDesc => 'friend_add_desc'.tr; // 查看实时定位,开启轨迹守护
|
|
|
- static String get friendAddFromPhone => 'friend_add_from_phone'.tr; // 通过手机号添加
|
|
|
+ static String get friendAddFromPhone => 'friend_add_from_phone'.tr; // 添加手机号
|
|
|
+ static String get friendAddFromPhoneIos =>
|
|
|
+ 'friend_add_from_phone_ios'.tr; // 查找手机号
|
|
|
static String get friendAddPhoneEtHint => 'friend_add_phone_et_hint'.tr; // 请输入手机号
|
|
|
static String get friendAddAddressBook => 'friend_add_address_book'.tr; // 通讯录
|
|
|
static String get friendAddFromWx => 'friend_add_from_wx'.tr; // 通过微信添加
|
|
|
+ static String get friendAddFromWxIos => 'friend_add_from_wx_ios'.tr; // 通过微信查找
|
|
|
static String get friendAddRule => 'friend_add_rule'.tr; // 定位功能需要双方同意方可使用
|
|
|
static String get mainFriendListTab => 'main_friend_list_tab'.tr; // 好友守护
|
|
|
static String get mainNewsTab => 'main_news_tab'.tr; // 消息中心
|
|
|
@@ -94,6 +98,8 @@ class StringName {
|
|
|
static String get dialogAddFriendTitle => 'dialog_add_friend_title'.tr; // 实时定位轨迹
|
|
|
static String get dialogAddFriendDesc => 'dialog_add_friend_desc'.tr; // 去添加Ta的手机号码
|
|
|
static String get dialogAddFriendBtn => 'dialog_add_friend_btn'.tr; // 立即添加
|
|
|
+ static String get dialogAddFriendBtnIos =>
|
|
|
+ 'dialog_add_friend_btn_ios'.tr; // 立即查找
|
|
|
static String get dialogRecordLocation => 'dialog_record_location'.tr; // 记录轨迹
|
|
|
static String get dialogRecordLocationHasPermission => 'dialog_record_location_has_permission'.tr; // 开启定位权限
|
|
|
static String get dialogRecordLocationNotRequest => 'dialog_record_location_not_request'.tr; // 暂不开启
|
|
|
@@ -352,11 +358,14 @@ class StringMultiSource {
|
|
|
'privacy_policy': '《隐私权政策》',
|
|
|
'term_of_service': '《服务条款》',
|
|
|
'friend_add_title': '添加好友',
|
|
|
+ 'friend_add_ios_title': '查找好友',
|
|
|
'friend_add_desc': '查看实时定位,开启轨迹守护',
|
|
|
- 'friend_add_from_phone': '通过手机号添加',
|
|
|
+ 'friend_add_from_phone': '添加手机号',
|
|
|
+ 'friend_add_from_phone_ios': '查找手机号',
|
|
|
'friend_add_phone_et_hint': '请输入手机号',
|
|
|
'friend_add_address_book': '通讯录',
|
|
|
'friend_add_from_wx': '通过微信添加',
|
|
|
+ 'friend_add_from_wx_ios': '通过微信查找',
|
|
|
'friend_add_rule': '定位功能需要双方同意方可使用',
|
|
|
'main_friend_list_tab': '好友守护',
|
|
|
'main_news_tab': '消息中心',
|
|
|
@@ -430,6 +439,7 @@ class StringMultiSource {
|
|
|
'dialog_add_friend_title': '实时定位轨迹',
|
|
|
'dialog_add_friend_desc': '去添加Ta的手机号码',
|
|
|
'dialog_add_friend_btn': '立即添加',
|
|
|
+ 'dialog_add_friend_btn_ios': '立即查找',
|
|
|
'dialog_record_location': '记录轨迹',
|
|
|
'dialog_record_location_has_permission': '开启定位权限',
|
|
|
'dialog_record_location_not_request': '暂不开启',
|