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

Locales: Update en-us.yml and ko.yml #54

Open
wants to merge 9 commits into
base: master
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
22 changes: 11 additions & 11 deletions Assets/StreamingAssets/Locales/en-us.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Compose:
Error occured while executing scenecontrol event of type {Type}: {Message}
{StackTrace}
LuaScript: |-
Error occured while executing lua script {Path}: {Message}
Error occured while executing Lua script {Path}: {Message}
{StackTrace}
Render:
FFmpeg:
Expand Down Expand Up @@ -433,7 +433,7 @@ Compose:
DefaultScript: |-
-- THIS IS A LUA SCRIPT. See full documentation at: https://github.com/Arcthesia/ArcCreate/wiki/Grid-settings
-- CONFIGURATION
-- Choose one of the following template: 4k, 6k, oob4k, oob6k
-- Choose one of the following templates: 4k, 6k, oob4k, oob6k
local useTemplate = "4k"
local spacing = {
x = 0.125,
Expand Down Expand Up @@ -645,7 +645,7 @@ Compose:
NewChart: New Chart
NewProject: New Project
ProjectFile: Project File
ChartFile: Chart file
ChartFile: Chart File
Information: Information
Gameplay: Gameplay
Title: Title
Expand Down Expand Up @@ -688,7 +688,7 @@ Compose:
No project loaded.
Create or open a new project
RawEditorFileTooLarge: |-
Text editor is disabled for files larger than 1000kb
Text editor is disabled for files larger than 1000KB
Shutter: Transition
ShowShutter: Show Transition
HideShutter: Hide Transition
Expand Down Expand Up @@ -925,13 +925,13 @@ Remote:
Receiving data ({0})
Description:
Idle: |-
No test play client has been connected.
Start broadcasting to discover clients. Make sure this device and test play client's device are on the same local network, and that the test play client is listening for incoming broadcast.
No testplay client has been connected.
Start broadcasting to discover clients. Make sure this device and the testplay client's device are on the same local network, and that the testplay client is listening for incoming broadcast.
Broadcasting: |-
Broadcasting code: {0}.
Select the option with this code on the test play client to start the session.
Select the option with this code on the testplay client to start the session.
Connected: |-
Connected to test play client at: {0}:{1}
Connected to testplay client at: {0}:{1}
Actions:
Broadcast: Start broadcasting
AbortBroadcast: Stop broadcast
Expand Down Expand Up @@ -993,7 +993,7 @@ Gameplay:
Play: Resume
Retry: Retry
Return: Quit
AudioDeviceChange: Detected a change in audio device. ArcCreate will forcibly return to Select menu.
AudioDeviceChange: Detected a change in audio device. ArcCreate will forcibly return to Song Select.
Confirm: Confirm
Practice:
PlaybackSpeed: Speed
Expand Down Expand Up @@ -1039,7 +1039,7 @@ Gameplay:
Charter: Unknown
Charter: 'Charter: {0}'
Sort:
addeddate: Added date
addeddate: Import date
charter: Charter
composer: Composer
difficulty: Difficulty
Expand All @@ -1051,7 +1051,7 @@ Gameplay:
SortPack:
name: Name
publisher: Publisher
addeddate: Added date
addeddate: Import date
Group:
none: None
difficulty: Difficulty
Expand Down
Loading