From 81626b43062b4814e08015cab5273dfa30586d68 Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Mon, 6 Nov 2017 02:19:49 +0100 Subject: [PATCH] [tx-robot] updated from transifex --- apps/files/l10n/sq.js | 4 ++++ apps/files/l10n/sq.json | 4 ++++ core/l10n/es.js | 6 ++++++ core/l10n/es.json | 6 ++++++ core/l10n/th_TH.js | 6 ++++++ core/l10n/th_TH.json | 6 ++++++ settings/l10n/es.js | 1 + settings/l10n/es.json | 1 + settings/l10n/zh_CN.js | 8 ++++++++ settings/l10n/zh_CN.json | 8 ++++++++ 10 files changed, 50 insertions(+) diff --git a/apps/files/l10n/sq.js b/apps/files/l10n/sq.js index 3601dca517ed..35e551e7859d 100644 --- a/apps/files/l10n/sq.js +++ b/apps/files/l10n/sq.js @@ -9,11 +9,14 @@ OC.L10N.register( "Home" : "Kreu", "Close" : "Mbylle", "Favorites" : "Të parapëlqyera", + "Upload timeout for file \"{file}\"" : "Mbarim kohe ngarkimi për kartelën \"{file}\"", "Could not create folder \"{dir}\"" : "S’u krijua dot dosja \"{dir}\"", "Upload cancelled." : "Ngarkimi u anulua.", + "Processing files..." : "Po përpunohen kartela…", "Unable to upload {filename} as it is a directory or has 0 bytes" : "S’arrihet të ngarkohet {filename}, ngaqë është drejtori ose ka 0 bajte", "Not enough free space, you are uploading {size1} but only {size2} is left" : "Nuk ka hapësirë të mjaftueshme, po ngarkoni {size1}, por ka vetëm {size2} të lira", "Target folder \"{dir}\" does not exist any more" : "Dosja vendmbërritje \"{dir}\" s’ekziston më", + "Target folder does not exist any more" : "Dosja e synuar nuk ekziston më", "Not enough free space" : "Pa hapësirë të lirë të mjaftueshme", "Uploading..." : "Po ngarkohet...", "..." : "...", @@ -56,6 +59,7 @@ OC.L10N.register( "New" : "E re", "\"{name}\" is an invalid file name." : "\"{name}\" është emër i pavlefshëm kartele.", "File name cannot be empty." : "Emri i kartelës s’mund të jetë i zbrazët.", + "File name cannot contain \"/\"." : "Emri i kartelës s’mund të përmbajë \"/\".", "Storage of {owner} is full, files can not be updated or synced anymore!" : "Depozita e {owner} është plot, kartelat s’mund të përditësohen ose njëkohësohen më!", "Your storage is full, files can not be updated or synced anymore!" : "Depozita juaj është plot, kartelat s’mund të përditësohen ose njëkohësohen më!", "Storage of {owner} is almost full ({usedSpacePercent}%)" : "Depozita e {owner} është thuasje plot ({usedSpacePercent}%)", diff --git a/apps/files/l10n/sq.json b/apps/files/l10n/sq.json index 23fb495ef81f..bca84459dcab 100644 --- a/apps/files/l10n/sq.json +++ b/apps/files/l10n/sq.json @@ -7,11 +7,14 @@ "Home" : "Kreu", "Close" : "Mbylle", "Favorites" : "Të parapëlqyera", + "Upload timeout for file \"{file}\"" : "Mbarim kohe ngarkimi për kartelën \"{file}\"", "Could not create folder \"{dir}\"" : "S’u krijua dot dosja \"{dir}\"", "Upload cancelled." : "Ngarkimi u anulua.", + "Processing files..." : "Po përpunohen kartela…", "Unable to upload {filename} as it is a directory or has 0 bytes" : "S’arrihet të ngarkohet {filename}, ngaqë është drejtori ose ka 0 bajte", "Not enough free space, you are uploading {size1} but only {size2} is left" : "Nuk ka hapësirë të mjaftueshme, po ngarkoni {size1}, por ka vetëm {size2} të lira", "Target folder \"{dir}\" does not exist any more" : "Dosja vendmbërritje \"{dir}\" s’ekziston më", + "Target folder does not exist any more" : "Dosja e synuar nuk ekziston më", "Not enough free space" : "Pa hapësirë të lirë të mjaftueshme", "Uploading..." : "Po ngarkohet...", "..." : "...", @@ -54,6 +57,7 @@ "New" : "E re", "\"{name}\" is an invalid file name." : "\"{name}\" është emër i pavlefshëm kartele.", "File name cannot be empty." : "Emri i kartelës s’mund të jetë i zbrazët.", + "File name cannot contain \"/\"." : "Emri i kartelës s’mund të përmbajë \"/\".", "Storage of {owner} is full, files can not be updated or synced anymore!" : "Depozita e {owner} është plot, kartelat s’mund të përditësohen ose njëkohësohen më!", "Your storage is full, files can not be updated or synced anymore!" : "Depozita juaj është plot, kartelat s’mund të përditësohen ose njëkohësohen më!", "Storage of {owner} is almost full ({usedSpacePercent}%)" : "Depozita e {owner} është thuasje plot ({usedSpacePercent}%)", diff --git a/core/l10n/es.js b/core/l10n/es.js index b1b8266dda7b..7698e4d9b4d2 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -166,6 +166,12 @@ OC.L10N.register( "Name" : "Nombre", "Filename" : "Nombre", "Password" : "Contraseña", + "Upload only (File Drop)" : "Sólo subir (Goteo de Archivo)", + "Receive files from others without revealing the contents of the folder." : "Reciba archivos de otros sin revelar el contenido de la carpeta.", + "Read only" : "Sólo leer", + "Users can view and download contents." : "Los usuarios pueden ver y descargar contenidos.", + "Read & Write" : "Leer y Escribir", + "Users can view, download, edit and upload contents." : "Los usuarios pueden ver, descargar, editar y subir contenidos.", "Edit link share: {name}" : "Editar link compartido: {name}", "Save" : "Guardar", "Create link share: {name}" : "Crear link compartido: {name}", diff --git a/core/l10n/es.json b/core/l10n/es.json index fff6b5fc1552..3a54004cbcef 100644 --- a/core/l10n/es.json +++ b/core/l10n/es.json @@ -164,6 +164,12 @@ "Name" : "Nombre", "Filename" : "Nombre", "Password" : "Contraseña", + "Upload only (File Drop)" : "Sólo subir (Goteo de Archivo)", + "Receive files from others without revealing the contents of the folder." : "Reciba archivos de otros sin revelar el contenido de la carpeta.", + "Read only" : "Sólo leer", + "Users can view and download contents." : "Los usuarios pueden ver y descargar contenidos.", + "Read & Write" : "Leer y Escribir", + "Users can view, download, edit and upload contents." : "Los usuarios pueden ver, descargar, editar y subir contenidos.", "Edit link share: {name}" : "Editar link compartido: {name}", "Save" : "Guardar", "Create link share: {name}" : "Crear link compartido: {name}", diff --git a/core/l10n/th_TH.js b/core/l10n/th_TH.js index b6d437da42aa..4e21d50db4cb 100644 --- a/core/l10n/th_TH.js +++ b/core/l10n/th_TH.js @@ -166,6 +166,12 @@ OC.L10N.register( "Name" : "ชื่อ", "Filename" : "ชื่อไฟล์", "Password" : "รหัสผ่าน", + "Upload only (File Drop)" : "เฉพาะอัพโหลด (วางไฟล์)", + "Receive files from others without revealing the contents of the folder." : "รับไฟล์จากบุคคลอื่นโดยไม่ต้องเปิดเผยเนื้อหาของโฟลเดอร์", + "Read only" : "อ่านอย่างเดียว", + "Users can view and download contents." : "ผู้ใช้สามารถดูและดาวน์โหลดเนื้อหา", + "Read & Write" : "อ่านและเขียน", + "Users can view, download, edit and upload contents." : "ผู้ใช้สามารถดู ดาวน์โหลด แก้ไข และอัพโหลดเนื้อหาได้", "Edit link share: {name}" : "แก้ไขลิงค์ที่แชร์: {name}", "Save" : "บันทึก", "Create link share: {name}" : "สร้างแชร์ลิงค์: {name}", diff --git a/core/l10n/th_TH.json b/core/l10n/th_TH.json index 03f5b044915e..5bb4bc9fdcc6 100644 --- a/core/l10n/th_TH.json +++ b/core/l10n/th_TH.json @@ -164,6 +164,12 @@ "Name" : "ชื่อ", "Filename" : "ชื่อไฟล์", "Password" : "รหัสผ่าน", + "Upload only (File Drop)" : "เฉพาะอัพโหลด (วางไฟล์)", + "Receive files from others without revealing the contents of the folder." : "รับไฟล์จากบุคคลอื่นโดยไม่ต้องเปิดเผยเนื้อหาของโฟลเดอร์", + "Read only" : "อ่านอย่างเดียว", + "Users can view and download contents." : "ผู้ใช้สามารถดูและดาวน์โหลดเนื้อหา", + "Read & Write" : "อ่านและเขียน", + "Users can view, download, edit and upload contents." : "ผู้ใช้สามารถดู ดาวน์โหลด แก้ไข และอัพโหลดเนื้อหาได้", "Edit link share: {name}" : "แก้ไขลิงค์ที่แชร์: {name}", "Save" : "บันทึก", "Create link share: {name}" : "สร้างแชร์ลิงค์: {name}", diff --git a/settings/l10n/es.js b/settings/l10n/es.js index 201d1cf3891b..af15fc8c990b 100644 --- a/settings/l10n/es.js +++ b/settings/l10n/es.js @@ -191,6 +191,7 @@ OC.L10N.register( "Allow resharing" : "Permitir recompartición", "Allow sharing with groups" : "Permitir compartir con grupos", "Restrict users to only share with users in their groups" : "Restringe a los usuarios a compartir solo con otros usuarios en sus grupos", + "Restrict users to only share with groups they are member of" : "Restrinja a los usuarios compartir sólo con grupos de los que son miembros", "Allow users to send mail notification for shared files to other users" : "Permitir a los usuarios enviar notificaciones por correo electrónico de los archivos compartidos a otros usuarios", "Exclude groups from sharing" : "Excluye grupos de compartir", "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir contenidos compartidos, pero no podrán, pero no podrán iniciarlos.", diff --git a/settings/l10n/es.json b/settings/l10n/es.json index fb66cbea974c..53d3701b511e 100644 --- a/settings/l10n/es.json +++ b/settings/l10n/es.json @@ -189,6 +189,7 @@ "Allow resharing" : "Permitir recompartición", "Allow sharing with groups" : "Permitir compartir con grupos", "Restrict users to only share with users in their groups" : "Restringe a los usuarios a compartir solo con otros usuarios en sus grupos", + "Restrict users to only share with groups they are member of" : "Restrinja a los usuarios compartir sólo con grupos de los que son miembros", "Allow users to send mail notification for shared files to other users" : "Permitir a los usuarios enviar notificaciones por correo electrónico de los archivos compartidos a otros usuarios", "Exclude groups from sharing" : "Excluye grupos de compartir", "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir contenidos compartidos, pero no podrán, pero no podrán iniciarlos.", diff --git a/settings/l10n/zh_CN.js b/settings/l10n/zh_CN.js index 6ec51f6c9aca..bbeafa9f9df4 100644 --- a/settings/l10n/zh_CN.js +++ b/settings/l10n/zh_CN.js @@ -43,6 +43,7 @@ OC.L10N.register( "Couldn't send email address change notification mail. Please contact your administrator." : "无法发送电子邮件地址更改通知邮件。请与管理员联系。", "Unable to enable/disable user." : "无法启用/禁用用户。", "Create" : "创建", + "Change" : "更改", "Delete" : "删除", "Share" : "共享", "APCu" : "APCu", @@ -89,6 +90,7 @@ OC.L10N.register( "Error while loading browser sessions and device tokens" : "加载浏览器会话和设备令牌时出错", "Error while creating device token" : "创建设备令牌时出错", "Error while deleting the token" : "删除令牌时出错", + "CORS" : "跨域资源共享", "Sending..." : "正在发送...", "Failed to change the email address." : "更改电子邮件地址失败。", "Email changed successfully." : "Email 更改成功。", @@ -193,6 +195,7 @@ OC.L10N.register( "Exclude groups from sharing" : "在分享中排除组", "These groups will still be able to receive shares, but not to initiate them." : "这些组将仍可以获取分享,但无法向他人分享。", "Allow username autocompletion in share dialog. If this is disabled the full username needs to be entered." : "允许在共享对话框中的自动补全用户名。如果被禁用,需要输入用户全名。", + "Default user and group share permissions" : "默认的用户和组共享权限", "Everything (fatal issues, errors, warnings, info, debug)" : "所有(灾难性问题,错误,警告,信息,调试)", "Info, warnings, errors and fatal issues" : "信息,警告,错误和灾难性问题", "Warnings, errors and fatal issues" : "警告,错误和灾难性问题", @@ -209,6 +212,7 @@ OC.L10N.register( "SSL/TLS" : "SSL/TLS", "STARTTLS" : "STARTTLS", "Email server" : "电子邮件服务器", + "In a clustered setup please make sure to sync the config.php file across all nodes." : "在群集设置中,请确保所有节点都同步config.php文件", "This is used for sending out notifications." : "这被用于发送通知。", "Send mode" : "发送模式", "Encryption" : "加密", @@ -259,7 +263,11 @@ OC.L10N.register( "iOS app" : "iOS 应用", "If you want to support the project\n\t\t\tjoin development\n\t\t\tor\n\t\t\tspread the word!" : "如果您想支持此项目\n\t\t\t加入开发\n\t\t\tor\n\t\t\t分享!", "Show First Run Wizard again" : "再次显示首次运行向导", + "White-listed Domains" : "白名单域名", + "No Domains." : "无域名", "Domain" : "域名", + "Are you sure you want to remove this domain?" : "你真的想要移除这个域名?", + "Add Domain" : "添加域名", "Add" : "增加", "Profile picture" : "联系人图片", "Upload new" : "上传新的", diff --git a/settings/l10n/zh_CN.json b/settings/l10n/zh_CN.json index 6fe875fdf5a7..f82dfb1fd9e4 100644 --- a/settings/l10n/zh_CN.json +++ b/settings/l10n/zh_CN.json @@ -41,6 +41,7 @@ "Couldn't send email address change notification mail. Please contact your administrator." : "无法发送电子邮件地址更改通知邮件。请与管理员联系。", "Unable to enable/disable user." : "无法启用/禁用用户。", "Create" : "创建", + "Change" : "更改", "Delete" : "删除", "Share" : "共享", "APCu" : "APCu", @@ -87,6 +88,7 @@ "Error while loading browser sessions and device tokens" : "加载浏览器会话和设备令牌时出错", "Error while creating device token" : "创建设备令牌时出错", "Error while deleting the token" : "删除令牌时出错", + "CORS" : "跨域资源共享", "Sending..." : "正在发送...", "Failed to change the email address." : "更改电子邮件地址失败。", "Email changed successfully." : "Email 更改成功。", @@ -191,6 +193,7 @@ "Exclude groups from sharing" : "在分享中排除组", "These groups will still be able to receive shares, but not to initiate them." : "这些组将仍可以获取分享,但无法向他人分享。", "Allow username autocompletion in share dialog. If this is disabled the full username needs to be entered." : "允许在共享对话框中的自动补全用户名。如果被禁用,需要输入用户全名。", + "Default user and group share permissions" : "默认的用户和组共享权限", "Everything (fatal issues, errors, warnings, info, debug)" : "所有(灾难性问题,错误,警告,信息,调试)", "Info, warnings, errors and fatal issues" : "信息,警告,错误和灾难性问题", "Warnings, errors and fatal issues" : "警告,错误和灾难性问题", @@ -207,6 +210,7 @@ "SSL/TLS" : "SSL/TLS", "STARTTLS" : "STARTTLS", "Email server" : "电子邮件服务器", + "In a clustered setup please make sure to sync the config.php file across all nodes." : "在群集设置中,请确保所有节点都同步config.php文件", "This is used for sending out notifications." : "这被用于发送通知。", "Send mode" : "发送模式", "Encryption" : "加密", @@ -257,7 +261,11 @@ "iOS app" : "iOS 应用", "If you want to support the project\n\t\t\tjoin development\n\t\t\tor\n\t\t\tspread the word!" : "如果您想支持此项目\n\t\t\t加入开发\n\t\t\tor\n\t\t\t分享!", "Show First Run Wizard again" : "再次显示首次运行向导", + "White-listed Domains" : "白名单域名", + "No Domains." : "无域名", "Domain" : "域名", + "Are you sure you want to remove this domain?" : "你真的想要移除这个域名?", + "Add Domain" : "添加域名", "Add" : "增加", "Profile picture" : "联系人图片", "Upload new" : "上传新的",