merge: upstream
This commit is contained in:
		
						commit
						15d2319011
					
				
					 92 changed files with 1677 additions and 1086 deletions
				
			
		
							
								
								
									
										68
									
								
								locales/index.d.ts
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										68
									
								
								locales/index.d.ts
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -5053,6 +5053,14 @@ export interface Locale extends ILocale {
 | 
			
		|||
     * リプレイ中
 | 
			
		||||
     */
 | 
			
		||||
    "replaying": string;
 | 
			
		||||
    /**
 | 
			
		||||
     * リプレイを終了
 | 
			
		||||
     */
 | 
			
		||||
    "endReplay": string;
 | 
			
		||||
    /**
 | 
			
		||||
     * リプレイデータをコピー
 | 
			
		||||
     */
 | 
			
		||||
    "copyReplayData": string;
 | 
			
		||||
    /**
 | 
			
		||||
     * ランキング
 | 
			
		||||
     */
 | 
			
		||||
| 
						 | 
				
			
			@ -5081,11 +5089,57 @@ export interface Locale extends ILocale {
 | 
			
		|||
     * スワイプしてタブを切り替える
 | 
			
		||||
     */
 | 
			
		||||
    "enableHorizontalSwipe": string;
 | 
			
		||||
    /**
 | 
			
		||||
     * 読み込み中
 | 
			
		||||
     */
 | 
			
		||||
    "loading": string;
 | 
			
		||||
    /**
 | 
			
		||||
     * やめる
 | 
			
		||||
     */
 | 
			
		||||
    "surrender": string;
 | 
			
		||||
    /**
 | 
			
		||||
     * リトライ
 | 
			
		||||
     */
 | 
			
		||||
    "gameRetry": string;
 | 
			
		||||
    "_bubbleGame": {
 | 
			
		||||
        /**
 | 
			
		||||
         * 遊び方
 | 
			
		||||
         */
 | 
			
		||||
        "howToPlay": string;
 | 
			
		||||
        /**
 | 
			
		||||
         * ホールド
 | 
			
		||||
         */
 | 
			
		||||
        "hold": string;
 | 
			
		||||
        "_score": {
 | 
			
		||||
            /**
 | 
			
		||||
             * スコア
 | 
			
		||||
             */
 | 
			
		||||
            "score": string;
 | 
			
		||||
            /**
 | 
			
		||||
             * 稼いだ金額
 | 
			
		||||
             */
 | 
			
		||||
            "scoreYen": string;
 | 
			
		||||
            /**
 | 
			
		||||
             * ハイスコア
 | 
			
		||||
             */
 | 
			
		||||
            "highScore": string;
 | 
			
		||||
            /**
 | 
			
		||||
             * 最大チェーン数
 | 
			
		||||
             */
 | 
			
		||||
            "maxChain": string;
 | 
			
		||||
            /**
 | 
			
		||||
             * {yen}円
 | 
			
		||||
             */
 | 
			
		||||
            "yen": ParameterizedString<"yen">;
 | 
			
		||||
            /**
 | 
			
		||||
             * {qty}個分
 | 
			
		||||
             */
 | 
			
		||||
            "estimatedQty": ParameterizedString<"qty">;
 | 
			
		||||
            /**
 | 
			
		||||
             * おにぎり {onigiriQtyWithUnit}
 | 
			
		||||
             */
 | 
			
		||||
            "scoreSweets": ParameterizedString<"onigiriQtyWithUnit">;
 | 
			
		||||
        };
 | 
			
		||||
        "_howToPlay": {
 | 
			
		||||
            /**
 | 
			
		||||
             * 位置を調整してハコにモノを落とします。
 | 
			
		||||
| 
						 | 
				
			
			@ -9433,7 +9487,7 @@ export interface Locale extends ILocale {
 | 
			
		|||
         */
 | 
			
		||||
        "updateServerSettings": string;
 | 
			
		||||
        /**
 | 
			
		||||
         * モデレーションノート更新
 | 
			
		||||
         * ユーザーのモデレーションノート更新
 | 
			
		||||
         */
 | 
			
		||||
        "updateUserNote": string;
 | 
			
		||||
        /**
 | 
			
		||||
| 
						 | 
				
			
			@ -9480,6 +9534,10 @@ export interface Locale extends ILocale {
 | 
			
		|||
         * リモートサーバーを再開
 | 
			
		||||
         */
 | 
			
		||||
        "unsuspendRemoteInstance": string;
 | 
			
		||||
        /**
 | 
			
		||||
         * リモートサーバーのモデレーションノート更新
 | 
			
		||||
         */
 | 
			
		||||
        "updateRemoteInstanceNote": string;
 | 
			
		||||
        /**
 | 
			
		||||
         * ファイルをセンシティブ付与
 | 
			
		||||
         */
 | 
			
		||||
| 
						 | 
				
			
			@ -9954,6 +10012,14 @@ export interface Locale extends ILocale {
 | 
			
		|||
         * 変則なし
 | 
			
		||||
         */
 | 
			
		||||
        "disallowIrregularRules": string;
 | 
			
		||||
        /**
 | 
			
		||||
         * 盤面に行・列番号を表示
 | 
			
		||||
         */
 | 
			
		||||
        "showBoardLabels": string;
 | 
			
		||||
        /**
 | 
			
		||||
         * 石をアイコンにする
 | 
			
		||||
         */
 | 
			
		||||
        "useAvatarAsStone": string;
 | 
			
		||||
    };
 | 
			
		||||
    "_offlineScreen": {
 | 
			
		||||
        /**
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1259,6 +1259,8 @@ soundWillBePlayed: "サウンドが再生されます"
 | 
			
		|||
showReplay: "リプレイを見る"
 | 
			
		||||
replay: "リプレイ"
 | 
			
		||||
replaying: "リプレイ中"
 | 
			
		||||
endReplay: "リプレイを終了"
 | 
			
		||||
copyReplayData: "リプレイデータをコピー"
 | 
			
		||||
ranking: "ランキング"
 | 
			
		||||
lastNDays: "直近{n}日"
 | 
			
		||||
backToTitle: "タイトルへ"
 | 
			
		||||
| 
						 | 
				
			
			@ -1266,9 +1268,21 @@ hemisphere: "お住まいの地域"
 | 
			
		|||
withSensitive: "センシティブなファイルを含むノートを表示"
 | 
			
		||||
userSaysSomethingSensitive: "{name}のセンシティブなファイルを含む投稿"
 | 
			
		||||
enableHorizontalSwipe: "スワイプしてタブを切り替える"
 | 
			
		||||
loading: "読み込み中"
 | 
			
		||||
surrender: "やめる"
 | 
			
		||||
gameRetry: "リトライ"
 | 
			
		||||
 | 
			
		||||
_bubbleGame:
 | 
			
		||||
  howToPlay: "遊び方"
 | 
			
		||||
  hold: "ホールド"
 | 
			
		||||
  _score:
 | 
			
		||||
    score: "スコア"
 | 
			
		||||
    scoreYen: "稼いだ金額"
 | 
			
		||||
    highScore: "ハイスコア"
 | 
			
		||||
    maxChain: "最大チェーン数"
 | 
			
		||||
    yen: "{yen}円"
 | 
			
		||||
    estimatedQty: "{qty}個分"
 | 
			
		||||
    scoreSweets: "おにぎり {onigiriQtyWithUnit}"
 | 
			
		||||
  _howToPlay:
 | 
			
		||||
    section1: "位置を調整してハコにモノを落とします。"
 | 
			
		||||
    section2: "同じ種類のモノがくっつくと別のモノに変化して、スコアが得られます。"
 | 
			
		||||
| 
						 | 
				
			
			@ -2499,7 +2513,7 @@ _moderationLogTypes:
 | 
			
		|||
  updateCustomEmoji: "カスタム絵文字更新"
 | 
			
		||||
  deleteCustomEmoji: "カスタム絵文字削除"
 | 
			
		||||
  updateServerSettings: "サーバー設定更新"
 | 
			
		||||
  updateUserNote: "モデレーションノート更新"
 | 
			
		||||
  updateUserNote: "ユーザーのモデレーションノート更新"
 | 
			
		||||
  deleteDriveFile: "ファイルを削除"
 | 
			
		||||
  deleteNote: "ノートを削除"
 | 
			
		||||
  createGlobalAnnouncement: "全体のお知らせを作成"
 | 
			
		||||
| 
						 | 
				
			
			@ -2511,6 +2525,7 @@ _moderationLogTypes:
 | 
			
		|||
  resetPassword: "パスワードをリセット"
 | 
			
		||||
  suspendRemoteInstance: "リモートサーバーを停止"
 | 
			
		||||
  unsuspendRemoteInstance: "リモートサーバーを再開"
 | 
			
		||||
  updateRemoteInstanceNote: "リモートサーバーのモデレーションノート更新"
 | 
			
		||||
  markSensitiveDriveFile: "ファイルをセンシティブ付与"
 | 
			
		||||
  unmarkSensitiveDriveFile: "ファイルをセンシティブ解除"
 | 
			
		||||
  resolveAbuseReport: "通報を解決"
 | 
			
		||||
| 
						 | 
				
			
			@ -2649,6 +2664,8 @@ _reversi:
 | 
			
		|||
  opponentHasSettingsChanged: "相手が設定を変更しました"
 | 
			
		||||
  allowIrregularRules: "変則許可 (完全フリー)"
 | 
			
		||||
  disallowIrregularRules: "変則なし"
 | 
			
		||||
  showBoardLabels: "盤面に行・列番号を表示"
 | 
			
		||||
  useAvatarAsStone: "石をアイコンにする"
 | 
			
		||||
 | 
			
		||||
_offlineScreen:
 | 
			
		||||
  title: "オフライン - サーバーに接続できません"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue