2011-10-06 Junichi Satoh <junichi@rworks.jp>
* res/values-ja/arrays.xml, res/values-ja/strings.xml: Added Japanese resources. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5043 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
b2e80e6d62
commit
dc9e65d5c2
|
@ -1,3 +1,8 @@
|
|||
2011-10-06 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* res/values-ja/arrays.xml, res/values-ja/strings.xml: Added Japanese
|
||||
resources.
|
||||
|
||||
2011-10-04 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* src/pandroid_event_viewer/pandorafms/PandroidEventviewerActivity.java:
|
||||
|
|
|
@ -0,0 +1,82 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
// Pandora FMS - http://pandorafms.com
|
||||
// ==================================================
|
||||
// Copyright (c) 2005-2011 Artica Soluciones Tecnologicas
|
||||
// Please see http://pandorafms.org for full contribution list
|
||||
|
||||
// This program is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Lesser General Public License
|
||||
// as published by the Free Software Foundation; version 2
|
||||
|
||||
// This program is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU General Public License for more details.
|
||||
-->
|
||||
<resources>
|
||||
<string-array name="severity_array_values">
|
||||
<!-- You must subtract -1 -->
|
||||
<item>全て</item>
|
||||
<item>メンテナンス</item>
|
||||
<item>情報</item>
|
||||
<item>正常</item>
|
||||
<item>警告</item>
|
||||
<item>障害</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Please change the code in the function convertRefreshTimeKeyToTime -->
|
||||
<string-array name="refresh_combo">
|
||||
<item>30 秒</item>
|
||||
<item>1 分</item>
|
||||
<item>5 分</item>
|
||||
<item>10 分</item>
|
||||
<item>15 分</item>
|
||||
<item>30 分</item>
|
||||
<item>45 分</item>
|
||||
<item>1 時間</item>
|
||||
<item>1 時間 30 分</item>
|
||||
<item>2 時間</item>
|
||||
<item>3 時間</item>
|
||||
<item>4 時間</item>
|
||||
<item>6 時間</item>
|
||||
<item>8 時間</item>
|
||||
<item>10 時間</item>
|
||||
<item>12 時間</item>
|
||||
<item>24 時間</item>
|
||||
<item>36 時間</item>
|
||||
<item>48 時間</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="event_status_values">
|
||||
<!-- You must subtract -1 -->
|
||||
<!--<item>All event</item>//The next version re-add please -->
|
||||
|
||||
<!-- You must subtract 0 -->
|
||||
<item>新規のみ</item>
|
||||
<item>承諾済のみ</item>
|
||||
<item>処理中のみ</item>
|
||||
<item>未承諾のみ</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Please change the code in the function convertMaxTimeOldEventValuesToTimestamp -->
|
||||
<string-array name="max_time_old_event_values">
|
||||
<item>30 分</item>
|
||||
<item>1 時間</item>
|
||||
<item>2 時間</item>
|
||||
<item>3 時間</item>
|
||||
<item>4 時間</item>
|
||||
<item>5 時間</item>
|
||||
<item>8 時間</item>
|
||||
<item>10 時間</item>
|
||||
<item>12 時間</item>
|
||||
<item>1 日</item>
|
||||
<item>2 日</item>
|
||||
<item>3 日</item>
|
||||
<item>4 日</item>
|
||||
<item>5 日</item>
|
||||
<item>1 週間</item>
|
||||
<item>2 週間</item>
|
||||
<item>1 ヵ月</item>
|
||||
</string-array>
|
||||
</resources>
|
|
@ -0,0 +1,96 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
// Pandora FMS - http://pandorafms.com
|
||||
// ==================================================
|
||||
// Copyright (c) 2005-2011 Artica Soluciones Tecnologicas
|
||||
// Please see http://pandorafms.org for full contribution list
|
||||
|
||||
// This program is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Lesser General Public License
|
||||
// as published by the Free Software Foundation; version 2
|
||||
|
||||
// This program is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU General Public License for more details.
|
||||
-->
|
||||
<resources>
|
||||
<string name="item_tab_main_text">フィルター</string>
|
||||
<string name="item_tab_event_list_text">イベント一覧</string>
|
||||
|
||||
<string name="main_text">メインテキスト (値)</string>
|
||||
<string name="list_text">一覧 (値)</string>
|
||||
|
||||
<string name="system_str">システム</string>
|
||||
|
||||
<string name="empty_str">- 空 -</string>
|
||||
<string name="all_str">全て</string>
|
||||
|
||||
<string name="tags_label_str">タグ</string>
|
||||
<string name="comments_label_str">コメント</string>
|
||||
<string name="group_label_str">グループ</string>
|
||||
<string name="agent_label_str">エージェント名</string>
|
||||
<string name="type_label_str">タイプ</string>
|
||||
<string name="severity_label_str">重要度</string>
|
||||
<string name="date_label_str">日時</string>
|
||||
<string name="number_events_label_str">イベント数</string>
|
||||
<string name="reset_button_str">リセット</string>
|
||||
<string name="search_button_str">検索</string>
|
||||
<string name="loading_label_str">読み込み</string>
|
||||
<string name="options_label_str">オプション</string>
|
||||
<string name="url_label_str">URL</string>
|
||||
<string name="user_label_str">ユーザ</string>
|
||||
<string name="password_label_str">パスワード</string>
|
||||
<string name="update_button_str">更新</string>
|
||||
<string name="option_title_str">オプション</string>
|
||||
<string name="refresh_label_str">更新</string>
|
||||
<string name="about_label_str">About</string>
|
||||
<string name="load_more_events_button_str">イベント読み込み</string>
|
||||
<string name="empty_label_str">イベントがありません</string>
|
||||
<string name="refresh_time_label_str">更新時間</string>
|
||||
<string name="set_as_filter_watcher_button_str">デフォルトのフィルタ</string>
|
||||
|
||||
<string name="config_update_succesful_str">設定を更新しました。</string>
|
||||
<string name="config_update_fail_str">設定の更新に失敗しました。</string>
|
||||
<string name="please_set_preferences_str">Pandora FMS の API URL、ユーザ、パスワードを設定してください。</string>
|
||||
<string name="filter_update_succesful_str">フィルタを更新しました。</string>
|
||||
<string name="filter_update_fail_str">フィルタの更新に失敗しました。</string>
|
||||
<string name="validate_event_button_str">イベントの承諾</string>
|
||||
|
||||
<string name="notification_criticity_0_str">%s 個のイベントがあり、すべてがメンテナンス状態です。</string>
|
||||
<string name="notification_criticity_1_str">%s 個のイベントがあり、いくつかが情報の状態です。</string>
|
||||
<string name="notification_criticity_2_str">%s 個のイベントがあり、いくつかが正常状態です。</string>
|
||||
<string name="notification_criticity_3_str">%s 個のイベントがあり、いくつかが警告状態です。</string>
|
||||
<string name="notification_criticity_4_str">%s 個のイベントがあり、いくつかが障害状態です。</string>
|
||||
|
||||
<string name="loading_events_criticity_0_str">%s 個のイベントを読み込み、全てがメンテナンス状態です。</string>
|
||||
<string name="loading_events_criticity_1_str">%s 個のイベントを読み込み、いくつかが情報の状態です。</string>
|
||||
<string name="loading_events_criticity_2_str">%s 個のイベントを読み込み、いくつかが正常状態です。</string>
|
||||
<string name="loading_events_criticity_3_str">%s 個のイベントを読み込み、いくつかが警告状態です。</string>
|
||||
<string name="loading_events_criticity_4_str">%s 個のイベントを読み込み、いくつかが障害状態です。</string>
|
||||
|
||||
<string name="successful_validate_event_str">イベントを承諾しました。</string>
|
||||
<string name="fail_validate_event_str">イベントの承諾に失敗しました。</string>
|
||||
|
||||
<string name="status_label_str">状態</string>
|
||||
<string name="event_search_label_str">イベント検索</string>
|
||||
<string name="max_time_old_event_str">最も古いイベント</string>
|
||||
|
||||
<string name="licensed_under_gpl_str">GPLv2 ライセンス</string>
|
||||
<string name="develop_team_str">開発者: Miguel de Dios</string>
|
||||
|
||||
<string name="alert_recovered_str">アラート復旧</string>
|
||||
<string name="alert_manual_validation_str">アラートの手動承諾</string>
|
||||
<string name="going_up_warning_str">障害状態から警告状態に変化</string>
|
||||
<string name="going_down_critical_str">障害状態に変化</string>
|
||||
<string name="going_up_normal_str">正常状態に変化</string>
|
||||
<string name="going_down_warning_str">警告状態に変化</string>
|
||||
<string name="alert_fired_str">アラート発生</string>
|
||||
<string name="recon_host_detected_str">自動検出サーバが新たなホストを検出</string>
|
||||
<string name="new_agent_str">新たなエージェント作成</string>
|
||||
<string name="unknown_str">不明なタイプ:</string>
|
||||
<string name="unknown_event_str">不明なイベント</string>
|
||||
|
||||
<string name="validate_event_label_str">承諾済イベント</string>
|
||||
<string name="pandroid_event_viewer_description_str">Pandora FMS リアルタイムイベントビューワ</string>
|
||||
</resources>
|
Loading…
Reference in New Issue