@@ -226,7 +226,7 @@ class OpenIoTHubCommonLocalizationsZh extends OpenIoTHubCommonLocalizations {
226226 '使用云亿连扫码二维码添加网关,管理您的所有智能设备和私有云' ;
227227
228228 @override
229- String get app_name => '使App名称 :' ;
229+ String get app_name => 'App名称 :' ;
230230
231231 @override
232232 String get package_name => '包名:' ;
@@ -419,12 +419,13 @@ class OpenIoTHubCommonLocalizationsZh extends OpenIoTHubCommonLocalizations {
419419 String get success => '成功!' ;
420420
421421 @override
422- String get location_req_name =>
423- 'Explanation of Location Permission Application' ;
422+ String get location_req_name => '申请位置权限说明' ;
423+
424+ @override
425+ String get location_req_desc => '申请位置权限,以获取WiFi信息用于智能设备配' ;
424426
425427 @override
426- String get location_req_desc =>
427- 'Apply for location permission to obtain WiFi information for smart device distribution network' ;
428+ String get confirm_add_gateway => '确认添加次网关到账户?' ;
428429}
429430
430431/// The translations for Chinese, as used in China (`zh_CN` ).
@@ -650,7 +651,7 @@ class OpenIoTHubCommonLocalizationsZhCn
650651 '使用云亿连扫码二维码添加网关,管理您的所有智能设备和私有云' ;
651652
652653 @override
653- String get app_name => '使App名称 :' ;
654+ String get app_name => 'App名称 :' ;
654655
655656 @override
656657 String get package_name => '包名:' ;
@@ -847,6 +848,9 @@ class OpenIoTHubCommonLocalizationsZhCn
847848
848849 @override
849850 String get location_req_desc => '申请位置权限,以获取WiFi信息用于智能设备配网' ;
851+
852+ @override
853+ String get confirm_add_gateway => '确认添加次网关到账户?' ;
850854}
851855
852856/// The translations for Chinese, using the Han script (`zh_Hans` ).
@@ -1072,7 +1076,7 @@ class OpenIoTHubCommonLocalizationsZhHans
10721076 '使用云亿连扫码二维码添加网关,管理您的所有智能设备和私有云' ;
10731077
10741078 @override
1075- String get app_name => '使App名称 :' ;
1079+ String get app_name => 'App名称 :' ;
10761080
10771081 @override
10781082 String get package_name => '包名:' ;
@@ -1269,6 +1273,9 @@ class OpenIoTHubCommonLocalizationsZhHans
12691273
12701274 @override
12711275 String get location_req_desc => '申请位置权限,以获取WiFi信息用于智能设备配网' ;
1276+
1277+ @override
1278+ String get confirm_add_gateway => '确认添加次网关到账户?' ;
12721279}
12731280
12741281/// The translations for Chinese, using the Han script (`zh_Hant` ).
@@ -1494,7 +1501,7 @@ class OpenIoTHubCommonLocalizationsZhHant
14941501 '使用雲億連掃碼二維碼添加網關,管理您的所有智能設備和私有雲' ;
14951502
14961503 @override
1497- String get app_name => '使App名稱 :' ;
1504+ String get app_name => 'App名稱 :' ;
14981505
14991506 @override
15001507 String get package_name => '包名:' ;
@@ -1691,6 +1698,9 @@ class OpenIoTHubCommonLocalizationsZhHant
16911698
16921699 @override
16931700 String get location_req_desc => '申請位置權限,以獲取WiFi信息用於智能設備配網' ;
1701+
1702+ @override
1703+ String get confirm_add_gateway => '確認添加網關到本賬號?' ;
16941704}
16951705
16961706/// The translations for Chinese, as used in Taiwan (`zh_TW` ).
@@ -1916,7 +1926,7 @@ class OpenIoTHubCommonLocalizationsZhTw
19161926 '使用雲億連掃碼二維碼添加網關,管理您的所有智能設備和私有雲' ;
19171927
19181928 @override
1919- String get app_name => '使App名稱 :' ;
1929+ String get app_name => 'App名稱 :' ;
19201930
19211931 @override
19221932 String get package_name => '包名:' ;
@@ -2113,4 +2123,7 @@ class OpenIoTHubCommonLocalizationsZhTw
21132123
21142124 @override
21152125 String get location_req_desc => '申請位置權限,以獲取WiFi信息用於智能設備配網' ;
2126+
2127+ @override
2128+ String get confirm_add_gateway => '確認添加網關到本賬號?' ;
21162129}
0 commit comments