veloren/assets/voxygen/i18n/ja_JP/buff.ron
2021-04-25 23:06:47 +00:00

41 lines
1.9 KiB
Plaintext

/// 警告: ローカライズファイルは、UTF-8のBOM無しで保存する必要があります
/// Localization for 日本語 Japanese
(
string_map: {
// Buffs
"buff.remove": "クリックして削除",
"buff.title.missing": "題名がありません",
"buff.desc.missing": "説明がありません",
"buff.title.heal": "ヒール",
"buff.desc.heal": "時間とともに体力を回復",
"buff.title.potion": "ポーション",
"buff.desc.potion": "飲むと…",
"buff.title.saturation": "サチュレーション",
"buff.desc.saturation": "アイテムを使って一定時間体力を増やす",
"buff.title.campfire_heal": "キャンプファイヤー ヒール",
"buff.desc.campfire_heal": "焚き火のそばに座ると1秒毎に{rate}%体力回復",
"buff.title.invulnerability": "インバルネラビリティ",
"buff.desc.invulnerability": "どんな攻撃のダメージも受けない",
"buff.title.protectingward": "プロテクティング ワード",
"buff.desc.protectingward": "攻撃からある程度、守られる",
// Debuffs
"buff.title.bleed": "ブリーディング",
"buff.desc.bleed": "通常のダメージを与える。",
"buff.title.cursed": "カースド",
"buff.desc.cursed": "あなたは呪われた。",
// Buffs stats
"buff.stat.health": "体力を{str_total}回復",
"buff.stat.increase_max_stamina": "スタミナ最大値を{strength}上げる",
"buff.stat.increase_max_health": "体力最大値を{strength}上げる",
"buff.stat.invulnerability": "不死身になる",
// Text
"buff.text.over_seconds": "{dur_secs}秒以上",
"buff.text.for_seconds": "{dur_secs}秒間",
},
vector_map: {
}
)