Skip to content

Commit

Permalink
fix Japanese
Browse files Browse the repository at this point in the history
  • Loading branch information
6543 committed Oct 4, 2021
1 parent 1a07443 commit 0b7986c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<string name="about_license">FreeOTP+ is licensed under %1$s.</string>
<string name="about_website">詳細はこちら %s.</string>
<string name="about_feedback">We welcome your feedback:&lt;br/&gt;• %1$s&lt;br/&gt;• %2$s</string>
<string name="about_icons">このアプリケーションで使用されている一部のアイコンは、Android オープンソースプロジェクトで作成・共有されているアイコンを利用したもので、クリエイティブコモンズライセンス表示 2.5 一般 に記載されている条件に基づいて使用さてています。</string>
<string name="about_icons">Some icons used by this application are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.</string>
<string name="about_token_image">The token thumbnails token_image_*.xml in token-images library are from andOTP under &lt;a href=&quot;https://github.com/andOTP/andOTP/blob/master/LICENSE.txt&quot;&gt;MIT License&lt;/a&gt;. Copyright © 2017-2020 Jakob Nixdorf. &lt;[email protected]&gt; Copyright © 2015 Bruno Bierbaumer</string>
<string name="error_camera_open">カメラを開く際にエラーが発生しました。</string>
<string name="delete_summary">これが最後のチャンスです。このトークンを削除すると、復元することは出来ません。サーバー上では無効化されません。</string>
Expand Down
21 changes: 21 additions & 0 deletions fastlane/metadata/android/ja-JP/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
FreeOTP Plus forked the same functionality of FreeOTP provided by RedHat with the following enhancement:

* 設定を Google ドライブやその他のドキュメントプロバイダにエクスポート
* Google ドライブまたはその他のドキュメントプロバイダから設定をインポート
* 安定性の向上
* Support Android 6.0 permissions.
* ダークテーマに対応したマテリアルデザインでUIを強化
* Search bar to search token
* Provide more token details for better interoperatibility with other apps
* Utilize modern camera hardware to scan QR code faster
* Option to require Biometric / PIN authentication to launch the app
* Heuristic based offline icon for tokens of 250+ websites.
* More settings to customize the app functionality

FreeOTP is a two-factor authentication (2FA) application for systems utilizing one-time password protocols (OTP).
Tokens can be added easily by scanning a QR-code or by manually entering in the token configuration.

FreeOTP implements open standards. This means that no proprietary server-side component is necessary:
use any server-side component that implements these standards — for example FreeIPA, which uses TOTP.
Any standards-compliant implementation will work.
Currently, FreeOTP provides implementations of HOTP (RFC 4226) and TOTP (RFC 6238).
1 change: 1 addition & 0 deletions fastlane/metadata/android/ja-JP/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Enhanced fork of FreeOTP-Android providing a feature-rich 2FA authenticator

0 comments on commit 0b7986c

Please sign in to comment.