mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Mobile: Translated more strings and Views
Fixed duplicated Catalog label Fixed Stack label not found
This commit is contained in:
@@ -373,6 +373,17 @@ btnBuildNewSealedDeck=Erstelle neues Sealed Deck
|
||||
lblViewDeck=Zeige Deck
|
||||
lblRandomDeck=Zufälliges Deck
|
||||
lblRandomColors=Zufällige Farben
|
||||
lblMustSelectGenerateNewDeck=You must select something before you can generate a new deck.
|
||||
lblOK=OK
|
||||
lblCannotEditDuplicateCustomDeck=cannot be edited directly. Would you like to duplicate %s for editing as a custom user deck?
|
||||
lblDuplicateDeck=Duplicate Deck?
|
||||
lblDuplicate=Duplicate
|
||||
lblHowManyOpponents=How many opponents are you willing to face?
|
||||
lblChooseAllowedDeckTypeOpponents=Choose allowed deck types for opponents
|
||||
lblSelectOpponentDeck=Select Opponent's Deck
|
||||
lblGenerateNewDeck=Generate New Deck
|
||||
lblRandomTheme=Random Theme
|
||||
lblTestDeck=Test Deck
|
||||
#GameType.java
|
||||
lblSealed=Sealed
|
||||
lblDraft=Draft
|
||||
@@ -967,10 +978,68 @@ lblToMainDeck=zum Haupt-Deck
|
||||
lblHowMany=wie viel?
|
||||
lblInventory=Inhaltsverzeichnis
|
||||
lblCollection=Sammlung
|
||||
lblCatalog=Katalog
|
||||
lblCommanders=Komandeure
|
||||
lblOathbreakers=Eidbrecher
|
||||
#Forge.java
|
||||
lblLoadingFonts=Lade Schriften...
|
||||
lblLoadingCardTranslations=Lade Kartenübersetzungen...
|
||||
lblFinishingStartup=Abschliessen...
|
||||
#LobbyScreen.java
|
||||
lblMore=More...
|
||||
lblLoadingNewGame=Loading new game...
|
||||
lblSelectVariants=Select Variants
|
||||
msgSelectAdeckBeforeReadying=Select a deck before readying!
|
||||
#PlayerPanel
|
||||
lblLoadingDeck=Loading Deck...
|
||||
lblSchemeDeckRandomGenerated=Scheme Deck: Random Generated Deck
|
||||
lblCommanderDeckRandomGenerated=Commander Deck: Random Generated Deck
|
||||
lblOathbreakerDeckRandomGenerated=Oathbreaker Deck: Random Generated Deck
|
||||
lblTinyLeadersDeckRandomGenerated=Tiny Leaders Deck: Random Generated Deck
|
||||
lblBrawlDeckRandomGenerated=Brawl Deck: Random Generated Deck
|
||||
lblPlanarDeckRandomGenerated=Planar Deck: Random Generated Deck
|
||||
lblVanguardAvatarRandom=Vanguard Avatar: Random
|
||||
lblNotReady=Not Ready
|
||||
lblNormal=Normal
|
||||
lblDevMode=Dev Mode
|
||||
lblOathbreakerDeck=Oathbreaker Deck
|
||||
lblTinyLeadersDeck=Tiny Leaders Deck
|
||||
lblBrawlDeck=Brawl Deck
|
||||
lblSelectDeckFor=Select Deck for %s
|
||||
lblSelectCommanderDeckFor=Select Commander Deck for %s
|
||||
lblSelectOathbreakerDeckFor=Select Oathbreaker Deck for %s
|
||||
lblSelectTinyLeadersDeckFor=Select Tiny Leaders Deck for %s
|
||||
lblSelectBrawlDeckFor=Select Brawl Deck for %s
|
||||
lblSelectSchemeDeckFor=Select Scheme Deck for %s
|
||||
lblSelectPlanarDeckFor=Select Planar Deck for %s
|
||||
lblSelectVanguardFor=Select Vanguard for %s
|
||||
lblMale=Male
|
||||
lblFemale=Female
|
||||
lblAny=Any
|
||||
lblFantasy=Fantasy
|
||||
lblGeneric=Generic
|
||||
#MatchController
|
||||
lblChooseAbilityToPlay=Choose ability to play
|
||||
lblSelected=Selected
|
||||
#ItemManager
|
||||
lblAdvancedSearch=Advanced Search
|
||||
lblSort=Sort
|
||||
lblResetFilters=Reset Filters
|
||||
#AdvancedSearchFilter
|
||||
lblEditExpression=Edit Expression
|
||||
lblRemoveFilter=Remove Filter
|
||||
#CardZoom
|
||||
lblSwipeUpTo=Swipe up to %s
|
||||
lblSwipeDownDetailView=Swipe down to switch to detail view
|
||||
lblSwipeDownPictureView=Swipe down to switch to picture view
|
||||
#VGameMenu
|
||||
lblNoPlayerPriorityNoDeckListViewed=No player has priority at the moment, so deck list can't be viewed.
|
||||
#FilesPage
|
||||
lblFiles=Files
|
||||
lblStorageLocations=Storage Locations
|
||||
lblCardPicsLocation=Card Pics Location
|
||||
lblDecksLocation=Decks Location
|
||||
lblDataLocation=Data Location (e.g. Settings and Quests)
|
||||
lblImageCacheLocation=Image Cache Location
|
||||
lblRestartForgeMoveFilesNewLocation=You'll need to restart Forge for this change to take effect. Be sure to move any necessary files to the new location before you do.
|
||||
lblRestartRequired=Restart Required
|
||||
lblSelect=Select %s
|
||||
@@ -373,6 +373,17 @@ btnBuildNewSealedDeck=Build New Sealed Deck
|
||||
lblViewDeck=View Deck
|
||||
lblRandomDeck=Random Deck
|
||||
lblRandomColors=Random Colors
|
||||
lblMustSelectGenerateNewDeck=You must select something before you can generate a new deck.
|
||||
lblOK=OK
|
||||
lblCannotEditDuplicateCustomDeck=cannot be edited directly. Would you like to duplicate %s for editing as a custom user deck?
|
||||
lblDuplicateDeck=Duplicate Deck?
|
||||
lblDuplicate=Duplicate
|
||||
lblHowManyOpponents=How many opponents are you willing to face?
|
||||
lblChooseAllowedDeckTypeOpponents=Choose allowed deck types for opponents
|
||||
lblSelectOpponentDeck=Select Opponent's Deck
|
||||
lblGenerateNewDeck=Generate New Deck
|
||||
lblRandomTheme=Random Theme
|
||||
lblTestDeck=Test Deck
|
||||
#GameType.java
|
||||
lblSealed=Sealed
|
||||
lblDraft=Draft
|
||||
@@ -967,10 +978,68 @@ lblToMainDeck=to Main Deck
|
||||
lblHowMany=how many?
|
||||
lblInventory=Inventory
|
||||
lblCollection=Collection
|
||||
lblCatalog=Catalog
|
||||
lblCommanders=Commanders
|
||||
lblOathbreakers=Oathbreakers
|
||||
#Forge.java
|
||||
lblLoadingFonts=Loading fonts...
|
||||
lblLoadingCardTranslations=Loading card translations...
|
||||
lblFinishingStartup=Finishing startup...
|
||||
lblFinishingStartup=Finishing startup...
|
||||
#LobbyScreen.java
|
||||
lblMore=More...
|
||||
lblLoadingNewGame=Loading new game...
|
||||
lblSelectVariants=Select Variants
|
||||
msgSelectAdeckBeforeReadying=Select a deck before readying!
|
||||
#PlayerPanel
|
||||
lblLoadingDeck=Loading Deck...
|
||||
lblSchemeDeckRandomGenerated=Scheme Deck: Random Generated Deck
|
||||
lblCommanderDeckRandomGenerated=Commander Deck: Random Generated Deck
|
||||
lblOathbreakerDeckRandomGenerated=Oathbreaker Deck: Random Generated Deck
|
||||
lblTinyLeadersDeckRandomGenerated=Tiny Leaders Deck: Random Generated Deck
|
||||
lblBrawlDeckRandomGenerated=Brawl Deck: Random Generated Deck
|
||||
lblPlanarDeckRandomGenerated=Planar Deck: Random Generated Deck
|
||||
lblVanguardAvatarRandom=Vanguard Avatar: Random
|
||||
lblNotReady=Not Ready
|
||||
lblNormal=Normal
|
||||
lblDevMode=Dev Mode
|
||||
lblOathbreakerDeck=Oathbreaker Deck
|
||||
lblTinyLeadersDeck=Tiny Leaders Deck
|
||||
lblBrawlDeck=Brawl Deck
|
||||
lblSelectDeckFor=Select Deck for %s
|
||||
lblSelectCommanderDeckFor=Select Commander Deck for %s
|
||||
lblSelectOathbreakerDeckFor=Select Oathbreaker Deck for %s
|
||||
lblSelectTinyLeadersDeckFor=Select Tiny Leaders Deck for %s
|
||||
lblSelectBrawlDeckFor=Select Brawl Deck for %s
|
||||
lblSelectSchemeDeckFor=Select Scheme Deck for %s
|
||||
lblSelectPlanarDeckFor=Select Planar Deck for %s
|
||||
lblSelectVanguardFor=Select Vanguard for %s
|
||||
lblMale=Male
|
||||
lblFemale=Female
|
||||
lblAny=Any
|
||||
lblFantasy=Fantasy
|
||||
lblGeneric=Generic
|
||||
#MatchController
|
||||
lblChooseAbilityToPlay=Choose ability to play
|
||||
lblSelected=Selected
|
||||
#ItemManager
|
||||
lblAdvancedSearch=Advanced Search
|
||||
lblSort=Sort
|
||||
lblResetFilters=Reset Filters
|
||||
#AdvancedSearchFilter
|
||||
lblEditExpression=Edit Expression
|
||||
lblRemoveFilter=Remove Filter
|
||||
#CardZoom
|
||||
lblSwipeUpTo=Swipe up to %s
|
||||
lblSwipeDownDetailView=Swipe down to switch to detail view
|
||||
lblSwipeDownPictureView=Swipe down to switch to picture view
|
||||
#VGameMenu
|
||||
lblNoPlayerPriorityNoDeckListViewed=No player has priority at the moment, so deck list can't be viewed.
|
||||
#FilesPage
|
||||
lblFiles=Files
|
||||
lblStorageLocations=Storage Locations
|
||||
lblCardPicsLocation=Card Pics Location
|
||||
lblDecksLocation=Decks Location
|
||||
lblDataLocation=Data Location (e.g. Settings and Quests)
|
||||
lblImageCacheLocation=Image Cache Location
|
||||
lblRestartForgeMoveFilesNewLocation=You'll need to restart Forge for this change to take effect. Be sure to move any necessary files to the new location before you do.
|
||||
lblRestartRequired=Restart Required
|
||||
lblSelect=Select %s
|
||||
@@ -231,7 +231,7 @@ lblGameSettings=Configuración
|
||||
lblHeaderConstructedMode=Formato Oficial: Construido
|
||||
lblGetNewRandomName=Obtener nuevo nombre aleatorio
|
||||
lbltypeofName=¿Qué tipo de nombre quieres generar?
|
||||
lblconfirmName=¿Quieres usar el nombre de %n, o probar de nuevo?
|
||||
lblconfirmName=¿Quieres usar el nombre de %s, o probar de nuevo?
|
||||
lblUseThisName=Usar este nombre
|
||||
lblTryAgain=Probar de nuevo
|
||||
lblAddAPlayer=Añadir Jugador
|
||||
@@ -373,6 +373,17 @@ btnBuildNewSealedDeck=Nuevo Mazo Sellado
|
||||
lblViewDeck=Ver Mazo
|
||||
lblRandomDeck=Mazo Aleatorio
|
||||
lblRandomColors=Colores Aleatorios
|
||||
lblMustSelectGenerateNewDeck=Debes seleccionar algo antes de generar un nuevo mazo.
|
||||
lblOK=OK
|
||||
lblCannotEditDuplicateCustomDeck= no se puede editar directamente. ¿Quieres duplicar %s para editarlo como un mazo de usuario personalizado?
|
||||
lblDuplicateDeck=¿Duplicar Mazo?
|
||||
lblDuplicate=Duplicar
|
||||
lblHowManyOpponents=¿A cuántos oponentes está dispuesto a enfrentarse?
|
||||
lblChooseAllowedDeckTypeOpponents=Elige los tipos de mazo permitidos para los oponentes
|
||||
lblSelectOpponentDeck=Seleccionar Mazo del Oponente
|
||||
lblGenerateNewDeck=Generar un Nuevo Mazo
|
||||
lblRandomTheme=Tema Aleatorio
|
||||
lblTestDeck=Probar Mazo
|
||||
#GameType.java
|
||||
lblSealed=Sellado
|
||||
lblDraft=Draft
|
||||
@@ -967,10 +978,68 @@ lblToMainDeck=al Mazo Principal
|
||||
lblHowMany=¿cuántos?
|
||||
lblInventory=Inventario
|
||||
lblCollection=Colección
|
||||
lblCatalog=Catálogo
|
||||
lblCommanders=Commanders
|
||||
lblOathbreakers=Oathbreakers
|
||||
#Forge.java
|
||||
lblLoadingFonts=Loading fonts...
|
||||
lblLoadingCardTranslations=Loading card translations...
|
||||
lblFinishingStartup=Finishing startup...
|
||||
lblFinishingStartup=Finishing startup...
|
||||
#LobbyScreen.java
|
||||
lblMore=Más...
|
||||
lblLoadingNewGame=Cargando nueva partida...
|
||||
lblSelectVariants=Selecciona Variants
|
||||
msgSelectAdeckBeforeReadying=¡Selecciona un mazo antes de estar listo!
|
||||
#PlayerPanel
|
||||
lblLoadingDeck=Cargando mazo...
|
||||
lblSchemeDeckRandomGenerated=Scheme Deck: Random Generated Deck
|
||||
lblCommanderDeckRandomGenerated=Commander Deck: Random Generated Deck
|
||||
lblOathbreakerDeckRandomGenerated=Oathbreaker Deck: Random Generated Deck
|
||||
lblTinyLeadersDeckRandomGenerated=Tiny Leaders Deck: Random Generated Deck
|
||||
lblBrawlDeckRandomGenerated=Brawl Deck: Random Generated Deck
|
||||
lblPlanarDeckRandomGenerated=Planar Deck: Random Generated Deck
|
||||
lblVanguardAvatarRandom=Vanguard Avatar: Random
|
||||
lblNotReady=No Listo
|
||||
lblNormal=Normal
|
||||
lblDevMode=Dev Mode
|
||||
lblOathbreakerDeck=Mazo Oathbreaker
|
||||
lblTinyLeadersDeck=Mazo Tiny Leaders
|
||||
lblBrawlDeck=Mazo Brawl
|
||||
lblSelectDeckFor=Selecciona Mazo para %s
|
||||
lblSelectCommanderDeckFor=Selecciona Mazo Commander para %s
|
||||
lblSelectOathbreakerDeckFor=Selecciona Mazo Oathbreaker para %s
|
||||
lblSelectTinyLeadersDeckFor=Selecciona Mazo Tiny Leaders para %s
|
||||
lblSelectBrawlDeckFor=Selecciona Mazo Brawl para %s
|
||||
lblSelectSchemeDeckFor=Selecciona Mazo Scheme para %s
|
||||
lblSelectPlanarDeckFor=Seleccionar Mazo Planar para %s
|
||||
lblSelectVanguardFor=Selecciona Vanguard para %s
|
||||
lblMale=Hombre
|
||||
lblFemale=Mujer
|
||||
lblAny=Cualquiera
|
||||
lblFantasy=Fantasía
|
||||
lblGeneric=Genérico
|
||||
#MatchController
|
||||
lblChooseAbilityToPlay=Elige la habilidad para jugar
|
||||
lblSelected=Seleccionado
|
||||
#ItemManager
|
||||
lblAdvancedSearch=Búsqueda Avanzada
|
||||
lblSort=Ordenar
|
||||
lblResetFilters=Reiniciar Filtros
|
||||
#AdvancedSearchFilter
|
||||
lblEditExpression=Editar Expresión
|
||||
lblRemoveFilter=Eliminar Filtro
|
||||
#CardZoom
|
||||
lblSwipeUpTo=Desliza hacia arriba para %s
|
||||
lblSwipeDownDetailView=Desliza hacia abajo para cambiar a la vista de detalle
|
||||
lblSwipeDownPictureView=Desliza hacia abajo para cambiar a la vista de imagen
|
||||
#VGameMenu
|
||||
lblNoPlayerPriorityNoDeckListViewed=Ningún jugador tiene prioridad en este momento, por lo que la lista de mazos no se puede ver.
|
||||
#FilesPage
|
||||
lblFiles=Archivos
|
||||
lblStorageLocations=Ubicación del almacenamiento
|
||||
lblCardPicsLocation=Ubicación de las Imágenes de las Cartas
|
||||
lblDecksLocation=Ubicación de los Mazos
|
||||
lblDataLocation=Ubicación de los Datos (por ejemplo, Configuración y Aventuras)
|
||||
lblImageCacheLocation=Ubicación de la Caché de imágenes
|
||||
lblRestartForgeMoveFilesNewLocation=Necesitarás reiniciar Forge para que este cambio tenga efecto. Asegúrate de mover todos los archivos necesarios a la nueva ubicación antes de hacerlo.
|
||||
lblRestartRequired=Reinicio Requerido
|
||||
lblSelect=Seleccionar %s
|
||||
@@ -373,6 +373,17 @@ btnBuildNewSealedDeck=构建新的现开套牌
|
||||
lblViewDeck=查看套牌
|
||||
lblRandomDeck=随机套牌
|
||||
lblRandomColors=随机颜色
|
||||
lblMustSelectGenerateNewDeck=You must select something before you can generate a new deck.
|
||||
lblOK=OK
|
||||
lblCannotEditDuplicateCustomDeck=cannot be edited directly. Would you like to duplicate %s for editing as a custom user deck?
|
||||
lblDuplicateDeck=Duplicate Deck?
|
||||
lblDuplicate=Duplicate
|
||||
lblHowManyOpponents=How many opponents are you willing to face?
|
||||
lblChooseAllowedDeckTypeOpponents=Choose allowed deck types for opponents
|
||||
lblSelectOpponentDeck=Select Opponent's Deck
|
||||
lblGenerateNewDeck=Generate New Deck
|
||||
lblRandomTheme=Random Theme
|
||||
lblTestDeck=Test Deck
|
||||
#GameType.java
|
||||
lblSealed=现开
|
||||
lblDraft=轮抓
|
||||
@@ -967,10 +978,68 @@ lblToMainDeck=到主牌
|
||||
lblHowMany=多少?
|
||||
lblInventory=库存
|
||||
lblCollection=珍藏
|
||||
lblCatalog=目录
|
||||
lblCommanders=指挥官
|
||||
lblOathbreakers=破誓者
|
||||
#Forge.java
|
||||
lblLoadingFonts=加载字体中
|
||||
lblLoadingCardTranslations=加载卡牌翻译中
|
||||
lblFinishingStartup=完成启动
|
||||
lblFinishingStartup=完成启动
|
||||
#LobbyScreen.java
|
||||
lblMore=More...
|
||||
lblLoadingNewGame=Loading new game...
|
||||
lblSelectVariants=Select Variants
|
||||
msgSelectAdeckBeforeReadying=Select a deck before readying!
|
||||
#PlayerPanel
|
||||
lblLoadingDeck=Loading Deck...
|
||||
lblSchemeDeckRandomGenerated=Scheme Deck: Random Generated Deck
|
||||
lblCommanderDeckRandomGenerated=Commander Deck: Random Generated Deck
|
||||
lblOathbreakerDeckRandomGenerated=Oathbreaker Deck: Random Generated Deck
|
||||
lblTinyLeadersDeckRandomGenerated=Tiny Leaders Deck: Random Generated Deck
|
||||
lblBrawlDeckRandomGenerated=Brawl Deck: Random Generated Deck
|
||||
lblPlanarDeckRandomGenerated=Planar Deck: Random Generated Deck
|
||||
lblVanguardAvatarRandom=Vanguard Avatar: Random
|
||||
lblNotReady=Not Ready
|
||||
lblNormal=Normal
|
||||
lblDevMode=Dev Mode
|
||||
lblOathbreakerDeck=Oathbreaker Deck
|
||||
lblTinyLeadersDeck=Tiny Leaders Deck
|
||||
lblBrawlDeck=Brawl Deck
|
||||
lblSelectDeckFor=Select Deck for %s
|
||||
lblSelectCommanderDeckFor=Select Commander Deck for %s
|
||||
lblSelectOathbreakerDeckFor=Select Oathbreaker Deck for %s
|
||||
lblSelectTinyLeadersDeckFor=Select Tiny Leaders Deck for %s
|
||||
lblSelectBrawlDeckFor=Select Brawl Deck for %s
|
||||
lblSelectSchemeDeckFor=Select Scheme Deck for %s
|
||||
lblSelectPlanarDeckFor=Select Planar Deck for %s
|
||||
lblSelectVanguardFor=Select Vanguard for %s
|
||||
lblMale=Male
|
||||
lblFemale=Female
|
||||
lblAny=Any
|
||||
lblFantasy=Fantasy
|
||||
lblGeneric=Generic
|
||||
#MatchController
|
||||
lblChooseAbilityToPlay=Choose ability to play
|
||||
lblSelected=Selected
|
||||
#ItemManager
|
||||
lblAdvancedSearch=Advanced Search
|
||||
lblSort=Sort
|
||||
lblResetFilters=Reset Filters
|
||||
#AdvancedSearchFilter
|
||||
lblEditExpression=Edit Expression
|
||||
lblRemoveFilter=Remove Filter
|
||||
#CardZoom
|
||||
lblSwipeUpTo=Swipe up to %s
|
||||
lblSwipeDownDetailView=Swipe down to switch to detail view
|
||||
lblSwipeDownPictureView=Swipe down to switch to picture view
|
||||
#VGameMenu
|
||||
lblNoPlayerPriorityNoDeckListViewed=No player has priority at the moment, so deck list can't be viewed.
|
||||
#FilesPage
|
||||
lblFiles=Files
|
||||
lblStorageLocations=Storage Locations
|
||||
lblCardPicsLocation=Card Pics Location
|
||||
lblDecksLocation=Decks Location
|
||||
lblDataLocation=Data Location (e.g. Settings and Quests)
|
||||
lblImageCacheLocation=Image Cache Location
|
||||
lblRestartForgeMoveFilesNewLocation=You'll need to restart Forge for this change to take effect. Be sure to move any necessary files to the new location before you do.
|
||||
lblRestartRequired=Restart Required
|
||||
lblSelect=Select %s
|
||||
Reference in New Issue
Block a user