ja.js 1.9 KB

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