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: shared/src/commonMain/composeResources/values/strings.xml
+48-2Lines changed: 48 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
<stringname="error">Error</string>
5
5
<stringname="close">Close</string>
6
6
<stringname="cancel">Cancel</string>
7
+
<stringname="navigate">Navigate</string>
7
8
8
9
<!-- TopBar -->
9
10
<stringname="top_bar_back">Back</string>
@@ -20,6 +21,7 @@
20
21
<stringname="confirmation_delete">Delete</string>
21
22
<stringname="confirmation_cancel">Cancel</string>
22
23
<stringname="recording_replace_error">You already have a recording saved. Creating a new recording will permanently replace it. Do you want to continue?</string>
24
+
<stringname="recording_import_error">You already have a recording saved. Importing a new record will permanently replace it. Do you want to continue?</string>
<stringname="transcription_dialog_error_audio_file_title">Audio file too large</string>
102
+
<stringname="transcription_dialog_error_audio_file_desc">This audio file is too big to transcribe on your device. Try using a shorter recording or a smaller file size.</string>
98
103
99
104
<!-- Download Dialog -->
100
105
<stringname="download_dialog_error">Error while downloading</string>
@@ -137,5 +142,46 @@
137
142
<stringname="appearance">Appearance</string>
138
143
<stringname="theme">Theme</string>
139
144
<stringname="choose_how_the_app_looks">Choose how the app looks and feels</string>
0 commit comments