Update common strings
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user