[tx-robot] updated from transifex
This commit is contained in:
parent
891673d9ea
commit
2171cc02c3
|
@ -1,9 +1,9 @@
|
|||
OC.L10N.register(
|
||||
"encryption",
|
||||
{
|
||||
"Missing recovery key password" : "Palavra-passe da chave de recuperação em falta",
|
||||
"Please repeat the recovery key password" : "Por favor, insira a palavra-passe da chave de recuperação",
|
||||
"Repeated recovery key password does not match the provided recovery key password" : "A palavra-passe de recuperação repetida não corresponde à palavra-passe fornecida",
|
||||
"Missing recovery key password" : "Senha da chave de recuperação em falta",
|
||||
"Please repeat the recovery key password" : "Por favor, repita a senha da chave de recuperação",
|
||||
"Repeated recovery key password does not match the provided recovery key password" : "A contrassenha da chave de recuperação não corresponde à senha fornecida",
|
||||
"Recovery key successfully enabled" : "A chave de recuperação foi ativada com sucesso",
|
||||
"Could not enable recovery key. Please check your recovery key password!" : "Não foi possível ativar a chave de recuperação. Por favor, verifique a sua senha da chave de recuperação!",
|
||||
"Recovery key successfully disabled" : "A chave de recuperação foi desativada com sucesso",
|
||||
|
@ -14,20 +14,28 @@ OC.L10N.register(
|
|||
"Please repeat the new recovery password" : "Escreva de novo a nova palavra-passe de recuperação",
|
||||
"Password successfully changed." : "Palavra-passe alterada com sucesso.",
|
||||
"Could not change the password. Maybe the old password was not correct." : "Não foi possível alterar a senha. Possivelmente a senha antiga não está correta.",
|
||||
"Recovery Key disabled" : "Chave de recuperação desativada",
|
||||
"Recovery Key enabled" : "Chave de Recuperação ativada",
|
||||
"Could not enable the recovery key, please try again or contact your administrator" : "Não foi possível ativar a chave de recuperação, por favor, tente de novo ou contacte o seu administrador",
|
||||
"Could not update the private key password." : "Não foi possível atualizar a senha da chave privada.",
|
||||
"The old password was not correct, please try again." : "A senha antiga não estava correta, por favor, tente de novo.",
|
||||
"The current log-in password was not correct, please try again." : "A senha de iniciar a sessão atual não estava correta, por favor, tente de novo.",
|
||||
"Private key password successfully updated." : "A senha da chave privada foi atualizada com sucesso. ",
|
||||
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please run 'occ encryption:migrate' or contact your administrator" : "Precisa de migrar as suas chaves de encriptação da encriptação antiga (ownCloud <= 8.0) para a nova. Por favor, execute 'occ encryption:migrate' ou contacte o seu administrador",
|
||||
"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Chave privada inválida da Aplicação de Encriptação. Por favor atualize a sua senha de chave privada nas definições pessoais, para recuperar o acesso aos seus ficheiros encriptados.",
|
||||
"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "A Aplicação de Encriptação está ativada, mas as suas chaves não inicializaram. Por favor termine e inicie a sessão novamente",
|
||||
"Encryption App is enabled and ready" : "A aplicação de encriptação está ativa e pronta",
|
||||
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Não é possível desencriptar este ficheiro, provavelmente é um ficheiro partilhado. Por favor, peça ao proprietário do ficheiro para voltar a partilhar o ficheiro consigo.",
|
||||
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Não é possível ler este ficheiro, provavelmente isto é um ficheiro compartilhado. Por favor, peça ao dono do ficheiro para voltar a partilhar o ficheiro consigo.",
|
||||
"Enable recovery key" : "Ativar a chave de recuperação",
|
||||
"Disable recovery key" : "Desativar a chave de recuperação",
|
||||
"The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password." : "A chave de recuperação é uma chave de encriptação extra que é utilizada para encriptar os ficheiros. Esta permite a recuperação dos ficheiros do utilizador se este esquecer a sua senha.",
|
||||
"Recovery key password" : "Senha da chave de recuperação",
|
||||
"Repeat recovery key password" : "Repetir a senha da chave de recuperação",
|
||||
"Change recovery key password:" : "Alterar a senha da chave de recuperação:",
|
||||
"Old recovery key password" : "Senha da chave de recuperação antiga",
|
||||
"New recovery key password" : "Nova senha da chave de recuperação",
|
||||
"Repeat new recovery key password" : "Repetir senha da chave de recuperação",
|
||||
"Change Password" : "Alterar a Senha",
|
||||
"ownCloud basic encryption module" : "módulo de encriptação básico da ownCloud",
|
||||
"Your private key password no longer matches your log-in password." : "A Password da sua chave privada não coincide mais com a password do seu login.",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ "translations": {
|
||||
"Missing recovery key password" : "Palavra-passe da chave de recuperação em falta",
|
||||
"Please repeat the recovery key password" : "Por favor, insira a palavra-passe da chave de recuperação",
|
||||
"Repeated recovery key password does not match the provided recovery key password" : "A palavra-passe de recuperação repetida não corresponde à palavra-passe fornecida",
|
||||
"Missing recovery key password" : "Senha da chave de recuperação em falta",
|
||||
"Please repeat the recovery key password" : "Por favor, repita a senha da chave de recuperação",
|
||||
"Repeated recovery key password does not match the provided recovery key password" : "A contrassenha da chave de recuperação não corresponde à senha fornecida",
|
||||
"Recovery key successfully enabled" : "A chave de recuperação foi ativada com sucesso",
|
||||
"Could not enable recovery key. Please check your recovery key password!" : "Não foi possível ativar a chave de recuperação. Por favor, verifique a sua senha da chave de recuperação!",
|
||||
"Recovery key successfully disabled" : "A chave de recuperação foi desativada com sucesso",
|
||||
|
@ -12,20 +12,28 @@
|
|||
"Please repeat the new recovery password" : "Escreva de novo a nova palavra-passe de recuperação",
|
||||
"Password successfully changed." : "Palavra-passe alterada com sucesso.",
|
||||
"Could not change the password. Maybe the old password was not correct." : "Não foi possível alterar a senha. Possivelmente a senha antiga não está correta.",
|
||||
"Recovery Key disabled" : "Chave de recuperação desativada",
|
||||
"Recovery Key enabled" : "Chave de Recuperação ativada",
|
||||
"Could not enable the recovery key, please try again or contact your administrator" : "Não foi possível ativar a chave de recuperação, por favor, tente de novo ou contacte o seu administrador",
|
||||
"Could not update the private key password." : "Não foi possível atualizar a senha da chave privada.",
|
||||
"The old password was not correct, please try again." : "A senha antiga não estava correta, por favor, tente de novo.",
|
||||
"The current log-in password was not correct, please try again." : "A senha de iniciar a sessão atual não estava correta, por favor, tente de novo.",
|
||||
"Private key password successfully updated." : "A senha da chave privada foi atualizada com sucesso. ",
|
||||
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please run 'occ encryption:migrate' or contact your administrator" : "Precisa de migrar as suas chaves de encriptação da encriptação antiga (ownCloud <= 8.0) para a nova. Por favor, execute 'occ encryption:migrate' ou contacte o seu administrador",
|
||||
"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Chave privada inválida da Aplicação de Encriptação. Por favor atualize a sua senha de chave privada nas definições pessoais, para recuperar o acesso aos seus ficheiros encriptados.",
|
||||
"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "A Aplicação de Encriptação está ativada, mas as suas chaves não inicializaram. Por favor termine e inicie a sessão novamente",
|
||||
"Encryption App is enabled and ready" : "A aplicação de encriptação está ativa e pronta",
|
||||
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Não é possível desencriptar este ficheiro, provavelmente é um ficheiro partilhado. Por favor, peça ao proprietário do ficheiro para voltar a partilhar o ficheiro consigo.",
|
||||
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Não é possível ler este ficheiro, provavelmente isto é um ficheiro compartilhado. Por favor, peça ao dono do ficheiro para voltar a partilhar o ficheiro consigo.",
|
||||
"Enable recovery key" : "Ativar a chave de recuperação",
|
||||
"Disable recovery key" : "Desativar a chave de recuperação",
|
||||
"The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password." : "A chave de recuperação é uma chave de encriptação extra que é utilizada para encriptar os ficheiros. Esta permite a recuperação dos ficheiros do utilizador se este esquecer a sua senha.",
|
||||
"Recovery key password" : "Senha da chave de recuperação",
|
||||
"Repeat recovery key password" : "Repetir a senha da chave de recuperação",
|
||||
"Change recovery key password:" : "Alterar a senha da chave de recuperação:",
|
||||
"Old recovery key password" : "Senha da chave de recuperação antiga",
|
||||
"New recovery key password" : "Nova senha da chave de recuperação",
|
||||
"Repeat new recovery key password" : "Repetir senha da chave de recuperação",
|
||||
"Change Password" : "Alterar a Senha",
|
||||
"ownCloud basic encryption module" : "módulo de encriptação básico da ownCloud",
|
||||
"Your private key password no longer matches your log-in password." : "A Password da sua chave privada não coincide mais com a password do seu login.",
|
||||
|
|
|
@ -7,6 +7,7 @@ OC.L10N.register(
|
|||
"Could not enable recovery key. Please check your recovery key password!" : "不能启用恢复密钥。请检查恢复密钥密码!",
|
||||
"Recovery key successfully disabled" : "恢复密钥成功禁用",
|
||||
"Could not disable recovery key. Please check your recovery key password!" : "不能禁用恢复密钥。请检查恢复密钥密码!",
|
||||
"Missing parameters" : "缺少参数",
|
||||
"Please provide the old recovery password" : "请提供原来的恢复密码",
|
||||
"Please provide a new recovery password" : "请提供一个新的恢复密码",
|
||||
"Please repeat the new recovery password" : "请替换新的恢复密码",
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
"Could not enable recovery key. Please check your recovery key password!" : "不能启用恢复密钥。请检查恢复密钥密码!",
|
||||
"Recovery key successfully disabled" : "恢复密钥成功禁用",
|
||||
"Could not disable recovery key. Please check your recovery key password!" : "不能禁用恢复密钥。请检查恢复密钥密码!",
|
||||
"Missing parameters" : "缺少参数",
|
||||
"Please provide the old recovery password" : "请提供原来的恢复密码",
|
||||
"Please provide a new recovery password" : "请提供一个新的恢复密码",
|
||||
"Please repeat the new recovery password" : "请替换新的恢复密码",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
OC.L10N.register(
|
||||
"files",
|
||||
{
|
||||
"Unshare" : "Deel terug neem",
|
||||
"Error" : "Fout",
|
||||
"Settings" : "Instellings",
|
||||
"Folder" : "Omslag"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{ "translations": {
|
||||
"Unshare" : "Deel terug neem",
|
||||
"Error" : "Fout",
|
||||
"Settings" : "Instellings",
|
||||
"Folder" : "Omslag"
|
||||
|
|
|
@ -19,16 +19,16 @@ OC.L10N.register(
|
|||
"Upload failed. Could not get file info." : "فشلت عملية الرفع. تعذر الحصول على معلومات الملف.",
|
||||
"Invalid directory." : "مسار غير صحيح.",
|
||||
"Files" : "الملفات",
|
||||
"All files" : "كل الملفات",
|
||||
"Favorites" : "المفضلة ",
|
||||
"Home" : "البيت",
|
||||
"Close" : "إغلاق",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "تعذر رفع الملف {filename} إما لأنه مجلد أو لان حجم الملف 0 بايت",
|
||||
"Upload cancelled." : "تم إلغاء عملية رفع الملفات .",
|
||||
"Could not get result from server." : "تعذر الحصول على نتيجة من الخادم",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." : "عملية رفع الملفات قيد التنفيذ. اغلاق الصفحة سوف يلغي عملية رفع الملفات.",
|
||||
"{new_name} already exists" : "{new_name} موجود مسبقا",
|
||||
"Rename" : "إعادة تسميه",
|
||||
"Delete" : "إلغاء",
|
||||
"Unshare" : "إلغاء المشاركة",
|
||||
"Actions" : "* تطبيقات.\n* أنشطة.",
|
||||
"Download" : "تحميل",
|
||||
"Pending" : "قيد الانتظار",
|
||||
"Error moving file" : "حدث خطأ أثناء نقل الملف",
|
||||
|
@ -38,11 +38,11 @@ OC.L10N.register(
|
|||
"Modified" : "معدل",
|
||||
"_%n folder_::_%n folders_" : ["لا يوجد مجلدات %n","1 مجلد %n","2 مجلد %n","عدد قليل من مجلدات %n","عدد كبير من مجلدات %n","مجلدات %n"],
|
||||
"_%n file_::_%n files_" : ["لا يوجد ملفات %n","ملف %n","2 ملف %n","قليل من ملفات %n","الكثير من ملفات %n"," ملفات %n"],
|
||||
"{dirs} and {files}" : "{dirs} و {files}",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["لا يوجد ملفات %n لتحميلها","تحميل 1 ملف %n","تحميل 2 ملف %n","يتم تحميل عدد قليل من ملفات %n","يتم تحميل عدد كبير من ملفات %n","يتم تحميل ملفات %n"],
|
||||
"File name cannot be empty." : "اسم الملف لا يجوز أن يكون فارغا",
|
||||
"Your storage is full, files can not be updated or synced anymore!" : "مساحتك التخزينية ممتلئة, لا يمكم تحديث ملفاتك أو مزامنتها بعد الآن !",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "مساحتك التخزينية امتلأت تقريبا ",
|
||||
"{dirs} and {files}" : "{dirs} و {files}",
|
||||
"Favorite" : "المفضلة",
|
||||
"A new file or folder has been <strong>created</strong>" : "تم <strong> إنشاء</strong> ملف جديد أو مجلد ",
|
||||
"A file or folder has been <strong>changed</strong>" : "تم <strong> تغيير</strong> ملف أو مجلد",
|
||||
|
@ -71,6 +71,7 @@ OC.L10N.register(
|
|||
"Folder" : "مجلد",
|
||||
"Upload" : "رفع",
|
||||
"Cancel upload" : "إلغاء الرفع",
|
||||
"Delete" : "إلغاء",
|
||||
"Upload too large" : "حجم الترفيع أعلى من المسموح",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "حجم الملفات التي تريد ترفيعها أعلى من المسموح على الخادم.",
|
||||
"Files are being scanned, please wait." : "يرجى الانتظار , جاري فحص الملفات ."
|
||||
|
|
|
@ -17,16 +17,16 @@
|
|||
"Upload failed. Could not get file info." : "فشلت عملية الرفع. تعذر الحصول على معلومات الملف.",
|
||||
"Invalid directory." : "مسار غير صحيح.",
|
||||
"Files" : "الملفات",
|
||||
"All files" : "كل الملفات",
|
||||
"Favorites" : "المفضلة ",
|
||||
"Home" : "البيت",
|
||||
"Close" : "إغلاق",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "تعذر رفع الملف {filename} إما لأنه مجلد أو لان حجم الملف 0 بايت",
|
||||
"Upload cancelled." : "تم إلغاء عملية رفع الملفات .",
|
||||
"Could not get result from server." : "تعذر الحصول على نتيجة من الخادم",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." : "عملية رفع الملفات قيد التنفيذ. اغلاق الصفحة سوف يلغي عملية رفع الملفات.",
|
||||
"{new_name} already exists" : "{new_name} موجود مسبقا",
|
||||
"Rename" : "إعادة تسميه",
|
||||
"Delete" : "إلغاء",
|
||||
"Unshare" : "إلغاء المشاركة",
|
||||
"Actions" : "* تطبيقات.\n* أنشطة.",
|
||||
"Download" : "تحميل",
|
||||
"Pending" : "قيد الانتظار",
|
||||
"Error moving file" : "حدث خطأ أثناء نقل الملف",
|
||||
|
@ -36,11 +36,11 @@
|
|||
"Modified" : "معدل",
|
||||
"_%n folder_::_%n folders_" : ["لا يوجد مجلدات %n","1 مجلد %n","2 مجلد %n","عدد قليل من مجلدات %n","عدد كبير من مجلدات %n","مجلدات %n"],
|
||||
"_%n file_::_%n files_" : ["لا يوجد ملفات %n","ملف %n","2 ملف %n","قليل من ملفات %n","الكثير من ملفات %n"," ملفات %n"],
|
||||
"{dirs} and {files}" : "{dirs} و {files}",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["لا يوجد ملفات %n لتحميلها","تحميل 1 ملف %n","تحميل 2 ملف %n","يتم تحميل عدد قليل من ملفات %n","يتم تحميل عدد كبير من ملفات %n","يتم تحميل ملفات %n"],
|
||||
"File name cannot be empty." : "اسم الملف لا يجوز أن يكون فارغا",
|
||||
"Your storage is full, files can not be updated or synced anymore!" : "مساحتك التخزينية ممتلئة, لا يمكم تحديث ملفاتك أو مزامنتها بعد الآن !",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "مساحتك التخزينية امتلأت تقريبا ",
|
||||
"{dirs} and {files}" : "{dirs} و {files}",
|
||||
"Favorite" : "المفضلة",
|
||||
"A new file or folder has been <strong>created</strong>" : "تم <strong> إنشاء</strong> ملف جديد أو مجلد ",
|
||||
"A file or folder has been <strong>changed</strong>" : "تم <strong> تغيير</strong> ملف أو مجلد",
|
||||
|
@ -69,6 +69,7 @@
|
|||
"Folder" : "مجلد",
|
||||
"Upload" : "رفع",
|
||||
"Cancel upload" : "إلغاء الرفع",
|
||||
"Delete" : "إلغاء",
|
||||
"Upload too large" : "حجم الترفيع أعلى من المسموح",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "حجم الملفات التي تريد ترفيعها أعلى من المسموح على الخادم.",
|
||||
"Files are being scanned, please wait." : "يرجى الانتظار , جاري فحص الملفات ."
|
||||
|
|
|
@ -29,6 +29,7 @@ OC.L10N.register(
|
|||
"All files" : "Tolos ficheros",
|
||||
"Favorites" : "Favoritos",
|
||||
"Home" : "Casa",
|
||||
"Close" : "Zarrar",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Nun pudo xubise {filename}, paez que ye un directoriu o tien 0 bytes",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "El tamañu de ficheru total {size1} perpasa la llende de xuba {size2}",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nun hai abondu espaciu llibre, tas xubiendo {size1} pero namái falta {size2}",
|
||||
|
@ -38,11 +39,7 @@ OC.L10N.register(
|
|||
"{new_name} already exists" : "{new_name} yá existe",
|
||||
"Could not create file" : "Nun pudo crease'l ficheru",
|
||||
"Could not create folder" : "Nun pudo crease la carpeta",
|
||||
"Rename" : "Renomar",
|
||||
"Delete" : "Desaniciar",
|
||||
"Disconnect storage" : "Desconeutar almacenamientu",
|
||||
"Unshare" : "Dexar de compartir",
|
||||
"No permission to delete" : "Ensin permisos pa desaniciar",
|
||||
"Actions" : "Aiciones",
|
||||
"Download" : "Descargar",
|
||||
"Select" : "Esbillar",
|
||||
"Pending" : "Pendiente",
|
||||
|
@ -58,13 +55,13 @@ OC.L10N.register(
|
|||
"Modified" : "Modificáu",
|
||||
"_%n folder_::_%n folders_" : ["%n carpeta","%n carpetes"],
|
||||
"_%n file_::_%n files_" : ["%n ficheru","%n ficheros"],
|
||||
"{dirs} and {files}" : "{dirs} y {files}",
|
||||
"You don’t have permission to upload or create files here" : "Nun tienes permisu pa xubir o crear ficheros equí",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Xubiendo %n ficheru","Xubiendo %n ficheros"],
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" ye un nome de ficheru inválidu.",
|
||||
"File name cannot be empty." : "El nome de ficheru nun pue quedar baleru.",
|
||||
"Your storage is full, files can not be updated or synced anymore!" : "L'almacenamientu ta completu, ¡yá nun se pueden anovar o sincronizar ficheros!",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "L'almacenamientu ta casi completu ({usedSpacePercent}%)",
|
||||
"{dirs} and {files}" : "{dirs} y {files}",
|
||||
"Favorite" : "Favoritu",
|
||||
"A new file or folder has been <strong>created</strong>" : "<strong>Creóse</strong> un ficheru o carpeta nuevos",
|
||||
"A file or folder has been <strong>changed</strong>" : "<strong>Camudóse</strong> un ficheru o carpeta",
|
||||
|
@ -96,6 +93,7 @@ OC.L10N.register(
|
|||
"Folder" : "Carpeta",
|
||||
"Upload" : "Xubir",
|
||||
"Cancel upload" : "Encaboxar xuba",
|
||||
"Delete" : "Desaniciar",
|
||||
"Upload too large" : "La xuba ye abondo grande",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los ficheros que tas intentando xubir perpasen el tamañu máximu pa les xubíes de ficheros nesti servidor.",
|
||||
"Files are being scanned, please wait." : "Tan escaniándose los ficheros, espera por favor.",
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
"All files" : "Tolos ficheros",
|
||||
"Favorites" : "Favoritos",
|
||||
"Home" : "Casa",
|
||||
"Close" : "Zarrar",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Nun pudo xubise {filename}, paez que ye un directoriu o tien 0 bytes",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "El tamañu de ficheru total {size1} perpasa la llende de xuba {size2}",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nun hai abondu espaciu llibre, tas xubiendo {size1} pero namái falta {size2}",
|
||||
|
@ -36,11 +37,7 @@
|
|||
"{new_name} already exists" : "{new_name} yá existe",
|
||||
"Could not create file" : "Nun pudo crease'l ficheru",
|
||||
"Could not create folder" : "Nun pudo crease la carpeta",
|
||||
"Rename" : "Renomar",
|
||||
"Delete" : "Desaniciar",
|
||||
"Disconnect storage" : "Desconeutar almacenamientu",
|
||||
"Unshare" : "Dexar de compartir",
|
||||
"No permission to delete" : "Ensin permisos pa desaniciar",
|
||||
"Actions" : "Aiciones",
|
||||
"Download" : "Descargar",
|
||||
"Select" : "Esbillar",
|
||||
"Pending" : "Pendiente",
|
||||
|
@ -56,13 +53,13 @@
|
|||
"Modified" : "Modificáu",
|
||||
"_%n folder_::_%n folders_" : ["%n carpeta","%n carpetes"],
|
||||
"_%n file_::_%n files_" : ["%n ficheru","%n ficheros"],
|
||||
"{dirs} and {files}" : "{dirs} y {files}",
|
||||
"You don’t have permission to upload or create files here" : "Nun tienes permisu pa xubir o crear ficheros equí",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Xubiendo %n ficheru","Xubiendo %n ficheros"],
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" ye un nome de ficheru inválidu.",
|
||||
"File name cannot be empty." : "El nome de ficheru nun pue quedar baleru.",
|
||||
"Your storage is full, files can not be updated or synced anymore!" : "L'almacenamientu ta completu, ¡yá nun se pueden anovar o sincronizar ficheros!",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "L'almacenamientu ta casi completu ({usedSpacePercent}%)",
|
||||
"{dirs} and {files}" : "{dirs} y {files}",
|
||||
"Favorite" : "Favoritu",
|
||||
"A new file or folder has been <strong>created</strong>" : "<strong>Creóse</strong> un ficheru o carpeta nuevos",
|
||||
"A file or folder has been <strong>changed</strong>" : "<strong>Camudóse</strong> un ficheru o carpeta",
|
||||
|
@ -94,6 +91,7 @@
|
|||
"Folder" : "Carpeta",
|
||||
"Upload" : "Xubir",
|
||||
"Cancel upload" : "Encaboxar xuba",
|
||||
"Delete" : "Desaniciar",
|
||||
"Upload too large" : "La xuba ye abondo grande",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los ficheros que tas intentando xubir perpasen el tamañu máximu pa les xubíes de ficheros nesti servidor.",
|
||||
"Files are being scanned, please wait." : "Tan escaniándose los ficheros, espera por favor.",
|
||||
|
|
|
@ -29,6 +29,7 @@ OC.L10N.register(
|
|||
"All files" : "Bütün fayllar",
|
||||
"Favorites" : "Sevimlilər",
|
||||
"Home" : "Ev",
|
||||
"Close" : "Bağla",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Yükləmək olmur {filename} ona görə ki, ya qovluqdur yada ki, həcmi 0 baytdır ",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "Ümumi fayl həcmi {size1} yüklənmə limiti {size2} -ni aşır",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Kifayət qədər boş yer yoxdur, siz yükləyirsiniz {size1} ancaq {size2} var. ",
|
||||
|
@ -38,11 +39,6 @@ OC.L10N.register(
|
|||
"{new_name} already exists" : "{new_name} artıq mövcuddur",
|
||||
"Could not create file" : "Faylı yaratmaq olmur",
|
||||
"Could not create folder" : "Qovluğu yaratmaq olmur",
|
||||
"Rename" : "Adı dəyiş",
|
||||
"Delete" : "Sil",
|
||||
"Disconnect storage" : "Daşıyıcını ayır",
|
||||
"Unshare" : "Paylaşımı durdur",
|
||||
"No permission to delete" : "Silmək üçün yetki yoxdur",
|
||||
"Download" : "Yüklə",
|
||||
"Select" : "Seç",
|
||||
"Pending" : "Gözləmə",
|
||||
|
@ -58,6 +54,7 @@ OC.L10N.register(
|
|||
"Modified" : "Dəyişdirildi",
|
||||
"_%n folder_::_%n folders_" : ["%n qovluq","%n qovluqlar"],
|
||||
"_%n file_::_%n files_" : ["%n fayllar","%n fayllar"],
|
||||
"{dirs} and {files}" : "{dirs} və {files}",
|
||||
"You don’t have permission to upload or create files here" : "Sizin burda yükləməyə və ya fayl yaratmağa yetkiniz yoxdur ",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["%n fayllar yüklənilir","%n fayllar yüklənilir"],
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" yalnış fayl adıdır.",
|
||||
|
@ -65,7 +62,6 @@ OC.L10N.register(
|
|||
"Your storage is full, files can not be updated or synced anymore!" : "Sizin deponuz doludur, fayllar artıq yenilənə və sinxronizasiya edilə bilməz!",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Sizin depo depo demək olar ki, doludur ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["uyğun '{filter}'","uyğun '{filter}'"],
|
||||
"{dirs} and {files}" : "{dirs} və {files}",
|
||||
"Favorited" : "İstəkləndi",
|
||||
"Favorite" : "İstəkli",
|
||||
"An error occurred while trying to update the tags" : "Qeydlərin yenilənməsi müddətində səhv baş verdi ",
|
||||
|
@ -105,6 +101,7 @@ OC.L10N.register(
|
|||
"Upload some content or sync with your devices!" : "Bezi kontenti yüklə yada, öz avadanlıqlarınızla sinxronizasiya edin!",
|
||||
"No entries found in this folder" : "Bu qovluqda heç bir verilən tapılmadı",
|
||||
"Select all" : "Hamısıı seç",
|
||||
"Delete" : "Sil",
|
||||
"Upload too large" : "Yüklənmə şox böyükdür",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Yükləmək istədiyiniz faylların həcmi, bu serverdə izin verilmiş maksimal yüklənmə həcmindən böyükdür.",
|
||||
"Files are being scanned, please wait." : "Faylların skanı başlanıb, xahiş olunur gözləyəsiniz.",
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
"All files" : "Bütün fayllar",
|
||||
"Favorites" : "Sevimlilər",
|
||||
"Home" : "Ev",
|
||||
"Close" : "Bağla",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Yükləmək olmur {filename} ona görə ki, ya qovluqdur yada ki, həcmi 0 baytdır ",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "Ümumi fayl həcmi {size1} yüklənmə limiti {size2} -ni aşır",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Kifayət qədər boş yer yoxdur, siz yükləyirsiniz {size1} ancaq {size2} var. ",
|
||||
|
@ -36,11 +37,6 @@
|
|||
"{new_name} already exists" : "{new_name} artıq mövcuddur",
|
||||
"Could not create file" : "Faylı yaratmaq olmur",
|
||||
"Could not create folder" : "Qovluğu yaratmaq olmur",
|
||||
"Rename" : "Adı dəyiş",
|
||||
"Delete" : "Sil",
|
||||
"Disconnect storage" : "Daşıyıcını ayır",
|
||||
"Unshare" : "Paylaşımı durdur",
|
||||
"No permission to delete" : "Silmək üçün yetki yoxdur",
|
||||
"Download" : "Yüklə",
|
||||
"Select" : "Seç",
|
||||
"Pending" : "Gözləmə",
|
||||
|
@ -56,6 +52,7 @@
|
|||
"Modified" : "Dəyişdirildi",
|
||||
"_%n folder_::_%n folders_" : ["%n qovluq","%n qovluqlar"],
|
||||
"_%n file_::_%n files_" : ["%n fayllar","%n fayllar"],
|
||||
"{dirs} and {files}" : "{dirs} və {files}",
|
||||
"You don’t have permission to upload or create files here" : "Sizin burda yükləməyə və ya fayl yaratmağa yetkiniz yoxdur ",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["%n fayllar yüklənilir","%n fayllar yüklənilir"],
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" yalnış fayl adıdır.",
|
||||
|
@ -63,7 +60,6 @@
|
|||
"Your storage is full, files can not be updated or synced anymore!" : "Sizin deponuz doludur, fayllar artıq yenilənə və sinxronizasiya edilə bilməz!",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Sizin depo depo demək olar ki, doludur ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["uyğun '{filter}'","uyğun '{filter}'"],
|
||||
"{dirs} and {files}" : "{dirs} və {files}",
|
||||
"Favorited" : "İstəkləndi",
|
||||
"Favorite" : "İstəkli",
|
||||
"An error occurred while trying to update the tags" : "Qeydlərin yenilənməsi müddətində səhv baş verdi ",
|
||||
|
@ -103,6 +99,7 @@
|
|||
"Upload some content or sync with your devices!" : "Bezi kontenti yüklə yada, öz avadanlıqlarınızla sinxronizasiya edin!",
|
||||
"No entries found in this folder" : "Bu qovluqda heç bir verilən tapılmadı",
|
||||
"Select all" : "Hamısıı seç",
|
||||
"Delete" : "Sil",
|
||||
"Upload too large" : "Yüklənmə şox böyükdür",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Yükləmək istədiyiniz faylların həcmi, bu serverdə izin verilmiş maksimal yüklənmə həcmindən böyükdür.",
|
||||
"Files are being scanned, please wait." : "Faylların skanı başlanıb, xahiş olunur gözləyəsiniz.",
|
||||
|
|
|
@ -29,6 +29,7 @@ OC.L10N.register(
|
|||
"All files" : "Всички файлове",
|
||||
"Favorites" : "Любими",
|
||||
"Home" : "Домашен",
|
||||
"Close" : "Затвори",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Неуспешно качване на {filename}, защото е директория или е с размер от 0 байта.",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "Общия размер {size1} надминава лимита за качване {size2}.",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Няма достатъчно свободно място, ти се опитваш да качиш {size1}, но са останали само {size2}.",
|
||||
|
@ -38,10 +39,7 @@ OC.L10N.register(
|
|||
"{new_name} already exists" : "{new_name} вече съществува.",
|
||||
"Could not create file" : "Несупешно създаване на файла.",
|
||||
"Could not create folder" : "Неуспешно създаване на папка.",
|
||||
"Rename" : "Преименуване",
|
||||
"Delete" : "Изтрий",
|
||||
"Disconnect storage" : "Извади дисковото устройство.",
|
||||
"Unshare" : "Премахни Споделяне",
|
||||
"Actions" : "Действия",
|
||||
"Download" : "Изтегли",
|
||||
"Select" : "Избери",
|
||||
"Pending" : "Чакащо",
|
||||
|
@ -57,6 +55,7 @@ OC.L10N.register(
|
|||
"Modified" : "Променен на",
|
||||
"_%n folder_::_%n folders_" : ["%n папка","%n папки"],
|
||||
"_%n file_::_%n files_" : ["%n файл","%n файла"],
|
||||
"{dirs} and {files}" : "{dirs} и {files}",
|
||||
"You don’t have permission to upload or create files here" : "Нямаш разрешение да създаваш или качваш файлове тук.",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Качване на %n файл","Качване на %n файла."],
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" е непозволено име за файл.",
|
||||
|
@ -64,7 +63,6 @@ OC.L10N.register(
|
|||
"Your storage is full, files can not be updated or synced anymore!" : "Заделеното място е запълнено, повече файлове не могат да бъдат синхронизирани или опреснени!",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Заделеното място е почити запълнено ({usedSpacePercent}%).",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["пасва на '{filter}'","пасват на '{filter}'\n "],
|
||||
"{dirs} and {files}" : "{dirs} и {files}",
|
||||
"Favorited" : "Отбелязано в любими",
|
||||
"Favorite" : "Любими",
|
||||
"An error occurred while trying to update the tags" : "Настъпи грешка при опита за промяна на бележките",
|
||||
|
@ -103,6 +101,7 @@ OC.L10N.register(
|
|||
"Upload some content or sync with your devices!" : "Качи съдържание или синхронизирай с твоите устройства!",
|
||||
"No entries found in this folder" : "Няма намерени записи в тази папка",
|
||||
"Select all" : "Избери всички",
|
||||
"Delete" : "Изтрий",
|
||||
"Upload too large" : "Прекалено голям файл за качване.",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Файловете, които се опитваш да качиш са по-големи от позволеното на този сървър.",
|
||||
"Files are being scanned, please wait." : "Файловете се сканирват, изчакайте.",
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
"All files" : "Всички файлове",
|
||||
"Favorites" : "Любими",
|
||||
"Home" : "Домашен",
|
||||
"Close" : "Затвори",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Неуспешно качване на {filename}, защото е директория или е с размер от 0 байта.",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "Общия размер {size1} надминава лимита за качване {size2}.",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Няма достатъчно свободно място, ти се опитваш да качиш {size1}, но са останали само {size2}.",
|
||||
|
@ -36,10 +37,7 @@
|
|||
"{new_name} already exists" : "{new_name} вече съществува.",
|
||||
"Could not create file" : "Несупешно създаване на файла.",
|
||||
"Could not create folder" : "Неуспешно създаване на папка.",
|
||||
"Rename" : "Преименуване",
|
||||
"Delete" : "Изтрий",
|
||||
"Disconnect storage" : "Извади дисковото устройство.",
|
||||
"Unshare" : "Премахни Споделяне",
|
||||
"Actions" : "Действия",
|
||||
"Download" : "Изтегли",
|
||||
"Select" : "Избери",
|
||||
"Pending" : "Чакащо",
|
||||
|
@ -55,6 +53,7 @@
|
|||
"Modified" : "Променен на",
|
||||
"_%n folder_::_%n folders_" : ["%n папка","%n папки"],
|
||||
"_%n file_::_%n files_" : ["%n файл","%n файла"],
|
||||
"{dirs} and {files}" : "{dirs} и {files}",
|
||||
"You don’t have permission to upload or create files here" : "Нямаш разрешение да създаваш или качваш файлове тук.",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Качване на %n файл","Качване на %n файла."],
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" е непозволено име за файл.",
|
||||
|
@ -62,7 +61,6 @@
|
|||
"Your storage is full, files can not be updated or synced anymore!" : "Заделеното място е запълнено, повече файлове не могат да бъдат синхронизирани или опреснени!",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Заделеното място е почити запълнено ({usedSpacePercent}%).",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["пасва на '{filter}'","пасват на '{filter}'\n "],
|
||||
"{dirs} and {files}" : "{dirs} и {files}",
|
||||
"Favorited" : "Отбелязано в любими",
|
||||
"Favorite" : "Любими",
|
||||
"An error occurred while trying to update the tags" : "Настъпи грешка при опита за промяна на бележките",
|
||||
|
@ -101,6 +99,7 @@
|
|||
"Upload some content or sync with your devices!" : "Качи съдържание или синхронизирай с твоите устройства!",
|
||||
"No entries found in this folder" : "Няма намерени записи в тази папка",
|
||||
"Select all" : "Избери всички",
|
||||
"Delete" : "Изтрий",
|
||||
"Upload too large" : "Прекалено голям файл за качване.",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Файловете, които се опитваш да качиш са по-големи от позволеното на този сървър.",
|
||||
"Files are being scanned, please wait." : "Файловете се сканирват, изчакайте.",
|
||||
|
|
|
@ -24,12 +24,11 @@ OC.L10N.register(
|
|||
"All files" : "সব ফাইল",
|
||||
"Favorites" : "প্রিয়জন",
|
||||
"Home" : "নিবাস",
|
||||
"Close" : "বন্ধ",
|
||||
"Upload cancelled." : "আপলোড বাতিল করা হয়েছে।",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." : "ফাইল আপলোড চলমান। এই পৃষ্ঠা পরিত্যাগ করলে আপলোড বাতিল করা হবে।",
|
||||
"{new_name} already exists" : "{new_name} টি বিদ্যমান",
|
||||
"Rename" : "পূনঃনামকরণ",
|
||||
"Delete" : "মুছে",
|
||||
"Unshare" : "ভাগাভাগি বাতিল ",
|
||||
"Actions" : "পদক্ষেপসমূহ",
|
||||
"Download" : "ডাউনলোড",
|
||||
"Pending" : "মুলতুবি",
|
||||
"Error moving file." : "ফাইল সরাতে সমস্যা হলো।",
|
||||
|
@ -66,6 +65,7 @@ OC.L10N.register(
|
|||
"Folder" : "ফোল্ডার",
|
||||
"Upload" : "আপলোড",
|
||||
"Cancel upload" : "আপলোড বাতিল কর",
|
||||
"Delete" : "মুছে",
|
||||
"Upload too large" : "আপলোডের আকারটি অনেক বড়",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "আপনি এই সার্ভারে আপলোড করার জন্য অনুমোদিত ফাইলের সর্বোচ্চ আকারের চেয়ে বৃহদাকার ফাইল আপলোড করার চেষ্টা করছেন ",
|
||||
"Files are being scanned, please wait." : "ফাইলগুলো স্ক্যান করা হচ্ছে, দয়া করে অপেক্ষা করুন।"
|
||||
|
|
|
@ -22,12 +22,11 @@
|
|||
"All files" : "সব ফাইল",
|
||||
"Favorites" : "প্রিয়জন",
|
||||
"Home" : "নিবাস",
|
||||
"Close" : "বন্ধ",
|
||||
"Upload cancelled." : "আপলোড বাতিল করা হয়েছে।",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." : "ফাইল আপলোড চলমান। এই পৃষ্ঠা পরিত্যাগ করলে আপলোড বাতিল করা হবে।",
|
||||
"{new_name} already exists" : "{new_name} টি বিদ্যমান",
|
||||
"Rename" : "পূনঃনামকরণ",
|
||||
"Delete" : "মুছে",
|
||||
"Unshare" : "ভাগাভাগি বাতিল ",
|
||||
"Actions" : "পদক্ষেপসমূহ",
|
||||
"Download" : "ডাউনলোড",
|
||||
"Pending" : "মুলতুবি",
|
||||
"Error moving file." : "ফাইল সরাতে সমস্যা হলো।",
|
||||
|
@ -64,6 +63,7 @@
|
|||
"Folder" : "ফোল্ডার",
|
||||
"Upload" : "আপলোড",
|
||||
"Cancel upload" : "আপলোড বাতিল কর",
|
||||
"Delete" : "মুছে",
|
||||
"Upload too large" : "আপলোডের আকারটি অনেক বড়",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "আপনি এই সার্ভারে আপলোড করার জন্য অনুমোদিত ফাইলের সর্বোচ্চ আকারের চেয়ে বৃহদাকার ফাইল আপলোড করার চেষ্টা করছেন ",
|
||||
"Files are being scanned, please wait." : "ফাইলগুলো স্ক্যান করা হচ্ছে, দয়া করে অপেক্ষা করুন।"
|
||||
|
|
|
@ -14,8 +14,7 @@ OC.L10N.register(
|
|||
"Not enough storage available" : "যথেষ্ট স্টোরেজ পাওয়া যায় না",
|
||||
"Invalid directory." : "অবৈধ ডিরেক্টরি।",
|
||||
"Files" : "ফাইলস",
|
||||
"Rename" : "পুনঃনামকরণ",
|
||||
"Delete" : "মুছে ফেলা",
|
||||
"Close" : "বন্ধ",
|
||||
"Download" : "ডাউনলোড করুন",
|
||||
"Pending" : "মুলতুবি",
|
||||
"Error" : "ভুল",
|
||||
|
@ -33,6 +32,7 @@ OC.L10N.register(
|
|||
"Save" : "সেভ",
|
||||
"Settings" : "সেটিংস",
|
||||
"New folder" : "নতুন ফোল্ডার",
|
||||
"Folder" : "ফোল্ডার"
|
||||
"Folder" : "ফোল্ডার",
|
||||
"Delete" : "মুছে ফেলা"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -12,8 +12,7 @@
|
|||
"Not enough storage available" : "যথেষ্ট স্টোরেজ পাওয়া যায় না",
|
||||
"Invalid directory." : "অবৈধ ডিরেক্টরি।",
|
||||
"Files" : "ফাইলস",
|
||||
"Rename" : "পুনঃনামকরণ",
|
||||
"Delete" : "মুছে ফেলা",
|
||||
"Close" : "বন্ধ",
|
||||
"Download" : "ডাউনলোড করুন",
|
||||
"Pending" : "মুলতুবি",
|
||||
"Error" : "ভুল",
|
||||
|
@ -31,6 +30,7 @@
|
|||
"Save" : "সেভ",
|
||||
"Settings" : "সেটিংস",
|
||||
"New folder" : "নতুন ফোল্ডার",
|
||||
"Folder" : "ফোল্ডার"
|
||||
"Folder" : "ফোল্ডার",
|
||||
"Delete" : "মুছে ফেলা"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -29,6 +29,7 @@ OC.L10N.register(
|
|||
"All files" : "Sve datoteke",
|
||||
"Favorites" : "Favoriti",
|
||||
"Home" : "Kuća",
|
||||
"Close" : "Zatvori",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Nemoguće učitati {filename} jer je ili direktorij ili ima 0 bajta",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "Ukupna veličina datoteke {size1} prelazi ograničenje unosa {size2}",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nedovoljno slobodnog prostora, vi učitavate {size1} a samo je {size2} preostalo",
|
||||
|
@ -38,10 +39,7 @@ OC.L10N.register(
|
|||
"{new_name} already exists" : "{new_name} već postoji",
|
||||
"Could not create file" : "Datoteku nije moguće kreirati",
|
||||
"Could not create folder" : "Direktorij nije moguće kreirati",
|
||||
"Rename" : "Preimenuj",
|
||||
"Delete" : "Izbriši",
|
||||
"Disconnect storage" : "Diskonektuj pohranu",
|
||||
"Unshare" : "Prestani dijeliti",
|
||||
"Actions" : "Radnje",
|
||||
"Download" : "Preuzmi",
|
||||
"Select" : "Izaberi",
|
||||
"Pending" : "Na čekanju",
|
||||
|
@ -56,13 +54,13 @@ OC.L10N.register(
|
|||
"Modified" : "Izmijenjeno",
|
||||
"_%n folder_::_%n folders_" : ["direktorij","direktoriji","direktoriji"],
|
||||
"_%n file_::_%n files_" : ["%n datoteka","%n datoteke","%n datoteke"],
|
||||
"{dirs} and {files}" : "{dirs} i {files}",
|
||||
"You don’t have permission to upload or create files here" : "Ovdje niste ovlašteni učitavati ili kreirati datoteke",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Prenosim %n datoteku","Prenosim %n datoteke","Prenosim %n datoteke"],
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" je neispravno ime datoteke.",
|
||||
"File name cannot be empty." : "Naziv datoteke ne može biti prazan",
|
||||
"Your storage is full, files can not be updated or synced anymore!" : "Vaša pohrana je puna, datoteke više nije moguće ažurirati niti sinhronizirati!",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Vaš prostor za pohranu je skoro pun ({usedSpacePercent}%)",
|
||||
"{dirs} and {files}" : "{dirs} i {files}",
|
||||
"Favorited" : "Favorizovano",
|
||||
"Favorite" : "Favorit",
|
||||
"%s could not be renamed as it has been deleted" : "%s nije moguće preimenovati jer je izbrisan",
|
||||
|
@ -84,6 +82,7 @@ OC.L10N.register(
|
|||
"Cancel upload" : "Prekini učitavanje",
|
||||
"Upload some content or sync with your devices!" : "Učitaj neki sadržaj ili sinhronizuj sa tvojim uređajima!",
|
||||
"Select all" : "Označi sve",
|
||||
"Delete" : "Izbriši",
|
||||
"Upload too large" : "Učitavanje je preveliko",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Datoteke koje pokušavate učitati prelaze maksimalnu veličinu za učitavanje datoteka na ovom serveru.",
|
||||
"Files are being scanned, please wait." : "Datoteke se provjeravaju, molim pričekajte.",
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
"All files" : "Sve datoteke",
|
||||
"Favorites" : "Favoriti",
|
||||
"Home" : "Kuća",
|
||||
"Close" : "Zatvori",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Nemoguće učitati {filename} jer je ili direktorij ili ima 0 bajta",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "Ukupna veličina datoteke {size1} prelazi ograničenje unosa {size2}",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nedovoljno slobodnog prostora, vi učitavate {size1} a samo je {size2} preostalo",
|
||||
|
@ -36,10 +37,7 @@
|
|||
"{new_name} already exists" : "{new_name} već postoji",
|
||||
"Could not create file" : "Datoteku nije moguće kreirati",
|
||||
"Could not create folder" : "Direktorij nije moguće kreirati",
|
||||
"Rename" : "Preimenuj",
|
||||
"Delete" : "Izbriši",
|
||||
"Disconnect storage" : "Diskonektuj pohranu",
|
||||
"Unshare" : "Prestani dijeliti",
|
||||
"Actions" : "Radnje",
|
||||
"Download" : "Preuzmi",
|
||||
"Select" : "Izaberi",
|
||||
"Pending" : "Na čekanju",
|
||||
|
@ -54,13 +52,13 @@
|
|||
"Modified" : "Izmijenjeno",
|
||||
"_%n folder_::_%n folders_" : ["direktorij","direktoriji","direktoriji"],
|
||||
"_%n file_::_%n files_" : ["%n datoteka","%n datoteke","%n datoteke"],
|
||||
"{dirs} and {files}" : "{dirs} i {files}",
|
||||
"You don’t have permission to upload or create files here" : "Ovdje niste ovlašteni učitavati ili kreirati datoteke",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Prenosim %n datoteku","Prenosim %n datoteke","Prenosim %n datoteke"],
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" je neispravno ime datoteke.",
|
||||
"File name cannot be empty." : "Naziv datoteke ne može biti prazan",
|
||||
"Your storage is full, files can not be updated or synced anymore!" : "Vaša pohrana je puna, datoteke više nije moguće ažurirati niti sinhronizirati!",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Vaš prostor za pohranu je skoro pun ({usedSpacePercent}%)",
|
||||
"{dirs} and {files}" : "{dirs} i {files}",
|
||||
"Favorited" : "Favorizovano",
|
||||
"Favorite" : "Favorit",
|
||||
"%s could not be renamed as it has been deleted" : "%s nije moguće preimenovati jer je izbrisan",
|
||||
|
@ -82,6 +80,7 @@
|
|||
"Cancel upload" : "Prekini učitavanje",
|
||||
"Upload some content or sync with your devices!" : "Učitaj neki sadržaj ili sinhronizuj sa tvojim uređajima!",
|
||||
"Select all" : "Označi sve",
|
||||
"Delete" : "Izbriši",
|
||||
"Upload too large" : "Učitavanje je preveliko",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Datoteke koje pokušavate učitati prelaze maksimalnu veličinu za učitavanje datoteka na ovom serveru.",
|
||||
"Files are being scanned, please wait." : "Datoteke se provjeravaju, molim pričekajte.",
|
||||
|
|
|
@ -29,6 +29,7 @@ OC.L10N.register(
|
|||
"All files" : "Tots els fitxers",
|
||||
"Favorites" : "Preferits",
|
||||
"Home" : "Casa",
|
||||
"Close" : "Tanca",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "No es pot pujar {filename} perquè és una carpeta o té 0 bytes",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "Mida total del fitxer {size1} excedeix el límit de pujada {size2}",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "No hi ha prou espai lliure, està carregant {size1} però només pot {size2}",
|
||||
|
@ -38,11 +39,7 @@ OC.L10N.register(
|
|||
"{new_name} already exists" : "{new_name} ja existeix",
|
||||
"Could not create file" : "No s'ha pogut crear el fitxer",
|
||||
"Could not create folder" : "No s'ha pogut crear la carpeta",
|
||||
"Rename" : "Reanomena",
|
||||
"Delete" : "Esborra",
|
||||
"Disconnect storage" : "Desonnecta l'emmagatzematge",
|
||||
"Unshare" : "Deixa de compartir",
|
||||
"No permission to delete" : "Sense permís per esborrar",
|
||||
"Actions" : "Accions",
|
||||
"Download" : "Baixa",
|
||||
"Select" : "Selecciona",
|
||||
"Pending" : "Pendent",
|
||||
|
@ -58,6 +55,7 @@ OC.L10N.register(
|
|||
"Modified" : "Modificat",
|
||||
"_%n folder_::_%n folders_" : ["%n carpeta","%n carpetes"],
|
||||
"_%n file_::_%n files_" : ["%n fitxer","%n fitxers"],
|
||||
"{dirs} and {files}" : "{dirs} i {files}",
|
||||
"You don’t have permission to upload or create files here" : "No teniu permisos per a pujar o crear els fitxers aquí",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Pujant %n fitxer","Pujant %n fitxers"],
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" no es un fitxer vàlid.",
|
||||
|
@ -67,7 +65,6 @@ OC.L10N.register(
|
|||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Emmagatzematge de {owner} està gairebé ple ({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "El vostre espai d'emmagatzemament és gairebé ple ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["coincidències '{filter}'","coincidència '{filter}'"],
|
||||
"{dirs} and {files}" : "{dirs} i {files}",
|
||||
"Favorited" : "Agregat a favorits",
|
||||
"Favorite" : "Preferits",
|
||||
"An error occurred while trying to update the tags" : "S'ha produït un error en tractar d'actualitzar les etiquetes",
|
||||
|
@ -107,6 +104,7 @@ OC.L10N.register(
|
|||
"Upload some content or sync with your devices!" : "Pugi continguts o sincronitzi els seus dispositius.",
|
||||
"No entries found in this folder" : "No hi ha entrades en aquesta carpeta",
|
||||
"Select all" : "Seleccionar tot",
|
||||
"Delete" : "Esborra",
|
||||
"Upload too large" : "La pujada és massa gran",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Els fitxers que esteu intentant pujar excedeixen la mida màxima de pujada del servidor",
|
||||
"Files are being scanned, please wait." : "S'estan escanejant els fitxers, espereu",
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
"All files" : "Tots els fitxers",
|
||||
"Favorites" : "Preferits",
|
||||
"Home" : "Casa",
|
||||
"Close" : "Tanca",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "No es pot pujar {filename} perquè és una carpeta o té 0 bytes",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "Mida total del fitxer {size1} excedeix el límit de pujada {size2}",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "No hi ha prou espai lliure, està carregant {size1} però només pot {size2}",
|
||||
|
@ -36,11 +37,7 @@
|
|||
"{new_name} already exists" : "{new_name} ja existeix",
|
||||
"Could not create file" : "No s'ha pogut crear el fitxer",
|
||||
"Could not create folder" : "No s'ha pogut crear la carpeta",
|
||||
"Rename" : "Reanomena",
|
||||
"Delete" : "Esborra",
|
||||
"Disconnect storage" : "Desonnecta l'emmagatzematge",
|
||||
"Unshare" : "Deixa de compartir",
|
||||
"No permission to delete" : "Sense permís per esborrar",
|
||||
"Actions" : "Accions",
|
||||
"Download" : "Baixa",
|
||||
"Select" : "Selecciona",
|
||||
"Pending" : "Pendent",
|
||||
|
@ -56,6 +53,7 @@
|
|||
"Modified" : "Modificat",
|
||||
"_%n folder_::_%n folders_" : ["%n carpeta","%n carpetes"],
|
||||
"_%n file_::_%n files_" : ["%n fitxer","%n fitxers"],
|
||||
"{dirs} and {files}" : "{dirs} i {files}",
|
||||
"You don’t have permission to upload or create files here" : "No teniu permisos per a pujar o crear els fitxers aquí",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Pujant %n fitxer","Pujant %n fitxers"],
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" no es un fitxer vàlid.",
|
||||
|
@ -65,7 +63,6 @@
|
|||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Emmagatzematge de {owner} està gairebé ple ({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "El vostre espai d'emmagatzemament és gairebé ple ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["coincidències '{filter}'","coincidència '{filter}'"],
|
||||
"{dirs} and {files}" : "{dirs} i {files}",
|
||||
"Favorited" : "Agregat a favorits",
|
||||
"Favorite" : "Preferits",
|
||||
"An error occurred while trying to update the tags" : "S'ha produït un error en tractar d'actualitzar les etiquetes",
|
||||
|
@ -105,6 +102,7 @@
|
|||
"Upload some content or sync with your devices!" : "Pugi continguts o sincronitzi els seus dispositius.",
|
||||
"No entries found in this folder" : "No hi ha entrades en aquesta carpeta",
|
||||
"Select all" : "Seleccionar tot",
|
||||
"Delete" : "Esborra",
|
||||
"Upload too large" : "La pujada és massa gran",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Els fitxers que esteu intentant pujar excedeixen la mida màxima de pujada del servidor",
|
||||
"Files are being scanned, please wait." : "S'estan escanejant els fitxers, espereu",
|
||||
|
|
|
@ -29,6 +29,7 @@ OC.L10N.register(
|
|||
"All files" : "Všechny soubory",
|
||||
"Favorites" : "Oblíbené",
|
||||
"Home" : "Domů",
|
||||
"Close" : "Zavřít",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Nelze nahrát soubor {filename}, protože je to buď adresář nebo má velikost 0 bytů",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "Celková velikost souboru {size1} překračuje povolenou velikost pro nahrávání {size2}",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Není dostatek místa pro uložení, velikost souboru je {size1}, zbývá pouze {size2}",
|
||||
|
@ -38,11 +39,7 @@ OC.L10N.register(
|
|||
"{new_name} already exists" : "{new_name} již existuje",
|
||||
"Could not create file" : "Nepodařilo se vytvořit soubor",
|
||||
"Could not create folder" : "Nepodařilo se vytvořit složku",
|
||||
"Rename" : "Přejmenovat",
|
||||
"Delete" : "Smazat",
|
||||
"Disconnect storage" : "Odpojit úložiště",
|
||||
"Unshare" : "Zrušit sdílení",
|
||||
"No permission to delete" : "Chybí oprávnění mazat",
|
||||
"Actions" : "Činnosti",
|
||||
"Download" : "Stáhnout",
|
||||
"Select" : "Vybrat",
|
||||
"Pending" : "Nevyřízené",
|
||||
|
@ -60,6 +57,7 @@ OC.L10N.register(
|
|||
"Modified" : "Upraveno",
|
||||
"_%n folder_::_%n folders_" : ["%n složka","%n složky","%n složek"],
|
||||
"_%n file_::_%n files_" : ["%n soubor","%n soubory","%n souborů"],
|
||||
"{dirs} and {files}" : "{dirs} a {files}",
|
||||
"You don’t have permission to upload or create files here" : "Nemáte oprávnění sem nahrávat nebo vytvářet soubory",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Nahrávám %n soubor","Nahrávám %n soubory","Nahrávám %n souborů"],
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" je neplatným názvem souboru.",
|
||||
|
@ -69,7 +67,8 @@ OC.L10N.register(
|
|||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Úložiště uživatele {owner} je téměř plné ({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Vaše úložiště je téměř plné ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["odpovídá '{filter}'","odpovídá '{filter}'","odpovídá '{filter}'"],
|
||||
"{dirs} and {files}" : "{dirs} a {files}",
|
||||
"Path" : "Cesta",
|
||||
"_%n byte_::_%n bytes_" : ["%n bajt","%n bajty","%n bajtů"],
|
||||
"Favorited" : "Přidáno k oblíbeným",
|
||||
"Favorite" : "Oblíbené",
|
||||
"An error occurred while trying to update the tags" : "Při pokusu o úpravu tagů nastala chyba",
|
||||
|
@ -93,6 +92,7 @@ OC.L10N.register(
|
|||
"File handling" : "Zacházení se soubory",
|
||||
"Maximum upload size" : "Maximální velikost pro odesílání",
|
||||
"max. possible: " : "největší možná: ",
|
||||
"With PHP-FPM this value may take up to 5 minutes to take effect after saving." : "Při použití PHP-FPM může změna tohoto nastavení trvat až 5 minut po jeho uložení.",
|
||||
"Save" : "Uložit",
|
||||
"Can not be edited from here due to insufficient permissions." : "Nelze odsud upravovat z důvodu nedostatečných oprávnění.",
|
||||
"Settings" : "Nastavení",
|
||||
|
@ -109,6 +109,7 @@ OC.L10N.register(
|
|||
"Upload some content or sync with your devices!" : "Nahrajte nějaký obsah nebo synchronizujte se svými přístroji!",
|
||||
"No entries found in this folder" : "V této složce nebylo nic nalezeno",
|
||||
"Select all" : "Vybrat vše",
|
||||
"Delete" : "Smazat",
|
||||
"Upload too large" : "Odesílaný soubor je příliš velký",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Soubory, které se snažíte odeslat, překračují limit velikosti odesílání na tomto serveru.",
|
||||
"Files are being scanned, please wait." : "Soubory se prohledávají, prosím čekejte.",
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
"All files" : "Všechny soubory",
|
||||
"Favorites" : "Oblíbené",
|
||||
"Home" : "Domů",
|
||||
"Close" : "Zavřít",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Nelze nahrát soubor {filename}, protože je to buď adresář nebo má velikost 0 bytů",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "Celková velikost souboru {size1} překračuje povolenou velikost pro nahrávání {size2}",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Není dostatek místa pro uložení, velikost souboru je {size1}, zbývá pouze {size2}",
|
||||
|
@ -36,11 +37,7 @@
|
|||
"{new_name} already exists" : "{new_name} již existuje",
|
||||
"Could not create file" : "Nepodařilo se vytvořit soubor",
|
||||
"Could not create folder" : "Nepodařilo se vytvořit složku",
|
||||
"Rename" : "Přejmenovat",
|
||||
"Delete" : "Smazat",
|
||||
"Disconnect storage" : "Odpojit úložiště",
|
||||
"Unshare" : "Zrušit sdílení",
|
||||
"No permission to delete" : "Chybí oprávnění mazat",
|
||||
"Actions" : "Činnosti",
|
||||
"Download" : "Stáhnout",
|
||||
"Select" : "Vybrat",
|
||||
"Pending" : "Nevyřízené",
|
||||
|
@ -58,6 +55,7 @@
|
|||
"Modified" : "Upraveno",
|
||||
"_%n folder_::_%n folders_" : ["%n složka","%n složky","%n složek"],
|
||||
"_%n file_::_%n files_" : ["%n soubor","%n soubory","%n souborů"],
|
||||
"{dirs} and {files}" : "{dirs} a {files}",
|
||||
"You don’t have permission to upload or create files here" : "Nemáte oprávnění sem nahrávat nebo vytvářet soubory",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Nahrávám %n soubor","Nahrávám %n soubory","Nahrávám %n souborů"],
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" je neplatným názvem souboru.",
|
||||
|
@ -67,7 +65,8 @@
|
|||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Úložiště uživatele {owner} je téměř plné ({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Vaše úložiště je téměř plné ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["odpovídá '{filter}'","odpovídá '{filter}'","odpovídá '{filter}'"],
|
||||
"{dirs} and {files}" : "{dirs} a {files}",
|
||||
"Path" : "Cesta",
|
||||
"_%n byte_::_%n bytes_" : ["%n bajt","%n bajty","%n bajtů"],
|
||||
"Favorited" : "Přidáno k oblíbeným",
|
||||
"Favorite" : "Oblíbené",
|
||||
"An error occurred while trying to update the tags" : "Při pokusu o úpravu tagů nastala chyba",
|
||||
|
@ -91,6 +90,7 @@
|
|||
"File handling" : "Zacházení se soubory",
|
||||
"Maximum upload size" : "Maximální velikost pro odesílání",
|
||||
"max. possible: " : "největší možná: ",
|
||||
"With PHP-FPM this value may take up to 5 minutes to take effect after saving." : "Při použití PHP-FPM může změna tohoto nastavení trvat až 5 minut po jeho uložení.",
|
||||
"Save" : "Uložit",
|
||||
"Can not be edited from here due to insufficient permissions." : "Nelze odsud upravovat z důvodu nedostatečných oprávnění.",
|
||||
"Settings" : "Nastavení",
|
||||
|
@ -107,6 +107,7 @@
|
|||
"Upload some content or sync with your devices!" : "Nahrajte nějaký obsah nebo synchronizujte se svými přístroji!",
|
||||
"No entries found in this folder" : "V této složce nebylo nic nalezeno",
|
||||
"Select all" : "Vybrat vše",
|
||||
"Delete" : "Smazat",
|
||||
"Upload too large" : "Odesílaný soubor je příliš velký",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Soubory, které se snažíte odeslat, překračují limit velikosti odesílání na tomto serveru.",
|
||||
"Files are being scanned, please wait." : "Soubory se prohledávají, prosím čekejte.",
|
||||
|
|
|
@ -15,12 +15,11 @@ OC.L10N.register(
|
|||
"Invalid directory." : "Cyfeiriadur annilys.",
|
||||
"Files" : "Ffeiliau",
|
||||
"Home" : "Cartref",
|
||||
"Close" : "Cau",
|
||||
"Upload cancelled." : "Diddymwyd llwytho i fyny.",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." : "Mae ffeiliau'n cael eu llwytho i fyny. Bydd gadael y dudalen hon nawr yn diddymu'r broses.",
|
||||
"{new_name} already exists" : "{new_name} yn bodoli'n barod",
|
||||
"Rename" : "Ailenwi",
|
||||
"Delete" : "Dileu",
|
||||
"Unshare" : "Dad-rannu",
|
||||
"Actions" : "Gweithredoedd",
|
||||
"Download" : "Llwytho i lawr",
|
||||
"Pending" : "I ddod",
|
||||
"Error" : "Gwall",
|
||||
|
@ -40,6 +39,7 @@ OC.L10N.register(
|
|||
"Folder" : "Plygell",
|
||||
"Upload" : "Llwytho i fyny",
|
||||
"Cancel upload" : "Diddymu llwytho i fyny",
|
||||
"Delete" : "Dileu",
|
||||
"Upload too large" : "Maint llwytho i fyny'n rhy fawr",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Mae'r ffeiliau rydych yn ceisio llwytho i fyny'n fwy na maint mwyaf llwytho ffeiliau i fyny ar y gweinydd hwn.",
|
||||
"Files are being scanned, please wait." : "Arhoswch, mae ffeiliau'n cael eu sganio."
|
||||
|
|
|
@ -13,12 +13,11 @@
|
|||
"Invalid directory." : "Cyfeiriadur annilys.",
|
||||
"Files" : "Ffeiliau",
|
||||
"Home" : "Cartref",
|
||||
"Close" : "Cau",
|
||||
"Upload cancelled." : "Diddymwyd llwytho i fyny.",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." : "Mae ffeiliau'n cael eu llwytho i fyny. Bydd gadael y dudalen hon nawr yn diddymu'r broses.",
|
||||
"{new_name} already exists" : "{new_name} yn bodoli'n barod",
|
||||
"Rename" : "Ailenwi",
|
||||
"Delete" : "Dileu",
|
||||
"Unshare" : "Dad-rannu",
|
||||
"Actions" : "Gweithredoedd",
|
||||
"Download" : "Llwytho i lawr",
|
||||
"Pending" : "I ddod",
|
||||
"Error" : "Gwall",
|
||||
|
@ -38,6 +37,7 @@
|
|||
"Folder" : "Plygell",
|
||||
"Upload" : "Llwytho i fyny",
|
||||
"Cancel upload" : "Diddymu llwytho i fyny",
|
||||
"Delete" : "Dileu",
|
||||
"Upload too large" : "Maint llwytho i fyny'n rhy fawr",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Mae'r ffeiliau rydych yn ceisio llwytho i fyny'n fwy na maint mwyaf llwytho ffeiliau i fyny ar y gweinydd hwn.",
|
||||
"Files are being scanned, please wait." : "Arhoswch, mae ffeiliau'n cael eu sganio."
|
||||
|
|
|
@ -29,6 +29,7 @@ OC.L10N.register(
|
|||
"All files" : "Alle filer",
|
||||
"Favorites" : "Foretrukne",
|
||||
"Home" : "Hjemme",
|
||||
"Close" : "Luk",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Kan ikke upload {filename} da det er enten en mappe eller indholder 0 bytes.",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "Den totale filstørrelse {size1} er større end uploadgrænsen {size2}",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Der er ikke tilstrækkeligt friplads. Du uplaoder {size1} men der er kun {size2} tilbage",
|
||||
|
@ -38,11 +39,7 @@ OC.L10N.register(
|
|||
"{new_name} already exists" : "{new_name} eksisterer allerede",
|
||||
"Could not create file" : "Kunne ikke oprette fil",
|
||||
"Could not create folder" : "Kunne ikke oprette mappe",
|
||||
"Rename" : "Omdøb",
|
||||
"Delete" : "Slet",
|
||||
"Disconnect storage" : "Frakobl lager",
|
||||
"Unshare" : "Fjern deling",
|
||||
"No permission to delete" : "Ingen rettigheder at slette",
|
||||
"Actions" : "Handlinger",
|
||||
"Download" : "Download",
|
||||
"Select" : "Vælg",
|
||||
"Pending" : "Afventer",
|
||||
|
@ -60,6 +57,7 @@ OC.L10N.register(
|
|||
"Modified" : "Ændret",
|
||||
"_%n folder_::_%n folders_" : ["%n mappe","%n mapper"],
|
||||
"_%n file_::_%n files_" : ["%n fil","%n filer"],
|
||||
"{dirs} and {files}" : "{dirs} og {files}",
|
||||
"You don’t have permission to upload or create files here" : "Du har ikke tilladelse til at uploade eller oprette filer her",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Uploader %n fil","Uploader %n filer"],
|
||||
"\"{name}\" is an invalid file name." : "'{name}' er et ugyldigt filnavn.",
|
||||
|
@ -69,7 +67,8 @@ OC.L10N.register(
|
|||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Opbevaringspladsen tilhørende {owner} er næsten fyldt op ({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Din opbevaringsplads er næsten fyldt op ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["match '{filter}'","match '{filter}'"],
|
||||
"{dirs} and {files}" : "{dirs} og {files}",
|
||||
"Path" : "Sti",
|
||||
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
|
||||
"Favorited" : "Gjort til foretrukken",
|
||||
"Favorite" : "Foretrukken",
|
||||
"An error occurred while trying to update the tags" : "Der opstod en fejl under forsøg på at opdatere mærkerne",
|
||||
|
@ -93,6 +92,7 @@ OC.L10N.register(
|
|||
"File handling" : "Filhåndtering",
|
||||
"Maximum upload size" : "Maksimal upload-størrelse",
|
||||
"max. possible: " : "max. mulige: ",
|
||||
"With PHP-FPM this value may take up to 5 minutes to take effect after saving." : "Med PHP-FPM kan denne værdi, kan der gå op til 5 minutter før virkningen indtræffer, efter at der gemmes.",
|
||||
"Save" : "Gem",
|
||||
"Can not be edited from here due to insufficient permissions." : "Kan ikke redigeres herfra på grund af utilstrækkelige rettigheder.",
|
||||
"Settings" : "Indstillinger",
|
||||
|
@ -109,6 +109,7 @@ OC.L10N.register(
|
|||
"Upload some content or sync with your devices!" : "Overfør indhold eller synkronisér med dine enheder!",
|
||||
"No entries found in this folder" : "Der blev ikke fundet poster i denne mappe",
|
||||
"Select all" : "Vælg alle",
|
||||
"Delete" : "Slet",
|
||||
"Upload too large" : "Upload er for stor",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Filerne, du prøver at uploade, er større end den maksimale størrelse for fil-upload på denne server.",
|
||||
"Files are being scanned, please wait." : "Filerne bliver indlæst, vent venligst.",
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
"All files" : "Alle filer",
|
||||
"Favorites" : "Foretrukne",
|
||||
"Home" : "Hjemme",
|
||||
"Close" : "Luk",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Kan ikke upload {filename} da det er enten en mappe eller indholder 0 bytes.",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "Den totale filstørrelse {size1} er større end uploadgrænsen {size2}",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Der er ikke tilstrækkeligt friplads. Du uplaoder {size1} men der er kun {size2} tilbage",
|
||||
|
@ -36,11 +37,7 @@
|
|||
"{new_name} already exists" : "{new_name} eksisterer allerede",
|
||||
"Could not create file" : "Kunne ikke oprette fil",
|
||||
"Could not create folder" : "Kunne ikke oprette mappe",
|
||||
"Rename" : "Omdøb",
|
||||
"Delete" : "Slet",
|
||||
"Disconnect storage" : "Frakobl lager",
|
||||
"Unshare" : "Fjern deling",
|
||||
"No permission to delete" : "Ingen rettigheder at slette",
|
||||
"Actions" : "Handlinger",
|
||||
"Download" : "Download",
|
||||
"Select" : "Vælg",
|
||||
"Pending" : "Afventer",
|
||||
|
@ -58,6 +55,7 @@
|
|||
"Modified" : "Ændret",
|
||||
"_%n folder_::_%n folders_" : ["%n mappe","%n mapper"],
|
||||
"_%n file_::_%n files_" : ["%n fil","%n filer"],
|
||||
"{dirs} and {files}" : "{dirs} og {files}",
|
||||
"You don’t have permission to upload or create files here" : "Du har ikke tilladelse til at uploade eller oprette filer her",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Uploader %n fil","Uploader %n filer"],
|
||||
"\"{name}\" is an invalid file name." : "'{name}' er et ugyldigt filnavn.",
|
||||
|
@ -67,7 +65,8 @@
|
|||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Opbevaringspladsen tilhørende {owner} er næsten fyldt op ({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Din opbevaringsplads er næsten fyldt op ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["match '{filter}'","match '{filter}'"],
|
||||
"{dirs} and {files}" : "{dirs} og {files}",
|
||||
"Path" : "Sti",
|
||||
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
|
||||
"Favorited" : "Gjort til foretrukken",
|
||||
"Favorite" : "Foretrukken",
|
||||
"An error occurred while trying to update the tags" : "Der opstod en fejl under forsøg på at opdatere mærkerne",
|
||||
|
@ -91,6 +90,7 @@
|
|||
"File handling" : "Filhåndtering",
|
||||
"Maximum upload size" : "Maksimal upload-størrelse",
|
||||
"max. possible: " : "max. mulige: ",
|
||||
"With PHP-FPM this value may take up to 5 minutes to take effect after saving." : "Med PHP-FPM kan denne værdi, kan der gå op til 5 minutter før virkningen indtræffer, efter at der gemmes.",
|
||||
"Save" : "Gem",
|
||||
"Can not be edited from here due to insufficient permissions." : "Kan ikke redigeres herfra på grund af utilstrækkelige rettigheder.",
|
||||
"Settings" : "Indstillinger",
|
||||
|
@ -107,6 +107,7 @@
|
|||
"Upload some content or sync with your devices!" : "Overfør indhold eller synkronisér med dine enheder!",
|
||||
"No entries found in this folder" : "Der blev ikke fundet poster i denne mappe",
|
||||
"Select all" : "Vælg alle",
|
||||
"Delete" : "Slet",
|
||||
"Upload too large" : "Upload er for stor",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Filerne, du prøver at uploade, er større end den maksimale størrelse for fil-upload på denne server.",
|
||||
"Files are being scanned, please wait." : "Filerne bliver indlæst, vent venligst.",
|
||||
|
|
|
@ -29,6 +29,7 @@ OC.L10N.register(
|
|||
"All files" : "Alle Dateien",
|
||||
"Favorites" : "Favoriten",
|
||||
"Home" : "Home",
|
||||
"Close" : "Schließen",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Die Datei {filename} kann nicht hochgeladen werden, da sie entweder ein Verzeichnis oder 0 Bytes groß ist",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "Die Gesamt-Größe {size1} überschreitet die Upload-Begrenzung {size2}",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nicht genügend freier Speicherplatz, du möchtest {size1} hochladen, es sind jedoch nur noch {size2} verfügbar.",
|
||||
|
@ -38,11 +39,7 @@ OC.L10N.register(
|
|||
"{new_name} already exists" : "{new_name} existiert bereits",
|
||||
"Could not create file" : "Die Datei konnte nicht erstellt werden",
|
||||
"Could not create folder" : "Der Ordner konnte nicht erstellt werden",
|
||||
"Rename" : "Umbenennen",
|
||||
"Delete" : "Löschen",
|
||||
"Disconnect storage" : "Speicher trennen",
|
||||
"Unshare" : "Freigabe aufheben",
|
||||
"No permission to delete" : "Keine Berechtigung zum Löschen",
|
||||
"Actions" : "Aktionen",
|
||||
"Download" : "Herunterladen",
|
||||
"Select" : "Auswählen",
|
||||
"Pending" : "Ausstehend",
|
||||
|
@ -60,6 +57,7 @@ OC.L10N.register(
|
|||
"Modified" : "Geändert",
|
||||
"_%n folder_::_%n folders_" : ["%n Ordner","%n Ordner"],
|
||||
"_%n file_::_%n files_" : ["%n Datei","%n Dateien"],
|
||||
"{dirs} and {files}" : "{dirs} und {files}",
|
||||
"You don’t have permission to upload or create files here" : "Du hast keine Berechtigung, hier Dateien hochzuladen oder zu erstellen",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["%n Datei wird hochgeladen","%n Dateien werden hochgeladen"],
|
||||
"\"{name}\" is an invalid file name." : "»{name}« ist kein gültiger Dateiname.",
|
||||
|
@ -69,7 +67,8 @@ OC.L10N.register(
|
|||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Der Speicher von {owner} ist beinahe voll ({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Dein Speicher ist fast voll ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["stimmt mit '{filter}' überein","stimmen mit '{filter}' überein"],
|
||||
"{dirs} and {files}" : "{dirs} und {files}",
|
||||
"Path" : "Pfad",
|
||||
"_%n byte_::_%n bytes_" : ["%n Byte","%n Bytes"],
|
||||
"Favorited" : "Favorisiert",
|
||||
"Favorite" : "Favorit",
|
||||
"An error occurred while trying to update the tags" : "Es ist ein Fehler beim Aktualisieren der Tags aufgetreten",
|
||||
|
@ -109,6 +108,7 @@ OC.L10N.register(
|
|||
"Upload some content or sync with your devices!" : "Lade Inhalte hoch oder synchronisiere mit Deinen Geräten!",
|
||||
"No entries found in this folder" : "Keine Einträge in diesem Ordner",
|
||||
"Select all" : "Alle auswählen",
|
||||
"Delete" : "Löschen",
|
||||
"Upload too large" : "Der Upload ist zu groß",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Die Datei überschreitet die Maximalgröße für Uploads auf diesem Server.",
|
||||
"Files are being scanned, please wait." : "Dateien werden gescannt, bitte warten.",
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
"All files" : "Alle Dateien",
|
||||
"Favorites" : "Favoriten",
|
||||
"Home" : "Home",
|
||||
"Close" : "Schließen",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Die Datei {filename} kann nicht hochgeladen werden, da sie entweder ein Verzeichnis oder 0 Bytes groß ist",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "Die Gesamt-Größe {size1} überschreitet die Upload-Begrenzung {size2}",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nicht genügend freier Speicherplatz, du möchtest {size1} hochladen, es sind jedoch nur noch {size2} verfügbar.",
|
||||
|
@ -36,11 +37,7 @@
|
|||
"{new_name} already exists" : "{new_name} existiert bereits",
|
||||
"Could not create file" : "Die Datei konnte nicht erstellt werden",
|
||||
"Could not create folder" : "Der Ordner konnte nicht erstellt werden",
|
||||
"Rename" : "Umbenennen",
|
||||
"Delete" : "Löschen",
|
||||
"Disconnect storage" : "Speicher trennen",
|
||||
"Unshare" : "Freigabe aufheben",
|
||||
"No permission to delete" : "Keine Berechtigung zum Löschen",
|
||||
"Actions" : "Aktionen",
|
||||
"Download" : "Herunterladen",
|
||||
"Select" : "Auswählen",
|
||||
"Pending" : "Ausstehend",
|
||||
|
@ -58,6 +55,7 @@
|
|||
"Modified" : "Geändert",
|
||||
"_%n folder_::_%n folders_" : ["%n Ordner","%n Ordner"],
|
||||
"_%n file_::_%n files_" : ["%n Datei","%n Dateien"],
|
||||
"{dirs} and {files}" : "{dirs} und {files}",
|
||||
"You don’t have permission to upload or create files here" : "Du hast keine Berechtigung, hier Dateien hochzuladen oder zu erstellen",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["%n Datei wird hochgeladen","%n Dateien werden hochgeladen"],
|
||||
"\"{name}\" is an invalid file name." : "»{name}« ist kein gültiger Dateiname.",
|
||||
|
@ -67,7 +65,8 @@
|
|||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Der Speicher von {owner} ist beinahe voll ({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Dein Speicher ist fast voll ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["stimmt mit '{filter}' überein","stimmen mit '{filter}' überein"],
|
||||
"{dirs} and {files}" : "{dirs} und {files}",
|
||||
"Path" : "Pfad",
|
||||
"_%n byte_::_%n bytes_" : ["%n Byte","%n Bytes"],
|
||||
"Favorited" : "Favorisiert",
|
||||
"Favorite" : "Favorit",
|
||||
"An error occurred while trying to update the tags" : "Es ist ein Fehler beim Aktualisieren der Tags aufgetreten",
|
||||
|
@ -107,6 +106,7 @@
|
|||
"Upload some content or sync with your devices!" : "Lade Inhalte hoch oder synchronisiere mit Deinen Geräten!",
|
||||
"No entries found in this folder" : "Keine Einträge in diesem Ordner",
|
||||
"Select all" : "Alle auswählen",
|
||||
"Delete" : "Löschen",
|
||||
"Upload too large" : "Der Upload ist zu groß",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Die Datei überschreitet die Maximalgröße für Uploads auf diesem Server.",
|
||||
"Files are being scanned, please wait." : "Dateien werden gescannt, bitte warten.",
|
||||
|
|
|
@ -3,8 +3,6 @@ OC.L10N.register(
|
|||
{
|
||||
"Unknown error" : "Unbekannter Fehler",
|
||||
"Files" : "Dateien",
|
||||
"Delete" : "Löschen",
|
||||
"Unshare" : "Teilung zurücknehmen",
|
||||
"Download" : "Herunterladen",
|
||||
"Error" : "Fehler",
|
||||
"A new file or folder has been <strong>created</strong>" : "Eine neue Datei oder ein neuer Ordner wurde <strong>erstellt</strong>",
|
||||
|
@ -20,6 +18,7 @@ OC.L10N.register(
|
|||
"Settings" : "Einstellungen",
|
||||
"New folder" : "Neuer Ordner",
|
||||
"Upload" : "Hochladen",
|
||||
"Cancel upload" : "Hochladen abbrechen"
|
||||
"Cancel upload" : "Hochladen abbrechen",
|
||||
"Delete" : "Löschen"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
{ "translations": {
|
||||
"Unknown error" : "Unbekannter Fehler",
|
||||
"Files" : "Dateien",
|
||||
"Delete" : "Löschen",
|
||||
"Unshare" : "Teilung zurücknehmen",
|
||||
"Download" : "Herunterladen",
|
||||
"Error" : "Fehler",
|
||||
"A new file or folder has been <strong>created</strong>" : "Eine neue Datei oder ein neuer Ordner wurde <strong>erstellt</strong>",
|
||||
|
@ -18,6 +16,7 @@
|
|||
"Settings" : "Einstellungen",
|
||||
"New folder" : "Neuer Ordner",
|
||||
"Upload" : "Hochladen",
|
||||
"Cancel upload" : "Hochladen abbrechen"
|
||||
"Cancel upload" : "Hochladen abbrechen",
|
||||
"Delete" : "Löschen"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -29,6 +29,7 @@ OC.L10N.register(
|
|||
"All files" : "Alle Dateien",
|
||||
"Favorites" : "Favoriten",
|
||||
"Home" : "Zuhause",
|
||||
"Close" : "Schließen",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Die Datei {filename} kann nicht hochgeladen werden, da sie entweder ein Verzeichnis oder 0 Bytes groß ist",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "Die Gesamt-Größe {size1} überschreitet die Upload-Begrenzung {size2}",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nicht genügend freier Speicherplatz, Sie möchten {size1} hochladen, es sind jedoch nur noch {size2} verfügbar.",
|
||||
|
@ -38,11 +39,7 @@ OC.L10N.register(
|
|||
"{new_name} already exists" : "{new_name} existiert bereits",
|
||||
"Could not create file" : "Die Datei konnte nicht erstellt werden",
|
||||
"Could not create folder" : "Der Ordner konnte nicht erstellt werden",
|
||||
"Rename" : "Umbenennen",
|
||||
"Delete" : "Löschen",
|
||||
"Disconnect storage" : "Speicher trennen",
|
||||
"Unshare" : "Freigabe aufheben",
|
||||
"No permission to delete" : "Keine Berechtigung zum Löschen",
|
||||
"Actions" : "Aktionen",
|
||||
"Download" : "Herunterladen",
|
||||
"Select" : "Auswählen",
|
||||
"Pending" : "Ausstehend",
|
||||
|
@ -60,6 +57,7 @@ OC.L10N.register(
|
|||
"Modified" : "Geändert",
|
||||
"_%n folder_::_%n folders_" : ["%n Ordner","%n Ordner"],
|
||||
"_%n file_::_%n files_" : ["%n Datei","%n Dateien"],
|
||||
"{dirs} and {files}" : "{dirs} und {files}",
|
||||
"You don’t have permission to upload or create files here" : "Sie haben keine Berechtigung, hier Dateien hochzuladen oder zu erstellen",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["%n Datei wird hoch geladen","%n Dateien werden hoch geladen"],
|
||||
"\"{name}\" is an invalid file name." : "„{name}“ ist kein gültiger Dateiname.",
|
||||
|
@ -69,7 +67,6 @@ OC.L10N.register(
|
|||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Der Speicher von {owner} ist beinahe voll ({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Ihr Speicher ist fast voll ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["stimmt mit '{filter}' überein","stimmen mit '{filter}' überein"],
|
||||
"{dirs} and {files}" : "{dirs} und {files}",
|
||||
"Favorited" : "Favorisiert",
|
||||
"Favorite" : "Favorit",
|
||||
"An error occurred while trying to update the tags" : "Es ist ein Fehler beim Aktualisieren der Tags aufgetreten",
|
||||
|
@ -109,6 +106,7 @@ OC.L10N.register(
|
|||
"Upload some content or sync with your devices!" : "Laden Sie Inhalte hoch oder synchronisieren Sie mit Ihren Geräten!",
|
||||
"No entries found in this folder" : "Keine Einträge in diesem Ordner gefunden",
|
||||
"Select all" : "Alle auswählen",
|
||||
"Delete" : "Löschen",
|
||||
"Upload too large" : "Der Upload ist zu groß",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Die Datei überschreitet die Maximalgröße für Uploads auf diesem Server.",
|
||||
"Files are being scanned, please wait." : "Dateien werden gescannt, bitte warten.",
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
"All files" : "Alle Dateien",
|
||||
"Favorites" : "Favoriten",
|
||||
"Home" : "Zuhause",
|
||||
"Close" : "Schließen",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Die Datei {filename} kann nicht hochgeladen werden, da sie entweder ein Verzeichnis oder 0 Bytes groß ist",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "Die Gesamt-Größe {size1} überschreitet die Upload-Begrenzung {size2}",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nicht genügend freier Speicherplatz, Sie möchten {size1} hochladen, es sind jedoch nur noch {size2} verfügbar.",
|
||||
|
@ -36,11 +37,7 @@
|
|||
"{new_name} already exists" : "{new_name} existiert bereits",
|
||||
"Could not create file" : "Die Datei konnte nicht erstellt werden",
|
||||
"Could not create folder" : "Der Ordner konnte nicht erstellt werden",
|
||||
"Rename" : "Umbenennen",
|
||||
"Delete" : "Löschen",
|
||||
"Disconnect storage" : "Speicher trennen",
|
||||
"Unshare" : "Freigabe aufheben",
|
||||
"No permission to delete" : "Keine Berechtigung zum Löschen",
|
||||
"Actions" : "Aktionen",
|
||||
"Download" : "Herunterladen",
|
||||
"Select" : "Auswählen",
|
||||
"Pending" : "Ausstehend",
|
||||
|
@ -58,6 +55,7 @@
|
|||
"Modified" : "Geändert",
|
||||
"_%n folder_::_%n folders_" : ["%n Ordner","%n Ordner"],
|
||||
"_%n file_::_%n files_" : ["%n Datei","%n Dateien"],
|
||||
"{dirs} and {files}" : "{dirs} und {files}",
|
||||
"You don’t have permission to upload or create files here" : "Sie haben keine Berechtigung, hier Dateien hochzuladen oder zu erstellen",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["%n Datei wird hoch geladen","%n Dateien werden hoch geladen"],
|
||||
"\"{name}\" is an invalid file name." : "„{name}“ ist kein gültiger Dateiname.",
|
||||
|
@ -67,7 +65,6 @@
|
|||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Der Speicher von {owner} ist beinahe voll ({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Ihr Speicher ist fast voll ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["stimmt mit '{filter}' überein","stimmen mit '{filter}' überein"],
|
||||
"{dirs} and {files}" : "{dirs} und {files}",
|
||||
"Favorited" : "Favorisiert",
|
||||
"Favorite" : "Favorit",
|
||||
"An error occurred while trying to update the tags" : "Es ist ein Fehler beim Aktualisieren der Tags aufgetreten",
|
||||
|
@ -107,6 +104,7 @@
|
|||
"Upload some content or sync with your devices!" : "Laden Sie Inhalte hoch oder synchronisieren Sie mit Ihren Geräten!",
|
||||
"No entries found in this folder" : "Keine Einträge in diesem Ordner gefunden",
|
||||
"Select all" : "Alle auswählen",
|
||||
"Delete" : "Löschen",
|
||||
"Upload too large" : "Der Upload ist zu groß",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Die Datei überschreitet die Maximalgröße für Uploads auf diesem Server.",
|
||||
"Files are being scanned, please wait." : "Dateien werden gescannt, bitte warten.",
|
||||
|
|
|
@ -29,6 +29,7 @@ OC.L10N.register(
|
|||
"All files" : "Όλα τα αρχεία",
|
||||
"Favorites" : "Αγαπημένες",
|
||||
"Home" : "Σπίτι",
|
||||
"Close" : "Κλείσιμο",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Αδυναμία φόρτωσης {filename} καθώς είναι κατάλογος αρχείων ή έχει 0 bytes",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "Το συνολικό μέγεθος αρχείου {size1} υπερβαίνει το όριο μεταφόρτωσης {size2}",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Δεν υπάρχει αρκετός ελεύθερος χώρος, μεταφορτώνετε μέγεθος {size1} αλλά υπάρχει χώρος μόνο {size2}",
|
||||
|
@ -38,11 +39,7 @@ OC.L10N.register(
|
|||
"{new_name} already exists" : "{new_name} υπάρχει ήδη",
|
||||
"Could not create file" : "Αδυναμία δημιουργίας αρχείου",
|
||||
"Could not create folder" : "Αδυναμία δημιουργίας φακέλου",
|
||||
"Rename" : "Μετονομασία",
|
||||
"Delete" : "Διαγραφή",
|
||||
"Disconnect storage" : "Αποσυνδεδεμένος αποθηκευτικός χώρος",
|
||||
"Unshare" : "Διακοπή διαμοιρασμού",
|
||||
"No permission to delete" : "Δεν έχετε άδεια να το διαγράψετε",
|
||||
"Actions" : "Ενέργειες",
|
||||
"Download" : "Λήψη",
|
||||
"Select" : "Επιλογή",
|
||||
"Pending" : "Εκκρεμεί",
|
||||
|
@ -60,6 +57,7 @@ OC.L10N.register(
|
|||
"Modified" : "Τροποποιήθηκε",
|
||||
"_%n folder_::_%n folders_" : ["%n φάκελος","%n φάκελοι"],
|
||||
"_%n file_::_%n files_" : ["%n αρχείο","%n αρχεία"],
|
||||
"{dirs} and {files}" : "{Κατάλογοι αρχείων} και {αρχεία}",
|
||||
"You don’t have permission to upload or create files here" : "Δεν έχετε δικαιώματα φόρτωσης ή δημιουργίας αρχείων εδώ",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Ανέβασμα %n αρχείου","Ανέβασμα %n αρχείων"],
|
||||
"\"{name}\" is an invalid file name." : "Το \"{name}\" είναι μη έγκυρο όνομα αρχείου.",
|
||||
|
@ -69,7 +67,8 @@ OC.L10N.register(
|
|||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Ο αποθηκευτικός χώρος του {owner} είναι σχεδόν πλήρης ({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Ο αποθηκευτικός χώρος είναι σχεδόν γεμάτος ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["ταιριάζουν '{filter}' ","ταιριάζουν '{filter}'"],
|
||||
"{dirs} and {files}" : "{Κατάλογοι αρχείων} και {αρχεία}",
|
||||
"Path" : "Διαδρομή",
|
||||
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
|
||||
"Favorited" : "Προτιμώμενα",
|
||||
"Favorite" : "Αγαπημένο",
|
||||
"An error occurred while trying to update the tags" : "Ένα σφάλμα προέκυψε κατά τη διάρκεια ενημέρωσης των ετικετών",
|
||||
|
@ -93,6 +92,7 @@ OC.L10N.register(
|
|||
"File handling" : "Διαχείριση αρχείων",
|
||||
"Maximum upload size" : "Μέγιστο μέγεθος αποστολής",
|
||||
"max. possible: " : "μέγιστο δυνατό:",
|
||||
"With PHP-FPM this value may take up to 5 minutes to take effect after saving." : "Με την PHP-FPM αυτή η τιμή μπορεί να χρειαστεί μέχρι και 5 λεπτά για να ενεργοποιηθεί μετά την αποθήκευση.",
|
||||
"Save" : "Αποθήκευση",
|
||||
"Can not be edited from here due to insufficient permissions." : "Δεν υπάρχει εδώ η δυνατότητα επεξεργασίας λόγω μη επαρκών δικαιωμάτων",
|
||||
"Settings" : "Ρυθμίσεις",
|
||||
|
@ -109,6 +109,7 @@ OC.L10N.register(
|
|||
"Upload some content or sync with your devices!" : "Μεταφόρτωση περιεχομένου ή συγχρονισμός με τις συσκευές σας!",
|
||||
"No entries found in this folder" : "Δεν βρέθηκαν καταχωρήσεις σε αυτόν το φάκελο",
|
||||
"Select all" : "Επιλογή όλων",
|
||||
"Delete" : "Διαγραφή",
|
||||
"Upload too large" : "Πολύ μεγάλο αρχείο προς αποστολή",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Τα αρχεία που προσπαθείτε να ανεβάσετε υπερβαίνουν το μέγιστο μέγεθος αποστολής αρχείων σε αυτόν τον διακομιστή.",
|
||||
"Files are being scanned, please wait." : "Τα αρχεία σαρώνονται, παρακαλώ περιμένετε.",
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
"All files" : "Όλα τα αρχεία",
|
||||
"Favorites" : "Αγαπημένες",
|
||||
"Home" : "Σπίτι",
|
||||
"Close" : "Κλείσιμο",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Αδυναμία φόρτωσης {filename} καθώς είναι κατάλογος αρχείων ή έχει 0 bytes",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "Το συνολικό μέγεθος αρχείου {size1} υπερβαίνει το όριο μεταφόρτωσης {size2}",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Δεν υπάρχει αρκετός ελεύθερος χώρος, μεταφορτώνετε μέγεθος {size1} αλλά υπάρχει χώρος μόνο {size2}",
|
||||
|
@ -36,11 +37,7 @@
|
|||
"{new_name} already exists" : "{new_name} υπάρχει ήδη",
|
||||
"Could not create file" : "Αδυναμία δημιουργίας αρχείου",
|
||||
"Could not create folder" : "Αδυναμία δημιουργίας φακέλου",
|
||||
"Rename" : "Μετονομασία",
|
||||
"Delete" : "Διαγραφή",
|
||||
"Disconnect storage" : "Αποσυνδεδεμένος αποθηκευτικός χώρος",
|
||||
"Unshare" : "Διακοπή διαμοιρασμού",
|
||||
"No permission to delete" : "Δεν έχετε άδεια να το διαγράψετε",
|
||||
"Actions" : "Ενέργειες",
|
||||
"Download" : "Λήψη",
|
||||
"Select" : "Επιλογή",
|
||||
"Pending" : "Εκκρεμεί",
|
||||
|
@ -58,6 +55,7 @@
|
|||
"Modified" : "Τροποποιήθηκε",
|
||||
"_%n folder_::_%n folders_" : ["%n φάκελος","%n φάκελοι"],
|
||||
"_%n file_::_%n files_" : ["%n αρχείο","%n αρχεία"],
|
||||
"{dirs} and {files}" : "{Κατάλογοι αρχείων} και {αρχεία}",
|
||||
"You don’t have permission to upload or create files here" : "Δεν έχετε δικαιώματα φόρτωσης ή δημιουργίας αρχείων εδώ",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Ανέβασμα %n αρχείου","Ανέβασμα %n αρχείων"],
|
||||
"\"{name}\" is an invalid file name." : "Το \"{name}\" είναι μη έγκυρο όνομα αρχείου.",
|
||||
|
@ -67,7 +65,8 @@
|
|||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Ο αποθηκευτικός χώρος του {owner} είναι σχεδόν πλήρης ({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Ο αποθηκευτικός χώρος είναι σχεδόν γεμάτος ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["ταιριάζουν '{filter}' ","ταιριάζουν '{filter}'"],
|
||||
"{dirs} and {files}" : "{Κατάλογοι αρχείων} και {αρχεία}",
|
||||
"Path" : "Διαδρομή",
|
||||
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
|
||||
"Favorited" : "Προτιμώμενα",
|
||||
"Favorite" : "Αγαπημένο",
|
||||
"An error occurred while trying to update the tags" : "Ένα σφάλμα προέκυψε κατά τη διάρκεια ενημέρωσης των ετικετών",
|
||||
|
@ -91,6 +90,7 @@
|
|||
"File handling" : "Διαχείριση αρχείων",
|
||||
"Maximum upload size" : "Μέγιστο μέγεθος αποστολής",
|
||||
"max. possible: " : "μέγιστο δυνατό:",
|
||||
"With PHP-FPM this value may take up to 5 minutes to take effect after saving." : "Με την PHP-FPM αυτή η τιμή μπορεί να χρειαστεί μέχρι και 5 λεπτά για να ενεργοποιηθεί μετά την αποθήκευση.",
|
||||
"Save" : "Αποθήκευση",
|
||||
"Can not be edited from here due to insufficient permissions." : "Δεν υπάρχει εδώ η δυνατότητα επεξεργασίας λόγω μη επαρκών δικαιωμάτων",
|
||||
"Settings" : "Ρυθμίσεις",
|
||||
|
@ -107,6 +107,7 @@
|
|||
"Upload some content or sync with your devices!" : "Μεταφόρτωση περιεχομένου ή συγχρονισμός με τις συσκευές σας!",
|
||||
"No entries found in this folder" : "Δεν βρέθηκαν καταχωρήσεις σε αυτόν το φάκελο",
|
||||
"Select all" : "Επιλογή όλων",
|
||||
"Delete" : "Διαγραφή",
|
||||
"Upload too large" : "Πολύ μεγάλο αρχείο προς αποστολή",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Τα αρχεία που προσπαθείτε να ανεβάσετε υπερβαίνουν το μέγιστο μέγεθος αποστολής αρχείων σε αυτόν τον διακομιστή.",
|
||||
"Files are being scanned, please wait." : "Τα αρχεία σαρώνονται, παρακαλώ περιμένετε.",
|
||||
|
|
|
@ -29,6 +29,7 @@ OC.L10N.register(
|
|||
"All files" : "All files",
|
||||
"Favorites" : "Favourites",
|
||||
"Home" : "Home",
|
||||
"Close" : "Close",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Unable to upload {filename} as it is a directory or has 0 bytes",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "Total file size {size1} exceeds upload limit {size2}",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Not enough free space, you are uploading {size1} but only {size2} is left",
|
||||
|
@ -38,11 +39,7 @@ OC.L10N.register(
|
|||
"{new_name} already exists" : "{new_name} already exists",
|
||||
"Could not create file" : "Could not create file",
|
||||
"Could not create folder" : "Could not create folder",
|
||||
"Rename" : "Rename",
|
||||
"Delete" : "Delete",
|
||||
"Disconnect storage" : "Disconnect storage",
|
||||
"Unshare" : "Unshare",
|
||||
"No permission to delete" : "No permission to delete",
|
||||
"Actions" : "Actions",
|
||||
"Download" : "Download",
|
||||
"Select" : "Select",
|
||||
"Pending" : "Pending",
|
||||
|
@ -58,6 +55,7 @@ OC.L10N.register(
|
|||
"Modified" : "Modified",
|
||||
"_%n folder_::_%n folders_" : ["%n folder","%n folders"],
|
||||
"_%n file_::_%n files_" : ["%n file","%n files"],
|
||||
"{dirs} and {files}" : "{dirs} and {files}",
|
||||
"You don’t have permission to upload or create files here" : "You don’t have permission to upload or create files here",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Uploading %n file","Uploading %n files"],
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" is an invalid file name.",
|
||||
|
@ -65,7 +63,6 @@ OC.L10N.register(
|
|||
"Your storage is full, files can not be updated or synced anymore!" : "Your storage is full, files can not be updated or synced anymore!",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Your storage is almost full ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["matches '{filter}'","match '{filter}'"],
|
||||
"{dirs} and {files}" : "{dirs} and {files}",
|
||||
"Favorited" : "Favourited",
|
||||
"Favorite" : "Favourite",
|
||||
"An error occurred while trying to update the tags" : "An error occurred whilst trying to update the tags",
|
||||
|
@ -105,6 +102,7 @@ OC.L10N.register(
|
|||
"Upload some content or sync with your devices!" : "Upload some content or sync with your devices!",
|
||||
"No entries found in this folder" : "No entries found in this folder",
|
||||
"Select all" : "Select all",
|
||||
"Delete" : "Delete",
|
||||
"Upload too large" : "Upload too large",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "The files you are trying to upload exceed the maximum size for file uploads on this server.",
|
||||
"Files are being scanned, please wait." : "Files are being scanned, please wait.",
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
"All files" : "All files",
|
||||
"Favorites" : "Favourites",
|
||||
"Home" : "Home",
|
||||
"Close" : "Close",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Unable to upload {filename} as it is a directory or has 0 bytes",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "Total file size {size1} exceeds upload limit {size2}",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Not enough free space, you are uploading {size1} but only {size2} is left",
|
||||
|
@ -36,11 +37,7 @@
|
|||
"{new_name} already exists" : "{new_name} already exists",
|
||||
"Could not create file" : "Could not create file",
|
||||
"Could not create folder" : "Could not create folder",
|
||||
"Rename" : "Rename",
|
||||
"Delete" : "Delete",
|
||||
"Disconnect storage" : "Disconnect storage",
|
||||
"Unshare" : "Unshare",
|
||||
"No permission to delete" : "No permission to delete",
|
||||
"Actions" : "Actions",
|
||||
"Download" : "Download",
|
||||
"Select" : "Select",
|
||||
"Pending" : "Pending",
|
||||
|
@ -56,6 +53,7 @@
|
|||
"Modified" : "Modified",
|
||||
"_%n folder_::_%n folders_" : ["%n folder","%n folders"],
|
||||
"_%n file_::_%n files_" : ["%n file","%n files"],
|
||||
"{dirs} and {files}" : "{dirs} and {files}",
|
||||
"You don’t have permission to upload or create files here" : "You don’t have permission to upload or create files here",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Uploading %n file","Uploading %n files"],
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" is an invalid file name.",
|
||||
|
@ -63,7 +61,6 @@
|
|||
"Your storage is full, files can not be updated or synced anymore!" : "Your storage is full, files can not be updated or synced anymore!",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Your storage is almost full ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["matches '{filter}'","match '{filter}'"],
|
||||
"{dirs} and {files}" : "{dirs} and {files}",
|
||||
"Favorited" : "Favourited",
|
||||
"Favorite" : "Favourite",
|
||||
"An error occurred while trying to update the tags" : "An error occurred whilst trying to update the tags",
|
||||
|
@ -103,6 +100,7 @@
|
|||
"Upload some content or sync with your devices!" : "Upload some content or sync with your devices!",
|
||||
"No entries found in this folder" : "No entries found in this folder",
|
||||
"Select all" : "Select all",
|
||||
"Delete" : "Delete",
|
||||
"Upload too large" : "Upload too large",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "The files you are trying to upload exceed the maximum size for file uploads on this server.",
|
||||
"Files are being scanned, please wait." : "Files are being scanned, please wait.",
|
||||
|
|
|
@ -24,6 +24,7 @@ OC.L10N.register(
|
|||
"All files" : "Ĉiuj dosieroj",
|
||||
"Favorites" : "Favoratoj",
|
||||
"Home" : "Hejmo",
|
||||
"Close" : "Fermi",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Ne povis alŝutiĝi {filename} ĉar ĝi estas dosierujo aŭ ĝi havas 0 duumokojn",
|
||||
"Upload cancelled." : "La alŝuto nuliĝis.",
|
||||
"Could not get result from server." : "Ne povis ekhaviĝi rezulto el la servilo.",
|
||||
|
@ -31,9 +32,7 @@ OC.L10N.register(
|
|||
"{new_name} already exists" : "{new_name} jam ekzistas",
|
||||
"Could not create file" : "Ne povis kreiĝi dosiero",
|
||||
"Could not create folder" : "Ne povis kreiĝi dosierujo",
|
||||
"Rename" : "Alinomigi",
|
||||
"Delete" : "Forigi",
|
||||
"Unshare" : "Malkunhavigi",
|
||||
"Actions" : "Agoj",
|
||||
"Download" : "Elŝuti",
|
||||
"Select" : "Elekti",
|
||||
"Pending" : "Traktotaj",
|
||||
|
@ -45,12 +44,12 @@ OC.L10N.register(
|
|||
"Modified" : "Modifita",
|
||||
"_%n folder_::_%n folders_" : ["%n dosierujo","%n dosierujoj"],
|
||||
"_%n file_::_%n files_" : ["%n dosiero","%n dosieroj"],
|
||||
"{dirs} and {files}" : "{dirs} kaj {files}",
|
||||
"You don’t have permission to upload or create files here" : "Vi ne havas permeson alŝuti aŭ krei dosierojn ĉi tie",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Alŝutatas %n dosiero","Alŝutatas %n dosieroj"],
|
||||
"File name cannot be empty." : "Dosiernomo devas ne malpleni.",
|
||||
"Your storage is full, files can not be updated or synced anymore!" : "Via memoro plenas, ne plu eblas ĝisdatigi aŭ sinkronigi dosierojn!",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Via memoro preskaŭ plenas ({usedSpacePercent}%)",
|
||||
"{dirs} and {files}" : "{dirs} kaj {files}",
|
||||
"Favorite" : "Favorato",
|
||||
"You created %1$s" : "Vi kreis %1$s",
|
||||
"%2$s created %1$s" : "%2$s kreis %1$s",
|
||||
|
@ -78,6 +77,7 @@ OC.L10N.register(
|
|||
"Cancel upload" : "Nuligi alŝuton",
|
||||
"No files in here" : "Neniu dosiero estas ĉi tie",
|
||||
"Select all" : "Elekti ĉion",
|
||||
"Delete" : "Forigi",
|
||||
"Upload too large" : "Alŝuto tro larĝa",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "La dosieroj, kiujn vi provas alŝuti, transpasas la maksimuman grandon por dosieralŝutoj en ĉi tiu servilo.",
|
||||
"Files are being scanned, please wait." : "Dosieroj estas skanataj, bonvolu atendi."
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
"All files" : "Ĉiuj dosieroj",
|
||||
"Favorites" : "Favoratoj",
|
||||
"Home" : "Hejmo",
|
||||
"Close" : "Fermi",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Ne povis alŝutiĝi {filename} ĉar ĝi estas dosierujo aŭ ĝi havas 0 duumokojn",
|
||||
"Upload cancelled." : "La alŝuto nuliĝis.",
|
||||
"Could not get result from server." : "Ne povis ekhaviĝi rezulto el la servilo.",
|
||||
|
@ -29,9 +30,7 @@
|
|||
"{new_name} already exists" : "{new_name} jam ekzistas",
|
||||
"Could not create file" : "Ne povis kreiĝi dosiero",
|
||||
"Could not create folder" : "Ne povis kreiĝi dosierujo",
|
||||
"Rename" : "Alinomigi",
|
||||
"Delete" : "Forigi",
|
||||
"Unshare" : "Malkunhavigi",
|
||||
"Actions" : "Agoj",
|
||||
"Download" : "Elŝuti",
|
||||
"Select" : "Elekti",
|
||||
"Pending" : "Traktotaj",
|
||||
|
@ -43,12 +42,12 @@
|
|||
"Modified" : "Modifita",
|
||||
"_%n folder_::_%n folders_" : ["%n dosierujo","%n dosierujoj"],
|
||||
"_%n file_::_%n files_" : ["%n dosiero","%n dosieroj"],
|
||||
"{dirs} and {files}" : "{dirs} kaj {files}",
|
||||
"You don’t have permission to upload or create files here" : "Vi ne havas permeson alŝuti aŭ krei dosierojn ĉi tie",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Alŝutatas %n dosiero","Alŝutatas %n dosieroj"],
|
||||
"File name cannot be empty." : "Dosiernomo devas ne malpleni.",
|
||||
"Your storage is full, files can not be updated or synced anymore!" : "Via memoro plenas, ne plu eblas ĝisdatigi aŭ sinkronigi dosierojn!",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Via memoro preskaŭ plenas ({usedSpacePercent}%)",
|
||||
"{dirs} and {files}" : "{dirs} kaj {files}",
|
||||
"Favorite" : "Favorato",
|
||||
"You created %1$s" : "Vi kreis %1$s",
|
||||
"%2$s created %1$s" : "%2$s kreis %1$s",
|
||||
|
@ -76,6 +75,7 @@
|
|||
"Cancel upload" : "Nuligi alŝuton",
|
||||
"No files in here" : "Neniu dosiero estas ĉi tie",
|
||||
"Select all" : "Elekti ĉion",
|
||||
"Delete" : "Forigi",
|
||||
"Upload too large" : "Alŝuto tro larĝa",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "La dosieroj, kiujn vi provas alŝuti, transpasas la maksimuman grandon por dosieralŝutoj en ĉi tiu servilo.",
|
||||
"Files are being scanned, please wait." : "Dosieroj estas skanataj, bonvolu atendi."
|
||||
|
|
|
@ -29,6 +29,7 @@ OC.L10N.register(
|
|||
"All files" : "Todos los archivos",
|
||||
"Favorites" : "Favoritos",
|
||||
"Home" : "Particular",
|
||||
"Close" : "Cerrar",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "No ha sido posible subir {filename} porque es un directorio o tiene 0 bytes",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "El tamaño total del archivo {size1} excede el límite {size2}",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "No hay suficiente espacio libre. Quiere subir {size1} pero solo quedan {size2}",
|
||||
|
@ -38,11 +39,7 @@ OC.L10N.register(
|
|||
"{new_name} already exists" : "{new_name} ya existe",
|
||||
"Could not create file" : "No se pudo crear el archivo",
|
||||
"Could not create folder" : "No se pudo crear la carpeta",
|
||||
"Rename" : "Renombrar",
|
||||
"Delete" : "Eliminar",
|
||||
"Disconnect storage" : "Desconectar almacenamiento",
|
||||
"Unshare" : "Dejar de compartir",
|
||||
"No permission to delete" : "Permisos insuficientes para borrar",
|
||||
"Actions" : "Acciones",
|
||||
"Download" : "Descargar",
|
||||
"Select" : "Seleccionar",
|
||||
"Pending" : "Pendiente",
|
||||
|
@ -60,6 +57,7 @@ OC.L10N.register(
|
|||
"Modified" : "Modificado",
|
||||
"_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"],
|
||||
"_%n file_::_%n files_" : ["%n archivo","%n archivos"],
|
||||
"{dirs} and {files}" : "{dirs} y {files}",
|
||||
"You don’t have permission to upload or create files here" : "No tiene permisos para subir o crear archivos aquí.",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Subiendo %n archivos"],
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
|
@ -69,7 +67,6 @@ OC.L10N.register(
|
|||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "El almacén de {owner} está casi lleno en un ({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Su almacenamiento está casi lleno ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["coincidencias '{filter}'","coincidencia '{filter}'"],
|
||||
"{dirs} and {files}" : "{dirs} y {files}",
|
||||
"Favorited" : "Agregado a Favoritos",
|
||||
"Favorite" : "Favorito",
|
||||
"An error occurred while trying to update the tags" : "Se produjo un error al tratar de actualizar las etiquetas",
|
||||
|
@ -109,6 +106,7 @@ OC.L10N.register(
|
|||
"Upload some content or sync with your devices!" : "Suba contenidos o sincronice sus dispositivos.",
|
||||
"No entries found in this folder" : "No hay entradas en esta carpeta",
|
||||
"Select all" : "Seleccionar todo",
|
||||
"Delete" : "Eliminar",
|
||||
"Upload too large" : "Subida demasido grande",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los archivos que está intentando subir sobrepasan el tamaño máximo permitido en este servidor.",
|
||||
"Files are being scanned, please wait." : "Los archivos se están escaneando, por favor espere.",
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
"All files" : "Todos los archivos",
|
||||
"Favorites" : "Favoritos",
|
||||
"Home" : "Particular",
|
||||
"Close" : "Cerrar",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "No ha sido posible subir {filename} porque es un directorio o tiene 0 bytes",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "El tamaño total del archivo {size1} excede el límite {size2}",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "No hay suficiente espacio libre. Quiere subir {size1} pero solo quedan {size2}",
|
||||
|
@ -36,11 +37,7 @@
|
|||
"{new_name} already exists" : "{new_name} ya existe",
|
||||
"Could not create file" : "No se pudo crear el archivo",
|
||||
"Could not create folder" : "No se pudo crear la carpeta",
|
||||
"Rename" : "Renombrar",
|
||||
"Delete" : "Eliminar",
|
||||
"Disconnect storage" : "Desconectar almacenamiento",
|
||||
"Unshare" : "Dejar de compartir",
|
||||
"No permission to delete" : "Permisos insuficientes para borrar",
|
||||
"Actions" : "Acciones",
|
||||
"Download" : "Descargar",
|
||||
"Select" : "Seleccionar",
|
||||
"Pending" : "Pendiente",
|
||||
|
@ -58,6 +55,7 @@
|
|||
"Modified" : "Modificado",
|
||||
"_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"],
|
||||
"_%n file_::_%n files_" : ["%n archivo","%n archivos"],
|
||||
"{dirs} and {files}" : "{dirs} y {files}",
|
||||
"You don’t have permission to upload or create files here" : "No tiene permisos para subir o crear archivos aquí.",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Subiendo %n archivos"],
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
|
@ -67,7 +65,6 @@
|
|||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "El almacén de {owner} está casi lleno en un ({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Su almacenamiento está casi lleno ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["coincidencias '{filter}'","coincidencia '{filter}'"],
|
||||
"{dirs} and {files}" : "{dirs} y {files}",
|
||||
"Favorited" : "Agregado a Favoritos",
|
||||
"Favorite" : "Favorito",
|
||||
"An error occurred while trying to update the tags" : "Se produjo un error al tratar de actualizar las etiquetas",
|
||||
|
@ -107,6 +104,7 @@
|
|||
"Upload some content or sync with your devices!" : "Suba contenidos o sincronice sus dispositivos.",
|
||||
"No entries found in this folder" : "No hay entradas en esta carpeta",
|
||||
"Select all" : "Seleccionar todo",
|
||||
"Delete" : "Eliminar",
|
||||
"Upload too large" : "Subida demasido grande",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los archivos que está intentando subir sobrepasan el tamaño máximo permitido en este servidor.",
|
||||
"Files are being scanned, please wait." : "Los archivos se están escaneando, por favor espere.",
|
||||
|
|
|
@ -24,6 +24,7 @@ OC.L10N.register(
|
|||
"Files" : "Archivos",
|
||||
"Favorites" : "Favoritos",
|
||||
"Home" : "Particular",
|
||||
"Close" : "Cerrar",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Imposible cargar {filename} puesto que es un directoro o tiene 0 bytes.",
|
||||
"Upload cancelled." : "La subida fue cancelada",
|
||||
"Could not get result from server." : "No se pudo obtener resultados del servidor.",
|
||||
|
@ -31,9 +32,7 @@ OC.L10N.register(
|
|||
"{new_name} already exists" : "{new_name} ya existe",
|
||||
"Could not create file" : "No se pudo crear el archivo",
|
||||
"Could not create folder" : "No se pudo crear el directorio",
|
||||
"Rename" : "Cambiar nombre",
|
||||
"Delete" : "Borrar",
|
||||
"Unshare" : "Dejar de compartir",
|
||||
"Actions" : "Acciones",
|
||||
"Download" : "Descargar",
|
||||
"Select" : "Seleccionar",
|
||||
"Pending" : "Pendientes",
|
||||
|
@ -46,12 +45,12 @@ OC.L10N.register(
|
|||
"Modified" : "Modificado",
|
||||
"_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"],
|
||||
"_%n file_::_%n files_" : ["%n archivo","%n archivos"],
|
||||
"{dirs} and {files}" : "{carpetas} y {archivos}",
|
||||
"You don’t have permission to upload or create files here" : "No tienes permisos para subir o crear archivos aquí",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Subiendo %n archivos"],
|
||||
"File name cannot be empty." : "El nombre del archivo no puede quedar vacío.",
|
||||
"Your storage is full, files can not be updated or synced anymore!" : "El almacenamiento está lleno, los archivos no se pueden seguir actualizando ni sincronizando",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "El almacenamiento está casi lleno ({usedSpacePercent}%)",
|
||||
"{dirs} and {files}" : "{carpetas} y {archivos}",
|
||||
"Favorite" : "Favorito",
|
||||
"A new file or folder has been <strong>created</strong>" : "Un archivo o carpeta ha sido <strong>creado</strong>",
|
||||
"A file or folder has been <strong>changed</strong>" : "Un archivo o carpeta ha sido <strong>modificado</strong>",
|
||||
|
@ -77,6 +76,7 @@ OC.L10N.register(
|
|||
"Folder" : "Carpeta",
|
||||
"Upload" : "Subir",
|
||||
"Cancel upload" : "Cancelar subida",
|
||||
"Delete" : "Borrar",
|
||||
"Upload too large" : "El tamaño del archivo que querés subir es demasiado grande",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los archivos que intentás subir sobrepasan el tamaño máximo ",
|
||||
"Files are being scanned, please wait." : "Se están escaneando los archivos, por favor esperá."
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
"Files" : "Archivos",
|
||||
"Favorites" : "Favoritos",
|
||||
"Home" : "Particular",
|
||||
"Close" : "Cerrar",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Imposible cargar {filename} puesto que es un directoro o tiene 0 bytes.",
|
||||
"Upload cancelled." : "La subida fue cancelada",
|
||||
"Could not get result from server." : "No se pudo obtener resultados del servidor.",
|
||||
|
@ -29,9 +30,7 @@
|
|||
"{new_name} already exists" : "{new_name} ya existe",
|
||||
"Could not create file" : "No se pudo crear el archivo",
|
||||
"Could not create folder" : "No se pudo crear el directorio",
|
||||
"Rename" : "Cambiar nombre",
|
||||
"Delete" : "Borrar",
|
||||
"Unshare" : "Dejar de compartir",
|
||||
"Actions" : "Acciones",
|
||||
"Download" : "Descargar",
|
||||
"Select" : "Seleccionar",
|
||||
"Pending" : "Pendientes",
|
||||
|
@ -44,12 +43,12 @@
|
|||
"Modified" : "Modificado",
|
||||
"_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"],
|
||||
"_%n file_::_%n files_" : ["%n archivo","%n archivos"],
|
||||
"{dirs} and {files}" : "{carpetas} y {archivos}",
|
||||
"You don’t have permission to upload or create files here" : "No tienes permisos para subir o crear archivos aquí",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Subiendo %n archivos"],
|
||||
"File name cannot be empty." : "El nombre del archivo no puede quedar vacío.",
|
||||
"Your storage is full, files can not be updated or synced anymore!" : "El almacenamiento está lleno, los archivos no se pueden seguir actualizando ni sincronizando",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "El almacenamiento está casi lleno ({usedSpacePercent}%)",
|
||||
"{dirs} and {files}" : "{carpetas} y {archivos}",
|
||||
"Favorite" : "Favorito",
|
||||
"A new file or folder has been <strong>created</strong>" : "Un archivo o carpeta ha sido <strong>creado</strong>",
|
||||
"A file or folder has been <strong>changed</strong>" : "Un archivo o carpeta ha sido <strong>modificado</strong>",
|
||||
|
@ -75,6 +74,7 @@
|
|||
"Folder" : "Carpeta",
|
||||
"Upload" : "Subir",
|
||||
"Cancel upload" : "Cancelar subida",
|
||||
"Delete" : "Borrar",
|
||||
"Upload too large" : "El tamaño del archivo que querés subir es demasiado grande",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los archivos que intentás subir sobrepasan el tamaño máximo ",
|
||||
"Files are being scanned, please wait." : "Se están escaneando los archivos, por favor esperá."
|
||||
|
|
|
@ -3,7 +3,6 @@ OC.L10N.register(
|
|||
{
|
||||
"Unknown error" : "Error desconocido",
|
||||
"Files" : "Archivos",
|
||||
"Rename" : "Renombrar",
|
||||
"Download" : "Descargar",
|
||||
"Error" : "Error",
|
||||
"A new file or folder has been <strong>created</strong>" : "Un nuevo archivo o carpeta ha sido <strong>creado</strong>",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ "translations": {
|
||||
"Unknown error" : "Error desconocido",
|
||||
"Files" : "Archivos",
|
||||
"Rename" : "Renombrar",
|
||||
"Download" : "Descargar",
|
||||
"Error" : "Error",
|
||||
"A new file or folder has been <strong>created</strong>" : "Un nuevo archivo o carpeta ha sido <strong>creado</strong>",
|
||||
|
|
|
@ -24,6 +24,7 @@ OC.L10N.register(
|
|||
"Files" : "Archivos",
|
||||
"Favorites" : "Favoritos",
|
||||
"Home" : "Particular",
|
||||
"Close" : "Cerrar",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "No ha sido posible subir {filename} porque es un directorio o tiene 0 bytes",
|
||||
"Upload cancelled." : "Subida cancelada.",
|
||||
"Could not get result from server." : "No se pudo obtener respuesta del servidor.",
|
||||
|
@ -31,9 +32,7 @@ OC.L10N.register(
|
|||
"{new_name} already exists" : "{new_name} ya existe",
|
||||
"Could not create file" : "No se pudo crear el archivo",
|
||||
"Could not create folder" : "No se pudo crear la carpeta",
|
||||
"Rename" : "Renombrar",
|
||||
"Delete" : "Eliminar",
|
||||
"Unshare" : "Dejar de compartir",
|
||||
"Actions" : "Acciones",
|
||||
"Download" : "Descargar",
|
||||
"Pending" : "Pendiente",
|
||||
"Error moving file" : "Error moviendo archivo",
|
||||
|
@ -45,12 +44,12 @@ OC.L10N.register(
|
|||
"Modified" : "Modificado",
|
||||
"_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"],
|
||||
"_%n file_::_%n files_" : ["%n archivo","%n archivos"],
|
||||
"{dirs} and {files}" : "{dirs} y {files}",
|
||||
"You don’t have permission to upload or create files here" : "No tienes permisos para subir o crear archivos aquí.",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Subiendo %n archivos"],
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"Your storage is full, files can not be updated or synced anymore!" : "Su almacenamiento está lleno, ¡los archivos no se actualizarán ni sincronizarán más!",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Su almacenamiento está casi lleno ({usedSpacePercent}%)",
|
||||
"{dirs} and {files}" : "{dirs} y {files}",
|
||||
"Favorite" : "Favorito",
|
||||
"%s could not be renamed" : "%s no pudo ser renombrado",
|
||||
"File handling" : "Administración de archivos",
|
||||
|
@ -67,6 +66,7 @@ OC.L10N.register(
|
|||
"Folder" : "Carpeta",
|
||||
"Upload" : "Subir archivo",
|
||||
"Cancel upload" : "Cancelar subida",
|
||||
"Delete" : "Eliminar",
|
||||
"Upload too large" : "Subida demasido grande",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los archivos que estás intentando subir sobrepasan el tamaño máximo permitido en este servidor.",
|
||||
"Files are being scanned, please wait." : "Los archivos están siendo escaneados, por favor espere."
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
"Files" : "Archivos",
|
||||
"Favorites" : "Favoritos",
|
||||
"Home" : "Particular",
|
||||
"Close" : "Cerrar",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "No ha sido posible subir {filename} porque es un directorio o tiene 0 bytes",
|
||||
"Upload cancelled." : "Subida cancelada.",
|
||||
"Could not get result from server." : "No se pudo obtener respuesta del servidor.",
|
||||
|
@ -29,9 +30,7 @@
|
|||
"{new_name} already exists" : "{new_name} ya existe",
|
||||
"Could not create file" : "No se pudo crear el archivo",
|
||||
"Could not create folder" : "No se pudo crear la carpeta",
|
||||
"Rename" : "Renombrar",
|
||||
"Delete" : "Eliminar",
|
||||
"Unshare" : "Dejar de compartir",
|
||||
"Actions" : "Acciones",
|
||||
"Download" : "Descargar",
|
||||
"Pending" : "Pendiente",
|
||||
"Error moving file" : "Error moviendo archivo",
|
||||
|
@ -43,12 +42,12 @@
|
|||
"Modified" : "Modificado",
|
||||
"_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"],
|
||||
"_%n file_::_%n files_" : ["%n archivo","%n archivos"],
|
||||
"{dirs} and {files}" : "{dirs} y {files}",
|
||||
"You don’t have permission to upload or create files here" : "No tienes permisos para subir o crear archivos aquí.",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Subiendo %n archivos"],
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"Your storage is full, files can not be updated or synced anymore!" : "Su almacenamiento está lleno, ¡los archivos no se actualizarán ni sincronizarán más!",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Su almacenamiento está casi lleno ({usedSpacePercent}%)",
|
||||
"{dirs} and {files}" : "{dirs} y {files}",
|
||||
"Favorite" : "Favorito",
|
||||
"%s could not be renamed" : "%s no pudo ser renombrado",
|
||||
"File handling" : "Administración de archivos",
|
||||
|
@ -65,6 +64,7 @@
|
|||
"Folder" : "Carpeta",
|
||||
"Upload" : "Subir archivo",
|
||||
"Cancel upload" : "Cancelar subida",
|
||||
"Delete" : "Eliminar",
|
||||
"Upload too large" : "Subida demasido grande",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los archivos que estás intentando subir sobrepasan el tamaño máximo permitido en este servidor.",
|
||||
"Files are being scanned, please wait." : "Los archivos están siendo escaneados, por favor espere."
|
||||
|
|
|
@ -29,6 +29,7 @@ OC.L10N.register(
|
|||
"All files" : "Kõik failid",
|
||||
"Favorites" : "Lemmikud",
|
||||
"Home" : "Kodu",
|
||||
"Close" : "Sulge",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Ei saa üles laadida {filename}, kuna see on kataloog või selle suurus on 0 baiti",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "Faili suurus {size1} ületab faili üleslaadimise mahu piirangu {size2}.",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Pole piisavalt vaba ruumi. Sa laadid üles {size1}, kuid ainult {size2} on saadaval.",
|
||||
|
@ -38,11 +39,7 @@ OC.L10N.register(
|
|||
"{new_name} already exists" : "{new_name} on juba olemas",
|
||||
"Could not create file" : "Ei suuda luua faili",
|
||||
"Could not create folder" : "Ei suuda luua kataloogi",
|
||||
"Rename" : "Nimeta ümber",
|
||||
"Delete" : "Kustuta",
|
||||
"Disconnect storage" : "Ühenda andmehoidla lahti.",
|
||||
"Unshare" : "Lõpeta jagamine",
|
||||
"No permission to delete" : "Kustutamiseks pole õigusi",
|
||||
"Actions" : "Tegevused",
|
||||
"Download" : "Lae alla",
|
||||
"Select" : "Vali",
|
||||
"Pending" : "Ootel",
|
||||
|
@ -54,19 +51,23 @@ OC.L10N.register(
|
|||
"Error" : "Viga",
|
||||
"Could not rename file" : "Ei suuda faili ümber nimetada",
|
||||
"Error deleting file." : "Viga faili kustutamisel.",
|
||||
"No entries in this folder match '{filter}'" : "Ükski sissekanne ei kattu filtriga '{filter}'",
|
||||
"Name" : "Nimi",
|
||||
"Size" : "Suurus",
|
||||
"Modified" : "Muudetud",
|
||||
"_%n folder_::_%n folders_" : ["%n kataloog","%n kataloogi"],
|
||||
"_%n file_::_%n files_" : ["%n fail","%n faili"],
|
||||
"{dirs} and {files}" : "{dirs} ja {files}",
|
||||
"You don’t have permission to upload or create files here" : "Sul puuduvad õigused siia failide üleslaadimiseks või tekitamiseks",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Laadin üles %n faili","Laadin üles %n faili"],
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" on vigane failinimi.",
|
||||
"File name cannot be empty." : "Faili nimi ei saa olla tühi.",
|
||||
"Storage of {owner} is full, files can not be updated or synced anymore!" : "{owner} andmemaht on täis! Faile ei uuendata ega sünkroniseerita!",
|
||||
"Your storage is full, files can not be updated or synced anymore!" : "Sinu andmemaht on täis! Faile ei uuendata ega sünkroniseerita!",
|
||||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Sinu {owner} andmemaht on peaaegu täis ({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Su andmemaht on peaaegu täis ({usedSpacePercent}%)",
|
||||
"{dirs} and {files}" : "{dirs} ja {files}",
|
||||
"Path" : "Asukoht",
|
||||
"_%n byte_::_%n bytes_" : ["%n bait","%n baiti"],
|
||||
"Favorited" : "Lemmikud",
|
||||
"Favorite" : "Lemmik",
|
||||
"An error occurred while trying to update the tags" : "Siltide uuendamisel tekkis tõrge",
|
||||
|
@ -89,6 +90,7 @@ OC.L10N.register(
|
|||
"File handling" : "Failide käsitlemine",
|
||||
"Maximum upload size" : "Maksimaalne üleslaadimise suurus",
|
||||
"max. possible: " : "maks. võimalik: ",
|
||||
"With PHP-FPM this value may take up to 5 minutes to take effect after saving." : "PHP-FPM-ga võib see väärtuse mõju rakendamine võtta aega kuni 5 minutit pärast salvestamist.",
|
||||
"Save" : "Salvesta",
|
||||
"Can not be edited from here due to insufficient permissions." : "Ei saa õiguste puudumise tõttu muuta.",
|
||||
"Settings" : "Seaded",
|
||||
|
@ -103,8 +105,9 @@ OC.L10N.register(
|
|||
"Cancel upload" : "Tühista üleslaadimine",
|
||||
"No files in here" : "Siin ei ole faile",
|
||||
"Upload some content or sync with your devices!" : "Laadi sisu üles või süngi oma seadmetega!",
|
||||
"No entries found in this folder" : "Selles kaustas ei leitud kirjeid",
|
||||
"No entries found in this folder" : "Selles kaustast ei leitud kirjeid",
|
||||
"Select all" : "Vali kõik",
|
||||
"Delete" : "Kustuta",
|
||||
"Upload too large" : "Üleslaadimine on liiga suur",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Failid, mida sa proovid üles laadida, ületab serveri poolt üleslaetavatele failidele määratud maksimaalse suuruse.",
|
||||
"Files are being scanned, please wait." : "Faile skannitakse, palun oota.",
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
"All files" : "Kõik failid",
|
||||
"Favorites" : "Lemmikud",
|
||||
"Home" : "Kodu",
|
||||
"Close" : "Sulge",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Ei saa üles laadida {filename}, kuna see on kataloog või selle suurus on 0 baiti",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "Faili suurus {size1} ületab faili üleslaadimise mahu piirangu {size2}.",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Pole piisavalt vaba ruumi. Sa laadid üles {size1}, kuid ainult {size2} on saadaval.",
|
||||
|
@ -36,11 +37,7 @@
|
|||
"{new_name} already exists" : "{new_name} on juba olemas",
|
||||
"Could not create file" : "Ei suuda luua faili",
|
||||
"Could not create folder" : "Ei suuda luua kataloogi",
|
||||
"Rename" : "Nimeta ümber",
|
||||
"Delete" : "Kustuta",
|
||||
"Disconnect storage" : "Ühenda andmehoidla lahti.",
|
||||
"Unshare" : "Lõpeta jagamine",
|
||||
"No permission to delete" : "Kustutamiseks pole õigusi",
|
||||
"Actions" : "Tegevused",
|
||||
"Download" : "Lae alla",
|
||||
"Select" : "Vali",
|
||||
"Pending" : "Ootel",
|
||||
|
@ -52,19 +49,23 @@
|
|||
"Error" : "Viga",
|
||||
"Could not rename file" : "Ei suuda faili ümber nimetada",
|
||||
"Error deleting file." : "Viga faili kustutamisel.",
|
||||
"No entries in this folder match '{filter}'" : "Ükski sissekanne ei kattu filtriga '{filter}'",
|
||||
"Name" : "Nimi",
|
||||
"Size" : "Suurus",
|
||||
"Modified" : "Muudetud",
|
||||
"_%n folder_::_%n folders_" : ["%n kataloog","%n kataloogi"],
|
||||
"_%n file_::_%n files_" : ["%n fail","%n faili"],
|
||||
"{dirs} and {files}" : "{dirs} ja {files}",
|
||||
"You don’t have permission to upload or create files here" : "Sul puuduvad õigused siia failide üleslaadimiseks või tekitamiseks",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Laadin üles %n faili","Laadin üles %n faili"],
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" on vigane failinimi.",
|
||||
"File name cannot be empty." : "Faili nimi ei saa olla tühi.",
|
||||
"Storage of {owner} is full, files can not be updated or synced anymore!" : "{owner} andmemaht on täis! Faile ei uuendata ega sünkroniseerita!",
|
||||
"Your storage is full, files can not be updated or synced anymore!" : "Sinu andmemaht on täis! Faile ei uuendata ega sünkroniseerita!",
|
||||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Sinu {owner} andmemaht on peaaegu täis ({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Su andmemaht on peaaegu täis ({usedSpacePercent}%)",
|
||||
"{dirs} and {files}" : "{dirs} ja {files}",
|
||||
"Path" : "Asukoht",
|
||||
"_%n byte_::_%n bytes_" : ["%n bait","%n baiti"],
|
||||
"Favorited" : "Lemmikud",
|
||||
"Favorite" : "Lemmik",
|
||||
"An error occurred while trying to update the tags" : "Siltide uuendamisel tekkis tõrge",
|
||||
|
@ -87,6 +88,7 @@
|
|||
"File handling" : "Failide käsitlemine",
|
||||
"Maximum upload size" : "Maksimaalne üleslaadimise suurus",
|
||||
"max. possible: " : "maks. võimalik: ",
|
||||
"With PHP-FPM this value may take up to 5 minutes to take effect after saving." : "PHP-FPM-ga võib see väärtuse mõju rakendamine võtta aega kuni 5 minutit pärast salvestamist.",
|
||||
"Save" : "Salvesta",
|
||||
"Can not be edited from here due to insufficient permissions." : "Ei saa õiguste puudumise tõttu muuta.",
|
||||
"Settings" : "Seaded",
|
||||
|
@ -101,8 +103,9 @@
|
|||
"Cancel upload" : "Tühista üleslaadimine",
|
||||
"No files in here" : "Siin ei ole faile",
|
||||
"Upload some content or sync with your devices!" : "Laadi sisu üles või süngi oma seadmetega!",
|
||||
"No entries found in this folder" : "Selles kaustas ei leitud kirjeid",
|
||||
"No entries found in this folder" : "Selles kaustast ei leitud kirjeid",
|
||||
"Select all" : "Vali kõik",
|
||||
"Delete" : "Kustuta",
|
||||
"Upload too large" : "Üleslaadimine on liiga suur",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Failid, mida sa proovid üles laadida, ületab serveri poolt üleslaetavatele failidele määratud maksimaalse suuruse.",
|
||||
"Files are being scanned, please wait." : "Faile skannitakse, palun oota.",
|
||||
|
|
|
@ -29,6 +29,7 @@ OC.L10N.register(
|
|||
"All files" : "Fitxategi guztiak",
|
||||
"Favorites" : "Gogokoak",
|
||||
"Home" : "Etxekoa",
|
||||
"Close" : "Itxi",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Ezin da {filename} igo karpeta bat delako edo 0 byte dituelako",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "Fitxategiaren tamainak {size1} igotzeko muga {size2} gainditzen du",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Ez dago leku nahikorik, zu {size1} igotzen ari zara baina bakarrik {size2} libre dago",
|
||||
|
@ -38,10 +39,7 @@ OC.L10N.register(
|
|||
"{new_name} already exists" : "{new_name} dagoeneko existitzen da",
|
||||
"Could not create file" : "Ezin izan da fitxategia sortu",
|
||||
"Could not create folder" : "Ezin izan da karpeta sortu",
|
||||
"Rename" : "Berrizendatu",
|
||||
"Delete" : "Ezabatu",
|
||||
"Disconnect storage" : "Deskonektatu biltegia",
|
||||
"Unshare" : "Ez elkarbanatu",
|
||||
"Actions" : "Ekintzak",
|
||||
"Download" : "Deskargatu",
|
||||
"Select" : "hautatu",
|
||||
"Pending" : "Zain",
|
||||
|
@ -57,13 +55,13 @@ OC.L10N.register(
|
|||
"Modified" : "Aldatuta",
|
||||
"_%n folder_::_%n folders_" : ["karpeta %n","%n karpeta"],
|
||||
"_%n file_::_%n files_" : ["fitxategi %n","%n fitxategi"],
|
||||
"{dirs} and {files}" : "{dirs} eta {files}",
|
||||
"You don’t have permission to upload or create files here" : "Ez duzu fitxategiak hona igotzeko edo hemen sortzeko baimenik",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Fitxategi %n igotzen","%n fitxategi igotzen"],
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" ez da fitxategi izen baliogarria.",
|
||||
"File name cannot be empty." : "Fitxategi izena ezin da hutsa izan.",
|
||||
"Your storage is full, files can not be updated or synced anymore!" : "Zure biltegiratzea beterik dago, ezingo duzu aurrerantzean fitxategirik igo edo sinkronizatu!",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Zure biltegiratzea nahiko beterik dago (%{usedSpacePercent})",
|
||||
"{dirs} and {files}" : "{dirs} eta {files}",
|
||||
"Favorited" : "Gogokoa",
|
||||
"Favorite" : "Gogokoa",
|
||||
"A new file or folder has been <strong>created</strong>" : "Fitxategi edo karpeta berri bat <strong>sortu da</strong>",
|
||||
|
@ -99,6 +97,7 @@ OC.L10N.register(
|
|||
"Upload some content or sync with your devices!" : "Igo edukiren bat edo sinkronizatu zure gailuekin!",
|
||||
"No entries found in this folder" : "Ez da sarrerarik aurkitu karpeta honetan",
|
||||
"Select all" : "Hautatu dena",
|
||||
"Delete" : "Ezabatu",
|
||||
"Upload too large" : "Igoera handiegia da",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Igotzen saiatzen ari zaren fitxategiak zerbitzari honek igotzeko onartzen duena baino handiagoak dira.",
|
||||
"Files are being scanned, please wait." : "Fitxategiak eskaneatzen ari da, itxoin mezedez.",
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
"All files" : "Fitxategi guztiak",
|
||||
"Favorites" : "Gogokoak",
|
||||
"Home" : "Etxekoa",
|
||||
"Close" : "Itxi",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Ezin da {filename} igo karpeta bat delako edo 0 byte dituelako",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "Fitxategiaren tamainak {size1} igotzeko muga {size2} gainditzen du",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Ez dago leku nahikorik, zu {size1} igotzen ari zara baina bakarrik {size2} libre dago",
|
||||
|
@ -36,10 +37,7 @@
|
|||
"{new_name} already exists" : "{new_name} dagoeneko existitzen da",
|
||||
"Could not create file" : "Ezin izan da fitxategia sortu",
|
||||
"Could not create folder" : "Ezin izan da karpeta sortu",
|
||||
"Rename" : "Berrizendatu",
|
||||
"Delete" : "Ezabatu",
|
||||
"Disconnect storage" : "Deskonektatu biltegia",
|
||||
"Unshare" : "Ez elkarbanatu",
|
||||
"Actions" : "Ekintzak",
|
||||
"Download" : "Deskargatu",
|
||||
"Select" : "hautatu",
|
||||
"Pending" : "Zain",
|
||||
|
@ -55,13 +53,13 @@
|
|||
"Modified" : "Aldatuta",
|
||||
"_%n folder_::_%n folders_" : ["karpeta %n","%n karpeta"],
|
||||
"_%n file_::_%n files_" : ["fitxategi %n","%n fitxategi"],
|
||||
"{dirs} and {files}" : "{dirs} eta {files}",
|
||||
"You don’t have permission to upload or create files here" : "Ez duzu fitxategiak hona igotzeko edo hemen sortzeko baimenik",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Fitxategi %n igotzen","%n fitxategi igotzen"],
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" ez da fitxategi izen baliogarria.",
|
||||
"File name cannot be empty." : "Fitxategi izena ezin da hutsa izan.",
|
||||
"Your storage is full, files can not be updated or synced anymore!" : "Zure biltegiratzea beterik dago, ezingo duzu aurrerantzean fitxategirik igo edo sinkronizatu!",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Zure biltegiratzea nahiko beterik dago (%{usedSpacePercent})",
|
||||
"{dirs} and {files}" : "{dirs} eta {files}",
|
||||
"Favorited" : "Gogokoa",
|
||||
"Favorite" : "Gogokoa",
|
||||
"A new file or folder has been <strong>created</strong>" : "Fitxategi edo karpeta berri bat <strong>sortu da</strong>",
|
||||
|
@ -97,6 +95,7 @@
|
|||
"Upload some content or sync with your devices!" : "Igo edukiren bat edo sinkronizatu zure gailuekin!",
|
||||
"No entries found in this folder" : "Ez da sarrerarik aurkitu karpeta honetan",
|
||||
"Select all" : "Hautatu dena",
|
||||
"Delete" : "Ezabatu",
|
||||
"Upload too large" : "Igoera handiegia da",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Igotzen saiatzen ari zaren fitxategiak zerbitzari honek igotzeko onartzen duena baino handiagoak dira.",
|
||||
"Files are being scanned, please wait." : "Fitxategiak eskaneatzen ari da, itxoin mezedez.",
|
||||
|
|
|
@ -19,12 +19,11 @@ OC.L10N.register(
|
|||
"Files" : "پروندهها",
|
||||
"Favorites" : "موارد محبوب",
|
||||
"Home" : "خانه",
|
||||
"Close" : "بستن",
|
||||
"Upload cancelled." : "بار گذاری لغو شد",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." : "آپلودکردن پرونده در حال پیشرفت است. در صورت خروج از صفحه آپلود لغو میگردد. ",
|
||||
"{new_name} already exists" : "{نام _جدید} در حال حاضر وجود دارد.",
|
||||
"Rename" : "تغییرنام",
|
||||
"Delete" : "حذف",
|
||||
"Unshare" : "لغو اشتراک",
|
||||
"Actions" : "فعالیت ها",
|
||||
"Download" : "دانلود",
|
||||
"Pending" : "در انتظار",
|
||||
"Error" : "خطا",
|
||||
|
@ -62,6 +61,7 @@ OC.L10N.register(
|
|||
"Folder" : "پوشه",
|
||||
"Upload" : "بارگزاری",
|
||||
"Cancel upload" : "متوقف کردن بار گذاری",
|
||||
"Delete" : "حذف",
|
||||
"Upload too large" : "سایز فایل برای آپلود زیاد است(م.تنظیمات در php.ini)",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "فایلها بیش از حد تعیین شده در این سرور هستند\nمترجم:با تغییر فایل php,ini میتوان این محدودیت را برطرف کرد",
|
||||
"Files are being scanned, please wait." : "پرونده ها در حال بازرسی هستند لطفا صبر کنید"
|
||||
|
|
|
@ -17,12 +17,11 @@
|
|||
"Files" : "پروندهها",
|
||||
"Favorites" : "موارد محبوب",
|
||||
"Home" : "خانه",
|
||||
"Close" : "بستن",
|
||||
"Upload cancelled." : "بار گذاری لغو شد",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." : "آپلودکردن پرونده در حال پیشرفت است. در صورت خروج از صفحه آپلود لغو میگردد. ",
|
||||
"{new_name} already exists" : "{نام _جدید} در حال حاضر وجود دارد.",
|
||||
"Rename" : "تغییرنام",
|
||||
"Delete" : "حذف",
|
||||
"Unshare" : "لغو اشتراک",
|
||||
"Actions" : "فعالیت ها",
|
||||
"Download" : "دانلود",
|
||||
"Pending" : "در انتظار",
|
||||
"Error" : "خطا",
|
||||
|
@ -60,6 +59,7 @@
|
|||
"Folder" : "پوشه",
|
||||
"Upload" : "بارگزاری",
|
||||
"Cancel upload" : "متوقف کردن بار گذاری",
|
||||
"Delete" : "حذف",
|
||||
"Upload too large" : "سایز فایل برای آپلود زیاد است(م.تنظیمات در php.ini)",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "فایلها بیش از حد تعیین شده در این سرور هستند\nمترجم:با تغییر فایل php,ini میتوان این محدودیت را برطرف کرد",
|
||||
"Files are being scanned, please wait." : "پرونده ها در حال بازرسی هستند لطفا صبر کنید"
|
||||
|
|
|
@ -29,6 +29,7 @@ OC.L10N.register(
|
|||
"All files" : "Kaikki tiedostot",
|
||||
"Favorites" : "Suosikit",
|
||||
"Home" : "Koti",
|
||||
"Close" : "Sulje",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Kohdetta {filename} ei voi lähettää, koska se on joko kansio tai sen koko on 0 tavua",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "Yhteiskoko {size1} ylittää lähetysrajan {size2}",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Ei riittävästi vapaata tilaa. Lähetyksesi koko on {size1}, mutta vain {size2} on jäljellä",
|
||||
|
@ -38,11 +39,7 @@ OC.L10N.register(
|
|||
"{new_name} already exists" : "{new_name} on jo olemassa",
|
||||
"Could not create file" : "Tiedoston luominen epäonnistui",
|
||||
"Could not create folder" : "Kansion luominen epäonnistui",
|
||||
"Rename" : "Nimeä uudelleen",
|
||||
"Delete" : "Poista",
|
||||
"Disconnect storage" : "Katkaise yhteys tallennustilaan",
|
||||
"Unshare" : "Peru jakaminen",
|
||||
"No permission to delete" : "Ei oikeutta poistaa",
|
||||
"Actions" : "Toiminnot",
|
||||
"Download" : "Lataa",
|
||||
"Select" : "Valitse",
|
||||
"Pending" : "Odottaa",
|
||||
|
@ -60,6 +57,7 @@ OC.L10N.register(
|
|||
"Modified" : "Muokattu",
|
||||
"_%n folder_::_%n folders_" : ["%n kansio","%n kansiota"],
|
||||
"_%n file_::_%n files_" : ["%n tiedosto","%n tiedostoa"],
|
||||
"{dirs} and {files}" : "{dirs} ja {files}",
|
||||
"You don’t have permission to upload or create files here" : "Käyttöoikeutesi eivät riitä tiedostojen lähettämiseen tai kansioiden luomiseen tähän sijaintiin",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Lähetetään %n tiedosto","Lähetetään %n tiedostoa"],
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" on virheellinen tiedostonimi.",
|
||||
|
@ -69,7 +67,8 @@ OC.L10N.register(
|
|||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Käyttäjän {owner} tallennustila on melkein täynnä ({usedSpacePercent} %)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Tallennustila on melkein loppu ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["vastaa '{filter}'","vastaa '{filter}'"],
|
||||
"{dirs} and {files}" : "{dirs} ja {files}",
|
||||
"Path" : "Polku",
|
||||
"_%n byte_::_%n bytes_" : ["%n tavu","%n tavua"],
|
||||
"Favorited" : "Lisätty suosikkeihin",
|
||||
"Favorite" : "Suosikki",
|
||||
"An error occurred while trying to update the tags" : "Tunnisteiden päivitystä yrittäessä tapahtui virhe",
|
||||
|
@ -93,6 +92,7 @@ OC.L10N.register(
|
|||
"File handling" : "Tiedostonhallinta",
|
||||
"Maximum upload size" : "Lähetettävän tiedoston suurin sallittu koko",
|
||||
"max. possible: " : "suurin mahdollinen:",
|
||||
"With PHP-FPM this value may take up to 5 minutes to take effect after saving." : "PHP-FPM:n ollessa käytössä tämän arvon tuleminen voimaan saattaa kestää viisi minuuttia tallennushetkestä.",
|
||||
"Save" : "Tallenna",
|
||||
"Can not be edited from here due to insufficient permissions." : "Ei muokattavissa täällä puutteellisten oikeuksien vuoksi.",
|
||||
"Settings" : "Asetukset",
|
||||
|
@ -109,6 +109,7 @@ OC.L10N.register(
|
|||
"Upload some content or sync with your devices!" : "Lähetä tiedostoja tai synkronoi sisältö laitteidesi kanssa!",
|
||||
"No entries found in this folder" : "Ei kohteita tässä kansiossa",
|
||||
"Select all" : "Valitse kaikki",
|
||||
"Delete" : "Poista",
|
||||
"Upload too large" : "Lähetettävä tiedosto on liian suuri",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Lähetettäväksi valitsemasi tiedostot ylittävät palvelimen salliman tiedostokoon rajan.",
|
||||
"Files are being scanned, please wait." : "Tiedostoja tarkistetaan, odota hetki.",
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
"All files" : "Kaikki tiedostot",
|
||||
"Favorites" : "Suosikit",
|
||||
"Home" : "Koti",
|
||||
"Close" : "Sulje",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Kohdetta {filename} ei voi lähettää, koska se on joko kansio tai sen koko on 0 tavua",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "Yhteiskoko {size1} ylittää lähetysrajan {size2}",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Ei riittävästi vapaata tilaa. Lähetyksesi koko on {size1}, mutta vain {size2} on jäljellä",
|
||||
|
@ -36,11 +37,7 @@
|
|||
"{new_name} already exists" : "{new_name} on jo olemassa",
|
||||
"Could not create file" : "Tiedoston luominen epäonnistui",
|
||||
"Could not create folder" : "Kansion luominen epäonnistui",
|
||||
"Rename" : "Nimeä uudelleen",
|
||||
"Delete" : "Poista",
|
||||
"Disconnect storage" : "Katkaise yhteys tallennustilaan",
|
||||
"Unshare" : "Peru jakaminen",
|
||||
"No permission to delete" : "Ei oikeutta poistaa",
|
||||
"Actions" : "Toiminnot",
|
||||
"Download" : "Lataa",
|
||||
"Select" : "Valitse",
|
||||
"Pending" : "Odottaa",
|
||||
|
@ -58,6 +55,7 @@
|
|||
"Modified" : "Muokattu",
|
||||
"_%n folder_::_%n folders_" : ["%n kansio","%n kansiota"],
|
||||
"_%n file_::_%n files_" : ["%n tiedosto","%n tiedostoa"],
|
||||
"{dirs} and {files}" : "{dirs} ja {files}",
|
||||
"You don’t have permission to upload or create files here" : "Käyttöoikeutesi eivät riitä tiedostojen lähettämiseen tai kansioiden luomiseen tähän sijaintiin",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Lähetetään %n tiedosto","Lähetetään %n tiedostoa"],
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" on virheellinen tiedostonimi.",
|
||||
|
@ -67,7 +65,8 @@
|
|||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Käyttäjän {owner} tallennustila on melkein täynnä ({usedSpacePercent} %)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Tallennustila on melkein loppu ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["vastaa '{filter}'","vastaa '{filter}'"],
|
||||
"{dirs} and {files}" : "{dirs} ja {files}",
|
||||
"Path" : "Polku",
|
||||
"_%n byte_::_%n bytes_" : ["%n tavu","%n tavua"],
|
||||
"Favorited" : "Lisätty suosikkeihin",
|
||||
"Favorite" : "Suosikki",
|
||||
"An error occurred while trying to update the tags" : "Tunnisteiden päivitystä yrittäessä tapahtui virhe",
|
||||
|
@ -91,6 +90,7 @@
|
|||
"File handling" : "Tiedostonhallinta",
|
||||
"Maximum upload size" : "Lähetettävän tiedoston suurin sallittu koko",
|
||||
"max. possible: " : "suurin mahdollinen:",
|
||||
"With PHP-FPM this value may take up to 5 minutes to take effect after saving." : "PHP-FPM:n ollessa käytössä tämän arvon tuleminen voimaan saattaa kestää viisi minuuttia tallennushetkestä.",
|
||||
"Save" : "Tallenna",
|
||||
"Can not be edited from here due to insufficient permissions." : "Ei muokattavissa täällä puutteellisten oikeuksien vuoksi.",
|
||||
"Settings" : "Asetukset",
|
||||
|
@ -107,6 +107,7 @@
|
|||
"Upload some content or sync with your devices!" : "Lähetä tiedostoja tai synkronoi sisältö laitteidesi kanssa!",
|
||||
"No entries found in this folder" : "Ei kohteita tässä kansiossa",
|
||||
"Select all" : "Valitse kaikki",
|
||||
"Delete" : "Poista",
|
||||
"Upload too large" : "Lähetettävä tiedosto on liian suuri",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Lähetettäväksi valitsemasi tiedostot ylittävät palvelimen salliman tiedostokoon rajan.",
|
||||
"Files are being scanned, please wait." : "Tiedostoja tarkistetaan, odota hetki.",
|
||||
|
|
|
@ -29,6 +29,7 @@ OC.L10N.register(
|
|||
"All files" : "Tous les fichiers",
|
||||
"Favorites" : "Favoris",
|
||||
"Home" : "Mes fichiers",
|
||||
"Close" : "Fermer",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Impossible d'envoyer {filename} car il s'agit d'un répertoire ou d'un fichier de taille nulle",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "La taille totale du fichier {size1} excède la taille maximale d'envoi {size2}",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Espace libre insuffisant : vous tentez d'envoyer {size1} mais seulement {size2} sont disponibles",
|
||||
|
@ -38,11 +39,7 @@ OC.L10N.register(
|
|||
"{new_name} already exists" : "{new_name} existe déjà",
|
||||
"Could not create file" : "Impossible de créer le fichier",
|
||||
"Could not create folder" : "Impossible de créer le dossier",
|
||||
"Rename" : "Renommer",
|
||||
"Delete" : "Supprimer",
|
||||
"Disconnect storage" : "Déconnecter ce support de stockage",
|
||||
"Unshare" : "Ne plus partager",
|
||||
"No permission to delete" : "Pas de permission de suppression",
|
||||
"Actions" : "Actions",
|
||||
"Download" : "Télécharger",
|
||||
"Select" : "Sélectionner",
|
||||
"Pending" : "En attente",
|
||||
|
@ -60,6 +57,7 @@ OC.L10N.register(
|
|||
"Modified" : "Modifié",
|
||||
"_%n folder_::_%n folders_" : ["%n dossier","%n dossiers"],
|
||||
"_%n file_::_%n files_" : ["%n fichier","%n fichiers"],
|
||||
"{dirs} and {files}" : "{dirs} et {files}",
|
||||
"You don’t have permission to upload or create files here" : "Vous n'avez pas la permission d'ajouter des fichiers ici",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Téléversement de %n fichier","Téléversement de %n fichiers"],
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" n'est pas un nom de fichier valide.",
|
||||
|
@ -69,7 +67,8 @@ OC.L10N.register(
|
|||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "L'espace de stockage de {owner} est presque plein ({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Votre espace de stockage est presque plein ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["correspond à '{filter}'","correspondent à '{filter}'"],
|
||||
"{dirs} and {files}" : "{dirs} et {files}",
|
||||
"Path" : "Chemin",
|
||||
"_%n byte_::_%n bytes_" : ["%n octet","%n octets"],
|
||||
"Favorited" : "Marqué comme favori",
|
||||
"Favorite" : "Favoris",
|
||||
"An error occurred while trying to update the tags" : "Une erreur est survenue lors de la mise à jour des étiquettes",
|
||||
|
@ -93,6 +92,7 @@ OC.L10N.register(
|
|||
"File handling" : "Gestion de fichiers",
|
||||
"Maximum upload size" : "Taille max. d'envoi",
|
||||
"max. possible: " : "Max. possible :",
|
||||
"With PHP-FPM this value may take up to 5 minutes to take effect after saving." : "Avec PHP-FPM, il peut se passer jusqu'à 5 minutes avant que cette valeur ne soit appliquée.",
|
||||
"Save" : "Sauvegarder",
|
||||
"Can not be edited from here due to insufficient permissions." : "Ne peut être modifié ici à cause de permissions insuffisantes.",
|
||||
"Settings" : "Paramètres",
|
||||
|
@ -109,6 +109,7 @@ OC.L10N.register(
|
|||
"Upload some content or sync with your devices!" : "Déposez du contenu ou synchronisez vos appareils !",
|
||||
"No entries found in this folder" : "Aucune entrée trouvée dans ce dossier",
|
||||
"Select all" : "Tout sélectionner",
|
||||
"Delete" : "Supprimer",
|
||||
"Upload too large" : "Téléversement trop volumineux",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Les fichiers que vous essayez d'envoyer dépassent la taille maximale d'envoi permise par ce serveur.",
|
||||
"Files are being scanned, please wait." : "Les fichiers sont en cours d'analyse, veuillez patienter.",
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
"All files" : "Tous les fichiers",
|
||||
"Favorites" : "Favoris",
|
||||
"Home" : "Mes fichiers",
|
||||
"Close" : "Fermer",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Impossible d'envoyer {filename} car il s'agit d'un répertoire ou d'un fichier de taille nulle",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "La taille totale du fichier {size1} excède la taille maximale d'envoi {size2}",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Espace libre insuffisant : vous tentez d'envoyer {size1} mais seulement {size2} sont disponibles",
|
||||
|
@ -36,11 +37,7 @@
|
|||
"{new_name} already exists" : "{new_name} existe déjà",
|
||||
"Could not create file" : "Impossible de créer le fichier",
|
||||
"Could not create folder" : "Impossible de créer le dossier",
|
||||
"Rename" : "Renommer",
|
||||
"Delete" : "Supprimer",
|
||||
"Disconnect storage" : "Déconnecter ce support de stockage",
|
||||
"Unshare" : "Ne plus partager",
|
||||
"No permission to delete" : "Pas de permission de suppression",
|
||||
"Actions" : "Actions",
|
||||
"Download" : "Télécharger",
|
||||
"Select" : "Sélectionner",
|
||||
"Pending" : "En attente",
|
||||
|
@ -58,6 +55,7 @@
|
|||
"Modified" : "Modifié",
|
||||
"_%n folder_::_%n folders_" : ["%n dossier","%n dossiers"],
|
||||
"_%n file_::_%n files_" : ["%n fichier","%n fichiers"],
|
||||
"{dirs} and {files}" : "{dirs} et {files}",
|
||||
"You don’t have permission to upload or create files here" : "Vous n'avez pas la permission d'ajouter des fichiers ici",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Téléversement de %n fichier","Téléversement de %n fichiers"],
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" n'est pas un nom de fichier valide.",
|
||||
|
@ -67,7 +65,8 @@
|
|||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "L'espace de stockage de {owner} est presque plein ({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Votre espace de stockage est presque plein ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["correspond à '{filter}'","correspondent à '{filter}'"],
|
||||
"{dirs} and {files}" : "{dirs} et {files}",
|
||||
"Path" : "Chemin",
|
||||
"_%n byte_::_%n bytes_" : ["%n octet","%n octets"],
|
||||
"Favorited" : "Marqué comme favori",
|
||||
"Favorite" : "Favoris",
|
||||
"An error occurred while trying to update the tags" : "Une erreur est survenue lors de la mise à jour des étiquettes",
|
||||
|
@ -91,6 +90,7 @@
|
|||
"File handling" : "Gestion de fichiers",
|
||||
"Maximum upload size" : "Taille max. d'envoi",
|
||||
"max. possible: " : "Max. possible :",
|
||||
"With PHP-FPM this value may take up to 5 minutes to take effect after saving." : "Avec PHP-FPM, il peut se passer jusqu'à 5 minutes avant que cette valeur ne soit appliquée.",
|
||||
"Save" : "Sauvegarder",
|
||||
"Can not be edited from here due to insufficient permissions." : "Ne peut être modifié ici à cause de permissions insuffisantes.",
|
||||
"Settings" : "Paramètres",
|
||||
|
@ -107,6 +107,7 @@
|
|||
"Upload some content or sync with your devices!" : "Déposez du contenu ou synchronisez vos appareils !",
|
||||
"No entries found in this folder" : "Aucune entrée trouvée dans ce dossier",
|
||||
"Select all" : "Tout sélectionner",
|
||||
"Delete" : "Supprimer",
|
||||
"Upload too large" : "Téléversement trop volumineux",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Les fichiers que vous essayez d'envoyer dépassent la taille maximale d'envoi permise par ce serveur.",
|
||||
"Files are being scanned, please wait." : "Les fichiers sont en cours d'analyse, veuillez patienter.",
|
||||
|
|
|
@ -29,6 +29,7 @@ OC.L10N.register(
|
|||
"All files" : "Todos os ficheiros",
|
||||
"Favorites" : "Favoritos",
|
||||
"Home" : "Inicio",
|
||||
"Close" : "Pechar",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Non é posíbel enviar {filename}, xa que ou é un directorio ou ten 0 bytes",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "O tamaño total do ficheiro {size1} excede do límite de envío {size2}",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Non hai espazo libre abondo, o seu envío é de {size1} mais só dispón de {size2}",
|
||||
|
@ -38,11 +39,7 @@ OC.L10N.register(
|
|||
"{new_name} already exists" : "Xa existe un {new_name}",
|
||||
"Could not create file" : "Non foi posíbel crear o ficheiro",
|
||||
"Could not create folder" : "Non foi posíbel crear o cartafol",
|
||||
"Rename" : "Renomear",
|
||||
"Delete" : "Eliminar",
|
||||
"Disconnect storage" : "Desconectar o almacenamento",
|
||||
"Unshare" : "Deixar de compartir",
|
||||
"No permission to delete" : "Non ten permisos para eliminar",
|
||||
"Actions" : "Accións",
|
||||
"Download" : "Descargar",
|
||||
"Select" : "Seleccionar",
|
||||
"Pending" : "Pendentes",
|
||||
|
@ -60,6 +57,7 @@ OC.L10N.register(
|
|||
"Modified" : "Modificado",
|
||||
"_%n folder_::_%n folders_" : ["%n cartafol","%n cartafoles"],
|
||||
"_%n file_::_%n files_" : ["%n ficheiro","%n ficheiros"],
|
||||
"{dirs} and {files}" : "{dirs} e {files}",
|
||||
"You don’t have permission to upload or create files here" : "Non ten permisos para enviar ou crear ficheiros aquí.",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Cargando %n ficheiro","Cargando %n ficheiros"],
|
||||
"\"{name}\" is an invalid file name." : "«{name}» é un nome incorrecto de ficheiro.",
|
||||
|
@ -69,7 +67,8 @@ OC.L10N.register(
|
|||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "O espazo de almacenamento de {owner} está case cheo ({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "O seu espazo de almacenamento está case cheo ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["coincidente con «{filter}»","coincidentes con «{filter}»"],
|
||||
"{dirs} and {files}" : "{dirs} e {files}",
|
||||
"Path" : "Ruta",
|
||||
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
|
||||
"Favorited" : "Marcado como favorito",
|
||||
"Favorite" : "Favorito",
|
||||
"An error occurred while trying to update the tags" : "Produciuse un erro ao tentar actualizar as etiquetas",
|
||||
|
@ -109,6 +108,7 @@ OC.L10N.register(
|
|||
"Upload some content or sync with your devices!" : "Envíe algún contido ou sincronice cos seus dispositivos!",
|
||||
"No entries found in this folder" : "Non se atoparon entradas neste cartafol",
|
||||
"Select all" : "Seleccionar todo",
|
||||
"Delete" : "Eliminar",
|
||||
"Upload too large" : "Envío grande de máis",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Os ficheiros que tenta enviar exceden do tamaño máximo permitido neste servidor",
|
||||
"Files are being scanned, please wait." : "Estanse analizando os ficheiros. Agarde.",
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
"All files" : "Todos os ficheiros",
|
||||
"Favorites" : "Favoritos",
|
||||
"Home" : "Inicio",
|
||||
"Close" : "Pechar",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Non é posíbel enviar {filename}, xa que ou é un directorio ou ten 0 bytes",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "O tamaño total do ficheiro {size1} excede do límite de envío {size2}",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Non hai espazo libre abondo, o seu envío é de {size1} mais só dispón de {size2}",
|
||||
|
@ -36,11 +37,7 @@
|
|||
"{new_name} already exists" : "Xa existe un {new_name}",
|
||||
"Could not create file" : "Non foi posíbel crear o ficheiro",
|
||||
"Could not create folder" : "Non foi posíbel crear o cartafol",
|
||||
"Rename" : "Renomear",
|
||||
"Delete" : "Eliminar",
|
||||
"Disconnect storage" : "Desconectar o almacenamento",
|
||||
"Unshare" : "Deixar de compartir",
|
||||
"No permission to delete" : "Non ten permisos para eliminar",
|
||||
"Actions" : "Accións",
|
||||
"Download" : "Descargar",
|
||||
"Select" : "Seleccionar",
|
||||
"Pending" : "Pendentes",
|
||||
|
@ -58,6 +55,7 @@
|
|||
"Modified" : "Modificado",
|
||||
"_%n folder_::_%n folders_" : ["%n cartafol","%n cartafoles"],
|
||||
"_%n file_::_%n files_" : ["%n ficheiro","%n ficheiros"],
|
||||
"{dirs} and {files}" : "{dirs} e {files}",
|
||||
"You don’t have permission to upload or create files here" : "Non ten permisos para enviar ou crear ficheiros aquí.",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Cargando %n ficheiro","Cargando %n ficheiros"],
|
||||
"\"{name}\" is an invalid file name." : "«{name}» é un nome incorrecto de ficheiro.",
|
||||
|
@ -67,7 +65,8 @@
|
|||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "O espazo de almacenamento de {owner} está case cheo ({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "O seu espazo de almacenamento está case cheo ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["coincidente con «{filter}»","coincidentes con «{filter}»"],
|
||||
"{dirs} and {files}" : "{dirs} e {files}",
|
||||
"Path" : "Ruta",
|
||||
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
|
||||
"Favorited" : "Marcado como favorito",
|
||||
"Favorite" : "Favorito",
|
||||
"An error occurred while trying to update the tags" : "Produciuse un erro ao tentar actualizar as etiquetas",
|
||||
|
@ -107,6 +106,7 @@
|
|||
"Upload some content or sync with your devices!" : "Envíe algún contido ou sincronice cos seus dispositivos!",
|
||||
"No entries found in this folder" : "Non se atoparon entradas neste cartafol",
|
||||
"Select all" : "Seleccionar todo",
|
||||
"Delete" : "Eliminar",
|
||||
"Upload too large" : "Envío grande de máis",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Os ficheiros que tenta enviar exceden do tamaño máximo permitido neste servidor",
|
||||
"Files are being scanned, please wait." : "Estanse analizando os ficheiros. Agarde.",
|
||||
|
|
|
@ -18,13 +18,12 @@ OC.L10N.register(
|
|||
"Files" : "קבצים",
|
||||
"Favorites" : "מועדפים",
|
||||
"Home" : "בית",
|
||||
"Close" : "סגירה",
|
||||
"Upload cancelled." : "ההעלאה בוטלה.",
|
||||
"Could not get result from server." : "לא ניתן לגשת לתוצאות מהשרת.",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." : "מתבצעת כעת העלאת קבצים. עזיבה של העמוד תבטל את ההעלאה.",
|
||||
"{new_name} already exists" : "{new_name} כבר קיים",
|
||||
"Rename" : "שינוי שם",
|
||||
"Delete" : "מחיקה",
|
||||
"Unshare" : "הסר שיתוף",
|
||||
"Actions" : "פעולות",
|
||||
"Download" : "הורדה",
|
||||
"Select" : "בחר",
|
||||
"Pending" : "ממתין",
|
||||
|
@ -58,6 +57,7 @@ OC.L10N.register(
|
|||
"Folder" : "תיקייה",
|
||||
"Upload" : "העלאה",
|
||||
"Cancel upload" : "ביטול ההעלאה",
|
||||
"Delete" : "מחיקה",
|
||||
"Upload too large" : "העלאה גדולה מידי",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "הקבצים שניסית להעלות חרגו מהגודל המקסימלי להעלאת קבצים על שרת זה.",
|
||||
"Files are being scanned, please wait." : "הקבצים נסרקים, נא להמתין."
|
||||
|
|
|
@ -16,13 +16,12 @@
|
|||
"Files" : "קבצים",
|
||||
"Favorites" : "מועדפים",
|
||||
"Home" : "בית",
|
||||
"Close" : "סגירה",
|
||||
"Upload cancelled." : "ההעלאה בוטלה.",
|
||||
"Could not get result from server." : "לא ניתן לגשת לתוצאות מהשרת.",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." : "מתבצעת כעת העלאת קבצים. עזיבה של העמוד תבטל את ההעלאה.",
|
||||
"{new_name} already exists" : "{new_name} כבר קיים",
|
||||
"Rename" : "שינוי שם",
|
||||
"Delete" : "מחיקה",
|
||||
"Unshare" : "הסר שיתוף",
|
||||
"Actions" : "פעולות",
|
||||
"Download" : "הורדה",
|
||||
"Select" : "בחר",
|
||||
"Pending" : "ממתין",
|
||||
|
@ -56,6 +55,7 @@
|
|||
"Folder" : "תיקייה",
|
||||
"Upload" : "העלאה",
|
||||
"Cancel upload" : "ביטול ההעלאה",
|
||||
"Delete" : "מחיקה",
|
||||
"Upload too large" : "העלאה גדולה מידי",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "הקבצים שניסית להעלות חרגו מהגודל המקסימלי להעלאת קבצים על שרת זה.",
|
||||
"Files are being scanned, please wait." : "הקבצים נסרקים, נא להמתין."
|
||||
|
|
|
@ -2,6 +2,7 @@ OC.L10N.register(
|
|||
"files",
|
||||
{
|
||||
"Files" : "फाइलें ",
|
||||
"Close" : "बंद करें ",
|
||||
"Error" : "त्रुटि",
|
||||
"Save" : "सहेजें",
|
||||
"Settings" : "सेटिंग्स",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{ "translations": {
|
||||
"Files" : "फाइलें ",
|
||||
"Close" : "बंद करें ",
|
||||
"Error" : "त्रुटि",
|
||||
"Save" : "सहेजें",
|
||||
"Settings" : "सेटिंग्स",
|
||||
|
|
|
@ -29,6 +29,7 @@ OC.L10N.register(
|
|||
"All files" : "Sve datoteke",
|
||||
"Favorites" : "Favoriti",
|
||||
"Home" : "Kuća",
|
||||
"Close" : "Zatvorite",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Nije moguće učitati {filename} jer je ili direktorij ili ima 0 bajta",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "Ukupna veličina datoteke {size1} premašuje ograničenje unosa {size2}",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nedovoljno slobodnog prostora, vi učitavate {size1} a samo je {size2} preostalo",
|
||||
|
@ -38,10 +39,7 @@ OC.L10N.register(
|
|||
"{new_name} already exists" : "{new_name} već postoji",
|
||||
"Could not create file" : "Datoteku nije moguće kreirati",
|
||||
"Could not create folder" : "Mapu nije moguće kreirati",
|
||||
"Rename" : "Preimenujte",
|
||||
"Delete" : "Izbrišite",
|
||||
"Disconnect storage" : "Isključite pohranu",
|
||||
"Unshare" : "Prestanite dijeliti",
|
||||
"Actions" : "Radnje",
|
||||
"Download" : "Preuzimanje",
|
||||
"Select" : "Selektiraj",
|
||||
"Pending" : "Na čekanju",
|
||||
|
@ -57,13 +55,13 @@ OC.L10N.register(
|
|||
"Modified" : "Promijenjeno",
|
||||
"_%n folder_::_%n folders_" : ["%n mapa","%n mape","%n mapa"],
|
||||
"_%n file_::_%n files_" : ["%n datoteka","%n datoteke","%n datoteka"],
|
||||
"{dirs} and {files}" : "{dirs} i {files}",
|
||||
"You don’t have permission to upload or create files here" : "Ovdje vam nije dopušteno učitavati ili kreirati datoteke",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Prenosim %n datoteku","Prenosim %n datoteke","Prenosim %n datoteka"],
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" je neispravno ime datoteke.",
|
||||
"File name cannot be empty." : "Naziv datoteke ne može biti prazan.",
|
||||
"Your storage is full, files can not be updated or synced anymore!" : "Vaša je pohrana puna, datoteke više nije moguće ažurirati niti sinkronizirati!",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Vaš prostor za pohranu je skoro pun ({usedSpacePercent}%)",
|
||||
"{dirs} and {files}" : "{dirs} i {files}",
|
||||
"Favorited" : "Favoritovan",
|
||||
"Favorite" : "Favorit",
|
||||
"A new file or folder has been <strong>created</strong>" : "Nova datoteka ili nova mapa su <strong>kreirani</strong>",
|
||||
|
@ -99,6 +97,7 @@ OC.L10N.register(
|
|||
"Upload some content or sync with your devices!" : "Aplodujte neki sadrzaj ili sinkronizirajte sa vasim uredjajem!",
|
||||
"No entries found in this folder" : "Zapis nije pronadjen u ovom direktorijumu ",
|
||||
"Select all" : "Selektiraj sve",
|
||||
"Delete" : "Izbrišite",
|
||||
"Upload too large" : "Unos je prevelik",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Datoteke koje pokušavate učitati premašuju maksimalnu veličinu za unos datoteka na ovom poslužitelju.",
|
||||
"Files are being scanned, please wait." : "Datoteke se provjeravaju, molimo pričekajte.",
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
"All files" : "Sve datoteke",
|
||||
"Favorites" : "Favoriti",
|
||||
"Home" : "Kuća",
|
||||
"Close" : "Zatvorite",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Nije moguće učitati {filename} jer je ili direktorij ili ima 0 bajta",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "Ukupna veličina datoteke {size1} premašuje ograničenje unosa {size2}",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nedovoljno slobodnog prostora, vi učitavate {size1} a samo je {size2} preostalo",
|
||||
|
@ -36,10 +37,7 @@
|
|||
"{new_name} already exists" : "{new_name} već postoji",
|
||||
"Could not create file" : "Datoteku nije moguće kreirati",
|
||||
"Could not create folder" : "Mapu nije moguće kreirati",
|
||||
"Rename" : "Preimenujte",
|
||||
"Delete" : "Izbrišite",
|
||||
"Disconnect storage" : "Isključite pohranu",
|
||||
"Unshare" : "Prestanite dijeliti",
|
||||
"Actions" : "Radnje",
|
||||
"Download" : "Preuzimanje",
|
||||
"Select" : "Selektiraj",
|
||||
"Pending" : "Na čekanju",
|
||||
|
@ -55,13 +53,13 @@
|
|||
"Modified" : "Promijenjeno",
|
||||
"_%n folder_::_%n folders_" : ["%n mapa","%n mape","%n mapa"],
|
||||
"_%n file_::_%n files_" : ["%n datoteka","%n datoteke","%n datoteka"],
|
||||
"{dirs} and {files}" : "{dirs} i {files}",
|
||||
"You don’t have permission to upload or create files here" : "Ovdje vam nije dopušteno učitavati ili kreirati datoteke",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Prenosim %n datoteku","Prenosim %n datoteke","Prenosim %n datoteka"],
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" je neispravno ime datoteke.",
|
||||
"File name cannot be empty." : "Naziv datoteke ne može biti prazan.",
|
||||
"Your storage is full, files can not be updated or synced anymore!" : "Vaša je pohrana puna, datoteke više nije moguće ažurirati niti sinkronizirati!",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Vaš prostor za pohranu je skoro pun ({usedSpacePercent}%)",
|
||||
"{dirs} and {files}" : "{dirs} i {files}",
|
||||
"Favorited" : "Favoritovan",
|
||||
"Favorite" : "Favorit",
|
||||
"A new file or folder has been <strong>created</strong>" : "Nova datoteka ili nova mapa su <strong>kreirani</strong>",
|
||||
|
@ -97,6 +95,7 @@
|
|||
"Upload some content or sync with your devices!" : "Aplodujte neki sadrzaj ili sinkronizirajte sa vasim uredjajem!",
|
||||
"No entries found in this folder" : "Zapis nije pronadjen u ovom direktorijumu ",
|
||||
"Select all" : "Selektiraj sve",
|
||||
"Delete" : "Izbrišite",
|
||||
"Upload too large" : "Unos je prevelik",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Datoteke koje pokušavate učitati premašuju maksimalnu veličinu za unos datoteka na ovom poslužitelju.",
|
||||
"Files are being scanned, please wait." : "Datoteke se provjeravaju, molimo pričekajte.",
|
||||
|
|
|
@ -29,6 +29,7 @@ OC.L10N.register(
|
|||
"All files" : "Az összes állomány",
|
||||
"Favorites" : "Kedvencek",
|
||||
"Home" : "Otthoni",
|
||||
"Close" : "Bezárás",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "A(z) {filename} állomány nem tölthető fel, mert ez vagy egy mappa, vagy pedig 0 bájtból áll.",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "A teljes fájlméret: {size1} meghaladja a feltöltési limitet: {size2}",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nincs elég szabad hely. A feltöltés mérete {size1}, de csak ennyi hely van: {size2}.",
|
||||
|
@ -38,11 +39,7 @@ OC.L10N.register(
|
|||
"{new_name} already exists" : "{new_name} már létezik",
|
||||
"Could not create file" : "Az állomány nem hozható létre",
|
||||
"Could not create folder" : "A mappa nem hozható létre",
|
||||
"Rename" : "Átnevezés",
|
||||
"Delete" : "Törlés",
|
||||
"Disconnect storage" : "Tároló leválasztása",
|
||||
"Unshare" : "A megosztás visszavonása",
|
||||
"No permission to delete" : "Nincs törlési jogosultsága",
|
||||
"Actions" : "Műveletek",
|
||||
"Download" : "Letöltés",
|
||||
"Select" : "Kiválaszt",
|
||||
"Pending" : "Folyamatban",
|
||||
|
@ -60,6 +57,7 @@ OC.L10N.register(
|
|||
"Modified" : "Módosítva",
|
||||
"_%n folder_::_%n folders_" : ["%n mappa","%n mappa"],
|
||||
"_%n file_::_%n files_" : ["%n állomány","%n állomány"],
|
||||
"{dirs} and {files}" : "{dirs} és {files}",
|
||||
"You don’t have permission to upload or create files here" : "Önnek nincs jogosultsága ahhoz, hogy ide állományokat töltsön föl, vagy itt újakat hozzon létre",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["%n állomány feltöltése","%n állomány feltöltése"],
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" érvénytelen, mint fájlnév.",
|
||||
|
@ -69,7 +67,8 @@ OC.L10N.register(
|
|||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "A {owner} felhasználó tárolója majdnem betelt ({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "A tároló majdnem tele van ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["egyezések '{filter}'","egyezés '{filter}'"],
|
||||
"{dirs} and {files}" : "{dirs} és {files}",
|
||||
"Path" : "Útvonal",
|
||||
"_%n byte_::_%n bytes_" : ["%n bájt","%n bájt"],
|
||||
"Favorited" : "Kedvenc",
|
||||
"Favorite" : "Kedvenc",
|
||||
"An error occurred while trying to update the tags" : "Hiba történt, miközben megpróbálta frissíteni a címkéket",
|
||||
|
@ -93,6 +92,7 @@ OC.L10N.register(
|
|||
"File handling" : "Fájlkezelés",
|
||||
"Maximum upload size" : "Maximális feltölthető fájlméret",
|
||||
"max. possible: " : "max. lehetséges: ",
|
||||
"With PHP-FPM this value may take up to 5 minutes to take effect after saving." : "PHP-FPM-mel ez az érték életbe lépése mentés után akár 5 percbe is telhet.",
|
||||
"Save" : "Mentés",
|
||||
"Can not be edited from here due to insufficient permissions." : "Innen nem lehet szerkeszteni az elégtelen jogosultság miatt ",
|
||||
"Settings" : "Beállítások",
|
||||
|
@ -109,6 +109,7 @@ OC.L10N.register(
|
|||
"Upload some content or sync with your devices!" : "Tölts fel néhány tartalmat, vagy szinkronizálj az eszközöddel!",
|
||||
"No entries found in this folder" : "Nincsenek bejegyzések ebben a könyvtárban",
|
||||
"Select all" : "Összes kijelölése",
|
||||
"Delete" : "Törlés",
|
||||
"Upload too large" : "A feltöltés túl nagy",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "A feltöltendő állományok mérete meghaladja a kiszolgálón megengedett maximális méretet.",
|
||||
"Files are being scanned, please wait." : "A fájllista ellenőrzése zajlik, kis türelmet!",
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
"All files" : "Az összes állomány",
|
||||
"Favorites" : "Kedvencek",
|
||||
"Home" : "Otthoni",
|
||||
"Close" : "Bezárás",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "A(z) {filename} állomány nem tölthető fel, mert ez vagy egy mappa, vagy pedig 0 bájtból áll.",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "A teljes fájlméret: {size1} meghaladja a feltöltési limitet: {size2}",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nincs elég szabad hely. A feltöltés mérete {size1}, de csak ennyi hely van: {size2}.",
|
||||
|
@ -36,11 +37,7 @@
|
|||
"{new_name} already exists" : "{new_name} már létezik",
|
||||
"Could not create file" : "Az állomány nem hozható létre",
|
||||
"Could not create folder" : "A mappa nem hozható létre",
|
||||
"Rename" : "Átnevezés",
|
||||
"Delete" : "Törlés",
|
||||
"Disconnect storage" : "Tároló leválasztása",
|
||||
"Unshare" : "A megosztás visszavonása",
|
||||
"No permission to delete" : "Nincs törlési jogosultsága",
|
||||
"Actions" : "Műveletek",
|
||||
"Download" : "Letöltés",
|
||||
"Select" : "Kiválaszt",
|
||||
"Pending" : "Folyamatban",
|
||||
|
@ -58,6 +55,7 @@
|
|||
"Modified" : "Módosítva",
|
||||
"_%n folder_::_%n folders_" : ["%n mappa","%n mappa"],
|
||||
"_%n file_::_%n files_" : ["%n állomány","%n állomány"],
|
||||
"{dirs} and {files}" : "{dirs} és {files}",
|
||||
"You don’t have permission to upload or create files here" : "Önnek nincs jogosultsága ahhoz, hogy ide állományokat töltsön föl, vagy itt újakat hozzon létre",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["%n állomány feltöltése","%n állomány feltöltése"],
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" érvénytelen, mint fájlnév.",
|
||||
|
@ -67,7 +65,8 @@
|
|||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "A {owner} felhasználó tárolója majdnem betelt ({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "A tároló majdnem tele van ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["egyezések '{filter}'","egyezés '{filter}'"],
|
||||
"{dirs} and {files}" : "{dirs} és {files}",
|
||||
"Path" : "Útvonal",
|
||||
"_%n byte_::_%n bytes_" : ["%n bájt","%n bájt"],
|
||||
"Favorited" : "Kedvenc",
|
||||
"Favorite" : "Kedvenc",
|
||||
"An error occurred while trying to update the tags" : "Hiba történt, miközben megpróbálta frissíteni a címkéket",
|
||||
|
@ -91,6 +90,7 @@
|
|||
"File handling" : "Fájlkezelés",
|
||||
"Maximum upload size" : "Maximális feltölthető fájlméret",
|
||||
"max. possible: " : "max. lehetséges: ",
|
||||
"With PHP-FPM this value may take up to 5 minutes to take effect after saving." : "PHP-FPM-mel ez az érték életbe lépése mentés után akár 5 percbe is telhet.",
|
||||
"Save" : "Mentés",
|
||||
"Can not be edited from here due to insufficient permissions." : "Innen nem lehet szerkeszteni az elégtelen jogosultság miatt ",
|
||||
"Settings" : "Beállítások",
|
||||
|
@ -107,6 +107,7 @@
|
|||
"Upload some content or sync with your devices!" : "Tölts fel néhány tartalmat, vagy szinkronizálj az eszközöddel!",
|
||||
"No entries found in this folder" : "Nincsenek bejegyzések ebben a könyvtárban",
|
||||
"Select all" : "Összes kijelölése",
|
||||
"Delete" : "Törlés",
|
||||
"Upload too large" : "A feltöltés túl nagy",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "A feltöltendő állományok mérete meghaladja a kiszolgálón megengedett maximális méretet.",
|
||||
"Files are being scanned, please wait." : "A fájllista ellenőrzése zajlik, kis türelmet!",
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
OC.L10N.register(
|
||||
"files",
|
||||
{
|
||||
"Delete" : "Ջնջել",
|
||||
"Close" : "Փակել",
|
||||
"Download" : "Բեռնել",
|
||||
"Save" : "Պահպանել"
|
||||
"Save" : "Պահպանել",
|
||||
"Delete" : "Ջնջել"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{ "translations": {
|
||||
"Delete" : "Ջնջել",
|
||||
"Close" : "Փակել",
|
||||
"Download" : "Բեռնել",
|
||||
"Save" : "Պահպանել"
|
||||
"Save" : "Պահպանել",
|
||||
"Delete" : "Ջնջել"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -7,8 +7,7 @@ OC.L10N.register(
|
|||
"Missing a temporary folder" : "Manca un dossier temporari",
|
||||
"Files" : "Files",
|
||||
"Home" : "Domo",
|
||||
"Delete" : "Deler",
|
||||
"Unshare" : "Leva compartir",
|
||||
"Close" : "Clauder",
|
||||
"Download" : "Discargar",
|
||||
"Error" : "Error",
|
||||
"Name" : "Nomine",
|
||||
|
@ -37,6 +36,7 @@ OC.L10N.register(
|
|||
"New folder" : "Nove dossier",
|
||||
"Folder" : "Dossier",
|
||||
"Upload" : "Incargar",
|
||||
"Delete" : "Deler",
|
||||
"Upload too large" : "Incargamento troppo longe"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -5,8 +5,7 @@
|
|||
"Missing a temporary folder" : "Manca un dossier temporari",
|
||||
"Files" : "Files",
|
||||
"Home" : "Domo",
|
||||
"Delete" : "Deler",
|
||||
"Unshare" : "Leva compartir",
|
||||
"Close" : "Clauder",
|
||||
"Download" : "Discargar",
|
||||
"Error" : "Error",
|
||||
"Name" : "Nomine",
|
||||
|
@ -35,6 +34,7 @@
|
|||
"New folder" : "Nove dossier",
|
||||
"Folder" : "Dossier",
|
||||
"Upload" : "Incargar",
|
||||
"Delete" : "Deler",
|
||||
"Upload too large" : "Incargamento troppo longe"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -29,6 +29,7 @@ OC.L10N.register(
|
|||
"All files" : "Semua berkas",
|
||||
"Favorites" : "Favorit",
|
||||
"Home" : "Rumah",
|
||||
"Close" : "Tutup",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Tidak dapat mengunggah {filename} karena ini sebuah direktori atau memiliki ukuran 0 byte",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "Jumlah ukuran berkas {size1} melampaui batas unggah {size2}",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Ruang bebas tidak mencukupi, Anda mengunggah {size1} tetapi hanya {size2} yang tersisa",
|
||||
|
@ -38,11 +39,7 @@ OC.L10N.register(
|
|||
"{new_name} already exists" : "{new_name} sudah ada",
|
||||
"Could not create file" : "Tidak dapat membuat berkas",
|
||||
"Could not create folder" : "Tidak dapat membuat folder",
|
||||
"Rename" : "Ubah nama",
|
||||
"Delete" : "Hapus",
|
||||
"Disconnect storage" : "Memutuskan penyimpaan",
|
||||
"Unshare" : "Batalkan berbagi",
|
||||
"No permission to delete" : "Tidak memiliki hak untuk menghapus",
|
||||
"Actions" : "Tindakan",
|
||||
"Download" : "Unduh",
|
||||
"Select" : "Pilih",
|
||||
"Pending" : "Tertunda",
|
||||
|
@ -60,6 +57,7 @@ OC.L10N.register(
|
|||
"Modified" : "Dimodifikasi",
|
||||
"_%n folder_::_%n folders_" : ["%n folder"],
|
||||
"_%n file_::_%n files_" : ["%n berkas"],
|
||||
"{dirs} and {files}" : "{dirs} dan {files}",
|
||||
"You don’t have permission to upload or create files here" : "Anda tidak memiliki akses untuk mengunggah atau membuat berkas disini",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Mengunggah %n berkas"],
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" adalah nama berkas yang tidak sah.",
|
||||
|
@ -69,7 +67,8 @@ OC.L10N.register(
|
|||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Penyimpanan {owner} hampir penuh ({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Ruang penyimpanan hampir penuh ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["cocok dengan '{filter}'"],
|
||||
"{dirs} and {files}" : "{dirs} dan {files}",
|
||||
"Path" : "Jalur",
|
||||
"_%n byte_::_%n bytes_" : ["%n byte"],
|
||||
"Favorited" : "Difavoritkan",
|
||||
"Favorite" : "Favorit",
|
||||
"An error occurred while trying to update the tags" : "Terjadi kesalahan saat mencoba untuk memperbarui label",
|
||||
|
@ -93,8 +92,9 @@ OC.L10N.register(
|
|||
"File handling" : "Penanganan berkas",
|
||||
"Maximum upload size" : "Ukuran pengunggahan maksimum",
|
||||
"max. possible: " : "Kemungkinan maks.:",
|
||||
"With PHP-FPM this value may take up to 5 minutes to take effect after saving." : "Dengan PHP-FPM, nilai ini bisa memerlukan waktu hingga 5 menit untuk berlaku setelah penyimpanan.",
|
||||
"Save" : "Simpan",
|
||||
"Can not be edited from here due to insufficient permissions." : "Tidak dapat diidit dari sini karena tidak memiliki izin.",
|
||||
"Can not be edited from here due to insufficient permissions." : "Tidak dapat disunting dari sini karena tidak memiliki izin.",
|
||||
"Settings" : "Pengaturan",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" : "Gunakan alamat ini untuk <a href=\"%s\" target=\"_blank\">mengakses Berkas via WebDAV</a>",
|
||||
|
@ -109,6 +109,7 @@ OC.L10N.register(
|
|||
"Upload some content or sync with your devices!" : "Unggah beberapa konten dan sinkronisasikan dengan perangkat Anda!",
|
||||
"No entries found in this folder" : "Tidak ada entri yang ditemukan dalam folder ini",
|
||||
"Select all" : "Pilih Semua",
|
||||
"Delete" : "Hapus",
|
||||
"Upload too large" : "Yang diunggah terlalu besar",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Berkas yang dicoba untuk diunggah melebihi ukuran maksimum pengunggahan berkas di server ini.",
|
||||
"Files are being scanned, please wait." : "Berkas sedang dipindai, silakan tunggu.",
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
"All files" : "Semua berkas",
|
||||
"Favorites" : "Favorit",
|
||||
"Home" : "Rumah",
|
||||
"Close" : "Tutup",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Tidak dapat mengunggah {filename} karena ini sebuah direktori atau memiliki ukuran 0 byte",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "Jumlah ukuran berkas {size1} melampaui batas unggah {size2}",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Ruang bebas tidak mencukupi, Anda mengunggah {size1} tetapi hanya {size2} yang tersisa",
|
||||
|
@ -36,11 +37,7 @@
|
|||
"{new_name} already exists" : "{new_name} sudah ada",
|
||||
"Could not create file" : "Tidak dapat membuat berkas",
|
||||
"Could not create folder" : "Tidak dapat membuat folder",
|
||||
"Rename" : "Ubah nama",
|
||||
"Delete" : "Hapus",
|
||||
"Disconnect storage" : "Memutuskan penyimpaan",
|
||||
"Unshare" : "Batalkan berbagi",
|
||||
"No permission to delete" : "Tidak memiliki hak untuk menghapus",
|
||||
"Actions" : "Tindakan",
|
||||
"Download" : "Unduh",
|
||||
"Select" : "Pilih",
|
||||
"Pending" : "Tertunda",
|
||||
|
@ -58,6 +55,7 @@
|
|||
"Modified" : "Dimodifikasi",
|
||||
"_%n folder_::_%n folders_" : ["%n folder"],
|
||||
"_%n file_::_%n files_" : ["%n berkas"],
|
||||
"{dirs} and {files}" : "{dirs} dan {files}",
|
||||
"You don’t have permission to upload or create files here" : "Anda tidak memiliki akses untuk mengunggah atau membuat berkas disini",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Mengunggah %n berkas"],
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" adalah nama berkas yang tidak sah.",
|
||||
|
@ -67,7 +65,8 @@
|
|||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Penyimpanan {owner} hampir penuh ({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Ruang penyimpanan hampir penuh ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["cocok dengan '{filter}'"],
|
||||
"{dirs} and {files}" : "{dirs} dan {files}",
|
||||
"Path" : "Jalur",
|
||||
"_%n byte_::_%n bytes_" : ["%n byte"],
|
||||
"Favorited" : "Difavoritkan",
|
||||
"Favorite" : "Favorit",
|
||||
"An error occurred while trying to update the tags" : "Terjadi kesalahan saat mencoba untuk memperbarui label",
|
||||
|
@ -91,8 +90,9 @@
|
|||
"File handling" : "Penanganan berkas",
|
||||
"Maximum upload size" : "Ukuran pengunggahan maksimum",
|
||||
"max. possible: " : "Kemungkinan maks.:",
|
||||
"With PHP-FPM this value may take up to 5 minutes to take effect after saving." : "Dengan PHP-FPM, nilai ini bisa memerlukan waktu hingga 5 menit untuk berlaku setelah penyimpanan.",
|
||||
"Save" : "Simpan",
|
||||
"Can not be edited from here due to insufficient permissions." : "Tidak dapat diidit dari sini karena tidak memiliki izin.",
|
||||
"Can not be edited from here due to insufficient permissions." : "Tidak dapat disunting dari sini karena tidak memiliki izin.",
|
||||
"Settings" : "Pengaturan",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" : "Gunakan alamat ini untuk <a href=\"%s\" target=\"_blank\">mengakses Berkas via WebDAV</a>",
|
||||
|
@ -107,6 +107,7 @@
|
|||
"Upload some content or sync with your devices!" : "Unggah beberapa konten dan sinkronisasikan dengan perangkat Anda!",
|
||||
"No entries found in this folder" : "Tidak ada entri yang ditemukan dalam folder ini",
|
||||
"Select all" : "Pilih Semua",
|
||||
"Delete" : "Hapus",
|
||||
"Upload too large" : "Yang diunggah terlalu besar",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Berkas yang dicoba untuk diunggah melebihi ukuran maksimum pengunggahan berkas di server ini.",
|
||||
"Files are being scanned, please wait." : "Berkas sedang dipindai, silakan tunggu.",
|
||||
|
|
|
@ -13,12 +13,10 @@ OC.L10N.register(
|
|||
"Failed to write to disk" : "Tókst ekki að skrifa á disk",
|
||||
"Invalid directory." : "Ógild mappa.",
|
||||
"Files" : "Skrár",
|
||||
"Close" : "Loka",
|
||||
"Upload cancelled." : "Hætt við innsendingu.",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." : "Innsending í gangi. Ef þú ferð af þessari síðu mun innsending misheppnast.",
|
||||
"{new_name} already exists" : "{new_name} er þegar til",
|
||||
"Rename" : "Endurskýra",
|
||||
"Delete" : "Eyða",
|
||||
"Unshare" : "Hætta deilingu",
|
||||
"Download" : "Niðurhal",
|
||||
"Select" : "Velja",
|
||||
"Pending" : "Bíður",
|
||||
|
@ -38,8 +36,9 @@ OC.L10N.register(
|
|||
"Folder" : "Mappa",
|
||||
"Upload" : "Senda inn",
|
||||
"Cancel upload" : "Hætta við innsendingu",
|
||||
"Delete" : "Eyða",
|
||||
"Upload too large" : "Innsend skrá er of stór",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Skrárnar sem þú ert að senda inn eru stærri en hámarks innsendingarstærð á þessum netþjóni.",
|
||||
"Files are being scanned, please wait." : "Verið er að skima skrár, vinsamlegast hinkraðu."
|
||||
},
|
||||
"nplurals=2; plural=(n % 10 == 1 || n % 100 != 11);");
|
||||
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");
|
||||
|
|
|
@ -11,12 +11,10 @@
|
|||
"Failed to write to disk" : "Tókst ekki að skrifa á disk",
|
||||
"Invalid directory." : "Ógild mappa.",
|
||||
"Files" : "Skrár",
|
||||
"Close" : "Loka",
|
||||
"Upload cancelled." : "Hætt við innsendingu.",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." : "Innsending í gangi. Ef þú ferð af þessari síðu mun innsending misheppnast.",
|
||||
"{new_name} already exists" : "{new_name} er þegar til",
|
||||
"Rename" : "Endurskýra",
|
||||
"Delete" : "Eyða",
|
||||
"Unshare" : "Hætta deilingu",
|
||||
"Download" : "Niðurhal",
|
||||
"Select" : "Velja",
|
||||
"Pending" : "Bíður",
|
||||
|
@ -36,8 +34,9 @@
|
|||
"Folder" : "Mappa",
|
||||
"Upload" : "Senda inn",
|
||||
"Cancel upload" : "Hætta við innsendingu",
|
||||
"Delete" : "Eyða",
|
||||
"Upload too large" : "Innsend skrá er of stór",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Skrárnar sem þú ert að senda inn eru stærri en hámarks innsendingarstærð á þessum netþjóni.",
|
||||
"Files are being scanned, please wait." : "Verið er að skima skrár, vinsamlegast hinkraðu."
|
||||
},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 || n % 100 != 11);"
|
||||
},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
|
||||
}
|
|
@ -29,6 +29,7 @@ OC.L10N.register(
|
|||
"All files" : "Tutti i file",
|
||||
"Favorites" : "Preferiti",
|
||||
"Home" : "Home",
|
||||
"Close" : "Chiudi",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Impossibile caricare {filename} poiché è una cartella oppure ha una dimensione di 0 byte.",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "La dimensione totale del file {size1} supera il limite di caricamento {size2}",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Spazio insufficiente, stai caricando {size1}, ma è rimasto solo {size2}",
|
||||
|
@ -38,11 +39,7 @@ OC.L10N.register(
|
|||
"{new_name} already exists" : "{new_name} esiste già",
|
||||
"Could not create file" : "Impossibile creare il file",
|
||||
"Could not create folder" : "Impossibile creare la cartella",
|
||||
"Rename" : "Rinomina",
|
||||
"Delete" : "Elimina",
|
||||
"Disconnect storage" : "Disconnetti archiviazione",
|
||||
"Unshare" : "Rimuovi condivisione",
|
||||
"No permission to delete" : "Nessun permesso per eliminare",
|
||||
"Actions" : "Azioni",
|
||||
"Download" : "Scarica",
|
||||
"Select" : "Seleziona",
|
||||
"Pending" : "In corso",
|
||||
|
@ -60,6 +57,7 @@ OC.L10N.register(
|
|||
"Modified" : "Modificato",
|
||||
"_%n folder_::_%n folders_" : ["%n cartella","%n cartelle"],
|
||||
"_%n file_::_%n files_" : ["%n file","%n file"],
|
||||
"{dirs} and {files}" : "{dirs} e {files}",
|
||||
"You don’t have permission to upload or create files here" : "Qui non hai i permessi di caricare o creare file",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Caricamento di %n file in corso","Caricamento di %n file in corso"],
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" non è un nome file valido.",
|
||||
|
@ -69,7 +67,8 @@ OC.L10N.register(
|
|||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Lo spazio di archiviazione di {owner} è quasi pieno ({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Lo spazio di archiviazione è quasi pieno ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["corrispondono a '{filter}'","corrisponde a '{filter}'"],
|
||||
"{dirs} and {files}" : "{dirs} e {files}",
|
||||
"Path" : "Percorso",
|
||||
"_%n byte_::_%n bytes_" : ["%n byte","%n byte"],
|
||||
"Favorited" : "Preferiti",
|
||||
"Favorite" : "Preferito",
|
||||
"An error occurred while trying to update the tags" : "Si è verificato un errore durante il tentativo di aggiornare le etichette",
|
||||
|
@ -93,6 +92,7 @@ OC.L10N.register(
|
|||
"File handling" : "Gestione file",
|
||||
"Maximum upload size" : "Dimensione massima caricamento",
|
||||
"max. possible: " : "numero mass.: ",
|
||||
"With PHP-FPM this value may take up to 5 minutes to take effect after saving." : "Con PHP-FPM questo valore potrebbe richiedere fino a 5 minuti perché abbia effetto dopo il salvataggio.",
|
||||
"Save" : "Salva",
|
||||
"Can not be edited from here due to insufficient permissions." : "Non può essere modificato da qui a causa della mancanza di permessi.",
|
||||
"Settings" : "Impostazioni",
|
||||
|
@ -109,6 +109,7 @@ OC.L10N.register(
|
|||
"Upload some content or sync with your devices!" : "Carica alcuni contenuti o sincronizza con i tuoi dispositivi!",
|
||||
"No entries found in this folder" : "Nessuna voce trovata in questa cartella",
|
||||
"Select all" : "Seleziona tutto",
|
||||
"Delete" : "Elimina",
|
||||
"Upload too large" : "Caricamento troppo grande",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "I file che stai provando a caricare superano la dimensione massima consentita su questo server.",
|
||||
"Files are being scanned, please wait." : "Scansione dei file in corso, attendi",
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
"All files" : "Tutti i file",
|
||||
"Favorites" : "Preferiti",
|
||||
"Home" : "Home",
|
||||
"Close" : "Chiudi",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Impossibile caricare {filename} poiché è una cartella oppure ha una dimensione di 0 byte.",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "La dimensione totale del file {size1} supera il limite di caricamento {size2}",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Spazio insufficiente, stai caricando {size1}, ma è rimasto solo {size2}",
|
||||
|
@ -36,11 +37,7 @@
|
|||
"{new_name} already exists" : "{new_name} esiste già",
|
||||
"Could not create file" : "Impossibile creare il file",
|
||||
"Could not create folder" : "Impossibile creare la cartella",
|
||||
"Rename" : "Rinomina",
|
||||
"Delete" : "Elimina",
|
||||
"Disconnect storage" : "Disconnetti archiviazione",
|
||||
"Unshare" : "Rimuovi condivisione",
|
||||
"No permission to delete" : "Nessun permesso per eliminare",
|
||||
"Actions" : "Azioni",
|
||||
"Download" : "Scarica",
|
||||
"Select" : "Seleziona",
|
||||
"Pending" : "In corso",
|
||||
|
@ -58,6 +55,7 @@
|
|||
"Modified" : "Modificato",
|
||||
"_%n folder_::_%n folders_" : ["%n cartella","%n cartelle"],
|
||||
"_%n file_::_%n files_" : ["%n file","%n file"],
|
||||
"{dirs} and {files}" : "{dirs} e {files}",
|
||||
"You don’t have permission to upload or create files here" : "Qui non hai i permessi di caricare o creare file",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Caricamento di %n file in corso","Caricamento di %n file in corso"],
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" non è un nome file valido.",
|
||||
|
@ -67,7 +65,8 @@
|
|||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Lo spazio di archiviazione di {owner} è quasi pieno ({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Lo spazio di archiviazione è quasi pieno ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["corrispondono a '{filter}'","corrisponde a '{filter}'"],
|
||||
"{dirs} and {files}" : "{dirs} e {files}",
|
||||
"Path" : "Percorso",
|
||||
"_%n byte_::_%n bytes_" : ["%n byte","%n byte"],
|
||||
"Favorited" : "Preferiti",
|
||||
"Favorite" : "Preferito",
|
||||
"An error occurred while trying to update the tags" : "Si è verificato un errore durante il tentativo di aggiornare le etichette",
|
||||
|
@ -91,6 +90,7 @@
|
|||
"File handling" : "Gestione file",
|
||||
"Maximum upload size" : "Dimensione massima caricamento",
|
||||
"max. possible: " : "numero mass.: ",
|
||||
"With PHP-FPM this value may take up to 5 minutes to take effect after saving." : "Con PHP-FPM questo valore potrebbe richiedere fino a 5 minuti perché abbia effetto dopo il salvataggio.",
|
||||
"Save" : "Salva",
|
||||
"Can not be edited from here due to insufficient permissions." : "Non può essere modificato da qui a causa della mancanza di permessi.",
|
||||
"Settings" : "Impostazioni",
|
||||
|
@ -107,6 +107,7 @@
|
|||
"Upload some content or sync with your devices!" : "Carica alcuni contenuti o sincronizza con i tuoi dispositivi!",
|
||||
"No entries found in this folder" : "Nessuna voce trovata in questa cartella",
|
||||
"Select all" : "Seleziona tutto",
|
||||
"Delete" : "Elimina",
|
||||
"Upload too large" : "Caricamento troppo grande",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "I file che stai provando a caricare superano la dimensione massima consentita su questo server.",
|
||||
"Files are being scanned, please wait." : "Scansione dei file in corso, attendi",
|
||||
|
|
|
@ -29,6 +29,7 @@ OC.L10N.register(
|
|||
"All files" : "すべてのファイル",
|
||||
"Favorites" : "お気に入り",
|
||||
"Home" : "ホーム",
|
||||
"Close" : "閉じる",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "ディレクトリもしくは0バイトのため {filename} をアップロードできません",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "合計ファイルサイズ {size1} はアップロード制限 {size2} を超過しています。",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "空き容量が十分でなく、 {size1} をアップロードしていますが、 {size2} しか残っていません。",
|
||||
|
@ -38,11 +39,7 @@ OC.L10N.register(
|
|||
"{new_name} already exists" : "{new_name} はすでに存在します",
|
||||
"Could not create file" : "ファイルを作成できませんでした",
|
||||
"Could not create folder" : "フォルダーを作成できませんでした",
|
||||
"Rename" : "名前の変更",
|
||||
"Delete" : "削除",
|
||||
"Disconnect storage" : "ストレージを切断する",
|
||||
"Unshare" : "共有解除",
|
||||
"No permission to delete" : "削除する権限がありません",
|
||||
"Actions" : "アクション",
|
||||
"Download" : "ダウンロード",
|
||||
"Select" : "選択",
|
||||
"Pending" : "中断",
|
||||
|
@ -60,6 +57,7 @@ OC.L10N.register(
|
|||
"Modified" : "更新日時",
|
||||
"_%n folder_::_%n folders_" : ["%n 個のフォルダー"],
|
||||
"_%n file_::_%n files_" : ["%n 個のファイル"],
|
||||
"{dirs} and {files}" : "{dirs} と {files}",
|
||||
"You don’t have permission to upload or create files here" : "ここにファイルをアップロードもしくは作成する権限がありません",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["%n 個のファイルをアップロード中"],
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" は無効なファイル名です。",
|
||||
|
@ -69,13 +67,14 @@ OC.L10N.register(
|
|||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "{owner} のストレージはほぼ一杯です。({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "ストレージがほぼ一杯です({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : [" '{filter}' にマッチ"],
|
||||
"{dirs} and {files}" : "{dirs} と {files}",
|
||||
"Path" : "Path",
|
||||
"_%n byte_::_%n bytes_" : ["%n バイト"],
|
||||
"Favorited" : "お気に入り済",
|
||||
"Favorite" : "お気に入り",
|
||||
"An error occurred while trying to update the tags" : "タグを更新する際にエラーが発生しました",
|
||||
"A new file or folder has been <strong>created</strong>" : "新しいファイルまたはフォルダーを<strong>作成</strong>したとき",
|
||||
"A file or folder has been <strong>changed</strong>" : "ファイルまたはフォルダーを<strong>変更</strong>したとき",
|
||||
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "<strong>お気に入りファイル</strong>に対する作成と変更の通知は制限されています。<em>(表示のみ)</em>",
|
||||
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "<strong>お気に入りファイル</strong>の作成と変更の通知を制限する<em>(ストリームのみ)</em>",
|
||||
"A file or folder has been <strong>deleted</strong>" : "ファイルまたはフォルダーを<strong>削除</strong>したとき",
|
||||
"A file or folder has been <strong>restored</strong>" : "ファイルまたはフォルダーを<strong>復元</strong>したとき",
|
||||
"You created %1$s" : "あなたは %1$s を作成しました",
|
||||
|
@ -93,6 +92,7 @@ OC.L10N.register(
|
|||
"File handling" : "ファイル操作",
|
||||
"Maximum upload size" : "最大アップロードサイズ",
|
||||
"max. possible: " : "最大容量: ",
|
||||
"With PHP-FPM this value may take up to 5 minutes to take effect after saving." : "PHP-FPM の場合は値を変更後、反映されるのに5分程度かかります。",
|
||||
"Save" : "保存",
|
||||
"Can not be edited from here due to insufficient permissions." : "権限不足のため直接編集することはできません。",
|
||||
"Settings" : "設定",
|
||||
|
@ -109,6 +109,7 @@ OC.L10N.register(
|
|||
"Upload some content or sync with your devices!" : "何かコンテンツをアップロードするか、デバイスからファイルを同期してください。",
|
||||
"No entries found in this folder" : "このフォルダーにはエントリーがありません",
|
||||
"Select all" : "すべて選択",
|
||||
"Delete" : "削除",
|
||||
"Upload too large" : "アップロードには大きすぎます。",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "アップロードしようとしているファイルは、サーバーで規定された最大サイズを超えています。",
|
||||
"Files are being scanned, please wait." : "ファイルをスキャンしています、しばらくお待ちください。",
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
"All files" : "すべてのファイル",
|
||||
"Favorites" : "お気に入り",
|
||||
"Home" : "ホーム",
|
||||
"Close" : "閉じる",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "ディレクトリもしくは0バイトのため {filename} をアップロードできません",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "合計ファイルサイズ {size1} はアップロード制限 {size2} を超過しています。",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "空き容量が十分でなく、 {size1} をアップロードしていますが、 {size2} しか残っていません。",
|
||||
|
@ -36,11 +37,7 @@
|
|||
"{new_name} already exists" : "{new_name} はすでに存在します",
|
||||
"Could not create file" : "ファイルを作成できませんでした",
|
||||
"Could not create folder" : "フォルダーを作成できませんでした",
|
||||
"Rename" : "名前の変更",
|
||||
"Delete" : "削除",
|
||||
"Disconnect storage" : "ストレージを切断する",
|
||||
"Unshare" : "共有解除",
|
||||
"No permission to delete" : "削除する権限がありません",
|
||||
"Actions" : "アクション",
|
||||
"Download" : "ダウンロード",
|
||||
"Select" : "選択",
|
||||
"Pending" : "中断",
|
||||
|
@ -58,6 +55,7 @@
|
|||
"Modified" : "更新日時",
|
||||
"_%n folder_::_%n folders_" : ["%n 個のフォルダー"],
|
||||
"_%n file_::_%n files_" : ["%n 個のファイル"],
|
||||
"{dirs} and {files}" : "{dirs} と {files}",
|
||||
"You don’t have permission to upload or create files here" : "ここにファイルをアップロードもしくは作成する権限がありません",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["%n 個のファイルをアップロード中"],
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" は無効なファイル名です。",
|
||||
|
@ -67,13 +65,14 @@
|
|||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "{owner} のストレージはほぼ一杯です。({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "ストレージがほぼ一杯です({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : [" '{filter}' にマッチ"],
|
||||
"{dirs} and {files}" : "{dirs} と {files}",
|
||||
"Path" : "Path",
|
||||
"_%n byte_::_%n bytes_" : ["%n バイト"],
|
||||
"Favorited" : "お気に入り済",
|
||||
"Favorite" : "お気に入り",
|
||||
"An error occurred while trying to update the tags" : "タグを更新する際にエラーが発生しました",
|
||||
"A new file or folder has been <strong>created</strong>" : "新しいファイルまたはフォルダーを<strong>作成</strong>したとき",
|
||||
"A file or folder has been <strong>changed</strong>" : "ファイルまたはフォルダーを<strong>変更</strong>したとき",
|
||||
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "<strong>お気に入りファイル</strong>に対する作成と変更の通知は制限されています。<em>(表示のみ)</em>",
|
||||
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "<strong>お気に入りファイル</strong>の作成と変更の通知を制限する<em>(ストリームのみ)</em>",
|
||||
"A file or folder has been <strong>deleted</strong>" : "ファイルまたはフォルダーを<strong>削除</strong>したとき",
|
||||
"A file or folder has been <strong>restored</strong>" : "ファイルまたはフォルダーを<strong>復元</strong>したとき",
|
||||
"You created %1$s" : "あなたは %1$s を作成しました",
|
||||
|
@ -91,6 +90,7 @@
|
|||
"File handling" : "ファイル操作",
|
||||
"Maximum upload size" : "最大アップロードサイズ",
|
||||
"max. possible: " : "最大容量: ",
|
||||
"With PHP-FPM this value may take up to 5 minutes to take effect after saving." : "PHP-FPM の場合は値を変更後、反映されるのに5分程度かかります。",
|
||||
"Save" : "保存",
|
||||
"Can not be edited from here due to insufficient permissions." : "権限不足のため直接編集することはできません。",
|
||||
"Settings" : "設定",
|
||||
|
@ -107,6 +107,7 @@
|
|||
"Upload some content or sync with your devices!" : "何かコンテンツをアップロードするか、デバイスからファイルを同期してください。",
|
||||
"No entries found in this folder" : "このフォルダーにはエントリーがありません",
|
||||
"Select all" : "すべて選択",
|
||||
"Delete" : "削除",
|
||||
"Upload too large" : "アップロードには大きすぎます。",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "アップロードしようとしているファイルは、サーバーで規定された最大サイズを超えています。",
|
||||
"Files are being scanned, please wait." : "ファイルをスキャンしています、しばらくお待ちください。",
|
||||
|
|
|
@ -17,12 +17,11 @@ OC.L10N.register(
|
|||
"Files" : "ფაილები",
|
||||
"Favorites" : "ფავორიტები",
|
||||
"Home" : "სახლი",
|
||||
"Close" : "დახურვა",
|
||||
"Upload cancelled." : "ატვირთვა შეჩერებულ იქნა.",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." : "მიმდინარეობს ფაილის ატვირთვა. სხვა გვერდზე გადასვლა გამოიწვევს ატვირთვის შეჩერებას",
|
||||
"{new_name} already exists" : "{new_name} უკვე არსებობს",
|
||||
"Rename" : "გადარქმევა",
|
||||
"Delete" : "წაშლა",
|
||||
"Unshare" : "გაუზიარებადი",
|
||||
"Actions" : "მოქმედებები",
|
||||
"Download" : "ჩამოტვირთვა",
|
||||
"Pending" : "მოცდის რეჟიმში",
|
||||
"Error" : "შეცდომა",
|
||||
|
@ -45,6 +44,7 @@ OC.L10N.register(
|
|||
"Folder" : "საქაღალდე",
|
||||
"Upload" : "ატვირთვა",
|
||||
"Cancel upload" : "ატვირთვის გაუქმება",
|
||||
"Delete" : "წაშლა",
|
||||
"Upload too large" : "ასატვირთი ფაილი ძალიან დიდია",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "ფაილის ზომა რომლის ატვირთვასაც თქვენ აპირებთ, აჭარბებს სერვერზე დაშვებულ მაქსიმუმს.",
|
||||
"Files are being scanned, please wait." : "მიმდინარეობს ფაილების სკანირება, გთხოვთ დაელოდოთ."
|
||||
|
|
|
@ -15,12 +15,11 @@
|
|||
"Files" : "ფაილები",
|
||||
"Favorites" : "ფავორიტები",
|
||||
"Home" : "სახლი",
|
||||
"Close" : "დახურვა",
|
||||
"Upload cancelled." : "ატვირთვა შეჩერებულ იქნა.",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." : "მიმდინარეობს ფაილის ატვირთვა. სხვა გვერდზე გადასვლა გამოიწვევს ატვირთვის შეჩერებას",
|
||||
"{new_name} already exists" : "{new_name} უკვე არსებობს",
|
||||
"Rename" : "გადარქმევა",
|
||||
"Delete" : "წაშლა",
|
||||
"Unshare" : "გაუზიარებადი",
|
||||
"Actions" : "მოქმედებები",
|
||||
"Download" : "ჩამოტვირთვა",
|
||||
"Pending" : "მოცდის რეჟიმში",
|
||||
"Error" : "შეცდომა",
|
||||
|
@ -43,6 +42,7 @@
|
|||
"Folder" : "საქაღალდე",
|
||||
"Upload" : "ატვირთვა",
|
||||
"Cancel upload" : "ატვირთვის გაუქმება",
|
||||
"Delete" : "წაშლა",
|
||||
"Upload too large" : "ასატვირთი ფაილი ძალიან დიდია",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "ფაილის ზომა რომლის ატვირთვასაც თქვენ აპირებთ, აჭარბებს სერვერზე დაშვებულ მაქსიმუმს.",
|
||||
"Files are being scanned, please wait." : "მიმდინარეობს ფაილების სკანირება, გთხოვთ დაელოდოთ."
|
||||
|
|
|
@ -7,11 +7,9 @@ OC.L10N.register(
|
|||
"No file was uploaded. Unknown error" : "មិនមានឯកសារដែលបានផ្ទុកឡើង។ មិនស្គាល់កំហុស",
|
||||
"There is no error, the file uploaded with success" : "មិនមានកំហុសអ្វីទេ ហើយឯកសារត្រូវបានផ្ទុកឡើងដោយជោគជ័យ",
|
||||
"Files" : "ឯកសារ",
|
||||
"Close" : "បិទ",
|
||||
"Upload cancelled." : "បានបោះបង់ការផ្ទុកឡើង។",
|
||||
"{new_name} already exists" : "មានឈ្មោះ {new_name} រួចហើយ",
|
||||
"Rename" : "ប្ដូរឈ្មោះ",
|
||||
"Delete" : "លុប",
|
||||
"Unshare" : "លែងចែករំលែក",
|
||||
"Download" : "ទាញយក",
|
||||
"Pending" : "កំពុងរង់ចាំ",
|
||||
"Error" : "កំហុស",
|
||||
|
@ -35,6 +33,7 @@ OC.L10N.register(
|
|||
"Folder" : "ថត",
|
||||
"Upload" : "ផ្ទុកឡើង",
|
||||
"Cancel upload" : "បោះបង់ការផ្ទុកឡើង",
|
||||
"Delete" : "លុប",
|
||||
"Upload too large" : "ផ្ទុកឡើងធំពេក"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
|
|
@ -5,11 +5,9 @@
|
|||
"No file was uploaded. Unknown error" : "មិនមានឯកសារដែលបានផ្ទុកឡើង។ មិនស្គាល់កំហុស",
|
||||
"There is no error, the file uploaded with success" : "មិនមានកំហុសអ្វីទេ ហើយឯកសារត្រូវបានផ្ទុកឡើងដោយជោគជ័យ",
|
||||
"Files" : "ឯកសារ",
|
||||
"Close" : "បិទ",
|
||||
"Upload cancelled." : "បានបោះបង់ការផ្ទុកឡើង។",
|
||||
"{new_name} already exists" : "មានឈ្មោះ {new_name} រួចហើយ",
|
||||
"Rename" : "ប្ដូរឈ្មោះ",
|
||||
"Delete" : "លុប",
|
||||
"Unshare" : "លែងចែករំលែក",
|
||||
"Download" : "ទាញយក",
|
||||
"Pending" : "កំពុងរង់ចាំ",
|
||||
"Error" : "កំហុស",
|
||||
|
@ -33,6 +31,7 @@
|
|||
"Folder" : "ថត",
|
||||
"Upload" : "ផ្ទុកឡើង",
|
||||
"Cancel upload" : "បោះបង់ការផ្ទុកឡើង",
|
||||
"Delete" : "លុប",
|
||||
"Upload too large" : "ផ្ទុកឡើងធំពេក"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
|
@ -25,15 +25,12 @@ OC.L10N.register(
|
|||
"All files" : "ಎಲ್ಲಾ ಕಡತಗಳು",
|
||||
"Favorites" : "ಅಚ್ಚುಮೆಚ್ಚಿನ",
|
||||
"Home" : "ಮುಖಪುಟ",
|
||||
"Close" : "ಮುಚ್ಚು",
|
||||
"Upload cancelled." : "ವರ್ಗಾವಣೆಯನ್ನು ರದ್ದು ಮಾಡಲಾಯಿತು.",
|
||||
"Could not get result from server." : "ಪರಿಚಾರಕ ಕಣಕದಿಂದ ಫಲಿತಾಂಶವನ್ನು ಪಡೆಯಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ.",
|
||||
"{new_name} already exists" : "ಈಗಾಗಲೇ {new_name} ಅಸ್ತಿತ್ವದಲ್ಲಿದೆ",
|
||||
"Could not create file" : "ಕಡತ ರಚಿಸಲಾಗಲಿಲ್ಲ",
|
||||
"Could not create folder" : "ಕೋಶವನ್ನು ರಚಿಸಲಾಗಿಲ್ಲ",
|
||||
"Rename" : "ಮರುಹೆಸರಿಸು",
|
||||
"Delete" : "ಅಳಿಸಿ",
|
||||
"Disconnect storage" : "ಸಂಗ್ರಹ ಸಾಧನವನ್ನು ತೆಗೆದುಹಾಕಿ",
|
||||
"Unshare" : "ಹಂಚಿಕೆಯನ್ನು ಹಿಂತೆಗೆ",
|
||||
"Download" : "ಪ್ರತಿಯನ್ನು ಸ್ಥಳೀಯವಾಗಿ ಉಳಿಸಿಕೊಳ್ಳಿ",
|
||||
"Select" : "ಆಯ್ಕೆ ಮಾಡಿ",
|
||||
"Pending" : "ಬಾಕಿ ಇದೆ",
|
||||
|
@ -68,6 +65,7 @@ OC.L10N.register(
|
|||
"Upload" : "ವರ್ಗಾಯಿಸಿ",
|
||||
"Cancel upload" : "ವರ್ಗಾವಣೆ ರದ್ದು ಮಾಡಿ",
|
||||
"Select all" : "ಎಲ್ಲಾ ಆಯ್ಕೆ ಮಾಡಿ",
|
||||
"Delete" : "ಅಳಿಸಿ",
|
||||
"Upload too large" : "ದೊಡ್ಡ ಪ್ರಮಾಣದ ಪ್ರತಿಗಳನ್ನು ವರ್ಗಾವಣೆ ಮಾಡಲು ಸಾದ್ಯವಿಲ್ಲ",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "ನೀವು ವರ್ಗಾಯಿಸಲು ಪ್ರಯತ್ನಿಸುತ್ತಿರುವ ಕಡತಗಳ ಗಾತ್ರ, ಈ ಗಣಕ ಕೋಶದ ಗರಿಷ್ಠ ಕಡತ ಮೀತಿಯಾನ್ನು ಮೀರುವಂತಿಲ್ಲ.",
|
||||
"Files are being scanned, please wait." : "ಕಡತಗಳನ್ನು ಪರೀಕ್ಷಿಸಲಾಗುತ್ತಿದೆ, ದಯವಿಟ್ಟು ನಿರೀಕ್ಷಿಸಿ.",
|
||||
|
|
|
@ -23,15 +23,12 @@
|
|||
"All files" : "ಎಲ್ಲಾ ಕಡತಗಳು",
|
||||
"Favorites" : "ಅಚ್ಚುಮೆಚ್ಚಿನ",
|
||||
"Home" : "ಮುಖಪುಟ",
|
||||
"Close" : "ಮುಚ್ಚು",
|
||||
"Upload cancelled." : "ವರ್ಗಾವಣೆಯನ್ನು ರದ್ದು ಮಾಡಲಾಯಿತು.",
|
||||
"Could not get result from server." : "ಪರಿಚಾರಕ ಕಣಕದಿಂದ ಫಲಿತಾಂಶವನ್ನು ಪಡೆಯಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ.",
|
||||
"{new_name} already exists" : "ಈಗಾಗಲೇ {new_name} ಅಸ್ತಿತ್ವದಲ್ಲಿದೆ",
|
||||
"Could not create file" : "ಕಡತ ರಚಿಸಲಾಗಲಿಲ್ಲ",
|
||||
"Could not create folder" : "ಕೋಶವನ್ನು ರಚಿಸಲಾಗಿಲ್ಲ",
|
||||
"Rename" : "ಮರುಹೆಸರಿಸು",
|
||||
"Delete" : "ಅಳಿಸಿ",
|
||||
"Disconnect storage" : "ಸಂಗ್ರಹ ಸಾಧನವನ್ನು ತೆಗೆದುಹಾಕಿ",
|
||||
"Unshare" : "ಹಂಚಿಕೆಯನ್ನು ಹಿಂತೆಗೆ",
|
||||
"Download" : "ಪ್ರತಿಯನ್ನು ಸ್ಥಳೀಯವಾಗಿ ಉಳಿಸಿಕೊಳ್ಳಿ",
|
||||
"Select" : "ಆಯ್ಕೆ ಮಾಡಿ",
|
||||
"Pending" : "ಬಾಕಿ ಇದೆ",
|
||||
|
@ -66,6 +63,7 @@
|
|||
"Upload" : "ವರ್ಗಾಯಿಸಿ",
|
||||
"Cancel upload" : "ವರ್ಗಾವಣೆ ರದ್ದು ಮಾಡಿ",
|
||||
"Select all" : "ಎಲ್ಲಾ ಆಯ್ಕೆ ಮಾಡಿ",
|
||||
"Delete" : "ಅಳಿಸಿ",
|
||||
"Upload too large" : "ದೊಡ್ಡ ಪ್ರಮಾಣದ ಪ್ರತಿಗಳನ್ನು ವರ್ಗಾವಣೆ ಮಾಡಲು ಸಾದ್ಯವಿಲ್ಲ",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "ನೀವು ವರ್ಗಾಯಿಸಲು ಪ್ರಯತ್ನಿಸುತ್ತಿರುವ ಕಡತಗಳ ಗಾತ್ರ, ಈ ಗಣಕ ಕೋಶದ ಗರಿಷ್ಠ ಕಡತ ಮೀತಿಯಾನ್ನು ಮೀರುವಂತಿಲ್ಲ.",
|
||||
"Files are being scanned, please wait." : "ಕಡತಗಳನ್ನು ಪರೀಕ್ಷಿಸಲಾಗುತ್ತಿದೆ, ದಯವಿಟ್ಟು ನಿರೀಕ್ಷಿಸಿ.",
|
||||
|
|
|
@ -29,6 +29,7 @@ OC.L10N.register(
|
|||
"All files" : "모든 파일",
|
||||
"Favorites" : "즐겨찾기",
|
||||
"Home" : "가정",
|
||||
"Close" : "닫기",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "{filename}을(를) 업로드할 수 없습니다. 폴더이거나 0 바이트 파일입니다.",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "총 파일 크기 {size1}이(가) 업로드 제한 {size2}을(를) 초과함",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "빈 공간이 부족합니다. 업로드할 파일 크기는 {size1}이지만 현재 {size2}만큼 비었습니다",
|
||||
|
@ -38,11 +39,7 @@ OC.L10N.register(
|
|||
"{new_name} already exists" : "{new_name}이(가) 이미 존재함",
|
||||
"Could not create file" : "파일을 만들 수 없음",
|
||||
"Could not create folder" : "폴더를 만들 수 없음",
|
||||
"Rename" : "이름 바꾸기",
|
||||
"Delete" : "삭제",
|
||||
"Disconnect storage" : "저장소 연결 해제",
|
||||
"Unshare" : "공유 해제",
|
||||
"No permission to delete" : "삭제할 권한 없음",
|
||||
"Actions" : "작업",
|
||||
"Download" : "다운로드",
|
||||
"Select" : "선택",
|
||||
"Pending" : "대기 중",
|
||||
|
@ -60,6 +57,7 @@ OC.L10N.register(
|
|||
"Modified" : "수정됨",
|
||||
"_%n folder_::_%n folders_" : ["폴더 %n개"],
|
||||
"_%n file_::_%n files_" : ["파일 %n개"],
|
||||
"{dirs} and {files}" : "{dirs} 그리고 {files}",
|
||||
"You don’t have permission to upload or create files here" : "여기에 파일을 업로드하거나 만들 권한이 없습니다",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["파일 %n개 업로드 중"],
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\"은(는) 잘못된 파일 이름입니다.",
|
||||
|
@ -69,7 +67,6 @@ OC.L10N.register(
|
|||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "{owner}의 저장 공간이 거의 가득 찼습니다({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "저장 공간이 거의 가득 찼습니다({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["'{filter}'와(과) 일치"],
|
||||
"{dirs} and {files}" : "{dirs} 그리고 {files}",
|
||||
"Favorited" : "책갈피에 추가됨",
|
||||
"Favorite" : "즐겨찾기",
|
||||
"An error occurred while trying to update the tags" : "태그를 업데이트하는 중 오류 발생",
|
||||
|
@ -109,6 +106,7 @@ OC.L10N.register(
|
|||
"Upload some content or sync with your devices!" : "파일을 업로드하거나 장치와 동기화하십시오!",
|
||||
"No entries found in this folder" : "이 폴더에 항목 없음",
|
||||
"Select all" : "모두 선택",
|
||||
"Delete" : "삭제",
|
||||
"Upload too large" : "업로드한 파일이 너무 큼",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "이 파일이 서버에서 허용하는 최대 업로드 가능 용량보다 큽니다.",
|
||||
"Files are being scanned, please wait." : "파일을 검색하고 있습니다. 기다려 주십시오.",
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
"All files" : "모든 파일",
|
||||
"Favorites" : "즐겨찾기",
|
||||
"Home" : "가정",
|
||||
"Close" : "닫기",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "{filename}을(를) 업로드할 수 없습니다. 폴더이거나 0 바이트 파일입니다.",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "총 파일 크기 {size1}이(가) 업로드 제한 {size2}을(를) 초과함",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "빈 공간이 부족합니다. 업로드할 파일 크기는 {size1}이지만 현재 {size2}만큼 비었습니다",
|
||||
|
@ -36,11 +37,7 @@
|
|||
"{new_name} already exists" : "{new_name}이(가) 이미 존재함",
|
||||
"Could not create file" : "파일을 만들 수 없음",
|
||||
"Could not create folder" : "폴더를 만들 수 없음",
|
||||
"Rename" : "이름 바꾸기",
|
||||
"Delete" : "삭제",
|
||||
"Disconnect storage" : "저장소 연결 해제",
|
||||
"Unshare" : "공유 해제",
|
||||
"No permission to delete" : "삭제할 권한 없음",
|
||||
"Actions" : "작업",
|
||||
"Download" : "다운로드",
|
||||
"Select" : "선택",
|
||||
"Pending" : "대기 중",
|
||||
|
@ -58,6 +55,7 @@
|
|||
"Modified" : "수정됨",
|
||||
"_%n folder_::_%n folders_" : ["폴더 %n개"],
|
||||
"_%n file_::_%n files_" : ["파일 %n개"],
|
||||
"{dirs} and {files}" : "{dirs} 그리고 {files}",
|
||||
"You don’t have permission to upload or create files here" : "여기에 파일을 업로드하거나 만들 권한이 없습니다",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["파일 %n개 업로드 중"],
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\"은(는) 잘못된 파일 이름입니다.",
|
||||
|
@ -67,7 +65,6 @@
|
|||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "{owner}의 저장 공간이 거의 가득 찼습니다({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "저장 공간이 거의 가득 찼습니다({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["'{filter}'와(과) 일치"],
|
||||
"{dirs} and {files}" : "{dirs} 그리고 {files}",
|
||||
"Favorited" : "책갈피에 추가됨",
|
||||
"Favorite" : "즐겨찾기",
|
||||
"An error occurred while trying to update the tags" : "태그를 업데이트하는 중 오류 발생",
|
||||
|
@ -107,6 +104,7 @@
|
|||
"Upload some content or sync with your devices!" : "파일을 업로드하거나 장치와 동기화하십시오!",
|
||||
"No entries found in this folder" : "이 폴더에 항목 없음",
|
||||
"Select all" : "모두 선택",
|
||||
"Delete" : "삭제",
|
||||
"Upload too large" : "업로드한 파일이 너무 큼",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "이 파일이 서버에서 허용하는 최대 업로드 가능 용량보다 큽니다.",
|
||||
"Files are being scanned, please wait." : "파일을 검색하고 있습니다. 기다려 주십시오.",
|
||||
|
|
|
@ -3,6 +3,7 @@ OC.L10N.register(
|
|||
{
|
||||
"Files" : "پهڕگەکان",
|
||||
"Favorites" : "دڵخوازەکان",
|
||||
"Close" : "دابخه",
|
||||
"Download" : "داگرتن",
|
||||
"Select" : "دیاریکردنی",
|
||||
"Error" : "ههڵه",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{ "translations": {
|
||||
"Files" : "پهڕگەکان",
|
||||
"Favorites" : "دڵخوازەکان",
|
||||
"Close" : "دابخه",
|
||||
"Download" : "داگرتن",
|
||||
"Select" : "دیاریکردنی",
|
||||
"Error" : "ههڵه",
|
||||
|
|
|
@ -11,11 +11,9 @@ OC.L10N.register(
|
|||
"Files" : "Dateien",
|
||||
"Favorites" : "Favoriten",
|
||||
"Home" : "Doheem",
|
||||
"Close" : "Zoumaachen",
|
||||
"Upload cancelled." : "Upload ofgebrach.",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." : "File Upload am gaang. Wann's de des Säit verléiss gëtt den Upload ofgebrach.",
|
||||
"Rename" : "Ëm-benennen",
|
||||
"Delete" : "Läschen",
|
||||
"Unshare" : "Net méi deelen",
|
||||
"Download" : "Download",
|
||||
"Select" : "Auswielen",
|
||||
"Error" : "Fehler",
|
||||
|
@ -35,6 +33,7 @@ OC.L10N.register(
|
|||
"Cancel upload" : "Upload ofbriechen",
|
||||
"No entries found in this folder" : "Keng Elementer an dësem Dossier fonnt",
|
||||
"Select all" : "All auswielen",
|
||||
"Delete" : "Läschen",
|
||||
"Upload too large" : "Upload ze grouss",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Déi Dateien déi Dir probéiert erop ze lueden sinn méi grouss wei déi Maximal Gréisst déi op dësem Server erlaabt ass.",
|
||||
"Files are being scanned, please wait." : "Fichieren gi gescannt, war weg."
|
||||
|
|
|
@ -9,11 +9,9 @@
|
|||
"Files" : "Dateien",
|
||||
"Favorites" : "Favoriten",
|
||||
"Home" : "Doheem",
|
||||
"Close" : "Zoumaachen",
|
||||
"Upload cancelled." : "Upload ofgebrach.",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." : "File Upload am gaang. Wann's de des Säit verléiss gëtt den Upload ofgebrach.",
|
||||
"Rename" : "Ëm-benennen",
|
||||
"Delete" : "Läschen",
|
||||
"Unshare" : "Net méi deelen",
|
||||
"Download" : "Download",
|
||||
"Select" : "Auswielen",
|
||||
"Error" : "Fehler",
|
||||
|
@ -33,6 +31,7 @@
|
|||
"Cancel upload" : "Upload ofbriechen",
|
||||
"No entries found in this folder" : "Keng Elementer an dësem Dossier fonnt",
|
||||
"Select all" : "All auswielen",
|
||||
"Delete" : "Läschen",
|
||||
"Upload too large" : "Upload ze grouss",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Déi Dateien déi Dir probéiert erop ze lueden sinn méi grouss wei déi Maximal Gréisst déi op dësem Server erlaabt ass.",
|
||||
"Files are being scanned, please wait." : "Fichieren gi gescannt, war weg."
|
||||
|
|
|
@ -29,6 +29,7 @@ OC.L10N.register(
|
|||
"All files" : "Visi failai",
|
||||
"Favorites" : "Mėgstamiausi",
|
||||
"Home" : "Namų",
|
||||
"Close" : "Užverti",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Nepavyksta įkelti {filename}, nes tai katalogas arba yra 0 baitų dydžio",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "Visas failo dydis {size1} viršyja įkėlimo limitą {size2}",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nepakanka laisvos vietos. Keliate {size1}, bet tik {size2} yra likę",
|
||||
|
@ -38,11 +39,7 @@ OC.L10N.register(
|
|||
"{new_name} already exists" : "{new_name} jau egzistuoja",
|
||||
"Could not create file" : "Neįmanoma sukurti failo",
|
||||
"Could not create folder" : "Neįmanoma sukurti aplanko",
|
||||
"Rename" : "Pervadinti",
|
||||
"Delete" : "Ištrinti",
|
||||
"Disconnect storage" : "Atjungti saugyklą",
|
||||
"Unshare" : "Nebesidalinti",
|
||||
"No permission to delete" : "Neturite leidimų ištrinti",
|
||||
"Actions" : "Veiksmai",
|
||||
"Download" : "Atsisiųsti",
|
||||
"Select" : "Pasirinkiti",
|
||||
"Pending" : "Laukiantis",
|
||||
|
@ -60,6 +57,7 @@ OC.L10N.register(
|
|||
"Modified" : "Pakeista",
|
||||
"_%n folder_::_%n folders_" : ["%n aplankas","%n aplankai","%n aplankų"],
|
||||
"_%n file_::_%n files_" : ["%n failas","%n failai","%n failų"],
|
||||
"{dirs} and {files}" : "{dirs} ir {files}",
|
||||
"You don’t have permission to upload or create files here" : "Jūs neturite leidimo čia įkelti arba kurti failus",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Įkeliamas %n failas","Įkeliami %n failai","Įkeliama %n failų"],
|
||||
"\"{name}\" is an invalid file name." : "„{name}“ yra netinkamas failo pavadinime.",
|
||||
|
@ -69,7 +67,6 @@ OC.L10N.register(
|
|||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "{owner} saugykla yra beveik pilna ({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Jūsų vieta serveryje beveik visa užimta ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["atitikmuo „{filter}“","atitikmenys „{filter}“","atitikmenų „{filter}“"],
|
||||
"{dirs} and {files}" : "{dirs} ir {files}",
|
||||
"Favorited" : "Pažymėta mėgstamu",
|
||||
"Favorite" : "Mėgiamas",
|
||||
"An error occurred while trying to update the tags" : "Bandant atnaujinti žymes įvyko klaida",
|
||||
|
@ -109,6 +106,7 @@ OC.L10N.register(
|
|||
"Upload some content or sync with your devices!" : "Įkelkite kokį nors turinį, arba sinchronizuokite su savo įrenginiais!",
|
||||
"No entries found in this folder" : "Nerasta įrašų šiame aplanke",
|
||||
"Select all" : "Pažymėti viską",
|
||||
"Delete" : "Ištrinti",
|
||||
"Upload too large" : "Įkėlimui failas per didelis",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Bandomų įkelti failų dydis viršija maksimalų, kuris leidžiamas šiame serveryje",
|
||||
"Files are being scanned, please wait." : "Skenuojami failai, prašome palaukti.",
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
"All files" : "Visi failai",
|
||||
"Favorites" : "Mėgstamiausi",
|
||||
"Home" : "Namų",
|
||||
"Close" : "Užverti",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Nepavyksta įkelti {filename}, nes tai katalogas arba yra 0 baitų dydžio",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "Visas failo dydis {size1} viršyja įkėlimo limitą {size2}",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nepakanka laisvos vietos. Keliate {size1}, bet tik {size2} yra likę",
|
||||
|
@ -36,11 +37,7 @@
|
|||
"{new_name} already exists" : "{new_name} jau egzistuoja",
|
||||
"Could not create file" : "Neįmanoma sukurti failo",
|
||||
"Could not create folder" : "Neįmanoma sukurti aplanko",
|
||||
"Rename" : "Pervadinti",
|
||||
"Delete" : "Ištrinti",
|
||||
"Disconnect storage" : "Atjungti saugyklą",
|
||||
"Unshare" : "Nebesidalinti",
|
||||
"No permission to delete" : "Neturite leidimų ištrinti",
|
||||
"Actions" : "Veiksmai",
|
||||
"Download" : "Atsisiųsti",
|
||||
"Select" : "Pasirinkiti",
|
||||
"Pending" : "Laukiantis",
|
||||
|
@ -58,6 +55,7 @@
|
|||
"Modified" : "Pakeista",
|
||||
"_%n folder_::_%n folders_" : ["%n aplankas","%n aplankai","%n aplankų"],
|
||||
"_%n file_::_%n files_" : ["%n failas","%n failai","%n failų"],
|
||||
"{dirs} and {files}" : "{dirs} ir {files}",
|
||||
"You don’t have permission to upload or create files here" : "Jūs neturite leidimo čia įkelti arba kurti failus",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Įkeliamas %n failas","Įkeliami %n failai","Įkeliama %n failų"],
|
||||
"\"{name}\" is an invalid file name." : "„{name}“ yra netinkamas failo pavadinime.",
|
||||
|
@ -67,7 +65,6 @@
|
|||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "{owner} saugykla yra beveik pilna ({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Jūsų vieta serveryje beveik visa užimta ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["atitikmuo „{filter}“","atitikmenys „{filter}“","atitikmenų „{filter}“"],
|
||||
"{dirs} and {files}" : "{dirs} ir {files}",
|
||||
"Favorited" : "Pažymėta mėgstamu",
|
||||
"Favorite" : "Mėgiamas",
|
||||
"An error occurred while trying to update the tags" : "Bandant atnaujinti žymes įvyko klaida",
|
||||
|
@ -107,6 +104,7 @@
|
|||
"Upload some content or sync with your devices!" : "Įkelkite kokį nors turinį, arba sinchronizuokite su savo įrenginiais!",
|
||||
"No entries found in this folder" : "Nerasta įrašų šiame aplanke",
|
||||
"Select all" : "Pažymėti viską",
|
||||
"Delete" : "Ištrinti",
|
||||
"Upload too large" : "Įkėlimui failas per didelis",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Bandomų įkelti failų dydis viršija maksimalų, kuris leidžiamas šiame serveryje",
|
||||
"Files are being scanned, please wait." : "Skenuojami failai, prašome palaukti.",
|
||||
|
|
|
@ -29,6 +29,7 @@ OC.L10N.register(
|
|||
"All files" : "Visas datnes",
|
||||
"Favorites" : "Iecienītie",
|
||||
"Home" : "Mājas",
|
||||
"Close" : "Aizvērt",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Neizdodas augšupielādēt {filename}, jo tā ir vai nu mape vai 0 baitu saturošs fails.",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "Kopējais faila izmērs {size1} pārsniedz augšupielādes ierobežojumu {size2}",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nav pietiekami daudz brīvas vietas. Tiek augšupielādēti {size1}, bet pieejami tikai {size2}",
|
||||
|
@ -38,10 +39,7 @@ OC.L10N.register(
|
|||
"{new_name} already exists" : "{new_name} jau eksistē",
|
||||
"Could not create file" : "Neizdevās izveidot datni",
|
||||
"Could not create folder" : "Neizdevās izveidot mapi",
|
||||
"Rename" : "Pārsaukt",
|
||||
"Delete" : "Dzēst",
|
||||
"Disconnect storage" : "Atvienot krātuvi",
|
||||
"Unshare" : "Pārtraukt dalīšanos",
|
||||
"Actions" : "Darbības",
|
||||
"Download" : "Lejupielādēt",
|
||||
"Select" : "Norādīt",
|
||||
"Pending" : "Gaida savu kārtu",
|
||||
|
@ -57,6 +55,7 @@ OC.L10N.register(
|
|||
"Modified" : "Mainīts",
|
||||
"_%n folder_::_%n folders_" : ["%n mapes","%n mape","%n mapes"],
|
||||
"_%n file_::_%n files_" : ["%n faili","%n fails","%n faili"],
|
||||
"{dirs} and {files}" : "{dirs} un {files}",
|
||||
"You don’t have permission to upload or create files here" : "Jums nav tiesību, augšupielādēt vai veidot, šeit datnes",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["%n","Augšupielāde %n failu","Augšupielāde %n failus"],
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" ir nepareizs datnes nosaukums.",
|
||||
|
@ -64,7 +63,6 @@ OC.L10N.register(
|
|||
"Your storage is full, files can not be updated or synced anymore!" : "Jūsu krātuve ir pilna, datnes vairs nevar augšupielādēt vai sinhronizēt!",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Jūsu krātuve ir gandrīz pilna ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["atrasts pēc '{filter}'","atrasts pēc '{filter}'","atrasti pēc '{filter}'"],
|
||||
"{dirs} and {files}" : "{dirs} un {files}",
|
||||
"Favorited" : "Favorīti",
|
||||
"Favorite" : "Iecienītais",
|
||||
"An error occurred while trying to update the tags" : "Atjaunojot atzīmes notika kļūda",
|
||||
|
@ -101,6 +99,7 @@ OC.L10N.register(
|
|||
"Upload some content or sync with your devices!" : "Augšupielādē kaut ko vai sinhronizē saturu ar savām ierīcēm!",
|
||||
"No entries found in this folder" : "Šajā mapē nekas nav atrasts",
|
||||
"Select all" : "Atzīmēt visu",
|
||||
"Delete" : "Dzēst",
|
||||
"Upload too large" : "Datne ir par lielu, lai to augšupielādētu",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Augšupielādējamās datnes pārsniedz servera pieļaujamo datņu augšupielādes apjomu",
|
||||
"Files are being scanned, please wait." : "Datnes šobrīd tiek caurskatītas, lūdzu, uzgaidiet.",
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
"All files" : "Visas datnes",
|
||||
"Favorites" : "Iecienītie",
|
||||
"Home" : "Mājas",
|
||||
"Close" : "Aizvērt",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Neizdodas augšupielādēt {filename}, jo tā ir vai nu mape vai 0 baitu saturošs fails.",
|
||||
"Total file size {size1} exceeds upload limit {size2}" : "Kopējais faila izmērs {size1} pārsniedz augšupielādes ierobežojumu {size2}",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nav pietiekami daudz brīvas vietas. Tiek augšupielādēti {size1}, bet pieejami tikai {size2}",
|
||||
|
@ -36,10 +37,7 @@
|
|||
"{new_name} already exists" : "{new_name} jau eksistē",
|
||||
"Could not create file" : "Neizdevās izveidot datni",
|
||||
"Could not create folder" : "Neizdevās izveidot mapi",
|
||||
"Rename" : "Pārsaukt",
|
||||
"Delete" : "Dzēst",
|
||||
"Disconnect storage" : "Atvienot krātuvi",
|
||||
"Unshare" : "Pārtraukt dalīšanos",
|
||||
"Actions" : "Darbības",
|
||||
"Download" : "Lejupielādēt",
|
||||
"Select" : "Norādīt",
|
||||
"Pending" : "Gaida savu kārtu",
|
||||
|
@ -55,6 +53,7 @@
|
|||
"Modified" : "Mainīts",
|
||||
"_%n folder_::_%n folders_" : ["%n mapes","%n mape","%n mapes"],
|
||||
"_%n file_::_%n files_" : ["%n faili","%n fails","%n faili"],
|
||||
"{dirs} and {files}" : "{dirs} un {files}",
|
||||
"You don’t have permission to upload or create files here" : "Jums nav tiesību, augšupielādēt vai veidot, šeit datnes",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["%n","Augšupielāde %n failu","Augšupielāde %n failus"],
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" ir nepareizs datnes nosaukums.",
|
||||
|
@ -62,7 +61,6 @@
|
|||
"Your storage is full, files can not be updated or synced anymore!" : "Jūsu krātuve ir pilna, datnes vairs nevar augšupielādēt vai sinhronizēt!",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Jūsu krātuve ir gandrīz pilna ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["atrasts pēc '{filter}'","atrasts pēc '{filter}'","atrasti pēc '{filter}'"],
|
||||
"{dirs} and {files}" : "{dirs} un {files}",
|
||||
"Favorited" : "Favorīti",
|
||||
"Favorite" : "Iecienītais",
|
||||
"An error occurred while trying to update the tags" : "Atjaunojot atzīmes notika kļūda",
|
||||
|
@ -99,6 +97,7 @@
|
|||
"Upload some content or sync with your devices!" : "Augšupielādē kaut ko vai sinhronizē saturu ar savām ierīcēm!",
|
||||
"No entries found in this folder" : "Šajā mapē nekas nav atrasts",
|
||||
"Select all" : "Atzīmēt visu",
|
||||
"Delete" : "Dzēst",
|
||||
"Upload too large" : "Datne ir par lielu, lai to augšupielādētu",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Augšupielādējamās datnes pārsniedz servera pieļaujamo datņu augšupielādes apjomu",
|
||||
"Files are being scanned, please wait." : "Datnes šobrīd tiek caurskatītas, lūdzu, uzgaidiet.",
|
||||
|
|
|
@ -22,15 +22,14 @@ OC.L10N.register(
|
|||
"Files" : "Датотеки",
|
||||
"Favorites" : "Омилени",
|
||||
"Home" : "Дома",
|
||||
"Close" : "Затвори",
|
||||
"Upload cancelled." : "Преземањето е прекинато.",
|
||||
"Could not get result from server." : "Не можам да добијам резултат од серверот.",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." : "Подигање на датотека е во тек. Напуштење на страницата ќе го прекине.",
|
||||
"{new_name} already exists" : "{new_name} веќе постои",
|
||||
"Could not create file" : "Не множам да креирам датотека",
|
||||
"Could not create folder" : "Не можам да креирам папка",
|
||||
"Rename" : "Преименувај",
|
||||
"Delete" : "Избриши",
|
||||
"Unshare" : "Не споделувај",
|
||||
"Actions" : "Акции",
|
||||
"Download" : "Преземи",
|
||||
"Select" : "Избери",
|
||||
"Pending" : "Чека",
|
||||
|
@ -40,10 +39,10 @@ OC.L10N.register(
|
|||
"Name" : "Име",
|
||||
"Size" : "Големина",
|
||||
"Modified" : "Променето",
|
||||
"{dirs} and {files}" : "{dirs} и {files}",
|
||||
"File name cannot be empty." : "Името на датотеката не може да биде празно.",
|
||||
"Your storage is full, files can not be updated or synced anymore!" : "Вашиот сториџ е полн, датотеките веќе не можат да се освежуваат или синхронизираат!",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Вашиот сториџ е скоро полн ({usedSpacePercent}%)",
|
||||
"{dirs} and {files}" : "{dirs} и {files}",
|
||||
"You created %1$s" : "Вие креиравте %1$s",
|
||||
"%2$s created %1$s" : "%2$s креирано %1$s",
|
||||
"You changed %1$s" : "Вие изменивте %1$s",
|
||||
|
@ -64,6 +63,7 @@ OC.L10N.register(
|
|||
"Folder" : "Папка",
|
||||
"Upload" : "Подигни",
|
||||
"Cancel upload" : "Откажи прикачување",
|
||||
"Delete" : "Избриши",
|
||||
"Upload too large" : "Фајлот кој се вчитува е преголем",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Датотеките кои се обидувате да ги подигнете ја надминуваат максималната големина за подигнување датотеки на овој сервер.",
|
||||
"Files are being scanned, please wait." : "Се скенираат датотеки, ве молам почекајте."
|
||||
|
|
|
@ -20,15 +20,14 @@
|
|||
"Files" : "Датотеки",
|
||||
"Favorites" : "Омилени",
|
||||
"Home" : "Дома",
|
||||
"Close" : "Затвори",
|
||||
"Upload cancelled." : "Преземањето е прекинато.",
|
||||
"Could not get result from server." : "Не можам да добијам резултат од серверот.",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." : "Подигање на датотека е во тек. Напуштење на страницата ќе го прекине.",
|
||||
"{new_name} already exists" : "{new_name} веќе постои",
|
||||
"Could not create file" : "Не множам да креирам датотека",
|
||||
"Could not create folder" : "Не можам да креирам папка",
|
||||
"Rename" : "Преименувај",
|
||||
"Delete" : "Избриши",
|
||||
"Unshare" : "Не споделувај",
|
||||
"Actions" : "Акции",
|
||||
"Download" : "Преземи",
|
||||
"Select" : "Избери",
|
||||
"Pending" : "Чека",
|
||||
|
@ -38,10 +37,10 @@
|
|||
"Name" : "Име",
|
||||
"Size" : "Големина",
|
||||
"Modified" : "Променето",
|
||||
"{dirs} and {files}" : "{dirs} и {files}",
|
||||
"File name cannot be empty." : "Името на датотеката не може да биде празно.",
|
||||
"Your storage is full, files can not be updated or synced anymore!" : "Вашиот сториџ е полн, датотеките веќе не можат да се освежуваат или синхронизираат!",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Вашиот сториџ е скоро полн ({usedSpacePercent}%)",
|
||||
"{dirs} and {files}" : "{dirs} и {files}",
|
||||
"You created %1$s" : "Вие креиравте %1$s",
|
||||
"%2$s created %1$s" : "%2$s креирано %1$s",
|
||||
"You changed %1$s" : "Вие изменивте %1$s",
|
||||
|
@ -62,6 +61,7 @@
|
|||
"Folder" : "Папка",
|
||||
"Upload" : "Подигни",
|
||||
"Cancel upload" : "Откажи прикачување",
|
||||
"Delete" : "Избриши",
|
||||
"Upload too large" : "Фајлот кој се вчитува е преголем",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Датотеките кои се обидувате да ги подигнете ја надминуваат максималната големина за подигнување датотеки на овој сервер.",
|
||||
"Files are being scanned, please wait." : "Се скенираат датотеки, ве молам почекајте."
|
||||
|
|
|
@ -10,9 +10,8 @@ OC.L10N.register(
|
|||
"Failed to write to disk" : "Gagal untuk disimpan",
|
||||
"Files" : "Fail-fail",
|
||||
"Home" : "Rumah",
|
||||
"Close" : "Tutup",
|
||||
"Upload cancelled." : "Muatnaik dibatalkan.",
|
||||
"Rename" : "Namakan",
|
||||
"Delete" : "Padam",
|
||||
"Download" : "Muat turun",
|
||||
"Pending" : "Dalam proses",
|
||||
"Error" : "Ralat",
|
||||
|
@ -32,6 +31,7 @@ OC.L10N.register(
|
|||
"Folder" : "Folder",
|
||||
"Upload" : "Muat naik",
|
||||
"Cancel upload" : "Batal muat naik",
|
||||
"Delete" : "Padam",
|
||||
"Upload too large" : "Muatnaik terlalu besar",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Fail yang cuba dimuat naik melebihi saiz maksimum fail upload server",
|
||||
"Files are being scanned, please wait." : "Fail sedang diimbas, harap bersabar."
|
||||
|
|
|
@ -8,9 +8,8 @@
|
|||
"Failed to write to disk" : "Gagal untuk disimpan",
|
||||
"Files" : "Fail-fail",
|
||||
"Home" : "Rumah",
|
||||
"Close" : "Tutup",
|
||||
"Upload cancelled." : "Muatnaik dibatalkan.",
|
||||
"Rename" : "Namakan",
|
||||
"Delete" : "Padam",
|
||||
"Download" : "Muat turun",
|
||||
"Pending" : "Dalam proses",
|
||||
"Error" : "Ralat",
|
||||
|
@ -30,6 +29,7 @@
|
|||
"Folder" : "Folder",
|
||||
"Upload" : "Muat naik",
|
||||
"Cancel upload" : "Batal muat naik",
|
||||
"Delete" : "Padam",
|
||||
"Upload too large" : "Muatnaik terlalu besar",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Fail yang cuba dimuat naik melebihi saiz maksimum fail upload server",
|
||||
"Files are being scanned, please wait." : "Fail sedang diimbas, harap bersabar."
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue