From 27663c05547f86cdff89fd008ef4f8998d6c8169 Mon Sep 17 00:00:00 2001 From: jvyden Date: Tue, 26 Jul 2022 18:46:13 -0400 Subject: [PATCH] Update Danish, Japanese, and Chinese translations, add Norweigan translations --- .../BaseLayout.lang-no-NO.resx | 66 +++++++++++++++++++ .../BaseLayout.lang-pt-PT.resx | 66 +++++++++++++++++++ .../General.lang-da-DK.resx | 12 ++-- .../General.lang-ja-JP.resx | 12 ++-- .../General.lang-no-NO.resx | 38 +++++++++++ .../General.lang-pt-PT.resx | 38 +++++++++++ .../General.lang-zh-CN.resx | 8 +-- .../LandingPage.lang-da-DK.resx | 6 +- .../LandingPage.lang-ja-JP.resx | 12 ++-- .../LandingPage.lang-no-NO.resx | 62 +++++++++++++++++ .../LandingPage.lang-pt-PT.resx | 62 +++++++++++++++++ .../LoggedOut.lang-da-DK.resx | 6 +- .../LoggedOut.lang-ja-JP.resx | 6 +- .../LoggedOut.lang-no-NO.resx | 29 ++++++++ .../LoggedOut.lang-pt-PT.resx | 29 ++++++++ 15 files changed, 421 insertions(+), 31 deletions(-) create mode 100644 ProjectLighthouse.Localization/BaseLayout.lang-no-NO.resx create mode 100644 ProjectLighthouse.Localization/BaseLayout.lang-pt-PT.resx create mode 100644 ProjectLighthouse.Localization/General.lang-no-NO.resx create mode 100644 ProjectLighthouse.Localization/General.lang-pt-PT.resx create mode 100644 ProjectLighthouse.Localization/LandingPage.lang-no-NO.resx create mode 100644 ProjectLighthouse.Localization/LandingPage.lang-pt-PT.resx create mode 100644 ProjectLighthouse.Localization/LoggedOut.lang-no-NO.resx create mode 100644 ProjectLighthouse.Localization/LoggedOut.lang-pt-PT.resx diff --git a/ProjectLighthouse.Localization/BaseLayout.lang-no-NO.resx b/ProjectLighthouse.Localization/BaseLayout.lang-no-NO.resx new file mode 100644 index 00000000..aef7314b --- /dev/null +++ b/ProjectLighthouse.Localization/BaseLayout.lang-no-NO.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 + + + + + Hjem + A button on the header that takes you to the landing page. + + + + Brukere + A button on the header that takes you to the user listing. + + + + Bilder + A button on the header that takes you to a list of user-uploaded photos. + + + + Nivåer + A button on the header that takes you to a list of user-uploaded levels. Levels are internally referred to as "slots". + + + + Godkjenning + A button on the header that takes you to a list of authentication attempts. + + + + Logg inn/Registrer + A button on the header that lets you log in or register. + + + Profil + A quick shortcut on the header to take you to your profile if logged in. + + + Administrasjon + A header link that takes you to the admin panel if available. + + + Logg ut + A shortcut to log you out of your account. + + \ No newline at end of file diff --git a/ProjectLighthouse.Localization/BaseLayout.lang-pt-PT.resx b/ProjectLighthouse.Localization/BaseLayout.lang-pt-PT.resx new file mode 100644 index 00000000..c799594c --- /dev/null +++ b/ProjectLighthouse.Localization/BaseLayout.lang-pt-PT.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/General.lang-da-DK.resx b/ProjectLighthouse.Localization/General.lang-da-DK.resx index b3c93d7c..6db48d85 100644 --- a/ProjectLighthouse.Localization/General.lang-da-DK.resx +++ b/ProjectLighthouse.Localization/General.lang-da-DK.resx @@ -18,21 +18,21 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Username + Brugernavn - Password + Adgangskode - Register + Registrer - Forgot Password? + Glemt adgangskode? - Uh oh! + Åh nej! - Log In + Log ind \ No newline at end of file diff --git a/ProjectLighthouse.Localization/General.lang-ja-JP.resx b/ProjectLighthouse.Localization/General.lang-ja-JP.resx index b3c93d7c..247008f3 100644 --- a/ProjectLighthouse.Localization/General.lang-ja-JP.resx +++ b/ProjectLighthouse.Localization/General.lang-ja-JP.resx @@ -18,21 +18,21 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Username + ユーザーネーム - Password + パスワード - Register + 登録する - Forgot Password? + パスワードを忘れましたか? - Uh oh! + おおっと! - Log In + ログイン \ No newline at end of file diff --git a/ProjectLighthouse.Localization/General.lang-no-NO.resx b/ProjectLighthouse.Localization/General.lang-no-NO.resx new file mode 100644 index 00000000..eb66dc58 --- /dev/null +++ b/ProjectLighthouse.Localization/General.lang-no-NO.resx @@ -0,0 +1,38 @@ + + + + + + + + + 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 + + + Brukernavn + + + Passord + + + Registrer + + + Glemt Passord? + + + Ånei! + + + Logg in + + \ No newline at end of file diff --git a/ProjectLighthouse.Localization/General.lang-pt-PT.resx b/ProjectLighthouse.Localization/General.lang-pt-PT.resx new file mode 100644 index 00000000..b3c93d7c --- /dev/null +++ b/ProjectLighthouse.Localization/General.lang-pt-PT.resx @@ -0,0 +1,38 @@ + + + + + + + + + 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 + + + Username + + + Password + + + Register + + + Forgot Password? + + + Uh oh! + + + Log In + + \ No newline at end of file diff --git a/ProjectLighthouse.Localization/General.lang-zh-CN.resx b/ProjectLighthouse.Localization/General.lang-zh-CN.resx index b3c93d7c..f2ff702f 100644 --- a/ProjectLighthouse.Localization/General.lang-zh-CN.resx +++ b/ProjectLighthouse.Localization/General.lang-zh-CN.resx @@ -18,7 +18,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Username + 用户名 Password @@ -27,12 +27,12 @@ Register - Forgot Password? + 忘记密码? - Uh oh! + 哎呀! - Log In + 登入 \ No newline at end of file diff --git a/ProjectLighthouse.Localization/LandingPage.lang-da-DK.resx b/ProjectLighthouse.Localization/LandingPage.lang-da-DK.resx index d3c64737..160394c2 100644 --- a/ProjectLighthouse.Localization/LandingPage.lang-da-DK.resx +++ b/ProjectLighthouse.Localization/LandingPage.lang-da-DK.resx @@ -23,7 +23,7 @@ - Welcome to {0}! + Velkommen til {0}! A greeting on the main page of the website. @@ -53,10 +53,10 @@ - Newest Levels + Seneste Baner - Latest Team Picks + Seneste Team Picks \ No newline at end of file diff --git a/ProjectLighthouse.Localization/LandingPage.lang-ja-JP.resx b/ProjectLighthouse.Localization/LandingPage.lang-ja-JP.resx index 15179509..3611578d 100644 --- a/ProjectLighthouse.Localization/LandingPage.lang-ja-JP.resx +++ b/ProjectLighthouse.Localization/LandingPage.lang-ja-JP.resx @@ -23,7 +23,7 @@ - Welcome to {0}! + {0}へようこそ A greeting on the main page of the website. @@ -33,17 +33,17 @@ - オンラインユーザーなし + オンラインユーザーはなし A greeting on the main page of the website. - 1つのユーザーがオンライン + 1人のユーザーがオンライン A greeting on the main page of the website. - {0}つのユーザーがオンライン + {0}人のユーザーがオンライン A greeting on the main page of the website. @@ -53,10 +53,10 @@ - Newest Levels + 最新のレベル - Latest Team Picks + 最新のチームピック \ No newline at end of file diff --git a/ProjectLighthouse.Localization/LandingPage.lang-no-NO.resx b/ProjectLighthouse.Localization/LandingPage.lang-no-NO.resx new file mode 100644 index 00000000..bb049a4d --- /dev/null +++ b/ProjectLighthouse.Localization/LandingPage.lang-no-NO.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 + + + + + Velkommen til {0} + A greeting on the main page of the website. + + + + Du er logget inn som {0} + A greeting on the main page of the website. + + + + Det er ingen brukere på. Hvorfor ikke hoppe på? + A greeting on the main page of the website. + + + + Det er 1 bruker på for øyeblikket: + A greeting on the main page of the website. + + + + For tiden er {0} brukere pålogget: + A greeting on the main page of the website. + + + + Du har {0} autentiseringsforsøk. Klikk her for å se dem. + A greeting on the main page of the website. + + + + Nyeste nivåer + + + + Siste lag valg + + \ No newline at end of file diff --git a/ProjectLighthouse.Localization/LandingPage.lang-pt-PT.resx b/ProjectLighthouse.Localization/LandingPage.lang-pt-PT.resx new file mode 100644 index 00000000..ed7772d2 --- /dev/null +++ b/ProjectLighthouse.Localization/LandingPage.lang-pt-PT.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/LoggedOut.lang-da-DK.resx b/ProjectLighthouse.Localization/LoggedOut.lang-da-DK.resx index 9f53122d..2c1315cd 100644 --- a/ProjectLighthouse.Localization/LoggedOut.lang-da-DK.resx +++ b/ProjectLighthouse.Localization/LoggedOut.lang-da-DK.resx @@ -18,12 +18,12 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Logged Out + Logget ud - You have been successfully logged out. You will be redirected in 5 seconds, or you may click below to do so manually. + Du er blevet logget ud. Du vil blive omdirigeret om 5 sekunder, eller du kan klikke nedenfor for at gøre det manuelt. - Redirect + Omdiriger \ No newline at end of file diff --git a/ProjectLighthouse.Localization/LoggedOut.lang-ja-JP.resx b/ProjectLighthouse.Localization/LoggedOut.lang-ja-JP.resx index 9f53122d..09810770 100644 --- a/ProjectLighthouse.Localization/LoggedOut.lang-ja-JP.resx +++ b/ProjectLighthouse.Localization/LoggedOut.lang-ja-JP.resx @@ -18,12 +18,12 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Logged Out + ログアウトしました - You have been successfully logged out. You will be redirected in 5 seconds, or you may click below to do so manually. + 正常にログアウトされました。5秒後にリダイレクトされるか、以下をクリックして手動でログアウトできます。 - Redirect + リダイレクト \ No newline at end of file diff --git a/ProjectLighthouse.Localization/LoggedOut.lang-no-NO.resx b/ProjectLighthouse.Localization/LoggedOut.lang-no-NO.resx new file mode 100644 index 00000000..a33eb4e2 --- /dev/null +++ b/ProjectLighthouse.Localization/LoggedOut.lang-no-NO.resx @@ -0,0 +1,29 @@ + + + + + + + + + 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 + + + Logget ut + + + Du har blitt logget ut. Du vil bli omdirigert om 5 sekunder, eller du kan klikke nedenfor for å gjøre det manuelt. + + + Videresend + + \ No newline at end of file diff --git a/ProjectLighthouse.Localization/LoggedOut.lang-pt-PT.resx b/ProjectLighthouse.Localization/LoggedOut.lang-pt-PT.resx new file mode 100644 index 00000000..9f53122d --- /dev/null +++ b/ProjectLighthouse.Localization/LoggedOut.lang-pt-PT.resx @@ -0,0 +1,29 @@ + + + + + + + + + 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 + + + Logged Out + + + You have been successfully logged out. You will be redirected in 5 seconds, or you may click below to do so manually. + + + Redirect + + \ No newline at end of file