36 lines
1.6 KiB
PHP
36 lines
1.6 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"Help" => "ヘルプ",
|
|
"Personal" => "個人設定",
|
|
"Settings" => "設定",
|
|
"Users" => "ユーザ",
|
|
"Apps" => "アプリ",
|
|
"Admin" => "管理者",
|
|
"ZIP download is turned off." => "ZIPダウンロードは無効です。",
|
|
"Files need to be downloaded one by one." => "ファイルは1つずつダウンロードする必要があります。",
|
|
"Back to Files" => "ファイルに戻る",
|
|
"Selected files too large to generate zip file." => "選択したファイルはZIPファイルの生成には大きすぎます。",
|
|
"couldn't be determined" => "測定できませんでした",
|
|
"Application is not enabled" => "アプリケーションは無効です",
|
|
"Authentication error" => "認証エラー",
|
|
"Token expired. Please reload page." => "トークンが無効になりました。ページを再読込してください。",
|
|
"Files" => "ファイル",
|
|
"Text" => "TTY TDD",
|
|
"Images" => "画像",
|
|
"seconds ago" => "秒前",
|
|
"1 minute ago" => "1分前",
|
|
"%d minutes ago" => "%d 分前",
|
|
"1 hour ago" => "1 時間前",
|
|
"%d hours ago" => "%d 時間前",
|
|
"today" => "今日",
|
|
"yesterday" => "昨日",
|
|
"%d days ago" => "%d 日前",
|
|
"last month" => "先月",
|
|
"%d months ago" => "%d 分前",
|
|
"last year" => "昨年",
|
|
"years ago" => "年前",
|
|
"%s is available. Get <a href=\"%s\">more information</a>" => "%s が利用可能です。<a href=\"%s\">詳細情報</a> を確認ください",
|
|
"up to date" => "最新です",
|
|
"updates check is disabled" => "更新チェックは無効です",
|
|
"Could not find category \"%s\"" => "カテゴリ \"%s\" が見つかりませんでした"
|
|
);
|