mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-06 15:42:52 +01:00
47 lines
3.1 KiB
JSON
47 lines
3.1 KiB
JSON
{
|
|
"posts": "Posts",
|
|
"orphans": "Orphaned Files",
|
|
"private": "Make uploaded files private",
|
|
"strip-exif-data": "Strip EXIF Data",
|
|
"preserve-orphaned-uploads": "Keep uploaded files on disk after a post is purged",
|
|
"orphanExpiryDays": "Days to keep orphaned files",
|
|
"orphanExpiryDays-help": "After this many days, orphaned uploads will be deleted from the file system.<br />Set 0 or leave blank to disable.",
|
|
"private-extensions": "File extensions to make private",
|
|
"private-uploads-extensions-help": "Enter comma-separated list of file extensions to make private here (e.g. <code>pdf,xls,doc</code>). An empty list means all files are private.",
|
|
"resize-image-width-threshold": "Resize images if they are wider than specified width",
|
|
"resize-image-width-threshold-help": "(in pixels, default: 2000 pixels, set to 0 to disable)",
|
|
"resize-image-width": "Resize images down to specified width",
|
|
"resize-image-width-help": "(kuvapisteinä, oletus on 760, poista käytöstä arvolla 0)",
|
|
"resize-image-keep-original": "Keep original image after resize",
|
|
"resize-image-quality": "Quality to use when resizing images",
|
|
"resize-image-quality-help": "Use a lower quality setting to reduce the file size of resized images.",
|
|
"max-file-size": "Suurin sallittu tiedostokoko (kibitavuina)",
|
|
"max-file-size-help": "(kibitavuina, oletus on 2048 KiB)",
|
|
"reject-image-width": "Kuvan suurin sallittu leveys (kuvapisteinä)",
|
|
"reject-image-width-help": "Images wider than this value will be rejected.",
|
|
"reject-image-height": "Kuvan suurin sallittu korkeus (kuvapisteinä)",
|
|
"reject-image-height-help": "Images taller than this value will be rejected.",
|
|
"allow-topic-thumbnails": "Allow users to upload topic thumbnails",
|
|
"topic-thumb-size": "Topic Thumb Size",
|
|
"allowed-file-extensions": "Allowed File Extensions",
|
|
"allowed-file-extensions-help": "Enter comma-separated list of file extensions here (e.g. <code>pdf,xls,doc</code>). An empty list means all extensions are allowed.",
|
|
"upload-limit-threshold": "Rate limit user uploads to:",
|
|
"upload-limit-threshold-per-minute": "Per %1 Minute",
|
|
"upload-limit-threshold-per-minutes": "Per %1 Minutes",
|
|
"profile-avatars": "Profile Avatars",
|
|
"allow-profile-image-uploads": "Allow users to upload profile images",
|
|
"convert-profile-image-png": "Muunna lähetetyt profiilikuvat PNG-muotoon",
|
|
"default-avatar": "Mukautettu oletusavatar",
|
|
"upload": "Upload",
|
|
"profile-image-dimension": "Profile Image Dimension",
|
|
"profile-image-dimension-help": "(kuvapisteinä, oletus on 128)",
|
|
"max-profile-image-size": "Suurin sallittu profiilikuvan tiedostokoko",
|
|
"max-profile-image-size-help": "(kibitavuina, oletus on 256 KiB)",
|
|
"max-cover-image-size": "Suurin sallittu kansikuvan tiedostokoko",
|
|
"max-cover-image-size-help": "(kibitavuina, oletus on 2 048 KiB)",
|
|
"keep-all-user-images": "Keep old versions of avatars and profile covers on the server",
|
|
"profile-covers": "Profile Covers",
|
|
"default-covers": "Oletusarvoiset kansikuvat",
|
|
"default-covers-help": "Pilkuin eroteltu listaus oletusarvoisista kansikuvista, joita käytetään tileillä, joille ei ole lisätty omia kansikuvia."
|
|
}
|