mirror of
https://github.com/GreemDev/Ryujinx
synced 2025-01-02 09:10:03 +01:00
UI: Fix Title updates being not formatted
Some checks are pending
Canary release job / Create tag (push) Waiting to run
Canary release job / Release for linux-arm64 (push) Waiting to run
Canary release job / Release for linux-x64 (push) Waiting to run
Canary release job / Release for win-x64 (push) Waiting to run
Canary release job / Release MacOS universal (push) Waiting to run
Some checks are pending
Canary release job / Create tag (push) Waiting to run
Canary release job / Release for linux-arm64 (push) Waiting to run
Canary release job / Release for linux-x64 (push) Waiting to run
Canary release job / Release for win-x64 (push) Waiting to run
Canary release job / Release MacOS universal (push) Waiting to run
This commit is contained in:
parent
2aaaa7872f
commit
df91c4c57a
1 changed files with 19 additions and 19 deletions
|
@ -17426,25 +17426,25 @@
|
|||
"ID": "TitleUpdateVersionLabel",
|
||||
"Translations": {
|
||||
"ar_SA": "الإصدار: {0}",
|
||||
"de_DE": "Version {0} - {1}",
|
||||
"el_GR": "Version {0} - {1}",
|
||||
"en_US": "Version {0} - {1}",
|
||||
"es_ES": "Versión {0} - {1}",
|
||||
"de_DE": "",
|
||||
"el_GR": "",
|
||||
"en_US": "Version {0}",
|
||||
"es_ES": "Versión {0}",
|
||||
"fr_FR": "",
|
||||
"he_IL": "גרסה {0} - {1}",
|
||||
"it_IT": "Versione {0} - {1}",
|
||||
"ja_JP": "バージョン {0} - {1}",
|
||||
"ko_KR": "버전 {0} - {1}",
|
||||
"no_NO": "Versjon {0} - {1}",
|
||||
"pl_PL": "Wersja {0} - {1}",
|
||||
"pt_BR": "Versão {0} - {1}",
|
||||
"ru_RU": "Версия {0} - {1}",
|
||||
"sv_SE": "Version {0} - {1}",
|
||||
"th_TH": "เวอร์ชั่น {0} - {1}",
|
||||
"tr_TR": "Sürüm {0} - {1}",
|
||||
"uk_UA": "Версія {0} - {1}",
|
||||
"zh_CN": "游戏更新的版本 {0} - {1}",
|
||||
"zh_TW": "版本 {0} - {1}"
|
||||
"he_IL": "גרסה: {0}",
|
||||
"it_IT": "Versione {0}",
|
||||
"ja_JP": "バージョン {0}",
|
||||
"ko_KR": "버전 {0}",
|
||||
"no_NO": "Versjon {0}",
|
||||
"pl_PL": "Wersja {0}",
|
||||
"pt_BR": "Versão {0}",
|
||||
"ru_RU": "Версия {0}",
|
||||
"sv_SE": "Version {0}",
|
||||
"th_TH": "เวอร์ชั่น {0}",
|
||||
"tr_TR": "Sürüm {0}",
|
||||
"uk_UA": "Версія {0}",
|
||||
"zh_CN": "游戏更新的版本 {0}",
|
||||
"zh_TW": "版本 {0}"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -22598,4 +22598,4 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue