Update the translation files

This commit is contained in:
jvyden 2022-08-01 02:47:56 -04:00
parent 99f7dadb21
commit 395412eecb
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
16 changed files with 238 additions and 25 deletions

View file

@ -0,0 +1,60 @@
<?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="header_home" xml:space="preserve">
<value>Home</value>
<comment>A button on the header that takes you to the landing page.</comment>
</data>
<data name="header_users" xml:space="preserve">
<value>Users</value>
<comment>A button on the header that takes you to the user listing.</comment>
</data>
<data name="header_photos" xml:space="preserve">
<value>Photos</value>
<comment>A button on the header that takes you to a list of user-uploaded photos.</comment>
</data>
<data name="header_slots" xml:space="preserve">
<value>Levels</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>
</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>

View file

@ -36,6 +36,6 @@
<value>دخول</value>
</data>
<data name="unknown" xml:space="preserve">
<value>Unknown</value>
<value>غير معروف</value>
</data>
</root>

View file

@ -18,24 +18,24 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="username" xml:space="preserve">
<value>Username</value>
<value>Uzantnomo</value>
</data>
<data name="password" xml:space="preserve">
<value>Password</value>
<value>Pasvorto</value>
</data>
<data name="register" xml:space="preserve">
<value>Register</value>
<value>Registriĝi</value>
</data>
<data name="forgot_password" xml:space="preserve">
<value>Forgot Password?</value>
<value>Forgesis pasvorton?</value>
</data>
<data name="error" xml:space="preserve">
<value>Uh oh!</value>
<value>Oh oh!</value>
</data>
<data name="log_in" xml:space="preserve">
<value>Log In</value>
<value>Ensaluti</value>
</data>
<data name="unknown" xml:space="preserve">
<value>Unknown</value>
<value>Nekonata</value>
</data>
</root>

View file

@ -30,7 +30,7 @@
<value>¿Olvidaste tu contraseña?</value>
</data>
<data name="error" xml:space="preserve">
<value>Uh oh!</value>
<value>¡Uh oh!</value>
</data>
<data name="log_in" xml:space="preserve">
<value>Iniciar Sesión</value>

View file

@ -0,0 +1,41 @@
<?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="username" xml:space="preserve">
<value>Username</value>
</data>
<data name="password" xml:space="preserve">
<value>Password</value>
</data>
<data name="register" xml:space="preserve">
<value>Register</value>
</data>
<data name="forgot_password" xml:space="preserve">
<value>Forgot Password?</value>
</data>
<data name="error" xml:space="preserve">
<value>Uh oh!</value>
</data>
<data name="log_in" xml:space="preserve">
<value>Log In</value>
</data>
<data name="unknown" xml:space="preserve">
<value>Unknown</value>
</data>
</root>

View file

@ -36,6 +36,6 @@
<value>Logga in</value>
</data>
<data name="unknown" xml:space="preserve">
<value>Unknown</value>
<value>Okänd</value>
</data>
</root>

View file

@ -22,7 +22,7 @@
</value>
</resheader>
<data name="welcome" xml:space="preserve">
<value>Welcome to {0}!</value>
<value>Bonvenon al {0}!</value>
<comment>A greeting on the main page of the website.</comment>
</data>
<data name="loggedInAs" xml:space="preserve">
@ -46,9 +46,9 @@
<comment>A greeting on the main page of the website.</comment>
</data>
<data name="newest_levels" xml:space="preserve">
<value>Newest Levels</value>
<value>Plej Novaj Niveloj</value>
</data>
<data name="latest_team_picks" xml:space="preserve">
<value>Latest Team Picks</value>
<value>Plej Novaj Teamaj Elektoj</value>
</data>
</root>

View file

@ -46,9 +46,9 @@
<comment>A greeting on the main page of the website.</comment>
</data>
<data name="newest_levels" xml:space="preserve">
<value>Newest Levels</value>
<value>Niveles más nuevos</value>
</data>
<data name="latest_team_picks" xml:space="preserve">
<value>Latest Team Picks</value>
<value>Últimos niveles selecciónados</value>
</data>
</root>

View 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>Welcome to {0}!</value>
<comment>A greeting on the main page of the website.</comment>
</data>
<data name="loggedInAs" xml:space="preserve">
<value>You are currently logged in as {0}.</value>
<comment>A greeting on the main page of the website.</comment>
</data>
<data name="users_none" xml:space="preserve">
<value>There are no users online. Why not hop on?</value>
<comment>A greeting on the main page of the website.</comment>
</data>
<data name="users_single" xml:space="preserve">
<value>There is 1 user currently online:</value>
<comment>A greeting on the main page of the website.</comment>
</data>
<data name="users_multiple" xml:space="preserve">
<value>There are currently {0} users online:</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>
<data name="newest_levels" xml:space="preserve">
<value>Newest Levels</value>
</data>
<data name="latest_team_picks" xml:space="preserve">
<value>Latest Team Picks</value>
</data>
</root>

View file

@ -18,12 +18,12 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="logged_out" xml:space="preserve">
<value>Logged Out</value>
<value>Elsalutita</value>
</data>
<data name="logged_out_info" xml:space="preserve">
<value>You have been successfully logged out. You will be redirected in 5 seconds, or you may click below to do so manually.</value>
<value>Vi estis sukcese elsalutinta. Vi estos redirektita en 5 sekundoj, aŭ vi povas alklaki sube por fari tion permane.</value>
</data>
<data name="redirect" xml:space="preserve">
<value>Redirect</value>
<value>Plusendo</value>
</data>
</root>

View file

@ -0,0 +1,29 @@
<?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="logged_out" xml:space="preserve">
<value>Logged Out</value>
</data>
<data name="logged_out_info" xml:space="preserve">
<value>You have been successfully logged out. You will be redirected in 5 seconds, or you may click below to do so manually.</value>
</data>
<data name="redirect" xml:space="preserve">
<value>Redirect</value>
</data>
</root>

View file

@ -18,12 +18,12 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="currently_online" xml:space="preserve">
<value>Currently online on {0} on {1}</value>
<value>متصل حاليا على {0} في {1}</value>
</data>
<data name="offline" xml:space="preserve">
<value>Offline</value>
<value>غير مُتصل</value>
</data>
<data name="last_online" xml:space="preserve">
<value>Offline since {0}</value>
<value>غير متصل منذ {0}</value>
</data>
</root>

View file

@ -24,6 +24,6 @@
<value>Eksterretas</value>
</data>
<data name="last_online" xml:space="preserve">
<value>Offline since {0}</value>
<value>Eksterrete ekde {0}</value>
</data>
</root>

View file

@ -18,7 +18,7 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="currently_online" xml:space="preserve">
<value>Currently online on {0} on {1}</value>
<value>Actualmente conectado el {0} del {1}</value>
</data>
<data name="offline" xml:space="preserve">
<value>Desconectado</value>

View file

@ -0,0 +1,29 @@
<?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="currently_online" xml:space="preserve">
<value>Currently online on {0} on {1}</value>
</data>
<data name="offline" xml:space="preserve">
<value>Offline</value>
</data>
<data name="last_online" xml:space="preserve">
<value>Offline since {0}</value>
</data>
</root>

View file

@ -18,12 +18,12 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="currently_online" xml:space="preserve">
<value>Currently online on {0} on {1}</value>
<value>Online på {0}, {1}</value>
</data>
<data name="offline" xml:space="preserve">
<value>Offline</value>
</data>
<data name="last_online" xml:space="preserve">
<value>Offline since {0}</value>
<value>Offline sedan {0}</value>
</data>
</root>