Skip to content

Commit 05975a5

Browse files
committed
language updates
1 parent 00ed971 commit 05975a5

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

lib/generated/l10n.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ abstract class IEL {
631631
/// No description provided for @gttExport_contactAdmin.
632632
///
633633
/// In en, this message translates to:
634-
/// **'No Available Project, Contact your Admin.'**
634+
/// **'If there is no available project, please contact your admin.'**
635635
String get gttExport_contactAdmin;
636636

637637
/// No description provided for @gttExport_selectProject.

lib/generated/l10n_de.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ class IELDe extends IEL {
266266
String get gttExport_dataUploadedSelectedProject => 'The following data will be uploaded only if the project is selected.';
267267

268268
@override
269-
String get gttExport_contactAdmin => 'No Available Project, Contact your Admin.';
269+
String get gttExport_contactAdmin => 'If there is no available project, please contact your admin.';
270270

271271
@override
272272
String get gttExport_selectProject => 'Select Project';

lib/generated/l10n_en.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ class IELEn extends IEL {
266266
String get gttExport_dataUploadedSelectedProject => 'The following data will be uploaded only if the project is selected.';
267267

268268
@override
269-
String get gttExport_contactAdmin => 'No Available Project, Contact your Admin.';
269+
String get gttExport_contactAdmin => 'If there is no available project, please contact your admin.';
270270

271271
@override
272272
String get gttExport_selectProject => 'Select Project';

lib/generated/l10n_fr.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ class IELFr extends IEL {
266266
String get gttExport_dataUploadedSelectedProject => 'The following data will be uploaded only if the project is selected.';
267267

268268
@override
269-
String get gttExport_contactAdmin => 'No Available Project, Contact your Admin.';
269+
String get gttExport_contactAdmin => 'If there is no available project, please contact your admin.';
270270

271271
@override
272272
String get gttExport_selectProject => 'Select Project';

lib/generated/l10n_nb.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ class IELNb extends IEL {
266266
String get gttExport_dataUploadedSelectedProject => 'The following data will be uploaded only if the project is selected.';
267267

268268
@override
269-
String get gttExport_contactAdmin => 'No Available Project, Contact your Admin.';
269+
String get gttExport_contactAdmin => 'If there is no available project, please contact your admin.';
270270

271271
@override
272272
String get gttExport_selectProject => 'Select Project';

lib/generated/l10n_ru.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ class IELRu extends IEL {
266266
String get gttExport_dataUploadedSelectedProject => 'The following data will be uploaded only if the project is selected.';
267267

268268
@override
269-
String get gttExport_contactAdmin => 'No Available Project, Contact your Admin.';
269+
String get gttExport_contactAdmin => 'If there is no available project, please contact your admin.';
270270

271271
@override
272272
String get gttExport_selectProject => 'Select Project';

0 commit comments

Comments
 (0)