mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
update locales
This commit is contained in:
@@ -13,7 +13,6 @@ menu:
|
||||
open set: &열려 있는... Ctrl+O
|
||||
save set: &덮어쓰기 저장 Ctrl+S
|
||||
save set as: 다른 이름으로 저장... F12
|
||||
#TODO: Localize
|
||||
save set as directory: 디렉토리로 저장...
|
||||
export: &수출
|
||||
export html: &HTML...
|
||||
@@ -54,6 +53,10 @@ menu:
|
||||
add card: &카드 추가 Ctrl+Enter
|
||||
add cards: &여러 카드 추가...
|
||||
remove card: &카드 삭제
|
||||
#TODO: Localize
|
||||
link card: &Link Cards To Selected Card...
|
||||
#TODO: Localize
|
||||
copy card and links: Copy Selected Cards And Their Linked Cards Ctrl+Shift+C
|
||||
orientation: &카드 방향
|
||||
rotate 0: &표준
|
||||
rotate 270: &오른쪽으로 90° 회전
|
||||
@@ -166,7 +169,6 @@ help:
|
||||
auto replace: 자동으로 대체되어야 하는 텍스트는 무엇입니까?
|
||||
preferences: Magic Set Editor 구성 변경
|
||||
|
||||
# TODO
|
||||
#cards:
|
||||
previous card: 목록에서 이전 카드를 선택합니다.
|
||||
next card: 목록에서 다음 카드를 선택합니다.
|
||||
@@ -174,6 +176,10 @@ help:
|
||||
add card: 이 세트에 새로운 빈 카드를 추가하세요.
|
||||
add cards: 세트에 여러 카드 추가
|
||||
remove card: 이 세트에서 선택한 카드를 삭제하세요.
|
||||
#TODO: Localize
|
||||
link card: Link one or more cards to the selected card
|
||||
#TODO: Localize
|
||||
copy card and links: Copy the selected cards and all their linked cards
|
||||
orientation: 표시된 카드의 방향
|
||||
rotate card: 카드 디스플레이를 시계 방향으로 90° 회전
|
||||
rotate 0: 카드를 오른쪽이 위로 오도록 표시하세요.
|
||||
@@ -223,6 +229,7 @@ help:
|
||||
website:
|
||||
about:
|
||||
|
||||
#TODO: Localize following sections
|
||||
# New Set Window
|
||||
search game list control: Filter the game list. Use - to exclude games. Use field: to search in a specific field. Use quotes for literal search. Separate multiple queries with a space.
|
||||
search stylesheet list control: Filter the stylesheet list. Use - to exclude styles. Use field: to search in a specific field. Use quotes for literal search. Separate multiple queries with a space.
|
||||
@@ -390,6 +397,10 @@ tooltip:
|
||||
|
||||
add card: 카드 추가
|
||||
remove card: 선택한 카드 삭제
|
||||
#TODO: Localize
|
||||
link card: Link cards to selected card
|
||||
#TODO: Localize
|
||||
copy card and links: Copy selected cards and linked cards
|
||||
rotate card: 카드 회전
|
||||
|
||||
add keyword: 키워드 추가
|
||||
@@ -473,8 +484,19 @@ label:
|
||||
seed: 시드
|
||||
total cards: 총
|
||||
|
||||
#TODO: Localize entire section
|
||||
# Link cards dialog
|
||||
custom link: Custom...
|
||||
custom link selected: Generator, Front Face, Meld Component, etc...
|
||||
custom link linked: Token, Back Face, Meld Result, etc...
|
||||
custom link undefined: Undefined
|
||||
linked cards relation: Choose the type of relation between the selected card and the linked cards:
|
||||
selected card: Selected Card:
|
||||
linked cards: Linked Cards:
|
||||
select linked cards: Choose up to 4 cards to link:
|
||||
|
||||
# Open dialogs
|
||||
all files: 모든 파일
|
||||
all files: 모든 파일
|
||||
|
||||
# Other set window dialogs
|
||||
save changes:
|
||||
@@ -591,6 +613,7 @@ label:
|
||||
installer size: 크기:
|
||||
installer status: 상태:
|
||||
no version: -
|
||||
put space between cards: Put space between cards?
|
||||
|
||||
############################################################## Buttons/checkboxes/choices in the GUI
|
||||
button:
|
||||
@@ -598,6 +621,12 @@ button:
|
||||
edit symbol: 편집하다
|
||||
symbol gallery: 갤러리
|
||||
|
||||
# Card panel
|
||||
#TODO: Localize
|
||||
unlink: Unlink
|
||||
#TODO: Localize
|
||||
link select: Select
|
||||
|
||||
# Style panel
|
||||
use for all cards: 모든 카드에 사용
|
||||
use custom styling options: 이 카드에만 옵션이 적용되도록 합니다.
|
||||
@@ -696,6 +725,8 @@ title:
|
||||
updates available: 업데이트 가능
|
||||
save changes: 변경 사항을 저장하다?
|
||||
select stylesheet: 스타일시트 선택
|
||||
#TODO: Localize
|
||||
link cards: Link Cards To Selected Card
|
||||
#preferences
|
||||
preferences: 환경설정
|
||||
global: 글로벌
|
||||
@@ -716,6 +747,7 @@ title:
|
||||
custom pack: 맞춤형 팩 유형
|
||||
# print
|
||||
print preview: 인쇄 &미리보기
|
||||
settings: Settings
|
||||
# export
|
||||
export images: 모든 카드 이미지 내보내기
|
||||
export cancelled: 내보내기가 취소되었습니다.
|
||||
@@ -801,6 +833,19 @@ error:
|
||||
이 문제를 해결하려면 다음을 추가하세요:
|
||||
depends on: %s %s
|
||||
|
||||
#TODO: Localize
|
||||
# Image import
|
||||
import not found: File not found: '%s'
|
||||
can't import image without set: Must first save or load a set file before importing file: '%s'
|
||||
can't create file stream: Failed to create file stream: '%s'
|
||||
can't write image to set: Failed to write image to set: '%s'
|
||||
can't import image: Failed to import image: '%s'
|
||||
|
||||
#TODO: Localize
|
||||
# Card creation
|
||||
no field with name: Card doesn't have a field named '%s'
|
||||
can't set value: Can not set card value '%s', it is not of the right type
|
||||
|
||||
# Script stuff
|
||||
has no member: %s 회원이 없습니다 '%s'
|
||||
can't convert: %s 에서 %s 로 변환할 수 없습니다.
|
||||
@@ -843,6 +888,12 @@ error:
|
||||
checking updates failed: 업데이트 확인에 실패했습니다.
|
||||
no updates: 사용 가능한 업데이트가 없습니다.
|
||||
|
||||
#TODO: Localize entire section
|
||||
# Card linking
|
||||
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:
|
||||
|
||||
# Stats panel
|
||||
dimension not found: 통계 차원 '%s' 가 없습니다.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user