Add localized metadata in fastlane format for F-Droid (#780)
This commit is contained in:
parent
5591267318
commit
ea1c28d1e2
8 changed files with 20 additions and 0 deletions
1
fastlane/metadata/android/de/summary.txt
Normal file
1
fastlane/metadata/android/de/summary.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Passwörter verwalten
|
13
fastlane/metadata/android/en-US/full_description.txt
Normal file
13
fastlane/metadata/android/en-US/full_description.txt
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
Simple password manager that is compatible with [https://www.passwordstore.org/
|
||||||
|
pass]: Passwords are stored in simple text files which are encrypted with
|
||||||
|
OpenPGP.
|
||||||
|
|
||||||
|
Requires [[org.sufficientlysecure.keychain]] to encrypt and decrypt passwords.
|
||||||
|
|
||||||
|
'''Features:'''
|
||||||
|
|
||||||
|
* Clone an existing pass repository or start a new one
|
||||||
|
* Create and organize password files
|
||||||
|
* Sync with a remote Git repository
|
||||||
|
* Decrypt and copy passwords
|
||||||
|
* Automatically fill and save credentials in apps and supported browsers
|
1
fastlane/metadata/android/en-US/summary.txt
Normal file
1
fastlane/metadata/android/en-US/summary.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Manage your passwords
|
1
fastlane/metadata/android/is/summary.txt
Normal file
1
fastlane/metadata/android/is/summary.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Sýslaðu með lykilorðin þín
|
1
fastlane/metadata/android/pl/summary.txt
Normal file
1
fastlane/metadata/android/pl/summary.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Zarządzanie hasłami
|
1
fastlane/metadata/android/pt-PT/summary.txt
Normal file
1
fastlane/metadata/android/pt-PT/summary.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Gerir as suas palavras-passe
|
1
fastlane/metadata/android/pt/summary.txt
Normal file
1
fastlane/metadata/android/pt/summary.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Gerir as suas palavras-passe
|
1
fastlane/metadata/android/zh-CN/summary.txt
Normal file
1
fastlane/metadata/android/zh-CN/summary.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
管理密码
|
Loading…
Reference in a new issue