0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-01-31 06:43:12 +00:00
nextcloud_server/apps/profile/l10n/ja.js
Nextcloud bot 4d61fd2e5a
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-23 13:39:30 +00:00

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;");