mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
update locales
This commit is contained in:
@@ -52,6 +52,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°
|
||||
@@ -171,6 +175,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: 将所显示卡牌还原为正常模式
|
||||
@@ -391,6 +399,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,6 +485,18 @@ label:
|
||||
pack name: 包名
|
||||
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: 全部文件
|
||||
|
||||
@@ -591,13 +615,19 @@ label:
|
||||
installer size: 尺寸
|
||||
installer status: 地位
|
||||
no version: -
|
||||
|
||||
put space between cards: Put space between cards?
|
||||
############################################################## Buttons/checkboxes/choices in the GUI
|
||||
button:
|
||||
# Editor
|
||||
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: 本张卡牌使用特殊设置
|
||||
@@ -679,11 +709,11 @@ button:
|
||||
|
||||
############################################################## Titles in the GUI
|
||||
title:
|
||||
magic set editor: Magic Set Editor 由 slimeking 漢化制作
|
||||
%s - magic set editor: %s - Magic Set Editor 由 slimeking 漢化制作
|
||||
magic set editor: Magic Set Editor
|
||||
%s - magic set editor: %s - Magic Set Editor
|
||||
untitled: 无标题
|
||||
about: 关于 Magic Set Editor 由slimeking漢化制作
|
||||
symbol editor: 系列符号编辑器 由slimeking漢化制作
|
||||
symbol editor: 系列符号编辑器
|
||||
# dialogs
|
||||
new set: 新建套牌
|
||||
open set: 打开套牌
|
||||
@@ -693,6 +723,8 @@ title:
|
||||
updates available: 可用更新
|
||||
save changes: 保存修改?
|
||||
select stylesheet: 选择样式表
|
||||
#TODO: Localize
|
||||
link cards: Link Cards To Selected Card
|
||||
#preferences
|
||||
preferences: 设置
|
||||
global: 全局
|
||||
@@ -713,6 +745,7 @@ title:
|
||||
custom pack: 定制包装类型
|
||||
# print
|
||||
print preview: 打印预览
|
||||
settings: Settings
|
||||
# export
|
||||
export images: 导出为图像
|
||||
export cancelled: 导出取消
|
||||
@@ -797,6 +830,19 @@ error:
|
||||
要解决这个问题,添加:
|
||||
附加项目 到: %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
|
||||
@@ -839,6 +885,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'
|
||||
|
||||
|
||||
@@ -52,6 +52,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°
|
||||
@@ -172,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: 將所顯示卡牌還原為正常模式
|
||||
@@ -389,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: 添加關鍵詞
|
||||
@@ -472,6 +484,17 @@ 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: 全部文件
|
||||
|
||||
@@ -590,13 +613,19 @@ label:
|
||||
installer size: 尺寸
|
||||
installer status: 地位
|
||||
no version: -
|
||||
|
||||
put space between cards: Put space between cards?
|
||||
############################################################## Buttons/checkboxes/choices in the GUI
|
||||
button:
|
||||
# Editor
|
||||
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: 本張卡牌使用特殊設置
|
||||
@@ -692,6 +721,8 @@ title:
|
||||
updates available: 可用更新
|
||||
save changes: 保存修改?
|
||||
select stylesheet: 選擇樣式表
|
||||
#TODO: Localize
|
||||
link cards: Link Cards To Selected Card
|
||||
#preferences
|
||||
preferences: 設置
|
||||
global: 全局
|
||||
@@ -712,6 +743,7 @@ title:
|
||||
custom pack: 客製化包裝類型
|
||||
# print
|
||||
print preview: 打印預覽
|
||||
settings: Settings
|
||||
# export
|
||||
export images: 導出為圖像
|
||||
export cancelled: 導出取消
|
||||
@@ -796,6 +828,19 @@ error:
|
||||
要解決這個問題,添加:
|
||||
附加項目 到: %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
|
||||
@@ -838,6 +883,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'
|
||||
|
||||
|
||||
@@ -52,6 +52,10 @@ menu:
|
||||
add card: &Tilføj Kort Ctrl+Enter
|
||||
add cards: Tilføj &Flere Kort...
|
||||
remove card: &Slet Valgte Kort
|
||||
#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: &Orientation
|
||||
rotate 0: &Normal
|
||||
rotate 270: Roteret 90° &Med Uret
|
||||
@@ -172,6 +176,10 @@ help:
|
||||
add card: Tilføler et nyt, tomt kort til listen
|
||||
add cards: Tilføjer flere kort til listen
|
||||
remove card: Sletter det valgte kort fra sættet!
|
||||
#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: Det valgte korts orientation
|
||||
rotate card: Roterer kortet 90° med uret
|
||||
rotate 0: Viser kortet normalt
|
||||
@@ -390,6 +398,10 @@ tooltip:
|
||||
|
||||
add card: Tilføj kort
|
||||
remove card: Fjern valgte kort
|
||||
#TODO: Localize
|
||||
link card: Link cards to selected card
|
||||
#TODO: Localize
|
||||
copy card and links: Copy selected cards and linked cards
|
||||
rotate card: Rotér kort
|
||||
|
||||
add keyword: Tilføj nøgleord
|
||||
@@ -473,6 +485,17 @@ label:
|
||||
seed: Variabel
|
||||
total cards: Total
|
||||
|
||||
#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: Alle filer
|
||||
|
||||
@@ -591,13 +614,19 @@ label:
|
||||
installer size: Størrelse:
|
||||
installer status: Status:
|
||||
no version: -
|
||||
|
||||
put space between cards: Put space between cards?
|
||||
############################################################## Buttons/checkboxes/choices in the GUI
|
||||
button:
|
||||
# Editor
|
||||
edit symbol: Redigér
|
||||
symbol gallery: Galleri
|
||||
|
||||
# Card panel
|
||||
#TODO: Localize
|
||||
unlink: Unlink
|
||||
#TODO: Localize
|
||||
link select: Select
|
||||
|
||||
# Style panel
|
||||
use for all cards: Brug på &alle krot
|
||||
use custom styling options: Muligheder &virker kun på dette kort
|
||||
@@ -695,6 +724,8 @@ title:
|
||||
updates available: Opdateringer Ikke Tilgængelige
|
||||
save changes: Gem Ændringer?
|
||||
select stylesheet: Vælg Stil
|
||||
#TODO: Localize
|
||||
link cards: Link Cards To Selected Card
|
||||
#preferences
|
||||
preferences: Præferencer
|
||||
global: Globalt
|
||||
@@ -715,6 +746,7 @@ title:
|
||||
custom pack: Egen Pakketype
|
||||
# print
|
||||
print preview: Udskriftsvisning
|
||||
settings: Settings
|
||||
# export
|
||||
export images: Eksportér Billeder
|
||||
export cancelled: Eksport Afbrudt
|
||||
@@ -800,6 +832,19 @@ error:
|
||||
To resolve this, add:
|
||||
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 has no member '%s'
|
||||
can't convert: Can't convert from %s to %s
|
||||
@@ -842,6 +887,11 @@ error:
|
||||
checking updates failed: Checking updates failed.
|
||||
no updates: There are no available updates.
|
||||
|
||||
# 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: There is no statistics dimension '%s'
|
||||
|
||||
|
||||
@@ -52,6 +52,8 @@ menu:
|
||||
add card: Karte Hinzufügen Ctrl+Enter
|
||||
add cards: Mehrere hinzufügen...
|
||||
remove card: Markierte Entfernen Del
|
||||
link card: Karten mit ausgewählter Karte verknüpfen ...
|
||||
copy card and links: Ausgewählte Karten und ihre verknüpften Karten kopieren Ctrl+Shift+C
|
||||
orientation: Ansicht
|
||||
rotate 0: &Normal
|
||||
rotate 270: 90°, im Uhrzeigersinn
|
||||
@@ -166,12 +168,14 @@ help:
|
||||
preferences: Ändert die Einstellungen
|
||||
|
||||
#cards:
|
||||
previous card: Wählt die vorherige Karte der Liste
|
||||
next card: Wählt die nächste Karte der Liste
|
||||
search cards: Filtern Sie die Kartenliste anhand von Suchbegriffen
|
||||
previous card: Wählt die vorherige Karte in der Liste aus
|
||||
next card: Wählt die nächste Karte in der Liste aus
|
||||
search cards: Filtert die Kartenliste anhand von Suchbegriffen
|
||||
add card: Fügt eine neue Karte zur Edition hinzu
|
||||
add cards: Fügt mehrere Karten zur Edition hinzu
|
||||
remove card: Entfernt die gewählte Karte aus der Edition
|
||||
link card: Verknüpft eine oder mehrere Karten mit der ausgewählten Karte
|
||||
copy card and links: Kopiert die ausgewählten Karten und alle verknüpften Karten
|
||||
orientation: Ansicht der gewählten Karte
|
||||
rotate card: Dreht die Karte um 90° im Uhrzeigersinn
|
||||
rotate 0: Zeigt die Karte normal an
|
||||
@@ -388,6 +392,8 @@ tooltip:
|
||||
|
||||
add card: Karte hinzufügen
|
||||
remove card: Gewählte Karte entfernen
|
||||
link card: Karten mit ausgewählter Karte verknüpfen
|
||||
copy card and links: Ausgewählte und verknüpfte Karten kopieren
|
||||
rotate card: Karte drehen
|
||||
|
||||
add keyword: Fähigkeit hinzufügen
|
||||
@@ -471,6 +477,16 @@ label:
|
||||
seed: Nummer
|
||||
total cards: Gesamtkarten
|
||||
|
||||
# Link cards dialog
|
||||
custom link: Benutzerdefiniert...
|
||||
custom link selected: Urheber, Vorderseite, Verschmelzung Komponente usw.
|
||||
custom link linked: Spielstein, Rückseite, Verschmelzung Ergebnis usw.
|
||||
custom link undefined: Undefiniert
|
||||
linked cards relation: Wählen Sie die Art der Verknüpfung zwischen der ausgewählten Karte und den verknüpften Karten:
|
||||
selected card: Ausgewählte Karte:
|
||||
linked cards: Verknüpfte Karten:
|
||||
select linked cards: Wählen Sie bis zu 4 Karten zum Verknüpfen aus:
|
||||
|
||||
# Open dialogs
|
||||
all files: Alle Dateien
|
||||
|
||||
@@ -589,6 +605,7 @@ label:
|
||||
installer size: Größe
|
||||
installer status: Status:
|
||||
no version: -
|
||||
put space between cards: Put space between cards?
|
||||
|
||||
############################################################## Buttons/checkboxes/choices in the GUI
|
||||
button:
|
||||
@@ -596,6 +613,10 @@ button:
|
||||
edit symbol: Bearbeiten
|
||||
symbol gallery: Gallerie
|
||||
|
||||
# Card panel
|
||||
unlink: Trennen
|
||||
link select: Auswählen
|
||||
|
||||
# Style panel
|
||||
use for all cards: Für &alle Karten übernehmen
|
||||
use custom styling options: Optionen nur für die&se Karte
|
||||
@@ -693,6 +714,7 @@ title:
|
||||
updates available: Updates verfügbar
|
||||
save changes: Änderungen speichern?
|
||||
select stylesheet: Wähle Aussehen
|
||||
link cards: Karten mit ausgewählter Karte verknüpfen
|
||||
#preferences
|
||||
preferences: Einstellungen
|
||||
global: Global
|
||||
@@ -713,6 +735,7 @@ title:
|
||||
custom pack: Benutzerdefinierter Pakettyp
|
||||
# print
|
||||
print preview: Druckvorschau
|
||||
settings: Settings
|
||||
# export
|
||||
export images: Bild exportieren
|
||||
export cancelled: Export abgebrochen
|
||||
@@ -798,6 +821,17 @@ error:
|
||||
Bitte fügen Sie folgendes ein:
|
||||
depends on: %s %s
|
||||
|
||||
# Image import
|
||||
import not found: Datei nicht gefunden: '%s'
|
||||
can't import image without set: Vor dem Importieren muss zuerst eine Edition gespeichert oder geladen werden: '%s'
|
||||
can't create file stream: Datei konnte nicht erstellt werden: '%s'
|
||||
can't write image to set: Bild konnte nicht ins Edition geschrieben werden: '%s'
|
||||
can't import image: Bild konnte nicht importiert werden: '%s'
|
||||
|
||||
# Card creation
|
||||
no field with name: Karte enthält kein Feld mit dem Namen '%s'
|
||||
can't set value: Kartenwert '%s' kann nicht festgelegt werden, da er nicht den richtigen Typ hat
|
||||
|
||||
# Script stuff
|
||||
has no member: %s hat kein Element '%s'
|
||||
can't convert: Kann %s nicht in %s umwandeln.
|
||||
@@ -840,6 +874,11 @@ error:
|
||||
checking updates failed: Update schlug fehl.
|
||||
no updates: Keine Updates verfügbar.
|
||||
|
||||
# Card linking
|
||||
not enough free links: Die Karte hat nicht genügend Verknüpfungen. Es können nur bis zu 4 Karten verknüpft werden.
|
||||
not enough free links for copy: Die Karte hat nicht genügend Verknüpfungen zum Kopieren. Es können nur bis zu 4 Karten verknüpft werden.
|
||||
could not link: Die folgenden Karten konnten nicht verknüpft werden, da sie bereits 4 Verknüpfungen haben:
|
||||
|
||||
# Stats panel
|
||||
dimension not found: Keine Statistikdimension '%s'
|
||||
|
||||
|
||||
@@ -52,6 +52,10 @@ menu:
|
||||
add card: &Añadir carta Ctrl+Enter
|
||||
add cards: Añadir &múltiples cartas...
|
||||
remove card: &Borrar carta seleccionada
|
||||
#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: &Orientación
|
||||
rotate 0: &Normal
|
||||
rotate 270: &Rotar 90° en sentido horario
|
||||
@@ -172,6 +176,10 @@ help:
|
||||
add card: Añade una carta nueva, vacía, a este Set
|
||||
add cards: Añade múltiples cartas al Set
|
||||
remove card: Borra la carta seleccionada de este Set
|
||||
#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: Orientación de la carta mostrada
|
||||
rotate card: Rota la carta 90° en sentido horario
|
||||
rotate 0: Muestra la carta con el lado derecho hacia arriba
|
||||
@@ -389,6 +397,10 @@ tooltip:
|
||||
|
||||
add card: Añadir carta
|
||||
remove card: Eliminar carta seleccionada
|
||||
#TODO: Localize
|
||||
link card: Link cards to selected card
|
||||
#TODO: Localize
|
||||
copy card and links: Copy selected cards and linked cards
|
||||
rotate card: Girar carta
|
||||
|
||||
add keyword: Añadir Palabra Clave
|
||||
@@ -472,7 +484,17 @@ label:
|
||||
pack name: Nombre del mazo
|
||||
seed: Semilla
|
||||
total cards: Total
|
||||
|
||||
|
||||
#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: Todos los archivos
|
||||
@@ -592,6 +614,7 @@ label:
|
||||
installer size: Tamaño:
|
||||
installer status: Estado:
|
||||
no version: -
|
||||
put space between cards: Put space between cards?
|
||||
|
||||
############################################################## Buttons/checkboxes/choices in the GUI
|
||||
button:
|
||||
@@ -599,6 +622,12 @@ button:
|
||||
edit symbol: Editar
|
||||
symbol gallery: Galería
|
||||
|
||||
# Card panel
|
||||
#TODO: Localize
|
||||
unlink: Unlink
|
||||
#TODO: Localize
|
||||
link select: Select
|
||||
|
||||
# Style panel
|
||||
use for all cards: Usar en &todas las cartas
|
||||
use custom styling options: Opciones &específicas para esta carta
|
||||
@@ -696,6 +725,8 @@ title:
|
||||
updates available: Actualizaciones disponibles
|
||||
save changes: ¿Guardar los cambios?
|
||||
select stylesheet: Seleccionar estilo
|
||||
#TODO: Localize
|
||||
link cards: Link Cards To Selected Card
|
||||
#preferences
|
||||
preferences: Preferencias
|
||||
global: Global
|
||||
@@ -716,6 +747,7 @@ title:
|
||||
custom pack: Mazo personalizado
|
||||
# print
|
||||
print preview: Vista previa de impresión
|
||||
settings: Settings
|
||||
# export
|
||||
export images: Exportar imágenes
|
||||
export cancelled: Exportación cancelada
|
||||
@@ -801,6 +833,19 @@ error:
|
||||
Para resolverlo, añade:
|
||||
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 no tiene el miembro '%s'
|
||||
can't convert: No se puede convertir de %s a %s
|
||||
@@ -843,6 +888,12 @@ error:
|
||||
checking updates failed: Comprobación de actualizaciones fallida.
|
||||
no updates: No hay actualizaciones disponibles.
|
||||
|
||||
#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: No existe la dimensión de estadísticas '%s'
|
||||
|
||||
|
||||
@@ -52,6 +52,8 @@ menu:
|
||||
add card: &Ajouter une Carte Ctrl+Enter
|
||||
add cards: Ajouter &Plusieurs Cartes...
|
||||
remove card: &Supprimer la carte sélectionnée
|
||||
link card: &Lier des Cartes à la Carte Sélectionnée...
|
||||
copy card and links: Copier les Cartes Sélectionnées et leurs Cartes Liées Ctrl+Shift+C
|
||||
orientation: &Orientation
|
||||
rotate 0: &Normal
|
||||
rotate 270: &Rotation 90°
|
||||
@@ -172,6 +174,8 @@ help:
|
||||
add card: Ajouter une nouvelle carte vierge au Set
|
||||
add cards: Ajouter plusieurs cartes au Set
|
||||
remove card: Supprimer la carte sélectionnée du Set
|
||||
link card: Lier des cartes à la carte sélectionnée
|
||||
copy card and links: Copier les cartes sélectionnées ainsi que toutes leurs cartes liées
|
||||
orientation: Orientation de la carte visualisée
|
||||
rotate card: Tourner la carte de 90° dans le sens des aiguilles d'une montre
|
||||
rotate 0: Afficher la carte dans son sens original
|
||||
@@ -389,6 +393,8 @@ tooltip:
|
||||
|
||||
add card: Ajouter une carte
|
||||
remove card: Supprimer la carte sélectionnée
|
||||
link card: Lier des cartes à la carte sélectionnée
|
||||
copy card and links: Copier les cartes sélectionnées et leurs cartes liées
|
||||
rotate card: Tourner la carte
|
||||
|
||||
add keyword: Ajouter un Mot-clef
|
||||
@@ -473,6 +479,16 @@ label:
|
||||
seed: Source
|
||||
total cards: Total
|
||||
|
||||
# Link cards dialog
|
||||
custom link: Personnalisé...
|
||||
custom link selected: Générateur, Face Avant, Composant d'Assimilation, etc...
|
||||
custom link linked: Jeton, Face Arrière, Résultat d'Assimilation, etc...
|
||||
custom link undefined: Non Défini
|
||||
linked cards relation: Choisissez le type de relation entre la carte sélectionnée et les cartes liées:
|
||||
selected card: Carte sélectionnée:
|
||||
linked cards: Cartes liées:
|
||||
select linked cards: Choisissez jusqu’à 4 cartes liées:
|
||||
|
||||
# Open dialogs
|
||||
all files: Tous les fichiers
|
||||
|
||||
@@ -591,6 +607,7 @@ label:
|
||||
installer size: Taille:
|
||||
installer status: État:
|
||||
no version: -
|
||||
put space between cards: Put space between cards?
|
||||
|
||||
############################################################## Buttons/checkboxes/choices in the GUI
|
||||
button:
|
||||
@@ -598,6 +615,10 @@ button:
|
||||
edit symbol: Éditer
|
||||
symbol gallery: Gallerie
|
||||
|
||||
# Card panel
|
||||
unlink: Délier
|
||||
link select: Sélectionner
|
||||
|
||||
# Style panel
|
||||
use for all cards: Utiliser pour toutes les c&artes
|
||||
use custom styling options: Options &spécifique à cette carte
|
||||
@@ -695,6 +716,7 @@ title:
|
||||
updates available: Mise à jour disponible
|
||||
save changes: Sauver les changements?
|
||||
select stylesheet: Choisir le Style
|
||||
link cards: Lier des Cartes à la Carte Sélectionnée
|
||||
#preferences
|
||||
preferences: Préférences
|
||||
global: Global
|
||||
@@ -715,6 +737,7 @@ title:
|
||||
custom pack: Type de pack personnalisé
|
||||
# print
|
||||
print preview: Aperçu de l'impression
|
||||
settings: Settings
|
||||
# export
|
||||
export images: Exporter images
|
||||
export cancelled: Export annulé
|
||||
@@ -800,6 +823,17 @@ error:
|
||||
Pour résoudre ça, ajoutez:
|
||||
depends on: %s %s
|
||||
|
||||
# Image import
|
||||
import not found: Fichier non trouvé: '%s'
|
||||
can't import image without set: Vous devez d'abord sauver ou ouvrir un Set avant d'importer le fichier: '%s'
|
||||
can't create file stream: Échec de la création du fichier: '%s'
|
||||
can't write image to set: Échec de la sauvegarde de l'image dans le Set: '%s'
|
||||
can't import image: Échec de l'import de l'image: '%s'
|
||||
|
||||
# Card creation
|
||||
no field with name: La carte ne contient pas de champ nommé '%s'
|
||||
can't set value: Impossible de définir la valeur '%s' de la carte, elle n'est pas du bon type
|
||||
|
||||
# Script stuff
|
||||
has no member: %s n'a pas de membre '%s'
|
||||
can't convert: Impossible de convertir de %s à %s
|
||||
@@ -842,6 +876,11 @@ error:
|
||||
checking updates failed: Impossible de vérifier les mises à jour.
|
||||
no updates: Il n'y a pas de mises à jour disponibles.
|
||||
|
||||
# Card linking
|
||||
not enough free links: La carte n'a pas assez de liens disponibles. Vous pouvez former au maximum 4 liens.
|
||||
not enough free links for copy: La carte n'a pas assez de liens disponibles pour copier. Vous pouvez former au maximum 4 liens.
|
||||
could not link: Les cartes suivantes n'ont pas pu être liées, elles ont déjà 4 liens:
|
||||
|
||||
# Stats panel
|
||||
dimension not found: Il n'y a pas de statistique de type '%s'
|
||||
|
||||
|
||||
@@ -52,6 +52,8 @@ menu:
|
||||
add card: &Aggiungi carta Ctrl+Enter
|
||||
add cards: Aggiungi &carte Multiple...
|
||||
remove card: &Rimuovi carta Del
|
||||
link card: Collega le carte alla carta selezionata...
|
||||
copy card and links: Copia le carte selezionate e le relative carte collegate Ctrl+Shift+C
|
||||
orientation: &Orientamento
|
||||
rotate 0: &Normale
|
||||
rotate 270: Ruota 90° &Orario
|
||||
@@ -172,6 +174,8 @@ help:
|
||||
add card: Aggiunge una nuova carta vuota al set
|
||||
add cards: Aggiunge carte multiple al set
|
||||
remove card: Cancella la carta selezionata dal set
|
||||
link card: Collega una o più carte alla carta selezionata
|
||||
copy card and links: Copia le carte selezionate e tutte le carte collegate
|
||||
orientation: Orientamento della carta visualizzata
|
||||
rotate card: Ruota la carta di 90° in senso orario
|
||||
rotate 0: Visualizza la carta nella giusta direzione
|
||||
@@ -389,6 +393,8 @@ tooltip:
|
||||
|
||||
add card: Aggiungi carta
|
||||
remove card: Rimuovi carta selezionata
|
||||
link card: Collega alcune carte alla carta selezionata
|
||||
copy card and links: Copia le carte selezionate e tutte le carte collegate
|
||||
rotate card: Ruota carta
|
||||
|
||||
add keyword: Aggiungi parola-chiave
|
||||
@@ -472,6 +478,16 @@ label:
|
||||
seed: Seme
|
||||
total cards: Totale
|
||||
|
||||
# Link cards dialog
|
||||
custom link: Personalizzato...
|
||||
custom link selected: Creatore, Faccia Anteriore, Componente di Combinazione, ecc...
|
||||
custom link linked: Pedina, Faccia Posteriore, Risultato di Combinazione, ecc...
|
||||
custom link undefined: Non Definito
|
||||
linked cards relation: Scegli il tipo di relazione tra la carta selezionata e le carte collegate:
|
||||
selected card: Carta selezionata:
|
||||
linked cards: Carte collegate:
|
||||
select linked cards: Scegli fino a 4 carte da collegare:
|
||||
|
||||
# Open dialogs
|
||||
all files: Tutti i file
|
||||
|
||||
@@ -590,6 +606,7 @@ label:
|
||||
installer size: Dimesioni:
|
||||
installer status: Stato:
|
||||
no version: -
|
||||
put space between cards: Put space between cards?
|
||||
|
||||
############################################################## Buttons/checkboxes/choices in the GUI
|
||||
button:
|
||||
@@ -597,6 +614,10 @@ button:
|
||||
edit symbol: Modifica
|
||||
symbol gallery: Galleria
|
||||
|
||||
# Card panel
|
||||
unlink: Scollegare
|
||||
link select: Selezionare
|
||||
|
||||
# Style panel
|
||||
use for all cards: Usa per tutte le c&arte
|
||||
use custom styling options: Opzioni &specifiche per questa carta
|
||||
@@ -694,6 +715,7 @@ title:
|
||||
updates available: Aggiornamenti disponibili
|
||||
save changes: Salvare modifiche?
|
||||
select stylesheet: Seleziona stile
|
||||
link cards: Collega Delle Carte Alla Carta Selezionata
|
||||
#preferences
|
||||
preferences: Preferenze
|
||||
global: Globali
|
||||
@@ -714,6 +736,7 @@ title:
|
||||
custom pack: Tipo Busta personalizzata
|
||||
# print
|
||||
print preview: Anteprima di stampa
|
||||
settings: Settings
|
||||
# export
|
||||
export images: Esporta immagini
|
||||
export cancelled: Esportazione cancellata
|
||||
@@ -799,6 +822,17 @@ error:
|
||||
Per risolvere questo problema, aggiungere:
|
||||
depends on: %s %s
|
||||
|
||||
# Image import
|
||||
import not found: File non trovato: '%s'
|
||||
can't import image without set: È necessario salvare o caricare un set prima di importare il file: '%s'
|
||||
can't create file stream: Impossibile creare il file: '%s'
|
||||
can't write image to set: Impossibile scrivere l'immagine nel set: '%s'
|
||||
can't import image: Impossibile importare l'immagine: '%s'
|
||||
|
||||
# Card creation
|
||||
no field with name: La carta non ha un campo denominato '%s'
|
||||
can't set value: Impossibile impostare il valore '%s' della carta, non è del tipo corretto
|
||||
|
||||
# Script stuff
|
||||
has no member: %s non ha membri '%s'
|
||||
can't convert: Impossibile convertire da %s a %s
|
||||
@@ -841,6 +875,11 @@ error:
|
||||
checking updates failed: Controllo degli aggiornamenti fallito.
|
||||
no updates: Non ci sono aggiornamenti disponibili.
|
||||
|
||||
# Card linking
|
||||
not enough free links: La carta non ha abbastanza collegamenti disponibili. È possibile collegare solo fino a 4 carte.
|
||||
not enough free links for copy: La carta non ha abbastanza collegamenti disponibili per la copia. È possibile collegare solo fino a 4 carte.
|
||||
could not link: Le seguenti carte non possono essere collegate, poiché hanno già 4 collegamenti:
|
||||
|
||||
# Stats panel
|
||||
dimension not found: Non c'è dimensione di statistiche '%s'
|
||||
|
||||
|
||||
@@ -52,6 +52,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°回転
|
||||
@@ -172,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: カードを回転させずに表示します。
|
||||
@@ -388,6 +396,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: キーワードを追加
|
||||
@@ -471,6 +483,17 @@ 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: 全てのファイル
|
||||
|
||||
@@ -589,6 +612,7 @@ label:
|
||||
installer size: サイズ
|
||||
installer status: 状態
|
||||
no version: -
|
||||
put space between cards: Put space between cards?
|
||||
|
||||
############################################################## Buttons/checkboxes/choices in the GUI
|
||||
button:
|
||||
@@ -596,6 +620,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: 現在のオプションをこのカードにのみ適用する
|
||||
@@ -691,6 +721,8 @@ title:
|
||||
updates available: アップデートが利用可能です。
|
||||
save changes: 変更を保存しますか?
|
||||
select stylesheet: スタイルシートの選択
|
||||
#TODO: Localize
|
||||
link cards: Link Cards To Selected Card
|
||||
#preferences
|
||||
preferences: 設定
|
||||
global: 地域設定
|
||||
@@ -711,6 +743,7 @@ title:
|
||||
custom pack: カスタムパックタイプ
|
||||
# print
|
||||
print preview: 印刷プレビュー
|
||||
settings: Settings
|
||||
# export
|
||||
export images: 画像のエクスポート
|
||||
export cancelled: エクスポートの取り消し
|
||||
@@ -795,6 +828,19 @@ error:
|
||||
を解決するには、追加:
|
||||
に依存して: %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'
|
||||
@@ -836,6 +882,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'
|
||||
|
||||
|
||||
@@ -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' 가 없습니다.
|
||||
|
||||
|
||||
@@ -62,6 +62,10 @@ menu:
|
||||
add card: &Dodaj Kartę Ctrl+Enter
|
||||
add cards: Dodaj &Wiele Kart...
|
||||
remove card: &Usuń Wybraną Kartę
|
||||
#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: &Obrócenie
|
||||
rotate 0: &Normalne
|
||||
rotate 270: 90° w &Prawo
|
||||
@@ -191,6 +195,10 @@ help:
|
||||
add card: Dodaj nową, pustą kartę do zestawu
|
||||
add cards: Dodaj wiele kart do zestawu
|
||||
remove card: Usuń wybraną kartę z zestawu
|
||||
#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: Obróć zaznaczoną kartę
|
||||
rotate card: Obróc obrazek kartę o 90° zgodnie z ruchem wskazówek zegara
|
||||
rotate 0: Obróc kartę "do góry głową"
|
||||
@@ -426,6 +434,10 @@ tooltip:
|
||||
|
||||
add card: Dodaj kartę
|
||||
remove card: Usuń wybraną kartę
|
||||
#TODO: Localize
|
||||
link card: Link cards to selected card
|
||||
#TODO: Localize
|
||||
copy card and links: Copy selected cards and linked cards
|
||||
rotate card: Obróć kartę
|
||||
|
||||
add keyword: Dodaj słowo kluczowe
|
||||
@@ -513,6 +525,17 @@ label:
|
||||
seed: Ziarno
|
||||
total cards: Ilość kart
|
||||
|
||||
#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: Wszystkie pliki
|
||||
|
||||
@@ -643,13 +666,19 @@ label:
|
||||
installer size: Rozmiar:
|
||||
installer status: Stan:
|
||||
no version: -
|
||||
|
||||
put space between cards: Put space between cards?
|
||||
############################################################## Buttons/checkboxes/choices in the GUI
|
||||
button:
|
||||
# Editor
|
||||
edit symbol: Edytuj
|
||||
symbol gallery: Galeria
|
||||
|
||||
# Card panel
|
||||
#TODO: Localize
|
||||
unlink: Unlink
|
||||
#TODO: Localize
|
||||
link select: Select
|
||||
|
||||
# Style panel
|
||||
use for all cards: Użyj dla &wszystkich kart
|
||||
use custom styling options: Opcje &specyficzne dla tej konkretnej karty
|
||||
@@ -752,6 +781,8 @@ title:
|
||||
updates available: Aktualizacje są dostępne
|
||||
save changes: Zapisać zmiany?
|
||||
select stylesheet: Wybierz styl kart
|
||||
#TODO: Localize
|
||||
link cards: Link Cards To Selected Card
|
||||
#preferences
|
||||
preferences: Ustawienia
|
||||
global: Ogólne
|
||||
@@ -774,6 +805,7 @@ title:
|
||||
custom pack: Rodzaj własnej paczki
|
||||
# print
|
||||
print preview: Podgląd wydruku
|
||||
settings: Settings
|
||||
# export
|
||||
export images: Eksportuj obrazki
|
||||
export cancelled: Anulowano eksportowanie
|
||||
@@ -858,6 +890,19 @@ error:
|
||||
Można to naprawić przez dodanie:
|
||||
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 nie posiada pola '%s'
|
||||
can't convert: Nie można wykonać konwersji z %s do %s
|
||||
@@ -900,6 +945,12 @@ error:
|
||||
checking updates failed: Nie udało się sprawdzić uaktualnień.
|
||||
no updates: Brak nowych wersji.
|
||||
|
||||
#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: Nie znaleziono wymiaru '%s' w statystykach
|
||||
|
||||
|
||||
@@ -52,6 +52,8 @@ menu:
|
||||
add card: &Adicionar Card Ctrl+Enter
|
||||
add cards: Adicionar &Multiplos Cards...
|
||||
remove card: &Deletar Card Selecionado
|
||||
link card: Vincular cards ao card selecionado...
|
||||
copy card and links: Copiar cards selecionados e sues cards vinculados Ctrl+Shift+C
|
||||
orientation: &Orientação
|
||||
rotate 0: &Normal
|
||||
rotate 270: Girar à 90° &no Sentido Horário
|
||||
@@ -132,7 +134,7 @@ help:
|
||||
last opened set: Abrir '%s'
|
||||
save set: Salva a Edição.
|
||||
save set as: Salva a Edição com um nome diferente.
|
||||
save set as directory: Salve o conjunto como um diretório com arquivos separados para cada cartão
|
||||
save set as directory: Salve o conjunto como um diretório com arquivos separados para cada card
|
||||
export: Exportar a Edição...
|
||||
export html: Exporta a Edição como uma página da Internet.
|
||||
export image: Exporta o card selecionado como um arquivo de imagem.
|
||||
@@ -168,10 +170,12 @@ help:
|
||||
#cards:
|
||||
previous card: Seleciona o card anterior da lista.
|
||||
next card: Seleciona o próximo card da lista.
|
||||
search cards: Filtre a lista de cartões usando termos de pesquisa
|
||||
search cards: Filtre a lista de cards usando termos de pesquisa
|
||||
add card: Adicione um novo, em branco, card para esta Edição.
|
||||
add cards: Adicione multiplos cards à esta Edição.
|
||||
remove card: Apaga o card selecionado desta Edição.
|
||||
link card: Vincular um ou mais cards à card selecionado
|
||||
copy card and links: Copiar os cards selecionados e todos os seus cards vinculados
|
||||
orientation: Orientação do card exibido.
|
||||
rotate card: Gira o card exibido à 90° no sentido horário.
|
||||
rotate 0: O card fica na posição original.
|
||||
@@ -390,6 +394,8 @@ tooltip:
|
||||
|
||||
add card: Adiciona um card
|
||||
remove card: Remove o card selecionado
|
||||
link card: Vincular cards ao card selecionado
|
||||
copy card and links: Copiar cards selecionados e seus cards vinculados
|
||||
rotate card: Gira o card
|
||||
|
||||
add keyword: Adiciona Palavra-Chave
|
||||
@@ -473,6 +479,16 @@ label:
|
||||
seed: Seed
|
||||
total cards: Total
|
||||
|
||||
# Link cards dialog
|
||||
custom link: Personalizado...
|
||||
custom link selected: Criador, Face frontal, Componente de Fusão, etc...
|
||||
custom link linked: Ficha, Face posterior, Resultado de Fusão, etc...
|
||||
custom link undefined: Indefinido
|
||||
linked cards relation: Escolha o tipo de relação entre o card selecionado e os cards vinculados:
|
||||
selected card: Card selecionado:
|
||||
linked cards: Cards vinculados:
|
||||
select linked cards: Escolha até 4 cards para vincular:
|
||||
|
||||
# Open dialogs
|
||||
all files: Todos os arquivos
|
||||
|
||||
@@ -506,7 +522,7 @@ label:
|
||||
apprentice: &Apprentice:
|
||||
apprentice exe: Executável do Apprentice
|
||||
internal scale desc:
|
||||
Dimensione para armazenar internamente imagens de cartão.
|
||||
Dimensione para armazenar internamente imagens de card.
|
||||
Alterar isso pode afetar a aparência da Nitidez.
|
||||
Não se aplica retroativamente a imagens existentes. check at startup: Proucurar por novo gatilho de inicialização
|
||||
checking requires internet:
|
||||
@@ -590,13 +606,17 @@ label:
|
||||
installer size: Dimenções:
|
||||
installer status: Status:
|
||||
no version: -
|
||||
|
||||
put space between cards: Put space between cards?
|
||||
############################################################## Buttons/checkboxes/choices in the GUI
|
||||
button:
|
||||
# Editor
|
||||
edit symbol: Editar
|
||||
symbol gallery: Galeria
|
||||
|
||||
# Card panel
|
||||
unlink: Desvincular
|
||||
link select: Selecionar
|
||||
|
||||
# Style panel
|
||||
use for all cards: Use-o para t&odos
|
||||
use custom styling options: Opções e&specíficas para este card
|
||||
@@ -636,8 +656,7 @@ button:
|
||||
always: Futuramente
|
||||
if internet connection exists: Se a conexão da internet existir
|
||||
never: Nunca
|
||||
#TODO: Localize
|
||||
internal image extension: Store images internally with file extension
|
||||
internal image extension: Armazenar imagens internamente com extensão de arquivo
|
||||
|
||||
# Column select
|
||||
move up: Mover para &Cima
|
||||
@@ -690,12 +709,12 @@ title:
|
||||
new set: Nova Edição
|
||||
open set: Abrir Edição
|
||||
save set: Salvar a Edição Como
|
||||
#TODO: Localize
|
||||
save set as directory: Save Set As Directory
|
||||
save set as directory: Salvar a Edição Como Diretório
|
||||
save image: Savar Imagem
|
||||
updates available: Atualizações Disponíveis
|
||||
save changes: Deseja savar as Alterações?
|
||||
select stylesheet: Selecionar o Estilo Moderno
|
||||
link cards: Vincular cards ao card selecionado
|
||||
#preferences
|
||||
preferences: Preferências
|
||||
global: Global
|
||||
@@ -709,13 +728,14 @@ title:
|
||||
select columns: Selecionar Colunas
|
||||
select cards: Selecionar Cards
|
||||
select cards export: Selecionar Cards para Exportar
|
||||
select cards print: Selecione os cartões que deseja imprimir
|
||||
select cards print: Selecione os cards que deseja imprimir
|
||||
# slice
|
||||
slice image: Imagem posta
|
||||
# pack
|
||||
custom pack: Pack do Tipo Customizado
|
||||
# print
|
||||
print preview: Visualização da Impressão
|
||||
settings: Settings
|
||||
# export
|
||||
export images: Exportar Imagens
|
||||
export cancelled: Exportação Cancelada
|
||||
@@ -801,6 +821,17 @@ error:
|
||||
Para resolver isto, adicione:
|
||||
depende de: %s %s
|
||||
|
||||
# Image import
|
||||
import not found: Arquivo não encontrado: '%s'
|
||||
can't import image without set: É necessário salvar ou carregar uma Edição antes de importar o arquivo: '%s'
|
||||
can't create file stream: Falha ao criar o arquivo: '%s'
|
||||
can't write image to set: Falha ao gravar a imagem na Edição: '%s'
|
||||
can't import image: Falha ao importar a imagem: '%s'
|
||||
|
||||
# Card creation
|
||||
no field with name: O card não possui um campo chamado '%s'
|
||||
can't set value: Não é possível definir o valor do card '%s', pois ele não é do tipo correto
|
||||
|
||||
# Script stuff
|
||||
has no member: %s como no número '%s'
|
||||
can't convert: Você não pode conveter de %s para %s
|
||||
@@ -844,6 +875,11 @@ error:
|
||||
checking updates failed: A checagem das atualizações falhou.
|
||||
no updates: Não existe atualizações disponíveis no momento.
|
||||
|
||||
# Card linking
|
||||
not enough free links: O card não tem vínculos suficientes disponíveis. Só é possível vincular até 4 cards.
|
||||
not enough free links for copy: O card não tem vínculos suficientes disponíveis para cópia. Só é possível vincular até 4 cards.
|
||||
could not link: Os seguintes cards não puderam ser vinculados, pois já têm 4 vínculos:
|
||||
|
||||
# Stats panel
|
||||
dimension not found: Não há estatísticas de dimensões '%s'
|
||||
|
||||
@@ -905,8 +941,8 @@ type:
|
||||
keyword: palavra-chave
|
||||
keywords: palavras-chaves
|
||||
pack: tipo de pacote
|
||||
card region: região do cartão
|
||||
card regions: regiões do cartão
|
||||
card region: região do card
|
||||
card regions: regiões do card
|
||||
|
||||
# Symbol editor shapes
|
||||
shape: forma
|
||||
|
||||
@@ -53,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° по часовой стрелке
|
||||
@@ -177,6 +181,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: Отобразить карту "вверх ногами"
|
||||
@@ -408,6 +416,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: Добавить ключевое слово
|
||||
@@ -493,6 +505,17 @@ label:
|
||||
seed: 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
|
||||
#TODO: Localize
|
||||
all files: All Files
|
||||
@@ -625,13 +648,19 @@ label:
|
||||
installer size: Размер:
|
||||
installer status: Статус:
|
||||
no version: -
|
||||
|
||||
put space between cards: Put space between cards?
|
||||
############################################################## Buttons/checkboxes/choices in the GUI
|
||||
button:
|
||||
# Editor
|
||||
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: Использовать специфичные опции шаблона для этой карты
|
||||
@@ -731,6 +760,8 @@ title:
|
||||
updates available: Доступны обвноления
|
||||
save changes: Сохранить изменения?
|
||||
select stylesheet: Выбрать стиль
|
||||
#TODO: Localize
|
||||
link cards: Link Cards To Selected Card
|
||||
#preferences
|
||||
preferences: Настройки
|
||||
global: Глобально
|
||||
@@ -752,6 +783,7 @@ title:
|
||||
custom pack: Тип пользовательского пакета
|
||||
# print
|
||||
print preview: Предпросмотр печати
|
||||
settings: Settings
|
||||
# export
|
||||
export images: Экспорт изображений
|
||||
export cancelled: Экспорт отменен
|
||||
@@ -839,6 +871,17 @@ error:
|
||||
To resolve this, add:
|
||||
depends on: %s %s
|
||||
|
||||
# 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'
|
||||
|
||||
# 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 has no member '%s'
|
||||
can't convert: Can't convert from %s to %s
|
||||
@@ -881,6 +924,12 @@ error:
|
||||
checking updates failed: Checking updates failed.
|
||||
no updates: There are no available 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: There is no statistics dimension '%s'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user