From dd18ea611bd0e66969df22aedddc98cddbba4984 Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Thu, 26 Nov 2015 01:55:22 -0500 Subject: [PATCH] [tx-robot] updated from transifex --- apps/files/l10n/ja.js | 6 ++++++ apps/files/l10n/ja.json | 6 ++++++ apps/files/l10n/zh_CN.js | 13 +++++++++++++ apps/files/l10n/zh_CN.json | 13 +++++++++++++ apps/files_external/l10n/cs_CZ.js | 1 + apps/files_external/l10n/cs_CZ.json | 1 + apps/files_external/l10n/it.js | 1 + apps/files_external/l10n/it.json | 1 + apps/files_external/l10n/pt_BR.js | 1 + apps/files_external/l10n/pt_BR.json | 1 + apps/files_external/l10n/sq.js | 2 ++ apps/files_external/l10n/sq.json | 2 ++ apps/files_sharing/l10n/de_DE.js | 10 ++++++++++ apps/files_sharing/l10n/de_DE.json | 10 ++++++++++ apps/user_ldap/l10n/lt_LT.js | 1 + apps/user_ldap/l10n/lt_LT.json | 1 + core/l10n/zh_CN.js | 12 ++++++++++++ core/l10n/zh_CN.json | 12 ++++++++++++ settings/l10n/zh_CN.js | 10 +++++++--- settings/l10n/zh_CN.json | 10 +++++++--- 20 files changed, 108 insertions(+), 6 deletions(-) diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js index 4dce4582d4..5b7bbbdb4c 100644 --- a/apps/files/l10n/ja.js +++ b/apps/files/l10n/ja.js @@ -40,6 +40,12 @@ OC.L10N.register( "Unable to determine date" : "更新日不明", "This operation is forbidden" : "この操作は禁止されています", "This directory is unavailable, please check the logs or contact the administrator" : "このディレクトリは利用できません。ログを確認するか管理者に問い合わせてください。", + "Could not move \"{file}\"" : "\"{file}\" を移動できませんでした", + "Could not create file \"{file}\"" : "ファイル \"{file}\" を作成できませんでした", + "Could not create file \"{file}\" because it already exists" : "ファイル \"{file}\"は既に存在するため作成できませんでした", + "Could not create folder \"{dir}\"" : "フォルダー \"{dir}\" を作成できませんでした", + "Could not create folder \"{dir}\" because it already exists" : "フォルダー \"{dir}\" は既に存在するため作成できませんでした", + "Error deleting file \"{fileName}\"." : "\"{fileName}\" でエラーを検出しました。", "No entries in this folder match '{filter}'" : "このフォルダー内で '{filter}' にマッチするものはありません", "Name" : "名前", "Size" : "サイズ", diff --git a/apps/files/l10n/ja.json b/apps/files/l10n/ja.json index dd7b8d30fb..1103890710 100644 --- a/apps/files/l10n/ja.json +++ b/apps/files/l10n/ja.json @@ -38,6 +38,12 @@ "Unable to determine date" : "更新日不明", "This operation is forbidden" : "この操作は禁止されています", "This directory is unavailable, please check the logs or contact the administrator" : "このディレクトリは利用できません。ログを確認するか管理者に問い合わせてください。", + "Could not move \"{file}\"" : "\"{file}\" を移動できませんでした", + "Could not create file \"{file}\"" : "ファイル \"{file}\" を作成できませんでした", + "Could not create file \"{file}\" because it already exists" : "ファイル \"{file}\"は既に存在するため作成できませんでした", + "Could not create folder \"{dir}\"" : "フォルダー \"{dir}\" を作成できませんでした", + "Could not create folder \"{dir}\" because it already exists" : "フォルダー \"{dir}\" は既に存在するため作成できませんでした", + "Error deleting file \"{fileName}\"." : "\"{fileName}\" でエラーを検出しました。", "No entries in this folder match '{filter}'" : "このフォルダー内で '{filter}' にマッチするものはありません", "Name" : "名前", "Size" : "サイズ", diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index 6e823fc356..cadbeee3fc 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -40,6 +40,17 @@ OC.L10N.register( "Unable to determine date" : "无法确定日期", "This operation is forbidden" : "操作被禁止", "This directory is unavailable, please check the logs or contact the administrator" : "此目录不可用,请检查日志或联系管理员", + "Could not move \"{file}\", target exists" : "不能移动 \"{file}\",目标已存在。", + "Could not move \"{file}\"" : "不能移动 \"{file}\"", + "{newName} already exists" : "{newname} 已经存在", + "Could not rename \"{fileName}\", it does not exist any more" : "不能重命名 \"{fileName}\",此文件已经不存在", + "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "在文件夹 \"{dir}\" 中已经存在 \"{targetName}\" 。请换一个名字试下。", + "Could not rename \"{fileName}\"" : "不能重命名 \"{fileName}\"", + "Could not create file \"{file}\"" : "不能创建文件 \"{file}\"", + "Could not create file \"{file}\" because it already exists" : "不能创建文件 \"{file}\" ,因为它已经存在", + "Could not create folder \"{dir}\"" : "不能创建文件夹 \"{dir}\"", + "Could not create folder \"{dir}\" because it already exists" : "不能创建文件夹 \"{dir}\" ,因为它已经存在", + "Error deleting file \"{fileName}\"." : "删除文件 \"{fileName}\" 时出错。", "No entries in this folder match '{filter}'" : "此文件夹中无项目匹配“{filter}”", "Name" : "名称", "Size" : "大小", @@ -88,6 +99,8 @@ OC.L10N.register( "Maximum upload size" : "最大上传大小", "max. possible: " : "最大允许: ", "Save" : "保存", + "With PHP-FPM it might take 5 minutes for changes to be applied." : "对于 PHP-FPM 这个值改变后可能需要 5 分钟才会生效。", + "Missing permissions to edit from here." : "没有从这里进行编辑的权限", "Settings" : "设置", "WebDAV" : "WebDAV", "Use this address to access your Files via WebDAV" : "使用这个地址 通过 WebDAV 访问您的文件", diff --git a/apps/files/l10n/zh_CN.json b/apps/files/l10n/zh_CN.json index 0cd2163ce3..b2883e5ea1 100644 --- a/apps/files/l10n/zh_CN.json +++ b/apps/files/l10n/zh_CN.json @@ -38,6 +38,17 @@ "Unable to determine date" : "无法确定日期", "This operation is forbidden" : "操作被禁止", "This directory is unavailable, please check the logs or contact the administrator" : "此目录不可用,请检查日志或联系管理员", + "Could not move \"{file}\", target exists" : "不能移动 \"{file}\",目标已存在。", + "Could not move \"{file}\"" : "不能移动 \"{file}\"", + "{newName} already exists" : "{newname} 已经存在", + "Could not rename \"{fileName}\", it does not exist any more" : "不能重命名 \"{fileName}\",此文件已经不存在", + "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "在文件夹 \"{dir}\" 中已经存在 \"{targetName}\" 。请换一个名字试下。", + "Could not rename \"{fileName}\"" : "不能重命名 \"{fileName}\"", + "Could not create file \"{file}\"" : "不能创建文件 \"{file}\"", + "Could not create file \"{file}\" because it already exists" : "不能创建文件 \"{file}\" ,因为它已经存在", + "Could not create folder \"{dir}\"" : "不能创建文件夹 \"{dir}\"", + "Could not create folder \"{dir}\" because it already exists" : "不能创建文件夹 \"{dir}\" ,因为它已经存在", + "Error deleting file \"{fileName}\"." : "删除文件 \"{fileName}\" 时出错。", "No entries in this folder match '{filter}'" : "此文件夹中无项目匹配“{filter}”", "Name" : "名称", "Size" : "大小", @@ -86,6 +97,8 @@ "Maximum upload size" : "最大上传大小", "max. possible: " : "最大允许: ", "Save" : "保存", + "With PHP-FPM it might take 5 minutes for changes to be applied." : "对于 PHP-FPM 这个值改变后可能需要 5 分钟才会生效。", + "Missing permissions to edit from here." : "没有从这里进行编辑的权限", "Settings" : "设置", "WebDAV" : "WebDAV", "Use this address to access your Files via WebDAV" : "使用这个地址 通过 WebDAV 访问您的文件", diff --git a/apps/files_external/l10n/cs_CZ.js b/apps/files_external/l10n/cs_CZ.js index 5cf807f7fb..408d942a1c 100644 --- a/apps/files_external/l10n/cs_CZ.js +++ b/apps/files_external/l10n/cs_CZ.js @@ -33,6 +33,7 @@ OC.L10N.register( "Every time the filesystem is used" : "Pokaždé když je použit souborový systém", "All users. Type to select user or group." : "Všichni uživatelé. Začněte psát pro výběr uživatelů a skupin.", "(group)" : "(skupina)", + "Admin defined" : "Nastaveno administrátorem", "Saved" : "Uloženo", "Access key" : "Přístupový klíč", "Secret key" : "Tajný klíč", diff --git a/apps/files_external/l10n/cs_CZ.json b/apps/files_external/l10n/cs_CZ.json index a9ceedbf2f..746d5b5c2e 100644 --- a/apps/files_external/l10n/cs_CZ.json +++ b/apps/files_external/l10n/cs_CZ.json @@ -31,6 +31,7 @@ "Every time the filesystem is used" : "Pokaždé když je použit souborový systém", "All users. Type to select user or group." : "Všichni uživatelé. Začněte psát pro výběr uživatelů a skupin.", "(group)" : "(skupina)", + "Admin defined" : "Nastaveno administrátorem", "Saved" : "Uloženo", "Access key" : "Přístupový klíč", "Secret key" : "Tajný klíč", diff --git a/apps/files_external/l10n/it.js b/apps/files_external/l10n/it.js index babb189e54..2bc1d6db3c 100644 --- a/apps/files_external/l10n/it.js +++ b/apps/files_external/l10n/it.js @@ -33,6 +33,7 @@ OC.L10N.register( "Every time the filesystem is used" : "Ogni volta che il filesystem viene utilizzato", "All users. Type to select user or group." : "Tutti gli utenti. Digita per selezionare utente o gruppo.", "(group)" : "(gruppo)", + "Admin defined" : "Definito dall'amministratore", "Saved" : "Salvato", "Access key" : "Chiave di accesso", "Secret key" : "Chiave segreta", diff --git a/apps/files_external/l10n/it.json b/apps/files_external/l10n/it.json index 6935c4d53d..e719f29dcd 100644 --- a/apps/files_external/l10n/it.json +++ b/apps/files_external/l10n/it.json @@ -31,6 +31,7 @@ "Every time the filesystem is used" : "Ogni volta che il filesystem viene utilizzato", "All users. Type to select user or group." : "Tutti gli utenti. Digita per selezionare utente o gruppo.", "(group)" : "(gruppo)", + "Admin defined" : "Definito dall'amministratore", "Saved" : "Salvato", "Access key" : "Chiave di accesso", "Secret key" : "Chiave segreta", diff --git a/apps/files_external/l10n/pt_BR.js b/apps/files_external/l10n/pt_BR.js index 34fe07ae3d..0d4f04ae22 100644 --- a/apps/files_external/l10n/pt_BR.js +++ b/apps/files_external/l10n/pt_BR.js @@ -33,6 +33,7 @@ OC.L10N.register( "Every time the filesystem is used" : "Toda vez que o sistema de arquivos é usado", "All users. Type to select user or group." : "Todos os usuários. Digite para selecionar usuário ou grupo.", "(group)" : "(grupo)", + "Admin defined" : "Definido pelo administrador", "Saved" : "Salvo", "Access key" : "Chave da acesso", "Secret key" : "Chave secreta", diff --git a/apps/files_external/l10n/pt_BR.json b/apps/files_external/l10n/pt_BR.json index df028cfc91..d49e818ea0 100644 --- a/apps/files_external/l10n/pt_BR.json +++ b/apps/files_external/l10n/pt_BR.json @@ -31,6 +31,7 @@ "Every time the filesystem is used" : "Toda vez que o sistema de arquivos é usado", "All users. Type to select user or group." : "Todos os usuários. Digite para selecionar usuário ou grupo.", "(group)" : "(grupo)", + "Admin defined" : "Definido pelo administrador", "Saved" : "Salvo", "Access key" : "Chave da acesso", "Secret key" : "Chave secreta", diff --git a/apps/files_external/l10n/sq.js b/apps/files_external/l10n/sq.js index 2085b48b41..535831268b 100644 --- a/apps/files_external/l10n/sq.js +++ b/apps/files_external/l10n/sq.js @@ -33,6 +33,7 @@ OC.L10N.register( "Every time the filesystem is used" : "Sa herë që përdoret sistemi i kartelave", "All users. Type to select user or group." : "Krejt përdoruesit. Shtypni që të përzgjidhet përdorues ose grup.", "(group)" : "(grup)", + "Admin defined" : "Përcaktuar nga përgjegjësi", "Saved" : "U ruajt", "Access key" : "Kyç hyrjesh", "Secret key" : "Kyç i fshehtë", @@ -47,6 +48,7 @@ OC.L10N.register( "OpenStack" : "OpenStack", "Username" : "Emër përdoruesi", "Password" : "Fjalëkalim", + "Tenant name" : "Emër qiraxhiu", "Rackspace" : "Rackspace", "API key" : "Kyç API", "Username and password" : "Emër përdoruesi dhe fjalëkalim", diff --git a/apps/files_external/l10n/sq.json b/apps/files_external/l10n/sq.json index 165607b044..2acb3cbc60 100644 --- a/apps/files_external/l10n/sq.json +++ b/apps/files_external/l10n/sq.json @@ -31,6 +31,7 @@ "Every time the filesystem is used" : "Sa herë që përdoret sistemi i kartelave", "All users. Type to select user or group." : "Krejt përdoruesit. Shtypni që të përzgjidhet përdorues ose grup.", "(group)" : "(grup)", + "Admin defined" : "Përcaktuar nga përgjegjësi", "Saved" : "U ruajt", "Access key" : "Kyç hyrjesh", "Secret key" : "Kyç i fshehtë", @@ -45,6 +46,7 @@ "OpenStack" : "OpenStack", "Username" : "Emër përdoruesi", "Password" : "Fjalëkalim", + "Tenant name" : "Emër qiraxhiu", "Rackspace" : "Rackspace", "API key" : "Kyç API", "Username and password" : "Emër përdoruesi dhe fjalëkalim", diff --git a/apps/files_sharing/l10n/de_DE.js b/apps/files_sharing/l10n/de_DE.js index 47243b8f81..38698110e7 100644 --- a/apps/files_sharing/l10n/de_DE.js +++ b/apps/files_sharing/l10n/de_DE.js @@ -40,8 +40,17 @@ OC.L10N.register( "You shared %1$s with group %2$s" : "Sie haben %1$s mit der Gruppe %2$s geteilt", "%2$s shared %1$s with you" : "%2$s hat %1$s mit Ihnen geteilt", "You shared %1$s via link" : "Sie haben %1$s über einen Link geteilt", + "Downloaded via public link" : "Über den öffentlichen Link heruntergeladen", + "Shared with %2$s" : "Geteilt mit %2$s", + "Shared with group %2$s" : "Geteilt mit der Gruppe %2$s", + "Shared with %3$s by %2$s" : "Geteilt mit %3$s von %2$s", + "Shared with group %3$s by %2$s" : "Geteilt mit der Gruppe %3$s von %2$s", + "Shared via link by %2$s" : "Geteilt durch einen Link von %2$s", + "Shared by %2$s" : "Geteilt von %2$s", + "Shared via public link" : "Durch einen öffentlichen Link geteilt", "Shares" : "Geteiltes", "Accept" : "Akzeptieren", + "Decline" : "Ablehnen", "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Teilen Sie mit mir über meine #ownCloud Federated-Cloud-ID, siehe %s", "Share with me through my #ownCloud Federated Cloud ID" : "Teilen Sie mit mir über meine #ownCloud Federated-Cloud-ID", "This share is password-protected" : "Diese Freigabe ist durch ein Passwort geschützt", @@ -67,6 +76,7 @@ OC.L10N.register( "Federated Cloud" : "Federated Cloud", "Your Federated Cloud ID:" : "Ihre Federated-Cloud-ID:", "Share it:" : "Zum Teilen:", + "Add to your website" : "Zu Ihrer Website hinzufügen", "Share with me via ownCloud" : "Teilen Sie mit mir über ownCloud", "HTML Code:" : "HTML-Code:" }, diff --git a/apps/files_sharing/l10n/de_DE.json b/apps/files_sharing/l10n/de_DE.json index b63286de48..afd267f78b 100644 --- a/apps/files_sharing/l10n/de_DE.json +++ b/apps/files_sharing/l10n/de_DE.json @@ -38,8 +38,17 @@ "You shared %1$s with group %2$s" : "Sie haben %1$s mit der Gruppe %2$s geteilt", "%2$s shared %1$s with you" : "%2$s hat %1$s mit Ihnen geteilt", "You shared %1$s via link" : "Sie haben %1$s über einen Link geteilt", + "Downloaded via public link" : "Über den öffentlichen Link heruntergeladen", + "Shared with %2$s" : "Geteilt mit %2$s", + "Shared with group %2$s" : "Geteilt mit der Gruppe %2$s", + "Shared with %3$s by %2$s" : "Geteilt mit %3$s von %2$s", + "Shared with group %3$s by %2$s" : "Geteilt mit der Gruppe %3$s von %2$s", + "Shared via link by %2$s" : "Geteilt durch einen Link von %2$s", + "Shared by %2$s" : "Geteilt von %2$s", + "Shared via public link" : "Durch einen öffentlichen Link geteilt", "Shares" : "Geteiltes", "Accept" : "Akzeptieren", + "Decline" : "Ablehnen", "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Teilen Sie mit mir über meine #ownCloud Federated-Cloud-ID, siehe %s", "Share with me through my #ownCloud Federated Cloud ID" : "Teilen Sie mit mir über meine #ownCloud Federated-Cloud-ID", "This share is password-protected" : "Diese Freigabe ist durch ein Passwort geschützt", @@ -65,6 +74,7 @@ "Federated Cloud" : "Federated Cloud", "Your Federated Cloud ID:" : "Ihre Federated-Cloud-ID:", "Share it:" : "Zum Teilen:", + "Add to your website" : "Zu Ihrer Website hinzufügen", "Share with me via ownCloud" : "Teilen Sie mit mir über ownCloud", "HTML Code:" : "HTML-Code:" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/user_ldap/l10n/lt_LT.js b/apps/user_ldap/l10n/lt_LT.js index a5b8549980..e27dcc3e8d 100644 --- a/apps/user_ldap/l10n/lt_LT.js +++ b/apps/user_ldap/l10n/lt_LT.js @@ -8,6 +8,7 @@ OC.L10N.register( "Select groups" : "Pasirinkti grupes", "Do you really want to delete the current Server Configuration?" : "Ar tikrai norite ištrinti dabartinę serverio konfigūraciją?", "Confirm Deletion" : "Patvirtinkite trynimą", + "Select attributes" : "Pasirink atributus", "_%s group found_::_%s groups found_" : ["Rasta %s grupė","Rastos %s grupės","Rastos %s grupės"], "_%s user found_::_%s users found_" : ["Rastas %s vartotojas","Rasti %s vartotojai","Rasti %s vartotojai"], "Server" : "Serveris", diff --git a/apps/user_ldap/l10n/lt_LT.json b/apps/user_ldap/l10n/lt_LT.json index 68dfbc38b9..fa1526c063 100644 --- a/apps/user_ldap/l10n/lt_LT.json +++ b/apps/user_ldap/l10n/lt_LT.json @@ -6,6 +6,7 @@ "Select groups" : "Pasirinkti grupes", "Do you really want to delete the current Server Configuration?" : "Ar tikrai norite ištrinti dabartinę serverio konfigūraciją?", "Confirm Deletion" : "Patvirtinkite trynimą", + "Select attributes" : "Pasirink atributus", "_%s group found_::_%s groups found_" : ["Rasta %s grupė","Rastos %s grupės","Rastos %s grupės"], "_%s user found_::_%s users found_" : ["Rastas %s vartotojas","Rasti %s vartotojai","Rasti %s vartotojai"], "Server" : "Serveris", diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index d2f2b6cb33..4beaacd347 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -6,14 +6,20 @@ OC.L10N.register( "Turned on maintenance mode" : "启用维护模式", "Turned off maintenance mode" : "关闭维护模式", "Maintenance mode is kept active" : "维护模式已被启用", + "Updating database schema" : "正在更新数据库架构", "Updated database" : "数据库已更新", + "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "检查数据库架构是否可以更新 (这可能需要很长的时间,这取决于数据库大小)", "Checked database schema update" : "已经检查数据库架构更新", + "Checking updates of apps" : "检查更新应用", + "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "检查 %s 的数据库架构是否可以更新 (这可能需要很长的时间,这取决于数据库大小)", "Checked database schema update for apps" : "已经检查应用的数据库架构更新", "Updated \"%s\" to %s" : "更新 \"%s\" 为 %s", "Repair warning: " : "修复警告:", "Repair error: " : "修复错误:", "Set log level to debug - current level: \"%s\"" : "设置日志级别为 调试 - 目前级别:%s", "Reset log level to \"%s\"" : "重设日志级别为 \"%s\"", + "%s (3rdparty)" : "%s (第三方)", + "%s (incompatible)" : "%s (不兼容)", "Following apps have been disabled: %s" : "下列应用已经被禁用:%s", "Already up to date" : "已经是最新", "File is too big" : "文件太大", @@ -21,6 +27,7 @@ OC.L10N.register( "No image or file provided" : "没有提供图片或文件", "Unknown filetype" : "未知的文件类型", "Invalid image" : "无效的图像", + "An error occurred. Please contact your admin." : "发生了一个错误,请联系管理员。", "No temporary profile picture available, try again" : "没有临时概览页图片可用,请重试", "No crop data provided" : "没有提供相应数据", "No valid crop data provided" : "没有提供有效的裁剪数据", @@ -108,6 +115,7 @@ OC.L10N.register( "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "/dev/urandom 无法被 PHP 读取,处于安全原因,这是强烈不推荐的。请查看文档了解详情。", "Your PHP version ({version}) is no longer supported by PHP. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by PHP." : "你的 PHP 版本 ({version}) 不再被 PHP 支持。我们建议您升级您的PHP版本,以便获得 PHP 性能和安全提升。", "The reverse proxy headers configuration is incorrect, or you are accessing ownCloud from a trusted proxy. If you are not accessing ownCloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to ownCloud. Further information can be found in our documentation." : "反向代理头配置不正确,或者您正从一个受信任的代理访问ownCloud。如果你不是通过受信任的代理访问 ownCloud,这将引发一个安全问题,可能由于 ownCloud IP 地址可见导致欺骗攻击。更多信息可以查看我们的 文档。", + "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the memcached wiki about both modules." : "Memcached 配置为分布式缓存,但是已经安装的 PHP 模块是 \"memcache\" 。 \\OC\\Memcache\\Memcached 仅支持 \"memcached\" 而不是 \"memcache\"。点击 memcached wiki 了解两个模块的不同.", "Error occurred while checking server setup" : "当检查服务器启动时出错", "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "\"{header}\" HTTP 头部没有配置和 \"{expected}\" 的一样。这是一个潜在的安全或者隐私风险,我们调整这项设置。", "The \"Strict-Transport-Security\" HTTP header is not configured to least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our security tips." : "HTTP 严格传输安全(Strict-Transport-Security)报头未配置到至少“{seconds}”秒。处于增强安全性考虑,我们推荐按照安全提示启用 HSTS。", @@ -169,7 +177,9 @@ OC.L10N.register( "Hello {name}" : "你好 {name}", "_download %n file_::_download %n files_" : ["下载 %n 个文件"], "{version} is available. Get more information on how to update." : "{version} 现在可用。获取更多升级相关信息。", + "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "升级正在进行,在某些环境中离开此网页可能中断该过程。", "Updating {productName} to version {version}, this may take a while." : "更新 {productName} 到版本 {version},这可能需要一些时间。", + "An error occurred." : "发生了一个错误", "Please reload the page." : "请重新加载页面。", "The update was unsuccessful. " : "升级未成功", "The update was successful. There were warnings." : "更新成功。有警告。", @@ -252,12 +262,14 @@ OC.L10N.register( "Please try again or contact your administrator." : "请重试或联系管理员。", "Log in" : "登录", "Wrong password. Reset it?" : "密码错误。要重置么?", + "Stay logged in" : "保持登录", "Alternative Logins" : "其他登录方式", "This ownCloud instance is currently in single user mode." : "当前ownCloud实例运行在单用户模式下。", "This means only administrators can use the instance." : "这意味着只有管理员才能在实例上操作。", "Contact your system administrator if this message persists or appeared unexpectedly." : "如果这个消息一直存在或不停出现,请联系你的系统管理员。", "Thank you for your patience." : "感谢让你久等了。", "You are accessing the server from an untrusted domain." : "您正在访问来自不信任域名的服务器。", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "请联系你的系统管理员。如果你是系统管理员,配置 config/config.php 文件中参数 \"trusted_domain\" 设置。可以在 config/config.sample.php 文件中找到例子。", "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "基于你的配置,作为系统管理员,你可能还能点击下面的按钮来信任这个域。", "Add \"%s\" as trusted domain" : "添加 \"%s\"为信任域", "App update required" : "必须的应用更新", diff --git a/core/l10n/zh_CN.json b/core/l10n/zh_CN.json index 4d7cbb12d1..65474210a2 100644 --- a/core/l10n/zh_CN.json +++ b/core/l10n/zh_CN.json @@ -4,14 +4,20 @@ "Turned on maintenance mode" : "启用维护模式", "Turned off maintenance mode" : "关闭维护模式", "Maintenance mode is kept active" : "维护模式已被启用", + "Updating database schema" : "正在更新数据库架构", "Updated database" : "数据库已更新", + "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "检查数据库架构是否可以更新 (这可能需要很长的时间,这取决于数据库大小)", "Checked database schema update" : "已经检查数据库架构更新", + "Checking updates of apps" : "检查更新应用", + "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "检查 %s 的数据库架构是否可以更新 (这可能需要很长的时间,这取决于数据库大小)", "Checked database schema update for apps" : "已经检查应用的数据库架构更新", "Updated \"%s\" to %s" : "更新 \"%s\" 为 %s", "Repair warning: " : "修复警告:", "Repair error: " : "修复错误:", "Set log level to debug - current level: \"%s\"" : "设置日志级别为 调试 - 目前级别:%s", "Reset log level to \"%s\"" : "重设日志级别为 \"%s\"", + "%s (3rdparty)" : "%s (第三方)", + "%s (incompatible)" : "%s (不兼容)", "Following apps have been disabled: %s" : "下列应用已经被禁用:%s", "Already up to date" : "已经是最新", "File is too big" : "文件太大", @@ -19,6 +25,7 @@ "No image or file provided" : "没有提供图片或文件", "Unknown filetype" : "未知的文件类型", "Invalid image" : "无效的图像", + "An error occurred. Please contact your admin." : "发生了一个错误,请联系管理员。", "No temporary profile picture available, try again" : "没有临时概览页图片可用,请重试", "No crop data provided" : "没有提供相应数据", "No valid crop data provided" : "没有提供有效的裁剪数据", @@ -106,6 +113,7 @@ "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "/dev/urandom 无法被 PHP 读取,处于安全原因,这是强烈不推荐的。请查看文档了解详情。", "Your PHP version ({version}) is no longer supported by PHP. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by PHP." : "你的 PHP 版本 ({version}) 不再被 PHP 支持。我们建议您升级您的PHP版本,以便获得 PHP 性能和安全提升。", "The reverse proxy headers configuration is incorrect, or you are accessing ownCloud from a trusted proxy. If you are not accessing ownCloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to ownCloud. Further information can be found in our documentation." : "反向代理头配置不正确,或者您正从一个受信任的代理访问ownCloud。如果你不是通过受信任的代理访问 ownCloud,这将引发一个安全问题,可能由于 ownCloud IP 地址可见导致欺骗攻击。更多信息可以查看我们的 文档。", + "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the memcached wiki about both modules." : "Memcached 配置为分布式缓存,但是已经安装的 PHP 模块是 \"memcache\" 。 \\OC\\Memcache\\Memcached 仅支持 \"memcached\" 而不是 \"memcache\"。点击 memcached wiki 了解两个模块的不同.", "Error occurred while checking server setup" : "当检查服务器启动时出错", "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "\"{header}\" HTTP 头部没有配置和 \"{expected}\" 的一样。这是一个潜在的安全或者隐私风险,我们调整这项设置。", "The \"Strict-Transport-Security\" HTTP header is not configured to least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our security tips." : "HTTP 严格传输安全(Strict-Transport-Security)报头未配置到至少“{seconds}”秒。处于增强安全性考虑,我们推荐按照安全提示启用 HSTS。", @@ -167,7 +175,9 @@ "Hello {name}" : "你好 {name}", "_download %n file_::_download %n files_" : ["下载 %n 个文件"], "{version} is available. Get more information on how to update." : "{version} 现在可用。获取更多升级相关信息。", + "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "升级正在进行,在某些环境中离开此网页可能中断该过程。", "Updating {productName} to version {version}, this may take a while." : "更新 {productName} 到版本 {version},这可能需要一些时间。", + "An error occurred." : "发生了一个错误", "Please reload the page." : "请重新加载页面。", "The update was unsuccessful. " : "升级未成功", "The update was successful. There were warnings." : "更新成功。有警告。", @@ -250,12 +260,14 @@ "Please try again or contact your administrator." : "请重试或联系管理员。", "Log in" : "登录", "Wrong password. Reset it?" : "密码错误。要重置么?", + "Stay logged in" : "保持登录", "Alternative Logins" : "其他登录方式", "This ownCloud instance is currently in single user mode." : "当前ownCloud实例运行在单用户模式下。", "This means only administrators can use the instance." : "这意味着只有管理员才能在实例上操作。", "Contact your system administrator if this message persists or appeared unexpectedly." : "如果这个消息一直存在或不停出现,请联系你的系统管理员。", "Thank you for your patience." : "感谢让你久等了。", "You are accessing the server from an untrusted domain." : "您正在访问来自不信任域名的服务器。", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "请联系你的系统管理员。如果你是系统管理员,配置 config/config.php 文件中参数 \"trusted_domain\" 设置。可以在 config/config.sample.php 文件中找到例子。", "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "基于你的配置,作为系统管理员,你可能还能点击下面的按钮来信任这个域。", "Add \"%s\" as trusted domain" : "添加 \"%s\"为信任域", "App update required" : "必须的应用更新", diff --git a/settings/l10n/zh_CN.js b/settings/l10n/zh_CN.js index 4730cba46d..326be4e891 100644 --- a/settings/l10n/zh_CN.js +++ b/settings/l10n/zh_CN.js @@ -12,12 +12,10 @@ OC.L10N.register( "Log" : "日志", "Tips & tricks" : "技巧提示", "Updates" : "更新", - "Authentication error" : "认证错误", - "Your full name has been changed." : "您的全名已修改。", - "Unable to change full name" : "无法修改全名", "Couldn't remove app." : "无法删除应用。", "Language changed" : "语言已修改", "Invalid request" : "无效请求", + "Authentication error" : "认证错误", "Admins can't remove themself from the admin group" : "管理员不能将自己移出管理组。", "Unable to add user to group %s" : "无法把用户增加到组 %s", "Unable to remove user from group %s" : "无法从组%s中移除用户", @@ -53,6 +51,8 @@ OC.L10N.register( "Invalid user" : "用户无效", "Unable to change mail address" : "无法更改邮箱地址", "Email saved" : "电子邮件已保存", + "Your full name has been changed." : "您的全名已修改。", + "Unable to change full name" : "无法修改全名", "Are you really sure you want add \"{domain}\" as trusted domain?" : "你真的希望添加 \"{domain}\" 为信任域?", "Add trusted domain" : "添加信任域", "Migration in progress. Please wait until the migration is finished" : "迁移正在进行中。请等待,直到完成迁移", @@ -78,6 +78,9 @@ OC.L10N.register( "Uninstalling ...." : "卸载中....", "Error while uninstalling app" : "卸载应用时发生了一个错误", "Uninstall" : "卸载", + "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "该应用已启用,但是需要更新。5秒后将跳转到更新页面。", + "App update" : "应用更新", + "No apps found for \"{query}\"" : "未找到应用适合 \"{query}\"", "An error occurred: {message}" : "发生错误: {message}", "Select a profile picture" : "选择头像", "Very weak password" : "非常弱的密码", @@ -150,6 +153,7 @@ OC.L10N.register( "Allow users to send mail notification for shared files to other users" : "允许用户发送共享文件的邮件通知给其他用户", "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." : "允许在共享对话框中的自动补全用户名。如果被禁用,需要输入用户全名。", "Last cron job execution: %s." : "上次定时任务执行于: %s.", "Last cron job execution: %s. Something seems wrong." : "上次定时任务执行于: %s. 似乎有些问题。", "Cron was not executed yet!" : "定时任务还未被执行!", diff --git a/settings/l10n/zh_CN.json b/settings/l10n/zh_CN.json index 69d6dbf014..31463488b6 100644 --- a/settings/l10n/zh_CN.json +++ b/settings/l10n/zh_CN.json @@ -10,12 +10,10 @@ "Log" : "日志", "Tips & tricks" : "技巧提示", "Updates" : "更新", - "Authentication error" : "认证错误", - "Your full name has been changed." : "您的全名已修改。", - "Unable to change full name" : "无法修改全名", "Couldn't remove app." : "无法删除应用。", "Language changed" : "语言已修改", "Invalid request" : "无效请求", + "Authentication error" : "认证错误", "Admins can't remove themself from the admin group" : "管理员不能将自己移出管理组。", "Unable to add user to group %s" : "无法把用户增加到组 %s", "Unable to remove user from group %s" : "无法从组%s中移除用户", @@ -51,6 +49,8 @@ "Invalid user" : "用户无效", "Unable to change mail address" : "无法更改邮箱地址", "Email saved" : "电子邮件已保存", + "Your full name has been changed." : "您的全名已修改。", + "Unable to change full name" : "无法修改全名", "Are you really sure you want add \"{domain}\" as trusted domain?" : "你真的希望添加 \"{domain}\" 为信任域?", "Add trusted domain" : "添加信任域", "Migration in progress. Please wait until the migration is finished" : "迁移正在进行中。请等待,直到完成迁移", @@ -76,6 +76,9 @@ "Uninstalling ...." : "卸载中....", "Error while uninstalling app" : "卸载应用时发生了一个错误", "Uninstall" : "卸载", + "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "该应用已启用,但是需要更新。5秒后将跳转到更新页面。", + "App update" : "应用更新", + "No apps found for \"{query}\"" : "未找到应用适合 \"{query}\"", "An error occurred: {message}" : "发生错误: {message}", "Select a profile picture" : "选择头像", "Very weak password" : "非常弱的密码", @@ -148,6 +151,7 @@ "Allow users to send mail notification for shared files to other users" : "允许用户发送共享文件的邮件通知给其他用户", "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." : "允许在共享对话框中的自动补全用户名。如果被禁用,需要输入用户全名。", "Last cron job execution: %s." : "上次定时任务执行于: %s.", "Last cron job execution: %s. Something seems wrong." : "上次定时任务执行于: %s. 似乎有些问题。", "Cron was not executed yet!" : "定时任务还未被执行!",