Theme translations

main
Bob Mottram 2020-05-28 13:29:48 +01:00
parent 0df88cedf7
commit 3b0a3f4015
16 changed files with 32 additions and 15 deletions

View File

@ -206,6 +206,8 @@ systemctl restart epicyon
If you want to add a new theme then open `theme.py` and add the theme name to the list within `getThemesList`. Add a function with the name `setTheme[YourThemeName]`. Have a look at the other themes to get an idea of how to set the colors and fonts. If you want to add a new theme then open `theme.py` and add the theme name to the list within `getThemesList`. Add a function with the name `setTheme[YourThemeName]`. Have a look at the other themes to get an idea of how to set the colors and fonts.
Add the name of your theme to the translations files.
On a running instance you can experiment with colors or fonts by editing `epicyon.css` and then reloading the web page. Once you are happy with the results then you can update the changed values within your `setTheme` function. On a running instance you can experiment with colors or fonts by editing `epicyon.css` and then reloading the web page. Once you are happy with the results then you can update the changed values within your `setTheme` function.

View File

@ -224,5 +224,6 @@
"List of project names that you wish to receive git patches for": "قائمة بأسماء المشاريع التي ترغب في تلقي تصحيحات git لها", "List of project names that you wish to receive git patches for": "قائمة بأسماء المشاريع التي ترغب في تلقي تصحيحات git لها",
"Show/Hide Buttons": "إظهار / إخفاء الأزرار", "Show/Hide Buttons": "إظهار / إخفاء الأزرار",
"Custom Font": "خط مخصص", "Custom Font": "خط مخصص",
"Remove the custom font": "إزالة الخط المخصص" "Remove the custom font": "إزالة الخط المخصص",
"LCD": "LCD"
} }

View File

@ -224,5 +224,6 @@
"List of project names that you wish to receive git patches for": "Llista de noms de projectes dels quals voleu rebre els pedaços de git", "List of project names that you wish to receive git patches for": "Llista de noms de projectes dels quals voleu rebre els pedaços de git",
"Show/Hide Buttons": "Mostra / Oculta els botons", "Show/Hide Buttons": "Mostra / Oculta els botons",
"Custom Font": "Tipus de lletra personalitzats", "Custom Font": "Tipus de lletra personalitzats",
"Remove the custom font": "Elimineu el tipus de lletra personalitzat" "Remove the custom font": "Elimineu el tipus de lletra personalitzat",
"LCD": "LCD"
} }

View File

@ -224,5 +224,6 @@
"List of project names that you wish to receive git patches for": "Rhestr o enwau prosiectau yr ydych yn dymuno derbyn darnau git ar eu cyfer", "List of project names that you wish to receive git patches for": "Rhestr o enwau prosiectau yr ydych yn dymuno derbyn darnau git ar eu cyfer",
"Show/Hide Buttons": "Dangos / Cuddio Botymau", "Show/Hide Buttons": "Dangos / Cuddio Botymau",
"Custom Font": "Ffont Custom", "Custom Font": "Ffont Custom",
"Remove the custom font": "Tynnwch y ffont arferiad" "Remove the custom font": "Tynnwch y ffont arferiad",
"LCD": "LCD"
} }

View File

@ -224,5 +224,6 @@
"List of project names that you wish to receive git patches for": "Liste der Projektnamen, für die Sie Git-Patches erhalten möchten", "List of project names that you wish to receive git patches for": "Liste der Projektnamen, für die Sie Git-Patches erhalten möchten",
"Show/Hide Buttons": "Schaltflächen ein- / ausblenden", "Show/Hide Buttons": "Schaltflächen ein- / ausblenden",
"Custom Font": "Benutzerdefinierte Schriftart", "Custom Font": "Benutzerdefinierte Schriftart",
"Remove the custom font": "Entfernen Sie die benutzerdefinierte Schriftart" "Remove the custom font": "Entfernen Sie die benutzerdefinierte Schriftart",
"LCD": "LCD"
} }

View File

@ -224,5 +224,6 @@
"List of project names that you wish to receive git patches for": "List of project names that you wish to receive git patches for", "List of project names that you wish to receive git patches for": "List of project names that you wish to receive git patches for",
"Show/Hide Buttons": "Show/Hide Buttons", "Show/Hide Buttons": "Show/Hide Buttons",
"Custom Font": "Custom Font", "Custom Font": "Custom Font",
"Remove the custom font": "Remove the custom font" "Remove the custom font": "Remove the custom font",
"LCD": "LCD"
} }

View File

@ -224,5 +224,6 @@
"List of project names that you wish to receive git patches for": "Lista de nombres de proyectos para los que desea recibir parches git", "List of project names that you wish to receive git patches for": "Lista de nombres de proyectos para los que desea recibir parches git",
"Show/Hide Buttons": "Botones Mostrar / Ocultar", "Show/Hide Buttons": "Botones Mostrar / Ocultar",
"Custom Font": "Fuente personalizada", "Custom Font": "Fuente personalizada",
"Remove the custom font": "Eliminar la fuente personalizada" "Remove the custom font": "Eliminar la fuente personalizada",
"LCD": "LCD"
} }

View File

@ -224,5 +224,6 @@
"List of project names that you wish to receive git patches for": "Liste des noms de projets pour lesquels vous souhaitez recevoir des correctifs git", "List of project names that you wish to receive git patches for": "Liste des noms de projets pour lesquels vous souhaitez recevoir des correctifs git",
"Show/Hide Buttons": "Afficher / masquer les boutons", "Show/Hide Buttons": "Afficher / masquer les boutons",
"Custom Font": "Police personnalisée", "Custom Font": "Police personnalisée",
"Remove the custom font": "Supprimer la police personnalisée" "Remove the custom font": "Supprimer la police personnalisée",
"LCD": "LCD"
} }

