You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/lib/l10n/app_en.arb
+61Lines changed: 61 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10499,5 +10499,66 @@
10499
10499
"microphone": "Microphone",
10500
10500
"@microphone": {
10501
10501
"description": "Label for microphone permission"
10502
+
},
10503
+
"cloudAudioFiles": "Cloud Audio Files",
10504
+
"@cloudAudioFiles": {
10505
+
"description": "Title for cloud audio files section"
10506
+
},
10507
+
"noCloudAudioFiles": "No cloud audio files yet",
10508
+
"@noCloudAudioFiles": {
10509
+
"description": "Empty state for cloud audio files"
10510
+
},
10511
+
"noCloudAudioDescription": "Audio files will appear here once you record conversations with cloud sync enabled.",
10512
+
"@noCloudAudioDescription": {
10513
+
"description": "Description for empty cloud audio state"
10514
+
},
10515
+
"deleteAllAudio": "Delete All Audio",
10516
+
"@deleteAllAudio": {
10517
+
"description": "Button to delete all cloud audio"
10518
+
},
10519
+
"deleteAllAudioTitle": "Delete All Cloud Audio?",
10520
+
"@deleteAllAudioTitle": {
10521
+
"description": "Title for delete all audio dialog"
10522
+
},
10523
+
"deleteAllAudioMessage": "This will permanently delete all your cloud-synced audio files. This action cannot be undone.\n\nNote: The Data Training Program requires cloud-synced audio. Deleting these files will remove your contribution to the program.",
10524
+
"@deleteAllAudioMessage": {
10525
+
"description": "Message for delete all audio dialog"
10526
+
},
10527
+
"deleteAll": "Delete All",
10528
+
"@deleteAll": {
10529
+
"description": "Button text for delete all confirmation"
10530
+
},
10531
+
"deletingAudio": "Deleting audio files...",
10532
+
"@deletingAudio": {
10533
+
"description": "Loading text while deleting audio"
10534
+
},
10535
+
"audioDeletedSuccessfully": "All cloud audio files deleted",
10536
+
"@audioDeletedSuccessfully": {
10537
+
"description": "Success message after deleting audio"
10538
+
},
10539
+
"failedToDeleteAudio": "Failed to delete audio files",
10540
+
"@failedToDeleteAudio": {
10541
+
"description": "Error message when audio deletion fails"
Copy file name to clipboardExpand all lines: app/lib/l10n/app_localizations.dart
+79-1Lines changed: 79 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15945,7 +15945,7 @@ abstract class AppLocalizations {
15945
15945
/// **'Delete All Recordings'**
15946
15946
Stringget deleteAllFiles;
15947
15947
15948
-
/// Menu option to delete all recordings
15948
+
/// Button text for delete all confirmation
15949
15949
///
15950
15950
/// In en, this message translates to:
15951
15951
/// **'Delete All'**
@@ -16328,6 +16328,84 @@ abstract class AppLocalizations {
16328
16328
/// In en, this message translates to:
16329
16329
/// **'Microphone'**
16330
16330
Stringget microphone;
16331
+
16332
+
/// Title for cloud audio files section
16333
+
///
16334
+
/// In en, this message translates to:
16335
+
/// **'Cloud Audio Files'**
16336
+
Stringget cloudAudioFiles;
16337
+
16338
+
/// Empty state for cloud audio files
16339
+
///
16340
+
/// In en, this message translates to:
16341
+
/// **'No cloud audio files yet'**
16342
+
Stringget noCloudAudioFiles;
16343
+
16344
+
/// Description for empty cloud audio state
16345
+
///
16346
+
/// In en, this message translates to:
16347
+
/// **'Audio files will appear here once you record conversations with cloud sync enabled.'**
16348
+
Stringget noCloudAudioDescription;
16349
+
16350
+
/// Button to delete all cloud audio
16351
+
///
16352
+
/// In en, this message translates to:
16353
+
/// **'Delete All Audio'**
16354
+
Stringget deleteAllAudio;
16355
+
16356
+
/// Title for delete all audio dialog
16357
+
///
16358
+
/// In en, this message translates to:
16359
+
/// **'Delete All Cloud Audio?'**
16360
+
Stringget deleteAllAudioTitle;
16361
+
16362
+
/// Message for delete all audio dialog
16363
+
///
16364
+
/// In en, this message translates to:
16365
+
/// **'This will permanently delete all your cloud-synced audio files. This action cannot be undone.\n\nNote: The Data Training Program requires cloud-synced audio. Deleting these files will remove your contribution to the program.'**
'Audio files will appear here once you record conversations with cloud sync enabled.';
8707
+
8708
+
@override
8709
+
Stringget deleteAllAudio =>'Delete All Audio';
8710
+
8711
+
@override
8712
+
Stringget deleteAllAudioTitle =>'Delete All Cloud Audio?';
8713
+
8714
+
@override
8715
+
Stringget deleteAllAudioMessage =>
8716
+
'This will permanently delete all your cloud-synced audio files. This action cannot be undone.\n\nNote: The Data Training Program requires cloud-synced audio. Deleting these files will remove your contribution to the program.';
'Audio files will appear here once you record conversations with cloud sync enabled.';
8803
+
8804
+
@override
8805
+
Stringget deleteAllAudio =>'Delete All Audio';
8806
+
8807
+
@override
8808
+
Stringget deleteAllAudioTitle =>'Delete All Cloud Audio?';
8809
+
8810
+
@override
8811
+
Stringget deleteAllAudioMessage =>
8812
+
'This will permanently delete all your cloud-synced audio files. This action cannot be undone.\n\nNote: The Data Training Program requires cloud-synced audio. Deleting these files will remove your contribution to the program.';
'Audio files will appear here once you record conversations with cloud sync enabled.';
8819
+
8820
+
@override
8821
+
Stringget deleteAllAudio =>'Delete All Audio';
8822
+
8823
+
@override
8824
+
Stringget deleteAllAudioTitle =>'Delete All Cloud Audio?';
8825
+
8826
+
@override
8827
+
Stringget deleteAllAudioMessage =>
8828
+
'This will permanently delete all your cloud-synced audio files. This action cannot be undone.\n\nNote: The Data Training Program requires cloud-synced audio. Deleting these files will remove your contribution to the program.';
0 commit comments