From 02d8e4db34374a789e9f4fd562997200bf7f9455 Mon Sep 17 00:00:00 2001 From: Jayden Date: Tue, 26 Jul 2022 17:03:05 -0400 Subject: [PATCH] New Crowdin updates (#56) * New translations LandingPage.resx (Irish) * New translations LandingPage.resx (Arabic) * New translations LandingPage.resx (French) * New translations BaseLayout.resx (Scottish Gaelic) * New translations BaseLayout.resx (Irish) * New translations BaseLayout.resx (Arabic) * New translations BaseLayout.resx (French) * New translations LandingPage.resx (Swedish) * New translations BaseLayout.resx (Swedish) * New translations LandingPage.resx (Scottish Gaelic) --- .../BaseLayout.lang-ar-SA.resx | 66 +++++++++++++++++++ .../BaseLayout.lang-fr-FR.resx | 66 +++++++++++++++++++ .../BaseLayout.lang-ga-IE.resx | 66 +++++++++++++++++++ .../BaseLayout.lang-gd-GB.resx | 66 +++++++++++++++++++ .../BaseLayout.lang-sv-SE.resx | 10 +-- .../LandingPage.lang-ar-SA.resx | 62 +++++++++++++++++ .../LandingPage.lang-fr-FR.resx | 62 +++++++++++++++++ .../LandingPage.lang-ga-IE.resx | 62 +++++++++++++++++ .../LandingPage.lang-gd-GB.resx | 62 +++++++++++++++++ .../LandingPage.lang-sv-SE.resx | 16 ++--- 10 files changed, 525 insertions(+), 13 deletions(-) create mode 100644 ProjectLighthouse.Localization/BaseLayout.lang-ar-SA.resx create mode 100644 ProjectLighthouse.Localization/BaseLayout.lang-fr-FR.resx create mode 100644 ProjectLighthouse.Localization/BaseLayout.lang-ga-IE.resx create mode 100644 ProjectLighthouse.Localization/BaseLayout.lang-gd-GB.resx create mode 100644 ProjectLighthouse.Localization/LandingPage.lang-ar-SA.resx create mode 100644 ProjectLighthouse.Localization/LandingPage.lang-fr-FR.resx create mode 100644 ProjectLighthouse.Localization/LandingPage.lang-ga-IE.resx create mode 100644 ProjectLighthouse.Localization/LandingPage.lang-gd-GB.resx diff --git a/ProjectLighthouse.Localization/BaseLayout.lang-ar-SA.resx b/ProjectLighthouse.Localization/BaseLayout.lang-ar-SA.resx new file mode 100644 index 00000000..c799594c --- /dev/null +++ b/ProjectLighthouse.Localization/BaseLayout.lang-ar-SA.resx @@ -0,0 +1,66 @@ + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + + + Home + A button on the header that takes you to the landing page. + + + + Users + A button on the header that takes you to the user listing. + + + + Photos + A button on the header that takes you to a list of user-uploaded photos. + + + + Levels + A button on the header that takes you to a list of user-uploaded levels. Levels are internally referred to as "slots". + + + + Authentication + A button on the header that takes you to a list of authentication attempts. + + + + Login / Register + A button on the header that lets you log in or register. + + + Profile + A quick shortcut on the header to take you to your profile if logged in. + + + Admin Panel + A header link that takes you to the admin panel if available. + + + Log out + A shortcut to log you out of your account. + + \ No newline at end of file diff --git a/ProjectLighthouse.Localization/BaseLayout.lang-fr-FR.resx b/ProjectLighthouse.Localization/BaseLayout.lang-fr-FR.resx new file mode 100644 index 00000000..c799594c --- /dev/null +++ b/ProjectLighthouse.Localization/BaseLayout.lang-fr-FR.resx @@ -0,0 +1,66 @@ + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + + + Home + A button on the header that takes you to the landing page. + + + + Users + A button on the header that takes you to the user listing. + + + + Photos + A button on the header that takes you to a list of user-uploaded photos. + + + + Levels + A button on the header that takes you to a list of user-uploaded levels. Levels are internally referred to as "slots". + + + + Authentication + A button on the header that takes you to a list of authentication attempts. + + + + Login / Register + A button on the header that lets you log in or register. + + + Profile + A quick shortcut on the header to take you to your profile if logged in. + + + Admin Panel + A header link that takes you to the admin panel if available. + + + Log out + A shortcut to log you out of your account. + + \ No newline at end of file diff --git a/ProjectLighthouse.Localization/BaseLayout.lang-ga-IE.resx b/ProjectLighthouse.Localization/BaseLayout.lang-ga-IE.resx new file mode 100644 index 00000000..c799594c --- /dev/null +++ b/ProjectLighthouse.Localization/BaseLayout.lang-ga-IE.resx @@ -0,0 +1,66 @@ + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + + + Home + A button on the header that takes you to the landing page. + + + + Users + A button on the header that takes you to the user listing. + + + + Photos + A button on the header that takes you to a list of user-uploaded photos. + + + + Levels + A button on the header that takes you to a list of user-uploaded levels. Levels are internally referred to as "slots". + + + + Authentication + A button on the header that takes you to a list of authentication attempts. + + + + Login / Register + A button on the header that lets you log in or register. + + + Profile + A quick shortcut on the header to take you to your profile if logged in. + + + Admin Panel + A header link that takes you to the admin panel if available. + + + Log out + A shortcut to log you out of your account. + + \ No newline at end of file diff --git a/ProjectLighthouse.Localization/BaseLayout.lang-gd-GB.resx b/ProjectLighthouse.Localization/BaseLayout.lang-gd-GB.resx new file mode 100644 index 00000000..c799594c --- /dev/null +++ b/ProjectLighthouse.Localization/BaseLayout.lang-gd-GB.resx @@ -0,0 +1,66 @@ + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + + + Home + A button on the header that takes you to the landing page. + + + + Users + A button on the header that takes you to the user listing. + + + + Photos + A button on the header that takes you to a list of user-uploaded photos. + + + + Levels + A button on the header that takes you to a list of user-uploaded levels. Levels are internally referred to as "slots". + + + + Authentication + A button on the header that takes you to a list of authentication attempts. + + + + Login / Register + A button on the header that lets you log in or register. + + + Profile + A quick shortcut on the header to take you to your profile if logged in. + + + Admin Panel + A header link that takes you to the admin panel if available. + + + Log out + A shortcut to log you out of your account. + + \ No newline at end of file diff --git a/ProjectLighthouse.Localization/BaseLayout.lang-sv-SE.resx b/ProjectLighthouse.Localization/BaseLayout.lang-sv-SE.resx index b9ee410a..ee6f8508 100644 --- a/ProjectLighthouse.Localization/BaseLayout.lang-sv-SE.resx +++ b/ProjectLighthouse.Localization/BaseLayout.lang-sv-SE.resx @@ -43,24 +43,24 @@ - Authentication + Autentisering A button on the header that takes you to a list of authentication attempts. - Login / Register + Logga in / Registrera A button on the header that lets you log in or register. - Profile + Min Profil A quick shortcut on the header to take you to your profile if logged in. - Admin Panel + Administrationspanel A header link that takes you to the admin panel if available. - Log out + Logga ut A shortcut to log you out of your account. \ No newline at end of file diff --git a/ProjectLighthouse.Localization/LandingPage.lang-ar-SA.resx b/ProjectLighthouse.Localization/LandingPage.lang-ar-SA.resx new file mode 100644 index 00000000..ed7772d2 --- /dev/null +++ b/ProjectLighthouse.Localization/LandingPage.lang-ar-SA.resx @@ -0,0 +1,62 @@ + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + + + Welcome to {0}! + A greeting on the main page of the website. + + + + You are currently logged in as {0}. + A greeting on the main page of the website. + + + + There are no users online. Why not hop on? + A greeting on the main page of the website. + + + + There is 1 user currently online: + A greeting on the main page of the website. + + + + There are currently {0} users online: + A greeting on the main page of the website. + + + + You have {0} authentication attempts pending. Click here to view them. + A greeting on the main page of the website. + + + + Newest Levels + + + + Latest Team Picks + + \ No newline at end of file diff --git a/ProjectLighthouse.Localization/LandingPage.lang-fr-FR.resx b/ProjectLighthouse.Localization/LandingPage.lang-fr-FR.resx new file mode 100644 index 00000000..ed7772d2 --- /dev/null +++ b/ProjectLighthouse.Localization/LandingPage.lang-fr-FR.resx @@ -0,0 +1,62 @@ + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + + + Welcome to {0}! + A greeting on the main page of the website. + + + + You are currently logged in as {0}. + A greeting on the main page of the website. + + + + There are no users online. Why not hop on? + A greeting on the main page of the website. + + + + There is 1 user currently online: + A greeting on the main page of the website. + + + + There are currently {0} users online: + A greeting on the main page of the website. + + + + You have {0} authentication attempts pending. Click here to view them. + A greeting on the main page of the website. + + + + Newest Levels + + + + Latest Team Picks + + \ No newline at end of file diff --git a/ProjectLighthouse.Localization/LandingPage.lang-ga-IE.resx b/ProjectLighthouse.Localization/LandingPage.lang-ga-IE.resx new file mode 100644 index 00000000..ed7772d2 --- /dev/null +++ b/ProjectLighthouse.Localization/LandingPage.lang-ga-IE.resx @@ -0,0 +1,62 @@ + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + + + Welcome to {0}! + A greeting on the main page of the website. + + + + You are currently logged in as {0}. + A greeting on the main page of the website. + + + + There are no users online. Why not hop on? + A greeting on the main page of the website. + + + + There is 1 user currently online: + A greeting on the main page of the website. + + + + There are currently {0} users online: + A greeting on the main page of the website. + + + + You have {0} authentication attempts pending. Click here to view them. + A greeting on the main page of the website. + + + + Newest Levels + + + + Latest Team Picks + + \ No newline at end of file diff --git a/ProjectLighthouse.Localization/LandingPage.lang-gd-GB.resx b/ProjectLighthouse.Localization/LandingPage.lang-gd-GB.resx new file mode 100644 index 00000000..ed7772d2 --- /dev/null +++ b/ProjectLighthouse.Localization/LandingPage.lang-gd-GB.resx @@ -0,0 +1,62 @@ + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + + + Welcome to {0}! + A greeting on the main page of the website. + + + + You are currently logged in as {0}. + A greeting on the main page of the website. + + + + There are no users online. Why not hop on? + A greeting on the main page of the website. + + + + There is 1 user currently online: + A greeting on the main page of the website. + + + + There are currently {0} users online: + A greeting on the main page of the website. + + + + You have {0} authentication attempts pending. Click here to view them. + A greeting on the main page of the website. + + + + Newest Levels + + + + Latest Team Picks + + \ No newline at end of file diff --git a/ProjectLighthouse.Localization/LandingPage.lang-sv-SE.resx b/ProjectLighthouse.Localization/LandingPage.lang-sv-SE.resx index ed7772d2..ca1cae9d 100644 --- a/ProjectLighthouse.Localization/LandingPage.lang-sv-SE.resx +++ b/ProjectLighthouse.Localization/LandingPage.lang-sv-SE.resx @@ -23,40 +23,40 @@ - Welcome to {0}! + Välkommen till {0}! A greeting on the main page of the website. - You are currently logged in as {0}. + Du är inloggad som {0}. A greeting on the main page of the website. - There are no users online. Why not hop on? + Ingen är online. Dags att gibba? A greeting on the main page of the website. - There is 1 user currently online: + 1 användare är online: A greeting on the main page of the website. - There are currently {0} users online: + {0} användare är online: A greeting on the main page of the website. - You have {0} authentication attempts pending. Click here to view them. + {0} autentiseringsförsök väntar. Klicka här för att visa dem. A greeting on the main page of the website. - Newest Levels + Senaste Banor - Latest Team Picks + Senaste Team Picks \ No newline at end of file