nextcloud/apps/accessibility/l10n/ja.js

25 lines
2.3 KiB
JavaScript
Raw Normal View History

2019-04-05 03:13:16 +03:00
OC.L10N.register(
"accessibility",
{
2019-07-14 05:15:06 +03:00
"Dark theme" : "ダークテーマ",
2020-02-18 05:18:23 +03:00
"Enable dark theme" : "ダークテーマを有効にする",
2019-04-05 03:13:16 +03:00
"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." : "ダークテーマは目の負担になりにくいです。このテーマは開発中のためバグを見つけたら報告してください。",
2019-12-06 05:16:59 +03:00
"High contrast mode" : "ハイ・コントラストモード",
2020-02-18 05:18:23 +03:00
"Enable high contrast mode" : "ハイ・コントラストモードを有効にする。",
2019-12-06 05:16:59 +03:00
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "操作をわかりやすくするためのハイ・コントラストモード。\n見た目の美しさは低下しますが、明確さが向上します。",
2019-04-05 03:13:16 +03:00
"Dyslexia font" : "Dyslexia フォント",
2020-02-18 05:18:23 +03:00
"Enable dyslexia font" : "Dyslexia フォントを有効にする",
2019-04-21 03:13:10 +03:00
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexicは、ディスレクシアによって引き起こされる一般的な読み間違いの一部を軽減するためにデザインされた、無料で利用できる書体/フォントです。",
2019-04-05 03:13:16 +03:00
"Accessibility" : "アクセシビリティ",
"Accessibility options for nextcloud" : "nextcloudのアクセシビリティオプション",
2019-04-18 03:12:48 +03:00
"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)" : "ダークテーマ (ベータ版)",
2019-04-05 03:13:16 +03:00
"Web Content Accessibility Guidelines" : "Webコンテンツ アクセシビリティガイドライン",
2019-04-18 03:12:48 +03:00
"our issue tracker" : "問題追跡",
2019-04-09 03:12:59 +03:00
"our design team" : "デザインチーム",
2020-02-13 05:19:26 +03:00
"Enable" : "有効にする"
2019-04-05 03:13:16 +03:00
},
"nplurals=1; plural=0;");