-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
2,504 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,178 @@ | ||
{ | ||
"extensionName": { | ||
"message": "Likers Blocker", | ||
"description": "Name of the extension." | ||
}, | ||
"extensionDescription": { | ||
"message": "Blockiert Accounts, die hassschürende Tweets liken oder retweeten.", | ||
"description": "Describes the extension." | ||
}, | ||
"popup_usage": { | ||
"message": "Kurzanleitung", | ||
"description": "Label of the usage guide" | ||
}, | ||
"popup_usageStep1": { | ||
"message": "Klicke dazu auf einen Tweet und zeige dir die Liste der Liker an.", | ||
"description": "Usage guide step 1" | ||
}, | ||
"popup_usageStep2": { | ||
"message": "Oberhalb der Liste findest du eine Button \"Alle Blockieren\".", | ||
"description": "Usage guide step 2" | ||
}, | ||
"popup_usageStep3": { | ||
"message": "Wenn du darauf klickst und die Aktion bestätigst, öffnet sich der Massenblock-Dienst in einem neuen Fenster.", | ||
"description": "Usage guide step 3" | ||
}, | ||
"popup_usageStep4": { | ||
"message": "Wenn du dort noch nicht angemeldet bist, muss du dich zunächst mit deinem Twitter-Account authentifizieren.", | ||
"description": "Usage guide step 4" | ||
}, | ||
"popup_like": { | ||
"message": "Gefällt mir", | ||
"description": "Label for the Like button" | ||
}, | ||
"popup_donate": { | ||
"message": "Schön, dass dir unsere Arbeit gefällt! 😊<br /> Wir machen das in unserer Freizeit. Das Tool ist und bleibt kostenlos und werbefrei. Vielleicht möchtest du uns ein kleines Trinkgeld als Motivation da lassen?", | ||
"description": "text that encourages the user to donate" | ||
}, | ||
"popup_reportBug": { | ||
"message": "Fehler melden", | ||
"description": "Label for the report bug button " | ||
}, | ||
"popup_tip": { | ||
"message": "Spendiere uns einen Kaffee", | ||
"description": "Label for the donation button" | ||
}, | ||
"popup_share": { | ||
"message": "Erzähle es weiter", | ||
"description": "Label for the share button" | ||
}, | ||
"popup_follow": { | ||
"message": "Folge uns auf twitter", | ||
"description": "Label for the follow button" | ||
}, | ||
"popup_contact": { | ||
"message": "Kontakt", | ||
"description": "label of the contact link" | ||
}, | ||
"popup_tweet": { | ||
"message": "https://twitter.com/share?text=Mit dem @LikersBlocker könnt ihr Leute blocken, die menschenverachtende Tweets liken.&url=https://dmstern.github.io/likers-blocker&hashtags=LikersBlocker,sayNoToHateSpeech,ichbinhier", | ||
"description": "href for the tweet button. Contains a prefilled tweet text." | ||
}, | ||
"ui_blockAll": { | ||
"message": "Alle Blockieren", | ||
"description": "Label for the Block all button" | ||
}, | ||
"ui_usersFound": { | ||
"message": "Nutzer gefunden.", | ||
"description": "Message how many users have been collected. Gets prefixed the number of collected users." | ||
}, | ||
"ui_collectingUsernames": { | ||
"message": "Sammle Nutzernamen ein", | ||
"description": "Message that tells the user that the tool is collecting users from a list." | ||
}, | ||
"ui_cancel": { | ||
"message": "Abbrechen", | ||
"description": "Label for the cancel button" | ||
}, | ||
"ui_finish": { | ||
"message": "Danke, reicht.", | ||
"description": "Label for the finish button" | ||
}, | ||
"ui_technicalConstraints": { | ||
"message": "Für besonders große Like-Zahlen können aus technischen Gründen nicht alle Nutzernamen eingesammelt werden.", | ||
"description": "Message that is shown if the list is large and not all users may be collected." | ||
}, | ||
"ui_repeatBlocking": { | ||
"message": "Du kannst den Block-Vorgang nach dem Bestätigen einfach mehrfach wiederholen, um mehr Nutzer zu blockieren.", | ||
"description": "Hint for the user to workaround the user amount limit." | ||
}, | ||
"ui_twitterHides": { | ||
"message": "Evtl. werden einige von Twitter ausgeblendet.", | ||
"description": "Message that is shown during or after collecting that tells the user that some users may hidden." | ||
}, | ||
"ui_onlyListItems": { | ||
"message": "Wir können nur Liker aus dieser Liste blocken.", | ||
"description": "Message that tells the user, that only accounts that occur in the list can be blocked." | ||
}, | ||
"ui_blockRetweeters": { | ||
"message": "Auch alle Retweeter blockieren?", | ||
"description": "Label of the checkbox where the user can chose to also block retweeters of the liked tweet." | ||
}, | ||
"ui_onlyDirectRetweeters": { | ||
"message": "Beinhaltet nur direkte Retweeter ohne Kommentar", | ||
"description": "Title (tooltip) of the retweeters checkbox" | ||
}, | ||
"ui_ok": { | ||
"message": "OK", | ||
"description": "Label of the OK button" | ||
}, | ||
"ui_export": { | ||
"message": "Exportieren", | ||
"description": "Title of the export button" | ||
}, | ||
"ui_copyToShare": { | ||
"message": "Link kopieren um als Liste teilen.", | ||
"description": "Label of the copy to clipboard button." | ||
}, | ||
"ui_copied": { | ||
"message": "Kopiert. Teile den Link aus der Zwischenablage mit anderen Personen, um deine Blockliste mit ihnen zu teilen.", | ||
"description": "Message that tells the user that the content of the block list has been copied to clipboard." | ||
}, | ||
"ui_urlLimit": { | ||
"message": "Aufgrund einer technischen URL-Längenbeschränkung wird die Block-Liste evtl. in mehrere Links aufgeteilt.", | ||
"description": "Info that tells the user that the block list may be divided into several links." | ||
}, | ||
"ui_takeAMoment": { | ||
"message": "Abhängig von der Anzahl geblockter Accounts kann das eine Weile dauern.", | ||
"description": "Info that the collection of blocked accounts to export them may take long." | ||
}, | ||
"ui_divided": { | ||
"message": "In mehrere Links aufgeteilt, weil URL sonst zu lang.", | ||
"description": "Message that is shown after the collection of blocked account to export them if the list was divided into several links." | ||
}, | ||
"ui_confirmButtonLabel": { | ||
"message": "Blockiere Teil", | ||
"description": "The block button label for blocking each portion of accounts in large lists." | ||
}, | ||
"ui_warningHeading": { | ||
"message": "Hoppla! Sieht aus, als hat sich die Oberfläche aufgehängt.", | ||
"description": "The heading of the warning popup when the UI is hanging." | ||
}, | ||
"ui_warningText": { | ||
"message": "Das kann passieren, wenn du das Browser-Fenster wechselst. Bitte klicke OK oder scrolle ein bisschen mit dem Mausrad, um den Einsammel-Prozess forzusetzen.", | ||
"description": "The main text of the UI hanging warning which tells the user what to do to continue the scroll process." | ||
}, | ||
"ui_doNotShowAgain": { | ||
"message": "Nicht mehr anzeigen", | ||
"description": "Button label for do not show again" | ||
}, | ||
"ui_newRelease": { | ||
"message": "Du hast die neuste Likers Blocker Version. 🎉 Schau dir an, was es neues gibt.", | ||
"description": "New Release icon title" | ||
}, | ||
"ichbinhier_heading": { | ||
"message": "Folgende User blockieren?", | ||
"description": "The heading of block confirmation page" | ||
}, | ||
"ichbinhier_blockButtonLabel": { | ||
"message": "Blockieren", | ||
"description": "The label of the block button on the confirmation page" | ||
}, | ||
"ichbinhier_privacyInfo": { | ||
"message": "Wir speichern keine Daten bis auf die üblichen Server-Logfiles.", | ||
"description": "Login page: general privacy info that tells the user that there are not stored any private data." | ||
}, | ||
"ichbinhier_pivacyInfoHeroku": { | ||
"message": "Hier finden sich", | ||
"description": "Login page: \"here you can find\". Is suffixed with ichbinhier_pivacyInfoHerokuLinkLabel" | ||
}, | ||
"ichbinhier_pivacyInfoHerokuLinkLabel": { | ||
"message": "Privacy-Informationen zum Hoster Heroku", | ||
"description": "Login page: privacy info Heroku link label" | ||
}, | ||
"ichbinhier_repoInfo": { | ||
"message": "Den Source-Code für diese Webanwendung findet man auf", | ||
"description": "Login page: info where you can find the source code. Is suffixed with \"GitHub\"" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,178 @@ | ||
{ | ||
"extensionName": { | ||
"message": "Likers Blocker", | ||
"description": "Name of the extension." | ||
}, | ||
"extensionDescription": { | ||
"message": "block all visible likers or retweeters of a tweet.", | ||
"description": "Describes the extension." | ||
}, | ||
"popup_usage": { | ||
"message": "Usage", | ||
"description": "Label of the usage guide" | ||
}, | ||
"popup_usageStep1": { | ||
"message": "Once you click on a tweet, there is a link which indicates how many people liked this tweet. Click on that link to get the list of all likers.", | ||
"description": "Usage guide step 1" | ||
}, | ||
"popup_usageStep2": { | ||
"message": "Then click on the new button on the top which says \"Block all\".", | ||
"description": "Usage guide step 2" | ||
}, | ||
"popup_usageStep3": { | ||
"message": "All visible users are being collected. You can chose to block also direct retweeters and then confirm it with the OK Button.", | ||
"description": "Usage guide step 3" | ||
}, | ||
"popup_usageStep4": { | ||
"message": "The list of users that are about to be blocked opens in new tab. You can still abort, exclude certain users or confirm the block action. If you use it for the first time, you will have to authorize the app to access your twitter account.", | ||
"description": "Usage guide step 4" | ||
}, | ||
"popup_like": { | ||
"message": "Like", | ||
"description": "Label for the Like button" | ||
}, | ||
"popup_donate": { | ||
"message": "Glad that you appreciate our work! 😊<br /> We do this in our free time. This tool is and remains free for everyone and free from ads. Would you consider to donate a little tip?", | ||
"description": "text that encourages the user to donate" | ||
}, | ||
"popup_reportBug": { | ||
"message": "Report bug", | ||
"description": "Label for the report bug button " | ||
}, | ||
"popup_tip": { | ||
"message": "Buy us a coffee", | ||
"description": "Label for the donation button" | ||
}, | ||
"popup_share": { | ||
"message": "Spread the word", | ||
"description": "Label for the share button" | ||
}, | ||
"popup_follow": { | ||
"message": "Follow us on twitter", | ||
"description": "Label for the follow button" | ||
}, | ||
"popup_contact": { | ||
"message": "Contact", | ||
"description": "label of the contact link" | ||
}, | ||
"popup_tweet": { | ||
"message": "https://twitter.com/share?text=With the @LikersBlocker you can block people that like hate speech.&url=https://dmstern.github.io/likers-blocker&hashtags=LikersBlocker,sayNoToHateSpeech,ichbinhier", | ||
"description": "href for the tweet button. Contains a prefilled tweet text." | ||
}, | ||
"ui_blockAll": { | ||
"message": "Block all", | ||
"description": "Label for the Block all button" | ||
}, | ||
"ui_usersFound": { | ||
"message": "users found.", | ||
"description": "Message how many users have been collected. Gets prefixed the number of collected users." | ||
}, | ||
"ui_collectingUsernames": { | ||
"message": "Collecting usernames", | ||
"description": "Message that tells the user that the tool is collecting users from a list." | ||
}, | ||
"ui_cancel": { | ||
"message": "Cancel", | ||
"description": "Label for the cancel button" | ||
}, | ||
"ui_finish": { | ||
"message": "This is fine, thanks.", | ||
"description": "Label for the finish button" | ||
}, | ||
"ui_technicalConstraints": { | ||
"message": "For large like amounts, not all usernames can be collected.", | ||
"description": "Message that is shown if the list is large and not all users may be collected." | ||
}, | ||
"ui_repeatBlocking": { | ||
"message": "You can repeat the block process after the confirmation to block more users.", | ||
"description": "Hint for the user to workaround the user amount limit." | ||
}, | ||
"ui_twitterHides": { | ||
"message": "Some users may be hidden by Twitter.", | ||
"description": "Message that is shown during or after collecting that tells the user that some users may be hidden." | ||
}, | ||
"ui_onlyListItems": { | ||
"message": "We can only block users from this list", | ||
"description": "Message that tells the user, that only accounts that occur in the list can be blocked." | ||
}, | ||
"ui_blockRetweeters": { | ||
"message": "Also block retweeters?", | ||
"description": "Label of the checkbox where the user can chose to also block retweeters of the liked tweet." | ||
}, | ||
"ui_onlyDirectRetweeters": { | ||
"message": "Only includes direct retweeters without a comment.", | ||
"description": "Title (tooltip) of the retweeters checkbox" | ||
}, | ||
"ui_ok": { | ||
"message": "OK", | ||
"description": "Label of the OK button" | ||
}, | ||
"ui_export": { | ||
"message": "Export", | ||
"description": "Title of the export button" | ||
}, | ||
"ui_copyToShare": { | ||
"message": "Copy link to share block list.", | ||
"description": "Label of the copy to clipboard button." | ||
}, | ||
"ui_copied": { | ||
"message": "Copied. Share the link with other persons to share your block list with them.", | ||
"description": "Message that tells the user that the content of the block list has been copied to clipboard." | ||
}, | ||
"ui_urlLimit": { | ||
"message": "Due to a technical URL length limit, the block list may be divided into several links.", | ||
"description": "Info that tells the user that the block list may be divided into several links." | ||
}, | ||
"ui_takeAMoment": { | ||
"message": "Depending on the number of blocked accounts, this may take a while.", | ||
"description": "Info that the collection of blocked accounts to export them may take long." | ||
}, | ||
"ui_divided": { | ||
"message": "Divided into several links due to URL length limit.", | ||
"description": "Message that is shown after the collection of blocked account to export them if the list was divided into several links." | ||
}, | ||
"ui_confirmButtonLabel": { | ||
"message": "Block part", | ||
"description": "The block button label for blocking each portion of accounts in large lists." | ||
}, | ||
"ui_warningHeading": { | ||
"message": "Oops! Seems like your UI is hanging.", | ||
"description": "The heading of the warning popup when the UI is hanging." | ||
}, | ||
"ui_warningText": { | ||
"message": "Maybe you have changed the browser window. Please click OK or scroll with your mouse wheel to continue the user collection process.", | ||
"description": "The main text of the UI hanging warning which tells the user what to do to continue the scroll process." | ||
}, | ||
"ui_doNotShowAgain": { | ||
"message": "Don't show again", | ||
"description": "Button label for do not show again" | ||
}, | ||
"ui_newRelease": { | ||
"message": "You installed the latest LikersBlocker version. 🎉 See what's new.", | ||
"description": "New Release icon title" | ||
}, | ||
"ichbinhier_heading": { | ||
"message": "Block following users?", | ||
"description": "The heading of block confirmation page" | ||
}, | ||
"ichbinhier_blockButtonLabel": { | ||
"message": "Block", | ||
"description": "The label of the block button on the confirmation page" | ||
}, | ||
"ichbinhier_privacyInfo": { | ||
"message": "We do not store any data except the usual server log files.", | ||
"description": "Login page: general privacy info that tells the user that there are not stored any private data." | ||
}, | ||
"ichbinhier_pivacyInfoHeroku": { | ||
"message": "Here you can find", | ||
"description": "Login page: \"here you can find\". Is suffixed with ichbinhier_pivacyInfoHerokuLinkLabel" | ||
}, | ||
"ichbinhier_pivacyInfoHerokuLinkLabel": { | ||
"message": "privacy information to our hosting service Heroku", | ||
"description": "Login page: privacy info Heroku link label" | ||
}, | ||
"ichbinhier_repoInfo": { | ||
"message": "You can find the source code of this web application on", | ||
"description": "Login page: info where you can find the source code. Is suffixed with \"GitHub\"" | ||
} | ||
} |
Oops, something went wrong.