Skip to content

Instantly share code, notes, and snippets.

@codeforfun-jp
Last active October 20, 2020 05:29
Show Gist options
  • Save codeforfun-jp/27dbc9a110597c1abba123d8ffdc7135 to your computer and use it in GitHub Desktop.
Save codeforfun-jp/27dbc9a110597c1abba123d8ffdc7135 to your computer and use it in GitHub Desktop.
Translation for MAMP 6.x
<?php
$GLOBALS['strings'] = (array) array(
'_s1_' => (string) 'ようこそ',
'_s2_' => (string) '現在のバージョンは',
'_s3_' => (string) '最新バージョンがインストールされています。',
'_s4_' => (string) '最新バージョンは',
'_s5_' => (string) 'https://www.mamp.info/en/downloads/',
'_s6_' => (string) 'MAMP PROを購入',
'_s7_' => (string) 'さらに生産性を高める:無制限のホスト、無制限の可能性',
'_s8_' => (string) 'MAMP PRO ではそれぞれのウェブサイトでホストを分けることができます。WordPress はワンクリックでインストール。記事を書いたら、MAMP PRO からあなたのウェブサーバーへ直接公開できます。',
'_s9_' => (string) 'さらに詳しく',
'_s10_' => (string) 'https://www.mamp.info/en/mamp-pro/',
'_s11_' => (string) 'MAMP.TV',
'_s12_' => (string) 'MAMP スクリーンキャストを MAMP.TV で',
'_s13_' => (string) 'MAMP & MAMP PRO を使うための最新のチュートリアル、ヒント、トリックを見る',
'_s14_' => (string) 'MAMP.TVをみる',
'_s15_' => (string) 'サポート',
'_s16_' => (string) 'MAMP PRO をお使いの方だけに',
'_s17_' => (string) 'MAMP PRO ライセンンスをお持ちの方は、問題や質問があればいつでもサポートにお問い合わせできます。サポートセンターをご利用ください。',
'_s18_' => (string) 'サポートに問い合わせる',
'_s19_' => (string) 'MAMP Cloud を始める',
'_s20_' => (string) 'ホストのデータ・データベースを Dropbox に保存',
'_s21_' => (string) 'ホストのデータ・データベースを簡単にクラウドに保存することができます。他の Mac からアクセスしたり、ホスト変更前にバックアップを取ることができます。',
'_s22_' => (string) 'https://www.mamp.info/en/mamp/cloud/',
'_s23_' => (string) 'MAMP ニュース',
'_s24_' => (string) '最新情報とアップデートについては Twitter をフォローして下さい。',
'_s25_' => (string) 'Twitterをフォロー',
'_s26_' => (string) 'スタート',
'_s27_' => (string) 'ツール',
'_s28_' => (string) '閉じる',
'_s29_' => (string) ' PHP 5.5.x 以上が必要です。',
'_s30_' => (string) ' PHP 5.4.0 to 7.3.9 以上が必要です。',
'_s31_' => (string) '読み込まれていません',
'_s32_' => (string) 'ヘルプ',
'_s33_' => (string) 'ドキュメント',
'_s34_' => (string) 'Screencasts',
'_s35_' => (string) 'Bugbase',
'_s36_' => (string) 'ウェブサイト',
'_s37_' => (string) 'お気に入りリンク',
'_s38_' => (string) '%sphpMyAdmin%s%s : MySQLの管理画面を表示します。',
'_s39_' => (string) 'ご自身のスクリプトから MySQL サーバーに接続する場合は、以下のパラメータを使用して下さい。',
'_s40_' => (string) 'Host(ホスト)',
'_s41_' => (string) 'Port(ポート)',
'_s42_' => (string) 'Username(ユーザ名)',
'_s43_' => (string) 'Password(パスワード)',
'_s44_' => (string) 'Socket(ソケット)',
'_s45_' => (string) '例',
'_s46_' => (string) 'ネットワーク接続を使用する場合',
'_s47_' => (string) 'UNIX ソケットを使用する場合',
'_s48_' => (string) '%sphpinfo%s:現在のホスト %s の PHP 設定情報を表示します。',
'_s49_' => (string) '%sphpMyAdmin%s%s で MySQL データベースを管理する',
'_s50_' => (string) '%sphpLiteAdmin%s で SQLite データベースを管理する',
'_s51_' => (string) '私のウェブサイト',
'_s52_' => (string) 'MAMP PRO Screencasts on MAMP.TV',
'_s53_' => (string) 'MySQLサーバーが動いていません',
'_s54_' => (string) '接続エラー',
'_s55_' => (string) 'ディスクファイルに保存',
'_s56_' => (string) 'メモリに保存',
);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment