Compare commits

...

14 Commits

Author SHA1 Message Date
nextcloud-command 88a622bd3e chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-04-29 14:04:21 +00:00
fenn-cs 88b8261b6e fix(sharingDetails): Show correct share target
The share details page should show the target email or user/server to which

the user is creating the share.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>

[skip ci]
2024-04-29 14:54:13 +01:00
Ferdinand Thiessen eb542c3b07 fix(files_sharing): Add one string for every share type to not assume any language
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-29 14:54:13 +01:00
Côme Chilliet 369247338b
Merge pull request #44500 from nextcloud/backport/44484/stable28
[stable28] fix(share): Send correct share attributes upon share creation
2024-04-29 15:25:21 +02:00
Simon L 5b72d48cff
Merge pull request #45039 from nextcloud/backport/45035/stable28
[stable28] fix: chunked upload leading to 0-byte files
2024-04-29 12:57:45 +02:00
Simon L. c1a90cbfb9 fix: chunked upload leading to 0-byte files
Signed-off-by: Simon L <szaimen@e.mail.de>
2024-04-29 11:10:28 +02:00
Nextcloud bot 0d64cff139
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-29 00:20:55 +00:00
Nextcloud bot b12b6ba6c3
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-28 00:20:34 +00:00
Nextcloud bot 4be7b83426
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-27 00:20:28 +00:00
nextcloud-command a37aa0333c chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-04-26 21:48:48 +00:00
fenn-cs bbb28fd483 fix(share): Send correct share attributes upon share creation
- Send correct share attributes (`share.attributes`) to server upon creation.

- Delete parts of code that create or reference, `share.hasDownloadPermission`

(Not required by Share API)

Resolves : https://github.com/nextcloud/server/issues/44131

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
2024-04-26 20:59:57 +01:00
Nextcloud bot 4006d9961e
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-26 00:21:20 +00:00
Benjamin Gaussorgues 0d911312f5
Merge pull request #45005 from nextcloud/release/28.0.5 2024-04-25 10:28:10 +02:00
Benjamin Gaussorgues 813d4650d5
build(hub): 28.0.5
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2024-04-24 09:43:08 +02:00
140 changed files with 559 additions and 257 deletions

View File

@ -102,10 +102,8 @@
# Here are more information about the issue:
# - https://docs.cyberduck.io/mountainduck/issues/fastcgi/
# - https://docs.nextcloud.com/server/latest/admin_manual/issues/general_troubleshooting.html#troubleshooting-webdav
<IfModule setenvif.c>
<Location "/remote.php">
SetEnvIf Transfer-Encoding "chunked" proxy-sendcl=1
</Location>
<IfModule mod_setenvif.c>
SetEnvIf Transfer-Encoding "chunked" proxy-sendcl=1
</IfModule>
AddDefaultCharset utf-8

View File

