New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] completed japanese localisation for some files #2891
Conversation
…sers, livestreams, home, admin, accounts.php
For generic pluralized translations - the ones with So instead of
Just
(space separator optional) |
(zh and zh-tw add space between ':count' and '曲', since the font issue) |
resources/lang/ja/home.php
Outdated
'players' => '累計登録者数<strong>:count</strong>人', | ||
|
||
'slogan' => [ | ||
'main' => '基本無料で最高のリズムゲーム', |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
resources/lang/ja/admin.php
Outdated
|
||
'pages' => [ | ||
'root' => [ | ||
'title' => 'アドミンのコンソールっぽいの', |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
resources/lang/ja/layout.php
Outdated
|
||
'register' => '登録', | ||
'reset' => 'リセット', | ||
'new' => '新', |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
resources/lang/ja/layout.php
Outdated
], | ||
'store' => [ | ||
'_' => 'ストア', | ||
'checkout-show' => '清算', |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
resources/lang/ja/layout.php
Outdated
'getListing' => 'リスト', | ||
'cart-show' => 'カート', | ||
|
||
'getCheckout' => '清算', |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
resources/lang/ja/layout.php
Outdated
|
||
return [ | ||
'defaults' => [ | ||
'page_description' => 'osu! - リズムはもう、その指作に! 某応援団や某太鼓のゲームをモチーフにしたゲームモードにオリジナルのゲームモードも楽しめ、譜面作成までも完全にサポートされているゲームです。', |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
resources/lang/ja/livestreams.php
Outdated
return [ | ||
'top-headers' => [ | ||
'headline' => 'ライブ配信', | ||
'description' => '五分度にtwitch.tvからデータを受信してリストを表示しています。osu!をプレイ中に設定して配信を始めるとリストに表示される様になります。配信方法についてはwikiを参照してください。', |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
resources/lang/ja/users.php
Outdated
'404' => 'ユーザーが見つかりませんでした。', | ||
'age' => ':age歳', | ||
'change_avatar' => 'アバター画像の変更', | ||
'first_members' => '創設時からメンバー', |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
@Soukyuen any chance you can apply the review changes so we can get this basic level of localisation live? |
oh what the heck |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all changes on translation are in this one bd06bea
i made a huge mistake and edited the wrong files so some quote fixes are reverted
all the following commits are my lazy attempts at trying to fix the syntax errors
@peppy it's updated if you wanted me to let you know |
Let's get this up and running! |
No description provided.