Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update prelude #77

Open
wants to merge 3 commits into
base: auto-export
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions prelude.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ common:
text: 'Si raccomanda di controllare la seguente compatibility patch compilation per questa mod: {0}'
- lang: ja
text: '次の互換性パッチを確認することをお勧めします: {0}'
- lang: ko
text: 'Bad Korean translation'
- lang: pl
text: 'Jest rekomendowane żebyś sprawdził następujące kompatybilności patchu kompilacji dla tego moda: {0}'
- lang: pt_BR
Expand All @@ -233,6 +235,12 @@ common:
- lang: uk_UA
text: 'Радимо переглянути наступну колекцію патчів сумісності для цього моду: {0}'

- &newMessageAnchor
type: say
content:
- lang: en
text: 'This is a test message'

- &compatPatchForX
type: say
content:
Expand Down
1 change: 1 addition & 0 deletions translations/messages.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ missingRequirementXforY: It appears you have installed **{1}**, but some of its
moddingPlugin: This plugin is a modding resource and should not be used in-game.
moveNVAC: NVAC is installed under **NVSE/Plugins** but needs to be moved to **{0}/Plugins** for {0} to pick it up for {1}.
moveXFromYToZ: Move {0} from {1} to {2}.
newMessageAnchor: This is a test message
obsolete: Obsolete. Update to the latest version. {0}
onlyUseSmashOrBash: Can be used with a {0} but would require additional work. A Smashed Patch or Bash Patch should be used independently of one another.
optional: This plugin is optional.
Expand Down
1 change: 1 addition & 0 deletions translations/messages.ko.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ alreadyInX: 삭제하십시오. 이미 {0}에 포함되어 있습니다.
alsoUseX: '{0}도 함께 사용하는 것을 매우 권장합니다.'
compatIssuesWithX: 이 플러그인은 {0}와의 호환성 문제가 있습니다. 자세한 내용은 이 모드의 호환성 정보를 확인해주세요.
compatNotes: 이 모드의 [호환성 정보]({0})를 읽어 보는 걸 권장합니다.
compatPatch: Bad Korean translation
corrupt: 이 파일은 손상되었습니다. 사용하지 마십시오.
deleteOrDeactivateX: '{0}을 제거하거나 비활성화하십시오.'
deletePlugin: '**{0}**를 사용할 때 이 ESP 파일을 비활성화하거나 삭제하되, 이 모드와 함께 설치된 리소스(예: 메쉬, 텍스쳐)는 유지하는 것을 권장합니다.'
Expand Down