mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
update locales
This commit is contained in:
@@ -60,6 +60,7 @@ menu:
|
||||
add card json: Add Cards from JSON...
|
||||
link card: &Link Cards To Selected Card...
|
||||
copy card and links: Copy Selected Cards And Their Linked Cards Ctrl+Shift+C
|
||||
bulk modify: &Modify Multiple Cards...
|
||||
orientation: &Orientation
|
||||
rotate 0: &Normal
|
||||
rotate 270: Rotated 90° &Clockwise
|
||||
@@ -194,6 +195,7 @@ help:
|
||||
remove card: Delete the selected card from this set
|
||||
link card: Link one or more cards to the selected card
|
||||
copy card and links: Copy the selected cards and all their linked cards
|
||||
bulk modify: Modify a lot of cards at once
|
||||
orientation: Orientation of the displayed card
|
||||
rotate card: Rotate the card display 90° clockwise
|
||||
rotate 0: Display the card with the right side up
|
||||
@@ -529,6 +531,17 @@ label:
|
||||
linked cards: Linked Cards:
|
||||
select linked cards: Choose up to 4 cards to link:
|
||||
|
||||
# bulk modification dialog
|
||||
bulk modify selection: Which cards must be modified:
|
||||
bulk modify all: All cards
|
||||
bulk modify filtered: Currently filtered cards
|
||||
bulk modify selected: Currently selected cards
|
||||
bulk modify predicate: Cards that satisfy a criteria
|
||||
bulk modify predicate description: What criteria must cards satisfy to be modified:
|
||||
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:
|
||||
|
||||
# open dialogs
|
||||
all files: All Files
|
||||
|
||||
@@ -558,6 +571,10 @@ label:
|
||||
zoom: &Zoom:
|
||||
export: &Export:
|
||||
scale: &Internal Scale:
|
||||
use export scale: Use Export Scale
|
||||
export around 300: Around 300 DPI
|
||||
export force 300: Force 300 DPI
|
||||
export force 150: Force 150 DPI
|
||||
percent of normal: % of normal size
|
||||
external programs: External programs
|
||||
apprentice: &Apprentice:
|
||||
@@ -667,6 +684,7 @@ label:
|
||||
|
||||
# print dialog
|
||||
put space between cards: Put space between cards?
|
||||
spacing print: Spacing between cards in millimeters
|
||||
|
||||
## symbol editor
|
||||
sides: sides
|
||||
@@ -715,6 +733,9 @@ button:
|
||||
zoom export:
|
||||
Use Viewer zoom and rotation
|
||||
settings when e&xporting
|
||||
rotation export:
|
||||
Use Viewer rotation
|
||||
setting when e&xporting
|
||||
spellcheck enabled: Show &spelling errors on cards
|
||||
check now: Check &Now
|
||||
always: Always
|
||||
@@ -781,6 +802,7 @@ title:
|
||||
save changes: Save Changes?
|
||||
select stylesheet: Select Stylesheet
|
||||
link cards: Link Cards To Selected Card
|
||||
bulk modify: Bulk Card Modification
|
||||
|
||||
#preferences
|
||||
preferences: Preferences
|
||||
@@ -845,6 +867,7 @@ action:
|
||||
paste: Paste
|
||||
auto replace: Auto Replace
|
||||
correct: Spelling Correction
|
||||
bulk: in Bulk
|
||||
|
||||
# choice/color editors
|
||||
change: Change %s
|
||||
@@ -908,6 +931,8 @@ error:
|
||||
|
||||
# card creation
|
||||
no field with name: Card doesn't have a field named '%s'
|
||||
no style field with name: Stylesheet doesn't have a styling field named '%s'
|
||||
styling data not map: Given value for 'styling_data' is not a map
|
||||
can't set value: Can not set card value '%s', it is not of the right type
|
||||
add card csv file not found: Could not find or load the CSV or TSV file
|
||||
add card csv file malformed: CSV or TSV file malformed, row '%s' does not have the same number of entries as the first row
|
||||
@@ -968,6 +993,12 @@ 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:
|
||||
|
||||
# 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
|
||||
|
||||
# stats panel
|
||||
dimension not found: There is no statistics dimension '%s'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user