-
-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into maddening-muscle-memory
- Loading branch information
Showing
3 changed files
with
109 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
name: 'Auto Author Assign' | ||
|
||
on: | ||
pull_request_target: | ||
types: [opened, reopened] | ||
|
||
permissions: | ||
pull-requests: write | ||
|
||
jobs: | ||
assign-author: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: toshimaru/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="app_name">Pixel IMS</string> | ||
<string name="title_activity_home">HomeActivity</string> | ||
<string name="home">ホーム</string> | ||
<string name="config">設定</string> | ||
<string name="dismiss">破棄</string> | ||
<string name="confirm">確認</string> | ||
<string name="yes">はい</string> | ||
<string name="no">いいえ</string> | ||
<string name="unknown">不明</string> | ||
<string name="running_latest_version">最新のバージョンで実行中</string> | ||
<string name="shizuku_service_running">Shizuku サービスが実行中</string> | ||
<string name="shizuku_permission_granted">Shizuku の権限を許可</string> | ||
<string name="enable_volte">VoLTE を有効化</string> | ||
<string name="enable_vonr">VoNR を有効化</string> | ||
<string name="enable_crosssim">バックアップ通話を有効化</string> | ||
<string name="enable_vowifi">Wi-Fi 通話を有効化</string> | ||
<string name="enable_vowifi_while_roamed">ローミング中に Wi-Fi 通話を有効化</string> | ||
<string name="show_vowifi_preference_in_settings">設定で Wi-Fi 通話の環境設定を表示</string> | ||
<string name="show_vowifi_roaming_preference_in_settings">設定で Wi-Fi 通話のローミング設定を表示</string> | ||
<string name="show_ims_status_in_sim_status">SIM 情報に IMS ステータスを表示</string> | ||
<string name="wi_fi_calling_carrier_name_format">Wi-Fi 通話のネットワーク名フォーマット</string> | ||
<string name="show_wifi_only_for_vowifi">Wi-Fi 通話の Wi-Fi のみモードを表示</string> | ||
<string name="enable_video_calling_vt">ビデオ通話を有効化 (VT)</string> | ||
<string name="allow_adding_apns">APN の追加を許可</string> | ||
<string name="enable_ss_over_ut">UT での付加サービスを有効化</string> | ||
<string name="enable_ss_over_cdma">CDMA での付加サービスを有効化</string> | ||
<string name="sim_detected">SIM を検出</string> | ||
<string name="volte_supported_by_device">VoLTE 対応のデバイス</string> | ||
<string name="ims_status">IMS ステータス</string> | ||
<string name="ims_status_for">%1$s の IMS ステータス</string> | ||
<string name="permissions_capabilities"><![CDATA[権限と機能]]></string> | ||
<string name="registered">登録済み</string> | ||
<string name="unregistered">登録なし</string> | ||
<string name="enabled">有効</string> | ||
<string name="disabled">無効</string> | ||
<string name="newer_version_available">新しいバージョン「%1$s」が利用可能です!</string> | ||
<string name="feature_toggles">機能の有効化と無効化</string> | ||
<string name="cosmetic_toggles">コスメティックトグル</string> | ||
<string name="show_4g_for_lte_data_icon">LTE データアイコンを 4G で表示</string> | ||
<string name="show_vowifi_icon">VoWiFi アイコンを表示</string> | ||
<string name="always_show_data_icon">常にデータ RAT アイコンを表示</string> | ||
<string name="hide_enhanced_data_icon">拡張されたデータアイコンを非表示にする</string> | ||
<string name="enable_enhanced_4g_lte_plus">拡張された 4G LTE を有効化 (LTE+)</string> | ||
<string name="string_values">文字列の値</string> | ||
<string name="miscellaneous">その他</string> | ||
<string name="reset_all_settings">設定をすべてリセット</string> | ||
<string name="reverts_to_carrier_default">キャリアの既定値に戻します</string> | ||
<string name="user_agent">ユーザーエージェント</string> | ||
<string name="version">バージョン</string> | ||
<string name="update_value">値を更新</string> | ||
<string name="lgu">LG U+</string> | ||
<string name="default_">デフォルト</string> | ||
<string name="manually_set_config">手動で設定</string> | ||
<string name="cannot_find_key">指定されたキーが見つかりません</string> | ||
<string name="dump_config">設定をダンプ</string> | ||
<string name="property_name">プロパティ名</string> | ||
<string name="property_type">プロパティタイプ</string> | ||
<string name="value">値</string> | ||
<string name="dump_completed">ダンプされた設定をクリップボードにコピーしました</string> | ||
<string name="presets">プリセット</string> | ||
<string name="true_">はい</string> | ||
<string name="false_">いいえ</string> | ||
<string name="restart_ims_registration">IMS の登録を再開する</string> | ||
<string name="please_wait">実行中です…</string> | ||
<string name="expert_mode">エキスパートモード</string> | ||
<string name="loading">読み込み中…</string> | ||
<string name="loaded">「%2$s」の「%1$s」を読み込みました</string> | ||
<string name="edit_value">値を編集</string> | ||
<string name="search">検索</string> | ||
<string name="qstile">クイック設定タイル</string> | ||
<string name="qs_status_tile_title">IMS ステータス (SIM %1$s)</string> | ||
<string name="qs_status_tile_title_sim_1">IMS ステータス (SIM 1)</string> | ||
<string name="qs_status_tile_title_sim_2">IMS ステータス (SIM 2)</string> | ||
<string name="qs_toggle_tile_title">VoLTE の設定 (SIM %1$s)</string> | ||
<string name="qs_toggle_tile_title_sim_1">VoLTE の設定 (SIM 1)</string> | ||
<string name="qs_toggle_tile_title_sim_2">VoLTE の設定 (SIM 2)</string> | ||
<string name="add_status_tile">IMS ステータス表示タイルを追加する</string> | ||
<string name="add_toggle_tile">VoLTE 設定の切り替えタイルを追加する</string> | ||
<string name="sim_config">SIM の設定</string> | ||
<string name="config_dump_viewer">設定ダンプビューワー</string> | ||
</resources> |