• Stars
    star
    378
  • Rank 113,272 (Top 3 %)
  • Language
  • License
    MIT License
  • Created about 8 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Japanese Lingo for Developers

Japanese Lingo for Developers

To the word list!

Introduction

Wizcorp is a company with a very diverse international group of developers who find themselves interacting with both international and Japanese customers. To help improve our Japanese communication we have set up this technical glossary. We try to collect words that one does not typically find in most (business) Japanese language curriculums, yet we find useful on a regular basis. A lot of this is driven by the words we hear our customers use.

Contributing

Contributions in the form of Pull Requests are very welcome! We would like to ask everyone to stick to some simple guidelines though, to keep things consistent and avoid it exploding into a copy of the dictionary.

Guidelines

  • Please do not add words that appear in dictionaries but not in common interaction with Japanese companies.
  • Please stick to the topics below. If you have a hard time identifying the topic, please mention it in your PR.
  • Please make sure to add kana versions of the Japanese words you add to the list in the Kana column.
  • If a word is already 100% kana, you should leave the Kana cell empty.
  • If a word is a common suru-verb, please add (する) to the Japanese column.
  • If the English translation is not enough to convey the full meaning, use the Notes column to elaborate.
  • Don't try to align the columns in the markdown below, it's impossible.
  • If some words are missing, but you don't know the Japanese yourself, feel free to request additions through an issue.

Useful tools

  • jisho.org: The best Japanese dictionary on the web.
  • RikaiChan: A popup Japanese dictionary tool for Firefox.
  • RikaiKun: RikaiChan for Chrome.
  • Safarikai: RikaiChan for Safari.

Word list

Computer and Application Usage

English Japanese Kana Notes
Computer コンピュータ / コンピューター
Personal computer, PC パソコン
User ユーザ / ユーザー
Settings 設定 せってい
Configuration 構成 こうせい
To save 保存(する) ほぞん
To input 入力(する) にゅうりょく
To output 出力(する) しゅつりょく
To boot, start 起動(する) きどう
To reboot, restart 再起動(する) さいきどう
To update 更新(する) こうしん
To register 登録(する) とうろく
To add 追加(する) ついか
To insert/include 組み込み (する) くみこみ
To insert 挿入 (する) そうにゅう Eg. text, a CD
To edit 編集(する) へんしゅう
To delete / remove 削除(する) さくじょ
Processing 処理 しょり
Automatic 自動 じどう
Screen 画面 がめん
Screenshot スクリーンショット
Screenshot スクショ Informal abbreviation
To take a screenshot スクリーンショットを撮る スクリーンショットをとる
Video 動画 どうが
To display 表示(する) ひょうじ
To copy コピー(する)
To cut 切り取る きりとる
To paste 貼り付け(する) はりつけ
To copy and paste コピペ(する)
To support 対応(する) たいおう As in "compatibility", not "customer support"
To connect 接続(する) せつぞく

Devices

English Japanese Kana Notes
Device, terminal 端末 たんまつ Smartphones, tablets, e-readers, command-line interfaces, etc
Cell Phone 携帯電話 / 携帯 けいたいでんわ / ケータイ The latter is an (informal) abbreviation commonly used
Japanese feature phone ガラ携 ガラけい From ガラパゴス携帯電話
Smartphone スマホ / スマートフォン
Tablet-PC タブPC / タブレットPC
Projector プロジェクター
Push notification プッシュ通知 プッシュつうち

Projects

English Japanese Kana Notes
Plan, project 企画 きかく
Specification 仕様 しよう
Specification document 仕様書 しようしょ
Feature 機能 きのう

Software

English Japanese Kana Notes
Word Processor ワープロ
Word Processing Software ワープロソフト
Spreadsheet 表計算 ひょうけいさん

Software Development

English Japanese Kana Notes
Color Scheme カラースキーム
Development 開発 かいはつ
Developer 開発者 かいはつしゃ
Development department 開発部 かいはつぶ
Research and development, R&D 研究開発 けんきゅうかいはつ
Implementation 実装 じっそう
Design 設計 せっけい Of code, infrastructure and systems, etc.
Font フォント
Input Field 入力欄 にゅうりょくらん Eg. in a web form
Execution 実行 じっこう Of a function or program
Dependency 依存関係 いぞんかんけい
To resolve 解決 (する) かいけつ Eg. a dependency
Structure 仕組み しくみ Eg. of code
Format 形式 けいしき Eg. of data
Line 〜行 ぎょう Eg. 13行 (line 13)
Newline 改行 かいぎょう
To indent インデント(する)
Foo / bar ほげ / ほげほげ
Item 項目 こうもく
Details 詳細 しょうさい
Requirements 要求 ようきゅう
Enabled 有効 ゆうこう
Disabled 無効 むこう
Factory reset 初期化 しょきか
Conversion 変換 へんかん
To control 制御 (する) せいぎょ
To apply 適用 (する) てきよう
Patch パッチ パッチを適用する
Fixed 固定 こてい
To assign 割り当てる わりあてる To a variable
To define 定義(する) ていぎ
Trial & Error 試行錯誤 しこうさくご
Identifier 識別子 しきべつし
Type かた As in data type
Variable 変数 へんすう
Variable name 変数名 へんすうめい
Value あたい
Initial value 初期値 しょきち
Null ヌル
To concatenate 連結(する) れんけつ
Boolean 真偽値 しんぎち
String 文字列 もじれつ
Integer 整数 せいすう
Floating point number 浮動小数点数 ふどうしょうすうてんすう
Function 関数 かんすう
Function name 関数名 かんすうめい
Argument 引数 ひきすう To a function or program
Return value 戻り値 もどりち
To refer to 参照 (する) さんしょう
Call by value 値渡し あたいわたし
Call by reference 参照渡し さんしょうわたし
Call by address ポインタ渡し ポインタわたし
Object オブジェクト
Class クラス
Inherit (from X) (Xを)継承(する) けいしょう
Static 静的 せいてき
Template テンプレート
Dynamic 動的 どうてき
Regular expression 正規表現 せいきひょうげん
Brackets, parentheses 括弧 かっこ
Synchronous 同期 どうき
Asynchronous 非同期 ひどうき
To select 選択(する) せんたく
To search 検索(する) けんさく
To process 処理(する) しょり
To optimize 最適化(する) さいてきか
Revision number リビジョン番号 リビジオンばんごう Git revision, app version
Object Oriented Programming オブジェクト指向 オブジェクトしこう
Functional Programming 関数型プログラミング かんすうがたプログラミング
Artificial Intelligence 人工知能 じんこうちのう
Conditional expression 条件式 じょうけんしき
Memory corruption メモリ破壊  メモリはかい 
Bug バグ
Bug 不具合 ふぐあい
Reproduce 再現(する) さいげん 不具合を再現する
To fix 修正(する) しゅうせい
Embedded system 組込みシステム くみこみシステム

Security

English Japanese Kana Notes
Attack 攻撃 こうげき
Attacker 攻撃者 こうげきしゃ
Authentication 認証 にんしょう
Authority, power 権限 けんげん
Basic Auth ベーシック認証 べーシックにんしょう
Cipher 暗号 あんごう
Encryption 暗号化 あんごうか
Cipher / encryption key 暗号キー あんごうキー
Countermeasure 対策 たいさく Eg. against hackers
Vulnerability 脆弱性 ぜいじゃくせい
To jailbreak 脱獄(する) だつごく Eg. iPhone

Servers

English Japanese Kana Notes
Server サーバ / サーバー
Physical server 物理サーバ ぶつりサーバ
Virtual server 仮想サーバ かそうサーバ
Virtual machine 仮想マシン かそうマシン
Server layout, architecture サーバ構成 サーバこうせい
Static IP 固定IP こていIP
Load 負荷 ふか
Scalability 拡張性 かくちょうせい
Availability 可用性 かようせい
Remote 遠隔 えんかく

Operations

English Japanese Kana Notes
Operation 運用 うんよう
Environment 環境 かんきょう
Production version / release 本番 ほんばん
Latest version 最新版 さいしんばん
Beta version ベータ版 ベータばん
Closed beta クローズドベータ
Front-end フロントエンド
Management 管理 かんり Of people, software, etc
Manager 管理者 かんりしゃ
Infrastructure インフラ
Continuous integration 継続的インテグレーション けいぞくてきインテグレーション
To monitor 監視(する) かんし

