/[suikacvs]/test/suika-accounts/texts.pl
Suika

Contents of /test/suika-accounts/texts.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Thu Oct 30 11:57:07 2008 UTC (15 years, 6 months ago) by wakaba
Branch: MAIN
File MIME type: text/plain
Pseudo-I18N; Japanese language catalog added

1 wakaba 1.1 use strict;
2     use utf8;
3    
4     our $Lang //= 'en';
5    
6     my $texts = {
7     q[.] => {
8     ja => '。',
9     },
10     q[A user who is invited by an administrator of the group can join the group.] => {
11     ja => q[グループの管理者が招待した人だけがグループに参加できます。],
12     },
13     q[A user who is invited or approved by an administrator of the group can join the group.] => {
14     ja => q[グループの管理者が招待した人と承認した人だけがグループに参加できます。],
15     },
16     'Administrative group' => {
17     ja => q[管理者グループ],
18     },
19     q[Any user can join the group.] => {
20     ja => q[誰でもこのグループに参加できます。],
21     },
22     'Approve' => {
23     ja => '承認',
24     },
25     'Cancel invitation' => {
26     ja => '招待取消',
27     },
28     'Cancel the request' => {
29     ja => '申請取消',
30     },
31     'Caution!' => {
32     ja => '警告!',
33     },
34     Change => {
35     ja => '変更',
36     },
37     Create => {
38     ja => '作成',
39     },
40     'Create a new group' => {
41     ja => '新しいグループの作成',
42     },
43     'Create a new user account' => {
44     ja => '新しい利用者アカウントの作成',
45     },
46     Description => {
47     ja => '説明',
48     },
49     'Disable account' => {
50     ja => q[アカウントの無効化],
51     },
52     q[Do you really want to join this group?] => {
53     ja => q[本当にこのグループに参加しますか?],
54     },
55     q[Don't expose any confidential data.] => {
56     en => q[Though these properties are only accessible to administrators, you are advised not to expose any confidential data.],
57     ja => q[これらの特性は管理者のみが見ることができますが、秘密の情報は記述しないことをお勧めします。],
58     },
59     'Enable this account' => {
60     ja => 'このアカウントを有効にする',
61     },
62     Error => {
63     ja => '誤り',
64     },
65     Forbidden => {
66     en => 'Your access is forbidden',
67     ja => 'アクセスは認められていません',
68     },
69     q[Forbidden (You've logged in as %s)] => {
70     en => q[Your access is forbidden (you've logged in as %s)],
71     ja => 'アクセスは認められていません (%s としてログインしています)',
72     },
73     'Formal members' => {
74     ja => '正式な参加者',
75     },
76     'Full name' => {
77     ja => '名前',
78     },
79     Group => {
80     ja => 'グループ',
81     },
82     Groups => {
83     ja => 'グループ',
84     },
85     'Group %s' => {
86     ja => 'グループ %s',
87     },
88     'Group %s registered' => {
89     ja => 'グループ %s を登録しました。',
90     },
91     'Group id' => {
92     en => 'Group ID',
93     ja => 'グループ識別子',
94     },
95     'Group id %s is already used' => {
96     en => 'Group ID %s is already used',
97     ja => 'グループ識別子 %s は既に使われています',
98     },
99     'Group id %s is invalid; use characters [0-9a-z-]{4,20}' => {
100     en => 'Group ID %s is invalid; use 4..20 letters "a".."z", "0".."9", and "-"',
101     ja => 'グループ識別子 %s は正しくありません。「a」〜「z」、「0」〜「9」、「-」で構成される 4〜20 文字の文字列でなければなりません',
102     },
103     'Groups you can join now (without approval)' => {
104     ja => 'すぐに参加できる (許可不要の) グループ',
105     },
106     'Groups you can request to join (approval required to join)' => {
107     ja => '参加申請できる (参加許可が必要な) グループ',
108     },
109     'Groups you have been invited but not joined yet, or you have left' => {
110     ja => '招待されているグループ、脱退したグループ',
111     },
112     'Groups you have joined' => {
113     ja => '参加中のグループ',
114     },
115     'Groups you have requested to join but not approved yet' => {
116     ja => '参加申請中 (未許可) のグループ',
117     },
118     Kick => {
119     ja => '追放',
120     },
121     Invite => {
122     ja => '招待',
123     },
124     'Invite a user' => {
125     ja => '招待',
126     },
127     'Join this group' => {
128     ja => 'このグループに入る',
129     },
130     'Joinning the group %s' => {
131     ja => 'グループ %s への参加',
132     },
133     'Leave this group' => {
134     ja => 'このグループから抜ける',
135     },
136     'Mail address' => {
137     ja => 'メイル・アドレス',
138     },
139     'Member approval policy' => {
140     ja => '参加の承認',
141     },
142     Members => {
143     ja => '参加者',
144     },
145     'New password' => {
146     ja => '新しい合言葉',
147     },
148     No => {
149     ja => 'いいえ',
150     },
151     'Not found' => {
152     ja => '見つかりません',
153     },
154     q[Once you disable your own account, you cannot enable your account by yourself.] => {
155     ja => q[自分のアカウントを無効にすると、自分で再度有効にすることはできません。],
156     },
157     Password => {
158     ja => '合言葉',
159     },
160     'Password must be longer than 3 characters' => {
161     ja => '合言葉は4文字以上でなければなりません。',
162     },
163     Properties => {
164     ja => '特性',
165     },
166     Save => {
167     ja => '保存',
168     },
169     'See %s.' => {
170     ja => '%sをご覧ください。',
171     },
172     'the group information page' => {
173     ja => 'グループ情報の頁',
174     },
175     'The new group is created successfully.' => {
176     ja => '新しいグループを作成しました。',
177     },
178     'Two passwords you input are different' => {
179     ja => '2つの合言葉が異なります',
180     },
181     'Type 4 characters at minimum' => {
182     ja => '最低4文字入力してください。',
183     },
184     'type again' => {
185     ja => 'もう一度',
186     },
187     q[Use [0-9a-z-]{4,20}.] => {
188     en => q[Use a string of characters 'a'..'z', '0'..'9', and '-', whose length is in the range 4..10 (inclusive)],
189     ja => q[文字「a」〜「z」、「0」〜「9」、「-」を使って 4〜10 文字の文字列を指定してください。],
190     },
191     'User %s' => {
192     ja => '%s さん',
193     },
194     'User %s registered' => {
195     ja => '利用者 %s を登録しました',
196     },
197     'User id' => {
198     ja => '利用者識別子',
199     },
200     'User id %s is already used' => {
201     ja => '利用者識別子 %s は既に使われています',
202     },
203     'User id %s is invalid; use characters [0-9a-z-]{4,20}' => {
204     en => 'User ID %s is invalid; use 4..20 letters "a".."z", "0".."9", and "-"',
205     ja => '利用者識別子 %s は正しくありません。「a」〜「z」、「0」〜「9」、「-」で構成される 4〜20 文字の文字列でなければなりません',
206     },
207     'Users who are invited but not joined or are leaved' => {
208     ja => '招待済みで未参加の人達、脱退した人達',
209     },
210     'Users who are waiting for the approval to join' => {
211     ja => '参加申請中 (許可待ち) の人達',
212     },
213     'Web site URL' => {
214     ja => 'Web サイト URL',
215     },
216     Yes => {
217     ja => 'はい',
218     },
219     'You can change the password.' => {
220     ja => '合言葉を変更できます。',
221     },
222     'your user account information page' => {
223     ja => '利用者アカウント情報の頁',
224     },
225     'Your user account is created successfully.' => {
226     ja => '利用者アカウントを作成しました。',
227     },
228     };
229    
230     sub print_text ($;$) {
231     my ($s, $t) = split /%s/, $texts->{$_[0]}->{$Lang} // $_[0], 2;
232     print '', htescape ($s);
233     if (defined $t) {
234     $_[1]->();
235     print '', htescape ($t);
236     }
237     } # print_text
238    
239     1;

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24