|
24 | 24 |
|
25 | 25 | <!-- Output directory bottom sheet -->
|
26 | 26 | <string name="output_dir_bottom_sheet_change_dir">Zmień katalog</string>
|
27 |
| - <string name="output_dir_bottom_sheet_file_retention">Przechowywanie plików</string> |
| 27 | + <string name="output_dir_bottom_sheet_file_retention">Okres przechowywania plików</string> |
28 | 28 | <string name="retention_keep_all">Pozostaw wszystkie</string>
|
29 | 29 | <plurals name="retention_days">
|
30 | 30 | <item quantity="one">Pozostaw z %d dnia</item>
|
|
37 | 37 | <string name="output_format_bottom_sheet_output_format">Format wyjściowy</string>
|
38 | 38 | <string name="output_format_bottom_sheet_compression_level">Poziom kompresji</string>
|
39 | 39 | <string name="output_format_bottom_sheet_bitrate">Szybkość transmisji</string>
|
40 |
| - <string name="output_format_bottom_sheet_sample_rate">Szybkość próbkowania</string> |
| 40 | + <string name="output_format_bottom_sheet_sample_rate">Częstotliwość próbkowania</string> |
| 41 | + |
41 | 42 | <string name="bottom_sheet_reset">Przywróć domyślne ustawienia</string>
|
42 | 43 |
|
43 | 44 | <!-- Notifications -->
|
44 | 45 | <string name="notification_channel_persistent_name">Usługi w tle</string>
|
45 | 46 | <string name="notification_channel_persistent_desc">Stałe powiadomienie o nagrywaniu rozmów w tle</string>
|
46 |
| - <string name="notification_channel_failure_desc">Alerty o błędach podczas nagrywania rozmów</string> |
| 47 | + <string name="notification_channel_failure_name">Błędy</string> |
| 48 | + <string name="notification_channel_failure_desc">Informacje o błędach podczas nagrywania rozmów</string> |
| 49 | + <string name="notification_channel_success_name">Zakończone nagrywanie</string> |
| 50 | + <string name="notification_channel_success_desc">Informacje o pomyślnym nagraniu rozmowy</string> |
47 | 51 | <string name="notification_recording_in_progress">Trwa nagrywanie rozmowy</string>
|
48 | 52 | <string name="notification_recording_failed">Nie udało się nagrać rozmowy</string>
|
| 53 | + <string name="notification_recording_succeeded">Pomyślnie nagrano rozmowę</string> |
| 54 | + <string name="notification_action_open">Otwórz</string> |
| 55 | + <string name="notification_action_share">Udostępnij</string> |
| 56 | + <string name="notification_action_delete">Usuń</string> |
49 | 57 |
|
50 | 58 | <!-- Quick settings tile -->
|
51 | 59 | <string name="quick_settings_label">Nagrywanie rozmów</string>
|
|
0 commit comments