View File

@ -224,5 +224,6 @@
"List of project names that you wish to receive git patches for": "Liosta dainmneacha tionscadail ar mhaith leat paistí git a fháil dóibh", "List of project names that you wish to receive git patches for": "Liosta dainmneacha tionscadail ar mhaith leat paistí git a fháil dóibh",
"Show/Hide Buttons": "Taispeáin / Folaigh Cnaipí", "Show/Hide Buttons": "Taispeáin / Folaigh Cnaipí",
"Custom Font": "Cló Saincheaptha", "Custom Font": "Cló Saincheaptha",
"Remove the custom font": "Bain an cló saincheaptha" "Remove the custom font": "Bain an cló saincheaptha",
"LCD": "LCD"
} }

View File

@ -224,5 +224,6 @@
"List of project names that you wish to receive git patches for": "उन प्रोजेक्ट नामों की सूची, जिनके लिए आप git पैच प्राप्त करना चाहते हैं", "List of project names that you wish to receive git patches for": "उन प्रोजेक्ट नामों की सूची, जिनके लिए आप git पैच प्राप्त करना चाहते हैं",
"Show/Hide Buttons": "बटन दिखाएँ / छिपाएँ", "Show/Hide Buttons": "बटन दिखाएँ / छिपाएँ",
"Custom Font": "कस्टम फ़ॉन्ट", "Custom Font": "कस्टम फ़ॉन्ट",
"Remove the custom font": "कस्टम फ़ॉन्ट निकालें" "Remove the custom font": "कस्टम फ़ॉन्ट निकालें",
"LCD": "LCD"
} }

View File

@ -224,5 +224,6 @@
"List of project names that you wish to receive git patches for": "Elenco di nomi di progetti per i quali si desidera ricevere patch git", "List of project names that you wish to receive git patches for": "Elenco di nomi di progetti per i quali si desidera ricevere patch git",
"Show/Hide Buttons": "Mostra / Nascondi pulsanti", "Show/Hide Buttons": "Mostra / Nascondi pulsanti",
"Custom Font": "Carattere personalizzato", "Custom Font": "Carattere personalizzato",
"Remove the custom font": "Rimuovi il carattere personalizzato" "Remove the custom font": "Rimuovi il carattere personalizzato",
"LCD": "LCD"
} }

View File

@ -224,5 +224,6 @@
"List of project names that you wish to receive git patches for": "gitパッチを受け取りたいプロジェクト名のリスト", "List of project names that you wish to receive git patches for": "gitパッチを受け取りたいプロジェクト名のリスト",
"Show/Hide Buttons": "ボタンの表示/非表示", "Show/Hide Buttons": "ボタンの表示/非表示",
"Custom Font": "カスタムフォント", "Custom Font": "カスタムフォント",
"Remove the custom font": "カスタムフォントを削除する" "Remove the custom font": "カスタムフォントを削除する",
"LCD": "LCD"
} }

View File

@ -220,5 +220,6 @@
"List of project names that you wish to receive git patches for": "List of project names that you wish to receive git patches for", "List of project names that you wish to receive git patches for": "List of project names that you wish to receive git patches for",
"Show/Hide Buttons": "Show/Hide Buttons", "Show/Hide Buttons": "Show/Hide Buttons",
"Custom Font": "Custom Font", "Custom Font": "Custom Font",
"Remove the custom font": "Remove the custom font" "Remove the custom font": "Remove the custom font",
"LCD": "LCD"
} }

View File

@ -224,5 +224,6 @@
"List of project names that you wish to receive git patches for": "Lista de nomes de projetos para os quais você deseja receber patches git", "List of project names that you wish to receive git patches for": "Lista de nomes de projetos para os quais você deseja receber patches git",
"Show/Hide Buttons": "Botões Mostrar / Ocultar", "Show/Hide Buttons": "Botões Mostrar / Ocultar",
"Custom Font": "Fonte Personalizada", "Custom Font": "Fonte Personalizada",
"Remove the custom font": "Remova a fonte personalizada" "Remove the custom font": "Remova a fonte personalizada",
"LCD": "LCD"
} }

View File

@ -224,5 +224,6 @@
"List of project names that you wish to receive git patches for": "Список имен проектов, для которых вы хотите получать git-патчи", "List of project names that you wish to receive git patches for": "Список имен проектов, для которых вы хотите получать git-патчи",
"Show/Hide Buttons": "Показать / Скрыть кнопки", "Show/Hide Buttons": "Показать / Скрыть кнопки",
"Custom Font": "Пользовательский шрифт", "Custom Font": "Пользовательский шрифт",
"Remove the custom font": "Удалить пользовательский шрифт" "Remove the custom font": "Удалить пользовательский шрифт",
"LCD": "LCD"
} }

View File

@ -223,5 +223,6 @@
"List of project names that you wish to receive git patches for": "您希望收到git补丁的项目名称列表", "List of project names that you wish to receive git patches for": "您希望收到git补丁的项目名称列表",
"Show/Hide Buttons": "显示/隐藏按钮", "Show/Hide Buttons": "显示/隐藏按钮",
"Custom Font": "自定义字体", "Custom Font": "自定义字体",
"Remove the custom font": "删除自定义字体" "Remove the custom font": "删除自定义字体",
"LCD": "LCD"
} }