mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-21 03:42:24 +02:00
* feat(text-editor): add highlight action Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com> * feat(text-editor): add subscript and superscript actions Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com> * feat(text-editor): add mathematics inline and block actions Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com> * chore(text-editor): add mathematics and katex dependencies Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com> * fix(text-editor): fix eslint strict-boolean-expressions in mathematics extension Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com> * fix(text-editor): change max-width of toolbar to display all icons correctly Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com> * chore(text-editor): add subscript and superscript as direct dependencies Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com> * chore(text-editor): add missing locale keys for new text editor actions [temp, AI-generated] Adds placeholder translations (English fallback) for Highlight, Subscript, Superscript, Mathematics, and MathematicsBlock to all non-English locale files. Translations are not reviewed and should be replaced by a native speaker. Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com> * fix(text-editor): fix subscript/superscript serialization and extension placement Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com> --------- Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com> Co-authored-by: ComputerCrack <github.compacter838@simplelogin.com>
92 lines
3.4 KiB
JSON
92 lines
3.4 KiB
JSON
{
|
|
"string": {
|
|
"TableOfContents": "目次",
|
|
"Suggested": "候補",
|
|
"NoItems": "アイテムなし",
|
|
"EditorPlaceholder": "入力を開始...",
|
|
"Edit": "編集",
|
|
"Bold": "太字",
|
|
"Italic": "斜体",
|
|
"Strikethrough": "取り消し線",
|
|
"Link": "リンク",
|
|
"Save": "保存",
|
|
"OrderedList": "番号付きリスト",
|
|
"BulletedList": "箇条書きリスト",
|
|
"Blockquote": "引用",
|
|
"Code": "コード",
|
|
"CodeBlock": "コードブロック",
|
|
"Note": "メモ",
|
|
"ConfigureNote": "メモを設定",
|
|
"Set": "設定",
|
|
"Update": "更新",
|
|
"Remove": "削除",
|
|
"NotePlaceholder": "メモを追加...",
|
|
"SampleText": "サンプルテキスト",
|
|
"Send": "送信",
|
|
"Attach": "添付",
|
|
"TextStyle": "テキストスタイル",
|
|
"Emoji": "絵文字",
|
|
"GIF": "GIF",
|
|
"Mention": "メンション",
|
|
"Underlined": "下線",
|
|
"AlignCenter": "中央揃え",
|
|
"AlignLeft": "左揃え",
|
|
"AlignRight": "右揃え",
|
|
"Download": "ダウンロード",
|
|
"ViewImage": "画像を表示",
|
|
"ViewOriginal": "オリジナルを表示",
|
|
"MoreActions": "その他の操作",
|
|
"FullDescription": "詳細",
|
|
"NoFullDescription": "詳細な説明はありません",
|
|
"EnableDiffMode": "差分モード",
|
|
"AddColumnBefore": "前に挿入",
|
|
"AddColumnAfter": "後に挿入",
|
|
"DeleteColumn": "削除",
|
|
"AddRowBefore": "前に挿入",
|
|
"AddRowAfter": "後に挿入",
|
|
"DeleteRow": "削除",
|
|
"DeleteTable": "削除",
|
|
"MergeCells": "セルを結合",
|
|
"SplitCells": "セルを分割",
|
|
"Duplicate": "複製",
|
|
"CategoryRow": "行",
|
|
"CategoryColumn": "列",
|
|
"CategoryCell": "セル",
|
|
"Table": "表",
|
|
"InsertTable": "表を挿入",
|
|
"TableOptions": "表をカスタマイズ",
|
|
"SelectTable": "表を選択",
|
|
"Width": "幅",
|
|
"Height": "高さ",
|
|
"Unset": "未設定",
|
|
"Image": "画像",
|
|
"SeparatorLine": "区切り線",
|
|
"TodoList": "アクションアイテム",
|
|
"TodoItem": "アクションアイテムリスト",
|
|
"DrawingBoard": "描画ボード",
|
|
"MermaidDiargram": "ダイアグラム",
|
|
"Comment": "コメント",
|
|
"AddComment": "コメントを追加",
|
|
"AddCommentPlaceholder": "コメントを追加...",
|
|
"SetCellHighlightColor": "セルの色を設定",
|
|
"SetTextColor": "テキストの色を設定",
|
|
"RefreshTable": "表を更新",
|
|
"ShowDiff": "差分を表示",
|
|
"SeeOriginalData": "元のデータを表示",
|
|
"CategoryVersioning": "バージョン管理",
|
|
"TableDiffLabel": "テーブルの変更",
|
|
"TableRefreshConfirmationLabel": "テーブルの更新を確認",
|
|
"ConvertToLinkPreview": "リンクとして表示",
|
|
"ConvertToEmbedPreview": "コンテンツプレビューとして表示",
|
|
"UnableToLoadEmbeddedContent": "リンクのプレビューを読み込めません。権限設定または非対応のコンテンツが原因です",
|
|
"CannotConnectToCollaborationService": "コラボレーションサービスに接続できません",
|
|
"SourceURL": "ソースURL",
|
|
"SelectedDocuments": "選択されたドキュメント ({count, plural, =1 {1 項目} other {# 項目}})",
|
|
"Highlight": "Highlight",
|
|
"Subscript": "Subscript",
|
|
"Superscript": "Superscript",
|
|
"Mathematics": "Mathematics",
|
|
"MathematicsBlock": "Mathematics block"
|
|
}
|
|
}
|