Skip to content

Commit

Permalink
Merge pull request #310 from weblate/weblate-clipious-app-translation
Browse files Browse the repository at this point in the history
Translations update from Hosted Weblate
  • Loading branch information
lamarios authored Sep 9, 2023
2 parents 385cba3 + feeb15f commit beb1c87
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions lib/l10n/app_es.arb
Original file line number Diff line number Diff line change
Expand Up @@ -952,5 +952,61 @@
"distractionFreeModeDescription": "Desactivar los comentarios y las recomendaciones de los vídeos",
"@distractionFreeModeDescription": {
"description": "Description for distraction free mode"
},
"secondsShortForm": "s",
"@secondsShortForm": {
"description": "Short form for the word seconds"
},
"from": "De",
"@from": {
"description": "From word (as in 'From xx To xx')"
},
"videoFilterApplyDateToFilter": "Filtrar vídeos en función de la hora",
"@videoFilterApplyDateToFilter": {
"description": "Label for switch to allow user to customize video filter and set days of week and time to them"
},
"to": "A",
"@to": {
"description": "To word as in 'From xx To xx')"
},
"videoFilterDayOfWeekDescription": "Puedes elegir selectivamente los días de la semana y la hora a la que se aplican los filtros para, por ejemplo, evitar spoilers de acontecimientos deportivos.",
"@videoFilterDayOfWeekDescription": {
"description": ""
},
"videoFilterStartTime": "Hora de inicio",
"@videoFilterStartTime": {
"description": "Title for filter start time"
},
"videoFilterTimeOfDayFromTo": "De {from} a {to}",
"@videoFilterTimeOfDayFromTo": {
"description": "Time of day range",
"placeholders": {
"from": {
"type": "String",
"example": "3:00 AM"
},
"to": {
"type": "String",
"example": "5:00 PM"
}
}
},
"videoFilterDayOfWeek": "Seleccionar los días para aplicar los filtros",
"@videoFilterDayOfWeek": {
"description": "Title for day selection for the filter"
},
"videoFilterEndTime": "Hora de finalización",
"@videoFilterEndTime": {
"description": "Title for filter end time"
},
"videoFilterAppliedOn": "Se aplica en {selectedDays}",
"@videoFilterAppliedOn": {
"description": "Readable text on when the filter should apply",
"placeholders": {
"selectedDays": {
"type": "String",
"example": "Monday, Wednesday, Friday"
}
}
}
}

0 comments on commit beb1c87

Please sign in to comment.