Translate language names to English, reorder alphabetically
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
## Poly dark GRUB theme
|
||||
|
||||
Supported languages: Chinese (simplified), English, French, German, Norwegian, Portuguese, Russian, Ukrainian, español
|
||||
Supported languages: Chinese (simplified), English, French, German, Norwegian, Portuguese, Russian, Spanish, Ukrainian
|
||||
|
||||

|
||||
|
||||
|
||||
+1
-1
@@ -15,8 +15,8 @@ declare -A LANGS=(
|
||||
[Norwegian]=NO
|
||||
[Portuguese]=PT
|
||||
[Russian]=RU
|
||||
[Spanish]=ES
|
||||
[Ukrainian]=UA
|
||||
[Español]=ES
|
||||
)
|
||||
|
||||
LANG_NAMES=($(echo ${!LANGS[*]} | tr ' ' '\n' | sort -n))
|
||||
|
||||
@@ -36,6 +36,8 @@ terminal-border: "0"
|
||||
# text = "Start in %d Sekunden."
|
||||
# EN
|
||||
text = "Booting in %d seconds"
|
||||
# ES
|
||||
# text = "Arranque en% d segundos"
|
||||
# FR
|
||||
# text = "Démarrage automatique dans %d secondes"
|
||||
# NO
|
||||
@@ -48,8 +50,6 @@ terminal-border: "0"
|
||||
# text = "Автоматичне завантаження розпочнеться через %d сек."
|
||||
# zh_CN
|
||||
# text = "在 %d 内启动"
|
||||
# ES
|
||||
# text = "Arranque en% d segundos"
|
||||
color = "#777777"
|
||||
font = "Unifont Regular 18"
|
||||
}
|
||||
@@ -64,6 +64,8 @@ terminal-border: "0"
|
||||
# text = "System mit ↑ und ↓ auswählen und mit Enter bestätigen."
|
||||
# EN
|
||||
text = "Use ↑ and ↓ keys to change selection, Enter to confirm"
|
||||
# ES
|
||||
# text = "Use las teclas ↑ y ↓ para cambiar la selección, Enter para confirmar"
|
||||
# FR
|
||||
# text = "Choisissez le système avec les flèches du clavier (↑ et ↓), puis validez avec la touche Enter (↲)"
|
||||
# NO
|
||||
@@ -76,8 +78,6 @@ terminal-border: "0"
|
||||
# text = "Використовуйте ↑ та ↓ для вибору, Enter для підтвердження"
|
||||
# zh_CN
|
||||
# text = "使用 ↑ 和 ↓ 键移动选择条,Enter 键确认"
|
||||
# ES
|
||||
# text = "Use las teclas ↑ y ↓ para cambiar la selección, Enter para confirmar"
|
||||
color = "#777777"
|
||||
font = "Unifont Regular 18"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user