ja.js 2.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. OC.L10N.register(
  2. "dashboard",
  3. {
  4. "Dashboard" : "ダッシュボード",
  5. "Dashboard app" : "ダッシュボードアプリ",
  6. "Show something" : "何か表示されます",
  7. "Customize" : "カスタマイズ",
  8. "Edit widgets" : "ウィジェットを編集",
  9. "Get more widgets from the app store" : "アプリストアで他のウィジェットを入手",
  10. "Change background image" : "背景画像を変更",
  11. "Weather service" : "ウェザーサービス",
  12. "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "あなたのプライバシーを保護するため、あなたに変わって Nextcloud サーバーが気象データをウェザーサービスに要求します。そのため、ウェザーサービスはあなたの個人情報を受け取ることはありません。",
  13. "Weather data from Met.no" : "気象データ提供元は Met.no",
  14. "geocoding with Nominatim" : "Nominatim でジオコーディング",
  15. "elevation data from OpenTopoData" : "標高データ提供元は OpenTopoData です",
  16. "Weather" : "天気",
  17. "Status" : "ステータス",
  18. "Good morning" : "おはようございます",
  19. "Good morning, {name}" : "おはようございます、{name} さん",
  20. "Good afternoon" : "こんにちは",
  21. "Good afternoon, {name}" : "こんにちは、{name} さん",
  22. "Good evening" : "こんばんは",
  23. "Good evening, {name}" : "こんばんは、{name} さん",
  24. "Hello" : "こんにちは",
  25. "Hello, {name}" : "こんにちは、{name} さん",
  26. "Pick from Files" : "ファイルから選択",
  27. "Default images" : "デフォルトの画像",
  28. "Plain background" : "シンプルな背景",
  29. "Insert from {productName}" : "{productName} から挿入",
  30. "Good night, {name}" : "こんばんは、{name} さん",
  31. "Good night" : "こんばんは",
  32. "Pick from files" : "ファイルから選択"
  33. },
  34. "nplurals=1; plural=0;");