@@ -22,19 +22,19 @@ export default {
2222 // messages in the main map section
2323 map : {
2424 select_save : 'ウィンドウ左上部の『セーブデータ』からセーブデータを選択してください' ,
25- loading : '数秒お待ちください ...' ,
26- error : '何か問題があります ' ,
27- click_to_view_system : 'Click to open map ' ,
25+ loading : 'しばらくお待ちください ...' ,
26+ error : '何らかの問題が発生しました ' ,
27+ click_to_view_system : 'クリックすると星系マップを開きます ' ,
2828 tooltip : {
29- colonies : 'Colonies ' ,
29+ colonies : '植民地 ' ,
3030 } ,
3131 } ,
3232 // various generic messages
3333 generic : {
3434 NEVER : 'THIS IS A BUG' , // this message will never be displayed
3535 enabled : '有効' ,
3636 disabled : '無効' ,
37- back_button : 'Back ' ,
37+ back_button : '戻る ' ,
3838 cancel_button : 'キャンセル' ,
3939 close_button : '閉じる' ,
4040 loading : 'ロード中...' ,
@@ -223,7 +223,7 @@ export default {
223223 none : '無視する' ,
224224 } ,
225225 country : {
226- player : 'Player ' ,
226+ player : 'プレイヤー ' ,
227227 } ,
228228 terra_incognita_style : {
229229 flat : 'フラット' ,
@@ -238,19 +238,19 @@ export default {
238238 all : 'すべての星系' ,
239239 } ,
240240 system_map_label_position : {
241- top : 'Top ' ,
242- bottom : 'Bottom ' ,
243- right : 'Right ' ,
244- left : 'Left ' ,
245- orbit : 'Orbit ' ,
241+ top : '上 ' ,
242+ bottom : '下 ' ,
243+ right : '右 ' ,
244+ left : '左 ' ,
245+ orbit : '軌道に沿わせる ' ,
246246 } ,
247247 } ,
248248 setting : {
249249 // labels and tooltips for various settings
250250 group : {
251251 borders : '境界線' ,
252252 unions : '同盟モード' ,
253- occupation : 'Occupation ' ,
253+ occupation : '戦争 ' ,
254254 countryLabels : '国ラベル' ,
255255 systemLabels : '星系ラベル' ,
256256 systemIcons : '星系アイコン' ,
@@ -260,16 +260,16 @@ export default {
260260 misc : 'その他' ,
261261 advancedBorder : '境界線の詳細設定' ,
262262 starscape : '星景' ,
263- legend : 'Legend ' ,
264- solarSystemMap : 'Solar System Maps ' ,
263+ legend : '凡例 ' ,
264+ solarSystemMap : '星系マップ ' ,
265265 } ,
266266 mapMode : 'マップモード' ,
267267 mapModePointOfView : '視点' ,
268268 mapModePointOfView_tooltip : `<ul>
269- <li><strong>WARNING </strong>: changing this can reveal information you normally could not see. Avoid if you want a "pure" experience. </li>
270- <li>Tip: <strong>shift+click </strong> a country on the map to change to their Point of View. </li>
269+ <li><strong>警告 </strong>: プレイヤー以外の視点を見ることで通常得ることのできない情報を得られる可能性があります。『ピュア』な体験を求める場合、視点の変更はしないでください。 </li>
270+ <li>Tip: マップ上の帝国を <strong>Shiftキーを押しながら左クリック </strong>すると、視点をダイレクトに変更できます。 </li>
271271 </ul>` ,
272- mapModeSpecies : 'Species ' ,
272+ mapModeSpecies : '種族 ' ,
273273 borderStroke : '国境線' ,
274274 borderColor : '国境線の色' ,
275275 borderFillColor : '帝国の塗りつぶし色' ,
@@ -279,22 +279,22 @@ export default {
279279 <li>不透明度は100%から開始します。</li>
280280 <li>帝国の塗りつぶし色の不透明度が低い場合に最適です。</li>
281281 </ul>` ,
282- frontierBubbleThreshold : 'Frontier Bubble Threshold ' ,
282+ frontierBubbleThreshold : 'フロンティア・バブルの閾値 ' ,
283283 frontierBubbleThreshold_tooltip : `<ul>
284- <li>Frontier bubbles are drawn as if part of an adjacent sector. </li>
285- <li>Frontier bubbles are small clusters of hyperlane-connected sector-less systems. </li>
286- <li>This setting determines the maximum number of systems in a frontier bubble. </li>
287- <li>Leave blank or set to zero to disable. </li>
284+ <li>フロンティアバブルは、隣接するセクターの一部であるかのように描かれます。 </li>
285+ <li>フロンティア・バブルとは、ハイパーレーンで結ばれたセクターの無い星系の集団のことです。 </li>
286+ <li>この設定はフロンティアバブル内の星系の最大数を決定します。 </li>
287+ <li>この欄が空白または0が入力されていると、この機能は無効化されます。 </li>
288288 </ul>` ,
289- sectorTypeBorderStyles : 'Distinct Sector Type Styles ' ,
289+ sectorTypeBorderStyles : 'セクターの種類でスタイルを変える ' ,
290290 sectorTypeBorderStyles_tooltip :
291- 'Adds separate style settings for Core and Frontier sector borders. ' ,
291+ 'コア・セクターとフロンティア・セクターの境界線に別々のスタイル設定を追加します。 ' ,
292292 sectorBorderStroke : 'セクター境界' ,
293293 sectorBorderColor : 'セクター境界色' ,
294- sectorCoreBorderStroke : 'Core Sector Borders ' ,
295- sectorCoreBorderColor : 'Core Sector Border Color ' ,
296- sectorFrontierBorderStroke : 'Frontier Sector Borders ' ,
297- sectorFrontierBorderColor : 'Frontier Sector Border Color ' ,
294+ sectorCoreBorderStroke : 'コア・セクター境界 ' ,
295+ sectorCoreBorderColor : 'コア・セクター境界色 ' ,
296+ sectorFrontierBorderStroke : 'フロンティア・セクター境界 ' ,
297+ sectorFrontierBorderColor : 'フロンティア・セクター境界色 ' ,
298298 unionBorderStroke : '連邦の境界' ,
299299 unionBorderColor : '連邦境界色' ,
300300 unionMode : '同盟モード' ,
@@ -305,8 +305,8 @@ export default {
305305 unionLeaderSymbol : '宗主国/連邦指導国のシンボル' ,
306306 unionLeaderSymbolSize : '宗主国/連邦指導国のシンボルのサイズ' ,
307307 unionLeaderUnderline : '宗主国/連邦指導国の名前に下線を付ける' ,
308- occupation : 'Occupation ' ,
309- occupationColor : 'Occupation Color ' ,
308+ occupation : '占領 ' ,
309+ occupationColor : '占領表示色 ' ,
310310 countryNames : '国名表示' ,
311311 countryNamesType : '国名のタイプ' ,
312312 countryNamesMinSize : '名前の文字最小サイズ' ,
@@ -406,24 +406,24 @@ export default {
406406 starScapeStars : '背景の星' ,
407407 starScapeStarsColor : '背景の星の色' ,
408408 starScapeStarsCount : '背景の星の数' ,
409- legend : 'Legend ' ,
410- legendFontSize : 'Font Size ' ,
411- legendBorderStroke : 'Border ' ,
412- legendBorderColor : 'Border Color ' ,
413- legendBackgroundColor : 'Background Color ' ,
414- systemMapOrbitStroke : 'Orbit Lines ' ,
415- systemMapOrbitColor : 'Orbit Lines Color ' ,
416- systemMapPlanetScale : 'Planet Scale ' ,
417- systemMapLabelPlanetsFont : 'Planet Name Font ' ,
418- systemMapLabelPlanetsFontSize : 'Planet Name Font Size ' ,
419- systemMapLabelPlanetsPosition : 'Planet Name Position ' ,
420- systemMapLabelPlanetsFallbackPosition : 'Planet Name Fallback Position ' ,
421- systemMapLabelColoniesEnabled : 'Colony Names Enabled ' ,
422- systemMapLabelStarsEnabled : 'Star Names Enabled ' ,
423- systemMapLabelPlanetsEnabled : 'Planet Names Enabled ' ,
424- systemMapLabelMoonsEnabled : 'Moon Names Enabled ' ,
425- systemMapLabelAsteroidsEnabled : 'Asteroid Names Enabled ' ,
426- systemMapHyperlanesEnabled : 'Hyperlane Connections Enabled ' ,
409+ legend : '凡例 ' ,
410+ legendFontSize : 'フォントサイズ ' ,
411+ legendBorderStroke : '境界 ' ,
412+ legendBorderColor : '境界の色 ' ,
413+ legendBackgroundColor : '背景色 ' ,
414+ systemMapOrbitStroke : '惑星軌道 ' ,
415+ systemMapOrbitColor : '惑星軌道表示色 ' ,
416+ systemMapPlanetScale : '惑星の大きさ ' ,
417+ systemMapLabelPlanetsFont : '惑星名のフォント ' ,
418+ systemMapLabelPlanetsFontSize : '惑星名のフォントサイズ ' ,
419+ systemMapLabelPlanetsPosition : '惑星名の位置 ' ,
420+ systemMapLabelPlanetsFallbackPosition : '惑星名の位置(フォールバック) ' ,
421+ systemMapLabelColoniesEnabled : '植民地名の表示 ' ,
422+ systemMapLabelStarsEnabled : '恒星名の表示 ' ,
423+ systemMapLabelPlanetsEnabled : '惑星名の表示 ' ,
424+ systemMapLabelMoonsEnabled : '衛星名の表示 ' ,
425+ systemMapLabelAsteroidsEnabled : '小惑星名の表示 ' ,
426+ systemMapHyperlanesEnabled : 'ハイパーレーン接続の表示 ' ,
427427 appLocale : 'StellarMapsの言語' ,
428428 appLocale_tooltip :
429429 '翻訳を手伝いたい人はDiscordサーバー(トップバーのリンク)に参加してください!' ,
@@ -443,61 +443,61 @@ export default {
443443 } ,
444444 map_mode : {
445445 common : {
446- selected_country : 'Selected Country ' ,
446+ selected_country : '選択中の帝国 ' ,
447447 } ,
448448 default : {
449- name : 'Empires ' ,
449+ name : '帝国 ' ,
450450 } ,
451451 unions : {
452- name : 'Unions ' ,
452+ name : '同盟 ' ,
453453 } ,
454454 wars : {
455- name : 'Wars ' ,
456- tooltip_label : 'War Status ' ,
457- hostile : 'Hostile ' ,
458- ally : 'Ally in Active War ' ,
459- at_war : 'At War (Uninvolved )' ,
460- at_peace : 'At Peace ' ,
455+ name : '戦争 ' ,
456+ tooltip_label : '戦争状態 ' ,
457+ hostile : '敵対 ' ,
458+ ally : '選択中の戦争の同盟国 ' ,
459+ at_war : '戦争中(無関係 )' ,
460+ at_peace : '非戦争状態 ' ,
461461 } ,
462462 population : {
463- name_total : 'Total Population ' ,
464- name_by_country : 'Population by Country ' ,
465- name_species : 'Species Population ' ,
466- tooltip_label : 'Population ' ,
467- total : 'Total Population ' ,
468- country : 'Population (Colored by Country )' ,
469- free_species : 'Free {species}' ,
470- enslaved_species : 'Enslaved {species}' ,
471- other_species : 'Other Species ' ,
463+ name_total : '総POP数 ' ,
464+ name_by_country : '国家ごとのPOP数 ' ,
465+ name_species : '種族のPOP数 ' ,
466+ tooltip_label : 'POP数 ' ,
467+ total : '総POP数 ' ,
468+ country : 'POP数(国別カラー )' ,
469+ free_species : '自由民の {species}' ,
470+ enslaved_species : '奴隷の {species}' ,
471+ other_species : 'その他の種族 ' ,
472472 } ,
473473 fleet_power : {
474- name_allied_and_hostile : 'Allied and Hostile Fleet Power ' ,
475- tooltip_label : 'Fleet Power ' ,
476- own_fleet : 'Own Fleet ' ,
477- own_station : 'Own Station ' ,
478- allied_fleet : 'Allied Fleet ' ,
479- allied_station : 'Allied Station ' ,
480- hostile_fleet : 'Hostile Fleet ' ,
481- hostile_station : 'Hostile Station ' ,
474+ name_allied_and_hostile : '同盟艦隊と敵対艦隊の艦隊戦力 ' ,
475+ tooltip_label : '艦隊戦力 ' ,
476+ own_fleet : '自国の艦隊 ' ,
477+ own_station : '自国のステーション ' ,
478+ allied_fleet : '同盟艦隊 ' ,
479+ allied_station : '同盟国のステーション ' ,
480+ hostile_fleet : '敵対艦隊 ' ,
481+ hostile_station : '敵対国のステーション ' ,
482482 } ,
483483 trade_routes : {
484- name : 'Trade Routes ' ,
485- tooltip_label : 'Trade Value ' ,
486- collected : 'Collected Value ' ,
487- pass_through : 'Passed Through Value ' ,
488- pirated : 'Pirated Value ' ,
484+ name : '交易路 ' ,
485+ tooltip_label : '交易価値 ' ,
486+ collected : '回収された交易価値 ' ,
487+ pass_through : '移送中の交易価値 ' ,
488+ pirated : '海賊による減少 ' ,
489489 } ,
490490 authority : {
491- name : 'Authority ' ,
492- tooltip_label : 'Authority ' ,
491+ name : '統治形態 ' ,
492+ tooltip_label : '統治形態 ' ,
493493 } ,
494494 relations : {
495- name : 'Relations ' ,
496- tooltip_label : 'Relations ' ,
495+ name : '関係 ' ,
496+ tooltip_label : '関係 ' ,
497497 } ,
498498 } ,
499499 legend : {
500- fully_occupied : 'Fully Occupied ' ,
501- partially_occupied : 'Partially Occupied ' ,
500+ fully_occupied : '完全な占領 ' ,
501+ partially_occupied : '部分的な占領 ' ,
502502 } ,
503503} ;
0 commit comments