Application Android et IOS pour l'amicale des élèves
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

en.json 798B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "screens": {
  3. "home": "Home",
  4. "planning": "Planning",
  5. "settings": "Settings",
  6. "about": "About"
  7. },
  8. "settingsScreen": {
  9. "nightMode": "Night Mode",
  10. "restart": "Restart the app to apply changes"
  11. },
  12. "aboutScreen": {
  13. "appstore": "See on the Appstore",
  14. "playstore": "See on the Playstore",
  15. "bugs": "Report Bugs",
  16. "changelog": "Changelog",
  17. "license": "License",
  18. "author": "Author",
  19. "mail": "Send an email",
  20. "technologies": "Technologies",
  21. "reactNative": "Made with React Native",
  22. "libs": "Libraries used"
  23. },
  24. "proximoScreen": {
  25. "emptyList": "Empty List",
  26. "article": "Article",
  27. "articles": "Articles",
  28. "sortName": "Sort by name",
  29. "sortPrice": "Sort by price",
  30. "listUpdated": "Article list updated!"
  31. }
  32. }