summaryrefslogtreecommitdiffhomepage
path: root/i18n/japanese
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-05-09 03:18:23 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-05-09 03:18:23 +0000
commit510292bedffeccc6066bc9a58e0e7e5eaa3ca506 (patch)
treefc5d8f47e34df1c42e802129ce5ed3a7aa3efed6 /i18n/japanese
parentb75a258aecab4f863446e078b10f10ad4ddbfcab (diff)
i18n: bump translations for upgrade pages
Diffstat (limited to 'i18n/japanese')
-rw-r--r--i18n/japanese/luasrc/i18n/admin-core.ja.lua23
-rw-r--r--i18n/japanese/luasrc/i18n/default.ja.lua2
2 files changed, 15 insertions, 10 deletions
diff --git a/i18n/japanese/luasrc/i18n/admin-core.ja.lua b/i18n/japanese/luasrc/i18n/admin-core.ja.lua
index 0ec423864..c9c193361 100644
--- a/i18n/japanese/luasrc/i18n/admin-core.ja.lua
+++ b/i18n/japanese/luasrc/i18n/admin-core.ja.lua
@@ -37,7 +37,6 @@ a_s_changepw = '管理者パスワード'
a_s_p_ipkg = 'OPKG設定'
a_s_sshkeys = '<abbr title="Secure Shell">SSH</abbr>鍵'
a_s_fstab = 'マウントポイント'
-a_s_flash = 'ファームウェア書き込み'
a_s_i_system1 = 'Change settings related to the system itself, its identification, installed hard- and software, authentication or mount points.'
a_s_i_system2 = 'These settings define the base of your system.'
a_s_i_system3 = 'Pay attention as any misconfiguration here may prevent your device from booting or may lock yourself out of it.'
@@ -125,15 +124,6 @@ a_s_fstab_mountpoint = 'マウントポイント'
a_s_fstab_device1 = 'デバイスファイルかパーティション(<abbr title="for example">例</abbr> <code>/dev/sda1</code>)'
a_s_fstab_fs1 = 'ファイルシステムは、使用する記憶フォーマットです。(<abbr title="for example">例</abbr> <samp><abbr title="Third Extended Filesystem">ext3</abbr></samp>)'
a_s_fstab_swap1 = '物理メモリが不足した時に、一時的に未使用なデータをもっと大容量<abbr title="Random Access Memory">RAM</abbr>によるスワップデバイスへ退避することが出来ます。データの退避は非常に遅い処理なのでスワップデバイスには高い転送レートの<abbr title="Random Access Memory">RAM</abbr>にアクセス出来ない事に注意してください。'
-a_s_flash_flashed = 'ファームウェアの書き込みに成功しました。再起動中...'
-a_s_flash_flasherr = '書き込みに失敗しました。'
-a_s_flash_fwimage = 'ファームウェアイメージ'
-a_s_flash_received = 'イメージを受けとりました。書き込みプロセスを開始します。デバイスの電源を切らないでください!'
-a_s_flash_inprogress = 'ファームウェアを書き込み中...'
-a_s_flash_fwupgrade = 'ファームウェアを書き込む'
-a_s_flash_keepcfg = '設定ファイルを維持する'
-a_s_flash_notimplemented = 'ごめんなさい、この機能はこのプラットホームではまだ使用出来ません。'
-a_s_flash_upgrade1 = 'インストールされているファームウェアを新しいものに置き換えます。このファームウェアフォーマットはプラットホーム依存です。'
a_s_reboot1 = 'デバイスのオペレーティングシステムを再起動します。'
a_s_reboot_do = '再起動を実行'
a_s_reboot_running = 'しばらくお待ちください: 再起動中...'
@@ -389,3 +379,16 @@ hostnames_hostname = 'ホスト名'
hostnames_address = 'IPアドレス'
m_n_mssfix = 'Clamp Segment Size'
m_n_mssfix_desc = 'Fixes problems with unreachable websites, submitting forms or other unexpected behaviour for some ISPs.'
+admin_upgrade = 'Flash Firmware'
+admin_upgrade_badimage = 'The uploaded image file does not contain a supported format. Make sure that you choose the generic image format for your platform.'
+admin_upgrade_checksum = 'Checksum'
+admin_upgrade_desc = 'Upload an OpenWrt image file to reflash the device.'
+admin_upgrade_filesize = 'Size'
+admin_upgrade_fwimage = 'Firmware image'
+admin_upgrade_keepcfg = 'Keep configuration files'
+admin_upgrade_nosupport = 'Sorry. OpenWrt does not support a system upgrade on this platform.<br /> You need to manually flash your device.'
+admin_upgrade_running = 'The system is flashing now.<br /> DO NOT POWER OFF THE DEVICE!<br /> Wait a few minutes until you try to reconnect. It might be necessary to renew the address of your computer to reach the device again, depending on your settings.'
+admin_upgrade_spaceavail = ' (%s available)'
+admin_upgrade_toolarge = 'It appears that you try to flash an image that does not fit into the flash memory, please verify the image file!'
+admin_upgrade_upload = 'Upload image'
+admin_upgrade_uploaded = 'The flash image was uploaded. Below is the checksum and file size listed, compare them with the original file to ensure data integrity.<br /> Click "Proceed" below to start the flash procedure.'
diff --git a/i18n/japanese/luasrc/i18n/default.ja.lua b/i18n/japanese/luasrc/i18n/default.ja.lua
index 3b407ca25..274a0755f 100644
--- a/i18n/japanese/luasrc/i18n/default.ja.lua
+++ b/i18n/japanese/luasrc/i18n/default.ja.lua
@@ -12,6 +12,7 @@ essentials = '簡易設定'
apply = '適用'
basicsettings = '簡易設定'
broadcast = '<abbr title="Internet Protocol Version 4">IPv4</abbr>ブロードキャスト'
+cancel = 'Cancel'
changes = '変更'
channel = 'チャンネル'
cidr6 = '<abbr title="Classless Inter-Domain Routing">CIDR</abbr>表記: address/prefix'
@@ -71,6 +72,7 @@ password = 'パスワード'
path = 'パス'
port = 'ポート'
ports = 'ポート'
+proceed 'Proceed'
protocol = 'プロトコル'
reboot = '再起動'
reset = 'リセット'