aboutsummaryrefslogtreecommitdiff
path: root/src/i18n/en.json
Commit message (Collapse)AuthorAge
* [vnil] meow meow i18nEW2024-10-17
|
* Fix whitespaces for multiple status mute reasons, display bot status reasonAlexander Tumin2024-10-07
|
* Merge remote-tracking branch 'origin/develop' into bookmark-foldersmarcin mikołajczak2024-10-03
|\ | | | | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
| * Merge branch 'shadow-control-2.0' into 'develop'HJ2024-10-03
| |\ | | | | | | | | | | | | Fixed and refined the shadow control in theme tab See merge request pleroma/pleroma-fe!1939
| | * Merge remote-tracking branch 'origin/develop' into shadow-control-2.0Henry Jameson2024-09-26
| | |\
| | * | Updated shadow control to be able to handle "absolute null" situationHenry Jameson2024-09-12
| | | |
| | * | Massively upgraded shadow control, added sorting by specificity in themes3, ↵Henry Jameson2024-09-12
| | | | | | | | | | | | | | | | added/fixed disabled inputs
| * | | Merge branch 'splashscreen' into 'develop'HJ2024-10-03
| |\ \ \ | | |_|/ | |/| | | | | | | | | | Splash screen See merge request pleroma/pleroma-fe!1940
| | * | splashscreen is now smaller, big cleanup on aisle themes - removed a lot ↵Henry Jameson2024-09-17
| | | | | | | | | | | | | | | | unnecessary sync/awaits and promises that were sequential anyway
| | * | ugh, jsonHenry Jameson2024-09-17
| | | |
| | * | initial splashscreen implementationHenry Jameson2024-09-17
| | |/
* | | Allow to change bookmark folder emojimarcin mikołajczak2024-09-26
| | | | | | | | | | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
* | | Bookmark folder editingmarcin mikołajczak2024-09-26
| | | | | | | | | | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
* | | Allow adding bookmarks to foldersmarcin mikołajczak2024-09-24
| | | | | | | | | | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
* | | Bookmark foldersmarcin mikołajczak2024-09-23
|/ / | | | | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
* | Merge branch 'non-anonymous-polls' into 'develop'HJ2024-09-21
|\ \ | | | | | | | | | | | | Inform users that Smithereen public polls are public See merge request pleroma/pleroma-fe!1932
| * | Inform users that Smithereen public polls are publicmarcin mikołajczak2024-08-13
| |/ | | | | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
* / Support displaying time in absolute formattusooa2024-09-17
|/ | | | | | | | | | | | | | | | This adds two config items: useAbsoluteTimeFormat (boolean) and absoluteTimeFormatMinAge (string, number + unit ('d'|'h'|'m'|'s')). When `useAbsoluteTimeFormat` is true, the Timeago component will display absolute time if the time is at least `absoluteTimeFormatMinAge` from now. If `longFormat` prop is true, the fully formatted time is displayed. Otherwise, the format is determined by the `time` prop: (1) if `time` is on the same day of now, display hour and minute; (2) if `time` is in the same month of now, display day and hour; (3) if `time` is in the same year of now, display month and day; (4) otherwise, display year and month. If it should display relative time, the format is the same as before.
* Merge branch 'appearance-tab' into 'develop'HJ2024-07-24
|\ | | | | | | | | Themes 3: Intermission: Appearance Tab and fixes See merge request pleroma/pleroma-fe!1920
| * elaborates, refuses to leaveHenry Jameson2024-07-23
| |
| * elaboration and spacingHenry Jameson2024-07-23
| |
| * localization file fixHenry Jameson2024-07-21
| |
| * new theme selector, RCHenry Jameson2024-07-17
| |
| * add ability to override underlay color/opacity regardless of themeHenry Jameson2024-07-16
| |
| * "fix" theme previewHenry Jameson2024-07-04
| |
| * fields for user font overridesHenry Jameson2024-06-27
| |
| * Massively simplify and improve font input componentHenry Jameson2024-06-27
| |
| * font selector with proper styles and functionality + local font selectorHenry Jameson2024-06-26
| |
| * better font control custom inputHenry Jameson2024-06-26
| |
| * made theme debug easier by making it an actual optionHenry Jameson2024-06-21
| |
| * forced roundness tweak configHenry Jameson2024-06-21
| |
| * more scaling optionsHenry Jameson2024-06-13
| |
| * initial Appearance Tab implementation, added text size/UI scale optionHenry Jameson2024-05-22
| |
* | Add tab to interactions.vuemarcin mikołajczak2024-06-02
| | | | | | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
* | Support `status` notification typemarcin mikołajczak2024-05-25
|/ | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
* Merge branch 'scrobbles-age' into 'develop'HJ2024-05-22
|\ | | | | | | | | Add setting to only show scrobbles newer than certain age. See merge request pleroma/pleroma-fe!1904
| * Merge branch 'develop' into 'scrobbles-age'HJ2024-04-28
| |\ | | | | | | | | | # Conflicts: # src/i18n/en.json
| * | refactor sizesetting into unitsetting allowing more unit types with i18n supportHenry Jameson2024-04-24
| | |
| * | scrobbles age settingHenry Jameson2024-03-25
| | |
* | | Merge branch 'quotes-count' into 'develop'HJ2024-05-22
|\ \ \ | | | | | | | | | | | | | | | | Display quotes count on posts and add quotes list page See merge request pleroma/pleroma-fe!1885
| * | | Display quotes count on posts and add quotes list pagemarcin mikołajczak2024-01-04
| | | | | | | | | | | | | | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
* | | | Merge branch 'themes3-cache' into 'develop'HJ2024-05-22
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | implement a simple caching system for themes 3 See merge request pleroma/pleroma-fe!1911
| * | | implement a simple caching system for themes 3Henry Jameson2024-04-22
| | | |
* | | | add explanation to why post is muted for sensitive mutingHenry Jameson2024-04-24
| | | |
* | | | Allow muting sensitive posts in public timelinesAlexander Tumin2024-04-24
|/ / /
* | | Display loading and error indicator for conversation pagetusooa2024-04-14
| | |
* | | Translated using Weblate (English)Phantasm2024-04-06
| | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (1136 of 1136 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/en/
* | | Translated using Weblate (English)Phantasm2024-04-06
| |/ |/| | | | | | | | | | | Currently translated at 100.0% (1136 of 1136 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/en/
* | Merge branch 'admin-emoji-settings' into 'develop'HJ2024-03-05
|\ \ | | | | | | | | | | | | Admin emoji pack settings See merge request pleroma/pleroma-fe!1886
| * | Fix typo, add warning on replacing local packEkaterina Vaartis2024-01-22
| | |