@ -3,6 +3,8 @@ OC.L10N.register(
{
"Recently contacted" : "Ostatnio skontaktowano się",
"Contacts Interaction" : "Interakcja kontaktów",
"Manages interaction between accounts and contacts" : "Zarządza interakcją pomiędzy kontami i kontaktami",
"Collect data about accounts and contacts interactions and provide an address book for the data" : "Zbieraj dane o kontach i interakcjach kontaktów oraz udostępniaj książkę adresową dla danych",
"Manages interaction between users and contacts" : "Zarządza interakcją między użytkownikami i kontaktami",
"Collect data about user and contacts interactions and provide an address book for the data" : "Zbieraj dane o interakcjach użytkowników i kontaktów oraz udostępniaj książkę adresową dla tych danych."
},

View File

@ -1,6 +1,8 @@
{ "translations": {
"Recently contacted" : "Ostatnio skontaktowano się",
"Contacts Interaction" : "Interakcja kontaktów",
"Manages interaction between accounts and contacts" : "Zarządza interakcją pomiędzy kontami i kontaktami",
"Collect data about accounts and contacts interactions and provide an address book for the data" : "Zbieraj dane o kontach i interakcjach kontaktów oraz udostępniaj książkę adresową dla danych",
"Manages interaction between users and contacts" : "Zarządza interakcją między użytkownikami i kontaktami",
"Collect data about user and contacts interactions and provide an address book for the data" : "Zbieraj dane o interakcjach użytkowników i kontaktów oraz udostępniaj książkę adresową dla tych danych."
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"

View File

@ -87,10 +87,10 @@ OC.L10N.register(
"Attendees:" : "Participants :",
"Title:" : "Titre :",
"Time:" : "Heure :",
"Location:" : "Localisation :",
"Location:" : "Lieu :",
"Link:" : "Lien :",
"Accept" : "Accepter",
"Decline" : "Refuser",
"Decline" : "Décliner",
"More options …" : "Plus d'options…",
"More options at %s" : "Plus d'options à %s",
"Contacts" : "Contacts",

View File

@ -85,10 +85,10 @@
"Attendees:" : "Participants :",
"Title:" : "Titre :",
"Time:" : "Heure :",
"Location:" : "Localisation :",
"Location:" : "Lieu :",
"Link:" : "Lien :",
"Accept" : "Accepter",
"Decline" : "Refuser",
"Decline" : "Décliner",
"More options …" : "Plus d'options…",
"More options at %s" : "Plus d'options à %s",
"Contacts" : "Contacts",

View File

@ -13,6 +13,8 @@ OC.L10N.register(
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Wysłano żądanie Udostępniania Federacyjnego, otrzymasz zaproszenie. Sprawdzaj swoje powiadomienia.",
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Nie można ustanowić udostępniania federacyjnego. Wygląda na to, że serwer wybrany do udostępnienia jest zbyt stary (Nextcloud <= 9).",
"It is not allowed to send federated group shares from this server." : "Niedozwolone jest wysyłanie grupowych udostępnień federacyjnych z tego serwera.",
"Sharing %1$s failed, because this item is already shared with the account %2$s" : "Udostępnianie %1$s nie powiodło się, ponieważ ten element został już udostępniony kontu %2$s",
"Not allowed to create a federated share to the same account" : "Niedozwolone jest tworzenie udziału federacyjnego na tym samym koncie",
"Federated shares require read permissions" : "Udostępnienia federacyjne wymagają uprawnień do odczytu",
"File is already shared with %s" : "Plik jest już udostępniony dla %s",
"Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "Udostępnianie %1$s nie powiodło się, nie można odnaleźć %2$s, być może serwer jest nieosiągalny lub używa certyfikatu z podpisem własnym.",
@ -26,6 +28,13 @@ OC.L10N.register(
"Sharing" : "Udostępnianie",
"Federated file sharing" : "Udostępnianie federacyjne plików",
"Provide federated file sharing across servers" : "Zezwól na udostępnianie federacyjne plików na serwerach",
"Adjust how people can share between servers. This includes shares between people on this server as well if they are using federated sharing." : "Dostosuj sposób udostępniania między serwerami. Obejmuje to również udostępnianie między ludźmi na tym serwerze, jeśli korzystają z udostępniania federacyjnego.",
"Allow people on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Zezwalaj ludziom na tym serwerze na wysłanie udostępnień do innych serwerów (opcja ta umożliwia również dostęp WebDAV do udostępnień publicznych)",
"Allow people on this server to receive shares from other servers" : "Zezwalaj osobom na tym serwerze na otrzymywanie współdzielenia z innych serwerów",
"Allow people on this server to send shares to groups on other servers" : "Zezwalaj osobom na tym serwerze na wysyłanie współdzielenia do grup na innych serwerach",
"Allow people on this server to receive group shares from other servers" : "Zezwalaj osobom na tym serwerze na otrzymywanie współdzielenia grupowego z innych serwerów",
"Search global and public address book for people" : "Przeszukuj globalną i publiczną książkę adresową osób",
"Allow people to publish their data to a global and public address book" : "Pozwól ludziom publikować swoje dane w globalnej i publicznej książce adresowej",
"Unable to update federated files sharing config" : "Nie można zaktualizować konfiguracji udostępniania federacyjnego plików",
"Federated Cloud" : "Chmura Federacyjna",
"You can share with anyone who uses a Nextcloud server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "Możesz udostępniać każdemu, kto używa serwera Nextcloud lub innych serwerów i usług kompatybilnych z Open Cloud Mesh (OCM). Wystarczy, że wpiszesz ID Chmury Federacyjnej w oknie udostępniania, według przykładu: osoba@chmura.przykładowa.com",

View File

@ -11,6 +11,8 @@
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Wysłano żądanie Udostępniania Federacyjnego, otrzymasz zaproszenie. Sprawdzaj swoje powiadomienia.",
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Nie można ustanowić udostępniania federacyjnego. Wygląda na to, że serwer wybrany do udostępnienia jest zbyt stary (Nextcloud <= 9).",
"It is not allowed to send federated group shares from this server." : "Niedozwolone jest wysyłanie grupowych udostępnień federacyjnych z tego serwera.",
"Sharing %1$s failed, because this item is already shared with the account %2$s" : "Udostępnianie %1$s nie powiodło się, ponieważ ten element został już udostępniony kontu %2$s",
"Not allowed to create a federated share to the same account" : "Niedozwolone jest tworzenie udziału federacyjnego na tym samym koncie",
"Federated shares require read permissions" : "Udostępnienia federacyjne wymagają uprawnień do odczytu",
"File is already shared with %s" : "Plik jest już udostępniony dla %s",
"Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "Udostępnianie %1$s nie powiodło się, nie można odnaleźć %2$s, być może serwer jest nieosiągalny lub używa certyfikatu z podpisem własnym.",
@ -24,6 +26,13 @@
"Sharing" : "Udostępnianie",
"Federated file sharing" : "Udostępnianie federacyjne plików",
"Provide federated file sharing across servers" : "Zezwól na udostępnianie federacyjne plików na serwerach",
"Adjust how people can share between servers. This includes shares between people on this server as well if they are using federated sharing." : "Dostosuj sposób udostępniania między serwerami. Obejmuje to również udostępnianie między ludźmi na tym serwerze, jeśli korzystają z udostępniania federacyjnego.",
"Allow people on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Zezwalaj ludziom na tym serwerze na wysłanie udostępnień do innych serwerów (opcja ta umożliwia również dostęp WebDAV do udostępnień publicznych)",
"Allow people on this server to receive shares from other servers" : "Zezwalaj osobom na tym serwerze na otrzymywanie współdzielenia z innych serwerów",
"Allow people on this server to send shares to groups on other servers" : "Zezwalaj osobom na tym serwerze na wysyłanie współdzielenia do grup na innych serwerach",
"Allow people on this server to receive group shares from other servers" : "Zezwalaj osobom na tym serwerze na otrzymywanie współdzielenia grupowego z innych serwerów",
"Search global and public address book for people" : "Przeszukuj globalną i publiczną książkę adresową osób",
"Allow people to publish their data to a global and public address book" : "Pozwól ludziom publikować swoje dane w globalnej i publicznej książce adresowej",
"Unable to update federated files sharing config" : "Nie można zaktualizować konfiguracji udostępniania federacyjnego plików",
"Federated Cloud" : "Chmura Federacyjna",
"You can share with anyone who uses a Nextcloud server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "Możesz udostępniać każdemu, kto używa serwera Nextcloud lub innych serwerów i usług kompatybilnych z Open Cloud Mesh (OCM). Wystarczy, że wpiszesz ID Chmury Federacyjnej w oknie udostępniania, według przykładu: osoba@chmura.przykładowa.com",

View File

@ -7,6 +7,9 @@ OC.L10N.register(
"Could not add server" : "Nie można dodać serwera",
"Trusted servers" : "Zaufane serwery",
"Federation" : "Federacja",
"Federation allows you to connect with other trusted servers to exchange the account directory." : "Federacja umożliwia łączenie się z innymi zaufanymi serwerami w celu wymiany katalogu kont.",
"Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing." : "Federacja umożliwia łączenie się z innymi zaufanymi serwerami w celu wymiany katalogu kont. Na przykład będzie to używane do automatycznego uzupełniania kont zewnętrznych na potrzeby udostępniania federacyjnego.",
"Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "Federacja umożliwia łączenie się z innymi zaufanymi serwerami w celu wymiany katalogu kont. Na przykład zostanie to użyte do automatycznego uzupełniania dla zewnętrznych kont przy udostępnianiu federacyjnym. Nie jest konieczne dodawanie serwera jako serwera zaufanego w celu utworzenia udostępnienia federacyjnego.",
"+ Add trusted server" : "+ Dodaj zaufany serwer",
"Trusted server" : "Zaufany serwer",
"Add" : "Dodaj",

View File

@ -5,6 +5,9 @@
"Could not add server" : "Nie można dodać serwera",
"Trusted servers" : "Zaufane serwery",
"Federation" : "Federacja",
"Federation allows you to connect with other trusted servers to exchange the account directory." : "Federacja umożliwia łączenie się z innymi zaufanymi serwerami w celu wymiany katalogu kont.",
"Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing." : "Federacja umożliwia łączenie się z innymi zaufanymi serwerami w celu wymiany katalogu kont. Na przykład będzie to używane do automatycznego uzupełniania kont zewnętrznych na potrzeby udostępniania federacyjnego.",
"Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "Federacja umożliwia łączenie się z innymi zaufanymi serwerami w celu wymiany katalogu kont. Na przykład zostanie to użyte do automatycznego uzupełniania dla zewnętrznych kont przy udostępnianiu federacyjnym. Nie jest konieczne dodawanie serwera jako serwera zaufanego w celu utworzenia udostępnienia federacyjnego.",
"+ Add trusted server" : "+ Dodaj zaufany serwer",
"Trusted server" : "Zaufany serwer",
"Add" : "Dodaj",

View File

@ -197,6 +197,7 @@ OC.L10N.register(
"Toggle selection for all files and folders" : "모든 파일 선택/선택해제",
"\"{displayName}\" failed on some elements " : "\"{displayName}\" 이 일부 요소들에서 실패함",
"\"{displayName}\" batch action executed successfully" : "\"{displayName}\" 일괄 작업을 성공적으로 실행함",
"{count} selected" : "{count}개 선택됨",
"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." : "성능 상의 이유로 목록을 전부 표시하지 않았습니다. 목록을 탐색하면 파일들이 표시됩니다.",
@ -296,9 +297,17 @@ OC.L10N.register(
"New template folder" : "새 템플릿 폴더",
"Search in folder: {folder}" : "폴더에서 검색: {folder}",
"One of the dropped files could not be processed" : "드롭한 파일 중 하나를 처리할 수 없습니다",
"Your browser does not support the Filesystem API. Directories will not be uploaded" : "이 브라우저는 Filesystem API를 지원하지 않습니다. 디렉토리가 업로드 되지 않을 것입니다.",
"No files to upload" : "업로드할 파일이 없음",
"Unable to create the directory {directory}" : "디렉토리 {directory}을(를) 생성할 수 없음",
"Some files could not be uploaded" : "일부 파일을 업로드할 수 없었습니다.",
"Files uploaded successfully" : "파일을 성공적으로 업로드했습니다.",
"No files to process" : "처리할 파일이 없음",
"Some files could not be copied" : "일부 파일을 복사할 수 없음",
"Some files could not be moved" : "일부 파일을 이동할 수 없음",
"Files copied successfully" : "파일을 성공적으로 복사함",
"Files moved successfully" : "파일을 성공적으로 이동함",
"Upload cancelled" : "업로드가 취소됨",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount}개 폴더"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount}개 파일"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1개 파일과 {folderCount}개 폴더"],

View File

@ -195,6 +195,7 @@
"Toggle selection for all files and folders" : "모든 파일 선택/선택해제",
"\"{displayName}\" failed on some elements " : "\"{displayName}\" 이 일부 요소들에서 실패함",
"\"{displayName}\" batch action executed successfully" : "\"{displayName}\" 일괄 작업을 성공적으로 실행함",
"{count} selected" : "{count}개 선택됨",
"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." : "성능 상의 이유로 목록을 전부 표시하지 않았습니다. 목록을 탐색하면 파일들이 표시됩니다.",
@ -294,9 +295,17 @@
"New template folder" : "새 템플릿 폴더",
"Search in folder: {folder}" : "폴더에서 검색: {folder}",
"One of the dropped files could not be processed" : "드롭한 파일 중 하나를 처리할 수 없습니다",
"Your browser does not support the Filesystem API. Directories will not be uploaded" : "이 브라우저는 Filesystem API를 지원하지 않습니다. 디렉토리가 업로드 되지 않을 것입니다.",
"No files to upload" : "업로드할 파일이 없음",
"Unable to create the directory {directory}" : "디렉토리 {directory}을(를) 생성할 수 없음",
"Some files could not be uploaded" : "일부 파일을 업로드할 수 없었습니다.",
"Files uploaded successfully" : "파일을 성공적으로 업로드했습니다.",
"No files to process" : "처리할 파일이 없음",
"Some files could not be copied" : "일부 파일을 복사할 수 없음",
"Some files could not be moved" : "일부 파일을 이동할 수 없음",
"Files copied successfully" : "파일을 성공적으로 복사함",
"Files moved successfully" : "파일을 성공적으로 이동함",
"Upload cancelled" : "업로드가 취소됨",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount}개 폴더"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount}개 파일"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1개 파일과 {folderCount}개 폴더"],

View File

@ -197,6 +197,7 @@ OC.L10N.register(
"Toggle selection for all files and folders" : "Przełącz zaznaczenie dla wszystkich plików i katalogów",
"\"{displayName}\" failed on some elements " : "\"{displayName}\" nie powiodło się w przypadku niektórych elementów",
"\"{displayName}\" batch action executed successfully" : "Akcja wsadowa \"{displayName}\" została wykonana pomyślnie",
"{count} selected" : "wybrano {count}",
"List of files and folders." : "Lista plików i katalogów.",
"Column headers with buttons are sortable." : "Nagłówki kolumn z przyciskami są sortowalne.",
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Ta lista nie jest w pełni renderowana ze względu na wydajność. Pliki będą renderowane podczas poruszania się po liście.",
@ -293,12 +294,22 @@ OC.L10N.register(
"Unable to initialize the templates directory" : "Nie można zainicjować katalogu szablonów",
"Create new templates folder" : "Stwórz nowy folder z szablonami",
"Templates" : "Szablony",
"New template folder" : "Nowy katalog szablonów",
"In folder" : "W katalogu",
"Search in folder: {folder}" : "Szukaj w katalogu: {folder}",
"One of the dropped files could not be processed" : "Jeden z upuszczonych plików nie mógł być przetworzony",
"Your browser does not support the Filesystem API. Directories will not be uploaded" : "Twoja przeglądarka nie obsługuje interfejsu API systemu plików. Katalogi nie zostaną przesłane",
"No files to upload" : "Brak plików do przesłania",
"Unable to create the directory {directory}" : "Nie można utworzyć katalogu {directory}",
"Some files could not be uploaded" : "Nie udało się wysłać niektórych plików",
"Files uploaded successfully" : "Pliki przesłane pomyślnie",
"No files to process" : "Brak plików do przetworzenia",
"Some files could not be copied" : "Nie udało się skopiować niektórych plików",
"Some files could not be moved" : "Niektóre pliki nie mogły zostać przeniesione",
"Files copied successfully" : "Pliki skopiowane pomyślnie",
"Files moved successfully" : "Pliki zostały przeniesione pomyślnie",
"Conflicts resolution skipped" : "Pominięto rozwiązywanie konfliktów",
"Upload cancelled" : "Anulowano przesyłanie",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} katalog","{folderCount} katalogi","{folderCount} katalogów","{folderCount} katalogów"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} plik","{fileCount} pliki","{fileCount} plików","{fileCount} plików"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 plik i {folderCount} katalog","1 plik i {folderCount} katalogi","1 plik i {folderCount} katalogów","1 plik i {folderCount} katalogów"],

View File

@ -195,6 +195,7 @@
"Toggle selection for all files and folders" : "Przełącz zaznaczenie dla wszystkich plików i katalogów",
"\"{displayName}\" failed on some elements " : "\"{displayName}\" nie powiodło się w przypadku niektórych elementów",
"\"{displayName}\" batch action executed successfully" : "Akcja wsadowa \"{displayName}\" została wykonana pomyślnie",
"{count} selected" : "wybrano {count}",
"List of files and folders." : "Lista plików i katalogów.",
"Column headers with buttons are sortable." : "Nagłówki kolumn z przyciskami są sortowalne.",
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Ta lista nie jest w pełni renderowana ze względu na wydajność. Pliki będą renderowane podczas poruszania się po liście.",
@ -291,12 +292,22 @@
"Unable to initialize the templates directory" : "Nie można zainicjować katalogu szablonów",
"Create new templates folder" : "Stwórz nowy folder z szablonami",
"Templates" : "Szablony",
"New template folder" : "Nowy katalog szablonów",
"In folder" : "W katalogu",
"Search in folder: {folder}" : "Szukaj w katalogu: {folder}",
"One of the dropped files could not be processed" : "Jeden z upuszczonych plików nie mógł być przetworzony",
"Your browser does not support the Filesystem API. Directories will not be uploaded" : "Twoja przeglądarka nie obsługuje interfejsu API systemu plików. Katalogi nie zostaną przesłane",
"No files to upload" : "Brak plików do przesłania",
"Unable to create the directory {directory}" : "Nie można utworzyć katalogu {directory}",
"Some files could not be uploaded" : "Nie udało się wysłać niektórych plików",
"Files uploaded successfully" : "Pliki przesłane pomyślnie",
"No files to process" : "Brak plików do przetworzenia",
"Some files could not be copied" : "Nie udało się skopiować niektórych plików",
"Some files could not be moved" : "Niektóre pliki nie mogły zostać przeniesione",
"Files copied successfully" : "Pliki skopiowane pomyślnie",
"Files moved successfully" : "Pliki zostały przeniesione pomyślnie",
"Conflicts resolution skipped" : "Pominięto rozwiązywanie konfliktów",
"Upload cancelled" : "Anulowano przesyłanie",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} katalog","{folderCount} katalogi","{folderCount} katalogów","{folderCount} katalogów"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} plik","{fileCount} pliki","{fileCount} plików","{fileCount} plików"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 plik i {folderCount} katalog","1 plik i {folderCount} katalogi","1 plik i {folderCount} katalogów","1 plik i {folderCount} katalogów"],

View File

@ -197,6 +197,7 @@ OC.L10N.register(
"Toggle selection for all files and folders" : "Tüm dosyaları ve klasörleri seç/bırak",
"\"{displayName}\" failed on some elements " : "\"{displayName}\" toplu işlemi bazı bileşenlerde tamamlanamadı",
"\"{displayName}\" batch action executed successfully" : "\"{displayName}\" toplu işlemi tamamlandı",
"{count} selected" : "{count} seçilmiş",
"List of files and folders." : "Dosya ve klasörlerin listesi.",
"Column headers with buttons are sortable." : "Düğmeler olan sütunlar sıralanabilir.",
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Başarımı olumsuz etkilememek için listenin tümü görüntülenmiyor. Listede ilerledikçe dosyalar görüntülenecek.",

View File

@ -195,6 +195,7 @@
"Toggle selection for all files and folders" : "Tüm dosyaları ve klasörleri seç/bırak",
"\"{displayName}\" failed on some elements " : "\"{displayName}\" toplu işlemi bazı bileşenlerde tamamlanamadı",
"\"{displayName}\" batch action executed successfully" : "\"{displayName}\" toplu işlemi tamamlandı",
"{count} selected" : "{count} seçilmiş",
"List of files and folders." : "Dosya ve klasörlerin listesi.",
"Column headers with buttons are sortable." : "Düğmeler olan sütunlar sıralanabilir.",
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Başarımı olumsuz etkilememek için listenin tümü görüntülenmiyor. Listede ilerledikçe dosyalar görüntülenecek.",

View File

@ -65,7 +65,7 @@ OC.L10N.register(
"Manually entered, store in database" : "Manuell eingegeben, in Datenbank speichern",
"RSA public key" : "RSA öffentlicher Schlüssel",
"Public key" : "Öffentlicher Schlüssel",
"RSA private key" : "Privater RSA-Schlüssel",
"RSA private key" : "RSA privater Schlüssel",
"Private key" : "Privater Schlüssel",
"Kerberos default realm, defaults to \"WORKGROUP\"" : "Kerberos-Standard-Realm, standardmäßig „WORKGROUP“",
"Kerberos ticket Apache mode" : "Kerberos-Ticket Apache-Modus",
@ -94,7 +94,7 @@ OC.L10N.register(
"Root" : "Root",
"SFTP with secret key login" : "SFTP mit der Anmeldung über einen geheimen Schlüssel",
"SMB/CIFS" : "SMB/CIFS",
"Share" : "Share",
"Share" : "Teilen",
"Show hidden files" : "Versteckte Dateien anzeigen",
"Case sensitive file system" : "Groß- und Kleinschreibung beachtendes Dateisystem",
"Disabling it will allow to use a case insensitive file system, but comes with a performance penalty" : "Die Deaktivierung ermöglicht die Verwendung eines Dateisystems, bei dem die Groß- und Kleinschreibung keine Rolle spielt, bringt jedoch Leistungseinbußen mit sich.",

View File

@ -63,7 +63,7 @@
"Manually entered, store in database" : "Manuell eingegeben, in Datenbank speichern",
"RSA public key" : "RSA öffentlicher Schlüssel",
"Public key" : "Öffentlicher Schlüssel",
"RSA private key" : "Privater RSA-Schlüssel",
"RSA private key" : "RSA privater Schlüssel",
"Private key" : "Privater Schlüssel",
"Kerberos default realm, defaults to \"WORKGROUP\"" : "Kerberos-Standard-Realm, standardmäßig „WORKGROUP“",
"Kerberos ticket Apache mode" : "Kerberos-Ticket Apache-Modus",
@ -92,7 +92,7 @@
"Root" : "Root",
"SFTP with secret key login" : "SFTP mit der Anmeldung über einen geheimen Schlüssel",
"SMB/CIFS" : "SMB/CIFS",
"Share" : "Share",
"Share" : "Teilen",
"Show hidden files" : "Versteckte Dateien anzeigen",
"Case sensitive file system" : "Groß- und Kleinschreibung beachtendes Dateisystem",
"Disabling it will allow to use a case insensitive file system, but comes with a performance penalty" : "Die Deaktivierung ermöglicht die Verwendung eines Dateisystems, bei dem die Groß- und Kleinschreibung keine Rolle spielt, bringt jedoch Leistungseinbußen mit sich.",

View File

@ -14,7 +14,7 @@ OC.L10N.register(
"Set reminder" : "Erinnerung erstellen",
"Set reminder for \"{fileName}\"" : "Erinnerung für \"{fileName}\" setzen",
"Set reminder at custom date & time" : "Erinnerung für benutzerdefinierten Zeitpunkt und Tag erstellen",
"Reminder set for \"{fileName}\"" : "Erinnerung für \"{filename}\" gesetzt",
"Reminder set for \"{fileName}\"" : "Erinnerung für \"{fileName}\" gesetzt",
"Failed to set reminder" : "Fehler beim Setzen der Erinnerung",
"Reminder cleared for \"{fileName}\"" : "Erinnerung für \"{fileName}\" gelöscht",
"Failed to clear reminder" : "Fehler beim Löschen der Erinnerung",

View File

@ -12,7 +12,7 @@
"Set reminder" : "Erinnerung erstellen",
"Set reminder for \"{fileName}\"" : "Erinnerung für \"{fileName}\" setzen",
"Set reminder at custom date & time" : "Erinnerung für benutzerdefinierten Zeitpunkt und Tag erstellen",
"Reminder set for \"{fileName}\"" : "Erinnerung für \"{filename}\" gesetzt",
"Reminder set for \"{fileName}\"" : "Erinnerung für \"{fileName}\" gesetzt",
"Failed to set reminder" : "Fehler beim Setzen der Erinnerung",
"Reminder cleared for \"{fileName}\"" : "Erinnerung für \"{fileName}\" gelöscht",
"Failed to clear reminder" : "Fehler beim Löschen der Erinnerung",

View File

@ -314,8 +314,6 @@ OC.L10N.register(
"the item was removed" : "تمّ حذف العنصر ",
"the link expired" : "إنتَهَت صلاحية الرابط",
"sharing is disabled" : "المُشارَكة مُعطّلة",
"For more info, please ask the person who sent this link." : "لمزيد من المعلومات، يرجى سؤال الشخص الذي أرسل هذا الرابط",
"Share with remote" : "شارِك مع موقعٍ قَصِي",
"Share with" : "شارِكه مع"
"For more info, please ask the person who sent this link." : "لمزيد من المعلومات، يرجى سؤال الشخص الذي أرسل هذا الرابط"
},
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");

View File

@ -312,8 +312,6 @@
"the item was removed" : "تمّ حذف العنصر ",
"the link expired" : "إنتَهَت صلاحية الرابط",
"sharing is disabled" : "المُشارَكة مُعطّلة",
"For more info, please ask the person who sent this link." : "لمزيد من المعلومات، يرجى سؤال الشخص الذي أرسل هذا الرابط",
"Share with remote" : "شارِك مع موقعٍ قَصِي",
"Share with" : "شارِكه مع"
"For more info, please ask the person who sent this link." : "لمزيد من المعلومات، يرجى سؤال الشخص الذي أرسل هذا الرابط"
},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"
}

View File

@ -314,8 +314,6 @@ OC.L10N.register(
"the item was removed" : "quitóse l'elementu",
"the link expired" : "l'enllaz caducó",
"sharing is disabled" : "la compartición ta desactivada",
"For more info, please ask the person who sent this link." : "Pa consiguir más información, entruga a la persona que t'unvió esti enllaz.",
"Share with remote" : "Compartir en remotu",
"Share with" : "Compartir con"
"For more info, please ask the person who sent this link." : "Pa consiguir más información, entruga a la persona que t'unvió esti enllaz."
},
"nplurals=2; plural=(n != 1);");

View File

@ -312,8 +312,6 @@
"the item was removed" : "quitóse l'elementu",
"the link expired" : "l'enllaz caducó",
"sharing is disabled" : "la compartición ta desactivada",
"For more info, please ask the person who sent this link." : "Pa consiguir más información, entruga a la persona que t'unvió esti enllaz.",
"Share with remote" : "Compartir en remotu",
"Share with" : "Compartir con"
"For more info, please ask the person who sent this link." : "Pa consiguir más información, entruga a la persona que t'unvió esti enllaz."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -314,8 +314,6 @@ OC.L10N.register(
"the item was removed" : "S'ha suprimit l'element.",
"the link expired" : "L'enllaç ha caducat.",
"sharing is disabled" : "S'ha inhabilitat l'ús compartit.",
"For more info, please ask the person who sent this link." : "Per a més informació, contacteu amb qui us hagi enviat l'enllaç.",
"Share with remote" : "Comparteix en remot",
"Share with" : "Comparteix amb"
"For more info, please ask the person who sent this link." : "Per a més informació, contacteu amb qui us hagi enviat l'enllaç."
},
"nplurals=2; plural=(n != 1);");

View File

@ -312,8 +312,6 @@
"the item was removed" : "S'ha suprimit l'element.",
"the link expired" : "L'enllaç ha caducat.",
"sharing is disabled" : "S'ha inhabilitat l'ús compartit.",
"For more info, please ask the person who sent this link." : "Per a més informació, contacteu amb qui us hagi enviat l'enllaç.",
"Share with remote" : "Comparteix en remot",
"Share with" : "Comparteix amb"
"For more info, please ask the person who sent this link." : "Per a més informació, contacteu amb qui us hagi enviat l'enllaç."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -302,8 +302,6 @@ OC.L10N.register(
"the item was removed" : "položka byla odebrána",
"the link expired" : "platnost odkazu skončila",
"sharing is disabled" : "sdílení je vypnuto",
"For more info, please ask the person who sent this link." : "Pokud potřebujete další podrobnosti, obraťte se na osobu, která vám tento odkaz zaslala.",
"Share with remote" : "Nasdílet pro vzdálené",
"Share with" : "Sdílet s"
"For more info, please ask the person who sent this link." : "Pokud potřebujete další podrobnosti, obraťte se na osobu, která vám tento odkaz zaslala."
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");

View File

@ -300,8 +300,6 @@
"the item was removed" : "položka byla odebrána",
"the link expired" : "platnost odkazu skončila",
"sharing is disabled" : "sdílení je vypnuto",
"For more info, please ask the person who sent this link." : "Pokud potřebujete další podrobnosti, obraťte se na osobu, která vám tento odkaz zaslala.",
"Share with remote" : "Nasdílet pro vzdálené",
"Share with" : "Sdílet s"
"For more info, please ask the person who sent this link." : "Pokud potřebujete další podrobnosti, obraťte se na osobu, která vám tento odkaz zaslala."
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
}

View File

@ -197,7 +197,6 @@ OC.L10N.register(
"the item was removed" : "Filen blev fjernet",
"the link expired" : "linket udløb",
"sharing is disabled" : "deling er deaktiveret",
"For more info, please ask the person who sent this link." : "For yderligere information, kontakt venligst personen der sendte linket. ",
"Share with" : "Del med"
"For more info, please ask the person who sent this link." : "For yderligere information, kontakt venligst personen der sendte linket. "
},
"nplurals=2; plural=(n != 1);");

View File

@ -195,7 +195,6 @@
"the item was removed" : "Filen blev fjernet",
"the link expired" : "linket udløb",
"sharing is disabled" : "deling er deaktiveret",
"For more info, please ask the person who sent this link." : "For yderligere information, kontakt venligst personen der sendte linket. ",
"Share with" : "Del med"
"For more info, please ask the person who sent this link." : "For yderligere information, kontakt venligst personen der sendte linket. "
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -296,7 +296,6 @@ OC.L10N.register(
"the item was removed" : "Das Element wurde entfernt",
"the link expired" : "Der Link ist abgelaufen",
"sharing is disabled" : "Teilen ist deaktiviert",
"For more info, please ask the person who sent this link." : "Um nähere Informationen zu erhalten, wende dich bitte an die Person, die dir diesen Link geschickt hat.",
"Share with" : "Teilen mit"
"For more info, please ask the person who sent this link." : "Um nähere Informationen zu erhalten, wende dich bitte an die Person, die dir diesen Link geschickt hat."
},
"nplurals=2; plural=(n != 1);");

View File

@ -294,7 +294,6 @@
"the item was removed" : "Das Element wurde entfernt",
"the link expired" : "Der Link ist abgelaufen",
"sharing is disabled" : "Teilen ist deaktiviert",
"For more info, please ask the person who sent this link." : "Um nähere Informationen zu erhalten, wende dich bitte an die Person, die dir diesen Link geschickt hat.",
"Share with" : "Teilen mit"
"For more info, please ask the person who sent this link." : "Um nähere Informationen zu erhalten, wende dich bitte an die Person, die dir diesen Link geschickt hat."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -314,8 +314,6 @@ OC.L10N.register(
"the item was removed" : "Das Element wurde entfernt",
"the link expired" : "Der Link ist abgelaufen",
"sharing is disabled" : "Teilen ist deaktiviert",
"For more info, please ask the person who sent this link." : "Um nähere Informationen zu erhalten, wenden Sie sich bitte an die Person, die Ihnen diesen Link geschickt hat.",
"Share with remote" : "Mit Entfernten teilen",
"Share with" : "Teilen mit"
"For more info, please ask the person who sent this link." : "Um nähere Informationen zu erhalten, wenden Sie sich bitte an die Person, die Ihnen diesen Link geschickt hat."
},
"nplurals=2; plural=(n != 1);");

View File

@ -312,8 +312,6 @@
"the item was removed" : "Das Element wurde entfernt",
"the link expired" : "Der Link ist abgelaufen",
"sharing is disabled" : "Teilen ist deaktiviert",
"For more info, please ask the person who sent this link." : "Um nähere Informationen zu erhalten, wenden Sie sich bitte an die Person, die Ihnen diesen Link geschickt hat.",
"Share with remote" : "Mit Entfernten teilen",
"Share with" : "Teilen mit"
"For more info, please ask the person who sent this link." : "Um nähere Informationen zu erhalten, wenden Sie sich bitte an die Person, die Ihnen diesen Link geschickt hat."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -288,7 +288,6 @@ OC.L10N.register(
"the item was removed" : "το αντικείμενο απομακρύνθηκε",
"the link expired" : "ο σύνδεσμος έληξε",
"sharing is disabled" : "ο διαμοιρασμός απενεργοποιήθηκε",
"For more info, please ask the person who sent this link." : "Για περισσότερες πληροφορίες, παρακαλούμε ρωτήστε το άτομο που σας έστειλε αυτόν τον σύνδεσμο.",
"Share with" : "Διαμοιρασμός με"
"For more info, please ask the person who sent this link." : "Για περισσότερες πληροφορίες, παρακαλούμε ρωτήστε το άτομο που σας έστειλε αυτόν τον σύνδεσμο."
},
"nplurals=2; plural=(n != 1);");

View File

@ -286,7 +286,6 @@
"the item was removed" : "το αντικείμενο απομακρύνθηκε",
"the link expired" : "ο σύνδεσμος έληξε",
"sharing is disabled" : "ο διαμοιρασμός απενεργοποιήθηκε",
"For more info, please ask the person who sent this link." : "Για περισσότερες πληροφορίες, παρακαλούμε ρωτήστε το άτομο που σας έστειλε αυτόν τον σύνδεσμο.",
"Share with" : "Διαμοιρασμός με"
"For more info, please ask the person who sent this link." : "Για περισσότερες πληροφορίες, παρακαλούμε ρωτήστε το άτομο που σας έστειλε αυτόν τον σύνδεσμο."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -314,8 +314,6 @@ OC.L10N.register(
"the item was removed" : "the item was removed",
"the link expired" : "the link expired",
"sharing is disabled" : "sharing is disabled",
"For more info, please ask the person who sent this link." : "For more info, please ask the person who sent this link.",
"Share with remote" : "Share with remote",
"Share with" : "Share with"
"For more info, please ask the person who sent this link." : "For more info, please ask the person who sent this link."
},
"nplurals=2; plural=(n != 1);");

View File

@ -312,8 +312,6 @@
"the item was removed" : "the item was removed",
"the link expired" : "the link expired",
"sharing is disabled" : "sharing is disabled",
"For more info, please ask the person who sent this link." : "For more info, please ask the person who sent this link.",
"Share with remote" : "Share with remote",
"Share with" : "Share with"
"For more info, please ask the person who sent this link." : "For more info, please ask the person who sent this link."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -203,7 +203,6 @@ OC.L10N.register(
"the item was removed" : "la ero foriĝis",
"the link expired" : "la ligilo eksvalidiĝis",
"sharing is disabled" : "kunhavigo malkapablas",
"For more info, please ask the person who sent this link." : "Por plia informo, bonvolu peti al la persono, kiu sendis ĉi tiun ligilon.",
"Share with" : "Kunhavigi kun"
"For more info, please ask the person who sent this link." : "Por plia informo, bonvolu peti al la persono, kiu sendis ĉi tiun ligilon."
},
"nplurals=2; plural=(n != 1);");

View File

@ -201,7 +201,6 @@
"the item was removed" : "la ero foriĝis",
"the link expired" : "la ligilo eksvalidiĝis",
"sharing is disabled" : "kunhavigo malkapablas",
"For more info, please ask the person who sent this link." : "Por plia informo, bonvolu peti al la persono, kiu sendis ĉi tiun ligilon.",
"Share with" : "Kunhavigi kun"
"For more info, please ask the person who sent this link." : "Por plia informo, bonvolu peti al la persono, kiu sendis ĉi tiun ligilon."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -312,8 +312,6 @@ OC.L10N.register(
"the item was removed" : "el elemento fue eliminado",
"the link expired" : "el enlace caducó",
"sharing is disabled" : "compartir está desactivado",
"For more info, please ask the person who sent this link." : "Para más información, pregunte a la persona que le envió el enlace.",
"Share with remote" : "Compartir con remoto",
"Share with" : "Compartir con"
"For more info, please ask the person who sent this link." : "Para más información, pregunte a la persona que le envió el enlace."
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@ -310,8 +310,6 @@
"the item was removed" : "el elemento fue eliminado",
"the link expired" : "el enlace caducó",
"sharing is disabled" : "compartir está desactivado",
"For more info, please ask the person who sent this link." : "Para más información, pregunte a la persona que le envió el enlace.",
"Share with remote" : "Compartir con remoto",
"Share with" : "Compartir con"
"For more info, please ask the person who sent this link." : "Para más información, pregunte a la persona que le envió el enlace."
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@ -311,8 +311,6 @@ OC.L10N.register(
"the item was removed" : "el elemento fue eliminado",
"the link expired" : "la liga expiró",
"sharing is disabled" : "compartir está deshabilitado",
"For more info, please ask the person who sent this link." : "Para mayores informes, contacta a la persona que le envió esta liga.",
"Share with remote" : "Compartir con remoto",
"Share with" : "Compartir con"
"For more info, please ask the person who sent this link." : "Para mayores informes, contacta a la persona que le envió esta liga."
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@ -309,8 +309,6 @@
"the item was removed" : "el elemento fue eliminado",
"the link expired" : "la liga expiró",
"sharing is disabled" : "compartir está deshabilitado",
"For more info, please ask the person who sent this link." : "Para mayores informes, contacta a la persona que le envió esta liga.",
"Share with remote" : "Compartir con remoto",
"Share with" : "Compartir con"
"For more info, please ask the person who sent this link." : "Para mayores informes, contacta a la persona que le envió esta liga."
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@ -296,7 +296,6 @@ OC.L10N.register(
"the item was removed" : "fitxategia kendu da",
"the link expired" : "esteka iraungi da",
"sharing is disabled" : "partekatzea desgaituta dago",
"For more info, please ask the person who sent this link." : "Informazio gehiagorako, galdetu esteka hau bidali zuen pertsonari",
"Share with" : "Partekatu honekin"
"For more info, please ask the person who sent this link." : "Informazio gehiagorako, galdetu esteka hau bidali zuen pertsonari"
},
"nplurals=2; plural=(n != 1);");

View File

@ -294,7 +294,6 @@
"the item was removed" : "fitxategia kendu da",
"the link expired" : "esteka iraungi da",
"sharing is disabled" : "partekatzea desgaituta dago",
"For more info, please ask the person who sent this link." : "Informazio gehiagorako, galdetu esteka hau bidali zuen pertsonari",
"Share with" : "Partekatu honekin"
"For more info, please ask the person who sent this link." : "Informazio gehiagorako, galdetu esteka hau bidali zuen pertsonari"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -287,7 +287,6 @@ OC.L10N.register(
"the item was removed" : "این مورد حذف شده است",
"the link expired" : "این لینک منقضی شده است",
"sharing is disabled" : "قابلیت اشتراک گذاری غیرفعال است",
"For more info, please ask the person who sent this link." : "برای اطلاعات بیشتر، لطفا از شخصی که این پیوند را ارسال کرده سوال بفرمایید.",
"Share with" : "به اشتراک گذاشتن با"
"For more info, please ask the person who sent this link." : "برای اطلاعات بیشتر، لطفا از شخصی که این پیوند را ارسال کرده سوال بفرمایید."
},
"nplurals=2; plural=(n > 1);");

View File

@ -285,7 +285,6 @@
"the item was removed" : "این مورد حذف شده است",
"the link expired" : "این لینک منقضی شده است",
"sharing is disabled" : "قابلیت اشتراک گذاری غیرفعال است",
"For more info, please ask the person who sent this link." : "برای اطلاعات بیشتر، لطفا از شخصی که این پیوند را ارسال کرده سوال بفرمایید.",
"Share with" : "به اشتراک گذاشتن با"
"For more info, please ask the person who sent this link." : "برای اطلاعات بیشتر، لطفا از شخصی که این پیوند را ارسال کرده سوال بفرمایید."
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}

