aboutsummaryrefslogtreecommitdiff
path: root/src/i18n/messages.js
Commit message (Collapse)AuthorAge
...
* | | | | vodka translationsHenry Jameson2018-08-30
| | | | |
* | | | | Added ability to hide certain types of notificationsHenry Jameson2018-08-28
| | | | |
* | | | | moved replies filtering to "filter" category in settings, made it more ↵Henry Jameson2018-08-28
| | | | | | | | | | | | | | | | | | | | consistent
* | | | | settings page updateHenry Jameson2018-08-28
| | | | |
* | | | | tabs for settingsHenry Jameson2018-08-28
| | | | |
* | | | | Show lock icon instead of hiding repeat button, tusky-style. Added hintHenry Jameson2018-08-28
|/ / / / | | | | | | | | | | | | | | | | explaining what's going on. Fixes favorite button jumping left and right depending on post visibility
* | | | Merge branch 'language-override' into 'develop'kaniini2018-08-26
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make interface language configurable from settings Closes #36 See merge request pleroma/pleroma-fe!315
| * | | | Make interface language configurable from settingsEkaterina Vaartis2018-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The locale can now be configured in settings and is stored in Vuex. The changes are applied immidiately after selection. The list of languages is taken from the messages file, which contains all the available locales (and a new value, `interfaceLanguage`, to control the translation of this option in the options menu) Closes #36
* | | | | Add a checkbox for marking a post's attachments as NSFWscarlett2018-08-25
|/ / / /
* | | | Merge branch 'develop' into 'notifications'kaniini2018-08-24
|\ \ \ \ | | | | | | | | | | | | | | | # Conflicts: # src/main.js
| * | | | Add settings for changing the visibility of replies in the timeline.scarlett2018-08-24
| | | | |
| * | | | Merge branch 'easy-japanese' into 'develop'kaniini2018-08-24
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Easy Japanese translation See merge request pleroma/pleroma-fe!305
| | * | | | updateHakaba Hitoyo2018-08-11
| | | | | |
| | * | | | updateHakaba Hitoyo2018-08-11
| | | | | |
| | * | | | Update messages.jsHakaba Hitoyo2018-08-10
| | | | | |
| | * | | | フォロワーはインポートできない。Hakaba Hitoyo2018-08-09
| | | | | |
| | * | | | Update messages.jsHakaba Hitoyo2018-08-09
| | | | | |
| | * | | | Update messages.jsHakaba Hitoyo2018-08-09
| | | | | |
| * | | | | Update Russian translationsdtluna2018-08-24
| | | | | |
* | | | | | Merge remote-tracking branch 'upstream/develop' into notificationsHenry Jameson2018-08-20
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (23 commits) Rename expandCW to collapseMessageWithSubject. fix indent Add support for configurable CW clickthrough. Merge upstream fix lint issues allow default visibility scope to be configured Revert "storing entire config instead of each separate thing of it, so that future" fixes hella ton of annoyances with file upload display using custom ascend value as suggested here: https://github.com/fontello/fontello/issues/513#issuecomment-237551101 helped. disable hinting because it breaks alignment on some icons (namely - locks) fix for timeago being ass when post has replies. added hover colors for clickable icons on the right side. Reverted line-height to its original value Configurable video looping, option to not to loop silent videos. Updated localization strings. added pointer cursor for nsfw placeholder. fixed nsfw videos requiring double-click Made pausing TL updating configurable. Added styles for disabled checkboxes. Shuffled settings a bit b/c all the settings are in "Attachments" section depsite the fact not all of them are attachments-related. storing entire config instead of each separate thing of it, so that future options won't be lost during reloads because developer forgot to update that list of settings to be persisted fix potential stretched spurdo fixed custom emoji in nickname. changed icons on right side to be more streamlined. adjusted CSS so that all text in header of post is on same baseline and all icons/images are middle-aligned. Add validation of the imported theme and the corresponding warning message Unify button styles and use min-width Add German localization for theme import/export ...
| * | | | | Rename expandCW to collapseMessageWithSubject.ensra2018-08-20
| | | | | | | | | | | | | | | | | | | | | | | | Add option to config.json, disabled by default.
| * | | | | Add support for configurable CW clickthrough.ensra2018-08-20
| | | | | |
| * | | | | Merge branch 'feature/theme-export-import' into 'develop'kaniini2018-08-20
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Theme import & export Closes #119 See merge request pleroma/pleroma-fe!290
| | * | | | | Add validation of the imported theme and the corresponding warning messageOle Bertram2018-07-04
| | | | | | |
| | * | | | | Add German localization for theme import/exportOle Bertram2018-06-28
| | | | | | |
| | * | | | | Add theme import featureOle Bertram2018-06-28
| | | | | | |
| | * | | | | Add theme export featureOle Bertram2018-06-28
| | |/ / / /
| * | | | | Merge branch 'develop' into 'fixes-and-tweaks'kaniini2018-08-19
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/i18n/messages.js
| | * | | | | Merge upstreamFoxhkron2018-08-19
| | | | | | |
| | * | | | | allow default visibility scope to be configuredWilliam Pitcock2018-08-18
| | | |_|_|/ | | |/| | |
| * | | | | Configurable video looping, option to not to loop silent videos. UpdatedHenry Jameson2018-08-15
| | | | | | | | | | | | | | | | | | | | | | | | localization strings.
| * | | | | Made pausing TL updating configurable. Added styles for disabled checkboxes.Henry Jameson2018-08-13
| |/ / / / | | | | | | | | | | | | | | | | | | | | Shuffled settings a bit b/c all the settings are in "Attachments" section depsite the fact not all of them are attachments-related.
* | | | | Updated localization filesHenry Jameson2018-08-20
| | | | |
* | | | | Merge remote-tracking branch 'upstream/develop' into notificationsHenry Jameson2018-08-16
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (26 commits) Update status.vue Update retweet_button.js Update retweet_button.vue Use serverside html rendering in usernames and bios if available. Update status.vue Revert "Merge branch 'feature/hide-all-status-actions-if-not-logged-in' into 'develop'" Hide all status actions if not logged in hopefully, fix linter Fixes broken custom emoji in autocomplete when proxying to remote BE Made it so that unfocused tab doesn't autostream posts when scrolled to the top Remove trailing whitespace Textarea is now focused when replying the missing piece for invites system Fixes selects having unreadable text on some browsers/OSes. Added bonus: theme switcher select now has styled options that show preview of what theme's bg/fg colors are fixed lint cleanup, fixed self-highlighting in notifications, fixed incorrect hex code handling added ability to pick the style of highlighting post-rebase fix, backported d7d787b84cb8e36ad7f622054808f0e66c496309 notifs fix maybe i should actually add myself to contributors list? ...
| * | | | the missing piece for invites systemHenry Jameson2018-08-05
| |/ / /
* / / / cleanup, updated broken favorites look + localization stringsHenry Jameson2018-08-16
|/ / /
* | | Merge branch 'patch-1' into 'develop'lambda2018-06-25
|\ \ \ | | | | | | | | | | | | | | | | Update messages.js / tiny typofix in fr version See merge request pleroma/pleroma-fe!288
| * | | Update messages.js / tiny typofix in fr version goofy2018-06-24
| | | |
* | | | src/i18n/messages.js: French Translation for Post Scope UI tooltipsHaelwenn (lanodan) Monnier2018-06-24
|/ / / | | | | | | | | | Co-authored-by: goofy
* | | Add warning/info text on appriopriate status scopesOle Bertram2018-06-23
| | |
* | | Add title text with description to scope iconsOle Bertram2018-06-23
| | |
* | | Merge branch 'feature/update-de-translation' into 'develop'lambda2018-06-12
|\ \ \ | | | | | | | | | | | | | | | | updated german translation See merge request pleroma/pleroma-fe!269
| * | | corrected a typo and changed/shortend delete_account_error textSebastian Huebner2018-06-04
| | | |
| * | | updated german translationSebastian Huebner2018-05-25
| | | |
* | | | Merge branch 'feature/update-russian-translation' into 'develop'lambda2018-06-12
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Update Russian translation See merge request pleroma/pleroma-fe!270
| * | | | Update Russian translationdtluna2018-05-26
| |/ / /
* | | | Merge branch 'patch-1' into 'develop'lambda2018-06-12
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Hebrew Translation of "placeholder" See merge request pleroma/pleroma-fe!278
| * | | | Update messages.jsArtik Banana2018-06-08
| | | | |
* | | | | Merge branch 'feature/locked-accounts' into 'develop'lambda2018-06-12
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Feature/locked accounts See merge request pleroma/pleroma-fe!274
| * | | | | add follow requests UIWilliam Pitcock2018-06-07
| | | | | |