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

github.com/nextcloud/files_antivirus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--l10n/eu.js8
-rw-r--r--l10n/eu.json8
-rw-r--r--l10n/si.js12
-rw-r--r--l10n/si.json10
-rw-r--r--l10n/si_LK.js10
-rw-r--r--l10n/si_LK.json8
-rw-r--r--l10n/ta.js (renamed from l10n/ta_LK.js)0
-rw-r--r--l10n/ta.json (renamed from l10n/ta_LK.json)0
-rw-r--r--l10n/zh_HK.js2
-rw-r--r--l10n/zh_HK.json2
10 files changed, 40 insertions, 20 deletions
diff --git a/l10n/eu.js b/l10n/eu.js
index 13b062e..43440b4 100644
--- a/l10n/eu.js
+++ b/l10n/eu.js
@@ -15,13 +15,20 @@ OC.L10N.register(
"Virus %s is detected in the file. Upload cannot be completed." : "%s birusa detektatu da fitxategian. Karga ezin da osatu.",
"Saved" : "Gordeta",
"Antivirus for files" : "Fitxategientzako antibirusa",
+ "An antivirus app for Nextcloud" : "Nextclouderako birusen aurkako aplikazioa",
+ "Antivirus for files is an antivirus app for Nextcloud.\n\n* 🕵️‍♂️ When the user uploads a file, it's checked\n* ☢️ Uploaded and infected files will be deleted and a notification will be shown and/or sent via email\n* 🔎 Background Job to scan all files\n* ❓ Use ClamAV (open source) or Kaspersky Scan Engine\n\nThis application inspects files that are uploaded to Nextcloud for viruses before they are written to the Nextcloud storage. If a file is identified as a virus, it is either logged or not uploaded to the server. The application relies on the underlying ClamAV virus scanning engine, which the admin points Nextcloud to when configuring the application. Alternatively, a Kaspersky Scan Engine can be configured, which has to run on a separate server.\nFor this app to be effective, the ClamAV virus definitions should be kept up to date. Also note that enabling this app will impact system performance as additional processing is required for every upload. More information is available in the Antivirus documentation." : "Fitxategientzako antibirusa Nextcloud-en antibirus aplikazioa da.\n\n* 🕵️‍♂️ Erabiltzaileak fitxategi bat igotzen duenean, egiaztatu egiten da.\n* ☢️ Infektatuta igotako fitxategiak ezabatu egiten dira eta jakinarazpena erakusten edo/eta bidaltzen da e-posta bidez\n* 🔎 Atzeko planoko lana egiten da fitxategi guztiak eskaneatzeko\n* ❓ Erabili ClamAV (kode irekia) edo Kaspersky Scan\n\nAplikazio honek Nextcloud-era kargatzen diren fitxategiak aztertzen ditu birusen bila, Nextcloud biltegian idatzi aurretik. Fitxategi bat birus gisa identifikatuz gero, erregistratu edo zerbitzarira igo gabe uzten da. Aplikazio honen oinarria azpian duen ClamAV birus eskaneatze tresna da, aplikazioa konfiguratzean administratzaileak bideratzen duena Nextcloudera. Bestela, Kaspersky Scan konfiguratu daiteke, beste zerbitzari batean exekutatu beharrekoa.\nAplikazio hau eraginkorra izan dadin, ClamAV birusaren definizioak eguneratuta egon beharko lirateke. Gainera, kontuan izan aplikazio hau gaitzeak sistemaren errendimenduan eragina izango duela, karga bakoitzean prozesamendu gehigarria egin behar baita. Informazio gehiago eskuragarri dago Antibirus-en dokumentazioan.",
"Greetings {user}," : "Kaixo {user},",
"Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." : "Kargatu nahi zenuen fitxategian malware bat detektatu da eta ezabatu egin behar izan da.",
"This email is a notification from {host}. Please, do not reply." : "E-posta jakinarazpen hau {host}-(e)k bidalia da. Ez erantzun mezu honi.",
"File uploaded: {file}" : "Fitxategia kargatuta: {file}",
"Antivirus for Files" : "Fitxategientzako antibirusa",
"Mode" : "Modua",
+ "ClamAV Executable" : "ClamAV exekutagarria",
+ "ClamAV Daemon" : "ClamAV Daemon-a",
+ "ClamAV Daemon (Socket)" : "ClamAV Daemon-a (Socket)",
+ "Kaspersky Daemon" : "Kaspersky Daemon-a",
"Socket" : "Socket",
+ "ClamAV Socket." : "ClamAV Socket-a.",
"Not required in Executable Mode." : "Ez da beharrezkoa Exekutagarri moduan.",
"Host" : "Ostalaria",
"Address of Antivirus Host." : "Antibirus ostalariaren helbidea.",
@@ -34,6 +41,7 @@ OC.L10N.register(
"Path to clamscan executable." : "Clamscan exekutagarrira bidea.",
"Not required in Daemon Mode." : "Ez da beharrezkoa Daemon moduan.",
"Extra command line options (comma-separated)" : "Komando-lerro gehigarrien aukerak (komaz bereizita)",
+ "File size limit for periodic background scans, -1 means no limit" : "Atzeko planoko eskaneatzeetarako fitxategien tamaina muga, -1 jartzeak mugarik gabe esan nahi du",
"Background scan file size limit in bytes, -1 means no limit" : "Atzeko planoko eskaneatze fitxategiaren tamaina muga bytetan, -1 jartzeak mugarik ez esan nahi du",
"When infected files are found during a background scan" : "Infektatuz gero, atzeko planoko eskaneatzean aurkitzen dira fitxategiak",
"Only log" : "Log fitxategia soilik",
diff --git a/l10n/eu.json b/l10n/eu.json
index b3973b8..15aa8d2 100644
--- a/l10n/eu.json
+++ b/l10n/eu.json
@@ -13,13 +13,20 @@
"Virus %s is detected in the file. Upload cannot be completed." : "%s birusa detektatu da fitxategian. Karga ezin da osatu.",
"Saved" : "Gordeta",
"Antivirus for files" : "Fitxategientzako antibirusa",
+ "An antivirus app for Nextcloud" : "Nextclouderako birusen aurkako aplikazioa",
+ "Antivirus for files is an antivirus app for Nextcloud.\n\n* 🕵️‍♂️ When the user uploads a file, it's checked\n* ☢️ Uploaded and infected files will be deleted and a notification will be shown and/or sent via email\n* 🔎 Background Job to scan all files\n* ❓ Use ClamAV (open source) or Kaspersky Scan Engine\n\nThis application inspects files that are uploaded to Nextcloud for viruses before they are written to the Nextcloud storage. If a file is identified as a virus, it is either logged or not uploaded to the server. The application relies on the underlying ClamAV virus scanning engine, which the admin points Nextcloud to when configuring the application. Alternatively, a Kaspersky Scan Engine can be configured, which has to run on a separate server.\nFor this app to be effective, the ClamAV virus definitions should be kept up to date. Also note that enabling this app will impact system performance as additional processing is required for every upload. More information is available in the Antivirus documentation." : "Fitxategientzako antibirusa Nextcloud-en antibirus aplikazioa da.\n\n* 🕵️‍♂️ Erabiltzaileak fitxategi bat igotzen duenean, egiaztatu egiten da.\n* ☢️ Infektatuta igotako fitxategiak ezabatu egiten dira eta jakinarazpena erakusten edo/eta bidaltzen da e-posta bidez\n* 🔎 Atzeko planoko lana egiten da fitxategi guztiak eskaneatzeko\n* ❓ Erabili ClamAV (kode irekia) edo Kaspersky Scan\n\nAplikazio honek Nextcloud-era kargatzen diren fitxategiak aztertzen ditu birusen bila, Nextcloud biltegian idatzi aurretik. Fitxategi bat birus gisa identifikatuz gero, erregistratu edo zerbitzarira igo gabe uzten da. Aplikazio honen oinarria azpian duen ClamAV birus eskaneatze tresna da, aplikazioa konfiguratzean administratzaileak bideratzen duena Nextcloudera. Bestela, Kaspersky Scan konfiguratu daiteke, beste zerbitzari batean exekutatu beharrekoa.\nAplikazio hau eraginkorra izan dadin, ClamAV birusaren definizioak eguneratuta egon beharko lirateke. Gainera, kontuan izan aplikazio hau gaitzeak sistemaren errendimenduan eragina izango duela, karga bakoitzean prozesamendu gehigarria egin behar baita. Informazio gehiago eskuragarri dago Antibirus-en dokumentazioan.",
"Greetings {user}," : "Kaixo {user},",
"Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." : "Kargatu nahi zenuen fitxategian malware bat detektatu da eta ezabatu egin behar izan da.",
"This email is a notification from {host}. Please, do not reply." : "E-posta jakinarazpen hau {host}-(e)k bidalia da. Ez erantzun mezu honi.",
"File uploaded: {file}" : "Fitxategia kargatuta: {file}",
"Antivirus for Files" : "Fitxategientzako antibirusa",
"Mode" : "Modua",
+ "ClamAV Executable" : "ClamAV exekutagarria",
+ "ClamAV Daemon" : "ClamAV Daemon-a",
+ "ClamAV Daemon (Socket)" : "ClamAV Daemon-a (Socket)",
+ "Kaspersky Daemon" : "Kaspersky Daemon-a",
"Socket" : "Socket",
+ "ClamAV Socket." : "ClamAV Socket-a.",
"Not required in Executable Mode." : "Ez da beharrezkoa Exekutagarri moduan.",
"Host" : "Ostalaria",
"Address of Antivirus Host." : "Antibirus ostalariaren helbidea.",
@@ -32,6 +39,7 @@
"Path to clamscan executable." : "Clamscan exekutagarrira bidea.",
"Not required in Daemon Mode." : "Ez da beharrezkoa Daemon moduan.",
"Extra command line options (comma-separated)" : "Komando-lerro gehigarrien aukerak (komaz bereizita)",
+ "File size limit for periodic background scans, -1 means no limit" : "Atzeko planoko eskaneatzeetarako fitxategien tamaina muga, -1 jartzeak mugarik gabe esan nahi du",
"Background scan file size limit in bytes, -1 means no limit" : "Atzeko planoko eskaneatze fitxategiaren tamaina muga bytetan, -1 jartzeak mugarik ez esan nahi du",
"When infected files are found during a background scan" : "Infektatuz gero, atzeko planoko eskaneatzean aurkitzen dira fitxategiak",
"Only log" : "Log fitxategia soilik",
diff --git a/l10n/si.js b/l10n/si.js
new file mode 100644
index 0000000..98b7bcd
--- /dev/null
+++ b/l10n/si.js
@@ -0,0 +1,12 @@
+OC.L10N.register(
+ "files_antivirus",
+ {
+ "Antivirus" : "ප්‍රතිවයිරස",
+ "The file has been removed" : "ගොනුව ඉවත් කර ඇත",
+ "Antivirus for files" : "ගොනු සඳහා ප්‍රතිවයිරස",
+ "Antivirus for Files" : "ගොනු සඳහා ප්‍රතිවයිරස",
+ "Host" : " ධාරකය",
+ "Save" : "සුරකින්න",
+ "Description" : "විස්තරය"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/si.json b/l10n/si.json
new file mode 100644
index 0000000..97e08a8
--- /dev/null
+++ b/l10n/si.json
@@ -0,0 +1,10 @@
+{ "translations": {
+ "Antivirus" : "ප්‍රතිවයිරස",
+ "The file has been removed" : "ගොනුව ඉවත් කර ඇත",
+ "Antivirus for files" : "ගොනු සඳහා ප්‍රතිවයිරස",
+ "Antivirus for Files" : "ගොනු සඳහා ප්‍රතිවයිරස",
+ "Host" : " ධාරකය",
+ "Save" : "සුරකින්න",
+ "Description" : "විස්තරය"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/si_LK.js b/l10n/si_LK.js
deleted file mode 100644
index 9e7b159..0000000
--- a/l10n/si_LK.js
+++ /dev/null
@@ -1,10 +0,0 @@
-OC.L10N.register(
- "files_antivirus",
- {
- "Host" : "සත්කාරකය",
- "Port" : "තොට",
- "Save" : "සුරකින්න",
- "Advanced" : "දියුණු/උසස්",
- "Description" : "විස්තරය"
-},
-"nplurals=2; plural=(n != 1);");
diff --git a/l10n/si_LK.json b/l10n/si_LK.json
deleted file mode 100644
index 577492e..0000000
--- a/l10n/si_LK.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{ "translations": {
- "Host" : "සත්කාරකය",
- "Port" : "තොට",
- "Save" : "සුරකින්න",
- "Advanced" : "දියුණු/උසස්",
- "Description" : "විස්තරය"
-},"pluralForm" :"nplurals=2; plural=(n != 1);"
-} \ No newline at end of file
diff --git a/l10n/ta_LK.js b/l10n/ta.js
index 04c06e1..04c06e1 100644
--- a/l10n/ta_LK.js
+++ b/l10n/ta.js
diff --git a/l10n/ta_LK.json b/l10n/ta.json
index 15f972a..15f972a 100644
--- a/l10n/ta_LK.json
+++ b/l10n/ta.json
diff --git a/l10n/zh_HK.js b/l10n/zh_HK.js
index 0223bcf..5adc1a8 100644
--- a/l10n/zh_HK.js
+++ b/l10n/zh_HK.js
@@ -16,7 +16,7 @@ OC.L10N.register(
"Saved" : "已儲存",
"Antivirus for files" : "檔案防毒",
"An antivirus app for Nextcloud" : "Nextcloud 的防毒應用程式",
- "Antivirus for files is an antivirus app for Nextcloud.\n\n* 🕵️‍♂️ When the user uploads a file, it's checked\n* ☢️ Uploaded and infected files will be deleted and a notification will be shown and/or sent via email\n* 🔎 Background Job to scan all files\n* ❓ Use ClamAV (open source) or Kaspersky Scan Engine\n\nThis application inspects files that are uploaded to Nextcloud for viruses before they are written to the Nextcloud storage. If a file is identified as a virus, it is either logged or not uploaded to the server. The application relies on the underlying ClamAV virus scanning engine, which the admin points Nextcloud to when configuring the application. Alternatively, a Kaspersky Scan Engine can be configured, which has to run on a separate server.\nFor this app to be effective, the ClamAV virus definitions should be kept up to date. Also note that enabling this app will impact system performance as additional processing is required for every upload. More information is available in the Antivirus documentation." : "檔案防毒是用於 Nextcloud 的防毒應用程式。\n\n* 🕵️‍♂️ 當使用者上傳檔案時,它會被檢查\n* ☢️ 已上傳且被感染的檔案將會被刪除,並會顯示通知及/或透過電子郵件傳送\n* 🔎 背景作業掃描所有檔案\n* ❓ 使用 ClamAV(開放原始碼)或卡巴斯基的掃描引擎\n\n此應用程式在檔案上傳到 Nextcloud 並寫入儲存空間之前,會先檢查其是否有病毒。如果檔案被識別為病毒,則該檔案會被紀錄,或是不會被上傳到伺服器。應用程式依賴於底層的 ClamAV 病毒掃描引擎,管理員在設定應用程式時會將 Nextcloud 指向該引擎。或是也可以設定卡巴斯基的掃描引擎,但其必須在獨立的伺服器上執行。\n為使此應用程式有效,ClamAV 的病毒定義檔應該要保持最新。另請注意,啟用此應用程式會影響系統效能,因為每次上傳均需要額外的處理。更多資訊請見防毒應用程式的文件。",
+ "Antivirus for files is an antivirus app for Nextcloud.\n\n* 🕵️‍♂️ When the user uploads a file, it's checked\n* ☢️ Uploaded and infected files will be deleted and a notification will be shown and/or sent via email\n* 🔎 Background Job to scan all files\n* ❓ Use ClamAV (open source) or Kaspersky Scan Engine\n\nThis application inspects files that are uploaded to Nextcloud for viruses before they are written to the Nextcloud storage. If a file is identified as a virus, it is either logged or not uploaded to the server. The application relies on the underlying ClamAV virus scanning engine, which the admin points Nextcloud to when configuring the application. Alternatively, a Kaspersky Scan Engine can be configured, which has to run on a separate server.\nFor this app to be effective, the ClamAV virus definitions should be kept up to date. Also note that enabling this app will impact system performance as additional processing is required for every upload. More information is available in the Antivirus documentation." : "檔案防毒是用於 Nextcloud 的防毒應用程式。\n\n* 🕵️‍♂️ 當用戶上傳檔案時,它會被檢查\n* ☢️ 已上傳且被感染的檔案將會被刪除,並會顯示通知及/或透過電子郵件傳送\n* 🔎 背景作業掃描所有檔案\n* ❓ 使用 ClamAV(開放原始碼)或卡巴斯基的掃描引擎\n\n此應用程式在檔案上傳到 Nextcloud 並寫入儲存空間之前,會先檢查其是否有病毒。如果檔案被識別為病毒,則該檔案會被紀錄,或是不會被上傳到伺服器。應用程式依賴於底層的 ClamAV 病毒掃描引擎,管理員在設定應用程式時會將 Nextcloud 指向該引擎。或是也可以設定卡巴斯基的掃描引擎,但其必須在獨立的伺服器上執行。\n為使此應用程式有效,ClamAV 的病毒定義檔應該要保持最新。另請注意,啟用此應用程式會影響系統效能,因為每次上傳均需要額外的處理。更多資訊請見防毒應用程式的文件。",
"Greetings {user}," : "您好 {user},",
"Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." : "抱歉,但是您試圖上傳的檔案中偵測到了惡意軟體,且其已被刪除。",
"This email is a notification from {host}. Please, do not reply." : "此電子郵件是從 {host} 而來的通知,請不要回覆。",
diff --git a/l10n/zh_HK.json b/l10n/zh_HK.json
index 2270b86..066ab50 100644
--- a/l10n/zh_HK.json
+++ b/l10n/zh_HK.json
@@ -14,7 +14,7 @@
"Saved" : "已儲存",
"Antivirus for files" : "檔案防毒",
"An antivirus app for Nextcloud" : "Nextcloud 的防毒應用程式",
- "Antivirus for files is an antivirus app for Nextcloud.\n\n* 🕵️‍♂️ When the user uploads a file, it's checked\n* ☢️ Uploaded and infected files will be deleted and a notification will be shown and/or sent via email\n* 🔎 Background Job to scan all files\n* ❓ Use ClamAV (open source) or Kaspersky Scan Engine\n\nThis application inspects files that are uploaded to Nextcloud for viruses before they are written to the Nextcloud storage. If a file is identified as a virus, it is either logged or not uploaded to the server. The application relies on the underlying ClamAV virus scanning engine, which the admin points Nextcloud to when configuring the application. Alternatively, a Kaspersky Scan Engine can be configured, which has to run on a separate server.\nFor this app to be effective, the ClamAV virus definitions should be kept up to date. Also note that enabling this app will impact system performance as additional processing is required for every upload. More information is available in the Antivirus documentation." : "檔案防毒是用於 Nextcloud 的防毒應用程式。\n\n* 🕵️‍♂️ 當使用者上傳檔案時,它會被檢查\n* ☢️ 已上傳且被感染的檔案將會被刪除,並會顯示通知及/或透過電子郵件傳送\n* 🔎 背景作業掃描所有檔案\n* ❓ 使用 ClamAV(開放原始碼)或卡巴斯基的掃描引擎\n\n此應用程式在檔案上傳到 Nextcloud 並寫入儲存空間之前,會先檢查其是否有病毒。如果檔案被識別為病毒,則該檔案會被紀錄,或是不會被上傳到伺服器。應用程式依賴於底層的 ClamAV 病毒掃描引擎,管理員在設定應用程式時會將 Nextcloud 指向該引擎。或是也可以設定卡巴斯基的掃描引擎,但其必須在獨立的伺服器上執行。\n為使此應用程式有效,ClamAV 的病毒定義檔應該要保持最新。另請注意,啟用此應用程式會影響系統效能,因為每次上傳均需要額外的處理。更多資訊請見防毒應用程式的文件。",
+ "Antivirus for files is an antivirus app for Nextcloud.\n\n* 🕵️‍♂️ When the user uploads a file, it's checked\n* ☢️ Uploaded and infected files will be deleted and a notification will be shown and/or sent via email\n* 🔎 Background Job to scan all files\n* ❓ Use ClamAV (open source) or Kaspersky Scan Engine\n\nThis application inspects files that are uploaded to Nextcloud for viruses before they are written to the Nextcloud storage. If a file is identified as a virus, it is either logged or not uploaded to the server. The application relies on the underlying ClamAV virus scanning engine, which the admin points Nextcloud to when configuring the application. Alternatively, a Kaspersky Scan Engine can be configured, which has to run on a separate server.\nFor this app to be effective, the ClamAV virus definitions should be kept up to date. Also note that enabling this app will impact system performance as additional processing is required for every upload. More information is available in the Antivirus documentation." : "檔案防毒是用於 Nextcloud 的防毒應用程式。\n\n* 🕵️‍♂️ 當用戶上傳檔案時,它會被檢查\n* ☢️ 已上傳且被感染的檔案將會被刪除,並會顯示通知及/或透過電子郵件傳送\n* 🔎 背景作業掃描所有檔案\n* ❓ 使用 ClamAV(開放原始碼)或卡巴斯基的掃描引擎\n\n此應用程式在檔案上傳到 Nextcloud 並寫入儲存空間之前,會先檢查其是否有病毒。如果檔案被識別為病毒,則該檔案會被紀錄,或是不會被上傳到伺服器。應用程式依賴於底層的 ClamAV 病毒掃描引擎,管理員在設定應用程式時會將 Nextcloud 指向該引擎。或是也可以設定卡巴斯基的掃描引擎,但其必須在獨立的伺服器上執行。\n為使此應用程式有效,ClamAV 的病毒定義檔應該要保持最新。另請注意,啟用此應用程式會影響系統效能,因為每次上傳均需要額外的處理。更多資訊請見防毒應用程式的文件。",
"Greetings {user}," : "您好 {user},",
"Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." : "抱歉,但是您試圖上傳的檔案中偵測到了惡意軟體,且其已被刪除。",
"This email is a notification from {host}. Please, do not reply." : "此電子郵件是從 {host} 而來的通知,請不要回覆。",