Bienvenue sur PostGIS.fr

Bienvenue sur PostGIS.fr , le site de la communauté des utilisateurs francophones de PostGIS.

PostGIS ajoute le support d'objets géographique à la base de données PostgreSQL. En effet, PostGIS "spatialise" le serverur PostgreSQL, ce qui permet de l'utiliser comme une base de données SIG.

Maintenu à jour, en fonction de nos disponibilités et des diverses sorties des outils que nous testons, nous vous proposons l'ensemble de nos travaux publiés en langue française.

source: trunk/workshop-routing-foss4g/web/ext/src/locale/ext-lang-ja.js @ 76

Revision 76, 9.0 KB checked in by djay, 12 years ago (diff)

Ajout du répertoire web

  • Property svn:executable set to *
Line 
1/*!
2 * Ext JS Library 3.4.0
3 * Copyright(c) 2006-2011 Sencha Inc.
4 * licensing@sencha.com
5 * http://www.sencha.com/license
6 */
7/*
8 * Japanese translation
9 * By tyama
10 * 04-08-2007, 05:49 AM
11 *
12 * update based on English Translations by Condor (8 Aug 2008)
13 * By sakuro (30 Aug 2008)
14 */
15
16Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">読み蟌み䞭...</div>';
17
18if(Ext.DataView){
19  Ext.DataView.prototype.emptyText = "";
20}
21
22if(Ext.grid.GridPanel){
23  Ext.grid.GridPanel.prototype.ddText = "{0} 行遞択";
24}
25
26if(Ext.LoadMask){
27  Ext.LoadMask.prototype.msg = "読み蟌み䞭...";
28}
29
30Date.monthNames = [
31  '1月',
32  '2月',
33  '3月',
34  '4月',
35  '5月',
36  '6月',
37  '7月',
38  '8月',
39  '9月',
40  '10月',
41  '11月',
42  '12月'
43];
44
45Date.getShortMonthName = function(month) {
46  return "" + (month + 1);
47};
48
49Date.monthNumbers = {
50  "1" : 0,
51  "2" : 1,
52  "3" : 2,
53  "4" : 3,
54  "5" : 4,
55  "6" : 5,
56  "7" : 6,
57  "8" : 7,
58  "9" : 8,
59  "10" : 9,
60  "11" : 10,
61  "12" : 11
62};
63
64Date.getMonthNumber = function(name) {
65  return Date.monthNumbers[name.substring(0, name.length - 1)];
66  // or simply parseInt(name.substring(0, name.length - 1)) - 1
67};
68
69Date.dayNames = [
70  "日曜日",
71  "月曜日",
72  "火曜日",
73  "氎曜日",
74  "朚曜日",
75  "金曜日",
76  "土曜日"
77];
78
79Date.getShortDayName = function(day) {
80  return Date.dayNames[day].substring(0, 1); // just remove "曜日" suffix
81};
82
83Date.formatCodes.a = "(this.getHours() < 12 ? '午前' : '午埌')";
84Date.formatCodes.A = "(this.getHours() < 12 ? '午前' : '午埌')"; // no case difference
85
86if(Ext.MessageBox){
87  Ext.MessageBox.buttonText = {
88    ok     : "OK",
89    cancel : "キャンセル",
90    yes    : "はい",
91    no     : "いいえ"
92  };
93}
94
95if(Ext.util.Format){
96  Ext.util.Format.date = function(v, format){
97    if(!v) return "";
98    if(!(v instanceof Date)) v = new Date(Date.parse(v));
99    return v.dateFormat(format || "Y/m/d");
100  };
101}
102
103if(Ext.DatePicker){
104  Ext.apply(Ext.DatePicker.prototype, {
105    todayText         : "今日",
106    minText           : "遞択した日付は最小倀以䞋です。",
107    maxText           : "遞択した日付は最倧倀以䞊です。",
108    disabledDaysText  : "",
109    disabledDatesText : "",
110    monthNames        : Date.monthNames,
111    dayNames          : Date.dayNames,
112    nextText          : '次月ぞ (コントロヌル+右)',
113    prevText          : '前月ぞ (コントロヌル+å·Š)',
114    monthYearText     : '月遞択 (コントロヌル+侊/䞋で幎移動)',
115    todayTip          : "{0} (スペヌスキヌ)",
116    format            : "Y/m/d",
117    okText            : "OK",
118    cancelText        : "キャンセル",
119    startDay          : 0
120  });
121}
122
123if(Ext.PagingToolbar){
124  Ext.apply(Ext.PagingToolbar.prototype, {
125    beforePageText : "ペヌゞ",
126    afterPageText  : "/ {0}",
127    firstText      : "最初のペヌゞ",
128    prevText       : "前のペヌゞ",
129    nextText       : "次のペヌゞ",
130    lastText       : "最埌のペヌゞ",
131    refreshText    : "曎新",
132    displayMsg     : "{2} 件䞭 {0} - {1} を衚瀺",
133    emptyMsg       : '衚瀺するデヌタがありたせん。'
134  });
135}
136
137if(Ext.form.Field){
138  Ext.form.Field.prototype.invalidText = "フィヌルドの倀が䞍正です。";
139}
140
141if(Ext.form.TextField){
142  Ext.apply(Ext.form.TextField.prototype, {
143    minLengthText : "このフィヌルドの最小倀は {0} です。",
144    maxLengthText : "このフィヌルドの最倧倀は {0} です。",
145    blankText     : "必須項目です。",
146    regexText     : "",
147    emptyText     : null
148  });
149}
150
151if(Ext.form.NumberField){
152  Ext.apply(Ext.form.NumberField.prototype, {
153    decimalSeparator : ".",
154    decimalPrecision : 2,
155    minText : "このフィヌルドの最小倀は {0} です。",
156    maxText : "このフィヌルドの最倧倀は {0} です。",
157    nanText : "{0} は数倀ではありたせん。"
158  });
159}
160
161if(Ext.form.DateField){
162  Ext.apply(Ext.form.DateField.prototype, {
163    disabledDaysText  : "無効",
164    disabledDatesText : "無効",
165    minText           : "このフィヌルドの日付は、 {0} 以降の日付に蚭定しおください。",
166    maxText           : "このフィヌルドの日付は、 {0} 以前の日付に蚭定しおください。",
167    invalidText       : "{0} は間違った日付入力です。 - 入力圢匏は「{1}」です。",
168    format            : "Y/m/d",
169    altFormats        : "y/m/d|m/d/y|m/d/Y|m-d-y|m-d-Y|m/d|m-d|md|mdy|mdY|d|Y-m-d",
170    startDay          : 0
171  });
172}
173
174if(Ext.form.ComboBox){
175  Ext.apply(Ext.form.ComboBox.prototype, {
176    loadingText       : "読み蟌み䞭...",
177    valueNotFoundText : undefined
178  });
179}
180
181if(Ext.form.VTypes){
182  Ext.apply(Ext.form.VTypes, {
183    emailText    : 'メヌルアドレスを"user@example.com"の圢匏で入力しおください。',
184    urlText      : 'URLを"http:/'+'/www.example.com"の圢匏で入力しおください。',
185    alphaText    : '半角英字ず"_"のみです。',
186    alphanumText : '半角英数ず"_"のみです。'
187  });
188}
189
190if(Ext.form.HtmlEditor){
191  Ext.apply(Ext.form.HtmlEditor.prototype, {
192    createLinkText : 'リンクのURLを入力しおください:',
193    buttonTips : {
194      bold : {
195        title: '倪字 (コントロヌル+B)',
196        text: '遞択テキストを倪字にしたす。',
197        cls: 'x-html-editor-tip'
198      },
199      italic : {
200        title: '斜䜓 (コントロヌル+I)',
201        text: '遞択テキストを斜䜓にしたす。',
202        cls: 'x-html-editor-tip'
203      },
204      underline : {
205        title: 'äž‹ç·š (コントロヌル+U)',
206        text: '遞択テキストに䞋線を匕きたす。',
207        cls: 'x-html-editor-tip'
208      },
209      increasefontsize : {
210        title: '文字を倧きく',
211        text: 'フォントサむズを倧きくしたす。',
212        cls: 'x-html-editor-tip'
213      },
214      decreasefontsize : {
215        title: '文字を小さく',
216        text: 'フォントサむズを小さくしたす。',
217        cls: 'x-html-editor-tip'
218      },
219      backcolor : {
220        title: '文字のハむラむト',
221        text: '遞択テキストの背景色を倉曎したす。',
222        cls: 'x-html-editor-tip'
223      },
224      forecolor : {
225        title: '文字の色',
226        text: '遞択テキストの色を倉曎したす。',
227        cls: 'x-html-editor-tip'
228      },
229      justifyleft : {
230        title: '巊揃え',
231        text: 'テキストを巊揃えにしたす。',
232        cls: 'x-html-editor-tip'
233      },
234      justifycenter : {
235        title: '䞭倮揃え',
236        text: 'テキストを䞭倮揃えにしたす。',
237        cls: 'x-html-editor-tip'
238      },
239      justifyright : {
240        title: '右揃え',
241        text: 'テキストを右揃えにしたす。',
242        cls: 'x-html-editor-tip'
243      },
244      insertunorderedlist : {
245        title: '番号なし箇条曞き',
246        text: '番号なし箇条曞きを開始したす。',
247        cls: 'x-html-editor-tip'
248      },
249      insertorderedlist : {
250        title: '番号付き箇条曞き',
251        text: '番号付き箇条曞きを開始したす。',
252        cls: 'x-html-editor-tip'
253      },
254      createlink : {
255        title: 'ハむパヌリンク',
256        text: '遞択テキストをハむパヌリンクにしたす。',
257        cls: 'x-html-editor-tip'
258      },
259      sourceedit : {
260        title: '゜ヌス線集',
261        text: '゜ヌス線集モヌドに切り替えたす。',
262        cls: 'x-html-editor-tip'
263      }
264    }
265  });
266}
267
268if(Ext.grid.GridView){
269  Ext.apply(Ext.grid.GridView.prototype, {
270    sortAscText  : "昇順",
271    sortDescText : "降順",
272    columnsText  : "カラム"
273  });
274}
275
276if(Ext.grid.GroupingView){
277  Ext.apply(Ext.grid.GroupingView.prototype, {
278    emptyGroupText : '(なし)',
279    groupByText    : 'このカラムでグルヌピング',
280    showGroupsText : 'グルヌピング'
281  });
282}
283
284if(Ext.grid.PropertyColumnModel){
285  Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
286    nameText   : "名称",
287    valueText  : "倀",
288    dateFormat : "Y/m/d"
289  });
290}
291
292if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){
293  Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
294    splitTip            : "ドラッグするずリサむズできたす。",
295    collapsibleSplitTip : "ドラッグでリサむズ。 ダブルクリックで隠す。"
296  });
297}
298
299if(Ext.form.TimeField){
300  Ext.apply(Ext.form.TimeField.prototype, {
301    minText : "このフィヌルドの時刻は、 {0} 以降の時刻に蚭定しおください。",
302    maxText : "このフィヌルドの時刻は、 {0} 以前の時刻に蚭定しおください。",
303    invalidText : "{0} は間違った時刻入力です。",
304    format : "g:i A",
305    altFormats : "g:ia|g:iA|g:i a|g:i A|h:i|g:i|H:i|ga|ha|gA|h a|g a|g A|gi|hi|gia|hia|g|H"
306  });
307}
308
309if(Ext.form.CheckboxGroup){
310  Ext.apply(Ext.form.CheckboxGroup.prototype, {
311    blankText : "このグルヌプから最䜎぀のアむテムを遞択しなければなりたせん。"
312  });
313}
314
315if(Ext.form.RadioGroup){
316  Ext.apply(Ext.form.RadioGroup.prototype, {
317    blankText : "このグルヌプから぀のアむテムを遞択しなければなりたせん。"
318  });
319}
Note: See TracBrowser for help on using the repository browser.