mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
Fix locale json format, add some translations
This commit is contained in:
committed by
Junyoung Choi
parent
22d494d3f1
commit
1be208d96b
@@ -14,7 +14,7 @@ let self
|
|||||||
|
|
||||||
function getAvailableDictionaries () {
|
function getAvailableDictionaries () {
|
||||||
return [
|
return [
|
||||||
{label: i18n.__('Disabled'), value: SPELLCHECK_DISABLED},
|
{label: i18n.__('Spellcheck disabled'), value: SPELLCHECK_DISABLED},
|
||||||
{label: i18n.__('English'), value: 'en_GB'},
|
{label: i18n.__('English'), value: 'en_GB'},
|
||||||
{label: i18n.__('German'), value: 'de_DE'},
|
{label: i18n.__('German'), value: 'de_DE'},
|
||||||
{label: i18n.__('French'), value: 'fr_FR'}
|
{label: i18n.__('French'), value: 'fr_FR'}
|
||||||
|
|||||||
@@ -492,7 +492,7 @@ class UiTab extends React.Component {
|
|||||||
ref='editorSnippetDefaultLanguage'
|
ref='editorSnippetDefaultLanguage'
|
||||||
onChange={(e) => this.handleUIChange(e)}
|
onChange={(e) => this.handleUIChange(e)}
|
||||||
>
|
>
|
||||||
<option key='Auto Detect' value='Auto Detect'>Auto Detect</option>
|
<option key='Auto Detect' value='Auto Detect'>{i18n.__('Auto Detect')}</option>
|
||||||
{
|
{
|
||||||
_.sortBy(CodeMirror.modeInfo.map(mode => mode.name)).map(name => (<option key={name} value={name}>{name}</option>))
|
_.sortBy(CodeMirror.modeInfo.map(mode => mode.name)).map(name => (<option key={name} value={name}>{name}</option>))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -154,5 +154,7 @@
|
|||||||
"Allow dangerous html tags": "Allow dangerous html tags",
|
"Allow dangerous html tags": "Allow dangerous html tags",
|
||||||
"Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.": "Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.",
|
"Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.": "Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.",
|
||||||
"⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠": "⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠",
|
"⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠": "⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠",
|
||||||
"Disabled": "Disabled"
|
"Spellcheck disabled": "Spellcheck disabled",
|
||||||
|
"Show menu bar": "Show menu bar",
|
||||||
|
"Auto Detect": "Auto Detect"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -210,5 +210,7 @@
|
|||||||
"No tags": "Keine Tags",
|
"No tags": "Keine Tags",
|
||||||
"Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.": "Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.",
|
"Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.": "Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.",
|
||||||
"⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠": "⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠",
|
"⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠": "⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠",
|
||||||
"Disabled": "Disabled"
|
"Spellcheck disabled": "Spellcheck disabled",
|
||||||
|
"Show menu bar": "Show menu bar",
|
||||||
|
"Auto Detect": "Auto Detect"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -180,10 +180,12 @@
|
|||||||
"Allow dangerous html tags": "Allow dangerous html tags",
|
"Allow dangerous html tags": "Allow dangerous html tags",
|
||||||
"Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.": "Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.",
|
"Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.": "Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.",
|
||||||
"⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠": "⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠",
|
"⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠": "⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠",
|
||||||
"Disabled": "Disabled",
|
"Spellcheck disabled": "Spellcheck disabled",
|
||||||
"Save tags of a note in alphabetical order": "Save tags of a note in alphabetical order",
|
"Save tags of a note in alphabetical order": "Save tags of a note in alphabetical order",
|
||||||
"Enable live count of notes": "Enable live count of notes",
|
"Enable live count of notes": "Enable live count of notes",
|
||||||
"Enable smart table editor": "Enable smart table editor",
|
"Enable smart table editor": "Enable smart table editor",
|
||||||
"Snippet Default Language": "Snippet Default Language",
|
"Snippet Default Language": "Snippet Default Language",
|
||||||
"New notes are tagged with the filtering tags": "New notes are tagged with the filtering tags"
|
"New notes are tagged with the filtering tags": "New notes are tagged with the filtering tags",
|
||||||
|
"Show menu bar": "Show menu bar",
|
||||||
|
"Auto Detect": "Auto Detect"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -155,6 +155,8 @@
|
|||||||
"Allow dangerous html tags": "Permitir etiquetas html peligrosas",
|
"Allow dangerous html tags": "Permitir etiquetas html peligrosas",
|
||||||
"⚠ You have pasted a link referring an attachment that could not be found in the location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠": "⚠ Ha pegado un enlace a un archivo adjunto que no se puede encontrar en el almacenamiento de esta nota. Pegar enlaces a archivos adjuntos solo está soportado si el origen y el destino son el mismo almacenamiento. ¡Por favor, mejor arrastre el archivo! ⚠",
|
"⚠ You have pasted a link referring an attachment that could not be found in the location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠": "⚠ Ha pegado un enlace a un archivo adjunto que no se puede encontrar en el almacenamiento de esta nota. Pegar enlaces a archivos adjuntos solo está soportado si el origen y el destino son el mismo almacenamiento. ¡Por favor, mejor arrastre el archivo! ⚠",
|
||||||
"Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.": "Convertir flechas textuales a símbolos bonitos. ⚠ Esto interferirá cuando use comentarios HTML en Markdown.",
|
"Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.": "Convertir flechas textuales a símbolos bonitos. ⚠ Esto interferirá cuando use comentarios HTML en Markdown.",
|
||||||
"Disabled": "Disabled",
|
"Spellcheck disabled": "Spellcheck disabled",
|
||||||
|
"Show menu bar": "Show menu bar",
|
||||||
|
"Auto Detect": "Auto Detect",
|
||||||
"Snippet Default Language": "Lenguaje por defecto de los fragmentos de código"
|
"Snippet Default Language": "Lenguaje por defecto de los fragmentos de código"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -158,5 +158,7 @@
|
|||||||
"Allow dangerous html tags": "تگ های خطرناک اچ تی ام ال مجاز اند",
|
"Allow dangerous html tags": "تگ های خطرناک اچ تی ام ال مجاز اند",
|
||||||
"Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.": "Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.",
|
"Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.": "Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.",
|
||||||
"⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠": "⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠",
|
"⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠": "⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠",
|
||||||
"Disabled": "Disabled"
|
"Spellcheck disabled": "Spellcheck disabled",
|
||||||
|
"Show menu bar": "Show menu bar",
|
||||||
|
"Auto Detect": "Auto Detect"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -164,7 +164,9 @@
|
|||||||
"Enable live count of notes": "Activer le comptage live des notes",
|
"Enable live count of notes": "Activer le comptage live des notes",
|
||||||
"Enable smart table editor": "Activer l'intelligent éditeur de tableaux",
|
"Enable smart table editor": "Activer l'intelligent éditeur de tableaux",
|
||||||
"Snippet Default Language": "Langage par défaut d'un snippet",
|
"Snippet Default Language": "Langage par défaut d'un snippet",
|
||||||
"Disabled": "Disabled",
|
"Spellcheck disabled": "Spellcheck disabled",
|
||||||
|
"Show menu bar": "Show menu bar",
|
||||||
|
"Auto Detect": "Auto Detect",
|
||||||
"New Snippet": "Nouveau snippet",
|
"New Snippet": "Nouveau snippet",
|
||||||
"Custom CSS": "CSS personnalisé",
|
"Custom CSS": "CSS personnalisé",
|
||||||
"Snippet name": "Nom du snippet",
|
"Snippet name": "Nom du snippet",
|
||||||
|
|||||||
@@ -27,7 +27,6 @@
|
|||||||
"Storage Locations": "Tárolók",
|
"Storage Locations": "Tárolók",
|
||||||
"Add Storage Location": "Tároló Hozzáadása",
|
"Add Storage Location": "Tároló Hozzáadása",
|
||||||
"Add Folder": "Könyvtár Hozzáadása",
|
"Add Folder": "Könyvtár Hozzáadása",
|
||||||
"Select Folder": "Könyvtár Kiválasztása",
|
|
||||||
"Open Storage folder": "Tároló Megnyitása",
|
"Open Storage folder": "Tároló Megnyitása",
|
||||||
"Unlink": "Tároló Leválasztása",
|
"Unlink": "Tároló Leválasztása",
|
||||||
"Edit": "Szerkesztés",
|
"Edit": "Szerkesztés",
|
||||||
@@ -179,5 +178,7 @@
|
|||||||
"Allow dangerous html tags": "Veszélyes html tag-ek engedélyezése",
|
"Allow dangerous html tags": "Veszélyes html tag-ek engedélyezése",
|
||||||
"Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.": "Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.",
|
"Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.": "Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.",
|
||||||
"⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠": "⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠",
|
"⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠": "⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠",
|
||||||
"Disabled": "Disabled"
|
"Spellcheck disabled": "Spellcheck disabled",
|
||||||
|
"Show menu bar": "Show menu bar",
|
||||||
|
"Auto Detect": "Auto Detect"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -158,5 +158,7 @@
|
|||||||
"Allow dangerous html tags": "Consenti tag HTML pericolosi",
|
"Allow dangerous html tags": "Consenti tag HTML pericolosi",
|
||||||
"Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.": "Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.",
|
"Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.": "Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.",
|
||||||
"⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠": "⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠",
|
"⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠": "⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠",
|
||||||
"Disabled": "Disabled"
|
"Spellcheck disabled": "Spellcheck disabled",
|
||||||
|
"Show menu bar": "Show menu bar",
|
||||||
|
"Auto Detect": "Auto Detect"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -47,7 +47,7 @@
|
|||||||
"Default New Note": "新規ノートの形式",
|
"Default New Note": "新規ノートの形式",
|
||||||
"Always Ask": "作成時に聞く",
|
"Always Ask": "作成時に聞く",
|
||||||
"Show a confirmation dialog when deleting notes": "ノートを削除する時に確認ダイアログを表示する",
|
"Show a confirmation dialog when deleting notes": "ノートを削除する時に確認ダイアログを表示する",
|
||||||
"Disable Direct Write (It will be applied after restarting)": "Disable Direct Write (It will be applied after restarting)",
|
"Disable Direct Write (It will be applied after restarting)": "直接編集を無効にする(設定反映には再起動が必要です)",
|
||||||
"Save tags of a note in alphabetical order": "ノートのタグをアルファベット順に保存する",
|
"Save tags of a note in alphabetical order": "ノートのタグをアルファベット順に保存する",
|
||||||
"Show tags of a note in alphabetical order": "ノートのタグをアルファベット順に表示する",
|
"Show tags of a note in alphabetical order": "ノートのタグをアルファベット順に表示する",
|
||||||
"Show only related tags": "関連するタグのみ表示する",
|
"Show only related tags": "関連するタグのみ表示する",
|
||||||
@@ -200,7 +200,7 @@
|
|||||||
"Type": "種類",
|
"Type": "種類",
|
||||||
"File System": "ファイルシステム",
|
"File System": "ファイルシステム",
|
||||||
"Setting up 3rd-party cloud storage integration:": "サードパーティのクラウドストレージとの統合を設定する:",
|
"Setting up 3rd-party cloud storage integration:": "サードパーティのクラウドストレージとの統合を設定する:",
|
||||||
"Cloud-Syncing-and-Backup": "Cloud-Syncing-and-Backup",
|
"Cloud-Syncing-and-Backup": "クラウド同期とバックアップ",
|
||||||
"Location": "ロケーション",
|
"Location": "ロケーション",
|
||||||
"Add": "追加",
|
"Add": "追加",
|
||||||
"Export Storage": "ストレージの書き出し",
|
"Export Storage": "ストレージの書き出し",
|
||||||
@@ -216,5 +216,7 @@
|
|||||||
"Allow dangerous html tags": "安全でないHTMLタグの利用を許可する",
|
"Allow dangerous html tags": "安全でないHTMLタグの利用を許可する",
|
||||||
"Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.": "テキストの矢印を綺麗な記号に変換する ⚠ この設定はMarkdown内でのHTMLコメントに干渉します。",
|
"Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.": "テキストの矢印を綺麗な記号に変換する ⚠ この設定はMarkdown内でのHTMLコメントに干渉します。",
|
||||||
"⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠": "⚠ このノートのストレージに存在しない添付ファイルへのリンクを貼り付けました。添付ファイルへのリンクの貼り付けは同一ストレージ内でのみサポートされています。代わりに添付ファイルをドラッグアンドドロップしてください! ⚠",
|
"⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠": "⚠ このノートのストレージに存在しない添付ファイルへのリンクを貼り付けました。添付ファイルへのリンクの貼り付けは同一ストレージ内でのみサポートされています。代わりに添付ファイルをドラッグアンドドロップしてください! ⚠",
|
||||||
"Disabled": "Disabled"
|
"Spellcheck disabled": "スペルチェック無効",
|
||||||
|
"Show menu bar": "メニューバーを表示",
|
||||||
|
"Auto Detect": "自動検出"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -161,5 +161,7 @@
|
|||||||
"Allow dangerous html tags": "모든 위험한 태그 허용",
|
"Allow dangerous html tags": "모든 위험한 태그 허용",
|
||||||
"Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.": "Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.",
|
"Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.": "Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.",
|
||||||
"⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠": "⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠",
|
"⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠": "⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠",
|
||||||
"Disabled": "Disabled"
|
"Spellcheck disabled": "Spellcheck disabled",
|
||||||
|
"Show menu bar": "Show menu bar",
|
||||||
|
"Auto Detect": "Auto Detect"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -154,5 +154,7 @@
|
|||||||
"Allow dangerous html tags": "Allow dangerous html tags",
|
"Allow dangerous html tags": "Allow dangerous html tags",
|
||||||
"Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.": "Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.",
|
"Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.": "Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.",
|
||||||
"⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠": "⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠",
|
"⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠": "⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠",
|
||||||
"Disabled": "Disabled"
|
"Spellcheck disabled": "Spellcheck disabled",
|
||||||
|
"Show menu bar": "Show menu bar",
|
||||||
|
"Auto Detect": "Auto Detect"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -163,5 +163,7 @@
|
|||||||
"Star": "Oznacz",
|
"Star": "Oznacz",
|
||||||
"Fullscreen": "Pełen ekran",
|
"Fullscreen": "Pełen ekran",
|
||||||
"Add tag...": "Dodaj tag...",
|
"Add tag...": "Dodaj tag...",
|
||||||
"Disabled": "Disabled"
|
"Spellcheck disabled": "Spellcheck disabled",
|
||||||
|
"Show menu bar": "Show menu bar",
|
||||||
|
"Auto Detect": "Auto Detect"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -154,5 +154,7 @@
|
|||||||
"Allow dangerous html tags": "Permitir tags html perigosas",
|
"Allow dangerous html tags": "Permitir tags html perigosas",
|
||||||
"Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.": "Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.",
|
"Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.": "Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.",
|
||||||
"⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠": "⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠",
|
"⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠": "⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠",
|
||||||
"Disabled": "Disabled"
|
"Spellcheck disabled": "Spellcheck disabled",
|
||||||
|
"Show menu bar": "Show menu bar",
|
||||||
|
"Auto Detect": "Auto Detect"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -153,5 +153,7 @@
|
|||||||
"Allow dangerous html tags": "Permitir tags html perigosas",
|
"Allow dangerous html tags": "Permitir tags html perigosas",
|
||||||
"Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.": "Converter setas de texto em simbolos. ⚠ Isto irá interferir no use de comentários em HTML em Markdown.",
|
"Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.": "Converter setas de texto em simbolos. ⚠ Isto irá interferir no use de comentários em HTML em Markdown.",
|
||||||
"⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠": "⚠ Você colou um link referente a um anexo que não pôde ser encontrado no local de armazenamento desta nota. A vinculação de anexos de referência de links só é suportada se o local de origem e de destino for o mesmo de armazenamento. Por favor, arraste e solte o anexo na nota! ⚠",
|
"⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠": "⚠ Você colou um link referente a um anexo que não pôde ser encontrado no local de armazenamento desta nota. A vinculação de anexos de referência de links só é suportada se o local de origem e de destino for o mesmo de armazenamento. Por favor, arraste e solte o anexo na nota! ⚠",
|
||||||
"Disabled": "Disabled"
|
"Spellcheck disabled": "Spellcheck disabled",
|
||||||
|
"Show menu bar": "Show menu bar",
|
||||||
|
"Auto Detect": "Auto Detect"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -151,5 +151,7 @@
|
|||||||
"Disable": "Disable",
|
"Disable": "Disable",
|
||||||
"Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.": "Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.",
|
"Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.": "Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.",
|
||||||
"⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠": "⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠",
|
"⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠": "⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠",
|
||||||
"Disabled": "Disabled"
|
"Spellcheck disabled": "Spellcheck disabled",
|
||||||
|
"Show menu bar": "Show menu bar",
|
||||||
|
"Auto Detect": "Auto Detect"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -153,5 +153,7 @@
|
|||||||
"Allow dangerous html tags": "Allow dangerous html tags",
|
"Allow dangerous html tags": "Allow dangerous html tags",
|
||||||
"Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.": "Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.",
|
"Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.": "Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.",
|
||||||
"⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠": "⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠",
|
"⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠": "⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠",
|
||||||
"Disabled": "Disabled"
|
"Spellcheck disabled": "Spellcheck disabled",
|
||||||
|
"Show menu bar": "Show menu bar",
|
||||||
|
"Auto Detect": "Auto Detect"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -179,5 +179,8 @@
|
|||||||
"Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.": "แปลงลูกศรจากรูปแบบข้อความให้เป็นสัญลักษณ์. ⚠ สิ่งนี้จะเป็นการแทรกโดยใช้ HTML comment ลงไปใน Markdown ที่คุณเขียน.",
|
"Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.": "แปลงลูกศรจากรูปแบบข้อความให้เป็นสัญลักษณ์. ⚠ สิ่งนี้จะเป็นการแทรกโดยใช้ HTML comment ลงไปใน Markdown ที่คุณเขียน.",
|
||||||
"⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠": "⚠ ไม่พบไฟล์แนบในโน๊ตนี้ จากลิงค์ที่คุณได้วาง. คุณสามารถวางลิงค์ที่อ้างอิงไปยังไฟล์แนบ เฉพาะกรณีที่ต้นทาง และปลายทางที่อ้างถึงนั้นอยู่ใน 'แหล่งจัดเก็บ เดียวกัน. กรุณาใช้การลากและวางเพื่อใส่ไฟล์แนบแทน! ⚠",
|
"⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠": "⚠ ไม่พบไฟล์แนบในโน๊ตนี้ จากลิงค์ที่คุณได้วาง. คุณสามารถวางลิงค์ที่อ้างอิงไปยังไฟล์แนบ เฉพาะกรณีที่ต้นทาง และปลายทางที่อ้างถึงนั้นอยู่ใน 'แหล่งจัดเก็บ เดียวกัน. กรุณาใช้การลากและวางเพื่อใส่ไฟล์แนบแทน! ⚠",
|
||||||
"Enable smart table editor": "เปิดการใช้ Smart table editor",
|
"Enable smart table editor": "เปิดการใช้ Smart table editor",
|
||||||
"Snippet Default Language": "ทำการ Snippet ภาษาที่เป็นค่าเริ่มต้น"
|
"Snippet Default Language": "ทำการ Snippet ภาษาที่เป็นค่าเริ่มต้น",
|
||||||
|
"Spellcheck disabled": "Spellcheck disabled",
|
||||||
|
"Show menu bar": "Show menu bar",
|
||||||
|
"Auto Detect": "Auto Detect"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -153,5 +153,7 @@
|
|||||||
"Only allow secure html tags (recommended)": "Sadece güvenli html etiketlerine izin ver (tavsiye edilen)",
|
"Only allow secure html tags (recommended)": "Sadece güvenli html etiketlerine izin ver (tavsiye edilen)",
|
||||||
"Allow styles": "Stillere izin ver",
|
"Allow styles": "Stillere izin ver",
|
||||||
"Allow dangerous html tags": "Tehlikeli html etiketlerine izin ver",
|
"Allow dangerous html tags": "Tehlikeli html etiketlerine izin ver",
|
||||||
"Disabled": "Disabled"
|
"Spellcheck disabled": "Spellcheck disabled",
|
||||||
|
"Show menu bar": "Show menu bar",
|
||||||
|
"Auto Detect": "Auto Detect"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -217,5 +217,8 @@
|
|||||||
"Allow line through checkbox": "替标示为完成的选框添加删除线",
|
"Allow line through checkbox": "替标示为完成的选框添加删除线",
|
||||||
"Custom CSS": "自定义 CSS",
|
"Custom CSS": "自定义 CSS",
|
||||||
"Allow custom CSS for preview": "允许预览自定义 CSS",
|
"Allow custom CSS for preview": "允许预览自定义 CSS",
|
||||||
"Render newlines in Markdown paragraphs as <br>":"在 Markdown 段落中使用 <br> 换行"
|
"Render newlines in Markdown paragraphs as <br>":"在 Markdown 段落中使用 <br> 换行",
|
||||||
|
"Spellcheck disabled": "Spellcheck disabled",
|
||||||
|
"Show menu bar": "Show menu bar",
|
||||||
|
"Auto Detect": "Auto Detect"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -151,7 +151,6 @@
|
|||||||
"Allow styles": "允許樣式",
|
"Allow styles": "允許樣式",
|
||||||
"Allow dangerous html tags": "允許危險的 HTML 標籤",
|
"Allow dangerous html tags": "允許危險的 HTML 標籤",
|
||||||
"Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.": "將文本箭頭轉換為完整符號。 ⚠ 注意這會影響 Markdown 的 HTML 注釋。",
|
"Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.": "將文本箭頭轉換為完整符號。 ⚠ 注意這會影響 Markdown 的 HTML 注釋。",
|
||||||
"⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠": "⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠",
|
|
||||||
"Default New Note":"預設新筆記類型",
|
"Default New Note":"預設新筆記類型",
|
||||||
"Show only related tags": "只顯示相關標籤",
|
"Show only related tags": "只顯示相關標籤",
|
||||||
"Snippet Default Language": "程式碼片段預設語言",
|
"Snippet Default Language": "程式碼片段預設語言",
|
||||||
@@ -163,5 +162,7 @@
|
|||||||
"Allow custom CSS for preview": "允許預覽自定義 CSS",
|
"Allow custom CSS for preview": "允許預覽自定義 CSS",
|
||||||
"Render newlines in Markdown paragraphs as <br>":"在 Markdown 段落中使用 <br> 換行",
|
"Render newlines in Markdown paragraphs as <br>":"在 Markdown 段落中使用 <br> 換行",
|
||||||
"⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠": "⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠",
|
"⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠": "⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠",
|
||||||
"Disabled": "Disabled"
|
"Spellcheck disabled": "Spellcheck disabled",
|
||||||
|
"Show menu bar": "Show menu bar",
|
||||||
|
"Auto Detect": "Auto Detect"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user