From 0e09b03dd099c31256e80c23510b0a63265777b6 Mon Sep 17 00:00:00 2001 From: GEROMAX Date: Fri, 10 Mar 2017 14:28:07 +0900 Subject: [PATCH] add locale japanease --- config/locales/ja.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 config/locales/ja.yml diff --git a/config/locales/ja.yml b/config/locales/ja.yml new file mode 100644 index 0000000..ff4f9d8 --- /dev/null +++ b/config/locales/ja.yml @@ -0,0 +1,21 @@ +# English strings go here for Rails i18n +ja: + field_app_notification: "アプリ内で通知する" + field_app_notification_desktop: "対応ブラウザではデスクトップ通知する" + notifications: "お知らせ" + see_all: "すべて見る" + notifications_events_settings: "アプリ内通知イベントの設定" + issue_added: "チケットの追加" + issue_updated: "チケットの更新(この項目は外すとエラーになるので必ず有効としてください)" + issue_note_added: "チケットの説明を追記" + issue_status_updated: "チケットのステータスを更新" + issue_assigned_to_updated: "チケットのアサイン" + issue_priority_updated: "チケットの優先度を更新" + faye_server_adress: "Address of faye server (leave empty for turned off)" + mark_as_seen: "既読にする" + mark_all_as_seen: "全て既読にする" + viewed_notification: "既読にしたお知らせ" + new_notification: "新しいお知らせ" + filter_button: "フィルタ" + view_app_notifications: "View notifications" + unreachable_faye_server: "Your Faye server is unreachable"