258 lines
6.9 KiB
Plaintext
258 lines
6.9 KiB
Plaintext
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: IET_3_0_GYM@0.1 \n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"Language-Team: #devs-localization\n"
|
|
"POT-Creation-Date: 2020-05-15 21:02+03:00\n"
|
|
"PO-Revision-Date: 2022-06-16 11:44+02:00\n"
|
|
"Language: ja\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
"X-Generator: com.unity.learn.iet-framework.authoring\n"
|
|
|
|
msgid "WindowTitle"
|
|
msgstr "チュートリアル"
|
|
|
|
# TODO: translate
|
|
msgid "FaqOpenText"
|
|
msgstr "Need Help?"
|
|
|
|
# TODO: translate
|
|
msgid "ReportProblemText"
|
|
msgstr "Is your question not listed here or would you like to report an issue?"
|
|
|
|
# TODO: translate
|
|
msgid "ReportProblemButtonText"
|
|
msgstr "Report issue"
|
|
|
|
# TODO: translate
|
|
msgid "TOCLabelTitle"
|
|
msgstr "Tutorials and documentation"
|
|
|
|
# TODO: translate
|
|
msgid "TOCLabelSubtitle"
|
|
msgstr "Learning material of this project and its packages"
|
|
|
|
msgid "TOCLabelCompleted"
|
|
msgstr "完了"
|
|
|
|
# TODO: translate
|
|
msgid "TOCButtonBackTooltip"
|
|
msgstr "Back to the previous view"
|
|
|
|
# TODO: translate
|
|
msgid "TutorialButtonPrevious"
|
|
msgstr "Previous"
|
|
|
|
msgid "LanguageDialogTitle"
|
|
msgstr "エディタの言語選択を検出"
|
|
|
|
msgid "LanguageDialogMessage"
|
|
msgstr "確実に言語を変更するために、エディタの再起動を推奨します。"
|
|
|
|
msgid "LanguageDialogButtonOk"
|
|
msgstr "リスタート"
|
|
|
|
msgid "LanguageDialogButtonCancel"
|
|
msgstr "リスタートなしで続ける"
|
|
|
|
msgid "WindowClosedDialogTitle"
|
|
msgstr "チュートリアルを閉じる"
|
|
|
|
msgid "WindowClosedDialogMessage"
|
|
msgstr "トップメニューにある{0}を選べば、チュートリアルを見つけられます。"
|
|
|
|
msgid "WindowClosedDialogButtonOk"
|
|
msgstr "オーケー"
|
|
|
|
# TODO: translate
|
|
msgid "TutorialPageLabelEventStateWarning"
|
|
msgstr "One or more callbacks of this event are not using 'Editor and Runtime' mode.If you want to be able to execute them in Edit mode as well (that is, when running tutorials out of Play mode), be sure to choose 'Editor and Runtime' mode."
|
|
|
|
msgid "LocalizableStringIconTooltip"
|
|
msgstr "文字列をローカライズする"
|
|
|
|
# TODO: translate
|
|
msgid "GuiControlSelectorButtonPickElement"
|
|
msgstr "Pick Visual Element"
|
|
|
|
# TODO: translate
|
|
msgid "GuiControlSelectorButtonPickElementTooltip"
|
|
msgstr "Pick the wanted visual element by clicking it. Press Esc key to cancel picking."
|
|
|
|
msgid "TutorialSectionTooltip"
|
|
msgstr "チュートリアル"
|
|
|
|
# TODO: translate
|
|
msgid "TutorialLabelParseError"
|
|
msgstr "PARSE ERROR"
|
|
|
|
# TODO: translate
|
|
msgid "TutorialLabelParseErrorTooltip"
|
|
msgstr "Click here to see more information in the console."
|
|
|
|
msgid "SettingsCategory"
|
|
msgstr "インエディターチュートリアル"
|
|
|
|
# TODO: translate
|
|
msgid "SettingsShowTutorialsWindowClosedDialog"
|
|
msgstr "Show tutorials closed dialog"
|
|
|
|
# TODO: translate
|
|
msgid "SettingsDisplayWelcomeDialogOnStartup"
|
|
msgstr "Display welcome dialog on startup"
|
|
|
|
# TODO: translate
|
|
msgid "SettingsShowSimplifiedTypeNames"
|
|
msgstr "Show simplified type names"
|
|
|
|
# TODO: translate
|
|
msgid "SettingsShowSimplifiedTypeNamesTooltip"
|
|
msgstr "Show simplified names instead of fully qualified names for SerializedTypes shown in the Inspector"
|
|
|
|
# TODO: translate
|
|
msgid "SettingsUseDefaultEditors"
|
|
msgstr "Use default editors for editing tutorial assets"
|
|
|
|
# TODO: translate
|
|
msgid "SettingsUseDefaultEditorsTooltip"
|
|
msgstr "View the tutorial asset contents using default editor views instead of custom editors"
|
|
|
|
msgid "SettingsMaskingEnabled"
|
|
msgstr "マスキングとハイライティングを有効にする"
|
|
|
|
# TODO: translate
|
|
msgid "SettingsMaskingEnabledTooltip"
|
|
msgstr "Master control for Masking and Highlighting"
|
|
|
|
# TODO: translate
|
|
msgid "SettingsHelpboxRestoreDefaultAssetsWarning"
|
|
msgstr "TutorialProjectSettings.RestoreDefaultAssetsOnTutorialReload is enabled and Tutorial Authoring Tools are not present: the project's content might be overwritten."
|
|
|
|
# TODO: translate
|
|
msgid "TutorialWelcomePageButtonShowDialog"
|
|
msgstr "Show Welcome Dialog"
|
|
|
|
msgid "ButtonRunStartupCode"
|
|
msgstr "スタートアップコードを実行する"
|
|
|
|
# TODO: translate
|
|
msgid "TutorialPageCustomCallbacks"
|
|
msgstr "Custom Callbacks"
|
|
|
|
# TODO: translate
|
|
msgid "TutorialPageCustomCallbacksTooltip"
|
|
msgstr "You can only assign public, non-static methods here. It is recommended that you define a ScriptableObject class that exposes all the methods you'd like to call, create an instance of that and assign it to these events in order to access the callbacks."
|
|
|
|
# TODO: translate
|
|
msgid "MissingPropertyPathWarning"
|
|
msgstr "Unable to locate property path {0} on this object. Automatic masking updates will not work."
|
|
|
|
# TODO: translate
|
|
msgid "TutorialPageMissingMaskingSettingsWarning"
|
|
msgstr "Unable to locate property path {0}.Array.data[0].{1} on this object. Automatic masking updates will not work."
|
|
|
|
# TODO: translate
|
|
msgid "TutorialPageLabelHeaderMediaType"
|
|
msgstr "Header Media Type"
|
|
|
|
# TODO: translate
|
|
msgid "TutorialPagePropertyMedia"
|
|
msgstr "Media"
|
|
|
|
# TODO: translate
|
|
msgid "TutorialPageLabelTitle"
|
|
msgstr "Title"
|
|
|
|
# TODO: translate
|
|
msgid "TutorialPageLabelNarrativeDescription"
|
|
msgstr "Narrative Description"
|
|
|
|
# TODO: translate
|
|
msgid "TutorialPageLabelInstructionTitle"
|
|
msgstr "Instruction Title"
|
|
|
|
# TODO: translate
|
|
msgid "TutorialPageLabelInstructionDescription"
|
|
msgstr "Instruction Description"
|
|
|
|
# TODO: translate
|
|
msgid "TutorialPageCodeSample"
|
|
msgstr "Code Sample"
|
|
|
|
# TODO: translate
|
|
msgid "PostInstructionImage"
|
|
msgstr "End of Page Media"
|
|
|
|
# TODO: translate
|
|
msgid "TutorialPageLabelCompletionCriteria"
|
|
msgstr "Completion Criteria"
|
|
|
|
# TODO: translate
|
|
msgid "TutorialPagePropertyCompletionType"
|
|
msgstr "Completion Type"
|
|
|
|
# TODO: translate
|
|
msgid "TutorialPagePropertyCriteria"
|
|
msgstr "Criteria"
|
|
|
|
# TODO: translate
|
|
msgid "TutorialPagePropertyNextTutorial"
|
|
msgstr "Next Tutorial"
|
|
|
|
# TODO: translate
|
|
msgid "TutorialPagePropertyNextTutorialButton"
|
|
msgstr "Next Tutorial button text"
|
|
|
|
# TODO: translate
|
|
msgid "TutorialPageButtonCreateCallbackHandler"
|
|
msgstr "Create Callback Handler"
|
|
|
|
# TODO: translate
|
|
msgid "TutorialPagePropertyEnableMasking"
|
|
msgstr "Enable Masking"
|
|
|
|
# TODO: translate
|
|
msgid "TutorialPageDialogCallbackFolderTitle"
|
|
msgstr "Choose an Editor Folder for the Callback Handler Files"
|
|
|
|
# TODO: translate
|
|
msgid "TutorialLabelAutoCompletion"
|
|
msgstr "Auto Completion"
|
|
|
|
# TODO: translate
|
|
msgid "TutorialButtonStartAutoCompletion"
|
|
msgstr "Start Auto Completion"
|
|
|
|
# TODO: translate
|
|
msgid "TutorialButtonStopAutoCompletion"
|
|
msgstr "Stop Auto Completion"
|
|
|
|
msgid "IconPreviewMaskingTooltip"
|
|
msgstr "マスキングのプレビュー"
|
|
|
|
# TODO: translate
|
|
msgid "AuthoringButtonSelectCategory"
|
|
msgstr "Select Category"
|
|
|
|
msgid "AuthoringButtonSelectTutorial"
|
|
msgstr "チュートリアルの選択"
|
|
|
|
msgid "AuthoringButtonSelectPage"
|
|
msgstr "ページを選ぶ"
|
|
|
|
msgid "AuthoringButtonSkipToEnd"
|
|
msgstr "最後に飛ぶ"
|
|
|
|
# TODO: translate
|
|
msgid "AuthoringButtonAutocompletePage"
|
|
msgstr "Autocomplete page"
|
|
|
|
# TODO: translate
|
|
msgid "TutorialModalWindowIconPreviewMasking"
|
|
msgstr "Preview Masking"
|
|
|