mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-22 04:20:45 +00:00
Merge pull request #1008 from YoheiZuho/features/translate
Japanese translate update & fix typo
This commit is contained in:
commit
76e0a76ab0
2 changed files with 19 additions and 14 deletions
|
@ -1,14 +1,19 @@
|
||||||
<?php return [
|
<?php
|
||||||
'search' => '検索',
|
|
||||||
'home' => 'ホーム',
|
return [
|
||||||
'local' => 'ローカル',
|
|
||||||
'discover' => '見つける',
|
'search' => '検索',
|
||||||
'viewMyProfile' => '自分のプロフィールを見る',
|
'home' => 'ホーム',
|
||||||
'myTimeline' => 'タイムライン',
|
'local' => 'ローカル',
|
||||||
'publicTimeline' => 'パブリックタイムライン',
|
'network' => 'ネットワーク',
|
||||||
'remoteFollow' => 'リモートフォロー',
|
'discover' => '見つける',
|
||||||
'settings' => '設定',
|
'viewMyProfile' => '自分のプロフィールを見る',
|
||||||
'admin' => '管理者',
|
'myTimeline' => 'タイムライン',
|
||||||
'logout' => 'ログアウト',
|
'publicTimeline' => 'パブリックタイムライン',
|
||||||
'directMessages' => 'ダイレクトメッセージ',
|
'remoteFollow' => 'リモートフォロー',
|
||||||
|
'settings' => '設定',
|
||||||
|
'admin' => '管理者',
|
||||||
|
'logout' => 'ログアウト',
|
||||||
|
'directMessages' => 'ダイレクトメッセージ',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
|
@ -7,7 +7,7 @@ return [
|
||||||
'opensource' => 'オープンソース',
|
'opensource' => 'オープンソース',
|
||||||
'terms' => '規約',
|
'terms' => '規約',
|
||||||
'privacy' => 'プライバシー',
|
'privacy' => 'プライバシー',
|
||||||
'l10nWip' => '私達はローカライズサポートに取り組んでいます。',
|
'l10nWip' => '私達はローカライズサポートに取り組んでいます',
|
||||||
'currentLocale' => '現在のロケール',
|
'currentLocale' => '現在のロケール',
|
||||||
'selectLocale' => 'リストの中からロケール(言語)を選択してください',
|
'selectLocale' => 'リストの中からロケール(言語)を選択してください',
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue