diff options
Diffstat (limited to 'apps/accessibility')
-rw-r--r-- | apps/accessibility/l10n/ja.js | 14 | ||||
-rw-r--r-- | apps/accessibility/l10n/ja.json | 12 |
2 files changed, 26 insertions, 0 deletions
diff --git a/apps/accessibility/l10n/ja.js b/apps/accessibility/l10n/ja.js new file mode 100644 index 00000000000..dab700c3634 --- /dev/null +++ b/apps/accessibility/l10n/ja.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "accessibility", + { + "High contrast theme" : "ハイコントラストテーマ", + "A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "ハイコントラストテーマは表示の質は下がりますが、見やすさは上がります。", + "Dark theme (beta)" : "ダークテーマ (ベータ版)", + "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." : "ダークテーマは目の負担になりにくいです。このテーマは開発中のためバグを見つけたら報告してください。", + "Dyslexia font" : "Dyslexia フォント", + "Accessibility" : "アクセシビリティ", + "Accessibility options for nextcloud" : "nextcloudのアクセシビリティオプション", + "Web Content Accessibility Guidelines" : "Webコンテンツ アクセシビリティガイドライン", + "our design team" : "デザインチーム" +}, +"nplurals=1; plural=0;"); diff --git a/apps/accessibility/l10n/ja.json b/apps/accessibility/l10n/ja.json new file mode 100644 index 00000000000..9e920de60e5 --- /dev/null +++ b/apps/accessibility/l10n/ja.json @@ -0,0 +1,12 @@ +{ "translations": { + "High contrast theme" : "ハイコントラストテーマ", + "A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "ハイコントラストテーマは表示の質は下がりますが、見やすさは上がります。", + "Dark theme (beta)" : "ダークテーマ (ベータ版)", + "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." : "ダークテーマは目の負担になりにくいです。このテーマは開発中のためバグを見つけたら報告してください。", + "Dyslexia font" : "Dyslexia フォント", + "Accessibility" : "アクセシビリティ", + "Accessibility options for nextcloud" : "nextcloudのアクセシビリティオプション", + "Web Content Accessibility Guidelines" : "Webコンテンツ アクセシビリティガイドライン", + "our design team" : "デザインチーム" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file |