diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-11-14 01:12:30 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-11-14 01:12:30 +0000 |
commit | 6e07165bc27fed704562c6506a8825c01b1463fc (patch) | |
tree | ca7489eccec5256c3e904cbdbbc9c737a5894f5b /apps | |
parent | b89996483d340ce80dfc0eeb72aa0434083ab37c (diff) | |
download | nextcloud-server-6e07165bc27fed704562c6506a8825c01b1463fc.tar.gz nextcloud-server-6e07165bc27fed704562c6506a8825c01b1463fc.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r-- | apps/comments/l10n/ja.js | 5 | ||||
-rw-r--r-- | apps/comments/l10n/ja.json | 5 | ||||
-rw-r--r-- | apps/files/l10n/zh_CN.js | 6 | ||||
-rw-r--r-- | apps/files/l10n/zh_CN.json | 6 | ||||
-rw-r--r-- | apps/oauth2/l10n/is.js | 3 | ||||
-rw-r--r-- | apps/oauth2/l10n/is.json | 3 | ||||
-rw-r--r-- | apps/systemtags/l10n/is.js | 1 | ||||
-rw-r--r-- | apps/systemtags/l10n/is.json | 1 | ||||
-rw-r--r-- | apps/twofactor_backupcodes/l10n/is.js | 7 | ||||
-rw-r--r-- | apps/twofactor_backupcodes/l10n/is.json | 7 | ||||
-rw-r--r-- | apps/workflowengine/l10n/zh_CN.js | 1 | ||||
-rw-r--r-- | apps/workflowengine/l10n/zh_CN.json | 1 |
12 files changed, 42 insertions, 4 deletions
diff --git a/apps/comments/l10n/ja.js b/apps/comments/l10n/ja.js index cd207000acc..1962fb99c62 100644 --- a/apps/comments/l10n/ja.js +++ b/apps/comments/l10n/ja.js @@ -25,10 +25,13 @@ OC.L10N.register( "%1$s commented on %2$s" : "%2$s について、%1$s がコメントしました", "{author} commented on {file}" : "{author} が{file} にコメントしました", "<strong>Comments</strong> for files" : "ファイルへの<strong>コメント</strong>があったとき", + "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "削除されたユーザーのコメントで \"{file}\" にあなたに言及しました", "{user} mentioned you in a comment on “{file}”" : "{user} さんが ““{file}” のコメントであなたについて言及しました。", + "Files app plugin to add comments to files" : "ファイルにコメントを追加するためのファイルアプリプラグイン", "Unknown user" : "不明なユーザー", "A (now) deleted user mentioned you in a comment on “%s”" : "(現在)削除されたユーザーが \"%s\" のコメントであなたのことについて言及しました", "A (now) deleted user mentioned you in a comment on “{file}”" : "(現在)削除されたユーザーが \"{file}\" のコメントであなたのことについて言及しました", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s さんが “%2$s” のコメントであなたについて言及しました。" + "%1$s mentioned you in a comment on “%2$s”" : "%1$s さんが “%2$s” のコメントであなたについて言及しました。", + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "削除されたユーザーのコメントで %s にあなたに言及しました" }, "nplurals=1; plural=0;"); diff --git a/apps/comments/l10n/ja.json b/apps/comments/l10n/ja.json index 7839f1225bf..3e392f50509 100644 --- a/apps/comments/l10n/ja.json +++ b/apps/comments/l10n/ja.json @@ -23,10 +23,13 @@ "%1$s commented on %2$s" : "%2$s について、%1$s がコメントしました", "{author} commented on {file}" : "{author} が{file} にコメントしました", "<strong>Comments</strong> for files" : "ファイルへの<strong>コメント</strong>があったとき", + "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "削除されたユーザーのコメントで \"{file}\" にあなたに言及しました", "{user} mentioned you in a comment on “{file}”" : "{user} さんが ““{file}” のコメントであなたについて言及しました。", + "Files app plugin to add comments to files" : "ファイルにコメントを追加するためのファイルアプリプラグイン", "Unknown user" : "不明なユーザー", "A (now) deleted user mentioned you in a comment on “%s”" : "(現在)削除されたユーザーが \"%s\" のコメントであなたのことについて言及しました", "A (now) deleted user mentioned you in a comment on “{file}”" : "(現在)削除されたユーザーが \"{file}\" のコメントであなたのことについて言及しました", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s さんが “%2$s” のコメントであなたについて言及しました。" + "%1$s mentioned you in a comment on “%2$s”" : "%1$s さんが “%2$s” のコメントであなたについて言及しました。", + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "削除されたユーザーのコメントで %s にあなたに言及しました" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index c9c922bf523..9711f20d788 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -14,6 +14,7 @@ OC.L10N.register( "Home" : "首页", "Close" : "关闭", "Could not create folder \"{dir}\"" : "无法创建文件夹 \"{dir}\"", + "This will stop your current uploads." : "这会终止您当前的上传。", "Upload cancelled." : "上传已取消", "…" : "…", "Processing files …" : "文件处理中…", @@ -21,6 +22,7 @@ OC.L10N.register( "Not enough free space, you are uploading {size1} but only {size2} is left" : "可用空间不足,您上传的文件大小为 {size1} ,但可用空间仅剩 {size2}", "Target folder \"{dir}\" does not exist any more" : "目标目录 \"{dir}\" 不存在", "Not enough free space" : "可用空间不足", + "An unknown error has occurred" : "发生了未知错误。", "Uploading …" : "上传中…", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} / {totalSize} ({bitrate})", "Uploading that item is not supported" : "不支持上传此项目", @@ -30,7 +32,7 @@ OC.L10N.register( "Rename" : "重命名", "Copy" : "复制", "Choose target folder" : "选择目标文件夹", - "Disconnect storage" : "断开存储链接", + "Disconnect storage" : "断开存储的连接", "Unshare" : "取消共享", "Could not load info for file \"{file}\"" : "无法加载文件 \"{file}\" 的信息", "Files" : "文件", @@ -135,11 +137,13 @@ OC.L10N.register( "Save" : "保存", "With PHP-FPM it might take 5 minutes for changes to be applied." : "对于 PHP-FPM 这个值改变后可能需要 5 分钟才会生效.", "Missing permissions to edit from here." : "没有权限编辑", + "%1$s of %2$s used" : "%1$s已用,总计%2$s", "%s used" : "%s 已使用", "Settings" : "设置", "Show hidden files" : "显示隐藏文件", "WebDAV" : "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "使用这个地址 <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">通过 WebDAV 访问您的文件</a>", + "Toggle grid view" : "切换网格视图", "Cancel upload" : "取消上传", "No files in here" : "无文件", "Upload some content or sync with your devices!" : "上传或从您的设备中同步!", diff --git a/apps/files/l10n/zh_CN.json b/apps/files/l10n/zh_CN.json index 70b4a887b9d..fd211085839 100644 --- a/apps/files/l10n/zh_CN.json +++ b/apps/files/l10n/zh_CN.json @@ -12,6 +12,7 @@ "Home" : "首页", "Close" : "关闭", "Could not create folder \"{dir}\"" : "无法创建文件夹 \"{dir}\"", + "This will stop your current uploads." : "这会终止您当前的上传。", "Upload cancelled." : "上传已取消", "…" : "…", "Processing files …" : "文件处理中…", @@ -19,6 +20,7 @@ "Not enough free space, you are uploading {size1} but only {size2} is left" : "可用空间不足,您上传的文件大小为 {size1} ,但可用空间仅剩 {size2}", "Target folder \"{dir}\" does not exist any more" : "目标目录 \"{dir}\" 不存在", "Not enough free space" : "可用空间不足", + "An unknown error has occurred" : "发生了未知错误。", "Uploading …" : "上传中…", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} / {totalSize} ({bitrate})", "Uploading that item is not supported" : "不支持上传此项目", @@ -28,7 +30,7 @@ "Rename" : "重命名", "Copy" : "复制", "Choose target folder" : "选择目标文件夹", - "Disconnect storage" : "断开存储链接", + "Disconnect storage" : "断开存储的连接", "Unshare" : "取消共享", "Could not load info for file \"{file}\"" : "无法加载文件 \"{file}\" 的信息", "Files" : "文件", @@ -133,11 +135,13 @@ "Save" : "保存", "With PHP-FPM it might take 5 minutes for changes to be applied." : "对于 PHP-FPM 这个值改变后可能需要 5 分钟才会生效.", "Missing permissions to edit from here." : "没有权限编辑", + "%1$s of %2$s used" : "%1$s已用,总计%2$s", "%s used" : "%s 已使用", "Settings" : "设置", "Show hidden files" : "显示隐藏文件", "WebDAV" : "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "使用这个地址 <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">通过 WebDAV 访问您的文件</a>", + "Toggle grid view" : "切换网格视图", "Cancel upload" : "取消上传", "No files in here" : "无文件", "Upload some content or sync with your devices!" : "上传或从您的设备中同步!", diff --git a/apps/oauth2/l10n/is.js b/apps/oauth2/l10n/is.js index 7279ccd58ef..a45f076bc43 100644 --- a/apps/oauth2/l10n/is.js +++ b/apps/oauth2/l10n/is.js @@ -1,7 +1,10 @@ OC.L10N.register( "oauth2", { + "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "URL-endurbeiningarslóðin verður að vera full URL-slóð, til dæmis: https://yourdomain.com/path", "OAuth 2.0" : "OAuth 2.0", + "Allows OAuth2 compatible authentication from other web applications." : "Gerir kleift að nota OAuth2-samhæfða auðkenningu frá öðrum vefforritum.", + "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2-forritið gerir kerfisstjórum kleift að stilla innbyggða auðkenningarferlið þannig að einnig sé hægt að nota OAuth2-samhæfða auðkenningu frá öðrum vefforritum.", "OAuth 2.0 clients" : "OAuth 2.0 biðlarar", "Name" : "Nafn", "Client Identifier" : "Biðlaraauðkenni", diff --git a/apps/oauth2/l10n/is.json b/apps/oauth2/l10n/is.json index 43d6da087e7..9df65114808 100644 --- a/apps/oauth2/l10n/is.json +++ b/apps/oauth2/l10n/is.json @@ -1,5 +1,8 @@ { "translations": { + "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "URL-endurbeiningarslóðin verður að vera full URL-slóð, til dæmis: https://yourdomain.com/path", "OAuth 2.0" : "OAuth 2.0", + "Allows OAuth2 compatible authentication from other web applications." : "Gerir kleift að nota OAuth2-samhæfða auðkenningu frá öðrum vefforritum.", + "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2-forritið gerir kerfisstjórum kleift að stilla innbyggða auðkenningarferlið þannig að einnig sé hægt að nota OAuth2-samhæfða auðkenningu frá öðrum vefforritum.", "OAuth 2.0 clients" : "OAuth 2.0 biðlarar", "Name" : "Nafn", "Client Identifier" : "Biðlaraauðkenni", diff --git a/apps/systemtags/l10n/is.js b/apps/systemtags/l10n/is.js index 659fb56c8d3..2f4ad5679b6 100644 --- a/apps/systemtags/l10n/is.js +++ b/apps/systemtags/l10n/is.js @@ -42,6 +42,7 @@ OC.L10N.register( "%s (invisible)" : "%s (ósýnilegt)", "<strong>System tags</strong> for a file have been modified" : "<strong>Kerfismerkjum</strong> á skrá hefur verið breytt", "Collaborative tags" : "Samstarfsmerkingar", + "Collaborative tagging functionality which shares tags among users." : "Samstarfsmerkingareiginleiki sem deilir merkjum á milli notenda.", "Select tag …" : "Veldu merki ...", "Create a new tag" : "Búa til nýtt merki", "Name" : "Heiti", diff --git a/apps/systemtags/l10n/is.json b/apps/systemtags/l10n/is.json index 8db4fb15fd0..2c4cdd10ad7 100644 --- a/apps/systemtags/l10n/is.json +++ b/apps/systemtags/l10n/is.json @@ -40,6 +40,7 @@ "%s (invisible)" : "%s (ósýnilegt)", "<strong>System tags</strong> for a file have been modified" : "<strong>Kerfismerkjum</strong> á skrá hefur verið breytt", "Collaborative tags" : "Samstarfsmerkingar", + "Collaborative tagging functionality which shares tags among users." : "Samstarfsmerkingareiginleiki sem deilir merkjum á milli notenda.", "Select tag …" : "Veldu merki ...", "Create a new tag" : "Búa til nýtt merki", "Name" : "Heiti", diff --git a/apps/twofactor_backupcodes/l10n/is.js b/apps/twofactor_backupcodes/l10n/is.js index 90d0b49ee29..ab7b8da6797 100644 --- a/apps/twofactor_backupcodes/l10n/is.js +++ b/apps/twofactor_backupcodes/l10n/is.js @@ -5,23 +5,30 @@ OC.L10N.register( "updated" : "uppfært", "mounted" : "tengt í skráakerfi", "deactivated" : "afvirkjað", + "beforeCreate" : "beforeCreate", "created" : "búið til", + "beforeUpdate" : "beforeUpdate", + "beforeDestroy" : "beforeDestroy", "destroyed" : "eyðilagt", + "beforeMount" : "beforeMount", "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "Þetta eru öryggisafritunarkóðarnir þínir. Vistaðu þá og/eða prentaðu þá út, því þú munt ekki geta lesið þá aftur síðar í ferlinu", "Save backup codes" : "Vista öryggisafritunarkóða", "Print backup codes" : "Prenta öryggisafritunarkóða", "Backup codes have been generated. {used} of {total} codes have been used." : "Öryggisafritunarkóðar hafa verið útbúnir. {used} af {total} kóðum hafa verið notaðir.", "Regenerate backup codes" : "Endurnýja öryggisafritunarkóða", + "_icon-loading-small_::_generate-backup-codes_" : ["icon-loading-small","generate-backup-codes"], "If you regenerate backup codes, you automatically invalidate old codes." : "Ef þú endurnýjar öryggisafritunarkóða, gerir þú sjálfkrafa eldri kóða ógilda.", "Generate backup codes" : "Útbúa öryggisafritunarkóða", "An error occurred while generating your backup codes" : "Villa kom upp við að búa til öryggisafritunarkóðana þína", "Nextcloud backup codes" : "Nextcloud öryggisafritunarkóðar", "You created two-factor backup codes for your account" : "Þú útbjóst tveggja-þrepa öryggisafritunarkóða fyrir aðganginn þinn", "Second-factor backup codes" : "Tveggja-þrepa öryggisafritunarkóðar", + "You have enabled two-factor authentication but have not yet generated backup codes. Be sure to do this in case you lose access to your second factor." : "Þú hefur virkjað tveggja-þátta auðkenningu en hefur ekki ennþá útbúið öryggisafritunarkóða. Vertu viss um að gera það ef ske kynni að þú týndir staðfestingarþætti.", "Backup code" : "Öryggisafritunarkóði", "Use backup code" : "Nota öryggisafritunarkóða", "Two factor backup codes" : "Tveggja-þrepa öryggisafritunarkóðar", "A two-factor auth backup codes provider" : "Útgefandi tveggja-þrepa öryggisafritunarkóða", + "Use one of the backup codes you saved when setting up two-factor authentication." : "Notaðu einn af öryggisafritunarkóðunum sem þú vistaðir þegar þú settir upp tveggja-þátta auðkenningu.", "Submit" : "Senda inn", "Backup codes have been generated. {{used}} of {{total}} codes have been used." : "Öryggisafritunarkóðar hafa verið útbúnir. {{used}} af {{total}} kóðum hafa verið notaðir." }, diff --git a/apps/twofactor_backupcodes/l10n/is.json b/apps/twofactor_backupcodes/l10n/is.json index aa229a7413e..f0a86db945f 100644 --- a/apps/twofactor_backupcodes/l10n/is.json +++ b/apps/twofactor_backupcodes/l10n/is.json @@ -3,23 +3,30 @@ "updated" : "uppfært", "mounted" : "tengt í skráakerfi", "deactivated" : "afvirkjað", + "beforeCreate" : "beforeCreate", "created" : "búið til", + "beforeUpdate" : "beforeUpdate", + "beforeDestroy" : "beforeDestroy", "destroyed" : "eyðilagt", + "beforeMount" : "beforeMount", "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "Þetta eru öryggisafritunarkóðarnir þínir. Vistaðu þá og/eða prentaðu þá út, því þú munt ekki geta lesið þá aftur síðar í ferlinu", "Save backup codes" : "Vista öryggisafritunarkóða", "Print backup codes" : "Prenta öryggisafritunarkóða", "Backup codes have been generated. {used} of {total} codes have been used." : "Öryggisafritunarkóðar hafa verið útbúnir. {used} af {total} kóðum hafa verið notaðir.", "Regenerate backup codes" : "Endurnýja öryggisafritunarkóða", + "_icon-loading-small_::_generate-backup-codes_" : ["icon-loading-small","generate-backup-codes"], "If you regenerate backup codes, you automatically invalidate old codes." : "Ef þú endurnýjar öryggisafritunarkóða, gerir þú sjálfkrafa eldri kóða ógilda.", "Generate backup codes" : "Útbúa öryggisafritunarkóða", "An error occurred while generating your backup codes" : "Villa kom upp við að búa til öryggisafritunarkóðana þína", "Nextcloud backup codes" : "Nextcloud öryggisafritunarkóðar", "You created two-factor backup codes for your account" : "Þú útbjóst tveggja-þrepa öryggisafritunarkóða fyrir aðganginn þinn", "Second-factor backup codes" : "Tveggja-þrepa öryggisafritunarkóðar", + "You have enabled two-factor authentication but have not yet generated backup codes. Be sure to do this in case you lose access to your second factor." : "Þú hefur virkjað tveggja-þátta auðkenningu en hefur ekki ennþá útbúið öryggisafritunarkóða. Vertu viss um að gera það ef ske kynni að þú týndir staðfestingarþætti.", "Backup code" : "Öryggisafritunarkóði", "Use backup code" : "Nota öryggisafritunarkóða", "Two factor backup codes" : "Tveggja-þrepa öryggisafritunarkóðar", "A two-factor auth backup codes provider" : "Útgefandi tveggja-þrepa öryggisafritunarkóða", + "Use one of the backup codes you saved when setting up two-factor authentication." : "Notaðu einn af öryggisafritunarkóðunum sem þú vistaðir þegar þú settir upp tveggja-þátta auðkenningu.", "Submit" : "Senda inn", "Backup codes have been generated. {{used}} of {{total}} codes have been used." : "Öryggisafritunarkóðar hafa verið útbúnir. {{used}} af {{total}} kóðum hafa verið notaðir." },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" diff --git a/apps/workflowengine/l10n/zh_CN.js b/apps/workflowengine/l10n/zh_CN.js index 0613a10d776..6a0b79e7306 100644 --- a/apps/workflowengine/l10n/zh_CN.js +++ b/apps/workflowengine/l10n/zh_CN.js @@ -17,6 +17,7 @@ OC.L10N.register( "matches" : "匹配", "does not match" : "不匹配", "Example: {placeholder}" : "例子: {placeholder}", + "File name" : "文件名", "File size (upload)" : "文件大小 (上传)", "less" : "小于", "less or equals" : "小于等于", diff --git a/apps/workflowengine/l10n/zh_CN.json b/apps/workflowengine/l10n/zh_CN.json index f507c9a1974..191452e81ee 100644 --- a/apps/workflowengine/l10n/zh_CN.json +++ b/apps/workflowengine/l10n/zh_CN.json @@ -15,6 +15,7 @@ "matches" : "匹配", "does not match" : "不匹配", "Example: {placeholder}" : "例子: {placeholder}", + "File name" : "文件名", "File size (upload)" : "文件大小 (上传)", "less" : "小于", "less or equals" : "小于等于", |