View File

@ -289,8 +289,6 @@ OC.L10N.register(
"the item was removed" : "kohde poistettiin",
"the link expired" : "linkki vanheni",
"sharing is disabled" : "jakaminen on poistettu käytöstä",
"For more info, please ask the person who sent this link." : "Kysy lisätietoja henkilöltä, jolta sait linkin.",
"Share with remote" : "Jaa etätahon kanssa",
"Share with" : "Jaa"
"For more info, please ask the person who sent this link." : "Kysy lisätietoja henkilöltä, jolta sait linkin."
},
"nplurals=2; plural=(n != 1);");

View File

@ -287,8 +287,6 @@
"the item was removed" : "kohde poistettiin",
"the link expired" : "linkki vanheni",
"sharing is disabled" : "jakaminen on poistettu käytöstä",
"For more info, please ask the person who sent this link." : "Kysy lisätietoja henkilöltä, jolta sait linkin.",
"Share with remote" : "Jaa etätahon kanssa",
"Share with" : "Jaa"
"For more info, please ask the person who sent this link." : "Kysy lisätietoja henkilöltä, jolta sait linkin."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -314,8 +314,6 @@ OC.L10N.register(
"the item was removed" : "lélément a été supprimé",
"the link expired" : "le lien a expiré",
"sharing is disabled" : "le partage est désactivé",
"For more info, please ask the person who sent this link." : "Pour plus d'informations, veuillez contacter la personne qui vous a envoyé ce lien.",
"Share with remote" : "Partager avec le distant",
"Share with" : "Partager avec"
"For more info, please ask the person who sent this link." : "Pour plus d'informations, veuillez contacter la personne qui vous a envoyé ce lien."
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@ -312,8 +312,6 @@
"the item was removed" : "lélément a été supprimé",
"the link expired" : "le lien a expiré",
"sharing is disabled" : "le partage est désactivé",
"For more info, please ask the person who sent this link." : "Pour plus d'informations, veuillez contacter la personne qui vous a envoyé ce lien.",
"Share with remote" : "Partager avec le distant",
"Share with" : "Partager avec"
"For more info, please ask the person who sent this link." : "Pour plus d'informations, veuillez contacter la personne qui vous a envoyé ce lien."
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@ -312,8 +312,6 @@ OC.L10N.register(
"the item was removed" : "o elemento foi retirado",
"the link expired" : "a ligazón caducou",
"sharing is disabled" : "foi desactivada a compartición",
"For more info, please ask the person who sent this link." : "Para obter máis información, pregúntelle á persoa que lle enviou a ligazón.",
"Share with remote" : "Compartir co remoto",
"Share with" : "Compartir con"
"For more info, please ask the person who sent this link." : "Para obter máis información, pregúntelle á persoa que lle enviou a ligazón."
},
"nplurals=2; plural=(n != 1);");

