Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for 9.0.1222 #148

Merged
merged 8 commits into from Jun 5, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 7 additions & 3 deletions src/po/ja.po
Expand Up @@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Vim 9.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-01-20 11:36+0900\n"
"POT-Creation-Date: 2023-02-07 16:25+0900\n"
"PO-Revision-Date: 2022-02-20 01:53+0900\n"
"Last-Translator: MURAOKA Taro <koron.kaoriya@gmail.com>\n"
"Language-Team: Japanese <https://github.com/vim-jp/lang-ja>\n"
Expand Down Expand Up @@ -7567,8 +7567,8 @@ msgstr "E1112: リストの要素 %d のセル幅が不正です"
msgid "E1113: Overlapping ranges for 0x%lx"
msgstr "E1113: 0x%lx の範囲が重複しています"

msgid "E1114: Only values of 0x100 and higher supported"
msgstr "E1114: 0x100 以上の値しかサポートされていません"
msgid "E1114: Only values of 0x80 and higher supported"
msgstr "E1114: 0x80 以上の値しかサポートされていません"

msgid "E1115: \"assert_fails()\" fourth argument must be a number"
msgstr "E1115: \"assert_fails()\" の第4引数は数字でなければなりません"
Expand Down Expand Up @@ -8467,6 +8467,10 @@ msgstr "E1358: 子クラス以外で \"super\" が使われました"
msgid "E1359: Cannot define a \"new\" function in an abstract class"
msgstr "E1359: 抽象クラス内では \"new\" 関数は定義できません"

#, c-format
msgid "E476: Invalid command: %s, expected %s"
msgstr "E476: 無効なコマンドです: %s, %s が予期されています"
k-takata marked this conversation as resolved.
Show resolved Hide resolved

msgid "--No lines in buffer--"
msgstr "--バッファに行がありません--"

Expand Down