ja_JP.php 1.3 KB

1234567891011121314151617181920212223242526272829
  1. <?php $TRANSLATIONS = array(
  2. "Help" => "ヘルプ",
  3. "Personal" => "個人設定",
  4. "Settings" => "設定",
  5. "Users" => "ユーザ",
  6. "Apps" => "アプリ",
  7. "Admin" => "管理者",
  8. "ZIP download is turned off." => "ZIPダウンロードは無効です。",
  9. "Files need to be downloaded one by one." => "ファイルは1つずつダウンロードする必要があります。",
  10. "Back to Files" => "ファイルに戻る",
  11. "Selected files too large to generate zip file." => "選択したファイルはZIPファイルの生成には大きすぎます。",
  12. "Application is not enabled" => "アプリケーションは無効です",
  13. "Authentication error" => "認証エラー",
  14. "Token expired. Please reload page." => "トークンが無効になりました。ページを再読込してください。",
  15. "seconds ago" => "秒前",
  16. "1 minute ago" => "1分前",
  17. "%d minutes ago" => "%d 分前",
  18. "today" => "今日",
  19. "yesterday" => "昨日",
  20. "%d days ago" => "%d 日前",
  21. "last month" => "先月",
  22. "months ago" => "月前",
  23. "last year" => "昨年",
  24. "years ago" => "年前",
  25. "%s is available. Get <a href=\"%s\">more information</a>" => "%s が利用可能です。<a href=\"%s\">詳細情報</a> を確認ください",
  26. "up to date" => "最新です",
  27. "updates check is disabled" => "更新チェックは無効です"
  28. );