forked from mirror/pixelfed
14 lines
510 B
PHP
14 lines
510 B
PHP
<?php
|
|
return [
|
|
'about' => 'このサーバーについて',
|
|
'help' => 'ヘルプ',
|
|
'language' => '言語',
|
|
'fediverse' => '分散',
|
|
'opensource' => 'オープンソース',
|
|
'terms' => '規約',
|
|
'privacy' => 'プライバシー',
|
|
'l10nWip' => '私達はローカライズサポートに取り組んでいます',
|
|
'currentLocale' => '現在のロケール',
|
|
'selectLocale' => 'リストの中からロケール(言語)を選択してください',
|
|
];
|