mirror of
https://github.com/nextcloud/integration_moodle.git
synced 2025-12-17 21:02:05 +01:00
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
parent
ed32f480c0
commit
cc9979cdcf
4 changed files with 18 additions and 0 deletions
7
l10n/ast.js
Normal file
7
l10n/ast.js
Normal file
|
|
@ -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);");
|
||||
5
l10n/ast.json
Normal file
5
l10n/ast.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ "translations": {
|
||||
"Moodle course" : "Cursu de Moodle",
|
||||
"Moodle password" : "Contraseña de Moodle"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -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 登录",
|
||||
|
|
|
|||
|
|
@ -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 登录",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue