Update common strings

This commit is contained in:
vishnukvmd
2025-07-19 19:56:03 +05:30
parent 2576c905f1
commit a41c77cfab
24 changed files with 250 additions and 0 deletions

View File

@@ -106,5 +106,17 @@
"zipFileExtension": "zip",
"@zipFileExtension": {
"description": "File extension for zip files"
},
"reportABug": "Report a bug",
"@reportABug": {
"description": "Label for reporting a bug"
},
"logsDialogBody": "This will send across logs to help us debug your issue. Please note that file names will be included to help track issues with specific files.",
"@logsDialogBody": {
"description": "Body text for the logs dialog explaining what will be sent"
},
"viewLogs": "View logs",
"@viewLogs": {
"description": "Button to view logs"
}
}

View File

@@ -283,6 +283,24 @@ abstract class StringsLocalizations {
/// In en, this message translates to:
/// **'zip'**
String get zipFileExtension;
/// Label for reporting a bug
///
/// In en, this message translates to:
/// **'Report a bug'**
String get reportABug;
/// Body text for the logs dialog explaining what will be sent
///
/// In en, this message translates to:
/// **'This will send across logs to help us debug your issue. Please note that file names will be included to help track issues with specific files.'**
String get logsDialogBody;
/// Button to view logs
///
/// In en, this message translates to:
/// **'View logs'**
String get viewLogs;
}
class _StringsLocalizationsDelegate

View File

@@ -87,4 +87,14 @@ class StringsLocalizationsAr extends StringsLocalizations {
@override
String get zipFileExtension => 'zip';
@override
String get reportABug => 'Report a bug';
@override
String get logsDialogBody =>
'This will send across logs to help us debug your issue. Please note that file names will be included to help track issues with specific files.';
@override
String get viewLogs => 'View logs';
}

View File

@@ -87,4 +87,14 @@ class StringsLocalizationsBg extends StringsLocalizations {
@override
String get zipFileExtension => 'zip';
@override
String get reportABug => 'Report a bug';
@override
String get logsDialogBody =>
'This will send across logs to help us debug your issue. Please note that file names will be included to help track issues with specific files.';
@override
String get viewLogs => 'View logs';
}

View File

@@ -87,4 +87,14 @@ class StringsLocalizationsCs extends StringsLocalizations {
@override
String get zipFileExtension => 'zip';
@override
String get reportABug => 'Report a bug';
@override
String get logsDialogBody =>
'This will send across logs to help us debug your issue. Please note that file names will be included to help track issues with specific files.';
@override
String get viewLogs => 'View logs';
}

View File

@@ -87,4 +87,14 @@ class StringsLocalizationsDa extends StringsLocalizations {
@override
String get zipFileExtension => 'zip';
@override
String get reportABug => 'Report a bug';
@override
String get logsDialogBody =>
'This will send across logs to help us debug your issue. Please note that file names will be included to help track issues with specific files.';
@override
String get viewLogs => 'View logs';
}

View File

@@ -87,4 +87,14 @@ class StringsLocalizationsEl extends StringsLocalizations {
@override
String get zipFileExtension => 'zip';
@override
String get reportABug => 'Report a bug';
@override
String get logsDialogBody =>
'This will send across logs to help us debug your issue. Please note that file names will be included to help track issues with specific files.';
@override
String get viewLogs => 'View logs';
}

View File

@@ -87,4 +87,14 @@ class StringsLocalizationsEn extends StringsLocalizations {
@override
String get zipFileExtension => 'zip';
@override
String get reportABug => 'Report a bug';
@override
String get logsDialogBody =>
'This will send across logs to help us debug your issue. Please note that file names will be included to help track issues with specific files.';
@override
String get viewLogs => 'View logs';
}

View File

@@ -87,4 +87,14 @@ class StringsLocalizationsEs extends StringsLocalizations {
@override
String get zipFileExtension => 'zip';
@override
String get reportABug => 'Report a bug';
@override
String get logsDialogBody =>
'This will send across logs to help us debug your issue. Please note that file names will be included to help track issues with specific files.';
@override
String get viewLogs => 'View logs';
}

View File

@@ -87,4 +87,14 @@ class StringsLocalizationsFr extends StringsLocalizations {
@override
String get zipFileExtension => 'zip';
@override
String get reportABug => 'Report a bug';
@override
String get logsDialogBody =>
'This will send across logs to help us debug your issue. Please note that file names will be included to help track issues with specific files.';
@override
String get viewLogs => 'View logs';
}

View File

@@ -87,4 +87,14 @@ class StringsLocalizationsId extends StringsLocalizations {
@override
String get zipFileExtension => 'zip';
@override
String get reportABug => 'Report a bug';
@override
String get logsDialogBody =>
'This will send across logs to help us debug your issue. Please note that file names will be included to help track issues with specific files.';
@override
String get viewLogs => 'View logs';
}

View File

