Skip to content

Commit 794ddcd

Browse files
Chiloven945weblate
authored andcommitted
Translated using Weblate (Chinese (Traditional Han script))
Currently translated at 100.0% (1723 of 1723 strings) Translated using Weblate (Japanese) Currently translated at 100.0% (1723 of 1723 strings) Translated using Weblate (English (United States)) Currently translated at 100.0% (1723 of 1723 strings) Co-authored-by: Chiloven Mackenzie Xiang <[email protected]> Translate-URL: http://weblate.tangge233.cn/projects/pcl/launcher/en_US/ Translate-URL: http://weblate.tangge233.cn/projects/pcl/launcher/ja/ Translate-URL: http://weblate.tangge233.cn/projects/pcl/launcher/zh_Hant/ Translation: PCL/Launcher
1 parent acef87a commit 794ddcd

File tree

3 files changed

+281
-289
lines changed

3 files changed

+281
-289
lines changed

Plain Craft Launcher 2/Resources/Language/en-US.xaml

+24-27
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,8 @@ Initial Clue: </s:String>
191191
<s:String x:Key="LangSetThemeNameCustom">Custom</s:String>
192192
<s:String x:Key="LangSetThemeNameCustomToolTip">You need to unlock at least five hidden themes.</s:String>
193193
<s:String x:Key="LangSetThemeShowLogoOnStart">Display PCL logo while opening the launcher</s:String>
194-
<s:String x:Key="LangSetThemeSponsorship">A small donation to the author is required to modify the theme color... :(</s:String>
194+
<s:String x:Key="LangSetThemeSponsorship">A small donation to the author is required to modify the theme color... :(
195+
Thanks to everyone's support, PCL has been able to maintain years of updates for free and without any ads (bows deeply)!</s:String>
195196
<s:String x:Key="LangSetThemeSupport">Support the development of PCL!</s:String>
196197
<s:String x:Key="LangSetBackgroundPic">Backgrounds</s:String>
197198
<s:String x:Key="LangSetBackgroundPicAdaptive">Adaptive</s:String>
@@ -861,8 +862,7 @@ Opening PCL with the parameter "--memory" will execute memory optimization silen
861862
<s:String x:Key="LangPageSetupLaunchLaunchMemMemForGame">Game Allocated</s:String>
862863
<s:String x:Key="LangPageSetupLaunchLaunchAdvanceOptions">Advanced Launch Options</s:String>
863864
<s:String x:Key="LangPageSetupLaunchLaunchAdvanceOptionsJVMHead">JVM Parameter Header</s:String>
864-
<s:String x:Key="LangPageSetupLaunchLaunchAdvanceOptionsJVMHeadTops">Additional JVM parameters to use when launching Minecraft. Do not attempt to edit if you are not sure.
865-
You can restore the settings to default by clicking the "Initialize" button on the left tab.</s:String>
865+
<s:String x:Key="LangPageSetupLaunchLaunchAdvanceOptionsJVMHeadTops">Additional JVM parameters to use when launching Minecraft. Do not attempt to edit if you are not sure.</s:String>
866866
<s:String x:Key="LangPageSetupLaunchLaunchAdvanceOptionsJVMHeadReset">Reset</s:String>
867867
<s:String x:Key="LangPageSetupLaunchLaunchAdvanceOptionsJVMTail">JVM Parameter Tail</s:String>
868868
<s:String x:Key="LangPageSetupLaunchLaunchAdvanceOptionsJVMTailTip">Contents in the text fields will be added directly at the end of the launch parameter.
@@ -1075,10 +1075,9 @@ Delete or rename one of the files to continue.</s:String>
10751075
<s:String x:Key="LangPageVersionModHintFileOccupyWhenChangeStatus">Failed to switch the mod status due to occupation. Please try again after closing the game.</s:String>
10761076
<s:String x:Key="LangPageVersionModDialogUpdateModContent">Newer versions may not be compatible with older versions or other mods, which can cause crashes or even save corruption!
10771077
Do not update mods in the modpack unless the author requests it!
1078-
Please back up saves and check the changelog of the mod first!
1079-
Older versions will be moved to the recycle bin in case exceptions occur.
10801078

1081-
Please read the warning above carefully before continuing!</s:String>
1079+
Please back up your saves and check mods' changelog before updating.
1080+
If any issues occur after the update, you can also recover the previous version of mods from the recycle bin.</s:String>
10821081
<s:String x:Key="LangPageVersionModDialogUpdateModTitle">Mods Update Warning</s:String>
10831082
<s:String x:Key="LangPageVersionModDialogUpdateModBtnConfirm">I have acknowledged, continue</s:String>
10841083
<s:String x:Key="LangPageVersionModTaskDownloadNewMod">Download Newer Version</s:String>
@@ -1176,7 +1175,7 @@ Since "Instance Isolation" is enabled for this instance, the corresponding saves
11761175
<s:String x:Key="LangPageVersionSetupHintIndependentSetResetFail">Failed to initialize the instance settings.</s:String>
11771176
<s:String x:Key="LangPageVersionSetupDialogLittleSkinContent">You are about to override the third-party login settings with LittleSkin.
11781177
Do not continue unless you are the server owner or have been asked to by the server owner.
1179-
1178+
11801179
Are you sure you want to override the current settings?</s:String>
11811180
<s:String x:Key="LangPageVersionSetupDialogLittleSkinTitle">Override Confirmation</s:String>
11821181
<s:String x:Key="LangPageVersionSetupLittleSkinLogin">LittleSkin</s:String>
@@ -1361,10 +1360,10 @@ Please check whether the event type is filled in correctly and whether the PCL i
13611360
<s:String x:Key="LangModMinecraftExceptionNoAssetsIndexInfo">Assets Index for this instance does not exist.</s:String>
13621361
<s:String x:Key="LangModMinecraftExceptionAssetsIndexFileNotFound">Assets Index not found.</s:String>
13631362
<s:String x:Key="LangModMinecraftExceptionUnexpectedResult">Unexpected result ({0})</s:String>
1364-
<s:String x:Key="LangModCompModDependentCount">dependency</s:String>
1365-
<s:String x:Key="LangModCompModDependentCountP">dependencies</s:String>
1366-
<s:String x:Key="LangModCompModDownload">download</s:String>
1367-
<s:String x:Key="LangModCompModDownloadP">downloads</s:String>
1363+
<s:String x:Key="LangModCompModDependentCount">{0} dependency</s:String>
1364+
<s:String x:Key="LangModCompModDependentCountP">{0} dependencies</s:String>
1365+
<s:String x:Key="LangModCompModDownload">{0} download</s:String>
1366+
<s:String x:Key="LangModCompModDownloadP">{0} downloads</s:String>
13681367
<s:String x:Key="LangModCompModGameVersion">game version</s:String>
13691368
<s:String x:Key="LangModCompModUpdateTime">updated {0}</s:String>
13701369
<s:String x:Key="LangModCompModSaveAs">Save as</s:String>
@@ -1551,7 +1550,7 @@ If you have already installed {1}, please import it manually in "Settings → La
15511550
<s:String x:Key="LangModLaunchDialogContentSponsorship">PCL has launched the game {0} times for you!
15521551
If you find PCL easy to use, we hope you will consider sponsoring the developer... Any amount would be greatly appreciated!
15531552
To be honest, developing alone is not easy... </s:String>
1554-
<s:String x:Key="LangModLaunchDialogTitleSponsorship">Buy Me a Coffee...</s:String>
1553+
<s:String x:Key="LangModLaunchDialogTitleSponsorship">{0} launches!</s:String>
15551554
<s:String x:Key="LangModLaunchDialogBtn1Sponsorship">Sponsor Now!</s:String>
15561555
<s:String x:Key="LangModLaunchDialogBtn2Sponsorship">But I Decline</s:String>
15571556
<s:String x:Key="LangModLaunchDialogContentBuyMc">You have launched Minecraft {0} times!
@@ -1562,7 +1561,8 @@ This hint will not appear again after logging in with your Microsoft account onc
15621561
<s:String x:Key="LangModLaunchDialogBtn2BuyMc">Nah, maybe next time</s:String>
15631562
<s:String x:Key="LangModLaunchUnknownLoginMethod">Unknown Login Method</s:String>
15641563
<s:String x:Key="LangModLaunchLogin">Login</s:String>
1565-
<s:String x:Key="LangModLaunchDialogContentThemeUnlockMojang">Thank you for supporting the game! The hidden theme "Delay Red" has been unlocked!</s:String>
1564+
<s:String x:Key="LangModLaunchDialogContentThemeUnlockMojang">Thank you for supporting the game!
1565+
The hidden theme "Delay Red" has been unlocked!</s:String>
15661566
<s:String x:Key="LangModLaunchExceptionInvalidSelectedRole">The selected profile {0} is invalid!</s:String>
15671567
<s:String x:Key="LangModLaunchHintNoRoleChangeRole">You have not created a profile yet, unable to switch!</s:String>
15681568
<s:String x:Key="LangModLaunchHintNoRole">You have not created a profile yet, please try again after creating one!</s:String>
@@ -1584,11 +1584,11 @@ If the network environment is poor, it may fail to load. Please check your inter
15841584
<s:String x:Key="LangModLaunchDialogContentUnableReachMicrosoft">The country or region where your network is located cannot login to Microsoft accounts.
15851585
Please try to use a VPN.</s:String>
15861586
<s:String x:Key="LangModLaunchDialogBtnIDK">I Don't Know</s:String>
1587-
<s:String x:Key="LangModLaunchDialogContentAgeLimit">This account is underage. You must change the date of birth before logging in.
1587+
<s:String x:Key="LangModLaunchDialogContentAgeLimit">This account is underage. You must change the date of birth before logging in.
15881588
Is the age set to 13 or older?</s:String>
15891589
<s:String x:Key="LangModLaunchDialogBtnAgeGreater13">13 or Older</s:String>
15901590
<s:String x:Key="LangModLaunchDialogBtnAgeLess12">Under 13</s:String>
1591-
<s:String x:Key="LangModLaunchDialogContentChangeAgeA">Please change the account's date of birth to at least 18 years old on the opened website.
1591+
<s:String x:Key="LangModLaunchDialogContentChangeAgeA">Please change the account's date of birth to at least 18 years old on the opened website.
15921592
After making the change, wait for a minute, then return to PCL, and you should be able to log in normally!</s:String>
15931593
<s:String x:Key="LangModLaunchDialogContentChangeAgeB">Please follow the instructions on the opened website to change the account's date of birth to at least 18 years old.
15941594
After making the change, wait for a minute, then return to PCL, and you should be able to log in normally!</s:String>
@@ -1676,7 +1676,7 @@ If that option is not available, please select "Set password", and log in after
16761676
<s:String x:Key="LangModModpackExceptionMMCModpackError">An error occurred in the MultiMC modpack installation information.</s:String>
16771677
<s:String x:Key="LangModModpackExceptionMCBBSModpackError">An error occurred in the MCBBS modpack installation information.</s:String>
16781678
<s:String x:Key="LangModModpackDialogTitleAnotherLauncher">Use the Modpack's Launcher?</s:String>
1679-
<s:String x:Key="LangModModpackDialogContentAnotherLauncher">The modpack appears to include a launcher. Would you like to switch to it to continue the installation?
1679+
<s:String x:Key="LangModModpackDialogContentAnotherLauncher">The modpack appears to include a launcher. Would you like to switch to it to continue the installation?
16801680
About to open: {0}</s:String>
16811681
<s:String x:Key="LangModModpackDialogBtnAnotherLauncher1">Switch</s:String>
16821682
<s:String x:Key="LangModModpackDialogBtnAnotherLauncher2">Do Not Switch</s:String>
@@ -1782,15 +1782,15 @@ This will override the JSON and the JAR file, but will not affect the instance i
17821782
<s:String x:Key="LangModCrashCrashReasonNoReason">Sorry, PCL cannot determine the cause of the crash.</s:String>
17831783
<s:String x:Key="LangModCrashCrashReasonHelpTip">Sorry, your game encountered some problems...
17841784
If you are seeking assistance, please export the crash report instead of taking a screenshot of this window and send it to others.</s:String>
1785-
<s:String x:Key="LangModCrashCrashReasonReasonAA">The game crashed because the mod files were extracted.
1785+
<s:String x:Key="LangModCrashCrashReasonReasonAA">The game crashed because the mod files were extracted.
17861786
Simply place the mod files into the folder without extracting them; otherwise, the game will crash.
17871787

17881788
Launch the game once you have dealt with the mod files.</s:String>
1789-
<s:String x:Key="LangModCrashCrashReasonReasonAB">The game crashed because Minecraft has exhausted its allocated memory.
1789+
<s:String x:Key="LangModCrashCrashReasonReasonAB">The game crashed because Minecraft has exhausted its allocated memory.
17901790
This is likely due to insufficient system memory, inadequate memory allocation, or excessively high performance requirements.
17911791

1792-
Consider running "Memory Optimization" under "More → Utilities," then relaunch the game.
1793-
If the issue persists, consider increasing the memory allocated to the game in the launch settings, or remove textures, mods, and shaders with high performance requirements.
1792+
Consider running "Memory Optimization" under "More → Utilities," then relaunch the game.
1793+
If the issue persists, consider increasing the memory allocated to the game in the launch settings, or remove textures, mods, and shaders with high performance requirements.
17941794
If the problem continues, consider closing other applications before launching the game, or... perhaps using a different computer?</s:String>
17951795
<s:String x:Key="LangModCrashCrashReasonReasonAC">The game crashed due to the use of Open J9.
17961796
Switch to a non-OpenJ9 Java version in "Settings → Launch → Java" and relaunch the game.</s:String>
@@ -1941,20 +1941,17 @@ If no information is provided, consider reviewing the crash reports to identify
19411941
{0}
19421942

19431943
Please take appropriate actions based on the information provided.</s:String>
1944-
<s:String x:Key="LangModCrashCrashReasonReasonBX">The mod loader may have provided error information. Please take appropriate actions based on the logs and crash reports.
1945-
If no information is provided, consider reviewing the crash reports to identify the issues.</s:String>
1944+
<s:String x:Key="LangModCrashCrashReasonReasonBX">The mod loader may have provided error information. Please take appropriate actions based on the logs and crash reports.</s:String>
19461945
<s:String x:Key="LangModCrashCrashReasonReasonBY">Fabric provided the following solutions:
19471946
{0}
19481947

19491948
Please take appropriate actions based on the information provided.</s:String>
1950-
<s:String x:Key="LangModCrashCrashReasonReasonBZ">Fabric may have provided solutions. Please take appropriate actions based on the logs and crash reports.
1951-
If no solution is provided, you can view the crash reports to understand how the error occurred.</s:String>
1949+
<s:String x:Key="LangModCrashCrashReasonReasonBZ">Fabric may have provided solutions. Please take appropriate actions based on the logs and crash reports.</s:String>
19521950
<s:String x:Key="LangModCrashCrashReasonReasonCA">Forge provided the following error information:
19531951
{0}
19541952

19551953
Please take appropriate actions based on the information provided.</s:String>
1956-
<s:String x:Key="LangModCrashCrashReasonReasonCB">Forge may have provided solutions. Please take appropriate actions based on the logs and crash reports.
1957-
If no solution is provided, you can view the crash reports to understand how the error occurred.</s:String>
1954+
<s:String x:Key="LangModCrashCrashReasonReasonCB">Forge may have provided solutions. Please take appropriate actions based on the logs and crash reports.</s:String>
19581955
<s:String x:Key="LangModCrashCrashReasonReasonCC">The game crashed, but analysis is not possible because PCL was unable to locate the related log files.</s:String>
19591956
<s:String x:Key="LangModCrashCrashReasonReasonCD">The game crashed because some mods failed to inject.
19601957
This typically indicates an incompatibility with other mods or the current environment, or it could be caused by a bug.
@@ -2004,7 +2001,7 @@ Alternatively, you can access {1} on another device and enter the code.</s:Strin
20042001
<s:String x:Key="LangPageVersionExportGameProfileDesc">Command history, saved hotbars...</s:String>
20052002
<s:String x:Key="LangPageVersionExportOptiFineSettings">OptiFine settings</s:String>
20062003
<s:String x:Key="LangPageVersionExportMod">Mods</s:String>
2007-
<s:String x:Key="LangPageVersionExportModDesc"></s:String>
2004+
<s:String x:Key="LangPageVersionExportModDesc"> </s:String>
20082005
<s:String x:Key="LangPageVersionExportModDisabled">Disabled mods</s:String>
20092006
<s:String x:Key="LangPageVersionExportPackAddons">Important data</s:String>
20102007
<s:String x:Key="LangPageVersionExportPackAddonsDesc">Script files, built-in resource packs, data packs...</s:String>

0 commit comments

Comments
 (0)