1
0
Fork 0
pixelfed/resources/lang/ja/site.php

16 lines
615 B
PHP
Raw Normal View History

2019-03-10 19:22:02 +00:00
<?php
return [
'about' => 'このサーバーについて',
'help' => 'ヘルプ',
'language' => '言語',
2019-09-07 09:07:40 +00:00
'fediverse' => 'Fediverse',
2019-03-10 19:22:02 +00:00
'opensource' => 'オープンソース',
2019-09-07 09:07:40 +00:00
'terms' => '利用規約',
'privacy' => 'プライバシーポリシー',
2019-03-10 23:27:02 +00:00
'l10nWip' => '私達はローカライズサポートに取り組んでいます',
2019-09-07 09:07:40 +00:00
'currentLocale' => '現在のロケール(言語)',
2019-03-10 19:22:02 +00:00
'selectLocale' => 'リストの中からロケール(言語)を選択してください',
2019-09-07 09:07:40 +00:00
'contact' => 'コンタクト',
'contact-us' => 'お問い合わせ',
2019-03-10 19:22:02 +00:00
];