summaryrefslogtreecommitdiff
path: root/locales/en.json (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add community forum to help sectionSheogorath2019-04-121-2/+3
| | | | | | | | | | | We have a community forum and want to use it for users support and to bring developers and end-users together. In order to achieve this, it would be helpful to inform users about its existence. This patch adds the community forum as resource to the help section and aligns it along the Matrix channel and GitHub issue tracker. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Fix possible order changes for 'Powered by' in other languagesSheogorath2019-03-101-1/+1
| | | | | | | | Since not all languages use the same word oder and we run into potential issues, where the translation of powered by need to add something after the CodiMD link, this should give us the needed flexiblity. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Add some missing translationsSheogorath2018-11-231-1/+3
| | | | | | | | | There are some places in our code that made it to be not translated. This patch fixes some small translation problems and adds some static strings in templates to translation. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Add full version stringSheogorath2018-11-111-2/+3
| | | | | | | | | | | | Currently we only provide the version from `package.json`. This means that during updates of instances, e.g. the demo instance, which runs latest master instead of a stable release, changes are not reflected to the webclient. This patch adds a fullversion string that contains the current commit and this way makes that clients are notified about changes. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Remove Gitter from codebaseSheogorath2018-10-171-2/+3
| | | | | | | | | | We no longer use Gitter for development talk and similar. So we might want to remove it? This patch removes Gitter from README, help page and features page. And replaces it in the help modal with POEditor, our translation platform. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Add export data UISheogorath2018-05-261-1/+2
| | | | | | | | | | This adds the UI for the export feature introduced in bcbb8c67c9f8092643c318140f6613324f306bd2 It allows to download all notes from the main page in the default user submenu. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Add delete user UISheogorath2018-05-251-2/+5
| | | | | | | | | | This provides the UI for the delete user feature introduced in 4229084c6211db3d22cd9abec99b957725650b9e Placing of the user delete button is not perfect, but can be moved to an own user tab later on. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Add privacy and ToS linksSheogorath2018-05-241-2/+4
| | | | | | | | | | | | | | To be GDPR compliant we need to provide privacy statement. These should be linked on the index page. So as soon as a document exist under `public/docs/privacy.md` the link will show up. Since we already add legal links, we also add Terms of Use, which will show up as soon as `public/docs/terms-of-use.md` exists. This should allow everyone to provide the legal documents they need for GDPR and other privacy and business laws. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Add matrix.org / Riot linkSheogorath2018-04-051-1/+1
| | | | | | | | | | | | | As an active part of the community prefers Matrix.org over Gitter, we should link Matrix.org as a place to meet us. As the matrix and gitter channels are interconnected. We don't loose any message if a person decides to go for one or another. We use an more universal way of translation to make it easier to provide a link to various platforms. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Reorganize social media links and footerSheogorath2018-01-241-1/+2
| | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Remove/update contact detailsSheogorath2018-01-201-0/+1
| | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* :sparkles: Implemented dark theme.Edoardo Odorico2018-01-051-1/+2
| | | | Signed-off-by: Edoardo Odorico <edoubuntu@gmail.com>
* Add untranslated sentences to localeThomas De Backer2017-11-301-0/+2
|
* Update en.jsonJames2017-10-131-1/+1
|
* Update en.jsonJames2017-10-131-1/+1
|
* Update en.jsonSheogorath2017-09-111-5/+5
|
* Update en.jsonJames2017-09-071-4/+4
|
* Update en.jsonJames2017-09-071-1/+1
|
* Update en.jsonCrazyPython2017-05-251-1/+1
|
* file -> noteCrazyPython2017-05-251-1/+1
|
* Update en.jsonCrazyPython2017-05-191-2/+2
|
* Incorporate feedbackCrazyPython2017-05-191-2/+2
|
* This is a alert area -> this is an alert areaCrazyPython2017-05-171-1/+1
|
* "Todo List" -> "Checklist" and "Marked text" -> "Highlighted text"CrazyPython2017-05-161-3/+3
|
* "Collaborate with URL" sounds like a command to an English nativeCrazyPython2017-05-161-1/+1
|
* Fix grammar and use best English standardsCrazyPython2017-05-161-12/+12
|
* Add support of i18n with related patches and support "en" and "zh" locales ↵Wu Cheng-Han2016-08-191-0/+104
for now