41 lines
1.8 KiB
TypeScript
41 lines
1.8 KiB
TypeScript
/**
|
|
* Copyright (c) 2023-present Plane Software, Inc. and contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
* See the LICENSE file for details.
|
|
*/
|
|
|
|
export default {
|
|
aria_labels: {
|
|
projects_sidebar: {
|
|
workspace_logo: "ワークスペースロゴ",
|
|
open_workspace_switcher: "ワークスペーススイッチャーを開く",
|
|
open_user_menu: "ユーザーメニューを開く",
|
|
open_command_palette: "コマンドパレットを開く",
|
|
open_extended_sidebar: "拡張サイドバーを開く",
|
|
close_extended_sidebar: "拡張サイドバーを閉じる",
|
|
create_favorites_folder: "お気に入りフォルダを作成",
|
|
open_folder: "フォルダを開く",
|
|
close_folder: "フォルダを閉じる",
|
|
open_favorites_menu: "お気に入りメニューを開く",
|
|
close_favorites_menu: "お気に入りメニューを閉じる",
|
|
enter_folder_name: "フォルダ名を入力",
|
|
create_new_project: "新しいプロジェクトを作成",
|
|
open_projects_menu: "プロジェクトメニューを開く",
|
|
close_projects_menu: "プロジェクトメニューを閉じる",
|
|
toggle_quick_actions_menu: "クイックアクションメニューの切り替え",
|
|
open_project_menu: "プロジェクトメニューを開く",
|
|
close_project_menu: "プロジェクトメニューを閉じる",
|
|
collapse_sidebar: "サイドバーを折りたたむ",
|
|
expand_sidebar: "サイドバーを展開",
|
|
edition_badge: "有料プランのモーダルを開く",
|
|
},
|
|
auth_forms: {
|
|
clear_email: "メールをクリア",
|
|
show_password: "パスワードを表示",
|
|
hide_password: "パスワードを非表示",
|
|
close_alert: "アラートを閉じる",
|
|
close_popover: "ポップオーバーを閉じる",
|
|
},
|
|
},
|
|
} as const;
|