mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
update locales
This commit is contained in:
+23
-21
@@ -562,6 +562,8 @@ label:
|
||||
bulk modify predicate example: Example (tiny M:tG creatures):
|
||||
bulk modify field: What value must be modified:
|
||||
bulk modify mod description: What must the new value be:
|
||||
|
||||
# web request dialog
|
||||
#TODO: Localize
|
||||
web request address: Fetching data from the following URL:
|
||||
|
||||
@@ -1086,31 +1088,31 @@ error:
|
||||
not enough free links: Card does not have enough free links available. Can only link up to 4 cards.
|
||||
not enough free links for copy: Card does not have enough free links available for copy. Can only link up to 4 cards.
|
||||
could not link: The following cards could not be linked, as they already have 4 links:
|
||||
#TODO: Localize
|
||||
link duplicate: Duplicate localized link name. '%s' maps both to '%s' and to '%s'.
|
||||
#TODO: Localize
|
||||
multiple front faces: Card '%s' has multiple cards linked as front faces
|
||||
#TODO: Localize
|
||||
multiple back faces: Card '%s' has multiple cards linked as back faces
|
||||
#TODO: Localize
|
||||
could not find input: Could not find input card
|
||||
#TODO: Localize
|
||||
could not find linked: Could not find linked card
|
||||
multiple front faces: Card '%s' has multiple cards linked as front faces.
|
||||
multiple back faces: Card '%s' has multiple cards linked as back faces.
|
||||
could not find input: Could not find input card.
|
||||
could not find linked: Could not find linked card.
|
||||
|
||||
# bulk modification
|
||||
#TODO: Localize Section
|
||||
bulk modify script type unknown: Could not determine return type of modification script
|
||||
bulk modify predicate is not bool: Criteria does not evaluate to a boolean
|
||||
bulk modify mod is not string: Modification does not evaluate to a string
|
||||
bulk modify no cards: No cards to modify
|
||||
#TODO: Localize
|
||||
web request failed: Web request failed
|
||||
#TODO: Localize
|
||||
web request cant create: Could not create web request object
|
||||
#TODO: Localize
|
||||
web request corrupted: Download successful, but data is corrupted
|
||||
#TODO: Localize
|
||||
web request unsupported format: Download successful, but data is of unsupported format
|
||||
bulk modify value type unknown: Type of selected field (%s) is not supported, select another field.
|
||||
bulk modify predicate is not bool: Criteria must evaluate to a boolean, but evaluated to a %s.
|
||||
bulk modify mod is not string: Modification must evaluate to a string, but evaluated to a %s.
|
||||
bulk modify mod is not color: Modification must evaluate to a color, but evaluated to a %s.
|
||||
bulk modify mod is not image: Modification must evaluate to an image, but evaluated to a %s. Use the import_image/download_image functions to set image fields.
|
||||
bulk modify mod is nil: Modification evaluated to nil for card '%s', it will not be applied.
|
||||
bulk modify no cards: No cards to modify.
|
||||
bulk modify no cards verify: No cards verify the criteria.
|
||||
bulk modify nothing: No cards were modified.
|
||||
bulk modify success: Number of cards modified successfully: %s.
|
||||
|
||||
# web request
|
||||
#TODO: Localize Section
|
||||
web request failed: Web request failed.
|
||||
web request cant create: Could not create web request object.
|
||||
web request corrupted: Download successful, but data is corrupted.
|
||||
web request unsupported format: Download successful, but data is of unsupported format.
|
||||
|
||||
# stats panel
|
||||
dimension not found: 沒有統計資料 '%s'
|
||||
|
||||
Reference in New Issue
Block a user