diff options
author | Nextcloud bot <bot@nextcloud.com> | 2025-02-19 00:21:45 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2025-02-19 00:21:45 +0000 |
commit | 0d49af4f2789c7bb93fb970032342fc06893948f (patch) | |
tree | db4a908c75c72a43f080ffc9bbb902f8e16b7fd5 | |
parent | 8c223b67034cd15468306a4b3c484a836bad8106 (diff) | |
download | nextcloud-server-0d49af4f2789c7bb93fb970032342fc06893948f.tar.gz nextcloud-server-0d49af4f2789c7bb93fb970032342fc06893948f.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
40 files changed, 216 insertions, 38 deletions
diff --git a/apps/cloud_federation_api/l10n/ko.js b/apps/cloud_federation_api/l10n/ko.js new file mode 100644 index 00000000000..09af58b662e --- /dev/null +++ b/apps/cloud_federation_api/l10n/ko.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "cloud_federation_api", + { + "Cloud Federation API" : "Cloud Federation API", + "Enable clouds to communicate with each other and exchange data" : "클라우드 간 소통과 데이터 교환을 가능케 합니다.", + "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "Cloud Federation API는 다양한 Nextcloud 인스턴스가 서로 소통하거나 데이터를 교환할 수 있도록 합니다." +}, +"nplurals=1; plural=0;"); diff --git a/apps/cloud_federation_api/l10n/ko.json b/apps/cloud_federation_api/l10n/ko.json new file mode 100644 index 00000000000..aa9e0642e29 --- /dev/null +++ b/apps/cloud_federation_api/l10n/ko.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cloud Federation API" : "Cloud Federation API", + "Enable clouds to communicate with each other and exchange data" : "클라우드 간 소통과 데이터 교환을 가능케 합니다.", + "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "Cloud Federation API는 다양한 Nextcloud 인스턴스가 서로 소통하거나 데이터를 교환할 수 있도록 합니다." +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file diff --git a/apps/contactsinteraction/l10n/ko.js b/apps/contactsinteraction/l10n/ko.js new file mode 100644 index 00000000000..96371895d1f --- /dev/null +++ b/apps/contactsinteraction/l10n/ko.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "contactsinteraction", + { + "Recently contacted" : "최근 연락함", + "Contacts Interaction" : "Contacts Interaction", + "Manages interaction between accounts and contacts" : "계정 및 연락처 간 상호작용을 관리합니다", + "Collect data about accounts and contacts interactions and provide an address book for the data" : "계정 및 연락처 간 상호작용에 관한 데이터를 수집하고, 데이터 주소록을 제공합니다" +}, +"nplurals=1; plural=0;"); diff --git a/apps/contactsinteraction/l10n/ko.json b/apps/contactsinteraction/l10n/ko.json new file mode 100644 index 00000000000..e0246c3418d --- /dev/null +++ b/apps/contactsinteraction/l10n/ko.json @@ -0,0 +1,7 @@ +{ "translations": { + "Recently contacted" : "최근 연락함", + "Contacts Interaction" : "Contacts Interaction", + "Manages interaction between accounts and contacts" : "계정 및 연락처 간 상호작용을 관리합니다", + "Collect data about accounts and contacts interactions and provide an address book for the data" : "계정 및 연락처 간 상호작용에 관한 데이터를 수집하고, 데이터 주소록을 제공합니다" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file diff --git a/apps/dashboard/l10n/uk.js b/apps/dashboard/l10n/uk.js index 5c00153e264..4fb266d46ae 100644 --- a/apps/dashboard/l10n/uk.js +++ b/apps/dashboard/l10n/uk.js @@ -21,6 +21,8 @@ OC.L10N.register( "Good evening" : "Добрий вечір", "Good evening, {name}" : "Добрий вечір, {name}", "Hello" : "Привіт", - "Hello, {name}" : "Привіт, {name}" + "Hello, {name}" : "Привіт, {name}", + "Happy birthday 🥳🤩🎂🎉" : "З Днем народження 🥳🤩🎂🎉", + "Happy birthday, {name} 🥳🤩🎂🎉" : "З Днем народження, {name} 🥳🤩🎂🎉" }, "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);"); diff --git a/apps/dashboard/l10n/uk.json b/apps/dashboard/l10n/uk.json index ca92f73de95..9919db8dbbc 100644 --- a/apps/dashboard/l10n/uk.json +++ b/apps/dashboard/l10n/uk.json @@ -19,6 +19,8 @@ "Good evening" : "Добрий вечір", "Good evening, {name}" : "Добрий вечір, {name}", "Hello" : "Привіт", - "Hello, {name}" : "Привіт, {name}" + "Hello, {name}" : "Привіт, {name}", + "Happy birthday 🥳🤩🎂🎉" : "З Днем народження 🥳🤩🎂🎉", + "Happy birthday, {name} 🥳🤩🎂🎉" : "З Днем народження, {name} 🥳🤩🎂🎉" },"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);" }
\ No newline at end of file diff --git a/apps/dav/l10n/zh_CN.js b/apps/dav/l10n/zh_CN.js index 5f1b6d69abc..b028e6954d3 100644 --- a/apps/dav/l10n/zh_CN.js +++ b/apps/dav/l10n/zh_CN.js @@ -72,7 +72,7 @@ OC.L10N.register( "Description: %s" : "描述:%s", "Where: %s" : "地点:%s", "%1$s via %2$s" : "%1$s 通过 %2$s", - "In the past on %1$s for the entire day" : "过去一整天都在 %1$s 上", + "In the past on %1$s for the entire day" : "过去一整天都进行 %1$s", "Cancelled: %1$s" : "已取消:%1$s", "\"%1$s\" has been canceled" : "“%1$s”已取消", "Re: %1$s" : "回复:%1$s", diff --git a/apps/dav/l10n/zh_CN.json b/apps/dav/l10n/zh_CN.json index 82845090050..9bedef7e65a 100644 --- a/apps/dav/l10n/zh_CN.json +++ b/apps/dav/l10n/zh_CN.json @@ -70,7 +70,7 @@ "Description: %s" : "描述:%s", "Where: %s" : "地点:%s", "%1$s via %2$s" : "%1$s 通过 %2$s", - "In the past on %1$s for the entire day" : "过去一整天都在 %1$s 上", + "In the past on %1$s for the entire day" : "过去一整天都进行 %1$s", "Cancelled: %1$s" : "已取消:%1$s", "\"%1$s\" has been canceled" : "“%1$s”已取消", "Re: %1$s" : "回复:%1$s", diff --git a/apps/federatedfilesharing/l10n/de.js b/apps/federatedfilesharing/l10n/de.js index 78f1efff131..6c59331c2d9 100644 --- a/apps/federatedfilesharing/l10n/de.js +++ b/apps/federatedfilesharing/l10n/de.js @@ -30,7 +30,7 @@ OC.L10N.register( "Allow people on this server to receive group shares from other servers" : "Ermögliche es Personen auf diesem Server, Gruppenfreigaben von anderen Servern zu erhalten", "Search global and public address book for people" : "Durchsuche globales und öffentliches Adressbuch nach Personen", "Allow people to publish their data to a global and public address book" : "Erlaube es Personen, ihre Daten in einem globalen und öffentlichen Adressbuch zu veröffentlichen", - "Trusted federation" : "Vertrauenswürdige Federation", + "Trusted federation" : "Vertrauenswürdige Föderation", "Automatically accept shares from trusted federated accounts and groups by default" : "Freigaben von vertrauenswürdigen Federation-Konten und -gruppen standardmäßig automatisch akzeptieren", "Unable to update federated files sharing config" : "Einstellungen zum Federated-Teilen konnten nicht aktualisiert werden", "Federated Cloud" : "Federated Cloud", diff --git a/apps/federatedfilesharing/l10n/de.json b/apps/federatedfilesharing/l10n/de.json index 6182abe8fa4..536e688bb5f 100644 --- a/apps/federatedfilesharing/l10n/de.json +++ b/apps/federatedfilesharing/l10n/de.json @@ -28,7 +28,7 @@ "Allow people on this server to receive group shares from other servers" : "Ermögliche es Personen auf diesem Server, Gruppenfreigaben von anderen Servern zu erhalten", "Search global and public address book for people" : "Durchsuche globales und öffentliches Adressbuch nach Personen", "Allow people to publish their data to a global and public address book" : "Erlaube es Personen, ihre Daten in einem globalen und öffentlichen Adressbuch zu veröffentlichen", - "Trusted federation" : "Vertrauenswürdige Federation", + "Trusted federation" : "Vertrauenswürdige Föderation", "Automatically accept shares from trusted federated accounts and groups by default" : "Freigaben von vertrauenswürdigen Federation-Konten und -gruppen standardmäßig automatisch akzeptieren", "Unable to update federated files sharing config" : "Einstellungen zum Federated-Teilen konnten nicht aktualisiert werden", "Federated Cloud" : "Federated Cloud", diff --git a/apps/federation/l10n/de.js b/apps/federation/l10n/de.js index df7d532e170..fb6f3f36217 100644 --- a/apps/federation/l10n/de.js +++ b/apps/federation/l10n/de.js @@ -8,11 +8,11 @@ OC.L10N.register( "No server to federate with found" : "Es wurde kein Server zum Verbinden per Federation gefunden", "Could not add server" : "Konnte Server nicht hinzufügen", "Trusted servers" : "Vertrauenswürdige Server", - "Federation" : "Federation", - "Federation allows you to connect with other trusted servers to exchange the account directory." : "Federation ermöglicht die Verbindung mit anderen vertrauenswürdigen Servern, um das Kontenverzeichnis auszutauschen.", - "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." : "Federation ermöglicht es dir, dich mit anderen vertrauenswürdigen Servern zu verbinden, um das Kontoverzeichnis auszutauschen. Dies wird zum Beispiel für die automatische Vervollständigung externer Konten beim Federated-Sharing verwendet.", + "Federation" : "Föderation", + "Federation allows you to connect with other trusted servers to exchange the account directory." : "Föderation ermöglicht die Verbindung mit anderen vertrauenswürdigen Servern, um das Kontenverzeichnis auszutauschen.", + "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." : "Föderation ermöglicht es dir, dich mit anderen vertrauenswürdigen Servern zu verbinden, um das Kontoverzeichnis auszutauschen. Dies wird zum Beispiel für die automatische Vervollständigung externer Konten beim Federated-Sharing verwendet.", "External documentation for Federated Cloud Sharing" : "Externe Dokumentation für Teilen über Federated Cloud", - "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." : "Federation ermöglicht es dir, dich mit anderen vertrauenswürdigen Servern zu verbinden, um das Kontoverzeichnis auszutauschen. Dies wird zum Beispiel für die automatische Vervollständigung externer Konten beim Federated-Sharing verwendet. Es ist nicht erforderlich einen Server als vertrauenswürdig hinzuzufügen, um eine \"federated\" Freigabe zu erstellen.", + "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." : "Föderation ermöglicht es dir, dich mit anderen vertrauenswürdigen Servern zu verbinden, um das Kontoverzeichnis auszutauschen. Dies wird zum Beispiel für die automatische Vervollständigung externer Konten beim Federated-Sharing verwendet. Es ist nicht erforderlich einen Server als vertrauenswürdig hinzuzufügen, um eine \"federated\" Freigabe zu erstellen.", "Each server must validate the other. This process may require a few cron cycles." : "Jeder Server muss den anderen validieren. Dieser Vorgang kann einige Cron-Zyklen erfordern.", "+ Add trusted server" : "+ Vertrauenswürdigen Server hinzufügen", "Trusted server" : "Vertrauenswürdiger Server", diff --git a/apps/federation/l10n/de.json b/apps/federation/l10n/de.json index cd1092e49c2..7b4b8952077 100644 --- a/apps/federation/l10n/de.json +++ b/apps/federation/l10n/de.json @@ -6,11 +6,11 @@ "No server to federate with found" : "Es wurde kein Server zum Verbinden per Federation gefunden", "Could not add server" : "Konnte Server nicht hinzufügen", "Trusted servers" : "Vertrauenswürdige Server", - "Federation" : "Federation", - "Federation allows you to connect with other trusted servers to exchange the account directory." : "Federation ermöglicht die Verbindung mit anderen vertrauenswürdigen Servern, um das Kontenverzeichnis auszutauschen.", - "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." : "Federation ermöglicht es dir, dich mit anderen vertrauenswürdigen Servern zu verbinden, um das Kontoverzeichnis auszutauschen. Dies wird zum Beispiel für die automatische Vervollständigung externer Konten beim Federated-Sharing verwendet.", + "Federation" : "Föderation", + "Federation allows you to connect with other trusted servers to exchange the account directory." : "Föderation ermöglicht die Verbindung mit anderen vertrauenswürdigen Servern, um das Kontenverzeichnis auszutauschen.", + "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." : "Föderation ermöglicht es dir, dich mit anderen vertrauenswürdigen Servern zu verbinden, um das Kontoverzeichnis auszutauschen. Dies wird zum Beispiel für die automatische Vervollständigung externer Konten beim Federated-Sharing verwendet.", "External documentation for Federated Cloud Sharing" : "Externe Dokumentation für Teilen über Federated Cloud", - "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." : "Federation ermöglicht es dir, dich mit anderen vertrauenswürdigen Servern zu verbinden, um das Kontoverzeichnis auszutauschen. Dies wird zum Beispiel für die automatische Vervollständigung externer Konten beim Federated-Sharing verwendet. Es ist nicht erforderlich einen Server als vertrauenswürdig hinzuzufügen, um eine \"federated\" Freigabe zu erstellen.", + "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." : "Föderation ermöglicht es dir, dich mit anderen vertrauenswürdigen Servern zu verbinden, um das Kontoverzeichnis auszutauschen. Dies wird zum Beispiel für die automatische Vervollständigung externer Konten beim Federated-Sharing verwendet. Es ist nicht erforderlich einen Server als vertrauenswürdig hinzuzufügen, um eine \"federated\" Freigabe zu erstellen.", "Each server must validate the other. This process may require a few cron cycles." : "Jeder Server muss den anderen validieren. Dieser Vorgang kann einige Cron-Zyklen erfordern.", "+ Add trusted server" : "+ Vertrauenswürdigen Server hinzufügen", "Trusted server" : "Vertrauenswürdiger Server", diff --git a/apps/files_external/l10n/ko.js b/apps/files_external/l10n/ko.js index 84687120866..b82fe6fb784 100644 --- a/apps/files_external/l10n/ko.js +++ b/apps/files_external/l10n/ko.js @@ -62,6 +62,7 @@ OC.L10N.register( "Enable Path Style" : "경로 스타일 사용", "Legacy (v2) authentication" : "레거시(v2) 인증", "Enable multipart copy" : "멀티파트 복사 활성화", + "SSE-C encryption key" : "SSE-C 암호화 키", "WebDAV" : "WebDAV", "URL" : "URL", "Remote subfolder" : "원격 하위 폴더", @@ -84,6 +85,7 @@ OC.L10N.register( "Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "경로 내 각 파일과 폴더의 접근 권한을 확인하여 해당 계정에 읽기 권한이 없는 파일을 솎아내며, 일부 성능 제약이 발생할 수 있습니다", "Timeout" : "시간 초과", "SMB/CIFS using OC login" : "OC 로그인을 사용하는 SMB/CIFS", + "Login as share" : "공유 로그인", "OpenStack Object Storage" : "OpenStack 객체 저장소", "Service name" : "서비스 이름", "Request timeout (seconds)" : "요청 시간 제한(초)", diff --git a/apps/files_external/l10n/ko.json b/apps/files_external/l10n/ko.json index 8b1e37be7f5..6145340f6d0 100644 --- a/apps/files_external/l10n/ko.json +++ b/apps/files_external/l10n/ko.json @@ -60,6 +60,7 @@ "Enable Path Style" : "경로 스타일 사용", "Legacy (v2) authentication" : "레거시(v2) 인증", "Enable multipart copy" : "멀티파트 복사 활성화", + "SSE-C encryption key" : "SSE-C 암호화 키", "WebDAV" : "WebDAV", "URL" : "URL", "Remote subfolder" : "원격 하위 폴더", @@ -82,6 +83,7 @@ "Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "경로 내 각 파일과 폴더의 접근 권한을 확인하여 해당 계정에 읽기 권한이 없는 파일을 솎아내며, 일부 성능 제약이 발생할 수 있습니다", "Timeout" : "시간 초과", "SMB/CIFS using OC login" : "OC 로그인을 사용하는 SMB/CIFS", + "Login as share" : "공유 로그인", "OpenStack Object Storage" : "OpenStack 객체 저장소", "Service name" : "서비스 이름", "Request timeout (seconds)" : "요청 시간 제한(초)", diff --git a/apps/files_sharing/l10n/gl.js b/apps/files_sharing/l10n/gl.js index 6f9abb52d82..8b9c2c7257f 100644 --- a/apps/files_sharing/l10n/gl.js +++ b/apps/files_sharing/l10n/gl.js @@ -229,7 +229,7 @@ OC.L10N.register( "Error, please enter proper password and/or expiration date" : "Erro, introduza un contrasinal ou unha data de caducidade correctos", "Link share created" : "Creouse a ligazón compartida", "Error while creating the share" : "Produciuse un erro ao crear a compartición", - "Quick share options, the current selected is \"{selectedOption}\"" : "Opcións compartir de forma rápida, a selección actual é \"{selectedOption}\"", + "Quick share options, the current selected is \"{selectedOption}\"" : "Opcións de compartir de xeito rápido, a selección actual é \"{selectedOption}\"", "View only" : "Só ver", "Can edit" : "Pode editar", "Custom permissions" : "Permisos personalizados", diff --git a/apps/files_sharing/l10n/gl.json b/apps/files_sharing/l10n/gl.json index 3bee507496d..db0b1b92d8d 100644 --- a/apps/files_sharing/l10n/gl.json +++ b/apps/files_sharing/l10n/gl.json @@ -227,7 +227,7 @@ "Error, please enter proper password and/or expiration date" : "Erro, introduza un contrasinal ou unha data de caducidade correctos", "Link share created" : "Creouse a ligazón compartida", "Error while creating the share" : "Produciuse un erro ao crear a compartición", - "Quick share options, the current selected is \"{selectedOption}\"" : "Opcións compartir de forma rápida, a selección actual é \"{selectedOption}\"", + "Quick share options, the current selected is \"{selectedOption}\"" : "Opcións de compartir de xeito rápido, a selección actual é \"{selectedOption}\"", "View only" : "Só ver", "Can edit" : "Pode editar", "Custom permissions" : "Permisos personalizados", diff --git a/apps/files_sharing/l10n/pl.js b/apps/files_sharing/l10n/pl.js index 9202e998ec3..785a4b7373a 100644 --- a/apps/files_sharing/l10n/pl.js +++ b/apps/files_sharing/l10n/pl.js @@ -90,6 +90,8 @@ OC.L10N.register( "You are not allowed to edit incoming shares" : "Nie masz uprawnień do modyfikowania przychodzących udostępnień", "Wrong or no update parameter given" : "Brakujący lub błędny parametr aktualizacji", "\"Sending the password by Nextcloud Talk\" for sharing a file or folder failed because Nextcloud Talk is not enabled." : "\"Wysyłanie hasła przez Nextcloud Talk\" w celu udostępnienia pliku lub katalogu nie powiodło się, ponieważ usługa Nextcloud Talk jest wyłączona.", + "Custom share link tokens have been disabled by the administrator" : "Administrator wyłączył niestandardowe tokeny linków udostępniania", + "Tokens must contain at least 1 character and may only contain letters, numbers, or a hyphen" : "Tokeny muszą zawierać co najmniej 1 znak i mogą zawierać wyłącznie litery, cyfry lub myślnik", "Invalid date. Format must be YYYY-MM-DD" : "Nieprawidłowa data. Format musi być RRRR-MM-DD", "No sharing rights on this item" : "Brak praw do udostępniania tego elementu", "Invalid share attributes provided: \"%s\"" : "Podano nieprawidłowe atrybuty udziału: „%s”", @@ -97,6 +99,7 @@ OC.L10N.register( "No mail notification configured for this share type" : "Dla tego typu udziału nie skonfigurowano żadnego powiadomienia e-mail", "Wrong password" : "Złe hasło", "Error while sending mail notification" : "Wystąpił błąd podczas wysyłania powiadomienia e-mail", + "Failed to generate a unique token" : "Nie udało się wygenerować unikalnego tokena", "This share does not exist or is no longer available" : "Ten współudział nie istnieje lub nie jest już dostępny", "shared by %s" : "udostępnione przez %s", "Download" : "Pobierz", @@ -120,12 +123,15 @@ OC.L10N.register( "Set a submission expiration date" : "Ustaw datę ważności zgłoszenia", "Expiration date" : "Data wygaśnięcia", "Select a date" : "Wybierz datę", + "Your administrator has enforced a {count} days expiration policy." : "Administrator wprowadził zasadę wygasania po {count} dniach.", "What password should be used for the request?" : "Jakiego hasła należy użyć do żądania?", "Set a password" : "Ustaw hasło", "Password" : "Hasło", "Enter a valid password" : "Wprowadź prawidłowe hasło", "Generate a new password" : "Wygeneruj nowe hasło", "Your administrator has enforced a password protection." : "Administrator wymusił ochronę hasłem.", + "The request will expire on {date} at midnight and will be password protected." : "Prośba wygaśnie {date} o północy i będzie chronione hasłem.", + "The request will expire on {date} at midnight." : "Prośba wygaśnie {date} o północy.", "The request will be password protected." : "Żądanie będzie chronione hasłem.", "You can now share the link below to allow people to upload files to your directory." : "Możesz teraz udostępnić poniższy odnośnik, aby umożliwić innym przesyłanie plików do Twojego katalogu.", "Share link" : "Udostępnij link", @@ -137,6 +143,8 @@ OC.L10N.register( "Link copied to clipboard" : "Link skopiowany do schowka", "Email already added" : "Adres e-mail został już dodany", "Invalid email address" : "Nieprawidłowy adres e-mail", + "_{count} email address already added_::_{count} email addresses already added_" : ["Dodano już {count} adres e-mail","Dodano już {count} adresy e-mail","Dodano już {count} adresów e-mail","Dodano już {count} adresów e-mail"], + "_{count} email address added_::_{count} email addresses added_" : ["Dodano {count} adres e-mail","Dodano {count} adresy e-mail","Dodano {count} adresów e-mail","Dodano {count} adresów e-mail"], "What are you requesting?" : "O co prosisz?", "Request subject" : "Temat prośby", "Birthday party photos, History assignment…" : "Zdjęcia z urodzin, zadanie z historii…", @@ -166,6 +174,8 @@ OC.L10N.register( "Error creating the share" : "Błąd podczas tworzenia udostępnienia", "Error sending emails: {errorMessage}" : "Błąd podczas wysyłania e-maili: {errorMessage}", "Error sending emails" : "Wystąpił błąd podczas wysyłania e-maili", + "_Send email and close_::_Send {count} emails and close_" : ["Wyślij e-mail i zamknij","Wyślij {count} e-maile i zamknij","Wyślij {count} e-maili i zamknij","Wyślij {count} e-maili i zamknij"], + "_File request created and email sent_::_File request created and {count} emails sent_" : ["Utworzono prośbę o plik i e-mail został wysłany","Utworzono prośbę o plik i wysłano {count} wiadomości e-mail","Utworzono prośbę o plik i wysłano {count} wiadomości e-mail","Utworzono prośbę o plik i wysłano {count} wiadomości e-mail"], "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ń", @@ -211,6 +221,7 @@ OC.L10N.register( "File request ({label})" : "Prośba o plik ({label})", "Mail share ({label})" : "Udostępnij pocztę ({label})", "Share link ({label})" : "Udostępnij link ({label})", + "Mail share" : "Udostępnij pocztę", "Share link ({index})" : "Udostępnij link ({index})", "Create public link" : "Utwórz link publiczny", "Actions for \"{title}\"" : "Akcje dla \"{title}\"", @@ -222,6 +233,8 @@ OC.L10N.register( "View only" : "Tylko podgląd", "Can edit" : "Może modyfikować", "Custom permissions" : "Uprawnienia niestandardowe", + "Enter external recipients" : "Wprowadź odbiorców zewnętrznych", + "Search for internal recipients" : "Wyszukaj odbiorców wewnętrznych", "Resharing is not allowed" : "Udostępnianie dalej jest niedozwolone", "Name or email …" : "Nazwa lub adres e-mail…", "Name, email, or Federated Cloud ID …" : "Nazwa, adres e-mail lub ID Chmury Federacyjnej…", @@ -243,6 +256,7 @@ OC.L10N.register( "By uploading files, you agree to the terms of service." : "Przesyłając pliki, wyrażasz zgodę na warunki korzystania z usługi.", "View terms of service" : "Zobacz warunki korzystania z usługi", "Terms of service" : "Warunki usługi", + "{ownerDisplayName} shared a folder with you." : "{ownerDisplayName} udostępnił Ci katalog.", "To upload files, you need to provide your name first." : "Aby przesłać pliki, musisz najpierw podać swoje imię i nazwisko.", "Nickname" : "Pseudonim", "Enter your nickname" : "Wpisz swój pseudonim", @@ -253,6 +267,10 @@ OC.L10N.register( "Upload only" : "Tylko wyślij", "Advanced settings" : "Ustawienia zaawansowane", "Share label" : "Udostępnij etykietę", + "Share link token" : "Udostępnij token linku", + "Set the public share link token to something easy to remember or generate a new token. It is not recommended to use a guessable token for shares which contain sensitive information." : "Ustaw publiczny token linku udostępniania na coś łatwego do zapamiętania lub wygeneruj nowy token. Nie zaleca się używania łatwego do zgadnięcia tokena dla udostępnień zawierających poufne informacje.", + "Generating…" : "Generowanie…", + "Generate new token" : "Wygeneruj nowy token", "Set password" : "Ustaw hasło", "Password expires {passwordExpirationTime}" : "Hasło wygasa {passwordExpirationTime}", "Password expired" : "Hasło wygasło", @@ -263,6 +281,7 @@ OC.L10N.register( "Allow download and sync" : "Zezwól na pobieranie i synchronizację", "Note to recipient" : "Informacja dla odbiorcy", "Enter a note for the share recipient" : "Napisz notatkę dla odbiorcy udostępnienia", + "Show files in grid view" : "Pokaż pliki w widoku siatki", "Read" : "Czytaj", "Create" : "Utwórz", "Edit" : "Edytuj", @@ -273,21 +292,36 @@ OC.L10N.register( "Share with email {email}" : "Udostępnij na e-mail {email}", "Share with group" : "Udostępnij grupie", "Share in conversation" : "Udostępnij w rozmowie", + "Share with {user} on remote server {server}" : "Udostępnij {user} na zdalnym serwerze {server}", "Share with remote group" : "Udostępnij grupie zdalnej", "Share with guest" : "Współdziel z gościem", "Update share" : "Zaktualizuj udostępnienie", "Save share" : "Zapisz udostępnienie", "Replace current password" : "Zamień obecne hasło", + "Failed to generate a new token" : "Nie udało się wygenerować nowego tokena", "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ń", + "Link shares" : "Udostępnianie linków", "Shares" : "Udostępnienia", + "Internal shares" : "Udostępnianie wewnętrzne", + "Internal shares explanation" : "Objaśnienie udostępnień wewnętrznych", + "Share with accounts and teams" : "Udostępnij kontom i zespołom", + "External shares" : "Udostępnienia zewnętrzne", + "External shares explanation" : "Objaśnienie udostępnień zewnętrznych", + "Email, federated cloud id" : "E-mail, identyfikator Chmury Federacyjnej", + "Additional shares" : "Dodatkowe udostępnienia", + "Additional shares explanation" : "Objaśnienia dodatkowych udostępnień", + "Use this method to share files with individuals or teams within your organization. If the recipient already has access to the share but cannot locate it, you can send them the internal share link for easy access." : "Użyj tej metody, aby udostępniać pliki osobom lub zespołom w swojej organizacji. Jeśli odbiorca ma już dostęp do udostępnionego pliku, ale nie może go zlokalizować, możesz wysłać mu wewnętrzny link do udostępniania, aby ułatwić dostęp.", + "Use this method to share files with individuals or organizations outside your organization. Files and folders can be shared via public share links and email addresses. You can also share to other Nextcloud accounts hosted on different instances using their federated cloud ID." : "Użyj tej metody, aby udostępniać pliki osobom lub organizacjom spoza Twojej organizacji. Pliki i katalogi można udostępniać za pośrednictwem publicznych linków udostępniania i adresów e-mail. Możesz również udostępniać pliki innym kontom Nextcloud hostowanym na różnych instancjach, używając ich identyfikatora Chmury Federacyjnej.", + "Shares that are not part of the internal or external shares. This can be shares from apps or other sources." : "Udostępnienia, które nie są częścią udostępnień wewnętrznych lub zewnętrznych. Mogą to być udostępnienia z aplikacji lub innych źródeł.", "Unable to load the shares list" : "Nie można pobrać listy udostępnień", "Expires {relativetime}" : "Wygasa {relativetime}", "this share just expired." : "te udostępnienie właśnie wygasło.", "Shared with you by {owner}" : "Udostępnione Tobie przez {owner}", + "_The following email address is not valid: {emails}_::_The following email addresses are not valid: {emails}_" : ["Podany adres e-mail jest nieprawidłowy: {emails}","Poniższe adresy e-mail są nieprawidłowe: {emails}","Poniższe adresy e-mail są nieprawidłowe: {emails}","Poniższe adresy e-mail są nieprawidłowe: {emails}"], "Link to a file" : "Link do pliku", "_Accept share_::_Accept shares_" : ["Zaakceptuj udostępnienie","Zaakceptuj udostępnienia","Zaakceptuj udostępnienia","Zaakceptuj udostępnienia"], "Open in Files" : "Otwórz w Plikach", @@ -341,6 +375,7 @@ OC.L10N.register( "Could not update share" : "Nie można zaktualizować współudziału", "Share saved" : "Zapisano udostępnienie", "Share expiry date saved" : "Zapisano datę ważności udziału", + "Share hide-download state saved" : "Udostępnij ukryj-pobierz status zapisany", "Share label saved" : "Etykieta udostępnienia zapisana", "Share note for recipient saved" : "Zapisano udostępnianą notatkę dla odbiorcy", "Share password saved" : "Hasło udostępnienia zapisane", @@ -382,6 +417,8 @@ OC.L10N.register( "Allow download" : "Zezwól na pobieranie", "Share expire date saved" : "Zapisano datę ważności udziału", "You are not allowed to edit link shares that you don't own" : "Nie możesz modyfikować udostępnionych odnośników, których nie jesteś właścicielem", + "_1 email address already added_::_{count} email addresses already added_" : ["Dodano już 1 adres e-mail","Dodano już {count} adresy e-mail","Dodano już {count} adresów e-mail","Dodano już {count} adresów e-mail"], + "_1 email address added_::_{count} email addresses added_" : ["Dodano 1 adres e-mail","Dodano {count} adresy e-mail","Dodano {count} adresów e-mail","Dodano {count} adresów e-mail"], "Enter your name" : "Wpisz swoją nazwę" }, "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);"); diff --git a/apps/files_sharing/l10n/pl.json b/apps/files_sharing/l10n/pl.json index f3cc169f342..48234c1e155 100644 --- a/apps/files_sharing/l10n/pl.json +++ b/apps/files_sharing/l10n/pl.json @@ -88,6 +88,8 @@ "You are not allowed to edit incoming shares" : "Nie masz uprawnień do modyfikowania przychodzących udostępnień", "Wrong or no update parameter given" : "Brakujący lub błędny parametr aktualizacji", "\"Sending the password by Nextcloud Talk\" for sharing a file or folder failed because Nextcloud Talk is not enabled." : "\"Wysyłanie hasła przez Nextcloud Talk\" w celu udostępnienia pliku lub katalogu nie powiodło się, ponieważ usługa Nextcloud Talk jest wyłączona.", + "Custom share link tokens have been disabled by the administrator" : "Administrator wyłączył niestandardowe tokeny linków udostępniania", + "Tokens must contain at least 1 character and may only contain letters, numbers, or a hyphen" : "Tokeny muszą zawierać co najmniej 1 znak i mogą zawierać wyłącznie litery, cyfry lub myślnik", "Invalid date. Format must be YYYY-MM-DD" : "Nieprawidłowa data. Format musi być RRRR-MM-DD", "No sharing rights on this item" : "Brak praw do udostępniania tego elementu", "Invalid share attributes provided: \"%s\"" : "Podano nieprawidłowe atrybuty udziału: „%s”", @@ -95,6 +97,7 @@ "No mail notification configured for this share type" : "Dla tego typu udziału nie skonfigurowano żadnego powiadomienia e-mail", "Wrong password" : "Złe hasło", "Error while sending mail notification" : "Wystąpił błąd podczas wysyłania powiadomienia e-mail", + "Failed to generate a unique token" : "Nie udało się wygenerować unikalnego tokena", "This share does not exist or is no longer available" : "Ten współudział nie istnieje lub nie jest już dostępny", "shared by %s" : "udostępnione przez %s", "Download" : "Pobierz", @@ -118,12 +121,15 @@ "Set a submission expiration date" : "Ustaw datę ważności zgłoszenia", "Expiration date" : "Data wygaśnięcia", "Select a date" : "Wybierz datę", + "Your administrator has enforced a {count} days expiration policy." : "Administrator wprowadził zasadę wygasania po {count} dniach.", "What password should be used for the request?" : "Jakiego hasła należy użyć do żądania?", "Set a password" : "Ustaw hasło", "Password" : "Hasło", "Enter a valid password" : "Wprowadź prawidłowe hasło", "Generate a new password" : "Wygeneruj nowe hasło", "Your administrator has enforced a password protection." : "Administrator wymusił ochronę hasłem.", + "The request will expire on {date} at midnight and will be password protected." : "Prośba wygaśnie {date} o północy i będzie chronione hasłem.", + "The request will expire on {date} at midnight." : "Prośba wygaśnie {date} o północy.", "The request will be password protected." : "Żądanie będzie chronione hasłem.", "You can now share the link below to allow people to upload files to your directory." : "Możesz teraz udostępnić poniższy odnośnik, aby umożliwić innym przesyłanie plików do Twojego katalogu.", "Share link" : "Udostępnij link", @@ -135,6 +141,8 @@ "Link copied to clipboard" : "Link skopiowany do schowka", "Email already added" : "Adres e-mail został już dodany", "Invalid email address" : "Nieprawidłowy adres e-mail", + "_{count} email address already added_::_{count} email addresses already added_" : ["Dodano już {count} adres e-mail","Dodano już {count} adresy e-mail","Dodano już {count} adresów e-mail","Dodano już {count} adresów e-mail"], + "_{count} email address added_::_{count} email addresses added_" : ["Dodano {count} adres e-mail","Dodano {count} adresy e-mail","Dodano {count} adresów e-mail","Dodano {count} adresów e-mail"], "What are you requesting?" : "O co prosisz?", "Request subject" : "Temat prośby", "Birthday party photos, History assignment…" : "Zdjęcia z urodzin, zadanie z historii…", @@ -164,6 +172,8 @@ "Error creating the share" : "Błąd podczas tworzenia udostępnienia", "Error sending emails: {errorMessage}" : "Błąd podczas wysyłania e-maili: {errorMessage}", "Error sending emails" : "Wystąpił błąd podczas wysyłania e-maili", + "_Send email and close_::_Send {count} emails and close_" : ["Wyślij e-mail i zamknij","Wyślij {count} e-maile i zamknij","Wyślij {count} e-maili i zamknij","Wyślij {count} e-maili i zamknij"], + "_File request created and email sent_::_File request created and {count} emails sent_" : ["Utworzono prośbę o plik i e-mail został wysłany","Utworzono prośbę o plik i wysłano {count} wiadomości e-mail","Utworzono prośbę o plik i wysłano {count} wiadomości e-mail","Utworzono prośbę o plik i wysłano {count} wiadomości e-mail"], "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ń", @@ -209,6 +219,7 @@ "File request ({label})" : "Prośba o plik ({label})", "Mail share ({label})" : "Udostępnij pocztę ({label})", "Share link ({label})" : "Udostępnij link ({label})", + "Mail share" : "Udostępnij pocztę", "Share link ({index})" : "Udostępnij link ({index})", "Create public link" : "Utwórz link publiczny", "Actions for \"{title}\"" : "Akcje dla \"{title}\"", @@ -220,6 +231,8 @@ "View only" : "Tylko podgląd", "Can edit" : "Może modyfikować", "Custom permissions" : "Uprawnienia niestandardowe", + "Enter external recipients" : "Wprowadź odbiorców zewnętrznych", + "Search for internal recipients" : "Wyszukaj odbiorców wewnętrznych", "Resharing is not allowed" : "Udostępnianie dalej jest niedozwolone", "Name or email …" : "Nazwa lub adres e-mail…", "Name, email, or Federated Cloud ID …" : "Nazwa, adres e-mail lub ID Chmury Federacyjnej…", @@ -241,6 +254,7 @@ "By uploading files, you agree to the terms of service." : "Przesyłając pliki, wyrażasz zgodę na warunki korzystania z usługi.", "View terms of service" : "Zobacz warunki korzystania z usługi", "Terms of service" : "Warunki usługi", + "{ownerDisplayName} shared a folder with you." : "{ownerDisplayName} udostępnił Ci katalog.", "To upload files, you need to provide your name first." : "Aby przesłać pliki, musisz najpierw podać swoje imię i nazwisko.", "Nickname" : "Pseudonim", "Enter your nickname" : "Wpisz swój pseudonim", @@ -251,6 +265,10 @@ "Upload only" : "Tylko wyślij", "Advanced settings" : "Ustawienia zaawansowane", "Share label" : "Udostępnij etykietę", + "Share link token" : "Udostępnij token linku", + "Set the public share link token to something easy to remember or generate a new token. It is not recommended to use a guessable token for shares which contain sensitive information." : "Ustaw publiczny token linku udostępniania na coś łatwego do zapamiętania lub wygeneruj nowy token. Nie zaleca się używania łatwego do zgadnięcia tokena dla udostępnień zawierających poufne informacje.", + "Generating…" : "Generowanie…", + "Generate new token" : "Wygeneruj nowy token", "Set password" : "Ustaw hasło", "Password expires {passwordExpirationTime}" : "Hasło wygasa {passwordExpirationTime}", "Password expired" : "Hasło wygasło", @@ -261,6 +279,7 @@ "Allow download and sync" : "Zezwól na pobieranie i synchronizację", "Note to recipient" : "Informacja dla odbiorcy", "Enter a note for the share recipient" : "Napisz notatkę dla odbiorcy udostępnienia", + "Show files in grid view" : "Pokaż pliki w widoku siatki", "Read" : "Czytaj", "Create" : "Utwórz", "Edit" : "Edytuj", @@ -271,21 +290,36 @@ "Share with email {email}" : "Udostępnij na e-mail {email}", "Share with group" : "Udostępnij grupie", "Share in conversation" : "Udostępnij w rozmowie", + "Share with {user} on remote server {server}" : "Udostępnij {user} na zdalnym serwerze {server}", "Share with remote group" : "Udostępnij grupie zdalnej", "Share with guest" : "Współdziel z gościem", "Update share" : "Zaktualizuj udostępnienie", "Save share" : "Zapisz udostępnienie", "Replace current password" : "Zamień obecne hasło", + "Failed to generate a new token" : "Nie udało się wygenerować nowego tokena", "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ń", + "Link shares" : "Udostępnianie linków", "Shares" : "Udostępnienia", + "Internal shares" : "Udostępnianie wewnętrzne", + "Internal shares explanation" : "Objaśnienie udostępnień wewnętrznych", + "Share with accounts and teams" : "Udostępnij kontom i zespołom", + "External shares" : "Udostępnienia zewnętrzne", + "External shares explanation" : "Objaśnienie udostępnień zewnętrznych", + "Email, federated cloud id" : "E-mail, identyfikator Chmury Federacyjnej", + "Additional shares" : "Dodatkowe udostępnienia", + "Additional shares explanation" : "Objaśnienia dodatkowych udostępnień", + "Use this method to share files with individuals or teams within your organization. If the recipient already has access to the share but cannot locate it, you can send them the internal share link for easy access." : "Użyj tej metody, aby udostępniać pliki osobom lub zespołom w swojej organizacji. Jeśli odbiorca ma już dostęp do udostępnionego pliku, ale nie może go zlokalizować, możesz wysłać mu wewnętrzny link do udostępniania, aby ułatwić dostęp.", + "Use this method to share files with individuals or organizations outside your organization. Files and folders can be shared via public share links and email addresses. You can also share to other Nextcloud accounts hosted on different instances using their federated cloud ID." : "Użyj tej metody, aby udostępniać pliki osobom lub organizacjom spoza Twojej organizacji. Pliki i katalogi można udostępniać za pośrednictwem publicznych linków udostępniania i adresów e-mail. Możesz również udostępniać pliki innym kontom Nextcloud hostowanym na różnych instancjach, używając ich identyfikatora Chmury Federacyjnej.", + "Shares that are not part of the internal or external shares. This can be shares from apps or other sources." : "Udostępnienia, które nie są częścią udostępnień wewnętrznych lub zewnętrznych. Mogą to być udostępnienia z aplikacji lub innych źródeł.", "Unable to load the shares list" : "Nie można pobrać listy udostępnień", "Expires {relativetime}" : "Wygasa {relativetime}", "this share just expired." : "te udostępnienie właśnie wygasło.", "Shared with you by {owner}" : "Udostępnione Tobie przez {owner}", + "_The following email address is not valid: {emails}_::_The following email addresses are not valid: {emails}_" : ["Podany adres e-mail jest nieprawidłowy: {emails}","Poniższe adresy e-mail są nieprawidłowe: {emails}","Poniższe adresy e-mail są nieprawidłowe: {emails}","Poniższe adresy e-mail są nieprawidłowe: {emails}"], "Link to a file" : "Link do pliku", "_Accept share_::_Accept shares_" : ["Zaakceptuj udostępnienie","Zaakceptuj udostępnienia","Zaakceptuj udostępnienia","Zaakceptuj udostępnienia"], "Open in Files" : "Otwórz w Plikach", @@ -339,6 +373,7 @@ "Could not update share" : "Nie można zaktualizować współudziału", "Share saved" : "Zapisano udostępnienie", "Share expiry date saved" : "Zapisano datę ważności udziału", + "Share hide-download state saved" : "Udostępnij ukryj-pobierz status zapisany", "Share label saved" : "Etykieta udostępnienia zapisana", "Share note for recipient saved" : "Zapisano udostępnianą notatkę dla odbiorcy", "Share password saved" : "Hasło udostępnienia zapisane", @@ -380,6 +415,8 @@ "Allow download" : "Zezwól na pobieranie", "Share expire date saved" : "Zapisano datę ważności udziału", "You are not allowed to edit link shares that you don't own" : "Nie możesz modyfikować udostępnionych odnośników, których nie jesteś właścicielem", + "_1 email address already added_::_{count} email addresses already added_" : ["Dodano już 1 adres e-mail","Dodano już {count} adresy e-mail","Dodano już {count} adresów e-mail","Dodano już {count} adresów e-mail"], + "_1 email address added_::_{count} email addresses added_" : ["Dodano 1 adres e-mail","Dodano {count} adresy e-mail","Dodano {count} adresów e-mail","Dodano {count} adresów e-mail"], "Enter your name" : "Wpisz swoją nazwę" },"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);" }
\ No newline at end of file diff --git a/apps/lookup_server_connector/l10n/ko.js b/apps/lookup_server_connector/l10n/ko.js index 2aebf70f636..af990501369 100644 --- a/apps/lookup_server_connector/l10n/ko.js +++ b/apps/lookup_server_connector/l10n/ko.js @@ -1,6 +1,7 @@ OC.L10N.register( "lookup_server_connector", { - "Lookup Server Connector" : "Lockup 서버 연결" + "Lookup Server Connector" : "Lookup Server Connector", + "Sync public account information with the lookup server" : "공용 계정 정보를 Lookup Server와 동기화합니다" }, "nplurals=1; plural=0;"); diff --git a/apps/lookup_server_connector/l10n/ko.json b/apps/lookup_server_connector/l10n/ko.json index d9ec7ed7abf..3626f521954 100644 --- a/apps/lookup_server_connector/l10n/ko.json +++ b/apps/lookup_server_connector/l10n/ko.json @@ -1,4 +1,5 @@ { "translations": { - "Lookup Server Connector" : "Lockup 서버 연결" + "Lookup Server Connector" : "Lookup Server Connector", + "Sync public account information with the lookup server" : "공용 계정 정보를 Lookup Server와 동기화합니다" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/apps/settings/l10n/de.js b/apps/settings/l10n/de.js index 85a2498c064..f77e7a494a6 100644 --- a/apps/settings/l10n/de.js +++ b/apps/settings/l10n/de.js @@ -5,7 +5,7 @@ OC.L10N.register( "Only visible to people matched via phone number integration through Talk on mobile" : "Nur sichtbar für Personen, die über die Rufnummernintegration von Talk auf dem Smartphone abgeglichen wurden.", "Local" : "Lokal", "Only visible to people on this instance and guests" : "Nur für Personen dieser Instanz und Gäste sichtbar", - "Federated" : "Federated", + "Federated" : "Föderiert", "Only synchronize to trusted servers" : "Nur mit vertrauenswürdigen Servern synchronisieren", "Published" : "Veröffentlicht", "Synchronize to trusted servers and the global and public address book" : "Mit vertrauenswürdigen Servern und dem globalen und öffentlichen Adressbuch synchronisieren", @@ -647,8 +647,8 @@ OC.L10N.register( "Invalid value" : "Ungültiger Wert", "Unable to update {property}" : "{property} konnte nicht aktualisiert werden.", "Change scope level of {property}, current scope is {scope}" : "Ändern des Geltungsbereich von {property}, aktueller Bereich ist {scope}", - "Unable to update federation scope of the primary {property}" : "Der Federations-Bereich des primären {property} kann nicht aktualisiert werden.", - "Unable to update federation scope of additional {property}" : "Der Federations-Bereich des zusätzlichen {property} kann nicht aktualisiert werden.", + "Unable to update federation scope of the primary {property}" : "Der Föderations-Bereich des primären {property} kann nicht aktualisiert werden.", + "Unable to update federation scope of additional {property}" : "Der Föderations-Bereich des zusätzlichen {property} kann nicht aktualisiert werden.", "Add additional email" : "Zusätzliche E-Mail-Adresse hinzufügen", "Add" : "Hinzufügen", "Create" : "Erstellen", @@ -789,7 +789,7 @@ OC.L10N.register( "Locale" : "Gebietsschema", "First day of week" : "Erster Tag der Woche", "Not available as this property is required for core functionality including file sharing and calendar invitations" : "Nicht verfügbar, da diese Eigenschaft für Kernfunktionen wie Dateifreigabe und Kalendereinladungen erforderlich ist.", - "Not available as federation has been disabled for your account, contact your system administration if you have any questions" : "Nicht verfügbar, da Federation für dein Konto deaktiviert ist. Wende dich an deinen Administrator, wenn du Fragen hast.", + "Not available as federation has been disabled for your account, contact your system administration if you have any questions" : "Nicht verfügbar, da Föderation für dein Konto deaktiviert ist. Wende dich an deinen Administrator, wenn du Fragen hast.", "Not available as publishing account specific data to the lookup server is not allowed, contact your system administration if you have any questions" : "Nicht verfügbar, da die Veröffentlichung benutzerspezifischer Daten auf dem Lookup-Server nicht zulässig ist. Wende dich bei Fragen an deine Systemadministration.", "Discover" : "Entdecken", "Your apps" : "Deine Apps", diff --git a/apps/settings/l10n/de.json b/apps/settings/l10n/de.json index 750085e5907..8e742c0208f 100644 --- a/apps/settings/l10n/de.json +++ b/apps/settings/l10n/de.json @@ -3,7 +3,7 @@ "Only visible to people matched via phone number integration through Talk on mobile" : "Nur sichtbar für Personen, die über die Rufnummernintegration von Talk auf dem Smartphone abgeglichen wurden.", "Local" : "Lokal", "Only visible to people on this instance and guests" : "Nur für Personen dieser Instanz und Gäste sichtbar", - "Federated" : "Federated", + "Federated" : "Föderiert", "Only synchronize to trusted servers" : "Nur mit vertrauenswürdigen Servern synchronisieren", "Published" : "Veröffentlicht", "Synchronize to trusted servers and the global and public address book" : "Mit vertrauenswürdigen Servern und dem globalen und öffentlichen Adressbuch synchronisieren", @@ -645,8 +645,8 @@ "Invalid value" : "Ungültiger Wert", "Unable to update {property}" : "{property} konnte nicht aktualisiert werden.", "Change scope level of {property}, current scope is {scope}" : "Ändern des Geltungsbereich von {property}, aktueller Bereich ist {scope}", - "Unable to update federation scope of the primary {property}" : "Der Federations-Bereich des primären {property} kann nicht aktualisiert werden.", - "Unable to update federation scope of additional {property}" : "Der Federations-Bereich des zusätzlichen {property} kann nicht aktualisiert werden.", + "Unable to update federation scope of the primary {property}" : "Der Föderations-Bereich des primären {property} kann nicht aktualisiert werden.", + "Unable to update federation scope of additional {property}" : "Der Föderations-Bereich des zusätzlichen {property} kann nicht aktualisiert werden.", "Add additional email" : "Zusätzliche E-Mail-Adresse hinzufügen", "Add" : "Hinzufügen", "Create" : "Erstellen", @@ -787,7 +787,7 @@ "Locale" : "Gebietsschema", "First day of week" : "Erster Tag der Woche", "Not available as this property is required for core functionality including file sharing and calendar invitations" : "Nicht verfügbar, da diese Eigenschaft für Kernfunktionen wie Dateifreigabe und Kalendereinladungen erforderlich ist.", - "Not available as federation has been disabled for your account, contact your system administration if you have any questions" : "Nicht verfügbar, da Federation für dein Konto deaktiviert ist. Wende dich an deinen Administrator, wenn du Fragen hast.", + "Not available as federation has been disabled for your account, contact your system administration if you have any questions" : "Nicht verfügbar, da Föderation für dein Konto deaktiviert ist. Wende dich an deinen Administrator, wenn du Fragen hast.", "Not available as publishing account specific data to the lookup server is not allowed, contact your system administration if you have any questions" : "Nicht verfügbar, da die Veröffentlichung benutzerspezifischer Daten auf dem Lookup-Server nicht zulässig ist. Wende dich bei Fragen an deine Systemadministration.", "Discover" : "Entdecken", "Your apps" : "Deine Apps", diff --git a/apps/settings/l10n/lv.js b/apps/settings/l10n/lv.js index bd8eb085aea..b1af2348ee1 100644 --- a/apps/settings/l10n/lv.js +++ b/apps/settings/l10n/lv.js @@ -135,7 +135,7 @@ OC.L10N.register( "The file must be a PNG or JPG" : "Failam jābūt PNG vai JPG", "Enter your date of birth" : "Ievadiet Jūsu dzimšanas datumu", "Unable to update date of birth" : "Nevarēja atjaunināt dzimšanas datumu", - "You are a member of the following groups:" : "Jūs esat lietotājs sekojošās grupās:", + "You are a member of the following groups:" : "Tu esi zemāk uzskaitīto kopu dalībnieks:", "You are using {s}{usage}{/s}" : "Jūs izmantojat {s}{usage}{/s}", "You are using {s}{usage}{/s} of {s}{totalSpace}{/s} ({s}{usageRelative}%{/s})" : "Jūs izmantojat {s}{usage}{/s} no {s}{totalSpace}{/s} ({s}{usageRelative}%{/s})", "Primary email for password reset and notifications" : "Primārā e-pasta adrese paroles atjaunošanai un paziņojumiem", diff --git a/apps/settings/l10n/lv.json b/apps/settings/l10n/lv.json index 7a30b73a62d..c9d95df06ea 100644 --- a/apps/settings/l10n/lv.json +++ b/apps/settings/l10n/lv.json @@ -133,7 +133,7 @@ "The file must be a PNG or JPG" : "Failam jābūt PNG vai JPG", "Enter your date of birth" : "Ievadiet Jūsu dzimšanas datumu", "Unable to update date of birth" : "Nevarēja atjaunināt dzimšanas datumu", - "You are a member of the following groups:" : "Jūs esat lietotājs sekojošās grupās:", + "You are a member of the following groups:" : "Tu esi zemāk uzskaitīto kopu dalībnieks:", "You are using {s}{usage}{/s}" : "Jūs izmantojat {s}{usage}{/s}", "You are using {s}{usage}{/s} of {s}{totalSpace}{/s} ({s}{usageRelative}%{/s})" : "Jūs izmantojat {s}{usage}{/s} no {s}{totalSpace}{/s} ({s}{usageRelative}%{/s})", "Primary email for password reset and notifications" : "Primārā e-pasta adrese paroles atjaunošanai un paziņojumiem", diff --git a/apps/sharebymail/l10n/pl.js b/apps/sharebymail/l10n/pl.js index 5a5f51e1a95..64d6950c930 100644 --- a/apps/sharebymail/l10n/pl.js +++ b/apps/sharebymail/l10n/pl.js @@ -18,14 +18,28 @@ OC.L10N.register( "We cannot send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Nie można wysłać automatycznie wygenerowanego hasła. Proszę ustawić prawidłowy adres e-mail w ustawieniach osobistych i spróbować ponownie.", "Failed to send share by email. Got an invalid email address" : "Nie udało się wysłać udostępnienia pocztą e-mail. Masz nieprawidłowy adres e-mail", "Failed to send share by email" : "Nie udało się wysłać linku udostępnienia e-mailem", + "%1$s shared %2$s with you" : "%1$s udostępnił %2$s Tobie", "Note:" : "Notatka:", + "This share is valid until %s at midnight" : "Te udostępnienie jest ważna do %s do północy", + "Expiration:" : "Wygaśnięcie:", + "Open %s" : "Otwórz %s", "%1$s via %2$s" : "%1$s przez %2$s", + "%1$s shared %2$s with you.\nYou should have already received a separate mail with a link to access it.\n" : "%1$s udostępnił Ci %2$s.\nPowinieneś już otrzymać osobną wiadomość e-mail z linkiem do niego.\n", + "%1$s shared %2$s with you. You should have already received a separate mail with a link to access it." : "%1$s udostępnił Ci %2$s. Powinieneś już otrzymać osobną wiadomość e-mail z linkiem do niego.", + "Password to access %1$s shared to you by %2$s" : "Hasło dostępu do %1$s udostępnionego Ci przez %2$s", + "Password to access %s" : "Hasło dostępu do %s", "It is protected with the following password:" : "Zasób jest chroniony następującym hasłem:", "This password will expire at %s" : "To hasło wygaśnie w %s", + "%1$s shared %2$s with you and wants to add:" : "%1$s udostępnił Ci %2$s i chce dodać:", + "%1$s shared %2$s with you and wants to add" : "%1$s udostępnił Ci %2$s i chce dodać", + "%s added a note to a file shared with you" : "%s dodał notatkę do pliku udostępnionego Tobie", + "You just shared %1$s with %2$s. The share was already sent to the recipient. Due to the security policies defined by the administrator of %3$s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Właśnie udostępniłeś %1$s użytkownikowi %2$s. Udostępnienie zostało już wysłane do odbiorcy. Ze względu na zasady bezpieczeństwa zdefiniowane przez administratora %3$s każde udostępnienie musi być chronione hasłem i nie jest dozwolone wysyłanie hasła bezpośrednio do odbiorcy. Dlatego musisz ręcznie przesłać hasło do odbiorcy.", + "Password to access %1$s shared by you with %2$s" : "Hasło dostępu do %1$s udostępnione przez Ciebie %2$s", "This is the password:" : "To jest hasło do zasobu:", "You can choose a different password at any time in the share dialog." : "W dowolnym momencie możesz zmienić hasło w oknie udostępnienia.", "Could not find share" : "Nie można odnaleźć udostępnionego zasobu", "Share provider which allows you to share files by mail" : "Wskaż dostawcę, który umożliwia udostępnianie plików pocztą", + "Allows people to share a personalized link to a file or folder by putting in an email address." : "Umożliwia użytkownikom udostępnianie spersonalizowanego linku do pliku lub katalogu poprzez podanie adresu e-mail.", "Send password by mail" : "Wyślij hasło e-mailem", "Reply to initiator" : "Odpowiedz inicjatorowi", "Unable to update share by mail config" : "Nie można zaktualizować konfiguracji udostępniania przez pocztę", diff --git a/apps/sharebymail/l10n/pl.json b/apps/sharebymail/l10n/pl.json index 82923cf0f88..750ac81ebe0 100644 --- a/apps/sharebymail/l10n/pl.json +++ b/apps/sharebymail/l10n/pl.json @@ -16,14 +16,28 @@ "We cannot send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Nie można wysłać automatycznie wygenerowanego hasła. Proszę ustawić prawidłowy adres e-mail w ustawieniach osobistych i spróbować ponownie.", "Failed to send share by email. Got an invalid email address" : "Nie udało się wysłać udostępnienia pocztą e-mail. Masz nieprawidłowy adres e-mail", "Failed to send share by email" : "Nie udało się wysłać linku udostępnienia e-mailem", + "%1$s shared %2$s with you" : "%1$s udostępnił %2$s Tobie", "Note:" : "Notatka:", + "This share is valid until %s at midnight" : "Te udostępnienie jest ważna do %s do północy", + "Expiration:" : "Wygaśnięcie:", + "Open %s" : "Otwórz %s", "%1$s via %2$s" : "%1$s przez %2$s", + "%1$s shared %2$s with you.\nYou should have already received a separate mail with a link to access it.\n" : "%1$s udostępnił Ci %2$s.\nPowinieneś już otrzymać osobną wiadomość e-mail z linkiem do niego.\n", + "%1$s shared %2$s with you. You should have already received a separate mail with a link to access it." : "%1$s udostępnił Ci %2$s. Powinieneś już otrzymać osobną wiadomość e-mail z linkiem do niego.", + "Password to access %1$s shared to you by %2$s" : "Hasło dostępu do %1$s udostępnionego Ci przez %2$s", + "Password to access %s" : "Hasło dostępu do %s", "It is protected with the following password:" : "Zasób jest chroniony następującym hasłem:", "This password will expire at %s" : "To hasło wygaśnie w %s", + "%1$s shared %2$s with you and wants to add:" : "%1$s udostępnił Ci %2$s i chce dodać:", + "%1$s shared %2$s with you and wants to add" : "%1$s udostępnił Ci %2$s i chce dodać", + "%s added a note to a file shared with you" : "%s dodał notatkę do pliku udostępnionego Tobie", + "You just shared %1$s with %2$s. The share was already sent to the recipient. Due to the security policies defined by the administrator of %3$s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Właśnie udostępniłeś %1$s użytkownikowi %2$s. Udostępnienie zostało już wysłane do odbiorcy. Ze względu na zasady bezpieczeństwa zdefiniowane przez administratora %3$s każde udostępnienie musi być chronione hasłem i nie jest dozwolone wysyłanie hasła bezpośrednio do odbiorcy. Dlatego musisz ręcznie przesłać hasło do odbiorcy.", + "Password to access %1$s shared by you with %2$s" : "Hasło dostępu do %1$s udostępnione przez Ciebie %2$s", "This is the password:" : "To jest hasło do zasobu:", "You can choose a different password at any time in the share dialog." : "W dowolnym momencie możesz zmienić hasło w oknie udostępnienia.", "Could not find share" : "Nie można odnaleźć udostępnionego zasobu", "Share provider which allows you to share files by mail" : "Wskaż dostawcę, który umożliwia udostępnianie plików pocztą", + "Allows people to share a personalized link to a file or folder by putting in an email address." : "Umożliwia użytkownikom udostępnianie spersonalizowanego linku do pliku lub katalogu poprzez podanie adresu e-mail.", "Send password by mail" : "Wyślij hasło e-mailem", "Reply to initiator" : "Odpowiedz inicjatorowi", "Unable to update share by mail config" : "Nie można zaktualizować konfiguracji udostępniania przez pocztę", diff --git a/apps/twofactor_backupcodes/l10n/ko.js b/apps/twofactor_backupcodes/l10n/ko.js index 08d445658c2..7eb829b3db2 100644 --- a/apps/twofactor_backupcodes/l10n/ko.js +++ b/apps/twofactor_backupcodes/l10n/ko.js @@ -10,6 +10,7 @@ OC.L10N.register( "Two factor backup codes" : "2단계 인증 백업 코드", "A two-factor auth backup codes provider" : "2단계 인증 백업 코드 공급자", "Backup codes have been generated. {used} of {total} codes have been used." : "백업 코드가 생성되었습니다. {total}개 중 {used}개의 코드가 사용되었습니다.", + "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later." : "귀하의 백업 코드입니다. 이 코드는 다시 확인할 수 없다는 사실을 염두에 두고, 저장하거나 출력해 두십시오.", "Save backup codes" : "백업 코드 저장", "Print backup codes" : "백업 코드 인쇄", "Regenerate backup codes" : "백업 코드 다시 생성", diff --git a/apps/twofactor_backupcodes/l10n/ko.json b/apps/twofactor_backupcodes/l10n/ko.json index eaad8d7983f..db20000581e 100644 --- a/apps/twofactor_backupcodes/l10n/ko.json +++ b/apps/twofactor_backupcodes/l10n/ko.json @@ -8,6 +8,7 @@ "Two factor backup codes" : "2단계 인증 백업 코드", "A two-factor auth backup codes provider" : "2단계 인증 백업 코드 공급자", "Backup codes have been generated. {used} of {total} codes have been used." : "백업 코드가 생성되었습니다. {total}개 중 {used}개의 코드가 사용되었습니다.", + "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later." : "귀하의 백업 코드입니다. 이 코드는 다시 확인할 수 없다는 사실을 염두에 두고, 저장하거나 출력해 두십시오.", "Save backup codes" : "백업 코드 저장", "Print backup codes" : "백업 코드 인쇄", "Regenerate backup codes" : "백업 코드 다시 생성", diff --git a/core/l10n/de.js b/core/l10n/de.js index 71d9911ed41..47c56dc9d9e 100644 --- a/core/l10n/de.js +++ b/core/l10n/de.js @@ -103,7 +103,7 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} Benachrichtigung","{count} Benachrichtigungen"], "No" : "Nein", "Yes" : "Ja", - "Federated user" : "Federated-Benutzer", + "Federated user" : "Föderierter Benutzer", "user@your-nextcloud.org" : "benutzer@deine-nextcloud.org", "Create share" : "Freigabe erstellen", "The remote URL must include the user." : "Die entfernte URL muss den Benutzer enthalten.", diff --git a/core/l10n/de.json b/core/l10n/de.json index d0359e81245..3b762967279 100644 --- a/core/l10n/de.json +++ b/core/l10n/de.json @@ -101,7 +101,7 @@ "_{count} notification_::_{count} notifications_" : ["{count} Benachrichtigung","{count} Benachrichtigungen"], "No" : "Nein", "Yes" : "Ja", - "Federated user" : "Federated-Benutzer", + "Federated user" : "Föderierter Benutzer", "user@your-nextcloud.org" : "benutzer@deine-nextcloud.org", "Create share" : "Freigabe erstellen", "The remote URL must include the user." : "Die entfernte URL muss den Benutzer enthalten.", diff --git a/core/l10n/ko.js b/core/l10n/ko.js index 60218c37e60..1a19f96298a 100644 --- a/core/l10n/ko.js +++ b/core/l10n/ko.js @@ -104,6 +104,7 @@ OC.L10N.register( "No" : "아니요", "Yes" : "예", "Federated user" : "연합 사용자", + "user@your-nextcloud.org" : "user@your-nextcloud.org", "Create share" : "공유 만들기", "The remote URL must include the user." : "원격 URL에 사용자가 포함되어야 합니다.", "Invalid remote URL." : "잘못된 원격 URL입니다.", diff --git a/core/l10n/ko.json b/core/l10n/ko.json index 948c2fcde5e..7f9af7350e4 100644 --- a/core/l10n/ko.json +++ b/core/l10n/ko.json @@ -102,6 +102,7 @@ "No" : "아니요", "Yes" : "예", "Federated user" : "연합 사용자", + "user@your-nextcloud.org" : "user@your-nextcloud.org", "Create share" : "공유 만들기", "The remote URL must include the user." : "원격 URL에 사용자가 포함되어야 합니다.", "Invalid remote URL." : "잘못된 원격 URL입니다.", diff --git a/lib/l10n/an.js b/lib/l10n/an.js index dc0f635ab2b..fb664bfbfd6 100644 --- a/lib/l10n/an.js +++ b/lib/l10n/an.js @@ -8,9 +8,9 @@ OC.L10N.register( "today" : "Hue", "yesterday" : "Ayer", "last month" : "Zaguero mes", - "last year" : "Zaguero año", - "Apps" : "Aplicazions", - "Settings" : "Configurazión", + "last year" : "Zaguero anyo", + "Apps" : "Aplicacions", + "Settings" : "Configuración", "Email" : "Correu electronico", "Users" : "Usuarios" }, diff --git a/lib/l10n/an.json b/lib/l10n/an.json index 973a5f628ca..0ad8e3e637d 100644 --- a/lib/l10n/an.json +++ b/lib/l10n/an.json @@ -6,9 +6,9 @@ "today" : "Hue", "yesterday" : "Ayer", "last month" : "Zaguero mes", - "last year" : "Zaguero año", - "Apps" : "Aplicazions", - "Settings" : "Configurazión", + "last year" : "Zaguero anyo", + "Apps" : "Aplicacions", + "Settings" : "Configuración", "Email" : "Correu electronico", "Users" : "Usuarios" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/lib/l10n/fr.js b/lib/l10n/fr.js index 9163d63c0c9..b74a5c3dc6e 100644 --- a/lib/l10n/fr.js +++ b/lib/l10n/fr.js @@ -171,7 +171,7 @@ OC.L10N.register( "%1$s via %2$s" : "%1$s via %2$s", "%1$s shared %2$s with you and wants to add:" : "%1$s a partagé %2$s avec vous et souhaite ajouter:", "%1$s shared %2$s with you and wants to add" : "%1$s a partagé %2$s avec vous et souhaite ajouter", - "%s added a note to a file shared with you" : "%s ajouté une note à un fichier partagé avec vous", + "%s added a note to a file shared with you" : "%s a ajouté une note à un fichier partagé avec vous", "Passwords are enforced for link and mail shares" : "Les mots de passe sont appliqués pour les partages de liens et de courriers électroniques", "Share recipient is not a valid user" : "Le destinataire du partage n'est pas un utilisateur valide", "Share recipient is not a valid group" : "Le destinataire du partage n'est pas un groupe valide", diff --git a/lib/l10n/fr.json b/lib/l10n/fr.json index b3200435e92..8b6712d9db3 100644 --- a/lib/l10n/fr.json +++ b/lib/l10n/fr.json @@ -169,7 +169,7 @@ "%1$s via %2$s" : "%1$s via %2$s", "%1$s shared %2$s with you and wants to add:" : "%1$s a partagé %2$s avec vous et souhaite ajouter:", "%1$s shared %2$s with you and wants to add" : "%1$s a partagé %2$s avec vous et souhaite ajouter", - "%s added a note to a file shared with you" : "%s ajouté une note à un fichier partagé avec vous", + "%s added a note to a file shared with you" : "%s a ajouté une note à un fichier partagé avec vous", "Passwords are enforced for link and mail shares" : "Les mots de passe sont appliqués pour les partages de liens et de courriers électroniques", "Share recipient is not a valid user" : "Le destinataire du partage n'est pas un utilisateur valide", "Share recipient is not a valid group" : "Le destinataire du partage n'est pas un groupe valide", diff --git a/lib/l10n/pl.js b/lib/l10n/pl.js index 8a51e6dcaf9..c99540b506a 100644 --- a/lib/l10n/pl.js +++ b/lib/l10n/pl.js @@ -141,7 +141,12 @@ OC.L10N.register( "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Zaplecze do udostępniania %s musi implementować interfejs OCP\\Share_Backend", "Sharing backend %s not found" : "Zaplecze %s do udostępniania nie zostało znalezione", "Sharing backend for %s not found" : "Zaplecze do udostępniania dla %s nie zostało znalezione", + "%1$s shared %2$s with you" : "%1$s udostępnił %2$s Tobie", + "Open %s" : "Otwórz %s", "%1$s via %2$s" : "%1$s przez %2$s", + "%1$s shared %2$s with you and wants to add:" : "%1$s udostępnił Ci %2$s i chce dodać:", + "%1$s shared %2$s with you and wants to add" : "%1$s udostępnił Ci %2$s i chce dodać", + "%s added a note to a file shared with you" : "%s dodał notatkę do pliku udostępnionego Tobie", "Passwords are enforced for link and mail shares" : "Hasła są wymuszane w przypadku udostępniania łączy i poczty", "Share recipient is not a valid user" : "Odbiorca udostępnienia nie jest prawidłowym użytkownikiem", "Share recipient is not a valid group" : "Odbiorca udostępnienia nie jest prawidłową grupą", diff --git a/lib/l10n/pl.json b/lib/l10n/pl.json index f3f4a2bd199..f4000cd4b78 100644 --- a/lib/l10n/pl.json +++ b/lib/l10n/pl.json @@ -139,7 +139,12 @@ "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Zaplecze do udostępniania %s musi implementować interfejs OCP\\Share_Backend", "Sharing backend %s not found" : "Zaplecze %s do udostępniania nie zostało znalezione", "Sharing backend for %s not found" : "Zaplecze do udostępniania dla %s nie zostało znalezione", + "%1$s shared %2$s with you" : "%1$s udostępnił %2$s Tobie", + "Open %s" : "Otwórz %s", "%1$s via %2$s" : "%1$s przez %2$s", + "%1$s shared %2$s with you and wants to add:" : "%1$s udostępnił Ci %2$s i chce dodać:", + "%1$s shared %2$s with you and wants to add" : "%1$s udostępnił Ci %2$s i chce dodać", + "%s added a note to a file shared with you" : "%s dodał notatkę do pliku udostępnionego Tobie", "Passwords are enforced for link and mail shares" : "Hasła są wymuszane w przypadku udostępniania łączy i poczty", "Share recipient is not a valid user" : "Odbiorca udostępnienia nie jest prawidłowym użytkownikiem", "Share recipient is not a valid group" : "Odbiorca udostępnienia nie jest prawidłową grupą", diff --git a/lib/l10n/uk.js b/lib/l10n/uk.js index 4184359d564..fc7bc5a8b9b 100644 --- a/lib/l10n/uk.js +++ b/lib/l10n/uk.js @@ -60,6 +60,10 @@ OC.L10N.register( "Files" : "Файли", "View profile" : "Перегляд профілю", "same time" : "той саме час", + "_%nh_::_%nh_" : ["%n год","%n год","%n год","%n год"], + "_%nm_::_%nm_" : ["%n хв","%n хв","%n хв","%n хв"], + "%s ahead" : "%s попереду", + "%s behind" : "%s позаду", "Local time: %s" : "Місцевий час: %s", "today" : "сьогодні", "tomorrow" : "завтра", @@ -82,6 +86,12 @@ OC.L10N.register( "seconds ago" : "кілька секунд тому", "Empty file" : "Порожній файл", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Модуль з ID: %s не існує. Будь ласка, увімкніть це в налаштуваннях застосунку або зверніться до адміністратора.", + "No file conversion providers available" : "Відсутні постачальники послуг з конвертування", + "File is too large to convert" : "Файл завеликий для конвертування", + "Destination does not match conversion extension" : "Призначення не відповідає розширенню конвертування", + "Could not convert file" : "Неможливо сконвертувати файл", + "Destination does not exist" : "Призначення відсутнє", + "Destination is not creatable" : "Неможливо створити призначення", "Dot files are not allowed" : "Файли які починаються з крапки не допустимі", "\"%1$s\" is a forbidden file or folder name." : "\"%1$s\" є недозволеним ім'ям файлів або каталогів.", "\"%1$s\" is a forbidden prefix for file or folder names." : "\"%1$s\" є недозволеним префіксом у іменах файлів або каталоів.", @@ -170,6 +180,7 @@ OC.L10N.register( "You cannot share your root folder" : "Ви не можете надавати у спільний доступ кореневий каталог", "You are not allowed to share %s" : "Вам заборонено поширювати %s", "Valid permissions are required for sharing" : "Потрібний чинний дозвіл для надання у спільний доступ", + "File shares cannot have create or delete permissions" : "Відсутні дозволи сторення або вилучення для спільних файлів", "Cannot increase permissions of %s" : "Не вдалося підвищити дозволи для %s", "Shares need at least read permissions" : "Для спільних ресурсів має визначено щонайменше дозвіл на читання", "Files cannot be shared with delete permissions" : "Не можна надавати у спільний доступ файли з дозволами на вилучення", diff --git a/lib/l10n/uk.json b/lib/l10n/uk.json index 55fe88e4e7c..4f62331d224 100644 --- a/lib/l10n/uk.json +++ b/lib/l10n/uk.json @@ -58,6 +58,10 @@ "Files" : "Файли", "View profile" : "Перегляд профілю", "same time" : "той саме час", + "_%nh_::_%nh_" : ["%n год","%n год","%n год","%n год"], + "_%nm_::_%nm_" : ["%n хв","%n хв","%n хв","%n хв"], + "%s ahead" : "%s попереду", + "%s behind" : "%s позаду", "Local time: %s" : "Місцевий час: %s", "today" : "сьогодні", "tomorrow" : "завтра", @@ -80,6 +84,12 @@ "seconds ago" : "кілька секунд тому", "Empty file" : "Порожній файл", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Модуль з ID: %s не існує. Будь ласка, увімкніть це в налаштуваннях застосунку або зверніться до адміністратора.", + "No file conversion providers available" : "Відсутні постачальники послуг з конвертування", + "File is too large to convert" : "Файл завеликий для конвертування", + "Destination does not match conversion extension" : "Призначення не відповідає розширенню конвертування", + "Could not convert file" : "Неможливо сконвертувати файл", + "Destination does not exist" : "Призначення відсутнє", + "Destination is not creatable" : "Неможливо створити призначення", "Dot files are not allowed" : "Файли які починаються з крапки не допустимі", "\"%1$s\" is a forbidden file or folder name." : "\"%1$s\" є недозволеним ім'ям файлів або каталогів.", "\"%1$s\" is a forbidden prefix for file or folder names." : "\"%1$s\" є недозволеним префіксом у іменах файлів або каталоів.", @@ -168,6 +178,7 @@ "You cannot share your root folder" : "Ви не можете надавати у спільний доступ кореневий каталог", "You are not allowed to share %s" : "Вам заборонено поширювати %s", "Valid permissions are required for sharing" : "Потрібний чинний дозвіл для надання у спільний доступ", + "File shares cannot have create or delete permissions" : "Відсутні дозволи сторення або вилучення для спільних файлів", "Cannot increase permissions of %s" : "Не вдалося підвищити дозволи для %s", "Shares need at least read permissions" : "Для спільних ресурсів має визначено щонайменше дозвіл на читання", "Files cannot be shared with delete permissions" : "Не можна надавати у спільний доступ файли з дозволами на вилучення", |