blob: 75cbc3fbe32b8edfbc4aaa5a5797a864fb5cf4c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
OC.L10N.register(
"profile",
{
"Profile" : "プロフィール",
"You have not added any info yet" : "まだ情報が追加されていません",
"{user} has not added any info yet" : "{user}が、まだ情報を追加していません",
"Error opening the user status modal, try hard refreshing the page" : "ユーザーステータスモーダルを開くときにエラーが発生しました。ページを更新してみてください",
"Edit Profile" : "プロフィールを編集",
"The headline and about sections will show up here" : "見出しと概要セクションがここに表示されます",
"Profile not found" : "プロフィールが見つかりません",
"The profile does not exist." : "プロフィールはありません",
"Back to %s" : "%s に戻る"
},
"nplurals=1; plural=0;");
|