mirror of
https://github.com/makeplane/plane.git
synced 2025-12-15 19:37:51 +01:00
* fix: esm module imports for live and editor * fix: convert all pacakges to export esm and cjs build * fix: auto export * fix: translation files formatting * fix: convert eslint files to cjs files for supporting current config * fix: code uuid package upgrade --------- Co-authored-by: Aaron Reisman <aaron.reisman@plane.so>
35 lines
1.7 KiB
TypeScript
35 lines
1.7 KiB
TypeScript
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;
|