|
10729 | 10729 | }, |
10730 | 10730 | "willSyncAutomatically": "will sync automatically", |
10731 | 10731 | "enableLocationTitle": "Enable Location", |
10732 | | - "enableLocationDescription": "Location permission is needed to find nearby Bluetooth devices." |
| 10732 | + "enableLocationDescription": "Location permission is needed to find nearby Bluetooth devices.", |
| 10733 | + "cloudAudioFiles": "Cloud Audio Files", |
| 10734 | + "@cloudAudioFiles": { |
| 10735 | + "description": "Title for cloud audio files section" |
| 10736 | + }, |
| 10737 | + "noCloudAudioFiles": "No cloud audio files yet", |
| 10738 | + "@noCloudAudioFiles": { |
| 10739 | + "description": "Empty state for cloud audio files" |
| 10740 | + }, |
| 10741 | + "noCloudAudioDescription": "Audio files will appear here once you record conversations with cloud sync enabled.", |
| 10742 | + "@noCloudAudioDescription": { |
| 10743 | + "description": "Description for empty cloud audio state" |
| 10744 | + }, |
| 10745 | + "deleteAllAudio": "Delete All Audio", |
| 10746 | + "@deleteAllAudio": { |
| 10747 | + "description": "Button to delete all cloud audio" |
| 10748 | + }, |
| 10749 | + "deleteAllAudioTitle": "Delete All Cloud Audio?", |
| 10750 | + "@deleteAllAudioTitle": { |
| 10751 | + "description": "Title for delete all audio dialog" |
| 10752 | + }, |
| 10753 | + "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.", |
| 10754 | + "@deleteAllAudioMessage": { |
| 10755 | + "description": "Message for delete all audio dialog" |
| 10756 | + }, |
| 10757 | + "deletingAudio": "Deleting audio files...", |
| 10758 | + "@deletingAudio": { |
| 10759 | + "description": "Loading text while deleting audio" |
| 10760 | + }, |
| 10761 | + "audioDeletedSuccessfully": "All cloud audio files deleted", |
| 10762 | + "@audioDeletedSuccessfully": { |
| 10763 | + "description": "Success message after deleting audio" |
| 10764 | + }, |
| 10765 | + "failedToDeleteAudio": "Failed to delete audio files", |
| 10766 | + "@failedToDeleteAudio": { |
| 10767 | + "description": "Error message when audio deletion fails" |
| 10768 | + }, |
| 10769 | + "nAudioFiles": "{count} audio {count, plural, =1{file} other{files}}", |
| 10770 | + "@nAudioFiles": { |
| 10771 | + "description": "Number of audio files", |
| 10772 | + "placeholders": { |
| 10773 | + "count": { |
| 10774 | + "type": "int" |
| 10775 | + } |
| 10776 | + } |
| 10777 | + }, |
| 10778 | + "preparingCloudAudioTryAgain": "Preparing audio. Please try again in a moment.", |
| 10779 | + "@preparingCloudAudioTryAgain": { |
| 10780 | + "description": "Shown when cloud audio is being prepared and the user should retry shortly" |
| 10781 | + }, |
| 10782 | + "failedToPlayCloudAudio": "Failed to play audio", |
| 10783 | + "@failedToPlayCloudAudio": { |
| 10784 | + "description": "Error message when cloud audio playback fails" |
| 10785 | + }, |
| 10786 | + "failedToShareCloudAudio": "Failed to share audio", |
| 10787 | + "@failedToShareCloudAudio": { |
| 10788 | + "description": "Error message when cloud audio sharing fails" |
| 10789 | + } |
10733 | 10790 | } |
0 commit comments