diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/dav/l10n/is.js | 10 | ||||
-rw-r--r-- | apps/dav/l10n/is.json | 10 | ||||
-rw-r--r-- | apps/dav/l10n/zh_CN.js | 49 | ||||
-rw-r--r-- | apps/dav/l10n/zh_CN.json | 47 | ||||
-rw-r--r-- | apps/theming/l10n/sk.js | 27 | ||||
-rw-r--r-- | apps/theming/l10n/sk.json | 25 | ||||
-rw-r--r-- | apps/theming/l10n/zh_CN.js | 6 | ||||
-rw-r--r-- | apps/theming/l10n/zh_CN.json | 6 | ||||
-rw-r--r-- | apps/twofactor_backupcodes/l10n/zh_CN.js | 21 | ||||
-rw-r--r-- | apps/twofactor_backupcodes/l10n/zh_CN.json | 19 |
10 files changed, 214 insertions, 6 deletions
diff --git a/apps/dav/l10n/is.js b/apps/dav/l10n/is.js index a488e59c9b7..79b4275068a 100644 --- a/apps/dav/l10n/is.js +++ b/apps/dav/l10n/is.js @@ -26,6 +26,16 @@ OC.L10N.register( "You deleted event {event} from calendar {calendar}" : "Þú eyddir atburðinum {event} úr dagatalinu {calendar}", "{actor} updated event {event} in calendar {calendar}" : "{actor} uppfærði atburðinn {event} í dagatalinu {calendar}", "You updated event {event} in calendar {calendar}" : "Þú uppfærðir atburðinn {event} í dagatalinu {calendar}", + "{actor} created todo {todo} in list {calendar}" : "{actor} bjó til verkefnið {todo} á listanum {calendar}", + "You created todo {todo} in list {calendar}" : "Þú bjóst til verkefnið {todo} á listanum {calendar}", + "{actor} deleted todo {todo} from list {calendar}" : "{actor} eyddi verkefninu {todo} af listanum {calendar}", + "You deleted todo {todo} from list {calendar}" : "Þú eyddir verkefninu {todo} af listanum {calendar}", + "{actor} updated todo {todo} in list {calendar}" : "{actor} uppfærði verkefnið {todo} á listanum {calendar}", + "You updated todo {todo} in list {calendar}" : "Þú uppfærðir verkefnið {todo} á listanum {calendar}", + "{actor} solved todo {todo} in list {calendar}" : "{actor} leysti verkefnið {todo} á listanum {calendar}", + "You solved todo {todo} in list {calendar}" : "Þú leystir verkefnið {todo} á listanum {calendar}", + "{actor} reopened todo {todo} in list {calendar}" : "{actor} opnaði aftur verkefnið {todo} á listanum {calendar}", + "You reopened todo {todo} in list {calendar}" : "Þú opnaðir aftur verkefnið {todo} á listanum {calendar}", "A <strong>calendar</strong> was modified" : "<strong>Dagatali</strong> var breytt", "A calendar <strong>event</strong> was modified" : "<strong>Atburði</strong> dagatals var breytt", "A calendar <strong>todo</strong> was modified" : "<strong>Verkefnalista</strong> dagatals var breytt", diff --git a/apps/dav/l10n/is.json b/apps/dav/l10n/is.json index 5b1724bab65..aba5a88917f 100644 --- a/apps/dav/l10n/is.json +++ b/apps/dav/l10n/is.json @@ -24,6 +24,16 @@ "You deleted event {event} from calendar {calendar}" : "Þú eyddir atburðinum {event} úr dagatalinu {calendar}", "{actor} updated event {event} in calendar {calendar}" : "{actor} uppfærði atburðinn {event} í dagatalinu {calendar}", "You updated event {event} in calendar {calendar}" : "Þú uppfærðir atburðinn {event} í dagatalinu {calendar}", + "{actor} created todo {todo} in list {calendar}" : "{actor} bjó til verkefnið {todo} á listanum {calendar}", + "You created todo {todo} in list {calendar}" : "Þú bjóst til verkefnið {todo} á listanum {calendar}", + "{actor} deleted todo {todo} from list {calendar}" : "{actor} eyddi verkefninu {todo} af listanum {calendar}", + "You deleted todo {todo} from list {calendar}" : "Þú eyddir verkefninu {todo} af listanum {calendar}", + "{actor} updated todo {todo} in list {calendar}" : "{actor} uppfærði verkefnið {todo} á listanum {calendar}", + "You updated todo {todo} in list {calendar}" : "Þú uppfærðir verkefnið {todo} á listanum {calendar}", + "{actor} solved todo {todo} in list {calendar}" : "{actor} leysti verkefnið {todo} á listanum {calendar}", + "You solved todo {todo} in list {calendar}" : "Þú leystir verkefnið {todo} á listanum {calendar}", + "{actor} reopened todo {todo} in list {calendar}" : "{actor} opnaði aftur verkefnið {todo} á listanum {calendar}", + "You reopened todo {todo} in list {calendar}" : "Þú opnaðir aftur verkefnið {todo} á listanum {calendar}", "A <strong>calendar</strong> was modified" : "<strong>Dagatali</strong> var breytt", "A calendar <strong>event</strong> was modified" : "<strong>Atburði</strong> dagatals var breytt", "A calendar <strong>todo</strong> was modified" : "<strong>Verkefnalista</strong> dagatals var breytt", diff --git a/apps/dav/l10n/zh_CN.js b/apps/dav/l10n/zh_CN.js new file mode 100644 index 00000000000..ab25f50f4d6 --- /dev/null +++ b/apps/dav/l10n/zh_CN.js @@ -0,0 +1,49 @@ +OC.L10N.register( + "dav", + { + "Calendar" : "日历", + "Todos" : "待办事项", + "{actor} created calendar {calendar}" : "{actor} 创建了日历 {calendar}", + "You created calendar {calendar}" : "您创建的日历 {calendar}", + "{actor} deleted calendar {calendar}" : "{actor} 删除了日历 {calendar}", + "You deleted calendar {calendar}" : "您删除的日历 {calendar}", + "{actor} updated calendar {calendar}" : "{actor} 更新了日历 {calendar}", + "You updated calendar {calendar}" : "您更新了日历 {calendar}", + "{actor} shared calendar {calendar} with you" : "{actor} 分享给您的日历 {calendar}", + "You shared calendar {calendar} with {user}" : "您与 {user} 分享了日历 {calendar}", + "{actor} shared calendar {calendar} with {user}" : "{actor} 与 {user} 分享了日历 {calendar}", + "{actor} unshared calendar {calendar} from you" : "{actor} 取消分享 {calendar} 给您", + "You unshared calendar {calendar} from {user}" : "您取消分享给 {user} 的日历 {calendar}", + "{actor} unshared calendar {calendar} from {user}" : "{actor} 取消分享给 {uesr} 的日历 {calendar}", + "{actor} unshared calendar {calendar} from themselves" : "{actor} 取消分享日历 {calendar}", + "You shared calendar {calendar} with group {group}" : "您通过组 {group} 分享了日历 {calendar}", + "{actor} shared calendar {calendar} with group {group}" : "{actor} 通过组 {group} 分享了日历 {calendar}", + "You unshared calendar {calendar} from group {group}" : "您取消分享给组 {group} 的日历 {calendar}", + "{actor} unshared calendar {calendar} from group {group}" : "{actor} 取消分享给组 {group} 的日历 {calendar}", + "{actor} created event {event} in calendar {calendar}" : "{actor} 在日历 {calendar} 中创建了事件 {event}", + "You created event {event} in calendar {calendar}" : "您在日历 {calendar} 中创建了事件 {event}", + "{actor} deleted event {event} from calendar {calendar}" : "{actor} 在日历 {calendar} 中删除了事件 {event}", + "You deleted event {event} from calendar {calendar}" : "您在日历 {calendar} 中删除了事件 {event}", + "{actor} updated event {event} in calendar {calendar}" : "{actor} 在日历 {calendar} 中更新了事件 {event}", + "You updated event {event} in calendar {calendar}" : "您在日历 {calendar} 中更新了事件 {event}", + "{actor} created todo {todo} in list {calendar}" : "{actor} 在列表 {calendar} 中创建了待办事项 {todo}", + "You created todo {todo} in list {calendar}" : "您在列表 {calendar} 中创建了待办事项 {todo}", + "{actor} deleted todo {todo} from list {calendar}" : "{actor} 在列表 {calendar} 中删除了待办事项 {todo}", + "You deleted todo {todo} from list {calendar}" : "您在列表 {calendar} 中删除了待办事项 {todo}", + "{actor} updated todo {todo} in list {calendar}" : "{actor} 在列表 {calendar} 中更新了待办事项 {todo}", + "You updated todo {todo} in list {calendar}" : "您在列表 {calendar} 中更新了待办事项 {todo}", + "{actor} solved todo {todo} in list {calendar}" : "{actor} 在列表 {calendar} 中解决了待办事项 {todo}", + "You solved todo {todo} in list {calendar}" : "您在列表 {calendar} 中解决了待办事项 {todo}", + "{actor} reopened todo {todo} in list {calendar}" : "{actor} 在列表 {calendar} 中重新打开了待办事项 {todo}", + "You reopened todo {todo} in list {calendar}" : "您在列表 {calendar} 中重新打开了待办事项 {todo}", + "A <strong>calendar</strong> was modified" : "<strong>日历</strong>已经修改", + "A calendar <strong>event</strong> was modified" : "日历中<strong>事件</strong>已经修改", + "A calendar <strong>todo</strong> was modified" : "列表中<strong>待办事项</strong>已经修改", + "Contact birthdays" : "联系人生日", + "Personal" : "个人", + "Contacts" : "联系人", + "Technical details" : "技术细节", + "Remote Address: %s" : "远程地址: %s", + "Request ID: %s" : "请求 ID: %s" +}, +"nplurals=1; plural=0;"); diff --git a/apps/dav/l10n/zh_CN.json b/apps/dav/l10n/zh_CN.json new file mode 100644 index 00000000000..1dd7fde8c00 --- /dev/null +++ b/apps/dav/l10n/zh_CN.json @@ -0,0 +1,47 @@ +{ "translations": { + "Calendar" : "日历", + "Todos" : "待办事项", + "{actor} created calendar {calendar}" : "{actor} 创建了日历 {calendar}", + "You created calendar {calendar}" : "您创建的日历 {calendar}", + "{actor} deleted calendar {calendar}" : "{actor} 删除了日历 {calendar}", + "You deleted calendar {calendar}" : "您删除的日历 {calendar}", + "{actor} updated calendar {calendar}" : "{actor} 更新了日历 {calendar}", + "You updated calendar {calendar}" : "您更新了日历 {calendar}", + "{actor} shared calendar {calendar} with you" : "{actor} 分享给您的日历 {calendar}", + "You shared calendar {calendar} with {user}" : "您与 {user} 分享了日历 {calendar}", + "{actor} shared calendar {calendar} with {user}" : "{actor} 与 {user} 分享了日历 {calendar}", + "{actor} unshared calendar {calendar} from you" : "{actor} 取消分享 {calendar} 给您", + "You unshared calendar {calendar} from {user}" : "您取消分享给 {user} 的日历 {calendar}", + "{actor} unshared calendar {calendar} from {user}" : "{actor} 取消分享给 {uesr} 的日历 {calendar}", + "{actor} unshared calendar {calendar} from themselves" : "{actor} 取消分享日历 {calendar}", + "You shared calendar {calendar} with group {group}" : "您通过组 {group} 分享了日历 {calendar}", + "{actor} shared calendar {calendar} with group {group}" : "{actor} 通过组 {group} 分享了日历 {calendar}", + "You unshared calendar {calendar} from group {group}" : "您取消分享给组 {group} 的日历 {calendar}", + "{actor} unshared calendar {calendar} from group {group}" : "{actor} 取消分享给组 {group} 的日历 {calendar}", + "{actor} created event {event} in calendar {calendar}" : "{actor} 在日历 {calendar} 中创建了事件 {event}", + "You created event {event} in calendar {calendar}" : "您在日历 {calendar} 中创建了事件 {event}", + "{actor} deleted event {event} from calendar {calendar}" : "{actor} 在日历 {calendar} 中删除了事件 {event}", + "You deleted event {event} from calendar {calendar}" : "您在日历 {calendar} 中删除了事件 {event}", + "{actor} updated event {event} in calendar {calendar}" : "{actor} 在日历 {calendar} 中更新了事件 {event}", + "You updated event {event} in calendar {calendar}" : "您在日历 {calendar} 中更新了事件 {event}", + "{actor} created todo {todo} in list {calendar}" : "{actor} 在列表 {calendar} 中创建了待办事项 {todo}", + "You created todo {todo} in list {calendar}" : "您在列表 {calendar} 中创建了待办事项 {todo}", + "{actor} deleted todo {todo} from list {calendar}" : "{actor} 在列表 {calendar} 中删除了待办事项 {todo}", + "You deleted todo {todo} from list {calendar}" : "您在列表 {calendar} 中删除了待办事项 {todo}", + "{actor} updated todo {todo} in list {calendar}" : "{actor} 在列表 {calendar} 中更新了待办事项 {todo}", + "You updated todo {todo} in list {calendar}" : "您在列表 {calendar} 中更新了待办事项 {todo}", + "{actor} solved todo {todo} in list {calendar}" : "{actor} 在列表 {calendar} 中解决了待办事项 {todo}", + "You solved todo {todo} in list {calendar}" : "您在列表 {calendar} 中解决了待办事项 {todo}", + "{actor} reopened todo {todo} in list {calendar}" : "{actor} 在列表 {calendar} 中重新打开了待办事项 {todo}", + "You reopened todo {todo} in list {calendar}" : "您在列表 {calendar} 中重新打开了待办事项 {todo}", + "A <strong>calendar</strong> was modified" : "<strong>日历</strong>已经修改", + "A calendar <strong>event</strong> was modified" : "日历中<strong>事件</strong>已经修改", + "A calendar <strong>todo</strong> was modified" : "列表中<strong>待办事项</strong>已经修改", + "Contact birthdays" : "联系人生日", + "Personal" : "个人", + "Contacts" : "联系人", + "Technical details" : "技术细节", + "Remote Address: %s" : "远程地址: %s", + "Request ID: %s" : "请求 ID: %s" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file diff --git a/apps/theming/l10n/sk.js b/apps/theming/l10n/sk.js new file mode 100644 index 00000000000..5f3693fbad1 --- /dev/null +++ b/apps/theming/l10n/sk.js @@ -0,0 +1,27 @@ +OC.L10N.register( + "theming", + { + "Admin" : "Administrátor", + "a safe home for all your data" : "bezpečný domov pre všetky vaše dáta", + "The given name is too long" : "Zadané meno je príliš dlhé", + "The given web address is too long" : "Zadaná web adresa je príliš dlhá", + "The given slogan is too long" : "Zadaný slogan je príliš dlhý", + "The given color is invalid" : "Zadaná farba nie je platná", + "Saved" : "Uložené", + "No file uploaded" : "Žiadny súbor nebol nahraný", + "Unsupported image type" : "Typ obrázka nie je podporovaný", + "You are already using a custom theme" : "Už používate upravený vzhľad", + "Theming" : "Vzhľad", + "Name" : "Názov", + "reset to default" : "nastaviť predvolené", + "Web address" : "Web adresa", + "Web address https://…" : "Webová adresa https://...", + "Slogan" : "Slogan", + "Color" : "Farba", + "Logo" : "Logo", + "Upload new logo" : "Nahrať nové logo", + "Login image" : "Prihlasovací obrázok", + "Upload new login background" : "Nahrať nové prihlasovacie pozadie", + "Log in image" : "Prihlasovací obrázok" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/apps/theming/l10n/sk.json b/apps/theming/l10n/sk.json new file mode 100644 index 00000000000..c63920d620c --- /dev/null +++ b/apps/theming/l10n/sk.json @@ -0,0 +1,25 @@ +{ "translations": { + "Admin" : "Administrátor", + "a safe home for all your data" : "bezpečný domov pre všetky vaše dáta", + "The given name is too long" : "Zadané meno je príliš dlhé", + "The given web address is too long" : "Zadaná web adresa je príliš dlhá", + "The given slogan is too long" : "Zadaný slogan je príliš dlhý", + "The given color is invalid" : "Zadaná farba nie je platná", + "Saved" : "Uložené", + "No file uploaded" : "Žiadny súbor nebol nahraný", + "Unsupported image type" : "Typ obrázka nie je podporovaný", + "You are already using a custom theme" : "Už používate upravený vzhľad", + "Theming" : "Vzhľad", + "Name" : "Názov", + "reset to default" : "nastaviť predvolené", + "Web address" : "Web adresa", + "Web address https://…" : "Webová adresa https://...", + "Slogan" : "Slogan", + "Color" : "Farba", + "Logo" : "Logo", + "Upload new logo" : "Nahrať nové logo", + "Login image" : "Prihlasovací obrázok", + "Upload new login background" : "Nahrať nové prihlasovacie pozadie", + "Log in image" : "Prihlasovací obrázok" +},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" +}
\ No newline at end of file diff --git a/apps/theming/l10n/zh_CN.js b/apps/theming/l10n/zh_CN.js index f8de1a2333b..a8be448fe93 100644 --- a/apps/theming/l10n/zh_CN.js +++ b/apps/theming/l10n/zh_CN.js @@ -3,9 +3,9 @@ OC.L10N.register( { "Admin" : "管理", "a safe home for all your data" : "给您所有的数据一个安全的家", - "The given name is too long" : "文件名过长", - "The given web address is too long" : "提供的网址过长", - "The given slogan is too long" : "提供的标语过长", + "The given name is too long" : "输入的名称过长", + "The given web address is too long" : "输入的地址过长", + "The given slogan is too long" : "输入的标语过长", "The given color is invalid" : "提供的颜色无效", "Saved" : "已保存", "No file uploaded" : "文件没有上传", diff --git a/apps/theming/l10n/zh_CN.json b/apps/theming/l10n/zh_CN.json index 88b78864f94..9fab5a516ea 100644 --- a/apps/theming/l10n/zh_CN.json +++ b/apps/theming/l10n/zh_CN.json @@ -1,9 +1,9 @@ { "translations": { "Admin" : "管理", "a safe home for all your data" : "给您所有的数据一个安全的家", - "The given name is too long" : "文件名过长", - "The given web address is too long" : "提供的网址过长", - "The given slogan is too long" : "提供的标语过长", + "The given name is too long" : "输入的名称过长", + "The given web address is too long" : "输入的地址过长", + "The given slogan is too long" : "输入的标语过长", "The given color is invalid" : "提供的颜色无效", "Saved" : "已保存", "No file uploaded" : "文件没有上传", diff --git a/apps/twofactor_backupcodes/l10n/zh_CN.js b/apps/twofactor_backupcodes/l10n/zh_CN.js new file mode 100644 index 00000000000..041b159b136 --- /dev/null +++ b/apps/twofactor_backupcodes/l10n/zh_CN.js @@ -0,0 +1,21 @@ +OC.L10N.register( + "twofactor_backupcodes", + { + "Generate backup codes" : "生成备用码", + "Backup codes have been generated. {{used}} of {{total}} codes have been used." : "备用码已经生成. 已经使用了 {{used}} (共 {{total}}) 个备用码.", + "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "下列是您的备用码. 备用码无法重复查看, 请将其保存或打印存储.", + "Save backup codes" : "保存备用码", + "Print backup codes" : "打印备用码", + "Regenerate backup codes" : "重新生成备用码", + "If you regenerate backup codes, you automatically invalidate old codes." : "如果您重新生成了备用码, 旧的代码将自动失效.", + "An error occurred while generating your backup codes" : "生成备用码时出错", + "Nextcloud backup codes" : "Nextcloud 备用码", + "Two-factor authentication" : "两步验证", + "You successfully logged in using two-factor authentication (%1$s)" : "您使用两步验证登录成功 (%1$s)", + "A login attempt using two-factor authentication failed (%1$s)" : "使用两步验证登录失败的尝试 (%1$s)", + "You created two-factor backup codes for your account" : "您已经为账号创建了两步验证的备用码", + "Backup code" : "备用码", + "Use backup code" : "使用备用码", + "Second-factor backup codes" : "两步验证备用码" +}, +"nplurals=1; plural=0;"); diff --git a/apps/twofactor_backupcodes/l10n/zh_CN.json b/apps/twofactor_backupcodes/l10n/zh_CN.json new file mode 100644 index 00000000000..2b1f7ce50ce --- /dev/null +++ b/apps/twofactor_backupcodes/l10n/zh_CN.json @@ -0,0 +1,19 @@ +{ "translations": { + "Generate backup codes" : "生成备用码", + "Backup codes have been generated. {{used}} of {{total}} codes have been used." : "备用码已经生成. 已经使用了 {{used}} (共 {{total}}) 个备用码.", + "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "下列是您的备用码. 备用码无法重复查看, 请将其保存或打印存储.", + "Save backup codes" : "保存备用码", + "Print backup codes" : "打印备用码", + "Regenerate backup codes" : "重新生成备用码", + "If you regenerate backup codes, you automatically invalidate old codes." : "如果您重新生成了备用码, 旧的代码将自动失效.", + "An error occurred while generating your backup codes" : "生成备用码时出错", + "Nextcloud backup codes" : "Nextcloud 备用码", + "Two-factor authentication" : "两步验证", + "You successfully logged in using two-factor authentication (%1$s)" : "您使用两步验证登录成功 (%1$s)", + "A login attempt using two-factor authentication failed (%1$s)" : "使用两步验证登录失败的尝试 (%1$s)", + "You created two-factor backup codes for your account" : "您已经为账号创建了两步验证的备用码", + "Backup code" : "备用码", + "Use backup code" : "使用备用码", + "Second-factor backup codes" : "两步验证备用码" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file |