Skip to content

Commit e666f82

Browse files
committed
i18n
git tag v1.0.5+63
1 parent 2985adf commit e666f82

File tree

9 files changed

+489
-485
lines changed

9 files changed

+489
-485
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+64]
2+
3+
* i18n
4+
15
## [1.0.5+63]
26

37
* i18n

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ packages:
619619
path: ".."
620620
relative: true
621621
source: path
622-
version: "1.0.5+62"
622+
version: "1.0.5+63"
623623
openiothub_constants:
624624
dependency: "direct main"
625625
description:

lib/l10n/generated/openiothub_common_localizations.dart

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ abstract class OpenIoTHubCommonLocalizations {
346346
/// No description provided for @login.
347347
///
348348
/// In en, this message translates to:
349-
/// **'login'**
349+
/// **'Login'**
350350
String get login;
351351

352352
/// No description provided for @please_input_mobile.
@@ -418,7 +418,7 @@ abstract class OpenIoTHubCommonLocalizations {
418418
/// No description provided for @exit.
419419
///
420420
/// In en, this message translates to:
421-
/// **'exit'**
421+
/// **'Exit'**
422422
String get exit;
423423

424424
/// No description provided for @login_failed.
@@ -442,13 +442,13 @@ abstract class OpenIoTHubCommonLocalizations {
442442
/// No description provided for @register.
443443
///
444444
/// In en, this message translates to:
445-
/// **'register'**
445+
/// **'Register'**
446446
String get register;
447447

448448
/// No description provided for @register_success.
449449
///
450450
/// In en, this message translates to:
451-
/// **'registered successfully Please log in with your registration information!'**
451+
/// **'Registered successfully Please log in with your registration information!'**
452452
String get register_success;
453453

454454
/// No description provided for @register_failed.
@@ -586,7 +586,7 @@ abstract class OpenIoTHubCommonLocalizations {
586586
/// No description provided for @share.
587587
///
588588
/// In en, this message translates to:
589-
/// **'share'**
589+
/// **'Share'**
590590
String get share;
591591

592592
/// No description provided for @share_to_where.
@@ -640,7 +640,7 @@ abstract class OpenIoTHubCommonLocalizations {
640640
/// No description provided for @add.
641641
///
642642
/// In en, this message translates to:
643-
/// **'add'**
643+
/// **'Add'**
644644
String get add;
645645

646646
/// No description provided for @paste_info.
@@ -724,7 +724,7 @@ abstract class OpenIoTHubCommonLocalizations {
724724
/// No description provided for @name.
725725
///
726726
/// In en, this message translates to:
727-
/// **'name'**
727+
/// **'Name'**
728728
String get name;
729729

730730
/// No description provided for @define_server_name.
@@ -748,31 +748,31 @@ abstract class OpenIoTHubCommonLocalizations {
748748
/// No description provided for @define_server_key.
749749
///
750750
/// In en, this message translates to:
751-
/// **'key'**
751+
/// **'Key'**
752752
String get define_server_key;
753753

754754
/// No description provided for @define_server_tcp_port.
755755
///
756756
/// In en, this message translates to:
757-
/// **'tcp port'**
757+
/// **'Tcp port'**
758758
String get define_server_tcp_port;
759759

760760
/// No description provided for @define_server_kcp_port.
761761
///
762762
/// In en, this message translates to:
763-
/// **'kcp port'**
763+
/// **'Kcp port'**
764764
String get define_server_kcp_port;
765765

766766
/// No description provided for @port.
767767
///
768768
/// In en, this message translates to:
769-
/// **'port'**
769+
/// **'Port'**
770770
String get port;
771771

772772
/// No description provided for @description.
773773
///
774774
/// In en, this message translates to:
775-
/// **'description'**
775+
/// **'Description'**
776776
String get description;
777777

778778
/// No description provided for @define_description.
@@ -880,7 +880,7 @@ abstract class OpenIoTHubCommonLocalizations {
880880
/// No description provided for @server_uuid.
881881
///
882882
/// In en, this message translates to:
883-
/// **'server uuid'**
883+
/// **'Server uuid'**
884884
String get server_uuid;
885885

886886
/// No description provided for @as_config_file.

lib/l10n/generated/openiothub_common_localizations_en.dart

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class OpenIoTHubCommonLocalizationsEn extends OpenIoTHubCommonLocalizations {
135135
String get wechat_login_failed => 'Wechat login failed';
136136

137137
@override
138-
String get login => 'login';
138+
String get login => 'Login';
139139

140140
@override
141141
String get please_input_mobile => 'Please input mobile';
@@ -173,7 +173,7 @@ class OpenIoTHubCommonLocalizationsEn extends OpenIoTHubCommonLocalizations {
173173
String get wechat_scan_qr_code_to_login => 'Wechat scan qr code to login!';
174174

175175
@override
176-
String get exit => 'exit';
176+
String get exit => 'Exit';
177177

178178
@override
179179
String get login_failed => 'Login failed';
@@ -186,11 +186,11 @@ class OpenIoTHubCommonLocalizationsEn extends OpenIoTHubCommonLocalizations {
186186
String get wechat_fast_login_failed => 'WeChat quick login failed';
187187

188188
@override
189-
String get register => 'register';
189+
String get register => 'Register';
190190

191191
@override
192192
String get register_success =>
193-
'registered successfully Please log in with your registration information!';
193+
'Registered successfully Please log in with your registration information!';
194194

195195
@override
196196
String get register_failed => 'Registration failed! Please register again';
@@ -264,7 +264,7 @@ class OpenIoTHubCommonLocalizationsEn extends OpenIoTHubCommonLocalizations {
264264
'OpenIoTHub manages all your smart devices and private clouds across the entire platform';
265265

266266
@override
267-
String get share => 'share';
267+
String get share => 'Share';
268268

269269
@override
270270
String get share_to_where => 'Choose the location for the demander to share';
@@ -294,7 +294,7 @@ class OpenIoTHubCommonLocalizationsEn extends OpenIoTHubCommonLocalizations {
294294
'Select the server that the gateway needs to connect to from below:';
295295

296296
@override
297-
String get add => 'add';
297+
String get add => 'Add';
298298

299299
@override
300300
String get paste_info =>
@@ -348,7 +348,7 @@ class OpenIoTHubCommonLocalizationsEn extends OpenIoTHubCommonLocalizations {
348348
'Linux installation using Snapcraft: sudo snap install gateway-go';
349349

350350
@override
351-
String get name => 'name';
351+
String get name => 'Name';
352352

353353
@override
354354
String get define_server_name => 'Customize server name';
@@ -360,19 +360,19 @@ class OpenIoTHubCommonLocalizationsEn extends OpenIoTHubCommonLocalizations {
360360
String get define_server_addr => 'The address of the public server go server';
361361

362362
@override
363-
String get define_server_key => 'key';
363+
String get define_server_key => 'Key';
364364

365365
@override
366-
String get define_server_tcp_port => 'tcp port';
366+
String get define_server_tcp_port => 'Tcp port';
367367

368368
@override
369-
String get define_server_kcp_port => 'kcp port';
369+
String get define_server_kcp_port => 'Kcp port';
370370

371371
@override
372-
String get port => 'port';
372+
String get port => 'Port';
373373

374374
@override
375-
String get description => 'description';
375+
String get description => 'Description';
376376

377377
@override
378378
String get define_description => 'Customize description information';
@@ -429,7 +429,7 @@ class OpenIoTHubCommonLocalizationsEn extends OpenIoTHubCommonLocalizations {
429429
String get add_self_hosted_server => 'Add self built server:';
430430

431431
@override
432-
String get server_uuid => 'server uuid';
432+
String get server_uuid => 'Server uuid';
433433

434434
@override
435435
String get as_config_file =>

0 commit comments

Comments
 (0)