You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ko.js 1.4KB

1234567891011121314151617181920212223242526272829
  1. OC.L10N.register(
  2. "dashboard",
  3. {
  4. "Dashboard" : "대시보드",
  5. "Dashboard app" : "대시보드 앱",
  6. "Customize" : "사용자 지정",
  7. "Edit widgets" : "위젯 편집",
  8. "Weather service" : "날씨 서비스",
  9. "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "개인정보 보호를 위해 사용자를 대신해 Nextcloud 서버에서 요청하므로 개인정보를 수신하지 않습니다.",
  10. "Weather data from Met.no" : "Met.no의 날씨 데이터",
  11. "geocoding with Nominatim" : "Nominatim으로 지오 코딩",
  12. "elevation data from OpenTopoData" : "OpenTopoData의 고도 데이터",
  13. "Weather" : "날씨",
  14. "Status" : "상태",
  15. "Good morning" : "좋은 아침입니다.",
  16. "Good morning, {name}" : "{name} 님, 좋은 아침입니다.",
  17. "Good afternoon" : "안녕하세요",
  18. "Good afternoon, {name}" : "{name} 님, 안녕하세요",
  19. "Good evening" : "안녕하세요",
  20. "Good evening, {name}" : "{name} 님, 안녕하세요",
  21. "Hello" : "안녕하세요",
  22. "Hello, {name}" : "{name} 님, 안녕하세요",
  23. "Change background image" : "배경 이미지 변경",
  24. "Pick from Files" : "파일로부터 선택",
  25. "Default images" : "기본 이미지",
  26. "Plain background" : "일반 배경",
  27. "Insert from {productName}" : "{productName}로부터 삽입"
  28. },
  29. "nplurals=1; plural=0;");