4 static override string GetTargetPrefix() {
return "Target_"; }
6 [
Attribute(
category:
"Default",
desc:
"English (United States)\nServes as a source for translated texts.\nIf proofreading or translation is in progress, use 'Target_en_us_edited' instead.", uiwidget: UIWidgets.EditBoxWithButton)]
8 [
Attribute(
category:
"Default",
desc:
"English (United States)\nUse this when the string is being processed by proofreaders or translators.\nOnce it's done, the Localization Manager will move this text to 'Target_en_us'.", uiwidget: UIWidgets.EditBoxWithButton)]
9 string Target_en_us_edited;
10 [
Attribute(
category:
"Translated Texts",
desc:
"French (France)", uiwidget: UIWidgets.EditBoxWithButton)]
12 [
Attribute(
category:
"Translated Texts",
desc:
"Italian (Italy)", uiwidget: UIWidgets.EditBoxWithButton)]
14 [
Attribute(
category:
"Translated Texts",
desc:
"German (Germany)", uiwidget: UIWidgets.EditBoxWithButton)]
16 [
Attribute(
category:
"Translated Texts",
desc:
"Spanish (Spain)", uiwidget: UIWidgets.EditBoxWithButton)]
18 [
Attribute(
category:
"Translated Texts",
desc:
"Czech (Czech Republic)", uiwidget: UIWidgets.EditBoxWithButton)]
20 [
Attribute(
category:
"Translated Texts",
desc:
"Polish (Poland)", uiwidget: UIWidgets.EditBoxWithButton)]
22 [
Attribute(
category:
"Translated Texts",
desc:
"Russian (Russia)", uiwidget: UIWidgets.EditBoxWithButton)]
24 [
Attribute(
category:
"Translated Texts",
desc:
"Japanese (Japan)", uiwidget: UIWidgets.EditBoxWithButton)]
26 [
Attribute(
category:
"Translated Texts",
desc:
"Korean (South Korea)", uiwidget: UIWidgets.EditBoxWithButton)]
28 [
Attribute(
category:
"Translated Texts",
desc:
"Portuguese (Brazil)", uiwidget: UIWidgets.EditBoxWithButton)]
30 [
Attribute(
category:
"Translated Texts",
desc:
"Chinese (China)", uiwidget: UIWidgets.EditBoxWithButton)]
32 [
Attribute(
category:
"Translated Texts",
desc:
"Ukrainian (Ukraine)", uiwidget: UIWidgets.EditBoxWithButton)]
35 [
Attribute(
category:
"Custom", uiwidget: UIWidgets.EditBoxWithButton,
desc:
"Comment for translators.")]
38 [
Attribute(
category:
"Custom",
desc:
"Comment only for developers, not translators.", uiwidget: UIWidgets.EditBoxWithButton)]
50 [
Attribute(
category:
"Default", uiwidget: UIWidgets.ComboBox, enums: ParamEnumArray.FromEnum(
EStringTableStatus), defvalue:
"0",
desc:
"Status of the string.\n\nDEVELOPMENT_PENDING - developers are working on the text\nDEVELOPMENT_DONE - developers finished the text and it's ready to be proofread\nPROOFREADING_PENDING - proofreaders are working on the text\nPROOFREADING_DONE - proofreaders processed the text and it's ready to be translated\nTRANSLATION_PENDING - translators are working on the text\nTRANSLATION_DONE - text is fully translated and ready for release")]
56 [
Attribute(
category:
"Custom",
desc:
"Provide a number of how many W characters fit before we have a cut-off or overlap of this string, not a number of regular characters.")]
69 ref array<int> Labels;
71 [
Attribute(
category:
"Custom", uiwidget: UIWidgets.ResourcePickerThumbnail,
desc:
"File this string originates from.")]
72 ResourceName SourceFile;
77 [
Attribute(
category:
"Custom", defvalue:
"false",
desc:
"Hidden items will not be present in public releases")]