Fix: Japanese Translation for i18n

This commit is contained in:
bestlucky123 2024-11-26 18:35:29 +09:00
parent 871416f461
commit fceaf714c3

View File

@ -351,21 +351,21 @@ const ja = {
// *********************************** // ***********************************
// Missing translations // Missing translations
// *********************************** // ***********************************
"change": undefined, // In English: "Change" "change": "変更", // In English: "Change"
"clock_visibility": undefined, // In English: "Clock Visibility" "clock_visibility": "時計の表示設定", // In English: "Clock Visibility"
"plural_suffix": undefined, // In English: "s" "plural_suffix": "", // In English: "s"
"reading": undefined, // In English: "Reading %strong%" "reading": "読み取り中 %strong%", // In English: "Reading %strong%"
"writing": undefined, // In English: "Writing %strong%" "writing": "書き込み中 %strong%", // In English: "Writing %strong%"
"unzipping": undefined, // In English: "Unzipping %strong%" "unzipping": "解凍中 %strong%", // In English: "Unzipping %strong%"
"sequencing": undefined, // In English: "Sequencing %strong%" "sequencing": "シーケンス中 %strong%", // In English: "Sequencing %strong%"
"zipping": undefined, // In English: "Zipping %strong%" "zipping": "圧縮中 %strong%", // In English: "Zipping %strong%"
"Editor": undefined, // In English: "Editor" "Editor": "エディター", // In English: "Editor"
"Viewer": undefined, // In English: "Viewer" "Viewer": "ビューアー", // In English: "Viewer"
"People with access": undefined, // In English: "People with access" "People with access": "アクセス権を持つ人々", // In English: "People with access"
"Share With…": undefined, // In English: "Share With…" "Share With…": "共有する…", // In English: "Share With…"
"Owner": undefined, // In English: "Owner" "Owner": "所有者", // In English: "Owner"
"You can't share with yourself.": undefined, // In English: "You can't share with yourself." "You can't share with yourself.": "自分自身と共有することはできません。", // In English: "You can't share with yourself."
"This user already has access to this item": undefined, // In English: "This user already has access to this item" "This user already has access to this item": "このユーザーは既にこのアイテムにアクセスできます。", // In English: "This user already has access to this item"
} }
}; };