ja.js 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. "Out of office" : "オフィス外",
  11. "Working remotely" : "リモートワーク中",
  12. "In a call" : "通話中",
  13. "User status" : "ユーザーステータス",
  14. "Clear status after" : "ステータスの有効期限",
  15. "Emoji for your status message" : "あなたのステータスメッセージに絵文字を",
  16. "What is your status?" : "現在のオンラインステータスは?",
  17. "Predefined statuses" : "事前定義されたステータス",
  18. "Previously set" : "以前の設定",
  19. "Reset status" : "ステータスをリセット",
  20. "Set status" : "ステータスを設定",
  21. "Online status" : "オンラインステータス",
  22. "Status message" : "状態メッセージ",
  23. "Your status was set automatically" : "あなたのステータスは自動的に設定されました",
  24. "Clear status message" : "ステータスメッセージを消去",
  25. "Set status message" : "ステータスメッセージを設定",
  26. "Reset status to \"{icon} {message}\"" : "ステータスを \"{icon} {message}\" にリセット",
  27. "Reset status to \"{message}\"" : "ステータスを \"{message}\" にリセット",
  28. "Reset status to \"{icon}\"" : "ステータスを \"{icon}\" にリセット",
  29. "There was an error saving the status" : "ステータスの保存中にエラーが発生しました",
  30. "There was an error clearing the status" : "ステータスの消去中にエラーが発生しました",
  31. "There was an error reverting the status" : "ステータスを戻す際にエラーが発生しました",
  32. "Don't clear" : "消去しない",
  33. "Today" : "今日",
  34. "This week" : "今週",
  35. "Online" : "オンライン",
  36. "Away" : "離席中",
  37. "Do not disturb" : "取り込み中",
  38. "Invisible" : "ステータスを隠す",
  39. "Offline" : "オフライン",
  40. "There was an error saving the new status" : "新しいステータスの保存中にエラーが発生しました",
  41. "30 minutes" : "30分",
  42. "1 hour" : "1時間",
  43. "4 hours" : "4時間",
  44. "Mute all notifications" : "全ての通知をミュート",
  45. "Appear offline" : "オフライン",
  46. "View profile" : "プロフィールを表示",
  47. "{status}, {timestamp}" : "{status}、{timestamp}"
  48. },
  49. "nplurals=1; plural=0;");