mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
update locales
This commit is contained in:
+25
-15
@@ -748,13 +748,13 @@ button:
|
||||
show editing hints: Show boxes and hints for &editing
|
||||
rotation export:
|
||||
Use the card preview
|
||||
rotation setting
|
||||
rotation setting.
|
||||
bleed export:
|
||||
Add a crude print
|
||||
bleed margin
|
||||
bleed margin.
|
||||
notes export:
|
||||
Add the card notes in
|
||||
the image metadata
|
||||
the image metadata.
|
||||
spellcheck enabled: Show &spelling errors on cards
|
||||
check now: Check &Now
|
||||
always: Always
|
||||
@@ -763,6 +763,10 @@ button:
|
||||
internal image extension:
|
||||
Store images internally
|
||||
with file extension
|
||||
allow image download:
|
||||
Allow downloading of images.
|
||||
This may significantly increase
|
||||
the duration of imports.
|
||||
|
||||
# column select
|
||||
move up: Move &Up
|
||||
@@ -1035,22 +1039,28 @@ error:
|
||||
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:
|
||||
link duplicate: Duplicate localized link name. '%s' maps both to '%s' and to '%s'.
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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: There is no statistics dimension '%s'
|
||||
|
||||
Reference in New Issue
Block a user