Skip to content

Commit f51d67f

Browse files
committed
二维码颜色
1 parent 3509b93 commit f51d67f

13 files changed

+156
-14
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.0.5+66]
2+
3+
* huawei v1.3.75
4+
15
## [1.0.5+65]
26

37
* i18n

lib/l10n/generated/openiothub_common_localizations.dart

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,12 @@ abstract class OpenIoTHubCommonLocalizations {
289289
/// **'Cancel'**
290290
String get cancel;
291291

292+
/// No description provided for @ok.
293+
///
294+
/// In en, this message translates to:
295+
/// **'OK'**
296+
String get ok;
297+
292298
/// No description provided for @cancel_my_account.
293299
///
294300
/// In en, this message translates to:
@@ -906,6 +912,18 @@ abstract class OpenIoTHubCommonLocalizations {
906912
/// In en, this message translates to:
907913
/// **'Success!'**
908914
String get success;
915+
916+
/// No description provided for @location_req_name.
917+
///
918+
/// In en, this message translates to:
919+
/// **'申請位置權限說明'**
920+
String get location_req_name;
921+
922+
/// No description provided for @location_req_desc.
923+
///
924+
/// In en, this message translates to:
925+
/// **'申請位置權限,以獲取WiFi信息用於智能設備配網'**
926+
String get location_req_desc;
909927
}
910928

911929
class _OpenIoTHubCommonLocalizationsDelegate

lib/l10n/generated/openiothub_common_localizations_en.dart

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ class OpenIoTHubCommonLocalizationsEn extends OpenIoTHubCommonLocalizations {
106106
@override
107107
String get cancel => 'Cancel';
108108

109+
@override
110+
String get ok => 'OK';
111+
109112
@override
110113
String get cancel_my_account => 'Cancel my account';
111114

@@ -443,4 +446,10 @@ class OpenIoTHubCommonLocalizationsEn extends OpenIoTHubCommonLocalizations {
443446

444447
@override
445448
String get success => 'Success!';
449+
450+
@override
451+
String get location_req_name => '申請位置權限說明';
452+
453+
@override
454+
String get location_req_desc => '申請位置權限,以獲取WiFi信息用於智能設備配網';
446455
}

lib/l10n/generated/openiothub_common_localizations_zh.dart

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ class OpenIoTHubCommonLocalizationsZh extends OpenIoTHubCommonLocalizations {
101101
@override
102102
String get cancel => '取消';
103103

104+
@override
105+
String get ok => '确定';
106+
104107
@override
105108
String get cancel_my_account => '删除我的账号';
106109

@@ -414,6 +417,14 @@ class OpenIoTHubCommonLocalizationsZh extends OpenIoTHubCommonLocalizations {
414417

415418
@override
416419
String get success => '成功!';
420+
421+
@override
422+
String get location_req_name =>
423+
'Explanation of Location Permission Application';
424+
425+
@override
426+
String get location_req_desc =>
427+
'Apply for location permission to obtain WiFi information for smart device distribution network';
417428
}
418429

419430
/// The translations for Chinese, as used in China (`zh_CN`).
@@ -514,6 +525,9 @@ class OpenIoTHubCommonLocalizationsZhCn
514525
@override
515526
String get cancel => '取消';
516527

528+
@override
529+
String get ok => '确定';
530+
517531
@override
518532
String get cancel_my_account => '删除我的账号';
519533

@@ -827,6 +841,12 @@ class OpenIoTHubCommonLocalizationsZhCn
827841

828842
@override
829843
String get success => '成功!';
844+
845+
@override
846+
String get location_req_name => '申请位置权限说明';
847+
848+
@override
849+
String get location_req_desc => '申请位置权限,以获取WiFi信息用于智能设备配网';
830850
}
831851

832852
/// The translations for Chinese, using the Han script (`zh_Hans`).
@@ -927,6 +947,9 @@ class OpenIoTHubCommonLocalizationsZhHans
927947
@override
928948
String get cancel => '取消';
929949

950+
@override
951+
String get ok => '确定';
952+
930953
@override
931954
String get cancel_my_account => '删除我的账号';
932955

@@ -1240,6 +1263,12 @@ class OpenIoTHubCommonLocalizationsZhHans
12401263

12411264
@override
12421265
String get success => '成功!';
1266+
1267+
@override
1268+
String get location_req_name => '申请位置权限说明';
1269+
1270+
@override
1271+
String get location_req_desc => '申请位置权限,以获取WiFi信息用于智能设备配网';
12431272
}
12441273

12451274
/// The translations for Chinese, using the Han script (`zh_Hant`).
@@ -1340,6 +1369,9 @@ class OpenIoTHubCommonLocalizationsZhHant
13401369
@override
13411370
String get cancel => '取消';
13421371

1372+
@override
1373+
String get ok => '確定';
1374+
13431375
@override
13441376
String get cancel_my_account => '刪除我的賬號';
13451377

@@ -1653,6 +1685,12 @@ class OpenIoTHubCommonLocalizationsZhHant
16531685

16541686
@override
16551687
String get success => '成功!';
1688+
1689+
@override
1690+
String get location_req_name => '申請位置權限說明';
1691+
1692+
@override
1693+
String get location_req_desc => '申請位置權限,以獲取WiFi信息用於智能設備配網';
16561694
}
16571695

16581696
/// The translations for Chinese, as used in Taiwan (`zh_TW`).
@@ -1753,6 +1791,9 @@ class OpenIoTHubCommonLocalizationsZhTw
17531791
@override
17541792
String get cancel => '取消';
17551793

