mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Improved translations for CollectorNumber in Italian and Spanish, and while at it...
...I got rid of duplication for the lblSet col, while also improving translations. In particular, the "lblSetEdition" column was translated as the "Mistery column" (for some reason :D), whereas a second lblSet2 was instead defined and used, namely "the label tooltip for the Set Columndef". On this note, this col was also mistranslated in ES, IT, DE - those are the language I could handle so far. In fact "Set" was intended (and so translated) as "to set" instead as for "Expansion/Edition". Corrected accordingly! :)
This commit is contained in:
@@ -314,18 +314,18 @@ public final class CEditorConstructed extends CDeckEditor<Deck> {
|
|||||||
if (gameType == GameType.Oathbreaker) {
|
if (gameType == GameType.Oathbreaker) {
|
||||||
PaperCard pc = cmb.getItemManager().getSelectedItem();
|
PaperCard pc = cmb.getItemManager().getSelectedItem();
|
||||||
if (pc != null && pc.getRules().canBeSignatureSpell()) {
|
if (pc != null && pc.getRules().canBeSignatureSpell()) {
|
||||||
cmb.addMoveItems(localizer.getMessage("lblSet2"), localizer.getMessage("lblassignaturespell"));
|
cmb.addMoveItems(localizer.getMessage("lblSetEdition"), localizer.getMessage("lblassignaturespell"));
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
cmb.addMoveItems(localizer.getMessage("lblSet2"), localizer.getMessage("lblasoathbreaker"));
|
cmb.addMoveItems(localizer.getMessage("lblSetEdition"), localizer.getMessage("lblasoathbreaker"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
cmb.addMoveItems(localizer.getMessage("lblSet2"), localizer.getMessage("lblascommander"));
|
cmb.addMoveItems(localizer.getMessage("lblSetEdition"), localizer.getMessage("lblascommander"));
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case Avatar:
|
case Avatar:
|
||||||
cmb.addMoveItems(localizer.getMessage("lblSet2"), localizer.getMessage("lblasavatar"));
|
cmb.addMoveItems(localizer.getMessage("lblSetEdition"), localizer.getMessage("lblasavatar"));
|
||||||
break;
|
break;
|
||||||
case Schemes:
|
case Schemes:
|
||||||
cmb.addMoveItems(localizer.getMessage("lblAdd"), localizer.getMessage("lbltoschemedeck"));
|
cmb.addMoveItems(localizer.getMessage("lblAdd"), localizer.getMessage("lbltoschemedeck"));
|
||||||
|
|||||||
@@ -874,8 +874,7 @@ lblSaveLayout=Sichere Layout
|
|||||||
#GroupDef.java
|
#GroupDef.java
|
||||||
lblColor=Farbe
|
lblColor=Farbe
|
||||||
lblColorIdentity=Farbidentität
|
lblColorIdentity=Farbidentität
|
||||||
lblSet=Set
|
lblSet=Auflage
|
||||||
lblSet2=Set
|
|
||||||
#Set word has different meanings in other languages
|
#Set word has different meanings in other languages
|
||||||
lblDefault=Standard
|
lblDefault=Standard
|
||||||
lblType=Typ
|
lblType=Typ
|
||||||
@@ -932,7 +931,7 @@ lblCost=Kosten
|
|||||||
ttCost=Kosten
|
ttCost=Kosten
|
||||||
lblDecks=Decks
|
lblDecks=Decks
|
||||||
lblDeleteEdit=Löschen/Bearbeiten
|
lblDeleteEdit=Löschen/Bearbeiten
|
||||||
lblSetEdition=Mysteriöse Spalte. Wir wissen nicht, wozu sie gut ist.
|
lblSetEdition=Auflage
|
||||||
ttFavorite=Favorit
|
ttFavorite=Favorit
|
||||||
lblFolder=Ordner
|
lblFolder=Ordner
|
||||||
ttFormats=In welchem Format das Deck legal ist
|
ttFormats=In welchem Format das Deck legal ist
|
||||||
|
|||||||
@@ -875,7 +875,6 @@ lblSaveLayout=Save Layout
|
|||||||
lblColor=Color
|
lblColor=Color
|
||||||
lblColorIdentity=Color Identity
|
lblColorIdentity=Color Identity
|
||||||
lblSet=Set
|
lblSet=Set
|
||||||
lblSet2=Set
|
|
||||||
#Set word has different meanings in other languages
|
#Set word has different meanings in other languages
|
||||||
lblDefault=Default
|
lblDefault=Default
|
||||||
lblType=Type
|
lblType=Type
|
||||||
@@ -926,13 +925,13 @@ lblAIStatus=AI Status
|
|||||||
lblCMC=Mana Value
|
lblCMC=Mana Value
|
||||||
ttCMC=Mana Value
|
ttCMC=Mana Value
|
||||||
lblCN=CN
|
lblCN=CN
|
||||||
ttCN=Collector Number Order
|
ttCN=Collector Number
|
||||||
ttColor=Color
|
ttColor=Color
|
||||||
lblCost=Cost
|
lblCost=Cost
|
||||||
ttCost=Cost
|
ttCost=Cost
|
||||||
lblDecks=Decks
|
lblDecks=Decks
|
||||||
lblDeleteEdit=Delete/Edit
|
lblDeleteEdit=Delete/Edit
|
||||||
lblSetEdition=Mystery column. We don''t know what it does or if that''s what it should do.
|
lblSetEdition=Set
|
||||||
ttFavorite=Favorite
|
ttFavorite=Favorite
|
||||||
lblFolder=Folder
|
lblFolder=Folder
|
||||||
ttFormats=Formats deck is legal in
|
ttFormats=Formats deck is legal in
|
||||||
|
|||||||
@@ -875,7 +875,6 @@ lblSaveLayout=Guardar disposición de elementos
|
|||||||
lblColor=Color
|
lblColor=Color
|
||||||
lblColorIdentity=Identidad de color
|
lblColorIdentity=Identidad de color
|
||||||
lblSet=Edición
|
lblSet=Edición
|
||||||
lblSet2=Establecer
|
|
||||||
#Set word has different meanings in other languages
|
#Set word has different meanings in other languages
|
||||||
lblDefault=por defecto
|
lblDefault=por defecto
|
||||||
lblType=Tipo
|
lblType=Tipo
|
||||||
@@ -926,13 +925,13 @@ lblAIStatus=Estado de la IA
|
|||||||
lblCMC=CMC
|
lblCMC=CMC
|
||||||
ttCMC=Coste de maná convertido
|
ttCMC=Coste de maná convertido
|
||||||
lblCN=CN
|
lblCN=CN
|
||||||
ttCN=Orden de número de coleccionista
|
ttCN=Número de coleccionista
|
||||||
ttColor=Color
|
ttColor=Color
|
||||||
lblCost=Coste
|
lblCost=Coste
|
||||||
ttCost=Coste
|
ttCost=Coste
|
||||||
lblDecks=Mazos
|
lblDecks=Mazos
|
||||||
lblDeleteEdit=Borrar/Editar
|
lblDeleteEdit=Borrar/Editar
|
||||||
lblSetEdition=Columna de misterio. No sabemos lo que hace o si eso es lo que debería hacer.
|
lblSetEdition=Edición
|
||||||
ttFavorite=Favorito
|
ttFavorite=Favorito
|
||||||
lblFolder=Carpeta
|
lblFolder=Carpeta
|
||||||
ttFormats=Formatos de mazo en los que es legal
|
ttFormats=Formatos de mazo en los que es legal
|
||||||
|
|||||||
@@ -874,8 +874,7 @@ lblSaveLayout=Salva layout
|
|||||||
#GroupDef.java
|
#GroupDef.java
|
||||||
lblColor=Colore
|
lblColor=Colore
|
||||||
lblColorIdentity=Identità del colore
|
lblColorIdentity=Identità del colore
|
||||||
lblSet=Impostato
|
lblSet=Espansione
|
||||||
lblSet2=Impostato
|
|
||||||
#Set word has different meanings in other languages
|
#Set word has different meanings in other languages
|
||||||
lblDefault=Predefinito
|
lblDefault=Predefinito
|
||||||
lblType=genere
|
lblType=genere
|
||||||
@@ -926,13 +925,13 @@ lblAIStatus=Stato AI
|
|||||||
lblCMC=CMC
|
lblCMC=CMC
|
||||||
ttCMC=CMC
|
ttCMC=CMC
|
||||||
lblCN=CN
|
lblCN=CN
|
||||||
ttCN=Ordine numero collezionisti
|
ttCN=Indice Carta nell''Espansione
|
||||||
ttColor=Colore
|
ttColor=Colore
|
||||||
lblCost=Costo
|
lblCost=Costo
|
||||||
ttCost=Costo
|
ttCost=Costo
|
||||||
lblDecks=Decks
|
lblDecks=Decks
|
||||||
lblDeleteEdit=Cancella / Modifica
|
lblDeleteEdit=Cancella / Modifica
|
||||||
lblSetEdition=Colonna misteriosa. Non sappiamo cosa fa o se è quello che dovrebbe fare.
|
lblSetEdition=Espansione
|
||||||
ttFavorite=Preferito
|
ttFavorite=Preferito
|
||||||
lblFolder=Cartella
|
lblFolder=Cartella
|
||||||
ttFormats=Il mazzo dei formati è legale
|
ttFormats=Il mazzo dei formati è legale
|
||||||
|
|||||||
@@ -451,7 +451,7 @@ public enum ColumnDef {
|
|||||||
/**
|
/**
|
||||||
* The deck edition column, a mystery to us all.
|
* The deck edition column, a mystery to us all.
|
||||||
*/
|
*/
|
||||||
DECK_EDITION("lblSet", "lblSetEdition", 38, true, SortState.DESC,
|
DECK_EDITION("lblSet", "lblSet", 38, true, SortState.DESC,
|
||||||
new Function<Entry<InventoryItem, Integer>, Comparable<?>>() {
|
new Function<Entry<InventoryItem, Integer>, Comparable<?>>() {
|
||||||
@Override
|
@Override
|
||||||
public Comparable<?> apply(final Entry<InventoryItem, Integer> from) {
|
public Comparable<?> apply(final Entry<InventoryItem, Integer> from) {
|
||||||
|
|||||||
Reference in New Issue
Block a user