Created
April 26, 2011 23:02
-
-
Save junichi11/943382 to your computer and use it in GitHub Desktop.
Plupload i18n Japanese
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
// Japanese | |
// Pluploadの日本語化用のファイル | |
// /path/to/plupload/js/i18n/ja.js | |
// ファイルを設置してこのファイルを読み込めばOK | |
// 訳されていない文字列は、同様に追加すれば翻訳される。 | |
plupload.addI18n({ | |
'Select files' : 'ファイル選択', | |
'Add files to the upload queue and click the start button.' : 'ファイルを追加して、アップロード開始ボタンをクリックしてください', | |
'Filename' : 'ファイル名', | |
'Status' : '状態', | |
'Size' : 'サイズ', | |
'Add Files' : 'ファイル追加', | |
'Start uploading queue' : 'アップロード開始', | |
'Start Upload' : 'アップロード開始', | |
'Stop Upload' : 'アップロード中止', | |
'Uploaded %d/%d files': 'アップロード済 %d/%d ファイル', | |
'N/A' : 'N/A', | |
'Drag files here.' : 'ここにファイルをドラッグしてください', | |
'File extension error.': 'ファイル拡張子エラー', | |
'File size error.': 'ファイルサイズエラー', | |
'Init error.': '初期化エラー', | |
'HTTP Error.': 'HTTP エラー', | |
'Security error.': 'セキュリティーエラー', | |
'Generic error.': 'エラー', | |
'IO error.': 'IOエラー' | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
最新のものには、日本語化ファイルが含まれているので、それを使った方が良い。
https://github.com/moxiecode/plupload/tree/master/src/javascript/i18n