-
Notifications
You must be signed in to change notification settings - Fork 34
みんなでちょっとずつ usr_02.jax を翻訳していくスレ #201
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
Merged
Changes from 3 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
a4e1314
Translate 1)
mattn 1cacca4
Translate 24)
mattn 819656a
Translate 22)
mattn 1f3b552
fix typo
mattn 6181ab9
Translate 19), 20), 21)
rhysd 326dfca
Translate 23)
mattn 8d99eca
Translate 12) 15) 16)
mattn 2d955b0
Translate 4) 5) 6)
mattn 66bfd15
fix translations
mattn 56910ee
Translate 2) 3)
mattn 92fe491
:s/出来ます/できます/g
mattn 2fb1bd3
Translate 25)
mattn 95933c3
:s/ユーザ/ユーザー/g
mattn d32b9a7
Translate 26)
tyru 812a832
Translate 13), 14) with translation notes
tyru 392b981
Translate 7), 8), 9)
tyru d26dc9e
Translate 10)
tyru 4a3c637
Translate 11), 17), 18) with one translation note
tyru ac8e71e
飛ぶ -> 移動する
tyru d4679a8
small fix
tyru 97e70b2
Some fixes
tyru 9a9a1d1
catch up 'origin/devel' to enable CI (NV check)
koron 53f33bc
fix NV in usr_02.jax
koron File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -498,10 +498,10 @@ Vim にはオプションがたくさんあり、それを設定することで | |
|
||
概要: *help-summary* > | ||
|
||
1) Use Ctrl-D after typing a topic and let Vim show all available topics. | ||
Or press Tab to complete: > | ||
1) トピックをタイプした後、あり得るトピック全てを表示させるには Ctrl-D を使います | ||
もしくはタブで補完します: > | ||
:help some<Tab> | ||
< More information on how to use the help: > | ||
< help の使い方に関するより詳しい情報については: > | ||
:help helphelp | ||
|
||
2) Follow the links in bars to related help. You can go from the detailed | ||
|
@@ -650,17 +650,17 @@ Vim にはオプションがたくさんあり、それを設定することで | |
21) Quickfix commands usually start with :c while location list commands | ||
usually start with :l | ||
|
||
22) Autocommand events can be found by their name: > | ||
22) Autocommand イベントはそれらの名前で見つける事が出来る: > | ||
:help BufWinLeave | ||
< To see all possible events: > | ||
< 全てのイベントを見るには: > | ||
:help autocommands-events | ||
|
||
23) Command-line switches always start with "-". So for the help of the -f | ||
command switch of Vim use: > | ||
:help -f | ||
|
||
24) Optional features always start with "+". To find out about the | ||
conceal feature use: > | ||
24) オプションの機能は常に "+" から始まります。 conceal 機能の使い方に付いて調 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 付いて -> ついて There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. thx |
||
べるのであれば: > | ||
:help +conceal | ||
|
||
25) Documentation for included filetype specific functionality is usually | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
出来る -> 出来ます