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
path: root/lib
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-05-25 05:27:20 +0300
committerNextcloud bot <bot@nextcloud.com>2021-05-25 05:27:20 +0300
commit3fa2437223ac44aa2fa8e74485490392658d7d75 (patch)
tree7835116eced821861003d1bd3857ddf02acf35b6 /lib
parentba6f5a4a2a5c661fc9deb7c37107be9f7f22ae77 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'lib')
-rw-r--r--lib/l10n/cs.js1
-rw-r--r--lib/l10n/cs.json1
-rw-r--r--lib/l10n/es.js6
-rw-r--r--lib/l10n/es.json6
-rw-r--r--lib/l10n/eu.js6
-rw-r--r--lib/l10n/eu.json6
-rw-r--r--lib/l10n/pt_BR.js6
-rw-r--r--lib/l10n/pt_BR.json6
-rw-r--r--lib/l10n/tr.js8
-rw-r--r--lib/l10n/tr.json8
10 files changed, 46 insertions, 8 deletions
diff --git a/lib/l10n/cs.js b/lib/l10n/cs.js
index 1a92aaaa90a..7809c7b2c90 100644
--- a/lib/l10n/cs.js
+++ b/lib/l10n/cs.js
@@ -115,6 +115,7 @@ OC.L10N.register(
"Open »%s«" : "Otevřít „%s“",
"%1$s via %2$s" : "%1$s prostřednictvím %2$s",
"You are not allowed to share %s" : "Nemáte povoleno sdílet %s",
+ "Cannot increase permissions of %s" : "Nelze navýšit oprávnění u %s",
"Expiration date is in the past" : "Datum skončení platnosti je v minulosti",
"Sharing is only allowed with group members" : "Je povoleno pouze sdílení s členy skupiny",
"Sharing %s failed, because this item is already shared with user %s" : "Sdílení %s se nezdařilo, protože tato položka už je sdílena s uživatelem %s",
diff --git a/lib/l10n/cs.json b/lib/l10n/cs.json
index 6e074215076..64d6d928fae 100644
--- a/lib/l10n/cs.json
+++ b/lib/l10n/cs.json
@@ -113,6 +113,7 @@
"Open »%s«" : "Otevřít „%s“",
"%1$s via %2$s" : "%1$s prostřednictvím %2$s",
"You are not allowed to share %s" : "Nemáte povoleno sdílet %s",
+ "Cannot increase permissions of %s" : "Nelze navýšit oprávnění u %s",
"Expiration date is in the past" : "Datum skončení platnosti je v minulosti",
"Sharing is only allowed with group members" : "Je povoleno pouze sdílení s členy skupiny",
"Sharing %s failed, because this item is already shared with user %s" : "Sdílení %s se nezdařilo, protože tato položka už je sdílena s uživatelem %s",
diff --git a/lib/l10n/es.js b/lib/l10n/es.js
index f21a509df25..18c4104a3d2 100644
--- a/lib/l10n/es.js
+++ b/lib/l10n/es.js
@@ -106,6 +106,7 @@ OC.L10N.register(
"Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Por favor, quite el ajuste de open_basedir —dentro de su php.ini— o pásese a PHP de 64 bits.",
"Set an admin username." : "Configurar un nombre de usuario del administrador",
"Set an admin password." : "Configurar la contraseña del administrador.",
+ "Cannot create or write into the data directory %s" : "No se puede crear o escribir en la carpeta de datos %s",
"Sharing backend %s must implement the interface OCP\\Share_Backend" : "El motor compartido %s debe implementar la interfaz OCP\\Share_Backend",
"Sharing backend %s not found" : "El motor compartido %s no se ha encontrado",
"Sharing backend for %s not found" : "Motor compartido para %s no encontrado",
@@ -115,7 +116,11 @@ OC.L10N.register(
"Open »%s«" : "Abrir »%s« ",
"%1$s via %2$s" : "%1$s vía %2$s",
"You are not allowed to share %s" : "Usted no está autorizado para compartir %s",
+ "Cannot increase permissions of %s" : "No se pueden incrementar los permisos de %s",
+ "Files cannot be shared with delete permissions" : "Los archivos no se pueden compartir con permisos de borrado",
+ "Files cannot be shared with create permissions" : "Los archivos no se pueden compartir con permisos de creación",
"Expiration date is in the past" : "Ha pasado la fecha de caducidad",
+ "_Cannot set expiration date more than %n day in the future_::_Cannot set expiration date more than %n days in the future_" : ["No se puede fijar la fecha de caducidad más de %n día en el futuro.","No se puede fijar la fecha de caducidad más de %n días en el futuro."],
"Sharing is only allowed with group members" : "Sólo está permitido compartir a los integrantes del grupo",
"Sharing %s failed, because this item is already shared with user %s" : "No se pudo compartir %s, porque este elemento ya está compartido con el usuario %s",
"%1$s shared »%2$s« with you" : "%1$s ha compartido «%2$s» contigo",
@@ -182,6 +187,7 @@ OC.L10N.register(
"App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "No se ha podido instlaar la app «%1$s» porque no se cumplen las siguientes dependencias: %2$s",
"a safe home for all your data" : "un hogar seguro para todos tus datos",
"File is currently busy, please try again later" : "El archivo se encuentra actualmente ocupado, por favor inténtelo de nuevo más tarde",
+ "Cannot read file" : "No se puede leer archivo",
"Application is not enabled" : "La aplicación no está habilitada",
"Authentication error" : "Error de autenticación",
"Token expired. Please reload page." : "Token caducado. Por favor, recarge la página.",
diff --git a/lib/l10n/es.json b/lib/l10n/es.json
index 4434b873567..d48f8f49bfc 100644
--- a/lib/l10n/es.json
+++ b/lib/l10n/es.json
@@ -104,6 +104,7 @@
"Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Por favor, quite el ajuste de open_basedir —dentro de su php.ini— o pásese a PHP de 64 bits.",
"Set an admin username." : "Configurar un nombre de usuario del administrador",
"Set an admin password." : "Configurar la contraseña del administrador.",
+ "Cannot create or write into the data directory %s" : "No se puede crear o escribir en la carpeta de datos %s",
"Sharing backend %s must implement the interface OCP\\Share_Backend" : "El motor compartido %s debe implementar la interfaz OCP\\Share_Backend",
"Sharing backend %s not found" : "El motor compartido %s no se ha encontrado",
"Sharing backend for %s not found" : "Motor compartido para %s no encontrado",
@@ -113,7 +114,11 @@
"Open »%s«" : "Abrir »%s« ",
"%1$s via %2$s" : "%1$s vía %2$s",
"You are not allowed to share %s" : "Usted no está autorizado para compartir %s",
+ "Cannot increase permissions of %s" : "No se pueden incrementar los permisos de %s",
+ "Files cannot be shared with delete permissions" : "Los archivos no se pueden compartir con permisos de borrado",
+ "Files cannot be shared with create permissions" : "Los archivos no se pueden compartir con permisos de creación",
"Expiration date is in the past" : "Ha pasado la fecha de caducidad",
+ "_Cannot set expiration date more than %n day in the future_::_Cannot set expiration date more than %n days in the future_" : ["No se puede fijar la fecha de caducidad más de %n día en el futuro.","No se puede fijar la fecha de caducidad más de %n días en el futuro."],
"Sharing is only allowed with group members" : "Sólo está permitido compartir a los integrantes del grupo",
"Sharing %s failed, because this item is already shared with user %s" : "No se pudo compartir %s, porque este elemento ya está compartido con el usuario %s",
"%1$s shared »%2$s« with you" : "%1$s ha compartido «%2$s» contigo",
@@ -180,6 +185,7 @@
"App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "No se ha podido instlaar la app «%1$s» porque no se cumplen las siguientes dependencias: %2$s",
"a safe home for all your data" : "un hogar seguro para todos tus datos",
"File is currently busy, please try again later" : "El archivo se encuentra actualmente ocupado, por favor inténtelo de nuevo más tarde",
+ "Cannot read file" : "No se puede leer archivo",
"Application is not enabled" : "La aplicación no está habilitada",
"Authentication error" : "Error de autenticación",
"Token expired. Please reload page." : "Token caducado. Por favor, recarge la página.",
diff --git a/lib/l10n/eu.js b/lib/l10n/eu.js
index 48bbed8cd63..629cbac2b00 100644
--- a/lib/l10n/eu.js
+++ b/lib/l10n/eu.js
@@ -106,6 +106,7 @@ OC.L10N.register(
"Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Mesedez kendu open_basedir ezarpena zure php.ini-tik edo aldatu 64-biteko PHPra.",
"Set an admin username." : "Ezarri administraziorako erabiltzaile izena.",
"Set an admin password." : "Ezarri administraziorako pasahitza.",
+ "Cannot create or write into the data directory %s" : "Ezin da sortu edo idatzi %s datu-direktorioan ",
"Sharing backend %s must implement the interface OCP\\Share_Backend" : "%s elkarbanaketa motorra OCP\\Share_Backend interfazea inplementatu behar du ",
"Sharing backend %s not found" : "Ez da %s elkarbanaketa motorra aurkitu",
"Sharing backend for %s not found" : "Ez da %srako elkarbanaketa motorrik aurkitu",
@@ -115,7 +116,11 @@ OC.L10N.register(
"Open »%s«" : "Ireki »%s«",
"%1$s via %2$s" : "%2$s bidez, %1$s",
"You are not allowed to share %s" : "Ez zadue %s elkarbanatzeko baimendua",
+ "Cannot increase permissions of %s" : "Ezin dira %s -(r)en baimenak handitu",
+ "Files cannot be shared with delete permissions" : "Fitxategiak ezin dira ezabatze baimenarekin partekatu",
+ "Files cannot be shared with create permissions" : "Fitxategiak ezin dira sortze baimenarekin partekatu",
"Expiration date is in the past" : "Iraungitze-data iraganean dago",
+ "_Cannot set expiration date more than %n day in the future_::_Cannot set expiration date more than %n days in the future_" : ["Ezin da iraungitze-data etorkizunean %n egun baino gehiagora jarri","Ezin da iraungitze-data etorkizunean %n egun baino gehiagora jarri"],
"Sharing is only allowed with group members" : "Partekatzea taldeko kideei baimenduta dago soilik",
"Sharing %s failed, because this item is already shared with user %s" : "%s partekatzeak huts egin du dagoeneko %serabiltzailearekin partekatuta dagoelako",
"%1$s shared »%2$s« with you" : "%1$serabiltzaileak »%2$s« partekatu du zurekin",
@@ -182,6 +187,7 @@ OC.L10N.register(
"App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "\"%1$s\" aplikazioa ezin da instalatu, menpekotasun hauek betetzen ez direlako:%2$s",
"a safe home for all your data" : "zure datu guztientzako toki segurua",
"File is currently busy, please try again later" : "Fitxategia lanpetuta dago, saiatu berriro geroago",
+ "Cannot read file" : "Ezin da fitxategia irakurri",
"Application is not enabled" : "Aplikazioa ez dago gaituta",
"Authentication error" : "Autentifikazio errorea",
"Token expired. Please reload page." : "Tokena iraungitu da. Mesedez birkargatu orria.",
diff --git a/lib/l10n/eu.json b/lib/l10n/eu.json
index d2c96f2c5d9..6b7f157d072 100644
--- a/lib/l10n/eu.json
+++ b/lib/l10n/eu.json
@@ -104,6 +104,7 @@
"Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Mesedez kendu open_basedir ezarpena zure php.ini-tik edo aldatu 64-biteko PHPra.",
"Set an admin username." : "Ezarri administraziorako erabiltzaile izena.",
"Set an admin password." : "Ezarri administraziorako pasahitza.",
+ "Cannot create or write into the data directory %s" : "Ezin da sortu edo idatzi %s datu-direktorioan ",
"Sharing backend %s must implement the interface OCP\\Share_Backend" : "%s elkarbanaketa motorra OCP\\Share_Backend interfazea inplementatu behar du ",
"Sharing backend %s not found" : "Ez da %s elkarbanaketa motorra aurkitu",
"Sharing backend for %s not found" : "Ez da %srako elkarbanaketa motorrik aurkitu",
@@ -113,7 +114,11 @@
"Open »%s«" : "Ireki »%s«",
"%1$s via %2$s" : "%2$s bidez, %1$s",
"You are not allowed to share %s" : "Ez zadue %s elkarbanatzeko baimendua",
+ "Cannot increase permissions of %s" : "Ezin dira %s -(r)en baimenak handitu",
+ "Files cannot be shared with delete permissions" : "Fitxategiak ezin dira ezabatze baimenarekin partekatu",
+ "Files cannot be shared with create permissions" : "Fitxategiak ezin dira sortze baimenarekin partekatu",
"Expiration date is in the past" : "Iraungitze-data iraganean dago",
+ "_Cannot set expiration date more than %n day in the future_::_Cannot set expiration date more than %n days in the future_" : ["Ezin da iraungitze-data etorkizunean %n egun baino gehiagora jarri","Ezin da iraungitze-data etorkizunean %n egun baino gehiagora jarri"],
"Sharing is only allowed with group members" : "Partekatzea taldeko kideei baimenduta dago soilik",
"Sharing %s failed, because this item is already shared with user %s" : "%s partekatzeak huts egin du dagoeneko %serabiltzailearekin partekatuta dagoelako",
"%1$s shared »%2$s« with you" : "%1$serabiltzaileak »%2$s« partekatu du zurekin",
@@ -180,6 +185,7 @@
"App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "\"%1$s\" aplikazioa ezin da instalatu, menpekotasun hauek betetzen ez direlako:%2$s",
"a safe home for all your data" : "zure datu guztientzako toki segurua",
"File is currently busy, please try again later" : "Fitxategia lanpetuta dago, saiatu berriro geroago",
+ "Cannot read file" : "Ezin da fitxategia irakurri",
"Application is not enabled" : "Aplikazioa ez dago gaituta",
"Authentication error" : "Autentifikazio errorea",
"Token expired. Please reload page." : "Tokena iraungitu da. Mesedez birkargatu orria.",
diff --git a/lib/l10n/pt_BR.js b/lib/l10n/pt_BR.js
index c11984e25e6..d148671361e 100644
--- a/lib/l10n/pt_BR.js
+++ b/lib/l10n/pt_BR.js
@@ -20,8 +20,8 @@ OC.L10N.register(
"Groupware bundle" : "Pacote Groupware",
"Hub bundle" : "Pacote de hub",
"Social sharing bundle" : "Pacote de compartilhamento social",
- "PHP %s or higher is required." : "PHP %s ou superior é requerido.",
- "PHP with a version lower than %s is required." : "É requerida uma versão PHP mais antiga que a %s .",
+ "PHP %s or higher is required." : "PHP %s ou superior é necessário.",
+ "PHP with a version lower than %s is required." : "É necessária uma versão PHP mais antiga que a %s.",
"%sbit or higher PHP required." : "%sbit ou PHP maior é requerido.",
"The following architectures are supported: %s" : "As seguintes plataformas são suportadas: %s",
"The following databases are supported: %s" : "Os seguintes bancos de dados são suportados: %s",
@@ -207,7 +207,7 @@ OC.L10N.register(
"Adjusting this setting in php.ini will make Nextcloud run again" : "Ajustar a configuração no php.ini fará com que o Nextcloud execute novamente",
"mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload está definido para \"%s\" ao invés do valor esperado \"0\"",
"To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "Para corrigir esse problema defina <code>mbstring.func_overload</code> para <code>0</code> em seu php.ini",
- "libxml2 2.7.0 is at least required. Currently %s is installed." : "A libxml2 2.7.0 é a versão mínima requerida. Atualmente a versão %s está instalada.",
+ "libxml2 2.7.0 is at least required. Currently %s is installed." : "A libxml2 2.7.0 é a versão mínima necessária. Atualmente a versão %s está instalada.",
"To fix this issue update your libxml2 version and restart your web server." : "Para corrigir este problema, atualize a versão da sua libxml2 e reinicie seu servidor web.",
"PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP aparentemente está configurado para retirar blocos doc inline. Isso fará com que vários aplicativos do núcleo fiquem inacessíveis.",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Isso provavelmente é causado por um cache/acelerador, como Zend OPcache ou eAccelerator.",
diff --git a/lib/l10n/pt_BR.json b/lib/l10n/pt_BR.json
index ca7164ee658..72ed7824b17 100644
--- a/lib/l10n/pt_BR.json
+++ b/lib/l10n/pt_BR.json
@@ -18,8 +18,8 @@
"Groupware bundle" : "Pacote Groupware",
"Hub bundle" : "Pacote de hub",
"Social sharing bundle" : "Pacote de compartilhamento social",
- "PHP %s or higher is required." : "PHP %s ou superior é requerido.",
- "PHP with a version lower than %s is required." : "É requerida uma versão PHP mais antiga que a %s .",
+ "PHP %s or higher is required." : "PHP %s ou superior é necessário.",
+ "PHP with a version lower than %s is required." : "É necessária uma versão PHP mais antiga que a %s.",
"%sbit or higher PHP required." : "%sbit ou PHP maior é requerido.",
"The following architectures are supported: %s" : "As seguintes plataformas são suportadas: %s",
"The following databases are supported: %s" : "Os seguintes bancos de dados são suportados: %s",
@@ -205,7 +205,7 @@
"Adjusting this setting in php.ini will make Nextcloud run again" : "Ajustar a configuração no php.ini fará com que o Nextcloud execute novamente",
"mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload está definido para \"%s\" ao invés do valor esperado \"0\"",
"To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "Para corrigir esse problema defina <code>mbstring.func_overload</code> para <code>0</code> em seu php.ini",
- "libxml2 2.7.0 is at least required. Currently %s is installed." : "A libxml2 2.7.0 é a versão mínima requerida. Atualmente a versão %s está instalada.",
+ "libxml2 2.7.0 is at least required. Currently %s is installed." : "A libxml2 2.7.0 é a versão mínima necessária. Atualmente a versão %s está instalada.",
"To fix this issue update your libxml2 version and restart your web server." : "Para corrigir este problema, atualize a versão da sua libxml2 e reinicie seu servidor web.",
"PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP aparentemente está configurado para retirar blocos doc inline. Isso fará com que vários aplicativos do núcleo fiquem inacessíveis.",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Isso provavelmente é causado por um cache/acelerador, como Zend OPcache ou eAccelerator.",
diff --git a/lib/l10n/tr.js b/lib/l10n/tr.js
index b4baf06204a..c2763f797e7 100644
--- a/lib/l10n/tr.js
+++ b/lib/l10n/tr.js
@@ -106,6 +106,7 @@ OC.L10N.register(
"Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Lütfen php.ini dosyasındaki open_basedir ayarını kaldırın ya da 64-bit PHP sürümüne geçin.",
"Set an admin username." : "Bir yönetici kullanıcı adı yazın.",
"Set an admin password." : "Bir yönetici parolası yazın.",
+ "Cannot create or write into the data directory %s" : "%s veri klasörü oluşturulamadı ya da içine yazılamadı",
"Sharing backend %s must implement the interface OCP\\Share_Backend" : "Paylaşım arka ucu %s OCP\\Share_Backend arayüzünü desteklemeli",
"Sharing backend %s not found" : "%s paylaşım arka ucu bulunamadı",
"Sharing backend for %s not found" : "%s için paylaşım arka ucu bulunamadı",
@@ -115,7 +116,11 @@ OC.L10N.register(
"Open »%s«" : "»%s« Aç",
"%1$s via %2$s" : "%1$s, %2$s aracılığıyla",
"You are not allowed to share %s" : "%s ögesini paylaşma izniniz yok",
+ "Cannot increase permissions of %s" : "%s izinleri yükseltilemedi",
+ "Files cannot be shared with delete permissions" : "Silme izni ile dosya paylaşılamaz",
+ "Files cannot be shared with create permissions" : "Ekleme izni ile dosya paylaşılamaz",
"Expiration date is in the past" : "Son kullanma tarihi geçmişte",
+ "_Cannot set expiration date more than %n day in the future_::_Cannot set expiration date more than %n days in the future_" : ["Paylaşımların son kullanım süreleri, gelecekte %n günden fazla olamaz","Paylaşımların son kullanım süreleri, gelecekte %n günden fazla olamaz"],
"Sharing is only allowed with group members" : "Paylaşım yalnız grup üyeleri ile yapılabilir",
"Sharing %s failed, because this item is already shared with user %s" : "%s paylaşılamadı. Bu öge zaten %s kullanıcısı ile paylaşılmış",
"%1$s shared »%2$s« with you" : "%1$s, sizinle »%2$s« ögesini paylaştı",
@@ -182,6 +187,7 @@ OC.L10N.register(
"App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "\"%1$s\" uygulaması, şu gereklilikler sağlanmadığı için kurulamıyor: %2$s",
"a safe home for all your data" : "verileriniz için güvenli bir barınak",
"File is currently busy, please try again later" : "Dosya şu anda meşgul, lütfen daha sonra deneyin",
+ "Cannot read file" : "Dosya okunamadı",
"Application is not enabled" : "Uygulama etkinleştirilmemiş",
"Authentication error" : "Kimlik doğrulama sorunu",
"Token expired. Please reload page." : "Kodun süresi dolmuş. Lütfen sayfayı yenileyin.",
@@ -229,7 +235,7 @@ OC.L10N.register(
"Following databases are supported: %s" : "Şu veritabanları destekleniyor: %s",
"Following platforms are supported: %s" : "Şu platformlar destekleniyor: %s",
"Can't create or write into the data directory %s" : "%s veri klasörü oluşturulamadı ya da içine yazılamadı",
- "Invalid Federated Cloud ID" : "Birleşik Bulut Kimliği Geçersiz",
+ "Invalid Federated Cloud ID" : "Birleşik Bulut Kodu Geçersiz",
"Can’t increase permissions of %s" : "%s izinleri arttırılamadı",
"Files can’t be shared with delete permissions" : "Silme izni ile dosya paylaşılamaz",
"Files can’t be shared with create permissions" : "Ekleme izni ile dosya paylaşılamaz",
diff --git a/lib/l10n/tr.json b/lib/l10n/tr.json
index 286556319ef..bfc26056336 100644
--- a/lib/l10n/tr.json
+++ b/lib/l10n/tr.json
@@ -104,6 +104,7 @@
"Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Lütfen php.ini dosyasındaki open_basedir ayarını kaldırın ya da 64-bit PHP sürümüne geçin.",
"Set an admin username." : "Bir yönetici kullanıcı adı yazın.",
"Set an admin password." : "Bir yönetici parolası yazın.",
+ "Cannot create or write into the data directory %s" : "%s veri klasörü oluşturulamadı ya da içine yazılamadı",
"Sharing backend %s must implement the interface OCP\\Share_Backend" : "Paylaşım arka ucu %s OCP\\Share_Backend arayüzünü desteklemeli",
"Sharing backend %s not found" : "%s paylaşım arka ucu bulunamadı",
"Sharing backend for %s not found" : "%s için paylaşım arka ucu bulunamadı",
@@ -113,7 +114,11 @@
"Open »%s«" : "»%s« Aç",
"%1$s via %2$s" : "%1$s, %2$s aracılığıyla",
"You are not allowed to share %s" : "%s ögesini paylaşma izniniz yok",
+ "Cannot increase permissions of %s" : "%s izinleri yükseltilemedi",
+ "Files cannot be shared with delete permissions" : "Silme izni ile dosya paylaşılamaz",
+ "Files cannot be shared with create permissions" : "Ekleme izni ile dosya paylaşılamaz",
"Expiration date is in the past" : "Son kullanma tarihi geçmişte",
+ "_Cannot set expiration date more than %n day in the future_::_Cannot set expiration date more than %n days in the future_" : ["Paylaşımların son kullanım süreleri, gelecekte %n günden fazla olamaz","Paylaşımların son kullanım süreleri, gelecekte %n günden fazla olamaz"],
"Sharing is only allowed with group members" : "Paylaşım yalnız grup üyeleri ile yapılabilir",
"Sharing %s failed, because this item is already shared with user %s" : "%s paylaşılamadı. Bu öge zaten %s kullanıcısı ile paylaşılmış",
"%1$s shared »%2$s« with you" : "%1$s, sizinle »%2$s« ögesini paylaştı",
@@ -180,6 +185,7 @@
"App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "\"%1$s\" uygulaması, şu gereklilikler sağlanmadığı için kurulamıyor: %2$s",
"a safe home for all your data" : "verileriniz için güvenli bir barınak",
"File is currently busy, please try again later" : "Dosya şu anda meşgul, lütfen daha sonra deneyin",
+ "Cannot read file" : "Dosya okunamadı",
"Application is not enabled" : "Uygulama etkinleştirilmemiş",
"Authentication error" : "Kimlik doğrulama sorunu",
"Token expired. Please reload page." : "Kodun süresi dolmuş. Lütfen sayfayı yenileyin.",
@@ -227,7 +233,7 @@
"Following databases are supported: %s" : "Şu veritabanları destekleniyor: %s",
"Following platforms are supported: %s" : "Şu platformlar destekleniyor: %s",
"Can't create or write into the data directory %s" : "%s veri klasörü oluşturulamadı ya da içine yazılamadı",
- "Invalid Federated Cloud ID" : "Birleşik Bulut Kimliği Geçersiz",
+ "Invalid Federated Cloud ID" : "Birleşik Bulut Kodu Geçersiz",
"Can’t increase permissions of %s" : "%s izinleri arttırılamadı",
"Files can’t be shared with delete permissions" : "Silme izni ile dosya paylaşılamaz",
"Files can’t be shared with create permissions" : "Ekleme izni ile dosya paylaşılamaz",