Skip to content

Commit

Permalink
Merge pull request #92 from nmayorga092/master
Browse files Browse the repository at this point in the history
Update spanish translations
  • Loading branch information
chenxiaolong authored Jun 20, 2022
2 parents dccd148 + 8fe1f44 commit c5e7e5c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,21 @@
<!-- About "preference" -->
<string name="pref_version_name">Versión</string>

<!-- Output directory bottom sheet -->
<string name="output_dir_bottom_sheet_change_dir">Cambiar directorio</string>
<string name="output_dir_bottom_sheet_file_retention">retención de archivo</string>
<string name="retention_keep_all">Mantener todo</string>
<plurals name="retention_days">
<item quantity="one">Mantener %d día</item>
<item quantity="other">Mantener %d días</item>
</plurals>

<!-- Output format bottom sheet -->
<string name="output_format_bottom_sheet_output_format">Formato de salida</string>
<string name="output_format_bottom_sheet_compression_level">Nivel de compresión</string>
<string name="output_format_bottom_sheet_bitrate">Bitrate</string>
<string name="output_format_bottom_sheet_sample_rate">Frecuencia de muestreo</string>

<string name="bottom_sheet_reset">Restablecer los valores predeterminados</string>

<!-- Notifications -->
Expand Down

0 comments on commit c5e7e5c

Please sign in to comment.