mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-26 23:44:43 -04:00
parent
d5f8d8e899
commit
1612346319
35 changed files with 3777 additions and 1093 deletions
|
@ -10,7 +10,7 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Language-Team: Japanese\n"
|
||||
"Language: ja_JP\n"
|
||||
"PO-Revision-Date: 2020-12-11 18:07\n"
|
||||
"PO-Revision-Date: 2021-02-02 23:11\n"
|
||||
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
@ -126,12 +126,21 @@ msgstr "削除"
|
|||
msgid "Scale Image"
|
||||
msgstr "画像の拡大縮小"
|
||||
|
||||
msgid "Pixels"
|
||||
msgstr "ピクセル"
|
||||
|
||||
msgid "Percentage"
|
||||
msgstr "割合"
|
||||
|
||||
msgid "Crop Image"
|
||||
msgstr "画像のトリミング"
|
||||
|
||||
msgid "Resize Canvas"
|
||||
msgstr "キャンバスサイズを変更"
|
||||
|
||||
msgid "Centralize Image"
|
||||
msgstr "画像を中央に"
|
||||
|
||||
msgid "Rotate Image"
|
||||
msgstr "画像を回転"
|
||||
|
||||
|
@ -153,12 +162,18 @@ msgstr "設定"
|
|||
msgid "Tile Mode"
|
||||
msgstr "タイルモード"
|
||||
|
||||
msgid "Window Transparency"
|
||||
msgstr "ウィンドウの透明度"
|
||||
|
||||
msgid "Mirror View"
|
||||
msgstr "ミラービュー"
|
||||
|
||||
msgid "Show Grid"
|
||||
msgstr "グリッドを表示"
|
||||
|
||||
msgid "Show Pixel Grid"
|
||||
msgstr "ピクセルグリッドを表示"
|
||||
|
||||
msgid "Show Rulers"
|
||||
msgstr "ルーラーを表示"
|
||||
|
||||
|
@ -383,6 +398,9 @@ msgstr "ショートカット"
|
|||
msgid "Backup"
|
||||
msgstr "バックアップ"
|
||||
|
||||
msgid "Performance"
|
||||
msgstr "パフォーマンス"
|
||||
|
||||
msgid "Indicators"
|
||||
msgstr "インジケーター"
|
||||
|
||||
|
@ -548,11 +566,8 @@ msgstr "Pixelorama - 夢をピクセル化しよう!"
|
|||
msgid "Developed by Orama Interactive"
|
||||
msgstr "Developed by Orama Interactive"
|
||||
|
||||
msgid "Copyright 2019-2020 Orama Interactive and contributors"
|
||||
msgstr "Copyright 2019-2020 Orama Interactive and contributors"
|
||||
|
||||
msgid "©2019-2020 by Orama Interactive and contributors"
|
||||
msgstr "©2019-2020 by Orama Interactive and contributors"
|
||||
msgid "©2019-present by Orama Interactive and contributors"
|
||||
msgstr "©2019-present by Orama Interactive and contributors"
|
||||
|
||||
msgid "Website"
|
||||
msgstr "ウェブサイト"
|
||||
|
@ -708,6 +723,13 @@ msgstr "ズーム\n\n"
|
|||
"%sでマウスの左ボタンを ズーム に変更\n"
|
||||
"%sでマウスの右ボタンを ズーム に変更"
|
||||
|
||||
msgid "Pan\n\n"
|
||||
"%s for left mouse button\n"
|
||||
"%s for right mouse button"
|
||||
msgstr "パン\n\n"
|
||||
"%sでマウスの左ボタンを パン に変更\n"
|
||||
"%sでマウスの右ボタンを パン に変更"
|
||||
|
||||
msgid "Color Picker\n"
|
||||
"Select a color from a pixel of the sprite\n\n"
|
||||
"%s for left mouse button\n"
|
||||
|
@ -823,23 +845,47 @@ msgstr "アイソメトリック"
|
|||
msgid "All"
|
||||
msgstr "すべて"
|
||||
|
||||
msgid "Grid width:"
|
||||
msgstr "グリッドの幅:"
|
||||
msgid "Rectangular grid width:"
|
||||
msgstr "矩形グリッドの幅:"
|
||||
|
||||
msgid "Sets how far apart are vertical lines of the grid"
|
||||
msgstr "グリッドの垂直方向の線の距離を設定します。"
|
||||
msgid "Sets how far apart are vertical lines of the rectangular grid"
|
||||
msgstr "矩形グリッドの垂直方向の線の間隔を設定します"
|
||||
|
||||
msgid "Grid height:"
|
||||
msgstr "グリッドの高さ:"
|
||||
msgid "Rectangular grid height:"
|
||||
msgstr "矩形グリッドの高さ:"
|
||||
|
||||
msgid "Sets how far apart are horizontal lines of the grid"
|
||||
msgstr "グリッドの水平方向の線の距離を設定します"
|
||||
msgid "Sets how far apart are horizontal lines of the rectangular grid"
|
||||
msgstr "矩形グリッドの水平方向の線の間隔を設定します"
|
||||
|
||||
msgid "Isometric cell size:"
|
||||
msgstr "等角セルサイズ:"
|
||||
msgid "Isometric cell bounds width:"
|
||||
msgstr "等角セルの境界の幅:"
|
||||
|
||||
msgid "Sets the size of the cells in an isometric grid"
|
||||
msgstr "等角グリッドのセルのサイズを設定します"
|
||||
msgid "Sets the width of the isometric cell's axis aligned bounding box"
|
||||
msgstr "等角セルの軸揃えの境界ボックスの幅を設定します"
|
||||
|
||||
msgid "Isometric cell bounds height:"
|
||||
msgstr "等角セルの境界の高さ:"
|
||||
|
||||
msgid "Sets the height of the isometric cell's axis aligned bounding box"
|
||||
msgstr "等角セルの軸揃えの境界ボックスの高さを設定します"
|
||||
|
||||
msgid "Grid offset x:"
|
||||
msgstr "グリッドオフセット x:"
|
||||
|
||||
msgid "Sets grid's x offset from the canvas origin (top left corner of the image)"
|
||||
msgstr "キャンバスの原点 (画像の左上隅) からのグリッドの x オフセットを設定します。"
|
||||
|
||||
msgid "Grid offset y:"
|
||||
msgstr "グリッドオフセット y:"
|
||||
|
||||
msgid "Sets grid's y offset from the canvas origin (top left corner of the image)"
|
||||
msgstr "キャンバスの原点 (画像の左上隅) からのグリッドの y オフセットを設定します。"
|
||||
|
||||
msgid "Draw over Tile Mode:"
|
||||
msgstr "タイルモードの上に表示:"
|
||||
|
||||
msgid "If disabled, the grid will be drawn only over the original image"
|
||||
msgstr "無効にすると、グリッドは元の画像の上にのみ描画されます"
|
||||
|
||||
msgid "Grid color:"
|
||||
msgstr "グリッドの色:"
|
||||
|
@ -847,6 +893,21 @@ msgstr "グリッドの色:"
|
|||
msgid "A color of the grid"
|
||||
msgstr "グリッドの色"
|
||||
|
||||
msgid "Pixel Grid"
|
||||
msgstr "ピクセルグリッド"
|
||||
|
||||
msgid "Show at zoom:"
|
||||
msgstr "ズームで表示:"
|
||||
|
||||
msgid "Sets the minimal zoom at which pixel grid will be shown"
|
||||
msgstr "ピクセルが表示される最小のズームを設定します。"
|
||||
|
||||
msgid "Pixel grid color:"
|
||||
msgstr "ピクセルグリッドの色:"
|
||||
|
||||
msgid "A color of the pixel grid"
|
||||
msgstr "ピクセルグリッドの色"
|
||||
|
||||
msgid "Transparency"
|
||||
msgstr "透明度"
|
||||
|
||||
|
@ -883,6 +944,18 @@ msgstr "透明なチェッカーはキャンバスのズームレベルに従い
|
|||
msgid "Only custom preset can be modified"
|
||||
msgstr "カスタムプリセットのみ変更できます"
|
||||
|
||||
msgid "Set application FPS limit:"
|
||||
msgstr "アプリのFPS上限を設定:"
|
||||
|
||||
msgid "Limit FPS to 1 when app loses focus"
|
||||
msgstr "アプリがフォーカスを失った場合、FPSを1に制限する"
|
||||
|
||||
msgid "Sets the limit of the application's frames per second. The lower the number, the lower the CPU usage, but the application gets slower, choppier and unresponsive. 0 means that there is no limit."
|
||||
msgstr "アプリケーションのフレーム/秒の制限を設定します。 数値が低いほどCPU使用率が低くなりますが、アプリケーションが遅く、粗く、応答がなくなります。0は制限がないことを意味します。"
|
||||
|
||||
msgid "If this is toggled on, when the application's window loses focus, the FPS limit of the application is set to 1. This helps lower CPU usage when idle. The FPS limit is being reset when the mouse enters the application's window."
|
||||
msgstr "これをオンにすると、アプリケーションのウィンドウがフォーカスを失った場合のアプリケーションのFPS制限が1に設定されます。 これはアイドル時のCPU使用率を低下させるのに役立ちます。マウスがアプリケーションのウィンドウに入ったときにFPS制限がリセットされます。"
|
||||
|
||||
msgid "Brush:"
|
||||
msgstr "ブラシ:"
|
||||
|
||||
|
@ -1372,8 +1445,14 @@ msgstr "既定の塗りつぶしの色:"
|
|||
msgid "A default background color of a new image"
|
||||
msgstr "新しい画像の既定の背景色"
|
||||
|
||||
msgid "Lock aspect ratio:"
|
||||
msgstr "アスペクト比をロック:"
|
||||
msgid "Lock aspect ratio"
|
||||
msgstr "アスペクト比をロック"
|
||||
|
||||
msgid "Portrait"
|
||||
msgstr "縦"
|
||||
|
||||
msgid "Landscape"
|
||||
msgstr "横"
|
||||
|
||||
msgid "Templates:"
|
||||
msgstr "テンプレート:"
|
||||
|
@ -1396,6 +1475,9 @@ msgstr "矩形選択"
|
|||
msgid "Zoom"
|
||||
msgstr "ズーム"
|
||||
|
||||
msgid "Pan"
|
||||
msgstr "パン"
|
||||
|
||||
msgid "Color Picker"
|
||||
msgstr "カラーピッカー"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue