1
0
Fork 0
forked from mirror/pixelfed
pixelfed/resources/lang/ja/site.php

21 lines
691 B
PHP
Raw Normal View History

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