parent
00dbd49e95
commit
f33508ec1b
@ -1,19 +1,19 @@ |
||||
ja: |
||||
logout_warning: > |
||||
You have been logged out. The contents of any form you submit may be lost. Please [log in]. |
||||
ログアウトしています。送信したフォームの内容は失われる可能性があります。 [ログイン] してください。 |
||||
activemodel: |
||||
attributes: |
||||
openid_connect/provider: |
||||
name: 名称 |
||||
display_name: Display name |
||||
display_name: 表示名 |
||||
identifier: 識別子 |
||||
secret: Secret |
||||
scope: Scope |
||||
secret: シークレット |
||||
scope: スコープ |
||||
openid_connect: |
||||
menu_title: OpenID providers |
||||
menu_title: OpenID プロバイダー |
||||
providers: |
||||
label_add_new: Add a new OpenID provider |
||||
label_edit: Edit OpenID provider %{name} |
||||
no_results_table: No providers have been defined yet. |
||||
plural: OpenID providers |
||||
singular: OpenID provider |
||||
label_add_new: 新しい OpenID プロバイダーを追加 |
||||
label_edit: OpenID プロバイダー %{name} を編集 |
||||
no_results_table: プロバイダーが定義されていません。 |
||||
plural: OpenID プロバイダー |
||||
singular: OpenID プロバイダー |
||||
|
@ -1,17 +1,17 @@ |
||||
ja: |
||||
recaptcha: |
||||
label_recaptcha: "reCAPTCHA" |
||||
button_please_wait: 'Please wait ...' |
||||
verify_account: "Verify your account" |
||||
error_captcha: "Your account could not be verified. Please contact an administrator." |
||||
button_please_wait: 'お待ちください ...' |
||||
verify_account: "アカウントを確認してください" |
||||
error_captcha: "アカウントを確認できませんでした。 管理者に連絡してください。" |
||||
settings: |
||||
website_key: 'Website key' |
||||
website_key_text: 'Enter the website key you created on the reCAPTCHA admin console for this domain.' |
||||
website_key: 'Webサイトキー' |
||||
website_key_text: 'このドメインのreCAPTCHA管理コンソールで作成したWebサイトキーを入力してください。' |
||||
secret_key: '秘密鍵' |
||||
secret_key_text: 'Enter the secret key you created on the reCAPTCHA admin console.' |
||||
type: 'Use reCAPTCHA' |
||||
type_disabled: 'Disable reCAPTCHA' |
||||
secret_key_text: 'reCAPTCHA管理コンソールで作成した秘密鍵を入力してください。' |
||||
type: 'reCAPTCHAを使用する' |
||||
type_disabled: 'reCAPTCHAを無効にする' |
||||
type_v2: 'reCAPTCHA v2' |
||||
type_v3: 'reCAPTCHA v3' |
||||
recaptcha_description_html: > |
||||
reCAPTCHA is a free service by Google that can be enabled for your OpenProject instance. If enabled, a captcha form will be rendered upon login for all users that have not verified a captcha yet. <br/> Please see the following link for more details on reCAPTCHA and their versions, and how to create the website and secret keys: %{recaptcha_link} |
||||
reCAPTCHAは、お使いのOpenProjectインスタンスで有効にできるGoogleの無料サービスです。 有効にすると、キャプチャをまだ確認していないすべてのユーザーのログイン時にキャプチャフォームが表示されます。 <br/> reCAPTCHAとそのバージョンの詳細、およびWebサイトキーと秘密鍵の作成方法については、次のリンクを参照してください: %{recaptcha_link} |
||||
|
@ -1,13 +1,13 @@ |
||||
ja: |
||||
export_to_excel: "Export as Excel spreadsheet" |
||||
print_with_description: "Print preview with description" |
||||
export_to_excel: "Excelスプレッドシートとしてエクスポート" |
||||
print_with_description: "説明付きの印刷プレビュー" |
||||
sentence_separator_or: "または" |
||||
different_formats: Different formats |
||||
different_formats: 別の形式 |
||||
export: |
||||
format: |
||||
xls: "XLS" |
||||
xls_with_descriptions: "説明付きXLS" |
||||
xls_with_relations: "XLS with relations" |
||||
xls_with_relations: "関係を含むXLS" |
||||
xls_export: |
||||
child_of: child of |
||||
parent_of: parent of |
||||
child_of: 次の子供 |
||||
parent_of: 次の親 |
||||
|
Loading…
Reference in new issue