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.

21 lines
1.1 KiB

  1. OC.L10N.register(
  2. "dashboard",
  3. {
  4. "Dashboard" : "Панэль кіравання",
  5. "Dashboard app" : "Праграма Панэль кіравання",
  6. "Weather" : "Надвор'е",
  7. "Status" : "Стан",
  8. "Good morning" : "Добрай раніцы",
  9. "Good morning, {name}" : "Добрай раніцы, {name}",
  10. "Good afternoon" : "Добры дзень",
  11. "Good afternoon, {name}" : "Добры дзень, {name}",
  12. "Good evening" : "Добры вечар",
  13. "Good evening, {name}" : "Добры вечар, {name}",
  14. "Hello" : "Вітаем",
  15. "Hello, {name}" : "Вітаем, {name}",
  16. "Happy birthday 🥳🤩🎂🎉" : "З народзінамі 🥳🤩🎂🎉",
  17. "Happy birthday, {name} 🥳🤩🎂🎉" : "З народзінамі, {name} 🥳🤩🎂🎉",
  18. "Customize" : "Дапасаваць",
  19. "Edit widgets" : "Рэдагаваць віджэты"
  20. },
  21. "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");