Compare commits
1 commit
master
...
mastodon-a
Author | SHA1 | Date | |
---|---|---|---|
![]() |
a168a0226b |
7
.github/FUNDING.yml
vendored
|
@ -1,11 +1,12 @@
|
||||||
# These are supported funding model platforms
|
# These are supported funding model platforms
|
||||||
|
|
||||||
github: LucasGGamerM
|
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
||||||
patreon: # mastodon
|
patreon: mastodon
|
||||||
open_collective: # Replace with a single Open Collective username e.g., user1
|
open_collective: # Replace with a single Open Collective username e.g., user1
|
||||||
|
ko_fi: # Replace with a single Ko-fi username e.g., user1
|
||||||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
||||||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
||||||
liberapay: LucasGGamerM # Replace with a single Liberapay username e.g., user1
|
liberapay: # Replace with a single Liberapay username e.g., user1
|
||||||
issuehunt: # Replace with a single IssueHunt username e.g., user1
|
issuehunt: # Replace with a single IssueHunt username e.g., user1
|
||||||
otechie: # Replace with a single Otechie username e.g., user1
|
otechie: # Replace with a single Otechie username e.g., user1
|
||||||
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
|
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
|
||||||
|
|
40
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -1,40 +0,0 @@
|
||||||
---
|
|
||||||
name: Bug report
|
|
||||||
about: Create a report to help us improve
|
|
||||||
title: ''
|
|
||||||
labels: bug
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**Describe the bug**
|
|
||||||
|
|
||||||
A clear and concise description of what the bug is.
|
|
||||||
|
|
||||||
**To reproduce**
|
|
||||||
|
|
||||||
Steps to reproduce the behavior:
|
|
||||||
1. Go to '...'
|
|
||||||
2. Click on '....'
|
|
||||||
3. Scroll down to '....'
|
|
||||||
4. See error
|
|
||||||
|
|
||||||
**Does this happen in the official app?**
|
|
||||||
|
|
||||||
Does this issue also occur with the respective upstream release?
|
|
||||||
> No / Yes
|
|
||||||
|
|
||||||
> In case it does, please consider filing an [upstream bug report](https://github.com/mastodon/mastodon-android/issues) instead.
|
|
||||||
> If this bug is seriously impacting your usage or you think I might want to try to fix it for Moshidon, feel free to still create this issue!
|
|
||||||
|
|
||||||
**Screenshots and screen recordings**
|
|
||||||
|
|
||||||
If applicable, add screenshots (and screen recordings, if possible) to help explain your problem.
|
|
||||||
|
|
||||||
**Version**
|
|
||||||
|
|
||||||
Moshidon version: [e.g. v1.1.4+fork.#]
|
|
||||||
|
|
||||||
**Crash log**
|
|
||||||
|
|
||||||
If you know your way around Android development tools, please consider attaching a crash log, if possible.
|
|
20
.github/ISSUE_TEMPLATE/feature-ui-request.md
vendored
|
@ -1,20 +0,0 @@
|
||||||
---
|
|
||||||
name: Feature/UI request
|
|
||||||
about: Suggest an idea for this project
|
|
||||||
title: ''
|
|
||||||
labels: feature
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**Is your feature request related to a problem? Please describe.**
|
|
||||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
|
||||||
|
|
||||||
**Describe the solution you'd like**
|
|
||||||
A clear and concise description of what you want to happen.
|
|
||||||
|
|
||||||
**Describe alternatives you've considered**
|
|
||||||
If applicable: a clear and concise description of any alternative solutions or features you've considered.
|
|
||||||
|
|
||||||
**Additional context**
|
|
||||||
Add any other context or screenshots about the feature request here.
|
|
10
.github/ISSUE_TEMPLATE/something-else.md
vendored
|
@ -1,10 +0,0 @@
|
||||||
---
|
|
||||||
name: It's something else…
|
|
||||||
about: Issues that can't be categorized as feature requests or bug reports
|
|
||||||
title: ''
|
|
||||||
labels: ''
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
|
|
16
.github/workflows/mirror-to-codeberg.yml
vendored
|
@ -1,16 +0,0 @@
|
||||||
name: Mirror to Codeberg
|
|
||||||
|
|
||||||
on: [push]
|
|
||||||
jobs:
|
|
||||||
sync-git:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
- uses: yesolutions/mirror-action@master
|
|
||||||
with:
|
|
||||||
REMOTE: 'https://codeberg.org/LucasGGamerM/moshidon.git'
|
|
||||||
GIT_USERNAME: LucasGGamerM
|
|
||||||
GIT_PASSWORD: ${{ secrets.CODEBERG_GIT_PASSWORD }}
|
|
71
.github/workflows/nightly-builds.yml
vendored
|
@ -1,71 +0,0 @@
|
||||||
name: Nightly builds
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [ "master" ]
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
# - name: Checkout Appkit Repo
|
|
||||||
# uses: actions/checkout@v3
|
|
||||||
# with:
|
|
||||||
# repository: grishka/appkit
|
|
||||||
#
|
|
||||||
# - name: set up JDK 17
|
|
||||||
# uses: actions/setup-java@v3
|
|
||||||
# with:
|
|
||||||
# java-version: '17'
|
|
||||||
# distribution: 'corretto'
|
|
||||||
# cache: gradle
|
|
||||||
#
|
|
||||||
# - name: Comment out signing config in appkits gradle file
|
|
||||||
# run: |
|
|
||||||
# sed -i 's/sign publishing\.publications\.release/\/\/ sign publishing.publications.release/' appkit/maven-push.gradle
|
|
||||||
#
|
|
||||||
# - name: Grant execute permission for gradlew for Appkit
|
|
||||||
# run: chmod +x gradlew
|
|
||||||
#
|
|
||||||
# - name: Compile appkit
|
|
||||||
# run: ./gradlew publishToMavenLocal
|
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- name: set up JDK 17
|
|
||||||
uses: actions/setup-java@v3
|
|
||||||
with:
|
|
||||||
java-version: '17'
|
|
||||||
distribution: 'corretto'
|
|
||||||
cache: gradle
|
|
||||||
|
|
||||||
- name: Get current date
|
|
||||||
id: date
|
|
||||||
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
|
|
||||||
|
|
||||||
- name: Grant execute permission for gradlew
|
|
||||||
run: chmod +x gradlew
|
|
||||||
|
|
||||||
- name: Decode Keystore
|
|
||||||
id: decode_keystore
|
|
||||||
uses: timheuer/base64-to-file@v1
|
|
||||||
with:
|
|
||||||
fileName: 'nightly_keystore.jks'
|
|
||||||
fileDir: './mastodon/keystore/'
|
|
||||||
encodedString: ${{ secrets.KEYSTORE }}
|
|
||||||
|
|
||||||
- name: Build with Gradle
|
|
||||||
run: ./gradlew assembleNightly
|
|
||||||
env:
|
|
||||||
SIGNING_KEY_ALIAS: ${{ secrets.SIGNING_KEY_ALIAS }}
|
|
||||||
SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }}
|
|
||||||
SIGNING_STORE_PASSWORD: ${{ secrets.SIGNING_STORE_PASSWORD }}
|
|
||||||
CURRENT_DATE: ${{ steps.date.outputs.date }}
|
|
||||||
|
|
||||||
- name: Upload a Build Artifact
|
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: moshidon-nightly.apk
|
|
||||||
path: ./mastodon/build/outputs/apk/nightly/moshidon-nightly.apk
|
|
11
.github/workflows/validate-gradle-wrapper.yml
vendored
|
@ -1,11 +0,0 @@
|
||||||
name: Validate Gradle Wrapper
|
|
||||||
|
|
||||||
on: [pull_request, push]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
validation:
|
|
||||||
name: Validation
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- uses: gradle/wrapper-validation-action@v1
|
|
2
.gitignore
vendored
|
@ -9,5 +9,3 @@
|
||||||
.cxx
|
.cxx
|
||||||
local.properties
|
local.properties
|
||||||
*.jks
|
*.jks
|
||||||
*.keystore
|
|
||||||
/mastodon/keystore/nightly_keystore.keystore
|
|
||||||
|
|
63
FAQ.md
|
@ -1,63 +0,0 @@
|
||||||
## F.A.Q
|
|
||||||
|
|
||||||
Q: What are the main differences between Moshidon and Megalodon?
|
|
||||||
|
|
||||||
A: There are many, but the most outstanding differences are: the ability to have other server's local timeline inside the app. It can be acessed in the "Add community" option in the top right corner of the Edit timelines screen. Other outstanding features that Moshidon has are some quality of life improvements, such as notification actions and allowing for unlisted replies by default. Most other features are pretty minor, such as profile notes directly available in the person's profile. Other features are quite minor usability and visibility improvements. All of which can be found in the settings page.
|
|
||||||
|
|
||||||
Q: Will there ever be a version of Moshidon for iOS?
|
|
||||||
|
|
||||||
A: No. As android and iOS apps do not share code, it is incredibly hard to port.
|
|
||||||
|
|
||||||
## Detailed changes
|
|
||||||
|
|
||||||
### Features
|
|
||||||
|
|
||||||
* [Adding the ability to view other server's local timelines](https://github.com/LucasGGamerM/moshidon/tree/feature/local-timelines)
|
|
||||||
* [Adding the ability to load followers and following from remote instance](https://github.com/LucasGGamerM/moshidon/tree/feature/remote-followers)
|
|
||||||
* [Adding the ability to have filtered posts show with a warning](https://github.com/LucasGGamerM/moshidon/tree/feature/filters_again)
|
|
||||||
* [Add “Unlisted” as a post visibility option](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/enable-unlisted)
|
|
||||||
([Pull request](https://github.com/mastodon/mastodon-android/pull/103))
|
|
||||||
* Adding a useful private profile note box
|
|
||||||
* Auto hiding the compose button on scroll
|
|
||||||
* Adding the ability to remind yourself to add alt text to images
|
|
||||||
* An indicator for if an image has alt text or not
|
|
||||||
* Adding the ability to have drafts
|
|
||||||
* Also adding the ability to view announcements from your instance
|
|
||||||
* Adding the ability to post for local timeline only (Only on instances that support it!)
|
|
||||||
* [Add image description button and viewer](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/display-alt-text) ([Pull request](https://github.com/mastodon/mastodon-android/pull/129))
|
|
||||||
* [Implement pinning posts and displaying pinned posts](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/pin-posts) ([Pull request](https://github.com/mastodon/mastodon-android/pull/140))
|
|
||||||
* [Implement deleting and re-drafting](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/delete-redraft) ([Closes issue](https://github.com/mastodon/mastodon-android/issues/21))
|
|
||||||
* [Implement a bookmark button and list](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/bookmarks) ([Closes issue](https://github.com/mastodon/mastodon-android/issues/22))
|
|
||||||
* [Add “Check for update” button in addition to integrated update checker](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/check-for-update-button)
|
|
||||||
* [Add “Mark media as sensitive” option](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/mark-media-as-sensitive)
|
|
||||||
* [Add settings to hide replies and reposts from the timeline](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/filter-home-timeline) ([Pull request](https://github.com/mastodon/mastodon-android/pull/317))
|
|
||||||
* [Follow and unfollow hashtags](https://github.com/sk22/megalodon/commit/7d38f031f197aa6cefaf53e39d929538689c1e4e) ([Closes issue](https://github.com/mastodon/mastodon-android/issues/233))
|
|
||||||
* [Notification bell for posts](https://github.com/sk22/megalodon/commit/b166ca705eb9169025ef32bbe6315b42491b57ea) ([Closes issue](https://github.com/mastodon/mastodon-android/issues/81))
|
|
||||||
* [Viewing lists and adding/removing users from lists](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:list-timeline-views) based on [@obstsalatschuessel](https://github.com/obstsalatschuessel)'s [Pull request](https://github.com/mastodon/mastodon-android/pull/286)
|
|
||||||
* [List favorited posts](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/favs-list)
|
|
||||||
* [Accept/reject follow requests](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/follow-requests)
|
|
||||||
* [Display content warning title above text](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/cw-above-text)
|
|
||||||
* [Add notifications tab for posts](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/posts-notifications-tab)
|
|
||||||
* [Show visibility of original post when replying](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/display-reply-visibility)
|
|
||||||
* [Clickable reply/boost line above posts](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:clickable-boost-reply-line)
|
|
||||||
* [Clickable reply line while replying to open original post](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/clickable-reply-line-compose)
|
|
||||||
|
|
||||||
|
|
||||||
### Behavior
|
|
||||||
|
|
||||||
* Ask for confirmation before reblogging
|
|
||||||
* Adding a bottom option for the publish button, allowing for easier use on larger screens!
|
|
||||||
* [Make back button return to the home tab before exiting the app](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/back-returns-home) ([Closes issue](https://github.com/mastodon/mastodon-android/issues/118))
|
|
||||||
* [Always preserve content warnings when replying](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/always-preserve-cw) ([Closes issue](https://github.com/mastodon/mastodon-android/issues/113))
|
|
||||||
* [Display full image when adding image description](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/compose-image-description-full-image) ([Pull request](https://github.com/mastodon/mastodon-android/pull/182))
|
|
||||||
* [Set spoiler height independently to content height](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:spoiler-height-independent) ([Closes issue](https://github.com/mastodon/mastodon-android/issues/166))
|
|
||||||
* [Option to hide interaction numbers](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:settings/hide-interaction-numbers)
|
|
||||||
* [Option to always reveal content warnings](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/cw-above-text)
|
|
||||||
* [Option to disable scrolling title bars](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:settings/disable-marquee)
|
|
||||||
|
|
||||||
|
|
||||||
### Visual
|
|
||||||
|
|
||||||
* [Custom extended footer redesign](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:compact-extended-footer)
|
|
||||||
* [Improvements to the true black mode](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:true-black-improvements)
|
|
||||||
* [Profile header tweaks](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:ui/profile-header-tweaks)
|
|
106
README.md
|
@ -1,91 +1,26 @@
|
||||||
#  Moshidon, the material you mastodon client!
|
Mastodon for Android
|
||||||
|
======================
|
||||||
|
|
||||||
|
[](https://crowdin.com/project/mastodon-for-android)
|
||||||
|
|
||||||
> A fast, highly customizable, up-to-date fork of [megalodon](https://github.com/sk22/megalodon) adding important features such as a fully federated timeline, unlisted posting, drafts, scheduled posts, bookmarks, and alt text warnings.
|
This is the repository for the official Android app for Mastodon.
|
||||||
|
|
||||||
|
[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"
|
||||||
|
alt="Get it on F-Droid"
|
||||||
|
height="80">](https://f-droid.org/packages/org.joinmastodon.android/)
|
||||||
|
[<img src="https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png"
|
||||||
|
alt="Get it on Google Play"
|
||||||
|
height="80">](https://play.google.com/store/apps/details?id=org.joinmastodon.android)
|
||||||
|
|
||||||
## Download Now
|
Or get the APK from the [The Releases Section](https://github.com/mastodon/mastodon-android/releases/latest).
|
||||||
|
|
||||||
<a href="https://play.google.com/store/apps/details?id=org.joinmastodon.android.moshinda"><img height="35" alt="Get it on Google Play" src="img/google-play-badge.png"></a> <a href="https://f-droid.org/pt_BR/packages/org.joinmastodon.android.moshinda"><img height="35" alt="Get it on F-Droid" src="img/f-droid-badge.png"></a> <a href="https://apt.izzysoft.de/fdroid/index/apk/org.joinmastodon.android.moshinda"><img height="35" alt="Get it on IzzyOnDroid" src="img/izzy-badge.png"></a>
|
## Contributing
|
||||||
|
|
||||||
[](https://github.com/LucasGGamerM/moshidon/releases/latest/download/moshidon.apk) [](https://translate.codeberg.org/engage/moshidon/) [](https://github.com/LucasGGamerM/moshidon-nightly/releases/latest/download/moshidon-nightly.apk) [](https://github.com/LucasGGamerM/moshidon/actions/workflows/nightly-builds.yml)
|
Our goal is delivering a polished, professionally designed and user-friendly app. We proceed according to wireframes provided by a professional UX designer that works with Mastodon gGmbH. This means that any outside contributions that change the app visually must first be coordinated with the UX designer. *This can take time.* Furthermore, we work off of an internal roadmap and aim for feature-parity and consistency with our iOS app. The iOS app is designated as the "primary" between the two, therefore, if you want to request features, please do so in the [Mastodon for iOS](https://github.com/mastodon/mastodon-ios) repository, as you are requesting a feature to be both in iOS and Android (exceptions being system integrations specific to Android). On the other hand, any contributions that improve existing functionality, performance, or accessibility should not have any roadblocks to being merged.
|
||||||
|
|
||||||
## Donate
|
If you would like to help translate the app into your language, please go to [Crowdin](https://crowdin.com/project/mastodon-for-android). If your language is not listed in the Crowdin project, please create an issue and we will add it. Please do not create pull requests that modify `strings.xml` files for languages other than English.
|
||||||
|
|
||||||
<a href="https://github.com/sponsors/LucasGGamerM">Github Sponsors</a> | <a href="https://liberapay.com/LucasGGamerM/donate">Liberapay</a> | Monero Wallet Key: `4886mdarcyB6Yf8Qc6vDJBK1fz6ibHFLZUmHb4GZZz9yLGNhcG3XC64e5UZ8dVQYTLZb82W6P9WhteowW4STJEec97Gf22j`
|
## Building
|
||||||
|
|
||||||
## Key Features
|
|
||||||
|
|
||||||
[ screenshot of full timeline in default colour scheme ]
|
|
||||||
[ screenshot of full timeline in an alt colour scheme ]
|
|
||||||
[ screenshot of profile page ]
|
|
||||||
[ screenshot of compose post window ]
|
|
||||||
|
|
||||||
### Flexible Timelines
|
|
||||||
|
|
||||||
[ Home dropdown menu ]
|
|
||||||
|
|
||||||
Under the Home menu by default you can see your active account's timeline, your server's local timeline, and your server's federated timeline. You can also pin hashtags, lists, other servers, or make a custom view of just your posts, your bookmarks, or your favourites for quick access. Then sort these timelines to prioritize the ones you visit most often.
|
|
||||||
|
|
||||||
### Multiple Accounts & Crossposting
|
|
||||||
|
|
||||||
Sign in to multiple accounts in the same app and easily switch between them. Press and hold on the boost or fave button to boost or fave a post to a different account than the one you are currently browsing with.
|
|
||||||
|
|
||||||
[ boost icon pop up select profile ]
|
|
||||||
|
|
||||||
### Drafts & Scheduled Posts
|
|
||||||
|
|
||||||
Write posts and save them, or schedule them to post later. Edit and delete your drafts.
|
|
||||||
|
|
||||||
### Alt Text Tag & Reminder
|
|
||||||
|
|
||||||
An unobtrusive ALT tag appears on images with alt text. Clicking on the icon makes the alt text appear. By default, Moshidon will show a warning to add alt text if your post has any attachments lacking alt text. This is for better accessibility, and it can be disabled in settings. You can also hide from your feed all posts that are lacking in alt text.
|
|
||||||
|
|
||||||
[ image with alt text icon higlighted ]
|
|
||||||
[ alt text expanded ]
|
|
||||||
|
|
||||||
### Themes & Customization
|
|
||||||
|
|
||||||
Moshidon is designed according to Material Design principles. Follow your device's light or dark mode settings or change colour palette - your system's default, purple, black & white, "pitch black" (battery saving) and more. Customize your experience by moving or renaming the publish button, show or hide sensitive media by default, reduce motion, collapse long posts, add haptic feedback, or making the fave button a heart ♥ or a star ★.
|
|
||||||
|
|
||||||
### Not Just For Mastodon
|
|
||||||
|
|
||||||
Supports features available on other types of fediverse servers such as admin announcements, showing pronouns in user names, post translation, emoji reactions, local-only posting, and markdown or html in posts.
|
|
||||||
|
|
||||||
### Fully Federated Feed & Profiles
|
|
||||||
|
|
||||||
See all public posts from servers your server federates with and fetch profiles from a user's local server for accurate up to date information.
|
|
||||||
|
|
||||||
## And more...
|
|
||||||
- quote-posts - links to fediverse posts in other posts will be loaded inline like quote-tweets
|
|
||||||
- manage pinned posts and bookmarks
|
|
||||||
- manage lists, filters, and most privacy settings
|
|
||||||
- display pronouns in timelines, threads, and user listings
|
|
||||||
- get only specific types of notifications (no more finished polls!), limit who you get notifications from, or group all notifications into one.
|
|
||||||
- automatically add "re:" to beginning of replies with content warnings
|
|
||||||
- ask before boosting or deleting posts
|
|
||||||
- when replying to a boosted post automatically mention the person who boosted it
|
|
||||||
- overlay audio from posts, allowing your existing media to keep playing
|
|
||||||
- auto-reveal CWs that are the same as ones you've already opened, or always reveal content warnings and sensitive media
|
|
||||||
- hide media previews in timelines (save data)
|
|
||||||
- show post interaction counts in timeline
|
|
||||||
- allow custom emoji in display names
|
|
||||||
- enable scrolling text for long display names
|
|
||||||
- hide interaction buttons
|
|
||||||
- show post dividers
|
|
||||||
|
|
||||||
|
|
||||||
## Installation & Releases
|
|
||||||
|
|
||||||
Moshidon is available on GitHub, Google Play, F-Droid, and the IzzyOnDroid repo. All sources provide the same ` moshidon.apk ` stable release. Older releases are available on the [Releases](https://github.com/LucasGGamerM/moshidon/releases) page.
|
|
||||||
|
|
||||||
### How to Install from GitHub
|
|
||||||
[Download the latest stable release from Github](https://github.com/LucasGGamerM/moshidon/releases/latest/download/moshidon.apk) and open it. You might have to accept installing APK files from your browser. Moshidon will automatically check for new updates available on GitHub and offer to download and install them within the app. You can also manually press “Check for updates” at the bottom of the settings page.
|
|
||||||
|
|
||||||
### Nightly Version
|
|
||||||
All ` moshidon-night.apk ` nightly builds can be downloaded on the [Nightly Releases](https://github.com/LucasGGamerM/moshidon-nightly/releases) page. This is an unstable version with an integrated updater for development and testing purposes. If you find any bugs with it, please file a bug report on our [Issues](https://github.com/LucasGGamerM/moshidon/issues) page.
|
|
||||||
|
|
||||||
## Building & Contributing
|
|
||||||
|
|
||||||
As this app is using Java 17 features, you need JDK 17 or newer to build it. Other than that, everything is pretty standard. You can either import the project into Android Studio and build it from there, or run the following command in the project directory:
|
As this app is using Java 17 features, you need JDK 17 or newer to build it. Other than that, everything is pretty standard. You can either import the project into Android Studio and build it from there, or run the following command in the project directory:
|
||||||
|
|
||||||
|
@ -97,13 +32,4 @@ As this app is using Java 17 features, you need JDK 17 or newer to build it. Oth
|
||||||
|
|
||||||
This project is released under the [GPL-3 License](./LICENSE).
|
This project is released under the [GPL-3 License](./LICENSE).
|
||||||
|
|
||||||
## Contact & Support
|
The Mastodon name and logo are trademarks of Mastodon gGmbH. If you intend to redistribute a modified version of this app, use a unique name and icon for your app that does not mistakenly imply any official connection with or endorsement by Mastodon gGmbH.
|
||||||
|
|
||||||
**<a rel="me" href="https://floss.social/@moshidon">@moshidon@floss.social</a>**
|
|
||||||
|
|
||||||
[Official Matrix Chatroom](https://matrix.to/#/#moshidon:floss.social)
|
|
||||||
|
|
||||||
[F.A.Q](FAQ.md)
|
|
||||||
|
|
||||||
[Moshidon Roadmap](https://github.com/users/LucasGGamerM/projects/1)
|
|
||||||
|
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
title: Moshidon
|
|
||||||
layout: default
|
|
|
@ -1,17 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>Moshidon</title>
|
|
||||||
<link rel="icon" href="mastodon/src/main/res/mipmap-mdpi/ic_launcher_round.png">
|
|
||||||
<link rel="me" href="https://floss.social/@megalodon">
|
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/5.1.0/github-markdown.min.css">
|
|
||||||
</head>
|
|
||||||
<body class="markdown-body">
|
|
||||||
<div style="margin: 0 auto; max-width: 45rem; padding: 2rem 1rem">
|
|
||||||
{{ content }}
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
18
build.gradle
|
@ -1,3 +1,17 @@
|
||||||
plugins {
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||||
id("com.android.application") version "8.7.2" apply false
|
buildscript {
|
||||||
|
repositories {
|
||||||
|
google()
|
||||||
|
mavenCentral()
|
||||||
|
}
|
||||||
|
dependencies {
|
||||||
|
classpath "com.android.tools.build:gradle:7.4.2"
|
||||||
|
classpath "com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin:2.0.1"
|
||||||
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
|
// in the individual module build.gradle files
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
task clean(type: Delete) {
|
||||||
|
delete rootProject.buildDir
|
||||||
}
|
}
|
5
crowdin.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
files:
|
||||||
|
- source: /mastodon/src/main/res/values/strings.xml
|
||||||
|
translation: /mastodon/src/main/res/values-%android_code%/strings.xml
|
||||||
|
- source: /fastlane/metadata/android/en-US/*.txt
|
||||||
|
translation: /fastlane/metadata/android/%locale%/%original_file_name%
|
16
fastlane/metadata/android/ar-SA/full_description.txt
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
ماستدون هي أكبر شبكة اجتماعية لا مركزيَّة على الإنترنت. بدلاً من كونها على موقع ويب واحد مركزي، هي عبارة عن شبكة من ملايين المستخدمين في مجتمعات مُستقلَّة يمكنهم جميعًا التفاعل مع بعضهم البعض بسلاسة. بغض النظر عن اهتماماتك، يمكنك مقابلة أشخاص متحمسين ينشرون عنها في ماستودون!
|
||||||
|
|
||||||
|
اِنضم إلَى مُجتَمع وأنشئ مِلَفَّكَ التَّعريفِيّ. ابحث عن أشخاص رائعين، تابعهم واقرأ منشوراتهم في خطٍّ زمني خالٍ من الإعلانات. عبِّر عَن نَفسِكَ باِستخدام رُموزٍ تَعبيرِيَّةٍ مُخصَّصَة، أو صُوَر، أو صُوَرٍ مُتحَرِّكَة، أو مَقاطِعٍ مَرئِّيَة أو مَقاطِعٍ صَوتِيَّةٍ فِي مَنشوراتٍ ذَاتُ خَمسِمائَة حَرف. رُدّ على سَلاسِلِ المَنشوراتِ، وأعِد تَدوينَ مَنشُوراتِ أيِّ شَخصٍ لِمُشارَكَةِ الأُمُورِ الرَّائِعَة. اِبحَث عَن حِساباتٍ جَديدَةٍ لِمُتابَعَتِها، وَعَن وُسُومٍ شَائِعَةٍ لِتَوسيعِ شَبَكَتِك.
|
||||||
|
|
||||||
|
ماستدون مبني بتركيزٍ على الأمان والخصوصيَّة. حدِّد ما إذا أردتَ مُشارَكَةَ مَنشُوراتِكَ مَعَ مُتابِعيك، أو الأشخاصِ الَّذينَ أشَرتَ إليهِم فَقَط أو العالَمَ بأسرِه. تتيح لك تحذيرات المحتوى إخفاء المنشورات التي تحتوي على مواد حساسة أو محفِّزَة حتى تكون مستعد للتفاعل مع محتواها. لكل مجتمع إرشاداته الخاصة ومشرفيه الخاصين للحفاظ على أمان أعضائه، كما تُساعد أدوات الحظر والإبلاغ القوية في منع إساءة الاستخدام.
|
||||||
|
|
||||||
|
مَزيدٌ مِنَ المَزايَا:
|
||||||
|
|
||||||
|
• النمط الداكِن: قراءة المنشورات في النمط المضيء، الداكِن أو الأسود الحقيقي
|
||||||
|
• استطلاعات الرأي: اسأل المُتابعين عن آرائِهِم وسَتُسجَّل الأصوات
|
||||||
|
• الاستكشاف: الأوسِمَة والحِسابات الرائجة على بُعد نقرة واحِدَة
|
||||||
|
• الإشعارات: احصل على الجديد بشأن المُتابعات، الرُدود وعمليات إعادة التدوين
|
||||||
|
• المشاركة: انشر مباشرة على ماستودون من أي لوح مُشاركة في أي تطبيق
|
||||||
|
• الجاذبية: جالب الحظ لدينا هو فيل رائع، سَتراه يظهر فجأة في السطح بين الفينة والأُخرى
|
||||||
|
|
||||||
|
مَاستودُون هي مُنَظَّمَةُ غَيرُ رِبحِيَّةٍ مُسَجَّلَة. مُساهَمَاتُكَ هِي الدَّاعِمُ المُباشِرُ لعَمَلِيَّةِ التَّطوير. لا توجد إعلانات، لا تسييل ولا رأس مال استثماري، نحن نخطط للبقاء على هذا النحو.
|
1
fastlane/metadata/android/ar-SA/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
شَبَكةٌ اِجتِماعِيَّةٌ لَا مَركزِيَّة
|
1
fastlane/metadata/android/ar-SA/title.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
مَاستودُون
|
16
fastlane/metadata/android/be-BY/full_description.txt
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
Mastodon - гэта найбуйнейшая дэцэнтралізаваная сацыяльная сетка ў Інтэрнэце. Замест аднаго вэб-сайта, гэта сетка з незалежных супольнасцяў з мільёнамі карыстальнікаў, якія могуць бесперашкодна ўзаемадзейнічаць адно з адным. Незалежна ад таго, чым вы захапляецеся, вы знойдзеце людзей, якія пішуць пра гэта ў Mastodon!
|
||||||
|
|
||||||
|
Далучайцеся да супольнасці і стварыце свой профіль. Знаходзьце цікавых людзей, сачыце за імі і чытайце іх допісы ў храналагічнай стужцы без рэкламы. Выяўляйце сябе з дапамогай карыстальніцкіх эмодзі, малюнкаў, GIF-файлаў, відэа і аўдыя ў допісах на 500 знакаў. Удзельнічайце ў абмеркаваннях і прасоўвайце выдатныя допісы ад іншых людзей. Знаходзьце новыя ўліковыя запісы, на якія можна падпісацца, і папулярныя хэштэгі, каб пашырыць сваю сетку.
|
||||||
|
|
||||||
|
Mastodon створаны з акцэнтам на прыватнасць і бяспеку. Вырашайце з кім абагульваць вашы допісы: з вашымі падпісчыкамі, толькі з людзьмі, якіх вы згадваеце або з усім светам. Папярэджанні аб змесціве дазваляюць схаваць допісы, якія змяшчаюць канфідэнцыяльны або правакацыйны матэрыял, пакуль вы не будзеце гатовыя да яго. Кожная суполка мае ўласныя правілы і мадэратараў, якія забяспечваюць бяспеку яе ўдзельнікаў, а надзейныя інструменты блакіроўкі і сістэма скарг дапамагаюць прадухіліць злоўжыванні.
|
||||||
|
|
||||||
|
Больш функцый:
|
||||||
|
|
||||||
|
• Цёмны рэжым: чытайце допісы ў светлым, цёмным або сапраўдным чорным рэжыме
|
||||||
|
• Апытанні: пытайцеся ў падпісчыкаў іх меркаванне і падлічвайце галасы
|
||||||
|
• Даследуйце: папулярныя хэштэгі і ўліковыя запісы — адным дотыкам
|
||||||
|
• Апавяшчэнні: атрымлівайце апавяшчэнні аб новых падпісчыках, адказах і рэпостах
|
||||||
|
• Абагульванне: публікуйце непасрэдна ў Mastodon з любога меню абагульвання ў любой праграме
|
||||||
|
• Прывабнасць: нашым талісманам з'яўляецца чароўны слон, і час ад часу ён будзеце з'яўляцца перад вамі
|
||||||
|
|
||||||
|
Mastodon з'яўляецца зарэгістраванай некамерцыйнай арганізацыяй і яго развіццё падтрымліваецца непасрэдна вашымі ахвяраваннямі. У нас няма рэкламы, манетызацыі і венчурнага капіталу, і мы плануем так і працягваць.
|
1
fastlane/metadata/android/be-BY/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Дэцэнтралізаваная сацыяльная сетка
|
1
fastlane/metadata/android/be-BY/title.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Mastodon
|
16
fastlane/metadata/android/bn-BD/full_description.txt
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
Mastodon is the largest decentralized social network on the internet. Instead of a single website, it’s a network of millions of users in independent communities that can all interact with one another, seamlessly. No matter what you’re into, you can meet passionate people posting about it on Mastodon!
|
||||||
|
|
||||||
|
Join a community and create your profile. Find and follow fascinating folks and read their posts in an ad-free, chronological timeline. Express yourself with custom emoji, images, GIFs, videos, and audio in 500-character posts. Reply to threads and reblog posts from anyone to share great stuff. Find new accounts to follow and trending hashtags to expand your network.
|
||||||
|
|
||||||
|
Mastodon is built with a focus on privacy and safety. Decide whether your posts are shared with your followers, just the people you mention, or the whole world. Content warnings let you hide posts containing sensitive or triggering material until you're ready to engage with them. Each community has its own guidelines and moderators to keep its members safe, and robust blocking and reporting tools help prevent abuse.
|
||||||
|
|
||||||
|
More features:
|
||||||
|
|
||||||
|
• Dark Mode: Read posts in light, dark, or true black mode
|
||||||
|
• Polls: Ask followers for their opinion and tally the votes
|
||||||
|
• Explore: Trending hashtags and accounts are a tap away
|
||||||
|
• Notifications: Get notified about new follows, replies, and reblogs
|
||||||
|
• Sharing: Post directly to Mastodon from any share sheet in any app
|
||||||
|
• Cuteness: Our mascot is an adorable elephant, and you'll see them pop up from time to time
|
||||||
|
|
||||||
|
Mastodon is a registered nonprofit and development is supported directly by your donations. There’s no advertising, no monetization, and no venture capital, and we plan to keep it that way.
|
1
fastlane/metadata/android/bn-BD/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Decentralized social network
|
1
fastlane/metadata/android/bn-BD/title.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Mastodon
|
16
fastlane/metadata/android/bs-BA/full_description.txt
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
Mastodon je največa decentralizovana socijalna mreža na internetu. Umjesto jednog websajta, ovo je netvork od nekoliko miliona korisnika na zasebnim platformama / zajednicama koje komuniciraju medjusobno i prenose podatke. Bez obzira čime se bavite, uvijek možete naći osobe sa slićnim interesima na Mastodonu!
|
||||||
|
|
||||||
|
Učlani se i napravi svoj profil. Find and follow fascinating folks and read their posts in an ad-free, chronological timeline. Izrazi svoja osjećanja odadtno koristeći smajlije, slike, GIF-ove, videa ili audio snimke. Limit je 500 znakova. Komentiraj ili prenesi objave na svoj profil od bilo koga ako vam se dopada sadrzaj. Potraži nove osobe ili popularne haštagove da obogatiš svoj netvork.
|
||||||
|
|
||||||
|
Mastodon je gradjen sa ciljem za bolju sigurnost i privatnost. Odluči da li objavljuješ nešto javno, samo prijateljima, samo osobama koje spomeneš ili cijelom svijetu. Napomene o osjetljivom sadrzaju vas obavjestavaju i pitaju za odobrenje ako zelite da ih vidite. Svaka platforma / zajednica ima svoja zasebna pravila koristenja i moderatore koji cuvaju platformu sigurnom,. Uz to imate opcije za blokadu bilo koga ili bilo cega sto vam se ne svidja.
|
||||||
|
|
||||||
|
Vise opcija:
|
||||||
|
|
||||||
|
Tamna pozadina: Citajte objave u svijetloj, tamnoj ili crnoj varijanti
|
||||||
|
Ankete: Pitajte pratioce za njihova misljenja i ocijene glasanjem
|
||||||
|
Izvidi: Hastagovi i korisnici su vam samo jedan klik udaljeni
|
||||||
|
Obavijesti: Primajte obavijesti o novim pratiocima, komentarima ili re-objavama
|
||||||
|
Dijeljenje: Objavljujte na Mastodonu sa bilo koje kompatibilne aplikacije
|
||||||
|
Ljepota: Nasa maskota je slon i vidjet cete ga s vremena na vrijeme
|
||||||
|
|
||||||
|
Mastodon je registrovan kao neprofitabilan i dalje finansiranje razvijanja direkntno zavisi od donacija. Nema reklamnog sadrzaja, nema monetizacije. Sve je besplatno i tako treba i da ostane.
|
1
fastlane/metadata/android/bs-BA/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Decentralizovana socijalna mreža
|
1
fastlane/metadata/android/bs-BA/title.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Mastodon
|
16
fastlane/metadata/android/ca-ES/full_description.txt
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
Mastodon és la xarxa social descentralitzada més gran d'Internet. En lloc d'un únic lloc web, és una xarxa de milions d'usuaris en comunitats independents que poden interactuar entre ells sense problemes. No importa quines siguin la teva afició, pots conèixer gent apassionada que publica sobre ella a Mastodon!
|
||||||
|
|
||||||
|
Uneix-te a una comunitat i crea el teu perfil. Troba i segueix gent fascinant i llegeix les seves publicacions en una línia de temps cronològica sense anuncis. Expressa't amb emojis, imatges, GIF, vídeos i àudio personalitzats en publicacions de 500 caràcters. Respon als fils i impulsa les publicacions de qualsevol persona per compartir coses fantàstiques. Troba nous comptes per seguir i etiquetes en tendència per ampliar la teva xarxa.
|
||||||
|
|
||||||
|
Mastodon està construït amb un enfocament en la privadesa i la seguretat. Decideix si les teves publicacions es comparteixen amb els teus seguidors, només amb les persones que esmentes o amb tot el món. Els advertiments de contingut et permeten amagar publicacions que continguin material sensible o amagar-les fins que estiguis llest per consultar-les. Cada comunitat té les seves pròpies directrius i moderadors per mantenir els seus membres segurs, i les eines de bloqueig i informació robustes ajuden a prevenir l'abús.
|
||||||
|
|
||||||
|
Més funcionalitats:
|
||||||
|
|
||||||
|
• Mode fosc: Llegir entrades en mode clar, fosc o veritablement negre
|
||||||
|
• Enquestes: Pregunta als teus seguidors la seva opinió i compta els vots
|
||||||
|
• Explora: Etiquetes en tendència i comptes són a un sol toc
|
||||||
|
• Notificacions: Rep notificacions sobre nous seguidors, respostes i impulsos
|
||||||
|
• Compartir: Publica directament a Mastodon des de qualsevol full compartit de qualsevol aplicació
|
||||||
|
• Tendresa: La nostra mascota és un elefant adorable i veuràs que apareix de tant en tant
|
||||||
|
|
||||||
|
Mastodon és una organització sense ànim de lucre registrada i el desenvolupament se sosté directament amb les teves donacions. No hi ha publicitat, cap monetització i cap capital de risc, i planegem mantenir-ho així.
|
1
fastlane/metadata/android/ca-ES/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Xarxa social descentralitzada
|
1
fastlane/metadata/android/ca-ES/title.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Mastodon
|
16
fastlane/metadata/android/cs-CZ/full_description.txt
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
Mastodon je největší decentralizovanou sociální sítí na internetu. Místo jediné webové stránky je to síť pro miliony uživatelů v nezávislých komunitách, ve kterých mohou všichni vzájemně a bezproblémově komunikovat. Bez ohledu na to, co vás baví, můžete se setkat s vášnivými lidmi, kteří o tom přispívají na Mastodon!
|
||||||
|
|
||||||
|
Připojte se ke komunitě a vytvořte svůj profil. Najděte a sledujte fascinující lidi a přečtěte si jejich příspěvky v bezreklamní chronologické časové linii. Vyjádřete se pomocí vlastních emoji, obrázků, GIFů, videí a zvuku v 500-znakových příspěvcích. Odpovězte na vlákna a boostujte příspěvky od kohokoliv, abyste mohli sdílet skvělé věci. Najděte nové účty pro sledování a populární hashtagy pro rozšíření vaší sítě.
|
||||||
|
|
||||||
|
Mastodon je postaven se zaměřením na soukromí a bezpečnost. Rozhodněte, zda jsou vaše příspěvky sdíleny se vašimi sledujícími, jen s lidmi, které zmíníte, nebo s celým světem. Upozornění na obsah vám umožní skrýt příspěvky obsahující citlivý nebo spouštěcí materiál, dokud se s nimi nezačnete zabývat. Každá komunita má vlastní pokyny a moderátory, aby udržela své členy v bezpečí, a robustní blokování a nahlašovací nástroje pomáhácí předcházení zneužití.
|
||||||
|
|
||||||
|
Více funkcí:
|
||||||
|
|
||||||
|
• Tmavý režim: Čtěte příspěvky ve světlém, tmavém nebo pravém černém režimu
|
||||||
|
• Ankety: Požádejte sledující o jejich názor a sečtěte jejich hlasy
|
||||||
|
• Objevit: Populární hashtagy a účty jsou pryč na jedno klepnutí
|
||||||
|
• Oznámení: Dostávejte oznámení o nových sledujících, odpovědích a boostech
|
||||||
|
• Sdílení: Odesílání přímo do Mastodonu z libovolného seznamu sdílení v jakékoliv aplikaci
|
||||||
|
• Roztomilost: Naším maskotem je roztomilý slon, kterého čas od času uvidíte
|
||||||
|
|
||||||
|
Mastodon je registrovaný neziskový projekt a vývojový program je podporován přímo vašimi dary. Neexistuje žádná reklama, žádná monetizace a žádný rizikový kapitál a máme v plánu to udržet.
|
1
fastlane/metadata/android/cs-CZ/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Decentralizovaná sociální síť
|
1
fastlane/metadata/android/cs-CZ/title.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Mastodon
|
16
fastlane/metadata/android/da-DK/full_description.txt
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
Mastodon er det største decentraliserede sociale netværk på internet. Frem for ét enkelt website, er det i stedet et netværk af millioner af brugere i uafhængige fællesskaber, som alle kan interagere med hinanden. Uanset interessesfære, kan man møde engagerede personer, som skriver herom på Mastodon!
|
||||||
|
|
||||||
|
Find et fællesskab og opret din profil. Find og følg fascinerende folk og læs deres indlæg i en reklamefri, kronologisk tidslinje. Udtryk dig selv med tilpassede emojis, billeder, GIF'er, videoer og lyd i 500-tegns indlæg. Svar på tråde og genpost indlæg fra enhver for dele alt det gode. Find nye konti at følge, og populære hashtags, for at udvide dit netværk.
|
||||||
|
|
||||||
|
Mastodon er bygget med fokus på fortrolighed og sikkerhed. Afgør, hvorvidt dine indlæg skal deles med Følgere, blot dem du nævner eller hele verden. Indholdsadvarsler muliggør at skjule indlæg med sensitivt eller udløsende indhold, indtil du er klar til at læse dem. Hvert fællesskab har deres egne retningslinjer og moderatorer til at holde deres medlemmer sikre, og robuste blokerings- og anmeldelsesværktøjer hjælper med at forhindre misbrug.
|
||||||
|
|
||||||
|
Flere funktioner:
|
||||||
|
|
||||||
|
• Mørk tilstand: Læs indlæg i lys, mørk eller ægte sort tilstand
|
||||||
|
• Afstemninger: Spørg Følgere om deres mening og stemme
|
||||||
|
• Udforsk: Populære hashtags og konti er ét tryk væk
|
||||||
|
• Notifikationer: Få besked om nye Følgere, svar og genpostninger
|
||||||
|
• Deling: Post direkte til Mastodon fra enhver apps delingsfunktion
|
||||||
|
• Nuttethed: Vores maskot er en yndig elefant, som du vil se dukke op fra tid til anden
|
||||||
|
|
||||||
|
Mastodon er en registreret nonprofit, hvis udvikling direkte understøttes af dine donationer. Der er ingen annoncering, ingen indtægtsgenerering og ingen risikovillig kapital, og intentionen er, at det forbliver sådan.
|
1
fastlane/metadata/android/da-DK/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Decentraliseret socialt netværk
|
1
fastlane/metadata/android/da-DK/title.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Mastodon
|
16
fastlane/metadata/android/de-DE/full_description.txt
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
Mastodon ist das größte dezentralisierte soziale Netzwerk im Internet. Statt einer einzigen Webseite ist es ein Netzwerk von Millionen von Benutzer*innen in unabhängigen Gemeinschaften, die alle miteinander interagieren können. Egal, was du magst, auf Mastodon kannst du begeisterte Menschen treffen, die darüber schreiben!
|
||||||
|
|
||||||
|
Tritt einer Gemeinschaft bei und erstelle dein Profil. Entdecke und folge faszinierenden Menschen und lese ihre Beiträge in einer Werbefreien, chronologischen Timeline. Drücke dich mit eigenen Emojis, Bildern, GIFs, Videos und Klängen in 500-Zeichen-Beiträgen aus. Antworte auf Themen und teile Beiträge von anderen, um tolle Dinge zu verbreiten. Finde neue Konten zum Folgen und angesagte Hashtags, um dein Netzwerk zu erweitern.
|
||||||
|
|
||||||
|
Mastodon wurde mit einem Schwerpunkt auf Privatsphäre und Sicherheit gebaut. Entscheide, ob du deine Beiträge mit deinen Followern, nur mit den Menschen, die du erwähnst, oder mit der ganzen Welt teilen möchtest. Mit Inhaltswarnungen kannst du Beiträge mit sensiblem oder bedenklichen Inhalten ausblenden, bis du bereit bist, dich damit auseinanderzusetzen. Jede Gemeinschaft hat ihre eigenen Regeln und Moderator*innen, um die Sicherheit ihrer Mitglieder zu gewährleisten, sowie robuste Sperr- und Meldewerkzeuge, um Missbrauch vorzubeugen.
|
||||||
|
|
||||||
|
Weitere Funktionen:
|
||||||
|
|
||||||
|
• Dunkler Modus: Beiträge im hellen, dunklen oder schwarzen Modus lesen
|
||||||
|
• Umfragen: frage deine Follower nach ihrer Meinung und zähle die Stimmen
|
||||||
|
• Entdecken: trendende Hashtags und Profile sind nur einen Fingertipp entfernt
|
||||||
|
• Benachrichtigungen: erhalte Benachrichtigungen über neue Follower, Antworten und geteilte Beiträge
|
||||||
|
• Teilen: veröffentliche auf Mastodon aus jeder beliebigen anderen App
|
||||||
|
• Niedlichkeit: unser Maskottchen ist ein entzückender Elefant und du wirst ihn von Zeit zu Zeit auftauchen sehen
|
||||||
|
|
||||||
|
Mastodon ist eine eingetragene gemeinnützige Organisation und die Entwicklung wird direkt durch deine Spenden unterstützt. Es gibt keine Werbung, keine Monetarisierung und kein Risikokapital und so soll es auch bleiben.
|
1
fastlane/metadata/android/de-DE/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Dezentrales soziales Netzwerk
|
1
fastlane/metadata/android/de-DE/title.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Mastodon
|
16
fastlane/metadata/android/el-GR/full_description.txt
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
Το Mastodon είναι το μεγαλύτερο αποκεντρωμένο κοινωνικό δίκτυο στο διαδίκτυο. Αντί για μία ενιαία ιστοσελίδα, είναι ένα δίκτυο εκατομμυρίων χρηστών σε ανεξάρτητες κοινότητες που μπορούν όλοι να αλληλεπιδράσουν μεταξύ τους, απρόσκοπτα. Δεν έχει σημασία τί σας αρέσει, μπορείτε να συναντήσετε παθιασμένους ανθρώπους να μιλάνε γι' αυτό στο Mastodon!
|
||||||
|
|
||||||
|
Εγγραφείτε σε μια κοινότητα και δημιουργήστε το προφίλ σας. Βρείτε και ακολουθήστε συναρπαστικούς ανθρώπους και διαβάσετε τις αναρτήσεις τους σε μία χωρίς διαφημίσεις, χρονολογική ροή. Εκφραστείτε με προσαρμοσμένα emoji, εικόνες, GIF, βίντεο και ήχο σε αναρτήσεις 500 χαρακτήρων. Απαντήστε σε νήματα και παραθέστε αναρτήσεις από οποιονδήποτε για να μοιραστείτε μεγάλα πράγματα. Βρείτε νέους λογαριασμούς για να ακολουθήσετε και δημοφιλείς ετικέτες για να επεκτείνετε το δίκτυό σας.
|
||||||
|
|
||||||
|
Το Mastodon είναι κατασκευασμένο με έμφαση στην ιδιωτικότητα και την ασφάλεια. Αποφασίστε αν οι αναρτήσεις σας μοιράζονται με τους ακόλουθούς σας, μόνο τα άτομα που αναφέρετε ή ολόκληρο τον κόσμο. Προειδοποιήσεις περιεχομένου σας επιτρέπουν να κρύψετε αναρτήσεις που περιέχουν ευαίσθητο ή ανησυχητικό υλικό μέχρι να είστε έτοιμοι να συμμετάσχετε μαζί τους. Κάθε κοινότητα έχει τις δικές της οδηγίες και συντονιστές για να κρατήσει τα μέλη της ασφαλή και ισχυρά εργαλεία αποκλεισμού και αναφοράς βοηθούν στην πρόληψη της κατάχρησης.
|
||||||
|
|
||||||
|
Περισσότερα χαρακτηριστικά:
|
||||||
|
|
||||||
|
• Σκοτεινή λειτουργία: Διαβάστε αναρτήσεις σε φωτεινή, σκοτεινή ή την απόλυτα μαύρη λειτουργία
|
||||||
|
• Δημοσκοπήσεις: Ρωτήστε τους ακόλουθους για τη γνώμη τους και συγκεντρώστε ψήφους
|
||||||
|
• Εξερεύνηση: Δημοφιλείς ετικέτες και λογαριασμοί είναι ένα άγγιγμα μακριά
|
||||||
|
• Ειδοποιήσεις: Ενημερωθείτε για νέους ακόλουθους, απαντήσεις και παραθέσεις
|
||||||
|
• Κοινοποίηση: Αναρτήστε απευθείας στο Mastodon από οποιαδήποτε καρτέλα κοινής χρήσης σε οποιαδήποτε εφαρμογή
|
||||||
|
• Χάρη: Η μασκότ μας είναι ένας αξιολάτρευτος ελέφαντας και θα τον δείτε να εμφανίζεται πού και πού
|
||||||
|
|
||||||
|
Το Mastodon είναι μη κερδοσκοπική και η ανάπτυξη υποστηρίζεται άμεσα από τις δωρεές σας. Δεν υπάρχουν διαφημίσεις, δεν γίνεται δημιουργία εσόδων και χωρίς επιχειρηματικά κεφάλαια και σκοπεύουμε να το διατηρήσουμε έτσι.
|
1
fastlane/metadata/android/el-GR/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Αποκεντρωμένο κοινωνικό δίκτυο
|
1
fastlane/metadata/android/el-GR/title.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Mastodon
|
16
fastlane/metadata/android/en-US/full_description.txt
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
Mastodon is the largest decentralized social network on the internet. Instead of a single website, it’s a network of millions of users in independent communities that can all interact with one another, seamlessly. No matter what you’re into, you can meet passionate people posting about it on Mastodon!
|
||||||
|
|
||||||
|
Join a community and create your profile. Find and follow fascinating folks and read their posts in an ad-free, chronological timeline. Express yourself with custom emoji, images, GIFs, videos, and audio in 500-character posts. Reply to threads and reblog posts from anyone to share great stuff. Find new accounts to follow and trending hashtags to expand your network.
|
||||||
|
|
||||||
|
Mastodon is built with a focus on privacy and safety. Decide whether your posts are shared with your followers, just the people you mention, or the whole world. Content warnings let you hide posts containing sensitive or triggering material until you're ready to engage with them. Each community has its own guidelines and moderators to keep its members safe, and robust blocking and reporting tools help prevent abuse.
|
||||||
|
|
||||||
|
More features:
|
||||||
|
|
||||||
|
• Dark Mode: Read posts in light, dark, or true black mode
|
||||||
|
• Polls: Ask followers for their opinion and tally the votes
|
||||||
|
• Explore: Trending hashtags and accounts are a tap away
|
||||||
|
• Notifications: Get notified about new follows, replies, and reblogs
|
||||||
|
• Sharing: Post directly to Mastodon from any share sheet in any app
|
||||||
|
• Cuteness: Our mascot is an adorable elephant, and you'll see them pop up from time to time
|
||||||
|
|
||||||
|
Mastodon is a registered nonprofit and development is supported directly by your donations. There’s no advertising, no monetization, and no venture capital, and we plan to keep it that way.
|
BIN
fastlane/metadata/android/en-US/images/featureGraphic.png
Normal file
After Width: | Height: | Size: 377 KiB |
BIN
fastlane/metadata/android/en-US/images/icon.png
Normal file
After Width: | Height: | Size: 213 KiB |
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/1.png
Normal file
After Width: | Height: | Size: 1 MiB |
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/2.png
Normal file
After Width: | Height: | Size: 844 KiB |
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/3.png
Normal file
After Width: | Height: | Size: 1.3 MiB |
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/4.png
Normal file
After Width: | Height: | Size: 1.2 MiB |
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/5.png
Normal file
After Width: | Height: | Size: 776 KiB |
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/6.png
Normal file
After Width: | Height: | Size: 1.2 MiB |
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/7.png
Normal file
After Width: | Height: | Size: 790 KiB |
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/8.png
Normal file
After Width: | Height: | Size: 1.2 MiB |
1
fastlane/metadata/android/en-US/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Decentralized social network
|
1
fastlane/metadata/android/en-US/title.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Mastodon
|
16
fastlane/metadata/android/es-ES/full_description.txt
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
Mastodon es la red social descentralizada más grande de internet. En lugar de ser una sola web, es una red de millones de usuarios en comunidades independientes que pueden interactuar entre ellas de forma transparente. Sin importar qué es lo que hagas, ¡podrás encontrar gente apasionada escribiendo sobre ello en Mastodon!
|
||||||
|
|
||||||
|
Únete a una comunidad y crea tu perfil. Encuentra y sigue a gente fascinante y lea sus publicaciones sin anuncios y de forma cronológica. Exprésate con emojis personalizados, imágenes, GIFs, vídeos y audio en publicaciónes de 500 caracteres. Responde a hilos e rebloguea publicaciones de cualquiera para compartir contenido genial. Encuentra nuevas cuentas para seguir y los hashtags en tendencia para expandir tu red.
|
||||||
|
|
||||||
|
Mastodon está construido con un enfoque en la privacidad y la seguridad. Decide si tus publicaciones se comparten con tus seguidores, solo a la gente que menciones, o a todo el mundo. Las advertencias de contenido te permiten esconder publicaciones con contenido sensible o limitarlas de tu visión hasta que estés listo para interactuar con ellas. Cada comunidad tiene sus propias directrices y moderadores para mantener la seguridad de sus miembros, y unas sólidas herramientas de bloqueo y denuncia que ayudan a evitar los abusos.
|
||||||
|
|
||||||
|
Más características:
|
||||||
|
|
||||||
|
• Modo oscuro: Lee las publicaciones en modo claro, oscuro o negro real
|
||||||
|
• Encuestas: Pide opinión a tus seguidores y cuenta los votos
|
||||||
|
• Explora: Hashtags y cuentas en tendencia a un solo toque
|
||||||
|
• Notificaciones: Recibe notificaciones sobre nuevos seguidores, respuestas y reblogueos
|
||||||
|
• Compartir: Publica directamente a Mastodon desde cualquier hoja de acción en cualquier aplicación
|
||||||
|
• Preciosidad: Nuestra mascota es un elefante adorable, y verás que aparece de vez en cuando
|
||||||
|
|
||||||
|
Mastodon es una organización sin ánimo de lucro registrada y su desarrollo se financia directamente con tus donaciones. No hay publicidad, ni monetización, ni capital de riesgo, y tenemos previsto mantenerlo así.
|
1
fastlane/metadata/android/es-ES/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Red social descentralizada
|
1
fastlane/metadata/android/es-ES/title.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Mastodon
|
16
fastlane/metadata/android/eu-ES/full_description.txt
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
Mastodon Interneteko sare sozial deszentralizatu handiena da. Webgune bakar bat izan ordez, beren artean elkarreragin dezaketen komunitate independenteetako milioika erabiltzailek osatutako sarea da. Zure interesak direnak direla ere, jende interesgarria aurkituko duzu Mastodonen!
|
||||||
|
|
||||||
|
Batu komunitate batera eta sortu zure profila. Bilatu eta jarraitu jende zoragarria eta irakurri beren bidalketak, publizitaterik gabeko denbora-lerro kronologikoan. Adierazi nahi duzuna 500 karaktereko bidalketetan emoji pertsonalizatuak, irudiak, GIFak, bideoak eta audioak erabiliz. Erantzun edozeinen hariak eta eman bultzada bidalketei edukiak partekatzeko. Bilatu jarraitzeko kontu berriak eta traolen joerak zure sarea zabaltzeko.
|
||||||
|
|
||||||
|
Mastodon pribatutasunean eta segurtasunean arreta jarriz eraikia dago. Erabaki zure bidalketak norekin partekatu: zure jarraitzaileekin, aipatzen dituzunekin edo mundu osoarekin. Edukiaren abisuek aukera ematen dute eduki sentibera edo zuregan eragina izan dezaketen bidalketak zuk erabaki arte ezkutatzeko. Komunitate bakoitzak bere gidalerro eta moderatzaileak ditu, bertako kideak seguru mantentzeko. Baita blokeatzeko eta salatzeko tresna sendoak ere abusuak galarazteko.
|
||||||
|
|
||||||
|
Ezaugarri gehiago:
|
||||||
|
|
||||||
|
• Modu iluna: Irakurri bidalketak modu argi, ilun edo benetako beltzean
|
||||||
|
• Inkestak: Galdetu jarraitzaileei beren iritzia eta zenbatu botoak
|
||||||
|
• Esploratu: Traolen joerak eta kontuak erraz aurkitu
|
||||||
|
• Jakinarazpenak: Jarraitzaile berrien, erantzunen edo bultzaden berri jaso
|
||||||
|
• Partekatzea: Argitaratu zuzenean Mastodonen edozein aplikaziotako partekatze-orritik
|
||||||
|
• Edertasuna: Gure maskota elefante maitagarri bat da eta tarteka agertuko zaizu
|
||||||
|
|
||||||
|
Mastodon erregistratutako irabazi asmorik gabeko elkartea da eta zure dohaintzen bidez babesten da garapena. Ez dago iragarkirik, irabazi asmorik eta inbertsio kapitalik, eta horrela jarraitzeko asmoa dugu.
|
1
fastlane/metadata/android/eu-ES/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Sare sozial deszentralizatua
|
1
fastlane/metadata/android/eu-ES/title.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Mastodon
|
16
fastlane/metadata/android/fa-IR/full_description.txt
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
ماستودون بزرگترین شبکه اجتماعی غیرمتمرکز در اینترنت است. به جای یک وب سایت واحد، شبکه ای متشکل از میلیون ها کاربر در جوامع مستقل است که همگی می توانند به صورت یکپارچه با یکدیگر تعامل داشته باشند. مهم نیست که به چه چیزی علاقه دارید، می توانید با افراد پرشوری که درباره آن در ماستودون فرسته ارسال میکنند صحبت کنید!
|
||||||
|
|
||||||
|
به یک اجتماع بپیوندید و نمایه خود را ایجاد کنید. افراد جذاب را پیدا کنید و پیگیری کنید و فرستههای آنها را در یک خط زمانی بدون تبلیغات و زمانی بخوانید. با ایموجیهای سفارشی، تصاویر، گیفها، ویدیوها و صدا در فرستههای 500 کاراکتری، خود را بیان کنید. برای به اشتراک گذاشتن مطالب عالی، به موضوعات پاسخ دهید و فرستههای هر کسی را مجددا ریبلاگ کنید. اکانت های جدیدی را برای پیگیری پیدا کنید و برچسبهای پرطرفدار را برای گسترش شبکه خود پیدا کنید.
|
||||||
|
|
||||||
|
ماستودون با تمرکز بر حریم خصوصی و ایمنی ساخته شده است. تصمیم بگیرید که آیا پستهای شما با پیگیرهایتان، فقط افرادی که نام میبرید، یا کل دنیا به اشتراک گذاشته شود. هشدارهای محتوا به شما امکان میدهند پستهای حاوی مطالب حساس یا محرک را پنهان کنید تا زمانی که آماده تعامل با آنها باشید. هر اجتماعای دستورالعملها و ناظران خود را دارد تا اعضای خود را ایمن نگه دارد و ابزارهای قوی مسدود کردن و گزارشدهی به جلوگیری از سوء استفاده کمک میکند.
|
||||||
|
|
||||||
|
قابلیت های دیگر:
|
||||||
|
|
||||||
|
• حالت تاریک: فرستهها را در حالت روشن، تاریک، یا سیاه بخوانید
|
||||||
|
• نظرسنجی: از پیگیران خود نظر بخواهید و رایها را جمعآوری کنید
|
||||||
|
• کاوش: برچسبها و حسابهای پرطرفدار یک ضربه فاصله دارند
|
||||||
|
• آگاهیها: از پیگیریها، پاسخهای جدید و ریبلاگها مطلع شوید
|
||||||
|
• اشتراک گذاری: از هر برگه اشتراکی در هر برنامه، مستقیماً به ماستودون ارسال کنید
|
||||||
|
• ناز: طلسم ما یک فیل شایان ستایش است، و شما هر از گاهی آنها را خواهید دید
|
||||||
|
|
||||||
|
ماستودون یک سازمان غیرانتفاعی ثبت شده است و توسعه مستقیماً توسط اعانه های مالی شما پشتیبانی می شود. نه تبلیغاتی وجود دارد،نه کسب درآمدی و نه سرمایه گذاری خطرپذیری و ما قصد داریم آن را به همین شکل حفظ کنیم.
|
1
fastlane/metadata/android/fa-IR/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
شبکه اجتماعی نامتمرکز
|
1
fastlane/metadata/android/fa-IR/title.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Mastodon
|
16
fastlane/metadata/android/fi-FI/full_description.txt
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
Mastodon on internetin suurin hajautettu sosiaalinen verkosto. Yhden verkkopalvelun sijaan, se on miljoonien itsenäisissä yhteisöissä olevien käyttäjien verkosto, jotka voivat olla vuorovaikutuksessa toistensa kanssa saumattomasti. Riippumatta siitä, mistä olet kiinnostunut, voit tavata samanmielisiä ihmisiä, jotka julkaisevat aiheesta Mastodonissa!
|
||||||
|
|
||||||
|
Liity yhteisöön ja luo itsellesi tili. Löydä ja seuraa kiehtovia ihmisiä ja lue heidän julkaisunsa ilman mainoksia, kronologisella aikajanalla. Ilmaise itseäsi mukautetuilla emojeilla, kuvilla, videoilla ja audiolla 500 merkin pituisissa julkaisuissa. Vastaa viestiketjuihin ja edelleen jaa julkaisuja keneltä tahansa, jakaaksesi hienoja juttuja. Löydä uusia tilejä seurattavaksi ja suosittuja aihetunnisteita laajentaaksesi verkostoasi.
|
||||||
|
|
||||||
|
Mastodon on rakennettu keskittyen yksityisyyteen ja turvallisuuteen. Päätä, jaetaanko julkaisusi seuraajille, vain mainitsemillesi ihmisille vai koko maailmalle. Sisältövaroitusten avulla, voit piilottaa julkaisut, jotka sisältävät arkaluontoista tai laukaisevaa materiaalia, kunnes olet valmis käsittelemään niitä. Jokaisella yhteisöllä on omat ohjeistonsa ja valvojansa, jotka pitävät jäsenensä turvassa, ja tehokkaat esto- ja ilmiantotyökalut auttavat torjumaan väärinkäytöksiä.
|
||||||
|
|
||||||
|
Lisää ominaisuuksia:
|
||||||
|
|
||||||
|
• Tumma tila: Lue julkaisut vaaleassa, tummassa tai mustan tummassa tilassa
|
||||||
|
• Kyselyt: Kysy seuraajilta heidän mielipidettään ja laske äänet
|
||||||
|
• Tutustu: Suositut aihetunnisteet ja tilit ovat vain napsautuksen päässä
|
||||||
|
• Ilmoitukset: Saat ilmoituksen uusista seuraajista, vastauksista ja tehostuksista
|
||||||
|
• Jakaminen: Julkaise suoraan Mastodoniin minkä tahansa sovelluksen jakovalikon kautta
|
||||||
|
• Suloisuus: Maskottimme on ihastuttava mastodontti ja näet sen ajoittain
|
||||||
|
|
||||||
|
Mastodon on rekisteröity voittoa tavoittelematon organisaatio ja kehitystä tuetaan suoraan lahjoituksillasi. Ei mainontaa, kaupallistamista eikä riskipääomaa, ja aiomme pitää sen sellaisena.
|
1
fastlane/metadata/android/fi-FI/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Hajautettu sosiaalinen verkosto
|
1
fastlane/metadata/android/fi-FI/title.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Mastodon
|
16
fastlane/metadata/android/fil-PH/full_description.txt
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
Ang Mastodon ay ang pinakamalaking desentralisadong social network sa internet. Sa halip na isang solong website, ito ay isang network ng milyun-milyong mga gumagamit sa mga independiyenteng komunidad na lahat ay maaaring makipag-ugnay sa isa ' t isa, nang walang putol. Hindi mahalaga kung ano ang iyong naroroon, maaari mong matugunan ang mga madamdaming tao na nagpo-post tungkol dito sa Mastodon!
|
||||||
|
|
||||||
|
Sumali sa isang komunidad at lumikha ng iyong profile. Hanapin at sundin ang mga kamangha-manghang mga tao at basahin ang kanilang mga post sa isang ad-free, magkakasunod na timeline. Ipahayag ang iyong sarili gamit ang pasadyang emoji, mga imahe, GIF, Video, at audio sa 500-character na mga post. Tumugon sa mga thread at reblog post mula sa sinuman para magbahagi ng magagandang bagay. Maghanap ng mga bagong account na susundan at nagte-trend na mga hashtag para mapalawak ang iyong network.
|
||||||
|
|
||||||
|
Ang Mastodon ay binuo na may pagtuon sa pribado at kaligtasan. Magpasya ka kung ang iyong mga post ay ibinabahagi sa iyong mga tagasunod, ang mga taong binanggit mo lamang, o ang buong mundo. Hinahayaan ka ng mga babala sa nilalaman na itago ang mga post na naglalaman ng sensitibo o nakaka-trigger na materyal hanggang sa handa ka nang makisali sa kanila. Ang bawat komunidad ay may sariling mga alituntunin at moderator para mapanatiling ligtas ang mga miyembro nito, at ang matatag na mga tool sa pag-block at pag-uulat ay makakatulong na maiwasan ang pang-aabuso.
|
||||||
|
|
||||||
|
Higit pang mga tampok:
|
||||||
|
|
||||||
|
* Madilim na Mode: Basahin ang mga post sa liwanag, madilim, o maitim na mode
|
||||||
|
* Mga botohan: hilingin sa mga tagasunod ang kanilang opinyon at tally ang mga boto
|
||||||
|
* Galugarin: nagte-trend hashtags at mga account ay isang tap ang layo
|
||||||
|
* Mga Abiso: Maabisuhan tungkol sa mga bagong sumusunod, tugon, at reblogs
|
||||||
|
* Pagbabahagi: Mag-Post nang direkta sa Mastodon mula sa anumang share sheet sa anumang app
|
||||||
|
* Cuteness: ang aming maskot ay isang kaibig-ibig na elepante, at makikita mo silang pop up paminsan-minsan
|
||||||
|
|
||||||
|
Mastodon ay isang rehistradong nonprofit at pag-unlad ay suportado nang direkta sa pamamagitan ng iyong mga donasyon. Walang advertising, walang monetization, at walang venture capital, at plano naming panatilihin ito sa ganoong paraan.
|
1
fastlane/metadata/android/fil-PH/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Desentralisadong social network
|
1
fastlane/metadata/android/fil-PH/title.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Mastodon
|
16
fastlane/metadata/android/fr-FR/full_description.txt
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
Mastodon est le plus grand réseau social décentralisé sur Internet. Au lieu d’un site Web unique, c’est un réseau de millions d’utilisateurs dans des communautés indépendantes qui peuvent tous interagir les uns avec les autres, de manière transparente. Peu importe ce que vous êtes, vous pouvez rencontrer des gens passionnés qui publient à ce sujet sur Mastodon !
|
||||||
|
|
||||||
|
Rejoignez une communauté et créez votre profil. Trouvez et suivez des personnes fascinantes et lisez leurs messages chronologiquement et sans publicité. Exprimez-vous avec des émojis personnalisés, des images, des GIFs, des vidéos et de l’audio dans des messages de 500 caractères. Répondez aux sujets de discussions et aux reblogues de n’importe qui pour partager des choses géniales. Trouvez de nouveaux comptes à suivre et des hashtags tendance pour étendre votre réseau.
|
||||||
|
|
||||||
|
Mastodon est construit en mettant l’accent sur la vie privée et la sécurité. Décidez si vos messages sont partagés avec vos abonnés, les personnes que vous mentionnez, ou le monde entier. Les avertissements de contenu vous permettent de masquer les messages au contenu sensible jusqu’à ce que vous soyez prêt à vous engager avec eux. Chaque communauté a ses propres directives et modérateurs pour assurer la sécurité de ses membres, et de solides outils de blocage et de signalement aident à prévenir les abus.
|
||||||
|
|
||||||
|
Plus de fonctionnalités :
|
||||||
|
|
||||||
|
• Mode Sombre : Lisez les messages en mode clair, sombre ou vrai noir
|
||||||
|
• Sondages : Demandez l’opinion à vos abonnés et comptez les votes
|
||||||
|
• Explorer : Les hashtags et les comptes tendance sont à portée de main
|
||||||
|
• Notifications : Soyez informé des nouveaux abonnements, réponses et reblogs
|
||||||
|
• Partage : Publiez directement sur Mastodon à partir de n’importe quelle feuille de partage dans n’importe quelle application
|
||||||
|
• Cuteness : Notre mascotte est un adorable éléphant, et vous la verrez apparaître de temps en temps
|
||||||
|
|
||||||
|
Mastodon est un organisme sans but lucratif enregistré et le développement est soutenu directement par vos dons. Il n’y a pas de publicité, pas de monétisation, pas de capital-risque, et nous prévoyons de continuer ainsi.
|
1
fastlane/metadata/android/fr-FR/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Réseau social décentralisé
|
1
fastlane/metadata/android/fr-FR/title.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Mastodon
|
16
fastlane/metadata/android/ga-IE/full_description.txt
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
Mastodon is the largest decentralized social network on the internet. Instead of a single website, it’s a network of millions of users in independent communities that can all interact with one another, seamlessly. No matter what you’re into, you can meet passionate people posting about it on Mastodon!
|
||||||
|
|
||||||
|
Join a community and create your profile. Find and follow fascinating folks and read their posts in an ad-free, chronological timeline. Express yourself with custom emoji, images, GIFs, videos, and audio in 500-character posts. Reply to threads and reblog posts from anyone to share great stuff. Find new accounts to follow and trending hashtags to expand your network.
|
||||||
|
|
||||||
|
Mastodon is built with a focus on privacy and safety. Decide whether your posts are shared with your followers, just the people you mention, or the whole world. Content warnings let you hide posts containing sensitive or triggering material until you're ready to engage with them. Each community has its own guidelines and moderators to keep its members safe, and robust blocking and reporting tools help prevent abuse.
|
||||||
|
|
||||||
|
More features:
|
||||||
|
|
||||||
|
• Dark Mode: Read posts in light, dark, or true black mode
|
||||||
|
• Polls: Ask followers for their opinion and tally the votes
|
||||||
|
• Explore: Trending hashtags and accounts are a tap away
|
||||||
|
• Notifications: Get notified about new follows, replies, and reblogs
|
||||||
|
• Sharing: Post directly to Mastodon from any share sheet in any app
|
||||||
|
• Cuteness: Our mascot is an adorable elephant, and you'll see them pop up from time to time
|
||||||
|
|
||||||
|
Mastodon is a registered nonprofit and development is supported directly by your donations. There’s no advertising, no monetization, and no venture capital, and we plan to keep it that way.
|
1
fastlane/metadata/android/ga-IE/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Decentralized social network
|
1
fastlane/metadata/android/ga-IE/title.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Mastodon
|
16
fastlane/metadata/android/gd-GB/full_description.txt
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
’S e an lìonra sòisealta sgaoilte as motha air an eadar-lìon a th’ ann am Mastodon. Seach aon làrach-lìn a-mhàin, ’s e lìonra de mhilleanan de dhaoine ann an coimhearsnachdan neo-eisimeileach a th’ ann agus ’s urrainn dhan a h-uile duine bruidhinn ri chèile fhathast gun duilgheadas. Ge b’ e dè na rudan a tha ùidh agad annta, coinnichidh tu ri daoine a sgrìobhas mun dèidhinn air Mastodon!
|
||||||
|
|
||||||
|
Faigh ballrachd ann an coimhearsnachd ’s cruthaich pròifil dhut. Lorg is lean daoine inntinneach leugh na postaichean aca air loidhne-ama cheart gun sanasachd. Cuir thu fhèin an cèill le Emojis gnàthaichte, dealbhan, GIFs, videothan is fuaimean ann am postaichean le 500 caractar. Freagair ri snàithleanan is brosnaich postaichean le neach sam bith airson deagh rudan a cho-roinneadh. Lorg cunntasan ùra ri leantainn is tagaichean hais a’ treandadh airson an lìonra agad a leudachadh.
|
||||||
|
|
||||||
|
Chaidh Mastodon a thogail leis an aire air prìobhaideachd is sàbhailteachd. Tha e an urra riut fhèin an co-roinn thu post leis an luchd-leantainn agad, leis na daoine air an doir thu iomradh a-mhàin no leis an t-saoghal mhòr. Leigidh rabhaidhean susbainte leat postaichean sa bheil susbaint fhrionasach fhalach is cha leig daoine leas coimhead air ach nuair a bhios iad deònach. Tha riaghailtean is maoir fa leth aig gach coimhearsnachd airson a buill a chumail sàbhailte agus cuidichidh innealan bacaidh is gearain le dìon o dhroch-dhìol.
|
||||||
|
|
||||||
|
Gleusan eile:
|
||||||
|
|
||||||
|
• Modh dorcha: Leugh postaichean le modh soilleir, dorcha no dubh dorcha
|
||||||
|
• Cunntasan-bheachd: Faighnich dhen luchd-leantainn dè am beachd is faigh cunntas nam bhòt
|
||||||
|
• Rùraich: Ruig tagaichean hais is cunntasan a’ treandadh le aon ghnogag
|
||||||
|
• Brathan: Faigh brathan mu luchd-leantainn, freagairtean is brosnachaidhean ùra
|
||||||
|
• Co-roinn: Postaich gu Mastodon gu dìreach o shiota co-roinnidh ann an aplacaid sam bith
|
||||||
|
• Stampachd: ’S e ailbhean ealanta a tha san t-suaichnean againn is nochdaidh e o àm gu àm
|
||||||
|
|
||||||
|
’S e bhuidheann neo-phrothaideach clàraichte a th’ ann am Mastodon a gheibh taic dhìreach o na tabhartasan agad. Chan eil sanasachd, airgeadachadh no calpa iomairte sam bith ann agus tha fainear dhuinn ’ga chumail mar sin.
|
1
fastlane/metadata/android/gd-GB/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Lìonra sòisealta sgaoilte
|
1
fastlane/metadata/android/gd-GB/title.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Mastodon
|
16
fastlane/metadata/android/gl-ES/full_description.txt
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
Mastodon é a rede social descentralizada máis grande de internet. Non é unha soa web, é unha rede de millóns de persoas en comunidades independentes que poden interactuar entre elas, sen problema. Sexan cales fosen os teus intereses, podes atopar persoas comentando ese tema en Mastodon!
|
||||||
|
|
||||||
|
Únete a unha comunidade e crea un perfil. Atopa e sigue a persoas abraiantes lendo as súas publicacións en cronoloxías sen publicidade e orde cronolóxica. Exprésate usando emojis personalizados, imaxes, GIFs, vídeos e audio con publicacións de 500 caracteres. Responde aos fíos e promove publicacións doutras persoas que creas relevantes. Atopa novas contas e segue os cancelos en voga para facer medrar a túa rede.
|
||||||
|
|
||||||
|
Mastodon está creado pensando na privacidade e seguridade. Decide con quen compartes as túas publicacións, só coas seguidoras ou persoas que mencionas, ou con todo o mundo. Os avisos sobre o contido permiten agochar contido sensible ou material que podería crear ansiedade ata que estás preparada para velo. Cada comunidade ten as súas normas e a moderación coida da seguridade das persoas da instancia, con ferramentas para denunciar e bloquear e así evitar abusos.
|
||||||
|
|
||||||
|
Máis características:
|
||||||
|
|
||||||
|
• Modo Escuro: ler publicacións en modo claro, escuro ou negro verdadeiro
|
||||||
|
• Enquisas: pregúntalle ás seguidoras a súa opinión e recolle os votos
|
||||||
|
• Explorar: Cancelos e contas en voga facilmente accesibles
|
||||||
|
• Notificacións: recibe notificacións sobre seguimentos, respostas e promocións
|
||||||
|
• Compartir: publica directamente en Mastodon desde o menú de calquera app
|
||||||
|
• Fermosura: a nosa mascota é un elefante moi feitiño, que verás a miúdo por aquí
|
||||||
|
|
||||||
|
Mastodon é unha organización rexistrada sen ánimo de lucro cuxo desenvolvemento está financiado por doazóns. Non hai publicidade, nen monetización, sen inversións de capital risco, e pretendemos seguir así.
|
1
fastlane/metadata/android/gl-ES/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Rede social descentralizada
|
1
fastlane/metadata/android/gl-ES/title.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Mastodon
|
16
fastlane/metadata/android/he-IL/full_description.txt
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
מסטודון היא הרשת החברתית המבוזרת הגדולה ביותר באינטרנט. במקום אתר אחד, מסטודון היא רשת של מיליוני משתמשים בקהילות עצמאיות שיכולות לפעול ביחד באופן חלק. לא משנה מה הקטע שלכם, אתם יכולים לפגוש אנשים שמתעניינים בו וכותבים עליו במסטודון!
|
||||||
|
|
||||||
|
הצטרפו לקהילה וצרו את המשתמש שלכם. Find and follow fascinating folks and read their posts in an ad-free, chronological timeline. הביעו את עצמכם באמצעות אמוג׳ים מעוצבים, תמונות, גיפים, סרטונים, ושמע ברשומות של עד 500 תווים. הגיבו לשרשורים ועשו ״ריבלוג״ לרשומות של כל מי שאתם רוצים כדי לשתף דברים מגניבים. מצאו חשבונות חדשים לעקוב אחריהם והאשטגים טרנדיים כדי להרחיב את רשתותיכם.
|
||||||
|
|
||||||
|
מסטודון בנויה עם פוקוס על פרטיות ובטיחות. קבעו האם הרשומות יתפרסמו עבור העוקבים שלכם, רק האנשים שאתם מציינים, או כל העולם. אזהרות תוכן מאפשרות לכם להסתיר רשומות המכילות תוכן רגיש או שעלול להוות טריגר עד שתהיו מוכנים להתמודד איתן. לכל קהילה כללים ומנהלים משלה שמטרתם לשמור על כך שכל חבריה יהיו בטוחים, וכלי חסימה ודיווח ענפים כדי לעזור למנוע שימוש לרעה.
|
||||||
|
|
||||||
|
תכונות נוספות:
|
||||||
|
|
||||||
|
• מצב חשוך: קראו רשומות במצב בהיר, חשוך, או שחור־אמיתי
|
||||||
|
• סקרים: שאלו את העוקבים שלכם מה דעתם וספרו את הקולות
|
||||||
|
• לגלות: האשטגים טרנדיים וחשבונות הם רק מרחק לחיצה
|
||||||
|
• עדכונים: קבלו עדכונים אודות עוקבים חדשים, תגובות, וריבלוגים
|
||||||
|
• שיתוף: העלו ישירות למסטודון מכל עמוד שיתוף בכל אפליקציה
|
||||||
|
• חמידות: הקמע שלנו הוא פיל מקסים, ואתם תראו אותם מופיעים פה ושם
|
||||||
|
|
||||||
|
מסטודון רשומה כארגון ללא מטרות רווח והפיתוח ממומן ישירות מתרומותכם. אין שום פרסומות, שום תרגום מובנה של הצלחה לכסף, ושום הון־סיכון, ואנחנו מתכננים לשמור על זה כך.
|
1
fastlane/metadata/android/he-IL/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
רשת חברתית מבוזרת
|
1
fastlane/metadata/android/he-IL/title.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Mastodon
|
16
fastlane/metadata/android/hi-IN/full_description.txt
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
Mastodon is the largest decentralized social network on the internet. Instead of a single website, it’s a network of millions of users in independent communities that can all interact with one another, seamlessly. No matter what you’re into, you can meet passionate people posting about it on Mastodon!
|
||||||
|
|
||||||
|
Join a community and create your profile. Find and follow fascinating folks and read their posts in an ad-free, chronological timeline. Express yourself with custom emoji, images, GIFs, videos, and audio in 500-character posts. Reply to threads and reblog posts from anyone to share great stuff. Find new accounts to follow and trending hashtags to expand your network.
|
||||||
|
|
||||||
|
Mastodon is built with a focus on privacy and safety. Decide whether your posts are shared with your followers, just the people you mention, or the whole world. Content warnings let you hide posts containing sensitive or triggering material until you're ready to engage with them. Each community has its own guidelines and moderators to keep its members safe, and robust blocking and reporting tools help prevent abuse.
|
||||||
|
|
||||||
|
More features:
|
||||||
|
|
||||||
|
• Dark Mode: Read posts in light, dark, or true black mode
|
||||||
|
• Polls: Ask followers for their opinion and tally the votes
|
||||||
|
• Explore: Trending hashtags and accounts are a tap away
|
||||||
|
• Notifications: Get notified about new follows, replies, and reblogs
|
||||||
|
• Sharing: Post directly to Mastodon from any share sheet in any app
|
||||||
|
• Cuteness: Our mascot is an adorable elephant, and you'll see them pop up from time to time
|
||||||
|
|
||||||
|
Mastodon is a registered nonprofit and development is supported directly by your donations. There’s no advertising, no monetization, and no venture capital, and we plan to keep it that way.
|
1
fastlane/metadata/android/hi-IN/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Decentralized social network
|
1
fastlane/metadata/android/hi-IN/title.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Mastodon
|
16
fastlane/metadata/android/hr-HR/full_description.txt
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
Mastodon je najveća decentralizirana društvena mreža na internetu. Umjesto jedne web stranice, to je mreža milijuna korisnika u neovisnim zajednicama koje sve mogu međusobno komunicirati. Bez obzira na to što te zanima, možeš upoznati strastvene ljude koji o tome objavljuju na Mastodonu!
|
||||||
|
|
||||||
|
Pridruži se zajednici i kreiraj svoj profil. Find and follow fascinating folks and read their posts in an ad-free, chronological timeline. Izrazi se prilagođenim emojijima, slikama, GIF-ovima, videozapisima i zvukom u objavama od 500 znakova. Odgovori na teme i reblogaj postove od bilo koga da podijeliš sjajne stvari. Pronađi nove račune koje ćeš pratiti i popularne hashtagove kako bi proširio/la svoju mrežu.
|
||||||
|
|
||||||
|
Mastodon je izgrađen s fokusom na privatnost i sigurnost. Odluči hoće li se tvoje objave dijeliti s tvojim sljedbenicima, samo s osobama koje spominjete ili s cijelim svijetom. Upozorenja o sadržaju omogućuju ti da sakriješ postove koji sadrže osjetljivi ili izazovni materijal dok ne budeš spreman za interakciju s njima. Svaka zajednica ima vlastite smjernice i moderatore kako bi zaštitili svoje članove, a robusni alati za blokiranje i prijavljivanje pomažu u sprječavanju zlouporabe.
|
||||||
|
|
||||||
|
Više značajki:
|
||||||
|
|
||||||
|
• Tamni način rada: čitaj postove u svijetlom, tamnom ili stvarno crnom načinu
|
||||||
|
• Ankete: Pitaj sljedbenike za mišljenje i zbroji glasove
|
||||||
|
• Istraži: popularni hashtagovi i računi udaljeni su samo jedan dodir
|
||||||
|
• Obavijesti: primaj obavijesti o novim pratiteljima, odgovorima i reblogovima
|
||||||
|
• Dijeljenje: objavi izravno na Mastodonu s bilo kojeg lista za dijeljenje u bilo kojoj aplikaciji
|
||||||
|
• Slatkoća: Naša maskota je ljupki slon i vidjet ćeš ih kako iskaču s vremena na vrijeme
|
||||||
|
|
||||||
|
Mastodon je registrirana neprofitna organizacija i razvoj je podržan izravno vašim donacijama. Nema oglašavanja, nema monetizacije i rizičnog kapitala, a planiramo takvi i ostati.
|
1
fastlane/metadata/android/hr-HR/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Decentralizirana društvena mreža
|
1
fastlane/metadata/android/hr-HR/title.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Mastodon
|
16
fastlane/metadata/android/hu-HU/full_description.txt
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
A Mastodon a legnagyobb decentralizált közösségi hálózat az interneten. Egyetlen weboldal helyett, ez több millió felhasználóból álló, független közösségek hálózata, amelyek egymással kapcsolatba tudnak lépni, zökkenőmentesen. Nem számít, mi az érdeklődésed, a Mastodonon találkozhatsz róla posztoló lelkes emberekkel!
|
||||||
|
|
||||||
|
Csatlakozz egy közösséghez és készítsd el a profilodat. Találj meg és kövess be fantasztikus embereket, olvasd el a bejegyzéseiket reklámmentesen, időrendben. Fejezd ki magad egyedi hangulatjelekkel, képekkel, GIFekkel, videókkal és hanggal, 500 karakter hosszúságú bejegyzésekben. Válaszolj szálakban, told meg bárki bejegyzését, hogy megoszthass szuper dolgokat. Fedezz fel új fiókokat amiket követhetsz és felkapott hashtageket, hogy bővíthesd a kapcsolataidat.
|
||||||
|
|
||||||
|
A Mastodon az adatvédelemre és a biztonságra összpontosítva épült. Döntsd el, hogy a bejegyzéseidet csak a követőiddel, csak azokkal akiket megemlítesz, vagy az egész világgal osztod meg. A tartalomfigyelmeztetések elrejthetővé teszik az érzékeny vagy ingerlő tartalmakat addig, amíg nem vagy kész azok megtekintésére. Minden közösségnek saját irényelvei és moderátorai vannak arra, hogy biztonságban tudják a tagjaikat. Erőteljes letiltási és bejelentési eszközök segítik a visszaélések megelőzését.
|
||||||
|
|
||||||
|
További funkciók:
|
||||||
|
|
||||||
|
• Sötét mód: Olvasd a bejegyzéseket világos, sötét vagy teljesen fekete módban
|
||||||
|
• Szavazás: Kérd ki a követőid véleményét és összesítsd a szavazataikat
|
||||||
|
• Felfedezés: A felkapott hashtagek és fiókok egyetlen kattintásra vannak
|
||||||
|
• Értesítések: Értesülj az új követőidről, válaszokról, megtolásokról
|
||||||
|
• Megosztás: Írj bejegyzést Mastodonra bármely app megosztási funkciójával
|
||||||
|
• Cukiság: A kabalánk egy cuki elefánt, mely fel fog bukkanni időről időre
|
||||||
|
|
||||||
|
A Mastodon egy bejegyzett non-profit szervezet, a fejlesztés közvetlenül a te adományaidból történik. Nincs hirdetés, se monetizáció, se kockázati tőke, és ez így is fog maradni.
|
1
fastlane/metadata/android/hu-HU/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Decentralizált szociális hálózat
|
1
fastlane/metadata/android/hu-HU/title.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Mastodon
|
16
fastlane/metadata/android/hy-AM/full_description.txt
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
Մաստոդոնը համացանցի ամենամեծ ապակենտրոնացված սոցցանցն է։ Այն մի կայք չէ, այլ իրար հետ կապակցված անկախ համայնքների միլիոնավոր օգտատերերից կազմված ցանց։ No matter what you’re into, you can meet passionate people posting about it on Mastodon!
|
||||||
|
|
||||||
|
Միացեք համայնքին և ստեղծեք հաշիվ։ Find and follow fascinating folks and read their posts in an ad-free, chronological timeline. Express yourself with custom emoji, images, GIFs, videos, and audio in 500-character posts. Reply to threads and reblog posts from anyone to share great stuff. Find new accounts to follow and trending hashtags to expand your network.
|
||||||
|
|
||||||
|
Mastodon is built with a focus on privacy and safety. Decide whether your posts are shared with your followers, just the people you mention, or the whole world. Զգայուն կամ հրահրող թեմաներով գրառումները կարելի է թաքցնել նախազգուշացումներով։ Each community has its own guidelines and moderators to keep its members safe, and robust blocking and reporting tools help prevent abuse.
|
||||||
|
|
||||||
|
Ավելին՝
|
||||||
|
|
||||||
|
• Մուգ տարբերակ՝ կարդացեք գրառումներ մուգ, բաց կամ իսկական սև տարբերակներում
|
||||||
|
• Հարցումներ՝ իմացեք ձեր հետևորդների կարծիքը և հաշվեք ձայները
|
||||||
|
• Explore: Trending hashtags and accounts are a tap away
|
||||||
|
• Notifications: Get notified about new follows, replies, and reblogs
|
||||||
|
• Sharing: Post directly to Mastodon from any share sheet in any app
|
||||||
|
• Cuteness: Our mascot is an adorable elephant, and you'll see them pop up from time to time
|
||||||
|
|
||||||
|
Մաստոդոնը գրանցված շահույթ չհետապնդող կազմակերպություն է, և աջակցվում է ձեր նվիրաբերություններով։ There’s no advertising, no monetization, and no venture capital, and we plan to keep it that way.
|
1
fastlane/metadata/android/hy-AM/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Ապակենտրոնացված սոցիալական ցանց
|
1
fastlane/metadata/android/hy-AM/title.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Mastodon
|
16
fastlane/metadata/android/id-ID/full_description.txt
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
Mastodon dalah jaringan sosial terdesentralisasi terbesar di internet. Bukan hanya satu situs web, ini adalah jaringan dari jutaan pengguna dalam komunitas tersendiri yang dapat saling interaksi antar sesama, tanpa batasan. Apapun yang kamu minati, kamu dapat bertemu orang-orang baru yang mengirimkan apa yang mereka minati di Mastodon!
|
||||||
|
|
||||||
|
Bergabunglah dalam sebuah komunitas dan buat profil kalian. Temukan dan ikuti orang-orang yang menarik dan baca postingan mereka dalam linimasa yang kronologis serta bebas iklan. Ekspresikan diri Anda dengan emoji kustom, gambar, GIF, video, dan audio dalam kiriman dengan batasan 500 karakter. Balas ke utasan dan bagikan kiriman dari siapa pun ke pengikut Anda untuk membagikan hal-hal yang keren. Temukan akun baru untuk diikuti dan tagar yang sedang tren untuk memperluas jejaring Anda.
|
||||||
|
|
||||||
|
Mastodon dibuat dengan fokus pada privasi dan keamanan. Tentukan apakah kiriman Anda dibagikan kepada pengikut, hanya orang yang disebut, atau seluruh dunia. Peringatan konten memungkinkan Anda untuk menyembunyikan kiriman yang berisi material sensitif atau memicu sampai Anda siap untuk terlibat dengan mereka. Setiap komunitas memiliki pedoman dan moderator sendiri-sendiri untuk menjaga anggotanya aman, dan alat pemblokiran dan pelaporan yang kokoh membantu mencegah pelecehan.
|
||||||
|
|
||||||
|
Fitur lainnya:
|
||||||
|
|
||||||
|
• Mode Gelap: Baca kiriman dalam mode terang, gelap, atau gelap asli
|
||||||
|
• Pemungutan suara: Tanya pengikut tentang opini mereka dan hitung pilihannya
|
||||||
|
• Jelajahi: Tagar dan akun tren dengan satu ketuk
|
||||||
|
• Pemberitahuan: Dapatkan pemberitahuan tentang pengikut, balasan, dan pembagian baru
|
||||||
|
• Pembagian: Kirim langsung ke Mastodon dari lembar pembagian apa pun dalam aplikasi apa pun
|
||||||
|
• Kelucuan: Maskot kami adalah seekor gajah yang lucu, dan Anda akan melihat dia muncul dari waktu ke waktu
|
||||||
|
|
||||||
|
Mastodon adalah nirlaba yang terdaftar dan pengembangan didukung secara langsung dari donasi Anda. Tanpa periklanan, tanpa monetisasi, dan tanpa kapitalisme ventura, dan kami berencana untuk tetap seperti itu.
|
1
fastlane/metadata/android/id-ID/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Jaringan sosial terdesentralisasi
|
1
fastlane/metadata/android/id-ID/title.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Mastodon
|
16
fastlane/metadata/android/ig-NG/full_description.txt
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
Mastodon is the largest decentralized social network on the internet. Instead of a single website, it’s a network of millions of users in independent communities that can all interact with one another, seamlessly. No matter what you’re into, you can meet passionate people posting about it on Mastodon!
|
||||||
|
|
||||||
|
Join a community and create your profile. Find and follow fascinating folks and read their posts in an ad-free, chronological timeline. Express yourself with custom emoji, images, GIFs, videos, and audio in 500-character posts. Reply to threads and reblog posts from anyone to share great stuff. Find new accounts to follow and trending hashtags to expand your network.
|
||||||
|
|
||||||
|
Mastodon is built with a focus on privacy and safety. Decide whether your posts are shared with your followers, just the people you mention, or the whole world. Content warnings let you hide posts containing sensitive or triggering material until you're ready to engage with them. Each community has its own guidelines and moderators to keep its members safe, and robust blocking and reporting tools help prevent abuse.
|
||||||
|
|
||||||
|
More features:
|
||||||
|
|
||||||
|
• Dark Mode: Read posts in light, dark, or true black mode
|
||||||
|
• Polls: Ask followers for their opinion and tally the votes
|
||||||
|
• Explore: Trending hashtags and accounts are a tap away
|
||||||
|
• Notifications: Get notified about new follows, replies, and reblogs
|
||||||
|
• Sharing: Post directly to Mastodon from any share sheet in any app
|
||||||
|
• Cuteness: Our mascot is an adorable elephant, and you'll see them pop up from time to time
|
||||||
|
|
||||||
|
Mastodon is a registered nonprofit and development is supported directly by your donations. There’s no advertising, no monetization, and no venture capital, and we plan to keep it that way.
|