View File

@ -310,8 +310,6 @@
"the item was removed" : "o elemento foi retirado",
"the link expired" : "a ligazón caducou",
"sharing is disabled" : "foi desactivada a compartición",
"For more info, please ask the person who sent this link." : "Para obter máis información, pregúntelle á persoa que lle enviou a ligazón.",
"Share with remote" : "Compartir co remoto",
"Share with" : "Compartir con"
"For more info, please ask the person who sent this link." : "Para obter máis información, pregúntelle á persoa que lle enviou a ligazón."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -296,7 +296,6 @@ OC.L10N.register(
"the item was removed" : "az elem el lett távolítva",
"the link expired" : "lejárt a hivatkozás érvényességi ideje",
"sharing is disabled" : "a megosztás letiltásra került",
"For more info, please ask the person who sent this link." : "További információért forduljon ahhoz, aki ezt a hivatkozást küldte.",
"Share with" : "Megosztva a következővel"
"For more info, please ask the person who sent this link." : "További információért forduljon ahhoz, aki ezt a hivatkozást küldte."
},
"nplurals=2; plural=(n != 1);");

View File

@ -294,7 +294,6 @@
"the item was removed" : "az elem el lett távolítva",
"the link expired" : "lejárt a hivatkozás érvényességi ideje",
"sharing is disabled" : "a megosztás letiltásra került",
"For more info, please ask the person who sent this link." : "További információért forduljon ahhoz, aki ezt a hivatkozást küldte.",
"Share with" : "Megosztva a következővel"
"For more info, please ask the person who sent this link." : "További információért forduljon ahhoz, aki ezt a hivatkozást küldte."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -296,7 +296,6 @@ OC.L10N.register(
"the item was removed" : "atriðið var fjarlægt",
"the link expired" : "tengillinn er útrunninn",
"sharing is disabled" : "slökkt er á skráadeilingu",
"For more info, please ask the person who sent this link." : "Til að vita meira skaltu hafa samband við þann sem sendi þér þennan tengil.",
"Share with" : "Deila með"
"For more info, please ask the person who sent this link." : "Til að vita meira skaltu hafa samband við þann sem sendi þér þennan tengil."
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");

View File

@ -294,7 +294,6 @@
"the item was removed" : "atriðið var fjarlægt",
"the link expired" : "tengillinn er útrunninn",
"sharing is disabled" : "slökkt er á skráadeilingu",
"For more info, please ask the person who sent this link." : "Til að vita meira skaltu hafa samband við þann sem sendi þér þennan tengil.",
"Share with" : "Deila með"
"For more info, please ask the person who sent this link." : "Til að vita meira skaltu hafa samband við þann sem sendi þér þennan tengil."
},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
}

