rodauth-i18n 0.8.0 → 0.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +7 -1
- data/locales/fr.yml +1 -1
- data/locales/ja.yml +273 -0
- data/locales/pt-br.yml +243 -0
- data/rodauth-i18n.gemspec +1 -1
- metadata +5 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 40cf8bd9ef8649d75ba45035285920d6ca34c8c9807d2ce27a2a9d2f88f9d856
|
|
4
|
+
data.tar.gz: 6110ba8a0c852c3eb142798b16b10c8cd20c74f1332314f29ab19894ae63dc6f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b9eda9d6b6ff5445a5cec94b33bdf99b411f02b49fb38e6a4c34a7516c053f986cc99de0e7333741675f5c9ff317712e1dcc55a1ae1e1a5d78741b77f7eb1731
|
|
7
|
+
data.tar.gz: ae50f523c97d2ae856a53d59c7939e30dfba1877806fdf78daa9ab4660b43d044188a5fc31ac7cb14f6b5dc4bfd635c9fea766ad24d205a8ce71e473b76d0154
|
data/README.md
CHANGED
|
@@ -189,12 +189,18 @@ end
|
|
|
189
189
|
|
|
190
190
|
## Development
|
|
191
191
|
|
|
192
|
-
|
|
192
|
+
Running tests:
|
|
193
193
|
|
|
194
194
|
```sh
|
|
195
195
|
$ bundle exec rake test
|
|
196
196
|
```
|
|
197
197
|
|
|
198
|
+
To automatically import new translations from Rodauth:
|
|
199
|
+
|
|
200
|
+
```sh
|
|
201
|
+
$ rake import
|
|
202
|
+
```
|
|
203
|
+
|
|
198
204
|
## Contributing
|
|
199
205
|
|
|
200
206
|
Bug reports and pull requests are welcome on GitHub at https://github.com/janko/rodauth-i18n. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/janko/rodauth-i18n/blob/master/CODE_OF_CONDUCT.md).
|
data/locales/fr.yml
CHANGED
|
@@ -132,7 +132,7 @@ fr:
|
|
|
132
132
|
remember_forget_label: M'oublier
|
|
133
133
|
remember_notice_flash: Votre paramètre "Se souvenir de moi" a été modifié
|
|
134
134
|
remember_page_title: Modifier paramètre "Se souvenir de moi"
|
|
135
|
-
remember_remember_label: Se souvenir de
|
|
135
|
+
remember_remember_label: Se souvenir de moi
|
|
136
136
|
require_login_error_flash: Veuillez vous identifier pour continuer
|
|
137
137
|
resend_verify_account_page_title: Renvoyer email de vérification
|
|
138
138
|
reset_password_button: Réinitialiser mot de passe
|
data/locales/ja.yml
ADDED
|
@@ -0,0 +1,273 @@
|
|
|
1
|
+
ja:
|
|
2
|
+
rodauth:
|
|
3
|
+
account_expiration_error_flash: アカウントの有効期限が切れているためログインできません
|
|
4
|
+
active_sessions_error_flash: このセッションはログアウトされました
|
|
5
|
+
add_recovery_codes_button: 認証用リカバリーコードを追加
|
|
6
|
+
add_recovery_codes_error_flash: リカバリーコードを追加できませんでした
|
|
7
|
+
add_recovery_codes_heading: "<h2>追加のリカバリーコードを追加</h2>"
|
|
8
|
+
add_recovery_codes_page_title: 認証用リカバリーコード
|
|
9
|
+
already_an_account_with_this_login_message: このログインIDは既に使用されています
|
|
10
|
+
attempt_to_create_unverified_account_error_flash: 作成しようとしたアカウントは現在確認待ちです
|
|
11
|
+
attempt_to_login_to_unverified_account_error_flash: ログインしようとしたアカウントは現在確認待ちです
|
|
12
|
+
change_login_button: ログインIDを変更
|
|
13
|
+
change_login_error_flash: ログインIDの変更中にエラーが発生しました
|
|
14
|
+
change_login_needs_verification_notice_flash: ログインIDの変更を確認するためのリンクをメールで送信しました
|
|
15
|
+
change_login_notice_flash: ログインIDを変更しました
|
|
16
|
+
change_login_page_title: ログインIDの変更
|
|
17
|
+
change_password_button: パスワードを変更
|
|
18
|
+
change_password_error_flash: パスワードの変更中にエラーが発生しました
|
|
19
|
+
change_password_notice_flash: パスワードを変更しました
|
|
20
|
+
change_password_page_title: パスワード変更
|
|
21
|
+
close_account_button: アカウントを削除
|
|
22
|
+
close_account_error_flash: アカウントの削除中にエラーが発生しました
|
|
23
|
+
close_account_notice_flash: アカウントを削除しました
|
|
24
|
+
close_account_page_title: アカウントの削除
|
|
25
|
+
confirm_password_button: パスワードを確認
|
|
26
|
+
confirm_password_error_flash: パスワードの確認中にエラーが発生しました
|
|
27
|
+
confirm_password_link_text: パスワードを入力
|
|
28
|
+
confirm_password_notice_flash: パスワードが確認されました
|
|
29
|
+
confirm_password_page_title: パスワードの確認
|
|
30
|
+
contains_null_byte_message: NULLバイトが含まれています
|
|
31
|
+
create_account_button: アカウント作成
|
|
32
|
+
create_account_error_flash: アカウントの作成中にエラーが発生しました
|
|
33
|
+
create_account_link_text: 新規アカウント作成
|
|
34
|
+
create_account_notice_flash: アカウントを作成しました
|
|
35
|
+
create_account_page_title: アカウント作成
|
|
36
|
+
email_auth_email_recently_sent_error_flash: ログイン用のリンクを記載したメールは最近送信されたばかりです
|
|
37
|
+
email_auth_email_sent_notice_flash: アカウントにログインするためのリンクをメールで送信しました
|
|
38
|
+
email_auth_email_subject: ログインリンク
|
|
39
|
+
email_auth_error_flash: ログイン中にエラーが発生しました
|
|
40
|
+
email_auth_page_title: ログイン
|
|
41
|
+
email_auth_request_button: ログインリンクをメールで送信
|
|
42
|
+
email_auth_request_error_flash: 認証用メールリンクの要求中にエラーが発生しました
|
|
43
|
+
email_subject_prefix: ''
|
|
44
|
+
expired_jwt_access_token_message: JWTアクセストークンの有効期限が切れています
|
|
45
|
+
global_logout_label: すべてのセッションからログアウトしますか?
|
|
46
|
+
input_field_label_suffix: ''
|
|
47
|
+
invalid_jwt_format_error_message: AuthorizationヘッダーのJWT形式またはクレームが無効です
|
|
48
|
+
invalid_password_message: パスワードが無効です
|
|
49
|
+
invalid_recovery_code_error_flash: リカバリーコードによる認証でエラーが発生しました
|
|
50
|
+
invalid_recovery_code_message: 無効なリカバリーコードです
|
|
51
|
+
json_non_post_error_message: JSON APIではPOSTメソッドを使用してください
|
|
52
|
+
json_not_accepted_error_message: サポートされていないAcceptヘッダーです。"application/json" または互換性のあるコンテンツタイプを指定してください
|
|
53
|
+
jwt_refresh_invalid_token_message: 無効なJWTリフレッシュトークンです
|
|
54
|
+
jwt_refresh_without_access_token_message: リフレッシュ中にJWTアクセストークンが提供されませんでした
|
|
55
|
+
login_button: ログイン
|
|
56
|
+
login_confirm_label: "%{login_label}(確認)"
|
|
57
|
+
login_does_not_meet_requirements_message: 無効なログインIDです。要件を満たしていません
|
|
58
|
+
login_error_flash: ログイン中にエラーが発生しました
|
|
59
|
+
login_form_footer_links_heading: <h2 class="rodauth-login-form-footer-links-heading">その他のオプション</h2>
|
|
60
|
+
login_label: ログインID
|
|
61
|
+
login_lockout_error_flash: このアカウントは現在ロックされており、ログインできません
|
|
62
|
+
login_not_valid_email_message: 有効なメールアドレスではありません
|
|
63
|
+
login_notice_flash: ログインしました
|
|
64
|
+
login_page_title: ログイン
|
|
65
|
+
login_too_long_message: 最大 %{login_maximum_length} 文字までです
|
|
66
|
+
login_too_many_bytes_message: 最大 %{login_maximum_bytes} バイトまでです
|
|
67
|
+
login_too_short_message: 最低 %{login_minimum_length} 文字必要です
|
|
68
|
+
logins_do_not_match_message: ログインIDが一致しません
|
|
69
|
+
logout_button: ログアウト
|
|
70
|
+
logout_notice_flash: ログアウトしました
|
|
71
|
+
logout_page_title: ログアウト
|
|
72
|
+
multi_phase_login_page_title: ログイン
|
|
73
|
+
need_password_notice_flash: ログインIDを確認しました。パスワードを入力してください
|
|
74
|
+
new_password_label: 新しいパスワード
|
|
75
|
+
no_current_sms_code_error_flash: このアカウントに対する有効なSMSコードがありません
|
|
76
|
+
no_matching_email_auth_key_error_flash: 'ログイン中にエラーが発生しました: 無効なメール認証キーです'
|
|
77
|
+
no_matching_login_message: 該当するログインIDが見つかりません
|
|
78
|
+
no_matching_reset_password_key_error_flash: 'パスワードリセット中にエラーが発生しました: 無効または期限切れのリセットキーです'
|
|
79
|
+
no_matching_unlock_account_key_error_flash: 'アカウントのロック解除中にエラーが発生しました: 無効または期限切れのロック解除キーです'
|
|
80
|
+
no_matching_verify_account_key_error_flash: 'アカウント確認中にエラーが発生しました: 無効な確認キーです'
|
|
81
|
+
no_matching_verify_login_change_key_error_flash: 'ログイン変更の確認中にエラーが発生しました: 無効な変更確認キーです'
|
|
82
|
+
non_json_request_error_message: JSON形式のリクエストのみ許可されています
|
|
83
|
+
otp_already_setup_error_flash: TOTP認証は既に設定されています
|
|
84
|
+
otp_auth_button: TOTPを使用して認証
|
|
85
|
+
otp_auth_error_flash: TOTP認証によるログイン中にエラーが発生しました
|
|
86
|
+
otp_auth_form_footer: ''
|
|
87
|
+
otp_auth_label: 認証コード
|
|
88
|
+
otp_auth_link_text: TOTPを使用して認証
|
|
89
|
+
otp_auth_page_title: 認証コードを入力
|
|
90
|
+
otp_disable_button: TOTP認証を無効化
|
|
91
|
+
otp_disable_error_flash: TOTP認証の無効化中にエラーが発生しました
|
|
92
|
+
otp_disable_link_text: TOTP認証を無効化
|
|
93
|
+
otp_disable_notice_flash: TOTP認証が無効化されました
|
|
94
|
+
otp_disable_page_title: TOTP認証の無効化
|
|
95
|
+
otp_disabled_email_subject: TOTP認証が無効化されました
|
|
96
|
+
otp_invalid_auth_code_message: 無効な認証コードです
|
|
97
|
+
otp_invalid_secret_message: 無効なシークレットです
|
|
98
|
+
otp_locked_out_email_subject: TOTP認証がロックアウトされました
|
|
99
|
+
otp_lockout_error_flash: 多数の失敗によりTOTP認証コードの使用がロックアウトされました
|
|
100
|
+
otp_provisioning_uri_label: プロビジョニングURL
|
|
101
|
+
otp_secret_label: シークレット
|
|
102
|
+
otp_setup_button: TOTP認証を設定
|
|
103
|
+
otp_setup_email_subject: TOTP認証の設定
|
|
104
|
+
otp_setup_error_flash: TOTP認証の設定中にエラーが発生しました
|
|
105
|
+
otp_setup_link_text: TOTP認証を設定
|
|
106
|
+
otp_setup_notice_flash: TOTP認証が設定されました
|
|
107
|
+
otp_setup_page_title: TOTP認証の設定
|
|
108
|
+
otp_unlock_auth_deadline_passed_error_flash: TOTP認証ロック解除の期限が過ぎました
|
|
109
|
+
otp_unlock_auth_failure_error_flash: TOTP認証が無効です
|
|
110
|
+
otp_unlock_auth_not_yet_available_error_flash: TOTPロック解除の試行はまだ利用できません
|
|
111
|
+
otp_unlock_auth_success_notice_flash: TOTP認証に成功しました。ロック解除にはさらに認証が必要です
|
|
112
|
+
otp_unlock_button: ロック解除のためTOTPで認証
|
|
113
|
+
otp_unlock_consecutive_successes_label: 連続成功回数
|
|
114
|
+
otp_unlock_failed_email_subject: TOTP認証のロック解除に失敗しました
|
|
115
|
+
otp_unlock_form_footer: ''
|
|
116
|
+
otp_unlock_next_auth_attempt_label: 次の認証試行可能時間
|
|
117
|
+
otp_unlock_next_auth_attempt_refresh_label: 認証が可能になるとページが自動的に更新されます
|
|
118
|
+
otp_unlock_next_auth_deadline_label: 次の認証の期限
|
|
119
|
+
otp_unlock_not_available_page_title: TOTP認証のロック解除待ち
|
|
120
|
+
otp_unlock_not_locked_out_error_flash: TOTP認証は現在ロックアウトされていません
|
|
121
|
+
otp_unlock_page_title: TOTP認証のロック解除
|
|
122
|
+
otp_unlock_required_consecutive_successes_label: ロック解除に必要な連続成功回数
|
|
123
|
+
otp_unlocked_email_subject: TOTP認証がロック解除されました
|
|
124
|
+
otp_unlocked_notice_flash: TOTP認証がロック解除されました
|
|
125
|
+
password_authentication_required_error_flash: 続行する前にパスワードを確認する必要があります
|
|
126
|
+
password_changed_email_subject: パスワードが変更されました
|
|
127
|
+
password_confirm_label: "%{password_label}(確認)"
|
|
128
|
+
password_does_not_meet_requirements_message: 無効なパスワードです。要件を満たしていません
|
|
129
|
+
password_expiration_error_flash: パスワードの有効期限が切れています。変更が必要です
|
|
130
|
+
password_in_dictionary_message: 辞書に含まれている単語です
|
|
131
|
+
password_invalid_pattern_message: 一般的な文字の並びが含まれています
|
|
132
|
+
password_is_one_of_the_most_common_message: 最もよく使われるパスワードの1つです
|
|
133
|
+
password_label: パスワード
|
|
134
|
+
password_not_changeable_yet_error_flash: パスワードはまだ変更できません
|
|
135
|
+
password_not_enough_character_groups_message: 大文字、小文字、数字が含まれていません
|
|
136
|
+
password_same_as_previous_password_message: 以前のパスワードと同じです
|
|
137
|
+
password_too_many_repeating_characters_message: 同じ文字が連続して含まれすぎています
|
|
138
|
+
password_too_long_message: 最大 %{password_maximum_length} 文字までです
|
|
139
|
+
password_too_many_bytes_message: 最大 %{password_maximum_bytes} バイトまでです
|
|
140
|
+
password_too_short_message: 最低 %{password_minimum_length} 文字必要です
|
|
141
|
+
passwords_do_not_match_message: パスワードが一致しません
|
|
142
|
+
recovery_auth_button: リカバリーコードで認証
|
|
143
|
+
recovery_auth_link_text: リカバリーコードを使用して認証
|
|
144
|
+
recovery_auth_page_title: 認証用リカバリーコードを入力
|
|
145
|
+
recovery_codes_added_notice_flash: 追加の認証用リカバリーコードが追加されました
|
|
146
|
+
recovery_codes_label: リカバリーコード
|
|
147
|
+
recovery_codes_link_text: 認証用リカバリーコードを表示
|
|
148
|
+
recovery_codes_page_title: 認証用リカバリーコードの表示
|
|
149
|
+
remember_button: 「ログイン状態を保持」の設定を変更
|
|
150
|
+
remember_disable_label: 「ログイン状態を保持」を無効化
|
|
151
|
+
remember_error_flash: 「ログイン状態を保持」設定の更新中にエラーが発生しました
|
|
152
|
+
remember_forget_label: ログイン状態を破棄
|
|
153
|
+
remember_notice_flash: 「ログイン状態を保持」設定を更新しました
|
|
154
|
+
remember_page_title: 「ログイン状態を保持」の設定変更
|
|
155
|
+
remember_remember_label: ログイン状態を保持する
|
|
156
|
+
require_login_error_flash: 続行するにはログインしてください
|
|
157
|
+
resend_verify_account_page_title: 確認メールの再送信
|
|
158
|
+
reset_password_button: パスワードをリセット
|
|
159
|
+
reset_password_email_recently_sent_error_flash: パスワードリセット用のリンクを記載したメールは最近送信されたばかりです
|
|
160
|
+
reset_password_email_sent_notice_flash: アカウントのパスワードをリセットするためのリンクをメールで送信しました
|
|
161
|
+
reset_password_email_subject: パスワードのリセット
|
|
162
|
+
reset_password_error_flash: パスワードのリセット中にエラーが発生しました
|
|
163
|
+
reset_password_explanatory_text: "<p>パスワードを忘れた場合は、パスワードリセットをリクエストできます:</p>"
|
|
164
|
+
reset_password_notice_flash: パスワードがリセットされました
|
|
165
|
+
reset_password_notify_email_subject: パスワードリセット完了
|
|
166
|
+
reset_password_page_title: パスワードリセット
|
|
167
|
+
reset_password_request_button: パスワードリセットをリクエスト
|
|
168
|
+
reset_password_request_error_flash: パスワードリセットのリクエスト中にエラーが発生しました
|
|
169
|
+
reset_password_request_link_text: パスワードをお忘れですか?
|
|
170
|
+
reset_password_request_page_title: パスワードリセットのリクエスト
|
|
171
|
+
same_as_current_login_message: 現在のログインIDと同じです
|
|
172
|
+
same_as_existing_password_message: 無効なパスワードです。現在のパスワードと同じです
|
|
173
|
+
session_expiration_error_flash: セッションの有効期限が切れました。もう一度ログインしてください
|
|
174
|
+
single_session_error_flash: 別のセッションがアクティブになったため、このセッションはログアウトされました
|
|
175
|
+
sms_already_setup_error_flash: SMS認証は既に設定されています
|
|
176
|
+
sms_auth_button: SMSコードで認証
|
|
177
|
+
sms_auth_link_text: SMSコードを使用して認証
|
|
178
|
+
sms_auth_page_title: SMSコードによる認証
|
|
179
|
+
sms_code_label: SMSコード
|
|
180
|
+
sms_confirm_button: SMSバックアップ番号を確認
|
|
181
|
+
sms_confirm_notice_flash: SMS認証が設定されました
|
|
182
|
+
sms_confirm_page_title: SMSバックアップ番号の確認
|
|
183
|
+
sms_disable_button: バックアップSMS認証を無効化
|
|
184
|
+
sms_disable_error_flash: SMS認証の無効化中にエラーが発生しました
|
|
185
|
+
sms_disable_link_text: SMS認証を無効化
|
|
186
|
+
sms_disable_notice_flash: SMS認証が無効化されました
|
|
187
|
+
sms_disable_page_title: バックアップSMS認証の無効化
|
|
188
|
+
sms_invalid_code_error_flash: SMSコードによる認証中にエラーが発生しました
|
|
189
|
+
sms_invalid_code_message: 無効なSMSコードです
|
|
190
|
+
sms_invalid_confirmation_code_error_flash: 無効または期限切れのSMS確認コードが使用されました。SMS認証を再度設定してください
|
|
191
|
+
sms_invalid_phone_message: 無効な電話番号です
|
|
192
|
+
sms_lockout_error_flash: SMS認証はロックアウトされました
|
|
193
|
+
sms_needs_confirmation_error_flash: SMS認証には確認が必要です
|
|
194
|
+
sms_not_setup_error_flash: SMS認証はまだ設定されていません
|
|
195
|
+
sms_phone_label: 電話番号
|
|
196
|
+
sms_request_button: SMSコードを送信
|
|
197
|
+
sms_request_notice_flash: SMS認証コードが送信されました
|
|
198
|
+
sms_request_page_title: SMSコードの送信
|
|
199
|
+
sms_setup_button: SMSバックアップ番号を設定
|
|
200
|
+
sms_setup_error_flash: SMS認証の設定中にエラーが発生しました
|
|
201
|
+
sms_setup_link_text: バックアップSMS認証を設定
|
|
202
|
+
sms_setup_page_title: SMSバックアップ番号の設定
|
|
203
|
+
strftime_format: "%Y-%m-%d %H:%M:%S"
|
|
204
|
+
two_factor_already_authenticated_error_flash: 既に多要素認証済みです
|
|
205
|
+
two_factor_auth_notice_flash: 多要素認証に成功しました
|
|
206
|
+
two_factor_auth_page_title: 追加要素を使用して認証
|
|
207
|
+
two_factor_disable_button: すべての多要素認証メソッドを削除
|
|
208
|
+
two_factor_disable_error_flash: すべての多要素認証メソッドを削除できませんでした
|
|
209
|
+
two_factor_disable_link_text: すべての多要素認証メソッドを削除
|
|
210
|
+
two_factor_disable_notice_flash: すべての多要素認証メソッドが無効化されました
|
|
211
|
+
two_factor_disable_page_title: すべての多要素認証メソッドの削除
|
|
212
|
+
two_factor_manage_page_title: 多要素認証の管理
|
|
213
|
+
two_factor_need_authentication_error_flash: 続行する前に追加要素による認証が必要です
|
|
214
|
+
two_factor_not_setup_error_flash: このアカウントには多要素認証が設定されていません
|
|
215
|
+
two_factor_remove_heading: "<h2>多要素認証の削除</h2>"
|
|
216
|
+
two_factor_setup_heading: "<h2>多要素認証の設定</h2>"
|
|
217
|
+
unlock_account_button: アカウントのロックを解除
|
|
218
|
+
unlock_account_email_recently_sent_error_flash: アカウントのロックを解除するリンクを記載したメールは最近送信されたばかりです
|
|
219
|
+
unlock_account_email_subject: アカウントのロック解除
|
|
220
|
+
unlock_account_error_flash: アカウントのロック解除中にエラーが発生しました
|
|
221
|
+
unlock_account_explanatory_text: "<p>このアカウントは現在ロックされています。以下の手順でロックを解除できます:</p>"
|
|
222
|
+
unlock_account_notice_flash: アカウントのロックが解除されました
|
|
223
|
+
unlock_account_page_title: アカウントのロック解除
|
|
224
|
+
unlock_account_request_button: アカウントのロック解除をリクエスト
|
|
225
|
+
unlock_account_request_explanatory_text: "<p>このアカウントは現在ロックされています。アカウントのロック解除をリクエストできます:</p>"
|
|
226
|
+
unlock_account_request_notice_flash: アカウントのロック解除用リンクをメールで送信しました
|
|
227
|
+
unlock_account_request_page_title: アカウントロック解除のリクエスト
|
|
228
|
+
unverified_account_message: 未確認のアカウントです。ログインする前にアカウントを確認してください
|
|
229
|
+
unverified_change_login_error_flash: ログインIDを変更する前に、このアカウントを確認してください
|
|
230
|
+
verify_account_button: アカウントを確認
|
|
231
|
+
verify_account_email_recently_sent_error_flash: アカウント確認用のリンクを記載したメールは最近送信されたばかりです
|
|
232
|
+
verify_account_email_sent_notice_flash: アカウント確認用のリンクをメールで送信しました
|
|
233
|
+
verify_account_email_subject: アカウントの確認
|
|
234
|
+
verify_account_error_flash: アカウントを確認できませんでした
|
|
235
|
+
verify_account_notice_flash: アカウントが確認されました
|
|
236
|
+
verify_account_page_title: アカウントの確認
|
|
237
|
+
verify_account_resend_button: 確認メールを再送信
|
|
238
|
+
verify_account_resend_error_flash: アカウント確認メールを再送信できませんでした
|
|
239
|
+
verify_account_resend_explanatory_text: "<p>アカウント確認用のメールが見当たらない場合、再送信をリクエストできます:</p>"
|
|
240
|
+
verify_account_resend_link_text: アカウント確認情報を再送信
|
|
241
|
+
verify_login_change_button: ログインIDの変更を確認
|
|
242
|
+
verify_login_change_duplicate_account_error_flash: 新しいログインIDを持つアカウントが既に存在するため、ログインIDを変更できません
|
|
243
|
+
verify_login_change_email_subject: ログインID変更の確認
|
|
244
|
+
verify_login_change_error_flash: ログインIDの変更を確認できませんでした
|
|
245
|
+
verify_login_change_notice_flash: ログインIDの変更が確認されました
|
|
246
|
+
verify_login_change_page_title: ログインID変更の確認
|
|
247
|
+
view_recovery_codes_button: 認証用リカバリーコードを表示
|
|
248
|
+
view_recovery_codes_error_flash: リカバリーコードを表示できませんでした
|
|
249
|
+
webauthn_auth_button: WebAuthnを使用して認証
|
|
250
|
+
webauthn_auth_error_flash: WebAuthnを使用した認証でエラーが発生しました
|
|
251
|
+
webauthn_auth_link_text: WebAuthnを使用して認証
|
|
252
|
+
webauthn_auth_page_title: WebAuthnを使用して認証
|
|
253
|
+
webauthn_authenticator_added_email_subject: WebAuthn認証器が追加されました
|
|
254
|
+
webauthn_authenticator_removed_email_subject: WebAuthn認証器が削除されました
|
|
255
|
+
webauthn_duplicate_webauthn_id_message: 重複するWebAuthn IDを挿入しようとしました
|
|
256
|
+
webauthn_invalid_auth_param_message: 無効なWebAuthn認証パラメータです
|
|
257
|
+
webauthn_invalid_remove_param_message: 削除するには有効なWebAuthn認証器を選択する必要があります
|
|
258
|
+
webauthn_invalid_setup_param_message: 無効なWebAuthn設定パラメータです
|
|
259
|
+
webauthn_invalid_sign_count_message: WebAuthnクレデンシャルの署名カウントが無効です
|
|
260
|
+
webauthn_invalid_webauthn_id_message: 指定されたIDのWebAuthnキーが見つかりません
|
|
261
|
+
webauthn_login_error_flash: WebAuthnによる認証中にエラーが発生しました
|
|
262
|
+
webauthn_not_setup_error_flash: このアカウントにはWebAuthn認証が設定されていません
|
|
263
|
+
webauthn_remove_button: WebAuthn認証器を削除
|
|
264
|
+
webauthn_remove_error_flash: WebAuthn認証器の削除中にエラーが発生しました
|
|
265
|
+
webauthn_remove_link_text: WebAuthn認証器を削除
|
|
266
|
+
webauthn_remove_notice_flash: WebAuthn認証器が削除されました
|
|
267
|
+
webauthn_remove_page_title: WebAuthn認証器の削除
|
|
268
|
+
webauthn_setup_button: WebAuthn認証を設定
|
|
269
|
+
webauthn_setup_error_flash: WebAuthn認証の設定中にエラーが発生しました
|
|
270
|
+
webauthn_setup_link_text: WebAuthn認証を設定
|
|
271
|
+
webauthn_setup_notice_flash: WebAuthn認証が設定されました
|
|
272
|
+
webauthn_setup_page_title: WebAuthn認証の設定
|
|
273
|
+
|
data/locales/pt-br.yml
ADDED
|
@@ -0,0 +1,243 @@
|
|
|
1
|
+
pt-br:
|
|
2
|
+
rodauth:
|
|
3
|
+
account_expiration_error_flash: Não é possível acessar essa conta, pois ela expirou
|
|
4
|
+
active_sessions_error_flash: Essa sessão foi encerrada
|
|
5
|
+
add_recovery_codes_button: Adicionar autenticação por códigos de recuperação
|
|
6
|
+
add_recovery_codes_error_flash: Não foi possível adicionar os códigos de recuperação
|
|
7
|
+
add_recovery_codes_heading: "<h2>Adicionar mais Códigos de Recuperação</h2>"
|
|
8
|
+
add_recovery_codes_page_title: Autenticação por Códigos de Recuperação
|
|
9
|
+
already_an_account_with_this_login_message: já existe uma conta com esse login
|
|
10
|
+
attempt_to_create_unverified_account_error_flash: A conta que você tentou criar está aguardando verificação
|
|
11
|
+
attempt_to_login_to_unverified_account_error_flash: A conta que você tentou acessar está aguardando verificação
|
|
12
|
+
change_login_button: Alterar Login
|
|
13
|
+
change_login_error_flash: Houve um erro ao alterar seu login
|
|
14
|
+
change_login_needs_verification_notice_flash: Foi enviado um link por email para você verificar a alteração de login
|
|
15
|
+
change_login_notice_flash: Seu login foi alterado
|
|
16
|
+
change_login_page_title: Alterar Login
|
|
17
|
+
change_password_button: Alterar senha
|
|
18
|
+
change_password_error_flash: Houve um erro ao alterar sua senha
|
|
19
|
+
change_password_notice_flash: Sua senha foi alterada
|
|
20
|
+
change_password_page_title: Alterar senha
|
|
21
|
+
close_account_button: Fechar conta
|
|
22
|
+
close_account_error_flash: Houve um erro ao fechar sua conta
|
|
23
|
+
close_account_notice_flash: Sua conta foi fechada
|
|
24
|
+
close_account_page_title: Fechar conta
|
|
25
|
+
confirm_password_button: Confirmar senha
|
|
26
|
+
confirm_password_error_flash: Houve um erro ao confirmar sua senha
|
|
27
|
+
confirm_password_link_text: Digite a senha
|
|
28
|
+
confirm_password_notice_flash: A senha foi confirmada
|
|
29
|
+
confirm_password_page_title: Confirme a senha
|
|
30
|
+
contains_null_byte_message: contém um byte nulo
|
|
31
|
+
create_account_button: Criar conta
|
|
32
|
+
create_account_error_flash: Houve um erro ao criar sua conta
|
|
33
|
+
create_account_link_text: Criar uma nova conta
|
|
34
|
+
create_account_notice_flash: Sua conta foi criada
|
|
35
|
+
create_account_page_title: Criar conta
|
|
36
|
+
email_auth_email_recently_sent_error_flash: Recentemente foi enviado um link por email para você fazer login
|
|
37
|
+
email_auth_email_sent_notice_flash: Um email com um link para fazer login em sua conta foi enviado
|
|
38
|
+
email_auth_email_subject: Link de Login
|
|
39
|
+
email_auth_error_flash: Houve um erro ao fazer login
|
|
40
|
+
email_auth_page_title: Login
|
|
41
|
+
email_auth_request_button: Enviar Link de Login por Email
|
|
42
|
+
email_auth_request_error_flash: Houve um erro ao solicitar um link de autenticação por email
|
|
43
|
+
email_subject_prefix: ''
|
|
44
|
+
expired_jwt_access_token_message: token de acesso JWT expirado
|
|
45
|
+
global_logout_label: Encerrar todas as sessões ativas?
|
|
46
|
+
input_field_label_suffix: ''
|
|
47
|
+
invalid_jwt_format_error_message: Formato JWT inválido ou claim no Authorization header
|
|
48
|
+
invalid_password_message: senha inválida
|
|
49
|
+
invalid_recovery_code_error_flash: Erro ao autenticar através do código de recuperação
|
|
50
|
+
invalid_recovery_code_message: Código de recuperação inválido
|
|
51
|
+
json_non_post_error_message: método não-POST usado na API JSON
|
|
52
|
+
json_not_accepted_error_message: Accept Header não suportado. Você deve aceitar "application/json" ou um tipo de conteúdo compatível
|
|
53
|
+
jwt_refresh_invalid_token_message: token JWT refresh inválido
|
|
54
|
+
jwt_refresh_without_access_token_message: sem token JWT de acesso disponibilizado durante o refresh
|
|
55
|
+
login_button: Login
|
|
56
|
+
login_confirm_label: Confirmar %{login_label}
|
|
57
|
+
login_does_not_meet_requirements_message: login inválido, não atende aos requisitos
|
|
58
|
+
login_error_flash: Houve um erro ao fazer login
|
|
59
|
+
login_form_footer_links_heading: <h2 class="rodauth-login-form-footer-links-heading">Outras opções</h2>
|
|
60
|
+
login_label: Login
|
|
61
|
+
login_lockout_error_flash: Essa conta está bloqueada no momento e não pode ser acessada
|
|
62
|
+
login_not_valid_email_message: não é um endereço de e-mail válido
|
|
63
|
+
login_notice_flash: Login realizado com sucesso
|
|
64
|
+
login_page_title: Login
|
|
65
|
+
login_too_long_message: máximo %{login_maximum_length} caracteres
|
|
66
|
+
login_too_short_message: mínimo %{login_minimum_length} caracteres
|
|
67
|
+
logins_do_not_match_message: os logins não conferem
|
|
68
|
+
logout_button: Encerrar sessão
|
|
69
|
+
logout_notice_flash: Sua sessão foi encerrada
|
|
70
|
+
logout_page_title: Encerrar sessão
|
|
71
|
+
multi_phase_login_page_title: Login
|
|
72
|
+
need_password_notice_flash: Login reconhecido, por favor digite sua senha
|
|
73
|
+
new_password_label: Nova senha
|
|
74
|
+
no_current_sms_code_error_flash: Nenhum código SMS configurado para essa conta
|
|
75
|
+
no_matching_email_auth_key_error_flash: 'Houve um erro ao fazer login: chave de autenticação de email inválida'
|
|
76
|
+
no_matching_login_message: sem login correspondente
|
|
77
|
+
no_matching_reset_password_key_error_flash: 'Houve um erro ao redefinir sua senha: chave de redefinição inválida ou expirada'
|
|
78
|
+
no_matching_unlock_account_key_error_flash: 'Houve um erro ao desbloquear sua conta: chave de desbloqueio inválida ou expirada'
|
|
79
|
+
no_matching_verify_account_key_error_flash: 'Houve um erro ao verificar sua conta: chave de verificação de conta inválida'
|
|
80
|
+
no_matching_verify_login_change_key_error_flash: 'Houve um erro ao verificar a alteração de login: chave de verificação para alteração de login inválida'
|
|
81
|
+
non_json_request_error_message: Apenas requisições no formato JSON são permitidas
|
|
82
|
+
otp_already_setup_error_flash: Você já configurou autenticação TOTP
|
|
83
|
+
otp_auth_button: Autenticar utilizando TOTP
|
|
84
|
+
otp_auth_error_flash: Erro ao fazer login através de autenticação TOTP
|
|
85
|
+
otp_auth_form_footer: ''
|
|
86
|
+
otp_auth_label: Código de Autenticação
|
|
87
|
+
otp_auth_link_text: Autenticar utilizando TOTP
|
|
88
|
+
otp_auth_page_title: Digite o código de autenticação
|
|
89
|
+
otp_disable_button: Desativar Autenticação TOTP
|
|
90
|
+
otp_disable_error_flash: Erro ao desativar autenticação TOTP
|
|
91
|
+
otp_disable_link_text: Desativar Autenticação TOTP
|
|
92
|
+
otp_disable_notice_flash: Autenticação TOTP foi desativada
|
|
93
|
+
otp_invalid_auth_code_message: Código de autenticação inválido
|
|
94
|
+
otp_invalid_secret_message: segredo inválido
|
|
95
|
+
otp_lockout_error_flash: Código de autenticação TOTP foi bloqueado devido a várias tentativas falhadas
|
|
96
|
+
otp_provisioning_uri_label: URL de Provisionamento
|
|
97
|
+
otp_secret_label: Segredo
|
|
98
|
+
otp_setup_button: Configurar Autenticação TOTP
|
|
99
|
+
otp_setup_error_flash: Erro ao configurar autenticação TOTP
|
|
100
|
+
otp_setup_link_text: Configurar Autenticação TOTP
|
|
101
|
+
otp_setup_notice_flash: Autenticação TOTP está configurada
|
|
102
|
+
otp_setup_page_title: Configurar Autenticação TOTP
|
|
103
|
+
password_authentication_required_error_flash: Você precisa confirmar sua senha para continuar
|
|
104
|
+
password_changed_email_subject: Senha alterada
|
|
105
|
+
password_confirm_label: Confirmar %{password_label}
|
|
106
|
+
password_does_not_meet_requirements_message: senha inválida, não atende aos requisitos
|
|
107
|
+
password_expiration_error_flash: Sua senha expirou e precisa ser alterada
|
|
108
|
+
password_in_dictionary_message: é uma palavra comum
|
|
109
|
+
password_invalid_pattern_message: inclui uma sequência de caracteres comum
|
|
110
|
+
password_is_one_of_the_most_common_message: é uma das senhas mais comuns
|
|
111
|
+
password_label: Senha
|
|
112
|
+
password_not_changeable_yet_error_flash: Sua senha ainda não pode ser alterada
|
|
113
|
+
password_not_enough_character_groups_message: não inclui letras maiúsculas, letras minúsculas e números
|
|
114
|
+
password_same_as_previous_password_message: igual à senha anterior
|
|
115
|
+
password_too_many_repeating_characters_message: contém muitos caracteres repetidos sucessivamente
|
|
116
|
+
password_too_short_message: mínimo %{password_minimum_length} caracteres
|
|
117
|
+
passwords_do_not_match_message: as senhas não conferem
|
|
118
|
+
recovery_auth_button: Autenticar por Código de Recuperação
|
|
119
|
+
recovery_auth_link_text: Autenticar utilizando Código de Recuperação
|
|
120
|
+
recovery_auth_page_title: Digite o Código de Recuperação
|
|
121
|
+
recovery_codes_added_notice_flash: Foram adicionados mais Códigos de Recuperação
|
|
122
|
+
recovery_codes_label: Código de Recuperação
|
|
123
|
+
recovery_codes_link_text: Ver Códigos de Recuperação de Autenticação
|
|
124
|
+
recovery_codes_page_title: Ver Códigos de Recuperação de Autenticação
|
|
125
|
+
remember_button: Alterar configurações de "Lembrar-me"
|
|
126
|
+
remember_disable_label: Desativar "Lembrar-me"
|
|
127
|
+
remember_error_flash: Houve um erro ao atualizar sua configuração de "Lembrar-me"
|
|
128
|
+
remember_forget_label: Não me lembrar
|
|
129
|
+
remember_notice_flash: Sua configuração de "Lembrar-me" foi atualizada
|
|
130
|
+
remember_page_title: Alterar configuração de "Lembrar-me"
|
|
131
|
+
remember_remember_label: Lembrar-me
|
|
132
|
+
require_login_error_flash: Por favor, faça login para continuar
|
|
133
|
+
resend_verify_account_page_title: Reenviar Email de Verificação
|
|
134
|
+
reset_password_button: Redefinir senha
|
|
135
|
+
reset_password_email_recently_sent_error_flash: Recentemente foi enviado um email com um link para redefinir sua senha
|
|
136
|
+
reset_password_email_sent_notice_flash: Um email com um link para redefinir sua senha foi enviado
|
|
137
|
+
reset_password_email_subject: Redefinir senha
|
|
138
|
+
reset_password_error_flash: Houve um erro ao redefinir sua senha
|
|
139
|
+
reset_password_explanatory_text: "<p>Se você esqueceu sua senha, pode solicitar uma redefinição:</p>"
|
|
140
|
+
reset_password_notice_flash: Sua senha foi redefinida
|
|
141
|
+
reset_password_page_title: Redefinir senha
|
|
142
|
+
reset_password_request_button: Solicitar redefinição de senha
|
|
143
|
+
reset_password_request_error_flash: Houve um erro ao solicitar a redefinição de senha
|
|
144
|
+
reset_password_request_link_text: Esqueceu sua senha?
|
|
145
|
+
reset_password_request_page_title: Solicitar Redefinição de Senha
|
|
146
|
+
same_as_current_login_message: igual ao login atual
|
|
147
|
+
same_as_existing_password_message: senha inválida, igual à senha atual
|
|
148
|
+
session_expiration_error_flash: Essa sessão expirou, por favor faça login novamente
|
|
149
|
+
single_session_error_flash: Essa sessão foi encerrada porque outra sessão ficou ativa
|
|
150
|
+
sms_already_setup_error_flash: Autenticação SMS já foi configurada
|
|
151
|
+
sms_auth_button: Autenticar com código SMS
|
|
152
|
+
sms_auth_link_text: Autenticar com código SMS
|
|
153
|
+
sms_auth_page_title: Autenticar através de código SMS
|
|
154
|
+
sms_code_label: Código SMS
|
|
155
|
+
sms_confirm_button: Confirme o número para SMS de Backup
|
|
156
|
+
sms_confirm_notice_flash: Autenticação SMS foi configurada
|
|
157
|
+
sms_confirm_page_title: Confirme o número para SMS de Backup
|
|
158
|
+
sms_disable_button: Desativar Autenticação de Backup por SMS
|
|
159
|
+
sms_disable_error_flash: Erro ao desativar autenticação por SMS
|
|
160
|
+
sms_disable_link_text: Desativar Autenticação por SMS
|
|
161
|
+
sms_disable_notice_flash: Autenticação por SMS foi desativada
|
|
162
|
+
sms_disable_page_title: Desativar Autenticação de Backup por SMS
|
|
163
|
+
sms_invalid_code_error_flash: Erro ao autenticar com código SMS
|
|
164
|
+
sms_invalid_code_message: código SMS inválido
|
|
165
|
+
sms_invalid_confirmation_code_error_flash: Código de confirmação SMS inválido ou desatualizado, você deverá configurar autenticação SMS novamente
|
|
166
|
+
sms_invalid_phone_message: número de telefone para SMS inválido
|
|
167
|
+
sms_lockout_error_flash: Autenticação SMS foi bloqueada
|
|
168
|
+
sms_needs_confirmation_error_flash: Autenticação SMS necessita de confirmação
|
|
169
|
+
sms_not_setup_error_flash: Autenticação SMS ainda não foi configurada
|
|
170
|
+
sms_phone_label: Número de Telefone
|
|
171
|
+
sms_request_button: Enviar código SMS
|
|
172
|
+
sms_request_notice_flash: Código de autenticação SMS foi enviado
|
|
173
|
+
sms_request_page_title: Enviar código SMS
|
|
174
|
+
sms_setup_button: Configurar número SMS de Backup
|
|
175
|
+
sms_setup_error_flash: Erro ao configurar autenticação através de SMS
|
|
176
|
+
sms_setup_link_text: Configurar Autenticação SMS de Backup
|
|
177
|
+
sms_setup_page_title: Configurar número SMS de Backup
|
|
178
|
+
two_factor_already_authenticated_error_flash: Você já foi autenticado através de autenticação multifator
|
|
179
|
+
two_factor_auth_notice_flash: Você foi autenticado através de autenticação multifator
|
|
180
|
+
two_factor_auth_page_title: Autenticar utilizando um fator adicional
|
|
181
|
+
two_factor_disable_button: Remover todos os métodos de Autenticação Multifator
|
|
182
|
+
two_factor_disable_error_flash: Não foi possível remover todos os métodos de autenticação multifator
|
|
183
|
+
two_factor_disable_link_text: Remover todos os métodos de Autenticação Multifator
|
|
184
|
+
two_factor_disable_notice_flash: Todos os métodos de Autenticação Multifator foram desativados
|
|
185
|
+
two_factor_disable_page_title: Remover todos os métodos de Autenticação Multifator
|
|
186
|
+
two_factor_manage_page_title: Gerenciar Autenticação Multifator
|
|
187
|
+
two_factor_need_authentication_error_flash: Você precisa autenticar-se através de um fator adicional antes de continuar
|
|
188
|
+
two_factor_not_setup_error_flash: Essa conta não foi configurada para autenticação multifator
|
|
189
|
+
two_factor_remove_heading: "<h2>Remover Autenticação Multifator</h2>"
|
|
190
|
+
two_factor_setup_heading: "<h2>Configurar Autenticação Multifator</h2>"
|
|
191
|
+
unlock_account_button: Desbloquear Conta
|
|
192
|
+
unlock_account_email_recently_sent_error_flash: Recentemente foi enviado um email com um link para desbloquear a conta
|
|
193
|
+
unlock_account_email_subject: Desbloquear Conta
|
|
194
|
+
unlock_account_error_flash: Houve um erro ao desbloquear sua conta
|
|
195
|
+
unlock_account_explanatory_text: "<p>Essa conta está atualmente bloqueada. Você pode desbloquear a conta:</p>"
|
|
196
|
+
unlock_account_notice_flash: Sua conta foi desbloqueada
|
|
197
|
+
unlock_account_page_title: Desbloquear Conta
|
|
198
|
+
unlock_account_request_button: Solicitar desbloqueio de conta
|
|
199
|
+
unlock_account_request_explanatory_text: "<p>Essa conta está atualmente bloqueada. Você pode solicitar que a conta seja desbloqueada:</p>"
|
|
200
|
+
unlock_account_request_notice_flash: Um email com um link para desbloquear a conta foi enviado
|
|
201
|
+
unlock_account_request_page_title: Solicitar desbloqueio de conta
|
|
202
|
+
unverified_account_message: conta não verificada, por favor verifique sua conta antes de fazer login
|
|
203
|
+
unverified_change_login_error_flash: Por favor verifique essa conta antes de alterar o login
|
|
204
|
+
verify_account_button: Verificar Conta
|
|
205
|
+
verify_account_email_recently_sent_error_flash: Já foi enviado um email com um link para verificar sua conta recentemente
|
|
206
|
+
verify_account_email_sent_notice_flash: Um email com um link para verificar sua conta foi enviado
|
|
207
|
+
verify_account_email_subject: Verificar Conta
|
|
208
|
+
verify_account_error_flash: Não foi possível verificar a conta
|
|
209
|
+
verify_account_notice_flash: Sua conta foi verificada
|
|
210
|
+
verify_account_page_title: Verificar Conta
|
|
211
|
+
verify_account_resend_button: Reenviar email de verificação
|
|
212
|
+
verify_account_resend_error_flash: Não foi possível reenviar o email de verificação de conta
|
|
213
|
+
verify_account_resend_explanatory_text: "<p>Se você não possui mais o email para verificar a conta, pode solicitar que seja reenviado:</p>"
|
|
214
|
+
verify_account_resend_link_text: Reenviar informação de verificação de conta
|
|
215
|
+
verify_login_change_button: Verificar Alteração de Login
|
|
216
|
+
verify_login_change_duplicate_account_error_flash: Não foi possível proceder à alteração de login porque já existe uma conta com o novo login
|
|
217
|
+
verify_login_change_email_subject: Verificar Alteração de Login
|
|
218
|
+
verify_login_change_error_flash: Não foi possível verificar a alteração de login
|
|
219
|
+
verify_login_change_notice_flash: Sua alteração de login foi verificada
|
|
220
|
+
verify_login_change_page_title: Verificar Alteração de Login
|
|
221
|
+
view_recovery_codes_button: Ver códigos de recuperação para autenticação
|
|
222
|
+
view_recovery_codes_error_flash: Não foi possível visualizar os códigos de recuperação
|
|
223
|
+
webauthn_auth_button: Autenticar com WebAuthn
|
|
224
|
+
webauthn_auth_error_flash: Erro ao autenticar com WebAuthn
|
|
225
|
+
webauthn_auth_link_text: Autenticar com WebAuthn
|
|
226
|
+
webauthn_auth_page_title: Autenticar com WebAuthn
|
|
227
|
+
webauthn_duplicate_webauthn_id_message: tentativa de adicionar um ID webauthn duplicado
|
|
228
|
+
webauthn_invalid_auth_param_message: parâmetro de autenticação webauthn inválido
|
|
229
|
+
webauthn_invalid_remove_param_message: você deve selecionar um autenticador webauthn válido para remover
|
|
230
|
+
webauthn_invalid_setup_param_message: parâmetro de configuração webauthn inválido
|
|
231
|
+
webauthn_invalid_sign_count_message: credencial webauthn tem um sign count inválido
|
|
232
|
+
webauthn_login_error_flash: Houve um erro ao autenticar utilizando WebAuthn
|
|
233
|
+
webauthn_not_setup_error_flash: Essa conta não foi configurada para autenticação WebAuthn
|
|
234
|
+
webauthn_remove_button: Remover Autenticador WebAuthn
|
|
235
|
+
webauthn_remove_error_flash: Erro ao remover autenticador WebAuthn
|
|
236
|
+
webauthn_remove_link_text: Remover autenticador WebAuthn
|
|
237
|
+
webauthn_remove_notice_flash: O autenticador WebAuthn foi removido
|
|
238
|
+
webauthn_remove_page_title: Remover Autenticador WebAuthn
|
|
239
|
+
webauthn_setup_button: Configurar Autenticação WebAuthn
|
|
240
|
+
webauthn_setup_error_flash: Erro ao configurar autenticação WebAuthn
|
|
241
|
+
webauthn_setup_link_text: Configurar Autenticação WebAuthn
|
|
242
|
+
webauthn_setup_notice_flash: Autenticação WebAuthn está agora configurada
|
|
243
|
+
webauthn_setup_page_title: Configurar Autenticação WebAuthn
|
data/rodauth-i18n.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rodauth-i18n
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.10.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Janko Marohnić
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: rodauth
|
|
@@ -108,7 +107,6 @@ dependencies:
|
|
|
108
107
|
- - ">="
|
|
109
108
|
- !ruby/object:Gem::Version
|
|
110
109
|
version: '0'
|
|
111
|
-
description:
|
|
112
110
|
email:
|
|
113
111
|
- janko@hey.com
|
|
114
112
|
executables: []
|
|
@@ -125,6 +123,8 @@ files:
|
|
|
125
123
|
- locales/es.yml
|
|
126
124
|
- locales/fr.yml
|
|
127
125
|
- locales/hr.yml
|
|
126
|
+
- locales/ja.yml
|
|
127
|
+
- locales/pt-br.yml
|
|
128
128
|
- locales/pt.yml
|
|
129
129
|
- locales/zh.yml
|
|
130
130
|
- rodauth-i18n.gemspec
|
|
@@ -132,7 +132,6 @@ homepage: https://github.com/janko/rodauth-i18n
|
|
|
132
132
|
licenses:
|
|
133
133
|
- MIT
|
|
134
134
|
metadata: {}
|
|
135
|
-
post_install_message:
|
|
136
135
|
rdoc_options: []
|
|
137
136
|
require_paths:
|
|
138
137
|
- lib
|
|
@@ -147,8 +146,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
147
146
|
- !ruby/object:Gem::Version
|
|
148
147
|
version: '0'
|
|
149
148
|
requirements: []
|
|
150
|
-
rubygems_version: 3.
|
|
151
|
-
signing_key:
|
|
149
|
+
rubygems_version: 3.6.7
|
|
152
150
|
specification_version: 4
|
|
153
151
|
summary: Provides I18n integration and translations for Rodauth authentication framework.
|
|
154
152
|
test_files: []
|