mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
add strikethrough
This commit is contained in:
@@ -86,6 +86,8 @@ menu:
|
||||
bold: 粗体 Ctrl+B
|
||||
italic: 斜体 Ctrl+I
|
||||
underline: 强调 Ctrl+U
|
||||
#TODO: Localize
|
||||
strikethrough: Strikethrough
|
||||
symbols: 符号 Ctrl+M
|
||||
reminder text: 提示文本 Ctrl+R
|
||||
insert symbol: 插入符号
|
||||
@@ -225,6 +227,8 @@ help:
|
||||
bold: 将所选文字设为粗体
|
||||
italic: 将所选文字设为斜体
|
||||
underline: 为选定的文本添加下划线
|
||||
#TODO: Localize
|
||||
strikethrough: Makes the selected text struck through
|
||||
symbols: 将所选文字改成符号
|
||||
reminder text: 对选择的关键词显示提示文本
|
||||
|
||||
@@ -459,6 +463,8 @@ tooltip:
|
||||
bold: 粗体
|
||||
italic: 斜体
|
||||
underline: 强调
|
||||
#TODO: Localize
|
||||
strikethrough: Strikethrough
|
||||
symbols: 系列符号
|
||||
reminder text: 提示文本
|
||||
|
||||
@@ -989,9 +995,17 @@ error:
|
||||
#TODO: Localize Section
|
||||
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'
|
||||
#TODO: Localize
|
||||
can't download image without set: Must first save or load a set file before downloading 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
|
||||
can't download image: Failed to download image: '%s'
|
||||
#TODO: Localize
|
||||
import not image: Filepath does not point to an image: '%s'
|
||||
#TODO: Localize
|
||||
download not image: URL does not point to an image: '%s'
|
||||
|
||||
# card creation
|
||||
#TODO: Localize Section
|
||||
@@ -999,7 +1013,7 @@ error:
|
||||
styling data not map: Given value for '%s_data' is not a map
|
||||
styling data without stylesheet: Given value for '%s_data' before a stylesheet was set
|
||||
cant set value: Can not set card value '%s', it is not of the right type
|
||||
cant set image value: Can only set image value with a relative filename from within the package, or with the import_image function, in field named '%s'
|
||||
cant set image value: Can only set image value with a relative filename from within the package, or with the import_image/download_image functions, in field named '%s'
|
||||
cant set symbol value: Can only set symbol value with a relative filename from within the package, in field named '%s'
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user