Business

English Japanese Kana Notes
Sales, business 営業 えいぎょう
Executive, company official 役員 やくいん
Chief technical officer 最高技術責任者 さいこうぎじゅつせきにんしゃ
Our company 弊社 へいしゃ
Your company 御社 おんしゃ
Office 事務所 じむしょ
In-house 社内 しゃない
External, 3rd party 外部 がいぶ
Suspend, discontinue 中止 ちゅうし
Quotation 見積もり みつもり Alternative forms: 見積り, 見積
Request for Quotation (RFQ) 見積依頼 みつもりいらい
Supplier 仕入れ先 しいれさき Alternative form: 仕入先

Presentations

English Japanese Kana Notes
To present 発表(する) はっぴょう
Presentation プレゼンテーション
Presentation (Meeting) 発表会 はっぴょうかい In the sense of a presentation you can attend
Slide スライド
To make publicly available 公開(する) こうかい

Electrical Engineering

English Japanese Kana Notes
Ampere アンペア E.g. 1A ⇒ 1アンペア
Bill of Materials (BOM) 部品表 ぶひんひょう
Bidirectional 双方向 そうほうこ
Blind via ブラインドビア
Burried via べリッドビア
Capacitor コンデンサ Alternatively: キャパシタ
Carbon film (resistor) カーボン皮膜 カーボンひまく Alternatively: カーボンフィルム
Certification 認証 にんしょう
Circuit 回路 かいろ
Circuit diagram (Schematic) 回路図 かいろず
Component placement diagram 部品配置図 ぶひんはいちず
Communications 通信 つうしん
Conduction 導電 どうでん
Conductivity 導電性 どうでんせい
Connector コネクタ
Current 電流 でんりゅう
Datasheet データシート
Detection 検知 けんち
Diode ダイオード
Drawing 図面 ずめん
Electrolytic 電解 だんかい
Extender cable 延長コード えんちょうこっど
Frequency 周波数 しゅうはすう
Fuse ヒューズ
Heat sink ヒートシンク
Inductor インダクタ
Integrated Circuit (IC) 集積回路 しゅうせきかいろ
Layer そう E.g. 4-layer ⇒ 4層
Layout パターン設計 パターンせっけい As in "PCB layout"
Layout drawing パターン図 パターンず As in "PCB layout"
Magnet 磁石 じしゃく
To Measure 測定(する) そくてい
Metal film (resistor) 金属皮膜 きんぞくひまく Alternatively: きんぞくフィルム
Microcontroller (MCU) マイコン
Modulation 変調 へんちょう
Part number 品番 ひんばん
Plated hole スルーホール
Printed Circuit Board (PCB) 基板 きばん
Prototype 試作 しさく
Reception 受信 じゅしん
Relay リレー
Resistance 抵抗 ていこう
Resistor 抵抗器 ていこうき
Sales distributor 販売代理店 はんばいだいりてん
Signal 信号 しんごう
Solder 半田 はんだ Can also be written in Hiragana or Katakana
Soldering iron 半田ごて はんだごて
Soldering はんだ付け はんだづけ
Stencil メタルマスク For solder paste application
Surface-mount technology (SMT) 表面実装 ひょうめんじっそう
Switch スイッチ
Termination 終端  しゅうたん As in "50Ω termination resistor"
Through-hole technology (THT) スルーホール実装 スルーホールじっそう
Transistor トランジスタ
Transmission 送信 そうしん
Transparent 透明 とうめい
Unplated hole ノンスルーホール NOTE: Do not confuse this with a blind via.
Volt ボルト E.g. 5V ⇒ 5ボルト
Voltage 電圧 でんあつ
Voltage level shifter 電圧レベル変換 でんあつれべるへんかん
Via ビアホール Alternatively, just ビア
Wiring 配線 はいせん
Wiring Diagram 配線図 はいせんず

More Repositories

1

phonegap-facebook-plugin

The official plugin for Facebook in Apache Cordova/PhoneGap
Java
1,907
star
2

node-iap

In-app purchase validation for Apple, Google, Amazon, Roku
JavaScript
263
star
3

Ejecta-X

A Fast, Open Source JavaScript, Canvas & Audio Implementation
C
186
star
4

