|
1 | 1 | /** |
2 | | - * Copyright 2017 FlashAir Developers |
| 2 | + * Copyright 2017-2018 FlashAir Developers |
3 | 3 | * |
4 | 4 | * Licensed to the Apache Software Foundation (ASF) under one |
5 | 5 | * or more contributor license agreements. See the NOTICE file |
|
20 | 20 | */ |
21 | 21 |
|
22 | 22 | export const resources = { |
23 | | - common_window_title: 'FlashAir File Manager', |
24 | | - menu_label_file: 'ファイル (F)', |
25 | | - menu_label_file_close: '終了 (X)', |
26 | | - menu_label_remote: 'リモート (L)', |
27 | | - menu_label_remote_logout: 'ログアウト', |
28 | | - menu_label_help: 'ヘルプ (H)', |
29 | | - menu_label_help_about: 'FlashAir File Manager について', |
30 | | - filer_label_local_file_name: '名前', |
31 | | - filer_label_local_file_date: '更新日付', |
32 | | - filer_label_remote_file_name: '名前', |
33 | | - filer_label_remote_file_date: '更新日付', |
34 | | - filer_msg_remote_download_progress: 'ダウンロード中...', |
35 | | - filer_msg_remote_download_completed: 'ダウンロードが完了しました。', |
36 | | - auth_msg_invalid_access_token: '認証処理が失敗しました。再度ログインし直してください。', |
37 | | - common_msg_loading: '読み込み中...', |
38 | | - common_msg_process_failure: '処理中にエラーが発生しました。' |
| 23 | + ja: { |
| 24 | + common_window_title: 'FlashAir File Manager', |
| 25 | + menu_label_file: 'ファイル', |
| 26 | + menu_label_file_close: '終了', |
| 27 | + menu_label_remote: 'リモート', |
| 28 | + menu_label_remote_logout: 'ログアウト', |
| 29 | + menu_label_locale_language: '言語', |
| 30 | + menu_label_locale_ja: '日本語', |
| 31 | + menu_label_locale_en: '英語', |
| 32 | + menu_label_help: 'ヘルプ', |
| 33 | + menu_label_help_about: 'FlashAir File Manager について', |
| 34 | + filer_label_local_file_name: '名前', |
| 35 | + filer_label_local_file_date: '更新日付', |
| 36 | + filer_label_remote_file_name: '名前', |
| 37 | + filer_label_remote_file_date: '更新日付', |
| 38 | + filer_msg_remote_download_progress: 'ダウンロード中...', |
| 39 | + filer_msg_remote_download_completed: 'ダウンロードが完了しました。', |
| 40 | + auth_msg_invalid_access_token: '認証処理が失敗しました。再度ログインし直してください。', |
| 41 | + common_msg_loading: '読み込み中...', |
| 42 | + common_msg_process_failure: '処理中にエラーが発生しました。' |
| 43 | + }, |
| 44 | + 'en-US': { |
| 45 | + common_window_title: 'FlashAir File Manager', |
| 46 | + menu_label_file: 'File', |
| 47 | + menu_label_file_close: 'Close', |
| 48 | + menu_label_remote: 'Remote', |
| 49 | + menu_label_remote_logout: 'Log out', |
| 50 | + menu_label_locale_language: 'Language', |
| 51 | + menu_label_locale_ja: 'Japanese', |
| 52 | + menu_label_locale_en: 'English', |
| 53 | + menu_label_help: 'Help', |
| 54 | + menu_label_help_about: 'About FlashAir File Manager', |
| 55 | + filer_label_local_file_name: 'Name', |
| 56 | + filer_label_local_file_date: 'Update date', |
| 57 | + filer_label_remote_file_name: 'Name', |
| 58 | + filer_label_remote_file_date: 'Update date', |
| 59 | + filer_msg_remote_download_progress: 'Downloading...', |
| 60 | + filer_msg_remote_download_completed: 'Download is completed.', |
| 61 | + auth_msg_invalid_access_token: 'Authentication processing failed. Please login again.', |
| 62 | + common_msg_loading: 'Loading...', |
| 63 | + common_msg_process_failure: 'An error occurred while processing.' |
| 64 | + } |
39 | 65 | }; |
0 commit comments