From 2110801feb231ef29a6a4fad101d7eed8b1b5548 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Fri, 22 Apr 2022 14:23:51 +0900 Subject: [PATCH 1/3] Add new client localisations --- osu.Game.Resources/Localisation/Common.resx | 8 +- .../Localisation/FirstRunSetupOverlay.resx | 87 +++++++++++++++++++ .../Localisation/GeneralSettings.resx | 3 + 3 files changed, 94 insertions(+), 4 deletions(-) create mode 100644 osu.Game.Resources/Localisation/FirstRunSetupOverlay.resx diff --git a/osu.Game.Resources/Localisation/Common.resx b/osu.Game.Resources/Localisation/Common.resx index d6c40e2..45649ed 100644 --- a/osu.Game.Resources/Localisation/Common.resx +++ b/osu.Game.Resources/Localisation/Common.resx @@ -58,11 +58,11 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Cancel + + Back - - Clear + + Finish Enabled diff --git a/osu.Game.Resources/Localisation/FirstRunSetupOverlay.resx b/osu.Game.Resources/Localisation/FirstRunSetupOverlay.resx new file mode 100644 index 0000000..ed91ffc --- /dev/null +++ b/osu.Game.Resources/Localisation/FirstRunSetupOverlay.resx @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Get started + + + Click to resume first-run setup at any point + + + First-run setup + + + Set up osu! to suit you + + + Welcome + + + Welcome to the first-run setup guide! + +osu! is a very configurable game, and diving straight into the settings can sometimes be overwhelming. This guide will help you get the important choices out of the way to ensure a great first experience! + + + The size of the osu! user interface can be adjusted to your liking. + + + Next ({0}) + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/GeneralSettings.resx b/osu.Game.Resources/Localisation/GeneralSettings.resx index e50a9bc..c687df9 100644 --- a/osu.Game.Resources/Localisation/GeneralSettings.resx +++ b/osu.Game.Resources/Localisation/GeneralSettings.resx @@ -88,4 +88,7 @@ Change folder location... + + Run setup wizard + \ No newline at end of file From d7a6bed3cd5eb9803668ef5ba877b0bab3a6ad09 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Fri, 22 Apr 2022 14:24:58 +0900 Subject: [PATCH 2/3] Update translations from crowdin --- .../Localisation/AudioSettings.ar.resx | 97 ++++++++ .../Localisation/AudioSettings.de.resx | 3 + .../Localisation/BeatmapOffsetControl.ar.resx | 79 +++++++ .../Localisation/BeatmapOffsetControl.be.resx | 2 +- .../Localisation/BeatmapOffsetControl.cs.resx | 2 +- .../Localisation/BeatmapOffsetControl.de.resx | 79 +++++++ .../BeatmapOffsetControl.fa-IR.resx | 79 +++++++ .../Localisation/BeatmapOffsetControl.ja.resx | 2 +- .../Localisation/BeatmapOffsetControl.ko.resx | 79 +++++++ .../Localisation/BeatmapOffsetControl.ru.resx | 4 +- .../Localisation/BeatmapOffsetControl.uk.resx | 4 +- .../Localisation/BindingSettings.ar.resx | 70 ++++++ .../Localisation/DebugSettings.ar.resx | 85 +++++++ .../Localisation/GameplaySettings.ar.resx | 121 ++++++++++ .../Localisation/GameplaySettings.nl.resx | 4 +- .../GlobalActionKeyBinding.ar.resx | 217 ++++++++++++++++++ .../Localisation/GraphicsSettings.ar.resx | 136 +++++++++++ .../Localisation/GraphicsSettings.fa-IR.resx | 3 + .../Localisation/InputSettings.ar.resx | 88 +++++++ .../Localisation/InputSettings.zh.resx | 2 +- .../Localisation/Leaderboard.ar.resx | 82 +++++++ .../Localisation/Leaderboard.de.resx | 82 +++++++ .../Localisation/Leaderboard.fa-IR.resx | 82 +++++++ .../Localisation/MaintenanceSettings.ar.resx | 97 ++++++++ .../Localisation/MouseSettings.ar.resx | 94 ++++++++ .../MultiplayerTeamResultsScreen.ar.resx | 67 ++++++ .../NamedOverlayComponent.ar.resx | 79 +++++++ .../Localisation/OnlineSettings.ar.resx | 94 ++++++++ .../Localisation/RulesetSettings.ar.resx | 64 ++++++ .../Localisation/RulesetSettings.de.resx | 2 +- .../Localisation/SkinSettings.ar.resx | 88 +++++++ .../Localisation/SkinSettings.nl.resx | 2 +- .../Localisation/TabletSettings.ar.resx | 88 +++++++ osu.Game.Resources/Localisation/Toast.ar.resx | 76 ++++++ .../Localisation/UserInterface.ar.resx | 121 ++++++++++ 35 files changed, 2262 insertions(+), 12 deletions(-) create mode 100644 osu.Game.Resources/Localisation/AudioSettings.ar.resx create mode 100644 osu.Game.Resources/Localisation/BeatmapOffsetControl.ar.resx create mode 100644 osu.Game.Resources/Localisation/BeatmapOffsetControl.de.resx create mode 100644 osu.Game.Resources/Localisation/BeatmapOffsetControl.fa-IR.resx create mode 100644 osu.Game.Resources/Localisation/BeatmapOffsetControl.ko.resx create mode 100644 osu.Game.Resources/Localisation/BindingSettings.ar.resx create mode 100644 osu.Game.Resources/Localisation/DebugSettings.ar.resx create mode 100644 osu.Game.Resources/Localisation/GameplaySettings.ar.resx create mode 100644 osu.Game.Resources/Localisation/GlobalActionKeyBinding.ar.resx create mode 100644 osu.Game.Resources/Localisation/GraphicsSettings.ar.resx create mode 100644 osu.Game.Resources/Localisation/InputSettings.ar.resx create mode 100644 osu.Game.Resources/Localisation/Leaderboard.ar.resx create mode 100644 osu.Game.Resources/Localisation/Leaderboard.de.resx create mode 100644 osu.Game.Resources/Localisation/Leaderboard.fa-IR.resx create mode 100644 osu.Game.Resources/Localisation/MaintenanceSettings.ar.resx create mode 100644 osu.Game.Resources/Localisation/MouseSettings.ar.resx create mode 100644 osu.Game.Resources/Localisation/MultiplayerTeamResultsScreen.ar.resx create mode 100644 osu.Game.Resources/Localisation/NamedOverlayComponent.ar.resx create mode 100644 osu.Game.Resources/Localisation/OnlineSettings.ar.resx create mode 100644 osu.Game.Resources/Localisation/RulesetSettings.ar.resx create mode 100644 osu.Game.Resources/Localisation/SkinSettings.ar.resx create mode 100644 osu.Game.Resources/Localisation/TabletSettings.ar.resx create mode 100644 osu.Game.Resources/Localisation/Toast.ar.resx create mode 100644 osu.Game.Resources/Localisation/UserInterface.ar.resx diff --git a/osu.Game.Resources/Localisation/AudioSettings.ar.resx b/osu.Game.Resources/Localisation/AudioSettings.ar.resx new file mode 100644 index 0000000..400ad63 --- /dev/null +++ b/osu.Game.Resources/Localisation/AudioSettings.ar.resx @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + الصوت + + + الأجهزة + + + مستوى الصوت + + + جهاز الإخراج + + + فصل اصوات النقر الى صوت ستيريو + + + إحترافي + + + إحترافي(نافذة غير نشطة) + + + تأثير + + + موسيقى + + + تعديل الإزاحة + + + إزاحة الصوت + + + مُعالج الإزاحة + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/AudioSettings.de.resx b/osu.Game.Resources/Localisation/AudioSettings.de.resx index efe210d..9be5aa7 100644 --- a/osu.Game.Resources/Localisation/AudioSettings.de.resx +++ b/osu.Game.Resources/Localisation/AudioSettings.de.resx @@ -70,6 +70,9 @@ Ausgabegerät + + Treffersound-Stereo-Trennung + Gesamtlautstärke diff --git a/osu.Game.Resources/Localisation/BeatmapOffsetControl.ar.resx b/osu.Game.Resources/Localisation/BeatmapOffsetControl.ar.resx new file mode 100644 index 0000000..97ae5af --- /dev/null +++ b/osu.Game.Resources/Localisation/BeatmapOffsetControl.ar.resx @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + إزاجة الخريطة + + + التشغيل السابق: + + + لعبك للخريطة السابقة قصير جدًا لاستخدامه للمعايرة + + + معايرة باستخدام إخر خريطة لعبتها + + + (تظهر الأجسام لاحِقاََ) + + + (تظهر الأجسام سابقاََ) + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/BeatmapOffsetControl.be.resx b/osu.Game.Resources/Localisation/BeatmapOffsetControl.be.resx index 4de0e30..b5dac40 100644 --- a/osu.Game.Resources/Localisation/BeatmapOffsetControl.be.resx +++ b/osu.Game.Resources/Localisation/BeatmapOffsetControl.be.resx @@ -68,7 +68,7 @@ Мінулая гульня занадта кароткая для каліброўкі - Адкалібраваць карыстаясь мінулай гульнёй + Калібраваць (аб'екты з'яўляюцца пазней) diff --git a/osu.Game.Resources/Localisation/BeatmapOffsetControl.cs.resx b/osu.Game.Resources/Localisation/BeatmapOffsetControl.cs.resx index 80a60cc..0dfeac0 100644 --- a/osu.Game.Resources/Localisation/BeatmapOffsetControl.cs.resx +++ b/osu.Game.Resources/Localisation/BeatmapOffsetControl.cs.resx @@ -68,7 +68,7 @@ Předchozí hra je příliš krátká pro použití ke kalibraci - Kalibrovat pomocí poslední hry + Kalibrovat (hit objekty se objeví později) diff --git a/osu.Game.Resources/Localisation/BeatmapOffsetControl.de.resx b/osu.Game.Resources/Localisation/BeatmapOffsetControl.de.resx new file mode 100644 index 0000000..e127fa4 --- /dev/null +++ b/osu.Game.Resources/Localisation/BeatmapOffsetControl.de.resx @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Beatmap-Offset + + + Vorheriges Spiel: + + + Vorheriges Spiel zu kurz für Kalibrierung + + + Mit leztem Spiel kalibrieren + + + (Trefferobjekte erscheinen später) + + + (Trefferobjekte erscheinen früher) + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/BeatmapOffsetControl.fa-IR.resx b/osu.Game.Resources/Localisation/BeatmapOffsetControl.fa-IR.resx new file mode 100644 index 0000000..388d156 --- /dev/null +++ b/osu.Game.Resources/Localisation/BeatmapOffsetControl.fa-IR.resx @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + آفست بیت مپ + + + بازی قبلی: + + + بازی قبلی خیلی کوتاه بود تا در کالیبره کردن استفاده شود + + + کالیبره کردن توسط آخرین بازی + + + (اشیا دیرتر آشکار می شوند) + + + (اشیا زودتر آشکار می شوند) + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/BeatmapOffsetControl.ja.resx b/osu.Game.Resources/Localisation/BeatmapOffsetControl.ja.resx index 969b236..5dc1705 100644 --- a/osu.Game.Resources/Localisation/BeatmapOffsetControl.ja.resx +++ b/osu.Game.Resources/Localisation/BeatmapOffsetControl.ja.resx @@ -68,7 +68,7 @@ 前回のプレイ時間が短すぎるためキャリブレーションは利用できません - 最終プレイを利用して調整する + 調整する (ヒットオブジェクトは後で表示されます) diff --git a/osu.Game.Resources/Localisation/BeatmapOffsetControl.ko.resx b/osu.Game.Resources/Localisation/BeatmapOffsetControl.ko.resx new file mode 100644 index 0000000..a999634 --- /dev/null +++ b/osu.Game.Resources/Localisation/BeatmapOffsetControl.ko.resx @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 비트맵 오프셋 + + + 이전 플레이: + + + 이전 플레이가 보정으로 쓰기에는 너무 짧습니다 + + + 마지막 플레이로 보정 + + + (히트 오브젝트가 늦게 나타납니다) + + + (히트 오브젝트가 빨리 나타납니다) + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/BeatmapOffsetControl.ru.resx b/osu.Game.Resources/Localisation/BeatmapOffsetControl.ru.resx index e955e9e..6015b43 100644 --- a/osu.Game.Resources/Localisation/BeatmapOffsetControl.ru.resx +++ b/osu.Game.Resources/Localisation/BeatmapOffsetControl.ru.resx @@ -65,10 +65,10 @@ Предыдущая игра: - Предыдущая игра слишком короткая для калибровки + Предыдущая игра была слишком короткой для калибровки - Откалибровать по предыдущей игре + Калибровать (ноты появляются позже) diff --git a/osu.Game.Resources/Localisation/BeatmapOffsetControl.uk.resx b/osu.Game.Resources/Localisation/BeatmapOffsetControl.uk.resx index 241c380..3b86830 100644 --- a/osu.Game.Resources/Localisation/BeatmapOffsetControl.uk.resx +++ b/osu.Game.Resources/Localisation/BeatmapOffsetControl.uk.resx @@ -59,7 +59,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Оффсет мапи + Офсет мапи Попередня спроба: @@ -68,7 +68,7 @@ Попередня спроба занадто коротка для використання калібрування - Калібрувати використовуючи останню спробу + Калібрувати (об'єктів пізнше) diff --git a/osu.Game.Resources/Localisation/BindingSettings.ar.resx b/osu.Game.Resources/Localisation/BindingSettings.ar.resx new file mode 100644 index 0000000..c622103 --- /dev/null +++ b/osu.Game.Resources/Localisation/BindingSettings.ar.resx @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + الاختصار والـ Binding في اللعبة + + + ضبط + + + تغيير مفاتيح الاختصار العامة وBinds اللعبة + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/DebugSettings.ar.resx b/osu.Game.Resources/Localisation/DebugSettings.ar.resx new file mode 100644 index 0000000..46eedf3 --- /dev/null +++ b/osu.Game.Resources/Localisation/DebugSettings.ar.resx @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + التنقيح + + + عام + + + أظهر لائِحة السجل + + + تجاوز المرور من الواجهة إلى الخلفية + + + استيراد الملفات + + + الذاكرة + + + مسح التخزين المؤقت + + + Compact realm + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/GameplaySettings.ar.resx b/osu.Game.Resources/Localisation/GameplaySettings.ar.resx new file mode 100644 index 0000000..6d91dc5 --- /dev/null +++ b/osu.Game.Resources/Localisation/GameplaySettings.ar.resx @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + اللعب + + + الخريطة + + + عام + + + الصوت + + + الواجهة + + + الإدخال + + + الخلفية + + + درجة عتمة الخلفية + + + ضبابية الخلفية + + + تشغيل اضواء الخلفية أثناء فترة الاستراحة + + + وضع رؤية غِطاء الواجهة + + + إظهار رسم بياني للصعوبة على شريط التقدم + + + إظهار شريط الصحة حتى عند عدم الفشل في الخريطة + + + جعل الخلفية تتلاشى الى اللون الأحمر عندما ينخفض شريط الصحة + + + إظهار المفاتيح الجانبية دائمًا اثناء اللعب + + + دائماََ شغل صوت تخريب اول كومبو + + + وضع عرض النتائج + + + تعطيل مفتاح ويندوز أثناء اللعب + + + المودات + + + زيادة وضوح اول شيء تراه اثناء اللعب عند تمكين إعدادات الضعف البصري + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/GameplaySettings.nl.resx b/osu.Game.Resources/Localisation/GameplaySettings.nl.resx index 0bbf658..05d294a 100644 --- a/osu.Game.Resources/Localisation/GameplaySettings.nl.resx +++ b/osu.Game.Resources/Localisation/GameplaySettings.nl.resx @@ -80,10 +80,10 @@ Achtergrond - Achtergrond donkerder maken + Achtergrond-dimming - Achtergrond vervagen + Achtergrondvervaging Speelveld lichter maken tijdens pauzes diff --git a/osu.Game.Resources/Localisation/GlobalActionKeyBinding.ar.resx b/osu.Game.Resources/Localisation/GlobalActionKeyBinding.ar.resx new file mode 100644 index 0000000..d8c1f1b --- /dev/null +++ b/osu.Game.Resources/Localisation/GlobalActionKeyBinding.ar.resx @@ -0,0 +1,217 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + إظهار\إخفاء الدردشة + + + إظهار\إخفاء القائِمة الإجتماعية + + + إعادة تعيين إعدادات الإدخال + + + إظهار\إخفاء شريط الأدوات + + + إظهار\إخفاء الإعدادات + + + إظهار\إخفاء قائمة الخرائط + + + زيادة\رفع الصوت + + + تقليل\خفضْ الصوت + + + وضع الكتم + + + تخطي المشهد + + + إعادة المحاولة بسرعة (إبقى ضاغِطاََ) + + + التقاط لقطة الشاشة + + + إطفاء\تشغيل أزرار لعب الماوس + + + عودة + + + زيادة سرعة التمرير + + + تقليل سرعة التمرير + + + حدّد + + + الخروج سريعاََ (إبقى ضاغِطاََ) + + + الأغنية التالية + + + الأغنية السابقة + + + تشغيل / إيقاف مؤقت + + + إظهار\إخفاء لائِحة "اللعب الأن" + + + الاختيار السابق + + + التحديد التالي + + + الرئيسية + + + إطفاء\تشغيل الإشعارات + + + إيقاف اللعبة مؤقتاََ + + + وضع الإعداد + + + وضع الإنشاء + + + وضع التصميم + + + وضع التوقيت + + + التدوير بين شبكة نمط العرض + + + اختبار اللعبة + + + إبقى ضاغِطاََ لـ الواجهة + + + Skin عشوائي + + + إيقاف مؤقت / استئناف الـReplay + + + إظهار\إخفاء الواجهة اثناء اللعب + + + تبديل اختيار المود + + + عشوائي + + + إرجاع + + + خيارات الخريطة + + + وضع التحقق + + + دفع الإختيار نحو اليسار + + + دفع الإختيار نحو اليمين + + + قلب الاختيار أفقياً + + + قلب الاختيار عمودياً + + + إظهار\إخفاء محرر الـSkin + + + مقياس الصوت السابق + + + مقياس الصوت التالي + + + تقديم الـReplay الى الأمام + + + تقديم الـReplay الى الوراء + + + التبديل بين التركيز على الدردشة + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/GraphicsSettings.ar.resx b/osu.Game.Resources/Localisation/GraphicsSettings.ar.resx new file mode 100644 index 0000000..f7849cc --- /dev/null +++ b/osu.Game.Resources/Localisation/GraphicsSettings.ar.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + الرسومات + + + العارِض + + + مُخَصِص حد الإطار + + + وضع النقاشات + + + إظهار FPS + + + استخدام عدد إطارات بلا حدود يمكن أن يؤدي إلى توقف مفاجئ, اداء سيئ وإرتفاع حرارة المعالج. لن يؤدي إلى تحسين الـ Latency. يُنصح بـ "معدل التحديث 2x". + + + الواجهة + + + وضع الشاشة + + + الدقة + + + الشاشة + + + نِطاق الواجهة + + + نِطاق الشاشة + + + الموضع الأفقي + + + الموضع العمودي + + + المقياس الأفقي + + + المقياس العمودي + + + التشغيل بدون وضع ملء الشاشة سيزيد من الـ Latency! + + + إعدادات التفاصيل + + + لوحة قِصصية / فيديو + + + اضواء النقر + + + لقطات الشاشة + + + تنسيق لقطة الشاشة + + + إظهار المؤشر في لقطات الشاشة + + + فيديو + + + استخدام تعزيز الجهاز + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/GraphicsSettings.fa-IR.resx b/osu.Game.Resources/Localisation/GraphicsSettings.fa-IR.resx index 1af0e06..e43ea2e 100644 --- a/osu.Game.Resources/Localisation/GraphicsSettings.fa-IR.resx +++ b/osu.Game.Resources/Localisation/GraphicsSettings.fa-IR.resx @@ -85,6 +85,9 @@ وضوح تصویر + + نمایش + مقیاس پذیر diff --git a/osu.Game.Resources/Localisation/InputSettings.ar.resx b/osu.Game.Resources/Localisation/InputSettings.ar.resx new file mode 100644 index 0000000..98ff9be --- /dev/null +++ b/osu.Game.Resources/Localisation/InputSettings.ar.resx @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + الإدخال + + + العام + + + إختيار الأغنية + + + داخل اللعبة + + + الصوت + + + المحرر + + + إعادة تعيين جميع الـ Binds في هذا القسم + + + تكوين المفاتيح + + + تخصيص المفاتيح! + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/InputSettings.zh.resx b/osu.Game.Resources/Localisation/InputSettings.zh.resx index 9e39e5d..157c636 100644 --- a/osu.Game.Resources/Localisation/InputSettings.zh.resx +++ b/osu.Game.Resources/Localisation/InputSettings.zh.resx @@ -77,7 +77,7 @@ 编辑器 - 重置本节里的所有绑定 + 重置本节里的所有键位设置 键位设置 diff --git a/osu.Game.Resources/Localisation/Leaderboard.ar.resx b/osu.Game.Resources/Localisation/Leaderboard.ar.resx new file mode 100644 index 0000000..0cadbb0 --- /dev/null +++ b/osu.Game.Resources/Localisation/Leaderboard.ar.resx @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + تعذر جلب النتائج! + + + الرجاء تحديد خريطة! + + + لوحة المتصدرين غير متوفرة لهذه الخرائط! + + + لوحة المتصدرين غير متوفرة لهذه الخريطة! + + + لا نتائج حتى الأن! + + + الرجاء تسجيل الدخول لعرض النتائج عبر الإنترنت! + + + يرجى الاستثمار في علامة مؤيد!osu لعرض نوع النتائج هذا! + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/Leaderboard.de.resx b/osu.Game.Resources/Localisation/Leaderboard.de.resx new file mode 100644 index 0000000..f079b9d --- /dev/null +++ b/osu.Game.Resources/Localisation/Leaderboard.de.resx @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Scores konnten nicht abgerufen werden! + + + Bitte wähle eine Beatmap aus! + + + Ranglisten sind für dieses Regelwerk nicht verfügbar! + + + Ranglisten sind nicht für diese Beatmap verfügbar! + + + Noch keine Einträge! + + + Bitte melde dich an, um Online-Ranglisten anzusehen! + + + Bitte investiere in ein osu!supporter-Tag, um diese Rangliste anzusehen! + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/Leaderboard.fa-IR.resx b/osu.Game.Resources/Localisation/Leaderboard.fa-IR.resx new file mode 100644 index 0000000..cc5e336 --- /dev/null +++ b/osu.Game.Resources/Localisation/Leaderboard.fa-IR.resx @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + دریافت امتیازات شکست خورد! + + + لطفا یک بیت مپ را انتخاب کنید! + + + تابلو های امتیازات برای این رول ست در دسترس نیست! + + + تابلو های امتیازات برای این بیت مپ در دسترس نیست! + + + هنوز سابقه ای وجود ندارد! + + + لطفا برای دیدن تابلو های امتیازات، وارد شوید! + + + لطفا برای دیدن این تابلوی امتیازات اقدام به خرید osu!supporter کنید! + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/MaintenanceSettings.ar.resx b/osu.Game.Resources/Localisation/MaintenanceSettings.ar.resx new file mode 100644 index 0000000..d0cbaf5 --- /dev/null +++ b/osu.Game.Resources/Localisation/MaintenanceSettings.ar.resx @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + الصيانة + + + اختر المسار + + + استيراد الخرائط من الإصدار المستقر + + + حذف جميع الخرائط + + + استيراد نتائج الخرائط من الإصدار المستقر + + + حذف جميع النتائج + + + استيراد الـSkins من الإصدار المستقر + + + حذف جميع الـSkins + + + استيراد التشكيلات من الإصدار المستقر + + + حذف جميع التشكيلات + + + استعادة جميع الصعوبات المخفية + + + استعادة جميع الخرائط المحذوفة مؤخرا + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/MouseSettings.ar.resx b/osu.Game.Resources/Localisation/MouseSettings.ar.resx new file mode 100644 index 0000000..6743e51 --- /dev/null +++ b/osu.Game.Resources/Localisation/MouseSettings.ar.resx @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ماوس + + + غير قابل للتطبيق في وضع ملء الشاشة + + + ماوس عالي الدقة + + + قم بتجاوز أي تأخير في نظام التشغيل. في ويندوز، هذا ما كان يعرف باسم "الإدخال الخام". + + + تأكيد مؤشر الماوس إلى النافذة + + + تعطيل ضبط مستوى الصوت عن طريق عجلة الماوس أثناء اللعب + + + لا يزال يمكن تغيير مستوى الصوت باستخدام عجلة الماوس بالضغط على "Alt" وتحريك العجلة + + + تعطيل أزرار الماوس أثناء اللعب + + + فِعل دقة الماوس العالية لتتمكن من ضبط الحساسية + + + حساسية المؤشر + + + هذا الخيار فيه مشاكل معروفة على نظامك. في حين صادفت مشاكل، فمن المستحسن ضبط الحساسية خارجيا وإبقاء هذا الخيار معطلاََ. + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/MultiplayerTeamResultsScreen.ar.resx b/osu.Game.Resources/Localisation/MultiplayerTeamResultsScreen.ar.resx new file mode 100644 index 0000000..3e554d3 --- /dev/null +++ b/osu.Game.Resources/Localisation/MultiplayerTeamResultsScreen.ar.resx @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + الفريق {0} يفوز! + + + الفرق متعادلة! + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/NamedOverlayComponent.ar.resx b/osu.Game.Resources/Localisation/NamedOverlayComponent.ar.resx new file mode 100644 index 0000000..9d195f5 --- /dev/null +++ b/osu.Game.Resources/Localisation/NamedOverlayComponent.ar.resx @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + تصفح للحصول على خرائط جديدة + + + تتبع تحديثات التطوير الجديدة في نظام osu! + + + عرض أصدقائك ومعلومات أخرى + + + إعرِف من هو الأفضل الآن + + + احصل على آخر أحداث المجتمع + + + قاعدة المعرفة + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/OnlineSettings.ar.resx b/osu.Game.Resources/Localisation/OnlineSettings.ar.resx new file mode 100644 index 0000000..5432a0c --- /dev/null +++ b/osu.Game.Resources/Localisation/OnlineSettings.ar.resx @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + على الانترنت + + + التنبيهات والخصوصية + + + إظهار إشعار عندما يذكر شخص اسمك + + + إظهار إشعار عند تلقي رسالة خاصة + + + المدمجات + + + قائمة دسكورد التناغمية + + + الويب + + + حذِرني عِند فتح الروابط الخارجية + + + تفضيل التنزيلات بدون فيديو + + + تحميل الخرائط تلقائياً عند التفرُج على شخص ما + + + إظهار محتوى صريح في نتائج البحث + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/RulesetSettings.ar.resx b/osu.Game.Resources/Localisation/RulesetSettings.ar.resx new file mode 100644 index 0000000..1394350 --- /dev/null +++ b/osu.Game.Resources/Localisation/RulesetSettings.ar.resx @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Rulesets + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/RulesetSettings.de.resx b/osu.Game.Resources/Localisation/RulesetSettings.de.resx index 729ac00..f59165f 100644 --- a/osu.Game.Resources/Localisation/RulesetSettings.de.resx +++ b/osu.Game.Resources/Localisation/RulesetSettings.de.resx @@ -59,6 +59,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Regeln + Regelwerke \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/SkinSettings.ar.resx b/osu.Game.Resources/Localisation/SkinSettings.ar.resx new file mode 100644 index 0000000..dc524c9 --- /dev/null +++ b/osu.Game.Resources/Localisation/SkinSettings.ar.resx @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Skin + + + الـSkin الحالي + + + محرِر نمطية الـSkin + + + حجم مؤشر اللعبة + + + ضبط حجم مؤشر اللعبة بناء على الخريطة الحالية + + + Skins الخريطة + + + ألوان الخريطة + + + أصوات الخريطة + + + إستخراج الـSkin المُحدد + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/SkinSettings.nl.resx b/osu.Game.Resources/Localisation/SkinSettings.nl.resx index 402dd65..e0c8901 100644 --- a/osu.Game.Resources/Localisation/SkinSettings.nl.resx +++ b/osu.Game.Resources/Localisation/SkinSettings.nl.resx @@ -80,7 +80,7 @@ Beatmapkleuren - Beatmap-hitgeluiden + Beatmap hitsounds Huidige skin exporteren diff --git a/osu.Game.Resources/Localisation/TabletSettings.ar.resx b/osu.Game.Resources/Localisation/TabletSettings.ar.resx new file mode 100644 index 0000000..06b1493 --- /dev/null +++ b/osu.Game.Resources/Localisation/TabletSettings.ar.resx @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + تابلت + + + لم يتم اكتشاف أي تابلت! + + + إعادة التعيين إلى منطقة كاملة + + + طابق مع ابعاد اللعبة + + + إزاحة X + + + إزاحة Y + + + الدوران + + + تناسب الأبعاد + + + قفل نسبة الأبعاد + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/Toast.ar.resx b/osu.Game.Resources/Localisation/Toast.ar.resx new file mode 100644 index 0000000..db5c940 --- /dev/null +++ b/osu.Game.Resources/Localisation/Toast.ar.resx @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + لا يوجد مفتاح مرتبط + + + الموسيقى الحالية + + + إيقاف الأغنية مؤقتاََ + + + تشغيل الأغنية + + + إعادة تشغيل الأغنية + + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/UserInterface.ar.resx b/osu.Game.Resources/Localisation/UserInterface.ar.resx new file mode 100644 index 0000000..d2d7ecd --- /dev/null +++ b/osu.Game.Resources/Localisation/UserInterface.ar.resx @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + واجهة المستخدم + + + عام + + + تدوير المؤشر عند الجَر + + + حجم المؤشر في القائمة + + + مؤثِرات منظورة + + + إبقى ضاغِطاََ لتأكيد وقت التفعيل + + + القائمة الرئيسية + + + أصوات الواجهة + + + سِمة الموسيقى في osu! + + + تسلسل المُقدِمة + + + مصدر الخلفية + + + خلفيات حسب الموسم + + + سيتم تطبيق التغييرات على هذا الإعداد فقط مع علامة مؤيد!osu. + + + تحديد الأغنية + + + جَر الماوس الأيمن للتمرير المطلق + + + إظهار الخرائط الهجينة + + + عرض الخرائط من + + + لِغاية + + + خوارزمية إختيار عشوائية + + + بلا حدود + + \ No newline at end of file From 86fb44ad545ee1aac5fce788cffe37fe535002a0 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Fri, 22 Apr 2022 14:25:04 +0900 Subject: [PATCH 3/3] Update osu-web sourced translations from crowdin --- .../Localisation/Web/Accounts.pl.resx | 2 +- .../Localisation/Web/Accounts.resx | 4 +- .../Localisation/Web/AccountsStrings.cs | 8 +- .../Localisation/Web/Artist.ar.resx | 46 +++++++- .../Localisation/Web/Authorization.ar.resx | 20 +++- .../Localisation/Web/Authorization.pt.resx | 2 +- .../Web/BeatmapDiscussions.ar.resx | 5 +- .../Web/BeatmapDiscussions.vi.resx | 2 +- .../Localisation/Web/Beatmappacks.ar.resx | 3 + .../Localisation/Web/Beatmaps.ar.resx | 37 ++++-- .../Localisation/Web/Beatmaps.nl.resx | 4 +- .../Localisation/Web/Beatmaps.vi.resx | 2 +- .../Localisation/Web/BeatmapsetEvents.ar.resx | 23 +++- .../Localisation/Web/BeatmapsetEvents.cs.resx | 6 + .../Localisation/Web/BeatmapsetEvents.de.resx | 3 + .../Localisation/Web/BeatmapsetEvents.ko.resx | 6 + .../Localisation/Web/BeatmapsetEvents.uk.resx | 8 +- .../Localisation/Web/Beatmapsets.ar.resx | 37 ++++-- .../Localisation/Web/Beatmapsets.cs.resx | 6 + .../Localisation/Web/Beatmapsets.de.resx | 3 + .../Localisation/Web/Beatmapsets.ko.resx | 6 + .../Localisation/Web/Beatmapsets.nl.resx | 13 ++- .../Localisation/Web/Beatmapsets.resx | 3 + .../Localisation/Web/Beatmapsets.uk.resx | 6 + .../Localisation/Web/BeatmapsetsStrings.cs | 5 + .../Localisation/Web/Chat.ar.resx | 21 ++++ .../Localisation/Web/Chat.cs.resx | 12 ++ .../Localisation/Web/Chat.de.resx | 12 ++ .../Localisation/Web/Chat.es.resx | 12 ++ .../Localisation/Web/Chat.fil-PH.resx | 12 ++ .../Localisation/Web/Chat.fr.resx | 12 ++ .../Localisation/Web/Chat.id.resx | 12 ++ .../Localisation/Web/Chat.it.resx | 12 ++ .../Localisation/Web/Chat.ko.resx | 12 ++ .../Localisation/Web/Chat.nl.resx | 18 +++ .../Localisation/Web/Chat.pl.resx | 12 ++ .../Localisation/Web/Chat.pt.resx | 12 ++ .../Localisation/Web/Chat.ru.resx | 12 ++ .../Localisation/Web/Chat.uk.resx | 12 ++ .../Localisation/Web/Chat.vi.resx | 12 ++ .../Localisation/Web/Chat.zh-Hant.resx | 12 ++ .../Localisation/Web/Chat.zh.resx | 12 ++ .../Localisation/Web/Comments.nl.resx | 4 +- .../Localisation/Web/Common.ar.resx | 6 + .../Localisation/Web/Common.nl.resx | 8 +- .../Localisation/Web/Community.ar.resx | 10 +- .../Localisation/Web/Errors.ar.resx | 3 + .../Localisation/Web/Events.ar.resx | 4 +- .../Localisation/Web/Forum.ar.resx | 108 ++++++++++++++++++ .../Localisation/Web/Forum.pt.resx | 8 +- .../Localisation/Web/Home.ar.resx | 2 +- .../Localisation/Web/Home.nl.resx | 2 +- .../Localisation/Web/Layout.ar.resx | 8 +- .../Localisation/Web/Layout.resx | 6 + .../Localisation/Web/LayoutStrings.cs | 10 ++ .../Localisation/Web/Mail.ar.resx | 3 + .../Localisation/Web/Mail.de.resx | 3 + .../Localisation/Web/Mail.nl.resx | 3 + .../Localisation/Web/Matches.ar.resx | 4 +- .../Localisation/Web/ModelValidation.ar.resx | 3 + .../Web/ModelValidation/Store/Product.uk.resx | 2 +- .../Localisation/Web/Multiplayer.ar.resx | 12 ++ .../Localisation/Web/Multiplayer.de.resx | 12 ++ .../Localisation/Web/Notifications.ar.resx | 36 ++++-- .../Localisation/Web/Notifications.de.resx | 12 ++ .../Localisation/Web/Notifications.pt.resx | 4 +- .../Localisation/Web/PageTitle.ar.resx | 9 ++ .../Localisation/Web/Paypal/Errors.ar.resx | 9 ++ .../Localisation/Web/Paypal/Errors.nl.resx | 2 +- .../Localisation/Web/Rankings.ar.resx | 2 +- .../Localisation/Web/Rankings.nl.resx | 2 +- .../Localisation/Web/Report.ar.resx | 3 + .../Localisation/Web/Scores.it.resx | 2 +- .../Localisation/Web/Sort.ar.resx | 24 ++++ .../Localisation/Web/Sort.nl.resx | 2 +- .../Localisation/Web/Users.ar.resx | 51 +++++++-- .../Localisation/Web/Users.de.resx | 12 ++ .../Localisation/Web/Users.it.resx | 2 +- .../Localisation/Web/Users.nl.resx | 8 +- .../Localisation/Web/Users.resx | 3 + .../Localisation/Web/Users.uk.resx | 2 +- .../Localisation/Web/Users.zh.resx | 2 +- .../Localisation/Web/UsersStrings.cs | 5 + .../Localisation/Web/Wiki.nl.resx | 2 +- .../Localisation/Web/Wiki.uk.resx | 2 +- 85 files changed, 791 insertions(+), 105 deletions(-) diff --git a/osu.Game.Resources/Localisation/Web/Accounts.pl.resx b/osu.Game.Resources/Localisation/Web/Accounts.pl.resx index ef8bac5..6b1a7ff 100644 --- a/osu.Game.Resources/Localisation/Web/Accounts.pl.resx +++ b/osu.Game.Resources/Localisation/Web/Accounts.pl.resx @@ -122,7 +122,7 @@ otrzymuj powiadomienia o nowych problemach z zakwalifikowanymi beatmapami dla następujących trybów - otrzymuj powiadomienia o dyskwalifikacjach beatmap z następujących trybów + otrzymuj powiadomienia o dyskwalifikacjach beatmap następujących trybów otrzymuj powiadomienia o odpowiedziach do twoich komentarzy diff --git a/osu.Game.Resources/Localisation/Web/Accounts.resx b/osu.Game.Resources/Localisation/Web/Accounts.resx index 9c934da..1d506ee 100644 --- a/osu.Game.Resources/Localisation/Web/Accounts.resx +++ b/osu.Game.Resources/Localisation/Web/Accounts.resx @@ -125,10 +125,10 @@ update - receive notifications for new problem on qualified beatmaps of following modes + receive notifications for new problems on qualified beatmaps of the following modes - receive notifications for when beatmaps of following modes are disqualified + receive notifications for when beatmaps of the following modes are disqualified receive notifications for replies to your comments diff --git a/osu.Game.Resources/Localisation/Web/AccountsStrings.cs b/osu.Game.Resources/Localisation/Web/AccountsStrings.cs index 64923eb..51ae4db 100644 --- a/osu.Game.Resources/Localisation/Web/AccountsStrings.cs +++ b/osu.Game.Resources/Localisation/Web/AccountsStrings.cs @@ -120,14 +120,14 @@ namespace osu.Game.Resources.Localisation.Web public static LocalisableString EditSignatureUpdate => new TranslatableString(getKey(@"edit.signature.update"), @"update"); /// - /// "receive notifications for new problem on qualified beatmaps of following modes" + /// "receive notifications for new problems on qualified beatmaps of the following modes" /// - public static LocalisableString NotificationsBeatmapsetDiscussionQualifiedProblem => new TranslatableString(getKey(@"notifications.beatmapset_discussion_qualified_problem"), @"receive notifications for new problem on qualified beatmaps of following modes"); + public static LocalisableString NotificationsBeatmapsetDiscussionQualifiedProblem => new TranslatableString(getKey(@"notifications.beatmapset_discussion_qualified_problem"), @"receive notifications for new problems on qualified beatmaps of the following modes"); /// - /// "receive notifications for when beatmaps of following modes are disqualified" + /// "receive notifications for when beatmaps of the following modes are disqualified" /// - public static LocalisableString NotificationsBeatmapsetDisqualify => new TranslatableString(getKey(@"notifications.beatmapset_disqualify"), @"receive notifications for when beatmaps of following modes are disqualified"); + public static LocalisableString NotificationsBeatmapsetDisqualify => new TranslatableString(getKey(@"notifications.beatmapset_disqualify"), @"receive notifications for when beatmaps of the following modes are disqualified"); /// /// "receive notifications for replies to your comments" diff --git a/osu.Game.Resources/Localisation/Web/Artist.ar.resx b/osu.Game.Resources/Localisation/Web/Artist.ar.resx index c54a86b..a4feed4 100644 --- a/osu.Game.Resources/Localisation/Web/Artist.ar.resx +++ b/osu.Game.Resources/Localisation/Web/Artist.ar.resx @@ -77,7 +77,10 @@ غير الخريطة غير متوفر حتى الآن - الفانين المميزين هم فنانين نعمل معهم لغرض توصيل كل اصلي وجديد من الموسيقى على osu!. هؤلاء الفنانون ومجموعة من أغانيهم تم اختيارهم بواسطة فريق osu! لأنها مناسبة ومطورة لتلبية العمل عليها. بعض من الفنانين قد عملوا على موسيقى جديدة خاصة فقط لـ osu!.<br><br>كل الأغاني في هذا القسم تم توقيتها مسبقا ومقدمة على شكل ملف .osz وهي موثقة ومرخصة بشكل رسمي لاستعمالها في osu! و المحتويات المتعلقة بـ osu!. + الفانين المميزين هم فنانين نعمل معهم لغرض توصيل كل اصلي وجديد من الموسيقى على osu!. هؤلاء الفنانون ومجموعة من اغانيهِم تم أُختيرت بواسطة فريق osu! لأنها مناسبة ومطورة لتلبية العمل عليها. بعض من الفنانين قد عملوا على موسيقى جديدة خاصة فقط لـ osu!.<br><br>كل الأغاني في هذا القسم تم توقيتها مسبقا ومقدمة على شكل ملف .osz وهي موثقة ومرخصة بشكل رسمي لاستعمالها في osu! و المحتويات المتعلقة بـ osu!. + + + osu! الخرائط على ملف شخصي في osu! @@ -91,6 +94,12 @@ {0} أغنية|{0} أغاني + + osu! اغنية اصلية + + + اصلي + العنوان @@ -98,9 +107,42 @@ الطول - نبضة في الدقيقة + bpm النوع + + البحث عن الإغاني + + + بحث متقدم + + + ألبوم + + + الفنان + + + الحد الأدنى لـ BPM + + + الحد الأقصى لـ BPM + + + لم تم العثور على أي اغاني تطابق معايير البحث. + + + الصنف + + + الكل + + + ادنى للطول + + + اقصى طول + \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/Web/Authorization.ar.resx b/osu.Game.Resources/Localisation/Web/Authorization.ar.resx index b3b6875..8dde59b 100644 --- a/osu.Game.Resources/Localisation/Web/Authorization.ar.resx +++ b/osu.Game.Resources/Localisation/Web/Authorization.ar.resx @@ -113,10 +113,10 @@ يمكن فقط التصويت على المناقشات للخرائط في حالة الانتظار. - يمكنك حذف منشوراتك فقط. + يمكنك حذف مشاركاتك فقط. - لا يمكنك حذف منشور مناقشة مغلقة. + لا يمكنك حذف مشاركة تابعة لـ مناقشة مغلقة. المنشورات المتكونة تلقائيا لا يمكن حذفها. @@ -136,6 +136,9 @@ لا يمكنك تغيير البيانات الوصفية لخريطة مُرَشَحة بالفعل. اتصل بعضو BN أو NAT إذا كنت تعتقد أنه تم تعيينها بشكل غير صحيح. + + هذه القناة مخصصة للإعلانات فقط. + لا يمكن مراسلة شخص قام بحظرك او قمت بحظره. @@ -148,6 +151,9 @@ غير مسموح لك الوصول الى هذه القناة. + + قد لا يكون المستخدم قادراً على الرد لأنك تقبل فقط الرسائل من أشخاص على قائمة أصدقائك. + لا يمكنك إرسال رسائل حينما تكون صامتا، مقيد أو محظور. @@ -155,7 +161,7 @@ لا يمكنك إرسال رسائل حينما تكون صامتا، مقيد أو محظور. - لا يمكن تعديل منشور محذوف. + لا يمكن تعديل مشاركة محذوفة. لا يمكنك تغيير التصويت الخاص بك بعد انتهاء فترة التصويت لهذه المسابقة. @@ -182,7 +188,7 @@ يمكن للناشر فقط حذف هذا المنشور. - لا يمكن تعديل منشور محذوف. + لا يمكن تعديل مشاركة محذوفة. المنشور مقفل من التعديل. @@ -268,6 +274,12 @@ يمكن للمسؤول فقط عرض هذا المنتدى. + + يمكن لمالك النتيجة فقط تثبيتها. + + + قمت بتثبيت نتائج كثيرة. + صفحة المستخدم مقفلة. diff --git a/osu.Game.Resources/Localisation/Web/Authorization.pt.resx b/osu.Game.Resources/Localisation/Web/Authorization.pt.resx index 0e1bb2b..fb7c062 100644 --- a/osu.Game.Resources/Localisation/Web/Authorization.pt.resx +++ b/osu.Game.Resources/Localisation/Web/Authorization.pt.resx @@ -137,7 +137,7 @@ Não podes alterar os metadados dum mapa nomeado. Contacta um membro dos BN ou da NAT se achas que estão estabelecidos incorretamente. - Este canal é apenas para novos avisos. + Este canal é apenas para novos comunicados. Não é possível enviar uma mensagem a um utilizador que te esteja a bloquear ou que o tenhas bloqueado. diff --git a/osu.Game.Resources/Localisation/Web/BeatmapDiscussions.ar.resx b/osu.Game.Resources/Localisation/Web/BeatmapDiscussions.ar.resx index 1f05f5b..e138018 100644 --- a/osu.Game.Resources/Localisation/Web/BeatmapDiscussions.ar.resx +++ b/osu.Game.Resources/Localisation/Web/BeatmapDiscussions.ar.resx @@ -113,7 +113,7 @@ تأهلت - مصفوفة + Ranked المستخدم @@ -181,6 +181,9 @@ مراجعة غير صالحة + + نوع المناقشة غير صالح + ألمراجعة يجب ان تحوي {0} مشكلة على الأقل|المراجعة يجب ان تحوي {0} مشاكل على الأقل diff --git a/osu.Game.Resources/Localisation/Web/BeatmapDiscussions.vi.resx b/osu.Game.Resources/Localisation/Web/BeatmapDiscussions.vi.resx index 6f5e456..494b273 100644 --- a/osu.Game.Resources/Localisation/Web/BeatmapDiscussions.vi.resx +++ b/osu.Game.Resources/Localisation/Web/BeatmapDiscussions.vi.resx @@ -110,7 +110,7 @@ Không bao giờ đủ tư cách - Đủ tư cách + Qualified Xếp Hạng diff --git a/osu.Game.Resources/Localisation/Web/Beatmappacks.ar.resx b/osu.Game.Resources/Localisation/Web/Beatmappacks.ar.resx index 326b061..8a3e76b 100644 --- a/osu.Game.Resources/Localisation/Web/Beatmappacks.ar.resx +++ b/osu.Game.Resources/Localisation/Web/Beatmappacks.ar.resx @@ -70,6 +70,9 @@ اقرأ هذا قبل التحميل + + التثبيت: بمجرد تحميل الباقة، استخرج محتويات الباقة إلى مسار اغاني osu! و osu! سوف تفعل البقية. + خذ بعين الاعتبار انه من الموصى للغاية ان {0}, بحيث ان الخرائط القديمة ذات جودة اقل بكثير من الخرائط الجديدة. diff --git a/osu.Game.Resources/Localisation/Web/Beatmaps.ar.resx b/osu.Game.Resources/Localisation/Web/Beatmaps.ar.resx index d391da1..96b90b9 100644 --- a/osu.Game.Resources/Localisation/Web/Beatmaps.ar.resx +++ b/osu.Game.Resources/Localisation/Web/Beatmaps.ar.resx @@ -181,6 +181,9 @@ مشكلة + + الإبلاغ عن مشكلة + مراجعة @@ -293,10 +296,10 @@ لم يتم تحديث هذه الخريطة منذ {0} وعلى الأغلب تم ايقاف العمل عليها من قبل المنشئ... - تم اضافة هذه الخريطة الى الخرائط المحبوبة في {0}! + تم اضافة هذه الخريطة الى خرائط Loved في {0}! - هذه الخريطة في اصفافها في {0}! + اصبحت هذه الخريطة Ranked في {0}! ملاحظة: هذه الخريطة معلمة كـ قيد العمل بواسطة المنشئ. @@ -373,6 +376,9 @@ حُب + + اختر صعوبة لـ Loved + حُب هذه الخريطة؟ @@ -389,10 +395,10 @@ لا يوجد تشجيع كافي. - إزالة من خانة "المحبوبة" + إزالة من خانة "Loved" - سبب الإزالة من خانة "المحبوبة": + سبب الإزالة من خانة "Loved": الترشيحات: {0}/{1} @@ -407,7 +413,7 @@ لا تزال هناك اخطاء يجب الاِشارة اليها في البداية. - هذه الخريطة مقدرة بأن تصبح مصفوفة في {0} إذا لم يتم العثور على أي مشاكل. انها#{1} في {2}. + هذه الخريطة مقدرة بأن تصبح Ranked في {0} إذا لم يتم العثور على أي مشاكل. انها#{1} في {2}. قائمة انتظار الترتيب @@ -427,6 +433,9 @@ هل انت متأكد؟ نشر مشكلة جديدة سوف يعيد تعيين حالة الترشيح. + + هل أنت متأكد من الإبلاغ عن مشكلة في هذه الخريطة؟ سيؤدي هذا إلى تنبيه مُرشِحي الخريطة. + اكتب الكلمات المفتاحية... @@ -488,7 +497,7 @@ حُدثت - مصفوفة + Ranked التقييم @@ -511,6 +520,9 @@ ادخال الخرائط المتحولة + + الفنانين المميزين + ألمنشئين المشتركين @@ -539,7 +551,7 @@ تحتوي قائمة متصدرين - محبوبة + Loved المراحل الخاصة بي @@ -547,11 +559,14 @@ معلقة وتحت العمل + + قيد العمل + مؤهلة - مقيّمة + Ranked الكل @@ -575,7 +590,7 @@ أخرى - الابداع + فوق الطبيعة هيب هوب @@ -632,7 +647,7 @@ بولندي - آلة موسيقية + موسيقى فقط أخرى @@ -659,7 +674,7 @@ تحوي فديو - لوحة لوحة قصصية + تحوي لوحة قصصية الكل diff --git a/osu.Game.Resources/Localisation/Web/Beatmaps.nl.resx b/osu.Game.Resources/Localisation/Web/Beatmaps.nl.resx index 2206e68..b33ca63 100644 --- a/osu.Game.Resources/Localisation/Web/Beatmaps.nl.resx +++ b/osu.Game.Resources/Localisation/Web/Beatmaps.nl.resx @@ -470,13 +470,13 @@ Mode - Expliciete inhoud + Expliciete Inhoud Gespeeld - Rank Behaald + Behaalde Rank Categorieën diff --git a/osu.Game.Resources/Localisation/Web/Beatmaps.vi.resx b/osu.Game.Resources/Localisation/Web/Beatmaps.vi.resx index c6bfa8f..fd3a976 100644 --- a/osu.Game.Resources/Localisation/Web/Beatmaps.vi.resx +++ b/osu.Game.Resources/Localisation/Web/Beatmaps.vi.resx @@ -563,7 +563,7 @@ Chưa xong - Đủ tư cách + Qualified Đã được xếp hạng diff --git a/osu.Game.Resources/Localisation/Web/BeatmapsetEvents.ar.resx b/osu.Game.Resources/Localisation/Web/BeatmapsetEvents.ar.resx index 96b70af..cac2c81 100644 --- a/osu.Game.Resources/Localisation/Web/BeatmapsetEvents.ar.resx +++ b/osu.Game.Resources/Localisation/Web/BeatmapsetEvents.ar.resx @@ -116,7 +116,7 @@ تم تغيير اللغة من {0} الى {1}. - حُبِبت بواسطة {0} + Loved بواسطة {0}. رُشحت بواسطة {0}. @@ -127,14 +127,23 @@ اثارت المشكلة {0} ({1}) اِعادة تعيين الترشيح. + + الترشيح بواسطة {0} طبق عليه إعادة ترشيح بواسطة {1} ({2}) + + + تمت إعادة تعيين الترشيح بواسطة {0} ({1}) + + + تم تغيير الإزاحة عبر الإنترنت من {0} إلى {1}. + هذه الخريطة وصلت إلى العدد المطلوب من الترشيحات وتأهلت. - مصفوفة. + Ranked. - تمت إزالتها من "المحبوبة" من قِبَل {0}. ({1}) + تمت إزالتها من "Loved" من قِبَل {0}. ({1}) تصيف "محتوى حساس" مَلغي @@ -217,9 +226,15 @@ إعادة تعيين الترشيح + + تم استلام إعادة تعيين الترشيح + تصنيف حساس + + تعديل الإزاحة + المؤهل @@ -227,6 +242,6 @@ الترتيب - اِزبالة من "المحبوبة" + اِزالة من "Loved" \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/Web/BeatmapsetEvents.cs.resx b/osu.Game.Resources/Localisation/Web/BeatmapsetEvents.cs.resx index 890a739..dbabbe8 100644 --- a/osu.Game.Resources/Localisation/Web/BeatmapsetEvents.cs.resx +++ b/osu.Game.Resources/Localisation/Web/BeatmapsetEvents.cs.resx @@ -133,6 +133,9 @@ Nominace byla resetována uživatelem {0} ({1}) + + Online offset změněn z {0} na {1}. + Tato beatmapa získala požadované množství nominací a byla kvalifikována. @@ -229,6 +232,9 @@ Explicitní označení + + Offset úprava + Kvalifikace diff --git a/osu.Game.Resources/Localisation/Web/BeatmapsetEvents.de.resx b/osu.Game.Resources/Localisation/Web/BeatmapsetEvents.de.resx index 0d838c6..1737291 100644 --- a/osu.Game.Resources/Localisation/Web/BeatmapsetEvents.de.resx +++ b/osu.Game.Resources/Localisation/Web/BeatmapsetEvents.de.resx @@ -232,6 +232,9 @@ Explizit-Markierung + + Offset bearbeiten + Qualifikation diff --git a/osu.Game.Resources/Localisation/Web/BeatmapsetEvents.ko.resx b/osu.Game.Resources/Localisation/Web/BeatmapsetEvents.ko.resx index 54cd1b2..ac58d40 100644 --- a/osu.Game.Resources/Localisation/Web/BeatmapsetEvents.ko.resx +++ b/osu.Game.Resources/Localisation/Web/BeatmapsetEvents.ko.resx @@ -133,6 +133,9 @@ 추천이 {0}에게 초기화됨 ({1}) + + 온라인 오프셋이 {0}에서 {1} 으(로) 변경되었습니다. + 이 비트맵은 충분한 추천을 받았고 qualified 상태로 전환되었습니다. @@ -229,6 +232,9 @@ 부적절한 콘텐츠로 표시 + + 오프셋 수정 + Qualification diff --git a/osu.Game.Resources/Localisation/Web/BeatmapsetEvents.uk.resx b/osu.Game.Resources/Localisation/Web/BeatmapsetEvents.uk.resx index d2bec8e..1d396d9 100644 --- a/osu.Game.Resources/Localisation/Web/BeatmapsetEvents.uk.resx +++ b/osu.Game.Resources/Localisation/Web/BeatmapsetEvents.uk.resx @@ -59,7 +59,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Одобрена. + Схвалена. Власника складності {0} змінено на {1}. @@ -133,6 +133,9 @@ Номінація була скинута {0} ({1}) + + Онлайн офсет змінився з {0} на {1} + Ця карта була номінована достатню кількість разів для кваліфікації. @@ -229,6 +232,9 @@ Непристойний вміст + + Редагування офсету + Кваліфікація diff --git a/osu.Game.Resources/Localisation/Web/Beatmapsets.ar.resx b/osu.Game.Resources/Localisation/Web/Beatmapsets.ar.resx index 010612d..4df212f 100644 --- a/osu.Game.Resources/Localisation/Web/Beatmapsets.ar.resx +++ b/osu.Game.Resources/Localisation/Web/Beatmapsets.ar.resx @@ -73,6 +73,9 @@ تَمهل, ألعب أكثر. + + الفنانين المميزين + قائمة الخرائط @@ -164,13 +167,13 @@ مقبولة {0} - محبوب timeago: + loved {0} مؤهل timeago: - مصفوفة {0} + ranked {0} مُقدَمَة {0} @@ -182,7 +185,7 @@ لديك عدد كبير جداََ من الخرائط المحبوبة! رجائاََ قم بألغاء بعضها قبل المحاولة مجدداََ. - اَشِد هذه الخريطة ان احببت لعبها لمساعدتها لاِحتلال حالة <strong>التصفيف</strong>. + اَشِد هذه الخريطة ان احببت لعبها لمساعدتها لاِحتلال حالة <strong>Ranked</strong>. هذه الخريطة حاليا {0}. @@ -223,6 +226,9 @@ محتوى حساس + + الإزاحة عبر الإنترنت + نقاط الفشل @@ -262,6 +268,9 @@ ترتيب الدولة + + فشل تحميل الترتيب + ترتيب الأصدقاء @@ -281,7 +290,7 @@ الدقة - اقصى مجموع + اقصى كومبو اِخفاق @@ -289,6 +298,9 @@ المودات + + ثبّت + اللاعب @@ -317,7 +329,7 @@ جارِ تحميل النتائج... - خريطة غير مصنفة. + خريطة ليست Ranked. في المقدمة @@ -325,6 +337,12 @@ أفضل ما لديك + + انقر {0} لرؤية جميع الميزات الرائعة التي ستحصل عليها! + + + هتا + حجم الدائرة @@ -347,7 +365,7 @@ الطول - نبضات في الدقيقة + BPM عدد الدوائر @@ -355,6 +373,9 @@ عدد المنزلقات + + الإزاحة على الإنترنت: {0} + تصنيف المستخدم @@ -368,13 +389,13 @@ مرات اللعب - مقيّمة + Ranked مقبولة - محبوبة + Loved مؤهلة diff --git a/osu.Game.Resources/Localisation/Web/Beatmapsets.cs.resx b/osu.Game.Resources/Localisation/Web/Beatmapsets.cs.resx index 5c5dd21..c86486f 100644 --- a/osu.Game.Resources/Localisation/Web/Beatmapsets.cs.resx +++ b/osu.Game.Resources/Localisation/Web/Beatmapsets.cs.resx @@ -226,6 +226,9 @@ Explicitní obsah + + Online offset + Body neúspěchů @@ -370,6 +373,9 @@ Počet sliderů + + Online offset: {0} + Uživatelské hodnocení diff --git a/osu.Game.Resources/Localisation/Web/Beatmapsets.de.resx b/osu.Game.Resources/Localisation/Web/Beatmapsets.de.resx index 83938ab..812622f 100644 --- a/osu.Game.Resources/Localisation/Web/Beatmapsets.de.resx +++ b/osu.Game.Resources/Localisation/Web/Beatmapsets.de.resx @@ -268,6 +268,9 @@ Landesrangliste + + Die Rangliste konnte nicht geladen werden + Freundesrangliste diff --git a/osu.Game.Resources/Localisation/Web/Beatmapsets.ko.resx b/osu.Game.Resources/Localisation/Web/Beatmapsets.ko.resx index 4aab2d8..2e6eca4 100644 --- a/osu.Game.Resources/Localisation/Web/Beatmapsets.ko.resx +++ b/osu.Game.Resources/Localisation/Web/Beatmapsets.ko.resx @@ -226,6 +226,9 @@ 부적절한 내용 + + 온라인 오프셋 + 실패 지점 @@ -370,6 +373,9 @@ Slider Count + + 온라인 오프셋 {0} + 유저 평점 diff --git a/osu.Game.Resources/Localisation/Web/Beatmapsets.nl.resx b/osu.Game.Resources/Localisation/Web/Beatmapsets.nl.resx index 486f82b..b27c270 100644 --- a/osu.Game.Resources/Localisation/Web/Beatmapsets.nl.resx +++ b/osu.Game.Resources/Localisation/Web/Beatmapsets.nl.resx @@ -65,7 +65,7 @@ Delen van deze beatmap zijn verwijderd op verzoek van de maker of een derde rechthouder. - Check hier voor meer informatie. + Klik hier voor meer informatie. Sommige activa in deze map zijn verwijderd nadat ze zijn beschouwd als niet geschikt voor gebruik in osu!. @@ -242,7 +242,7 @@ Slagingspercentage - Labels + Tags Deze beatmap bevat een video @@ -268,6 +268,9 @@ Landranking + + Ranglijst laden is mislukt + Vriendenranking @@ -344,16 +347,16 @@ Cirkelgrootte - Aantal Lanen + Aantal toetsen HP Drain - Precisie + Nauwkeurigheidsgraad - Benaderingssnelheid + Approach Rate Sterrenmoeilijkheid diff --git a/osu.Game.Resources/Localisation/Web/Beatmapsets.resx b/osu.Game.Resources/Localisation/Web/Beatmapsets.resx index 86d8399..39b4f79 100644 --- a/osu.Game.Resources/Localisation/Web/Beatmapsets.resx +++ b/osu.Game.Resources/Localisation/Web/Beatmapsets.resx @@ -70,6 +70,9 @@ Some assets contained within this map have been removed after being judged as not being suitable for use in osu!. + + Deleted beatmap + Slow down, play more. diff --git a/osu.Game.Resources/Localisation/Web/Beatmapsets.uk.resx b/osu.Game.Resources/Localisation/Web/Beatmapsets.uk.resx index ebdc0a3..08c905e 100644 --- a/osu.Game.Resources/Localisation/Web/Beatmapsets.uk.resx +++ b/osu.Game.Resources/Localisation/Web/Beatmapsets.uk.resx @@ -226,6 +226,9 @@ Непристойний вміст + + Онлайн офсет + Шкала провалів @@ -370,6 +373,9 @@ Кількість слайдерів + + Онлайн офсет {0} + Рейтинг користувачів diff --git a/osu.Game.Resources/Localisation/Web/BeatmapsetsStrings.cs b/osu.Game.Resources/Localisation/Web/BeatmapsetsStrings.cs index 2294ec1..176bc90 100644 --- a/osu.Game.Resources/Localisation/Web/BeatmapsetsStrings.cs +++ b/osu.Game.Resources/Localisation/Web/BeatmapsetsStrings.cs @@ -29,6 +29,11 @@ namespace osu.Game.Resources.Localisation.Web /// public static LocalisableString AvailabilityRuleViolation => new TranslatableString(getKey(@"availability.rule_violation"), @"Some assets contained within this map have been removed after being judged as not being suitable for use in osu!."); + /// + /// "Deleted beatmap" + /// + public static LocalisableString CoverDeleted => new TranslatableString(getKey(@"cover.deleted"), @"Deleted beatmap"); + /// /// "Slow down, play more." /// diff --git a/osu.Game.Resources/Localisation/Web/Chat.ar.resx b/osu.Game.Resources/Localisation/Web/Chat.ar.resx index 013e53b..b14f36d 100644 --- a/osu.Game.Resources/Localisation/Web/Chat.ar.resx +++ b/osu.Game.Resources/Localisation/Web/Chat.ar.resx @@ -73,9 +73,30 @@ لا يمكنك الاِرسال لهذا المستخدم حاليا. قد يكون هذا سبب لأي من الأسباب التالية: + + الإعلانات + + + المجموعات + + + الرسائل المباشرة + + + القنوات + + + لا يوجد شيء هنا، ربما تركت القناة أو أنها غير موجودة... + + + القناة غير موجودة + غير قادر على إرسال الرسالة... + + تم قطع الاتصال + اكتب الرسالة... diff --git a/osu.Game.Resources/Localisation/Web/Chat.cs.resx b/osu.Game.Resources/Localisation/Web/Chat.cs.resx index 72c93b8..62a3161 100644 --- a/osu.Game.Resources/Localisation/Web/Chat.cs.resx +++ b/osu.Game.Resources/Localisation/Web/Chat.cs.resx @@ -73,6 +73,18 @@ Nemůžeme poslat vaši zprávu tomuhle uživateli. Tohle může být zapříčiněno jakýmkoliv z těchto důvodů: + + Oznámení + + + Skupiny + + + Přímé zprávy + + + Kanály + Nic tady není, možná jsi tento kanál opustil nebo neexistuje... diff --git a/osu.Game.Resources/Localisation/Web/Chat.de.resx b/osu.Game.Resources/Localisation/Web/Chat.de.resx index 7e41015..c0a60e8 100644 --- a/osu.Game.Resources/Localisation/Web/Chat.de.resx +++ b/osu.Game.Resources/Localisation/Web/Chat.de.resx @@ -73,6 +73,18 @@ Du kannst derzeit keine Nachrichten an diesen User senden. Dies kann folgende Gründe haben: + + Ankündigungen + + + Gruppen + + + Direktnachrichten + + + Kanäle + Hier gibt es nichts, vielleicht hast du den Channel verlassen oder er existiert nicht... diff --git a/osu.Game.Resources/Localisation/Web/Chat.es.resx b/osu.Game.Resources/Localisation/Web/Chat.es.resx index 9374563..1981714 100644 --- a/osu.Game.Resources/Localisation/Web/Chat.es.resx +++ b/osu.Game.Resources/Localisation/Web/Chat.es.resx @@ -73,6 +73,18 @@ No puede enviar un mensaje a este usuario en este momento. Esto puede deberse a cualquiera de las siguientes razones: + + Anuncios + + + Grupos + + + Mensajes directos + + + Canales + No hay nada aquí, tal vez ha abandonado el canal o no existe... diff --git a/osu.Game.Resources/Localisation/Web/Chat.fil-PH.resx b/osu.Game.Resources/Localisation/Web/Chat.fil-PH.resx index a23a540..4ee1761 100644 --- a/osu.Game.Resources/Localisation/Web/Chat.fil-PH.resx +++ b/osu.Game.Resources/Localisation/Web/Chat.fil-PH.resx @@ -73,6 +73,18 @@ Hindi ka makakapadala ng mensahe sa taong ito ngayon. Ito ay maaaring dahil sa alinman sa mga sumusunod na dahilan: + + Mga Anunsyo + + + Mga grupo + + + Direktang mensahe + + + Channels + Walang laman dito, maaaring umalis ka sa channel o wala ito... diff --git a/osu.Game.Resources/Localisation/Web/Chat.fr.resx b/osu.Game.Resources/Localisation/Web/Chat.fr.resx index 9251c53..2f9d8df 100644 --- a/osu.Game.Resources/Localisation/Web/Chat.fr.resx +++ b/osu.Game.Resources/Localisation/Web/Chat.fr.resx @@ -73,6 +73,18 @@ Vous ne pouvez pas envoyer de messages à cet utilisateur pour le moment. Cela peut être dû à une des raisons suivantes : + + Annonces + + + Groupes + + + Messages directs + + + Canaux + Il n'y a rien ici, vous avez peut-être quitté le canal ou alors il n'existe pas... diff --git a/osu.Game.Resources/Localisation/Web/Chat.id.resx b/osu.Game.Resources/Localisation/Web/Chat.id.resx index bde48a9..ff55ef2 100644 --- a/osu.Game.Resources/Localisation/Web/Chat.id.resx +++ b/osu.Game.Resources/Localisation/Web/Chat.id.resx @@ -73,6 +73,18 @@ Anda sedang tidak dapat mengirimkan pesan kepada pengguna ini. + + Pengumuman + + + Grup + + + Pesan pribadi + + + Kanal chat + Tidak ada apa-apa di sini. Mungkin Anda telah meninggalkan kanal ini atau kanal yang hendak Anda tuju tidak ada... diff --git a/osu.Game.Resources/Localisation/Web/Chat.it.resx b/osu.Game.Resources/Localisation/Web/Chat.it.resx index 89761b7..e4b816c 100644 --- a/osu.Game.Resources/Localisation/Web/Chat.it.resx +++ b/osu.Game.Resources/Localisation/Web/Chat.it.resx @@ -73,6 +73,18 @@ Al momento non puoi inviare messaggi a questo utente. + + Annunci + + + Gruppi + + + Conversazioni + + + Canali + Non c'è niente qui, forse hai lasciato il canale oppure non esiste... diff --git a/osu.Game.Resources/Localisation/Web/Chat.ko.resx b/osu.Game.Resources/Localisation/Web/Chat.ko.resx index ae5a77b..7143932 100644 --- a/osu.Game.Resources/Localisation/Web/Chat.ko.resx +++ b/osu.Game.Resources/Localisation/Web/Chat.ko.resx @@ -73,6 +73,18 @@ 이 유저에게 메시지를 보낼 수 없습니다. 다음과 같은 이유 때문일 수도 있습니다: + + 공지 + + + 그룹 + + + 쪽지 + + + 채널 + 채널을 찾을 수 없습니다. diff --git a/osu.Game.Resources/Localisation/Web/Chat.nl.resx b/osu.Game.Resources/Localisation/Web/Chat.nl.resx index a4131ed..c1a3998 100644 --- a/osu.Game.Resources/Localisation/Web/Chat.nl.resx +++ b/osu.Game.Resources/Localisation/Web/Chat.nl.resx @@ -73,6 +73,24 @@ Je kan op het moment geen berichten sturen naar deze gebruiker. Dit kan worden veroorzaakt door een van de volgende redenen: + + Aankondigingen + + + Groepen + + + Privé Berichten + + + Kanalen + + + Er is hier niks, misschien heb je het kanaal verlaten of het bestaat niet... + + + kanaal niet gevonden + niet in staat om bericht te verzenden... diff --git a/osu.Game.Resources/Localisation/Web/Chat.pl.resx b/osu.Game.Resources/Localisation/Web/Chat.pl.resx index bde8c18..06e906e 100644 --- a/osu.Game.Resources/Localisation/Web/Chat.pl.resx +++ b/osu.Game.Resources/Localisation/Web/Chat.pl.resx @@ -73,6 +73,18 @@ Nie możesz wysłać wiadomości do tego użytkownika. + + Ogłoszenia + + + Grupy + + + Wiadomości prywatne + + + Kanały + nie znaleziono kanału diff --git a/osu.Game.Resources/Localisation/Web/Chat.pt.resx b/osu.Game.Resources/Localisation/Web/Chat.pt.resx index 9cad105..4ff1474 100644 --- a/osu.Game.Resources/Localisation/Web/Chat.pt.resx +++ b/osu.Game.Resources/Localisation/Web/Chat.pt.resx @@ -73,6 +73,18 @@ Não podes enviar mensagens a este utilizador de momento. Isto poderá ser devido a uma das razões: + + Comunicados + + + Grupos + + + Mensagens diretas + + + Canais + Não há nada aqui, talvez tenhas saído do canal ou ele não existe... diff --git a/osu.Game.Resources/Localisation/Web/Chat.ru.resx b/osu.Game.Resources/Localisation/Web/Chat.ru.resx index ab2fc26..987b477 100644 --- a/osu.Game.Resources/Localisation/Web/Chat.ru.resx +++ b/osu.Game.Resources/Localisation/Web/Chat.ru.resx @@ -73,6 +73,18 @@ Вы не можете написать этому пользователю в данный момент. + + Объявления + + + Группы + + + Личные сообщения + + + Каналы + Здесь ничего нет. Возможно, вы покинули канал или его не существует... diff --git a/osu.Game.Resources/Localisation/Web/Chat.uk.resx b/osu.Game.Resources/Localisation/Web/Chat.uk.resx index c59efa5..47654dd 100644 --- a/osu.Game.Resources/Localisation/Web/Chat.uk.resx +++ b/osu.Game.Resources/Localisation/Web/Chat.uk.resx @@ -73,6 +73,18 @@ Ви не можете написати повідомлення цьому користувачеві, це обумовлено однією з наступних причин: + + Анонси + + + Групи + + + Особисті повідомлення + + + Канали + Тут нічого немає, можливо ви покинули канал або його не існує... diff --git a/osu.Game.Resources/Localisation/Web/Chat.vi.resx b/osu.Game.Resources/Localisation/Web/Chat.vi.resx index 33ccbe2..6468dbf 100644 --- a/osu.Game.Resources/Localisation/Web/Chat.vi.resx +++ b/osu.Game.Resources/Localisation/Web/Chat.vi.resx @@ -73,6 +73,18 @@ Hiện bạn không thế gửi tin nhắn cho người dùng này. Điều này có thể vì những lí do sau: + + Thông báo + + + Nhóm + + + Tin nhắn trực tiếp + + + Kênh + Không có gì ở đây, có lẽ bạn đã thoát kênh hoặc kênh không tồn tại... diff --git a/osu.Game.Resources/Localisation/Web/Chat.zh-Hant.resx b/osu.Game.Resources/Localisation/Web/Chat.zh-Hant.resx index 7de76a9..12c9acc 100644 --- a/osu.Game.Resources/Localisation/Web/Chat.zh-Hant.resx +++ b/osu.Game.Resources/Localisation/Web/Chat.zh-Hant.resx @@ -73,6 +73,18 @@ 您現在無法對這個玩家發送訊息。可能是Bug或是以下原因: + + 公告 + + + 群組 + + + 私訊 + + + 頻道 + 沒有東西耶。大概是你離開頻道,或者是這個頻道消失了⋯⋯ diff --git a/osu.Game.Resources/Localisation/Web/Chat.zh.resx b/osu.Game.Resources/Localisation/Web/Chat.zh.resx index 1b60bb5..09f8206 100644 --- a/osu.Game.Resources/Localisation/Web/Chat.zh.resx +++ b/osu.Game.Resources/Localisation/Web/Chat.zh.resx @@ -73,6 +73,18 @@ 现在你无法向此玩家发送消息,这可能是由于以下原因: + + 通知 + + + 群聊 + + + 私聊 + + + 频道 + 这里没有任何内容,或许你离开了频道或者它并不存在... diff --git a/osu.Game.Resources/Localisation/Web/Comments.nl.resx b/osu.Game.Resources/Localisation/Web/Comments.nl.resx index 5ad3433..2fccdec 100644 --- a/osu.Game.Resources/Localisation/Web/Comments.nl.resx +++ b/osu.Game.Resources/Localisation/Web/Comments.nl.resx @@ -77,7 +77,7 @@ vast gezet - Nog geen commentaar. + Nog geen reacties. antwoorden laden @@ -86,7 +86,7 @@ {0} antwoord|{0} antwoorden - Opmerkingen + Reacties Beatmap diff --git a/osu.Game.Resources/Localisation/Web/Common.ar.resx b/osu.Game.Resources/Localisation/Web/Common.ar.resx index 51db1a1..660a519 100644 --- a/osu.Game.Resources/Localisation/Web/Common.ar.resx +++ b/osu.Game.Resources/Localisation/Web/Common.ar.resx @@ -154,6 +154,9 @@ استعادة + + إعادة المحاولة + حفظ @@ -181,6 +184,9 @@ إظهار خيارات أكثر + + تقديم + ألغ التثبيت diff --git a/osu.Game.Resources/Localisation/Web/Common.nl.resx b/osu.Game.Resources/Localisation/Web/Common.nl.resx index 96dc079..b7d24b9 100644 --- a/osu.Game.Resources/Localisation/Web/Common.nl.resx +++ b/osu.Game.Resources/Localisation/Web/Common.nl.resx @@ -95,7 +95,7 @@ Terug naar boven - Annuleer + Annuleren wijzigen @@ -116,10 +116,10 @@ samenvouwen - Verwijder + Verwijderen - Bewerk + Bewerken uitbreiden @@ -179,7 +179,7 @@ toon minder - toon meer + meer weergeven toon meer opties diff --git a/osu.Game.Resources/Localisation/Web/Community.ar.resx b/osu.Game.Resources/Localisation/Web/Community.ar.resx index cbc799a..5b83452 100644 --- a/osu.Game.Resources/Localisation/Web/Community.ar.resx +++ b/osu.Game.Resources/Localisation/Web/Community.ar.resx @@ -140,7 +140,7 @@ قم بأحتلال دولتك قبل احتلال العالم. - فرز بأِضافات الصعوبة + فرز حسب المودات تتعامل مع الناس الذين يلعبون HDHR فقط؟ لا مشكلة! @@ -155,7 +155,7 @@ اِرفع المزيد - اماكن خرائط معلقة اضافية (للخرائط المصفوفة) تصل حتى ١٠. + خانات خرائط معلقة اضافية (لِكُل خريطة Ranked) تصل حتى 10. الوصول المبكر @@ -194,10 +194,10 @@ القدرة على تغيير اسمك دون تكاليف إضافية. (مرة واحدة بحد اقصى) - التجليد + تجليد اكثر - يمكنك تجليد المزيد من الأغراض, مثل الخلفية في الصفحة الرئيسية للعبة. + يمكنك تغيير شكل المزيد من الأغراض, مثل الخلفية في الصفحة الرئيسية للعبة. اصوات الميزات @@ -227,7 +227,7 @@ ارفع المزيد من الخرائط - عدد الخرائط الغير-مصفوفة التي يمكن ان تملكها مرة واحدة محسوبة من القيمة الأساسية ونسبة اضافية لكل خريطة مصفوفة لديك حاليا (فوك الحد).<br/><br/>عادتاََ هذه 4 زائد 1 لكل خريطة مصفوفة (لحد 2). مع شارة الدعم, يرتفع الحد الى 8 زائد 1 لكل خريطة مصفوفة (لحد 12). + عدد الخرائط المعلقة التي يمكن ان تملكها مرة واحدة محسوبة من القيمة الأساسية إضافة إلى نسبة اضافية لكل خريطة Ranked لديك حاليا (فوق حد).<br/><br/>عادتاََ هذه {0} زائد {1} لكل خريطة Ranked (لحد {2}). مع شارة الدعم, يرتفع الحد الى {3} زائد {4} لكل خريطة Ranked (لحد {5}). الأصدقاء المتصدرين diff --git a/osu.Game.Resources/Localisation/Web/Errors.ar.resx b/osu.Game.Resources/Localisation/Web/Errors.ar.resx index 1d03c4c..d445584 100644 --- a/osu.Game.Resources/Localisation/Web/Errors.ar.resx +++ b/osu.Game.Resources/Localisation/Web/Errors.ar.resx @@ -97,6 +97,9 @@ لم نمتكن من جلب اي نتائج, حاول مجددا لاحقا. + + معلوم المؤشر المحدد غير صالح. + حاليا البحث مشغول اكثر من العادة, حاول مجددا لاحقا. diff --git a/osu.Game.Resources/Localisation/Web/Events.ar.resx b/osu.Game.Resources/Localisation/Web/Events.ar.resx index cb642fc..c53d86b 100644 --- a/osu.Game.Resources/Localisation/Web/Events.ar.resx +++ b/osu.Game.Resources/Localisation/Web/Events.ar.resx @@ -104,12 +104,12 @@ مقبولة - محبوبة + loved مؤهلة - مصفوفة + ranked \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/Web/Forum.ar.resx b/osu.Game.Resources/Localisation/Web/Forum.ar.resx index faf74c2..90e6b65 100644 --- a/osu.Game.Resources/Localisation/Web/Forum.ar.resx +++ b/osu.Game.Resources/Localisation/Web/Forum.ar.resx @@ -244,6 +244,114 @@ عُد 10 منشورات للخلف + + سجلات الموضوع + + + تصفح سجلات الموضوع + + + الإجراء + + + التاريخ + + + المستخدم + + + تم إضافة إشارة "{0}" + + + تم تثبيت الموضوع وتعليمه كـ إعلان + + + إلى {0} + + + من {0} + + + موضوع مثبت + + + نُشِر بواسطة {0} + + + إزالة إشارة "{0}" + + + من {0} + + + موضوع غير مثبت + + + لم يتم العثور على سجلات... + + + منشور محذوف + + + موضوع محذوف + + + تم تغيير عنوان الموضوع + + + تم تعديل الإستبيان في الموضوع + + + تم نسخ الموضوع + + + الإشارة الصادرة + + + موضوع مغلق + + + المشاركات المدمجة في هذا الموضوع + + + موضوع منقول + + + موضوع مثبت + + + تم تعديل المشاركة + + + تم إستعادة المشاركة + + + تم استعادة الموضوع + + + مشاركات منقسمة منقولة + + + مشاركات مُنقسمة + + + تعيين نوع الموضوع + + + تم تغيير نوع الموضوع + + + موضوع غير مغلق + + + موضوع غير مثبت + + + موضوع مغلق ينتمي لك + + + موضوع غير مغلق ينتمي لك + إلغاء diff --git a/osu.Game.Resources/Localisation/Web/Forum.pt.resx b/osu.Game.Resources/Localisation/Web/Forum.pt.resx index 41bf5c0..4455667 100644 --- a/osu.Game.Resources/Localisation/Web/Forum.pt.resx +++ b/osu.Game.Resources/Localisation/Web/Forum.pt.resx @@ -263,7 +263,7 @@ etiqueta "{0}" adicionada - tópico fixado e marcado como declaração + tópico afixado e marcado como comunicado para {0} @@ -569,13 +569,13 @@ O tópico foi afixado - Afixar tópico e marcar como uma declaração pública + Afixar tópico e marcar como comunicado - Afixar tópico e marcá-lo como um comunicado? + Afixar tópico e marcar como comunicado? - O tópico foi afixado e marcado como uma declaração pública + O tópico foi afixado e marcado como comunicado Mostrar publicações eliminadas diff --git a/osu.Game.Resources/Localisation/Web/Home.ar.resx b/osu.Game.Resources/Localisation/Web/Home.ar.resx index 2f15eb3..0da997c 100644 --- a/osu.Game.Resources/Localisation/Web/Home.ar.resx +++ b/osu.Game.Resources/Localisation/Web/Home.ar.resx @@ -251,7 +251,7 @@ المستخدمون النشطون - خرائط مصفوفة جديدة + خرائط Ranked جديدة خرائط شعبية diff --git a/osu.Game.Resources/Localisation/Web/Home.nl.resx b/osu.Game.Resources/Localisation/Web/Home.nl.resx index 1ac699b..1416b4d 100644 --- a/osu.Game.Resources/Localisation/Web/Home.nl.resx +++ b/osu.Game.Resources/Localisation/Web/Home.nl.resx @@ -251,7 +251,7 @@ Online Gebruikers - Nieuwe Gerankte Beatmappen + Nieuwe Ranked Beatmaps Populaire Beatmaps diff --git a/osu.Game.Resources/Localisation/Web/Layout.ar.resx b/osu.Game.Resources/Localisation/Web/Layout.ar.resx index e655d89..46c743e 100644 --- a/osu.Game.Resources/Localisation/Web/Layout.ar.resx +++ b/osu.Game.Resources/Localisation/Web/Layout.ar.resx @@ -59,7 +59,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - تشغيل المقطع التالي تلقائياً + تشغيل الأغنية التالية تلقائياً osu! - الأغنية قريبة *نقرة* واحدة فقط! مع Ouendan/EBA, تايكو واوضاع اللعب الأصلية, وكذلك مُعدل مستويات متكامل. @@ -106,6 +106,12 @@ الاِقتراح + + قوائم التشغيل + + + لعب جماعي + معلومات diff --git a/osu.Game.Resources/Localisation/Web/Layout.resx b/osu.Game.Resources/Localisation/Web/Layout.resx index 594546e..a7936e9 100644 --- a/osu.Game.Resources/Localisation/Web/Layout.resx +++ b/osu.Game.Resources/Localisation/Web/Layout.resx @@ -82,6 +82,12 @@ listing + + info + + + discussion + listing diff --git a/osu.Game.Resources/Localisation/Web/LayoutStrings.cs b/osu.Game.Resources/Localisation/Web/LayoutStrings.cs index 1841042..384bb31 100644 --- a/osu.Game.Resources/Localisation/Web/LayoutStrings.cs +++ b/osu.Game.Resources/Localisation/Web/LayoutStrings.cs @@ -49,6 +49,16 @@ namespace osu.Game.Resources.Localisation.Web /// public static LocalisableString HeaderArtistsIndex => new TranslatableString(getKey(@"header.artists.index"), @"listing"); + /// + /// "info" + /// + public static LocalisableString HeaderBeatmapsetsShow => new TranslatableString(getKey(@"header.beatmapsets.show"), @"info"); + + /// + /// "discussion" + /// + public static LocalisableString HeaderBeatmapsetsDiscussions => new TranslatableString(getKey(@"header.beatmapsets.discussions"), @"discussion"); + /// /// "listing" /// diff --git a/osu.Game.Resources/Localisation/Web/Mail.ar.resx b/osu.Game.Resources/Localisation/Web/Mail.ar.resx index 9c10aab..a4def90 100644 --- a/osu.Game.Resources/Localisation/Web/Mail.ar.resx +++ b/osu.Game.Resources/Localisation/Web/Mail.ar.resx @@ -79,6 +79,9 @@ نرجو الرد على الرسالة فورا اذا لم تكن قد طلبت تغييرا. + + إذا لم تطلب هذا، يمكنك تجاهل هذا البريد الإلكتروني بأمان. + خدمات الداعم الجديدة ستظهر قريبا مع الوقت! diff --git a/osu.Game.Resources/Localisation/Web/Mail.de.resx b/osu.Game.Resources/Localisation/Web/Mail.de.resx index c4eb736..acb5545 100644 --- a/osu.Game.Resources/Localisation/Web/Mail.de.resx +++ b/osu.Game.Resources/Localisation/Web/Mail.de.resx @@ -79,6 +79,9 @@ 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. + Mit der Zeit werden noch mehr neue Unterstützervorteile auftauchen! diff --git a/osu.Game.Resources/Localisation/Web/Mail.nl.resx b/osu.Game.Resources/Localisation/Web/Mail.nl.resx index 3f4d882..e786c35 100644 --- a/osu.Game.Resources/Localisation/Web/Mail.nl.resx +++ b/osu.Game.Resources/Localisation/Web/Mail.nl.resx @@ -79,6 +79,9 @@ Reageer op deze e-mail met SPOED als je niet om deze wijziging hebt verzocht. + + Als dit verzoek niet van jou kwam, dan kun je dit bericht negeren. + Er zullen na verloop van tijd ook meer nieuwe voordelen bijkomen voor supporters! diff --git a/osu.Game.Resources/Localisation/Web/Matches.ar.resx b/osu.Game.Resources/Localisation/Web/Matches.ar.resx index 91fd772..c1cbc30 100644 --- a/osu.Game.Resources/Localisation/Web/Matches.ar.resx +++ b/osu.Game.Resources/Localisation/Web/Matches.ar.resx @@ -122,7 +122,7 @@ الدقة - السرد + كومبو المجموع @@ -152,7 +152,7 @@ اعلى دقة - اعلى سرد + اعلى كومبو المجموع نسخة 2 diff --git a/osu.Game.Resources/Localisation/Web/ModelValidation.ar.resx b/osu.Game.Resources/Localisation/Web/ModelValidation.ar.resx index 0a66cc5..23731da 100644 --- a/osu.Game.Resources/Localisation/Web/ModelValidation.ar.resx +++ b/osu.Game.Resources/Localisation/Web/ModelValidation.ar.resx @@ -307,6 +307,9 @@ هذا هو اسم المستخدم الخاص بك حالياََ ايها السخيف! + + الخرائط الـ Ranked لا يمكن الإبلاغ عنها + {0} ليس مقبولا لنوع الأبلاغ هذا. diff --git a/osu.Game.Resources/Localisation/Web/ModelValidation/Store/Product.uk.resx b/osu.Game.Resources/Localisation/Web/ModelValidation/Store/Product.uk.resx index c19d166..7dff84d 100644 --- a/osu.Game.Resources/Localisation/Web/ModelValidation/Store/Product.uk.resx +++ b/osu.Game.Resources/Localisation/Web/ModelValidation/Store/Product.uk.resx @@ -68,6 +68,6 @@ Цей товар недоступний. - Ви можете замовити тільки {0} шт. цього товару за раз. + Ви можете замовити тільки {0} одиниць цього товару за раз. \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/Web/Multiplayer.ar.resx b/osu.Game.Resources/Localisation/Web/Multiplayer.ar.resx index 187abbc..cad62d1 100644 --- a/osu.Game.Resources/Localisation/Web/Multiplayer.ar.resx +++ b/osu.Game.Resources/Localisation/Web/Multiplayer.ar.resx @@ -58,6 +58,15 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + لا توجد العاب osu!(lazer) {0} لعبت حتى الأن! + + + قائمة التشغيل + + + لعب جماعي + مستضافة بواسطة {0} @@ -73,6 +82,9 @@ تبقى{0} + + المدة طويلة جداً. + نشط diff --git a/osu.Game.Resources/Localisation/Web/Multiplayer.de.resx b/osu.Game.Resources/Localisation/Web/Multiplayer.de.resx index 6f6decb..2028bd2 100644 --- a/osu.Game.Resources/Localisation/Web/Multiplayer.de.resx +++ b/osu.Game.Resources/Localisation/Web/Multiplayer.de.resx @@ -58,6 +58,15 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Noch keine osu!(lazer) {0} -spiele gespielt! + + + Wiedergabelisten + + + Mehrspieler + gehostet von {0} @@ -73,6 +82,9 @@ {0} übrig + + Die Dauer ist zu lang. + aktiv diff --git a/osu.Game.Resources/Localisation/Web/Notifications.ar.resx b/osu.Game.Resources/Localisation/Web/Notifications.ar.resx index cdc26aa..6054d8f 100644 --- a/osu.Game.Resources/Localisation/Web/Notifications.ar.resx +++ b/osu.Game.Resources/Localisation/Web/Notifications.ar.resx @@ -173,10 +173,10 @@ تم استبعاد الخريطة - أرتقت "{0}" لـ خريطة محبوبة + أرتقت "{0}" لـ خريطة Loved - أرتقت الخريطة لـ محبوبة + أرتقت الخريطة لتصبح Loved تم ترشيح "{0}" @@ -191,16 +191,16 @@ دخلت الخريطة قائمة التصنيف - اصبحت "{0}" مُصنفة + "{0}" اصبحت الأن Ranked - تم تصنيف الخريطة + كانت هذه الخريطة Ranked - "{0}" تمت ازالتها من "الخرائط المحبوبة" + "{0}" تمت ازالتها من "خرائط Loved" - أُزيلت الخريطة من "الخرائِط المحبوبة" + أُزيلت الخريطة من "خرائط Loved" تم اعادة تعيين ترشيحات "{0}" @@ -226,6 +226,18 @@ دردشة + + إعلان جديد + + + {0} يقول "{1}" + + + {0} + + + إعلان من {0} + رسالة جديدة @@ -304,6 +316,12 @@ خرائِط جديدة بواسطة {0} + + الخريطة "{0}" تم إحياؤها بواسطة {1} + + + تم إحياء الخريطة "{0}" + الأوسِمة @@ -338,7 +356,7 @@ حُرِمَت "{0}" من التأهُل - اصبحت "{0}" محبوبة + "{0}" اصبخت الأن Loved اصبحت "{0}" مرشحة @@ -347,10 +365,10 @@ "{0}" حصلت على ترشيحات كافية ودخلت حالة التصنيف - اصبحت "{0}" مصنفة + "{0}" اصبحت الأن Ranked - "{0}" أُزيلَت مِن "الخرائط المحبوبة" + "{0}" أُزيلَت مِن "خرائط Loved" تم اعادة تعيين ترشيحات "{0}" diff --git a/osu.Game.Resources/Localisation/Web/Notifications.de.resx b/osu.Game.Resources/Localisation/Web/Notifications.de.resx index ad90927..cb91acf 100644 --- a/osu.Game.Resources/Localisation/Web/Notifications.de.resx +++ b/osu.Game.Resources/Localisation/Web/Notifications.de.resx @@ -226,6 +226,18 @@ Chat + + Neue Ankündigung + + + {0} sagt "{1}" + + + {0} + + + Ankündigung von {0} + Neue Mitteilung diff --git a/osu.Game.Resources/Localisation/Web/Notifications.pt.resx b/osu.Game.Resources/Localisation/Web/Notifications.pt.resx index 2bd1f48..f1b4361 100644 --- a/osu.Game.Resources/Localisation/Web/Notifications.pt.resx +++ b/osu.Game.Resources/Localisation/Web/Notifications.pt.resx @@ -227,7 +227,7 @@ Chat - Novo aviso + Novo comunicado {0} diz "{1}" @@ -236,7 +236,7 @@ {0} - Aviso de {0} + Comunicado de {0} Nova mensagem diff --git a/osu.Game.Resources/Localisation/Web/PageTitle.ar.resx b/osu.Game.Resources/Localisation/Web/PageTitle.ar.resx index 08a76af..85fe3da 100644 --- a/osu.Game.Resources/Localisation/Web/PageTitle.ar.resx +++ b/osu.Game.Resources/Localisation/Web/PageTitle.ar.resx @@ -100,6 +100,9 @@ المنتدى + + سجلات الموضوع + لوحة التحكم @@ -109,6 +112,9 @@ التحقق من الحساب + + الفنانين المميزين + الفنانين المميزين @@ -217,6 +223,9 @@ التصنيف + + صادِق التطبيق + المتجر diff --git a/osu.Game.Resources/Localisation/Web/Paypal/Errors.ar.resx b/osu.Game.Resources/Localisation/Web/Paypal/Errors.ar.resx index ee503d8..6ce3f0d 100644 --- a/osu.Game.Resources/Localisation/Web/Paypal/Errors.ar.resx +++ b/osu.Game.Resources/Localisation/Web/Paypal/Errors.ar.resx @@ -64,6 +64,15 @@ لم يتم العثور على أي معلومات للدفع. + + حدث خطأ في إكمال الدفعة الخاصة بك. + + + انتهت مدة صلاحية رابط الدفع، الرجاء المحاولة مرة أخرى. + + + لم يتم العثور على معلومات الدفع. + تم رفض الدفع، لكننا لسنا متأكدين لماذا. diff --git a/osu.Game.Resources/Localisation/Web/Paypal/Errors.nl.resx b/osu.Game.Resources/Localisation/Web/Paypal/Errors.nl.resx index 2f30be7..fde2754 100644 --- a/osu.Game.Resources/Localisation/Web/Paypal/Errors.nl.resx +++ b/osu.Game.Resources/Localisation/Web/Paypal/Errors.nl.resx @@ -74,6 +74,6 @@ Er is geen betalingsinformatie gevonden. - De betaling was afgewezen, maar we weten niet waarom. + De betaling was afgewezen, maar we weten niet zeker waarom. \ No newline at end of file diff --git a/osu.Game.Resources/Localisation/Web/Rankings.ar.resx b/osu.Game.Resources/Localisation/Web/Rankings.ar.resx index 02e04a2..cd7b13c 100644 --- a/osu.Game.Resources/Localisation/Web/Rankings.ar.resx +++ b/osu.Game.Resources/Localisation/Web/Rankings.ar.resx @@ -116,7 +116,7 @@ مجموع النقاط - نقاط الترتيب + نتيجة Ranked متوسط النقاط diff --git a/osu.Game.Resources/Localisation/Web/Rankings.nl.resx b/osu.Game.Resources/Localisation/Web/Rankings.nl.resx index c1cad99..7849e81 100644 --- a/osu.Game.Resources/Localisation/Web/Rankings.nl.resx +++ b/osu.Game.Resources/Localisation/Web/Rankings.nl.resx @@ -98,7 +98,7 @@ Startdatum - Precisie + Nauwkeurigheid Actieve gebruikers diff --git a/osu.Game.Resources/Localisation/Web/Report.ar.resx b/osu.Game.Resources/Localisation/Web/Report.ar.resx index 781736a..e7142a3 100644 --- a/osu.Game.Resources/Localisation/Web/Report.ar.resx +++ b/osu.Game.Resources/Localisation/Web/Report.ar.resx @@ -61,6 +61,9 @@ إبلاغ + + الإبلاع عن خريطة {0}؟ + إبلاغ diff --git a/osu.Game.Resources/Localisation/Web/Scores.it.resx b/osu.Game.Resources/Localisation/Web/Scores.it.resx index ebb4eb2..27d1981 100644 --- a/osu.Game.Resources/Localisation/Web/Scores.it.resx +++ b/osu.Game.Resources/Localisation/Web/Scores.it.resx @@ -77,7 +77,7 @@ Classifica Globale - Solo i punteggi personali migliori attribuiscono pp + Solo i punteggi migliori conferiscono pp Questo punteggio dev'essere ancora calcolato e verrà mostrato presto diff --git a/osu.Game.Resources/Localisation/Web/Sort.ar.resx b/osu.Game.Resources/Localisation/Web/Sort.ar.resx index 09cbe14..a6decbc 100644 --- a/osu.Game.Resources/Localisation/Web/Sort.ar.resx +++ b/osu.Game.Resources/Localisation/Web/Sort.ar.resx @@ -85,6 +85,30 @@ اسم المُستخدم + + ألبوم + + + الفنان + + + BPM + + + الصنف + + + المدة + + + الصِلة + + + العنوان + + + تحديث + توقيت النشر diff --git a/osu.Game.Resources/Localisation/Web/Sort.nl.resx b/osu.Game.Resources/Localisation/Web/Sort.nl.resx index fceddca..2498543 100644 --- a/osu.Game.Resources/Localisation/Web/Sort.nl.resx +++ b/osu.Game.Resources/Localisation/Web/Sort.nl.resx @@ -59,7 +59,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Sorteer op + Sorteren op Alles diff --git a/osu.Game.Resources/Localisation/Web/Users.ar.resx b/osu.Game.Resources/Localisation/Web/Users.ar.resx index 0546307..fdc694d 100644 --- a/osu.Game.Resources/Localisation/Web/Users.ar.resx +++ b/osu.Game.Resources/Localisation/Web/Users.ar.resx @@ -65,7 +65,7 @@ سجل اقتراحات {0} - الإقتراحات + تقديم الإقتِراحات المناقشات التي بدأت مؤخرا @@ -307,6 +307,12 @@ {0} تعليق|{0} تعليقات + + إخفاء الغلاف + + + إظهار الغلاف + تغيير صورة الغلاف @@ -374,13 +380,13 @@ الخرائط المقبورة - الخرائط المُحَبَبة + خرائط Loved الخرائط المعلقة - الخرائط المصفوفة والمقبولة + الخرائط الـ Ranked المناقشات @@ -422,10 +428,10 @@ الخرائط الملعوبة اخر (24 ساعة) - تاريخ مشاهدات النتائج + تاريخ مشاهدات الـ Replays - مشاهدات النتائج + الـ Replays التي شاهدتها تاريخ الكودوسو الفائت @@ -493,6 +499,9 @@ الاوسمة + + العاب قائمة التشغيل + المنشورات @@ -505,11 +514,14 @@ الأخيرة + + ألـ ألعاب الجماعية + - تحميل النتيجة + تحميل الـ Replay - فقط الخرائط المصفوفة تعطي نقاط خبرة. + فقط الخرائط الـ Ranked تعطي نقاط خبرة موزون {0} @@ -526,6 +538,21 @@ المراكز الاولى + + إزالة التثبيت + + + نتيجة غير مثبتة + + + تثبيت + + + نتيجة مثبتة + + + النتائج المثبتة + الأصوات المقدمة (اخر 3 اشهر) @@ -653,7 +680,7 @@ التقدم للمستوى التالي - السرد الأقصى + اقصى كومبو الاوسمة @@ -665,10 +692,10 @@ وقت اللعب الإجمالي - نقاط الترتيب + عدد نقاط الـ Ranked - النتائج التي شوهدت بواسطة الاخرين + الـ Replays التي شاهدها الأخرون ترتيب النقاط @@ -683,13 +710,13 @@ الخرائط المقبورة - الخرائط المُحَبَبة + خرائط Loved الخرائط المعلقة - الخرائط المصفوفة والمقبولة + الخرائط الـ Ranked أنت مُقيد (صامت) حاليا. diff --git a/osu.Game.Resources/Localisation/Web/Users.de.resx b/osu.Game.Resources/Localisation/Web/Users.de.resx index 3e3fd71..c98e9c7 100644 --- a/osu.Game.Resources/Localisation/Web/Users.de.resx +++ b/osu.Game.Resources/Localisation/Web/Users.de.resx @@ -499,6 +499,9 @@ Medaillen + + Wiedergabelisten-Spiele + Beiträge @@ -535,6 +538,15 @@ Erster Platz + + Ablösen + + + Abgelöster Score + + + Anheften + Angehefteter Score diff --git a/osu.Game.Resources/Localisation/Web/Users.it.resx b/osu.Game.Resources/Localisation/Web/Users.it.resx index 2361a5b..b73bb72 100644 --- a/osu.Game.Resources/Localisation/Web/Users.it.resx +++ b/osu.Game.Resources/Localisation/Web/Users.it.resx @@ -521,7 +521,7 @@ Scarica Replay - Solo le mappe classificate danno pp. + Solo le beatmap classificate conferiscono pp valutata {0} diff --git a/osu.Game.Resources/Localisation/Web/Users.nl.resx b/osu.Game.Resources/Localisation/Web/Users.nl.resx index 1a081e0..ed454ce 100644 --- a/osu.Game.Resources/Localisation/Web/Users.nl.resx +++ b/osu.Game.Resources/Localisation/Web/Users.nl.resx @@ -284,7 +284,7 @@ Laatst gezien op {0} - Momenteel online + Nu online Je hebt misschien een typfout gemaakt! (of de gebruiker is verbannen) @@ -307,6 +307,12 @@ {0} reactie|{0} reacties + + Omslagfoto verbergen + + + Omslagfoto tonen + Verander Profiel Cover diff --git a/osu.Game.Resources/Localisation/Web/Users.resx b/osu.Game.Resources/Localisation/Web/Users.resx index 3ae1285..f438e04 100644 --- a/osu.Game.Resources/Localisation/Web/Users.resx +++ b/osu.Game.Resources/Localisation/Web/Users.resx @@ -379,6 +379,9 @@ Graveyarded Beatmaps + + Guest Participation Beatmaps + Loved Beatmaps diff --git a/osu.Game.Resources/Localisation/Web/Users.uk.resx b/osu.Game.Resources/Localisation/Web/Users.uk.resx index e9ac35c..16ece01 100644 --- a/osu.Game.Resources/Localisation/Web/Users.uk.resx +++ b/osu.Game.Resources/Localisation/Web/Users.uk.resx @@ -65,7 +65,7 @@ Історія редагування карт користувача {0} - Редагування + Модифікація Нещодавно розпочаті дискусії diff --git a/osu.Game.Resources/Localisation/Web/Users.zh.resx b/osu.Game.Resources/Localisation/Web/Users.zh.resx index 2a6f1de..d6e277d 100644 --- a/osu.Game.Resources/Localisation/Web/Users.zh.resx +++ b/osu.Game.Resources/Localisation/Web/Users.zh.resx @@ -59,7 +59,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - [被删除的用户] + [已删除的用户] {0} 的摸图历史 diff --git a/osu.Game.Resources/Localisation/Web/UsersStrings.cs b/osu.Game.Resources/Localisation/Web/UsersStrings.cs index 4c1817d..c06640a 100644 --- a/osu.Game.Resources/Localisation/Web/UsersStrings.cs +++ b/osu.Game.Resources/Localisation/Web/UsersStrings.cs @@ -544,6 +544,11 @@ namespace osu.Game.Resources.Localisation.Web /// public static LocalisableString ShowExtraBeatmapsGraveyardTitle => new TranslatableString(getKey(@"show.extra.beatmaps.graveyard.title"), @"Graveyarded Beatmaps"); + /// + /// "Guest Participation Beatmaps" + /// + public static LocalisableString ShowExtraBeatmapsGuestTitle => new TranslatableString(getKey(@"show.extra.beatmaps.guest.title"), @"Guest Participation Beatmaps"); + /// /// "Loved Beatmaps" /// diff --git a/osu.Game.Resources/Localisation/Web/Wiki.nl.resx b/osu.Game.Resources/Localisation/Web/Wiki.nl.resx index 8a812e5..92f4bcf 100644 --- a/osu.Game.Resources/Localisation/Web/Wiki.nl.resx +++ b/osu.Game.Resources/Localisation/Web/Wiki.nl.resx @@ -74,7 +74,7 @@ De opgevraagde pagina kon niet gevonden worden in de geselecteerde taal. - Deze pagina voldoet niet aan de normen van de osu! wiki en moet worden opgeschoond of herschreven. Als u kunt helpen, overweeg dan om het artikel te updaten! + Deze pagina beantwoordt niet aan de standaarden die we met osu! wiki willen bereiken, en moet opgeschoond of herschreven worden. Je kunt ons hiermee helpen door het artikel bij te werken! Zoek bestaande pagina's voor {0}. diff --git a/osu.Game.Resources/Localisation/Web/Wiki.uk.resx b/osu.Game.Resources/Localisation/Web/Wiki.uk.resx index 5726186..3f0cce2 100644 --- a/osu.Game.Resources/Localisation/Web/Wiki.uk.resx +++ b/osu.Game.Resources/Localisation/Web/Wiki.uk.resx @@ -59,7 +59,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Дана сторінка ще не перекладена на обрану мову ({0}). Буде відображено англійську версію сторінки. + Дана сторінка ще не перекладена на обрану мову ({0}). Буде показано англійську версію сторінки. Вміст цієї сторінки є неповним або застарілим, але ви завжди зможете допомогти нам доповнити його!