From cc9979cdcf83dbb7134b1cd6b5ebdfdeaec58c2b Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sat, 13 May 2023 03:00:56 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/ast.js | 7 +++++++ l10n/ast.json | 5 +++++ l10n/zh_CN.js | 3 +++ l10n/zh_CN.json | 3 +++ 4 files changed, 18 insertions(+) create mode 100644 l10n/ast.js create mode 100644 l10n/ast.json diff --git a/l10n/ast.js b/l10n/ast.js new file mode 100644 index 0000000..4c0eb9b --- /dev/null +++ b/l10n/ast.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "integration_moodle", + { + "Moodle course" : "Cursu de Moodle", + "Moodle password" : "Contraseña de Moodle" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/ast.json b/l10n/ast.json new file mode 100644 index 0000000..915f597 --- /dev/null +++ b/l10n/ast.json @@ -0,0 +1,5 @@ +{ "translations": { + "Moodle course" : "Cursu de Moodle", + "Moodle password" : "Contraseña de Moodle" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js index e19b04f..9271ae0 100644 --- a/l10n/zh_CN.js +++ b/l10n/zh_CN.js @@ -4,15 +4,18 @@ OC.L10N.register( "Moodle notifications" : "Moodle 通知", "Moodle courses" : "幕课", "Moodle course" : "Moodle 课程", + "Moodle course modules" : "Moodle 课程模块", "Moodle upcoming events" : "Moodle接下来的事件", "Bad HTTP method" : "错误的HTTP方法", "Bad credentials" : "错误的证书", "Connected accounts" : "关联账号", "Moodle integration" : "Moodle 集成", "Integration of Moodle learning management system" : "与Moodle 学习管理系统的集成", + "Moodle integration provides a dashboard widget displaying information about your recent courses and upcoming events.\n It also allows you to search for content in Moodle." : "Moodle集成提供了一个仪表盘小部件,用于显示关于你最近的课程和即将发生的事件的信息。它还允许你在Moodle中搜索内容。", "Disable search for all users" : "对所有用户禁用搜索", "Moodle admin options saved" : "Moodle 管理员选项已保存", "Failed to save Moodle admin options" : "Moodle 管理员选项保存失败", + "Your password is not stored. It is just used once to get an access token which will be used to interact with your Moodle account." : "你的密码未被保存。它仅用于一次性的获取访问令牌,该令牌将被用于与你的Moodle账号进行交互。", "Moodle instance address" : "Moodle 实例地址", "Moodle instance URL" : "Moodle 实例 URL", "Moodle login" : "Moodle 登录", diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json index 0480f5f..d43026d 100644 --- a/l10n/zh_CN.json +++ b/l10n/zh_CN.json @@ -2,15 +2,18 @@ "Moodle notifications" : "Moodle 通知", "Moodle courses" : "幕课", "Moodle course" : "Moodle 课程", + "Moodle course modules" : "Moodle 课程模块", "Moodle upcoming events" : "Moodle接下来的事件", "Bad HTTP method" : "错误的HTTP方法", "Bad credentials" : "错误的证书", "Connected accounts" : "关联账号", "Moodle integration" : "Moodle 集成", "Integration of Moodle learning management system" : "与Moodle 学习管理系统的集成", + "Moodle integration provides a dashboard widget displaying information about your recent courses and upcoming events.\n It also allows you to search for content in Moodle." : "Moodle集成提供了一个仪表盘小部件,用于显示关于你最近的课程和即将发生的事件的信息。它还允许你在Moodle中搜索内容。", "Disable search for all users" : "对所有用户禁用搜索", "Moodle admin options saved" : "Moodle 管理员选项已保存", "Failed to save Moodle admin options" : "Moodle 管理员选项保存失败", + "Your password is not stored. It is just used once to get an access token which will be used to interact with your Moodle account." : "你的密码未被保存。它仅用于一次性的获取访问令牌,该令牌将被用于与你的Moodle账号进行交互。", "Moodle instance address" : "Moodle 实例地址", "Moodle instance URL" : "Moodle 实例 URL", "Moodle login" : "Moodle 登录",