locks

Mutex locks, Read/Write locks, Condition variables and Semaphores in JavaScript
JavaScript
105
star
5

cordova-plugin-wizviewmanager

PhoneGap plugin for creating/showing/hiding/messaging/animating additional views outside of the main window.
Objective-C
57
star
6

frontrunner

Automated HAProxy reconfiguration for Marathon
JavaScript
57
star
7

node-pivotal

NodeJS API library for PivotalTracker
JavaScript
44
star
8

phonegap-plugin-wizCanvas

WizCanvas allows a developer to create a ultra-performant native canvas component. The view is based on the Ejecta framework and has WebGL support.
JavaScript
43
star
9

phonegap-plugin-localNotifications

PhoneGap plugin for providing native local notification system to JavaScript.
Java
38
star
10

safe-timers

Timers with near-infinite duration support
JavaScript
37
star
11

phonegap-plugin-wizSpinner

PhoneGap plugin for creating and manipulating native loader/spinner.
Java
35
star
12

codependency

Optional Peer Dependencies for Node.js middleware
JavaScript
33
star
13

WebViewForUnity3D

Android & iOS webview plugin for unity3D
Objective-C++
24
star
14

Jeff

Json Extraction From Flash
JavaScript
23
star
15

cordova-plugin-wizpurchase

Cross-platform mobile application payment API for iOS IAP and Android Billing.
Java
23
star
16

phonegap-plugin-wizAssets

PhoneGap plugin for managing application assets with javascript asset maps. Includes (background threaded) downloadFile, getFileURI, getFileURIs, deleteFile.
Java
18
star
17

constrained

JavaScript
15
star
18

phonegap-plugin-wizUtils

PhoneGap plugin for general utility functions to access information from the native OS.
Objective-C
15
star
19

libbash

Collection of bash libraries aimed at making your life easier
Shell
14
star
20

tina.js

Tweening and INterpolations for Animation
JavaScript
12
star
21

unitydemo-SurvivalShooter

Unity demo project: Survival Shooter
C#
12
star
22

byuu-web

C++
11
star
23

AudioManager

play sounds using Web Audio, fallback on HTML5 Audio
JavaScript
11
star
24

node-tomes

Evented storage agnostic data API
JavaScript
10
star
25

avltree-js

Javascript impl of AVL tree
JavaScript
9
star
26

megadata

Smart messaging for games
TypeScript
8
star
27

Dawn

Docker-based infrastructure setup and operation
Python
8
star
28

marathon-client.py

Python
8
star
29

cordova-plugin-yanap

Yet Another Native Audio Plugin for Cordova
Java
8
star
30

git-signed

Signing commits made easy
JavaScript
8
star
31

phonegap-plugin-iRate

PhoneGap plugin for customer/client app rating. [iOS ONLY]
Objective-C
7
star
32

Eruditio

Algorithms for Machine Learning
Python
6
star
33

dom-loader

HTML DOM element loader for Webpack
JavaScript
5
star
34

component-uglifyjs

UglifyJS plugin for component-builder
JavaScript
5
star
35

git-message

Set a custom git commit message template.
JavaScript
4
star
36

phonegap-plugin-wizDevTools

PhoneGap plugin for adding assistive development tools.
Objective-C
4
star
37

node-localcache

Local in-memory key/value data caching system for Node.js with TTL support
JavaScript
4
star
38

andever

A minimalistic daemonizer that will run your Node apps forever and ever!
JavaScript
4
star
39

xor128

XOR128 Pseudo-Random Number Generator
JavaScript
3
star
40

curlyfile

Direct download in Node.js, using libcurl
C++
3
star
41

unitydemo-AngryBots

Unity demo project: Angry Bots
JavaScript
3
star
42

terraform-provider-ncloud

Terraform provider for Naver Cloud Platform (also known as NCloud).
Go
3
star
43

cordova-plugin-webviewselector

Cordova plugin allowing an Android app user to switch between system webview and Crosswalk's webview
Java
3
star
44

component-extractor

This tool will generate component.json files of your project.
JavaScript
3
star
45

node-memcached-transactions

Transaction support for node-memcached
JavaScript
3
star
46

