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

From Valve Developer Community
Jump to navigation Jump to search
(proof of concept for different sentence ordering (my Spanish vocabulary isn't very large, but my knowledge of grammar as well as some google translate should hopefully be at least understandable). Hopefully gendered adjectives can eventually match nouns)
(Redirected page to Template:This is a/strings)
Tag: New redirect
 
(39 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
}}
 
* {{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]]
        }}
 
        |console variable = {{autolang
            |[[console variable]]
        }}
 
        |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 {{{except}}}
    }}
 
|before = {{autolang
      |&nbsp;before {{{before}}}
      |es=&nbsp;antes {{{except}}}
    }}
 
|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.
    }}
}}</onlyinclude>

Latest revision as of 07:48, 19 May 2024