ja.js 3.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. OC.L10N.register(
  2. "weather_status",
  3. {
  4. "Unknown address" : "アドレスが見つかりません",
  5. "No result." : "結果なし",
  6. "Malformed JSON data." : "JSONデータの形式に誤りがあります",
  7. "Error" : "エラー",
  8. "Weather status" : "現在の天気",
  9. "Weather status in your dashboard" : "ダッシュボードにおける天気の表示",
  10. "Weather status integrated in the Dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "天気ウィジットはダッシュボードアプリに統合されています。ユーザーの現在地は自動または手動で設定でき、その地点の6時間予報が表示されます。このウィジットはカレンダーアプリなど他の場所にも統合させることができます。",
  11. "Detect location" : "地域を検出",
  12. "Set custom address" : "地域を入力",
  13. "Favorites" : "お気に入り",
  14. "{temperature} {unit} clear sky later today" : "{temperature} {unit} 今日遅く快晴",
  15. "{temperature} {unit} clear sky" : "{temperature} {unit} 快晴",
  16. "{temperature} {unit} cloudy later today" : "{temperature} {unit} 今日遅く曇り",
  17. "{temperature} {unit} cloudy" : "{temperature} {unit} 曇り",
  18. "{temperature} {unit} fair weather later today" : "{temperature} {unit} 今日遅く晴れ",
  19. "{temperature} {unit} fair weather" : "{temperature} {unit} 晴れ",
  20. "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} 今日遅く所々曇り",
  21. "{temperature} {unit} partly cloudy" : "{temperature} {unit} 所々曇り",
  22. "{temperature} {unit} foggy later today" : "{temperature} {unit} 今日遅く霧",
  23. "{temperature} {unit} foggy" : "{temperature} {unit} 霧",
  24. "{temperature} {unit} light rainfall later today" : "{temperature} {unit} 今日遅く小雨",
  25. "{temperature} {unit} light rainfall" : "{temperature} {unit} 小雨",
  26. "{temperature} {unit} rainfall later today" : "{temperature} {unit} 今日遅く雨",
  27. "{temperature} {unit} rainfall" : "{temperature} {unit} 雨",
  28. "{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} 今日遅く大雨",
  29. "{temperature} {unit} heavy rainfall" : "{temperature} {unit} 大雨",
  30. "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} 今日遅くにわか雨",
  31. "{temperature} {unit} rainfall showers" : "{temperature} {unit} にわか雨",
  32. "{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} 今日遅く小雨",
  33. "{temperature} {unit} light rainfall showers" : "{temperature} {unit} 小雨",
  34. "{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} 今日遅く大雨",
  35. "{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} 大雨",
  36. "More weather for {adr}" : "{adr} の詳しい天気",
  37. "Loading weather" : "天気を読み込み中",
  38. "Remove from favorites" : "お気に入りから削除",
  39. "Add as favorite" : "お気に入りに追加",
  40. "You are not logged in." : "ログインしていません",
  41. "There was an error getting the weather status information." : "天気情報取得時にエラーが発生しました",
  42. "No weather information found" : "天気情報が見つかりません",
  43. "Location not found" : "地域が見つかりません",
  44. "There was an error setting the location address." : "住所設定時にエラーが発生しました",
  45. "There was an error setting the location." : "地域設定時にエラーが発生しました",
  46. "There was an error saving the mode." : "モードの保存時にエラーが発生しました",
  47. "There was an error using personal address." : "個人の住所使用時にエラーが発生しました",
  48. "Set location for weather" : "天気の地域設定"
  49. },
  50. "nplurals=1; plural=0;");