This commit is contained in:
CDeenen
2021-05-26 02:02:47 +02:00
parent 07a3bdd837
commit ebdc1b5e5c
30 changed files with 2728 additions and 1257 deletions

View File

@@ -3,15 +3,10 @@
"MaterialDeck.Notifications.ConnectFail": "Can't connect to Material Server, retrying",
"MaterialDeck.Notifications.Connected": "Connected",
"MaterialDeck.Notifications.Soundboard.NoPermission": "You do not have permission to configure the soundboard",
"MaterialDeck.Notifications.Macroboard.NoPermission": "You do not have permission to configure the macro board",
"MaterialDeck.Notifications.Macroboard.NoPermission": "You do not have permission to configure the macroboard",
"MaterialDeck.Notifications.Playlist.NoPermission": "You do not have permission to configure the playlists",
"MaterialDeck.Sett.Enable": "Enable module",
"MaterialDeck.Sett.Model": "Stream Deck Model",
"MaterialDeck.Sett.Model_Hint": "Reduces the amount of macros and sounds in the macro and soundboard configuration screens. Gives a better overview, but if desired it can be set to XL to get the maximum number. This doesn't influence the operation of the module.",
"MaterialDeck.Sett.Model_Mini": "Mini",
"MaterialDeck.Sett.Model_Normal": "Normal or Mobile",
"MaterialDeck.Sett.Model_XL": "XL",
"MaterialDeck.Sett.Help": "Help",
"MaterialDeck.Sett.Permission": "User Permission Configuration",
"MaterialDeck.Sett.PlaylistConfig": "Playlist Configuration",
@@ -23,6 +18,8 @@
"MaterialDeck.Sett.ImageBufferHint": "Sets the amount of images to store in the image cache. The image cache will locally store all images sent to the Stream Deck. This improves the update speed, but increases memory usage.",
"MaterialDeck.Sett.ImageBrightness": "Image Brightness",
"MaterialDeck.Sett.ImageBrightnessHint": "Sets the brightness of the default white images. If the Image Cache Size is bigger than 0, perform a refresh for instant results.",
"MaterialDeck.Sett.NrOfConnMessages": "Number of Connection Warnings",
"MaterialDeck.Sett.NrOfConnMessagesHint": "Sets the number of times a connection warning is displayed if Material Deck cannot connect to Material Server. If set to 0, it will give not be limited.",
"MaterialDeck.PL.Unrestricted": "Unrestricted",
"MaterialDeck.PL.OneTrackPlaylist": "One track per playlist",
@@ -39,6 +36,8 @@
"MaterialDeck.Background": "Background",
"MaterialDeck.Macro": "Macro",
"MaterialDeck.Sound": "Sound",
"MaterialDeck.Sounds": "Sounds",
"MaterialDeck.Of": "of",
"MaterialDeck.Icon": "Icon",
"MaterialDeck.Once": "Once",
"MaterialDeck.Repeat": "Repeat",
@@ -50,11 +49,28 @@
"MaterialDeck.Name": "Name",
"MaterialDeck.None": "None",
"MaterialDeck.Save": "Save",
"MaterialDeck.ClearAll": "Clear All",
"MaterialDeck.ClearAll_Content": "This will clear all the data. This cannot be undone, are you sure you want to proceed?",
"MaterialDeck.ClearPage": "Clear Page",
"MaterialDeck.ClearPage_Content": "This will clear all the data on this page. This cannot be undone, are you sure you want to proceed?",
"MaterialDeck.Continue": "Continue",
"MaterialDeck.Cancel": "Cancel",
"MaterialDeck.Import": "Import",
"MaterialDeck.Export": "Export",
"MaterialDeck.Filename": "Filename",
"MaterialDeck.ExportDialog.Title": "Export",
"MaterialDeck.ExportDialog.SoundboardContent": "Export the soundboard data. Please note that only the metadata is exported, so you will have to make sure the audio files are in the same relative location when you import them.",
"MaterialDeck.ExportDialog.MacroboardContent": "Export the macroboard data. Please note that only the metadata is exported, so you will have to make sure the same macros are available when you import them.",
"MaterialDeck.ImportDialog.Title": "Import",
"MaterialDeck.ImportDialog.SoundboardContent": "Select a file to import. Please note that only the metadata is imported, so you will have to make sure the audio files are in the same relative location as when you exported them.",
"MaterialDeck.ImportDialog.MacroboardContent": "Import the macroboard data. ",
"MaterialDeck.ImportDialog.Warning": "This will overwrite your current settings, and cannot be undone.",
"MaterialDeck.FxMaster.Colorize": "Colorize",
"MaterialDeck.FxMaster.Clear": "Clear All",
"MaterialDeck.Perm.Instructions": "Configure the permission for each Material Deck action.",
"MaterialDeck.Perm.DefaultNotification": "Material Deck user permissions have been configured to the default values.",
@@ -96,15 +112,9 @@
"MaterialDeck.Perm.MACRO.BY_NAME.label": "Macro by Name",
"MaterialDeck.Perm.MACRO.BY_NAME.hint": "Allow users to call macros by name",
"MaterialDeck.Perm.MACRO.MACROBOARD.label": "Macro Board",
"MaterialDeck.Perm.MACRO.MACROBOARD.hint": "Allow users to use the macro board",
"MaterialDeck.Perm.MACRO.MACROBOARD.hint": "Allow users to use the macroboard",
"MaterialDeck.Perm.MACRO.MACROBOARD_CONFIGURE.label": "Configure the Macro Board",
"MaterialDeck.Perm.MACRO.MACROBOARD_CONFIGURE.hint": "Allow users to configure the macro board. To allow users to pick icons using the filepicker, enable 'Browse File Explorer' for that user in the core Permission Configuration",
"MaterialDeck.Perm.MOVE.label": "Move",
"MaterialDeck.Perm.MOVE.TOKEN.label": "Token",
"MaterialDeck.Perm.MOVE.TOKEN.hint": "Allow users to move a controlled token",
"MaterialDeck.Perm.MOVE.CANVAS.label": "Canvas",
"MaterialDeck.Perm.MOVE.CANVAS.hint": "Allow users to move their canvas",
"MaterialDeck.Perm.MACRO.MACROBOARD_CONFIGURE.hint": "Allow users to configure the macroboard. To allow users to pick icons using the filepicker, enable 'Browse File Explorer' for that user in the core Permission Configuration",
"MaterialDeck.Perm.OTHER.label": "Other",
"MaterialDeck.Perm.OTHER.PAUSE.label": "Pause/Resume",
@@ -178,6 +188,22 @@
"MaterialDeck.AboutTime.Second": "nd",
"MaterialDeck.AboutTime.Third": "rd",
"MaterialDeck.AboutTime.Fourth": "th",
"MaterialDeck.AboutTime.Of": "of"
}
"MaterialDeck.AboutTime.Of": "of",
"MaterialDeck.DownloadUtility.Title": "Download Utility",
"MaterialDeck.DownloadUtility.Plugin": "Plugin & Material Server",
"MaterialDeck.DownloadUtility.Minimum": "Minimum",
"MaterialDeck.DownloadUtility.Current": "Current",
"MaterialDeck.DownloadUtility.Latest": "Latest",
"MaterialDeck.DownloadUtility.OS": "OS",
"MaterialDeck.DownloadUtility.Download": "Download",
"MaterialDeck.DownloadUtility.SDplugin": "SD Plugin",
"MaterialDeck.DownloadUtility.MSserver": "Material Server",
"MaterialDeck.DownloadUtility.Windows": "Windows",
"MaterialDeck.DownloadUtility.Macos": "MacOS",
"MaterialDeck.DownloadUtility.Linux": "Linux",
"MaterialDeck.DownloadUtility.Source": "Source",
"MaterialDeck.DownloadUtility.Profiles": "Profiles",
"MaterialDeck.DownloadUtility.Name": "Name",
"MaterialDeck.DownloadUtility.Refresh": "Refresh"
}

