mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
First attempt at translating sheduledtask.js
This commit is contained in:
parent
95e13ca488
commit
b23496939a
3 changed files with 27 additions and 11 deletions
|
@ -1474,5 +1474,12 @@
|
|||
"WriteAccessRequired": "Jellyfin Server requires write access to this folder. Please ensure write access and try again.",
|
||||
"ListPaging": "{0} of {1}",
|
||||
"PersonRole": "as {0}",
|
||||
"LastSeen": "Last seen {0}"
|
||||
"LastSeen": "Last seen {0}",
|
||||
"DailyAt": "Daily at {0}",
|
||||
"WeeklyAt": "{0}s at {1}",
|
||||
"OnWakeFromSleep": "On wake from sleep",
|
||||
"EveryXMinutes": "Every {0} minutes",
|
||||
"EveryHour": "Every hour",
|
||||
"EveryXHours": "Every {0} hours",
|
||||
"OnApplicationStartup": "On application startup"
|
||||
}
|
||||
|
|
|
@ -1482,5 +1482,12 @@
|
|||
"WriteAccessRequired": "Jellyfin requiere de permisos de escritura en esta carpeta. Asegúrate de que existe este permiso e inténtalo de nuevo.",
|
||||
"ListPaging": "{0} de {1}",
|
||||
"PersonRole": "como {0}",
|
||||
"LastSeen": "Última vez {0}"
|
||||
"LastSeen": "Última vez {0}",
|
||||
"DailyAt": "Diariamente a las {0}",
|
||||
"WeeklyAt": "Los {0}s a las {1}",
|
||||
"OnWakeFromSleep": "Al reanudar el servidor",
|
||||
"EveryXMinutes": "Cada {0} minutos",
|
||||
"EveryHour": "Cada hora",
|
||||
"EveryXHours": "Cada {0} horas",
|
||||
"OnApplicationStartup": "Al iniciarse el servidor"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue