New translations en-us.ts (Finnish)

This commit is contained in:
Elias Schneider
2025-05-25 22:34:39 +02:00
parent e07849c522
commit 126962e29b

View File

@@ -308,6 +308,7 @@ export default {
"admin.config.title": "Asetukset",
"admin.config.category.general": "Yleiset",
"admin.config.category.share": "Jako",
"admin.config.category.cache": "Cache",
"admin.config.category.email": "Sähköposti",
"admin.config.category.smtp": "SMTP",
"admin.config.category.oauth": "Social Login",
@@ -324,6 +325,14 @@ export default {
"admin.config.general.logo": "Logo",
"admin.config.general.logo.description": "Muuta logoa lataamalla uusi kuva. Kuvan on oltava PNG ja sen on oltava formaatti 1:1.",
"admin.config.general.logo.placeholder": "Valitse kuva",
"admin.config.cache.ttl": "TTL",
"admin.config.cache.ttl.description": "Time in second to keep information inside the cache.",
"admin.config.cache.max-items": "Maximum items",
"admin.config.cache.max-items.description": "Maximum number of items inside the cache.",
"admin.config.cache.redis-enabled": "Redis enabled",
"admin.config.cache.redis-enabled.description": "Normally Pingvin Share caches information in memory. If you run multiple instances of Pingvin Share, you need to enable Redis caching to share the cache between the instances.",
"admin.config.cache.redis-url": "Redis URL",
"admin.config.cache.redis-url.description": "Url to connect to the Redis instance used for caching.",
"admin.config.email.enable-share-email-recipients": "Enable email recipient sharing",
"admin.config.email.enable-share-email-recipients.description": "Whether to allow email sharing with recipients. Only enable this if SMTP is activated.",
"admin.config.email.share-recipients-subject": "Sähköpostijaon otsikko",