i18n(ja): unify MySQL-compatibility term translation - #23437
Conversation
|
Skipping CI for Draft Pull Request. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
MySQLの互換性 (143 occurrences) and MySQLとの互換性 (142 occurrences) were
split roughly 50/50 for the same English term "MySQL compatibility"/"MySQL
Compatibility". Unified to MySQLとの互換性, matching the H1 heading of
mysql-compatibility.md and the grammatically-preferred "compatibility with
MySQL" reading. Headings keep their {#mysql-compatibility} anchor unchanged.
37683d8 to
d2d0346
Compare
… docs - sql-statement-start-transaction.md: the START TRANSACTION compatibility bullet was missing は after every `START TRANSACTION` code span (3 places), producing a run-on, ungrammatical sentence. Restored particles to match the English source's three clauses (TiDB behavior / MySQL behavior / the WITH CONSISTENT SNAPSHOT equivalence). - Fixed the same missing-は defect in the adjacent START TRANSACTION READ ONLY bullet. - ticdc-faq.md: "詳細は[MySQLの互換性](...)ご覧ください" was missing the を particle before the verb. Restored to "...をご覧ください", and also applied MySQLの互換性 -> MySQLとの互換性 here (matching pingcap#23437's term unification, to avoid a needless cross-PR conflict on this line). - ticdc-faq.md: reordered "TiDBのデフォルト値`explicit_defaults_for_timestamp` がMySQLと異なる" (awkward: reads as "TiDB's default value explicit_defaults_for_timestamp") to "TiDBの`explicit_defaults_for_timestamp` のデフォルト値がMySQLと異なる", matching the English's modifier order: "the default value of `explicit_defaults_for_timestamp` in TiDB".
[LGTM Timeline notifier]Timeline:
|
… docs - sql-statement-start-transaction.md: the START TRANSACTION compatibility bullet was missing は after every `START TRANSACTION` code span (3 places), producing a run-on, ungrammatical sentence. Restored particles to match the English source's three clauses (TiDB behavior / MySQL behavior / the WITH CONSISTENT SNAPSHOT equivalence). - Fixed the same missing-は defect in the adjacent START TRANSACTION READ ONLY bullet. - ticdc-faq.md: "詳細は[MySQLの互換性](...)ご覧ください" was missing the を particle before the verb. Restored to "...をご覧ください", and also applied MySQLの互換性 -> MySQLとの互換性 here (matching pingcap#23437's term unification, to avoid a needless cross-PR conflict on this line). - ticdc-faq.md: reordered "TiDBのデフォルト値`explicit_defaults_for_timestamp` がMySQLと異なる" (awkward: reads as "TiDB's default value explicit_defaults_for_timestamp") to "TiDBの`explicit_defaults_for_timestamp` のデフォルト値がMySQLと異なる", matching the English's modifier order: "the default value of `explicit_defaults_for_timestamp` in TiDB".
… docs - sql-statement-start-transaction.md: the START TRANSACTION compatibility bullet was missing は after every `START TRANSACTION` code span (3 places), producing a run-on, ungrammatical sentence. Restored particles to match the English source's three clauses (TiDB behavior / MySQL behavior / the WITH CONSISTENT SNAPSHOT equivalence). - Fixed the same missing-は defect in the adjacent START TRANSACTION READ ONLY bullet. - ticdc-faq.md: "詳細は[MySQLの互換性](...)ご覧ください" was missing the を particle before the verb. Restored to "...をご覧ください", and also applied MySQLの互換性 -> MySQLとの互換性 here (matching pingcap#23437's term unification, to avoid a needless cross-PR conflict on this line). - ticdc-faq.md: reordered "TiDBのデフォルト値`explicit_defaults_for_timestamp` がMySQLと異なる" (awkward: reads as "TiDB's default value explicit_defaults_for_timestamp") to "TiDBの`explicit_defaults_for_timestamp` のデフォルト値がMySQLと異なる", matching the English's modifier order: "the default value of `explicit_defaults_for_timestamp` in TiDB".
What is changed, added or deleted? (Required)
Unifies the ja translation of "MySQL compatibility"/"MySQL Compatibility" to
MySQLとの互換性, which was previously split roughly 50/50 withMySQLの互換性(143 vs 142 occurrences before this PR).MySQLとの互換性matches the H1 heading ofmysql-compatibility.md(# MySQLとの互換性 {#mysql-compatibility}) and reads more naturally as "compatibility with MySQL".## MySQL...の互換性 {#mysql-compatibility}section heading repeated acrosssql-statements/*.md, plus inline link text[MySQLの互換性](...)and a few prose sentences.{#mysql-compatibility}heading anchors are unchanged (English-derived).MySQLとの互換性, 0 remainingMySQLの互換性) and per-file line-count-unchanged check across all 141 files.Which TiDB version(s) do your changes apply to? (Required)
Do your changes match any of the following descriptions?