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. "User status" : "ユーザーステータス",
  11. "View profile" : "プロフィールを表示",
  12. "Clear status message after" : "ステータスメッセージの有効期限",
  13. "What is your status?" : "現在のオンラインステータスは?",
  14. "Set status" : "ステータスを設定",
  15. "Online status" : "オンラインステータス",
  16. "Status message" : "状態メッセージ",
  17. "Clear status message" : "ステータスメッセージを消去",
  18. "Set status message" : "ステータスメッセージを設定",
  19. "There was an error saving the status" : "ステータスの保存中にエラーが発生しました",
  20. "There was an error clearing the status" : "ステータスの消去中にエラーが発生しました",
  21. "No recent status changes" : "最近のステータスの変更はありません",
  22. "Away" : "離席中",
  23. "Do not disturb" : "取り込み中",
  24. "{status}, {timestamp}" : "{status}、{timestamp}",
  25. "Don't clear" : "消去しない",
  26. "Today" : "今日",
  27. "This week" : "今週",
  28. "Online" : "オンライン",
  29. "Invisible" : "ステータスを隠す",
  30. "Offline" : "オフライン",
  31. "There was an error saving the new status" : "新しいステータスの保存中にエラーが発生しました",
  32. "30 minutes" : "30分",
  33. "1 hour" : "1時間",
  34. "4 hours" : "4時間",
  35. "Mute all notifications" : "全ての通知をミュート",
  36. "Appear offline" : "オフライン",
  37. "Clear status after" : "ステータスの有効期限",
  38. "What's your status?" : "現在のオンラインステータスは?"
  39. },
  40. "nplurals=1; plural=0;");