diff --git a/osu.Game.Resources/Localisation/Web/Accounts.fil-PH.resx b/osu.Game.Resources/Localisation/Web/Accounts.fil-PH.resx
index 5a659ca..1d5b525 100644
--- a/osu.Game.Resources/Localisation/Web/Accounts.fil-PH.resx
+++ b/osu.Game.Resources/Localisation/Web/Accounts.fil-PH.resx
@@ -68,7 +68,7 @@
Avatar
- Mangyaring tiyakin na ang iyong avatar ay sumusunod sa: {0}.<br/>Nangangahulugan ito na dapat <strong>angkop ito sa lahat ng edad</strong>. i.e. walang kahubaran, kabastusan o nilalaman na nagpapahiwatig ng kalaswaan.
+ Pakitiyak na ang iyong avatar ay sumusunod sa {0}.<br/>Nangangahulugan ito na dapat ay <strong>angkop para sa lahat ng edad</strong>. i.e. walang kahubaran, kabastusan, o nagpapahiwatig na nilalaman.
ang patakaran ng komunidad
@@ -121,16 +121,16 @@
i-update
- tumanggap ng mga abiso sa mga bagong problema sa mga kwalipikadong beatmaps sa mga sumusunod na mode
+ tumanggap ng mga notipikasyon sa mga bagong problema sa mga kwalipikadong beatmap sa mga sumusunod na mode
- tumanggap ng mga abiso kung kailan ang mga beatmap sa mga sumusnod na mode ay nadiskwalipika
+ tumanggap ng mga notipikasyon kung kailan ang mga beatmap sa mga sumusunod na mode ay na diskwalipika
- tumanggap nga mga abiso na tumutugon sa iyong mga komento
+ tumanggap ng mga notipikasyon para sa mga tugon sa iyong mga komento
- Mga abiso
+ Mga notipikasyon
awtomatikong paganahin ang mga notipikasyon sa nilikha mong mga bagong paksa sa forum
diff --git a/osu.Game.Resources/Localisation/Web/Accounts.uk.resx b/osu.Game.Resources/Localisation/Web/Accounts.uk.resx
index bd982da..64feb80 100644
--- a/osu.Game.Resources/Localisation/Web/Accounts.uk.resx
+++ b/osu.Game.Resources/Localisation/Web/Accounts.uk.resx
@@ -119,13 +119,13 @@
оновити
- отримувати повідомлення про нові проблеми кваліфікованих карт для наступних режимів
+ отримувати сповіщення про нові проблеми на кваліфікованих картах для наступних режимів
- отримувати повідомлення коли карти наступних режимів дискваліфіковані
+ отримувати сповіщення коли карти наступних режимів будуть дискваліфіковані
- отримувати повідомлення про відповіді на ваші коментарі
+ отримувати сповіщення про відповіді на ваші коментарі
Сповіщення
@@ -155,13 +155,13 @@
пошта
- маппер біткарти
+ маппер карти
push
- медаль користувача розблоковано
+ користувацька медаль розблокована
авторизовані клієнти
diff --git a/osu.Game.Resources/Localisation/Web/AccountsStrings.cs b/osu.Game.Resources/Localisation/Web/AccountsStrings.cs
index 51ae4db..5565bf1 100644
--- a/osu.Game.Resources/Localisation/Web/AccountsStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/AccountsStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/Admin.resx b/osu.Game.Resources/Localisation/Web/Admin.resx
index 6e03b24..90e52f9 100644
--- a/osu.Game.Resources/Localisation/Web/Admin.resx
+++ b/osu.Game.Resources/Localisation/Web/Admin.resx
@@ -76,21 +76,6 @@
Manage Beatmap Covers
-
- Modding v2
-
-
- activate
-
-
- activate modding v2 for this beatmap?
-
-
- active
-
-
- inactive
-
Delete
diff --git a/osu.Game.Resources/Localisation/Web/AdminStrings.cs b/osu.Game.Resources/Localisation/Web/AdminStrings.cs
index a3e2c12..fecd470 100644
--- a/osu.Game.Resources/Localisation/Web/AdminStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/AdminStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
@@ -39,31 +39,6 @@ namespace osu.Game.Resources.Localisation.Web
///
public static LocalisableString BeatmapsetsShowCovers => new TranslatableString(getKey(@"beatmapsets.show.covers"), @"Manage Beatmap Covers");
- ///
- /// "Modding v2"
- ///
- public static LocalisableString BeatmapsetsShowDiscussionDefault => new TranslatableString(getKey(@"beatmapsets.show.discussion._"), @"Modding v2");
-
- ///
- /// "activate"
- ///
- public static LocalisableString BeatmapsetsShowDiscussionActivate => new TranslatableString(getKey(@"beatmapsets.show.discussion.activate"), @"activate");
-
- ///
- /// "activate modding v2 for this beatmap?"
- ///
- public static LocalisableString BeatmapsetsShowDiscussionActivateConfirm => new TranslatableString(getKey(@"beatmapsets.show.discussion.activate_confirm"), @"activate modding v2 for this beatmap?");
-
- ///
- /// "active"
- ///
- public static LocalisableString BeatmapsetsShowDiscussionActive => new TranslatableString(getKey(@"beatmapsets.show.discussion.active"), @"active");
-
- ///
- /// "inactive"
- ///
- public static LocalisableString BeatmapsetsShowDiscussionInactive => new TranslatableString(getKey(@"beatmapsets.show.discussion.inactive"), @"inactive");
-
///
/// "Delete"
///
diff --git a/osu.Game.Resources/Localisation/Web/ApiStrings.cs b/osu.Game.Resources/Localisation/Web/ApiStrings.cs
index 1cef99f..960d3c7 100644
--- a/osu.Game.Resources/Localisation/Web/ApiStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/ApiStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/Artist.da.resx b/osu.Game.Resources/Localisation/Web/Artist.da.resx
index 6af5799..61069e2 100644
--- a/osu.Game.Resources/Localisation/Web/Artist.da.resx
+++ b/osu.Game.Resources/Localisation/Web/Artist.da.resx
@@ -112,6 +112,9 @@
genre
+
+ spor søgning
+
Avanceret søgning
@@ -121,10 +124,25 @@
Kunstner
+
+ Minimum BPM
+
+
+ Maksimum BPM
+
+
+ Ingen spor som matcher søgekriterier blev fundet.
+
Genre
Alle
+
+ Minimum Længde
+
+
+ Maksimum Længde
+
\ No newline at end of file
diff --git a/osu.Game.Resources/Localisation/Web/Artist.tr.resx b/osu.Game.Resources/Localisation/Web/Artist.tr.resx
index 14b9c2b..5d3c245 100644
--- a/osu.Game.Resources/Localisation/Web/Artist.tr.resx
+++ b/osu.Game.Resources/Localisation/Web/Artist.tr.resx
@@ -124,6 +124,12 @@
Sanatçı
+
+ Minimum BPM
+
+
+ Maximum BPM
+
Arama kriterine uyan parça bulunamadı.
diff --git a/osu.Game.Resources/Localisation/Web/ArtistStrings.cs b/osu.Game.Resources/Localisation/Web/ArtistStrings.cs
index eddc90e..06c9053 100644
--- a/osu.Game.Resources/Localisation/Web/ArtistStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/ArtistStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/Authorization.ar.resx b/osu.Game.Resources/Localisation/Web/Authorization.ar.resx
index 8dde59b..76a42d3 100644
--- a/osu.Game.Resources/Localisation/Web/Authorization.ar.resx
+++ b/osu.Game.Resources/Localisation/Web/Authorization.ar.resx
@@ -160,6 +160,9 @@
لا يمكنك إرسال رسائل حينما تكون صامتا، مقيد أو محظور.
+
+ تم تعطيل التعليقات
+
لا يمكن تعديل مشاركة محذوفة.
diff --git a/osu.Game.Resources/Localisation/Web/Authorization.cs.resx b/osu.Game.Resources/Localisation/Web/Authorization.cs.resx
index 8f9d8b4..3a837dd 100644
--- a/osu.Game.Resources/Localisation/Web/Authorization.cs.resx
+++ b/osu.Game.Resources/Localisation/Web/Authorization.cs.resx
@@ -62,7 +62,7 @@
Co si místo toho zahrát osu!?
- Pro pokračování se prosím přihlašte.
+ Pro pokračování se prosím přihlaste.
Prosím ověřte se pro pokračování.
@@ -251,7 +251,7 @@
Změna hlasu není povolena.
- Pro hlasování se prosím přihlašte.
+ Pro hlasování se prosím přihlaste.
Nelze hlasovat, když jste omezeni.
diff --git a/osu.Game.Resources/Localisation/Web/Authorization.da.resx b/osu.Game.Resources/Localisation/Web/Authorization.da.resx
index d58a9d5..5f1bb40 100644
--- a/osu.Game.Resources/Localisation/Web/Authorization.da.resx
+++ b/osu.Game.Resources/Localisation/Web/Authorization.da.resx
@@ -277,6 +277,12 @@
Kun administratorer kan se dette forum.
+
+ Kun score ejer kan pin score.
+
+
+ Fastgjort for mange score.
+
Brugerside er låst.
diff --git a/osu.Game.Resources/Localisation/Web/Authorization.de.resx b/osu.Game.Resources/Localisation/Web/Authorization.de.resx
index f64561f..3f592ed 100644
--- a/osu.Game.Resources/Localisation/Web/Authorization.de.resx
+++ b/osu.Game.Resources/Localisation/Web/Authorization.de.resx
@@ -152,7 +152,7 @@
Du hast kein Zugriff auf diesen Kanal.
- Der Benutzer kann möglicherweise nicht antworten, da Sie nur Nachrichten von Personen auf Ihrer Freundesliste akzeptieren.
+ Der Benutzer kann möglicherweise nicht antworten, da du nur Nachrichten von Personen auf deiner Freundesliste akzeptierst.
Du kannst keine Nachrichten senden, während du stummgeschaltet, eingeschränkt oder gebannt bist.
diff --git a/osu.Game.Resources/Localisation/Web/Authorization.fil-PH.resx b/osu.Game.Resources/Localisation/Web/Authorization.fil-PH.resx
index e3231f5..628e3b3 100644
--- a/osu.Game.Resources/Localisation/Web/Authorization.fil-PH.resx
+++ b/osu.Game.Resources/Localisation/Web/Authorization.fil-PH.resx
@@ -160,6 +160,9 @@
Hindi ka maaaring maka-send ng mga mensahe habang naka-silence, restricted o banned.
+
+ Ang mga comment ay naka-disable
+
Hindi maaaring i-edit ang mga tinanggal na post.
diff --git a/osu.Game.Resources/Localisation/Web/Authorization.id.resx b/osu.Game.Resources/Localisation/Web/Authorization.id.resx
index df86d0a..2d4b29b 100644
--- a/osu.Game.Resources/Localisation/Web/Authorization.id.resx
+++ b/osu.Game.Resources/Localisation/Web/Authorization.id.resx
@@ -65,7 +65,7 @@
Silakan masuk untuk melanjutkan.
- Silakan verifikasi untuk melanjutkan.
+ Silakan verifikasi diri Anda untuk melanjutkan.
Tidak dapat melakukan hal itu saat dibatasi.
@@ -206,7 +206,7 @@
Tidak dapat menyunting kiriman di topik yang telah dikunci.
- Anda harus memainkan beberapa beatmap dahulu sebelum Anda dapat memposting di forum! Jika Anda memiliki permasalahan yang terkait dengan permainan, silakan kunjungi forum Help & Support.
+ Anda harus terlebih dahulu bermain sebelum Anda dapat membuat post di forum! Apabila Anda mengalami masalah saat bermain, silakan kunjungi forum Help & Support.
Anda harus lebih banyak bermain sebelum Anda dapat membuat postingan tambahan. Apabila Anda masih membutuhkan bantuan lebih lanjut, silakan kirim email ke support@ppy.sh
diff --git a/osu.Game.Resources/Localisation/Web/Authorization.nl.resx b/osu.Game.Resources/Localisation/Web/Authorization.nl.resx
index da10e5a..7785e5f 100644
--- a/osu.Game.Resources/Localisation/Web/Authorization.nl.resx
+++ b/osu.Game.Resources/Localisation/Web/Authorization.nl.resx
@@ -59,7 +59,7 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
- Wat dacht je anders van osu! ?
+ Misschien eerst wat osu! spelen?
Log in om verder te gaan.
@@ -160,6 +160,9 @@
Je kunt geen berichten verzenden als je op stil staat, bent beperkt of bent verbannen.
+
+ Reacties zijn uitgeschakeld
+
Je kunt geen verwijderde berichten bewerken.
diff --git a/osu.Game.Resources/Localisation/Web/Authorization.pt-BR.resx b/osu.Game.Resources/Localisation/Web/Authorization.pt-BR.resx
index 6cdade7..0c698db 100644
--- a/osu.Game.Resources/Localisation/Web/Authorization.pt-BR.resx
+++ b/osu.Game.Resources/Localisation/Web/Authorization.pt-BR.resx
@@ -160,6 +160,9 @@
Você não pode enviar mensagens enquanto silenciado, restrito ou banido.
+
+ Comentários estão desativados
+
Não é possível editar publicações deletadas.
diff --git a/osu.Game.Resources/Localisation/Web/Authorization.th.resx b/osu.Game.Resources/Localisation/Web/Authorization.th.resx
index 82140c2..3c28946 100644
--- a/osu.Game.Resources/Localisation/Web/Authorization.th.resx
+++ b/osu.Game.Resources/Localisation/Web/Authorization.th.resx
@@ -160,6 +160,9 @@
คุณไม่สามารถส่งข้อความได้ในสถานะเงียบ ถูกจำกัดการใช้งาน หรือถูกแบน
+
+ การแสดงความคิดเห็นถูกปิดใช้งาน
+
ไม่สามารถแก้ไขโพสต์ที่ถูกลบได้
diff --git a/osu.Game.Resources/Localisation/Web/Authorization.tr.resx b/osu.Game.Resources/Localisation/Web/Authorization.tr.resx
index bdbd44e..d79e4d8 100644
--- a/osu.Game.Resources/Localisation/Web/Authorization.tr.resx
+++ b/osu.Game.Resources/Localisation/Web/Authorization.tr.resx
@@ -136,6 +136,9 @@
Aday gösterilen bir mapin metaverisini değiştiremezsiniz. Hatalı ayarlandığını düşünüyorsanız bir BN ya da NAT üyesiyle iletişime geçiniz.
+
+ Bu kanal sadece duyurular içindir.
+
Sizi engelleyen ya da sizin engellediğiniz bir kullanıcıya mesaj gönderemezsiniz.
@@ -148,12 +151,18 @@
Bu kanala erişiminiz yok.
+
+ Yalnızca arkadaş listenizdeki kişilerden gelen mesajları kabul ettiğiniz için kullanıcı yanıt veremeyebilir.
+
Susturulmuş, kısıtlanmış ya da banlanmış iken mesaj gönderemezsiniz.
Susturulmuşken, kısıtlıyken veya banlıyken mesaj gönderemezsiniz.
+
+ Yorumlar devre dışı
+
Silinmiş gönderi düzenlenemez.
@@ -268,6 +277,12 @@
Yalnızca yönetici bu forumu görüntüleyebilir.
+
+ Sadece skor sahibi skoru sabitleyebilir.
+
+
+ Çok fazla skor sabitlendi.
+
Kullanıcı sayfası kilitli.
diff --git a/osu.Game.Resources/Localisation/Web/Authorization.uk.resx b/osu.Game.Resources/Localisation/Web/Authorization.uk.resx
index 088c175..407c716 100644
--- a/osu.Game.Resources/Localisation/Web/Authorization.uk.resx
+++ b/osu.Game.Resources/Localisation/Web/Authorization.uk.resx
@@ -134,7 +134,7 @@
Ця карта закрита для обговорення.
- Ви не можете змінювати метадані номінованим карти. Зв'яжіться з членом BN або NAT, якщо вважаєте, що вони вказані невірно.
+ Ви не можете змінювати метадані номінованій карті. Зв'яжіться з членом BN або NAT, якщо ви думаєте, що вони вказані невірно.
Цей канал лише для оголошень.
@@ -152,7 +152,7 @@
У вас немає доступу до цього каналу.
- Цей користувач, либонь, не зможе відповісти, оскільки ви приймаєте повідомлення лише від людей у своєму списку друзів.
+ Цей користувач не зможе відповісти, оскільки ви приймаєте повідомлення лише від людей з вашого списку друзів.
Заглушені, обмежені, заблоковані користувачі не можуть надсилати повідомлення.
@@ -161,7 +161,7 @@
Ви не можете надсилати повідомлення, коли заглушені, обмежені або заблоковані.
- Коментарі вимкнені
+ Коментарі відключені
Неможливо редагувати видалену публікацію.
@@ -173,7 +173,7 @@
Ви вичерпали кількість заявок для цього конкурсу
- Дякуємо за заявки на участь в цьому конкурсі! Голосування розпочнеться найближчим часом.
+ Дякуємо за ваші заявки на участь в цьому конкурсі! Заявки більше не приймаються і голосування розпочнеться найближчим часом.
Відсутній дозвіл на модерацію даного форуму.
@@ -194,7 +194,7 @@
Неможливо редагувати видалену публікацію.
- Публікація захищена від змін.
+ Публікацію заблоковано для редагування.
Необхідний доступ до запитуваного форуму.
@@ -209,22 +209,22 @@
Пограйте в гру, перш ніж писати що-небудь на форумі. Якщо у вас проблеми з грою, спробуйте написати про це на форумі «Допомоги і підтримки».
- Перш ніж ви зможете створювати додаткові пости, ви повинні пограти в гру довше. Якщо у вас є проблеми з грою, напишіть нам на support@ppy.sh
+ Перш ніж ви зможете створювати додаткові пости, ви повинні пограти в гру довше. Якщо у вас все ще проблеми з грою, напишіть нам на support@ppy.sh
Будь ласка, відредагуйте ваше останнє повідомлення замість повторної публікації.
- Не можна відповісти в закритій темі.
+ Неможливо відповісти в закритій темі.
- Потрібний доступ до запитаного форуму.
+ Потрібен доступ до запитаного форуму.
- Недостатньо прав для відповіді.
+ Недостатньо прав, щоб відповісти.
- Будь ласка, увійдіть, щоб продовжити.
+ Будь ласка, увійдіть, щоб відповісти.
Не можна відповісти поки ваш обліковий запис заблокований.
@@ -245,13 +245,13 @@
Потрібний доступ до запитаного форуму.
- Опитування закінчено і відповідати в ньому вже не можна.
+ Опитування завершено, і не може бути більше проголосовано.
Вам потрібно пограти ще, перед тим як голосувати на форумі.
- Міняти свою відповідь заборонено.
+ Зміна голосу заборонена.
Увійдіть, щоб проголосувати.
diff --git a/osu.Game.Resources/Localisation/Web/AuthorizationStrings.cs b/osu.Game.Resources/Localisation/Web/AuthorizationStrings.cs
index f581b10..daaffa7 100644
--- a/osu.Game.Resources/Localisation/Web/AuthorizationStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/AuthorizationStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/BbcodeStrings.cs b/osu.Game.Resources/Localisation/Web/BbcodeStrings.cs
index 9c5756d..95eb93e 100644
--- a/osu.Game.Resources/Localisation/Web/BbcodeStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/BbcodeStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/BeatmapDiscussionPostsStrings.cs b/osu.Game.Resources/Localisation/Web/BeatmapDiscussionPostsStrings.cs
index ae42b99..56dae3a 100644
--- a/osu.Game.Resources/Localisation/Web/BeatmapDiscussionPostsStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/BeatmapDiscussionPostsStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/BeatmapDiscussions.da.resx b/osu.Game.Resources/Localisation/Web/BeatmapDiscussions.da.resx
index 603e3cc..e4bf35a 100644
--- a/osu.Game.Resources/Localisation/Web/BeatmapDiscussions.da.resx
+++ b/osu.Game.Resources/Localisation/Web/BeatmapDiscussions.da.resx
@@ -145,6 +145,9 @@
Sværhedsgrad Ejer
+
+ Nulstil ejeren for denne sværhedsgrad?
+
Ejer
@@ -157,12 +160,21 @@
Svar
+
+ {0} / {1} blokke brugt
+
Vis Anmeldelses-opslag
Vis Diskussion
+
+ hver blok må kun indeholde op til {0} tegn
+
+
+ anmeldelse indholder referencer til problemer som ikke hører til denne anmeldelse
+
ugyldig block type
diff --git a/osu.Game.Resources/Localisation/Web/BeatmapDiscussions.uk.resx b/osu.Game.Resources/Localisation/Web/BeatmapDiscussions.uk.resx
index 0111822..0ad9dc0 100644
--- a/osu.Game.Resources/Localisation/Web/BeatmapDiscussions.uk.resx
+++ b/osu.Game.Resources/Localisation/Web/BeatmapDiscussions.uk.resx
@@ -74,7 +74,7 @@
видалено
- Не знайдено жодної дискусії, що відповідає критеріям пошуку.
+ Не знайдено жодної публікації, що відповідає критеріям пошуку.
Обговорення карти
@@ -101,7 +101,7 @@
Статус карти
- Усі
+ Всі
Дискваліфікований
@@ -204,10 +204,10 @@
загальні
- загальні (усі)
+ загальні (всі)
- Усі
+ Всі
Сортувати по користувачах
diff --git a/osu.Game.Resources/Localisation/Web/BeatmapDiscussionsStrings.cs b/osu.Game.Resources/Localisation/Web/BeatmapDiscussionsStrings.cs
index b0765e8..f25a2bd 100644
--- a/osu.Game.Resources/Localisation/Web/BeatmapDiscussionsStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/BeatmapDiscussionsStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/Beatmappacks.da.resx b/osu.Game.Resources/Localisation/Web/Beatmappacks.da.resx
index 3c55224..38cabfe 100644
--- a/osu.Game.Resources/Localisation/Web/Beatmappacks.da.resx
+++ b/osu.Game.Resources/Localisation/Web/Beatmappacks.da.resx
@@ -70,6 +70,9 @@
LÆS DETTE FØR DU DOWNLOADER
+
+ Installation: Når en pakke er blevet downloadet, udtrække indholdet af pakken i din osu! Sange mappe og osu! vil gøre resten.
+
Vær opmærksom på, at det er stærkt anbefalet at {0}, eftersom ældre beatmaps er meget ringere kvalitet i forhold til nyere beatmaps.
diff --git a/osu.Game.Resources/Localisation/Web/Beatmappacks.id.resx b/osu.Game.Resources/Localisation/Web/Beatmappacks.id.resx
index 7ba5847..25d72bd 100644
--- a/osu.Game.Resources/Localisation/Web/Beatmappacks.id.resx
+++ b/osu.Game.Resources/Localisation/Web/Beatmappacks.id.resx
@@ -59,7 +59,7 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
- Paket-paket beatmap yang tersusun atas satu tema tertentu.
+ Paket beatmap yang tersusun atas satu tema tertentu.
daftar
@@ -74,7 +74,7 @@
Petunjuk Pemasangan: Setelah paket beatmap selesai diunduh, ekstrak berkas. rar yang Anda peroleh ke dalam folder Songs yang terdapat pada direktori osu! Anda.
- Kami menyarankan Anda untuk {0} karena pada umumnya beatmap-beatmap keluaran terdahulu memiliki kualitas yang jauh lebih rendah dibanding beatmap-beatmap modern.
+ Kami menyarankan Anda untuk {0} karena pada umumnya beatmap keluaran terdahulu memiliki kualitas yang jauh lebih rendah dibanding beatmap modern.
mengunduh paket beatmap mulai dari yang paling baru hingga yang paling awal
diff --git a/osu.Game.Resources/Localisation/Web/Beatmappacks.tr.resx b/osu.Game.Resources/Localisation/Web/Beatmappacks.tr.resx
index 99cc0c8..286cd16 100644
--- a/osu.Game.Resources/Localisation/Web/Beatmappacks.tr.resx
+++ b/osu.Game.Resources/Localisation/Web/Beatmappacks.tr.resx
@@ -70,6 +70,9 @@
İNDİRMEDEN ÖNCE OKUYUN
+
+ Kurulum: Bir paket indirildikten sonra, paketin içeriğini osu! Şarkılar dizinine çıkartın osu! gerisini yapacaktır.
+
Ayrıca {0} tavsiye edilir, zira eski haritalar en yeni haritalara kıyasla çok daha düşük kalitededir.
diff --git a/osu.Game.Resources/Localisation/Web/Beatmappacks.uk.resx b/osu.Game.Resources/Localisation/Web/Beatmappacks.uk.resx
index c39dd38..1851911 100644
--- a/osu.Game.Resources/Localisation/Web/Beatmappacks.uk.resx
+++ b/osu.Game.Resources/Localisation/Web/Beatmappacks.uk.resx
@@ -71,13 +71,13 @@
ПРОЧИТАЙТЕ ЦЕ ПЕРЕД ЗАВАНТАЖЕННЯМ
- Установлення: Як тільки набір буде завантажено, розпакуйте вміст набору в директорії osu! в папку "Songs"; osu! зробить усе инше.
+ Встановлення: Як тільки набір буде завантажено, розпакуйте вміст набору в папку Songs в вашій директорії osu!, а гра все зробить за вас.
Також радимо вам {0}, оскільки старі мапи сильно поступаються якістю новим.
- завантажувати мапи, починаючи зі свіжих
+ завантажувати набори, починаючи зі свіжих
Завантажити
diff --git a/osu.Game.Resources/Localisation/Web/BeatmappacksStrings.cs b/osu.Game.Resources/Localisation/Web/BeatmappacksStrings.cs
index 3c572f6..dcaf110 100644
--- a/osu.Game.Resources/Localisation/Web/BeatmappacksStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/BeatmappacksStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/Beatmaps.ar.resx b/osu.Game.Resources/Localisation/Web/Beatmaps.ar.resx
index 96b90b9..1a96a1d 100644
--- a/osu.Game.Resources/Localisation/Web/Beatmaps.ar.resx
+++ b/osu.Game.Resources/Localisation/Web/Beatmaps.ar.resx
@@ -529,6 +529,9 @@
الصعوبة الموصاة
+
+ الخرائط التي تم تسليط الضوء عليها
+
الكل
diff --git a/osu.Game.Resources/Localisation/Web/Beatmaps.cs.resx b/osu.Game.Resources/Localisation/Web/Beatmaps.cs.resx
index 26004cb..c1b05de 100644
--- a/osu.Game.Resources/Localisation/Web/Beatmaps.cs.resx
+++ b/osu.Game.Resources/Localisation/Web/Beatmaps.cs.resx
@@ -107,7 +107,7 @@
Napiš svou odpověď sem
- Pro psaní odpovědí nebo přidávání příspěvků se prosím přihlaš
+ Pro psaní odpovědí nebo přidávání příspěvků se prosím přihlas
Vyřešeno
diff --git a/osu.Game.Resources/Localisation/Web/Beatmaps.da.resx b/osu.Game.Resources/Localisation/Web/Beatmaps.da.resx
index 0a0a47b..f565d1e 100644
--- a/osu.Game.Resources/Localisation/Web/Beatmaps.da.resx
+++ b/osu.Game.Resources/Localisation/Web/Beatmaps.da.resx
@@ -238,9 +238,18 @@
Ikke gemt
+
+ Indlæg på "Alle sværhedsgrader" kan ikke tidsstemples.
+
+
+ Hvis denne {0} starter med et tidsstempel, vil den blive vist under tidslinje.
+
indsæt afsnit
+
+ indsæt praise
+
indsæt problem
@@ -367,6 +376,9 @@
Elsk
+
+ Vælg sværhedsgrad for elskede
+
Elsk dette beatmap?
@@ -400,6 +412,12 @@
Der er stadig uløste problemer der skal tages fat på først.
+
+ Dette kort anslås at være rangeret {0} , hvis ingen problemer findes. Det er #{1} i {2}.
+
+
+ rangering kø
+
snart
@@ -415,6 +433,9 @@
Er du sikker? At slå et nyt problem op nulstiller nominations-processen.
+
+ Er du sikker på at du vil rapportere problem på dette beatmap? Dette vil advare Beatmap Nominatorer.
+
skriv nøgleord...
@@ -448,6 +469,9 @@
Mode
+
+ Eksplicit Indhold
+
Allerede spillet
@@ -496,6 +520,9 @@
Inkluder konvertert beatmeaps
+
+ Udvalgte kunstnere
+
Subscribed mappers
@@ -503,6 +530,9 @@
Rekommenderat sværhedsgrad
+
+ Spotlightet beatmaps
+
Alle
@@ -533,6 +563,9 @@
Afventende & WIP
+
+ WIP
+
Kvalificeret
@@ -582,6 +615,9 @@
Jazz
+
+ Alle
+
Engelsk
@@ -624,6 +660,12 @@
Uspecificeret
+
+ Skjul
+
+
+ Vis
+
Vilkårlig
diff --git a/osu.Game.Resources/Localisation/Web/Beatmaps.de.resx b/osu.Game.Resources/Localisation/Web/Beatmaps.de.resx
index 03f8b06..d37ab3c 100644
--- a/osu.Game.Resources/Localisation/Web/Beatmaps.de.resx
+++ b/osu.Game.Resources/Localisation/Web/Beatmaps.de.resx
@@ -293,7 +293,7 @@
Diese Beatmap wurde am {0} approved!
- Diese Beatmap wurde seit dem {0} nicht mehr aktualisiert und wurde wahrscheinlich vom Ersteller aufgegeben...
+ Diese Beatmap wurde seit dem {0} nicht mehr aktualisiert und deshalb begraben...
Diese Beatmap wurde am {0} loved!
@@ -434,7 +434,7 @@
Bist du dir sicher? Der Nominierungsprozess wird durch das neue Problem zurückgesetzt.
- Bist du sicher, dass du ein Problem in dieser Beatmap melden möchtest? Dies wird die Beatmap-Nominatoren alarmieren.
+ Bist du sicher, dass du ein Problem in dieser Beatmap melden möchtest? Dies wird die Beatmap Nominators alarmieren.
stichwörter eingeben...
diff --git a/osu.Game.Resources/Localisation/Web/Beatmaps.fil-PH.resx b/osu.Game.Resources/Localisation/Web/Beatmaps.fil-PH.resx
index 0d887f1..154c8b5 100644
--- a/osu.Game.Resources/Localisation/Web/Beatmaps.fil-PH.resx
+++ b/osu.Game.Resources/Localisation/Web/Beatmaps.fil-PH.resx
@@ -529,6 +529,9 @@
Nirerekomenda na difficulty
+
+ Spotlighted na mga beatmap
+
Lahat
diff --git a/osu.Game.Resources/Localisation/Web/Beatmaps.hr-HR.resx b/osu.Game.Resources/Localisation/Web/Beatmaps.hr-HR.resx
index ae11978..6686377 100644
--- a/osu.Game.Resources/Localisation/Web/Beatmaps.hr-HR.resx
+++ b/osu.Game.Resources/Localisation/Web/Beatmaps.hr-HR.resx
@@ -529,6 +529,9 @@
Preporučena težina
+
+ Spotlightirane beatmape
+
Svi
diff --git a/osu.Game.Resources/Localisation/Web/Beatmaps.id.resx b/osu.Game.Resources/Localisation/Web/Beatmaps.id.resx
index 261c172..0bbda42 100644
--- a/osu.Game.Resources/Localisation/Web/Beatmaps.id.resx
+++ b/osu.Game.Resources/Localisation/Web/Beatmaps.id.resx
@@ -59,7 +59,7 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
- Gagal memperbarui pilihan
+ Gagal memperbarui suara
izinkan kudosu
@@ -131,7 +131,7 @@
Belum ada diskusi!
- Tidak ada diskusi yang cocok dengan filter yang dipilih.
+ Tidak ada topik diskusi yang sesuai dengan filter yang dipilih.
Kunci diskusi
diff --git a/osu.Game.Resources/Localisation/Web/Beatmaps.nl.resx b/osu.Game.Resources/Localisation/Web/Beatmaps.nl.resx
index b33ca63..9b2da36 100644
--- a/osu.Game.Resources/Localisation/Web/Beatmaps.nl.resx
+++ b/osu.Game.Resources/Localisation/Web/Beatmaps.nl.resx
@@ -529,6 +529,9 @@
Aanbevolen moeilijkheid
+
+ Uitgelichte beatmaps
+
Alle
diff --git a/osu.Game.Resources/Localisation/Web/Beatmaps.pt-BR.resx b/osu.Game.Resources/Localisation/Web/Beatmaps.pt-BR.resx
index d8db63d..a58782e 100644
--- a/osu.Game.Resources/Localisation/Web/Beatmaps.pt-BR.resx
+++ b/osu.Game.Resources/Localisation/Web/Beatmaps.pt-BR.resx
@@ -529,6 +529,9 @@
Dificuldade recomendada
+
+ Beatmaps destacados
+
Todos
diff --git a/osu.Game.Resources/Localisation/Web/Beatmaps.th.resx b/osu.Game.Resources/Localisation/Web/Beatmaps.th.resx
index 9842613..7849304 100644
--- a/osu.Game.Resources/Localisation/Web/Beatmaps.th.resx
+++ b/osu.Game.Resources/Localisation/Web/Beatmaps.th.resx
@@ -433,6 +433,9 @@
คุณแน่ใจหรือ? ในการโพสต์ปัญหาใหม่จะรีเซ็ตการเสนอชื่อ
+
+ คุณแน่ใจที่จะรายงานปัญหาบน Beatmap นี้หรือไม่ รายงานนี้จะถูกแจ้งเตือนไปยัง Beatmap Nominators
+
พิมพ์คำสำคัญ...
@@ -517,6 +520,9 @@
รวมแมพคอนเวิรต์ด้วย
+
+ ศิลปินโดดเด่น
+
ติดตามผู้ทำแมพ
@@ -553,6 +559,9 @@
รอดำเนินการ & WIP
+
+ WIP
+
Qualified
diff --git a/osu.Game.Resources/Localisation/Web/Beatmaps.tr.resx b/osu.Game.Resources/Localisation/Web/Beatmaps.tr.resx
index 73a2ed9..e290757 100644
--- a/osu.Game.Resources/Localisation/Web/Beatmaps.tr.resx
+++ b/osu.Game.Resources/Localisation/Web/Beatmaps.tr.resx
@@ -181,6 +181,9 @@
Sorun
+
+ Sorun bildir
+
İnceleme
@@ -430,6 +433,9 @@
Emin misin? Yeni bir sorun bildirmek aday gösterme sürecini sıfırlayacaktır.
+
+ Bu beatmap'teki sorunu bildireceğinizden emin misiniz? Bu, Beatmap adaylarını uyaracaktır.
+
anahtar kelimeler yazın...
@@ -523,6 +529,9 @@
Önerilen zorluk seviyesi
+
+ Öne çıkan beatmap'ler
+
Hepsi
diff --git a/osu.Game.Resources/Localisation/Web/Beatmaps.uk.resx b/osu.Game.Resources/Localisation/Web/Beatmaps.uk.resx
index 1c2e1ae..ab89b38 100644
--- a/osu.Game.Resources/Localisation/Web/Beatmaps.uk.resx
+++ b/osu.Game.Resources/Localisation/Web/Beatmaps.uk.resx
@@ -80,7 +80,7 @@
змінити
- Останній раз змінено {0} {1}.
+ Останнє редагування {0} {1}.
Гостьова складність від {0}
@@ -89,10 +89,10 @@
Відмовлено в отриманні кудосу.
- Ця складність була видалена і відгукуватися про неї не можна.
+ Ця складність була видалена, і більше вона не може бути обговорена.
- Обговорення цієї карти відключено.
+ Обговорення для цієї карти відключено.
Не можна коментувати поки заглушений.
@@ -146,10 +146,10 @@
Ви впевнені, що хочете розблокувати обговорення?
- Цей пост піде в загальну гілку обговорень. Щоб змінити цю карту, почніть своє повідомлення з зазначенням часу (наприклад 00:12:345).
+ Цей пост піде в загальне обговорення. Щоб почати модерувати цю карту, почніть своє повідомлення з зазначенням часу (наприклад 00:12:345).
- Для зміни декількох позначок, опублікуйте кілька позначок (одна публікація на позначку).
+ Для зміни декількох часових позначок, опублікуйте їх декілька разів (одна публікація на позначку).
Пишіть тут, щоб розмістити обговорення в Загальний ({0})
@@ -167,7 +167,7 @@
Дискваліфікувати
- Хайп!
+ Хайпнути!
Замітка
@@ -176,7 +176,7 @@
Зняти номінацію
- Хвала
+ Похвалити
Проблема
@@ -239,10 +239,10 @@
Не збережено
- Записи для всіх складнощів не можуть мати тимчасових відміток.
+ Пости в "Всіх складнощах" не можуть мати часових відміток.
- Якщо {0} починається з тимчасової позначки, воно буде показано в Тимчасової шкалою.
+ Якщо цей {0} починається з часової відмітки, воно буде показано під Хронологіею.
вставити абзац
@@ -281,10 +281,10 @@
В очікуванні
- Похвала
+ Похвали
- Вирішено
+ Вирішені
Всі
@@ -293,13 +293,13 @@
Ця карта була схвалена {0}!
- Ця карта не оновлювалася з {0} здається автор її закинув...
+ Ця карта не оновлювалася вже з {0} і здається автор її покинув...
Ця карта була визнана "улюбленою" {0}!
- Ця карта стала ранговою {0}!
+ Ця карта потрапила в рангові {0}!
Примітка: Ця карта була позначена автором як незавершена.
@@ -338,7 +338,7 @@
У вас залишилося {0} хайпу.
- Хайп: {0}/{1}
+ Хайпи: {0}/{1}
Прогрес хайпу
@@ -365,13 +365,13 @@
Дискваліфікований {0} ({1}).
- не вказано причини
+ без причини
Дискваліфікувати
- Помилка під час виконання цих дій, спробуйте оновити сторінку.
+ Помилка під час виконання цієї дії, спробуйте оновити сторінку.
Улюблені
@@ -389,10 +389,10 @@
Номінувати цю карту?
- номінована {0}
+ отримала номінацію від {0}
- Недостатньо хайпа.
+ Недостатньо хайпів.
Вилучено з категорії Loved
@@ -410,7 +410,7 @@
Статус номінації
- Є ще деякі проблеми, які потребують вирішення.
+ Є ще деякі проблеми, які потребують першочергового вирішення.
Ця карта стане рейтинговою {0}, якщо ніяких проблем не буде знайдено. Вона #{1} в {2}.
@@ -422,13 +422,13 @@
скоро
- {0} скинув прогрес номінації {1} через нову проблему {2} ({3}).
+ {0} номінація була знята {1} через нову проблему {2} ({3})
- {0} дискваліфікував {1} через нову проблему {2} ({3}).
+ {0} {1} дискваліфікував карту через нову проблему {2} ({3}).
- Впевнені? Карта буде знята з кваліфікації і прогрес номінування буде скинуто.
+ Впевнені? Це зніме кваліфікацію з карти й скине прогрес номінування.
Ви впевнені? Повідомлення про нову проблему скине прогрес номінації.
@@ -440,7 +440,7 @@
почніть вводити ключові слова...
- Увійдіть, щоб шукати.
+ Ввійдіть, для використання пошуку.
Більше параметрів пошуку
diff --git a/osu.Game.Resources/Localisation/Web/BeatmapsStrings.cs b/osu.Game.Resources/Localisation/Web/BeatmapsStrings.cs
index 9d66b26..770d894 100644
--- a/osu.Game.Resources/Localisation/Web/BeatmapsStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/BeatmapsStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/BeatmapsetDiscussionVotesStrings.cs b/osu.Game.Resources/Localisation/Web/BeatmapsetDiscussionVotesStrings.cs
index 0e786cd..b8a17f2 100644
--- a/osu.Game.Resources/Localisation/Web/BeatmapsetDiscussionVotesStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/BeatmapsetDiscussionVotesStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/BeatmapsetEvents.da.resx b/osu.Game.Resources/Localisation/Web/BeatmapsetEvents.da.resx
index db07594..4021507 100644
--- a/osu.Game.Resources/Localisation/Web/BeatmapsetEvents.da.resx
+++ b/osu.Game.Resources/Localisation/Web/BeatmapsetEvents.da.resx
@@ -214,6 +214,9 @@
Kudosu genberegning
+
+ Redigér sprog
+
Elsk
@@ -223,13 +226,22 @@
Nulstilling af nominering
+
+ Nulstilling af nominering modtaget
+
Eksplicit mærke
+
+ Offset redigering
+
Kvalifikation
Rangering
+
+ Elsket fjernelse
+
\ No newline at end of file
diff --git a/osu.Game.Resources/Localisation/Web/BeatmapsetEvents.de.resx b/osu.Game.Resources/Localisation/Web/BeatmapsetEvents.de.resx
index 1737291..be9dcd4 100644
--- a/osu.Game.Resources/Localisation/Web/BeatmapsetEvents.de.resx
+++ b/osu.Game.Resources/Localisation/Web/BeatmapsetEvents.de.resx
@@ -92,7 +92,7 @@
Genre wurde von {0} zu {1} geändert.
- Gelöster/-s Vorschlag/Problem {0} wiedereröffnet.
+ Gelöstes Problem {0} von {1} durch {2} wiedereröffnet.
Vorschlag/Problem {0} als gelöst gekennzeichnet.
@@ -203,16 +203,16 @@
Kudosu erlauben
- Kudosu verweigern
+ Kudosu-Verweigerung
- Kudosu erlangt
+ Kudosu-Erhalt
- Kudosu verloren
+ Kudosu-Verlust
- Kudosu neuberechnen
+ Kudosu-Neuberechnung
Sprachänderung
@@ -239,7 +239,7 @@
Qualifikation
- Ranking
+ Rangliste
Loved-Entfernung
diff --git a/osu.Game.Resources/Localisation/Web/BeatmapsetEvents.fil-PH.resx b/osu.Game.Resources/Localisation/Web/BeatmapsetEvents.fil-PH.resx
index 2fa83dd..39bb5dd 100644
--- a/osu.Game.Resources/Localisation/Web/BeatmapsetEvents.fil-PH.resx
+++ b/osu.Game.Resources/Localisation/Web/BeatmapsetEvents.fil-PH.resx
@@ -116,7 +116,7 @@
Binago ang wika sa {0}.mula {1}.
- Minahal ni {0}
+ Minahal ni {0}.
Ininomina ni {0}.
@@ -133,6 +133,9 @@
Ang nominasyon ay ni-reset ni {0} ({1})
+
+ Ang online offset ay binago mula {0} sa {1}.
+
Ang beatmap ay umabot na ng kinakailangang bilang ng nominasyon at naging kwalipikado.
@@ -229,6 +232,9 @@
Markang maselan
+
+ I-edit ang offset
+
Kwalipikasyon
diff --git a/osu.Game.Resources/Localisation/Web/BeatmapsetEvents.tr.resx b/osu.Game.Resources/Localisation/Web/BeatmapsetEvents.tr.resx
index 3e06957..4f71f76 100644
--- a/osu.Game.Resources/Localisation/Web/BeatmapsetEvents.tr.resx
+++ b/osu.Game.Resources/Localisation/Web/BeatmapsetEvents.tr.resx
@@ -133,6 +133,9 @@
Adaylık {0} tarafından sıfırlandı ({1})
+
+ Çevrimiçi ofset {0} dan {1} e değiştirildi.
+
Bu beatmap gerekli aday gösterilme miktarına ulaştı ve nitelikli oldu.
@@ -229,6 +232,9 @@
Müstehcen işareti
+
+ Ofset düzenleme
+
Adaylık
diff --git a/osu.Game.Resources/Localisation/Web/BeatmapsetEventsStrings.cs b/osu.Game.Resources/Localisation/Web/BeatmapsetEventsStrings.cs
index b135709..17f44ff 100644
--- a/osu.Game.Resources/Localisation/Web/BeatmapsetEventsStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/BeatmapsetEventsStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/BeatmapsetWatches.da.resx b/osu.Game.Resources/Localisation/Web/BeatmapsetWatches.da.resx
index 680990a..5332327 100644
--- a/osu.Game.Resources/Localisation/Web/BeatmapsetWatches.da.resx
+++ b/osu.Game.Resources/Localisation/Web/BeatmapsetWatches.da.resx
@@ -64,6 +64,9 @@
modding watchlist
+
+ Beatmaps set
+
Beatmaps med ny aktivitet
diff --git a/osu.Game.Resources/Localisation/Web/BeatmapsetWatches.id.resx b/osu.Game.Resources/Localisation/Web/BeatmapsetWatches.id.resx
index 44b83ff..2a25d16 100644
--- a/osu.Game.Resources/Localisation/Web/BeatmapsetWatches.id.resx
+++ b/osu.Game.Resources/Localisation/Web/BeatmapsetWatches.id.resx
@@ -59,7 +59,7 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
- Berikut merupakan laman-laman diskusi beatmap yang tengah Anda ikuti. Anda akan menerima notifikasi pada saat terdapat perkembangan baru pada laman-laman diskusi di bawah ini.
+ Berikut merupakan laman diskusi beatmap yang tengah Anda ikuti. Anda akan menerima notifikasi setiap kali terdapat perkembangan baru pada laman diskusi yang bersangkutan.
daftar pengamatan beatmap
diff --git a/osu.Game.Resources/Localisation/Web/BeatmapsetWatchesStrings.cs b/osu.Game.Resources/Localisation/Web/BeatmapsetWatchesStrings.cs
index ec17ef4..45fa1b4 100644
--- a/osu.Game.Resources/Localisation/Web/BeatmapsetWatchesStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/BeatmapsetWatchesStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/Beatmapsets.ar.resx b/osu.Game.Resources/Localisation/Web/Beatmapsets.ar.resx
index 0fabdb9..4ecdf35 100644
--- a/osu.Game.Resources/Localisation/Web/Beatmapsets.ar.resx
+++ b/osu.Game.Resources/Localisation/Web/Beatmapsets.ar.resx
@@ -412,4 +412,7 @@
مقبورة
+
+ تسليط الضوء
+
\ No newline at end of file
diff --git a/osu.Game.Resources/Localisation/Web/Beatmapsets.cs.resx b/osu.Game.Resources/Localisation/Web/Beatmapsets.cs.resx
index c86486f..8fb7f24 100644
--- a/osu.Game.Resources/Localisation/Web/Beatmapsets.cs.resx
+++ b/osu.Game.Resources/Localisation/Web/Beatmapsets.cs.resx
@@ -161,7 +161,7 @@
pro přístup k dalším funkcím
- Přihlašte se
+ Přihlaste se
schváleno {0}
diff --git a/osu.Game.Resources/Localisation/Web/Beatmapsets.da.resx b/osu.Game.Resources/Localisation/Web/Beatmapsets.da.resx
index 83fdfd2..6e509cc 100644
--- a/osu.Game.Resources/Localisation/Web/Beatmapsets.da.resx
+++ b/osu.Game.Resources/Localisation/Web/Beatmapsets.da.resx
@@ -67,9 +67,15 @@
Klik her for mere information.
+
+ Nogle aktiver på dette kort er blevet fjernet efter at være blevet bedømt som ikke egnet til brug i osu!.
+
Slettet beatmap
+
+ Sæt farten ned, spil mere.
+
Udvalgte kunstner
@@ -94,6 +100,12 @@
open med osu!direct
+
+ Et hybrid beatmap kræver at du vælger mindst en spilletilstand at nominere til.
+
+
+ Du har ikke tilladelse til at nominere for tilstand: {0}
+
Du skal være en fuld nominator for at kunne udføre denne kvalificerende nominering.
@@ -112,12 +124,21 @@
Nominér for hvilke tilstande?
+
+ Eksplicit
+
Diskussion
+
+ af {0}
+
Markér dette beatmapset som favorit
+
+ Log ind for at favorisere dette beatmap
+
Du skal være logget ind for at kunne downloade beatmaps!
@@ -205,6 +226,12 @@
Data er stadig ved at blive beregnet...
+
+ Eksplicit indhold
+
+
+ Online forskydning
+
Fejl-steder
@@ -220,12 +247,33 @@
Tags
+
+ Dette beatmap indeholder video
+
+
+ Dette beatmap indeholder eksplicit, offensivt eller forstyrrende indhold. Vil du se det alligevel?
+
+
+ Eksplicit Indhold
+
+
+ Slå advarsler fra
+
+
+ Beatmap katalog
+
+
+ Vis
+
opnået {0}
Lande Rang
+
+ Kunne ikke indlæse rangering
+
Rang blandt Venner
@@ -253,6 +301,9 @@
Mods
+
+ Fastgør
+
Spiller
@@ -289,6 +340,12 @@
Dit Bedste
+
+ Kilk {0} for at se alle de fede funktioner du kan få!
+
+
+ her
+
Cirkel-størrelse
@@ -319,6 +376,9 @@
Antal Sliders
+
+ Online forskydning: {0}
+
Brugerbedømmelse
@@ -352,4 +412,7 @@
Kirkegården
+
+ Spotlight
+
\ No newline at end of file
diff --git a/osu.Game.Resources/Localisation/Web/Beatmapsets.de.resx b/osu.Game.Resources/Localisation/Web/Beatmapsets.de.resx
index 6c2b5b7..66569bf 100644
--- a/osu.Game.Resources/Localisation/Web/Beatmapsets.de.resx
+++ b/osu.Game.Resources/Localisation/Web/Beatmapsets.de.resx
@@ -329,7 +329,7 @@
Noch niemand auf der Rangliste. Wie wärs?
- Lade Ränge...
+ Lade Scores...
Unranked Beatmap.
diff --git a/osu.Game.Resources/Localisation/Web/Beatmapsets.fil-PH.resx b/osu.Game.Resources/Localisation/Web/Beatmapsets.fil-PH.resx
index 78ba55d..07efcca 100644
--- a/osu.Game.Resources/Localisation/Web/Beatmapsets.fil-PH.resx
+++ b/osu.Game.Resources/Localisation/Web/Beatmapsets.fil-PH.resx
@@ -70,6 +70,9 @@
Iilang bagay sa map na ito ang tinanggal pagkatapos ituring na hindi angkop para gamitin sa osu!.
+
+ Deleted na beatmap
+
Hinay lang, maglaro ka muna.
@@ -98,7 +101,7 @@
buksan sa osu!direct
- Kailangan mong pumili ng kahit isang playmode na i-nonominate sa hybrid na mga beatmap.
+ Ang isang hybrid na beatmap ay kinailangan na ikaw ay pumili ng kahit isang playmode upang makanominate.
Wala kang pahintulot na mag-nominate para sa mode {0}
@@ -226,6 +229,9 @@
Maselang nilalaman
+
+ Ang online offset
+
Mga punto ng pagkabigo
@@ -370,6 +376,9 @@
Bilang ng Slider
+
+ Ang online offset: {0}
+
Rating ng mga User
@@ -403,4 +412,7 @@
Abandunado
+
+ Ang Spotlight
+
\ No newline at end of file
diff --git a/osu.Game.Resources/Localisation/Web/Beatmapsets.id.resx b/osu.Game.Resources/Localisation/Web/Beatmapsets.id.resx
index 52db4c1..245bdb8 100644
--- a/osu.Game.Resources/Localisation/Web/Beatmapsets.id.resx
+++ b/osu.Game.Resources/Localisation/Web/Beatmapsets.id.resx
@@ -68,7 +68,7 @@
Lihat di sini untuk informasi lebih lanjut.
- Sebagian aset yang terkandung dalam berkas beatmap ini telah dihapus karena telah dinilai tidak sesuai dengan syarat dan ketentuan yang berlaku di osu!.
+ Sebagian aset yang terkandung dalam berkas beatmap ini telah dihapus karena dinilai tidak sesuai dengan kaidah penggunaan konten yang berlaku di osu!.
Beatmap yang telah dihapus
@@ -185,7 +185,7 @@
terakhir diperbarui {0}
- Anda telah memiliki terlalu banyak beatmap yang Anda favoritkan! Mohon hapus beberapa sebelum melanjutkan.
+ Anda memiliki terlalu banyak beatmap yang telah Anda favoritkan! Mohon hapus beberapa beatmap dari daftar favorit Anda sebelum melanjutkan.
Apabila Anda menyukai beatmap ini, berikanlah hype Anda agar beatmap ini dapat selangkah lebih dekat menuju status <strong>Ranked</strong>.
diff --git a/osu.Game.Resources/Localisation/Web/Beatmapsets.nl.resx b/osu.Game.Resources/Localisation/Web/Beatmapsets.nl.resx
index b27c270..790d36b 100644
--- a/osu.Game.Resources/Localisation/Web/Beatmapsets.nl.resx
+++ b/osu.Game.Resources/Localisation/Web/Beatmapsets.nl.resx
@@ -70,6 +70,9 @@
Sommige activa in deze map zijn verwijderd nadat ze zijn beschouwd als niet geschikt voor gebruik in osu!.
+
+ Beatmap verwijderd
+
Niet zo snel, speel meer.
@@ -409,4 +412,7 @@
Begraafplaats
+
+ Uitgelicht
+
\ No newline at end of file
diff --git a/osu.Game.Resources/Localisation/Web/Beatmapsets.pt-BR.resx b/osu.Game.Resources/Localisation/Web/Beatmapsets.pt-BR.resx
index dcf7288..464fe87 100644
--- a/osu.Game.Resources/Localisation/Web/Beatmapsets.pt-BR.resx
+++ b/osu.Game.Resources/Localisation/Web/Beatmapsets.pt-BR.resx
@@ -412,4 +412,7 @@
Cemitério
+
+ Destaque
+
\ No newline at end of file
diff --git a/osu.Game.Resources/Localisation/Web/Beatmapsets.tr.resx b/osu.Game.Resources/Localisation/Web/Beatmapsets.tr.resx
index e0b9322..fa9e3cf 100644
--- a/osu.Game.Resources/Localisation/Web/Beatmapsets.tr.resx
+++ b/osu.Game.Resources/Localisation/Web/Beatmapsets.tr.resx
@@ -70,6 +70,9 @@
Bu beatmap üzerinde yer alan bazı varlıklar osu!'da kullanıma uygun olmadığına karar verildikten sonra kaldırıldı.
+
+ Silinmiş beatmap
+
Yavaş ol, daha çok oyna.
@@ -226,6 +229,9 @@
Müstehcen içerik
+
+ Çevrimiçi ofset
+
Başarısız Olunan Kısımlar
@@ -334,6 +340,12 @@
En İyi Skorun
+
+ Aldığınız tüm süslü özellikleri görmek için {0} tıklayın!
+
+
+ burada
+
Daire Boyutu
@@ -364,6 +376,9 @@
Slider Sayısı
+
+ Çevrimiçi ofset: {0}
+
Kullanıcı Reytingi
diff --git a/osu.Game.Resources/Localisation/Web/BeatmapsetsStrings.cs b/osu.Game.Resources/Localisation/Web/BeatmapsetsStrings.cs
index 8211166..05c9738 100644
--- a/osu.Game.Resources/Localisation/Web/BeatmapsetsStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/BeatmapsetsStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/ChangelogStrings.cs b/osu.Game.Resources/Localisation/Web/ChangelogStrings.cs
index 7ca77f6..7160b1e 100644
--- a/osu.Game.Resources/Localisation/Web/ChangelogStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/ChangelogStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/Chat.ar.resx b/osu.Game.Resources/Localisation/Web/Chat.ar.resx
index b14f36d..43dfea1 100644
--- a/osu.Game.Resources/Localisation/Web/Chat.ar.resx
+++ b/osu.Game.Resources/Localisation/Web/Chat.ar.resx
@@ -58,6 +58,9 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ جار تحميل المستخدمين...
+
يتحدث في {0}
diff --git a/osu.Game.Resources/Localisation/Web/Chat.be.resx b/osu.Game.Resources/Localisation/Web/Chat.be.resx
index 6ab4639..66ebfb6 100644
--- a/osu.Game.Resources/Localisation/Web/Chat.be.resx
+++ b/osu.Game.Resources/Localisation/Web/Chat.be.resx
@@ -58,6 +58,9 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ загрузка карыстальнікаў...
+
размаўляе ў {0}
diff --git a/osu.Game.Resources/Localisation/Web/Chat.bg.resx b/osu.Game.Resources/Localisation/Web/Chat.bg.resx
index b033944..2c7b57d 100644
--- a/osu.Game.Resources/Localisation/Web/Chat.bg.resx
+++ b/osu.Game.Resources/Localisation/Web/Chat.bg.resx
@@ -58,6 +58,9 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ зареждане на потребители...
+
разговаряте в {0}
diff --git a/osu.Game.Resources/Localisation/Web/Chat.cs.resx b/osu.Game.Resources/Localisation/Web/Chat.cs.resx
index 62a3161..8bdfbcc 100644
--- a/osu.Game.Resources/Localisation/Web/Chat.cs.resx
+++ b/osu.Game.Resources/Localisation/Web/Chat.cs.resx
@@ -58,6 +58,9 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ načítání uživatelů...
+
píšete do {0}
diff --git a/osu.Game.Resources/Localisation/Web/Chat.da.resx b/osu.Game.Resources/Localisation/Web/Chat.da.resx
index d587cb8..2ff1e45 100644
--- a/osu.Game.Resources/Localisation/Web/Chat.da.resx
+++ b/osu.Game.Resources/Localisation/Web/Chat.da.resx
@@ -58,6 +58,9 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ indlæser brugere...
+
taler i {0}
@@ -73,11 +76,32 @@
Du kan ikke skrive til denne person på nuværende tidspunkt. Dette kan være pga. en af disse grunde:
+
+ Service-meddelelse
+
+
+ Grupper
+
+
+ Direkte beskeder
+
+
+ Kanaler
+
+
+ Der er intet her, måske du forlod kanalen, eller det eksisterer ikke...
+
+
+ kanal ikke fundet
+
kunne ikke sende besked...
+
+ Afbrudt
+
- skriv Besked...
+ skriv besked...
Send
diff --git a/osu.Game.Resources/Localisation/Web/Chat.de.resx b/osu.Game.Resources/Localisation/Web/Chat.de.resx
index c0a60e8..cd286f0 100644
--- a/osu.Game.Resources/Localisation/Web/Chat.de.resx
+++ b/osu.Game.Resources/Localisation/Web/Chat.de.resx
@@ -58,6 +58,9 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ lade Benutzer...
+
sprechen in {0}
@@ -86,10 +89,10 @@
Kanäle
- Hier gibt es nichts, vielleicht hast du den Channel verlassen oder er existiert nicht...
+ Hier gibt es nichts, vielleicht hast du den Kanal verlassen oder er existiert nicht...
- Channel nicht gefunden
+ Kanal nicht gefunden
Nachricht konnte nicht gesendet werden...
diff --git a/osu.Game.Resources/Localisation/Web/Chat.es.resx b/osu.Game.Resources/Localisation/Web/Chat.es.resx
index 1981714..db83e6a 100644
--- a/osu.Game.Resources/Localisation/Web/Chat.es.resx
+++ b/osu.Game.Resources/Localisation/Web/Chat.es.resx
@@ -58,6 +58,9 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ cargando usuarios...
+
hablando en {0}
diff --git a/osu.Game.Resources/Localisation/Web/Chat.fil-PH.resx b/osu.Game.Resources/Localisation/Web/Chat.fil-PH.resx
index 4ee1761..2772cbf 100644
--- a/osu.Game.Resources/Localisation/Web/Chat.fil-PH.resx
+++ b/osu.Game.Resources/Localisation/Web/Chat.fil-PH.resx
@@ -58,8 +58,11 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ naglo-load ng mga user...
+
- nakikipagusap sa {0}
+ nakikipag-usap sa {0}
kausap si {0}
@@ -68,7 +71,7 @@
chat
- Hindi ka makakapadala ng mensahe sa tsanel na ito ngayon. Ito ay maaaring dahil sa alinman sa mga sumusunod na dahilan:
+ Hindi ka makakapag-mensahe sa channel na ito sa oras na ito.
Hindi ka makakapadala ng mensahe sa taong ito ngayon. Ito ay maaaring dahil sa alinman sa mga sumusunod na dahilan:
@@ -80,10 +83,10 @@
Mga grupo
- Direktang mensahe
+ Mga direktang mensahe
- Channels
+ Mga Channel
Walang laman dito, maaaring umalis ka sa channel o wala ito...
@@ -98,18 +101,18 @@
Disconnected
- gumawa ng mensahe...
+ mag-type ng mensahe...
Ipadala
- Simulan ang pakikipag-usap galing sa isang user profile o kaya naman sa isang popup sa usercard.
+ Simulan ang pakikipag-usap mula sa profile ng isang user o sa isang popup ng usercard.
- Ang mga tsanel na pwedeng salihan sa <a href="{0}">osu!lazer</a> ay makikita din dito.
+ Ang mga public channel na sinalihan mo sa <a href="{0}">osu!lazer</a> ay makikita din dito.
- wala pang usapan
+ wala pang mga usapan
\ No newline at end of file
diff --git a/osu.Game.Resources/Localisation/Web/Chat.fr.resx b/osu.Game.Resources/Localisation/Web/Chat.fr.resx
index 2f9d8df..d8f50ce 100644
--- a/osu.Game.Resources/Localisation/Web/Chat.fr.resx
+++ b/osu.Game.Resources/Localisation/Web/Chat.fr.resx
@@ -58,6 +58,9 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ chargement des utilisateurs...
+
parle dans {0}
diff --git a/osu.Game.Resources/Localisation/Web/Chat.hr-HR.resx b/osu.Game.Resources/Localisation/Web/Chat.hr-HR.resx
index 4a377a1..96dc76c 100644
--- a/osu.Game.Resources/Localisation/Web/Chat.hr-HR.resx
+++ b/osu.Game.Resources/Localisation/Web/Chat.hr-HR.resx
@@ -58,6 +58,9 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ učitavanje korisnika...
+
razgovaranje u {0}
diff --git a/osu.Game.Resources/Localisation/Web/Chat.hu.resx b/osu.Game.Resources/Localisation/Web/Chat.hu.resx
index 7630d07..1137335 100644
--- a/osu.Game.Resources/Localisation/Web/Chat.hu.resx
+++ b/osu.Game.Resources/Localisation/Web/Chat.hu.resx
@@ -58,6 +58,9 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ felhasználók betöltése...
+
{0} beszélés
diff --git a/osu.Game.Resources/Localisation/Web/Chat.id.resx b/osu.Game.Resources/Localisation/Web/Chat.id.resx
index 42f3430..a1afcbc 100644
--- a/osu.Game.Resources/Localisation/Web/Chat.id.resx
+++ b/osu.Game.Resources/Localisation/Web/Chat.id.resx
@@ -58,8 +58,11 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ memuat pengguna...
+
- Anda sedang mengobrol di kanal {0}
+ berbicara di {0}
berbicara dengan {0}
diff --git a/osu.Game.Resources/Localisation/Web/Chat.it.resx b/osu.Game.Resources/Localisation/Web/Chat.it.resx
index e4b816c..632699c 100644
--- a/osu.Game.Resources/Localisation/Web/Chat.it.resx
+++ b/osu.Game.Resources/Localisation/Web/Chat.it.resx
@@ -58,6 +58,9 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ caricamento utenti...
+
parlando in {0}
diff --git a/osu.Game.Resources/Localisation/Web/Chat.ko.resx b/osu.Game.Resources/Localisation/Web/Chat.ko.resx
index d5791a4..3c8e309 100644
--- a/osu.Game.Resources/Localisation/Web/Chat.ko.resx
+++ b/osu.Game.Resources/Localisation/Web/Chat.ko.resx
@@ -58,6 +58,9 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 유저 불러오는 중...
+
{0}에서 대화 중
diff --git a/osu.Game.Resources/Localisation/Web/Chat.nl.resx b/osu.Game.Resources/Localisation/Web/Chat.nl.resx
index c1a3998..8b1e96e 100644
--- a/osu.Game.Resources/Localisation/Web/Chat.nl.resx
+++ b/osu.Game.Resources/Localisation/Web/Chat.nl.resx
@@ -58,11 +58,14 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ gebruikers laden...
+
- praten in {0}
+ je praat in {0}
- aan het praten met {0}
+ je praat met {0}
chat
@@ -80,7 +83,7 @@
Groepen
- Privé Berichten
+ Privéberichten
Kanalen
diff --git a/osu.Game.Resources/Localisation/Web/Chat.pl.resx b/osu.Game.Resources/Localisation/Web/Chat.pl.resx
index a8ae058..27a0237 100644
--- a/osu.Game.Resources/Localisation/Web/Chat.pl.resx
+++ b/osu.Game.Resources/Localisation/Web/Chat.pl.resx
@@ -58,6 +58,9 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ ładowanie użytkowników...
+
rozmowa na kanale {0}
diff --git a/osu.Game.Resources/Localisation/Web/Chat.pt-BR.resx b/osu.Game.Resources/Localisation/Web/Chat.pt-BR.resx
index f9f3579..279dae5 100644
--- a/osu.Game.Resources/Localisation/Web/Chat.pt-BR.resx
+++ b/osu.Game.Resources/Localisation/Web/Chat.pt-BR.resx
@@ -58,6 +58,9 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ carregando usuários...
+
conversando em {0}
diff --git a/osu.Game.Resources/Localisation/Web/Chat.resx b/osu.Game.Resources/Localisation/Web/Chat.resx
index b9f31b9..516ac54 100644
--- a/osu.Game.Resources/Localisation/Web/Chat.resx
+++ b/osu.Game.Resources/Localisation/Web/Chat.resx
@@ -76,6 +76,9 @@
You cannot message this user at this time.
+
+ create announcement
+
Announcements
@@ -88,12 +91,27 @@
Channels
+
+ Create New Announcement
+
+
+ description
+
+
+ room name
+
+
+ players to add
+
There's nothing here, maybe you left the channel or it doesn't exist...
channel not found
+
+ Create
+
unable to send message...
diff --git a/osu.Game.Resources/Localisation/Web/Chat.ru.resx b/osu.Game.Resources/Localisation/Web/Chat.ru.resx
index 987b477..aec90bd 100644
--- a/osu.Game.Resources/Localisation/Web/Chat.ru.resx
+++ b/osu.Game.Resources/Localisation/Web/Chat.ru.resx
@@ -58,6 +58,9 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ загрузка пользователей...
+
чат в {0}
diff --git a/osu.Game.Resources/Localisation/Web/Chat.th.resx b/osu.Game.Resources/Localisation/Web/Chat.th.resx
index a4e0b81..05648c0 100644
--- a/osu.Game.Resources/Localisation/Web/Chat.th.resx
+++ b/osu.Game.Resources/Localisation/Web/Chat.th.resx
@@ -73,6 +73,12 @@
คุณไม่สามารถส่งข้อความหาคนนี้ได้ในเวลานี้ อาจเนื่องมาจากสาเหตุต่อไปนี้
+
+ ประกาศ
+
+
+ กลุ่ม
+
ไม่สามารถส่งข้อความได้...
diff --git a/osu.Game.Resources/Localisation/Web/Chat.tr.resx b/osu.Game.Resources/Localisation/Web/Chat.tr.resx
index f8a0a56..200bda4 100644
--- a/osu.Game.Resources/Localisation/Web/Chat.tr.resx
+++ b/osu.Game.Resources/Localisation/Web/Chat.tr.resx
@@ -58,6 +58,9 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ kullanıcılar yükleniyor...
+
{0} kanalında konuşuyorsunuz
diff --git a/osu.Game.Resources/Localisation/Web/Chat.uk.resx b/osu.Game.Resources/Localisation/Web/Chat.uk.resx
index 47654dd..8393931 100644
--- a/osu.Game.Resources/Localisation/Web/Chat.uk.resx
+++ b/osu.Game.Resources/Localisation/Web/Chat.uk.resx
@@ -58,6 +58,9 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ завантаження користувачів...
+
чат в {0}
diff --git a/osu.Game.Resources/Localisation/Web/Chat.vi.resx b/osu.Game.Resources/Localisation/Web/Chat.vi.resx
index 6468dbf..68558c5 100644
--- a/osu.Game.Resources/Localisation/Web/Chat.vi.resx
+++ b/osu.Game.Resources/Localisation/Web/Chat.vi.resx
@@ -58,6 +58,9 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ đang chờ người dùng...
+
đang trò chuyện ở {0}
diff --git a/osu.Game.Resources/Localisation/Web/Chat.zh-Hant.resx b/osu.Game.Resources/Localisation/Web/Chat.zh-Hant.resx
index 12c9acc..eee15af 100644
--- a/osu.Game.Resources/Localisation/Web/Chat.zh-Hant.resx
+++ b/osu.Game.Resources/Localisation/Web/Chat.zh-Hant.resx
@@ -58,6 +58,9 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 正在載入使用者...
+
在 {0} 聊天
diff --git a/osu.Game.Resources/Localisation/Web/Chat.zh.resx b/osu.Game.Resources/Localisation/Web/Chat.zh.resx
index 09f8206..bced23d 100644
--- a/osu.Game.Resources/Localisation/Web/Chat.zh.resx
+++ b/osu.Game.Resources/Localisation/Web/Chat.zh.resx
@@ -58,6 +58,9 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 加载用户中...
+
在 {0} 中聊天
diff --git a/osu.Game.Resources/Localisation/Web/ChatStrings.cs b/osu.Game.Resources/Localisation/Web/ChatStrings.cs
index ccf8346..562c291 100644
--- a/osu.Game.Resources/Localisation/Web/ChatStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/ChatStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
@@ -39,6 +39,11 @@ namespace osu.Game.Resources.Localisation.Web
///
public static LocalisableString CannotSendUser => new TranslatableString(getKey(@"cannot_send.user"), @"You cannot message this user at this time.");
+ ///
+ /// "create announcement"
+ ///
+ public static LocalisableString ChannelsCreate => new TranslatableString(getKey(@"channels.create"), @"create announcement");
+
///
/// "Announcements"
///
@@ -59,6 +64,26 @@ namespace osu.Game.Resources.Localisation.Web
///
public static LocalisableString ChannelsListTitlePUBLIC => new TranslatableString(getKey(@"channels.list.title.public"), @"Channels");
+ ///
+ /// "Create New Announcement"
+ ///
+ public static LocalisableString FormTitleAnnouncement => new TranslatableString(getKey(@"form.title.announcement"), @"Create New Announcement");
+
+ ///
+ /// "description"
+ ///
+ public static LocalisableString FormLabelsDescription => new TranslatableString(getKey(@"form.labels.description"), @"description");
+
+ ///
+ /// "room name"
+ ///
+ public static LocalisableString FormLabelsName => new TranslatableString(getKey(@"form.labels.name"), @"room name");
+
+ ///
+ /// "players to add"
+ ///
+ public static LocalisableString FormLabelsUsers => new TranslatableString(getKey(@"form.labels.users"), @"players to add");
+
///
/// "There's nothing here, maybe you left the channel or it doesn't exist..."
///
@@ -69,6 +94,11 @@ namespace osu.Game.Resources.Localisation.Web
///
public static LocalisableString NotFoundTitle => new TranslatableString(getKey(@"not_found.title"), @"channel not found");
+ ///
+ /// "Create"
+ ///
+ public static LocalisableString InputCreate => new TranslatableString(getKey(@"input.create"), @"Create");
+
///
/// "unable to send message..."
///
diff --git a/osu.Game.Resources/Localisation/Web/ClientVerificationsStrings.cs b/osu.Game.Resources/Localisation/Web/ClientVerificationsStrings.cs
index 8f34160..fd75234 100644
--- a/osu.Game.Resources/Localisation/Web/ClientVerificationsStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/ClientVerificationsStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/Comments.cs.resx b/osu.Game.Resources/Localisation/Web/Comments.cs.resx
index 71c60bb..8a5bcf1 100644
--- a/osu.Game.Resources/Localisation/Web/Comments.cs.resx
+++ b/osu.Game.Resources/Localisation/Web/Comments.cs.resx
@@ -113,10 +113,10 @@
odeslání odpovědi
- Přihlašte se pro možnost komentovat
+ Přihlaste se pro možnost komentovat
- Přihlašte se pro možnost odpovídat
+ Přihlaste se pro možnost odpovídat
komentáře
diff --git a/osu.Game.Resources/Localisation/Web/Comments.fil-PH.resx b/osu.Game.Resources/Localisation/Web/Comments.fil-PH.resx
index d9db119..05b34b5 100644
--- a/osu.Game.Resources/Localisation/Web/Comments.fil-PH.resx
+++ b/osu.Game.Resources/Localisation/Web/Comments.fil-PH.resx
@@ -98,7 +98,7 @@
Balita
- Tinanggal na item
+ Tinanggal na Aytem
Pindutin ang enter upang {0}. Gamitin ang shift + enter para sa bagong linya.
diff --git a/osu.Game.Resources/Localisation/Web/Comments.nl.resx b/osu.Game.Resources/Localisation/Web/Comments.nl.resx
index 2fccdec..9225e0c 100644
--- a/osu.Game.Resources/Localisation/Web/Comments.nl.resx
+++ b/osu.Game.Resources/Localisation/Web/Comments.nl.resx
@@ -74,7 +74,7 @@
gewijzigd {0} door {1}
- vast gezet
+ vastgezet
Nog geen reacties.
diff --git a/osu.Game.Resources/Localisation/Web/CommentsStrings.cs b/osu.Game.Resources/Localisation/Web/CommentsStrings.cs
index 1470b95..eb3ae09 100644
--- a/osu.Game.Resources/Localisation/Web/CommentsStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/CommentsStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/Common.da.resx b/osu.Game.Resources/Localisation/Web/Common.da.resx
index 84ef8b9..c46fa8c 100644
--- a/osu.Game.Resources/Localisation/Web/Common.da.resx
+++ b/osu.Game.Resources/Localisation/Web/Common.da.resx
@@ -100,6 +100,9 @@
ændr
+
+ Ryd
+
klik for at kopiere til udklipsholderen
@@ -133,6 +136,9 @@
Slå op
+
+ læs mere
+
Svar
@@ -148,6 +154,9 @@
Gendan
+
+ Prøv igen
+
Gem
@@ -175,6 +184,9 @@
vis flere muligheder
+
+ Indsend
+
frigør
@@ -298,6 +310,39 @@
Miss
+
+ %dd
+
+
+ %dd
+
+
+ %dt
+
+
+ %dt
+
+
+ nu
+
+
+ nu
+
+
+ %dm
+
+
+ %dm
+
+
+ nu
+
+
+ %då
+
+
+ %då
+
{0} dag siden|{0} dage siden
diff --git a/osu.Game.Resources/Localisation/Web/Common.ru.resx b/osu.Game.Resources/Localisation/Web/Common.ru.resx
index 072623a..f7066bb 100644
--- a/osu.Game.Resources/Localisation/Web/Common.ru.resx
+++ b/osu.Game.Resources/Localisation/Web/Common.ru.resx
@@ -155,7 +155,7 @@
Восстановить
- Повтор
+ Обновить
Сохранить
diff --git a/osu.Game.Resources/Localisation/Web/Common.th.resx b/osu.Game.Resources/Localisation/Web/Common.th.resx
index 32c53ed..068064e 100644
--- a/osu.Game.Resources/Localisation/Web/Common.th.resx
+++ b/osu.Game.Resources/Localisation/Web/Common.th.resx
@@ -154,6 +154,9 @@
กู้คืน
+
+ ลองใหม่
+
บันทึก
@@ -181,6 +184,9 @@
แสดงตัวเลือกเพิ่มเติม
+
+ ส่ง
+
ยกเลิกการปักหมุด
diff --git a/osu.Game.Resources/Localisation/Web/CommonStrings.cs b/osu.Game.Resources/Localisation/Web/CommonStrings.cs
index 0b2d5d3..523478d 100644
--- a/osu.Game.Resources/Localisation/Web/CommonStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/CommonStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/Community.fil-PH.resx b/osu.Game.Resources/Localisation/Web/Community.fil-PH.resx
index 0b35a01..390c655 100644
--- a/osu.Game.Resources/Localisation/Web/Community.fil-PH.resx
+++ b/osu.Game.Resources/Localisation/Web/Community.fil-PH.resx
@@ -83,7 +83,7 @@
Server Infrastructure
- Ang mga nakakalap na pondo ay napupunta sa servers para magpatakbo ng website, serbisyo para sa multiplayer, online multiplayers at iba pa.
+ Ang mga kontribusyon ay napupunta sa mga server para sa pagpapatakbo ng website, mga serbisyo ng multiplayer, mga online na leaderboard, etc.
Mga Tampok na Artista
@@ -104,7 +104,7 @@
Mga Opisyal na Torneo
- Makatulong sa pagpondo ng (at ng mga papremyo para sa) mga opisyal na mga palaro ng osu! World Cup.
+ Tulungang pondohan ang pagpapatakbo ng (at ang mga premyo para sa) opisyal na mga paligsahan ng osu! World Cup.
Sumiyasat ng mga paligsahan »
diff --git a/osu.Game.Resources/Localisation/Web/CommunityStrings.cs b/osu.Game.Resources/Localisation/Web/CommunityStrings.cs
index 4a533bf..d3a5f82 100644
--- a/osu.Game.Resources/Localisation/Web/CommunityStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/CommunityStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/ContestStrings.cs b/osu.Game.Resources/Localisation/Web/ContestStrings.cs
index 4809df0..36e5097 100644
--- a/osu.Game.Resources/Localisation/Web/ContestStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/ContestStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/Errors.cs.resx b/osu.Game.Resources/Localisation/Web/Errors.cs.resx
index 73d05f8..f443e74 100644
--- a/osu.Game.Resources/Localisation/Web/Errors.cs.resx
+++ b/osu.Game.Resources/Localisation/Web/Errors.cs.resx
@@ -71,7 +71,7 @@
Vyskytla se neznámá chyba.
- Pro pokračování se prosím přihlaš.
+ Pro pokračování se prosím přihlas.
Přístup odepřen.
diff --git a/osu.Game.Resources/Localisation/Web/Errors.de.resx b/osu.Game.Resources/Localisation/Web/Errors.de.resx
index f85026f..f2ce83f 100644
--- a/osu.Game.Resources/Localisation/Web/Errors.de.resx
+++ b/osu.Game.Resources/Localisation/Web/Errors.de.resx
@@ -65,7 +65,7 @@
Diese Aktion steht nicht zur Verfügung, während der Account eingeschränkt ist.
- Für dieses Feature muss man Supporter sein.
+ Du musst ein osu!supporter sein, um dieses Feature zu nutzen.
Unbekannter Fehler aufgetreten.
diff --git a/osu.Game.Resources/Localisation/Web/Errors.id.resx b/osu.Game.Resources/Localisation/Web/Errors.id.resx
index a1f6796..5402719 100644
--- a/osu.Game.Resources/Localisation/Web/Errors.id.resx
+++ b/osu.Game.Resources/Localisation/Web/Errors.id.resx
@@ -71,7 +71,7 @@
Terdapat masalah yang tidak diketahui.
- Mohon masuk untuk melanjutkan.
+ Silakan masuk untuk melanjutkan.
Akses ditolak.
diff --git a/osu.Game.Resources/Localisation/Web/Errors.tr.resx b/osu.Game.Resources/Localisation/Web/Errors.tr.resx
index 3baedd1..cb2256d 100644
--- a/osu.Game.Resources/Localisation/Web/Errors.tr.resx
+++ b/osu.Game.Resources/Localisation/Web/Errors.tr.resx
@@ -97,6 +97,9 @@
Hiç bir sonuç bulunamadı, sonra tekrar deneyiniz.
+
+ Geçersiz imleç parametresi belirtildi.
+
Arama, şu an her zamankinden daha yoğun, lütfen sonra tekrar deneyiniz.
diff --git a/osu.Game.Resources/Localisation/Web/ErrorsStrings.cs b/osu.Game.Resources/Localisation/Web/ErrorsStrings.cs
index 7e0a5d9..4c26a7f 100644
--- a/osu.Game.Resources/Localisation/Web/ErrorsStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/ErrorsStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/Events.da.resx b/osu.Game.Resources/Localisation/Web/Events.da.resx
index 45ebe7d..411b1bd 100644
--- a/osu.Game.Resources/Localisation/Web/Events.da.resx
+++ b/osu.Game.Resources/Localisation/Web/Events.da.resx
@@ -100,4 +100,16 @@
<strong>{0}</strong> har skiftet brugernavn til <strong><em>{1}</em></strong>!
+
+ godkendt
+
+
+ elsket
+
+
+ kvalificeret
+
+
+ rangeret
+
\ No newline at end of file
diff --git a/osu.Game.Resources/Localisation/Web/EventsStrings.cs b/osu.Game.Resources/Localisation/Web/EventsStrings.cs
index 77c1396..43a0fd1 100644
--- a/osu.Game.Resources/Localisation/Web/EventsStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/EventsStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/Follows.da.resx b/osu.Game.Resources/Localisation/Web/Follows.da.resx
index 20c882c..22601a0 100644
--- a/osu.Game.Resources/Localisation/Web/Follows.da.resx
+++ b/osu.Game.Resources/Localisation/Web/Follows.da.resx
@@ -58,15 +58,42 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Ingen kommentarer overvåget.
+
+
+ kommentere overvågningsliste
+
kommentar
ingen kommentarer
+
+ {0} af {1}
+
+
+ forum emne
+
+
+ overvågningsliste
+
+
+ Ingen mappers overvåget.
+
+
+ mapping abonnenter
+
+
+ mapper overvågningsliste
+
mapper
+
+ stop med at give mig besked, når denne bruger uploader et nyt beatmap
+
give mig besked, når denne bruger uploader et nyt beatmap
diff --git a/osu.Game.Resources/Localisation/Web/FollowsStrings.cs b/osu.Game.Resources/Localisation/Web/FollowsStrings.cs
index c047fd6..820c6f3 100644
--- a/osu.Game.Resources/Localisation/Web/FollowsStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/FollowsStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/Forum.da.resx b/osu.Game.Resources/Localisation/Web/Forum.da.resx
index b3bda0c..184d63a 100644
--- a/osu.Game.Resources/Localisation/Web/Forum.da.resx
+++ b/osu.Game.Resources/Localisation/Web/Forum.da.resx
@@ -244,6 +244,114 @@
gå 10 opslag tilbage
+
+ Emne logs
+
+
+ Gennemse emnelogs
+
+
+ Handling
+
+
+ Dato
+
+
+ Bruger
+
+
+ tilføjede "{0}" tag
+
+
+ fastgjort emne og markeret som meddelelse
+
+
+ til {0}
+
+
+ fra {0}
+
+
+ fastgjort emne
+
+
+ postet af {0}
+
+
+ fjernede "{0}" tag
+
+
+ fra {0}
+
+
+ ufastgjort emne
+
+
+ ingen logs fundet...
+
+
+ Slettede opslag
+
+
+ Slettede emne
+
+
+ Ændrede emnetitel
+
+
+ Redigeret emneafstemning
+
+
+ Kopieret emne
+
+
+ Udstedt tag
+
+
+ Låst emne
+
+
+ Sammenlagte opslag ind i dette emne
+
+
+ Flyttet emne
+
+
+ Fastgjort emne
+
+
+ Redigérede opslag
+
+
+ Gendannet opslag
+
+
+ Gendannet emne
+
+
+ Flyttede opdelte opslag
+
+
+ Opdel opslag
+
+
+ Sæt emnetype
+
+
+ Ændrede emnetype
+
+
+ Oplåst emne
+
+
+ Ufastgjort emne
+
+
+ Låst eget emne
+
+
+ Oplåst eget emne
+
Annullér
diff --git a/osu.Game.Resources/Localisation/Web/Forum.th.resx b/osu.Game.Resources/Localisation/Web/Forum.th.resx
index f6ca472..685609a 100644
--- a/osu.Game.Resources/Localisation/Web/Forum.th.resx
+++ b/osu.Game.Resources/Localisation/Web/Forum.th.resx
@@ -253,6 +253,15 @@
เพิ่มแท็ก "{0}" แล้ว
+
+ ถึง {0}
+
+
+ จาก {0}
+
+
+ หัวข้อที่ปักหมุดไว้
+
โพสต์โดย {0}
@@ -262,6 +271,9 @@
จาก {0}
+
+ หัวข้อที่ไม่ปักหมุดไว้
+
ยกเลิก
diff --git a/osu.Game.Resources/Localisation/Web/Forum.tr.resx b/osu.Game.Resources/Localisation/Web/Forum.tr.resx
index 04c2602..95dc505 100644
--- a/osu.Game.Resources/Localisation/Web/Forum.tr.resx
+++ b/osu.Game.Resources/Localisation/Web/Forum.tr.resx
@@ -244,6 +244,12 @@
10 gönderi geriye git
+
+ Konu kayıtları
+
+
+ Konu kayıtlarına göz atın
+
Eylem
@@ -259,6 +265,93 @@
konu sabitlendi ve duyuru olarak işaretlendi
+
+ {0}
+
+
+ {0} den
+
+
+ sabitlenmiş konu
+
+
+ {0} tarafından paylaşıldı
+
+
+ "{0}" etiketi kaldırıldı
+
+
+ {0} dan
+
+
+ sabitlenmemiş konu
+
+
+ kayıt bulunamadı...
+
+
+ Silinen paylaşım
+
+
+ Silinen konu
+
+
+ Konu başlığı değiştirildi
+
+
+ Konu anketi değiştirildi
+
+
+ Kopyalanan konu
+
+
+ Verilen etiket
+
+
+ Kilitli konu
+
+
+ Bu konudaki paylaşımlar birleştirildi
+
+
+ Taşınan konu
+
+
+ Sabitlenen konu
+
+
+ Düzenlenmiş gönderi
+
+
+ Geri yüklenen gönderi
+
+
+ Geri yüklenen konu
+
+
+ Bölünmüş gönderiler taşındı
+
+
+ Gönderileri böl
+
+
+ Konu türünü ayarla
+
+
+ Konu türü değiştirildi
+
+
+ Kilitlenmeyen konu
+
+
+ Sabitlenmeyen konu
+
+
+ Sahibi tarafından kilitlenmiş konu
+
+
+ Sahibi tarafından konu kilidi açıldı
+
İptal
diff --git a/osu.Game.Resources/Localisation/Web/ForumStrings.cs b/osu.Game.Resources/Localisation/Web/ForumStrings.cs
index d655985..2caadee 100644
--- a/osu.Game.Resources/Localisation/Web/ForumStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/ForumStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/FriendsStrings.cs b/osu.Game.Resources/Localisation/Web/FriendsStrings.cs
index 9627477..169e942 100644
--- a/osu.Game.Resources/Localisation/Web/FriendsStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/FriendsStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/Home.de.resx b/osu.Game.Resources/Localisation/Web/Home.de.resx
index 2cd0d1d..47f41e0 100644
--- a/osu.Game.Resources/Localisation/Web/Home.de.resx
+++ b/osu.Game.Resources/Localisation/Web/Home.de.resx
@@ -239,7 +239,7 @@
News
- News konnten nicht geladen werden. Versuche, die Seite neu zu laden...?
+ News konnten nicht geladen werden. Versuche, die Seite neu zu laden?...
Freunde online
diff --git a/osu.Game.Resources/Localisation/Web/HomeStrings.cs b/osu.Game.Resources/Localisation/Web/HomeStrings.cs
index 3d6ef42..73968ec 100644
--- a/osu.Game.Resources/Localisation/Web/HomeStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/HomeStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/Layout.cs.resx b/osu.Game.Resources/Localisation/Web/Layout.cs.resx
index 8b5880e..6494447 100644
--- a/osu.Game.Resources/Localisation/Web/Layout.cs.resx
+++ b/osu.Game.Resources/Localisation/Web/Layout.cs.resx
@@ -82,6 +82,9 @@
seznam
+
+ diskuze
+
výpis
@@ -284,7 +287,7 @@
heslo
- Pro pokračování se přihlašte
+ Pro pokračování se přihlaste
uživatelské jméno
diff --git a/osu.Game.Resources/Localisation/Web/Layout.da.resx b/osu.Game.Resources/Localisation/Web/Layout.da.resx
index 113338d..0363894 100644
--- a/osu.Game.Resources/Localisation/Web/Layout.da.resx
+++ b/osu.Game.Resources/Localisation/Web/Layout.da.resx
@@ -256,6 +256,9 @@
Ugyldige forespørgselsparametre
+
+ Grænsen er overskredet
+
Åh nej! Der er noget galt! ;_;
diff --git a/osu.Game.Resources/Localisation/Web/Layout.de.resx b/osu.Game.Resources/Localisation/Web/Layout.de.resx
index 73e7c89..849cdf1 100644
--- a/osu.Game.Resources/Localisation/Web/Layout.de.resx
+++ b/osu.Game.Resources/Localisation/Web/Layout.de.resx
@@ -113,7 +113,7 @@
modding
- wiedergabelisten
+ playlists
multiplayer
diff --git a/osu.Game.Resources/Localisation/Web/Layout.fil-PH.resx b/osu.Game.Resources/Localisation/Web/Layout.fil-PH.resx
index fe07e95..3b0de7d 100644
--- a/osu.Game.Resources/Localisation/Web/Layout.fil-PH.resx
+++ b/osu.Game.Resources/Localisation/Web/Layout.fil-PH.resx
@@ -82,6 +82,12 @@
listahan
+
+ info
+
+
+ talakayan
+
listahan
diff --git a/osu.Game.Resources/Localisation/Web/Layout.th.resx b/osu.Game.Resources/Localisation/Web/Layout.th.resx
index aec97da..f3c213f 100644
--- a/osu.Game.Resources/Localisation/Web/Layout.th.resx
+++ b/osu.Game.Resources/Localisation/Web/Layout.th.resx
@@ -82,6 +82,12 @@
รายการ
+
+ ข้อมูล
+
+
+ การสนทนา
+
รายการ
diff --git a/osu.Game.Resources/Localisation/Web/Layout.tr.resx b/osu.Game.Resources/Localisation/Web/Layout.tr.resx
index b5f3fca..452a80b 100644
--- a/osu.Game.Resources/Localisation/Web/Layout.tr.resx
+++ b/osu.Game.Resources/Localisation/Web/Layout.tr.resx
@@ -82,6 +82,12 @@
katalog
+
+ bilgi
+
+
+ tartışma
+
katalog
@@ -106,6 +112,12 @@
modlama
+
+ oynatma listeleri
+
+
+ çok oyunculu
+
bilgi
diff --git a/osu.Game.Resources/Localisation/Web/LayoutStrings.cs b/osu.Game.Resources/Localisation/Web/LayoutStrings.cs
index 384bb31..6ff42c2 100644
--- a/osu.Game.Resources/Localisation/Web/LayoutStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/LayoutStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/Livestreams.da.resx b/osu.Game.Resources/Localisation/Web/Livestreams.da.resx
index 7e389e3..bf8fccd 100644
--- a/osu.Game.Resources/Localisation/Web/Livestreams.da.resx
+++ b/osu.Game.Resources/Localisation/Web/Livestreams.da.resx
@@ -58,6 +58,12 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Er du sikker på, at du vil fremme denne livestream?
+
+
+ Er du sikker på, at du vil fjerne dette livestream kampagne?
+
Livestreams
diff --git a/osu.Game.Resources/Localisation/Web/LivestreamsStrings.cs b/osu.Game.Resources/Localisation/Web/LivestreamsStrings.cs
index 392333c..27db0d0 100644
--- a/osu.Game.Resources/Localisation/Web/LivestreamsStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/LivestreamsStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/Mail.da.resx b/osu.Game.Resources/Localisation/Web/Mail.da.resx
index a52b8ae..0955d91 100644
--- a/osu.Game.Resources/Localisation/Web/Mail.da.resx
+++ b/osu.Game.Resources/Localisation/Web/Mail.da.resx
@@ -79,6 +79,9 @@
Svar venligst på denne mail MED DET SAMME hvis du ikke anmodede om denne ændring.
+
+ Hvis du ikke udførte anmodningen, så er det sikkert for dig at ignorere e-mailen.
+
Over tid vil der også kommer flere nye supporter goder!
diff --git a/osu.Game.Resources/Localisation/Web/Mail.de.resx b/osu.Game.Resources/Localisation/Web/Mail.de.resx
index acb5545..7ae152c 100644
--- a/osu.Game.Resources/Localisation/Web/Mail.de.resx
+++ b/osu.Game.Resources/Localisation/Web/Mail.de.resx
@@ -80,7 +80,7 @@
Bitte antworte SOFORT auf diese E-Mail, wenn Du diese Änderung nicht angefordert hast.
- Falls Du diese E-Mail nicht angefordert hast, kannst Du sie sicher ignorieren.
+ Falls du dies nicht angefordert hast, kannst du diese E-Mail gefahrlos ignorieren.
Mit der Zeit werden noch mehr neue Unterstützervorteile auftauchen!
@@ -92,7 +92,7 @@
Es ist Menschen wie Dir zu verdanken, dass osu! in der Lage ist, das Spiel und die Community ohne Werbung oder erzwungene Zahlungen am Laufen zu halten.
- Deine Unterstützung hält osu! für ungefähr {0} am laufen! Das klingt nicht viel, aber es summiert sich alles :).
+ Deine Unterstützung hält osu! für ungefähr {0} am laufen! Das klingt nicht nach viel, aber es kommt einiges zusammen :).
Danke, osu! <3 dich
diff --git a/osu.Game.Resources/Localisation/Web/Mail.fil-PH.resx b/osu.Game.Resources/Localisation/Web/Mail.fil-PH.resx
index 4948c60..921d937 100644
--- a/osu.Game.Resources/Localisation/Web/Mail.fil-PH.resx
+++ b/osu.Game.Resources/Localisation/Web/Mail.fil-PH.resx
@@ -89,7 +89,7 @@
Kapag mayroon ka pang tanong o maipupuna, huwag mag-aalangan na tumugon sa mail na ito; Babalikan ko to sa madaling panahon!
- Ito ay salamat sa mga taong katulad mo na ang osu! ay napapanatili na tumatakbo nang maayos nang walang anumang mga adevertisements o sapilitang pagbabayad.
+ Ito ay salamat sa mga taong katulad mo na ang osu! ay kayang magpanatili sa laro at komunidad na tumakbo nang maayos nang walang anumang mga advertisements o mga sapilitang pagbabayad.
Ang iyong suporta ay napapanatili ang osu! ng hanggang {0}! Ito'y mukhang mang hindi marami ngunit lahat ito ay dumadagdag :).
diff --git a/osu.Game.Resources/Localisation/Web/Mail.id.resx b/osu.Game.Resources/Localisation/Web/Mail.id.resx
index 6e1685d..62d34c0 100644
--- a/osu.Game.Resources/Localisation/Web/Mail.id.resx
+++ b/osu.Game.Resources/Localisation/Web/Mail.id.resx
@@ -179,7 +179,7 @@
Email ini merupakan bukti konfirmasi bahwa alamat email yang terhubung dengan akun osu! Anda telah diubah menjadi "{0}".
- Harap pastikan bahwa Anda menerima email ini di alamat email yang baru agar Anda tidak kehilangan akses menuju akun osu! Anda di masa yang akan datang.
+ Harap pastikan bahwa Anda menerima email ini di alamat email yang baru agar ke depannya Anda tidak kehilangan akses menuju akun osu! Anda.
Demi alasan keamanan, email ini telah dikirim ke alamat email baru dan lama milik Anda.
@@ -224,7 +224,7 @@
Di samping itu, Anda juga dapat mengunjungi tautan di bawah ini untuk menyelesaikan proses verifikasi:
- Apabila Anda tidak merasa melakukan sesuatu yang membutuhkan kode verifikasi dari kami, harap SEGERA BALAS email ini karena akun Anda mungkin sedang berada dalam bahaya.
+ Apabila Anda tidak merasa meminta kode verifikasi dari kami, harap SEGERA BALAS email ini karena akun Anda mungkin sedang berada dalam bahaya.
Verifikasi akun osu!
diff --git a/osu.Game.Resources/Localisation/Web/Mail.th.resx b/osu.Game.Resources/Localisation/Web/Mail.th.resx
index 844e2cb..022046c 100644
--- a/osu.Game.Resources/Localisation/Web/Mail.th.resx
+++ b/osu.Game.Resources/Localisation/Web/Mail.th.resx
@@ -79,6 +79,9 @@
โปรดตอบกลับอีเมลนี้โดยทันที หากคุณไม่ได้ร้องขอการเปลี่ยนแปลงนี้
+
+ ถ้าคุณไม่ได้ส่งคำขอนี้ คุณสามารถเพิกเฉยต่ออีเมลฉบับนี้ได้อย่างปลอดภัย
+
สิทธิเพิ่มเติมสำหรับผู้สนับสนุนจะถูกเพิ่มตามกาลเวลาด้วย!
diff --git a/osu.Game.Resources/Localisation/Web/MailStrings.cs b/osu.Game.Resources/Localisation/Web/MailStrings.cs
index 47dfed8..f94450e 100644
--- a/osu.Game.Resources/Localisation/Web/MailStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/MailStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/MatchesStrings.cs b/osu.Game.Resources/Localisation/Web/MatchesStrings.cs
index 4592dc9..879310c 100644
--- a/osu.Game.Resources/Localisation/Web/MatchesStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/MatchesStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/ModelValidation.da.resx b/osu.Game.Resources/Localisation/Web/ModelValidation.da.resx
index 3895fb7..f674ef3 100644
--- a/osu.Game.Resources/Localisation/Web/ModelValidation.da.resx
+++ b/osu.Game.Resources/Localisation/Web/ModelValidation.da.resx
@@ -307,6 +307,9 @@
Det her er allerede dit Brugernavn, fjollehoved!
+
+ Rangerede beatmaps kan ikke rapporteres
+
{0} er ikke gyldt for denne type anmeldelse.
diff --git a/osu.Game.Resources/Localisation/Web/ModelValidation/FulfillmentsStrings.cs b/osu.Game.Resources/Localisation/Web/ModelValidation/FulfillmentsStrings.cs
index f1d5c91..cc0ce21 100644
--- a/osu.Game.Resources/Localisation/Web/ModelValidation/FulfillmentsStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/ModelValidation/FulfillmentsStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/ModelValidation/PaymentsStrings.cs b/osu.Game.Resources/Localisation/Web/ModelValidation/PaymentsStrings.cs
index 4397c65..c4a0b47 100644
--- a/osu.Game.Resources/Localisation/Web/ModelValidation/PaymentsStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/ModelValidation/PaymentsStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/ModelValidation/Store/Product.fil-PH.resx b/osu.Game.Resources/Localisation/Web/ModelValidation/Store/Product.fil-PH.resx
index 92a02a9..a1ba3c6 100644
--- a/osu.Game.Resources/Localisation/Web/ModelValidation/Store/Product.fil-PH.resx
+++ b/osu.Game.Resources/Localisation/Web/ModelValidation/Store/Product.fil-PH.resx
@@ -62,10 +62,10 @@
Ubos na ang aytem na ito!
- Dapat i-check out nang hiwalay ang item na ito mula sa iba pang mga aytem
+ Ang aytem na ito ay kailangang i-check out nang pahiwalay sa iba pang mga aytem
- Hindi available ang aytem na ito.
+ Ang aytem na ito ay hindi available.
{0} lamang ang maa-ari mong i-order.
diff --git a/osu.Game.Resources/Localisation/Web/ModelValidation/Store/ProductStrings.cs b/osu.Game.Resources/Localisation/Web/ModelValidation/Store/ProductStrings.cs
index 500379e..1de766c 100644
--- a/osu.Game.Resources/Localisation/Web/ModelValidation/Store/ProductStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/ModelValidation/Store/ProductStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/ModelValidationStrings.cs b/osu.Game.Resources/Localisation/Web/ModelValidationStrings.cs
index 840d07c..01168b5 100644
--- a/osu.Game.Resources/Localisation/Web/ModelValidationStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/ModelValidationStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/Multiplayer.da.resx b/osu.Game.Resources/Localisation/Web/Multiplayer.da.resx
index ff9ba31..98e18db 100644
--- a/osu.Game.Resources/Localisation/Web/Multiplayer.da.resx
+++ b/osu.Game.Resources/Localisation/Web/Multiplayer.da.resx
@@ -73,9 +73,18 @@
Ugyldig adgangskode til rummet
+
+ {0} map|{0} maps
+
+
+ {0} spillere|{0} spillere
+
{0} tilbage
+
+ Varigheden er for lang.
+
aktiv
diff --git a/osu.Game.Resources/Localisation/Web/Multiplayer.de.resx b/osu.Game.Resources/Localisation/Web/Multiplayer.de.resx
index 2028bd2..3bd7c4f 100644
--- a/osu.Game.Resources/Localisation/Web/Multiplayer.de.resx
+++ b/osu.Game.Resources/Localisation/Web/Multiplayer.de.resx
@@ -62,7 +62,7 @@
Noch keine osu!(lazer) {0} -spiele gespielt!
- Wiedergabelisten
+ playlist
Mehrspieler
diff --git a/osu.Game.Resources/Localisation/Web/Multiplayer.tr.resx b/osu.Game.Resources/Localisation/Web/Multiplayer.tr.resx
index 3921426..2258dcd 100644
--- a/osu.Game.Resources/Localisation/Web/Multiplayer.tr.resx
+++ b/osu.Game.Resources/Localisation/Web/Multiplayer.tr.resx
@@ -58,6 +58,12 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ oynama listesi
+
+
+ çok oyunculu
+
oda sahibi: {0}
diff --git a/osu.Game.Resources/Localisation/Web/MultiplayerStrings.cs b/osu.Game.Resources/Localisation/Web/MultiplayerStrings.cs
index 5840ab7..2aed337 100644
--- a/osu.Game.Resources/Localisation/Web/MultiplayerStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/MultiplayerStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/NewsStrings.cs b/osu.Game.Resources/Localisation/Web/NewsStrings.cs
index b13d56c..a6216a8 100644
--- a/osu.Game.Resources/Localisation/Web/NewsStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/NewsStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/Notifications.da.resx b/osu.Game.Resources/Localisation/Web/Notifications.da.resx
index a2c31da..ba724b6 100644
--- a/osu.Game.Resources/Localisation/Web/Notifications.da.resx
+++ b/osu.Game.Resources/Localisation/Web/Notifications.da.resx
@@ -131,10 +131,10 @@
Nyt opslag på "{0}" af {1}
- Nyt oplsag af {0}: "{1}"
+ Nyt opslag af {0}: "{1}"
- Nyt oplsag af {0}
+ Nyt opslag af {0}
Ny anmeldelse på "{0}" af {1} indeholder problemer: {2}, forslag: {3}, rose: {4}
@@ -217,9 +217,27 @@
{0} kommenterede "{1}"
+
+ {0} kommenterede "{1}" på "{2}"
+
+
+ {0} kommenterede "{1}"
+
Chat
+
+ Ny meddelelse
+
+
+ {0} siger "{1}"
+
+
+ {0}
+
+
+ Meddelelse fra {0}
+
Ny besked
@@ -244,6 +262,12 @@
{0} kommenterede "{1}"
+
+ {0} kommenterede "{1}" på "{2}"
+
+
+ {0} kommenterede "{1}"
+
Nyheder
@@ -256,6 +280,12 @@
{0} kommenterede "{1}"
+
+ {0} kommenterede "{1}" på "{2}"
+
+
+ {0} kommenterede "{1}"
+
Forum emne
@@ -277,6 +307,21 @@
Nyt beatmap
+
+ Nyt beatmap "{0}" af {1}
+
+
+ Nyt beatmap "{0}"
+
+
+ Nyt beatmap af {0}
+
+
+ Beatmap "{0}" blev genoplivet af {1}
+
+
+ Beatmap "{0}" blev genoplivet
+
Medaljer
@@ -289,6 +334,57 @@
Opnået "{0}"!
+
+ Medaljer låst op!
+
+
+ Du er nu gæst på beatmap "{0}"
+
+
+ Diskussionen "{0}" er blevet låst
+
+
+ Diskussionen "{0}" har nye opdateringer
+
+
+ Diskussionen "{0}" er blevet åbnet
+
+
+ Der blev rapporteret et nyt problem på "{0}"
+
+
+ "{0}" er blevet diskvalificeret
+
+
+ "{0}" blev ophøjet til elsket
+
+
+ "{0}" er blevet nomineret
+
+
+ "{0}" har optjent nok nomineringer og er gået ind i ranking ventelisten
+
+
+ "{0}" er blevet ranked
+
+
+ "{0}" blev fjernet fra Elskede
+
+
+ Nominering af "{0}" blev nulstillet
+
+
+ Beatmap "{0}" har nye kommentarer
+
+
+ Du har modtaget en ny besked fra {0}
+
+
+ Ændringsoversigt "{0}" har nye kommentarer
+
+
+ Nyheder "{0}" har nye kommentarer
+
Der er nye svar i "{0}"
diff --git a/osu.Game.Resources/Localisation/Web/Notifications.de.resx b/osu.Game.Resources/Localisation/Web/Notifications.de.resx
index cb91acf..de43d00 100644
--- a/osu.Game.Resources/Localisation/Web/Notifications.de.resx
+++ b/osu.Game.Resources/Localisation/Web/Notifications.de.resx
@@ -251,7 +251,7 @@
von {0}
- Änderungsprotokoll
+ Changelog
Neuer Kommentar
diff --git a/osu.Game.Resources/Localisation/Web/Notifications.fil-PH.resx b/osu.Game.Resources/Localisation/Web/Notifications.fil-PH.resx
index 18f8b94..9c0fe5b 100644
--- a/osu.Game.Resources/Localisation/Web/Notifications.fil-PH.resx
+++ b/osu.Game.Resources/Localisation/Web/Notifications.fil-PH.resx
@@ -107,7 +107,7 @@
Beatmap
- Difficulty na gawa ng ibang manlalaro
+ Guest na difficulty
Ikaw na ngayon ang may-ari ng difficulty na "{0}" para sa "{1}"
@@ -161,7 +161,7 @@
Ini-ulat ni {0} : "{1}"
- Ni-report ni {0}
+ Ini-ulat ni {0}
Nagbago ang kalagayan ng beatmap
@@ -170,7 +170,7 @@
"{0}" ay na-disqualify
- Ang beatmap ay hindi kwalipikado
+ Ang Beatmap ay nadiskwalipika
Ang "{0}" ay na-promote sa loved
diff --git a/osu.Game.Resources/Localisation/Web/Notifications.hr-HR.resx b/osu.Game.Resources/Localisation/Web/Notifications.hr-HR.resx
index 8e93b81..ad75fe6 100644
--- a/osu.Game.Resources/Localisation/Web/Notifications.hr-HR.resx
+++ b/osu.Game.Resources/Localisation/Web/Notifications.hr-HR.resx
@@ -58,12 +58,135 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Izbriši {0}
+
+
+ Učitavanje nepročitanih notifikacija...
+
+
+ Očisti {0}
+
+
+ Nema notifikacija
+
+
+ pogledaj sve notifikacije
+
+
+ idi u chat
+
svi
+
+ profil
+
+
+ beatmape
+
+
+ forum
+
vijesti
+
+ chat
+
+
+ Beatmapa
+
+
+ Rasprava o beatmapama
+
+
+ Rasprava na "{0}" je zaključana
+
+
+ Rasprava je bila zaključana
+
+
+ Nova objava od {0}
+
+
+ Nova recenzija na "{0}" od {1} koji sardži probleme: {2}, sugestije: {3}, pohvale: {4}
+
+
+ Nova recenzija od {0} koji sardži probleme: {1}, sugestije: {2}, pohvale: {3}
+
+
+ Rasprava na "{0}" je upravo otključana
+
+
+ Rasprava je bila otključana
+
+
+ Problem kvalifikovane beatmape
+
+
+ Prijavljen od {0} na "{1}": "{2}"
+
+
+ Prijavljen od {0} na "{1}"
+
+
+ Prijavljen od {0}: "{1}"
+
+
+ Prijavljen od {0}
+
+
+ Stanje beatmape promjenjeno
+
+
+ "{0}" je diskvalifikovan
+
+
+ Beatmapa je dizkvalifikovana
+
+
+ "{0}" je unaprijeđen u loved
+
+
+ Beatmapa je unaprijeđena u loved
+
+
+ "{0}" je nominirana
+
+
+ Beatmapa je nominirana
+
+
+ "{0}" je setkao dovoljno nominacija i ušao u red za rangiranje
+
+
+ Beatmapa je ušla u red za rangiranje
+
+
+ "{0}" je rangiran
+
+
+ Beatmapa je rangirana
+
+
+ "{0}" je uklonjen iz Loved
+
+
+ Beatmapa je uklonjena iz Loved
+
+
+ Nominacija za "{0}" su restartovane
+
+
+ Nominacija je restartovana
+
+
+ Novi komentar
+
+
+ {0} je komentirao "{1}" na "{2}"
+
{0}
@@ -73,4 +196,55 @@
Medalje
+
+ Rasprava na "{0}" je otključana
+
+
+ Novi problem je prijavljen na "{0}"
+
+
+ "{0}" je diskvalifikovan
+
+
+ "{0}" je unaprijeđen u loved
+
+
+ "{0}" je nominiran
+
+
+ "{0}" je setkao dovoljno nominacija i ušao u red za rangiranje
+
+
+ "{0}" je rangiran
+
+
+ "{0}" je uklonjen iz Loved
+
+
+ Nominacija za "{0}" su restartovane
+
+
+ Beatmapa "{0}" ima nove komentare
+
+
+ Primili ste novu poruku od {0}
+
+
+ Dnevnik promjena "{0}" ima nove komentare
+
+
+ Vijesti "{0}" ima nove komentare
+
+
+ Imaju novi odgovori u "{0}"
+
+
+ {0} je otključao novu medalju, "{1}"!
+
+
+ Otključaliste novu medalju, "{0}"!
+
+
+ {0} jew kreirao nove beatmape
+
\ No newline at end of file
diff --git a/osu.Game.Resources/Localisation/Web/Notifications.tr.resx b/osu.Game.Resources/Localisation/Web/Notifications.tr.resx
index 235aec6..9be04a0 100644
--- a/osu.Game.Resources/Localisation/Web/Notifications.tr.resx
+++ b/osu.Game.Resources/Localisation/Web/Notifications.tr.resx
@@ -226,6 +226,18 @@
Sohbet
+
+ Yeni duyuru
+
+
+ {0} "{1}" diyor
+
+
+ {0}
+
+
+ {0} Tarafından duyuru
+
Yeni mesaj
diff --git a/osu.Game.Resources/Localisation/Web/NotificationsStrings.cs b/osu.Game.Resources/Localisation/Web/NotificationsStrings.cs
index b7d0635..8e590f8 100644
--- a/osu.Game.Resources/Localisation/Web/NotificationsStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/NotificationsStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/Oauth.id.resx b/osu.Game.Resources/Localisation/Web/Oauth.id.resx
index cc4fa73..cc8348a 100644
--- a/osu.Game.Resources/Localisation/Web/Oauth.id.resx
+++ b/osu.Game.Resources/Localisation/Web/Oauth.id.resx
@@ -95,7 +95,7 @@
Nama Aplikasi
- Application Callback URL
+ URL Callback Aplikasi
Atur ulang client secret
diff --git a/osu.Game.Resources/Localisation/Web/OauthStrings.cs b/osu.Game.Resources/Localisation/Web/OauthStrings.cs
index f3b63c3..0f6cc29 100644
--- a/osu.Game.Resources/Localisation/Web/OauthStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/OauthStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/PageTitle.da.resx b/osu.Game.Resources/Localisation/Web/PageTitle.da.resx
index 116c1ab..8221de7 100644
--- a/osu.Game.Resources/Localisation/Web/PageTitle.da.resx
+++ b/osu.Game.Resources/Localisation/Web/PageTitle.da.resx
@@ -220,10 +220,19 @@
wiki
+
+ rangering
+
+
+ godkend app
+
butik
modder info
+
+ multiplayer historik
+
\ No newline at end of file
diff --git a/osu.Game.Resources/Localisation/Web/PageTitle.tr.resx b/osu.Game.Resources/Localisation/Web/PageTitle.tr.resx
index a2765ba..75a4e71 100644
--- a/osu.Game.Resources/Localisation/Web/PageTitle.tr.resx
+++ b/osu.Game.Resources/Localisation/Web/PageTitle.tr.resx
@@ -100,6 +100,9 @@
forum
+
+ konu kayıtları
+
kontrol paneli
diff --git a/osu.Game.Resources/Localisation/Web/PageTitleStrings.cs b/osu.Game.Resources/Localisation/Web/PageTitleStrings.cs
index 2a07acc..0ba9781 100644
--- a/osu.Game.Resources/Localisation/Web/PageTitleStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/PageTitleStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/PasswordReset.fil-PH.resx b/osu.Game.Resources/Localisation/Web/PasswordReset.fil-PH.resx
index 89197a6..e2dfec4 100644
--- a/osu.Game.Resources/Localisation/Web/PasswordReset.fil-PH.resx
+++ b/osu.Game.Resources/Localisation/Web/PasswordReset.fil-PH.resx
@@ -71,7 +71,7 @@
Magsimula
- Pakikontak ang support para mabawi ang account.
+ Pakikontak ang support upang mabawi ang account.
Na-expire na ang verification code.
@@ -80,10 +80,10 @@
Hindi inaasahang error sa verification code.
- Kontakin si peppy lulz.
+ Pakikontak ng isang high level na admin upang mabawi ang account.
- Kailangan.
+ Kinakailangan.
Masyadong maraming nabigong tangka.
diff --git a/osu.Game.Resources/Localisation/Web/PasswordResetStrings.cs b/osu.Game.Resources/Localisation/Web/PasswordResetStrings.cs
index b494aa5..fe911c7 100644
--- a/osu.Game.Resources/Localisation/Web/PasswordResetStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/PasswordResetStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/Paypal/Errors.fil-PH.resx b/osu.Game.Resources/Localisation/Web/Paypal/Errors.fil-PH.resx
index eb4ddc1..be988a0 100644
--- a/osu.Game.Resources/Localisation/Web/Paypal/Errors.fil-PH.resx
+++ b/osu.Game.Resources/Localisation/Web/Paypal/Errors.fil-PH.resx
@@ -65,15 +65,15 @@
Walang nakitang pamamaraan ng pagbayad.
- Nagkaroon ng problema habang kinukumpleto ang iyong pagbabayad.
+ Nagkaroon ng error sa pagkumpleto ng iyong pagbabayad.
- Nag-expire ang payment link, pakiusap na umulit.
+ Ang payment link ay nag-expire na, pakisubukan muli.
Walang nakitang pamamaraan ng pagbayad.
- Hindi nagtagumpay ang pagbabayad at hindi kami sigurado kung bakit.
+ Ang pagbabayad ay tinanggihan, ngunit hindi kami sigurado kung bakit.
\ No newline at end of file
diff --git a/osu.Game.Resources/Localisation/Web/Paypal/ErrorsStrings.cs b/osu.Game.Resources/Localisation/Web/Paypal/ErrorsStrings.cs
index 4bf0e83..ccc330e 100644
--- a/osu.Game.Resources/Localisation/Web/Paypal/ErrorsStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/Paypal/ErrorsStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/QuickSearchStrings.cs b/osu.Game.Resources/Localisation/Web/QuickSearchStrings.cs
index e913776..e2dd33d 100644
--- a/osu.Game.Resources/Localisation/Web/QuickSearchStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/QuickSearchStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/RankingsStrings.cs b/osu.Game.Resources/Localisation/Web/RankingsStrings.cs
index 6c7d29e..6e2fe75 100644
--- a/osu.Game.Resources/Localisation/Web/RankingsStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/RankingsStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/ReportStrings.cs b/osu.Game.Resources/Localisation/Web/ReportStrings.cs
index 3f027ed..15f326c 100644
--- a/osu.Game.Resources/Localisation/Web/ReportStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/ReportStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/Scores.de.resx b/osu.Game.Resources/Localisation/Web/Scores.de.resx
index 8ed19c2..3cbca89 100644
--- a/osu.Game.Resources/Localisation/Web/Scores.de.resx
+++ b/osu.Game.Resources/Localisation/Web/Scores.de.resx
@@ -80,6 +80,6 @@
Nur persönliche Bestwerte geben pp
- Dieser Wert wird noch berechnet und in Kürze angezeigt
+ Dieser Score wird noch berechnet und in Kürze angezeigt
\ No newline at end of file
diff --git a/osu.Game.Resources/Localisation/Web/ScoresStrings.cs b/osu.Game.Resources/Localisation/Web/ScoresStrings.cs
index a337963..0e212c9 100644
--- a/osu.Game.Resources/Localisation/Web/ScoresStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/ScoresStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/SessionsStrings.cs b/osu.Game.Resources/Localisation/Web/SessionsStrings.cs
index 66ac112..7e14fae 100644
--- a/osu.Game.Resources/Localisation/Web/SessionsStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/SessionsStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/Sort.tr.resx b/osu.Game.Resources/Localisation/Web/Sort.tr.resx
index 13424c8..6203037 100644
--- a/osu.Game.Resources/Localisation/Web/Sort.tr.resx
+++ b/osu.Game.Resources/Localisation/Web/Sort.tr.resx
@@ -91,6 +91,9 @@
Sanatçı
+
+ BPM
+
Tür
diff --git a/osu.Game.Resources/Localisation/Web/SortStrings.cs b/osu.Game.Resources/Localisation/Web/SortStrings.cs
index 01fe0c7..690f97d 100644
--- a/osu.Game.Resources/Localisation/Web/SortStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/SortStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/Store.fil-PH.resx b/osu.Game.Resources/Localisation/Web/Store.fil-PH.resx
index 47cc47e..e08c4d5 100644
--- a/osu.Game.Resources/Localisation/Web/Store.fil-PH.resx
+++ b/osu.Game.Resources/Localisation/Web/Store.fil-PH.resx
@@ -80,7 +80,7 @@
Naku, may mga problema sa iyong cart na pumipigil sa pag-checkout!
- Tanggalin o i-update ang mga bagay na nasa itaas upang magpatuloy.
+ Mag-alis o mag-update ng mga aytem sa itaas para maipagpatuloy.
Walang laman ang cart mo.
@@ -218,10 +218,10 @@
Pangalan
- Naubos na ang bagay na ito. Tingnan mo muli mamaya!
+ Kasalukuyang wala nang stock ang aytem na ito. Suriin muli sa ibang pagkakataon!
- Sa kasamaang palad ang item na ito ay wala sa stock. Gamitin ang dropdown upang pumili ng ibang uri o suriin muli sa ibang pagkakataon!
+ Sa kasamaang palad ang aytem na ito ay wala nang stock. Gamitin ang dropdown upang pumili ng ibang uri o suriin muli sa ibang pagkakataon!
Idagdag sa kart
diff --git a/osu.Game.Resources/Localisation/Web/Store.id.resx b/osu.Game.Resources/Localisation/Web/Store.id.resx
index b8e0627..901cf81 100644
--- a/osu.Game.Resources/Localisation/Web/Store.id.resx
+++ b/osu.Game.Resources/Localisation/Web/Store.id.resx
@@ -218,7 +218,7 @@
Nama
- Stok barang ini saat ini sedang tidak tersedia. Silahkan periksa kembali nanti!
+ Stok barang saat ini sedang tidak tersedia. Silakan periksa kembali nanti!
Sayangnya stok untuk barang ini habis. Gunakan menu dropdown untuk memilih jenis yang lain atau silahkan periksa kembali nanti!
diff --git a/osu.Game.Resources/Localisation/Web/StoreStrings.cs b/osu.Game.Resources/Localisation/Web/StoreStrings.cs
index ee6eb81..c18f8cc 100644
--- a/osu.Game.Resources/Localisation/Web/StoreStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/StoreStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/SupporterTag.de.resx b/osu.Game.Resources/Localisation/Web/SupporterTag.de.resx
index 3d089fb..472f002 100644
--- a/osu.Game.Resources/Localisation/Web/SupporterTag.de.resx
+++ b/osu.Game.Resources/Localisation/Web/SupporterTag.de.resx
@@ -62,7 +62,7 @@
monate
- sucht...
+ suche...
Dieser Nutzer existiert nicht
diff --git a/osu.Game.Resources/Localisation/Web/SupporterTag.fil-PH.resx b/osu.Game.Resources/Localisation/Web/SupporterTag.fil-PH.resx
index 9404892..158962b 100644
--- a/osu.Game.Resources/Localisation/Web/SupporterTag.fil-PH.resx
+++ b/osu.Game.Resources/Localisation/Web/SupporterTag.fil-PH.resx
@@ -65,6 +65,6 @@
naghahanap...
- Hindi mahanap and user na ito
+ Ang user na ito ay hindi umiiral
\ No newline at end of file
diff --git a/osu.Game.Resources/Localisation/Web/SupporterTagStrings.cs b/osu.Game.Resources/Localisation/Web/SupporterTagStrings.cs
index 4f100ee..a650467 100644
--- a/osu.Game.Resources/Localisation/Web/SupporterTagStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/SupporterTagStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/Tournament.fil-PH.resx b/osu.Game.Resources/Localisation/Web/Tournament.fil-PH.resx
index 2954d57..631826c 100644
--- a/osu.Game.Resources/Localisation/Web/Tournament.fil-PH.resx
+++ b/osu.Game.Resources/Localisation/Web/Tournament.fil-PH.resx
@@ -59,7 +59,7 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
- Walang gumaganap na torneo ngayon, tingnan mo muli mamaya!
+ Walang mga torneo na tumatakbo sa ngayon, pakibalik sa ibang pagkakataon!
Pagpaparehistro: {0} hanggang {1}
@@ -119,7 +119,7 @@
Natapos na ang pagpaparehistro para sa torneong ito. Tingang ang information page para sa mga pagbabago.
- Gumaganap pa ang itong torneo. Tingnan ang information page para sa karagdagang mga detalye.
+ Ang paligsahan na ito ay kasalukuyang nagpoprogreso. Tingnan ang pahina ng impormasyon para sa higit pang mga detalye.
{0} hanggang {1}
diff --git a/osu.Game.Resources/Localisation/Web/Tournament.zh.resx b/osu.Game.Resources/Localisation/Web/Tournament.zh.resx
index 6ecf17c..1092ad9 100644
--- a/osu.Game.Resources/Localisation/Web/Tournament.zh.resx
+++ b/osu.Game.Resources/Localisation/Web/Tournament.zh.resx
@@ -68,7 +68,7 @@
社区比赛
- 已注册玩家
+ 已报名选手
正在进行的比赛
diff --git a/osu.Game.Resources/Localisation/Web/TournamentStrings.cs b/osu.Game.Resources/Localisation/Web/TournamentStrings.cs
index b50e035..ae79ff9 100644
--- a/osu.Game.Resources/Localisation/Web/TournamentStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/TournamentStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/UserVerificationStrings.cs b/osu.Game.Resources/Localisation/Web/UserVerificationStrings.cs
index 1400a89..595bb8f 100644
--- a/osu.Game.Resources/Localisation/Web/UserVerificationStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/UserVerificationStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/Users.cs.resx b/osu.Game.Resources/Localisation/Web/Users.cs.resx
index 3dec8e9..a52bfc3 100644
--- a/osu.Game.Resources/Localisation/Web/Users.cs.resx
+++ b/osu.Game.Resources/Localisation/Web/Users.cs.resx
@@ -170,7 +170,7 @@
Pamatovat si tento počítač
- Pro pokračování se prosím přihlašte
+ Pro pokračování se prosím přihlaste
Uživatelské jméno
diff --git a/osu.Game.Resources/Localisation/Web/Users.da.resx b/osu.Game.Resources/Localisation/Web/Users.da.resx
index 7ede7bb..9c04b69 100644
--- a/osu.Game.Resources/Localisation/Web/Users.da.resx
+++ b/osu.Game.Resources/Localisation/Web/Users.da.resx
@@ -307,6 +307,12 @@
{0} kommentar|{0} kommentarer
+
+ Skjul omslag
+
+
+ Vis omslag
+
Skift Coverbillede
@@ -373,6 +379,9 @@
Beatmaps på Kirkegården
+
+ Gæst Deltagelse Beatmaps
+
Elskede beatmaps
@@ -493,6 +502,9 @@
Medaljer
+
+ Spilleliste spil
+
Opslag
@@ -505,6 +517,9 @@
Seneste
+
+ Multiplayerspil
+
Download Replay
@@ -526,6 +541,21 @@
Førstepladser
+
+ Frigør
+
+
+ Ufastgjort score
+
+
+ Fastgør
+
+
+ Fastgjort score
+
+
+ Fastgjorte Scores
+
Stemmer Givet (sidste 3 måneder)
diff --git a/osu.Game.Resources/Localisation/Web/Users.de.resx b/osu.Game.Resources/Localisation/Web/Users.de.resx
index be2e369..634d63a 100644
--- a/osu.Game.Resources/Localisation/Web/Users.de.resx
+++ b/osu.Game.Resources/Localisation/Web/Users.de.resx
@@ -152,7 +152,7 @@
Einloggen
- Einloggen...
+ Logge ein...
Das Anmelden per E-Mail ist derzeit deaktiviert. Bitte benutze stattdessen Deinen Benutzernamen.
@@ -503,7 +503,7 @@
Medaillen
- Wiedergabelisten-Spiele
+ Playlist-Spiele
Beiträge
@@ -545,13 +545,13 @@
Ablösen
- Abgelöster Score
+ Score abgelöst
- Anheften
+ Anpinnen
- Angepinnter Score
+ Score angepinnt
Angepinnte Scores
@@ -710,7 +710,7 @@
Gesamtpunktzahl
- Begrabende Beatmaps
+ Begrabene Beatmaps
Loved Beatmaps
diff --git a/osu.Game.Resources/Localisation/Web/Users.fil-PH.resx b/osu.Game.Resources/Localisation/Web/Users.fil-PH.resx
index 824398e..a85fde8 100644
--- a/osu.Game.Resources/Localisation/Web/Users.fil-PH.resx
+++ b/osu.Game.Resources/Localisation/Web/Users.fil-PH.resx
@@ -379,6 +379,9 @@
Mga Inilibing na Beatmap
+
+ Guest Participation na mga Beatmap
+
Mga Minamahal na Beatmap
diff --git a/osu.Game.Resources/Localisation/Web/Users.fr.resx b/osu.Game.Resources/Localisation/Web/Users.fr.resx
index 413b518..f7bdeef 100644
--- a/osu.Game.Resources/Localisation/Web/Users.fr.resx
+++ b/osu.Game.Resources/Localisation/Web/Users.fr.resx
@@ -302,7 +302,7 @@
Profil de {0}
- Publié {0}
+ A publié {0}
{0} commentaire|{0} commentaires
diff --git a/osu.Game.Resources/Localisation/Web/Users.hr-HR.resx b/osu.Game.Resources/Localisation/Web/Users.hr-HR.resx
index 512d50c..8a74cc7 100644
--- a/osu.Game.Resources/Localisation/Web/Users.hr-HR.resx
+++ b/osu.Game.Resources/Localisation/Web/Users.hr-HR.resx
@@ -220,9 +220,81 @@
Razlog
+
+ Pošalji prijavu
+
Poništi
+
+ Varanje
+
+
+ Korištenje više korisničkih profila
+
+
+ Vrijeđanje mene / drugih
+
+
+ Spamanje
+
+
+ Gluposti
+
+
+ Ostalo (navedite ispod)
+
+
+ Vaš račun je organičen!
+
+
+ Dok ste ograničeni, nećete moći komunicirati s drugim igračima i vaši rezultati će biti vidljivi samo Vama. To je obični rezultat automatskog procesa i obično će se ukloniti u roku od 24 sata. Ako se želite apelovati na Vaše ograničenje, molimo <a href="mailto{0}@ppy.sh">kontaktirajte podršku</a>.
+
+
+ {0} godina
+
+
+ promijeni svoj avatar!
+
+
+ Ovdje od početka
+
+
+ osu!developer
+
+
+ osu!supporter
+
+
+ Pridružio se {0}
+
+
+ Zadnje viđen {0}
+
+
+ Trenutno online
+
+
+ Iz {0}
+
+
+ prethodno znan kao
+
+
+ Igra sa {0}
+
+
+ {0} profil
+
+
+ Postavio {0}
+
+
+ {0} komentar|{0} komentari
+
+
+ Postavi sliku
+
Zaključano
diff --git a/osu.Game.Resources/Localisation/Web/Users.id.resx b/osu.Game.Resources/Localisation/Web/Users.id.resx
index 6d969da..28d0070 100644
--- a/osu.Game.Resources/Localisation/Web/Users.id.resx
+++ b/osu.Game.Resources/Localisation/Web/Users.id.resx
@@ -164,7 +164,7 @@
Lupa kata sandi?
- Silakan sign in untuk melanjutkan
+ Silakan masuk untuk melanjutkan
Anda telah berulang kali gagal memasukkan kredensial pengguna yang valid. Harap selesaikan captcha berikut dan coba lagi. (Muat ulang laman ini apabila captcha tidak terlihat)
@@ -218,7 +218,7 @@
Komentar Tambahan
- Mohon berikan informasi apa pun yang Anda yakini dapat bermanfaat.
+ Mohon berikan informasi apapun yang Anda yakini dapat bermanfaat.
Alasan
diff --git a/osu.Game.Resources/Localisation/Web/Users.nl.resx b/osu.Game.Resources/Localisation/Web/Users.nl.resx
index ed454ce..f666b2d 100644
--- a/osu.Game.Resources/Localisation/Web/Users.nl.resx
+++ b/osu.Game.Resources/Localisation/Web/Users.nl.resx
@@ -379,6 +379,9 @@
Beatmaps in het kerkhof
+
+ Beatmaps met gastdeelname
+
Loved Beatmaps
diff --git a/osu.Game.Resources/Localisation/Web/Users.pt-BR.resx b/osu.Game.Resources/Localisation/Web/Users.pt-BR.resx
index 31301bb..e81e2c2 100644
--- a/osu.Game.Resources/Localisation/Web/Users.pt-BR.resx
+++ b/osu.Game.Resources/Localisation/Web/Users.pt-BR.resx
@@ -379,6 +379,9 @@
Beatmaps no Cemitério
+
+ Beatmaps de Participação de Visitantes
+
Beatmaps Loved
diff --git a/osu.Game.Resources/Localisation/Web/Users.ru.resx b/osu.Game.Resources/Localisation/Web/Users.ru.resx
index 8195cd3..7d594ab 100644
--- a/osu.Game.Resources/Localisation/Web/Users.ru.resx
+++ b/osu.Game.Resources/Localisation/Web/Users.ru.resx
@@ -575,13 +575,13 @@
Нарушения
- с аккаунтом <strong>{0}</strong> не всё хорошо :(
+ С аккаунтом <strong>{0}</strong> не всё хорошо :(
{0} сможет говорить снова через {1}.
- Недавние нарушения
+ Недавние
Дата
@@ -602,10 +602,10 @@
{0}
- Рестриктед
+ Бан
- Сайленс
+ Заглушение
Заметка
diff --git a/osu.Game.Resources/Localisation/Web/Users.th.resx b/osu.Game.Resources/Localisation/Web/Users.th.resx
index 77199c1..0c6792b 100644
--- a/osu.Game.Resources/Localisation/Web/Users.th.resx
+++ b/osu.Game.Resources/Localisation/Web/Users.th.resx
@@ -527,6 +527,12 @@
First Place Ranks
+
+ ปักหมุด
+
+
+ คะแนนที่ปักหมุดไว้
+
จำนวน Votes ที่ได้ให้ (เมื่อสามเดือนที่แล้ว)
diff --git a/osu.Game.Resources/Localisation/Web/Users.tr.resx b/osu.Game.Resources/Localisation/Web/Users.tr.resx
index 5065382..3c13978 100644
--- a/osu.Game.Resources/Localisation/Web/Users.tr.resx
+++ b/osu.Game.Resources/Localisation/Web/Users.tr.resx
@@ -307,6 +307,12 @@
{0} yorum|{0} yorum
+
+ Kapağı gizle
+
+
+ Kapağı göster
+
Kapak Fotoğrafını Değiştir
@@ -373,6 +379,9 @@
Mezarlıktaki Beatmapler
+
+ Beatmap'e misafir olarak katıl
+
Sevilen Beatmapler
@@ -493,6 +502,9 @@
Madalyalar
+
+ Oynama listesi Oyunları
+
Gönderiler
@@ -505,6 +517,9 @@
Son
+
+ Çok Oyunculu Oyunlar
+
Tekrarı İndir
@@ -526,6 +541,21 @@
Birincilikler
+
+ Sabitlemeyi kaldır
+
+
+ Skoru sabitlemeyi kaldır
+
+
+ Sabitle
+
+
+ Sabitlenmiş skor
+
+
+ Sabitlenmiş skorlar
+
Verilen Oylar (son 3 ayda)
diff --git a/osu.Game.Resources/Localisation/Web/UsersStrings.cs b/osu.Game.Resources/Localisation/Web/UsersStrings.cs
index c06640a..15d30d7 100644
--- a/osu.Game.Resources/Localisation/Web/UsersStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/UsersStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/Validation.fil-PH.resx b/osu.Game.Resources/Localisation/Web/Validation.fil-PH.resx
index 9de417b..dc5d8a2 100644
--- a/osu.Game.Resources/Localisation/Web/Validation.fil-PH.resx
+++ b/osu.Game.Resources/Localisation/Web/Validation.fil-PH.resx
@@ -59,7 +59,7 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
- {0} ay kulang ng numero or letra
+ {0} ay nakulangan ng numero or letra
{0} ay kinakailangan
diff --git a/osu.Game.Resources/Localisation/Web/Validation.id.resx b/osu.Game.Resources/Localisation/Web/Validation.id.resx
index 67bad9b..cfdb4d9 100644
--- a/osu.Game.Resources/Localisation/Web/Validation.id.resx
+++ b/osu.Game.Resources/Localisation/Web/Validation.id.resx
@@ -59,7 +59,7 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
- {0} tidak mengandung angka atau huruf
+ Terdapat angka atau huruf yang hilang pada {0}
{0} diperlukan
diff --git a/osu.Game.Resources/Localisation/Web/ValidationStrings.cs b/osu.Game.Resources/Localisation/Web/ValidationStrings.cs
index 4f6ef20..f3ff1d7 100644
--- a/osu.Game.Resources/Localisation/Web/ValidationStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/ValidationStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;
diff --git a/osu.Game.Resources/Localisation/Web/Wiki.th.resx b/osu.Game.Resources/Localisation/Web/Wiki.th.resx
index 360f01e..090687d 100644
--- a/osu.Game.Resources/Localisation/Web/Wiki.th.resx
+++ b/osu.Game.Resources/Localisation/Web/Wiki.th.resx
@@ -79,6 +79,9 @@
ค้นหาหน้าที่มีอยู่สำหรับ {0}.
+
+ บทความนี้ยังไม่สมบูรณ์และกำลังรอบางคนมาขยายบทความนี้
+
เนื้อหา
diff --git a/osu.Game.Resources/Localisation/Web/WikiStrings.cs b/osu.Game.Resources/Localisation/Web/WikiStrings.cs
index 5236f73..c4a07cc 100644
--- a/osu.Game.Resources/Localisation/Web/WikiStrings.cs
+++ b/osu.Game.Resources/Localisation/Web/WikiStrings.cs
@@ -1,4 +1,4 @@
-// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
+// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Localisation;