New translations BaseLayout.resx (Japanese)

This commit is contained in:
jvyden 2022-04-14 16:51:07 -04:00
parent b910387158
commit 059ca05466

View file

@ -23,22 +23,44 @@
</resheader> </resheader>
<data name="header_home" xml:space="preserve"> <data name="header_home" xml:space="preserve">
<value>ホーム</value> <value>ホーム</value>
<comment>A button on the header that takes you to the landing page.</comment> <comment>A button on the header that takes you to the landing page.</comment>
</data> </data>
<data name="header_users" xml:space="preserve"> <data name="header_users" xml:space="preserve">
<value>ユーザー</value> <value>ユーザー</value>
<comment>A button on the header that takes you to the user listing.</comment> <comment>A button on the header that takes you to the user listing.</comment>
</data> </data>
<data name="header_photos" xml:space="preserve"> <data name="header_photos" xml:space="preserve">
<value>画像</value> <value>画像</value>
<comment>A button on the header that takes you to a list of user-uploaded photos.</comment> <comment>A button on the header that takes you to a list of user-uploaded photos.</comment>
</data> </data>
<data name="header_slots" xml:space="preserve"> <data name="header_slots" xml:space="preserve">
<value>レベル</value> <value>レベル</value>
<comment>A button on the header that takes you to a list of user-uploaded levels. Levels are internally referred to as "slots".</comment> <comment>A button on the header that takes you to a list of user-uploaded levels. Levels are internally referred to as "slots".</comment>
</data> </data>
<data name="header_authentication" xml:space="preserve">
<value>Authentication</value>
<comment>A button on the header that takes you to a list of authentication attempts.</comment>
</data>
<data name="header_loginRegister" xml:space="preserve">
<value>Login / Register</value>
<comment>A button on the header that lets you log in or register.</comment>
</data>
<data name="header_profile" xml:space="preserve">
<value>Profile</value>
<comment>A quick shortcut on the header to take you to your profile if logged in.</comment>
</data>
<data name="header_adminPanel" xml:space="preserve">
<value>Admin Panel</value>
<comment>A header link that takes you to the admin panel if available.</comment>
</data>
<data name="header_logout" xml:space="preserve">
<value>Log out</value>
<comment>A shortcut to log you out of your account.</comment>
</data>
</root> </root>