View File

@ -300,7 +300,6 @@ OC.L10N.register(
"the item was removed" : "l'elemento è stato rimosso",
"the link expired" : "il collegamento è scaduto",
"sharing is disabled" : "la condivisione è disabilitata",
"For more info, please ask the person who sent this link." : "Per ulteriori informazioni, chiedi alla persona che ti ha inviato il collegamento.",
"Share with" : "Condividi con"
"For more info, please ask the person who sent this link." : "Per ulteriori informazioni, chiedi alla persona che ti ha inviato il collegamento."
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@ -298,7 +298,6 @@
"the item was removed" : "l'elemento è stato rimosso",
"the link expired" : "il collegamento è scaduto",
"sharing is disabled" : "la condivisione è disabilitata",
"For more info, please ask the person who sent this link." : "Per ulteriori informazioni, chiedi alla persona che ti ha inviato il collegamento.",
"Share with" : "Condividi con"
"For more info, please ask the person who sent this link." : "Per ulteriori informazioni, chiedi alla persona che ti ha inviato il collegamento."
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@ -181,6 +181,7 @@ OC.L10N.register(
"Guest" : "ゲスト",
"Group" : "グループ",
"Email" : "メール",
"Team" : "チーム",
"Talk conversation" : "会話",
"Deck board" : "Deckボード",
"ScienceMesh" : "ScienceMesh",
@ -311,8 +312,6 @@ OC.L10N.register(
"the item was removed" : "アイテムが削除されました",
"the link expired" : "リンクの期限が切れています",
"sharing is disabled" : "共有は無効になっています",
"For more info, please ask the person who sent this link." : "不明な点は、こちらのリンクの提供者に確認をお願いします。",
"Share with remote" : "リモートと共有する",
"Share with" : "共有対象"
"For more info, please ask the person who sent this link." : "不明な点は、こちらのリンクの提供者に確認をお願いします。"
},
"nplurals=1; plural=0;");

View File

@ -179,6 +179,7 @@
"Guest" : "ゲスト",
"Group" : "グループ",
"Email" : "メール",
"Team" : "チーム",
"Talk conversation" : "会話",
"Deck board" : "Deckボード",
"ScienceMesh" : "ScienceMesh",
@ -309,8 +310,6 @@
"the item was removed" : "アイテムが削除されました",
"the link expired" : "リンクの期限が切れています",
"sharing is disabled" : "共有は無効になっています",
"For more info, please ask the person who sent this link." : "不明な点は、こちらのリンクの提供者に確認をお願いします。",
"Share with remote" : "リモートと共有する",
"Share with" : "共有対象"
"For more info, please ask the person who sent this link." : "不明な点は、こちらのリンクの提供者に確認をお願いします。"
},"pluralForm" :"nplurals=1; plural=0;"
}

View File

@ -301,8 +301,6 @@ OC.L10N.register(
"the item was removed" : "the item was removed",
"the link expired" : "the link expired",
"sharing is disabled" : "sharing is disabled",
"For more info, please ask the person who sent this link." : "For more info, please ask the person who sent this link.",
"Share with remote" : "Share with remote",
"Share with" : "Share with"
"For more info, please ask the person who sent this link." : "For more info, please ask the person who sent this link."
},
"nplurals=2; plural=(n!=1);");

View File

@ -299,8 +299,6 @@
"the item was removed" : "the item was removed",
"the link expired" : "the link expired",
"sharing is disabled" : "sharing is disabled",
"For more info, please ask the person who sent this link." : "For more info, please ask the person who sent this link.",
"Share with remote" : "Share with remote",
"Share with" : "Share with"
"For more info, please ask the person who sent this link." : "For more info, please ask the person who sent this link."
},"pluralForm" :"nplurals=2; plural=(n!=1);"
}

View File

@ -305,8 +305,6 @@ OC.L10N.register(
"the item was removed" : "항목이 삭제됨",
"the link expired" : "링크가 만료됨",
"sharing is disabled" : "공유가 비활성화됨",
"For more info, please ask the person who sent this link." : "자세한 정보는 링크를 보낸 사람에게 문의하십시오.",
"Share with remote" : "원격지에 공유",
"Share with" : "다음과 공유"
"For more info, please ask the person who sent this link." : "자세한 정보는 링크를 보낸 사람에게 문의하십시오."
},
"nplurals=1; plural=0;");

View File

@ -303,8 +303,6 @@
"the item was removed" : "항목이 삭제됨",
"the link expired" : "링크가 만료됨",
"sharing is disabled" : "공유가 비활성화됨",
"For more info, please ask the person who sent this link." : "자세한 정보는 링크를 보낸 사람에게 문의하십시오.",
"Share with remote" : "원격지에 공유",
"Share with" : "다음과 공유"
"For more info, please ask the person who sent this link." : "자세한 정보는 링크를 보낸 사람에게 문의하십시오."
},"pluralForm" :"nplurals=1; plural=0;"
}

View File

@ -246,7 +246,6 @@ OC.L10N.register(
"the item was removed" : "elementas buvo pašalintas",
"the link expired" : "baigėsi nuorodos galiojimo laikas",
"sharing is disabled" : "dalinimasis yra išjungtas",
"For more info, please ask the person who sent this link." : "Dėl tikslesnės informacijos susisiekite su asmeniu atsiuntusiu nuorodą.",
"Share with" : "Bendrinti su"
"For more info, please ask the person who sent this link." : "Dėl tikslesnės informacijos susisiekite su asmeniu atsiuntusiu nuorodą."
},
"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);");

View File

@ -244,7 +244,6 @@
"the item was removed" : "elementas buvo pašalintas",
"the link expired" : "baigėsi nuorodos galiojimo laikas",
"sharing is disabled" : "dalinimasis yra išjungtas",
"For more info, please ask the person who sent this link." : "Dėl tikslesnės informacijos susisiekite su asmeniu atsiuntusiu nuorodą.",
"Share with" : "Bendrinti su"
"For more info, please ask the person who sent this link." : "Dėl tikslesnės informacijos susisiekite su asmeniu atsiuntusiu nuorodą."
},"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"
}

View File

@ -314,8 +314,6 @@ OC.L10N.register(
"the item was removed" : "elementet er fjernet",
"the link expired" : "lenken er utløpt",
"sharing is disabled" : "deling er avskrudd",
"For more info, please ask the person who sent this link." : "For mer informasjon, spør personen som sendte lenken.",
"Share with remote" : "Del med ekstern",
"Share with" : "Del med"
"For more info, please ask the person who sent this link." : "For mer informasjon, spør personen som sendte lenken."
},
"nplurals=2; plural=(n != 1);");

View File

