diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-11-02 00:24:42 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-11-02 00:24:42 +0000 |
commit | 58c983122901c6716d3b4e70ae24126d4bb6663b (patch) | |
tree | f9d73018485749845948813e48cd47d7ef083527 /apps/files_external/l10n | |
parent | b46879db4b1e262fc256a685fcba651f784fbff3 (diff) | |
download | nextcloud-server-58c983122901c6716d3b4e70ae24126d4bb6663b.tar.gz nextcloud-server-58c983122901c6716d3b4e70ae24126d4bb6663b.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_external/l10n')
-rw-r--r-- | apps/files_external/l10n/ar.js | 2 | ||||
-rw-r--r-- | apps/files_external/l10n/ar.json | 2 | ||||
-rw-r--r-- | apps/files_external/l10n/ca.js | 2 | ||||
-rw-r--r-- | apps/files_external/l10n/ca.json | 2 | ||||
-rw-r--r-- | apps/files_external/l10n/cs.js | 2 | ||||
-rw-r--r-- | apps/files_external/l10n/cs.json | 2 | ||||
-rw-r--r-- | apps/files_external/l10n/de_DE.js | 2 | ||||
-rw-r--r-- | apps/files_external/l10n/de_DE.json | 2 | ||||
-rw-r--r-- | apps/files_external/l10n/ja.js | 2 | ||||
-rw-r--r-- | apps/files_external/l10n/ja.json | 2 | ||||
-rw-r--r-- | apps/files_external/l10n/zh_TW.js | 2 | ||||
-rw-r--r-- | apps/files_external/l10n/zh_TW.json | 2 |
12 files changed, 24 insertions, 0 deletions
diff --git a/apps/files_external/l10n/ar.js b/apps/files_external/l10n/ar.js index f8ee2ddc0ef..67ed768e2cd 100644 --- a/apps/files_external/l10n/ar.js +++ b/apps/files_external/l10n/ar.js @@ -89,6 +89,8 @@ OC.L10N.register( "SMB/CIFS" : "SMB/CIFS", "Share" : "شارك", "Show hidden files" : "عرض الملفات المخفية", + "Case sensitive file system" : "نظام الملفات حساس لحالة الأحرف الصغيرة و الكبيرة", + "Disabling it will allow to use a case insentive file system, but comes with a performance penalty" : "تعطيله سيؤدي إلى السماح باستخدام نظام ملفات غير حساس لحالة الأحرف الصفيرة و الكبيرة، و لكن هذا سيؤثر في سرعة الأداء", "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" : "انتهى الوقت", diff --git a/apps/files_external/l10n/ar.json b/apps/files_external/l10n/ar.json index 22194da5047..d588a73c7c6 100644 --- a/apps/files_external/l10n/ar.json +++ b/apps/files_external/l10n/ar.json @@ -87,6 +87,8 @@ "SMB/CIFS" : "SMB/CIFS", "Share" : "شارك", "Show hidden files" : "عرض الملفات المخفية", + "Case sensitive file system" : "نظام الملفات حساس لحالة الأحرف الصغيرة و الكبيرة", + "Disabling it will allow to use a case insentive file system, but comes with a performance penalty" : "تعطيله سيؤدي إلى السماح باستخدام نظام ملفات غير حساس لحالة الأحرف الصفيرة و الكبيرة، و لكن هذا سيؤثر في سرعة الأداء", "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" : "انتهى الوقت", diff --git a/apps/files_external/l10n/ca.js b/apps/files_external/l10n/ca.js index df02f034517..00fe5978f69 100644 --- a/apps/files_external/l10n/ca.js +++ b/apps/files_external/l10n/ca.js @@ -89,6 +89,8 @@ OC.L10N.register( "SMB/CIFS" : "SMB/CIFS", "Share" : "Element compartit", "Show hidden files" : "Mostra els fitxers ocults", + "Case sensitive file system" : "Sistema de fitxers amb distinció entre majúscules i minúscules", + "Disabling it will allow to use a case insentive file system, but comes with a performance penalty" : "Si ho inhabiliteu, podreu utilitzar un sistema de fitxers sense distinció entre majúscules i minúscules, però amb una penalització de rendiment", "Verify ACL access when listing files" : "Comprova l'accés ACL quan s'enumerin els fitxers", "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" : "Comprova els ACL de cada fitxer o carpeta d'una carpeta per a filtrar els elements per als quals l'usuari no té permís de lectura; provoca una disminució del rendiment", "Timeout" : "Temps d'espera", diff --git a/apps/files_external/l10n/ca.json b/apps/files_external/l10n/ca.json index dd69360ea40..2df8f360121 100644 --- a/apps/files_external/l10n/ca.json +++ b/apps/files_external/l10n/ca.json @@ -87,6 +87,8 @@ "SMB/CIFS" : "SMB/CIFS", "Share" : "Element compartit", "Show hidden files" : "Mostra els fitxers ocults", + "Case sensitive file system" : "Sistema de fitxers amb distinció entre majúscules i minúscules", + "Disabling it will allow to use a case insentive file system, but comes with a performance penalty" : "Si ho inhabiliteu, podreu utilitzar un sistema de fitxers sense distinció entre majúscules i minúscules, però amb una penalització de rendiment", "Verify ACL access when listing files" : "Comprova l'accés ACL quan s'enumerin els fitxers", "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" : "Comprova els ACL de cada fitxer o carpeta d'una carpeta per a filtrar els elements per als quals l'usuari no té permís de lectura; provoca una disminució del rendiment", "Timeout" : "Temps d'espera", diff --git a/apps/files_external/l10n/cs.js b/apps/files_external/l10n/cs.js index 4f7982b5d32..45b85ef78d6 100644 --- a/apps/files_external/l10n/cs.js +++ b/apps/files_external/l10n/cs.js @@ -89,6 +89,8 @@ OC.L10N.register( "SMB/CIFS" : "SMB/CIFS", "Share" : "Sdílet", "Show hidden files" : "Zobrazit skryté soubory", + "Case sensitive file system" : "Souborový systém rozlišující VELKÁ/malá písmena", + "Disabling it will allow to use a case insentive file system, but comes with a performance penalty" : "Vypnutí tohoto umožní používat souborový systém, rozlišující VELKÁ/malá písmena, ale za cenu snížení výkonu", "Verify ACL access when listing files" : "Ověřovat ACL přístup při vypisování souborů", "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" : "Kontrola ACL seznamů každého souboru či podsložky uvnitř složky pro vyfiltrování položek, ke kterým uživatel nemá oprávnění pro čtení, poznamená výkon", "Timeout" : "Časový limit", diff --git a/apps/files_external/l10n/cs.json b/apps/files_external/l10n/cs.json index 3f534178e85..148f6f9e1d8 100644 --- a/apps/files_external/l10n/cs.json +++ b/apps/files_external/l10n/cs.json @@ -87,6 +87,8 @@ "SMB/CIFS" : "SMB/CIFS", "Share" : "Sdílet", "Show hidden files" : "Zobrazit skryté soubory", + "Case sensitive file system" : "Souborový systém rozlišující VELKÁ/malá písmena", + "Disabling it will allow to use a case insentive file system, but comes with a performance penalty" : "Vypnutí tohoto umožní používat souborový systém, rozlišující VELKÁ/malá písmena, ale za cenu snížení výkonu", "Verify ACL access when listing files" : "Ověřovat ACL přístup při vypisování souborů", "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" : "Kontrola ACL seznamů každého souboru či podsložky uvnitř složky pro vyfiltrování položek, ke kterým uživatel nemá oprávnění pro čtení, poznamená výkon", "Timeout" : "Časový limit", diff --git a/apps/files_external/l10n/de_DE.js b/apps/files_external/l10n/de_DE.js index 7ee3b188e1d..9f1e46c09fe 100644 --- a/apps/files_external/l10n/de_DE.js +++ b/apps/files_external/l10n/de_DE.js @@ -89,6 +89,8 @@ OC.L10N.register( "SMB/CIFS" : "SMB/CIFS", "Share" : "Share", "Show hidden files" : "Versteckte Dateien anzeigen", + "Case sensitive file system" : "Groß- und Kleinschreibung beachtendes Dateisystem", + "Disabling it will allow to use a case insentive file system, but comes with a performance penalty" : "Wenn Sie dies deaktivieren, können Sie ein Dateisystem verwenden, bei dem die Groß-/Kleinschreibung nicht berücksichtigt wird, es geht jedoch mit Leistungseinbußen einher", "Verify ACL access when listing files" : "Überprüft den ACL-Zugriff beim Auflisten von Dateien", "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" : "Überprüft die ACLs jeder Datei oder jedes Ordners in einem Verzeichnis, um Elemente herauszufiltern, für die der Benutzer keine Leseberechtigung hat. Dies führt zu Leistungseinbußen", "Timeout" : "Zeitüberschreitung", diff --git a/apps/files_external/l10n/de_DE.json b/apps/files_external/l10n/de_DE.json index e34752c23cd..bf84c97035c 100644 --- a/apps/files_external/l10n/de_DE.json +++ b/apps/files_external/l10n/de_DE.json @@ -87,6 +87,8 @@ "SMB/CIFS" : "SMB/CIFS", "Share" : "Share", "Show hidden files" : "Versteckte Dateien anzeigen", + "Case sensitive file system" : "Groß- und Kleinschreibung beachtendes Dateisystem", + "Disabling it will allow to use a case insentive file system, but comes with a performance penalty" : "Wenn Sie dies deaktivieren, können Sie ein Dateisystem verwenden, bei dem die Groß-/Kleinschreibung nicht berücksichtigt wird, es geht jedoch mit Leistungseinbußen einher", "Verify ACL access when listing files" : "Überprüft den ACL-Zugriff beim Auflisten von Dateien", "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" : "Überprüft die ACLs jeder Datei oder jedes Ordners in einem Verzeichnis, um Elemente herauszufiltern, für die der Benutzer keine Leseberechtigung hat. Dies führt zu Leistungseinbußen", "Timeout" : "Zeitüberschreitung", diff --git a/apps/files_external/l10n/ja.js b/apps/files_external/l10n/ja.js index fabb687bf87..b77f4ea094d 100644 --- a/apps/files_external/l10n/ja.js +++ b/apps/files_external/l10n/ja.js @@ -89,6 +89,8 @@ OC.L10N.register( "SMB/CIFS" : "SMB/CIFS", "Share" : "共有", "Show hidden files" : "隠しファイルを表示", + "Case sensitive file system" : "大文字と小文字を区別するファイルシステム", + "Disabling it will allow to use a case insentive file system, but comes with a performance penalty" : "これを無効にすると、大文字と小文字を区別しないファイルシステムを使用できるようになりますが、パフォーマンス上のペナルティが発生します。", "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" : "タイムアウト", diff --git a/apps/files_external/l10n/ja.json b/apps/files_external/l10n/ja.json index 673b9cdf5de..838d17c18f8 100644 --- a/apps/files_external/l10n/ja.json +++ b/apps/files_external/l10n/ja.json @@ -87,6 +87,8 @@ "SMB/CIFS" : "SMB/CIFS", "Share" : "共有", "Show hidden files" : "隠しファイルを表示", + "Case sensitive file system" : "大文字と小文字を区別するファイルシステム", + "Disabling it will allow to use a case insentive file system, but comes with a performance penalty" : "これを無効にすると、大文字と小文字を区別しないファイルシステムを使用できるようになりますが、パフォーマンス上のペナルティが発生します。", "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" : "タイムアウト", diff --git a/apps/files_external/l10n/zh_TW.js b/apps/files_external/l10n/zh_TW.js index df9a091bb8a..9e9b85c69db 100644 --- a/apps/files_external/l10n/zh_TW.js +++ b/apps/files_external/l10n/zh_TW.js @@ -89,6 +89,8 @@ OC.L10N.register( "SMB/CIFS" : "SMB/CIFS", "Share" : "分享", "Show hidden files" : "顯示隱藏的檔案", + "Case sensitive file system" : "區分大小寫檔案系統", + "Disabling it will allow to use a case insentive file system, but comes with a performance penalty" : "停用其將允許使用不區分大小寫的檔案系統,但會帶來效能損失", "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" : "逾時", diff --git a/apps/files_external/l10n/zh_TW.json b/apps/files_external/l10n/zh_TW.json index 6ccab00bdb9..1ec9f9a7a86 100644 --- a/apps/files_external/l10n/zh_TW.json +++ b/apps/files_external/l10n/zh_TW.json @@ -87,6 +87,8 @@ "SMB/CIFS" : "SMB/CIFS", "Share" : "分享", "Show hidden files" : "顯示隱藏的檔案", + "Case sensitive file system" : "區分大小寫檔案系統", + "Disabling it will allow to use a case insentive file system, but comes with a performance penalty" : "停用其將允許使用不區分大小寫的檔案系統,但會帶來效能損失", "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" : "逾時", |