Actions

Custom translation/ja: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

25 May 2024

  • curprev 11:3111:31, 25 May 2024Bravehorse talk contribs 3,421 bytes +41 Created page with "# テーマエディターのナビゲーションパートを選択する # <code>{{ gT("Submit") }}</code>を検索する(navigator.twig内) # <code>{{ gT("Validate") }}</code>に置き換える # ソースメッセージを作成する:<code>INSERT INTO lime_source_message (id, category, message) VALUES (NULL, NULL, 'Validate');</code> # 以下の手順で使用するため、IDを確認する(もし1番の場合:IDは1) # 関連する..."
  • curprev 11:2711:27, 25 May 2024Bravehorse talk contribs 3,380 bytes −20 No edit summary
  • curprev 11:2611:26, 25 May 2024Bravehorse talk contribs 3,400 bytes +3 Created page with "==独自のテーマの使用(推奨)=="
  • curprev 11:2511:25, 25 May 2024Bravehorse talk contribs 3,397 bytes −19 Created page with "# ソースメッセージ<code>INSERT INTO lime_source_message (id, category, message) VALUES (NULL, NULL, 'Submit');</code>を作成する。 # 以下の手順で使用するため、IDを確認する(もし1番の場合:IDは1) # 関連する翻訳を作成する:<code>INSERT INTO lime_message (id, language, translation) VALUES ('1', 'en', 'Validate'), ('1', 'fr', 'Valider'); </code>"
  • curprev 11:2111:21, 25 May 2024Bravehorse talk contribs 3,416 bytes +15 Created page with "==すべてのテーマのすべてのアンケート=="
  • curprev 11:2011:20, 25 May 2024Bravehorse talk contribs 3,401 bytes +5 Created page with "(特定のテーマと共に)すべてのアンケートの送信ボタンについて、_Submit_ではなく_Validate_を表示したいとします。テーマを更新し、gT('Submit')をgT('Validate')に置き換えると、すべての言語で常に_Validate_が表示されます。"
  • curprev 11:1711:17, 25 May 2024Bravehorse talk contribs 3,396 bytes +21 Created page with "=「送信」ボタンの例(英語とフランス語)="
  • curprev 11:1611:16, 25 May 2024Bravehorse talk contribs 3,375 bytes −46 Created page with "データベースに翻訳がある場合、常にその翻訳が返されます。"
  • curprev 11:1511:15, 25 May 2024Bravehorse talk contribs 3,421 bytes +16 Created page with "LimeSurveyは、poファイルから翻訳の配列を作成し(このファイルの更新方法についてはLimeSurveyの翻訳を参照してください)、その後、データベースのすべての翻訳とマージします。"
  • curprev 11:1311:13, 25 May 2024Bravehorse talk contribs 3,405 bytes −5 No edit summary
  • curprev 11:1211:12, 25 May 2024Bravehorse talk contribs 3,410 bytes −4 Created page with "# SourceMessageテーブルのlime_source_message->messageで文字列を検索し、lime_source_message->idからidを取得します。 # 存在する場合、対象のid lime_message->idを持つ言語lime_message->languageのlime_message->translationからMessageテーブルの関連する翻訳を検索します。"
  • curprev 11:0611:06, 25 May 2024Bravehorse talk contribs 3,414 bytes −17 Created page with "データベースの翻訳では、LimeSurveyはYiiフレームワークの[https://www.yiiframework.com/doc/api/1.1/CDbMessageSource CDbMessageSource]に着想を得た方法を使用しています。"
  • curprev 10:5610:56, 25 May 2024Bravehorse talk contribs 3,431 bytes 0 Created page with "=データベース翻訳のしくみ="
  • curprev 10:5510:55, 25 May 2024Bravehorse talk contribs 3,431 bytes −42 Created page with "さらに、このしくみを使用すれば、アンケートテーマ固有の文字列を翻訳することもできます。"
  • curprev 10:5310:53, 25 May 2024Bravehorse talk contribs 3,473 bytes −30 Created page with "既存の翻訳がビジネスニーズに適合しない場合にこのしくみを使用することができます。"
  • curprev 10:5210:52, 25 May 2024Bravehorse talk contribs 3,503 bytes −25 Created page with "LimeSurvey 5.4.0以降では、データベースへの直接アクセスによって全言語のあらゆる文字列を独自に翻訳することができます。"
  • curprev 10:5110:51, 25 May 2024Bravehorse talk contribs 3,528 bytes −24 Created page with "=はじめに="
  • curprev 10:5010:50, 25 May 2024Bravehorse talk contribs 3,552 bytes +3,552 Created page with "カスタム翻訳"