@ -312,8 +312,6 @@
"the item was removed" : "elementet er fjernet",
"the link expired" : "lenken er utløpt",
"sharing is disabled" : "deling er avskrudd",
"For more info, please ask the person who sent this link." : "For mer informasjon, spør personen som sendte lenken.",
"Share with remote" : "Del med ekstern",
"Share with" : "Del med"
"For more info, please ask the person who sent this link." : "For mer informasjon, spør personen som sendte lenken."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -80,6 +80,7 @@ OC.L10N.register(
"Could not create share" : "Nie można utworzyć udostępnienia",
"Invalid permissions" : "Nieprawidłowe uprawnienia",
"Invalid date, date format must be YYYY-MM-DD" : "Nieprawidłowa data, data musi być w formacie RRRR-MM-DD",
"Please specify a valid account to share with" : "Podaj prawidłowe konto, któremu chcesz udostępnić",
"Group sharing is disabled by the administrator" : "Udostępnianie grupowe jest wyłączone przez administratora",
"Please specify a valid group" : "Podaj prawidłową grupę",
"Public link sharing is disabled by the administrator" : "Udostępnianie linków publicznych zostało wyłączone przez administratora",
@ -87,6 +88,7 @@ OC.L10N.register(
"Public upload is only possible for publicly shared folders" : "Przesyłanie publiczne jest możliwe tylko w przypadku katalogów udostępnianych publicznie",
"Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Udostępnienie %s wysyłanego hasła przez Nextcloud Talk nie powiodło się, ponieważ Nextcloud Talk nie jest włączony",
"Sharing %1$s failed because the back end does not allow shares from type %2$s" : "Udostępnienie %1$s nie powiodło się, ponieważ zaplecze nie zezwala na udostępnianie typu %2$s",
"Please specify a valid federated account ID" : "Podaj prawidłowy identyfikator konta federacyjnego",
"Please specify a valid federated group ID" : "Podaj prawidłowy ID grupy federacyjnej",
"You cannot share to a Circle if the app is not enabled" : "Nie możesz udostępnić w Kręgach, jeśli aplikacja jest wyłączona",
"Please specify a valid circle" : "Podaj prawidłowy krąg",
@ -112,7 +114,9 @@ OC.L10N.register(
"You received {share} to group {group} as a share by {user}" : "Otrzymałeś {share} do grupy {group} udostępnione przez {user}",
"Accept" : "Akceptuj",
"Decline" : "Odrzuć",
"This application enables people to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable people can then share files and folders with other accounts and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other people outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Aplikacja umożliwia ludziom udostępnianie plików w Nextcloud. Jeśli ta opcja jest włączona, administrator może wybrać, które grupy mogą udostępniać pliki. Odpowiedni ludzie mogą następnie udostępniać pliki i katalogi innym kontom i grupom w Nextcloud. Ponadto, jeśli administrator włączy funkcję udostępniania przez odnośnik, można użyć zewnętrznego odnośnika do udostępniania plików innym ludziom poza Nextcloud. Administratorzy mogą również wymuszać hasła, daty wygaśnięcia i udostępnienia między serwerami za pośrednictwem odnośników udostępnienia, a także udostępnienia z urządzeń mobilnych.\nWyłączenie tej funkcji powoduje usunięcie udostępnionych plików i katalogów na serwerze dla wszystkich odbiorców, a także klientów synchronizacji i aplikacji mobilnych. Więcej informacji można znaleźć w dokumentacji Nextcloud.",
"Sharing" : "Udostępnianie",
"Accept shares from other accounts and groups by default" : "Domyślnie akceptuj współdzielenie z innych kont i grup",
"Error while toggling options" : "Błąd podczas przełączania opcji",
"Set default folder for accepted shares" : "Ustaw domyślny katalog dla zaakceptowanych udostępnień",
"Reset" : "Resetuj",
@ -202,6 +206,7 @@ OC.L10N.register(
"Update share" : "Zaktualizuj udostępnienie",
"Save share" : "Zapisz udostępnienie",
"Others with access" : "Inni z dostępem",
"No other accounts with access found" : "Nie znaleziono innych kont z dostępem",
"Toggle list of others with access to this directory" : "Przełącz listę innych z dostępem do tego katalogu",
"Toggle list of others with access to this file" : "Przełącz listę innych z dostępem do tego pliku",
"Unable to fetch inherited shares" : "Nie można pobrać odziedziczonych udostępnień",
@ -297,7 +302,6 @@ OC.L10N.register(
"the item was removed" : "element został usunięty",
"the link expired" : "link wygasł",
"sharing is disabled" : "udostępnianie jest wyłączone",
"For more info, please ask the person who sent this link." : "Aby uzyskać więcej informacji, zapytaj osobę, która wysłała ten link.",
"Share with" : "Udostępnij dla"
"For more info, please ask the person who sent this link." : "Aby uzyskać więcej informacji, zapytaj osobę, która wysłała ten link."
},
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");

View File

@ -78,6 +78,7 @@
"Could not create share" : "Nie można utworzyć udostępnienia",
"Invalid permissions" : "Nieprawidłowe uprawnienia",
"Invalid date, date format must be YYYY-MM-DD" : "Nieprawidłowa data, data musi być w formacie RRRR-MM-DD",
"Please specify a valid account to share with" : "Podaj prawidłowe konto, któremu chcesz udostępnić",
"Group sharing is disabled by the administrator" : "Udostępnianie grupowe jest wyłączone przez administratora",
"Please specify a valid group" : "Podaj prawidłową grupę",
"Public link sharing is disabled by the administrator" : "Udostępnianie linków publicznych zostało wyłączone przez administratora",
@ -85,6 +86,7 @@
"Public upload is only possible for publicly shared folders" : "Przesyłanie publiczne jest możliwe tylko w przypadku katalogów udostępnianych publicznie",
"Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Udostępnienie %s wysyłanego hasła przez Nextcloud Talk nie powiodło się, ponieważ Nextcloud Talk nie jest włączony",
"Sharing %1$s failed because the back end does not allow shares from type %2$s" : "Udostępnienie %1$s nie powiodło się, ponieważ zaplecze nie zezwala na udostępnianie typu %2$s",
"Please specify a valid federated account ID" : "Podaj prawidłowy identyfikator konta federacyjnego",
"Please specify a valid federated group ID" : "Podaj prawidłowy ID grupy federacyjnej",
"You cannot share to a Circle if the app is not enabled" : "Nie możesz udostępnić w Kręgach, jeśli aplikacja jest wyłączona",
"Please specify a valid circle" : "Podaj prawidłowy krąg",
@ -110,7 +112,9 @@
"You received {share} to group {group} as a share by {user}" : "Otrzymałeś {share} do grupy {group} udostępnione przez {user}",
"Accept" : "Akceptuj",
"Decline" : "Odrzuć",
"This application enables people to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable people can then share files and folders with other accounts and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other people outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Aplikacja umożliwia ludziom udostępnianie plików w Nextcloud. Jeśli ta opcja jest włączona, administrator może wybrać, które grupy mogą udostępniać pliki. Odpowiedni ludzie mogą następnie udostępniać pliki i katalogi innym kontom i grupom w Nextcloud. Ponadto, jeśli administrator włączy funkcję udostępniania przez odnośnik, można użyć zewnętrznego odnośnika do udostępniania plików innym ludziom poza Nextcloud. Administratorzy mogą również wymuszać hasła, daty wygaśnięcia i udostępnienia między serwerami za pośrednictwem odnośników udostępnienia, a także udostępnienia z urządzeń mobilnych.\nWyłączenie tej funkcji powoduje usunięcie udostępnionych plików i katalogów na serwerze dla wszystkich odbiorców, a także klientów synchronizacji i aplikacji mobilnych. Więcej informacji można znaleźć w dokumentacji Nextcloud.",
"Sharing" : "Udostępnianie",
"Accept shares from other accounts and groups by default" : "Domyślnie akceptuj współdzielenie z innych kont i grup",
"Error while toggling options" : "Błąd podczas przełączania opcji",
"Set default folder for accepted shares" : "Ustaw domyślny katalog dla zaakceptowanych udostępnień",
"Reset" : "Resetuj",
@ -200,6 +204,7 @@
"Update share" : "Zaktualizuj udostępnienie",
"Save share" : "Zapisz udostępnienie",
"Others with access" : "Inni z dostępem",
"No other accounts with access found" : "Nie znaleziono innych kont z dostępem",
"Toggle list of others with access to this directory" : "Przełącz listę innych z dostępem do tego katalogu",
"Toggle list of others with access to this file" : "Przełącz listę innych z dostępem do tego pliku",
"Unable to fetch inherited shares" : "Nie można pobrać odziedziczonych udostępnień",
@ -295,7 +300,6 @@
"the item was removed" : "element został usunięty",
"the link expired" : "link wygasł",
"sharing is disabled" : "udostępnianie jest wyłączone",
"For more info, please ask the person who sent this link." : "Aby uzyskać więcej informacji, zapytaj osobę, która wysłała ten link.",
"Share with" : "Udostępnij dla"
"For more info, please ask the person who sent this link." : "Aby uzyskać więcej informacji, zapytaj osobę, która wysłała ten link."
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
}

View File

@ -312,8 +312,6 @@ OC.L10N.register(
"the item was removed" : "o item foi removido",
"the link expired" : "o link expirou",
"sharing is disabled" : "o compartilhamento está desativado",
"For more info, please ask the person who sent this link." : "Para mais informações, pergunte à pessoa que lhe enviou o link.",
"Share with remote" : "Compartilhar com controle remoto",
"Share with" : "Compartilhar com"
"For more info, please ask the person who sent this link." : "Para mais informações, pergunte à pessoa que lhe enviou o link."
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@ -310,8 +310,6 @@
"the item was removed" : "o item foi removido",
"the link expired" : "o link expirou",
"sharing is disabled" : "o compartilhamento está desativado",
"For more info, please ask the person who sent this link." : "Para mais informações, pergunte à pessoa que lhe enviou o link.",
"Share with remote" : "Compartilhar com controle remoto",
"Share with" : "Compartilhar com"
"For more info, please ask the person who sent this link." : "Para mais informações, pergunte à pessoa que lhe enviou o link."
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@ -163,7 +163,6 @@ OC.L10N.register(
"the item was removed" : "o item foi removido",
"the link expired" : "a hiperligação expirou",
"sharing is disabled" : "a partilha está desativada",
"For more info, please ask the person who sent this link." : "Para mais informação, por favor, pergunte à pessoa que lhe enviou esta hiperligação.",
"Share with" : "Partilhar com"
"For more info, please ask the person who sent this link." : "Para mais informação, por favor, pergunte à pessoa que lhe enviou esta hiperligação."
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@ -161,7 +161,6 @@
"the item was removed" : "o item foi removido",
"the link expired" : "a hiperligação expirou",
"sharing is disabled" : "a partilha está desativada",
"For more info, please ask the person who sent this link." : "Para mais informação, por favor, pergunte à pessoa que lhe enviou esta hiperligação.",
"Share with" : "Partilhar com"
"For more info, please ask the person who sent this link." : "Para mais informação, por favor, pergunte à pessoa que lhe enviou esta hiperligação."
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@ -301,8 +301,6 @@ OC.L10N.register(
"the item was removed" : "объект удалён",
"the link expired" : "истёк срок действия ссылки",
"sharing is disabled" : "закрыт общий доступ",
"For more info, please ask the person who sent this link." : "Для получения дополнительной информации, свяжитесь с тем, кто отправил вам эту ссылку.",
"Share with remote" : "Поделиться с удалённым",
"Share with" : "Поделиться"
"For more info, please ask the person who sent this link." : "Для получения дополнительной информации, свяжитесь с тем, кто отправил вам эту ссылку."
},
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");

View File

@ -299,8 +299,6 @@
"the item was removed" : "объект удалён",
"the link expired" : "истёк срок действия ссылки",
"sharing is disabled" : "закрыт общий доступ",
"For more info, please ask the person who sent this link." : "Для получения дополнительной информации, свяжитесь с тем, кто отправил вам эту ссылку.",
"Share with remote" : "Поделиться с удалённым",
"Share with" : "Поделиться"
"For more info, please ask the person who sent this link." : "Для получения дополнительной информации, свяжитесь с тем, кто отправил вам эту ссылку."
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
}

View File

@ -208,8 +208,10 @@ OC.L10N.register(
"Share" : "Sprístupniť",
"Delete share" : "Odstrániť zdieľanie",
"Share with {userName}" : "Zdiľať s {userName}",
"Share with email {email}" : "Zdieľať s emailom {email}",
"Share with group" : "Zdieľať so skupinou",
"Share in conversation" : "Zdieľať v rozhovore",
"Share with {user} on remote server {server}" : "Sprístupniť s {user} na vzdialenom servery {server}",
"Share with remote group" : "Zdieľať so vzdialenou skupinou",
"Share with guest" : "Zdiľať s hosťom",
"Update share" : "Aktualizovať zdieľanie",
@ -312,8 +314,6 @@ OC.L10N.register(
"the item was removed" : "položka bola presunutá",
"the link expired" : "linke vypršala platnosť",
"sharing is disabled" : "sprístupňovanie je zakázané",
"For more info, please ask the person who sent this link." : "Pre viac informácií kontaktujte osobu, ktorá vám poslala tento odkaz.",
"Share with remote" : "Zdieľať so vzdialeným",
"Share with" : "Zdieľať s"
"For more info, please ask the person who sent this link." : "Pre viac informácií kontaktujte osobu, ktorá vám poslala tento odkaz."
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");

View File

@ -206,8 +206,10 @@
"Share" : "Sprístupniť",
"Delete share" : "Odstrániť zdieľanie",
"Share with {userName}" : "Zdiľať s {userName}",
"Share with email {email}" : "Zdieľať s emailom {email}",
"Share with group" : "Zdieľať so skupinou",
"Share in conversation" : "Zdieľať v rozhovore",
"Share with {user} on remote server {server}" : "Sprístupniť s {user} na vzdialenom servery {server}",
"Share with remote group" : "Zdieľať so vzdialenou skupinou",
"Share with guest" : "Zdiľať s hosťom",
"Update share" : "Aktualizovať zdieľanie",
@ -310,8 +312,6 @@
"the item was removed" : "položka bola presunutá",
"the link expired" : "linke vypršala platnosť",
"sharing is disabled" : "sprístupňovanie je zakázané",
"For more info, please ask the person who sent this link." : "Pre viac informácií kontaktujte osobu, ktorá vám poslala tento odkaz.",
"Share with remote" : "Zdieľať so vzdialeným",
"Share with" : "Zdieľať s"
"For more info, please ask the person who sent this link." : "Pre viac informácií kontaktujte osobu, ktorá vám poslala tento odkaz."
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"
}

View File

@ -268,7 +268,6 @@ OC.L10N.register(
"the item was removed" : "predmet je odstranjen,",
"the link expired" : "povezava je pretekla",
"sharing is disabled" : "souporaba je onemogočena.",
"For more info, please ask the person who sent this link." : "Za več podrobnosti stopite v stik s pošiljateljem te povezave.",
"Share with" : "Omogoči souporabo …"
"For more info, please ask the person who sent this link." : "Za več podrobnosti stopite v stik s pošiljateljem te povezave."
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");

View File

@ -266,7 +266,6 @@
"the item was removed" : "predmet je odstranjen,",
"the link expired" : "povezava je pretekla",
"sharing is disabled" : "souporaba je onemogočena.",
"For more info, please ask the person who sent this link." : "Za več podrobnosti stopite v stik s pošiljateljem te povezave.",
"Share with" : "Omogoči souporabo …"
"For more info, please ask the person who sent this link." : "Za več podrobnosti stopite v stik s pošiljateljem te povezave."
},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
}

View File

@ -314,8 +314,6 @@ OC.L10N.register(
"the item was removed" : "ставка је уклоњена",
"the link expired" : "веза је истекла",
"sharing is disabled" : "дељење је искључено",
"For more info, please ask the person who sent this link." : "За више информација, питајте особу која вам је послала везу.",
"Share with remote" : "Подели са удаљеним",
"Share with" : "Подели са"
"For more info, please ask the person who sent this link." : "За више информација, питајте особу која вам је послала везу."
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");

View File

@ -312,8 +312,6 @@
"the item was removed" : "ставка је уклоњена",
"the link expired" : "веза је истекла",
"sharing is disabled" : "дељење је искључено",
"For more info, please ask the person who sent this link." : "За више информација, питајте особу која вам је послала везу.",
"Share with remote" : "Подели са удаљеним",
"Share with" : "Подели са"
"For more info, please ask the person who sent this link." : "За више информација, питајте особу која вам је послала везу."
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
}

View File

@ -314,8 +314,6 @@ OC.L10N.register(
"the item was removed" : "objektet togs bort",
"the link expired" : "giltighet för länken har gått ut",
"sharing is disabled" : "delning är inaktiverat",
"For more info, please ask the person who sent this link." : "För mer information, kontakta den person som skickade den här länken.",
"Share with remote" : "Dela med remote",
"Share with" : "Dela med"
"For more info, please ask the person who sent this link." : "För mer information, kontakta den person som skickade den här länken."
},
"nplurals=2; plural=(n != 1);");

View File

@ -312,8 +312,6 @@
"the item was removed" : "objektet togs bort",
"the link expired" : "giltighet för länken har gått ut",
"sharing is disabled" : "delning är inaktiverat",
"For more info, please ask the person who sent this link." : "För mer information, kontakta den person som skickade den här länken.",
"Share with remote" : "Dela med remote",
"Share with" : "Dela med"
"For more info, please ask the person who sent this link." : "För mer information, kontakta den person som skickade den här länken."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -208,8 +208,10 @@ OC.L10N.register(
"Share" : "Paylaş",
"Delete share" : "Paylaşımı sil",
"Share with {userName}" : "{userName} ile paylaş",
"Share with email {email}" : "{email} e-posta adresi ile paylaş",
"Share with group" : "Grupla paylaş",
"Share in conversation" : "Yazışmada paylaş",
"Share with {user} on remote server {server}" : "{server} uzak sunucusundaki {user} ile paylaş",
"Share with remote group" : "Uzaktaki grupla paylaş",
"Share with guest" : "Konukla paylaş",
"Update share" : "Paylaşımı güncelle",
@ -312,8 +314,6 @@ OC.L10N.register(
"the item was removed" : "öge silinmiş",
"the link expired" : "bağlantının geçerlilik süresi dolmuş",
"sharing is disabled" : "paylaşım devre dışı bırakılmış",
"For more info, please ask the person who sent this link." : "Ayrıntılı bilgi almak için bu bağlantıyı aldığınız kişi ile görüşün.",
"Share with remote" : "Uzaktakilerle paylaş",
"Share with" : "Şunlarla paylaş"
"For more info, please ask the person who sent this link." : "Ayrıntılı bilgi almak için bu bağlantıyı aldığınız kişi ile görüşün."
},
"nplurals=2; plural=(n > 1);");

View File

@ -206,8 +206,10 @@
"Share" : "Paylaş",
"Delete share" : "Paylaşımı sil",
"Share with {userName}" : "{userName} ile paylaş",
"Share with email {email}" : "{email} e-posta adresi ile paylaş",
"Share with group" : "Grupla paylaş",
"Share in conversation" : "Yazışmada paylaş",
"Share with {user} on remote server {server}" : "{server} uzak sunucusundaki {user} ile paylaş",
"Share with remote group" : "Uzaktaki grupla paylaş",
"Share with guest" : "Konukla paylaş",
"Update share" : "Paylaşımı güncelle",
@ -310,8 +312,6 @@
"the item was removed" : "öge silinmiş",
"the link expired" : "bağlantının geçerlilik süresi dolmuş",
"sharing is disabled" : "paylaşım devre dışı bırakılmış",
"For more info, please ask the person who sent this link." : "Ayrıntılı bilgi almak için bu bağlantıyı aldığınız kişi ile görüşün.",
"Share with remote" : "Uzaktakilerle paylaş",
"Share with" : "Şunlarla paylaş"
"For more info, please ask the person who sent this link." : "Ayrıntılı bilgi almak için bu bağlantıyı aldığınız kişi ile görüşün."
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}

View File

@ -313,8 +313,6 @@ OC.L10N.register(
"the item was removed" : "цей ресурс було вилучено",
"the link expired" : "термін дії посилання вичерпано",
"sharing is disabled" : "спільний доступ заборонено",
"For more info, please ask the person who sent this link." : "За додатковою інформацією, будь ласка, зверніться до особи, від якої ви отримали це посилання.",
"Share with remote" : "Поділитися з віддаленим",
"Share with" : "Поділитися з"
"For more info, please ask the person who sent this link." : "За додатковою інформацією, будь ласка, зверніться до особи, від якої ви отримали це посилання."
},
"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);");

View File

@ -311,8 +311,6 @@
"the item was removed" : "цей ресурс було вилучено",
"the link expired" : "термін дії посилання вичерпано",
"sharing is disabled" : "спільний доступ заборонено",
"For more info, please ask the person who sent this link." : "За додатковою інформацією, будь ласка, зверніться до особи, від якої ви отримали це посилання.",
"Share with remote" : "Поділитися з віддаленим",
"Share with" : "Поділитися з"
"For more info, please ask the person who sent this link." : "За додатковою інформацією, будь ласка, зверніться до особи, від якої ви отримали це посилання."
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"
}

