-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
1 parent
400f16d
commit 862953b
Showing
66 changed files
with
1,233 additions
and
29 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
liberapay: stellarsand | ||
ko_fi: stellarsand | ||
custom: ["https://paypal.me/stellarsand"] |
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,28 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Description | ||
A clear and concise description of what the bug is. | ||
|
||
|
||
|
||
### Steps to reproduce the behaviour | ||
1. Go to '...' | ||
2. Tap on '....' | ||
3. See error | ||
|
||
|
||
|
||
### Screenshots/error messages (optional) | ||
If applicable, add screenshots or error messages to help explain the issue. | ||
|
||
|
||
|
||
### Additional context (optional) | ||
Any other relevant information or context that can help us understand the issue. |
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,27 @@ | ||
### Description | ||
A clear and concise description of the changes made in this pull request. | ||
|
||
- If there are any breaking changes, describe the impact and why it is necessary. | ||
- If there are any UI changes, include screenshots or design mockups to help illustrate the changes. | ||
- If something has not been tested, please provide a reason why. | ||
|
||
|
||
|
||
### Issue(s) fixed | ||
If applicable, list the issue(s) being fixed in this PR. | ||
Fixes # issue | ||
|
||
Remove this section if not applicable. | ||
|
||
|
||
|
||
### Type of change | ||
- [ ] Bug fix (non-breaking change which fixes an issue) | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
|
||
|
||
|
||
### Checklist | ||
- [ ] I have read the [contributing guidelines](https://github.com/StellarSand/Password-Monitor/blob/main/CONTRIBUTING.md). | ||
- [ ] I have properly tested new/changed/fixed functionality. |
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,14 @@ | ||
## Language: | ||
English, German, French etc. | ||
|
||
|
||
|
||
## Type of change | ||
- [ ] New strings have been added | ||
- [ ] Existing strings have been modified | ||
|
||
|
||
|
||
### Checklist | ||
- [ ] I have read the [contributing guidelines](https://github.com/StellarSand/Password-Monitor/blob/main/CONTRIBUTING.md). | ||
- [ ] Proper encoding has been used for characters (example: `ä` as `\u00E4`, `é` as `\u00E9` etc). |
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 |
---|---|---|
@@ -1,7 +1,5 @@ | ||
# CHANGELOG | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
|
||
|
||
## v1.0.0 | ||
|
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
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
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
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,107 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<!-- | ||
~ Copyright (C) 2024-present StellarSand | ||
~ | ||
~ This program is free software: you can redistribute it and/or modify | ||
~ it under the terms of the GNU General Public License as published by | ||
~ the Free Software Foundation, either version 3 of the License, or | ||
~ (at your option) any later version. | ||
~ | ||
~ This program is distributed in the hope that it will be useful, | ||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
~ GNU General Public License for more details. | ||
~ | ||
~ You should have received a copy of the GNU General Public License | ||
~ along with this program. If not, see <https://www.gnu.org/licenses/>. | ||
--> | ||
|
||
<resources> | ||
|
||
<!-- | ||
Ensure proper encoding of characters | ||
ä = \u00E4 | ||
ß = \u00DF | ||
ü = \u00FC | ||
Ü = \u00DC | ||
ö = \u00F6 | ||
--> | ||
|
||
<string name="app_version">Version</string> | ||
|
||
<!--Bottom nav view--> | ||
<string name="scan">Scannen</string> | ||
<string name="settings">Einstellungen</string> | ||
|
||
<!--#########################################################################################--> | ||
|
||
<!--Scan fragment--> | ||
<string name="scan_your_password">Scannen Sie Ihr Passwort</string> | ||
<string name="check">Siehe</string> | ||
<string name="details">Details</string> | ||
<string name="found_in_breach">Verst\u00F6\u00DFe festgestellt</string> | ||
<string name="yes">Ja</string> | ||
<string name="no">Nein</string> | ||
<string name="times_found">Anzahl der gefundenen F\u00E4lle</string> | ||
<string name="suggestion">Empfehlungen</string> | ||
<string name="breached_suggestion">Dieses Kennwort wurde bei einem Datenschutzversto\u00DF kompromittiert und sollte niemals verwendet werden.\nWenn Sie es jemals irgendwo benutzt haben, \u00E4ndern Sie es sofort.</string> | ||
<string name="not_breached_suggestion">Ihr Passwort wurde nicht bei einem Datenschutzversto\u00DF entdeckt.\nDas bedeutet nicht unbedingt, dass es ein sicheres Passwort ist.</string> | ||
<string name="passwords_stays_private">Ihr Passwort bleibt vertraulich und wird niemals an Dritte weitergegeben. | ||
\nSind Sie neugierig, wie dies erreicht wird?</string> | ||
<string name="tap_here">Tippen Sie hier, um eine ausf\u00FChrliche Erkl\u00E4rung zu erhalten.</string> | ||
|
||
<!--#########################################################################################--> | ||
|
||
<!--Multi password activity--> | ||
<string name="view">Siehe</string> | ||
<string name="sort">Sortieren</string> | ||
|
||
<!--#########################################################################################--> | ||
|
||
<!--Settings fragment--> | ||
<string name="appearance">Aussehen</string> | ||
<string name="theme">Thema</string> | ||
<string name="material_you">Material You\n(app neustart erforderlich)</string> | ||
<string name="privacy">Datenschutz</string> | ||
<string name="block_screenshots">Screenshots in der app blockieren</string> | ||
<string name="incognito_keyboard">Inkognito tastatur</string> | ||
<string name="about">\u00DCber</string> | ||
<string name="privacy_policy">Datenschutzbestimmungen</string> | ||
<string name="report_issue">Ein Problem melden</string> | ||
<string name="support">Unterst\u00FCtzung</string> | ||
<string name="third_party_licenses">Lizenzen von drittanbietern</string> | ||
<string name="view_on_github">Auf GitHub anschauen</string> | ||
|
||
<!--#########################################################################################--> | ||
|
||
<!--Bottom sheet--> | ||
<string name="cancel">Abbrechen</string> | ||
<string name="retry">Wiederholung</string> | ||
<string name="done">Erledigt</string> | ||
|
||
<!--No Network/Internet--> | ||
<string name="no_network_title">Kein Netzwerk/Internet</string> | ||
<string name="no_network_subtitle">Verbinden Sie sich mit Wi-Fi oder mobilen Daten und versuchen Sie es erneut. | ||
Wenn bereits eine Verbindung besteht, vergewissern Sie sich, dass das Gerät eine Internetverbindung hat.</string> | ||
|
||
<!--Scan multiple passwords--> | ||
<string name="scan_multi_pwds">Mehrere Passw\u00F6rter scannen</string> | ||
<string name="add">Hinzuf\u00FCgen</string> | ||
<string name="select_file">Datei aussuchen</string> | ||
|
||
<!--Add multiple passwords--> | ||
<string name="add_multi_pwds">Mehrere Passw\u00F6rter hinzuf\u00FCgen</string> | ||
|
||
<!--Theme--> | ||
<string name="follow_system">System verfolgen</string> | ||
<string name="light">Hell</string> | ||
<string name="dark">Dunkel</string> | ||
|
||
<!--#########################################################################################--> | ||
|
||
<!--Snackbars--> | ||
<string name="no_browsers">Es ist kein browser auf diesem ger\u00E4t installiert</string> | ||
<string name="something_went_wrong">Etwas ist schief gelaufen</string> | ||
|
||
</resources> |
Oops, something went wrong.