Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Crowdin updates #1533

Merged
merged 10 commits into from
Jul 6, 2024
7 changes: 6 additions & 1 deletion locales/de/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,12 @@
"title": "Darstellung",
"font_size": "Schriftgröße",
"language": "Sprache",
"color_theme": "Farb-Design"
"color_theme": "Farb-Design",
"theme": {
"light": "Light",
"dark": "Dark",
"high_contrast": "High contrast"
}
},
"save": "Speichern",
"close": "Schließen",
Expand Down
7 changes: 6 additions & 1 deletion locales/es-ES/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,12 @@
"title": "Appearance",
"font_size": "Font size",
"language": "Language",
"color_theme": "Color theme"
"color_theme": "Color theme",
"theme": {
"light": "Light",
"dark": "Dark",
"high_contrast": "High contrast"
}
},
"save": "Save",
"close": "Close",
Expand Down
7 changes: 6 additions & 1 deletion locales/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,12 @@
"title": "Apparence",
"font_size": "Taille de la police",
"language": "Langue",
"color_theme": "Color theme"
"color_theme": "Color theme",
"theme": {
"light": "Light",
"dark": "Dark",
"high_contrast": "High contrast"
}
},
"save": "Sauvegarder",
"close": "Fermer",
Expand Down
7 changes: 6 additions & 1 deletion locales/id/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,12 @@
"title": "Appearance",
"font_size": "Font size",
"language": "Language",
"color_theme": "Color theme"
"color_theme": "Color theme",
"theme": {
"light": "Light",
"dark": "Dark",
"high_contrast": "High contrast"
}
},
"save": "Save",
"close": "Close",
Expand Down
7 changes: 6 additions & 1 deletion locales/it/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,12 @@
"title": "Aspetto",
"font_size": "Dimensione caratteri",
"language": "Lingua",
"color_theme": "Tema cromatico"
"color_theme": "Tema cromatico",
"theme": {
"light": "Light",
"dark": "Dark",
"high_contrast": "High contrast"
}
},
"save": "Salva",
"close": "Chiudi",
Expand Down
7 changes: 6 additions & 1 deletion locales/ja/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,12 @@
"title": "外観",
"font_size": "フォントサイズ",
"language": "言語",
"color_theme": "カラーテーマ"
"color_theme": "カラーテーマ",
"theme": {
"light": "Light",
"dark": "Dark",
"high_contrast": "High contrast"
}
},
"save": "保存",
"close": "閉じる",
Expand Down
7 changes: 6 additions & 1 deletion locales/ko/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,12 @@
"title": "Appearance",
"font_size": "Font size",
"language": "Language",
"color_theme": "Color theme"
"color_theme": "Color theme",
"theme": {
"light": "Light",
"dark": "Dark",
"high_contrast": "High contrast"
}
},
"save": "Save",
"close": "Close",
Expand Down
7 changes: 6 additions & 1 deletion locales/pl/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,12 @@
"title": "Wygląd",
"font_size": "Rozmiar czcionki",
"language": "Język",
"color_theme": "Motyw kolorystyczny"
"color_theme": "Motyw kolorystyczny",
"theme": {
"light": "Light",
"dark": "Dark",
"high_contrast": "High contrast"
}
},
"save": "Zapisz",
"close": "Zamknij",
Expand Down
7 changes: 6 additions & 1 deletion locales/pt-BR/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,12 @@
"title": "Aparência",
"font_size": "Tamanho da fonte",
"language": "Idioma",
"color_theme": "Color theme"
"color_theme": "Color theme",
"theme": {
"light": "Light",
"dark": "Dark",
"high_contrast": "High contrast"
}
},
"save": "Salvar",
"close": "Fechar",
Expand Down
7 changes: 6 additions & 1 deletion locales/zh-CN/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,12 @@
"title": "外观",
"font_size": "字体大小",
"language": "语言",
"color_theme": "颜色主题"
"color_theme": "颜色主题",
"theme": {
"light": "Light",
"dark": "Dark",
"high_contrast": "High contrast"
}
},
"save": "保存",
"close": "关闭",
Expand Down