1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-02-21 05:36:56 +00:00

Japanese translate update & fix typo

This commit is contained in:
yoheizuho 2019-03-11 08:27:02 +09:00
parent 8e0a05c9ad
commit c8f882ca50
2 changed files with 19 additions and 14 deletions

View file

@ -1,7 +1,11 @@
<?php return [
<?php
return [
'search' => '検索',
'home' => 'ホーム',
'local' => 'ローカル',
'network' => 'ネットワーク',
'discover' => '見つける',
'viewMyProfile' => '自分のプロフィールを見る',
'myTimeline' => 'タイムライン',
@ -11,4 +15,5 @@
'admin' => '管理者',
'logout' => 'ログアウト',
'directMessages' => 'ダイレクトメッセージ',
];

View file

@ -7,7 +7,7 @@ return [
'opensource' => 'オープンソース',
'terms' => '規約',
'privacy' => 'プライバシー',
'l10nWip' => '私達はローカライズサポートに取り組んでいます',
'l10nWip' => '私達はローカライズサポートに取り組んでいます',
'currentLocale' => '現在のロケール',
'selectLocale' => 'リストの中からロケール(言語)を選択してください',
];