mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-10 15:25:42 -07:00
Localisation updates (#4949)
* update supported locales * update latvian translation * update estonian translation * update zh-hk translation * update icelandic translation * enable more locales * add new locale to qa * update translations * update locale list * update translator credits
This commit is contained in:
parent
c1842c0443
commit
96e4793ef6
@ -22,13 +22,11 @@ namespace Bloxstrap
|
||||
{ "bg", "Български" }, // Bulgarian
|
||||
#if QA_BUILD
|
||||
{ "bn", "বাংলা" }, // Bengali
|
||||
{ "bs", "Bosanski" }, // Bosnian
|
||||
#endif
|
||||
{ "bs", "Bosanski" }, // Bosnian
|
||||
{ "cs", "Čeština" }, // Czech
|
||||
{ "de", "Deutsch" }, // German
|
||||
#if QA_BUILD
|
||||
{ "da", "Dansk" }, // Danish
|
||||
#endif
|
||||
{ "es-ES", "Español" }, // Spanish
|
||||
#if QA_BUILD
|
||||
{ "el", "Ελληνικά" }, // Greek
|
||||
@ -43,29 +41,38 @@ namespace Bloxstrap
|
||||
#endif
|
||||
{ "hr", "Hrvatski" }, // Croatian
|
||||
{ "hu", "Magyar" }, // Hungarian
|
||||
#if QA_BUILD
|
||||
{ "is", "Íslenska" }, // Icelandic
|
||||
#endif
|
||||
{ "id", "Bahasa Indonesia" }, // Indonesian
|
||||
{ "it", "Italiano" }, // Italian
|
||||
{ "ja", "日本語" }, // Japanese
|
||||
{ "ko", "한국어" }, // Korean
|
||||
{ "lv", "Latviešu" }, // Latvian
|
||||
{ "lt", "Lietuvių" }, // Lithuanian
|
||||
{ "ms", "Malay" }, // Malay
|
||||
{ "nl", "Nederlands" }, // Dutch
|
||||
#if QA_BUILD
|
||||
{ "et", "Eesti Keel" }, // Estonian
|
||||
{ "no", "Bokmål" }, // Norwegian
|
||||
#endif
|
||||
{ "pl", "Polski" }, // Polish
|
||||
#if QA_BUILD
|
||||
{ "pt-PT", "Portugese (European)" }, // Portuguese (TODO: translate)
|
||||
#endif
|
||||
{ "pt-BR", "Português (Brasil)" }, // Portuguese, Brazilian
|
||||
{ "ro", "Română" }, // Romanian
|
||||
{ "ru", "Русский" }, // Russian
|
||||
#if QA_BUILD
|
||||
{ "sr-CS", "Serbian (Latin)" }, // Serbian (TODO: translate)
|
||||
#endif
|
||||
{ "sv-SE", "Svenska" }, // Swedish
|
||||
{ "th", "ภาษาไทย" }, // Thai
|
||||
{ "tr", "Türkçe" }, // Turkish
|
||||
{ "uk", "Українська" }, // Ukrainian
|
||||
{ "vi", "Tiếng Việt" }, // Vietnamese
|
||||
{ "zh-CN", "中文 (简体)" }, // Chinese Simplified
|
||||
#if QA_BUILD
|
||||
{ "zh-HK", "中文 (廣東話)" }, // Chinese Traditional, Hong Kong
|
||||
#endif
|
||||
{ "zh-HK", "中文 (香港)" }, // Chinese Traditional, Hong Kong
|
||||
{ "zh-TW", "中文 (繁體)" } // Chinese Traditional
|
||||
};
|
||||
|
||||
|
@ -1237,6 +1237,9 @@
|
||||
<data name="Dialog.Exception.Version" xml:space="preserve">
|
||||
<value>الإصدار {0}</value>
|
||||
</data>
|
||||
<data name="Enums.BootstrapperStyle.CustomDialog" xml:space="preserve">
|
||||
<value>مخصص</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.FilesInUse" xml:space="preserve">
|
||||
<value>حاول Bloxstrap ترقية Roblox ولكن لا يمكن أن يكون لأن ملفات Roblox لا تزال قيد الاستخدام.
|
||||
|
||||
@ -1265,4 +1268,232 @@
|
||||
<value>جميع سجلات Bloxstrap</value>
|
||||
<comment>Label that appears next to a checkbox</comment>
|
||||
</data>
|
||||
<data name="App.OSDeprecation.Win7_81" xml:space="preserve">
|
||||
<value>لم يعد Roblox يدعم Windows 7 أو 8.1. لمواصلة تشغيل Roblox، يرجى الترقية إلى Windows 10 أو أحدث.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Title" xml:space="preserve">
|
||||
<value>فشل في استخراج جميع الملفات</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Message" xml:space="preserve">
|
||||
<value>قد يكون بعض المحتوى مفقود. قم بإعادة تثبيت Roblox في الإعدادات لإصلاح هذا.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Title" xml:space="preserve">
|
||||
<value>فشل في تطبيق جميع التعديلات</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Message" xml:space="preserve">
|
||||
<value>لن تكون جميع التعديلات موجودة في عملية الإطلاق الحالية.</value>
|
||||
</data>
|
||||
<data name="Menu.About.Licenses.Apache" xml:space="preserve">
|
||||
<value>رخصة Apache 2.0</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Blank" xml:space="preserve">
|
||||
<value>فارغ</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Simple" xml:space="preserve">
|
||||
<value>بسيط</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.InvalidRoot" xml:space="preserve">
|
||||
<value>مظهر XML الجذر ليس {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.DialogAlreadyInitialised" xml:space="preserve">
|
||||
<value>تم تهيئة مربع حوار مخصص مسبقاً</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.TooManyElements" xml:space="preserve">
|
||||
<value>لا يمكن أن يكون لوحدات التشغيل المخصصة سوى حد أقصى من العناصر {0} ، حصلت على {1}</value>
|
||||
<comment>{0} and {1} are numbers</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSet" xml:space="preserve">
|
||||
<value>لم يتم تعيين الإصدار {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotNumber" xml:space="preserve">
|
||||
<value>إصدار {0} ليس رقما</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSupported" xml:space="preserve">
|
||||
<value>نسخة {0} {1} لم تعد مدعومة</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotRecognised" xml:space="preserve">
|
||||
<value>إصدار {0} {1} غير معروف</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementInvalidChild" xml:space="preserve">
|
||||
<value>{0} لا يمكن أن يكون لديه طفل من {1}</value>
|
||||
<comment>{0} and {1} are element names (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownElement" xml:space="preserve">
|
||||
<value>عنصر غير معروف {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.XMLParseFailed" xml:space="preserve">
|
||||
<value>فشل تحليل ملف المظهر: {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeConversionError" xml:space="preserve">
|
||||
<value>{0} غير صالح {1}: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissing" xml:space="preserve">
|
||||
<value>العنصر {0} مفقود السمة {1}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeInvalidType" xml:space="preserve">
|
||||
<value></value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeLargerThanMin" xml:space="preserve">
|
||||
<value>{0} {1} يجب أن يكون أكبر من {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeSmallerThanMax" xml:space="preserve">
|
||||
<value>{0} {1} يجب أن يكون أصغر من {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownEnumValue" xml:space="preserve">
|
||||
<value>{0} غير معروف {1} {2}'</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the enum name (e.g. WindowCornerType), {2} is the value</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleDefinitions" xml:space="preserve">
|
||||
<value>{0} يمكن أن يكون {1} واحد فقط</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleChildren" xml:space="preserve">
|
||||
<value>{0}. يمكن أن يكون{1} طفل واحد فقط</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementMultipleChildren" xml:space="preserve">
|
||||
<value>{0} يمكن أن يكون لديه طفل واحد فقط</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissingChild" xml:space="preserve">
|
||||
<value>{0}.{1} مفقود طفله</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseError" xml:space="preserve">
|
||||
<value>{0}. لا يمكن تحليل{1} في {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseErrorNull" xml:space="preserve">
|
||||
<value>{0}.{1} {2} فارغ</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeBlacklistedUriScheme" xml:space="preserve">
|
||||
<value>{0}. يستخدم{1} مخطط القائمة السوداء {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the URI scheme (e.g. http)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementTypeCreationFailed" xml:space="preserve">
|
||||
<value>{0} فشل في إنشاء {1}: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Title" xml:space="preserve">
|
||||
<value>تعديل "{0}"</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success" xml:space="preserve">
|
||||
<value>تم حفظ المظهر بنجاح!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Error" xml:space="preserve">
|
||||
<value>حدث خطأ أثناء حفظ المظهر الخاصة بك.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.ConfirmSave" xml:space="preserve">
|
||||
<value>حفظ التغييرات إلى {0}؟</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save" xml:space="preserve">
|
||||
<value>حفظ</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Preview" xml:space="preserve">
|
||||
<value>عرض</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.OpenThemeDirectory" xml:space="preserve">
|
||||
<value>فتح دليل المظهر</value>
|
||||
</data>
|
||||
<data name="Common.CreateNew" xml:space="preserve">
|
||||
<value>إنشاء جديد</value>
|
||||
</data>
|
||||
<data name="Common.Import" xml:space="preserve">
|
||||
<value>استيراد</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Title" xml:space="preserve">
|
||||
<value>إضافة مظهر مخصص</value>
|
||||
</data>
|
||||
<data name="Common.Template" xml:space="preserve">
|
||||
<value>قالب</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameEmpty" xml:space="preserve">
|
||||
<value>الاسم لا يمكن أن يكون فارغاً</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameIllegalCharacters" xml:space="preserve">
|
||||
<value>الاسم يحتوي على أحرف غير قانونية</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameReserved" xml:space="preserve">
|
||||
<value>الاسم لا يمكن استخدامه</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.Unknown" xml:space="preserve">
|
||||
<value>خطأ غير معروف</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameTaken" xml:space="preserve">
|
||||
<value>الاسم مستخدم مسبقاً</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.FileNotZip" xml:space="preserve">
|
||||
<value>يجب أن يكون الملف مضغوط (ZIP)</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipMissingThemeFile" xml:space="preserve">
|
||||
<value>تعذر العثور على ملف الموضوع في ملف ZIP</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipInvalidData" xml:space="preserve">
|
||||
<value>ملف ZIP غير صحيح أو تالف</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.NoThemeSelected" xml:space="preserve">
|
||||
<value>لم يتم تحديد موضوع مخصص</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.SetupFailed" xml:space="preserve">
|
||||
<value>.</value>
|
||||
<comment>{0} is the error reason, {1} is the theme name (e.g. Bloxstrap (Classic))</comment>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.NoneSelected" xml:space="preserve">
|
||||
<value>لم يتم تحديد موضوع مخصص.</value>
|
||||
</data>
|
||||
<data name="Common.Rename" xml:space="preserve">
|
||||
<value>إعادة تسمية</value>
|
||||
</data>
|
||||
<data name="Common.Edit" xml:space="preserve">
|
||||
<value>حرّر</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.DeleteFailed" xml:space="preserve">
|
||||
<value>فشل في حذف موضوع مخصص {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.RenameFailed" xml:space="preserve">
|
||||
<value>فشل في حذف موضوع مخصص {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Title" xml:space="preserve">
|
||||
<value>تحديثات الخلفية</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Description" xml:space="preserve">
|
||||
<value>تحديث Roblox في الخلفية بدلاً من الانتظار. لا ينصح بالشبكات البطيئة. مطلوب على الأقل 3 جيغابايت من مساحة التخزين الحرة لكي تعمل هذه الميزة.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.UIElements" xml:space="preserve">
|
||||
<value>ضع عناصر واجهة المستخدم هنا</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.MoreExamples" xml:space="preserve">
|
||||
<value>يمكن العثور على أمثلة لبرمجيات مخصصة في {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Simple.MoreExamples" xml:space="preserve">
|
||||
<value>ابحث عن المزيد من أمثلة التمهيد المخصص في {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.DefaultName" xml:space="preserve">
|
||||
<value>المظهر المخصص {0}</value>
|
||||
<comment>{0} is a string (e.g. '1', '1-1234')</comment>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Title" xml:space="preserve">
|
||||
<value>السماح بإطلاق متعدد المثيلات</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Description" xml:space="preserve">
|
||||
<value>يسمح بفتح أكثر من نموذج عميل لعبة Roblox في نفس الوقت.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success.Description" xml:space="preserve">
|
||||
<value>تم حفظ المظهر الخاص بك!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Errors.PreviewFailed" xml:space="preserve">
|
||||
<value>فشل معاينة المظهر: {0}</value>
|
||||
</data>
|
||||
</root>
|
@ -1238,6 +1238,9 @@ Bloxstrap е инсталиран на „{1}“.</value>
|
||||
<data name="Dialog.Exception.Version" xml:space="preserve">
|
||||
<value>Версия {0}</value>
|
||||
</data>
|
||||
<data name="Enums.BootstrapperStyle.CustomDialog" xml:space="preserve">
|
||||
<value>по избор</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.FilesInUse" xml:space="preserve">
|
||||
<value>Bloxstrap се опита да актуализира Roblox, но бе неуспешен, защото файловете на Roblox все още се използват.
|
||||
|
||||
@ -1266,4 +1269,232 @@ Bloxstrap е инсталиран на „{1}“.</value>
|
||||
<value>Всички log файлове на Bloxstrap</value>
|
||||
<comment>Label that appears next to a checkbox</comment>
|
||||
</data>
|
||||
<data name="App.OSDeprecation.Win7_81" xml:space="preserve">
|
||||
<value>Roblox вече не поддържа Windows 7 или 8.1. За да продължите да играете Roblox, моля, надстройте до Windows 10 или по-нова версия.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Title" xml:space="preserve">
|
||||
<value>Неуспешно разархивиране на всички файлове</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Message" xml:space="preserve">
|
||||
<value>Възможно е да липсват някои файлове. Преинсталирайте Roblox от настройките, за да поправите това.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Title" xml:space="preserve">
|
||||
<value>Неуспешно прилагане на всички модификации</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Message" xml:space="preserve">
|
||||
<value>Не всички модификации ще бъдат приложени при текущото стартиране.</value>
|
||||
</data>
|
||||
<data name="Menu.About.Licenses.Apache" xml:space="preserve">
|
||||
<value>Apache Лиценз 2.0</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Blank" xml:space="preserve">
|
||||
<value>Празeн</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Simple" xml:space="preserve">
|
||||
<value>Опростено</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.InvalidRoot" xml:space="preserve">
|
||||
<value>Коренът на XML темата не е {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.DialogAlreadyInitialised" xml:space="preserve">
|
||||
<value>Персонализираният диалог вече е инициализиран</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.TooManyElements" xml:space="preserve">
|
||||
<value>Персонализирани теми могат да имат максимум {0} елемента, получени {1}</value>
|
||||
<comment>{0} and {1} are numbers</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSet" xml:space="preserve">
|
||||
<value>Версия {0} не е зададена</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotNumber" xml:space="preserve">
|
||||
<value>Версия {0} не е число</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSupported" xml:space="preserve">
|
||||
<value>Версия {1} на {0} вече не се поддържа</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotRecognised" xml:space="preserve">
|
||||
<value>Версия {1} на {0} не е разпозната</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementInvalidChild" xml:space="preserve">
|
||||
<value>{0} не може да има дете от тип {1}</value>
|
||||
<comment>{0} and {1} are element names (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownElement" xml:space="preserve">
|
||||
<value>Неизвестен елемент {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.XMLParseFailed" xml:space="preserve">
|
||||
<value>Неуспешно разчитане на файла: {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeConversionError" xml:space="preserve">
|
||||
<value>{0} има невалиден {1}: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissing" xml:space="preserve">
|
||||
<value>Елементът {0} няма атрибута {1}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeInvalidType" xml:space="preserve">
|
||||
<value>{0}.{1} не е валиден {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeLargerThanMin" xml:space="preserve">
|
||||
<value>{0}.{1} трябва да бъде по-голямо от {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeSmallerThanMax" xml:space="preserve">
|
||||
<value>{0}.{1} трябва да бъде по-малко от {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownEnumValue" xml:space="preserve">
|
||||
<value>Неизвестна стойност '{2}' {1} на {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the enum name (e.g. WindowCornerType), {2} is the value</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleDefinitions" xml:space="preserve">
|
||||
<value>{0} може да има само един дефиниран {1}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleChildren" xml:space="preserve">
|
||||
<value>{0}.{1} може да има само един подчинен елемент</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementMultipleChildren" xml:space="preserve">
|
||||
<value>{0} може да има само един подчинен елемент</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissingChild" xml:space="preserve">
|
||||
<value>{0}.{1} липсва подчинен елемент</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseError" xml:space="preserve">
|
||||
<value>{0}.{1} не можа да бъде преобразуван към {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseErrorNull" xml:space="preserve">
|
||||
<value>{0}.{1} {2} е null</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeBlacklistedUriScheme" xml:space="preserve">
|
||||
<value>{0}.{1} използва забранената схема {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the URI scheme (e.g. http)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementTypeCreationFailed" xml:space="preserve">
|
||||
<value>{0} не успя да създаде {1}: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Title" xml:space="preserve">
|
||||
<value>Редактиране на '{0}'</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success" xml:space="preserve">
|
||||
<value>Темата бе успешно запазена!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Error" xml:space="preserve">
|
||||
<value>Възникна грешка при запазването на вашата тема.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.ConfirmSave" xml:space="preserve">
|
||||
<value>Запази промените към {0}?</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save" xml:space="preserve">
|
||||
<value>Запази</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Preview" xml:space="preserve">
|
||||
<value>Преглед</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.OpenThemeDirectory" xml:space="preserve">
|
||||
<value>Отвори директория за теми</value>
|
||||
</data>
|
||||
<data name="Common.CreateNew" xml:space="preserve">
|
||||
<value>Създай нова</value>
|
||||
</data>
|
||||
<data name="Common.Import" xml:space="preserve">
|
||||
<value>Импортиране</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Title" xml:space="preserve">
|
||||
<value>Добавяне на тема</value>
|
||||
</data>
|
||||
<data name="Common.Template" xml:space="preserve">
|
||||
<value>Шаблон</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameEmpty" xml:space="preserve">
|
||||
<value>Името не може да бъде празно</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameIllegalCharacters" xml:space="preserve">
|
||||
<value>Името съдържа незаконни символи</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameReserved" xml:space="preserve">
|
||||
<value>Името не може да бъде използвано</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.Unknown" xml:space="preserve">
|
||||
<value>Неизвестна грешка</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameTaken" xml:space="preserve">
|
||||
<value>Името вече е заето</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.FileNotZip" xml:space="preserve">
|
||||
<value>Файлът трябва да бъде ZIP</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipMissingThemeFile" xml:space="preserve">
|
||||
<value>Файлът трябва да е ZIP</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipInvalidData" xml:space="preserve">
|
||||
<value>Невалиден или повреден ZIP архив</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.NoThemeSelected" xml:space="preserve">
|
||||
<value>Няма избрана тема</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.SetupFailed" xml:space="preserve">
|
||||
<value>Неуспешно настройване на тема: {0}. Преминаване към {1}.</value>
|
||||
<comment>{0} is the error reason, {1} is the theme name (e.g. Bloxstrap (Classic))</comment>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.NoneSelected" xml:space="preserve">
|
||||
<value>Няма избрана тема.</value>
|
||||
</data>
|
||||
<data name="Common.Rename" xml:space="preserve">
|
||||
<value>Преименувай</value>
|
||||
</data>
|
||||
<data name="Common.Edit" xml:space="preserve">
|
||||
<value>Редактирай</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.DeleteFailed" xml:space="preserve">
|
||||
<value>Неуспешно изтриване на тема {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.RenameFailed" xml:space="preserve">
|
||||
<value>Неуспешно преименуване на тема {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Title" xml:space="preserve">
|
||||
<value>Актуализации във фонов режим</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Description" xml:space="preserve">
|
||||
<value>Вместо да чакате, актуализирайте Roblox във фона. Не се препоръчва за бавни мрежи. За да работи тази функция, е необходм минимум 3GB свободно място.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.UIElements" xml:space="preserve">
|
||||
<value>Поставете UI елементи тук</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.MoreExamples" xml:space="preserve">
|
||||
<value>Примери за персонализирани теми могат да бъдат намерени на {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Simple.MoreExamples" xml:space="preserve">
|
||||
<value>Намерете повече примери за персонализирани теми на {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.DefaultName" xml:space="preserve">
|
||||
<value>Персонализирана тема {0}</value>
|
||||
<comment>{0} is a string (e.g. '1', '1-1234')</comment>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Title" xml:space="preserve">
|
||||
<value>Разрешаване на стартиране на множество инстанции</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Description" xml:space="preserve">
|
||||
<value>Позволява да имате повече от една инстанция на Roblox отворена едновременно.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success.Description" xml:space="preserve">
|
||||
<value>Вашата тема е запазена!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Errors.PreviewFailed" xml:space="preserve">
|
||||
<value>Неуспешен преглед на темата: {0}</value>
|
||||
</data>
|
||||
</root>
|
1501
Bloxstrap/Resources/Strings.bs.resx
Normal file
1501
Bloxstrap/Resources/Strings.bs.resx
Normal file
File diff suppressed because it is too large
Load Diff
@ -148,7 +148,7 @@
|
||||
<value>Instaluje se {product}...</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.Status.InstallingWebView2" xml:space="preserve">
|
||||
<value>Instaluje se WebView2, vyčkejte prosím...</value>
|
||||
<value>Instaluje se WebView2, počkejte prosím...</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.Status.Starting" xml:space="preserve">
|
||||
<value>Startuje se {product}...</value>
|
||||
@ -161,7 +161,7 @@
|
||||
<value>Získávání nejnovější verze Bloxstrap...</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.Status.WaitingOtherInstances" xml:space="preserve">
|
||||
<value>Čeká se na ostatní objekty...</value>
|
||||
<value>Čekání na další instance...</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.StylePreview.ImageCancel" xml:space="preserve">
|
||||
<value>Náhled stylu - Klikněte na tlačítko X v pravém horním rohu pro zavření</value>
|
||||
@ -176,16 +176,16 @@
|
||||
</data>
|
||||
<data name="Bootstrapper.Uninstall.RobloxRunning" xml:space="preserve">
|
||||
<value>Roblox právě běží, ale musí být zavřen, před tím, než odinstalujete Bloxstrap.
|
||||
Chtěli nyní zavřít Roblox?</value>
|
||||
Chcete nyní zavřít Roblox?</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.WMFNotFound" xml:space="preserve">
|
||||
<value>Roblox potřebuje použití komponentů Windows Media Foundation. Vypadá, že vam chybí, nejspíše protože používáte Windows edici N. Prosíme nejdříve je nainstalujte, až po té pusťte Roblox.</value>
|
||||
<value>Roblox vyžaduje použití komponentů Windows Media Foundation. Zdá se, že vám chybí tyto komponenty, pravděpodobně proto, že používáte edici N systému Windows. Nejprve je nainstalujte a poté spusťte Roblox.</value>
|
||||
</data>
|
||||
<data name="Common.AddSingle" xml:space="preserve">
|
||||
<value>Přidat jednu</value>
|
||||
</data>
|
||||
<data name="Common.Browse" xml:space="preserve">
|
||||
<value>Prohlížet</value>
|
||||
<value>Procházet</value>
|
||||
</data>
|
||||
<data name="Common.Cancel" xml:space="preserve">
|
||||
<value>Zrušit</value>
|
||||
@ -194,22 +194,22 @@ Chtěli nyní zavřít Roblox?</value>
|
||||
<value>Zavřít</value>
|
||||
</data>
|
||||
<data name="Common.Delete" xml:space="preserve">
|
||||
<value>Smazat</value>
|
||||
<value>Odstranit</value>
|
||||
</data>
|
||||
<data name="Common.DiscordRichPresence" xml:space="preserve">
|
||||
<value>Discord Rich Presence</value>
|
||||
</data>
|
||||
<data name="Common.Help" xml:space="preserve">
|
||||
<value>Pomoc</value>
|
||||
<value>Nápověda</value>
|
||||
</data>
|
||||
<data name="Common.ImportJson" xml:space="preserve">
|
||||
<value>Importovat JSON</value>
|
||||
</data>
|
||||
<data name="Common.OpenLogFile" xml:space="preserve">
|
||||
<value>Otevřít soubor log</value>
|
||||
<value>Otevřít logový soubor</value>
|
||||
</data>
|
||||
<data name="Common.Miscellaneous" xml:space="preserve">
|
||||
<value>Rozmanitý</value>
|
||||
<value>Různé</value>
|
||||
</data>
|
||||
<data name="Common.Name" xml:space="preserve">
|
||||
<value>Jméno</value>
|
||||
@ -227,7 +227,7 @@ Chtěli nyní zavřít Roblox?</value>
|
||||
<value>Předvolby</value>
|
||||
</data>
|
||||
<data name="Common.Reset" xml:space="preserve">
|
||||
<value>Restart</value>
|
||||
<value>Obnovit</value>
|
||||
<comment>In the context of resetting something to a default value</comment>
|
||||
</data>
|
||||
<data name="Common.Value" xml:space="preserve">
|
||||
@ -243,16 +243,16 @@ Chtěli nyní zavřít Roblox?</value>
|
||||
<value>Zavřít Roblox</value>
|
||||
</data>
|
||||
<data name="ContextMenu.CloseRobloxMessage" xml:space="preserve">
|
||||
<value>Opravdu chcete ukončit Roblox? Tím bude proces násilně ukončen.</value>
|
||||
<value>Určitě chcete Roblox zavřít? Tohle nuceně proces ukončí.</value>
|
||||
</data>
|
||||
<data name="ContextMenu.CopyDeeplinkInvite" xml:space="preserve">
|
||||
<value>Kopírovat pozvánku přímého odkazu</value>
|
||||
<value>Kopírovat přímou pozvánku do aplikace</value>
|
||||
</data>
|
||||
<data name="ContextMenu.ServerInformation.CopyInstanceId" xml:space="preserve">
|
||||
<value>Zkopírovat Objekt ID</value>
|
||||
<value>Zkopírovat ID instance</value>
|
||||
</data>
|
||||
<data name="ContextMenu.ServerInformation.InstanceId" xml:space="preserve">
|
||||
<value>Objekt ID</value>
|
||||
<value>ID instance</value>
|
||||
</data>
|
||||
<data name="ContextMenu.ServerInformation.Location" xml:space="preserve">
|
||||
<value>Lokace</value>
|
||||
@ -376,7 +376,7 @@ Pokud ne, prosím nahlaste tuto výjimku prostřednictvím [GitHub issue]({1}) s
|
||||
<value>Direct3D 11</value>
|
||||
</data>
|
||||
<data name="Enums.ServerType.Private" xml:space="preserve">
|
||||
<value>Privátní server</value>
|
||||
<value>Soukromý server</value>
|
||||
</data>
|
||||
<data name="Enums.ServerType.Public" xml:space="preserve">
|
||||
<value>Veřejný server</value>
|
||||
@ -403,10 +403,10 @@ Pokud ne, prosím nahlaste tuto výjimku prostřednictvím [GitHub issue]({1}) s
|
||||
<value>Kód</value>
|
||||
</data>
|
||||
<data name="Menu.About.Contributors.Description" xml:space="preserve">
|
||||
<value>Tohle jsou ti lidé, kteří významně přispěli a pomohli z Bloxstrap udělat to, čím je teď.</value>
|
||||
<value>Tohle jsou lidé, kteří významně přispěli a pomohli z Bloxstrapu udělat to, čím je teď.</value>
|
||||
</data>
|
||||
<data name="Menu.About.Contributors.FeatureIdeas" xml:space="preserve">
|
||||
<value>Nápady vlastností</value>
|
||||
<value>Nápady funkcí</value>
|
||||
</data>
|
||||
<data name="Menu.About.Contributors.SpecialThanks" xml:space="preserve">
|
||||
<value>Zvláštní poděkování</value>
|
||||
@ -436,7 +436,7 @@ Pokud ne, prosím nahlaste tuto výjimku prostřednictvím [GitHub issue]({1}) s
|
||||
<value>Nahlásit chybu</value>
|
||||
</data>
|
||||
<data name="Menu.About.Title" xml:space="preserve">
|
||||
<value>O</value>
|
||||
<value>O Bloxstrapu</value>
|
||||
</data>
|
||||
<data name="Menu.About.Version" xml:space="preserve">
|
||||
<value>Verze {0}</value>
|
||||
@ -479,7 +479,7 @@ Pokud ne, prosím nahlaste tuto výjimku prostřednictvím [GitHub issue]({1}) s
|
||||
<value>Konfigurovat vzhled Bloxstrapu.</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.Global.Theme.Title" xml:space="preserve">
|
||||
<value>Globální Téma</value>
|
||||
<value>Globální motiv</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.Icon.Description" xml:space="preserve">
|
||||
<value>Vyberte, jakou ikonu by to mělo používat.</value>
|
||||
@ -500,7 +500,7 @@ Pokud ne, prosím nahlaste tuto výjimku prostřednictvím [GitHub issue]({1}) s
|
||||
<value>Vzhled</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.AutoUpdate.Description" xml:space="preserve">
|
||||
<value>Bloxstrap automaticky kontroluje a aktualizuje se když se spouští Roblox.</value>
|
||||
<value>Bloxstrap se automaticky aktualizuje při spuštění Robloxu.</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.AutoUpdate.Title" xml:space="preserve">
|
||||
<value>Automaticky aktualizovat Bloxstrap</value>
|
||||
@ -611,7 +611,7 @@ NEPOUŽÍVEJTE tohle aby jste importovali velké "Fast flags" listy udělané os
|
||||
<comment>Title is Common.Help</comment>
|
||||
</data>
|
||||
<data name="Menu.FastFlags.Presets.D3DExclusiveFullscreenInfo" xml:space="preserve">
|
||||
<value>Direct3D [exkluzivní celá obrazovka] ({0}) je automaticky nastavena ve výchozím nastavení zmáčknutím Alt+Enter.</value>
|
||||
<value>Direct3D [exkluzivní celá obrazovka]({0}) je automaticky nastavena ve výchozím nastavení zmáčknutím Alt+Enter.</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlags.Presets.EscapeMenuVersion.Title" xml:space="preserve">
|
||||
<value>Vybraná verze escape nabídky</value>
|
||||
@ -626,7 +626,7 @@ NEPOUŽÍVEJTE tohle aby jste importovali velké "Fast flags" listy udělané os
|
||||
<value>Nastavte na 0 pro výchozí, pokud chcete používat nativní Fps unlocker v Robloxu.</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlags.Presets.FPSLimit.Title" xml:space="preserve">
|
||||
<value>Limit frekvence</value>
|
||||
<value>Omezení snímků</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlags.Presets.HideGuis.Description" xml:space="preserve">
|
||||
<value>Přepíná se pomocí [klávesových zkratek]({0}). Funguje pouze, pokud jste ve [skupině Bloxstrap na Robloxu]({1}).</value>
|
||||
@ -681,10 +681,10 @@ Při výběru 'Ne' bude toto varování ignorováno a bude pokračovat v instala
|
||||
<value>Povolit připojení k aktivitě</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.ShowAccountOnProfile.Description" xml:space="preserve">
|
||||
<value>Zobrazí na kterém Roblox účtu hráte na vašém profilu Discord.</value>
|
||||
<value>Zobrazí na kterém Roblox účtu hrajete na vašem Discord profilu.</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.ShowAccountOnProfile.Title" xml:space="preserve">
|
||||
<value>Zobrazit účet Robloxu</value>
|
||||
<value>Zobrazit Roblox účet</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.Custom.AppLocation" xml:space="preserve">
|
||||
<value>Umístění aplikace</value>
|
||||
@ -699,7 +699,7 @@ Při výběru 'Ne' bude toto varování ignorováno a bude pokračovat v instala
|
||||
<value>Spusťte Argumenty</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.Custom.LaunchArgs.Placeholder" xml:space="preserve">
|
||||
<value>Roblox právě běží!</value>
|
||||
<value>Roblox je spuštěn!</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.Custom.NewIntegration" xml:space="preserve">
|
||||
<value>Nová integrace</value>
|
||||
@ -714,10 +714,10 @@ Při výběru 'Ne' bude toto varování ignorováno a bude pokračovat v instala
|
||||
<value>Nakonfigurujte další funkcionality vedle Robloxu.</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.DesktopApp.Description" xml:space="preserve">
|
||||
<value>Roblox se zcela zavře, když opustíte hru namísto návratu do aplikace. [Rozbije některé věci!]({0})</value>
|
||||
<value>Roblox se úplně zavře, když opustíte hru, namísto návratu do menu. [Rozbije některé věci!]({0})</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.DesktopApp.Title" xml:space="preserve">
|
||||
<value>Nevypínejte na desktopovou aplikaci</value>
|
||||
<value>Neukončovat do menu</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.EnableActivityTracking.Description" xml:space="preserve">
|
||||
<value>Povoluje Bloxstrap, aby detektoval, jaké hry na Robloxu hraješ. Určité funkce mohou vyžadovat toto.</value>
|
||||
@ -738,7 +738,7 @@ Při výběru 'Ne' bude toto varování ignorováno a bude pokračovat v instala
|
||||
<value>Ve hře budete moci zjistit, kde se váš server nachází, pomocí [ipinfo.io]({0}).</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.QueryServerLocation.Title" xml:space="preserve">
|
||||
<value>Umístění dotazovacího serveru</value>
|
||||
<value>Zjistit umístění serveru</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.Title" xml:space="preserve">
|
||||
<value>Integrace</value>
|
||||
@ -877,7 +877,7 @@ Při výběru 'Ne' bude toto varování ignorováno a bude pokračovat v instala
|
||||
<value>Úroveň 2</value>
|
||||
</data>
|
||||
<data name="Enums.FlagPresets.TextureQuality.Level3" xml:space="preserve">
|
||||
<value>Úroveň 3 (Nejvštší)</value>
|
||||
<value>Úroveň 3 (Největší)</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlags.Presets.DisablePlayerShadows.Title" xml:space="preserve">
|
||||
<value>Vypnout stíny hráčů</value>
|
||||
@ -964,10 +964,10 @@ Instalační proces bude rychlý a jednoduchý a po instalaci budete moci nakonf
|
||||
<value>Vyberte, kam chcete nainstalovat</value>
|
||||
</data>
|
||||
<data name="Installer.Install.Location.Text" xml:space="preserve">
|
||||
<value>Roblox bude také nainstalován na tuto cestu. Změňte toto nastavení, pokud preferujete instalovat všechny své hry na samotstatný disk. Jinak je doporučeno toto nastavení zachovat.</value>
|
||||
<value>Roblox bude také nainstalován na tuto cestu. Změňte toto nastavení, pokud preferujete instalovat všechny své hry na samostatný disk. Jinak je doporučeno toto nastavení zachovat.</value>
|
||||
</data>
|
||||
<data name="Installer.Install.Location.DataFound" xml:space="preserve">
|
||||
<value>Nalezena existující data. Vaše mody a nastavení budou obnoveny.</value>
|
||||
<value>Nalezena existující data. Vaše módy a nastavení budou obnoveny.</value>
|
||||
</data>
|
||||
<data name="Common.Shortcuts" xml:space="preserve">
|
||||
<value>Zkratky</value>
|
||||
@ -1003,7 +1003,7 @@ Co chcete udělat?</value>
|
||||
<value>Odinstalovat Bloxstrap</value>
|
||||
</data>
|
||||
<data name="Uninstaller.Text" xml:space="preserve">
|
||||
<value>Odinstalace odstraní Bloxstrap z vašeho systému a automaticky znovu nastaví výchozího spouštěčtě Robloxu, pokud je stále nainstalován.
|
||||
<value>Odinstalace odstraní Bloxstrap z vašeho systému a automaticky znovu nastaví výchozího spouštěče Robloxu, pokud je stále nainstalován.
|
||||
|
||||
Pokud odinstalujete nebo přeinstalujete, protože máte problémy s Robloxem, přečtěte si nejprve [tuto stránku pomoci]({0}).
|
||||
|
||||
@ -1045,7 +1045,7 @@ Pokud ne, pak prosím nahlaste tento error správcům této forky. NENAHLAŠUJTE
|
||||
<comment>"fork" in general means "a variation of" or "a different version of". You can alternatively write the first sentence as "...to the maintainers of this version."</comment>
|
||||
</data>
|
||||
<data name="Installer.Install.Shortcuts.Description" xml:space="preserve">
|
||||
<value>Tohle jsou obecné zkratky, které zobrazí spouštěcí nabídku s vícemi možnostmi. Zkratky pro konkrétní funkce mohou být vytvořeny později v nastavení.</value>
|
||||
<value>Tohle jsou obecné zkratky, které zobrazí spouštěcí nabídku s více možnostmi. Zkratky pro konkrétní funkce mohou být vytvořeny později v nastavení.</value>
|
||||
</data>
|
||||
<data name="Menu.Shortcuts.Description" xml:space="preserve">
|
||||
<value>Nakonfigurujte, jak může být Bloxstrap snadno spuštěn.</value>
|
||||
@ -1054,7 +1054,7 @@ Pokud ne, pak prosím nahlaste tento error správcům této forky. NENAHLAŠUJTE
|
||||
<value>Obecný</value>
|
||||
</data>
|
||||
<data name="Menu.Shortcuts.General.Description" xml:space="preserve">
|
||||
<value>Toto jsou zkratky, které zobrazí spouštěcí nabídku s vícemi možnostmi.</value>
|
||||
<value>Toto jsou zkratky, které zobrazí spouštěcí nabídku s více možnostmi.</value>
|
||||
</data>
|
||||
<data name="Menu.Shortcuts.Function.Title" xml:space="preserve">
|
||||
<value>Funkce</value>
|
||||
@ -1063,16 +1063,16 @@ Pokud ne, pak prosím nahlaste tento error správcům této forky. NENAHLAŠUJTE
|
||||
<value>Vytvořte zkratky pro rychlý přístup k určitým funkcím. Tyto zkratky budou všechny umístěny na plochu.</value>
|
||||
</data>
|
||||
<data name="ContextMenu.ServerInformation.Notification.Title.Private" xml:space="preserve">
|
||||
<value>Připojeno k privátnímu serveru</value>
|
||||
<value>Připojeno k soukromému serveru</value>
|
||||
</data>
|
||||
<data name="ContextMenu.ServerInformation.Notification.Title.Reserved" xml:space="preserve">
|
||||
<value>Připojeno k rezervovanému serveru</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.Presets.EmojiType.Error" xml:space="preserve">
|
||||
<value>Emoji mod nelze v tuto chvíli použít.</value>
|
||||
<value>Mód pro vlastní emoji nemůže být v tuto chvíli použit.</value>
|
||||
</data>
|
||||
<data name="Dialog.AlreadyRunning.Installer" xml:space="preserve">
|
||||
<value>Prosím počkejte, až instalace dokončí.</value>
|
||||
<value>Prosím počkejte, až se instalace dokončí.</value>
|
||||
</data>
|
||||
<data name="Dialog.AlreadyRunning.Uninstaller" xml:space="preserve">
|
||||
<value>Prosím počkejte, až se odinstalace dokončí.</value>
|
||||
@ -1096,7 +1096,7 @@ Mohou nastat problémy a vaše nastavení mohou být změněny. Doporučuje se p
|
||||
Opravdu chcete pokračovat?</value>
|
||||
</data>
|
||||
<data name="Dialog.PlayerError.FailedLaunch" xml:space="preserve">
|
||||
<value>Roblox se nepodařilo spustit.</value>
|
||||
<value>Roblox se nepodařil spustit.</value>
|
||||
</data>
|
||||
<data name="Dialog.PlayerError.Crash" xml:space="preserve">
|
||||
<value>Roblox spadl.</value>
|
||||
@ -1161,10 +1161,10 @@ Prosím manuálně smažte Bloxstrap.exe z instalačního místa nebo zkuste res
|
||||
<value>Spravovat nastavení kompatibility</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.Misc.CompatibilitySettings.Description" xml:space="preserve">
|
||||
<value>Konfigurace parametrů aplikace, jako je škálování DPI a [optimizace pro rozlišení celé obrazovky]({0}).</value>
|
||||
<value>Konfigurace parametrů aplikace, jako je škálování DPI a [optimalizace pro rozlišení celé obrazovky]({0}).</value>
|
||||
</data>
|
||||
<data name="Common.RobloxNotInstalled" xml:space="preserve">
|
||||
<value>Roblox již nebyl nainstalován. Před použitím této možnosti spusťte Bloxstrap alespoň jednou.</value>
|
||||
<value>Roblox ještě nebyl nainstalován. Před použitím této možnosti musíte spustit Bloxstrap alespoň jednou.</value>
|
||||
</data>
|
||||
<data name="Installer.ShouldCancel" xml:space="preserve">
|
||||
<value>Opravdu chcete zrušit instalaci?</value>
|
||||
@ -1239,6 +1239,9 @@ Chcete zapnout testovací režim?</value>
|
||||
<data name="Dialog.Exception.Version" xml:space="preserve">
|
||||
<value>Verze {0}</value>
|
||||
</data>
|
||||
<data name="Enums.BootstrapperStyle.CustomDialog" xml:space="preserve">
|
||||
<value>Vlastní</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.FilesInUse" xml:space="preserve">
|
||||
<value>Bloxstrap se pokusil aktualizovat Roblox, ale nemůže, protože soubory Robloxu jsou stále používány.
|
||||
|
||||
@ -1257,14 +1260,243 @@ Zavřete všechny aplikace, které mohou používat soubory Robloxu, a znovu spu
|
||||
<value>Exportovat diagnostická data</value>
|
||||
</data>
|
||||
<data name="Menu.Bloxstrap.ExportData.Description" xml:space="preserve">
|
||||
<value>Shromažďujte informace, které lze nahrát online, abyste vyřešili problém, který máte.</value>
|
||||
<value>Shromáždit informace, které lze nahrát online, abyste vyřešili problém, který máte.</value>
|
||||
</data>
|
||||
<data name="Menu.Bloxstrap.ExportData.ExportConfig" xml:space="preserve">
|
||||
<value>Konfigurace Bloxstrap</value>
|
||||
<value>Konfigurace Bloxstrapu</value>
|
||||
<comment>Label that appears next to a checkbox</comment>
|
||||
</data>
|
||||
<data name="Menu.Bloxstrap.ExportData.ExportLogs" xml:space="preserve">
|
||||
<value>Všechny bloxstrap logy</value>
|
||||
<value>Všechny Bloxstrap logy</value>
|
||||
<comment>Label that appears next to a checkbox</comment>
|
||||
</data>
|
||||
<data name="App.OSDeprecation.Win7_81" xml:space="preserve">
|
||||
<value>Roblox již nepodporuje Windows 7 ani 8.1. Pokud chcete dále hrát Roblox, aktualizujte prosím na Windows 10 nebo novější.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Title" xml:space="preserve">
|
||||
<value>Extrahování souborů se nezdařilo</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Message" xml:space="preserve">
|
||||
<value>Některý obsah může chybět. Přeinstalujte Roblox v nastavení pro opravení.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Title" xml:space="preserve">
|
||||
<value>Nepodařilo se použít modifikace</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Message" xml:space="preserve">
|
||||
<value>Ne všechny modifikace budou přítomny při aktuálním spuštění.</value>
|
||||
</data>
|
||||
<data name="Menu.About.Licenses.Apache" xml:space="preserve">
|
||||
<value>Licence Apache 2.0</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Blank" xml:space="preserve">
|
||||
<value>Prázdný</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Simple" xml:space="preserve">
|
||||
<value>Jednoduchý</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.InvalidRoot" xml:space="preserve">
|
||||
<value>XML root motivu není {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.DialogAlreadyInitialised" xml:space="preserve">
|
||||
<value>Vlastní dialog byl již inicializován</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.TooManyElements" xml:space="preserve">
|
||||
<value>Vlastní bootstrappery mohou mít maximálně {0} elementů, mám {1}</value>
|
||||
<comment>{0} and {1} are numbers</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSet" xml:space="preserve">
|
||||
<value>{0} verze není nastavena</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotNumber" xml:space="preserve">
|
||||
<value>{0} verze není číslo</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSupported" xml:space="preserve">
|
||||
<value>{0} verze {1} již není podporována</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotRecognised" xml:space="preserve">
|
||||
<value>{0} verze {1} nebyla rozpoznána</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementInvalidChild" xml:space="preserve">
|
||||
<value>{0} nemůže mít potomka {1}</value>
|
||||
<comment>{0} and {1} are element names (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownElement" xml:space="preserve">
|
||||
<value>Neznámý element {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.XMLParseFailed" xml:space="preserve">
|
||||
<value>Nepodařilo se zpracovat soubor motivu: {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeConversionError" xml:space="preserve">
|
||||
<value>{0} má neplatný {1}: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissing" xml:space="preserve">
|
||||
<value>Elementu {0} chybí atribut {1}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeInvalidType" xml:space="preserve">
|
||||
<value>{0}.{1} není platný {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeLargerThanMin" xml:space="preserve">
|
||||
<value>{0}.{1} musí být větší než {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeSmallerThanMax" xml:space="preserve">
|
||||
<value>{0}.{1} musí být menší než {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownEnumValue" xml:space="preserve">
|
||||
<value>{0} má neznámý {1} '{2}'</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the enum name (e.g. WindowCornerType), {2} is the value</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleDefinitions" xml:space="preserve">
|
||||
<value>{0} může mít pouze jeden {1} definovaný</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleChildren" xml:space="preserve">
|
||||
<value>{0}.{1} může mít pouze jednoho potomka</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementMultipleChildren" xml:space="preserve">
|
||||
<value>{0} může mít pouze jednoho potomka</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissingChild" xml:space="preserve">
|
||||
<value>{0}.{1} chybí potomek</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseError" xml:space="preserve">
|
||||
<value>{0}.{1} nelze zpracovat do {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseErrorNull" xml:space="preserve">
|
||||
<value>{0}.{1} {2} je null</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeBlacklistedUriScheme" xml:space="preserve">
|
||||
<value>{0}.{1} používá zablokované schéma {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the URI scheme (e.g. http)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementTypeCreationFailed" xml:space="preserve">
|
||||
<value>{0} se nepodařilo vytvořit {1}: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Title" xml:space="preserve">
|
||||
<value>Upravování "{0}"</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success" xml:space="preserve">
|
||||
<value>Motiv byl úspěšně uložen!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Error" xml:space="preserve">
|
||||
<value>Došlo k chybě při ukládání motivu.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.ConfirmSave" xml:space="preserve">
|
||||
<value>Uložit změny do {0}?</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save" xml:space="preserve">
|
||||
<value>Uložit</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Preview" xml:space="preserve">
|
||||
<value>Náhled</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.OpenThemeDirectory" xml:space="preserve">
|
||||
<value>Otevřít složku motivů</value>
|
||||
</data>
|
||||
<data name="Common.CreateNew" xml:space="preserve">
|
||||
<value>Vytvořit nový</value>
|
||||
</data>
|
||||
<data name="Common.Import" xml:space="preserve">
|
||||
<value>Importovat</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Title" xml:space="preserve">
|
||||
<value>Přidat vlastní motiv</value>
|
||||
</data>
|
||||
<data name="Common.Template" xml:space="preserve">
|
||||
<value>Šablona</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameEmpty" xml:space="preserve">
|
||||
<value>Název nemůže být prázdný</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameIllegalCharacters" xml:space="preserve">
|
||||
<value>Název obsahuje nepovolené znaky</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameReserved" xml:space="preserve">
|
||||
<value>Název nelze použít</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.Unknown" xml:space="preserve">
|
||||
<value>Neznámá chyba</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameTaken" xml:space="preserve">
|
||||
<value>Název je již používán</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.FileNotZip" xml:space="preserve">
|
||||
<value>Soubor musí být ZIP</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipMissingThemeFile" xml:space="preserve">
|
||||
<value>Soubor motivu nebyl nalezen v ZIP archivu</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipInvalidData" xml:space="preserve">
|
||||
<value>Neplatný nebo poškozený ZIP soubor</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.NoThemeSelected" xml:space="preserve">
|
||||
<value>Není vybrán žádný vlastní motiv</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.SetupFailed" xml:space="preserve">
|
||||
<value>Nepodařilo se zprovoznit vlastní bootstrapper: {0}.
|
||||
Používám motiv {1}.</value>
|
||||
<comment>{0} is the error reason, {1} is the theme name (e.g. Bloxstrap (Classic))</comment>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.NoneSelected" xml:space="preserve">
|
||||
<value>Není vybrán žádný vlastní motiv.</value>
|
||||
</data>
|
||||
<data name="Common.Rename" xml:space="preserve">
|
||||
<value>Přejmenovat</value>
|
||||
</data>
|
||||
<data name="Common.Edit" xml:space="preserve">
|
||||
<value>Upravit</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.DeleteFailed" xml:space="preserve">
|
||||
<value>Nepodařilo se odstranit vlastní motiv {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.RenameFailed" xml:space="preserve">
|
||||
<value>Nepodařilo se přejmenovat vlastní šablonu {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Title" xml:space="preserve">
|
||||
<value>Aktualizace v pozadí</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Description" xml:space="preserve">
|
||||
<value>Aktualizuje Roblox v pozadí místo čekání. Není doporučeno pro pomalé sítě. Alespoň 3GB volného úložiště je potřeba, aby tato funkce fungovala.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.UIElements" xml:space="preserve">
|
||||
<value>Sem vložte prvky UI</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.MoreExamples" xml:space="preserve">
|
||||
<value>Příklady vlastních bootstrapperů naleznete na {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Simple.MoreExamples" xml:space="preserve">
|
||||
<value>Najděte více příkladů vlastních bootstrapperů na {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.DefaultName" xml:space="preserve">
|
||||
<value>Vlastní motiv {0}</value>
|
||||
<comment>{0} is a string (e.g. '1', '1-1234')</comment>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Title" xml:space="preserve">
|
||||
<value>Povolit spouštění více instancí</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Description" xml:space="preserve">
|
||||
<value>Umožňuje mít více než jednu Roblox instanci otevřenou zároveň.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success.Description" xml:space="preserve">
|
||||
<value>Váš motiv byl uložen!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Errors.PreviewFailed" xml:space="preserve">
|
||||
<value>Nezdařilo se zobrazit náhled motivu: {0}</value>
|
||||
</data>
|
||||
</root>
|
1501
Bloxstrap/Resources/Strings.da.resx
Normal file
1501
Bloxstrap/Resources/Strings.da.resx
Normal file
File diff suppressed because it is too large
Load Diff
@ -1239,6 +1239,9 @@ Möchtest du den Testmodus aktivieren?</value>
|
||||
<data name="Dialog.Exception.Version" xml:space="preserve">
|
||||
<value>Version {0}</value>
|
||||
</data>
|
||||
<data name="Enums.BootstrapperStyle.CustomDialog" xml:space="preserve">
|
||||
<value>Benutzerdefiniert</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.FilesInUse" xml:space="preserve">
|
||||
<value>Bloxstrap hat versucht, Roblox zu aktualisieren, kann dies jedoch nicht, da die Dateien von Roblox noch verwendet werden.
|
||||
|
||||
@ -1267,4 +1270,233 @@ Bitte schließe alle Anwendungen, die möglicherweise auf die Dateien von Roblox
|
||||
<value>Alle Bloxstrap Protokolle</value>
|
||||
<comment>Label that appears next to a checkbox</comment>
|
||||
</data>
|
||||
<data name="App.OSDeprecation.Win7_81" xml:space="preserve">
|
||||
<value>Windows 7 und 8.1 werden von Roblox nicht mehr unterstützt. Um weiterhin Roblox zu spielen, müsstest du auf Windows 10 oder höher upgraden.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Title" xml:space="preserve">
|
||||
<value>Fehler bei der Extraktion der Dateien</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Message" xml:space="preserve">
|
||||
<value>Einige Dateien scheinen zu fehlen. Erzwinge eine Reinstallation von Roblox in den Einstellungen, um dieses Problem zu beheben.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Title" xml:space="preserve">
|
||||
<value>Fehler bei der Anwendung der Modifikationen</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Message" xml:space="preserve">
|
||||
<value>Nicht alle Modifikationen werden in dieser Sitzung verfügbar sein.</value>
|
||||
</data>
|
||||
<data name="Menu.About.Licenses.Apache" xml:space="preserve">
|
||||
<value>Apache-Lizenz 2.0</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Blank" xml:space="preserve">
|
||||
<value>Blank</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Simple" xml:space="preserve">
|
||||
<value>Einfach</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.InvalidRoot" xml:space="preserve">
|
||||
<value>XML-Root des Designs ist nicht {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.DialogAlreadyInitialised" xml:space="preserve">
|
||||
<value>Benutzerdefinierter Dialog wurde bereits initialisiert</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.TooManyElements" xml:space="preserve">
|
||||
<value>Der Bootstrapper kann nur ein Maximum von {0} Elementen haben, hat aber {1} bekommen</value>
|
||||
<comment>{0} and {1} are numbers</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSet" xml:space="preserve">
|
||||
<value>{0} Version ist nicht definiert</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotNumber" xml:space="preserve">
|
||||
<value>{0} Version ist keine zahl</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSupported" xml:space="preserve">
|
||||
<value>{0} Version {1} wird nicht mehr unterstützt</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotRecognised" xml:space="preserve">
|
||||
<value>{0} Version {1} wurde nicht gefunden</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementInvalidChild" xml:space="preserve">
|
||||
<value>{0} kann kein Attribut von {1} haben</value>
|
||||
<comment>{0} and {1} are element names (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownElement" xml:space="preserve">
|
||||
<value>Unbekanntes Element {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.XMLParseFailed" xml:space="preserve">
|
||||
<value>Theme Datei wurde nicht erfolgreich analysiert: {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeConversionError" xml:space="preserve">
|
||||
<value>{0} Hat nicht gültige {1}: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissing" xml:space="preserve">
|
||||
<value>Element {0} fehlt das {1} Attribut</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeInvalidType" xml:space="preserve">
|
||||
<value>{0}.{1} Ist kein gültiger {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeLargerThanMin" xml:space="preserve">
|
||||
<value>{0}.{1} Muss größer sein als {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeSmallerThanMax" xml:space="preserve">
|
||||
<value>{0}.{1} Muss kleiner sein als {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownEnumValue" xml:space="preserve">
|
||||
<value>{0} Unbekannt {1} '{2}'</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the enum name (e.g. WindowCornerType), {2} is the value</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleDefinitions" xml:space="preserve">
|
||||
<value>{0} Kann nur eine {1} definiert haben</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleChildren" xml:space="preserve">
|
||||
<value>{0}.{1} Kann nur ein Attribut haben</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementMultipleChildren" xml:space="preserve">
|
||||
<value>{0} kann nur ein Attribut haben</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissingChild" xml:space="preserve">
|
||||
<value>{0}.{1} Fehlt sein Attribut</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseError" xml:space="preserve">
|
||||
<value>{0}.{1} Konnte nicht in eine {2} umgewandelt werden</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseErrorNull" xml:space="preserve">
|
||||
<value>{0}.{1} {2} ist leer</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeBlacklistedUriScheme" xml:space="preserve">
|
||||
<value>{0}.{1} Nutzt ein verbotenes Schema {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the URI scheme (e.g. http)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementTypeCreationFailed" xml:space="preserve">
|
||||
<value>{0} Konnte nicht {1} erstellen: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Title" xml:space="preserve">
|
||||
<value>Modifiziere "{0}"</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success" xml:space="preserve">
|
||||
<value>Design erfolgreich gespeichert!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Error" xml:space="preserve">
|
||||
<value>Während der Speicherung deines Designs ist ein Fehler aufgetreten.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.ConfirmSave" xml:space="preserve">
|
||||
<value>Änderungen von {0} Speichern?</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save" xml:space="preserve">
|
||||
<value>Speichern</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Preview" xml:space="preserve">
|
||||
<value>Vorschau</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.OpenThemeDirectory" xml:space="preserve">
|
||||
<value>Design Ordner öffnen</value>
|
||||
</data>
|
||||
<data name="Common.CreateNew" xml:space="preserve">
|
||||
<value>Neu erstellen</value>
|
||||
</data>
|
||||
<data name="Common.Import" xml:space="preserve">
|
||||
<value>Importieren</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Title" xml:space="preserve">
|
||||
<value>Benutzerdefiniertes Design hinzufügen</value>
|
||||
</data>
|
||||
<data name="Common.Template" xml:space="preserve">
|
||||
<value>Vorlage</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameEmpty" xml:space="preserve">
|
||||
<value>Name kann nicht leer sein</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameIllegalCharacters" xml:space="preserve">
|
||||
<value>Name hat nicht erlaubte Zeichen</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameReserved" xml:space="preserve">
|
||||
<value>Name kann nicht verwendet werden</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.Unknown" xml:space="preserve">
|
||||
<value>Unbekannter Fehler</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameTaken" xml:space="preserve">
|
||||
<value>Name wird bereits verwendet</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.FileNotZip" xml:space="preserve">
|
||||
<value>Datei muss eine ZIP Datei sein</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipMissingThemeFile" xml:space="preserve">
|
||||
<value>Design Datei konnte nicht innerhalb der ZIP Datei gefunden werden</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipInvalidData" xml:space="preserve">
|
||||
<value>Ungültige oder korrupte ZIP Datei</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.NoThemeSelected" xml:space="preserve">
|
||||
<value>Kein benutzerdefiniertes Design ausgewählt</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.SetupFailed" xml:space="preserve">
|
||||
<value>Fehler beim Einrichten des benutzerdefinierten Boostrappers: {0}.
|
||||
Es wurde automatisch {1} ausgewählt.</value>
|
||||
<comment>{0} is the error reason, {1} is the theme name (e.g. Bloxstrap (Classic))</comment>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.NoneSelected" xml:space="preserve">
|
||||
<value>Kein benutzerdefiniertes Design ausgewählt.</value>
|
||||
</data>
|
||||
<data name="Common.Rename" xml:space="preserve">
|
||||
<value>Umbenennen</value>
|
||||
</data>
|
||||
<data name="Common.Edit" xml:space="preserve">
|
||||
<value>Bearbeiten</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.DeleteFailed" xml:space="preserve">
|
||||
<value>Fehler beim Löschen des benutzerdefinierten Designs {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.RenameFailed" xml:space="preserve">
|
||||
<value>Fehler beim Umbenennen des benutzerdefinierten Designs {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Title" xml:space="preserve">
|
||||
<value>Hintergrund Updates</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Description" xml:space="preserve">
|
||||
<value>Roblox im Hintergrund aktualisieren anstatt zu warten. Nicht empfohlen für langsame Netzwerke. Mindestens 3GB freier Speicherplatz ist erforderlich, damit diese Funktion funktioniert.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.UIElements" xml:space="preserve">
|
||||
<value>Platziere UI-Elemente hier</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.MoreExamples" xml:space="preserve">
|
||||
<value>Beispiele für benutzerdefinierte Bootstrapper findest du unter {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Simple.MoreExamples" xml:space="preserve">
|
||||
<value>Weitere Beispiele für benutzerdefinierte Bootstrapper findest du unter {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.DefaultName" xml:space="preserve">
|
||||
<value>Benutzerdefiniertes Design {0}</value>
|
||||
<comment>{0} is a string (e.g. '1', '1-1234')</comment>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Title" xml:space="preserve">
|
||||
<value>Erlaube das Starten mehrerer Instanzen</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Description" xml:space="preserve">
|
||||
<value>Erlaubt es mehr als einen Roblox-Client auf einmal zu öffnen.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success.Description" xml:space="preserve">
|
||||
<value>Dein Design wurde gespeichert!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Errors.PreviewFailed" xml:space="preserve">
|
||||
<value>Die Designvorschau ist fehlgeschlagen: {0}</value>
|
||||
</data>
|
||||
</root>
|
@ -1238,6 +1238,9 @@ Mientras esté activado, se iniciará automáticamente Roblox después de cerrar
|
||||
<data name="Dialog.Exception.Version" xml:space="preserve">
|
||||
<value>Versión {0}</value>
|
||||
</data>
|
||||
<data name="Enums.BootstrapperStyle.CustomDialog" xml:space="preserve">
|
||||
<value>Personalizado</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.FilesInUse" xml:space="preserve">
|
||||
<value>Bloxstrap ha intentado actualizar Roblox pero no pudo porque los archivos de Roblox están en uso.
|
||||
|
||||
@ -1266,4 +1269,233 @@ Por favor cierre las aplicaciones que estén usando los archivos de Roblox, y vu
|
||||
<value>Todos los registros de Bloxstrap</value>
|
||||
<comment>Label that appears next to a checkbox</comment>
|
||||
</data>
|
||||
<data name="App.OSDeprecation.Win7_81" xml:space="preserve">
|
||||
<value>Roblox ya no soporta Windows 7 o 8.1. Para seguir jugando Roblox, por favor actualice a Windows 10 o posterior.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Title" xml:space="preserve">
|
||||
<value>Fallo al extraer archivos</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Message" xml:space="preserve">
|
||||
<value>Algunas cosas pueden faltar. Fuerce una reinstalación de Roblox en las configuración para arreglar esto.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Title" xml:space="preserve">
|
||||
<value>Fallo al aplicar modificaciones</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Message" xml:space="preserve">
|
||||
<value>No todas las modificaciones estarán presentes en el lanzamiento actual.</value>
|
||||
</data>
|
||||
<data name="Menu.About.Licenses.Apache" xml:space="preserve">
|
||||
<value>Licencia de Apache 2.0</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Blank" xml:space="preserve">
|
||||
<value>En blanco</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Simple" xml:space="preserve">
|
||||
<value>Simple</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.InvalidRoot" xml:space="preserve">
|
||||
<value>La raíz XML del tema no es {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.DialogAlreadyInitialised" xml:space="preserve">
|
||||
<value>El cuadro de diálogo personalizado ya ha sido lanzado</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.TooManyElements" xml:space="preserve">
|
||||
<value>Los iniciadores personalizados solo pueden tener un máximo de {0} elementos; se obtuvo {1}</value>
|
||||
<comment>{0} and {1} are numbers</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSet" xml:space="preserve">
|
||||
<value>No se ha establecido la versión {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotNumber" xml:space="preserve">
|
||||
<value>La versión {0} no es un número</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSupported" xml:space="preserve">
|
||||
<value>{0} La versión {1} ya no está soportada</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotRecognised" xml:space="preserve">
|
||||
<value>{0} La versión {1} no es reconocida</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementInvalidChild" xml:space="preserve">
|
||||
<value>{0} no puede tener un descendiente de {1}</value>
|
||||
<comment>{0} and {1} are element names (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownElement" xml:space="preserve">
|
||||
<value>Elemento desconocido {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.XMLParseFailed" xml:space="preserve">
|
||||
<value>Error al analizar el archivo de tema: {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeConversionError" xml:space="preserve">
|
||||
<value>{0} tiene un {1} inválido: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissing" xml:space="preserve">
|
||||
<value>El elemento {0} no tiene el atributo {1}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeInvalidType" xml:space="preserve">
|
||||
<value>{0}.{1} no es un {2} válido</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeLargerThanMin" xml:space="preserve">
|
||||
<value>{0}.{1} debe ser mayor que {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeSmallerThanMax" xml:space="preserve">
|
||||
<value>{0}.{1} debe ser menor que {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownEnumValue" xml:space="preserve">
|
||||
<value>{0}: Se desconoce el {1} '{2}'</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the enum name (e.g. WindowCornerType), {2} is the value</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleDefinitions" xml:space="preserve">
|
||||
<value>{0} sólo puede tener una {1} definida</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleChildren" xml:space="preserve">
|
||||
<value>{0}.{1} solo puede tener una descendencia</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementMultipleChildren" xml:space="preserve">
|
||||
<value>{0} solo puede tener una descendencia</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissingChild" xml:space="preserve">
|
||||
<value>{0}.{1} le falta su hijo</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseError" xml:space="preserve">
|
||||
<value>{0}.{1} no se pudo analizar como un {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseErrorNull" xml:space="preserve">
|
||||
<value>{0}.{1} {2} es nulo</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeBlacklistedUriScheme" xml:space="preserve">
|
||||
<value>{0}.{1} usa el esquema en la lista negra {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the URI scheme (e.g. http)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementTypeCreationFailed" xml:space="preserve">
|
||||
<value>{0} no se pudo crear {1}: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Title" xml:space="preserve">
|
||||
<value>Editando "{0}"</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success" xml:space="preserve">
|
||||
<value>¡El tema se ha guardado correctamente!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Error" xml:space="preserve">
|
||||
<value>Se ha producido un error al guardar su tema.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.ConfirmSave" xml:space="preserve">
|
||||
<value>¿Guardar cambios a {0}?</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save" xml:space="preserve">
|
||||
<value>Guardar</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Preview" xml:space="preserve">
|
||||
<value>Vista previa</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.OpenThemeDirectory" xml:space="preserve">
|
||||
<value>Abrir el directorio de temas</value>
|
||||
</data>
|
||||
<data name="Common.CreateNew" xml:space="preserve">
|
||||
<value>Crear nuevo</value>
|
||||
</data>
|
||||
<data name="Common.Import" xml:space="preserve">
|
||||
<value>Importar</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Title" xml:space="preserve">
|
||||
<value>Añadir tema personalizado</value>
|
||||
</data>
|
||||
<data name="Common.Template" xml:space="preserve">
|
||||
<value>Plantilla</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameEmpty" xml:space="preserve">
|
||||
<value>El nombre no puede estar vacío</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameIllegalCharacters" xml:space="preserve">
|
||||
<value>El nombre contiene caracteres inválidos</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameReserved" xml:space="preserve">
|
||||
<value>No se puede utilizar el nombre</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.Unknown" xml:space="preserve">
|
||||
<value>Error desconocido</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameTaken" xml:space="preserve">
|
||||
<value>El nombre ya está en uso</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.FileNotZip" xml:space="preserve">
|
||||
<value>El archivo debe ser un ZIP</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipMissingThemeFile" xml:space="preserve">
|
||||
<value>El archivo del tema no se pudo encontrar en el archivo ZIP</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipInvalidData" xml:space="preserve">
|
||||
<value>Archivo ZIP inválido o corrupto</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.NoThemeSelected" xml:space="preserve">
|
||||
<value>Ningún tema personalizado seleccionado</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.SetupFailed" xml:space="preserve">
|
||||
<value>Error al configurar el iniciador personalizado: {0}.
|
||||
Revirtiendo al tema {1}.</value>
|
||||
<comment>{0} is the error reason, {1} is the theme name (e.g. Bloxstrap (Classic))</comment>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.NoneSelected" xml:space="preserve">
|
||||
<value>No se ha seleccionado ningún tema personalizado.</value>
|
||||
</data>
|
||||
<data name="Common.Rename" xml:space="preserve">
|
||||
<value>Renombrar</value>
|
||||
</data>
|
||||
<data name="Common.Edit" xml:space="preserve">
|
||||
<value>Editar</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.DeleteFailed" xml:space="preserve">
|
||||
<value>Error al eliminar el tema personalizado {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.RenameFailed" xml:space="preserve">
|
||||
<value>Error al renombrar el tema personalizado {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Title" xml:space="preserve">
|
||||
<value>Actualizaciones de fondo</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Description" xml:space="preserve">
|
||||
<value>Actualizar Roblox en segundo plano en lugar de esperar. No es recomendado para redes lentas. Se necesitan al menos 3GB de espacio de almacenamiento libre para que esta característica funcione.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.UIElements" xml:space="preserve">
|
||||
<value>Coloca elementos de interfaz de usuario aquí</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.MoreExamples" xml:space="preserve">
|
||||
<value>Ejemplos de iniciadores personalizados pueden encontrarse en {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Simple.MoreExamples" xml:space="preserve">
|
||||
<value>Encuentra más ejemplos de iniciadores personalizados en {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.DefaultName" xml:space="preserve">
|
||||
<value>Tema Personalizado {0}</value>
|
||||
<comment>{0} is a string (e.g. '1', '1-1234')</comment>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Title" xml:space="preserve">
|
||||
<value>Permitir el lanzamiento de múltiples instancias</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Description" xml:space="preserve">
|
||||
<value>Permite tener más de una instancia del cliente de Roblox abierta simultáneamente.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success.Description" xml:space="preserve">
|
||||
<value>¡Su tema ha sido guardado!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Errors.PreviewFailed" xml:space="preserve">
|
||||
<value>Fallo al previsualizar el tema: {0}</value>
|
||||
</data>
|
||||
</root>
|
File diff suppressed because it is too large
Load Diff
@ -1239,6 +1239,9 @@ Haluaisitko ottaa testaustilan käyttöön?</value>
|
||||
<data name="Dialog.Exception.Version" xml:space="preserve">
|
||||
<value>Versio {0}</value>
|
||||
</data>
|
||||
<data name="Enums.BootstrapperStyle.CustomDialog" xml:space="preserve">
|
||||
<value>Mukautettu</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.FilesInUse" xml:space="preserve">
|
||||
<value>Bloxstrap yritti päivittää Robloxin, mutta ei voi, koska Robloxin tiedostot ovat vielä käytössä.
|
||||
|
||||
@ -1267,4 +1270,233 @@ Sulje kaikki sovellukset, jotka saattavat käyttää Robloxin tiedostoja, ja kä
|
||||
<value>Kaikki Bloxstrapin lokit</value>
|
||||
<comment>Label that appears next to a checkbox</comment>
|
||||
</data>
|
||||
<data name="App.OSDeprecation.Win7_81" xml:space="preserve">
|
||||
<value>Roblox ei enää tue Windows 7 tai 8.1, jatkaaksesi Robloxin pelaamista, ole hyvä ja päivitä Windows 10 tai uudempaan.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Title" xml:space="preserve">
|
||||
<value>Tiedostojen purku epäonnistui</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Message" xml:space="preserve">
|
||||
<value>Jotakin sisältöä saattaa puuttua. Pakota Robloxin uudelleenasennus asetuksista korjataksesi tämän.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Title" xml:space="preserve">
|
||||
<value>Muutoksia ei voitu ottaa käyttöön</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Message" xml:space="preserve">
|
||||
<value>Kaikki muutokset eivät ole läsnä nykyisessä käynnistyksessä.</value>
|
||||
</data>
|
||||
<data name="Menu.About.Licenses.Apache" xml:space="preserve">
|
||||
<value>Apache License 2.0</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Blank" xml:space="preserve">
|
||||
<value>Tyhjä</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Simple" xml:space="preserve">
|
||||
<value>Yksinkertainen</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.InvalidRoot" xml:space="preserve">
|
||||
<value>Teeman XML-root ei ole {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.DialogAlreadyInitialised" xml:space="preserve">
|
||||
<value>Mukautettu dialogi on jo alustettu</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.TooManyElements" xml:space="preserve">
|
||||
<value>Mukautetuilla bootstrappereilla voi olla enintään {0} elementtiä, saatiin {1}</value>
|
||||
<comment>{0} and {1} are numbers</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSet" xml:space="preserve">
|
||||
<value>{0} versiota ei ole asetettu</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotNumber" xml:space="preserve">
|
||||
<value>{0} versio ei ole numero</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSupported" xml:space="preserve">
|
||||
<value>{0} versiota {1} ei enää tueta</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotRecognised" xml:space="preserve">
|
||||
<value>{0} versiota {1} ei ole tunnistettu</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementInvalidChild" xml:space="preserve">
|
||||
<value>{0} ei voi sisältää {1} lasta</value>
|
||||
<comment>{0} and {1} are element names (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownElement" xml:space="preserve">
|
||||
<value>Tuntematon elementti {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.XMLParseFailed" xml:space="preserve">
|
||||
<value>Teematiedoston jäsentäminen epäonnistui: {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeConversionError" xml:space="preserve">
|
||||
<value>{0} on virheellinen {1}: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissing" xml:space="preserve">
|
||||
<value>Elementistä {0} puuttuu attribuutti {1}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeInvalidType" xml:space="preserve">
|
||||
<value>{0}.{1} ei ole kelvollinen {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeLargerThanMin" xml:space="preserve">
|
||||
<value>{0}.{1} on oltava suurempi kuin {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeSmallerThanMax" xml:space="preserve">
|
||||
<value>{0}.{1} on oltava pienempi kuin {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownEnumValue" xml:space="preserve">
|
||||
<value>{0} tuntematon {1} '{2}'</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the enum name (e.g. WindowCornerType), {2} is the value</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleDefinitions" xml:space="preserve">
|
||||
<value>{0} voi olla vain yksi {1} määritelty</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleChildren" xml:space="preserve">
|
||||
<value>{0}.{1} voi olla vain yksi lapsi</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementMultipleChildren" xml:space="preserve">
|
||||
<value>{0}. voi olla vain yksi lapsi</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissingChild" xml:space="preserve">
|
||||
<value>Kohteelta {0}.{1} puuttuu lapsi</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseError" xml:space="preserve">
|
||||
<value>{0}.{1} ei voitu jäsentää {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseErrorNull" xml:space="preserve">
|
||||
<value>{0}.{1} {2} on nolla</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeBlacklistedUriScheme" xml:space="preserve">
|
||||
<value>{0}.{1} käyttää mustalla listalla olevaa mallia {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the URI scheme (e.g. http)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementTypeCreationFailed" xml:space="preserve">
|
||||
<value>{0} ei onnistunut luomaan {1}: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Title" xml:space="preserve">
|
||||
<value>Muokataan "{0}"</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success" xml:space="preserve">
|
||||
<value>Teema tallennettu onnistuneesti!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Error" xml:space="preserve">
|
||||
<value>Teemaa tallennettaessa tapahtui virhe.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.ConfirmSave" xml:space="preserve">
|
||||
<value>Tallennetaanko muutokset {0}?</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save" xml:space="preserve">
|
||||
<value>Tallenna</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Preview" xml:space="preserve">
|
||||
<value>Esikatselu</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.OpenThemeDirectory" xml:space="preserve">
|
||||
<value>Avaa Teemahakemisto</value>
|
||||
</data>
|
||||
<data name="Common.CreateNew" xml:space="preserve">
|
||||
<value>Luo uusi</value>
|
||||
</data>
|
||||
<data name="Common.Import" xml:space="preserve">
|
||||
<value>Tuo</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Title" xml:space="preserve">
|
||||
<value>Lisää Mukautettu teema</value>
|
||||
</data>
|
||||
<data name="Common.Template" xml:space="preserve">
|
||||
<value>Pohja</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameEmpty" xml:space="preserve">
|
||||
<value>Nimi ei voi olla tyhjä</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameIllegalCharacters" xml:space="preserve">
|
||||
<value>Nimi sisältää kiellettyjä merkkejä</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameReserved" xml:space="preserve">
|
||||
<value>Nimeä ei voi käyttää</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.Unknown" xml:space="preserve">
|
||||
<value>Tuntematon virhe</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameTaken" xml:space="preserve">
|
||||
<value>Nimi on jo käytössä</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.FileNotZip" xml:space="preserve">
|
||||
<value>Tiedoston on oltava ZIP</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipMissingThemeFile" xml:space="preserve">
|
||||
<value>Teematiedostoa ei löytynyt ZIP-tiedostosta</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipInvalidData" xml:space="preserve">
|
||||
<value>Virheellinen tai vaurioitunut ZIP-tiedosto</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.NoThemeSelected" xml:space="preserve">
|
||||
<value>Mukautettua teemaa ei ole valittu</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.SetupFailed" xml:space="preserve">
|
||||
<value>Mukautetun käynnistysohjelman asettaminen epäonnistui: {0}.
|
||||
Palataan oletukseen {1}.</value>
|
||||
<comment>{0} is the error reason, {1} is the theme name (e.g. Bloxstrap (Classic))</comment>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.NoneSelected" xml:space="preserve">
|
||||
<value>Mukautettua teemaa ei ole valittu.</value>
|
||||
</data>
|
||||
<data name="Common.Rename" xml:space="preserve">
|
||||
<value>Nimeä uudelleen</value>
|
||||
</data>
|
||||
<data name="Common.Edit" xml:space="preserve">
|
||||
<value>Muokkaa</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.DeleteFailed" xml:space="preserve">
|
||||
<value>Mukautetun teeman {0} poistaminen epäonnistui: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.RenameFailed" xml:space="preserve">
|
||||
<value>Mukautetun teeman {0} uudelleennimeäminen epäonnistui: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Title" xml:space="preserve">
|
||||
<value>Päivitä taustalla</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Description" xml:space="preserve">
|
||||
<value>Päivitä Roblox taustalla odotttamisen sijaan. Ei suositeltu hitaille verkkoyhteyksille. Ainakin 3GB vapaata tallennustilaa vaaditaan, jotta tämä ominaisuus toimisi.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.UIElements" xml:space="preserve">
|
||||
<value>Laita käyttöliittymän elementit tähän</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.MoreExamples" xml:space="preserve">
|
||||
<value>Esimerkkejä mukautetuista käynnistysohjelmista löytyy täältä: {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Simple.MoreExamples" xml:space="preserve">
|
||||
<value>Hae lisää mukautettujen käynnistysohjelmien esimerkkejä täältä: {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.DefaultName" xml:space="preserve">
|
||||
<value>Mukautettu teema {0}</value>
|
||||
<comment>{0} is a string (e.g. '1', '1-1234')</comment>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Title" xml:space="preserve">
|
||||
<value>Salli usean instanssin käynnistäminen</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Description" xml:space="preserve">
|
||||
<value>Sallii useamman kuin yhden Roblox-peliklientin instanssin avaamisen samanaikaisesti.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success.Description" xml:space="preserve">
|
||||
<value>Teemasi on tallennettu!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Errors.PreviewFailed" xml:space="preserve">
|
||||
<value>Teeman esikatselu epäonnistui: {0}</value>
|
||||
</data>
|
||||
</root>
|
@ -1236,6 +1236,9 @@ Gusto mo bang i-enable ang "Test Mode"?</value>
|
||||
<data name="Dialog.Exception.Version" xml:space="preserve">
|
||||
<value>Version {0}</value>
|
||||
</data>
|
||||
<data name="Enums.BootstrapperStyle.CustomDialog" xml:space="preserve">
|
||||
<value>Custom</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.FilesInUse" xml:space="preserve">
|
||||
<value>Sinubukan ng Bloxstrap mag-upgrade ng Roblox pero hindi kaya kasi ginagamit pa ang mga file ng Roblox.
|
||||
|
||||
@ -1264,4 +1267,232 @@ Isarado muna ang kahit anong application na maaaring gamitin ang mga file ng Rob
|
||||
<value>Lahat ng Bloxstrap logs</value>
|
||||
<comment>Label that appears next to a checkbox</comment>
|
||||
</data>
|
||||
<data name="App.OSDeprecation.Win7_81" xml:space="preserve">
|
||||
<value>Hindi na sinusuportahan Windows 7 or 8.1 ang Roblox. Upang magpatuloy sa paglaro ng Roblox, mag-upgrade sa Windows 10 o mas bago.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Title" xml:space="preserve">
|
||||
<value>Nabigo pagkuha ng files</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Message" xml:space="preserve">
|
||||
<value>May content na maaaring nawawala. Pilitin ang Roblox Installation sa settings para ayusin ito.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Title" xml:space="preserve">
|
||||
<value>Nabigo mag-apply ang modifications</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Message" xml:space="preserve">
|
||||
<value>Hindi lahat ang modifications ay makikita sa current launch.</value>
|
||||
</data>
|
||||
<data name="Menu.About.Licenses.Apache" xml:space="preserve">
|
||||
<value>Apache License 2.0</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Blank" xml:space="preserve">
|
||||
<value>Blangko</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Simple" xml:space="preserve">
|
||||
<value>Simple</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.InvalidRoot" xml:space="preserve">
|
||||
<value>Theme XML root ay hindi {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.DialogAlreadyInitialised" xml:space="preserve">
|
||||
<value>Ang custom dialog ay pinasimulan na</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.TooManyElements" xml:space="preserve">
|
||||
<value>Ang mga custom bootstrapper ay pwede lang magkaroon ng maximum na {0} elements, nakuha {1}</value>
|
||||
<comment>{0} and {1} are numbers</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSet" xml:space="preserve">
|
||||
<value>{0} version ay hindi set</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotNumber" xml:space="preserve">
|
||||
<value>{0} version ay hindi isang numero</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSupported" xml:space="preserve">
|
||||
<value>{0} version {1} ay hindi na suportado</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotRecognised" xml:space="preserve">
|
||||
<value>{0} version {1} ay hindi kilalanin</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementInvalidChild" xml:space="preserve">
|
||||
<value>{0} hindi maaaring magkaroon ng child na {1}</value>
|
||||
<comment>{0} and {1} are element names (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownElement" xml:space="preserve">
|
||||
<value>Hindi kilalang element {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.XMLParseFailed" xml:space="preserve">
|
||||
<value>Nabigo mag-parse ang theme file: {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeConversionError" xml:space="preserve">
|
||||
<value>{0} may invalid {1}: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissing" xml:space="preserve">
|
||||
<value>Ang element {0} ay nawawalan ng {1} attribute</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeInvalidType" xml:space="preserve">
|
||||
<value>{0}.{1} ay hindi wastong {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeLargerThanMin" xml:space="preserve">
|
||||
<value>{0}.{1} ay dapat mas malaki kaysa sa {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeSmallerThanMax" xml:space="preserve">
|
||||
<value>{0}.{1} ay mas maliit kaysa sa {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownEnumValue" xml:space="preserve">
|
||||
<value>{0} Hindi kilala {1} '{2}'</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the enum name (e.g. WindowCornerType), {2} is the value</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleDefinitions" xml:space="preserve">
|
||||
<value>{0} ay pwede lamang magkaroon ng isang {1} defined</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleChildren" xml:space="preserve">
|
||||
<value>{0}.{1} ay pwede lamang magkaroon ng isang child</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementMultipleChildren" xml:space="preserve">
|
||||
<value>{0} ay pwede lamang magkaroon ng isang child</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissingChild" xml:space="preserve">
|
||||
<value>{0}.{1} ay nawawalan nitong child</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseError" xml:space="preserve">
|
||||
<value>{0}.{1} ay hindi ma-parse sa isang {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseErrorNull" xml:space="preserve">
|
||||
<value>{0}.{1}.{2} ay null</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeBlacklistedUriScheme" xml:space="preserve">
|
||||
<value>{0}.{1} ay gumagamit ng blacklisted scheme {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the URI scheme (e.g. http)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementTypeCreationFailed" xml:space="preserve">
|
||||
<value>Nabigo ang {0} maggawa ng {1}: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Title" xml:space="preserve">
|
||||
<value>Ini-edit "{0}"</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success" xml:space="preserve">
|
||||
<value>Successfully nai-save ang theme!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Error" xml:space="preserve">
|
||||
<value>May naganap na error habang ipinag-save ang iyong theme.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.ConfirmSave" xml:space="preserve">
|
||||
<value>I-save ang changes sa {0}?</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save" xml:space="preserve">
|
||||
<value>I-save</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Preview" xml:space="preserve">
|
||||
<value>I-preview</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.OpenThemeDirectory" xml:space="preserve">
|
||||
<value>Buksan ang theme directory</value>
|
||||
</data>
|
||||
<data name="Common.CreateNew" xml:space="preserve">
|
||||
<value>Gumawa ng bago</value>
|
||||
</data>
|
||||
<data name="Common.Import" xml:space="preserve">
|
||||
<value>Mag-import</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Title" xml:space="preserve">
|
||||
<value>Magdagdag ng Custom Theme</value>
|
||||
</data>
|
||||
<data name="Common.Template" xml:space="preserve">
|
||||
<value>Template</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameEmpty" xml:space="preserve">
|
||||
<value>Ang pangalan ay bawal walang laman</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameIllegalCharacters" xml:space="preserve">
|
||||
<value>Ang pangalan ay may illegal na karakter</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameReserved" xml:space="preserve">
|
||||
<value>Ang pangalan ay hindi magamit</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.Unknown" xml:space="preserve">
|
||||
<value>Unknown error</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameTaken" xml:space="preserve">
|
||||
<value>Ang pangalan ay ginagamit na</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.FileNotZip" xml:space="preserve">
|
||||
<value>Ang file ay dapat maging ZIP</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipMissingThemeFile" xml:space="preserve">
|
||||
<value>Ang Theme File ay hindi nahanap sa loob ng ZIP file</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipInvalidData" xml:space="preserve">
|
||||
<value>Invalid o corrupted na ZIP file</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.NoThemeSelected" xml:space="preserve">
|
||||
<value>Walang custom theme na naka select</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.SetupFailed" xml:space="preserve">
|
||||
<value>Nabigo I-setup ang custom bootstrapper: {0}. Defaulting sa {1}.</value>
|
||||
<comment>{0} is the error reason, {1} is the theme name (e.g. Bloxstrap (Classic))</comment>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.NoneSelected" xml:space="preserve">
|
||||
<value>Walang custom theme napili.</value>
|
||||
</data>
|
||||
<data name="Common.Rename" xml:space="preserve">
|
||||
<value>Palitan ng pangalan</value>
|
||||
</data>
|
||||
<data name="Common.Edit" xml:space="preserve">
|
||||
<value>I-edit</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.DeleteFailed" xml:space="preserve">
|
||||
<value>Nabigo I-delete ang custom theme {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.RenameFailed" xml:space="preserve">
|
||||
<value>Nabigong palitan ang custom na theme {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Title" xml:space="preserve">
|
||||
<value>Background updates</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Description" xml:space="preserve">
|
||||
<value>i-Update ang Roblox sa background kesa sa pag-hintay. Hindi ito inirerekomenda sa mga mabagal na network. Kailangan ng 3GB na libreng storage space para mapagana ang feature na ito.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.UIElements" xml:space="preserve">
|
||||
<value>Ilagay ang mga UI element dito</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.MoreExamples" xml:space="preserve">
|
||||
<value>Mga example ng custom bootstrappers ay mahahanap sa {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Simple.MoreExamples" xml:space="preserve">
|
||||
<value>Humanap pa ng mga custom bootstrapper examples sa {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.DefaultName" xml:space="preserve">
|
||||
<value>Custom Theme {0}</value>
|
||||
<comment>{0} is a string (e.g. '1', '1-1234')</comment>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Title" xml:space="preserve">
|
||||
<value>I-allow ang multi-instance launching</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Description" xml:space="preserve">
|
||||
<value>Ina-allow ang pagbukas ng higit sa isang Roblox game client instancena bukas sabay-sabay.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success.Description" xml:space="preserve">
|
||||
<value>Ang iyong theme ay na save!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Errors.PreviewFailed" xml:space="preserve">
|
||||
<value>Nabigo i-preview ang theme: {0}</value>
|
||||
</data>
|
||||
</root>
|
@ -571,7 +571,7 @@ Plus d'informations :
|
||||
<value>Copié dans le presse-papier.</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.LargeConfig" xml:space="preserve">
|
||||
<value>Il semble que vous importiez une configuration très volumineuse. Vous devriez uniquement importer des configurations que vous comprenez parfaitement. NE collez PAS aveuglément des configurations créées par d'autres personnes. Si vous continuez, il est très probable que vous rencontriez des problèmes de stabilité et des changements inattendus.
|
||||
<value>Vous semblez importer une configuration très volumineuse. Vous ne devriez importer que des configurations que vous comprenez pleinement. NE collez PAS aveuglément des configurations créées par d'autres personnes. Si vous continuez, vous aurez très probablement des problèmes de stabilité et rencontrerez des changements inattendus.
|
||||
|
||||
Êtes-vous sûr de vouloir continuer ?</value>
|
||||
</data>
|
||||
@ -713,7 +713,7 @@ Sélectionner 'Non' ignorera cet avertissement et continuera l'installation.</va
|
||||
<value>Configurer des fonctionnalités supplémentaires à utiliser avec Roblox.</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.DesktopApp.Description" xml:space="preserve">
|
||||
<value>Roblox se fermera entièrement lorsque vous quittez un jeu au lieu de retourner sur l'application. [Peut casser quelques choses !]({0})</value>
|
||||
<value>Roblox va complètement fermer quand vous quittez un jeu au lieu de retourner à l'application. [Va casser certaines choses!]({0})</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.DesktopApp.Title" xml:space="preserve">
|
||||
<value>Ne pas quitter vers l'application</value>
|
||||
@ -753,7 +753,7 @@ Sélectionner 'Non' ignorera cet avertissement et continuera l'installation.</va
|
||||
<value>Choisir une police d'écriture...</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.Misc.CustomFont.Description" xml:space="preserve">
|
||||
<value>La taille de police peut être ajustée dans l'onglet Paramètres du moteur.</value>
|
||||
<value>La taille de la police peut être ajustée dans l'onglet Paramètres du Moteur.</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.Misc.CustomFont.Invalid" xml:space="preserve">
|
||||
<value>Le fichier que vous avez choisi ne semble pas être un fichier de police d'écriture valide.</value>
|
||||
@ -885,7 +885,7 @@ Sélectionner 'Non' ignorera cet avertissement et continuera l'installation.</va
|
||||
<value>Taille de la police d'écriture</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlags.Presets.FontPadding.Description" xml:space="preserve">
|
||||
<value>La valeur par défaut est 0. Ajustez si vous utilisez une police d'écriture personnalisée.</value>
|
||||
<value>La valeur par défaut est 1. Ajustez si vous utilisez une police personnalisée.</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlags.Presets.DisableTerrainTextures.Title" xml:space="preserve">
|
||||
<value>Désactiver les textures de terrain</value>
|
||||
@ -1101,9 +1101,9 @@ Des problèmes peuvent survenir et vos paramètres peuvent être modifiés. Une
|
||||
<value>Roblox a planté.</value>
|
||||
</data>
|
||||
<data name="Dialog.PlayerError.HelpInformation" xml:space="preserve">
|
||||
<value>Pour plus d'informations sur pourquoi cela pourrait se produire et comment le résoudre, veuillez lire [cet article d'aide]({0}).
|
||||
<value>Pour des informations sur les raisons pour lesquelles cela pourrait se produire et comment cela peut être résolu, veuillez lire [cet article d'aide]({0}).
|
||||
|
||||
Vérifiez si Roblox fonctionne avec [le lanceur de base]({1}). S'il ne fonctionne pas, alors ce n'est pas un problème en lien avec Bloxstrap. S'il fonctionne, veuillez vous référer à l'article d'aide.</value>
|
||||
Vérifiez si Roblox fonctionne avec [le lanceur d'origine]({1}). Si ce n'est pas le cas, alors ce n'est pas un problème de Bloxstrap. Si c'est le cas, référez-vous à l'article d'aide.</value>
|
||||
</data>
|
||||
<data name="Common.NetworkError" xml:space="preserve">
|
||||
<value>Impossible de charger les données en raison d'une erreur réseau.</value>
|
||||
@ -1115,8 +1115,8 @@ Vérifiez si Roblox fonctionne avec [le lanceur de base]({1}). S'il ne fonctionn
|
||||
<value>Supporters</value>
|
||||
</data>
|
||||
<data name="About.Supporters.Description" xml:space="preserve">
|
||||
<value>Voici les personnes qui ont soutenu Bloxstrap via Ko-fi. Un grand merci à tout le monde ici !
|
||||
Chaque personne ici est classée par sa contribution globale.</value>
|
||||
<value>Voici les personnes qui ont soutenu Bloxstrap via Ko-fi. Un énorme merci à tous ceux présents ici !
|
||||
Chaque personne ici est classée selon son engagement global.</value>
|
||||
</data>
|
||||
<data name="JsonManager.SettingsLoadFailed" xml:space="preserve">
|
||||
<value>Vos paramètres n'ont pas pu être chargés. Ils ont été réinitialisés.</value>
|
||||
@ -1137,7 +1137,7 @@ Chaque personne ici est classée par sa contribution globale.</value>
|
||||
<value>L'historique des jeux n'est enregistré que pour votre session Roblox actuelle. Les jeux apparaîtront ici au fur et à mesure que vous les quitterez ou changerez d'univers. Tous les serveurs ne seront pas rejoignables.</value>
|
||||
</data>
|
||||
<data name="ActivityWatcher.LocationQueryFailed" xml:space="preserve">
|
||||
<value>L'emplacement du serveur n'a pas pu être interrogé. Vous rejoignez peut-être des expériences trop rapidement.</value>
|
||||
<value>L'emplacement du serveur n'a pas pu être obtenu. Vous rejoignez peut-être des expériences trop rapidement.</value>
|
||||
</data>
|
||||
<data name="Dialog.Connectivity.TryAgainLater" xml:space="preserve">
|
||||
<value>Veuillez réessayer ultérieurement.</value>
|
||||
@ -1238,10 +1238,13 @@ Voulez-vous activer le mode test ?</value>
|
||||
<data name="Dialog.Exception.Version" xml:space="preserve">
|
||||
<value>Version {0}</value>
|
||||
</data>
|
||||
<data name="Enums.BootstrapperStyle.CustomDialog" xml:space="preserve">
|
||||
<value>Personnalisé</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.FilesInUse" xml:space="preserve">
|
||||
<value>Bloxstrap a tenté de mettre Roblox à jour mais a échoué car des fichiers de Roblox sont utilisés.
|
||||
<value>Bloxstrap a essayé de mettre à jour Roblox mais ne peut pas car les fichiers de Roblox sont toujours en cours d'utilisation.
|
||||
|
||||
Veuillez fermer toute application pouvant utiliser les fichiers de Roblox, et relancez.</value>
|
||||
Veuillez fermer toutes les applications qui pourraient utiliser les fichiers de Roblox, et relancer.</value>
|
||||
<comment>This is *not* for when Roblox is still running when trying to upgrade. This applies to files being open (i.e. image assets)</comment>
|
||||
</data>
|
||||
<data name="FileTypes.ZipArchive" xml:space="preserve">
|
||||
@ -1256,14 +1259,243 @@ Veuillez fermer toute application pouvant utiliser les fichiers de Roblox, et re
|
||||
<value>Exporter les données de diagnostic</value>
|
||||
</data>
|
||||
<data name="Menu.Bloxstrap.ExportData.Description" xml:space="preserve">
|
||||
<value>Rassemble des informations pouvant être téléversées en ligne pour remédier à un problème.</value>
|
||||
<value>Rassemble des informations qui peuvent être téléchargées en ligne pour dépanner un problème que vous rencontrez.</value>
|
||||
</data>
|
||||
<data name="Menu.Bloxstrap.ExportData.ExportConfig" xml:space="preserve">
|
||||
<value>Configuration de Bloxstrap</value>
|
||||
<comment>Label that appears next to a checkbox</comment>
|
||||
</data>
|
||||
<data name="Menu.Bloxstrap.ExportData.ExportLogs" xml:space="preserve">
|
||||
<value>Tous les logs Bloxstrap</value>
|
||||
<value>Tous les logs de Bloxstrap</value>
|
||||
<comment>Label that appears next to a checkbox</comment>
|
||||
</data>
|
||||
<data name="App.OSDeprecation.Win7_81" xml:space="preserve">
|
||||
<value>Roblox ne prend plus en charge Windows 7 ou 8.1. Pour continuer à jouer à Roblox, veuillez mettre à niveau vers Windows 10 ou version ultérieure.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Title" xml:space="preserve">
|
||||
<value>Impossible d'extraire les fichiers</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Message" xml:space="preserve">
|
||||
<value>Certains contenus peuvent être manquants. Forcez une réinstallation de Roblox dans les paramètres pour résoudre ce problème.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Title" xml:space="preserve">
|
||||
<value>Échec de l'application des modifications</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Message" xml:space="preserve">
|
||||
<value>Toutes les modifications ne seront pas présentes au lancement actuel.</value>
|
||||
</data>
|
||||
<data name="Menu.About.Licenses.Apache" xml:space="preserve">
|
||||
<value>Licence Apache 2.0</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Blank" xml:space="preserve">
|
||||
<value>Vide</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Simple" xml:space="preserve">
|
||||
<value>Simple</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.InvalidRoot" xml:space="preserve">
|
||||
<value>La racine XML du thème n'est pas {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.DialogAlreadyInitialised" xml:space="preserve">
|
||||
<value>Le dialogue personnalisé a déjà été initialisé</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.TooManyElements" xml:space="preserve">
|
||||
<value>Les bootstrappers personnalisés peuvent seulement avoir qu'un maximum de {0} éléments, il y en a {1}</value>
|
||||
<comment>{0} and {1} are numbers</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSet" xml:space="preserve">
|
||||
<value>La version {0} n'est pas définie</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotNumber" xml:space="preserve">
|
||||
<value>La version {0} n'est pas un nombre</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSupported" xml:space="preserve">
|
||||
<value>La version {0} {1} n'est plus prise en charge</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotRecognised" xml:space="preserve">
|
||||
<value>La version {0} {1} n'est pas reconnue</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementInvalidChild" xml:space="preserve">
|
||||
<value>{0} ne peut pas avoir un enfant de {1}</value>
|
||||
<comment>{0} and {1} are element names (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownElement" xml:space="preserve">
|
||||
<value>Élément {0} inconnu</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.XMLParseFailed" xml:space="preserve">
|
||||
<value>Échec de l'analyse du fichier du thème : {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeConversionError" xml:space="preserve">
|
||||
<value>{0} a un {1} invalide : {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissing" xml:space="preserve">
|
||||
<value>L'élément {0} ne contient pas l'attribut {1}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeInvalidType" xml:space="preserve">
|
||||
<value>{0}.{1} n'est pas un {2} valide</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeLargerThanMin" xml:space="preserve">
|
||||
<value>{0}.{1} doit être supérieur à {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeSmallerThanMax" xml:space="preserve">
|
||||
<value>{0}.{1} doit être inférieur à {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownEnumValue" xml:space="preserve">
|
||||
<value>{0} {1} inconnu : '{2}'</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the enum name (e.g. WindowCornerType), {2} is the value</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleDefinitions" xml:space="preserve">
|
||||
<value>{0} ne peut avoir qu'un seul {1} défini</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleChildren" xml:space="preserve">
|
||||
<value>{0}.{1} ne peut avoir qu'un seul enfant</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementMultipleChildren" xml:space="preserve">
|
||||
<value>{0} ne peut avoir qu'un seul enfant</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissingChild" xml:space="preserve">
|
||||
<value>{0}.{1} manque son enfant</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseError" xml:space="preserve">
|
||||
<value>{0}.{1} n'a pas pu être analysé en tant que {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseErrorNull" xml:space="preserve">
|
||||
<value>{0}.{1} {2} est nul</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeBlacklistedUriScheme" xml:space="preserve">
|
||||
<value>{0}.{1} utilise le schéma interdit {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the URI scheme (e.g. http)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementTypeCreationFailed" xml:space="preserve">
|
||||
<value>{0} n'a pas réussi à créer {1}: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Title" xml:space="preserve">
|
||||
<value>Édition de "{0}"</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success" xml:space="preserve">
|
||||
<value>Thème enregistré avec succès !</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Error" xml:space="preserve">
|
||||
<value>Une erreur s'est produite lors de l'enregistrement de votre thème.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.ConfirmSave" xml:space="preserve">
|
||||
<value>Enregistrer les modifications de {0} ?</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save" xml:space="preserve">
|
||||
<value>Enregistrer</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Preview" xml:space="preserve">
|
||||
<value>Aperçu</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.OpenThemeDirectory" xml:space="preserve">
|
||||
<value>Ouvrir le dossier du thème</value>
|
||||
</data>
|
||||
<data name="Common.CreateNew" xml:space="preserve">
|
||||
<value>Créer un nouveau</value>
|
||||
</data>
|
||||
<data name="Common.Import" xml:space="preserve">
|
||||
<value>Importer</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Title" xml:space="preserve">
|
||||
<value>Ajouter un thème personnalisé</value>
|
||||
</data>
|
||||
<data name="Common.Template" xml:space="preserve">
|
||||
<value>Modèle</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameEmpty" xml:space="preserve">
|
||||
<value>Le nom ne peut pas être vide</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameIllegalCharacters" xml:space="preserve">
|
||||
<value>Le nom contient des caractères illégaux</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameReserved" xml:space="preserve">
|
||||
<value>Le nom ne peut pas être utilisé</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.Unknown" xml:space="preserve">
|
||||
<value>Erreur inconnue</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameTaken" xml:space="preserve">
|
||||
<value>Le nom est déjà utilisé</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.FileNotZip" xml:space="preserve">
|
||||
<value>Le fichier doit être un ZIP</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipMissingThemeFile" xml:space="preserve">
|
||||
<value>Le fichier du thème n'a pas pu être trouvé dans le fichier ZIP</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipInvalidData" xml:space="preserve">
|
||||
<value>Fichier ZIP invalide ou corrompu</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.NoThemeSelected" xml:space="preserve">
|
||||
<value>Aucun thème personnalisé sélectionné</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.SetupFailed" xml:space="preserve">
|
||||
<value>Échec de la configuration du bootstrapper personnalisé : {0}.
|
||||
Retour à la valeur par défaut {1}.</value>
|
||||
<comment>{0} is the error reason, {1} is the theme name (e.g. Bloxstrap (Classic))</comment>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.NoneSelected" xml:space="preserve">
|
||||
<value>Aucun thème personnalisé sélectionné.</value>
|
||||
</data>
|
||||
<data name="Common.Rename" xml:space="preserve">
|
||||
<value>Renommer</value>
|
||||
</data>
|
||||
<data name="Common.Edit" xml:space="preserve">
|
||||
<value>Modifier</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.DeleteFailed" xml:space="preserve">
|
||||
<value>Échec de la suppression du thème personnalisé {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.RenameFailed" xml:space="preserve">
|
||||
<value>Impossible de renommer le thème personnalisé {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Title" xml:space="preserve">
|
||||
<value>Mises à jour en arrière-plan</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Description" xml:space="preserve">
|
||||
<value>Mettre à jour Roblox en arrière-plan au lieu d'attendre. Non recommandé pour les réseaux lents. Au moins 3 Go d'espace de stockage libre sont nécessaires pour que cette fonctionnalité fonctionne.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.UIElements" xml:space="preserve">
|
||||
<value>Mettez les éléments de l'interface utilisateur ici</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.MoreExamples" xml:space="preserve">
|
||||
<value>Des exemples de bootstrappers personnalisés peuvent être trouvé dans {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Simple.MoreExamples" xml:space="preserve">
|
||||
<value>Trouvez plus d'exemples de bootstrapper personnalisés dans {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.DefaultName" xml:space="preserve">
|
||||
<value>Thème personnalisé {0}</value>
|
||||
<comment>{0} is a string (e.g. '1', '1-1234')</comment>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Title" xml:space="preserve">
|
||||
<value>Permettre le lancement multi-instances</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Description" xml:space="preserve">
|
||||
<value>Permet d'avoir plusieurs instances de client de jeu Roblox ouvertes simultanément.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success.Description" xml:space="preserve">
|
||||
<value>Votre thème a été sauvegardé !</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Errors.PreviewFailed" xml:space="preserve">
|
||||
<value>Impossible de prévisualiser le thème : {0}</value>
|
||||
</data>
|
||||
</root>
|
@ -121,7 +121,7 @@
|
||||
<value>Bloxstrap se nije uspio automatski ažurirati na verziju {0}. Molimo ažurirajte ju ručno tako da je preuzmete i pokrenete sa web-stranice.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ConfirmLaunch" xml:space="preserve">
|
||||
<value>Roblox je trenutno pokrenut, pokretanjem novog primera će ga ugasiti. Da li si siguran da želiš da nastaviš sa pokretanjem?</value>
|
||||
<value>Roblox je trenutno pokrenut, pokretanje nove instance ćete ga ugasiti. Jeste li sigurni da želite nastaviti sa pokretanjem?</value>
|
||||
</data>
|
||||
<data name="Dialog.Connectivity.RobloxDown" xml:space="preserve">
|
||||
<value>Roblox trenutno možda ne radi. Pogledajte {0} za više informacija.</value>
|
||||
@ -130,16 +130,16 @@
|
||||
<value>Veza se nije mogla uspostaviti, što vjerojatno ukazuje na nestabilnu internetsku vezu ili blokadu vatrozida. Ako je Vaša veza u redu, molimo provjerite blokira li Vaš antivirus Bloxstrap.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.FirstRunUninstall" xml:space="preserve">
|
||||
<value>Vi morate prvo instalirati Bloxstrap pre deinstaliranja.</value>
|
||||
<value>Morate prvo instalirati Bloxstrap prije deinstaliranja.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.NotEnoughSpace" xml:space="preserve">
|
||||
<value>Bloxstrap nema dovoljno prostora na disku kako bi preuzeo i instalirao Roblox. Molimo, oslobodite nešto prostora pa zatim pokušajte ponovno.</value>
|
||||
<value>Bloxstrap nema dovoljno prostora na disku kako bi preuzeo i instalirao Roblox. Molimo, oslobodite dio prostora na disku te pokušajte ponovno.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.Status.ApplyingModifications" xml:space="preserve">
|
||||
<value>Primjenjivanje modifikacija Robloxa...</value>
|
||||
<value>Primjenjuju se modifikacije za Roblox...</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.Status.Configuring" xml:space="preserve">
|
||||
<value>Konfigurisanje {product}...</value>
|
||||
<value>Konfiguriranje {product}...</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.Status.Connecting" xml:space="preserve">
|
||||
<value>Spajanje na Roblox...</value>
|
||||
@ -148,43 +148,43 @@
|
||||
<value>Instaliranje {product}...</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.Status.InstallingWebView2" xml:space="preserve">
|
||||
<value>Instaliranje WebView2, molimo pričekajte...</value>
|
||||
<value>Instalira se WebView2, molimo pričekajte...</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.Status.Starting" xml:space="preserve">
|
||||
<value>Pokretanje {product}...</value>
|
||||
<comment>"Starting Roblox" or "Starting Roblox Studio"</comment>
|
||||
</data>
|
||||
<data name="Bootstrapper.Status.Upgrading" xml:space="preserve">
|
||||
<value>Nadogradnja {product}...</value>
|
||||
<value>Nadograđuje se {product}...</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.Status.UpgradingBloxstrap" xml:space="preserve">
|
||||
<value>Dobivanje najnovije verzije Bloxstrapa...</value>
|
||||
<value>Dohvaća se najnoviji Bloxstrap...</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.Status.WaitingOtherInstances" xml:space="preserve">
|
||||
<value>Čekanje ostalih slučajeva...</value>
|
||||
<value>Čekanje ostalih instanca...</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.StylePreview.ImageCancel" xml:space="preserve">
|
||||
<value>Pretpregled stila - Kliknite gumb X gore desno kako biste zatvorili</value>
|
||||
<comment>Text for style previews that use an X button. Currently only applies to Byfron</comment>
|
||||
</data>
|
||||
<data name="Bootstrapper.StylePreview.TextCancel" xml:space="preserve">
|
||||
<value>Pretpregled stila - Kliknite Poništiti da biste zatvorili</value>
|
||||
<value>Pretpregled stila - Kliknite Poništi da biste zatvorili</value>
|
||||
<comment>Text for style previews that use text button that says "Cancel"</comment>
|
||||
</data>
|
||||
<data name="Bootstrapper.SuccessfullyUninstalled" xml:space="preserve">
|
||||
<value>Bloxstrap je uspješno deinstaliran</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.Uninstall.RobloxRunning" xml:space="preserve">
|
||||
<value>Roblox se trenutno pokreće, ali mora biti zatvoren prije nego što se Bloxstrap deinstalira. Želite li ugasiti Roblox sada?</value>
|
||||
<value>Roblox je trenutno pokrenut, ali mora biti zatvoren prije nego što se Bloxstrap deinstalira. Želite li ugasiti Roblox sada?</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.WMFNotFound" xml:space="preserve">
|
||||
<value>Roblox zahteva upotrebu Windows Media Foundation komponenta. Izgleda da vam nedostaju, verovatno zato što koristite N ediciju Windows-a. Molimo, prvo ih instalirajte, a zatim pokrenite Roblox.</value>
|
||||
<value>Roblox zahtijeva upotrebu Windows Media Foundation komponenta. Izgleda da Vam nedostaju, vjerojatno zato što koristite N izadnje Windows-a. Molimo, prvo ih instalirajte, a zatim pokrenite Roblox.</value>
|
||||
</data>
|
||||
<data name="Common.AddSingle" xml:space="preserve">
|
||||
<value>Dodaj jedan</value>
|
||||
</data>
|
||||
<data name="Common.Browse" xml:space="preserve">
|
||||
<value>Pretražite</value>
|
||||
<value>Pretraži</value>
|
||||
</data>
|
||||
<data name="Common.Cancel" xml:space="preserve">
|
||||
<value>Poništi</value>
|
||||
@ -226,7 +226,7 @@
|
||||
<value>Unaprijed postavljene postavke</value>
|
||||
</data>
|
||||
<data name="Common.Reset" xml:space="preserve">
|
||||
<value>Resetiraj</value>
|
||||
<value>Vrati na zadano</value>
|
||||
<comment>In the context of resetting something to a default value</comment>
|
||||
</data>
|
||||
<data name="Common.Value" xml:space="preserve">
|
||||
@ -239,10 +239,10 @@
|
||||
<value>Da</value>
|
||||
</data>
|
||||
<data name="ContextMenu.CloseRoblox" xml:space="preserve">
|
||||
<value>Zatvoriti Roblox</value>
|
||||
<value>Zatvori Roblox</value>
|
||||
</data>
|
||||
<data name="ContextMenu.CloseRobloxMessage" xml:space="preserve">
|
||||
<value>Da li ste sigurni da želite da zatvorite Roblox? Ovo će prisilno završiti proces.</value>
|
||||
<value>Jeste li sigurni da želite zatvoriti Roblox? Ovo će prisilno završiti proces.</value>
|
||||
</data>
|
||||
<data name="ContextMenu.CopyDeeplinkInvite" xml:space="preserve">
|
||||
<value>Kopiraj invite deeplink</value>
|
||||
@ -283,10 +283,10 @@ Kliknite za više informacija</value>
|
||||
<comment>{0} is the name of a service (i.e. Roblox, GitHub)</comment>
|
||||
</data>
|
||||
<data name="Dialog.Exception.CopyLogContents" xml:space="preserve">
|
||||
<value>Kopiranje aktivnosti</value>
|
||||
<value>Kopiraj sadržaj log datoteke</value>
|
||||
</data>
|
||||
<data name="Dialog.Exception.Info.1" xml:space="preserve">
|
||||
<value>Došlo je do izuzetka tokom pokretanja Bloxstrap-a</value>
|
||||
<value>Došlo je do iznimke tokom pokretanja Bloxstrap-a</value>
|
||||
</data>
|
||||
<data name="Dialog.Exception.Info.2" xml:space="preserve">
|
||||
<value>Prvo provjerite [Bloxstrap Wiki]({0}) kako biste vidjeli je li ovaj problem već riješen.
|
||||
@ -327,16 +327,16 @@ Ako nije, molimo prijavite ovu iznimku preko [GitHub issue]({1}) zajedno sa kopi
|
||||
<value>Vista (2008-2011)</value>
|
||||
</data>
|
||||
<data name="Enums.CursorType.From2006" xml:space="preserve">
|
||||
<value>2006 (Crtano)</value>
|
||||
<value>2006 (Crtani)</value>
|
||||
</data>
|
||||
<data name="Enums.CursorType.From2013" xml:space="preserve">
|
||||
<value>2013 (Ugaoni)</value>
|
||||
<value>2013 (Kutni)</value>
|
||||
</data>
|
||||
<data name="Enums.EmojiType.Catmoji" xml:space="preserve">
|
||||
<value>Catmoudži</value>
|
||||
<value>Catmoji</value>
|
||||
</data>
|
||||
<data name="Enums.EmojiType.Default" xml:space="preserve">
|
||||
<value>Normalno (TweMoudži)</value>
|
||||
<value>Normalno (Twemoji)</value>
|
||||
</data>
|
||||
<data name="Enums.EmojiType.Windows10" xml:space="preserve">
|
||||
<value>Windows 10</value>
|
||||
@ -357,13 +357,13 @@ Ako nije, molimo prijavite ovu iznimku preko [GitHub issue]({1}) zajedno sa kopi
|
||||
<value>2023 (V4)</value>
|
||||
</data>
|
||||
<data name="Enums.FlagPresets.LightingMode.Default" xml:space="preserve">
|
||||
<value>Izabrano od strane igrice</value>
|
||||
<value>Odabrano od strane igrice</value>
|
||||
</data>
|
||||
<data name="Enums.FlagPresets.LightingMode.Future" xml:space="preserve">
|
||||
<value>Future Stil Osvjetljenja (Faza 3)</value>
|
||||
<value>Future (Faza 3)</value>
|
||||
</data>
|
||||
<data name="Enums.FlagPresets.LightingMode.ShadowMap" xml:space="preserve">
|
||||
<value>Shadow Map Stil Osvjetljenja (Faza 2)</value>
|
||||
<value>Shadow Map (Faza 2)</value>
|
||||
</data>
|
||||
<data name="Enums.FlagPresets.LightingMode.Voxel" xml:space="preserve">
|
||||
<value>Voksel Stil Osvjetljenja (Faza 1)</value>
|
||||
@ -393,16 +393,16 @@ Ako nije, molimo prijavite ovu iznimku preko [GitHub issue]({1}) zajedno sa kopi
|
||||
<value>Bloxstrap je nadograđen na v{0}</value>
|
||||
</data>
|
||||
<data name="InstallChecker.VersionDifferentThanInstalled" xml:space="preserve">
|
||||
<value>Verzija Bloxstrapa koju ste pokrenuli je drukčija od verzije koju imate instaliranu. Želite li nadograditi svoju trenutno instaliranu verziju?</value>
|
||||
<value>Verzija Bloxstrapa koju ste pokrenuli drukčija je od verzije koju imate instaliranu. Želite li nadograditi svoju trenutno instaliranu verziju?</value>
|
||||
</data>
|
||||
<data name="Menu.About.Contributors" xml:space="preserve">
|
||||
<value>Suradnici</value>
|
||||
<value>Doprinositelji</value>
|
||||
</data>
|
||||
<data name="Menu.About.Contributors.Code" xml:space="preserve">
|
||||
<value>Kod</value>
|
||||
</data>
|
||||
<data name="Menu.About.Contributors.Description" xml:space="preserve">
|
||||
<value>Ovo su ljudi koji su dali značajan doprinos Bloxstrapu, Pomagajući da se učiniti onakvim kakav jest.</value>
|
||||
<value>Ovo su ljudi koji su dali značajan doprinos Bloxstrapu, pomažući da postane ono što jest.</value>
|
||||
</data>
|
||||
<data name="Menu.About.Contributors.FeatureIdeas" xml:space="preserve">
|
||||
<value>Značajne Ideje</value>
|
||||
@ -411,7 +411,7 @@ Ako nije, molimo prijavite ovu iznimku preko [GitHub issue]({1}) zajedno sa kopi
|
||||
<value>Posebno Hvala</value>
|
||||
</data>
|
||||
<data name="Menu.About.Description" xml:space="preserve">
|
||||
<value>Alternativni bootstrapper za Roblox s nekoliko dodatnih dodataka.</value>
|
||||
<value>Alternativni pokretač za Roblox s mnoštvom dodatnih značajki.</value>
|
||||
</data>
|
||||
<data name="Menu.About.DiscordServer" xml:space="preserve">
|
||||
<value>Discord server</value>
|
||||
@ -445,43 +445,43 @@ Ako nije, molimo prijavite ovu iznimku preko [GitHub issue]({1}) zajedno sa kopi
|
||||
<value>Sve datoteke</value>
|
||||
</data>
|
||||
<data name="Menu.AlreadyRunning.Caption" xml:space="preserve">
|
||||
<value>Imajte na umu da se neće sve vaše promjene primjeniti sve dok ne zatvorite sve trenutno otvorene Roblox Slučajeve.</value>
|
||||
<value>Imajte na umu da se sve vaše promjene neće odmah primijeniti dok ne zatvorite sve trenutno otvorene instance Robloxa.</value>
|
||||
</data>
|
||||
<data name="Menu.AlreadyRunning.Title" xml:space="preserve">
|
||||
<value>Bloxstrap je već pokrenut</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.Bootstrapper.Description" xml:space="preserve">
|
||||
<value>Možete ga učiniti da izgleda drugačije, retro, ili čak samo kao Roblox.</value>
|
||||
<value>Možete ga prilagoditi da izgleda drugačije, retro ili čak samo kao Roblox.</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.Bootstrapper.Title" xml:space="preserve">
|
||||
<value>Pokretač (Boostrapper)</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.Customisation.Description" xml:space="preserve">
|
||||
<value>Podesite druge različite prilagodljive opcije.</value>
|
||||
<value>Prilagodite ostale razne opcije.</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.Customisation.Title" xml:space="preserve">
|
||||
<value>Prilagođavanje</value>
|
||||
<value>Prilagodba</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomisationIcon.Description" xml:space="preserve">
|
||||
<value>Mora biti .ico datoteka s više veličina od 16px do 128px. Postavite ikonu kao "Custom" da biste ju koristili.</value>
|
||||
<value>Mora biti "multi-size" .ico datoteka s veličinama od 16px do 128px. Postavite ikonu na 'Prilagođeno' kako biste je koristili.</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomisationIcon.Title" xml:space="preserve">
|
||||
<value>Prilagodjena ikonica</value>
|
||||
<value>Prilagođena ikona</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomisationTitle.Description" xml:space="preserve">
|
||||
<value>Tekst koji se prikazuje kao naslov bootstrapper-a.</value>
|
||||
<value>Tekst koji se prikazuje kao naslov pokretača.</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomisationTitle.Title" xml:space="preserve">
|
||||
<value>Naslov</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.Description" xml:space="preserve">
|
||||
<value>Konfigurirajte kako da Bloxstrap izgleda.</value>
|
||||
<value>Konfigurirajte izgled Bloxstrapa.</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.Global.Theme.Title" xml:space="preserve">
|
||||
<value>Globalna tema</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.Icon.Description" xml:space="preserve">
|
||||
<value>Odaberite koju da ikonu koristi.</value>
|
||||
<value>Odaberite koju ikonu će koristiti.</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.Icon.Title" xml:space="preserve">
|
||||
<value>Ikona</value>
|
||||
@ -490,7 +490,7 @@ Ako nije, molimo prijavite ovu iznimku preko [GitHub issue]({1}) zajedno sa kopi
|
||||
<value>Pretpregled</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.Style.Description" xml:space="preserve">
|
||||
<value>Odaberite kako da izgleda. Tamna tema se ne primjenjuje na Legacy/Vista.</value>
|
||||
<value>Odaberite kako će izgledati. Tamna tema se ne primjenjuje na Legacy/Vista.</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.Style.Title" xml:space="preserve">
|
||||
<value>Stil</value>
|
||||
@ -499,22 +499,22 @@ Ako nije, molimo prijavite ovu iznimku preko [GitHub issue]({1}) zajedno sa kopi
|
||||
<value>Izgled</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.AutoUpdate.Description" xml:space="preserve">
|
||||
<value>Bloxstrap će se automatski provjeriti i ažurirati kada se Roblox pokrene.</value>
|
||||
<value>Bloxstrap će se automatski provjeravati i ažurirati prilikom pokretanja Robloxa.</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.AutoUpdate.Title" xml:space="preserve">
|
||||
<value>Automatsko Ažuriranje Bloxstrap-a</value>
|
||||
<value>Automatski ažuriraj Bloxstrap</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.ConfirmLaunches.Description" xml:space="preserve">
|
||||
<value>Spriječite zatvaranja svoje postojeće igre od slučajno pokretanja druge.</value>
|
||||
<value>Spriječite zatvaranje postojeće igre zbog slučajnog pokretanja druge.</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.ConfirmLaunches.Title" xml:space="preserve">
|
||||
<value>Upit za potvrdu otvaranja novog Roblox primera</value>
|
||||
<value>Zatraži potvrdu prilikom pokretanja druge Roblox instance</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.Description" xml:space="preserve">
|
||||
<value>Konfigurirajte što da Bloxstrap napravi kada pokreće Roblox.</value>
|
||||
<value>Konfigurirajte što Bloxstrap treba učiniti kad pokreće Roblox.</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.ForceRobloxReinstall.Description" xml:space="preserve">
|
||||
<value>Roblox će se reinstalirati nakon sljedećeg pokretanja.</value>
|
||||
<value>Roblox će biti svježe instaliran pri sljedećem pokretanju.</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.ForceRobloxReinstall.Title" xml:space="preserve">
|
||||
<value>Prisilna reinstalacija Roblox-a</value>
|
||||
@ -526,20 +526,20 @@ Ako nije, molimo prijavite ovu iznimku preko [GitHub issue]({1}) zajedno sa kopi
|
||||
<value>Dodaj novo</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.AlreadyExists" xml:space="preserve">
|
||||
<value>Ulaz za ovo Fleg ime već postoji.</value>
|
||||
<value>Ulaz za ovo Flag ime već postoji.</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.Back" xml:space="preserve">
|
||||
<value>Nazad</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.BannerText" xml:space="preserve">
|
||||
<value>Kriva upotreba ovoga može dovesti do nestabilnosti ili nepredviđenih događaja.</value>
|
||||
<value>Nepravilna upotreba ovoga može dovesti do nestabilnosti ili neočekivanih problema.</value>
|
||||
<comment>The element that this string is rendered in *cannot be wrapped* and may be truncated when displayed if too long. If so, try and paraphrase a shortened version.</comment>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.BannerTitle" xml:space="preserve">
|
||||
<value>Koristiti uz oprez.</value>
|
||||
<value>Koristite s oprezom.</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.ConflictingImport" xml:space="preserve">
|
||||
<value>Neke od zastava koje pokušavate uvesti već imaju postavljene vrednosti. Da li želite da prepišete njihove trenutne vrednosti sa onima definisanim u uvozu?
|
||||
<value>Neke od zastava koje pokušavate uvesti već imaju postavljene vrijednosti. Želite li prepisati njihove trenutne vrijednosti sa onima definiranim u unosu?
|
||||
|
||||
Postoji {0} konfliktnih definicija zastava:
|
||||
|
||||
@ -550,16 +550,16 @@ Postoji {0} konfliktnih definicija zastava:
|
||||
<value>Obriši izabrano</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.Description" xml:space="preserve">
|
||||
<value>Upravljajte svojim FastFlag-ovima. Dvaput kliknite na kolonu za izmjenu.</value>
|
||||
<value>Upravljajte vlastitim Fast Flag-ovima. Dvaput kliknite stupac za uređivanje.</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.ExportJson" xml:space="preserve">
|
||||
<value>Uvesti JSON</value>
|
||||
<value>Izvezi JSON</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.InvalidCharacter" xml:space="preserve">
|
||||
<value>Unos za '{0}' ne važi jer ime može sadržati samo slova, brojeve i podvlake</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.InvalidJSON" xml:space="preserve">
|
||||
<value>JSON Koji ste uneli Prikazuje da nije validan. Molim vas proverite opet i pokušajte ponovo.
|
||||
<value>Uneseni JSON ne izgleda ispravno. Molimo provjerite ga i pokušajte ponovno.
|
||||
|
||||
Više informacija:
|
||||
{0}</value>
|
||||
@ -572,18 +572,18 @@ Više informacija:
|
||||
<value>Kopirano u međuspremnik.</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.LargeConfig" xml:space="preserve">
|
||||
<value>Izgleda da pokušavate da ubacite veliku konfiguraciju. Velike konfiguracije se ubacuju samo ako znate šta radite. NE POKUŠAVAJTE da naslepo nalepljujere konfiguracije napravljene od drugih ljudi. Ako nastavite, završiće se sigurno sa nestabilnostima aplikacije.
|
||||
<value>Izgleda da pokušavate ubaciti veliku konfiguraciju. Velike konfiguracije se ubacuju samo ako znate što radite. NE POKUŠAVAJTE naslijepo naljepljivati konfiguracije napravljene od drugih ljudi. Ako nastavite, završit će se sigurno sa nestabilnostima aplikacije.
|
||||
|
||||
Da li ste sigurni da želite da nastavite?</value>
|
||||
Jeste li sigurni da želite nastaviti?</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.Search" xml:space="preserve">
|
||||
<value>Pretraga</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.ShowPresetFlags" xml:space="preserve">
|
||||
<value>Prikaz već pre-konfiguriranih FastFlag-ova</value>
|
||||
<value>Prikaži unaprijed postavljene zastavice</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.Title" xml:space="preserve">
|
||||
<value>Fast Flag izmenjivač</value>
|
||||
<value>Uređivač Fast Flagova</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.Warning.Back" xml:space="preserve">
|
||||
<value>Idi nazad</value>
|
||||
@ -595,9 +595,9 @@ Da li ste sigurni da želite da nastavite?</value>
|
||||
<value>Znaš li što radiš?</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.Warning.Text" xml:space="preserve">
|
||||
<value>FastFlags su izuzetno moćni, budući da su namenjeni isključivo za upotrebu od strane inženjera Robloxa. Iako mogu biti vrlo korisni, ručno podešavanje može prouzrokovati ozbiljne probleme sa stabilnošću i funkcionalnošću. NE koristite editor ako niste sigurni šta radite.
|
||||
<value>FastFlagovi su izuzetno moćni, budući da su namijenjeni isključivo za upotrebu od strane inženjera Robloxa. Iako mogu biti vrlo korisni, ručno podešavanje može prouzrokovati ozbiljne probleme sa stabilnošću i funkcionalnošću. NE koristite editor ako niste sigurni što radite.
|
||||
|
||||
NE koristite ovo da biste uvozili velike 'liste zastavica' koje su napravili drugi ljudi, a koje obećavaju poboljšanje performansi ili slično. One su podložne gorepomenutim problemima i prouzrokujuće probleme za vas jer nećete potpuno razumeti šta se menja. Ako ste bili u nameri da to uradite, VRATITE SE.</value>
|
||||
NE koristite ovo da biste uvozili velike "flag liste" od drugi ljudi koje obećavaju poboljšanje performansi ili slično. One mogu uzrokovati gore spomenute probleme te će prouzrokovati probleme za vas jer nećete biti svjesni što točno mijenjaju. Ako ste to namjeravali napraviti, VRATITE SE.</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlags.Description" xml:space="preserve">
|
||||
<value>Kontrolirajte kako su specifični Roblox engine parametri i značajke konfigurirani.</value>
|
||||
@ -620,7 +620,7 @@ NE koristite ovo da biste uvozili velike 'liste zastavica' koje su napravili dru
|
||||
<value>Roblox smanjuje kvalitetu renderiranja oviseći o načinu na koji je vaš prikaz skaliran u Windows-u.</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlags.Presets.FixDisplayScaling.Title" xml:space="preserve">
|
||||
<value>Zadrži kvalitetu renderiranja sa skaliranjem prikaza</value>
|
||||
<value>Očuvajte kvalitetu renderiranja uz skaliranje zaslona</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlags.Presets.FPSLimit.Description" xml:space="preserve">
|
||||
<value>Stavite na 0 za zadane postavke ako želite koristiti Roblox-ov domaći framerate unlocker.</value>
|
||||
@ -644,7 +644,7 @@ NE koristite ovo da biste uvozili velike 'liste zastavica' koje su napravili dru
|
||||
<value>Vrsta rendera</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlags.Title" xml:space="preserve">
|
||||
<value>Postavke Motora</value>
|
||||
<value>Pogon Igre</value>
|
||||
</data>
|
||||
<data name="Menu.FontFiles" xml:space="preserve">
|
||||
<value>Font datoteke</value>
|
||||
@ -733,7 +733,7 @@ Promjena na iduću lokaciju je preporučena: {0}
|
||||
<value>Prikažite aktivnost u igrici</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.QueryServerLocation.Description" xml:space="preserve">
|
||||
<value>Kada u igri, moći ćete vidjeti gdje je Vaš server sa [ipinfo.io]({0}).</value>
|
||||
<value>Kada ste u igri, moći ćete vidjeti gdje je Vaš server sa [ipinfo.io]({0}).</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.QueryServerLocation.Title" xml:space="preserve">
|
||||
<value>Upit lokacije servera</value>
|
||||
@ -745,7 +745,7 @@ Promjena na iduću lokaciju je preporučena: {0}
|
||||
<value>Upravljajte i primjenite modifikacije datoteka na Roblox klijent.</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.Help.Description" xml:space="preserve">
|
||||
<value>Prikaz informacija o pravljenju i menadžmentu modova.</value>
|
||||
<value>Prikaz informacija o izradi i upravljanju modovima.</value>
|
||||
<comment>Title is Common.Help</comment>
|
||||
</data>
|
||||
<data name="Menu.Mods.Misc.CustomFont.Choose" xml:space="preserve">
|
||||
@ -764,13 +764,13 @@ Promjena na iduću lokaciju je preporučena: {0}
|
||||
<value>Koristi prilagođen font</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.OpenModsFolder.Description" xml:space="preserve">
|
||||
<value>Upravljanje prilagodjenih Roblox modova.</value>
|
||||
<value>Upravljanje prilagođenih Roblox modova.</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.OpenModsFolder.Title" xml:space="preserve">
|
||||
<value>Otvori Mods folder</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.Presets.EmojiType.Description" xml:space="preserve">
|
||||
<value>Izbari tip emotikona koji će Roblox koristiti.</value>
|
||||
<value>Izaberi tip emotikona koji će Roblox koristiti.</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.Presets.EmojiType.Title" xml:space="preserve">
|
||||
<value>Preferirani tip emotikona</value>
|
||||
@ -785,7 +785,7 @@ Promjena na iduću lokaciju je preporučena: {0}
|
||||
<value>Vratite staru pozadinu uređivača avatara koja je bila korištena u Roblox aplikaciji prije 2020.</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.Presets.OldAvatarEditor.Title" xml:space="preserve">
|
||||
<value>Koristi staru pozadinu za izmjenu karaktera</value>
|
||||
<value>Koristi staru pozadinu za izmjenu avatara</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.Presets.OldCharacterSounds.Description" xml:space="preserve">
|
||||
<value>Pokušaj vraćanja zvukova karaktera korištenih prije 2014.</value>
|
||||
@ -806,13 +806,13 @@ Promjena na iduću lokaciju je preporučena: {0}
|
||||
<value>Kliknite za više informacija o ovoj opciji.</value>
|
||||
</data>
|
||||
<data name="Menu.Save" xml:space="preserve">
|
||||
<value>Sačuvaj</value>
|
||||
<value>Spremi</value>
|
||||
</data>
|
||||
<data name="Menu.SettingsSaved.Message" xml:space="preserve">
|
||||
<value>Promene će uzeti efekat sledeći put kada pokrenete Roblox.</value>
|
||||
<value>Promjene će imati učinak sljedeći put kada pokrenete Roblox.</value>
|
||||
</data>
|
||||
<data name="Menu.SettingsSaved.Title" xml:space="preserve">
|
||||
<value>Podešavanja Sačuvana!</value>
|
||||
<value>Postavke spremljenje!</value>
|
||||
</data>
|
||||
<data name="Menu.Title" xml:space="preserve">
|
||||
<value>Bloxstrap postavke</value>
|
||||
@ -1237,6 +1237,9 @@ Kada uključen, automatski će pokrenuti Roblox nakon zatvaranja postavki, i pon
|
||||
<data name="Dialog.Exception.Version" xml:space="preserve">
|
||||
<value>Verzija {0}</value>
|
||||
</data>
|
||||
<data name="Enums.BootstrapperStyle.CustomDialog" xml:space="preserve">
|
||||
<value>Prilagođeno</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.FilesInUse" xml:space="preserve">
|
||||
<value>Bloxstrap je pokušao ažurirati Roblox, ali ne može jer se Robloxove datoteke još dalje koriste.
|
||||
|
||||
@ -1265,4 +1268,233 @@ Molimo zatvorite bilo koju aplikaciju koja bi mogla koristiti Robloxove datoteke
|
||||
<value>Svi Bloxstrap zapisi</value>
|
||||
<comment>Label that appears next to a checkbox</comment>
|
||||
</data>
|
||||
<data name="App.OSDeprecation.Win7_81" xml:space="preserve">
|
||||
<value>Roblox više ne podržava Windows 7 i 8.1. Da biste nastavili igrati Roblox, nadogradite na Windows 10 ili novije.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Title" xml:space="preserve">
|
||||
<value>Neuspjelo izdvajanje datoteka</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Message" xml:space="preserve">
|
||||
<value>Možda nedostaje neki sadržaj. Prisilite reinstalaciju u postavkama za popravak.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Title" xml:space="preserve">
|
||||
<value>Neuspjela primjena modifikacija</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Message" xml:space="preserve">
|
||||
<value>Sve modifikacije neće biti prisutne u trenutnom pokretanju.</value>
|
||||
</data>
|
||||
<data name="Menu.About.Licenses.Apache" xml:space="preserve">
|
||||
<value>Apache Licenca 2.0</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Blank" xml:space="preserve">
|
||||
<value>Prazno</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Simple" xml:space="preserve">
|
||||
<value>Jednostavno</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.InvalidRoot" xml:space="preserve">
|
||||
<value>XML korijen teme nije {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.DialogAlreadyInitialised" xml:space="preserve">
|
||||
<value>Prilagođeni dijalog već je pokrenut</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.TooManyElements" xml:space="preserve">
|
||||
<value>Prilagođeni pokretači mogu imati najviše {0} elemenata, dobiveno {1}</value>
|
||||
<comment>{0} and {1} are numbers</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSet" xml:space="preserve">
|
||||
<value>{0} verzija nije postavljena</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotNumber" xml:space="preserve">
|
||||
<value>{0} verzija nije broj</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSupported" xml:space="preserve">
|
||||
<value>{0} verzija {1} više nije podržana</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotRecognised" xml:space="preserve">
|
||||
<value>{0} verzija {1} nije prepoznata</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementInvalidChild" xml:space="preserve">
|
||||
<value>{0} ne može imati dijete {1}</value>
|
||||
<comment>{0} and {1} are element names (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownElement" xml:space="preserve">
|
||||
<value>Nepoznat element {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.XMLParseFailed" xml:space="preserve">
|
||||
<value>Nije uspjelo analiziranje datoteke teme: {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeConversionError" xml:space="preserve">
|
||||
<value>{0} ima neispravan {1}: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissing" xml:space="preserve">
|
||||
<value>Elementu {0} nedostaje atribut {1}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeInvalidType" xml:space="preserve">
|
||||
<value>{0}.{1} nije važeći {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeLargerThanMin" xml:space="preserve">
|
||||
<value>{0}.{1} mora biti veći od {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeSmallerThanMax" xml:space="preserve">
|
||||
<value>{0}.{1} mora biti manji od {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownEnumValue" xml:space="preserve">
|
||||
<value>{0} Nepoznat {1} '{2}'</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the enum name (e.g. WindowCornerType), {2} is the value</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleDefinitions" xml:space="preserve">
|
||||
<value>{0} može imati samo jedan {1} definiran</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleChildren" xml:space="preserve">
|
||||
<value>{0}.{1} smije imati samo jedno dijete</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementMultipleChildren" xml:space="preserve">
|
||||
<value>{0} smije imati samo jedno dijete</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissingChild" xml:space="preserve">
|
||||
<value>{0}.{1} nedostaje njegovo dijete</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseError" xml:space="preserve">
|
||||
<value>{0}.{1} nije moguće pretvoriti u {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseErrorNull" xml:space="preserve">
|
||||
<value>{0}.{1} {2} nema vrijednost</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeBlacklistedUriScheme" xml:space="preserve">
|
||||
<value>{0}.{1} koristi zabranjenu shemu {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the URI scheme (e.g. http)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementTypeCreationFailed" xml:space="preserve">
|
||||
<value>{0} nije uspjelo izraditi {1}: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Title" xml:space="preserve">
|
||||
<value>Uređivanje "{0}"</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success" xml:space="preserve">
|
||||
<value>Tema uspješno spremljena!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Error" xml:space="preserve">
|
||||
<value>Pojavila se greška kod spremanja vaše teme.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.ConfirmSave" xml:space="preserve">
|
||||
<value>Spremiti promjene na {0}?</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save" xml:space="preserve">
|
||||
<value>Spremi</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Preview" xml:space="preserve">
|
||||
<value>Pretpregled</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.OpenThemeDirectory" xml:space="preserve">
|
||||
<value>Otvori imenik tema</value>
|
||||
</data>
|
||||
<data name="Common.CreateNew" xml:space="preserve">
|
||||
<value>Izradi novo</value>
|
||||
</data>
|
||||
<data name="Common.Import" xml:space="preserve">
|
||||
<value>Uvedi</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Title" xml:space="preserve">
|
||||
<value>Uvedi prilagođenu temu</value>
|
||||
</data>
|
||||
<data name="Common.Template" xml:space="preserve">
|
||||
<value>Šablona</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameEmpty" xml:space="preserve">
|
||||
<value>Ime ne može biti prazno</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameIllegalCharacters" xml:space="preserve">
|
||||
<value>Ime sadržava nepodržane znakove</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameReserved" xml:space="preserve">
|
||||
<value>Ime ne može biti korišteno</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.Unknown" xml:space="preserve">
|
||||
<value>Nepoznata greška</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameTaken" xml:space="preserve">
|
||||
<value>Ime se već koristi</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.FileNotZip" xml:space="preserve">
|
||||
<value>Datoteka mora biti ZIP</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipMissingThemeFile" xml:space="preserve">
|
||||
<value>Datoteka teme ne može se naći u ZIP obliku</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipInvalidData" xml:space="preserve">
|
||||
<value>Nevaljana ili pokvarena ZIP datoteka</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.NoThemeSelected" xml:space="preserve">
|
||||
<value>Nije odabrana niti jedna prilagođena tema</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.SetupFailed" xml:space="preserve">
|
||||
<value>Neuspjelo postavljanje prilagođenog pokretača: {0}.
|
||||
Prebacivanje na zadani {1}.</value>
|
||||
<comment>{0} is the error reason, {1} is the theme name (e.g. Bloxstrap (Classic))</comment>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.NoneSelected" xml:space="preserve">
|
||||
<value>Nije odabrana niti jedna prilagođena tema.</value>
|
||||
</data>
|
||||
<data name="Common.Rename" xml:space="preserve">
|
||||
<value>Preimenuj</value>
|
||||
</data>
|
||||
<data name="Common.Edit" xml:space="preserve">
|
||||
<value>Uredi</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.DeleteFailed" xml:space="preserve">
|
||||
<value>Nije uspjelo brisanje prilagođene teme {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.RenameFailed" xml:space="preserve">
|
||||
<value>Nije uspjelo učitavanje prilagođene teme {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Title" xml:space="preserve">
|
||||
<value>Ažuriranja u pozadini</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Description" xml:space="preserve">
|
||||
<value>Ažuriraj Roblox u pozadini umjesto čekanja. Ne preporuča se slabijim vezama. Najmanje 3GB slobodne memorije treba za rad ove značajke.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.UIElements" xml:space="preserve">
|
||||
<value>Stavite UI elemente ovdje</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.MoreExamples" xml:space="preserve">
|
||||
<value>Primjeri prilagođenih pokretača mogu se naći na {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Simple.MoreExamples" xml:space="preserve">
|
||||
<value>Nađite više primjera prilagođenih pokretača na {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.DefaultName" xml:space="preserve">
|
||||
<value>Prilagođena Tema {0}</value>
|
||||
<comment>{0} is a string (e.g. '1', '1-1234')</comment>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Title" xml:space="preserve">
|
||||
<value>Dopusti pokretanje više instanci</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Description" xml:space="preserve">
|
||||
<value>Omogućuje istovremeno otvaranje više instanci Roblox klijenta za igru.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success.Description" xml:space="preserve">
|
||||
<value>Vaša tema je spremljena!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Errors.PreviewFailed" xml:space="preserve">
|
||||
<value>Neuspjeli pretpregled teme: {0}</value>
|
||||
</data>
|
||||
</root>
|
@ -1237,6 +1237,9 @@ Szeretné engedélyezni a teszt üzemmódot?</value>
|
||||
<data name="Dialog.Exception.Version" xml:space="preserve">
|
||||
<value>Verzió {0}</value>
|
||||
</data>
|
||||
<data name="Enums.BootstrapperStyle.CustomDialog" xml:space="preserve">
|
||||
<value>Egyéni</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.FilesInUse" xml:space="preserve">
|
||||
<value>A Bloxstrap megpróbálta frissíteni a Robloxot, de nem tudja, mert a Roblox fájljai még mindig használatban vannak.
|
||||
|
||||
@ -1265,4 +1268,233 @@ Kérjük, zárjon be minden olyan alkalmazást, amely a Roblox fájljait haszná
|
||||
<value>Minden Bloxstrap napló</value>
|
||||
<comment>Label that appears next to a checkbox</comment>
|
||||
</data>
|
||||
<data name="App.OSDeprecation.Win7_81" xml:space="preserve">
|
||||
<value>A Roblox már nem támogatja a Windows 7 vagy 8.1 operációs rendszert. A Roblox játék folytatásához kérjük, frissítsen Windows 10-re vagy újabb verzióra.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Title" xml:space="preserve">
|
||||
<value>Nem sikerült extraktálni a fájlokat</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Message" xml:space="preserve">
|
||||
<value>Néhány tartalom hiányozhat. A Roblox újratelepítésének kényszerítése a beállítások között javítja ezt.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Title" xml:space="preserve">
|
||||
<value>Nem sikerült alkalmazni a módosításokat</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Message" xml:space="preserve">
|
||||
<value>Nem minden módosítás lesz jelen a jelenlegi indításban.</value>
|
||||
</data>
|
||||
<data name="Menu.About.Licenses.Apache" xml:space="preserve">
|
||||
<value>Apache License 2.0</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Blank" xml:space="preserve">
|
||||
<value>Üres</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Simple" xml:space="preserve">
|
||||
<value>Egyszerű</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.InvalidRoot" xml:space="preserve">
|
||||
<value>A téma XML gyökere nem {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.DialogAlreadyInitialised" xml:space="preserve">
|
||||
<value>Az egyéni párbeszédpanel már inicializálásra került</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.TooManyElements" xml:space="preserve">
|
||||
<value>Az egyéni bootstrapperek legfeljebb {0} elemet tartalmazhatnak, {1} találva</value>
|
||||
<comment>{0} and {1} are numbers</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSet" xml:space="preserve">
|
||||
<value>{0} verzió nincs megadva</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotNumber" xml:space="preserve">
|
||||
<value>{0} verzió nem egy szám</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSupported" xml:space="preserve">
|
||||
<value>{0} a {1} verzió már nem támogatott</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotRecognised" xml:space="preserve">
|
||||
<value>{0} a {1} verziót nem ismerjük fel</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementInvalidChild" xml:space="preserve">
|
||||
<value>{0} nem lehet {1} gyermeke</value>
|
||||
<comment>{0} and {1} are element names (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownElement" xml:space="preserve">
|
||||
<value>Ismeretlen elem {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.XMLParseFailed" xml:space="preserve">
|
||||
<value>Nem sikerült elemezni a témafájlt: {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeConversionError" xml:space="preserve">
|
||||
<value>{0} érvénytelen {1}: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissing" xml:space="preserve">
|
||||
<value>Az {0} elemből hiányzik az {1} attribútum</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeInvalidType" xml:space="preserve">
|
||||
<value>{0}.{1} nem érvényes {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeLargerThanMin" xml:space="preserve">
|
||||
<value>{0}.{1} nagyobbnak kell lennie, mint {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeSmallerThanMax" xml:space="preserve">
|
||||
<value>{0}.{1} kisebbnek kell lennie, mint {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownEnumValue" xml:space="preserve">
|
||||
<value>{0} Ismeretlen {1} '{2}'</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the enum name (e.g. WindowCornerType), {2} is the value</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleDefinitions" xml:space="preserve">
|
||||
<value>{0} csak egy {1} lehet definiálva</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleChildren" xml:space="preserve">
|
||||
<value>{0}.{1} csak egy gyermeke lehet</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementMultipleChildren" xml:space="preserve">
|
||||
<value>{0} csak egy gyermeke lehet</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissingChild" xml:space="preserve">
|
||||
<value>{0}.{1} hiányzik a gyermeke</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseError" xml:space="preserve">
|
||||
<value>{0}.{1} nem lehetett {2}-nek elemezni</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseErrorNull" xml:space="preserve">
|
||||
<value>{0}.{1} {2} null</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeBlacklistedUriScheme" xml:space="preserve">
|
||||
<value>{0}.{1} feketelistán szereplő sémát használ {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the URI scheme (e.g. http)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementTypeCreationFailed" xml:space="preserve">
|
||||
<value>{0} nem sikerült létrehozni {1}: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Title" xml:space="preserve">
|
||||
<value>Szerkesztése „{0}”</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success" xml:space="preserve">
|
||||
<value>Téma sikeresen mentve!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Error" xml:space="preserve">
|
||||
<value>Hiba történt a téma mentése közben.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.ConfirmSave" xml:space="preserve">
|
||||
<value>Változások mentése {0}?</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save" xml:space="preserve">
|
||||
<value>Mentés</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Preview" xml:space="preserve">
|
||||
<value>Előnézet</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.OpenThemeDirectory" xml:space="preserve">
|
||||
<value>Téma könvyvtár kinyitása</value>
|
||||
</data>
|
||||
<data name="Common.CreateNew" xml:space="preserve">
|
||||
<value>Új létrehozása</value>
|
||||
</data>
|
||||
<data name="Common.Import" xml:space="preserve">
|
||||
<value>Importálás</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Title" xml:space="preserve">
|
||||
<value>Egyéni téma hozzáadása</value>
|
||||
</data>
|
||||
<data name="Common.Template" xml:space="preserve">
|
||||
<value>Sablon</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameEmpty" xml:space="preserve">
|
||||
<value>A név megadása kötelező</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameIllegalCharacters" xml:space="preserve">
|
||||
<value>A név tiltott karaktereket tartalmaz</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameReserved" xml:space="preserve">
|
||||
<value>A név nem használható</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.Unknown" xml:space="preserve">
|
||||
<value>Ismeretlen hiba</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameTaken" xml:space="preserve">
|
||||
<value>A név már használatban van</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.FileNotZip" xml:space="preserve">
|
||||
<value>A fájlnak ZIP-nek kell lennie</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipMissingThemeFile" xml:space="preserve">
|
||||
<value>A témafájl nem található a ZIP fájlban</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipInvalidData" xml:space="preserve">
|
||||
<value>Érvénytelen vagy sérült ZIP fájl</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.NoThemeSelected" xml:space="preserve">
|
||||
<value>Nincs egyéni téma kiválasztva</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.SetupFailed" xml:space="preserve">
|
||||
<value>Sikertelen az egyéni bootstrapper beállítása: {0}.
|
||||
Alapértelmezés szerint {1}.</value>
|
||||
<comment>{0} is the error reason, {1} is the theme name (e.g. Bloxstrap (Classic))</comment>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.NoneSelected" xml:space="preserve">
|
||||
<value>Nincs egyéni téma kiválasztva.</value>
|
||||
</data>
|
||||
<data name="Common.Rename" xml:space="preserve">
|
||||
<value>Átnevezés</value>
|
||||
</data>
|
||||
<data name="Common.Edit" xml:space="preserve">
|
||||
<value>Módosítás</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.DeleteFailed" xml:space="preserve">
|
||||
<value>Nem sikerült törölni az egyéni témát {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.RenameFailed" xml:space="preserve">
|
||||
<value>Nem sikerült átnevezni az egyéni témát {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Title" xml:space="preserve">
|
||||
<value>Háttérfrissítések</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Description" xml:space="preserve">
|
||||
<value>Várakozás helyett a háttérben frissítheti a Robloxot. Lassú hálózatokon nem ajánlott. A funkció működéséhez legalább 3GB szabad tárhely szükséges.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.UIElements" xml:space="preserve">
|
||||
<value>UI elemek elhelyezése ide</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.MoreExamples" xml:space="preserve">
|
||||
<value>Példák egyéni bootstrapperekre találhatók a {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Simple.MoreExamples" xml:space="preserve">
|
||||
<value>További egyéni bootstrapper példákat találsz a {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.DefaultName" xml:space="preserve">
|
||||
<value>Egyedi téma {0}</value>
|
||||
<comment>{0} is a string (e.g. '1', '1-1234')</comment>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Title" xml:space="preserve">
|
||||
<value>Több példányos indítás engedélyezése</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Description" xml:space="preserve">
|
||||
<value>Lehetővé teszi, hogy egynél több Roblox játékkliens-példány legyen egyszerre nyitva.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success.Description" xml:space="preserve">
|
||||
<value>A témád el lett mentve!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Errors.PreviewFailed" xml:space="preserve">
|
||||
<value>Nem sikerült előnézetben megjeleníteni a témát: {0}</value>
|
||||
</data>
|
||||
</root>
|
@ -124,10 +124,10 @@
|
||||
<value>Roblox sedang berjalan saat ini, dan menjalankan instansi Roblox baru akan menutup instansi Roblox yang sedang berjalan, apakah Anda yakin ingin tetap menjalankannya?</value>
|
||||
</data>
|
||||
<data name="Dialog.Connectivity.RobloxDown" xml:space="preserve">
|
||||
<value>Roblox mungkin sedang gangguan saat ini. Lihat {0} untuk informasi lebih lanjut.</value>
|
||||
<value>Roblox mungkin sedang mengalami gangguan saat ini. Lihat {0} untuk informasi lebih lanjut.</value>
|
||||
</data>
|
||||
<data name="Dialog.Connectivity.BadConnection" xml:space="preserve">
|
||||
<value>Koneksi tidak dapat dibuat, yang berarti adanya koneksi internet buruk atau pemblokiran tembok api. Jika koneksi tidak bermasalah, pastikan antivirus tidak memblokir Bloxstrap.</value>
|
||||
<value>Koneksi tidak dapat dibuat, kemungkinan koneksi internet buruk atau pemblokiran firewall. Jika koneksi Anda tidak bermasalah, pastikan antivirus Anda tidak memblokir Bloxstrap.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.FirstRunUninstall" xml:space="preserve">
|
||||
<value>Anda harus menginstal Bloxstrap terlebih dahulu sebelum menghapus.</value>
|
||||
@ -175,7 +175,7 @@
|
||||
<value>Bloxstrap berhasil dihapus</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.Uninstall.RobloxRunning" xml:space="preserve">
|
||||
<value>Roblox sedang berjalan saat ini, namun harus ditutup sebelum menghapus Bloxstrap. Apakah Anda yakin untuk menutup Roblox sekarang?</value>
|
||||
<value>Roblox sedang berjalan saat ini, namun harus ditutup sebelum menghapus Bloxstrap. Apakah Anda ingin menutup Roblox sekarang?</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.WMFNotFound" xml:space="preserve">
|
||||
<value>Roblox membutuhkan penggunaan komponen Windows Media Foundation. Anda sepertinya tidak memilikinya, kemungkinan karena anda menggunakan edisi Windows N. Tolong install komponen tersebut, dan mulai Roblox kembali.</value>
|
||||
@ -381,7 +381,7 @@ Jika belym, Mohon laporkan masalah ini melalui [GitHub issue]({1}) bersama file
|
||||
<value>Server publik</value>
|
||||
</data>
|
||||
<data name="Enums.ServerType.Reserved" xml:space="preserve">
|
||||
<value>Server terdedikasi</value>
|
||||
<value>Server khusus</value>
|
||||
</data>
|
||||
<data name="Enums.Theme.Dark" xml:space="preserve">
|
||||
<value>Gelap</value>
|
||||
@ -755,7 +755,7 @@ Memilih 'Tidak' akan mengabaikan peringatan ini dan melanjutkan instalasi.</valu
|
||||
<value>Pilih font...</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.Misc.CustomFont.Description" xml:space="preserve">
|
||||
<value>Ukuran fon dapat diubah melalui tab Pengaturan Mesin.</value>
|
||||
<value>Ukuran huruf dapat diubah melalui tab Pengaturan Mesin.</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.Misc.CustomFont.Invalid" xml:space="preserve">
|
||||
<value>File yang Anda pilih sepertinya bukan file font yang valid.</value>
|
||||
@ -959,7 +959,7 @@ Proses pemasangan akan cepat dan mudah, Anda dapat mengatur setelan Bloxstrap se
|
||||
<value>Mohon klik 'Lanjut' untuk melanjutkan.</value>
|
||||
</data>
|
||||
<data name="Installer.Welcome.UpdateNotice" xml:space="preserve">
|
||||
<value>Anda sedang mencoba memasang Bloxstrap versi {0}, tetapi versi yang terbaru adalah {1}. Apakah Anda ingin memasangnya?</value>
|
||||
<value>Anda sedang mencoba memasang Bloxstrap versi {0}, tetapi versi yang terbaru adalah {1}. Apakah Anda ingin mengunduhnya?</value>
|
||||
</data>
|
||||
<data name="Installer.Install.Location.Title" xml:space="preserve">
|
||||
<value>Pilih lokasi instalasi</value>
|
||||
@ -982,7 +982,7 @@ Proses pemasangan akan cepat dan mudah, Anda dapat mengatur setelan Bloxstrap se
|
||||
<data name="Installer.Completion.Text" xml:space="preserve">
|
||||
<value>Bloxstrap berhasil dipasang.
|
||||
|
||||
Roblox belum terpasang, itu akan terjadi saat Anda menjalankannya dengan Bloxstrap untuk pertama kalinya. Namun, sebelum Anda melakukannya, munkin Anda mau mengkonfigurasikan pengaturan Bloxstrap terlebih dahulu.
|
||||
Roblox belum terpasang, itu akan terjadi saat Anda menjalankannya dengan Bloxstrap untuk pertama kalinya. Namun, sebelum Anda melakukannya, mungkin Anda ingin mengatur setelan Bloxstrap terlebih dahulu.
|
||||
|
||||
Juga, hindari menggunakan pintasan "Roblox Player" untuk menjalankan Roblox, karena Bloxstrap tidak akan berjalan dengan roblox. Jika Anda tidak melihat Bloxstrap saat menjalankannya menggunakan situs web, jalankan Roblox dengan Bloxstrap sekali untuk memperbaikinya
|
||||
|
||||
@ -1008,15 +1008,15 @@ Apa yang ingin Anda lakukan?</value>
|
||||
|
||||
Jika Anda mencopot pemasangan atau memasang ulang karena mengalami masalah dengan Roblox, baca [halaman bantuan ini]({0}) terlebih dahulu.
|
||||
|
||||
Proses pencopotan mungkin tidak dapat sepenuhnya membersihkan dirinya sendiri, jadi Anda mungkin perlu membersihkan sisa berkas di tempat pemasangan Bloxstrap secara mandiri.
|
||||
Proses pencopotan mungkin tidak dapat sepenuhnya bersih, jadi Anda mungkin perlu membersihkan sisa berkas di tempat pemasangan Bloxstrap secara mandiri.
|
||||
|
||||
Bloxstrap terpasang di "{1}".</value>
|
||||
</data>
|
||||
<data name="Uninstaller.KeepData.Label" xml:space="preserve">
|
||||
<value>Simpan pengaturan dan mods saya</value>
|
||||
<value>Simpan pengaturan dan mod saya</value>
|
||||
</data>
|
||||
<data name="Uninstaller.KeepData.Description" xml:space="preserve">
|
||||
<value>File-file tersebut akan disimpan di lokasi tempat Bloxstrap diinstal, dan akan secara otomatis dipulihkan saat diinstal ulang.</value>
|
||||
<value>Berkas-berkas tersebut akan disimpan di lokasi tempat Bloxstrap dipasang, dan akan secara otomatis dipulihkan saat dipasang ulang.</value>
|
||||
</data>
|
||||
<data name="Uninstaller.Uninstall" xml:space="preserve">
|
||||
<value>Hapus Instalasi</value>
|
||||
@ -1031,7 +1031,7 @@ Bloxstrap terpasang di "{1}".</value>
|
||||
<value>Mempunyai masalah?</value>
|
||||
</data>
|
||||
<data name="LaunchMenu.Wiki.Description" xml:space="preserve">
|
||||
<value>Lihat Wiki untuk bantuan</value>
|
||||
<value>Lihat wiki untuk bantuan</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.WebView2NotFound" xml:space="preserve">
|
||||
<value>Saat ini Anda belum menginstal runtime WebView2. Beberapa fitur Roblox tidak akan berfungsi dengan baik tanpanya, seperti aplikasi desktop. Apakah Anda ingin mengunduhnya sekarang?</value>
|
||||
@ -1040,7 +1040,7 @@ Bloxstrap terpasang di "{1}".</value>
|
||||
<value>Bloxstrap tidak dapat membuat pintasan untuk Desktop dan Start menu. Coba membuatnya nanti melalui pengaturan.</value>
|
||||
</data>
|
||||
<data name="Dialog.Exception.Info.2.Alt" xml:space="preserve">
|
||||
<value>Periksa [Bloxstrap Wiki]({0}) terlebih dahulu untuk melihat apakah masalah ini telah ditangani dengan solusi.
|
||||
<value>Periksa [Wiki Bloxstrap]({0}) terlebih dahulu untuk melihat apakah masalah ini telah ditangani dengan solusi.
|
||||
|
||||
Jika tidak, harap laporkan pengecualian ini kepada pengelola fork ini. JANGAN laporkan ini ke masalah GitHub Bloxstrap, karena ini adalah versi yang tidak resmi.</value>
|
||||
<comment>"fork" in general means "a variation of" or "a different version of". You can alternatively write the first sentence as "...to the maintainers of this version."</comment>
|
||||
@ -1049,7 +1049,7 @@ Jika tidak, harap laporkan pengecualian ini kepada pengelola fork ini. JANGAN la
|
||||
<value>Ini adalah pintasan umum yang memunculkan banyak pilihan menu peluncuran. Pintasan untuk fungsi khusus dapat dibuat nanti di pengaturan.</value>
|
||||
</data>
|
||||
<data name="Menu.Shortcuts.Description" xml:space="preserve">
|
||||
<value>Atur bagaimana Bloxstrap telah siap untuk diluncurkan.</value>
|
||||
<value>Atur bagaimana Bloxstrap dapat diluncurkan dengan mudah.</value>
|
||||
</data>
|
||||
<data name="Menu.Shortcuts.General.Title" xml:space="preserve">
|
||||
<value>Umum</value>
|
||||
@ -1067,7 +1067,7 @@ Jika tidak, harap laporkan pengecualian ini kepada pengelola fork ini. JANGAN la
|
||||
<value>Terhubung ke server pribadi</value>
|
||||
</data>
|
||||
<data name="ContextMenu.ServerInformation.Notification.Title.Reserved" xml:space="preserve">
|
||||
<value>Terhubung ke server yang disediakan</value>
|
||||
<value>Terhubung ke server yang dikhususkan</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.Presets.EmojiType.Error" xml:space="preserve">
|
||||
<value>Mod emoji tidak dapat diterapkan saat ini.</value>
|
||||
@ -1092,8 +1092,8 @@ Jika tidak, harap laporkan pengecualian ini kepada pengelola fork ini. JANGAN la
|
||||
<value>Anda memiliki perubahan yang belum disimpan. Apakah Anda yakin ingin menutup tanpa menyimpan?</value>
|
||||
</data>
|
||||
<data name="InstallChecker.VersionLessThanInstalled" xml:space="preserve">
|
||||
<value>Versi Bloxstrap yang kamu jalankan adalah versi lama dari versi yang Anda sudah pasang.
|
||||
Masalah mungkin terjadi dan pengaturan Anda mungkin dapat berubah. Melakukan pemasangan ulang direkomendasikan.
|
||||
<value>Versi Bloxstrap yang Anda jalankan adalah versi lama dari versi yang terpasang.
|
||||
Masalah mungkin terjadi dan pengaturan Anda mungkin dapat berubah. Kami menyarankan Anda untuk melakukan pemasangan ulang.
|
||||
Apakah Anda yakin untuk melanjutkan?</value>
|
||||
</data>
|
||||
<data name="Dialog.PlayerError.FailedLaunch" xml:space="preserve">
|
||||
@ -1105,7 +1105,7 @@ Apakah Anda yakin untuk melanjutkan?</value>
|
||||
<data name="Dialog.PlayerError.HelpInformation" xml:space="preserve">
|
||||
<value>Untuk informasi lebih lanjut mengapa ini dapat terjadi dan cara memperbaikinya, silakan baca [artikel bantuan ini]({0}).
|
||||
|
||||
Periksa jika Roblox bekerja dengan [peluncur aslinya]({1}). Jika tidak, berarti bukan masalah Bloxstrap. Jika ya, rujuklah pada artikel bantuan.</value>
|
||||
Periksa jika Roblox bekerja dengan [peluncur aslinya]({1}). Jika tidak, berarti ini bukan masalah pada Bloxstrap. Jika ya, rujuklah pada artikel bantuan.</value>
|
||||
</data>
|
||||
<data name="Common.NetworkError" xml:space="preserve">
|
||||
<value>Tidak dapat memuat data karena suatu masalah koneksi.</value>
|
||||
@ -1129,10 +1129,10 @@ Periksa jika Roblox bekerja dengan [peluncur aslinya]({1}). Jika tidak, berarti
|
||||
<value>Riwayat permainan</value>
|
||||
</data>
|
||||
<data name="ContextMenu.GameHistory.Rejoin" xml:space="preserve">
|
||||
<value>Join kembali</value>
|
||||
<value>Bergabung kembali</value>
|
||||
</data>
|
||||
<data name="ActivityWatcher.RichPresenceLoadFailed" xml:space="preserve">
|
||||
<value>Game yang sedang Anda mainkan tidak akan muncul di presensi Discord Anda karena terjadi kesalahan saat memuat informasi game.</value>
|
||||
<value>Permainan yang Anda mainkan saat ini tidak akan muncul di presensi Discord Anda karena terjadi kesalahan saat memuat informasi permainan.</value>
|
||||
</data>
|
||||
<data name="ContextMenu.GameHistory.Description" xml:space="preserve">
|
||||
<value>Riwayat permainan hanya direkam untuk sesi Roblox Anda saat ini. Permainan akan muncul di sini saat Anda meninggalkannya atau berteleportasi di dalamnya. Tidak semua server dapat digabung kembali.</value>
|
||||
@ -1179,7 +1179,7 @@ Tolong hapus Bloxstrap.exe secara manual dari lokasi pemasangan atau coba untuk
|
||||
<comment>{0} is an exception message</comment>
|
||||
</data>
|
||||
<data name="Menu.Shortcuts.ExtractIcons.Title" xml:space="preserve">
|
||||
<value>Keluarkan simbol Roblox ke direktori</value>
|
||||
<value>Ekstrak ikon Roblox ke direktori</value>
|
||||
</data>
|
||||
<data name="Menu.Shortcuts.ExtractIcons.Description" xml:space="preserve">
|
||||
<value>Memungkinkan Anda untuk menggunakan jangkauan Bloxstrap dari simbol Roblox untuk pintasan Anda. [Lihat caranya.]({0})</value>
|
||||
@ -1239,6 +1239,9 @@ Apakah Anda ingin mengaktifkan mode uji coba?</value>
|
||||
<data name="Dialog.Exception.Version" xml:space="preserve">
|
||||
<value>Versi {0}</value>
|
||||
</data>
|
||||
<data name="Enums.BootstrapperStyle.CustomDialog" xml:space="preserve">
|
||||
<value>Kustom</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.FilesInUse" xml:space="preserve">
|
||||
<value>Bloxstrap mencoba meningkatkan Roblox tetapi tidak bisa karena berkas Roblox masih digunakan.
|
||||
|
||||
@ -1267,4 +1270,233 @@ Silakan tutup aplikasi apa pun yang dapat menggunakan berkas Roblox, lalu luncur
|
||||
<value>Semua log Bloxstrap</value>
|
||||
<comment>Label that appears next to a checkbox</comment>
|
||||
</data>
|
||||
<data name="App.OSDeprecation.Win7_81" xml:space="preserve">
|
||||
<value>Roblox tidak lagi mendukung Windows 7 atau 8,1. Untuk terus memainkan Roblox, harap perbarui ke Windows 10 atau yang lebih baru.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Title" xml:space="preserve">
|
||||
<value>Gagal mengekstrak berkas</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Message" xml:space="preserve">
|
||||
<value>Beberapa konten mungkin hilang. Paksa penginstalan ulang Roblox di pengaturan untuk memperbaikinya.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Title" xml:space="preserve">
|
||||
<value>Gagal menerapkan modifikasi</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Message" xml:space="preserve">
|
||||
<value>Tidak semua modifikasi akan ada di rilisan sekarang.</value>
|
||||
</data>
|
||||
<data name="Menu.About.Licenses.Apache" xml:space="preserve">
|
||||
<value>Lisensi Apache 2.0</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Blank" xml:space="preserve">
|
||||
<value>Kosong</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Simple" xml:space="preserve">
|
||||
<value>Sederhana</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.InvalidRoot" xml:space="preserve">
|
||||
<value>Sumber dari tema XML bukanlah {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.DialogAlreadyInitialised" xml:space="preserve">
|
||||
<value>Dialog kustom telah diinisialisasi</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.TooManyElements" xml:space="preserve">
|
||||
<value>Bootstrapper kustom hanya boleh memiliki maksimal {0} elemen, terdapat {1} elemen</value>
|
||||
<comment>{0} and {1} are numbers</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSet" xml:space="preserve">
|
||||
<value>Versi {0} tidak diatur</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotNumber" xml:space="preserve">
|
||||
<value>Versi {0} bukanlah angka</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSupported" xml:space="preserve">
|
||||
<value>{0} Versi {1} tidak lagi didukung</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotRecognised" xml:space="preserve">
|
||||
<value>{0} Versi {1} tidak dikenali</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementInvalidChild" xml:space="preserve">
|
||||
<value>{0} tidak bisa memiliki anak dari {1}</value>
|
||||
<comment>{0} and {1} are element names (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownElement" xml:space="preserve">
|
||||
<value>Elemen tidak dikenal {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.XMLParseFailed" xml:space="preserve">
|
||||
<value>Gagal mengurai berkas tema: {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeConversionError" xml:space="preserve">
|
||||
<value>{0} memiliki {1} yang tidak valid: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissing" xml:space="preserve">
|
||||
<value>Elemen {0} kehilangan atribut {1}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeInvalidType" xml:space="preserve">
|
||||
<value>{0}.{1} bukan {2} yang valid</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeLargerThanMin" xml:space="preserve">
|
||||
<value>{0}.{1} harus lebih besar dari {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeSmallerThanMax" xml:space="preserve">
|
||||
<value>{0}.{1} harus lebih kecil dari {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownEnumValue" xml:space="preserve">
|
||||
<value>{0} Tidak diketahui {1} '{2}'</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the enum name (e.g. WindowCornerType), {2} is the value</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleDefinitions" xml:space="preserve">
|
||||
<value>{0} hanya bisa memiliki satu {1} yang didefinisikan</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleChildren" xml:space="preserve">
|
||||
<value>{0}.{1} hanya boleh memiliki satu anak</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementMultipleChildren" xml:space="preserve">
|
||||
<value>{0} hanya boleh memiliki satu anak</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissingChild" xml:space="preserve">
|
||||
<value>{0}.{1} hilang anaknya</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseError" xml:space="preserve">
|
||||
<value>{0}.{1} tidak dapat diuraikan menjadi {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseErrorNull" xml:space="preserve">
|
||||
<value>{0}.{1} {2} ini kosong</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeBlacklistedUriScheme" xml:space="preserve">
|
||||
<value>{0}.{1} menggunakan skema di daftar hitam {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the URI scheme (e.g. http)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementTypeCreationFailed" xml:space="preserve">
|
||||
<value>{0} gagal membuat {1}: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Title" xml:space="preserve">
|
||||
<value>Mengedit "{0}"</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success" xml:space="preserve">
|
||||
<value>Tema berhasil disimpan!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Error" xml:space="preserve">
|
||||
<value>Terjadi kesalahan saat menyimpan tema Anda.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.ConfirmSave" xml:space="preserve">
|
||||
<value>Simpan perubahan ke {0}?</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save" xml:space="preserve">
|
||||
<value>Simpan</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Preview" xml:space="preserve">
|
||||
<value>Pratinjau</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.OpenThemeDirectory" xml:space="preserve">
|
||||
<value>Buka Direktori Tema</value>
|
||||
</data>
|
||||
<data name="Common.CreateNew" xml:space="preserve">
|
||||
<value>Buat Baru</value>
|
||||
</data>
|
||||
<data name="Common.Import" xml:space="preserve">
|
||||
<value>Impor</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Title" xml:space="preserve">
|
||||
<value>Tambahkan Tema Kustom</value>
|
||||
</data>
|
||||
<data name="Common.Template" xml:space="preserve">
|
||||
<value>Templat</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameEmpty" xml:space="preserve">
|
||||
<value>Kolom nama tidak boleh kosong</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameIllegalCharacters" xml:space="preserve">
|
||||
<value>Nama mengandung karakter yang tidak sah</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameReserved" xml:space="preserve">
|
||||
<value>Nama tidak bisa digunakan</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.Unknown" xml:space="preserve">
|
||||
<value>Kesalahan tidak diketahui</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameTaken" xml:space="preserve">
|
||||
<value>Nama sudah digunakan</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.FileNotZip" xml:space="preserve">
|
||||
<value>Berkas harus berupa ZIP</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipMissingThemeFile" xml:space="preserve">
|
||||
<value>Berkas tema tidak dapat ditemukan dalam berkas ZIP</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipInvalidData" xml:space="preserve">
|
||||
<value>Berkas ZIP tidak valid atau rusak</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.NoThemeSelected" xml:space="preserve">
|
||||
<value>Tidak ada tema kustom yang dipilih</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.SetupFailed" xml:space="preserve">
|
||||
<value>Gagal menyiapkan bootstrapper kustom: {0}.
|
||||
Beralih ke {1}.</value>
|
||||
<comment>{0} is the error reason, {1} is the theme name (e.g. Bloxstrap (Classic))</comment>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.NoneSelected" xml:space="preserve">
|
||||
<value>Tidak ada tema kustom yang dipilih.</value>
|
||||
</data>
|
||||
<data name="Common.Rename" xml:space="preserve">
|
||||
<value>Ubah Nama</value>
|
||||
</data>
|
||||
<data name="Common.Edit" xml:space="preserve">
|
||||
<value>Ubah</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.DeleteFailed" xml:space="preserve">
|
||||
<value>Gagal menghapus tema kustom {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.RenameFailed" xml:space="preserve">
|
||||
<value>Gagal mengganti nama tema kustom {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Title" xml:space="preserve">
|
||||
<value>Pembaruan latar belakang</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Description" xml:space="preserve">
|
||||
<value>Perbarui Roblox di latar belakang daripada menunggu. Tidak disarankan untuk jaringan yang lambat. Setidaknya diperlukan ruang penyimpanan kosong sebesar 3GB agar fitur ini dapat berfungsi.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.UIElements" xml:space="preserve">
|
||||
<value>Letakkan elemen UI di sini</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.MoreExamples" xml:space="preserve">
|
||||
<value>Contoh bootstrapper kustom dapat ditemukan di {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Simple.MoreExamples" xml:space="preserve">
|
||||
<value>Temukan lebih banyak contoh bootstrapper kustom di {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.DefaultName" xml:space="preserve">
|
||||
<value>Tema Kustom {0}</value>
|
||||
<comment>{0} is a string (e.g. '1', '1-1234')</comment>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Title" xml:space="preserve">
|
||||
<value>Mengizinkan peluncuran multi-instansi</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Description" xml:space="preserve">
|
||||
<value>Mengizinkan untuk membuka klien game Roblox lebih dari satu instani secara bersamaan.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success.Description" xml:space="preserve">
|
||||
<value>Temamu telah disimpan!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Errors.PreviewFailed" xml:space="preserve">
|
||||
<value>Gagal meninjau tema: {0}</value>
|
||||
</data>
|
||||
</root>
|
@ -1240,6 +1240,9 @@ Vuoi abilitare la modalità di prova?</value>
|
||||
<data name="Dialog.Exception.Version" xml:space="preserve">
|
||||
<value>Versione {0}</value>
|
||||
</data>
|
||||
<data name="Enums.BootstrapperStyle.CustomDialog" xml:space="preserve">
|
||||
<value>Personalizzato</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.FilesInUse" xml:space="preserve">
|
||||
<value>Bloxstrap ha provato ad aggiornare Roblox ma non può perché i file di Roblox sono ancora in uso.
|
||||
|
||||
@ -1268,4 +1271,233 @@ Si prega di chiudere tutte le applicazioni che potrebbero usare i file di Roblox
|
||||
<value>Tutti i logs di Bloxstrap</value>
|
||||
<comment>Label that appears next to a checkbox</comment>
|
||||
</data>
|
||||
<data name="App.OSDeprecation.Win7_81" xml:space="preserve">
|
||||
<value>Roblox non supporta più Windows 7 o 8.1. Per continuare a giocare Roblox, si prega di aggiornare a Windows 10 o più recente.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Title" xml:space="preserve">
|
||||
<value>Estrazione dei file non riuscita</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Message" xml:space="preserve">
|
||||
<value>Alcuni contenuti potrebbero mancare. Forza la reinstallazione di Roblox nelle impostazioni per risolverlo.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Title" xml:space="preserve">
|
||||
<value>Applicazione delle modifiche non riuscita</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Message" xml:space="preserve">
|
||||
<value>Non tutte le modifiche saranno presenti nell'avvio corrente.</value>
|
||||
</data>
|
||||
<data name="Menu.About.Licenses.Apache" xml:space="preserve">
|
||||
<value>Licenza Apache 2.0</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Blank" xml:space="preserve">
|
||||
<value>Vuoto</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Simple" xml:space="preserve">
|
||||
<value>Semplice</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.InvalidRoot" xml:space="preserve">
|
||||
<value>La radice del tema XML non è {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.DialogAlreadyInitialised" xml:space="preserve">
|
||||
<value>Il dialogo personalizzato è già stato inizializzato</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.TooManyElements" xml:space="preserve">
|
||||
<value>I bootstrapper personalizzati possono avere un massimo di {0} elementi, tu ne hai {1}</value>
|
||||
<comment>{0} and {1} are numbers</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSet" xml:space="preserve">
|
||||
<value>La versione {0} non è impostata</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotNumber" xml:space="preserve">
|
||||
<value>La versione {0} non è un numero</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSupported" xml:space="preserve">
|
||||
<value>La versione {0} {1} non è più supportata</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotRecognised" xml:space="preserve">
|
||||
<value>{0} versione {1} non è riconosciuta</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementInvalidChild" xml:space="preserve">
|
||||
<value>{0} non può avere un figlio di {1}</value>
|
||||
<comment>{0} and {1} are element names (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownElement" xml:space="preserve">
|
||||
<value>Elemento sconosciuto {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.XMLParseFailed" xml:space="preserve">
|
||||
<value>Analisi del file del tema non riuscita: {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeConversionError" xml:space="preserve">
|
||||
<value>{0} ha un invalido {1}: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissing" xml:space="preserve">
|
||||
<value>L'elemento {0} manca l'attributo {1}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeInvalidType" xml:space="preserve">
|
||||
<value>{0}.{1} non è un {2} valido</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeLargerThanMin" xml:space="preserve">
|
||||
<value>{0}.{1} deve essere più grande di {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeSmallerThanMax" xml:space="preserve">
|
||||
<value>{0}.{1} deve essere più piccolo di {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownEnumValue" xml:space="preserve">
|
||||
<value>{0} Sconosciuto {1} '{2}'</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the enum name (e.g. WindowCornerType), {2} is the value</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleDefinitions" xml:space="preserve">
|
||||
<value>{0} Può avere solo un {1} definito</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleChildren" xml:space="preserve">
|
||||
<value>{0}.{1} può avere solo un figlio</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementMultipleChildren" xml:space="preserve">
|
||||
<value>{0} può avere un solo figlio</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissingChild" xml:space="preserve">
|
||||
<value>{0}.{1} manca il suo figlio</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseError" xml:space="preserve">
|
||||
<value>{0}.{1} non può essere analizzato in un {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseErrorNull" xml:space="preserve">
|
||||
<value>{0}.{1} {2} è nullo</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeBlacklistedUriScheme" xml:space="preserve">
|
||||
<value>{0}.{1} utilizza il schema {2} nella blacklist</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the URI scheme (e.g. http)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementTypeCreationFailed" xml:space="preserve">
|
||||
<value>{0} ha fallito a creare {1}: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Title" xml:space="preserve">
|
||||
<value>Modificando "{0}"</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success" xml:space="preserve">
|
||||
<value>Il tema è stato salvato correttamente!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Error" xml:space="preserve">
|
||||
<value>Si è verificato un errore durante il salvataggio del tuo tema.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.ConfirmSave" xml:space="preserve">
|
||||
<value>Salvare le modifiche a {0}?</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save" xml:space="preserve">
|
||||
<value>Salva</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Preview" xml:space="preserve">
|
||||
<value>Anteprima</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.OpenThemeDirectory" xml:space="preserve">
|
||||
<value>Apri cartella dei temi</value>
|
||||
</data>
|
||||
<data name="Common.CreateNew" xml:space="preserve">
|
||||
<value>Crea Nuovo</value>
|
||||
</data>
|
||||
<data name="Common.Import" xml:space="preserve">
|
||||
<value>Importa</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Title" xml:space="preserve">
|
||||
<value>Aggiungi un tema personalizzato</value>
|
||||
</data>
|
||||
<data name="Common.Template" xml:space="preserve">
|
||||
<value>Modello</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameEmpty" xml:space="preserve">
|
||||
<value>Il nome non può essere vuoto</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameIllegalCharacters" xml:space="preserve">
|
||||
<value>Il nome contiene caratteri non validi</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameReserved" xml:space="preserve">
|
||||
<value>Il nome non può essere utilizzato</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.Unknown" xml:space="preserve">
|
||||
<value>Errore sconosciuto</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameTaken" xml:space="preserve">
|
||||
<value>Il nome è già in uso</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.FileNotZip" xml:space="preserve">
|
||||
<value>Il file dev'essere un ZIP</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipMissingThemeFile" xml:space="preserve">
|
||||
<value>Il tema del file non è stato trovato nel file ZIP</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipInvalidData" xml:space="preserve">
|
||||
<value>File ZIP non valido o corrotto</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.NoThemeSelected" xml:space="preserve">
|
||||
<value>Nessun tema personalizzato scelto</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.SetupFailed" xml:space="preserve">
|
||||
<value>Installazione di bootstrapper personalizzato non riuscita: {0}.
|
||||
Predefinito a {1}.</value>
|
||||
<comment>{0} is the error reason, {1} is the theme name (e.g. Bloxstrap (Classic))</comment>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.NoneSelected" xml:space="preserve">
|
||||
<value>Nessun tema personalizzato scelto.</value>
|
||||
</data>
|
||||
<data name="Common.Rename" xml:space="preserve">
|
||||
<value>Rinomina</value>
|
||||
</data>
|
||||
<data name="Common.Edit" xml:space="preserve">
|
||||
<value>Modifica</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.DeleteFailed" xml:space="preserve">
|
||||
<value>L'eliminazione del tema personalizzato {0} non riuscita: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.RenameFailed" xml:space="preserve">
|
||||
<value>L'eliminazione del tema personalizzato {0} fallita: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Title" xml:space="preserve">
|
||||
<value>Aggiornamenti in background</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Description" xml:space="preserve">
|
||||
<value>Aggiorna Roblox in background invece di attendere. Non consigliato per reti lente. Per far funzionare questa funzione è necessario almeno 3GB di spazio di archiviazione libero.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.UIElements" xml:space="preserve">
|
||||
<value>Inserisci qui gli elementi dell'interfaccia utente</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.MoreExamples" xml:space="preserve">
|
||||
<value>Esempi di bootstrapper personalizzati possono essere trovati su {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Simple.MoreExamples" xml:space="preserve">
|
||||
<value>Trova altri esempi di bootstrapper personalizzati su {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.DefaultName" xml:space="preserve">
|
||||
<value>Tema Personalizzato {0}</value>
|
||||
<comment>{0} is a string (e.g. '1', '1-1234')</comment>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Title" xml:space="preserve">
|
||||
<value>Consenti il lancio multi-instance</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Description" xml:space="preserve">
|
||||
<value>Consente di avere più di un'istanza client di gioco Roblox aperta contemporaneamente.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success.Description" xml:space="preserve">
|
||||
<value>Il tuo tema è stato salvato!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Errors.PreviewFailed" xml:space="preserve">
|
||||
<value>Anteprima del tema non riuscito: {0}</value>
|
||||
</data>
|
||||
</root>
|
@ -121,7 +121,7 @@
|
||||
<value>Bloxstrap {0}への自動更新に失敗しました。Webサイトから手動でインストールしてください。</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ConfirmLaunch" xml:space="preserve">
|
||||
<value>Robloxは現在実行中です。新しくゲームを開く場合、もとのゲームは終了します。本当に開きますか?</value>
|
||||
<value>Robloxは現在実行中です。新しくゲームを起動する場合、もとのゲームは終了します。本当に起動しますか?</value>
|
||||
</data>
|
||||
<data name="Dialog.Connectivity.RobloxDown" xml:space="preserve">
|
||||
<value>Robloxにサーバー障害が発生している可能性があります。{0}より詳細な情報を確認できます。</value>
|
||||
@ -178,7 +178,7 @@
|
||||
<value>Robloxが現在実行中です。Bloxstrapをアンインストールする前に終了する必要があります。今すぐRobloxを終了しますか?</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.WMFNotFound" xml:space="preserve">
|
||||
<value>Robloxを実行するには"Windows Media Foundation"が必要です。Windows Nエディションを利用している場合はインストールされていません。インストールしてからRobloxを実行してください。</value>
|
||||
<value>Robloxを実行するには「Windows Media Foundation」が必要です。Windows Nエディションを利用している場合はインストールされていません。インストールしてからRobloxを実行してください。</value>
|
||||
</data>
|
||||
<data name="Common.AddSingle" xml:space="preserve">
|
||||
<value>FastFlagを追加</value>
|
||||
@ -601,10 +601,10 @@
|
||||
動作が不安定になったり、機能が破損するなどの深刻な問題が発生することがあります。
|
||||
心配な場合は絶対に行わないでください。
|
||||
|
||||
また、"Flag一覧" (英語で"flag lists") などの他人が配布しているFlag設定を絶対に使用しないでください。
|
||||
また、「Flag一覧」 (英語で"Flag lists") などの他人が配布しているFlag設定を絶対に使用しないでください。
|
||||
「Robloxが軽くなる」などを謳って配布されていることがありますが、前述の通り深刻な問題が発生したり、
|
||||
設定の内容を理解していないために問題が発生することがあります。
|
||||
もしそのような行為を行おうとしていた場合は、"今すぐ"この画面を閉じてください。</value>
|
||||
もしそのような行為を行おうとしていた場合は、「今すぐ」この画面を閉じてください。</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlags.Description" xml:space="preserve">
|
||||
<value>Robloxエンジンのパラメーターや機能を変更できます。</value>
|
||||
@ -669,7 +669,7 @@
|
||||
{0}
|
||||
|
||||
おすすめの場所に変更しますか?
|
||||
"いいえ"を選択するとこの警告を無視し、インストールが続行されます。</value>
|
||||
「いいえ」を選択するとこの警告を無視し、インストールが続行されます。</value>
|
||||
<comment>{0} is a file path</comment>
|
||||
</data>
|
||||
<data name="Menu.InstallLocation.NotSet" xml:space="preserve">
|
||||
@ -1252,6 +1252,9 @@ Robloxが[正規のランチャー]({1})で動作するか確認してくださ
|
||||
<data name="Dialog.Exception.Version" xml:space="preserve">
|
||||
<value>Ver. {0}</value>
|
||||
</data>
|
||||
<data name="Enums.BootstrapperStyle.CustomDialog" xml:space="preserve">
|
||||
<value>カスタム</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.FilesInUse" xml:space="preserve">
|
||||
<value>Robloxのアプリファイルが使用中のため、Robloxを更新できませんでした。
|
||||
|
||||
@ -1280,4 +1283,233 @@ Robloxのアプリファイルを使用している可能性のあるアプリ
|
||||
<value>すべてのBloxstrapログ</value>
|
||||
<comment>Label that appears next to a checkbox</comment>
|
||||
</data>
|
||||
<data name="App.OSDeprecation.Win7_81" xml:space="preserve">
|
||||
<value>RobloxはWindows 7や8.1のサポートを終了しました。Robloxをプレイしたい場合は、Windows 10以降にアップグレードしてください。</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Title" xml:space="preserve">
|
||||
<value>ファイルの抽出に失敗</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Message" xml:space="preserve">
|
||||
<value>一部のファイルが不足している可能性があります。設定からRobloxの強制再インストールを行ってください。</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Title" xml:space="preserve">
|
||||
<value>Modの適用に失敗</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Message" xml:space="preserve">
|
||||
<value>今回の起動では、一部のModが適用されていません。</value>
|
||||
</data>
|
||||
<data name="Menu.About.Licenses.Apache" xml:space="preserve">
|
||||
<value>Apache License 2.0</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Blank" xml:space="preserve">
|
||||
<value>なし</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Simple" xml:space="preserve">
|
||||
<value>シンプル</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.InvalidRoot" xml:space="preserve">
|
||||
<value>テーマファイルのXMLのルート要素は「{0}」である必要があります</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.DialogAlreadyInitialised" xml:space="preserve">
|
||||
<value>カスタムダイアログはすでに初期化されています</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.TooManyElements" xml:space="preserve">
|
||||
<value>カスタムランチャーの要素は最大{0}個までです。現在{1}個の要素が記述されています</value>
|
||||
<comment>{0} and {1} are numbers</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSet" xml:space="preserve">
|
||||
<value>「{0}」のバージョンが設定されていません</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotNumber" xml:space="preserve">
|
||||
<value>「{0}」のバージョンは数字である必要があります</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSupported" xml:space="preserve">
|
||||
<value>「{0}」のバージョン{1}のサポートは終了しています</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotRecognised" xml:space="preserve">
|
||||
<value>「{0}」のバージョン{1}には対応していません</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementInvalidChild" xml:space="preserve">
|
||||
<value>「{0}」が子要素に「{1}」を持つことはできません</value>
|
||||
<comment>{0} and {1} are element names (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownElement" xml:space="preserve">
|
||||
<value>「{0}」は不明な要素です</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.XMLParseFailed" xml:space="preserve">
|
||||
<value>テーマファイルの解析に失敗しました。 {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeConversionError" xml:space="preserve">
|
||||
<value>「{0}」の属性「{1}」が不正です。 {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissing" xml:space="preserve">
|
||||
<value>「{0}」要素に、「{1}」属性が不足しています</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeInvalidType" xml:space="preserve">
|
||||
<value>「{0}.{1}」は有効な「{2}」ではありません</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeLargerThanMin" xml:space="preserve">
|
||||
<value>「{0}.{1}」は{2}より大きい必要があります</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeSmallerThanMax" xml:space="preserve">
|
||||
<value>「{0}.{1}」は{2}未満である必要があります</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownEnumValue" xml:space="preserve">
|
||||
<value>「{0}」における{1}「{2}」は不明です</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the enum name (e.g. WindowCornerType), {2} is the value</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleDefinitions" xml:space="preserve">
|
||||
<value>「{0}」ではひとつの「{1}」のみ定義することができます</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleChildren" xml:space="preserve">
|
||||
<value>「{0}.{1}」は子要素がひとつである必要があります</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementMultipleChildren" xml:space="preserve">
|
||||
<value>「{0}」は子要素がひとつである必要があります</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissingChild" xml:space="preserve">
|
||||
<value>「{0}.{1}」に子要素が不足しています</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseError" xml:space="preserve">
|
||||
<value>「{0}.{1}」における「{2}」への変換に失敗しました</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseErrorNull" xml:space="preserve">
|
||||
<value>「{0}.{1}」における「{2}」がnullです</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeBlacklistedUriScheme" xml:space="preserve">
|
||||
<value>「{0}.{1}」がブラックリストに登録されているスキーム「{2}」を使用しています</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the URI scheme (e.g. http)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementTypeCreationFailed" xml:space="preserve">
|
||||
<value>「{0}」における「{1}」の生成に失敗しました。 {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Title" xml:space="preserve">
|
||||
<value>「{0}」 を編集中</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success" xml:space="preserve">
|
||||
<value>テーマが保存されました</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Error" xml:space="preserve">
|
||||
<value>テーマの保存中にエラーが発生しました。</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.ConfirmSave" xml:space="preserve">
|
||||
<value>編集内容を「{0}」に保存しますか?</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save" xml:space="preserve">
|
||||
<value>保存</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Preview" xml:space="preserve">
|
||||
<value>プレビュー</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.OpenThemeDirectory" xml:space="preserve">
|
||||
<value>テーマファイルを開く</value>
|
||||
</data>
|
||||
<data name="Common.CreateNew" xml:space="preserve">
|
||||
<value>新規作成</value>
|
||||
</data>
|
||||
<data name="Common.Import" xml:space="preserve">
|
||||
<value>インポート</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Title" xml:space="preserve">
|
||||
<value>カスタムテーマを追加</value>
|
||||
</data>
|
||||
<data name="Common.Template" xml:space="preserve">
|
||||
<value>テンプレート</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameEmpty" xml:space="preserve">
|
||||
<value>名前を入力してください</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameIllegalCharacters" xml:space="preserve">
|
||||
<value>名前に無効な文字が含まれています</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameReserved" xml:space="preserve">
|
||||
<value>この名前は使用できません</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.Unknown" xml:space="preserve">
|
||||
<value>不明なエラーが発生しました</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameTaken" xml:space="preserve">
|
||||
<value>この名前はすでに使用されています</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.FileNotZip" xml:space="preserve">
|
||||
<value>ZIP形式のファイルを選択してください</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipMissingThemeFile" xml:space="preserve">
|
||||
<value>このZIPファイル内にテーマファイルがありません</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipInvalidData" xml:space="preserve">
|
||||
<value>ZIPファイルが無効、または破損しています</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.NoThemeSelected" xml:space="preserve">
|
||||
<value>カスタムテーマが選択されていません</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.SetupFailed" xml:space="preserve">
|
||||
<value>カスタムランチャーのセットアップに失敗しました。{0}。
|
||||
テーマ設定を{1}に変更します。</value>
|
||||
<comment>{0} is the error reason, {1} is the theme name (e.g. Bloxstrap (Classic))</comment>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.NoneSelected" xml:space="preserve">
|
||||
<value>カスタムテーマが選択されていません。</value>
|
||||
</data>
|
||||
<data name="Common.Rename" xml:space="preserve">
|
||||
<value>名前を変更</value>
|
||||
</data>
|
||||
<data name="Common.Edit" xml:space="preserve">
|
||||
<value>編集</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.DeleteFailed" xml:space="preserve">
|
||||
<value>テーマ「{0}」を削除できませんでした。 {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.RenameFailed" xml:space="preserve">
|
||||
<value>テーマ「{0}」の名前を変更できませんでした。 {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Title" xml:space="preserve">
|
||||
<value>バックグラウンド更新を有効にする</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Description" xml:space="preserve">
|
||||
<value>Robloxをバックグラウンドで更新することで、Robloxの起動時間を短縮することができます。インターネット回線の速度が遅い場合はおすすめしません。この機能を使用する際は、3GBの空き容量が必要です。</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.UIElements" xml:space="preserve">
|
||||
<value>ここにUI要素を記述してください</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.MoreExamples" xml:space="preserve">
|
||||
<value>カスタムランチャーの例はこちら {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Simple.MoreExamples" xml:space="preserve">
|
||||
<value>そのほかのカスタムランチャーの例はこちら {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.DefaultName" xml:space="preserve">
|
||||
<value>カスタムテーマ {0}</value>
|
||||
<comment>{0} is a string (e.g. '1', '1-1234')</comment>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Title" xml:space="preserve">
|
||||
<value>複数アカウントでの起動を有効にする</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Description" xml:space="preserve">
|
||||
<value>複数のゲームクライアントを同時に起動できるようになります。</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success.Description" xml:space="preserve">
|
||||
<value>テーマの保存が完了しました。</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Errors.PreviewFailed" xml:space="preserve">
|
||||
<value>テーマのプレビューに失敗しました。 {0}</value>
|
||||
</data>
|
||||
</root>
|
@ -118,7 +118,7 @@
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="Bootstrapper.AutoUpdateFailed" xml:space="preserve">
|
||||
<value>Bloxstrap을 버전 {0}으로 자동 업데이트하지 못했습니다. 웹사이트에서 다운로드하고 실행하여 수동으로 업데이트하세요.</value>
|
||||
<value>Bloxstrap을 버전 {0}(으)로 자동 업데이트하지 못했습니다. 웹사이트에서 다운로드하고 실행하여 수동으로 업데이트하세요.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ConfirmLaunch" xml:space="preserve">
|
||||
<value>Roblox가 현재 실행 중이며 다른 인스턴스를 실행하면 종료됩니다. 계속 진행하시겠습니까?</value>
|
||||
@ -164,7 +164,7 @@
|
||||
<value>다른 인스턴스를 기다리는 중...</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.StylePreview.ImageCancel" xml:space="preserve">
|
||||
<value>스타일 미리보기 - 닫으려면 오른쪽 상단의 X 버튼을 클릭하세요.</value>
|
||||
<value>스타일 미리 보기 - 오른쪽 상단의 X 버튼을 클릭하여 닫기</value>
|
||||
<comment>Text for style previews that use an X button. Currently only applies to Byfron</comment>
|
||||
</data>
|
||||
<data name="Bootstrapper.StylePreview.TextCancel" xml:space="preserve">
|
||||
@ -291,7 +291,7 @@
|
||||
<data name="Dialog.Exception.Info.2" xml:space="preserve">
|
||||
<value>[Bloxstrap 위키]({0})에서 이 문제에 대한 해결책이 있는지 확인하세요.
|
||||
|
||||
만약 해결책이 없다면, 생성된 로그 파일과 함께 [GitHub issue]({1})를 통해 이 오류를 보고해주세요.</value>
|
||||
만약 해결책이 없다면, 생성된 로그 파일과 함께 [GitHub issue]({1})를 통해 이 오류를 보고해 주세요.</value>
|
||||
</data>
|
||||
<data name="Dialog.Exception.Title" xml:space="preserve">
|
||||
<value>Bloxstrap 예외 오류</value>
|
||||
@ -390,7 +390,7 @@
|
||||
<value>밝은 테마</value>
|
||||
</data>
|
||||
<data name="InstallChecker.Updated" xml:space="preserve">
|
||||
<value>Bloxstrap이 v{0} (으)로 업그레이드되었습니다.</value>
|
||||
<value>Bloxstrap이 v{0}(으)로 업그레이드되었습니다</value>
|
||||
</data>
|
||||
<data name="InstallChecker.VersionDifferentThanInstalled" xml:space="preserve">
|
||||
<value>실행한 Bloxstrap 버전이 현재 설치된 버전과 다릅니다.
|
||||
@ -403,7 +403,7 @@
|
||||
<value>코드</value>
|
||||
</data>
|
||||
<data name="Menu.About.Contributors.Description" xml:space="preserve">
|
||||
<value>현재의 Bloxstrap을 만드는 데 큰 도움을 주신 분들입니다.</value>
|
||||
<value>지금의 Bloxstrap을 만드는 데 큰 도움을 주신 분들입니다.</value>
|
||||
</data>
|
||||
<data name="Menu.About.Contributors.FeatureIdeas" xml:space="preserve">
|
||||
<value>아이디어 제공</value>
|
||||
@ -491,7 +491,7 @@
|
||||
<value>미리보기</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.Style.Description" xml:space="preserve">
|
||||
<value>원하는 스타일을 선택하세요. 어두운 테마는 Legacy/Vista에 적용되지 않습니다.</value>
|
||||
<value>원하는 스타일을 선택하세요. 다크 테마는 Legacy/Vista에 적용되지 않습니다.</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.Style.Title" xml:space="preserve">
|
||||
<value>스타일</value>
|
||||
@ -518,7 +518,7 @@
|
||||
<value>Roblox가 다음 실행 때 새로 설치됩니다.</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.ForceRobloxReinstall.Title" xml:space="preserve">
|
||||
<value>Roblox 재설치하기</value>
|
||||
<value>Roblox 강제 재설치</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.Title" xml:space="preserve">
|
||||
<value>부트스트래퍼</value>
|
||||
@ -540,9 +540,9 @@
|
||||
<value>주의해서 사용하세요.</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.ConflictingImport" xml:space="preserve">
|
||||
<value>가져오려는 Flag가 이미 존재합니다. 가져오는 값으로 덮어쓰시겠습니까?
|
||||
<value>가져오려는 Flag 중 일부가 이미 존재하거나 값이 설정되어 있습니다. 현재 설정된 값을 가져오는 값으로 덮어쓰시겠습니까?
|
||||
|
||||
다음 {0} 개의 충돌하는 Flag 정의가 있습니다:
|
||||
다음 {0}개의 충돌하는 Flag 정의가 있습니다:
|
||||
{1}</value>
|
||||
<comment>{0} is a number, {1} is a comma-separated list</comment>
|
||||
</data>
|
||||
@ -550,13 +550,13 @@
|
||||
<value>삭제</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.Description" xml:space="preserve">
|
||||
<value>FastFlag를 관리할 수 있습니다. 편집할 열을 두 번 클릭하세요.</value>
|
||||
<value>Fast Flag를 관리할 수 있습니다. 편집할 열을 두 번 클릭하세요.</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.ExportJson" xml:space="preserve">
|
||||
<value>JSON으로 내보내기</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.InvalidCharacter" xml:space="preserve">
|
||||
<value>입력된 값 '{0}'이 유효하지 않습니다. 이름에는 문자, 숫자, 밑줄만 포함할 수 있습니다.</value>
|
||||
<value>입력된 값 '{0}'이(가) 유효하지 않습니다. 이름에는 문자, 숫자, 밑줄만 포함할 수 있습니다</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.InvalidJSON" xml:space="preserve">
|
||||
<value>입력한 JSON이 유효하지 않습니다. 다시 확인하고 시도해 주세요.
|
||||
@ -565,13 +565,13 @@
|
||||
<comment>{0} is an exception message</comment>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.InvalidPrefix" xml:space="preserve">
|
||||
<value>입력된 값 '{0}'이 유효하지 않습니다. 이름은 반드시 FFlag, DFInt 등으로 시작해야 합니다.</value>
|
||||
<value>입력된 값 '{0}'이(가) 유효하지 않습니다. 이름은 반드시 FFlag, DFInt 등으로 시작해야 합니다.</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.JsonCopiedToClipboard" xml:space="preserve">
|
||||
<value>클립보드에 복사했습니다.</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.LargeConfig" xml:space="preserve">
|
||||
<value>매우 큰 설정을 가져오려고 하는 것 같습니다. 완전히 이해한 설정만 가져와야 하며, 다른 사람이 만든 설정을 무턱대고 붙여넣으면 안됩니다. 계속 진행하면 안정성 문제와 예상치 못한 변경사항이 생길 가능성이 매우 높습니다.
|
||||
<value>매우 큰 설정을 가져오려고 하는 것 같습니다. 완전히 이해한 설정만 가져와야 하며, 다른 사람이 만든 설정을 무턱대고 붙여 넣으면 안 됩니다. 계속 진행하면 안정성 문제와 예상치 못한 변경 사항이 생길 가능성이 매우 높습니다.
|
||||
|
||||
계속 진행하시겠습니까?</value>
|
||||
</data>
|
||||
@ -610,7 +610,7 @@
|
||||
<comment>Title is Common.Help</comment>
|
||||
</data>
|
||||
<data name="Menu.FastFlags.Presets.D3DExclusiveFullscreenInfo" xml:space="preserve">
|
||||
<value>Alt+Enter를 눌러 Direct3D [전체 화면]({0})을 실행하는 FastFlag 프리셋은 이미 기본적으로 활성화되어 있습니다.</value>
|
||||
<value>Alt+Enter를 눌러 Direct3D [전체 화면]({0})을 실행하는 Fast Flag 프리셋은 이미 기본적으로 활성화되어 있습니다.</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlags.Presets.EscapeMenuVersion.Title" xml:space="preserve">
|
||||
<value>선호하는 Esc 메뉴 버전</value>
|
||||
@ -665,7 +665,7 @@
|
||||
<comment>{0} is a file path</comment>
|
||||
</data>
|
||||
<data name="Menu.InstallLocation.NotSet" xml:space="preserve">
|
||||
<value>설치 경로를 설정해야 합니다.</value>
|
||||
<value>설치 경로를 설정해야 합니다</value>
|
||||
</data>
|
||||
<data name="Menu.InstallLocation.NoWritePerms" xml:space="preserve">
|
||||
<value>Bloxstrap은 선택한 설치 경로에 대한 접근 권한이 없습니다. 다른 위치를 선택해 주세요.</value>
|
||||
@ -906,11 +906,11 @@
|
||||
<comment>Shown in the open file dialog, where the file type selection dropdown is, e.g. "JSON files (*.json)"</comment>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.InvalidBoolValue" xml:space="preserve">
|
||||
<value>입력된 값 '{0}'이 유효하지 않습니다. 값은 참 또는 거짓('True' 혹은 'False')만 들어갈 수 있습니다.</value>
|
||||
<value>입력된 값 '{0}'이(가) 유효하지 않습니다. 값은 참 또는 거짓('True' 혹은 'False')만 들어갈 수 있습니다.</value>
|
||||
<comment>Do not translate 'True' and 'False', those must stay in English</comment>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.InvalidNumberValue" xml:space="preserve">
|
||||
<value>입력된 값 '{0}'이 유효하지 않습니다. 값은 숫자만 들어갈 수 있습니다.</value>
|
||||
<value>입력된 값 '{0}'이(가) 유효하지 않습니다. 값은 숫자만 들어갈 수 있습니다.</value>
|
||||
</data>
|
||||
<data name="Logger.NoWriteMode" xml:space="preserve">
|
||||
<value>Bloxstrap이 '{0}' 폴더에 작성할 수 없어 이번 실행에 로그 파일이 작성되지 않습니다.</value>
|
||||
@ -925,7 +925,7 @@
|
||||
<value>시스템 기본</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.InvalidPlaceFilter" xml:space="preserve">
|
||||
<value>입력된 값 '{0}'이 유효하지 않습니다. 게임 필터 값이 제대로 입력되어야 합니다.</value>
|
||||
<value>입력된 값 '{0}'이(가) 유효하지 않습니다. 게임 필터 값이 제대로 입력되어야 합니다.</value>
|
||||
</data>
|
||||
<data name="Installer.Title" xml:space="preserve">
|
||||
<value>Bloxstrap 설치 프로그램</value>
|
||||
@ -1039,7 +1039,7 @@ Bloxstrap이 “{1}”에 설치되어 있습니다.</value>
|
||||
<value>Bloxstrap에서 데스크톱 및 시작 메뉴에 대한 바로 가기를 만들 수 없었습니다. 나중에 설정을 통해 생성해 보세요.</value>
|
||||
</data>
|
||||
<data name="Dialog.Exception.Info.2.Alt" xml:space="preserve">
|
||||
<value>[Bloxstrap Wiki]({0}) 에서 이 문제가 이미 수정으로 해결되었는지 먼저 확인해 주세요.
|
||||
<value>[Bloxstrap Wiki]({0})에서 이 문제가 이미 수정으로 해결되었는지 먼저 확인해 주세요.
|
||||
|
||||
그렇지 않은 경우 이 포크의 관리자에게 이 오류를 보고해 주세요. 이 포크는 비공식 빌드이므로 Bloxstrap's GitHub issues에 보고하지 마세요.</value>
|
||||
<comment>"fork" in general means "a variation of" or "a different version of". You can alternatively write the first sentence as "...to the maintainers of this version."</comment>
|
||||
@ -1063,10 +1063,10 @@ Bloxstrap이 “{1}”에 설치되어 있습니다.</value>
|
||||
<value>특정 기능에 빠르게 액세스할 수 있는 바로 가기를 만들 수 있습니다. 이러한 바로 가기는 모두 데스크톱에 배치됩니다.</value>
|
||||
</data>
|
||||
<data name="ContextMenu.ServerInformation.Notification.Title.Private" xml:space="preserve">
|
||||
<value>비공개 서버에 연결됐습니다</value>
|
||||
<value>비공개 서버에 연결됨</value>
|
||||
</data>
|
||||
<data name="ContextMenu.ServerInformation.Notification.Title.Reserved" xml:space="preserve">
|
||||
<value>예약된 서버에 연결됐습니다</value>
|
||||
<value>예약된 서버에 연결됨</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.Presets.EmojiType.Error" xml:space="preserve">
|
||||
<value>지금은 이모지 모드를 적용할 수 없습니다.</value>
|
||||
@ -1239,6 +1239,9 @@ Bloxstrap이 “{1}”에 설치되어 있습니다.</value>
|
||||
<data name="Dialog.Exception.Version" xml:space="preserve">
|
||||
<value>버전 {0}</value>
|
||||
</data>
|
||||
<data name="Enums.BootstrapperStyle.CustomDialog" xml:space="preserve">
|
||||
<value>사용자 지정</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.FilesInUse" xml:space="preserve">
|
||||
<value>Bloxstrap이 Roblox를 업데이트하려고 했으나 현재 Roblox의 파일이 사용 중입니다.
|
||||
|
||||
@ -1267,4 +1270,233 @@ Roblox의 파일을 사용 중인 프로그램을 모두 종료하고, 다시
|
||||
<value>모든 Bloxstrap 로그</value>
|
||||
<comment>Label that appears next to a checkbox</comment>
|
||||
</data>
|
||||
<data name="App.OSDeprecation.Win7_81" xml:space="preserve">
|
||||
<value>Roblox는 Windows 7 또는 8.1을 더 이상 지원하지 않습니다. 계속 플레이하려면 Windows 10 이상으로 업그레이드하세요.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Title" xml:space="preserve">
|
||||
<value>파일을 추출하는데 실패했습니다</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Message" xml:space="preserve">
|
||||
<value>콘텐츠 일부가 누락되었을 수 있습니다. Roblox를 강제 재설치하여 이를 해결하세요.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Title" xml:space="preserve">
|
||||
<value>변경 사항을 적용하지 못했습니다</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Message" xml:space="preserve">
|
||||
<value>이번 실행에서 모든 변경 사항이 적용되지는 않습니다.</value>
|
||||
</data>
|
||||
<data name="Menu.About.Licenses.Apache" xml:space="preserve">
|
||||
<value>Apache 라이선스 2.0</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Blank" xml:space="preserve">
|
||||
<value>비어 있음</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Simple" xml:space="preserve">
|
||||
<value>심플</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.InvalidRoot" xml:space="preserve">
|
||||
<value>테마 XML 루트가 {0}이(가) 아닙니다</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.DialogAlreadyInitialised" xml:space="preserve">
|
||||
<value>사용자 지정 다이얼로그가 이미 설정되어 있습니다</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.TooManyElements" xml:space="preserve">
|
||||
<value>사용자 지정 부트스트래퍼는 최대 {0}개의 요소만 가질 수 있으나, {1}개를 가지고 있습니다</value>
|
||||
<comment>{0} and {1} are numbers</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSet" xml:space="preserve">
|
||||
<value>{0} 버전이 지정되지 않았습니다</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotNumber" xml:space="preserve">
|
||||
<value>{0} 버전은 숫자값이 아닙니다</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSupported" xml:space="preserve">
|
||||
<value>{0} 버전 {1}은(는) 더 이상 지원되지 않습니다</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotRecognised" xml:space="preserve">
|
||||
<value>{0} 버전 {1}은(는) 인식되지 않습니다</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementInvalidChild" xml:space="preserve">
|
||||
<value>{0}은(는) {1}의 child를 가질 수 없습니다</value>
|
||||
<comment>{0} and {1} are element names (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownElement" xml:space="preserve">
|
||||
<value>알 수 없는 요소 {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.XMLParseFailed" xml:space="preserve">
|
||||
<value>테마 파일 {0}을(를) 파싱하지 못했습니다</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeConversionError" xml:space="preserve">
|
||||
<value>{0}에서 잘못된 {1}이(가) 있습니다: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissing" xml:space="preserve">
|
||||
<value>{0} 요소에 {1} 속성이 누락되었습니다</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeInvalidType" xml:space="preserve">
|
||||
<value>{0}.{1}은(는) 유효한 {2}이(가) 아닙니다</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeLargerThanMin" xml:space="preserve">
|
||||
<value>{0}.{1}은(는) {2}보다 커야 합니다</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeSmallerThanMax" xml:space="preserve">
|
||||
<value>{0}.{1}은(는) {2}보다 작아야 합니다</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownEnumValue" xml:space="preserve">
|
||||
<value>{0}에서 알 수 없는 {1} '{2}'이(가) 있습니다</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the enum name (e.g. WindowCornerType), {2} is the value</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleDefinitions" xml:space="preserve">
|
||||
<value>{0}은(는) {1}을(를) 하나만 정의할 수 있습니다</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleChildren" xml:space="preserve">
|
||||
<value>{0}.{1}은(는) 한 child만 가질 수 있습니다</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementMultipleChildren" xml:space="preserve">
|
||||
<value>{0}은(는) 한 child만 가질 수 있습니다</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissingChild" xml:space="preserve">
|
||||
<value>{0}.{1}의 child가 없습니다</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseError" xml:space="preserve">
|
||||
<value>{0}.{1}을(를) {2}(으)로 파싱할 수 없습니다</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseErrorNull" xml:space="preserve">
|
||||
<value>{0}.{1} {2}의 값이 null입니다</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeBlacklistedUriScheme" xml:space="preserve">
|
||||
<value>{0}.{1}은(는) 블랙리스트된 스킴 {2}을(를) 사용합니다</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the URI scheme (e.g. http)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementTypeCreationFailed" xml:space="preserve">
|
||||
<value>{0}이(가) {1}을(를) 생성할 수 없습니다: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Title" xml:space="preserve">
|
||||
<value>"{0}" 편집 중</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success" xml:space="preserve">
|
||||
<value>테마를 성공적으로 저장했습니다!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Error" xml:space="preserve">
|
||||
<value>테마를 저장하는 중 오류가 발생했습니다.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.ConfirmSave" xml:space="preserve">
|
||||
<value>{0}에 대한 변경 사항을 저장할까요?</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save" xml:space="preserve">
|
||||
<value>저장</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Preview" xml:space="preserve">
|
||||
<value>미리 보기</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.OpenThemeDirectory" xml:space="preserve">
|
||||
<value>테마 위치 열기</value>
|
||||
</data>
|
||||
<data name="Common.CreateNew" xml:space="preserve">
|
||||
<value>새로 만들기</value>
|
||||
</data>
|
||||
<data name="Common.Import" xml:space="preserve">
|
||||
<value>가져오기</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Title" xml:space="preserve">
|
||||
<value>사용자 지정 테마 추가</value>
|
||||
</data>
|
||||
<data name="Common.Template" xml:space="preserve">
|
||||
<value>템플릿</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameEmpty" xml:space="preserve">
|
||||
<value>이름은 비어 있을 수 없습니다</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameIllegalCharacters" xml:space="preserve">
|
||||
<value>이름에 허용되지 않는 문자가 포함되어 있습니다</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameReserved" xml:space="preserve">
|
||||
<value>이름을 사용할 수 없습니다</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.Unknown" xml:space="preserve">
|
||||
<value>알 수 없는 오류</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameTaken" xml:space="preserve">
|
||||
<value>이름이 이미 사용 중입니다</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.FileNotZip" xml:space="preserve">
|
||||
<value>파일은 ZIP 형식이여야 합니다</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipMissingThemeFile" xml:space="preserve">
|
||||
<value>ZIP 파일에서 테마 파일을 찾을 수 없습니다</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipInvalidData" xml:space="preserve">
|
||||
<value>유효하지 않거나 손상된 ZIP 파일</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.NoThemeSelected" xml:space="preserve">
|
||||
<value>사용자 지정 테마가 선택되지 않았습니다</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.SetupFailed" xml:space="preserve">
|
||||
<value>사용자 지정 부트스트래퍼를 초기화하는데 실패했습니다: {0}.
|
||||
{1}로 초기화합니다.</value>
|
||||
<comment>{0} is the error reason, {1} is the theme name (e.g. Bloxstrap (Classic))</comment>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.NoneSelected" xml:space="preserve">
|
||||
<value>사용자 지정 테마가 선택되지 않았습니다.</value>
|
||||
</data>
|
||||
<data name="Common.Rename" xml:space="preserve">
|
||||
<value>이름 변경</value>
|
||||
</data>
|
||||
<data name="Common.Edit" xml:space="preserve">
|
||||
<value>편집</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.DeleteFailed" xml:space="preserve">
|
||||
<value>사용자 지정 테마 {0} 삭제에 실패했습니다: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.RenameFailed" xml:space="preserve">
|
||||
<value>사용자 지정 테마 {0} 이름 변경에 실패했습니다: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Title" xml:space="preserve">
|
||||
<value>백그라운드 업데이트</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Description" xml:space="preserve">
|
||||
<value>기다리는 대신 백그라운드에서 Roblox를 업데이트합니다. 느린 네트워크 환경에서는 권장되지 않습니다. 이 기능이 작동하려면 최소 3GB의 저장 공간이 필요합니다.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.UIElements" xml:space="preserve">
|
||||
<value>여기에 UI 요소를 추가하세요</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.MoreExamples" xml:space="preserve">
|
||||
<value>{0}에서 여러 부트스트래퍼 예시들을 확인할 수 있습니다</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Simple.MoreExamples" xml:space="preserve">
|
||||
<value>{0}에서 부트스트래퍼 예시를 찾아볼 수 있습니다</value>
|
||||
</data>
|
||||
<data name="CustomTheme.DefaultName" xml:space="preserve">
|
||||
<value>사용자 지정 테마 {0}</value>
|
||||
<comment>{0} is a string (e.g. '1', '1-1234')</comment>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Title" xml:space="preserve">
|
||||
<value>다중 인스턴스 실행 허용</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Description" xml:space="preserve">
|
||||
<value>동시에 여러 개의 Roblox 클라이언트를 실행할 수 있도록 합니다.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success.Description" xml:space="preserve">
|
||||
<value>테마가 저장되었습니다!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Errors.PreviewFailed" xml:space="preserve">
|
||||
<value>테마 미리보기 실패: {0}</value>
|
||||
</data>
|
||||
</root>
|
@ -714,7 +714,7 @@ Pasirinkus Ne, šis įspėjimas bus ignoruojamas ir diegimas bus tęsiamas.</val
|
||||
<value>Sukonfigūruokite papildomas funkcijas, kurios būtų naudojamos kartu su „Roblox“.</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.DesktopApp.Description" xml:space="preserve">
|
||||
<value>„Roblox“ visiškai užsidarys, kai paliksite žaidimą, vietoj grįžti atgal į programą. [Sugadins kai kuriuos dalykus.]({0})</value>
|
||||
<value>„Roblox“ visiškai užsidarys, kai paliksite žaidimą, vietoj grįžti atgal į programą. [Sugadins kai kuriuos dalykus!]({0})</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.DesktopApp.Title" xml:space="preserve">
|
||||
<value>Neišeiti iki darbalaukio programos</value>
|
||||
@ -814,7 +814,7 @@ Pasirinkus Ne, šis įspėjimas bus ignoruojamas ir diegimas bus tęsiamas.</val
|
||||
<value>Pakeitimai veiks kitą kartą paleidus „Roblox“.</value>
|
||||
</data>
|
||||
<data name="Menu.SettingsSaved.Title" xml:space="preserve">
|
||||
<value>Nustatymai išsaugoti!</value>
|
||||
<value>Nustatymai išsaugoti.</value>
|
||||
</data>
|
||||
<data name="Menu.Title" xml:space="preserve">
|
||||
<value>„Bloxstrap“ nustatymai</value>
|
||||
@ -1239,6 +1239,9 @@ Ar norėtumėte įjungti bandymo režimą?</value>
|
||||
<data name="Dialog.Exception.Version" xml:space="preserve">
|
||||
<value>{0} versija</value>
|
||||
</data>
|
||||
<data name="Enums.BootstrapperStyle.CustomDialog" xml:space="preserve">
|
||||
<value>Pasirinktinis</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.FilesInUse" xml:space="preserve">
|
||||
<value>„Bloxstrap“ bandė atnaujinti „Roblox“, bet negali, nes „Roblox“ failai vis dar naudojami.
|
||||
|
||||
@ -1267,4 +1270,233 @@ Uždarykite visas programas, kurios gali naudoti „Roblox“ failus, ir paleisk
|
||||
<value>Visi „Bloxstrap“ žurnalai</value>
|
||||
<comment>Label that appears next to a checkbox</comment>
|
||||
</data>
|
||||
<data name="App.OSDeprecation.Win7_81" xml:space="preserve">
|
||||
<value>„Roblox“ nebepalaiko „Windows 7“ arba „8.1“. Kad tęstumėte žaisti „Roblox“, atnaujinkite į „Windows 10“ ar naujesnę versiją.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Title" xml:space="preserve">
|
||||
<value>Nepavyko išskleisti failų</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Message" xml:space="preserve">
|
||||
<value>Kai kurio turinio gali trūkti. Kad tai ištaisytumėte, nustatymuose priverskite iš naujo įdiegti „Roblox“.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Title" xml:space="preserve">
|
||||
<value>Nepavyko pritaikyti modifikacijų</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Message" xml:space="preserve">
|
||||
<value>Ne visos modifikacijos bus pateiktos dabartiniame paleidime.</value>
|
||||
</data>
|
||||
<data name="Menu.About.Licenses.Apache" xml:space="preserve">
|
||||
<value>„Apache“ licencija 2.0</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Blank" xml:space="preserve">
|
||||
<value>Tuščia</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Simple" xml:space="preserve">
|
||||
<value>Paprasta</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.InvalidRoot" xml:space="preserve">
|
||||
<value>Temos XML šaknis nėra {0}.</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.DialogAlreadyInitialised" xml:space="preserve">
|
||||
<value>Pasirinktinis dialogo langas jau pradėtas.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.TooManyElements" xml:space="preserve">
|
||||
<value>Pasirinktinės pakopinės paleidyklės gali turėti daugiausiai {0} elementų, gavo {1}.</value>
|
||||
<comment>{0} and {1} are numbers</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSet" xml:space="preserve">
|
||||
<value>{0} versija nenustatyta.</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotNumber" xml:space="preserve">
|
||||
<value>{0} versija nėra skaičius.</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSupported" xml:space="preserve">
|
||||
<value>{0} versija {1} nebepalaikoma.</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotRecognised" xml:space="preserve">
|
||||
<value>{0} versija {1} neatpažinta.</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementInvalidChild" xml:space="preserve">
|
||||
<value>{0} negali turėti {1} antrinio.</value>
|
||||
<comment>{0} and {1} are element names (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownElement" xml:space="preserve">
|
||||
<value>Nežinomas elementas {0}.</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.XMLParseFailed" xml:space="preserve">
|
||||
<value>Nepavyko išanalizuoti temos failo: {0}.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeConversionError" xml:space="preserve">
|
||||
<value>{0} turi netinkamą {1}: {2}.</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissing" xml:space="preserve">
|
||||
<value>Elementas {0} neturi atributo {1}.</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeInvalidType" xml:space="preserve">
|
||||
<value>{0}.{1} nėra tinkamas {2}.</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeLargerThanMin" xml:space="preserve">
|
||||
<value>{0}.{1} turi būti didesnis už {2}.</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeSmallerThanMax" xml:space="preserve">
|
||||
<value>{0}.{1} turi būti mažesnis už {2}.</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownEnumValue" xml:space="preserve">
|
||||
<value>{0} nežinoma {1} „{2}“.</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the enum name (e.g. WindowCornerType), {2} is the value</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleDefinitions" xml:space="preserve">
|
||||
<value>{0} gali turėti tik vieną apibrėžtą {1}.</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleChildren" xml:space="preserve">
|
||||
<value>{0}.{1} gali turėti tik vieną antrinį.</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementMultipleChildren" xml:space="preserve">
|
||||
<value>{0} gali turėti tik vieną antrinį.</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissingChild" xml:space="preserve">
|
||||
<value>{0}.{1} trūksta antrinio.</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseError" xml:space="preserve">
|
||||
<value>{0}.{1} negalėjo būti išanalizuotas į {2}.</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseErrorNull" xml:space="preserve">
|
||||
<value>{0}.{1} {2} yra nulis.</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeBlacklistedUriScheme" xml:space="preserve">
|
||||
<value>{0}.{1} naudoja juodąjį sąrašo schemą {2}.</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the URI scheme (e.g. http)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementTypeCreationFailed" xml:space="preserve">
|
||||
<value>{0} nepavyko sukurti {1}: {2}.</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Title" xml:space="preserve">
|
||||
<value>Redaguojama „{0}“</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success" xml:space="preserve">
|
||||
<value>Tema sėkmingai išsaugota.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Error" xml:space="preserve">
|
||||
<value>Įvyko klaida išsaugant jūsų temą.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.ConfirmSave" xml:space="preserve">
|
||||
<value>Išsaugoti pakeitimus į {0}?</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save" xml:space="preserve">
|
||||
<value>Išsaugoti</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Preview" xml:space="preserve">
|
||||
<value>Peržiūrėti</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.OpenThemeDirectory" xml:space="preserve">
|
||||
<value>Atidaryti temų katalogą</value>
|
||||
</data>
|
||||
<data name="Common.CreateNew" xml:space="preserve">
|
||||
<value>Kurti naują</value>
|
||||
</data>
|
||||
<data name="Common.Import" xml:space="preserve">
|
||||
<value>Importuoti</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Title" xml:space="preserve">
|
||||
<value>Pridėti pasirinktinę temą</value>
|
||||
</data>
|
||||
<data name="Common.Template" xml:space="preserve">
|
||||
<value>Šablonas</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameEmpty" xml:space="preserve">
|
||||
<value>Pavadinimas negali būti tuščias.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameIllegalCharacters" xml:space="preserve">
|
||||
<value>Pavadinimas turi neleistinų simbolių.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameReserved" xml:space="preserve">
|
||||
<value>Pavadinimas negali būti naudojamas.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.Unknown" xml:space="preserve">
|
||||
<value>Nežinoma klaida.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameTaken" xml:space="preserve">
|
||||
<value>Pavadinimas jau naudojamas.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.FileNotZip" xml:space="preserve">
|
||||
<value>Failas turi būti ZIP.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipMissingThemeFile" xml:space="preserve">
|
||||
<value>Temos failo nepavyko rasti ZIP faile.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipInvalidData" xml:space="preserve">
|
||||
<value>Netinkamas arba sugadintas ZIP failas.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.NoThemeSelected" xml:space="preserve">
|
||||
<value>Nepasirinkta jokia pasirinktinė tema.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.SetupFailed" xml:space="preserve">
|
||||
<value>Nepavyko nustatyti pasirinktinės pakopinės paleidyklės: {0}.
|
||||
Nustatomas numatytasis į „{1}“.</value>
|
||||
<comment>{0} is the error reason, {1} is the theme name (e.g. Bloxstrap (Classic))</comment>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.NoneSelected" xml:space="preserve">
|
||||
<value>Nepasirinkta jokia pasirinktinė tema.</value>
|
||||
</data>
|
||||
<data name="Common.Rename" xml:space="preserve">
|
||||
<value>Pervadinti</value>
|
||||
</data>
|
||||
<data name="Common.Edit" xml:space="preserve">
|
||||
<value>Redaguoti</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.DeleteFailed" xml:space="preserve">
|
||||
<value>Nepavyko ištrinti pasirinktinės temos {0}: {1}.</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.RenameFailed" xml:space="preserve">
|
||||
<value>Nepavyko pervadinti pasirinktinės temos {0}: {1}.</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Title" xml:space="preserve">
|
||||
<value>Fono naujinimai</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Description" xml:space="preserve">
|
||||
<value>Atnaujinkite „Roblox“ fone vietoj to, kad lauktumėte. Nerekomenduojama naudoti lėtuose tinkluose. Kad ši funkcija veiktų, reikia bent 3 GB laisvos vietos saugykloje.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.UIElements" xml:space="preserve">
|
||||
<value>Įdėkite čia NS elementus</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.MoreExamples" xml:space="preserve">
|
||||
<value>Pasirinktinių pakopinių paleidyklių pavyzdžių galima rasti adresu {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Simple.MoreExamples" xml:space="preserve">
|
||||
<value>Raskite daugiau pasirinktinių pakopinių paleidyklių pavyzdžių adresu {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.DefaultName" xml:space="preserve">
|
||||
<value>Pasirinktinė tema {0}</value>
|
||||
<comment>{0} is a string (e.g. '1', '1-1234')</comment>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Title" xml:space="preserve">
|
||||
<value>Leisti paleisti daugybę serverių</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Description" xml:space="preserve">
|
||||
<value>Leidžia vienu metu atidaryti daugiau nei vieną „Roblox“ žaidimo kliento programos serverį.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success.Description" xml:space="preserve">
|
||||
<value>Jūsų tema išsaugota.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Errors.PreviewFailed" xml:space="preserve">
|
||||
<value>Nepavyko peržiūrėti temos: {0}.</value>
|
||||
</data>
|
||||
</root>
|
1504
Bloxstrap/Resources/Strings.lv.resx
Normal file
1504
Bloxstrap/Resources/Strings.lv.resx
Normal file
File diff suppressed because it is too large
Load Diff
@ -1230,6 +1230,9 @@ Adakah anda ingin mengaktifkan mod pengujian?</value>
|
||||
<data name="Dialog.Exception.Version" xml:space="preserve">
|
||||
<value>Versi {0}</value>
|
||||
</data>
|
||||
<data name="Enums.BootstrapperStyle.CustomDialog" xml:space="preserve">
|
||||
<value>Tersuai</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.FilesInUse" xml:space="preserve">
|
||||
<value>Bloxstrap cuba menaik taraf Roblox tetapi gagal kerana fail Roblox sedang digunakan.
|
||||
Sila tutup sebarang aplikasi yang mungkin menggunakan fail Roblox, dan cuba lagi.</value>
|
||||
@ -1257,4 +1260,232 @@ Sila tutup sebarang aplikasi yang mungkin menggunakan fail Roblox, dan cuba lagi
|
||||
<value>Semua log Bloxstrap</value>
|
||||
<comment>Label that appears next to a checkbox</comment>
|
||||
</data>
|
||||
<data name="App.OSDeprecation.Win7_81" xml:space="preserve">
|
||||
<value>Roblox tidak lagi menyokong Windows 7 atau 8.1. Untuk terus bermain Roblox, sila naik taraf ke Windows 10 atau versi yang lebih baharu.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Title" xml:space="preserve">
|
||||
<value>Gagal untuk mengekstrak fail</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Message" xml:space="preserve">
|
||||
<value>Sebahagian kandungan mungkin hilang. Sila pergi ke bahagian tetapan untuk memaksa pemasangan semula Roblox bagi membetulkan masalah ini.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Title" xml:space="preserve">
|
||||
<value>Gagal menerapkan pengubahsuaian</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Message" xml:space="preserve">
|
||||
<value>Tidak semua pengubahsuaian akan muncul dalam pelancaran.</value>
|
||||
</data>
|
||||
<data name="Menu.About.Licenses.Apache" xml:space="preserve">
|
||||
<value>Lesen Apache 2.0</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Blank" xml:space="preserve">
|
||||
<value>Kosong</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Simple" xml:space="preserve">
|
||||
<value>Ringkas</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.InvalidRoot" xml:space="preserve">
|
||||
<value>Akar XML tema bukan {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.DialogAlreadyInitialised" xml:space="preserve">
|
||||
<value>Dialog tersuai telah dimulakan</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.TooManyElements" xml:space="preserve">
|
||||
<value>Bootstrapper yang diubah boleh mempunyai maksimum {0} elemen, tetapi hanya akan menerima {1}</value>
|
||||
<comment>{0} and {1} are numbers</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSet" xml:space="preserve">
|
||||
<value>Versi {0} tidak ditetapkan</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotNumber" xml:space="preserve">
|
||||
<value>Versi {0} bukan nombor</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSupported" xml:space="preserve">
|
||||
<value>Versi {0} {1} tidak lagi disokong</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotRecognised" xml:space="preserve">
|
||||
<value>Versi {0} {1} tidak dikenali</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementInvalidChild" xml:space="preserve">
|
||||
<value>{0} tidak boleh mempunyai elemen bawahan {1}</value>
|
||||
<comment>{0} and {1} are element names (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownElement" xml:space="preserve">
|
||||
<value>Elemen {0} tidak diketahui</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.XMLParseFailed" xml:space="preserve">
|
||||
<value>Gagal untuk menghuraikan fail tema: {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeConversionError" xml:space="preserve">
|
||||
<value>{0} mempunyai {1} yang tidak sah: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissing" xml:space="preserve">
|
||||
<value>Elemen {0} tiada atribut {1}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeInvalidType" xml:space="preserve">
|
||||
<value>{0}.{1} bukan {2} yang sah</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeLargerThanMin" xml:space="preserve">
|
||||
<value>{0}.{1} mesti lebih besar daripada {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeSmallerThanMax" xml:space="preserve">
|
||||
<value>{0}.{1} mesti lebih kecil daripada {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownEnumValue" xml:space="preserve">
|
||||
<value>{0} {1} '{2}' tidak diketahui</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the enum name (e.g. WindowCornerType), {2} is the value</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleDefinitions" xml:space="preserve">
|
||||
<value>{0} hanya boleh mempunyai satu {1} yang ditetapkan</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleChildren" xml:space="preserve">
|
||||
<value>{0}.{1} hanya boleh mempunyai satu elemen bawahan</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementMultipleChildren" xml:space="preserve">
|
||||
<value>{0} hanya boleh mempunyai satu elemen bawahan</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissingChild" xml:space="preserve">
|
||||
<value>{0}.{1} tiada eleman bawahan</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseError" xml:space="preserve">
|
||||
<value>{0}.{1} gagal dihuraikan menjadi {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseErrorNull" xml:space="preserve">
|
||||
<value>{0}.{1} {2} adalah kosong</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeBlacklistedUriScheme" xml:space="preserve">
|
||||
<value>{0}: {1} menggunakan skema yang disenaraihitamkan {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the URI scheme (e.g. http)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementTypeCreationFailed" xml:space="preserve">
|
||||
<value>{0} tidak berjaya mencipta {1}: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Title" xml:space="preserve">
|
||||
<value>Menyunting "{0}"</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success" xml:space="preserve">
|
||||
<value>Tema berjaya disimpan!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Error" xml:space="preserve">
|
||||
<value>Ralat berlaku semasa menyimpan tema anda.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.ConfirmSave" xml:space="preserve">
|
||||
<value>Simpan perubahan pada {0}?</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save" xml:space="preserve">
|
||||
<value>Simpan</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Preview" xml:space="preserve">
|
||||
<value>Previu</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.OpenThemeDirectory" xml:space="preserve">
|
||||
<value>Buka Direktori Tema</value>
|
||||
</data>
|
||||
<data name="Common.CreateNew" xml:space="preserve">
|
||||
<value>Buat baharu</value>
|
||||
</data>
|
||||
<data name="Common.Import" xml:space="preserve">
|
||||
<value>Import</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Title" xml:space="preserve">
|
||||
<value>Tambah Tema Suai</value>
|
||||
</data>
|
||||
<data name="Common.Template" xml:space="preserve">
|
||||
<value>Templat</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameEmpty" xml:space="preserve">
|
||||
<value>Nama tidak boleh kosong</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameIllegalCharacters" xml:space="preserve">
|
||||
<value>Nama mengandungi aksara yang tidak sah</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameReserved" xml:space="preserve">
|
||||
<value>Nama tidak boleh digunakan</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.Unknown" xml:space="preserve">
|
||||
<value>Ralat tidak diketahui</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameTaken" xml:space="preserve">
|
||||
<value>Nama sudah digunakan</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.FileNotZip" xml:space="preserve">
|
||||
<value>Fail mesti dalam format ZIP</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipMissingThemeFile" xml:space="preserve">
|
||||
<value>Fail tema tidak dapat ditemui dalam fail ZIP</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipInvalidData" xml:space="preserve">
|
||||
<value>Fail ZIP tidak wujud atau telah rosak</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.NoThemeSelected" xml:space="preserve">
|
||||
<value>Tiada tema suai dipilih</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.SetupFailed" xml:space="preserve">
|
||||
<value>Gagal menyediakan bootstrapper tersuai: {0}. Menggunakan tetapan lalai balik kepada {1}.</value>
|
||||
<comment>{0} is the error reason, {1} is the theme name (e.g. Bloxstrap (Classic))</comment>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.NoneSelected" xml:space="preserve">
|
||||
<value>Tiada tema suai dipilih.</value>
|
||||
</data>
|
||||
<data name="Common.Rename" xml:space="preserve">
|
||||
<value>Namakan Semula</value>
|
||||
</data>
|
||||
<data name="Common.Edit" xml:space="preserve">
|
||||
<value>Edit</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.DeleteFailed" xml:space="preserve">
|
||||
<value>Gagal memadam tema tersuai {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.RenameFailed" xml:space="preserve">
|
||||
<value>Tidak berjaya menamakan semula tema tersuai {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Title" xml:space="preserve">
|
||||
<value>Kemas kini latar belakang</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Description" xml:space="preserve">
|
||||
<value>Kemas kini Roblox di latar belakang tanpa menunggu. Ciri ini tidak disarankan untuk internet yang perlahan dan memerlukan sekurang-kurangnya 3GB ruang storan kosong untuk ia berfungsi dengan baik.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.UIElements" xml:space="preserve">
|
||||
<value>Letakkan elemen UI di sini</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.MoreExamples" xml:space="preserve">
|
||||
<value>Contoh bootstrappers suai boleh didapati di {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Simple.MoreExamples" xml:space="preserve">
|
||||
<value>Cari lebih banyak contoh bootstrapper di {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.DefaultName" xml:space="preserve">
|
||||
<value>Tema Suai {0}</value>
|
||||
<comment>{0} is a string (e.g. '1', '1-1234')</comment>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Title" xml:space="preserve">
|
||||
<value>Benarkan pelancaran lebih dari satu instance</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Description" xml:space="preserve">
|
||||
<value>Membenarkan lebih daripada satu instance klien permainan Roblox dibuka secara serentak.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success.Description" xml:space="preserve">
|
||||
<value>Tema anda telah disimpan!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Errors.PreviewFailed" xml:space="preserve">
|
||||
<value>Gagal untuk previu tema: {0}</value>
|
||||
</data>
|
||||
</root>
|
@ -1238,6 +1238,9 @@ Wilt u de testmodus inschakelen?</value>
|
||||
<data name="Dialog.Exception.Version" xml:space="preserve">
|
||||
<value>Versie {0}</value>
|
||||
</data>
|
||||
<data name="Enums.BootstrapperStyle.CustomDialog" xml:space="preserve">
|
||||
<value>Aangepast</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.FilesInUse" xml:space="preserve">
|
||||
<value>Bloxstrap heeft geprobeerd Roblox bij te werken, maar kan dit niet omdat de bestanden van Roblox nog in gebruik zijn.
|
||||
|
||||
@ -1266,4 +1269,233 @@ Sluit alstublieft alle applicaties die mogelijk de bestanden van Roblox gebruike
|
||||
<value>Alle Bloxstrap logs</value>
|
||||
<comment>Label that appears next to a checkbox</comment>
|
||||
</data>
|
||||
<data name="App.OSDeprecation.Win7_81" xml:space="preserve">
|
||||
<value>Roblox ondersteunt niet meer Windows 7 of 8.1. Voor Roblox te blijven spelen, upgrade naar Windows 10 of nieuwer.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Title" xml:space="preserve">
|
||||
<value>Kon niet alle bestanden uitpakken</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Message" xml:space="preserve">
|
||||
<value>Er kan inhoud ontbreken. Forceer een Roblox herinstallatie in de instellingen om dit op te lossen.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Title" xml:space="preserve">
|
||||
<value>Toepassen van wijzigingen mislukt</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Message" xml:space="preserve">
|
||||
<value>Niet alle wijzigingen zullen aanwezig zijn in de huidige lancering.</value>
|
||||
</data>
|
||||
<data name="Menu.About.Licenses.Apache" xml:space="preserve">
|
||||
<value>Apache Licentie 2.0</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Blank" xml:space="preserve">
|
||||
<value>Blanco</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Simple" xml:space="preserve">
|
||||
<value>Simpel</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.InvalidRoot" xml:space="preserve">
|
||||
<value>Thema XML root is niet {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.DialogAlreadyInitialised" xml:space="preserve">
|
||||
<value>Aangepaste dialoog is al geïnitialiseerd</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.TooManyElements" xml:space="preserve">
|
||||
<value>Aangepaste bootstrappers kunnen maar een maximum hebben van {0} elementen, kreeg {1}</value>
|
||||
<comment>{0} and {1} are numbers</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSet" xml:space="preserve">
|
||||
<value>{0} versie is niet ingesteld</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotNumber" xml:space="preserve">
|
||||
<value>{0} versie is geen nummer</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSupported" xml:space="preserve">
|
||||
<value>{0} versie {1} is niet langer ondersteund</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotRecognised" xml:space="preserve">
|
||||
<value>{0} versie {1} is niet herkend</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementInvalidChild" xml:space="preserve">
|
||||
<value>{0} kan geen kind hebben van {1}</value>
|
||||
<comment>{0} and {1} are element names (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownElement" xml:space="preserve">
|
||||
<value>Onbekende element {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.XMLParseFailed" xml:space="preserve">
|
||||
<value>Thema bestand parsen mislukt: {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeConversionError" xml:space="preserve">
|
||||
<value>{0} heeft ongeldige {1}: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissing" xml:space="preserve">
|
||||
<value>Element {0} mist het {1} attribuut</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeInvalidType" xml:space="preserve">
|
||||
<value>{0}.{1} is geen geldige {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeLargerThanMin" xml:space="preserve">
|
||||
<value>{0}.{1} moet groter zijn dan {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeSmallerThanMax" xml:space="preserve">
|
||||
<value>{0}.{1} moet kleiner zijn dan {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownEnumValue" xml:space="preserve">
|
||||
<value>{0} Onbekend {1} '{2}'</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the enum name (e.g. WindowCornerType), {2} is the value</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleDefinitions" xml:space="preserve">
|
||||
<value>{0} kan slechts één {1} gedefinieerd hebben</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleChildren" xml:space="preserve">
|
||||
<value>{0}.{1} kan slechts één kind hebben</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementMultipleChildren" xml:space="preserve">
|
||||
<value>{0} kan slechts één kind hebben</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissingChild" xml:space="preserve">
|
||||
<value>{0}.{1} mist zijn kind</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseError" xml:space="preserve">
|
||||
<value>{0}.{1} kon niet worden afgeleid in een {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseErrorNull" xml:space="preserve">
|
||||
<value>{0}.{1} {2} is null</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeBlacklistedUriScheme" xml:space="preserve">
|
||||
<value>{0}.{1} maakt gebruik van het programma op de zwarte lijst {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the URI scheme (e.g. http)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementTypeCreationFailed" xml:space="preserve">
|
||||
<value>{0} is mislukt om te maken {1}: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Title" xml:space="preserve">
|
||||
<value>Bewerken "{0}"</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success" xml:space="preserve">
|
||||
<value>Thema succesvol opgeslagen!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Error" xml:space="preserve">
|
||||
<value>Er is een fout opgetreden bij het opslaan van uw thema.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.ConfirmSave" xml:space="preserve">
|
||||
<value>Wijzigingen opslaan in {0}?</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save" xml:space="preserve">
|
||||
<value>Opslaan</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Preview" xml:space="preserve">
|
||||
<value>Voorbeeld</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.OpenThemeDirectory" xml:space="preserve">
|
||||
<value>Open themamap</value>
|
||||
</data>
|
||||
<data name="Common.CreateNew" xml:space="preserve">
|
||||
<value>Maak nieuw</value>
|
||||
</data>
|
||||
<data name="Common.Import" xml:space="preserve">
|
||||
<value>Importeer</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Title" xml:space="preserve">
|
||||
<value>Aangepaste thema toevoegen</value>
|
||||
</data>
|
||||
<data name="Common.Template" xml:space="preserve">
|
||||
<value>Sjabloon</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameEmpty" xml:space="preserve">
|
||||
<value>Naam kan niet leeg zijn</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameIllegalCharacters" xml:space="preserve">
|
||||
<value>Naam bevat ongeldige tekens</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameReserved" xml:space="preserve">
|
||||
<value>Naam kan niet gebruikt worden</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.Unknown" xml:space="preserve">
|
||||
<value>Onbekende fout</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameTaken" xml:space="preserve">
|
||||
<value>Naam wordt al gebruikt</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.FileNotZip" xml:space="preserve">
|
||||
<value>Bestand moet een ZIP zijn</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipMissingThemeFile" xml:space="preserve">
|
||||
<value>Thema bestand kon niet worden gevonden in het ZIP bestand</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipInvalidData" xml:space="preserve">
|
||||
<value>Ongeldig of beschadigd ZIP bestand</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.NoThemeSelected" xml:space="preserve">
|
||||
<value>Geen aangepaste thema geselecteerd</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.SetupFailed" xml:space="preserve">
|
||||
<value>Het instellen van aangepaste bootstrapper: {0}.
|
||||
Word ingesteld op de standaard {1}.</value>
|
||||
<comment>{0} is the error reason, {1} is the theme name (e.g. Bloxstrap (Classic))</comment>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.NoneSelected" xml:space="preserve">
|
||||
<value>Geen aangepaste thema geselecteerd.</value>
|
||||
</data>
|
||||
<data name="Common.Rename" xml:space="preserve">
|
||||
<value>Hernoemen</value>
|
||||
</data>
|
||||
<data name="Common.Edit" xml:space="preserve">
|
||||
<value>Aanpassen</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.DeleteFailed" xml:space="preserve">
|
||||
<value>Aangepast thema verwijderen mislukt {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.RenameFailed" xml:space="preserve">
|
||||
<value>Hernoemen van aangepast thema {0} mislukt: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Title" xml:space="preserve">
|
||||
<value>Updates op de achtergrond</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Description" xml:space="preserve">
|
||||
<value>Update Roblox op de achtergrond in plaats van te wachten. Niet aanbevolen voor langzame netwerken. Ten minste 3 GB aan vrije opslagruimte is vereist om deze functie te laten werken.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.UIElements" xml:space="preserve">
|
||||
<value>Zet UI elementen hier</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.MoreExamples" xml:space="preserve">
|
||||
<value>Voorbeelden van aangepaste bootstrappers kunnen worden gevonden bij {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Simple.MoreExamples" xml:space="preserve">
|
||||
<value>Vind meer aangepaste bootstrapper voorbeelden in {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.DefaultName" xml:space="preserve">
|
||||
<value>Aangepast thema {0}</value>
|
||||
<comment>{0} is a string (e.g. '1', '1-1234')</comment>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Title" xml:space="preserve">
|
||||
<value>Sta multi-instance toe.</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Description" xml:space="preserve">
|
||||
<value>Maakt het mogelijk om meer dan één Roblox spel client tegelijk te openen.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success.Description" xml:space="preserve">
|
||||
<value>Uw thema is opgeslagen!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Errors.PreviewFailed" xml:space="preserve">
|
||||
<value>Voorbeeld van thema mislukt: {0}</value>
|
||||
</data>
|
||||
</root>
|
@ -127,7 +127,7 @@
|
||||
<value>Możliwe, że Roblox w tej chwili ma awarię. Więcej informacji na {0}.</value>
|
||||
</data>
|
||||
<data name="Dialog.Connectivity.BadConnection" xml:space="preserve">
|
||||
<value>Nie można nawiązać połączenia, co prawdopodobnie wskazuje na słabe połączenie z internetem lub blok firewall. Jeśli połączenie jest w porządku, upewnij się, że twój antywirus nie blokuje Bloxstrap.</value>
|
||||
<value>Nie można nawiązać połączenia, co prawdopodobnie wskazuje na słabe połączenie z internetem lub blokadę przez Firewall. Jeśli połączenie jest w porządku, upewnij się, że twój antywirus nie blokuje Bloxstrap.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.FirstRunUninstall" xml:space="preserve">
|
||||
<value>Musisz najpierw zainstalować Bloxstrap, żeby móc go odinstalować.</value>
|
||||
@ -390,10 +390,10 @@ Jeśli nie, zgłoś ten błąd przez [GitHub]({1}) wraz z utworzoną kopią plik
|
||||
<value>Jasny</value>
|
||||
</data>
|
||||
<data name="InstallChecker.Updated" xml:space="preserve">
|
||||
<value>Bloxstrap został zaktualizowany do wersji v{0}</value>
|
||||
<value>Bloxstrap został zaktualizowany do wersji {0}</value>
|
||||
</data>
|
||||
<data name="InstallChecker.VersionDifferentThanInstalled" xml:space="preserve">
|
||||
<value>Wersja Bloxstrap, którą uruchomiłeś, różni się od wersji, którą aktualnie zainstalowałeś.
|
||||
<value>Wersja Bloxstrap, którą uruchomiłeś, różni się od wersji, którą masz aktualnie zainstalowaną.
|
||||
Czy chcesz zaktualizować aktualnie zainstalowaną wersję?</value>
|
||||
</data>
|
||||
<data name="Menu.About.Contributors" xml:space="preserve">
|
||||
@ -412,7 +412,7 @@ Czy chcesz zaktualizować aktualnie zainstalowaną wersję?</value>
|
||||
<value>Specjalne Podziękowania</value>
|
||||
</data>
|
||||
<data name="Menu.About.Description" xml:space="preserve">
|
||||
<value>Alternatywny launcher dla Roblox z wieloma dodatkowymi funkcjami.</value>
|
||||
<value>Alternatywny bootstrapper dla Roblox z wieloma dodatkowymi funkcjami.</value>
|
||||
</data>
|
||||
<data name="Menu.About.DiscordServer" xml:space="preserve">
|
||||
<value>Serwer Discord</value>
|
||||
@ -452,10 +452,10 @@ Czy chcesz zaktualizować aktualnie zainstalowaną wersję?</value>
|
||||
<value>Bloxstrap już jest uruchomiony</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.Bootstrapper.Description" xml:space="preserve">
|
||||
<value>Możesz sprawić, że będzie wyglądać inaczej, retro lub nawet po prostu jak Roblox.</value>
|
||||
<value>Możesz sprawić, że będzie wyglądać inaczej, w stylu retro lub po prostu jak standardowy Roblox.</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.Bootstrapper.Title" xml:space="preserve">
|
||||
<value>Launcher</value>
|
||||
<value>Bootstrapper</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.Customisation.Description" xml:space="preserve">
|
||||
<value>Skonfiguruj inne różne konfigurowalne opcje.</value>
|
||||
@ -464,25 +464,25 @@ Czy chcesz zaktualizować aktualnie zainstalowaną wersję?</value>
|
||||
<value>Dostosowywanie</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomisationIcon.Description" xml:space="preserve">
|
||||
<value>Musi to być plik .ico o rozmiarach od 16px do 128px. Ustaw ikonę jako „Niestandardową”, aby ją zastosować.</value>
|
||||
<value>Musi to być plik w formacie .ico o rozmiarach od 16px do 128px. Ustaw ikonę jako „Niestandardową”, aby ją zastosować.</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomisationIcon.Title" xml:space="preserve">
|
||||
<value>Niestandardowa Ikona</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomisationTitle.Description" xml:space="preserve">
|
||||
<value>Tekst, który się wyświetla jako nazwa launchera.</value>
|
||||
<value>Tekst, który się wyświetla jako nazwa bootstrappera.</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomisationTitle.Title" xml:space="preserve">
|
||||
<value>Tytuł</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.Description" xml:space="preserve">
|
||||
<value>Skonfiguruj jak Bloxstrap powinien wyglądać.</value>
|
||||
<value>Skonfiguruj, jak Bloxstrap powinien wyglądać.</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.Global.Theme.Title" xml:space="preserve">
|
||||
<value>Globalny motyw</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.Icon.Description" xml:space="preserve">
|
||||
<value>Wybierz jakiej ikony ma używać.</value>
|
||||
<value>Wybierz, jaką ikonę ma używać.</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.Icon.Title" xml:space="preserve">
|
||||
<value>Ikona</value>
|
||||
@ -491,7 +491,7 @@ Czy chcesz zaktualizować aktualnie zainstalowaną wersję?</value>
|
||||
<value>Podgląd</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.Style.Description" xml:space="preserve">
|
||||
<value>Wybierz, jak ma to wyglądać. Ciemny motyw nie dotyczy Legacy/Vista.</value>
|
||||
<value>Wybierz, jak ma to wyglądać. Ciemny motyw nie dotyczy stylów Legacy i Vista.</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.Style.Title" xml:space="preserve">
|
||||
<value>Styl</value>
|
||||
@ -503,7 +503,7 @@ Czy chcesz zaktualizować aktualnie zainstalowaną wersję?</value>
|
||||
<value>Bloxstrap automatycznie zaktualizuje się po uruchomieniu Roblox.</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.AutoUpdate.Title" xml:space="preserve">
|
||||
<value>Automatycznie zaktualizuj Bloxstrap</value>
|
||||
<value>Automatycznie aktualizuj Bloxstrap</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.ConfirmLaunches.Description" xml:space="preserve">
|
||||
<value>Zapobiegnij zamknięciu istniejącej sesji przed przypadkowym uruchomieniem innej.</value>
|
||||
@ -518,10 +518,10 @@ Czy chcesz zaktualizować aktualnie zainstalowaną wersję?</value>
|
||||
<value>Roblox będzie zainstalowany na nowo przy następnym uruchomieniu.</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.ForceRobloxReinstall.Title" xml:space="preserve">
|
||||
<value>Zmuś Roblox do re-instalacji</value>
|
||||
<value>Zmuś Roblox do ponownej instalacji</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.Title" xml:space="preserve">
|
||||
<value>Launcher</value>
|
||||
<value>Bootstrapper</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.AddNew" xml:space="preserve">
|
||||
<value>Dodaj nową</value>
|
||||
@ -533,14 +533,14 @@ Czy chcesz zaktualizować aktualnie zainstalowaną wersję?</value>
|
||||
<value>Wróć</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.BannerText" xml:space="preserve">
|
||||
<value>Niewłaściwe użycie tego może doprowadzić do niestabilności lub nieoczekiwanych zdarzeń.</value>
|
||||
<value>Niewłaściwe używanie może doprowadzić do niestabilności lub nieoczekiwanych zdarzeń.</value>
|
||||
<comment>The element that this string is rendered in *cannot be wrapped* and may be truncated when displayed if too long. If so, try and paraphrase a shortened version.</comment>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.BannerTitle" xml:space="preserve">
|
||||
<value>Używaj z ostrożnością.</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.ConflictingImport" xml:space="preserve">
|
||||
<value>Niektóre flagi, które próbujesz zaimportować, mają już ustawione wartości. Czy chcesz nadpisać ich aktualne wartości wartościami zdefiniowanymi w imporcie?
|
||||
<value>Niektóre flagi, które próbujesz importować, mają już ustawione wartości. Czy chcesz nadpisać ich aktualne wartości wartościami zdefiniowanymi w imporcie?
|
||||
|
||||
Istnieje {0} sprzecznych definicji flag:
|
||||
{1}</value>
|
||||
@ -559,7 +559,7 @@ Istnieje {0} sprzecznych definicji flag:
|
||||
<value>Wpis dla '{0}' jest nieprawidłowy, ponieważ nazwa może zawierać tylko litery, cyfry i znaki podłogi</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.InvalidJSON" xml:space="preserve">
|
||||
<value>JSON, który wprowadziłeś, wydaje się nieprawidłowy. Sprawdź to dokładnie i spróbuj ponownie.
|
||||
<value>JSON, który wprowadziłeś, wydaje się nieprawidłowy. Sprawdź kod dokładnie i spróbuj ponownie.
|
||||
|
||||
Więcej informacji:
|
||||
{0}</value>
|
||||
@ -583,7 +583,7 @@ Czy jesteś pewien, że chcesz kontynuować?</value>
|
||||
<value>Pokaż ustawione flagi</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.Title" xml:space="preserve">
|
||||
<value>Edytor Fast Flag'ów</value>
|
||||
<value>Edytor Fast Flagów</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.Warning.Back" xml:space="preserve">
|
||||
<value>Wróć</value>
|
||||
@ -592,12 +592,12 @@ Czy jesteś pewien, że chcesz kontynuować?</value>
|
||||
<value>Wiem, co robię!</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.Warning.Header" xml:space="preserve">
|
||||
<value>Czy na pewno wiesz, co robisz?</value>
|
||||
<value>Czy jesteś świadom, co robisz?</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.Warning.Text" xml:space="preserve">
|
||||
<value>Fast Flagi są niezwykle potężne, ponieważ są przeznaczone do użytku wyłącznie przez inżynierów Roblox. Chociaż mogą być bardzo przydatne, ręczna konfiguracja może spowodować poważne problemy ze stabilnością i funkcjonalnością. NIE używaj edytora, jeśli nie jesteś pewien, co robisz.
|
||||
<value>Fast Flagi są niezwykle potężne, ponieważ są przeznaczone do użytku wyłącznie przez deweloperów Roblox. Chociaż mogą być bardzo przydatne, ręczna konfiguracja może spowodować poważne problemy ze stabilnością i funkcjonalnością. NIE używaj edytora, jeśli nie jesteś w pełni pewien, co robisz.
|
||||
|
||||
Również NIE używaj tego do importowania dużych „list flag” utworzonych przez inne osoby, które obiecują poprawę wydajności lub tym podobne. Podlegają one wyżej wymienionym problemom i będą powodować problemy, ponieważ nie będziesz w pełni świadomy tego, co się zmienia. Jeśli miałeś zamiar to zrobić, WRÓĆ.</value>
|
||||
Również NIE używaj tego do importowania dużych „list fast flagów” utworzonych przez inne osoby, które obiecują rzekomą poprawę wydajności i tym podobne. Podlegają one wyżej wymienionym problemom i mogą one powodować różne problemy, ponieważ nie będziesz w pełni świadomy wprowadzonych zmian. Jeśli miałeś zamiar to zrobić, lepiej WRÓĆ.</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlags.Description" xml:space="preserve">
|
||||
<value>Kontroluj sposób konfiguracji określonych parametrów i funkcji silnika Roblox.</value>
|
||||
@ -623,13 +623,13 @@ Również NIE używaj tego do importowania dużych „list flag” utworzonych p
|
||||
<value>Zachowaj jakość renderowania dzięki skalowaniu wyświetlacza</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlags.Presets.FPSLimit.Description" xml:space="preserve">
|
||||
<value>Ustaw wartość na 0, jeśli chcesz użyć domyślnego limitera klatek na sekundę Roblox'a.</value>
|
||||
<value>Ustaw wartość na 0, jeśli chcesz użyć domyślnego limitera klatek na sekundę.</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlags.Presets.FPSLimit.Title" xml:space="preserve">
|
||||
<value>Limit liczby klatek na sekundę</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlags.Presets.HideGuis.Description" xml:space="preserve">
|
||||
<value>Przełączane za pomocą [skrótów klawiaturowych]({0}). Działa tylko wtedy, gdy należysz do [grupy Bloxstrap]({1}) w Roblox.</value>
|
||||
<value>Przełączane za pomocą [skrótów klawiszowych]({0}). Działa tylko wtedy, gdy należysz do [grupy Bloxstrap]({1}) w Roblox.</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlags.Presets.HideGuis.Title" xml:space="preserve">
|
||||
<value>Włącz możliwość ukrywania GUI (interfejsu gry)</value>
|
||||
@ -744,7 +744,7 @@ Wybranie opcji „Nie” spowoduje zignorowanie tego ostrzeżenia i kontynuowani
|
||||
<value>Wtyczki</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.Description" xml:space="preserve">
|
||||
<value>Zarządzaj i stosuj modyfikacje plików w kliencie gry Roblox.</value>
|
||||
<value>Zarządzaj i stosuj modyfikacje plików w kliencie Roblox.</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.Help.Description" xml:space="preserve">
|
||||
<value>Zobacz informacje o zarządzaniu i tworzeniu modów.</value>
|
||||
@ -754,7 +754,7 @@ Wybranie opcji „Nie” spowoduje zignorowanie tego ostrzeżenia i kontynuowani
|
||||
<value>Wybierz czcionkę...</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.Misc.CustomFont.Description" xml:space="preserve">
|
||||
<value>Rozmiar czcionki można dostosować w zakładce ustawienia silnika.</value>
|
||||
<value>Rozmiar czcionki można dostosować w zakładce „Ustawienia silnika”.</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.Misc.CustomFont.Invalid" xml:space="preserve">
|
||||
<value>Wybrany plik nie wydaje się być prawidłowym plikiem czcionki.</value>
|
||||
@ -772,31 +772,31 @@ Wybranie opcji „Nie” spowoduje zignorowanie tego ostrzeżenia i kontynuowani
|
||||
<value>Otwórz folder z modami</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.Presets.EmojiType.Description" xml:space="preserve">
|
||||
<value>Wybierz jakich emotikonów Roblox ma używać.</value>
|
||||
<value>Wybierz, jaki rodzaj emoji Roblox powinien używać.</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.Presets.EmojiType.Title" xml:space="preserve">
|
||||
<value>Preferowany wygląd emotikonów</value>
|
||||
<value>Preferowany wygląd emoji</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.Presets.MouseCursor.Description" xml:space="preserve">
|
||||
<value>Wybierz, między dwoma klasycznymi kursorami.</value>
|
||||
<value>Wybierz między dwoma klasycznymi kursorami.</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.Presets.MouseCursor.Title" xml:space="preserve">
|
||||
<value>Kursor myszki</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.Presets.OldAvatarEditor.Description" xml:space="preserve">
|
||||
<value>Przywróć stare tło edytora awataru, które było używane w aplikacji Roblox przed 2020 rokiem.</value>
|
||||
<value>Przywróć stare tło edytora awatarów, które było używane w aplikacji Roblox przed 2020.</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.Presets.OldAvatarEditor.Title" xml:space="preserve">
|
||||
<value>Użyj starego tła edytora awatara</value>
|
||||
<value>Użyj starego tła edytora awatarów</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.Presets.OldCharacterSounds.Description" xml:space="preserve">
|
||||
<value>Próba przywrócenia z powrotem klasycznych dźwięków postaci, które były używane przed rokiem 2014.</value>
|
||||
<value>Przywróć z powrotem klasyczne dźwięki postaci, które były używane przed rokiem 2014.</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.Presets.OldCharacterSounds.Title" xml:space="preserve">
|
||||
<value>Dodaj klasyczne dźwięki postaci</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.Presets.OldDeathSound.Description" xml:space="preserve">
|
||||
<value>Przynieś z powrotem klasyczny dźwięk śmierci 'oof'.</value>
|
||||
<value>Przywróć klasyczny dźwięk śmierci 'oof'.</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.Presets.OldDeathSound.Title" xml:space="preserve">
|
||||
<value>Użyj klasycznego dźwięku śmierci</value>
|
||||
@ -838,7 +838,7 @@ Wybranie opcji „Nie” spowoduje zignorowanie tego ostrzeżenia i kontynuowani
|
||||
<value>Dotyczy tylko gier uruchamianych ze strony Roblox.</value>
|
||||
</data>
|
||||
<data name="Enums.FlagPresets.InGameMenuVersion.V4Chrome" xml:space="preserve">
|
||||
<value>2024 (Wersja 4 + Nowy interfejs gry)</value>
|
||||
<value>2023 (Wersja 4 + Nowy interfejs gry)</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlags.Presets.Categories.Rendering" xml:space="preserve">
|
||||
<value>Renderowanie i grafika</value>
|
||||
@ -847,10 +847,10 @@ Wybranie opcji „Nie” spowoduje zignorowanie tego ostrzeżenia i kontynuowani
|
||||
<value>Układ i interfejs użytkownika</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlags.ManagerEnabled.Title" xml:space="preserve">
|
||||
<value>Zezwól Bloxstrap'owi na zarządzanie Fast Flagami</value>
|
||||
<value>Zezwól Bloxstrapowi na zarządzanie Fast Flagami</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlags.ManagerEnabled.Description" xml:space="preserve">
|
||||
<value>Wyłączenie tego zapobiegnie zastosowaniu jakichkolwiek ustawień skonfigurowanych tutaj do Roblox.</value>
|
||||
<value>Wyłączenie tego uniemożliwi zastosowanie jakichkolwiek ustawień skonfigurowanych tutaj do Roblox.</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlags.Presets.MSAA.Title" xml:space="preserve">
|
||||
<value>Jakość antyaliasingu (MSAA)</value>
|
||||
@ -868,7 +868,7 @@ Wybranie opcji „Nie” spowoduje zignorowanie tego ostrzeżenia i kontynuowani
|
||||
<value>Jakość tekstur</value>
|
||||
</data>
|
||||
<data name="Enums.FlagPresets.TextureQuality.Level0" xml:space="preserve">
|
||||
<value>Poziom 0 (najniższy)</value>
|
||||
<value>Poziom 0 (Najniższy)</value>
|
||||
</data>
|
||||
<data name="Enums.FlagPresets.TextureQuality.Level1" xml:space="preserve">
|
||||
<value>Poziom 1</value>
|
||||
@ -877,7 +877,7 @@ Wybranie opcji „Nie” spowoduje zignorowanie tego ostrzeżenia i kontynuowani
|
||||
<value>Poziom 2</value>
|
||||
</data>
|
||||
<data name="Enums.FlagPresets.TextureQuality.Level3" xml:space="preserve">
|
||||
<value>Poziom 3 (najwyższy)</value>
|
||||
<value>Poziom 3 (Najwyższy)</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlags.Presets.DisablePlayerShadows.Title" xml:space="preserve">
|
||||
<value>Wyłącz cienie graczy</value>
|
||||
@ -934,11 +934,11 @@ Wybranie opcji „Nie” spowoduje zignorowanie tego ostrzeżenia i kontynuowani
|
||||
<value>Witaj</value>
|
||||
</data>
|
||||
<data name="Installer.Install.Title" xml:space="preserve">
|
||||
<value>Zainstaluj</value>
|
||||
<value>Instalacja</value>
|
||||
<comment>Refers to "Install" as a verb</comment>
|
||||
</data>
|
||||
<data name="Installer.Completion.Title" xml:space="preserve">
|
||||
<value>Ukończenie</value>
|
||||
<value>Zakończenie</value>
|
||||
</data>
|
||||
<data name="Common.Navigation.Back" xml:space="preserve">
|
||||
<value>Wstecz</value>
|
||||
@ -949,9 +949,9 @@ Wybranie opcji „Nie” spowoduje zignorowanie tego ostrzeżenia i kontynuowani
|
||||
<data name="Installer.Welcome.MainText" xml:space="preserve">
|
||||
<value>Dziękujemy za pobranie Bloxstrap!
|
||||
|
||||
Jedynymi oficjalnymi stronami internetowymi do pobrania Bloxstrap to {0} i {1}, więc potwierdź, że na pewno zainstalowałeś program z jednego z powyżej wymienionych źródeł.
|
||||
Jedynymi oficjalnymi stronami internetowymi do pobrania Bloxstrap są {0} i {1}, więc sprawdź, czy na pewno zainstalowałeś program z jednego z powyżej wymienionych źródeł.
|
||||
|
||||
Instalacja nie zajmie długo, i będziesz mógł skonfigurować wszystkie ustawienia dopiero po procesie instalacji.</value>
|
||||
Instalacja nie powinna zająć długo. Po tym procesie będziesz mógł skonfigurować wszystkie ustawienia.</value>
|
||||
<comment>{0} and {1} are URLs</comment>
|
||||
</data>
|
||||
<data name="Installer.Welcome.NextToContinue" xml:space="preserve">
|
||||
@ -985,7 +985,7 @@ Roblox nie został jeszcze zainstalowany, co powinno nastąpić po pierwszym uru
|
||||
|
||||
Zalecane jest unikanie używania skrótu „Roblox Player” do uruchomienia Roblox, ponieważ ten nie uruchamia Bloxstrap. Jeżeli nie widzisz Bloxstrap podczas uruchamiania ze strony internetowej, zwyczajnie uruchom Roblox z Bloxstrap jeden raz z pulpitu, aby to naprawić.
|
||||
|
||||
Co chciałbyś teraz zrobić?</value>
|
||||
Co chciałbyś zrobić teraz?</value>
|
||||
</data>
|
||||
<data name="Installer.Completion.Settings.Title" xml:space="preserve">
|
||||
<value>Skonfiguruj ustawienia Bloxstrap</value>
|
||||
@ -1041,14 +1041,14 @@ Bloxstrap był zainstalowany na "{1}".</value>
|
||||
<data name="Dialog.Exception.Info.2.Alt" xml:space="preserve">
|
||||
<value>Sprawdź [Bloxstrap Wiki]({0}), aby upewnić się, czy twój problem nie został już rozwiązany.
|
||||
|
||||
Jeśli nie, zgłoś problem twórcom tego „fork”-a. Podkreślamy, aby NIE zgłaszać tego na oficjalnego GitHub'a, gdyż nie jest to oficjalna wersja programu i nie jesteśmy za nią odpowiedzialni.</value>
|
||||
Jeśli nie, zgłoś problem twórcom tej zmodyfikowanej wersji programu. Podkreślamy, aby NIE zgłaszać tego na oficjalnego GitHuba, gdyż nie jest to oficjalna wersja programu i nie jesteśmy za nią odpowiedzialni.</value>
|
||||
<comment>"fork" in general means "a variation of" or "a different version of". You can alternatively write the first sentence as "...to the maintainers of this version."</comment>
|
||||
</data>
|
||||
<data name="Installer.Install.Shortcuts.Description" xml:space="preserve">
|
||||
<value>To są ogólne skróty, które otwierają menu uruchamiania z wieloma opcjami. Skróty do konkretnych funkcji można utworzyć później w ustawieniach.</value>
|
||||
</data>
|
||||
<data name="Menu.Shortcuts.Description" xml:space="preserve">
|
||||
<value>Skonfiguruj, w jaki sposób możesz łatwo uruchomić Bloxstrap.</value>
|
||||
<value>Skonfiguruj, w jaki sposób chcesz uruchamiać Bloxstrap.</value>
|
||||
</data>
|
||||
<data name="Menu.Shortcuts.General.Title" xml:space="preserve">
|
||||
<value>Ogólne</value>
|
||||
@ -1069,7 +1069,7 @@ Jeśli nie, zgłoś problem twórcom tego „fork”-a. Podkreślamy, aby NIE zg
|
||||
<value>Połączono z serwerem zarezerwowanym</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.Presets.EmojiType.Error" xml:space="preserve">
|
||||
<value>Modyfikacja emotikonów nie może być w tej chwili zastosowana.</value>
|
||||
<value>Modyfikacja emoji nie może być w tej chwili zastosowana.</value>
|
||||
</data>
|
||||
<data name="Dialog.AlreadyRunning.Installer" xml:space="preserve">
|
||||
<value>Proszę poczekać na zakończenie instalacji.</value>
|
||||
@ -1102,9 +1102,9 @@ Czy jesteś pewien, że chcesz kontynuować?</value>
|
||||
<value>Roblox uległ awarii.</value>
|
||||
</data>
|
||||
<data name="Dialog.PlayerError.HelpInformation" xml:space="preserve">
|
||||
<value>Aby dowiedzieć się, dlaczego może to się zdarzyć i jak można to rozwiązać, proszę przeczytaj [ten artykuł pomocy] ({0}).
|
||||
<value>Aby dowiedzieć się, dlaczego to się dzieje i jak można to rozwiązać, proszę przeczytać [ten artykuł pomocy]({0}).
|
||||
|
||||
Sprawdź, czy Roblox współpracuje z [oryginalnym programem uruchamiającym]({1}). Jeśli nie, to nie jest to problem Bloxstrap. Jeśli tak, odnieś się do artykułu pomocy.</value>
|
||||
Sprawdź również, czy Roblox współpracuje z [oryginalnym programem uruchamiającym]({1}). Jeśli nie, to nie jest to problem Bloxstrap. Jeśli tak, odnieś się do artykułu pomocy.</value>
|
||||
</data>
|
||||
<data name="Common.NetworkError" xml:space="preserve">
|
||||
<value>Nie można załadować danych z powodu błędu sieciowego.</value>
|
||||
@ -1116,7 +1116,7 @@ Sprawdź, czy Roblox współpracuje z [oryginalnym programem uruchamiającym]({1
|
||||
<value>Wspierający</value>
|
||||
</data>
|
||||
<data name="About.Supporters.Description" xml:space="preserve">
|
||||
<value>To są osoby, które wspierali Bloxstrap przez Ko-fi. Ogromne podziękowania dla wszystkich tutaj!
|
||||
<value>To są osoby, które wspierali Bloxstrap przez Ko-fi. Serdeczne podziękowania dla wszystkich wymienionych!
|
||||
Każda osoba jest tutaj uszeregowana według swojego ogólnego zobowiązania.</value>
|
||||
</data>
|
||||
<data name="JsonManager.SettingsLoadFailed" xml:space="preserve">
|
||||
@ -1129,7 +1129,7 @@ Każda osoba jest tutaj uszeregowana według swojego ogólnego zobowiązania.</v
|
||||
<value>Historia rozgrywek</value>
|
||||
</data>
|
||||
<data name="ContextMenu.GameHistory.Rejoin" xml:space="preserve">
|
||||
<value>Zagraj ponownie</value>
|
||||
<value>Dołącz ponownie</value>
|
||||
</data>
|
||||
<data name="ActivityWatcher.RichPresenceLoadFailed" xml:space="preserve">
|
||||
<value>Gra, w którą obecnie grasz, nie zostanie pokazana na twoim profilu Discord, ponieważ próba załadowania informacji o grze nie powiodła się.</value>
|
||||
@ -1151,7 +1151,8 @@ Każda osoba jest tutaj uszeregowana według swojego ogólnego zobowiązania.</v
|
||||
</data>
|
||||
<data name="Installer.Install.CannotOverwrite" xml:space="preserve">
|
||||
<value>Bloxstrap został już zainstalowany w tym folderze wcześniej i jest nadal tam obecny, lecz instalator nie może nadpisać starego pliku .exe.
|
||||
Prosimy ręcznie usunąć Bloxstrap.exe z folderu instalacji lub spróbuj ponownie uruchomić system, a następnie spróbuj instalację ponownie.</value>
|
||||
|
||||
Prosimy ręcznie usunąć Bloxstrap.exe z folderu instalacji lub spróbować ponownie uruchomić system, a następnie przystąpić do ponownej instalacji.</value>
|
||||
</data>
|
||||
<data name="Common.NotAvailable" xml:space="preserve">
|
||||
<value>Niedostępne</value>
|
||||
@ -1172,7 +1173,7 @@ Prosimy ręcznie usunąć Bloxstrap.exe z folderu instalacji lub spróbuj ponown
|
||||
<value>Nie udało się zapisać {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Dialog.IconLoadFailed" xml:space="preserve">
|
||||
<value>Wybrana ikona launchera nie może być załadowana.
|
||||
<value>Wybrana ikona bootstrappera nie może być załadowana.
|
||||
|
||||
{0}</value>
|
||||
<comment>{0} is an exception message</comment>
|
||||
@ -1208,7 +1209,7 @@ Prosimy ręcznie usunąć Bloxstrap.exe z folderu instalacji lub spróbuj ponown
|
||||
<value>Zresetuj wszystko do ustawień domyślnych</value>
|
||||
</data>
|
||||
<data name="Dialog.Exception.Report" xml:space="preserve">
|
||||
<value>Zgłoszenie błędu</value>
|
||||
<value>Zgłoś błąd</value>
|
||||
</data>
|
||||
<data name="Menu.TestMode" xml:space="preserve">
|
||||
<value>Tryb testowania</value>
|
||||
@ -1238,14 +1239,17 @@ Czy chcesz włączyć tryb testowania?</value>
|
||||
<data name="Dialog.Exception.Version" xml:space="preserve">
|
||||
<value>Wersja {0}</value>
|
||||
</data>
|
||||
<data name="Enums.BootstrapperStyle.CustomDialog" xml:space="preserve">
|
||||
<value>Niestandardowy</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.FilesInUse" xml:space="preserve">
|
||||
<value>Bloxstrap próbował zaktualizować Roblox, ale nie może, ponieważ pliki Roblox są w użyciu.
|
||||
|
||||
Proszę, zamknij wszystkie aplikacje, które mogą używać plików Roblox i uruchom aplikacje ponownie.</value>
|
||||
Prosimy zamknąć wszystkie aplikacje, które mogą używać plików Roblox i uruchom aplikację ponownie.</value>
|
||||
<comment>This is *not* for when Roblox is still running when trying to upgrade. This applies to files being open (i.e. image assets)</comment>
|
||||
</data>
|
||||
<data name="FileTypes.ZipArchive" xml:space="preserve">
|
||||
<value>Archiwum zip</value>
|
||||
<value>Archiwum ZIP</value>
|
||||
<comment>Shown in the save file dialog, where the file type selection dropdown is, e.g. "Zip archive (*.zip)"</comment>
|
||||
</data>
|
||||
<data name="Common.Export" xml:space="preserve">
|
||||
@ -1266,4 +1270,233 @@ Proszę, zamknij wszystkie aplikacje, które mogą używać plików Roblox i uru
|
||||
<value>Wszystkie wpisy Bloxstrap</value>
|
||||
<comment>Label that appears next to a checkbox</comment>
|
||||
</data>
|
||||
<data name="App.OSDeprecation.Win7_81" xml:space="preserve">
|
||||
<value>Roblox nie obsługuje już Windows 7 lub 8.1. Aby kontynuować granie w Roblox, proszę zaktualizować do Windows 10 lub nowszego.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Title" xml:space="preserve">
|
||||
<value>Nie udało się rozpakować plików</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Message" xml:space="preserve">
|
||||
<value>Może brakować niektórych treści. Zmuś ponowną instalację Roblox w ustawieniach, aby to naprawić.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Title" xml:space="preserve">
|
||||
<value>Nie udało się zastosować modów</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Message" xml:space="preserve">
|
||||
<value>Nie wszystkie modyfikacje będą obecne w bieżącym uruchomieniu.</value>
|
||||
</data>
|
||||
<data name="Menu.About.Licenses.Apache" xml:space="preserve">
|
||||
<value>Licencja Apache 2.0</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Blank" xml:space="preserve">
|
||||
<value>Pusty</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Simple" xml:space="preserve">
|
||||
<value>Prosty</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.InvalidRoot" xml:space="preserve">
|
||||
<value>Temat XML root nie jest {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.DialogAlreadyInitialised" xml:space="preserve">
|
||||
<value>Niestandardowe okno dialogowe zostało już zainicjowane</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.TooManyElements" xml:space="preserve">
|
||||
<value>Niestandardowe bootstrappery mogą mieć maksymalnie {0} elementów, ten ma {1}</value>
|
||||
<comment>{0} and {1} are numbers</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSet" xml:space="preserve">
|
||||
<value>Wersja {0} nie jest ustawiona</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotNumber" xml:space="preserve">
|
||||
<value>Wersja {0} nie jest liczbą</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSupported" xml:space="preserve">
|
||||
<value>{0} Wersja {1} nie jest już obsługiwana</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotRecognised" xml:space="preserve">
|
||||
<value>{0} Wersja {1} nie została rozpoznana</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementInvalidChild" xml:space="preserve">
|
||||
<value>{0} nie może mieć obiektu {1}</value>
|
||||
<comment>{0} and {1} are element names (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownElement" xml:space="preserve">
|
||||
<value>Nieznany element {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.XMLParseFailed" xml:space="preserve">
|
||||
<value>Nie udało się odczytać pliku motywu: {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeConversionError" xml:space="preserve">
|
||||
<value>{0} ma nieprawidłowy {1}: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissing" xml:space="preserve">
|
||||
<value>Element {0} nie posiada atrybutu {1}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeInvalidType" xml:space="preserve">
|
||||
<value>{0}.{1} nie jest poprawną {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeLargerThanMin" xml:space="preserve">
|
||||
<value>{0}.{1} musi być większe niż {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeSmallerThanMax" xml:space="preserve">
|
||||
<value>{0}.{1} musi być mniejsze niż {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownEnumValue" xml:space="preserve">
|
||||
<value>{0} nieznane {1} '{2}'</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the enum name (e.g. WindowCornerType), {2} is the value</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleDefinitions" xml:space="preserve">
|
||||
<value>{0} może mieć tylko jeden {1} zdefiniowany</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleChildren" xml:space="preserve">
|
||||
<value>{0}.{1} może mieć tylko jeden obiekt</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementMultipleChildren" xml:space="preserve">
|
||||
<value>{0} może mieć tylko jeden obiekt</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissingChild" xml:space="preserve">
|
||||
<value>{0}.{1} nie ma swojego obiektu</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseError" xml:space="preserve">
|
||||
<value>{0}.{1} nie mógł poprawnie odczytać wartości {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseErrorNull" xml:space="preserve">
|
||||
<value>Wartość typu {2} elementu {0}.{1} jest pusty</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeBlacklistedUriScheme" xml:space="preserve">
|
||||
<value>{0}.{1} używa schematu z czarnej listy {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the URI scheme (e.g. http)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementTypeCreationFailed" xml:space="preserve">
|
||||
<value>{0} nie udało się utworzyć {1}: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Title" xml:space="preserve">
|
||||
<value>Edytowanie "{0}"</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success" xml:space="preserve">
|
||||
<value>Motyw zapisany pomyślnie!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Error" xml:space="preserve">
|
||||
<value>Wystąpił błąd podczas zapisywania twojego motywu.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.ConfirmSave" xml:space="preserve">
|
||||
<value>Zapisać zmiany w {0}?</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save" xml:space="preserve">
|
||||
<value>Zapisz</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Preview" xml:space="preserve">
|
||||
<value>Podgląd</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.OpenThemeDirectory" xml:space="preserve">
|
||||
<value>Otwórz folder motywu</value>
|
||||
</data>
|
||||
<data name="Common.CreateNew" xml:space="preserve">
|
||||
<value>Stwórz nowy</value>
|
||||
</data>
|
||||
<data name="Common.Import" xml:space="preserve">
|
||||
<value>Importuj</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Title" xml:space="preserve">
|
||||
<value>Dodaj niestandardowy motyw</value>
|
||||
</data>
|
||||
<data name="Common.Template" xml:space="preserve">
|
||||
<value>Szablon</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameEmpty" xml:space="preserve">
|
||||
<value>Nazwa nie może być pusta</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameIllegalCharacters" xml:space="preserve">
|
||||
<value>Nazwa zawiera niedozwolone znaki</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameReserved" xml:space="preserve">
|
||||
<value>Nazwa nie może zostać użyta</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.Unknown" xml:space="preserve">
|
||||
<value>Nieznany błąd</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameTaken" xml:space="preserve">
|
||||
<value>Nazwa jest już w użyciu</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.FileNotZip" xml:space="preserve">
|
||||
<value>Plik musi być w formacie ZIP</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipMissingThemeFile" xml:space="preserve">
|
||||
<value>Plik motywu nie został znaleziony w pliku ZIP</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipInvalidData" xml:space="preserve">
|
||||
<value>Nieprawidłowy lub uszkodzony plik ZIP</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.NoThemeSelected" xml:space="preserve">
|
||||
<value>Nie wybrano niestandardowego motywu</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.SetupFailed" xml:space="preserve">
|
||||
<value>Nie udało się załadować niestandardowego bootstrappera: {0}.
|
||||
Ustawiono domyślnie do {1}.</value>
|
||||
<comment>{0} is the error reason, {1} is the theme name (e.g. Bloxstrap (Classic))</comment>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.NoneSelected" xml:space="preserve">
|
||||
<value>Nie wybrano niestandardowego motywu.</value>
|
||||
</data>
|
||||
<data name="Common.Rename" xml:space="preserve">
|
||||
<value>Zmień nazwę</value>
|
||||
</data>
|
||||
<data name="Common.Edit" xml:space="preserve">
|
||||
<value>Edytuj</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.DeleteFailed" xml:space="preserve">
|
||||
<value>Nie udało się usunąć niestandardowego motywu {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.RenameFailed" xml:space="preserve">
|
||||
<value>Nie udało się zmienić nazwy niestandardowego motywu {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Title" xml:space="preserve">
|
||||
<value>Aktualizacje w tle</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Description" xml:space="preserve">
|
||||
<value>Aktualizuj Roblox w tle, zamiast czekać. Nie jest zalecane dla słabych połączeń sieciowych. Aby funkcja zadziałała wymagane jest co najmniej 3 GB wolnego miejsca.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.UIElements" xml:space="preserve">
|
||||
<value>Umieść elementy UI tutaj</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.MoreExamples" xml:space="preserve">
|
||||
<value>Przykłady niestandardowych bootstrapperów można znaleźć na {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Simple.MoreExamples" xml:space="preserve">
|
||||
<value>Znajdź więcej przykładów niestandardowych bootstrapperów na {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.DefaultName" xml:space="preserve">
|
||||
<value>Niestandardowy Motyw {0}</value>
|
||||
<comment>{0} is a string (e.g. '1', '1-1234')</comment>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Title" xml:space="preserve">
|
||||
<value>Zezwól na uruchamianie wielu instancji</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Description" xml:space="preserve">
|
||||
<value>Pozwala na uruchomienie więcej niż jednej instancji klienta Roblox w tym samym czasie.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success.Description" xml:space="preserve">
|
||||
<value>Twój motyw został zapisany!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Errors.PreviewFailed" xml:space="preserve">
|
||||
<value>Nie udało się wyświetlić podglądu motywu: {0}</value>
|
||||
</data>
|
||||
</root>
|
@ -130,7 +130,7 @@
|
||||
<value>Uma conexão não pôde ser feita, o que provavelmente indica uma má conexão com a internet ou um bloqueio do firewall. Se a sua conexão estiver boa, verifique se o seu antivírus não está bloqueando o Bloxstrap.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.FirstRunUninstall" xml:space="preserve">
|
||||
<value>Instalação do Bloxstrap não encontrada, instale-o antes de desinstalá-lo.</value>
|
||||
<value>Você precisa instalar o Bloxstrap antes de desinstalá-lo.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.NotEnoughSpace" xml:space="preserve">
|
||||
<value>O Bloxstrap não encontrou espaço suficiente no disco para baixar e instalar o Roblox. Por favor, libere espaço no disco e tente novamente.</value>
|
||||
@ -611,7 +611,7 @@ NÃO USE o editor para importar grandes "flag lists" feitas por outras pessoas q
|
||||
<comment>Title is Common.Help</comment>
|
||||
</data>
|
||||
<data name="Menu.FastFlags.Presets.D3DExclusiveFullscreenInfo" xml:space="preserve">
|
||||
<value>O Direct3D [modo tela cheia exclusiva]({0}) usando Alt+Enter é ativado por padrão.</value>
|
||||
<value>O [modo tela cheia exclusiva]({0}) do Direct3D usando Alt+Enter é ativado por padrão.</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlags.Presets.EscapeMenuVersion.Title" xml:space="preserve">
|
||||
<value>Versão escolhida do menu Esc</value>
|
||||
@ -1240,6 +1240,9 @@ Gostaria de habilitar o modo de teste?</value>
|
||||
<data name="Dialog.Exception.Version" xml:space="preserve">
|
||||
<value>Versão {0}</value>
|
||||
</data>
|
||||
<data name="Enums.BootstrapperStyle.CustomDialog" xml:space="preserve">
|
||||
<value>Personalizado</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.FilesInUse" xml:space="preserve">
|
||||
<value>O Bloxstrap tentou atualizar o Roblox, mas não pode porque os arquivos do Roblox ainda estão em uso.
|
||||
|
||||
@ -1268,4 +1271,233 @@ Feche quaisquer aplicativos que possam estar usando os arquivos do Roblox e rein
|
||||
<value>Todos os registros do Bloxstrap</value>
|
||||
<comment>Label that appears next to a checkbox</comment>
|
||||
</data>
|
||||
<data name="App.OSDeprecation.Win7_81" xml:space="preserve">
|
||||
<value>O Roblox não é mais compatível com o Windows 7 ou 8.1. Para continuar jogando, atualize para o Windows 10 ou uma versão mais recente.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Title" xml:space="preserve">
|
||||
<value>Falha ao extrair arquivos</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Message" xml:space="preserve">
|
||||
<value>Algum conteúdo pode estar faltando. Force uma reinstalação do Roblox nas configurações para consertar isso.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Title" xml:space="preserve">
|
||||
<value>Falha ao aplicar modificações</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Message" xml:space="preserve">
|
||||
<value>Nem todas as modificações estarão presentes nesta execução.</value>
|
||||
</data>
|
||||
<data name="Menu.About.Licenses.Apache" xml:space="preserve">
|
||||
<value>Licença Apache 2.0</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Blank" xml:space="preserve">
|
||||
<value>Vazio</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Simple" xml:space="preserve">
|
||||
<value>Simples</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.InvalidRoot" xml:space="preserve">
|
||||
<value>Raiz do tema XML não é {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.DialogAlreadyInitialised" xml:space="preserve">
|
||||
<value>Diálogo personalizado já foi iniciado</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.TooManyElements" xml:space="preserve">
|
||||
<value>Inicializadores personalizados podem ter no máximo {0} elementos, tem {1}</value>
|
||||
<comment>{0} and {1} are numbers</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSet" xml:space="preserve">
|
||||
<value>Versão de {0} não está definida</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotNumber" xml:space="preserve">
|
||||
<value>Versão de {0} não é um número</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSupported" xml:space="preserve">
|
||||
<value>Versão {1} de {0} não é mais suportada</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotRecognised" xml:space="preserve">
|
||||
<value>Versão {1} de {0} não é reconhecida</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementInvalidChild" xml:space="preserve">
|
||||
<value>{0} não pode ter um elemento filho de {1}</value>
|
||||
<comment>{0} and {1} are element names (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownElement" xml:space="preserve">
|
||||
<value>Elemento desconhecido {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.XMLParseFailed" xml:space="preserve">
|
||||
<value>Falha ao analisar o arquivo do tema: {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeConversionError" xml:space="preserve">
|
||||
<value>{0} tem {1} inválido: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissing" xml:space="preserve">
|
||||
<value>Elemento {0} está faltando o atributo {1}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeInvalidType" xml:space="preserve">
|
||||
<value>{0}.{1} não é um {2} válido</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeLargerThanMin" xml:space="preserve">
|
||||
<value>{0}.{1} deve ser maior que {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeSmallerThanMax" xml:space="preserve">
|
||||
<value>{0}.{1} deve ser menor que {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownEnumValue" xml:space="preserve">
|
||||
<value>{0} Desconhecido {1} '{2}'</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the enum name (e.g. WindowCornerType), {2} is the value</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleDefinitions" xml:space="preserve">
|
||||
<value>{0} só pode ter um {1} definido</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleChildren" xml:space="preserve">
|
||||
<value>{0}.{1} só pode ter um elemento filho</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementMultipleChildren" xml:space="preserve">
|
||||
<value>{0}. só pode ter um elemento filho</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissingChild" xml:space="preserve">
|
||||
<value>{0}.{1} não possui seu elemento filho</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseError" xml:space="preserve">
|
||||
<value>Não foi possível analisar {0}.{1} em um {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseErrorNull" xml:space="preserve">
|
||||
<value>{0}.{1} {2} é nulo</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeBlacklistedUriScheme" xml:space="preserve">
|
||||
<value>{0}.{1} Usa um esquema proibido {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the URI scheme (e.g. http)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementTypeCreationFailed" xml:space="preserve">
|
||||
<value>{0} falhou ao criar {1}: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Title" xml:space="preserve">
|
||||
<value>Editando "{0}"</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success" xml:space="preserve">
|
||||
<value>Tema salvo com sucesso!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Error" xml:space="preserve">
|
||||
<value>Ocorreu um erro ao salvar o seu tema.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.ConfirmSave" xml:space="preserve">
|
||||
<value>Salvar alterações em {0}?</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save" xml:space="preserve">
|
||||
<value>Salvar</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Preview" xml:space="preserve">
|
||||
<value>Pré-visualizar</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.OpenThemeDirectory" xml:space="preserve">
|
||||
<value>Abrir pasta de temas</value>
|
||||
</data>
|
||||
<data name="Common.CreateNew" xml:space="preserve">
|
||||
<value>Criar Novo</value>
|
||||
</data>
|
||||
<data name="Common.Import" xml:space="preserve">
|
||||
<value>Importar</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Title" xml:space="preserve">
|
||||
<value>Adicionar Tema Personalizado</value>
|
||||
</data>
|
||||
<data name="Common.Template" xml:space="preserve">
|
||||
<value>Modelo</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameEmpty" xml:space="preserve">
|
||||
<value>O nome não pode estar vazio</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameIllegalCharacters" xml:space="preserve">
|
||||
<value>O nome contém caracteres inválidos</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameReserved" xml:space="preserve">
|
||||
<value>Este nome não pode ser utilizado</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.Unknown" xml:space="preserve">
|
||||
<value>Erro desconhecido</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameTaken" xml:space="preserve">
|
||||
<value>Este nome já está em uso</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.FileNotZip" xml:space="preserve">
|
||||
<value>O Arquivo deve ser um ZIP</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipMissingThemeFile" xml:space="preserve">
|
||||
<value>O arquivo de tema não foi encontrado no arquivo ZIP</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipInvalidData" xml:space="preserve">
|
||||
<value>Arquivo ZIP inválido ou corrompido</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.NoThemeSelected" xml:space="preserve">
|
||||
<value>Nenhum tema personalizado selecionado</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.SetupFailed" xml:space="preserve">
|
||||
<value>Falha ao configurar o inicializador personalizado: {0}.
|
||||
Revertendo para {1}.</value>
|
||||
<comment>{0} is the error reason, {1} is the theme name (e.g. Bloxstrap (Classic))</comment>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.NoneSelected" xml:space="preserve">
|
||||
<value>Nenhum tema personalizado selecionado.</value>
|
||||
</data>
|
||||
<data name="Common.Rename" xml:space="preserve">
|
||||
<value>Renomear</value>
|
||||
</data>
|
||||
<data name="Common.Edit" xml:space="preserve">
|
||||
<value>Editar</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.DeleteFailed" xml:space="preserve">
|
||||
<value>Falha ao excluir o tema personalizado {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.RenameFailed" xml:space="preserve">
|
||||
<value>Falha ao renomear o tema personalizado {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Title" xml:space="preserve">
|
||||
<value>Atualizações em segundo plano</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Description" xml:space="preserve">
|
||||
<value>Atualize o Roblox em segundo plano ao invés de ficar esperando. Não recomendado para conexões lentas. É necessário pelo menos 3GB de armazenamento livre em disco para este recurso funcionar.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.UIElements" xml:space="preserve">
|
||||
<value>Coloque os elementos UI aqui</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.MoreExamples" xml:space="preserve">
|
||||
<value>Exemplos de inicializadores personalizados podem ser encontrados em {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Simple.MoreExamples" xml:space="preserve">
|
||||
<value>Ache mais exemplos de inicializadores personalizados em {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.DefaultName" xml:space="preserve">
|
||||
<value>Tema Personalizado {0}</value>
|
||||
<comment>{0} is a string (e.g. '1', '1-1234')</comment>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Title" xml:space="preserve">
|
||||
<value>Permitir inicialização de múltiplas instâncias</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Description" xml:space="preserve">
|
||||
<value>Permite que o Roblox tenha mais do que uma instância de jogo aberta.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success.Description" xml:space="preserve">
|
||||
<value>Seu tema foi salvo!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Errors.PreviewFailed" xml:space="preserve">
|
||||
<value>Falha ao pré-visualizar o tema: {0}</value>
|
||||
</data>
|
||||
</root>
|
@ -479,7 +479,7 @@ Doriți să actualizați versiunea instalată în prezent?</value>
|
||||
<value>Schimbă cum Bloxstrap arată.</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.Global.Theme.Title" xml:space="preserve">
|
||||
<value>Tema globală</value>
|
||||
<value>Tema Globală</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.Icon.Description" xml:space="preserve">
|
||||
<value>Alegeți ce pictogramă trebuie să folosească.</value>
|
||||
@ -491,7 +491,7 @@ Doriți să actualizați versiunea instalată în prezent?</value>
|
||||
<value>Previzualizare</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.Style.Description" xml:space="preserve">
|
||||
<value>Alegeți cum ar trebui să arate. Tema întunecată nu se aplică la Legacy/Vista.</value>
|
||||
<value>Alegeți cum ar trebui să arate. Tematica întunecată nu se aplică la Legacy/Vista.</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.Style.Title" xml:space="preserve">
|
||||
<value>Stil</value>
|
||||
@ -1200,7 +1200,7 @@ Vă rugăm să ștergeți manual Bloxstrap.exe din locația de instalare sau să
|
||||
<value>Activează trimiterea de date analitice</value>
|
||||
</data>
|
||||
<data name="Menu.Bloxstrap.Analytics.Description" xml:space="preserve">
|
||||
<value>Este anonimă și fără inteții rele, vă promitem. Pentru a vedea ce colectăm și de ce, vedeți [politica noastră de confidențialitate]({0}).</value>
|
||||
<value>Este anonimă și fără intenții rele, vă promitem. Pentru a vedea ce colectăm și de ce, vedeți [politica noastră de confidențialitate]({0}).</value>
|
||||
</data>
|
||||
<data name="Common.Analytics" xml:space="preserve">
|
||||
<value>Analitică</value>
|
||||
@ -1239,6 +1239,9 @@ Doriți să activați modul de testare?</value>
|
||||
<data name="Dialog.Exception.Version" xml:space="preserve">
|
||||
<value>Versiunea {0}</value>
|
||||
</data>
|
||||
<data name="Enums.BootstrapperStyle.CustomDialog" xml:space="preserve">
|
||||
<value>Personalizat</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.FilesInUse" xml:space="preserve">
|
||||
<value>Bloxstrap a încercat să actualizeze Roblox, dar nu poate fiindcă fișierele Roblox sunt în folosință.
|
||||
|
||||
@ -1267,4 +1270,233 @@ Vă rugăm să închideți orice aplicație care poate folosi fișierele Roblox,
|
||||
<value>Toate jurnalele Bloxstrap</value>
|
||||
<comment>Label that appears next to a checkbox</comment>
|
||||
</data>
|
||||
<data name="App.OSDeprecation.Win7_81" xml:space="preserve">
|
||||
<value>Roblox nu mai suportă Windows 7 sau 8.1. Pentru a continua să joci Roblox, te rugăm să actualizezi la Windows 10 sau mai nou.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Title" xml:space="preserve">
|
||||
<value>Extragerea fișierelor a eșuat</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Message" xml:space="preserve">
|
||||
<value>Este posibil ca unele conținuturi să lipsească. Forțează o reinstalare a Roblox din setări pentru a rezolva acest lucru.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Title" xml:space="preserve">
|
||||
<value>Aplicarea modificărilor a eșuat</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Message" xml:space="preserve">
|
||||
<value>Nu toate modificările vor fi prezente în lansarea curentă.</value>
|
||||
</data>
|
||||
<data name="Menu.About.Licenses.Apache" xml:space="preserve">
|
||||
<value>Licență Apache 2.0</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Blank" xml:space="preserve">
|
||||
<value>Gol</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Simple" xml:space="preserve">
|
||||
<value>Simplu</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.InvalidRoot" xml:space="preserve">
|
||||
<value>Rădăcina temei XML nu este {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.DialogAlreadyInitialised" xml:space="preserve">
|
||||
<value>Dialogul personalizat a fost inițializat deja</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.TooManyElements" xml:space="preserve">
|
||||
<value>Inițializatoare personalizate pot avea maxim {0} elemente, s-au obținut {1}</value>
|
||||
<comment>{0} and {1} are numbers</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSet" xml:space="preserve">
|
||||
<value>Versiunea {0} nu este setată</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotNumber" xml:space="preserve">
|
||||
<value>Versiunea {0} nu este un număr</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSupported" xml:space="preserve">
|
||||
<value>{0} versiunea {1} nu mai este suportată</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotRecognised" xml:space="preserve">
|
||||
<value>{0} versiunea {1} nu este recunoscută</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementInvalidChild" xml:space="preserve">
|
||||
<value>Elementul {0} nu poate avea un element de tipul {1}</value>
|
||||
<comment>{0} and {1} are element names (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownElement" xml:space="preserve">
|
||||
<value>Element necunoscut {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.XMLParseFailed" xml:space="preserve">
|
||||
<value>Nu s-a reușit analizarea fișierului de temă: {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeConversionError" xml:space="preserve">
|
||||
<value>{0} are {1} invalid: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissing" xml:space="preserve">
|
||||
<value>Elementul {0} îi lipsește atributul {1}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeInvalidType" xml:space="preserve">
|
||||
<value>{0}.{1} nu este valid {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeLargerThanMin" xml:space="preserve">
|
||||
<value>{0}.{1} trebuie să fie mai mare decât {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeSmallerThanMax" xml:space="preserve">
|
||||
<value>{0}.{1} trebuie să fie mai mic decât {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownEnumValue" xml:space="preserve">
|
||||
<value>{0} {1} Necunoscut '{2}'</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the enum name (e.g. WindowCornerType), {2} is the value</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleDefinitions" xml:space="preserve">
|
||||
<value>{0} poate avea definit doar un singur {1}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleChildren" xml:space="preserve">
|
||||
<value>{0}.{1} poate avea doar un singur element</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementMultipleChildren" xml:space="preserve">
|
||||
<value>{0} poate avea doar un singur element</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissingChild" xml:space="preserve">
|
||||
<value>{0}.{1} își lipsește elementul</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseError" xml:space="preserve">
|
||||
<value>{0}.{1} nu a putut fi prelucrat într-un {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseErrorNull" xml:space="preserve">
|
||||
<value>{0}.{1} {2} este nul</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeBlacklistedUriScheme" xml:space="preserve">
|
||||
<value>{0}.{1} folosește o schemă de pe lista neagră {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the URI scheme (e.g. http)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementTypeCreationFailed" xml:space="preserve">
|
||||
<value>{0} nu a reușit să creeze {1}: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Title" xml:space="preserve">
|
||||
<value>Se Editează „{0}”</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success" xml:space="preserve">
|
||||
<value>Tema a fost salvată cu succes!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Error" xml:space="preserve">
|
||||
<value>A apărut o eroare la salvarea temei tale.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.ConfirmSave" xml:space="preserve">
|
||||
<value>Vrei să salvezi modificările la {0}?</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save" xml:space="preserve">
|
||||
<value>Salvare</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Preview" xml:space="preserve">
|
||||
<value>Previzualizare</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.OpenThemeDirectory" xml:space="preserve">
|
||||
<value>Deschide directorul de teme</value>
|
||||
</data>
|
||||
<data name="Common.CreateNew" xml:space="preserve">
|
||||
<value>Creează</value>
|
||||
</data>
|
||||
<data name="Common.Import" xml:space="preserve">
|
||||
<value>Importă</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Title" xml:space="preserve">
|
||||
<value>Adaugă temă personalizată</value>
|
||||
</data>
|
||||
<data name="Common.Template" xml:space="preserve">
|
||||
<value>Șablon</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameEmpty" xml:space="preserve">
|
||||
<value>Numele nu poate fi gol</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameIllegalCharacters" xml:space="preserve">
|
||||
<value>Numele conține caractere nepermise</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameReserved" xml:space="preserve">
|
||||
<value>Numele nu poate fi folosit</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.Unknown" xml:space="preserve">
|
||||
<value>Eroare necunoscută</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameTaken" xml:space="preserve">
|
||||
<value>Numele este deja utilizat</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.FileNotZip" xml:space="preserve">
|
||||
<value>Fișierul trebuie să fie un ZIP</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipMissingThemeFile" xml:space="preserve">
|
||||
<value>Fișierul temei nu a putut fi găsit în fișierul ZIP</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipInvalidData" xml:space="preserve">
|
||||
<value>Fișier ZIP invalid sau corupt</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.NoThemeSelected" xml:space="preserve">
|
||||
<value>Nicio temă personalizată selectată</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.SetupFailed" xml:space="preserve">
|
||||
<value>Nu s-a putut seta inițializatorul: {0}.
|
||||
Setat implicit la {1}.</value>
|
||||
<comment>{0} is the error reason, {1} is the theme name (e.g. Bloxstrap (Classic))</comment>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.NoneSelected" xml:space="preserve">
|
||||
<value>Nicio temă personalizată selectată.</value>
|
||||
</data>
|
||||
<data name="Common.Rename" xml:space="preserve">
|
||||
<value>Redenumire</value>
|
||||
</data>
|
||||
<data name="Common.Edit" xml:space="preserve">
|
||||
<value>Editează</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.DeleteFailed" xml:space="preserve">
|
||||
<value>Nu s-a putut șterge tema personalizată {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.RenameFailed" xml:space="preserve">
|
||||
<value>Nu s-a putut redenumi tema personalizată {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Title" xml:space="preserve">
|
||||
<value>Actualizare în fundal</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Description" xml:space="preserve">
|
||||
<value>Actualizați Roblox în fundal in loc să așteptați. Nu este recomandat pentru rețele slabe. Aveți nevoie de minim 3GB de spațiu de stocare pentru această proprietate sa meargă.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.UIElements" xml:space="preserve">
|
||||
<value>Puneți elementele UI aici</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.MoreExamples" xml:space="preserve">
|
||||
<value>Exemple de inițializatoare personalizate pot fi găsite la {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Simple.MoreExamples" xml:space="preserve">
|
||||
<value>Găsiți mai multe exemple personalizate de inițializatoare la {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.DefaultName" xml:space="preserve">
|
||||
<value>Temă personalizată {0}</value>
|
||||
<comment>{0} is a string (e.g. '1', '1-1234')</comment>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Title" xml:space="preserve">
|
||||
<value>Permite lansarea mai multor instanțe</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Description" xml:space="preserve">
|
||||
<value>Permite deschiderea simultană a mai multor instanțe de client Roblox.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success.Description" xml:space="preserve">
|
||||
<value>Tematica dvs. a fost salvată!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Errors.PreviewFailed" xml:space="preserve">
|
||||
<value>Nu s-a putut previzualiza tematica: {0}</value>
|
||||
</data>
|
||||
</root>
|
@ -1237,6 +1237,9 @@ Bloxstrap был установлен по адресу "{1}".</value>
|
||||
<data name="Dialog.Exception.Version" xml:space="preserve">
|
||||
<value>Версия {0}</value>
|
||||
</data>
|
||||
<data name="Enums.BootstrapperStyle.CustomDialog" xml:space="preserve">
|
||||
<value>Пользовательский</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.FilesInUse" xml:space="preserve">
|
||||
<value>Bloxstrap попытался обновить Roblox, но не может, так как файлы Roblox все ещё используются.
|
||||
|
||||
@ -1265,4 +1268,233 @@ Bloxstrap был установлен по адресу "{1}".</value>
|
||||
<value>Все логи Bloxstrap</value>
|
||||
<comment>Label that appears next to a checkbox</comment>
|
||||
</data>
|
||||
<data name="App.OSDeprecation.Win7_81" xml:space="preserve">
|
||||
<value>Roblox больше не поддерживает Windows 7 или 8.1. Чтобы продолжить играть в Roblox, обновитесь до Windows 10 или выше.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Title" xml:space="preserve">
|
||||
<value>Не удалось извлечь файлы</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Message" xml:space="preserve">
|
||||
<value>Некоторое содержимое может быть нету. Чтобы исправить это, сделайте принудительную переустановку Роблокса в настройках.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Title" xml:space="preserve">
|
||||
<value>Не удалось применить модификации</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Message" xml:space="preserve">
|
||||
<value>Не все изменения будут присутствовать при текущем запуске.</value>
|
||||
</data>
|
||||
<data name="Menu.About.Licenses.Apache" xml:space="preserve">
|
||||
<value>Лицензия Apache 2.0</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Blank" xml:space="preserve">
|
||||
<value>Пустой</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Simple" xml:space="preserve">
|
||||
<value>Простой</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.InvalidRoot" xml:space="preserve">
|
||||
<value>XML-корень темы не {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.DialogAlreadyInitialised" xml:space="preserve">
|
||||
<value>Пользовательское окно уже инициализировано</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.TooManyElements" xml:space="preserve">
|
||||
<value>Пользовательские лаунчеры могут иметь максимум {0} элементов, получили {1}</value>
|
||||
<comment>{0} and {1} are numbers</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSet" xml:space="preserve">
|
||||
<value>Версия {0} не установлена</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotNumber" xml:space="preserve">
|
||||
<value>Версия {0} не является числом</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSupported" xml:space="preserve">
|
||||
<value>Версия {0} больше не поддерживается версией {1}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotRecognised" xml:space="preserve">
|
||||
<value>Версия {0} не распознала версию {1}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementInvalidChild" xml:space="preserve">
|
||||
<value>Элемент {0} не может иметь дочернего элемента {1}</value>
|
||||
<comment>{0} and {1} are element names (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownElement" xml:space="preserve">
|
||||
<value>Неизвестный элемент {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.XMLParseFailed" xml:space="preserve">
|
||||
<value>Не удалось разобрать файл темы: {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeConversionError" xml:space="preserve">
|
||||
<value>Элемент {0} имеет недопустимое значение {1}: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissing" xml:space="preserve">
|
||||
<value>В элементе {0} отсутствует атрибут {1}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeInvalidType" xml:space="preserve">
|
||||
<value>Элемент {0}.{1} является недопустимым {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeLargerThanMin" xml:space="preserve">
|
||||
<value>Элемент {0}.{1} должен быть больше чем {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeSmallerThanMax" xml:space="preserve">
|
||||
<value>Элемент {0}.{1} должен быть меньше чем {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownEnumValue" xml:space="preserve">
|
||||
<value>{0} Неизвестный {1} '{2}'</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the enum name (e.g. WindowCornerType), {2} is the value</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleDefinitions" xml:space="preserve">
|
||||
<value>Элемент {0} может иметь только один определенный {1}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleChildren" xml:space="preserve">
|
||||
<value>{0}.{1} может иметь только одного дочернего элемента</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementMultipleChildren" xml:space="preserve">
|
||||
<value>Элемент {0} может иметь только один дочерний элемент</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissingChild" xml:space="preserve">
|
||||
<value>В элементе {0}.{1} отсутствует дочерний элемент</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseError" xml:space="preserve">
|
||||
<value>Элемент {0}.{1} не может быть разобран в {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseErrorNull" xml:space="preserve">
|
||||
<value>Элемент {0}.{1} {2} является null</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeBlacklistedUriScheme" xml:space="preserve">
|
||||
<value>Элемент {0}.{1} использует схему из черного списка {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the URI scheme (e.g. http)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementTypeCreationFailed" xml:space="preserve">
|
||||
<value>Элементу {0} не удалось создать {1}: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Title" xml:space="preserve">
|
||||
<value>Редактирование "{0}"</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success" xml:space="preserve">
|
||||
<value>Тема успешно сохранена!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Error" xml:space="preserve">
|
||||
<value>Произошла ошибка при сохранении вашей темы.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.ConfirmSave" xml:space="preserve">
|
||||
<value>Сохранить изменения в {0}?</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save" xml:space="preserve">
|
||||
<value>Сохранить</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Preview" xml:space="preserve">
|
||||
<value>Предпросмотр</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.OpenThemeDirectory" xml:space="preserve">
|
||||
<value>Открыть папку темы</value>
|
||||
</data>
|
||||
<data name="Common.CreateNew" xml:space="preserve">
|
||||
<value>Создать новый</value>
|
||||
</data>
|
||||
<data name="Common.Import" xml:space="preserve">
|
||||
<value>Импортировать</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Title" xml:space="preserve">
|
||||
<value>Добавить пользовательскую тему</value>
|
||||
</data>
|
||||
<data name="Common.Template" xml:space="preserve">
|
||||
<value>Шаблон</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameEmpty" xml:space="preserve">
|
||||
<value>Имя не может быть пустым</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameIllegalCharacters" xml:space="preserve">
|
||||
<value>Имя содержит недопустимые символы</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameReserved" xml:space="preserve">
|
||||
<value>Имя не может быть использовано</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.Unknown" xml:space="preserve">
|
||||
<value>Неизвестная ошибка</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameTaken" xml:space="preserve">
|
||||
<value>Имя уже используется</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.FileNotZip" xml:space="preserve">
|
||||
<value>Файл должен быть ZIP</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipMissingThemeFile" xml:space="preserve">
|
||||
<value>Не удалось найти файл темы в ZIP файле</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipInvalidData" xml:space="preserve">
|
||||
<value>Неверный или поврежденный ZIP файл</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.NoThemeSelected" xml:space="preserve">
|
||||
<value>Пользовательская тема не выбрана</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.SetupFailed" xml:space="preserve">
|
||||
<value>Не удалось установить пользовательскую тему лаунчера: {0}.
|
||||
Возвращаемся к {1}.</value>
|
||||
<comment>{0} is the error reason, {1} is the theme name (e.g. Bloxstrap (Classic))</comment>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.NoneSelected" xml:space="preserve">
|
||||
<value>Пользовательская тема не выбрана.</value>
|
||||
</data>
|
||||
<data name="Common.Rename" xml:space="preserve">
|
||||
<value>Переименовать</value>
|
||||
</data>
|
||||
<data name="Common.Edit" xml:space="preserve">
|
||||
<value>Изменить</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.DeleteFailed" xml:space="preserve">
|
||||
<value>Не удалось удалить пользовательскую тему {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.RenameFailed" xml:space="preserve">
|
||||
<value>Не удалось переименовать пользовательскую тему {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Title" xml:space="preserve">
|
||||
<value>Фоновые обновления</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Description" xml:space="preserve">
|
||||
<value>Обновите Roblox в фоновом режиме вместо ожидания. Не рекомендуется для медленных сетей. Для корректной работы этой функции требуется как минимум 3ГБ свободного места на диске.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.UIElements" xml:space="preserve">
|
||||
<value>Поместите сюда элементы в пользовательский интерфейс</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.MoreExamples" xml:space="preserve">
|
||||
<value>Примеры пользовательских загрузок можно найти на {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Simple.MoreExamples" xml:space="preserve">
|
||||
<value>Больше примеров пользовательских лаунчеров в {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.DefaultName" xml:space="preserve">
|
||||
<value>Пользовательская тема {0}</value>
|
||||
<comment>{0} is a string (e.g. '1', '1-1234')</comment>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Title" xml:space="preserve">
|
||||
<value>Разрешить запуск нескольких окон</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Description" xml:space="preserve">
|
||||
<value>Позволяет запускать Roblox в нескольких окнах одновременно.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success.Description" xml:space="preserve">
|
||||
<value>Ваша тема сохранена!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Errors.PreviewFailed" xml:space="preserve">
|
||||
<value>Не удалось просмотреть тему: {0}</value>
|
||||
</data>
|
||||
</root>
|
@ -766,7 +766,7 @@ Om du väljer "Nej" ignoreras denna varning och installationen fortsätter.</val
|
||||
<value>Använd eget typsnitt</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.OpenModsFolder.Description" xml:space="preserve">
|
||||
<value>Hantera egna Roblox moddar här.</value>
|
||||
<value>Hantera egna Roblox-moddar här.</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.OpenModsFolder.Title" xml:space="preserve">
|
||||
<value>Öppna Moddmappen</value>
|
||||
@ -1239,6 +1239,9 @@ Vill du aktivera testläge?</value>
|
||||
<data name="Dialog.Exception.Version" xml:space="preserve">
|
||||
<value>Version {0}</value>
|
||||
</data>
|
||||
<data name="Enums.BootstrapperStyle.CustomDialog" xml:space="preserve">
|
||||
<value>Egen</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.FilesInUse" xml:space="preserve">
|
||||
<value>Bloxstrap kunde inte uppdatera Roblox eftersom Roblox filer fortfarande används.
|
||||
|
||||
@ -1267,4 +1270,233 @@ Var vänlig och stäng applikationer som kan använda Roblox filer, och starta s
|
||||
<value>Alla Bloxstrap loggfiler</value>
|
||||
<comment>Label that appears next to a checkbox</comment>
|
||||
</data>
|
||||
<data name="App.OSDeprecation.Win7_81" xml:space="preserve">
|
||||
<value>Roblox stödjer inte längre Windows 7 eller 8.1. För att fortsätta spela, uppgradera till Windows 10 eller senare.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Title" xml:space="preserve">
|
||||
<value>Det gick inte att extrahera filerna</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Message" xml:space="preserve">
|
||||
<value>Vissa filer verkar saknas. Genomför en ominstallation av Roblox i inställningarna för att åtgärda problemet.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Title" xml:space="preserve">
|
||||
<value>Det gick inte att tillämpa ändringarna</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Message" xml:space="preserve">
|
||||
<value>Inte alla ändringar kommer att finnas med i denna session.</value>
|
||||
</data>
|
||||
<data name="Menu.About.Licenses.Apache" xml:space="preserve">
|
||||
<value>Apache-licens 2.0</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Blank" xml:space="preserve">
|
||||
<value>Tom</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Simple" xml:space="preserve">
|
||||
<value>Simpel</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.InvalidRoot" xml:space="preserve">
|
||||
<value>Temats XML-rot är inte {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.DialogAlreadyInitialised" xml:space="preserve">
|
||||
<value>Egen dialog har redan initierats</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.TooManyElements" xml:space="preserve">
|
||||
<value>Egna startprogram kan maximalt ha {0} element, fick {1}</value>
|
||||
<comment>{0} and {1} are numbers</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSet" xml:space="preserve">
|
||||
<value>{0} version är inte inställd</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotNumber" xml:space="preserve">
|
||||
<value>{0} version är inte ett nummer</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSupported" xml:space="preserve">
|
||||
<value>{0} version {1} stöds inte längre</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotRecognised" xml:space="preserve">
|
||||
<value>{0} version {1} är inte igenkänd</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementInvalidChild" xml:space="preserve">
|
||||
<value>{0} kan inte ha ett underordnat element av {1}</value>
|
||||
<comment>{0} and {1} are element names (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownElement" xml:space="preserve">
|
||||
<value>Okänt element {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.XMLParseFailed" xml:space="preserve">
|
||||
<value>Kunde inte tolka temafilen: {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeConversionError" xml:space="preserve">
|
||||
<value>{0} har ogiltig {1}: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissing" xml:space="preserve">
|
||||
<value>Element {0} saknar attributet {1}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeInvalidType" xml:space="preserve">
|
||||
<value>{0}.{1} är inte en giltig {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeLargerThanMin" xml:space="preserve">
|
||||
<value>{0}.{1} måste vara större än {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeSmallerThanMax" xml:space="preserve">
|
||||
<value>{0}.{1} måste vara mindre än {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownEnumValue" xml:space="preserve">
|
||||
<value>{0} Okänd {1} '{2}'</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the enum name (e.g. WindowCornerType), {2} is the value</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleDefinitions" xml:space="preserve">
|
||||
<value>{0} kan bara ha en {1} definierad</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleChildren" xml:space="preserve">
|
||||
<value>{0}.{1} kan endast ha ett underordnat element</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementMultipleChildren" xml:space="preserve">
|
||||
<value>{0} kan endast ha ett underordnat element</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissingChild" xml:space="preserve">
|
||||
<value>{0}.{1} saknar sitt underordnade element</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseError" xml:space="preserve">
|
||||
<value>{0}.{1} kunde inte tolkas till en {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseErrorNull" xml:space="preserve">
|
||||
<value>{0}.{1} {2} är null</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeBlacklistedUriScheme" xml:space="preserve">
|
||||
<value>{0}.{1} använder ett svartlistat schema: {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the URI scheme (e.g. http)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementTypeCreationFailed" xml:space="preserve">
|
||||
<value>{0} misslyckades att skapa {1}: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Title" xml:space="preserve">
|
||||
<value>Redigerar "{0}"</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success" xml:space="preserve">
|
||||
<value>Temat har sparats!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Error" xml:space="preserve">
|
||||
<value>Ett fel inträffade när ditt tema skulle sparas.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.ConfirmSave" xml:space="preserve">
|
||||
<value>Spara ändringar till {0}?</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save" xml:space="preserve">
|
||||
<value>Spara</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Preview" xml:space="preserve">
|
||||
<value>Förhandsgranska</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.OpenThemeDirectory" xml:space="preserve">
|
||||
<value>Öppna temamappen</value>
|
||||
</data>
|
||||
<data name="Common.CreateNew" xml:space="preserve">
|
||||
<value>Skapa ny</value>
|
||||
</data>
|
||||
<data name="Common.Import" xml:space="preserve">
|
||||
<value>Importera</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Title" xml:space="preserve">
|
||||
<value>Lägg till eget tema</value>
|
||||
</data>
|
||||
<data name="Common.Template" xml:space="preserve">
|
||||
<value>Mall</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameEmpty" xml:space="preserve">
|
||||
<value>Namnet kan inte vara tomt</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameIllegalCharacters" xml:space="preserve">
|
||||
<value>Namnet innehåller ogiltiga tecken</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameReserved" xml:space="preserve">
|
||||
<value>Namnet kan inte användas</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.Unknown" xml:space="preserve">
|
||||
<value>Okänt fel</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameTaken" xml:space="preserve">
|
||||
<value>Namnet används redan</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.FileNotZip" xml:space="preserve">
|
||||
<value>Filen måste vara en ZIP-fil</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipMissingThemeFile" xml:space="preserve">
|
||||
<value>Temafilen kunde inte hittas i ZIP-filen</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipInvalidData" xml:space="preserve">
|
||||
<value>Ogiltig eller korrupt ZIP-fil</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.NoThemeSelected" xml:space="preserve">
|
||||
<value>Inget eget tema valt</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.SetupFailed" xml:space="preserve">
|
||||
<value>Misslyckades med att konfigurera egen startprogram: {0}.
|
||||
Använder {1} istället.</value>
|
||||
<comment>{0} is the error reason, {1} is the theme name (e.g. Bloxstrap (Classic))</comment>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.NoneSelected" xml:space="preserve">
|
||||
<value>Inget eget tema valt.</value>
|
||||
</data>
|
||||
<data name="Common.Rename" xml:space="preserve">
|
||||
<value>Byt namn</value>
|
||||
</data>
|
||||
<data name="Common.Edit" xml:space="preserve">
|
||||
<value>Redigera</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.DeleteFailed" xml:space="preserve">
|
||||
<value>Misslyckades att radera eget tema {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.RenameFailed" xml:space="preserve">
|
||||
<value>Det gick inte att byta namn på eget tema {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Title" xml:space="preserve">
|
||||
<value>Bakgrundsuppdateringar</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Description" xml:space="preserve">
|
||||
<value>Uppdatera Roblox i bakgrunden istället för att vänta. Rekommenderas inte för långsamma nätverk. Minst 3 GB ledigt lagringsutrymme krävs för att den här funktionen ska fungera.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.UIElements" xml:space="preserve">
|
||||
<value>Sätt användargränssnittselement här</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.MoreExamples" xml:space="preserve">
|
||||
<value>Exempel på anpassade startprogram finns hos {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Simple.MoreExamples" xml:space="preserve">
|
||||
<value>Hitta fler anpassade startprogram-exempel hos {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.DefaultName" xml:space="preserve">
|
||||
<value>Eget tema {0}</value>
|
||||
<comment>{0} is a string (e.g. '1', '1-1234')</comment>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Title" xml:space="preserve">
|
||||
<value>Tillåt start av flera instanser</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Description" xml:space="preserve">
|
||||
<value>Tillåter att fler än en Roblox-spelklient instans är öppen samtidigt.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success.Description" xml:space="preserve">
|
||||
<value>Ditt tema har sparats!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Errors.PreviewFailed" xml:space="preserve">
|
||||
<value>Det gick inte att förhandsgranska temat: {0}</value>
|
||||
</data>
|
||||
</root>
|
@ -1233,6 +1233,9 @@ Bloxstrap จะติดตั้งไว้ที่ "{1}"</value>
|
||||
<data name="Dialog.Exception.Version" xml:space="preserve">
|
||||
<value>เวอร์ชั่น {0}</value>
|
||||
</data>
|
||||
<data name="Enums.BootstrapperStyle.CustomDialog" xml:space="preserve">
|
||||
<value>กำหนดเอง</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.FilesInUse" xml:space="preserve">
|
||||
<value>Bloxstrap พยายามที่จะอัปเดต Roblox แต่ไม่สามารถทำได้เพราะมีไฟล์ของ Roblox ที่กำลังถูกใช้
|
||||
|
||||
@ -1261,4 +1264,233 @@ Bloxstrap จะติดตั้งไว้ที่ "{1}"</value>
|
||||
<value>บันทึกของ Bloxstrap ทั้งหมด</value>
|
||||
<comment>Label that appears next to a checkbox</comment>
|
||||
</data>
|
||||
<data name="App.OSDeprecation.Win7_81" xml:space="preserve">
|
||||
<value>Roblox ไม่รองรับ Windows 7 หรือ Windows 8.1 เพื่อเล่น Roblox ต่อไปโปรดอัปเกรดเป็น Windows 10 หรือใหม่กว่า</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Title" xml:space="preserve">
|
||||
<value>ไม่สามารถเเตกไฟล์ได้</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Message" xml:space="preserve">
|
||||
<value>คอนเทนต์บางอย่างอาจหายไป บังคับติดตั้ง Roblox ใหม่อีกครั้งในตั้งค่าเพื่อแก้ไขปัญหานี้</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Title" xml:space="preserve">
|
||||
<value>ไม่สามารถบันทึกการเปลี่ยนเเปลงได้</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Message" xml:space="preserve">
|
||||
<value>การแก้ไขทั้งหมดอาจไม่ปรากฏในการเปิดเกมรอบนี้</value>
|
||||
</data>
|
||||
<data name="Menu.About.Licenses.Apache" xml:space="preserve">
|
||||
<value>Apache License 2.0</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Blank" xml:space="preserve">
|
||||
<value>ว่างเปล่า</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Simple" xml:space="preserve">
|
||||
<value>เรียบง่าย</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.InvalidRoot" xml:space="preserve">
|
||||
<value>รูทของธีม XML ไม่ใช่ {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.DialogAlreadyInitialised" xml:space="preserve">
|
||||
<value>กล่องโต้ตอบแบบกำหนดเองถูกเริ่มต้นไปแล้ว</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.TooManyElements" xml:space="preserve">
|
||||
<value>Bootstrapper แบบกำหนดเองสามารถมีได้สูงสุด {0} องค์ประกอบ แต่มี {1}</value>
|
||||
<comment>{0} and {1} are numbers</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSet" xml:space="preserve">
|
||||
<value>{0} เวอร์ชั่นยังไม่ถูกเซ็ต</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotNumber" xml:space="preserve">
|
||||
<value>{0} เวอร์ชั่นไม่เป็นตัวเลข</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSupported" xml:space="preserve">
|
||||
<value>{0} เวอร์ชั่น {1} จะไม่รองรับอีกต่อไป</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotRecognised" xml:space="preserve">
|
||||
<value>{0} เวอร์ชั่น {1} ไม่เป็นที่รู้จัก</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementInvalidChild" xml:space="preserve">
|
||||
<value>{0} ไม่สามารถมีองค์ประกอบ {1}</value>
|
||||
<comment>{0} and {1} are element names (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownElement" xml:space="preserve">
|
||||
<value>องค์ประกอบที่ไม่รู้จัก {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.XMLParseFailed" xml:space="preserve">
|
||||
<value>การวิเคราะห์ไฟล์ธีมล้มเหลว: {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeConversionError" xml:space="preserve">
|
||||
<value>{0} ได้ทำให้ {1}: {2} ผิดพลาด</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissing" xml:space="preserve">
|
||||
<value>องค์ประกอบ {0} ขาดคุณสมบัติ {1}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeInvalidType" xml:space="preserve">
|
||||
<value>{0}.{1} ไม่ใช่ค่าที่ถูกต้อง {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeLargerThanMin" xml:space="preserve">
|
||||
<value>{0}.{1} ต้องมีค่ามากกว่า {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeSmallerThanMax" xml:space="preserve">
|
||||
<value>{0}.{1} ต้องมีค่าน้อยกว่า {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownEnumValue" xml:space="preserve">
|
||||
<value>{0} ไม่รู้จัก {1} '{2}'</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the enum name (e.g. WindowCornerType), {2} is the value</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleDefinitions" xml:space="preserve">
|
||||
<value>{0} สามารถมี {1} กำหนดไว้เพียงอันเดียว</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleChildren" xml:space="preserve">
|
||||
<value>{0}.{1} สามารถมีองค์ประกอบได้เพียงอันเดียว</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementMultipleChildren" xml:space="preserve">
|
||||
<value>{0} มีวัตถุย่อยได้เเค่อันเดียว</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissingChild" xml:space="preserve">
|
||||
<value>{0}.{1} ไม่มีองค์ประกอบของมัน</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseError" xml:space="preserve">
|
||||
<value>{0}.{1} ไม่สามารถถูกแปลงให้เป็น {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseErrorNull" xml:space="preserve">
|
||||
<value>{0}.{1} {2} เป็นค่าว่างเปล่า</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeBlacklistedUriScheme" xml:space="preserve">
|
||||
<value>{0}.{1} ใช้รูปแบบที่ถูกขึ้นบัญชีดำ {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the URI scheme (e.g. http)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementTypeCreationFailed" xml:space="preserve">
|
||||
<value>{0} ไม่สามารถสร้าง {1}: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Title" xml:space="preserve">
|
||||
<value>กําลังเเก้ไข "{0}"</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success" xml:space="preserve">
|
||||
<value>บันทึกธีมเรียบร้อย!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Error" xml:space="preserve">
|
||||
<value>เกิดข้อผิดพลาดระหว่างบันทึกธีมของคุณ</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.ConfirmSave" xml:space="preserve">
|
||||
<value>บันทึกการเปลี่ยนเเปลงไป {0}?</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save" xml:space="preserve">
|
||||
<value>บันทึก</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Preview" xml:space="preserve">
|
||||
<value>ดูตัวอย่าง</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.OpenThemeDirectory" xml:space="preserve">
|
||||
<value>เปิดที่ตั้งของธีม</value>
|
||||
</data>
|
||||
<data name="Common.CreateNew" xml:space="preserve">
|
||||
<value>สร้างใหม่</value>
|
||||
</data>
|
||||
<data name="Common.Import" xml:space="preserve">
|
||||
<value>นำเข้า</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Title" xml:space="preserve">
|
||||
<value>เพิ่มธีมของตัวเอง</value>
|
||||
</data>
|
||||
<data name="Common.Template" xml:space="preserve">
|
||||
<value>ต้นแบบ</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameEmpty" xml:space="preserve">
|
||||
<value>ชื่อไม่สามารถเว้นว่างได้</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameIllegalCharacters" xml:space="preserve">
|
||||
<value>ชื่อมีตัวอักษรที่ใช้ไม่ได้</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameReserved" xml:space="preserve">
|
||||
<value>ชื่อไม่สามารถใช้ได้</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.Unknown" xml:space="preserve">
|
||||
<value>ข้อผิดพลาดที่ไม่รู้จัก</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameTaken" xml:space="preserve">
|
||||
<value>ชื่อถูกใช้เเล้ว</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.FileNotZip" xml:space="preserve">
|
||||
<value>ไฟล์จําเป็นต้องเป็น ZIP</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipMissingThemeFile" xml:space="preserve">
|
||||
<value>ไฟล์ธีมจะไม่ถูกพบในไฟล์ ZIP</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipInvalidData" xml:space="preserve">
|
||||
<value>ไฟล์ ZIP ไม่ถูกต้องหรือเสียหาย</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.NoThemeSelected" xml:space="preserve">
|
||||
<value>ไม่มีธีมกําหนดเองเลือกไว้</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.SetupFailed" xml:space="preserve">
|
||||
<value>ไม่สามารถตั้งค่า Bootstrapper แบบกำหนดเองได้: {0}.
|
||||
เปลี่ยนกลับไปใช้เป็น {1}.</value>
|
||||
<comment>{0} is the error reason, {1} is the theme name (e.g. Bloxstrap (Classic))</comment>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.NoneSelected" xml:space="preserve">
|
||||
<value>ไม่มีธีมกําหนดเองเลือกไว้</value>
|
||||
</data>
|
||||
<data name="Common.Rename" xml:space="preserve">
|
||||
<value>เปลี่ยนชื่อ</value>
|
||||
</data>
|
||||
<data name="Common.Edit" xml:space="preserve">
|
||||
<value>แก้ไข</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.DeleteFailed" xml:space="preserve">
|
||||
<value>ไม่สามารถลบธีมกําหนดเองได้ {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.RenameFailed" xml:space="preserve">
|
||||
<value>ไม่สามารถเปลี่ยนชื่อธีมกําหนดเองได้ {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Title" xml:space="preserve">
|
||||
<value>อัพเดทในพื้นหลัง</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Description" xml:space="preserve">
|
||||
<value>อัพเดท Roblox ในพื้นหลังระหว่างรอ ไม่แนะนำสำหรับเครือข่ายที่ช้าเกินไป ต้องมีพื้นที่เก็บข้อมูลอย่างน้อย 3GB เพื่อให้ฟีเจอร์นี้ทำงานได้อย่างสมบูรณ์.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.UIElements" xml:space="preserve">
|
||||
<value>นำองค์ประกอบของ UI ไว้ตรงนี้</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.MoreExamples" xml:space="preserve">
|
||||
<value>ตัวอย่างของ bootstrappers แบบกำหนดเองสามารถพบได้ที่ {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Simple.MoreExamples" xml:space="preserve">
|
||||
<value>หาตัวอย่างของ bootstrappers แบบกำหนดเองเพิ่มได้ที่ {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.DefaultName" xml:space="preserve">
|
||||
<value>ธีมกําหนดเอง {0}</value>
|
||||
<comment>{0} is a string (e.g. '1', '1-1234')</comment>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Title" xml:space="preserve">
|
||||
<value>อนุญาตให้เปิดหลายหน้าต่าง</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Description" xml:space="preserve">
|
||||
<value>อนุญาตให้เปิดหน้าต่างเกม Roblox ได้มากกว่าหนึ่งพร้อมกัน</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success.Description" xml:space="preserve">
|
||||
<value>บันทึกธีมของคุณเเล้ว!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Errors.PreviewFailed" xml:space="preserve">
|
||||
<value>ไม่สามารถเเสดงตัวอย่างธีม: {0}</value>
|
||||
</data>
|
||||
</root>
|
@ -1113,7 +1113,7 @@ Roblox'un [varsayılan başlatıcı]({1}) ile çalışıp çalışmadığına g
|
||||
<value>Destekçiler</value>
|
||||
</data>
|
||||
<data name="About.Supporters.Description" xml:space="preserve">
|
||||
<value>Bu kişiler, Bloxstrap'ı Ko-fi üzerinden desteklemiş kişilerdir. Burada ki herkese çok teşekkürler!
|
||||
<value>Bu kişiler, Bloxstrap'ı Ko-fi üzerinden desteklemiş kişilerdir. Buradaki herkese çok teşekkürler!
|
||||
Buradaki herkes genel vaatlerine göre sıralanmıştır.</value>
|
||||
</data>
|
||||
<data name="JsonManager.SettingsLoadFailed" xml:space="preserve">
|
||||
@ -1236,10 +1236,13 @@ Test modu açmak ister misiniz?</value>
|
||||
<data name="Dialog.Exception.Version" xml:space="preserve">
|
||||
<value>Sürüm {0}</value>
|
||||
</data>
|
||||
<data name="Enums.BootstrapperStyle.CustomDialog" xml:space="preserve">
|
||||
<value>Özel</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.FilesInUse" xml:space="preserve">
|
||||
<value>Bloxstrap Roblox'u yükseltmeye çalıştı ancak başaramadı çünkü Roblox'un dosyaları hâlâ kullanımda.
|
||||
|
||||
Lütfen Roblox'un dosyalarını kullanabilecek olan uygulamaları kapatın, ve tekrar başlatın.</value>
|
||||
Lütfen Roblox'un dosyalarını kullanabiliyor olan uygulamaları kapatın, ve tekrar başlatın.</value>
|
||||
<comment>This is *not* for when Roblox is still running when trying to upgrade. This applies to files being open (i.e. image assets)</comment>
|
||||
</data>
|
||||
<data name="FileTypes.ZipArchive" xml:space="preserve">
|
||||
@ -1264,4 +1267,233 @@ Lütfen Roblox'un dosyalarını kullanabilecek olan uygulamaları kapatın, ve t
|
||||
<value>Tüm Bloxstrap kayıtları</value>
|
||||
<comment>Label that appears next to a checkbox</comment>
|
||||
</data>
|
||||
<data name="App.OSDeprecation.Win7_81" xml:space="preserve">
|
||||
<value>Roblox artık Windows 7 ve 8,1. desteklemiyor. Roblox'u oynamaya devam etmek için Windows 10 veya daha üst versiyona geçiş yapınız.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Title" xml:space="preserve">
|
||||
<value>Dosyaları ayıklama başarısız oldu</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Message" xml:space="preserve">
|
||||
<value>Bazı içerikler eksik olabilir. Düzeltmek için Roblox'un yeniden kurulmasını zorlayın.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Title" xml:space="preserve">
|
||||
<value>Değişiklikler uygulanamadı</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Message" xml:space="preserve">
|
||||
<value>Tüm Değişiklikler şimdiki girişte olmayacak.</value>
|
||||
</data>
|
||||
<data name="Menu.About.Licenses.Apache" xml:space="preserve">
|
||||
<value>Apache Lisans 2,0</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Blank" xml:space="preserve">
|
||||
<value>Boş</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Simple" xml:space="preserve">
|
||||
<value>Basit</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.InvalidRoot" xml:space="preserve">
|
||||
<value>Tema XML kökü {0} değil</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.DialogAlreadyInitialised" xml:space="preserve">
|
||||
<value>Özel diyalog kutusu zaten başlatılmış</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.TooManyElements" xml:space="preserve">
|
||||
<value>Özel bootstrapperların yalnızca en fazla {0} öğeye sahip olabilir, {1} var</value>
|
||||
<comment>{0} and {1} are numbers</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSet" xml:space="preserve">
|
||||
<value>{0} versiyon ayarlanmadı</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotNumber" xml:space="preserve">
|
||||
<value>{0} versiyon sayı değil</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSupported" xml:space="preserve">
|
||||
<value>{0} versiyon artık {1} desteklenmiyor</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotRecognised" xml:space="preserve">
|
||||
<value>{0} sürüm {1} tanınmıyor</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementInvalidChild" xml:space="preserve">
|
||||
<value>{0} {1} alt öğesine sahip olamaz</value>
|
||||
<comment>{0} and {1} are element names (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownElement" xml:space="preserve">
|
||||
<value>Bilinmeyen öğe {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.XMLParseFailed" xml:space="preserve">
|
||||
<value>Tema dosyası ayrıştırılamadı: {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeConversionError" xml:space="preserve">
|
||||
<value>{0} geçersiz {1}: {2} var</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissing" xml:space="preserve">
|
||||
<value>Element {0}, {1} özelliğini eksik</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeInvalidType" xml:space="preserve">
|
||||
<value>{0}.{1} geçerli olmayan bir {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeLargerThanMin" xml:space="preserve">
|
||||
<value>{0}.{1}, {2}'den büyük olmalı</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeSmallerThanMax" xml:space="preserve">
|
||||
<value>{0}.{1}, {2}'den küçük olmalı</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownEnumValue" xml:space="preserve">
|
||||
<value>{0} Bilinmeyen {1} '{2}'</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the enum name (e.g. WindowCornerType), {2} is the value</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleDefinitions" xml:space="preserve">
|
||||
<value>{0} sadece bir tane tanımlanmış {1} olabilir</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleChildren" xml:space="preserve">
|
||||
<value>{0}.{1} sadece bir tane alt öğesi olabilir</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementMultipleChildren" xml:space="preserve">
|
||||
<value>{0} sadece bir tane alt öğesi olabilir</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissingChild" xml:space="preserve">
|
||||
<value>{0}.{1} alt öğesi eksik</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseError" xml:space="preserve">
|
||||
<value>{0}.{1}, {2} olarak ayrıştırılamadı</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseErrorNull" xml:space="preserve">
|
||||
<value>{0}.{1} {2} boş</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeBlacklistedUriScheme" xml:space="preserve">
|
||||
<value>{0}.{1} yasaklı şema kullanıyor {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the URI scheme (e.g. http)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementTypeCreationFailed" xml:space="preserve">
|
||||
<value>{0} oluştururken hata oluştu {1}: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Title" xml:space="preserve">
|
||||
<value>"{0}" düzenleniyor</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success" xml:space="preserve">
|
||||
<value>Tema başarıyla kaydedildi!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Error" xml:space="preserve">
|
||||
<value>Temanızı kaydederken hata oluştu.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.ConfirmSave" xml:space="preserve">
|
||||
<value>Değişikleri şuna kaydet {0}?</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save" xml:space="preserve">
|
||||
<value>Kaydet</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Preview" xml:space="preserve">
|
||||
<value>Önizleme</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.OpenThemeDirectory" xml:space="preserve">
|
||||
<value>Tema Rehberini Aç</value>
|
||||
</data>
|
||||
<data name="Common.CreateNew" xml:space="preserve">
|
||||
<value>Yeni Oluştur</value>
|
||||
</data>
|
||||
<data name="Common.Import" xml:space="preserve">
|
||||
<value>İçeri Aktar</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Title" xml:space="preserve">
|
||||
<value>Özel Tema Ekle</value>
|
||||
</data>
|
||||
<data name="Common.Template" xml:space="preserve">
|
||||
<value>Şablon</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameEmpty" xml:space="preserve">
|
||||
<value>İsim boş bırakılamaz</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameIllegalCharacters" xml:space="preserve">
|
||||
<value>İsim uyumsuz karakterler içeriyor</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameReserved" xml:space="preserve">
|
||||
<value>İsim kullanılamaz</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.Unknown" xml:space="preserve">
|
||||
<value>Bilinmeyen hata</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameTaken" xml:space="preserve">
|
||||
<value>Bu ad zaten kullanılıyor</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.FileNotZip" xml:space="preserve">
|
||||
<value>Dosya ZIP olmalı</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipMissingThemeFile" xml:space="preserve">
|
||||
<value>Tema dosyası ZIP dosyası içinde bulunamadı</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipInvalidData" xml:space="preserve">
|
||||
<value>Geçersiz yada bozulmuş ZIP dosyası</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.NoThemeSelected" xml:space="preserve">
|
||||
<value>Özel tema seçilmedi</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.SetupFailed" xml:space="preserve">
|
||||
<value>Özel bootstrapper kurulamadı: {0}.
|
||||
Otomatiklen {1}'e alınılıyor.</value>
|
||||
<comment>{0} is the error reason, {1} is the theme name (e.g. Bloxstrap (Classic))</comment>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.NoneSelected" xml:space="preserve">
|
||||
<value>Özel tema seçilmedi.</value>
|
||||
</data>
|
||||
<data name="Common.Rename" xml:space="preserve">
|
||||
<value>Yeniden Adlandır</value>
|
||||
</data>
|
||||
<data name="Common.Edit" xml:space="preserve">
|
||||
<value>Düzenle</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.DeleteFailed" xml:space="preserve">
|
||||
<value>Özel tema {0}: {1} silinemedi</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.RenameFailed" xml:space="preserve">
|
||||
<value>Özel tema {0}: {1} adlandırılırken hata oluştu</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Title" xml:space="preserve">
|
||||
<value>Arka plan güncellemeleri</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Description" xml:space="preserve">
|
||||
<value>Beklemek yerine Roblox'u arkada güncelleyin. Yavaş ağlar için tavsiye edilmez. Bu özelliğin kullanılması için en az 3GB boş alan olmalı.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.UIElements" xml:space="preserve">
|
||||
<value>Arayüz öğelerini buraya yerleştirin</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.MoreExamples" xml:space="preserve">
|
||||
<value>Özel önyükleyici örneklerini {0} adresinde bulabilirsiniz</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Simple.MoreExamples" xml:space="preserve">
|
||||
<value>{0} adresinde daha fazla özel önyükleyici örneği bulabilirsiniz</value>
|
||||
</data>
|
||||
<data name="CustomTheme.DefaultName" xml:space="preserve">
|
||||
<value>Özel Tema {0}</value>
|
||||
<comment>{0} is a string (e.g. '1', '1-1234')</comment>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Title" xml:space="preserve">
|
||||
<value>Birden fazla istemci kullanmaya izin ver</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Description" xml:space="preserve">
|
||||
<value>Aynı anda birden fazla Roblox istemcisinin açık olmasına izin verir.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success.Description" xml:space="preserve">
|
||||
<value>Temanız kaydedildi!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Errors.PreviewFailed" xml:space="preserve">
|
||||
<value>Tema önizlemesi başarısız oldu: {0}</value>
|
||||
</data>
|
||||
</root>
|
@ -175,7 +175,7 @@
|
||||
<value>Bloxstrap було успішно деінстальовано</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.Uninstall.RobloxRunning" xml:space="preserve">
|
||||
<value>Roblox зараз запущений, але має закритись перед видаленням Bloxstrap. Хочете зараз закрити Roblox?</value>
|
||||
<value>Roblox зараз запущений, але він має бути закритий до моменту початку видалення Bloxstrap. Хочете зараз закрити Roblox?</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.WMFNotFound" xml:space="preserve">
|
||||
<value>Roblox вимагає використання компонентів Windows Media Foundation. Схоже що вони відсутні, ймовірно, тому що ви використовуєте видання Windows N. Будь ласка, спочатку встановіть їх, а потім запустіть Roblox.</value>
|
||||
@ -751,7 +751,7 @@
|
||||
<value>Оберіть шрифт...</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.Misc.CustomFont.Description" xml:space="preserve">
|
||||
<value>Розмір шрифту можна змінити на вкладці "Налаштування движка".</value>
|
||||
<value>Розмір шрифту можна змінити на вкладці "Налаштування двигуна".</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.Misc.CustomFont.Invalid" xml:space="preserve">
|
||||
<value>Вибраний вами файл не є правильним файлом шрифту.</value>
|
||||
@ -1101,7 +1101,7 @@ Bloxstrap встановлено на "{1}".</value>
|
||||
<data name="Dialog.PlayerError.HelpInformation" xml:space="preserve">
|
||||
<value>Ви можете пошукати інформацію чому це відбувається і як це можна вирішити в цьому допоміжному посібнику({0}).
|
||||
|
||||
Перевірте, чи працює Roblox з оригінальним лаунчером({1}). Якщо так, тоді перегляньте посібник. Якщо ні, тоді це не проблема Bloxstrap.</value>
|
||||
Перевірте, чи працює Roblox з оригінальним клієнтом({1}). Якщо так, тоді перегляньте посібник. Якщо ні, тоді це не проблема Bloxstrap.</value>
|
||||
</data>
|
||||
<data name="Common.NetworkError" xml:space="preserve">
|
||||
<value>Не вдалося завантажити дані через помилку мережі.</value>
|
||||
@ -1113,8 +1113,8 @@ Bloxstrap встановлено на "{1}".</value>
|
||||
<value>Підтримка</value>
|
||||
</data>
|
||||
<data name="About.Supporters.Description" xml:space="preserve">
|
||||
<value>Це люди, які підтримали Bloxstrap грошима через сервіс Ko-fi. Велике вам всім дякую!
|
||||
Кожна людина тут аранжована за загальною сумою донатів.</value>
|
||||
<value>Це є люди, які підтримали Bloxstrap грошима через сервіс Ko-fi. Велике вам всім дякую!
|
||||
Кожна людина тут аранжована за загальною сумою пожертв.</value>
|
||||
</data>
|
||||
<data name="JsonManager.SettingsLoadFailed" xml:space="preserve">
|
||||
<value>Ваші налаштування не вдалося завантажити. Вони були скинуті до стандартної конфігурації.</value>
|
||||
@ -1236,6 +1236,9 @@ Bloxstrap встановлено на "{1}".</value>
|
||||
<data name="Dialog.Exception.Version" xml:space="preserve">
|
||||
<value>Версія {0}</value>
|
||||
</data>
|
||||
<data name="Enums.BootstrapperStyle.CustomDialog" xml:space="preserve">
|
||||
<value>Особистий</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.FilesInUse" xml:space="preserve">
|
||||
<value>Bloxstrap намагався оновити Roblox, але не може, тому що файли Roblox все ще у використанні.
|
||||
|
||||
@ -1264,4 +1267,233 @@ Bloxstrap встановлено на "{1}".</value>
|
||||
<value>Всі журнали Bloxstrap</value>
|
||||
<comment>Label that appears next to a checkbox</comment>
|
||||
</data>
|
||||
<data name="App.OSDeprecation.Win7_81" xml:space="preserve">
|
||||
<value>Roblox більше не підтримує Windows 7 або 8.1. Аби продовжити грати, оновіть ваш Windows до версії 10 чи новіше.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Title" xml:space="preserve">
|
||||
<value>Не вдалось отримати файл</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Message" xml:space="preserve">
|
||||
<value>Деякий вміст може бути відсутнім. Примусово перевстановіть roblox в налаштування аби виправити це.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Title" xml:space="preserve">
|
||||
<value>Не вдалось застосувати модифікацію</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Message" xml:space="preserve">
|
||||
<value>Не всі модифікації будуть діяти під час наступного запуску.</value>
|
||||
</data>
|
||||
<data name="Menu.About.Licenses.Apache" xml:space="preserve">
|
||||
<value>Apache License 2.0</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Blank" xml:space="preserve">
|
||||
<value>Пустий</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Simple" xml:space="preserve">
|
||||
<value>Простий</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.InvalidRoot" xml:space="preserve">
|
||||
<value>Коренева тема для XML не {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.DialogAlreadyInitialised" xml:space="preserve">
|
||||
<value>Спеціальне вікно вже ініціалізовано</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.TooManyElements" xml:space="preserve">
|
||||
<value>Спеціальні bootstrappers які можуть мати лише максимум {0} елементів, мають {1}</value>
|
||||
<comment>{0} and {1} are numbers</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSet" xml:space="preserve">
|
||||
<value>Версія {0} не встановлена</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotNumber" xml:space="preserve">
|
||||
<value>Версія {0} не являється числом</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSupported" xml:space="preserve">
|
||||
<value>{0} версія {1} більше не підтримується</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotRecognised" xml:space="preserve">
|
||||
<value>{0} версія {1} не розпізнана</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementInvalidChild" xml:space="preserve">
|
||||
<value>{0} не може мати нащадка {1}</value>
|
||||
<comment>{0} and {1} are element names (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownElement" xml:space="preserve">
|
||||
<value>Невідомий елемент {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.XMLParseFailed" xml:space="preserve">
|
||||
<value>Не вдалося обробити файл теми: {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeConversionError" xml:space="preserve">
|
||||
<value>{0} має помилкове {1}: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissing" xml:space="preserve">
|
||||
<value>Елемент {0} немає атрибута {1}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeInvalidType" xml:space="preserve">
|
||||
<value>{0}.{1} не є припустимим {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeLargerThanMin" xml:space="preserve">
|
||||
<value>{0}.{1} має бути більше за {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeSmallerThanMax" xml:space="preserve">
|
||||
<value>{0}.{1} має бути більше за {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownEnumValue" xml:space="preserve">
|
||||
<value>{0} Невідомі {1} '{2}'</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the enum name (e.g. WindowCornerType), {2} is the value</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleDefinitions" xml:space="preserve">
|
||||
<value>{0} може мати тільки одне {1} як задане</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleChildren" xml:space="preserve">
|
||||
<value>{0}.{1} може мати лише один дочірній елемент</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementMultipleChildren" xml:space="preserve">
|
||||
<value>{0} може мати тільки одне як задане</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissingChild" xml:space="preserve">
|
||||
<value>{0}.{1} відсутній у дочірньому режимі</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseError" xml:space="preserve">
|
||||
<value>{0}.{1} не вдалося розібрати в {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseErrorNull" xml:space="preserve">
|
||||
<value>{0}.{1} {2} дорівнює нулю</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeBlacklistedUriScheme" xml:space="preserve">
|
||||
<value>{0}.{1} використовує схему чорного списку {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the URI scheme (e.g. http)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementTypeCreationFailed" xml:space="preserve">
|
||||
<value>{0} не вдалося створити {1}: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Title" xml:space="preserve">
|
||||
<value>Редагування "{0}"</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success" xml:space="preserve">
|
||||
<value>Тему було успішно збережено!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Error" xml:space="preserve">
|
||||
<value>Сталася помилка під час збереження теми.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.ConfirmSave" xml:space="preserve">
|
||||
<value>Зберегти зміни до {0}?</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save" xml:space="preserve">
|
||||
<value>Зберегти</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Preview" xml:space="preserve">
|
||||
<value>Перегляд</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.OpenThemeDirectory" xml:space="preserve">
|
||||
<value>Відкрити теку з темами</value>
|
||||
</data>
|
||||
<data name="Common.CreateNew" xml:space="preserve">
|
||||
<value>Створити нове</value>
|
||||
</data>
|
||||
<data name="Common.Import" xml:space="preserve">
|
||||
<value>Імпортувати</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Title" xml:space="preserve">
|
||||
<value>Додати власну тему</value>
|
||||
</data>
|
||||
<data name="Common.Template" xml:space="preserve">
|
||||
<value>Шаблон</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameEmpty" xml:space="preserve">
|
||||
<value>Назва не може бути порожньою</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameIllegalCharacters" xml:space="preserve">
|
||||
<value>Назва містить неприпустимі символи</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameReserved" xml:space="preserve">
|
||||
<value>Назва не може бути використана</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.Unknown" xml:space="preserve">
|
||||
<value>Невідома помилка</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameTaken" xml:space="preserve">
|
||||
<value>Назва вже використовується</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.FileNotZip" xml:space="preserve">
|
||||
<value>Файл повинен бути ZIP</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipMissingThemeFile" xml:space="preserve">
|
||||
<value>Файл теми не знайдено у ZIP-файлі</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipInvalidData" xml:space="preserve">
|
||||
<value>Неприпустимий або пошкоджений ZIP-файл</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.NoThemeSelected" xml:space="preserve">
|
||||
<value>Не вибрано жодної особистої теми</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.SetupFailed" xml:space="preserve">
|
||||
<value>Не вдалося встановити спеціальний bootstrapper: {0}.
|
||||
за замовчуванням {1}.</value>
|
||||
<comment>{0} is the error reason, {1} is the theme name (e.g. Bloxstrap (Classic))</comment>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.NoneSelected" xml:space="preserve">
|
||||
<value>Не вибрано жодної особистої теми.</value>
|
||||
</data>
|
||||
<data name="Common.Rename" xml:space="preserve">
|
||||
<value>Перейменувати</value>
|
||||
</data>
|
||||
<data name="Common.Edit" xml:space="preserve">
|
||||
<value>Редагувати</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.DeleteFailed" xml:space="preserve">
|
||||
<value>Не вдалося видалити особисту тему {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.RenameFailed" xml:space="preserve">
|
||||
<value>Не вдалося перейменувати особисту тему {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Title" xml:space="preserve">
|
||||
<value>Оновлення у фоновому режимі</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Description" xml:space="preserve">
|
||||
<value>Обновіть Roblox у фоновому режимі замість очікування роботи. Не рекомендується для мереж з повільною швидкістю. Для роботи необхідно щонайменше 3 ГБ вільного місця.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.UIElements" xml:space="preserve">
|
||||
<value>Помістіть елементи інтерфейсу сюди</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.MoreExamples" xml:space="preserve">
|
||||
<value>Приклади спеціальних bootstrappers можна знайти в {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Simple.MoreExamples" xml:space="preserve">
|
||||
<value>Ви можете знайти більше прикладів bootstrapper в {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.DefaultName" xml:space="preserve">
|
||||
<value>Особиста тема {0}</value>
|
||||
<comment>{0} is a string (e.g. '1', '1-1234')</comment>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Title" xml:space="preserve">
|
||||
<value>Дозволити багаторівневий запуск</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Description" xml:space="preserve">
|
||||
<value>Дозволяє використовувати більше одного клієнта Roblox що відкриті одночасно.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success.Description" xml:space="preserve">
|
||||
<value>Ваша тема була успішно збережена!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Errors.PreviewFailed" xml:space="preserve">
|
||||
<value>Не вдалось показати тему: {0}</value>
|
||||
</data>
|
||||
</root>
|
@ -118,7 +118,7 @@
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="Bootstrapper.AutoUpdateFailed" xml:space="preserve">
|
||||
<value>Bloxstrap không thể tự động cập nhật lên phiên bản {0}. Xin hãy tải về chương trình cài đặt và cập nhật thủ công.</value>
|
||||
<value>Bloxstrap không thể tự động cập nhật lên phiên bản {0}. Xin hãy tải về chương trình cài đặt từ trang chủ và cập nhật thủ công.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ConfirmLaunch" xml:space="preserve">
|
||||
<value>Tiến trình Roblox hiện tại đang chạy, và việc khởi động tiến trình Roblox khác sẽ đóng nó. Bạn có chắc chắn muốn tiếp tục khởi động không?</value>
|
||||
@ -412,7 +412,7 @@ Bạn có muốn nâng cấp phiên bản đã cài đặt không?</value>
|
||||
<value>Lời cảm ơn sâu sắc</value>
|
||||
</data>
|
||||
<data name="Menu.About.Description" xml:space="preserve">
|
||||
<value>Một chương trình khởi động phụ dành cho Roblox với các tính năng đa dạng.</value>
|
||||
<value>Một trình khởi động phụ dành cho Roblox với các tính năng đa dạng.</value>
|
||||
</data>
|
||||
<data name="Menu.About.DiscordServer" xml:space="preserve">
|
||||
<value>Máy chủ Discord</value>
|
||||
@ -1241,6 +1241,9 @@ Bạn có muốn bật chế độ thử nghiệm không?</value>
|
||||
<data name="Dialog.Exception.Version" xml:space="preserve">
|
||||
<value>Phiên bản {0}</value>
|
||||
</data>
|
||||
<data name="Enums.BootstrapperStyle.CustomDialog" xml:space="preserve">
|
||||
<value>Tuỳ chọn</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.FilesInUse" xml:space="preserve">
|
||||
<value>Bloxstrap không thể cập nhật Roblox vì các tập tin của Roblox đang được sử dụng
|
||||
|
||||
@ -1269,4 +1272,233 @@ Xin hãy đóng các ứng dụng đang sử dụng các tập tin của Roblox,
|
||||
<value>Tất cả các file log của Bloxstrap</value>
|
||||
<comment>Label that appears next to a checkbox</comment>
|
||||
</data>
|
||||
<data name="App.OSDeprecation.Win7_81" xml:space="preserve">
|
||||
<value>Roblox không còn hỗ trợ Windows 7 hoặc 8.1 nữa. Xin hãy nâng cấp lên Windows 10 hoặc mới hơn.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Title" xml:space="preserve">
|
||||
<value>Không thể giải nén các tập tin</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Message" xml:space="preserve">
|
||||
<value>Một số nội dung có thể bị thiếu. Cài đặt lại Roblox để sửa lỗi này.</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Title" xml:space="preserve">
|
||||
<value>Không thể áp dụng các chỉnh sửa</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Message" xml:space="preserve">
|
||||
<value>Các chỉnh sửa sẽ không được áp dụng trong lần chạy này.</value>
|
||||
</data>
|
||||
<data name="Menu.About.Licenses.Apache" xml:space="preserve">
|
||||
<value>Giấy phép Apache 2.0</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Blank" xml:space="preserve">
|
||||
<value>Trống</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Simple" xml:space="preserve">
|
||||
<value>Đơn giản</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.InvalidRoot" xml:space="preserve">
|
||||
<value>Gốc XML của giao diện không phải là {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.DialogAlreadyInitialised" xml:space="preserve">
|
||||
<value>Hộp thoại tùy chỉnh đã được khởi tạo</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.TooManyElements" xml:space="preserve">
|
||||
<value>Các trình khởi động tùy chỉnh chỉ có thể có tối đa {0} thành phần, nhận được {1}</value>
|
||||
<comment>{0} and {1} are numbers</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSet" xml:space="preserve">
|
||||
<value>{0} phiên bản chưa được thiết lập</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotNumber" xml:space="preserve">
|
||||
<value>Phiên bản {0} không phải là một con số</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSupported" xml:space="preserve">
|
||||
<value>Phiên bản {0} {1} không còn được hỗ trợ</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotRecognised" xml:space="preserve">
|
||||
<value>Phiên bản {0} {1} không nhận diện được</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementInvalidChild" xml:space="preserve">
|
||||
<value>{0} không thể có một phần tử con kiểu {1}</value>
|
||||
<comment>{0} and {1} are element names (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownElement" xml:space="preserve">
|
||||
<value>Không xác định được nguyên tố {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.XMLParseFailed" xml:space="preserve">
|
||||
<value>Không phân tích được tệp chủ đề: {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeConversionError" xml:space="preserve">
|
||||
<value>{0} có không hợp lệ {1}: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissing" xml:space="preserve">
|
||||
<value>Nguyên tố {0} đang thiếu thuộc tính {1}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeInvalidType" xml:space="preserve">
|
||||
<value>{0}.{1} không phải là {2} hợp lệ</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeLargerThanMin" xml:space="preserve">
|
||||
<value>{0}.{1} phải lớn hơn {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeSmallerThanMax" xml:space="preserve">
|
||||
<value>{0}.{1} phải nhỏ hơn {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownEnumValue" xml:space="preserve">
|
||||
<value>{0} Không xác định {1} '{2}'</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the enum name (e.g. WindowCornerType), {2} is the value</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleDefinitions" xml:space="preserve">
|
||||
<value>{0} chỉ có thể có một khai báo {1}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleChildren" xml:space="preserve">
|
||||
<value>{0}.{1} chỉ có thể có một phần tử con</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementMultipleChildren" xml:space="preserve">
|
||||
<value>{0} chỉ có thể có một phần tử con</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissingChild" xml:space="preserve">
|
||||
<value>{0}.{1} đang thiếu phần tử con</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseError" xml:space="preserve">
|
||||
<value>{0}.{1} không thể được phân tích thành {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseErrorNull" xml:space="preserve">
|
||||
<value>{0}.{1} {2} bị vô hiệu hóa</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeBlacklistedUriScheme" xml:space="preserve">
|
||||
<value>{0}.{1} sử dụng sơ đồ bị cấm {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the URI scheme (e.g. http)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementTypeCreationFailed" xml:space="preserve">
|
||||
<value>{0} không thể tạo {1}: {2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Title" xml:space="preserve">
|
||||
<value>Đang chỉnh sửa "{0}"</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success" xml:space="preserve">
|
||||
<value>Đã lưu chủ đề!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Error" xml:space="preserve">
|
||||
<value>Đã có lỗi xảy ra khi đang lưu chủ đề.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.ConfirmSave" xml:space="preserve">
|
||||
<value>Lưu thay đổi cho {0}?</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save" xml:space="preserve">
|
||||
<value>Lưu</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Preview" xml:space="preserve">
|
||||
<value>Xem trước</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.OpenThemeDirectory" xml:space="preserve">
|
||||
<value>Mở thư mục chủ đề</value>
|
||||
</data>
|
||||
<data name="Common.CreateNew" xml:space="preserve">
|
||||
<value>Khởi tạo</value>
|
||||
</data>
|
||||
<data name="Common.Import" xml:space="preserve">
|
||||
<value>Nhập</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Title" xml:space="preserve">
|
||||
<value>Thêm chủ đề tùy chỉnh</value>
|
||||
</data>
|
||||
<data name="Common.Template" xml:space="preserve">
|
||||
<value>Bảng mẫu</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameEmpty" xml:space="preserve">
|
||||
<value>Không thể để tên trống</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameIllegalCharacters" xml:space="preserve">
|
||||
<value>Tên chưa ký tự không hợp lệ</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameReserved" xml:space="preserve">
|
||||
<value>Không thể sử dụng tên</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.Unknown" xml:space="preserve">
|
||||
<value>Lỗi không xác định</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameTaken" xml:space="preserve">
|
||||
<value>Tên đã được dùng</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.FileNotZip" xml:space="preserve">
|
||||
<value>Tệp phải ở định dạng ZIP</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipMissingThemeFile" xml:space="preserve">
|
||||
<value>Không tìm thấy tệp chủ đề trong tệp ZIP</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipInvalidData" xml:space="preserve">
|
||||
<value>Tệp ZIP không hợp lệ hoặc bị hỏng</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.NoThemeSelected" xml:space="preserve">
|
||||
<value>Chưa chọn chủ đề tùy chỉnh nào</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.SetupFailed" xml:space="preserve">
|
||||
<value>Không thể thiết lập trình khởi động tùy chỉnh: {0}.
|
||||
Mặc định về {1}.</value>
|
||||
<comment>{0} is the error reason, {1} is the theme name (e.g. Bloxstrap (Classic))</comment>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.NoneSelected" xml:space="preserve">
|
||||
<value>Chưa chọn chủ đề tùy chỉnh nào.</value>
|
||||
</data>
|
||||
<data name="Common.Rename" xml:space="preserve">
|
||||
<value>Đổi tên</value>
|
||||
</data>
|
||||
<data name="Common.Edit" xml:space="preserve">
|
||||
<value>Chỉnh sửa</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.DeleteFailed" xml:space="preserve">
|
||||
<value>Không thể xóa chủ đề tùy chỉnh {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.RenameFailed" xml:space="preserve">
|
||||
<value>Không thể đổi tên chủ đề tùy chỉnh {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Title" xml:space="preserve">
|
||||
<value>Cập nhật ở nền</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Description" xml:space="preserve">
|
||||
<value>Cập nhật Roblox ở nền thay vì đợi. Không khuyến khích cho mạng chậm. Cần ít nhất 3GB bộ nhớ trống để tính năng này hoạt động.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.UIElements" xml:space="preserve">
|
||||
<value>Đặt các thành phần giao diện tại đây</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.MoreExamples" xml:space="preserve">
|
||||
<value>Ví dụ trình khởi động tùy chỉnh có thể được tìm thấy tại {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Simple.MoreExamples" xml:space="preserve">
|
||||
<value>Tìm thêm ví dụ trình khởi động tuỳ chỉnh tại {0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.DefaultName" xml:space="preserve">
|
||||
<value>Giao diện tuỳ chỉnh {0}</value>
|
||||
<comment>{0} is a string (e.g. '1', '1-1234')</comment>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Title" xml:space="preserve">
|
||||
<value>Cho phép mở nhiều tiến trình</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Description" xml:space="preserve">
|
||||
<value>Cho phép mở hơn một tiến trình Roblox cùng một lúc.</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success.Description" xml:space="preserve">
|
||||
<value>Giao diện của bạn đã được lưu!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Errors.PreviewFailed" xml:space="preserve">
|
||||
<value>Không thể xem trước giao diện: {0}</value>
|
||||
</data>
|
||||
</root>
|
@ -118,7 +118,7 @@
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="Bootstrapper.AutoUpdateFailed" xml:space="preserve">
|
||||
<value>Bloxstrap 目前无法自动更新至 v{0};请通过 官方网站 下载最新版本并运行安装包以手动更新 Bloxstrap。</value>
|
||||
<value>Bloxstrap 目前无法自动更新至 {0};请通过 官方网站 下载最新版本并运行安装包以手动更新 Bloxstrap。</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ConfirmLaunch" xml:space="preserve">
|
||||
<value>Roblox 当前正在运行中,打开另一个 Roblox 进程后将会关闭它。
|
||||
@ -185,7 +185,7 @@
|
||||
<value>Roblox 需要使用 “Windows Media Foundation” 组件才能启动;您似乎缺少它们,可能是因为您使用的是 N 版本的 Windows;请先安装它们后再尝试重新启动 Roblox。</value>
|
||||
</data>
|
||||
<data name="Common.AddSingle" xml:space="preserve">
|
||||
<value>添加单个</value>
|
||||
<value>添加单项</value>
|
||||
</data>
|
||||
<data name="Common.Browse" xml:space="preserve">
|
||||
<value>浏览</value>
|
||||
@ -529,7 +529,7 @@
|
||||
<value>启动器</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.AddNew" xml:space="preserve">
|
||||
<value>添加新的</value>
|
||||
<value>新增</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.AlreadyExists" xml:space="preserve">
|
||||
<value>关于此 Flag 名称的条目已存在。</value>
|
||||
@ -561,7 +561,7 @@
|
||||
<value>导出 JSON</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.InvalidCharacter" xml:space="preserve">
|
||||
<value>您输入的内容 “{0}” 无效;其内容只能包含字母、数字和下划线。</value>
|
||||
<value>您输入的内容「{0}」无效;其内容只能包含字母、数字和下划线。</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.InvalidJSON" xml:space="preserve">
|
||||
<value>您输入的 JSON 似乎无效;请仔细检查后并重试。
|
||||
@ -571,7 +571,7 @@
|
||||
<comment>{0} is an exception message</comment>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.InvalidPrefix" xml:space="preserve">
|
||||
<value>您输入的内容 “{0}” 无效;其内容必须以 “FFlag”、“DFInt” 等开头才能生效。</value>
|
||||
<value>您输入的内容「{0}」无效;其内容必须以 “FFlag”、“DFInt” 等开头才能生效。</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.JsonCopiedToClipboard" xml:space="preserve">
|
||||
<value>已复制到剪贴板。</value>
|
||||
@ -667,7 +667,7 @@
|
||||
<value>您选择安装 Bloxstrap 的文件夹已经存在且不为空文件夹;强烈建议将 Bloxstrap 安装到其自己的独立文件夹中。
|
||||
|
||||
建议更改为以下位置:
|
||||
“{0}”
|
||||
「{0}」
|
||||
|
||||
是否更改为建议的位置?
|
||||
选择 “否” 将忽略此警告并继续安装。</value>
|
||||
@ -745,7 +745,7 @@
|
||||
</data>
|
||||
<data name="Menu.Integrations.QueryServerLocation.Description" xml:space="preserve">
|
||||
<value>当您加入游戏时,您将会收到当前服务器具体信息的通知;通知将不会在 “全屏独占” 时显示。
|
||||
(由 [ipinfo.io]({0}) 提供技术支持)</value>
|
||||
(您可以通过 [ipinfo.io]({0}) 来获取您当前所处服务器的位置信息)</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.QueryServerLocation.Title" xml:space="preserve">
|
||||
<value>允许接收服务器具体信息通知</value>
|
||||
@ -916,14 +916,14 @@
|
||||
<comment>Shown in the open file dialog, where the file type selection dropdown is, e.g. "JSON files (*.json)"</comment>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.InvalidBoolValue" xml:space="preserve">
|
||||
<value>您输入的内容 “{0}” 无效;其内容只能为布尔值。(“True” 或 “False”)</value>
|
||||
<value>您输入的内容「{0}」无效;其内容只能为布尔值。(“True” 或 “False”)</value>
|
||||
<comment>Do not translate 'True' and 'False', those must stay in English</comment>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.InvalidNumberValue" xml:space="preserve">
|
||||
<value>您输入的内容 “{0}” 无效;其内容只能为数字才能生效。</value>
|
||||
<value>您输入的内容「{0}」无效;其内容只能为数字才能生效。</value>
|
||||
</data>
|
||||
<data name="Logger.NoWriteMode" xml:space="preserve">
|
||||
<value>由于 Bloxstrap 无法写入 “{0}” 文件夹;因此本次启动不会写入任何日志文件。</value>
|
||||
<value>由于 Bloxstrap 无法写入位于「{0}」的文件夹,本次启动将不会生成日志文件</value>
|
||||
</data>
|
||||
<data name="Common.Default" xml:space="preserve">
|
||||
<value>默认</value>
|
||||
@ -935,7 +935,7 @@
|
||||
<value>系统默认</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.InvalidPlaceFilter" xml:space="preserve">
|
||||
<value>您输入的内容 “{0}” 无效;因为游戏过滤器的格式不正确。</value>
|
||||
<value>您输入的内容「{0}」无效;因为游戏过滤器的格式不正确。</value>
|
||||
</data>
|
||||
<data name="Installer.Title" xml:space="preserve">
|
||||
<value>Bloxstrap 安装程序</value>
|
||||
@ -1025,7 +1025,7 @@
|
||||
卸载过程可能无法完全自行清理,因此您可能需要手动清理安装 Bloxstrap 时残留的文件。
|
||||
|
||||
Bloxstrap 的安装路径是:
|
||||
“{1}”</value>
|
||||
「{1}」</value>
|
||||
</data>
|
||||
<data name="Uninstaller.KeepData.Label" xml:space="preserve">
|
||||
<value>保留我的 Bloxstrap 设置 和 Roblox 模组 (Mods)</value>
|
||||
@ -1262,6 +1262,9 @@ Bloxstrap 的安装路径是:
|
||||
<data name="Dialog.Exception.Version" xml:space="preserve">
|
||||
<value>版本 {0}</value>
|
||||
</data>
|
||||
<data name="Enums.BootstrapperStyle.CustomDialog" xml:space="preserve">
|
||||
<value>自定义</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.FilesInUse" xml:space="preserve">
|
||||
<value>Bloxstrap 目前无法更新 Roblox;因为当前 Roblox 的文件被占用。
|
||||
|
||||
@ -1290,4 +1293,233 @@ Bloxstrap 的安装路径是:
|
||||
<value>所有 Bloxstrap 日志</value>
|
||||
<comment>Label that appears next to a checkbox</comment>
|
||||
</data>
|
||||
<data name="App.OSDeprecation.Win7_81" xml:space="preserve">
|
||||
<value>Roblox 已停止支持 Windows 7 及 8.1 系统;若需继续畅玩,请与时俱进升级至 Windows 10 或更高版本。</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Title" xml:space="preserve">
|
||||
<value>解压文件失败</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Message" xml:space="preserve">
|
||||
<value>部分内容可能缺失;请前往设置强制重新安装 Roblox 以解决此问题。</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Title" xml:space="preserve">
|
||||
<value>应用修改失败</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Message" xml:space="preserve">
|
||||
<value>并非所有修改都会在本次启动中生效。</value>
|
||||
</data>
|
||||
<data name="Menu.About.Licenses.Apache" xml:space="preserve">
|
||||
<value>Apache 许可证 2.0</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Blank" xml:space="preserve">
|
||||
<value>空白</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Simple" xml:space="preserve">
|
||||
<value>简约</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.InvalidRoot" xml:space="preserve">
|
||||
<value>主题 XML 的根元素不是 {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.DialogAlreadyInitialised" xml:space="preserve">
|
||||
<value>自定义对话框已初始化</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.TooManyElements" xml:space="preserve">
|
||||
<value>自定义启动器最多只能包含 {0} 个元素,但实际提供了 {1} 个</value>
|
||||
<comment>{0} and {1} are numbers</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSet" xml:space="preserve">
|
||||
<value>{0} 版本未设置</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotNumber" xml:space="preserve">
|
||||
<value>{0} 版本不是数字</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSupported" xml:space="preserve">
|
||||
<value>{0} 版本 {1} 已不再受支持</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotRecognised" xml:space="preserve">
|
||||
<value>{0} 版本 {1} 无法识别</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementInvalidChild" xml:space="preserve">
|
||||
<value>{0} 不能包含 {1} 作为子元素</value>
|
||||
<comment>{0} and {1} are element names (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownElement" xml:space="preserve">
|
||||
<value>未知元素 {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.XMLParseFailed" xml:space="preserve">
|
||||
<value>无法解析主题文件:{0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeConversionError" xml:space="preserve">
|
||||
<value>{0} 的 {1} 无效:{2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissing" xml:space="preserve">
|
||||
<value>元素 {0} 缺少 {1} 属性</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeInvalidType" xml:space="preserve">
|
||||
<value>{0}.{1} 不是一个有效的 {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeLargerThanMin" xml:space="preserve">
|
||||
<value>{0}.{1} 必须大于 {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeSmallerThanMax" xml:space="preserve">
|
||||
<value>{0}.{1} 必须小于 {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownEnumValue" xml:space="preserve">
|
||||
<value>{0} 存在未知的 {1} 值「{2}」</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the enum name (e.g. WindowCornerType), {2} is the value</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleDefinitions" xml:space="preserve">
|
||||
<value>{0} 只能定义一个 {1}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleChildren" xml:space="preserve">
|
||||
<value>{0}.{1} 只能包含一个子元素</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementMultipleChildren" xml:space="preserve">
|
||||
<value>{0} 只能包含一个子元素</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissingChild" xml:space="preserve">
|
||||
<value>{0}.{1} 缺少子元素</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseError" xml:space="preserve">
|
||||
<value>{0}.{1} 无法解析为 {2} 类型</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseErrorNull" xml:space="preserve">
|
||||
<value>{0}.{1} 的 {2} 值为空</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeBlacklistedUriScheme" xml:space="preserve">
|
||||
<value>{0}.{1} 使用了被列入黑名单的协议 {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the URI scheme (e.g. http)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementTypeCreationFailed" xml:space="preserve">
|
||||
<value>{0} 创建 {1} 失败:{2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Title" xml:space="preserve">
|
||||
<value>正在编辑「{0}」</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success" xml:space="preserve">
|
||||
<value>主题保存成功!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Error" xml:space="preserve">
|
||||
<value>保存主题时发生错误。</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.ConfirmSave" xml:space="preserve">
|
||||
<value>是否保存对 {0} 的更改?</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save" xml:space="preserve">
|
||||
<value>保存</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Preview" xml:space="preserve">
|
||||
<value>预览</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.OpenThemeDirectory" xml:space="preserve">
|
||||
<value>打开主题目录</value>
|
||||
</data>
|
||||
<data name="Common.CreateNew" xml:space="preserve">
|
||||
<value>新建</value>
|
||||
</data>
|
||||
<data name="Common.Import" xml:space="preserve">
|
||||
<value>导入</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Title" xml:space="preserve">
|
||||
<value>添加自定义主题</value>
|
||||
</data>
|
||||
<data name="Common.Template" xml:space="preserve">
|
||||
<value>模板</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameEmpty" xml:space="preserve">
|
||||
<value>名称不能为空</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameIllegalCharacters" xml:space="preserve">
|
||||
<value>该名称包含非法字符</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameReserved" xml:space="preserve">
|
||||
<value>该名称不可用</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.Unknown" xml:space="preserve">
|
||||
<value>未知错误</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameTaken" xml:space="preserve">
|
||||
<value>该名称已被占用</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.FileNotZip" xml:space="preserve">
|
||||
<value>文件必须是 ZIP 格式</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipMissingThemeFile" xml:space="preserve">
|
||||
<value>ZIP 文件中未找到主题文件</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipInvalidData" xml:space="preserve">
|
||||
<value>ZIP 文件无效或损坏</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.NoThemeSelected" xml:space="preserve">
|
||||
<value>未选择任何自定义主题</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.SetupFailed" xml:space="preserve">
|
||||
<value>无法设置自定义启动器:{0}.
|
||||
正在回退至 {1}。</value>
|
||||
<comment>{0} is the error reason, {1} is the theme name (e.g. Bloxstrap (Classic))</comment>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.NoneSelected" xml:space="preserve">
|
||||
<value>未选择自定义主题。</value>
|
||||
</data>
|
||||
<data name="Common.Rename" xml:space="preserve">
|
||||
<value>重命名</value>
|
||||
</data>
|
||||
<data name="Common.Edit" xml:space="preserve">
|
||||
<value>编辑</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.DeleteFailed" xml:space="preserve">
|
||||
<value>无法删除自定义主题 {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.RenameFailed" xml:space="preserve">
|
||||
<value>无法重命名自定义主题 {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Title" xml:space="preserve">
|
||||
<value>后台更新</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Description" xml:space="preserve">
|
||||
<value>无需等待即可在后台更新 Roblox;不推荐在网速较慢的情况下使用。此功能需要至少 3GB 的可用存储空间。</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.UIElements" xml:space="preserve">
|
||||
<value>在此放置 UI 元素</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.MoreExamples" xml:space="preserve">
|
||||
<value>您可在 {0} 找到自定义启动器示例</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Simple.MoreExamples" xml:space="preserve">
|
||||
<value>访问 {0} 探索更多自定义启动器示例</value>
|
||||
</data>
|
||||
<data name="CustomTheme.DefaultName" xml:space="preserve">
|
||||
<value>自定义主题 {0}</value>
|
||||
<comment>{0} is a string (e.g. '1', '1-1234')</comment>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Title" xml:space="preserve">
|
||||
<value>允许游戏多开 (多开器)</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Description" xml:space="preserve">
|
||||
<value>允许同时运行多个 Roblox 游戏客户端进程。</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success.Description" xml:space="preserve">
|
||||
<value>您的主题已保存!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Errors.PreviewFailed" xml:space="preserve">
|
||||
<value>无法预览主题:{0}</value>
|
||||
</data>
|
||||
</root>
|
1502
Bloxstrap/Resources/Strings.zh-HK.resx
Normal file
1502
Bloxstrap/Resources/Strings.zh-HK.resx
Normal file
File diff suppressed because it is too large
Load Diff
@ -124,44 +124,44 @@
|
||||
<value>Roblox 當前正在運行,開啟另一個窗口將會關掉它。您確定要繼續開啟嗎?</value>
|
||||
</data>
|
||||
<data name="Dialog.Connectivity.RobloxDown" xml:space="preserve">
|
||||
<value>Roblox 的伺服器可能已經炸了。請參考 {0} 來了解更多資訊。</value>
|
||||
<value>Roblox 伺服器可能發生了故障;請參閱 {0} 以了解更多資訊。</value>
|
||||
</data>
|
||||
<data name="Dialog.Connectivity.BadConnection" xml:space="preserve">
|
||||
<value>無法連線,這可能是因為您的網路問題或者是防火牆設定,如果您的網路連線沒問題,請確認你的防毒軟體沒有干預 Bloxstrap 的網路權限。</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.FirstRunUninstall" xml:space="preserve">
|
||||
<value>您要先安裝Bloxstrap才能解除安裝。</value>
|
||||
<value>您必須先安裝 Bloxstrap 才能解除安裝。</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.NotEnoughSpace" xml:space="preserve">
|
||||
<value>你的電腦沒有足夠磁碟空間來安裝Bloxstrap和Roblox,請先釋放一些磁碟空間然後再試一遍。</value>
|
||||
<value>你的電腦沒有足夠磁碟空間來安裝 Bloxstrap 和 Roblox ,請先釋放一些磁碟空間然後再試一遍。</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.Status.ApplyingModifications" xml:space="preserve">
|
||||
<value>正在應用 Roblox 修改</value>
|
||||
<value>正在套用 Roblox 修改</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.Status.Configuring" xml:space="preserve">
|
||||
<value>正在設定{product}...</value>
|
||||
<value>正在設定 {product}...</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.Status.Connecting" xml:space="preserve">
|
||||
<value>正在連接至Roblox...</value>
|
||||
<value>正在連接至 Roblox...</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.Status.Installing" xml:space="preserve">
|
||||
<value>正在安裝 {product}...</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.Status.InstallingWebView2" xml:space="preserve">
|
||||
<value>正在安裝WebView2,請稍候...</value>
|
||||
<value>正在安裝 WebView2,請稍候...</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.Status.Starting" xml:space="preserve">
|
||||
<value>正在啟動{product}...</value>
|
||||
<value>正在啟動 {product}...</value>
|
||||
<comment>"Starting Roblox" or "Starting Roblox Studio"</comment>
|
||||
</data>
|
||||
<data name="Bootstrapper.Status.Upgrading" xml:space="preserve">
|
||||
<value>正在更新{product}...</value>
|
||||
<value>正在更新 {product}...</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.Status.UpgradingBloxstrap" xml:space="preserve">
|
||||
<value>正在取得最新的Bloxstrap...</value>
|
||||
<value>正在取得新版 Bloxstrap...</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.Status.WaitingOtherInstances" xml:space="preserve">
|
||||
<value>正在等待其他Roblox程式...</value>
|
||||
<value>正在等待其他 Roblox 進程...</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.StylePreview.ImageCancel" xml:space="preserve">
|
||||
<value>風格外觀預覽 - 點擊右上角的 X 按鈕關閉</value>
|
||||
@ -172,13 +172,13 @@
|
||||
<comment>Text for style previews that use text button that says "Cancel"</comment>
|
||||
</data>
|
||||
<data name="Bootstrapper.SuccessfullyUninstalled" xml:space="preserve">
|
||||
<value>Bloxstrap解除安裝成功</value>
|
||||
<value>Bloxstrap 解除安裝成功</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.Uninstall.RobloxRunning" xml:space="preserve">
|
||||
<value>Roblox 正在運行中,但在解除安裝 Bloxstrap 之前,你必須先關閉 Roblox,請問你現在要關閉 Roblox 嗎?</value>
|
||||
<value>Roblox 目前正在運行,但在解除安裝 Bloxstrap 之前必須先關閉它。您現在要關閉 Roblox 嗎?</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.WMFNotFound" xml:space="preserve">
|
||||
<value>似乎您的系統缺少Windows媒體基礎元件,這很大機會是你的Windows作業系統是N版本,請先安裝它然後再開啟Roblox。</value>
|
||||
<value>Roblox 需要使用 Windows Media Foundation 元件(Windows 媒體基礎元件)。您的系統似乎缺少這些元件,可能是因為您使用的是 Windows 「N」版本。請先安裝這些元件,然後再啟動 Roblox。</value>
|
||||
</data>
|
||||
<data name="Common.AddSingle" xml:space="preserve">
|
||||
<value>新增單個</value>
|
||||
@ -220,7 +220,7 @@
|
||||
<value>否</value>
|
||||
</data>
|
||||
<data name="Common.OK" xml:space="preserve">
|
||||
<value>OK</value>
|
||||
<value>確定</value>
|
||||
</data>
|
||||
<data name="Common.Presets" xml:space="preserve">
|
||||
<value>預設</value>
|
||||
@ -270,10 +270,10 @@
|
||||
<value>類型</value>
|
||||
</data>
|
||||
<data name="Dialog.AddFastFlag.Title" xml:space="preserve">
|
||||
<value>新增Fast Flag</value>
|
||||
<value>新增 Fast Flag</value>
|
||||
</data>
|
||||
<data name="Dialog.Connectivity.MoreInfo" xml:space="preserve">
|
||||
<value>伺服器資訊:</value>
|
||||
<value>更多資訊:</value>
|
||||
</data>
|
||||
<data name="Dialog.Connectivity.Title" xml:space="preserve">
|
||||
<value>連接錯誤</value>
|
||||
@ -286,15 +286,15 @@
|
||||
<value>複製日誌内容</value>
|
||||
</data>
|
||||
<data name="Dialog.Exception.Info.1" xml:space="preserve">
|
||||
<value>執行Bloxstrap時出現了錯誤</value>
|
||||
<value>執行 Bloxstrap 時出現了錯誤</value>
|
||||
</data>
|
||||
<data name="Dialog.Exception.Info.2" xml:space="preserve">
|
||||
<value>請先瀏覽[Bloxstrap Wiki]({0}) 來看此問題是否已解決。
|
||||
<value>請先瀏覽 [Bloxstrap Wiki]({0}) 來看此問題是否已解決。
|
||||
|
||||
如果尚未被解決的話,那請透過[GitHub Issue]({1}) 中回報此問題,並附上所創建的日誌文件副本。</value>
|
||||
如果尚未被解決的話,那請透過 [GitHub Issue]({1}) 中回報此問題,並附上所創建的日誌文件副本。</value>
|
||||
</data>
|
||||
<data name="Dialog.Exception.Title" xml:space="preserve">
|
||||
<value>Bloxstrap異常</value>
|
||||
<value>Bloxstrap 異常</value>
|
||||
</data>
|
||||
<data name="Common.Custom" xml:space="preserve">
|
||||
<value>自定義</value>
|
||||
@ -357,7 +357,7 @@
|
||||
<value>2023 (V4)</value>
|
||||
</data>
|
||||
<data name="Enums.FlagPresets.LightingMode.Default" xml:space="preserve">
|
||||
<value>以游戲預設為主</value>
|
||||
<value>以遊戲預設為主</value>
|
||||
</data>
|
||||
<data name="Enums.FlagPresets.LightingMode.Future" xml:space="preserve">
|
||||
<value>Future (第三階段)</value>
|
||||
@ -411,13 +411,13 @@
|
||||
<value>特別感謝</value>
|
||||
</data>
|
||||
<data name="Menu.About.Description" xml:space="preserve">
|
||||
<value>一個專為Roblox設計,具有許多實用功能的第三方啟動器。</value>
|
||||
<value>一個專為 Roblox 設計,具有許多實用功能的第三方啟動器。</value>
|
||||
</data>
|
||||
<data name="Menu.About.DiscordServer" xml:space="preserve">
|
||||
<value>Discord伺服器</value>
|
||||
<value>Discord 伺服器</value>
|
||||
</data>
|
||||
<data name="Menu.About.GithubRepository" xml:space="preserve">
|
||||
<value>Github代碼庫</value>
|
||||
<value>Github 代碼庫</value>
|
||||
</data>
|
||||
<data name="Menu.About.HelpInformation" xml:space="preserve">
|
||||
<value>幫助和資訊</value>
|
||||
@ -426,10 +426,10 @@
|
||||
<value>授權條款</value>
|
||||
</data>
|
||||
<data name="Menu.About.Licenses.BSD2" xml:space="preserve">
|
||||
<value>BSD 2-clause授權條款</value>
|
||||
<value>BSD 2-clause 授權條款</value>
|
||||
</data>
|
||||
<data name="Menu.About.Licenses.MIT" xml:space="preserve">
|
||||
<value>MIT授權條款</value>
|
||||
<value>MIT 授權條款</value>
|
||||
</data>
|
||||
<data name="Menu.About.ReportIssue" xml:space="preserve">
|
||||
<value>報告錯誤</value>
|
||||
@ -445,13 +445,13 @@
|
||||
<value>所有檔案</value>
|
||||
</data>
|
||||
<data name="Menu.AlreadyRunning.Caption" xml:space="preserve">
|
||||
<value>在關閉所有目前開啟的Roblox用戶端之前,並非所有變更都會立即生效。</value>
|
||||
<value>在關閉所有目前開啟的 Roblox 用戶端之前,並非所有變更都會立即生效。</value>
|
||||
</data>
|
||||
<data name="Menu.AlreadyRunning.Title" xml:space="preserve">
|
||||
<value>Bloxstrap已經在執行中</value>
|
||||
<value>Bloxstrap 已經在執行中</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.Bootstrapper.Description" xml:space="preserve">
|
||||
<value>你可以讓它看起來與眾不同,如經典,亦或者就像Roblox。</value>
|
||||
<value>你可以讓它看起來與眾不同,如經典,亦或者就像 Roblox。</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.Bootstrapper.Title" xml:space="preserve">
|
||||
<value>啟動器</value>
|
||||
@ -499,7 +499,7 @@
|
||||
<value>外觀</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.AutoUpdate.Description" xml:space="preserve">
|
||||
<value>Bloxstrap在啟動Roblox時會自動進行檢查目前版本並且更新(如果有的話)。</value>
|
||||
<value>Bloxstrap 在啟動 Roblox 時會自動進行檢查目前版本並且更新(如果有的話)。</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.AutoUpdate.Title" xml:space="preserve">
|
||||
<value>自動更新Bloxstrap</value>
|
||||
@ -508,7 +508,7 @@
|
||||
<value>防止因意外啟動另一個Roblox程式而導致當前運行的程式被關閉。</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.ConfirmLaunches.Title" xml:space="preserve">
|
||||
<value>在啟動另一個Roblox程式時顯示的確認訊息</value>
|
||||
<value>在啟動另一個 Roblox 程式時顯示的確認訊息</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.Description" xml:space="preserve">
|
||||
<value>設定 Bloxstrap 在啟動 Roblox 時應執行的操作。</value>
|
||||
@ -558,17 +558,17 @@
|
||||
<value>您所輸入'{0}'的條目無效,名字中只能包含字母,數字和下劃綫。</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.InvalidJSON" xml:space="preserve">
|
||||
<value>您所輸入的JSON無效,請仔細檢查它並再試一次。
|
||||
<value>您所輸入的 JSON 無效,請仔細檢查它並再試一次。
|
||||
|
||||
更多資訊:
|
||||
{0}</value>
|
||||
<comment>{0} is an exception message</comment>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.InvalidPrefix" xml:space="preserve">
|
||||
<value>您所輸入'{0}'的條目無效,名字必須以 "FFlag","DFInt",等作開頭。</value>
|
||||
<value>您所輸入 '{0}' 的條目無效,名字必須以 "FFlag","DFInt",等作開頭。</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.JsonCopiedToClipboard" xml:space="preserve">
|
||||
<value>已複製到剪貼板。</value>
|
||||
<value>已複製到剪貼簿。</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.LargeConfig" xml:space="preserve">
|
||||
<value>您似乎正在導入一個非常龐大的配置表。您應該只導入您完全理解的配置表。請不要盲目地貼上他人製作的配置表。如果繼續,很可能會導致穩定性問題,並且可能會遇到意外的變化。
|
||||
@ -594,19 +594,19 @@
|
||||
<value>你知道你在做什麼嗎?</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlagEditor.Warning.Text" xml:space="preserve">
|
||||
<value>Fast Flags 是非常強大的,因為它通常只給Roblox工程師用。雖然它們很有用,但是手動更改它們可能對穩定性和功能性造成嚴重影響。如果你不清楚您在做什麼,請不要用此編輯器。
|
||||
<value>Fast Flags 非常強大,但這些功能原本是設計給 Roblox 工程師使用的。雖然它們可能非常有用,但手動設定可能會導致嚴重的穩定性和功能問題。如果你不確定自己在做什麼,請不要使用編輯器。
|
||||
|
||||
不要用這它來導入別人製作的大型「flag lists」,例如那些聲稱可以改善效能的Fast Flags。它們受上述問題的影響,而它們會因為你不會完全意識到它們正在改變什麼而造成問題。如果你打算這樣做,回頭是岸。</value>
|
||||
請不要使用此功能來導入其他人提供的龐大「Flag 列表」,例如那些聲稱可以改善效能的 Fast Flags。 這些列表可能會引發上述問題,並且會對你造成非常多困擾,因為你無法完全了解它們更改了什麼。如果你正打算這麼做,回頭是岸。</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlags.Description" xml:space="preserve">
|
||||
<value>控制Roblox引擎的特定參數和功能的設定。</value>
|
||||
<value>控制 Roblox 引擎的特定參數和功能的設定。</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlags.Editor.Description" xml:space="preserve">
|
||||
<value>管理您的Fast Flags;請小心使用。</value>
|
||||
<value>管理您的 Fast Flags;請小心使用。</value>
|
||||
<comment>Title is Menu.FastFlagEditor.Title</comment>
|
||||
</data>
|
||||
<data name="Menu.FastFlags.Help.Description" xml:space="preserve">
|
||||
<value>了解更多有關Fast Flags的資訊,了解這些預設的功能以及如何使用它們。</value>
|
||||
<value>了解更多有關 Fast Flags 的資訊,了解這些預設的功能以及如何使用它們。</value>
|
||||
<comment>Title is Common.Help</comment>
|
||||
</data>
|
||||
<data name="Menu.FastFlags.Presets.D3DExclusiveFullscreenInfo" xml:space="preserve">
|
||||
@ -616,13 +616,13 @@
|
||||
<value>首選的ESC選單版本</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlags.Presets.FixDisplayScaling.Description" xml:space="preserve">
|
||||
<value>Roblox會根據顯示縮放來降低渲染品質;啟用此選項將禁用此功能。</value>
|
||||
<value>Roblox 會根據顯示縮放來降低渲染品質;啟用此選項將禁用此功能。</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlags.Presets.FixDisplayScaling.Title" xml:space="preserve">
|
||||
<value>透過顯示縮放來保持渲染質量</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlags.Presets.FPSLimit.Description" xml:space="preserve">
|
||||
<value>如果您想使用Roblox原本就有的幀率解鎖器,將數字設置為0以使用默認設置。</value>
|
||||
<value>如果您想使用 Roblox 原本就有的幀率解鎖器,將數字設置為0以使用默認設置。</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlags.Presets.FPSLimit.Title" xml:space="preserve">
|
||||
<value>幀數(FPS)上限</value>
|
||||
@ -710,7 +710,7 @@
|
||||
<value>自訂整合功能</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.Description" xml:space="preserve">
|
||||
<value>設定Roblox的附設功能。</value>
|
||||
<value>設定 Roblox 的附設功能。</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.DesktopApp.Description" xml:space="preserve">
|
||||
<value>當你離開遊戲時,Roblox 將會完全關閉;而不是讓您退回到主界面。
|
||||
@ -720,19 +720,19 @@
|
||||
<value>不要在離開遊戲後返回主介面</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.EnableActivityTracking.Description" xml:space="preserve">
|
||||
<value>允許Bloxstrap偵測您正在游玩Roblox的游戲,某些功能需要此選項被啟用。</value>
|
||||
<value>允許 Bloxstrap 偵測你正在遊玩的 Roblox 遊戲。某些功能需要此選項被啟用。</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.EnableActivityTracking.Title" xml:space="preserve">
|
||||
<value>開啟活動追蹤</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.RequiresActivityTracking" xml:space="preserve">
|
||||
<value>此功能要求開啟活動追蹤功能,並且安裝和運行Discord桌面應用程式。[了解更多]({0})</value>
|
||||
<value>此功能要求開啟活動追蹤功能,並且安裝和運行 Discord 桌面應用程式。[了解更多]({0})。</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.ShowGameActivity.Description" xml:space="preserve">
|
||||
<value>您正在玩的Roblox遊戲會被顯示在您的Discord個人資料上。 [不起作用?]({0})</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.ShowGameActivity.Title" xml:space="preserve">
|
||||
<value>顯示Roblox遊戲狀態</value>
|
||||
<value>顯示 Roblox 遊戲狀態</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.QueryServerLocation.Description" xml:space="preserve">
|
||||
<value>在遊戲中,您可以通過 [ipinfo.io]({0}) 查看您所在伺服器的位置。</value>
|
||||
@ -744,7 +744,7 @@
|
||||
<value>整合功能</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.Description" xml:space="preserve">
|
||||
<value>管理並啟用Roblox用戶端模組。</value>
|
||||
<value>管理並啟用 Roblox 用戶端模組。</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.Help.Description" xml:space="preserve">
|
||||
<value>查看關於如何管理和創造模組的資訊。</value>
|
||||
@ -772,7 +772,7 @@
|
||||
<value>開啟模組資料夾</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.Presets.EmojiType.Description" xml:space="preserve">
|
||||
<value>選擇Roblox應使用表情符號的類型。</value>
|
||||
<value>選擇 Roblox 應該使用的表情符號類型。</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.Presets.EmojiType.Title" xml:space="preserve">
|
||||
<value>首選表情符號類型</value>
|
||||
@ -784,19 +784,19 @@
|
||||
<value>滑鼠游標</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.Presets.OldAvatarEditor.Description" xml:space="preserve">
|
||||
<value>在Roblox應用程式中使用2020年之前舊版本的角色編輯器背景。</value>
|
||||
<value>恢復2020年之前在 Roblox 應用程式中使用的舊版角色編輯器背景。</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.Presets.OldAvatarEditor.Title" xml:space="preserve">
|
||||
<value>使用舊的角色編輯器的背景</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.Presets.OldCharacterSounds.Description" xml:space="preserve">
|
||||
<value>大致還原在2014 年之前使用的角色音效。</value>
|
||||
<value>大致還原在2014年之前使用的角色音效。</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.Presets.OldCharacterSounds.Title" xml:space="preserve">
|
||||
<value>模擬經典角色音效。</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.Presets.OldDeathSound.Description" xml:space="preserve">
|
||||
<value>把之前的"Oof"死亡音效帶回來。</value>
|
||||
<value>把之前的 "Oof" 死亡音效帶回來。</value>
|
||||
</data>
|
||||
<data name="Menu.Mods.Presets.OldDeathSound.Title" xml:space="preserve">
|
||||
<value>使用舊版死亡音效</value>
|
||||
@ -814,7 +814,7 @@
|
||||
<value>新的設定將會在你下次開啟 Roblox 時生效。</value>
|
||||
</data>
|
||||
<data name="Menu.SettingsSaved.Title" xml:space="preserve">
|
||||
<value>設定已保存!</value>
|
||||
<value>設定已儲存!</value>
|
||||
</data>
|
||||
<data name="Menu.Title" xml:space="preserve">
|
||||
<value>Bloxstrap 設定</value>
|
||||
@ -847,10 +847,10 @@
|
||||
<value>使用者介面與布局</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlags.ManagerEnabled.Title" xml:space="preserve">
|
||||
<value>允許Bloxstrap管理Fast Flags</value>
|
||||
<value>允許 Bloxstrap 管理 Fast Flags</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlags.ManagerEnabled.Description" xml:space="preserve">
|
||||
<value>禁用此功能將阻止任何在此設定的內容應用到Roblox。</value>
|
||||
<value>禁用此功能將阻止任何在此設定的內容應用到 Roblox。</value>
|
||||
</data>
|
||||
<data name="Menu.FastFlags.Presets.MSAA.Title" xml:space="preserve">
|
||||
<value>反鋸齒等級(MSAA)</value>
|
||||
@ -892,10 +892,10 @@
|
||||
<value>關閉地形材質</value>
|
||||
</data>
|
||||
<data name="Dialog.Connectivity.UnableToDownload" xml:space="preserve">
|
||||
<value>Bloxstrap無法下載Roblox</value>
|
||||
<value>Bloxstrap 無法下載 Roblox</value>
|
||||
</data>
|
||||
<data name="Dialog.Connectivity.UnableToDownloadReason" xml:space="preserve">
|
||||
<value>目前無法下載Roblox。請閱讀此說明頁面以獲取更多資訊:{0}</value>
|
||||
<value>目前無法下載 Roblox。請閱讀此說明頁面以獲取更多資訊:{0}</value>
|
||||
<comment>{0} is a URL</comment>
|
||||
</data>
|
||||
<data name="Common.ImportFromFile" xml:space="preserve">
|
||||
@ -1187,7 +1187,7 @@ Bloxstrap 安裝在 "{1}"。</value>
|
||||
(此選項允許您獲取 Roblox 圖示文件以便快捷應用於捷徑)[如何使用?]({0})</value>
|
||||
</data>
|
||||
<data name="Dialog.RegistryWriteError" xml:space="preserve">
|
||||
<value>Bloxstrap 無法寫入進 Windows 登錄檔。可能是防毒軟體干擾並導致問題。請檢查是否有任何會限制 Bloxstrap 操作的應用程式。</value>
|
||||
<value>Bloxstrap 無法寫入 Windows 登錄檔。可能是防毒軟體干擾並導致問題。請檢查並確保沒有任何限制 Bloxstrap 操作的應用程式。</value>
|
||||
</data>
|
||||
<data name="About.Supporters.Monthly" xml:space="preserve">
|
||||
<value>每月</value>
|
||||
@ -1225,7 +1225,7 @@ Bloxstrap 安裝在 "{1}"。</value>
|
||||
您想要啟用測試模式嗎?</value>
|
||||
</data>
|
||||
<data name="About.Translators.Description" xml:space="preserve">
|
||||
<value>Bloxstrap 的所有翻譯都是通過 [Crowdin]({0}) 群眾外包而來。這裡列出的每一個人都是慷慨地志願貢獻時間和精力來幫助本地化 Bloxstrap 的人。對這裡的每一位,我們深表感謝!</value>
|
||||
<value>Bloxstrap 的所有翻譯都是通過 [Crowdin]({0}) 由社群協力完成的。以下列出的人都是慷慨奉獻時間與精力來協助本地化 Bloxstrap 的貢獻者。對這裡的每一位,我們深表感謝!</value>
|
||||
</data>
|
||||
<data name="Common.Navigation.Install" xml:space="preserve">
|
||||
<value>安裝</value>
|
||||
@ -1241,8 +1241,11 @@ Bloxstrap 安裝在 "{1}"。</value>
|
||||
<data name="Dialog.Exception.Version" xml:space="preserve">
|
||||
<value>版本 {0}</value>
|
||||
</data>
|
||||
<data name="Enums.BootstrapperStyle.CustomDialog" xml:space="preserve">
|
||||
<value>自訂</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.FilesInUse" xml:space="preserve">
|
||||
<value>Bloxstrap 目前無法更新 Roblox;因為當前 Roblox 的文件被其他佔用。
|
||||
<value>Bloxstrap 目前無法更新 Roblox;因為 Roblox 的文件被其他程式佔用。
|
||||
|
||||
請關閉任何可能正在使用 Roblox 程式文件的應用程式,然後重新啟動 Bloxstrap。</value>
|
||||
<comment>This is *not* for when Roblox is still running when trying to upgrade. This applies to files being open (i.e. image assets)</comment>
|
||||
@ -1269,4 +1272,233 @@ Bloxstrap 安裝在 "{1}"。</value>
|
||||
<value>所有 Bloxstrap 記錄檔</value>
|
||||
<comment>Label that appears next to a checkbox</comment>
|
||||
</data>
|
||||
<data name="App.OSDeprecation.Win7_81" xml:space="preserve">
|
||||
<value>Roblox 已不再支援 Windows 7 和 8.1。 如果您想要繼續遊玩的話,請更新至 Windows 10 或更新的作業系統。</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Title" xml:space="preserve">
|
||||
<value>無法解壓縮所有檔案</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ExtractionFailed.Message" xml:space="preserve">
|
||||
<value>某些內容可能已經損毁或遺失。 請在設定中強制重新安裝 Roblox 以修復此問題。</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Title" xml:space="preserve">
|
||||
<value>無法套用所有修改</value>
|
||||
</data>
|
||||
<data name="Bootstrapper.ModificationsFailed.Message" xml:space="preserve">
|
||||
<value>並非所有修改都會出現在本次啟動中。</value>
|
||||
</data>
|
||||
<data name="Menu.About.Licenses.Apache" xml:space="preserve">
|
||||
<value>Apache 授權條款 2.0</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Blank" xml:space="preserve">
|
||||
<value>空白</value>
|
||||
</data>
|
||||
<data name="Enums.CustomThemeTemplate.Simple" xml:space="preserve">
|
||||
<value>簡潔</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.InvalidRoot" xml:space="preserve">
|
||||
<value>主題 XML 的根源不是 {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.DialogAlreadyInitialised" xml:space="preserve">
|
||||
<value>自定義對話框已經初始化</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.TooManyElements" xml:space="preserve">
|
||||
<value>自訂啟動器最多只能包含 {0} 個元素,但目前有 {1} 個</value>
|
||||
<comment>{0} and {1} are numbers</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSet" xml:space="preserve">
|
||||
<value>{0} 版本未設定</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotNumber" xml:space="preserve">
|
||||
<value>{0} 版本不是一個數值</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotSupported" xml:space="preserve">
|
||||
<value>{0} 版本 {1} 已經不再支援</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.VersionNotRecognised" xml:space="preserve">
|
||||
<value>{0} 版本 {1} 無法識別</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the version number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementInvalidChild" xml:space="preserve">
|
||||
<value>{0} 不能包含 {1} 作為子項目</value>
|
||||
<comment>{0} and {1} are element names (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownElement" xml:space="preserve">
|
||||
<value>未知元素 {0}</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.XMLParseFailed" xml:space="preserve">
|
||||
<value>無法解析主題檔案:{0}</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeConversionError" xml:space="preserve">
|
||||
<value>{0} 的 {1} 無效:{2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissing" xml:space="preserve">
|
||||
<value>元素 {0} 缺少 {1} 屬性</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeInvalidType" xml:space="preserve">
|
||||
<value>{0}.{1} 不是有效的 {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeLargerThanMin" xml:space="preserve">
|
||||
<value>{0}.{1} 必須大於 {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMustBeSmallerThanMax" xml:space="preserve">
|
||||
<value>{0}.{1} 必須小於 {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is a number</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.UnknownEnumValue" xml:space="preserve">
|
||||
<value>{0} 未知的 {1} '{2}'</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the enum name (e.g. WindowCornerType), {2} is the value</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleDefinitions" xml:space="preserve">
|
||||
<value>{0} 只能定義一個 {1}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMultipleChildren" xml:space="preserve">
|
||||
<value>{0}.{1} 只能有一個子項目</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementMultipleChildren" xml:space="preserve">
|
||||
<value>{0} 只能有一個子項目</value>
|
||||
<comment>{0} is the element name (e.g. Button)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeMissingChild" xml:space="preserve">
|
||||
<value>{0}.{1} 缺少子項目</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseError" xml:space="preserve">
|
||||
<value>{0}.{1} 無法解析成為 {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeParseErrorNull" xml:space="preserve">
|
||||
<value>{0}.{1} {2} 為空</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the type name (e.g. string)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementAttributeBlacklistedUriScheme" xml:space="preserve">
|
||||
<value>{0}.{1} 使用了黑名單中的方案 {2}</value>
|
||||
<comment>{0}.{1} is the element & attribute name (e.g. Button.Text), {2} is the URI scheme (e.g. http)</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.ElementTypeCreationFailed" xml:space="preserve">
|
||||
<value>{0} 無法建立 {1}:{2}</value>
|
||||
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text), {2} is the error reason</comment>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Title" xml:space="preserve">
|
||||
<value>正在編輯 "{0}"</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success" xml:space="preserve">
|
||||
<value>主題儲存成功!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Error" xml:space="preserve">
|
||||
<value>儲存主題時發生錯誤。</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.ConfirmSave" xml:space="preserve">
|
||||
<value>對 {0} 做出更動?</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save" xml:space="preserve">
|
||||
<value>儲存</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Preview" xml:space="preserve">
|
||||
<value>預覽</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.OpenThemeDirectory" xml:space="preserve">
|
||||
<value>開啟主題目錄</value>
|
||||
</data>
|
||||
<data name="Common.CreateNew" xml:space="preserve">
|
||||
<value>新建</value>
|
||||
</data>
|
||||
<data name="Common.Import" xml:space="preserve">
|
||||
<value>匯入</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Title" xml:space="preserve">
|
||||
<value>新增自訂主題</value>
|
||||
</data>
|
||||
<data name="Common.Template" xml:space="preserve">
|
||||
<value>範本</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameEmpty" xml:space="preserve">
|
||||
<value>名稱不可為空</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameIllegalCharacters" xml:space="preserve">
|
||||
<value>名稱包含不可用字體</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameReserved" xml:space="preserve">
|
||||
<value>名稱不可用</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.Unknown" xml:space="preserve">
|
||||
<value>未知錯誤</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.NameTaken" xml:space="preserve">
|
||||
<value>名稱已被使用</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.FileNotZip" xml:space="preserve">
|
||||
<value>檔案必須是 ZIP 格式</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipMissingThemeFile" xml:space="preserve">
|
||||
<value>無法在 ZIP 檔裡找到主題檔案</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Add.Errors.ZipInvalidData" xml:space="preserve">
|
||||
<value>無效或已損毀的 ZIP 檔</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.NoThemeSelected" xml:space="preserve">
|
||||
<value>未選取自訂主題</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Errors.SetupFailed" xml:space="preserve">
|
||||
<value>無法設定自定義的啟動器:{0}。
|
||||
正在預設為 {1}。</value>
|
||||
<comment>{0} is the error reason, {1} is the theme name (e.g. Bloxstrap (Classic))</comment>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.NoneSelected" xml:space="preserve">
|
||||
<value>未選取自訂主題。</value>
|
||||
</data>
|
||||
<data name="Common.Rename" xml:space="preserve">
|
||||
<value>重新命名</value>
|
||||
</data>
|
||||
<data name="Common.Edit" xml:space="preserve">
|
||||
<value>編輯</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.DeleteFailed" xml:space="preserve">
|
||||
<value>無法刪除自訂主題 {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Appearance.CustomThemes.RenameFailed" xml:space="preserve">
|
||||
<value>無法重命名自訂主題 {0}: {1}</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Title" xml:space="preserve">
|
||||
<value>背景更新</value>
|
||||
</data>
|
||||
<data name="Menu.Behaviour.BackgroundUpdates.Description" xml:space="preserve">
|
||||
<value>無需等待即可在背景更新 Roblox。不建議在網速較慢的情況下使用此功能。此功能至少需要 3 GB 的可用儲存空間才能正常運作。</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.UIElements" xml:space="preserve">
|
||||
<value>將 UI 元素放在這裡</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Blank.MoreExamples" xml:space="preserve">
|
||||
<value>自訂啟動器範例可於 {0} 找到</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Templates.Simple.MoreExamples" xml:space="preserve">
|
||||
<value>在 {0} 找到更多自訂啟動器範例</value>
|
||||
</data>
|
||||
<data name="CustomTheme.DefaultName" xml:space="preserve">
|
||||
<value>自訂主題 {0}</value>
|
||||
<comment>{0} is a string (e.g. '1', '1-1234')</comment>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Title" xml:space="preserve">
|
||||
<value>允許多重實例啟動</value>
|
||||
</data>
|
||||
<data name="Menu.Integrations.MultiInstanceLaunching.Description" xml:space="preserve">
|
||||
<value>允許同時開啟多個 Roblox 遊戲用戶端。</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Save.Success.Description" xml:space="preserve">
|
||||
<value>您的主題已成功儲存!</value>
|
||||
</data>
|
||||
<data name="CustomTheme.Editor.Errors.PreviewFailed" xml:space="preserve">
|
||||
<value>無法預覽主題: {0}</value>
|
||||
</data>
|
||||
</root>
|
@ -38,82 +38,133 @@
|
||||
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||
</TextBlock.Foreground>
|
||||
</TextBlock>
|
||||
<TextBlock Text="lunar" />
|
||||
<TextBlock Text="DanyCraftCZ" />
|
||||
<TextBlock Text="filip55561" />
|
||||
<TextBlock Text="Franklin_Surten" />
|
||||
<TextBlock Text="jasperholo" />
|
||||
<TextBlock Text="imluk" />
|
||||
<TextBlock Text="letoek" />
|
||||
<!-- Exclude: TEAM_LILA (only keep for German) -->
|
||||
<TextBlock Text="nexpid" />
|
||||
<TextBlock Text="noobkid4545" />
|
||||
<TextBlock Text="radim776" />
|
||||
<TextBlock Text="Rummyffff" />
|
||||
<TextBlock Text="GAMEROBOTOPTV" />
|
||||
<TextBlock Text="imluk" />
|
||||
<TextBlock Text="Franklin_Surten" />
|
||||
<TextBlock Text="filip55561" />
|
||||
<TextBlock Text="DanyCraftCZ" />
|
||||
<TextBlock Text="jasperholo" />
|
||||
<TextBlock Text="Vinittyy" />
|
||||
<TextBlock Text="Rummyffff" />
|
||||
<TextBlock Text="jankoesar007" />
|
||||
<TextBlock Text="css" />
|
||||
<TextBlock Text="Galaxy_Gangster6" />
|
||||
<TextBlock Text="Chusaak" />
|
||||
<TextBlock Text="noobkid4545" />
|
||||
<TextBlock Text="Roobatus" />
|
||||
<TextBlock Text="offxev" />
|
||||
<TextBlock Text="zyquinx" />
|
||||
|
||||
<!-- <TextBlock Text="Dansk" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||
<TextBlock.Foreground>
|
||||
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||
</TextBlock.Foreground>
|
||||
</TextBlock>
|
||||
<TextBlock Text="Momslayer98" />
|
||||
<TextBlock Text="SirBlue" /> -->
|
||||
<TextBlock Text="Dansk" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||
<TextBlock.Foreground>
|
||||
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||
</TextBlock.Foreground>
|
||||
</TextBlock>
|
||||
<!-- Exclude: Flemish, TEAM_LILA (only keep for German) -->
|
||||
<TextBlock Text="YumaIsMe" />
|
||||
<TextBlock Text="Kasper100" />
|
||||
<TextBlock Text="H4T_K1D" />
|
||||
<TextBlock Text="SirBlue" />
|
||||
<TextBlock Text="VV1" />
|
||||
<TextBlock Text="Stiefanek" />
|
||||
<TextBlock Text="systime" />
|
||||
<TextBlock Text="chachilling" />
|
||||
|
||||
<TextBlock Text="Deutsch" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||
<TextBlock.Foreground>
|
||||
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||
</TextBlock.Foreground>
|
||||
</TextBlock>
|
||||
<TextBlock Text="Agent_Phoenix" />
|
||||
<TextBlock Text="avoidr" />
|
||||
<TextBlock Text="hcjohnsgd" />
|
||||
<TextBlock Text="hxmbt" />
|
||||
<TextBlock Text="kale123" />
|
||||
<TextBlock Text="Marvin_Chu" />
|
||||
<TextBlock Text="nzxt_xll" />
|
||||
<TextBlock Text="TEAM_LILA" />
|
||||
<TextBlock Text="Nlx095" />
|
||||
<TextBlock Text="Ph1lwtf" />
|
||||
<TextBlock Text="sxckqerz" />
|
||||
<TextBlock Text="TEAM_LILA" />
|
||||
<TextBlock Text="xDevoidx" />
|
||||
<TextBlock Text="Leonistdeutscher" />
|
||||
<TextBlock Text="Marvin_Chu" />
|
||||
<TextBlock Text="nzxt_xll" />
|
||||
<TextBlock Text="hxmbt" />
|
||||
<TextBlock Text="kale123" />
|
||||
<TextBlock Text="Agent_Phoenix" />
|
||||
<TextBlock Text="hcjohnsgd" />
|
||||
<TextBlock Text="vawmpira" />
|
||||
<TextBlock Text="ydbossz" />
|
||||
|
||||
<TextBlock Text="Español" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||
<TextBlock.Foreground>
|
||||
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||
</TextBlock.Foreground>
|
||||
</TextBlock>
|
||||
<TextBlock Text="4Xisty" />
|
||||
<TextBlock Text="adrigamer278yt" />
|
||||
<TextBlock Text="Botkid" />
|
||||
<TextBlock Text="casparrulo" />
|
||||
<TextBlock Text="colocky" />
|
||||
<TextBlock Text="D0N-B0T" />
|
||||
<TextBlock Text="Dasp" />
|
||||
<TextBlock Text="Dam20" />
|
||||
<TextBlock Text="devyyxn" />
|
||||
<TextBlock Text="elmichixd1234567890" />
|
||||
<TextBlock Text="ItzzExcel" />
|
||||
<TextBlock Text="Ilayhlinda" />
|
||||
<TextBlock Text="Ilushiouss" />
|
||||
<TextBlock Text="jayces." />
|
||||
<TextBlock Text="kroesufos" />
|
||||
<TextBlock Text="LaiyLiod" />
|
||||
<TextBlock Text="lyalekin" />
|
||||
<TextBlock Text="NezumiDS" />
|
||||
<TextBlock Text="NimuruDP" />
|
||||
<TextBlock Text="NescafeCL" />
|
||||
<TextBlock Text="purplemanta6754" />
|
||||
<TextBlock Text="Sw7gger" />
|
||||
<TextBlock Text="Urzy" />
|
||||
<TextBlock Text="sxckqerz" />
|
||||
<TextBlock Text="Syngio" />
|
||||
<TextBlock Text="Urzy" />
|
||||
<TextBlock Text="NescafeCL" />
|
||||
<TextBlock Text="Ilushiouss" />
|
||||
<TextBlock Text="devyyxn" />
|
||||
<TextBlock Text="LaiyLiod" />
|
||||
<TextBlock Text="Dasp" />
|
||||
<TextBlock Text="lyalekin" />
|
||||
<TextBlock Text="D0N-B0T" />
|
||||
<TextBlock Text="Botkid" />
|
||||
<TextBlock Text="Sw7gger" />
|
||||
<TextBlock Text="ItzzExcel" />
|
||||
<TextBlock Text="Dam20" />
|
||||
<TextBlock Text="purplemanta6754" />
|
||||
<TextBlock Text="Ilayhlinda" />
|
||||
<TextBlock Text="NimuruDP" />
|
||||
<TextBlock Text="ZakaHaceCosas" />
|
||||
<TextBlock Text="adrigamer278yt" />
|
||||
<TextBlock Text="NezumiDS" />
|
||||
<TextBlock Text="kroesufos" />
|
||||
<TextBlock Text="colocky" />
|
||||
<TextBlock Text="4xxxxxsss" />
|
||||
<TextBlock Text="dgc0312" />
|
||||
<TextBlock Text="pwns" />
|
||||
<TextBlock Text="casparrulo" />
|
||||
<TextBlock Text="Mikat0" />
|
||||
<TextBlock Text="shadow.lugia" />
|
||||
<TextBlock Text="Solise" />
|
||||
<TextBlock Text="elmichixd1234567890" />
|
||||
<TextBlock Text="Sewing_" />
|
||||
<TextBlock Text="PXRXNOIXXX" />
|
||||
<TextBlock Text="Brunoxete" />
|
||||
<TextBlock Text="Thosebells" />
|
||||
<TextBlock Text="Neymallll" />
|
||||
<TextBlock Text="ecobotteam789" />
|
||||
<TextBlock Text="alexisrnld23" />
|
||||
<TextBlock Text="jayces." />
|
||||
|
||||
<TextBlock Text="Français" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||
<TextBlock.Foreground>
|
||||
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||
</TextBlock.Foreground>
|
||||
</TextBlock>
|
||||
<TextBlock Text="At0zDx" />
|
||||
<TextBlock Text="l_ornoir" />
|
||||
<TextBlock Text="Kogabloxian" />
|
||||
<TextBlock Text="Marcssebaa" />
|
||||
<TextBlock Text="Mugetsu4737" />
|
||||
<TextBlock Text="KLP_World" />
|
||||
<TextBlock Text="built4aiming" />
|
||||
<TextBlock Text="Subsical" />
|
||||
<TextBlock Text="Waza80" />
|
||||
<TextBlock Text="thatsirwaffles" />
|
||||
<TextBlock Text="tyundrai" />
|
||||
<TextBlock Text="Zeyroxrblx" />
|
||||
<TextBlock Text="MommySernox" />
|
||||
<TextBlock Text="StraiF" />
|
||||
<TextBlock Text="owentempest8" />
|
||||
<TextBlock Text="Beezled" />
|
||||
<TextBlock Text="hapatapa_" />
|
||||
<TextBlock Text="hahaloserz360" />
|
||||
<TextBlock Text="yobye48" />
|
||||
<TextBlock Text="Notolix" />
|
||||
<TextBlock Text="jh27" />
|
||||
<TextBlock Text="infinuts" />
|
||||
|
||||
<TextBlock Text="At0zDx" />
|
||||
<TextBlock Text="Beezled" />
|
||||
<TextBlock Text="built4aiming" />
|
||||
@ -152,6 +203,8 @@
|
||||
<TextBlock Text="e7leo" />
|
||||
<TextBlock Text="SoudBlox" />
|
||||
<TextBlock Text="Nayottamaa" />
|
||||
<TextBlock Text="loominatrx" />
|
||||
<TextBlock Text="iLusion3431" />
|
||||
<TextBlock Text="rifirsyad" />
|
||||
<TextBlock Text="AriaP" />
|
||||
<TextBlock Text="Linerly" />
|
||||
@ -171,8 +224,11 @@
|
||||
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||
</TextBlock.Foreground>
|
||||
</TextBlock>
|
||||
<TextBlock Text="DipsiTheCreeper" />
|
||||
<!-- Exclude: Flemish -->
|
||||
<TextBlock Text="Koyroii" />
|
||||
<TextBlock Text="Royex" />
|
||||
<TextBlock Text="dipsithecreeper" />
|
||||
<TextBlock Text="ElekCro" />
|
||||
<TextBlock Text="Nemznja" />
|
||||
|
||||
<TextBlock Text="Italiano" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||
@ -180,100 +236,123 @@
|
||||
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||
</TextBlock.Foreground>
|
||||
</TextBlock>
|
||||
<TextBlock Text="andreartificialwerewolf" />
|
||||
<TextBlock Text="crow_zxcr" />
|
||||
<TextBlock Text="devyyxn" />
|
||||
<TextBlock Text="domenicoiacono" />
|
||||
<TextBlock Text="hulabulaseop" />
|
||||
<TextBlock Text="lord_moth" />
|
||||
<TextBlock Text="loridori" />
|
||||
<TextBlock Text="Lupo01" />
|
||||
<TextBlock Text="Mishen" />
|
||||
<TextBlock Text="Mogunars" />
|
||||
<TextBlock Text="noocciolina" />
|
||||
<TextBlock Text="pave08" />
|
||||
<TextBlock Text="Seme_" />
|
||||
<TextBlock Text="spectrumbruh" />
|
||||
<TextBlock Text="the.silly.cat" />
|
||||
|
||||
<TextBlock Text="Mogunars" />
|
||||
<TextBlock Text="crow_zxcr" />
|
||||
<TextBlock Text="loridori" />
|
||||
<TextBlock Text="domenicoiacono" />
|
||||
<TextBlock Text="Mishen" />
|
||||
<TextBlock Text="speedlorenzo12" />
|
||||
<TextBlock Text="pave08" />
|
||||
<TextBlock Text="noocciolina" />
|
||||
<TextBlock Text="Seme_" />
|
||||
<TextBlock Text="andreartificialwerewolf" />
|
||||
<TextBlock Text="spectrumbruh" />
|
||||
<TextBlock Text="hulabulaseop" />
|
||||
<TextBlock Text="devyyxn" />
|
||||
|
||||
<TextBlock Text="Lietuvių" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||
<TextBlock.Foreground>
|
||||
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||
</TextBlock.Foreground>
|
||||
</TextBlock>
|
||||
<TextBlock Text="cr0000142" />
|
||||
<TextBlock Text="Duexo" />
|
||||
<TextBlock Text="jessethedev" />
|
||||
<TextBlock Text="Vac31." />
|
||||
<TextBlock Text="jessethedev" />
|
||||
<TextBlock Text="Duexo" />
|
||||
<TextBlock Text="cr0000142" />
|
||||
<TextBlock Text="invenot" />
|
||||
<TextBlock Text="CrynTox" />
|
||||
|
||||
<TextBlock Text="Magyar" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||
<TextBlock.Foreground>
|
||||
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||
</TextBlock.Foreground>
|
||||
</TextBlock>
|
||||
<TextBlock Text="DynoPlays" />
|
||||
<TextBlock Text="Elotomka" />
|
||||
<!-- Exclude: Flemish -->
|
||||
<TextBlock Text="xM4rk1" />
|
||||
<TextBlock Text="Elotomka" />
|
||||
<TextBlock Text="DynoPlays" />
|
||||
|
||||
<TextBlock Text="Polski" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||
<TextBlock.Foreground>
|
||||
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||
</TextBlock.Foreground>
|
||||
</TextBlock>
|
||||
<TextBlock Text="Eztaru" />
|
||||
<TextBlock Text="lunar" />
|
||||
<TextBlock Text="markontm" />
|
||||
<TextBlock Text="my5q" />
|
||||
<TextBlock Text="nemzik2137" />
|
||||
<TextBlock Text="css" />
|
||||
<TextBlock Text="plexar" />
|
||||
<TextBlock Text="markontm" />
|
||||
<TextBlock Text="fewtimessold" />
|
||||
<TextBlock Text="nemzik2137" />
|
||||
<TextBlock Text="lachine" />
|
||||
<TextBlock Text="Eztaru" />
|
||||
<TextBlock Text="r.efil" />
|
||||
<TextBlock Text="Kanibal02" />
|
||||
<TextBlock Text="Maks7594" />
|
||||
|
||||
<TextBlock Text="Português (Brasil)" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||
<TextBlock.Foreground>
|
||||
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||
</TextBlock.Foreground>
|
||||
</TextBlock>
|
||||
<TextBlock Text="hnter" />
|
||||
<TextBlock Text="anormalevis" />
|
||||
<TextBlock Text="ErisvaldoBalbino" />
|
||||
<TextBlock Text="G3xneric" />
|
||||
<TextBlock Text="hnter" />
|
||||
<TextBlock Text="issei_" />
|
||||
<TextBlock Text="iyto.lk" />
|
||||
<TextBlock Text="jhermesn" />
|
||||
<TextBlock Text="JorgeDaPelada" />
|
||||
<TextBlock Text="LwgoDev" />
|
||||
<TextBlock Text="nunk7" />
|
||||
<TextBlock Text="peke7374" />
|
||||
<TextBlock Text="SeeF" />
|
||||
<TextBlock Text="SnoowAce" />
|
||||
<TextBlock Text="Snowzin1" />
|
||||
<TextBlock Text="storm930" />
|
||||
<TextBlock Text="issei_." />
|
||||
<TextBlock Text="toofastforboo" />
|
||||
<TextBlock Text="VMOICE" />
|
||||
<TextBlock Text="jhermesn" />
|
||||
<TextBlock Text="nunk7" />
|
||||
<TextBlock Text="iyto.lk" />
|
||||
<TextBlock Text="Snowzin11" />
|
||||
<TextBlock Text="lwgospersonal" />
|
||||
<TextBlock Text="SeeF" />
|
||||
<TextBlock Text="CarBluGStudio" />
|
||||
<TextBlock Text="JorgeDaPelada" />
|
||||
<TextBlock Text="peke7374" />
|
||||
<TextBlock Text="Ye4" />
|
||||
<TextBlock Text="ZaPeZaPe" />
|
||||
<TextBlock Text="VMOICE" />
|
||||
<TextBlock Text="ruik" />
|
||||
<TextBlock Text="seknkayo" />
|
||||
<TextBlock Text="octothl" />
|
||||
<TextBlock Text="Wh1teFl4me" />
|
||||
<TextBlock Text="SnoowAce" />
|
||||
<TextBlock Text="RayKKitsune" />
|
||||
|
||||
<TextBlock Text="Română" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||
<TextBlock.Foreground>
|
||||
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||
</TextBlock.Foreground>
|
||||
</TextBlock>
|
||||
<TextBlock Text="Externalkinetics" />
|
||||
<TextBlock Text="MonochromeAlex" />
|
||||
<TextBlock Text="PlayerValley" />
|
||||
<TextBlock Text="Smuki" />
|
||||
<!-- Exclude: valleyofplayers & playervalley-alt (new username: valleyofmoreplayers) -->
|
||||
<TextBlock Text="theflopperguy" />
|
||||
<TextBlock Text="valleyofmoreplayers" />
|
||||
<TextBlock Text="MonochromeAlex" />
|
||||
<TextBlock Text="Externalkinetics" />
|
||||
<TextBlock Text="arsenijveselov77" />
|
||||
<TextBlock Text="lucah1337" />
|
||||
<TextBlock Text="yuzegh" />
|
||||
<TextBlock Text="M1000" />
|
||||
<TextBlock Text="enffinity" />
|
||||
<TextBlock Text="CabralCD" />
|
||||
<TextBlock Text="jes3d" />
|
||||
<TextBlock Text="Smuki" />
|
||||
<TextBlock Text="Tzipirigu" />
|
||||
|
||||
<TextBlock Text="Suomi" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||
<TextBlock.Foreground>
|
||||
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||
</TextBlock.Foreground>
|
||||
</TextBlock>
|
||||
<TextBlock Text="SomePinglord" />
|
||||
<TextBlock Text="jes3d" />
|
||||
<TextBlock Text="gelaxiz" />
|
||||
<TextBlock Text="jes5" />
|
||||
<TextBlock Text="Niko_" />
|
||||
<TextBlock Text="retromaxwell" />
|
||||
<TextBlock Text="SomePinglord" />
|
||||
<TextBlock Text="xxsheepx" />
|
||||
|
||||
<TextBlock Text="Filipino" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||
@ -285,8 +364,8 @@
|
||||
<TextBlock Text="faxixing" />
|
||||
<TextBlock Text="shadow01148" />
|
||||
<TextBlock Text="Reyvenosaur" />
|
||||
<TextBlock Text="RobiTheRobloxer" />
|
||||
<TextBlock Text="alphjection" />
|
||||
<TextBlock Text="RobiTheRobloxer" />
|
||||
<TextBlock Text="FlaminDaPotato" />
|
||||
<TextBlock Text="Noblefrix" />
|
||||
<TextBlock Text="pureyourself123" />
|
||||
@ -296,6 +375,13 @@
|
||||
<TextBlock Text="Wantonpres" />
|
||||
<TextBlock Text="hankskyjames777" />
|
||||
<TextBlock Text="ElectricPH" />
|
||||
|
||||
<TextBlock Text="Latviešu" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||
<TextBlock.Foreground>
|
||||
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||
</TextBlock.Foreground>
|
||||
</TextBlock>
|
||||
<TextBlock Text="RealWindy" />
|
||||
</StackPanel>
|
||||
|
||||
<StackPanel Grid.Column="2">
|
||||
@ -304,19 +390,46 @@
|
||||
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||
</TextBlock.Foreground>
|
||||
</TextBlock>
|
||||
<TextBlock Text="acevvxa" />
|
||||
<TextBlock Text="Axellse" />
|
||||
<TextBlock Text="CroppingFlea479" />
|
||||
<TextBlock Text="FishySpelar" />
|
||||
<TextBlock Text="AxellseOnGithub" />
|
||||
<TextBlock Text="PineappleSnackz" />
|
||||
<TextBlock Text="simonixen" />
|
||||
<TextBlock Text="CroppingFlea479" />
|
||||
<TextBlock Text="thatgurkangurk" />
|
||||
<TextBlock Text="Intancote" />
|
||||
<TextBlock Text="acevvxa" />
|
||||
<TextBlock Text="FishySpelar" />
|
||||
<TextBlock Text="yuzegh" />
|
||||
<TextBlock Text="simonixen" />
|
||||
<TextBlock Text="IJustBiel" />
|
||||
<TextBlock Text="Krinkov" />
|
||||
|
||||
<TextBlock Text="Tiếng Việt" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||
<TextBlock.Foreground>
|
||||
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||
</TextBlock.Foreground>
|
||||
</TextBlock>
|
||||
<!-- Exclude: Flemish -->
|
||||
<TextBlock Text="SonThanhVN" />
|
||||
<TextBlock Text="Veiiorra" />
|
||||
<TextBlock Text="Limer1" />
|
||||
<TextBlock Text="ItsPoofy" />
|
||||
<TextBlock Text="Letrunk" />
|
||||
<TextBlock Text="quanmequankk" />
|
||||
<TextBlock Text="Elytronn" />
|
||||
<TextBlock Text="fox810891" /> <!-- Pretty sure this is "REMOVED_USER" -->
|
||||
<TextBlock Text="teaanguyenn" />
|
||||
<TextBlock Text="j7x6" />
|
||||
<TextBlock Text="alexking2068" />
|
||||
<TextBlock Text="NguyenDat208" />
|
||||
<TextBlock Text="SomeRandomGuy175" />
|
||||
<TextBlock Text="makayu203332" />
|
||||
<TextBlock Text="thanhphomgdep" />
|
||||
<TextBlock Text="vmkhoi" />
|
||||
<TextBlock Text="PhucZu" />
|
||||
<TextBlock Text="tnhung2011" />
|
||||
<TextBlock Text="Dude317" />
|
||||
<TextBlock Text="phandinhtung653" />
|
||||
<TextBlock Text="ntthanng" />
|
||||
|
||||
<TextBlock Text="alexking2068" />
|
||||
<TextBlock Text="baterblx" />
|
||||
<TextBlock Text="Elytronn" />
|
||||
@ -339,43 +452,56 @@
|
||||
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||
</TextBlock.Foreground>
|
||||
</TextBlock>
|
||||
<TextBlock Text="canny19133" />
|
||||
<TextBlock Text="cfors55" />
|
||||
<TextBlock Text="drakfreddy" />
|
||||
<TextBlock Text="enisify" />
|
||||
<TextBlock Text="jayces." />
|
||||
<TextBlock Text="josephisticated" />
|
||||
<TextBlock Text="Karan0" />
|
||||
<TextBlock Text="kerimkerimmech" />
|
||||
<TextBlock Text="nyatie" />
|
||||
<TextBlock Text="PixelArmy" />
|
||||
<TextBlock Text="plants8332" />
|
||||
<TextBlock Text="r02" />
|
||||
<TextBlock Text="siyamicik" />
|
||||
<TextBlock Text="slideglide" />
|
||||
<TextBlock Text="plants8332" />
|
||||
<TextBlock Text="PixelArmy" />
|
||||
<TextBlock Text="enisify" />
|
||||
<TextBlock Text="drakfreddy" />
|
||||
<TextBlock Text="canny19133" />
|
||||
<TextBlock Text="ydbossz" />
|
||||
<TextBlock Text="BATINHAN" />
|
||||
<TextBlock Text="cfors55" />
|
||||
<TextBlock Text="Wanwood" />
|
||||
<TextBlock Text="ydboss" />
|
||||
<TextBlock Text="r02" />
|
||||
<TextBlock Text="Karan0" />
|
||||
<TextBlock Text="jayces." />
|
||||
<TextBlock Text="dark42342" />
|
||||
<TextBlock Text="siyamicik" />
|
||||
<TextBlock Text="red.sky.fell" />
|
||||
<TextBlock Text="toaste3d" />
|
||||
<TextBlock Text="xenerq" />
|
||||
<TextBlock Text="verysecretusername" />
|
||||
<TextBlock Text="kerimkerimmech" />
|
||||
<TextBlock Text="josephisticated" />
|
||||
|
||||
<TextBlock Text="Українська" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||
<TextBlock.Foreground>
|
||||
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||
</TextBlock.Foreground>
|
||||
</TextBlock>
|
||||
<TextBlock Text="5070" />
|
||||
<!-- Exclude: Flemish, sickpig912 -->
|
||||
<TextBlock Text="9zh" />
|
||||
<TextBlock Text="andrey3569s" />
|
||||
<TextBlock Text="5070" />
|
||||
<TextBlock Text="maksimvlad7" />
|
||||
<TextBlock Text="DexterBloxxer" />
|
||||
<TextBlock Text="Externalkinetics" />
|
||||
<TextBlock Text="maksimvlad7" />
|
||||
<TextBlock Text="ryz4308" />
|
||||
<TextBlock Text="werinq" />
|
||||
<TextBlock Text="andrey3569s" />
|
||||
<TextBlock Text="mongoose_0" />
|
||||
|
||||
<!--<TextBlock Text="Bosanski" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||
<TextBlock Text="Bosanski" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||
<TextBlock.Foreground>
|
||||
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||
</TextBlock.Foreground>
|
||||
</TextBlock>
|
||||
<TextBlock Text="Cortex_1" />
|
||||
<TextBlock Text="Renidk" />
|
||||
<TextBlock Text="Lowatz" />
|
||||
<TextBlock Text="Nemznja" />
|
||||
<TextBlock Text="Ren" />-->
|
||||
<TextBlock Text="Cortex_1" />
|
||||
<TextBlock Text="secon40" />
|
||||
<TextBlock Text="toaste3d" />
|
||||
<TextBlock Text="CrimsonWasntHere" />
|
||||
|
||||
<TextBlock Text="Български" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||
<TextBlock.Foreground>
|
||||
@ -383,51 +509,71 @@
|
||||
</TextBlock.Foreground>
|
||||
</TextBlock>
|
||||
<TextBlock Text="GrafitNiki" />
|
||||
<TextBlock Text="sidefrappe" />
|
||||
<TextBlock Text="SideFrappe" />
|
||||
<TextBlock Text="harrypapyrus5" />
|
||||
<TextBlock Text="quintex" />
|
||||
<TextBlock Text="GrafitNiki" />
|
||||
<TextBlock Text="balls32535" />
|
||||
<TextBlock Text="boza.kosmata" />
|
||||
<TextBlock Text="silly_cat" />
|
||||
|
||||
<TextBlock Text="Русский" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||
<TextBlock.Foreground>
|
||||
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||
</TextBlock.Foreground>
|
||||
</TextBlock>
|
||||
<TextBlock Text="3tcy" Foreground="{DynamicResource SystemFillColorCriticalBrush}" />
|
||||
<TextBlock Text="andBroz" />
|
||||
<TextBlock Text="AnonymousDudeLOL123" />
|
||||
<TextBlock Text="aperna_of_the_ticks" />
|
||||
<TextBlock Text="arsenijveselov77" />
|
||||
<TextBlock Text="Art3mLapa" />
|
||||
<TextBlock Text="cub-has-injected" />
|
||||
<TextBlock Text="dallyuser" />
|
||||
<TextBlock Text="Dr1mG" />
|
||||
<TextBlock Text="Externalkinetics" />
|
||||
<TextBlock Text="fxstyxx" />
|
||||
<TextBlock Text="Gustodd4202" Foreground="{DynamicResource SystemFillColorCriticalBrush}" />
|
||||
<TextBlock Text="harababura" />
|
||||
<TextBlock Text="ImperialRhyme" Foreground="{DynamicResource SystemFillColorCriticalBrush}" />
|
||||
<TextBlock Text="IStoleYourCheese" Foreground="{DynamicResource SystemFillColorCriticalBrush}" />
|
||||
<TextBlock Text="khat7" Foreground="{DynamicResource SystemFillColorCriticalBrush}" />
|
||||
<TextBlock Text="jayshooze" />
|
||||
<TextBlock Text="kostyan" />
|
||||
<TextBlock Text="Maks" />
|
||||
<TextBlock Text="IStoleYourCheese" />
|
||||
<TextBlock Text="Skylan031" />
|
||||
<TextBlock Text="Naveandice" />
|
||||
<TextBlock Text="niktoyou" />
|
||||
<TextBlock Text="nurgament2" />
|
||||
<TextBlock Text="poflexim" />
|
||||
<TextBlock Text="Prob1rka" />
|
||||
<TextBlock Text="Provo" />
|
||||
<TextBlock Text="Quenevelly" />
|
||||
<TextBlock Text="sally13249" />
|
||||
<TextBlock Text="simmon8800" Foreground="{DynamicResource SystemFillColorCriticalBrush}" />
|
||||
<TextBlock Text="Skylan031" Foreground="{DynamicResource SystemFillColorCriticalBrush}" />
|
||||
<TextBlock Text="Gustodd4202" />
|
||||
<TextBlock Text="XonaShera" />
|
||||
<TextBlock Text="costacaffeine" />
|
||||
<TextBlock Text="Spuffio" />
|
||||
<TextBlock Text="StraiF" />
|
||||
<TextBlock Text="Maks-gaming" />
|
||||
<TextBlock Text="khat7" />
|
||||
<TextBlock Text="rockie" />
|
||||
<TextBlock Text="Quenevelly" />
|
||||
<TextBlock Text="poflexim" />
|
||||
<TextBlock Text="aperna_of_the_ticks" />
|
||||
<TextBlock Text="IDDQD_1337" />
|
||||
<TextBlock Text="3tcy" />
|
||||
<TextBlock Text="harababura" />
|
||||
<TextBlock Text="Kostyan7" />
|
||||
<TextBlock Text="zor9na90000" />
|
||||
<TextBlock Text="simmon8800" />
|
||||
<TextBlock Text="Voxel." />
|
||||
<TextBlock Text="Ziio123" />
|
||||
<TextBlock Text="StrayCatSimb" />
|
||||
<TextBlock Text="dallyuser" />
|
||||
<TextBlock Text="AnonymousDudeLOL123" />
|
||||
<TextBlock Text="fxstyxx" />
|
||||
<TextBlock Text="Provo" />
|
||||
<TextBlock Text="andBroz" />
|
||||
<TextBlock Text="alexneonwithglue" />
|
||||
<TextBlock Text="Prob1rka" />
|
||||
<TextBlock Text="Art3mLapa" />
|
||||
<TextBlock Text="cherkash" />
|
||||
<TextBlock Text="cub-has-injected" />
|
||||
<TextBlock Text="Externalkinetics" />
|
||||
<TextBlock Text="Dr1mG" />
|
||||
<TextBlock Text="sally13249" />
|
||||
<TextBlock Text="StraiF" />
|
||||
<TextBlock Text="Klino4ek" />
|
||||
<TextBlock Text="rusmers10" />
|
||||
<TextBlock Text="TheSkout001" />
|
||||
<TextBlock Text="trashers" />
|
||||
<TextBlock Text="Voxel" />
|
||||
<TextBlock Text="XonaShera" Foreground="{DynamicResource SystemFillColorCriticalBrush}" />
|
||||
<TextBlock Text="Ziio123" />
|
||||
<TextBlock Text="zor9na90000" />
|
||||
<TextBlock Text="CMETAHOB" />
|
||||
<TextBlock Text="koliablo1999" />
|
||||
<TextBlock Text="Juljina" />
|
||||
<TextBlock Text="Dimonello" />
|
||||
<TextBlock Text="raymanchrome" />
|
||||
<TextBlock Text="daithj_waikrrr" />
|
||||
<TextBlock Text="AALLLAJ" />
|
||||
<TextBlock Text="Disco" />
|
||||
<TextBlock Text="jaroslavzarochintcev" />
|
||||
<TextBlock Text="its-mrarsikk" />
|
||||
<TextBlock Text="mongoose_0" />
|
||||
</StackPanel>
|
||||
|
||||
<StackPanel Grid.Column="3">
|
||||
@ -446,19 +592,25 @@
|
||||
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||
</TextBlock.Foreground>
|
||||
</TextBlock>
|
||||
<TextBlock Text="busguesjshbahsj" />
|
||||
<TextBlock Text="cq2i" />
|
||||
<TextBlock Text="FarisAmgad" />
|
||||
<TextBlock Text="Mehrath" />
|
||||
<TextBlock Text="mostafagamingx1" />
|
||||
<TextBlock Text="projectp774" />
|
||||
<TextBlock Text="RoRed" />
|
||||
<TextBlock Text="Sakupen" />
|
||||
<TextBlock Text="streoic" />
|
||||
<TextBlock Text="uvq18" />
|
||||
<TextBlock Text="mmiky" />
|
||||
<TextBlock Text="cq2i" />
|
||||
<TextBlock Text="mostafagamingx1" />
|
||||
<TextBlock Text="busguesjshbahsj" />
|
||||
<TextBlock Text="wyfast" />
|
||||
<TextBlock Text="xyplexy" />
|
||||
<TextBlock Text="projectp774" />
|
||||
<TextBlock Text="Zida" />
|
||||
<TextBlock Text="axui77" />
|
||||
<TextBlock Text="FarisAmgad" />
|
||||
<TextBlock Text="streoic" />
|
||||
<TextBlock Text="Mehrath" />
|
||||
<TextBlock Text="uvq18" />
|
||||
<TextBlock Text="theskyisthelimit" />
|
||||
<TextBlock Text="Sakupen" />
|
||||
<TextBlock Text="UltraYousfin" />
|
||||
<TextBlock Text="xyplexy" />
|
||||
<TextBlock Text="yuzegh" />
|
||||
<TextBlock Text="infinuts" />
|
||||
|
||||
<!--<TextBlock Text="বাংলা" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||
<TextBlock.Foreground>
|
||||
@ -476,12 +628,15 @@
|
||||
</TextBlock.Foreground>
|
||||
</TextBlock>
|
||||
<TextBlock Text="._bonus_." />
|
||||
<TextBlock Text="arthurwagon" />
|
||||
<TextBlock Text="marc15772" />
|
||||
<TextBlock Text="punnavice" />
|
||||
<TextBlock Text="mxtinnawr" />
|
||||
<TextBlock Text="rachapol.pat" />
|
||||
<TextBlock Text="Sem1z" />
|
||||
<TextBlock Text="xAom" />
|
||||
<TextBlock Text="Sem1z" />
|
||||
<TextBlock Text="punnavice" />
|
||||
<TextBlock Text="marc15772" />
|
||||
<TextBlock Text="sigmaligma" />
|
||||
<TextBlock Text="jarmonxd" />
|
||||
<TextBlock Text="frailfraill" />
|
||||
|
||||
<TextBlock Text="한국어" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||
<TextBlock.Foreground>
|
||||
@ -489,17 +644,19 @@
|
||||
</TextBlock.Foreground>
|
||||
</TextBlock>
|
||||
<TextBlock Text="bacon1295" />
|
||||
<TextBlock Text="Forado" />
|
||||
<TextBlock Text="yuzegh" />
|
||||
<TextBlock Text="NightPlay" />
|
||||
<TextBlock Text="luz3n" />
|
||||
<TextBlock Text="NoUserName" />
|
||||
<TextBlock Text="hellta" />
|
||||
<TextBlock Text="jhki" />
|
||||
<TextBlock Text="swaggytendencies" />
|
||||
<TextBlock Text="oprx64" />
|
||||
<TextBlock Text="Star_Moon" />
|
||||
<TextBlock Text="asd123456fghqwerty" />
|
||||
<TextBlock Text="ADVI50R" />
|
||||
<TextBlock Text="xsinew" />
|
||||
<TextBlock Text="Lish_RBLX" />
|
||||
<TextBlock Text="sk92376053" />
|
||||
|
||||
<TextBlock Text="中文 (简体)" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||
@ -509,35 +666,49 @@
|
||||
</TextBlock>
|
||||
<TextBlock Text="14TQD" />
|
||||
<TextBlock Text="Aling00" />
|
||||
<TextBlock Text="yuzegh" />
|
||||
<TextBlock Text="ersn_cerror" />
|
||||
<TextBlock Text="Clock" />
|
||||
<TextBlock Text="crimarz" />
|
||||
<TextBlock Text="edwardcole3715" />
|
||||
<TextBlock Text="ERSN_CERROR" />
|
||||
<TextBlock Text="Typel" />
|
||||
<TextBlock Text="yuhaodatt" />
|
||||
<TextBlock Text="bookermon" />
|
||||
<TextBlock Text="BBasilio2001" />
|
||||
<TextBlock Text="Kirxvil" />
|
||||
<TextBlock Text="Mishen" />
|
||||
<TextBlock Text="crimarz" />
|
||||
|
||||
<!--<TextBlock Text="中文 (廣東話)" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||
<TextBlock Text="中文 (香港)" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||
<TextBlock.Foreground>
|
||||
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||
</TextBlock.Foreground>
|
||||
</TextBlock>
|
||||
<!-- Exclude: Flemish, TEAM_LILA (only keep for German) -->
|
||||
<TextBlock Text="henrychu1125" />
|
||||
<TextBlock Text="BBasilio2001" />
|
||||
<TextBlock Text="kitzure" />
|
||||
<TextBlock Text="hallow" />
|
||||
<TextBlock Text="Clock" />
|
||||
<TextBlock Text="Shhh_op" />
|
||||
<TextBlock Text="Kimina898" />
|
||||
<TextBlock Text="shhh_op" />-->
|
||||
|
||||
<TextBlock Text="中文 (繁體)" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||
<TextBlock.Foreground>
|
||||
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||
</TextBlock.Foreground>
|
||||
</TextBlock>
|
||||
<TextBlock Text="14TQD" />
|
||||
<TextBlock Text="DOM1Chan" />
|
||||
<TextBlock Text="DXuwu" />
|
||||
<TextBlock Text="ImLoadingUuU" />
|
||||
<TextBlock Text="kitzure" />
|
||||
<TextBlock Text="Kimina898" />
|
||||
<TextBlock Text="L55_Rh120" />
|
||||
<TextBlock Text="yuzegh" />
|
||||
<TextBlock Text="DXuwu" />
|
||||
<TextBlock Text="kitzure" />
|
||||
<TextBlock Text="BBasilio2001" />
|
||||
<TextBlock Text="ImLoadingUuU" />
|
||||
<TextBlock Text="DOM1Chan" />
|
||||
<TextBlock Text="superchuckhamsterlover" />
|
||||
<TextBlock Text="EZbacon" />
|
||||
<TextBlock Text="14TQD" />
|
||||
<TextBlock Text="nathanielrosemain" />
|
||||
|
||||
<TextBlock Text="日本語" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||
<TextBlock.Foreground>
|
||||
@ -545,8 +716,10 @@
|
||||
</TextBlock.Foreground>
|
||||
</TextBlock>
|
||||
<TextBlock Text="MintJapan" />
|
||||
<TextBlock Text="mtmtyu" />
|
||||
<TextBlock Text="pimeja7" />
|
||||
<TextBlock Text="alisaka" />
|
||||
<TextBlock Text="MrT-tak" />
|
||||
<TextBlock Text="mtmtyu" />
|
||||
<TextBlock Text="yixhuaa" />
|
||||
|
||||
<TextBlock Text="فارسی" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||
@ -555,8 +728,9 @@
|
||||
</TextBlock.Foreground>
|
||||
</TextBlock>
|
||||
<TextBlock Text="Mvtbh" />
|
||||
<TextBlock Text="Notorious_popcat" />
|
||||
<TextBlock Text="sadrakalantari4" />
|
||||
<TextBlock Text="VioletBrains" />
|
||||
<TextBlock Text="VioletBrains" /> <!-- Listed as REMOVED_USER in Crowdin -->
|
||||
<TextBlock Text="ahmadahmadi3312300" />
|
||||
|
||||
<TextBlock Text="Nederlands" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||
@ -564,18 +738,18 @@
|
||||
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||
</TextBlock.Foreground>
|
||||
</TextBlock>
|
||||
<!-- Exclude: Flemish -->
|
||||
<TextBlock Text="ydbossz" />
|
||||
<TextBlock Text="Miwwzy" />
|
||||
<TextBlock Text="Flemish" />
|
||||
<TextBlock Text="4Yuri" />
|
||||
<TextBlock Text="pikminmario500" />
|
||||
<TextBlock Text="4Yuri" />
|
||||
<TextBlock Text="Quickvision1" />
|
||||
<TextBlock Text="m.arefe69420" />
|
||||
<TextBlock Text="Cosmix" />
|
||||
<TextBlock Text="smarttubed" />
|
||||
<TextBlock Text="SwecII" />
|
||||
<TextBlock Text="yuzegh" />
|
||||
<TextBlock Text="Ardaniho" />
|
||||
<TextBlock Text="Ardaninho" />
|
||||
<TextBlock Text="LeventGameing" />
|
||||
|
||||
<TextBlock Text="Malay" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||
|
Loading…
Reference in New Issue
Block a user