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
d1587dc9ec
commit
3515d60f96
2 changed files with 8 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ OC.L10N.register(
|
|||
"Disable search for all users" : "对所有用户禁用搜索",
|
||||
"Moodle options saved" : "Moodle 选项已保存",
|
||||
"Failed to save Moodle options" : "保存Moodle选项失败",
|
||||
"Successfully connected to Moodle!" : "成功连接到Moodle!",
|
||||
"Failed to authenticate to Moodle" : "验证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 实例地址",
|
||||
|
|
@ -29,6 +30,9 @@ OC.L10N.register(
|
|||
"Connected as {user}" : "作为 {user} 已连接",
|
||||
"Disconnect from Moodle" : "从Moodle断开",
|
||||
"Check SSL certificate" : "检查SSL证书",
|
||||
"Enable searching for courses" : "启用课程搜索",
|
||||
"Enable searching for course modules" : "启用课程模块搜索",
|
||||
"Enable searching for upcoming events" : "启用活动搜索",
|
||||
"Warning, everything you type in the search bar will be sent to your Moodle instance." : "警告:您在搜索栏中输入的所有内容都将发送到您的 Moodle 实例。",
|
||||
"No Moodle account connected" : "未连接至 Moodle 账号",
|
||||
"Error connecting to Moodle" : "连接到 Moodle 时出错",
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
"Disable search for all users" : "对所有用户禁用搜索",
|
||||
"Moodle options saved" : "Moodle 选项已保存",
|
||||
"Failed to save Moodle options" : "保存Moodle选项失败",
|
||||
"Successfully connected to Moodle!" : "成功连接到Moodle!",
|
||||
"Failed to authenticate to Moodle" : "验证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 实例地址",
|
||||
|
|
@ -27,6 +28,9 @@
|
|||
"Connected as {user}" : "作为 {user} 已连接",
|
||||
"Disconnect from Moodle" : "从Moodle断开",
|
||||
"Check SSL certificate" : "检查SSL证书",
|
||||
"Enable searching for courses" : "启用课程搜索",
|
||||
"Enable searching for course modules" : "启用课程模块搜索",
|
||||
"Enable searching for upcoming events" : "启用活动搜索",
|
||||
"Warning, everything you type in the search bar will be sent to your Moodle instance." : "警告:您在搜索栏中输入的所有内容都将发送到您的 Moodle 实例。",
|
||||
"No Moodle account connected" : "未连接至 Moodle 账号",
|
||||
"Error connecting to Moodle" : "连接到 Moodle 时出错",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue