Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

locale: fix term census #456

Merged
merged 1 commit into from
Oct 30, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions config/locales/ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ ja:
last_month: 直近1ヶ月
last_week: 直近1週間
authorization_handlers:
csv_census:
name: 組織のセンサス
user_extension_authorization_handler:
explanation: 'ユーザー拡張属性保持用'
name: 'ユーザー拡張属性'
Expand Down Expand Up @@ -219,7 +221,21 @@ ja:
authorizations:
first_login:
actions:
csv_census: 組織のセンサスに照らして確認
user_extension_authorization_handler: ユーザー拡張属性対応用
csv_census:
admin:
census:
destroy_all:
success: すべてのセンサスデータが削除されました
destroy:
confirm: センサスをすべて削除することはできません。続行してもよろしいですか?
title: センサスデータをすべて削除する
index:
empty: センサスデータがありません。CSVファイルを使用してインポートするには、以下のフォームを使用してください。
title: 現在のセンサスデータ
new:
title: 新しいセンサスをアップロード
postal_letter:
admin:
pending_authorizations:
Expand Down