add strikethrough

This commit is contained in:
GenevensiS
2025-12-28 16:49:51 +01:00
parent 5c1b7b9dfc
commit 5390a032fc
36 changed files with 275 additions and 87 deletions
+15 -1
View File
@@ -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
+15 -1
View File
@@ -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: 對選擇的關鍵詞顯示提示文本
@@ -457,6 +461,8 @@ tooltip:
bold: 粗體
italic: 斜體
underline: 強調
#TODO: Localize
strikethrough: Strikethrough
symbols: 系列符號
reminder text: 提示文本
@@ -987,9 +993,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
@@ -997,7 +1011,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
+15 -1
View File
@@ -90,6 +90,8 @@ menu:
bold: &Fed Ctrl+B
italic: &Kursiv Ctrl+I
underline: &Understrege Ctrl+U
#TODO: Localize
strikethrough: Strikethrough
symbols: &Symboler Ctrl+M
reminder text: &Nøgleordspåmindelser Ctrl+R
insert symbol: I&ndsæt Symbol
@@ -231,6 +233,8 @@ help:
bold: Gør den valgte tekst fed
italic: Gør den valgte tekst kursiv
underline: Gør den markerede tekst understreget
#TODO: Localize
strikethrough: Makes the selected text struck through
symbols: Teksten er som Magic-symboler
reminder text: Viser huskeregler i teksten
@@ -468,6 +472,8 @@ tooltip:
bold: Fed
italic: Kursiv
underline: Understrege
#TODO: Localize
strikethrough: Strikethrough
symbols: Symboler
reminder text: Huskeregler
@@ -1011,9 +1017,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
@@ -1021,7 +1035,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
+11 -4
View File
@@ -81,6 +81,7 @@ menu:
bold: &Fett Ctrl+B
italic: &Kursiv Ctrl+I
underline: Unterstreichen Ctrl+U
strikethrough: Durchgestrichen
symbols: &Symbole Ctrl+M
reminder text: Reminder-Text Ctrl+R
insert symbol: Sy&mbol einfügen
@@ -212,9 +213,10 @@ help:
remove keyword: Löscht die markierte Fähigkeit
# format menu
bold: Formatiert den Text Fett
italic: Formatiert den Text Kursiv
underline: Unterstreicht den ausgewählten Text
bold: Markierten Text fett formatieren
italic: Markierten Text kursiv formatieren
underline: Markierten Text unterstreichen
strikethrough: Markierten Text durchstreichen
symbols: Formatiert den Text als Symbol
reminder text: Zeige den Reminder-Text für die gewählte Fähigkeit an
@@ -443,6 +445,7 @@ tooltip:
bold: Fett
italic: Krusiv
underline: Unterstreichen
strikethrough: Durchstreichen
symbols: Symbole
reminder text: Reminder-Text
@@ -943,16 +946,20 @@ error:
# 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 download image without set: Vor dem Herunterladen 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'
can't download image: Bild konnte nicht heruntergeladen werden: '%s'
import not image: Dateipfad verweist nicht auf ein Bild: '%s'
download not image: URL verweist nicht auf ein Bild: '%s'
# card creation
no field with name: %s-Feld mit dem Namen '%s' konnte nicht gefunden werden.
styling data not map: Der angegebene Wert für '%s_data' ist keine Zuordnungstabelle.
styling data without stylesheet: Ein Wert für '%s_data' wurde angegeben, bevor ein Stil festgelegt wurde.
cant set value: Der Kartenwert '%s' kann nicht festgelegt werden, da er nicht den richtigen Typ hat.
cant set image value: Bildwert kann nur mit einem relativen Dateinamen aus dem Paket oder mit der Funktion 'import_image' festgelegt werden (im Feld '%s').
cant set image value: Bildwert kann nur mit einem relativen Dateinamen aus dem Paket oder mit die Funktionen 'import_image'/'download_image' festgelegt werden (im Feld '%s').
cant set symbol value: Symbolwert kann nur mit einem relativen Dateinamen aus dem Paket festgelegt werden (im Feld '%s').
add card csv file not found: Die CSV- oder TSV-Datei konnte nicht gefunden oder geladen werden.
add card csv file malformed: Die CSV- oder TSV-Datei ist fehlerhaft. Die Zeile '%s' enthält nicht die gleiche Anzahl von Einträgen wie die erste Zeile.
+8 -1
View File
@@ -81,6 +81,7 @@ menu:
bold: &Bold Ctrl+B
italic: &Italic Ctrl+I
underline: &Underline Ctrl+U
strikethrough: Strikethrough
symbols: &Symbols Ctrl+M
reminder text: &Reminder Text Ctrl+R
insert symbol: I&nsert Symbol
@@ -215,6 +216,7 @@ help:
bold: Makes the selected text bold
italic: Makes the selected text italic
underline: Makes the selected text underlined
strikethrough: Makes the selected text struck through
symbols: Draws the selected text with symbols
reminder text: Show reminder text for the selected keyword
@@ -444,6 +446,7 @@ tooltip:
bold: Bold
italic: Italic
underline: Underline
strikethrough: Strikethrough
symbols: Symbols
reminder text: Reminder Text
@@ -947,16 +950,20 @@ error:
# 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 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'
can't download image: Failed to download image: '%s'
import not image: Filepath does not point to an image: '%s'
download not image: URL does not point to an image: '%s'
# card creation
no field with name: Could not find %s field named '%s'
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
+15 -1
View File
@@ -86,6 +86,8 @@ menu:
bold: &Negrita Ctrl+B
italic: &Cursiva Ctrl+I
underline: &Subrayado Ctrl+U
#TODO: Localize
strikethrough: Strikethrough
symbols: &Símbolos Ctrl+M
reminder text: &Texto recordatorio Ctrl+R
insert symbol: I&nsertar símbolo
@@ -225,6 +227,8 @@ help:
bold: Pone el texto seleccionado en negrita
italic: Pone el texto seleccionado en cursiva
underline: Pone el texto seleccionado en subrayado
#TODO: Localize
strikethrough: Makes the selected text struck through
symbols: Dibuja el texto seleccionado con símbolos
reminder text: Muestra el texto recordatorio de la Palabra Clave seleccionada
@@ -459,6 +463,8 @@ tooltip:
bold: Negrita
italic: Cursiva
underline: Subrayado
#TODO: Localize
strikethrough: Strikethrough
symbols: Símbolos
reminder text: Texto recordatorio
@@ -990,9 +996,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
@@ -1000,7 +1014,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
+8 -1
View File
@@ -81,6 +81,7 @@ menu:
bold: &Gras Ctrl+B
italic: &Italique Ctrl+I
underline: Souligné Ctrl+U
strikethrough: Barré
symbols: &Symboles Ctrl+M
reminder text: &Texte de rappel Ctrl+R
insert symbol: I&nsérer un Symbole
@@ -215,6 +216,7 @@ help:
bold: Mettre le texte sélectionné en gras
italic: Mettre le texte sélectionné en italique
underline: Souligner le texte sélectionné
strikethrough: Barrer le texte sélectionné
symbols: Mettre le texte selectionné en symboles
reminder text: Afficher le texte de rappel pour le Mot-clef sélectionné
@@ -444,6 +446,7 @@ tooltip:
bold: Gras
italic: Italique
underline: Souligné
strikethrough: Barré
symbols: Symboles
reminder text: Texte de rappel
@@ -944,16 +947,20 @@ error:
# 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 download image without set: Vous devez d'abord sauver ou ouvrir un Set avant de télécharger 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'
can't download image: Échec du téléchargement de l'image: '%s'
import not image: Le chemin ne contient pas une image: '%s'
download not image: L'URL ne contient pas une image: '%s'
# card creation
no field with name: Impossible de trouver le champ de %s nommé '%s'
styling data not map: La valeur donnée pour « %s_data » n'est pas un dictionnaire
styling data without stylesheet: Valeur donnée pour « %s_data » avant la définition d'un Style
cant set value: Impossible de définir la valeur de la carte '%s', son type est incorrect
cant set image value: On ne peut définir la valeur d'une image qu'avec un nom de fichier relatif depuis le package, ou avec la fonction import_image (dans le champ '%s')
cant set image value: On ne peut définir la valeur d'une image qu'avec un nom de fichier relatif depuis le package, ou avec les fonctions import_image/download_image (dans le champ '%s')
cant set symbol value: On ne peut définir la valeur d'un symbol qu'avec un nom de fichier relatif depuis le package (dans le champ '%s')
add card csv file not found: Impossible de trouver ou charger le fichier CSV ou TSV spécifié
add card csv file malformed: Fichier CSV ou TSV malformé, la rangée '%s' n'a pas le même nombre d'entrées que la première rangée
+13 -6
View File
@@ -80,7 +80,8 @@ menu:
format: F&ormato
bold: &Grassetto Ctrl+B
italic: &Corsivo Ctrl+I
underline: &Sottolineare Ctrl+U
underline: &Sottolineato Ctrl+U
strikethrough: Barrato
symbols: &Simboli Ctrl+M
reminder text: &Promemoria Ctrl+R
insert symbol: I&nserisci Simbolo
@@ -212,9 +213,10 @@ help:
remove keyword: Cancella la parola-chiave selezionata
# format menu
bold: Applica il grassetto al testo selezionato
italic: Applica il corsivo al testo selezionato
underline: Sottolinea il testo selezionato
bold: Imposta il testo selezionato in grassetto
italic: Imposta il testo selezionato in corsivo
underline: Imposta il testo selezionato sottolineato
strikethrough: Imposta il testo selezionato barrato
symbols: Trasforma il testo selezionato in simboli
reminder text: Mostra promemoria per la parola-chiave selezionata
@@ -443,7 +445,8 @@ tooltip:
# format toolbar
bold: Grassetto
italic: Corsivo
underline: Sottolineare
underline: Sottolineato
strikethrough: Barrato
symbols: Simboli
reminder text: Promemoria
@@ -944,16 +947,20 @@ error:
# 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 download image without set: È necessario salvare o caricare un set prima di scaricare 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'
can't download image: Impossibile scaricare l'immagine: '%s'
import not image: Il percorso del file non punta a un'immagine: '%s'
download not image: L'URL non punta a un'immagine: '%s'
# card creation
no field with name: Impossibile trovare il campo di %s denominato '%s'
styling data not map: Il valore specificato per '%s_data' non è un array associativo
styling data without stylesheet: Valore specificato per '%s_data' prima dell'impostazione di un stile
cant set value: Impossibile impostare il valore della carta '%s', non è del tipo corretto
cant set image value: È possibile impostare il valore dell'immagine solo con un nome file relativo dall'interno del pacchetto, o con la funzione import_image, nel campo denominato '%s'
cant set image value: È possibile impostare il valore dell'immagine solo con un nome file relativo dall'interno del pacchetto, o con le funzioni import_image/download_image, nel campo denominato '%s'
cant set symbol value: È possibile impostare il valore del simbolo solo con un nome file relativo dall'interno del pacchetto, nel campo denominato '%s'
add card csv file not found: Impossibile trovare o caricare il file CSV o TSV
add card csv file malformed: File CSV o TSV non valido, la riga '%s' non ha lo stesso numero di voci della prima riga
+15 -1
View File
@@ -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: 選ばれたキーワード能力のための注釈文を表示させます。
@@ -458,6 +462,8 @@ tooltip:
bold: 太字
italic: 斜体
underline: 下線
#TODO: Localize
strikethrough: Strikethrough
symbols: シンボル
reminder text: 注釈文
@@ -990,9 +996,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
@@ -1000,7 +1014,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
+15 -1
View File
@@ -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: 선택한 키워드에 대한 알림 텍스트 표시
@@ -464,6 +468,8 @@ tooltip:
bold: 용감한
italic: 이탤릭체
underline: 밑줄
#TODO: Localize
strikethrough: Strikethrough
symbols: 기호
reminder text: 알림 텍스트
@@ -996,9 +1002,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
@@ -1006,7 +1020,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
+15 -1
View File
@@ -98,6 +98,8 @@ menu:
italic: &Kursywa Ctrl+I
#TODO: Localize
underline: &Underline Ctrl+U
#TODO: Localize
strikethrough: Strikethrough
symbols: &Symbole Ctrl+M
reminder text: &Tekst przypomnienia Ctrl+R
insert symbol: &Wstaw symbol
@@ -246,6 +248,8 @@ help:
italic: Pochyla zaznaczony tekst
#TODO: Localize
underline: Makes the selected text underlined
#TODO: Localize
strikethrough: Makes the selected text struck through
symbols: Rysuje zaznaczony tekst z symbolami
reminder text: Pokazuj tekst przypomnienia dla wybranego słowa kluczowego
@@ -494,6 +498,8 @@ tooltip:
italic: Kursywa
#TODO: Localize
underline: Underline
#TODO: Localize
strikethrough: Strikethrough
symbols: Symbole
reminder text: Przypomnienie
@@ -1046,9 +1052,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
@@ -1056,7 +1070,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
+14 -7
View File
@@ -80,7 +80,8 @@ menu:
format: F&ormatar
bold: &Negrito Ctrl+B
italic: &Italico Ctrl+I
underline: &Sublinhada Ctrl+U
underline: &Sublinhado Ctrl+U
strikethrough: Riscado
symbols: &Simbolos Ctrl+M
reminder text: &Texto Explicativo Ctrl+R
insert symbol: I&nserir Símbolo
@@ -212,9 +213,10 @@ help:
remove keyword: Deleta a Palavra-Chave selecionada da lista.
# format menu
bold: Faça o texto selecionado transformar-se em Negrito.
italic: Faça o texto selecionado transformar-se em Itálico.
underline: Torna o texto selecionado sublinhado
bold: Colocar o texto selecionado em negrito
italic: Colocar o texto selecionado em itálico
underline: Colocar o texto selecionado em sublinhado
strikethrough: Colocar o texto selecionado riscado
symbols: Transforma uma parte do texto selecionada em simbolos.
reminder text: Mostra ou oculta o Texto Explicativo de uma Palavra-Chave selecionado.
@@ -444,7 +446,8 @@ tooltip:
# format toolbar
bold: Negrito
italic: Itálico
underline: Sublinhada
underline: Sublinhado
strikethrough: Riscado
symbols: Simbolo
reminder text: Texto Explicativo
@@ -944,17 +947,21 @@ error:
# 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 import image without set: É necessário primeiro salvar ou carregar uma Edição antes de importar o arquivo: '%s'
can't download image without set: É necessário primeiro salvar ou carregar uma Edição antes de baixar 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'
can't download image: Falha ao baixar a imagem: '%s'
import not image: O caminho do arquivo não aponta para uma imagem: '%s'
download not image: A URL não aponta para uma imagem: '%s'
# card creation
no field with name: Não foi possível encontrar o campo de %s chamado '%s'
styling data not map: O valor fornecido para '%s_data' não é um vetor associativo
styling data without stylesheet: Um valor foi fornecido para '%s_data' antes de um estilo ser definido
cant set value: Não é possível definir o valor do cartão '%s', ele não é do tipo correto
cant set image value: É possível definir o valor da imagem apenas com um nome de arquivo relativo de dentro do pacote ou com a função import_image, no campo chamado '%s'
cant set image value: É possível definir o valor da imagem apenas com um nome de arquivo relativo de dentro do pacote ou com as funções import_image/download_image, no campo chamado '%s'
cant set symbol value: É possível definir o valor do símbolo apenas com um nome de arquivo relativo de dentro do pacote, no campo chamado '%s'
add card csv file not found: Não foi possível encontrar ou carregar o arquivo CSV ou TSV
add card csv file malformed: Arquivo CSV ou TSV com formato incorreto, a linha '%s' não possui o mesmo número de entradas que a primeira linha
+15 -1
View File
@@ -88,6 +88,8 @@ menu:
italic: Курсив Ctrl+I
#TODO: Localize
underline: &Underline Ctrl+U
#TODO: Localize
strikethrough: Strikethrough
symbols: Символ Ctrl+M
reminder text: Текст напоминания Ctrl+R
insert symbol: Вставить символ
@@ -237,6 +239,8 @@ help:
italic: Сделать выделенный текст курсивом
#TODO: Localize
underline: Makes the selected text underlined
#TODO: Localize
strikethrough: Makes the selected text struck through
symbols: Отрисовать выделенный текст символами
reminder text: Показать текст напоминания для выбранного ключевого слова
@@ -482,6 +486,8 @@ tooltip:
italic: Курсив
#TODO: Localize
underline: Underline
#TODO: Localize
strikethrough: Strikethrough
symbols: Символ
reminder text: Текст напоминания
@@ -1039,9 +1045,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
@@ -1049,7 +1063,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