1794+
@override
1795+
String get ok => '確定';
1796+
17561797
@override
17571798
String get cancel_my_account => '刪除我的賬號';
17581799

@@ -2066,4 +2107,10 @@ class OpenIoTHubCommonLocalizationsZhTw
20662107

20672108
@override
20682109
String get success => '成功!';
2110+
2111+
@override
2112+
String get location_req_name => '申請位置權限說明';
2113+
2114+
@override
2115+
String get location_req_desc => '申請位置權限,以獲取WiFi信息用於智能設備配網';
20692116
}

lib/l10n/intl_en.arb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"please_input_new_value": "Please input new value",
3535
"new_value": "New value",
3636
"cancel": "Cancel",
37+
"ok": "OK",
3738

3839
"cancel_my_account": "Cancel my account",
3940
"cancel_my_account_notify1": "Please note that after confirming the deletion, the deletion operation will take effect immediately and cannot be restored!",
@@ -144,5 +145,7 @@
144145
"as_config_file": "Consistent with the configuration files in the server-go server",
145146
"add_to_server": "Add to server",
146147
"add_server": "Add server",
147-
"success": "Success!"
148+
"success": "Success!",
149+
"location_req_name": "申請位置權限說明",
150+
"location_req_desc": "申請位置權限,以獲取WiFi信息用於智能設備配網"
148151
}

lib/l10n/intl_zh.arb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"please_input_new_value": "请输入新的",
3535
"new_value": "新值",
3636
"cancel": "取消",
37+
"ok": "确定",
3738

3839
"cancel_my_account": "删除我的账号",
3940
"cancel_my_account_notify1": "请注意,确认删除之后删除操作立马生效,且不可恢复!",
@@ -144,5 +145,7 @@
144145
"as_config_file": "跟server-go服务器里面的配置文件一致",
145146
"add_to_server": "添加到服务器",
146147
"add_server": "添加服务器",
147-
"success": "成功!"
148+
"success": "成功!",
149+
"location_req_name": "Explanation of Location Permission Application",
150+
"location_req_desc": "Apply for location permission to obtain WiFi information for smart device distribution network"
148151
}

lib/l10n/intl_zh_CN.arb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"please_input_new_value": "请输入新的",
3535
"new_value": "新值",
3636
"cancel": "取消",
37+
"ok": "确定",
3738

3839
"cancel_my_account": "删除我的账号",
3940
"cancel_my_account_notify1": "请注意,确认删除之后删除操作立马生效,且不可恢复!",
@@ -144,5 +145,7 @@
144145
"as_config_file": "跟server-go服务器里面的配置文件一致",
145146
"add_to_server": "添加到服务器",
146147
"add_server": "添加服务器",
147-
"success": "成功!"
148+
"success": "成功!",
149+
"location_req_name": "申请位置权限说明",
150+
"location_req_desc": "申请位置权限,以获取WiFi信息用于智能设备配网"
148151
}

lib/l10n/intl_zh_Hans.arb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"please_input_new_value": "请输入新的",
3535
"new_value": "新值",
3636
"cancel": "取消",
37+
"ok": "确定",
3738

3839
"cancel_my_account": "删除我的账号",
3940
"cancel_my_account_notify1": "请注意,确认删除之后删除操作立马生效,且不可恢复!",
@@ -144,5 +145,7 @@
144145
"as_config_file": "跟server-go服务器里面的配置文件一致",
145146
"add_to_server": "添加到服务器",
146147
"add_server": "添加服务器",
147-
"success": "成功!"
148+
"success": "成功!",
149+
"location_req_name": "申请位置权限说明",
150+
"location_req_desc": "申请位置权限,以获取WiFi信息用于智能设备配网"
148151
}

lib/l10n/intl_zh_Hant.arb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"please_input_new_value": "請輸入新的",
3535
"new_value": "新值",
3636
"cancel": "取消",
37+
"ok": "確定",
3738

3839
"cancel_my_account": "刪除我的賬號",
3940
"cancel_my_account_notify1": "請注意,確認刪除之後刪除操作立馬生效,且不可恢復!",
@@ -144,5 +145,7 @@
144145
"as_config_file": "跟server-go服務器裏面的配置文件一致",
145146
"add_to_server": "添加到服務器",
146147
"add_server": "添加服務器",
147-
"success": "成功!"
148+
"success": "成功!",
149+
"location_req_name": "申請位置權限說明",
150+
"location_req_desc": "申請位置權限,以獲取WiFi信息用於智能設備配網"
148151
}

lib/l10n/intl_zh_TW.arb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"please_input_new_value": "請輸入新的",
3535
"new_value": "新值",
3636
"cancel": "取消",
37+
"ok": "確定",
3738

3839
"cancel_my_account": "刪除我的賬號",
3940
"cancel_my_account_notify1": "請注意,確認刪除之後刪除操作立馬生效,且不可恢復!",
@@ -144,5 +145,7 @@
144145
"as_config_file": "跟server-go服務器裏面的配置文件一致",
145146
"add_to_server": "添加到服務器",
146147
"add_server": "添加服務器",
147-
"success": "成功!"
148+
"success": "成功!",
149+
"location_req_name": "申請位置權限說明",
150+
"location_req_desc": "申請位置權限,以獲取WiFi信息用於智能設備配網"
148151
}

0 commit comments

Comments
 (0)