Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-07-15 13:37:38 +0300
committerNextcloud bot <bot@nextcloud.com>2021-07-15 13:37:38 +0300
commit6bd2efe54979f8af77ec266c2d24807baec32635 (patch)
tree581dcf69ba135b54c0811632834474ffe831e3d6 /apps/files_external/l10n
parentd23b723d380933b9bb72afe59f5cb7a176f36183 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_external/l10n')
-rw-r--r--apps/files_external/l10n/ja.js4
-rw-r--r--apps/files_external/l10n/ja.json4
-rw-r--r--apps/files_external/l10n/pl.js2
-rw-r--r--apps/files_external/l10n/pl.json2
-rw-r--r--apps/files_external/l10n/sv.js2
-rw-r--r--apps/files_external/l10n/sv.json2
-rw-r--r--apps/files_external/l10n/zh_HK.js4
-rw-r--r--apps/files_external/l10n/zh_HK.json4
8 files changed, 16 insertions, 8 deletions
diff --git a/apps/files_external/l10n/ja.js b/apps/files_external/l10n/ja.js
index 9ec05c8614e..0df52cb534f 100644
--- a/apps/files_external/l10n/ja.js
+++ b/apps/files_external/l10n/ja.js
@@ -11,6 +11,7 @@ OC.L10N.register(
"Generate keys" : "キーを生成",
"Error generating key pair" : "キーペアの生成エラー",
"All users. Type to select user or group." : "すべてのユーザー。ユーザー、グループを追加",
+ "(Group)" : "(グループ)",
"Compatibility with Mac NFD encoding (slow)" : "Mac NFD エンコード互換 (遅い)",
"Enable encryption" : "暗号化を有効に",
"Enable previews" : "プレビューを有効に",
@@ -101,11 +102,13 @@ OC.L10N.register(
"SFTP" : "SFTP",
"Root" : "ルート",
"SFTP with secret key login" : "秘密鍵でSFTPログイン",
+ "SMB/CIFS" : "SMB/CIFS",
"Share" : "共有",
"Show hidden files" : "隠しファイルを表示",
"Verify ACL access when listing files" : "ファイルをリストアップする際に ACL アクセスを確認する",
"Check the ACL's of each file or folder inside a directory to filter out items where the user has no read permissions, comes with a performance penalty" : "ディレクトリ内の各ファイルまたはフォルダーのACLをチェックして、ユーザーが読み取り権限を持たないアイテムを除外すると、パフォーマンスが低下します",
"Timeout" : "タイムアウト",
+ "SMB/CIFS using OC login" : "Nextcloud ログインを利用したSMB/CIFS",
"Username as share" : "共有名",
"OpenStack Object Storage" : "OpenStack ObjectStorage",
"Service name" : "サービス名",
@@ -130,6 +133,7 @@ OC.L10N.register(
"Add storage" : "ストレージを追加",
"Advanced settings" : "詳細設定",
"Allow users to mount external storage" : "ユーザーに外部ストレージの接続を許可する",
+ "Global credentials can be used to authenticate with multiple external storage that have the same credentials." : "グローバル資格情報を使用して、同じ資格情報を持つ複数の外部記憶装置で認証することができます。",
"External storages" : "外部ストレージ",
"(group)" : "(グループ)",
"SMB / CIFS" : "SMB / CIFS",
diff --git a/apps/files_external/l10n/ja.json b/apps/files_external/l10n/ja.json
index ec0a657fb16..4b84e371caf 100644
--- a/apps/files_external/l10n/ja.json
+++ b/apps/files_external/l10n/ja.json
@@ -9,6 +9,7 @@
"Generate keys" : "キーを生成",
"Error generating key pair" : "キーペアの生成エラー",
"All users. Type to select user or group." : "すべてのユーザー。ユーザー、グループを追加",
+ "(Group)" : "(グループ)",
"Compatibility with Mac NFD encoding (slow)" : "Mac NFD エンコード互換 (遅い)",
"Enable encryption" : "暗号化を有効に",
"Enable previews" : "プレビューを有効に",
@@ -99,11 +100,13 @@
"SFTP" : "SFTP",
"Root" : "ルート",
"SFTP with secret key login" : "秘密鍵でSFTPログイン",
+ "SMB/CIFS" : "SMB/CIFS",
"Share" : "共有",
"Show hidden files" : "隠しファイルを表示",
"Verify ACL access when listing files" : "ファイルをリストアップする際に ACL アクセスを確認する",
"Check the ACL's of each file or folder inside a directory to filter out items where the user has no read permissions, comes with a performance penalty" : "ディレクトリ内の各ファイルまたはフォルダーのACLをチェックして、ユーザーが読み取り権限を持たないアイテムを除外すると、パフォーマンスが低下します",
"Timeout" : "タイムアウト",
+ "SMB/CIFS using OC login" : "Nextcloud ログインを利用したSMB/CIFS",
"Username as share" : "共有名",
"OpenStack Object Storage" : "OpenStack ObjectStorage",
"Service name" : "サービス名",
@@ -128,6 +131,7 @@
"Add storage" : "ストレージを追加",
"Advanced settings" : "詳細設定",
"Allow users to mount external storage" : "ユーザーに外部ストレージの接続を許可する",
+ "Global credentials can be used to authenticate with multiple external storage that have the same credentials." : "グローバル資格情報を使用して、同じ資格情報を持つ複数の外部記憶装置で認証することができます。",
"External storages" : "外部ストレージ",
"(group)" : "(グループ)",
"SMB / CIFS" : "SMB / CIFS",
diff --git a/apps/files_external/l10n/pl.js b/apps/files_external/l10n/pl.js
index 84fe84b353a..27a1f9cdd42 100644
--- a/apps/files_external/l10n/pl.js
+++ b/apps/files_external/l10n/pl.js
@@ -118,7 +118,7 @@ OC.L10N.register(
"\"%1$s\" is not installed. Mounting of %2$s is not possible. Please ask your system administrator to install it." : "\"%1$s\" nie jest zainstalowany. Zamontowanie %2$s jest niemożliwe. Poproś administratora systemu o zainstalowanie.",
"External storage support" : "Wsparcie zewnętrznego magazynu",
"Adds basic external storage support" : "Dodaje podstawową obsługę magazynów zewnętrznych",
- "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Ta aplikacja umożliwia administratorom konfigurowanie połączeń z zewnętrznymi dostawcami magazynów danych, takimi jak serwery FTP, magazyny obiektów S3 lub SWIFT, serwery Nextcloud, serwery WebDAV i inne. Administratorzy mogą wybrać typy magazynów do włączania, dla użytkownika, grupy lub całego systemu. Po włączeniu, użytkownicy w katalogu głównym Nextcloud zobaczą nowy katalog, do którego mogą uzyskać dostęp i używać jak każdy inny katalog Nextcloud. Magazyn zewnętrzny pozwala użytkownikom udostępniać pliki przechowywane w tych lokalizacjach. W takich przypadkach, gdy adresat/odbiorca zażąda pliku z magazynu zewnętrznego używane są poświadczenia właściciela pliku.\n\nMagazyn zewnętrzny może być konfigurowany za pomocą GUI lub w wierszu poleceń. Ta druga opcja zapewnia zaawansowanemu użytkownikowi większą elastyczność w konfigurowaniu zewnętrznych magazynów i ustawianiu priorytetów montowania. Więcej informacji można znaleźć w dokumentacji GUI oraz dokumentacji pliku konfiguracyjnego magazynów zewnętrznych.",
+ "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Aplikacja umożliwia administratorom konfigurowanie połączeń z zewnętrznymi dostawcami magazynów danych, takimi jak serwery FTP, magazyny obiektów S3 lub SWIFT, serwery Nextcloud, serwery WebDAV i inne. Administratorzy mogą wybrać typy magazynów do włączania, dla użytkownika, grupy lub całego systemu. Po włączeniu, użytkownicy w katalogu głównym Nextcloud zobaczą nowy katalog, do którego mogą uzyskać dostęp i używać jak każdy inny katalog Nextcloud. Magazyn zewnętrzny pozwala użytkownikom udostępniać pliki przechowywane w tych lokalizacjach. W takich przypadkach, gdy adresat/odbiorca zażąda pliku z magazynu zewnętrznego używane są poświadczenia właściciela pliku.\n\nMagazyn zewnętrzny może być konfigurowany za pomocą GUI lub w wierszu poleceń. Ta druga opcja zapewnia zaawansowanemu użytkownikowi większą elastyczność w konfigurowaniu zewnętrznych magazynów i ustawianiu priorytetów montowania. Więcej informacji można znaleźć w dokumentacji GUI oraz dokumentacji pliku konfiguracyjnego magazynów zewnętrznych.",
"No external storage configured or you don't have the permission to configure them" : "Brak magazynów zewnętrznych lub nie masz uprawnień do ich konfiguracji",
"Name" : "Nazwa",
"Storage type" : "Typ magazynu",
diff --git a/apps/files_external/l10n/pl.json b/apps/files_external/l10n/pl.json
index 7de69599815..6c76f5f52db 100644
--- a/apps/files_external/l10n/pl.json
+++ b/apps/files_external/l10n/pl.json
@@ -116,7 +116,7 @@
"\"%1$s\" is not installed. Mounting of %2$s is not possible. Please ask your system administrator to install it." : "\"%1$s\" nie jest zainstalowany. Zamontowanie %2$s jest niemożliwe. Poproś administratora systemu o zainstalowanie.",
"External storage support" : "Wsparcie zewnętrznego magazynu",
"Adds basic external storage support" : "Dodaje podstawową obsługę magazynów zewnętrznych",
- "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Ta aplikacja umożliwia administratorom konfigurowanie połączeń z zewnętrznymi dostawcami magazynów danych, takimi jak serwery FTP, magazyny obiektów S3 lub SWIFT, serwery Nextcloud, serwery WebDAV i inne. Administratorzy mogą wybrać typy magazynów do włączania, dla użytkownika, grupy lub całego systemu. Po włączeniu, użytkownicy w katalogu głównym Nextcloud zobaczą nowy katalog, do którego mogą uzyskać dostęp i używać jak każdy inny katalog Nextcloud. Magazyn zewnętrzny pozwala użytkownikom udostępniać pliki przechowywane w tych lokalizacjach. W takich przypadkach, gdy adresat/odbiorca zażąda pliku z magazynu zewnętrznego używane są poświadczenia właściciela pliku.\n\nMagazyn zewnętrzny może być konfigurowany za pomocą GUI lub w wierszu poleceń. Ta druga opcja zapewnia zaawansowanemu użytkownikowi większą elastyczność w konfigurowaniu zewnętrznych magazynów i ustawianiu priorytetów montowania. Więcej informacji można znaleźć w dokumentacji GUI oraz dokumentacji pliku konfiguracyjnego magazynów zewnętrznych.",
+ "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Aplikacja umożliwia administratorom konfigurowanie połączeń z zewnętrznymi dostawcami magazynów danych, takimi jak serwery FTP, magazyny obiektów S3 lub SWIFT, serwery Nextcloud, serwery WebDAV i inne. Administratorzy mogą wybrać typy magazynów do włączania, dla użytkownika, grupy lub całego systemu. Po włączeniu, użytkownicy w katalogu głównym Nextcloud zobaczą nowy katalog, do którego mogą uzyskać dostęp i używać jak każdy inny katalog Nextcloud. Magazyn zewnętrzny pozwala użytkownikom udostępniać pliki przechowywane w tych lokalizacjach. W takich przypadkach, gdy adresat/odbiorca zażąda pliku z magazynu zewnętrznego używane są poświadczenia właściciela pliku.\n\nMagazyn zewnętrzny może być konfigurowany za pomocą GUI lub w wierszu poleceń. Ta druga opcja zapewnia zaawansowanemu użytkownikowi większą elastyczność w konfigurowaniu zewnętrznych magazynów i ustawianiu priorytetów montowania. Więcej informacji można znaleźć w dokumentacji GUI oraz dokumentacji pliku konfiguracyjnego magazynów zewnętrznych.",
"No external storage configured or you don't have the permission to configure them" : "Brak magazynów zewnętrznych lub nie masz uprawnień do ich konfiguracji",
"Name" : "Nazwa",
"Storage type" : "Typ magazynu",
diff --git a/apps/files_external/l10n/sv.js b/apps/files_external/l10n/sv.js
index 8618b268d89..29ad4b95d41 100644
--- a/apps/files_external/l10n/sv.js
+++ b/apps/files_external/l10n/sv.js
@@ -102,7 +102,7 @@ OC.L10N.register(
"Root" : "Root",
"SFTP with secret key login" : "SFTP-inloggning med hemlig nyckel",
"Share" : "Dela",
- "Show hidden files" : "Visa gömda filer",
+ "Show hidden files" : "Visa dolda filer",
"Timeout" : "Timeout",
"Username as share" : "Användarnamn till utdelning",
"OpenStack Object Storage" : "OpenStack Object Storage",
diff --git a/apps/files_external/l10n/sv.json b/apps/files_external/l10n/sv.json
index 191f9121dde..eb036a22fd7 100644
--- a/apps/files_external/l10n/sv.json
+++ b/apps/files_external/l10n/sv.json
@@ -100,7 +100,7 @@
"Root" : "Root",
"SFTP with secret key login" : "SFTP-inloggning med hemlig nyckel",
"Share" : "Dela",
- "Show hidden files" : "Visa gömda filer",
+ "Show hidden files" : "Visa dolda filer",
"Timeout" : "Timeout",
"Username as share" : "Användarnamn till utdelning",
"OpenStack Object Storage" : "OpenStack Object Storage",
diff --git a/apps/files_external/l10n/zh_HK.js b/apps/files_external/l10n/zh_HK.js
index fcea86c6fcc..e42ead0d70d 100644
--- a/apps/files_external/l10n/zh_HK.js
+++ b/apps/files_external/l10n/zh_HK.js
@@ -112,7 +112,7 @@ OC.L10N.register(
"Username as share" : "以用戶名稱分享",
"OpenStack Object Storage" : "OpenStack 物件儲存",
"Service name" : "服務名稱",
- "Request timeout (seconds)" : "請求超時(秒)",
+ "Request timeout (seconds)" : "請求超時(秒)",
"The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "PHP中的cURL支援既未啟用也未安裝。無法安裝 %s。請要求您的系統管理員進行安裝。",
"The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "PHP中的FTP支持既未啟用也未安裝。無法安裝 %s。請要求您的系統管理員進行安裝。",
"\"%1$s\" is not installed. Mounting of %2$s is not possible. Please ask your system administrator to install it." : "未安裝 “%1$s”。無法安裝 %2$s。請要求系統管理員進行安裝。",
@@ -124,7 +124,7 @@ OC.L10N.register(
"Storage type" : "儲存類型",
"Scope" : "範圍",
"Open documentation" : "開啟說明文件",
- "External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices. You may also allow users to mount their own external storage services." : "外部存儲使您可以將外部存儲服務和設備掛載為次要的Nextcloud存儲設備。 您還可以允許用戶安裝他們自己的外部存儲服務。",
+ "External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices. You may also allow users to mount their own external storage services." : "外部存儲使您可以將外部存儲服務和設備掛載為次要的Nextcloud存儲設備。您還可以允許用戶安裝他們自己的外部存儲服務。",
"Folder name" : "資料夾名稱",
"Authentication" : "驗證",
"Configuration" : "配置",
diff --git a/apps/files_external/l10n/zh_HK.json b/apps/files_external/l10n/zh_HK.json
index 1b640174999..b8a9f4ad11c 100644
--- a/apps/files_external/l10n/zh_HK.json
+++ b/apps/files_external/l10n/zh_HK.json
@@ -110,7 +110,7 @@
"Username as share" : "以用戶名稱分享",
"OpenStack Object Storage" : "OpenStack 物件儲存",
"Service name" : "服務名稱",
- "Request timeout (seconds)" : "請求超時(秒)",
+ "Request timeout (seconds)" : "請求超時(秒)",
"The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "PHP中的cURL支援既未啟用也未安裝。無法安裝 %s。請要求您的系統管理員進行安裝。",
"The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "PHP中的FTP支持既未啟用也未安裝。無法安裝 %s。請要求您的系統管理員進行安裝。",
"\"%1$s\" is not installed. Mounting of %2$s is not possible. Please ask your system administrator to install it." : "未安裝 “%1$s”。無法安裝 %2$s。請要求系統管理員進行安裝。",
@@ -122,7 +122,7 @@
"Storage type" : "儲存類型",
"Scope" : "範圍",
"Open documentation" : "開啟說明文件",
- "External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices. You may also allow users to mount their own external storage services." : "外部存儲使您可以將外部存儲服務和設備掛載為次要的Nextcloud存儲設備。 您還可以允許用戶安裝他們自己的外部存儲服務。",
+ "External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices. You may also allow users to mount their own external storage services." : "外部存儲使您可以將外部存儲服務和設備掛載為次要的Nextcloud存儲設備。您還可以允許用戶安裝他們自己的外部存儲服務。",
"Folder name" : "資料夾名稱",
"Authentication" : "驗證",
"Configuration" : "配置",