forked from VoxeLibre/VoxeLibre
Merge pull request 'Fix translation files syntax errors' (#4091) from megustanlosfrijoles/frijolesclone2:fix-translation-files-syntax-errors into master
Reviewed-on: MineClone2/MineClone2#4091 Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
This commit is contained in:
commit
a1d390bd4d
|
@ -1,7 +1,7 @@
|
||||||
# textdomain:awards
|
# textdomain:awards
|
||||||
@1: @2=@1: @2
|
@1: @2=@1: @2
|
||||||
@1 (got)=@1 (erhalten)
|
@1 (got)=@1 (erhalten)
|
||||||
@1’s awards:=Auszeichnungen von @:
|
@1’s awards:=Auszeichnungen von @1:
|
||||||
(Secret Advancement)=(Geheime Auszeichnung)
|
(Secret Advancement)=(Geheime Auszeichnung)
|
||||||
Achievement gotten!=Auszeichnung erhalten!
|
Achievement gotten!=Auszeichnung erhalten!
|
||||||
Achievement gotten:=Auszeichnung erhalten:
|
Achievement gotten:=Auszeichnung erhalten:
|
||||||
|
|
|
@ -50,4 +50,4 @@ Polished Deepslate Stairs=Escadas de Ardósia Polida
|
||||||
Polished Deepslate Wall=Muro de Ardósia Polida
|
Polished Deepslate Wall=Muro de Ardósia Polida
|
||||||
Polished Deepslate=Ardósia Polida
|
Polished Deepslate=Ardósia Polida
|
||||||
Tuff=Tufo
|
Tuff=Tufo
|
||||||
Tuff is an ornamental rock formed from volcanic ash, occurring in underground blobs below Y=16.=Tufo é uma rocha ornamental formada a partir de cinzas vulcânicas, ocorrendo em bolhas no subsolo abaixo de Y=16.
|
Tuff is an ornamental rock formed from volcanic ash, occurring in underground blobs below Y@=16.=Tufo é uma rocha ornamental formada a partir de cinzas vulcânicas, ocorrendo em bolhas no subsolo abaixo de Y@=16.
|
||||||
|
|
|
@ -130,7 +130,7 @@ Aqua Affinity=
|
||||||
Increases underwater mining speed.=
|
Increases underwater mining speed.=
|
||||||
Blast Protection=
|
Blast Protection=
|
||||||
Reduces explosion damage and knockback.=
|
Reduces explosion damage and knockback.=
|
||||||
Curse of Binding=Malédiction du lien éternel
|
Curse of Binding=
|
||||||
Item cannot be removed from armor slots except due to death, breaking or in Creative Mode.=
|
Item cannot be removed from armor slots except due to death, breaking or in Creative Mode.=
|
||||||
Feather Falling=
|
Feather Falling=
|
||||||
Reduces fall damage.=
|
Reduces fall damage.=
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# textdomain: mcl_potions
|
# textdomain: mcl_potions
|
||||||
<effect> <duration> [<factor>]=<effet> <durée> [<facteur>]
|
<effect> <duration> [<factor>]=<effet> <durée> [<facteur>]
|
||||||
|
|
||||||
Add a status effect to yourself. Arguments: <effect>: name of status effect, e.g. poison. <duration>: duration in seconds. <factor>: effect strength multiplier (1 @= 100%)=Ajoutez-vous un effet de statut. Arguments: <effet>: nom de l'effet de statut, par ex. poison. <duration>: durée en secondes. <facteur>: multiplicateur de force d'effet (1 @ = 100%)
|
Add a status effect to yourself. Arguments: <effect>: name of status effect, e.g. poison. <duration>: duration in seconds. <factor>: effect strength multiplier (1 @= 100%)=Ajoutez-vous un effet de statut. Arguments: <effet>: nom de l'effet de statut, par ex. poison. <duration>: durée en secondes. <facteur>: multiplicateur de force d'effet (1 @= 100%)
|
||||||
|
|
||||||
Missing effect parameter!=Paramètre d'effet manquant!
|
Missing effect parameter!=Paramètre d'effet manquant!
|
||||||
Missing or invalid duration parameter!=Paramètre durée manquant ou invalide!
|
Missing or invalid duration parameter!=Paramètre durée manquant ou invalide!
|
||||||
|
|
Loading…
Reference in New Issue