@@ -87,4 +87,14 @@ class StringsLocalizationsJa extends StringsLocalizations {
@override
String get zipFileExtension => 'zip';
@override
String get reportABug => 'Report a bug';
@override
String get logsDialogBody =>
'This will send across logs to help us debug your issue. Please note that file names will be included to help track issues with specific files.';
@override
String get viewLogs => 'View logs';
}

View File

@@ -87,4 +87,14 @@ class StringsLocalizationsKo extends StringsLocalizations {
@override
String get zipFileExtension => 'zip';
@override
String get reportABug => 'Report a bug';
@override
String get logsDialogBody =>
'This will send across logs to help us debug your issue. Please note that file names will be included to help track issues with specific files.';
@override
String get viewLogs => 'View logs';
}

View File

@@ -87,4 +87,14 @@ class StringsLocalizationsLt extends StringsLocalizations {
@override
String get zipFileExtension => 'zip';
@override
String get reportABug => 'Report a bug';
@override
String get logsDialogBody =>
'This will send across logs to help us debug your issue. Please note that file names will be included to help track issues with specific files.';
@override
String get viewLogs => 'View logs';
}

View File

@@ -87,4 +87,14 @@ class StringsLocalizationsNl extends StringsLocalizations {
@override
String get zipFileExtension => 'zip';
@override
String get reportABug => 'Report a bug';
@override
String get logsDialogBody =>
'This will send across logs to help us debug your issue. Please note that file names will be included to help track issues with specific files.';
@override
String get viewLogs => 'View logs';
}

View File

@@ -87,4 +87,14 @@ class StringsLocalizationsPl extends StringsLocalizations {
@override
String get zipFileExtension => 'zip';
@override
String get reportABug => 'Report a bug';
@override
String get logsDialogBody =>
'This will send across logs to help us debug your issue. Please note that file names will be included to help track issues with specific files.';
@override
String get viewLogs => 'View logs';
}

View File

@@ -87,4 +87,14 @@ class StringsLocalizationsPt extends StringsLocalizations {
@override
String get zipFileExtension => 'zip';
@override
String get reportABug => 'Report a bug';
@override
String get logsDialogBody =>
'This will send across logs to help us debug your issue. Please note that file names will be included to help track issues with specific files.';
@override
String get viewLogs => 'View logs';
}

View File

@@ -87,4 +87,14 @@ class StringsLocalizationsRu extends StringsLocalizations {
@override
String get zipFileExtension => 'zip';
@override
String get reportABug => 'Report a bug';
@override
String get logsDialogBody =>
'This will send across logs to help us debug your issue. Please note that file names will be included to help track issues with specific files.';
@override
String get viewLogs => 'View logs';
}

View File

@@ -87,4 +87,14 @@ class StringsLocalizationsSk extends StringsLocalizations {
@override
String get zipFileExtension => 'zip';
@override
String get reportABug => 'Report a bug';
@override
String get logsDialogBody =>
'This will send across logs to help us debug your issue. Please note that file names will be included to help track issues with specific files.';
@override
String get viewLogs => 'View logs';
}

View File

@@ -87,4 +87,14 @@ class StringsLocalizationsSr extends StringsLocalizations {
@override
String get zipFileExtension => 'zip';
@override
String get reportABug => 'Report a bug';
@override
String get logsDialogBody =>
'This will send across logs to help us debug your issue. Please note that file names will be included to help track issues with specific files.';
@override
String get viewLogs => 'View logs';
}

View File

@@ -87,4 +87,14 @@ class StringsLocalizationsSv extends StringsLocalizations {
@override
String get zipFileExtension => 'zip';
@override
String get reportABug => 'Report a bug';
@override
String get logsDialogBody =>
'This will send across logs to help us debug your issue. Please note that file names will be included to help track issues with specific files.';
@override
String get viewLogs => 'View logs';
}

View File

@@ -87,4 +87,14 @@ class StringsLocalizationsTr extends StringsLocalizations {
@override
String get zipFileExtension => 'zip';
@override
String get reportABug => 'Report a bug';
@override
String get logsDialogBody =>
'This will send across logs to help us debug your issue. Please note that file names will be included to help track issues with specific files.';
@override
String get viewLogs => 'View logs';
}

View File

@@ -87,4 +87,14 @@ class StringsLocalizationsVi extends StringsLocalizations {
@override
String get zipFileExtension => 'zip';
@override
String get reportABug => 'Report a bug';
@override
String get logsDialogBody =>
'This will send across logs to help us debug your issue. Please note that file names will be included to help track issues with specific files.';
@override
String get viewLogs => 'View logs';
}

View File

@@ -86,6 +86,16 @@ class StringsLocalizationsZh extends StringsLocalizations {
@override
String get zipFileExtension => 'zip';
@override
String get reportABug => 'Report a bug';
@override
String get logsDialogBody =>
'This will send across logs to help us debug your issue. Please note that file names will be included to help track issues with specific files.';
@override
String get viewLogs => 'View logs';
}
/// The translations for Chinese, as used in Taiwan (`zh_TW`).