User:Pee/Sandbox/this is a/strings: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(the translation for "console command" used here can be found on spanish pages on VDC, by extension, i also think variable de consola is correct phrasing. I'm not confident on the error message, but it's probably right.)
(Redirected page to Template:This is a/strings)
Tag: New redirect
 
(35 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Strings subpage<!-- Make sure to sort lang code from A to Z, except English. -->
#REDIRECT [[Template:this is a/strings]]
| number = 19
| en = 19
| es = 11
}}
 
* {{User:Pee/Sandbox/this is a/strings|this is a}}
* {{User:Pee/Sandbox/this is a/strings|this}}
* {{User:Pee/Sandbox/this is a/strings|cut}}
* {{User:Pee/Sandbox/this is a/strings|internal}}
* {{User:Pee/Sandbox/this is a/strings|type|console command}}
* {{User:Pee/Sandbox/this is a/strings|type|console variable}}
* {{User:Pee/Sandbox/this is a/strings|type|point entity}}
* {{User:Pee/Sandbox/this is a/strings|type|brush entity}}
* {{User:Pee/Sandbox/this is a/strings|type|mesh entity}}
* {{User:Pee/Sandbox/this is a/strings|type|path entity}}
* {{User:Pee/Sandbox/this is a/strings|type|QC command}}
* {{User:Pee/Sandbox/this is a/strings|type|pixel shader}}
* {{User:Pee/Sandbox/this is a/strings|type|vertex shader}}
* {{User:Pee/Sandbox/this is a/strings|type|shader parameter}}
* {{User:Pee/Sandbox/this is a/strings|all games}}
* {{User:Pee/Sandbox/this is a/strings|since}}
* {{User:Pee/Sandbox/this is a/strings|before}}
* {{User:Pee/Sandbox/this is a/strings|except}}
* {{User:Pee/Sandbox/this is a/strings|missing parameter}}
<onlyinclude>{{#switch: {{{1}}}
 
|this is a = {{autolang
        |{{{this}}} is a {{{cut}}} {{{internal}}} {{{type}}} available in {{{in}}}{{{since}}}{{{before}}}{{{except}}}{{{except-multi}}}.
        |es={{{this}}} es un {{{type}}} {{{cut}}} {{{internal}}} disponible en {{{in}}}{{{since}}}{{{before}}}{{{except}}}{{{except-multi}}}.
    }}
 
 
|this = {{autolang
      |This
      |es=Este
    }}
 
|cut = {{autolang
      |cut
      |es=cortado
    }}
 
|internal = {{autolang
      |[[internal entity|internal]]
      |es=[[internal entity|interno]]
    }}
 
 
<!-- this prevents things like {{this is a|all games}} -->
|type = {{#switch:{{{2}}}
        |console command = {{autolang
            |[[Developer console#submitting|console command]]
            |es=[[Developer console#submitting|comando de consola]]
        }}
 
        |console variable = {{autolang
            |[[console variable]]
            |es=[[console variable|variable de consola]]
        }}
 
        |point entity = {{autolang
            |[[point entity]]
        }}
 
        |brush entity = {{autolang
            |[[brush entity]]
        }}
 
        |mesh entity = {{autolang
            |[[mesh entity]]
        }}
 
        |path entity = {{autolang
            |[[path entity]]
        }}
 
        |QC command = {{autolang
            |[[QC command]]
        }}
 
        |pixel shader = {{autolang
            |[[shader#Pixel_shaders|pixel shader]]
        }}
 
        |vertex shader = {{autolang
            |[[shader#Vertex_shaders|vertex shader]]
        }}
 
        |shader parameter = {{autolang
            |[[material]] [[shader]] parameter
        }}
}}
 
 
|all games = {{autolang
      |all {{{engine}}} games
      |es=todos los juegos de {{{engine}}}
    }}
 
|since = {{autolang
      |&nbsp;since {{{since}}}
      |es=&nbsp;antes {{{since}}}
    }}
 
|before = {{autolang
      |&nbsp;before {{{before}}}
      |es=&nbsp;antes {{{before}}}
    }}
 
|except = {{autolang
      |&nbsp;except {{{except}}}
      |es=&nbsp;excepto {{{except}}}
    }}
 
 
|missing parameter = {{autolang
        |The necessary parameter {{Code|{{Param|[[Template:This is a|1]]}}}} has not been specified.
        |es=No se ha especificado el parámetro requerido {{Code|{{Param|[[Template:This is a|1]]}}}}.
    }}
}}</onlyinclude>

Latest revision as of 07:48, 19 May 2024