diff --git a/apps/comments/l10n/ko.js b/apps/comments/l10n/ko.js index 6e2eb80ec02273a6037456c54cfc44f42fab1134..a2e31fd72eb43e7b3f90f4666f08529adcf6f27f 100644 --- a/apps/comments/l10n/ko.js +++ b/apps/comments/l10n/ko.js @@ -2,6 +2,7 @@ OC.L10N.register( "comments", { "Comments" : "댓글", + "Unknown user" : "ì•Œë ¤ì§€ì§€ ì•Šì€ ì‚¬ìš©ìž", "New comment …" : "새로운 댓글 ...", "Delete comment" : "댓글 ì‚ì œ", "Post" : "게시", diff --git a/apps/comments/l10n/ko.json b/apps/comments/l10n/ko.json index 066a7c799d98537847479c376a5ee368a33fbaee..2e65084a582ea213702104d2d66baee53619439b 100644 --- a/apps/comments/l10n/ko.json +++ b/apps/comments/l10n/ko.json @@ -1,5 +1,6 @@ { "translations": { "Comments" : "댓글", + "Unknown user" : "ì•Œë ¤ì§€ì§€ ì•Šì€ ì‚¬ìš©ìž", "New comment …" : "새로운 댓글 ...", "Delete comment" : "댓글 ì‚ì œ", "Post" : "게시", diff --git a/apps/comments/l10n/nb_NO.js b/apps/comments/l10n/nb_NO.js index 539f4e2a91f9cf17b1f461c8811bbe34cee9ad39..38c6aa348c4cb50402295811b1bb9612af3c279f 100644 --- a/apps/comments/l10n/nb_NO.js +++ b/apps/comments/l10n/nb_NO.js @@ -2,6 +2,7 @@ OC.L10N.register( "comments", { "Comments" : "Kommentarer", + "Unknown user" : "Ukjent bruker", "New comment …" : "Ny kommentar", "Delete comment" : "Slett kommentar", "Post" : "Send", diff --git a/apps/comments/l10n/nb_NO.json b/apps/comments/l10n/nb_NO.json index 82dd7ce66fa72491367ac252e19fa02a1b4f34dc..dc1b3ba2630b1da4cc3944082720a6a06f1aef97 100644 --- a/apps/comments/l10n/nb_NO.json +++ b/apps/comments/l10n/nb_NO.json @@ -1,5 +1,6 @@ { "translations": { "Comments" : "Kommentarer", + "Unknown user" : "Ukjent bruker", "New comment …" : "Ny kommentar", "Delete comment" : "Slett kommentar", "Post" : "Send", diff --git a/apps/federatedfilesharing/l10n/nb_NO.js b/apps/federatedfilesharing/l10n/nb_NO.js index 11e72d9476bfb79bd7641e4bf7b5312784dbe9de..b24ac2e232fcdded920d0bd0b3fec9616e18ac84 100644 --- a/apps/federatedfilesharing/l10n/nb_NO.js +++ b/apps/federatedfilesharing/l10n/nb_NO.js @@ -28,6 +28,7 @@ OC.L10N.register( "File is already shared with %s" : "Filen er allerede delt med %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Deling %s feilet, fant ikke %s, kanskje tjeneren er utilgjengelig for øyeblikket.", "Could not find share" : "Kunne ikke finne ressurs", + "You received {share} as a remote share from {user}" : "Du mottok {share} som en fjerndeling fra {user}", "Accept" : "Aksepter", "Decline" : "AvslÃ¥", "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Del med meg gjennom min #Nextcloud ID for sammenknyttet sky, se %s", diff --git a/apps/federatedfilesharing/l10n/nb_NO.json b/apps/federatedfilesharing/l10n/nb_NO.json index 3abfd181cc9c6683df510fad938bc9f828fa1be7..46521cb2a553bf30be5e42fcb22763b9fd897b6c 100644 --- a/apps/federatedfilesharing/l10n/nb_NO.json +++ b/apps/federatedfilesharing/l10n/nb_NO.json @@ -26,6 +26,7 @@ "File is already shared with %s" : "Filen er allerede delt med %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Deling %s feilet, fant ikke %s, kanskje tjeneren er utilgjengelig for øyeblikket.", "Could not find share" : "Kunne ikke finne ressurs", + "You received {share} as a remote share from {user}" : "Du mottok {share} som en fjerndeling fra {user}", "Accept" : "Aksepter", "Decline" : "AvslÃ¥", "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Del med meg gjennom min #Nextcloud ID for sammenknyttet sky, se %s", diff --git a/apps/files/l10n/nb_NO.js b/apps/files/l10n/nb_NO.js index 6b054a7557bb096ffa2ebfa68e1956b0a1be489e..40560f6a1bac177a2d7d21209329af7676712f2b 100644 --- a/apps/files/l10n/nb_NO.js +++ b/apps/files/l10n/nb_NO.js @@ -1,6 +1,7 @@ OC.L10N.register( "files", { + "Storage is temporarily not available" : "Lagring er midlertidig utilgjengelig", "Storage invalid" : "Lagringsplass ugyldig", "Unknown error" : "Ukjent feil", "Files" : "Filer", @@ -15,6 +16,7 @@ OC.L10N.register( "Unable to upload {filename} as it is a directory or has 0 bytes" : "Kan ikke laste opp {filename} fordi det er en mappe eller har 0 bytes", "Total file size {size1} exceeds upload limit {size2}" : "Total filstørrelse {size1} overstiger grense for opplasting {size2}", "Not enough free space, you are uploading {size1} but only {size2} is left" : "Ikke nok ledig plass. Du laster opp size1} men bare {size2} er ledig", + "Not enough free space" : "Ikke nok ledig diskplass", "Uploading..." : "Laster opp...", "..." : "...", "{hours}:{minutes}:{seconds} hour{plural_s} left" : "{hours}:{minutes}:{seconds} timer{plural_s} igjen", @@ -30,6 +32,8 @@ OC.L10N.register( "Actions" : "Handlinger", "Download" : "Last ned", "Rename" : "Gi nytt navn", + "Move" : "Flytt", + "Target folder" : "MÃ¥lmappe", "Delete" : "Slett", "Disconnect storage" : "Koble fra lagring", "Unshare" : "Avslutt deling", @@ -99,6 +103,7 @@ OC.L10N.register( "Restored by %2$s" : "Gjenopprettet av %2$s", "Renamed by %2$s" : "Omdøpt av %2$s", "Moved by %2$s" : "Flyttet av %2$s", + "File changes" : "Filendringer", "Upload (max. %s)" : "Opplasting (maks. %s)", "File handling" : "FilhÃ¥ndtering", "Maximum upload size" : "Største opplastingsstørrelse", @@ -118,6 +123,11 @@ OC.L10N.register( "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Filene du prøver Ã¥ laste opp er for store til Ã¥ laste opp til denne tjeneren.", "No favorites" : "Ingen favoritter", "Files and folders you mark as favorite will show up here" : "Filer og mapper som du gjør til favoritter vises her", + "Shared with you" : "Delt med deg", + "Shared with others" : "Delt med andre", + "Shared by link" : "Delt med lenke", + "Tags" : "Knagger", + "Deleted files" : "Slettede filer", "Text file" : "Tekstfil", "New text file.txt" : "Ny tekstfil.txt", "Storage not available" : "Lagringsplass ikke tilgjengelig", diff --git a/apps/files/l10n/nb_NO.json b/apps/files/l10n/nb_NO.json index 0afd375a7ad4ee91f98e74f8017936411be807c1..3d7fabd7f978ca623617eefbc0e379844bd3e9bd 100644 --- a/apps/files/l10n/nb_NO.json +++ b/apps/files/l10n/nb_NO.json @@ -1,4 +1,5 @@ { "translations": { + "Storage is temporarily not available" : "Lagring er midlertidig utilgjengelig", "Storage invalid" : "Lagringsplass ugyldig", "Unknown error" : "Ukjent feil", "Files" : "Filer", @@ -13,6 +14,7 @@ "Unable to upload {filename} as it is a directory or has 0 bytes" : "Kan ikke laste opp {filename} fordi det er en mappe eller har 0 bytes", "Total file size {size1} exceeds upload limit {size2}" : "Total filstørrelse {size1} overstiger grense for opplasting {size2}", "Not enough free space, you are uploading {size1} but only {size2} is left" : "Ikke nok ledig plass. Du laster opp size1} men bare {size2} er ledig", + "Not enough free space" : "Ikke nok ledig diskplass", "Uploading..." : "Laster opp...", "..." : "...", "{hours}:{minutes}:{seconds} hour{plural_s} left" : "{hours}:{minutes}:{seconds} timer{plural_s} igjen", @@ -28,6 +30,8 @@ "Actions" : "Handlinger", "Download" : "Last ned", "Rename" : "Gi nytt navn", + "Move" : "Flytt", + "Target folder" : "MÃ¥lmappe", "Delete" : "Slett", "Disconnect storage" : "Koble fra lagring", "Unshare" : "Avslutt deling", @@ -97,6 +101,7 @@ "Restored by %2$s" : "Gjenopprettet av %2$s", "Renamed by %2$s" : "Omdøpt av %2$s", "Moved by %2$s" : "Flyttet av %2$s", + "File changes" : "Filendringer", "Upload (max. %s)" : "Opplasting (maks. %s)", "File handling" : "FilhÃ¥ndtering", "Maximum upload size" : "Største opplastingsstørrelse", @@ -116,6 +121,11 @@ "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Filene du prøver Ã¥ laste opp er for store til Ã¥ laste opp til denne tjeneren.", "No favorites" : "Ingen favoritter", "Files and folders you mark as favorite will show up here" : "Filer og mapper som du gjør til favoritter vises her", + "Shared with you" : "Delt med deg", + "Shared with others" : "Delt med andre", + "Shared by link" : "Delt med lenke", + "Tags" : "Knagger", + "Deleted files" : "Slettede filer", "Text file" : "Tekstfil", "New text file.txt" : "Ny tekstfil.txt", "Storage not available" : "Lagringsplass ikke tilgjengelig", diff --git a/apps/files_external/l10n/ko.js b/apps/files_external/l10n/ko.js index 857736510c0a7e62283ed645dfdb6e70dacf98d1..281eaaed27f6e902865a9262e98496aa1205a4a9 100644 --- a/apps/files_external/l10n/ko.js +++ b/apps/files_external/l10n/ko.js @@ -63,8 +63,11 @@ OC.L10N.register( "Identity endpoint URL" : "ì•„ì´ë´í‹°í‹° ëì (Endpoint) URL", "Rackspace" : "Rackspace", "API key" : "API 키", + "Global credentials" : "글로벌 ì¸ì¦", + "Log-in credentials, save in database" : "ë°ì´í„°ë² ì´ìŠ¤ì— ì €ìž¥ëœ ë¡œê·¸ì¸ ì¸ì¦ ì •ë³´", "Username and password" : "ì‚¬ìš©ìž ì´ë¦„ê³¼ 암호", "Log-in credentials, save in session" : "ë¡œê·¸ì¸ ì¸ì¦ ì •ë³´, ì„¸ì…˜ì— ì €ìž¥ë¨", + "User entered, store in database" : "ì‚¬ìš©ìž ë°ì´í„°ë² ì´ìŠ¤ì— ì €ìž¥", "RSA public key" : "RSA 공개 키", "Public key" : "공개 키", "Amazon S3" : "Amazon S3", @@ -85,6 +88,7 @@ OC.L10N.register( "Google Drive" : "Google ë“œë¼ì´ë¸Œ", "Local" : "로컬", "Location" : "위치", + "Nextcloud" : "Nextcloud", "SFTP" : "SFTP", "Root" : "루트", "SFTP with secret key login" : "비밀 키 로그ì¸ì„ 사용하는 SFTP", @@ -96,6 +100,7 @@ OC.L10N.register( "OpenStack Object Storage" : "OpenStack ê°ì²´ ì €ìž¥ì†Œ", "Service name" : "서비스 ì´ë¦„", "Request timeout (seconds)" : "ìš”ì² ì‹œê°„ ì œí•œ(ì´ˆ)", + "External storages" : "외부 ì €ìž¥ì†Œ", "No external storage configured" : "외부 ì €ìž¥ì†Œê°€ ì„¤ì •ë˜ì§€ 않았ìŒ", "You can add external storages in the personal settings" : "ê°œì¸ ì„¤ì •ì—ì„œ 외부 ì €ìž¥ì†Œë¥¼ ì¶”ê°€í• ìˆ˜ 있습니다", "Name" : "ì´ë¦„", @@ -116,6 +121,8 @@ OC.L10N.register( "Delete" : "ì‚ì œ", "Allow users to mount external storage" : "사용ìžê°€ 외부 ì €ìž¥ì†Œë¥¼ 마운트하ë„ë¡ í—ˆìš©", "Allow users to mount the following external storage" : "사용ìžê°€ ë‹¤ìŒ ì™¸ë¶€ ì €ìž¥ì†Œë¥¼ ë§ˆìš´íŠ¸í• ìˆ˜ 있ë„ë¡ í—ˆìš©", + "Access granted" : "ì ‘ê·¼ 부여", + "Global Credentials" : "글로벌 ìžê²© ì¦ëª…", "ownCloud" : "ownCloud", "<b>Note:</b> " : "<b>메모:</b>", "<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>메모:</b> PHP cURL ëª¨ë“ˆì´ ë¹„í™œì„±í™”ë˜ì–´ 있거나 설치ë˜ì–´ 있지 않습니다. %sì„(를) ë§ˆìš´íŠ¸í• ìˆ˜ 없습니다. 시스템 관리ìžì—게 설치를 ìš”ì²í•˜ì‹ì‹œì˜¤.", diff --git a/apps/files_external/l10n/ko.json b/apps/files_external/l10n/ko.json index 5dd83837090a43df6f0b8ab0f28e2eab252a14d0..f1476453ccaaf1fddb814bbf37c976af5695b376 100644 --- a/apps/files_external/l10n/ko.json +++ b/apps/files_external/l10n/ko.json @@ -61,8 +61,11 @@ "Identity endpoint URL" : "ì•„ì´ë´í‹°í‹° ëì (Endpoint) URL", "Rackspace" : "Rackspace", "API key" : "API 키", + "Global credentials" : "글로벌 ì¸ì¦", + "Log-in credentials, save in database" : "ë°ì´í„°ë² ì´ìŠ¤ì— ì €ìž¥ëœ ë¡œê·¸ì¸ ì¸ì¦ ì •ë³´", "Username and password" : "ì‚¬ìš©ìž ì´ë¦„ê³¼ 암호", "Log-in credentials, save in session" : "ë¡œê·¸ì¸ ì¸ì¦ ì •ë³´, ì„¸ì…˜ì— ì €ìž¥ë¨", + "User entered, store in database" : "ì‚¬ìš©ìž ë°ì´í„°ë² ì´ìŠ¤ì— ì €ìž¥", "RSA public key" : "RSA 공개 키", "Public key" : "공개 키", "Amazon S3" : "Amazon S3", @@ -83,6 +86,7 @@ "Google Drive" : "Google ë“œë¼ì´ë¸Œ", "Local" : "로컬", "Location" : "위치", + "Nextcloud" : "Nextcloud", "SFTP" : "SFTP", "Root" : "루트", "SFTP with secret key login" : "비밀 키 로그ì¸ì„ 사용하는 SFTP", @@ -94,6 +98,7 @@ "OpenStack Object Storage" : "OpenStack ê°ì²´ ì €ìž¥ì†Œ", "Service name" : "서비스 ì´ë¦„", "Request timeout (seconds)" : "ìš”ì² ì‹œê°„ ì œí•œ(ì´ˆ)", + "External storages" : "외부 ì €ìž¥ì†Œ", "No external storage configured" : "외부 ì €ìž¥ì†Œê°€ ì„¤ì •ë˜ì§€ 않았ìŒ", "You can add external storages in the personal settings" : "ê°œì¸ ì„¤ì •ì—ì„œ 외부 ì €ìž¥ì†Œë¥¼ ì¶”ê°€í• ìˆ˜ 있습니다", "Name" : "ì´ë¦„", @@ -114,6 +119,8 @@ "Delete" : "ì‚ì œ", "Allow users to mount external storage" : "사용ìžê°€ 외부 ì €ìž¥ì†Œë¥¼ 마운트하ë„ë¡ í—ˆìš©", "Allow users to mount the following external storage" : "사용ìžê°€ ë‹¤ìŒ ì™¸ë¶€ ì €ìž¥ì†Œë¥¼ ë§ˆìš´íŠ¸í• ìˆ˜ 있ë„ë¡ í—ˆìš©", + "Access granted" : "ì ‘ê·¼ 부여", + "Global Credentials" : "글로벌 ìžê²© ì¦ëª…", "ownCloud" : "ownCloud", "<b>Note:</b> " : "<b>메모:</b>", "<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>메모:</b> PHP cURL ëª¨ë“ˆì´ ë¹„í™œì„±í™”ë˜ì–´ 있거나 설치ë˜ì–´ 있지 않습니다. %sì„(를) ë§ˆìš´íŠ¸í• ìˆ˜ 없습니다. 시스템 관리ìžì—게 설치를 ìš”ì²í•˜ì‹ì‹œì˜¤.", diff --git a/apps/files_external/l10n/pl.js b/apps/files_external/l10n/pl.js index 868a04875a6a44dc40255f687256f97137fbc1f1..ffe7219ce7eb822d88d1b902fd4b0b8915419e5c 100644 --- a/apps/files_external/l10n/pl.js +++ b/apps/files_external/l10n/pl.js @@ -31,16 +31,23 @@ OC.L10N.register( "External mount error" : "BÅ‚Ä…d przy montowaniu zewnÄ™trznym", "external-storage" : "dysk zewnÄ™trzny", "Couldn't get the list of Windows network drive mount points: empty response from the server" : "Nie udaÅ‚o siÄ™ uzyskać listy punktów montowania dysku sieciowego z systemu Windows: puste odpowiedzi z serwera", + "Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "Niektóre skonfigurowane zewnÄ™trzne punkty montowania sÄ… nie podÅ‚Ä…czone. ProszÄ™ kliknąć na czerwony rzÄ…d (y), aby uzyskać wiÄ™cej informacji", + "Please enter the credentials for the {mount} mount" : "ProszÄ™ wprowadzić poÅ›wiadczenia dla {mount} montażu", "Username" : "Nazwa użytkownika", "Password" : "HasÅ‚o", "Credentials saved" : "PoÅ›wiadczenia zapisane", + "Credentials saving failed" : "PoÅ›wiadczenia oszczÄ™dnoÅ›ci nie powiodÅ‚o siÄ™", "Credentials required" : "Wymagane poÅ›wiadczenia", "Storage with id \"%i\" not found" : "Id magazynu nie zostaÅ‚ znaleziony", + "Invalid backend or authentication mechanism class" : "NieprawidÅ‚owy mechanizm uwierzytelniania powrotu lub klasy", "Invalid mount point" : "NieprawidÅ‚owy punkt montowania", + "Objectstore forbidden" : "Zabroniony obiekt sklepu", "Invalid storage backend \"%s\"" : "NieprawidÅ‚owy magazyn zaplecza \"%s\"", + "Not permitted to use backend \"%s\"" : "Nie można używać powrotu \"%s\"", "%s" : "%s", "Access key" : "Klucz dostÄ™pu", "Secret key" : "Sekretny klucz", + "Builtin" : "Wbudowane", "None" : "Nic", "OAuth1" : "OAuth1", "App key" : "Klucz aplikacji", @@ -49,7 +56,9 @@ OC.L10N.register( "Client ID" : "ID klienta", "Client secret" : "HasÅ‚o klienta", "OpenStack" : "OpenStack", + "Tenant name" : "Nazwa dzierżawcy", "API key" : "Klucz API", + "Global credentials" : "Globalne poÅ›wiadczenia", "Username and password" : "Nazwa użytkownika i hasÅ‚o", "RSA public key" : "Klucz publiczny RSA", "Public key" : "Klucz publiczny", @@ -81,6 +90,7 @@ OC.L10N.register( "SMB / CIFS using OC login" : "SMB / CIFS przy użyciu loginu OC", "Username as share" : "Użytkownik jako zasób", "OpenStack Object Storage" : "Magazyn obiektów OpenStack", + "Service name" : "Nazwa serwisu", "External storages" : "ZewnÄ™trzne zasoby dyskowe", "No external storage configured" : "Nie skonfigurowano żadnego zewnÄ™trznego noÅ›nika", "You can add external storages in the personal settings" : "W ustawieniach osobistych możesz dodać zewnÄ™trzne magazyny przechowywania", @@ -94,6 +104,7 @@ OC.L10N.register( "Never" : "Nigdy", "Once every direct access" : "Jeden raz przy każdym dostÄ™pie", "Folder name" : "Nazwa folderu", + "Authentication" : "PoÅ›wiadczenie", "Configuration" : "Konfiguracja", "Available for" : "DostÄ™pne przez", "Add storage" : "Dodaj zasoby dyskowe", @@ -102,6 +113,7 @@ OC.L10N.register( "Allow users to mount external storage" : "Pozwól użytkownikom montować zewnÄ™trzne zasoby dyskowe", "Allow users to mount the following external storage" : "Pozwól użytkownikom montować nastÄ™pujÄ…ce zewnÄ™trzne zasoby dyskowe", "Access granted" : "DostÄ™p uzyskany", + "Global Credentials" : "Globalne PoÅ›wiadczenia", "ownCloud" : "ownCloud", "<b>Note:</b> " : "<b>Uwaga:</b> ", "<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Uwaga:</b> Wsparcie dla cURL w PHP nie zostaÅ‚o wÅ‚Ä…czone lub zainstalowane. Zamontowanie %s nie jest możliwe. ProszÄ™ poproÅ› Twojego administratora o zainstalowanie go.", diff --git a/apps/files_external/l10n/pl.json b/apps/files_external/l10n/pl.json index 409d6ef4f8d0e924890c4f8d3cbc0a5164621b07..156332cdee6b57cab7d4b777544f8dbcd8741bbb 100644 --- a/apps/files_external/l10n/pl.json +++ b/apps/files_external/l10n/pl.json @@ -29,16 +29,23 @@ "External mount error" : "BÅ‚Ä…d przy montowaniu zewnÄ™trznym", "external-storage" : "dysk zewnÄ™trzny", "Couldn't get the list of Windows network drive mount points: empty response from the server" : "Nie udaÅ‚o siÄ™ uzyskać listy punktów montowania dysku sieciowego z systemu Windows: puste odpowiedzi z serwera", + "Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "Niektóre skonfigurowane zewnÄ™trzne punkty montowania sÄ… nie podÅ‚Ä…czone. ProszÄ™ kliknąć na czerwony rzÄ…d (y), aby uzyskać wiÄ™cej informacji", + "Please enter the credentials for the {mount} mount" : "ProszÄ™ wprowadzić poÅ›wiadczenia dla {mount} montażu", "Username" : "Nazwa użytkownika", "Password" : "HasÅ‚o", "Credentials saved" : "PoÅ›wiadczenia zapisane", + "Credentials saving failed" : "PoÅ›wiadczenia oszczÄ™dnoÅ›ci nie powiodÅ‚o siÄ™", "Credentials required" : "Wymagane poÅ›wiadczenia", "Storage with id \"%i\" not found" : "Id magazynu nie zostaÅ‚ znaleziony", + "Invalid backend or authentication mechanism class" : "NieprawidÅ‚owy mechanizm uwierzytelniania powrotu lub klasy", "Invalid mount point" : "NieprawidÅ‚owy punkt montowania", + "Objectstore forbidden" : "Zabroniony obiekt sklepu", "Invalid storage backend \"%s\"" : "NieprawidÅ‚owy magazyn zaplecza \"%s\"", + "Not permitted to use backend \"%s\"" : "Nie można używać powrotu \"%s\"", "%s" : "%s", "Access key" : "Klucz dostÄ™pu", "Secret key" : "Sekretny klucz", + "Builtin" : "Wbudowane", "None" : "Nic", "OAuth1" : "OAuth1", "App key" : "Klucz aplikacji", @@ -47,7 +54,9 @@ "Client ID" : "ID klienta", "Client secret" : "HasÅ‚o klienta", "OpenStack" : "OpenStack", + "Tenant name" : "Nazwa dzierżawcy", "API key" : "Klucz API", + "Global credentials" : "Globalne poÅ›wiadczenia", "Username and password" : "Nazwa użytkownika i hasÅ‚o", "RSA public key" : "Klucz publiczny RSA", "Public key" : "Klucz publiczny", @@ -79,6 +88,7 @@ "SMB / CIFS using OC login" : "SMB / CIFS przy użyciu loginu OC", "Username as share" : "Użytkownik jako zasób", "OpenStack Object Storage" : "Magazyn obiektów OpenStack", + "Service name" : "Nazwa serwisu", "External storages" : "ZewnÄ™trzne zasoby dyskowe", "No external storage configured" : "Nie skonfigurowano żadnego zewnÄ™trznego noÅ›nika", "You can add external storages in the personal settings" : "W ustawieniach osobistych możesz dodać zewnÄ™trzne magazyny przechowywania", @@ -92,6 +102,7 @@ "Never" : "Nigdy", "Once every direct access" : "Jeden raz przy każdym dostÄ™pie", "Folder name" : "Nazwa folderu", + "Authentication" : "PoÅ›wiadczenie", "Configuration" : "Konfiguracja", "Available for" : "DostÄ™pne przez", "Add storage" : "Dodaj zasoby dyskowe", @@ -100,6 +111,7 @@ "Allow users to mount external storage" : "Pozwól użytkownikom montować zewnÄ™trzne zasoby dyskowe", "Allow users to mount the following external storage" : "Pozwól użytkownikom montować nastÄ™pujÄ…ce zewnÄ™trzne zasoby dyskowe", "Access granted" : "DostÄ™p uzyskany", + "Global Credentials" : "Globalne PoÅ›wiadczenia", "ownCloud" : "ownCloud", "<b>Note:</b> " : "<b>Uwaga:</b> ", "<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Uwaga:</b> Wsparcie dla cURL w PHP nie zostaÅ‚o wÅ‚Ä…czone lub zainstalowane. Zamontowanie %s nie jest możliwe. ProszÄ™ poproÅ› Twojego administratora o zainstalowanie go.", diff --git a/apps/files_sharing/l10n/nb_NO.js b/apps/files_sharing/l10n/nb_NO.js index 044b1e66f0fe04796b3713f4e01e461b43f62640..caa6880cd81f671a2486739d5cea6ee9caf3b224 100644 --- a/apps/files_sharing/l10n/nb_NO.js +++ b/apps/files_sharing/l10n/nb_NO.js @@ -60,6 +60,7 @@ OC.L10N.register( "Public link expired" : "Offentlig lenke er utløpt", "Public link of %2$s expired" : "Offentlig lenke til %2$s er utløpt", "Shared by %2$s" : "Delt av %2$s", + "File shares" : "Fildelinger", "Wrong share ID, share doesn't exist" : "Feil ressurs ID, ressursen finnes ikke", "could not delete share" : "kunne ikke slette ressursen", "Could not delete share" : "Kunne ikke slette ressursen", @@ -81,6 +82,7 @@ OC.L10N.register( "Wrong or no update parameter given" : "Feil eller ingen parametre for oppdatering er angitt", "Can't change permissions for public share links" : "Kan ikke endre rettigheter for offentlige lenker", "Cannot increase permissions" : "Kan ikke øke tillatelser", + "%s is publicly shared" : "%s er delt offentlig", "Share API is disabled" : "Deling API er deaktivert", "This share is password-protected" : "Denne delingen er passordbeskyttet", "The password is wrong. Try again." : "Passordet er feil. Prøv pÃ¥ nytt.", diff --git a/apps/files_sharing/l10n/nb_NO.json b/apps/files_sharing/l10n/nb_NO.json index 23242d788807f3410a2cb3c504fd6907f36f9356..4bd2212de1a88e87f527ebcf9af683b5e7b07e53 100644 --- a/apps/files_sharing/l10n/nb_NO.json +++ b/apps/files_sharing/l10n/nb_NO.json @@ -58,6 +58,7 @@ "Public link expired" : "Offentlig lenke er utløpt", "Public link of %2$s expired" : "Offentlig lenke til %2$s er utløpt", "Shared by %2$s" : "Delt av %2$s", + "File shares" : "Fildelinger", "Wrong share ID, share doesn't exist" : "Feil ressurs ID, ressursen finnes ikke", "could not delete share" : "kunne ikke slette ressursen", "Could not delete share" : "Kunne ikke slette ressursen", @@ -79,6 +80,7 @@ "Wrong or no update parameter given" : "Feil eller ingen parametre for oppdatering er angitt", "Can't change permissions for public share links" : "Kan ikke endre rettigheter for offentlige lenker", "Cannot increase permissions" : "Kan ikke øke tillatelser", + "%s is publicly shared" : "%s er delt offentlig", "Share API is disabled" : "Deling API er deaktivert", "This share is password-protected" : "Denne delingen er passordbeskyttet", "The password is wrong. Try again." : "Passordet er feil. Prøv pÃ¥ nytt.", diff --git a/apps/systemtags/l10n/nb_NO.js b/apps/systemtags/l10n/nb_NO.js index 5d314c720c57832da62a5ecc7d1b54cfb9dd4b6d..69e904077dee69bbe81c5a9ed1a173bdef4b4ec9 100644 --- a/apps/systemtags/l10n/nb_NO.js +++ b/apps/systemtags/l10n/nb_NO.js @@ -13,6 +13,7 @@ OC.L10N.register( "You added system tag %3$s" : "Du la til system merkelappen %3$s", "%1$s added system tag %3$s" : "%1$s la til system merkelapp %3$s", "You removed system tag %3$s" : "Du fjernet system merkelappen %3$s", + "%1$s removed system tag %3$s" : "%1$s fjernet systemetiketten %3$s", "You created system tag %2$s" : "Du opprettet system merkelappen %2$s", "%1$s created system tag %2$s" : "%1$s opprettet system-merkelapp %2$s", "You deleted system tag %2$s" : "Du slettet system merkelappen %2$s", diff --git a/apps/systemtags/l10n/nb_NO.json b/apps/systemtags/l10n/nb_NO.json index 37a114eb59f7def179e50887bca987204f6e5354..97236b8db4f3d06facf53f16bea077bcfb554f2b 100644 --- a/apps/systemtags/l10n/nb_NO.json +++ b/apps/systemtags/l10n/nb_NO.json @@ -11,6 +11,7 @@ "You added system tag %3$s" : "Du la til system merkelappen %3$s", "%1$s added system tag %3$s" : "%1$s la til system merkelapp %3$s", "You removed system tag %3$s" : "Du fjernet system merkelappen %3$s", + "%1$s removed system tag %3$s" : "%1$s fjernet systemetiketten %3$s", "You created system tag %2$s" : "Du opprettet system merkelappen %2$s", "%1$s created system tag %2$s" : "%1$s opprettet system-merkelapp %2$s", "You deleted system tag %2$s" : "Du slettet system merkelappen %2$s", diff --git a/core/l10n/ko.js b/core/l10n/ko.js index 1436b7475cb6ec0755e2d999183cbfcbe2643d0f..5038cd7c4b70599aa552740c97b9f21ff578eabf 100644 --- a/core/l10n/ko.js +++ b/core/l10n/ko.js @@ -3,6 +3,8 @@ OC.L10N.register( { "Please select a file." : "파ì¼ì„ ì„ íƒí•˜ì‹ì‹œì˜¤.", "File is too big" : "파ì¼ì´ 너무 í¼", + "The selected file is not an image." : "ì„ íƒí•œ 파ì¼ì€ ì´ë¯¸ì§€ê°€ 아님", + "The selected file cannot be read." : "ì„ íƒí•œ 파ì¼ì„ ì½ì„ 수 ì—†ìŒ", "Invalid file provided" : "ìž˜ëª»ëœ íŒŒì¼ ì§€ì •ë¨", "No image or file provided" : "사진ì´ë‚˜ 파ì¼ì´ ì—†ìŒ", "Unknown filetype" : "ì•Œë ¤ì§€ì§€ ì•Šì€ íŒŒì¼ í˜•ì‹", @@ -22,6 +24,8 @@ OC.L10N.register( "[%d / %d]: %s" : "[%d / %d]: %s", "Repair warning: " : "수리 ê²½ê³ :", "Repair error: " : "수리 오류:", + "Please use the command line updater because automatic updating is disabled in the config.php." : "ìžë™ ì—…ë°ì´íŠ¸ê°€ config.php를 비활성화하기 ë•Œë¬¸ì— ëª…ë ¹ 줄 ì—…ë°ì´íŠ¸ë¥¼ 사용하ì‹ì‹œì˜¤.", + "[%d / %d]: Checking table %s" : "[%d / %d]: %s í…Œì´ë¸” 확ì¸", "Turned on maintenance mode" : "ìœ ì§€ 보수 모드 켜ì§", "Turned off maintenance mode" : "ìœ ì§€ 보수 모드 꺼ì§", "Maintenance mode is kept active" : "ìœ ì§€ 보수 모드가 ì¼œì ¸ 있ìŒ", @@ -43,15 +47,19 @@ OC.L10N.register( "Already up to date" : "ìµœì‹ ìƒíƒœìž„", "<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">코드 무결성 검사 중 오류가 ë°œìƒí–ˆìŠµë‹ˆë‹¤. ë” ë§Žì€ ì •ë³´ë¥¼ ë³´ë ¤ë©´ 누르ì‹ì‹œì˜¤â€¦</a>", "Settings" : "ì„¤ì •", + "Connection to server lost" : "서버 ì—°ê²°ì´ ëŠì–´ì§", + "Problem loading page, reloading in 5 seconds" : "페ì´ì§€ ë¡œë”©ì— ë¬¸ì œê°€ 있습니다. 5ì´ˆ 후 다시로드 하ì‹ì‹œì˜¤.", "Saving..." : "ì €ìž¥ 중...", "Dismiss" : "닫기", "seconds ago" : "ì´ˆ 지남", + "Logging in …" : "ë¡œê·¸ì¸ ...", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "암호 ìž¬ì„¤ì • ë§í¬ë¥¼ í¬í•¨í•˜ê³ 있는 ì´ë©”ì¼ì„ 보냈습니다. ì´ë©”ì¼ì´ ë„착하지 ì•Šì€ ê²½ìš° ìŠ¤íŒ¸í•¨ì„ í™•ì¸í•´ ë³´ì‹ì‹œì˜¤.<br>스팸함ì—ë„ ì—†ëŠ” 경우 로컬 관리ìžì—게 문ì˜í•˜ì‹ì‹œì˜¤.", "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "파ì¼ì´ 암호화ë˜ì–´ 있습니다. 복구 키를 활성화하지 않았다면 암호를 초기화한 후 ë°ì´í„°ë¥¼ ë³µêµ¬í• ìˆ˜ 없습니다.<br />ë¬´ì—‡ì„ í•´ì•¼ í• ì§€ 잘 ëª¨ë¥´ê² ìœ¼ë©´ 계ì†í•˜ê¸° ì „ì— ê´€ë¦¬ìžì—게 ì—°ë½í•˜ì‹ì‹œì˜¤.<br />ê·¸ëž˜ë„ ê³„ì† ì§„í–‰í•˜ì‹œê² ìŠµë‹ˆê¹Œ?", "I know what I'm doing" : "지금 í•˜ë ¤ëŠ” ê²ƒì„ ì•Œê³ ìžˆìŠµë‹ˆë‹¤", "Password can not be changed. Please contact your administrator." : "암호를 ë³€ê²½í• ìˆ˜ 없습니다. 관리ìžì—게 문ì˜í•˜ì‹ì‹œì˜¤.", "No" : "아니요", "Yes" : "예", + "No files in here" : "ì—¬ê¸°ì— íŒŒì¼ì´ ì—†ìŒ", "Choose" : "ì„ íƒ", "Error loading file picker template: {error}" : "íŒŒì¼ ì„ íƒ í…œí”Œë¦¿ì„ ë¶ˆëŸ¬ì˜¤ëŠ” 중 오류 ë°œìƒ: {error}", "Ok" : "확ì¸", @@ -68,6 +76,7 @@ OC.L10N.register( "(all selected)" : "(ëª¨ë‘ ì„ íƒë¨)", "({count} selected)" : "({count}ê°œ ì„ íƒë¨)", "Error loading file exists template" : "íŒŒì¼ ì¡´ìž¬í•¨ í…œí”Œë¦¿ì„ ë¶ˆëŸ¬ì˜¤ëŠ” 중 오류 ë°œìƒ", + "Pending" : "보류 중", "Very weak password" : "매우 약한 암호", "Weak password" : "약한 암호", "So-so password" : "ê·¸ì € 그런 암호", @@ -93,6 +102,8 @@ OC.L10N.register( "Choose a password for the public link" : "공개 ë§í¬ 암호를 ìž…ë ¥í•˜ì‹ì‹œì˜¤", "Copied!" : "복사ë¨!", "Not supported!" : "지ì›í•˜ì§€ ì•ŠìŒ!", + "Press ⌘-C to copy." : "⌘-C 복사", + "Press Ctrl-C to copy." : "Ctrl-C 복사", "Resharing is not allowed" : "다시 ê³µìœ í• ìˆ˜ 없습니다", "Share link" : "ë§í¬ ê³µìœ ", "Link" : "ë§í¬", @@ -107,10 +118,12 @@ OC.L10N.register( "Send link via email" : "ì´ë©”ì¼ë¡œ ë§í¬ 보내기", "Shared with you and the group {group} by {owner}" : "{owner} ë‹˜ì´ ì—¬ëŸ¬ë¶„ ë° ê·¸ë£¹ {group}와(ê³¼) ê³µìœ ì¤‘", "Shared with you by {owner}" : "{owner} ë‹˜ì´ ê³µìœ ì¤‘", + "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ë§í¬ë¥¼ 통해 ê³µìœ ", "group" : "그룹", "remote" : "ì›ê²©", "notify by email" : "ì´ë©”ì¼ë¡œ 알림", "Unshare" : "ê³µìœ í•´ì œ", + "can reshare" : "ìž¬ê³µìœ ê°€ëŠ¥", "can edit" : "편집 가능", "create" : "ìƒì„±", "change" : "변경", @@ -125,6 +138,7 @@ OC.L10N.register( "{sharee} (at {server})" : "{sharee}({server}ì— ìžˆìŒ)", "{sharee} (remote)" : "{sharee}(ì›ê²©)", "Share" : "ê³µìœ ", + "Share with people on other Nextclouds using the syntax username@example.com/nextcloud" : "username@example.com/nextcloud 형ì‹ìœ¼ë¡œ 다른 ownCloud 사용ìžì™€ ê³µìœ í• ìˆ˜ 있습니다", "Share with users…" : "사용ìžì™€ ê³µìœ ...", "Share with users, groups or remote users…" : "사용ìž, 그룹 ë˜ëŠ” ì›ê²© 사용ìžì™€ ê³µìœ ...", "Share with users or groups…" : "ì‚¬ìš©ìž ë˜ëŠ” 그룹과 ê³µìœ ...", @@ -158,6 +172,7 @@ OC.L10N.register( "Continue to Nextcloud" : "Nextcloud 계ì†", "The update was successful. Redirecting you to Nextcloud now." : "ì—…ë°ì´íŠ¸ê°€ 성공했습니다. 지금 Nextcloudë¡œ ë¦¬ë””ë ‰ì…˜í•©ë‹ˆë‹¤.", "Searching other places" : "다른 장소 찾는 중", + "No search results in other folders for '{tag}{filter}{endtag}'" : "í´ë”ì˜ ê²€ìƒ‰ ê²°ê³¼ ì—†ìŒ '{tag}{filter}{endtag}'", "_{count} search result in another folder_::_{count} search results in other folders_" : ["다른 í´ë”ì˜ ê²€ìƒ‰ ê²°ê³¼ {count}ê°œ"], "Personal" : "ê°œì¸", "Users" : "사용ìž", @@ -305,9 +320,10 @@ OC.L10N.register( "Oct." : "10ì›”", "Nov." : "11ì›”", "Dec." : "12ì›”", + "This server has no working Internet connection. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "서버ì—ì„œ ì¸í„°ë„· ì—°ê²°ì„ ì‚¬ìš©í• ìˆ˜ 없습니다. 외부 ì €ìž¥ì†Œ 마운트, ì—…ë°ì´íŠ¸ 알림, ì œ 3ìž ì•± 설치 등 ê¸°ëŠ¥ì„ ì‚¬ìš©í• ìˆ˜ 없습니다. ì›ê²©ì—ì„œ 파ì¼ì— ì ‘ê·¼í•˜ê±°ë‚˜, 알림 ì´ë©”ì¼ì„ 보내지 ëª»í• ìˆ˜ë„ ìžˆìŠµë‹ˆë‹¤. ëª¨ë“ ê¸°ëŠ¥ì„ ì‚¬ìš©í•˜ë ¤ë©´ ì¸í„°ë„·ì— 연결하는 ê²ƒì„ ì¶”ì²œí•©ë‹ˆë‹¤.", "Allow editing" : "편집 허용", "can share" : "ê³µìœ ê°€ëŠ¥", - "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "username@example.com/owncloud 형ì‹ìœ¼ë¡œ 다른 ownCloud 사용ìžì™€ ê³µìœ í• ìˆ˜ 있습니다", + "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "username@example.com/nextcloud 형ì‹ìœ¼ë¡œ 다른 nextcloud 사용ìžì™€ ê³µìœ í• ìˆ˜ 있습니다", "Warning" : "ê²½ê³ ", "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "ì—…ê·¸ë ˆì´ë“œ 중입니다. ì´ íŽ˜ì´ì§€ë¥¼ ì—´ì–´ ë‘ë©´ ì¼ë¶€ 환경ì—ì„œ 진행 ê³¼ì •ì„ ì¤‘ë‹¨ì‹œí‚¬ 수 있습니다.", "Updating to {version}" : "{version}(으)ë¡œ ì—…ë°ì´íŠ¸ 중", diff --git a/core/l10n/ko.json b/core/l10n/ko.json index f7d3a07d69f58c0ae6d06c22f23618ef9d905de8..75211fd3b27df9e62a75db6e9cfa6d2530f07465 100644 --- a/core/l10n/ko.json +++ b/core/l10n/ko.json @@ -1,6 +1,8 @@ { "translations": { "Please select a file." : "파ì¼ì„ ì„ íƒí•˜ì‹ì‹œì˜¤.", "File is too big" : "파ì¼ì´ 너무 í¼", + "The selected file is not an image." : "ì„ íƒí•œ 파ì¼ì€ ì´ë¯¸ì§€ê°€ 아님", + "The selected file cannot be read." : "ì„ íƒí•œ 파ì¼ì„ ì½ì„ 수 ì—†ìŒ", "Invalid file provided" : "ìž˜ëª»ëœ íŒŒì¼ ì§€ì •ë¨", "No image or file provided" : "사진ì´ë‚˜ 파ì¼ì´ ì—†ìŒ", "Unknown filetype" : "ì•Œë ¤ì§€ì§€ ì•Šì€ íŒŒì¼ í˜•ì‹", @@ -20,6 +22,8 @@ "[%d / %d]: %s" : "[%d / %d]: %s", "Repair warning: " : "수리 ê²½ê³ :", "Repair error: " : "수리 오류:", + "Please use the command line updater because automatic updating is disabled in the config.php." : "ìžë™ ì—…ë°ì´íŠ¸ê°€ config.php를 비활성화하기 ë•Œë¬¸ì— ëª…ë ¹ 줄 ì—…ë°ì´íŠ¸ë¥¼ 사용하ì‹ì‹œì˜¤.", + "[%d / %d]: Checking table %s" : "[%d / %d]: %s í…Œì´ë¸” 확ì¸", "Turned on maintenance mode" : "ìœ ì§€ 보수 모드 켜ì§", "Turned off maintenance mode" : "ìœ ì§€ 보수 모드 꺼ì§", "Maintenance mode is kept active" : "ìœ ì§€ 보수 모드가 ì¼œì ¸ 있ìŒ", @@ -41,15 +45,19 @@ "Already up to date" : "ìµœì‹ ìƒíƒœìž„", "<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">코드 무결성 검사 중 오류가 ë°œìƒí–ˆìŠµë‹ˆë‹¤. ë” ë§Žì€ ì •ë³´ë¥¼ ë³´ë ¤ë©´ 누르ì‹ì‹œì˜¤â€¦</a>", "Settings" : "ì„¤ì •", + "Connection to server lost" : "서버 ì—°ê²°ì´ ëŠì–´ì§", + "Problem loading page, reloading in 5 seconds" : "페ì´ì§€ ë¡œë”©ì— ë¬¸ì œê°€ 있습니다. 5ì´ˆ 후 다시로드 하ì‹ì‹œì˜¤.", "Saving..." : "ì €ìž¥ 중...", "Dismiss" : "닫기", "seconds ago" : "ì´ˆ 지남", + "Logging in …" : "ë¡œê·¸ì¸ ...", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "암호 ìž¬ì„¤ì • ë§í¬ë¥¼ í¬í•¨í•˜ê³ 있는 ì´ë©”ì¼ì„ 보냈습니다. ì´ë©”ì¼ì´ ë„착하지 ì•Šì€ ê²½ìš° ìŠ¤íŒ¸í•¨ì„ í™•ì¸í•´ ë³´ì‹ì‹œì˜¤.<br>스팸함ì—ë„ ì—†ëŠ” 경우 로컬 관리ìžì—게 문ì˜í•˜ì‹ì‹œì˜¤.", "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "파ì¼ì´ 암호화ë˜ì–´ 있습니다. 복구 키를 활성화하지 않았다면 암호를 초기화한 후 ë°ì´í„°ë¥¼ ë³µêµ¬í• ìˆ˜ 없습니다.<br />ë¬´ì—‡ì„ í•´ì•¼ í• ì§€ 잘 ëª¨ë¥´ê² ìœ¼ë©´ 계ì†í•˜ê¸° ì „ì— ê´€ë¦¬ìžì—게 ì—°ë½í•˜ì‹ì‹œì˜¤.<br />ê·¸ëž˜ë„ ê³„ì† ì§„í–‰í•˜ì‹œê² ìŠµë‹ˆê¹Œ?", "I know what I'm doing" : "지금 í•˜ë ¤ëŠ” ê²ƒì„ ì•Œê³ ìžˆìŠµë‹ˆë‹¤", "Password can not be changed. Please contact your administrator." : "암호를 ë³€ê²½í• ìˆ˜ 없습니다. 관리ìžì—게 문ì˜í•˜ì‹ì‹œì˜¤.", "No" : "아니요", "Yes" : "예", + "No files in here" : "ì—¬ê¸°ì— íŒŒì¼ì´ ì—†ìŒ", "Choose" : "ì„ íƒ", "Error loading file picker template: {error}" : "íŒŒì¼ ì„ íƒ í…œí”Œë¦¿ì„ ë¶ˆëŸ¬ì˜¤ëŠ” 중 오류 ë°œìƒ: {error}", "Ok" : "확ì¸", @@ -66,6 +74,7 @@ "(all selected)" : "(ëª¨ë‘ ì„ íƒë¨)", "({count} selected)" : "({count}ê°œ ì„ íƒë¨)", "Error loading file exists template" : "íŒŒì¼ ì¡´ìž¬í•¨ í…œí”Œë¦¿ì„ ë¶ˆëŸ¬ì˜¤ëŠ” 중 오류 ë°œìƒ", + "Pending" : "보류 중", "Very weak password" : "매우 약한 암호", "Weak password" : "약한 암호", "So-so password" : "ê·¸ì € 그런 암호", @@ -91,6 +100,8 @@ "Choose a password for the public link" : "공개 ë§í¬ 암호를 ìž…ë ¥í•˜ì‹ì‹œì˜¤", "Copied!" : "복사ë¨!", "Not supported!" : "지ì›í•˜ì§€ ì•ŠìŒ!", + "Press ⌘-C to copy." : "⌘-C 복사", + "Press Ctrl-C to copy." : "Ctrl-C 복사", "Resharing is not allowed" : "다시 ê³µìœ í• ìˆ˜ 없습니다", "Share link" : "ë§í¬ ê³µìœ ", "Link" : "ë§í¬", @@ -105,10 +116,12 @@ "Send link via email" : "ì´ë©”ì¼ë¡œ ë§í¬ 보내기", "Shared with you and the group {group} by {owner}" : "{owner} ë‹˜ì´ ì—¬ëŸ¬ë¶„ ë° ê·¸ë£¹ {group}와(ê³¼) ê³µìœ ì¤‘", "Shared with you by {owner}" : "{owner} ë‹˜ì´ ê³µìœ ì¤‘", + "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ë§í¬ë¥¼ 통해 ê³µìœ ", "group" : "그룹", "remote" : "ì›ê²©", "notify by email" : "ì´ë©”ì¼ë¡œ 알림", "Unshare" : "ê³µìœ í•´ì œ", + "can reshare" : "ìž¬ê³µìœ ê°€ëŠ¥", "can edit" : "편집 가능", "create" : "ìƒì„±", "change" : "변경", @@ -123,6 +136,7 @@ "{sharee} (at {server})" : "{sharee}({server}ì— ìžˆìŒ)", "{sharee} (remote)" : "{sharee}(ì›ê²©)", "Share" : "ê³µìœ ", + "Share with people on other Nextclouds using the syntax username@example.com/nextcloud" : "username@example.com/nextcloud 형ì‹ìœ¼ë¡œ 다른 ownCloud 사용ìžì™€ ê³µìœ í• ìˆ˜ 있습니다", "Share with users…" : "사용ìžì™€ ê³µìœ ...", "Share with users, groups or remote users…" : "사용ìž, 그룹 ë˜ëŠ” ì›ê²© 사용ìžì™€ ê³µìœ ...", "Share with users or groups…" : "ì‚¬ìš©ìž ë˜ëŠ” 그룹과 ê³µìœ ...", @@ -156,6 +170,7 @@ "Continue to Nextcloud" : "Nextcloud 계ì†", "The update was successful. Redirecting you to Nextcloud now." : "ì—…ë°ì´íŠ¸ê°€ 성공했습니다. 지금 Nextcloudë¡œ ë¦¬ë””ë ‰ì…˜í•©ë‹ˆë‹¤.", "Searching other places" : "다른 장소 찾는 중", + "No search results in other folders for '{tag}{filter}{endtag}'" : "í´ë”ì˜ ê²€ìƒ‰ ê²°ê³¼ ì—†ìŒ '{tag}{filter}{endtag}'", "_{count} search result in another folder_::_{count} search results in other folders_" : ["다른 í´ë”ì˜ ê²€ìƒ‰ ê²°ê³¼ {count}ê°œ"], "Personal" : "ê°œì¸", "Users" : "사용ìž", @@ -303,9 +318,10 @@ "Oct." : "10ì›”", "Nov." : "11ì›”", "Dec." : "12ì›”", + "This server has no working Internet connection. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "서버ì—ì„œ ì¸í„°ë„· ì—°ê²°ì„ ì‚¬ìš©í• ìˆ˜ 없습니다. 외부 ì €ìž¥ì†Œ 마운트, ì—…ë°ì´íŠ¸ 알림, ì œ 3ìž ì•± 설치 등 ê¸°ëŠ¥ì„ ì‚¬ìš©í• ìˆ˜ 없습니다. ì›ê²©ì—ì„œ 파ì¼ì— ì ‘ê·¼í•˜ê±°ë‚˜, 알림 ì´ë©”ì¼ì„ 보내지 ëª»í• ìˆ˜ë„ ìžˆìŠµë‹ˆë‹¤. ëª¨ë“ ê¸°ëŠ¥ì„ ì‚¬ìš©í•˜ë ¤ë©´ ì¸í„°ë„·ì— 연결하는 ê²ƒì„ ì¶”ì²œí•©ë‹ˆë‹¤.", "Allow editing" : "편집 허용", "can share" : "ê³µìœ ê°€ëŠ¥", - "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "username@example.com/owncloud 형ì‹ìœ¼ë¡œ 다른 ownCloud 사용ìžì™€ ê³µìœ í• ìˆ˜ 있습니다", + "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "username@example.com/nextcloud 형ì‹ìœ¼ë¡œ 다른 nextcloud 사용ìžì™€ ê³µìœ í• ìˆ˜ 있습니다", "Warning" : "ê²½ê³ ", "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "ì—…ê·¸ë ˆì´ë“œ 중입니다. ì´ íŽ˜ì´ì§€ë¥¼ ì—´ì–´ ë‘ë©´ ì¼ë¶€ 환경ì—ì„œ 진행 ê³¼ì •ì„ ì¤‘ë‹¨ì‹œí‚¬ 수 있습니다.", "Updating to {version}" : "{version}(으)ë¡œ ì—…ë°ì´íŠ¸ 중", diff --git a/core/l10n/nb_NO.js b/core/l10n/nb_NO.js index af3f6c2bbe8121decf92e9fd645b133b70080077..02ecaefe7516e4e3927387c79abde485623e5995 100644 --- a/core/l10n/nb_NO.js +++ b/core/l10n/nb_NO.js @@ -59,6 +59,7 @@ OC.L10N.register( "Password can not be changed. Please contact your administrator." : "Passordet kan ikke endres. Kontakt administratoren din.", "No" : "Nei", "Yes" : "Ja", + "No files in here" : "Ingen filer her", "Choose" : "Velg", "Error loading file picker template: {error}" : "Feil ved lasting av filvelger-mal: {error}", "Ok" : "Ok", @@ -75,6 +76,7 @@ OC.L10N.register( "(all selected)" : "(alle valgt)", "({count} selected)" : "({count} valgt)", "Error loading file exists template" : "Feil ved lasting av \"filen eksisterer\"-mal", + "Pending" : "Venter", "Very weak password" : "Veldig svakt passord", "Weak password" : "Svakt passord", "So-so password" : "So-so-passord", @@ -139,6 +141,7 @@ OC.L10N.register( "{sharee} (at {server})" : "{sharee} (pÃ¥ {server})", "{sharee} (remote)" : "{sharee} (ekstern)", "Share" : "Del", + "Share with people on other Nextclouds using the syntax username@example.com/nextcloud" : "Del med andre pÃ¥ andre Nextclouder ved Ã¥ bruker syntaksen brukernavn@eksempel.com/nextcloud", "Share with users…" : "Del med brukere...", "Share with users, groups or remote users…" : "Del med brukere, grupper og eksterne brukere...", "Share with users or groups…" : "Del med brukere eller grupper...", diff --git a/core/l10n/nb_NO.json b/core/l10n/nb_NO.json index 536004f0264ea752c1237d6333ba259a77cc7889..212391735995c7155c71049cf2479ded33bdfce6 100644 --- a/core/l10n/nb_NO.json +++ b/core/l10n/nb_NO.json @@ -57,6 +57,7 @@ "Password can not be changed. Please contact your administrator." : "Passordet kan ikke endres. Kontakt administratoren din.", "No" : "Nei", "Yes" : "Ja", + "No files in here" : "Ingen filer her", "Choose" : "Velg", "Error loading file picker template: {error}" : "Feil ved lasting av filvelger-mal: {error}", "Ok" : "Ok", @@ -73,6 +74,7 @@ "(all selected)" : "(alle valgt)", "({count} selected)" : "({count} valgt)", "Error loading file exists template" : "Feil ved lasting av \"filen eksisterer\"-mal", + "Pending" : "Venter", "Very weak password" : "Veldig svakt passord", "Weak password" : "Svakt passord", "So-so password" : "So-so-passord", @@ -137,6 +139,7 @@ "{sharee} (at {server})" : "{sharee} (pÃ¥ {server})", "{sharee} (remote)" : "{sharee} (ekstern)", "Share" : "Del", + "Share with people on other Nextclouds using the syntax username@example.com/nextcloud" : "Del med andre pÃ¥ andre Nextclouder ved Ã¥ bruker syntaksen brukernavn@eksempel.com/nextcloud", "Share with users…" : "Del med brukere...", "Share with users, groups or remote users…" : "Del med brukere, grupper og eksterne brukere...", "Share with users or groups…" : "Del med brukere eller grupper...", diff --git a/lib/l10n/nb_NO.js b/lib/l10n/nb_NO.js index 9e4b13ef669ff4849484978abd75ca0c964892c9..9bcbd80565755b0519347479ff1b13d021ff835c 100644 --- a/lib/l10n/nb_NO.js +++ b/lib/l10n/nb_NO.js @@ -115,6 +115,51 @@ OC.L10N.register( "Expiration date is in the past" : "Utløpsdato er tilbake i tid", "Cannot set expiration date more than %s days in the future" : "Kan ikke sette utløpsdato mer enn %s dager fram i tid", "Could not find category \"%s\"" : "Kunne ikke finne kategori \"%s\"", + "Sunday" : "Søndag", + "Monday" : "Mandag", + "Tuesday" : "Tirsdag", + "Wednesday" : "Onsdag", + "Thursday" : "Torsdag", + "Friday" : "Fredag", + "Saturday" : "Lørdag", + "Sun." : "Søn.", + "Mon." : "Man.", + "Tue." : "Tir.", + "Wed." : "Ons.", + "Thu." : "Tirs.", + "Fri." : "Fre.", + "Sat." : "Lør.", + "Su" : "Sø", + "Mo" : "Ma", + "Tu" : "Ti", + "We" : "On", + "Th" : "To", + "Fr" : "Fr", + "Sa" : "Lø", + "January" : "Januar", + "February" : "Februar", + "March" : "Mars", + "April" : "April", + "May" : "Mai", + "June" : "Juni", + "July" : "Juli", + "August" : "August", + "September" : "September", + "October" : "Oktober", + "November" : "November", + "December" : "Desember", + "Jan." : "Jan.", + "Feb." : "Feb.", + "Mar." : "Mar.", + "Apr." : "Apr.", + "May." : "Mai.", + "Jun." : "Jun.", + "Jul." : "Jul.", + "Aug." : "Aug.", + "Sep." : "Sep.", + "Oct." : "Okt.", + "Nov." : "Nov.", + "Dec." : "Des.", "Apps" : "Apper", "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "Bare disse tegnene tillates i et brukernavn: \"a-z\", \"A-Z\", \"0-9\" og \"_.@-'\"", "A valid username must be provided" : "Oppgi et gyldig brukernavn", @@ -173,6 +218,7 @@ OC.L10N.register( "Storage unauthorized. %s" : "Lager uautorisert: %s", "Storage incomplete configuration. %s" : "Ikke komplett oppsett for lager. %s", "Storage connection error. %s" : "Tilkoblingsfeil for lager. %s", + "Storage is temporarily not available" : "Lagring er midlertidig utilgjengelig", "Storage connection timeout. %s" : "Tidsavbrudd ved tilkobling av lager: %s", "Microsoft Windows Platform is not supported" : "Microsoft Windows-plattform støttes ikke", "Running Nextcloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself." : "Kjøring av Nextcloud tjeneren pÃ¥ en Microsoft Windows plattform er ikke støttet. Vi foreslÃ¥r at du bruker en Linux tjener i en virtuell maskin hvis du ikke har mulighet til Ã¥ migrere tjeneren selv.", diff --git a/lib/l10n/nb_NO.json b/lib/l10n/nb_NO.json index f61d84cd4c3a3eabeededa6f8bc8ad176909edb2..ff6c0c992e19ca91f839611f6bb97892721865c2 100644 --- a/lib/l10n/nb_NO.json +++ b/lib/l10n/nb_NO.json @@ -113,6 +113,51 @@ "Expiration date is in the past" : "Utløpsdato er tilbake i tid", "Cannot set expiration date more than %s days in the future" : "Kan ikke sette utløpsdato mer enn %s dager fram i tid", "Could not find category \"%s\"" : "Kunne ikke finne kategori \"%s\"", + "Sunday" : "Søndag", + "Monday" : "Mandag", + "Tuesday" : "Tirsdag", + "Wednesday" : "Onsdag", + "Thursday" : "Torsdag", + "Friday" : "Fredag", + "Saturday" : "Lørdag", + "Sun." : "Søn.", + "Mon." : "Man.", + "Tue." : "Tir.", + "Wed." : "Ons.", + "Thu." : "Tirs.", + "Fri." : "Fre.", + "Sat." : "Lør.", + "Su" : "Sø", + "Mo" : "Ma", + "Tu" : "Ti", + "We" : "On", + "Th" : "To", + "Fr" : "Fr", + "Sa" : "Lø", + "January" : "Januar", + "February" : "Februar", + "March" : "Mars", + "April" : "April", + "May" : "Mai", + "June" : "Juni", + "July" : "Juli", + "August" : "August", + "September" : "September", + "October" : "Oktober", + "November" : "November", + "December" : "Desember", + "Jan." : "Jan.", + "Feb." : "Feb.", + "Mar." : "Mar.", + "Apr." : "Apr.", + "May." : "Mai.", + "Jun." : "Jun.", + "Jul." : "Jul.", + "Aug." : "Aug.", + "Sep." : "Sep.", + "Oct." : "Okt.", + "Nov." : "Nov.", + "Dec." : "Des.", "Apps" : "Apper", "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "Bare disse tegnene tillates i et brukernavn: \"a-z\", \"A-Z\", \"0-9\" og \"_.@-'\"", "A valid username must be provided" : "Oppgi et gyldig brukernavn", @@ -171,6 +216,7 @@ "Storage unauthorized. %s" : "Lager uautorisert: %s", "Storage incomplete configuration. %s" : "Ikke komplett oppsett for lager. %s", "Storage connection error. %s" : "Tilkoblingsfeil for lager. %s", + "Storage is temporarily not available" : "Lagring er midlertidig utilgjengelig", "Storage connection timeout. %s" : "Tidsavbrudd ved tilkobling av lager: %s", "Microsoft Windows Platform is not supported" : "Microsoft Windows-plattform støttes ikke", "Running Nextcloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself." : "Kjøring av Nextcloud tjeneren pÃ¥ en Microsoft Windows plattform er ikke støttet. Vi foreslÃ¥r at du bruker en Linux tjener i en virtuell maskin hvis du ikke har mulighet til Ã¥ migrere tjeneren selv.", diff --git a/settings/l10n/ja.js b/settings/l10n/ja.js index d7ee040a3220bb3ae337e52ad120bddd77575f8c..191f634b9b6cb397df66c63dbfe88482d01fd324 100644 --- a/settings/l10n/ja.js +++ b/settings/l10n/ja.js @@ -86,6 +86,7 @@ OC.L10N.register( "iPhone" : "iPhone", "iOS Client" : "iOSクライアント", "Android Client" : "Androidクライアント", + "This session" : "本セッション", "Error while loading browser sessions and device tokens" : "ブラウザセッションã¨ãƒ‡ãƒã‚¤ã‚¹ãƒˆãƒ¼ã‚¯ãƒ³ã®èªã¿è¾¼ã¿ã«ãŠã‘るエラー", "Error while creating device token" : "デãƒã‚¤ã‚¹ãƒˆãƒ¼ã‚¯ãƒ³ã®ä½œæˆã«ãŠã‘るエラー", "Error while deleting the token" : "トークンã®å‰Šé™¤ã«ãŠã‘るエラー", @@ -175,6 +176,7 @@ OC.L10N.register( "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "\"config\"ã¯èªã¿å–り専用ã«ãªã£ã¦ã¾ã™ã€‚ãã®ãŸã‚ã«WEBインターフェースã§è¨å®šã§ãã¾ã›ã‚“å¯èƒ½æ€§ãŒã‚ã‚Šã¾ã™ã€‚ã•ã‚‰ã«ã€æ›´æ–°æ™‚ã«\"config\"ファイルを書ãè¾¼ã¿æ¨©é™ã‚’与ãˆã‚‹ã“ã¨ãŒå¿…è¦", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHPã§ã‚¤ãƒ³ãƒ©ã‚¤ãƒ³ãƒ‰ã‚ュメントブãƒãƒƒã‚¯ã‚’å–り除ãè¨å®šã«ãªã£ã¦ã„ã¾ã™ã€‚ã“ã‚Œã«ã‚ˆã‚Šã‚³ã‚¢ã‚¢ãƒ—リã§åˆ©ç”¨ã§ããªã„ã‚‚ã®ãŒã„ãã¤ã‹ã‚ã‚Šã¾ã™ã€‚", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "ã“ã‚Œã¯ã€Zend OPcacheã‚„eAccelerator ç‰ã®ã‚ャッシュ/アクセラレーターãŒåŽŸå› ã‹ã‚‚ã—ã‚Œã¾ã›ã‚“。", + "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "ã‚ãªãŸã®ãƒ‡ãƒ¼ã‚¿ãƒ™ãƒ¼ã‚¹ã¯ \"READ COMMITED\" トランザクション分離レベルã§å‹•ä½œã—ã¦ã„ã¾ã›ã‚“。ã“ã®ã“ã¨ã«ã‚ˆã‚Šè¤‡æ•°ã®ã‚¢ã‚¯ã‚·ãƒ§ãƒ³ãŒå¹³è¡Œã—ã¦å®Ÿè¡Œã•ã‚Œã‚‹å ´åˆã«å•é¡ŒãŒèµ·ã“ã‚‹å¯èƒ½æ€§ãŒã‚ã‚Šã¾ã™ã€‚", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%2$s よりもå¤ã„ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã® %1$s ãŒã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã•ã‚Œã¦ã„ã¾ã™ã€‚安定ã—ãŸç¨¼åƒã¨ãƒ‘フォーマンスã®è¦³ç‚¹ã‹ã‚‰ã€æ–°ã—ã„ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã® %1$s ã«ã‚¢ãƒƒãƒ—デートã™ã‚‹ã“ã¨ã‚’ãŠå‹§ã‚ã—ã¾ã™ã€‚", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP ã®ãƒ¢ã‚¸ãƒ¥ãƒ¼ãƒ« 'fileinfo' ãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“。mimeタイプã®æ¤œå‡ºã‚’精度良ãè¡Œã†ãŸã‚ã«ã€ã“ã®ãƒ¢ã‚¸ãƒ¥ãƒ¼ãƒ«ã‚’有効ã«ã™ã‚‹ã“ã¨ã‚’å¼·ããŠå‹§ã‚ã—ã¾ã™ã€‚", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "ファイルã®æ›¸ãè¾¼ã¿æ™‚ã®ãƒãƒƒã‚¯ãŒç„¡åŠ¹ã«ãªã£ã¦ãŠã‚Šã€ç«¶åˆæ™‚ã«å•é¡Œã¨ãªã‚‹å¯èƒ½æ€§ãŒã‚ã‚Šã¾ã™ã€‚ã“ã®å•é¡Œã‚’é¿ã‘る為㫠config.php ä¸ã® 'filelocking.enabled' を有効ã«ã—ã¦ãã ã•ã„。詳細ã«ã¤ã„ã¦ã¯ã€<a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">ドã‚ュメント↗ </a>ã‚’å‚ç…§ã—ã¦ãã ã•ã„。", @@ -298,7 +300,10 @@ OC.L10N.register( "Default quota" : "デフォルトã®ã‚¯ã‚ªãƒ¼ã‚¿", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "ストレージã®ã‚¯ã‚©ãƒ¼ã‚¿ã‚’入力ã—ã¦ãã ã•ã„ (例: \"512MB\" ã‚„ \"12 GB\")", "Other" : "ãã®ä»–", + "Group admin for" : "グループã®ç®¡ç†è€…", "Quota" : "クオータ", + "Storage location" : "データã®ä¿å˜å ´æ‰€", + "User backend" : "ユーザーãƒãƒƒã‚¯ã‚¨ãƒ³ãƒ‰", "Last login" : "最終ãƒã‚°ã‚¤ãƒ³", "change full name" : "åå‰ã‚’変更", "set new password" : "æ–°ã—ã„パスワードをè¨å®š", @@ -315,11 +320,13 @@ OC.L10N.register( "Default Quota" : "デフォルトã®ã‚¯ã‚ªãƒ¼ã‚¿", "Full Name" : "æ°å", "Group Admin for" : "グループã®ç®¡ç†è€…", + "User Backend" : "ユーザーãƒãƒƒã‚¯ã‚¨ãƒ³ãƒ‰", "Last Login" : "最終ãƒã‚°ã‚¤ãƒ³", "APCu" : "APCu", "Redis" : "Redis", "External Storage" : "外部ストレージ", "Updates" : "アップデート", - "An error occurred: {message}" : "エラーãŒç™ºç”Ÿã—ã¾ã—ãŸ: {message}" + "An error occurred: {message}" : "エラーãŒç™ºç”Ÿã—ã¾ã—ãŸ: {message}", + "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "ã‚ãªãŸã®ãƒ‡ãƒ¼ã‚¿ãƒ™ãƒ¼ã‚¹ã¯ \"READ COMMITED\" トランザクション分離レベルã§å‹•ä½œã—ã¦ã„ã¾ã›ã‚“。ã“ã®ã“ã¨ã«ã‚ˆã‚Šè¤‡æ•°ã®ã‚¢ã‚¯ã‚·ãƒ§ãƒ³ãŒå¹³è¡Œã—ã¦å®Ÿè¡Œã•ã‚Œã‚‹å ´åˆã«å•é¡ŒãŒèµ·ã“ã‚‹å¯èƒ½æ€§ãŒã‚ã‚Šã¾ã™ã€‚" }, "nplurals=1; plural=0;"); diff --git a/settings/l10n/ja.json b/settings/l10n/ja.json index d7d583a25cd344d8f3d70db79139c3e7b0a9ced1..efb6a8d8c4cdd83f7999b39daea01657c8f98e6c 100644 --- a/settings/l10n/ja.json +++ b/settings/l10n/ja.json @@ -84,6 +84,7 @@ "iPhone" : "iPhone", "iOS Client" : "iOSクライアント", "Android Client" : "Androidクライアント", + "This session" : "本セッション", "Error while loading browser sessions and device tokens" : "ブラウザセッションã¨ãƒ‡ãƒã‚¤ã‚¹ãƒˆãƒ¼ã‚¯ãƒ³ã®èªã¿è¾¼ã¿ã«ãŠã‘るエラー", "Error while creating device token" : "デãƒã‚¤ã‚¹ãƒˆãƒ¼ã‚¯ãƒ³ã®ä½œæˆã«ãŠã‘るエラー", "Error while deleting the token" : "トークンã®å‰Šé™¤ã«ãŠã‘るエラー", @@ -173,6 +174,7 @@ "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "\"config\"ã¯èªã¿å–り専用ã«ãªã£ã¦ã¾ã™ã€‚ãã®ãŸã‚ã«WEBインターフェースã§è¨å®šã§ãã¾ã›ã‚“å¯èƒ½æ€§ãŒã‚ã‚Šã¾ã™ã€‚ã•ã‚‰ã«ã€æ›´æ–°æ™‚ã«\"config\"ファイルを書ãè¾¼ã¿æ¨©é™ã‚’与ãˆã‚‹ã“ã¨ãŒå¿…è¦", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHPã§ã‚¤ãƒ³ãƒ©ã‚¤ãƒ³ãƒ‰ã‚ュメントブãƒãƒƒã‚¯ã‚’å–り除ãè¨å®šã«ãªã£ã¦ã„ã¾ã™ã€‚ã“ã‚Œã«ã‚ˆã‚Šã‚³ã‚¢ã‚¢ãƒ—リã§åˆ©ç”¨ã§ããªã„ã‚‚ã®ãŒã„ãã¤ã‹ã‚ã‚Šã¾ã™ã€‚", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "ã“ã‚Œã¯ã€Zend OPcacheã‚„eAccelerator ç‰ã®ã‚ャッシュ/アクセラレーターãŒåŽŸå› ã‹ã‚‚ã—ã‚Œã¾ã›ã‚“。", + "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "ã‚ãªãŸã®ãƒ‡ãƒ¼ã‚¿ãƒ™ãƒ¼ã‚¹ã¯ \"READ COMMITED\" トランザクション分離レベルã§å‹•ä½œã—ã¦ã„ã¾ã›ã‚“。ã“ã®ã“ã¨ã«ã‚ˆã‚Šè¤‡æ•°ã®ã‚¢ã‚¯ã‚·ãƒ§ãƒ³ãŒå¹³è¡Œã—ã¦å®Ÿè¡Œã•ã‚Œã‚‹å ´åˆã«å•é¡ŒãŒèµ·ã“ã‚‹å¯èƒ½æ€§ãŒã‚ã‚Šã¾ã™ã€‚", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%2$s よりもå¤ã„ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã® %1$s ãŒã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã•ã‚Œã¦ã„ã¾ã™ã€‚安定ã—ãŸç¨¼åƒã¨ãƒ‘フォーマンスã®è¦³ç‚¹ã‹ã‚‰ã€æ–°ã—ã„ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã® %1$s ã«ã‚¢ãƒƒãƒ—デートã™ã‚‹ã“ã¨ã‚’ãŠå‹§ã‚ã—ã¾ã™ã€‚", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP ã®ãƒ¢ã‚¸ãƒ¥ãƒ¼ãƒ« 'fileinfo' ãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“。mimeタイプã®æ¤œå‡ºã‚’精度良ãè¡Œã†ãŸã‚ã«ã€ã“ã®ãƒ¢ã‚¸ãƒ¥ãƒ¼ãƒ«ã‚’有効ã«ã™ã‚‹ã“ã¨ã‚’å¼·ããŠå‹§ã‚ã—ã¾ã™ã€‚", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "ファイルã®æ›¸ãè¾¼ã¿æ™‚ã®ãƒãƒƒã‚¯ãŒç„¡åŠ¹ã«ãªã£ã¦ãŠã‚Šã€ç«¶åˆæ™‚ã«å•é¡Œã¨ãªã‚‹å¯èƒ½æ€§ãŒã‚ã‚Šã¾ã™ã€‚ã“ã®å•é¡Œã‚’é¿ã‘る為㫠config.php ä¸ã® 'filelocking.enabled' を有効ã«ã—ã¦ãã ã•ã„。詳細ã«ã¤ã„ã¦ã¯ã€<a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">ドã‚ュメント↗ </a>ã‚’å‚ç…§ã—ã¦ãã ã•ã„。", @@ -296,7 +298,10 @@ "Default quota" : "デフォルトã®ã‚¯ã‚ªãƒ¼ã‚¿", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "ストレージã®ã‚¯ã‚©ãƒ¼ã‚¿ã‚’入力ã—ã¦ãã ã•ã„ (例: \"512MB\" ã‚„ \"12 GB\")", "Other" : "ãã®ä»–", + "Group admin for" : "グループã®ç®¡ç†è€…", "Quota" : "クオータ", + "Storage location" : "データã®ä¿å˜å ´æ‰€", + "User backend" : "ユーザーãƒãƒƒã‚¯ã‚¨ãƒ³ãƒ‰", "Last login" : "最終ãƒã‚°ã‚¤ãƒ³", "change full name" : "åå‰ã‚’変更", "set new password" : "æ–°ã—ã„パスワードをè¨å®š", @@ -313,11 +318,13 @@ "Default Quota" : "デフォルトã®ã‚¯ã‚ªãƒ¼ã‚¿", "Full Name" : "æ°å", "Group Admin for" : "グループã®ç®¡ç†è€…", + "User Backend" : "ユーザーãƒãƒƒã‚¯ã‚¨ãƒ³ãƒ‰", "Last Login" : "最終ãƒã‚°ã‚¤ãƒ³", "APCu" : "APCu", "Redis" : "Redis", "External Storage" : "外部ストレージ", "Updates" : "アップデート", - "An error occurred: {message}" : "エラーãŒç™ºç”Ÿã—ã¾ã—ãŸ: {message}" + "An error occurred: {message}" : "エラーãŒç™ºç”Ÿã—ã¾ã—ãŸ: {message}", + "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "ã‚ãªãŸã®ãƒ‡ãƒ¼ã‚¿ãƒ™ãƒ¼ã‚¹ã¯ \"READ COMMITED\" トランザクション分離レベルã§å‹•ä½œã—ã¦ã„ã¾ã›ã‚“。ã“ã®ã“ã¨ã«ã‚ˆã‚Šè¤‡æ•°ã®ã‚¢ã‚¯ã‚·ãƒ§ãƒ³ãŒå¹³è¡Œã—ã¦å®Ÿè¡Œã•ã‚Œã‚‹å ´åˆã«å•é¡ŒãŒèµ·ã“ã‚‹å¯èƒ½æ€§ãŒã‚ã‚Šã¾ã™ã€‚" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/settings/l10n/nb_NO.js b/settings/l10n/nb_NO.js index 20eecda45ef2fae896b9b32b2c98fc5604a72bd6..0a726e18555f55354592059a0c52eef0427cd34d 100644 --- a/settings/l10n/nb_NO.js +++ b/settings/l10n/nb_NO.js @@ -131,6 +131,8 @@ OC.L10N.register( "Login" : "Logg inn", "Plain" : "Enkel", "NT LAN Manager" : "NT LAN Manager", + "SSL/TLS" : "SSL/TLS", + "STARTTLS" : "STARTTLS", "Email server" : "E-posttjener", "Open documentation" : "Ã…pne dokumentasjonen", "This is used for sending out notifications." : "Dette brukes for utsending av varsler.", @@ -311,6 +313,7 @@ OC.L10N.register( "Create" : "Opprett", "Admin Recovery Password" : "Administrativt gjenopprettingspassord", "Enter the recovery password in order to recover the users files during password change" : "Legg inn gjenopprettingspassordet for Ã¥ gjenopprette brukerfilene nÃ¥r passordet endres", + "Group name" : "Gruppenavn", "Everyone" : "Alle", "Admins" : "Administratorer", "Default quota" : "Standard kvote", diff --git a/settings/l10n/nb_NO.json b/settings/l10n/nb_NO.json index be9ced9d16712dff5c2138e849dc62cf33a77b98..e735a6b96c39c5c9e8a03e042908bfca65b613dc 100644 --- a/settings/l10n/nb_NO.json +++ b/settings/l10n/nb_NO.json @@ -129,6 +129,8 @@ "Login" : "Logg inn", "Plain" : "Enkel", "NT LAN Manager" : "NT LAN Manager", + "SSL/TLS" : "SSL/TLS", + "STARTTLS" : "STARTTLS", "Email server" : "E-posttjener", "Open documentation" : "Ã…pne dokumentasjonen", "This is used for sending out notifications." : "Dette brukes for utsending av varsler.", @@ -309,6 +311,7 @@ "Create" : "Opprett", "Admin Recovery Password" : "Administrativt gjenopprettingspassord", "Enter the recovery password in order to recover the users files during password change" : "Legg inn gjenopprettingspassordet for Ã¥ gjenopprette brukerfilene nÃ¥r passordet endres", + "Group name" : "Gruppenavn", "Everyone" : "Alle", "Admins" : "Administratorer", "Default quota" : "Standard kvote", diff --git a/settings/l10n/pl.js b/settings/l10n/pl.js index b5c7b3cb342e12046150db8a9bd48c09b60f6abd..109bc4e6a247cfb43326a92c3baa347887292d12 100644 --- a/settings/l10n/pl.js +++ b/settings/l10n/pl.js @@ -149,6 +149,7 @@ OC.L10N.register( "Errors and fatal issues" : "BÅ‚Ä™dy i poważne problemy", "Fatal issues only" : "Tylko poważne problemy", "Log" : "Logi", + "What to log" : "Jakie logi", "Download logfile" : "Pobierz plik log", "More" : "WiÄ™cej", "Less" : "Mniej", @@ -185,7 +186,12 @@ OC.L10N.register( "These groups will still be able to receive shares, but not to initiate them." : "Grupy te nadal bÄ™dÄ… mogli otrzymywać udostÄ™pnione udziaÅ‚y, ale nie do ich inicjowania.", "Allow username autocompletion in share dialog. If this is disabled the full username needs to be entered." : "Pozwól użytkownikowi na autouzupeÅ‚nianie w oknie użytkownika. JeÅ›li ta opcja jest wyÅ‚Ä…czona, to peÅ‚na nazwa musi być wprowadzona.", "Tips & tricks" : "Porady i wskazówki", + "How to do backups" : "Jak zrobić kopie zapasowe", + "Advanced monitoring" : "Zaawansowane monitorowanie", + "Performance tuning" : "Podnoszenie wydajnoÅ›ci", + "Improving the config.php" : "Udoskonalać siÄ™ w config.php", "Theming" : "Motyw", + "Hardening and security guidance" : "Kierowanie i wzmacnianie bezpieczeÅ„stwa", "Developer documentation" : "Dokumentacja dewelopera", "Documentation:" : "Dokumentacja:", "User documentation" : "Dokumentacja użytkownika", diff --git a/settings/l10n/pl.json b/settings/l10n/pl.json index b399629d8dbc2f8f41ee11d648f4ca758e39f904..ee9408ac917d0b3fabbdd2965fe2697dd18cebf8 100644 --- a/settings/l10n/pl.json +++ b/settings/l10n/pl.json @@ -147,6 +147,7 @@ "Errors and fatal issues" : "BÅ‚Ä™dy i poważne problemy", "Fatal issues only" : "Tylko poważne problemy", "Log" : "Logi", + "What to log" : "Jakie logi", "Download logfile" : "Pobierz plik log", "More" : "WiÄ™cej", "Less" : "Mniej", @@ -183,7 +184,12 @@ "These groups will still be able to receive shares, but not to initiate them." : "Grupy te nadal bÄ™dÄ… mogli otrzymywać udostÄ™pnione udziaÅ‚y, ale nie do ich inicjowania.", "Allow username autocompletion in share dialog. If this is disabled the full username needs to be entered." : "Pozwól użytkownikowi na autouzupeÅ‚nianie w oknie użytkownika. JeÅ›li ta opcja jest wyÅ‚Ä…czona, to peÅ‚na nazwa musi być wprowadzona.", "Tips & tricks" : "Porady i wskazówki", + "How to do backups" : "Jak zrobić kopie zapasowe", + "Advanced monitoring" : "Zaawansowane monitorowanie", + "Performance tuning" : "Podnoszenie wydajnoÅ›ci", + "Improving the config.php" : "Udoskonalać siÄ™ w config.php", "Theming" : "Motyw", + "Hardening and security guidance" : "Kierowanie i wzmacnianie bezpieczeÅ„stwa", "Developer documentation" : "Dokumentacja dewelopera", "Documentation:" : "Dokumentacja:", "User documentation" : "Dokumentacja użytkownika",