View File

@@ -7,11 +7,6 @@
"MaterialDeck.Notifications.Playlist.NoPermission": "プレイリストを設定する権限がありません",
"MaterialDeck.Sett.Enable": "モジュールの有効化",
"MaterialDeck.Sett.Model": "Stream Deck モデル",
"MaterialDeck.Sett.Model_Hint": "マクロとサウンドボードの設定画面でのマクロとサウンドの量を減らします。概要がわかりやすくなりますが、必要に応じてXLに設定して最大数を取得できます。これはモジュールの動作には影響しません。",
"MaterialDeck.Sett.Model_Mini": "Mini",
"MaterialDeck.Sett.Model_Normal": "Normal / Mobile",
"MaterialDeck.Sett.Model_XL": "XL",
"MaterialDeck.Sett.Help": "ヘルプ",
"MaterialDeck.Sett.Permission": "ユーザー権限の設定",
"MaterialDeck.Sett.PlaylistConfig": "プレイリスト設定",
@@ -23,6 +18,8 @@
"MaterialDeck.Sett.ImageBufferHint": "画像キャッシュに保存する画像のデータ量を設定します。画像キャッシュは、ストリームデッキに送信されたすべての画像をローカルに保存します。これにより更新速度は向上しますが、メモリ使用量は増加します。",
"MaterialDeck.Sett.ImageBrightness": "画像の明るさ",
"MaterialDeck.Sett.ImageBrightnessHint": "デフォルトの画像の明るさを設定します。画像キャッシュサイズが0より大きい場合、更新を実行してください。",
"MaterialDeck.Sett.NrOfConnMessages": "Number of Connection Warnings",
"MaterialDeck.Sett.NrOfConnMessagesHint": "Sets the number of times a connection warning is displayed if Material Deck cannot connect to Material Server. If set to 0, it will give not be limited.",
"MaterialDeck.PL.Unrestricted": "無制限",
"MaterialDeck.PL.OneTrackPlaylist": "プレイリストごとに1つのトラック",
@@ -39,6 +36,8 @@
"MaterialDeck.Background": "背景",
"MaterialDeck.Macro": "マクロ",
"MaterialDeck.Sound": "サウンド",
"MaterialDeck.Sounds": "Sounds",
"MaterialDeck.Of": "of",
"MaterialDeck.Icon": "アイコン",
"MaterialDeck.Once": "一度だけ再生",
"MaterialDeck.Repeat": "リピート再生",
@@ -50,11 +49,28 @@
"MaterialDeck.Name": "名前",
"MaterialDeck.None": "無し",
"MaterialDeck.Save": "セーブ",
"MaterialDeck.ClearAll": "Clear All",
"MaterialDeck.ClearAll_Content": "This will clear all the data. This cannot be undone, are you sure you want to proceed?",
"MaterialDeck.ClearPage": "Clear Page",
"MaterialDeck.ClearPage_Content": "This will clear all the data on this page. This cannot be undone, are you sure you want to proceed?",
"MaterialDeck.Continue": "Continue",
"MaterialDeck.Cancel": "Cancel",
"MaterialDeck.Import": "Import",
"MaterialDeck.Export": "Export",
"MaterialDeck.Filename": "Filename",
"MaterialDeck.ExportDialog.Title": "Export",
"MaterialDeck.ExportDialog.SoundboardContent": "Export the soundboard data. Please note that only the metadata is exported, so you will have to make sure the audio files are in the same relative location when you import them.",
"MaterialDeck.ExportDialog.MacroboardContent": "Export the macro board data. Please note that only the metadata is exported, so you will have to make sure the same macros are available when you import them.",
"MaterialDeck.ImportDialog.Title": "Import",
"MaterialDeck.ImportDialog.SoundboardContent": "Select a file to import. Please note that only the metadata is imported, so you will have to make sure the audio files are in the same relative location as when you exported them.",
"MaterialDeck.ImportDialog.MacroboardContent": "Import the macro board data. ",
"MaterialDeck.ImportDialog.Warning": "This will overwrite your current settings, and cannot be undone.",
"MaterialDeck.FxMaster.Colorize": "色付け",
"MaterialDeck.FxMaster.Clear": "すべてクリア",
"MaterialDeck.Perm.Instructions": "各Material Deckアクションの権限を設定します。",
"MaterialDeck.Perm.DefaultNotification": "Material Deckのユーザー権限がデフォルト値に設定されています。",
@@ -100,12 +116,6 @@
"MaterialDeck.Perm.MACRO.MACROBOARD_CONFIGURE.label": "マクロボードの設定",
"MaterialDeck.Perm.MACRO.MACROBOARD_CONFIGURE.hint": "ユーザーがマクロボードを設定できるようにする。ユーザーがファイルエクスプローラを使用してアイコンを選択できるようにするには、コア設定の「権限の設定」でそのユーザーに対して「ファイルエクスプローラの使用」を有効にすること。",
"MaterialDeck.Perm.MOVE.label": "移動",
"MaterialDeck.Perm.MOVE.TOKEN.label": "トークン",
"MaterialDeck.Perm.MOVE.TOKEN.hint": "ユーザーが制御するトークンを移動できるようにする",
"MaterialDeck.Perm.MOVE.CANVAS.label": "キャンバス",
"MaterialDeck.Perm.MOVE.CANVAS.hint": "ユーザーがキャンバスを移動できるようにする",
"MaterialDeck.Perm.OTHER.label": "その他",
"MaterialDeck.Perm.OTHER.PAUSE.label": "一時停止/再開",
"MaterialDeck.Perm.OTHER.PAUSE.hint": "ユーザーがゲームを一時停止または再開できるようにする",
@@ -178,6 +188,22 @@
"MaterialDeck.AboutTime.Second": "",
"MaterialDeck.AboutTime.Third": "",
"MaterialDeck.AboutTime.Fourth": "",
"MaterialDeck.AboutTime.Of": "/"
}
"MaterialDeck.AboutTime.Of": "/",
"MaterialDeck.DownloadUtility.Title": "Download Utility",
"MaterialDeck.DownloadUtility.Plugin": "Plugin & Material Server",
"MaterialDeck.DownloadUtility.Minimum": "Minimum",
"MaterialDeck.DownloadUtility.Current": "Current",
"MaterialDeck.DownloadUtility.Latest": "Latest",
"MaterialDeck.DownloadUtility.OS": "OS",
"MaterialDeck.DownloadUtility.Download": "Download",
"MaterialDeck.DownloadUtility.SDplugin": "SD Plugin",
"MaterialDeck.DownloadUtility.MSserver": "Material Server",
"MaterialDeck.DownloadUtility.Windows": "Windows",
"MaterialDeck.DownloadUtility.Macos": "MacOS",
"MaterialDeck.DownloadUtility.Linux": "Linux",
"MaterialDeck.DownloadUtility.Source": "Source",
"MaterialDeck.DownloadUtility.Profiles": "Profiles",
"MaterialDeck.DownloadUtility.Name": "Name",
"MaterialDeck.DownloadUtility.Refresh": "Refresh"
}