suck it unity collab
This commit is contained in:
parent
2630db1920
commit
dad44ef0cf
456 changed files with 1861 additions and 128 deletions
131
Assets/Resources/Localization.asset
Normal file
131
Assets/Resources/Localization.asset
Normal file
|
@ -0,0 +1,131 @@
|
|||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: fdb541cef37cd2a44b69e27c51548047, type: 3}
|
||||
m_Name: Localization
|
||||
m_EditorClassIdentifier:
|
||||
englishLocals:
|
||||
- key: GAME_SCORE
|
||||
text: SCORE
|
||||
- key: MAINMENU_ARCADE
|
||||
text: ARCADE
|
||||
- key: MAINMENU_ONLINE
|
||||
text: ONLINE
|
||||
- key: MAINMENU_HELP
|
||||
text: HELP
|
||||
- key: MAINMENU_SETTINGS
|
||||
text: "\u65E5\u672C\u8A9E"
|
||||
- key: MAINMENU_CREDITS
|
||||
text: CREDITS
|
||||
- key: MAINMENU_OK
|
||||
text: OK
|
||||
- key: CONNECT_PHRASE
|
||||
text: SELECT REGION
|
||||
- key: CONNECT_USW
|
||||
text: US WEST
|
||||
- key: CONNECT_USE
|
||||
text: US EAST
|
||||
- key: CONNECT_JAPAN
|
||||
text: JAPAN
|
||||
- key: MULTIPLAYER_CREATE
|
||||
text: CREATE LOBBY
|
||||
- key: MULTIPLAYER_JOIN
|
||||
text: JOIN LOBBY
|
||||
- key: MULTIPLAYER_NICKNAME
|
||||
text: NICKNAME
|
||||
- key: MULTIPLAYER_DISCONNECT
|
||||
text: DISCONNECT
|
||||
- key: MULTIPLAYER_NICKNAME_TIP
|
||||
text: ENGLISH ONLY
|
||||
- key: MULTIPLAYER_LEAVE
|
||||
text: LEAVE
|
||||
- key: MULTIPLAYER_READY
|
||||
text: READY\nUP
|
||||
- key: MULTIPLAYER_READYWAITING
|
||||
text: WAITING
|
||||
japaneseLocals:
|
||||
- key: GAME_SCORE
|
||||
text: "\u30B9\u30B3\u30A2"
|
||||
- key: MAINMENU_ARCADE
|
||||
text: "\u30B9\u30BF\u30FC\u30C8"
|
||||
- key: MAINMENU_ONLINE
|
||||
text: "\u30AA\u30F3\u30E9\u30A4\u30F3"
|
||||
- key: MAINMENU_HELP
|
||||
text: "\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB"
|
||||
- key: MAINMENU_SETTINGS
|
||||
text: ENGLISH
|
||||
- key: MAINMENU_CREDITS
|
||||
text: "\u30AF\u30EC\u30B8\u30C3\u30C8"
|
||||
- key: MAINMENU_OK
|
||||
text: "\u306F\u3044"
|
||||
- key: CONNECT_PHRASE
|
||||
text: "\u30B5\u30FC\u30D0\u30FC"
|
||||
- key: CONNECT_USW
|
||||
text: "\u30A2\u30E1\u30EA\u30AB\u897F"
|
||||
- key: CONNECT_USE
|
||||
text: "\u30A2\u30E1\u30EA\u30AB\u6771"
|
||||
- key: CONNECT_JAPAN
|
||||
text: "\u65E5\u672C"
|
||||
- key: MULTIPLAYER_CREATE
|
||||
text:
|
||||
- key: MULTIPLAYER_JOIN
|
||||
text:
|
||||
- key: MULTIPLAYER_NICKNAME
|
||||
text:
|
||||
- key: MULTIPLAYER_DISCONNECT
|
||||
text:
|
||||
- key: MULTIPLAYER_NICKNAME_TIP
|
||||
text:
|
||||
- key: MULTIPLAYER_LEAVE
|
||||
text:
|
||||
- key: MULTIPLAYER_READY
|
||||
text:
|
||||
- key: MULTIPLAYER_READYWAITING
|
||||
text:
|
||||
spanishLocals:
|
||||
- key: GAME_SCORE
|
||||
text:
|
||||
- key: MAINMENU_ARCADE
|
||||
text:
|
||||
- key: MAINMENU_ONLINE
|
||||
text:
|
||||
- key: MAINMENU_HELP
|
||||
text:
|
||||
- key: MAINMENU_SETTINGS
|
||||
text:
|
||||
- key: MAINMENU_CREDITS
|
||||
text:
|
||||
- key: MAINMENU_OK
|
||||
text:
|
||||
- key: CONNECT_PHRASE
|
||||
text:
|
||||
- key: CONNECT_USW
|
||||
text:
|
||||
- key: CONNECT_USE
|
||||
text:
|
||||
- key: CONNECT_JAPAN
|
||||
text:
|
||||
- key: MULTIPLAYER_CREATE
|
||||
text:
|
||||
- key: MULTIPLAYER_JOIN
|
||||
text:
|
||||
- key: MULTIPLAYER_NICKNAME
|
||||
text:
|
||||
- key: MULTIPLAYER_DISCONNECT
|
||||
text:
|
||||
- key: MULTIPLAYER_NICKNAME_TIP
|
||||
text:
|
||||
- key: MULTIPLAYER_LEAVE
|
||||
text:
|
||||
- key: MULTIPLAYER_READY
|
||||
text:
|
||||
- key: MULTIPLAYER_READYWAITING
|
||||
text:
|
8
Assets/Resources/Localization.asset.meta
Normal file
8
Assets/Resources/Localization.asset.meta
Normal file
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 522dfdb6e973a8a409d3d8b51c7b73ca
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 0
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Loading…
Add table
Add a link
Reference in a new issue