aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-01-10 00:20:50 +0000
committerNextcloud bot <bot@nextcloud.com>2024-01-10 00:20:50 +0000
commit68b65a6ad3b7caf54b8de417693698fd23ba12c2 (patch)
treec209296fb519236e0276aa89820ad54fc08670b9 /apps/files/l10n
parentffe1941d2bb60b0e4c71f3944435c9bc00d3175b (diff)
downloadnextcloud-server-68b65a6ad3b7caf54b8de417693698fd23ba12c2.tar.gz
nextcloud-server-68b65a6ad3b7caf54b8de417693698fd23ba12c2.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n')
-rw-r--r--apps/files/l10n/ko.js5
-rw-r--r--apps/files/l10n/ko.json5
-rw-r--r--apps/files/l10n/mk.js33
-rw-r--r--apps/files/l10n/mk.json33
4 files changed, 74 insertions, 2 deletions
diff --git a/apps/files/l10n/ko.js b/apps/files/l10n/ko.js
index b789160f957..22cc9f4236d 100644
--- a/apps/files/l10n/ko.js
+++ b/apps/files/l10n/ko.js
@@ -220,6 +220,7 @@ OC.L10N.register(
"Ownership transfer request sent" : "소유권 이전 요청이 전송됨",
"Cannot transfer ownership of a file or folder you do not own" : "내가 소유하지 않은 파일이나 폴더의 소유권을 이전할 수 없음",
"Select file or folder to link to" : "링크할 파일이나 폴더 선택",
+ "Choose file" : "파일 선택",
"Choose {file}" : "{file} 선택",
"Add" : "추가",
"Loading current folder" : "현재 폴더를 불러오는 중",
@@ -232,6 +233,8 @@ OC.L10N.register(
"Shared" : "공유됨",
"Switch to list view" : "목록 보기로 전환",
"Switch to grid view" : "바둑판식 보기로 전환",
+ "Error during upload: {message}" : "업로드 오류: {message}",
+ "Unknown error during upload" : "업로드 중 알 수 없는 오류 발생",
"Open the files app settings" : "파일 앱 설정을 열기",
"Files settings" : "파일 설정",
"File cannot be accessed" : "파일에 접근할 수 없음",
@@ -262,6 +265,7 @@ OC.L10N.register(
"A file or folder with that name already exists in this folder" : "같은 이름을 사용하는 파일 또는 폴더가 이미 이 폴더에 있습니다.",
"The files is locked" : "이 파일은 잠겼습니다.",
"The file does not exist anymore" : "파일이 더이상 존재하지 않습니다.",
+ "Choose destination" : "목적지 선택",
"Copy to {target}" : "{target}에 복사",
"Move to {target}" : "{target}에 이동",
"Cancelled move or copy operation" : "이동 또는 복사 작업을 취소함",
@@ -272,6 +276,7 @@ OC.L10N.register(
"Templates" : "템플릿",
"Unable to initialize the templates directory" : "템플릿 디렉터리를 설정할 수 없음",
"Created new folder \"{name}\"" : "\"{name}\" 폴더를 새로 만듦",
+ "Uploading \"{filename}\" failed" : "\"{filename}\" 업로드가 실패함",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount}개 폴더"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount}개 파일"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1개 파일과 {folderCount}개 폴더"],
diff --git a/apps/files/l10n/ko.json b/apps/files/l10n/ko.json
index c4e1436f234..c5c8ea7f354 100644
--- a/apps/files/l10n/ko.json
+++ b/apps/files/l10n/ko.json
@@ -218,6 +218,7 @@
"Ownership transfer request sent" : "소유권 이전 요청이 전송됨",
"Cannot transfer ownership of a file or folder you do not own" : "내가 소유하지 않은 파일이나 폴더의 소유권을 이전할 수 없음",
"Select file or folder to link to" : "링크할 파일이나 폴더 선택",
+ "Choose file" : "파일 선택",
"Choose {file}" : "{file} 선택",
"Add" : "추가",
"Loading current folder" : "현재 폴더를 불러오는 중",
@@ -230,6 +231,8 @@
"Shared" : "공유됨",
"Switch to list view" : "목록 보기로 전환",
"Switch to grid view" : "바둑판식 보기로 전환",
+ "Error during upload: {message}" : "업로드 오류: {message}",
+ "Unknown error during upload" : "업로드 중 알 수 없는 오류 발생",
"Open the files app settings" : "파일 앱 설정을 열기",
"Files settings" : "파일 설정",
"File cannot be accessed" : "파일에 접근할 수 없음",
@@ -260,6 +263,7 @@
"A file or folder with that name already exists in this folder" : "같은 이름을 사용하는 파일 또는 폴더가 이미 이 폴더에 있습니다.",
"The files is locked" : "이 파일은 잠겼습니다.",
"The file does not exist anymore" : "파일이 더이상 존재하지 않습니다.",
+ "Choose destination" : "목적지 선택",
"Copy to {target}" : "{target}에 복사",
"Move to {target}" : "{target}에 이동",
"Cancelled move or copy operation" : "이동 또는 복사 작업을 취소함",
@@ -270,6 +274,7 @@
"Templates" : "템플릿",
"Unable to initialize the templates directory" : "템플릿 디렉터리를 설정할 수 없음",
"Created new folder \"{name}\"" : "\"{name}\" 폴더를 새로 만듦",
+ "Uploading \"{filename}\" failed" : "\"{filename}\" 업로드가 실패함",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount}개 폴더"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount}개 파일"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1개 파일과 {folderCount}개 폴더"],
diff --git a/apps/files/l10n/mk.js b/apps/files/l10n/mk.js
index 5711175314a..edb6a3c75c0 100644
--- a/apps/files/l10n/mk.js
+++ b/apps/files/l10n/mk.js
@@ -169,9 +169,13 @@ OC.L10N.register(
"The ownership transfer of {path} from {user} has completed." : "Трансферот на сопственост на {path} од {user} е комплетиран.",
"in %s" : "во %s",
"File Management" : "Датотеки",
+ "Current directory path" : "Патека до оваа папка",
"Reload current directory" : "Превчитај ја повторно моменталната папка",
"Go to the \"{dir}\" directory" : "Оди до \"{dir}\" папката",
+ "Drag and drop files here to upload" : "Повлечи и испушти датотеки за прикачување",
+ "Your have used your space quota and cannot upload files anymore" : "Го имате искористено лимитот на просторот за прикачување и повеќе неможете да прикачувате датотеки",
"You don’t have permission to upload or create files here" : "Немате дозвола да прикачувате или да креирате датотеки",
+ "Upload successful" : "Успешно прикачување",
"\"{displayName}\" action executed successfully" : "\"{displayName}\" акцијата е успешно извршена",
"\"{displayName}\" action failed" : "\"{displayName}\" акцијата не успеа",
"Select the row for {displayName}" : "Избери ред за {displayName}",
@@ -182,12 +186,15 @@ OC.L10N.register(
"Download file {name}" : "Преземи датотека {name}",
"\"{name}\" is not an allowed filetype." : "\"{name}\" не е дозволен вид на датотека.",
"{newName} already exists." : "{newName} веќе постои.",
+ "\"{char}\" is not allowed inside a file name." : "карактерот \"{char}\" не е дозволен во име на датотека.",
"Name cannot be empty" : "Името неможе да биде празно",
"Another entry with the same name already exists" : "Друг запис со исто име веќе постои",
"Renamed \"{oldName}\" to \"{newName}\"" : "Преименувано \"{oldName}\" во \"{newName}\"",
"Could not rename \"{oldName}\", it does not exist any more" : "Неможе да се преименува \"{oldName}\", не постои повеќе",
"The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Името \"{newName}\" веќе се користи во папката \"{dir}\". Ве молиме изберете друго име.",
"Could not rename \"{oldName}\"" : "Неможе да се преименува \"{oldName}\"",
+ "Could not copy {file}. {message}" : "Неможе да се копира {file}. {message}",
+ "Could not move {file}. {message}" : "Неможе да се премести {file}. {message}",
"Total rows summary" : "Резиме на вкупно редови",
"Select all" : "Избери се",
"Unselect all" : "Од-означи се",
@@ -195,6 +202,7 @@ OC.L10N.register(
"\"{displayName}\" batch action executed successfully" : "\"{displayName}\" сериската акцијата е успешно извршена",
"{summaryFile} and {summaryFolder}" : "{summaryFile} и {summaryFolder}",
"List of files and folders." : "Листа на датотеки и папки.",
+ "Column headers with buttons are sortable." : "Насловите на колоните со копчиња се сортираат.",
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Оваа листа не е целосно прикажана поради заштеда на перформанси. Датотеките ќе се прикажуваат додека се движите низ листата.",
"File not found" : "Датотеката не е пронајдена",
"_{count} file_::_{count} files_" : ["{count} датотека","{count} датотеки"],
@@ -216,6 +224,7 @@ OC.L10N.register(
"Ownership transfer request sent" : "Испратено барање за трансфер на сопственост",
"Cannot transfer ownership of a file or folder you do not own" : "Неможете да направите трансвер на сопственот на папка која не е ваша",
"Select file or folder to link to" : "Изберете датотека или папка за линк до",
+ "Choose file" : "Избери датотека",
"Choose {file}" : "Избери {file}",
"Add" : "Додади",
"Loading current folder" : "Вчитување на моменталната папка",
@@ -226,6 +235,10 @@ OC.L10N.register(
"Share" : "Сподели",
"Shared by link" : "Споделено со линк",
"Shared" : "Споделено",
+ "Switch to list view" : "Прикажи поглед во листа",
+ "Switch to grid view" : "Прикажи поглед во мрежа",
+ "Error during upload: {message}" : "Грешка при прикачување: {message}",
+ "Unknown error during upload" : "Непозната грешка при прикачување",
"Open the files app settings" : "Отвори ги параметрите за датотеките",
"Files settings" : "Параметри за датотеки",
"File cannot be accessed" : "Неможе да се пристапи до датотеката",
@@ -233,8 +246,10 @@ OC.L10N.register(
"Sort favorites first" : "Прво омилените",
"Show hidden files" : "Прикажи сокриени датотеки",
"Crop image previews" : "Исечи ја сликата за преглед",
+ "Enable the grid view" : "Овозможи поглед во мрежа",
"Additional settings" : "Дополнителни параметри",
"WebDAV" : "WebDAV",
+ "WebDAV URL" : "WebDAV адреса",
"Copy to clipboard" : "Копирај во клипборд",
"Use this address to access your Files via WebDAV" : "Користи ја оваа адреса за пристап до вашите датотеки преку WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Ако имате овозможено 2FA, мора да креирате и користите нова лозинка за апликација со кликнување овде.",
@@ -249,8 +264,16 @@ OC.L10N.register(
"Blank" : "Празно",
"Unable to create new file from template" : "Неможе да се креира датотека од шаблон",
"Delete permanently" : "Избриши",
+ "Destination is not a folder" : "Дестинацијата не е папка",
+ "This file/folder is already in that directory" : "Оваа папка/датотека се наоѓа веќе во таа папка",
+ "You cannot move a file/folder onto itself or into a subfolder of itself" : "Неможете да преместите датотека/папка во себеси или во подпапка во себеси",
+ "A file or folder with that name already exists in this folder" : "Датотека или папка со тоа име веќе постои во оваа папка",
+ "The files is locked" : "Датотекатите се заклучени",
+ "The file does not exist anymore" : "Датотеката не постои",
+ "Choose destination" : "Избери дестинација",
"Copy to {target}" : "Копирај во {target}",
"Move to {target}" : "Премести во {target}",
+ "Cancelled move or copy operation" : "Откажана операција на копирање или преместување",
"Open folder {displayName}" : "Отвори папка {displayName}",
"Open in Files" : "Отвори во датотеките",
"Open details" : "Отвори детали",
@@ -258,6 +281,13 @@ OC.L10N.register(
"Templates" : "Шаблони",
"Unable to initialize the templates directory" : "Не може да се иницијализира папка за шаблони",
"Created new folder \"{name}\"" : "Креирана нова папка \"{name}\"",
+ "One of the dropped files could not be processed" : "Една од испуштените датотеки неможе да се процесоира",
+ "Uploading \"{filename}\" failed" : "Неуспешно прикашување \"{filename}\"",
+ "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} папка","{folderCount} папки"],
+ "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} датотека","{fileCount} датотеки"],
+ "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 датотека и {folderCount} папки","1 датотека и {folderCount} папки"],
+ "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} датотека и 1 папка","{fileCount} датотеки и 1 папка"],
+ "{fileCount} files and {folderCount} folders" : "{fileCount} датотеки и {folderCount} папки",
"List of favorites files and folders." : "Листа на омилени датотеки и папки.",
"No favorites yet" : "Сеуште нема фаворити",
"Files and folders you mark as favorite will show up here" : "Датотеките и папките кои ќе ги означите како чести, ќе се појават тука",
@@ -292,6 +322,7 @@ OC.L10N.register(
"This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Оваа листа не е целосно прикажана поради заштеда на перформанси. Датотеките ќе се прикажуваат додека се движите низ листата.",
"Search for an account" : "Пребарај сметка",
"Choose" : "Избери",
- "No files or folders have been deleted yet" : "Нема датотеки или папки што се избришани"
+ "No files or folders have been deleted yet" : "Нема датотеки или папки што се избришани",
+ "Chose destination" : "Избери дестинација"
},
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");
diff --git a/apps/files/l10n/mk.json b/apps/files/l10n/mk.json
index 2a20063b023..de246571fa1 100644
--- a/apps/files/l10n/mk.json
+++ b/apps/files/l10n/mk.json
@@ -167,9 +167,13 @@
"The ownership transfer of {path} from {user} has completed." : "Трансферот на сопственост на {path} од {user} е комплетиран.",
"in %s" : "во %s",
"File Management" : "Датотеки",
+ "Current directory path" : "Патека до оваа папка",
"Reload current directory" : "Превчитај ја повторно моменталната папка",
"Go to the \"{dir}\" directory" : "Оди до \"{dir}\" папката",
+ "Drag and drop files here to upload" : "Повлечи и испушти датотеки за прикачување",
+ "Your have used your space quota and cannot upload files anymore" : "Го имате искористено лимитот на просторот за прикачување и повеќе неможете да прикачувате датотеки",
"You don’t have permission to upload or create files here" : "Немате дозвола да прикачувате или да креирате датотеки",
+ "Upload successful" : "Успешно прикачување",
"\"{displayName}\" action executed successfully" : "\"{displayName}\" акцијата е успешно извршена",
"\"{displayName}\" action failed" : "\"{displayName}\" акцијата не успеа",
"Select the row for {displayName}" : "Избери ред за {displayName}",
@@ -180,12 +184,15 @@
"Download file {name}" : "Преземи датотека {name}",
"\"{name}\" is not an allowed filetype." : "\"{name}\" не е дозволен вид на датотека.",
"{newName} already exists." : "{newName} веќе постои.",
+ "\"{char}\" is not allowed inside a file name." : "карактерот \"{char}\" не е дозволен во име на датотека.",
"Name cannot be empty" : "Името неможе да биде празно",
"Another entry with the same name already exists" : "Друг запис со исто име веќе постои",
"Renamed \"{oldName}\" to \"{newName}\"" : "Преименувано \"{oldName}\" во \"{newName}\"",
"Could not rename \"{oldName}\", it does not exist any more" : "Неможе да се преименува \"{oldName}\", не постои повеќе",
"The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Името \"{newName}\" веќе се користи во папката \"{dir}\". Ве молиме изберете друго име.",
"Could not rename \"{oldName}\"" : "Неможе да се преименува \"{oldName}\"",
+ "Could not copy {file}. {message}" : "Неможе да се копира {file}. {message}",
+ "Could not move {file}. {message}" : "Неможе да се премести {file}. {message}",
"Total rows summary" : "Резиме на вкупно редови",
"Select all" : "Избери се",
"Unselect all" : "Од-означи се",
@@ -193,6 +200,7 @@
"\"{displayName}\" batch action executed successfully" : "\"{displayName}\" сериската акцијата е успешно извршена",
"{summaryFile} and {summaryFolder}" : "{summaryFile} и {summaryFolder}",
"List of files and folders." : "Листа на датотеки и папки.",
+ "Column headers with buttons are sortable." : "Насловите на колоните со копчиња се сортираат.",
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Оваа листа не е целосно прикажана поради заштеда на перформанси. Датотеките ќе се прикажуваат додека се движите низ листата.",
"File not found" : "Датотеката не е пронајдена",
"_{count} file_::_{count} files_" : ["{count} датотека","{count} датотеки"],
@@ -214,6 +222,7 @@
"Ownership transfer request sent" : "Испратено барање за трансфер на сопственост",
"Cannot transfer ownership of a file or folder you do not own" : "Неможете да направите трансвер на сопственот на папка која не е ваша",
"Select file or folder to link to" : "Изберете датотека или папка за линк до",
+ "Choose file" : "Избери датотека",
"Choose {file}" : "Избери {file}",
"Add" : "Додади",
"Loading current folder" : "Вчитување на моменталната папка",
@@ -224,6 +233,10 @@
"Share" : "Сподели",
"Shared by link" : "Споделено со линк",
"Shared" : "Споделено",
+ "Switch to list view" : "Прикажи поглед во листа",
+ "Switch to grid view" : "Прикажи поглед во мрежа",
+ "Error during upload: {message}" : "Грешка при прикачување: {message}",
+ "Unknown error during upload" : "Непозната грешка при прикачување",
"Open the files app settings" : "Отвори ги параметрите за датотеките",
"Files settings" : "Параметри за датотеки",
"File cannot be accessed" : "Неможе да се пристапи до датотеката",
@@ -231,8 +244,10 @@
"Sort favorites first" : "Прво омилените",
"Show hidden files" : "Прикажи сокриени датотеки",
"Crop image previews" : "Исечи ја сликата за преглед",
+ "Enable the grid view" : "Овозможи поглед во мрежа",
"Additional settings" : "Дополнителни параметри",
"WebDAV" : "WebDAV",
+ "WebDAV URL" : "WebDAV адреса",
"Copy to clipboard" : "Копирај во клипборд",
"Use this address to access your Files via WebDAV" : "Користи ја оваа адреса за пристап до вашите датотеки преку WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Ако имате овозможено 2FA, мора да креирате и користите нова лозинка за апликација со кликнување овде.",
@@ -247,8 +262,16 @@
"Blank" : "Празно",
"Unable to create new file from template" : "Неможе да се креира датотека од шаблон",
"Delete permanently" : "Избриши",
+ "Destination is not a folder" : "Дестинацијата не е папка",
+ "This file/folder is already in that directory" : "Оваа папка/датотека се наоѓа веќе во таа папка",
+ "You cannot move a file/folder onto itself or into a subfolder of itself" : "Неможете да преместите датотека/папка во себеси или во подпапка во себеси",
+ "A file or folder with that name already exists in this folder" : "Датотека или папка со тоа име веќе постои во оваа папка",
+ "The files is locked" : "Датотекатите се заклучени",
+ "The file does not exist anymore" : "Датотеката не постои",
+ "Choose destination" : "Избери дестинација",
"Copy to {target}" : "Копирај во {target}",
"Move to {target}" : "Премести во {target}",
+ "Cancelled move or copy operation" : "Откажана операција на копирање или преместување",
"Open folder {displayName}" : "Отвори папка {displayName}",
"Open in Files" : "Отвори во датотеките",
"Open details" : "Отвори детали",
@@ -256,6 +279,13 @@
"Templates" : "Шаблони",
"Unable to initialize the templates directory" : "Не може да се иницијализира папка за шаблони",
"Created new folder \"{name}\"" : "Креирана нова папка \"{name}\"",
+ "One of the dropped files could not be processed" : "Една од испуштените датотеки неможе да се процесоира",
+ "Uploading \"{filename}\" failed" : "Неуспешно прикашување \"{filename}\"",
+ "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} папка","{folderCount} папки"],
+ "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} датотека","{fileCount} датотеки"],
+ "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 датотека и {folderCount} папки","1 датотека и {folderCount} папки"],
+ "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} датотека и 1 папка","{fileCount} датотеки и 1 папка"],
+ "{fileCount} files and {folderCount} folders" : "{fileCount} датотеки и {folderCount} папки",
"List of favorites files and folders." : "Листа на омилени датотеки и папки.",
"No favorites yet" : "Сеуште нема фаворити",
"Files and folders you mark as favorite will show up here" : "Датотеките и папките кои ќе ги означите како чести, ќе се појават тука",
@@ -290,6 +320,7 @@
"This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Оваа листа не е целосно прикажана поради заштеда на перформанси. Датотеките ќе се прикажуваат додека се движите низ листата.",
"Search for an account" : "Пребарај сметка",
"Choose" : "Избери",
- "No files or folders have been deleted yet" : "Нема датотеки или папки што се избришани"
+ "No files or folders have been deleted yet" : "Нема датотеки или папки што се избришани",
+ "Chose destination" : "Избери дестинација"
},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"
} \ No newline at end of file