nextcloud/apps/accessibility/l10n/zh_CN.js

24 lines
2.5 KiB
JavaScript
Raw Normal View History

2019-03-17 04:13:23 +03:00
OC.L10N.register(
"accessibility",
{
2019-10-01 15:41:53 +03:00
"Dark theme" : "深色主题",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "一款通过降低整体亮度来使您的眼睛放松的深色主题。它仍在开发中,所以请报告您可能发现的问题。",
2020-01-15 05:18:22 +03:00
"High contrast mode" : "高对比度模式",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "使用高对比度模式。图像质量会下降但清晰度会提升。",
2019-03-17 04:13:23 +03:00
"Dyslexia font" : "阅读障碍字体",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic是一款免费的字样/字体,这款字体的设计目的是缓解由阅读障碍引起的一些常见阅读错误。",
"Accessibility" : "易用性",
"Accessibility options for nextcloud" : "nextcloud的易用性选项",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "提供多种易用性选项以便于您使用Nextcloud",
2020-02-13 05:19:26 +03:00
"High contrast theme" : "高对比度主题",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "便于您浏览的高对比度主题。图像质量会下降但清晰度会提升。",
"Dark theme (beta)" : "深色主题beta",
2019-03-17 04:13:23 +03:00
"Web Content Accessibility Guidelines" : "万维网内容易用性指导原则",
"our issue tracker" : "我们的问题跟踪",
"our design team" : "我们的设计团队",
2020-02-07 10:32:33 +03:00
"Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines} 2.1 on AA level, with the high contrast theme even on AAA level." : "通用访问对于我们来说很重要。我们遵循万维网标准,通过检查确保所有功能即使没有鼠标或像屏幕阅读器这样的辅助软件也能使用。我们的目标是符合{guidelines} 2.1的AA级别使用高对比度主题甚至能达到AAA级别。",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "如果您发现任何问题,请积极在{issuetracker}上报告他们。如果您想参与进来,请加入{designteam}",
2020-02-13 05:19:26 +03:00
"Enable" : "启用"
2019-03-17 04:13:23 +03:00
},
"nplurals=1; plural=0;");