diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js index 14839f83ad..e6bbe737e7 100644 --- a/apps/files/l10n/cs.js +++ b/apps/files/l10n/cs.js @@ -105,6 +105,7 @@ OC.L10N.register( "A new file or folder has been deleted" : "Nový soubor nebo adresář byl smazán", "Limit notifications about creation and changes to your favorite files (Stream only)" : "Omezovat oznámení o tvorbě a změnách oblíbených souborů (Pouze v proudu)", "A new file or folder has been restored" : "Nový soubor nebo adresář byl obnoven", + "Unlimited" : "Neomezeně", "Upload (max. %s)" : "Nahrát (max. %s)", "File handling" : "Zacházení se soubory", "Maximum upload size" : "Maximální velikost pro odesílání", @@ -112,6 +113,8 @@ OC.L10N.register( "Save" : "Uložit", "With PHP-FPM it might take 5 minutes for changes to be applied." : "Při použití PHP-FPM může změna nastavení trvat až 5 minut od uložení.", "Missing permissions to edit from here." : "Pro úpravy v aktuálním náhledu chybí oprávnění.", + "%s of %s used" : "%s z %s použito", + "%s used" : "%s použito", "Settings" : "Nastavení", "Show hidden files" : "Zobrazit skryté soubory", "WebDAV" : "WebDAV", diff --git a/apps/files/l10n/cs.json b/apps/files/l10n/cs.json index 0c61e4b293..58b22f78af 100644 --- a/apps/files/l10n/cs.json +++ b/apps/files/l10n/cs.json @@ -103,6 +103,7 @@ "A new file or folder has been deleted" : "Nový soubor nebo adresář byl smazán", "Limit notifications about creation and changes to your favorite files (Stream only)" : "Omezovat oznámení o tvorbě a změnách oblíbených souborů (Pouze v proudu)", "A new file or folder has been restored" : "Nový soubor nebo adresář byl obnoven", + "Unlimited" : "Neomezeně", "Upload (max. %s)" : "Nahrát (max. %s)", "File handling" : "Zacházení se soubory", "Maximum upload size" : "Maximální velikost pro odesílání", @@ -110,6 +111,8 @@ "Save" : "Uložit", "With PHP-FPM it might take 5 minutes for changes to be applied." : "Při použití PHP-FPM může změna nastavení trvat až 5 minut od uložení.", "Missing permissions to edit from here." : "Pro úpravy v aktuálním náhledu chybí oprávnění.", + "%s of %s used" : "%s z %s použito", + "%s used" : "%s použito", "Settings" : "Nastavení", "Show hidden files" : "Zobrazit skryté soubory", "WebDAV" : "WebDAV", diff --git a/apps/files/l10n/hu.js b/apps/files/l10n/hu.js index 330e5e847e..36f50e7f54 100644 --- a/apps/files/l10n/hu.js +++ b/apps/files/l10n/hu.js @@ -65,12 +65,14 @@ OC.L10N.register( "Your storage is almost full ({usedSpacePercent}%)" : "A tároló majdnem tele van ({usedSpacePercent}%)", "_matches '{filter}'_::_match '{filter}'_" : ["egyezés '{filter}'","egyezés '{filter}'"], "View in folder" : "Megtekintés mappában", + "Copied!" : "Másolva!", "Copy direct link (only works for users who have access to this file/folder)" : "Közvetlen hivatkozás másolása (csak azoknál a felhasználóknál működik akiknek hozzáférése van a fájlhoz/mappához)", "Path" : "Útvonal", "_%n byte_::_%n bytes_" : ["%n bájt","%n bájt"], "Favorited" : "Kedvenc", "Favorite" : "Kedvenc", "New folder" : "Új mappa", + "Upload file" : "Fájl feltöltés", "An error occurred while trying to update the tags" : "Hiba történt, miközben megpróbálta frissíteni a címkéket", "Added to favorites" : "Hozzáadva a kedvencekhez", "Removed from favorites" : "Eltávolítva a kedvencekből", @@ -83,6 +85,7 @@ OC.L10N.register( "Restored by {user}" : "Visszaállította: {user}", "Renamed by {user}" : "Átnevezte: {user}", "Moved by {user}" : "Áthelyezte: {user}", + "\"remote user\"" : "\"távoli felhasználó\"", "You created {file}" : "Létrehoztad: {file}", "{user} created {file}" : "{user} létrehozta: {file}", "{file} was created in a public folder" : "{file} létrehozva egy nyilvános mappában", @@ -102,6 +105,7 @@ OC.L10N.register( "A new file or folder has been deleted" : "Egy új fájl vagy mappa törölve", "Limit notifications about creation and changes to your favorite files (Stream only)" : "Szűkítse le az értesítéseket a létrehozásról és a változásokról a kedvenc fájlok (Stream only) -ra", "A new file or folder has been restored" : "Egy új fájl vagy mappa visszaállítva", + "Unlimited" : "Korlátlan", "Upload (max. %s)" : "Feltöltés (max.: %s)", "File handling" : "Fájlkezelés", "Maximum upload size" : "Maximális feltölthető fájlméret", @@ -109,6 +113,8 @@ OC.L10N.register( "Save" : "Mentés", "With PHP-FPM it might take 5 minutes for changes to be applied." : "PHP-FPM-mel akár 5 percbe is telhet, míg ez a beállítás érvénybe lép.", "Missing permissions to edit from here." : "Innen nem lehet szerkeszteni hiányzó jogosultság miatt.", + "%s of %s used" : "%s / %s használt", + "%s used" : "%s használt", "Settings" : "Beállítások", "Show hidden files" : "Rejtett fájlok megjelenítése", "WebDAV" : "WebDAV", diff --git a/apps/files/l10n/hu.json b/apps/files/l10n/hu.json index e5f44363d2..2bef163a12 100644 --- a/apps/files/l10n/hu.json +++ b/apps/files/l10n/hu.json @@ -63,12 +63,14 @@ "Your storage is almost full ({usedSpacePercent}%)" : "A tároló majdnem tele van ({usedSpacePercent}%)", "_matches '{filter}'_::_match '{filter}'_" : ["egyezés '{filter}'","egyezés '{filter}'"], "View in folder" : "Megtekintés mappában", + "Copied!" : "Másolva!", "Copy direct link (only works for users who have access to this file/folder)" : "Közvetlen hivatkozás másolása (csak azoknál a felhasználóknál működik akiknek hozzáférése van a fájlhoz/mappához)", "Path" : "Útvonal", "_%n byte_::_%n bytes_" : ["%n bájt","%n bájt"], "Favorited" : "Kedvenc", "Favorite" : "Kedvenc", "New folder" : "Új mappa", + "Upload file" : "Fájl feltöltés", "An error occurred while trying to update the tags" : "Hiba történt, miközben megpróbálta frissíteni a címkéket", "Added to favorites" : "Hozzáadva a kedvencekhez", "Removed from favorites" : "Eltávolítva a kedvencekből", @@ -81,6 +83,7 @@ "Restored by {user}" : "Visszaállította: {user}", "Renamed by {user}" : "Átnevezte: {user}", "Moved by {user}" : "Áthelyezte: {user}", + "\"remote user\"" : "\"távoli felhasználó\"", "You created {file}" : "Létrehoztad: {file}", "{user} created {file}" : "{user} létrehozta: {file}", "{file} was created in a public folder" : "{file} létrehozva egy nyilvános mappában", @@ -100,6 +103,7 @@ "A new file or folder has been deleted" : "Egy új fájl vagy mappa törölve", "Limit notifications about creation and changes to your favorite files (Stream only)" : "Szűkítse le az értesítéseket a létrehozásról és a változásokról a kedvenc fájlok (Stream only) -ra", "A new file or folder has been restored" : "Egy új fájl vagy mappa visszaállítva", + "Unlimited" : "Korlátlan", "Upload (max. %s)" : "Feltöltés (max.: %s)", "File handling" : "Fájlkezelés", "Maximum upload size" : "Maximális feltölthető fájlméret", @@ -107,6 +111,8 @@ "Save" : "Mentés", "With PHP-FPM it might take 5 minutes for changes to be applied." : "PHP-FPM-mel akár 5 percbe is telhet, míg ez a beállítás érvénybe lép.", "Missing permissions to edit from here." : "Innen nem lehet szerkeszteni hiányzó jogosultság miatt.", + "%s of %s used" : "%s / %s használt", + "%s used" : "%s használt", "Settings" : "Beállítások", "Show hidden files" : "Rejtett fájlok megjelenítése", "WebDAV" : "WebDAV", diff --git a/apps/oauth2/l10n/zh_CN.js b/apps/oauth2/l10n/zh_CN.js index f0f4449cd6..32bfe73e5a 100644 --- a/apps/oauth2/l10n/zh_CN.js +++ b/apps/oauth2/l10n/zh_CN.js @@ -3,6 +3,7 @@ OC.L10N.register( { "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "OAuth 2.0 客户端", + "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 允许外部服务请求访问您的 %s.", "Name" : "名称", "Redirection URI" : "回调地址", "Client Identifier" : "客户端 ID", diff --git a/apps/oauth2/l10n/zh_CN.json b/apps/oauth2/l10n/zh_CN.json index 2ebf791604..2a370be13f 100644 --- a/apps/oauth2/l10n/zh_CN.json +++ b/apps/oauth2/l10n/zh_CN.json @@ -1,6 +1,7 @@ { "translations": { "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "OAuth 2.0 客户端", + "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 允许外部服务请求访问您的 %s.", "Name" : "名称", "Redirection URI" : "回调地址", "Client Identifier" : "客户端 ID", diff --git a/apps/systemtags/l10n/hu.js b/apps/systemtags/l10n/hu.js index 7094284e3a..e2cc831e08 100644 --- a/apps/systemtags/l10n/hu.js +++ b/apps/systemtags/l10n/hu.js @@ -42,6 +42,7 @@ OC.L10N.register( "%s (invisible)" : "%s (láthatatlan)", "System tags for a file have been modified" : "A fájl rendszer címkéje módosítva lett", "Collaborative tags" : "Együttműködési címkék", + "Select tag …" : "Címke választás...", "Name" : "Név", "Delete" : "Törlés", "Public" : "Nyilvános", diff --git a/apps/systemtags/l10n/hu.json b/apps/systemtags/l10n/hu.json index b826b58a63..8e1cff657c 100644 --- a/apps/systemtags/l10n/hu.json +++ b/apps/systemtags/l10n/hu.json @@ -40,6 +40,7 @@ "%s (invisible)" : "%s (láthatatlan)", "System tags for a file have been modified" : "A fájl rendszer címkéje módosítva lett", "Collaborative tags" : "Együttműködési címkék", + "Select tag …" : "Címke választás...", "Name" : "Név", "Delete" : "Törlés", "Public" : "Nyilvános", diff --git a/apps/workflowengine/l10n/hu.js b/apps/workflowengine/l10n/hu.js index 85dc3d249b..3ca2b526c4 100644 --- a/apps/workflowengine/l10n/hu.js +++ b/apps/workflowengine/l10n/hu.js @@ -3,6 +3,7 @@ OC.L10N.register( { "Saved" : "Elmentve", "Saving failed:" : "Mentés sikertelen:", + "File MIME type" : "Fájl MIME típus", "is" : "ez", "is not" : "nem ez", "matches" : "egyezik", diff --git a/apps/workflowengine/l10n/hu.json b/apps/workflowengine/l10n/hu.json index 28370b9ce6..94da5a4a06 100644 --- a/apps/workflowengine/l10n/hu.json +++ b/apps/workflowengine/l10n/hu.json @@ -1,6 +1,7 @@ { "translations": { "Saved" : "Elmentve", "Saving failed:" : "Mentés sikertelen:", + "File MIME type" : "Fájl MIME típus", "is" : "ez", "is not" : "nem ez", "matches" : "egyezik", diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index 0ee3f33dd9..c0b0fc162f 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -113,6 +113,7 @@ OC.L10N.register( "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "反向代理配置错误, 或者您正在通过可信的代理访问 Nextcloud. 如果您不是通过可信代理访问 Nextcloud, 这将是一个安全问题, 并允许攻击者通过伪装 IP 地址访问 Nextcloud. 更多信息请查看我们的文档.", "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了解两者的不同.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "一些文件没有通过完整性检查. 了解如何解决该问题请查看我们的文档. (无效的文件列表… / 重新扫描…)", + "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "PHP 的组件 OPcache 没有正确配置. 为了提供更好的性能, 我们建议在php.ini文件中使用下列设置:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "PHP的函数“set_time_limit\"是不可用的,这导致脚本在运行中被中止,暂停你的安装,我们强烈建议你开启这个函数", "Error occurred while checking server setup" : "检查服务器设置时出错", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "你的数据存储目录可以从互联网上直接访问。.htaccess文件没有生效,请配置你的网页服务器以避免数据存储目录可从外部访问或将数据存储目录转移到网页服务器根目录之外。", @@ -126,8 +127,8 @@ OC.L10N.register( "Set expiration date" : "设置过期日期", "Expiration" : "过期", "Expiration date" : "过期日期", - "Choose a password for the public link" : "为共享链接设置密码", - "Choose a password for the public link or press the \"Enter\" key" : "为公开链接选择一个密码, 或按 \"Enter 
\"", + "Choose a password for the public link" : "为公开链接设置密码", + "Choose a password for the public link or press the \"Enter\" key" : "为公开链接设置密码, 或按 \"回车\" 键", "Copied!" : "已经复制!", "Copy" : "复制", "Not supported!" : "无法支持!", diff --git a/core/l10n/zh_CN.json b/core/l10n/zh_CN.json index 022baa5cde..bc9022a84e 100644 --- a/core/l10n/zh_CN.json +++ b/core/l10n/zh_CN.json @@ -111,6 +111,7 @@ "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "反向代理配置错误, 或者您正在通过可信的代理访问 Nextcloud. 如果您不是通过可信代理访问 Nextcloud, 这将是一个安全问题, 并允许攻击者通过伪装 IP 地址访问 Nextcloud. 更多信息请查看我们的文档.", "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了解两者的不同.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "一些文件没有通过完整性检查. 了解如何解决该问题请查看我们的文档. (无效的文件列表… / 重新扫描…)", + "The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:" : "PHP 的组件 OPcache 没有正确配置. 为了提供更好的性能, 我们建议在php.ini文件中使用下列设置:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "PHP的函数“set_time_limit\"是不可用的,这导致脚本在运行中被中止,暂停你的安装,我们强烈建议你开启这个函数", "Error occurred while checking server setup" : "检查服务器设置时出错", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "你的数据存储目录可以从互联网上直接访问。.htaccess文件没有生效,请配置你的网页服务器以避免数据存储目录可从外部访问或将数据存储目录转移到网页服务器根目录之外。", @@ -124,8 +125,8 @@ "Set expiration date" : "设置过期日期", "Expiration" : "过期", "Expiration date" : "过期日期", - "Choose a password for the public link" : "为共享链接设置密码", - "Choose a password for the public link or press the \"Enter\" key" : "为公开链接选择一个密码, 或按 \"Enter 
\"", + "Choose a password for the public link" : "为公开链接设置密码", + "Choose a password for the public link or press the \"Enter\" key" : "为公开链接设置密码, 或按 \"回车\" 键", "Copied!" : "已经复制!", "Copy" : "复制", "Not supported!" : "无法支持!", diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js index 411081b17b..1a0ffce3c7 100644 --- a/lib/l10n/zh_CN.js +++ b/lib/l10n/zh_CN.js @@ -1,7 +1,7 @@ OC.L10N.register( "lib", { - "Cannot write into \"config\" directory!" : "无法写入 \"config\" 目录!", + "Cannot write into \"config\" directory!" : "无法写入 \"config\" 目录!ond", "This can usually be fixed by giving the webserver write access to the config directory" : "您可以设置 Web 服务器对 config 目录的写权限修复这个问题", "See %s" : "查看 %s", "The files of the app %$1s were not replaced correctly. Make sure it is a version compatible with the server." : "应用 %$1s 的文件替换不正确. 请确认版本与当前服务器兼容.", @@ -34,7 +34,7 @@ OC.L10N.register( "_%n year ago_::_%n years ago_" : ["%n 年前"], "_%n hour ago_::_%n hours ago_" : ["%n 小时前"], "_%n minute ago_::_%n minutes ago_" : ["%n 分钟前"], - "seconds ago" : "秒前", + "seconds ago" : "几秒前", "File name is a reserved word" : "文件名包含敏感字符", "File name contains at least one invalid character" : "文件名中存在至少一个非法字符", "File name is too long" : "文件名过长", diff --git a/lib/l10n/zh_CN.json b/lib/l10n/zh_CN.json index b91a032291..647ecf549f 100644 --- a/lib/l10n/zh_CN.json +++ b/lib/l10n/zh_CN.json @@ -1,5 +1,5 @@ { "translations": { - "Cannot write into \"config\" directory!" : "无法写入 \"config\" 目录!", + "Cannot write into \"config\" directory!" : "无法写入 \"config\" 目录!ond", "This can usually be fixed by giving the webserver write access to the config directory" : "您可以设置 Web 服务器对 config 目录的写权限修复这个问题", "See %s" : "查看 %s", "The files of the app %$1s were not replaced correctly. Make sure it is a version compatible with the server." : "应用 %$1s 的文件替换不正确. 请确认版本与当前服务器兼容.", @@ -32,7 +32,7 @@ "_%n year ago_::_%n years ago_" : ["%n 年前"], "_%n hour ago_::_%n hours ago_" : ["%n 小时前"], "_%n minute ago_::_%n minutes ago_" : ["%n 分钟前"], - "seconds ago" : "秒前", + "seconds ago" : "几秒前", "File name is a reserved word" : "文件名包含敏感字符", "File name contains at least one invalid character" : "文件名中存在至少一个非法字符", "File name is too long" : "文件名过长", diff --git a/settings/l10n/da.js b/settings/l10n/da.js index ddeac23ad7..949349f881 100644 --- a/settings/l10n/da.js +++ b/settings/l10n/da.js @@ -4,6 +4,7 @@ OC.L10N.register( "{actor} changed your password" : "{actor} ændrede din adgangskode", "You changed your password" : "Du ændrede din kode", "Your password was reset by an administrator" : "Din adgangskode er blevet resat af en administrator", + "{actor} changed your email address" : "{actor} skiftede din e-mail adresse", "Wrong password" : "Forkert kodeord", "Saved" : "Gemt", "No user supplied" : "Intet brugernavn givet", diff --git a/settings/l10n/da.json b/settings/l10n/da.json index 3636c52238..947372dd27 100644 --- a/settings/l10n/da.json +++ b/settings/l10n/da.json @@ -2,6 +2,7 @@ "{actor} changed your password" : "{actor} ændrede din adgangskode", "You changed your password" : "Du ændrede din kode", "Your password was reset by an administrator" : "Din adgangskode er blevet resat af en administrator", + "{actor} changed your email address" : "{actor} skiftede din e-mail adresse", "Wrong password" : "Forkert kodeord", "Saved" : "Gemt", "No user supplied" : "Intet brugernavn givet", diff --git a/settings/l10n/es_MX.js b/settings/l10n/es_MX.js index e9ea644fbe..781b16ab46 100644 --- a/settings/l10n/es_MX.js +++ b/settings/l10n/es_MX.js @@ -152,6 +152,7 @@ OC.L10N.register( "Will be synced to a global and public address book" : "Será sincronizado a una libreta de direcciones global y pública", "Verify" : "Verificar", "Verifying …" : "Verificando ...", + "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Select a profile picture" : "Seleccionar una imagen de perfil", "Very weak password" : "Contraseña muy débil", "Weak password" : "Contraseña débil", diff --git a/settings/l10n/es_MX.json b/settings/l10n/es_MX.json index a62bdc9a55..f8b95e4b09 100644 --- a/settings/l10n/es_MX.json +++ b/settings/l10n/es_MX.json @@ -150,6 +150,7 @@ "Will be synced to a global and public address book" : "Será sincronizado a una libreta de direcciones global y pública", "Verify" : "Verificar", "Verifying …" : "Verificando ...", + "An error occured while changing your language. Please reload the page and try again." : "Se presentó un error al cambiar tu idioma. Por favor vuelve a cargar la página y vuelva a intentarlo. ", "Select a profile picture" : "Seleccionar una imagen de perfil", "Very weak password" : "Contraseña muy débil", "Weak password" : "Contraseña débil", diff --git a/settings/l10n/zh_CN.js b/settings/l10n/zh_CN.js index 1dabf334ed..715fcbb718 100644 --- a/settings/l10n/zh_CN.js +++ b/settings/l10n/zh_CN.js @@ -225,7 +225,7 @@ OC.L10N.register( "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "您需要从旧版本 (ownCloud<=8.0) 迁移您的加密密钥.", "Start migration" : "开始迁移", "Security & setup warnings" : "安全及设置警告", - "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the Tips & Ticks section and the documentation for more information." : "对您的服务器的安全性和性能来说,一切都配置正确很重要。 为了帮助您,我们正在做一些自动检查。 有关详细信息,请参阅提示和窍门部分和文档。", + "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the Tips & Ticks section and the documentation for more information." : "为了您服务的安全和性能, 请将所有设置配置正确. 我们将会进行一些自动化检查以帮助您完成这项工作. 详情请查看 \"小提示\" 部分及相关文档.", "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP 的设置似乎有问题, 无法获取系统环境变量. 使用 getenv(\\\"PATH\\\") 测试时仅返回空结果.", "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "请检查 安装文档 ↗ 中关于 PHP 配置的说明并在您的服务器中进行配置, 尤其是使用 php-fpm 时.", "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "已启用只读配置. 这将阻止在 Web 界面中进行设置. 此外, 每次更新后该文件需要手动设置为可写入.", @@ -242,11 +242,11 @@ OC.L10N.register( "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "由于下列的技术错误, 无法通过 CLI 执行计划任务:", "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "请再次检查 安装指南 ↗, 并检查 日志 中的任何错误或警告.", "All checks passed." : "所有检查已通过.", - "Background jobs" : "定时任务未运行", + "Background jobs" : "后台任务", "Last job ran %s." : "上次定时任务执行于: %s.", "Last job execution ran %s. Something seems wrong." : "上次定时任务执行于: %s. 但存在一些问题.", - "Background job didn’t run yet!" : "定时任务未运行", - "For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "为了获得最佳性能,正确配置后台工作非常重要。 对于较大的服务器,“Cron”是推荐的设置。 有关详细信息,请参阅文档。", + "Background job didn’t run yet!" : "后台任务当前没有运行!", + "For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "为了优化性能, 正确配置后台任务非常重要. 对于较大的实例, 推荐配置为 'Cron'. 详情请参考相关文档.", "Execute one task with each page loaded" : "每个页面加载后执行一个任务", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php 注册到 webcron 服务上, 通过 http 每 15 分钟执行 cron.php.", "Use system cron service to call the cron.php file every 15 minutes." : "使用系统 cron 服务每 15 分钟执行一次 cron.php 文件.", diff --git a/settings/l10n/zh_CN.json b/settings/l10n/zh_CN.json index 4bc158ee2a..96957f0921 100644 --- a/settings/l10n/zh_CN.json +++ b/settings/l10n/zh_CN.json @@ -223,7 +223,7 @@ "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "您需要从旧版本 (ownCloud<=8.0) 迁移您的加密密钥.", "Start migration" : "开始迁移", "Security & setup warnings" : "安全及设置警告", - "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the Tips & Ticks section and the documentation for more information." : "对您的服务器的安全性和性能来说,一切都配置正确很重要。 为了帮助您,我们正在做一些自动检查。 有关详细信息,请参阅提示和窍门部分和文档。", + "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the Tips & Ticks section and the documentation for more information." : "为了您服务的安全和性能, 请将所有设置配置正确. 我们将会进行一些自动化检查以帮助您完成这项工作. 详情请查看 \"小提示\" 部分及相关文档.", "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP 的设置似乎有问题, 无法获取系统环境变量. 使用 getenv(\\\"PATH\\\") 测试时仅返回空结果.", "Please check the installation documentation ↗ for php configuration notes and the php configuration of your server, especially when using php-fpm." : "请检查 安装文档 ↗ 中关于 PHP 配置的说明并在您的服务器中进行配置, 尤其是使用 php-fpm 时.", "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "已启用只读配置. 这将阻止在 Web 界面中进行设置. 此外, 每次更新后该文件需要手动设置为可写入.", @@ -240,11 +240,11 @@ "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "由于下列的技术错误, 无法通过 CLI 执行计划任务:", "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "请再次检查 安装指南 ↗, 并检查 日志 中的任何错误或警告.", "All checks passed." : "所有检查已通过.", - "Background jobs" : "定时任务未运行", + "Background jobs" : "后台任务", "Last job ran %s." : "上次定时任务执行于: %s.", "Last job execution ran %s. Something seems wrong." : "上次定时任务执行于: %s. 但存在一些问题.", - "Background job didn’t run yet!" : "定时任务未运行", - "For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "为了获得最佳性能,正确配置后台工作非常重要。 对于较大的服务器,“Cron”是推荐的设置。 有关详细信息,请参阅文档。", + "Background job didn’t run yet!" : "后台任务当前没有运行!", + "For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "为了优化性能, 正确配置后台任务非常重要. 对于较大的实例, 推荐配置为 'Cron'. 详情请参考相关文档.", "Execute one task with each page loaded" : "每个页面加载后执行一个任务", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php 注册到 webcron 服务上, 通过 http 每 15 分钟执行 cron.php.", "Use system cron service to call the cron.php file every 15 minutes." : "使用系统 cron 服务每 15 分钟执行一次 cron.php 文件.",