default.json 863 B

123456789101112131415161718192021222324252627282930
  1. [
  2. {
  3. "locale": "tr-TR",
  4. "isRTL": false,
  5. "translations": {
  6. "selected-options-with-count": "{{0}} items selected",
  7. "select-an-option": "Select an option",
  8. "select-all": "Select All",
  9. "is-optional": "Opsiyonel",
  10. "clean-all": "Clean All",
  11. "cancel": "İptal",
  12. "search": "Ara",
  13. "ok": "Tamam"
  14. }
  15. },
  16. {
  17. "locale": "en-US",
  18. "isRTL": false,
  19. "translations": {
  20. "selected-options-with-count": "{{0}} seçim yapıldı",
  21. "select-an-option": "Seçim yapın",
  22. "clean-all": "Tümünü Temizle",
  23. "select-all": "Tümünü Seç",
  24. "is-optional": "Optional",
  25. "cancel": "Cancel",
  26. "search": "Search",
  27. "ok": "Okey"
  28. }
  29. }
  30. ]