View File

@ -301,8 +301,6 @@ OC.L10N.register(
"the item was removed" : "此项已移除",
"the link expired" : "链接过期",
"sharing is disabled" : "已禁用共享",
"For more info, please ask the person who sent this link." : "如需了解更多信息,请联系发给您该链接的人。",
"Share with remote" : "分享至远程",
"Share with" : "共享给"
"For more info, please ask the person who sent this link." : "如需了解更多信息,请联系发给您该链接的人。"
},
"nplurals=1; plural=0;");

View File

@ -299,8 +299,6 @@
"the item was removed" : "此项已移除",
"the link expired" : "链接过期",
"sharing is disabled" : "已禁用共享",
"For more info, please ask the person who sent this link." : "如需了解更多信息,请联系发给您该链接的人。",
"Share with remote" : "分享至远程",
"Share with" : "共享给"
"For more info, please ask the person who sent this link." : "如需了解更多信息,请联系发给您该链接的人。"
},"pluralForm" :"nplurals=1; plural=0;"
}

View File

@ -314,8 +314,6 @@ OC.L10N.register(
"the item was removed" : "項目已經移除",
"the link expired" : "連結已過期",
"sharing is disabled" : "分享功能已停用",
"For more info, please ask the person who sent this link." : "請詢問告訴您此連結的人以瞭解更多",
"Share with remote" : "與遠端分享",
"Share with" : "分享與"
"For more info, please ask the person who sent this link." : "請詢問告訴您此連結的人以瞭解更多"
},
"nplurals=1; plural=0;");

View File

@ -312,8 +312,6 @@
"the item was removed" : "項目已經移除",
"the link expired" : "連結已過期",
"sharing is disabled" : "分享功能已停用",
"For more info, please ask the person who sent this link." : "請詢問告訴您此連結的人以瞭解更多",
"Share with remote" : "與遠端分享",
"Share with" : "分享與"
"For more info, please ask the person who sent this link." : "請詢問告訴您此連結的人以瞭解更多"
},"pluralForm" :"nplurals=1; plural=0;"
}

View File

@ -314,8 +314,6 @@ OC.L10N.register(
"the item was removed" : "項目已經移除",
"the link expired" : "連結過期",
"sharing is disabled" : "分享功能已停用",
"For more info, please ask the person who sent this link." : "要取得更多資訊,請詢問傳送此連結給您的人。",
"Share with remote" : "與遠端分享",
"Share with" : "分享者"
"For more info, please ask the person who sent this link." : "要取得更多資訊,請詢問傳送此連結給您的人。"
},
"nplurals=1; plural=0;");

View File

