Created
September 10, 2013 09:26
-
-
Save ritalin/6507031 to your computer and use it in GitHub Desktop.
w2ui (http://w2ui.com) translation resource in 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
{ | |
"locale" : "ja-JP", | |
"date_format" : "yyyy/mm/dd", | |
"date_display" : "yyyy 年 Mon 月 dd 日", | |
"time_format" : "hh:mi pm", | |
"currency" : "^[\\$\\€\\£\\¥]?[-]?[0-9]*[\\.]?[0-9]+$", | |
"float" : "^[-]?[0-9]*[\\.]?[0-9]+$", | |
"shortmonths" : ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"], | |
"fullmonths" : ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"], | |
"shortdays" : ["M", "T", "W", "T", "F", "S","S"], | |
"fulldays" : ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"], | |
"phrases" : { | |
"yesterday" : "yesterday", | |
"none" : "none", | |
"of" : "of", | |
"No items found" : "No items found", | |
"Attach files by dragging and dropping or Click to Select" : "Attach files by dragging and dropping or Click to Select", | |
"Remove" : "Remove", | |
"Not a valid date" : "Not a valid date", | |
"Required field" : "Required field", | |
"Saving..." : "Saving...", | |
"Not an integer" : "Not an integer", | |
"Not a float" : "Not a float", | |
"Not in money format" : "Not in money format", | |
"Not a hex number" : "Not a hex number", | |
"Not alpha-numeric" : "Not alpha-numeric", | |
"Not a valid email" : "Not a valid email", | |
"Are you sure you want to delete selected records?" : "Are you sure you want to delete selected records?", | |
"Return data is not in JSON format. See console for more information." : "Return data is not in JSON format. See console for more information.", | |
"Refreshing..." : "Refreshing...", | |
"All Fields" : "", | |
"Multi Fields" : "Multi Fields", | |
"Delete Confirmation": "Delete Confirmation", | |
"Ok": "Ok", | |
"Yes" : "Yes", | |
"No" : "No", | |
"Reload data in the list" : "更新", | |
"Show/hide columns" : "表示列の切り替え", | |
"Select Search Field" : "Select Search Field", | |
"Search..." : "検索オプション...", | |
"Open Search Fields" : "Open Search Fields", | |
"is" : "完全一致", | |
"begins with" : "前方一致", | |
"contains" : "部分一致", | |
"ends with" : "後方一致", | |
"between" : "between", | |
"Add new record" : "Add new record", | |
"Add New" : "Add New", | |
"Delete selected records" : "Delete selected records", | |
"Delete" : "Delete", | |
"Save changed records" : "Save changed records", | |
"Save" : "Save", | |
"Reset" : "条件をクリア", | |
"Search" : "詳細検索", | |
"Confirmation" : "Confirmation", | |
"Notification" : "Notification", | |
"Show" : "Show", | |
"Hide" : "Hide" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment