-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(L10n): Improve ru-RU translation (by 丝绸) (#433)
* Add files via upload * Add files via upload * chart_info.ftl * ending.ftl * game.ftl * Add files via upload * song.ftl
- Loading branch information
1 parent
1878ffa
commit 90ec242
Showing
8 changed files
with
74 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
|
||
# general | ||
unknown-note-type = Неизвестный тип ноты: { $type } | ||
json-parse-failed = Не удалось разобрать JSON | ||
judge-line-location = В линии суждения #{ $jlid } | ||
# rpe | ||
type-events-parse-failed = Не удалось разобрать события { $type } | ||
incline-events-parse-failed = Не удалось разобрать события наклона | ||
paint-events-parse-failed = Не удалось разобрать события раскраски | ||
text-events-parse-failed = Не удалось разобрать текстовые события | ||
color-events-parse-failed = Не удалось разобрать цветовые события | ||
gif-events-parse-failed = Не удалось разобрать события GIF | ||
illustration-load-failed = Не удалось загрузить иллюстрацию в { $path } | ||
gif-load-failed = Не удалось загрузить GIF в { $path } | ||
judge-line-location-name = В линии суждения #{ $jlid } ({ $name }) | ||
hitsound-missing = Звук`{ $name }` отсутствует | ||
# pgr | ||
event-not-contiguous = События должны быть смежным | ||
alpha-events-parse-failed = Не удалось разобрать события alpha | ||
rotate-events-parse-failed = Не удалось разобрать события вращения | ||
move-events-parse-failed = Не удалось разобрать события движения | ||
# pec | ||
unexpected-eol = Неожиданный обрыв линии | ||
expected-f32 = Ожидаемый F32 | ||
expected-usize = Ожидаемый usize | ||
expected-tween = Ожидаемый tween | ||
no-notes-inserted = Не обнаружена ни одна нота | ||
unknown-command = Неизвестная команда: { $cmd } | ||
bp-error = События BPM (bp) должны быть смежным и находиться в начале файла | ||
expected-01 = Ожидаемые 0 / 1 (настоящая нота/ненастоящая нота) | ||
unexpected-extra = Неожиданный дополнительный контент: { $next } | ||
line-location = В линии #{ $lid } | ||
# extra | ||
shader-load-failed = Не удается загрузить шейдер в { $path } | ||
shader-not-found = Не найден шейдер { $shader } | ||
effect-location = В эффекте #{ $id } | ||
video-load-failed = Не удалось воспроизвести видео в { $path } |