From 7cfba1fb27f0d12e8d7ae45b07b5137d75a7b0fb Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sun, 14 May 2023 04:13:37 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/cs.js | 1 + l10n/cs.json | 1 + l10n/tr.js | 1 + l10n/tr.json | 1 + 4 files changed, 4 insertions(+) diff --git a/l10n/cs.js b/l10n/cs.js index 54943e12..0d35c37d 100644 --- a/l10n/cs.js +++ b/l10n/cs.js @@ -366,6 +366,7 @@ OC.L10N.register( "General Failure" : "Obecný nezdar", "Error: {msg}" : "Chyba: {msg}", "Failed to delete files." : "Nepodařilo se smazat soubory.", + "Failed to delete local files." : "Nepodařilo se smazat místní soubory.", "Failed to delete {fileName}." : "Nepodařilo se smazat {fileName}.", "Failed to move files." : "Nepodařilo se přesunout soubory.", "Could not move {fileName}, target exists." : "Nepodařilo se přesunout {fileName} – v cíli už takto nazvaný existuje.", diff --git a/l10n/cs.json b/l10n/cs.json index 76adfb9e..32d1abc7 100644 --- a/l10n/cs.json +++ b/l10n/cs.json @@ -364,6 +364,7 @@ "General Failure" : "Obecný nezdar", "Error: {msg}" : "Chyba: {msg}", "Failed to delete files." : "Nepodařilo se smazat soubory.", + "Failed to delete local files." : "Nepodařilo se smazat místní soubory.", "Failed to delete {fileName}." : "Nepodařilo se smazat {fileName}.", "Failed to move files." : "Nepodařilo se přesunout soubory.", "Could not move {fileName}, target exists." : "Nepodařilo se přesunout {fileName} – v cíli už takto nazvaný existuje.", diff --git a/l10n/tr.js b/l10n/tr.js index ba33ac30..f143f6a9 100644 --- a/l10n/tr.js +++ b/l10n/tr.js @@ -399,6 +399,7 @@ OC.L10N.register( "General Failure" : "Genel sorun", "Error: {msg}" : "Hata: {msg}", "Failed to delete files." : "Dosyalar silinemedi.", + "Failed to delete local files." : "Yerel dosyalar silinemedi", "Failed to delete {fileName}." : "{fileName} silinemedi.", "Failed to move files." : "Dosyalar taşınamadı.", "Could not move {fileName}, target exists." : "{fileName} taşınamadı. Hedef zaten var.", diff --git a/l10n/tr.json b/l10n/tr.json index 19489d1e..2bfc8047 100644 --- a/l10n/tr.json +++ b/l10n/tr.json @@ -397,6 +397,7 @@ "General Failure" : "Genel sorun", "Error: {msg}" : "Hata: {msg}", "Failed to delete files." : "Dosyalar silinemedi.", + "Failed to delete local files." : "Yerel dosyalar silinemedi", "Failed to delete {fileName}." : "{fileName} silinemedi.", "Failed to move files." : "Dosyalar taşınamadı.", "Could not move {fileName}, target exists." : "{fileName} taşınamadı. Hedef zaten var.",