ja.js 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. OC.L10N.register(
  2. "user_status",
  3. {
  4. "Recent statuses" : "最近のステータス",
  5. "No recent status changes" : "最近のステータスの変更はありません",
  6. "In a meeting" : "会議中",
  7. "Commuting" : "通勤中",
  8. "Out sick" : "体調不良",
  9. "Vacationing" : "休暇",
  10. "Working remotely" : "リモートワーク中",
  11. "In a call" : "通話中",
  12. "User status" : "ユーザーステータス",
  13. "Clear status after" : "ステータスの有効期限",
  14. "What is your status?" : "現在のオンラインステータスは?",
  15. "Set status" : "ステータスを設定",
  16. "Online status" : "オンラインステータス",
  17. "Status message" : "状態メッセージ",
  18. "Clear status message" : "ステータスメッセージを消去",
  19. "Set status message" : "ステータスメッセージを設定",
  20. "There was an error saving the status" : "ステータスの保存中にエラーが発生しました",
  21. "There was an error clearing the status" : "ステータスの消去中にエラーが発生しました",
  22. "Don't clear" : "消去しない",
  23. "Today" : "今日",
  24. "This week" : "今週",
  25. "Online" : "オンライン",
  26. "Away" : "離席中",
  27. "Do not disturb" : "取り込み中",
  28. "Invisible" : "ステータスを隠す",
  29. "Offline" : "オフライン",
  30. "There was an error saving the new status" : "新しいステータスの保存中にエラーが発生しました",
  31. "30 minutes" : "30分",
  32. "1 hour" : "1時間",
  33. "4 hours" : "4時間",
  34. "Mute all notifications" : "全ての通知をミュート",
  35. "Appear offline" : "オフライン",
  36. "View profile" : "プロフィールを表示",
  37. "{status}, {timestamp}" : "{status}、{timestamp}"
  38. },
  39. "nplurals=1; plural=0;");