Add FR translated LV2 strings
This commit is contained in:
parent
d60c7cd57b
commit
6761483542
1 changed files with 22 additions and 0 deletions
|
|
@ -24,29 +24,34 @@ midnam:update a lv2:Feature .
|
||||||
a pg:Group ;
|
a pg:Group ;
|
||||||
lv2:symbol "config" ;
|
lv2:symbol "config" ;
|
||||||
lv2:name "Configuration",
|
lv2:name "Configuration",
|
||||||
|
"Configuration"@fr ,
|
||||||
"Impostazioni"@it .
|
"Impostazioni"@it .
|
||||||
|
|
||||||
<@LV2PLUGIN_URI@:sfzfile>
|
<@LV2PLUGIN_URI@:sfzfile>
|
||||||
a lv2:Parameter ;
|
a lv2:Parameter ;
|
||||||
rdfs:label "SFZ file",
|
rdfs:label "SFZ file",
|
||||||
|
"Fichier SFZ"@fr ,
|
||||||
"File SFZ"@it ;
|
"File SFZ"@it ;
|
||||||
rdfs:range atom:Path .
|
rdfs:range atom:Path .
|
||||||
|
|
||||||
<@LV2PLUGIN_URI@:numvoices>
|
<@LV2PLUGIN_URI@:numvoices>
|
||||||
a lv2:Parameter ;
|
a lv2:Parameter ;
|
||||||
rdfs:label "Polyphony",
|
rdfs:label "Polyphony",
|
||||||
|
"Polyphonie"@fr ,
|
||||||
"Polifonia"@it ;
|
"Polifonia"@it ;
|
||||||
rdfs:range atom:Int .
|
rdfs:range atom:Int .
|
||||||
|
|
||||||
<@LV2PLUGIN_URI@:preload_size>
|
<@LV2PLUGIN_URI@:preload_size>
|
||||||
a lv2:Parameter ;
|
a lv2:Parameter ;
|
||||||
rdfs:label "Preload size",
|
rdfs:label "Preload size",
|
||||||
|
"Taille préchargée"@fr ,
|
||||||
"Grandezza precaricamento"@it ;
|
"Grandezza precaricamento"@it ;
|
||||||
rdfs:range atom:Int .
|
rdfs:range atom:Int .
|
||||||
|
|
||||||
<@LV2PLUGIN_URI@:oversampling>
|
<@LV2PLUGIN_URI@:oversampling>
|
||||||
a lv2:Parameter ;
|
a lv2:Parameter ;
|
||||||
rdfs:label "Oversampling",
|
rdfs:label "Oversampling",
|
||||||
|
"Suréchantillonnage"@fr ,
|
||||||
"Sovracampionamento"@it ;
|
"Sovracampionamento"@it ;
|
||||||
rdfs:range atom:Int .
|
rdfs:range atom:Int .
|
||||||
|
|
||||||
|
|
@ -61,6 +66,7 @@ midnam:update a lv2:Feature .
|
||||||
foaf:mbox <mailto:@LV2PLUGIN_EMAIL@> ;
|
foaf:mbox <mailto:@LV2PLUGIN_EMAIL@> ;
|
||||||
] ;
|
] ;
|
||||||
rdfs:comment "@LV2PLUGIN_COMMENT@",
|
rdfs:comment "@LV2PLUGIN_COMMENT@",
|
||||||
|
"Échantillonneur SFZ"@fr ,
|
||||||
"Campionatore SFZ"@it ;
|
"Campionatore SFZ"@it ;
|
||||||
|
|
||||||
lv2:minorVersion @LV2PLUGIN_VERSION_MINOR@ ;
|
lv2:minorVersion @LV2PLUGIN_VERSION_MINOR@ ;
|
||||||
|
|
@ -99,12 +105,14 @@ midnam:update a lv2:Feature .
|
||||||
lv2:index 2 ;
|
lv2:index 2 ;
|
||||||
lv2:symbol "out_left" ;
|
lv2:symbol "out_left" ;
|
||||||
lv2:name "Left Output",
|
lv2:name "Left Output",
|
||||||
|
"Sortie gauche"@fr ,
|
||||||
"Uscita Sinistra"@it
|
"Uscita Sinistra"@it
|
||||||
] , [
|
] , [
|
||||||
a lv2:AudioPort, lv2:OutputPort ;
|
a lv2:AudioPort, lv2:OutputPort ;
|
||||||
lv2:index 3 ;
|
lv2:index 3 ;
|
||||||
lv2:symbol "out_right" ;
|
lv2:symbol "out_right" ;
|
||||||
lv2:name "Right Output",
|
lv2:name "Right Output",
|
||||||
|
"Sortie droite"@fr ,
|
||||||
"Uscita Destra"@it
|
"Uscita Destra"@it
|
||||||
] , [
|
] , [
|
||||||
a lv2:InputPort, lv2:ControlPort ;
|
a lv2:InputPort, lv2:ControlPort ;
|
||||||
|
|
@ -120,6 +128,7 @@ midnam:update a lv2:Feature .
|
||||||
lv2:index 5 ;
|
lv2:index 5 ;
|
||||||
lv2:symbol "num_voices" ;
|
lv2:symbol "num_voices" ;
|
||||||
lv2:name "Polyphony",
|
lv2:name "Polyphony",
|
||||||
|
"Polyphonie"@fr ,
|
||||||
"Polifonia"@it ;
|
"Polifonia"@it ;
|
||||||
pg:group <#config> ;
|
pg:group <#config> ;
|
||||||
lv2:portProperty pprop:notAutomatic ;
|
lv2:portProperty pprop:notAutomatic ;
|
||||||
|
|
@ -130,26 +139,32 @@ midnam:update a lv2:Feature .
|
||||||
lv2:minimum 8 ;
|
lv2:minimum 8 ;
|
||||||
lv2:maximum 256 ;
|
lv2:maximum 256 ;
|
||||||
lv2:scalePoint [ rdfs:label "8 voices",
|
lv2:scalePoint [ rdfs:label "8 voices",
|
||||||
|
"8 voix"@fr ,
|
||||||
"8 Voci"@it;
|
"8 Voci"@it;
|
||||||
rdf:value 8
|
rdf:value 8
|
||||||
] ;
|
] ;
|
||||||
lv2:scalePoint [ rdfs:label "16 voices",
|
lv2:scalePoint [ rdfs:label "16 voices",
|
||||||
|
"16 voix"@fr ,
|
||||||
"16 Voci"@it;
|
"16 Voci"@it;
|
||||||
rdf:value 16
|
rdf:value 16
|
||||||
] ;
|
] ;
|
||||||
lv2:scalePoint [ rdfs:label "32 voices",
|
lv2:scalePoint [ rdfs:label "32 voices",
|
||||||
|
"32 voix"@fr ,
|
||||||
"32 Voci"@it;
|
"32 Voci"@it;
|
||||||
rdf:value 32
|
rdf:value 32
|
||||||
] ;
|
] ;
|
||||||
lv2:scalePoint [ rdfs:label "64 voices",
|
lv2:scalePoint [ rdfs:label "64 voices",
|
||||||
|
"64 voix"@fr ,
|
||||||
"64 Voci"@it;
|
"64 Voci"@it;
|
||||||
rdf:value 64
|
rdf:value 64
|
||||||
] ;
|
] ;
|
||||||
lv2:scalePoint [ rdfs:label "128 voices",
|
lv2:scalePoint [ rdfs:label "128 voices",
|
||||||
|
"128 voix"@fr ,
|
||||||
"128 Voci"@it;
|
"128 Voci"@it;
|
||||||
rdf:value 128
|
rdf:value 128
|
||||||
] ;
|
] ;
|
||||||
lv2:scalePoint [ rdfs:label "256 voices",
|
lv2:scalePoint [ rdfs:label "256 voices",
|
||||||
|
"256 voix"@fr ,
|
||||||
"256 Voci"@it;
|
"256 Voci"@it;
|
||||||
rdf:value 256
|
rdf:value 256
|
||||||
] ;
|
] ;
|
||||||
|
|
@ -158,6 +173,7 @@ midnam:update a lv2:Feature .
|
||||||
lv2:index 6 ;
|
lv2:index 6 ;
|
||||||
lv2:symbol "oversampling" ;
|
lv2:symbol "oversampling" ;
|
||||||
lv2:name "Internal oversampling factor",
|
lv2:name "Internal oversampling factor",
|
||||||
|
"Facteur de suréchantillonnage interne"@fr ,
|
||||||
"Fattore Sovracampionamento Interno"@it ;
|
"Fattore Sovracampionamento Interno"@it ;
|
||||||
pg:group <#config> ;
|
pg:group <#config> ;
|
||||||
lv2:portProperty pprop:notAutomatic ;
|
lv2:portProperty pprop:notAutomatic ;
|
||||||
|
|
@ -168,18 +184,22 @@ midnam:update a lv2:Feature .
|
||||||
lv2:minimum 1 ;
|
lv2:minimum 1 ;
|
||||||
lv2:maximum 8 ;
|
lv2:maximum 8 ;
|
||||||
lv2:scalePoint [ rdfs:label "x1 oversampling",
|
lv2:scalePoint [ rdfs:label "x1 oversampling",
|
||||||
|
"suréchantillonnage x1"@fr ,
|
||||||
"x1 Sovracampionamento"@it;
|
"x1 Sovracampionamento"@it;
|
||||||
rdf:value 1
|
rdf:value 1
|
||||||
] ;
|
] ;
|
||||||
lv2:scalePoint [ rdfs:label "x2 oversampling",
|
lv2:scalePoint [ rdfs:label "x2 oversampling",
|
||||||
|
"suréchantillonnage x2"@fr ,
|
||||||
"x2 Sovracampionamento"@it;
|
"x2 Sovracampionamento"@it;
|
||||||
rdf:value 2
|
rdf:value 2
|
||||||
] ;
|
] ;
|
||||||
lv2:scalePoint [ rdfs:label "x4 oversampling",
|
lv2:scalePoint [ rdfs:label "x4 oversampling",
|
||||||
|
"suréchantillonnage x4"@fr ,
|
||||||
"x4 Sovracampionamento"@it;
|
"x4 Sovracampionamento"@it;
|
||||||
rdf:value 4
|
rdf:value 4
|
||||||
] ;
|
] ;
|
||||||
lv2:scalePoint [ rdfs:label "x8 oversampling",
|
lv2:scalePoint [ rdfs:label "x8 oversampling",
|
||||||
|
"suréchantillonnage x8"@fr ,
|
||||||
"x8 Sovracampionamento"@it;
|
"x8 Sovracampionamento"@it;
|
||||||
rdf:value 8
|
rdf:value 8
|
||||||
] ;
|
] ;
|
||||||
|
|
@ -188,6 +208,7 @@ midnam:update a lv2:Feature .
|
||||||
lv2:index 7 ;
|
lv2:index 7 ;
|
||||||
lv2:symbol "preload_size" ;
|
lv2:symbol "preload_size" ;
|
||||||
lv2:name "Preload size",
|
lv2:name "Preload size",
|
||||||
|
"Taille préchargée"@fr ,
|
||||||
"Grandezza Precaricamento"@it ;
|
"Grandezza Precaricamento"@it ;
|
||||||
pg:group <#config> ;
|
pg:group <#config> ;
|
||||||
lv2:portProperty pprop:notAutomatic ;
|
lv2:portProperty pprop:notAutomatic ;
|
||||||
|
|
@ -230,6 +251,7 @@ midnam:update a lv2:Feature .
|
||||||
lv2:index 8 ;
|
lv2:index 8 ;
|
||||||
lv2:symbol "freewheeling" ;
|
lv2:symbol "freewheeling" ;
|
||||||
lv2:name "Freewheeling",
|
lv2:name "Freewheeling",
|
||||||
|
"En roue libre (freewheeling)"@fr ,
|
||||||
"A Ruota Libera"@it ;
|
"A Ruota Libera"@it ;
|
||||||
lv2:designation lv2:freeWheeling ;
|
lv2:designation lv2:freeWheeling ;
|
||||||
lv2:portProperty lv2:toggled ;
|
lv2:portProperty lv2:toggled ;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue