Ignore Unlocks Text (#705)
Ignoration of Unlocks in Chinese and Russian. The option names both means "Ignore Unlock Conditions of Songs".
This commit is contained in:
parent
cd8e916e70
commit
570dfa74e8
@ -6,7 +6,8 @@
|
||||
|
||||
// "Language" should include the name of your language in its native text, as well as its English variant in parentheses.
|
||||
// i.e. "日本語 (Japanese)"
|
||||
"Language": "Русский (Russian)",
|
||||
"Language": "Русский (Russian)",
|
||||
"Version": "0.6.0.0",
|
||||
"Entries": {
|
||||
|
||||
// Common
|
||||
@ -196,6 +197,10 @@
|
||||
"SETTINGS_TRAINING_JUMPINTERVAL": "Временной интервал пропуска мер",
|
||||
"SETTINGS_TRAINING_JUMPINTERVAL_DESC": "Количество времени в миллисекундах,\nнеобходимое для многократного нажатия клавиш\nлевого или правого синего, чтобы перейти к меру,\nотмеченному в закладках, в режиме тренировки.",
|
||||
|
||||
// Settings - Gameplay - Unlockables
|
||||
"SETTINGS_GAME_IGNORESONGUNLOCKABLES": "Игнорирование условий разблокировки песен",
|
||||
"SETTINGS_GAME_IGNORESONGUNLOCKABLES_DESC": "Сделает доступными все песни, игнорируя файл\nSongUnlockables.db3.\nЭто не добавляет записи о разблокировке в файл\nSaves.db3.\nУведомления о разблокировке по-прежнему будут\nотображаться на экране результатов.\n\n<c.#f0ad4e>ВНИМАНИЕ\nПри ON (включенной) этой опции любой спидран\nстановится недействительным.</c>",
|
||||
|
||||
// Settings - Broken/Unused/Might Deprecate/Might Update
|
||||
// Translate these anyways, even if their future is uncertain.
|
||||
"SETTINGS_SYSTEM_IMAGEPREVIEWBUFFER": "Буфер предварительного просмотра изображений",
|
||||
|
@ -6,7 +6,8 @@
|
||||
|
||||
// "Language" should include the name of your language in its native text, as well as its English variant in parentheses.
|
||||
// i.e. "日本語 (Japanese)"
|
||||
"Language": "中文 (Chinese)",
|
||||
"Language": "中文 (Chinese)",
|
||||
"Version": "0.6.0.0",
|
||||
"Entries": {
|
||||
|
||||
// Common
|
||||
@ -196,6 +197,10 @@
|
||||
"SETTINGS_TRAINING_JUMPINTERVAL": "跳转小节时间间隔",
|
||||
"SETTINGS_TRAINING_JUMPINTERVAL_DESC": "训练模式中跳转至带书签的小节交替按下左/右蓝按键所需\n毫秒数。",
|
||||
|
||||
// Settings - Gameplay - Unlockables
|
||||
"SETTINGS_GAME_IGNORESONGUNLOCKABLES": "忽略歌曲解锁条件",
|
||||
"SETTINGS_GAME_IGNORESONGUNLOCKABLES_DESC": "使所有歌曲在忽略SongUnlockables.db3中可用。\n这将不添加解锁记录到Saves.db3中。\n解锁通知仍将出现在结算界面中。\n\n<c.#f0ad4e>警告\n开启此选项将使任何速通作废。</c>",
|
||||
|
||||
// Settings - Broken/Unused/Might Deprecate/Might Update
|
||||
// Translate these anyways, even if their future is uncertain.
|
||||
"SETTINGS_SYSTEM_IMAGEPREVIEWBUFFER": "图片预览缓冲",
|
||||
|
Loading…
Reference in New Issue
Block a user