phonegap-plugin-wizUniqueIdentifier

PhoneGap plugin for generating a unique identifier and storing it in the device keychain
Objective-C
3
star
47

phonegap-plugin-wizNavi

PhoneGap plugin for building native navigation component.
Objective-C
3
star
48

cachepuncher

Punch browser caching straight in the cache!
JavaScript
3
star
49

phonegap-plugin-wizAnalytics

PhoneGap plugin to load plug and play Ad tracker SDKs
Objective-C
3
star
50

filter-builder

JavaScript
2
star
51

panopticon

Node.js data acquisition for applications that use the cluster module.
JavaScript
2
star
52

es-apm-decorators

TypeScript
2
star
53

typescript-primer

Quick primer on the why, what and how of TypeScript
TypeScript
2
star
54

mocha-reporter

Mocha reporter, enhanced.
JavaScript
2
star
55

express-rested

Manage resources with REST through Express
JavaScript
2
star
56

network-interfaces

Utility functions for dealing with network interfaces and IP addresses in Node.js
JavaScript
2
star
57

phonegap-plugin-wizSplash

PhoneGap plugin for manipulating native splash.
Objective-C
2
star
58

TileSystem

C# Tile system for use with Unity
C#
2
star
59

cordova-plugin-moodstocks

Cordova plugin to use Moodstocks (https://moodstocks.com/)
Objective-C
2
star
60

list-AvlTree

JavaScript
2
star
61

unitydemo-2DPlatformer

Unity demo project: 2D Platformer
C#
2
star
62

phonegap-plugin-wizBootStrap

PhoneGap plugin for bootstrapping various html environments.
Objective-C
2
star
63

node-chagama

Git flow, GitHub and PivotalTracker, all in one teapot
JavaScript
2
star
64

StyleGuides

Wizcorp JavaScript styleguide
2
star
65

tomesweeper

Catch mistakes you've made with tomes.
JavaScript
1
star
66

docker-blend

NODE_ENV + compose + service
JavaScript
1
star
67

watch-redux

Watch Redux for granular changes
JavaScript
1
star
68

phonegap-plugin-apsalar

PhoneGap plugin for event and session tracking with Apsalar.
Objective-C
1
star
69

noise-simplex2D

JavaScript
1
star
70

my-type

Yet another JS schema assertion library
JavaScript
1
star
71

timed-number

JavaScript
1
star
72

workshops

Workshops
1
star
73

enable-async

Turns on async/await on Node.js 7
JavaScript
1
star
74

list-SortedArray

JavaScript
1
star
75

training_git

1
star
76

deep-copy.js

Perform deep copies of JavaScript objects
JavaScript
1
star
77

component-hint

Linting tool for component projects and packages
JavaScript
1
star
78

gettextlight.js

GetText support for Node.js and component
JavaScript
1
star
79

WebviewAndroidPlugin

Java
1
star
80

component-less

Less transpiler for component-builder
JavaScript
1
star
81

Recorder

It allows recording and playing object properties over time
JavaScript
1
star
82

math-bezier

JavaScript
1
star
83

itd

Improvised Testing Device: timed locks with a fun, bomb-style interface.
JavaScript
1
star
84

image-preloader

Preload your images with the ImagePreloader
JavaScript
1
star
85

cordova-plugin-memory-alert

Cordova plugin dispatching native memory events to javascript
Objective-C
1
star
86

markdown-jsdoc

Markdown template for jsdoc
JavaScript
1
star
87

swarm-announcer

Announce containers using a specific Docker network to a Consul server
1
star
88

phonegap-plugin-wizStatbar

PhoneGap plugin for building gaming stats bar.
Objective-C
1
star
89

Banalize

Bash code analyzer
Ruby
1
star
90

simple-filter

A small wrapper around crossfilter to make querying simpler
JavaScript
1
star
91

wizard-academy-2018-flying-cats

ウイザードアカデミー2018年スペースシューター・Flying Catsチームのレポジトリー!
TypeScript
1
star
92

wizard-academy-2018-co-op-creators

ウイザードアカデミー2018年スペースシューター・Co-op Creatorsチームのレポジトリー!
PLSQL
1
star
93

node-rumplestiltskin

Reveals an object's true name
JavaScript
1
star