mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-18 08:21:27 +00:00
New Crowdin updates (#28)
* New translations BaseLayout.resx (Danish) * New translations BaseLayout.resx (Danish) * New translations LandingPage.resx (Japanese) * New translations LandingPage.resx (Filipino) * New translations LandingPage.resx (Esperanto) * New translations LandingPage.resx (Spanish, Mexico) * New translations LandingPage.resx (Chinese Simplified) * New translations LandingPage.resx (Swedish) * New translations LandingPage.resx (Russian) * New translations LandingPage.resx (Polish) * New translations LandingPage.resx (Danish) * New translations BaseLayout.resx (Japanese) * New translations BaseLayout.resx (Filipino) * New translations BaseLayout.resx (Polish) * New translations LandingPage.resx (English (upside down))
This commit is contained in:
parent
197aab1ba3
commit
25621017cd
14 changed files with 621 additions and 15 deletions
54
ProjectLighthouse.Localization/LandingPage.lang-ja-JP.resx
Normal file
54
ProjectLighthouse.Localization/LandingPage.lang-ja-JP.resx
Normal file
|
@ -0,0 +1,54 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
</value>
|
||||
</resheader>
|
||||
|
||||
<data name="welcome" xml:space="preserve">
|
||||
<value>プロジェクトライトハウスへようこそ</value>
|
||||
<comment>A greeting on the main page of the website.</comment>
|
||||
</data>
|
||||
|
||||
<data name="loggedInAs" xml:space="preserve">
|
||||
<value>{0}がログインしています</value>
|
||||
<comment>A greeting on the main page of the website.</comment>
|
||||
</data>
|
||||
|
||||
<data name="users_none" xml:space="preserve">
|
||||
<value>オンラインユーザーなし</value>
|
||||
<comment>A greeting on the main page of the website.</comment>
|
||||
</data>
|
||||
|
||||
<data name="users_single" xml:space="preserve">
|
||||
<value>1つのユーザーがオンライン</value>
|
||||
<comment>A greeting on the main page of the website.</comment>
|
||||
</data>
|
||||
|
||||
<data name="users_multiple" xml:space="preserve">
|
||||
<value>{0}つのユーザーがオンライン</value>
|
||||
<comment>A greeting on the main page of the website.</comment>
|
||||
</data>
|
||||
|
||||
<data name="authAttemptsPending" xml:space="preserve">
|
||||
<value>You have {0} authentication attempts pending. Click here to view them.</value>
|
||||
<comment>A greeting on the main page of the website.</comment>
|
||||
</data>
|
||||
</root>
|
Loading…
Add table
Add a link
Reference in a new issue