SourceMod - Source Engine Scripting and Administration
Go to file
fltuna 2a3964a861
Fix unclear Japanese translations (#2127)
Fix not clear Japanese translation 'Pending Vote' in basetriggers.phrases.txt
Changed `ペンディング投票` to `投票待ち`. Reason is below.
`ペンディング` is the Japanese pronunciation of `Pending` as it is. And not a common phrase in Japanese.
And literal translation of `Pending` is `保留中`. But `保留中` is means `Waiting, but currently not planned.` in most of situation.
But If I understand correctly this context is waiting for a next vote until time/round limit reached or RTV.
So I've changed `ペンディング` to `待つ`. `待つ` means `Wait` in English. And then result of the change to conform to Japanese grammar is `投票待ち`.

Fix not clear Japanese translation 'Slot reserved' in reservedslots.phrases.txt
Changed `予約スロットのために落とされます。` to `予約スロットにより切断されました。`. Reason is below.
`落とす` in `落とされます` is means same as `Drop` in English.
`落とす` have a lot of meanings in one word in Japanese. For example: `Drop` `Disconnect` `To download (software)` `To reduce (speed)` `To lose (purse)` `To shed (leaves)`
So `落とす` is not clear in this context so I've changed `落とす` to `切断`.
Also `されます` is used for things that are scheduled or about to take place. And `されました` is used for something that has already been done.
This message is shown in after disconnect, so I've changed `されます` to `されました`.
Finally, result of the change become `予約スロットにより切断されました。`.
2025-01-30 22:24:44 -08:00
.github Swap name and about fields on issue contact links 2025-01-19 11:18:40 -05:00
bridge/include fix: Allow entity references for clients with L and N format specifiers (#2244) 2025-01-16 00:57:46 +00:00
configs Add "EnableLineDebugging" core.cfg option (#2240) 2025-01-07 00:38:55 +01:00
core Attempt reparse on stat failures and return BAD_HANDLE on error (#2253) 2025-01-30 21:10:31 -08:00
editor Updated sourcepawn.php to latest array syntax 2023-11-30 21:58:49 -08:00
extensions Bump MySQL to 5.7.44 on Windows too (#2232) 2025-01-07 00:17:49 +01:00
gamedata Update SDKTools Gamedata for Synergy (24.12.2) (#2241) 2025-01-07 23:59:57 +00:00
hl2sdk-manifests@a57b3095a6 Update HL2SDK Manifests Submodule (#2150) 2024-05-05 17:14:15 +00:00
licenses Fix quote mismatch (#1092) 2019-09-30 22:43:18 -07:00
loader Add support for Military Conflict: Vietnam (#1887) 2022-12-20 21:46:18 +00:00
plugins Add IntMap methodmap (#2018) 2024-10-31 23:35:41 +00:00
public Update safetyhook again, restoring AM patches 2024-12-24 15:01:50 -05:00
sourcepawn@0fd19ef0eb Bump to latest (first) SourcePawn 1.13 2024-11-29 22:36:24 -05:00
tools Bump MySQL to 5.7.44 on Windows too (#2232) 2025-01-07 00:17:49 +01:00
translations Fix unclear Japanese translations (#2127) 2025-01-30 22:24:44 -08:00
versionlib Update to AMBuild 2.2. 2020-08-18 23:09:43 -07:00
.arcconfig Add a .arcconfig file so that arc works 2013-10-15 22:57:59 +01:00
.gitattributes NPOTB: Correct GitHub's Linguist inaccuracies (#1096) 2019-10-07 19:14:09 +01:00
.gitignore Convert AMBuild scripts to use hl2sdk-manifests (#2096) 2023-12-18 23:15:44 +00:00
.gitmodules Move Safetyhook mess into a mirror repo (#2163) 2024-06-08 20:05:29 +00:00
.travis.yml Prefer python3 over python(2) in checkout-deps (#1424) 2021-03-07 13:50:15 +01:00
AMBuildScript Add -Wno-deprecated-declarations (#2254) 2025-01-31 03:46:09 +00:00
appveyor.yml Add support for hl2sdk-mock. 2021-09-22 12:36:44 -07:00
changelog.txt Triggering a build. 2011-04-13 19:05:41 -05:00
configure.py Add support for ASAN. 2021-11-11 23:41:42 -08:00
product.version Bump version 2024-10-20 12:57:26 -04:00
pushbuild.txt Update pushbuild.txt (#2209) 2024-10-18 19:47:03 -04:00
README.md Bring languages into the tree (#1625) 2023-03-29 16:23:05 +02:00

SourceMod

General

Development

Contact

  • Connect with us on GameSurge IRC in #sourcemod
  • Alternatively feel free to join our Discord server

License

SourceMod is licensed under the GNU General Public License version 3. Special exceptions are outlined in the LICENSE.txt file inside of the licenses folder.