mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-06 16:07:03 +03:00
21 lines
1.4 KiB
JavaScript
21 lines
1.4 KiB
JavaScript
OC.L10N.register(
|
|
"rainloop",
|
|
{
|
|
"Email" : "电子邮箱",
|
|
"Error" : "错误",
|
|
"Invalid argument(s)" : "一个(或多个)无效参数",
|
|
"Saved successfully" : "已成功保存",
|
|
"RainLoop" : "RainLoop",
|
|
"RainLoop Webmail" : "RainLoop 网页邮箱",
|
|
"Go to RainLoop Webmail admin panel" : "转到 RainLoop 网页邮箱管理面板",
|
|
"Users will login manually, or define credentials in their personal settings for automatic logins." : "用户将手动登录,或在其个人设置中定义凭据以自动登录。",
|
|
"Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "尝试使用其 Nextcloud 用户名和密码或用户定义的凭据(如果设置)自动登录。",
|
|
"Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "尝试使用其 Nextcloud 电子邮件和密码或用户定义的凭据(如果设置)自动登录。",
|
|
"Save" : "保存",
|
|
"RainLoop Webmail is not configured yet." : "RainLoop 网页邮箱尚未配置。",
|
|
"may have some" : "可能有一些",
|
|
"security considerations" : "安全考量",
|
|
"Enter an email and password to auto-login to RainLoop. <b>Please note</b> that this feature %s %s." : "输入电子邮件和密码以自动登录到 RainLoop。<b>请注意</b>,此功能%s%s。",
|
|
"Password" : "密码"
|
|
},
|
|
"nplurals=1; plural=0;");
|