Template:KeyValue/strings: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Nescius moved page Template:KV/strings to Template:KeyValue/strings: KV is a language shortcut and it messes with notes on doc pages)
(optimzation)
 
Line 7: Line 7:
}}
}}


* {{KV/strings|Key}}
* {{KV/strings|Key|lang={{ucfirst:{{intlang}}}}}}
* {{KV/strings|KeyHelp}}
* {{KV/strings|KeyHelp|lang={{ucfirst:{{intlang}}}}}}
* {{KV/strings|Variable}}
* {{KV/strings|Variable|lang={{ucfirst:{{intlang}}}}}}
* {{KV/strings|Source}}
* {{KV/strings|Source|lang={{ucfirst:{{intlang}}}}}}
* {{KV/strings|SourceHelp}}
* {{KV/strings|SourceHelp|lang={{ucfirst:{{intlang}}}}}}
* {{KV/strings|PropertyName}}
* {{KV/strings|PropertyName|lang={{ucfirst:{{intlang}}}}}}
* {{KV/strings|DefaultValue}}
* {{KV/strings|DefaultValue|lang={{ucfirst:{{intlang}}}}}}
* {{KV/strings|Desc}}
* {{KV/strings|Desc|lang={{ucfirst:{{intlang}}}}}}
* {{KV/strings|Deprecated}}
* {{KV/strings|Deprecated|lang={{ucfirst:{{intlang}}}}}}
<onlyinclude>{{#switch:{{{1|}}}
<onlyinclude>{{#switch:{{{1|}}}


| Key = {{Autolang
| Key = {{#switch:{{{lang|{{ROOTPAGENAME}}}}}
| Key
| #default = Key
| ru = Ключ-параметр
| Ru = Ключ-параметр
| zh = 键}}
| Zh = 键}}


| KeyHelp = {{Autolang
| KeyHelp = {{#switch:{{{lang|{{ROOTPAGENAME}}}}}
| The internal name for this keyvalue; this is what the engine knows this keyvalue as. These display in Hammer for keyvalues when SmartEdit is disabled, or for keyvalues not in the FGD.
| #default = The internal name for this keyvalue; this is what the engine knows this keyvalue as. These display in Hammer for keyvalues when SmartEdit is disabled, or for keyvalues not in the FGD.
| de = Der interne Name dieses KeyValues; unter diesem Namen kennt ihn die Engine. Diese werden für die KeyValues in Hammer angezeigt, wenn SmartEdit ausgeschaltet ist oder wenn KeyValues nicht im FGD sind.
| De = Der interne Name dieses KeyValues; unter diesem Namen kennt ihn die Engine. Diese werden für die KeyValues in Hammer angezeigt, wenn SmartEdit ausgeschaltet ist oder wenn KeyValues nicht im FGD sind.
| ru = Внутреннее наименование ключ-параметра, используемое платформой. Оно отображается в Hammer, когда отключён режим SmartEdit или когда описание ключ-параметра отсутствует в FGD.
| Ru = Внутреннее наименование ключ-параметра, используемое платформой. Оно отображается в Hammer, когда отключён режим SmartEdit или когда описание ключ-параметра отсутствует в FGD.
| zh = 此键值的内部名称;这就是引擎知道这个键值的原因。当 SmartEdit 被禁用时,这些键值会在 Hammer 中显示,或者对于不在 FGD 中的键值。}}
| Zh = 此键值的内部名称;这就是引擎知道这个键值的原因。当 SmartEdit 被禁用时,这些键值会在 Hammer 中显示,或者对于不在 FGD 中的键值。}}


| Variable = {{Autolang
| Variable = {{#switch:{{{lang|{{ROOTPAGENAME}}}}}
| Variable
| #default = Variable
| ru = Тип переменной
| Ru = Тип переменной
| zh = 变量}}
| Zh = 变量}}


| Source = {{Autolang
| Source = {{#switch:{{{lang|{{ROOTPAGENAME}}}}}
| Source
| #default = Source
| ru = Источник
| Ru = Источник
| zh = 起源}}
| Zh = 起源}}


| SourceHelp = {{Autolang
| SourceHelp = {{#switch:{{{lang|{{ROOTPAGENAME}}}}}
| This column refers to FGD. If this entity takes the key and its values from another class using the base() property, then below you will see a message indicating the class that provided them.
| #default = This column refers to FGD. If this entity takes the key and its values from another class using the base() property, then below you will see a message indicating the class that provided them.
| ru = Данный столбец ссылается на FGD. Если данный объект берёт ключ и его значения из другого класса, используя свойство base(), то ниже Вы увидите сообщение, указывающее на этот класс.
| Ru = Данный столбец ссылается на FGD. Если данный объект берёт ключ и его значения из другого класса, используя свойство base(), то ниже Вы увидите сообщение, указывающее на этот класс.
| zh = 本栏指 FGD。如果这个实体使用 base() 属性从另一个类中获取键及其值,那么在下面您将看到一条消息,指示提供它们的类。}}
| Zh = 本栏指 FGD。如果这个实体使用 base() 属性从另一个类中获取键及其值,那么在下面您将看到一条消息,指示提供它们的类。}}


| PropertyName = {{Autolang
| PropertyName = {{#switch:{{{lang|{{ROOTPAGENAME}}}}}
| Property Name
| #default = Property Name
| ru = Наименование свойства
| Ru = Наименование свойства
| zh = 正确名称}}
| Zh = 正确名称}}


| DefaultValue = {{Autolang
| DefaultValue = {{#switch:{{{lang|{{ROOTPAGENAME}}}}}
| Default Value
| #default = Default Value
| ru = Значение по умолчанию
| Ru = Значение по умолчанию
| zh = 缺省值}}
| Zh = 缺省值}}


| Desc = {{Autolang
| Desc = {{#switch:{{{lang|{{ROOTPAGENAME}}}}}
| Description
| #default = Description
| ru = Описание
| Ru = Описание
| zh = 描述}}
| Zh = 描述}}


| Deprecated = {{Autolang
| Deprecated = {{#switch:{{{lang|{{ROOTPAGENAME}}}}}
| Deprecated.
| #default = Deprecated.
| ru = Устарело
| Ru = Устарело
| zh = 已弃用。}}
| Zh = 已弃用。}}


}}</onlyinclude>
}}</onlyinclude>

Latest revision as of 07:30, 31 July 2024

English (en)Deutsch (de)Русский (ru)中文 (zh)
Icon-settings.png
Subpage of strings
It contains various translatable and untranslatable strings that are used in the template or anywhere else.
To preview translated strings, select languages on the top right bar.
Icon-gnome-document-open.pngDocumentation
Number of strings:9
Approximate status of translation:English (en) 100% Deutsch (de) 11.11% Русский (ru) 100% 中文 (zh) 100% 
  • Key
  • The internal name for this keyvalue; this is what the engine knows this keyvalue as. These display in Hammer for keyvalues when SmartEdit is disabled, or for keyvalues not in the FGD.
  • Variable
  • Source
  • This column refers to FGD. If this entity takes the key and its values from another class using the base() property, then below you will see a message indicating the class that provided them.
  • Property Name
  • Default Value
  • Description
  • Deprecated.