Skip to content

Commit

Permalink
Add missing translations for DisplayMode function, cc #747 (#755)
Browse files Browse the repository at this point in the history
Co-authored-by: josc146 <[email protected]>
  • Loading branch information
PeterDaveHello and josStorer authored Jul 30, 2024
1 parent 4881700 commit 817385f
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 12 deletions.
5 changes: 4 additions & 1 deletion src/_locales/de/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,8 @@
"Icon": "Symbol",
"Prompt Template": "Vorlagen-Template",
"Explain this: {{selection}}": "Erkläre das: {{selection}}",
"New": "Neu"
"New": "Neu",
"DisplayMode": "Anzeigemodus",
"Display in sidebar": "In der Seitenleiste anzeigen",
"Display in floating toolbar": "In der schwebenden Symbolleiste anzeigen"
}
5 changes: 4 additions & 1 deletion src/_locales/en/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,8 @@
"Icon": "Icon",
"Prompt Template": "Prompt Template",
"Explain this: {{selection}}": "Explain this: {{selection}}",
"New": "New"
"New": "New",
"DisplayMode": "DisplayMode",
"Display in sidebar": "Display in sidebar",
"Display in floating toolbar": "Display in floating toolbar"
}
5 changes: 4 additions & 1 deletion src/_locales/es/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,8 @@
"Icon": "Icono",
"Prompt Template": "Plantilla de sugerencias",
"Explain this: {{selection}}": "Explicar esto: {{selection}}",
"New": "Nuevo"
"New": "Nuevo",
"DisplayMode": "Modo de visualización",
"Display in sidebar": "Mostrar en la barra lateral",
"Display in floating toolbar": "Mostrar en la barra de herramientas flotante"
}
5 changes: 4 additions & 1 deletion src/_locales/fr/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,8 @@
"Icon": "Icône",
"Prompt Template": "Modèle de suggestion",
"Explain this: {{selection}}": "Expliquer ceci : {{selection}}",
"New": "Nouveau"
"New": "Nouveau",
"DisplayMode": "Mode d'affichage",
"Display in sidebar": "Afficher dans la barre latérale",
"Display in floating toolbar": "Afficher dans la barre d'outils flottante"
}
5 changes: 4 additions & 1 deletion src/_locales/in/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,8 @@
"Icon": "Ikon",
"Prompt Template": "Template Prompt",
"Explain this: {{selection}}": "Jelaskan ini: {{selection}}",
"New": "Baru"
"New": "Baru",
"DisplayMode": "Mode Tampilan",
"Display in sidebar": "Tampilkan di bilah sisi",
"Display in floating toolbar": "Tampilkan di bilah alat mengambang"
}
5 changes: 4 additions & 1 deletion src/_locales/it/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,8 @@
"Icon": "Icona",
"Prompt Template": "Modello di prompt",
"Explain this: {{selection}}": "Spiega questo: {{selection}}",
"New": "Nuovo"
"New": "Nuovo",
"DisplayMode": "Modalità di visualizzazione",
"Display in sidebar": "Visualizza nella barra laterale",
"Display in floating toolbar": "Visualizza nella barra degli strumenti flottante"
}
5 changes: 4 additions & 1 deletion src/_locales/ja/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,8 @@
"Icon": "アイコン",
"Prompt Template": "プロンプトテンプレート",
"Explain this: {{selection}}": "これを説明する: {{selection}}",
"New": "新規"
"New": "新規",
"DisplayMode": "表示モード",
"Display in sidebar": "サイドバーに表示",
"Display in floating toolbar": "フローティングツールバーに表示"
}
5 changes: 4 additions & 1 deletion src/_locales/ko/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,8 @@
"Icon": "아이콘",
"Prompt Template": "프롬프트 템플릿",
"Explain this: {{selection}}": "이것을 설명하세요: {{selection}}",
"New": "새로 만들기"
"New": "새로 만들기",
"DisplayMode": "디스플레이 모드",
"Display in sidebar": "사이드바에 표시",
"Display in floating toolbar": "떠다니는 도구 모음에 표시"
}
5 changes: 4 additions & 1 deletion src/_locales/pt/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,8 @@
"Icon": "Ícone",
"Prompt Template": "Modelo de Prompt",
"Explain this: {{selection}}": "Explique isso: {{selection}}",
"New": "Novo"
"New": "Novo",
"DisplayMode": "Modo de Exibição",
"Display in sidebar": "Exibir na barra lateral",
"Display in floating toolbar": "Exibir na barra de ferramentas flutuante"
}
5 changes: 4 additions & 1 deletion src/_locales/ru/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,8 @@
"Icon": "Иконка",
"Prompt Template": "Шаблон запроса",
"Explain this: {{selection}}": "Объяснить это: {{selection}}",
"New": "Новый"
"New": "Новый",
"DisplayMode": "Режим отображения",
"Display in sidebar": "Отображать в боковой панели",
"Display in floating toolbar": "Отображать в плавающей панели инструментов"
}
5 changes: 4 additions & 1 deletion src/_locales/tr/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,8 @@
"Icon": "Simge",
"Prompt Template": "Prompt Şablonu",
"Explain this: {{selection}}": "Bunu açıkla: {{selection}}",
"New": "Yeni"
"New": "Yeni",
"DisplayMode": "Görüntüleme Modu",
"Display in sidebar": "Kenar çubuğunda görüntüle",
"Display in floating toolbar": "Kayan araç çubuğunda görüntüle"
}
5 changes: 4 additions & 1 deletion src/_locales/zh-hant/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,8 @@
"Icon": "圖示",
"Prompt Template": "提示範本",
"Explain this: {{selection}}": "解釋這個: {{selection}}",
"New": "新增"
"New": "新增",
"DisplayMode": "顯示模式",
"Display in sidebar": "在側邊欄顯示",
"Display in floating toolbar": "在浮動工具列顯示"
}

0 comments on commit 817385f

Please sign in to comment.