@ -312,8 +312,6 @@
"the item was removed" : "項目已經移除",
"the link expired" : "連結過期",
"sharing is disabled" : "分享功能已停用",
"For more info, please ask the person who sent this link." : "要取得更多資訊,請詢問傳送此連結給您的人。",
"Share with remote" : "與遠端分享",
"Share with" : "分享者"
"For more info, please ask the person who sent this link." : "要取得更多資訊,請詢問傳送此連結給您的人。"
},"pluralForm" :"nplurals=1; plural=0;"
}

View File

@ -305,24 +305,34 @@ export default {
computed: {
title() {
let title = t('files_sharing', 'Share with ')
if (this.share.type === this.SHARE_TYPES.SHARE_TYPE_USER) {
title = title + this.share.shareWithDisplayName
} else if (this.share.type === this.SHARE_TYPES.SHARE_TYPE_LINK) {
title = t('files_sharing', 'Share link')
} else if (this.share.type === this.SHARE_TYPES.SHARE_TYPE_GROUP) {
title += ` (${t('files_sharing', 'group')})`
} else if (this.share.type === this.SHARE_TYPES.SHARE_TYPE_ROOM) {
title += ` (${t('files_sharing', 'conversation')})`
} else if (this.share.type === this.SHARE_TYPES.SHARE_TYPE_REMOTE) {
title += ` (${t('files_sharing', 'remote')})`
} else if (this.share.type === this.SHARE_TYPES.SHARE_TYPE_REMOTE_GROUP) {
title += ` (${t('files_sharing', 'remote group')})`
} else if (this.share.type === this.SHARE_TYPES.SHARE_TYPE_GUEST) {
title += ` (${t('files_sharing', 'guest')})`
switch (this.share.type) {
case this.SHARE_TYPES.SHARE_TYPE_USER:
return t('files_sharing', 'Share with {userName}', { userName: this.share.shareWithDisplayName })
case this.SHARE_TYPES.SHARE_TYPE_EMAIL:
return t('files_sharing', 'Share with email {email}', { email: this.share.shareWith })
case this.SHARE_TYPES.SHARE_TYPE_LINK:
return t('files_sharing', 'Share link')
case this.SHARE_TYPES.SHARE_TYPE_GROUP:
return t('files_sharing', 'Share with group')
case this.SHARE_TYPES.SHARE_TYPE_ROOM:
return t('files_sharing', 'Share in conversation')
case this.SHARE_TYPES.SHARE_TYPE_REMOTE: {
const [user, server] = this.share.shareWith.split('@')
return t('files_sharing', 'Share with {user} on remote server {server}', { user, server })
}
case this.SHARE_TYPES.SHARE_TYPE_REMOTE_GROUP:
return t('files_sharing', 'Share with remote group')
case this.SHARE_TYPES.SHARE_TYPE_GUEST:
return t('files_sharing', 'Share with guest')
default: {
if (this.share.id) {
// Share already exists
return t('files_sharing', 'Update share')
} else {
return t('files_sharing', 'Create share')
}
}
}
return title
},
/**
* Can the sharee edit the shared file ?
@ -373,10 +383,14 @@ export default {
*/
canDownload: {
get() {
return this.share.hasDownloadPermission
return this.share.attributes.find(attr => attr.key === 'download')?.enabled || false
},
set(checked) {
this.updateAtomicPermissions({ isDownloadChecked: checked })
// Find the 'download' attribute and update its value
const downloadAttr = this.share.attributes.find(attr => attr.key === 'download')
if (downloadAttr) {
downloadAttr.enabled = checked
}
},
},
/**
@ -680,7 +694,6 @@ export default {
isCreateChecked = this.canCreate,
isDeleteChecked = this.canDelete,
isReshareChecked = this.canReshare,
isDownloadChecked = this.canDownload,
} = {}) {
// calc permissions if checked
const permissions = 0
@ -690,9 +703,6 @@ export default {
| (isEditChecked ? ATOMIC_PERMISSIONS.UPDATE : 0)
| (isReshareChecked ? ATOMIC_PERMISSIONS.SHARE : 0)
this.share.permissions = permissions
if (this.share.hasDownloadPermission !== isDownloadChecked) {
this.$set(this.share, 'hasDownloadPermission', isDownloadChecked)
}
},
expandCustomPermissions() {
if (!this.advancedSectionAccordionExpanded) {
@ -854,8 +864,8 @@ export default {
shareType: share.shareType,
shareWith: share.shareWith,
permissions: share.permissions,
attributes: JSON.stringify(fileInfo.shareAttributes),
expireDate: share.expireDate,
attributes: JSON.stringify(share.attributes),
...(share.note ? { note: share.note } : {}),
...(share.password ? { password: share.password } : {}),
})
@ -999,7 +1009,7 @@ export default {
flex-direction: column;
}
}
/* Target component based style in NcCheckboxRadioSwitch slot content*/
:deep(span.checkbox-content__text.checkbox-radio-switch__text) {
flex-wrap: wrap;

View File

@ -4,12 +4,15 @@ OC.L10N.register(
"restored" : "przywrócony",
"Deleted files" : "Usunięte pliki",
"Deleted files and folders in the trash bin (may expire during export if you are low on storage space)" : "Usunięte pliki i katalogi w koszu (Mogą wygasnąć podczas eksportu, jeśli brakuje miejsca)",
"This application enables people to restore files that were deleted from the system." : "Ta aplikacja umożliwia przywracanie plików, które zostały usunięte z systemu.",
"This application enables people to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the people file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.\nTo prevent an account from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation." : "Ta aplikacja umożliwia ludziom przywracanie plików, które zostały usunięte z systemu. Wyświetla listę usuniętych plików w interfejsie internetowym i oferuje opcje przywracania usuniętych plików z powrotem do katalogów plików osób lub trwałego usuwania ich z systemu. Przywracanie pliku przywraca również powiązane wersje plików, jeśli włączona jest aplikacja wersji. Gdy plik zostanie usunięty z udziału, można go przywrócić w ten sam sposób, chociaż nie jest już udostępniany. Domyślnie pliki te pozostają w koszu przez 30 dni.\nAby zapobiec wyczerpaniu się miejsca na dysku, aplikacja Usunięte pliki nie wykorzysta więcej niż 50% aktualnie dostępnego bezpłatnego miejsca na usunięte pliki. Jeśli usunięte pliki przekroczą ten limit, aplikacja usunie najstarsze pliki, aż spadnie poniżej tego limitu. Więcej informacji można znaleźć w dokumentacji usuniętych plików.",
"Restore" : "Przywróć",
"Unknown" : "Nieznany",
"All files" : "Wszystkie pliki",
"List of files that have been deleted." : "Lista plików, które zostały usunięte.",
"No deleted files" : "Brak usuniętych plików",
"Files and folders you have deleted will show up here" : "Tutaj pojawią się usunięte pliki i katalogi",
"Original location" : "Oryginalna lokalizacja",
"Deleted" : "Usunięto",
"A long time ago" : "Dawno temu",
"This application enables users to restore files that were deleted from the system." : "Aplikacja umożliwia użytkownikom na przywracanie usuniętych plików z systemu.",

View File

@ -2,12 +2,15 @@
"restored" : "przywrócony",
"Deleted files" : "Usunięte pliki",
"Deleted files and folders in the trash bin (may expire during export if you are low on storage space)" : "Usunięte pliki i katalogi w koszu (Mogą wygasnąć podczas eksportu, jeśli brakuje miejsca)",
"This application enables people to restore files that were deleted from the system." : "Ta aplikacja umożliwia przywracanie plików, które zostały usunięte z systemu.",
"This application enables people to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the people file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.\nTo prevent an account from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation." : "Ta aplikacja umożliwia ludziom przywracanie plików, które zostały usunięte z systemu. Wyświetla listę usuniętych plików w interfejsie internetowym i oferuje opcje przywracania usuniętych plików z powrotem do katalogów plików osób lub trwałego usuwania ich z systemu. Przywracanie pliku przywraca również powiązane wersje plików, jeśli włączona jest aplikacja wersji. Gdy plik zostanie usunięty z udziału, można go przywrócić w ten sam sposób, chociaż nie jest już udostępniany. Domyślnie pliki te pozostają w koszu przez 30 dni.\nAby zapobiec wyczerpaniu się miejsca na dysku, aplikacja Usunięte pliki nie wykorzysta więcej niż 50% aktualnie dostępnego bezpłatnego miejsca na usunięte pliki. Jeśli usunięte pliki przekroczą ten limit, aplikacja usunie najstarsze pliki, aż spadnie poniżej tego limitu. Więcej informacji można znaleźć w dokumentacji usuniętych plików.",
"Restore" : "Przywróć",
"Unknown" : "Nieznany",
"All files" : "Wszystkie pliki",
"List of files that have been deleted." : "Lista plików, które zostały usunięte.",
"No deleted files" : "Brak usuniętych plików",
"Files and folders you have deleted will show up here" : "Tutaj pojawią się usunięte pliki i katalogi",
"Original location" : "Oryginalna lokalizacja",
"Deleted" : "Usunięto",
"A long time ago" : "Dawno temu",
"This application enables users to restore files that were deleted from the system." : "Aplikacja umożliwia użytkownikom na przywracanie usuniętych plików z systemu.",

View File

@ -761,7 +761,7 @@ OC.L10N.register(
"There are some warnings regarding your setup." : "Il y a quelques avertissements concernant votre configuration.",
"Checking for system and security issues." : "Vérification des problèmes de système et de sécurité.",
"Please double check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%1$s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%2$s\">log</a>." : "Merci de consulter les <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%1$s\">guides dinstallation ↗</a> et de vérifier les erreurs ou avertissements des <a href=\"%2$s\">journaux</a>.",
"Check the security of your Nextcloud over <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">our security scan ↗</a>." : "Vérifier la sécurité de votre Nextcloud grâce à <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">notre scan de sécurité ↗</a>.",
"Check the security of your Nextcloud over <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">our security scan ↗</a>." : "Vérifiez la sécurité de votre Nextcloud grâce à <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">notre scan de sécurité ↗</a>.",
"Reasons to use Nextcloud in your organization" : "Raisons d'utiliser Nextcloud dans votre organisation",
"Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Développé par la {communityopen}communauté Nextcloud{linkclose}, le {githubopen}code source{linkclose} est sous licence {licenseopen}AGPL{linkclose}.",
"Like our Facebook page" : "Aimez notre page Facebook",

View File

@ -759,7 +759,7 @@
"There are some warnings regarding your setup." : "Il y a quelques avertissements concernant votre configuration.",
"Checking for system and security issues." : "Vérification des problèmes de système et de sécurité.",
"Please double check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%1$s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%2$s\">log</a>." : "Merci de consulter les <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%1$s\">guides dinstallation ↗</a> et de vérifier les erreurs ou avertissements des <a href=\"%2$s\">journaux</a>.",
"Check the security of your Nextcloud over <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">our security scan ↗</a>." : "Vérifier la sécurité de votre Nextcloud grâce à <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">notre scan de sécurité ↗</a>.",
"Check the security of your Nextcloud over <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">our security scan ↗</a>." : "Vérifiez la sécurité de votre Nextcloud grâce à <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">notre scan de sécurité ↗</a>.",
"Reasons to use Nextcloud in your organization" : "Raisons d'utiliser Nextcloud dans votre organisation",
"Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Développé par la {communityopen}communauté Nextcloud{linkclose}, le {githubopen}code source{linkclose} est sous licence {licenseopen}AGPL{linkclose}.",
"Like our Facebook page" : "Aimez notre page Facebook",

Some files were not shown because too many files have changed in this diff Show More