+
This commit is contained in:
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "bg",
|
||||
"common": {
|
||||
"abort": "Abort",
|
||||
"cancel": "Отказ",
|
||||
"choose": "Choose",
|
||||
"close": "Затвори",
|
||||
"copy": "Copy",
|
||||
"delete": "Изтриване",
|
||||
"download": "Изтегли",
|
||||
"edit": "Промяна",
|
||||
"maximize": "Максимизиране",
|
||||
"messageTitle": "Информация",
|
||||
"minimize": "Минимизиране",
|
||||
"move": "Move",
|
||||
"newNameDialogTitle": "Ново име",
|
||||
"ok": "ОК",
|
||||
"pleaseWait": "Please wait.",
|
||||
"rememberDecision": "Запомни ми избора",
|
||||
"rename": "Преименуване",
|
||||
"showMore": "Show more",
|
||||
"skip": "Прескочи",
|
||||
"upload": "Качване",
|
||||
"view": "Виж"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "d/m/yyyy h:MM aa",
|
||||
"dateAmPm": [
|
||||
"AM",
|
||||
"PM"
|
||||
],
|
||||
"kb": "{size} KB",
|
||||
"mb": "{size} MB",
|
||||
"gb": "{size} GB",
|
||||
"sizePerSecond": "{size}/s",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "Авто-преименуване",
|
||||
"countMany": "{count} файла",
|
||||
"countOne": "1 файл",
|
||||
"deleteConfirmation": "Are you sure you want to delete {count} files?",
|
||||
"fileDeleteConfirmation": "Сигурни ли сте, че желаете да изтриете \"{name}\"?",
|
||||
"fileRenameExtensionConfirmation": "Сигурни ли сте, че желаете да промените файловото разширение? Файлът може да стане неизползваем.",
|
||||
"fileRenameLabel": "Моля въведете име на файл: ",
|
||||
"filesPaneTitle": "Files pane",
|
||||
"filesRefresh": "Refreshing files",
|
||||
"filterPlaceholder": "Filter",
|
||||
"gettingFileData": "Getting file data.",
|
||||
"overwrite": "Препокриване",
|
||||
"loadingFilesPane": {
|
||||
"title": "Loading...",
|
||||
"text": "The files are being loaded."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "The folder is empty.",
|
||||
"text": "Use the <strong>Upload</strong> button or <strong>drag and drop</strong> your files here."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "Nothing found.",
|
||||
"text": "Please try using different search criteria."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "Сигурни ли сте, че желаете да изтриете папката \"{name}\"?",
|
||||
"destinationFolder": "Destination Folder",
|
||||
"newNameLabel": "Моля въведете име на новата папка: ",
|
||||
"newSubfolder": "Нов подпапка",
|
||||
"renameDialogTitle": "Rename Folder",
|
||||
"treeTitle": "Folders tree"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "Копиране тук",
|
||||
"errorDialogTitle": "Files that cannot be copied:",
|
||||
"manyFilesDialogTitle": "Copy {count} Files To...",
|
||||
"manyFilesWait": "Copying {count} files.",
|
||||
"oneFileDialogTitle": "Copy File To...",
|
||||
"oneFileWait": "Copying file.",
|
||||
"operationLabel": "Copying Files",
|
||||
"operationSummary": "Number of files copied: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "Местене тук",
|
||||
"errorDialogTitle": "Files that cannot be moved:",
|
||||
"manyFilesDialogTitle": "Move {count} Files To...",
|
||||
"manyFilesWait": "Moving {count} files.",
|
||||
"oneFileDialogTitle": "Move File To...",
|
||||
"oneFileWait": "Moving file.",
|
||||
"operationLabel": "Moving Files",
|
||||
"operationSummary": "Number of files moved: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "Добави файлове",
|
||||
"bytesCountProgress": "({bytesUploaded} of {bytesTotal})",
|
||||
"details": "Details",
|
||||
"filesCountProgress": "{filesUploaded} of {filesTotal}",
|
||||
"progressLabel": "Качва се в момента.",
|
||||
"progressMessage": "Uploading...",
|
||||
"selectFileLabel": "Изберете файл за качване",
|
||||
"selectFiles": "Select files to upload",
|
||||
"success": "Upload finished!",
|
||||
"summary": "Uploaded files: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "Екран:",
|
||||
"displayDate": "Дата",
|
||||
"displayName": "Име на файл",
|
||||
"displaySize": "Размер на файл",
|
||||
"sortAscending": "Ascending",
|
||||
"sortBy": "Sort by",
|
||||
"sortByOrder": "Order",
|
||||
"sortDescending": "Descending",
|
||||
"thumbnailSize": "Thumbnail Size",
|
||||
"title": "Настройки",
|
||||
"viewType": "View",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "List",
|
||||
"viewTypeThumbnails": "Thumbnails"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "Невалидна команда.",
|
||||
"11": "Типът на ресурса не е определен в заявката.",
|
||||
"12": "Заявеният тип на ресурса не е намерен.",
|
||||
"13": "The connector configuration file is invalid.",
|
||||
"14": "Invalid connector plugin: {pluginName}.",
|
||||
"102": "Невалиден файл или име на папка.",
|
||||
"103": "Не е възможно да се извърши действието заради проблем с идентификацията.",
|
||||
"104": "Не е възможно да се извърши действието заради проблем с правата.",
|
||||
"105": "Невалидно файлово разширение.",
|
||||
"109": "Невалидна заявка.",
|
||||
"110": "Неизвестна грешка.",
|
||||
"111": "It was not possible to complete the request due to resulting file size.",
|
||||
"115": "Файл или папка със същото име вече съществува.",
|
||||
"116": "Папката не е намерена, опреснете и опитайте отново.",
|
||||
"117": "Файлът не е намерен, опреснете и опитайте отново.",
|
||||
"118": "Пътищата за цел и източник трябва да са еднакви.",
|
||||
"201": "Файл с такова име съществува, каченият файл е преименуван на \"{name}\".",
|
||||
"202": "Невалиден файл.",
|
||||
"203": "Невалиден файл. Размерът е прекалено голям.",
|
||||
"204": "Каченият файл е повреден.",
|
||||
"205": "Няма временна папка за качените файлове.",
|
||||
"206": "Качването е спряно заради проблеми със сигурността. Файлът съдържа HTML данни.",
|
||||
"207": "Каченият файл е преименуван на \"{name}\".",
|
||||
"300": "Преместването на файловете пропадна.",
|
||||
"301": "Копирането на файловете пропадна.",
|
||||
"302": "Deleting file(s) failed.",
|
||||
"500": "Файловият браузър е изключен заради проблеми със сигурността. Моля свържете се с Вашия системен администратор и проверете конфигурацията.",
|
||||
"501": "Поддръжката за миниатюри е изключена."
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "Името на файла не може да съдържа следните знаци: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "The file name cannot be empty.",
|
||||
"folderInvalidCharacters": "Името на папката не може да съдържа следните знаци: {disallowedCharacters}",
|
||||
"incorrectExtension": "Файловото разширение не е позволено за тази папка.",
|
||||
"missingFile": "The requested file is no longer available.",
|
||||
"missingFolder": "The folder you are trying to reach is no longer available.",
|
||||
"noUploadFolderSelected": "Моля изберете файл за качване.",
|
||||
"operationCompleted": "Operation completed with errors.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "Не е възможно да се извърши заявката. (ГРЕШКА {number})",
|
||||
"unknownUploadError": "Проблем с изпращането на файла.",
|
||||
"uploadErrors": "Upload finished with errors.",
|
||||
"uploadPermissions": "Качването на файлове не е позволено."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Choose Resized",
|
||||
"originalSize": "Original Size",
|
||||
"sizes": {
|
||||
"custom": "Custom",
|
||||
"large": "Large",
|
||||
"max": "Max",
|
||||
"medium": "Medium",
|
||||
"small": "Small"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Adjust",
|
||||
"apply": "Apply",
|
||||
"confirmExit": "Are you sure you want to close? You have unsaved changes to the image.",
|
||||
"crop": "Crop",
|
||||
"downloadAction": "Downloading original image.",
|
||||
"keepAspectRatio": "Keep Aspect Ratio",
|
||||
"loading": "Loading image",
|
||||
"presets": "Presets",
|
||||
"reset": "Reset",
|
||||
"resize": "Resize",
|
||||
"rotate": "Rotate",
|
||||
"rotateAntiClockwise": "90° Left",
|
||||
"rotateClockwise": "90° Right",
|
||||
"save": "Save",
|
||||
"saveDialogFileExists": "File with the same name already exists in folder.",
|
||||
"saveDialogOverwrite": "Overwrite File",
|
||||
"saveDialogSaveAs": "Save as:",
|
||||
"saveDialogTitle": "Save Changes",
|
||||
"title": "Edit Image",
|
||||
"transformationAction": "Applying transformations.",
|
||||
"uploadAction": "Uploading edited image.",
|
||||
"filters": {
|
||||
"brightness": "Brightness",
|
||||
"clip": "Clip",
|
||||
"contrast": "Contrast",
|
||||
"exposure": "Exposure",
|
||||
"gamma": "Gamma",
|
||||
"hue": "Hue",
|
||||
"noise": "Noise",
|
||||
"saturation": "Saturation",
|
||||
"sepia": "Sepia",
|
||||
"sharpen": "Sharpen",
|
||||
"stackBlur": "Blur",
|
||||
"vibrance": "Vibrance"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Clarity",
|
||||
"concentrate": "Concentrate",
|
||||
"crossProcess": "Cross Process",
|
||||
"glowingSun": "Glowing Sun",
|
||||
"grungy": "Grungy",
|
||||
"hazyDays": "Hazy Days",
|
||||
"hemingway": "Hemingway",
|
||||
"herMajesty": "Her Majesty",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "Lomo",
|
||||
"love": "Love",
|
||||
"nostalgia": "Nostalgia",
|
||||
"oldBoot": "Old Boot",
|
||||
"orangePeel": "Orange Peel",
|
||||
"pinhole": "Pinhole",
|
||||
"sinCity": "Sin City",
|
||||
"sunrise": "Sunrise",
|
||||
"vintage": "Vintage"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Keyboard Shortcuts",
|
||||
"general": {
|
||||
"action": "Execute default action",
|
||||
"firstItem": "Go to first item",
|
||||
"focusFilesPane": "Focus files pane",
|
||||
"focusFoldersPane": "Focus folders pane or breadcrumbs",
|
||||
"focusNext": "Focus next pane",
|
||||
"focusToolbar": "Focus toolbar",
|
||||
"lastItem": "Go to last item",
|
||||
"listShortcuts": "Open this help dialog",
|
||||
"nextItem": "Go to next item",
|
||||
"previousItem": "Go to previous item",
|
||||
"showContextMenu": "Open context menu",
|
||||
"title": "General Interface"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Add or remove files above to selection",
|
||||
"addToSelectionBelow": "Add or remove files below to selection",
|
||||
"addToSelectionLeft": "Add or remove file on the left to selection",
|
||||
"addToSelectionRight": "Add or remove file on the right to selection",
|
||||
"delete": "Delete file(s)",
|
||||
"refresh": "Refresh files",
|
||||
"rename": "Rename file",
|
||||
"selectAll": "Select all files",
|
||||
"upload": "Upload file(s)"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Collapse folder / Go to parent folder",
|
||||
"delete": "Delete folder",
|
||||
"expandOrSubfolder": "Expand folder / Go to first subfolder",
|
||||
"title": "Folders Pane"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Control",
|
||||
"delete": "Delete",
|
||||
"downArrow": "Down arrow",
|
||||
"escape": "Escape",
|
||||
"leftArrow": "Left arrow",
|
||||
"question": "Question mark",
|
||||
"rightArrow": "Right arrow",
|
||||
"upArrow": "Up arrow"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ctrl",
|
||||
"del": "del",
|
||||
"end": "end",
|
||||
"home": "home",
|
||||
"shift": "shift"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "bs",
|
||||
"common": {
|
||||
"abort": "Prekini",
|
||||
"cancel": "Poništi",
|
||||
"choose": "Odabir",
|
||||
"close": "Zatvori",
|
||||
"copy": "Kopiraj",
|
||||
"delete": "Obriši",
|
||||
"download": "Preuzimanje",
|
||||
"edit": "Izmjena",
|
||||
"maximize": "Povećaj",
|
||||
"messageTitle": "Informacija",
|
||||
"minimize": "Smanji",
|
||||
"move": "Premjesti",
|
||||
"newNameDialogTitle": "Novi naziv",
|
||||
"ok": "Uredu",
|
||||
"pleaseWait": "Molim, sačekajte.",
|
||||
"rememberDecision": "Zapamti moj izbor",
|
||||
"rename": "Promijeni naziv",
|
||||
"showMore": "Prikaži više",
|
||||
"skip": "Preskoči",
|
||||
"upload": "Slanje",
|
||||
"view": "Pregled"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "dd.mm.yyyy. u HH:MM",
|
||||
"dateAmPm": [
|
||||
"AM",
|
||||
"PM"
|
||||
],
|
||||
"kb": "{size} KB",
|
||||
"mb": "{size} MB",
|
||||
"gb": "{size} GB",
|
||||
"sizePerSecond": "{size}/s",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "Automatska promjena naziva",
|
||||
"countMany": "{count} datoteka",
|
||||
"countOne": "1 datoteka",
|
||||
"deleteConfirmation": "Da li ste sigurni da želite obrisati datoteku \"{name}\"?",
|
||||
"fileDeleteConfirmation": "Da li ste sigurni da želite obrisati {count} datoteke?",
|
||||
"fileRenameExtensionConfirmation": "Da li ste sigurni da želite promijeniti tip datoteke? Datoteka može postati neupotrebljiva.",
|
||||
"fileRenameLabel": "Unesite novo ime datoteke: ",
|
||||
"filesPaneTitle": "Panel datoteka",
|
||||
"filesRefresh": "Osvježavanje datoteka",
|
||||
"filterPlaceholder": "Filter",
|
||||
"gettingFileData": "Dobavljam podatke o datoteci. Molim, sačekajte.",
|
||||
"overwrite": "Prepiši",
|
||||
"loadingFilesPane": {
|
||||
"title": "Učitavam...",
|
||||
"text": "Molim, sačekajte. Datoteke se učitavaju."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "Direktorij je prazan.",
|
||||
"text": "Koristite dugme <strong>Pošalji</strong> ili <strong>dovucite i ispustite</strong> vaše datoteke ovdje."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "Ništa nije pronađeno.",
|
||||
"text": "Pokušajte koristiti drugačiji kriterij pretraživanja."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "Da li sigurno želite obrisati direktorij \"%1\"?",
|
||||
"destinationFolder": "Odredišni direktorij",
|
||||
"newNameLabel": "Unesite novo ime direktorija: ",
|
||||
"newSubfolder": "New Subfolder",
|
||||
"renameDialogTitle": "Promijeni naziv",
|
||||
"treeTitle": "Struktura direktorija"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "Kopiraj ovdje",
|
||||
"errorDialogTitle": "Datoteke koje nije moguće kopirati:",
|
||||
"manyFilesDialogTitle": "Kopiraj {count} datoteke u...",
|
||||
"manyFilesWait": "Kopiranje {count} datoteka.",
|
||||
"oneFileDialogTitle": "Kopiraj datoteku u...",
|
||||
"oneFileWait": "Kopiram datoteke.",
|
||||
"operationLabel": "Kopiranje datoteka",
|
||||
"operationSummary": "Broj kopiranih datoteka: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "Premjesti ovdje",
|
||||
"errorDialogTitle": "Datoteke koje nije moguće premjestiti:",
|
||||
"manyFilesDialogTitle": "Premjesti {count} datoteke u...",
|
||||
"manyFilesWait": "Premještanje {count} datoteka.",
|
||||
"oneFileDialogTitle": "Premjesti datoteku u...",
|
||||
"oneFileWait": "Premještam datoteke.",
|
||||
"operationLabel": "Premještanje datoteka",
|
||||
"operationSummary": "Broj premještenih datoteka: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "dodaj datoteke",
|
||||
"bytesCountProgress": "({bytesUploaded} od {bytesTotal})",
|
||||
"details": "Detalji",
|
||||
"filesCountProgress": "{filesUploaded} od {filesTotal}",
|
||||
"progressLabel": "Slanje u toku. Molim, sačekajte...",
|
||||
"progressMessage": "Uploading...",
|
||||
"selectFileLabel": "Odaberite datoteku za slanje",
|
||||
"selectFiles": "Odaberite datoteke za slanje",
|
||||
"success": "Slanje završeno!",
|
||||
"summary": "Poslanih datoteka: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "Prikaz",
|
||||
"displayDate": "Datum",
|
||||
"displayName": "Naziv datoteke",
|
||||
"displaySize": "Veličina datoteke",
|
||||
"sortAscending": "Padajući",
|
||||
"sortBy": "Sortirtaj po",
|
||||
"sortByOrder": "Redoslijed",
|
||||
"sortDescending": "Rastući",
|
||||
"thumbnailSize": "Veličina sličice",
|
||||
"title": "Postavke",
|
||||
"viewType": "Prikaz",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "Lista",
|
||||
"viewTypeThumbnails": "Sličice"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "Nepoznata naredba.",
|
||||
"11": "Nije navedena vrsta u zahtjevu.",
|
||||
"12": "Tražena vrsta nije važeća.",
|
||||
"13": "Connector konfiguracijska datoteka nije važeća.",
|
||||
"14": "Nevažeći konektor plugin: {pluginName}.",
|
||||
"102": "Neispravan naziv datoteke ili direktorija.",
|
||||
"103": "Nije moguće izvršiti zahtjev zbog ograničenja ovlasti pristupa.",
|
||||
"104": "Nije moguće izvršiti zahtjev zbog ograničenja ovlasti operativnog sistema.",
|
||||
"105": "Nedozvoljena vrsta datoteke.",
|
||||
"109": "Nedozvoljen zahtjev.",
|
||||
"110": "Nepoznata greška.",
|
||||
"111": "Nije moguće izvršiti zahtjev zbog veličine datoteke.",
|
||||
"115": "Datoteka ili direktorij sa istim nazivom već postoji.",
|
||||
"116": "Direktorij nije pronađen. Molim, osvježite stranicu i pokušajte ponovo.",
|
||||
"117": "Datoteka nije pronađena. Molim, osvježite listu datoteka i pokušajte ponovo.",
|
||||
"118": "Putanje izvora i odredišta su jednake.",
|
||||
"201": "Datoteka sa istim nazivom već postoji. Naziv poslane datoteke je promijenjen u \"{name}\".",
|
||||
"202": "Nevažeća datoteka.",
|
||||
"203": "Nevažeća datoteka. Prevelika veličina datoteke.",
|
||||
"204": "Poslana datoteka je oštećena.",
|
||||
"205": "Privremeni direktorij za slanje na serveru nije dostupan.",
|
||||
"206": "Slanje je poništeno zbog sigurnosnih postavki. Datoteka sadrži HTML sadržaj.",
|
||||
"207": "Naziv poslane datoteke je promijenjen u \"{name}\".",
|
||||
"300": "Premještanje datoteke(a) neuspješno.",
|
||||
"301": "Kopiranje datoteke(a) neuspješno.",
|
||||
"302": "Brisanje datoteke(a) neuspješno.",
|
||||
"500": "Pretraživanje datoteka nije dozvoljeno iz sigurnosnih razloga. Molim, kontaktirajte administratora sistema i provjerite CKFinder konfiguracijsku datoteku.",
|
||||
"501": "Podrška za sličice onemogućena."
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "Naziv datoteke ne smije sadržavati niti jedan od sljedećih znakova: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "Naziv datoteke ne može biti prazan.",
|
||||
"folderInvalidCharacters": "Naziv direktorija ne smije sadržavati niti jedan od sljedećih znakova: {disallowedCharacters}",
|
||||
"incorrectExtension": "Vrsta datoteka nije dozvoljena u ovom direktoriju.",
|
||||
"missingFile": "Tražena datoteka više nije dostupna.",
|
||||
"missingFolder": "Traženi direktorij više nije dostupan.",
|
||||
"noUploadFolderSelected": "Odaberite direktorije prije slanja.",
|
||||
"operationCompleted": "Operacija je izvršena, ali sa greškama.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "Nije moguće završiti zahtjev. (Greška {number}})",
|
||||
"unknownUploadError": "Greška pri slanju datoteke.",
|
||||
"uploadErrors": "Slanje završeno sa greškama.",
|
||||
"uploadPermissions": "Slanje datoteka nije dozvoljeno."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Odaberi skalirano",
|
||||
"originalSize": "Originalna veličina",
|
||||
"sizes": {
|
||||
"custom": "Zadano",
|
||||
"large": "Velika",
|
||||
"max": "Max",
|
||||
"medium": "Srednja",
|
||||
"small": "Mala"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Podešavanje",
|
||||
"apply": "Prihvati izmjene",
|
||||
"confirmExit": "Da li ste sigurni da želite zatvoriti? Postoje ne sačuvane izmjene na fotografiji.",
|
||||
"crop": "Odsijecanje",
|
||||
"downloadAction": "Preuzimanje originalne fotografije.",
|
||||
"keepAspectRatio": "Zadrži omjer stranica",
|
||||
"loading": "Učitavanje fotografije",
|
||||
"presets": "Šabloni",
|
||||
"reset": "Vrati/Poništi",
|
||||
"resize": "Promjena veličine",
|
||||
"rotate": "Rotacija",
|
||||
"rotateAntiClockwise": "90° na lijevo",
|
||||
"rotateClockwise": "90° na desno",
|
||||
"save": "Sačuvaj",
|
||||
"saveDialogFileExists": "Datoteka sa istim nazivom već postoji u direktoriju.",
|
||||
"saveDialogOverwrite": "Prepiši datoteku",
|
||||
"saveDialogSaveAs": "Sačuvaj kao:",
|
||||
"saveDialogTitle": "Sačuvaj promjene",
|
||||
"title": "Izmjena fotografije",
|
||||
"transformationAction": "Transformacija u toku.",
|
||||
"uploadAction": "Slanje uređene fotografije.",
|
||||
"filters": {
|
||||
"brightness": "Svjetlina",
|
||||
"clip": "Clip",
|
||||
"contrast": "Kontrast",
|
||||
"exposure": "Ekspozicija",
|
||||
"gamma": "Gamma",
|
||||
"hue": "Nijansa",
|
||||
"noise": "Šum",
|
||||
"saturation": "Zasićenje",
|
||||
"sepia": "Sepia",
|
||||
"sharpen": "Oštrina",
|
||||
"stackBlur": "Zamućenje",
|
||||
"vibrance": "Živost"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Clarity",
|
||||
"concentrate": "Concentrate",
|
||||
"crossProcess": "Cross Process",
|
||||
"glowingSun": "Glowing Sun",
|
||||
"grungy": "Grungy",
|
||||
"hazyDays": "Hazy Days",
|
||||
"hemingway": "Hemingway",
|
||||
"herMajesty": "Her Majesty",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "Lomo",
|
||||
"love": "Love",
|
||||
"nostalgia": "Nostalgia",
|
||||
"oldBoot": "Old Boot",
|
||||
"orangePeel": "Orange Peel",
|
||||
"pinhole": "Pinhole",
|
||||
"sinCity": "Sin City",
|
||||
"sunrise": "Sunrise",
|
||||
"vintage": "Vintage"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Prečice na tastaturi",
|
||||
"general": {
|
||||
"action": "Izvrši zadanu akciju",
|
||||
"firstItem": "Idi na prvu stavku",
|
||||
"focusFilesPane": "Fokusiraj panel datoteka",
|
||||
"focusFoldersPane": "Fokusiraj panel direktorija",
|
||||
"focusNext": "Fokusiraj naredni panel",
|
||||
"focusToolbar": "Fokusiraj alatnu traku",
|
||||
"lastItem": "Idi na zadnju stavku",
|
||||
"listShortcuts": "Otvori dijalog za pomoć",
|
||||
"nextItem": "Idi na sljedeću stavku",
|
||||
"previousItem": "Idi na prošlu stavku",
|
||||
"showContextMenu": "Otvori kontekst-meni",
|
||||
"title": "Opšti interfejs"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Dodaj/ukloni datoteku (sa gornje strane) u odabir",
|
||||
"addToSelectionBelow": "Dodaj/ukloni datoteku (sa donje strane) u odabir",
|
||||
"addToSelectionLeft": "Dodaj/ukloni datoteku (sa lijeve strane) u odabir",
|
||||
"addToSelectionRight": "Dodaj/ukloni datoteku (sa desne strane) u odabir",
|
||||
"delete": "Obriši datoteku(e)",
|
||||
"refresh": "Osvježi datoteke",
|
||||
"rename": "Promijeni naziv datoteke",
|
||||
"selectAll": "Odaberi sve datoteke",
|
||||
"upload": "Pošalji datoteku(e)"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Suzi direktorij / Idi na prethodni direktorij",
|
||||
"delete": "Obriši direktorij",
|
||||
"expandOrSubfolder": "Proširi direktorij / Idi na prvi poddirektorij",
|
||||
"title": "Panel direktorija"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Control",
|
||||
"delete": "Delete",
|
||||
"downArrow": "Down arrow",
|
||||
"escape": "Escape",
|
||||
"leftArrow": "Left arrow",
|
||||
"question": "Upitnik",
|
||||
"rightArrow": "Right arrow",
|
||||
"upArrow": "Up arrow"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ctrl",
|
||||
"del": "del",
|
||||
"end": "end",
|
||||
"home": "home",
|
||||
"shift": "shift"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "ca",
|
||||
"common": {
|
||||
"abort": "Abort",
|
||||
"cancel": "Cancel·lar",
|
||||
"choose": "Choose",
|
||||
"close": "Tancar",
|
||||
"copy": "Copy",
|
||||
"delete": "Esborrar",
|
||||
"download": "Descarregar",
|
||||
"edit": "Editar",
|
||||
"maximize": "Maximitzar",
|
||||
"messageTitle": "Informació",
|
||||
"minimize": "Minimitzar",
|
||||
"move": "Move",
|
||||
"newNameDialogTitle": "Nou nom",
|
||||
"ok": "Acceptar",
|
||||
"pleaseWait": "Please wait.",
|
||||
"rememberDecision": "Recordar la meva decisió",
|
||||
"rename": "Canviar el nom",
|
||||
"showMore": "Show more",
|
||||
"skip": "Ometre",
|
||||
"upload": "Afegir",
|
||||
"view": "Veure"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "dd/mm/yyyy H:MM",
|
||||
"dateAmPm": [
|
||||
"AM",
|
||||
"PM"
|
||||
],
|
||||
"kb": "{size} KB",
|
||||
"mb": "{size} MB",
|
||||
"gb": "{size} GB",
|
||||
"sizePerSecond": "{size}/s",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "Auto-renombrar",
|
||||
"countMany": "{count} fitxers",
|
||||
"countOne": "1 fitxer",
|
||||
"deleteConfirmation": "Estàs segur d'esborrar els {count} fitxers?",
|
||||
"fileDeleteConfirmation": "Estàs segur d'esborrar el fitxer \"{name}\"?",
|
||||
"fileRenameExtensionConfirmation": "Estàs segur de canviar la extensió del fitxer? El fitxer pot quedar inservible.",
|
||||
"fileRenameLabel": "Si us plau, escriu el nom del fitxer: ",
|
||||
"filesPaneTitle": "Files pane",
|
||||
"filesRefresh": "Refreshing files",
|
||||
"filterPlaceholder": "Filter",
|
||||
"gettingFileData": "Getting file data.",
|
||||
"overwrite": "Sobreescriure",
|
||||
"loadingFilesPane": {
|
||||
"title": "Loading...",
|
||||
"text": "The files are being loaded."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "The folder is empty.",
|
||||
"text": "Use the <strong>Upload</strong> button or <strong>drag and drop</strong> your files here."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "Nothing found.",
|
||||
"text": "Please try using different search criteria."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "Estàs segur que vols esborrar la carpeta \"{name}\"?",
|
||||
"destinationFolder": "Carpeta de destinació",
|
||||
"newNameLabel": "Si us plau, escriu el nom per la nova carpeta: ",
|
||||
"newSubfolder": "Nova Subcarpeta",
|
||||
"renameDialogTitle": "Rename Folder",
|
||||
"treeTitle": "Folders tree"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "Copiar aquí",
|
||||
"errorDialogTitle": "Files that cannot be copied:",
|
||||
"manyFilesDialogTitle": "Copy {count} Files To...",
|
||||
"manyFilesWait": "Copying {count} files.",
|
||||
"oneFileDialogTitle": "Copy File To...",
|
||||
"oneFileWait": "Copying file.",
|
||||
"operationLabel": "Copying Files",
|
||||
"operationSummary": "Número de fitxers copiats: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "Moure aquí",
|
||||
"errorDialogTitle": "Files that cannot be moved:",
|
||||
"manyFilesDialogTitle": "Move {count} Files To...",
|
||||
"manyFilesWait": "Moving {count} files.",
|
||||
"oneFileDialogTitle": "Move File To...",
|
||||
"oneFileWait": "Moving file.",
|
||||
"operationLabel": "Moving Files",
|
||||
"operationSummary": "Número de fitxers moguts: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "Afegir fitxers",
|
||||
"bytesCountProgress": "({bytesUploaded} of {bytesTotal})",
|
||||
"details": "Details",
|
||||
"filesCountProgress": "{filesUploaded} of {filesTotal}",
|
||||
"progressLabel": "Pujada en progrés.",
|
||||
"progressMessage": "Uploading...",
|
||||
"selectFileLabel": "Triar el fitxer a pujar",
|
||||
"selectFiles": "Select files to upload",
|
||||
"success": "Upload finished!",
|
||||
"summary": "Uploaded files: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "Mostrar:",
|
||||
"displayDate": "Data",
|
||||
"displayName": "Nom del fitxer",
|
||||
"displaySize": "Grandària del fitxer",
|
||||
"sortAscending": "Ascending",
|
||||
"sortBy": "Sort by",
|
||||
"sortByOrder": "Order",
|
||||
"sortDescending": "Descending",
|
||||
"thumbnailSize": "Thumbnail Size",
|
||||
"title": "Configuració",
|
||||
"viewType": "View",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "List",
|
||||
"viewTypeThumbnails": "Thumbnails"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "Ordre incorrecte.",
|
||||
"11": "El tipus de recurs no ha estat especificat a la solicitut.",
|
||||
"12": "El tipus de recurs solicitat no és vàlid.",
|
||||
"13": "The connector configuration file is invalid.",
|
||||
"14": "Invalid connector plugin: {pluginName}.",
|
||||
"102": "Nom de fitxer o carpeta no vàlids.",
|
||||
"103": "No s'ha pogut completar la solicitut degut a les restriccions d'autorització.",
|
||||
"104": "No s'ha pogut completar la solicitut degut a les restriccions en el sistema de fitxers.",
|
||||
"105": "La extensió del fitxer no es vàlida.",
|
||||
"109": "Petició invàlida.",
|
||||
"110": "Error desconegut.",
|
||||
"111": "No ha estat possible completar l'operació a causa de la grandària del fitxer resultant.",
|
||||
"115": "Ja existeix un fitxer o carpeta amb aquest nom.",
|
||||
"116": "No s'ha trobat la carpeta. Si us plau, actualitzi i torni-ho a provar.",
|
||||
"117": "No s'ha trobat el fitxer. Si us plau, actualitzi i torni-ho a provar.",
|
||||
"118": "Les rutes origen i destí són iguals.",
|
||||
"201": "Ja existeix un fitxer amb aquest nom. El fitxer pujat ha estat renombrat com a \"{name}\".",
|
||||
"202": "Fitxer invàlid.",
|
||||
"203": "Fitxer invàlid. El pes és massa gran.",
|
||||
"204": "El fitxer pujat està corrupte.",
|
||||
"205": "La carpeta temporal no està disponible en el servidor per poder realitzar pujades.",
|
||||
"206": "La pujada s'ha cancel·lat per raons de seguretat. El fitxer conté codi HTML.",
|
||||
"207": "El fitxer pujat ha estat renombrat com a \"{name}\".",
|
||||
"300": "Ha fallat el moure el(s) fitxer(s).",
|
||||
"301": "Ha fallat el copiar el(s) fitxer(s).",
|
||||
"302": "Deleting file(s) failed.",
|
||||
"500": "El navegador de fitxers està deshabilitat per raons de seguretat. Si us plau, contacti amb l'administrador del sistema i comprovi el fitxer de configuració de CKFinder.",
|
||||
"501": "El suport per a icones està deshabilitat."
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "El nom del fitxer no pot contenir cap dels caràcters següents: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "The file name cannot be empty.",
|
||||
"folderInvalidCharacters": "El nom de la carpeta no pot contenir cap dels caràcters següents: {disallowedCharacters}",
|
||||
"incorrectExtension": "La extensió del fitxer no està permesa en aquesta carpeta.",
|
||||
"missingFile": "The requested file is no longer available.",
|
||||
"missingFolder": "The folder you are trying to reach is no longer available.",
|
||||
"noUploadFolderSelected": "Si us plau, escull la carpeta abans d'iniciar la pujada.",
|
||||
"operationCompleted": "Operació completada amb errors.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "No ha estat possible completar la solicitut. (Error {number})",
|
||||
"unknownUploadError": "Error enviant el fitxer.",
|
||||
"uploadErrors": "Upload finished with errors.",
|
||||
"uploadPermissions": "No pot pujar fitxers."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Choose Resized",
|
||||
"originalSize": "Original Size",
|
||||
"sizes": {
|
||||
"custom": "Custom",
|
||||
"large": "Large",
|
||||
"max": "Max",
|
||||
"medium": "Medium",
|
||||
"small": "Small"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Adjust",
|
||||
"apply": "Apply",
|
||||
"confirmExit": "Are you sure you want to close? You have unsaved changes to the image.",
|
||||
"crop": "Crop",
|
||||
"downloadAction": "Downloading original image.",
|
||||
"keepAspectRatio": "Keep Aspect Ratio",
|
||||
"loading": "Loading image",
|
||||
"presets": "Presets",
|
||||
"reset": "Reset",
|
||||
"resize": "Resize",
|
||||
"rotate": "Rotate",
|
||||
"rotateAntiClockwise": "90° Left",
|
||||
"rotateClockwise": "90° Right",
|
||||
"save": "Save",
|
||||
"saveDialogFileExists": "File with the same name already exists in folder.",
|
||||
"saveDialogOverwrite": "Overwrite File",
|
||||
"saveDialogSaveAs": "Save as:",
|
||||
"saveDialogTitle": "Save Changes",
|
||||
"title": "Edit Image",
|
||||
"transformationAction": "Applying transformations.",
|
||||
"uploadAction": "Uploading edited image.",
|
||||
"filters": {
|
||||
"brightness": "Brightness",
|
||||
"clip": "Clip",
|
||||
"contrast": "Contrast",
|
||||
"exposure": "Exposure",
|
||||
"gamma": "Gamma",
|
||||
"hue": "Hue",
|
||||
"noise": "Noise",
|
||||
"saturation": "Saturation",
|
||||
"sepia": "Sepia",
|
||||
"sharpen": "Sharpen",
|
||||
"stackBlur": "Blur",
|
||||
"vibrance": "Vibrance"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Clarity",
|
||||
"concentrate": "Concentrate",
|
||||
"crossProcess": "Cross Process",
|
||||
"glowingSun": "Glowing Sun",
|
||||
"grungy": "Grungy",
|
||||
"hazyDays": "Hazy Days",
|
||||
"hemingway": "Hemingway",
|
||||
"herMajesty": "Her Majesty",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "Lomo",
|
||||
"love": "Love",
|
||||
"nostalgia": "Nostalgia",
|
||||
"oldBoot": "Old Boot",
|
||||
"orangePeel": "Orange Peel",
|
||||
"pinhole": "Pinhole",
|
||||
"sinCity": "Sin City",
|
||||
"sunrise": "Sunrise",
|
||||
"vintage": "Vintage"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Keyboard Shortcuts",
|
||||
"general": {
|
||||
"action": "Execute default action",
|
||||
"firstItem": "Go to first item",
|
||||
"focusFilesPane": "Focus files pane",
|
||||
"focusFoldersPane": "Focus folders pane or breadcrumbs",
|
||||
"focusNext": "Focus next pane",
|
||||
"focusToolbar": "Focus toolbar",
|
||||
"lastItem": "Go to last item",
|
||||
"listShortcuts": "Open this help dialog",
|
||||
"nextItem": "Go to next item",
|
||||
"previousItem": "Go to previous item",
|
||||
"showContextMenu": "Open context menu",
|
||||
"title": "General Interface"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Add or remove files above to selection",
|
||||
"addToSelectionBelow": "Add or remove files below to selection",
|
||||
"addToSelectionLeft": "Add or remove file on the left to selection",
|
||||
"addToSelectionRight": "Add or remove file on the right to selection",
|
||||
"delete": "Delete file(s)",
|
||||
"refresh": "Refresh files",
|
||||
"rename": "Rename file",
|
||||
"selectAll": "Select all files",
|
||||
"upload": "Upload file(s)"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Collapse folder / Go to parent folder",
|
||||
"delete": "Delete folder",
|
||||
"expandOrSubfolder": "Expand folder / Go to first subfolder",
|
||||
"title": "Folders Pane"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Control",
|
||||
"delete": "Delete",
|
||||
"downArrow": "Down arrow",
|
||||
"escape": "Escape",
|
||||
"leftArrow": "Left arrow",
|
||||
"question": "Question mark",
|
||||
"rightArrow": "Right arrow",
|
||||
"upArrow": "Up arrow"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ctrl",
|
||||
"del": "del",
|
||||
"end": "end",
|
||||
"home": "home",
|
||||
"shift": "shift"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "cs",
|
||||
"common": {
|
||||
"abort": "Ukončit",
|
||||
"cancel": "Zrušit",
|
||||
"choose": "Zvolte",
|
||||
"close": "Zavřít",
|
||||
"copy": "Kopírovat",
|
||||
"delete": "Smazat",
|
||||
"download": "Uložit jako",
|
||||
"edit": "Upravit",
|
||||
"maximize": "Maximalizovat",
|
||||
"messageTitle": "Informace",
|
||||
"minimize": "Minimalizovat",
|
||||
"move": "Přesunout",
|
||||
"newNameDialogTitle": "Nový název",
|
||||
"ok": "OK",
|
||||
"pleaseWait": "Čekejte prosím.",
|
||||
"rememberDecision": "Zapamatovat si mé rozhodnutí",
|
||||
"rename": "Přejmenovat",
|
||||
"showMore": "Zobrazit více",
|
||||
"skip": "Přeskočit",
|
||||
"upload": "Nahrát",
|
||||
"view": "Zobrazit"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "d/m/yyyy H:MM",
|
||||
"dateAmPm": [
|
||||
"AM",
|
||||
"PM"
|
||||
],
|
||||
"kb": "{size} KB",
|
||||
"mb": "{size} MB",
|
||||
"gb": "{size} GB",
|
||||
"sizePerSecond": "{size}/s",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "Automaticky přejmenovat",
|
||||
"countMany": "{count} souborů",
|
||||
"countOne": "1 soubor",
|
||||
"deleteConfirmation": "Opravdu chcete smazat {count} souborů?",
|
||||
"fileDeleteConfirmation": "Opravdu chcete smazat soubor \"{name}\"?",
|
||||
"fileRenameExtensionConfirmation": "Opravdu chcete změnit příponu souboru? Soubor se může stát nepoužitelným.",
|
||||
"fileRenameLabel": "Zadejte nový název souboru: ",
|
||||
"filesPaneTitle": "Panel souborů",
|
||||
"filesRefresh": "Obnovování souborů",
|
||||
"filterPlaceholder": "Filtrovat",
|
||||
"gettingFileData": "Získávání dat souborů.",
|
||||
"overwrite": "Přepsat",
|
||||
"loadingFilesPane": {
|
||||
"title": "Načítání...",
|
||||
"text": "Probíhá načítání souborů."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "Složka je prázdná.",
|
||||
"text": "Použijte tlačítko <strong>Nahrát</strong> nebo sem vaše soubory <strong>přetáhněte</strong>."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "Nic nenalezeno.",
|
||||
"text": "Zkuste prosím zadat jiné kritérium vyhledávání."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "Opravdu chcete složku \"{name}\" smazat?",
|
||||
"destinationFolder": "Cílová složka",
|
||||
"newNameLabel": "Zadejte název nové složky: ",
|
||||
"newSubfolder": "Nová podsložka",
|
||||
"renameDialogTitle": "Přejmenovat složku",
|
||||
"treeTitle": "Strom složek"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "Zkopírovat sem",
|
||||
"errorDialogTitle": "Soubory, které nelze zkopírovat:",
|
||||
"manyFilesDialogTitle": "Kopírovat {count} souborů do...",
|
||||
"manyFilesWait": "Kopírování {count} souborů.",
|
||||
"oneFileDialogTitle": "Kopírovat soubor do...",
|
||||
"oneFileWait": "Kopírování souboru.",
|
||||
"operationLabel": "Kopírování souborů",
|
||||
"operationSummary": "Počet zkopírovaných souborů: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "Přesunout sem",
|
||||
"errorDialogTitle": "Soubory, které nelze přesunout:",
|
||||
"manyFilesDialogTitle": "Přesunout {count} souborů do...",
|
||||
"manyFilesWait": "Přesunování {count} souborů.",
|
||||
"oneFileDialogTitle": "Přesunout soubor do...",
|
||||
"oneFileWait": "Přesunování souboru.",
|
||||
"operationLabel": "Přesunování souborů",
|
||||
"operationSummary": "Počet přesunutých souborů: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "Přidat soubory",
|
||||
"bytesCountProgress": "({bytesUploaded} z {bytesTotal})",
|
||||
"details": "Podrobnosti",
|
||||
"filesCountProgress": "{filesUploaded} z {filesTotal}",
|
||||
"progressLabel": "Probíhá nahrávání.",
|
||||
"progressMessage": "Nahrávání...",
|
||||
"selectFileLabel": "Zvolit soubor k nahrání",
|
||||
"selectFiles": "Vyberte soubory k nahrání",
|
||||
"success": "Nahrávání dokončeno!",
|
||||
"summary": "Nahrané soubory: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "Zobrazit:",
|
||||
"displayDate": "Datum",
|
||||
"displayName": "Název",
|
||||
"displaySize": "Velikost",
|
||||
"sortAscending": "Vzestupně",
|
||||
"sortBy": "Seřadit",
|
||||
"sortByOrder": "Pořadí",
|
||||
"sortDescending": "Sestupně",
|
||||
"thumbnailSize": "Velikost miniatury",
|
||||
"title": "Nastavení",
|
||||
"viewType": "Zobrazení",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "Seznam",
|
||||
"viewTypeThumbnails": "Miniatury"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "Neplatný příkaz.",
|
||||
"11": "Typ zdroje nebyl v požadavku určen.",
|
||||
"12": "Požadovaný typ zdroje není platný.",
|
||||
"13": "Soubor s nastavením konektoru je neplatný.",
|
||||
"14": "Neplatný zásuvný model konektoru: {pluginName}.",
|
||||
"102": "Špatné název souboru, nebo složky.",
|
||||
"103": "Nebylo možné příkaz dokončit kvůli omezení oprávnění.",
|
||||
"104": "Nebylo možné příkaz dokončit kvůli omezení oprávnění souborového systému.",
|
||||
"105": "Neplatná přípona souboru.",
|
||||
"109": "Neplatný požadavek.",
|
||||
"110": "Neznámá chyba.",
|
||||
"111": "Požadavek nemohl být splněn kvůli výsledné velikosti souboru.",
|
||||
"115": "Soubor nebo složka se stejným názvem již existuje.",
|
||||
"116": "Složka nenalezena, prosím obnovte a zkuste znovu.",
|
||||
"117": "Soubor nenalezen, prosím obnovte seznam souborů a zkuste znovu.",
|
||||
"118": "Cesty zdroje a cíle jsou stejné.",
|
||||
"201": "Soubor se stejným názvem je již dostupný, nahraný soubor byl přejmenován na \"{name}\".",
|
||||
"202": "Neplatný soubor.",
|
||||
"203": "Neplatný soubor. Velikost souboru je příliš velká.",
|
||||
"204": "Nahraný soubor je poškozen.",
|
||||
"205": "Na serveru není dostupná dočasná složka pro nahrávání.",
|
||||
"206": "Nahrávání zrušeno z bezpečnostních důvodů. Soubor obsahuje data podobná HTML.",
|
||||
"207": "Nahraný soubor byl přejmenován na \"{name}\".",
|
||||
"300": "Přesunování souboru(ů) selhalo.",
|
||||
"301": "Kopírování souboru(ů) selhalo.",
|
||||
"302": "Mazání souborů selhalo.",
|
||||
"500": "Průzkumník souborů je z bezpečnostních důvodů zakázán. Sdělte to prosím správci systému a zkontrolujte soubor nastavení CKFinder.",
|
||||
"501": "Podpora náhledů je zakázána."
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "Název souboru nesmí obsahovat následující znaky: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "Název souboru nemůže být prázdný.",
|
||||
"folderInvalidCharacters": "Název složky nesmí obsahovat následující znaky: {disallowedCharacters}",
|
||||
"incorrectExtension": "Přípona souboru není v této složce povolena.",
|
||||
"missingFile": "Požadovaný soubor již není dostupný.",
|
||||
"missingFolder": "Složka, kterou chcete zobrazit, již není dostupná.",
|
||||
"noUploadFolderSelected": "Před nahráváním vyberte složku prosím.",
|
||||
"operationCompleted": "Operace byla dokončena s chybami.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "Příkaz nebylo možné dokončit. (Chyba {number})",
|
||||
"unknownUploadError": "Chyba při posílání souboru.",
|
||||
"uploadErrors": "Nahrávání bylo dokončeno s chybami.",
|
||||
"uploadPermissions": "Nahrávání souborů není povoleno."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Zvolit velikost",
|
||||
"originalSize": "Původní velikost",
|
||||
"sizes": {
|
||||
"custom": "Vlastní",
|
||||
"large": "Velká",
|
||||
"max": "Maximální",
|
||||
"medium": "Střední",
|
||||
"small": "Malá"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Přizpůsobit",
|
||||
"apply": "Použít",
|
||||
"confirmExit": "Opravdu chcete úpravu zavřít? V obrázku máte neuložené změny.",
|
||||
"crop": "Oříznout",
|
||||
"downloadAction": "Stahování původního obrázku.",
|
||||
"keepAspectRatio": "Zachovat poměr stran",
|
||||
"loading": "Načítání obrázku",
|
||||
"presets": "Přednastavené",
|
||||
"reset": "Resetovat",
|
||||
"resize": "Změnit velikost",
|
||||
"rotate": "Otočit",
|
||||
"rotateAntiClockwise": "90° doleva",
|
||||
"rotateClockwise": "90° doprava",
|
||||
"save": "Uložit",
|
||||
"saveDialogFileExists": "V této složce již existuje soubor s tímto názvem.",
|
||||
"saveDialogOverwrite": "Přepsat soubor",
|
||||
"saveDialogSaveAs": "Uložit jako:",
|
||||
"saveDialogTitle": "Uložit změny",
|
||||
"title": "Upravit obrázek",
|
||||
"transformationAction": "Používání transformací.",
|
||||
"uploadAction": "Nahrávání upraveného obrázku.",
|
||||
"filters": {
|
||||
"brightness": "Jas",
|
||||
"clip": "Sestřihnout",
|
||||
"contrast": "Kontrast",
|
||||
"exposure": "Expozice",
|
||||
"gamma": "Gama",
|
||||
"hue": "Odstín",
|
||||
"noise": "Šum",
|
||||
"saturation": "Nasycení",
|
||||
"sepia": "Sépie",
|
||||
"sharpen": "Zostření",
|
||||
"stackBlur": "Rozostření",
|
||||
"vibrance": "Zářivost"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Čistota",
|
||||
"concentrate": "Koncentrace",
|
||||
"crossProcess": "Cross Process",
|
||||
"glowingSun": "Zářící slunce",
|
||||
"grungy": "Výstřední",
|
||||
"hazyDays": "Zamlžené",
|
||||
"hemingway": "Hemingway",
|
||||
"herMajesty": "Její Výsost",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "Lomo",
|
||||
"love": "Láska",
|
||||
"nostalgia": "Nostalgie",
|
||||
"oldBoot": "Stará bota",
|
||||
"orangePeel": "Pomerančová slupka",
|
||||
"pinhole": "Děrovaný papír",
|
||||
"sinCity": "Město hříchu",
|
||||
"sunrise": "Svítání",
|
||||
"vintage": "Zastaralé"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Klávesové zkratky",
|
||||
"general": {
|
||||
"action": "Provést výchozí činnost",
|
||||
"firstItem": "Přejít na první položku",
|
||||
"focusFilesPane": "Zaměřit panel souborů",
|
||||
"focusFoldersPane": "Zaměřit panel složek nebo navigační cestu",
|
||||
"focusNext": "Zaměřit další panel",
|
||||
"focusToolbar": "Zaměřit panel nástrojů",
|
||||
"lastItem": "Přejít na poslední položku",
|
||||
"listShortcuts": "Otevřít toto dialogové okno s nápovědou",
|
||||
"nextItem": "Přejít na další položku",
|
||||
"previousItem": "Přejít na předchozí položku",
|
||||
"showContextMenu": "Otevřít kontextovou nabídku",
|
||||
"title": "Obecné rozhraní"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Přidat nebo odebrat soubory výše z/do výběru",
|
||||
"addToSelectionBelow": "Přidat nebo odebrat soubory níže z/do výběru",
|
||||
"addToSelectionLeft": "Přidat nebo odebrat soubor nalevo z/do výběru",
|
||||
"addToSelectionRight": "Přidat nebo odebrat soubor napravo z/do výběru",
|
||||
"delete": "Smazat soubor(y)",
|
||||
"refresh": "Obnovit soubory",
|
||||
"rename": "Přejmenovat soubor",
|
||||
"selectAll": "Vybrat všechny soubory",
|
||||
"upload": "Nahrát soubor(y)"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Sbalit složku / Přejít na nadřazenou složku",
|
||||
"delete": "Smazat složku",
|
||||
"expandOrSubfolder": "Rozbalit složku / Přejít na první podsložku",
|
||||
"title": "Panel složek"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Control",
|
||||
"delete": "Delete",
|
||||
"downArrow": "Šipka dolů",
|
||||
"escape": "Escape",
|
||||
"leftArrow": "Šipka vlevo",
|
||||
"question": "Otazník",
|
||||
"rightArrow": "Šipka vpravo",
|
||||
"upArrow": "Šipka nahoru"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ctrl",
|
||||
"del": "del",
|
||||
"end": "end",
|
||||
"home": "home",
|
||||
"shift": "shift"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "cy",
|
||||
"common": {
|
||||
"abort": "Abort",
|
||||
"cancel": "Diddymu",
|
||||
"choose": "Choose",
|
||||
"close": "Cau",
|
||||
"copy": "Copy",
|
||||
"delete": "Dileu",
|
||||
"download": "Lawrlwytho",
|
||||
"edit": "Golygu",
|
||||
"maximize": "Uchafu",
|
||||
"messageTitle": "Gwybodaeth",
|
||||
"minimize": "Isafu",
|
||||
"move": "Move",
|
||||
"newNameDialogTitle": "Enw Newydd",
|
||||
"ok": "OK",
|
||||
"pleaseWait": "Please wait.",
|
||||
"rememberDecision": "Cofio fy mhenderfyniad",
|
||||
"rename": "Ailenwi",
|
||||
"showMore": "Show more",
|
||||
"skip": "Neidio",
|
||||
"upload": "Lanlwytho",
|
||||
"view": "Dangos"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "mm/dd/yyyy HH:MM",
|
||||
"dateAmPm": [
|
||||
"yB",
|
||||
"yH"
|
||||
],
|
||||
"kb": "{size} KB",
|
||||
"mb": "{size} MB",
|
||||
"gb": "{size} GB",
|
||||
"sizePerSecond": "{size}/s",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "Awto-ailenwi",
|
||||
"countMany": "{count} ffeil",
|
||||
"countOne": "1 ffeil",
|
||||
"deleteConfirmation": "Are you sure you want to delete {count} files?",
|
||||
"fileDeleteConfirmation": "Ydych chi wir am ddileu'r ffeil \"{name}\"?",
|
||||
"fileRenameExtensionConfirmation": "Ydych chi wir am newid estyniad y ffeil? Gall hwn atal y ffeil rhag gweithio.",
|
||||
"fileRenameLabel": "Rhowch enw newydd y ffeil: ",
|
||||
"filesPaneTitle": "Files pane",
|
||||
"filesRefresh": "Refreshing files",
|
||||
"filterPlaceholder": "Filter",
|
||||
"gettingFileData": "Getting file data.",
|
||||
"overwrite": "Trosysgrifo",
|
||||
"loadingFilesPane": {
|
||||
"title": "Loading...",
|
||||
"text": "The files are being loaded."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "The folder is empty.",
|
||||
"text": "Use the <strong>Upload</strong> button or <strong>drag and drop</strong> your files here."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "Nothing found.",
|
||||
"text": "Please try using different search criteria."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "Ydych chi wir am ddileu'r ffolder \"{name}\"?",
|
||||
"destinationFolder": "Destination Folder",
|
||||
"newNameLabel": "Rhowch enw newydd y ffolder: ",
|
||||
"newSubfolder": "Is-ffolder Newydd",
|
||||
"renameDialogTitle": "Rename Folder",
|
||||
"treeTitle": "Folders tree"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "Copïo Yma",
|
||||
"errorDialogTitle": "Files that cannot be copied:",
|
||||
"manyFilesDialogTitle": "Copy {count} Files To...",
|
||||
"manyFilesWait": "Copying {count} files.",
|
||||
"oneFileDialogTitle": "Copy File To...",
|
||||
"oneFileWait": "Copying file.",
|
||||
"operationLabel": "Copying Files",
|
||||
"operationSummary": "Number of files copied: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "Symud Yma",
|
||||
"errorDialogTitle": "Files that cannot be moved:",
|
||||
"manyFilesDialogTitle": "Move {count} Files To...",
|
||||
"manyFilesWait": "Moving {count} files.",
|
||||
"oneFileDialogTitle": "Move File To...",
|
||||
"oneFileWait": "Moving file.",
|
||||
"operationLabel": "Moving Files",
|
||||
"operationSummary": "Number of files moved: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "Ychwanegu Ffeiliau",
|
||||
"bytesCountProgress": "({bytesUploaded} of {bytesTotal})",
|
||||
"details": "Details",
|
||||
"filesCountProgress": "{filesUploaded} of {filesTotal}",
|
||||
"progressLabel": "Lanlwythiad ar y gweill.",
|
||||
"progressMessage": "Uploading...",
|
||||
"selectFileLabel": "Dewis ffeil i lanlwytho",
|
||||
"selectFiles": "Select files to upload",
|
||||
"success": "Upload finished!",
|
||||
"summary": "Uploaded files: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "Arddangosiad:",
|
||||
"displayDate": "Dyddiad",
|
||||
"displayName": "Enw'r Ffeil",
|
||||
"displaySize": "Maint y Ffeil",
|
||||
"sortAscending": "Ascending",
|
||||
"sortBy": "Sort by",
|
||||
"sortByOrder": "Order",
|
||||
"sortDescending": "Descending",
|
||||
"thumbnailSize": "Thumbnail Size",
|
||||
"title": "Gosodiadau",
|
||||
"viewType": "View",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "List",
|
||||
"viewTypeThumbnails": "Thumbnails"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "Gorchymyn annilys.",
|
||||
"11": "Doedd math yr adnodd heb ei benodi yn y cais.",
|
||||
"12": "Dyw math yr adnodd ddim yn ddilys.",
|
||||
"13": "The connector configuration file is invalid.",
|
||||
"14": "Invalid connector plugin: {pluginName}.",
|
||||
"102": "Enw ffeil neu ffolder annilys.",
|
||||
"103": "Doedd dim modd cwblhau'r cais oherwydd cyfyngiadau awdurdodi.",
|
||||
"104": "Doedd dim modd cwblhau'r cais oherwydd cyfyngiadau i hawliau'r system ffeilio.",
|
||||
"105": "Estyniad ffeil annilys.",
|
||||
"109": "Cais annilys.",
|
||||
"110": "Gwall anhysbys.",
|
||||
"111": "It was not possible to complete the request due to resulting file size.",
|
||||
"115": "Mae ffeil neu ffolder gyda'r un enw yn bodoli yn barod.",
|
||||
"116": "Methu â darganfod y ffolder. Adfywiwch a cheisio eto.",
|
||||
"117": "Methu â darganfod y ffeil. Adfywiwch y rhestr ffeiliau a cheisio eto.",
|
||||
"118": "Mae'r llwybrau gwreiddiol a tharged yn unfath.",
|
||||
"201": "Mae ffeil â'r enw hwnnw yn bodoli yn barod. Cafodd y ffeil a lanlwythwyd ei hailenwi i \"{name}\".",
|
||||
"202": "Ffeil annilys.",
|
||||
"203": "Ffeil annilys. Mae maint y ffeil yn rhy fawr.",
|
||||
"204": "Mae'r ffeil a lanwythwyd wedi chwalu.",
|
||||
"205": "Does dim ffolder dros dro ar gael er mwyn lanlwytho ffeiliau iddo ar y gweinydd hwn.",
|
||||
"206": "Cafodd y lanlwythiad ei ddiddymu oherwydd rhesymau diogelwch. Mae'r ffeil yn cynnwys data yn debyg i HTML.",
|
||||
"207": "Cafodd y ffeil a lanlwythwyd ei hailenwi i \"{name}\".",
|
||||
"300": "Methodd symud y ffeil(iau).",
|
||||
"301": "Methodd copïo'r ffeil(iau).",
|
||||
"302": "Deleting file(s) failed.",
|
||||
"500": "Cafodd y porwr ffeiliau ei anallogi oherwydd rhesymau diogelwch. Cysylltwch â'ch gweinyddwr system a gwirio'ch ffeil ffurfwedd CKFinder.",
|
||||
"501": "Mae cynhaliaeth bawdluniau wedi'i hanalluogi."
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "Does dim hawl defnyddio'r nodau canlynol i enwi ffeil: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "The file name cannot be empty.",
|
||||
"folderInvalidCharacters": "Does dim hawl defnyddio'r nodau canlynol i enwi ffolder: {disallowedCharacters}",
|
||||
"incorrectExtension": "Does dim hawl cadw'r ffeiliau â'r estyniad hwn yn y ffolder hwn.",
|
||||
"missingFile": "The requested file is no longer available.",
|
||||
"missingFolder": "The folder you are trying to reach is no longer available.",
|
||||
"noUploadFolderSelected": "Dewiswch ffolder cyn lanlwytho.",
|
||||
"operationCompleted": "Operation completed with errors.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "Does dim modd cwblhau'r cais. (Gwall {number})",
|
||||
"unknownUploadError": "Gwall wrth anfon y ffeil.",
|
||||
"uploadErrors": "Upload finished with errors.",
|
||||
"uploadPermissions": "Does dim hawl lanlwytho ffeiliau."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Choose Resized",
|
||||
"originalSize": "Original Size",
|
||||
"sizes": {
|
||||
"custom": "Custom",
|
||||
"large": "Large",
|
||||
"max": "Max",
|
||||
"medium": "Medium",
|
||||
"small": "Small"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Adjust",
|
||||
"apply": "Apply",
|
||||
"confirmExit": "Are you sure you want to close? You have unsaved changes to the image.",
|
||||
"crop": "Crop",
|
||||
"downloadAction": "Downloading original image.",
|
||||
"keepAspectRatio": "Keep Aspect Ratio",
|
||||
"loading": "Loading image",
|
||||
"presets": "Presets",
|
||||
"reset": "Reset",
|
||||
"resize": "Resize",
|
||||
"rotate": "Rotate",
|
||||
"rotateAntiClockwise": "90° Left",
|
||||
"rotateClockwise": "90° Right",
|
||||
"save": "Save",
|
||||
"saveDialogFileExists": "File with the same name already exists in folder.",
|
||||
"saveDialogOverwrite": "Overwrite File",
|
||||
"saveDialogSaveAs": "Save as:",
|
||||
"saveDialogTitle": "Save Changes",
|
||||
"title": "Edit Image",
|
||||
"transformationAction": "Applying transformations.",
|
||||
"uploadAction": "Uploading edited image.",
|
||||
"filters": {
|
||||
"brightness": "Brightness",
|
||||
"clip": "Clip",
|
||||
"contrast": "Contrast",
|
||||
"exposure": "Exposure",
|
||||
"gamma": "Gamma",
|
||||
"hue": "Hue",
|
||||
"noise": "Noise",
|
||||
"saturation": "Saturation",
|
||||
"sepia": "Sepia",
|
||||
"sharpen": "Sharpen",
|
||||
"stackBlur": "Blur",
|
||||
"vibrance": "Vibrance"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Clarity",
|
||||
"concentrate": "Concentrate",
|
||||
"crossProcess": "Cross Process",
|
||||
"glowingSun": "Glowing Sun",
|
||||
"grungy": "Grungy",
|
||||
"hazyDays": "Hazy Days",
|
||||
"hemingway": "Hemingway",
|
||||
"herMajesty": "Her Majesty",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "Lomo",
|
||||
"love": "Love",
|
||||
"nostalgia": "Nostalgia",
|
||||
"oldBoot": "Old Boot",
|
||||
"orangePeel": "Orange Peel",
|
||||
"pinhole": "Pinhole",
|
||||
"sinCity": "Sin City",
|
||||
"sunrise": "Sunrise",
|
||||
"vintage": "Vintage"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Keyboard Shortcuts",
|
||||
"general": {
|
||||
"action": "Execute default action",
|
||||
"firstItem": "Go to first item",
|
||||
"focusFilesPane": "Focus files pane",
|
||||
"focusFoldersPane": "Focus folders pane or breadcrumbs",
|
||||
"focusNext": "Focus next pane",
|
||||
"focusToolbar": "Focus toolbar",
|
||||
"lastItem": "Go to last item",
|
||||
"listShortcuts": "Open this help dialog",
|
||||
"nextItem": "Go to next item",
|
||||
"previousItem": "Go to previous item",
|
||||
"showContextMenu": "Open context menu",
|
||||
"title": "General Interface"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Add or remove files above to selection",
|
||||
"addToSelectionBelow": "Add or remove files below to selection",
|
||||
"addToSelectionLeft": "Add or remove file on the left to selection",
|
||||
"addToSelectionRight": "Add or remove file on the right to selection",
|
||||
"delete": "Delete file(s)",
|
||||
"refresh": "Refresh files",
|
||||
"rename": "Rename file",
|
||||
"selectAll": "Select all files",
|
||||
"upload": "Upload file(s)"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Collapse folder / Go to parent folder",
|
||||
"delete": "Delete folder",
|
||||
"expandOrSubfolder": "Expand folder / Go to first subfolder",
|
||||
"title": "Folders Pane"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Control",
|
||||
"delete": "Delete",
|
||||
"downArrow": "Down arrow",
|
||||
"escape": "Escape",
|
||||
"leftArrow": "Left arrow",
|
||||
"question": "Question mark",
|
||||
"rightArrow": "Right arrow",
|
||||
"upArrow": "Up arrow"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ctrl",
|
||||
"del": "del",
|
||||
"end": "end",
|
||||
"home": "home",
|
||||
"shift": "shift"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "da",
|
||||
"common": {
|
||||
"abort": "Abort",
|
||||
"cancel": "Annullér",
|
||||
"choose": "Vælg",
|
||||
"close": "Luk",
|
||||
"copy": "Kopier",
|
||||
"delete": "Slet",
|
||||
"download": "Download",
|
||||
"edit": "Redigér",
|
||||
"maximize": "Maksimér",
|
||||
"messageTitle": "Information",
|
||||
"minimize": "Minimér",
|
||||
"move": "Flyt",
|
||||
"newNameDialogTitle": "Nyt navn",
|
||||
"ok": "OK",
|
||||
"pleaseWait": "Vent venligst.",
|
||||
"rememberDecision": "Husk denne indstilling",
|
||||
"rename": "Omdøb",
|
||||
"showMore": "Vis mere",
|
||||
"skip": "Spring over",
|
||||
"upload": "Upload",
|
||||
"view": "Vis"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "dd-mm-yyyy HH:MM",
|
||||
"dateAmPm": [
|
||||
"AM",
|
||||
"PM"
|
||||
],
|
||||
"kb": "{size} KB",
|
||||
"mb": "{size} MB",
|
||||
"gb": "{size} GB",
|
||||
"sizePerSecond": "{size}/s",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "Automatisk-omdøbning",
|
||||
"countMany": "{count} filer",
|
||||
"countOne": "1 fil",
|
||||
"deleteConfirmation": "Er du sikker på du vil slette {count} filer?",
|
||||
"fileDeleteConfirmation": "Er du sikker på, at du vil slette filen \"{name}\"?",
|
||||
"fileRenameExtensionConfirmation": "Er du sikker på, at du vil ændre filtypen? Filen kan muligvis ikke bruges bagefter.",
|
||||
"fileRenameLabel": "Angiv navnet på den nye fil: ",
|
||||
"filesPaneTitle": "Files pane",
|
||||
"filesRefresh": "Refreshing files",
|
||||
"filterPlaceholder": "Filter",
|
||||
"gettingFileData": "Henter informationer om filen. , vent venligst.",
|
||||
"overwrite": "Overskriv",
|
||||
"loadingFilesPane": {
|
||||
"title": "Loading...",
|
||||
"text": "Filerne bliver hentet."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "Mappen er tom.",
|
||||
"text": "Brug <strong>Upload</strong> knappen eller <strong>drag og drop</strong> filerne her."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "Fandt ingenting.",
|
||||
"text": "Venligst prøv at brug forskellige søgekriterier."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "Er du sikker på, at du vil slette mappen \"{name}\"?",
|
||||
"destinationFolder": "Destinations mappe",
|
||||
"newNameLabel": "Angiv navnet på den nye mappe: ",
|
||||
"newSubfolder": "Ny undermappe",
|
||||
"renameDialogTitle": "Omdøb mappe",
|
||||
"treeTitle": "Folders tree"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "Kopier hertil",
|
||||
"errorDialogTitle": "Følgende filer kunne ikke kopieres:",
|
||||
"manyFilesDialogTitle": "Kopier {count} filerne til...",
|
||||
"manyFilesWait": "Kopierer {count} files.",
|
||||
"oneFileDialogTitle": "Kopier filen til...",
|
||||
"oneFileWait": "Kopierer fil.",
|
||||
"operationLabel": "Kopiere filer",
|
||||
"operationSummary": "Antal kopierede filer: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "Flyt hertil",
|
||||
"errorDialogTitle": "Følgende filer kunne ikke flyttes:",
|
||||
"manyFilesDialogTitle": "Flyt {count} filerne til...",
|
||||
"manyFilesWait": "Flytter {count} filer.",
|
||||
"oneFileDialogTitle": "Flyt filen til...",
|
||||
"oneFileWait": "Flytter fil.",
|
||||
"operationLabel": "Flytter filer",
|
||||
"operationSummary": "Antal flyttede filer: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "Tilføj filer",
|
||||
"bytesCountProgress": "({bytesUploaded} af {bytesTotal})",
|
||||
"details": "Detaljer",
|
||||
"filesCountProgress": "{filesUploaded} af {filesTotal}",
|
||||
"progressLabel": "Uploader, vent venligst...",
|
||||
"progressMessage": "Uploader...",
|
||||
"selectFileLabel": "Vælg den fil, du vil uploade",
|
||||
"selectFiles": "Vælg filer til upload",
|
||||
"success": "Upload gennemført!",
|
||||
"summary": "Uploadede filer: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "Thumbnails:",
|
||||
"displayDate": "Dato",
|
||||
"displayName": "Filnavn",
|
||||
"displaySize": "Størrelse",
|
||||
"sortAscending": "Ascending",
|
||||
"sortBy": "Sort by",
|
||||
"sortByOrder": "Order",
|
||||
"sortDescending": "Descending",
|
||||
"thumbnailSize": "Thumbnail størrelse",
|
||||
"title": "Indstillingér",
|
||||
"viewType": "View",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "List",
|
||||
"viewTypeThumbnails": "Thumbnails"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "Ugyldig handling.",
|
||||
"11": "Ressourcetypen blev ikke angivet i anmodningen.",
|
||||
"12": "Ressourcetypen er ikke gyldig.",
|
||||
"13": "Konfigurationsfilen er ikke gyldig.",
|
||||
"14": "Ugyldig connector plugin: {pluginName}.",
|
||||
"102": "Ugyldig fil eller mappenavn.",
|
||||
"103": "Det var ikke muligt at fuldføre handlingen på grund af en begrænsning i rettigheder.",
|
||||
"104": "Det var ikke muligt at fuldføre handlingen på grund af en begrænsning i filsystem rettigheder.",
|
||||
"105": "Ugyldig filtype.",
|
||||
"109": "Ugyldig anmodning.",
|
||||
"110": "Ukendt fejl.",
|
||||
"111": "Det var ikke muligt at fuldføre handlingent possible på grund af filstørrelsen.",
|
||||
"115": "En fil eller mappe med det samme navn eksisterer allerede.",
|
||||
"116": "Mappen blev ikke fundet. Opdatér listen eller prøv igen.",
|
||||
"117": "Filen blev ikke fundet. Opdatér listen eller prøv igen.",
|
||||
"118": "Originalplacering og destination er ens.",
|
||||
"201": "En fil med det samme filnavn eksisterer allerede. Den uploadede fil er blevet omdøbt til \"{name}\".",
|
||||
"202": "Ugyldig fil.",
|
||||
"203": "Ugyldig fil. Filstørrelsen er for stor.",
|
||||
"204": "Den uploadede fil er korrupt.",
|
||||
"205": "Der er ikke en midlertidig mappe til upload til rådighed på serveren.",
|
||||
"206": "Upload annulleret af sikkerhedsmæssige årsager. Filen indeholder HTML-lignende data.",
|
||||
"207": "Den uploadede fil er blevet omdøbt til \"{name}\".",
|
||||
"300": "Flytning af fil(er) fejlede.",
|
||||
"301": "Kopiering af fil(er) fejlede.",
|
||||
"302": "Sletning af file(s) fejlede.",
|
||||
"500": "Filbrowseren er deaktiveret af sikkerhedsmæssige årsager. Kontakt systemadministratoren eller kontrollér CKFinders konfigurationsfil.",
|
||||
"501": "Understøttelse af thumbnails er deaktiveret."
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "Filnavnet må ikke indeholde et af følgende tegn: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "The file name cannot be empty.",
|
||||
"folderInvalidCharacters": "Mappenavnet må ikke indeholde et af følgende tegn: {disallowedCharacters}",
|
||||
"incorrectExtension": "Den valgte filtype kan ikke benyttes i denne mappe.",
|
||||
"missingFile": "Filen eksistere ikke længere.",
|
||||
"missingFolder": "Mappen eksistere ikke længere.",
|
||||
"noUploadFolderSelected": "Venligst vælg en mappe før upload startes.",
|
||||
"operationCompleted": "Opgaven blev fuldført med fejl.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "Det var ikke muligt at fuldføre handlingen. (Fejl: {number})",
|
||||
"unknownUploadError": "Fejl ved upload.",
|
||||
"uploadErrors": "Upload gennemført med fejl.",
|
||||
"uploadPermissions": "Upload er ikke tilladt."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Vælg skaleret",
|
||||
"originalSize": "Original størrelse",
|
||||
"sizes": {
|
||||
"custom": "Brugerdefineret",
|
||||
"large": "Stor",
|
||||
"max": "Maksimal",
|
||||
"medium": "Medium",
|
||||
"small": "Lille"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Justér",
|
||||
"apply": "Tilføj",
|
||||
"confirmExit": "Er du sikker på du vil lukke? Der er ikke gemte ændringer til billedet.",
|
||||
"crop": "Beskær",
|
||||
"downloadAction": "Henter original billede.",
|
||||
"keepAspectRatio": "Behold størrelseforhold",
|
||||
"loading": "Henter billeder",
|
||||
"presets": "Pre indstillinger",
|
||||
"reset": "Nulstil",
|
||||
"resize": "Reskalér",
|
||||
"rotate": "Rotér",
|
||||
"rotateAntiClockwise": "90° Venstre",
|
||||
"rotateClockwise": "90° Højre",
|
||||
"save": "Gem",
|
||||
"saveDialogFileExists": "Der eksisterer allerede en fil med samme navn i mappen.",
|
||||
"saveDialogOverwrite": "Overskriv fil",
|
||||
"saveDialogSaveAs": "Gem som:",
|
||||
"saveDialogTitle": "Gem ændringer",
|
||||
"title": "Rediger billede",
|
||||
"transformationAction": "Tilføj ændringer.",
|
||||
"uploadAction": "Uploader det redigerede billede.",
|
||||
"filters": {
|
||||
"brightness": "Lysstyrke",
|
||||
"clip": "Clip",
|
||||
"contrast": "Kontrast",
|
||||
"exposure": "Eksponering",
|
||||
"gamma": "Gamma",
|
||||
"hue": "Hue",
|
||||
"noise": "Støj",
|
||||
"saturation": "Farvemætning",
|
||||
"sepia": "Sepia",
|
||||
"sharpen": "Skarpere",
|
||||
"stackBlur": "Blur",
|
||||
"vibrance": "Vibrering"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Clarity",
|
||||
"concentrate": "Concentrate",
|
||||
"crossProcess": "Cross Process",
|
||||
"glowingSun": "Glødende sol",
|
||||
"grungy": "Grungy",
|
||||
"hazyDays": "Disede dage",
|
||||
"hemingway": "Hemingway",
|
||||
"herMajesty": "Hendes majestæt",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "Lomo",
|
||||
"love": "Kærlighed",
|
||||
"nostalgia": "Nostalgi",
|
||||
"oldBoot": "Gammel støvle",
|
||||
"orangePeel": "Orange skal",
|
||||
"pinhole": "Pinhole",
|
||||
"sinCity": "Sin City",
|
||||
"sunrise": "Solopgang",
|
||||
"vintage": "Gammeldags"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Keyboard genvejstaster",
|
||||
"general": {
|
||||
"action": "Execute default action",
|
||||
"firstItem": "Gå til første element",
|
||||
"focusFilesPane": "Focus files pane",
|
||||
"focusFoldersPane": "Focus folders pane or breadcrumbs",
|
||||
"focusNext": "Focus next pane",
|
||||
"focusToolbar": "Focus toolbar",
|
||||
"lastItem": "Gå til sidste element",
|
||||
"listShortcuts": "Open this help dialog",
|
||||
"nextItem": "Gå til næste element",
|
||||
"previousItem": "Gå til forrige element",
|
||||
"showContextMenu": "Open context menu",
|
||||
"title": "General Interface"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Tilføj eller fjern fil over makeringen",
|
||||
"addToSelectionBelow": "Tilføj eller fjern fil under markeringen",
|
||||
"addToSelectionLeft": "Tilføj eller fjern fil til venstre for markeringen",
|
||||
"addToSelectionRight": "Tilføj eller fjern fil til højre for markeringen",
|
||||
"delete": "Slet fil(er)",
|
||||
"refresh": "Opdater filer",
|
||||
"rename": "Omdøb fil",
|
||||
"selectAll": "Vælg alle filer",
|
||||
"upload": "Upload fil(er)"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Sammenklap mappe / Gå til forrige mappe",
|
||||
"delete": "Slet mappe",
|
||||
"expandOrSubfolder": "Udvid mappe / Gå til første undermappe",
|
||||
"title": "Folders Pane"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Control",
|
||||
"delete": "Delete",
|
||||
"downArrow": "Pil ned",
|
||||
"escape": "Escape",
|
||||
"leftArrow": "Venstre pil",
|
||||
"question": "Spørgsmålstegn",
|
||||
"rightArrow": "Højre pil",
|
||||
"upArrow": "Pil op"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ctrl",
|
||||
"del": "del",
|
||||
"end": "end",
|
||||
"home": "home",
|
||||
"shift": "shift"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "de-ch",
|
||||
"common": {
|
||||
"abort": "Abbrechen",
|
||||
"cancel": "Abbrechen",
|
||||
"choose": "Auswählen",
|
||||
"close": "Schliessen",
|
||||
"copy": "Kopieren",
|
||||
"delete": "Löschen",
|
||||
"download": "Herunterladen",
|
||||
"edit": "Bearbeitung",
|
||||
"maximize": "Maximieren",
|
||||
"messageTitle": "Information",
|
||||
"minimize": "Minimieren",
|
||||
"move": "Verschieben",
|
||||
"newNameDialogTitle": "Neuer Name",
|
||||
"ok": "OK",
|
||||
"pleaseWait": "Bitte warten.",
|
||||
"rememberDecision": "Entscheidung merken",
|
||||
"rename": "Umbenennen",
|
||||
"showMore": "Zeig mehr",
|
||||
"skip": "Überspringen",
|
||||
"upload": "Hochladen",
|
||||
"view": "Ansehen"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "d.m.yyyy H:MM",
|
||||
"dateAmPm": [
|
||||
"AM",
|
||||
"PM"
|
||||
],
|
||||
"kb": "{size} KB",
|
||||
"mb": "{size} MB",
|
||||
"gb": "{size} GB",
|
||||
"sizePerSecond": "{size}/s",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "Automatisch umbenennen",
|
||||
"countMany": "{count} Datei",
|
||||
"countOne": "1 Datei",
|
||||
"deleteConfirmation": "Wollen Sie wirklich {count} Dateien löschen?",
|
||||
"fileDeleteConfirmation": "Wollen Sie wirklich die Datei \"{name}\" löschen?",
|
||||
"fileRenameExtensionConfirmation": "Wollen Sie wirklich die Dateierweiterung ändern? Die Datei könnte unbrauchbar werden!",
|
||||
"fileRenameLabel": "Bitte geben Sie den neuen Dateinamen an: ",
|
||||
"filesPaneTitle": "Dateibereich",
|
||||
"filesRefresh": "Aktualisiere Dateien",
|
||||
"filterPlaceholder": "Filter",
|
||||
"gettingFileData": "Rufe Informationen zu Datei auf.",
|
||||
"overwrite": "Überschreiben",
|
||||
"loadingFilesPane": {
|
||||
"title": "Laden...",
|
||||
"text": "Die Dateien werden geladen."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "Das Verzeichnis ist leer.",
|
||||
"text": "Benutzen Sie den <strong>Hochladen</strong> Button oder <strong>ziehen und legen</strong> Sie Ihre Dateien hier ab."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "Nichts gefunden.",
|
||||
"text": "Bitte versuchen Sie es mit anderen Suchkriterien."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "Wollen Sie wirklich den Ordner \"{name}\" löschen?",
|
||||
"destinationFolder": "Zielverzeichnis",
|
||||
"newNameLabel": "Bitte geben Sie den neuen Verzeichnisnamen an: ",
|
||||
"newSubfolder": "Neues Unterverzeichnis",
|
||||
"renameDialogTitle": "Ordner umbenennen",
|
||||
"treeTitle": "Verzeichnisbaum"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "Hierher kopieren",
|
||||
"errorDialogTitle": "Dateien, die nicht kopiert werden können:",
|
||||
"manyFilesDialogTitle": "Kopieren {count} Dateien in...",
|
||||
"manyFilesWait": "Kopieren {count} Dateien.",
|
||||
"oneFileDialogTitle": "Kopieren die Datei in...",
|
||||
"oneFileWait": "Kopieren einer Datei.",
|
||||
"operationLabel": "Kopieren von Dateien",
|
||||
"operationSummary": "Anzahl der kopierten Dateien: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "Hierher verschieben",
|
||||
"errorDialogTitle": "Dateien, die nicht verschoben werden können:",
|
||||
"manyFilesDialogTitle": "Verschiebe {count} Dateien in...",
|
||||
"manyFilesWait": "Verschiebe {count} Dateien.",
|
||||
"oneFileDialogTitle": "Verschiebe die Datei in...",
|
||||
"oneFileWait": "Verschieben einer Datei.",
|
||||
"operationLabel": "Verschieben von Dateien",
|
||||
"operationSummary": "Anzahl der Dateien verschoben: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "Datei hinzufügen",
|
||||
"bytesCountProgress": "({bytesUploaded} von {bytesTotal})",
|
||||
"details": "Details",
|
||||
"filesCountProgress": "{filesUploaded} von {filesTotal}",
|
||||
"progressLabel": "Die Daten werden übertragen.",
|
||||
"progressMessage": "Hochladen...",
|
||||
"selectFileLabel": "Bitte wählen Sie die Datei aus",
|
||||
"selectFiles": "Wählen Sie Dateien zum Hochladen",
|
||||
"success": "Hochladen ist beendet!",
|
||||
"summary": "Hochgeladene Dateien: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "Anzeige:",
|
||||
"displayDate": "Datum",
|
||||
"displayName": "Dateiname",
|
||||
"displaySize": "Dateigrösse",
|
||||
"sortAscending": "Aufsteigend",
|
||||
"sortBy": "Sortiere nach",
|
||||
"sortByOrder": "Reihenfolge",
|
||||
"sortDescending": "Absteigend",
|
||||
"thumbnailSize": "Miniaturgrösse",
|
||||
"title": "Einstellungen",
|
||||
"viewType": "Listenansicht",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "Liste",
|
||||
"viewTypeThumbnails": "Miniaturansicht"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "Unbekannter Befehl.",
|
||||
"11": "Der Ressourcentyp wurde nicht spezifiziert.",
|
||||
"12": "Der Ressourcentyp ist nicht gültig.",
|
||||
"13": "Der Connector-Konfigurationsdatei ist ungültig.",
|
||||
"14": "Ungültige Connector-Plugin: {pluginName}.",
|
||||
"102": "Ungültiger Datei oder Verzeichnisname.",
|
||||
"103": "Ihre Anfrage konnte wegen Authorisierungseinschränkungen nicht durchgeführt werden.",
|
||||
"104": "Ihre Anfrage konnte wegen Dateisystemeinschränkungen nicht durchgeführt werden.",
|
||||
"105": "Ungültige Dateierweiterung.",
|
||||
"109": "Unbekannte Anfrage.",
|
||||
"110": "Unbekannter Fehler.",
|
||||
"111": "Es war nicht möglich die Anforderung aufgrund resultierende Dateigrösse vervollständigen.",
|
||||
"115": "Es existiert bereits eine Datei oder ein Ordner mit dem gleichen Namen.",
|
||||
"116": "Verzeichnis nicht gefunden. Bitte aktualisieren Sie die Anzeige und versuchen es noch einmal.",
|
||||
"117": "Datei nicht gefunden. Bitte aktualisieren Sie die Dateiliste und versuchen es noch einmal.",
|
||||
"118": "Quell- und Zielpfad sind gleich.",
|
||||
"201": "Es existiert bereits eine Datei unter gleichem Namen. Die hochgeladene Datei wurde unter \"{name}\" gespeichert.",
|
||||
"202": "Ungültige Datei.",
|
||||
"203": "ungültige Datei. Die Dateigrösse ist zu gross.",
|
||||
"204": "Die hochgeladene Datei ist korrupt.",
|
||||
"205": "Es existiert kein temp. Ordner für das Hochladen auf den Server.",
|
||||
"206": "Das Hochladen wurde aus Sicherheitsgründen abgebrochen. Die Datei enthält HTML-Daten.",
|
||||
"207": "Die hochgeladene Datei wurde unter \"{name}\" gespeichert.",
|
||||
"300": "Verschieben der Dateien fehlgeschlagen.",
|
||||
"301": "Kopieren der Dateien fehlgeschlagen.",
|
||||
"302": "Löschen der Dateien fehlgeschlagen.",
|
||||
"500": "Der Dateibrowser wurde aus Sicherheitsgründen deaktiviert. Bitte benachrichtigen Sie Ihren Systemadministrator und prüfen Sie die Konfigurationsdatei.",
|
||||
"501": "Die Miniaturansicht wurde deaktivert."
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "Der Dateiname darf nicht eines der folgenden Zeichen enthalten: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "Der Dateiname darf nicht leer sein.",
|
||||
"folderInvalidCharacters": "Der Verzeichnisname darf nicht eines der folgenden Zeichen enthalten: {disallowedCharacters}",
|
||||
"incorrectExtension": "Dateinamekürzel nicht in diesem Verzeichnis erlaubt.",
|
||||
"missingFile": "Die angeforderte Datei ist nicht mehr verfügbar.",
|
||||
"missingFolder": "Der Ordner, den Sie versuchen zu erreichen, ist nicht mehr verfügbar.",
|
||||
"noUploadFolderSelected": "Bitte ein Verzeichnis vor dem Hochladen wählen.",
|
||||
"operationCompleted": "Der Betrieb wurde mit Fehlern abgeschlossen.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "Ihre Anfrage konnte nicht bearbeitet werden. (Fehler {number})",
|
||||
"unknownUploadError": "Fehler bei Dateitragung.",
|
||||
"uploadErrors": "Hochladen mit Fehlern abgeschlossen.",
|
||||
"uploadPermissions": "Datei hochladen nicht erlaubt."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Wähle Skaliertes",
|
||||
"originalSize": "Originalgrösse",
|
||||
"sizes": {
|
||||
"custom": "Benutzerdefiniert",
|
||||
"large": "Gross",
|
||||
"max": "Max",
|
||||
"medium": "Mittel",
|
||||
"small": "Klein"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Anpassen",
|
||||
"apply": "Anwenden",
|
||||
"confirmExit": "Sind Sie sicher, dass Sie schliessen möchten? Die Änderungen sind noch nicht gespeichert.",
|
||||
"crop": "Zuschneiden",
|
||||
"downloadAction": "Originalbild herunterladen.",
|
||||
"keepAspectRatio": "Seitenverhältnis beibehalten",
|
||||
"loading": "Bild wird geladen",
|
||||
"presets": "Voreinstellungen",
|
||||
"reset": "Rücksetzen",
|
||||
"resize": "Grösse ändern",
|
||||
"rotate": "Drehen",
|
||||
"rotateAntiClockwise": "90° nach links",
|
||||
"rotateClockwise": "90° nach rechts",
|
||||
"save": "Speichern",
|
||||
"saveDialogFileExists": "Eine Datei mit demselben Namen im Verzeichnis vorhanden ist.",
|
||||
"saveDialogOverwrite": "Datei überschreiben",
|
||||
"saveDialogSaveAs": "Speichern als:",
|
||||
"saveDialogTitle": "Änderungen speichern",
|
||||
"title": "Bild bearbeiten",
|
||||
"transformationAction": "Wende Transformationen an.",
|
||||
"uploadAction": "Hochladen bearbeitete Bild.",
|
||||
"filters": {
|
||||
"brightness": "Helligkeit",
|
||||
"clip": "Zuschneiden",
|
||||
"contrast": "Kontrast",
|
||||
"exposure": "Belichtung",
|
||||
"gamma": "Gamma",
|
||||
"hue": "Farbton",
|
||||
"noise": "Rauschen",
|
||||
"saturation": "Sättigung",
|
||||
"sepia": "Sepia",
|
||||
"sharpen": "Schärfen",
|
||||
"stackBlur": "Weichzeichnen",
|
||||
"vibrance": "Vibrance"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Klarheit",
|
||||
"concentrate": "Konzentration",
|
||||
"crossProcess": "Crossentwicklung",
|
||||
"glowingSun": "Glühenden Sonne",
|
||||
"grungy": "Grungy",
|
||||
"hazyDays": "Dunstigen Tagen",
|
||||
"hemingway": "Hemingway",
|
||||
"herMajesty": "Ihre Majestät",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "Lomo",
|
||||
"love": "Liebe",
|
||||
"nostalgia": "Nostalgie",
|
||||
"oldBoot": "Alten Stiefel",
|
||||
"orangePeel": "Orangenschale",
|
||||
"pinhole": "Lochkamera",
|
||||
"sinCity": "Sin City",
|
||||
"sunrise": "Sonnenaufgang",
|
||||
"vintage": "Vintage"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Tastenkombinationen",
|
||||
"general": {
|
||||
"action": "Standardaktion führen",
|
||||
"firstItem": "Zum ersten Element",
|
||||
"focusFilesPane": "Fokus auf den Dateibereich",
|
||||
"focusFoldersPane": "Fokus auf den Ordnerbereich oder Ordnerpfad",
|
||||
"focusNext": "Fokus auf das nächste Panel",
|
||||
"focusToolbar": "Fokus auf die Werkzeugleiste",
|
||||
"lastItem": "Zum letzten Element",
|
||||
"listShortcuts": "Diese Hilfe-Dialog öffnen",
|
||||
"nextItem": "Zum nächsten Element",
|
||||
"previousItem": "Zum vorherigen Element",
|
||||
"showContextMenu": "Kontextmenü öffnen",
|
||||
"title": "Benutzerschnittstelle"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Dateien von oben zur Auswahl hinzufügen oder aus der Auswahl entfernen.",
|
||||
"addToSelectionBelow": "Dateien von unten zur Auswahl hinzufügen oder aus der Auswahl entfernen.",
|
||||
"addToSelectionLeft": "Dateien auf der linken Seite zur Auswahl hinzufügen oder aus der Auswahl entfernen.",
|
||||
"addToSelectionRight": "Dateien auf der rechten Seite zur Auswahl hinzufügen oder aus der Auswahl entfernen.",
|
||||
"delete": "Datei(en) löschen",
|
||||
"refresh": "Dateien aktualisieren",
|
||||
"rename": "Datei umbenennen",
|
||||
"selectAll": "Alle Dateien auswählen",
|
||||
"upload": "Datei(en) hochladen"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Ordner reduzieren / Zum übergeordneten Ordner",
|
||||
"delete": "Ordner löschen",
|
||||
"expandOrSubfolder": "Ordner erweitern / Zum ersten Unterverzeichnis",
|
||||
"title": "Ordnerbereich"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Control",
|
||||
"delete": "Entfernen",
|
||||
"downArrow": "Untere Pfeiltaste",
|
||||
"escape": "Escape",
|
||||
"leftArrow": "Linke Pfeiltaste",
|
||||
"question": "Fragezeichen",
|
||||
"rightArrow": "Rechte Pfeiltaste",
|
||||
"upArrow": "Obere Pfeiltaste"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "Alt",
|
||||
"ctrl": "Ctrl",
|
||||
"del": "Entf",
|
||||
"end": "Ende",
|
||||
"home": "Pos1",
|
||||
"shift": "Shift"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "de",
|
||||
"common": {
|
||||
"abort": "Abbrechen",
|
||||
"cancel": "Abbrechen",
|
||||
"choose": "Auswählen",
|
||||
"close": "Schließen",
|
||||
"copy": "Kopieren",
|
||||
"delete": "Löschen",
|
||||
"download": "Herunterladen",
|
||||
"edit": "Bearbeitung",
|
||||
"maximize": "Maximieren",
|
||||
"messageTitle": "Information",
|
||||
"minimize": "Minimieren",
|
||||
"move": "Verschieben",
|
||||
"newNameDialogTitle": "Neuer Name",
|
||||
"ok": "OK",
|
||||
"pleaseWait": "Bitte warten.",
|
||||
"rememberDecision": "Entscheidung merken",
|
||||
"rename": "Umbenennen",
|
||||
"showMore": "Zeig mehr",
|
||||
"skip": "Überspringen",
|
||||
"upload": "Hochladen",
|
||||
"view": "Ansehen"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "d.m.yyyy H:MM",
|
||||
"dateAmPm": [
|
||||
"AM",
|
||||
"PM"
|
||||
],
|
||||
"kb": "{size} KB",
|
||||
"mb": "{size} MB",
|
||||
"gb": "{size} GB",
|
||||
"sizePerSecond": "{size}/s",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "Automatisch umbenennen",
|
||||
"countMany": "{count} Datei",
|
||||
"countOne": "1 Datei",
|
||||
"deleteConfirmation": "Wollen Sie wirklich {count} Dateien löschen?",
|
||||
"fileDeleteConfirmation": "Wollen Sie wirklich die Datei \"{name}\" löschen?",
|
||||
"fileRenameExtensionConfirmation": "Wollen Sie wirklich die Dateierweiterung ändern? Die Datei könnte unbrauchbar werden!",
|
||||
"fileRenameLabel": "Bitte geben Sie den neuen Dateinamen an: ",
|
||||
"filesPaneTitle": "Dateibereich",
|
||||
"filesRefresh": "Aktualisiere Dateien",
|
||||
"filterPlaceholder": "Filter",
|
||||
"gettingFileData": "Rufe Informationen zu Datei auf.",
|
||||
"overwrite": "Überschreiben",
|
||||
"loadingFilesPane": {
|
||||
"title": "Laden...",
|
||||
"text": "Die Dateien werden geladen."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "Das Verzeichnis ist leer.",
|
||||
"text": "Benutzen Sie den <strong>Hochladen</strong> Button oder <strong>ziehen und legen</strong> Sie Ihre Dateien hier ab."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "Nichts gefunden.",
|
||||
"text": "Bitte versuchen Sie es mit anderen Suchkriterien."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "Wollen Sie wirklich den Ordner \"{name}\" löschen?",
|
||||
"destinationFolder": "Zielverzeichnis",
|
||||
"newNameLabel": "Bitte geben Sie den neuen Verzeichnisnamen an: ",
|
||||
"newSubfolder": "Neues Unterverzeichnis",
|
||||
"renameDialogTitle": "Ordner umbenennen",
|
||||
"treeTitle": "Verzeichnisbaum"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "Hierher kopieren",
|
||||
"errorDialogTitle": "Dateien, die nicht kopiert werden können:",
|
||||
"manyFilesDialogTitle": "Kopieren {count} Dateien in...",
|
||||
"manyFilesWait": "Kopieren {count} Dateien.",
|
||||
"oneFileDialogTitle": "Kopieren die Datei in...",
|
||||
"oneFileWait": "Kopieren einer Datei.",
|
||||
"operationLabel": "Kopieren von Dateien",
|
||||
"operationSummary": "Anzahl der kopierten Dateien: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "Hierher verschieben",
|
||||
"errorDialogTitle": "Dateien, die nicht verschoben werden können:",
|
||||
"manyFilesDialogTitle": "Verschiebe {count} Dateien in...",
|
||||
"manyFilesWait": "Verschiebe {count} Dateien.",
|
||||
"oneFileDialogTitle": "Verschiebe die Datei in...",
|
||||
"oneFileWait": "Verschieben einer Datei.",
|
||||
"operationLabel": "Verschieben von Dateien",
|
||||
"operationSummary": "Anzahl der Dateien verschoben: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "Datei hinzufügen",
|
||||
"bytesCountProgress": "({bytesUploaded} von {bytesTotal})",
|
||||
"details": "Details",
|
||||
"filesCountProgress": "{filesUploaded} von {filesTotal}",
|
||||
"progressLabel": "Die Daten werden übertragen.",
|
||||
"progressMessage": "Hochladen...",
|
||||
"selectFileLabel": "Bitte wählen Sie die Datei aus",
|
||||
"selectFiles": "Wählen Sie Dateien zum Hochladen",
|
||||
"success": "Hochladen ist beendet!",
|
||||
"summary": "Hochgeladene Dateien: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "Anzeige:",
|
||||
"displayDate": "Datum",
|
||||
"displayName": "Dateiname",
|
||||
"displaySize": "Dateigröße",
|
||||
"sortAscending": "Aufsteigend",
|
||||
"sortBy": "Sortiere nach",
|
||||
"sortByOrder": "Reihenfolge",
|
||||
"sortDescending": "Absteigend",
|
||||
"thumbnailSize": "Miniaturgröße",
|
||||
"title": "Einstellungen",
|
||||
"viewType": "Listenansicht",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "Liste",
|
||||
"viewTypeThumbnails": "Miniaturansicht"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "Unbekannter Befehl.",
|
||||
"11": "Der Ressourcentyp wurde nicht spezifiziert.",
|
||||
"12": "Der Ressourcentyp ist nicht gültig.",
|
||||
"13": "Der Connector-Konfigurationsdatei ist ungültig.",
|
||||
"14": "Ungültige Connector-Plugin: {pluginName}.",
|
||||
"102": "Ungültiger Datei oder Verzeichnisname.",
|
||||
"103": "Ihre Anfrage konnte wegen Authorisierungseinschränkungen nicht durchgeführt werden.",
|
||||
"104": "Ihre Anfrage konnte wegen Dateisystemeinschränkungen nicht durchgeführt werden.",
|
||||
"105": "Ungültige Dateierweiterung.",
|
||||
"109": "Unbekannte Anfrage.",
|
||||
"110": "Unbekannter Fehler.",
|
||||
"111": "Es war nicht möglich die Anforderung aufgrund resultierende Dateigröße vervollständigen.",
|
||||
"115": "Es existiert bereits eine Datei oder ein Ordner mit dem gleichen Namen.",
|
||||
"116": "Verzeichnis nicht gefunden. Bitte aktualisieren Sie die Anzeige und versuchen es noch einmal.",
|
||||
"117": "Datei nicht gefunden. Bitte aktualisieren Sie die Dateiliste und versuchen es noch einmal.",
|
||||
"118": "Quell- und Zielpfad sind gleich.",
|
||||
"201": "Es existiert bereits eine Datei unter gleichem Namen. Die hochgeladene Datei wurde unter \"{name}\" gespeichert.",
|
||||
"202": "Ungültige Datei.",
|
||||
"203": "ungültige Datei. Die Dateigröße ist zu groß.",
|
||||
"204": "Die hochgeladene Datei ist korrupt.",
|
||||
"205": "Es existiert kein temp. Ordner für das Hochladen auf den Server.",
|
||||
"206": "Das Hochladen wurde aus Sicherheitsgründen abgebrochen. Die Datei enthält HTML-Daten.",
|
||||
"207": "Die hochgeladene Datei wurde unter \"{name}\" gespeichert.",
|
||||
"300": "Verschieben der Dateien fehlgeschlagen.",
|
||||
"301": "Kopieren der Dateien fehlgeschlagen.",
|
||||
"302": "Löschen der Dateien fehlgeschlagen.",
|
||||
"500": "Der Dateibrowser wurde aus Sicherheitsgründen deaktiviert. Bitte benachrichtigen Sie Ihren Systemadministrator und prüfen Sie die Konfigurationsdatei.",
|
||||
"501": "Die Miniaturansicht wurde deaktivert."
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "Der Dateiname darf nicht eines der folgenden Zeichen enthalten: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "Der Dateiname darf nicht leer sein.",
|
||||
"folderInvalidCharacters": "Der Verzeichnisname darf nicht eines der folgenden Zeichen enthalten: {disallowedCharacters}",
|
||||
"incorrectExtension": "Dateinamekürzel nicht in diesem Verzeichnis erlaubt.",
|
||||
"missingFile": "Die angeforderte Datei ist nicht mehr verfügbar.",
|
||||
"missingFolder": "Der Ordner, den Sie versuchen zu erreichen, ist nicht mehr verfügbar.",
|
||||
"noUploadFolderSelected": "Bitte ein Verzeichnis vor dem Hochladen wählen.",
|
||||
"operationCompleted": "Der Betrieb wurde mit Fehlern abgeschlossen.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "Ihre Anfrage konnte nicht bearbeitet werden. (Fehler {number})",
|
||||
"unknownUploadError": "Fehler bei Dateitragung.",
|
||||
"uploadErrors": "Hochladen mit Fehlern abgeschlossen.",
|
||||
"uploadPermissions": "Datei hochladen nicht erlaubt."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Wähle Skaliertes",
|
||||
"originalSize": "Originalgröße",
|
||||
"sizes": {
|
||||
"custom": "Benutzerdefiniert",
|
||||
"large": "Groß",
|
||||
"max": "Max",
|
||||
"medium": "Mittel",
|
||||
"small": "Klein"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Anpassen",
|
||||
"apply": "Anwenden",
|
||||
"confirmExit": "Sind Sie sicher, daß Sie schließen möchten? Die Änderungen sind noch nicht gespeichert.",
|
||||
"crop": "Zuschneiden",
|
||||
"downloadAction": "Originalbild herunterladen.",
|
||||
"keepAspectRatio": "Seitenverhältnis beibehalten",
|
||||
"loading": "Bild wird geladen",
|
||||
"presets": "Voreinstellungen",
|
||||
"reset": "Rücksetzen",
|
||||
"resize": "Größe ändern",
|
||||
"rotate": "Drehen",
|
||||
"rotateAntiClockwise": "90° nach links",
|
||||
"rotateClockwise": "90° nach rechts",
|
||||
"save": "Speichern",
|
||||
"saveDialogFileExists": "Eine Datei mit demselben Namen im Verzeichnis vorhanden ist.",
|
||||
"saveDialogOverwrite": "Datei überschreiben",
|
||||
"saveDialogSaveAs": "Speichern als:",
|
||||
"saveDialogTitle": "Änderungen speichern",
|
||||
"title": "Bild bearbeiten",
|
||||
"transformationAction": "Wende Transformationen an.",
|
||||
"uploadAction": "Hochladen bearbeitete Bild.",
|
||||
"filters": {
|
||||
"brightness": "Helligkeit",
|
||||
"clip": "Zuschneiden",
|
||||
"contrast": "Kontrast",
|
||||
"exposure": "Belichtung",
|
||||
"gamma": "Gamma",
|
||||
"hue": "Farbton",
|
||||
"noise": "Rauschen",
|
||||
"saturation": "Sättigung",
|
||||
"sepia": "Sepia",
|
||||
"sharpen": "Schärfen",
|
||||
"stackBlur": "Weichzeichnen",
|
||||
"vibrance": "Vibrance"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Klarheit",
|
||||
"concentrate": "Konzentration",
|
||||
"crossProcess": "Crossentwicklung",
|
||||
"glowingSun": "Glühenden Sonne",
|
||||
"grungy": "Grungy",
|
||||
"hazyDays": "Dunstigen Tagen",
|
||||
"hemingway": "Hemingway",
|
||||
"herMajesty": "Ihre Majestät",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "Lomo",
|
||||
"love": "Liebe",
|
||||
"nostalgia": "Nostalgie",
|
||||
"oldBoot": "Alten Stiefel",
|
||||
"orangePeel": "Orangenschale",
|
||||
"pinhole": "Lochkamera",
|
||||
"sinCity": "Sin City",
|
||||
"sunrise": "Sonnenaufgang",
|
||||
"vintage": "Vintage"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Tastenkombinationen",
|
||||
"general": {
|
||||
"action": "Standardaktion führen",
|
||||
"firstItem": "Zum ersten Element",
|
||||
"focusFilesPane": "Fokus auf den Dateibereich",
|
||||
"focusFoldersPane": "Fokus auf den Ordnerbereich oder Ordnerpfad",
|
||||
"focusNext": "Fokus auf das nächste Panel",
|
||||
"focusToolbar": "Fokus auf die Werkzeugleiste",
|
||||
"lastItem": "Zum letzten Element",
|
||||
"listShortcuts": "Diese Hilfe-Dialog öffnen",
|
||||
"nextItem": "Zum nächsten Element",
|
||||
"previousItem": "Zum vorherigen Element",
|
||||
"showContextMenu": "Kontextmenü öffnen",
|
||||
"title": "Benutzerschnittstelle"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Dateien von oben zur Auswahl hinzufügen oder aus der Auswahl entfernen.",
|
||||
"addToSelectionBelow": "Dateien von unten zur Auswahl hinzufügen oder aus der Auswahl entfernen.",
|
||||
"addToSelectionLeft": "Dateien auf der linken Seite zur Auswahl hinzufügen oder aus der Auswahl entfernen.",
|
||||
"addToSelectionRight": "Dateien auf der rechten Seite zur Auswahl hinzufügen oder aus der Auswahl entfernen.",
|
||||
"delete": "Datei(en) löschen",
|
||||
"refresh": "Dateien aktualisieren",
|
||||
"rename": "Datei umbenennen",
|
||||
"selectAll": "Alle Dateien auswählen",
|
||||
"upload": "Datei(en) hochladen"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Ordner reduzieren / Zum übergeordneten Ordner",
|
||||
"delete": "Ordner löschen",
|
||||
"expandOrSubfolder": "Ordner erweitern / Zum ersten Unterverzeichnis",
|
||||
"title": "Ordnerbereich"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Steuerung",
|
||||
"delete": "Entfernen",
|
||||
"downArrow": "Untere Pfeiltaste",
|
||||
"escape": "Escape",
|
||||
"leftArrow": "Linke Pfeiltaste",
|
||||
"question": "Fragezeichen",
|
||||
"rightArrow": "Rechte Pfeiltaste",
|
||||
"upArrow": "Obere Pfeiltaste"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "Alt",
|
||||
"ctrl": "Strg",
|
||||
"del": "Entf",
|
||||
"end": "Ende",
|
||||
"home": "Pos1",
|
||||
"shift": "Shift"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "el",
|
||||
"common": {
|
||||
"abort": "Ματαίωση",
|
||||
"cancel": "Ακύρωση",
|
||||
"choose": "Επιλογή",
|
||||
"close": "Κλείσιμο",
|
||||
"copy": "Αντιγραφή",
|
||||
"delete": "Διαγραφή",
|
||||
"download": "Λήψη αρχείου",
|
||||
"edit": "Επεξεργασία",
|
||||
"maximize": "Μεγιστοποίηση",
|
||||
"messageTitle": "Πληροφορίες",
|
||||
"minimize": "Ελαχιστοποίηση",
|
||||
"move": "Μετακίνηση",
|
||||
"newNameDialogTitle": "Νέα ονομασία",
|
||||
"ok": "OK",
|
||||
"pleaseWait": "Παρακαλώ περιμένετε.",
|
||||
"rememberDecision": "Να θυμάσαι την απόφασή μου",
|
||||
"rename": "Μετονομασία",
|
||||
"showMore": "Εμφάνιση περισσοτέρων",
|
||||
"skip": "Παράβλεψη",
|
||||
"upload": "Μεταφόρτωση",
|
||||
"view": "Προβολή"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "dd/mm/yyyy HH:MM",
|
||||
"dateAmPm": [
|
||||
"ΜΜ",
|
||||
"ΠΜ"
|
||||
],
|
||||
"kb": "{size} KB",
|
||||
"mb": "{size} MB",
|
||||
"gb": "{size} GB",
|
||||
"sizePerSecond": "{size}/s",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "Αυτόματη μετονομασία",
|
||||
"countMany": "{count} αρχεία",
|
||||
"countOne": "1 αρχείο",
|
||||
"deleteConfirmation": "Είστε σίγουροι ότι θέλετε να διαγράψετε {count} αρχεία?",
|
||||
"fileDeleteConfirmation": "Είστε σίγουροι ότι θέλετε να διαγράψετε το αρχείο \"{name}\"?",
|
||||
"fileRenameExtensionConfirmation": "Είστε σίγουροι ότι θέλετε να αλλάξετε την επέκταση του αρχείου; Μετά από αυτή την ενέργεια το αρχείο είναι δυνατόν να μην μπορεί να χρησιμοποιηθεί",
|
||||
"fileRenameLabel": "Παρακαλούμε πληκτρολογήστε την νέα ονομασία του αρχείου: ",
|
||||
"filesPaneTitle": "Καρτέλα αρχείων",
|
||||
"filesRefresh": "Ανανέωση αρχείων σε εξέλιξη",
|
||||
"filterPlaceholder": "Φίλτρο",
|
||||
"gettingFileData": "Λήψη δεδομένων αρχείου.",
|
||||
"overwrite": "Αντικατάσταση αρχείου",
|
||||
"loadingFilesPane": {
|
||||
"title": "Φόρτωση...",
|
||||
"text": "Φόρτωση αρχείων σε εξέλιξη."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "Ο φάκελος είναι άδειος.",
|
||||
"text": "Χρησιμοποιήστε το κουμπί <strong>Μεταφόρτωση</strong> ή <strong>κάντε μεταφορά & απόθεση</strong> των αρχείων σας εδώ."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "Δεν βρέθηκαν αρχεία με αυτά τα κριτήρια.",
|
||||
"text": "Παρακαλούμε δοκιμάστε με άλλα κριτήρια αναζήτησης."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "Είστε σίγουροι ότι θέλετε να διαγράψετε το φάκελο \"{name}\";",
|
||||
"destinationFolder": "Φάκελος Προορισμού",
|
||||
"newNameLabel": "Παρακαλούμε πληκτρολογήστε την ονομασία του νέου φακέλου: ",
|
||||
"newSubfolder": "Νέος υποφάκελος",
|
||||
"renameDialogTitle": "Μετονομασία φακέλου",
|
||||
"treeTitle": "Δομή φακέλων"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "Αντέγραψε εδώ",
|
||||
"errorDialogTitle": "Αρχεία που δεν είναι δυνατό να αντιγραφούν:",
|
||||
"manyFilesDialogTitle": "Αντιγραφή {count} Αρχείων Σε...",
|
||||
"manyFilesWait": "Αντιγραφή {count} αρχείων.",
|
||||
"oneFileDialogTitle": "Αντιγραφή Αρχείου Σε...",
|
||||
"oneFileWait": "Αντιγραφή αρχείου.",
|
||||
"operationLabel": "Αντιγραφή Αρχείων",
|
||||
"operationSummary": "Αριθμός αρχείων που αντιγράφηκαν: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "Μετακίνησε εδώ",
|
||||
"errorDialogTitle": "Αρχεία που δεν είναι δυνατό να μετακινηθούν:",
|
||||
"manyFilesDialogTitle": "Μετακίνηση {count} Αρχείων Σε...",
|
||||
"manyFilesWait": "Μετακίνηση {count} αρχείων.",
|
||||
"oneFileDialogTitle": "Μετακίνηση Αρχείου Σε...",
|
||||
"oneFileWait": "Μετακίνηση αρχείου.",
|
||||
"operationLabel": "Μετακίνηση Αρχείων",
|
||||
"operationSummary": "Αριθμός αρχείων που μετακινήθηκαν: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "Προσθήκη αρχείων",
|
||||
"bytesCountProgress": "({bytesUploaded} από {bytesTotal})",
|
||||
"details": "Λεπτομέρειες",
|
||||
"filesCountProgress": "{filesUploaded} από {filesTotal}",
|
||||
"progressLabel": "Η μεταφόρτωση εκτελείται.",
|
||||
"progressMessage": "Μεταφόρτωση...",
|
||||
"selectFileLabel": "επιλέξτε το αρχείο που θέλετε να μεταφερθεί κάνοντας κλίκ στο κουμπί",
|
||||
"selectFiles": "Επιλέξτε αρχεία για μεταφόρτωση",
|
||||
"success": "Η μεταφόρτωση ολοκληρώθηκε!",
|
||||
"summary": "Αρχεία που μεταφορτώθηκαν: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "Εμφάνιση:",
|
||||
"displayDate": "Ημερομηνία",
|
||||
"displayName": "Όνομα αρχείου",
|
||||
"displaySize": "Μέγεθος αρχείου",
|
||||
"sortAscending": "Αύξουσα",
|
||||
"sortBy": "Ταξινόμηση κατά",
|
||||
"sortByOrder": "Σειρά",
|
||||
"sortDescending": "Φθίνουσα",
|
||||
"thumbnailSize": "Μέγεθος μικρογραφιών",
|
||||
"title": "Ρυθμίσεις",
|
||||
"viewType": "Εμφάνιση",
|
||||
"viewTypeCompact": "Σύντομη λίστα",
|
||||
"viewTypeList": "Λίστα",
|
||||
"viewTypeThumbnails": "Μικρογραφίες"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "Λανθασμένη Εντολή.",
|
||||
"11": "Ο τύπος πόρου (resource type) δεν ήταν δυνατόν να προσδιοριστεί.",
|
||||
"12": "Ο τύπος πόρου (resource type) δεν είναι έγκυρος.",
|
||||
"13": "Το αρχείο ρυθμίσεων της λειτουργίας σύνδεσης είναι άκυρο.",
|
||||
"14": "Άκυρο πρόσθετο (plugin) σύνδεσης: {pluginName}.",
|
||||
"102": "Το όνομα αρχείου ή φακέλου δεν είναι έγκυρο.",
|
||||
"103": "Δεν ήταν δυνατή η εκτέλεση της ενέργειας λόγω έλλειψης δικαιωμάτων ασφαλείας.",
|
||||
"104": "Δεν ήταν δυνατή η εκτέλεση της ενέργειας λόγω περιορισμών του συστήματος αρχείων.",
|
||||
"105": "Λανθασμένη επέκταση αρχείου.",
|
||||
"109": "Λανθασμένη ενέργεια.",
|
||||
"110": "Άγνωστο λάθος.",
|
||||
"111": "Δεν ήταν δυνατή η ολοκλήρωση της ενέργειας λόγω του μεγέθους αρχείου που προκύπτει.",
|
||||
"115": "Το αρχείο ή φάκελος υπάρχει ήδη.",
|
||||
"116": "Ο φάκελος δεν βρέθηκε. Παρακαλούμε ανανεώστε τη σελίδα και προσπαθήστε ξανά.",
|
||||
"117": "Το αρχείο δεν βρέθηκε. Παρακαλούμε ανανεώστε τη σελίδα και προσπαθήστε ξανά.",
|
||||
"118": "Η αρχική και τελική διαδρομή είναι ίδιες.",
|
||||
"201": "Ένα αρχείο με την ίδια ονομασία υπάρχει ήδη. Το μεταφορτωμένο αρχείο μετονομάστηκε σε \"{name}\".",
|
||||
"202": "Λανθασμένο αρχείο.",
|
||||
"203": "Λανθασμένο αρχείο. Το μέγεθος του αρχείου είναι πολύ μεγάλο.",
|
||||
"204": "Το μεταφορτωμένο αρχείο είναι χαλασμένο.",
|
||||
"205": "Δεν υπάρχει προσωρινός φάκελος για να χρησιμοποιηθεί για τις μεταφορτώσεις των αρχείων.",
|
||||
"206": "Η μεταφόρτωση ακυρώθηκε για λόγους ασφαλείας. Το αρχείο περιέχει δεδομένα μορφής HTML.",
|
||||
"207": "Το μεταφορτωμένο αρχείο μετονομάστηκε σε \"{name}\".",
|
||||
"300": "Η μετακίνηση των αρχείων απέτυχε.",
|
||||
"301": "Η αντιγραφή των αρχείων απέτυχε.",
|
||||
"302": "Η διαγραφή αρχείων απέτυχε.",
|
||||
"500": "Ο πλοηγός αρχείων έχει απενεργοποιηθεί για λόγους ασφαλείας. Παρακαλούμε επικοινωνήστε με τον διαχειριστή της ιστοσελίδας και ελέγξτε το αρχείο ρυθμίσεων του πλοηγού (CKFinder).",
|
||||
"501": "Η υποστήριξη των μικρογραφιών έχει απενεργοποιηθεί."
|
||||
},
|
||||
"deleteFilePermissions": "Δεν επιτρέπεται η διαγραφή αρχείων σε αυτόν τον φάκελο.",
|
||||
"fileInvalidCharacters": "Η ονομασία του αρχείου δεν μπορεί να περιέχει τους ακόλουθους χαρακτήρες: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "Η ονομασία του αρχείου δεν μπορεί να είναι κενή.",
|
||||
"folderInvalidCharacters": "Η ονομασία του φακέλου δεν μπορεί να περιέχει τους ακόλουθους χαρακτήρες: {disallowedCharacters}",
|
||||
"incorrectExtension": "Η επέκταση σε αρχείο δεν επιτρέπεται σε αυτόν τον φάκελο.",
|
||||
"missingFile": "Το αρχείο που ζητήθηκε δεν είναι πλέον διαθέσιμο.",
|
||||
"missingFolder": "Ο φάκελος που προσπαθείτε να ανοίξετε δεν είναι πλέον διαθέσιμος.",
|
||||
"noUploadFolderSelected": "Παρακαλούμε επιλέξτε ένα φάκελο πριν εκκινήσετε την διαδικασία της μεταφόρτωσης.",
|
||||
"operationCompleted": "Η διαδικασία ολοκληρώθηκε με σφάλματα.",
|
||||
"renameFilePermissions": "Δεν επιτρέπεται η μετονομασία αρχείων σε αυτόν τον φάκελο.",
|
||||
"unknown": "Η ενέργεια δεν ήταν δυνατόν να εκτελεστεί. (Σφάλμα {number})",
|
||||
"unknownUploadError": "Παρουσιάστηκε σφάλμα κατά την αποστολή του αρχείου.",
|
||||
"uploadErrors": "Η μεταφόρτωση ολοκληρώθηκε με σφάλματα.",
|
||||
"uploadPermissions": "Η μεταφόρτωση των αρχείων δεν επιτρέπεται."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Προσαρμογή Μεγέθους",
|
||||
"originalSize": "Αρχικό μέγεθος",
|
||||
"sizes": {
|
||||
"custom": "Επιλεκτικά",
|
||||
"large": "Μεγάλο",
|
||||
"max": "Πολύ μεγάλο",
|
||||
"medium": "Μεσαίο",
|
||||
"small": "Μικρό"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Ρύθμιση",
|
||||
"apply": "Εφαρμογή",
|
||||
"confirmExit": "Είστε σίγουροι πως θέλετε να επιστρέψετε; Υπάρχουν αλλαγές στην εικόνα που δεν έχουν αποθηκευτεί.",
|
||||
"crop": "Περικοπή",
|
||||
"downloadAction": "Λήψη πρωτότυπης εικόνας.",
|
||||
"keepAspectRatio": "Διατήρηση Λόγου Διαστάσεων",
|
||||
"loading": "Φόρτωση εικόνας",
|
||||
"presets": "Προεπιλογές",
|
||||
"reset": "Επαναφορά",
|
||||
"resize": "Αλλαγή μεγέθους",
|
||||
"rotate": "Περιστροφή",
|
||||
"rotateAntiClockwise": "90° Αριστερά",
|
||||
"rotateClockwise": "90° Δεξιά",
|
||||
"save": "Αποθήκευση",
|
||||
"saveDialogFileExists": "Υπάρχει ήδη αρχείο με το ίδιο όνομα στον φάκελο.",
|
||||
"saveDialogOverwrite": "Αντικατάσταση Αρχείου",
|
||||
"saveDialogSaveAs": "Αποθήκευση ως:",
|
||||
"saveDialogTitle": "Αποθήκευση Αλλαγών",
|
||||
"title": "Επεξεργασία εικόνας",
|
||||
"transformationAction": "Γίνεται εφαρμογή των μετασχηματισμών.",
|
||||
"uploadAction": "Μεταφόρτωση επεξεργασμένης εικόνας.",
|
||||
"filters": {
|
||||
"brightness": "Φωτεινότητα",
|
||||
"clip": "Υπερέκθεση (Clip)",
|
||||
"contrast": "Αντίθεση",
|
||||
"exposure": "Έκθεση",
|
||||
"gamma": "Διόρθωση (Gamma)",
|
||||
"hue": "Απόχρωση",
|
||||
"noise": "Θόρυβος",
|
||||
"saturation": "Κορεσμός",
|
||||
"sepia": "Sepia",
|
||||
"sharpen": "Όξυνση",
|
||||
"stackBlur": "Θόλωση (Stack Blur)",
|
||||
"vibrance": "Zωηρότητα (Vibrance)"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Διαύγεια",
|
||||
"concentrate": "Συγκέντρωση",
|
||||
"crossProcess": "Ένταση",
|
||||
"glowingSun": "Λαμπρός ήλιος",
|
||||
"grungy": "Τραχύτητα",
|
||||
"hazyDays": "Θολές ημέρες",
|
||||
"hemingway": "Χέμινγουεϊ",
|
||||
"herMajesty": "Αυτού εξοχότης",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "Λομογραφία",
|
||||
"love": "Αγάπη",
|
||||
"nostalgia": "Νοσταλγία",
|
||||
"oldBoot": "Ψυχρότητα",
|
||||
"orangePeel": "Φλούδα πορτοκαλιού",
|
||||
"pinhole": "Σκοτεινός θάλαμος",
|
||||
"sinCity": "Sin City",
|
||||
"sunrise": "Ανατολή ηλίου",
|
||||
"vintage": "Εποχής"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Συντομεύσεις πληκτρολογίου",
|
||||
"general": {
|
||||
"action": "Εκτέλεση προεπιλεγμένης ενέργειας",
|
||||
"firstItem": "Μεταφορά στο πρώτο αντικείμενο",
|
||||
"focusFilesPane": "Εστίαση στην καρτέλα αρχείων",
|
||||
"focusFoldersPane": "Εστίαση σε καρτέλα φακέλων ή στη διαδρομή (breadcrumbs)",
|
||||
"focusNext": "Εστίαση επόμενης καρτέλας",
|
||||
"focusToolbar": "Εστίαση σε γραμμή εργαλείων",
|
||||
"lastItem": "Μεταφορά στο τελευταίο αντικείμενο",
|
||||
"listShortcuts": "Άνοιγμα αυτού του παραθύρου βοηθείας",
|
||||
"nextItem": "Μεταφορά στο επόμενο αντικείμενο",
|
||||
"previousItem": "Μεταφορά στο προηγούμενο αντικείμενο",
|
||||
"showContextMenu": "Άνοιγμα μενού επιλογών (context menu)",
|
||||
"title": "Γενικό περιβάλλον διεπαφής"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Προσθήκη ή αφαίρεση αρχείου από επάνω στην επιλογή",
|
||||
"addToSelectionBelow": "Προσθήκη ή αφαίρεση αρχείου από κάτω στην επιλογή",
|
||||
"addToSelectionLeft": "Προσθήκη ή αφαίρεση αρχείου από αριστερά στην επιλογή",
|
||||
"addToSelectionRight": "Προσθήκη ή αφαίρεση αρχείου από δεξιά στην επιλογή",
|
||||
"delete": "Διαγραφή αρχείου(ων)",
|
||||
"refresh": "Ανανέωση αρχείων",
|
||||
"rename": "Μετονομασία αρχείου",
|
||||
"selectAll": "Επιλογή όλων των αρχείων",
|
||||
"upload": "Μεταφόρτωση αρχείου(ων)"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Κλείσιμο φακέλου / Μεταφορά στον γονικό φάκελο",
|
||||
"delete": "Διαγραφή φακέλου",
|
||||
"expandOrSubfolder": "Άνοιγμα φακέλου / Μεταφορά στον πρώτο υποφάκελο",
|
||||
"title": "Καρτέλα Φακέλων"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Control",
|
||||
"delete": "Delete",
|
||||
"downArrow": "Κάτω βέλος",
|
||||
"escape": "Escape",
|
||||
"leftArrow": "Αριστερό βέλος",
|
||||
"question": "Ερωτηματικό",
|
||||
"rightArrow": "Δεξί βέλος",
|
||||
"upArrow": "Πάνω βέλος"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ctrl",
|
||||
"del": "del",
|
||||
"end": "end",
|
||||
"home": "home",
|
||||
"shift": "shift"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "en",
|
||||
"common": {
|
||||
"abort": "Abort",
|
||||
"cancel": "Cancel",
|
||||
"choose": "Choose",
|
||||
"close": "Close",
|
||||
"copy": "Copy",
|
||||
"delete": "Delete",
|
||||
"download": "Download",
|
||||
"edit": "Edit",
|
||||
"maximize": "Maximize",
|
||||
"messageTitle": "Information",
|
||||
"minimize": "Minimize",
|
||||
"move": "Move",
|
||||
"newNameDialogTitle": "New Name",
|
||||
"ok": "OK",
|
||||
"pleaseWait": "Please wait.",
|
||||
"rememberDecision": "Remember my decision",
|
||||
"rename": "Rename",
|
||||
"showMore": "Show more",
|
||||
"skip": "Skip",
|
||||
"upload": "Upload",
|
||||
"view": "View"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "m/d/yyyy h:MM aa",
|
||||
"dateAmPm": [
|
||||
"AM",
|
||||
"PM"
|
||||
],
|
||||
"kb": "{size} KB",
|
||||
"mb": "{size} MB",
|
||||
"gb": "{size} GB",
|
||||
"sizePerSecond": "{size}/s",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "Auto-rename",
|
||||
"countMany": "{count} files",
|
||||
"countOne": "1 file",
|
||||
"deleteConfirmation": "Are you sure you want to delete {count} files?",
|
||||
"fileDeleteConfirmation": "Are you sure you want to delete the \"{name}\" file?",
|
||||
"fileRenameExtensionConfirmation": "Are you sure you want to change the file extension? The file may become unusable.",
|
||||
"fileRenameLabel": "Type the new file name: ",
|
||||
"filesPaneTitle": "Files pane",
|
||||
"filesRefresh": "Refreshing files",
|
||||
"filterPlaceholder": "Filter",
|
||||
"gettingFileData": "Getting file data.",
|
||||
"overwrite": "Overwrite",
|
||||
"loadingFilesPane": {
|
||||
"title": "Loading...",
|
||||
"text": "The files are being loaded."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "The folder is empty.",
|
||||
"text": "Use the <strong>Upload</strong> button or <strong>drag and drop</strong> your files here."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "Nothing found.",
|
||||
"text": "Please try using different search criteria."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "Are you sure you want to delete the \"{name}\" folder?",
|
||||
"destinationFolder": "Destination Folder",
|
||||
"newNameLabel": "Type the new folder name: ",
|
||||
"newSubfolder": "New Subfolder",
|
||||
"renameDialogTitle": "Rename Folder",
|
||||
"treeTitle": "Folders tree"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "Copy Here",
|
||||
"errorDialogTitle": "Files that cannot be copied:",
|
||||
"manyFilesDialogTitle": "Copy {count} Files To...",
|
||||
"manyFilesWait": "Copying {count} files.",
|
||||
"oneFileDialogTitle": "Copy File To...",
|
||||
"oneFileWait": "Copying file.",
|
||||
"operationLabel": "Copying Files",
|
||||
"operationSummary": "Number of files copied: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "Move Here",
|
||||
"errorDialogTitle": "Files that cannot be moved:",
|
||||
"manyFilesDialogTitle": "Move {count} Files To...",
|
||||
"manyFilesWait": "Moving {count} files.",
|
||||
"oneFileDialogTitle": "Move File To...",
|
||||
"oneFileWait": "Moving file.",
|
||||
"operationLabel": "Moving Files",
|
||||
"operationSummary": "Number of files moved: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "Add Files",
|
||||
"bytesCountProgress": "({bytesUploaded} of {bytesTotal})",
|
||||
"details": "Details",
|
||||
"filesCountProgress": "{filesUploaded} of {filesTotal}",
|
||||
"progressLabel": "Upload in progress.",
|
||||
"progressMessage": "Uploading...",
|
||||
"selectFileLabel": "Select a file to upload",
|
||||
"selectFiles": "Select files to upload",
|
||||
"success": "Upload finished!",
|
||||
"summary": "Uploaded files: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "Display",
|
||||
"displayDate": "Date",
|
||||
"displayName": "File Name",
|
||||
"displaySize": "File Size",
|
||||
"sortAscending": "Ascending",
|
||||
"sortBy": "Sort by",
|
||||
"sortByOrder": "Order",
|
||||
"sortDescending": "Descending",
|
||||
"thumbnailSize": "Thumbnail Size",
|
||||
"title": "Settings",
|
||||
"viewType": "View",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "List",
|
||||
"viewTypeThumbnails": "Thumbnails"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "Invalid command.",
|
||||
"11": "The resource type was not specified in the request.",
|
||||
"12": "The requested resource type is invalid.",
|
||||
"13": "The connector configuration file is invalid.",
|
||||
"14": "Invalid connector plugin: {pluginName}.",
|
||||
"102": "Invalid file or folder name.",
|
||||
"103": "It was not possible to complete the request due to authorization restrictions.",
|
||||
"104": "It was not possible to complete the request due to file system permission restrictions.",
|
||||
"105": "Invalid file extension.",
|
||||
"109": "Invalid request.",
|
||||
"110": "Unknown error.",
|
||||
"111": "It was not possible to complete the request due to resulting file size.",
|
||||
"115": "A file or folder with the same name already exists.",
|
||||
"116": "Folder not found. Please refresh and try again.",
|
||||
"117": "File not found. Please refresh the files list and try again.",
|
||||
"118": "Source and target paths are equal.",
|
||||
"201": "A file with the same name already exists. The uploaded file was renamed to \"{name}\".",
|
||||
"202": "Invalid file.",
|
||||
"203": "Invalid file. The file size is too big.",
|
||||
"204": "The uploaded file is corrupt.",
|
||||
"205": "No temporary folder is available for upload on the server.",
|
||||
"206": "Upload canceled due to security reasons. The file contains HTML-like data.",
|
||||
"207": "The uploaded file was renamed to \"{name}\".",
|
||||
"300": "Moving file(s) failed.",
|
||||
"301": "Copying file(s) failed.",
|
||||
"302": "Deleting file(s) failed.",
|
||||
"500": "The file browser is disabled for security reasons. Please contact your system administrator and check the CKFinder configuration file.",
|
||||
"501": "Thumbnail support is disabled."
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "The file name cannot contain any of the following characters: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "The file name cannot be empty.",
|
||||
"folderInvalidCharacters": "The folder name cannot contain any of the following characters: {disallowedCharacters}",
|
||||
"incorrectExtension": "File extension is not allowed in this folder.",
|
||||
"missingFile": "The requested file is no longer available.",
|
||||
"missingFolder": "The folder you are trying to reach is no longer available.",
|
||||
"noUploadFolderSelected": "Please select a folder before uploading.",
|
||||
"operationCompleted": "Operation completed with errors.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "It was not possible to complete the request. (Error {number})",
|
||||
"unknownUploadError": "Error sending the file.",
|
||||
"uploadErrors": "Upload finished with errors.",
|
||||
"uploadPermissions": "File upload is not allowed."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Choose Resized",
|
||||
"originalSize": "Original Size",
|
||||
"sizes": {
|
||||
"custom": "Custom",
|
||||
"large": "Large",
|
||||
"max": "Max",
|
||||
"medium": "Medium",
|
||||
"small": "Small"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Adjust",
|
||||
"apply": "Apply",
|
||||
"confirmExit": "Are you sure you want to close? You have unsaved changes to the image.",
|
||||
"crop": "Crop",
|
||||
"downloadAction": "Downloading original image.",
|
||||
"keepAspectRatio": "Keep Aspect Ratio",
|
||||
"loading": "Loading image",
|
||||
"presets": "Presets",
|
||||
"reset": "Reset",
|
||||
"resize": "Resize",
|
||||
"rotate": "Rotate",
|
||||
"rotateAntiClockwise": "90° Left",
|
||||
"rotateClockwise": "90° Right",
|
||||
"save": "Save",
|
||||
"saveDialogFileExists": "File with the same name already exists in folder.",
|
||||
"saveDialogOverwrite": "Overwrite File",
|
||||
"saveDialogSaveAs": "Save as:",
|
||||
"saveDialogTitle": "Save Changes",
|
||||
"title": "Edit Image",
|
||||
"transformationAction": "Applying transformations.",
|
||||
"uploadAction": "Uploading edited image.",
|
||||
"filters": {
|
||||
"brightness": "Brightness",
|
||||
"clip": "Clip",
|
||||
"contrast": "Contrast",
|
||||
"exposure": "Exposure",
|
||||
"gamma": "Gamma",
|
||||
"hue": "Hue",
|
||||
"noise": "Noise",
|
||||
"saturation": "Saturation",
|
||||
"sepia": "Sepia",
|
||||
"sharpen": "Sharpen",
|
||||
"stackBlur": "Blur",
|
||||
"vibrance": "Vibrance"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Clarity",
|
||||
"concentrate": "Concentrate",
|
||||
"crossProcess": "Cross Process",
|
||||
"glowingSun": "Glowing Sun",
|
||||
"grungy": "Grungy",
|
||||
"hazyDays": "Hazy Days",
|
||||
"hemingway": "Hemingway",
|
||||
"herMajesty": "Her Majesty",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "Lomo",
|
||||
"love": "Love",
|
||||
"nostalgia": "Nostalgia",
|
||||
"oldBoot": "Old Boot",
|
||||
"orangePeel": "Orange Peel",
|
||||
"pinhole": "Pinhole",
|
||||
"sinCity": "Sin City",
|
||||
"sunrise": "Sunrise",
|
||||
"vintage": "Vintage"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Keyboard Shortcuts",
|
||||
"general": {
|
||||
"action": "Execute default action",
|
||||
"firstItem": "Go to first item",
|
||||
"focusFilesPane": "Focus files pane",
|
||||
"focusFoldersPane": "Focus folders pane or breadcrumbs",
|
||||
"focusNext": "Focus next pane",
|
||||
"focusToolbar": "Focus toolbar",
|
||||
"lastItem": "Go to last item",
|
||||
"listShortcuts": "Open this help dialog",
|
||||
"nextItem": "Go to next item",
|
||||
"previousItem": "Go to previous item",
|
||||
"showContextMenu": "Open context menu",
|
||||
"title": "General Interface"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Add or remove files above to selection",
|
||||
"addToSelectionBelow": "Add or remove files below to selection",
|
||||
"addToSelectionLeft": "Add or remove file on the left to selection",
|
||||
"addToSelectionRight": "Add or remove file on the right to selection",
|
||||
"delete": "Delete file(s)",
|
||||
"refresh": "Refresh files",
|
||||
"rename": "Rename file",
|
||||
"selectAll": "Select all files",
|
||||
"upload": "Upload file(s)"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Collapse folder / Go to parent folder",
|
||||
"delete": "Delete folder",
|
||||
"expandOrSubfolder": "Expand folder / Go to first subfolder",
|
||||
"title": "Folders Pane"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Control",
|
||||
"delete": "Delete",
|
||||
"downArrow": "Down arrow",
|
||||
"escape": "Escape",
|
||||
"leftArrow": "Left arrow",
|
||||
"question": "Question mark",
|
||||
"rightArrow": "Right arrow",
|
||||
"upArrow": "Up arrow"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ctrl",
|
||||
"del": "del",
|
||||
"end": "end",
|
||||
"home": "home",
|
||||
"shift": "shift"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "eo",
|
||||
"common": {
|
||||
"abort": "Ĉesigu",
|
||||
"cancel": "Rezignu",
|
||||
"choose": "Elektu",
|
||||
"close": "Fermi",
|
||||
"copy": "Kopiu",
|
||||
"delete": "Forigu",
|
||||
"download": "Elŝutu",
|
||||
"edit": "Redakti",
|
||||
"maximize": "Pligrandigi",
|
||||
"messageTitle": "Informo",
|
||||
"minimize": "Malpligrandigi",
|
||||
"move": "Movu",
|
||||
"newNameDialogTitle": "Nova dosiero",
|
||||
"ok": "OK",
|
||||
"pleaseWait": "Bonvolu atendi.",
|
||||
"rememberDecision": "Memoru la decidon",
|
||||
"rename": "Renomu",
|
||||
"showMore": "Montru pli",
|
||||
"skip": "Transsaltu",
|
||||
"upload": "Alŝutu",
|
||||
"view": "Vidu"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "dd/mm/yyyy H:MM",
|
||||
"dateAmPm": [
|
||||
"AM",
|
||||
"PM"
|
||||
],
|
||||
"kb": "{size} KB",
|
||||
"mb": "{size} MB",
|
||||
"gb": "{size} GB",
|
||||
"sizePerSecond": "{size}/s",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "Aŭtomata renomo",
|
||||
"countMany": "{count} dosieroj",
|
||||
"countOne": "1 dosiero",
|
||||
"deleteConfirmation": "Ĉu vi certas, ke vi volas forigi {count} dosierojn?",
|
||||
"fileDeleteConfirmation": "Ĉu vi certas, ke vi volas forigi la dosieron \"{name}\"?",
|
||||
"fileRenameExtensionConfirmation": "Ĉu vi certas, ke vi volas ŝanĝi la dosiernoman finaĵon? La dosiero povus fariĝi neuzebla.",
|
||||
"fileRenameLabel": "Entajpu la novan nomon de la dosiero: ",
|
||||
"filesPaneTitle": "Dosiera fenestro",
|
||||
"filesRefresh": "Aktualigo de dosieroj",
|
||||
"filterPlaceholder": "Filtro",
|
||||
"gettingFileData": "Akiro de dosieraj datumoj.",
|
||||
"overwrite": "Anstataŭigu",
|
||||
"loadingFilesPane": {
|
||||
"title": "Ŝargata...",
|
||||
"text": "La dosieroj estas ŝargataj."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "La dosierujo estas malplena.",
|
||||
"text": "Uzu la <strong>Alŝutan</strong> butonon aŭ <strong>ŝovu kaj demetu</strong> viajn dosierojn tien."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "Nenio trovita.",
|
||||
"text": "Bonvolu provi uzi malsamajn serĉkriteriojn."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "Ĉu vi certas, ke vi volas forigi la \"{name}\"dosierujon?",
|
||||
"destinationFolder": "Celdosierujo",
|
||||
"newNameLabel": "Bonvolu entajpi la nomon de la nova dosierujo: ",
|
||||
"newSubfolder": "Nova subdosierujo",
|
||||
"renameDialogTitle": "Renomu dosierujon",
|
||||
"treeTitle": "Dosieruja arbo"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "Kopiu tien",
|
||||
"errorDialogTitle": "Dosieroj kiujn oni ne povas kopii:",
|
||||
"manyFilesDialogTitle": "Kopiu {count} dosierojn al...",
|
||||
"manyFilesWait": "{count} dosieroj kopiataj.",
|
||||
"oneFileDialogTitle": "Kopiu dosieron al...",
|
||||
"oneFileWait": "Dosiero kopiata.",
|
||||
"operationLabel": "Dosieroj kopiataj",
|
||||
"operationSummary": "Nombro de dosieroj kopiitaj: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "Movu tien",
|
||||
"errorDialogTitle": "Dosieroj kiujn oni ne povas movi:",
|
||||
"manyFilesDialogTitle": "Movu {count} dosierojn al...",
|
||||
"manyFilesWait": "{count} dosieroj movataj.",
|
||||
"oneFileDialogTitle": "Movu dosieron al...",
|
||||
"oneFileWait": "Dosiero movata.",
|
||||
"operationLabel": "Dosieroj movataj",
|
||||
"operationSummary": "Nombro de dosieroj movitaj: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "Almetu dosierojn",
|
||||
"bytesCountProgress": "({bytesUploaded} el {bytesTotal})",
|
||||
"details": "Detaloj",
|
||||
"filesCountProgress": "{filesUploaded} el {filesTotal}",
|
||||
"progressLabel": "Estas alŝutata.",
|
||||
"progressMessage": "Alŝuto okazanta...",
|
||||
"selectFileLabel": "Selektu la alŝutotan dosieron",
|
||||
"selectFiles": "Selektu dosierojn alŝutotajn",
|
||||
"success": "Alŝuto finita!",
|
||||
"summary": "Alŝutitaj dosieroj: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "Vidigo:",
|
||||
"displayDate": "Dato",
|
||||
"displayName": "Dosiernomo",
|
||||
"displaySize": "Dosiergrando",
|
||||
"sortAscending": "Kreska",
|
||||
"sortBy": "Ordigu laŭ",
|
||||
"sortByOrder": "Ordo",
|
||||
"sortDescending": "Malkreska",
|
||||
"thumbnailSize": "Miniaturgrando",
|
||||
"title": "Agordo",
|
||||
"viewType": "Vido",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "Listo",
|
||||
"viewTypeThumbnails": "Miniaturoj"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "Nevalida komando.",
|
||||
"11": "La risurctipo ne estas indikita en la komando.",
|
||||
"12": "La risurctipo ne estas valida.",
|
||||
"13": "La konektila agordodosiero estas ne valida.",
|
||||
"14": "Nevalida konektilo: {pluginName}.",
|
||||
"102": "La dosier- aŭ dosierujnomo ne estas valida.",
|
||||
"103": "Ne eblis plenumi la peton pro rajtaj limigoj.",
|
||||
"104": "Ne eblis plenumi la peton pro atingopermesaj limigoj.",
|
||||
"105": "Nevalida dosiernoma finaĵo.",
|
||||
"109": "Nevalida peto.",
|
||||
"110": "Nekonata eraro.",
|
||||
"111": "Ne eblis plenumi la peton pro dosiergrando.",
|
||||
"115": "Dosiero aŭ dosierujo kun tiu nomo jam ekzistas.",
|
||||
"116": "Tiu dosierujo ne ekzistas. Bonvolu aktualigi kaj reprovi.",
|
||||
"117": "Tiu dosiero ne ekzistas. Bonvolu aktualigi kaj reprovi.",
|
||||
"118": "La vojoj al la fonto kaj al la celo estas samaj.",
|
||||
"201": "Dosiero kun la sama nomo jam ekzistas. La alŝutita dosiero estas renomita al \"{name}\".",
|
||||
"202": "Nevalida dosiero.",
|
||||
"203": "Nevalida dosiero. La grando estas tro alta.",
|
||||
"204": "La alŝutita dosiero estas difektita.",
|
||||
"205": "Neniu provizora dosierujo estas disponebla por alŝuto al la servilo.",
|
||||
"206": "Alŝuto nuligita pro kialoj pri sekureco. La dosiero entenas datenojn de HTMLtipo.",
|
||||
"207": "La alŝutita dosiero estas renomita al \"{name}\".",
|
||||
"300": "La movo de la dosieroj malsukcesis.",
|
||||
"301": "La kopio de la dosieroj malsukcesis.",
|
||||
"302": "La forigo de la dosiero malsukcesis.",
|
||||
"500": "La dosieradministra sistemo estas malvalidigita. Kontaktu vian administranton kaj kontrolu la agordodosieron de CKFinder.",
|
||||
"501": "La eblo de miniaturoj estas malvalidigita."
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "La dosiernomo ne povas enhavi la sekvajn signojn : {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "La dosiernomo ne povas esti malplena.",
|
||||
"folderInvalidCharacters": "La dosierujnomo ne povas enhavi la sekvajn signojn : {disallowedCharacters}",
|
||||
"incorrectExtension": "La dosiernoma finaĵo ne estas permesita en tiu dosierujo.",
|
||||
"missingFile": "La petita dosiero ne plu estas disponebla.",
|
||||
"missingFolder": "La dosierujo, kiun vi provas atingi, ne plu estas disponebla.",
|
||||
"noUploadFolderSelected": "Bonvolu selekti dosierujon antaŭ la alŝuto.",
|
||||
"operationCompleted": "Operacio plenumita kun eraroj.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "Ne eblis plenumi la peton. (Eraro {number})",
|
||||
"unknownUploadError": "Eraro dum la dosieralŝuto.",
|
||||
"uploadErrors": "Alŝuto finita kun eraroj.",
|
||||
"uploadPermissions": "La dosieralŝuto ne estas permesita."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Elektu skalon",
|
||||
"originalSize": "Origina grando",
|
||||
"sizes": {
|
||||
"custom": "Personigita",
|
||||
"large": "Granda",
|
||||
"max": "Plej granda",
|
||||
"medium": "Mezgranda",
|
||||
"small": "Malgranda"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Akomodu",
|
||||
"apply": "Apliku",
|
||||
"confirmExit": "Ĉu vi certas ke vi volas fermi ? Vi havas nekonservitajn ŝanĝojn en la bildo.",
|
||||
"crop": "Pritondu",
|
||||
"downloadAction": "Elŝuto de la origina bildo.",
|
||||
"keepAspectRatio": "Konservu Aspektrejŝon",
|
||||
"loading": "La bildo estas ŝargata",
|
||||
"presets": "Antaŭagordo",
|
||||
"reset": "Rekomencigo",
|
||||
"resize": "Ŝanĝu grandon",
|
||||
"rotate": "Turnu",
|
||||
"rotateAntiClockwise": "90° Maldekstren",
|
||||
"rotateClockwise": "90° Dekstren",
|
||||
"save": "Konservu",
|
||||
"saveDialogFileExists": "Dosiero kun la sama nomo jam ekzistas en dosierujo.",
|
||||
"saveDialogOverwrite": "Anstataŭigu Dosieron",
|
||||
"saveDialogSaveAs": "Konservu kiel:",
|
||||
"saveDialogTitle": "Konservu ŝanĝojn",
|
||||
"title": "Redaktu bildon",
|
||||
"transformationAction": "Apliko de la transformoj.",
|
||||
"uploadAction": "Alŝuto de la redaktita bildo.",
|
||||
"filters": {
|
||||
"brightness": "Brileco",
|
||||
"clip": "Clip",
|
||||
"contrast": "Kontrasto",
|
||||
"exposure": "Ekspono",
|
||||
"gamma": "Gamma",
|
||||
"hue": "Kolortono",
|
||||
"noise": "Bruo",
|
||||
"saturation": "Satureco",
|
||||
"sepia": "Sepia",
|
||||
"sharpen": "Pliakrigo",
|
||||
"stackBlur": "Malklareco",
|
||||
"vibrance": "Vibranco"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Klareco",
|
||||
"concentrate": "Densigitaĵo",
|
||||
"crossProcess": "Krucproceso",
|
||||
"glowingSun": "Arda Suno",
|
||||
"grungy": "Malpura",
|
||||
"hazyDays": "Brumaj Tagoj",
|
||||
"hemingway": "Hemingway",
|
||||
"herMajesty": "Reĝina Moŝto",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "Lomo",
|
||||
"love": "Amo",
|
||||
"nostalgia": "Nostalgio",
|
||||
"oldBoot": "Malnova boto",
|
||||
"orangePeel": "Oranĝŝelo",
|
||||
"pinhole": "Stenopo",
|
||||
"sinCity": "Pekurbo",
|
||||
"sunrise": "Sunleviĝo",
|
||||
"vintage": "Vinberrikolto"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Klavkombinaĵoj",
|
||||
"general": {
|
||||
"action": "Plenumu la defaŭltan agon",
|
||||
"firstItem": "Iru al la unua elemento",
|
||||
"focusFilesPane": "Fokuso al dosiera fenestro",
|
||||
"focusFoldersPane": "Fokuso al dosieruja fenestro aŭ paĝnivela navigo",
|
||||
"focusNext": "Fokuso al la sekva fenestro",
|
||||
"focusToolbar": "Fokuso al ilbreto",
|
||||
"lastItem": "Iru al la lasta elemento",
|
||||
"listShortcuts": "Malfermu tiun helpdialogon",
|
||||
"nextItem": "Iru al la sekva elemento",
|
||||
"previousItem": "Iru al la antaŭa elemento",
|
||||
"showContextMenu": "Malfermu la kuntekstan menuon ",
|
||||
"title": "Ĝenerala interfaco"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Almetu al la selektaĵo aŭ forigu el ĝi suprajn dosierojn",
|
||||
"addToSelectionBelow": "Almetu al la selektaĵo aŭ forigu el ĝi malsuprajn dosierojn",
|
||||
"addToSelectionLeft": "Almetu al la selektaĵo aŭ forigu el ĝi dosierojn de la maldekstra flanko",
|
||||
"addToSelectionRight": "Almetu al la selektaĵo aŭ forigu el ĝi dosierojn de la dekstra flanko",
|
||||
"delete": "Forigu dosiero(j)n",
|
||||
"refresh": "Aktualigu dosierojn",
|
||||
"rename": "Renomu dosieron",
|
||||
"selectAll": "Selektu ĉiujn dosierojn",
|
||||
"upload": "Alŝutu dosiero(j)n"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Maletendu dosierujon / Iru al la patra dosierujo",
|
||||
"delete": "Forigi dosierujon",
|
||||
"expandOrSubfolder": "Etendu dosierujon / Iru al la unua subdosierujo",
|
||||
"title": "Dosieruja fenestro"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Stirklavo",
|
||||
"delete": "Foriga klavo",
|
||||
"downArrow": "Sago malsupren",
|
||||
"escape": "Eskapa klavo",
|
||||
"leftArrow": "Sago maldekstren",
|
||||
"question": "Demandosigno",
|
||||
"rightArrow": "Sago dekstren",
|
||||
"upArrow": "Sago supren"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ctrl",
|
||||
"del": "del",
|
||||
"end": "fino",
|
||||
"home": "hejmo",
|
||||
"shift": "maj"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "es-mx",
|
||||
"common": {
|
||||
"abort": "Abort",
|
||||
"cancel": "Cancelar",
|
||||
"choose": "Choose",
|
||||
"close": "Cerrar",
|
||||
"copy": "Copy",
|
||||
"delete": "Borrar",
|
||||
"download": "Descargar",
|
||||
"edit": "Editar",
|
||||
"maximize": "Maximize",
|
||||
"messageTitle": "Información",
|
||||
"minimize": "Minimize",
|
||||
"move": "Move",
|
||||
"newNameDialogTitle": "Nuevo nombre",
|
||||
"ok": "OK",
|
||||
"pleaseWait": "Please wait.",
|
||||
"rememberDecision": "Recordar mi decisión",
|
||||
"rename": "Renombrar",
|
||||
"showMore": "Show more",
|
||||
"skip": "Omitir",
|
||||
"upload": "Añadir",
|
||||
"view": "Ver"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "dd/mm/yyyy H:MM",
|
||||
"dateAmPm": [
|
||||
"AM",
|
||||
"PM"
|
||||
],
|
||||
"kb": "{size} KB",
|
||||
"mb": "{size} MB",
|
||||
"gb": "{size} GB",
|
||||
"sizePerSecond": "{size}/s",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "Auto-renombrar",
|
||||
"countMany": "{count} archivos",
|
||||
"countOne": "1 archivo",
|
||||
"deleteConfirmation": "Are you sure you want to delete {count} files?",
|
||||
"fileDeleteConfirmation": "¿Está seguro de que quiere borrar el archivo \"{name}\".?",
|
||||
"fileRenameExtensionConfirmation": "¿Está seguro de querer cambiar la extensión del archivo? El archivo puede dejar de ser usable.",
|
||||
"fileRenameLabel": "Por favor, escriba el nuevo nombre del archivo: ",
|
||||
"filesPaneTitle": "Files pane",
|
||||
"filesRefresh": "Refreshing files",
|
||||
"filterPlaceholder": "Filter",
|
||||
"gettingFileData": "Getting file data.",
|
||||
"overwrite": "Sobreescribir",
|
||||
"loadingFilesPane": {
|
||||
"title": "Loading...",
|
||||
"text": "The files are being loaded."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "The folder is empty.",
|
||||
"text": "Use the <strong>Upload</strong> button or <strong>drag and drop</strong> your files here."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "Nothing found.",
|
||||
"text": "Please try using different search criteria."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "¿Está seguro de que quiere borrar la carpeta \"{name}\"?",
|
||||
"destinationFolder": "Destination Folder",
|
||||
"newNameLabel": "Por favor, escriba el nombre para la nueva carpeta: ",
|
||||
"newSubfolder": "Nueva Subcarpeta",
|
||||
"renameDialogTitle": "Rename Folder",
|
||||
"treeTitle": "Folders tree"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "Copiar aquí",
|
||||
"errorDialogTitle": "Files that cannot be copied:",
|
||||
"manyFilesDialogTitle": "Copy {count} Files To...",
|
||||
"manyFilesWait": "Copying {count} files.",
|
||||
"oneFileDialogTitle": "Copy File To...",
|
||||
"oneFileWait": "Copying file.",
|
||||
"operationLabel": "Copying Files",
|
||||
"operationSummary": "Number of files copied: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "Mover aquí",
|
||||
"errorDialogTitle": "Files that cannot be moved:",
|
||||
"manyFilesDialogTitle": "Move {count} Files To...",
|
||||
"manyFilesWait": "Moving {count} files.",
|
||||
"oneFileDialogTitle": "Move File To...",
|
||||
"oneFileWait": "Moving file.",
|
||||
"operationLabel": "Moving Files",
|
||||
"operationSummary": "Number of files moved: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "Añadir archivos",
|
||||
"bytesCountProgress": "({bytesUploaded} of {bytesTotal})",
|
||||
"details": "Details",
|
||||
"filesCountProgress": "{filesUploaded} of {filesTotal}",
|
||||
"progressLabel": "Subida en progreso.",
|
||||
"progressMessage": "Uploading...",
|
||||
"selectFileLabel": "Elija el archivo a subir",
|
||||
"selectFiles": "Select files to upload",
|
||||
"success": "Upload finished!",
|
||||
"summary": "Uploaded files: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "Mostrar:",
|
||||
"displayDate": "Fecha",
|
||||
"displayName": "Nombre de archivo",
|
||||
"displaySize": "Tamaño del archivo",
|
||||
"sortAscending": "Ascending",
|
||||
"sortBy": "Sort by",
|
||||
"sortByOrder": "Order",
|
||||
"sortDescending": "Descending",
|
||||
"thumbnailSize": "Thumbnail Size",
|
||||
"title": "Configuración",
|
||||
"viewType": "View",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "List",
|
||||
"viewTypeThumbnails": "Thumbnails"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "Comando incorrecto.",
|
||||
"11": "El tipo de recurso no ha sido especificado en la solicitud.",
|
||||
"12": "El tipo de recurso solicitado no es válido.",
|
||||
"13": "The connector configuration file is invalid.",
|
||||
"14": "Invalid connector plugin: {pluginName}.",
|
||||
"102": "Nombre de archivo o carpeta no válido.",
|
||||
"103": "No se ha podido completar la solicitud debido a las restricciones de autorización.",
|
||||
"104": "No ha sido posible completar la solicitud debido a restricciones en el sistema de archivos.",
|
||||
"105": "La extensión del archivo no es válida.",
|
||||
"109": "Petición inválida.",
|
||||
"110": "Error desconocido.",
|
||||
"111": "It was not possible to complete the request due to resulting file size.",
|
||||
"115": "Ya existe un archivo o carpeta con ese nombre.",
|
||||
"116": "No se ha encontrado la carpeta. Por favor, actualice y pruebe de nuevo.",
|
||||
"117": "No se ha encontrado el archivo. Por favor, actualice la lista de archivos y pruebe de nuevo.",
|
||||
"118": "Las rutas origen y destino son iguales.",
|
||||
"201": "Ya existía un archivo con ese nombre. El archivo subido ha sido renombrado como \"{name}\".",
|
||||
"202": "Archivo inválido.",
|
||||
"203": "Archivo inválido. El tamaño es demasiado grande.",
|
||||
"204": "El archivo subido está corrupto.",
|
||||
"205": "La carpeta temporal no está disponible en el servidor para las subidas.",
|
||||
"206": "La subida se ha cancelado por razones de seguridad. El archivo contenía código HTML.",
|
||||
"207": "El archivo subido ha sido renombrado como \"{name}\".",
|
||||
"300": "Ha fallado el mover el(los) archivo(s).",
|
||||
"301": "Ha fallado el copiar el(los) archivo(s).",
|
||||
"302": "Deleting file(s) failed.",
|
||||
"500": "El navegador de archivos está deshabilitado por razones de seguridad. Por favor, contacte con el administrador de su sistema y compruebe el archivo de configuración de CKFinder.",
|
||||
"501": "El soporte para iconos está deshabilitado."
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "El nombre del archivo no puede contener ninguno de los caracteres siguientes: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "The file name cannot be empty.",
|
||||
"folderInvalidCharacters": "El nombre de la carpeta no puede contener ninguno de los caracteres siguientes: {disallowedCharacters}",
|
||||
"incorrectExtension": "La extensión del archivo no está permitida en esta carpeta.",
|
||||
"missingFile": "The requested file is no longer available.",
|
||||
"missingFolder": "The folder you are trying to reach is no longer available.",
|
||||
"noUploadFolderSelected": "Por favor, escoja la carpeta antes de iniciar la subida.",
|
||||
"operationCompleted": "Operation completed with errors.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "No ha sido posible completar la solicitud. (Error {number})",
|
||||
"unknownUploadError": "Error enviando el archivo.",
|
||||
"uploadErrors": "Upload finished with errors.",
|
||||
"uploadPermissions": "No puede subir archivos."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Choose Resized",
|
||||
"originalSize": "Original Size",
|
||||
"sizes": {
|
||||
"custom": "Custom",
|
||||
"large": "Large",
|
||||
"max": "Max",
|
||||
"medium": "Medium",
|
||||
"small": "Small"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Adjust",
|
||||
"apply": "Apply",
|
||||
"confirmExit": "Are you sure you want to close? You have unsaved changes to the image.",
|
||||
"crop": "Crop",
|
||||
"downloadAction": "Downloading original image.",
|
||||
"keepAspectRatio": "Keep Aspect Ratio",
|
||||
"loading": "Loading image",
|
||||
"presets": "Presets",
|
||||
"reset": "Reset",
|
||||
"resize": "Resize",
|
||||
"rotate": "Rotate",
|
||||
"rotateAntiClockwise": "90° Left",
|
||||
"rotateClockwise": "90° Right",
|
||||
"save": "Save",
|
||||
"saveDialogFileExists": "File with the same name already exists in folder.",
|
||||
"saveDialogOverwrite": "Overwrite File",
|
||||
"saveDialogSaveAs": "Save as:",
|
||||
"saveDialogTitle": "Save Changes",
|
||||
"title": "Edit Image",
|
||||
"transformationAction": "Applying transformations.",
|
||||
"uploadAction": "Uploading edited image.",
|
||||
"filters": {
|
||||
"brightness": "Brightness",
|
||||
"clip": "Clip",
|
||||
"contrast": "Contrast",
|
||||
"exposure": "Exposure",
|
||||
"gamma": "Gamma",
|
||||
"hue": "Hue",
|
||||
"noise": "Noise",
|
||||
"saturation": "Saturation",
|
||||
"sepia": "Sepia",
|
||||
"sharpen": "Sharpen",
|
||||
"stackBlur": "Blur",
|
||||
"vibrance": "Vibrance"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Clarity",
|
||||
"concentrate": "Concentrate",
|
||||
"crossProcess": "Cross Process",
|
||||
"glowingSun": "Glowing Sun",
|
||||
"grungy": "Grungy",
|
||||
"hazyDays": "Hazy Days",
|
||||
"hemingway": "Hemingway",
|
||||
"herMajesty": "Her Majesty",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "Lomo",
|
||||
"love": "Love",
|
||||
"nostalgia": "Nostalgia",
|
||||
"oldBoot": "Old Boot",
|
||||
"orangePeel": "Orange Peel",
|
||||
"pinhole": "Pinhole",
|
||||
"sinCity": "Sin City",
|
||||
"sunrise": "Sunrise",
|
||||
"vintage": "Vintage"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Keyboard Shortcuts",
|
||||
"general": {
|
||||
"action": "Execute default action",
|
||||
"firstItem": "Go to first item",
|
||||
"focusFilesPane": "Focus files pane",
|
||||
"focusFoldersPane": "Focus folders pane or breadcrumbs",
|
||||
"focusNext": "Focus next pane",
|
||||
"focusToolbar": "Focus toolbar",
|
||||
"lastItem": "Go to last item",
|
||||
"listShortcuts": "Open this help dialog",
|
||||
"nextItem": "Go to next item",
|
||||
"previousItem": "Go to previous item",
|
||||
"showContextMenu": "Open context menu",
|
||||
"title": "General Interface"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Add or remove files above to selection",
|
||||
"addToSelectionBelow": "Add or remove files below to selection",
|
||||
"addToSelectionLeft": "Add or remove file on the left to selection",
|
||||
"addToSelectionRight": "Add or remove file on the right to selection",
|
||||
"delete": "Delete file(s)",
|
||||
"refresh": "Refresh files",
|
||||
"rename": "Rename file",
|
||||
"selectAll": "Select all files",
|
||||
"upload": "Upload file(s)"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Collapse folder / Go to parent folder",
|
||||
"delete": "Delete folder",
|
||||
"expandOrSubfolder": "Expand folder / Go to first subfolder",
|
||||
"title": "Folders Pane"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Control",
|
||||
"delete": "Delete",
|
||||
"downArrow": "Down arrow",
|
||||
"escape": "Escape",
|
||||
"leftArrow": "Left arrow",
|
||||
"question": "Question mark",
|
||||
"rightArrow": "Right arrow",
|
||||
"upArrow": "Up arrow"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ctrl",
|
||||
"del": "del",
|
||||
"end": "end",
|
||||
"home": "home",
|
||||
"shift": "shift"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "es",
|
||||
"common": {
|
||||
"abort": "Abortar",
|
||||
"cancel": "Cancelar",
|
||||
"choose": "Seleccionar",
|
||||
"close": "Cerrar",
|
||||
"copy": "Copiar",
|
||||
"delete": "Borrar",
|
||||
"download": "Descargar",
|
||||
"edit": "Editar",
|
||||
"maximize": "Maximizar",
|
||||
"messageTitle": "Información",
|
||||
"minimize": "Minimizar",
|
||||
"move": "Mover",
|
||||
"newNameDialogTitle": "Nuevo nombre",
|
||||
"ok": "Ok",
|
||||
"pleaseWait": "Por favor espere.",
|
||||
"rememberDecision": "Recordar mi decisión",
|
||||
"rename": "Renombrar",
|
||||
"showMore": "Mostrar más",
|
||||
"skip": "Omitir",
|
||||
"upload": "Añadir",
|
||||
"view": "Ver"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "dd/mm/yyyy H:MM",
|
||||
"dateAmPm": [
|
||||
"AM",
|
||||
"PM"
|
||||
],
|
||||
"kb": "{size} KB",
|
||||
"mb": "{size} MB",
|
||||
"gb": "{size} GB",
|
||||
"sizePerSecond": "{size}/s",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "Auto-renombrar",
|
||||
"countMany": "{count} ficheros",
|
||||
"countOne": "1 fichero",
|
||||
"deleteConfirmation": "¿Está seguro de que quiere borrar {count} ficheros?",
|
||||
"fileDeleteConfirmation": "¿Está seguro de que quiere borrar el fichero \"{name}\"?",
|
||||
"fileRenameExtensionConfirmation": "¿Está seguro de querer cambiar la extensión del fichero? El fichero puede dejar de ser usable.",
|
||||
"fileRenameLabel": "Por favor, escriba el nuevo nombre del fichero: ",
|
||||
"filesPaneTitle": "Panel de ficheros",
|
||||
"filesRefresh": "Actualizando ficheros",
|
||||
"filterPlaceholder": "Filtro",
|
||||
"gettingFileData": "Obteniendo los datos del fichero. Por favor espere.",
|
||||
"overwrite": "Sobreescribir",
|
||||
"loadingFilesPane": {
|
||||
"title": "Cargando...",
|
||||
"text": "Por favor espere. Los ficheros están siendo cargados."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "La carpeta está vacía.",
|
||||
"text": "Use el botón <strong>Subir</strong> o <strong>arrastre y suelte</strong> sus ficheros aquí."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "No hay resultados.",
|
||||
"text": "Por favor, pruebe usando otro criterio de búsqueda."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "¿Está seguro de que quiere borrar la carpeta \"{name}\"?",
|
||||
"destinationFolder": "Carpeta de destino",
|
||||
"newNameLabel": "Por favor, escriba el nombre para la nueva carpeta: ",
|
||||
"newSubfolder": "Nueva Subcarpeta",
|
||||
"renameDialogTitle": "Renombrar carpeta",
|
||||
"treeTitle": "Árbol de carpetas"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "Copiar aquí",
|
||||
"errorDialogTitle": "Ficheros que no pueden ser copiados:",
|
||||
"manyFilesDialogTitle": "Copiar {count} Archivos A...",
|
||||
"manyFilesWait": "Copiando {count} ficheros. Por favor espere.",
|
||||
"oneFileDialogTitle": "Copiar Fichero A...",
|
||||
"oneFileWait": "Copiando fichero. Por favor espere.",
|
||||
"operationLabel": "Copiando Ficheros",
|
||||
"operationSummary": "Número de ficheros copiados: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "Mover aquí",
|
||||
"errorDialogTitle": "Ficheros que no pueden ser movidos:",
|
||||
"manyFilesDialogTitle": "Mover {count} Ficheros A...",
|
||||
"manyFilesWait": "Moviendo {count} ficheros. Por favor espere.",
|
||||
"oneFileDialogTitle": "Mover Fichero A...",
|
||||
"oneFileWait": "Moviendo fichero. Por favor espere.",
|
||||
"operationLabel": "Moviendo Ficheros",
|
||||
"operationSummary": "Número de ficheros movidos: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "Añadir ficheros",
|
||||
"bytesCountProgress": "({bytesUploaded} de {bytesTotal})",
|
||||
"details": "Detalles",
|
||||
"filesCountProgress": "{filesUploaded} de {filesTotal}",
|
||||
"progressLabel": "Subida en progreso.",
|
||||
"progressMessage": "Subiendo...",
|
||||
"selectFileLabel": "Elija el fichero a subir",
|
||||
"selectFiles": "Elije los ficheros para subir",
|
||||
"success": "¡Subida terminada!",
|
||||
"summary": "Ficheros añadidos: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "Mostrar:",
|
||||
"displayDate": "Fecha",
|
||||
"displayName": "Nombre de fichero",
|
||||
"displaySize": "Tamaño del fichero",
|
||||
"sortAscending": "Ascendente",
|
||||
"sortBy": "Ordenar por",
|
||||
"sortByOrder": "Orden",
|
||||
"sortDescending": "Descendente",
|
||||
"thumbnailSize": "Tamaño de miniatura",
|
||||
"title": "Configuración",
|
||||
"viewType": "Vista",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "Lista",
|
||||
"viewTypeThumbnails": "Miniaturas"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "Comando incorrecto.",
|
||||
"11": "El tipo de recurso no ha sido especificado en la solicitud.",
|
||||
"12": "El tipo de recurso solicitado no es válido.",
|
||||
"13": "El archivo de configuración del conector no es válido.",
|
||||
"14": "Plugin del conector inválido: {pluginName}.",
|
||||
"102": "Nombre de fichero o carpeta no válido.",
|
||||
"103": "No se ha podido completar la solicitud debido a las restricciones de autorización.",
|
||||
"104": "No ha sido posible completar la solicitud debido a restricciones en el sistema de ficheros.",
|
||||
"105": "La extensión del archivo no es válida.",
|
||||
"109": "Petición inválida.",
|
||||
"110": "Error desconocido.",
|
||||
"111": "No fué posible completar la petición debido al tamaño del fichero.",
|
||||
"115": "Ya existe un fichero o carpeta con ese nombre.",
|
||||
"116": "No se ha encontrado la carpeta. Por favor, actualice y pruebe de nuevo.",
|
||||
"117": "No se ha encontrado el fichero. Por favor, actualice la lista de ficheros y pruebe de nuevo.",
|
||||
"118": "Las rutas origen y destino son iguales.",
|
||||
"201": "Ya existía un fichero con ese nombre. El fichero subido ha sido renombrado como \"{name}\".",
|
||||
"202": "Fichero inválido.",
|
||||
"203": "Fichero inválido. El tamaño es demasiado grande.",
|
||||
"204": "El fichero subido está corrupto.",
|
||||
"205": "La carpeta temporal no está disponible en el servidor para las subidas.",
|
||||
"206": "La subida se ha cancelado por razones de seguridad. El fichero contenía código HTML.",
|
||||
"207": "El fichero subido ha sido renombrado como \"{name}\".",
|
||||
"300": "Ha fallado el mover el(los) fichero(s).",
|
||||
"301": "Ha fallado el copiar el(los) fichero(s).",
|
||||
"302": "Ha fallado la eliminación de el/los fichero(s).",
|
||||
"500": "El navegador de archivos está deshabilitado por razones de seguridad. Por favor, contacte con el administrador de su sistema y compruebe el fichero de configuración de CKFinder.",
|
||||
"501": "El soporte para iconos está deshabilitado."
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "El nombre del fichero no puede contener ninguno de los caracteres siguientes: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "El fichero no puede estar vacío.",
|
||||
"folderInvalidCharacters": "El nombre de la carpeta no puede contener ninguno de los caracteres siguientes: {disallowedCharacters}",
|
||||
"incorrectExtension": "La extensión del fichero no está permitida en esta carpeta.",
|
||||
"missingFile": "El fichero solicitado ya no está disponible.",
|
||||
"missingFolder": "La carpeta a la que estás intentando acceder ya no está disponible.",
|
||||
"noUploadFolderSelected": "Por favor, escoja la carpeta antes de iniciar la subida.",
|
||||
"operationCompleted": "Operación completada con errores.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "No ha sido posible completar la solicitud. (Error {number})",
|
||||
"unknownUploadError": "Error enviando el fichero.",
|
||||
"uploadErrors": "Subida terminada con errores.",
|
||||
"uploadPermissions": "No puede subir ficheros."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Seleccionar Escalado",
|
||||
"originalSize": "Tamaño original",
|
||||
"sizes": {
|
||||
"custom": "Personalizado",
|
||||
"large": "Grande",
|
||||
"max": "Max",
|
||||
"medium": "Mediano",
|
||||
"small": "Pequeño"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Ajustar",
|
||||
"apply": "Aplicar",
|
||||
"confirmExit": "¿Seguro que quieres cerrar? Tienes cambios sin guardar en la imagen.",
|
||||
"crop": "Recortar",
|
||||
"downloadAction": "Descargando imagen original.",
|
||||
"keepAspectRatio": "Mantener el ratio de aspecto",
|
||||
"loading": "Cargando imagen",
|
||||
"presets": "Ajustes preestablecidos",
|
||||
"reset": "Reset",
|
||||
"resize": "Redimensionar",
|
||||
"rotate": "Rotar",
|
||||
"rotateAntiClockwise": "90° Izquierda",
|
||||
"rotateClockwise": "90° Derecha",
|
||||
"save": "Guardar",
|
||||
"saveDialogFileExists": "Ya existe un archivo con el mismo nombre en la carpeta.",
|
||||
"saveDialogOverwrite": "Sobreescribir archvio",
|
||||
"saveDialogSaveAs": "Guardar como:",
|
||||
"saveDialogTitle": "Guardar cambios",
|
||||
"title": "Editar Imagen",
|
||||
"transformationAction": "Aplicando transformaciones.",
|
||||
"uploadAction": "Subiendo imagen editada.",
|
||||
"filters": {
|
||||
"brightness": "Brillo",
|
||||
"clip": "Clip",
|
||||
"contrast": "Contraste",
|
||||
"exposure": "Exposición",
|
||||
"gamma": "Gama",
|
||||
"hue": "Matiz",
|
||||
"noise": "Ruido",
|
||||
"saturation": "Saturación",
|
||||
"sepia": "Sepia",
|
||||
"sharpen": "Enfocar",
|
||||
"stackBlur": "Desenfocar",
|
||||
"vibrance": "Vibrance"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Claridad",
|
||||
"concentrate": "Concentrado",
|
||||
"crossProcess": "Proceso cruzado",
|
||||
"glowingSun": "Soleado",
|
||||
"grungy": "Sucio",
|
||||
"hazyDays": "Nublado",
|
||||
"hemingway": "Hemingway",
|
||||
"herMajesty": "Su Majestad",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "Lomo",
|
||||
"love": "Amor",
|
||||
"nostalgia": "Nostalgia",
|
||||
"oldBoot": "Bota vieja",
|
||||
"orangePeel": "Piel de naranja",
|
||||
"pinhole": "Camara oscura",
|
||||
"sinCity": "Sin City",
|
||||
"sunrise": "Atarceder",
|
||||
"vintage": "Vintage"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Atajos de teclado",
|
||||
"general": {
|
||||
"action": "Ejecutar acción por defecto",
|
||||
"firstItem": "Ir al primer elemento",
|
||||
"focusFilesPane": "Foco en panel de archivos",
|
||||
"focusFoldersPane": "Foco en panel de carpetas",
|
||||
"focusNext": "Foco en siguiente panel",
|
||||
"focusToolbar": "Foco en barra de herramientas",
|
||||
"lastItem": "Ir al último elemento",
|
||||
"listShortcuts": "Abrir este dialogo de ayuda",
|
||||
"nextItem": "Ir al elemento siguiente",
|
||||
"previousItem": "Ir al elemento anterior",
|
||||
"showContextMenu": "Abrir menú contextual",
|
||||
"title": "Panel principal"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Añadir o eliminar ficheros encima de la selección",
|
||||
"addToSelectionBelow": "Añadir o eliminar ficheros debajo de la selección",
|
||||
"addToSelectionLeft": "Añadir o eliminar ficheros a la izquierda de la selección",
|
||||
"addToSelectionRight": "Añadir o eliminar ficheros a la derecha de la selección",
|
||||
"delete": "Eliminar fichero(s)",
|
||||
"refresh": "Actualizar fichero",
|
||||
"rename": "Renombrar fichero",
|
||||
"selectAll": "Seleccionar todos los ficheros",
|
||||
"upload": "Subir fichero(s)"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Contraer carpeta / Ir a la carpeta superior",
|
||||
"delete": "Eliminar carpeta",
|
||||
"expandOrSubfolder": "Expandir carpeta / Ir a la primera subcarpeta",
|
||||
"title": "Panel de carpetas"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Control",
|
||||
"delete": "Suprimir",
|
||||
"downArrow": "Flecha abajo",
|
||||
"escape": "Escape",
|
||||
"leftArrow": "Flecha Izquierda",
|
||||
"question": "Signo de interrogación",
|
||||
"rightArrow": "Flecha derecha",
|
||||
"upArrow": "Flecha arriba"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ctrl",
|
||||
"del": "supr",
|
||||
"end": "fin",
|
||||
"home": "home",
|
||||
"shift": "mayus."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "et",
|
||||
"common": {
|
||||
"abort": "Abort",
|
||||
"cancel": "Loobu",
|
||||
"choose": "Vali",
|
||||
"close": "Sulge",
|
||||
"copy": "Kopeeri",
|
||||
"delete": "Kustuta",
|
||||
"download": "Laadi alla",
|
||||
"edit": "Muuda",
|
||||
"maximize": "Maximize",
|
||||
"messageTitle": "Andmed",
|
||||
"minimize": "Minimize",
|
||||
"move": "Liiguta",
|
||||
"newNameDialogTitle": "Uue nime andmine",
|
||||
"ok": "OK",
|
||||
"pleaseWait": "Palun oota.",
|
||||
"rememberDecision": "Jäta valik meelde",
|
||||
"rename": "Muuda nime",
|
||||
"showMore": "Näita veel",
|
||||
"skip": "Jäta vahele",
|
||||
"upload": "Laadi üles",
|
||||
"view": "Kuva"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "yyyy-mm-dd H:MM",
|
||||
"dateAmPm": [
|
||||
"eL",
|
||||
"pL"
|
||||
],
|
||||
"kb": "{size} KB",
|
||||
"mb": "{size} MB",
|
||||
"gb": "{size} GB",
|
||||
"sizePerSecond": "{size}/s",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "Muuda automaatselt nime",
|
||||
"countMany": "{count} faili",
|
||||
"countOne": "1 fail",
|
||||
"deleteConfirmation": "Kas tahad kindlasti kustutada {count} faili?",
|
||||
"fileDeleteConfirmation": "Kas tahad kindlasti kustutada faili \"{name}\"?",
|
||||
"fileRenameExtensionConfirmation": "Kas tahad kindlasti faili laiendit muuta? Fail võib muutuda kasutamatuks.",
|
||||
"fileRenameLabel": "Palun sisesta faili uus nimi: ",
|
||||
"filesPaneTitle": "Failide paneel",
|
||||
"filesRefresh": "Failide värskendamine",
|
||||
"filterPlaceholder": "Filter",
|
||||
"gettingFileData": "Faili andmete hankimine.",
|
||||
"overwrite": "Kirjuta üle",
|
||||
"loadingFilesPane": {
|
||||
"title": "Laadimine...",
|
||||
"text": "Faile laaditakse."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "Kaust on tühi.",
|
||||
"text": "Kasuta <strong>Laadi üles</strong> nuppu või <strong>lohista</strong> oma failid siia."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "Midagi ei leitud.",
|
||||
"text": "Proovi kasutada mingit muud otsingusõna."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "Kas tahad kindlasti kausta \"{name}\" kustutada?",
|
||||
"destinationFolder": "Sihtkaust",
|
||||
"newNameLabel": "Palun sisesta uue kataloogi nimi: ",
|
||||
"newSubfolder": "Uus alamkaust",
|
||||
"renameDialogTitle": "Nimeta kaust ümber",
|
||||
"treeTitle": "Kaustade paneel"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "Kopeeri siia",
|
||||
"errorDialogTitle": "Failid, mida ei saanud kopeerida:",
|
||||
"manyFilesDialogTitle": "Kopeeri {count} faili kausta...",
|
||||
"manyFilesWait": "{count} faili kopeerimine.",
|
||||
"oneFileDialogTitle": "Kopeeri fail kausta...",
|
||||
"oneFileWait": "Faili kopeerimine.",
|
||||
"operationLabel": "Failide kopeerimine",
|
||||
"operationSummary": "Kopeeritud failide arv: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "Liiguta siia",
|
||||
"errorDialogTitle": "Failid, mida ei saanud liigutada:",
|
||||
"manyFilesDialogTitle": "Liiguta {count} faili kausta...",
|
||||
"manyFilesWait": "{count} faili liigutamine.",
|
||||
"oneFileDialogTitle": "Liiguta fail kausta...",
|
||||
"oneFileWait": "Faili liigutamine.",
|
||||
"operationLabel": "Failide liigutamine",
|
||||
"operationSummary": "Liigutatud failide arv: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "Lisa faile",
|
||||
"bytesCountProgress": "({bytesUploaded} / {bytesTotal})",
|
||||
"details": "Andmed",
|
||||
"filesCountProgress": "{filesUploaded} / {filesTotal}",
|
||||
"progressLabel": "Üleslaadimine.",
|
||||
"progressMessage": "Üleslaadimine...",
|
||||
"selectFileLabel": "Vali üleslaadimiseks fail",
|
||||
"selectFiles": "Vali üleslaadimiseks failid",
|
||||
"success": "Üleslaadimine lõpetati!",
|
||||
"summary": "Üleslaaditud faile: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "Kuva:",
|
||||
"displayDate": "Kuupäev",
|
||||
"displayName": "Faili nimi",
|
||||
"displaySize": "Faili suurus",
|
||||
"sortAscending": "Ascending",
|
||||
"sortBy": "Sort by",
|
||||
"sortByOrder": "Order",
|
||||
"sortDescending": "Descending",
|
||||
"thumbnailSize": "Pisipildi suurus",
|
||||
"title": "Sätted",
|
||||
"viewType": "View",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "List",
|
||||
"viewTypeThumbnails": "Thumbnails"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "Vigane käsk.",
|
||||
"11": "Allika liik polnud päringus määratud.",
|
||||
"12": "Päritud liik pole sobiv.",
|
||||
"13": "Konnektori seadistusfail on vigane.",
|
||||
"14": "Vigane konnektorplugin: {pluginName}.",
|
||||
"102": "Sobimatu faili või kausta nimi.",
|
||||
"103": "Piiratud õiguste tõttu polnud võimalik päringut lõpetada.",
|
||||
"104": "Failisüsteemi piiratud õiguste tõttu polnud võimalik päringut lõpetada.",
|
||||
"105": "Sobimatu faililaiend.",
|
||||
"109": "Vigane päring.",
|
||||
"110": "Tundmatu viga.",
|
||||
"111": "Päringut polnud võimalik täita tekkiva faili suuruse tõttu.",
|
||||
"115": "Sellenimeline fail või kaust on juba olemas.",
|
||||
"116": "Kausta ei leitud. Palun värskenda lehte ja proovi uuesti.",
|
||||
"117": "Faili ei leitud. Palun värskenda lehte ja proovi uuesti.",
|
||||
"118": "Lähte- ja sihtasukoht on sama.",
|
||||
"201": "Samanimeline fail on juba olemas. Üles laaditud faili nimeks pandi \"{name}\".",
|
||||
"202": "Vigane fail.",
|
||||
"203": "Vigane fail. Fail on liiga suur.",
|
||||
"204": "Üleslaaditud fail on rikutud.",
|
||||
"205": "Serverisse üleslaadimiseks pole ühtegi ajutiste failide kataloogi.",
|
||||
"206": "Üleslaadimine katkestati turvakaalutlustel. Fail sisaldab HTMLi sarnaseid andmeid.",
|
||||
"207": "Üleslaaditud faili nimeks pandi \"{name}\".",
|
||||
"300": "Faili(de) liigutamine nurjus.",
|
||||
"301": "Faili(de) kopeerimine nurjus.",
|
||||
"302": "Faili(de) kustutamine nurjus.",
|
||||
"500": "Failide sirvija on turvakaalutlustel keelatud. Palun võta ühendust oma süsteemi administraatoriga ja kontrolli CKFinderi seadistusfaili.",
|
||||
"501": "Pisipiltide tugi on keelatud."
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "Faili nimi ei tohi sisaldada ühtegi järgnevatest märkidest: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "The file name cannot be empty.",
|
||||
"folderInvalidCharacters": "Faili nimi ei tohi sisaldada ühtegi järgnevatest märkidest: {disallowedCharacters}",
|
||||
"incorrectExtension": "Selline faili laiend pole selles kaustas lubatud.",
|
||||
"missingFile": "Faili, mida püüad avada, pole enam saadaval.",
|
||||
"missingFolder": "Kausta, mida püüad avada, pole enam olemas.",
|
||||
"noUploadFolderSelected": "Palun vali enne üleslaadimist kataloog.",
|
||||
"operationCompleted": "Otsing lõpetati vigadega.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "Päringu täitmine polnud võimalik. (Viga {number})",
|
||||
"unknownUploadError": "Viga faili saatmisel.",
|
||||
"uploadErrors": "Üleslaadimine lõpetati vigadega.",
|
||||
"uploadPermissions": "Failide üleslaadimine pole lubatud."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Vali skaleerimine",
|
||||
"originalSize": "Originaalsuurus",
|
||||
"sizes": {
|
||||
"custom": "Kohandatud",
|
||||
"large": "Suur",
|
||||
"max": "Maksimaalne",
|
||||
"medium": "Keskmine",
|
||||
"small": "Väike"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Värvid",
|
||||
"apply": "Nõus",
|
||||
"confirmExit": "Kas tahad ikka sulgeda? Kõik pildile tehtud salvestamata muudatused lähevad nii kaotsi.",
|
||||
"crop": "Kärpimine",
|
||||
"downloadAction": "Lähtepildi allalaadimine.",
|
||||
"keepAspectRatio": "Külgede suhte säilitamine",
|
||||
"loading": "Pildi laadimine",
|
||||
"presets": "Mallid",
|
||||
"reset": "Lähtesta",
|
||||
"resize": "Suurus",
|
||||
"rotate": "Pööramine",
|
||||
"rotateAntiClockwise": "90° vasakule",
|
||||
"rotateClockwise": "90° paremale",
|
||||
"save": "Salvesta",
|
||||
"saveDialogFileExists": "Samanimeline fail on kaustas juba olemas.",
|
||||
"saveDialogOverwrite": "Faili ülekirjutamine",
|
||||
"saveDialogSaveAs": "Salvesta kui:",
|
||||
"saveDialogTitle": "Muudatuste salvestamine",
|
||||
"title": "Pildi muutmine",
|
||||
"transformationAction": "Muudatuste rakendamine.",
|
||||
"uploadAction": "Muudetud pildi üleslaadimine.",
|
||||
"filters": {
|
||||
"brightness": "Heledus",
|
||||
"clip": "Lõikamine",
|
||||
"contrast": "Kontrastsus",
|
||||
"exposure": "Säri",
|
||||
"gamma": "Gamma",
|
||||
"hue": "Värvitoon",
|
||||
"noise": "Müra",
|
||||
"saturation": "Küllastus",
|
||||
"sepia": "Seepia",
|
||||
"sharpen": "Teravus",
|
||||
"stackBlur": "Udune",
|
||||
"vibrance": "Värvilisus"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Selgus",
|
||||
"concentrate": "Kontsentraat",
|
||||
"crossProcess": "Töötlus",
|
||||
"glowingSun": "Hele päike",
|
||||
"grungy": "Grunge",
|
||||
"hazyDays": "Kerge udu",
|
||||
"hemingway": "Hemingway",
|
||||
"herMajesty": "Kuninganna",
|
||||
"jarques": "Vana film",
|
||||
"lomo": "Sünge",
|
||||
"love": "Armas",
|
||||
"nostalgia": "Nostalgia",
|
||||
"oldBoot": "Vähevärviline",
|
||||
"orangePeel": "Oranž film",
|
||||
"pinhole": "Lukuauk",
|
||||
"sinCity": "Julm",
|
||||
"sunrise": "Päikesetõus",
|
||||
"vintage": "Vana"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Keyboard Shortcuts",
|
||||
"general": {
|
||||
"action": "Vaikimisi tegevuse käivitamine",
|
||||
"firstItem": "Esimesele liikumine",
|
||||
"focusFilesPane": "Fookusesse failide paneel",
|
||||
"focusFoldersPane": "Fookusesse kaustade paneel või asukohariba",
|
||||
"focusNext": "Järgmise paneeli aktiveerimine",
|
||||
"focusToolbar": "Fookusesse tööriistariba",
|
||||
"lastItem": "Viimasele liikumine",
|
||||
"listShortcuts": "Selle abidialoogi avamine",
|
||||
"nextItem": "Järgmisele liikumine",
|
||||
"previousItem": "Eelmisele liikumine",
|
||||
"showContextMenu": "Kontekstimenüü avamine",
|
||||
"title": "Üldine liides"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Lisa üleval olev fail valikusse või eemalda",
|
||||
"addToSelectionBelow": "Lisa all olev fail valikusse või eemalda",
|
||||
"addToSelectionLeft": "Lisa vasakul olev fail valikusse või eemalda",
|
||||
"addToSelectionRight": "Lisa paremal olev fail valikusse või eemalda",
|
||||
"delete": "Kustuta fail(id)",
|
||||
"refresh": "Värskenda faile",
|
||||
"rename": "Muuda faili nime",
|
||||
"selectAll": "Vali kõik failid",
|
||||
"upload": "Laadi fail(id) üles"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Sulge / liigu ülemkausta",
|
||||
"delete": "Kustuta kaust",
|
||||
"expandOrSubfolder": "Laienda / liigu esimesse alamkausta",
|
||||
"title": "Kaustade paneel"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Control",
|
||||
"delete": "Delete",
|
||||
"downArrow": "Allanool",
|
||||
"escape": "Escape",
|
||||
"leftArrow": "Vasakule nool",
|
||||
"question": "Küsimärk",
|
||||
"rightArrow": "Paremale nool",
|
||||
"upArrow": "Ülesnool"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ctrl",
|
||||
"del": "del",
|
||||
"end": "end",
|
||||
"home": "home",
|
||||
"shift": "shift"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "eu",
|
||||
"common": {
|
||||
"abort": "Abortatu",
|
||||
"cancel": "Utzi",
|
||||
"choose": "Aukeratu",
|
||||
"close": "Itxi",
|
||||
"copy": "Kopiatu",
|
||||
"delete": "Ezabatu",
|
||||
"download": "Deskargatu",
|
||||
"edit": "Editatu",
|
||||
"maximize": "Maximize",
|
||||
"messageTitle": "Informazioa",
|
||||
"minimize": "Minimize",
|
||||
"move": "Aldatu lekuz",
|
||||
"newNameDialogTitle": "Izen berria",
|
||||
"ok": "OK",
|
||||
"pleaseWait": "Itxaron, mesedez.",
|
||||
"rememberDecision": "Gogoratu nire erabakia",
|
||||
"rename": "Aldatu izena",
|
||||
"showMore": "Erakutsi gehiago",
|
||||
"skip": "Saltatu",
|
||||
"upload": "Kargatu",
|
||||
"view": "Ikusi"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "yyyy/m/d h:MM aa",
|
||||
"dateAmPm": [
|
||||
"AM",
|
||||
"PM"
|
||||
],
|
||||
"kb": "{size} KB",
|
||||
"mb": "{size} MB",
|
||||
"gb": "{size} GB",
|
||||
"sizePerSecond": "{size}/s",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "Aldatu izena automatikoki",
|
||||
"countMany": "{count} fitxategi",
|
||||
"countOne": "Fitxategi bat",
|
||||
"deleteConfirmation": "Ziur zaude {count} fitxategi ezabatu nahi dituzula?",
|
||||
"fileDeleteConfirmation": "Ziur zaude \"{name}\" fitxategia ezabatu nahi duzula?",
|
||||
"fileRenameExtensionConfirmation": "Ziur zaude fitxategi-luzapena aldatu nahi duzula? Fitxategia erabil ezinda gera daiteke.",
|
||||
"fileRenameLabel": "Idatzi fitxategiaren izen berria: ",
|
||||
"filesPaneTitle": "Fitxategiak panela",
|
||||
"filesRefresh": "Fitxategiak freskatzen",
|
||||
"filterPlaceholder": "Iragazi",
|
||||
"gettingFileData": "Fitxategiaren datuak eskuratzen.",
|
||||
"overwrite": "Gainidatzi",
|
||||
"loadingFilesPane": {
|
||||
"title": "Kargatzen...",
|
||||
"text": "Fitxategiak kargatzen ari dira."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "Karpeta hutsik dago.",
|
||||
"text": "Erabili <strong>Kargatu</strong> botoia edo <strong>arrastatu eta jaregin</strong> fitxategiak hemen."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "Ez da ezer aurkitu.",
|
||||
"text": "Mesedez saiatu beste bilaketa-irizpideak erabiltzen."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "Ziur zaude \"{name}\" karpeta ezabatu nahi duzula?",
|
||||
"destinationFolder": "Helburuko karpeta",
|
||||
"newNameLabel": "Idatzi karpeta berriaren izena: ",
|
||||
"newSubfolder": "New Subfolder",
|
||||
"renameDialogTitle": "Aldatu izena karpetari",
|
||||
"treeTitle": "Karpetak zuhaitza"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "Kopiatu hona",
|
||||
"errorDialogTitle": "Kopiatu ezin diren fitxategiak:",
|
||||
"manyFilesDialogTitle": "Kopiatu {count} fitxategi hona...",
|
||||
"manyFilesWait": "{count} fitxategi kopiatzen.",
|
||||
"oneFileDialogTitle": "Kopiatu fitxategia hona...",
|
||||
"oneFileWait": "Fitxategia kopiatzen.",
|
||||
"operationLabel": "Fitxategiak kopiatzen",
|
||||
"operationSummary": "Kopiatutako fitxategi kopurua: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "Aldatu lekuz hona",
|
||||
"errorDialogTitle": "Lekuz aldatu ezin diren fitxategiak:",
|
||||
"manyFilesDialogTitle": "Aldatu lekuz {count} fitxategi hona...",
|
||||
"manyFilesWait": "{count} fitxategi lekuz aldatzen.",
|
||||
"oneFileDialogTitle": "Aldatu lekuz fitxategia hona...",
|
||||
"oneFileWait": "Fitxategia lekuz aldatzen.",
|
||||
"operationLabel": "Fitxategiak lekuz aldatzen",
|
||||
"operationSummary": "Lekuz aldatutako fitxategi kopurua: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "Gehitu fitxategiak",
|
||||
"bytesCountProgress": "({bytesUploaded} / {bytesTotal})",
|
||||
"details": "Xehetasunak",
|
||||
"filesCountProgress": "{filesUploaded} / {filesTotal}",
|
||||
"progressLabel": "Kargatzen.",
|
||||
"progressMessage": "Kargatzen...",
|
||||
"selectFileLabel": "Hautatu fitxategia kargatzeko",
|
||||
"selectFiles": "Hautatu fitxategiak kargatzeko",
|
||||
"success": "Kargatzea amaituta!",
|
||||
"summary": "Kargatutako fitxategiak: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "Bistaratu",
|
||||
"displayDate": "Data",
|
||||
"displayName": "Fitxategi-izena",
|
||||
"displaySize": "Fitxategi-tamaina",
|
||||
"sortAscending": "Ascending",
|
||||
"sortBy": "Sort by",
|
||||
"sortByOrder": "Order",
|
||||
"sortDescending": "Descending",
|
||||
"thumbnailSize": "Koadro txikiaren tamaina",
|
||||
"title": "Ezarpenak",
|
||||
"viewType": "View",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "List",
|
||||
"viewTypeThumbnails": "Thumbnails"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "Komando baliogabea.",
|
||||
"11": "Ez da baliabide mota zehaztu eskaeran.",
|
||||
"12": "Eskatutako baliabide mota baliogabea da.",
|
||||
"13": "Konektorearen konfigurazio-fitxategia baliogabea da.",
|
||||
"14": "Konektorearen plugin baliogabea: {pluginName}.",
|
||||
"102": "Fitxategi edo karpetaren izen baliogabea.",
|
||||
"103": "Ezin izan da eskaera burutu autorizazio murrizketen ondorioz.",
|
||||
"104": "Ezin izan da eskaera burutu fitxategi-sistemako baimen murrizketen ondorioz.",
|
||||
"105": "Fitxategi-luzapen baliogabea.",
|
||||
"109": "Eskaera baliogabea.",
|
||||
"110": "Errore ezezaguna.",
|
||||
"111": "Ezin izan da eskaera burutu lortzen den fitxategiaren tamainaren ondorioz.",
|
||||
"115": "Izen bereko fitxategi edo karpeta bat existitzen da dagoeneko.",
|
||||
"116": "Ez da karpeta aurkitu. Mesedez freskatu eta saiatu berriz.",
|
||||
"117": "Ez da fitxategia aurkitu. Mesedez freskatu fitxategi-zerrenda eta saiatu berriz.",
|
||||
"118": "Iturburu eta helburuko bideak berdinak dira.",
|
||||
"201": "Izen bereko fitxategi bat existitzen da dagoeneko. Kargatutako fitxategia honela berrizendatu da: \"{name}\".",
|
||||
"202": "Fitxategi baliogabea.",
|
||||
"203": "Fitxategi baliogabea. Fitxategi-tamaina handiegia da.",
|
||||
"204": "Kargatutako fitxategia hondatuta dago.",
|
||||
"205": "Zerbitzarian ez dago fitxategiak kargatzeko aldi baterako karpetarik erabilgarri.",
|
||||
"206": "Segurtasun-arrazoiak direla eta, karga bertan behera geratu da. Fitxategiak HTML bezalako datuak dauzka.",
|
||||
"207": "Kargatutako fitxategia honela berrizendatu da: \"{name}\".",
|
||||
"300": "Fitxategia(k) lekuz aldatzeak huts egin du.",
|
||||
"301": "Fitxategia(k) kopiatzeak huts egin du.",
|
||||
"302": "Fitxategia(k) ezabatzeak huts egin du.",
|
||||
"500": "Segurtasun-arrazoiak direla eta, fitxategi-arakatzailea desgaituta dago. Jarri sistemaren administratzailearekin harremanetan eta egiaztatu CKFinder konfigurazio-fitxategia.",
|
||||
"501": "Koadro txikien euskarria desgaituta dago."
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "Fitxategi-izenak ezin ditu ondorengo karaktereak eduki: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "The file name cannot be empty.",
|
||||
"folderInvalidCharacters": "Karpetaren izenak ezin ditu ondorengo karaktereak eduki: {disallowedCharacters}",
|
||||
"incorrectExtension": "Fitxategi-luzapena ez da onartzen karpeta honetan.",
|
||||
"missingFile": "Eskatutako fitxategia ez dago erabilgarri jada.",
|
||||
"missingFolder": "Atzitu nahi duzun karpeta ez dago erabilgarri jada.",
|
||||
"noUploadFolderSelected": "Mesedez hautatu karpeta kargatu aurretik.",
|
||||
"operationCompleted": "Eragiketa erroreekin osatuta.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "Ezin izan da eskaera burutu. (Errorea {number})",
|
||||
"unknownUploadError": "Errorea fitxategia bidaltzean.",
|
||||
"uploadErrors": "Kargatzea erroreekin amaituta.",
|
||||
"uploadPermissions": "Ez da onartzen fitxategia kargatzea."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Aukeratu tamainaz aldatua",
|
||||
"originalSize": "Jatorrizko tamaina",
|
||||
"sizes": {
|
||||
"custom": "Pertsonalizatua",
|
||||
"large": "Handia",
|
||||
"max": "Gehienezkoa",
|
||||
"medium": "Ertaina",
|
||||
"small": "Txikia"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Doitu",
|
||||
"apply": "Aplikatu",
|
||||
"confirmExit": "Ziur zaude itxi nahi duzula? Irudiari egindako gordeko gabeko aldaketak dauzkazu.",
|
||||
"crop": "Moztu",
|
||||
"downloadAction": "Jatorrizko irudia deskargatzen.",
|
||||
"keepAspectRatio": "Mantendu aspektu-erlazioa",
|
||||
"loading": "Irudia kargatzen",
|
||||
"presets": "Aurrezarriak",
|
||||
"reset": "Berrezarri",
|
||||
"resize": "Aldatu tamaina",
|
||||
"rotate": "Biratu",
|
||||
"rotateAntiClockwise": "90° ezkerrera",
|
||||
"rotateClockwise": "90° eskuinera",
|
||||
"save": "Gorde",
|
||||
"saveDialogFileExists": "Izen bereko fitxategi bat existitzen da karpetan jada.",
|
||||
"saveDialogOverwrite": "Gainidatzi fitxategia",
|
||||
"saveDialogSaveAs": "Gorde honela:",
|
||||
"saveDialogTitle": "Gorde aldaketak",
|
||||
"title": "Editatu irudia",
|
||||
"transformationAction": "Eraldaketak aplikatzen.",
|
||||
"uploadAction": "Editatutako irudia kargatzen.",
|
||||
"filters": {
|
||||
"brightness": "Distira",
|
||||
"clip": "Clip-a",
|
||||
"contrast": "Kontrastea",
|
||||
"exposure": "Esposizioa",
|
||||
"gamma": "Gamma",
|
||||
"hue": "Ñabardura",
|
||||
"noise": "Soinua",
|
||||
"saturation": "Saturazioa",
|
||||
"sepia": "Sepia",
|
||||
"sharpen": "Araztu",
|
||||
"stackBlur": "Lausotu",
|
||||
"vibrance": "Bizitasuna"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Argitasuna",
|
||||
"concentrate": "Konzentratu",
|
||||
"crossProcess": "Prozesu gurutzatua",
|
||||
"glowingSun": "Eguzki distiratsua",
|
||||
"grungy": "Grungy",
|
||||
"hazyDays": "Egun lainotsuak",
|
||||
"hemingway": "Hemingway",
|
||||
"herMajesty": "Berorren maiestatea",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "Lomo",
|
||||
"love": "Maitasuna",
|
||||
"nostalgia": "Nostalgia",
|
||||
"oldBoot": "Bota zaharra",
|
||||
"orangePeel": "Laranja-azala",
|
||||
"pinhole": "Jostorratz-begia",
|
||||
"sinCity": "Sin City",
|
||||
"sunrise": "Egunsentia",
|
||||
"vintage": "Vintage"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Laster-teklak",
|
||||
"general": {
|
||||
"action": "Exekutatu ekintza lehenetsia",
|
||||
"firstItem": "Joan lehen elementura",
|
||||
"focusFilesPane": "Fokuratu fitxategien panela",
|
||||
"focusFoldersPane": "Fokuratu karpeten panela edo ogi apurrak",
|
||||
"focusNext": "Fokuratu hurrengo panela",
|
||||
"focusToolbar": "Fokuratu tresna-barra",
|
||||
"lastItem": "Joan azken elementura",
|
||||
"listShortcuts": "Ireki laguntzako elkarrizketa-koadro hau",
|
||||
"nextItem": "Joan hurrengo elementura",
|
||||
"previousItem": "Joan aurreko elementura",
|
||||
"showContextMenu": "Ireki testuinguru-menua",
|
||||
"title": "Interfaze orokorra"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Gehitu edo kendu hautapenaren gaineko fitxategiak",
|
||||
"addToSelectionBelow": "Gehitu edo kendu hautapenaren azpiko fitxategiak",
|
||||
"addToSelectionLeft": "Gehitu edo kendu hautapenaren ezkerreko fitxategia",
|
||||
"addToSelectionRight": "Gehitu edo kendu hautapenaren eskuineko fitxategia",
|
||||
"delete": "Ezabatu fitxategia(k)",
|
||||
"refresh": "Freskatu fitxategiak",
|
||||
"rename": "Aldatu izena fitxategiari",
|
||||
"selectAll": "Hautatu fitxategi guztiak",
|
||||
"upload": "Kargatu fitxategia(k)"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Tolestu karpeta / Joan karpeta gurasora",
|
||||
"delete": "Ezabatu karpeta",
|
||||
"expandOrSubfolder": "Zabaldu karpeta / Joan lehen azpikarpetara",
|
||||
"title": "Karpetak panela"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Kontrol",
|
||||
"delete": "Ezabatu",
|
||||
"downArrow": "Behera gezia",
|
||||
"escape": "Ihes",
|
||||
"leftArrow": "Ezker gezia",
|
||||
"question": "Galdera-marka",
|
||||
"rightArrow": "Eskuin-gezia",
|
||||
"upArrow": "Gora gezia"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ktrl",
|
||||
"del": "ezab",
|
||||
"end": "buka",
|
||||
"home": "etxea",
|
||||
"shift": "maius"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "rtl",
|
||||
"langCode": "fa",
|
||||
"common": {
|
||||
"abort": "توقف",
|
||||
"cancel": "لغو",
|
||||
"choose": "انتخاب",
|
||||
"close": "بستن",
|
||||
"copy": "رونوشت",
|
||||
"delete": "حذف",
|
||||
"download": "دانلود",
|
||||
"edit": "ویرایش",
|
||||
"maximize": "بیشینه",
|
||||
"messageTitle": "اطلاعات",
|
||||
"minimize": "کمینه",
|
||||
"move": "انتقال",
|
||||
"newNameDialogTitle": "نام جدید",
|
||||
"ok": "لغو",
|
||||
"pleaseWait": "لطفا صبر کنید.",
|
||||
"rememberDecision": "انتخاب من را بیاد داشته باش",
|
||||
"rename": "تغییر نام",
|
||||
"showMore": "نمایش بیشتر",
|
||||
"skip": "نادیده گرفتن",
|
||||
"upload": "آپلود",
|
||||
"view": "نمایش"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "yyyy/mm/dd h:MM aa",
|
||||
"dateAmPm": [
|
||||
"ق.ظ",
|
||||
"ب.ظ"
|
||||
],
|
||||
"kb": "{size}KB",
|
||||
"mb": "{size}MB",
|
||||
"gb": "{size}GB",
|
||||
"sizePerSecond": "{size}/s",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "تغییر نام خودکار",
|
||||
"countMany": "{count} فایل",
|
||||
"countOne": "یک فایل",
|
||||
"deleteConfirmation": "آیا شما مطمئن هستید که میخواهید فایلهای {count} را پاک کنید؟",
|
||||
"fileDeleteConfirmation": "آیا اطمینان دارید که قصد حذف نمودن فایل \"{name}\" را دارید؟",
|
||||
"fileRenameExtensionConfirmation": "آیا اطمینان دارید که قصد تغییر نام پسوند این فایل را دارید؟ ممکن است فایل غیر قابل استفاده شود",
|
||||
"fileRenameLabel": "لطفا نام جدید فایل را درج کنید: ",
|
||||
"filesPaneTitle": "چارچوب فایلها",
|
||||
"filesRefresh": "درحال تازهسازی فایلها",
|
||||
"filterPlaceholder": "صافی",
|
||||
"gettingFileData": "درحال گرفتن اطلاعات فایل.",
|
||||
"overwrite": "رونویسی",
|
||||
"loadingFilesPane": {
|
||||
"title": "درحال بارگیری...",
|
||||
"text": "لطفا صبر کنید، فایلها درحال بارگیری هستند."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "پوشه خالی است.",
|
||||
"text": "از دکمهی <strong>آپلود</strong> استفاده کنید یا فایلهایتان را <strong>بگیرید و </strong> اینجا <strong>بکشید</strong>."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "چیزی پیدا نشد.",
|
||||
"text": "لطفا با معیار دیگری تلاش به جستجو کنید."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "آیا اطمینان دارید که قصد حذف کردن پوشه \"{name}\" را دارید؟",
|
||||
"destinationFolder": "پوشهی مقصد",
|
||||
"newNameLabel": "لطفا نام پوشه جدید را وارد کنید: ",
|
||||
"newSubfolder": "زیرپوشه جدید",
|
||||
"renameDialogTitle": "تغییرنام پوشه",
|
||||
"treeTitle": "درخت پوشهها"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "کپی فایل به اینجا",
|
||||
"errorDialogTitle": "فایلهایی که نمیتوانند رونوشتگیری شوند:",
|
||||
"manyFilesDialogTitle": "رونوشت {count} فایل به...",
|
||||
"manyFilesWait": "درحال رونوشتگیری از {count} فایل.",
|
||||
"oneFileDialogTitle": "رونوشت فایل به...",
|
||||
"oneFileWait": "درحال رونوشتگیری از فایل،",
|
||||
"operationLabel": "رونوشتگیری فایلها",
|
||||
"operationSummary": "تعداد فایلهای رونوشت گرفتهشده: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "انتقال فایل به اینجا",
|
||||
"errorDialogTitle": "فایلهایی که نمیتوانند منتقل شوند:",
|
||||
"manyFilesDialogTitle": "انتقال {count} فایل به...",
|
||||
"manyFilesWait": "درحال انتقال {count} فایل.",
|
||||
"oneFileDialogTitle": "انتقال فایل به...",
|
||||
"oneFileWait": "درحال انتقال فایل.",
|
||||
"operationLabel": "انتقال فایلها",
|
||||
"operationSummary": "تعداد فایلهای منتقل شده: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "افزودن فایلها",
|
||||
"bytesCountProgress": "({bytesUploaded} از {bytesTotal})",
|
||||
"details": "توضیحات",
|
||||
"filesCountProgress": "{filesUploaded} از {filesTotal}",
|
||||
"progressLabel": "درحال ارسال، لطفا صبر کنید...",
|
||||
"progressMessage": "درحال آپلود...",
|
||||
"selectFileLabel": "انتخاب فابل برای آپلود",
|
||||
"selectFiles": "فایلها را برای آپلود انتخاب کنید",
|
||||
"success": "آپلود به پایان رسید!",
|
||||
"summary": "فایلهای آپلود شده: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "نمایش:",
|
||||
"displayDate": "تاریخ",
|
||||
"displayName": "نام فایل",
|
||||
"displaySize": "اندازه فایل",
|
||||
"sortAscending": "صعودی",
|
||||
"sortBy": "مرتبسازی براساس",
|
||||
"sortByOrder": "مرتبسازی",
|
||||
"sortDescending": "نزولی",
|
||||
"thumbnailSize": "اندازه تصویر بندانگشتی",
|
||||
"title": "تنظیمات",
|
||||
"viewType": "مشاهده",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "لیست",
|
||||
"viewTypeThumbnails": "بندانگشتیها"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "دستور نامعتبر.",
|
||||
"11": "نوع منبع در درخواست تعریف نشده است.",
|
||||
"12": "نوع منبع درخواست شده معتبر نیست.",
|
||||
"13": "پیکربندی فایل اتصال نامعتبر است.",
|
||||
"14": "افزونهی اتصال نامعتبر: {pluginName}.",
|
||||
"102": "نام فایل یا پوشه نامعتبر است.",
|
||||
"103": "امکان کامل کردن این درخواست بخاطر محدودیت اختیارات وجود ندارد.",
|
||||
"104": "امکان کامل کردن این درخواست بخاطر محدودیت دسترسی وجود ندارد.",
|
||||
"105": "پسوند فایل نامعتبر است.",
|
||||
"109": "درخواست نامعتبر است.",
|
||||
"110": "خطای ناشناخته.",
|
||||
"111": "انجام این عمل به دلیل اندازهی فایل ممکن نیست.",
|
||||
"115": "فایل یا پوشه ای با این نام وجود دارد",
|
||||
"116": "پوشه یافت نشد. لطفا بروزرسانی کرده و مجددا تلاش کنید.",
|
||||
"117": "فایل یافت نشد. لطفا فهرست فایلها را بروزرسانی کرده و مجددا تلاش کنید.",
|
||||
"118": "منبع و مقصد مسیر یکی است.",
|
||||
"201": "یک فایل با همان نام از قبل موجود است. فایل آپلود شده به \"{name}\" تغییر نام یافت.",
|
||||
"202": "فایل نامعتبر",
|
||||
"203": "فایل نامعتبر. اندازه فایل بیش از حد بزرگ است.",
|
||||
"204": "فایل آپلود شده خراب است.",
|
||||
"205": "هیچ پوشه موقتی برای آپلود فایل در سرور موجود نیست.",
|
||||
"206": "آپلود به دلایل امنیتی متوقف شد. فایل محتوی اطلاعات HTML است.",
|
||||
"207": "فایل آپلود شده به \"{name}\" تغییر نام یافت.",
|
||||
"300": "انتقال فایل(ها) شکست خورد.",
|
||||
"301": "کپی فایل(ها) شکست خورد.",
|
||||
"302": "حذف فایل(ها) شکست خورد.",
|
||||
"500": "مرورگر فایل به دلایل امنیتی غیر فعال است. لطفا با مدیر سامانه تماس بگیرید تا تنظیمات این بخش را بررسی نماید.",
|
||||
"501": "پشتیبانی از تصاویر کوچک غیرفعال شده است"
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "نام فایل نباید شامل این کاراکترها باشد: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "نام فایل نمیتواند خالی باشد.",
|
||||
"folderInvalidCharacters": "نام پوشه نباید شامل این کاراکترها باشد: {disallowedCharacters}",
|
||||
"incorrectExtension": "پسوند فایل برای این پوشه مجاز نیست.",
|
||||
"missingFile": "فایل درخواست شده دیگر در دسترس نیست.",
|
||||
"missingFolder": "پوشهای که در حال تلاش برای دستیابی به آن هستید، دیگر در دسترس نیست.",
|
||||
"noUploadFolderSelected": "لطفا پیش از آپلود، یک پوشه انتخاب کنید.",
|
||||
"operationCompleted": "عملیات با خطاهایی به پایان رسید.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "امکان تکمیل درخواست فوق وجود ندارد (خطا: {number})",
|
||||
"unknownUploadError": "خطا در ارسال",
|
||||
"uploadErrors": "آپلود با خطاهایی به پایان رسید.",
|
||||
"uploadPermissions": "اجازه ارسال فایل نداده شنده است"
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "انتخاب مقیاس",
|
||||
"originalSize": "اندازهی اصلی",
|
||||
"sizes": {
|
||||
"custom": "سفارشی",
|
||||
"large": "بزرگ",
|
||||
"max": "بیشینه",
|
||||
"medium": "متوسط",
|
||||
"small": "کوچک"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "تنظیم کردن",
|
||||
"apply": "اعمال",
|
||||
"confirmExit": "آیا شما مطمئن هستید که میخواهید این صفحه را ببندید؟ شما تغییرات ذخیره نشدهای بر تصویر دارید.",
|
||||
"crop": "برش",
|
||||
"downloadAction": "درحال دانلود تصویر اصلی.",
|
||||
"keepAspectRatio": "حفظ نسبت ابعاد",
|
||||
"loading": "درحال بارگیری تصویر",
|
||||
"presets": "پیش تنظیم",
|
||||
"reset": "بازنشانی",
|
||||
"resize": "تغییر اندازه",
|
||||
"rotate": "چرخش",
|
||||
"rotateAntiClockwise": "90° به چپ",
|
||||
"rotateClockwise": "90° به راست",
|
||||
"save": "ذخیره",
|
||||
"saveDialogFileExists": "فایلی با نام مشابه در این پوشه وجود دارد.",
|
||||
"saveDialogOverwrite": "بازنویسی فایل",
|
||||
"saveDialogSaveAs": "ذخیره به عنوان:",
|
||||
"saveDialogTitle": "ذخیره تغییرات",
|
||||
"title": "ویرایش تصویر",
|
||||
"transformationAction": "درحال اعمال دگرگونیها.",
|
||||
"uploadAction": "درحال آپلود تصویر ویرایششده.",
|
||||
"filters": {
|
||||
"brightness": "روشنایی",
|
||||
"clip": "چیدن",
|
||||
"contrast": "تضاد",
|
||||
"exposure": "نوردهی",
|
||||
"gamma": "گاما",
|
||||
"hue": "رنگ",
|
||||
"noise": "اختلال",
|
||||
"saturation": "اشباع",
|
||||
"sepia": "قهوهای",
|
||||
"sharpen": "واضح کردن",
|
||||
"stackBlur": "تاری پشت",
|
||||
"vibrance": "تحرک"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Clarity",
|
||||
"concentrate": "Concentrate",
|
||||
"crossProcess": "Cross Process",
|
||||
"glowingSun": "Glowing Sun",
|
||||
"grungy": "Grungy",
|
||||
"hazyDays": "Hazy Days",
|
||||
"hemingway": "Hemingway",
|
||||
"herMajesty": "Her Majesty",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "Lomo",
|
||||
"love": "Love",
|
||||
"nostalgia": "Nostalgia",
|
||||
"oldBoot": "Old Boot",
|
||||
"orangePeel": "Orange Peel",
|
||||
"pinhole": "Pinhole",
|
||||
"sinCity": "Sin City",
|
||||
"sunrise": "Sunrise",
|
||||
"vintage": "Vintage"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "میانبرهای صفحهکلید",
|
||||
"general": {
|
||||
"action": "انجام کار پیشفرض",
|
||||
"firstItem": "رفتن به نخستین مورد",
|
||||
"focusFilesPane": "انتخاب چارچوپ فایلها",
|
||||
"focusFoldersPane": "انتخاب چارچوب پوشهها یا نوار آدرسدهی",
|
||||
"focusNext": "انتخاب چارچوپ بعدی",
|
||||
"focusToolbar": "انتخاب نوار ابزار",
|
||||
"lastItem": "رفتن به آخرین مورد",
|
||||
"listShortcuts": "بازکردن پنجرهی راهنما",
|
||||
"nextItem": "رفتن به مورد بعدی",
|
||||
"previousItem": "رفتن به مورد قبلی",
|
||||
"showContextMenu": "بازکردن منوی ابزارها",
|
||||
"title": "رابط عمومی"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "اضافه یا حذفکردن فایلهای بالا از انتخاب",
|
||||
"addToSelectionBelow": "اضافه یا حذفکردن فایلهای پایین از انتخاب",
|
||||
"addToSelectionLeft": "اضافه یا حذفکردن فایلهای سمت چپ از انتخاب",
|
||||
"addToSelectionRight": "اضافه یا حذفکردن فایلهای سمت راست از انتخاب",
|
||||
"delete": "حذف فایل(ها)",
|
||||
"refresh": "تازهسازی فایلها",
|
||||
"rename": "تغییرنام فایل",
|
||||
"selectAll": "انتخاب همهی فایلها",
|
||||
"upload": "آپلود فایل(ها)"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "بستن پوشه / رفتن به پوشهی والد",
|
||||
"delete": "حذف پوشه",
|
||||
"expandOrSubfolder": "بازکردن پوشه / رفتن به اولین زیرپوشه",
|
||||
"title": "چارچوب پوشهها"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "کنترل",
|
||||
"delete": "حذف",
|
||||
"downArrow": "جهت پایین",
|
||||
"escape": "در رفتن",
|
||||
"leftArrow": "جهت چپ",
|
||||
"question": "علامت سوال",
|
||||
"rightArrow": "جهت راست",
|
||||
"upArrow": "جهت بالا"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "آلت",
|
||||
"ctrl": "کنترل",
|
||||
"del": "حذف",
|
||||
"end": "پایان",
|
||||
"home": "خانه",
|
||||
"shift": "شیفت"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "fi",
|
||||
"common": {
|
||||
"abort": "Abort",
|
||||
"cancel": "Peru",
|
||||
"choose": "Choose",
|
||||
"close": "Sulje",
|
||||
"copy": "Copy",
|
||||
"delete": "Poista",
|
||||
"download": "Lataa palvelimelta",
|
||||
"edit": "Muokkaa",
|
||||
"maximize": "Suurenna",
|
||||
"messageTitle": "Ilmoitus",
|
||||
"minimize": "Pienennä",
|
||||
"move": "Move",
|
||||
"newNameDialogTitle": "Uusi nimi",
|
||||
"ok": "OK",
|
||||
"pleaseWait": "Please wait.",
|
||||
"rememberDecision": "Muista valintani",
|
||||
"rename": "Uudelleennimeä ",
|
||||
"showMore": "Show more",
|
||||
"skip": "Ohita",
|
||||
"upload": "Lataa palvelimelle",
|
||||
"view": "Näytä"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "yyyy-mm-dd HH:MM",
|
||||
"dateAmPm": [
|
||||
"AM",
|
||||
"PM"
|
||||
],
|
||||
"kb": "{size} kt",
|
||||
"mb": "{size} Mt",
|
||||
"gb": "{size} Gt",
|
||||
"sizePerSecond": "{size}/s",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "Nimeä uudelleen automaattisesti",
|
||||
"countMany": "{count} tiedostoa",
|
||||
"countOne": "1 tiedosto",
|
||||
"deleteConfirmation": "Are you sure you want to delete {count} files?",
|
||||
"fileDeleteConfirmation": "Haluatko varmasti poistaa tiedoston \"{name}\"?",
|
||||
"fileRenameExtensionConfirmation": "Haluatko varmasti muuttaa tiedostotarkennetta? Tiedosto voi muuttua käyttökelvottomaksi.",
|
||||
"fileRenameLabel": "Kirjoita uusi tiedostonimi: ",
|
||||
"filesPaneTitle": "Files pane",
|
||||
"filesRefresh": "Refreshing files",
|
||||
"filterPlaceholder": "Filter",
|
||||
"gettingFileData": "Getting file data.",
|
||||
"overwrite": "Ylikirjoita",
|
||||
"loadingFilesPane": {
|
||||
"title": "Loading...",
|
||||
"text": "The files are being loaded."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "The folder is empty.",
|
||||
"text": "Use the <strong>Upload</strong> button or <strong>drag and drop</strong> your files here."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "Nothing found.",
|
||||
"text": "Please try using different search criteria."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "Haluatko varmasti poistaa kansion \"{name}\"?",
|
||||
"destinationFolder": "Destination Folder",
|
||||
"newNameLabel": "Kirjoita uuden kansion nimi: ",
|
||||
"newSubfolder": "Uusi alikansio",
|
||||
"renameDialogTitle": "Rename Folder",
|
||||
"treeTitle": "Folders tree"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "Kopioi tähän",
|
||||
"errorDialogTitle": "Files that cannot be copied:",
|
||||
"manyFilesDialogTitle": "Copy {count} Files To...",
|
||||
"manyFilesWait": "Copying {count} files.",
|
||||
"oneFileDialogTitle": "Copy File To...",
|
||||
"oneFileWait": "Copying file.",
|
||||
"operationLabel": "Copying Files",
|
||||
"operationSummary": "Number of files copied: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "Siirrä tähän",
|
||||
"errorDialogTitle": "Files that cannot be moved:",
|
||||
"manyFilesDialogTitle": "Move {count} Files To...",
|
||||
"manyFilesWait": "Moving {count} files.",
|
||||
"oneFileDialogTitle": "Move File To...",
|
||||
"oneFileWait": "Moving file.",
|
||||
"operationLabel": "Moving Files",
|
||||
"operationSummary": "Number of files moved: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "Lisää tiedostoja",
|
||||
"bytesCountProgress": "({bytesUploaded} of {bytesTotal})",
|
||||
"details": "Details",
|
||||
"filesCountProgress": "{filesUploaded} of {filesTotal}",
|
||||
"progressLabel": "Lataaminen palvelimelle käynnissä...",
|
||||
"progressMessage": "Uploading...",
|
||||
"selectFileLabel": "Valitse ladattava tiedosto",
|
||||
"selectFiles": "Select files to upload",
|
||||
"success": "Upload finished!",
|
||||
"summary": "Uploaded files: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "Näytä:",
|
||||
"displayDate": "Päivämäärä",
|
||||
"displayName": "Tiedostonimi",
|
||||
"displaySize": "Tiedostokoko",
|
||||
"sortAscending": "Ascending",
|
||||
"sortBy": "Sort by",
|
||||
"sortByOrder": "Order",
|
||||
"sortDescending": "Descending",
|
||||
"thumbnailSize": "Thumbnail Size",
|
||||
"title": "Asetukset",
|
||||
"viewType": "View",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "List",
|
||||
"viewTypeThumbnails": "Thumbnails"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "Virheellinen komento.",
|
||||
"11": "Pyynnön resurssityyppi on määrittelemättä.",
|
||||
"12": "Pyynnön resurssityyppi on virheellinen.",
|
||||
"13": "The connector configuration file is invalid.",
|
||||
"14": "Invalid connector plugin: {pluginName}.",
|
||||
"102": "Virheellinen tiedosto- tai kansionimi.",
|
||||
"103": "Oikeutesi eivät riitä pyynnön suorittamiseen.",
|
||||
"104": "Tiedosto-oikeudet eivät riitä pyynnön suorittamiseen.",
|
||||
"105": "Virheellinen tiedostotarkenne.",
|
||||
"109": "Virheellinen pyyntö.",
|
||||
"110": "Tuntematon virhe.",
|
||||
"111": "It was not possible to complete the request due to resulting file size.",
|
||||
"115": "Samanniminen tiedosto tai kansio on jo olemassa.",
|
||||
"116": "Kansiota ei löydy. Yritä uudelleen kansiopäivityksen jälkeen.",
|
||||
"117": "Tiedostoa ei löydy. Yritä uudelleen kansiopäivityksen jälkeen.",
|
||||
"118": "Lähde- ja kohdekansio on sama!",
|
||||
"201": "Samanniminen tiedosto on jo olemassa. Palvelimelle ladattu tiedosto on nimetty: \"{name}\".",
|
||||
"202": "Virheellinen tiedosto.",
|
||||
"203": "Virheellinen tiedosto. Tiedostokoko on liian suuri.",
|
||||
"204": "Palvelimelle ladattu tiedosto on vioittunut.",
|
||||
"205": "Väliaikaishakemistoa ei ole määritetty palvelimelle lataamista varten.",
|
||||
"206": "Palvelimelle lataaminen on peruttu turvallisuussyistä. Tiedosto sisältää HTML-tyylistä dataa.",
|
||||
"207": "Palvelimelle ladattu tiedosto on nimetty: \"{name}\".",
|
||||
"300": "Tiedostosiirto epäonnistui.",
|
||||
"301": "Tiedostokopiointi epäonnistui.",
|
||||
"302": "Deleting file(s) failed.",
|
||||
"500": "Tiedostoselain on kytketty käytöstä turvallisuussyistä. Pyydä pääkäyttäjää tarkastamaan CKFinderin asetustiedosto.",
|
||||
"501": "Esikatselukuvien tuki on kytketty toiminnasta."
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "Tiedostonimi ei voi sisältää seuraavia merkkejä: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "The file name cannot be empty.",
|
||||
"folderInvalidCharacters": "Kansionimi ei voi sisältää seuraavia merkkejä: {disallowedCharacters}",
|
||||
"incorrectExtension": "Tiedostotarkenne ei ole sallittu valitussa kansiossa.",
|
||||
"missingFile": "The requested file is no longer available.",
|
||||
"missingFolder": "The folder you are trying to reach is no longer available.",
|
||||
"noUploadFolderSelected": "Valitse kansio ennen palvelimelle lataamista.",
|
||||
"operationCompleted": "Operation completed with errors.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "Pyyntöä ei voitu suorittaa. (Virhe {number})",
|
||||
"unknownUploadError": "Tiedoston siirrossa tapahtui virhe.",
|
||||
"uploadErrors": "Upload finished with errors.",
|
||||
"uploadPermissions": "Tiedoston lataaminen palvelimelle evätty."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Choose Resized",
|
||||
"originalSize": "Original Size",
|
||||
"sizes": {
|
||||
"custom": "Custom",
|
||||
"large": "Large",
|
||||
"max": "Max",
|
||||
"medium": "Medium",
|
||||
"small": "Small"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Adjust",
|
||||
"apply": "Apply",
|
||||
"confirmExit": "Are you sure you want to close? You have unsaved changes to the image.",
|
||||
"crop": "Crop",
|
||||
"downloadAction": "Downloading original image.",
|
||||
"keepAspectRatio": "Keep Aspect Ratio",
|
||||
"loading": "Loading image",
|
||||
"presets": "Presets",
|
||||
"reset": "Reset",
|
||||
"resize": "Resize",
|
||||
"rotate": "Rotate",
|
||||
"rotateAntiClockwise": "90° Left",
|
||||
"rotateClockwise": "90° Right",
|
||||
"save": "Save",
|
||||
"saveDialogFileExists": "File with the same name already exists in folder.",
|
||||
"saveDialogOverwrite": "Overwrite File",
|
||||
"saveDialogSaveAs": "Save as:",
|
||||
"saveDialogTitle": "Save Changes",
|
||||
"title": "Edit Image",
|
||||
"transformationAction": "Applying transformations.",
|
||||
"uploadAction": "Uploading edited image.",
|
||||
"filters": {
|
||||
"brightness": "Brightness",
|
||||
"clip": "Clip",
|
||||
"contrast": "Contrast",
|
||||
"exposure": "Exposure",
|
||||
"gamma": "Gamma",
|
||||
"hue": "Hue",
|
||||
"noise": "Noise",
|
||||
"saturation": "Saturation",
|
||||
"sepia": "Sepia",
|
||||
"sharpen": "Sharpen",
|
||||
"stackBlur": "Blur",
|
||||
"vibrance": "Vibrance"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Clarity",
|
||||
"concentrate": "Concentrate",
|
||||
"crossProcess": "Cross Process",
|
||||
"glowingSun": "Glowing Sun",
|
||||
"grungy": "Grungy",
|
||||
"hazyDays": "Hazy Days",
|
||||
"hemingway": "Hemingway",
|
||||
"herMajesty": "Her Majesty",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "Lomo",
|
||||
"love": "Love",
|
||||
"nostalgia": "Nostalgia",
|
||||
"oldBoot": "Old Boot",
|
||||
"orangePeel": "Orange Peel",
|
||||
"pinhole": "Pinhole",
|
||||
"sinCity": "Sin City",
|
||||
"sunrise": "Sunrise",
|
||||
"vintage": "Vintage"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Keyboard Shortcuts",
|
||||
"general": {
|
||||
"action": "Execute default action",
|
||||
"firstItem": "Go to first item",
|
||||
"focusFilesPane": "Focus files pane",
|
||||
"focusFoldersPane": "Focus folders pane or breadcrumbs",
|
||||
"focusNext": "Focus next pane",
|
||||
"focusToolbar": "Focus toolbar",
|
||||
"lastItem": "Go to last item",
|
||||
"listShortcuts": "Open this help dialog",
|
||||
"nextItem": "Go to next item",
|
||||
"previousItem": "Go to previous item",
|
||||
"showContextMenu": "Open context menu",
|
||||
"title": "General Interface"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Add or remove files above to selection",
|
||||
"addToSelectionBelow": "Add or remove files below to selection",
|
||||
"addToSelectionLeft": "Add or remove file on the left to selection",
|
||||
"addToSelectionRight": "Add or remove file on the right to selection",
|
||||
"delete": "Delete file(s)",
|
||||
"refresh": "Refresh files",
|
||||
"rename": "Rename file",
|
||||
"selectAll": "Select all files",
|
||||
"upload": "Upload file(s)"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Collapse folder / Go to parent folder",
|
||||
"delete": "Delete folder",
|
||||
"expandOrSubfolder": "Expand folder / Go to first subfolder",
|
||||
"title": "Folders Pane"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Control",
|
||||
"delete": "Delete",
|
||||
"downArrow": "Down arrow",
|
||||
"escape": "Escape",
|
||||
"leftArrow": "Left arrow",
|
||||
"question": "Question mark",
|
||||
"rightArrow": "Right arrow",
|
||||
"upArrow": "Up arrow"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ctrl",
|
||||
"del": "del",
|
||||
"end": "end",
|
||||
"home": "home",
|
||||
"shift": "shift"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "fr",
|
||||
"common": {
|
||||
"abort": "Abandonner",
|
||||
"cancel": "Annuler",
|
||||
"choose": "Choisir",
|
||||
"close": "Fermer",
|
||||
"copy": "Copier",
|
||||
"delete": "Effacer",
|
||||
"download": "Télécharger",
|
||||
"edit": "Edition",
|
||||
"maximize": "Agrandir",
|
||||
"messageTitle": "Information",
|
||||
"minimize": "Minimiser",
|
||||
"move": "Déplacer",
|
||||
"newNameDialogTitle": "Nouveau fichier",
|
||||
"ok": "OK",
|
||||
"pleaseWait": "Patientez.",
|
||||
"rememberDecision": "Se rappeler de la décision",
|
||||
"rename": "Renommer",
|
||||
"showMore": "Montrer plus",
|
||||
"skip": "Passer",
|
||||
"upload": "Envoyer",
|
||||
"view": "Voir"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "dd/mm/yyyy H:MM",
|
||||
"dateAmPm": [
|
||||
"AM",
|
||||
"PM"
|
||||
],
|
||||
"kb": "{size} Ko",
|
||||
"mb": "{size} Mo",
|
||||
"gb": "{size} Go",
|
||||
"sizePerSecond": "{size}/s",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "Re-nommage automatique",
|
||||
"countMany": "{count} fichiers",
|
||||
"countOne": "1 fichier",
|
||||
"deleteConfirmation": "Êtes-vous sûr de vouloir supprimer {count} fichiers ?",
|
||||
"fileDeleteConfirmation": "Êtes-vous sûr de vouloir effacer le fichier \"{name}\"?",
|
||||
"fileRenameExtensionConfirmation": "Êtes-vous sûr de vouloir changer l'extension de ce fichier? Le fichier pourrait devenir inutilisable.",
|
||||
"fileRenameLabel": "Entrez le nouveau nom du fichier: ",
|
||||
"filesPaneTitle": "Fenêtre des fichiers",
|
||||
"filesRefresh": "Actualisation des fichiers",
|
||||
"filterPlaceholder": "Filtre",
|
||||
"gettingFileData": "Données de fichier en cours d'acquisition.",
|
||||
"overwrite": "Ré-écrire",
|
||||
"loadingFilesPane": {
|
||||
"title": "Chargement en cours...",
|
||||
"text": "Les fichiers sont en cours de chargement."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "Le dossier est vide.",
|
||||
"text": "Utiliser le bouton <strong>Envoyer</strong> ou <strong>glisser-déplacer</strong> vos fichiers ici."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "Rien trouvé.",
|
||||
"text": "Veuillez utiliser d'autres critères de recherche."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "Êtes-vous sûr de vouloir effacer le dossier \"{name}\"?",
|
||||
"destinationFolder": "Dossier de destination",
|
||||
"newNameLabel": "Entrez le nom du nouveau dossier: ",
|
||||
"newSubfolder": "Nouveau sous-dossier",
|
||||
"renameDialogTitle": "Renommer le dossier",
|
||||
"treeTitle": "Arborescence des dossiers"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "Copier ici",
|
||||
"errorDialogTitle": "Fichiers qui ne peuvent pas être copiés:",
|
||||
"manyFilesDialogTitle": "Copier {count} fichiers dans...",
|
||||
"manyFilesWait": "{count} fichiers en cours de copie.",
|
||||
"oneFileDialogTitle": "Copier le fichier dans...",
|
||||
"oneFileWait": "Fichier en cours de copie.",
|
||||
"operationLabel": "Fichiers en cours de copie",
|
||||
"operationSummary": "Nombre de fichiers copiés: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "Déplacer ici",
|
||||
"errorDialogTitle": "Fichiers qui ne peuvent pas être déplacés:",
|
||||
"manyFilesDialogTitle": "Déplacer {count} fichiers vers...",
|
||||
"manyFilesWait": "{count} fichiers en cours de déplacement.",
|
||||
"oneFileDialogTitle": "Déplacer le fichier vers...",
|
||||
"oneFileWait": "Fichier en cours de déplacement.",
|
||||
"operationLabel": "Fichiers en cours de déplacement",
|
||||
"operationSummary": "Nombre de fichiers déplacés: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "Ajouter des fichiers",
|
||||
"bytesCountProgress": "({bytesUploaded} sur {bytesTotal})",
|
||||
"details": "Détails",
|
||||
"filesCountProgress": "{filesUploaded} sur {filesTotal}",
|
||||
"progressLabel": "Envoi en cours.",
|
||||
"progressMessage": "Envoi en cours...",
|
||||
"selectFileLabel": "Sélectionner le fichier à télécharger",
|
||||
"selectFiles": "Selectionner les fichiers à envoyer",
|
||||
"success": "Envoi terminé!",
|
||||
"summary": "Fichiers envoyés: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "Affichage:",
|
||||
"displayDate": "Date",
|
||||
"displayName": "Nom du fichier",
|
||||
"displaySize": "Taille du fichier",
|
||||
"sortAscending": "Croissant",
|
||||
"sortBy": "Trier par",
|
||||
"sortByOrder": "Ordre",
|
||||
"sortDescending": "Décroissant",
|
||||
"thumbnailSize": "Taille des miniatures",
|
||||
"title": "Configuration",
|
||||
"viewType": "Vue",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "Liste",
|
||||
"viewTypeThumbnails": "Miniatures"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "Commande invalide.",
|
||||
"11": "Le type de ressource n'a pas été spécifié dans la commande.",
|
||||
"12": "Le type de ressource n'est pas valide.",
|
||||
"13": "Le fichier de configuration du connecteur n'est pas valide.",
|
||||
"14": "Connecteur plugin invalide: {pluginName}.",
|
||||
"102": "Nom de fichier ou de dossier invalide.",
|
||||
"103": "La demande n'a pas abouti: problème d'autorisations.",
|
||||
"104": "La demande n'a pas abouti: problème de restrictions de permissions.",
|
||||
"105": "Extension de fichier invalide.",
|
||||
"109": "Demande invalide.",
|
||||
"110": "Erreur inconnue.",
|
||||
"111": "Il n'a pas été possible d'exécuter la requête à cause de la taille du fichier résultant.",
|
||||
"115": "Un fichier ou un dossier avec ce nom existe déjà.",
|
||||
"116": "Ce dossier n'existe pas. Veuillez rafraîchir la page et réessayer.",
|
||||
"117": "Ce fichier n'existe pas. Veuillez rafraîchir la page et réessayer.",
|
||||
"118": "Les chemins vers la source et la cible sont les mêmes.",
|
||||
"201": "Un fichier avec ce nom existe déjà. Le fichier téléversé a été renommé en \"{name}\".",
|
||||
"202": "Fichier invalide.",
|
||||
"203": "Fichier invalide. La taille est trop grande.",
|
||||
"204": "Le fichier téléversé est corrompu.",
|
||||
"205": "Aucun dossier temporaire n'est disponible sur le serveur.",
|
||||
"206": "Envoi interrompu pour raisons de sécurité. Le fichier contient des données de type HTML.",
|
||||
"207": "Le fichier téléchargé a été renommé \"{name}\".",
|
||||
"300": "Le déplacement des fichiers a échoué.",
|
||||
"301": "La copie des fichiers a échoué.",
|
||||
"302": "L'effacement des fichiers à échoué.",
|
||||
"500": "L'interface de gestion des fichiers est désactivé. Contactez votre administrateur et vérifier le fichier de configuration de CKFinder.",
|
||||
"501": "La fonction \"miniatures\" est désactivée."
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "Le nom du fichier ne peut pas contenir les charactères suivants: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "Le nom de fichier ne peut pas être vide.",
|
||||
"folderInvalidCharacters": "Le nom du dossier ne peut pas contenir les charactères suivants: {disallowedCharacters}",
|
||||
"incorrectExtension": "L'extension du fichier n'est pas autorisée dans ce dossier.",
|
||||
"missingFile": "Le fichier demandé n'est plus disponible.",
|
||||
"missingFolder": "Le dossier auquel vous tentez d'accéder n'est plus disponible.",
|
||||
"noUploadFolderSelected": "Merci de sélectionner un répertoire avant l'envoi.",
|
||||
"operationCompleted": "Operation terminée avec des erreurs.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "La demande n'a pas abouti. (Erreur {number})",
|
||||
"unknownUploadError": "Erreur pendant l'envoi du fichier.",
|
||||
"uploadErrors": "Envoi terminé avec des erreurs.",
|
||||
"uploadPermissions": "L'envoi de fichier n'est pas autorisé."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Choisir l'échelle",
|
||||
"originalSize": "Taille d'origine",
|
||||
"sizes": {
|
||||
"custom": "Personnalisé",
|
||||
"large": "Grand",
|
||||
"max": "Max",
|
||||
"medium": "Moyen",
|
||||
"small": "Petit"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Ajuster",
|
||||
"apply": "Appliquer",
|
||||
"confirmExit": "Etes-vous sûr que vous voulez fermer? Vous avez des modifications non enregistrées à l'image.",
|
||||
"crop": "Rogner",
|
||||
"downloadAction": "Téléchargement de l'image originale.",
|
||||
"keepAspectRatio": "Consever les proportions",
|
||||
"loading": "Chargement de l'image",
|
||||
"presets": "Préconfigurer",
|
||||
"reset": "Reset",
|
||||
"resize": "Redimensionner",
|
||||
"rotate": "Rotation",
|
||||
"rotateAntiClockwise": "90° vers la gauche",
|
||||
"rotateClockwise": "90° vers la droite",
|
||||
"save": "Enregistrer",
|
||||
"saveDialogFileExists": "Un fichier de même nom existe déjà dans le dossier.",
|
||||
"saveDialogOverwrite": "Ecraser le fichier",
|
||||
"saveDialogSaveAs": "Enregistrer comme:",
|
||||
"saveDialogTitle": "Enregistrer les modifications",
|
||||
"title": "Editer l'image",
|
||||
"transformationAction": "Application des transformations.",
|
||||
"uploadAction": "Envoi de l'image éditée.",
|
||||
"filters": {
|
||||
"brightness": "Brillance",
|
||||
"clip": "Clip",
|
||||
"contrast": "Contraste",
|
||||
"exposure": "Exposition",
|
||||
"gamma": "Gamma",
|
||||
"hue": "Nuance",
|
||||
"noise": "Bruit",
|
||||
"saturation": "Saturation",
|
||||
"sepia": "Sépia",
|
||||
"sharpen": "Accentuation",
|
||||
"stackBlur": "Flou",
|
||||
"vibrance": "Vibrance"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Clareté",
|
||||
"concentrate": "Concentré",
|
||||
"crossProcess": "Traitement croisé",
|
||||
"glowingSun": "Soleil ardent",
|
||||
"grungy": "Crasseux",
|
||||
"hazyDays": "Jours de brume",
|
||||
"hemingway": "Hemingway",
|
||||
"herMajesty": "Sa Majesté",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "Lomo",
|
||||
"love": "Amour",
|
||||
"nostalgia": "Nostalgie",
|
||||
"oldBoot": "Vieille botte",
|
||||
"orangePeel": "Peau d'orange",
|
||||
"pinhole": "Sténopé",
|
||||
"sinCity": "Ville du péché",
|
||||
"sunrise": "Lever du soleil",
|
||||
"vintage": "Vendanges"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Raccourcis clavier",
|
||||
"general": {
|
||||
"action": "Exécuter l'action par défaut",
|
||||
"firstItem": "Aller au premier élément",
|
||||
"focusFilesPane": "Se concentrer sur la fenêtre des fichiers",
|
||||
"focusFoldersPane": "Se concentrer sur la fenêtre des dossiers ou le fil dAriane",
|
||||
"focusNext": "Se concentrer sur la fenêtre suivante",
|
||||
"focusToolbar": "Se concentrer sur la barre d'outils",
|
||||
"lastItem": "Aller au dernier élément",
|
||||
"listShortcuts": "Ouvrez cette boîte de dialogue d'aide",
|
||||
"nextItem": "Aller à l'élément suivant",
|
||||
"previousItem": "Aller à l'élément précédent",
|
||||
"showContextMenu": "Ouvrir le menu contextuel",
|
||||
"title": "Interface générale"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Ajouter à la sélection ou supprimer de celle ci les fichiers du haut",
|
||||
"addToSelectionBelow": "Ajouter à la sélection ou supprimer de celle ci les fichiers du bas",
|
||||
"addToSelectionLeft": "Ajouter à la sélection ou supprimer de celle ci les fichiers sur la gauche",
|
||||
"addToSelectionRight": "Ajouter à la sélection ou supprimer de celle ci les fichiers sur la droite",
|
||||
"delete": "Supprimer fichier(s)",
|
||||
"refresh": "Actualiser les fichiers",
|
||||
"rename": "Renommer le fichier",
|
||||
"selectAll": "Sélectionnez tous les fichiers",
|
||||
"upload": "Envoyer fichier(s)"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Replier le dossier / Aller au dossier parent",
|
||||
"delete": "Supprimer le dossier",
|
||||
"expandOrSubfolder": "Déplier le dossier / Aller au premier sous-dossier",
|
||||
"title": "Fenêtre des dossiers"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Contrôle",
|
||||
"delete": "Supprimer",
|
||||
"downArrow": "Flèche basse",
|
||||
"escape": "Échap",
|
||||
"leftArrow": "Flèche gauche",
|
||||
"question": "Point d'interrogation",
|
||||
"rightArrow": "Flèche droite",
|
||||
"upArrow": "Flèche haute"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ctrl",
|
||||
"del": "suppr",
|
||||
"end": "fin",
|
||||
"home": "début",
|
||||
"shift": "maj"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "gu",
|
||||
"common": {
|
||||
"abort": "Abort",
|
||||
"cancel": "રદ કરવું",
|
||||
"choose": "Choose",
|
||||
"close": "બંધ",
|
||||
"copy": "Copy",
|
||||
"delete": "કાઢી નાખવું",
|
||||
"download": "ડાઊનલોડ",
|
||||
"edit": "એડીટ",
|
||||
"maximize": "મેક્ષિમાઈઝ",
|
||||
"messageTitle": "માહિતી",
|
||||
"minimize": "મિનીમાઈઝ",
|
||||
"move": "Move",
|
||||
"newNameDialogTitle": "નવું નામ",
|
||||
"ok": "ઓકે",
|
||||
"pleaseWait": "Please wait.",
|
||||
"rememberDecision": "મારો વિકલ્પ યાદ રાખો",
|
||||
"rename": "નવું નામ",
|
||||
"showMore": "Show more",
|
||||
"skip": "સ્કીપ",
|
||||
"upload": "અપલોડ",
|
||||
"view": "વ્યુ"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "m/d/yyyy h:MM aa",
|
||||
"dateAmPm": [
|
||||
"AM",
|
||||
"PM"
|
||||
],
|
||||
"kb": "{size} KB",
|
||||
"mb": "{size} MB",
|
||||
"gb": "{size} GB",
|
||||
"sizePerSecond": "{size}/s",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "આટો-નવું નામ",
|
||||
"countMany": "{count} ફાઈલો",
|
||||
"countOne": "1 ફાઈલ",
|
||||
"deleteConfirmation": "Are you sure you want to delete {count} files?",
|
||||
"fileDeleteConfirmation": "શું તમારે \"{name}\" ફાઈલ ડિલીટ કરવી છે?",
|
||||
"fileRenameExtensionConfirmation": "છું તમારે ફાઈલ એક્ષ્તેન્શન્ બદલવું છે? તે ફાઈલ પછી નહી વપરાય.",
|
||||
"fileRenameLabel": "નવી ફાઈલ નું નામ આપો: ",
|
||||
"filesPaneTitle": "Files pane",
|
||||
"filesRefresh": "Refreshing files",
|
||||
"filterPlaceholder": "Filter",
|
||||
"gettingFileData": "Getting file data.",
|
||||
"overwrite": "ફાઈલ બદલવી છે",
|
||||
"loadingFilesPane": {
|
||||
"title": "Loading...",
|
||||
"text": "The files are being loaded."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "The folder is empty.",
|
||||
"text": "Use the <strong>Upload</strong> button or <strong>drag and drop</strong> your files here."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "Nothing found.",
|
||||
"text": "Please try using different search criteria."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "શું તમારે \"{name}\" ફોલ્ડર ડિલીટ કરવું છે?",
|
||||
"destinationFolder": "Destination Folder",
|
||||
"newNameLabel": "નવું ફોલ્ડર નું નામ આપો: ",
|
||||
"newSubfolder": "નવું સ્બફોલડર",
|
||||
"renameDialogTitle": "Rename Folder",
|
||||
"treeTitle": "Folders tree"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "અહિયાં ફાઈલ કોપી કરો",
|
||||
"errorDialogTitle": "Files that cannot be copied:",
|
||||
"manyFilesDialogTitle": "Copy {count} Files To...",
|
||||
"manyFilesWait": "Copying {count} files.",
|
||||
"oneFileDialogTitle": "Copy File To...",
|
||||
"oneFileWait": "Copying file.",
|
||||
"operationLabel": "Copying Files",
|
||||
"operationSummary": "Number of files copied: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "અહિયાં ફાઈલ મુવ કરો",
|
||||
"errorDialogTitle": "Files that cannot be moved:",
|
||||
"manyFilesDialogTitle": "Move {count} Files To...",
|
||||
"manyFilesWait": "Moving {count} files.",
|
||||
"oneFileDialogTitle": "Move File To...",
|
||||
"oneFileWait": "Moving file.",
|
||||
"operationLabel": "Moving Files",
|
||||
"operationSummary": "Number of files moved: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "ફાઈલ ઉમેરો",
|
||||
"bytesCountProgress": "({bytesUploaded} of {bytesTotal})",
|
||||
"details": "Details",
|
||||
"filesCountProgress": "{filesUploaded} of {filesTotal}",
|
||||
"progressLabel": "અપલોડ થાય છે.",
|
||||
"progressMessage": "Uploading...",
|
||||
"selectFileLabel": "અપલોડ માટે ફાઈલ પસંદ કરો",
|
||||
"selectFiles": "Select files to upload",
|
||||
"success": "Upload finished!",
|
||||
"summary": "Uploaded files: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "ડિસ્પ્લે:",
|
||||
"displayDate": "તારીખ",
|
||||
"displayName": "ફાઈલનું નામ",
|
||||
"displaySize": "ફાઈલ સાઈઝ",
|
||||
"sortAscending": "Ascending",
|
||||
"sortBy": "Sort by",
|
||||
"sortByOrder": "Order",
|
||||
"sortDescending": "Descending",
|
||||
"thumbnailSize": "Thumbnail Size",
|
||||
"title": "સેટીંગ્સ",
|
||||
"viewType": "View",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "List",
|
||||
"viewTypeThumbnails": "Thumbnails"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "કમાંડ માન્ય નથી.",
|
||||
"11": "તમારી રીક્વેસ્ટ માન્ય નથી.",
|
||||
"12": "તમારી રીક્વેસ્ટ રિસોર્સ માન્ય નથી.",
|
||||
"13": "The connector configuration file is invalid.",
|
||||
"14": "Invalid connector plugin: {pluginName}.",
|
||||
"102": "ફાઈલ અથવા ફોલ્ડરનું નામ માન્ય નથી.",
|
||||
"103": "ઓથોરીટી ન હોવાને કારણે, તમારી રીક્વેસ્ટ માન્ય નથી..",
|
||||
"104": "સિસ્ટમ પરમીસન ન હોવાને કારણે, તમારી રીક્વેસ્ટ માન્ય નથી.",
|
||||
"105": "ફાઈલ એક્ષટેનસન માન્ય નથી.",
|
||||
"109": "ઇનવેલીડ રીક્વેસ્ટ.",
|
||||
"110": "અન્નોન એરર.",
|
||||
"111": "It was not possible to complete the request due to resulting file size.",
|
||||
"115": "એજ નામ વાળું ફાઈલ અથવા ફોલ્ડર છે.",
|
||||
"116": "ફોલ્ડર નથી. રીફ્રેશ દબાવી ફરી પ્રયત્ન કરો.",
|
||||
"117": "ફાઈલ નથી. રીફ્રેશ દબાવી ફરી પ્રયત્ન કરો..",
|
||||
"118": "સોર્સ અને ટાર્ગેટ ના પાથ સરખા નથી.",
|
||||
"201": "એજ નામ વાળી ફાઈલ છે. અપલોડ કરેલી નવી ફાઈલનું નામ \"{name}\".",
|
||||
"202": "ફાઈલ માન્ય નથી.",
|
||||
"203": "ફાઈલ માન્ય નથી. ફાઈલની સાઈઝ ઘણી મોટી છે.",
|
||||
"204": "અપલોડ કરેલી ફાઈલ કરપ્ટ છે.",
|
||||
"205": "સર્વર પર અપલોડ કરવા માટે ટેમ્પરરી ફોલ્ડર નથી.",
|
||||
"206": "સિક્યોરીટીના કારણે અપલોડ કેન્સલ કરેલ છે. ફાઈલમાં HTML જેવો ડેટા છે.",
|
||||
"207": "અપલોડ ફાઈલનું નવું નામ \"{name}\".",
|
||||
"300": "ફાઈલ મુવ શક્ય નથી.",
|
||||
"301": "ફાઈલ કોપી શક્ય નથી.",
|
||||
"302": "Deleting file(s) failed.",
|
||||
"500": "સિક્યોરીટીના કારણે ફાઈલ બ્રાઉઝર બંધ કરેલ છે. તમારા સિક્યોરીટી એડ્મીનીસ્ટેટરની મદદથી CKFinder કોન્ફીગ્યુંરેષન ફાઈલ તપાસો.",
|
||||
"501": "થમ્બનેલનો સપોર્ટ બંધ કરેલો છે."
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "ફાઈલના નામમાં એમના કોઈ પણ કેરેક્ટર ન ચાલે: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "The file name cannot be empty.",
|
||||
"folderInvalidCharacters": "ફોલ્ડરના નામમાં એમના કોઈ પણ કેરેક્ટર ન ચાલે: {disallowedCharacters}",
|
||||
"incorrectExtension": "આ ફોલ્ડરમાં આ એક્ષટેનસન શક્ય નથી.",
|
||||
"missingFile": "The requested file is no longer available.",
|
||||
"missingFolder": "The folder you are trying to reach is no longer available.",
|
||||
"noUploadFolderSelected": "અપલોડ કરતા પેહલાં ફોલ્ડર પસંદ કરો.",
|
||||
"operationCompleted": "Operation completed with errors.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "તમારી રીક્વેસ્ટ માન્ય નથી. (એરર {number})",
|
||||
"unknownUploadError": "ફાઈલ મોકલવામાં એરર છે.",
|
||||
"uploadErrors": "Upload finished with errors.",
|
||||
"uploadPermissions": "ફાઈલ અપલોડ શક્ય નથી."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Choose Resized",
|
||||
"originalSize": "Original Size",
|
||||
"sizes": {
|
||||
"custom": "Custom",
|
||||
"large": "Large",
|
||||
"max": "Max",
|
||||
"medium": "Medium",
|
||||
"small": "Small"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Adjust",
|
||||
"apply": "Apply",
|
||||
"confirmExit": "Are you sure you want to close? You have unsaved changes to the image.",
|
||||
"crop": "Crop",
|
||||
"downloadAction": "Downloading original image.",
|
||||
"keepAspectRatio": "Keep Aspect Ratio",
|
||||
"loading": "Loading image",
|
||||
"presets": "Presets",
|
||||
"reset": "Reset",
|
||||
"resize": "Resize",
|
||||
"rotate": "Rotate",
|
||||
"rotateAntiClockwise": "90° Left",
|
||||
"rotateClockwise": "90° Right",
|
||||
"save": "Save",
|
||||
"saveDialogFileExists": "File with the same name already exists in folder.",
|
||||
"saveDialogOverwrite": "Overwrite File",
|
||||
"saveDialogSaveAs": "Save as:",
|
||||
"saveDialogTitle": "Save Changes",
|
||||
"title": "Edit Image",
|
||||
"transformationAction": "Applying transformations.",
|
||||
"uploadAction": "Uploading edited image.",
|
||||
"filters": {
|
||||
"brightness": "Brightness",
|
||||
"clip": "Clip",
|
||||
"contrast": "Contrast",
|
||||
"exposure": "Exposure",
|
||||
"gamma": "Gamma",
|
||||
"hue": "Hue",
|
||||
"noise": "Noise",
|
||||
"saturation": "Saturation",
|
||||
"sepia": "Sepia",
|
||||
"sharpen": "Sharpen",
|
||||
"stackBlur": "Blur",
|
||||
"vibrance": "Vibrance"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Clarity",
|
||||
"concentrate": "Concentrate",
|
||||
"crossProcess": "Cross Process",
|
||||
"glowingSun": "Glowing Sun",
|
||||
"grungy": "Grungy",
|
||||
"hazyDays": "Hazy Days",
|
||||
"hemingway": "Hemingway",
|
||||
"herMajesty": "Her Majesty",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "Lomo",
|
||||
"love": "Love",
|
||||
"nostalgia": "Nostalgia",
|
||||
"oldBoot": "Old Boot",
|
||||
"orangePeel": "Orange Peel",
|
||||
"pinhole": "Pinhole",
|
||||
"sinCity": "Sin City",
|
||||
"sunrise": "Sunrise",
|
||||
"vintage": "Vintage"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Keyboard Shortcuts",
|
||||
"general": {
|
||||
"action": "Execute default action",
|
||||
"firstItem": "Go to first item",
|
||||
"focusFilesPane": "Focus files pane",
|
||||
"focusFoldersPane": "Focus folders pane or breadcrumbs",
|
||||
"focusNext": "Focus next pane",
|
||||
"focusToolbar": "Focus toolbar",
|
||||
"lastItem": "Go to last item",
|
||||
"listShortcuts": "Open this help dialog",
|
||||
"nextItem": "Go to next item",
|
||||
"previousItem": "Go to previous item",
|
||||
"showContextMenu": "Open context menu",
|
||||
"title": "General Interface"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Add or remove files above to selection",
|
||||
"addToSelectionBelow": "Add or remove files below to selection",
|
||||
"addToSelectionLeft": "Add or remove file on the left to selection",
|
||||
"addToSelectionRight": "Add or remove file on the right to selection",
|
||||
"delete": "Delete file(s)",
|
||||
"refresh": "Refresh files",
|
||||
"rename": "Rename file",
|
||||
"selectAll": "Select all files",
|
||||
"upload": "Upload file(s)"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Collapse folder / Go to parent folder",
|
||||
"delete": "Delete folder",
|
||||
"expandOrSubfolder": "Expand folder / Go to first subfolder",
|
||||
"title": "Folders Pane"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Control",
|
||||
"delete": "Delete",
|
||||
"downArrow": "Down arrow",
|
||||
"escape": "Escape",
|
||||
"leftArrow": "Left arrow",
|
||||
"question": "Question mark",
|
||||
"rightArrow": "Right arrow",
|
||||
"upArrow": "Up arrow"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ctrl",
|
||||
"del": "del",
|
||||
"end": "end",
|
||||
"home": "home",
|
||||
"shift": "shift"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "rtl",
|
||||
"langCode": "he",
|
||||
"common": {
|
||||
"abort": "Abort",
|
||||
"cancel": "ביטול",
|
||||
"choose": "Choose",
|
||||
"close": "סגור",
|
||||
"copy": "Copy",
|
||||
"delete": "מחיקה",
|
||||
"download": "הורדה",
|
||||
"edit": "עריכה",
|
||||
"maximize": "הגדלה למקסימום",
|
||||
"messageTitle": "הודעה",
|
||||
"minimize": "הקטנה למינימום",
|
||||
"move": "Move",
|
||||
"newNameDialogTitle": "שם חדש",
|
||||
"ok": "אישור",
|
||||
"pleaseWait": "Please wait.",
|
||||
"rememberDecision": "זכור החלטתי",
|
||||
"rename": "שינוי שם",
|
||||
"showMore": "Show more",
|
||||
"skip": "דלג",
|
||||
"upload": "העלאה",
|
||||
"view": "צפיה"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "d/m/yyyy HH:MM",
|
||||
"dateAmPm": [
|
||||
"AM",
|
||||
"PM"
|
||||
],
|
||||
"kb": "{size}KB",
|
||||
"mb": "{size}MB",
|
||||
"gb": "{size}GB",
|
||||
"sizePerSecond": "{size}/s",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "שינוי שם אוטומטי",
|
||||
"countMany": "{count} קבצים",
|
||||
"countOne": "קובץ 1",
|
||||
"deleteConfirmation": "האם למחוק {count} קבצים?",
|
||||
"fileDeleteConfirmation": "האם למחוק את הקובץ \"{name}\"?",
|
||||
"fileRenameExtensionConfirmation": "האם לשנות את הסיומת של הקובץ?",
|
||||
"fileRenameLabel": "יש להקליד שם חדש לקובץ: ",
|
||||
"filesPaneTitle": "Files pane",
|
||||
"filesRefresh": "Refreshing files",
|
||||
"filterPlaceholder": "Filter",
|
||||
"gettingFileData": "Getting file data.",
|
||||
"overwrite": "החלפה",
|
||||
"loadingFilesPane": {
|
||||
"title": "Loading...",
|
||||
"text": "The files are being loaded."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "The folder is empty.",
|
||||
"text": "Use the <strong>Upload</strong> button or <strong>drag and drop</strong> your files here."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "Nothing found.",
|
||||
"text": "Please try using different search criteria."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "האם למחוק את התיקיה \"{name}\" ?",
|
||||
"destinationFolder": "תיקיית יעד",
|
||||
"newNameLabel": "יש להקליד שם חדש לתיקיה: ",
|
||||
"newSubfolder": "תת-תיקיה חדשה",
|
||||
"renameDialogTitle": "Rename Folder",
|
||||
"treeTitle": "Folders tree"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "העתקת קבצים לכאן",
|
||||
"errorDialogTitle": "Files that cannot be copied:",
|
||||
"manyFilesDialogTitle": "Copy {count} Files To...",
|
||||
"manyFilesWait": "Copying {count} files.",
|
||||
"oneFileDialogTitle": "Copy File To...",
|
||||
"oneFileWait": "Copying file.",
|
||||
"operationLabel": "Copying Files",
|
||||
"operationSummary": "מספר קבצים שהועתקו: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "הזזת קבצים לכאן",
|
||||
"errorDialogTitle": "Files that cannot be moved:",
|
||||
"manyFilesDialogTitle": "Move {count} Files To...",
|
||||
"manyFilesWait": "Moving {count} files.",
|
||||
"oneFileDialogTitle": "Move File To...",
|
||||
"oneFileWait": "Moving file.",
|
||||
"operationLabel": "Moving Files",
|
||||
"operationSummary": "מספר קבצים שהוזזו: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "הוספת קבצים",
|
||||
"bytesCountProgress": "({bytesUploaded} of {bytesTotal})",
|
||||
"details": "Details",
|
||||
"filesCountProgress": "{filesUploaded} of {filesTotal}",
|
||||
"progressLabel": "העלאה מתבצעת, נא להמתין...",
|
||||
"progressMessage": "Uploading...",
|
||||
"selectFileLabel": "בחירת קובץ להעלאה",
|
||||
"selectFiles": "Select files to upload",
|
||||
"success": "Upload finished!",
|
||||
"summary": "Uploaded files: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "תצוגה:",
|
||||
"displayDate": "תאריך",
|
||||
"displayName": "שם קובץ",
|
||||
"displaySize": "גודל קובץ",
|
||||
"sortAscending": "Ascending",
|
||||
"sortBy": "Sort by",
|
||||
"sortByOrder": "Order",
|
||||
"sortDescending": "Descending",
|
||||
"thumbnailSize": "Thumbnail Size",
|
||||
"title": "הגדרות",
|
||||
"viewType": "View",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "List",
|
||||
"viewTypeThumbnails": "Thumbnails"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "הוראה לא תקינה.",
|
||||
"11": "סוג המשאב לא צויין בבקשה לשרת.",
|
||||
"12": "סוג המשאב המצויין לא תקין.",
|
||||
"13": "The connector configuration file is invalid.",
|
||||
"14": "Invalid connector plugin: {pluginName}.",
|
||||
"102": "שם הקובץ או התיקיה לא תקין.",
|
||||
"103": "לא היה ניתן להשלים את הבקשה בשל הרשאות מוגבלות.",
|
||||
"104": "לא היה ניתן להשלים את הבקשה בשל הרשאות מערכת קבצים מוגבלות.",
|
||||
"105": "סיומת הקובץ לא תקינה.",
|
||||
"109": "בקשה לא תקינה.",
|
||||
"110": "שגיאה לא ידועה.",
|
||||
"111": "לא ניתן היה להשלים את הבקשה בשל הגודל החריג של הקובץ הנוצר.",
|
||||
"115": "כבר קיים/ת קובץ או תיקיה באותו השם.",
|
||||
"116": "התיקיה לא נמצאה. נא לרענן ולנסות שוב.",
|
||||
"117": "הקובץ לא נמצא. נא לרענן ולנסות שוב.",
|
||||
"118": "כתובות המקור והיעד זהות.",
|
||||
"201": "קובץ עם אותו השם כבר קיים. שם הקובץ שהועלה שונה ל \"{name}\"",
|
||||
"202": "הקובץ לא תקין.",
|
||||
"203": "הקובץ לא תקין. גודל הקובץ גדול מדי.",
|
||||
"204": "הקובץ המועלה לא תקין",
|
||||
"205": "לא קיימת בשרת תיקיה זמנית להעלאת קבצים.",
|
||||
"206": "ההעלאה בוטלה מסיבות אבטחה. הקובץ מכיל תוכן שדומה ל-HTML.",
|
||||
"207": "שם הקובץ שהועלה שונה ל \"{name}\"",
|
||||
"300": "העברת הקבצים נכשלה.",
|
||||
"301": "העתקת הקבצים נכשלה.",
|
||||
"302": "Deleting file(s) failed.",
|
||||
"500": "דפדפן הקבצים מנוטרל מסיבות אבטחה. יש לפנות למנהל המערכת ולבדוק את קובץ התצורה של CKFinder.",
|
||||
"501": "התמיכה בתמונות מוקטנות מבוטלת."
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "שם הקובץ לא יכול לכלול תווים הבאים: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "The file name cannot be empty.",
|
||||
"folderInvalidCharacters": "שם התיקיה לא יכול לכלול תווים הבאים: {disallowedCharacters}",
|
||||
"incorrectExtension": "סוג קובץ זה לא מאושר בתיקיה זאת.",
|
||||
"missingFile": "The requested file is no longer available.",
|
||||
"missingFolder": "The folder you are trying to reach is no longer available.",
|
||||
"noUploadFolderSelected": "יש לבחור תיקיה לפני ההעלאה.",
|
||||
"operationCompleted": "הפעולה הושלמה עם שגיאות.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "לא היה ניתן להשלים את הבקשה. (שגיאה {number})",
|
||||
"unknownUploadError": "שגיאה בשליחת הקובץ.",
|
||||
"uploadErrors": "Upload finished with errors.",
|
||||
"uploadPermissions": "העלאת קובץ אסורה."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Choose Resized",
|
||||
"originalSize": "Original Size",
|
||||
"sizes": {
|
||||
"custom": "Custom",
|
||||
"large": "Large",
|
||||
"max": "Max",
|
||||
"medium": "Medium",
|
||||
"small": "Small"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Adjust",
|
||||
"apply": "Apply",
|
||||
"confirmExit": "Are you sure you want to close? You have unsaved changes to the image.",
|
||||
"crop": "Crop",
|
||||
"downloadAction": "Downloading original image.",
|
||||
"keepAspectRatio": "Keep Aspect Ratio",
|
||||
"loading": "Loading image",
|
||||
"presets": "Presets",
|
||||
"reset": "Reset",
|
||||
"resize": "Resize",
|
||||
"rotate": "Rotate",
|
||||
"rotateAntiClockwise": "90° Left",
|
||||
"rotateClockwise": "90° Right",
|
||||
"save": "Save",
|
||||
"saveDialogFileExists": "File with the same name already exists in folder.",
|
||||
"saveDialogOverwrite": "Overwrite File",
|
||||
"saveDialogSaveAs": "Save as:",
|
||||
"saveDialogTitle": "Save Changes",
|
||||
"title": "Edit Image",
|
||||
"transformationAction": "Applying transformations.",
|
||||
"uploadAction": "Uploading edited image.",
|
||||
"filters": {
|
||||
"brightness": "Brightness",
|
||||
"clip": "Clip",
|
||||
"contrast": "Contrast",
|
||||
"exposure": "Exposure",
|
||||
"gamma": "Gamma",
|
||||
"hue": "Hue",
|
||||
"noise": "Noise",
|
||||
"saturation": "Saturation",
|
||||
"sepia": "Sepia",
|
||||
"sharpen": "Sharpen",
|
||||
"stackBlur": "Blur",
|
||||
"vibrance": "Vibrance"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Clarity",
|
||||
"concentrate": "Concentrate",
|
||||
"crossProcess": "Cross Process",
|
||||
"glowingSun": "Glowing Sun",
|
||||
"grungy": "Grungy",
|
||||
"hazyDays": "Hazy Days",
|
||||
"hemingway": "Hemingway",
|
||||
"herMajesty": "Her Majesty",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "Lomo",
|
||||
"love": "Love",
|
||||
"nostalgia": "Nostalgia",
|
||||
"oldBoot": "Old Boot",
|
||||
"orangePeel": "Orange Peel",
|
||||
"pinhole": "Pinhole",
|
||||
"sinCity": "Sin City",
|
||||
"sunrise": "Sunrise",
|
||||
"vintage": "Vintage"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Keyboard Shortcuts",
|
||||
"general": {
|
||||
"action": "Execute default action",
|
||||
"firstItem": "Go to first item",
|
||||
"focusFilesPane": "Focus files pane",
|
||||
"focusFoldersPane": "Focus folders pane or breadcrumbs",
|
||||
"focusNext": "Focus next pane",
|
||||
"focusToolbar": "Focus toolbar",
|
||||
"lastItem": "Go to last item",
|
||||
"listShortcuts": "Open this help dialog",
|
||||
"nextItem": "Go to next item",
|
||||
"previousItem": "Go to previous item",
|
||||
"showContextMenu": "Open context menu",
|
||||
"title": "General Interface"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Add or remove files above to selection",
|
||||
"addToSelectionBelow": "Add or remove files below to selection",
|
||||
"addToSelectionLeft": "Add or remove file on the left to selection",
|
||||
"addToSelectionRight": "Add or remove file on the right to selection",
|
||||
"delete": "Delete file(s)",
|
||||
"refresh": "Refresh files",
|
||||
"rename": "Rename file",
|
||||
"selectAll": "Select all files",
|
||||
"upload": "Upload file(s)"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Collapse folder / Go to parent folder",
|
||||
"delete": "Delete folder",
|
||||
"expandOrSubfolder": "Expand folder / Go to first subfolder",
|
||||
"title": "Folders Pane"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Control",
|
||||
"delete": "Delete",
|
||||
"downArrow": "Down arrow",
|
||||
"escape": "Escape",
|
||||
"leftArrow": "Left arrow",
|
||||
"question": "Question mark",
|
||||
"rightArrow": "Right arrow",
|
||||
"upArrow": "Up arrow"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ctrl",
|
||||
"del": "del",
|
||||
"end": "end",
|
||||
"home": "home",
|
||||
"shift": "shift"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "hi",
|
||||
"common": {
|
||||
"abort": "Abort",
|
||||
"cancel": "खारिज",
|
||||
"choose": "Choose",
|
||||
"close": "क्लोस",
|
||||
"copy": "Copy",
|
||||
"delete": "डिलिट",
|
||||
"download": "डाउनलोड",
|
||||
"edit": "एडिट",
|
||||
"maximize": "मैक्सीमईज",
|
||||
"messageTitle": "माहिती",
|
||||
"minimize": "मिनीमाईज",
|
||||
"move": "Move",
|
||||
"newNameDialogTitle": "नया नाम",
|
||||
"ok": "ओके",
|
||||
"pleaseWait": "Please wait.",
|
||||
"rememberDecision": "मेरा विकल्प याद रखो",
|
||||
"rename": "रिनेम",
|
||||
"showMore": "Show more",
|
||||
"skip": "स्किप",
|
||||
"upload": "अपलोड",
|
||||
"view": "व्यू"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "m/d/yyyy h:MM aa",
|
||||
"dateAmPm": [
|
||||
"AM",
|
||||
"PM"
|
||||
],
|
||||
"kb": "{size} KB",
|
||||
"mb": "{size} MB",
|
||||
"gb": "{size} GB",
|
||||
"sizePerSecond": "{size}/s",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "ऑटो-रीनेम",
|
||||
"countMany": "{count} फाएल",
|
||||
"countOne": "1 फाएल",
|
||||
"deleteConfirmation": "Are you sure you want to delete {count} files?",
|
||||
"fileDeleteConfirmation": "क्या आपको फाएल डिलिट करना है \"{name}\"?",
|
||||
"fileRenameExtensionConfirmation": "क्या आपको फाएल एक्सटेंसन बदलना है? फाएल का उपयोग नही कर सकोगे.",
|
||||
"fileRenameLabel": "फाएलका नया नाम टाईप करो: ",
|
||||
"filesPaneTitle": "Files pane",
|
||||
"filesRefresh": "Refreshing files",
|
||||
"filterPlaceholder": "Filter",
|
||||
"gettingFileData": "Getting file data.",
|
||||
"overwrite": "ओवरराईट",
|
||||
"loadingFilesPane": {
|
||||
"title": "Loading...",
|
||||
"text": "The files are being loaded."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "The folder is empty.",
|
||||
"text": "Use the <strong>Upload</strong> button or <strong>drag and drop</strong> your files here."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "Nothing found.",
|
||||
"text": "Please try using different search criteria."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "क्या आपको \"{name}\" फोल्डर डीलिट करना है?",
|
||||
"destinationFolder": "Destination Folder",
|
||||
"newNameLabel": "फोल्डरका नया नाम टाईप करो: ",
|
||||
"newSubfolder": "नया सबफोल्डर",
|
||||
"renameDialogTitle": "Rename Folder",
|
||||
"treeTitle": "Folders tree"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "यहाँ कोपी करें",
|
||||
"errorDialogTitle": "Files that cannot be copied:",
|
||||
"manyFilesDialogTitle": "Copy {count} Files To...",
|
||||
"manyFilesWait": "Copying {count} files.",
|
||||
"oneFileDialogTitle": "Copy File To...",
|
||||
"oneFileWait": "Copying file.",
|
||||
"operationLabel": "Copying Files",
|
||||
"operationSummary": "Number of files copied: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "यंहा मूव करें",
|
||||
"errorDialogTitle": "Files that cannot be moved:",
|
||||
"manyFilesDialogTitle": "Move {count} Files To...",
|
||||
"manyFilesWait": "Moving {count} files.",
|
||||
"oneFileDialogTitle": "Move File To...",
|
||||
"oneFileWait": "Moving file.",
|
||||
"operationLabel": "Moving Files",
|
||||
"operationSummary": "Number of files moved: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "फाएल एड करें",
|
||||
"bytesCountProgress": "({bytesUploaded} of {bytesTotal})",
|
||||
"details": "Details",
|
||||
"filesCountProgress": "{filesUploaded} of {filesTotal}",
|
||||
"progressLabel": "उपलोड जारी है.",
|
||||
"progressMessage": "Uploading...",
|
||||
"selectFileLabel": "उपलोड करने के लिये फाएल चुनो",
|
||||
"selectFiles": "Select files to upload",
|
||||
"success": "Upload finished!",
|
||||
"summary": "Uploaded files: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "डिस्प्ले:",
|
||||
"displayDate": "तारीख",
|
||||
"displayName": "फाएलका नाम",
|
||||
"displaySize": "फाएल साईज",
|
||||
"sortAscending": "Ascending",
|
||||
"sortBy": "Sort by",
|
||||
"sortByOrder": "Order",
|
||||
"sortDescending": "Descending",
|
||||
"thumbnailSize": "Thumbnail Size",
|
||||
"title": "सेटिंग्स",
|
||||
"viewType": "View",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "List",
|
||||
"viewTypeThumbnails": "Thumbnails"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "इन्वेलीड कमांड.",
|
||||
"11": "यह रिसोर्स टाईप उपलब्ध नहीं है.",
|
||||
"12": "यह रिसोर्स टाईप वेलिड नही हैं.",
|
||||
"13": "The connector configuration file is invalid.",
|
||||
"14": "Invalid connector plugin: {pluginName}.",
|
||||
"102": "फाएल या फोल्डर का नाम वेलिड नहीं है.",
|
||||
"103": "ओथोरिसेसंन रिस्त्रिक्सं की वजह से, आपकी रिक्वेस्ट पूरी नही कर सकते.",
|
||||
"104": "सिस्टम परमिशन रिस्त्रिक्सं की वजह से, आपकी रिक्वेस्ट पूरी नही कर सकते..",
|
||||
"105": "फाएल एक्स्त्न्सं गलत है.",
|
||||
"109": "इन्वेलीड रिक्वेस्ट.",
|
||||
"110": "अननोन एरर.",
|
||||
"111": "It was not possible to complete the request due to resulting file size.",
|
||||
"115": "सेम नाम का फाएल या फोल्डर मोजूद है.",
|
||||
"116": "फोल्डर नही मिला. रिफ्रेस करके वापिस प्रयत्न करे.",
|
||||
"117": "फाएल नही मिला. फाएल लिस्टको रिफ्रेस करके वापिस प्रयत्न करे.",
|
||||
"118": "सोर्स और टारगेट के पाथ एक जैसे है.",
|
||||
"201": "वहि नाम की फाएल मोजोद है. अपलोड फाएल का नया नाम \"{name}\".",
|
||||
"202": "इन्वेलीड फाएल.",
|
||||
"203": "इन्वेलीड फाएल. फाएल बहुत बड़ी है.",
|
||||
"204": "अपलोडकी गयी फाएल करप्ट हो गयी है.",
|
||||
"205": "फाएल अपलोड करनेके लिये, सर्वरपे टेम्पररी फोल्डर उपलब्थ नही है..",
|
||||
"206": "सिक्योरिटी कारण वष, फाएल अपलोड केन्सल किया है. फाएलमें HTML-जैसे डेटा है.",
|
||||
"207": "अपलोडेड फाएल का नया नाम \"{name}\".",
|
||||
"300": "फाएल मूव नहीं कर सके.",
|
||||
"301": "फाएल कोपी नहीं कर सके.",
|
||||
"302": "Deleting file(s) failed.",
|
||||
"500": "सिक्योरिटी कारण वष, फाएल ब्राउजर डिसेबल किया गया है. आपके सिस्टम एडमिनिस्ट्रेटर का सम्पर्क करे और CKFinder कोंफिग्युरेसन फाएल तपासे.",
|
||||
"501": "थम्बनेल सपोर्ट डिसेबल किया है."
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "फाएलके नाममें यह केरेक्टर नही हो सकते: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "The file name cannot be empty.",
|
||||
"folderInvalidCharacters": "फोल्डरके नाममें यह केरेक्टर नही हो सकते: {disallowedCharacters}",
|
||||
"incorrectExtension": "ये फोल्डरमें ये फाइल एक्सटेंसन अलाव नही है.",
|
||||
"missingFile": "The requested file is no longer available.",
|
||||
"missingFolder": "The folder you are trying to reach is no longer available.",
|
||||
"noUploadFolderSelected": "फोल्डर चुनके अपलोडिग करिये.",
|
||||
"operationCompleted": "Operation completed with errors.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "आपकी रिक्वेस्ट क्मप्लित नही कर सकते. (एरर {number})",
|
||||
"unknownUploadError": "फाएल भेजने में मुश्केली हो रही है.",
|
||||
"uploadErrors": "Upload finished with errors.",
|
||||
"uploadPermissions": "फाएल उपलोड नही कर सकते."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Choose Resized",
|
||||
"originalSize": "Original Size",
|
||||
"sizes": {
|
||||
"custom": "Custom",
|
||||
"large": "Large",
|
||||
"max": "Max",
|
||||
"medium": "Medium",
|
||||
"small": "Small"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Adjust",
|
||||
"apply": "Apply",
|
||||
"confirmExit": "Are you sure you want to close? You have unsaved changes to the image.",
|
||||
"crop": "Crop",
|
||||
"downloadAction": "Downloading original image.",
|
||||
"keepAspectRatio": "Keep Aspect Ratio",
|
||||
"loading": "Loading image",
|
||||
"presets": "Presets",
|
||||
"reset": "Reset",
|
||||
"resize": "Resize",
|
||||
"rotate": "Rotate",
|
||||
"rotateAntiClockwise": "90° Left",
|
||||
"rotateClockwise": "90° Right",
|
||||
"save": "Save",
|
||||
"saveDialogFileExists": "File with the same name already exists in folder.",
|
||||
"saveDialogOverwrite": "Overwrite File",
|
||||
"saveDialogSaveAs": "Save as:",
|
||||
"saveDialogTitle": "Save Changes",
|
||||
"title": "Edit Image",
|
||||
"transformationAction": "Applying transformations.",
|
||||
"uploadAction": "Uploading edited image.",
|
||||
"filters": {
|
||||
"brightness": "Brightness",
|
||||
"clip": "Clip",
|
||||
"contrast": "Contrast",
|
||||
"exposure": "Exposure",
|
||||
"gamma": "Gamma",
|
||||
"hue": "Hue",
|
||||
"noise": "Noise",
|
||||
"saturation": "Saturation",
|
||||
"sepia": "Sepia",
|
||||
"sharpen": "Sharpen",
|
||||
"stackBlur": "Blur",
|
||||
"vibrance": "Vibrance"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Clarity",
|
||||
"concentrate": "Concentrate",
|
||||
"crossProcess": "Cross Process",
|
||||
"glowingSun": "Glowing Sun",
|
||||
"grungy": "Grungy",
|
||||
"hazyDays": "Hazy Days",
|
||||
"hemingway": "Hemingway",
|
||||
"herMajesty": "Her Majesty",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "Lomo",
|
||||
"love": "Love",
|
||||
"nostalgia": "Nostalgia",
|
||||
"oldBoot": "Old Boot",
|
||||
"orangePeel": "Orange Peel",
|
||||
"pinhole": "Pinhole",
|
||||
"sinCity": "Sin City",
|
||||
"sunrise": "Sunrise",
|
||||
"vintage": "Vintage"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Keyboard Shortcuts",
|
||||
"general": {
|
||||
"action": "Execute default action",
|
||||
"firstItem": "Go to first item",
|
||||
"focusFilesPane": "Focus files pane",
|
||||
"focusFoldersPane": "Focus folders pane or breadcrumbs",
|
||||
"focusNext": "Focus next pane",
|
||||
"focusToolbar": "Focus toolbar",
|
||||
"lastItem": "Go to last item",
|
||||
"listShortcuts": "Open this help dialog",
|
||||
"nextItem": "Go to next item",
|
||||
"previousItem": "Go to previous item",
|
||||
"showContextMenu": "Open context menu",
|
||||
"title": "General Interface"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Add or remove files above to selection",
|
||||
"addToSelectionBelow": "Add or remove files below to selection",
|
||||
"addToSelectionLeft": "Add or remove file on the left to selection",
|
||||
"addToSelectionRight": "Add or remove file on the right to selection",
|
||||
"delete": "Delete file(s)",
|
||||
"refresh": "Refresh files",
|
||||
"rename": "Rename file",
|
||||
"selectAll": "Select all files",
|
||||
"upload": "Upload file(s)"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Collapse folder / Go to parent folder",
|
||||
"delete": "Delete folder",
|
||||
"expandOrSubfolder": "Expand folder / Go to first subfolder",
|
||||
"title": "Folders Pane"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Control",
|
||||
"delete": "Delete",
|
||||
"downArrow": "Down arrow",
|
||||
"escape": "Escape",
|
||||
"leftArrow": "Left arrow",
|
||||
"question": "Question mark",
|
||||
"rightArrow": "Right arrow",
|
||||
"upArrow": "Up arrow"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ctrl",
|
||||
"del": "del",
|
||||
"end": "end",
|
||||
"home": "home",
|
||||
"shift": "shift"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "hr",
|
||||
"common": {
|
||||
"abort": "Prekini",
|
||||
"cancel": "Poništi",
|
||||
"choose": "Izaberi",
|
||||
"close": "Zatvori",
|
||||
"copy": "Kopiraj",
|
||||
"delete": "Obriši",
|
||||
"download": "Skini",
|
||||
"edit": "Promijeni",
|
||||
"maximize": "Povećaj",
|
||||
"messageTitle": "Informacija",
|
||||
"minimize": "Smanji",
|
||||
"move": "Premjesti",
|
||||
"newNameDialogTitle": "Novi naziv",
|
||||
"ok": "U redu",
|
||||
"pleaseWait": "Pričekajte.",
|
||||
"rememberDecision": "Zapamti moj izbor",
|
||||
"rename": "Promijeni naziv",
|
||||
"showMore": "Pokaži više",
|
||||
"skip": "Preskoči",
|
||||
"upload": "Pošalji",
|
||||
"view": "Pogledaj"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "dd/mm/yyyy HH:MM",
|
||||
"dateAmPm": [
|
||||
"AM",
|
||||
"PM"
|
||||
],
|
||||
"kb": "{size} KB",
|
||||
"mb": "{size} MB",
|
||||
"gb": "{size} GB",
|
||||
"sizePerSecond": "{size}/s",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "Automatska promjena naziva",
|
||||
"countMany": "{count} datoteka",
|
||||
"countOne": "1 datoteka",
|
||||
"deleteConfirmation": "Jeste li sigurni da želite obrisati {count} datoteke?",
|
||||
"fileDeleteConfirmation": "Sigurno želite obrisati datoteku \"{name}\"?",
|
||||
"fileRenameExtensionConfirmation": "Sigurno želite promijeniti vrstu datoteke? Datoteka može postati neiskoristiva.",
|
||||
"fileRenameLabel": "Unesite novo ime datoteke: ",
|
||||
"filesPaneTitle": "Panel Datoteka",
|
||||
"filesRefresh": "Osvježavanje datoteka",
|
||||
"filterPlaceholder": "Filter",
|
||||
"gettingFileData": "Dobavljam podatke o datoteci.",
|
||||
"overwrite": "Prepiši",
|
||||
"loadingFilesPane": {
|
||||
"title": "Učitavam...",
|
||||
"text": "Datoteke se učitavaju."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "Direktorij je prazan.",
|
||||
"text": "Koristite <strong>Upload</strong> gumb ili <strong>dovucite i ispustite </strong> vaše datoteke ovdje."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "Ništa nije nađeno.",
|
||||
"text": "Pokušajte koristiti drugačiji kriterij pretraživanja."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "Sigurno želite obrisati direktorij \"{name}\"?",
|
||||
"destinationFolder": "Odredišni Folder",
|
||||
"newNameLabel": "Unesite ime novog direktorija: ",
|
||||
"newSubfolder": "Novi poddirektorij",
|
||||
"renameDialogTitle": "Preimenuj Folder",
|
||||
"treeTitle": "Drvo Foldera"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "Kopiraj ovdje",
|
||||
"errorDialogTitle": "Datoteke koje ne mogu biti kopirane:",
|
||||
"manyFilesDialogTitle": "Kopiraj {count} datoteke u...",
|
||||
"manyFilesWait": "Kopiranje {count} datoteka.",
|
||||
"oneFileDialogTitle": "Kopiraj datoteku u...",
|
||||
"oneFileWait": "Kopiram datoteke.",
|
||||
"operationLabel": "Kopiranje datoteka",
|
||||
"operationSummary": "Broj kopiranih datoteka: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "Premjesti ovdje",
|
||||
"errorDialogTitle": "Datoteke koje ne mogu biti premještene:",
|
||||
"manyFilesDialogTitle": "Premjesti {count} datoteke u...",
|
||||
"manyFilesWait": "Premještanje {count} datoteka.",
|
||||
"oneFileDialogTitle": "Premjesti datoteku u...",
|
||||
"oneFileWait": "Premještam datoteke.",
|
||||
"operationLabel": "Premještanje datoteka",
|
||||
"operationSummary": "Broj premještenih datoteka: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "Dodaj datoteke",
|
||||
"bytesCountProgress": "({bytesUploaded} od {bytesTotal})",
|
||||
"details": "Detalji",
|
||||
"filesCountProgress": "{filesUploaded} od {filesTotal}",
|
||||
"progressLabel": "Slanje u tijeku.",
|
||||
"progressMessage": "Uploadanje...",
|
||||
"selectFileLabel": "Odaberi datoteku za slanje",
|
||||
"selectFiles": "Odaberite datoteke za upload",
|
||||
"success": "Upload dovršen!",
|
||||
"summary": "Uploadane datoteke: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "Prikaz:",
|
||||
"displayDate": "Datum",
|
||||
"displayName": "Naziv datoteke",
|
||||
"displaySize": "Veličina datoteke",
|
||||
"sortAscending": "Ascending",
|
||||
"sortBy": "Sort by",
|
||||
"sortByOrder": "Order",
|
||||
"sortDescending": "Descending",
|
||||
"thumbnailSize": "Veličina sličice",
|
||||
"title": "Postavke",
|
||||
"viewType": "View",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "List",
|
||||
"viewTypeThumbnails": "Thumbnails"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "Nepoznata naredba.",
|
||||
"11": "Nije navedena vrsta u zahtjevu.",
|
||||
"12": "Zatražena vrsta nije važeća.",
|
||||
"13": "Connector konfiguracijski fajl nije valjan.",
|
||||
"14": "Connector plugin nije ispravan: {pluginName}.",
|
||||
"102": "Neispravan naziv datoteke ili direktorija.",
|
||||
"103": "Nije moguće izvršiti zahtjev zbog ograničenja pristupa.",
|
||||
"104": "Nije moguće izvršiti zahtjev zbog ograničenja postavki sustava.",
|
||||
"105": "Nedozvoljena vrsta datoteke.",
|
||||
"109": "Nedozvoljen zahtjev.",
|
||||
"110": "Nepoznata greška.",
|
||||
"111": "Nije moguće izvršiti zahtjev zbog resulting veličine datoteke.",
|
||||
"115": "Datoteka ili direktorij s istim nazivom već postoji.",
|
||||
"116": "Direktorij nije pronađen. Osvježite stranicu i pokušajte ponovo.",
|
||||
"117": "Datoteka nije pronađena. Osvježite listu datoteka i pokušajte ponovo.",
|
||||
"118": "Putanje izvora i odredišta su jednake.",
|
||||
"201": "Datoteka s istim nazivom već postoji. Poslana datoteka je promijenjena u \"{name}\".",
|
||||
"202": "Neispravna datoteka.",
|
||||
"203": "Neispravna datoteka. Veličina datoteke je prevelika.",
|
||||
"204": "Poslana datoteka je neispravna.",
|
||||
"205": "Ne postoji privremeni direktorij za slanje na server.",
|
||||
"206": "Slanje je poništeno zbog sigurnosnih postavki. Naziv datoteke sadrži HTML podatke.",
|
||||
"207": "Poslana datoteka je promjenjena u \"{name}\".",
|
||||
"300": "Premještanje datoteke(a) nije uspjelo.",
|
||||
"301": "Kopiranje datoteke(a) nije uspjelo.",
|
||||
"302": "Brisanje datoteke(a) nije uspjelo.",
|
||||
"500": "Pretraživanje datoteka nije dozvoljeno iz sigurnosnih razloga. Molimo kontaktirajte administratora sustava kako bi provjerili postavke CKFinder konfiguracijske datoteke.",
|
||||
"501": "Podrška za sličice je onemogućena."
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "Naziv datoteke ne smije sadržavati niti jedan od sljedećih znakova: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "The file name cannot be empty.",
|
||||
"folderInvalidCharacters": "Naziv direktorija ne smije sadržavati niti jedan od sljedećih znakova: {disallowedCharacters}",
|
||||
"incorrectExtension": "Vrsta datoteka nije dozvoljena.",
|
||||
"missingFile": "Tražena datoteka više nije dostupna.",
|
||||
"missingFolder": "Direktorij više nije dostupan.",
|
||||
"noUploadFolderSelected": "Odaberite direktorije prije slanja.",
|
||||
"operationCompleted": "Operacija je izvršena, ali sa greškama.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "Nije moguće završiti zahtjev. (Greška {number})",
|
||||
"unknownUploadError": "Greška kod slanja datoteke.",
|
||||
"uploadErrors": "Upload dovršen sa greškama.",
|
||||
"uploadPermissions": "Slanje datoteka nije dozvoljeno."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Izaberi Scaled",
|
||||
"originalSize": "Originalna Veličina",
|
||||
"sizes": {
|
||||
"custom": "Odredi",
|
||||
"large": "Velika",
|
||||
"max": "Max",
|
||||
"medium": "Srednja",
|
||||
"small": "Mala"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Prilagodi",
|
||||
"apply": "Primijeni",
|
||||
"confirmExit": "Da li sigurno želiš zatvoriti? Imaš nesačuvane promjene na slici.",
|
||||
"crop": "Izreži",
|
||||
"downloadAction": "Preuzimanje originalne slike.",
|
||||
"keepAspectRatio": "Zadrži Aspect Ratio",
|
||||
"loading": "Učitavanje slike",
|
||||
"presets": "Presets",
|
||||
"reset": "Resetiraj",
|
||||
"resize": "Resize",
|
||||
"rotate": "Rotiraj",
|
||||
"rotateAntiClockwise": "90° Lijevo",
|
||||
"rotateClockwise": "90° Desno",
|
||||
"save": "Sačuvaj",
|
||||
"saveDialogFileExists": "Datoteka sa istim imenom već postoji u direktoriju.",
|
||||
"saveDialogOverwrite": "Prepiši preko datoteke",
|
||||
"saveDialogSaveAs": "Sačuvaj kao:",
|
||||
"saveDialogTitle": "Sačuvaj Promjene",
|
||||
"title": "Uredi Sliku",
|
||||
"transformationAction": "Primjenjujem transformacije.",
|
||||
"uploadAction": "Uploadanje uređene slike.",
|
||||
"filters": {
|
||||
"brightness": "Svjetlina",
|
||||
"clip": "Clip",
|
||||
"contrast": "Kontrast",
|
||||
"exposure": "Expozicija",
|
||||
"gamma": "Gamma",
|
||||
"hue": "Nijansa",
|
||||
"noise": "Noise",
|
||||
"saturation": "Zasićenje",
|
||||
"sepia": "Sepia",
|
||||
"sharpen": "Izoštri",
|
||||
"stackBlur": "Stack Blur",
|
||||
"vibrance": "Vibrance"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Jasnoća",
|
||||
"concentrate": "Concentrate",
|
||||
"crossProcess": "Cross Process",
|
||||
"glowingSun": "Sjaj Sunca",
|
||||
"grungy": "Grungy",
|
||||
"hazyDays": "Hazy Days",
|
||||
"hemingway": "Hemingway",
|
||||
"herMajesty": "Njeno Visočanstvo",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "Lomo",
|
||||
"love": "Ljubav",
|
||||
"nostalgia": "Nostalgia",
|
||||
"oldBoot": "Stara Čizma",
|
||||
"orangePeel": "Kora Naranče",
|
||||
"pinhole": "Pinhole",
|
||||
"sinCity": "Sin City",
|
||||
"sunrise": "Izlazak sunca",
|
||||
"vintage": "Vintage"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Prečaci na tipkovnici",
|
||||
"general": {
|
||||
"action": "Izvrši zadanu akciju",
|
||||
"firstItem": "Idi na prvu stavku",
|
||||
"focusFilesPane": "Fokusiraj panel datoteka",
|
||||
"focusFoldersPane": "Fokusiraj panel foldera ili mrvice",
|
||||
"focusNext": "Fokusiraj sljedeći panel",
|
||||
"focusToolbar": "Fokusiraj alatnu traku",
|
||||
"lastItem": "Idi na posljednju stavku",
|
||||
"listShortcuts": "Otvori ovaj dijalog za pomoć",
|
||||
"nextItem": "Idi na sljedeću stavku",
|
||||
"previousItem": "Idi na prošlu stavku",
|
||||
"showContextMenu": "Otvori kontextni menu",
|
||||
"title": "Generalno Sučelje"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Dodaj ili makni datoteke u odabir",
|
||||
"addToSelectionBelow": "Dodaj ili makni datoteke u odabir",
|
||||
"addToSelectionLeft": "Dodaj ili makni datoteke u odabir",
|
||||
"addToSelectionRight": "Dodaj ili makni datoteke u odabir",
|
||||
"delete": "Obriši datoteku(e)",
|
||||
"refresh": "Osvježi datoteke",
|
||||
"rename": "Preimenuj datoteku",
|
||||
"selectAll": "Odaberi sve datoteke",
|
||||
"upload": "Prenesi datoteku(e)"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Suzi folder / Pođi na roditeljski folder",
|
||||
"delete": "Obriši folder",
|
||||
"expandOrSubfolder": "Proširi folder / Pođi na prvi podfolder",
|
||||
"title": "Panel Foldera"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Control",
|
||||
"delete": "Obriši",
|
||||
"downArrow": "Strelica dolje",
|
||||
"escape": "Escape",
|
||||
"leftArrow": "Strelica lijevo",
|
||||
"question": "Upitnik",
|
||||
"rightArrow": "Strelica desno",
|
||||
"upArrow": "Strelica gore"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ctrl",
|
||||
"del": "del",
|
||||
"end": "end",
|
||||
"home": "home",
|
||||
"shift": "shift"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "hu",
|
||||
"common": {
|
||||
"abort": "Abort",
|
||||
"cancel": "Mégsem",
|
||||
"choose": "Válasszon",
|
||||
"close": "Bezárás",
|
||||
"copy": "Másolás",
|
||||
"delete": "Törlés",
|
||||
"download": "Letöltés",
|
||||
"edit": "Szerkesztés",
|
||||
"maximize": "Teljes méret",
|
||||
"messageTitle": "Információ",
|
||||
"minimize": "Kis méret",
|
||||
"move": "Áthelyezés",
|
||||
"newNameDialogTitle": "Új név",
|
||||
"ok": "Rendben",
|
||||
"pleaseWait": "Kérem várjon.",
|
||||
"rememberDecision": "Jegyezze meg a választásomat",
|
||||
"rename": "Átnevezés",
|
||||
"showMore": "Mutass tübbet",
|
||||
"skip": "Kihagy",
|
||||
"upload": "Feltöltés",
|
||||
"view": "Megtekintés"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "yyyy.mm.dd. HH:MM",
|
||||
"dateAmPm": [
|
||||
"de.",
|
||||
"du."
|
||||
],
|
||||
"kb": "{size} KB",
|
||||
"mb": "{size} MB",
|
||||
"gb": "{size} GB",
|
||||
"sizePerSecond": "{size}/s",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "Automatikus átnevezés",
|
||||
"countMany": "{count} fájl",
|
||||
"countOne": "1 fájl",
|
||||
"deleteConfirmation": "Biztosan törli a kijelölt {count} fájlt?",
|
||||
"fileDeleteConfirmation": "Biztosan törli a következő fájlt: \"{name}\"?",
|
||||
"fileRenameExtensionConfirmation": "Biztosan szeretné módosítani a fájl kiterjesztését? A fájl használhatatlanná válhat.",
|
||||
"fileRenameLabel": "Kérem adja meg a fájl új nevét: ",
|
||||
"filesPaneTitle": "Files pane",
|
||||
"filesRefresh": "Refreshing files",
|
||||
"filterPlaceholder": "Szűrő",
|
||||
"gettingFileData": "A fájl adatainak lekérdezése.",
|
||||
"overwrite": "Felülír",
|
||||
"loadingFilesPane": {
|
||||
"title": "Betöltés...",
|
||||
"text": "A fájlok betöltése megkezdődött."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "Ez a mappa üres.",
|
||||
"text": "Használja a <strong>Feltöltés</strong> gombot, vagy <strong>húzzon ide</strong> a fájlokat."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "Nincs találat.",
|
||||
"text": "Kérem adjon meg más keresési feltételt."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "Biztosan törölni szeretné a következő mappát: \"{name}\"?",
|
||||
"destinationFolder": "Cél mappa",
|
||||
"newNameLabel": "Kérem adja meg a mappa nevét: ",
|
||||
"newSubfolder": "Új almappa",
|
||||
"renameDialogTitle": "Mappa átnevezése",
|
||||
"treeTitle": "Folders tree"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "Másolás ide",
|
||||
"errorDialogTitle": "A következő fájlok nem másolhatóak:",
|
||||
"manyFilesDialogTitle": "{count} fájl másolása ide...",
|
||||
"manyFilesWait": "{count} fájl másolása.",
|
||||
"oneFileDialogTitle": "Fájl másolása ide...",
|
||||
"oneFileWait": "Fájl másolása.",
|
||||
"operationLabel": "Fájlok másolása",
|
||||
"operationSummary": "A másolt fájlok száma: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "Áthelyezés ide",
|
||||
"errorDialogTitle": "A következő fájlok nem helyezhetőek át:",
|
||||
"manyFilesDialogTitle": "{count} fájl áthelyezése ide...",
|
||||
"manyFilesWait": "{count} fájl áthelyezése.",
|
||||
"oneFileDialogTitle": "Fájl áthelyezése ide...",
|
||||
"oneFileWait": "Fájl áthelyezése.",
|
||||
"operationLabel": "Fájlok áthelyezése",
|
||||
"operationSummary": "Az áthelyezett fájlok száma: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "Fájl hozzáadása",
|
||||
"bytesCountProgress": "({bytesUploaded} / {bytesTotal})",
|
||||
"details": "Részletek",
|
||||
"filesCountProgress": "{filesUploaded} / {filesTotal}",
|
||||
"progressLabel": "A feltöltés folyamatban.",
|
||||
"progressMessage": "Feltöltés...",
|
||||
"selectFileLabel": "Válassza ki a feltölteni kívánt fájlt",
|
||||
"selectFiles": "Válassza ki a feltöltendő fájlokat",
|
||||
"success": "A feltöltés befejeződött!",
|
||||
"summary": "Feltöltött fájlok: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "Megjelenik:",
|
||||
"displayDate": "dátum",
|
||||
"displayName": "fájl neve",
|
||||
"displaySize": "fájlméret",
|
||||
"sortAscending": "Ascending",
|
||||
"sortBy": "Sort by",
|
||||
"sortByOrder": "Order",
|
||||
"sortDescending": "Descending",
|
||||
"thumbnailSize": "Bélyegkép méret",
|
||||
"title": "Beállítások",
|
||||
"viewType": "View",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "List",
|
||||
"viewTypeThumbnails": "Thumbnails"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "Érvénytelen parancs.",
|
||||
"11": "A fájl típusa nem lett a kérés során beállítva.",
|
||||
"12": "A kívánt fájl típus érvénytelen.",
|
||||
"13": "A kapcsolati konfiguráció érvénytelen.",
|
||||
"14": "Érvénytelen kapcsolati plugin: {pluginName}.",
|
||||
"102": "Érvénytelen fájl vagy könyvtárnév.",
|
||||
"103": "Hitelesítési problémák miatt nem sikerült a kérést teljesíteni.",
|
||||
"104": "Jogosultsági problémák miatt nem sikerült a kérést teljesíteni.",
|
||||
"105": "Érvénytelen fájl kiterjesztés.",
|
||||
"109": "Érvénytelen kérés.",
|
||||
"110": "Ismeretlen hiba.",
|
||||
"111": "A kérés nem teljesíthető a létrejövő fájl mérete miatt.",
|
||||
"115": "A fálj vagy mappa már létezik ezen a néven.",
|
||||
"116": "Mappa nem található. Kérem frissítsen és próbálja újra.",
|
||||
"117": "Fájl nem található. Kérem frissítsen és próbálja újra.",
|
||||
"118": "A forrás és a cél azonos.",
|
||||
"201": "Ilyen nevű fájl már létezett. A feltöltött fájl a következőre lett átnevezve: \"{name}\".",
|
||||
"202": "Érvénytelen fájl.",
|
||||
"203": "Érvénytelen fájl. A fájl mérete túl nagy.",
|
||||
"204": "A feltöltött fájl hibás.",
|
||||
"205": "A szerveren nem található a feltöltéshez ideiglenes mappa.",
|
||||
"206": "A fájl feltötése biztonsági okból megszakadt. A fájl HTML adatokat tartalmaz.",
|
||||
"207": "El fichero subido ha sido renombrado como \"{name}\".",
|
||||
"300": "A fájl(ok) áthelyezése sikertelen.",
|
||||
"301": "A fájl(ok) másolása sikertelen.",
|
||||
"302": "A fájl(ok) törlése sikertelen.",
|
||||
"500": "A fájl-tallózó biztonsági okok miatt nincs engedélyezve. Kérem vegye fel a kapcsolatot a rendszer üzemeltetőjével és ellenőrizze a CKFinder konfigurációs fájlt.",
|
||||
"501": "A bélyegkép támogatás nincs engedélyezve."
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "A fájl neve nem tartalmazhatja a következő karaktereket: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "The file name cannot be empty.",
|
||||
"folderInvalidCharacters": "A mappa neve nem tartalmazhatja a következő karaktereket: {disallowedCharacters}",
|
||||
"incorrectExtension": "A fájl kiterjesztése nem engedélyezett ebben a mappában.",
|
||||
"missingFile": "A fájl már nem létezik.",
|
||||
"missingFolder": "A könyvtár már nem létezik.",
|
||||
"noUploadFolderSelected": "A feltöltés előtt válasszon mappát.",
|
||||
"operationCompleted": "A művelet közben hiba történt.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "A parancsot nem sikerült végrehajtani. (Hiba: {number})",
|
||||
"unknownUploadError": "Hiba a fájl feltöltése közben.",
|
||||
"uploadErrors": "A feltöltés befejeződött hibákkal.",
|
||||
"uploadPermissions": "A fájlok feltöltése nem engedélyezett."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Az átméretezett kiválasztása",
|
||||
"originalSize": "Eredeti méret",
|
||||
"sizes": {
|
||||
"custom": "Egyedi",
|
||||
"large": "Nagy",
|
||||
"max": "Max",
|
||||
"medium": "Közepes",
|
||||
"small": "Kicsi"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Beállítások",
|
||||
"apply": "Alkalmaz",
|
||||
"confirmExit": "Biztosan bezárja? Még nem mentett változások fűződnek ehhez a képhez.",
|
||||
"crop": "Kivágás",
|
||||
"downloadAction": "Eredeti kép letöltése.",
|
||||
"keepAspectRatio": "Képarány megtartása",
|
||||
"loading": "Kép betöltése",
|
||||
"presets": "Effektek",
|
||||
"reset": "Visszaállít",
|
||||
"resize": "Átméretezés",
|
||||
"rotate": "Forgatás",
|
||||
"rotateAntiClockwise": "90° balra",
|
||||
"rotateClockwise": "90° jobbra",
|
||||
"save": "Mentés",
|
||||
"saveDialogFileExists": "Ilyen nevű fájl már létezik a könyvtárban.",
|
||||
"saveDialogOverwrite": "Fájl felülírása",
|
||||
"saveDialogSaveAs": "Mentés másként:",
|
||||
"saveDialogTitle": "Módosítások mentése",
|
||||
"title": "Kép szerkesztése",
|
||||
"transformationAction": "Módosítások alkalmazása.",
|
||||
"uploadAction": "Módosított kép feltöltése.",
|
||||
"filters": {
|
||||
"brightness": "Világosság",
|
||||
"clip": "Kivág",
|
||||
"contrast": "Kontraszt",
|
||||
"exposure": "Expozíció",
|
||||
"gamma": "Gamma",
|
||||
"hue": "Hue",
|
||||
"noise": "Zaj",
|
||||
"saturation": "Telítettség",
|
||||
"sepia": "Szépia",
|
||||
"sharpen": "Élesség",
|
||||
"stackBlur": "Homályosítás",
|
||||
"vibrance": "Vibrance"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Világosság",
|
||||
"concentrate": "Koncentrált",
|
||||
"crossProcess": "Cross Process",
|
||||
"glowingSun": "Ragyogó nap",
|
||||
"grungy": "Trutyis",
|
||||
"hazyDays": "Ködös nap",
|
||||
"hemingway": "Hemingway",
|
||||
"herMajesty": "Őfelsége",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "Lomo",
|
||||
"love": "Szerelem",
|
||||
"nostalgia": "Nosztalgia",
|
||||
"oldBoot": "Öreg csizma",
|
||||
"orangePeel": "Narancs héj",
|
||||
"pinhole": "A tű foka",
|
||||
"sinCity": "Sin City",
|
||||
"sunrise": "Napkelte",
|
||||
"vintage": "Klasszikus"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Billentyű-kombinációk",
|
||||
"general": {
|
||||
"action": "Első művelet futtatása",
|
||||
"firstItem": "Ugrás az elsőhöz",
|
||||
"focusFilesPane": "Összpontosítás a fájlokra",
|
||||
"focusFoldersPane": "Összpontosítás a mappákra vagy útvonalra",
|
||||
"focusNext": "Összpontosítás a következőre",
|
||||
"focusToolbar": "Összpontosítás az eszköztárra",
|
||||
"lastItem": "Ugrás az utolsóhoz",
|
||||
"listShortcuts": "Súgó megnyitása",
|
||||
"nextItem": "Ugrás a következőre",
|
||||
"previousItem": "Ugrás az előzőre",
|
||||
"showContextMenu": "Kontextus menü megnyitása",
|
||||
"title": "Általános"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Add or remove files above to selection",
|
||||
"addToSelectionBelow": "Add or remove files below to selection",
|
||||
"addToSelectionLeft": "Add or remove file on the left to selection",
|
||||
"addToSelectionRight": "Add or remove file on the right to selection",
|
||||
"delete": "Fájlok törlése",
|
||||
"refresh": "Frissítés",
|
||||
"rename": "Fájl átnevezése",
|
||||
"selectAll": "Minden kijelölése",
|
||||
"upload": "Feltöltés"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Mappa összetűzése / Ugrás a szülőkönyvtárba",
|
||||
"delete": "Mappa törlése",
|
||||
"expandOrSubfolder": "Mappa kibontása / Ugrás az első almappába",
|
||||
"title": "Mappák"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Control",
|
||||
"delete": "Delete",
|
||||
"downArrow": "Le",
|
||||
"escape": "Escape",
|
||||
"leftArrow": "Bal",
|
||||
"question": "Kérdőjel",
|
||||
"rightArrow": "Jobb",
|
||||
"upArrow": "Fel"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ctrl",
|
||||
"del": "del",
|
||||
"end": "end",
|
||||
"home": "home",
|
||||
"shift": "shift"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "it",
|
||||
"common": {
|
||||
"abort": "Interrompi",
|
||||
"cancel": "Annulla",
|
||||
"choose": "Seleziona",
|
||||
"close": "Chiudi",
|
||||
"copy": "Copia",
|
||||
"delete": "Elimina",
|
||||
"download": "Scarica",
|
||||
"edit": "Modifica",
|
||||
"maximize": "Ingrandisci",
|
||||
"messageTitle": "Informazione",
|
||||
"minimize": "Riduci",
|
||||
"move": "Sposta",
|
||||
"newNameDialogTitle": "Nuovo nome",
|
||||
"ok": "OK",
|
||||
"pleaseWait": "Attendere.",
|
||||
"rememberDecision": "Ricorda decisione",
|
||||
"rename": "Rinomina",
|
||||
"showMore": "Mostra altro",
|
||||
"skip": "Salta",
|
||||
"upload": "Carica",
|
||||
"view": "Vedi"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "dd/mm/yyyy HH:MM",
|
||||
"dateAmPm": [
|
||||
"AM",
|
||||
"PM"
|
||||
],
|
||||
"kb": "{size} KB",
|
||||
"mb": "{size} MB",
|
||||
"gb": "{size} GB",
|
||||
"sizePerSecond": "{size}/s",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "Rinomina automaticamente",
|
||||
"countMany": "{count} file",
|
||||
"countOne": "1 file",
|
||||
"deleteConfirmation": "Eliminare {count} file?",
|
||||
"fileDeleteConfirmation": "Eliminare il file \"{name}\"?",
|
||||
"fileRenameExtensionConfirmation": "Cambiare l'estensione del file? Il file può risultare inutilizzabile.",
|
||||
"fileRenameLabel": "Nuovo nome del file: ",
|
||||
"filesPaneTitle": "Pannello file",
|
||||
"filesRefresh": "Aggiornamento dei file",
|
||||
"filterPlaceholder": "Filtro",
|
||||
"gettingFileData": "Recupero dei dati del file.",
|
||||
"overwrite": "Sovrascrivi",
|
||||
"loadingFilesPane": {
|
||||
"title": "Caricamento...",
|
||||
"text": "i file vengono caricati."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "La cartella è vuota.",
|
||||
"text": "Usare il pulsante <strong>Carica</strong> oppure <strong>trascinare qui</strong> i propri file."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "Non è stato trovato nulla.",
|
||||
"text": "Riprovare con criteri di ricerca differenti."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "Eliminare la cartella \"{name}\"?",
|
||||
"destinationFolder": "Cartella di destinazione",
|
||||
"newNameLabel": "Nome della cartella: ",
|
||||
"newSubfolder": "Nuova sotto-cartella",
|
||||
"renameDialogTitle": "Rinomina cartella",
|
||||
"treeTitle": "Albero cartelle"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "Copia qui",
|
||||
"errorDialogTitle": "File che non è possibile copiare:",
|
||||
"manyFilesDialogTitle": "Copia {count} file in...",
|
||||
"manyFilesWait": "Copia di {count} file in corso.",
|
||||
"oneFileDialogTitle": "Copia il file in...",
|
||||
"oneFileWait": "Copia del file in corso.",
|
||||
"operationLabel": "Copia dei file",
|
||||
"operationSummary": "Numero di file copiati: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "Sposta qui",
|
||||
"errorDialogTitle": "File che non è possibile spostare:",
|
||||
"manyFilesDialogTitle": "Sposta {count} file in...",
|
||||
"manyFilesWait": "Spostamento di {count} file in corso.",
|
||||
"oneFileDialogTitle": "Sposta il file in...",
|
||||
"oneFileWait": "Spostamento del file in corso.",
|
||||
"operationLabel": "Spostamento dei file",
|
||||
"operationSummary": "Numero di file spostati: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "Aggiungi file",
|
||||
"bytesCountProgress": "({bytesUploaded} di {bytesTotal})",
|
||||
"details": "Dettagli",
|
||||
"filesCountProgress": "{filesUploaded} di {filesTotal}",
|
||||
"progressLabel": "caricamento in corso.",
|
||||
"progressMessage": "Caricamento in corso...",
|
||||
"selectFileLabel": "Selezionare un file da caricare",
|
||||
"selectFiles": "Selezionare i file da caricare",
|
||||
"success": "Caricamento completato!",
|
||||
"summary": "File caricati: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "Informazioni:",
|
||||
"displayDate": "Data",
|
||||
"displayName": "Nome del file",
|
||||
"displaySize": "Dimensioni",
|
||||
"sortAscending": "Crescente",
|
||||
"sortBy": "Ordina per",
|
||||
"sortByOrder": "Ordine",
|
||||
"sortDescending": "Decrescente",
|
||||
"thumbnailSize": "Dimensioni miniatura",
|
||||
"title": "Impostazioni",
|
||||
"viewType": "Vista",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "Lista",
|
||||
"viewTypeThumbnails": "Miniature"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "Comando non valido.",
|
||||
"11": "Il tipo di risorsa non è stato specificato nella richiesta.",
|
||||
"12": "Il tipo di risorsa richiesto non è valido.",
|
||||
"13": "La configurazione del connettore non è valida.",
|
||||
"14": "Estensione del connettore non valida: {pluginName}.",
|
||||
"102": "Il nome del file o della cartella non è valido.",
|
||||
"103": "Non è stato possibile completare la richiesta a causa di restrizioni di autorizzazione.",
|
||||
"104": "Non è stato possibile completare la richiesta a causa di restrizioni nei permessi del file system.",
|
||||
"105": "L'estensione del file non è valida.",
|
||||
"109": "Richiesta non valida.",
|
||||
"110": "Errore sconosciuto.",
|
||||
"111": "Non è stato possibile completare la richiesta a causa della dimensione finale del file.",
|
||||
"115": "Esiste già un file o una cartella con lo stesso nome.",
|
||||
"116": "Cartella non trovata. Aggiornare e riprovare.",
|
||||
"117": "File non trovato. Aggiornare la lista dei file e riprovare.",
|
||||
"118": "Il percorso di origine e quello di destinazione sono uguali.",
|
||||
"201": "Un file con lo stesso nome esiste già. Il file caricato è stato rinominato in \"{name}\".",
|
||||
"202": "File non valido.",
|
||||
"203": "File non valido. Il file è troppo grande.",
|
||||
"204": "Il file caricato è corrotto.",
|
||||
"205": "Non è disponibile alcuna cartella temporanea per il caricamento dei file sul server.",
|
||||
"206": "Caricamento annullato per motivi di sicurezza. Il file contiene dati in formato HTML.",
|
||||
"207": "Il file caricato è stato rinominato in \"{name}\".",
|
||||
"300": "Non è stato possibile spostare i file.",
|
||||
"301": "Non è stato possibile copiare i file.",
|
||||
"302": "Non è stato possibile eliminare i file.",
|
||||
"500": "Il gestore dei file è disabilitato per motivi di sicurezza. Contattare l'amministratore del sistema e verificare la configurazione di CKFinder.",
|
||||
"501": "Il supporto alle miniature non è attivo."
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "I seguenti caratteri non possono essere usati per comporre il nome del file: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "Il nome del file non può essere vuoto.",
|
||||
"folderInvalidCharacters": "I seguenti caratteri non possono essere usati per comporre il nome della cartella: {disallowedCharacters}",
|
||||
"incorrectExtension": "In questa cartella non sono permessi file con questa estensione.",
|
||||
"missingFile": "Il file richiesto non è più disponibile.",
|
||||
"missingFolder": "La cartella che si sta cercando di raggiungere non è più disponibile.",
|
||||
"noUploadFolderSelected": "Selezionare la cartella prima di caricare i file.",
|
||||
"operationCompleted": "L'operazione è stata completata con errori.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "Non è stato possibile completare la richiesta (errore {number}).",
|
||||
"unknownUploadError": "Errore durante il caricamento del file.",
|
||||
"uploadErrors": "Caricamento completato con errori.",
|
||||
"uploadPermissions": "Il caricamento dei file non è permesso."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Seleziona miniatura",
|
||||
"originalSize": "Dimensioni originali",
|
||||
"sizes": {
|
||||
"custom": "Personalizzata",
|
||||
"large": "Grande",
|
||||
"max": "Max",
|
||||
"medium": "Media",
|
||||
"small": "Piccola"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Correggi",
|
||||
"apply": "Applica",
|
||||
"confirmExit": "Si è certi di voler chiudere? Sono state apportate delle modifiche all'immagine che non sono ancora state salvate.",
|
||||
"crop": "Ritaglia",
|
||||
"downloadAction": "Scaricamento dell'immagine originale.",
|
||||
"keepAspectRatio": "Mantieni il rapporto di forma",
|
||||
"loading": "Caricamento dell'immagine",
|
||||
"presets": "Combinazioni",
|
||||
"reset": "Reimposta",
|
||||
"resize": "Ridimensiona",
|
||||
"rotate": "Ruota",
|
||||
"rotateAntiClockwise": "90° anti-orari",
|
||||
"rotateClockwise": "90° orari",
|
||||
"save": "Salva",
|
||||
"saveDialogFileExists": "Un file con lo stesso nome esiste già nella cartella.",
|
||||
"saveDialogOverwrite": "Sovrascrivi file",
|
||||
"saveDialogSaveAs": "Salva con nome:",
|
||||
"saveDialogTitle": "Salva modifiche",
|
||||
"title": "Modifica immagine",
|
||||
"transformationAction": "Applicazione delle trasformazioni.",
|
||||
"uploadAction": "Caricamento dell'immagine modificata.",
|
||||
"filters": {
|
||||
"brightness": "Luminosità",
|
||||
"clip": "Ritaglio",
|
||||
"contrast": "Contrasto",
|
||||
"exposure": "Esposizione",
|
||||
"gamma": "Gamma",
|
||||
"hue": "Tinta",
|
||||
"noise": "Rumore",
|
||||
"saturation": "Saturazione",
|
||||
"sepia": "Seppia",
|
||||
"sharpen": "Migliora contorni",
|
||||
"stackBlur": "Sfocatura",
|
||||
"vibrance": "Brillantezza"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Limpidezza",
|
||||
"concentrate": "Concentra",
|
||||
"crossProcess": "Interprocesso",
|
||||
"glowingSun": "Sole brillante",
|
||||
"grungy": "Sporco",
|
||||
"hazyDays": "Giorni sfocati",
|
||||
"hemingway": "Hemingway",
|
||||
"herMajesty": "Sua Maestà",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "Lomo",
|
||||
"love": "Amore",
|
||||
"nostalgia": "Nostalgia",
|
||||
"oldBoot": "Vecchio stivale",
|
||||
"orangePeel": "Buccia d'arancia",
|
||||
"pinhole": "Forellino",
|
||||
"sinCity": "Sin City",
|
||||
"sunrise": "Alba",
|
||||
"vintage": "Vintage"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Tasti rapidi",
|
||||
"general": {
|
||||
"action": "Esegui azione predefinita",
|
||||
"firstItem": "Vai al primo elemento",
|
||||
"focusFilesPane": "Attiva pannello dei file",
|
||||
"focusFoldersPane": "Attiva pannello delle cartelle o breadcrumb",
|
||||
"focusNext": "Attiva pannello successivo",
|
||||
"focusToolbar": "Attiva barra degli strumenti",
|
||||
"lastItem": "Vai all'ultimo elemento",
|
||||
"listShortcuts": "Apri questa finestra d'aiuto",
|
||||
"nextItem": "Vai all'elemento successivo",
|
||||
"previousItem": "Vai all'elemento precedente",
|
||||
"showContextMenu": "Apri menù contestuale",
|
||||
"title": "Interfaccia generale"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Aggiungi o rimuovi file sopra la selezione",
|
||||
"addToSelectionBelow": "Aggiungi o rimuovi file sotto la selezione",
|
||||
"addToSelectionLeft": "Aggiungi o rimuovi file a sinistra della selezione",
|
||||
"addToSelectionRight": "Aggiungi o rimuovi file a destra della selezione",
|
||||
"delete": "Elimina file",
|
||||
"refresh": "Aggiorna file",
|
||||
"rename": "Rinomina file",
|
||||
"selectAll": "Seleziona tutti i file",
|
||||
"upload": "Carica file"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Comprimi cartella / Vai alla cartella padre",
|
||||
"delete": "Elimina cartella",
|
||||
"expandOrSubfolder": "Espandi cartella / Vai alla prima sotto-cartella",
|
||||
"title": "Pannello delle cartelle"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Control",
|
||||
"delete": "Canc",
|
||||
"downArrow": "Freccia giù",
|
||||
"escape": "Esc",
|
||||
"leftArrow": "Freccia sinistra",
|
||||
"question": "Punto di domanda",
|
||||
"rightArrow": "Freccia destra",
|
||||
"upArrow": "Freccia su"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ctrl",
|
||||
"del": "canc",
|
||||
"end": "fine",
|
||||
"home": "inizio",
|
||||
"shift": "shift"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "ja",
|
||||
"common": {
|
||||
"abort": "Abort",
|
||||
"cancel": "キャンセル",
|
||||
"choose": "Choose",
|
||||
"close": "閉じる",
|
||||
"copy": "Copy",
|
||||
"delete": "削除",
|
||||
"download": "ダウンロード",
|
||||
"edit": "編集",
|
||||
"maximize": "最大化",
|
||||
"messageTitle": "インフォメーション",
|
||||
"minimize": "最小化",
|
||||
"move": "Move",
|
||||
"newNameDialogTitle": "新しい名前",
|
||||
"ok": "OK",
|
||||
"pleaseWait": "Please wait.",
|
||||
"rememberDecision": "全てに適用する",
|
||||
"rename": "ファイル名の変更",
|
||||
"showMore": "Show more",
|
||||
"skip": "スキップ",
|
||||
"upload": "アップロード",
|
||||
"view": "画像だけを表示"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "m/d/yyyy h:MM aa",
|
||||
"dateAmPm": [
|
||||
"AM",
|
||||
"PM"
|
||||
],
|
||||
"kb": "{size} KB",
|
||||
"mb": "{size} MB",
|
||||
"gb": "{size} GB",
|
||||
"sizePerSecond": "{size}/s",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "自動でリネーム",
|
||||
"countMany": "{count}個のファイル",
|
||||
"countOne": "1つのファイル",
|
||||
"deleteConfirmation": "これらの {count} つのファイルを削除してもよろしいですか? ",
|
||||
"fileDeleteConfirmation": "本当に「\"{name}\"」を削除してもよろしいですか?",
|
||||
"fileRenameExtensionConfirmation": "ファイルが使えなくなる可能性がありますが、本当に拡張子を変更してもよろしいですか?",
|
||||
"fileRenameLabel": "新しいファイル名を入力してください: ",
|
||||
"filesPaneTitle": "Files pane",
|
||||
"filesRefresh": "Refreshing files",
|
||||
"filterPlaceholder": "Filter",
|
||||
"gettingFileData": "Getting file data.",
|
||||
"overwrite": "上書き",
|
||||
"loadingFilesPane": {
|
||||
"title": "Loading...",
|
||||
"text": "The files are being loaded."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "The folder is empty.",
|
||||
"text": "Use the <strong>Upload</strong> button or <strong>drag and drop</strong> your files here."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "Nothing found.",
|
||||
"text": "Please try using different search criteria."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "本当にフォルダ「\"{name}\"」を削除してもよろしいですか?",
|
||||
"destinationFolder": "適用するフォルダ",
|
||||
"newNameLabel": "新しいフォルダ名を入力してください: ",
|
||||
"newSubfolder": "新しいフォルダに入れる",
|
||||
"renameDialogTitle": "Rename Folder",
|
||||
"treeTitle": "Folders tree"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "コピーするファイルをここにドロップしてください",
|
||||
"errorDialogTitle": "Files that cannot be copied:",
|
||||
"manyFilesDialogTitle": "Copy {count} Files To...",
|
||||
"manyFilesWait": "Copying {count} files.",
|
||||
"oneFileDialogTitle": "Copy File To...",
|
||||
"oneFileWait": "Copying file.",
|
||||
"operationLabel": "Copying Files",
|
||||
"operationSummary": "Number of files copied: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "移動するファイルをここにドロップしてください",
|
||||
"errorDialogTitle": "Files that cannot be moved:",
|
||||
"manyFilesDialogTitle": "Move {count} Files To...",
|
||||
"manyFilesWait": "Moving {count} files.",
|
||||
"oneFileDialogTitle": "Move File To...",
|
||||
"oneFileWait": "Moving file.",
|
||||
"operationLabel": "Moving Files",
|
||||
"operationSummary": "Number of files moved: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "ファイルを追加",
|
||||
"bytesCountProgress": "({bytesUploaded} of {bytesTotal})",
|
||||
"details": "Details",
|
||||
"filesCountProgress": "{filesUploaded} of {filesTotal}",
|
||||
"progressLabel": "ファイルのアップロード中...",
|
||||
"progressMessage": "Uploading...",
|
||||
"selectFileLabel": "アップロードするファイルを選択してください",
|
||||
"selectFiles": "Select files to upload",
|
||||
"success": "Upload finished!",
|
||||
"summary": "Uploaded files: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "表示する項目:",
|
||||
"displayDate": "日時",
|
||||
"displayName": "ファイル名",
|
||||
"displaySize": "ファイルサイズ",
|
||||
"sortAscending": "Ascending",
|
||||
"sortBy": "Sort by",
|
||||
"sortByOrder": "Order",
|
||||
"sortDescending": "Descending",
|
||||
"thumbnailSize": "Thumbnail Size",
|
||||
"title": "カスタマイズ",
|
||||
"viewType": "View",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "List",
|
||||
"viewTypeThumbnails": "Thumbnails"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "不正なコマンドです。",
|
||||
"11": "リソースタイプが特定できませんでした。",
|
||||
"12": "要求されたリソースのタイプが正しくありません。",
|
||||
"13": "The connector configuration file is invalid.",
|
||||
"14": "Invalid connector plugin: {pluginName}.",
|
||||
"102": "ファイル名/フォルダ名が正しくありません。",
|
||||
"103": "リクエストを完了できませんでした。認証エラーです。",
|
||||
"104": "リクエストを完了できませんでした。ファイルのパーミッションが許可されていません。",
|
||||
"105": "拡張子が正しくありません。",
|
||||
"109": "不正なリクエストです。",
|
||||
"110": "不明なエラーが発生しました。",
|
||||
"111": "It was not possible to complete the request due to resulting file size.",
|
||||
"115": "同じ名前のファイル/フォルダがすでに存在しています。",
|
||||
"116": "フォルダが見つかりませんでした。ページを更新して再度お試し下さい。",
|
||||
"117": "ファイルが見つかりませんでした。ページを更新して再度お試し下さい。",
|
||||
"118": "対象が移動元と同じ場所を指定されています。",
|
||||
"201": "同じ名前のファイルがすでに存在しています。\"{name}\" にリネームして保存されました。",
|
||||
"202": "不正なファイルです。",
|
||||
"203": "ファイルのサイズが大きすぎます。",
|
||||
"204": "アップロードされたファイルは壊れています。",
|
||||
"205": "サーバ内の一時作業フォルダが利用できません。",
|
||||
"206": "セキュリティ上の理由からアップロードが取り消されました。このファイルにはHTMLに似たデータが含まれています。",
|
||||
"207": "ファイルは \"{name}\" にリネームして保存されました。",
|
||||
"300": "ファイルの移動に失敗しました。",
|
||||
"301": "ファイルのコピーに失敗しました。",
|
||||
"302": "Deleting file(s) failed.",
|
||||
"500": "ファイルブラウザはセキュリティ上の制限から無効になっています。システム担当者に連絡をして、CKFinderの設定をご確認下さい。",
|
||||
"501": "サムネイル機能は無効になっています。"
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "ファイルに以下の文字は使えません: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "The file name cannot be empty.",
|
||||
"folderInvalidCharacters": "フォルダに以下の文字は使えません: {disallowedCharacters}",
|
||||
"incorrectExtension": "選択されたファイルの拡張子は許可されていません。",
|
||||
"missingFile": "The requested file is no longer available.",
|
||||
"missingFolder": "The folder you are trying to reach is no longer available.",
|
||||
"noUploadFolderSelected": "アップロードの前にフォルダを選択してください。",
|
||||
"operationCompleted": "Operation completed with errors.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "リクエストの処理に失敗しました。 (Error {number})",
|
||||
"unknownUploadError": "ファイルの送信に失敗しました。",
|
||||
"uploadErrors": "Upload finished with errors.",
|
||||
"uploadPermissions": "ファイルのアップロード権限がありません。"
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Choose Resized",
|
||||
"originalSize": "Original Size",
|
||||
"sizes": {
|
||||
"custom": "Custom",
|
||||
"large": "Large",
|
||||
"max": "Max",
|
||||
"medium": "Medium",
|
||||
"small": "Small"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Adjust",
|
||||
"apply": "Apply",
|
||||
"confirmExit": "Are you sure you want to close? You have unsaved changes to the image.",
|
||||
"crop": "Crop",
|
||||
"downloadAction": "Downloading original image.",
|
||||
"keepAspectRatio": "Keep Aspect Ratio",
|
||||
"loading": "Loading image",
|
||||
"presets": "Presets",
|
||||
"reset": "Reset",
|
||||
"resize": "Resize",
|
||||
"rotate": "Rotate",
|
||||
"rotateAntiClockwise": "90° Left",
|
||||
"rotateClockwise": "90° Right",
|
||||
"save": "Save",
|
||||
"saveDialogFileExists": "File with the same name already exists in folder.",
|
||||
"saveDialogOverwrite": "Overwrite File",
|
||||
"saveDialogSaveAs": "Save as:",
|
||||
"saveDialogTitle": "Save Changes",
|
||||
"title": "Edit Image",
|
||||
"transformationAction": "Applying transformations.",
|
||||
"uploadAction": "Uploading edited image.",
|
||||
"filters": {
|
||||
"brightness": "Brightness",
|
||||
"clip": "Clip",
|
||||
"contrast": "Contrast",
|
||||
"exposure": "Exposure",
|
||||
"gamma": "Gamma",
|
||||
"hue": "Hue",
|
||||
"noise": "Noise",
|
||||
"saturation": "Saturation",
|
||||
"sepia": "Sepia",
|
||||
"sharpen": "Sharpen",
|
||||
"stackBlur": "Blur",
|
||||
"vibrance": "Vibrance"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Clarity",
|
||||
"concentrate": "Concentrate",
|
||||
"crossProcess": "Cross Process",
|
||||
"glowingSun": "Glowing Sun",
|
||||
"grungy": "Grungy",
|
||||
"hazyDays": "Hazy Days",
|
||||
"hemingway": "Hemingway",
|
||||
"herMajesty": "Her Majesty",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "Lomo",
|
||||
"love": "Love",
|
||||
"nostalgia": "Nostalgia",
|
||||
"oldBoot": "Old Boot",
|
||||
"orangePeel": "Orange Peel",
|
||||
"pinhole": "Pinhole",
|
||||
"sinCity": "Sin City",
|
||||
"sunrise": "Sunrise",
|
||||
"vintage": "Vintage"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Keyboard Shortcuts",
|
||||
"general": {
|
||||
"action": "Execute default action",
|
||||
"firstItem": "Go to first item",
|
||||
"focusFilesPane": "Focus files pane",
|
||||
"focusFoldersPane": "Focus folders pane or breadcrumbs",
|
||||
"focusNext": "Focus next pane",
|
||||
"focusToolbar": "Focus toolbar",
|
||||
"lastItem": "Go to last item",
|
||||
"listShortcuts": "Open this help dialog",
|
||||
"nextItem": "Go to next item",
|
||||
"previousItem": "Go to previous item",
|
||||
"showContextMenu": "Open context menu",
|
||||
"title": "General Interface"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Add or remove files above to selection",
|
||||
"addToSelectionBelow": "Add or remove files below to selection",
|
||||
"addToSelectionLeft": "Add or remove file on the left to selection",
|
||||
"addToSelectionRight": "Add or remove file on the right to selection",
|
||||
"delete": "Delete file(s)",
|
||||
"refresh": "Refresh files",
|
||||
"rename": "Rename file",
|
||||
"selectAll": "Select all files",
|
||||
"upload": "Upload file(s)"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Collapse folder / Go to parent folder",
|
||||
"delete": "Delete folder",
|
||||
"expandOrSubfolder": "Expand folder / Go to first subfolder",
|
||||
"title": "Folders Pane"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Control",
|
||||
"delete": "Delete",
|
||||
"downArrow": "Down arrow",
|
||||
"escape": "Escape",
|
||||
"leftArrow": "Left arrow",
|
||||
"question": "Question mark",
|
||||
"rightArrow": "Right arrow",
|
||||
"upArrow": "Up arrow"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ctrl",
|
||||
"del": "del",
|
||||
"end": "end",
|
||||
"home": "home",
|
||||
"shift": "shift"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "ko",
|
||||
"common": {
|
||||
"abort": "중단",
|
||||
"cancel": "취소",
|
||||
"choose": "선택",
|
||||
"close": "닫기",
|
||||
"copy": "복사",
|
||||
"delete": "삭제",
|
||||
"download": "다운로드",
|
||||
"edit": "수정",
|
||||
"maximize": "최대화",
|
||||
"messageTitle": "정보",
|
||||
"minimize": "최소화",
|
||||
"move": "이동",
|
||||
"newNameDialogTitle": "새로운 이름",
|
||||
"ok": "OK",
|
||||
"pleaseWait": "잠시만 기다려주세요.",
|
||||
"rememberDecision": "내 선택 기억",
|
||||
"rename": "이름 바꾸기",
|
||||
"showMore": "더보기",
|
||||
"skip": "건너뛰기",
|
||||
"upload": "업로드",
|
||||
"view": "보기"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "yyyy/m/d aa h:MM",
|
||||
"dateAmPm": [
|
||||
"오전",
|
||||
"오후"
|
||||
],
|
||||
"kb": "{size} KB",
|
||||
"mb": "{size} MB",
|
||||
"gb": "{size} GB",
|
||||
"sizePerSecond": "{size}/초",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "자동 이름변경",
|
||||
"countMany": "{count} 파일들",
|
||||
"countOne": "1 파일",
|
||||
"deleteConfirmation": "정말 {count} 파일들을 삭제하시겠습니까?",
|
||||
"fileDeleteConfirmation": "정말 \"{name}\" 파일을 삭제하시겠습니까?",
|
||||
"fileRenameExtensionConfirmation": "정말 파일 확장자를 변경하시겠습니까? 파일을 사용할 수 없게 될 수 있습니다.",
|
||||
"fileRenameLabel": "새로운 파일 이름을 입력해 주십시오: ",
|
||||
"filesPaneTitle": "파일 판",
|
||||
"filesRefresh": "파일 새로고침",
|
||||
"filterPlaceholder": "필터",
|
||||
"gettingFileData": "파일을 가져오고 있습니다.",
|
||||
"overwrite": "덮어쓰기",
|
||||
"loadingFilesPane": {
|
||||
"title": "불러오는 중...",
|
||||
"text": "해당 파일들이 로딩 중입니다."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "폴더가 비어있습니다..",
|
||||
"text": "<strong>업로드</strong> 버튼을 이용하거나 파일을 이곳에 <strong>드레그&드롭</strong> 하십시오."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "아무것도 찾지 못하였습니다.",
|
||||
"text": "다른 검색어를 사용해 주십시오."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "정말 \"{name}\" 폴더를 삭제하시겠습니까?",
|
||||
"destinationFolder": "목적지 폴더",
|
||||
"newNameLabel": "새로운 폴더 이름을 입력해 주십시오: ",
|
||||
"newSubfolder": "New Subfolder",
|
||||
"renameDialogTitle": "폴더 이름 바꾸기",
|
||||
"treeTitle": "폴더 트리"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "여기에 복사",
|
||||
"errorDialogTitle": "복사에 실패한 파일들:",
|
||||
"manyFilesDialogTitle": "다음으로 {count} 개 파일 복사...",
|
||||
"manyFilesWait": "{count} 개 파일을 이동 중입니다.",
|
||||
"oneFileDialogTitle": "다음으로 파일 복사...",
|
||||
"oneFileWait": "파일을 복사 중입니다.",
|
||||
"operationLabel": "파일 복사 중",
|
||||
"operationSummary": "복사된 파일의 수: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "여기로 이동",
|
||||
"errorDialogTitle": "이동에 실패한 파일들:",
|
||||
"manyFilesDialogTitle": "다음으로 {count} 개 파일 이동...",
|
||||
"manyFilesWait": "{count} 개 파일을 이동 중입니다.",
|
||||
"oneFileDialogTitle": "다음으로 파일 이동...",
|
||||
"oneFileWait": "파일을 이동 중입니다.",
|
||||
"operationLabel": "파일 이동 중",
|
||||
"operationSummary": "이동된 파일의 수: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "파일 추가",
|
||||
"bytesCountProgress": "({bytesUploaded} / {bytesTotal})",
|
||||
"details": "자세히",
|
||||
"filesCountProgress": "{filesUploaded} / {filesTotal}",
|
||||
"progressLabel": "업로드가 진행 중입니다.",
|
||||
"progressMessage": "업로드 중...",
|
||||
"selectFileLabel": "업로드할 파일을 선택해 주십시오",
|
||||
"selectFiles": "업로드할 파일을 선택해 주십시오",
|
||||
"success": "업로드 완료!",
|
||||
"summary": "업로드된 파일: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "표시",
|
||||
"displayDate": "날짜",
|
||||
"displayName": "파일 이름",
|
||||
"displaySize": "파일 크기",
|
||||
"sortAscending": "Ascending",
|
||||
"sortBy": "Sort by",
|
||||
"sortByOrder": "Order",
|
||||
"sortDescending": "Descending",
|
||||
"thumbnailSize": "미리 보기 크기",
|
||||
"title": "설정",
|
||||
"viewType": "View",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "List",
|
||||
"viewTypeThumbnails": "Thumbnails"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "올바르지 않은 명령.",
|
||||
"11": "요청에서 리소스 유형이 특정되지 않았습니다.",
|
||||
"12": "요청한 리소스 유형이 올바르지 않습니다.",
|
||||
"13": "연결 설정 파일이 올바르지 않습니다.",
|
||||
"14": "올바르지 않은 연결 플러그인: {pluginName}.",
|
||||
"102": "올바르지 않은 파일 또는 폴더 이름.",
|
||||
"103": "인증 제한 때문에 작업을 완료할 수 없었습니다.",
|
||||
"104": "파일 시스템 권한 제한 때문에 작업을 완료할 수 없었습니다.",
|
||||
"105": "올바르지 않은 파일 확장자.",
|
||||
"109": "올바르지 않은 요청.",
|
||||
"110": "알 수 없는 오류.",
|
||||
"111": "파일 크기 때문에 요청을 완료할 수 없습니다.",
|
||||
"115": "이미 같은 이름의 파일이나 폴더가 존재합니다.",
|
||||
"116": "폴더를 찾지 못하였습니다. 새로고침을 해 보시고 다시 시도해 주십시오.",
|
||||
"117": "파일을 찾지 못하였습니다. 새로고침을 해 보시고 다시 시도해 주십시오.",
|
||||
"118": "원본 폴더와 대상 폴더가 동일합니다.",
|
||||
"201": "이미 같은 이름의 파일이 존재합니다. 해당 업로드 파일의 이름이 \"{name}\" 로 변경되었습니다.",
|
||||
"202": "올바르지 않은 파일.",
|
||||
"203": "올바르지 않은 파일. 파일 용량이 너무 큽니다.",
|
||||
"204": "업로드한 파일이 손상되어 있습니다.",
|
||||
"205": "서버에 업로드를 위한 임시 폴더가 사용가능하지 않습니다.",
|
||||
"206": "보안상의 이유로 업로드가 중단되었습니다. 해당 파일은 HTML 같은 데이터가 포함되어 있습니다.",
|
||||
"207": "업로드한 파일의 이름이 \"{name}\" 로 변경되었습니다.",
|
||||
"300": "파일 이동 실패.",
|
||||
"301": "파일 복사 실패.",
|
||||
"302": "파일 삭제 실패.",
|
||||
"500": "파일 브라우저가 보안상의 이유로 비활성화 되어있습니다. 당신의 시스템 관리자에게 연락을 해 보시고 CKFinder의 설정 파일을 확인해 주십시오.",
|
||||
"501": "미리 보기 지원이 비활성화 되어 있습니다."
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "파일 이름은 다음 글자중 어떠한것도 포함되지 않아야 됩니다: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "The file name cannot be empty.",
|
||||
"folderInvalidCharacters": "폴더 이름은 다음 글자중 어떠한것도 포함되지 않아야 됩니다: {disallowedCharacters}",
|
||||
"incorrectExtension": "이 폴더에서는 해당 파일 확장자가 허용되지 않습니다.",
|
||||
"missingFile": "요청한 파일에 더이상 접근할 수 없습니다.",
|
||||
"missingFolder": "도달하려는 폴더에 더이상 접근할 수 없습니다.",
|
||||
"noUploadFolderSelected": "업로드를 하기전에 폴더를 선택해 주십시오.",
|
||||
"operationCompleted": "오류와 함께 작업을 마쳤습니다.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "요청을 완료할 수 없었습니다. (오류 {number})",
|
||||
"unknownUploadError": "파일 전송 중 오류.",
|
||||
"uploadErrors": "오류와 함께 업로드가 완료되었습니다.",
|
||||
"uploadPermissions": "파일 업로드가 허용되지 않습니다."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "크기조절 및 선택",
|
||||
"originalSize": "원본 크기",
|
||||
"sizes": {
|
||||
"custom": "사용자 정의",
|
||||
"large": "큼",
|
||||
"max": "최대",
|
||||
"medium": "보통",
|
||||
"small": "작음"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "조절",
|
||||
"apply": "적용",
|
||||
"confirmExit": "정말 닫으시겠습니까? 저장되지 않은 이미지 수정 사항이 있습니다.",
|
||||
"crop": "자르기",
|
||||
"downloadAction": "원본 이미지 다운로드 중.",
|
||||
"keepAspectRatio": "화면 비율 유지",
|
||||
"loading": "이미지 로딩 중",
|
||||
"presets": "사전값",
|
||||
"reset": "초기화",
|
||||
"resize": "크기변경",
|
||||
"rotate": "회전",
|
||||
"rotateAntiClockwise": "왼쪽으로 90°",
|
||||
"rotateClockwise": "오른쪽으로 90°",
|
||||
"save": "저장",
|
||||
"saveDialogFileExists": "같은 이름의 파일이 폴더내에 존재합니다.",
|
||||
"saveDialogOverwrite": "파일 덮어쓰기",
|
||||
"saveDialogSaveAs": "다음으로 저장:",
|
||||
"saveDialogTitle": "바뀐사항 저장",
|
||||
"title": "이미지 수정",
|
||||
"transformationAction": "변환 적용 중.",
|
||||
"uploadAction": "수정된 이미지 업로드 중.",
|
||||
"filters": {
|
||||
"brightness": "밝기",
|
||||
"clip": "클리핑",
|
||||
"contrast": "명암",
|
||||
"exposure": "노출",
|
||||
"gamma": "감마",
|
||||
"hue": "색조",
|
||||
"noise": "노이즈",
|
||||
"saturation": "채도",
|
||||
"sepia": "세피아",
|
||||
"sharpen": "선명도",
|
||||
"stackBlur": "흐리게",
|
||||
"vibrance": "활기"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "선명하게",
|
||||
"concentrate": "정광",
|
||||
"crossProcess": "크로스 프로세스",
|
||||
"glowingSun": "은은한 햇살",
|
||||
"grungy": "그런지",
|
||||
"hazyDays": "흐린 날",
|
||||
"hemingway": "헤밍웨이",
|
||||
"herMajesty": "여왕 폐하",
|
||||
"jarques": "쟈크 필터",
|
||||
"lomo": "로모",
|
||||
"love": "사랑",
|
||||
"nostalgia": "향수",
|
||||
"oldBoot": "낡은 장화",
|
||||
"orangePeel": "오렌지 껍질",
|
||||
"pinhole": "바늘구멍",
|
||||
"sinCity": "씬시티",
|
||||
"sunrise": "해돋이",
|
||||
"vintage": "빈티지"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "키보드 단축키",
|
||||
"general": {
|
||||
"action": "기본 동작 실행",
|
||||
"firstItem": "첫 항목으로 이동",
|
||||
"focusFilesPane": "파일 판 보기",
|
||||
"focusFoldersPane": "폴더 판 또는 빵가루 보기",
|
||||
"focusNext": "다음 판 보기",
|
||||
"focusToolbar": "툴바 보기",
|
||||
"lastItem": "마지막 항목으로 이동",
|
||||
"listShortcuts": "이 도움말 상자 열기",
|
||||
"nextItem": "다음 항목으로 이동",
|
||||
"previousItem": "이전 항목으로 이동",
|
||||
"showContextMenu": "대화 상자 열기",
|
||||
"title": "일반 인터페이스"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "위쪽 파일을 추가하거나 제거하여 선택",
|
||||
"addToSelectionBelow": "아래쪽 파일을 추가하거나 제거하여 선택",
|
||||
"addToSelectionLeft": "왼쪽에 파일을 추가하거나 제거하여 선택",
|
||||
"addToSelectionRight": "오른쪽에 파일을 추가하거나 제거하여 선택",
|
||||
"delete": "파일 삭제",
|
||||
"refresh": "파일 새로고침",
|
||||
"rename": "파일 이름 바꾸기",
|
||||
"selectAll": "전체 파일 선택",
|
||||
"upload": "파일 업로드"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "폴더 줄이기 / 상위 폴더로 이동",
|
||||
"delete": "폴더 삭제",
|
||||
"expandOrSubfolder": "폴더 펼치기 / 첫 하위 폴더로 이동",
|
||||
"title": "폴더 판"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Ctrl 키",
|
||||
"delete": "Delete 키",
|
||||
"downArrow": "아래 화살표",
|
||||
"escape": "Esc 키",
|
||||
"leftArrow": "왼쪽 화살표",
|
||||
"question": "물음표",
|
||||
"rightArrow": "오른쪽 화살표",
|
||||
"upArrow": "위쪽 화살표"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ctrl",
|
||||
"del": "del",
|
||||
"end": "end",
|
||||
"home": "home",
|
||||
"shift": "shift"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder دۆزەرەوەی",
|
||||
"dir": "rtl",
|
||||
"langCode": "ku",
|
||||
"common": {
|
||||
"abort": "لە باربردن",
|
||||
"cancel": "هەڵوەشاندن",
|
||||
"choose": "هەڵبژێرە",
|
||||
"close": "دابخە",
|
||||
"copy": "کۆپی",
|
||||
"delete": "بیسڕەوە",
|
||||
"download": "داگرتن",
|
||||
"edit": "دەسکاری",
|
||||
"maximize": "گەورەکردن",
|
||||
"messageTitle": "زانیاری",
|
||||
"minimize": "بچوکردن",
|
||||
"move": "بگوازەوە",
|
||||
"newNameDialogTitle": "ناوی نوێ",
|
||||
"ok": "OK",
|
||||
"pleaseWait": "تکایە چاوەڕوانبە.",
|
||||
"rememberDecision": "بڕیارەکەم بیر بهێنەوە",
|
||||
"rename": "دووبارەناوگۆڕین",
|
||||
"showMore": "زیاتر پیشانبدە",
|
||||
"skip": "تێپەڕاندن",
|
||||
"upload": "بارکردن",
|
||||
"view": "دیتن"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "yyyy/mm/dd h:MM aa",
|
||||
"dateAmPm": [
|
||||
"بەیانی",
|
||||
"ئێوارە"
|
||||
],
|
||||
"kb": "{size} KB",
|
||||
"mb": "{size} MB",
|
||||
"gb": "{size} GB",
|
||||
"sizePerSecond": "{size}/s",
|
||||
"pixelShort": "پیلس؛"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "دووبارەناوگۆڕینی خۆکارانە",
|
||||
"countMany": "{count} پەڕگە",
|
||||
"countOne": "1 پەڕگە",
|
||||
"deleteConfirmation": "تۆ دڵنیای لە سڕینەوەی ئەم {count} پەڕگەیە؟?",
|
||||
"fileDeleteConfirmation": "تۆ دڵنیای لە سڕینەوەی ئەم \"{name}\" پەڕگەیە؟?",
|
||||
"fileRenameExtensionConfirmation": "تۆ دڵنیای لە گۆڕینی پێوەکاری ئەم پەڕگەیە؟ پەڕگەکە لەوانەیە نەتوانرێت بەکاربهێندرێت.",
|
||||
"fileRenameLabel": "ناوی پەڕگەی نوێ بنووسە: ",
|
||||
"filesPaneTitle": "بەشی پەڕگەکان",
|
||||
"filesRefresh": "بووژاندنەوەی پەڕگەکان",
|
||||
"filterPlaceholder": "فیلتەر",
|
||||
"gettingFileData": "زانیاری پەڕگە دەهێندرێت.",
|
||||
"overwrite": "سەرنوسینەوە",
|
||||
"loadingFilesPane": {
|
||||
"title": "ئامادەدەکرێت...",
|
||||
"text": "پەرگەکە لە ئامادەکردن دایە."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "بوخچەکە خاڵیە.",
|
||||
"text": "تکایە دوگمەی <strong>بارکردن</strong> کلیک بکە یان <strong>پەڕگەکە بهێنە</strong> بۆ ناو ئێرە."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "هیچ نەدۆزراوە",
|
||||
"text": "تکایە جۆری هەڵبژاردەی جیاواز هەڵبژێرە بۆ گەڕان."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "تۆ دڵنیای لە سڕینەوەی ئەم \"{name}\" بوخچەیە؟",
|
||||
"destinationFolder": "جێگای مەبەستی بوخچەی",
|
||||
"newNameLabel": "ناوی بوخچەی نوێ بنووسە: ",
|
||||
"newSubfolder": "ژێربوخچەی نوێ",
|
||||
"renameDialogTitle": "ناوگۆڕینی بوخچە",
|
||||
"treeTitle": "داری بوخچەکان"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "کۆپی ئێرە بکە",
|
||||
"errorDialogTitle": "پەڕگانەی ناتوانرێت کۆپی بکرێت:",
|
||||
"manyFilesDialogTitle": "کۆپیکردنی {count} پەرگە بۆ...",
|
||||
"manyFilesWait": "کۆپیدەکرێت {count} پەڕگەکان.",
|
||||
"oneFileDialogTitle": "پەڕگەکە کۆپی بکە بۆ...",
|
||||
"oneFileWait": "کۆپی پەرگە.",
|
||||
"operationLabel": "کۆپیکردنی پەڕگە",
|
||||
"operationSummary": "ژمارەی ئەم پەڕگانەی کۆپیکراوە: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "بیگوازەوە ئێرە",
|
||||
"errorDialogTitle": "پەڕگانەی ناتوانرێت بگوازرێتەوە:",
|
||||
"manyFilesDialogTitle": "گواستنەوەی {count} پەرگە بۆ...",
|
||||
"manyFilesWait": "دەگوازرێتەوە {count} پەڕگەکان.",
|
||||
"oneFileDialogTitle": "پەڕگەکە بگوازەوە بۆ...",
|
||||
"oneFileWait": "گواستنەوەی پەرگە.",
|
||||
"operationLabel": "گواستنەوەی پەڕگە",
|
||||
"operationSummary": "ژمارەی ئەم پەڕگانەی گواستراوەتەوە: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "خستنەسەری پەڕگە",
|
||||
"bytesCountProgress": "({bytesUploaded} لە {bytesTotal})",
|
||||
"details": "ووردەکاری",
|
||||
"filesCountProgress": "{filesUploaded} لە {filesTotal}",
|
||||
"progressLabel": "لە ژێر بارکردندایە.",
|
||||
"progressMessage": "باردەکرێت...",
|
||||
"selectFileLabel": "پەڕگەیەک هەڵبژێرە بۆ بارکردن",
|
||||
"selectFiles": "پەڕگەیەک هەڵبژێرە بۆ بارکردن",
|
||||
"success": "بارکردنەکە کۆتایی هات!",
|
||||
"summary": "بارکردنی پەڕگە: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "پیشانبدە",
|
||||
"displayDate": "ڕێکەوت",
|
||||
"displayName": "ناوی پەرگە",
|
||||
"displaySize": "قەبارەی پەرگە",
|
||||
"sortAscending": "سەر بەرەو ژوور",
|
||||
"sortBy": "ڕێزکردن بە",
|
||||
"sortByOrder": "بەڕێکوپێکی",
|
||||
"sortDescending": "سەر بەرەو خوار",
|
||||
"thumbnailSize": "قەبارەی وێنۆچکە",
|
||||
"title": "چاکسازیەکان",
|
||||
"viewType": "ببینە",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "للیستە",
|
||||
"viewTypeThumbnails": "وێنۆجکەکان"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "فەرمانێکی نادروست.",
|
||||
"11": "جۆری کەرستەکە دەستنیشان نەکراوە لە داواکاریەکە.",
|
||||
"12": "جۆری کەرستەی داواکراو نادرووستە.",
|
||||
"13": "شێوەپێدانی لکێنەری پەرگەکە نادروستە.",
|
||||
"14": "پێوەکاری لکێنەر نادرووستە: {pluginName}.",
|
||||
"102": "ناوێکی نادروستی پەڕگە یان بوخچە.",
|
||||
"103": "ئەستەم بوو لە جێبەجێکردنی داواکاریەکەت دەربارەی ڕێگەپێدانی سنووری.",
|
||||
"104": "ئەستەم بوو لە جێبەجێکردنی داواکاریەکەت دەربارەی ڕێگەپێدانی سنووری سیستەم.",
|
||||
"105": "پێوەکاری پەڕگە نادروستە.",
|
||||
"109": "داوایەکی نادروست.",
|
||||
"110": "هەڵەی نەناسراو.",
|
||||
"111": "ئەستەم بوو لە جێبەجێکردنی داواکاریەکەت دەربارەی ئەنجامی قەبارەی پەڕگەکە.",
|
||||
"115": "ئەم ناوە پێشوتر هەیە لە پەرگە یان لە بوخچە.",
|
||||
"116": "بوخچەکە نەدرۆزراوە. تکایە دووبارە هەوڵبدەوە.",
|
||||
"117": "پەرگە نەدرۆزراوە. تکایە لیستی پەڕگەکان نوێبکەوەو ئینجا دووبارە هەوڵبدەوە.",
|
||||
"118": "سەرچاوەو ئامانجی ڕێڕەوە یەکسانن.",
|
||||
"201": "پەڕگەیەک بەهەمان ناو هەیە. پەڕگەی بارکراو ناوەکەی خۆکارانە گۆڕدرا بۆ \"{name}\".",
|
||||
"202": "پەڕگەی نادروست.",
|
||||
"203": "پەڕگەی نادروست. قەبارەی پەڕگەکە زۆر گەورەیە.",
|
||||
"204": "پەڕگەی بارکراو تێکدرا.",
|
||||
"205": "کاتی بارکردنی بوخچە بەردەست نیە لەسەر ئەم سێرڤەرە.",
|
||||
"206": "بارکردنەکە هەڵوەشیندراوە بۆهۆی پارێزگاری. پەڕگەکە زانیاری HTML لەخۆدەگرێت.",
|
||||
"207": "پەڕگەی بارکراو ناوەکەی گۆڕدرا بۆ \"{name}\".",
|
||||
"300": "گواستنەوەی پەرگە سەرکەوتونەبوو.",
|
||||
"301": "کۆپیکردنی پەڕگەکە سەرکەوتونەبوو.",
|
||||
"302": "سڕینەوەی پەرگەکە سەرکەوتونەبوو.",
|
||||
"500": "گەڕۆککردنی پەڕگەکان ناچالاککراوە. بەهۆیی پارێزی. تکایە پەیوەندی بکە بە بەڕێوەبەری سیستمەکە بۆ پشکنینی شێوەپێدانی پەرگەی CKFinder.",
|
||||
"501": "پشتیوانکردنی وێنۆچکە ناچالاککراوە."
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "ناوی پەڕگە نابێت پێکهاتبێت لەم پیتوو هێمایانە: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "ناوی پەڕگە نابێت خاڵی بێت.",
|
||||
"folderInvalidCharacters": "ناوی بوخچە نابێت پێکهاتبێت لەم پیتوو هێمایانە: {disallowedCharacters}",
|
||||
"incorrectExtension": "پێوەکاری ئەم پەڕگەیە ڕێگەنەدراوە.",
|
||||
"missingFile": "پەڕگەی داواکروا بەردەست نیە.",
|
||||
"missingFolder": "ئەم بوخچەیەی تۆ هەوڵی گەیشتنی بۆ دەدەی، بەردەست نیە.",
|
||||
"noUploadFolderSelected": "تکایە پێشتر بوخچەیەک هەڵبژێرە بۆ بارکردن.",
|
||||
"operationCompleted": "کردارەکە تەواوکرا بە هەڵەوە.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "ئەستەم بوو داواکاریەکەت بە تەواوی جێبەجێبکرێت. (هەڵە {number})",
|
||||
"unknownUploadError": "هەڵە لە ناردنی پەڕگەکە.",
|
||||
"uploadErrors": "بارکردنەکە کۆتایی هات بە هەڵەوە.",
|
||||
"uploadPermissions": "ڕێگەنەدراوە بە پەرگە بارکردن."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "هەڵبژاردنی قەبارەکراو",
|
||||
"originalSize": "قەبارەی ڕەسەن",
|
||||
"sizes": {
|
||||
"custom": "درووستکراو",
|
||||
"large": "گەورە",
|
||||
"max": "ئەوپەڕی",
|
||||
"medium": "مامناوەند",
|
||||
"small": "بچووک"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "ڕێککردن",
|
||||
"apply": "داواکردن",
|
||||
"confirmExit": "تۆ دڵنیایی لە داخستنی? تۆ هێشتا دەسکرایەکەی وێنەکەت پاشکەوتنەکردووە.",
|
||||
"crop": "بڕین",
|
||||
"downloadAction": "وێنەی ڕەسەن ئەسڵی دادەگیرێت.",
|
||||
"keepAspectRatio": "هێشتنەوەی ڕووی ڕێژەیی",
|
||||
"loading": "هێنانی وێنە",
|
||||
"presets": "لەپێش",
|
||||
"reset": "ڕێکخستنەوه",
|
||||
"resize": "قەبارەکردن",
|
||||
"rotate": "سووڕاندن",
|
||||
"rotateAntiClockwise": "90° جەپ",
|
||||
"rotateClockwise": "90° ڕاست",
|
||||
"save": "پاشكەوت",
|
||||
"saveDialogFileExists": "پەڕگە بەهەمان ناو هەیە لە بوخچەکە.",
|
||||
"saveDialogOverwrite": "لەسەر پەڕگەکەی بنووسەوە",
|
||||
"saveDialogSaveAs": "پاشکەوتکردنی وەک:",
|
||||
"saveDialogTitle": "گۆڕانکاریەکان پاشکەوتبکە",
|
||||
"title": "دەسکاری وێنە",
|
||||
"transformationAction": "داواکردنی گۆرین.",
|
||||
"uploadAction": "وێنەی دەسکاریکراو باردەکرێت.",
|
||||
"filters": {
|
||||
"brightness": "ڕووشاندن",
|
||||
"clip": "گرتە",
|
||||
"contrast": "جیاوازی",
|
||||
"exposure": "خستنەڕوو",
|
||||
"gamma": "گاما",
|
||||
"hue": "ڕەنگ",
|
||||
"noise": "خشەخش",
|
||||
"saturation": "تێرایی - تێربوون",
|
||||
"sepia": "قاوەیی",
|
||||
"sharpen": "ڕوونکردن",
|
||||
"stackBlur": "لێڵی پشت",
|
||||
"vibrance": "لەرزاندن"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "ڕۆنکردن",
|
||||
"concentrate": "چڕکردنەوە",
|
||||
"crossProcess": "کاری تێکەڵ",
|
||||
"glowingSun": "پەرۆشی خۆر",
|
||||
"grungy": "گڕاونجی",
|
||||
"hazyDays": "تەم و مژاوی",
|
||||
"hemingway": "هێمینگوەی",
|
||||
"herMajesty": "خاوەنشکۆ",
|
||||
"jarques": "جاڕك",
|
||||
"lomo": "سووری تاریک",
|
||||
"love": "خۆشەویستی",
|
||||
"nostalgia": "بەسۆز",
|
||||
"oldBoot": "بۆتی کۆن",
|
||||
"orangePeel": "توێکڵی پڕتەقاڵ",
|
||||
"pinhole": "پینهۆڵ",
|
||||
"sinCity": "تاوان",
|
||||
"sunrise": "خۆرهەڵاتن",
|
||||
"vintage": "وەرزی"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "کلیلی قەدبڕەکان",
|
||||
"general": {
|
||||
"action": "بەجێهێنانی فەرمنای بنچینەیی",
|
||||
"firstItem": "بچۆ بۆ بەرهەمی یەکەم",
|
||||
"focusFilesPane": "سەرجندانی بەشی پەڕگەکان",
|
||||
"focusFoldersPane": "سەرنجدانی بەشی بوخچەکان",
|
||||
"focusNext": "سەرنجدانی بەشی داهاتوو",
|
||||
"focusToolbar": "سەرنجدانی تووڵامراز",
|
||||
"lastItem": "بچۆ بۆ بەرهەمی کۆتایی",
|
||||
"listShortcuts": "ئەم دیالۆگی یارمەتیە بکەوە",
|
||||
"nextItem": "بچٶ بۆ بەرهەمی داهاتوو",
|
||||
"previousItem": "بچۆ بۆ بەرهەمی پێشوو",
|
||||
"showContextMenu": "کردنەوەی شانەی لیستە",
|
||||
"title": "ڕووکاری گشتی"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "زیادکردن یان سڕینەوەی پەڕگە لە سەرەوە بۆ هەڵبژاردن",
|
||||
"addToSelectionBelow": "زیادکردن یان سڕینەوەی پەڕگە لە ژێرەوە بۆ هەڵبژاردن",
|
||||
"addToSelectionLeft": "زیادکردن یان سڕینەوەی پەڕگە لە لای چەپ بۆ هەڵبژاردن",
|
||||
"addToSelectionRight": "زیادکردن یان سڕینەوەی پەڕگە لە لای ڕاست بۆ هەڵبژاردن",
|
||||
"delete": "سڕینەوەی پەڕگە",
|
||||
"refresh": "نوێکردنەوەی پەڕگەکان",
|
||||
"rename": "ناوگۆڕینی پەڕگە",
|
||||
"selectAll": "دیاریکردنی سەرجەم پەڕگەکان",
|
||||
"upload": "بارکردنی پەڕگە"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "داخستنی بوخچە / بچۆ بۆ باوانی بوخچە",
|
||||
"delete": "سڕینەوەی بوخچە",
|
||||
"expandOrSubfolder": "پانکردنەوەی بوخچە / بچۆ بۆ ژێرلقە بوخچەی یەکەم",
|
||||
"title": "بەشی بوخچەکان"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "کۆنترۆل",
|
||||
"delete": "بیسڕەوە",
|
||||
"downArrow": "تیری خوارەوە",
|
||||
"escape": "چوونە دەرەوە",
|
||||
"leftArrow": "تیری چەپ",
|
||||
"question": "نیشانەی پرسیار",
|
||||
"rightArrow": "تیری ڕاست",
|
||||
"upArrow": "تیری سەرەوە"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "ئاڵت",
|
||||
"ctrl": "کترل",
|
||||
"del": "دێل",
|
||||
"end": "ئێند",
|
||||
"home": "هۆم",
|
||||
"shift": "شیفت"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "lt",
|
||||
"common": {
|
||||
"abort": "Abort",
|
||||
"cancel": "Atšaukti",
|
||||
"choose": "Choose",
|
||||
"close": "Uždaryti",
|
||||
"copy": "Copy",
|
||||
"delete": "Ištrinti",
|
||||
"download": "Atsisiųsti",
|
||||
"edit": "Redaguoti",
|
||||
"maximize": "Padidinti",
|
||||
"messageTitle": "Informacija",
|
||||
"minimize": "Sumažinti",
|
||||
"move": "Move",
|
||||
"newNameDialogTitle": "Naujas pavadinimas",
|
||||
"ok": "Gerai",
|
||||
"pleaseWait": "Prašau palaukite.",
|
||||
"rememberDecision": "Atsiminti mano pasirinkimą",
|
||||
"rename": "Pervadinti",
|
||||
"showMore": "Show more",
|
||||
"skip": "Praleisti",
|
||||
"upload": "Įkelti",
|
||||
"view": "Peržiūrėti"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "yyyy.mm.dd H:MM",
|
||||
"dateAmPm": [
|
||||
"AM",
|
||||
"PM"
|
||||
],
|
||||
"kb": "{size} KB",
|
||||
"mb": "{size} MB",
|
||||
"gb": "{size} GB",
|
||||
"sizePerSecond": "{size}/s",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "Automatiškai pervadinti",
|
||||
"countMany": "{count} failai",
|
||||
"countOne": "1 failas",
|
||||
"deleteConfirmation": "Are you sure you want to delete {count} files?",
|
||||
"fileDeleteConfirmation": "Ar tikrai norite ištrinti failą \"{name}\"?",
|
||||
"fileRenameExtensionConfirmation": "Ar tikrai norite pakeisti šio failo plėtinį? Failas gali būti nebepanaudojamas",
|
||||
"fileRenameLabel": "Prašau įrašykite naujo failo pavadinimą: ",
|
||||
"filesPaneTitle": "Files pane",
|
||||
"filesRefresh": "Refreshing files",
|
||||
"filterPlaceholder": "Filter",
|
||||
"gettingFileData": "Getting file data.",
|
||||
"overwrite": "Užrašyti ant viršaus",
|
||||
"loadingFilesPane": {
|
||||
"title": "Loading...",
|
||||
"text": "The files are being loaded."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "The folder is empty.",
|
||||
"text": "Use the <strong>Upload</strong> button or <strong>drag and drop</strong> your files here."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "Nothing found.",
|
||||
"text": "Please try using different search criteria."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "Ar tikrai norite ištrinti \"{name}\" segtuvą?",
|
||||
"destinationFolder": "Destination Folder",
|
||||
"newNameLabel": "Prašau įrašykite naujo segtuvo pavadinimą: ",
|
||||
"newSubfolder": "Naujas segtuvas",
|
||||
"renameDialogTitle": "Rename Folder",
|
||||
"treeTitle": "Folders tree"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "Nukopijuoti čia",
|
||||
"errorDialogTitle": "Files that cannot be copied:",
|
||||
"manyFilesDialogTitle": "Copy {count} Files To...",
|
||||
"manyFilesWait": "Copying {count} files.",
|
||||
"oneFileDialogTitle": "Copy File To...",
|
||||
"oneFileWait": "Copying file.",
|
||||
"operationLabel": "Copying Files",
|
||||
"operationSummary": "Number of files copied: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "Perkelti čia",
|
||||
"errorDialogTitle": "Files that cannot be moved:",
|
||||
"manyFilesDialogTitle": "Move {count} Files To...",
|
||||
"manyFilesWait": "Moving {count} files.",
|
||||
"oneFileDialogTitle": "Move File To...",
|
||||
"oneFileWait": "Moving file.",
|
||||
"operationLabel": "Moving Files",
|
||||
"operationSummary": "Number of files moved: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "Pridėti failus",
|
||||
"bytesCountProgress": "({bytesUploaded} of {bytesTotal})",
|
||||
"details": "Details",
|
||||
"filesCountProgress": "{filesUploaded} of {filesTotal}",
|
||||
"progressLabel": "Vykdomas įkėlimas.",
|
||||
"progressMessage": "Uploading...",
|
||||
"selectFileLabel": "Pasirinkite failą įkėlimui",
|
||||
"selectFiles": "Select files to upload",
|
||||
"success": "Upload finished!",
|
||||
"summary": "Uploaded files: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "Rodymas:",
|
||||
"displayDate": "Data",
|
||||
"displayName": "Failo pavadinimas",
|
||||
"displaySize": "Failo dydis",
|
||||
"sortAscending": "Ascending",
|
||||
"sortBy": "Sort by",
|
||||
"sortByOrder": "Order",
|
||||
"sortDescending": "Descending",
|
||||
"thumbnailSize": "Thumbnail Size",
|
||||
"title": "Nustatymai",
|
||||
"viewType": "View",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "List",
|
||||
"viewTypeThumbnails": "Thumbnails"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "Neteisinga komanda.",
|
||||
"11": "Resurso rūšis nenurodyta užklausoje.",
|
||||
"12": "Neteisinga resurso rūšis.",
|
||||
"13": "The connector configuration file is invalid.",
|
||||
"14": "Invalid connector plugin: {pluginName}.",
|
||||
"102": "Netinkamas failas arba segtuvo pavadinimas.",
|
||||
"103": "Nepavyko įvykdyti užklausos dėl autorizavimo apribojimų.",
|
||||
"104": "Nepavyko įvykdyti užklausos dėl failų sistemos leidimų apribojimų.",
|
||||
"105": "Netinkamas failo plėtinys.",
|
||||
"109": "Netinkama užklausa.",
|
||||
"110": "Nežinoma klaida.",
|
||||
"111": "It was not possible to complete the request due to resulting file size.",
|
||||
"115": "Failas arba segtuvas su tuo pačiu pavadinimu jau yra.",
|
||||
"116": "Segtuvas nerastas. Pabandykite atnaujinti.",
|
||||
"117": "Failas nerastas. Pabandykite atnaujinti failų sąrašą.",
|
||||
"118": "Šaltinio ir nurodomos vietos nuorodos yra vienodos.",
|
||||
"201": "Failas su tuo pačiu pavadinimu jau tra. Įkeltas failas buvo pervadintas į \"{name}\"",
|
||||
"202": "Netinkamas failas",
|
||||
"203": "Netinkamas failas. Failo apimtis yra per didelė.",
|
||||
"204": "Įkeltas failas yra pažeistas.",
|
||||
"205": "Nėra laikinojo segtuvo skirto failams įkelti.",
|
||||
"206": "Įkėlimas bus nutrauktas dėl saugumo sumetimų. Šiame faile yra HTML duomenys.",
|
||||
"207": "Įkeltas failas buvo pervadintas į \"{name}\"",
|
||||
"300": "Failų perkėlimas nepavyko.",
|
||||
"301": "Failų kopijavimas nepavyko.",
|
||||
"302": "Deleting file(s) failed.",
|
||||
"500": "Failų naršyklė yra išjungta dėl saugumo nustaymų. Prašau susisiekti su sistemų administratoriumi ir patikrinkite CKFinder konfigūracinį failą.",
|
||||
"501": "Miniatiūrų palaikymas išjungtas."
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "Failo pavadinimas negali turėti bent vieno iš šių simbolių: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "The file name cannot be empty.",
|
||||
"folderInvalidCharacters": "Segtuvo pavadinimas negali turėti bent vieno iš šių simbolių: {disallowedCharacters}",
|
||||
"incorrectExtension": "Šiame segtuve toks failų plėtinys yra uždraustas.",
|
||||
"missingFile": "The requested file is no longer available.",
|
||||
"missingFolder": "The folder you are trying to reach is no longer available.",
|
||||
"noUploadFolderSelected": "Pasirinkite segtuvą prieš įkeliant.",
|
||||
"operationCompleted": "Operation completed with errors.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "Užklausos įvykdyti nepavyko. (Klaida {number})",
|
||||
"unknownUploadError": "Įvyko klaida siunčiant failą.",
|
||||
"uploadErrors": "Upload finished with errors.",
|
||||
"uploadPermissions": "Failų įkėlimas uždraustas."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Choose Resized",
|
||||
"originalSize": "Original Size",
|
||||
"sizes": {
|
||||
"custom": "Custom",
|
||||
"large": "Large",
|
||||
"max": "Max",
|
||||
"medium": "Medium",
|
||||
"small": "Small"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Adjust",
|
||||
"apply": "Apply",
|
||||
"confirmExit": "Are you sure you want to close? You have unsaved changes to the image.",
|
||||
"crop": "Crop",
|
||||
"downloadAction": "Downloading original image.",
|
||||
"keepAspectRatio": "Keep Aspect Ratio",
|
||||
"loading": "Loading image",
|
||||
"presets": "Presets",
|
||||
"reset": "Reset",
|
||||
"resize": "Resize",
|
||||
"rotate": "Rotate",
|
||||
"rotateAntiClockwise": "90° Left",
|
||||
"rotateClockwise": "90° Right",
|
||||
"save": "Save",
|
||||
"saveDialogFileExists": "File with the same name already exists in folder.",
|
||||
"saveDialogOverwrite": "Overwrite File",
|
||||
"saveDialogSaveAs": "Save as:",
|
||||
"saveDialogTitle": "Save Changes",
|
||||
"title": "Edit Image",
|
||||
"transformationAction": "Applying transformations.",
|
||||
"uploadAction": "Uploading edited image.",
|
||||
"filters": {
|
||||
"brightness": "Brightness",
|
||||
"clip": "Clip",
|
||||
"contrast": "Contrast",
|
||||
"exposure": "Exposure",
|
||||
"gamma": "Gamma",
|
||||
"hue": "Hue",
|
||||
"noise": "Noise",
|
||||
"saturation": "Saturation",
|
||||
"sepia": "Sepia",
|
||||
"sharpen": "Sharpen",
|
||||
"stackBlur": "Blur",
|
||||
"vibrance": "Vibrance"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Clarity",
|
||||
"concentrate": "Concentrate",
|
||||
"crossProcess": "Cross Process",
|
||||
"glowingSun": "Glowing Sun",
|
||||
"grungy": "Grungy",
|
||||
"hazyDays": "Hazy Days",
|
||||
"hemingway": "Hemingway",
|
||||
"herMajesty": "Her Majesty",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "Lomo",
|
||||
"love": "Love",
|
||||
"nostalgia": "Nostalgia",
|
||||
"oldBoot": "Old Boot",
|
||||
"orangePeel": "Orange Peel",
|
||||
"pinhole": "Pinhole",
|
||||
"sinCity": "Sin City",
|
||||
"sunrise": "Sunrise",
|
||||
"vintage": "Vintage"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Keyboard Shortcuts",
|
||||
"general": {
|
||||
"action": "Execute default action",
|
||||
"firstItem": "Go to first item",
|
||||
"focusFilesPane": "Focus files pane",
|
||||
"focusFoldersPane": "Focus folders pane or breadcrumbs",
|
||||
"focusNext": "Focus next pane",
|
||||
"focusToolbar": "Focus toolbar",
|
||||
"lastItem": "Go to last item",
|
||||
"listShortcuts": "Open this help dialog",
|
||||
"nextItem": "Go to next item",
|
||||
"previousItem": "Go to previous item",
|
||||
"showContextMenu": "Open context menu",
|
||||
"title": "General Interface"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Add or remove files above to selection",
|
||||
"addToSelectionBelow": "Add or remove files below to selection",
|
||||
"addToSelectionLeft": "Add or remove file on the left to selection",
|
||||
"addToSelectionRight": "Add or remove file on the right to selection",
|
||||
"delete": "Delete file(s)",
|
||||
"refresh": "Refresh files",
|
||||
"rename": "Rename file",
|
||||
"selectAll": "Select all files",
|
||||
"upload": "Upload file(s)"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Collapse folder / Go to parent folder",
|
||||
"delete": "Delete folder",
|
||||
"expandOrSubfolder": "Expand folder / Go to first subfolder",
|
||||
"title": "Folders Pane"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Control",
|
||||
"delete": "Delete",
|
||||
"downArrow": "Down arrow",
|
||||
"escape": "Escape",
|
||||
"leftArrow": "Left arrow",
|
||||
"question": "Question mark",
|
||||
"rightArrow": "Right arrow",
|
||||
"upArrow": "Up arrow"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ctrl",
|
||||
"del": "del",
|
||||
"end": "end",
|
||||
"home": "home",
|
||||
"shift": "shift"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "lv",
|
||||
"common": {
|
||||
"abort": "Atcelt",
|
||||
"cancel": "Atcelt",
|
||||
"choose": "Izvēlēties",
|
||||
"close": "Aizvērt",
|
||||
"copy": "Kopēt",
|
||||
"delete": "Dzēst",
|
||||
"download": "Lejupielādēt",
|
||||
"edit": "Labot",
|
||||
"maximize": "Maksimizēt",
|
||||
"messageTitle": "Informācija",
|
||||
"minimize": "Minimizēt",
|
||||
"move": "Pārvietot",
|
||||
"newNameDialogTitle": "Jauns nosaukums",
|
||||
"ok": "Darīts!",
|
||||
"pleaseWait": "Uzgaidiet.",
|
||||
"rememberDecision": "Atcerēties izvēli",
|
||||
"rename": "Pārsaukt",
|
||||
"showMore": "Rādīt vairāk",
|
||||
"skip": "Izlaist",
|
||||
"upload": "Augšupielādēt",
|
||||
"view": "Skatīt"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "dd/mm/yyyy H:MM",
|
||||
"dateAmPm": [
|
||||
"AM",
|
||||
"PM"
|
||||
],
|
||||
"kb": "{size} KB",
|
||||
"mb": "{size} MB",
|
||||
"gb": "{size} GB",
|
||||
"sizePerSecond": "{size}/s",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "Automātiski pārsaukt",
|
||||
"countMany": "{count} faili",
|
||||
"countOne": "1 fails",
|
||||
"deleteConfirmation": "Vai tiešām vēlaties dzēst {count} failus?",
|
||||
"fileDeleteConfirmation": "Vai tiešām vēlaties neatgriezeniski dzēst failu \"{name}\"?",
|
||||
"fileRenameExtensionConfirmation": "Vai tiešām vēlaties mainīt faila paplašinājumu? Fails var palikt nelietojams.",
|
||||
"fileRenameLabel": "Lūdzu ierakstiet jauno faila nosaukumu: ",
|
||||
"filesPaneTitle": "Failu sadaļa",
|
||||
"filesRefresh": "Atjaunot failus",
|
||||
"filterPlaceholder": "Filtrs",
|
||||
"gettingFileData": "Iegūst faila datus.",
|
||||
"overwrite": "Pārrakstīt",
|
||||
"loadingFilesPane": {
|
||||
"title": "Notiek ielāde...",
|
||||
"text": "Tiek ielādēti faili.."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "Mape ir tukša.",
|
||||
"text": "Izmanto <strong>Augšupielādēt</strong> pogu vai <strong>velc un nomet</strong> savus failus šeit."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "Nekas nav atrasts.",
|
||||
"text": "Lūdzu mēģini citus meklēšanas nosacījumus."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "Vai tiešām vēlaties neatgriezeniski dzēst mapi \"{name}\"?",
|
||||
"destinationFolder": "Mērķa mape",
|
||||
"newNameLabel": "Lūdzu ierakstiet mapes nosaukumu: ",
|
||||
"newSubfolder": "Jauna apakšmape",
|
||||
"renameDialogTitle": "Pārsaukt mapi",
|
||||
"treeTitle": "Mapju koks"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "Kopēt šeit",
|
||||
"errorDialogTitle": "Faili, kurus nevar pārkopēt:",
|
||||
"manyFilesDialogTitle": "Kopēt {count} failus uz...",
|
||||
"manyFilesWait": "{count} faili tiek kopēti.",
|
||||
"oneFileDialogTitle": "Kopēt failu uz...",
|
||||
"oneFileWait": "Fails tiek kopēts.",
|
||||
"operationLabel": "Kopēju failus",
|
||||
"operationSummary": "Kopā pārkopēti faili: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "Pārvietot šeit",
|
||||
"errorDialogTitle": "Faili, kurus nevar pārvietot:",
|
||||
"manyFilesDialogTitle": "Pārvietot {count} failus uz...",
|
||||
"manyFilesWait": "{count} faili tiek pārvietoti.",
|
||||
"oneFileDialogTitle": "Pārvietot failu uz...",
|
||||
"oneFileWait": "Fails tiek pārvietots.",
|
||||
"operationLabel": "Pārvietoju failus",
|
||||
"operationSummary": "Kopā pārvietoti faili: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "Pievienot failus",
|
||||
"bytesCountProgress": "({bytesUploaded} no {bytesTotal})",
|
||||
"details": "Detaļas",
|
||||
"filesCountProgress": "{filesUploaded} no {filesTotal}",
|
||||
"progressLabel": "Augšupielādē.",
|
||||
"progressMessage": "Notiek ielāde...",
|
||||
"selectFileLabel": "Izvēlieties failu, ko augšupielādēt",
|
||||
"selectFiles": "Izvēlieties failus ko augšupielādēt",
|
||||
"success": "Augšupielādē pabeigta!",
|
||||
"summary": "Augšupielādēti failu: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "Rādīt:",
|
||||
"displayDate": "Datums",
|
||||
"displayName": "Faila Nosaukums",
|
||||
"displaySize": "Faila Izmērs",
|
||||
"sortAscending": "Augoši",
|
||||
"sortBy": "Kārtot pēc",
|
||||
"sortByOrder": "Kārtot",
|
||||
"sortDescending": "Dilstoši",
|
||||
"thumbnailSize": "Sīktēla izmērs",
|
||||
"title": "Uzstādījumi",
|
||||
"viewType": "Skats",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "Saraksts",
|
||||
"viewTypeThumbnails": "Sīktēli"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "Nederīga komanda.",
|
||||
"11": "Resursa veids netika norādīts pieprasījumā.",
|
||||
"12": "Pieprasītais resursa veids nav derīgs.",
|
||||
"13": "Savienojuma konfigurācijas fails nav korekts.",
|
||||
"14": "Nekorekts savienojuma spraudnis: {pluginName}.",
|
||||
"102": "Nederīgs faila vai mapes nosaukums.",
|
||||
"103": "Nav iespējams pabeigt pieprasījumu, autorizācijas aizliegumu dēļ.",
|
||||
"104": "Nav iespējams pabeigt pieprasījumu, failu sistēmas atļauju ierobežojumu dēļ.",
|
||||
"105": "Neatļauts faila paplašinājums.",
|
||||
"109": "Nederīgs pieprasījums.",
|
||||
"110": "Nezināma kļūda.",
|
||||
"111": "Pieprasījums neizdevās, dēļ rezultāta faila izmēra.",
|
||||
"115": "Fails vai mape ar šādu nosaukumu jau pastāv.",
|
||||
"116": "Mape nav atrasta. Lūdzu pārlādējiet šo logu un mēģiniet vēlreiz.",
|
||||
"117": "Fails nav atrasts. Lūdzu pārlādējiet failu sarakstu un mēģiniet vēlreiz.",
|
||||
"118": "Abas mapes ir viena un tā pati.",
|
||||
"201": "Fails ar šādu nosaukumu jau eksistē. Augšupielādētais fails tika pārsaukts par \"{name}\".",
|
||||
"202": "Nederīgs fails.",
|
||||
"203": "Nederīgs fails. Faila izmērs pārsniedz pieļaujamo.",
|
||||
"204": "Augšupielādētais fails ir bojāts.",
|
||||
"205": "Neviena pagaidu mape nav pieejama priekš augšupielādēšanas uz servera.",
|
||||
"206": "Augšupielāde atcelta drošības apsvērumu dēļ. Fails satur HTML veida datus.",
|
||||
"207": "Augšupielādētais fails tika pārsaukts par \"{name}\".",
|
||||
"300": "Pārvietot failu(s) neizdevās.",
|
||||
"301": "Pārkopēt failu(s) neizdevās.",
|
||||
"302": "Dzēst failu(s) neizdevās.",
|
||||
"500": "Failu pārlūks ir atslēgts drošības apsvērumu dēļ. Lūdzu sazinieties ar šīs sistēmas tehnisko administratoru vai pārbaudiet CKFinder konfigurācijas failu.",
|
||||
"501": "Sīkbilžu atbalsts ir atslēgts."
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "Faila nosaukums nedrīkst saturēt nevienu no sekojošajām zīmēm: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "Fails nevar būt tukšs",
|
||||
"folderInvalidCharacters": "Mapes nosaukums nedrīkst saturēt nevienu no sekojošajām zīmēm: {disallowedCharacters}",
|
||||
"incorrectExtension": "Faila paplašinājums nav atļauts šajā mapē.",
|
||||
"missingFile": "Pieprasītais fails vairs nav pieejams.",
|
||||
"missingFolder": "Mape, kuru mēģiniet atvērt, vairs neeksistē.",
|
||||
"noUploadFolderSelected": "Lūdzu izvēlieties mapi pirms augšupielādes.",
|
||||
"operationCompleted": "Darbība tika pabeigta ar kļūdām.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "Nebija iespējams pabeigt pieprasījumu. (Kļūda {number})",
|
||||
"unknownUploadError": "Kļūda nosūtot failu.",
|
||||
"uploadErrors": "Augšupielāde beidzās ar kļūdām.",
|
||||
"uploadPermissions": "Failus augšupielāde nav atļauta."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Izvēlēties mērogotu",
|
||||
"originalSize": "Oriģinālais izmērs",
|
||||
"sizes": {
|
||||
"custom": "Norādīts",
|
||||
"large": "Liels",
|
||||
"max": "Maksimāls",
|
||||
"medium": "Vidējs",
|
||||
"small": "Mazs"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Pielāgot",
|
||||
"apply": "Lietot",
|
||||
"confirmExit": "Vai tiešām vēlaties azivērt? Jūsu attēlam ir nesaglabātas izmaiņas.",
|
||||
"crop": "Apgriezt",
|
||||
"downloadAction": "Ielādēju oriģinālo attēlu.",
|
||||
"keepAspectRatio": "Saglabāt proporciju",
|
||||
"loading": "Ielādē attēlu",
|
||||
"presets": "Sagataves",
|
||||
"reset": "Atcelt",
|
||||
"resize": "Mērogot",
|
||||
"rotate": "Rotēt",
|
||||
"rotateAntiClockwise": "90° pa kreisi",
|
||||
"rotateClockwise": "90° pa labi",
|
||||
"save": "Saglabāt",
|
||||
"saveDialogFileExists": "Fails ar šādu nosaukumu jau eksistē šajā mapē.",
|
||||
"saveDialogOverwrite": "Pārrakstīt failam",
|
||||
"saveDialogSaveAs": "Saglabāt kā:",
|
||||
"saveDialogTitle": "Saglabāt izmaiņas",
|
||||
"title": "Labot attēlu",
|
||||
"transformationAction": "Pielietoju transformācijas.",
|
||||
"uploadAction": "Augšupielādēju laboto attēlu.",
|
||||
"filters": {
|
||||
"brightness": "Gaišums",
|
||||
"clip": "Klips",
|
||||
"contrast": "Kontrasts",
|
||||
"exposure": "Ekspozīcija",
|
||||
"gamma": "Gamma",
|
||||
"hue": "Nokrāsa",
|
||||
"noise": "Troksnis",
|
||||
"saturation": "Piesātinājums",
|
||||
"sepia": "Sēpija",
|
||||
"sharpen": "Asums",
|
||||
"stackBlur": "Miglojums",
|
||||
"vibrance": "Dzīvīgums"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Skaidrums",
|
||||
"concentrate": "Koncentrāts",
|
||||
"crossProcess": "Krustu process",
|
||||
"glowingSun": "Spīdoša saule",
|
||||
"grungy": "Grungy",
|
||||
"hazyDays": "Dūmakains dienas",
|
||||
"hemingway": "Hemingvejs",
|
||||
"herMajesty": "Jūsu augstība",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "Lomo",
|
||||
"love": "Mīlestība",
|
||||
"nostalgia": "Nostaļģija",
|
||||
"oldBoot": "Vecs zābaks",
|
||||
"orangePeel": "Apelsīna miza",
|
||||
"pinhole": "Adatas caurums",
|
||||
"sinCity": "Grēku pilsēta",
|
||||
"sunrise": "Saullēkts",
|
||||
"vintage": "Vintāža"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Klaviatūras saīsinājumi",
|
||||
"general": {
|
||||
"action": "Izpildīt noklusēto darbību",
|
||||
"firstItem": "Doties uz pirmo",
|
||||
"focusFilesPane": "Aktivizēt failu sadaļu",
|
||||
"focusFoldersPane": "Aktivizēt mapju sadaļu vai ceļu",
|
||||
"focusNext": "Aktivizēt nākošo sadaļu",
|
||||
"focusToolbar": "Aktivizēt rīkjoslu",
|
||||
"lastItem": "Dotiez uz pēdējo",
|
||||
"listShortcuts": "Atvērt šo palīdzības dialogu",
|
||||
"nextItem": "Doties uz nākošo",
|
||||
"previousItem": "Doties uz iepriekšējo",
|
||||
"showContextMenu": "Atvērt satura izvēlni",
|
||||
"title": "Galvenais interfeiss"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Pievienot vai dzēst failis virs atzīmes",
|
||||
"addToSelectionBelow": "Pievienot vai dzēst failis zem atzīmes",
|
||||
"addToSelectionLeft": "Pievienot vai dzēst failis pa kreisi no atzīmes",
|
||||
"addToSelectionRight": "Pievienot vai dzēst failis pa labi no atzīmes",
|
||||
"delete": "Dzēst failu(s)",
|
||||
"refresh": "Atsvaidzināt failus",
|
||||
"rename": "Pārsaukt failus",
|
||||
"selectAll": "Atzīmēt visus failus",
|
||||
"upload": "Augšupielādēt failu(s)"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Aizvērt mapi / Doties uz augstāku mapi",
|
||||
"delete": "Dzēst mapi",
|
||||
"expandOrSubfolder": "Atvērt mapi / Doties uz pirmo apakšmapi",
|
||||
"title": "Mapju sadaļa"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Control",
|
||||
"delete": "Delete",
|
||||
"downArrow": "Uz leju bultiņa",
|
||||
"escape": "Escape",
|
||||
"leftArrow": "Pa kreisi bultiņa",
|
||||
"question": "Jautājumzīme",
|
||||
"rightArrow": "Pa labi bultiņa",
|
||||
"upArrow": "Uz augšu bultiņa"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ctrl",
|
||||
"del": "del",
|
||||
"end": "end",
|
||||
"home": "home",
|
||||
"shift": "shift"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "nb",
|
||||
"common": {
|
||||
"abort": "Abort",
|
||||
"cancel": "Avbryt",
|
||||
"choose": "Velg",
|
||||
"close": "Lukk",
|
||||
"copy": "Kopier",
|
||||
"delete": "Slett",
|
||||
"download": "Last ned",
|
||||
"edit": "Rediger",
|
||||
"maximize": "Maksimer",
|
||||
"messageTitle": "Informasjon",
|
||||
"minimize": "Minimer",
|
||||
"move": "Flytt",
|
||||
"newNameDialogTitle": "Nytt navn",
|
||||
"ok": "OK",
|
||||
"pleaseWait": "Vennligst vent",
|
||||
"rememberDecision": "Husk mitt valg",
|
||||
"rename": "Endre navn",
|
||||
"showMore": "Vis mer",
|
||||
"skip": "Hopp over",
|
||||
"upload": "Last opp",
|
||||
"view": "Vis fullversjon"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "dd/mm/yyyy HH:MM",
|
||||
"dateAmPm": [
|
||||
"AM",
|
||||
"PM"
|
||||
],
|
||||
"kb": "{size} KB",
|
||||
"mb": "{size} MB",
|
||||
"gb": "{size} GB",
|
||||
"sizePerSecond": "{size}/s",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "Gi nytt navn automatisk",
|
||||
"countMany": "{count} filer",
|
||||
"countOne": "1 fil",
|
||||
"deleteConfirmation": "Er du sikker på at du vil slette {count} filer?",
|
||||
"fileDeleteConfirmation": "Er du sikker på at du vil slette denne filen \"{name}\"?",
|
||||
"fileRenameExtensionConfirmation": "Er du sikker på at du vil endre filtypen? Filen kan bli ubrukelig.",
|
||||
"fileRenameLabel": "Skriv inn det nye filnavnet: ",
|
||||
"filesPaneTitle": "Files pane",
|
||||
"filesRefresh": "Refreshing files",
|
||||
"filterPlaceholder": "Filter",
|
||||
"gettingFileData": "Henter fildata,",
|
||||
"overwrite": "Overskriv",
|
||||
"loadingFilesPane": {
|
||||
"title": "Laster...",
|
||||
"text": "Filene lastes."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "Mappen er tom.",
|
||||
"text": "Bruk <strong>Last opp</strong>-knappen eller <strong>trekk</strong> filene dine hit."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "Ingenting funnet.",
|
||||
"text": "Prøv igjen med andre søkekriterier."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "Er du sikker på at du vil slette mappen \"{name}\"?",
|
||||
"destinationFolder": "Målmappe",
|
||||
"newNameLabel": "Skriv inn det nye mappenavnet: ",
|
||||
"newSubfolder": "Ny undermappe",
|
||||
"renameDialogTitle": "Rename Folder",
|
||||
"treeTitle": "Folders tree"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "Kopier hit",
|
||||
"errorDialogTitle": "Filer som ikke kan kopieres:",
|
||||
"manyFilesDialogTitle": "Kopier {count} filer til...",
|
||||
"manyFilesWait": "Kopierer {count} filer,",
|
||||
"oneFileDialogTitle": "Kopier filen til...",
|
||||
"oneFileWait": "Kopierer filen,",
|
||||
"operationLabel": "Kopierer filer",
|
||||
"operationSummary": "Antall filer kopiert: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "Flytt hit",
|
||||
"errorDialogTitle": "Filer som ikke kan flyttes:",
|
||||
"manyFilesDialogTitle": "Flytt {count} filer til...",
|
||||
"manyFilesWait": "Flytter {count} filer,",
|
||||
"oneFileDialogTitle": "Flytt filen til...",
|
||||
"oneFileWait": "Flytter filen,",
|
||||
"operationLabel": "Flytter filer",
|
||||
"operationSummary": "Antall filer flyttet: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "Legg til filer",
|
||||
"bytesCountProgress": "({bytesUploaded} av {bytesTotal})",
|
||||
"details": "Detaljer",
|
||||
"filesCountProgress": "{filesUploaded} av {filesTotal}",
|
||||
"progressLabel": "Laster opp filen.",
|
||||
"progressMessage": "Laster opp...",
|
||||
"selectFileLabel": "Velg filen du vil laste opp",
|
||||
"selectFiles": "Velg filer for opplasting",
|
||||
"success": "Opplasting fullført!",
|
||||
"summary": "Opplastede filer: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "Vis:",
|
||||
"displayDate": "Dato",
|
||||
"displayName": "Filnavn",
|
||||
"displaySize": "Filstørrelse",
|
||||
"sortAscending": "Ascending",
|
||||
"sortBy": "Sort by",
|
||||
"sortByOrder": "Order",
|
||||
"sortDescending": "Descending",
|
||||
"thumbnailSize": "Miniatyrbildestørrelse",
|
||||
"title": "Innstillinger",
|
||||
"viewType": "View",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "List",
|
||||
"viewTypeThumbnails": "Thumbnails"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "Ugyldig kommando.",
|
||||
"11": "Ressurstypen ble ikke spesifisert i forespørselen.",
|
||||
"12": "Ugyldig ressurstype.",
|
||||
"13": "Konfigurasjonsfilen for forbindelsen er ugyldig.",
|
||||
"14": "Ugyldig programvareutvidelse: {pluginName}.",
|
||||
"102": "Ugyldig fil- eller mappenavn.",
|
||||
"103": "Kunne ikke utføre forespørselen grunnet manglende tilgang.",
|
||||
"104": "Kunne ikke utføre forespørselen grunnet manglende tilgang til filsystemet.",
|
||||
"105": "Ugyldig filtype.",
|
||||
"109": "Ugyldig forespørsel.",
|
||||
"110": "Ukjent feil.",
|
||||
"111": "Det var ikke mulig å fullføre handlingen på grunn av filstørrelsen.",
|
||||
"115": "Det finnes allerede en fil eller mappe med dette navnet.",
|
||||
"116": "Kunne ikke finne mappen. Last vinduet på nytt og prøv igjen.",
|
||||
"117": "Kunne ikke finne filen. Last vinduet på nytt og prøv igjen.",
|
||||
"118": "Kilde- og mål-bane er like.",
|
||||
"201": "Det fantes allerede en fil med dette navnet. Den opplastede filens navn har blitt endret til \"{name}\".",
|
||||
"202": "Ugyldig fil.",
|
||||
"203": "Ugyldig fil. Filen er for stor.",
|
||||
"204": "Den opplastede filen er korrupt.",
|
||||
"205": "Det finnes ingen midlertidig mappe for filopplastinger.",
|
||||
"206": "Opplastingen ble avbrutt av sikkerhetshensyn. Filen inneholder HTML-aktige data.",
|
||||
"207": "Den opplastede filens navn har blitt endret til \"{name}\".",
|
||||
"300": "Klarte ikke å flytte fil(er).",
|
||||
"301": "Klarte ikke å kopiere fil(er).",
|
||||
"302": "Sletting av fil(er) feilet.",
|
||||
"500": "Filvelgeren ikke tilgjengelig av sikkerhetshensyn. Kontakt systemansvarlig og be ham sjekke CKFinders konfigurasjonsfil.",
|
||||
"501": "Funksjon for miniatyrbilder er skrudd av."
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "Filnavnet kan ikke inneholde følgende tegn: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "The file name cannot be empty.",
|
||||
"folderInvalidCharacters": "Mappenavnet kan ikke inneholde følgende tegn: {disallowedCharacters}",
|
||||
"incorrectExtension": "Filtypen er ikke tillatt i denne mappen.",
|
||||
"missingFile": "Den forespurte filen finnes ikke lengre.",
|
||||
"missingFolder": "Mappen du forsøker å nå er ikke lengre tilgjengelig.",
|
||||
"noUploadFolderSelected": "Vennligst velg en mappe før du laster opp.",
|
||||
"operationCompleted": "Handlingen ble utført med feil.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "Det var ikke mulig å utføre forespørselen. (Feil {number})",
|
||||
"unknownUploadError": "Feil ved sending av fil.",
|
||||
"uploadErrors": "Opplasting fullført med feil.",
|
||||
"uploadPermissions": "Filopplastning er ikke tillatt."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Velg skalert",
|
||||
"originalSize": "Originalstørrelse",
|
||||
"sizes": {
|
||||
"custom": "Selvvalgt",
|
||||
"large": "Stor",
|
||||
"max": "Maks",
|
||||
"medium": "Middels",
|
||||
"small": "Liten"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Juster",
|
||||
"apply": "Bruk",
|
||||
"confirmExit": "Are you sure you want to close? You have unsaved changes to the image.",
|
||||
"crop": "Utsnitt",
|
||||
"downloadAction": "Laster ned originalbildet.",
|
||||
"keepAspectRatio": "Behold sideforhold",
|
||||
"loading": "Laster bilde",
|
||||
"presets": "Forhåndsinnstillinger",
|
||||
"reset": "Tilbakestill",
|
||||
"resize": "Endre størrelse",
|
||||
"rotate": "Roter",
|
||||
"rotateAntiClockwise": "90° venstre",
|
||||
"rotateClockwise": "90° høyre",
|
||||
"save": "Lagre",
|
||||
"saveDialogFileExists": "En fil med det samme navnet finnes allerede i mappen.",
|
||||
"saveDialogOverwrite": "Overskriv fil",
|
||||
"saveDialogSaveAs": "Lagre som:",
|
||||
"saveDialogTitle": "Lagre endringene",
|
||||
"title": "Rediger bilde",
|
||||
"transformationAction": "Utfører forandringer.",
|
||||
"uploadAction": "Laster opp endret bilde.",
|
||||
"filters": {
|
||||
"brightness": "Lysstyrke",
|
||||
"clip": "Klipp",
|
||||
"contrast": "Kontrast",
|
||||
"exposure": "Eksponering",
|
||||
"gamma": "Gamma",
|
||||
"hue": "Fargetone",
|
||||
"noise": "Støy",
|
||||
"saturation": "Fargemetning",
|
||||
"sepia": "Sepia",
|
||||
"sharpen": "Skjerpe",
|
||||
"stackBlur": "Stack Blur",
|
||||
"vibrance": "Glød"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Klarhet",
|
||||
"concentrate": "Konsentrert",
|
||||
"crossProcess": "Kryssprosesser",
|
||||
"glowingSun": "Glødende sol",
|
||||
"grungy": "Grungy",
|
||||
"hazyDays": "Disige dager",
|
||||
"hemingway": "Hemingway",
|
||||
"herMajesty": "Hennes majestet",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "Lomo",
|
||||
"love": "Kjærlighet",
|
||||
"nostalgia": "Nostalgi",
|
||||
"oldBoot": "Old Boot",
|
||||
"orangePeel": "Appelsinskall",
|
||||
"pinhole": "Knappenålshull",
|
||||
"sinCity": "Sin City",
|
||||
"sunrise": "Soloppgang",
|
||||
"vintage": "Vintage"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Keyboard Shortcuts",
|
||||
"general": {
|
||||
"action": "Execute default action",
|
||||
"firstItem": "Go to first item",
|
||||
"focusFilesPane": "Focus files pane",
|
||||
"focusFoldersPane": "Focus folders pane or breadcrumbs",
|
||||
"focusNext": "Focus next pane",
|
||||
"focusToolbar": "Focus toolbar",
|
||||
"lastItem": "Go to last item",
|
||||
"listShortcuts": "Open this help dialog",
|
||||
"nextItem": "Go to next item",
|
||||
"previousItem": "Go to previous item",
|
||||
"showContextMenu": "Open context menu",
|
||||
"title": "General Interface"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Add or remove files above to selection",
|
||||
"addToSelectionBelow": "Add or remove files below to selection",
|
||||
"addToSelectionLeft": "Add or remove file on the left to selection",
|
||||
"addToSelectionRight": "Add or remove file on the right to selection",
|
||||
"delete": "Delete file(s)",
|
||||
"refresh": "Refresh files",
|
||||
"rename": "Rename file",
|
||||
"selectAll": "Select all files",
|
||||
"upload": "Upload file(s)"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Collapse folder / Go to parent folder",
|
||||
"delete": "Delete folder",
|
||||
"expandOrSubfolder": "Expand folder / Go to first subfolder",
|
||||
"title": "Folders Pane"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Control",
|
||||
"delete": "Delete",
|
||||
"downArrow": "Ned-piltast",
|
||||
"escape": "Escape",
|
||||
"leftArrow": "Venstre piltast",
|
||||
"question": "Question mark",
|
||||
"rightArrow": "Høyre piltast",
|
||||
"upArrow": "Opp-piltast"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ctrl",
|
||||
"del": "del",
|
||||
"end": "end",
|
||||
"home": "home",
|
||||
"shift": "shift"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "nl",
|
||||
"common": {
|
||||
"abort": "Abort",
|
||||
"cancel": "Annuleren",
|
||||
"choose": "Choose",
|
||||
"close": "Sluiten",
|
||||
"copy": "Copy",
|
||||
"delete": "Verwijderen",
|
||||
"download": "Downloaden",
|
||||
"edit": "Wijzigen",
|
||||
"maximize": "Maximaliseren",
|
||||
"messageTitle": "Informatie",
|
||||
"minimize": "Minimaliseren",
|
||||
"move": "Move",
|
||||
"newNameDialogTitle": "Nieuwe naam",
|
||||
"ok": "OK",
|
||||
"pleaseWait": "Please wait.",
|
||||
"rememberDecision": "Onthoud mijn keuze",
|
||||
"rename": "Naam wijzigen",
|
||||
"showMore": "Show more",
|
||||
"skip": "Overslaan",
|
||||
"upload": "Uploaden",
|
||||
"view": "Bekijken"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "d-m-yyyy H:MM",
|
||||
"dateAmPm": [
|
||||
"AM",
|
||||
"PM"
|
||||
],
|
||||
"kb": "{size} KB",
|
||||
"mb": "{size} MB",
|
||||
"gb": "{size} GB",
|
||||
"sizePerSecond": "{size}/s",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "Automatisch hernoemen",
|
||||
"countMany": "{count} bestanden",
|
||||
"countOne": "1 bestand",
|
||||
"deleteConfirmation": "Are you sure you want to delete {count} files?",
|
||||
"fileDeleteConfirmation": "Weet je zeker dat je het bestand \"{name}\" wilt verwijderen?",
|
||||
"fileRenameExtensionConfirmation": "Weet je zeker dat je de extensie wilt wijzigen? Het bestand kan onbruikbaar worden.",
|
||||
"fileRenameLabel": "Vul de nieuwe bestandsnaam in: ",
|
||||
"filesPaneTitle": "Files pane",
|
||||
"filesRefresh": "Refreshing files",
|
||||
"filterPlaceholder": "Filter",
|
||||
"gettingFileData": "Getting file data.",
|
||||
"overwrite": "Overschrijven",
|
||||
"loadingFilesPane": {
|
||||
"title": "Loading...",
|
||||
"text": "The files are being loaded."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "The folder is empty.",
|
||||
"text": "Use the <strong>Upload</strong> button or <strong>drag and drop</strong> your files here."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "Nothing found.",
|
||||
"text": "Please try using different search criteria."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "Weet je het zeker dat je de map \"{name}\" wilt verwijderen?",
|
||||
"destinationFolder": "Destination Folder",
|
||||
"newNameLabel": "Vul de mapnaam in: ",
|
||||
"newSubfolder": "Nieuwe onderliggende map",
|
||||
"renameDialogTitle": "Rename Folder",
|
||||
"treeTitle": "Folders tree"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "Hierheen kopiëren",
|
||||
"errorDialogTitle": "Files that cannot be copied:",
|
||||
"manyFilesDialogTitle": "Copy {count} Files To...",
|
||||
"manyFilesWait": "Copying {count} files.",
|
||||
"oneFileDialogTitle": "Copy File To...",
|
||||
"oneFileWait": "Copying file.",
|
||||
"operationLabel": "Copying Files",
|
||||
"operationSummary": "Number of files copied: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "Hierheen verplaatsen",
|
||||
"errorDialogTitle": "Files that cannot be moved:",
|
||||
"manyFilesDialogTitle": "Move {count} Files To...",
|
||||
"manyFilesWait": "Moving {count} files.",
|
||||
"oneFileDialogTitle": "Move File To...",
|
||||
"oneFileWait": "Moving file.",
|
||||
"operationLabel": "Moving Files",
|
||||
"operationSummary": "Number of files moved: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "Bestanden toevoegen",
|
||||
"bytesCountProgress": "({bytesUploaded} of {bytesTotal})",
|
||||
"details": "Details",
|
||||
"filesCountProgress": "{filesUploaded} of {filesTotal}",
|
||||
"progressLabel": "Bezig met uploaden.",
|
||||
"progressMessage": "Uploading...",
|
||||
"selectFileLabel": "Selecteer het bestand om te uploaden",
|
||||
"selectFiles": "Select files to upload",
|
||||
"success": "Upload finished!",
|
||||
"summary": "Uploaded files: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "Weergave:",
|
||||
"displayDate": "Datum",
|
||||
"displayName": "Bestandsnaam",
|
||||
"displaySize": "Bestandsgrootte",
|
||||
"sortAscending": "Ascending",
|
||||
"sortBy": "Sort by",
|
||||
"sortByOrder": "Order",
|
||||
"sortDescending": "Descending",
|
||||
"thumbnailSize": "Thumbnail Size",
|
||||
"title": "Instellingen",
|
||||
"viewType": "View",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "List",
|
||||
"viewTypeThumbnails": "Thumbnails"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "Ongeldig commando.",
|
||||
"11": "Het bestandstype komt niet voor in de aanvraag.",
|
||||
"12": "Het gevraagde brontype is niet geldig.",
|
||||
"13": "The connector configuration file is invalid.",
|
||||
"14": "Invalid connector plugin: {pluginName}.",
|
||||
"102": "Ongeldige bestands- of mapnaam.",
|
||||
"103": "Het verzoek kon niet worden voltooid vanwege autorisatie beperkingen.",
|
||||
"104": "Het verzoek kon niet worden voltooid door beperkingen in de rechten op het bestandssysteem.",
|
||||
"105": "Ongeldige bestandsextensie.",
|
||||
"109": "Ongeldige aanvraag.",
|
||||
"110": "Onbekende fout.",
|
||||
"111": "It was not possible to complete the request due to resulting file size.",
|
||||
"115": "Er bestaat al een bestand of map met deze naam.",
|
||||
"116": "Map niet gevonden, vernieuw de mappenlijst of kies een andere map.",
|
||||
"117": "Bestand niet gevonden, vernieuw de mappenlijst of kies een andere map.",
|
||||
"118": "Bron- en doelmap zijn gelijk.",
|
||||
"201": "Er bestaat al een bestand met dezelfde naam. Het geüploade bestand is hernoemd naar: \"{name}\".",
|
||||
"202": "Ongeldige bestand.",
|
||||
"203": "Ongeldige bestand. Het bestand is te groot.",
|
||||
"204": "De geüploade file is kapot.",
|
||||
"205": "Er is geen hoofdmap gevonden.",
|
||||
"206": "Het uploaden van het bestand is om veiligheidsredenen afgebroken. Er is HTML code in het bestand aangetroffen.",
|
||||
"207": "Het geüploade bestand is hernoemd naar: \"{name}\".",
|
||||
"300": "Bestand(en) verplaatsen is mislukt.",
|
||||
"301": "Bestand(en) kopiëren is mislukt.",
|
||||
"302": "Deleting file(s) failed.",
|
||||
"500": "Het uploaden van een bestand is momenteel niet mogelijk. Contacteer de beheerder en controleer het CKFinder configuratiebestand.",
|
||||
"501": "De ondersteuning voor miniatuurafbeeldingen is uitgeschakeld."
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "De bestandsnaam mag de volgende tekens niet bevatten: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "The file name cannot be empty.",
|
||||
"folderInvalidCharacters": "De mapnaam mag de volgende tekens niet bevatten: {disallowedCharacters}",
|
||||
"incorrectExtension": "Bestandsextensie is niet toegestaan in deze map.",
|
||||
"missingFile": "The requested file is no longer available.",
|
||||
"missingFolder": "The folder you are trying to reach is no longer available.",
|
||||
"noUploadFolderSelected": "Selecteer a.u.b. een map voordat je gaat uploaden.",
|
||||
"operationCompleted": "Operation completed with errors.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "Het was niet mogelijk om deze actie uit te voeren. (Fout {number})",
|
||||
"unknownUploadError": "Fout bij het versturen van het bestand.",
|
||||
"uploadErrors": "Upload finished with errors.",
|
||||
"uploadPermissions": "Uploaden bestand niet toegestaan."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Choose Resized",
|
||||
"originalSize": "Original Size",
|
||||
"sizes": {
|
||||
"custom": "Custom",
|
||||
"large": "Large",
|
||||
"max": "Max",
|
||||
"medium": "Medium",
|
||||
"small": "Small"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Adjust",
|
||||
"apply": "Apply",
|
||||
"confirmExit": "Are you sure you want to close? You have unsaved changes to the image.",
|
||||
"crop": "Crop",
|
||||
"downloadAction": "Downloading original image.",
|
||||
"keepAspectRatio": "Keep Aspect Ratio",
|
||||
"loading": "Loading image",
|
||||
"presets": "Presets",
|
||||
"reset": "Reset",
|
||||
"resize": "Resize",
|
||||
"rotate": "Rotate",
|
||||
"rotateAntiClockwise": "90° Left",
|
||||
"rotateClockwise": "90° Right",
|
||||
"save": "Save",
|
||||
"saveDialogFileExists": "File with the same name already exists in folder.",
|
||||
"saveDialogOverwrite": "Overwrite File",
|
||||
"saveDialogSaveAs": "Save as:",
|
||||
"saveDialogTitle": "Save Changes",
|
||||
"title": "Edit Image",
|
||||
"transformationAction": "Applying transformations.",
|
||||
"uploadAction": "Uploading edited image.",
|
||||
"filters": {
|
||||
"brightness": "Brightness",
|
||||
"clip": "Clip",
|
||||
"contrast": "Contrast",
|
||||
"exposure": "Exposure",
|
||||
"gamma": "Gamma",
|
||||
"hue": "Hue",
|
||||
"noise": "Noise",
|
||||
"saturation": "Saturation",
|
||||
"sepia": "Sepia",
|
||||
"sharpen": "Sharpen",
|
||||
"stackBlur": "Blur",
|
||||
"vibrance": "Vibrance"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Clarity",
|
||||
"concentrate": "Concentrate",
|
||||
"crossProcess": "Cross Process",
|
||||
"glowingSun": "Glowing Sun",
|
||||
"grungy": "Grungy",
|
||||
"hazyDays": "Hazy Days",
|
||||
"hemingway": "Hemingway",
|
||||
"herMajesty": "Her Majesty",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "Lomo",
|
||||
"love": "Love",
|
||||
"nostalgia": "Nostalgia",
|
||||
"oldBoot": "Old Boot",
|
||||
"orangePeel": "Orange Peel",
|
||||
"pinhole": "Pinhole",
|
||||
"sinCity": "Sin City",
|
||||
"sunrise": "Sunrise",
|
||||
"vintage": "Vintage"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Keyboard Shortcuts",
|
||||
"general": {
|
||||
"action": "Execute default action",
|
||||
"firstItem": "Go to first item",
|
||||
"focusFilesPane": "Focus files pane",
|
||||
"focusFoldersPane": "Focus folders pane or breadcrumbs",
|
||||
"focusNext": "Focus next pane",
|
||||
"focusToolbar": "Focus toolbar",
|
||||
"lastItem": "Go to last item",
|
||||
"listShortcuts": "Open this help dialog",
|
||||
"nextItem": "Go to next item",
|
||||
"previousItem": "Go to previous item",
|
||||
"showContextMenu": "Open context menu",
|
||||
"title": "General Interface"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Add or remove files above to selection",
|
||||
"addToSelectionBelow": "Add or remove files below to selection",
|
||||
"addToSelectionLeft": "Add or remove file on the left to selection",
|
||||
"addToSelectionRight": "Add or remove file on the right to selection",
|
||||
"delete": "Delete file(s)",
|
||||
"refresh": "Refresh files",
|
||||
"rename": "Rename file",
|
||||
"selectAll": "Select all files",
|
||||
"upload": "Upload file(s)"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Collapse folder / Go to parent folder",
|
||||
"delete": "Delete folder",
|
||||
"expandOrSubfolder": "Expand folder / Go to first subfolder",
|
||||
"title": "Folders Pane"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Control",
|
||||
"delete": "Delete",
|
||||
"downArrow": "Down arrow",
|
||||
"escape": "Escape",
|
||||
"leftArrow": "Left arrow",
|
||||
"question": "Question mark",
|
||||
"rightArrow": "Right arrow",
|
||||
"upArrow": "Up arrow"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ctrl",
|
||||
"del": "del",
|
||||
"end": "end",
|
||||
"home": "home",
|
||||
"shift": "shift"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "nn",
|
||||
"common": {
|
||||
"abort": "Abort",
|
||||
"cancel": "Avbryt",
|
||||
"choose": "Choose",
|
||||
"close": "Lukk",
|
||||
"copy": "Copy",
|
||||
"delete": "Slett",
|
||||
"download": "Last ned",
|
||||
"edit": "Rediger",
|
||||
"maximize": "Maksimer",
|
||||
"messageTitle": "Informasjon",
|
||||
"minimize": "Minimer",
|
||||
"move": "Move",
|
||||
"newNameDialogTitle": "Nytt navn",
|
||||
"ok": "OK",
|
||||
"pleaseWait": "vennligst vent.",
|
||||
"rememberDecision": "Husk mitt valg",
|
||||
"rename": "Endre navn",
|
||||
"showMore": "Show more",
|
||||
"skip": "Hopp over",
|
||||
"upload": "Last opp",
|
||||
"view": "Vis fullversjon"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "dd/mm/yyyy HH:MM",
|
||||
"dateAmPm": [
|
||||
"AM",
|
||||
"PM"
|
||||
],
|
||||
"kb": "{size} KB",
|
||||
"mb": "{size} MB",
|
||||
"gb": "{size} GB",
|
||||
"sizePerSecond": "{size}/s",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "Gi nytt navn automatisk",
|
||||
"countMany": "{count} filer",
|
||||
"countOne": "1 fil",
|
||||
"deleteConfirmation": "Are you sure you want to delete {count} files?",
|
||||
"fileDeleteConfirmation": "Er du sikker på at du vil slette denne filen \"{name}\"?",
|
||||
"fileRenameExtensionConfirmation": "Er du sikker på at du vil endre filtypen? Filen kan bli ubrukelig.",
|
||||
"fileRenameLabel": "Skriv inn det nye filnavnet: ",
|
||||
"filesPaneTitle": "Files pane",
|
||||
"filesRefresh": "Refreshing files",
|
||||
"filterPlaceholder": "Filter",
|
||||
"gettingFileData": "Getting file data.",
|
||||
"overwrite": "Overskriv",
|
||||
"loadingFilesPane": {
|
||||
"title": "Loading...",
|
||||
"text": "The files are being loaded."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "The folder is empty.",
|
||||
"text": "Use the <strong>Upload</strong> button or <strong>drag and drop</strong> your files here."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "Nothing found.",
|
||||
"text": "Please try using different search criteria."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "Er du sikker på at du vil slette mappen \"{name}\"?",
|
||||
"destinationFolder": "Destination Folder",
|
||||
"newNameLabel": "Skriv inn det nye mappenavnet: ",
|
||||
"newSubfolder": "Ny undermappe",
|
||||
"renameDialogTitle": "Rename Folder",
|
||||
"treeTitle": "Folders tree"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "Kopier hit",
|
||||
"errorDialogTitle": "Files that cannot be copied:",
|
||||
"manyFilesDialogTitle": "Copy {count} Files To...",
|
||||
"manyFilesWait": "Copying {count} files.",
|
||||
"oneFileDialogTitle": "Copy File To...",
|
||||
"oneFileWait": "Copying file.",
|
||||
"operationLabel": "Copying Files",
|
||||
"operationSummary": "Number of files copied: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "Flytt hit",
|
||||
"errorDialogTitle": "Files that cannot be moved:",
|
||||
"manyFilesDialogTitle": "Move {count} Files To...",
|
||||
"manyFilesWait": "Moving {count} files.",
|
||||
"oneFileDialogTitle": "Move File To...",
|
||||
"oneFileWait": "Moving file.",
|
||||
"operationLabel": "Moving Files",
|
||||
"operationSummary": "Number of files moved: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "Legg til filer",
|
||||
"bytesCountProgress": "({bytesUploaded} of {bytesTotal})",
|
||||
"details": "Details",
|
||||
"filesCountProgress": "{filesUploaded} of {filesTotal}",
|
||||
"progressLabel": "Laster opp filen.",
|
||||
"progressMessage": "Uploading...",
|
||||
"selectFileLabel": "Velg filen du vil laste opp",
|
||||
"selectFiles": "Select files to upload",
|
||||
"success": "Upload finished!",
|
||||
"summary": "Uploaded files: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "Vis:",
|
||||
"displayDate": "Dato",
|
||||
"displayName": "Filnavn",
|
||||
"displaySize": "Filstørrelse",
|
||||
"sortAscending": "Ascending",
|
||||
"sortBy": "Sort by",
|
||||
"sortByOrder": "Order",
|
||||
"sortDescending": "Descending",
|
||||
"thumbnailSize": "Thumbnail Size",
|
||||
"title": "Innstillinger",
|
||||
"viewType": "View",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "List",
|
||||
"viewTypeThumbnails": "Thumbnails"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "Ugyldig kommando.",
|
||||
"11": "Ressurstypen ble ikke spesifisert i forepørselen.",
|
||||
"12": "Ugyldig ressurstype.",
|
||||
"13": "The connector configuration file is invalid.",
|
||||
"14": "Invalid connector plugin: {pluginName}.",
|
||||
"102": "Ugyldig fil- eller mappenavn.",
|
||||
"103": "Kunne ikke utføre forespørselen pga manglende autorisasjon.",
|
||||
"104": "Kunne ikke utføre forespørselen pga manglende tilgang til filsystemet.",
|
||||
"105": "Ugyldig filtype.",
|
||||
"109": "Ugyldig forespørsel.",
|
||||
"110": "Ukjent feil.",
|
||||
"111": "It was not possible to complete the request due to resulting file size.",
|
||||
"115": "Det finnes allerede en fil eller mappe med dette navnet.",
|
||||
"116": "Kunne ikke finne mappen. Oppdater vinduet og prøv igjen.",
|
||||
"117": "Kunne ikke finne filen. Oppdater vinduet og prøv igjen.",
|
||||
"118": "Kilde- og mål-bane er like.",
|
||||
"201": "Det fantes allerede en fil med dette navnet. Den opplastede filens navn har blitt endret til \"{name}\".",
|
||||
"202": "Ugyldig fil.",
|
||||
"203": "Ugyldig fil. Filen er for stor.",
|
||||
"204": "Den opplastede filen er korrupt.",
|
||||
"205": "Det finnes ingen midlertidig mappe for filopplastinger.",
|
||||
"206": "Opplastingen ble avbrutt av sikkerhetshensyn. Filen inneholder HTML-aktig data.",
|
||||
"207": "Den opplastede filens navn har blitt endret til \"{name}\".",
|
||||
"300": "Klarte ikke å flytte fil(er).",
|
||||
"301": "Klarte ikke å kopiere fil(er).",
|
||||
"302": "Deleting file(s) failed.",
|
||||
"500": "Filvelgeren ikke tilgjengelig av sikkerhetshensyn. Kontakt systemansvarlig og be han sjekke CKFinder's konfigurasjonsfil.",
|
||||
"501": "Funksjon for minityrbilder er skrudd av."
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "Filnavnet kan ikke inneholde følgende tegn: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "The file name cannot be empty.",
|
||||
"folderInvalidCharacters": "Mappenavnet kan ikke inneholde følgende tegn: {disallowedCharacters}",
|
||||
"incorrectExtension": "Filtypen er ikke tillatt i denne mappen.",
|
||||
"missingFile": "The requested file is no longer available.",
|
||||
"missingFolder": "The folder you are trying to reach is no longer available.",
|
||||
"noUploadFolderSelected": "Vennligst velg en mappe før du laster opp.",
|
||||
"operationCompleted": "Operation completed with errors.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "Det var ikke mulig å utføre forespørselen. (Feil {number})",
|
||||
"unknownUploadError": "Feil ved sending av fil.",
|
||||
"uploadErrors": "Upload finished with errors.",
|
||||
"uploadPermissions": "Filopplastning er ikke tillatt."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Choose Resized",
|
||||
"originalSize": "Original Size",
|
||||
"sizes": {
|
||||
"custom": "Custom",
|
||||
"large": "Large",
|
||||
"max": "Max",
|
||||
"medium": "Medium",
|
||||
"small": "Small"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Adjust",
|
||||
"apply": "Apply",
|
||||
"confirmExit": "Are you sure you want to close? You have unsaved changes to the image.",
|
||||
"crop": "Crop",
|
||||
"downloadAction": "Downloading original image.",
|
||||
"keepAspectRatio": "Keep Aspect Ratio",
|
||||
"loading": "Loading image",
|
||||
"presets": "Presets",
|
||||
"reset": "Reset",
|
||||
"resize": "Resize",
|
||||
"rotate": "Rotate",
|
||||
"rotateAntiClockwise": "90° Left",
|
||||
"rotateClockwise": "90° Right",
|
||||
"save": "Save",
|
||||
"saveDialogFileExists": "File with the same name already exists in folder.",
|
||||
"saveDialogOverwrite": "Overwrite File",
|
||||
"saveDialogSaveAs": "Save as:",
|
||||
"saveDialogTitle": "Save Changes",
|
||||
"title": "Edit Image",
|
||||
"transformationAction": "Applying transformations.",
|
||||
"uploadAction": "Uploading edited image.",
|
||||
"filters": {
|
||||
"brightness": "Brightness",
|
||||
"clip": "Clip",
|
||||
"contrast": "Contrast",
|
||||
"exposure": "Exposure",
|
||||
"gamma": "Gamma",
|
||||
"hue": "Hue",
|
||||
"noise": "Noise",
|
||||
"saturation": "Saturation",
|
||||
"sepia": "Sepia",
|
||||
"sharpen": "Sharpen",
|
||||
"stackBlur": "Blur",
|
||||
"vibrance": "Vibrance"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Clarity",
|
||||
"concentrate": "Concentrate",
|
||||
"crossProcess": "Cross Process",
|
||||
"glowingSun": "Glowing Sun",
|
||||
"grungy": "Grungy",
|
||||
"hazyDays": "Hazy Days",
|
||||
"hemingway": "Hemingway",
|
||||
"herMajesty": "Her Majesty",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "Lomo",
|
||||
"love": "Love",
|
||||
"nostalgia": "Nostalgia",
|
||||
"oldBoot": "Old Boot",
|
||||
"orangePeel": "Orange Peel",
|
||||
"pinhole": "Pinhole",
|
||||
"sinCity": "Sin City",
|
||||
"sunrise": "Sunrise",
|
||||
"vintage": "Vintage"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Keyboard Shortcuts",
|
||||
"general": {
|
||||
"action": "Execute default action",
|
||||
"firstItem": "Go to first item",
|
||||
"focusFilesPane": "Focus files pane",
|
||||
"focusFoldersPane": "Focus folders pane or breadcrumbs",
|
||||
"focusNext": "Focus next pane",
|
||||
"focusToolbar": "Focus toolbar",
|
||||
"lastItem": "Go to last item",
|
||||
"listShortcuts": "Open this help dialog",
|
||||
"nextItem": "Go to next item",
|
||||
"previousItem": "Go to previous item",
|
||||
"showContextMenu": "Open context menu",
|
||||
"title": "General Interface"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Add or remove files above to selection",
|
||||
"addToSelectionBelow": "Add or remove files below to selection",
|
||||
"addToSelectionLeft": "Add or remove file on the left to selection",
|
||||
"addToSelectionRight": "Add or remove file on the right to selection",
|
||||
"delete": "Delete file(s)",
|
||||
"refresh": "Refresh files",
|
||||
"rename": "Rename file",
|
||||
"selectAll": "Select all files",
|
||||
"upload": "Upload file(s)"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Collapse folder / Go to parent folder",
|
||||
"delete": "Delete folder",
|
||||
"expandOrSubfolder": "Expand folder / Go to first subfolder",
|
||||
"title": "Folders Pane"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Control",
|
||||
"delete": "Delete",
|
||||
"downArrow": "Down arrow",
|
||||
"escape": "Escape",
|
||||
"leftArrow": "Left arrow",
|
||||
"question": "Question mark",
|
||||
"rightArrow": "Right arrow",
|
||||
"upArrow": "Up arrow"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ctrl",
|
||||
"del": "del",
|
||||
"end": "end",
|
||||
"home": "home",
|
||||
"shift": "shift"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "nb",
|
||||
"common": {
|
||||
"abort": "Abort",
|
||||
"cancel": "Avbryt",
|
||||
"choose": "Velg",
|
||||
"close": "Lukk",
|
||||
"copy": "Kopier",
|
||||
"delete": "Slett",
|
||||
"download": "Last ned",
|
||||
"edit": "Rediger",
|
||||
"maximize": "Maksimer",
|
||||
"messageTitle": "Informasjon",
|
||||
"minimize": "Minimer",
|
||||
"move": "Flytt",
|
||||
"newNameDialogTitle": "Nytt navn",
|
||||
"ok": "OK",
|
||||
"pleaseWait": "Vennligst vent",
|
||||
"rememberDecision": "Husk mitt valg",
|
||||
"rename": "Endre navn",
|
||||
"showMore": "Vis mer",
|
||||
"skip": "Hopp over",
|
||||
"upload": "Last opp",
|
||||
"view": "Vis fullversjon"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "dd/mm/yyyy HH:MM",
|
||||
"dateAmPm": [
|
||||
"AM",
|
||||
"PM"
|
||||
],
|
||||
"kb": "{size} KB",
|
||||
"mb": "{size} MB",
|
||||
"gb": "{size} GB",
|
||||
"sizePerSecond": "{size}/s",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "Gi nytt navn automatisk",
|
||||
"countMany": "{count} filer",
|
||||
"countOne": "1 fil",
|
||||
"deleteConfirmation": "Er du sikker på at du vil slette {count} filer?",
|
||||
"fileDeleteConfirmation": "Er du sikker på at du vil slette denne filen \"{name}\"?",
|
||||
"fileRenameExtensionConfirmation": "Er du sikker på at du vil endre filtypen? Filen kan bli ubrukelig.",
|
||||
"fileRenameLabel": "Skriv inn det nye filnavnet: ",
|
||||
"filesPaneTitle": "Files pane",
|
||||
"filesRefresh": "Refreshing files",
|
||||
"filterPlaceholder": "Filter",
|
||||
"gettingFileData": "Henter fildata,",
|
||||
"overwrite": "Overskriv",
|
||||
"loadingFilesPane": {
|
||||
"title": "Laster...",
|
||||
"text": "Filene lastes."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "Mappen er tom.",
|
||||
"text": "Bruk <strong>Last opp</strong>-knappen eller <strong>trekk</strong> filene dine hit."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "Ingenting funnet.",
|
||||
"text": "Prøv igjen med andre søkekriterier."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "Er du sikker på at du vil slette mappen \"{name}\"?",
|
||||
"destinationFolder": "Målmappe",
|
||||
"newNameLabel": "Skriv inn det nye mappenavnet: ",
|
||||
"newSubfolder": "Ny undermappe",
|
||||
"renameDialogTitle": "Rename Folder",
|
||||
"treeTitle": "Folders tree"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "Kopier hit",
|
||||
"errorDialogTitle": "Filer som ikke kan kopieres:",
|
||||
"manyFilesDialogTitle": "Kopier {count} filer til...",
|
||||
"manyFilesWait": "Kopierer {count} filer,",
|
||||
"oneFileDialogTitle": "Kopier filen til...",
|
||||
"oneFileWait": "Kopierer filen,",
|
||||
"operationLabel": "Kopierer filer",
|
||||
"operationSummary": "Antall filer kopiert: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "Flytt hit",
|
||||
"errorDialogTitle": "Filer som ikke kan flyttes:",
|
||||
"manyFilesDialogTitle": "Flytt {count} filer til...",
|
||||
"manyFilesWait": "Flytter {count} filer,",
|
||||
"oneFileDialogTitle": "Flytt filen til...",
|
||||
"oneFileWait": "Flytter filen,",
|
||||
"operationLabel": "Flytter filer",
|
||||
"operationSummary": "Antall filer flyttet: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "Legg til filer",
|
||||
"bytesCountProgress": "({bytesUploaded} av {bytesTotal})",
|
||||
"details": "Detaljer",
|
||||
"filesCountProgress": "{filesUploaded} av {filesTotal}",
|
||||
"progressLabel": "Laster opp filen.",
|
||||
"progressMessage": "Laster opp...",
|
||||
"selectFileLabel": "Velg filen du vil laste opp",
|
||||
"selectFiles": "Velg filer for opplasting",
|
||||
"success": "Opplasting fullført!",
|
||||
"summary": "Opplastede filer: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "Vis:",
|
||||
"displayDate": "Dato",
|
||||
"displayName": "Filnavn",
|
||||
"displaySize": "Filstørrelse",
|
||||
"sortAscending": "Ascending",
|
||||
"sortBy": "Sort by",
|
||||
"sortByOrder": "Order",
|
||||
"sortDescending": "Descending",
|
||||
"thumbnailSize": "Miniatyrbildestørrelse",
|
||||
"title": "Innstillinger",
|
||||
"viewType": "View",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "List",
|
||||
"viewTypeThumbnails": "Thumbnails"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "Ugyldig kommando.",
|
||||
"11": "Ressurstypen ble ikke spesifisert i forespørselen.",
|
||||
"12": "Ugyldig ressurstype.",
|
||||
"13": "Konfigurasjonsfilen for forbindelsen er ugyldig.",
|
||||
"14": "Ugyldig programvareutvidelse: {pluginName}.",
|
||||
"102": "Ugyldig fil- eller mappenavn.",
|
||||
"103": "Kunne ikke utføre forespørselen grunnet manglende tilgang.",
|
||||
"104": "Kunne ikke utføre forespørselen grunnet manglende tilgang til filsystemet.",
|
||||
"105": "Ugyldig filtype.",
|
||||
"109": "Ugyldig forespørsel.",
|
||||
"110": "Ukjent feil.",
|
||||
"111": "Det var ikke mulig å fullføre handlingen på grunn av filstørrelsen.",
|
||||
"115": "Det finnes allerede en fil eller mappe med dette navnet.",
|
||||
"116": "Kunne ikke finne mappen. Last vinduet på nytt og prøv igjen.",
|
||||
"117": "Kunne ikke finne filen. Last vinduet på nytt og prøv igjen.",
|
||||
"118": "Kilde- og mål-bane er like.",
|
||||
"201": "Det fantes allerede en fil med dette navnet. Den opplastede filens navn har blitt endret til \"{name}\".",
|
||||
"202": "Ugyldig fil.",
|
||||
"203": "Ugyldig fil. Filen er for stor.",
|
||||
"204": "Den opplastede filen er korrupt.",
|
||||
"205": "Det finnes ingen midlertidig mappe for filopplastinger.",
|
||||
"206": "Opplastingen ble avbrutt av sikkerhetshensyn. Filen inneholder HTML-aktige data.",
|
||||
"207": "Den opplastede filens navn har blitt endret til \"{name}\".",
|
||||
"300": "Klarte ikke å flytte fil(er).",
|
||||
"301": "Klarte ikke å kopiere fil(er).",
|
||||
"302": "Sletting av fil(er) feilet.",
|
||||
"500": "Filvelgeren ikke tilgjengelig av sikkerhetshensyn. Kontakt systemansvarlig og be ham sjekke CKFinders konfigurasjonsfil.",
|
||||
"501": "Funksjon for miniatyrbilder er skrudd av."
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "Filnavnet kan ikke inneholde følgende tegn: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "The file name cannot be empty.",
|
||||
"folderInvalidCharacters": "Mappenavnet kan ikke inneholde følgende tegn: {disallowedCharacters}",
|
||||
"incorrectExtension": "Filtypen er ikke tillatt i denne mappen.",
|
||||
"missingFile": "Den forespurte filen finnes ikke lengre.",
|
||||
"missingFolder": "Mappen du forsøker å nå er ikke lengre tilgjengelig.",
|
||||
"noUploadFolderSelected": "Vennligst velg en mappe før du laster opp.",
|
||||
"operationCompleted": "Handlingen ble utført med feil.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "Det var ikke mulig å utføre forespørselen. (Feil {number})",
|
||||
"unknownUploadError": "Feil ved sending av fil.",
|
||||
"uploadErrors": "Opplasting fullført med feil.",
|
||||
"uploadPermissions": "Filopplastning er ikke tillatt."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Velg skalert",
|
||||
"originalSize": "Originalstørrelse",
|
||||
"sizes": {
|
||||
"custom": "Selvvalgt",
|
||||
"large": "Stor",
|
||||
"max": "Maks",
|
||||
"medium": "Middels",
|
||||
"small": "Liten"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Juster",
|
||||
"apply": "Bruk",
|
||||
"confirmExit": "Are you sure you want to close? You have unsaved changes to the image.",
|
||||
"crop": "Utsnitt",
|
||||
"downloadAction": "Laster ned originalbildet.",
|
||||
"keepAspectRatio": "Behold sideforhold",
|
||||
"loading": "Laster bilde",
|
||||
"presets": "Forhåndsinnstillinger",
|
||||
"reset": "Tilbakestill",
|
||||
"resize": "Endre størrelse",
|
||||
"rotate": "Roter",
|
||||
"rotateAntiClockwise": "90° venstre",
|
||||
"rotateClockwise": "90° høyre",
|
||||
"save": "Lagre",
|
||||
"saveDialogFileExists": "En fil med det samme navnet finnes allerede i mappen.",
|
||||
"saveDialogOverwrite": "Overskriv fil",
|
||||
"saveDialogSaveAs": "Lagre som:",
|
||||
"saveDialogTitle": "Lagre endringene",
|
||||
"title": "Rediger bilde",
|
||||
"transformationAction": "Utfører forandringer.",
|
||||
"uploadAction": "Laster opp endret bilde.",
|
||||
"filters": {
|
||||
"brightness": "Lysstyrke",
|
||||
"clip": "Klipp",
|
||||
"contrast": "Kontrast",
|
||||
"exposure": "Eksponering",
|
||||
"gamma": "Gamma",
|
||||
"hue": "Fargetone",
|
||||
"noise": "Støy",
|
||||
"saturation": "Fargemetning",
|
||||
"sepia": "Sepia",
|
||||
"sharpen": "Skjerpe",
|
||||
"stackBlur": "Stack Blur",
|
||||
"vibrance": "Glød"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Klarhet",
|
||||
"concentrate": "Konsentrert",
|
||||
"crossProcess": "Kryssprosesser",
|
||||
"glowingSun": "Glødende sol",
|
||||
"grungy": "Grungy",
|
||||
"hazyDays": "Disige dager",
|
||||
"hemingway": "Hemingway",
|
||||
"herMajesty": "Hennes majestet",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "Lomo",
|
||||
"love": "Kjærlighet",
|
||||
"nostalgia": "Nostalgi",
|
||||
"oldBoot": "Old Boot",
|
||||
"orangePeel": "Appelsinskall",
|
||||
"pinhole": "Knappenålshull",
|
||||
"sinCity": "Sin City",
|
||||
"sunrise": "Soloppgang",
|
||||
"vintage": "Vintage"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Keyboard Shortcuts",
|
||||
"general": {
|
||||
"action": "Execute default action",
|
||||
"firstItem": "Go to first item",
|
||||
"focusFilesPane": "Focus files pane",
|
||||
"focusFoldersPane": "Focus folders pane or breadcrumbs",
|
||||
"focusNext": "Focus next pane",
|
||||
"focusToolbar": "Focus toolbar",
|
||||
"lastItem": "Go to last item",
|
||||
"listShortcuts": "Open this help dialog",
|
||||
"nextItem": "Go to next item",
|
||||
"previousItem": "Go to previous item",
|
||||
"showContextMenu": "Open context menu",
|
||||
"title": "General Interface"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Add or remove files above to selection",
|
||||
"addToSelectionBelow": "Add or remove files below to selection",
|
||||
"addToSelectionLeft": "Add or remove file on the left to selection",
|
||||
"addToSelectionRight": "Add or remove file on the right to selection",
|
||||
"delete": "Delete file(s)",
|
||||
"refresh": "Refresh files",
|
||||
"rename": "Rename file",
|
||||
"selectAll": "Select all files",
|
||||
"upload": "Upload file(s)"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Collapse folder / Go to parent folder",
|
||||
"delete": "Delete folder",
|
||||
"expandOrSubfolder": "Expand folder / Go to first subfolder",
|
||||
"title": "Folders Pane"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Control",
|
||||
"delete": "Delete",
|
||||
"downArrow": "Ned-piltast",
|
||||
"escape": "Escape",
|
||||
"leftArrow": "Venstre piltast",
|
||||
"question": "Question mark",
|
||||
"rightArrow": "Høyre piltast",
|
||||
"upArrow": "Opp-piltast"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ctrl",
|
||||
"del": "del",
|
||||
"end": "end",
|
||||
"home": "home",
|
||||
"shift": "shift"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "pl",
|
||||
"common": {
|
||||
"abort": "Przerwij",
|
||||
"cancel": "Anuluj",
|
||||
"choose": "Wybierz",
|
||||
"close": "Zamknij",
|
||||
"copy": "Skopiuj",
|
||||
"delete": "Usuń",
|
||||
"download": "Pobierz",
|
||||
"edit": "Edytuj",
|
||||
"maximize": "Maksymalizuj",
|
||||
"messageTitle": "Informacja",
|
||||
"minimize": "Minimalizuj",
|
||||
"move": "Przenieś",
|
||||
"newNameDialogTitle": "Nowa nazwa",
|
||||
"ok": "OK",
|
||||
"pleaseWait": "Proszę czekać.",
|
||||
"rememberDecision": "Zapamiętaj mój wybór",
|
||||
"rename": "Zmień nazwę",
|
||||
"showMore": "Pokaż więcej",
|
||||
"skip": "Pomiń",
|
||||
"upload": "Wyślij",
|
||||
"view": "Zobacz"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "yyyy-mm-dd HH:MM",
|
||||
"dateAmPm": [
|
||||
"AM",
|
||||
"PM"
|
||||
],
|
||||
"kb": "{size} KB",
|
||||
"mb": "{size} MB",
|
||||
"gb": "{size} GB",
|
||||
"sizePerSecond": "{size}/s",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "Zmień automatycznie nazwę",
|
||||
"countMany": "Liczba plików: {count}",
|
||||
"countOne": "1 plik",
|
||||
"deleteConfirmation": "Czy na pewno chcesz usunąć pliki (razem: {count})?",
|
||||
"fileDeleteConfirmation": "Czy na pewno chcesz usunąć plik \"{name}\"?",
|
||||
"fileRenameExtensionConfirmation": "Czy na pewno chcesz zmienić rozszerzenie pliku? Może to spowodować problemy z otwieraniem pliku.",
|
||||
"fileRenameLabel": "Podaj nową nazwę pliku: ",
|
||||
"filesPaneTitle": "Panel plików",
|
||||
"filesRefresh": "Odświeżanie plików",
|
||||
"filterPlaceholder": "Filtruj",
|
||||
"gettingFileData": "Pobieranie informacji o pliku.",
|
||||
"overwrite": "Nadpisz",
|
||||
"loadingFilesPane": {
|
||||
"title": "Ładowanie...",
|
||||
"text": "Trwa ładowanie plików."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "Folder jest pusty.",
|
||||
"text": "Użyj przycisku <strong>Wyślij</strong> lub przeciągnij i upuść pliki wewnątrz aplikacji."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "Nic nie znaleziono.",
|
||||
"text": "Spróbuj podać inne parametry wyszukiwania."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "Czy na pewno chcesz usunąć folder \"{name}\"?",
|
||||
"destinationFolder": "Folder docelowy",
|
||||
"newNameLabel": "Podaj nazwę nowego folderu: ",
|
||||
"newSubfolder": "Nowy podfolder",
|
||||
"renameDialogTitle": "Zmień nazwę folderu",
|
||||
"treeTitle": "Drzewo folderów"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "Skopiuj tutaj",
|
||||
"errorDialogTitle": "Następujące pliki nie mogą być skopiowane:",
|
||||
"manyFilesDialogTitle": "Skopiuj pliki ({count}) do...",
|
||||
"manyFilesWait": "Kopiowanie {count} plików.",
|
||||
"oneFileDialogTitle": "Skopiuj plik do...",
|
||||
"oneFileWait": "Kopiowanie pliku.",
|
||||
"operationLabel": "Kopiowanie plików",
|
||||
"operationSummary": "Liczba skopiowanych plików: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "Przenieś tutaj",
|
||||
"errorDialogTitle": "Następujące pliki nie mogą być przeniesione:",
|
||||
"manyFilesDialogTitle": "Przenieś pliki ({count}) do...",
|
||||
"manyFilesWait": "Przenoszenie {count} plików.",
|
||||
"oneFileDialogTitle": "Przenieś plik do...",
|
||||
"oneFileWait": "Przenoszenie pliku.",
|
||||
"operationLabel": "Przenoszenie plików",
|
||||
"operationSummary": "Liczba przeniesionych plików: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "Dodaj pliki",
|
||||
"bytesCountProgress": "({bytesUploaded} z {bytesTotal})",
|
||||
"details": "Szczegóły",
|
||||
"filesCountProgress": "{filesUploaded} z {filesTotal}",
|
||||
"progressLabel": "Trwa wysyłanie pliku.",
|
||||
"progressMessage": "Wysyłanie...",
|
||||
"selectFileLabel": "Wybierz plik",
|
||||
"selectFiles": "Wybierz pliki do wysłania",
|
||||
"success": "Wysyłanie zakończone!",
|
||||
"summary": "Wysłano plików: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "Wyświetlanie:",
|
||||
"displayDate": "Data",
|
||||
"displayName": "Nazwa pliku",
|
||||
"displaySize": "Rozmiar pliku",
|
||||
"sortAscending": "Rosnąco",
|
||||
"sortBy": "Sortuj po",
|
||||
"sortByOrder": "Kolejność",
|
||||
"sortDescending": "Malejąco",
|
||||
"thumbnailSize": "Rozmiar miniatur",
|
||||
"title": "Ustawienia",
|
||||
"viewType": "Widok",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "Lista",
|
||||
"viewTypeThumbnails": "Miniatury"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "Nieprawidłowe polecenie (command).",
|
||||
"11": "Brak wymaganego parametru: typ danych (resource type).",
|
||||
"12": "Nieprawidłowy typ danych (resource type).",
|
||||
"13": "Plik konfiguracyjny connectora jest nieprawidłowy.",
|
||||
"14": "Nieprawidłowy plugin: {pluginName}.",
|
||||
"102": "Nieprawidłowa nazwa pliku lub folderu.",
|
||||
"103": "Wykonanie operacji nie jest możliwe: brak uprawnień.",
|
||||
"104": "Wykonanie operacji nie powiodło się z powodu niewystarczających uprawnień do systemu plików.",
|
||||
"105": "Nieprawidłowe rozszerzenie.",
|
||||
"109": "Nieprawidłowe żądanie.",
|
||||
"110": "Niezidentyfikowany błąd.",
|
||||
"111": "Wykonanie operacji nie powiodło się z powodu zbyt dużego rozmiaru pliku wynikowego.",
|
||||
"115": "Plik lub folder o podanej nazwie już istnieje.",
|
||||
"116": "Nie znaleziono folderu. Odśwież panel i spróbuj ponownie.",
|
||||
"117": "Nie znaleziono pliku. Odśwież listę plików i spróbuj ponownie.",
|
||||
"118": "Ścieżki źródłowa i docelowa są jednakowe.",
|
||||
"201": "Plik o podanej nazwie już istnieje. Nazwa przesłanego pliku została zmieniona na \"{name}\".",
|
||||
"202": "Nieprawidłowy plik.",
|
||||
"203": "Nieprawidłowy plik. Plik przekracza dozwolony rozmiar.",
|
||||
"204": "Przesłany plik jest uszkodzony.",
|
||||
"205": "Brak folderu tymczasowego na serwerze do przesyłania plików.",
|
||||
"206": "Przesyłanie pliku zakończyło się niepowodzeniem z powodów bezpieczeństwa. Plik zawiera dane przypominające HTML.",
|
||||
"207": "Nazwa przesłanego pliku została zmieniona na \"{name}\".",
|
||||
"300": "Przenoszenie nie powiodło się.",
|
||||
"301": "Kopiowanie nie powiodło się.",
|
||||
"302": "Usuwanie nie powiodło się.",
|
||||
"500": "Menedżer plików jest wyłączony z powodów bezpieczeństwa. Skontaktuj się z administratorem oraz sprawdź plik konfiguracyjny CKFindera.",
|
||||
"501": "Tworzenie miniatur jest wyłączone."
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "Nazwa pliku nie może zawierać żadnego z podanych znaków: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "Nazwa pliku nie może być pusta.",
|
||||
"folderInvalidCharacters": "Nazwa folderu nie może zawierać żadnego z podanych znaków: {disallowedCharacters}",
|
||||
"incorrectExtension": "Rozszerzenie pliku nie jest dozwolone w tym folderze.",
|
||||
"missingFile": "Żądany plik jest już niedostępny.",
|
||||
"missingFolder": "Folder, do którego dostęp próbujesz uzyskać, jest już niedostępny.",
|
||||
"noUploadFolderSelected": "Wybierz folder przed wysłaniem pliku.",
|
||||
"operationCompleted": "Operacja zakończyła się błędem.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "Wykonanie operacji zakończyło się niepowodzeniem. (Błąd {number})",
|
||||
"unknownUploadError": "Błąd podczas wysyłania pliku.",
|
||||
"uploadErrors": "Wysyłanie zakończone z błędami.",
|
||||
"uploadPermissions": "Wysyłanie plików nie jest dozwolone."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Wybierz przeskalowany",
|
||||
"originalSize": "Oryginalny rozmiar",
|
||||
"sizes": {
|
||||
"custom": "Własny",
|
||||
"large": "Duży",
|
||||
"max": "Maksymalny",
|
||||
"medium": "Średni",
|
||||
"small": "Mały"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Dostosuj",
|
||||
"apply": "Zastosuj",
|
||||
"confirmExit": "Czy jesteś pewien, że chcesz zamknąć okno? Obrazek ma niezapisane zmiany.",
|
||||
"crop": "Kadrowanie",
|
||||
"downloadAction": "Pobierz oryginalny obrazek.",
|
||||
"keepAspectRatio": "Zachowaj proporcje",
|
||||
"loading": "Ładowanie obrazka",
|
||||
"presets": "Predefiniowane opcje",
|
||||
"reset": "Resetuj",
|
||||
"resize": "Zmień rozmiar",
|
||||
"rotate": "Obróć",
|
||||
"rotateAntiClockwise": "90° w lewo",
|
||||
"rotateClockwise": "90° w prawo",
|
||||
"save": "Zapisz",
|
||||
"saveDialogFileExists": "Plik o tej nazwie już istnieje w folderze.",
|
||||
"saveDialogOverwrite": "Nadpisać plik?",
|
||||
"saveDialogSaveAs": "Zapisz jako:",
|
||||
"saveDialogTitle": "Zapisz zmiany",
|
||||
"title": "Edytuj obrazek",
|
||||
"transformationAction": "Aplikowanie transformacji.",
|
||||
"uploadAction": "Wysyłanie zedytowanego obrazka.",
|
||||
"filters": {
|
||||
"brightness": "Jasność",
|
||||
"clip": "Przytnij",
|
||||
"contrast": "Kontrast",
|
||||
"exposure": "Ekspozycja",
|
||||
"gamma": "Gamma",
|
||||
"hue": "Barwa",
|
||||
"noise": "Szum",
|
||||
"saturation": "Nasycenie",
|
||||
"sepia": "Sepia",
|
||||
"sharpen": "Wyostrz",
|
||||
"stackBlur": "Rozmyj",
|
||||
"vibrance": "Vibrance"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Przejrzystość",
|
||||
"concentrate": "Koncentracja",
|
||||
"crossProcess": "Cross processing",
|
||||
"glowingSun": "Promienne słońce",
|
||||
"grungy": "Grungy",
|
||||
"hazyDays": "Mgliste dni",
|
||||
"hemingway": "Hemingway",
|
||||
"herMajesty": "Jej Wysokość",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "Lomo",
|
||||
"love": "Miłość",
|
||||
"nostalgia": "Nostalgia",
|
||||
"oldBoot": "Stary but",
|
||||
"orangePeel": "Skórka pomarańczowa",
|
||||
"pinhole": "Kamera otworkowa",
|
||||
"sinCity": "Sin City",
|
||||
"sunrise": "Wschód słońca",
|
||||
"vintage": "Vintage"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Skróty klawiaturowe",
|
||||
"general": {
|
||||
"action": "Wykonaj domyślne działanie",
|
||||
"firstItem": "Przejdź do pierwszego elementu",
|
||||
"focusFilesPane": "Wybierz panel plików",
|
||||
"focusFoldersPane": "Wybierz panel folderów lub ścieżkę folderów",
|
||||
"focusNext": "Wybierz następny panel",
|
||||
"focusToolbar": "Wybierz pasek narzędzi",
|
||||
"lastItem": "Przejdź do ostatniego elementu",
|
||||
"listShortcuts": "Otwórz to okno pomocy",
|
||||
"nextItem": "Przejdź do następnego elementu",
|
||||
"previousItem": "Przejdź do poprzedniego elementu",
|
||||
"showContextMenu": "Otwórz menu kontekstowe",
|
||||
"title": "Interfejs użytkownika"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Dodaj lub usuń pliki wyżej do zaznaczenia",
|
||||
"addToSelectionBelow": "Dodaj lub usuń pliki niżej do zaznaczenia",
|
||||
"addToSelectionLeft": "Dodaj lub usuń plik po lewej do zaznaczenia",
|
||||
"addToSelectionRight": "Dodaj lub usuń plik po prawej do zaznaczenia",
|
||||
"delete": "Usuń plik(i)",
|
||||
"refresh": "Odśwież pliki",
|
||||
"rename": "Zmień nazwę pliku",
|
||||
"selectAll": "Zaznacz wszystkie pliki",
|
||||
"upload": "Prześlij plik(i)"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Zwiń folder / Przejdź do podfolderu nadrzędnego",
|
||||
"delete": "Usuń folder",
|
||||
"expandOrSubfolder": "Rozwiń folder / Przejdź do pierwszego podfolderu",
|
||||
"title": "Panel folderów"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Control",
|
||||
"delete": "Delete",
|
||||
"downArrow": "Strzałka w dół",
|
||||
"escape": "Escape",
|
||||
"leftArrow": "Strzałka w lewo",
|
||||
"question": "Znak zapytania",
|
||||
"rightArrow": "Strzałka w prawo",
|
||||
"upArrow": "Strzałka w górę"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ctrl",
|
||||
"del": "del",
|
||||
"end": "end",
|
||||
"home": "home",
|
||||
"shift": "shift"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "pt-br",
|
||||
"common": {
|
||||
"abort": "Abortar",
|
||||
"cancel": "Cancelar",
|
||||
"choose": "Usar",
|
||||
"close": "Fechar",
|
||||
"copy": "Copiar",
|
||||
"delete": "Apagar",
|
||||
"download": "Download",
|
||||
"edit": "Editar",
|
||||
"maximize": "Maximizar",
|
||||
"messageTitle": "Informação",
|
||||
"minimize": "Minimizar",
|
||||
"move": "Mover",
|
||||
"newNameDialogTitle": "Novo Nome",
|
||||
"ok": "OK",
|
||||
"pleaseWait": "Por favor, aguarde.",
|
||||
"rememberDecision": "Lembrar minha decisão",
|
||||
"rename": "Renomear",
|
||||
"showMore": "Mostrar Mais",
|
||||
"skip": "Ignorar",
|
||||
"upload": "Enviar Arquivo",
|
||||
"view": "Visualizar"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "dd/mm/yyyy HH:MM",
|
||||
"dateAmPm": [
|
||||
"AM",
|
||||
"PM"
|
||||
],
|
||||
"kb": "{size} KB",
|
||||
"mb": "{size} MB",
|
||||
"gb": "{size} GB",
|
||||
"sizePerSecond": "{size}/s",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "Renomear automaticamente",
|
||||
"countMany": "{count} arquivos",
|
||||
"countOne": "1 arquivo",
|
||||
"deleteConfirmation": "Tem certeza que deseja apagar os {count} arquivos?",
|
||||
"fileDeleteConfirmation": "Tem certeza que deseja apagar o arquivo \"{name}\"?",
|
||||
"fileRenameExtensionConfirmation": "Tem certeza que deseja alterar a extensão do arquivo? O arquivo pode ser danificado.",
|
||||
"fileRenameLabel": "Novo nome do arquivo: ",
|
||||
"filesPaneTitle": "Painel de arquivos",
|
||||
"filesRefresh": "Atualizando arquivos",
|
||||
"filterPlaceholder": "Filtro",
|
||||
"gettingFileData": "Lendo informações do arquivo.",
|
||||
"overwrite": "Sobrescrever",
|
||||
"loadingFilesPane": {
|
||||
"title": "Carregando...",
|
||||
"text": "Carregando os arquivos."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "Esta pasta está vazia.",
|
||||
"text": "Use o botão <strong>Enviar Arquivo</strong> ou <strong>arraste e solte</strong> seus arquivos aqui."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "Nenhuma ocorrência encontrada.",
|
||||
"text": "Tente outros termos de pesquisa."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "Tem certeza que deseja apagar a pasta \"{name}\"?",
|
||||
"destinationFolder": "Pasta Destino",
|
||||
"newNameLabel": "Nome da nova pasta: ",
|
||||
"newSubfolder": "Nova sub-pasta",
|
||||
"renameDialogTitle": "Renomear Pasta",
|
||||
"treeTitle": "Árvore de pastas"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "Copiar Aqui",
|
||||
"errorDialogTitle": "Arquivos que não puderam ser copiados:",
|
||||
"manyFilesDialogTitle": "Copiar {count} Arquivos Para...",
|
||||
"manyFilesWait": "Copiando {count} arquivos.",
|
||||
"oneFileDialogTitle": "Copiar Arquivo Para...",
|
||||
"oneFileWait": "Copiando arquivo.",
|
||||
"operationLabel": "Copiando Arquivos",
|
||||
"operationSummary": "Número de arquivos copiados: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "Mover Aqui",
|
||||
"errorDialogTitle": "Arquivos que não puderam ser movidos:",
|
||||
"manyFilesDialogTitle": "Mover {count} Arquivos Para...",
|
||||
"manyFilesWait": "Movendo {count} arquivos.",
|
||||
"oneFileDialogTitle": "Mover Arquivo Para...",
|
||||
"oneFileWait": "Movendo arquivo.",
|
||||
"operationLabel": "Movendo Arquivos",
|
||||
"operationSummary": "Número de arquivos movidos: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "Adicionar Arquivos",
|
||||
"bytesCountProgress": "({bytesUploaded} de {bytesTotal})",
|
||||
"details": "Detalhes",
|
||||
"filesCountProgress": "{filesUploaded} de {filesTotal}",
|
||||
"progressLabel": "Enviando arquivo.",
|
||||
"progressMessage": "Enviando...",
|
||||
"selectFileLabel": "Selecione o arquivo para enviar",
|
||||
"selectFiles": "Selecione os arquivos para enviar",
|
||||
"success": "Enviado com sucesso!",
|
||||
"summary": "Arquivos enviados: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "Exibir",
|
||||
"displayDate": "Data",
|
||||
"displayName": "Arquivo",
|
||||
"displaySize": "Tamanho",
|
||||
"sortAscending": "Crescente",
|
||||
"sortBy": "Ordernar por",
|
||||
"sortByOrder": "Ordem",
|
||||
"sortDescending": "Decrescente",
|
||||
"thumbnailSize": "Tamanho da Miniatura",
|
||||
"title": "Configurações",
|
||||
"viewType": "Exibir",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "Lista",
|
||||
"viewTypeThumbnails": "Miniaturas"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "Comando inválido.",
|
||||
"11": "O tipo de recurso não foi especificado na solicitação.",
|
||||
"12": "O tipo de recurso solicitado não é válido.",
|
||||
"13": "O arquivo de configuração do conector não é válido.",
|
||||
"14": "Plugin para o conector inválido: {pluginName}.",
|
||||
"102": "Nome do arquivo ou pasta inválido.",
|
||||
"103": "Não foi possível completar a solicitação por restrições de acesso.",
|
||||
"104": "Não foi possível completar a solicitação por restrições de acesso do sistema de arquivos.",
|
||||
"105": "Extensão de arquivo inválida.",
|
||||
"109": "Solicitação inválida.",
|
||||
"110": "Erro desconhecido.",
|
||||
"111": "Impossível completar o pedido devido ao tamanho final do arquivo.",
|
||||
"115": "Um arquivo ou pasta já existe com esse nome.",
|
||||
"116": "Pasta não encontrada. Atualize e tente novamente.",
|
||||
"117": "Arquivo não encontrado. Atualize a lista de arquivos e tente novamente.",
|
||||
"118": "A origem e o destino são os mesmos.",
|
||||
"201": "Um arquivo com o mesmo nome já está disponível. O arquivo enviado foi renomeado para \"{name}\".",
|
||||
"202": "Arquivo inválido.",
|
||||
"203": "Arquivo inválido. O tamanho é muito grande.",
|
||||
"204": "O arquivo enviado está corrompido.",
|
||||
"205": "Nenhuma pasta temporária para envio está disponível no servidor.",
|
||||
"206": "Transmissão cancelada por razões de segurança. O arquivo contém dados HTML.",
|
||||
"207": "O arquivo enviado foi renomeado para \"{name}\".",
|
||||
"300": "Não foi possível mover o(s) arquivo(s).",
|
||||
"301": "Não foi possível copiar o(s) arquivo(s).",
|
||||
"302": "Não for possível apagar o(s) arquivo(s).",
|
||||
"500": "A navegação de arquivos está desativada por razões de segurança. Contacte o administrador do sistema para controlar as configurações do CKFinder.",
|
||||
"501": "O suporte a miniaturas está desabilitado."
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "O nome do arquivo não pode conter nenhum desses caracteres: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "O nome do arquivo é obrigatório.",
|
||||
"folderInvalidCharacters": "O nome da pasta não pode conter nenhum desses caracteres: {disallowedCharacters}",
|
||||
"incorrectExtension": "A extensão deste arquivo não é permitida nesta pasta.",
|
||||
"missingFile": "O arquivo solicitado não está mais disponível.",
|
||||
"missingFolder": "A pasta que você está tentando abrir não está mais disponível.",
|
||||
"noUploadFolderSelected": "Selecione a pasta antes the enviar o arquivo.",
|
||||
"operationCompleted": "Operação completada com errors.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "Não foi possível completer o seu pedido. (Erro {number})",
|
||||
"unknownUploadError": "Erro no envio do arquivo.",
|
||||
"uploadErrors": "Envio terminado com errors.",
|
||||
"uploadPermissions": "Não é permitido o envio de arquivos."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Usar Redimensionada",
|
||||
"originalSize": "Tamanho Original",
|
||||
"sizes": {
|
||||
"custom": "Personalizado",
|
||||
"large": "Grande",
|
||||
"max": "Máx",
|
||||
"medium": "Médio",
|
||||
"small": "Pequeno"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Ajustar",
|
||||
"apply": "Aplicar",
|
||||
"confirmExit": "Você tem certeza que quer encerrar? Algumas mudanças na imagem não foram registradas.",
|
||||
"crop": "Cortar",
|
||||
"downloadAction": "Carregando imagem original.",
|
||||
"keepAspectRatio": "Manter as Proporções",
|
||||
"loading": "Carregando Imagem...",
|
||||
"presets": "Pre-Configurações",
|
||||
"reset": "Restaurar",
|
||||
"resize": "Redimensionar",
|
||||
"rotate": "Girar",
|
||||
"rotateAntiClockwise": "90° à Esquerda",
|
||||
"rotateClockwise": "90° à Direita",
|
||||
"save": "Salvar",
|
||||
"saveDialogFileExists": "Já existe nesta pasta um arquivo com o mesmo nome.",
|
||||
"saveDialogOverwrite": "Sobrescrever Arquivo",
|
||||
"saveDialogSaveAs": "Salvar como:",
|
||||
"saveDialogTitle": "Salvar Alterações",
|
||||
"title": "Edição de Imagem",
|
||||
"transformationAction": "Aplicando modificações.",
|
||||
"uploadAction": "Enviando a imagem modificada.",
|
||||
"filters": {
|
||||
"brightness": "Brilho",
|
||||
"clip": "Redução",
|
||||
"contrast": "Contraste",
|
||||
"exposure": "Exposição",
|
||||
"gamma": "Gama",
|
||||
"hue": "Matiz",
|
||||
"noise": "Ruído",
|
||||
"saturation": "Saturação",
|
||||
"sepia": "Sépia",
|
||||
"sharpen": "Nitidez",
|
||||
"stackBlur": "Desfocagem",
|
||||
"vibrance": "Vibração"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Clareza",
|
||||
"concentrate": "Concentrado",
|
||||
"crossProcess": "Processo Cruzado",
|
||||
"glowingSun": "Sol Crescente",
|
||||
"grungy": "Enlameado",
|
||||
"hazyDays": "Dia Nublado",
|
||||
"hemingway": "Hemingway",
|
||||
"herMajesty": "Sua Majestade",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "Lomo",
|
||||
"love": "Amor",
|
||||
"nostalgia": "Saudades",
|
||||
"oldBoot": "Old Boot",
|
||||
"orangePeel": "Casca de Laranja",
|
||||
"pinhole": "Câmera Obscura",
|
||||
"sinCity": "Sin City",
|
||||
"sunrise": "Nascer do Sol",
|
||||
"vintage": "Antigo"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Teclas de Atalho",
|
||||
"general": {
|
||||
"action": "Executar a ação padrão",
|
||||
"firstItem": "Ir para o primeiro item",
|
||||
"focusFilesPane": "Foco no painel de arquivos",
|
||||
"focusFoldersPane": "Foco na árvore de pastas ou no caminho de navegação",
|
||||
"focusNext": "Foco no painel sucessivo",
|
||||
"focusToolbar": "Foco na barra de ferramentas",
|
||||
"lastItem": "Ir para o último item",
|
||||
"listShortcuts": "Abrir esta janela de ajuda",
|
||||
"nextItem": "Ir para o próximo item",
|
||||
"previousItem": "Ir para o item anterior",
|
||||
"showContextMenu": "Abrir o menu de contexto",
|
||||
"title": "Interface Principal"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Adicionar ou remover o arquivo de cima à seleção",
|
||||
"addToSelectionBelow": "Adicionar ou remover o arquivo de baixo à seleção",
|
||||
"addToSelectionLeft": "Adicionar ou remover o arquivo da esquerda à seleção",
|
||||
"addToSelectionRight": "Adicionar ou remover o arquivo da direita à seleção",
|
||||
"delete": "Apagar arquivo(s)",
|
||||
"refresh": "Atualizar arquivos",
|
||||
"rename": "Renomear arquivo",
|
||||
"selectAll": "Selecionar todos os arquivos",
|
||||
"upload": "Enviar arquivo(s)"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Fechar pasta / Ir para a pasta superior",
|
||||
"delete": "Apagar pasta",
|
||||
"expandOrSubfolder": "Expandir pasta / Ir para a primeira sub-pasta",
|
||||
"title": "Painel de Pastas"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "CTRL",
|
||||
"delete": "Apagar",
|
||||
"downArrow": "Seta para baixo",
|
||||
"escape": "ESC",
|
||||
"leftArrow": "Seta para a esquerda",
|
||||
"question": "Interrogação",
|
||||
"rightArrow": "Seta para a direita",
|
||||
"upArrow": "Seta para cima"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ctrl",
|
||||
"del": "delete",
|
||||
"end": "end",
|
||||
"home": "home",
|
||||
"shift": "shift"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "ro",
|
||||
"common": {
|
||||
"abort": "Abort",
|
||||
"cancel": "Anulează",
|
||||
"choose": "Choose",
|
||||
"close": "Închide",
|
||||
"copy": "Copy",
|
||||
"delete": "Șterge",
|
||||
"download": "Descarcă",
|
||||
"edit": "Editează",
|
||||
"maximize": "Maximizare",
|
||||
"messageTitle": "Informații",
|
||||
"minimize": "Minimizare",
|
||||
"move": "Move",
|
||||
"newNameDialogTitle": "Nume nou",
|
||||
"ok": "OK",
|
||||
"pleaseWait": "Te rog așteaptă.",
|
||||
"rememberDecision": "Reține acțiunea pe viitor",
|
||||
"rename": "Redenumește",
|
||||
"showMore": "Show more",
|
||||
"skip": "Sări",
|
||||
"upload": "Încarcă",
|
||||
"view": "Vizualizează"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "dd/mm/yyyy HH:MM",
|
||||
"dateAmPm": [
|
||||
"AM",
|
||||
"PM"
|
||||
],
|
||||
"kb": "{size} KB",
|
||||
"mb": "{size} MB",
|
||||
"gb": "{size} GB",
|
||||
"sizePerSecond": "{size}/s",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "Auto-redenumire",
|
||||
"countMany": "{count} fișiere",
|
||||
"countOne": "1 fișier",
|
||||
"deleteConfirmation": "Are you sure you want to delete {count} files?",
|
||||
"fileDeleteConfirmation": "Ești sigur că vrei să ștergi fișierul \"{name}\"?",
|
||||
"fileRenameExtensionConfirmation": "Ești sigur că vrei să schimbi extensia fișierului? Fișierul poate deveni inutilizabil.",
|
||||
"fileRenameLabel": "Te rugăm să introduci numele nou al fișierului: ",
|
||||
"filesPaneTitle": "Files pane",
|
||||
"filesRefresh": "Refreshing files",
|
||||
"filterPlaceholder": "Filter",
|
||||
"gettingFileData": "Getting file data.",
|
||||
"overwrite": "Suprascriere",
|
||||
"loadingFilesPane": {
|
||||
"title": "Loading...",
|
||||
"text": "The files are being loaded."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "The folder is empty.",
|
||||
"text": "Use the <strong>Upload</strong> button or <strong>drag and drop</strong> your files here."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "Nothing found.",
|
||||
"text": "Please try using different search criteria."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "Ești sigur că vrei să ștergi dosarul \"{name}\"?",
|
||||
"destinationFolder": "Destination Folder",
|
||||
"newNameLabel": "Te rugăm să introduci numele dosarului nou: ",
|
||||
"newSubfolder": "Subdosar nou",
|
||||
"renameDialogTitle": "Rename Folder",
|
||||
"treeTitle": "Folders tree"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "Copiază aici",
|
||||
"errorDialogTitle": "Files that cannot be copied:",
|
||||
"manyFilesDialogTitle": "Copy {count} Files To...",
|
||||
"manyFilesWait": "Copying {count} files.",
|
||||
"oneFileDialogTitle": "Copy File To...",
|
||||
"oneFileWait": "Copying file.",
|
||||
"operationLabel": "Copying Files",
|
||||
"operationSummary": "Number of files copied: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "Mută aici",
|
||||
"errorDialogTitle": "Files that cannot be moved:",
|
||||
"manyFilesDialogTitle": "Move {count} Files To...",
|
||||
"manyFilesWait": "Moving {count} files.",
|
||||
"oneFileDialogTitle": "Move File To...",
|
||||
"oneFileWait": "Moving file.",
|
||||
"operationLabel": "Moving Files",
|
||||
"operationSummary": "Number of files moved: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "Adaugă fișiere",
|
||||
"bytesCountProgress": "({bytesUploaded} of {bytesTotal})",
|
||||
"details": "Details",
|
||||
"filesCountProgress": "{filesUploaded} of {filesTotal}",
|
||||
"progressLabel": "Încărcare în progres.",
|
||||
"progressMessage": "Uploading...",
|
||||
"selectFileLabel": "Selectează un fișier de încărcat",
|
||||
"selectFiles": "Select files to upload",
|
||||
"success": "Upload finished!",
|
||||
"summary": "Uploaded files: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "Afișează:",
|
||||
"displayDate": "Dată",
|
||||
"displayName": "Nume fișier",
|
||||
"displaySize": "Mărime fișier",
|
||||
"sortAscending": "Ascending",
|
||||
"sortBy": "Sort by",
|
||||
"sortByOrder": "Order",
|
||||
"sortDescending": "Descending",
|
||||
"thumbnailSize": "Thumbnail Size",
|
||||
"title": "Setări",
|
||||
"viewType": "View",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "List",
|
||||
"viewTypeThumbnails": "Thumbnails"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "Comandă invalidă.",
|
||||
"11": "Tipul de resursă nu a fost specificat în cerere.",
|
||||
"12": "Tipul de resursă cerut nu este valid.",
|
||||
"13": "The connector configuration file is invalid.",
|
||||
"14": "Invalid connector plugin: {pluginName}.",
|
||||
"102": "Nume fișier sau nume dosar invalid.",
|
||||
"103": "Nu a fost posibiliă finalizarea cererii din cauza restricțiilor de autorizare.",
|
||||
"104": "Nu a fost posibiliă finalizarea cererii din cauza restricțiilor de permisiune la sistemul de fișiere.",
|
||||
"105": "Extensie fișier invalidă.",
|
||||
"109": "Cerere invalidă.",
|
||||
"110": "Eroare necunoscută.",
|
||||
"111": "It was not possible to complete the request due to resulting file size.",
|
||||
"115": "Există deja un fișier sau un dosar cu același nume.",
|
||||
"116": "Dosar negăsit. Te rog împrospătează și încearcă din nou.",
|
||||
"117": "Fișier negăsit. Te rog împrospătează lista de fișiere și încearcă din nou.",
|
||||
"118": "Calea sursei și a țintei sunt egale.",
|
||||
"201": "Un fișier cu același nume este deja disponibil. Fișierul încărcat a fost redenumit cu \"{name}\".",
|
||||
"202": "Fișier invalid.",
|
||||
"203": "Fișier invalid. Mărimea fișierului este prea mare.",
|
||||
"204": "Fișierul încărcat este corupt.",
|
||||
"205": "Niciun dosar temporar nu este disponibil pentru încărcarea pe server.",
|
||||
"206": "Încărcare anulată din motive de securitate. Fișierul conține date asemănătoare cu HTML.",
|
||||
"207": "Fișierul încărcat a fost redenumit cu \"{name}\".",
|
||||
"300": "Mutare fișier(e) eșuată.",
|
||||
"301": "Copiere fișier(e) eșuată.",
|
||||
"302": "Deleting file(s) failed.",
|
||||
"500": "Browser-ul de fișiere este dezactivat din motive de securitate. Te rog contactează administratorul de sistem și verifică configurarea de fișiere CKFinder.",
|
||||
"501": "Funcționalitatea de creat thumbnails este dezactivată."
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "Numele fișierului nu poate conține niciunul din următoarele caractere: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "The file name cannot be empty.",
|
||||
"folderInvalidCharacters": "Numele dosarului nu poate conține niciunul din următoarele caractere: {disallowedCharacters}",
|
||||
"incorrectExtension": "Extensie fișier nepermisă în acest dosar.",
|
||||
"missingFile": "The requested file is no longer available.",
|
||||
"missingFolder": "The folder you are trying to reach is no longer available.",
|
||||
"noUploadFolderSelected": "Te rugăm să selectezi un dosar înainte de a încărca.",
|
||||
"operationCompleted": "Operation completed with errors.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "Nu a fost posibilă finalizarea cererii. (Eroare {number})",
|
||||
"unknownUploadError": "Eroare la trimiterea fișierului.",
|
||||
"uploadErrors": "Upload finished with errors.",
|
||||
"uploadPermissions": "Încărcare fișier nepermisă."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Choose Resized",
|
||||
"originalSize": "Original Size",
|
||||
"sizes": {
|
||||
"custom": "Custom",
|
||||
"large": "Large",
|
||||
"max": "Max",
|
||||
"medium": "Medium",
|
||||
"small": "Small"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Adjust",
|
||||
"apply": "Apply",
|
||||
"confirmExit": "Are you sure you want to close? You have unsaved changes to the image.",
|
||||
"crop": "Crop",
|
||||
"downloadAction": "Downloading original image.",
|
||||
"keepAspectRatio": "Keep Aspect Ratio",
|
||||
"loading": "Loading image",
|
||||
"presets": "Presets",
|
||||
"reset": "Reset",
|
||||
"resize": "Resize",
|
||||
"rotate": "Rotate",
|
||||
"rotateAntiClockwise": "90° Left",
|
||||
"rotateClockwise": "90° Right",
|
||||
"save": "Save",
|
||||
"saveDialogFileExists": "File with the same name already exists in folder.",
|
||||
"saveDialogOverwrite": "Overwrite File",
|
||||
"saveDialogSaveAs": "Save as:",
|
||||
"saveDialogTitle": "Save Changes",
|
||||
"title": "Edit Image",
|
||||
"transformationAction": "Applying transformations.",
|
||||
"uploadAction": "Uploading edited image.",
|
||||
"filters": {
|
||||
"brightness": "Brightness",
|
||||
"clip": "Clip",
|
||||
"contrast": "Contrast",
|
||||
"exposure": "Exposure",
|
||||
"gamma": "Gamma",
|
||||
"hue": "Hue",
|
||||
"noise": "Noise",
|
||||
"saturation": "Saturation",
|
||||
"sepia": "Sepia",
|
||||
"sharpen": "Sharpen",
|
||||
"stackBlur": "Blur",
|
||||
"vibrance": "Vibrance"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Clarity",
|
||||
"concentrate": "Concentrate",
|
||||
"crossProcess": "Cross Process",
|
||||
"glowingSun": "Glowing Sun",
|
||||
"grungy": "Grungy",
|
||||
"hazyDays": "Hazy Days",
|
||||
"hemingway": "Hemingway",
|
||||
"herMajesty": "Her Majesty",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "Lomo",
|
||||
"love": "Love",
|
||||
"nostalgia": "Nostalgia",
|
||||
"oldBoot": "Old Boot",
|
||||
"orangePeel": "Orange Peel",
|
||||
"pinhole": "Pinhole",
|
||||
"sinCity": "Sin City",
|
||||
"sunrise": "Sunrise",
|
||||
"vintage": "Vintage"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Keyboard Shortcuts",
|
||||
"general": {
|
||||
"action": "Execute default action",
|
||||
"firstItem": "Go to first item",
|
||||
"focusFilesPane": "Focus files pane",
|
||||
"focusFoldersPane": "Focus folders pane or breadcrumbs",
|
||||
"focusNext": "Focus next pane",
|
||||
"focusToolbar": "Focus toolbar",
|
||||
"lastItem": "Go to last item",
|
||||
"listShortcuts": "Open this help dialog",
|
||||
"nextItem": "Go to next item",
|
||||
"previousItem": "Go to previous item",
|
||||
"showContextMenu": "Open context menu",
|
||||
"title": "General Interface"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Add or remove files above to selection",
|
||||
"addToSelectionBelow": "Add or remove files below to selection",
|
||||
"addToSelectionLeft": "Add or remove file on the left to selection",
|
||||
"addToSelectionRight": "Add or remove file on the right to selection",
|
||||
"delete": "Delete file(s)",
|
||||
"refresh": "Refresh files",
|
||||
"rename": "Rename file",
|
||||
"selectAll": "Select all files",
|
||||
"upload": "Upload file(s)"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Collapse folder / Go to parent folder",
|
||||
"delete": "Delete folder",
|
||||
"expandOrSubfolder": "Expand folder / Go to first subfolder",
|
||||
"title": "Folders Pane"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Control",
|
||||
"delete": "Delete",
|
||||
"downArrow": "Down arrow",
|
||||
"escape": "Escape",
|
||||
"leftArrow": "Left arrow",
|
||||
"question": "Question mark",
|
||||
"rightArrow": "Right arrow",
|
||||
"upArrow": "Up arrow"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ctrl",
|
||||
"del": "del",
|
||||
"end": "end",
|
||||
"home": "home",
|
||||
"shift": "shift"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "ru",
|
||||
"common": {
|
||||
"abort": "Прервать",
|
||||
"cancel": "Отмена",
|
||||
"choose": "Выбрать",
|
||||
"close": "Закрыть",
|
||||
"copy": "Копировать",
|
||||
"delete": "Удалить",
|
||||
"download": "Сохранить",
|
||||
"edit": "Редактировать",
|
||||
"maximize": "Развернуть",
|
||||
"messageTitle": "Информация",
|
||||
"minimize": "Свернуть",
|
||||
"move": "Переместить",
|
||||
"newNameDialogTitle": "Новое имя",
|
||||
"ok": "OK",
|
||||
"pleaseWait": "Пожалуйста подождите.",
|
||||
"rememberDecision": "Запомнить мой выбор",
|
||||
"rename": "Переименовать",
|
||||
"showMore": "Ещё",
|
||||
"skip": "Пропустить",
|
||||
"upload": "Загрузить файл",
|
||||
"view": "Посмотреть"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "dd.mm.yyyy H:MM",
|
||||
"dateAmPm": [
|
||||
"AM",
|
||||
"PM"
|
||||
],
|
||||
"kb": "{size} KБ",
|
||||
"mb": "{size} МБ",
|
||||
"gb": "{size} ГБ",
|
||||
"sizePerSecond": "{size}/с",
|
||||
"pixelShort": "пикс"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "Автоматически переименовывать",
|
||||
"countMany": "{count} файлов",
|
||||
"countOne": "1 файл",
|
||||
"deleteConfirmation": "Вы уверены, что хотите удалить {count} файла(ов)?",
|
||||
"fileDeleteConfirmation": "Вы уверены, что хотите удалить файл \"{name}\"?",
|
||||
"fileRenameExtensionConfirmation": "Вы уверены, что хотите изменить расширение файла? Файл может стать недоступным.",
|
||||
"fileRenameLabel": "Пожалуйста, введите новое имя файла: ",
|
||||
"filesPaneTitle": "Панель файлов",
|
||||
"filesRefresh": "Обновление файлов",
|
||||
"filterPlaceholder": "Фильтр",
|
||||
"gettingFileData": "Чтение файла.",
|
||||
"overwrite": "Заменить файл",
|
||||
"loadingFilesPane": {
|
||||
"title": "Загрузка...",
|
||||
"text": "Файлы загружаются."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "Папка пуста.",
|
||||
"text": "Используйте кнопку <strong>Загрузить</strong> или <strong>натащите</strong> ваши файлы сюда."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "Ничего не найдено.",
|
||||
"text": "Пожалуйста попробуйте другие критерии поиска."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "Вы уверены, что хотите удалить папку \"{name}\"?",
|
||||
"destinationFolder": "Конечная папка",
|
||||
"newNameLabel": "Пожалуйста, введите новое имя папки: ",
|
||||
"newSubfolder": "Новая папка",
|
||||
"renameDialogTitle": "Переименовать папку",
|
||||
"treeTitle": "Дерево каталогов"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "Копировать",
|
||||
"errorDialogTitle": "Файлы, которые не могут быть скопированы:",
|
||||
"manyFilesDialogTitle": "Копировать {count} файла(ов) в...",
|
||||
"manyFilesWait": "Копирование {count} файлов.",
|
||||
"oneFileDialogTitle": "Копировать файл в...",
|
||||
"oneFileWait": "Копирование файла.",
|
||||
"operationLabel": "Копирование файлов",
|
||||
"operationSummary": "Скопировано файлов: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "Переместить",
|
||||
"errorDialogTitle": "Файлы, которые не могут быть перемещены:",
|
||||
"manyFilesDialogTitle": "Переместить {count} файла(ов) в...",
|
||||
"manyFilesWait": "Перемещение {count} файлов.",
|
||||
"oneFileDialogTitle": "Переместить файл в...",
|
||||
"oneFileWait": "Перемещение файла.",
|
||||
"operationLabel": "Перемещение файлов",
|
||||
"operationSummary": "Перемещено файлов: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "Добавить файлы",
|
||||
"bytesCountProgress": "({bytesUploaded} из {bytesTotal})",
|
||||
"details": "Подробнее",
|
||||
"filesCountProgress": "{filesUploaded} из {filesTotal}",
|
||||
"progressLabel": "Загрузка в процессе.",
|
||||
"progressMessage": "Загрузка...",
|
||||
"selectFileLabel": "Выбрать файл для загрузки",
|
||||
"selectFiles": "Выберите файлы для загрузки",
|
||||
"success": "Загрузка завершена!",
|
||||
"summary": "Загружено файлов: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "Показывать:",
|
||||
"displayDate": "Дата",
|
||||
"displayName": "Имя файла",
|
||||
"displaySize": "Размер файла",
|
||||
"sortAscending": "По возрастанию",
|
||||
"sortBy": "Сортировать по",
|
||||
"sortByOrder": "Порядок",
|
||||
"sortDescending": "По убыванию",
|
||||
"thumbnailSize": "Размер миниатюры",
|
||||
"title": "Настройка",
|
||||
"viewType": "Вид",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "Список",
|
||||
"viewTypeThumbnails": "Миниатюры"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "Неверная команда.",
|
||||
"11": "Тип ресурса не указан в запросе.",
|
||||
"12": "Неверный запрошенный тип ресурса.",
|
||||
"13": "Ошибка в конфигурационном файле.",
|
||||
"14": "Ошибка в плагине: {pluginName}.",
|
||||
"102": "Неверное имя файла или папки.",
|
||||
"103": "Невозможно завершить запрос из-за ограничений авторизации.",
|
||||
"104": "Невозможно завершить запрос из-за ограничения разрешений файловой системы.",
|
||||
"105": "Неверное расширение файла.",
|
||||
"109": "Неверный запрос.",
|
||||
"110": "Неизвестная ошибка.",
|
||||
"111": "Невозможно завершить запрос из-за размера конечного файла.",
|
||||
"115": "Файл или папка с таким именем уже существует.",
|
||||
"116": "Папка не найдена. Пожалуйста, обновите вид папок и попробуйте еще раз.",
|
||||
"117": "Файл не найден. Пожалуйста, обновите список файлов и попробуйте еще раз.",
|
||||
"118": "Исходное расположение файла совпадает с указанным.",
|
||||
"201": "Файл с таким именем уже существует. Загруженный файл был переименован в \"{name}\".",
|
||||
"202": "Неверный файл.",
|
||||
"203": "Неверный файл. Размер файла слишком большой.",
|
||||
"204": "Загруженный файл поврежден.",
|
||||
"205": "Недоступна временная папка для загрузки файлов на сервер.",
|
||||
"206": "Загрузка отменена из-за соображений безопасности. Файл содержит похожие на HTML данные.",
|
||||
"207": "Загруженный файл был переименован в \"{name}\".",
|
||||
"300": "Произошла ошибка при перемещении файла(ов).",
|
||||
"301": "Произошла ошибка при копировании файла(ов).",
|
||||
"302": "Произошла ошибка при удалении файла(ов).",
|
||||
"500": "Браузер файлов отключен из-за соображений безопасности. Пожалуйста, сообщите вашему системному администратру и проверьте конфигурационный файл CKFinder.",
|
||||
"501": "Поддержка миниатюр отключена."
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "Имя файла не может содержать любой из перечисленных символов: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "Имя файла не может быть пустым.",
|
||||
"folderInvalidCharacters": "Имя папки не может содержать любой из перечисленных символов: {disallowedCharacters}",
|
||||
"incorrectExtension": "В эту папку нельзя загружать файлы с таким расширением.",
|
||||
"missingFile": "Запрашиваемый файл более не доступен.",
|
||||
"missingFolder": "Запрашиваемая папка более не доступен.",
|
||||
"noUploadFolderSelected": "Пожалуйста, выберите папку, в которую вы хотите загрузить файл.",
|
||||
"operationCompleted": "Операция завершилась с ошибками.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "Невозможно завершить запрос. (Ошибка {number})",
|
||||
"unknownUploadError": "Ошибка при передаче файла.",
|
||||
"uploadErrors": "Загрузка завершена с ошибками.",
|
||||
"uploadPermissions": "Загрузка файлов запрещена."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Выбрать уменьшенный",
|
||||
"originalSize": "Оригинальный размер",
|
||||
"sizes": {
|
||||
"custom": "Пользовательский",
|
||||
"large": "Большой",
|
||||
"max": "Максимальный",
|
||||
"medium": "Средний",
|
||||
"small": "Маленький"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Цветокоррекция",
|
||||
"apply": "Применить",
|
||||
"confirmExit": "Вы действительно хотите закрыть? У вас имеются несохраненные изменения.",
|
||||
"crop": "Обрезка",
|
||||
"downloadAction": "Скачивание оригинального изображения.",
|
||||
"keepAspectRatio": "Сохранять соотношение сторон",
|
||||
"loading": "Загрузка изображения",
|
||||
"presets": "Предустановки",
|
||||
"reset": "Сбросить",
|
||||
"resize": "Изменение размера",
|
||||
"rotate": "Поворот",
|
||||
"rotateAntiClockwise": "90° вправо",
|
||||
"rotateClockwise": "90° влево",
|
||||
"save": "Сохранить",
|
||||
"saveDialogFileExists": "Файл с таким именем уже существует в папке.",
|
||||
"saveDialogOverwrite": "Переписать файл",
|
||||
"saveDialogSaveAs": "Сохранить как:",
|
||||
"saveDialogTitle": "Сохранить изменения",
|
||||
"title": "Редактирование изображения",
|
||||
"transformationAction": "Применений трансформаций.",
|
||||
"uploadAction": "Загрузка измененного изображения.",
|
||||
"filters": {
|
||||
"brightness": "Яркость",
|
||||
"clip": "Clip",
|
||||
"contrast": "Контраст",
|
||||
"exposure": "Экспозиция",
|
||||
"gamma": "Гамма",
|
||||
"hue": "Тон",
|
||||
"noise": "Шум",
|
||||
"saturation": "Насыщенность",
|
||||
"sepia": "Сепия",
|
||||
"sharpen": "Резкость",
|
||||
"stackBlur": "Размытие",
|
||||
"vibrance": "Сощность"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Четкость",
|
||||
"concentrate": "Концентрат",
|
||||
"crossProcess": "Кросспроцесс",
|
||||
"glowingSun": "Солнечный свет",
|
||||
"grungy": "Гранж",
|
||||
"hazyDays": "Туман",
|
||||
"hemingway": "Хемингуэй",
|
||||
"herMajesty": "Ее величество",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "Ломо",
|
||||
"love": "Любовь",
|
||||
"nostalgia": "Ностальгия",
|
||||
"oldBoot": "Старый башмак",
|
||||
"orangePeel": "Апельсин",
|
||||
"pinhole": "Пинхол",
|
||||
"sinCity": "Город Грехов",
|
||||
"sunrise": "Восход солнца",
|
||||
"vintage": "Винтаж"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Горячие клавиши",
|
||||
"general": {
|
||||
"action": "Выполнить действие по умолчанию",
|
||||
"firstItem": "Перейти к первому элементу",
|
||||
"focusFilesPane": "Перейти к панели файлов",
|
||||
"focusFoldersPane": "Перейти к панели папок",
|
||||
"focusNext": "Перейти к следующей панели",
|
||||
"focusToolbar": "Перейти к панели инструментов",
|
||||
"lastItem": "Перейти к последнему элементу",
|
||||
"listShortcuts": "Открыть это справочное окно",
|
||||
"nextItem": "Перейти к следующему элементу",
|
||||
"previousItem": "Перейти к предыдущему элементу",
|
||||
"showContextMenu": "Контекстное меню",
|
||||
"title": "Общий интерфейс"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Выделить/исключить файл сверху от выделенного",
|
||||
"addToSelectionBelow": "Выделить/исключить файл снизу от выделенного",
|
||||
"addToSelectionLeft": "Выделить/исключить файл слева от выделенного",
|
||||
"addToSelectionRight": "Выделить/исключить файл справа от выделенного",
|
||||
"delete": "Удалить файл(ы)",
|
||||
"refresh": "Обновить",
|
||||
"rename": "Переименовать файл",
|
||||
"selectAll": "Выделить все файлы",
|
||||
"upload": "Загрузить файл(ы)"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Свернуть папку / Перейти к родительской папке",
|
||||
"delete": "Удалить папку",
|
||||
"expandOrSubfolder": "Развернуть папку / Перейти к первой подпапке",
|
||||
"title": "Панель папок"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Control",
|
||||
"delete": "Delete",
|
||||
"downArrow": "Стрелка вниз",
|
||||
"escape": "Escape",
|
||||
"leftArrow": "Стрелка влево",
|
||||
"question": "Знак вопроса",
|
||||
"rightArrow": "Стрелка вправо",
|
||||
"upArrow": "Стрелка вверх"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ctrl",
|
||||
"del": "del",
|
||||
"end": "end",
|
||||
"home": "home",
|
||||
"shift": "shift"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "sk",
|
||||
"common": {
|
||||
"abort": "Odobrať",
|
||||
"cancel": "Zrušiť",
|
||||
"choose": "Vybrať",
|
||||
"close": "Zatvoriť",
|
||||
"copy": "Kopírovať",
|
||||
"delete": "Zmazať",
|
||||
"download": "Stiahnuť",
|
||||
"edit": "Upraviť",
|
||||
"maximize": "Maximalizovať",
|
||||
"messageTitle": "Informácia",
|
||||
"minimize": "Minimalizovať",
|
||||
"move": "Presunúť",
|
||||
"newNameDialogTitle": "Nové meno",
|
||||
"ok": "OK",
|
||||
"pleaseWait": "Čakajte prosím.",
|
||||
"rememberDecision": "Pamätať si rozhodnutie",
|
||||
"rename": "Premenovať",
|
||||
"showMore": "Ukázať viac",
|
||||
"skip": "Preskočiť",
|
||||
"upload": "Prekopírovať na server (Upload)",
|
||||
"view": "Náhľad"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "mm/dd/yyyy HH:MM",
|
||||
"dateAmPm": [
|
||||
"AM",
|
||||
"PM"
|
||||
],
|
||||
"kb": "{size} KB",
|
||||
"mb": "{size} MB",
|
||||
"gb": "{size} GB",
|
||||
"sizePerSecond": "{size}/s",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "Auto-premenovanie",
|
||||
"countMany": "{count} súborov",
|
||||
"countOne": "1 súbor",
|
||||
"deleteConfirmation": "Naozaj chcete odstrániť {count} súborov?",
|
||||
"fileDeleteConfirmation": "Skutočne chcete odstrániť súbor \"{name}\"?",
|
||||
"fileRenameExtensionConfirmation": "Skutočne chcete zmeniť príponu súboru? Upozornenie: zmenou prípony sa súbor môže stať nepoužiteľným, pokiaľ prípona nie je podporovaná.",
|
||||
"fileRenameLabel": "Zadajte prosím meno nového súboru: ",
|
||||
"filesPaneTitle": "Názov súboru",
|
||||
"filesRefresh": "Obnovujem súbory",
|
||||
"filterPlaceholder": "Filter",
|
||||
"gettingFileData": "Informácie o súbore.",
|
||||
"overwrite": "Prepísať",
|
||||
"loadingFilesPane": {
|
||||
"title": "Načítam...",
|
||||
"text": "Súbory sú načítané."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "Priečinok je prázdny.",
|
||||
"text": "Použi <strong>Nahraj</strong> tlačidlo alebo <strong>označ a potiahni</strong> svoje súbory tu."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "Nič sa nenašlo.",
|
||||
"text": "Prosím, použi iné kritéria vyhľadávania."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "Skutočne zmazať adresár \"{name}\"?",
|
||||
"destinationFolder": "Adresa súborur",
|
||||
"newNameLabel": "Zadajte prosím meno nového adresára: ",
|
||||
"newSubfolder": "Nový podadresár",
|
||||
"renameDialogTitle": "Premenovať priečinok",
|
||||
"treeTitle": "Priečinky"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "Prekopírovať sem",
|
||||
"errorDialogTitle": "Súbory, ktoré sa nedajú prekopírovať:",
|
||||
"manyFilesDialogTitle": "Kopírovať {count} súborov do...",
|
||||
"manyFilesWait": "Kopírovať {count} súbory.",
|
||||
"oneFileDialogTitle": "Skopírovať súbory do...",
|
||||
"oneFileWait": "Kopírujem súbory.",
|
||||
"operationLabel": "Kopírujem súbory",
|
||||
"operationSummary": "Počet skopírovaných súborov: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "Presunúť sem",
|
||||
"errorDialogTitle": "Súbory, ktoré sa nadajú presunúť:",
|
||||
"manyFilesDialogTitle": "Presunúť {count} súbory do...",
|
||||
"manyFilesWait": "Presúvam {count} súbory.",
|
||||
"oneFileDialogTitle": "Presunúť súbor do...",
|
||||
"oneFileWait": "Presúvam súbor.",
|
||||
"operationLabel": "Presúvam súbory",
|
||||
"operationSummary": "Počet presunutých súborov: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "Pridať súbory",
|
||||
"bytesCountProgress": "({bytesUploaded} z {bytesTotal})",
|
||||
"details": "Detaily",
|
||||
"filesCountProgress": "{filesUploaded} z {filesTotal}",
|
||||
"progressLabel": "Prebieha kopírovanie.",
|
||||
"progressMessage": "Nahrávam...",
|
||||
"selectFileLabel": "Vyberte súbor, ktorý chcete prekopírovať na server",
|
||||
"selectFiles": "Vybrať súbory na nahranie",
|
||||
"success": "Nahrávanie dokončené!",
|
||||
"summary": "Nahrané súbory: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "Zobraziť:",
|
||||
"displayDate": "Dátum",
|
||||
"displayName": "Názov súboru",
|
||||
"displaySize": "Veľkosť súboru",
|
||||
"sortAscending": "Vzostupne",
|
||||
"sortBy": "Zoradiť podľa",
|
||||
"sortByOrder": "Druh",
|
||||
"sortDescending": "Zostupne",
|
||||
"thumbnailSize": "Veĺkosť Thumbnail",
|
||||
"title": "Nastavenia",
|
||||
"viewType": "Ukážka",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "Zoznam",
|
||||
"viewTypeThumbnails": "Thumbnails"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "Neplatný príkaz.",
|
||||
"11": "V požiadavke nebol špecifikovaný typ súboru.",
|
||||
"12": "Nepodporovaný typ súboru.",
|
||||
"13": "Konfiguračný súbor konektoru programu CKFinder je neplatný.",
|
||||
"14": "Neplatný plugin konektor: {pluginName}.",
|
||||
"102": "Neplatný názov súboru alebo adresára.",
|
||||
"103": "Nebolo možné dokončiť spracovanie požiadavky kvôli nepostačujúcej úrovni oprávnení.",
|
||||
"104": "Nebolo možné dokončiť spracovanie požiadavky kvôli obmedzeniam v prístupových právach k súborom.",
|
||||
"105": "Neplatná prípona súboru.",
|
||||
"109": "Neplatná požiadavka.",
|
||||
"110": "Neidentifikovaná chyba.",
|
||||
"111": "Nebolo možné dokončiť príkaz na základe veľkosti súboru.",
|
||||
"115": "Zadaný súbor alebo adresár už existuje.",
|
||||
"116": "Adresár nebol nájdený. Aktualizujte obsah adresára (Znovunačítať) a skúste znovu.",
|
||||
"117": "Súbor nebol nájdený. Aktualizujte obsah adresára (Znovunačítať) a skúste znovu.",
|
||||
"118": "Zdrojové a cieľové cesty sú rovnaké.",
|
||||
"201": "Súbor so zadaným názvom už existuje. Prekopírovaný súbor bol premenovaný na \"{name}\".",
|
||||
"202": "Neplatný súbor.",
|
||||
"203": "Neplatný súbor - súbor presahuje maximálnu povolenú veľkosť.",
|
||||
"204": "Kopírovaný súbor je poškodený.",
|
||||
"205": "Server nemá špecifikovaný dočasný adresár pre kopírované súbory.",
|
||||
"206": "Kopírovanie prerušené kvôli nedostatočnému zabezpečeniu. Súbor obsahuje HTML data.",
|
||||
"207": "Prekopírovaný súbor bol premenovaný na \"{name}\".",
|
||||
"300": "Presunutie súborov zlyhalo.",
|
||||
"301": "Kopírovanie súborov zlyhalo.",
|
||||
"302": "Mazanie súborov zlyhalo.",
|
||||
"500": "Prehliadanie súborov je zakázané kvôli bezpečnosti. Kontaktujte prosím administrátora a overte nastavenia v konfiguračnom súbore pre CKFinder.",
|
||||
"501": "Momentálne nie je zapnutá podpora pre generáciu miniobrázkov."
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "Súbor nesmie obsahovať žiadny z nasledujúcich znakov: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "Názov súboru nesmie byť bez znakov.",
|
||||
"folderInvalidCharacters": "Adresár nesmie obsahovať žiadny z nasledujúcich znakov: {disallowedCharacters}",
|
||||
"incorrectExtension": "V tomto adresári nie je povolený tento formát súboru.",
|
||||
"missingFile": "Súbor už nie je k dispozícii.",
|
||||
"missingFolder": "Priečinok už nie je k dispozícii.",
|
||||
"noUploadFolderSelected": "Pred náhrávaním zvoľte adresár, prosím",
|
||||
"operationCompleted": "Úloha dokončená s chybami.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "Server nemohol dokončiť spracovanie požiadavky. (Chyba {number})",
|
||||
"unknownUploadError": "V priebehu posielania súboru sa vyskytla chyba.",
|
||||
"uploadErrors": "Nahrávanie ukončené s chybami.",
|
||||
"uploadPermissions": "Nahratie súboru nie je povolené."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Vybrať upravený",
|
||||
"originalSize": "Pôvodná veľkosť",
|
||||
"sizes": {
|
||||
"custom": "Vlastné",
|
||||
"large": "Veĺké",
|
||||
"max": "Maximum",
|
||||
"medium": "Stredné",
|
||||
"small": "Malé"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Prispôsobiť",
|
||||
"apply": "Použiť",
|
||||
"confirmExit": "Naozaj chcete ukončiť program? Vašé zmeny nebudú uložené.",
|
||||
"crop": "Orezať",
|
||||
"downloadAction": "Sťahujem originálny súbor.",
|
||||
"keepAspectRatio": "Udržať polomer",
|
||||
"loading": "Nahrávam obrázok",
|
||||
"presets": "Predvoľby",
|
||||
"reset": "Zmazať",
|
||||
"resize": "Orezať",
|
||||
"rotate": "Otočiť",
|
||||
"rotateAntiClockwise": "90° Doľava",
|
||||
"rotateClockwise": "90° Doprava",
|
||||
"save": "UložiŤ",
|
||||
"saveDialogFileExists": "Súbor s rovnakým menom už existuje v tomto súbore.",
|
||||
"saveDialogOverwrite": "Prepísať súbor",
|
||||
"saveDialogSaveAs": "Uložiť ako:",
|
||||
"saveDialogTitle": "Uložiť zmeny",
|
||||
"title": "Upraviť obrázok",
|
||||
"transformationAction": "Použiť zmeny.",
|
||||
"uploadAction": "Nahrávam upravené súbory.",
|
||||
"filters": {
|
||||
"brightness": "Jas",
|
||||
"clip": "Strih",
|
||||
"contrast": "Kontrast",
|
||||
"exposure": "Expozícia",
|
||||
"gamma": "Gamma",
|
||||
"hue": "Odtieň",
|
||||
"noise": "Sýtosť",
|
||||
"saturation": "Saturícia",
|
||||
"sepia": "Sépia",
|
||||
"sharpen": "Ostrosť",
|
||||
"stackBlur": "Zaostrenie",
|
||||
"vibrance": "Citlivosť"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Clarity",
|
||||
"concentrate": "Concentrate",
|
||||
"crossProcess": "Cross Process",
|
||||
"glowingSun": "Glowing Sun",
|
||||
"grungy": "Grungy",
|
||||
"hazyDays": "Hazy Days",
|
||||
"hemingway": "Hemingway",
|
||||
"herMajesty": "Her Majesty",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "Lomo",
|
||||
"love": "Love",
|
||||
"nostalgia": "Nostalgia",
|
||||
"oldBoot": "Old Boot",
|
||||
"orangePeel": "Orange Peel",
|
||||
"pinhole": "Pinhole",
|
||||
"sinCity": "Sin City",
|
||||
"sunrise": "Sunrise",
|
||||
"vintage": "Vintage"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Klávesové skratky",
|
||||
"general": {
|
||||
"action": "Pôvodné hodnoty",
|
||||
"firstItem": "Vráť sa na začiatok",
|
||||
"focusFilesPane": "Zaostriť na sekcie",
|
||||
"focusFoldersPane": "Zaostriť na sekcie alebo breadcrumbs",
|
||||
"focusNext": "Zaostriť ďalšiu sekciu",
|
||||
"focusToolbar": "Označiť nástroje",
|
||||
"lastItem": "Prejsť na posledný item",
|
||||
"listShortcuts": "Otvoriť tento dialóg",
|
||||
"nextItem": "Prejsť na ďalší item",
|
||||
"previousItem": "Vrátiť sa na predchádzajúci item",
|
||||
"showContextMenu": "Otvoriť kontextové menu",
|
||||
"title": "General Interface"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Pridať alebo odstániť súbor vyššie do sekcie",
|
||||
"addToSelectionBelow": "Pridať alebo odstrániť súbor nižšie do sekcie",
|
||||
"addToSelectionLeft": "Pridať alebo odstrániť súbor vľavo do sekcie",
|
||||
"addToSelectionRight": "Pridať alebo odstrániť súbor vpravo do sekcie",
|
||||
"delete": "Zmazať súbory",
|
||||
"refresh": "Obnoviť súbory",
|
||||
"rename": "Premenovať súbor",
|
||||
"selectAll": "Vybrať všetky súbory",
|
||||
"upload": "Nahrať súbory"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Zlyhanie priečinok / Choď do predošlého súboru",
|
||||
"delete": "Zmazať priečinok",
|
||||
"expandOrSubfolder": "Rozbaliť priečinok / Choď do prvého podsúboru",
|
||||
"title": "Sekcia"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Control",
|
||||
"delete": "Zmazať",
|
||||
"downArrow": "Šípka dole",
|
||||
"escape": "Escape",
|
||||
"leftArrow": "Šípka vľavo",
|
||||
"question": "Otáznik",
|
||||
"rightArrow": "Šípka vpravo",
|
||||
"upArrow": "Šípka hore"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ctrl",
|
||||
"del": "del",
|
||||
"end": "end",
|
||||
"home": "home",
|
||||
"shift": "shift"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "sl",
|
||||
"common": {
|
||||
"abort": "Abort",
|
||||
"cancel": "Prekliči",
|
||||
"choose": "Choose",
|
||||
"close": "Zapri",
|
||||
"copy": "Copy",
|
||||
"delete": "Zbriši",
|
||||
"download": "Prenesi na svoj računalnik",
|
||||
"edit": "Uredi",
|
||||
"maximize": "Maksimiraj",
|
||||
"messageTitle": "Informacija",
|
||||
"minimize": "Minimiraj",
|
||||
"move": "Move",
|
||||
"newNameDialogTitle": "Novo ime",
|
||||
"ok": "Potrdi",
|
||||
"pleaseWait": "Prosimo počakajte.",
|
||||
"rememberDecision": "Zapomni si mojo izbiro",
|
||||
"rename": "Preimenuj",
|
||||
"showMore": "Show more",
|
||||
"skip": "Preskoči",
|
||||
"upload": "Naloži na strežnik",
|
||||
"view": "Predogled"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "d.m.yyyy H:MM",
|
||||
"dateAmPm": [
|
||||
"AM",
|
||||
"PM"
|
||||
],
|
||||
"kb": "{size} KB",
|
||||
"mb": "{size} MB",
|
||||
"gb": "{size} GB",
|
||||
"sizePerSecond": "{size}/s",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "Avtomatsko preimenuj",
|
||||
"countMany": "{count} datotek(e)",
|
||||
"countOne": "1 datoteka",
|
||||
"deleteConfirmation": "Are you sure you want to delete {count} files?",
|
||||
"fileDeleteConfirmation": "Ali ste prepričani, da želite izbrisati datoteko \"{name}\"?",
|
||||
"fileRenameExtensionConfirmation": "Ali ste prepričani, da želite spremeniti končnico datoteke? Možno je, da potem datoteka ne bo uporabna.",
|
||||
"fileRenameLabel": "Vnesite novo ime datoteke: ",
|
||||
"filesPaneTitle": "Files pane",
|
||||
"filesRefresh": "Refreshing files",
|
||||
"filterPlaceholder": "Filter",
|
||||
"gettingFileData": "Getting file data.",
|
||||
"overwrite": "Prepiši",
|
||||
"loadingFilesPane": {
|
||||
"title": "Loading...",
|
||||
"text": "The files are being loaded."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "The folder is empty.",
|
||||
"text": "Use the <strong>Upload</strong> button or <strong>drag and drop</strong> your files here."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "Nothing found.",
|
||||
"text": "Please try using different search criteria."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "Ali ste prepričani, da želite zbrisati mapo \"{name}\"?",
|
||||
"destinationFolder": "Destination Folder",
|
||||
"newNameLabel": "Vnesite ime za novo mapo: ",
|
||||
"newSubfolder": "Nova podmapa",
|
||||
"renameDialogTitle": "Rename Folder",
|
||||
"treeTitle": "Folders tree"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "Kopiraj",
|
||||
"errorDialogTitle": "Files that cannot be copied:",
|
||||
"manyFilesDialogTitle": "Copy {count} Files To...",
|
||||
"manyFilesWait": "Copying {count} files.",
|
||||
"oneFileDialogTitle": "Copy File To...",
|
||||
"oneFileWait": "Copying file.",
|
||||
"operationLabel": "Copying Files",
|
||||
"operationSummary": "Number of files copied: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "Premakni",
|
||||
"errorDialogTitle": "Files that cannot be moved:",
|
||||
"manyFilesDialogTitle": "Move {count} Files To...",
|
||||
"manyFilesWait": "Moving {count} files.",
|
||||
"oneFileDialogTitle": "Move File To...",
|
||||
"oneFileWait": "Moving file.",
|
||||
"operationLabel": "Moving Files",
|
||||
"operationSummary": "Number of files moved: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "Dodaj datoteke",
|
||||
"bytesCountProgress": "({bytesUploaded} of {bytesTotal})",
|
||||
"details": "Details",
|
||||
"filesCountProgress": "{filesUploaded} of {filesTotal}",
|
||||
"progressLabel": "Prenos na strežnik poteka.",
|
||||
"progressMessage": "Uploading...",
|
||||
"selectFileLabel": "Izberi datoteko za prenos na strežnik",
|
||||
"selectFiles": "Select files to upload",
|
||||
"success": "Upload finished!",
|
||||
"summary": "Uploaded files: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "Prikaz:",
|
||||
"displayDate": "datum",
|
||||
"displayName": "ime datoteke",
|
||||
"displaySize": "velikost datoteke",
|
||||
"sortAscending": "Ascending",
|
||||
"sortBy": "Sort by",
|
||||
"sortByOrder": "Order",
|
||||
"sortDescending": "Descending",
|
||||
"thumbnailSize": "Thumbnail Size",
|
||||
"title": "Nastavitve",
|
||||
"viewType": "View",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "List",
|
||||
"viewTypeThumbnails": "Thumbnails"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "Napačen ukaz.",
|
||||
"11": "V poizvedbi ni bil jasen tip (resource type).",
|
||||
"12": "Tip datoteke ni primeren.",
|
||||
"13": "The connector configuration file is invalid.",
|
||||
"14": "Invalid connector plugin: {pluginName}.",
|
||||
"102": "Napačno ime mape ali datoteke.",
|
||||
"103": "Vašega ukaza se ne da izvesti zaradi težav z avtorizacijo.",
|
||||
"104": "Vašega ukaza se ne da izvesti zaradi težav z nastavitvami pravic v datotečnem sistemu.",
|
||||
"105": "Napačna končnica datoteke.",
|
||||
"109": "Napačna zahteva.",
|
||||
"110": "Neznana napaka.",
|
||||
"111": "It was not possible to complete the request due to resulting file size.",
|
||||
"115": "Datoteka ali mapa s tem imenom že obstaja.",
|
||||
"116": "Mapa ni najdena. Prosimo osvežite okno in poskusite znova.",
|
||||
"117": "Datoteka ni najdena. Prosimo osvežite seznam datotek in poskusite znova.",
|
||||
"118": "Začetna in končna pot je ista.",
|
||||
"201": "Datoteka z istim imenom že obstaja. Naložena datoteka je bila preimenovana v \"{name}\".",
|
||||
"202": "Neprimerna datoteka.",
|
||||
"203": "Datoteka je prevelika in zasede preveč prostora.",
|
||||
"204": "Naložena datoteka je okvarjena.",
|
||||
"205": "Na strežniku ni na voljo začasna mapa za prenos datotek.",
|
||||
"206": "Nalaganje je bilo prekinjeno zaradi varnostnih razlogov. Datoteka vsebuje podatke, ki spominjajo na HTML kodo.",
|
||||
"207": "Naložena datoteka je bila preimenovana v \"{name}\".",
|
||||
"300": "Premikanje datotek(e) ni uspelo.",
|
||||
"301": "Kopiranje datotek(e) ni uspelo.",
|
||||
"302": "Deleting file(s) failed.",
|
||||
"500": "Brskalnik je onemogočen zaradi varnostnih razlogov. Prosimo kontaktirajte upravljalca spletnih strani.",
|
||||
"501": "Ni podpore za majhne sličice (predogled)."
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "Ime datoteke ne sme vsebovati naslednjih znakov: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "The file name cannot be empty.",
|
||||
"folderInvalidCharacters": "Ime mape ne sme vsebovati naslednjih znakov: {disallowedCharacters}",
|
||||
"incorrectExtension": "V tej mapi ta vrsta datoteke ni dovoljena.",
|
||||
"missingFile": "The requested file is no longer available.",
|
||||
"missingFolder": "The folder you are trying to reach is no longer available.",
|
||||
"noUploadFolderSelected": "Izberite mapo v katero se bo naložilo datoteko!",
|
||||
"operationCompleted": "Operation completed with errors.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "Prišlo je do napake. (Napaka {number})",
|
||||
"unknownUploadError": "Napaka pri pošiljanju datoteke.",
|
||||
"uploadErrors": "Upload finished with errors.",
|
||||
"uploadPermissions": "Nalaganje datotek ni dovoljeno."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Choose Resized",
|
||||
"originalSize": "Original Size",
|
||||
"sizes": {
|
||||
"custom": "Custom",
|
||||
"large": "Large",
|
||||
"max": "Max",
|
||||
"medium": "Medium",
|
||||
"small": "Small"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Adjust",
|
||||
"apply": "Apply",
|
||||
"confirmExit": "Are you sure you want to close? You have unsaved changes to the image.",
|
||||
"crop": "Crop",
|
||||
"downloadAction": "Downloading original image.",
|
||||
"keepAspectRatio": "Keep Aspect Ratio",
|
||||
"loading": "Loading image",
|
||||
"presets": "Presets",
|
||||
"reset": "Reset",
|
||||
"resize": "Resize",
|
||||
"rotate": "Rotate",
|
||||
"rotateAntiClockwise": "90° Left",
|
||||
"rotateClockwise": "90° Right",
|
||||
"save": "Save",
|
||||
"saveDialogFileExists": "File with the same name already exists in folder.",
|
||||
"saveDialogOverwrite": "Overwrite File",
|
||||
"saveDialogSaveAs": "Save as:",
|
||||
"saveDialogTitle": "Save Changes",
|
||||
"title": "Edit Image",
|
||||
"transformationAction": "Applying transformations.",
|
||||
"uploadAction": "Uploading edited image.",
|
||||
"filters": {
|
||||
"brightness": "Brightness",
|
||||
"clip": "Clip",
|
||||
"contrast": "Contrast",
|
||||
"exposure": "Exposure",
|
||||
"gamma": "Gamma",
|
||||
"hue": "Hue",
|
||||
"noise": "Noise",
|
||||
"saturation": "Saturation",
|
||||
"sepia": "Sepia",
|
||||
"sharpen": "Sharpen",
|
||||
"stackBlur": "Blur",
|
||||
"vibrance": "Vibrance"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Clarity",
|
||||
"concentrate": "Concentrate",
|
||||
"crossProcess": "Cross Process",
|
||||
"glowingSun": "Glowing Sun",
|
||||
"grungy": "Grungy",
|
||||
"hazyDays": "Hazy Days",
|
||||
"hemingway": "Hemingway",
|
||||
"herMajesty": "Her Majesty",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "Lomo",
|
||||
"love": "Love",
|
||||
"nostalgia": "Nostalgia",
|
||||
"oldBoot": "Old Boot",
|
||||
"orangePeel": "Orange Peel",
|
||||
"pinhole": "Pinhole",
|
||||
"sinCity": "Sin City",
|
||||
"sunrise": "Sunrise",
|
||||
"vintage": "Vintage"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Keyboard Shortcuts",
|
||||
"general": {
|
||||
"action": "Execute default action",
|
||||
"firstItem": "Go to first item",
|
||||
"focusFilesPane": "Focus files pane",
|
||||
"focusFoldersPane": "Focus folders pane or breadcrumbs",
|
||||
"focusNext": "Focus next pane",
|
||||
"focusToolbar": "Focus toolbar",
|
||||
"lastItem": "Go to last item",
|
||||
"listShortcuts": "Open this help dialog",
|
||||
"nextItem": "Go to next item",
|
||||
"previousItem": "Go to previous item",
|
||||
"showContextMenu": "Open context menu",
|
||||
"title": "General Interface"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Add or remove files above to selection",
|
||||
"addToSelectionBelow": "Add or remove files below to selection",
|
||||
"addToSelectionLeft": "Add or remove file on the left to selection",
|
||||
"addToSelectionRight": "Add or remove file on the right to selection",
|
||||
"delete": "Delete file(s)",
|
||||
"refresh": "Refresh files",
|
||||
"rename": "Rename file",
|
||||
"selectAll": "Select all files",
|
||||
"upload": "Upload file(s)"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Collapse folder / Go to parent folder",
|
||||
"delete": "Delete folder",
|
||||
"expandOrSubfolder": "Expand folder / Go to first subfolder",
|
||||
"title": "Folders Pane"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Control",
|
||||
"delete": "Delete",
|
||||
"downArrow": "Down arrow",
|
||||
"escape": "Escape",
|
||||
"leftArrow": "Left arrow",
|
||||
"question": "Question mark",
|
||||
"rightArrow": "Right arrow",
|
||||
"upArrow": "Up arrow"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ctrl",
|
||||
"del": "del",
|
||||
"end": "end",
|
||||
"home": "home",
|
||||
"shift": "shift"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "Датотеке",
|
||||
"dir": "ltr",
|
||||
"langCode": "sr",
|
||||
"common": {
|
||||
"abort": "Abort",
|
||||
"cancel": "Поништи",
|
||||
"choose": "Изабери",
|
||||
"close": "Затвори",
|
||||
"copy": "Копирај",
|
||||
"delete": "Обриши",
|
||||
"download": "Преузми",
|
||||
"edit": "Промени",
|
||||
"maximize": "Повећај",
|
||||
"messageTitle": "Информација",
|
||||
"minimize": "Смањи",
|
||||
"move": "Премести",
|
||||
"newNameDialogTitle": "Нови назив",
|
||||
"ok": "У реду",
|
||||
"pleaseWait": "Молимо сачекајте.",
|
||||
"rememberDecision": "Запамти мој избор",
|
||||
"rename": "Промени назив",
|
||||
"showMore": "Прикажи више",
|
||||
"skip": "Прескочи",
|
||||
"upload": "Учитај",
|
||||
"view": "Погледај"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "dd/mm/yyyy HH:MM",
|
||||
"dateAmPm": [
|
||||
"AM",
|
||||
"PM"
|
||||
],
|
||||
"kb": "{size} КБ",
|
||||
"mb": "{size} МБ",
|
||||
"gb": "{size} ГБ",
|
||||
"sizePerSecond": "{size}/с",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "Аутоматска промена назива",
|
||||
"countMany": "{count} датотека(е)",
|
||||
"countOne": "1 датотека",
|
||||
"deleteConfirmation": "Да ли сте сигурни да желите да обришете {count} датотеке?",
|
||||
"fileDeleteConfirmation": "Да ли сте сигурни да желите обрисати датотеку \"{name}\"?",
|
||||
"fileRenameExtensionConfirmation": "Да ли сте сигурни да желите променити тип датотеке? Датотека може постати неискористива.",
|
||||
"fileRenameLabel": "Унесите нови назив датотеке: ",
|
||||
"filesPaneTitle": "Files pane",
|
||||
"filesRefresh": "Refreshing files",
|
||||
"filterPlaceholder": "Филтер",
|
||||
"gettingFileData": "Преузимање информација о датотеци.",
|
||||
"overwrite": "Препиши",
|
||||
"loadingFilesPane": {
|
||||
"title": "Учитавање...",
|
||||
"text": "Датотеке се учитавају."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "Фасцикла је презна.",
|
||||
"text": "Користи <strong>Upload</strong> дугме или <strong>додајте</strong> ваше датотеке овде."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "Ништа није нађено.",
|
||||
"text": "Молимо користите друге критеријуме за претраживање."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "Да ли сте сигурни да желите обрисати фасциклу \"{name}\"?",
|
||||
"destinationFolder": "Одредишна фасцикла",
|
||||
"newNameLabel": "Унесите ново име фасцикле: ",
|
||||
"newSubfolder": "Нова подфасцикла",
|
||||
"renameDialogTitle": "Rename Folder",
|
||||
"treeTitle": "Folders tree"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "Копирај датотеку овде",
|
||||
"errorDialogTitle": "Датотека која не може бити копирана:",
|
||||
"manyFilesDialogTitle": "Копирај {count} Датотеке у...",
|
||||
"manyFilesWait": "Копирам {count} датотеке.",
|
||||
"oneFileDialogTitle": "Копирај датотеке у...",
|
||||
"oneFileWait": "Копирам датотеку.",
|
||||
"operationLabel": "Копирам датотеке",
|
||||
"operationSummary": "Број копираних датотека : {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "Премести датотеку овде",
|
||||
"errorDialogTitle": "Датотека која не може бити премештена:",
|
||||
"manyFilesDialogTitle": "Премести {count} Датотеке у...",
|
||||
"manyFilesWait": "Премештам {count} датотеке.",
|
||||
"oneFileDialogTitle": "Премести датотеке у...",
|
||||
"oneFileWait": "Премештам датотеку.",
|
||||
"operationLabel": "Премештам датотеке",
|
||||
"operationSummary": "Број премештених датотека : {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "Додај датотеке",
|
||||
"bytesCountProgress": "({bytesUploaded} od {bytesTotal})",
|
||||
"details": "Детаљи",
|
||||
"filesCountProgress": "{filesUploaded} od {filesTotal}",
|
||||
"progressLabel": "Слање у току.",
|
||||
"progressMessage": "Учитавање...",
|
||||
"selectFileLabel": "Одабери датотеку за учитавање",
|
||||
"selectFiles": "Изаберите датотеку за учитавање",
|
||||
"success": "Учитавање завршено!",
|
||||
"summary": "Учитај датотеке: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "Приказ:",
|
||||
"displayDate": "Датум",
|
||||
"displayName": "Назив датотеке",
|
||||
"displaySize": "Величина датотеке",
|
||||
"sortAscending": "Ascending",
|
||||
"sortBy": "Sort by",
|
||||
"sortByOrder": "Order",
|
||||
"sortDescending": "Descending",
|
||||
"thumbnailSize": "Величина приказа",
|
||||
"title": "Подешавања",
|
||||
"viewType": "View",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "List",
|
||||
"viewTypeThumbnails": "Thumbnails"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "Непозната наредба.",
|
||||
"11": "Није наведена врста у захтеву.",
|
||||
"12": "Затражена врста није важећа.",
|
||||
"13": "Неисправна датотека за конфигурацију конектора.",
|
||||
"14": "Неисправан конектор за прикључење: {pluginName}.",
|
||||
"102": "Неисправан назив датотеке или фасцикле.",
|
||||
"103": "Није могуће извршити захтев због ограничења приступа.",
|
||||
"104": "Није могуће извршити захтев због ограничења поставке система.",
|
||||
"105": "Недозвољена врста датотеке.",
|
||||
"109": "Недозвољен захтев.",
|
||||
"110": "Непозната грешка.",
|
||||
"111": "Није могуће извршити захтев због резултујуће величине датотеке.",
|
||||
"115": "Датотека или фасцикла са истим називом већ постоји.",
|
||||
"116": "Фасцикла није пронађена. Освежите страницу и покушајте поново.",
|
||||
"117": "Датотека није пронађена. Освежите листу датотека и покушајте поново.",
|
||||
"118": "Путања извора и одредишта су исте.",
|
||||
"201": "Датотека са истим називом већ постоји. Учитана датотека је промењена у \"{name}\".",
|
||||
"202": "Неисправна датотека.",
|
||||
"203": "Неисправна датотека. Величина датотеке је превелика.",
|
||||
"204": "Учитана датотека је неисправна.",
|
||||
"205": "Не постоји привремена фасцикла за учитавање на серверe.",
|
||||
"206": "Слање је поништено због сигурносних поставки. Назив датотеке садржи HTML податке.",
|
||||
"207": "Учитана датотека је промењена у \"{name}\".",
|
||||
"300": "Премештање датотеке(а) није успело.",
|
||||
"301": "Копирање датотеке(а) није успело.",
|
||||
"302": "Брисање датотеке(а) није успело.",
|
||||
"500": "Претраживање датотека није дозвољено из сигурносних разлога. Молимо контактирајте администратора система како би проверили поставке CKFinder конфигурационе датотеке.",
|
||||
"501": "Подршка за приказ није омогућена."
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "Назив датотеке не сме садржавати ни један од следећих знакова: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "The file name cannot be empty.",
|
||||
"folderInvalidCharacters": "Назив фасцикле не сме садржавати ни један од следећих знакова: {disallowedCharacters}",
|
||||
"incorrectExtension": "Тип датотеке није дозвољен.",
|
||||
"missingFile": "The requested file is no longer available.",
|
||||
"missingFolder": "The folder you are trying to reach is no longer available.",
|
||||
"noUploadFolderSelected": "Одаберите фасцикле прије учитавања.",
|
||||
"operationCompleted": "Операција извршена са грешкама.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "Није могуће изавршити захтев. (Грешка {number})",
|
||||
"unknownUploadError": "Грешка приликом учитавања датотеке.",
|
||||
"uploadErrors": "Учитавање завршено са грешком.",
|
||||
"uploadPermissions": "Учитавање датотеке није дозвољено."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Изабери скалирано",
|
||||
"originalSize": "Оригинална величина",
|
||||
"sizes": {
|
||||
"custom": "Прилагођена",
|
||||
"large": "Велика",
|
||||
"max": "Максимална",
|
||||
"medium": "Средња",
|
||||
"small": "Мала"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Прилагоди",
|
||||
"apply": "Примени",
|
||||
"confirmExit": "Are you sure you want to close? You have unsaved changes to the image.",
|
||||
"crop": "Обрежи",
|
||||
"downloadAction": "Преузимање оригиналне слике.",
|
||||
"keepAspectRatio": "Задржи омер",
|
||||
"loading": "Учитавање слике",
|
||||
"presets": "Унапред постављен",
|
||||
"reset": "Ресетуј",
|
||||
"resize": "Промена величине",
|
||||
"rotate": "Ротирај",
|
||||
"rotateAntiClockwise": "90° степени; Лево",
|
||||
"rotateClockwise": "90° степени; Десно",
|
||||
"save": "Сачувај",
|
||||
"saveDialogFileExists": "Датотека са истим именом већ постоји у фасцикли.",
|
||||
"saveDialogOverwrite": "Препиши датотеку",
|
||||
"saveDialogSaveAs": "Сачувај као:",
|
||||
"saveDialogTitle": "Сачувај промене",
|
||||
"title": "Уреди слику",
|
||||
"transformationAction": "Примењујем трансформације.",
|
||||
"uploadAction": "Учитавам уређену слику.",
|
||||
"filters": {
|
||||
"brightness": "Посветљење",
|
||||
"clip": "Оквир",
|
||||
"contrast": "Контраст",
|
||||
"exposure": "Експозиција",
|
||||
"gamma": "Гама",
|
||||
"hue": "Нијанса",
|
||||
"noise": "Шум",
|
||||
"saturation": "Засићење",
|
||||
"sepia": "Сепија",
|
||||
"sharpen": "Изоштрити",
|
||||
"stackBlur": "Замаглити",
|
||||
"vibrance": "Живост боја"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Јасноћа",
|
||||
"concentrate": "Концентрисано",
|
||||
"crossProcess": "Укрштено",
|
||||
"glowingSun": "Јако сунце",
|
||||
"grungy": "Грунги",
|
||||
"hazyDays": "Магловит дан",
|
||||
"hemingway": "Хемингвеј",
|
||||
"herMajesty": "Њено височанство",
|
||||
"jarques": "Јаркуес",
|
||||
"lomo": "Ломо",
|
||||
"love": "Љубав",
|
||||
"nostalgia": "Носталгија",
|
||||
"oldBoot": "Стара ципела",
|
||||
"orangePeel": "Кора поморанџе",
|
||||
"pinhole": "Пинхоле",
|
||||
"sinCity": "Град греха",
|
||||
"sunrise": "Излазак сунца",
|
||||
"vintage": "Старо"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Keyboard Shortcuts",
|
||||
"general": {
|
||||
"action": "Execute default action",
|
||||
"firstItem": "Go to first item",
|
||||
"focusFilesPane": "Focus files pane",
|
||||
"focusFoldersPane": "Focus folders pane or breadcrumbs",
|
||||
"focusNext": "Focus next pane",
|
||||
"focusToolbar": "Focus toolbar",
|
||||
"lastItem": "Go to last item",
|
||||
"listShortcuts": "Open this help dialog",
|
||||
"nextItem": "Go to next item",
|
||||
"previousItem": "Go to previous item",
|
||||
"showContextMenu": "Open context menu",
|
||||
"title": "General Interface"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Add or remove files above to selection",
|
||||
"addToSelectionBelow": "Add or remove files below to selection",
|
||||
"addToSelectionLeft": "Add or remove file on the left to selection",
|
||||
"addToSelectionRight": "Add or remove file on the right to selection",
|
||||
"delete": "Delete file(s)",
|
||||
"refresh": "Refresh files",
|
||||
"rename": "Rename file",
|
||||
"selectAll": "Select all files",
|
||||
"upload": "Upload file(s)"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Collapse folder / Go to parent folder",
|
||||
"delete": "Delete folder",
|
||||
"expandOrSubfolder": "Expand folder / Go to first subfolder",
|
||||
"title": "Folders Pane"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Control",
|
||||
"delete": "Delete",
|
||||
"downArrow": "Down arrow",
|
||||
"escape": "Escape",
|
||||
"leftArrow": "Left arrow",
|
||||
"question": "Question mark",
|
||||
"rightArrow": "Right arrow",
|
||||
"upArrow": "Up arrow"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ctrl",
|
||||
"del": "del",
|
||||
"end": "end",
|
||||
"home": "home",
|
||||
"shift": "shift"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "sv",
|
||||
"common": {
|
||||
"abort": "Avbryt",
|
||||
"cancel": "Avbryt",
|
||||
"choose": "Välj",
|
||||
"close": "Stäng",
|
||||
"copy": "Kopiera",
|
||||
"delete": "Radera",
|
||||
"download": "Ladda ner",
|
||||
"edit": "Redigera",
|
||||
"maximize": "Maximera",
|
||||
"messageTitle": "Information",
|
||||
"minimize": "Minimera",
|
||||
"move": "Flytta",
|
||||
"newNameDialogTitle": "Nytt namn",
|
||||
"ok": "OK",
|
||||
"pleaseWait": "Vänligen vänta.",
|
||||
"rememberDecision": "Kom ihåg mitt val",
|
||||
"rename": "Byt namn",
|
||||
"showMore": "Visa mer",
|
||||
"skip": "Hoppa över",
|
||||
"upload": "Ladda upp",
|
||||
"view": "Visa"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "yyyy-mm-dd HH:MM",
|
||||
"dateAmPm": [
|
||||
"AM",
|
||||
"PM"
|
||||
],
|
||||
"kb": "{size} KB",
|
||||
"mb": "{size} MB",
|
||||
"gb": "{size} GB",
|
||||
"sizePerSecond": "{size}/s",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "Auto-namnändring",
|
||||
"countMany": "{count} filer",
|
||||
"countOne": "1 fil",
|
||||
"deleteConfirmation": "Är du säker på att du vill radera {count} filer?",
|
||||
"fileDeleteConfirmation": "Är du säker på att du vill radera filen \"{name}\"?",
|
||||
"fileRenameExtensionConfirmation": "Är du säker på att du vill ändra filändelsen? Filen kan bli oanvändbar.",
|
||||
"fileRenameLabel": "Skriv det nya filnamnet: ",
|
||||
"filesPaneTitle": "Files pane",
|
||||
"filesRefresh": "Refreshing files",
|
||||
"filterPlaceholder": "Filter",
|
||||
"gettingFileData": "Hämtar fildata.",
|
||||
"overwrite": "Skriv över",
|
||||
"loadingFilesPane": {
|
||||
"title": "Laddar...",
|
||||
"text": "Filerna håller på att laddas."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "Mappen är tom.",
|
||||
"text": "Använd <strong>Ladda upp</strong>-knappen eller <strong>dra och släpp</strong> dina filer här."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "Hittade inget.",
|
||||
"text": "Please try using different search criteria."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "Är du säker på att du vill radera mappen \"{name}\"?",
|
||||
"destinationFolder": "Målmapp",
|
||||
"newNameLabel": "Skriv namnet på den nya mappen: ",
|
||||
"newSubfolder": "Ny Undermappr",
|
||||
"renameDialogTitle": "Byt namn på mapp",
|
||||
"treeTitle": "Folders tree"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "Kopiera hit",
|
||||
"errorDialogTitle": "Filer som inte kan kopieras:",
|
||||
"manyFilesDialogTitle": "Kopiera {count} filer till...",
|
||||
"manyFilesWait": "Kopierar {count} filer.",
|
||||
"oneFileDialogTitle": "Kopiera fil till...",
|
||||
"oneFileWait": "Kopierar fil.",
|
||||
"operationLabel": "Kopierar filer",
|
||||
"operationSummary": "Antal filer kopierade: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "Flytta hit",
|
||||
"errorDialogTitle": "Filer som inte kan flyttas:",
|
||||
"manyFilesDialogTitle": "Flytta {count} filer till...",
|
||||
"manyFilesWait": "Flyttar {count} filer.",
|
||||
"oneFileDialogTitle": "Flytta fil till...",
|
||||
"oneFileWait": "Flyttar fil.",
|
||||
"operationLabel": "Flyttar filer",
|
||||
"operationSummary": "Antal filer flyttade: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "Lägg till filer",
|
||||
"bytesCountProgress": "({bytesUploaded} av {bytesTotal})",
|
||||
"details": "Detaljer",
|
||||
"filesCountProgress": "{filesUploaded} av {filesTotal}",
|
||||
"progressLabel": "Laddar upp filen.",
|
||||
"progressMessage": "Laddar upp...",
|
||||
"selectFileLabel": "Välj fil att ladda upp",
|
||||
"selectFiles": "Välj filer att ladda upp",
|
||||
"success": "Uppladdning klar!",
|
||||
"summary": "Uppladdade filer: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "Visa:",
|
||||
"displayDate": "Datum",
|
||||
"displayName": "Filnamn",
|
||||
"displaySize": "Storlek",
|
||||
"sortAscending": "Stigande",
|
||||
"sortBy": "Sortera efter",
|
||||
"sortByOrder": "Order",
|
||||
"sortDescending": "Fallande",
|
||||
"thumbnailSize": "Thumbnail Size",
|
||||
"title": "Inställningar",
|
||||
"viewType": "View",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "List",
|
||||
"viewTypeThumbnails": "Thumbnails"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "Ogiltig begäran.",
|
||||
"11": "Resursens typ var inte specificerad i förfrågan.",
|
||||
"12": "Den efterfrågade resurstypen är inte giltig.",
|
||||
"13": "The connector configuration file is invalid.",
|
||||
"14": "Invalid connector plugin: {pluginName}.",
|
||||
"102": "Ogiltigt fil- eller mappnamn.",
|
||||
"103": "Begäran kunde inte utföras p.g.a. restriktioner av rättigheterna.",
|
||||
"104": "Begäran kunde inte utföras p.g.a. restriktioner av rättigheter i filsystemet.",
|
||||
"105": "Ogiltig filändelse.",
|
||||
"109": "Ogiltig begäran.",
|
||||
"110": "Okänt fel.",
|
||||
"111": "It was not possible to complete the request due to resulting file size.",
|
||||
"115": "En fil eller mapp med aktuellt namn finns redan.",
|
||||
"116": "Mappen kunde inte hittas. Var god uppdatera sidan och försök igen.",
|
||||
"117": "Filen kunde inte hittas. Var god uppdatera sidan och försök igen.",
|
||||
"118": "Sökväg till källa och mål är identisk.",
|
||||
"201": "En fil med aktuellt namn fanns redan. Den uppladdade filen har döpts om till \"{name}\".",
|
||||
"202": "Ogiltig fil.",
|
||||
"203": "Ogiltig fil. Filen var för stor.",
|
||||
"204": "Den uppladdade filen var korrupt.",
|
||||
"205": "En tillfällig mapp för uppladdning är inte tillgänglig på servern.",
|
||||
"206": "Uppladdningen stoppades av säkerhetsskäl. Filen innehåller HTML-liknande data.",
|
||||
"207": "Den uppladdade filen har döpts om till \"{name}\".",
|
||||
"300": "Flytt av fil(er) misslyckades.",
|
||||
"301": "Kopiering av fil(er) misslyckades.",
|
||||
"302": "Radering av fil(er) misslyckades.",
|
||||
"500": "Filhanteraren har stoppats av säkerhetsskäl. Var god kontakta administratören för att kontrollera konfigurationsfilen för CKFinder.",
|
||||
"501": "Stöd för tumnaglar har stängts av."
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "Filnamnet får inte innehålla något av följande tecken: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "Filnamnet kan inte vara tomt.",
|
||||
"folderInvalidCharacters": "Mappens namn får inte innehålla något av följande tecken: {disallowedCharacters}",
|
||||
"incorrectExtension": "Filändelsen är inte tillåten i denna mapp.",
|
||||
"missingFile": "Den begärda filen är inte längre tillgänglig.",
|
||||
"missingFolder": "Mappen du försöker gå till finns inte längre.",
|
||||
"noUploadFolderSelected": "Välj en mapp före uppladdning.",
|
||||
"operationCompleted": "Operation completed with errors.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "Begäran kunde inte utföras eftersom ett fel uppstod. (Fel {number})",
|
||||
"unknownUploadError": "Fel vid filuppladdning.",
|
||||
"uploadErrors": "Uppladdning blev klar med fel.",
|
||||
"uploadPermissions": "Filuppladdning ej tillåten."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Choose Resized",
|
||||
"originalSize": "Originalstorlek",
|
||||
"sizes": {
|
||||
"custom": "Eget val",
|
||||
"large": "Stor",
|
||||
"max": "Max",
|
||||
"medium": "Medium",
|
||||
"small": "Liten"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Justera",
|
||||
"apply": "Tillämpa",
|
||||
"confirmExit": "Are you sure you want to close? You have unsaved changes to the image.",
|
||||
"crop": "Beskär",
|
||||
"downloadAction": "Laddar ner originalbilden.",
|
||||
"keepAspectRatio": "Behåll förhållande",
|
||||
"loading": "Laddar bild",
|
||||
"presets": "Förinställningar",
|
||||
"reset": "Återställ",
|
||||
"resize": "Ändra storlek",
|
||||
"rotate": "Rotera",
|
||||
"rotateAntiClockwise": "90° vänster",
|
||||
"rotateClockwise": "90° höger",
|
||||
"save": "Spara",
|
||||
"saveDialogFileExists": "En fil med samma namn finns redan i mappen.",
|
||||
"saveDialogOverwrite": "Skriv över fil",
|
||||
"saveDialogSaveAs": "Spara som:",
|
||||
"saveDialogTitle": "Spara ändringar",
|
||||
"title": "Redigera bild",
|
||||
"transformationAction": "Tillämpar transformationer",
|
||||
"uploadAction": "Laddar upp redigerad bild.",
|
||||
"filters": {
|
||||
"brightness": "Ljus",
|
||||
"clip": "Clip",
|
||||
"contrast": "Kontrast",
|
||||
"exposure": "Exposure",
|
||||
"gamma": "Gamma",
|
||||
"hue": "Hue",
|
||||
"noise": "Noise",
|
||||
"saturation": "Mättnad",
|
||||
"sepia": "Sepia",
|
||||
"sharpen": "Sharpen",
|
||||
"stackBlur": "Blur",
|
||||
"vibrance": "Vibrance"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Clarity",
|
||||
"concentrate": "Concentrate",
|
||||
"crossProcess": "Cross Process",
|
||||
"glowingSun": "Glowing Sun",
|
||||
"grungy": "Grungy",
|
||||
"hazyDays": "Hazy Days",
|
||||
"hemingway": "Hemingway",
|
||||
"herMajesty": "Her Majesty",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "Lomo",
|
||||
"love": "Love",
|
||||
"nostalgia": "Nostalgia",
|
||||
"oldBoot": "Old Boot",
|
||||
"orangePeel": "Orange Peel",
|
||||
"pinhole": "Pinhole",
|
||||
"sinCity": "Sin City",
|
||||
"sunrise": "Sunrise",
|
||||
"vintage": "Vintage"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Keyboard Shortcuts",
|
||||
"general": {
|
||||
"action": "Execute default action",
|
||||
"firstItem": "Go to first item",
|
||||
"focusFilesPane": "Focus files pane",
|
||||
"focusFoldersPane": "Focus folders pane or breadcrumbs",
|
||||
"focusNext": "Focus next pane",
|
||||
"focusToolbar": "Focus toolbar",
|
||||
"lastItem": "Go to last item",
|
||||
"listShortcuts": "Open this help dialog",
|
||||
"nextItem": "Go to next item",
|
||||
"previousItem": "Go to previous item",
|
||||
"showContextMenu": "Open context menu",
|
||||
"title": "General Interface"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Add or remove files above to selection",
|
||||
"addToSelectionBelow": "Add or remove files below to selection",
|
||||
"addToSelectionLeft": "Add or remove file on the left to selection",
|
||||
"addToSelectionRight": "Add or remove file on the right to selection",
|
||||
"delete": "Delete file(s)",
|
||||
"refresh": "Refresh files",
|
||||
"rename": "Byt namn på fil",
|
||||
"selectAll": "files Välj alla filer",
|
||||
"upload": "Ladda upp fil(er)"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Collapse folder / Go to parent folder",
|
||||
"delete": "Delete folder",
|
||||
"expandOrSubfolder": "Expand folder / Go to first subfolder",
|
||||
"title": "Folders Pane"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Control",
|
||||
"delete": "Delete",
|
||||
"downArrow": "Down arrow",
|
||||
"escape": "Escape",
|
||||
"leftArrow": "Left arrow",
|
||||
"question": "Question mark",
|
||||
"rightArrow": "Right arrow",
|
||||
"upArrow": "Up arrow"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ctrl",
|
||||
"del": "del",
|
||||
"end": "end",
|
||||
"home": "home",
|
||||
"shift": "shift"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "tr",
|
||||
"common": {
|
||||
"abort": "Vazgeç",
|
||||
"cancel": "İptal",
|
||||
"choose": "Seç",
|
||||
"close": "Kapat",
|
||||
"copy": "Kopyala",
|
||||
"delete": "Sil",
|
||||
"download": "İndir",
|
||||
"edit": "Düzenle",
|
||||
"maximize": "Tam Ekran",
|
||||
"messageTitle": "Bilgilendirme",
|
||||
"minimize": "Küçült",
|
||||
"move": "Taşı",
|
||||
"newNameDialogTitle": "Dizin Adı",
|
||||
"ok": "Tamam",
|
||||
"pleaseWait": "Lütfen bekleyin.",
|
||||
"rememberDecision": "Seçimimi hatırla",
|
||||
"rename": "Yeniden Adlandır",
|
||||
"showMore": "Daha fazla",
|
||||
"skip": "Atla",
|
||||
"upload": "Karşıya Yükle",
|
||||
"view": "İzle"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "dd.mm.yyyy HH:MM",
|
||||
"dateAmPm": [
|
||||
"ÖÖ",
|
||||
"ÖS"
|
||||
],
|
||||
"kb": "{size} KB",
|
||||
"mb": "{size} MB",
|
||||
"gb": "{size} GB",
|
||||
"sizePerSecond": "{size}/sn.",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "Otomatik yeniden adlandır",
|
||||
"countMany": "{count} dosya",
|
||||
"countOne": "1 dosya",
|
||||
"deleteConfirmation": "{count} dosyayı silmek istediğinizden emin misiniz?",
|
||||
"fileDeleteConfirmation": "\"{name}\" adlı dosyayı silmek istediğinizden emin misiniz?",
|
||||
"fileRenameExtensionConfirmation": "Dosya uzantısını değiştirmek istediğinizden emin misiniz? Dosya kullanılamaz hale gelebilir.",
|
||||
"fileRenameLabel": "Dosyanın yeni adını girin: ",
|
||||
"filesPaneTitle": "Dosyalar bölmesi",
|
||||
"filesRefresh": "Dosyalar yenileniyor",
|
||||
"filterPlaceholder": "Filtrele",
|
||||
"gettingFileData": "Dosya verisi alınıyor.",
|
||||
"overwrite": "Üzerine yaz",
|
||||
"loadingFilesPane": {
|
||||
"title": "Yükleniyor...",
|
||||
"text": "Dosyalar yükleniyor."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "Dizin boş.",
|
||||
"text": "<strong>Karşıya Yükle</strong> düğmesini kullanın veya dosyalarınızı buraya <strong>sürükleyip bırakın</strong>."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "Bir şey bulunamadı.",
|
||||
"text": "Lütfen başka bir arama ölçütü ile tekrar deneyin."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "\"{name}\" dizinini silmek istediğinizden emin misiniz?",
|
||||
"destinationFolder": "Hedef Dizin",
|
||||
"newNameLabel": "Yeni dizinin adını girin: ",
|
||||
"newSubfolder": "Yeni Alt Dizin",
|
||||
"renameDialogTitle": "Dizini Yeniden Adlandır",
|
||||
"treeTitle": "Dizin ağacı"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "Buraya Kopyala",
|
||||
"errorDialogTitle": "Kopyalanamayan dosyalar:",
|
||||
"manyFilesDialogTitle": " {count} Dosyayı Kopyala...",
|
||||
"manyFilesWait": "{count} dosya kopyalanıyor.",
|
||||
"oneFileDialogTitle": "Dosyayı Kopyala...",
|
||||
"oneFileWait": "Dosya kopyalanıyor.",
|
||||
"operationLabel": "Dosyalar Kopyalanıyor",
|
||||
"operationSummary": "{count} adet dosya kopyalandı."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "Buraya Taşı",
|
||||
"errorDialogTitle": "Taşınamayan dosyalar:",
|
||||
"manyFilesDialogTitle": "{count} Dosyayı Taşı...",
|
||||
"manyFilesWait": "{count} dosya taşınıyor.",
|
||||
"oneFileDialogTitle": "Dosyayı Taşı...",
|
||||
"oneFileWait": "Dosya taşınıyor.",
|
||||
"operationLabel": "Dosyalar Taşınıyor",
|
||||
"operationSummary": "{count} adet dosya taşındı."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "Dosya Ekle",
|
||||
"bytesCountProgress": "({bytesUploaded} / {bytesTotal})",
|
||||
"details": "Ayrıntılar",
|
||||
"filesCountProgress": "{filesUploaded} / {filesTotal}",
|
||||
"progressLabel": "Karşıya yükleme işlemi devam ediyor.",
|
||||
"progressMessage": "Karşıya Yükleniyor...",
|
||||
"selectFileLabel": "Karşıya yüklenecek dosyayı seçin",
|
||||
"selectFiles": "Karşıya yüklenecek dosyaları seçin",
|
||||
"success": "Karşıya yükleme bitti!",
|
||||
"summary": "Karşıya yüklenen dosyalar: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "Göster",
|
||||
"displayDate": "Tarih",
|
||||
"displayName": "Dosya Adı",
|
||||
"displaySize": "Dosya Boyutu",
|
||||
"sortAscending": "Artan",
|
||||
"sortBy": "Sıralama Kaynağı",
|
||||
"sortByOrder": "Sıralama Yönü",
|
||||
"sortDescending": "Azalan",
|
||||
"thumbnailSize": "Küçük Resim Boyutu",
|
||||
"title": "Ayarlar",
|
||||
"viewType": "Görünüm",
|
||||
"viewTypeCompact": "Sıkıştırılmış",
|
||||
"viewTypeList": "Liste",
|
||||
"viewTypeThumbnails": "Küçük Resimler"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "Geçersiz komut.",
|
||||
"11": "Kaynak türü istekte belirtilmedi.",
|
||||
"12": "İstenen kaynak türü geçersiz.",
|
||||
"13": "Bağlayıcı yapılandırma dosyası geçersiz",
|
||||
"14": "Geçersiz bağlayıcı eklentisi: {pluginName}.",
|
||||
"102": "Geçersiz dosya veya dizin adı.",
|
||||
"103": "İstek yetkilendirme kısıtlamaları sebebiyle tamamlanamadı.",
|
||||
"104": "İstek dosya sistemi kısıtlamaları sebebiyle tamamlanamadı.",
|
||||
"105": "Geçersiz dosya uzantısı.",
|
||||
"109": "Geçersiz istek.",
|
||||
"110": "Bilinmeyen hata.",
|
||||
"111": "İstek oluşan dosyanın boyutunun büyük olması sebebiyle tamamlanamadı.",
|
||||
"115": "Aynı ada sahip bir dosya veya dizin zaten mevcut.",
|
||||
"116": "Dizin bulunamadı. Lütfen yenileyerek tekrar deneyin.",
|
||||
"117": "Dosya bulunamadı. Lütfen dosya listesini yenileyerek tekrar deneyin.",
|
||||
"118": "Hedef ve kaynak yol aynı.",
|
||||
"201": "Bu ada sahip bir dosya zaten mevcut. Karşıya yüklenen dosyanın adı \"{name}\" olarak değiştirildi.",
|
||||
"202": "Geçersiz dosya.",
|
||||
"203": "Geçersiz dosya. Dosya çok büyük.",
|
||||
"204": "Karşıya yüklenen dosya bozuk.",
|
||||
"205": "Sunucuda karşıya yükleme için kullanılabilir bir geçici dizin yok.",
|
||||
"206": "Karşıya yükleme güvenlik sebebiyle iptal edildi. Dosya HTM benzeri veri içeriyor.",
|
||||
"207": "Karşıya yüklenen dosyanın adı \"{name}\" olarak değiştirildi.",
|
||||
"300": "Dosya taşıma başarısız oldu.",
|
||||
"301": "Dosya kopyalama başarısız oldu.",
|
||||
"302": "Dosya silme başarısız oldu.",
|
||||
"500": "Dosya gezgini güvenlik sebebiyle devre dışı bırakıldı. Lütfen sistem yöneticinize başvurun ve CKFinder yapılandırma dosyasını denetleyin.",
|
||||
"501": "Küçük resim desteği devre dışı bırakıldı."
|
||||
},
|
||||
"deleteFilePermissions": "Bu dizinde dosya silmeye izin verilmiyor.",
|
||||
"fileInvalidCharacters": "Dosya adı şu karakterlerden herhangi birini içeremez: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "Dosya adı boş olamaz.",
|
||||
"folderInvalidCharacters": "Dizin adı şu karakterlerden herhangi birini içeremez: {disallowedCharacters}",
|
||||
"incorrectExtension": "Dosya uzantısına bu dizinde izin verilmiyor.",
|
||||
"missingFile": "İstenen dosya artık mevcut değil.",
|
||||
"missingFolder": "Ulaşmaya çalıştığınız dizin artık mevcut değil.",
|
||||
"noUploadFolderSelected": "Lütfen karşıya yüklemeden önce bir dizin seçin.",
|
||||
"operationCompleted": "İşlem hatalarla tamamlandı.",
|
||||
"renameFilePermissions": "Bu dizinde dosya adı değiştirmeye izin verilmiyor.",
|
||||
"unknown": "İstek tamamlanamadı. (Hata {number})",
|
||||
"unknownUploadError": "Dosya gönderme hatası.",
|
||||
"uploadErrors": "Karşıya yükleme hatalarla tamamlandı.",
|
||||
"uploadPermissions": "Karşıya dosya yüklemeye izin verilmiyor."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Yeniden Boyutlandırılmış Seç",
|
||||
"originalSize": "Özgün Boyut",
|
||||
"sizes": {
|
||||
"custom": "Özel",
|
||||
"large": "Büyük",
|
||||
"max": "En Büyük",
|
||||
"medium": "Orta",
|
||||
"small": "Küçük"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Ayarla",
|
||||
"apply": "Uygula",
|
||||
"confirmExit": "Kapatmak istediğinizden emin misiniz? Resim üzerinde kaydedilmemiş değişiklikler yaptınız.",
|
||||
"crop": "Kırp",
|
||||
"downloadAction": "Özgün resim indiriliyor.",
|
||||
"keepAspectRatio": "En-Boy Oranını Koru",
|
||||
"loading": "Resim yükleniyor",
|
||||
"presets": "Hazır Ayarlar",
|
||||
"reset": "Sıfırla",
|
||||
"resize": "Yeniden Boyutlandır",
|
||||
"rotate": "Döndür",
|
||||
"rotateAntiClockwise": "90° Sola",
|
||||
"rotateClockwise": "90° Sağa",
|
||||
"save": "Kaydet",
|
||||
"saveDialogFileExists": "Aynı ada sahip bir dosya dizinde zaten mevcut.",
|
||||
"saveDialogOverwrite": "Dosyanın Üzerine yaz",
|
||||
"saveDialogSaveAs": "Farklı Kaydet:",
|
||||
"saveDialogTitle": "Değişiklikleri Kaydet",
|
||||
"title": "Resmi Düzenle",
|
||||
"transformationAction": "Değişiklikler uygulanıyor.",
|
||||
"uploadAction": "Düzenlenen resim karşıya yükleniyor.",
|
||||
"filters": {
|
||||
"brightness": "Aydınlık",
|
||||
"clip": "İliştirme",
|
||||
"contrast": "Karşıtlık",
|
||||
"exposure": "Pozlama",
|
||||
"gamma": "Gama",
|
||||
"hue": "Renk",
|
||||
"noise": "Parazit",
|
||||
"saturation": "Doygunluk",
|
||||
"sepia": "Sepya",
|
||||
"sharpen": "Keskinlik",
|
||||
"stackBlur": "Bulanıklık",
|
||||
"vibrance": "Titreşim"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Berrak",
|
||||
"concentrate": "Yoğunlaşmış",
|
||||
"crossProcess": "Cross Process",
|
||||
"glowingSun": "Parlak Güneş",
|
||||
"grungy": "Aşınma",
|
||||
"hazyDays": "Puslu Günler",
|
||||
"hemingway": "Hemingway",
|
||||
"herMajesty": "Majesteleri",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "Lomo",
|
||||
"love": "Aşk",
|
||||
"nostalgia": "Nostalji",
|
||||
"oldBoot": "Eski Çizme",
|
||||
"orangePeel": "Portakal Kabuğu",
|
||||
"pinhole": "İğne Deliği",
|
||||
"sinCity": "Sin City",
|
||||
"sunrise": "Gündoğumu",
|
||||
"vintage": "Eskilerden"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Kısayol Tuşları",
|
||||
"general": {
|
||||
"action": "Varsayılan eylemi çalıştır",
|
||||
"firstItem": "İlk nesneye git",
|
||||
"focusFilesPane": "Dosyalar bölmesine odaklan",
|
||||
"focusFoldersPane": "Dizinler bölmesine veya menüye odaklan",
|
||||
"focusNext": "Sonraki bölmeye odaklan",
|
||||
"focusToolbar": "Araç çubuğuna odaklan",
|
||||
"lastItem": "Son nesneye git",
|
||||
"listShortcuts": "Bu yardım diyaloğunu aç",
|
||||
"nextItem": "Sonraki nesneye git",
|
||||
"previousItem": "Önceki nesneye git",
|
||||
"showContextMenu": "Sağ tık menüsünü aç",
|
||||
"title": "Genel Ara Yüz"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Yukarıdaki dosyaları seçime ekle veya çıkar.",
|
||||
"addToSelectionBelow": "Aşağıdaki dosyaları seçime ekle veya çıkar.",
|
||||
"addToSelectionLeft": "Soldaki dosyaları seçime ekle veya çıkar.",
|
||||
"addToSelectionRight": "Sağdaki dosyaları seçime ekle veya çıkar.",
|
||||
"delete": "Dosyaları sil",
|
||||
"refresh": "Dosyaları yenile",
|
||||
"rename": "Dosyayı yeniden adlandır",
|
||||
"selectAll": "Tüm dosyaları seç",
|
||||
"upload": "Karşıya Dosya Yükle"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Dizini daralt / Üst dizine git",
|
||||
"delete": "Dizini sil",
|
||||
"expandOrSubfolder": "Dizini genişlet / İlk alt dizine git",
|
||||
"title": "Dizinler Bölmesi"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Ctrl",
|
||||
"delete": "Delete",
|
||||
"downArrow": "Aşağı yön",
|
||||
"escape": "Esc",
|
||||
"leftArrow": "Sol yön",
|
||||
"question": "Soru işareti",
|
||||
"rightArrow": "Sağ yön",
|
||||
"upArrow": "Yukarı yön"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ctrl",
|
||||
"del": "del",
|
||||
"end": "end",
|
||||
"home": "home",
|
||||
"shift": "shift"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "uk",
|
||||
"common": {
|
||||
"abort": "Перервати",
|
||||
"cancel": "Відміна",
|
||||
"choose": "Вибрати",
|
||||
"close": "Закрити",
|
||||
"copy": "Копіювати",
|
||||
"delete": "Видалити",
|
||||
"download": "Зберегти",
|
||||
"edit": "Редагувати",
|
||||
"maximize": "Розгорнути",
|
||||
"messageTitle": "Інформація",
|
||||
"minimize": "Свернути",
|
||||
"move": "Перемістити",
|
||||
"newNameDialogTitle": "Нове ім'я",
|
||||
"ok": "OK",
|
||||
"pleaseWait": "Будьласка зачекайте.",
|
||||
"rememberDecision": "Запам'ятати мій вибір",
|
||||
"rename": "Змінити назву",
|
||||
"showMore": "Ще",
|
||||
"skip": "Пропустити",
|
||||
"upload": "Завантижити файл",
|
||||
"view": "Переглянути"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "dd.mm.yyyy H:MM",
|
||||
"dateAmPm": [
|
||||
"AM",
|
||||
"PM"
|
||||
],
|
||||
"kb": "{size} KБ",
|
||||
"mb": "{size} МБ",
|
||||
"gb": "{size} ГБ",
|
||||
"sizePerSecond": "{size}/с",
|
||||
"pixelShort": "пікс"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "Автоматично змінити назву",
|
||||
"countMany": "{count} файлів",
|
||||
"countOne": "1 файл",
|
||||
"deleteConfirmation": "Ви впевнені, що хочете видалити {count} файла(лів)?",
|
||||
"fileDeleteConfirmation": "Ви впевнені, що хочете видалити файл \"{name}\"?",
|
||||
"fileRenameExtensionConfirmation": "Ви впевнені, що хочете змінити розширення файлу? Файл може стати недосяжним.",
|
||||
"fileRenameLabel": "Будьласка, введіть новое ім'я файлу: ",
|
||||
"filesPaneTitle": "Панель файлів",
|
||||
"filesRefresh": "Оновлення файлів",
|
||||
"filterPlaceholder": "Фільтр",
|
||||
"gettingFileData": "Читання файлу.",
|
||||
"overwrite": "Замінити файл",
|
||||
"loadingFilesPane": {
|
||||
"title": "Завантаження...",
|
||||
"text": "Файли завантажуються."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "Папка пуста.",
|
||||
"text": "Використовуйте кнопку <strong>Завантажити</strong> чи <strong>перетащіть</strong> ваші файлы сюди."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "Нічого не знайдено.",
|
||||
"text": "Будьласка спробуйте інші критерії пошуку."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "Ви впевнені, що хочете видалити папку \"{name}\"?",
|
||||
"destinationFolder": "Кінцева папка",
|
||||
"newNameLabel": "Будьласка, введіть нове ім'я папки: ",
|
||||
"newSubfolder": "Нова папка",
|
||||
"renameDialogTitle": "Змінити назву папки",
|
||||
"treeTitle": "Дерево каталогів"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "Копіювати",
|
||||
"errorDialogTitle": "Файли, які не можуть бути скопійованими:",
|
||||
"manyFilesDialogTitle": "Копіювати {count} файла(ів) в...",
|
||||
"manyFilesWait": "Копіювання {count} файлів.",
|
||||
"oneFileDialogTitle": "Копіювати файл в...",
|
||||
"oneFileWait": "Копіювання файлу.",
|
||||
"operationLabel": "Копіювання файлів",
|
||||
"operationSummary": "Скопійовано файлів: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "Перемістити",
|
||||
"errorDialogTitle": "Файли, які не можуть бути переміщені:",
|
||||
"manyFilesDialogTitle": "Переместить {count} файла(ов) в...",
|
||||
"manyFilesWait": "Перемещение {count} файлов.",
|
||||
"oneFileDialogTitle": "Переместить файл в...",
|
||||
"oneFileWait": "Перемещение файла.",
|
||||
"operationLabel": "Перемещение файлов",
|
||||
"operationSummary": "Перемещено файлов: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "Додати файли",
|
||||
"bytesCountProgress": "({bytes Uploaded} з {bytesTotal})",
|
||||
"details": "Детальніше",
|
||||
"filesCountProgress": "{filesUploaded} з {filesTotal} ",
|
||||
"progressLabel": "завантаження в процесі.",
|
||||
"progressMessage": "завантаження...",
|
||||
"selectFileLabel": "Вибрати файл для завантаження",
|
||||
"selectFiles": "Виберіть файли для завантаження",
|
||||
"success": "Завантаження завершено!",
|
||||
"summary": "Завантажено файлів: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "Показувати:",
|
||||
"displayDate": "Дата",
|
||||
"displayName": "файл",
|
||||
"displaySize": "Розмір файлу",
|
||||
"sortAscending": "по зростанню",
|
||||
"sortBy": "Сортувати по",
|
||||
"sortByOrder": "Порядок",
|
||||
"sortDescending": "за зменшенням",
|
||||
"thumbnailSize": "Розмір мініатюри",
|
||||
"title": "Налаштування",
|
||||
"viewType": "Вид",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": " Список",
|
||||
"viewTypeThumbnails": "мініатюри"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "Невірна команда.",
|
||||
"11": "Тип ресурсу не вказано в запиті.",
|
||||
"12": "Неправильний запитаний тип ресурсу.",
|
||||
"13": "Помилка в файлі конфігурації.",
|
||||
"14": "Помилка в плагіні: {pluginName}.",
|
||||
"102": "Неправильне ім'я файлу або папки.",
|
||||
"103": "Неможливо завершити запит через обмеження авторизації.",
|
||||
"104": "Неможливо завершити запит через обмеження дозволів файлової системи.",
|
||||
"105": "Неправильне розширення файлу. ",
|
||||
"109": "Невірний запит.",
|
||||
"110": "Невідома помилка. ",
|
||||
"111": "Неможливо завершити запит, не вірний розмір кінцевого файлу.",
|
||||
"115": "файл або папка з таким ім'ям вже існує.",
|
||||
"116": "папка не знайдено. Будь ласка, поновіть вид папок і спробуйте ще раз.",
|
||||
"117": "Немає запису. Будь ласка, поновіть список файлів і спробуйте ще раз.",
|
||||
"118": "Початкове розташування файлу співпадає з.",
|
||||
"201": "Файл з такою назвою вже існує. Завантажений файл був перейменований в \"{name} \".",
|
||||
"202": "Неправильний файл.",
|
||||
"203": "Неправильний файл. Розмір файлу занадто великий.",
|
||||
"204": "Завантажений файл пошкоджений.",
|
||||
"205": "недоступна тимчасова папка для завантаження файлів на сервер.",
|
||||
"206": "Завантаження скасовано з міркувань безпеки. Файл містить схожі на HTML дані.",
|
||||
"207": "Завантажений файл був перейменований в \"{name} \".",
|
||||
"300": "Сталася помилка при переміщенні файлу (ів).",
|
||||
"301": "сталася помилка при копіюванні файлу (ів).",
|
||||
"302": "сталася помилка при видаленні файлу (ів).",
|
||||
"500": "Браузер файлів відключений з міркувань безпеки. Будь ласка, повідомте вашого системного адміністратру і перевірте конфігураційний файл CKFinder.",
|
||||
"501": "Підтримка мініатюр відключена."
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "Ім'я файлу не може містити будь-який з перелічених символів: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "файл не може бути порожнім.",
|
||||
"folderInvalidCharacters": "Ім'я папки не може містити будь-який з перелічених символів: {disallowedCharacters}",
|
||||
"incorrectExtension": "В цю папку можна завантажувати файли з таким розширенням.",
|
||||
"missingFile": "Запитуваний файл більше не доступний.",
|
||||
"missingFolder": "Запитувана папка більш не доступний.",
|
||||
"noUploadFolderSelected": "Будь ласка, виберіть папку, в яку ви хочете завантажити файл.",
|
||||
"operationCompleted": "Операція завершилася з помилками.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "Неможливо завершити запит. (Помилка {number})",
|
||||
"unknownUploadError": "Помилка при передачі файлу.",
|
||||
"uploadErrors": "Завантаження завершено з помилками.",
|
||||
"uploadPermissions": "Завантаження відключена."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Вибрати зменшений",
|
||||
"originalSize": "Оригінальний розмір",
|
||||
"sizes": {
|
||||
"custom": "Призначений для користувача",
|
||||
"large": "Великий",
|
||||
"max": "Максимальний",
|
||||
"medium": "Середній",
|
||||
"small": "Маленький"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Корекція",
|
||||
"apply": "Застосувати",
|
||||
"confirmExit": "Ви дійсно хочете закрити? У вас є незбережені зміни.",
|
||||
"crop": "Обрізання",
|
||||
"downloadAction": "Завантаження оригінального зображення.",
|
||||
"keepAspectRatio": "Зберігати співвідношення сторін",
|
||||
"loading": "Завантаження зображення",
|
||||
"presets": "Попередні",
|
||||
"reset": "Скинути",
|
||||
"resize": "Зміна розміру",
|
||||
"rotate": "Поворот",
|
||||
"rotateAntiClockwise": "90° вправо",
|
||||
"rotateClockwise": "90° вліво",
|
||||
"save": "Зберегти",
|
||||
"saveDialogFileExists": "Файл з такою назвою вже існує в папці.",
|
||||
"saveDialogOverwrite": "Переписати файл",
|
||||
"saveDialogSaveAs": "Зберегти як:",
|
||||
"saveDialogTitle": "Зберегти зміни",
|
||||
"title": "Редагування зображення",
|
||||
"transformationAction": "Застосувань трансформацій.",
|
||||
"uploadAction": "Завантаження відредаговану фотографію.",
|
||||
"filters": {
|
||||
"brightness": "Яскравість",
|
||||
"clip": "Clip",
|
||||
"contrast": "Контраст",
|
||||
"exposure": "Експозиція",
|
||||
"gamma": "Гамма",
|
||||
"hue": "Тон",
|
||||
"noise": "Шум",
|
||||
"saturation": "Насиченість",
|
||||
"sepia": "Сепія",
|
||||
"sharpen": "Різкість",
|
||||
"stackBlur": "Розумієте",
|
||||
"vibrance": "сощностью"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Чіткість",
|
||||
"concentrate": "Концентрат",
|
||||
"crossProcess": "Кросспроцесс",
|
||||
"glowingSun": "Сонячне світло",
|
||||
"grungy": "Гранж",
|
||||
"hazyDays": "Туман",
|
||||
"hemingway": "Хемінгуей",
|
||||
"herMajesty": "Її величність",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "Ломо",
|
||||
"love": "Любов",
|
||||
"nostalgia": "Ностальгія",
|
||||
"oldBoot": "Старий черевик",
|
||||
"orangePeel": "Апельсин",
|
||||
"pinhole": "Пінхол",
|
||||
"sinCity": "Місто Гріхів",
|
||||
"sunrise": "Схід сонця",
|
||||
"vintage": "Вінтаж"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Швидкий доступ",
|
||||
"general": {
|
||||
"action": "Виконати дію за замовчуванням",
|
||||
"firstItem": "Перейти до першого елементу",
|
||||
"focusFilesPane": "Перейти до панелі файлів",
|
||||
"focusFoldersPane": "Перейти до панелі папок",
|
||||
"focusNext": "Перейти до наступної панелі",
|
||||
"focusToolbar": "Перейти до панелі інструментів",
|
||||
"lastItem": "Перейти до останнього елемента ",
|
||||
"listShortcuts": "Відкрити це довідкове вікно ",
|
||||
"nextItem": "Перейти до наступного елементу",
|
||||
"previousItem": "Перейти до попереднього елемента",
|
||||
"showContextMenu": "Контекстне меню",
|
||||
"title": "Загальний інтерфейс"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Виділити / виключити файл зверху від виділеного",
|
||||
"addToSelectionBelow": "Виділити / виключити файл знизу від виділеного",
|
||||
"addToSelectionLeft": "Виділити / виключити файл зліва від виділеного",
|
||||
"addToSelectionRight": "Виділити / виключити файл праворуч від виділеного",
|
||||
"delete": "Видалити файл (и)",
|
||||
"refresh": "Оновити",
|
||||
"rename": "Перейменувати файл",
|
||||
"selectAll": "Виділити всі файли",
|
||||
"upload": "Завантажити файл (и )"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Згорнути папку / Перейти до батьківської теки",
|
||||
"delete": "Видалити папку",
|
||||
"expandOrSubfolder": "Розгорнути папку / Перейти до першій папці",
|
||||
"title": "Панель папок"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Control",
|
||||
"delete": "Delete",
|
||||
"downArrow": "Стрілка вниз",
|
||||
"escape": "Escape",
|
||||
"leftArrow": "Стрілка вліво",
|
||||
"question": "Знак питання",
|
||||
"rightArrow": "Стрілка вправо",
|
||||
"upArrow": "Стрілка вгору"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ctrl",
|
||||
"del": "del",
|
||||
"end": "end",
|
||||
"home": "home",
|
||||
"shift": "shift"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "vi",
|
||||
"common": {
|
||||
"abort": "Abort",
|
||||
"cancel": "Hủy",
|
||||
"choose": "Choose",
|
||||
"close": "Đóng",
|
||||
"copy": "Copy",
|
||||
"delete": "Xóa",
|
||||
"download": "Tải về",
|
||||
"edit": "Sửa",
|
||||
"maximize": "Cực đại hóa",
|
||||
"messageTitle": "Thông tin",
|
||||
"minimize": "Cực tiểu hóa",
|
||||
"move": "Move",
|
||||
"newNameDialogTitle": "Tên mới",
|
||||
"ok": "OK",
|
||||
"pleaseWait": "Vui lòng chờ.",
|
||||
"rememberDecision": "Ghi nhớ quyết định này",
|
||||
"rename": "Đổi tên",
|
||||
"showMore": "Show more",
|
||||
"skip": "Bỏ qua",
|
||||
"upload": "Tải lên",
|
||||
"view": "Xem"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "d/m/yyyy h:MM aa",
|
||||
"dateAmPm": [
|
||||
"sA",
|
||||
"cH"
|
||||
],
|
||||
"kb": "{size} KB",
|
||||
"mb": "{size} MB",
|
||||
"gb": "{size} GB",
|
||||
"sizePerSecond": "{size}/s",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "Tự đổi tên",
|
||||
"countMany": "{count} tập tin",
|
||||
"countOne": "1 tập tin",
|
||||
"deleteConfirmation": "Are you sure you want to delete {count} files?",
|
||||
"fileDeleteConfirmation": "Bạn có chắc muốn xóa tập tin \"{name}\"?",
|
||||
"fileRenameExtensionConfirmation": "Bạn có chắc muốn đổi phần mở rộng? Tập tin có thể sẽ không dùng được.",
|
||||
"fileRenameLabel": "Xin nhập tên tập tin mới: ",
|
||||
"filesPaneTitle": "Files pane",
|
||||
"filesRefresh": "Refreshing files",
|
||||
"filterPlaceholder": "Filter",
|
||||
"gettingFileData": "Getting file data.",
|
||||
"overwrite": "Ghi đè",
|
||||
"loadingFilesPane": {
|
||||
"title": "Loading...",
|
||||
"text": "The files are being loaded."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "The folder is empty.",
|
||||
"text": "Use the <strong>Upload</strong> button or <strong>drag and drop</strong> your files here."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "Nothing found.",
|
||||
"text": "Please try using different search criteria."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "Bạn có chắc muốn xóa thư mục \"{name}\"?",
|
||||
"destinationFolder": "Destination Folder",
|
||||
"newNameLabel": "Xin chọn tên cho thư mục mới: ",
|
||||
"newSubfolder": "Tạo thư mục con",
|
||||
"renameDialogTitle": "Rename Folder",
|
||||
"treeTitle": "Folders tree"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "Sao chép ở đây",
|
||||
"errorDialogTitle": "Files that cannot be copied:",
|
||||
"manyFilesDialogTitle": "Copy {count} Files To...",
|
||||
"manyFilesWait": "Copying {count} files.",
|
||||
"oneFileDialogTitle": "Copy File To...",
|
||||
"oneFileWait": "Copying file.",
|
||||
"operationLabel": "Copying Files",
|
||||
"operationSummary": "Number of files copied: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "Di chuyển ở đây",
|
||||
"errorDialogTitle": "Files that cannot be moved:",
|
||||
"manyFilesDialogTitle": "Move {count} Files To...",
|
||||
"manyFilesWait": "Moving {count} files.",
|
||||
"oneFileDialogTitle": "Move File To...",
|
||||
"oneFileWait": "Moving file.",
|
||||
"operationLabel": "Moving Files",
|
||||
"operationSummary": "Number of files moved: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "Thêm tập tin",
|
||||
"bytesCountProgress": "({bytesUploaded} of {bytesTotal})",
|
||||
"details": "Details",
|
||||
"filesCountProgress": "{filesUploaded} of {filesTotal}",
|
||||
"progressLabel": "Đang tải lên.",
|
||||
"progressMessage": "Uploading...",
|
||||
"selectFileLabel": "Chọn tập tin tải lên",
|
||||
"selectFiles": "Select files to upload",
|
||||
"success": "Upload finished!",
|
||||
"summary": "Uploaded files: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "Hiển thị:",
|
||||
"displayDate": "Ngày",
|
||||
"displayName": "Tên tập tin",
|
||||
"displaySize": "Dung lượng",
|
||||
"sortAscending": "Ascending",
|
||||
"sortBy": "Sort by",
|
||||
"sortByOrder": "Order",
|
||||
"sortDescending": "Descending",
|
||||
"thumbnailSize": "Thumbnail Size",
|
||||
"title": "Thiết lập",
|
||||
"viewType": "View",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "List",
|
||||
"viewTypeThumbnails": "Thumbnails"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "Lệnh không hợp lệ.",
|
||||
"11": "Kiểu tài nguyên không được chỉ định trong yêu cầu.",
|
||||
"12": "Kiểu tài nguyên yêu cầu không hợp lệ.",
|
||||
"13": "The connector configuration file is invalid.",
|
||||
"14": "Invalid connector plugin: {pluginName}.",
|
||||
"102": "Tên tập tin hay thư mục không hợp lệ.",
|
||||
"103": "Không thể hoàn tất yêu cầu vì giới hạn quyền.",
|
||||
"104": "Không thể hoàn tất yêu cầu vì giới hạn quyền của hệ thống tập tin.",
|
||||
"105": "Phần mở rộng tập tin không hợp lệ.",
|
||||
"109": "Yêu cầu không hợp lệ.",
|
||||
"110": "Lỗi không xác định.",
|
||||
"111": "It was not possible to complete the request due to resulting file size.",
|
||||
"115": "Tập tin hoặc thư mục cùng tên đã tồn tại.",
|
||||
"116": "Không thấy thư mục. Hãy làm tươi và thử lại.",
|
||||
"117": "Không thấy tập tin. Hãy làm tươi và thử lại.",
|
||||
"118": "Đường dẫn nguồn và đích giống nhau.",
|
||||
"201": "Tập tin cùng tên đã tồn tại. Tập tin vừa tải lên được đổi tên thành \"{name}\".",
|
||||
"202": "Tập tin không hợp lệ.",
|
||||
"203": "Tập tin không hợp lệ. Dung lượng quá lớn.",
|
||||
"204": "Tập tin tải lên bị hỏng.",
|
||||
"205": "Không có thư mục tạm để tải tập tin.",
|
||||
"206": "Huỷ tải lên vì lí do bảo mật. Tập tin chứa dữ liệu giống HTML.",
|
||||
"207": "Tập tin được đổi tên thành \"{name}\".",
|
||||
"300": "Di chuyển tập tin thất bại.",
|
||||
"301": "Chép tập tin thất bại.",
|
||||
"302": "Deleting file(s) failed.",
|
||||
"500": "Trình duyệt tập tin bị vô hiệu vì lí do bảo mật. Xin liên hệ quản trị hệ thống và kiểm tra tập tin cấu hình CKFinder.",
|
||||
"501": "Chức năng hỗ trợ ảnh mẫu bị vô hiệu."
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "Tên tập tin không thể chưa các kí tự: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "The file name cannot be empty.",
|
||||
"folderInvalidCharacters": "Tên thư mục không thể chứa các kí tự: {disallowedCharacters}",
|
||||
"incorrectExtension": "Kiểu tập tin không được chấp nhận trong thư mục này.",
|
||||
"missingFile": "The requested file is no longer available.",
|
||||
"missingFolder": "The folder you are trying to reach is no longer available.",
|
||||
"noUploadFolderSelected": "Xin chọn thư mục trước khi tải lên.",
|
||||
"operationCompleted": "Operation completed with errors.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "Không thể hoàn tất yêu cầu. (Lỗi {number})",
|
||||
"unknownUploadError": "Lỗi khi tải tập tin.",
|
||||
"uploadErrors": "Upload finished with errors.",
|
||||
"uploadPermissions": "Không được phép tải lên."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Choose Resized",
|
||||
"originalSize": "Original Size",
|
||||
"sizes": {
|
||||
"custom": "Custom",
|
||||
"large": "Large",
|
||||
"max": "Max",
|
||||
"medium": "Medium",
|
||||
"small": "Small"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Adjust",
|
||||
"apply": "Apply",
|
||||
"confirmExit": "Are you sure you want to close? You have unsaved changes to the image.",
|
||||
"crop": "Crop",
|
||||
"downloadAction": "Downloading original image.",
|
||||
"keepAspectRatio": "Keep Aspect Ratio",
|
||||
"loading": "Loading image",
|
||||
"presets": "Presets",
|
||||
"reset": "Reset",
|
||||
"resize": "Resize",
|
||||
"rotate": "Rotate",
|
||||
"rotateAntiClockwise": "90° Left",
|
||||
"rotateClockwise": "90° Right",
|
||||
"save": "Save",
|
||||
"saveDialogFileExists": "File with the same name already exists in folder.",
|
||||
"saveDialogOverwrite": "Overwrite File",
|
||||
"saveDialogSaveAs": "Save as:",
|
||||
"saveDialogTitle": "Save Changes",
|
||||
"title": "Edit Image",
|
||||
"transformationAction": "Applying transformations.",
|
||||
"uploadAction": "Uploading edited image.",
|
||||
"filters": {
|
||||
"brightness": "Brightness",
|
||||
"clip": "Clip",
|
||||
"contrast": "Contrast",
|
||||
"exposure": "Exposure",
|
||||
"gamma": "Gamma",
|
||||
"hue": "Hue",
|
||||
"noise": "Noise",
|
||||
"saturation": "Saturation",
|
||||
"sepia": "Sepia",
|
||||
"sharpen": "Sharpen",
|
||||
"stackBlur": "Blur",
|
||||
"vibrance": "Vibrance"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Clarity",
|
||||
"concentrate": "Concentrate",
|
||||
"crossProcess": "Cross Process",
|
||||
"glowingSun": "Glowing Sun",
|
||||
"grungy": "Grungy",
|
||||
"hazyDays": "Hazy Days",
|
||||
"hemingway": "Hemingway",
|
||||
"herMajesty": "Her Majesty",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "Lomo",
|
||||
"love": "Love",
|
||||
"nostalgia": "Nostalgia",
|
||||
"oldBoot": "Old Boot",
|
||||
"orangePeel": "Orange Peel",
|
||||
"pinhole": "Pinhole",
|
||||
"sinCity": "Sin City",
|
||||
"sunrise": "Sunrise",
|
||||
"vintage": "Vintage"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Keyboard Shortcuts",
|
||||
"general": {
|
||||
"action": "Execute default action",
|
||||
"firstItem": "Go to first item",
|
||||
"focusFilesPane": "Focus files pane",
|
||||
"focusFoldersPane": "Focus folders pane or breadcrumbs",
|
||||
"focusNext": "Focus next pane",
|
||||
"focusToolbar": "Focus toolbar",
|
||||
"lastItem": "Go to last item",
|
||||
"listShortcuts": "Open this help dialog",
|
||||
"nextItem": "Go to next item",
|
||||
"previousItem": "Go to previous item",
|
||||
"showContextMenu": "Open context menu",
|
||||
"title": "General Interface"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Add or remove files above to selection",
|
||||
"addToSelectionBelow": "Add or remove files below to selection",
|
||||
"addToSelectionLeft": "Add or remove file on the left to selection",
|
||||
"addToSelectionRight": "Add or remove file on the right to selection",
|
||||
"delete": "Delete file(s)",
|
||||
"refresh": "Refresh files",
|
||||
"rename": "Rename file",
|
||||
"selectAll": "Select all files",
|
||||
"upload": "Upload file(s)"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Collapse folder / Go to parent folder",
|
||||
"delete": "Delete folder",
|
||||
"expandOrSubfolder": "Expand folder / Go to first subfolder",
|
||||
"title": "Folders Pane"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Control",
|
||||
"delete": "Delete",
|
||||
"downArrow": "Down arrow",
|
||||
"escape": "Escape",
|
||||
"leftArrow": "Left arrow",
|
||||
"question": "Question mark",
|
||||
"rightArrow": "Right arrow",
|
||||
"upArrow": "Up arrow"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ctrl",
|
||||
"del": "del",
|
||||
"end": "end",
|
||||
"home": "home",
|
||||
"shift": "shift"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "zh-cn",
|
||||
"common": {
|
||||
"abort": "中止",
|
||||
"cancel": "取消",
|
||||
"choose": "选择",
|
||||
"close": "关闭",
|
||||
"copy": "复制",
|
||||
"delete": "删除",
|
||||
"download": "下载",
|
||||
"edit": "编辑",
|
||||
"maximize": "全屏",
|
||||
"messageTitle": "提示",
|
||||
"minimize": "最小化",
|
||||
"move": "移动",
|
||||
"newNameDialogTitle": "新文件名",
|
||||
"ok": "确定",
|
||||
"pleaseWait": "请稍候",
|
||||
"rememberDecision": "下次不再询问",
|
||||
"rename": "重命名",
|
||||
"showMore": "更多",
|
||||
"skip": "跳过",
|
||||
"upload": "上传",
|
||||
"view": "查看"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "yyyy年m月d日 h:MM aa",
|
||||
"dateAmPm": [
|
||||
"上午",
|
||||
"下午"
|
||||
],
|
||||
"kb": "{size} KB",
|
||||
"mb": "{size} MB",
|
||||
"gb": "{size} GB",
|
||||
"sizePerSecond": "{size}/s",
|
||||
"pixelShort": "像数"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "给重名文件自动命名",
|
||||
"countMany": "{count} 个文件",
|
||||
"countOne": "1 个文件",
|
||||
"deleteConfirmation": "您确定要删除 {count} 个文件吗?",
|
||||
"fileDeleteConfirmation": "您确定要删除文件 \"{name}\" 吗?",
|
||||
"fileRenameExtensionConfirmation": "如果改变文件扩展名,可能会导致文件不可用。\r\n确定要更改吗?",
|
||||
"fileRenameLabel": "请输入新文件名: ",
|
||||
"filesPaneTitle": "文件窗口",
|
||||
"filesRefresh": "正在刷新文件",
|
||||
"filterPlaceholder": "过滤",
|
||||
"gettingFileData": "正在获取文件数据,{pleaseWait}",
|
||||
"overwrite": "自动覆盖重名文件",
|
||||
"loadingFilesPane": {
|
||||
"title": "正在加载...",
|
||||
"text": "正在加载文件,{pleaseWait}"
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "该文件夹是空的。",
|
||||
"text": "使用 <strong>上传</strong> 按钮或 <strong>拖放</strong> 您的文件到这里来上传文件。"
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "没有找到。",
|
||||
"text": "请尝试使用不同的搜索条件。"
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "您确定要删除文件夹 \"{name}\" 吗?",
|
||||
"destinationFolder": "目标文件夹",
|
||||
"newNameLabel": "请输入新文件夹名称: ",
|
||||
"newSubfolder": "创建子文件夹",
|
||||
"renameDialogTitle": "重命名文件夹",
|
||||
"treeTitle": "文件夹目录"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "将文件复制至此",
|
||||
"errorDialogTitle": "无法复制文件:",
|
||||
"manyFilesDialogTitle": "复制 {count} 个文件到...",
|
||||
"manyFilesWait": "正复制 {count} 个文件,{pleaseWait}",
|
||||
"oneFileDialogTitle": "复制文件到...",
|
||||
"oneFileWait": "正在复制文件,{pleaseWait}",
|
||||
"operationLabel": "复制文件",
|
||||
"operationSummary": "已复制的文件数: {count}。"
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "将文件移动至此",
|
||||
"errorDialogTitle": "无法移动文件:",
|
||||
"manyFilesDialogTitle": "移动 {count} 个文件到...",
|
||||
"manyFilesWait": "正在移 {count} 个文件,{pleaseWait}",
|
||||
"oneFileDialogTitle": "移动文件到...",
|
||||
"oneFileWait": "正在移动文件,{pleaseWait}",
|
||||
"operationLabel": "移动文件",
|
||||
"operationSummary": "已移动的文件数: {count}。"
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "添加文件",
|
||||
"bytesCountProgress": "({bytesTotal} / {bytesUploaded})",
|
||||
"details": "详情",
|
||||
"filesCountProgress": "{filesUploaded} / {filesTotal}",
|
||||
"progressLabel": "正在上传文件,",
|
||||
"progressMessage": "正在上传...",
|
||||
"selectFileLabel": "选择要上传的文件",
|
||||
"selectFiles": "选择要上传的文件",
|
||||
"success": "上传完成!",
|
||||
"summary": "已上传文件: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "显示:",
|
||||
"displayDate": "日期",
|
||||
"displayName": "文件名",
|
||||
"displaySize": "大小",
|
||||
"sortAscending": "升序",
|
||||
"sortBy": "排序",
|
||||
"sortByOrder": "排序顺序",
|
||||
"sortDescending": "降序",
|
||||
"thumbnailSize": "缩略图大小",
|
||||
"title": "设置",
|
||||
"viewType": "视图",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "列表",
|
||||
"viewTypeThumbnails": "缩略图"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "无效的指令。",
|
||||
"11": "文件类型不在许可范围之内。",
|
||||
"12": "文件类型无效。",
|
||||
"13": "无效的连接器设置文件。",
|
||||
"14": "无效的连接器插件: {pluginName}。",
|
||||
"102": "无效的文件名或文件夹名称。",
|
||||
"103": "由于作者限制,该请求不能完成。",
|
||||
"104": "由于文件系统的限制,该请求不能完成。",
|
||||
"105": "无效的扩展名。",
|
||||
"109": "无效请求。",
|
||||
"110": "未知错误。",
|
||||
"111": "由于文件大小原因,此请求无法完成。",
|
||||
"115": "存在重名的文件或文件夹。",
|
||||
"116": "文件夹不存在,请刷新后再试。",
|
||||
"117": "文件不存在,请刷新列表后再试。",
|
||||
"118": "目标位置与当前位置相同。",
|
||||
"201": "文件与现有的重名,新上传的文件改名为 \"{name}\"。",
|
||||
"202": "无效的文件。",
|
||||
"203": "无效的文件,文件尺寸太大。",
|
||||
"204": "上传文件已损失。",
|
||||
"205": "服务器中的上传临时文件夹无效。",
|
||||
"206": "因为安全原因,上传中断。上传文件包含不能 HTML 类型数据。",
|
||||
"207": "新上传的文件改名为 \"{name}\"。",
|
||||
"300": "移动文件失败。",
|
||||
"301": "复制文件失败。",
|
||||
"302": "删除文件失败。",
|
||||
"500": "因为安全原因,文件不可浏览。请联系系统管理员并检查 CKFinder 配置文件。",
|
||||
"501": "不支持缩略图方式。"
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "文件名不能包含以下字符:{disallowedCharacters}",
|
||||
"fileNameNotEmpty": "文件名不能为空。",
|
||||
"folderInvalidCharacters": "文件夹名称不能包含以下字符:{disallowedCharacters}",
|
||||
"incorrectExtension": "此文件扩展名在当前文件夹中不可用。",
|
||||
"missingFile": "请求的文件已不可用。",
|
||||
"missingFolder": "您指定的文件夹已不可用。",
|
||||
"noUploadFolderSelected": "需先选择一个文件。",
|
||||
"operationCompleted": "操作完成,但有错误。",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "请求的操作未能完成。(错误 {number})",
|
||||
"unknownUploadError": "上传文件出错。",
|
||||
"uploadErrors": "上传完成,但有错误。",
|
||||
"uploadPermissions": "无文件上传权限。"
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "选择调整大小",
|
||||
"originalSize": "原始大小",
|
||||
"sizes": {
|
||||
"custom": "自定义",
|
||||
"large": "大",
|
||||
"max": "最大",
|
||||
"medium": "中",
|
||||
"small": "小"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "调整",
|
||||
"apply": "应用",
|
||||
"confirmExit": "确定关闭?你会丢失未保存的图片。",
|
||||
"crop": "裁剪",
|
||||
"downloadAction": "正在下载原始图像...",
|
||||
"keepAspectRatio": "保持纵横比",
|
||||
"loading": "加载图像",
|
||||
"presets": "预设",
|
||||
"reset": "重置",
|
||||
"resize": "缩放",
|
||||
"rotate": "旋转",
|
||||
"rotateAntiClockwise": "逆时针 90°",
|
||||
"rotateClockwise": "顺时针 90°",
|
||||
"save": "保存",
|
||||
"saveDialogFileExists": "文件夹中已存在相同名称的文件。",
|
||||
"saveDialogOverwrite": "覆盖文件",
|
||||
"saveDialogSaveAs": "另存为:",
|
||||
"saveDialogTitle": "保存更改",
|
||||
"title": "编辑图像",
|
||||
"transformationAction": "正在应用变换...",
|
||||
"uploadAction": "正在上传编辑的图像...",
|
||||
"filters": {
|
||||
"brightness": "亮度",
|
||||
"clip": "修剪",
|
||||
"contrast": "对比度",
|
||||
"exposure": "曝光度",
|
||||
"gamma": "伽玛",
|
||||
"hue": "色调",
|
||||
"noise": "噪点",
|
||||
"saturation": "饱和度",
|
||||
"sepia": "怀旧",
|
||||
"sharpen": "锐化",
|
||||
"stackBlur": "模糊",
|
||||
"vibrance": "鲜艳度"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "清晰",
|
||||
"concentrate": "浓缩",
|
||||
"crossProcess": "胶片",
|
||||
"glowingSun": "光照",
|
||||
"grungy": "油渍",
|
||||
"hazyDays": "雨雾",
|
||||
"hemingway": "海明威",
|
||||
"herMajesty": "雄伟",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "LOMO",
|
||||
"love": "爱情",
|
||||
"nostalgia": "怀旧",
|
||||
"oldBoot": "旧靴子",
|
||||
"orangePeel": "橘皮",
|
||||
"pinhole": "针孔",
|
||||
"sinCity": "罪恶之城",
|
||||
"sunrise": "日出",
|
||||
"vintage": "复古"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "快捷键",
|
||||
"general": {
|
||||
"action": "执行默认操作",
|
||||
"firstItem": "移动到第一项",
|
||||
"focusFilesPane": "聚焦到文件窗",
|
||||
"focusFoldersPane": "聚焦到文件夹窗或导航栏",
|
||||
"focusNext": "聚焦到下个窗口",
|
||||
"focusToolbar": "聚焦到工具栏",
|
||||
"lastItem": "移动到最后一项",
|
||||
"listShortcuts": "打开帮助框",
|
||||
"nextItem": "移动到下一项",
|
||||
"previousItem": "移动到前一项",
|
||||
"showContextMenu": "打开上下文菜单",
|
||||
"title": "通用界面"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "添加或删除文件到选中项上面",
|
||||
"addToSelectionBelow": "添加或删除文件到选中项下面",
|
||||
"addToSelectionLeft": "添加或删除文件到选中项右边",
|
||||
"addToSelectionRight": "Add or remove file on the right to selection",
|
||||
"delete": "删除文件",
|
||||
"refresh": "刷新文件",
|
||||
"rename": "重命名文件",
|
||||
"selectAll": "选中全部文件",
|
||||
"upload": "上传文件"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "展开文件夹",
|
||||
"delete": "删除文件夹",
|
||||
"expandOrSubfolder": "折叠文件夹",
|
||||
"title": "文件夹窗"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "控制键",
|
||||
"delete": "删除键",
|
||||
"downArrow": "下箭头",
|
||||
"escape": "退出",
|
||||
"leftArrow": "左箭头",
|
||||
"question": "问题标记",
|
||||
"rightArrow": "右箭头",
|
||||
"upArrow": "上箭头"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ctrl",
|
||||
"del": "del",
|
||||
"end": "end",
|
||||
"home": "home",
|
||||
"shift": "shift"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,288 @@
|
||||
{
|
||||
"appTitle": "CKFinder",
|
||||
"dir": "ltr",
|
||||
"langCode": "zh-tw",
|
||||
"common": {
|
||||
"abort": "Abort",
|
||||
"cancel": "Cancel",
|
||||
"choose": "Choose",
|
||||
"close": "關閉",
|
||||
"copy": "Copy",
|
||||
"delete": "刪除",
|
||||
"download": "下載",
|
||||
"edit": "Edit",
|
||||
"maximize": "Maximize",
|
||||
"messageTitle": "Information",
|
||||
"minimize": "Minimize",
|
||||
"move": "Move",
|
||||
"newNameDialogTitle": "New Name",
|
||||
"ok": "OK",
|
||||
"pleaseWait": "Please wait.",
|
||||
"rememberDecision": "Remember my decision",
|
||||
"rename": "重新命名",
|
||||
"showMore": "Show more",
|
||||
"skip": "Skip",
|
||||
"upload": "上傳檔案",
|
||||
"view": "瀏覽"
|
||||
},
|
||||
"units": {
|
||||
"dateFormat": "mm/dd/yyyy HH:MM",
|
||||
"dateAmPm": [
|
||||
"上午",
|
||||
"下午"
|
||||
],
|
||||
"kb": "{size} KB",
|
||||
"mb": "{size} MB",
|
||||
"gb": "{size} GB",
|
||||
"sizePerSecond": "{size}/s",
|
||||
"pixelShort": "px"
|
||||
},
|
||||
"files": {
|
||||
"autoRename": "Auto-rename",
|
||||
"countMany": "{count} 個檔案",
|
||||
"countOne": "1 個檔案",
|
||||
"deleteConfirmation": "Are you sure you want to delete {count} files?",
|
||||
"fileDeleteConfirmation": "確定要刪除這個檔案 \"{name}\"?",
|
||||
"fileRenameExtensionConfirmation": "確定變更這個檔案的副檔名嗎? 變更後 , 此檔案可能會無法使用 !",
|
||||
"fileRenameLabel": "請輸入新檔案名稱: ",
|
||||
"filesPaneTitle": "Files pane",
|
||||
"filesRefresh": "Refreshing files",
|
||||
"filterPlaceholder": "Filter",
|
||||
"gettingFileData": "Getting file data.",
|
||||
"overwrite": "Overwrite",
|
||||
"loadingFilesPane": {
|
||||
"title": "Loading...",
|
||||
"text": "The files are being loaded."
|
||||
},
|
||||
"emptyFilesPane": {
|
||||
"title": "The folder is empty.",
|
||||
"text": "Use the <strong>Upload</strong> button or <strong>drag and drop</strong> your files here."
|
||||
},
|
||||
"filterFilesEmpty": {
|
||||
"title": "Nothing found.",
|
||||
"text": "Please try using different search criteria."
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"deleteConfirmation": "確定刪除 \"{name}\" 這個目錄嗎?",
|
||||
"destinationFolder": "Destination Folder",
|
||||
"newNameLabel": "請輸入新目錄名稱: ",
|
||||
"newSubfolder": "建立新子目錄",
|
||||
"renameDialogTitle": "Rename Folder",
|
||||
"treeTitle": "Folders tree"
|
||||
},
|
||||
"copy": {
|
||||
"dropMenuItem": "Copy Here",
|
||||
"errorDialogTitle": "Files that cannot be copied:",
|
||||
"manyFilesDialogTitle": "Copy {count} Files To...",
|
||||
"manyFilesWait": "Copying {count} files.",
|
||||
"oneFileDialogTitle": "Copy File To...",
|
||||
"oneFileWait": "Copying file.",
|
||||
"operationLabel": "Copying Files",
|
||||
"operationSummary": "Number of files copied: {count}."
|
||||
},
|
||||
"move": {
|
||||
"dropMenuItem": "Move Here",
|
||||
"errorDialogTitle": "Files that cannot be moved:",
|
||||
"manyFilesDialogTitle": "Move {count} Files To...",
|
||||
"manyFilesWait": "Moving {count} files.",
|
||||
"oneFileDialogTitle": "Move File To...",
|
||||
"oneFileWait": "Moving file.",
|
||||
"operationLabel": "Moving Files",
|
||||
"operationSummary": "Number of files moved: {count}."
|
||||
},
|
||||
"upload": {
|
||||
"addFiles": "Add Files",
|
||||
"bytesCountProgress": "({bytesUploaded} of {bytesTotal})",
|
||||
"details": "Details",
|
||||
"filesCountProgress": "{filesUploaded} of {filesTotal}",
|
||||
"progressLabel": "檔案上傳中 .",
|
||||
"progressMessage": "Uploading...",
|
||||
"selectFileLabel": "請選擇要上傳的檔案",
|
||||
"selectFiles": "Select files to upload",
|
||||
"success": "Upload finished!",
|
||||
"summary": "Uploaded files: {count}"
|
||||
},
|
||||
"settings": {
|
||||
"display": "顯示欄位:",
|
||||
"displayDate": "檔案日期",
|
||||
"displayName": "檔案名稱",
|
||||
"displaySize": "檔案大小",
|
||||
"sortAscending": "Ascending",
|
||||
"sortBy": "Sort by",
|
||||
"sortByOrder": "Order",
|
||||
"sortDescending": "Descending",
|
||||
"thumbnailSize": "Thumbnail Size",
|
||||
"title": "偏好設定",
|
||||
"viewType": "View",
|
||||
"viewTypeCompact": "Compact",
|
||||
"viewTypeList": "List",
|
||||
"viewTypeThumbnails": "Thumbnails"
|
||||
},
|
||||
"errors": {
|
||||
"codes": {
|
||||
"10": "不合法的指令.",
|
||||
"11": "連接過程中 , 未指定資源形態 !",
|
||||
"12": "連接過程中出現不合法的資源形態 !",
|
||||
"13": "The connector configuration file is invalid.",
|
||||
"14": "Invalid connector plugin: {pluginName}.",
|
||||
"102": "不合法的檔案或目錄名稱 !",
|
||||
"103": "無法連接:可能是使用者權限設定錯誤 !",
|
||||
"104": "無法連接:可能是伺服器檔案權限設定錯誤 !",
|
||||
"105": "無法上傳:不合法的副檔名 !",
|
||||
"109": "不合法的請求 !",
|
||||
"110": "不明錯誤 !",
|
||||
"111": "It was not possible to complete the request due to resulting file size.",
|
||||
"115": "檔案或目錄名稱重複 !",
|
||||
"116": "找不到目錄 ! 請先重新整理 , 然後再試一次 !",
|
||||
"117": "找不到檔案 ! 請先重新整理 , 然後再試一次 !",
|
||||
"118": "Source and target paths are equal.",
|
||||
"201": "伺服器上已有相同的檔案名稱 ! 您上傳的檔案名稱將會自動更改為 \"{name}\".",
|
||||
"202": "不合法的檔案 !",
|
||||
"203": "不合法的檔案 ! 檔案大小超過預設值 !",
|
||||
"204": "您上傳的檔案已經損毀 !",
|
||||
"205": "伺服器上沒有預設的暫存目錄 !",
|
||||
"206": "檔案上傳程序因為安全因素已被系統自動取消 ! 可能是上傳的檔案內容包含 HTML 碼 !",
|
||||
"207": "您上傳的檔案名稱將會自動更改為 \"{name}\".",
|
||||
"300": "Moving file(s) failed.",
|
||||
"301": "Copying file(s) failed.",
|
||||
"302": "Deleting file(s) failed.",
|
||||
"500": "因為安全因素 , 檔案瀏覽器已被停用 ! 請聯絡您的系統管理者並檢查 CKFinder 的設定檔 config.php !",
|
||||
"501": "縮圖預覽功能已被停用 !"
|
||||
},
|
||||
"deleteFilePermissions": "Removing files is not allowed in this folder.",
|
||||
"fileInvalidCharacters": "檔案名稱不能包含以下字元: {disallowedCharacters}",
|
||||
"fileNameNotEmpty": "The file name cannot be empty.",
|
||||
"folderInvalidCharacters": "目錄名稱不能包含以下字元: {disallowedCharacters}",
|
||||
"incorrectExtension": "File extension is not allowed in this folder.",
|
||||
"missingFile": "The requested file is no longer available.",
|
||||
"missingFolder": "The folder you are trying to reach is no longer available.",
|
||||
"noUploadFolderSelected": "Please select a folder before uploading.",
|
||||
"operationCompleted": "Operation completed with errors.",
|
||||
"renameFilePermissions": "Renaming files is not allowed in this folder.",
|
||||
"unknown": "無法連接到伺服器 ! (錯誤代碼 {number})",
|
||||
"unknownUploadError": "Error sending the file.",
|
||||
"uploadErrors": "Upload finished with errors.",
|
||||
"uploadPermissions": "File upload is not allowed."
|
||||
},
|
||||
"chooseResizedImage": {
|
||||
"title": "Choose Resized",
|
||||
"originalSize": "Original Size",
|
||||
"sizes": {
|
||||
"custom": "Custom",
|
||||
"large": "Large",
|
||||
"max": "Max",
|
||||
"medium": "Medium",
|
||||
"small": "Small"
|
||||
}
|
||||
},
|
||||
"editImage": {
|
||||
"adjust": "Adjust",
|
||||
"apply": "Apply",
|
||||
"confirmExit": "Are you sure you want to close? You have unsaved changes to the image.",
|
||||
"crop": "Crop",
|
||||
"downloadAction": "Downloading original image.",
|
||||
"keepAspectRatio": "Keep Aspect Ratio",
|
||||
"loading": "Loading image",
|
||||
"presets": "Presets",
|
||||
"reset": "Reset",
|
||||
"resize": "Resize",
|
||||
"rotate": "Rotate",
|
||||
"rotateAntiClockwise": "90° Left",
|
||||
"rotateClockwise": "90° Right",
|
||||
"save": "Save",
|
||||
"saveDialogFileExists": "File with the same name already exists in folder.",
|
||||
"saveDialogOverwrite": "Overwrite File",
|
||||
"saveDialogSaveAs": "Save as:",
|
||||
"saveDialogTitle": "Save Changes",
|
||||
"title": "Edit Image",
|
||||
"transformationAction": "Applying transformations.",
|
||||
"uploadAction": "Uploading edited image.",
|
||||
"filters": {
|
||||
"brightness": "Brightness",
|
||||
"clip": "Clip",
|
||||
"contrast": "Contrast",
|
||||
"exposure": "Exposure",
|
||||
"gamma": "Gamma",
|
||||
"hue": "Hue",
|
||||
"noise": "Noise",
|
||||
"saturation": "Saturation",
|
||||
"sepia": "Sepia",
|
||||
"sharpen": "Sharpen",
|
||||
"stackBlur": "Blur",
|
||||
"vibrance": "Vibrance"
|
||||
},
|
||||
"preset": {
|
||||
"clarity": "Clarity",
|
||||
"concentrate": "Concentrate",
|
||||
"crossProcess": "Cross Process",
|
||||
"glowingSun": "Glowing Sun",
|
||||
"grungy": "Grungy",
|
||||
"hazyDays": "Hazy Days",
|
||||
"hemingway": "Hemingway",
|
||||
"herMajesty": "Her Majesty",
|
||||
"jarques": "Jarques",
|
||||
"lomo": "Lomo",
|
||||
"love": "Love",
|
||||
"nostalgia": "Nostalgia",
|
||||
"oldBoot": "Old Boot",
|
||||
"orangePeel": "Orange Peel",
|
||||
"pinhole": "Pinhole",
|
||||
"sinCity": "Sin City",
|
||||
"sunrise": "Sunrise",
|
||||
"vintage": "Vintage"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "Keyboard Shortcuts",
|
||||
"general": {
|
||||
"action": "Execute default action",
|
||||
"firstItem": "Go to first item",
|
||||
"focusFilesPane": "Focus files pane",
|
||||
"focusFoldersPane": "Focus folders pane or breadcrumbs",
|
||||
"focusNext": "Focus next pane",
|
||||
"focusToolbar": "Focus toolbar",
|
||||
"lastItem": "Go to last item",
|
||||
"listShortcuts": "Open this help dialog",
|
||||
"nextItem": "Go to next item",
|
||||
"previousItem": "Go to previous item",
|
||||
"showContextMenu": "Open context menu",
|
||||
"title": "General Interface"
|
||||
},
|
||||
"files": {
|
||||
"addToSelectionAbove": "Add or remove files above to selection",
|
||||
"addToSelectionBelow": "Add or remove files below to selection",
|
||||
"addToSelectionLeft": "Add or remove file on the left to selection",
|
||||
"addToSelectionRight": "Add or remove file on the right to selection",
|
||||
"delete": "Delete file(s)",
|
||||
"refresh": "Refresh files",
|
||||
"rename": "Rename file",
|
||||
"selectAll": "Select all files",
|
||||
"upload": "Upload file(s)"
|
||||
},
|
||||
"folders": {
|
||||
"collapseOrParent": "Collapse folder / Go to parent folder",
|
||||
"delete": "Delete folder",
|
||||
"expandOrSubfolder": "Expand folder / Go to first subfolder",
|
||||
"title": "Folders Pane"
|
||||
},
|
||||
"keys": {
|
||||
"ctrl": "Control",
|
||||
"delete": "Delete",
|
||||
"downArrow": "Down arrow",
|
||||
"escape": "Escape",
|
||||
"leftArrow": "Left arrow",
|
||||
"question": "Question mark",
|
||||
"rightArrow": "Right arrow",
|
||||
"upArrow": "Up arrow"
|
||||
},
|
||||
"keysAbbreviations": {
|
||||
"alt": "alt",
|
||||
"ctrl": "ctrl",
|
||||
"del": "del",
|
||||
"end": "end",
|
||||
"home": "home",
|
||||
"shift": "shift"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user