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

More Russian translations #172

Merged
merged 31 commits into from
Jul 6, 2018
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift click to select a range
e927a19
New translations common.json (Korean)
aaroncox Jun 27, 2018
da96985
New translations common.json (Korean)
aaroncox Jun 27, 2018
9d40689
New translations global.json (Korean)
aaroncox Jun 27, 2018
b46b254
New translations welcome.json (Korean)
aaroncox Jun 27, 2018
a0e28c1
New translations app.json (Korean)
aaroncox Jun 27, 2018
a493077
New translations tools.json (Korean)
aaroncox Jun 27, 2018
ae5d66e
New translations global.json (Korean)
aaroncox Jun 27, 2018
c570bb3
New translations global.json (Korean)
aaroncox Jun 27, 2018
d96c6c7
New translations menu.json (Korean)
aaroncox Jun 27, 2018
f0f47ff
New translations stake.json (Korean)
aaroncox Jun 27, 2018
d802613
New translations tools.json (Korean)
aaroncox Jun 27, 2018
7823219
New translations global.json (Korean)
aaroncox Jun 27, 2018
7728672
New translations stake.json (Korean)
aaroncox Jun 27, 2018
3fc0276
New translations stake.json (Korean)
aaroncox Jun 27, 2018
679a362
New translations wallet.json (Korean)
aaroncox Jun 27, 2018
1145603
New translations wallet.json (Korean)
aaroncox Jun 27, 2018
b96d5db
New translations welcome.json (Korean)
aaroncox Jun 27, 2018
6d809c0
new Russian translations
bitcoiners Jun 27, 2018
f59b68c
New translations welcome.json (Korean)
aaroncox Jun 27, 2018
65d1823
New translations welcome.json (Korean)
aaroncox Jun 27, 2018
881c706
More Russian translations
bitcoiners Jun 29, 2018
76f3c1a
merged master
bitcoiners Jun 29, 2018
22fed15
New translations common.json (Japanese)
aaroncox Jun 29, 2018
e27488f
New translations tools.json (Japanese)
aaroncox Jun 29, 2018
7c7e3e3
Merge branch 'i18n_develop' of https://github.com/greymass/eos-voter …
bitcoiners Jun 29, 2018
e96c9c6
More Russian translations
bitcoiners Jun 30, 2018
aca22b7
more Russian translations
bitcoiners Jun 30, 2018
9b82ae0
updated .gitignore
bitcoiners Jun 30, 2018
e6da182
new Russian translations
bitcoiners Jun 30, 2018
dbf0e88
Revert "new Russian translations"
bitcoiners Jun 30, 2018
81e14ef
Additional Russian translation
bitcoiners Jun 30, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
New translations tools.json (Korean)
  • Loading branch information
aaroncox committed Jun 27, 2018
commit a493077fa93a72e87b5950e3dde345e082ccbbf3
5 changes: 4 additions & 1 deletion app/renderer/assets/locales/ko-KR/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 3,12 @@
"tools_description": "계정 관리에 도구들.",
"tools_menu_index": "지갑 도구",
"tools_menu_keys": "키 생성기",
"tools_menu_state": "Wallet State",
"tools_keys_key_generation_header": "한 쌍의 키 생성",
"tools_keys_key_generation_subheader": "EOS에서 사용하기 위해 공개 / 개인 키 한 쌍 생성하기.",
"tools_keys_key_generation_warning_content": "이 키 생성기는 본 프로그램 내에서 키 쌍을 저장하지 않습니다. 이 키들을 사용하실 거면 다른 위치에 백업하세요.",
"tools_keys_key_generation_new_key": "키 생산 하기",
"tools_keys_key_generation_copy_clipboard": "클립 보드에 복사"
"tools_keys_key_generation_copy_clipboard": "클립 보드에 복사",
"tools_wallet_state_header": "Local Wallet State",
"tools_wallet_state_subheader": "An overview of the local wallet state. This information can be used to help debug the application."
}