dump: [json] pakchunk0
dump: [json] [pak] pakchunk0 dump: [json] [utoc] pakchunk0 track large files with lfs
This commit is contained in:
parent
a0202f19ac
commit
6c5b2d22ac
5983 changed files with 1839706 additions and 0 deletions
|
@ -0,0 +1,49 @@
|
|||
[CommonSettings]
|
||||
SourcePath=Plugins/Online/OnlineSubsystem/Content/Localization/OnlineSubsystem
|
||||
DestinationPath=Plugins/Online/OnlineSubsystem/Content/Localization/OnlineSubsystem
|
||||
ManifestName=OnlineSubsystem.manifest
|
||||
ArchiveName=OnlineSubsystem.archive
|
||||
PortableObjectName=OnlineSubsystem.po
|
||||
ResourceName=OnlineSubsystem.locres
|
||||
NativeCulture=en
|
||||
CulturesToGenerate=en
|
||||
CulturesToGenerate=fr
|
||||
CulturesToGenerate=de
|
||||
CulturesToGenerate=es
|
||||
CulturesToGenerate=es-419
|
||||
CulturesToGenerate=it
|
||||
CulturesToGenerate=ja
|
||||
CulturesToGenerate=ko
|
||||
CulturesToGenerate=ru
|
||||
CulturesToGenerate=zh-Hans
|
||||
CulturesToGenerate=ar
|
||||
CulturesToGenerate=pl
|
||||
CulturesToGenerate=pt-BR
|
||||
|
||||
[GatherTextStep0]
|
||||
CommandletClass=GatherTextFromSource
|
||||
SearchDirectoryPaths=Plugins/Online/OnlineSubsystem/Source/
|
||||
FileNameFilters=*.cpp
|
||||
FileNameFilters=*.h
|
||||
FileNameFilters=*.c
|
||||
FileNameFilters=*.inl
|
||||
FileNameFilters=*.mm
|
||||
FileNameFilters=*.ini
|
||||
ShouldGatherFromEditorOnlyData=false
|
||||
|
||||
[GatherTextStep1]
|
||||
CommandletClass=GenerateGatherManifest
|
||||
|
||||
[GatherTextStep2]
|
||||
CommandletClass=GenerateGatherArchive
|
||||
|
||||
[GatherTextStep3]
|
||||
CommandletClass=InternationalizationExport
|
||||
bImportLoc=true
|
||||
|
||||
[GatherTextStep4]
|
||||
CommandletClass=GenerateTextLocalizationResource
|
||||
|
||||
[GatherTextStep5]
|
||||
CommandletClass=InternationalizationExport
|
||||
bExportLoc=true
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"NativeCulture": "en",
|
||||
"NativeLocRes": "en/OnlineSubsystem.locres",
|
||||
"CompiledCultures": null
|
||||
}
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"OnlineError": {
|
||||
"AccessDenied": "Access denied",
|
||||
"CantParse": "Cannot parse results",
|
||||
"FailExtended": "Extended error",
|
||||
"RequestFailure": "Failed to send request",
|
||||
"IncompatibleVersion": "Incompatible client version",
|
||||
"MissingInterface": "Interface not found",
|
||||
"InvalidCreds": "Invalid credentials",
|
||||
"InvalidParams": "Invalid params specified",
|
||||
"InvalidAuth": "No valid auth",
|
||||
"NotConfigured": "No valid configuration",
|
||||
"NotConnected": "No valid connection",
|
||||
"InvalidUser": "No valid user",
|
||||
"NotImplemented": "Not implemented",
|
||||
"Canceled": "Operation was canceled",
|
||||
"AlreadyPending": "Request already pending",
|
||||
"InvalidResults": "Results were invalid",
|
||||
"TooManyRequests": "Too many requests",
|
||||
"Unknown": "Unknown error"
|
||||
},
|
||||
"OnlinePresence": {
|
||||
"Away": "Away",
|
||||
"Chat": "Chat",
|
||||
"DoNotDisturb": "Do Not Disturb",
|
||||
"ExtendedAway": "Extended Away",
|
||||
"Offline": "Offline",
|
||||
"Online": "Online"
|
||||
}
|
||||
}
|
32
Engine/Plugins/Online/OnlineSubsystem/OnlineSubsystem.json
Normal file
32
Engine/Plugins/Online/OnlineSubsystem/OnlineSubsystem.json
Normal file
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"FileVersion": 3,
|
||||
|
||||
"FriendlyName": "Online Subsystem",
|
||||
"Version": 1,
|
||||
"VersionName": "1.0",
|
||||
"Description": "Shared code for interacting online subsystem implementations.",
|
||||
"Category": "Online Platform",
|
||||
"CreatedBy": "Epic Games, Inc.",
|
||||
"CreatedByURL": "https://epicgames.com",
|
||||
"EnabledByDefault": true,
|
||||
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "OnlineSubsystem",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "PostConfigInit"
|
||||
}
|
||||
],
|
||||
"LocalizationTargets": [
|
||||
{
|
||||
"Name": "OnlineSubsystem",
|
||||
"LoadingPolicy": "Always"
|
||||
}
|
||||
],
|
||||
"Plugins": [
|
||||
{
|
||||
"Name": "OnlineBase",
|
||||
"Enabled": true
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue