mirror of
https://github.com/nextcloud/server.git
synced 2025-01-31 06:43:12 +00:00
4d61fd2e5a
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
14 lines
858 B
JavaScript
14 lines
858 B
JavaScript
OC.L10N.register(
|
|
"profile",
|
|
{
|
|
"Profile" : "プロフィール",
|
|
"Edit Profile" : "プロフィールを編集",
|
|
"The headline and about sections will show up here" : "見出しと概要セクションがここに表示されます",
|
|
"You have not added any info yet" : "まだ情報が追加されていません",
|
|
"Error opening the user status modal, try hard refreshing the page" : "ユーザーステータスモーダルを開くときにエラーが発生しました。ページを更新してみてください",
|
|
"{user} has not added any info yet" : "{user}が、まだ情報を追加していません",
|
|
"Profile not found" : "プロフィールが見つかりません",
|
|
"The profile does not exist." : "プロフィールはありません",
|
|
"Back to %s" : "%s に戻る"
|
|
},
|
|
"nplurals=1; plural=0;");
|